*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--off-white:#f9f7f5;--surface:#f3f0ed;--accent:#d4517a;--accent-hover:#b8405f;--accent-light:#faeef2;--text-dark:#111;--text-mid:#555;--text-light:#999;--border:#e8e4e0;--border-dark:#d0cbc6;--footer-bg:#0f0f1a;--footer-text:#ffffffa6;--footer-heading:#fffffff2;--footer-accent:#d4517a;--footer-border:#ffffff14;--blush:var(--accent);--blush-light:var(--accent-light);--blush-deep:var(--accent);--rose-deep:var(--accent-hover);--nude:var(--accent);--nude-light:var(--accent-light);--font-display:"Libre Baskerville", Georgia, serif;--font-body:"Outfit", sans-serif;--nav-height:64px;--topbar-height:36px;--max-width:1280px}html{scroll-behavior:smooth}body{background-color:var(--white);color:var(--text-dark);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.6}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}::selection{background:var(--accent-light);color:var(--text-dark)}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.divider{background:var(--accent);border-radius:2px;width:48px;height:3px}.product-detail-main-image{aspect-ratio:1;max-height:500px}.product-card-image{aspect-ratio:3/4}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}.fade-up{animation:.5s forwards fadeUp}.fade-in{animation:.4s forwards fadeIn}.btn-primary{background:var(--accent);color:var(--white);font-family:var(--font-body);letter-spacing:.04em;border:2px solid var(--accent);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.75rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s,transform .1s;display:inline-flex}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.btn-outline{color:var(--off-white);font-family:var(--font-body);letter-spacing:.04em;cursor:pointer;background:#861657;border:2px solid #861657;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.75rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-outline:hover{background:var(--accent);color:var(--white)}@media (max-width:768px){.features-grid,.stats-grid{grid-template-columns:repeat(2,1fr)!important}.product-card-image{aspect-ratio:1}.home-products-row{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:.5rem;overflow-x:auto;gap:.6rem!important;display:flex!important}.home-products-row::-webkit-scrollbar{display:none}.home-products-row>*{scroll-snap-align:start;flex-shrink:0;width:42vw;max-width:170px}.product-detail-main-image{aspect-ratio:1;max-height:280px}.product-detail-layout{flex-direction:column!important}.product-detail-images{width:100%!important;max-width:100%!important}}@media (max-width:640px){:root{--topbar-height:auto}.deal-product-info{display:none}}@media (max-width:480px){.features-grid{grid-template-columns:1fr!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important}}
