
.hs-listing-card,
.luxe-category-card,
.luxe-premium-pack,
.products .product{
    border-radius:22px;
    overflow:hidden;
    border:1px solid rgba(198,168,90,.14);
    background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.015));
    box-shadow:var(--hs-shadow-soft);
}
.luxe-section{
    padding:clamp(56px, 7vw, 96px) 0;
}
.luxe-section-title{
    margin-bottom:32px;
}
.luxe-section-title h2{
    letter-spacing:-.03em;
}
