:root{--brand: #6921D6;--brand-dark: #4F18A3;--brand-soft: #F1EAFD;--brand-soft-2: #E7DBFC;--ink: #0B0B12;--ink-2: #1C1C24;--ink-3: #3A3A47;--muted: #6B6B7A;--muted-2: #9494A1;--line: #E5E2DC;--line-2: #EDEAE3;--bg: #F6F4F1;--bg-2: #FAF9F6;--white: #FFFFFF;--warm: #F0EDE6;--green: #16A36A;--green-soft: #DCF5E8;--amber: #D97706;--amber-soft: #FCEACA;--red: #DC2626;--red-soft: #FBE0E0;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--radius-xl: 22px;--shadow-sm: 0 1px 2px rgba(11,11,18,.04);--shadow-md: 0 4px 14px rgba(11,11,18,.06), 0 2px 4px rgba(11,11,18,.04);--shadow-lg: 0 24px 60px rgba(11,11,18,.12), 0 8px 20px rgba(11,11,18,.06);--container: 1320px;--page-gutter: 28px;--font: "Manrope", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}::selection{background:var(--brand);color:#fff}.container{max-width:var(--container);margin:0 auto;padding-left:var(--page-gutter);padding-right:var(--page-gutter)}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{display:block;max-width:100%}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,var(--line-2) 25%,var(--warm) 50%,var(--line-2) 75%);background-size:800px 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius)}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}:root{--category-nav-h: 50px;--header-shell-h: 120px;--header-offset-top: 0px;--below-nav-sticky: calc(var(--header-shell-h) + var(--header-offset-top) + 16px)}@media (max-width: 900px){:root{--header-shell-h: 188px}}@media (max-width: 767px){:root{--page-gutter: 24px}}@media (max-width: 480px){:root{--header-shell-h: 198px;--page-gutter: 24px}}body.has-topbar{--header-offset-top: 36px}.site-topbar{position:sticky;top:0;z-index:801}.topbar-inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.topbar-extra{display:flex;align-items:center;gap:20px}@media (max-width: 639px){.topbar-extra{display:none}.topbar-msg{font-size:11px}}.site-header-shell{position:sticky;top:var(--header-offset-top);z-index:800;background:var(--white);box-shadow:0 1px 0 var(--line-2)}.site-header-shell .container{padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.site-header{height:70px;border-bottom:1px solid var(--line-2);background:var(--white)}.site-header-grid{height:100%;display:grid;grid-template-columns:200px minmax(0,1fr) auto;align-items:center;gap:20px 24px}.site-header-search{position:relative;min-width:0}.site-header-search input{width:100%;padding:10px 120px 10px 40px;border-radius:999px;border:1.5px solid var(--line);background:var(--bg);font-size:14px;color:var(--ink);font-family:var(--font);outline:none;transition:border-color .15s}.site-header-search-btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:6px;padding:7px 16px;border-radius:999px;background:var(--ink);color:#fff;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:background .15s}.site-header-search-btn:hover{background:var(--brand)}.site-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.site-header-greeting{display:block;line-height:1.2}@media (max-width: 900px){.site-header-grid{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;height:auto;padding-top:10px;padding-bottom:12px;row-gap:10px;column-gap:12px}.site-header{height:auto;min-height:0}.site-header-logo{grid-column:1;grid-row:1;min-width:0}.site-header-logo svg{height:26px!important;width:auto}.site-header-actions{grid-column:2;grid-row:1;gap:6px}.site-header-search{grid-column:1 / -1;grid-row:2}.site-header-icon-btn{width:38px!important;height:38px!important;font-size:16px!important}.site-header-greeting{display:none}.site-header-account-link{gap:0!important}}@media (max-width: 520px){.site-header-search input{padding:9px 48px 9px 36px;font-size:13px}.site-header-search-btn{padding:7px 10px}.site-header-search-btn-text,.site-header-wishlist{display:none}}.site-category-nav{height:var(--category-nav-h);background:var(--white);border-bottom:1px solid var(--line-2)}.category-nav-inner{height:100%;display:flex;align-items:center;gap:8px}.category-nav-scroll{display:flex;align-items:center;gap:0;overflow-x:auto;flex:1;min-width:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.category-nav-scroll::-webkit-scrollbar{display:none}.category-nav-menu-btn{display:none;align-items:center;justify-content:center;gap:6px;flex-shrink:0;height:36px;padding:0 12px;border-radius:var(--radius);border:1px solid var(--line);background:var(--bg);font-size:13px;font-weight:700;color:var(--ink)}.category-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0b1273;z-index:900;animation:fadeInOverlay .2s ease}.category-nav-drawer{position:fixed;top:0;left:0;bottom:0;width:min(300px,88vw);background:var(--white);z-index:901;padding:20px 16px 24px;display:flex;flex-direction:column;gap:4px;box-shadow:var(--shadow-lg);animation:slideInLeft .25s cubic-bezier(.4,0,.2,1);overflow-y:auto}.category-nav-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}.category-nav-drawer-link{display:block;padding:12px 14px;border-radius:var(--radius);font-size:14px;font-weight:600;color:var(--ink-3);text-decoration:none;transition:background .15s,color .15s}.category-nav-drawer-link.is-active{background:var(--brand-soft);color:var(--brand);font-weight:700}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@media (max-width: 768px){.category-nav-menu-btn{display:flex}.category-nav-scroll{display:none}}.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr;gap:40px;padding-bottom:48px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}@media (max-width: 900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 560px){.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start}}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:32px;align-items:center}.hero-title{font-size:clamp(2rem,5vw + 1rem,3.5rem);font-weight:800;color:#fff;line-height:1.08;letter-spacing:-.02em;margin-bottom:20px}.hero-section{padding:80px 0}@media (max-width: 768px){.hero-section{padding:48px 0}}.hero-featured-card{width:100%;max-width:320px;margin-left:auto;margin-right:auto}@media (max-width: 900px){.hero-grid{grid-template-columns:1fr;gap:40px;text-align:center}.hero-copy-center p{margin-left:auto;margin-right:auto;max-width:420px}.hero-cta-row,.hero-trust-row{justify-content:center}.hero-featured-col{order:-1}}@media (max-width: 520px){.hero-cta-row{flex-direction:column;width:100%}.hero-cta-row a{width:100%;text-align:center;box-sizing:border-box}.hero-trust-row{flex-direction:column;align-items:center;gap:10px!important}.hero-featured-phone{height:min(320px,55vw)!important}.hero-price-pill{flex-direction:column;border-radius:var(--radius-lg)!important;width:100%;max-width:280px}.hero-price-pill a{width:100%;text-align:center;margin:0!important;border-radius:var(--radius)!important}}.hero-trust-row{display:flex;gap:20px;margin-top:28px;flex-wrap:wrap}.hero-featured-phone{height:420px;width:auto;max-width:100%;object-fit:contain}.section-heading{font-size:clamp(1.5rem,4vw + .5rem,2rem)}.section-lead{font-size:clamp(.875rem,2vw + .5rem,1rem)}.section-block{padding:clamp(40px,8vw,80px) 0}.series-browse-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media (max-width: 900px){.series-browse-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.series-browse-grid{grid-template-columns:1fr}}.trust-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-strip-item{padding:24px 28px;display:flex;align-items:center;gap:14px;border-right:1px solid var(--line)}.trust-strip-item:last-child{border-right:none}@media (max-width: 900px){.trust-strip-grid{grid-template-columns:repeat(2,1fr)}.trust-strip-item{border-right:none;border-bottom:1px solid var(--line)}.trust-strip-item:nth-child(2n-1){border-right:1px solid var(--line)}.trust-strip-item:nth-child(2n){border-right:none}.trust-strip-item:nth-last-child(-n+2){border-bottom:none}}@media (max-width: 480px){.trust-strip-grid{grid-template-columns:1fr}.trust-strip-item{border-right:none!important;border-bottom:1px solid var(--line)}.trust-strip-item:last-child{border-bottom:none}}.series-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1024px){.series-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.series-grid{grid-template-columns:1fr}}.card-grid-4,.card-grid-3{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 1100px){.card-grid-4{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.card-grid-4,.card-grid-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width: 720px){.product-card>div:first-child{min-height:140px!important;padding:16px 12px!important}.product-card>div:first-child img{max-width:120px!important;height:130px!important}.product-card>div:first-child>div:first-child{top:8px!important;left:8px!important;gap:4px!important}.product-card>div:first-child>div:first-child span{font-size:10px!important;padding:2px 8px!important}.product-card>div:first-child>button{width:28px!important;height:28px!important;top:8px!important;right:8px!important;font-size:13px!important}.product-card>div:last-child{padding:10px 12px 12px!important}.product-card>div:last-child>div:first-child p{font-size:10px!important}.product-card>div:last-child>div:first-child>div span:last-child{display:none}.product-card>div:last-child>div:first-child svg{width:12px!important;height:12px!important}.product-card h3{font-size:12px!important}.product-card h3 span{font-size:11px!important}.product-card>div:last-child>div:nth-child(3){margin-top:8px!important}.product-card>div:last-child>div:nth-child(3)>span:last-child{display:none}.product-card>div:last-child>div:last-child{margin-top:10px!important;flex-wrap:wrap;gap:8px}.product-card>div:last-child>div:last-child p:last-child,.product-card>div:last-child>div:last-child>div>p:last-child{font-size:15px!important}.product-card>div:last-child>div:last-child button{padding:8px 12px!important;font-size:12px!important}.card-grid-4 .skeleton,.card-grid-3 .skeleton{height:280px!important}}.newsletter-form{display:flex;gap:8px;max-width:440px;margin:0 auto;flex-wrap:wrap}@media (max-width: 520px){.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{width:100%}}.shop-layout{display:grid;grid-template-columns:256px minmax(0,1fr);gap:32px}@media (max-width: 900px){.shop-layout{grid-template-columns:1fr;gap:24px}.shop-filters-aside{position:static!important}.shop-filters-panel{position:static!important;top:auto!important}}.shop-products,.shop-toolbar{overflow:visible}.shop-toolbar-controls{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.shop-view-toggle{flex-shrink:0}@media (max-width: 720px){.shop-toolbar{flex-direction:column;align-items:stretch;gap:12px}.shop-toolbar-count{width:100%;text-align:center}.shop-toolbar-controls{width:100%;margin-left:0;justify-content:space-between}}.shop-list-item{display:flex;align-items:center;gap:20px;flex-wrap:wrap}@media (max-width: 600px){.shop-list-item{flex-direction:column;align-items:stretch;text-align:left}.shop-list-item>div:last-child{width:100%;justify-content:space-between}}.product-detail-page{padding-top:clamp(16px,3vw,28px)}.product-breadcrumb{margin-bottom:clamp(16px,3vw,28px)}.product-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,4vw,48px);align-items:start}@media (max-width: 900px){.product-detail-grid{grid-template-columns:1fr;gap:28px}}.product-gallery{display:flex;gap:12px;min-width:0}.product-gallery-thumbs{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.product-gallery-thumb-btn{width:72px;height:90px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;flex-shrink:0;transition:border-color .15s}.product-gallery-main{flex:1;min-width:0;background:var(--white);border-radius:16px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;position:relative;min-height:480px;overflow:hidden}.product-gallery-zoom-hint{position:absolute;bottom:16px;left:50%;transform:translate(-50%);background:#0000008c;color:#fff;border-radius:999px;padding:6px 14px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:6px;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (max-width: 900px){.product-gallery{flex-direction:column;gap:10px}.product-gallery-main{order:1;min-height:min(52vw,320px)}.product-gallery-thumbs{order:2;flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.product-gallery-thumbs::-webkit-scrollbar{display:none}.product-gallery-thumb-btn{width:64px;height:76px}.product-gallery-zoom-hint{display:none}}.product-detail-info{padding-bottom:40px;min-width:0}.product-page-title{font-size:clamp(1.35rem,2vw + 1rem,1.875rem);font-weight:800;color:var(--ink);letter-spacing:-.02em;line-height:1.15;margin-bottom:10px}.product-price-box{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:18px 20px;margin-bottom:20px}.product-price-row{display:flex;align-items:center;gap:12px;margin-bottom:10px;flex-wrap:wrap}.product-price-display{font-size:clamp(1.5rem,4vw + .5rem,2rem);font-weight:800;color:var(--ink);letter-spacing:-.02em}.product-stock-row{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}.product-color-name{font-size:13px;color:var(--muted);min-width:0;text-align:right;flex-shrink:1}.product-config-options{display:flex;gap:8px;flex-wrap:wrap}.product-config-options>*{min-width:0;flex:1 1 auto;max-width:100%}@media (max-width: 480px){.product-config-options>*{flex:1 1 calc(50% - 4px);max-width:calc(50% - 4px)}}.product-qty-row{display:flex;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.product-cta-row{display:flex;gap:10px;margin-bottom:24px}.product-cta-row>button:first-child{flex:1;min-width:0}.product-perks-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media (max-width: 520px){.product-perks-grid{grid-template-columns:1fr}}.product-tabs-wrap{border-top:1px solid var(--line);margin-top:clamp(24px,4vw,40px)}.product-tabs{display:flex;border-bottom:1px solid var(--line);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-tabs::-webkit-scrollbar{display:none}.product-tab-btn{padding:14px 20px;font-size:14px;flex-shrink:0;text-transform:capitalize;transition:all .15s;white-space:nowrap}@media (max-width: 480px){.product-tab-btn{padding:12px 14px;font-size:13px}}.product-tab-panel{padding:clamp(24px,4vw,40px) 0 clamp(40px,6vw,60px)}.product-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(24px,4vw,48px);align-items:start}@media (max-width: 768px){.product-overview-grid{grid-template-columns:1fr}}.product-reviews-layout{display:flex;gap:40px;align-items:flex-start;flex-wrap:wrap}.product-reviews-summary{width:260px;flex-shrink:0;background:var(--white);border:1px solid var(--line);border-radius:16px;padding:28px}@media (max-width: 768px){.product-reviews-summary{width:100%}}.product-reviews-list{flex:1;min-width:min(100%,280px)}.product-color-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:12px}.product-related-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:32px;flex-wrap:wrap}.product-related-link{flex-shrink:0}.spec-row{display:flex;padding:10px 0;border-bottom:1px solid var(--line-2);gap:8px}@media (max-width: 480px){.spec-row{flex-direction:column}.spec-row>span:first-child{width:auto!important}}.cart-drawer-panel{width:min(440px,100vw);max-width:100vw}.checkout-page{background:var(--bg);min-height:100vh;padding:clamp(24px,4vw,40px) 0 clamp(48px,6vw,80px)}.checkout-page-title{font-size:clamp(1.5rem,2vw + 1rem,2rem);font-weight:700;color:var(--ink);margin-bottom:clamp(20px,3vw,32px);letter-spacing:-.02em}.checkout-2col{display:grid;grid-template-columns:minmax(0,1fr) min(380px,100%);gap:clamp(20px,3vw,24px);align-items:start}@media (max-width: 900px){.checkout-2col{grid-template-columns:1fr}}.checkout-main{min-width:0}.checkout-stepper{background:var(--white);border-radius:16px;border:1px solid var(--line);margin-bottom:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.checkout-stepper::-webkit-scrollbar{display:none}.checkout-stepper-inner{display:flex;align-items:center;padding:clamp(14px,2.5vw,18px) clamp(16px,3vw,28px);min-width:min-content}.checkout-step{display:flex;align-items:center;flex-shrink:0}.checkout-step:not(:last-child){flex:1;min-width:0}.checkout-step-content{display:flex;align-items:center;gap:10px;flex-shrink:0;white-space:nowrap}.checkout-step-circle{width:30px;height:30px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.checkout-step-label{font-size:14px}.checkout-step-label--short{display:none}.checkout-step-connector{flex:1;height:1px;background:var(--line);margin:0 clamp(8px,2vw,16px);min-width:12px}@media (max-width: 640px){.checkout-step-label--full{display:none}.checkout-step-label--short{display:inline}.checkout-step-label{font-size:13px}.checkout-step-circle{width:28px;height:28px;font-size:12px}.checkout-step-content{gap:8px}}.checkout-card{background:var(--white);border-radius:16px;border:1px solid var(--line);padding:clamp(18px,3vw,24px) clamp(18px,3vw,28px);margin-bottom:16px}.checkout-form-2col{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 520px){.checkout-form-2col{grid-template-columns:1fr}}.checkout-payment-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:24px}@media (max-width: 720px){.checkout-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 380px){.checkout-payment-grid{grid-template-columns:1fr}}.checkout-delivery-option{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-radius:12;text-align:left;width:100%;cursor:pointer;transition:all .15s}@media (max-width: 480px){.checkout-delivery-option{flex-direction:column;align-items:flex-start;padding:14px 16px}.checkout-delivery-option>span:last-child{align-self:flex-end}}.checkout-nav{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}@media (max-width: 520px){.checkout-nav{flex-direction:column-reverse;align-items:stretch}.checkout-nav>button{width:100%;justify-content:center}}.checkout-summary{background:var(--white);border-radius:16px;border:1px solid var(--line);padding:clamp(18px,3vw,24px);position:sticky;top:calc(var(--below-nav-sticky) + 8px)}@media (max-width: 900px){.checkout-summary{position:static;top:auto}}.checkout-success-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media (max-width: 480px){.checkout-success-actions{flex-direction:column;align-items:stretch}.checkout-success-actions>button{width:100%}}.account-page{background:var(--bg);min-height:100vh;padding:clamp(24px,4vw,32px) 0 clamp(48px,6vw,80px)}.account-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:clamp(20px,3vw,28px);flex-wrap:wrap}.account-heading-row>div:first-child{min-width:0;flex:1 1 220px}.account-heading-row h1{font-size:clamp(1.35rem,2vw + .75rem,2rem)}.account-heading-row>button{flex-shrink:0}@media (max-width: 520px){.account-heading-row>button{width:100%;justify-content:center}}.account-layout{display:grid;grid-template-columns:minmax(0,260px) minmax(0,1fr);gap:clamp(16px,3vw,24px);align-items:start}.account-main{min-width:0}.account-sidebar{position:sticky;top:calc(var(--below-nav-sticky) + 8px)}@media (max-width: 800px){.account-layout{grid-template-columns:1fr}.account-sidebar{position:static!important;top:auto}.account-layout.is-nav-only .account-main,.account-layout.is-content-only .account-sidebar{display:none}.account-page--section .account-breadcrumb{margin-bottom:12px}}.account-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px}@media (max-width: 900px){.account-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 480px){.account-stats-grid{grid-template-columns:1fr}}.account-picked-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}@media (max-width: 900px){.account-picked-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.account-picked-grid{grid-template-columns:1fr}}.account-orders-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px}.account-orders-scroll-inner{min-width:640px}.order-tracker-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:20px;flex-wrap:wrap}.order-tracker-header>div:first-child{min-width:0}.order-tracker-header>button{flex-shrink:0}@media (max-width: 480px){.order-tracker-header>button{width:100%}}.order-tracker-steps{display:flex;align-items:flex-start;margin-bottom:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.order-tracker-steps::-webkit-scrollbar{display:none}.order-tracker-steps>div{flex:1;min-width:72px}.order-tracker-card{background:var(--white);border-radius:16px;border:1px solid var(--line);padding:clamp(18px,3vw,24px) clamp(18px,3vw,28px);margin-bottom:24px}.order-tracker-courier{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:var(--bg);border-radius:10px;flex-wrap:wrap}@media (max-width: 480px){.order-tracker-courier>button{width:100%}}.account-settings-card{padding:clamp(20px,4vw,32px)}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-scroll table{min-width:520px}.contact-page{background:var(--bg);min-height:60vh;padding:48px 0 80px}@media (max-width: 800px){.contact-page{padding:28px 0 56px}}.contact-page-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start}.contact-page-grid>*{min-width:0}@media (max-width: 720px){.contact-page-grid{grid-template-columns:1fr;gap:32px}}.contact-page-form{display:flex;flex-direction:column;gap:14px}.contact-page-submit{width:fit-content;align-self:flex-end;padding:12px 28px}@media (max-width: 720px){.contact-page-submit{width:100%;align-self:stretch;padding:14px 20px}}.faq-page{background:var(--bg);min-height:60vh;padding:48px 0 80px}@media (max-width: 800px){.faq-page{padding:24px 0 56px}}.faq-page-breadcrumb{font-size:13px;color:var(--muted);margin-bottom:32px}@media (max-width: 800px){.faq-page-breadcrumb{margin-bottom:20px}}.faq-page-lead{font-size:15px;color:var(--muted);margin-bottom:40px}@media (max-width: 800px){.faq-page-lead{margin-bottom:28px}}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--line);overflow:hidden}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:clamp(14px,3vw,18px) clamp(16px,4vw,22px);text-align:left;min-height:48px;-webkit-tap-highlight-color:transparent;font-family:inherit;cursor:pointer;border:none;background:transparent;color:inherit}.faq-item__question{font-size:clamp(14px,3.6vw,15px);font-weight:700;color:var(--ink);flex:1;min-width:0;line-height:1.35}.faq-item__icon{font-size:20px;color:var(--muted);flex-shrink:0;line-height:1;transition:transform .2s}.faq-item__icon.is-open{transform:rotate(45deg)}.faq-item__answer{padding:0 clamp(16px,4vw,22px) clamp(16px,3vw,20px);padding-top:14px;font-size:14px;color:var(--ink-3);line-height:1.75;border-top:1px solid var(--line-2)}.policy-page{background:var(--bg);min-height:60vh;padding:48px 0 80px}.policy-page>.container{max-width:760px}@media (max-width: 800px){.policy-page{padding:24px 0 56px}}@media (max-width: 480px){.policy-page>.container{padding-left:max(16px,env(safe-area-inset-left,0px));padding-right:max(16px,env(safe-area-inset-right,0px))}}.policy-page-breadcrumb{font-size:13px;color:var(--muted);margin-bottom:32px}.policy-page-breadcrumb-current{color:var(--ink);overflow-wrap:anywhere}@media (max-width: 800px){.policy-page-breadcrumb{margin-bottom:20px}}.policy-page-title{font-size:clamp(22px,5vw,28px);font-weight:800;color:var(--ink);margin-bottom:8;line-height:1.2}.policy-page-meta{font-size:13px;color:var(--muted);margin-bottom:40px}@media (max-width: 800px){.policy-page-meta{margin-bottom:28px}}.policy-page-sections{display:flex;flex-direction:column;gap:clamp(24px,5vw,36px)}.policy-section__heading{font-size:clamp(15px,3.5vw,16px);font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.3}.policy-section__subheading{font-size:clamp(14px,3.2vw,15px);font-weight:700;color:var(--ink);margin:16px 0 8px;line-height:1.3}.policy-section__body{font-size:clamp(14px,3.2vw,15px);color:var(--ink-3);line-height:1.75;overflow-wrap:anywhere;text-wrap:pretty}.policy-section{scroll-margin-top:calc(var(--header-shell-h, 180px) + 16px)}.policy-section__list{margin:12px 0 0;padding-left:1.25rem;display:flex;flex-direction:column;gap:10px}.policy-section__list li{font-size:clamp(14px,3.2vw,15px);color:var(--ink-3);line-height:1.65}ol.policy-section__list{display:block;list-style:decimal;padding-left:1.5rem}ol.policy-section__list li{display:list-item;margin-bottom:10px}ol.policy-section__list li:last-child{margin-bottom:0}.policy-toc ul{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:8px}.policy-toc a{font-size:clamp(14px,3.2vw,15px);color:var(--brand);font-weight:600;text-decoration:none}.policy-toc a:hover{text-decoration:underline}@media (max-width: 640px){.policy-page-article{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--line);padding:clamp(18px,4vw,22px);padding-bottom:calc(clamp(18px,4vw,22px) + env(safe-area-inset-bottom,0px));box-shadow:var(--shadow-sm)}.policy-page-footer{border-top-color:var(--line-2)}}.policy-page-footer{margin-top:clamp(36px,8vw,52px);padding-top:clamp(24px,5vw,32px);border-top:1px solid var(--line);font-size:14px;color:var(--muted);line-height:1.6}.cart-page{background:var(--bg);min-height:100vh;padding:28px 0 80px}@media (max-width: 800px){.cart-page{padding:24px 0 56px}}.cart-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:32px;flex-wrap:wrap}.cart-page-title{font-size:clamp(24px,5vw,32px);font-weight:800;color:var(--ink);letter-spacing:-.02em;line-height:1.2;min-width:0}.cart-page-title-muted{color:var(--muted);font-weight:400}.cart-page-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--ink);text-decoration:none;padding:9px 16px;border-radius:10px;border:1px solid var(--line);background:var(--white);transition:border-color .15s;flex-shrink:0}.cart-page-back:hover{border-color:var(--brand)}@media (max-width: 640px){.cart-page-heading{margin-bottom:24px}.cart-page-back{width:100%;justify-content:center}}.cart-page-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:32px;align-items:start;grid-template-areas:"main summary" "related summary"}.cart-page-main{grid-area:main;min-width:0}.cart-summary{grid-area:summary}.cart-related{grid-area:related}@media (max-width: 960px){.cart-page-layout{grid-template-columns:1fr;grid-template-areas:"main" "summary" "related";gap:28px}}.cart-table{background:var(--white);border-radius:16px;border:1px solid var(--line);overflow:hidden}.cart-table-header{display:grid;grid-template-columns:minmax(0,1fr) 160px 120px 32px;padding:12px 24px;border-bottom:1px solid var(--line);gap:16px}.cart-table-header span{font-size:11px;font-weight:700;color:var(--muted);letter-spacing:.07em}.cart-table-header span:nth-child(3){text-align:right}.cart-item{display:grid;grid-template-columns:minmax(0,1fr) 160px 120px 32px;padding:20px 24px;gap:16px;align-items:center;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:none}.cart-item__product{display:flex;gap:14px;align-items:center;min-width:0}.cart-item__thumb{width:72px;height:72px;border-radius:10px;background:#f0ede8;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.cart-item__thumb img{width:48px;height:56px;object-fit:contain}.cart-item__info{min-width:0}.cart-item__series{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:3px}.cart-item__model{font-size:14px;font-weight:700;color:var(--ink);margin-bottom:3px}.cart-item__meta{font-size:12px;color:var(--muted);margin-bottom:8px}.cart-item__actions{display:flex;gap:12px;flex-wrap:wrap}.cart-item__actions button{font-size:12px;font-weight:600;cursor:pointer}.cart-item__actions button:first-child{color:var(--brand)}.cart-item__actions button:last-child{color:var(--muted)}.cart-item__qty-wrap{display:flex;justify-content:center}.cart-item__qty{display:flex;align-items:center;border:1.5px solid var(--line);border-radius:10px;overflow:hidden;background:var(--white)}.cart-item__qty button{width:36px;height:36px;font-size:18px;font-weight:600;color:var(--ink-3)}.cart-item__qty span{width:32px;text-align:center;font-size:14px;font-weight:700}.cart-item__price{font-size:16px;font-weight:700;color:var(--ink);text-align:right;margin:0}.cart-item__remove-icon{color:var(--muted);font-size:18px;line-height:1;cursor:pointer;justify-self:center}.cart-item__price-mobile{display:none;font-size:16px;font-weight:700;color:var(--ink);flex-shrink:0;margin:0}.cart-item__row-mobile{display:contents}@media (max-width: 720px){.cart-table-header{display:none}.cart-item{display:flex;flex-direction:column;align-items:stretch;padding:clamp(16px,4vw,20px);gap:14px}.cart-item__row-mobile{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%}.cart-item__product{flex:1;min-width:0}.cart-item__price-mobile{display:block}.cart-item__price-desktop,.cart-item__remove-icon{display:none}.cart-item__qty-wrap{justify-content:flex-start}.cart-item__meta{margin-bottom:0}.cart-item__actions{margin-top:4px}}.cart-related{margin-top:0}.cart-related-title{font-size:clamp(18px,4vw,20px);font-weight:800;color:var(--ink);margin-bottom:20px;line-height:1.25}.cart-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}@media (max-width: 960px){.cart-related{min-width:0}.cart-related-grid{display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:thin;padding-bottom:6px;margin-left:calc(-1 * var(--page-gutter));margin-right:calc(-1 * var(--page-gutter));padding-left:var(--page-gutter);padding-right:var(--page-gutter)}.cart-related-grid::-webkit-scrollbar{height:4px}.cart-related-grid::-webkit-scrollbar-thumb{background:var(--line);border-radius:999px}.cart-related-grid>.product-card{flex:0 0 calc(50% - 6px);min-width:calc(50% - 6px);max-width:220px;scroll-snap-align:start}}.cart-summary{background:var(--white);border-radius:16px;border:1px solid var(--line);padding:24px;position:sticky;top:100px;align-self:start}@media (max-width: 960px){.cart-summary{position:static;top:auto}}.cart-empty{padding:clamp(48px,12vw,80px) 0;text-align:center}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}
