.sade-homepage__products{padding:var(--home-section-edge) 0;background:#fbf7f1}
.sade-homepage__products-header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:28px}
.sade-homepage__products-header h2{font:650 clamp(40px,3.3vw,54px)/1.04 var(--sade-serif,"Cormorant Garamond",serif);letter-spacing:-.02em}
.sade-homepage__products-header p{max-width:720px;margin-top:10px;color:#554f49;font-size:17px;font-weight:500;line-height:1.5}
.sade-homepage__products-header>a{display:inline-flex;min-height:44px;align-items:center;gap:8px;color:var(--home-bronze);font-size:13px;font-weight:700;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap}
.sade-homepage__products-header>a span{font-size:19px;transition:transform .38s ease}
.sade-homepage__products-header>a:hover span{transform:translateX(4px)}
.sade-homepage__product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 22px}
.sade-homepage__product-card{display:grid;grid-template-rows:auto 1fr;min-width:0;overflow:hidden;border:1px solid #e7dacc;border-radius:9px;background:#fffaf4;box-shadow:0 9px 25px rgba(51,32,18,.07);transition:transform .4s cubic-bezier(.2,.7,.2,1),box-shadow .4s ease}
.sade-homepage__product-media{display:block;aspect-ratio:4/5;overflow:hidden;background:#eee4d8}
.sade-homepage__product-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.2,.7,.2,1)}
.sade-homepage__product-placeholder{display:grid;width:100%;height:100%;place-items:center;background:radial-gradient(circle at 62% 24%,rgba(189,113,57,.28),transparent 25%),linear-gradient(145deg,#efe5d8,#d9c2aa);color:#7c4d2e;font:650 clamp(24px,3vw,38px)/1 var(--sade-serif);letter-spacing:.14em}
.sade-homepage__product-copy{display:grid;grid-template-rows:auto 1fr auto;min-height:164px;padding:20px 18px 21px;text-align:left}
.sade-homepage__product-card h3{min-height:52px;margin:0;color:#33271f;font:650 clamp(21px,1.7vw,25px)/1.14 var(--sade-serif,"Cormorant Garamond",serif);letter-spacing:-.01em;transition:color .38s ease}
.sade-homepage__product-excerpt{display:-webkit-box;align-self:start;margin-top:9px;overflow:hidden;color:#504943;font-size:14px;font-weight:500;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.sade-homepage__product-price{align-self:end;margin-top:18px;color:#9b4e28;font-size:19px;font-weight:650;line-height:1.25}
.sade-homepage__product-price del{color:#7a716a;font-size:.82em;font-weight:500}.sade-homepage__product-price ins{text-decoration:none}
.sade-homepage__product-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(51,32,18,.12)}
.sade-homepage__product-card:hover .sade-homepage__product-image{transform:scale(1.025)}
.sade-homepage__product-card:hover h3{color:var(--home-bronze)}
.sade-homepage__products-header>a:focus-visible,.sade-homepage__product-card:focus-visible{outline:3px solid rgba(170,91,44,.44);outline-offset:4px}
@media(max-width:1100px){.sade-homepage__product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 20px}.sade-homepage__product-card h3{font-size:25px}}
@media(max-width:600px){.sade-homepage__products{padding:var(--home-section-edge) 0}.sade-homepage__products-header{display:block;margin-bottom:23px}.sade-homepage__products-header h2{font-size:39px}.sade-homepage__products-header p{font-size:15px}.sade-homepage__products-header>a{margin-top:14px}.sade-homepage__product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px;overflow:visible}.sade-homepage__product-media{aspect-ratio:4/5}.sade-homepage__product-copy{min-height:142px;padding:14px 11px 16px}.sade-homepage__product-card h3{min-height:44px;font-size:19px}.sade-homepage__product-excerpt{font-size:12.5px}.sade-homepage__product-price{margin-top:12px;font-size:15px}}
@media(prefers-reduced-motion:reduce){.sade-homepage__products-header>a span,.sade-homepage__product-card,.sade-homepage__product-image,.sade-homepage__product-card h3{transition:none!important}}
