@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700;9..144,800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--color-yellow:#fce844;--color-cyan:#4dcdde;--color-orange:#f8913b;--color-purple:#693386;--color-pink:#fa61b1;--color-dark:#111;--color-light:#f9fafb;--color-white:#fff;--font-sans:"Plus Jakarta Sans", "Avenir Next", "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-serif:"Fraunces", "Iowan Old Style", "Baskerville", "Times New Roman", serif;--header-height:164px;--max-width:1400px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:auto;min-height:100%}body{font-family:var(--font-sans);color:var(--color-dark);background-color:var(--color-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;line-height:1.5;overflow:hidden auto}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:90;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);will-change:transform;background:#fffffff5;border-bottom:1px solid #1111110f;border-radius:16px;transition:transform .26s,box-shadow .22s;position:fixed;top:10px;left:12px;right:12px}.site-header.is-scrolled{box-shadow:0 8px 22px #1111111a}.site-header.is-hidden{transform:translateY(calc(-1 * var(--header-height) - 28px))}.header-main{justify-content:space-between;align-items:center;padding:16px 24px;transition:padding .22s;display:flex}.site-header.is-scrolled .header-main{padding:10px 24px}.header-left,.header-right{flex:1;align-items:center;display:flex}.header-center{flex:1;justify-content:center;display:flex}.brand-logo{transition:transform .2s;display:block}.brand-logo:hover{transform:scale(1.05)}.search-container{background-color:var(--color-white);width:100%;max-width:460px;box-shadow:none;transition:var(--transition-smooth);border:2px solid #111;border-radius:8px;align-items:center;padding:8px 16px;display:flex;position:relative}.search-container:focus-within{background-color:var(--color-white);border-color:#111;box-shadow:0 0 0 2px #11111138}.search-icon{color:#111}.search-input{background:0 0;border:none;outline:none;width:100%;padding-left:8px;padding-right:28px;font-size:.9rem}.search-clear-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.mobile-search-toggle,.mobile-search-row,.mobile-menu-btn{display:none}.header-right{justify-content:flex-end}.utility-nav{align-items:center;gap:20px;display:flex}.utility-btn{color:var(--color-dark);transition:color .2s;position:relative}.account-trigger.is-active{color:#1f7fd1}.install-app-btn{color:#1b2f4f;background:#fff;border:1px solid #cfd6e2;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:.82rem;font-weight:700;display:inline-flex}.install-app-btn:hover{color:#124472;border-color:#4dcdde}.utility-btn:hover{color:var(--color-pink)}.cart-btn{align-items:center;gap:8px;display:flex}.cart-badge{background-color:var(--color-cyan);color:var(--color-dark);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.cart-count-mobile{display:none}.category-nav{background:var(--color-white);border-top:1px solid #f0f0f0;border-radius:0 0 16px 16px;position:relative}.category-list{max-width:var(--max-width);scrollbar-width:none;justify-content:center;margin:0 auto;list-style:none;display:flex;overflow-x:auto}.category-list::-webkit-scrollbar{display:none}.nav-item{padding:0}.nav-item a,.nav-trigger{letter-spacing:.5px;white-space:nowrap;flex-direction:column;align-items:center;padding:12px 20px;font-size:.9rem;font-weight:700;transition:color .2s;display:flex;position:relative}.nav-trigger{background:0 0;border:0}.nav-item a:after,.nav-trigger:after{content:"";background:var(--color-cyan);height:3px;transition:transform .3s;position:absolute;bottom:0;left:20px;right:20px;transform:scaleX(0)}.nav-item a:hover,.nav-trigger:hover,.nav-trigger.active{color:var(--color-cyan)}.nav-item a:hover:after,.nav-trigger:hover:after,.nav-trigger.active:after{transform:scaleX(1)}.size-hint{color:#666;text-transform:uppercase;margin-top:2px;font-size:.65rem;font-weight:500}.emphasize-trending a:hover:after{background:var(--color-purple)}.emphasize-trending a:hover{color:var(--color-purple)}.emphasize-clearance a{color:#d32f2f}.emphasize-clearance a:hover:after{background:#d32f2f}.account-panel-backdrop{z-index:120;background:#1114197a;position:fixed;inset:0}.account-side-panel{z-index:130;background:#fff;border-left:1px solid #dbe3ef;grid-template-rows:auto 1fr;width:min(360px,92vw);height:100dvh;transition:transform .26s;display:grid;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-16px 0 30px #1111112e}.account-side-panel.open{transform:translate(0)}.account-panel-head{border-bottom:1px solid #e3e8f1;justify-content:space-between;align-items:center;height:58px;padding:0 14px;display:flex}.account-panel-head h3{font-family:var(--font-sans);font-size:1.8rem;font-weight:800}.account-close-btn{color:#2f3c52}.account-panel-body{gap:12px;padding:14px;display:grid;overflow-y:auto}.account-rewards-card{background:#f8fafc;border:1px solid #e0e6f0;border-radius:12px;padding:12px}.account-rewards-title{color:#1e2f4a;font-size:1.1rem;font-weight:800}.account-auth-row{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.account-action-btn{color:#20324d;background:#fff;border:1px solid #c8d2e1;border-radius:8px;justify-content:center;align-items:center;height:36px;font-size:.85rem;font-weight:700;display:inline-flex}.account-action-btn.primary{color:#fff;background:#0f2038;border-color:#0f2038}.account-benefits{gap:8px;margin-top:10px;list-style:none;display:grid}.account-benefits li{color:#445267;grid-template-columns:18px 1fr;gap:8px;font-size:.87rem;display:grid}.account-quick-links{border:1px solid #e0e6f0;border-radius:12px;list-style:none;overflow:hidden}.account-quick-links li+li{border-top:1px solid #ebeff6}.account-quick-links a{color:#2c3e59;grid-template-columns:18px 1fr;align-items:center;gap:10px;padding:12px;font-weight:600;display:grid}.account-quick-links a:hover{color:#1e6eb8;background:#f5f9ff}.mega-menu-panel{z-index:14;background:#fff;border-top:1px solid #d7dfeb;border-radius:0 0 16px 16px;position:absolute;top:100%;left:0;right:0;box-shadow:0 18px 30px #11111129}.mega-menu-grid{max-width:var(--max-width);grid-template-columns:repeat(3,minmax(0,1fr)) minmax(260px,420px);gap:0;margin:0 auto;display:grid}.mega-menu-section{border-right:1px solid #e4e8f0;padding:24px 24px 28px}.mega-menu-section h3{font-family:var(--font-sans);color:#1d2b42;margin:0 0 10px;font-size:1rem}.mega-menu-section ul{gap:10px;list-style:none;display:grid}.mega-menu-section a{color:#2a364a;font-size:.95rem;font-weight:600}.mega-menu-section a:hover{color:#1f7fd1}.mega-menu-promos{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px 18px 20px;display:grid}.mega-promo-card{flex-direction:column;gap:8px;display:flex}.mega-promo-image{background-repeat:no-repeat;background-size:cover;border-radius:8px;height:210px}.mega-promo-card span{letter-spacing:.3px;text-transform:uppercase;color:#16243b;font-size:.95rem;font-weight:800}.home-page{padding-bottom:80px}.main-content{padding-top:calc(var(--header-height) + 20px)}.reveal-on-scroll{opacity:0;transition:opacity .52s,transform .52s;transform:translateY(18px)}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}.utility-shell{max-width:var(--max-width);margin:18px auto 0;padding:0 5%}.breadcrumbs-row{color:#5f6572;gap:8px;font-size:.92rem;display:flex}.breadcrumbs-row .active{color:#203f6f;font-weight:700}.filter-row{justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.filter-chips{flex-wrap:wrap;gap:8px;display:flex}.filter-chips button{color:#2d3748;background:#fff;border:1px solid #ccd4e2;border-radius:999px;padding:8px 12px;font-size:.85rem;font-weight:700}.filter-chips button:hover{color:#1b598f;border-color:#4dcdde}.sort-select{background:#fff;border:1px solid #cfd6e2;border-radius:8px;padding:9px 10px;font-size:.9rem}.promo-strip{color:#fff;background:#ef1e1e;padding:14px 0;overflow:hidden}.promo-strip-track{text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;justify-content:center;gap:48px;font-weight:800;display:flex}.quick-categories-section{max-width:var(--max-width);margin:14px auto 0;padding:0 5%}.quick-categories-row{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.quick-category-link{color:#232b37;justify-items:center;gap:8px;min-width:86px;display:grid}.quick-category-thumb{background-color:#e9edf2;background-repeat:no-repeat;background-size:cover;border:1px solid #dde3ee;border-radius:50%;width:92px;height:92px;display:block}.quick-category-label{text-align:center;font-size:1.02rem;font-weight:600}.home-style-showcase,.multipack-section{max-width:var(--max-width);margin:20px auto 0;padding:0 5%}.style-showcase-shell,.multipack-shell{background:#f2f2f2;border:1px solid #e0e3e8;border-radius:8px;padding:18px}.style-showcase-header,.multipack-header{text-align:center}.style-showcase-header h2,.multipack-header h2{font-family:var(--font-sans);letter-spacing:.02em;font-size:clamp(1.55rem,2.2vw,2.2rem)}.style-showcase-header p{color:#3f4654;margin-top:2px}.style-showcase-header span{color:#d93b7b;margin-top:5px;font-size:1.8rem;font-weight:800;display:inline-block}.style-showcase-primary-layout{grid-template-columns:1.2fr 1fr;gap:14px;margin-top:18px;display:grid}.style-showcase-hero-image{border-radius:4px;min-height:310px;display:block;overflow:hidden}.style-showcase-hero-bg{background-color:#e8ebf0;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;display:block}.style-showcase-primary-list{gap:10px;display:grid}.style-showcase-list-item{color:#222936;grid-template-columns:90px 1fr;align-items:center;gap:10px;font-size:1.02rem;font-weight:600;display:grid}.style-showcase-list-thumb{background-color:#e9edf2;background-repeat:no-repeat;background-size:cover;border-radius:4px;width:90px;height:78px}.style-showcase-secondary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.style-showcase-circle-card{text-align:center;color:#252d3b;font-weight:600}.style-showcase-circle-thumb{aspect-ratio:1;background-color:#edf1f6;background-repeat:no-repeat;background-size:cover;border-radius:50%;width:min(170px,100%);margin:0 auto 8px;display:block}.multipack-pack-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.multipack-pack-btn{cursor:pointer;background:#fff;border:5px solid #e3d266;border-left:0;border-right:0;justify-items:center;gap:2px;padding:12px 8px 10px;display:grid}.multipack-pack-btn span{letter-spacing:.02em;color:#252b35;font-weight:800}.multipack-pack-btn strong{color:#de2f83;font-size:2rem;line-height:1}.multipack-pack-btn em{color:#252b35;font-style:normal;font-weight:800}.multipack-pack-btn.active{box-shadow:inset 0 0 0 2px #252b35}.multipack-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.multipack-card{color:#202732;text-align:center}.multipack-card-image{aspect-ratio:1;background-color:#eceff4;background-repeat:no-repeat;background-size:cover;border-radius:4px;width:100%;display:block}.multipack-card-label{color:#fff;background:#e43e8b;margin-top:8px;padding:1px 8px;font-size:1.25rem;font-weight:700;line-height:1.15;display:inline-block}.multipack-card-price{color:#171d27;margin-top:5px;font-size:2.15rem;font-weight:500;display:block}.editorial-section{max-width:var(--max-width);margin:34px auto 0;padding:0 5%}.editorial-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.editorial-card{background:#fff;border:1px solid #e1e5ef}.editorial-card-image{background-size:cover;height:290px}.editorial-card-body{flex-direction:column;gap:10px;padding:14px;display:flex}.editorial-card-body h3{font-family:var(--font-sans);font-size:1.06rem}.editorial-btn{color:#203f6f;letter-spacing:.5px;text-transform:uppercase;text-align:center;border:1px solid #48638d;border-radius:8px;padding:11px 14px;font-size:.84rem;font-weight:700}.hero-section{min-height:620px;color:var(--color-white);align-items:center;padding:40px 5%;display:flex;position:relative;overflow:hidden}.hero-media{z-index:0;position:absolute;inset:0}.hero-picture,.hero-image{width:100%;height:100%;display:block}.hero-picture{opacity:0;transition:opacity .48s;position:absolute;inset:0}.hero-picture.is-active{opacity:1}.hero-image{object-fit:cover;object-position:var(--hero-object-position,center center)}.hero-overlay{background:linear-gradient(90deg,#0c1020b8 0%,#0c102080 40%,#0c10203d 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:700px;animation:.8s ease-out slideUp;position:relative}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-family:var(--font-sans);text-shadow:0 6px 14px #00000059;margin-bottom:8px;font-weight:800;line-height:1.1}.hero-subtitle{font-family:var(--font-serif);margin-bottom:8px;font-size:clamp(1.25rem,3vw,2rem);font-style:italic}.hero-copy{text-shadow:0 3px 8px #0000004d;margin-bottom:32px;font-size:clamp(1rem,2vw,1.25rem);font-weight:600}.hero-controls{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff24;border-radius:999px;align-items:center;gap:12px;margin-top:18px;padding:8px 12px;display:inline-flex}.hero-control-btn{color:#fff;border:1px solid #ffffff8c;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.hero-control-btn:hover{background:#ffffff2e}.hero-dots{gap:8px;display:inline-flex}.hero-dot{background:#ffffff73;border-radius:50%;width:9px;height:9px}.hero-dot.is-active{background:#fff}.cta-button{text-transform:uppercase;letter-spacing:1px;border-radius:99px;padding:16px 32px;font-weight:700;transition:all .3s;display:inline-block}.cta-button.primary{background-color:var(--color-white);color:var(--color-dark)}.cta-button.primary:hover{box-shadow:var(--shadow-lg);background-color:var(--color-yellow);transform:translateY(-2px)}@media (width<=768px){:root{--header-height:150px}.site-header{border-radius:12px;top:8px;left:8px;right:8px}.header-main{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;padding:10px 12px;display:grid}.header-left,.header-right,.header-center{min-width:0}.header-left{justify-content:flex-start}.header-right{justify-content:flex-end}.header-center{justify-content:center}.brand-logo{width:132px;height:auto}.desktop-search-container{display:none}.mobile-search-toggle{color:#111;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.utility-nav{gap:6px;padding-right:2px}.install-app-btn{display:none}.utility-btn{justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.utility-btn svg{width:20px;height:20px}.wishlist-trigger{display:none}.mobile-search-row{padding:0 12px 10px;display:none}.mobile-search-row.open{display:block}.mobile-search-container{width:100%;max-width:none;height:42px;padding:0 12px}.mega-menu-panel{display:none}.account-side-panel{width:100%}.hero-section{min-height:520px;padding:28px 5%}.hero-overlay{background:linear-gradient(#0c1020ad 0%,#0c102070 45%,#0c102047 100%)}.hero-controls{margin-top:14px}.category-nav-scroll-indicator,.category-nav-scroll-container:before,.category-nav-scroll-container:after,.category-nav-scroll-container[data-can-scroll-left]:before,.category-nav-scroll-container[data-can-scroll-right]:after{display:none!important}.category-list{justify-content:flex-start;padding:0 8px;scroll-padding-inline:12px}.category-nav{border-top:1px solid #edf1f5;border-radius:0 0 12px 12px}.nav-item a,.nav-trigger{letter-spacing:0;padding:10px 14px 8px;font-size:1.02rem;font-weight:800}.size-hint{color:#5e6878;margin-top:1px;font-size:.78rem;font-weight:600}.nav-item:first-child .nav-trigger,.nav-item:first-child a{padding-left:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.categories-section{max-width:var(--max-width);margin:0 auto;padding:60px 5%}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:32px;display:flex}.section-title{font-size:2.25rem}.section-title.centered{text-align:center;margin-bottom:48px}.scroll-hint{color:#666;text-transform:uppercase;align-items:center;gap:8px;font-size:.875rem;font-weight:600;animation:2s infinite pulseX;display:flex}@keyframes pulseX{0%{transform:translate(0)}50%{transform:translate(5px)}to{transform:translate(0)}}.horizontal-scroller{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--color-cyan) #f0f0f0;gap:24px;padding:10px 0 30px;display:flex;overflow-x:auto}.horizontal-scroller::-webkit-scrollbar{height:8px}.horizontal-scroller::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.horizontal-scroller::-webkit-scrollbar-thumb{background:var(--color-cyan);border-radius:10px}.category-card{scroll-snap-align:start;background:var(--color-white);text-align:center;box-shadow:var(--shadow-md);border:2px solid #0000;border-radius:24px;flex:0 0 300px;padding:24px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.category-card:hover{box-shadow:var(--shadow-lg);border-color:var(--card-accent);transform:translateY(-10px)}.card-visual{background-color:var(--color-light);border-radius:16px;justify-content:center;align-items:center;height:200px;margin-bottom:24px;display:flex;position:relative}.card-visual-image{opacity:.98;z-index:1;background-color:#eef2f7;background-repeat:no-repeat;background-size:cover;border-radius:12px;position:absolute;inset:14px}.clay-blob{z-index:0;background:var(--card-accent);opacity:.28;border-radius:40% 60% 70% 30%/40% 50% 60%;width:120px;height:120px;animation:8s ease-in-out infinite alternate both morphBlob;position:relative;box-shadow:inset -10px -10px 20px #0000001a,inset 10px 10px 20px #fff6}@keyframes morphBlob{0%{border-radius:40% 60% 70% 30%/40% 50% 60%}to{border-radius:0% 40%}}.card-title{font-family:var(--font-sans);color:var(--color-dark);font-size:1.25rem;font-weight:700}.social-proof-section{background-color:var(--color-white);padding:80px 5%}.proof-grid{max-width:var(--max-width);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin:0 auto;display:grid}.proof-card{text-align:center;background:var(--color-light);border-radius:24px;padding:40px;transition:background-color .3s}.proof-card:hover{background:#e8fafc}.proof-card h3{margin-bottom:16px;font-size:1.5rem}.proof-card p{color:#555;font-size:1rem}.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:32px;display:grid}.testimonial-card{background:#f7fbff;border:1px solid #dfe8f2;border-radius:14px;padding:20px}.testimonial-quote{color:#223045;font-size:1rem;line-height:1.45}.testimonial-name{color:#3b4b63;margin-top:10px;font-size:.9rem;font-weight:700}.mix-match-section{max-width:var(--max-width);text-align:center;margin:0 auto;padding:34px 5% 10px}.mix-match-title{font-family:var(--font-sans);color:#1fa5de;font-size:clamp(1.5rem,3.2vw,2.7rem);line-height:1.15}.mix-match-subtitle{color:#244ad5;margin:8px 0 24px;font-size:clamp(1.6rem,3.6vw,3rem);font-weight:800}.mix-tabs{background:#fff;border:1px solid #cfd5e2;border-radius:999px;display:inline-flex;overflow:hidden}.mix-tab{color:#1f2d43;cursor:pointer;background:0 0;border:0;min-width:108px;padding:10px 22px;font-weight:800}.mix-tab.active{color:#fff;background:#1ea5de}.mix-builder{background:#f5f6fa;border:1px solid #dfe4ed;border-radius:18px;margin-top:20px;padding:14px 12px;position:relative}.mix-row{grid-template-columns:auto 1fr auto;align-items:center;gap:8px;display:grid}.mix-row+.mix-row{margin-top:12px}.mix-arrow{color:#1b2a40;cursor:pointer;background:#fff;border:1px solid #bfc8d8;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.mix-track{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.mix-piece{cursor:pointer;background:#fff;border:1px solid #d8dde7;border-radius:14px;height:144px;padding:8px;transition:transform .2s,box-shadow .2s,border-color .2s}.mix-piece.selected{border-color:#1ea5de;transform:translateY(-2px);box-shadow:0 8px 18px #1ea5de38}.mix-piece-image{background-color:#f7f8fb;background-repeat:no-repeat;background-size:520%;border-radius:10px;width:100%;height:100%}.mix-center-piece{z-index:2;background:#fff;border:1px solid #d5dbe7;border-radius:16px;width:min(210px,88vw);padding:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 14px 28px #16284824}.mix-center-image{background-color:#f7f8fb;background-repeat:no-repeat;background-size:520%;border-radius:10px;height:120px}.mix-center-divider{align-items:center;gap:10px;margin:10px 0;display:flex}.mix-center-divider span{background:#ced5e2;flex:1;height:1px}.look-add{color:#17315a;cursor:pointer;background:#fff;border:1px solid #17315a;border-radius:50%;place-items:center;width:34px;height:34px;margin:0 auto;font-size:1.4rem;line-height:1;display:grid}.mix-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:16px;display:flex}.mix-actions button{color:#213049;cursor:pointer;background:#fff;border:1px solid #c8d0dd;border-radius:999px;padding:10px 16px;font-weight:700}.mix-actions button:last-child{color:#fff;background:#244ad5;border-color:#244ad5}.pink-banner{max-width:var(--max-width);justify-content:center;margin:40px auto 0;padding:18px 5% 44px;display:flex}.promo-image-link{background:linear-gradient(135deg,#fff7fd 0%,#f8f9ff 100%);border:1px solid #f3c6df;border-radius:18px;width:100%;max-width:1280px;min-height:260px;margin:0 auto;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden;box-shadow:0 18px 34px #cd55a040}.promo-image-link:hover{transform:translateY(-3px);box-shadow:0 22px 40px #cd55a04d}.promo-image{object-fit:cover;width:100%;height:auto;min-height:260px;display:block}.products-section{max-width:var(--max-width);margin:20px auto 0;padding:0 5%}.products-section .section-header{margin-bottom:18px}.products-section .section-title{font-family:var(--font-sans);font-size:2.15rem;font-weight:800}.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:22px;display:grid}.product-card{background:0 0;border:0;flex-direction:column;height:100%;display:flex}.product-card>a{flex-direction:column;height:100%;display:flex}.product-image-shell{position:relative;overflow:hidden}.product-image{background-color:#ececec;background-position:50%;background-repeat:no-repeat;background-size:cover;height:250px}.product-meta{flex-direction:column;flex:1;gap:8px;padding:14px 2px 4px;display:flex}.product-price-block{gap:4px;display:grid}.product-price-row{justify-content:space-between;align-items:center;display:flex}.product-price{color:#ce1632;font-size:2.55rem;font-weight:900;line-height:1}.product-title{min-height:56px;font-size:1.09rem;line-height:1.24;font-family:var(--font-sans);color:#1f2937;margin:0;font-weight:600}.product-action{color:#fff;background:#143a5d;border-radius:50%;place-items:center;width:56px;height:56px;transition:transform .16s,background-color .16s;display:grid;position:relative}.product-action:hover{background:#0f2f4c;transform:translateY(-2px)}.product-buy-btn{color:#fff;letter-spacing:.08em;background:#143a5d;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;font-size:.82rem;font-weight:800;display:none;box-shadow:0 4px 12px #143a5d4d}.product-buy-btn:disabled{box-shadow:none;background:#9ca3af}.product-action-plus{position:absolute;bottom:9px;right:11px}.product-strike{color:#707785;margin-top:5px;font-size:1.08rem}.product-strike span{color:#ce1632;margin-left:8px;font-weight:800}.product-meta h4{min-height:56px;font-size:1.09rem;line-height:1.24;font-family:var(--font-sans);margin-top:8px}.product-rating{color:#8d95a4;align-items:center;gap:2px;margin-top:5px;font-size:.98rem;display:flex}.product-engagement{color:#4b5563;align-items:center;gap:12px;margin-bottom:8px;font-size:.84rem;font-weight:600;display:flex}.product-promo-code{color:#ce1632;margin-top:8px;font-size:.8rem;font-weight:700}.product-availability{color:#6b7280;text-align:center;background-color:#f3f4f6;border-radius:6px;margin-top:8px;padding:6px 10px;font-size:.8rem;font-weight:700}.rating-star{stroke:#a3acb9}.rating-star.is-filled{fill:#3f4752;stroke:#3f4752}.product-rating span{margin-left:5px}.product-deal{color:#ce1632;margin-top:8px;font-size:1.02rem;font-weight:800}.category-copy-section{text-align:center;max-width:980px;margin:54px auto 0;padding:0 5%}.category-copy-section h2{font-family:var(--font-sans);font-size:2.25rem}.category-copy-section p{color:#323846;margin-top:14px;font-size:1.08rem}.newsletter-section{max-width:var(--max-width);margin:48px auto 0;padding:0 5%}.quiz-section{max-width:var(--max-width);margin:36px auto 0;padding:0 5%}.quiz-card{background:linear-gradient(130deg,#f0f9ff 0%,#f5edff 100%);border:1px solid #dce2ed;border-radius:14px;padding:24px}.quiz-eyebrow{text-transform:uppercase;letter-spacing:.8px;color:#275f9e;font-size:.78rem;font-weight:800}.quiz-card h3{font-family:var(--font-sans);margin-top:8px;font-size:1.8rem}.quiz-card p{color:#2c3550;max-width:750px;margin-top:8px}.quiz-btn{color:#fff;background:#1b2f4f;border-radius:10px;margin-top:14px;padding:10px 14px;font-weight:700}.faq-section{max-width:var(--max-width);margin:42px auto 0;padding:0 5%}.faq-list{gap:10px;margin-top:16px;display:grid}.faq-item{background:#fff;border:1px solid #dde4ee;border-radius:10px}.faq-trigger{color:#1f2f4a;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:14px;font-size:1rem;font-weight:700;display:flex}.faq-answer{color:#4f5a6f;padding:0 14px 14px}.chat-widget{z-index:120;position:fixed;bottom:18px;right:18px}.chat-fab{color:#17446d;background:#f7fbff;border:2px solid #b7cadf;border-radius:50%;width:64px;height:64px;font-weight:800;animation:2s ease-in-out infinite pulseFab;box-shadow:0 8px 24px #1111112e}@keyframes pulseFab{0%{box-shadow:0 0 #50a2e259}70%{box-shadow:0 0 0 14px #50a2e200}to{box-shadow:0 0 #50a2e200}}.chat-panel{background:#fff;border:1px solid #d5deea;border-radius:12px;width:260px;margin-bottom:10px;padding:14px;box-shadow:0 8px 28px #11111129}.chat-panel h4{font-family:var(--font-sans);font-size:1.06rem}.chat-panel p{color:#52617a;margin-top:6px;font-size:.9rem}.chat-panel button{color:#fff;background:#15406a;border-radius:8px;width:100%;height:38px;margin-top:10px;font-weight:700}.newsletter-card{background:#f3f5f9;border:1px solid #d6dde7;border-radius:12px;padding:24px}.newsletter-card h3{font-family:var(--font-sans);font-size:1.7rem}.newsletter-card p{color:#485162;margin-top:6px}.newsletter-form{grid-template-columns:1fr auto;gap:10px;margin-top:14px;display:grid}.newsletter-form input{border:1px solid #8f98a9;border-radius:8px;height:46px;padding:0 14px;font-size:1rem}.newsletter-form button{color:#fff;background:#111;border-radius:8px;height:46px;padding:0 18px;font-weight:700}@media (width<=1120px){.editorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonials-grid{grid-template-columns:1fr}.mix-track{grid-template-columns:repeat(3,minmax(0,1fr))}.mix-piece{height:128px}.mix-center-piece{margin:12px auto;position:static;transform:none}.style-showcase-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.search-container{max-width:100%}.promo-strip-track{gap:18px;font-size:.8rem}.editorial-grid,.proof-grid{grid-template-columns:1fr}.filter-row{flex-direction:column;align-items:stretch}.sort-select{width:100%}.products-section{padding:0 12px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-image{background-color:#fbfcfe;height:190px}.product-price{font-size:2.15rem;line-height:.98}.product-action{width:44px;height:44px}.products-section .section-title{font-size:1.7rem}.newsletter-form{grid-template-columns:1fr}.mix-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mix-piece{height:110px}.mix-arrow{width:38px;height:38px}.mix-tab{min-width:90px;padding:8px 14px}.mix-actions button{width:100%}.home-style-showcase,.multipack-section,.quick-categories-section{padding-left:12px;padding-right:12px}.quick-categories-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;gap:12px;padding:0 14px 6px;scroll-padding-inline:14px;overflow-x:auto}.quick-categories-row::-webkit-scrollbar{display:none}.quick-category-link{scroll-snap-align:start;gap:6px;min-width:74px}.quick-category-thumb{width:74px;height:74px}.quick-category-label{font-size:.94rem;line-height:1.15}.style-showcase-shell,.multipack-shell{padding:14px 10px}.style-showcase-header span{font-size:1.55rem}.style-showcase-primary-layout{grid-template-columns:1fr;gap:12px}.style-showcase-hero-image{min-height:250px}.style-showcase-list-item{grid-template-columns:84px 1fr;font-size:.98rem}.style-showcase-list-thumb{width:84px;height:72px}.style-showcase-secondary-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;margin-top:12px;padding:0 16px 6px;scroll-padding-inline:16px;display:flex;overflow-x:auto}.style-showcase-secondary-grid::-webkit-scrollbar{display:none}.style-showcase-circle-card{scroll-snap-align:start;flex:0 0 132px;font-size:.95rem}.multipack-pack-btn{padding:10px 6px 8px}.multipack-pack-btn span{font-size:.9rem}.multipack-pack-btn strong{font-size:1.7rem}.multipack-grid{gap:10px}.multipack-card-label{font-size:1.1rem}.multipack-card-price{font-size:1.65rem}}.cart-page{padding-bottom:80px}.cart-shell{max-width:var(--max-width);margin:0 auto;padding:12px 5% 0}.cart-breadcrumbs{color:#607089;align-items:center;gap:8px;font-size:.9rem;display:flex}.cart-breadcrumbs a{color:#365e95;font-weight:600}.checkout-progress{background:#fff;border:1px solid #dbe4ef;border-radius:12px;align-items:center;gap:10px;margin-top:14px;padding:12px;display:flex}.checkout-progress .step{color:#566176;align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:inline-flex}.checkout-progress .step span{border:1px solid #bfcbdd;border-radius:50%;place-items:center;width:24px;height:24px;font-size:.8rem;display:grid}.checkout-progress .step.active{color:#15395f}.checkout-progress .step.active span{color:#fff;background:#1e7ed2;border-color:#1e7ed2}.step-line{background:#e4e9f1;flex:1;height:2px}.cart-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:18px;margin-top:18px;display:grid}.cart-items-panel{background:#fff;border:1px solid #dde4ee;border-radius:16px;padding:16px}.cart-title-row{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.cart-title-row h1{font-family:var(--font-sans);font-size:2rem;font-weight:800}.cart-title-row p{color:#5f6f88;font-weight:700}.cart-list{gap:12px;margin-top:14px;display:grid}.cart-item{border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:120px minmax(0,1fr) auto;gap:12px;padding:10px;display:grid}.cart-item-image{background-color:#f3f5f9;background-repeat:no-repeat;background-size:420%;border-radius:10px;min-height:110px}.cart-item-body h2{font-family:var(--font-sans);font-size:1.05rem}.cart-item-meta{color:#66758f;margin-top:3px;font-size:.9rem}.cart-item-pricing{align-items:center;gap:8px;margin-top:10px;display:flex}.cart-item-pricing strong{color:#c51a36;font-size:1.2rem}.cart-item-pricing span{color:#8b95a6;text-decoration:line-through}.cart-item-controls{align-content:center;justify-items:end;gap:10px;display:grid}.qty-control{border:1px solid #ccd6e4;border-radius:999px;align-items:center;height:36px;display:inline-flex;overflow:hidden}.qty-control button{color:#243b5a;place-items:center;width:36px;height:36px;display:grid}.qty-control span{text-align:center;color:#243b5a;min-width:30px;font-weight:700}.remove-item-btn{color:#6f7a8f;align-items:center;gap:6px;font-size:.85rem;font-weight:700;display:inline-flex}.remove-item-btn:hover{color:#c61f3a}.order-summary{top:calc(var(--header-height) + 32px);background:#fff;border:1px solid #dbe4ef;border-radius:16px;padding:16px;position:sticky}.order-summary h2{font-family:var(--font-sans);font-size:1.35rem;font-weight:800}.summary-row{color:#4d586d;justify-content:space-between;align-items:center;margin-top:10px;display:flex}.summary-row.total{color:#111;border-top:1px dashed #d0d9e6;margin-top:14px;padding-top:12px;font-size:1.1rem}.cart-primary-btn,.cart-secondary-btn{border-radius:999px;justify-content:center;align-items:center;height:44px;padding:0 18px;font-weight:700;display:inline-flex}.cart-primary-btn{color:#fff;background:#173b61}.cart-primary-btn.full,.cart-secondary-btn.full{width:100%;margin-top:10px}.cart-secondary-btn{color:#1d385a;background:#fff;border:1px solid #c8d3e3}.trust-list{color:#4c5c75;gap:8px;margin-top:14px;font-size:.9rem;list-style:none;display:grid}.trust-list li{align-items:center;gap:8px;display:inline-flex}.cart-recommendations{margin-top:34px}.cart-recommendations h2{font-family:var(--font-sans);font-size:1.85rem;font-weight:800}.cart-reco-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.reco-card{background:#fff;border:1px solid #dee5ef;border-radius:12px;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden;box-shadow:0 6px 16px #1a2d490f}.reco-card:hover{border-color:#c7d5e8;transform:translateY(-2px);box-shadow:0 12px 24px #1a2d491a}.reco-card.compact .reco-image{height:180px}.reco-image{background-color:#f3f5f9;background-position:50%;background-repeat:no-repeat;background-size:cover;height:220px}.reco-body{border-top:1px solid #eef2f8;padding:12px 12px 14px}.reco-body h3{font-family:var(--font-sans);color:#1f2d43;min-height:46px;font-size:1.03rem;line-height:1.24}.reco-body p{color:#be1c36;margin-top:8px;font-size:1.5rem;font-weight:800;line-height:1}.reco-body button{color:#173b61;background:#fff;border:1px solid #173b61;border-radius:999px;width:100%;height:42px;margin-top:10px;font-weight:700;transition:background .2s,color .2s}.reco-body button:hover{color:#fff;background:#173b61}.cart-empty-state{text-align:center;background:#fff;border:1px solid #dde4ee;border-radius:16px;margin-top:8px;padding:44px 22px}.cart-empty-icon{color:#1a3f63;background:#e8f4fd;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto;display:grid}.cart-empty-state h1{font-family:var(--font-sans);margin-top:14px;font-size:2rem}.cart-empty-state p{color:#5f6f87;max-width:55ch;margin:8px auto 0}.cart-empty-actions{justify-content:center;gap:8px;margin-top:16px;display:flex}.cart-empty-recommendations{text-align:left;border-top:1px solid #dbe3ef;margin-top:20px;padding-top:16px}.cart-empty-recommendations h2{font-family:var(--font-sans);font-size:1.4rem;font-weight:800}.cart-auth-cta{border-top:1px dashed #d2dae8;margin-top:14px;padding-top:14px}.cart-auth-cta p{color:#5f6f87;font-weight:600}.cart-auth-actions{justify-content:center;gap:8px;margin-top:8px;display:flex}.cart-register-link{color:#2c558d;justify-content:center;margin-top:8px;font-size:.9rem;font-weight:700;display:inline-flex}.account-page{padding-bottom:24px}.account-shell{max-width:1100px;margin:0 auto;padding:12px 5% 0}.account-breadcrumbs{color:#63728a;gap:8px;font-size:.9rem;display:flex}.account-breadcrumbs a{color:#2f5b95;font-weight:600}.account-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:14px;margin-top:14px;display:grid}.account-card{background:#fff;border:1px solid #d8e1ed;border-radius:14px;margin-top:0;padding:18px}.account-switch{border:1px solid #cad4e3;border-radius:999px;display:inline-flex;overflow:hidden}.account-tab{text-align:center;color:#28405f;min-width:124px;padding:8px 14px;font-weight:700}.account-tab.active{color:#fff;background:#1f7ed2}.account-form{gap:8px;margin-top:14px;display:grid}.account-form h1{font-family:var(--font-sans);font-size:1.9rem;font-weight:800}.account-form p{color:#5b697f}.account-form label{color:#2b3749;margin-top:8px;font-size:.92rem;font-weight:700}.account-form input{border:1px solid #cdd6e4;border-radius:10px;width:100%;height:44px;padding:0 12px;font-size:.95rem}.account-form select,.account-form textarea{width:100%;font-size:.95rem;font-family:var(--font-sans);color:#2b3749;background:#fff;border:1px solid #cdd6e4;border-radius:10px;padding:10px 12px}.account-form input[aria-invalid=true]{border-color:#c13045;box-shadow:0 0 0 1px #c1304533}.account-error{color:#b31f38;font-size:.86rem;font-weight:600}.account-success{color:#12613f;background:#ecfbf3;border:1px solid #c8ecd8;border-radius:8px;padding:8px 10px;font-size:.9rem;font-weight:600}.account-inline-row{justify-content:space-between;align-items:center;gap:10px;margin-top:8px;display:flex}.account-checkbox{color:#4f5e76;align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:inline-flex}.account-checkbox input{width:16px;height:16px}.account-inline-link{color:#275a94;font-size:.88rem;font-weight:700}.account-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:6px;margin-bottom:18px;display:grid}.account-dashboard-item{color:#233751;background:#f8fbff;border:1px solid #d7e0ee;border-radius:10px;grid-template-columns:18px 1fr;align-items:center;gap:10px;min-height:52px;padding:10px 12px;font-weight:700;display:grid}.account-dashboard-item:hover{background:#eef5ff;border-color:#9cb6d8}.password-strength{margin-top:8px}.strength-bar{background:#e6edf6;border-radius:999px;height:8px;overflow:hidden}.strength-bar span{background:linear-gradient(90deg,#d82f4b 0%,#ed9e1c 55%,#1c9b63 100%);height:100%;transition:width .2s;display:block}.password-strength p{color:#63738b;margin-top:6px;font-size:.85rem}.account-primary-btn{color:#fff;white-space:nowrap;background:#163b61;border:1px solid #163b61;border-radius:10px;justify-content:center;align-items:center;min-width:130px;height:44px;margin-top:12px;padding:0 16px;font-weight:700;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.account-primary-btn:hover{background:#1f527f;border-color:#1f527f}.account-primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.admin-ingestion-form{gap:10px}.admin-action-row,.admin-count-chip-row,.admin-product-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-count-chip-row .account-primary-btn{min-width:76px}.admin-items-textarea{resize:vertical;min-height:220px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.88rem;line-height:1.45}.admin-toggle-row{align-items:center;gap:8px;margin-top:14px;display:flex}.admin-toggle-row input{width:16px;height:16px;margin:0}.admin-toggle-row label{margin-top:0}.admin-progress-card{background:#f9fbff;border:1px solid #e4e8f0;border-radius:10px;margin-bottom:8px;padding:10px 12px}.admin-product-card{border-bottom:1px solid #e5e7eb;padding:10px 0}.admin-json-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:8px;padding:10px;font-size:12px;line-height:1.4;overflow-x:auto}.admin-dashboard-page .account-shell{max-width:1180px}.admin-dashboard-hero{background:linear-gradient(#fff 0%,#f8fbff 100%);margin-bottom:16px}.admin-dashboard-hero-form{gap:12px}.admin-dashboard-tabs{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}.admin-tab-btn{color:#234064;min-width:168px;min-height:48px;transition:var(--transition-smooth);background:#edf3fb;border:1px solid #c7d4e5;border-radius:999px;justify-content:center;align-items:center;padding:0 20px;font-weight:800;display:inline-flex}.admin-tab-btn:hover{background:#e2edf9;border-color:#9eb7d4}.admin-tab-btn.active{color:#fff;background:linear-gradient(135deg,#163b61 0%,#20527f 100%);border-color:#163b61;box-shadow:0 10px 20px #163b6129}.admin-dashboard-section{gap:16px;display:grid}.account-helper{color:#627288;margin-top:6px;font-size:.92rem}.account-helper a{color:#25558d;font-weight:700}.verify-status-card{background:#f8fbff;border:1px solid #dbe4f0;border-radius:12px;padding:14px}.verify-status-card h1{font-family:var(--font-sans);margin-top:8px;font-size:1.5rem;font-weight:800}.verify-status-card p{color:#55647b;margin-top:8px}.verify-icon{display:inline-block}.verify-icon-loading{color:#2c6aa9;animation:1s linear infinite spin}.verify-icon-success{color:#147d4e}.verify-icon-warning{color:#a55c11}.verify-actions{margin-top:12px}.verify-link-btn{justify-content:center;align-items:center;width:100%;display:inline-flex}.verify-subtitle{font-family:var(--font-sans);font-size:1.2rem;font-weight:800}.account-benefits-panel{background:#fff;border:1px solid #d8e1ed;border-radius:14px;padding:16px}.account-benefits-panel h2{font-family:var(--font-sans);font-size:1.3rem;font-weight:800}.account-benefits-panel ul{gap:10px;margin-top:12px;list-style:none;display:grid}.account-benefits-panel li{color:#42526a;grid-template-columns:18px 1fr;align-items:start;gap:9px;font-size:.9rem;display:grid}.account-benefits-panel p{color:#56677f;margin-top:12px;font-size:.9rem}@media (width<=768px){.account-dashboard-grid{grid-template-columns:1fr}}@media (width<=1120px){.cart-layout{grid-template-columns:1fr}.order-summary{position:static}.account-layout{grid-template-columns:1fr}}@media (width<=720px){.checkout-progress{gap:6px;padding:10px}.checkout-progress .step{font-size:.78rem}.cart-item{grid-template-columns:92px minmax(0,1fr)}.cart-item-controls{grid-column:1/-1;grid-template-columns:1fr auto;place-items:center start}.cart-reco-grid{grid-template-columns:1fr}.cart-empty-actions,.cart-auth-actions{flex-direction:column}.cart-primary-btn,.cart-secondary-btn{width:100%}.account-tab{min-width:104px}.account-inline-row{flex-direction:column;align-items:flex-start}}.site-footer{background-color:var(--color-dark);color:var(--color-light);padding:60px 5% 24px}.footer-grid{max-width:var(--max-width);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:48px;margin:0 auto 60px;display:grid}.footer-col h4{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;color:var(--color-cyan);margin-bottom:24px;font-size:1.1rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:12px}.footer-col ul a{color:#ccc;transition:color .2s}.footer-col ul a:hover{color:var(--color-yellow)}.footer-col p{color:#ccc;line-height:1.6}.footer-bottom{text-align:center;color:#888;border-top:1px solid #ffffff1a;padding-top:24px;font-size:.875rem}.product-detail-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.pdp-shell{--pdp-border:#e5e7eb;--pdp-muted:#61656f}.pdp-top-nav{gap:10px;display:grid}.pdp-back-link{color:#365e95;align-items:center;gap:6px;width:fit-content;font-size:.9rem;font-weight:600;display:inline-flex}.pdp-grid{margin-top:20px}.pdp-subtitle{font-size:.9rem}.pdp-info-column{gap:14px;display:grid}.pdp-brand-row-wrap{justify-content:space-between;align-items:center;gap:10px;display:flex}.pdp-brand-row{color:#3f4d62;align-items:center;gap:4px;width:fit-content;font-size:.95rem;display:inline-flex}.pdp-top-icon-btn{color:#c51a36;background:#fff;border:1px solid #d3dbe8;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.pdp-image-count{color:#fff;background:#0000008c;border-radius:999px;width:fit-content;margin:10px auto 0;padding:4px 10px;font-size:.8rem;font-weight:700}.pdp-title{font-family:var(--font-sans);letter-spacing:-.01em;margin:0;font-size:clamp(1.2rem,2.8vw,2.4rem);line-height:1.35}.pdp-subtitle{color:var(--pdp-muted);margin:0;font-size:.92rem}.pdp-price-row{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.pdp-price-row strong{color:#20252c;letter-spacing:-.02em;font-size:clamp(1.8rem,4.2vw,2.6rem);font-weight:800;line-height:.94}.pdp-price-strike{color:#868c96;font-size:.94rem;font-weight:500;text-decoration:line-through}.pdp-price-off{color:#ce1632;font-size:.98rem;font-weight:700}.pdp-rating-mini{color:#4f5663;align-items:center;gap:3px;display:inline-flex}.pdp-rating-mini span{margin-left:6px;font-size:.9rem;font-weight:600}.pdp-ship-row{color:#1f6b42;align-items:center;gap:8px;font-size:.93rem;font-weight:600;display:inline-flex}.pdp-section-card{background:#fff;border:1px solid #e2e6ec;border-radius:12px;padding:13px}.pdp-section-card h2{font-family:var(--font-sans);margin:0 0 12px;font-size:1.08rem;line-height:1.2}.pdp-action-row{gap:10px;display:flex}.pdp-warning{color:#dc2626;margin:0;font-size:.9rem;font-weight:600}.pdp-feature-wrap{color:#2f3642;font-size:.95rem}.pdp-feature-wrap ul{gap:6px;margin:8px 0 0;padding-left:18px;display:grid}.pdp-description-text{color:#5a6270;margin:12px 0 0;line-height:1.6}.pdp-link-btn{color:#2460a7;cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-weight:700}.pdp-ratings-grid{gap:14px;display:grid}.pdp-rating-score{justify-items:start;gap:6px;display:grid}.pdp-rating-score strong{font-size:2.6rem;line-height:1}.pdp-rating-score span{color:#505764;font-weight:600}.pdp-rating-bars{gap:8px;display:grid}.pdp-rating-bar-row{color:#535a66;grid-template-columns:36px 1fr 34px;align-items:center;gap:8px;font-size:.9rem;display:grid}.pdp-rating-track{background:#eceef2;border-radius:999px;height:8px;overflow:hidden}.pdp-rating-fill{background:linear-gradient(90deg,#79b626,#4c9a13);border-radius:999px;height:100%}.pdp-similar-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.pdp-similar-card{border:1px solid var(--pdp-border);color:inherit;background:#fff;border-radius:10px;overflow:hidden}.pdp-similar-image{background-color:#f3f5f9;background-position:50%;background-size:cover;height:130px}.pdp-similar-card strong{color:#2c3340;padding:10px 10px 6px;font-size:.9rem;line-height:1.35;display:block}.pdp-similar-card span{color:#2d3543;padding:0 10px 10px;font-weight:800;display:block}.pdp-nav-list{border:1px solid var(--pdp-border);background:#fff;border-radius:12px;overflow:hidden}.pdp-nav-item{color:#323b49;border-top:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;font-weight:600;display:flex}.pdp-nav-item:first-child{border-top:none}.pdp-sticky-cta{z-index:55;background:#fff;margin-top:16px;padding:0;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 8px #10182814}.pdp-icon-btn{color:#c51a36;background:#fff;border:1px solid #d3dbe8;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.pdp-sticky-add-btn{height:calc(50px + env(safe-area-inset-bottom));color:#fff;letter-spacing:.04em;padding:0 14px env(safe-area-inset-bottom);background:#ff6f47;border:none;border-radius:0;flex:1;justify-content:center;align-items:center;font-weight:800;line-height:1;display:inline-flex}.pdp-sticky-add-btn:disabled{opacity:.55}@media (width<=1120px){.product-detail-grid{grid-template-columns:1fr;gap:32px}.pdp-ratings-grid{grid-template-columns:1fr}}@media (width<=720px){.product-detail-grid{gap:24px}.pdp-page .category-nav{display:none}.pdp-page .site-header{border-radius:0;top:0;left:0;right:0;box-shadow:0 2px 10px #10182814}.pdp-page .header-main{grid-template-columns:auto 1fr auto;gap:6px;min-height:56px;padding:8px 10px}.pdp-page .header-left{gap:0}.pdp-page .mobile-menu-btn,.pdp-page .mobile-search-toggle{display:none}.pdp-page .header-center{justify-content:flex-start}.pdp-page .brand-logo{width:108px}.pdp-page .utility-nav{gap:4px}.pdp-page .utility-btn{width:32px;height:32px}.pdp-page .utility-btn svg{width:18px;height:18px}.pdp-page .main-content{padding-top:calc(var(--header-height) + 4px)}.pdp-page .product-detail-grid{gap:18px}.pdp-shell{padding-left:10px;padding-right:10px;padding-bottom:calc(72px + env(safe-area-inset-bottom))}.pdp-top-nav .breadcrumbs-row{display:none}.pdp-title{font-size:1.36rem}.pdp-subtitle{font-size:.88rem}.pdp-section-card{border-radius:10px;padding:11px}.pdp-price-row strong{font-size:1.98rem}.pdp-rating-mini{margin-top:-2px}.pdp-action-row{display:none}.pdp-top-icon-btn{display:inline-flex}.pdp-sticky-cta{border-top:1px solid #d9e1ee;display:flex}.pdp-similar-image{height:110px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.search-clear-btn:hover{color:#374151!important}@media (width<=768px){.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))!important}}.utility-btn{position:relative}.utility-btn .cart-badge{color:#fff;background-color:#ce1632;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.category-nav{position:relative}.category-nav-scroll-container{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;position:relative;overflow:auto hidden}.category-nav-scroll-container::-webkit-scrollbar{display:none}.category-nav-scroll-indicator{pointer-events:none;z-index:10;color:#fff;text-shadow:0 2px 4px #0000004d;justify-content:center;align-items:center;width:40px;font-size:1.2rem;font-weight:700;display:none;position:absolute;top:0;bottom:0}.category-nav-scroll-indicator.left{background:linear-gradient(90deg,#00000026,#0000);left:0}.category-nav-scroll-indicator.right{background:linear-gradient(270deg,#00000026,#0000);right:0}@media (width<=1024px){.category-nav-scroll-indicator{display:flex}.category-nav-scroll-container:not([data-can-scroll-left]) .category-nav-scroll-indicator.left,.category-nav-scroll-container:not([data-can-scroll-right]) .category-nav-scroll-indicator.right{display:none}}.mega-menu-panel{pointer-events:auto}.category-nav .mega-menu-panel{animation:.2s ease-out fadeInDown}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translate(0,0)}}@media (width>=1025px){.category-list{flex-wrap:nowrap}}@media (width<=1024px){.category-list{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;padding:0 12px;scroll-padding-inline:12px;display:flex;overflow-x:auto}.category-list::-webkit-scrollbar{display:none}.nav-item{flex-shrink:0}.category-nav-scroll-indicator.right span{animation:2s ease-in-out infinite pulseArrow}}@keyframes pulseArrow{0%,to{opacity:1;transform:translate(0)}50%{opacity:.6;transform:translate(5px)}}.category-nav-scroll-container{scroll-behavior:smooth}@media (width<=1024px){.category-nav-scroll-container[data-can-scroll-right]:after{content:"";pointer-events:none;z-index:5;background:linear-gradient(270deg,#ffffffe6,#0000);width:60px;position:absolute;top:0;bottom:0;right:0}.category-nav-scroll-container[data-can-scroll-left]:before{content:"";pointer-events:none;z-index:5;background:linear-gradient(90deg,#ffffffe6,#0000);width:60px;position:absolute;top:0;bottom:0;left:0}}@media (width<=1024px) and (hover:none){.mega-menu-panel{display:none!important}}@media (width>=1025px){.nav-item:hover .nav-trigger{color:var(--color-cyan,#4dcdde)}}.product-card,.cart-item,.wishlist-card,.mega-menu-panel,.toast{will-change:transform;backface-visibility:hidden;-webkit-font-smoothing:antialiased;transform:translateZ(0)}.product-card:hover,.nav-trigger:hover,.utility-btn:hover{will-change:transform, box-shadow}.product-card:not(:hover),.nav-trigger:not(:hover),.utility-btn:not(:hover){will-change:auto}.category-nav-scroll-container,.product-grid,.cart-list{contain:layout style paint}.category-list,.product-grid{content-visibility:auto}img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}img[loading=lazy][data-src]{opacity:0;transition:opacity .3s ease-in}img[loading=lazy][data-src].loaded,img[loading=lazy]:not([data-src]){opacity:1}@media (prefers-reduced-motion:no-preference){*{scroll-behavior:smooth}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.mega-menu-panel{contain:layout style;transform:translateZ(0)}.product-grid{contain:layout;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;display:grid}.product-card img{aspect-ratio:3/4;object-fit:cover}@media (width<=720px){:root{--header-height:136px}body{font-size:15px;line-height:1.45}.main-content{padding-top:calc(var(--header-height) + 12px)}.site-header{top:6px;left:6px;right:6px}.brand-logo{width:118px}.hero-section{min-height:420px;padding:18px 14px 22px}.hero-image{object-position:var(--hero-mobile-object-position,var(--hero-object-position,center center))}.hero-content{max-width:100%}.hero-title{letter-spacing:-.02em;font-size:clamp(2rem,9.5vw,2.75rem)}.hero-subtitle{font-size:clamp(1rem,4.8vw,1.35rem)}.hero-copy{margin-bottom:20px;font-size:.95rem}.cta-button{letter-spacing:.8px;padding:12px 20px;font-size:.78rem}.utility-shell,.editorial-section,.categories-section,.mix-match-section,.products-section,.quiz-section,.category-copy-section,.social-proof-section,.faq-section,.newsletter-section{padding-left:14px;padding-right:14px}.breadcrumbs-row{display:none}.filter-chips{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.filter-chips::-webkit-scrollbar{display:none}.section-title{font-size:1.6rem}.mix-match-title{font-size:1.5rem;line-height:1.2}.product-grid{grid-template-columns:1fr;gap:12px}.product-image{height:230px}}@media (width<=420px){.hero-section{min-height:390px}.hero-title{font-size:clamp(1.85rem,9.2vw,2.35rem)}.hero-controls{gap:8px;padding:6px 10px}}@media (width<=720px){html,body,#root{-webkit-overflow-scrolling:touch;max-width:100%;min-height:100%;overflow:hidden auto;height:auto!important}body{overscroll-behavior-y:auto;touch-action:pan-y;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.home-page{padding-bottom:calc(104px + env(safe-area-inset-bottom))}.home-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.promo-strip-track{justify-content:flex-start;padding-inline:14px;animation:18s linear infinite tickerScroll}.filter-row{top:calc(var(--header-height) - 6px + env(safe-area-inset-top));z-index:18;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f9fafbf2;border:1px solid #e2e8f2;border-radius:12px;flex-direction:row;align-items:center;gap:10px;margin-top:8px;padding:10px;display:flex;position:sticky;overflow:hidden}.filter-chips{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;flex:1;gap:8px;padding-bottom:2px;overflow-x:auto}.filter-chips::-webkit-scrollbar{display:none}.filter-chips button{white-space:nowrap;flex:none;min-height:42px;padding:9px 12px}.sort-select{flex:none;width:auto;min-width:132px;height:42px}.horizontal-scroller{gap:12px;padding:6px 0 16px;scroll-padding-inline:14px}.category-card{scroll-snap-align:center;border-radius:18px;flex-basis:220px;padding:14px}.card-visual{height:140px;margin-bottom:14px}.card-visual-image{inset:10px}.clay-blob{opacity:.22;width:86px;height:86px}.mix-builder{border-radius:14px;padding:12px 8px}.mix-row{gap:6px}.mix-actions{gap:8px}.mix-actions button{min-height:44px}.promo-image-link{border-radius:14px;min-height:200px}.promo-image{min-height:200px}.products-section .section-header{margin-bottom:12px}.products-section .product-card{background:#fff;border:1px solid #d7deea;border-radius:12px;overflow:hidden}.products-section .product-meta{gap:6px;padding:10px 10px 12px}.products-section .product-price-row{justify-content:flex-start;align-items:flex-end;gap:6px}.products-section .product-strike{display:none}.products-section .product-meta h4{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.5em;font-size:.82rem;font-weight:600;line-height:1.28;display:-webkit-box;overflow:hidden}.products-section .product-deal{color:#2854d6;margin-top:0;font-size:.68rem;line-height:1.2}.products-section .product-price{color:#111827;font-size:1.14rem}.products-section .product-rating{gap:2px;margin-top:0;font-size:.78rem}.products-section .product-rating svg{width:12px;height:12px}.products-section .product-buy-btn{min-height:42px;box-shadow:none;border-radius:8px;margin-top:2px;display:inline-flex}.products-section .product-buy-btn svg{flex-shrink:0}.products-section .product-engagement,.products-section .product-promo-code,.products-section .product-availability,.products-section .product-action{display:none}.products-section .product-image{background-color:#f4f5f8;height:184px}.products-section .product-image img{object-fit:contain;background:#f4f5f8;padding:12px 10px 8px}.product-action,.faq-trigger,.quiz-btn,.newsletter-form button{min-height:44px}.chat-widget{right:12px;bottom:calc(12px + env(safe-area-inset-bottom))}.chat-fab{width:56px;height:56px}.chat-panel{width:min(300px,100vw - 24px)}}@media (width<=720px) and (hover:none) and (pointer:coarse){.horizontal-scroller,.filter-chips,.category-nav-scroll-container,.mix-track{-webkit-overflow-scrolling:touch;touch-action:pan-x}.cta-button,.editorial-btn,.mix-tab,.sort-select,.faq-trigger,.newsletter-form input,.newsletter-form button,.hero-control-btn,.mix-arrow{min-height:44px}.hero-control-btn,.mix-arrow,.product-action{min-width:44px}.product-card,.editorial-card,.quiz-card,.faq-item{transform:translateZ(0)}}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-35%)}}.toast{will-change:transform, opacity;transform:translate(0,0)}.site-header{contain:layout style}@media (prefers-reduced-motion:no-preference){.reveal-on-scroll{animation:.6s ease-out fadeIn}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
