:root{--bg-primary: #FBF9F6;--bg-surface: #FFFFFF;--bg-secondary: #F5F3EF;--bg-accent: #EBE7E1;--bg-dark: #111111;--bg-dark-surface: #1C1B1A;--text-primary: #111111;--text-secondary: #4A4744;--text-muted: #807B75;--text-inverse: #FBF9F6;--border-subtle: #E8E5DF;--border-strong: #111111;--border-focus: #2E2B27;--accent-nude: #D5BDB0;--accent-sand: #DFCFC1;--accent-gold: #C2A374;--accent-green: #1B5E20;--accent-green-bg: #E8F5E9;--accent-red: #B71C1C;--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-serif: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--shadow-subtle: 0 2px 10px rgba(20, 19, 18, .03);--shadow-card: 0 8px 30px rgba(20, 19, 18, .05);--shadow-hover: 0 16px 40px rgba(20, 19, 18, .08);--shadow-modal: 0 24px 60px rgba(20, 19, 18, .16);--ease-luxury: cubic-bezier(.16, 1, .3, 1);--transition-fast: .2s var(--ease-luxury);--transition-medium: .35s var(--ease-luxury);--transition-slow: .6s var(--ease-luxury)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{margin:0;min-height:100vh;display:flex;flex-direction:column;line-height:1.6;overflow-x:hidden;background-color:var(--bg-primary)}img,video{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit}button{cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1360px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.container-narrow{width:100%;max-width:1040px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:.8rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background-color:#121110;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:1.1rem 2.2rem;border-radius:3px;border:1px solid #121110;transition:all var(--transition-medium);box-shadow:0 4px 14px #1211101f}.btn-primary:hover{background-color:#282624;border-color:#282624;transform:translateY(-1px);box-shadow:0 8px 20px #1211102e}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#121110;font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:1.1rem 2.2rem;border-radius:3px;border:1px solid #121110;transition:all var(--transition-medium)}.btn-secondary:hover{background-color:#121110;color:#fff;transform:translateY(-1px)}.btn-text-arrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#121110;border-bottom:1.5px solid #121110;padding-bottom:3px;transition:gap var(--transition-fast)}.btn-text-arrow:hover{gap:.8rem}.input-field{width:100%;padding:.9rem 1.1rem;font-size:.88rem;background-color:#fff;border:1px solid var(--border-subtle);border-radius:3px;color:var(--text-primary);outline:none;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.input-field:focus{border-color:#121110;box-shadow:0 0 0 1px #121110}.header-wrapper{position:sticky;top:0;z-index:1000;background-color:var(--bg-surface);border-bottom:1px solid var(--border-subtle);transition:all var(--transition-fast)}.header-scrolled{box-shadow:0 4px 20px #0000000d}.nav-link{position:relative;transition:color var(--transition-fast)}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background-color:#121110;transition:width var(--transition-fast)}.nav-link:hover:after,.nav-link.active:after{width:100%}.mobile-nav-toggle{display:none}.hero-image-banner{position:relative;width:100%;min-height:85vh;display:flex;align-items:center;overflow:hidden;background-color:#ece7e1}.hero-banner-bg-desktop{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block}.hero-banner-bg-mobile{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 25%;display:none}.hero-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#faf8f5eb,#faf8f5b3 45%,#faf8f50d);pointer-events:none}.comparison-table{width:100%;border-collapse:collapse;margin-top:2rem;background-color:#fff}.comparison-table th,.comparison-table td{padding:1.3rem 1.6rem;text-align:left;border-bottom:1px solid var(--border-subtle);font-size:.88rem}.comparison-table th{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;background-color:#faf8f5;color:var(--text-primary)}.comparison-table .sylk-col{background-color:#efefed99;font-weight:600;color:#111}.rating-bar-row{display:flex;align-items:center;gap:1rem;margin-bottom:.6rem;font-size:.8rem;color:var(--text-secondary)}.rating-track{flex:1;height:6px;background-color:#efe9e0;border-radius:3px;overflow:hidden}.rating-fill{height:100%;background-color:#121110;border-radius:3px}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#121110a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;display:flex;justify-content:flex-end;opacity:0;pointer-events:none;transition:opacity var(--transition-medium)}.drawer-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{width:100%;max-width:440px;height:100%;background-color:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--transition-medium);box-shadow:var(--shadow-modal)}.drawer-backdrop.open .cart-drawer{transform:translate(0)}.toast-container{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:2000;background-color:#121110;color:#fff;padding:.9rem 1.8rem;border-radius:30px;font-size:.82rem;font-weight:600;box-shadow:0 10px 30px #00000040;display:flex;align-items:center;gap:.6rem;animation:toastFadeIn .3s var(--ease-luxury)}@keyframes toastFadeIn{0%{opacity:0;transform:translate(-50%,15px)}to{opacity:1;transform:translate(-50%)}}@media(max-width:992px){.hero-banner-bg-desktop{display:none!important}.hero-banner-bg-mobile{display:block!important}.hero-banner-overlay{background:linear-gradient(180deg,#faf8f5d9,#faf8f566,#faf8f5eb)}.desktop-only{display:none!important}.mobile-nav-toggle{display:block!important}.nav-links{display:none!important}.main-navbar-container{padding:0 1.5rem!important}}:root{--bg-primary: #f7f4ef;--bg-surface: #fffdf9;--bg-secondary: #eee8df;--text-primary: #1d1b19;--text-secondary: #6b655e;--text-muted: #9b938a;--border-subtle: #ded7ce;--accent-gold: #9c7d5b;--font-serif: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}body{background:var(--bg-primary);color:var(--text-primary)}.header-wrapper{background:#fffdf9f5;border-bottom-color:#1d1b191f}.main-navbar-container{height:80px!important}.main-navbar-container img{height:32px!important}.nav-link{font-size:.68rem!important;letter-spacing:.2em!important}.premium-kicker{margin:0 0 1.1rem;color:#9c7d5b;font-size:.66rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.section-pad{padding:clamp(4.8rem,9vw,9rem) 0}.premium-hero{min-height:calc(100vh - 114px);position:relative;overflow:hidden;display:flex;align-items:center;background:#eae2d8}.premium-hero picture,.premium-hero picture img,.premium-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.premium-hero picture img{object-fit:cover;object-position:center 30%}.premium-hero-shade{background:linear-gradient(90deg,#f7f4efed,#f7f4efa1 42%,#f7f4ef0a 76%)}.premium-hero-copy{position:relative;z-index:1;padding-top:2rem}.premium-hero h1{max-width:620px;margin:0 0 1.5rem;font:400 clamp(3.5rem,8vw,7.4rem)/.91 var(--font-serif);letter-spacing:-.06em}.premium-hero h1 em,.premium-home h2 em{font-style:italic;font-weight:400}.premium-hero-text{max-width:390px;margin-bottom:2.2rem;color:#5f5952;font-size:1rem;line-height:1.7}.premium-button{gap:.7rem;border-radius:0;padding:1rem 1.5rem;font-size:.68rem;letter-spacing:.18em}.hero-proof{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem;color:#6b655e;font-size:.7rem;letter-spacing:.05em}.hero-proof span{display:flex;align-items:center;gap:.35rem}.brand-intro{background:#fffdf9}.intro-grid,.feature-grid,.proof-grid,.journal-grid,.newsletter-inner,.about-origin-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(3rem,8vw,9rem);align-items:start}.premium-home h2,.premium-about h2{margin:0 0 1.2rem;font:400 clamp(2.3rem,4.6vw,4.8rem)/.98 var(--font-serif);letter-spacing:-.045em}.intro-grid>div{max-width:720px}.intro-grid p:not(.premium-kicker),.about-origin-copy>p:not(.premium-kicker){max-width:600px;color:#6b655e;font-size:1rem;line-height:1.8}.text-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.8rem;padding:0 0 .35rem;border-bottom:1px solid currentColor;color:var(--text-primary);font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.product-feature{background:#e9e1d7}.feature-grid{grid-template-columns:1.05fr .95fr;align-items:center}.feature-image{position:relative;aspect-ratio:4/5;overflow:hidden;background:#d8cdc1}.feature-image img,.about-image img{width:100%;height:100%;object-fit:cover}.image-label{position:absolute;left:1.5rem;bottom:1.5rem;color:#fff;font-size:.65rem;letter-spacing:.18em}.feature-copy h2{font-size:clamp(2.6rem,5vw,5.2rem)}.feature-lede{max-width:440px;color:#6b655e;line-height:1.8}.feature-points{display:grid;gap:.65rem;margin:2rem 0;padding:1.4rem 0;border-top:1px solid rgba(29,27,25,.18);border-bottom:1px solid rgba(29,27,25,.18);color:#4f4943;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.price-row{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1.8rem}.price-row strong{font-size:1.55rem}.price-row s{color:#8f877d}.price-row span{color:#9c7d5b;font-size:.7rem;font-weight:700}.ritual-section{background:#f7f4ef}.section-heading{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:3.5rem}.section-heading>p{max-width:220px;color:#777067;font-size:.85rem}.ritual-grid,.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border-subtle)}.ritual-grid>div{padding:2rem 2rem 0 0;border-right:1px solid var(--border-subtle)}.ritual-grid>div:not(:first-child){padding-left:2rem}.ritual-grid>div:last-child{border-right:0}.ritual-grid span{color:#9c7d5b;font-size:.7rem;letter-spacing:.14em}.ritual-grid h3{margin:2rem 0 .6rem;font:400 1.6rem var(--font-serif)}.ritual-grid p{color:#746d65;font-size:.86rem;line-height:1.7}.social-proof{background:#2b2825;color:#f7f4ef}.social-proof .premium-kicker{color:#d0ae84}.social-proof h2{color:#f7f4ef}.rating{display:flex;align-items:center;gap:.4rem;margin-top:2rem;color:#d0ae84;font-size:.8rem}.rating span{color:#aca39a}.quote-card{align-self:center;max-width:520px;padding:2.5rem;border:1px solid rgba(255,255,255,.25)}.quote-card p{margin-bottom:1.8rem;font:400 clamp(1.5rem,2.5vw,2.3rem)/1.2 var(--font-serif)}.quote-card span{color:#c8bfb5;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.journal-strip{background:#e9e1d7}.journal-grid{align-items:center}.journal-grid>div:first-child p:not(.premium-kicker){color:#746d65}.journal-image{position:relative;aspect-ratio:1/1.05;overflow:hidden}.journal-image img{width:100%;height:100%;object-fit:cover}.journal-image div{position:absolute;left:1.4rem;bottom:1.4rem;display:flex;align-items:center;gap:.4rem;color:#fff;font-size:.65rem;letter-spacing:.16em}.newsletter-section{padding:4rem 0;background:#fffdf9;border-top:1px solid var(--border-subtle)}.newsletter-inner{grid-template-columns:1fr 1fr;align-items:end}.newsletter-inner h2{font-size:clamp(2rem,3.5vw,3.5rem)}.newsletter-inner p:not(.premium-kicker){color:#746d65}.newsletter-inner form{display:flex;border-bottom:1px solid var(--text-primary)}.newsletter-inner input{flex:1;padding:1rem 0;border:0;outline:0;background:transparent;color:var(--text-primary)}.newsletter-inner button{padding:1rem}.about-hero{background:#e9e1d7}.about-hero-inner{max-width:1000px}.about-hero h1{max-width:850px;margin:0 0 2rem;font:400 clamp(3rem,7vw,7rem)/.92 var(--font-serif);letter-spacing:-.06em}.about-hero p:not(.premium-kicker){max-width:500px;color:#6b655e;font-size:1.05rem;line-height:1.75}.about-origin{background:#fffdf9}.about-origin-grid{grid-template-columns:1fr 1fr;align-items:center}.about-origin-copy>p:not(.premium-kicker){margin-bottom:1.1rem}.about-image{aspect-ratio:4/5;overflow:hidden}.about-pillars{background:#f7f4ef}.about-pillars .section-heading h2{max-width:620px}.pillar-grid{grid-template-columns:repeat(4,1fr)}.pillar-card{min-height:250px;padding:2rem 1.5rem;border-right:1px solid var(--border-subtle)}.pillar-card:last-child{border-right:0}.pillar-card svg{margin-bottom:3rem;color:#9c7d5b}.pillar-card h3{margin-bottom:.7rem;font:400 1.35rem var(--font-serif)}.pillar-card p{color:#746d65;font-size:.82rem;line-height:1.7}.about-statement{padding:6rem 0;background:#2b2825;color:#f7f4ef;text-align:center}.about-statement p{margin-bottom:1rem;font:italic 400 clamp(2rem,4vw,4rem) var(--font-serif)}.about-statement span{color:#c8bfb5;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase}.terms-page{min-height:70vh;background:#f7f4ef}.terms-inner{max-width:920px}.terms-inner h1{margin-bottom:1.4rem;font:400 clamp(3rem,6vw,6rem)/.95 var(--font-serif);letter-spacing:-.05em}.terms-lede{max-width:480px;margin-bottom:4rem;color:#746d65;font-size:1.1rem}.terms-copy{max-width:700px;border-top:1px solid var(--border-subtle)}.terms-copy h2{margin:2.2rem 0 .5rem;font:400 1.7rem var(--font-serif)}.terms-copy p{color:#6b655e;font-size:.92rem;line-height:1.8}.terms-updated{margin-top:3rem;font-size:.72rem!important;text-transform:uppercase;letter-spacing:.12em}.checkout-page{background:#f8f8f6!important}.checkout-page .container>div:first-child{border-bottom-color:var(--border-subtle)!important}.checkout-page .checkout-grid>form>div,.checkout-page .checkout-grid>div:last-child{border-radius:0!important;box-shadow:0 12px 35px #382d220f}.checkout-page h2{font-family:var(--font-serif);font-weight:400!important}.checkout-page .btn-primary{border-radius:0}.pdp-hero-grid>div:first-child>div{border-radius:0!important;box-shadow:none!important}@media(max-width:760px){.premium-hero{min-height:720px;align-items:flex-end}.premium-hero-shade{background:linear-gradient(180deg,#f7f4ef0d 20%,#f7f4efcc 62%,#f7f4effa)}.premium-hero-copy{padding-bottom:3rem}.premium-hero h1{font-size:clamp(3.5rem,17vw,5.5rem)}.hero-proof{gap:.7rem;flex-direction:column}.intro-grid,.feature-grid,.proof-grid,.journal-grid,.newsletter-inner,.about-origin-grid{grid-template-columns:1fr;gap:2rem}.feature-copy{padding-top:1rem}.section-heading{display:block}.section-heading .text-link{margin-top:1rem}.ritual-grid,.pillar-grid{grid-template-columns:1fr}.ritual-grid>div,.ritual-grid>div:not(:first-child),.pillar-card{padding:1.6rem 0;border-right:0;border-bottom:1px solid var(--border-subtle)}.ritual-grid>div:last-child,.pillar-card:last-child{border-bottom:0}.ritual-grid h3{margin-top:1rem}.newsletter-inner form{margin-top:1.5rem}.about-image{order:-1}.terms-copy{padding-bottom:2rem}}.store-header{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #ddd;transition:box-shadow .2s ease}.store-header.scrolled{box-shadow:0 2px 10px #00000014}.store-announcement{display:flex;align-items:center;justify-content:center;min-height:28px;padding:0 .8rem;background:#111;color:#fff;font-size:10px;font-weight:600;letter-spacing:.08em;text-align:center;text-transform:uppercase}.store-nav{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:64px;padding:0 30px}.store-nav-left,.store-nav-actions{display:flex;align-items:center;gap:20px}.store-nav-actions{justify-content:flex-end}.store-nav-actions button{position:relative;display:grid;place-items:center;color:#111}.store-nav-actions span{position:absolute;top:-8px;right:-10px;min-width:15px;height:15px;padding:0 3px;border-radius:20px;background:#111;color:#fff;font-size:9px;line-height:15px}.store-desktop-links{display:flex;align-items:center;gap:22px}.store-desktop-links button{padding:4px 0;color:#111;font-size:11px;letter-spacing:.02em;text-transform:uppercase}.store-desktop-links button.active{border-bottom:1px solid #111}.store-menu-trigger{display:none}.store-logo img{display:block;width:auto;height:27px}.store-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#00000052;opacity:0;pointer-events:none;transition:opacity .25s ease}.store-menu-backdrop.open{opacity:1;pointer-events:auto}.store-menu{display:flex;flex-direction:column;width:min(410px,88vw);height:100%;padding:22px 24px;background:#fff;transform:translate(-100%);transition:transform .35s cubic-bezier(.2,.8,.2,1)}.store-menu-backdrop.open .store-menu{transform:translate(0)}.store-menu-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:52px}.store-menu-top img{height:25px}.store-menu>p{margin:0 0 9px;color:#777;font-size:10px;letter-spacing:.1em}.store-menu-links{display:grid;margin-bottom:30px}.store-menu-links button{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid #e4e4e2;color:#111;font-size:16px;text-align:left}.store-menu-links.small button{padding:9px 0;border:0;color:#555;font-size:13px}.store-menu-footer{display:grid;gap:4px;margin-top:auto;padding-top:18px;border-top:1px solid #ddd;color:#777;font-size:11px}.store-menu-footer a{color:#111;font-size:12px}.home-storefront{background:#fff;color:#111}.home-campaign{width:100%;height:min(82vh,920px);min-height:520px;overflow:hidden;background:#e9e9e6}.home-campaign picture,.home-campaign img{display:block;width:100%;height:100%}.home-campaign img{object-fit:cover;object-position:center center}.home-category-bar{display:flex;justify-content:center;gap:32px;padding:16px 24px;border-bottom:1px solid #ddd;background:#fff;overflow-x:auto}.home-category-bar button{flex:0 0 auto;color:#111;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.home-products{padding:72px 0 92px}.home-section-head,.pdp-section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:30px}.home-section-head h1{max-width:520px;margin:0;font-size:clamp(31px,4vw,58px);font-weight:600;letter-spacing:-.07em;line-height:.95}.home-section-head>button,.home-solution-copy button,.home-fit-banner button{display:flex;align-items:center;gap:7px;padding-bottom:4px;border-bottom:1px solid #111;font-size:11px;font-weight:600;text-transform:uppercase}.home-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.home-product-card{position:relative}.home-card-image{position:relative;display:block;width:100%;aspect-ratio:3/4;overflow:hidden;background:#ededeb}.home-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.home-card-image:hover img{transform:scale(1.02)}.home-card-image span{position:absolute;top:10px;left:10px;padding:5px 7px;background:#fff;color:#111;font-size:9px;letter-spacing:.04em;text-transform:uppercase}.home-product-card>div{display:flex;align-items:start;justify-content:space-between;gap:12px;padding-top:12px}.home-product-card h2{margin:0 0 3px;font-size:14px;font-weight:600;letter-spacing:-.02em}.home-product-card p{margin:0;color:#777;font-size:12px}.home-product-card>div>button{display:flex;align-items:center;gap:3px;font-size:11px}.home-product-card>strong{display:block;margin-top:5px;font-size:13px}.home-solution{display:grid;grid-template-columns:1.15fr .85fr;min-height:630px;background:#efefed}.home-solution-image{overflow:hidden}.home-solution-image img{width:100%;height:100%;object-fit:cover}.home-solution-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(36px,8vw,120px)}.home-solution-copy p,.home-confidence p,.home-fit-banner p{margin:0 0 14px;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.home-solution-copy h2{max-width:420px;margin:0 0 14px;font-size:clamp(38px,5vw,68px);font-weight:600;letter-spacing:-.07em;line-height:.9}.home-solution-copy span{max-width:280px;color:#555;font-size:14px;line-height:1.5}.home-solution-copy button{margin-top:28px}.home-confidence{padding:100px 0;background:#111;color:#fff}.home-confidence>.container{display:grid;grid-template-columns:.45fr 1fr;gap:32px}.home-confidence p{color:#ccc}.home-confidence h2{max-width:820px;margin:0 0 24px;font-size:clamp(30px,4.5vw,65px);font-weight:500;letter-spacing:-.065em;line-height:.97}.home-confidence span{display:flex;align-items:center;gap:6px;color:#ddd;font-size:12px}.home-fit-banner{padding:54px 0;background:#fff;border-bottom:1px solid #ddd}.home-fit-banner .container{display:flex;align-items:end;justify-content:space-between;gap:28px}.home-fit-banner h2{margin:0;font-size:clamp(27px,3.5vw,46px);font-weight:600;letter-spacing:-.06em;line-height:.96}.pdp-section-head{align-items:end}.pdp-section-head>div{max-width:620px}.pdp-section-head h2{margin:0;font-size:clamp(28px,4vw,54px);font-weight:600;letter-spacing:-.065em;line-height:.94}.pdp-section-head>p{max-width:290px;margin:0;color:#666;font-size:13px;line-height:1.55}.pdp-editorial-gallery{padding:100px 0}.pdp-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.pdp-gallery-grid figure{position:relative;min-height:400px;overflow:hidden;margin:0;background:#f0f0ee}.pdp-gallery-grid .pdp-gallery-featured{grid-row:span 2;min-height:812px}.pdp-gallery-grid img{width:100%;height:100%;object-fit:cover}.pdp-gallery-grid figcaption{position:absolute;left:12px;bottom:12px;padding:5px 7px;background:#fff;color:#111;font-size:10px;letter-spacing:.04em;text-transform:uppercase}.pdp-compare-section{padding:90px 0;background:#efefed}.pdp-compare{position:relative;height:min(62vw,730px);overflow:hidden;background:#ddd;-webkit-user-select:none;user-select:none}.pdp-compare>img,.pdp-compare-after img{width:100%;height:100%;object-fit:cover}.pdp-compare-after{position:absolute;inset:0 auto 0 0;overflow:hidden;border-right:2px solid #fff}.pdp-compare-after img{width:100vw;max-width:none}.pdp-compare input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:ew-resize}.pdp-before-label,.pdp-after-label{position:absolute;bottom:14px;padding:6px 8px;background:#fff;color:#111;font-size:10px;letter-spacing:.04em;text-transform:uppercase}.pdp-before-label{left:14px}.pdp-after-label{right:14px}.pdp-compare-caption{display:flex;justify-content:space-between;padding-top:12px;font-size:12px}.pdp-compare-caption span{color:#777}.pdp-review-section{display:block;padding:100px 0}.pdp-review-average{display:grid;gap:4px;justify-items:end}.pdp-review-average b{font-size:27px;letter-spacing:-.05em}.pdp-review-average span{display:flex;gap:2px}.pdp-review-average small{color:#777;font-size:10px}.pdp-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.pdp-review-card{max-width:none;padding:20px 0 0;border-top:1px solid #111}.pdp-review-card p{min-height:72px;font-size:15px}.pdp-review-card>b{display:block;margin-bottom:3px;font-size:12px}.pdp-review-card small{display:block;font-size:10px}@media(max-width:800px){.store-nav{height:58px;padding:0 16px}.store-menu-trigger{display:grid;place-items:center}.store-desktop-links{display:none}.store-logo img{height:23px}.store-nav-left,.store-nav-actions{gap:12px}.home-campaign{min-height:480px;height:68vh}.home-category-bar{justify-content:flex-start;gap:22px;padding:14px 18px}.home-products{padding:48px 0 64px}.home-section-head,.pdp-section-head{align-items:start;flex-direction:column;gap:16px}.home-section-head h1,.home-section-head h2{font-size:39px}.home-product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.home-product-card:last-child{display:none}.home-solution{grid-template-columns:1fr;min-height:auto}.home-solution-image{aspect-ratio:1/1.1}.home-solution-copy{padding:50px 24px}.home-confidence{padding:65px 0}.home-confidence>.container{grid-template-columns:1fr;gap:15px}.home-confidence h2{font-size:37px}.home-fit-banner .container{align-items:start;flex-direction:column}.pdp-editorial-gallery,.pdp-review-section{padding:65px 0}.pdp-gallery-grid{gap:8px}.pdp-gallery-grid figure{min-height:220px}.pdp-gallery-grid .pdp-gallery-featured{grid-row:span 2;min-height:448px}.pdp-compare-section{padding:65px 0}.pdp-compare{height:105vw}.pdp-review-grid{grid-template-columns:1fr;gap:22px}.pdp-review-average{justify-items:start}.pdp-review-card p{min-height:0}}.pdp-compare-handle{position:absolute;top:50%;z-index:3;display:grid;place-items:center;width:34px;height:34px;transform:translate(-50%,-50%);border-radius:50%;background:#fff;color:#111;font-size:16px;line-height:1;pointer-events:none}body{font-weight:400}.home-section-head h1,.home-solution-copy h2,.home-confidence h2,.home-fit-banner h2,.pdp-section-head h2,.pdp-buybox h1{font-weight:500!important}.home-product-card h2,.pdp-benefits b,.pdp-review-card>b{font-weight:600}.home-category-bar button,.home-section-head>button,.home-solution-copy button,.home-fit-banner button,.pdp-label,.pdp-add,.pdp-buy,.store-desktop-links button{font-weight:600}.home-product-card p,.home-solution-copy span,.pdp-section-head>p,.pdp-description,.pdp-tagline{font-weight:400}.pdp-top{padding:1rem 0 2.5rem}.pdp-secondary-image{position:relative;aspect-ratio:1/1.08;margin-top:14px;overflow:hidden;background:#f0f0ee}.pdp-secondary-image img{width:100%;height:100%;object-fit:cover}.pdp-secondary-image span{position:absolute;left:12px;bottom:12px;padding:5px 7px;background:#fff;color:#111;font-size:10px;letter-spacing:.04em;text-transform:uppercase}.pdp-compare{border:1px solid rgba(17,17,17,.08)}.pdp-compare-handle{box-shadow:0 1px 8px #00000024}.pdp-compare-caption b{font-weight:600}.pdp-review-card{padding-top:24px}.pdp-review-card p{font-weight:400}body:has(.store-menu-backdrop.open){overflow:hidden}@media(max-width:800px){.store-announcement{min-height:26px;font-size:9px;letter-spacing:.05em}.store-menu{width:min(380px,90vw);padding:20px}.store-menu-top{margin-bottom:38px}.store-menu-links button{padding:12px 0;font-size:15px}.home-campaign{min-height:400px;height:62svh}.home-campaign img{object-position:center top}.home-products{padding:42px 0 56px}.home-section-head h1,.home-section-head h2{max-width:330px;font-size:36px}.home-section-head>button{margin-top:2px}.home-product-card>div{padding-top:9px}.home-product-card h2{font-size:13px}.home-product-card p{font-size:11px}.home-solution-copy h2{font-size:42px}.home-confidence h2{font-size:34px;line-height:1}.home-fit-banner{padding:40px 0}.minimal-pdp .container{padding-left:16px;padding-right:16px}.pdp-breadcrumb{padding-top:11px;padding-bottom:11px}.pdp-top{gap:0;padding:0 0 2.25rem}.pdp-main-image{margin-left:-16px;width:calc(100% + 32px);aspect-ratio:1/1.15}.pdp-thumbnails{margin:8px 0 0;gap:5px}.pdp-secondary-image{display:none}.pdp-buybox{padding:24px 0 0}.pdp-buybox h1{font-size:30px!important}.pdp-description{font-size:13px;line-height:1.6}.pdp-actions{grid-template-columns:82px 1fr}.pdp-quantity button{height:48px}.pdp-service{grid-template-columns:1fr 1fr;gap:10px 8px}.pdp-service span:last-child{grid-column:span 2}.pdp-editorial-gallery{padding:54px 0}.pdp-gallery-grid{margin:0 -16px}.pdp-gallery-grid figure{min-height:200px}.pdp-gallery-grid .pdp-gallery-featured{min-height:408px}.pdp-compare-section{margin:0 -16px;padding:54px 16px}.pdp-compare{height:112vw}.pdp-before-label,.pdp-after-label{bottom:10px;font-size:9px}.pdp-compare-handle{width:30px;height:30px;font-size:14px}.pdp-review-section{padding:58px 0}.pdp-review-grid{gap:18px}.pdp-review-card{padding-top:18px}.pdp-review-card p{margin:.8rem 0;font-size:14px}}.pdp-editorial-gallery{padding:72px 0 80px}.pdp-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pdp-gallery-grid figure,.pdp-gallery-grid .pdp-gallery-featured{min-height:0;aspect-ratio:3/4;grid-row:auto}.pdp-gallery-grid figure:first-child{aspect-ratio:3/4.15}.pdp-gallery-grid figcaption{left:10px;bottom:10px;font-size:9px}.pdp-compare-section{padding:72px 0}.pdp-compare{width:min(100%,1080px);height:auto;aspect-ratio:1.55/1;margin:0 auto}.pdp-compare-after img{width:100%;max-width:none}.pdp-compare-caption{width:min(100%,1080px);margin:0 auto}.pdp-section-head{max-width:1080px;margin-left:auto;margin-right:auto}.pdp-section-head h2{font-weight:500}.pdp-section-head>p{font-size:12px}@media(max-width:800px){.pdp-editorial-gallery{padding:48px 0}.pdp-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.pdp-gallery-grid figure,.pdp-gallery-grid .pdp-gallery-featured,.pdp-gallery-grid figure:first-child{min-height:0;aspect-ratio:3/4}.pdp-gallery-grid figure:last-child{grid-column:span 2;aspect-ratio:16/10}.pdp-compare-section{padding:48px 16px}.pdp-compare{aspect-ratio:1/1.18}.pdp-section-head{margin-bottom:20px}.pdp-section-head>p{max-width:330px}.pdp-compare-caption{padding-top:10px;font-size:11px}}.skims-pdp-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding:0!important;background:#fff}.skims-pdp-media{position:sticky;top:92px;height:calc(100vh - 92px);min-height:680px;overflow:hidden;background:#f4f4f2}.skims-pdp-media>img{width:100%;height:100%;object-fit:cover}.skims-media-action{position:absolute;top:24px;display:grid;place-items:center;color:#111}.skims-zoom{left:24px}.skims-save{right:24px}.skims-save.saved{color:#111}.skims-media-arrow{position:absolute;top:50%;display:grid;place-items:center;color:#111;transform:translateY(-50%)}.skims-media-prev{left:24px}.skims-media-next{right:24px}.skims-model-note{position:absolute;bottom:24px;left:24px;padding:11px 13px;background:#fff;color:#111;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.skims-pdp-info{display:flex;flex-direction:column;min-height:calc(100vh - 92px);border-left:1px solid #eee}.skims-pdp-info-inner{padding:clamp(38px,6vw,88px) clamp(34px,7vw,96px) 54px}.skims-badge{display:inline-block;margin-bottom:22px;padding:5px 7px;background:#9d6f58;color:#fff;font-size:11px;font-weight:600}.skims-collection{margin:0 0 10px;color:#555;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.skims-pdp-info h1{max-width:670px;margin:0;font-size:clamp(34px,3.2vw,54px)!important;font-weight:600!important;letter-spacing:-.06em!important;line-height:.98}.skims-price-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:16px 0 42px}.skims-price-row>strong{font-size:25px;font-weight:600}.skims-reviews{display:flex;align-items:center;gap:10px}.skims-reviews span{display:flex;gap:2px}.skims-reviews button{border-bottom:1px solid #111;color:#111;font-size:13px;font-weight:600}.skims-option{margin-top:28px}.skims-option>p,.skims-size-option>div:first-child p{margin:0 0 14px;color:#444;font-size:15px}.skims-option p b{margin-left:9px;font-weight:600}.skims-swatches{display:flex;gap:10px}.skims-swatches button{padding:3px;border:1px solid transparent;border-radius:50%}.skims-swatches button.selected{border-color:#111}.skims-swatches span{display:block;width:35px;height:35px;border:1px solid #d1d1cf;border-radius:50%}.skims-size-option>div:first-child{display:flex;align-items:baseline;justify-content:space-between}.skims-size-option>div:first-child button{border-bottom:1px solid #111;color:#111;font-size:13px;font-weight:600}.skims-sizes{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}.skims-sizes button{height:45px;border:1px solid #dededb;color:#111;font-size:14px}.skims-sizes button.selected{border-color:#111;background:#111;color:#fff}.skims-primary-cta{width:100%;height:60px;margin-top:48px;border:1px solid #aaa;color:#777;font-size:16px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.skims-primary-cta.ready{border-color:#111;background:#111;color:#fff}.skims-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #eee;border-bottom:1px solid #ddd}.skims-tabs button{height:82px;border-bottom:2px solid transparent;color:#444;font-size:17px;text-align:center}.skims-tabs button.active{border-bottom-color:#111;color:#111;font-weight:600}.skims-tab-content{min-height:190px;padding:36px clamp(34px,7vw,96px) 54px}.skims-tab-content p{max-width:720px;margin:0;color:#444;font-size:15px;line-height:1.55}.pdp-content{padding-top:0}@media(max-width:900px){.skims-pdp-top{grid-template-columns:1fr}.skims-pdp-media{position:relative;top:0;height:auto;min-height:0;aspect-ratio:3/4}.skims-pdp-info{min-height:0;border-left:0}.skims-pdp-info-inner{padding:30px 20px 34px}.skims-badge{margin-bottom:16px}.skims-pdp-info h1{font-size:34px!important}.skims-price-row{align-items:flex-start;flex-direction:column;gap:11px;margin:14px 0 28px}.skims-reviews{gap:8px}.skims-reviews button{font-size:12px}.skims-option{margin-top:23px}.skims-sizes{grid-template-columns:repeat(3,minmax(0,1fr))}.skims-primary-cta{height:54px;margin-top:32px;font-size:14px}.skims-tabs button{height:62px;padding:0 5px;font-size:12px}.skims-tab-content{min-height:150px;padding:25px 20px 36px}.skims-tab-content p{font-size:14px}.skims-media-action{top:17px}.skims-zoom{left:17px}.skims-save{right:17px}.skims-media-arrow{display:none}.skims-model-note{bottom:16px;left:16px;padding:8px 10px;font-size:9px}}.pdp-detail-strip{display:grid;grid-template-columns:260px minmax(0,1fr);gap:48px;padding:28px 0 72px}.pdp-detail-strip .pdp-service{align-content:start;margin:0;padding:4px 0;border-top:1px solid #111;border-bottom:1px solid #ddd}.pdp-detail-strip .pdp-accordions{margin:0}.pdp-detail-strip .pdp-accordion-body{max-width:720px}.pdp-detail-strip .pdp-accordion-body p{margin:0}.pdp-buybox{align-self:start}.pdp-top{padding-bottom:1.5rem}@media(max-width:760px){.pdp-detail-strip{grid-template-columns:1fr;gap:22px;padding:22px 0 48px}.pdp-detail-strip .pdp-service{grid-template-columns:1fr 1fr}.pdp-detail-strip .pdp-service span:last-child{grid-column:span 2}}.minimal-pdp,.minimal-pdp button,.minimal-pdp p,.minimal-pdp span,.minimal-pdp h1,.minimal-pdp h2,.minimal-pdp h3{font-family:var(--font-sans)}.pdp-buybox h1{font-weight:600!important}.pdp-label,.pdp-field-head,.pdp-accordion>button,.pdp-benefits b{font-weight:600}.pdp-tagline{margin:8px 0 0;color:#333;font-size:14px;font-weight:500}.pdp-short-description{max-width:430px;margin:7px 0 17px;color:#6a6a68;font-size:13px;font-weight:400;line-height:1.5}.pdp-top-service{display:flex;flex-wrap:wrap;gap:8px 18px;margin:18px 0 0;color:#555;font-size:11px}.pdp-top-service span{display:flex;align-items:center;gap:5px}.pdp-detail-note{display:grid;align-content:start;gap:4px;padding-top:4px;color:#555;font-size:12px}.pdp-detail-note b{color:#111;font-size:13px;font-weight:600}.pdp-detail-note span{font-size:12px}@media(max-width:760px){.pdp-short-description{margin-bottom:14px;font-size:12px}.pdp-top-service{gap:8px 13px;margin-top:16px;font-size:10px}.pdp-detail-note{padding:0}}.premium-hero-copy,.premium-hero-shade{display:none!important}.premium-hero{min-height:calc(100vh - 114px)}.premium-hero picture img{object-position:center center}.product-page{background:#fff!important;color:#111}.product-page>section:first-child{padding:1.25rem 0 5rem!important}.product-page .container{max-width:1440px}.product-page .pdp-hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr)!important;gap:4.5rem!important}.product-page .pdp-hero-grid>div:first-child>div:first-child{background:#f2f2f0!important;aspect-ratio:1/1.18!important}.product-page .pdp-hero-grid>div:first-child img{filter:none}.product-page .pdp-hero-grid>div:nth-child(2){padding-top:2.5rem}.product-page h1{font-size:clamp(2rem,3.2vw,3.4rem)!important;font-weight:600!important;letter-spacing:-.055em!important}.product-page h2,.product-page h3,.product-page h4{font-family:var(--font-sans)!important;letter-spacing:-.02em}.product-page .btn-primary,.product-page .btn-secondary{width:100%;border-radius:0;min-height:52px}.product-page .comparison-table{font-size:.75rem}.product-page section{border-radius:0!important}.product-page [style*=border-radius]{border-radius:0!important}.product-page [style*=box-shadow]{box-shadow:none!important}.product-page .mobile-sticky-purchase-bar{background:#fff!important;border-top:1px solid #111}@media(max-width:900px){.product-page .pdp-hero-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.product-page .pdp-hero-grid>div:nth-child(2){padding-top:0}}.minimal-pdp{padding-bottom:5rem}.pdp-breadcrumb{display:flex;justify-content:space-between;padding-top:1.2rem;padding-bottom:1.2rem;color:#777;font-size:.65rem;letter-spacing:.05em;text-transform:uppercase}.pdp-breadcrumb button{display:flex;align-items:center;gap:.45rem;color:#111;font-size:.65rem;text-transform:uppercase}.pdp-top{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:4rem;align-items:start;padding:1rem 0 5rem}.pdp-main-image{position:relative;aspect-ratio:1/1.12;overflow:hidden;background:#f0f0ee}.pdp-main-image img{width:100%;height:100%;object-fit:cover}.pdp-image-count{position:absolute;left:1rem;bottom:1rem;color:#fff;font-size:.62rem;letter-spacing:.1em;mix-blend-mode:difference}.pdp-arrow{position:absolute;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:36px;height:36px;color:#111;background:#fff;border-radius:50%}.pdp-prev{left:1rem}.pdp-next{right:1rem}.pdp-thumbnails{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;margin-top:.5rem}.pdp-thumbnails button{aspect-ratio:1;overflow:hidden;opacity:.55;border:1px solid transparent}.pdp-thumbnails button.active{opacity:1;border-color:#111}.pdp-thumbnails img{width:100%;height:100%;object-fit:cover}.pdp-buybox{padding:1.2rem 0}.pdp-label{margin:0 0 1rem;color:#777;font-size:.62rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.pdp-buybox h1{margin:0 0 .45rem;font-size:clamp(2rem,3.4vw,3.4rem);font-weight:600;letter-spacing:-.06em}.pdp-tagline{margin-bottom:1.2rem;color:#666;font-size:.84rem}.pdp-rating{display:flex;align-items:center;gap:.45rem;font-size:.72rem}.pdp-rating span{display:flex;gap:.12rem;color:#111}.pdp-rating button{color:#666;border-bottom:1px solid #999;font-size:.72rem}.pdp-price{display:flex;align-items:baseline;gap:.7rem;margin:1.6rem 0}.pdp-price strong{font-size:1.35rem}.pdp-price s{color:#888;font-size:.85rem}.pdp-price span{color:#777;font-size:.7rem}.pdp-description{color:#555;font-size:.86rem;line-height:1.7}.pdp-rule{height:1px;margin:1.6rem 0;background:#ddd}.pdp-field{padding:1.1rem 0;border-bottom:1px solid #ddd}.pdp-field-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem;font-size:.74rem}.pdp-field-head b{font-weight:600}.pdp-swatches{display:flex;gap:.5rem}.pdp-swatches button{padding:3px;border:1px solid transparent;border-radius:50%}.pdp-swatches button.selected{border-color:#111}.pdp-swatches span{display:block;width:22px;height:22px;border:1px solid #bbb;border-radius:50%}.pdp-size-guide{color:#555;border-bottom:1px solid #555;font-size:.68rem}.pdp-sizes{display:grid;grid-template-columns:repeat(6,1fr);gap:.4rem}.pdp-sizes button{height:38px;border:1px solid #cfcfcb;color:#333;font-size:.72rem}.pdp-sizes button.selected{border-color:#111;background:#111;color:#fff}.pdp-save{color:#777;font-size:.66rem}.pdp-bundles{display:grid;gap:.5rem}.pdp-bundle{display:grid;grid-template-columns:auto 1fr auto;gap:.7rem;align-items:center;padding:.8rem;border:1px solid #cfcfcb;text-align:left}.pdp-bundle.selected{border-color:#111}.pdp-radio{width:13px;height:13px;border:1px solid #777;border-radius:50%}.pdp-bundle.selected .pdp-radio{border:4px solid #111}.pdp-bundle b,.pdp-bundle small{display:block}.pdp-bundle b{font-size:.73rem}.pdp-bundle small{margin-top:.2rem;color:#777;font-size:.64rem}.pdp-bundle strong{font-size:.76rem;font-weight:600}.pdp-actions{display:grid;grid-template-columns:92px 1fr;gap:.5rem;margin-top:1.3rem}.pdp-quantity{display:flex;align-items:center;justify-content:space-between;border:1px solid #111}.pdp-quantity button{width:28px;height:48px}.pdp-quantity span{font-size:.8rem}.pdp-add,.pdp-buy{height:50px;background:#111;color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.pdp-buy{width:100%;margin-top:.5rem;background:#fff;color:#111;border:1px solid #111}.pdp-service{display:grid;gap:.6rem;margin:1.5rem 0;color:#555;font-size:.68rem}.pdp-service span{display:flex;align-items:center;gap:.5rem}.pdp-accordions{border-top:1px solid #111}.pdp-accordion{border-bottom:1px solid #ddd}.pdp-accordion>button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;color:#111;font-size:.76rem;text-align:left}.pdp-accordion svg{transition:transform .2s}.pdp-accordion svg.rotated{transform:rotate(180deg)}.pdp-accordion-body{padding:0 0 1rem;color:#666;font-size:.78rem;line-height:1.7}.pdp-accordion-body ul{display:grid;gap:.4rem;padding-left:1rem}.pdp-benefits{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #111;border-bottom:1px solid #111}.pdp-benefits>div{display:grid;gap:.35rem;padding:1.5rem 1.5rem 1.5rem 0;border-right:1px solid #ddd}.pdp-benefits>div:not(:first-child){padding-left:1.5rem}.pdp-benefits>div:last-child{border:0}.pdp-benefits b{font-size:.75rem}.pdp-benefits span{color:#777;font-size:.7rem}.pdp-review-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:6rem 0 2rem}.pdp-review-section h2{margin:0;font-size:clamp(2rem,4vw,4rem);letter-spacing:-.06em}.pdp-review-card{max-width:500px;padding:1.75rem 0;border-top:1px solid #111}.pdp-review-card p{margin:1.2rem 0;font-size:1rem;line-height:1.6}.pdp-review-card small{color:#777;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}@media(max-width:760px){.pdp-breadcrumb span{display:none}.pdp-top{grid-template-columns:1fr;gap:1rem;padding-top:0}.pdp-buybox{padding-top:1.5rem}.pdp-benefits{grid-template-columns:1fr}.pdp-benefits>div,.pdp-benefits>div:not(:first-child){padding:1rem 0;border-right:0;border-bottom:1px solid #ddd}.pdp-review-section{grid-template-columns:1fr;gap:1.5rem;padding-top:4rem}}:root{--font-sans: Arial, Helvetica, sans-serif;--font-serif: Arial, Helvetica, sans-serif;--bg-primary: #f8f8f6;--bg-surface: #fff;--bg-secondary: #efefed;--text-primary: #111;--text-secondary: #555;--border-subtle: #d9d9d6}html,.premium-home,.premium-about,.terms-page,.checkout-page{font-family:var(--font-sans)}.premium-kicker{color:#111;font-size:.62rem;letter-spacing:.12em}.premium-home h2,.premium-about h2,.premium-hero h1,.about-hero h1,.terms-inner h1{font-family:var(--font-sans);font-style:normal;font-weight:600;letter-spacing:-.055em}.premium-home h2 em,.premium-hero h1 em{font-style:normal;font-weight:600}.premium-hero{min-height:calc(100vh - 114px);background:#ddd}.premium-hero-shade{background:linear-gradient(90deg,#0000003d,#00000005 65%),linear-gradient(0deg,rgba(0,0,0,.28),transparent 36%)}.premium-hero-copy{color:#fff;align-self:flex-end;padding-bottom:clamp(3rem,8vw,7rem)}.premium-hero-copy .premium-kicker,.premium-hero-copy .premium-hero-text{color:#fff}.premium-hero h1{max-width:720px;font-size:clamp(3.5rem,8.4vw,8.5rem);line-height:.86}.premium-hero-text{font-size:.94rem}.premium-button{background:#111;border-color:#111;box-shadow:none}.premium-button:hover{background:#333;border-color:#333}.hero-proof{color:#fff;font-size:.66rem}.brand-intro,.ritual-section,.social-proof,.journal-strip,.newsletter-section,.about-origin,.about-pillars{background:#fff}.section-pad{padding:clamp(3.5rem,7vw,7rem) 0}.intro-grid,.feature-grid,.proof-grid,.journal-grid,.newsletter-inner,.about-origin-grid{gap:clamp(2rem,5vw,5rem)}.premium-home h2,.premium-about h2{font-size:clamp(2rem,4vw,4.2rem);line-height:.95}.product-feature{background:#ecece9}.feature-image,.journal-image,.about-image{border-radius:0}.feature-points{font-size:.66rem;letter-spacing:.1em}.ritual-grid>div{padding-top:1.5rem}.ritual-grid h3,.pillar-card h3{font-family:var(--font-sans);font-size:1rem;font-weight:600;letter-spacing:-.02em}.social-proof{background:#111}.social-proof h2{color:#fff}.quote-card{border-color:#555}.quote-card p{font-family:var(--font-sans);font-size:clamp(1.3rem,2.2vw,2rem);font-weight:500}.newsletter-section{border-top:1px solid #111}.about-hero{background:#ecece9}.about-hero h1,.terms-inner h1{font-size:clamp(3rem,7vw,7rem);line-height:.88}.about-statement{background:#111}.about-statement p{font-family:var(--font-sans);font-style:normal;font-weight:600}.terms-page{background:#f8f8f6}.terms-inner h1{font-size:clamp(3rem,6vw,6rem)}.terms-copy h2{font-family:var(--font-sans);font-size:1.1rem;font-weight:600}.btn-primary,.btn-secondary{border-radius:0;box-shadow:none}.header-wrapper{border-bottom:1px solid #111}.header-wrapper>div:first-child{background:#111!important;height:30px!important;font-size:.6rem!important}.main-navbar-container{max-width:none!important;padding:0 2rem!important}.main-navbar-container .nav-link{font-size:.65rem!important;font-weight:600!important}.mobile-nav-toggle{margin-right:.6rem}.drawer-backdrop{background:#00000073}.drawer-backdrop>div{background:#fff!important}.checkout-page .checkout-grid>form>div,.checkout-page .checkout-grid>div:last-child{box-shadow:none;border-color:#111!important}@media(max-width:760px){.premium-hero{min-height:calc(100svh - 104px)}.premium-hero-copy{padding-bottom:2rem}.premium-hero h1{font-size:clamp(3.4rem,17vw,6rem)}.main-navbar-container{padding:0 1rem!important}.main-navbar-container img{height:26px!important}}.cms-admin{min-height:100vh;background:#0f0f10;color:#f7f4ef;display:grid;grid-template-columns:260px minmax(0,1fr);font-family:var(--font-sans)}.cms-sidebar{position:sticky;top:0;height:100vh;border-right:1px solid #2a2928;background:#141312;padding:22px 16px;overflow-y:auto}.cms-brand{display:flex;align-items:center;gap:12px;padding:4px 8px 22px;border-bottom:1px solid #2a2928;margin-bottom:18px}.cms-brand img{width:118px;height:auto;filter:invert(1)}.cms-brand span{font-size:11px;color:#a7a29b;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.cms-sidebar nav{display:grid;gap:6px}.cms-sidebar nav button,.cms-secondary,.cms-primary,.cms-icon-button,.cms-list button{border:0;cursor:pointer;font-family:inherit}.cms-sidebar nav button{display:flex;align-items:center;gap:10px;width:100%;padding:12px 11px;color:#a7a29b;background:transparent;border-radius:4px;font-size:13px;font-weight:600;text-align:left}.cms-sidebar nav button.active,.cms-sidebar nav button:hover{background:#242220;color:#fff}.cms-main{padding:28px;max-width:1380px;width:100%}.cms-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:26px;padding-bottom:24px;border-bottom:1px solid #2a2928}.cms-topbar p,.cms-panel-head span{margin:0 0 8px;color:#9f9a94;font-size:11px;line-height:1;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.cms-topbar h1{color:#fff;font-size:25px;line-height:1.16;max-width:720px;font-weight:600;letter-spacing:0}.cms-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-end}.cms-actions.left{justify-content:flex-start}.cms-form,.cms-stack{display:grid;gap:18px}.cms-grid{display:grid;gap:18px;grid-template-columns:1fr}.cms-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.cms-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.cms-grid.four .cms-panel:last-child{grid-column:1 / -1}.cms-panel,.cms-subpanel{background:#191817;border:1px solid #2f2d2b;border-radius:6px}.cms-panel{padding:22px}.cms-subpanel{padding:16px}.cms-panel-head{margin-bottom:18px}.cms-panel-head h3{margin:0;color:#fff;font-size:17px;line-height:1.25;font-weight:650;letter-spacing:0}.cms-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:12px;align-items:end}.cms-field{display:grid;gap:7px}.cms-field span,.cms-image-field>span{color:#aaa49d;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.cms-field input,.cms-field textarea,.cms-field select,.cms-image-field input,.cms-actions select,.cms-table select{width:100%;background:#11100f;border:1px solid #3b3835;color:#fff;border-radius:4px;padding:11px 12px;outline:none;font-family:inherit;font-size:13px}.cms-field textarea{resize:vertical;line-height:1.5}.cms-field input:focus,.cms-field textarea:focus,.cms-field select:focus,.cms-image-field input:focus{border-color:#b8a38f}.cms-image-field{display:grid;gap:9px}.cms-image-field>div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:start}.cms-image-field img{width:92px;height:112px;object-fit:cover;background:#282624;border-radius:4px}.cms-image-field input[type=file]{display:none}.cms-image-field label,.cms-secondary,.cms-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:4px;font-size:12px;font-weight:750}.cms-image-field label{width:fit-content;padding:9px 12px;background:#2a2826;color:#fff;margin-bottom:8px;cursor:pointer}.cms-secondary{min-height:39px;padding:0 14px;color:#fff;background:#252321}.cms-secondary.danger,.cms-icon-button.danger,.cms-list button.danger{color:#ff7a7a;background:#ef44441f}.cms-primary{min-height:48px;padding:0 18px;color:#11100f;background:#faf8f5;width:fit-content}.cms-icon-button{width:42px;height:42px;border-radius:4px}.cms-metric{display:block;color:#fff;font-size:32px;line-height:1;margin-bottom:10px}.cms-muted{margin:0;color:#9f9a94;font-size:13px}.cms-table-wrap{overflow-x:auto}.cms-table{width:100%;border-collapse:collapse;font-size:13px}.cms-table th,.cms-table td{padding:13px 10px;border-bottom:1px solid #2c2a28;text-align:left}.cms-table th{color:#9f9a94;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.cms-list{display:grid;gap:12px}.cms-list>div{display:grid;grid-template-columns:minmax(120px,auto) minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:14px;border:1px solid #2c2a28;border-radius:5px;background:#121110}.cms-list.reviews>div{display:block}.cms-list b{color:#fff}.cms-list span,.cms-list p{color:#a7a29b;font-size:13px;margin:0}.cms-list p{margin-top:6px;line-height:1.5}.cms-list button{min-height:34px;padding:0 11px;border-radius:4px;color:#fff;background:#252321}@media(max-width:980px){.cms-admin{grid-template-columns:1fr}.cms-sidebar{position:relative;height:auto}.cms-sidebar nav,.cms-topbar,.cms-grid.two,.cms-grid.three,.cms-grid.four,.cms-row{grid-template-columns:1fr}.cms-topbar{display:grid}.cms-primary{width:100%}}.modal-centered-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#1111117a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);overflow-y:auto}.modal-card{width:100%;max-width:720px;max-height:calc(100vh - 3rem);padding:2rem;overflow-y:auto;background:#fff;color:#111;border:1px solid #111;box-shadow:0 24px 60px #0003}.close-btn{display:grid;place-items:center;flex-shrink:0;width:34px;height:34px;color:#111;border-radius:50%;transition:background .2s ease}.close-btn:hover{background:#f0f0ee}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.4rem 1.8rem;border-bottom:1px solid var(--border-subtle)}.cart-drawer-title{margin:0;font-size:1.05rem;font-weight:600;letter-spacing:.01em}.shipping-progress-container{display:grid;gap:.55rem;padding:1rem 1.8rem;border-bottom:1px solid var(--border-subtle);background:#fafaf8}.shipping-bar-bg{height:4px;overflow:hidden;background:#e7e5e0;border-radius:2px}.shipping-bar-fill{height:100%;background:#111;border-radius:2px;transition:width .4s var(--ease-luxury)}.pdp-trust-single-line{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;margin-top:1.1rem;color:#555;font-size:.68rem}.pdp-trust-single-line span{display:inline-flex;align-items:center;gap:.4rem}.pdp-matrix-section{padding:72px 0}.pdp-matrix-wrap{max-width:1080px;margin:0 auto;overflow-x:auto}.pdp-matrix-section .comparison-table{margin-top:0;min-width:640px}.img-placeholder{position:relative;display:grid;place-items:center;width:100%;overflow:hidden;background:repeating-linear-gradient(135deg,rgba(17,17,17,.03) 0 1px,transparent 1px 16px),linear-gradient(160deg,#ede8e0,#e3dacd 55%,#d9cec0)}.img-placeholder.tone-stone{background:repeating-linear-gradient(135deg,rgba(17,17,17,.03) 0 1px,transparent 1px 16px),linear-gradient(160deg,#f1f1ef,#e6e6e3 55%,#dbdbd7)}.img-placeholder.tone-nude{background:repeating-linear-gradient(135deg,rgba(17,17,17,.03) 0 1px,transparent 1px 16px),linear-gradient(160deg,#f0e5dc,#e4d4c8 55%,#d6c3b4)}.img-placeholder-mark{font-size:10px;font-weight:700;letter-spacing:.32em;text-transform:uppercase;color:#11111152}.minimal-pdp{padding-bottom:2.5rem;background:#fff}.minimal-pdp .pdp-breadcrumb{padding-top:.8rem;padding-bottom:.8rem}.minimal-pdp .pdp-top{gap:2.5rem;padding:0 0 2.25rem}.minimal-pdp .pdp-gallery{align-self:start;min-width:0}.minimal-pdp .pdp-gallery,.minimal-pdp .pdp-main-image,.minimal-pdp .pdp-main-image img{width:100%;max-width:none}.minimal-pdp .pdp-main-image{display:block;aspect-ratio:4 / 5;line-height:0}.minimal-pdp .pdp-main-image{height:auto;min-height:0}.minimal-pdp .pdp-main-image img{display:block}.minimal-pdp .pdp-thumbnails{margin-top:8px;gap:6px}.minimal-pdp .pdp-buybox{padding:.5rem 0 0}.minimal-pdp .pdp-buybox h1{margin-bottom:.3rem}.minimal-pdp .pdp-tagline{margin-bottom:.75rem}.minimal-pdp .pdp-price,.minimal-pdp .pdp-rule{margin:1rem 0}.minimal-pdp .pdp-field{padding:.75rem 0}.minimal-pdp .pdp-field-head{margin-bottom:.6rem}.minimal-pdp .pdp-actions{margin-top:1rem}.minimal-pdp .pdp-trust-single-line{margin-top:.8rem}.minimal-pdp .pdp-benefits{margin-top:0}.minimal-pdp .pdp-matrix-section,.minimal-pdp .pdp-editorial-gallery,.minimal-pdp .pdp-compare-section{padding-top:3.5rem;padding-bottom:3.5rem}.minimal-pdp .pdp-section-head{margin-bottom:1.5rem}.minimal-pdp .pdp-review-section{padding-top:3.5rem}.minimal-pdp .pdp-detail-strip{padding-top:2rem;padding-bottom:2rem}@media(max-width:760px){.minimal-pdp .pdp-top{gap:0;padding-bottom:1.5rem}.minimal-pdp .pdp-buybox{padding-top:1.25rem}.minimal-pdp .pdp-main-image{aspect-ratio:4 / 5}.minimal-pdp .pdp-thumbnails{grid-template-columns:repeat(4,1fr)}.minimal-pdp .pdp-matrix-section,.minimal-pdp .pdp-editorial-gallery,.minimal-pdp .pdp-compare-section{padding-top:2.5rem;padding-bottom:2.5rem}}@media(max-width:900px){.minimal-pdp .container{width:100%;padding-left:16px;padding-right:16px}.minimal-pdp .pdp-top{display:block;width:100%;padding-bottom:1.5rem}.minimal-pdp .pdp-gallery{width:100%;margin:0}.minimal-pdp .pdp-main-image{width:100%!important;margin:0!important;aspect-ratio:4 / 5!important;height:auto!important}.minimal-pdp .pdp-main-image img{width:100%;height:100%;object-fit:cover}.minimal-pdp .pdp-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr));width:100%}.minimal-pdp .pdp-buybox{width:100%;padding:1.25rem 0 0}.minimal-pdp .pdp-benefits{grid-template-columns:1fr}.minimal-pdp .pdp-benefits>div,.minimal-pdp .pdp-benefits>div:not(:first-child){padding:1rem 0;border-right:0;border-bottom:1px solid #ddd}.minimal-pdp .pdp-benefits>div:last-child{border-bottom:0}}.img-placeholder-label{position:absolute;left:10px;bottom:10px;max-width:calc(100% - 20px);padding:5px 7px;background:#fff;color:#111;font-size:9px;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-categories{padding:0 0 76px}.home-section-head h2{max-width:520px;margin:0;font-size:clamp(31px,4vw,58px);font-weight:500;letter-spacing:-.07em;line-height:.95}.home-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.home-category-card{display:flex;flex-direction:column;text-align:left;background:none;border:none;padding:0;cursor:pointer;text-decoration:none;color:inherit}.home-category-media{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background-color:#f4f2ee;border-radius:2px}.home-category-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.16,1,.3,1)}.home-category-card:hover .home-category-media img{transform:scale(1.04)}.home-category-card .img-placeholder{aspect-ratio:3/4;width:100%;height:100%}.home-category-card>div{display:flex;align-items:start;justify-content:space-between;gap:12px;padding-top:12px}.home-category-card h3{margin:0 0 3px;font-size:14px;font-weight:600;letter-spacing:-.02em}.home-category-card p{margin:0;color:#777;font-size:12px}.home-category-card>div>span{flex-shrink:0;padding:4px 6px;border:1px solid #ddd;color:#555;font-size:9px;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.home-benefits-section{padding:64px 0 72px}.home-benefits{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #111;border-bottom:1px solid #ddd}.home-benefits>div{display:grid;gap:8px;align-content:start;padding:26px 22px 26px 0;border-right:1px solid #ddd}.home-benefits>div:not(:first-child){padding-left:22px}.home-benefits>div:last-child{border-right:0}.home-benefits svg{color:#111}.home-benefits b{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.home-benefits span{color:#777;font-size:12px;line-height:1.55}.home-occasions{padding:0 0 72px}.home-occasions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.home-occasion-card .img-placeholder{aspect-ratio:3/4}.home-occasion-card h3{margin:12px 0 2px;font-size:14px;font-weight:600;letter-spacing:-.02em}.home-occasion-card>p{margin:0 0 6px;color:#777;font-size:12px}.home-occasion-card small{display:block;color:#999;font-size:11px;line-height:1.5}.home-coming-soon{padding:72px 0;background:#efefed}.home-coming-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.home-coming-card .img-placeholder{aspect-ratio:3/4}.home-coming-card>div{padding-top:12px}.home-coming-card h3{margin:0 0 3px;font-size:14px;font-weight:600;letter-spacing:-.02em}.home-coming-card p{margin:0;color:#777;font-size:12px}.home-coming-card strong{display:block;margin-top:5px;font-size:13px;font-weight:600}.home-philosophy{padding:clamp(56px,8vw,96px) 0;background:#111;color:#fff;text-align:center}.home-philosophy-kicker{display:block;margin:0 0 1.4rem;color:#b5b1ab;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.home-philosophy h2{max-width:880px;margin:0 auto 1.2rem;font-size:clamp(28px,4.2vw,56px);font-weight:500;letter-spacing:-.055em;line-height:1.02}.home-philosophy-body{max-width:560px;margin:0 auto;color:#b5b1ab;font-size:13px;line-height:1.7}.site-footer button:hover,.site-footer a:hover{opacity:.75}@media(max-width:900px){.home-category-grid,.home-occasions-grid,.home-coming-grid{grid-template-columns:repeat(2,1fr);gap:8px}.home-benefits{grid-template-columns:repeat(2,1fr)}.home-benefits>div,.home-benefits>div:not(:first-child){padding:20px 16px 20px 0}.home-benefits>div:nth-child(2n){border-right:0;padding-right:0}.home-benefits>div:nth-child(-n+2){border-bottom:1px solid #ddd}.pdp-matrix-section{padding:48px 0}}@media(max-width:560px){.home-occasions-grid,.home-coming-grid,.home-benefits{grid-template-columns:1fr}.home-benefits>div,.home-benefits>div:not(:first-child){padding:16px 0;border-right:0;border-bottom:1px solid #ddd}.home-benefits>div:last-child{border-bottom:0}.modal-centered-backdrop{padding:.75rem;align-items:flex-start}.modal-card{padding:1.25rem;max-height:calc(100vh - 1.5rem)}.cart-drawer-header,.shipping-progress-container{padding-left:1.2rem;padding-right:1.2rem}}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}a,a:link,a:visited,a:hover,a:active,a:focus{color:inherit;text-decoration:none;outline:none}button,a,[role=button]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.store-desktop-links{display:none!important}.store-menu-trigger{display:grid!important;place-items:center;width:40px;height:40px;margin-left:-8px;color:#111}.store-menu{width:min(420px,92vw)}.store-menu-links button{transition:padding-left .25s ease,color .2s ease}.store-menu-links button:hover{padding-left:6px}.home-hero{position:relative;width:100%;height:min(80vh,880px);min-height:480px;overflow:hidden;background:#e9e9e6}.home-hero picture,.home-hero img{display:block;width:100%;height:100%}.home-hero img{object-fit:cover;object-position:center center}.home-hero-scroll-cue{position:absolute;left:50%;bottom:22px;transform:translate(-50%);padding:7px 18px;border-radius:999px;background:#ffffffd1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#111;font-size:9px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;animation:hero-cue-float 2.6s ease-in-out infinite}@keyframes hero-cue-float{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-6px)}}@media(prefers-reduced-motion:reduce){.home-hero-scroll-cue{animation:none}}.home-strip{border-bottom:1px solid #e4e4e2;background:#fff}.home-strip-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px 36px;padding-top:14px;padding-bottom:14px}.home-strip-item{display:flex;align-items:center;gap:10px;color:#111}.home-strip-item svg{flex:0 0 auto;opacity:.75}.home-strip-item b{display:block;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.home-strip-item span{display:block;font-size:11px;color:#777}.home-storefront section{margin:0}.home-eyebrow{margin:0 0 10px;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#8a8a86}.home-section-head{margin-bottom:26px}.home-section-head h1,.home-section-head h2{margin:0;font-size:clamp(28px,3.6vw,48px);font-weight:500;letter-spacing:-.055em;line-height:.98}.home-cats{padding:52px 0}.home-cats-layout{display:grid;gap:14px}.home-cats--duo{grid-template-columns:repeat(2,1fr)}.home-cats--grid{grid-template-columns:repeat(3,1fr)}.home-cats--single{grid-template-columns:1fr}.home-cats--single .home-cat-media{aspect-ratio:auto;height:clamp(320px,48vw,520px)}.home-cats--duo .home-cat-media,.home-cats--grid .home-cat-media{aspect-ratio:4 / 3.4}.home-cat-card{position:relative;display:flex;flex-direction:column;text-align:left;overflow:hidden;background:#f0f0ee}.home-cat-media{position:relative;width:100%;overflow:hidden}.home-cat-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.home-cat-card:hover .home-cat-media img{transform:scale(1.04)}.home-cat-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 2px 0}.home-cat-meta h3{margin:0;font-size:15px;font-weight:600;letter-spacing:.01em}.home-cat-meta p{margin:3px 0 0;font-size:12px;color:#777}.home-cat-arrow{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border:1px solid #dcdcd8;border-radius:50%;transition:background .25s ease,color .25s ease,border-color .25s ease}.home-cat-card:hover .home-cat-arrow{background:#111;border-color:#111;color:#fff}.home-shop{padding:52px 0}.home-shop-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.home-shop-nav{display:flex;align-items:center;gap:10px}.home-shop-arrow{display:grid;place-items:center;width:38px;height:38px;border:1px solid #dcdcd8;border-radius:50%;color:#111;transition:background .25s ease,color .25s ease,border-color .25s ease}.home-shop-arrow:hover{background:#111;border-color:#111;color:#fff}.home-shop-all{display:flex;align-items:center;gap:6px;margin-left:8px;padding-bottom:3px;border-bottom:1px solid #111;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.home-shop-track{display:flex;gap:24px;padding:0 max(2rem,calc((100vw - 1360px)/2 + 2rem));overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-left:max(2rem,calc((100vw - 1360px)/2 + 2rem));scrollbar-width:none;cursor:grab;-webkit-overflow-scrolling:touch}.home-shop-track:active{cursor:grabbing}.home-shop-track::-webkit-scrollbar{display:none}.home-shop-card{flex:0 0 auto;width:min(340px,74vw);scroll-snap-align:start}.home-shop-media{position:relative;display:block;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:#f0f0ee}.home-shop-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1);-webkit-user-select:none;user-select:none}.home-shop-media:hover img{transform:scale(1.045)}.home-shop-media span{position:absolute;top:10px;left:10px;padding:4px 8px;background:#ffffffeb;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.home-shop-info{padding-top:12px}.home-shop-info h3{margin:0;font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.home-shop-info p{margin:4px 0 0;font-size:12px;color:#777}.home-shop-foot{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.home-shop-foot strong{font-size:13px;font-weight:600}.home-shop-foot button{display:flex;align-items:center;gap:4px;padding-bottom:2px;border-bottom:1px solid #111;font-size:11px;font-weight:600;text-transform:uppercase}.home-editorial{display:grid;grid-template-columns:1.15fr .85fr;background:#efefed}.home-editorial-image{overflow:hidden}.home-editorial-image img{width:100%;height:100%;object-fit:cover}.home-editorial-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(36px,6vw,84px)}.home-editorial-copy h2{max-width:420px;margin:0 0 14px;font-size:clamp(32px,4.4vw,56px);font-weight:500;letter-spacing:-.06em;line-height:.95}.home-editorial-copy span{max-width:300px;color:#555;font-size:14px;line-height:1.55}.home-editorial-copy button{display:flex;align-items:center;gap:7px;margin-top:24px;padding-bottom:4px;border-bottom:1px solid #111;font-size:11px;font-weight:600;text-transform:uppercase}.home-videos{padding:52px 0}.home-videos-note{max-width:300px;margin:0;font-size:12px;line-height:1.55;color:#777;text-align:right}.home-videos-track{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.home-videos-track.single{grid-template-columns:minmax(0,560px)}.home-video-card{position:relative;display:flex;flex-direction:column;text-align:left}.home-video-media{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background:#111}.home-video-media img{width:100%;height:100%;object-fit:cover;opacity:.88;transition:opacity .3s ease,transform .7s cubic-bezier(.16,1,.3,1)}.home-video-play{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:52px;height:52px;transform:translate(-50%,-50%);border-radius:50%;background:#fffffff0;color:#111;transition:transform .3s ease}.home-video-card:hover .home-video-play{transform:translate(-50%,-50%) scale(1.08)}.home-video-meta h3{margin:12px 0 0;font-size:14px;font-weight:600;letter-spacing:.02em}.home-video-meta p{margin:4px 0 0;font-size:12px;color:#777}.home-social-proof{padding:64px 0 56px;text-align:center;background:#fff}.home-social-proof-number{margin:0;font-size:clamp(72px,14vw,190px);font-weight:800;letter-spacing:-.02em;line-height:1;background:linear-gradient(180deg,#b9b9b6,#efefee 78%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;-webkit-user-select:none;user-select:none}.home-social-proof-number span{font-size:.55em;vertical-align:.28em}.home-social-proof-caption{margin:18px 0 0;font-size:clamp(15px,2.2vw,26px);font-weight:800;letter-spacing:.01em;text-transform:uppercase;color:#111}.video-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;display:grid;place-items:center;padding:20px;background:#0a0a0ac7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:video-modal-fade .25s ease}@keyframes video-modal-fade{0%{opacity:0}to{opacity:1}}.video-modal{position:relative;width:min(920px,100%);max-height:92vh;overflow-y:auto;background:#111;color:#fff;animation:video-modal-rise .35s cubic-bezier(.16,1,.3,1)}@keyframes video-modal-rise{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}.video-modal-close{position:absolute;top:10px;right:10px;z-index:2;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#0000008c;color:#fff}.video-modal-close:hover{background:#000c}.video-modal-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#000}.video-modal-frame--instagram{aspect-ratio:auto;min-height:480px;display:grid;place-items:center}.video-modal-frame--instagram iframe{width:100%;min-height:480px;border:0}.video-modal-frame iframe,.video-modal-frame video{display:block;width:100%;height:100%;border:0}.video-modal-unavailable{display:grid;place-items:center;gap:10px;height:100%;font-size:13px;color:#bbb}.video-modal-unavailable a{border-bottom:1px solid #fff;color:#fff;padding-bottom:2px}.video-modal-meta{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:18px 22px 22px}.video-modal-copy h3{margin:0;font-size:15px;font-weight:600;letter-spacing:.02em}.video-modal-copy p{margin:4px 0 0;font-size:12px;color:#aaa}.editorial-home{background:#f4f0e9;color:#1c1916}.store-header{background:#f4f0e9eb;border-bottom:1px solid rgba(28,25,22,.12);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.store-announcement{background:#1c1916;min-height:24px;font-size:9px;letter-spacing:.18em}.store-nav{height:72px;padding:0 42px}.store-logo img{height:25px}.store-desktop-links{display:flex;gap:22px}.store-desktop-links button{font-size:10px;letter-spacing:.12em;text-transform:uppercase}.editorial-hero{height:calc(100vh - 96px);min-height:600px;max-height:940px;position:relative;overflow:hidden;background:#d5cbc0}.editorial-hero picture,.editorial-hero img{display:block;width:100%;height:100%}.editorial-hero img{object-fit:cover;object-position:center;animation:editorial-reveal 1.4s var(--ease-luxury) both}@keyframes editorial-reveal{0%{transform:scale(1.06);opacity:.6}to{transform:scale(1);opacity:1}}.hero-scroll{position:absolute;right:42px;bottom:34px;display:flex;align-items:center;gap:10px;color:#fff;border-bottom:1px solid rgba(255,255,255,.7);padding-bottom:7px;font-size:10px;letter-spacing:.16em;text-transform:uppercase}.editorial-section{max-width:1360px;margin:auto;padding:clamp(74px,10vw,148px) 42px}.editorial-heading{display:grid;grid-template-columns:.8fr 1.3fr .8fr;align-items:end;gap:24px;margin-bottom:50px}.editorial-heading span,.campaign-banner span{color:#8b6d54;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.editorial-heading h2{font:400 clamp(38px,6vw,84px)/.9 var(--font-serif);letter-spacing:-.055em}.editorial-heading p{max-width:220px;margin-left:auto;color:#756c62;font-size:13px;line-height:1.5}.collection-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:repeat(2,minmax(180px,280px));gap:14px}.collection-tile{position:relative;overflow:hidden;background:#ddd2c6;text-align:left}.collection-tile--1{grid-row:span 2}.collection-tile--4{grid-column:2 / span 2}.collection-tile img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-luxury)}.collection-tile:hover img,.editorial-product-image:hover img,.video-editorial-card:hover img{transform:scale(1.045)}.collection-tile:after{content:"";position:absolute;top:40%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0000008c)}.collection-tile span{position:absolute;z-index:1;left:20px;right:20px;bottom:18px;display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:12px;letter-spacing:.12em;text-transform:uppercase}.collection-tile span b{font-weight:500}.editorial-heading--row{display:flex;justify-content:space-between;align-items:end}.editorial-link{display:inline-flex;align-items:center;gap:9px;padding-bottom:7px;border-bottom:1px solid currentColor;color:inherit;font-size:10px;letter-spacing:.16em;text-transform:uppercase;white-space:nowrap}.product-editorial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.editorial-product-image{position:relative;display:block;width:100%;aspect-ratio:.78;overflow:hidden;background:#e3dbd1}.editorial-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-luxury)}.editorial-product-image small{position:absolute;top:14px;left:14px;padding:5px 7px;background:#f5f0e8;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.product-quick-add{position:absolute;left:14px;bottom:14px;display:flex;align-items:center;gap:5px;color:#fff;opacity:0;transition:opacity .25s;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.editorial-product-image:after{content:"";position:absolute;top:55%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#00000073);opacity:0;transition:opacity .25s}.editorial-product-image:hover .product-quick-add,.editorial-product-image:hover:after{opacity:1}.editorial-product-info{display:flex;justify-content:space-between;gap:10px;padding-top:13px}.editorial-product-info h3{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.07em}.editorial-product-info p{margin-top:4px;color:#81776d;font-size:11px}.editorial-product-info strong{font-size:12px;font-weight:500;white-space:nowrap}.campaign-banner{position:relative;min-height:min(70vh,720px);overflow:hidden;background:#302a26;color:#f4f0e9}.campaign-banner img{width:100%;height:100%;min-height:inherit;object-fit:cover;opacity:.72}.campaign-banner>div{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:8vw}.campaign-banner h2{margin:15px 0 12px;font:400 clamp(48px,8vw,112px)/.85 var(--font-serif);letter-spacing:-.06em}.campaign-banner p{max-width:250px;margin-bottom:25px;color:#d8cec3;font-size:13px}.editorial-link--light{color:#f4f0e9}.quote-section{padding:clamp(90px,13vw,190px) 24px;background:#ded2c5;text-align:center}.quote-mark{color:#9b765b;font:100px/.5 var(--font-serif)}.quote-section blockquote{max-width:850px;margin:30px auto 24px;font:400 clamp(30px,5vw,70px)/.96 var(--font-serif);letter-spacing:-.04em}.quote-section cite{color:#756c62;font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-style:normal}.video-editorial{background:#f4f0e9}.video-editorial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.video-editorial-card{text-align:left}.video-editorial-card>div{position:relative;aspect-ratio:.78;overflow:hidden;background:#2c2926}.video-editorial-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease-luxury)}.video-editorial-card i{position:absolute;left:16px;bottom:16px;display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.7);border-radius:50%;color:#fff;font-style:normal}.video-editorial-card>span{display:block;padding-top:12px;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.video-fallback{display:grid;place-items:center;height:100%;color:#fff}.customer-badge{padding:clamp(80px,12vw,170px) 24px;background:#f4f0e9;text-align:center}.badge-ring{width:250px;height:250px;margin:auto;border:1px solid #aa8c76;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:rotate(-7deg)}.badge-ring span{font:400 42px/.9 var(--font-serif);letter-spacing:-.05em}.badge-ring small{margin-top:14px;color:#796b60;font-size:10px;line-height:1.5;letter-spacing:.14em;text-transform:uppercase}.customer-badge>p{margin-top:25px;color:#8b6d54;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.editorial-footer{padding:72px 42px 26px;background:#1c1916;color:#f4f0e9}.footer-top,.footer-links,.footer-bottom{max-width:1276px;margin:auto}.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-bottom:68px;border-bottom:1px solid rgba(244,240,233,.2)}.footer-top img{width:190px;filter:invert(1)}.footer-top>div>p{max-width:320px;margin-top:20px;color:#a9a097;font-size:13px;line-height:1.6}.footer-newsletter{max-width:440px}.footer-newsletter>span,.footer-links h5{color:#a98b70;font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.footer-newsletter p{margin:13px 0 20px;color:#a9a097;font-size:13px}.footer-newsletter form{display:flex;border-bottom:1px solid rgba(244,240,233,.6)}.footer-newsletter input{flex:1;padding:13px 0;border:0;outline:0;background:none;color:#fff;font-size:13px}.footer-newsletter button{color:#fff}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:52px 0;border-bottom:1px solid rgba(244,240,233,.2)}.footer-links h5{margin-bottom:18px}.footer-links button{display:block;margin:0 0 11px;color:#d4cbc3;font-size:12px;text-align:left;transition:color .2s}.footer-links button:hover,.footer-bottom button:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;color:#827971;font-size:10px;letter-spacing:.05em}.footer-bottom div{display:flex;gap:22px}.footer-bottom button{color:#827971;font-size:10px}@media(max-width:760px){.store-nav{height:62px;padding:0 18px}.store-desktop-links{display:none}.store-menu-trigger{display:block}.editorial-hero{min-height:600px;height:calc(100svh - 86px)}.hero-scroll{right:18px;bottom:22px}.editorial-section{padding:76px 18px}.editorial-heading,.editorial-heading--row{display:block;margin-bottom:28px}.editorial-heading h2{margin-top:18px}.editorial-heading p{margin:18px 0 0}.collection-grid{grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,210px);gap:8px}.collection-tile--1{grid-row:span 2}.collection-tile--4{grid-column:1 / span 2}.product-editorial-grid{grid-template-columns:1fr 1fr;gap:24px 10px}.editorial-product-info{display:block}.editorial-product-info strong{display:block;margin-top:7px}.campaign-banner{min-height:620px}.campaign-banner>div{padding:34px 20px 58px;justify-content:flex-end}.video-editorial-grid{grid-template-columns:1fr 1fr;gap:22px 10px}.footer-top{grid-template-columns:1fr;gap:48px}.editorial-footer{padding:58px 20px 22px}.footer-links{grid-template-columns:1fr 1fr;gap:38px 20px}.footer-bottom{display:block;line-height:1.6}.footer-bottom div{margin-top:12px}}.video-modal-cta{display:flex;align-items:center;gap:7px;padding:12px 22px;background:#fff;color:#111;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:opacity .2s ease}.video-modal-cta:hover{opacity:.85}@media(max-width:900px){.home-cats--grid{grid-template-columns:repeat(2,1fr)}.home-editorial{grid-template-columns:1fr}.home-editorial-image{aspect-ratio:1 / .9}.home-videos-track{grid-template-columns:repeat(2,1fr)}.home-videos-track.single{grid-template-columns:minmax(0,480px)}}@media(max-width:700px){.home-hero{height:62svh;min-height:400px}.home-hero img{object-position:center top}.home-hero-scroll-cue{bottom:14px;padding:6px 14px;font-size:8px}.home-strip-inner{flex-direction:column;align-items:flex-start;gap:12px;padding-top:16px;padding-bottom:16px}.home-cats,.home-shop,.home-videos{padding:38px 0}.home-section-head{margin-bottom:18px}.home-section-head h1,.home-section-head h2{font-size:clamp(26px,7.4vw,34px)}.home-videos-note{text-align:left;max-width:none}.home-cats-layout{gap:22px}.home-cats--duo,.home-cats--grid{grid-template-columns:1fr}.home-cats--duo .home-cat-media,.home-cats--grid .home-cat-media{aspect-ratio:4 / 3.6}.home-cat-meta{padding-top:12px}.home-shop-head{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:16px}.home-shop-nav{width:100%}.home-shop-arrow{display:none}.home-shop-all{margin-left:0}.home-shop-track{gap:14px;padding:0 16px;scroll-padding-left:16px;scroll-snap-type:x mandatory}.home-shop-card{width:min(300px,78vw)}.home-editorial-copy{padding:40px 20px}.home-editorial-copy h2{font-size:clamp(30px,8.6vw,42px)}.home-videos-track,.home-videos-track.single{grid-template-columns:1fr;gap:22px}.home-video-media{aspect-ratio:4 / 4.4}.home-video-play{width:46px;height:46px}.home-social-proof{padding:44px 0 40px}.home-social-proof-number{font-size:clamp(58px,19vw,110px)}.home-social-proof-caption{margin-top:12px;font-size:14px}.video-modal-backdrop{padding:0;place-items:end center}.video-modal{max-height:100vh;height:100%;width:100%;overflow-y:auto}.video-modal-frame--instagram,.video-modal-frame--instagram iframe{min-height:420px}.video-modal-meta{flex-direction:column;align-items:flex-start;gap:14px;padding:16px 18px calc(18px + env(safe-area-inset-bottom))}.video-modal-cta{width:100%;justify-content:center;padding:14px 22px}}.shop-category-rail{display:flex;align-items:center;gap:30px;min-height:58px;padding:0 42px;border-bottom:1px solid rgba(28,25,22,.13);background:#f4f0e9}.shop-category-rail>span{color:#8b6d54;font-size:10px;letter-spacing:.16em;text-transform:uppercase}.shop-category-rail>div{display:flex;align-items:center;gap:28px;overflow:auto;scrollbar-width:none}.shop-category-rail>div::-webkit-scrollbar{display:none}.shop-category-rail button{padding:20px 0;color:#3c342e;font-size:11px;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}.shop-category-rail button:hover{color:#8b6d54}@media(max-width:760px){.shop-category-rail{gap:18px;min-height:50px;padding:0 18px}.shop-category-rail>div{gap:20px}.shop-category-rail button{padding:16px 0;font-size:10px}}.editorial-home,.store-header,.shop-category-rail{background:#fff}.store-header{position:sticky}.store-desktop-links{gap:24px}.store-desktop-links button{font-size:10px;letter-spacing:.1em}.editorial-hero{height:min(78vh,820px);min-height:540px}.editorial-hero:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0000006b);pointer-events:none}.hero-campaign-copy{position:absolute;z-index:1;left:50%;bottom:72px;transform:translate(-50%);width:max-content;color:#fff;text-align:center}.hero-campaign-copy span{font-size:10px;letter-spacing:.18em;text-transform:uppercase}.hero-campaign-copy h1{margin:12px 0 20px;font:400 clamp(34px,5vw,70px)/.92 var(--font-serif);letter-spacing:-.05em}.hero-campaign-copy button{display:inline-flex;align-items:center;gap:8px;padding-bottom:6px;border-bottom:1px solid #fff;color:#fff;font-size:10px;letter-spacing:.15em;text-transform:uppercase}.hero-scroll{z-index:2}.shop-category-rail{justify-content:center;min-height:62px}.shop-category-rail>span{display:none}.shop-category-rail>div{justify-content:center;gap:34px}.editorial-section{padding-top:clamp(64px,8vw,110px);padding-bottom:clamp(64px,8vw,110px)}.editorial-heading h2{font-size:clamp(34px,4.5vw,64px)}.editorial-heading{margin-bottom:36px}.collection-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:clamp(360px,38vw,560px)}.collection-tile--1,.collection-tile--4{grid-row:auto;grid-column:auto}.collection-tile--4{grid-column:auto}.product-editorial-grid{grid-template-columns:repeat(4,1fr)}.campaign-banner{min-height:min(62vw,700px)}.quote-section{background:#f3f3f1}@media(max-width:760px){.hero-campaign-copy{bottom:56px;width:calc(100% - 36px)}.hero-campaign-copy h1{font-size:42px}.shop-category-rail{justify-content:flex-start}.shop-category-rail>div{justify-content:flex-start}.collection-grid{grid-template-rows:repeat(2,210px)}.collection-tile--1{grid-row:span 2}.collection-tile--4{grid-column:1 / span 2}}@media(min-width:1600px){.home-social-proof-number{font-size:200px}}button,input,select,textarea,button b,button small,button strong,button span{color:inherit}.pdp-bundle,.pdp-bundle b,.pdp-bundle small,.pdp-bundle strong,.pdp-bundle.selected,.pdp-bundle.selected b,.pdp-bundle.selected small,.pdp-bundle.selected strong{color:#111}.home-cats,.home-shop,.home-videos{padding:36px 0}.home-social-proof{padding:44px 0 40px}.home-eyebrow{margin:0 0 6px}.home-section-head{margin-bottom:16px}.home-section-head h1,.home-section-head h2{font-size:clamp(24px,3.2vw,40px);letter-spacing:-.04em}.home-carousel-nav{display:flex;align-items:center;gap:8px}.home-carousel-nav button{display:grid;place-items:center;width:34px;height:34px;border:1px solid #dcdcd8;border-radius:50%;color:#111;transition:background .2s ease,color .2s ease,border-color .2s ease}.home-carousel-nav button:hover{background:#111;border-color:#111;color:#fff}.home-hero{height:min(78vh,820px);min-height:460px}.home-hero-overlay{position:absolute;inset:auto 0 0 0;display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:90px 24px 34px;background:linear-gradient(180deg,#0000,#0000008c);color:#fff}.home-hero-eyebrow{margin:0 0 8px;font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;opacity:.85}.home-hero-overlay h1{max-width:620px;margin:0;font-size:clamp(30px,5vw,58px);font-weight:600;letter-spacing:-.04em;line-height:1;color:#fff}.home-hero-sub{max-width:460px;margin:10px 0 0;font-size:13px;line-height:1.5;opacity:.88}.home-hero-ctas{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.home-pill{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:12px 26px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:transform .2s ease,opacity .2s ease,background .2s ease,color .2s ease}.home-pill:hover{transform:translateY(-1px)}.home-pill--dark{background:#fff;color:#111}.home-pill--dark:hover{background:#ededea}.home-pill--light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.85)}.home-pill--light:hover{background:#ffffff24}.home-cats-track{display:flex;gap:12px;padding:0 max(2rem,calc((100vw - 1360px)/2 + 2rem));overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-left:max(2rem,calc((100vw - 1360px)/2 + 2rem));scrollbar-width:none;cursor:grab;-webkit-overflow-scrolling:touch}.home-cats-track::-webkit-scrollbar{display:none}.home-cat-tile{position:relative;flex:0 0 auto;width:min(250px,58vw);aspect-ratio:4 / 3;overflow:hidden;border-radius:14px;background:#e9e9e6;scroll-snap-align:start}.home-cat-media{position:absolute;top:0;right:0;bottom:0;left:0}.home-cat-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.home-cat-tile:hover .home-cat-media img{transform:scale(1.05)}.home-cat-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 42%,#0000009e)}.home-cat-label{position:absolute;left:14px;right:14px;bottom:12px;display:flex;flex-direction:column;gap:2px;text-align:left;color:#fff}.home-cat-label b{font-size:14px;font-weight:700;letter-spacing:.01em}.home-cat-label small{display:flex;align-items:center;gap:4px;font-size:11px;opacity:.85}.home-videos-track{display:flex;gap:14px;padding:0 max(2rem,calc((100vw - 1360px)/2 + 2rem));overflow-x:auto;scroll-snap-type:x proximity;scroll-padding-left:max(2rem,calc((100vw - 1360px)/2 + 2rem));scrollbar-width:none;cursor:grab;-webkit-overflow-scrolling:touch}.home-videos-track::-webkit-scrollbar{display:none}.home-video-card{position:relative;flex:0 0 auto;width:min(230px,56vw);scroll-snap-align:start;text-align:left}.home-video-media{position:relative;width:100%;aspect-ratio:9 / 16;overflow:hidden;border-radius:16px;background:#111}.home-video-media img{width:100%;height:100%;object-fit:cover;opacity:.9;transition:opacity .25s ease,transform .6s cubic-bezier(.16,1,.3,1)}.home-video-card:hover .home-video-media img{opacity:1;transform:scale(1.04)}.home-video-placeholder{display:grid;place-items:center;width:100%;height:100%;color:#fff}.home-video-play{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:44px;height:44px;transform:translate(-50%,-50%);border-radius:50%;background:#fffffff0;color:#111;transition:transform .25s ease}.home-video-card:hover .home-video-play{transform:translate(-50%,-50%) scale(1.1)}.home-video-meta{display:flex;flex-direction:column;gap:2px;padding:10px 2px 0}.home-video-meta b{font-size:13px;font-weight:600;color:#111}.home-video-meta small{font-size:11px;color:#777}.home-shop-track{gap:16px}.home-shop-card{width:min(280px,68vw)}.home-shop-media{border-radius:14px}.home-shop-viewall{flex:0 0 auto;display:flex;flex-direction:column;justify-content:space-between;width:min(280px,68vw);aspect-ratio:3 / 4;padding:20px;border:1px solid #dcdcd8;border-radius:14px;background:#f6f6f4;color:#111;font-size:18px;font-weight:600;letter-spacing:-.02em;line-height:1.15;transition:background .25s ease,color .25s ease}.home-shop-viewall:hover{background:#111;color:#fff}.home-strip-inner{justify-content:flex-start;gap:8px 28px;padding-top:12px;padding-bottom:12px}.home-strip-item b{font-size:10px;letter-spacing:.06em}.home-editorial-copy h2{font-size:clamp(26px,3.6vw,44px)}@media(max-width:700px){.home-cats,.home-shop,.home-videos{padding:28px 0}.home-section-head{margin-bottom:12px}.home-section-head h1,.home-section-head h2{font-size:clamp(22px,6.4vw,28px)}.home-carousel-nav{display:none}.home-cats-track,.home-videos-track,.home-shop-track{padding:0 16px;scroll-padding-left:16px;scroll-snap-type:x mandatory;gap:10px}.home-hero{height:64svh;min-height:420px}.home-hero-overlay{padding:70px 16px calc(20px + env(safe-area-inset-bottom))}.home-hero-overlay h1{font-size:clamp(26px,8vw,34px)}.home-hero-sub{font-size:12px}.home-hero-ctas{width:100%;margin-top:14px}.home-pill{flex:1 1 auto;padding:13px 20px;font-size:11px}.home-cat-tile{width:min(190px,56vw);border-radius:12px}.home-cat-label b{font-size:12.5px}.home-cat-label small{font-size:10px}.home-video-card{width:min(180px,56vw)}.home-video-media{border-radius:14px}.home-video-play{width:38px;height:38px}.home-shop-card,.home-shop-viewall{width:min(240px,66vw)}.home-shop-media{border-radius:12px}.home-shop-viewall{border-radius:12px;font-size:15px;padding:16px}.home-strip-inner{gap:7px 20px;padding-top:10px;padding-bottom:10px}.home-strip-item b{font-size:9.5px}.home-editorial-copy{padding:32px 16px}.home-social-proof{padding:36px 0 34px}.home-social-proof-number{font-size:clamp(52px,18vw,96px)}.home-social-proof-caption{margin-top:10px;font-size:13px}}:root{--sb-coral: #ff7c7c;--sb-lilac: #c9bfff;--sb-cream: #fff7ee;--sb-brown: #3d2c23;--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-helvetica: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--color-black: #111111;--color-dark: #1C1C1C;--color-charcoal: #333333;--color-muted: #737373;--color-light: #A3A3A3;--color-border: #E5E5E5;--color-border-light: #F0F0F0;--color-bg: #FBF9F6;--color-offwhite: #FBF9F6;--color-surface: #FFFFFF;--transition-fast: all .2s cubic-bezier(.16, 1, .3, 1);--transition-smooth: all .35s cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box}html,body{background-color:var(--color-bg);color:var(--color-black);font-family:var(--font-helvetica)!important;margin:0;padding:0;width:100%;max-width:100vw;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{padding-bottom:60px}@media(min-width:768px){body{padding-bottom:0}}button,input,select,textarea{font-family:var(--font-helvetica)!important}.rare-global-blobs{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0;width:100vw;height:100vh;transform:translateZ(0);backface-visibility:hidden;contain:strict}.rare-blob{position:absolute;border-radius:50%;pointer-events:none;transform:translateZ(0)}.rare-blob-top-left{width:min(85vw,680px);height:min(85vw,680px);top:-160px;left:-160px;background:radial-gradient(circle,#ffdad059,#ffeee61f 45%,#fff8f200 70%)}.rare-blob-top-right{width:min(90vw,740px);height:min(90vw,740px);top:4%;right:-220px;background:radial-gradient(circle,#fee8dc52,#fff5ee1a 45%,#fffaf600 70%)}.rare-blob-mid-left{width:min(80vw,620px);height:min(80vw,620px);top:45%;left:-180px;background:radial-gradient(circle,#ffe1da47,#fff6f01a 45%,#fffaf600 70%)}.rare-blob-bottom-right{width:min(90vw,760px);height:min(90vw,760px);bottom:-140px;right:-160px;background:radial-gradient(circle,#ffdcd252,#fff2ea1a 45%,#fffaf600 70%)}.rare-blob-bottom-left{width:min(75vw,560px);height:min(75vw,560px);bottom:6%;left:-120px;background:radial-gradient(circle,#feece247,#fff5ee1a 45%,#fffaf600 70%)}.app-layout{position:relative;min-height:100vh;background-color:#fffdf9;z-index:1}.rare-app-main{position:relative;z-index:1}.rare-container{width:100%;max-width:1400px;margin:0 auto;padding-left:16px;padding-right:16px}@media(min-width:768px){.rare-container{padding-left:36px;padding-right:36px}}.rare-header-wrapper{position:sticky;top:0;left:0;width:100%;z-index:900;background-color:#fffdf9;border-bottom:1px solid #F0E8E2;transition:all .25s ease}.rare-header-wrapper.is-scrolled{background-color:#fffdf9f5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 20px #3d2c230d}.rare-announcement-bar{background:#f8ece6;color:#5b3b30;border-bottom:1px solid #EFE2DA;font-family:var(--font-sans);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;height:32px;display:flex;align-items:center;justify-content:center;padding:0 16px;overflow:hidden}.rare-announcement-bar .ticker-icon{color:var(--sb-coral)}.rare-announcement-ticker{display:flex;align-items:center;justify-content:center;width:100%}.ticker-text{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.rare-nav{height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 20px;max-width:1440px;margin:0 auto}@media(min-width:768px){.rare-nav{height:72px;padding:0 36px}}.rare-nav-left{display:flex;align-items:center;justify-content:flex-start;gap:1.8rem}.rare-hamburger-btn{background:none;border:none;color:var(--color-black);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.sb-hero{background:#f6ece6;height:clamp(440px,43vw,690px)}.sb-hero-track{display:flex;height:100%;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth}.sb-hero-track::-webkit-scrollbar{display:none}.sb-hero-slide{flex:0 0 100%;height:100%;scroll-snap-align:start;position:relative;overflow:hidden}.sb-hero-picture{display:block;width:100%;height:100%}.sb-hero-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.sb-hero .sb-hero-placeholder{border-radius:0;height:100%;inset:auto;position:relative;width:100%}.sb-hero-arrow{align-items:center;background:#fffdf9eb;border:1px solid rgba(61,44,35,.16);border-radius:50%;color:var(--sb-brown);display:flex;height:42px;justify-content:center;position:absolute;top:calc(50% - 21px);transition:background .2s ease,transform .2s ease;width:42px;z-index:5}.sb-hero-arrow:hover{background:#fff;transform:scale(1.05)}.sb-hero-arrow svg{height:18px;width:18px}.sb-hero-prev{left:24px}.sb-hero-next{right:24px}.sb-slider-dots{bottom:22px;left:50%;transform:translate(-50%)}.sb-slider-dots button{background:#ffffffb3;border:1px solid rgba(61,44,35,.15);border-radius:100px;height:7px;padding:0;transition:width .25s ease,background .25s ease;width:7px}.sb-slider-dots button.is-active{background:var(--sb-coral);width:25px}.sb-categories{padding:52px 24px 40px;position:relative;background:transparent}.sb-ribbon-svg{width:100%;height:100%;display:block;overflow:visible}.sb-categories-header{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:600px;margin:0 auto 22px;position:relative;z-index:2}.sb-categories h2{font-family:var(--font-sans);font-size:clamp(28px,3.2vw,40px);font-weight:700;letter-spacing:-.025em;color:var(--sb-brown);margin:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1.15}.sb-categories h2 em{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:600;color:var(--sb-coral);letter-spacing:.01em;margin:0 4px}.sb-categories h2 svg{color:var(--sb-coral);fill:#ffeae8;stroke:var(--sb-coral);stroke-width:1.8;transform:rotate(-8deg);width:18px;height:18px}.sb-categories .sb-section-subtitle{font-family:var(--font-sans);font-size:15px;font-weight:400;color:#7a6960;margin:6px auto 0;max-width:480px;text-align:center;line-height:1.55}.sb-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:660px;margin:0 auto;position:relative;z-index:2}.sb-category{display:flex;flex-direction:column;align-items:center;gap:8px;background:transparent;border:none;cursor:pointer;padding:0}.sb-category-blob{width:130px;height:130px;display:flex;align-items:center;justify-content:center;position:relative;background:transparent!important;box-shadow:none!important;border-radius:0!important}.sb-category-0 .sb-category-blob,.sb-category-1 .sb-category-blob,.sb-category-2 .sb-category-blob,.sb-category-3 .sb-category-blob{background:transparent!important;box-shadow:none!important}.sb-category .sb-line-icon{width:56px;height:56px}.sb-category-icon-img{width:100%;height:100%;object-fit:contain;display:block;mix-blend-mode:multiply}.sb-category b{font-family:var(--font-sans);font-size:14px;font-weight:600;color:#3d2c23;letter-spacing:-.01em}@media(max-width:767px){.sb-categories{padding:24px 0 20px;overflow:hidden}.sb-categories-header{margin:0 auto 16px;padding:0 16px}.sb-categories h2{font-size:24px}.sb-categories .sb-section-subtitle{font-size:13px;max-width:300px;margin:4px auto 0;line-height:1.45}.sb-category-grid{display:flex;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:14px;padding:4px 20px 10px;width:100%;max-width:100%;margin:0;scroll-snap-type:x mandatory}.sb-category-grid::-webkit-scrollbar{display:none}.sb-category{display:flex;flex-direction:column;align-items:center;gap:6px;flex:0 0 102px;width:102px;scroll-snap-align:start}.sb-category-blob{width:102px;height:102px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.sb-category-icon-img{width:100%;height:100%;object-fit:contain}.sb-category b{font-size:13px;font-weight:600;letter-spacing:-.01em;color:#3d2c23;text-align:center;line-height:1.2;white-space:nowrap}}.sb-products{margin-top:12px;padding-top:42px;position:relative}.sb-reviews{position:relative}.sb-review-grid{position:relative;z-index:1}.sb-home h1{font-size:clamp(34px,4vw,52px);font-weight:700;line-height:1.1;letter-spacing:-.025em}.sb-home h2,.sb-section h2,.sb-categories h2,.sb-title-row h2,.sb-story h2,.sb-reviews h2,.sb-collection-block h2{font-family:var(--font-sans);font-size:clamp(28px,3.2vw,40px);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--sb-brown);margin:0;display:inline-flex;align-items:center;justify-content:center;gap:8px}.sb-home h2 em,.sb-section h2 em,.sb-categories h2 em,.sb-title-row h2 em,.sb-story h2 em,.sb-reviews h2 em,.sb-collection-block h2 em{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:600;color:var(--sb-coral);letter-spacing:.01em;margin:0 4px}.sb-home h2 svg,.sb-section h2 svg,.sb-categories h2 svg,.sb-title-row h2 svg,.sb-story h2 svg,.sb-reviews h2 svg{color:var(--sb-coral);fill:#ffeae8;stroke:var(--sb-coral);stroke-width:1.8;transform:rotate(-8deg);width:18px;height:18px;display:inline-block;vertical-align:middle;flex-shrink:0}.sb-section-subtitle,.sb-story-copy p{font-size:15px;line-height:1.55;font-family:var(--font-sans);color:#7a6960;margin:8px auto 0;text-align:center;max-width:500px}.sb-category b{font-size:14px;font-weight:600}.sb-product-info h3{font-size:14px;font-weight:600;line-height:1.3}.sb-product-info strong{font-size:15px;font-weight:700;margin-top:3px}.sb-product-info small{font-size:12px}.sb-review-grid p{font-size:13px;line-height:1.55}.sb-review-grid small,.sb-review-grid b{font-size:12px}.sb-collection-showcase{margin:28px auto 46px;max-width:1320px;padding:0 32px;position:relative}.sb-collection-showcase .sb-ribbon-showcase{position:absolute;left:0;right:0;top:40px;width:100%;height:480px;pointer-events:none;z-index:0;overflow:visible;opacity:.85}.sb-collection-block{border-top:1px solid #f0e6df;padding:42px 0;position:relative;z-index:1}.sb-collection-block:first-child{border-top:0}.sb-collection-block .sb-title-row{margin-bottom:22px}.sb-collection-block .sb-title-row>div{text-align:center}.sb-collection-block .sb-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sb-collection-block h2 span{color:var(--sb-brown)}@media(max-width:767px){.sb-title-row{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:12px;position:relative;gap:4px}.sb-title-row .sb-title-center{width:100%;text-align:center}.sb-home h2,.sb-section h2,.sb-title-row h2,.sb-categories h2{font-size:24px;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;margin:0 auto;gap:6px;white-space:nowrap}.sb-section-subtitle{font-size:12px;text-align:center;margin:2px auto 0;max-width:320px}.sb-title-row .sb-view-all-btn,.sb-title-row>button{font-size:10px;font-weight:700;letter-spacing:.1em;padding:0 0 2px;margin-top:3px;align-self:center;border-bottom:1.5px solid var(--sb-brown)}.sb-category b{font-size:12px}.sb-product-info h3{font-size:13px}.sb-product-info strong{font-size:14px}.sb-collection-showcase{padding:0 16px}.sb-collection-block{padding:32px 0}}.rare-desktop-link{background:none;border:none;font-family:var(--font-sans);font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#3d2c23;cursor:pointer;padding:6px 0;position:relative;transition:color .2s ease;display:inline-flex;align-items:center;gap:6px}.rare-desktop-link:hover,.rare-desktop-link.active{color:var(--sb-coral);opacity:1}.rare-hamburger-btn{background:none;border:none;color:#3d2c23;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.rare-hamburger-btn:hover{color:var(--sb-coral)}.rare-logo-btn{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;padding:4px 8px}.rare-nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:1.2rem;flex:1}.rare-action-btn{background:none;border:none;color:#3d2c23;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;position:relative;transition:color .2s ease,transform .2s ease}.rare-action-btn:hover{color:var(--sb-coral);transform:scale(1.08);opacity:1}.rare-action-badge{position:absolute;top:-1px;right:-2px;background-color:var(--sb-coral);color:#fff;font-family:var(--font-sans);font-size:10px;font-weight:700;min-width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #ff7c7c59}.rare-menu-drawer{position:absolute;top:0;left:0;width:100%;max-width:280px;height:100%;background-color:#faf7f2;box-shadow:4px 0 24px #00000026;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .35s cubic-bezier(.16,1,.3,1);overflow-y:auto;padding:0}.rare-menu-backdrop.is-open .rare-menu-drawer{transform:translate(0)}.rare-drawer-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--color-border)}.rare-drawer-close{background:none;border:none;cursor:pointer;padding:4px;color:var(--color-black)}.rare-drawer-top-banner{background:#fff5f3;border-bottom:1px solid #FFE5E0;padding:8px 16px;display:flex;align-items:center;justify-content:center;gap:6px;font-family:var(--font-sans);font-size:10px;font-weight:800;letter-spacing:.1em;color:var(--sb-coral, #E76A54);text-transform:uppercase;flex-shrink:0}.rare-drawer-category-chips{display:flex;gap:8px;padding:10px 16px 6px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-shrink:0}.rare-drawer-category-chips::-webkit-scrollbar{display:none}.rare-drawer-chip{padding:6px 13px;border-radius:9999px;border:1.5px solid #EFE6DC;background:#fff;color:#1e1612;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer;box-shadow:0 1px 3px #1e16120a;transition:all .2s ease}.rare-drawer-chip:hover,.rare-drawer-chip:active{background:#1e1612;color:#fff;border-color:#1e1612}.rare-drawer-highlight{margin:16px 0}.drawer-banner-tile{position:relative;height:120px;overflow:hidden;cursor:pointer}.drawer-banner-tile img{width:100%;height:100%;object-fit:cover}.drawer-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#000000b3);display:flex;flex-direction:column;justify-content:flex-end;padding:12px;color:#fff}.drawer-banner-overlay span{font-size:.6rem;letter-spacing:.15em;font-weight:500}.drawer-banner-overlay strong{font-size:.85rem;font-weight:600;letter-spacing:.05em}.rare-drawer-section-label{font-size:.65rem;font-weight:600;letter-spacing:.14em;color:var(--color-muted);margin:18px 0 8px}.rare-drawer-links{display:flex;flex-direction:column}.rare-drawer-link{background:none;border:none;border-bottom:1px solid var(--color-surface);padding:14px 0;display:flex;align-items:center;justify-content:space-between;font-size:.85rem;font-weight:600;letter-spacing:.06em;color:var(--color-black);cursor:pointer;text-align:left}.rare-drawer-secondary{margin-top:10px;display:flex;flex-direction:column}.rare-drawer-secondary button{background:none;border:none;padding:10px 0;font-size:.75rem;color:var(--color-muted);font-weight:500;letter-spacing:.05em;text-align:left;cursor:pointer}.rare-drawer-footer{margin-top:auto;padding-top:24px;border-top:1px solid var(--color-border)}.rare-drawer-footer p{font-size:.65rem;font-weight:600;letter-spacing:.1em;color:var(--color-muted);margin:0 0 4px}.rare-drawer-footer a{font-size:.8rem;font-weight:600;color:var(--color-black);text-decoration:underline}.rare-view-all-link{background:none;border:none;font-size:.72rem;font-weight:600;letter-spacing:.12em;color:var(--color-black);cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:4px 0;border-bottom:1px solid var(--color-black);text-transform:uppercase}.rare-pdp-breadcrumb .rare-container{display:flex;align-items:center;gap:8px}.pdp-story,.pdp-related,.pdp-reviews{border-top:1px solid var(--color-border);background:#fff}.pdp-section-kicker{display:block;margin-bottom:.75rem;color:var(--color-muted);font-size:.63rem;font-weight:700;letter-spacing:.17em}.pdp-story h2,.pdp-related h2{margin:0;font-size:clamp(2rem,8vw,3.25rem);font-weight:500;letter-spacing:-.045em;line-height:.98}.pdp-related{padding:3rem 1rem 4.5rem}.pdp-related-header{max-width:1400px;margin:0 auto 1.75rem}.pdp-related-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,43vw);gap:.75rem;max-width:1400px;margin:0 auto;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x proximity}.pdp-related-card{cursor:pointer;scroll-snap-align:start}.pdp-related-card-media{position:relative;aspect-ratio:3 / 4;margin-bottom:.7rem;overflow:hidden;background:var(--bg-secondary)}.pdp-related-card-media img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-medium)}.pdp-related-card:hover img{transform:scale(1.03)}.pdp-related-card-secondary-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.pdp-related-card:hover .pdp-related-card-secondary-image{opacity:1}.pdp-related-card h3{margin:0 0 .25rem;font-size:.72rem;font-weight:700;letter-spacing:.07em;line-height:1.3;text-transform:uppercase}.pdp-related-card strong{font-size:.76rem}@media(min-width:768px){.pdp-related{padding:5rem max(2rem,calc((100vw - 1400px)/2 + 2rem))}.pdp-related-grid{grid-auto-flow:initial;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible;gap:1.5rem}}.rare-mobile-nav{position:fixed;bottom:0;left:0;width:100%;height:calc(62px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#fffdf9f0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid #F0E8E2;display:flex;align-items:center;justify-content:space-around;z-index:800;box-shadow:0 -4px 20px #3d2c230f}@media(min-width:768px){.rare-mobile-nav{display:none}}.rare-mobile-nav-btn{background:none;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#705e55;cursor:pointer;flex:1;padding:8px 0 6px;position:relative;transition:all .2s ease;font-family:var(--font-sans)}.rare-mobile-nav-btn span{font-size:11px;font-weight:600;letter-spacing:.01em;line-height:1;transition:color .2s ease}.rare-mobile-nav-btn.active{color:var(--sb-coral);font-weight:700}.rare-mobile-nav-btn.active:after{content:"";width:14px;height:3px;border-radius:9999px;background:var(--sb-coral);position:absolute;bottom:2px;box-shadow:0 1px 4px #ff7c7c66}.rare-nav-badge{position:absolute;top:-4px;right:-9px;background-color:var(--sb-coral);color:#fff;font-family:var(--font-sans);font-size:10px;font-weight:700;min-width:17px;height:17px;border-radius:50%;display:flex;align-items:center}.rare-footer{background:#fffdf9;border-top:1px solid #f0e8e2;color:var(--sb-brown);padding-top:48px;position:relative;overflow:hidden}.rare-footer-pillars,.rare-footer-main,.rare-footer-bottom{position:relative;z-index:1}.rare-footer-main{display:grid;grid-template-columns:1fr;gap:36px;padding:48px 16px;max-width:1400px;margin:0 auto}@media(min-width:768px){.rare-footer-main{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px;padding:64px 36px}}.rare-footer{background:#faf5ee;border-top:1px solid #EFE4D8;position:relative;overflow:hidden}.rare-footer-main{display:grid;grid-template-columns:1fr;gap:36px;padding:48px 20px 24px;max-width:1320px;margin:0 auto;position:relative;z-index:1}@media(min-width:768px){.rare-footer-main{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:42px;padding:56px 36px 30px}}.rare-footer-logo{margin-bottom:4px}.rare-footer-brand-logo{max-height:42px;width:auto;max-width:185px;object-fit:contain;display:block;mix-blend-mode:multiply}.rare-footer-desc{font-family:var(--font-sans);font-size:13.5px;line-height:1.6;color:#6e5d53;margin:14px 0 22px;max-width:360px}.rare-footer-newsletter{display:flex;flex-direction:column;gap:4px}.newsletter-kicker{font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.1em;color:#1e1612;text-transform:uppercase;display:inline-flex;align-items:center;gap:6px;margin-bottom:4px}.rare-footer-newsletter p{font-family:var(--font-sans);font-size:12.5px;line-height:1.5;color:#7a6960;margin:0 0 12px;max-width:320px}.rare-newsletter-form{display:flex;align-items:center;background:#fff;border:1.5px solid #E0D4C8;border-radius:9999px;padding:4px 4px 4px 16px;max-width:340px;box-shadow:0 2px 8px #3d2c230a;transition:border-color .2s ease,box-shadow .2s ease}.rare-newsletter-form:focus-within{border-color:var(--sb-coral);box-shadow:0 0 0 3px #ff7c7c26}.rare-newsletter-input{flex:1;border:none;background:transparent;font-family:var(--font-sans);font-size:13px;color:#1e1612;outline:none;padding:6px 0}.rare-newsletter-input::placeholder{color:#a09187}.rare-newsletter-submit{width:34px;height:34px;border-radius:50%;background:#3d2c23;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease;flex-shrink:0}.rare-newsletter-submit:hover{background:var(--sb-coral);transform:scale(1.05)}.rare-footer-nav-col{display:flex;flex-direction:column;gap:8px}.rare-footer-nav-col h5{font-family:var(--font-sans);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#1e1612!important;opacity:1!important;margin:0 0 16px}.rare-footer-nav-col button{background:none;border:none;font-family:var(--font-sans);font-size:13.5px;color:#6e5d53;text-align:left;padding:3px 0;cursor:pointer;transition:color .2s ease,transform .2s ease}.rare-footer-nav-col button:hover{color:var(--sb-coral);transform:translate(3px)}.rare-footer-bottom{border-top:1px solid #EFE4D8;padding:24px 20px 36px;max-width:1320px;margin:16px auto 0;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:space-between}@media(min-width:768px){.rare-footer-bottom{flex-direction:row;padding:24px 36px 36px}}.rare-footer-copy{font-family:var(--font-sans);font-size:11.5px;color:#8c7b72;line-height:1.5;display:flex;flex-direction:column;gap:3px;text-align:left}.rare-footer-payments{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rare-footer-bank-cards{height:24px;width:auto;max-width:280px;object-fit:contain;display:block;mix-blend-mode:multiply}@keyframes rare-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.rare-collection-tile-placeholder{width:100%;height:100%;min-height:280px;background-color:#f0ede8;display:grid;place-items:center;padding:16px;text-align:center}.rare-collection-tile-placeholder span{font-size:.8rem;font-weight:700;letter-spacing:.2em;color:#a39e96}.rare-loader-bar{width:120px;height:2px;background-color:var(--color-border);position:relative;overflow:hidden}.rare-loader-bar:after{content:"";position:absolute;top:0;left:-40%;width:40%;height:100%;background-color:#111;animation:rare-loader-slide 1.1s ease-in-out infinite}@keyframes rare-loader-slide{to{left:100%}}.drawer-banner-placeholder{width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,#1c1c1c,#33333a)}.rare-footer-collections-empty{font-size:.72rem;color:#666;line-height:1.6}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.right-0{right:0}.left-0{left:0}.z-10{z-index:10}.z-50{z-index:50}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.flex{display:flex}.grid{display:grid}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.w-full{width:100%}.w-screen{width:100vw}.h-full{height:100%}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.max-w-full{max-width:100%}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.pl-10{padding-left:2.5rem}.pr-10{padding-right:2.5rem}.shadow-2xl{box-shadow:var(--shadow-modal)}.bg-black{background:#111}.bg-\[\#FBF9F6\]{background:#fbf9f6}.bg-\[\#F5F3EF\]{background:#f5f3ef}.bg-black\/40{background:#0006}.bg-black\/50{background:#00000080}.bg-black\/70{background:#000000b3}.backdrop-blur-sm,.backdrop-blur-xs{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.cursor-pointer{cursor:pointer}.opacity-0{opacity:0}.transition-all{transition:var(--transition-medium)}.transition-opacity{transition:opacity var(--transition-medium)}.translate-x-0{transform:translate(0)!important}.translate-x-full{transform:translate(100%)!important}.-translate-x-full{transform:translate(-100%)!important}.pointer-events-auto .rare-menu-drawer{position:relative;width:100%;transform:translate(0)}.relative.z-50{z-index:1200}.rare-cart-panel,.rare-wishlist-panel{width:min(100vw,440px)!important;max-width:440px!important;height:100%;background-color:#fffdf9!important;color:#3d2c23!important}.rare-cart-drawer,.rare-wishlist-drawer{min-height:100%;background:#fffdf9;font-family:var(--font-sans)}.cart-drawer-header{min-height:74px;display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #F0E8E2;background:#fffdf9}.cart-drawer-title{margin:0;font-family:var(--font-sans);font-size:15px;font-weight:700;letter-spacing:.06em;color:#3d2c23}.close-btn{width:38px;height:38px;display:grid;place-items:center;flex:none;border-radius:50%;color:#3d2c23;transition:all .2s ease}.close-btn:hover{background:#f8ece6;color:var(--sb-coral)}.rare-shipping-progress{display:grid;gap:10px;padding:14px 20px;margin:14px 20px 6px;border-radius:12px;border:1px solid #EFE2DA;background:#f8ece6}.progress-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#5b3b30;font-size:.72rem;font-weight:500;line-height:1.4}.progress-label-row strong{flex:none;color:#3d2c23;font-size:.64rem;font-weight:700;letter-spacing:.08em}.rare-progress-track{height:6px;overflow:hidden;border-radius:9999px;background:#e8dcd4}.rare-progress-bar{height:100%;background:linear-gradient(90deg,#FFAEAE,var(--sb-coral));border-radius:9999px;transition:width .4s cubic-bezier(.16,1,.3,1)}.unlocked-badge{display:inline-flex;align-items:center;gap:5px;color:#266a48;font-weight:700;letter-spacing:.05em}.rare-cart-items-scroll{min-height:0;overflow-y:auto}.rare-empty-cart{min-height:calc(100vh - 190px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 28px;text-align:center}.empty-cart-icon{width:72px;height:72px;display:grid;place-items:center;margin-bottom:20px;border:none;border-radius:50%;background:#f8ece6;color:var(--sb-coral)}.rare-empty-cart h3,.rare-wishlist-panel h3{margin:0 0 10px;font-family:var(--font-sans);font-size:16px;font-weight:700;letter-spacing:.04em;color:#3d2c23}.rare-empty-cart p{max-width:290px;margin:0 0 24px;color:#705e55;font-size:.86rem;line-height:1.55}.rare-empty-cart .rare-btn,.rare-wishlist-panel .rare-btn,.rare-wishlist-panel .rare-btn-primary{width:100%;max-width:280px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;background:var(--sb-coral)!important;color:#fff!important;border:none!important;border-radius:9999px!important;font-family:var(--font-sans);font-size:12.5px!important;font-weight:700!important;letter-spacing:.08em;box-shadow:0 4px 16px #ff7c7c59;transition:all .25s ease}.rare-empty-cart .rare-btn:hover,.rare-wishlist-panel .rare-btn:hover,.rare-wishlist-panel .rare-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 22px #ff7c7c73}.rare-cart-items-list{padding:8px 24px}.rare-cart-item-row{display:grid;grid-template-columns:80px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid #F0E8E2}.rare-cart-item-img{aspect-ratio:3/4;overflow:hidden;border-radius:8px;background:#f8ece6}.rare-cart-item-img img{width:100%;height:100%;object-fit:cover}.item-head{display:flex;justify-content:space-between;gap:8px}.item-head h4{margin:0;font-family:var(--font-sans);font-size:.84rem;font-weight:600;color:#3d2c23;line-height:1.35}.item-price{font-size:.85rem;color:#3d2c23;font-weight:700;white-space:nowrap}.item-meta{margin:6px 0 12px;color:#705e55;font-size:.72rem}.item-controls{display:flex;align-items:center;justify-content:space-between}.rare-stepper-compact{display:flex;align-items:center;border:1px solid #EFE2DA;border-radius:9999px;background:#fffdf9;overflow:hidden}.rare-stepper-compact button{width:30px;height:30px;display:grid;place-items:center;color:#3d2c23;transition:color .2s ease}.rare-stepper-compact button:hover{color:var(--sb-coral)}.rare-stepper-compact span{width:26px;text-align:center;font-size:.75rem;font-weight:600;color:#3d2c23}.rare-item-remove-btn{padding:6px 0;color:#8c7a70;font-size:.65rem;font-weight:600;letter-spacing:.06em;text-decoration:underline;transition:color .2s ease}.rare-item-remove-btn:hover{color:var(--sb-coral)}.rare-cart-footer{margin-top:auto;padding:20px 24px calc(20px + env(safe-area-inset-bottom));border-top:1px solid #F0E8E2;background:#fffdf9}.cart-summary-lines{display:grid;gap:8px;margin-bottom:16px}.summary-line{display:flex;justify-content:space-between;gap:12px;color:#3d2c23;font-size:.82rem}.summary-line.muted{color:#705e55;font-size:.72rem}.summary-line.total{padding-top:10px;border-top:1px solid #F0E8E2;font-size:.95rem;font-weight:700}.rare-btn-checkout{width:100%;min-height:52px;display:flex;align-items:center;justify-content:center;gap:8px;background:#3d2c23;color:#fff;border:none;border-radius:9999px;font-family:var(--font-sans);font-size:13.5px;font-weight:700;letter-spacing:.08em;box-shadow:0 4px 16px #3d2c2333;transition:background .2s ease,transform .2s ease}.rare-btn-checkout:hover{background:#2a1d16;transform:translateY(-1px)}.rare-checkout-security{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;color:#705e55;font-size:.68rem;text-align:center}@media(max-width:767px){.rare-cart-panel,.rare-wishlist-panel{width:100vw!important;max-width:100vw!important}.cart-drawer-header{min-height:68px;padding:14px 16px}.rare-shipping-progress{margin:10px 16px 4px;padding:12px 14px}.rare-empty-cart{min-height:calc(100vh - 180px);padding:28px 20px}.rare-cart-items-list,.rare-cart-footer{padding-left:16px;padding-right:16px}}.border-\[\#E5E2DC\]{border-color:#e5e2dc}@media(min-width:640px){.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:aspect-\[16\/9\]{aspect-ratio:16 / 9}.sm\:gap-16{gap:4rem}}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:order-1{order:1}.md\:order-2{order:2}.md\:p-12{padding:3rem}.md\:p-20{padding:5rem}}.rare-btn{min-height:3.1rem;padding:.75rem;border:1px solid var(--color-black);font-size:.7rem;font-weight:700;letter-spacing:.12em}.rare-btn-primary{background:var(--color-black);color:#fff}.rare-btn-outline{background:#fff;color:var(--color-black)}.rare-btn:disabled{opacity:.45;cursor:not-allowed}.rare-brand-logo{display:block;width:210px;height:60px;max-height:62px;object-fit:contain;object-position:center}.rare-drawer-brand-logo{width:215px;height:60px}.pdp-review-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:grid;place-items:center;padding:16px;background:#1111118f;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.pdp-review-modal{width:min(100%,620px);max-height:min(90vh,760px);display:flex;flex-direction:column;overflow:hidden;background:#fff;box-shadow:0 24px 60px #0000003d}.pdp-review-modal header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:20px;border-bottom:1px solid var(--color-border)}.pdp-review-modal header span{display:block;color:var(--color-muted);font-size:.6rem;font-weight:700;letter-spacing:.15em}.pdp-review-modal header h2{margin:.4rem 0 0;font-size:1.55rem;font-weight:500;letter-spacing:-.035em}.pdp-review-modal header button{width:40px;height:40px;display:grid;place-items:center}.pdp-review-modal>p{margin:0;padding:14px 20px;color:var(--color-muted);font-size:.76rem;line-height:1.5}.pdp-review-modal iframe{width:100%;min-height:400px;flex:1;border:0;background:#f8f7f4}.pdp-review-modal>a{display:block;padding:13px 20px;border-top:1px solid var(--color-border);font-size:.64rem;font-weight:700;letter-spacing:.1em;text-align:center}.collections-index{background:#fff;min-height:60vh;padding:clamp(3rem,7vw,6rem) max(1rem,calc((100vw - 1400px)/2 + 2rem)) 5rem}.collections-index-header{max-width:620px;margin:0 0 clamp(2rem,5vw,4rem)}.collections-index-header>span{display:block;color:var(--color-muted);font-size:.65rem;font-weight:700;letter-spacing:.16em}.collections-index-header h1{margin:.65rem 0 .8rem;font-size:clamp(2.7rem,7vw,5.5rem);font-weight:500;letter-spacing:-.055em;line-height:.92}.collections-index-header p{max-width:420px;color:var(--color-muted);font-size:.9rem}.collections-index-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.collections-index-card{position:relative;aspect-ratio:3/4;overflow:hidden;text-align:left;background:var(--bg-secondary)}.collections-index-card img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-smooth)}.collections-index-card:hover img{transform:scale(1.03)}.collections-index-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.55))}.collections-index-label{position:absolute;right:12px;bottom:12px;left:12px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@media(min-width:768px){.collections-index-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}@media(max-width:767px){:root{--mobile-gutter: 16px}html{scroll-padding-top:84px}body{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.rare-container,.container,.container-narrow{padding-left:var(--mobile-gutter);padding-right:var(--mobile-gutter)}.rare-announcement-bar{height:25px;font-size:.55rem;letter-spacing:.1em}.rare-nav{display:grid!important;grid-template-columns:44px 1fr 44px!important;align-items:center!important;height:58px;padding:0 10px}.rare-nav-left{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:44px!important;flex:none!important}.rare-logo-btn{display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto!important;text-align:center!important;width:100%!important;padding:0!important}.rare-brand-logo{display:block!important;margin:0 auto!important;width:165px!important;height:48px!important;max-height:48px!important;object-fit:contain!important}.rare-nav-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;width:44px!important;flex:none!important;gap:0}.rare-nav-actions .rare-action-btn{display:none!important}.rare-hamburger-btn{min-width:44px;min-height:44px}.rare-pdp-thumbnails,.pdp-review-list,.pdp-related-grid,.rare-subnav-inner{-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain}.rare-pdp-thumbnails::-webkit-scrollbar,.pdp-review-list::-webkit-scrollbar,.pdp-related-grid::-webkit-scrollbar,.rare-subnav-inner::-webkit-scrollbar{display:none}.rare-btn{min-height:48px}.rare-mobile-nav{height:calc(62px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#fffdf9f0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid #F0E8E2;box-shadow:0 -4px 20px #3d2c230f}.rare-mobile-nav-btn{min-height:56px;padding:6px 0 4px;color:#705e55}.rare-mobile-nav-btn span{font-size:11px;font-weight:600}.rare-mobile-nav-btn.active{color:var(--sb-coral)}.rare-mobile-nav-btn.active:after{content:"";width:14px;height:3px;border-radius:9999px;background:var(--sb-coral);position:absolute;bottom:2px;box-shadow:0 1px 4px #ff7c7c66}.rare-menu-drawer{width:min(88vw,360px);padding:18px 16px calc(24px + env(safe-area-inset-bottom))}.rare-drawer-link{min-height:48px}.rare-drawer-secondary button{min-height:40px}.drawer-banner-tile{height:105px}.rare-footer{padding-top:34px}.rare-footer-main{gap:30px;padding:36px var(--mobile-gutter)}.rare-footer-nav-col button{min-height:32px;font-size:.8rem}.rare-footer-bottom{padding-bottom:calc(24px + env(safe-area-inset-bottom));align-items:flex-start}.rare-footer-copy{display:flex;flex-direction:column;gap:4px;line-height:1.5}.rare-footer-payments{display:flex;flex-wrap:wrap;gap:6px}}@media(max-width:767px){body{padding-bottom:calc(132px + env(safe-area-inset-bottom))}.sb-pdp-mobile-sticky-bar{position:fixed;bottom:calc(58px + env(safe-area-inset-bottom,0px));left:10px;right:10px;z-index:990;display:flex;align-items:center;justify-content:space-between;padding:8px 10px 8px 12px;background:#fffdf9fa;border:1.5px solid rgba(239,230,220,.95);border-radius:9999px;box-shadow:0 10px 32px #3d2c2329;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transform:translateY(calc(100% + 90px));opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .3s ease}.sb-pdp-mobile-sticky-bar.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}.sb-pdp-mobile-sticky-left{display:flex;align-items:center;gap:8px;min-width:0}.sb-pdp-mobile-sticky-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.sb-pdp-mobile-sticky-size-blob{font-family:var(--font-sans);font-size:9.5px;font-weight:800;letter-spacing:.03em;color:#4b3598;background:#f3efff;border:1px solid #E2DAFF;padding:1px 7px;border-radius:9999px;width:fit-content;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:85px}.sb-pdp-mobile-sticky-price{font-family:var(--font-sans);font-size:15px;font-weight:800;color:#1e1612;letter-spacing:-.02em;line-height:1.1;white-space:nowrap}.sb-pdp-sticky-qty-stepper{display:inline-flex;align-items:center;background:#fff;border:1.5px solid #E5DAD0;border-radius:9999px;height:36px;padding:0 4px;gap:2px}.sb-pdp-sticky-qty-stepper button{background:none;border:none;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#5c4b42;cursor:pointer;padding:0}.sb-pdp-sticky-qty-stepper button:hover{background:var(--sb-coral);color:#fff}.sb-pdp-sticky-qty-stepper span{font-family:var(--font-sans);font-size:12px;font-weight:800;color:#1e1612;min-width:14px;text-align:center}.sb-pdp-mobile-sticky-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.sb-pdp-mobile-sticky-add-btn{width:38px;height:38px;padding:0;display:flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid #3D2C23;border-radius:50%;color:#3d2c23;cursor:pointer;transition:all .2s ease}.sb-pdp-mobile-sticky-add-btn:hover{background:#fff5f2;border-color:var(--sb-coral);color:var(--sb-coral)}.sb-pdp-mobile-sticky-add-btn:disabled{opacity:.45;border-color:#d4c4b5;color:#a09187}.sb-pdp-mobile-sticky-buy-btn{height:38px;padding:0 14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--sb-coral) 0%,#FF6565 100%);border:none;border-radius:9999px;font-family:var(--font-sans);font-size:11.5px;font-weight:800;letter-spacing:.06em;color:#fff;cursor:pointer;box-shadow:0 4px 14px #ff7c7c59;transition:all .2s ease;white-space:nowrap}.sb-pdp-mobile-sticky-buy-btn:disabled{background:#b0a098;box-shadow:none;opacity:.5}.rare-brand-logo{width:170px;height:50px;max-height:54px}.rare-logo-btn{padding:4px}.collections-index{padding:2.5rem 16px 4rem}.collections-index-grid{gap:8px}.collections-index-header h1{font-size:2.7rem}}.pdp-clean-reviews-section{padding:4.5rem 16px;background-color:#fff;border-top:1px solid var(--color-border)}@media(min-width:768px){.pdp-clean-reviews-section{padding:5.5rem 24px}}.pdp-clean-reviews-wrapper{max-width:960px;margin:0 auto}.pdp-clean-header-row{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(min-width:768px){.pdp-clean-header-row{flex-direction:row;align-items:flex-end;justify-content:space-between}}.pdp-clean-kicker{font-size:.65rem;font-weight:700;letter-spacing:.18em;color:#8c877e;text-transform:uppercase;display:block;margin-bottom:4px}.pdp-clean-title{font-size:clamp(1.85rem,4vw,2.5rem);font-weight:600;letter-spacing:-.03em;color:#111;margin:0;line-height:1.05}.pdp-clean-write-btn{display:inline-flex;align-items:center;justify-content:center;background-color:#111;color:#fff;padding:11px 22px;font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;border:none;cursor:pointer;border-radius:2px;transition:background-color .2s ease;align-self:flex-start}@media(min-width:768px){.pdp-clean-write-btn{align-self:auto}}.pdp-clean-write-btn:hover{background-color:#333}.pdp-clean-summary-card{display:flex;flex-direction:column;gap:1.5rem;padding:24px 0 28px;border-bottom:1px solid #E5E7EB}@media(min-width:768px){.pdp-clean-summary-card{flex-direction:row;align-items:center;gap:3rem}}.summary-left{display:flex;flex-direction:column;gap:6px;min-width:220px}.summary-stars{display:flex;align-items:center;gap:3px}.summary-ratings-count{font-size:.84rem;color:#6b7280;margin:0}.summary-vdivider{display:none;width:1px;align-self:stretch;background-color:#e5e7eb}@media(min-width:768px){.summary-vdivider{display:block}}.summary-bars{flex:1;max-width:480px;display:flex;flex-direction:column;gap:6px}.bar-row{display:flex;align-items:center;gap:10px;font-size:.78rem;color:#374151}.bar-rating-num{width:24px;font-weight:600}.bar-track{flex:1;height:7px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.bar-fill{height:100%;background-color:#16a34a;border-radius:4px;transition:width .3s ease}.bar-count-num{width:28px;text-align:right;font-size:.76rem;color:#6b7280}.pdp-clean-photos-strip{padding:24px 0 20px;border-bottom:1px solid #E5E7EB}.photos-strip-header{margin-bottom:12px}.photos-strip-label{font-size:.85rem;font-weight:700;letter-spacing:.02em;color:#111}.photos-strip-rail{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.photos-strip-rail::-webkit-scrollbar{height:4px}.photos-strip-rail::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.photo-thumb-btn{flex:0 0 68px;height:68px;padding:0;border:1px solid #E5E7EB;border-radius:4px;overflow:hidden;background:#f9fafb;cursor:pointer;transition:transform .15s ease,border-color .15s ease}.photo-thumb-btn:hover{transform:scale(1.04);border-color:#111}.photo-thumb-btn img{width:100%;height:100%;object-fit:cover}.pdp-clean-sort-section{padding:24px 0 16px}.sort-section-title{font-size:1.05rem;font-weight:700;letter-spacing:-.01em;color:#111;margin:0 0 12px}.sort-pills-row{display:flex;flex-wrap:wrap;gap:8px}.sort-filter-pill{padding:7px 18px;font-size:.82rem;font-weight:500;color:#374151;background-color:#fff;border:1px solid #D1D5DB;border-radius:9999px;cursor:pointer;transition:all .18s ease}.sort-filter-pill:hover{border-color:#9ca3af;background-color:#f9fafb}.sort-filter-pill.is-active{background-color:#eff6ff;color:#2563eb;border-color:#2563eb;font-weight:600}.pdp-clean-reviews-feed{display:flex;flex-direction:column}.pdp-clean-review-card{padding:24px 0;border-bottom:1px solid #E5E7EB;display:flex;flex-direction:column;gap:8px}.clean-review-header{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.clean-review-stars{display:flex;align-items:center;gap:2px}.clean-review-score{font-size:.88rem;font-weight:700;color:#111;margin-left:2px}.clean-review-dot{color:#9ca3af;font-size:.8rem}.clean-review-headline{font-size:.92rem;font-weight:600;color:#111}.clean-review-variant{font-size:.78rem;color:#6b7280;margin-top:2px}.clean-review-body{font-size:.9rem;color:#1f2937;line-height:1.55;margin:4px 0 6px}.clean-review-photos{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 6px}.review-photo-item{width:72px;height:72px;object-fit:cover;border-radius:4px;border:1px solid #E5E7EB;cursor:pointer;transition:transform .15s ease}.review-photo-item:hover{transform:scale(1.05)}.clean-review-author{font-size:.78rem;color:#6b7280;margin-top:2px}.clean-review-actions{display:flex;align-items:center;gap:8px;margin-top:4px}.clean-helpful-btn{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;font-size:.76rem;font-weight:500;color:#374151;background:#fff;border:1px solid #D1D5DB;border-radius:9999px;cursor:pointer;transition:all .15s ease}.clean-helpful-btn:hover,.clean-helpful-btn.is-active{border-color:#111;color:#111;background-color:#f3f4f6}.clean-unhelpful-btn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #D1D5DB;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s ease}.clean-unhelpful-btn:hover,.clean-unhelpful-btn.is-active{border-color:#111;color:#111;background-color:#f3f4f6}.clean-review-verified{display:flex;align-items:center;gap:5px;font-size:.74rem;color:#6b7280;margin-top:4px}.clean-verified-icon{color:#111}.pdp-clean-status-msg{padding:24px 0;color:#6b7280;font-size:.88rem;text-align:center}.pdp-clean-more-wrap{padding-top:32px;display:flex;justify-content:center}.pdp-clean-more-btn{padding:13px 32px;font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#111;background-color:#fff;border:1px solid #111111;border-radius:2px;cursor:pointer;transition:all .2s ease}.pdp-clean-more-btn:hover{background-color:#111;color:#fff}.pdp-photo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000d1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.lightbox-content{position:relative;max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.lightbox-content img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:4px;box-shadow:0 20px 40px #00000080}.lightbox-close-btn{position:absolute;top:-16px;right:-16px;width:36px;height:36px;border-radius:50%;background:#fff;color:#111;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d}.pdp-review-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999999;display:flex;align-items:center;justify-content:center;padding:16px;background:#111111bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow-y:auto;-webkit-overflow-scrolling:touch}.pdp-review-modal{width:min(100%,580px);max-height:min(92vh,780px);max-height:min(92dvh,780px);display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000059;overflow:hidden;margin:auto;touch-action:pan-y}.pdp-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 22px;border-bottom:1px solid #EAE6DF;flex-shrink:0;background:#faf8f5}.pdp-modal-header-product{display:flex;align-items:center;gap:12px;min-width:0}.pdp-modal-prod-thumb{width:44px;height:44px;border-radius:6px;object-fit:cover;border:1px solid #E5DAD0;flex-shrink:0}.pdp-modal-kicker{font-size:.62rem;font-weight:700;letter-spacing:.16em;color:var(--sb-coral, #FF7C7C);text-transform:uppercase;display:block;margin-bottom:2px}.pdp-modal-title{font-size:1.05rem;font-weight:700;letter-spacing:-.01em;margin:0;color:#1e1612;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:380px}.pdp-modal-close{background:#f0eae1;border:none;border-radius:50%;cursor:pointer;color:#5c4b42;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s ease;flex-shrink:0}.pdp-modal-close:hover{background:#e5dad0;color:#1e1612}.pdp-review-form-body{padding:20px 24px 24px;overflow-y:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;display:flex;flex-direction:column;gap:16px;flex:1 1 auto}.pdp-form-group{display:flex;flex-direction:column;gap:6px}.pdp-form-row{display:flex;gap:12px}.pdp-form-label{font-size:.68rem;font-weight:700;letter-spacing:.1em;color:#4a4744;text-transform:uppercase}.pdp-form-label small{color:#8c877e;font-weight:500;letter-spacing:.02em}.pdp-star-picker{display:flex;align-items:center;gap:6px;background:#faf8f5;border:1px solid #EAE6DF;padding:10px 14px;border-radius:8px}.star-pick-btn{background:none;border:none;padding:2px;cursor:pointer;transition:transform .15s ease;display:flex;align-items:center}.star-pick-btn:hover{transform:scale(1.2)}.star-pick-label{font-size:.82rem;font-weight:700;color:#2c201a;margin-left:10px}.pdp-form-input,.pdp-form-select,.pdp-form-textarea{width:100%;padding:11px 14px;font-size:.88rem;border:1.5px solid #E2DDD5;border-radius:6px;background-color:#faf8f5;color:#1e1612;outline:none;font-family:inherit;transition:all .2s ease}.pdp-form-input:focus,.pdp-form-select:focus,.pdp-form-textarea:focus{border-color:#1e1612;background-color:#fff;box-shadow:0 0 0 3px #1e16120f}.pdp-photo-upload-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.pdp-photo-upload-box{width:90px;height:90px;border:1.5px dashed #D0C6BB;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#6e5d53;font-size:11px;font-weight:700;cursor:pointer;background:#faf8f5;transition:all .2s ease}.pdp-photo-upload-box:hover{border-color:var(--sb-coral, #FF7C7C);color:var(--sb-coral, #FF7C7C);background:#fff5f2}.pdp-form-file-input-hidden{display:none}.pdp-preview-thumb-card{position:relative;width:90px;height:90px}.pdp-preview-thumb-card img{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1.5px solid #E5DAD0}.pdp-remove-thumb-btn{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:#1e1612;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003}.pdp-review-error-banner{background:#fef2f2;border:1px solid #FECACA;border-radius:6px;padding:10px 14px}.pdp-review-error-banner p{color:#dc2626;font-size:.8rem;margin:0;font-weight:600}.pdp-modal-actions-sticky{position:sticky;bottom:0;background:#fff;padding-top:8px}.pdp-submit-review-btn{width:100%;padding:15px;font-size:13px;font-weight:800;letter-spacing:.08em}.pdp-review-success{padding:44px 22px 36px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%}.pdp-success-icon-badge{width:64px;height:64px;border-radius:50%;background-color:#e8f8ee;color:#16a34a;display:flex;align-items:center;justify-content:center;margin-bottom:4px;box-shadow:0 8px 24px #16a34a2e}.pdp-success-kicker{font-size:.65rem;font-weight:800;letter-spacing:.18em;color:#16a34a;text-transform:uppercase}.pdp-success-title{font-size:1.35rem;font-weight:800;color:#1e1612;margin:0;line-height:1.2}.pdp-success-desc{font-size:.88rem;color:#6e5d53;max-width:360px;margin:0 0 14px;line-height:1.55}.pdp-success-done-btn{width:min(100%,320px)!important;padding:15px!important;font-size:13px!important;font-weight:800!important;letter-spacing:.08em!important}@media(max-width:640px){.pdp-form-input,.pdp-form-select,.pdp-form-textarea{font-size:16px!important}body.modal-open .rare-mobile-nav{display:none!important}.pdp-review-modal-backdrop{padding:0;align-items:flex-end;z-index:99999999!important}.pdp-review-modal{width:100%;max-height:90dvh!important;border-radius:20px 20px 0 0;margin-bottom:0;box-shadow:0 -10px 40px #00000059}.pdp-modal-header{padding:14px 18px}.pdp-modal-title{font-size:.95rem;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdp-review-form-body{padding:16px 18px 36px;gap:14px;overflow-y:auto;-webkit-overflow-scrolling:touch}.pdp-form-row{flex-direction:column;gap:12px}.pdp-review-success{padding:36px 20px 48px;display:flex;flex-direction:column;align-items:center;text-align:center}.pdp-success-icon-badge{width:58px;height:58px;margin-bottom:14px}.pdp-success-title{font-size:1.3rem!important;margin-bottom:8px!important}.pdp-success-desc{font-size:.88rem!important;max-width:320px;margin:0 auto 24px!important;line-height:1.5}.pdp-success-done-btn{width:100%;max-width:280px;min-height:48px;font-size:13px!important;font-weight:800!important;border-radius:9999px!important}}.sb-home h1{font-family:var(--font-sans);font-weight:700}.sb-home .sb-hero-note,.sb-home .sb-trust p{font-family:var(--font-sans);font-weight:600}.sb-home button{font-family:inherit}.sb-hero{height:550px;max-width:1500px;margin:0 auto;position:relative;overflow:hidden;background:linear-gradient(105deg,#fff9f1,#fffdfb 60%,#f8eee8)}.sb-hero h1{color:#3d2c23;font-size:clamp(34px,4vw,54px);line-height:1.1;letter-spacing:-.025em;margin:0 0 20px}.sb-hero h1 svg,.sb-section h2 svg,.sb-story h2 svg{display:inline;vertical-align:middle;color:var(--sb-coral);stroke-width:1.7}.sb-placeholder{background:repeating-linear-gradient(-45deg,rgba(255,255,255,.36) 0 1px,transparent 1px 10px),linear-gradient(135deg,#f1dfd4,#e7c6bc);color:#765b51;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;letter-spacing:.08em;position:relative;overflow:hidden}.sb-placeholder:after{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;border:1px dashed rgba(61,44,35,.25);border-radius:inherit}.sb-placeholder span{font-size:11px;font-weight:600;z-index:1}.sb-placeholder strong{font-size:13px;font-weight:600;margin-top:6px;text-transform:uppercase;z-index:1}.sb-slider-dots{display:flex;gap:12px;left:48%;position:absolute;bottom:15px;z-index:5}.sb-slider-dots i{background:#f8c5c2;border-radius:50%;height:9px;width:9px}.sb-slider-dots i:first-child{background:var(--sb-coral)}.sb-section{margin:0 auto;max-width:1320px;padding:22px 32px 18px}.sb-products{position:relative}.sb-products .sb-ribbon-bestsellers{position:absolute;left:0;right:0;top:30px;width:100%;height:480px;pointer-events:none;z-index:0;overflow:visible;opacity:.85}.sb-products .sb-title-row,.sb-products .sb-product-grid{position:relative;z-index:1}.sb-title-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;position:relative}.sb-title-row .sb-title-center{flex:1;text-align:center}.sb-title-row h2{font-family:var(--font-sans);font-size:clamp(28px,3.2vw,40px);font-weight:700;letter-spacing:-.025em;color:var(--sb-brown);margin:0;display:inline-flex;align-items:center;justify-content:center;gap:8px}.sb-title-row h2 em{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:600;color:var(--sb-coral);margin:0 4px}.sb-title-row h2 svg{color:var(--sb-coral);fill:#ffeae8;stroke:var(--sb-coral);transform:rotate(-8deg);width:18px;height:18px}.sb-title-center h2{display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.sb-collection-title-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:3px;line-height:1.1}.sb-collection-kicker-top{font-family:var(--font-sans);font-size:clamp(14px,1.6vw,17px);font-weight:700;letter-spacing:-.01em;color:var(--sb-brown, #2E221C);text-transform:lowercase;display:block;line-height:1.2}.sb-collection-coral-title{display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1.1}.sb-collection-coral-title em{font-family:Playfair Display,Georgia,serif!important;font-style:italic!important;font-weight:600!important;font-size:clamp(26px,3.2vw,40px)!important;color:var(--sb-coral, #E76A54)!important;letter-spacing:-.02em;margin:0!important;display:inline-block}@media(max-width:767px){.sb-collection-kicker-top{font-size:13.5px}.sb-collection-coral-title em{font-size:24px!important}}.sb-collection-coral-title .sb-section-heart-icon{color:var(--sb-coral, #E76A54)!important;stroke:var(--sb-coral, #E76A54)!important;fill:#ffeae8;transform:rotate(-8deg);width:18px;height:18px;display:inline-block;vertical-align:middle;transition:transform .25s cubic-bezier(.16,1,.3,1)}.sb-collection-title-wrap:hover .sb-section-heart-icon{transform:rotate(-8deg) scale(1.15)}.sb-title-row .sb-view-all-btn,.sb-title-row>button{font-family:var(--font-sans);font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--sb-brown);border-bottom:2px solid var(--sb-brown);padding:0 0 4px;background:transparent;cursor:pointer;white-space:nowrap;transition:all .2s ease}.sb-title-row .sb-view-all-btn:hover,.sb-title-row>button:hover{color:var(--sb-coral);border-color:var(--sb-coral)}.sb-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.sb-product-carousel-wrapper{position:relative;width:100%;margin:0 auto}.sb-product-carousel{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:8px 4px 22px;margin:0 -4px;scrollbar-width:none;-ms-overflow-style:none}.sb-product-carousel::-webkit-scrollbar{display:none}.sb-product-carousel .sb-product-card{flex:0 0 calc(25% - 15px);max-width:calc(25% - 15px);min-width:240px;scroll-snap-align:start;scroll-snap-stop:normal;contain:paint;will-change:transform}@media(max-width:1024px){.sb-product-carousel .sb-product-card{flex:0 0 calc(33.333% - 14px);max-width:calc(33.333% - 14px);min-width:220px}}@media(max-width:768px){.sb-product-carousel{gap:14px;padding:6px 16px 18px;margin:0 -16px}.sb-product-carousel .sb-product-card{flex:0 0 68%;max-width:68%;min-width:200px;scroll-snap-align:center}}@media(max-width:480px){.sb-product-carousel .sb-product-card{flex:0 0 74%;max-width:74%;min-width:190px}}.sb-carousel-nav-btn{position:absolute;top:42%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#fffffff2;box-shadow:0 6px 20px #3d2c2326;border:1px solid rgba(230,220,214,.8);color:var(--sb-brown, #2E221C);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .25s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sb-carousel-nav-btn:hover{background:#1e1612;color:#fff;box-shadow:0 8px 24px #3d2c2340;transform:translateY(-50%) scale(1.08)}.sb-carousel-nav-btn:active{transform:translateY(-50%) scale(.95)}.sb-carousel-nav-prev{left:-20px}.sb-carousel-nav-next{right:-20px}@media(max-width:768px){.sb-carousel-nav-btn{display:none}}.sb-product-card{background:transparent;border:none;border-radius:16px;cursor:pointer;min-width:0;overflow:visible;position:relative;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1)}.sb-product-card:hover{transform:translateY(-4px)}.sb-product-media{position:relative;width:100%;aspect-ratio:.78;background:#f5ede6;overflow:hidden;border-radius:16px;box-shadow:0 4px 18px #3d2c230a;transition:box-shadow .3s ease}.sb-product-card:hover .sb-product-media{box-shadow:0 12px 32px #3d2c2317}.sb-product-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.sb-product-primary-image{opacity:1;transition:opacity .4s ease,transform .5s ease}.sb-product-secondary-image{opacity:0;transition:opacity .35s ease}.sb-product-card:hover .sb-product-secondary-image{opacity:1}.sb-product-card:hover .sb-product-primary-image{opacity:0}.sb-product-heart{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;background:#fffdf9eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#3d2c23;display:flex;align-items:center;justify-content:center;z-index:4;border:1px solid rgba(255,255,255,.6);cursor:pointer;box-shadow:0 2px 8px #3d2c2314;transition:transform .2s ease,color .2s ease,background .2s ease}.sb-product-heart:hover{color:var(--sb-coral);background:#fff;transform:scale(1.08)}.sb-product-actions{position:absolute;left:10px;right:10px;bottom:10px;z-index:4;opacity:0;transform:translateY(8px);transition:all .25s cubic-bezier(.16,1,.3,1)}.pdp-related-card .sb-product-actions{left:6px;right:6px;bottom:6px}.sb-product-card:hover .sb-product-actions,.pdp-related-card:hover .sb-product-actions{opacity:1;transform:translateY(0)}.sb-add-to-bag{width:100%;background:#3d2c23;color:#fff;font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.08em;padding:10px 14px;border-radius:9999px;border:none;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;box-shadow:0 4px 14px #3d2c2333;transition:background .2s ease,transform .2s ease}.pdp-related-card .sb-add-to-bag{padding:8px 10px;font-size:10px}.sb-add-to-bag:hover{background:var(--sb-coral);transform:translateY(-1px)}.sb-size-picker-bar{width:100%;background:#2e221cf5;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;border-radius:9999px;padding:6px 10px;display:flex;align-items:center;justify-content:space-between;gap:6px;box-shadow:0 4px 16px #2e221c59}.sb-picker-title{font-size:9.5px;font-weight:700;letter-spacing:.08em;color:#ead7cd}.sb-picker-sizes{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.sb-size-opt-btn{background:#ffffff29;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:10.5px;font-weight:600;padding:3px 7px;border-radius:9999px;cursor:pointer;transition:all .15s ease}.sb-size-opt-btn:hover{background:#fff;color:#2e221c;transform:scale(1.05)}.sb-product-card-rating{display:flex;align-items:center;gap:4px;font-size:11px;color:#736b63;margin-top:3px;font-family:var(--font-sans)}.sb-product-card-rating .sb-rating-count{opacity:.85}.sb-product-info{padding:12px 2px 4px;background:transparent;display:flex;flex-direction:column;gap:3px}.sb-product-info h3{font-family:var(--font-sans);font-size:13.5px;font-weight:600;color:#3d2c23;margin:0;line-height:1.35}.sb-product-info strong{font-family:var(--font-sans);font-size:14.5px;font-weight:700;color:#3d2c23;margin-top:1px}.sb-product-info small{font-size:11.5px;color:#705e55;display:flex;align-items:center;gap:4px}.sb-product-info small span{color:var(--sb-coral);font-size:12px}.sb-product-info i{display:flex;gap:5px;margin-top:5px;font-style:normal}.sb-product-info i b{width:11px;height:11px;border-radius:50%;border:1px solid rgba(61,44,35,.15);display:inline-block;transition:transform .2s ease}.sb-section-divider-wrap{width:100%;max-width:1200px;margin:14px auto;padding:0 24px;display:flex;align-items:center;justify-content:center;overflow:hidden;opacity:.85;pointer-events:none}.sb-section-divider-svg{width:100%;height:20px;display:block}.sb-why-choose{padding:36px 20px 18px;max-width:900px;margin:0 auto;text-align:center}.sb-why-choose-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.sb-why-choose-title{font-family:var(--font-sans);font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-.03em;color:#1e1612;margin:0;display:flex;flex-direction:column;align-items:center;gap:2px;line-height:1.15}.sb-why-line1{display:block}.sb-why-line2{display:inline-flex;align-items:center;justify-content:center;gap:10px}.sb-why-line2 em{font-family:var(--font-coral, "Playfair Display", serif);color:var(--sb-coral, #E76A54);font-style:italic;font-weight:700}.sb-why-choose-logo-img{height:44px;width:auto;max-width:185px;object-fit:contain;display:inline-block;vertical-align:middle;mix-blend-mode:multiply}.sb-why-choose-subtitle{font-family:var(--font-sans);font-size:15px;line-height:1.5;color:#6e5d53;margin:12px auto 16px;max-width:480px;text-align:center}.sb-why-zigzag-wrap{width:100%;max-width:480px;margin:0 auto 28px;display:flex;align-items:center;justify-content:center;opacity:.9}.sb-why-zigzag-svg{width:100%;height:14px}.sb-why-choose-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%;max-width:580px;margin-left:auto;margin-right:auto;justify-items:center}.sb-why-card{background:transparent!important;border:none!important;box-shadow:none!important;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;cursor:default}.sb-why-icon-wrap{width:104px;height:104px;display:flex;align-items:center;justify-content:center;background:transparent!important;border:none!important;box-shadow:none!important;margin-bottom:10px;transition:transform .3s cubic-bezier(.16,1,.3,1)}.sb-why-card:hover .sb-why-icon-wrap{transform:translateY(-3px)}.sb-why-icon-img{width:100%;height:100%;object-fit:contain;display:block}.sb-why-card span{font-family:var(--font-sans);font-size:14px;font-weight:600;color:#2c201a;letter-spacing:-.01em;text-align:center;line-height:1.3;max-width:140px}.sb-video-banner-section{position:relative;padding:48px 24px 32px;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.sb-video-banner-container{position:relative;width:100%;aspect-ratio:21 / 9;min-height:480px;max-height:580px;border-radius:28px;overflow:hidden;background:#1a1412;box-shadow:0 20px 50px #1e161214;border:1.5px solid rgba(235,224,214,.85);z-index:1}.sb-video-banner-media{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}.sb-video-sound-btn{position:absolute;top:20px;right:20px;z-index:4;width:36px;height:36px;border-radius:50%;background:#ffffffd9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.9);color:#1e1612;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px #1e16121f;transition:all .2s ease}.sb-video-sound-btn:hover{background:#fff;transform:scale(1.08);color:var(--sb-coral, #E76A54)}.sb-video-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 55%,#1e161266);display:flex;align-items:flex-end;justify-content:flex-end;padding:28px 32px;z-index:2;pointer-events:none}.sb-video-banner-content{background:#fffdfaf0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1.5px solid rgba(255,255,255,.95);border-radius:9999px;padding:12px 24px 12px 28px;display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:24px;box-shadow:0 16px 40px #1e16121f;pointer-events:auto;width:auto;max-width:90%;transition:transform .25s ease,box-shadow .25s ease}.sb-video-banner-content:hover{transform:translateY(-2px);box-shadow:0 20px 48px #1e161229}.sb-video-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.sb-video-kicker{font-family:var(--font-sans);font-size:10px;font-weight:800;letter-spacing:.15em;color:var(--sb-coral, #E76A54);text-transform:uppercase;margin-bottom:2px;display:flex;align-items:center}.sb-video-title{font-family:var(--font-sans);font-size:clamp(15px,1.8vw,20px);font-weight:700;color:#1e1612;letter-spacing:-.015em;margin:0;white-space:nowrap;line-height:1.2}.sb-video-title em{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:600;color:var(--sb-coral, #E76A54);margin-left:4px}.sb-video-cta{background:#1e1612;color:#fff;border:none;border-radius:9999px;padding:10px 22px;font-family:var(--font-sans);font-size:11.5px;font-weight:700;letter-spacing:.08em;cursor:pointer;box-shadow:0 6px 18px #1e161240;transition:all .25s cubic-bezier(.16,1,.3,1);white-space:nowrap;flex-shrink:0}.sb-video-cta:hover{background:var(--sb-coral, #E76A54);transform:translateY(-1px);box-shadow:0 8px 24px #e76a5466}@media(max-width:767px){.sb-video-banner-section{padding:16px 12px 10px}.sb-video-banner-container{aspect-ratio:16 / 10!important;min-height:340px!important;max-height:none!important;border-radius:18px!important}.sb-video-sound-btn{top:12px;right:12px;width:32px;height:32px}.sb-video-banner-overlay{padding:12px;align-items:flex-end;justify-content:flex-end!important}.sb-video-banner-content{width:auto!important;max-width:calc(100% - 10px)!important;padding:7px 12px 7px 14px!important;gap:10px!important;border-radius:9999px!important;box-shadow:0 8px 24px #1e161233!important;margin-left:auto!important}.sb-video-kicker{display:none!important}.sb-video-title{font-size:12px!important;line-height:1.15;white-space:nowrap}.sb-video-title em{font-size:12px!important}.sb-video-cta{padding:6px 12px!important;font-size:9.5px!important;letter-spacing:.04em!important;flex-shrink:0!important}}.sb-reviews{padding:42px 20px 24px;max-width:1320px;margin:0 auto;text-align:center}.sb-reviews-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:32px}.sb-reviews-rating-pill{display:inline-flex;align-items:center;gap:8px;background:#ffebe6a6;border:1px solid rgba(255,124,124,.25);border-radius:9999px;padding:5px 14px;margin-bottom:12px;font-family:var(--font-sans);font-size:11.5px;font-weight:600;color:var(--sb-brown)}.sb-reviews-stars{color:var(--sb-coral);letter-spacing:2px;font-size:12px}.sb-reviews-score{font-weight:700;color:var(--sb-brown)}.sb-reviews-dot{opacity:.4}.sb-reviews-count{color:#705e55}.sb-reviews h2{font-family:var(--font-sans);font-size:clamp(28px,3.4vw,42px);font-weight:700;letter-spacing:-.025em;color:var(--sb-brown);margin:0 0 8px;display:inline-flex;align-items:center;justify-content:center;gap:8px}.sb-reviews h2 em{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:600;color:var(--sb-coral)}.sb-reviews h2 svg{color:var(--sb-coral);fill:#ffeae8;stroke:var(--sb-coral);transform:rotate(-8deg)}.sb-reviews .sb-section-subtitle{font-size:15px;line-height:1.5;color:#7a6960;margin:0 auto;max-width:480px}.sb-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;width:100%}.sb-review-card{background:#fffdf9eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid #F0E6DE;border-radius:20px;padding:28px 26px;display:flex;flex-direction:column;text-align:left;position:relative;box-shadow:0 8px 24px #3d2c230a;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease}.sb-review-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px #3d2c2317;border-color:#e6d4c8}.sb-review-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sb-review-stars-row{color:var(--sb-coral);font-size:15px;letter-spacing:2px}.sb-review-verified{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-sans);font-size:10.5px;font-weight:700;letter-spacing:.04em;color:#2f6f4e;background:#eaf6ee;padding:3px 8px;border-radius:9999px}.sb-review-card-title{font-family:var(--font-sans);font-size:16px;font-weight:700;color:#2b201a;margin:0 0 10px;line-height:1.35;letter-spacing:-.01em}.sb-review-card-body{font-family:var(--font-sans);font-size:13.5px;line-height:1.65;color:#5c4b42;margin:0 0 20px;flex:1}.sb-review-footer{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #F5ECE5;margin-top:auto}.sb-review-avatar{width:40px;height:40px;min-width:40px;border-radius:50%;background:radial-gradient(circle,#ffe7e0,#f8d8ce);color:var(--sb-brown);font-family:var(--font-sans);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,124,124,.2)}.sb-review-author-info{display:flex;flex-direction:column;gap:2px;overflow:hidden}.sb-review-author-name{display:flex;align-items:baseline;gap:5px}.sb-review-author-name strong{font-family:var(--font-sans);font-size:13.5px;font-weight:700;color:#3d2c23}.sb-review-author-name small{font-size:11.5px;color:#8c7b72}.sb-review-product-tag{font-family:var(--font-sans);font-size:11px;color:#8c7b72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-loved-by-section{padding:44px 20px 28px;max-width:1100px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.sb-loved-by-top{font-family:var(--font-sans);font-size:clamp(20px,2.4vw,28px);font-weight:700;letter-spacing:-.02em;color:#3d2c23;margin-bottom:0;text-transform:lowercase}.sb-loved-by-fading-number{font-family:var(--font-sans);font-size:clamp(64px,11vw,140px);font-weight:900;letter-spacing:-.04em;line-height:.95;margin:4px 0 10px;background:linear-gradient(180deg,#3d2c2338,#3d2c2308);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-user-select:none;user-select:none}.sb-loved-by-bottom{font-family:var(--font-sans);font-size:clamp(22px,2.8vw,34px);font-weight:700;letter-spacing:-.025em;color:#3d2c23;margin:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.sb-loved-by-bottom em{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:600;color:var(--sb-coral);margin-right:2px}.sb-loved-by-bottom svg{color:var(--sb-coral);fill:#ffeae8;stroke:var(--sb-coral);transform:rotate(-8deg);display:inline-block;vertical-align:middle}.sb-desktop-only-inline{display:inline}@media(max-width:767px){.sb-desktop-only-inline{display:none!important}.sb-hero{height:560px}.sb-hero h1{font-size:clamp(30px,7vw,40px)}.sb-section-divider-wrap{margin:8px auto;padding:0 12px}.sb-section-divider-svg{height:14px}.sb-why-choose{padding:22px 14px 8px}.sb-why-choose-title{font-size:26px;line-height:1.15}.sb-why-choose-logo-img{height:32px;max-width:140px;mix-blend-mode:multiply}.sb-why-choose-subtitle{font-size:13px;margin:8px auto 14px;max-width:320px;line-height:1.45}.sb-why-zigzag-wrap{max-width:320px;margin:0 auto 18px}.sb-why-choose-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important;max-width:340px}.sb-why-card{background:transparent!important;border:none!important;box-shadow:none!important;padding:0}.sb-why-icon-wrap{width:78px;height:78px;margin-bottom:6px}.sb-why-icon-img{width:100%;height:100%}.sb-why-card span{font-size:11px;font-weight:600;line-height:1.2;max-width:95px}.sb-product-grid,.sb-collection-block .sb-product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.sb-reviews{padding:24px 16px 14px}.sb-reviews-header{margin-bottom:18px}.sb-reviews-rating-pill{font-size:10px;padding:3.5px 10px;gap:5px;margin-bottom:8px}.sb-reviews h2{font-size:24px}.sb-reviews .sb-section-subtitle{font-size:12.5px;max-width:290px}.sb-review-grid{display:flex!important;flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:14px!important;margin:0 -16px!important;padding:4px 16px 14px!important}.sb-review-grid::-webkit-scrollbar{display:none}.sb-review-card{flex:0 0 85%!important;width:85%!important;scroll-snap-align:center!important;padding:20px 18px!important;border-radius:16px!important}.sb-review-card-title{font-size:14.5px!important}.sb-review-card-body{font-size:12.5px!important;line-height:1.55!important;margin-bottom:14px!important}.sb-review-footer{padding-top:12px!important}.sb-review-avatar{width:34px!important;height:34px!important;min-width:34px!important;font-size:11.5px!important}.sb-review-author-name strong{font-size:12.5px!important}.sb-review-product-tag{font-size:10px!important}.sb-loved-by-section{padding:32px 16px 20px}.sb-loved-by-top{font-size:18px}.sb-loved-by-fading-number{font-size:clamp(52px,16vw,76px);margin:2px 0 6px}.sb-loved-by-bottom{font-size:20px;line-height:1.25}}.rare-desktop-subnav{display:none!important}.rare-nav-search-bar-btn{display:none}.rare-mobile-search-btn{display:flex!important}@media(min-width:992px){.rare-header-wrapper{background:#fffdf9;border-bottom:1px solid #F0E8E2;position:sticky;top:0;z-index:100}.rare-announcement-bar{display:flex}.rare-nav{min-height:64px;height:64px;max-width:1500px;margin:0 auto;padding:0 42px;display:flex;align-items:center;justify-content:space-between}.rare-hamburger-btn,.rare-mobile-search-btn{display:none!important}.rare-nav-left,.rare-nav-actions{flex:1;display:flex;align-items:center}.rare-nav-left{justify-content:flex-start}.rare-nav-search-bar-btn{display:inline-flex!important;align-items:center;gap:10px;background:#fff;border:1px solid #E5DAD0;border-radius:9999px;padding:7px 18px 7px 14px;min-width:240px;max-width:320px;width:100%;cursor:pointer;box-shadow:0 1px 4px #3d2c2308;transition:border-color .2s ease,box-shadow .2s ease}.rare-nav-search-bar-btn:hover{border-color:var(--sb-coral);box-shadow:0 2px 8px #ff7c7c1f}.search-bar-icon{color:#8c7b72;flex-shrink:0}.search-bar-placeholder{font-family:var(--font-sans);font-size:12px;color:#8c7b72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rare-nav-actions{justify-content:flex-end;gap:14px}.rare-logo-btn{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.rare-brand-logo{max-height:40px;max-width:180px;object-fit:contain}.rare-desktop-subnav{display:flex!important;align-items:center;justify-content:center;border-top:1px solid rgba(240,232,226,.75);padding:10px 32px 11px;background:#fffdf9}.rare-desktop-nav-row{display:flex!important;align-items:center!important;justify-content:center!important;gap:36px!important;flex-wrap:nowrap!important}.rare-desktop-link{font-family:var(--font-sans);font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#3d2c23;background:none;border:none;cursor:pointer;padding:3px 6px;position:relative;transition:color .2s ease}.rare-desktop-link:hover{color:var(--sb-coral)}.rare-desktop-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleX(0);width:80%;height:1.5px;background:var(--sb-coral);transition:transform .25s ease}.rare-desktop-link:hover:after{transform:translate(-50%) scaleX(1)}.rare-action-btn{padding:5px}}.sb-collection-page-wrap{position:relative;min-height:80vh;background-color:var(--sb-cream);padding-bottom:60px;overflow:hidden}.sb-coll-container{max-width:1320px;margin:0 auto;padding:0 24px}@media(max-width:767px){.sb-coll-container{padding:0 16px}}.sb-coll-breadcrumb-nav{padding:16px 0 6px}.sb-coll-breadcrumb-nav .sb-coll-container{display:flex;align-items:center;gap:8px;font-family:var(--font-sans);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.sb-coll-crumb-btn{background:none;border:none;color:#6e5d53;display:inline-flex;align-items:center;gap:5px;cursor:pointer;padding:0;transition:color .2s}.sb-coll-crumb-btn:hover{color:var(--sb-coral)}.sb-coll-crumb-sep{color:#c0b0a6}.sb-coll-crumb-muted{color:#8c7b72}.sb-coll-crumb-active{color:#1e1612;font-weight:700}.sb-coll-hero-header{padding:24px 0 28px;text-align:center}.sb-coll-eyebrow{display:inline-block;font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--sb-coral);margin-bottom:8px}.sb-coll-title-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 0 12px}.sb-coll-subtitle-script{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:500;font-size:clamp(20px,2.8vw,32px);color:var(--sb-coral);line-height:1.1}.sb-coll-main-title{font-family:var(--font-sans);font-size:clamp(32px,5.2vw,56px);font-weight:800;letter-spacing:-.035em;color:#1e1612;line-height:1.05;margin:2px 0 0;text-transform:uppercase}.sb-coll-description{font-family:var(--font-sans);font-size:14px;line-height:1.6;color:#6e5d53;max-width:580px;margin:0 auto 24px}.sb-coll-pill-tabs{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;max-width:860px;margin:0 auto}.sb-coll-tab-pill{font-family:var(--font-sans);font-size:12px;font-weight:600;letter-spacing:.04em;color:#5c4b42;background:#ffffffb3;border:1px solid #E5DAD0;border-radius:9999px;padding:7px 18px;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s cubic-bezier(.16,1,.3,1)}.sb-coll-tab-pill:hover{background:#fff;border-color:var(--sb-coral);color:var(--sb-coral);transform:translateY(-1px)}.sb-coll-tab-pill.is-active{background:var(--sb-brown);border-color:var(--sb-brown);color:#fff;font-weight:700;box-shadow:0 4px 12px #3d2c2326}.sb-coll-toolbar-section{padding:18px 0;background:#fffdf999;border-top:1px solid rgba(240,232,226,.8);border-bottom:1px solid rgba(240,232,226,.8);margin-bottom:32px}.sb-coll-toolbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.sb-coll-count-pill{font-family:var(--font-sans);font-size:12.5px;color:#6e5d53}.sb-coll-count-pill strong{font-weight:700;color:#1e1612}.sb-coll-toolbar-right{display:flex;align-items:center;gap:20px}.sb-coll-grid-switchers{display:inline-flex;align-items:center;background:#fff;border:1px solid #E5DAD0;border-radius:8px;padding:2px;gap:2px}.sb-grid-switch-btn{background:none;border:none;padding:5px 8px;border-radius:6px;color:#8c7b72;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.sb-grid-switch-btn.is-active{background:#f4ece4;color:#1e1612}.sb-coll-sort-wrap{display:inline-flex;align-items:center;gap:8px}.sb-coll-sort-wrap label{font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.08em;color:#6e5d53;display:inline-flex;align-items:center;gap:5px;text-transform:uppercase}.sb-coll-select-relative{position:relative;display:inline-block}.sb-coll-sort-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#fff;border:1px solid #E2D6CA;border-radius:9999px;padding:6px 32px 6px 14px;font-family:var(--font-sans);font-size:12px;font-weight:600;color:#1e1612;cursor:pointer;outline:none;box-shadow:0 1px 4px #3d2c2308;transition:border-color .2s}.sb-coll-sort-select:focus{border-color:var(--sb-coral)}.sb-select-chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6e5d53;pointer-events:none}.sb-coll-products-grid{display:grid;gap:32px 20px}.sb-coll-products-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sb-coll-products-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1024px){.sb-coll-products-grid.cols-4,.sb-coll-products-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.sb-coll-products-grid.cols-4,.sb-coll-products-grid.cols-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 10px}.sb-coll-description{font-size:12.5px;margin-bottom:16px}.sb-coll-pill-tabs{gap:6px}.sb-coll-tab-pill{font-size:11px;padding:5px 12px}}.sb-coll-empty-box{background:#ffffffd9;border:1px solid #EFE4D8;border-radius:24px;padding:60px 24px;text-align:center;max-width:580px;margin:40px auto}.sb-coll-empty-eyebrow{font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.16em;color:var(--sb-coral);text-transform:uppercase}.sb-coll-empty-title{font-family:var(--font-sans);font-size:26px;font-weight:800;color:#1e1612;margin:8px 0 12px}.sb-coll-empty-desc{font-family:var(--font-sans);font-size:13.5px;line-height:1.6;color:#6e5d53;margin-bottom:24px}.sb-coll-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:16px}.sb-coll-loading p{font-family:var(--font-sans);font-size:12px;font-weight:700;letter-spacing:.12em;color:#6e5d53}.sb-search-modal-panel{box-shadow:0 24px 64px #1e16123d;max-width:680px}.sb-search-header-wrap{padding:16px 20px;border-bottom:1px solid #EFE6DC;background:#fffdf9}.sb-search-input-box{display:flex;align-items:center;gap:12px;background:#fff;border:1.5px solid #E5DAD0;border-radius:9999px;padding:8px 16px;box-shadow:0 2px 8px #3d2c230a;transition:border-color .2s ease,box-shadow .2s ease}.sb-search-input-box:focus-within{border-color:var(--sb-coral);box-shadow:0 0 0 3px #ff7c7c26}.sb-search-input-icon{color:var(--sb-coral);flex-shrink:0}.sb-search-text-input{flex:1;border:none;background:transparent;font-family:var(--font-sans);font-size:14.5px;color:#1e1612;outline:none}.sb-search-text-input::placeholder{color:#9c8b82}.sb-search-clear-btn,.sb-search-close-modal-btn{background:none;border:none;color:#8c7b72;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .15s ease,background .15s ease}.sb-search-clear-btn:hover,.sb-search-close-modal-btn:hover{color:#1e1612;background:#f4ece4}.sb-search-modal-body{padding:24px;max-height:68vh;overflow-y:auto;background:#fffdf9}.sb-search-section-label{display:flex;align-items:center;gap:6px;font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.14em;color:#5c4b42;text-transform:uppercase;margin-bottom:12px}.sb-search-group-bordered{border-top:1px solid #EFE6DC;padding-top:20px;margin-top:20px}.sb-search-pills-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sb-search-trend-pill{font-family:var(--font-sans);font-size:12px;font-weight:600;color:#5c4b42;background:#fff;border:1px solid #E5DAD0;border-radius:9999px;padding:6px 14px;cursor:pointer;transition:all .2s ease}.sb-search-trend-pill:hover{background:#fff3ef;border-color:var(--sb-coral);color:var(--sb-coral);transform:translateY(-1px)}.sb-search-categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.sb-search-cat-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #E8DDD2;border-radius:12px;padding:12px 16px;font-family:var(--font-sans);font-size:13px;font-weight:600;color:#1e1612;cursor:pointer;text-align:left;transition:all .2s ease}.sb-search-cat-card:hover{border-color:var(--sb-coral);background:#fff9f7;color:var(--sb-coral);transform:translate(2px)}.sb-search-cat-arrow{color:#a09187;transition:transform .2s ease,color .2s ease}.sb-search-cat-card:hover .sb-search-cat-arrow{color:var(--sb-coral);transform:translate(3px)}.sb-search-results-list{display:flex;flex-direction:column;gap:10px}.sb-search-product-row{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #EFE6DC;border-radius:12px;padding:10px 14px;cursor:pointer;transition:all .2s ease}.sb-search-product-row:hover{border-color:var(--sb-coral);background:#fff9f7;box-shadow:0 4px 12px #3d2c230d}.sb-search-product-thumb{width:56px;height:68px;border-radius:8px;overflow:hidden;background:#f4ece4;flex-shrink:0}.sb-search-product-thumb img{width:100%;height:100%;object-fit:cover}.sb-search-product-details{flex:1;min-width:0}.sb-search-product-brand{font-family:var(--font-sans);font-size:10px;font-weight:700;letter-spacing:.1em;color:var(--sb-coral);text-transform:uppercase;display:block}.sb-search-product-title{font-family:var(--font-sans);font-size:13.5px;font-weight:600;color:#1e1612;margin:2px 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sb-search-product-prices{display:flex;align-items:center;gap:6px;font-family:var(--font-sans)}.sb-search-product-prices strong{font-size:13px;font-weight:700;color:#1e1612}.sb-search-product-prices s{font-size:11px;color:#9c8b82}.sb-search-row-arrow{color:#a09187;flex-shrink:0;transition:transform .2s ease}.sb-search-product-row:hover .sb-search-row-arrow{color:var(--sb-coral);transform:translate(3px)}.sb-search-empty-results{text-align:center;padding:40px 20px}.sb-search-empty-results p{font-family:var(--font-sans);font-size:15px;font-weight:600;color:#1e1612;margin-bottom:6px}.sb-search-empty-results span{font-family:var(--font-sans);font-size:13px;color:#8c7b72}.sb-pdp-page{position:relative;background-color:var(--sb-cream);min-height:100vh;padding-bottom:80px;overflow-x:clip}.sb-pdp-breadcrumb-nav{padding:10px 20px 2px;background:transparent}.sb-pdp-crumbs-container{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;overflow:hidden;white-space:nowrap;font-size:11px}.sb-pdp-crumbs-container .sb-coll-crumb-btn{flex-shrink:0}.sb-pdp-crumbs-container .sb-coll-crumb-active{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-weight:700;color:#3d2c23}@media(max-width:768px){.sb-pdp-crumbs-container .sb-coll-crumb-active{max-width:130px}}.sb-pdp-main-grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:1180px;margin:0 auto;padding:6px 20px 0;position:relative;z-index:2}@media(min-width:992px){.sb-pdp-main-grid{grid-template-columns:.95fr 1.05fr;gap:32px;align-items:start;padding-top:8px;padding-left:24px;padding-right:24px}}.sb-pdp-gallery-col{display:flex;flex-direction:column;gap:8px;width:100%}@media(min-width:992px){.sb-pdp-gallery-col{position:sticky;top:96px}}.sb-pdp-stage-card{position:relative;width:100%;max-width:440px;margin:0 auto;aspect-ratio:4 / 5;background:#fff;border-radius:18px;border:1px solid rgba(239,230,220,.7);overflow:hidden;box-shadow:0 4px 20px #3d2c230d;display:flex;align-items:center;justify-content:center;touch-action:pan-y pinch-zoom}.sb-pdp-stage-track{display:flex;width:100%;height:100%;will-change:transform}.sb-pdp-slide{flex:0 0 100%;width:100%;height:100%;position:relative;overflow:hidden}.sb-pdp-slide .sb-pdp-main-image{width:100%;height:100%;object-fit:cover;object-position:center top;-webkit-user-select:none;user-select:none;pointer-events:none;display:block}.sb-pdp-main-image.is-dragging{transition:none}.sb-pdp-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f5efeb;font-family:var(--font-sans);font-weight:700;color:#8c7b72}.sb-pdp-badges-wrap{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:6px;z-index:4}.sb-pdp-badges-wrap .sb-badge{border-radius:9999px!important;font-size:10px!important;padding:4px 12px!important;font-weight:800!important;letter-spacing:.06em}.sb-pdp-heart-btn{position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:50%;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:none;display:flex;align-items:center;justify-content:center;color:#3d2c23;cursor:pointer;z-index:4;box-shadow:0 4px 16px #0000001a;transition:all .25s cubic-bezier(.16,1,.3,1)}.sb-pdp-heart-btn:hover{transform:scale(1.12);box-shadow:0 6px 24px #ff7c7c4d;color:var(--sb-coral)}.sb-pdp-heart-btn.is-favorited{color:var(--sb-coral);background:#fff0ed}.sb-pdp-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:none;display:flex;align-items:center;justify-content:center;color:#3d2c23;cursor:pointer;z-index:4;box-shadow:0 4px 16px #0000001a;transition:all .25s cubic-bezier(.16,1,.3,1)}.sb-pdp-arrow:hover{background:var(--sb-coral);color:#fff;transform:translateY(-50%) scale(1.08);box-shadow:0 6px 20px #ff7c7c59}.sb-pdp-arrow.prev{left:10px}.sb-pdp-arrow.next{right:10px}@media(max-width:768px){.sb-pdp-page{padding-bottom:110px;overflow-x:hidden;width:100%;max-width:100vw}.sb-pdp-breadcrumb-nav{padding:8px 12px 2px}.sb-pdp-main-grid{padding:0 12px;gap:14px;display:flex;flex-direction:column;width:100%;max-width:100%}.sb-pdp-gallery-col{width:100%;max-width:100%;margin:0}.sb-pdp-stage-card{width:100%;max-width:100%;aspect-ratio:4 / 5;height:auto;max-height:none;border-radius:18px;margin:0 auto;touch-action:pan-y pinch-zoom}.sb-pdp-stage-card .sb-pdp-main-image{width:100%;height:100%;object-fit:cover;object-position:center top}.sb-pdp-arrow{width:32px;height:32px}.sb-pdp-arrow.prev{left:8px}.sb-pdp-arrow.next{right:8px}.sb-pdp-counter{bottom:8px;right:8px;padding:3px 8px;font-size:9px}.sb-pdp-heart-btn{top:8px;right:8px;width:34px;height:34px}.sb-pdp-badges-wrap{top:8px;left:8px}.sb-pdp-thumbnails-strip{padding:4px 0 6px;gap:6px;max-width:100%;overflow-x:auto}.sb-pdp-thumb-card{flex:0 0 52px;height:62px;border-radius:10px}.sb-pdp-buybox-col{padding:0;gap:14px;width:100%;max-width:100%}.sb-pdp-title{font-size:22px;line-height:1.2}.sb-pdp-current-price{font-size:26px}}.sb-pdp-counter{position:absolute;bottom:14px;right:16px;background:#1e1612bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-family:var(--font-sans);font-size:10.5px;font-weight:800;letter-spacing:.1em;padding:5px 14px;border-radius:9999px;z-index:4}.sb-pdp-thumbnails-strip{display:flex;align-items:center;justify-content:flex-start;gap:10px;overflow-x:auto;padding:6px 2px 10px;max-width:480px;margin:0 auto;width:100%;scrollbar-width:thin;scrollbar-color:#E5DAD0 transparent;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.sb-pdp-thumbnails-strip::-webkit-scrollbar{height:3px}.sb-pdp-thumbnails-strip::-webkit-scrollbar-thumb{background:var(--sb-coral);border-radius:9999px}.sb-pdp-thumbnails-strip:after{content:"";flex:0 0 16px;width:16px}.sb-pdp-thumb-card{flex:0 0 72px;height:86px;border-radius:14px;overflow:hidden;border:2px solid transparent;background:#fff;padding:0;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);opacity:.7;scroll-snap-align:start}.sb-pdp-thumb-card img{width:100%;height:100%;object-fit:cover}.sb-pdp-thumb-card:hover{opacity:1;border-color:#d4c4b5}.sb-pdp-thumb-card.is-active{border-color:var(--sb-coral);opacity:1;box-shadow:0 2px 8px #ff7c7c33}.sb-pdp-buybox-col{display:flex;flex-direction:column;gap:14px;background:transparent;border:none;border-radius:0;padding:2px 0;box-shadow:none}@media(min-width:992px){.sb-pdp-buybox-col{padding:0 0 4px 8px}}@media(max-width:768px){.sb-pdp-buybox-col{gap:10px;padding:0;border-radius:0}}.sb-pdp-header{display:flex;flex-direction:column;gap:6px}.sb-pdp-kicker{font-family:var(--font-sans);font-size:11px;font-weight:700;letter-spacing:.16em;color:var(--sb-coral);text-transform:uppercase;position:relative;display:inline-block;width:fit-content}.sb-pdp-kicker:after{content:"";position:absolute;bottom:-3px;left:0;width:28px;height:2px;background:var(--sb-coral);border-radius:9999px}.sb-pdp-title{font-family:var(--font-sans);font-size:clamp(24px,2.8vw,30px);font-weight:800;line-height:1.2;color:#1e1612;margin:0;letter-spacing:-.02em}@media(min-width:992px){.sb-pdp-title{font-size:30px}}.sb-pdp-rating-pill{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,#fff7f2,#ffeae2);border:1px solid rgba(255,124,124,.15);border-radius:9999px;padding:6px 14px;width:fit-content;margin-top:2px;font-family:var(--font-sans);font-size:11.5px;box-shadow:0 2px 8px #ff7c7c14}.sb-pdp-stars{color:#f59e0b;letter-spacing:2px;font-size:11px}.sb-pdp-rating-score{font-weight:800;color:#1e1612}.sb-pdp-rating-sep{color:#d4c4b5}.sb-pdp-reviews-count{color:#6e5d53;font-weight:600}.sb-pdp-tagline{font-family:var(--font-sans);font-size:13.5px;line-height:1.55;color:#6e5d53;margin:2px 0 0}.sb-pdp-pricing-row{display:flex;flex-direction:column;gap:4px;margin-top:4px;width:fit-content}.sb-pdp-pricing-values{display:flex;align-items:baseline;gap:12px}.sb-pdp-price-squiggle{width:120px;height:8px;display:block;opacity:.85}.sb-pdp-current-price{font-family:var(--font-sans);font-size:30px;font-weight:800;color:#1e1612;letter-spacing:-.03em}.sb-pdp-mrp-price{font-family:var(--font-sans);font-size:15px;color:#a09187;text-decoration:line-through}.sb-pdp-tax-note{font-family:var(--font-sans);font-size:11px;color:#8c7b72;margin-top:0}.sb-pdp-divider{height:1px;background:linear-gradient(90deg,#EFE6DC 0%,var(--sb-coral) 50%,#EFE6DC 100%);margin:2px 0;opacity:.5}.sb-pdp-option-group{display:flex;flex-direction:column;gap:6px}.sb-pdp-option-header{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-sans);font-size:12px}.sb-pdp-opt-left{display:flex;align-items:center;gap:6px}.sb-pdp-opt-label{font-weight:900;letter-spacing:.1em;color:#1e1612;text-transform:uppercase}.sb-pdp-opt-val{font-weight:600;color:#6e5d53}.sb-pdp-swatches-row{display:flex;align-items:center;gap:10px}.sb-pdp-swatch-circle{width:34px;height:32px;border-radius:48% 52% 58% 42%/54% 46%;border:2.5px solid #FFFFFF;box-shadow:0 0 0 1.5px #d4c4b5;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease}.sb-pdp-swatch-circle:nth-child(2){border-radius:54% 46% 48% 52%/48% 54% 46% 52%}.sb-pdp-swatch-circle:nth-child(3){border-radius:44% 56% 52% 48%/56% 44%}.sb-pdp-swatch-circle:hover{box-shadow:0 0 0 1.5px var(--sb-coral)}.sb-pdp-swatch-circle.is-selected{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--sb-coral)}.sb-pdp-size-guide-link{display:inline-flex;align-items:center;gap:5px;background:none;border:none;font-family:var(--font-sans);font-size:11px;font-weight:800;letter-spacing:.06em;color:var(--sb-coral);cursor:pointer;padding:0;text-transform:uppercase;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.sb-pdp-size-guide-link:hover{opacity:.7}.sb-pdp-sizes-grid{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:2px 0}.sb-pdp-size-btn{flex:0 0 auto;width:52px;height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:var(--font-sans);font-size:13.5px;font-weight:800;color:#1e1612;cursor:pointer;position:relative;transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .15s ease;letter-spacing:.02em;border:2px solid #EAE4DC;background:#faf7f2;border-radius:52% 48% 54% 46%/48% 54% 46% 52%}.sb-pdp-size-btn:nth-child(6n+1){border-radius:46% 54% 62% 38%/48% 58% 42% 52%;background:#f3efff;border-color:#e2daff}.sb-pdp-size-btn:nth-child(6n+2){border-radius:58% 42% 46% 54%/54% 46%;background:#fff3eb;border-color:#ffe0ce}.sb-pdp-size-btn:nth-child(6n+3){border-radius:42% 58% 54% 46%/56% 44%;background:#ffeaea;border-color:#ffd4d4}.sb-pdp-size-btn:nth-child(6n+4){border-radius:54% 46% 60% 40%/46% 54%;background:#f4f1ec;border-color:#e6dfd4}.sb-pdp-size-btn:nth-child(6n+5){border-radius:48% 52% 46% 54%/52% 48% 54% 46%;background:#f8edff;border-color:#ebd3fa}.sb-pdp-size-btn:nth-child(6n+6){border-radius:52% 48% 56% 44%/48% 52% 46% 54%;background:#fff5ee;border-color:#ffe6d6}.sb-pdp-size-label{line-height:1}.sb-pdp-size-check{position:absolute;top:-5px;right:-5px;width:18px;height:18px;background:var(--sb-coral);color:#fff;border-radius:50%;font-size:10px;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #ff7c7c66}.sb-pdp-size-btn:hover:not(:disabled){border-color:var(--sb-coral);color:var(--sb-coral);box-shadow:0 4px 12px #ff7c7c26}.sb-pdp-size-btn.is-selected{background:var(--sb-coral)!important;border-color:var(--sb-coral)!important;color:#fff!important;box-shadow:0 6px 18px #ff7c7c61}.sb-pdp-size-btn.is-selected .sb-pdp-size-label{color:#fff}.sb-pdp-size-btn.is-soldout{background:#f8f5f2!important;border-color:#eae2d8!important;color:#c4b5aa!important;cursor:not-allowed;opacity:.45;box-shadow:none}.sb-pdp-size-btn.is-soldout .sb-pdp-size-label{text-decoration:line-through}.sb-pdp-cta-block{display:flex;flex-direction:column;gap:8px;margin-top:2px}.sb-pdp-qty-add-row{display:flex;align-items:center;gap:10px}.sb-pdp-qty-stepper{display:inline-flex;align-items:center;background:#fff;border:2px solid #E5DAD0;border-radius:9999px;height:48px;padding:0 8px;gap:6px;box-shadow:0 2px 8px #3d2c230a}.sb-pdp-qty-stepper button{background:none;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#5c4b42;cursor:pointer;transition:all .2s ease}.sb-pdp-qty-stepper button:hover{background:var(--sb-coral);color:#fff}.sb-pdp-qty-stepper span{font-family:var(--font-sans);font-size:14px;font-weight:800;color:#1e1612;min-width:22px;text-align:center}.sb-pdp-add-btn{flex:1;height:52px;display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;border:2px solid #3D2C23;border-radius:9999px;font-family:var(--font-sans);font-size:12.5px;font-weight:800;letter-spacing:.08em;color:#3d2c23;cursor:pointer;text-transform:uppercase;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 10px #3d2c230d}.sb-pdp-add-btn:hover:not(:disabled){background:#fff5f2;color:var(--sb-coral);border-color:var(--sb-coral);box-shadow:0 4px 16px #ff7c7c33}.sb-pdp-add-btn:disabled{border-color:#d4c4b5;color:#a09187;cursor:not-allowed;opacity:.5}.sb-pdp-buy-now-btn{width:100%;height:54px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--sb-coral) 0%,#FF6565 40%,#E65050 100%);border:none;border-radius:9999px;font-family:var(--font-sans);font-size:13.5px;font-weight:800;letter-spacing:.1em;color:#fff;cursor:pointer;box-shadow:0 8px 28px #ff7c7c61;transition:all .3s cubic-bezier(.16,1,.3,1);text-transform:uppercase;position:relative;overflow:hidden}.sb-pdp-buy-now-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);transition:left .5s ease}.sb-pdp-buy-now-btn:hover:not(:disabled):before{left:100%}.sb-pdp-buy-now-btn:hover:not(:disabled){box-shadow:0 12px 36px #ff7c7c80;transform:translateY(-2px) scale(1.01)}.sb-pdp-buy-now-btn:disabled{background:#b0a098;cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}.sb-pdp-trust-badges,.sb-pdp-trust-badges-row{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important;margin-top:14px!important;padding:6px 0 2px!important;background:transparent!important;border:none!important;width:100%!important}.sb-pdp-trust-badge-item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;gap:6px!important;cursor:default!important;padding:0!important}.sb-pdp-trust-badge-icon{width:66px!important;height:66px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.sb-pdp-trust-badge-icon img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}.sb-pdp-trust-badge-item span{font-family:var(--font-sans)!important;font-size:13px!important;font-weight:700!important;color:#2c201a!important;letter-spacing:-.01em!important;text-align:center!important;line-height:1.25!important;max-width:120px!important}@media(max-width:767px){.sb-pdp-trust-badges{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;margin-top:10px!important;padding:4px 0 2px!important}.sb-pdp-trust-badge-item{gap:4px!important;padding:0!important}.sb-pdp-trust-badge-icon{width:52px!important;height:52px!important}.sb-pdp-trust-badge-item span{font-size:11px!important;max-width:90px!important}.sb-pdp-size-btn{width:48px;height:46px;font-size:13px}}.sb-pdp-accordions-wrap{display:flex;flex-direction:column;border-top:2px solid #1E1612;margin-top:6px}.sb-pdp-accordion-item{border-bottom:1px solid #EFE6DC}.sb-pdp-accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;padding:12px 0;font-family:var(--font-sans);font-size:12px;font-weight:700;letter-spacing:.08em;color:#1e1612;cursor:pointer;text-align:left;outline:none!important;text-transform:uppercase;transition:color .2s ease}.sb-pdp-accordion-header:hover{color:var(--sb-coral)}.sb-pdp-accordion-chevron{color:#a09187;transition:transform .3s cubic-bezier(.16,1,.3,1),color .2s ease}.sb-pdp-accordion-item.is-open .sb-pdp-accordion-chevron{transform:rotate(180deg);color:var(--sb-coral)}.sb-pdp-accordion-body{padding:0 0 18px 16px;font-family:var(--font-sans);font-size:13px;line-height:1.65;color:#6e5d53;border-left:3px solid var(--sb-coral);margin-left:0}.sb-pdp-blob{position:absolute;border-radius:50%;filter:blur(54px);pointer-events:none;z-index:0;opacity:.55;animation:sb-pdp-blob-float 12s ease-in-out infinite alternate}@keyframes sb-pdp-blob-float{0%{transform:translate(0) scale(1)}50%{transform:translate(12px,-8px) scale(1.04)}to{transform:translate(-6px,10px) scale(.97)}}.sb-pdp-blob-top-left{width:380px;height:380px;top:-40px;left:-60px;background:radial-gradient(circle,#ffe2d8,#ffe2d800 70%)}.sb-pdp-blob-top-right{width:340px;height:340px;top:60px;right:-40px;background:radial-gradient(circle,#fde7dc,#fde7dc00 70%);animation-delay:-4s}.sb-pdp-blob-mid-left{width:300px;height:300px;top:55%;left:-80px;background:radial-gradient(circle,#ffd8ce,#ffd8ce00 70%);animation-delay:-7s}.sb-pdp-blob-bottom-right{width:360px;height:360px;bottom:200px;right:-50px;background:radial-gradient(circle,#fce4db,#fce4db00 70%);animation-delay:-2s}.sb-pdp-blob-reviews-left{width:320px;height:320px;top:-60px;left:-40px;background:radial-gradient(circle,#ffe8e0,#ffe8e000 70%);animation-delay:-5s}.sb-pdp-blob-reviews-right{width:280px;height:280px;bottom:-40px;right:-30px;background:radial-gradient(circle,#fff0ea,#fff0ea00 70%);animation-delay:-8s}.sb-pdp-blob-related-left{width:300px;height:300px;top:-50px;left:-50px;background:radial-gradient(circle,#ffe2d8,#ffe2d800 70%);animation-delay:-3s}.sb-pdp-blob-related-right{width:350px;height:350px;bottom:-30px;right:-40px;background:radial-gradient(circle,#fde7dc,#fde7dc00 70%);animation-delay:-9s}.sb-pdp-ribbon-bg{position:absolute;top:180px;left:0;width:100%;height:600px;z-index:0;pointer-events:none;opacity:.45}.sb-pdp-squiggle{position:absolute;z-index:3;pointer-events:none}.sb-pdp-squiggle-top{top:52px;right:30px;width:140px;height:40px;opacity:.75}@media(max-width:767px){.sb-pdp-squiggle-top{width:100px;top:40px;right:12px;opacity:.6}.sb-pdp-blob{filter:blur(36px);opacity:.4}.sb-pdp-blob-top-left{width:220px;height:220px}.sb-pdp-blob-top-right{width:200px;height:200px}.sb-pdp-blob-mid-left{width:180px;height:180px}.sb-pdp-blob-bottom-right{width:200px;height:200px}.sb-pdp-blob-reviews-left{width:160px;height:160px}.sb-pdp-blob-reviews-right{width:150px;height:150px}.sb-pdp-blob-related-left{width:160px;height:160px}.sb-pdp-blob-related-right{width:180px;height:180px}.sb-pdp-ribbon-bg{top:120px;height:400px;opacity:.3}}.sb-pdp-trust-section{position:relative;padding:40px 20px 24px;max-width:900px;margin:0 auto;text-align:center;overflow:visible}.sb-pdp-trust-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;z-index:2}.sb-pdp-trust-title{font-family:var(--font-sans);font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-.03em;color:#1e1612;margin:0;display:flex;flex-direction:column;align-items:center;gap:2px;line-height:1.15}.sb-pdp-trust-line2{display:inline-flex;align-items:center;justify-content:center;gap:10px}.sb-pdp-trust-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:40px!important;width:100%;max-width:750px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.sb-pdp-trust-card{background:transparent;border:none;box-shadow:none;padding:0;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start;gap:10px!important;text-align:center!important;cursor:default}.sb-pdp-trust-icon-wrap{width:80px;height:80px;min-width:80px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;box-shadow:none;margin-bottom:0;transition:transform .3s cubic-bezier(.16,1,.3,1)}.sb-pdp-trust-card:hover .sb-pdp-trust-icon-wrap{transform:translateY(-3px) scale(1.05)}.sb-pdp-trust-icon-img{width:100%;height:100%;object-fit:contain;display:block}.sb-pdp-trust-card span{font-family:var(--font-sans);font-size:14px;font-weight:700;color:#1e1612;letter-spacing:-.01em;text-align:center;line-height:1.25;max-width:130px}@media(max-width:767px){.sb-pdp-trust-section{padding:28px 16px 16px!important}.sb-pdp-trust-title{font-size:26px;line-height:1.15}.sb-pdp-trust-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start!important;justify-content:space-around!important;gap:12px!important;max-width:100%!important;width:100%!important}.sb-pdp-trust-icon-wrap{width:68px!important;height:68px!important;min-width:68px!important;margin-bottom:0!important}.sb-pdp-trust-icon-img{width:100%!important;height:100%!important;object-fit:contain!important}.sb-pdp-trust-card{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:8px!important;flex:1}.sb-pdp-trust-card span{font-size:12px!important;line-height:1.25!important;font-weight:700!important;max-width:96px!important;color:#1e1612!important;text-align:center!important}}.sb-pdp-story-enhanced .pdp-section-kicker{color:var(--sb-coral, #ff7c7c);font-weight:800}.sb-pdp-related-enhanced{position:relative;overflow:visible;background:var(--sb-cream, #FFF8F4)!important;border-top:none!important}.sb-pdp-related-ribbon{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.35}.sb-pdp-related-enhanced .pdp-related-header,.sb-pdp-related-enhanced .pdp-related-grid{position:relative;z-index:2}.sb-pdp-related-enhanced .pdp-section-kicker{color:var(--sb-coral, #ff7c7c);font-weight:800}.sb-pdp-related-enhanced h2{color:#1e1612}.sb-pdp-related-enhanced h2 em{font-family:var(--font-serif, Georgia, serif);font-style:italic;font-weight:500;color:var(--sb-coral, #ff7c7c)}.sb-pdp-related-enhanced h2 svg{display:inline;vertical-align:middle;color:var(--sb-coral, #ff7c7c);stroke-width:1.7}.sb-pdp-related-enhanced .pdp-related-card{transition:transform .25s ease,box-shadow .25s ease;border-radius:16px;overflow:hidden}.sb-pdp-related-enhanced .pdp-related-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #3d2c231a}.sb-pdp-related-enhanced .pdp-related-card-media{border-radius:16px;overflow:hidden}.sb-pdp-reviews-enhanced{position:relative;overflow:visible;background-color:var(--sb-cream, #FFF8F4)!important;border-top:none!important}.sb-pdp-reviews-enhanced .pdp-clean-reviews-wrapper{position:relative;z-index:2}.sb-pdp-mobile-sticky-bar{display:none!important}@media(max-width:991px){.sb-pdp-mobile-sticky-bar{position:fixed!important;bottom:calc(72px + env(safe-area-inset-bottom,0px))!important;left:10px!important;right:10px!important;z-index:850!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:8px 10px 8px 12px!important;background:#fffdf9fa!important;border:1.5px solid rgba(239,230,220,.95)!important;border-radius:9999px!important;box-shadow:0 10px 32px #3d2c232e!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;transform:translateY(160%)!important;opacity:0!important;pointer-events:none!important;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .3s ease!important}.sb-pdp-mobile-sticky-bar.is-visible{transform:translateY(0)!important;opacity:1!important;pointer-events:auto!important}.sb-pdp-mobile-sticky-left{display:flex;align-items:center;gap:8px;min-width:0}.sb-pdp-mobile-sticky-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.sb-pdp-mobile-sticky-size-blob{font-family:var(--font-sans);font-size:9.5px;font-weight:800;letter-spacing:.03em;color:#4b3598;background:#f3efff;border:1px solid #E2DAFF;padding:1px 7px;border-radius:9999px;width:fit-content;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:85px}.sb-pdp-mobile-sticky-price{font-family:var(--font-sans);font-size:15px;font-weight:800;color:#1e1612;letter-spacing:-.02em;line-height:1.1;white-space:nowrap}.sb-pdp-sticky-qty-stepper{display:inline-flex;align-items:center;background:#fff;border:1.5px solid #E5DAD0;border-radius:9999px;height:36px;padding:0 4px;gap:2px}.sb-pdp-sticky-qty-stepper button{background:none;border:none;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#5c4b42;cursor:pointer;padding:0}.sb-pdp-sticky-qty-stepper button:hover{background:var(--sb-coral);color:#fff}.sb-pdp-sticky-qty-stepper span{font-family:var(--font-sans);font-size:12px;font-weight:800;color:#1e1612;min-width:14px;text-align:center}.sb-pdp-mobile-sticky-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.sb-pdp-mobile-sticky-add-btn{width:38px;height:38px;padding:0;display:flex;align-items:center;justify-content:center;background:#fff;border:1.5px solid #3D2C23;border-radius:50%;color:#3d2c23;cursor:pointer;transition:all .2s ease}.sb-pdp-mobile-sticky-add-btn:hover{background:#fff5f2;border-color:var(--sb-coral);color:var(--sb-coral)}.sb-pdp-mobile-sticky-add-btn:disabled{opacity:.45;border-color:#d4c4b5;color:#a09187}.sb-pdp-mobile-sticky-buy-btn{height:38px;padding:0 14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--sb-coral) 0%,#FF6565 100%);border:none;border-radius:9999px;font-family:var(--font-sans);font-size:11.5px;font-weight:800;letter-spacing:.06em;color:#fff;cursor:pointer;box-shadow:0 4px 14px #ff7c7c59;transition:all .2s ease;white-space:nowrap}.sb-pdp-mobile-sticky-buy-btn:disabled{background:#b0a098;box-shadow:none;opacity:.5}}.sb-pdp-section-header{text-align:center;margin-bottom:24px;display:flex;flex-direction:column;align-items:center}.sb-pdp-section-heading{font-family:var(--font-sans);font-size:clamp(26px,3.6vw,38px);font-weight:800;color:#1e1612;letter-spacing:-.03em;margin:4px 0 8px;text-transform:lowercase;line-height:1.15;display:inline-flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.sb-pdp-section-heading em,.sb-pdp-title em,.sb-pdp-trust-title em,.sb-pdp-trust-line2 em,.pdp-clean-title em,.pdp-reviews-header h2 em,.pdp-related-header h2 em,.pdp-related h2 em{font-family:Playfair Display,Georgia,serif!important;font-style:italic!important;font-weight:600!important;color:#ff7c7c!important;margin:0 4px!important;letter-spacing:.01em!important}.sb-section-heart-icon{color:var(--sb-coral, #FF7C7C)!important;stroke:var(--sb-coral, #FF7C7C)!important;stroke-width:2!important;display:inline-block;vertical-align:middle;margin-left:2px}.sb-pdp-section-subtitle{font-family:var(--font-sans);font-size:14px;color:#6e5d53;max-width:480px;margin:0 auto;line-height:1.5}.sb-pdp-title{font-family:var(--font-sans);font-size:clamp(22px,2.6vw,30px);font-weight:800;line-height:1.2;color:#1e1612;margin:0;letter-spacing:-.02em}.sb-pdp-videos-section{position:relative;padding:24px 0 16px;background:transparent}.sb-pdp-videos-scroll-row{display:flex;gap:16px;overflow-x:auto;padding:10px 4px 24px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#E5DAD0 transparent}.sb-pdp-videos-scroll-row::-webkit-scrollbar{height:4px}.sb-pdp-video-card{flex:0 0 240px;aspect-ratio:9 / 16;border-radius:18px;overflow:hidden;position:relative;scroll-snap-align:start;box-shadow:0 10px 30px #3d2c231a;background:#1e1612;border:1px solid rgba(239,230,220,.85)}.sb-pdp-video-media-wrap{width:100%;height:100%;position:relative;background:#1e1612;border-radius:18px;overflow:hidden}.sb-pdp-video-player{width:100%;height:100%;object-fit:cover;cursor:pointer;display:block}@media(max-width:767px){.sb-pdp-video-card{flex:0 0 190px;border-radius:16px}}.sb-pdp-story-copy-side .sb-pdp-section-heading{justify-content:flex-start;margin:2px 0 16px}@media(max-width:768px){.sb-pdp-story-copy-side .sb-pdp-section-heading{justify-content:center}.sb-pdp-story-copy-side .sb-pdp-kicker{align-self:center}}.sb-pdp-section-head{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;margin:0 auto 36px!important;width:100%!important;max-width:720px!important}.sb-pdp-section-head .sb-pdp-kicker{display:inline-flex;align-items:center;justify-content:center;gap:5px;font-family:var(--font-sans);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--sb-coral, #FF7C7C);margin-bottom:8px}.sb-pdp-section-heading{font-family:var(--font-sans)!important;font-size:clamp(28px,3.2vw,40px)!important;font-weight:800!important;letter-spacing:-.025em!important;color:#3d2c23!important;margin:0 0 10px!important;line-height:1.15!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important}.sb-pdp-section-heading em{font-family:Playfair Display,Georgia,serif!important;font-style:italic!important;font-weight:600!important;color:#ff7c7c!important;letter-spacing:.01em!important;margin:0 4px!important}.sb-section-heart-icon{color:#ff7c7c!important;fill:#ffeae8!important;stroke:#ff7c7c!important;stroke-width:1.8!important;transform:rotate(-8deg)!important;width:20px!important;height:20px!important;vertical-align:middle!important;display:inline-block!important}.sb-pdp-section-subtitle{font-family:var(--font-sans)!important;font-size:15px!important;line-height:1.55!important;color:#6e5d53!important;max-width:580px!important;margin:0 auto!important}.sb-pdp-girls-voice-section{position:relative;padding:56px 0 40px;overflow:hidden}.sb-pdp-blob-girls-left{position:absolute;top:10%;left:-80px;width:260px;height:260px;background:radial-gradient(circle,#ffc7bc4d,#fff0eb00 70%);filter:blur(40px);pointer-events:none}.sb-pdp-blob-girls-right{position:absolute;bottom:10%;right:-80px;width:280px;height:280px;background:radial-gradient(circle,#ffe6d259,#fff8f000 70%);filter:blur(40px);pointer-events:none}.sb-pdp-girls-voice-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:28px 24px;max-width:1040px;margin:0 auto;padding:12px 6px}@keyframes sbGirlsFloat1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes sbGirlsFloat2{0%,to{transform:translateY(-5px)}50%{transform:translateY(5px)}}.sb-pdp-girls-blob-card{position:relative;min-height:250px;display:flex;flex-direction:column;background:transparent;border:none;box-shadow:none;transition:none;padding:8px 12px}.sb-pdp-girls-blob-card:nth-child(1){animation:sbGirlsFloat1 5.8s ease-in-out infinite}.sb-pdp-girls-blob-card:nth-child(2){animation:sbGirlsFloat2 6.4s ease-in-out infinite .7s}.sb-pdp-girls-blob-card:nth-child(3){animation:sbGirlsFloat1 6s ease-in-out infinite 1.4s}.sb-pdp-girls-blob-card:nth-child(4){animation:sbGirlsFloat2 6.6s ease-in-out infinite 2.1s}.sb-pdp-girls-blob-svg{position:absolute;top:-24px;right:-32px;bottom:-24px;left:-32px;width:calc(100% + 64px);height:calc(100% + 48px);pointer-events:none;z-index:0;filter:drop-shadow(0 6px 18px rgba(61,44,35,.05))}.sb-pdp-girls-blob-card.blob-lilac .sb-pdp-girls-blob-path{fill:#f6f1ff;stroke:#e2daff;stroke-width:2px;vector-effect:non-scaling-stroke}.sb-pdp-girls-blob-card.blob-peach .sb-pdp-girls-blob-path{fill:#fff4ed;stroke:#ffe0ce;stroke-width:2px;vector-effect:non-scaling-stroke}.sb-pdp-girls-blob-card.blob-coral .sb-pdp-girls-blob-path{fill:#fff0f0;stroke:#ffd4d4;stroke-width:2px;vector-effect:non-scaling-stroke}.sb-pdp-girls-blob-card.blob-sand .sb-pdp-girls-blob-path{fill:#f7f3ec;stroke:#e6dfd4;stroke-width:2px;vector-effect:non-scaling-stroke}.sb-pdp-girls-blob-content{position:relative;z-index:1;padding:38px 46px 34px;display:flex;flex-direction:column;justify-content:space-between;height:100%}.sb-pdp-girls-blob-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sb-pdp-girls-badge{display:inline-block;font-family:var(--font-sans);font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sb-coral, #E76A54);background:#e76a541f;padding:4px 10px;border-radius:9999px}.sb-pdp-girls-stars{display:flex;gap:3px;color:#f5a623}.sb-pdp-girls-quote{font-family:var(--font-serif, "Playfair Display", Georgia, serif);font-size:15px;line-height:1.6;color:#2d2420;margin:0 0 18px;font-style:italic}.sb-pdp-girls-author-row{display:flex;align-items:center;gap:10px;margin-top:auto}.sb-pdp-girls-avatar{width:34px;height:34px;border-radius:50%;background:#2d2420;color:#fff;font-family:var(--font-sans);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sb-pdp-girls-author-meta strong{display:block;font-family:var(--font-sans);font-size:13px;font-weight:700;color:#1e1612;margin-bottom:1px}.sb-pdp-girls-author-meta span{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-sans);font-size:11px;color:#7a6b63}.sb-verified-mini-icon{color:#10b981}.sb-pdp-title{font-family:var(--font-sans)!important;font-size:clamp(24px,3vw,34px)!important;font-weight:800!important;line-height:1.2!important;color:#1e1612!important;margin:0 0 10px!important;letter-spacing:-.02em!important;text-transform:none!important}.sb-pdp-desc-html{font-family:var(--font-sans);font-size:14px;line-height:1.6;color:#4a3b32}.sb-pdp-desc-html p{margin-bottom:8px}.sb-pdp-care-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.sb-pdp-care-bullets li{position:relative;padding-left:16px;font-family:var(--font-sans);font-size:13.5px;line-height:1.55;color:#4a3b32}.sb-pdp-care-bullets li:before{content:"•";position:absolute;left:0;color:var(--sb-coral, #FF7C7C);font-weight:700;font-size:16px;line-height:1}.sb-pdp-care-bullets li strong{color:#1e1612}@media(max-width:768px){.sb-pdp-girls-voice-grid{display:flex!important;flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;gap:16px!important;padding:14px 16px 28px!important;margin:0 -16px!important;scrollbar-width:none!important}.sb-pdp-girls-voice-grid::-webkit-scrollbar{display:none}.sb-pdp-girls-blob-card{flex:0 0 85%!important;min-width:270px!important;max-width:320px!important;min-height:230px!important;scroll-snap-align:center!important;padding:6px 8px!important}.sb-pdp-girls-blob-svg{top:-18px!important;right:-20px!important;bottom:-18px!important;left:-20px!important;width:calc(100% + 40px)!important;height:calc(100% + 36px)!important}.sb-pdp-girls-blob-content{padding:26px 22px 20px!important}.sb-pdp-girls-badge{font-size:9px!important;padding:3px 8px!important;letter-spacing:.05em!important}.sb-pdp-girls-stars svg{width:11px!important;height:11px!important}.sb-pdp-girls-quote{font-size:13px!important;line-height:1.5!important;margin-bottom:12px!important}.sb-pdp-girls-author-row{gap:8px!important}.sb-pdp-girls-avatar{width:28px!important;height:28px!important;font-size:11.5px!important}.sb-pdp-girls-author-meta strong{font-size:12px!important}.sb-pdp-girls-author-meta span{font-size:10px!important;gap:3px!important}.sb-verified-mini-icon{width:10px!important;height:10px!important}}.sb-pdp-faq-section{position:relative;padding:56px 0 40px}.sb-pdp-faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.sb-pdp-faq-item{background:#fff;border:1px solid rgba(239,230,220,.9);border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #3d2c2308;transition:border-color .2s ease,box-shadow .2s ease}.sb-pdp-faq-item.is-open{border-color:#e76a5466;box-shadow:0 8px 24px #e76a5414}.sb-pdp-faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:transparent;border:none;cursor:pointer;text-align:left}.sb-pdp-faq-question{font-family:var(--font-sans);font-size:15.5px;font-weight:700;color:#1e1612;line-height:1.4}.sb-pdp-faq-icon{color:var(--sb-coral, #E76A54);transition:transform .25s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.sb-pdp-faq-item.is-open .sb-pdp-faq-icon{transform:rotate(180deg)}.sb-pdp-faq-answer{padding:16px 24px 22px;border-top:1px solid rgba(239,230,220,.55);margin-top:2px}.sb-pdp-faq-answer p{font-family:var(--font-sans);font-size:14px;line-height:1.65;color:#5c4f47;margin:0}@media(max-width:768px){.sb-pdp-girls-voice-grid{grid-template-columns:1fr;gap:16px}.sb-pdp-girls-blob-card{padding:24px 20px;border-radius:24px}.sb-pdp-girls-quote{font-size:15px;margin-bottom:18px}.sb-pdp-faq-trigger{padding:16px 18px}.sb-pdp-faq-question{font-size:14.5px}.sb-pdp-faq-answer{padding:14px 18px 18px}}.sb-pdp-editorial-section{position:relative;padding:72px 0 64px;background:#faf7f2;overflow:hidden}.sb-pdp-editorial-squiggles-wrap{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:1}.sb-pdp-editorial-squiggle{position:absolute;pointer-events:none}.sb-pdp-squiggle-top-left{top:4%;left:-20px;width:280px;height:140px}.sb-pdp-squiggle-mid-right{top:40%;right:-30px;width:220px;height:220px}.sb-pdp-squiggle-bottom-left{bottom:6%;left:-30px;width:290px;height:150px}.sb-pdp-editorial-header{text-align:center;max-width:680px;margin:0 auto 48px;padding:0 20px;position:relative;z-index:2}.sb-why-zigzag-wrap{display:flex;justify-content:center;max-width:380px;margin:12px auto 0;overflow:hidden}.sb-why-zigzag-svg{width:100%;height:12px}.sb-pdp-editorial-blobs-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:36px;flex-wrap:nowrap;max-width:1200px;margin:0 auto;padding:10px 24px 28px;position:relative;z-index:2;overflow-x:auto;scrollbar-width:none}.sb-pdp-editorial-blobs-row::-webkit-scrollbar{display:none}.sb-pdp-editorial-blob-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;position:relative;scroll-snap-align:center}.sb-pdp-editorial-blob-media-wrap{position:relative;width:320px;height:330px;max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.16,1,.3,1)}.sb-pdp-editorial-blob-media-wrap:hover{transform:translateY(-4px) scale(1.02)}.sb-pdp-editorial-blob-frame{position:relative;width:100%;height:100%;overflow:hidden;box-shadow:0 16px 36px #1e161214;border:3px solid rgba(255,255,255,.95);transition:transform .35s ease,border-radius .35s ease}.sb-blob-shape-1{border-radius:56% 44% 48% 52%/52% 58% 42% 48%}.sb-blob-shape-2{border-radius:46% 54% 63% 37%/42% 48% 52% 58%}.sb-blob-shape-3{border-radius:52% 48% 43% 57%/57% 43%}.sb-pdp-editorial-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.sb-pdp-editorial-blob-media-wrap:hover .sb-pdp-editorial-img{transform:scale(1.04)}.sb-pdp-editorial-floating-sticker{position:absolute;bottom:16px;left:50%;transform:translate(-50%);background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1.5px solid rgba(239,230,220,.95);padding:7px 18px;border-radius:9999px;box-shadow:0 6px 20px #1e161217;max-width:88%;white-space:nowrap;text-align:center;box-sizing:border-box;z-index:5;pointer-events:none}.sb-pdp-editorial-floating-sticker .sb-sticker-text{font-family:var(--font-sans);font-weight:800;font-size:11px;letter-spacing:.06em;color:#1e1612;text-transform:uppercase;display:block}@media(max-width:900px){.sb-pdp-editorial-section{padding:44px 0 32px}.sb-pdp-editorial-header{margin-bottom:24px}.sb-pdp-editorial-blobs-row{justify-content:flex-start;gap:16px;padding:6px 20px 24px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.sb-pdp-editorial-blob-item{flex:0 0 78%;min-width:78%;scroll-snap-align:center}.sb-pdp-editorial-blob-media-wrap{width:270px;height:280px}.sb-pdp-editorial-floating-sticker{bottom:12px;padding:6px 14px}.sb-pdp-editorial-floating-sticker .sb-sticker-text{font-size:10.5px}}body.modal-open{overflow:hidden!important;touch-action:none!important}body.modal-open .rare-mobile-nav{z-index:10!important;pointer-events:none!important;opacity:.15!important}body.modal-open .sb-pdp-mobile-sticky-bar{opacity:0!important;pointer-events:none!important;transform:translateY(160%)!important}.pdp-review-modal-backdrop,.sb-size-guide-modal-overlay{z-index:9999999!important}.pdp-review-modal,.sb-size-guide-modal{z-index:99999999!important}.sb-pdp-before-after-section{position:relative;padding:42px 0 36px;background:#fffdf9;overflow:hidden}.sb-pdp-ba-header{text-align:center;max-width:680px;margin:0 auto 24px;padding:0 20px}.sb-pdp-ba-card-centered{display:flex;justify-content:center;align-items:center;background:linear-gradient(145deg,#fff,#fff8f2);border:1.5px solid #FFDEC9;border-radius:36px;padding:28px 32px;box-shadow:0 16px 40px #1e16120d;max-width:680px;margin:0 auto}.sb-pdp-ba-slider-container{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%}.sb-pdp-ba-slider-stage{position:relative;width:100%;max-width:480px;aspect-ratio:1 / 1;height:auto;border-radius:28px;overflow:hidden;box-shadow:0 16px 36px #1e16121f;-webkit-user-select:none;user-select:none;touch-action:pan-y;cursor:ew-resize;background:#f3ebe4}.sb-pdp-ba-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1;pointer-events:none}.sb-pdp-ba-clipped-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;border-right:none}.sb-pdp-ba-clipped-layer .sb-pdp-ba-img{width:100%;height:100%;max-width:none;object-fit:cover;aspect-ratio:1 / 1}.sb-pdp-ba-badge{position:absolute;top:16px;padding:6px 16px;border-radius:9999px;font-family:var(--font-sans);font-size:11px;font-weight:800;letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:4}.sb-pdp-ba-badge-after{right:16px;background:#e76a54eb;color:#fff;box-shadow:0 4px 12px #e76a544d}.sb-pdp-ba-badge-before{left:16px;background:#1e1612d9;color:#fff}.sb-pdp-ba-divider-handle{position:absolute;top:0;bottom:0;width:2px;background:#fff;transform:translate(-50%);z-index:5;pointer-events:none}.sb-pdp-ba-handle-knob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:4px;color:#1e1612;box-shadow:0 4px 16px #00000038}.sb-pdp-ba-slider-hint{font-family:var(--font-sans);font-size:12px;font-weight:600;color:#8c7b70;text-align:center}@media(max-width:900px){.sb-pdp-before-after-section{padding:44px 0 36px}.sb-pdp-ba-card-centered{padding:24px 16px;border-radius:26px;margin:0 16px}.sb-pdp-ba-slider-stage{height:380px;max-width:100%}.sb-pdp-ba-clipped-layer .sb-pdp-ba-img{width:calc(100vw - 64px)}}.sb-size-guide-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e1612a6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:99999999!important;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;animation:sbFadeIn .25s ease-out forwards}.sb-size-guide-modal-card{position:relative;background:#fffdf9;border:1.5px solid #FFDEC9;border-radius:28px;box-shadow:0 24px 60px #1e161233;width:100%;max-width:680px;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;z-index:100000000!important;animation:sbScaleUp .28s cubic-bezier(.16,1,.3,1) forwards}.sb-sg-modal-header{padding:24px 28px 16px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #F2E8DE;background:#fff9f3}.sb-sg-header-text{flex:1;padding-right:16px}.sb-sg-kicker{font-family:var(--font-sans);font-size:10.5px;font-weight:800;letter-spacing:.12em;color:#e76a54;text-transform:uppercase;display:block;margin-bottom:4px}.sb-sg-modal-title{font-family:var(--font-sans);font-size:clamp(24px,3.5vw,32px);font-weight:800;color:#1e1612;letter-spacing:-.03em;margin:0 0 6px;text-transform:lowercase;display:inline-flex;align-items:center;gap:6px}.sb-sg-modal-title em{font-family:Playfair Display,Georgia,serif!important;font-style:italic!important;font-weight:600!important;color:var(--sb-coral, #FF7C7C)!important;margin:0 4px!important}.sb-sg-modal-subtitle{font-family:var(--font-sans);font-size:12.5px;color:#7a695f;line-height:1.45;margin:0}.sb-sg-close-btn{background:#f4ece3;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#1e1612;cursor:pointer;transition:all .2s ease;flex-shrink:0}.sb-sg-close-btn:hover{background:#e8dcd0;transform:scale(1.05)}.sb-sg-nav-tabs{display:flex;background:#f7efe7;padding:4px;border-bottom:1px solid #ECDCCF}.sb-sg-tab-btn{flex:1;background:transparent;border:none;padding:10px 12px;border-radius:12px;font-family:var(--font-sans);font-size:11px;font-weight:800;letter-spacing:.06em;color:#7a695f;cursor:pointer;transition:all .2s ease;text-align:center}.sb-sg-tab-btn.is-active{background:#fff;color:#1e1612;box-shadow:0 2px 8px #1e161214}.sb-sg-modal-body{padding:24px 28px 28px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1}.sb-sg-unit-switcher{display:flex;align-items:center;justify-content:space-between;background:#fff4ec;border:1px solid #FFDEC9;border-radius:14px;padding:8px 14px;margin-bottom:20px}.sb-sg-unit-label{font-family:var(--font-sans);font-size:10.5px;font-weight:800;letter-spacing:.08em;color:#9c3a24}.sb-sg-unit-pill-group{display:flex;gap:4px;background:#f5e5d8;padding:3px;border-radius:10px}.sb-sg-unit-pill{background:transparent;border:none;border-radius:8px;padding:5px 12px;font-family:var(--font-sans);font-size:10px;font-weight:800;color:#7a695f;cursor:pointer;transition:all .15s ease}.sb-sg-unit-pill.is-active{background:#fff;color:#1e1612;box-shadow:0 2px 6px #1e16121a}.sb-sg-sliders-grid{display:grid;grid-template-columns:1fr;gap:14px}.sb-sg-slider-card{background:#faf6f1;border:1px solid #EFE4D8;border-radius:16px;padding:14px 18px}.sb-sg-slider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.sb-sg-slider-name{font-family:var(--font-sans);font-size:13px;font-weight:800;color:#1e1612}.sb-sg-slider-value{font-family:var(--font-sans);font-size:14px;font-weight:800;color:#e76a54;background:#ffefe8;padding:3px 10px;border-radius:8px}.sb-sg-range-input{width:100%;height:6px;background:#e8d9cb;border-radius:4px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;margin:8px 0}.sb-sg-range-input::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:#e76a54;border:2.5px solid #FFFFFF;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #e76a5466;transition:transform .1s ease}.sb-sg-range-input::-webkit-slider-thumb:hover{transform:scale(1.15)}.sb-sg-slider-hint{font-size:11px;color:#8c7c72;display:block}.sb-sg-result-card{background:linear-gradient(145deg,#fff,#fff8f2);border:1.5px solid #FFDEC9;border-radius:20px;padding:20px;margin-top:18px;box-shadow:0 8px 24px #e76a5414}.sb-sg-result-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sb-sg-result-badge{display:inline-flex;align-items:center;gap:5px;background:#d8f6e6;color:#0e7044;font-size:10.5px;font-weight:800;letter-spacing:.06em;padding:4px 10px;border-radius:9999px}.sb-sg-result-size-badge{display:flex;align-items:center;gap:6px}.sb-sg-result-size-badge span{font-size:11px;font-weight:700;color:#8c7c72}.sb-sg-result-size-badge strong{font-size:20px;font-weight:900;color:#e76a54;background:#ffe8db;padding:2px 10px;border-radius:8px}.sb-sg-result-heading{font-family:var(--font-sans);font-size:15px;font-weight:800;color:#1e1612;margin:0 0 4px}.sb-sg-result-p{font-size:12px;color:#6e5e54;line-height:1.45;margin:0 0 14px}.sb-sg-result-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;background:#faf3ec;padding:12px 14px;border-radius:12px;margin-bottom:16px}.sb-sg-spec-item{font-size:11.5px}.sb-sg-spec-label{color:#8c7c72;margin-right:4px}.sb-sg-spec-val{font-weight:700;color:#1e1612}.sb-sg-action-btn{width:100%;padding:14px!important;font-size:12.5px!important;border-radius:14px!important}.sb-sg-table-container{overflow-x:auto;border-radius:16px;border:1px solid #EFE4D8;background:#fff}.sb-sg-table{width:100%;border-collapse:collapse;text-align:left;font-family:var(--font-sans)}.sb-sg-table th{background:#faf6f1;padding:12px 14px;font-size:11px;font-weight:800;letter-spacing:.06em;color:#1e1612;border-bottom:1.5px solid #E8DCD0}.sb-sg-table td{padding:12px 14px;font-size:12px;color:#4a3e36;border-bottom:1px solid #F4EDE5}.sb-sg-table tr.is-highlighted-size{background:#fff4ec}.sb-sg-col-size strong{font-size:13px;color:#1e1612}.sb-sg-popular-badge{display:inline-block;background:#ffe8db;color:#e76a54;font-size:8.5px;font-weight:800;padding:2px 6px;border-radius:4px;margin-left:6px}.sb-sg-matched-badge{display:inline-block;background:#d8f6e6;color:#0e7044;font-size:8.5px;font-weight:800;padding:2px 6px;border-radius:4px;margin-left:6px}.sb-sg-pro-tip-banner{display:flex;gap:12px;align-items:flex-start;background:#fff9f3;border:1px dashed #FFDEC9;border-radius:14px;padding:14px 16px;margin-top:16px}.sb-sg-tip-icon{font-size:18px}.sb-sg-pro-tip-banner strong{display:block;font-size:12.5px;color:#1e1612;margin-bottom:2px}.sb-sg-pro-tip-banner p{font-size:11.5px;color:#6e5e54;margin:0;line-height:1.45}.sb-sg-howto-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.sb-sg-howto-card{background:#faf6f1;border:1px solid #EFE4D8;border-radius:16px;padding:18px}.sb-sg-howto-num{font-family:var(--font-sans);font-size:20px;font-weight:900;color:#e76a54;opacity:.8;margin-bottom:6px}.sb-sg-howto-title{font-family:var(--font-sans);font-size:13.5px;font-weight:800;color:#1e1612;margin:0 0 6px}.sb-sg-howto-text{font-size:11.5px;color:#6e5e54;line-height:1.5;margin:0}.sb-sg-fabric-info{background:#f6f1ec;border-radius:14px;padding:14px 18px;margin-top:16px}.sb-sg-fabric-info h4{font-size:12.5px;font-weight:800;color:#1e1612;margin:0 0 4px}.sb-sg-fabric-info p{font-size:11.5px;color:#6e5e54;line-height:1.5;margin:0}.sb-static-page{background:#fffdf9;min-height:80vh;padding-bottom:80px}.sb-static-hero{padding:56px 20px 32px;text-align:center;background:linear-gradient(180deg,#fff9f3,#fffdf9);border-bottom:1px solid #F4EFEA;display:flex;flex-direction:column;align-items:center;justify-content:center}.sb-static-hero .sb-coll-container{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important}.sb-static-hero .sb-pdp-kicker{display:block!important;margin:0 auto 12px!important;text-align:center!important}.sb-static-hero .sb-pdp-kicker:after{left:50%!important;transform:translate(-50%)!important}.sb-static-heading{font-family:var(--font-sans);font-size:clamp(28px,4.5vw,44px);font-weight:800;color:#1e1612;letter-spacing:-.03em;margin:6px auto 10px!important;text-transform:lowercase;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px;flex-wrap:wrap;width:100%!important;text-align:center!important}.sb-static-heading em{font-family:Playfair Display,Georgia,serif!important;font-style:italic!important;font-weight:600!important;color:var(--sb-coral, #FF7C7C)!important;margin:0 4px!important}.sb-static-subtitle{font-family:var(--font-sans);font-size:clamp(13px,1.6vw,15px);color:#6e5d53;max-width:580px;margin:0 auto;line-height:1.55;text-align:center}.sb-static-content-section{padding:36px 20px 0}.sb-static-card{background:#fff;border:1.5px solid #F0E8DF;border-radius:24px;padding:32px 36px;box-shadow:0 4px 16px #1e161205}.sb-static-card-header{margin-bottom:20px}.sb-static-badge{display:inline-block;background:#fff0e6;color:#d95338;font-size:10px;font-weight:800;letter-spacing:.1em;padding:3px 10px;border-radius:9999px;margin-bottom:6px}.sb-static-section-title{font-family:var(--font-sans);font-size:clamp(20px,2.5vw,26px);font-weight:800;color:#1e1612;letter-spacing:-.02em;margin:0}.sb-static-section-title em{font-family:Playfair Display,Georgia,serif!important;font-style:italic!important;font-weight:600!important;color:var(--sb-coral, #FF7C7C)!important;margin:0 3px!important}.sb-card-intro-p{font-size:13.5px;color:#6e5d53;line-height:1.6;margin:0 0 20px}.sb-static-prose .sb-prose-block{margin-bottom:22px}.sb-static-prose .sb-prose-block:last-child{margin-bottom:0}.sb-static-prose h3{font-family:var(--font-sans);font-size:14.5px;font-weight:800;color:#1e1612;margin:0 0 6px}.sb-static-prose p{font-size:13px;color:#5a4e45;line-height:1.65;margin:0}.sb-shipping-tier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.sb-shipping-tier-card{background:#faf6f1;border:1.5px solid #EFE5DB;border-radius:20px;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.sb-shipping-tier-kicker{font-size:10px;font-weight:800;letter-spacing:.1em;color:#8c7c72;text-transform:uppercase;margin-bottom:6px}.sb-shipping-tier-price{font-family:var(--font-sans);font-size:26px;font-weight:900;color:#1e1612;margin:0 0 8px}.sb-shipping-tier-desc{font-size:12.5px;color:#6e5d53;line-height:1.5;margin:0 0 16px}.sb-shipping-tier-tag{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:#0e7044;background:#d8f6e6;padding:4px 10px;border-radius:9999px;width:fit-content}.sb-shipping-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.sb-static-card-icon-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.sb-coral-icon{color:#e76a54}.sb-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;font-size:13px;color:#5a4e45}.sb-feature-p{font-size:13px;color:#5a4e45;line-height:1.6;margin:0}.sb-returns-checklist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.sb-checklist-box{border-radius:18px;padding:20px}.sb-checklist-box.is-accepted{background:#f2faf5;border:1.5px solid #C4EDD4}.sb-checklist-box.is-rejected{background:#fdf4f4;border:1.5px solid #FCD4D4}.sb-checklist-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.sb-checklist-box.is-accepted .sb-checklist-header{color:#0e7044}.sb-checklist-box.is-rejected .sb-checklist-header{color:#c5221f}.sb-checklist-header h4{font-family:var(--font-sans);font-size:13px;font-weight:800;margin:0}.sb-checklist-items{list-style:disc;padding-left:18px;margin:0;font-size:12px;color:#4a3e36;line-height:1.6}.sb-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.sb-step-card{background:#faf6f1;border:1px solid #EFE4D8;border-radius:18px;padding:20px}.sb-step-num{font-family:var(--font-sans);font-size:22px;font-weight:900;color:#e76a54;display:block;margin-bottom:6px}.sb-step-card h4{font-family:var(--font-sans);font-size:14px;font-weight:800;color:#1e1612;margin:0 0 6px}.sb-step-card p{font-size:12px;color:#6e5d53;line-height:1.5;margin:0}.sb-contact-split-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:28px}.sb-contact-channels{display:flex;flex-direction:column;gap:18px}.sb-contact-channel-card{padding:24px 26px}.sb-channel-tag{font-size:9.5px;font-weight:800;letter-spacing:.08em;color:#e76a54;background:#ffefe8;padding:2px 8px;border-radius:6px;display:inline-block;margin-top:2px}.sb-contact-link-btn{display:inline-block;font-size:12px;font-weight:800;color:#e76a54;text-decoration:none;margin-top:12px;letter-spacing:.04em}.sb-contact-link-btn:hover{text-decoration:underline}.sb-email-directory{display:flex;flex-direction:column;gap:8px}.sb-email-row{font-size:12.5px;display:flex;flex-direction:column}.sb-email-row span{color:#8c7c72;font-size:11px}.sb-email-row strong{color:#1e1612}.sb-hours-card{padding:20px 24px;background:#faf6f1}.sb-contact-form-card{padding:32px 36px}.sb-form-group{margin-bottom:16px}.sb-form-group label{display:block;font-family:var(--font-sans);font-size:10.5px;font-weight:800;letter-spacing:.08em;color:#1e1612;margin-bottom:6px}.sb-form-input,.sb-form-select,.sb-form-textarea{width:100%;padding:12px 16px;background:#faf7f2;border:1.5px solid #EBE1D6;border-radius:12px;font-family:var(--font-sans);font-size:13px;color:#1e1612;box-sizing:border-box;outline:none;transition:border-color .2s ease}.sb-form-input:focus,.sb-form-select:focus,.sb-form-textarea:focus{border-color:#e76a54;background:#fff}.sb-form-submit-btn{width:100%;padding:14px!important;font-size:12.5px!important;border-radius:14px!important;margin-top:8px}.sb-contact-success-state{text-align:center;padding:40px 20px}.sb-contact-success-state h3{font-family:var(--font-sans);font-size:20px;font-weight:800;color:#1e1612;margin:12px 0 6px}.sb-contact-success-state p{font-size:13px;color:#6e5d53;max-width:380px;margin:0 auto;line-height:1.55}.sb-about-origin-card{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;background:#fff;border:1.5px solid #F0E8DF;border-radius:24px;padding:36px 40px;align-items:center}.sb-about-origin-copy p{font-size:13.5px;color:#5a4e45;line-height:1.65;margin:10px 0 0}.sb-about-origin-media{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:20px;overflow:hidden;background:#faf6f1}.sb-about-img{width:100%;height:100%;object-fit:cover}.sb-about-img-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-size:18px;font-weight:800;color:#bba99c}.sb-pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}.sb-pillar-card{background:#faf6f1;border:1px solid #EFE4D8;border-radius:18px;padding:22px}.sb-pillar-icon-wrap{width:40px;height:40px;background:#fff0e6;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.sb-pillar-card h4{font-family:var(--font-sans);font-size:14px;font-weight:800;color:#1e1612;margin:0 0 6px}.sb-pillar-card p{font-size:12px;color:#6e5d53;line-height:1.55;margin:0}.sb-static-footer-box{background:linear-gradient(145deg,#fff9f3,#fff3eb);border:1.5px solid #FFDEC9;border-radius:22px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.sb-static-footer-box h4{font-family:var(--font-sans);font-size:16px;font-weight:800;color:#1e1612;margin:0 0 4px}.sb-static-footer-box p{font-size:12.5px;color:#7a695f;margin:0}.sb-journal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:28px}.sb-journal-card{background:#fff;border:1.5px solid #F0E8DF;border-radius:24px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 16px #1e161205;transition:transform .2s ease,border-color .2s ease}.sb-journal-card:hover{border-color:#ffdec9}.sb-journal-card-media{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#faf6f1}.sb-journal-thumb-img{width:100%;height:100%;object-fit:cover}.sb-journal-cat-pill{position:absolute;top:14px;left:14px;background:#fffffff0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#d95338;font-size:9.5px;font-weight:800;letter-spacing:.1em;padding:4px 10px;border-radius:9999px;border:1px solid rgba(255,222,201,.8)}.sb-journal-card-content{padding:22px 24px 18px;flex:1}.sb-journal-card-title{font-family:var(--font-sans);font-size:18px;font-weight:800;color:#1e1612;line-height:1.35;margin:0 0 8px}.sb-journal-card-excerpt{font-size:13px;color:#6e5d53;line-height:1.55;margin:0}.sb-journal-card-footer{padding:14px 24px;border-top:1px solid #F4EDE5;background:#fffdf9;display:flex;align-items:center;justify-content:space-between;font-size:11.5px}.sb-journal-read-time{display:flex;align-items:center;gap:5px;color:#8c7c72}.sb-journal-read-link{font-weight:800;color:#e76a54;display:inline-flex;align-items:center;gap:4px}.sb-journal-article-view{max-width:820px;margin:0 auto}.sb-journal-back-btn{background:transparent;border:none;font-family:var(--font-sans);font-size:12px;font-weight:800;letter-spacing:.08em;color:#e76a54;cursor:pointer;display:inline-flex;align-items:center;gap:6px;margin-bottom:24px;padding:6px 0}.sb-journal-article-hero-media{width:100%;aspect-ratio:16 / 9;border-radius:24px;overflow:hidden;background:#faf6f1;margin-bottom:28px}.sb-journal-cover-img{width:100%;height:100%;object-fit:cover}.sb-journal-article-header{margin-bottom:24px}.sb-journal-article-title{font-family:var(--font-sans);font-size:clamp(24px,4vw,36px);font-weight:800;color:#1e1612;line-height:1.25;margin:8px 0 12px}.sb-journal-meta-row{display:flex;gap:12px;align-items:center;font-size:12.5px;color:#8c7c72}.sb-journal-article-body{display:flex;flex-direction:column;gap:18px}.sb-journal-p{font-size:15px;line-height:1.8;color:#3d322b;margin:0}@media(max-width:767px){.sb-static-hero{padding:40px 16px 24px}.sb-static-content-section{padding:20px 14px 0}.sb-static-card{padding:24px 20px;border-radius:20px}.sb-contact-split-grid{grid-template-columns:1fr}.sb-about-origin-card{grid-template-columns:1fr;padding:24px 20px}.sb-static-footer-box{flex-direction:column;align-items:flex-start;padding:22px 20px}.sb-static-footer-box button{width:100%}.sb-journal-grid{grid-template-columns:1fr}}.sb-page-loading-spinner{width:32px;height:32px;border:2.5px solid #EFE6DC;border-top-color:#e76a54;border-radius:50%;animation:sbSpin .65s linear infinite}@keyframes sbSpin{to{transform:rotate(360deg)}}html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}img{content-visibility:auto}
