.featured-products-pdp .container {padding: 0 var(--container-padding);}
.featured-products-pdp h2{font-size: 2em; line-height: 1.25em; margin-bottom: 0.5em;}

.featured-products-pdp .product-card .btn{ margin-top: 1em; padding: 0.675em 1em; min-width: 224px; letter-spacing: -.04em;}
.featured-products-pdp .product-card:hover .btn{ background-color: #502c1e;}

.not-mobile .featured-products-pdp .product-card .image.show-hover-image:hover .img{z-index: 2;}
.not-mobile .featured-products-pdp .product-card .image.show-hover-image:hover .img.main {opacity: 0;}
.not-mobile .featured-products-pdp .product-card .image.show-hover-image:hover .img.hover-img {opacity: 1; }

@media all and (min-width: 901px){
    .featured-products-pdp h2{font-size: 3em; line-height: 1.167em; margin-bottom: 0.875em;}
}