/** Shopify CDN: Minification failed

Line 14:11 Expected ":"
Line 14:12 Expected identifier but found ":"

**/
.product-carousel{
    width: 100%;
}
.items-product{
    padding: 1rem;
}
.product-carousel-slick{
    padding;: 0 15px
}
.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 .wrapper a:hover{
    color: #ea5a24;
}
.product-carousel .card-wrapper{
    text-align: center;
}
.product-carousel .card-wrapper .price{
    justify-content: center;
}
.product-carousel .rating-count.caption{
    display: none;
}
.product-carousel .price dl {
    margin: 0;
}
.product-carousel .product-list{
    border: 1px solid #e1e1e1;
}

@media (min-width: 1200px){
    .product-carousel .header{
        margin-top: 110px;
    }
}

@media (max-width: 1200px){
    .product-carousel .header{
        margin-top: 60px;
    }
}
@media(max-width: 992px){
    .product-carousel .card-wrapper {
        border: none !important;
    }
}
@media(max-width: 575px){
    .product-carousel .wrapper a{
        display: none;
    }
}
@media(min-width: 450px){
    .items-product{
        padding: 0;
    }   
}
