.dh-featured{background-color:rgb(var(--color-background));}
.dh-pdp-fc{width:100%;}
.dh-pdp-fc__heading{font-family:'Clever',Georgia,serif !important;font-weight:700 !important;font-size:48px !important;line-height:52.8px !important;letter-spacing:0.5px !important;color:#002d1e !important;text-align:center !important;margin:0 0 40px !important;}
.dh-pdp-fc__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.dh-pdp-fc__card{display:flex;flex-direction:column;text-decoration:none !important;color:#002d1e !important;}
.dh-pdp-fc__img-wrap{width:100%;aspect-ratio:1/1;overflow:hidden;background:#f1efe8;border-radius:4px;}
.dh-pdp-fc__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;}
.dh-pdp-fc__card:hover .dh-pdp-fc__img{transform:scale(1.03);}
.dh-pdp-fc__info{display:flex;flex-direction:column;gap:2px;padding:12px 2px 0;}
.dh-pdp-fc__vendor{font-family:'GalanoGrotesque',sans-serif !important;font-weight:400 !important;font-size:13.5px !important;line-height:19.5px !important;letter-spacing:1px !important;color:#717171 !important;opacity:1;}
.dh-pdp-fc__title{font-family:'GalanoGrotesque',sans-serif !important;font-weight:400 !important;font-size:18px !important;line-height:27px !important;letter-spacing:normal !important;color:#002d1e !important;}
@media (max-width:768px){
.dh-pdp-fc__heading{font-size:34px !important;line-height:38px !important;margin:0 0 24px !important;}
.dh-pdp-fc__grid{display:flex !important;grid-template-columns:none !important;flex-wrap:nowrap !important;gap:16px !important;overflow-x:auto !important;scroll-snap-type:x mandatory !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none !important;}
.dh-pdp-fc__grid::-webkit-scrollbar{display:none !important;}
.dh-pdp-fc__card{flex:0 0 calc((100% - 16px) / 2.1) !important;width:calc((100% - 16px) / 2.1) !important;max-width:calc((100% - 16px) / 2.1) !important;scroll-snap-align:start !important;}
}
