/** Shopify CDN: Minification failed

Line 58:2 Comments in CSS use "/* ... */" instead of "//"
Line 60:4 Comments in CSS use "/* ... */" instead of "//"
Line 106:2 Comments in CSS use "/* ... */" instead of "//"
Line 107:2 Comments in CSS use "/* ... */" instead of "//"
Line 119:6 Comments in CSS use "/* ... */" instead of "//"
Line 128:4 Comments in CSS use "/* ... */" instead of "//"
Line 135:4 Comments in CSS use "/* ... */" instead of "//"
Line 142:4 Comments in CSS use "/* ... */" instead of "//"
Line 145:4 Comments in CSS use "/* ... */" instead of "//"
Line 187:0 Unexpected "{"
... and 3 more hidden warnings

**/

 

#main{

.site-box-content--image{
  img{
    display: block;
  }
}

.carousel-headline{
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 30px;
  @media screen and (max-width: 767px){
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
  }
  .carousel-headline__title{
    font-size: 1.6rem;
    @media screen and (max-width: 767px){
      font-size: 1.1rem;
    }
  }

  .carousel-headline__desc{
    font-size: 1.1rem;
    @media screen and (max-width: 767px){
      font-size: 0.8rem;
    }
  }
}

.carousel-bottom{
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  // margin-bottom: 30px;
  @media screen and (max-width: 767px){
    // margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .carousel-bottom__link{
    font-size: 1.1rem;
    @media screen and (max-width: 767px){
      font-size: 0.8rem;
    }
    &:hover{
      opacity: 0.7;
    }
    svg{
      width: 15px;
      top: 1px;
      position: relative;
      @media screen and (max-width: 767px){
        width: 11px;
      }
    }
  }
}




.product-carousel{
  .flickity-page-dots{
    display: none;
  }
  .flickity-prev-next-button{
    width: 35px;
    height: 35px;
    svg{
      left: 25%;
      top: 25%;
      width: 50%;
      height: 50%;
    }
    @media screen and (max-width: 767px){
      height: 25px;
      width: 25px;
    }
  }
  // height: 50vh;
  // height: 380px;
  .box--product-image img {
  
    object-fit: fill;
    height: auto;
    font-family: "object-fit: fill";

  }
  .product-carousel__box{
    width: 25%;
    height: 100%;
    @media screen and (max-width: 767px){
      // height: 200px;
      width: 33.333% !important;
    }
  }
  &.count--3{
    .product-carousel__box{

    width: 33.333%;
    }
    // height: 420px; 
  }
  &.count--4{
    .product-carousel__box{

    width: 25%;
    }
    // height: 380px;
  }
  &.count--5{
    .product-carousel__box{

    width: 20%;
    }
    // height: 280px;
  }
  @media screen and (max-width: 767px){
    // height: 200px !important;
  }
}

@media screen and (max-width: 767px){
	.mount-images{
		.site-box-content{
			padding-left: 10px !important;
			padding-right: 10px !important;
		}
	}
}

.selector-wrapper:nth-child(3){
	width: 100%;
}


.cart-attr{
  margin-bottom: 40px;
  .cart-attr__label{
    font-weight: 500;
    margin-bottom: 5px;
    opacity: 0.6;
    display: block;
  }
  .regular-select-cover{
    font-weight: 400;
    background: transparent;
    border: 1px solid rgba(27,28,28,0.12);
    font-size: 0.9375rem;
  }
  .regular-select-inner{ 
    font-size: inherit;
    font-weight: 400;
  }
}

#cartSpecialInstructions {
  margin-bottom: 10px;
}

{% unless settings.how_found_cart %}
#section-cart{
  .cart-attr{
    display: none;
  }
}

{% endunless %}

.product-prop{
  display: none;
  padding-top: 25px;
  .product-prop__input{
    width: 100%;
  }
  .product-prop__hint {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px){
.template-index{

.mount-images{
	.site-box-content{
      .button {
        color: #fff !important;
        border-color: #fff !important;
        background: none !important;
      }
    }
  }
}
}



}

.site-box.box__paginate a{
	flex-wrap: wrap;
	flex-direction: column;
}

.load-more-text{
width: 100%;
text-align: center;
font-size: 17px;
align-self: center;
padding-top: 10px;
}

