@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,600&family=Plus+Jakarta+Sans:wght@400;500;600;700&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", system-ui, sans-serif;--font-serif:"Playfair Display", Georgia, 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}body{font-family:var(--font-sans);color:var(--color-dark);background-color:var(--color-light);-webkit-font-smoothing:antialiased;line-height:1.5}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}.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;font-size:.9rem}.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}.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: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}.utility-nav{gap:14px}.install-app-btn span{display:none}.install-app-btn{justify-content:center;width:32px;height:32px;padding:0}.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}}@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}.clay-blob{background:var(--card-accent);border-radius:40% 60% 70% 30%/40% 50% 60%;width:120px;height:120px;animation:8s ease-in-out infinite alternate both morphBlob;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{border:1px solid #f3c6df;border-radius:18px;width:100%;max-width:1280px;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;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}.product-image{background-color:#ececec;background-position:50%;background-repeat:no-repeat;background-size:cover;height:250px}.product-meta{padding:14px 2px 4px}.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-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-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}.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}}@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%}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-image{height:180px}.product-price{font-size:2rem}.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%}}.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:80px}.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 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}.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;background:#163b61;border-radius:999px;height:44px;margin-top:12px;font-weight:700}.account-helper{color:#627288;margin-top:6px;font-size:.92rem}.account-helper a{color:#25558d;font-weight:700}.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<=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}
