
@media screen and (min-width:1024px){
  #prusa-search-placeholder {
    display: block;
  }
}
@media screen and (max-width:1023px){
  #prusa-search-placeholder {
    display: none;
  }
}

#prusa-search-small-wrapper{
  position: relative;
}
#prusa-search-close{
  cursor: pointer;
}
#prusa-search-small{
	border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid var(--brand-secondary);
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;  
  font-size: 16px;

}
@media screen and (min-width:1920px){
  #prusa-search-small{
    font-size: 18px;
  }
}

#prusa-search{
  width: 100%;
  display: block;
  border: 0;
  font-size: 22px;
  line-height: 22px;
}
#prusa-search:focus{
  border: 0;
  outline: none;
}
.prusa-search.results {
  background-color: white;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
  grid-template-rows: auto;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 20px;
  border-top: 1px solid var(--brand-secondary);
}

.prusa-search.results ul {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  gap: 20px;
  height: auto;
  grid-template-rows: auto;
  transition: all 0.3s;
}

@media screen and (max-width:768px) {
  .prusa-search.results ul{
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width:769px) {
  .prusa-search.results ul{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width:1280px) {
  .prusa-search.results ul{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding:20px 7.2vw;
  }
  .prusa-search.results {
    overflow-y: hidden;
  }
}


.prusa-search.results ul li.search-item {
  display: block;
  transition: all 0.3s;
}

.prusa-search.results ul li.search-item .prusa-search.bottom-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  align-content: stretch;
  flex-wrap: wrap;
  flex-grow: 1;
  text-align: center;
}

.prusa-search.results ul li.search-item img.image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.prusa-search.results ul li.search-item span.img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-evenly;
  align-content: center;
  text-align: center;
  background: #fff;
}

.prusa-search.results ul li.search-item {
  color: black;
}

.prusa-search.results ul li.search-item span.title {
  color: black;
  display: block;
  flex-grow: 1;
  text-align: center;
}

.prusa-search.results ul li.search-item span.content {
  color: black;
  display: block;
}
.prusa-search.results ul li.search-item span.price {
  color: black;
  display: inline-block;
}

.prusa-search.results ul li.search-item a.navigation {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  color: black;
  opacity: 0.9;
  height: 100%;
  text-decoration: none;
  transform: scale(0.9);
  transition: transform .2s;

}
.prusa-search.results ul li.search-item a.navigation:hover{
  color: black;
  opacity: 1;
  transform: scale(1.0);
  transition: transform .2s;
}
.prusa-search.results ul li.search-item span.compare-at-price {
  color: rgb(113, 0, 0);
  text-decoration: line-through;
  display: inline-block;
}
#prusa-search-full-width-search-bar {
  background-color: white;
  padding: 20px;
  position: absolute;
  top:100%;
  left: 0;
  right: 0;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.03);
  box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.03);
}

#prusa-search-full-width-search-bar .prusa-search.wrapper {
  display: flex;
  flex-direction: row;
}

#prusa-search-full-width-search-bar .searchToggle--close {
  color: black;
}

/*! CSS Used from: https://cdn.shopify.com/s/files/1/0004/0855/1443/t/197/assets/theme.css?v=154560411665364246091647014071 ; media=all */


#prusa-search-full-width-search-bar .prusa-search.place-holder {
  padding-right: 30px;
  flex-grow: 1;
  position: relative;
  z-index: 1010;
}

#prusa-search-full-width-search-bar .prusa-search.action {
  position: relative;
  z-index: 1010;
}

#prusa-search-full-width-search-bar .searchToggle {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#prusa-search-full-width-search-bar .searchToggle .icon-close {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  fill: red;
}

#prusa-search-full-width-search-bar .searchToggle--close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
  right: 0;
  z-index: 3;
  color: inherit;
  background-color: transparent;
  padding: 0;
  border: 0;
}

#prusa-search-placeholder .icon-search {
  width: 22px;
  height: 22px;
  color: black;
  position: absolute;
  right: 10px;
  top: 6px;
}

.prusa-search.wrapper {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.prusa-search.wrapper.square {
  padding: 0 0 100% 0;
}

.prusa-search.wrapper .prusa-search.inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: 0;
  margin: 0;
  padding: 0;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.prusa-search.wrapper .prusa-search.inner.contain {
  background-size: contain;
}


#prusa-search-loading-animation{
  height: 64px;
  width: 64px;
}
