/** Shopify CDN: Minification failed

Line 17:3 Unexpected "/"

**/
.product-carousel .apslick{
    border: 1px solid #e1e1e1;
  }
.product-carousel{
    width: 100%;
}
.items-product{
    padding: 1rem;
}
.product-carousel-slick{
    margin: 0 -15px
} */
.product-carousel .product-carousel-right{
    padding-right: 5px;
    padding-left: 0px;
}
.product-carousel .product-items{
    margin: 0 1.5rem;
}
.product-carousel .wrapper{
    padding: 0px;
}
.product-carousel .wrapper a{
    background: #fff;
    padding: 8px 0 8px 0px;
    text-transform: uppercase;
    color: #938a56;
    font-weight: 700;
    font-size: 12px;
    display: block;
    z-index: 2;
    position: relative;
    transition: all 0.3s;
}
.product-carousel .card-wrapper{
    text-align: center;
    padding: 0px;
}
.product-carousel .card-wrapper .card-information{
padding: 8px 25px;
}
.product-carousel .card-wrapper .price{
    justify-content: center;
    margin-bottom: 4.6rem;
}

  .price__sale .price-item--regular{
    color: #2d2d2f;
    text-decoration: line-through;
    margin: 0 5px 0 0;
    font-size: 16px;
    font-weight: 400;
  }
.product-carousel .product-carousel-left{
    position: relative;
}
  .product-carousel .product-carousel-left img{
      max-width: 100%;
    width: 100%;
    height: auto;
  }
.product-carousel .product-carousel-left .text-left-product-carousel{
    position: absolute;
    top: auto;
    bottom: 0%;
    right: 0;
    left: 0;
    padding: 50px 40px;
}
.product-carousel .product-carousel-left .text-left-product-carousel h5{
    font-weight: 400;
    font-family: "highvoltage_roughregular";
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}
.product-carousel .product-carousel-left .text-left-product-carousel p a{
    color: #938a56;
    padding: 0;
    line-height: 1;
    height: auto;
    background: transparent;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0;
}
.product-carousel .product-carousel-left .text-left-product-carousel p a:hover{
    color: violet;
}
.product-carousel .slick-arrow{
    width: 40px;
    height: 40px;
    line-height: 38px;
    position: absolute;
    top: 50%;
    color: transparent;
    font-size: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #eaeaea;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.product-carousel .slick-next::before,.product-carousel .slick-prev::before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #999;
    font-size: 14px;
    display: block;
    line-height: 36px;
}
.product-carousel .slick-next{
    right: -20px;
}
.product-carousel .slick-next:hover,.product-carousel .slick-prev:hover{
    background-color: #938a56;
}
.product-carousel .slick-next:hover::before,.product-carousel .slick-prev:hover::before{
    color: #fff;
}
.product-carousel .slick-prev{
    left: -20px;
}
.product-carousel .fal{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.product-carousel .fa-long-arrow-right::before{
    content: "\f178";
}
.product-carousel .btn-product:hover{
    background-color: #000;
}
.product-carousel .card-wrapper .card__inner{
    padding: 0px 5%;
}
@keyframes chaylen2 {
    0%{
        bottom: -70%;
    }
    100%{
        bottom: -1%;
    }
}
@keyframes chaylen3 {
    0%{
        bottom: -70%;
    }
    100%{
        bottom: -1%;
    }
}
/* @media (min-width: 1200px){
    .product-carousel .header{
        margin-top: 110px;
    }
} */
@media (min-width: 1500px){
    .product-carousel .card-wrapper:hover .servicer-product1 {
        display: block;
        animation: chaylen2 .5s forwards;
    }
    
}
@media (max-width: 1500px){
    .product-carousel .card-wrapper:hover .servicer-product1 {
        display: block;
        animation: chaylen3 .5s forwards;
    }
    
}
@media (max-width: 1200px){
    .product-carousel .header{
        margin-top: 60px;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .product-carousel .product-carousel-left .text-left-product-carousel{
        bottom: 10%;
    }
}
@media(max-width: 768px){
    .product-carousel .product-carousel-left{
        margin-bottom: 30px;
    }
}
@media(max-width: 575px){
    .product-carousel .wrapper a{
        display: none;
    }
}
@media(max-width: 450px){
    .items-product{
        padding: 0;
    }   
}

@media(min-width: 992px){
    .product-carousel .title{
        padding-left: 0px;
    }  
}
