section.product-collection-highlight {
    background-color: var( --highlight-background, #E8ECEC);
    padding:4rem 0;
    margin:0;
}
.product-collection-heading{
margin-bottom: 24px;
}
.product-collection-heading a {
    font-size:16px;
padding:4px;
color:rgba(45,56,57,0.6)!important;
text-transform: uppercase;
transition:color 0.3s ease-out;
transition:border 0.3s ease-out;
border-bottom:1px solid transparent;
}
.product-collection-highlight a:hover{
    border-bottom:1px solid rgba(45,56,57,0.3);
}
.product-collection-heading a.active{
    border-bottom:1px solid #000;
    color:#000!important;
    
}

.product-collection-highlight h2{
margin-bottom:0;
padding-bottom:0;
}
.product-collection-highlight .product-collection-item {
    background: #fff;
    padding:24px;
    transition: all 0.3s;
    
}
.product-collection-highlight .product-collection-description{
    padding-top: 16px;
}

.product-collection-highlight{
font-size:20px;
font-weight: 600;
}

.product-collection-name{
    color:#fff;
    position: absolute;
    top:0;
    width:100%;
    text-align: center;
    left: 0;
    padding:20px;
    font-size:12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;

}
.product-collection-size{
    color:#000;
    position: absolute;
    bottom:0;
    width:100%;
    text-align: center;
    right: 0;
    padding:20px;
    font-size:12px;
    letter-spacing: 0.04em;
    text-align: end;
    opacity: 0;
    transition:opacity 0.3s ease-out;
}
.product-collection-item:hover .product-collection-size{
opacity: 1;
}
.product-collection-size ul{
list-style-type: none;
margin-bottom: 0;

}
.product-collection-image{
    position: relative;
    overflow: hidden;
   
}
.product-collection-image img{
     aspect-ratio: 1 / 1;
     object-fit: cover;
     object-position: center;
     transition: transform 0.8s ease-in-out;
}
a:hover .product-collection-image img{
transform:scale(1.8);
     
}
.product-collection-feature{
    font-size:14px;
    font-family: "Playfair Display", lustria, serif;
    color:#658483;
}
.product-collection-title{
    font-size:20px;
    font-weight: 700;
    line-height: 24px;
}
a:hover .product-collection-item{
      transform: scale(1.005);
    -webkit-box-shadow: 7px 6px 15px -4px rgba(0,0,0,0.3); 
box-shadow: 7px 6px 15px -4px rgba(0,0,0,0.3);
}
.product-collection-price{
margin-top:16px;
font-size:13px;
}

.product-collection-row.hidden{
    opacity: 0;
    display: none;   
}
.product-collection-item {
align-self: stretch;
height:100%;
}
.product-collection-col{
    height: 100%;

}
.product-collection-highlight .slick-track
{
    padding-bottom: 5px;
    display: flex;

    .slick-slide {
        height: auto;
        
        display: flex;

        > div {
            display: flex;
        }
    }
}
    
    

.product-collection-highlight .slick-slide
{
    
    display: flex;

}
.product-collection-highlight .slick-next{
    right:-36px;
}


.product-collection-highlight .slick-prev{
    left:-36px;
}
.product-collection-highlight .slick-dots{
    bottom:-48px;
}
.product-collection-highlight .slick-dots li{
    margin:0;
}

.product-collection-button-row{
padding-top:36px;
}
.product-collection-button-row .col {
    text-align: center;
}

.product-collection-highlight.black-text {
    .product-collection-heading {
        h2{
        color:#2E3839!important;
        }
        a {
            color:rgba(45,56,57,0.3)!important;
        }
        a.active{
            border-bottom:1px solid #2E3839;
            color:#2d3839!important;
        }
        a:hover{
            border-bottom:1px solid rgba(45,56,57,0.3);
        }
        


     }
     .slick-dots li button:before {
        color: #2E3839!important;
        }
        .slick-dots li button:active {
        color: #2E3839!important;
        }
        .slick-next:before {
            color:#2E3839!important;
        }
        .slick-prev:before {
            color:#2E3839!important;
        }
}

.product-collection-highlight.white-text {
    .product-collection-heading {
        h2{
        color:#fff!important;
        }
        a {
            color:rgba(255,255,255,0.4)!important;
        }
        a.active{
            border-bottom:1px solid #fff;
            color:#fff!important;
        }
        a:hover{
            border-bottom:1px solid rgba(255,255,255,0.3);
        }
        


     }
     .slick-dots li button:before {
        color: #fff!important;
        }
        .slick-dots li button:active {
        color: #fff!important;
        }
        .slick-next:before {
            color:#fff!important;
        }
        .slick-prev:before {
            color:#fff!important;
        }
}
 
@media (max-width:768px){
    .product-collection-highlight .product-collection-item{
        padding:16px;
    }
}