*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}img,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-width{width:min(calc(100% - 32px),var(--page));margin-inline:auto}.section{padding:72px 0}.section--tight{padding:40px 0}.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.h1,.h2,.h3,h1,h2,h3{margin:0 0 .5em;line-height:1.02;letter-spacing:-.035em}.h1,h1{font-size:clamp(2.5rem,8vw,6.8rem)}.h2,h2{font-size:clamp(2rem,5vw,4.4rem)}.h3,h3{font-size:clamp(1.25rem,2vw,1.8rem)}p{margin:0 0 1em}.muted{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:50px;padding:0 24px;border:2px solid var(--ink);border-radius:999px;background:var(--ink);color:#fff;font-weight:800;cursor:pointer;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button--accent{background:var(--accent);color:var(--ink);border-color:var(--accent)}.button--outline{background:transparent;color:var(--ink)}.button--full{width:100%}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px;z-index:9999}.announcement{background:var(--accent);color:var(--ink);font-size:.84rem;font-weight:800;text-align:center;padding:9px 16px}.site-header{position:sticky;top:0;z-index:50;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(10,10,10,.08)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:74px}.brand-logo{display:flex;align-items:center}.brand-logo img{max-height:48px;width:auto}.brand-word{font-weight:900;font-size:1.15rem}.nav{display:flex;justify-content:center;gap:28px;font-weight:700}.header-actions{display:flex;align-items:center;gap:14px}.cart-pill{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:var(--ink);color:#fff;font-weight:800}.cart-count{background:var(--accent);color:var(--ink);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:.75rem}.menu-toggle{display:none;background:none;border:0;font-size:1.4rem}.hero{overflow:hidden}.hero-shell{position:relative;min-height:clamp(520px,72vw,760px);border-radius:calc(var(--radius) + 12px);background:var(--accent);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:clamp(28px,5vw,72px);overflow:hidden}.hero-shell:after{content:"3 2 1";position:absolute;right:-3%;bottom:-12%;font-weight:900;font-size:clamp(7rem,22vw,18rem);line-height:.8;letter-spacing:-.09em;opacity:.08;white-space:nowrap}.hero-copy{position:relative;z-index:2;max-width:700px}.hero-copy .h1{font-size:clamp(3.2rem,7.8vw,7rem)}.hero-copy p{font-size:clamp(1rem,1.5vw,1.25rem);max-width:560px}.hero-media{position:relative;z-index:2;display:grid;place-items:center;height:100%}.hero-media img{max-height:620px;object-fit:contain;filter:drop-shadow(0 26px 30px rgba(0,0,0,.16))}.hero-placeholder{width:min(420px,90%);aspect-ratio:.75;border-radius:40px;background:#fff;box-shadow:0 30px 80px #00000029;display:grid;place-items:center;font-size:6rem;font-weight:900}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust-item{border:1px solid rgba(10,10,10,.1);border-radius:var(--radius);padding:22px;background:var(--paper)}.trust-item strong{display:block;font-size:1rem}.trust-icon{font-size:1.6rem;margin-bottom:8px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.section-head p{max-width:520px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{position:relative}.product-card__media{background:var(--paper);border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1.18;display:grid;place-items:center}.product-card__media img{width:100%;height:100%;object-fit:contain;transition:.35s ease}.product-card:hover img{transform:scale(1.035)}.product-card__info{padding:14px 4px}.product-card__title{font-weight:800;margin-bottom:5px}.price{font-weight:900;font-size:1.08rem}.compare{color:var(--muted);text-decoration:line-through;margin-inline-start:7px;font-weight:500}.badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--accent);padding:7px 10px;border-radius:999px;font-size:.72rem;font-weight:900}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;min-height:360px;border-radius:calc(var(--radius) + 8px);overflow:hidden;background:var(--ink);color:#fff;padding:26px;display:flex;align-items:flex-end}.category-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.72}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 35%,#000000b3)}.category-card__copy{position:relative;z-index:2}.promo{background:var(--ink);color:#fff;border-radius:calc(var(--radius) + 10px);padding:clamp(30px,6vw,72px);display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.promo strong{color:var(--accent)}.newsletter{background:var(--accent);border-radius:calc(var(--radius) + 10px);padding:clamp(28px,5vw,60px);display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.newsletter-form{display:flex;gap:10px}.newsletter-form input{flex:1;min-height:52px;border:2px solid var(--ink);border-radius:999px;background:#fff;padding:0 18px}.site-footer{background:var(--ink);color:#fff;margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:44px;padding:64px 0}.footer-title{font-weight:900;margin-bottom:14px}.footer-menu{display:grid;gap:9px;color:#d7d7d7}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:18px 0;color:#aaa;font-size:.84rem}.product-main{display:grid;grid-template-columns:1.08fr .92fr;gap:56px;align-items:start}.product-gallery{position:sticky;top:104px}.product-media-main{background:var(--paper);border-radius:calc(var(--radius) + 8px);overflow:hidden;aspect-ratio:1/1;display:grid;place-items:center}.product-media-main img{width:100%;height:100%;object-fit:contain}.thumbs{display:flex;gap:10px;margin-top:10px;overflow:auto}.thumb{width:74px;height:74px;border:1px solid #ddd;border-radius:12px;padding:4px;background:#fff;cursor:pointer}.thumb img{width:100%;height:100%;object-fit:contain}.product-panel{padding-top:12px}.product-title{font-size:clamp(2.3rem,5vw,4.8rem)}.product-price{font-size:1.65rem;font-weight:900;margin:18px 0}.product-description{color:#444}.field{margin:20px 0}.field label{display:block;font-weight:800;margin-bottom:8px}.field select,.field input[type=number]{width:100%;min-height:50px;border:1px solid #bbb;border-radius:12px;padding:0 14px;background:#fff}.buy-row{display:grid;grid-template-columns:90px 1fr;gap:10px}.shopify-payment-button{margin-top:10px}.micro-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.micro-trust div{background:var(--paper);border-radius:12px;padding:12px;text-align:center;font-size:.8rem;font-weight:700}.collection-header{padding:54px 0 28px}.collection-tools{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.collection-tools select{border:1px solid #ccc;border-radius:999px;padding:11px 15px;background:#fff}.pagination{display:flex;justify-content:center;gap:8px;margin-top:36px}.pagination a,.pagination span{min-width:40px;height:40px;display:grid;place-items:center;border-radius:50%;border:1px solid #ddd}.pagination .current{background:var(--ink);color:#fff}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:40px}.cart-line{display:grid;grid-template-columns:110px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid #e5e5e5}.cart-line img{width:110px;height:110px;object-fit:contain;background:var(--paper);border-radius:14px}.cart-summary{background:var(--paper);padding:24px;border-radius:var(--radius);position:sticky;top:110px}.empty-state{text-align:center;padding:100px 0}.rte{max-width:820px}.rte h1,.rte h2,.rte h3{margin-top:1.2em}.search-form{display:flex;gap:10px;max-width:700px;margin:22px 0}.search-form input{flex:1;min-height:52px;border:1px solid #aaa;border-radius:999px;padding:0 18px}.mobile-nav{display:none}.rtl .badge{left:auto;right:12px}@media(max-width:990px){.nav{display:none}.menu-toggle{display:block}.header-inner{grid-template-columns:auto 1fr auto}.brand-logo{justify-self:center}.mobile-nav.is-open{display:grid;padding:12px 0 20px;gap:12px;font-weight:800}.hero-shell,.newsletter,.product-main,.promo{grid-template-columns:1fr}.hero-media{min-height:260px}.hero-media img{max-height:380px}.trust-row,.product-grid{grid-template-columns:repeat(2,1fr)}.categories,.footer-grid{grid-template-columns:1fr 1fr}.product-gallery{position:static}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media(max-width:640px){.page-width{width:min(calc(100% - 22px),var(--page))}.section{padding:48px 0}.header-actions .header-link{display:none}.hero-shell{min-height:620px;padding:28px 20px}.hero-copy .h1{font-size:3.2rem}.trust-row,.categories,.footer-grid{grid-template-columns:1fr}.product-grid{gap:12px}.product-card__info{font-size:.9rem}.section-head{display:block}.section-head .button{margin-top:14px}.newsletter-form{display:grid}.micro-trust{grid-template-columns:1fr}.buy-row{grid-template-columns:72px 1fr}.cart-line{grid-template-columns:82px 1fr}.cart-line img{width:82px;height:82px}.cart-line>div:last-child{grid-column:2}.footer-grid{gap:28px}.promo{padding:30px 22px}}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}[data-reveal].is-visible{opacity:1;transform:none}.phone-finder{padding-top:30px}.phone-finder__panel{background:var(--ink);color:#fff;border-radius:calc(var(--radius) + 14px);padding:clamp(24px,4vw,54px);overflow:hidden;position:relative}.phone-finder__panel:before{content:"321";position:absolute;right:-.03em;top:-.18em;font-size:clamp(9rem,25vw,21rem);font-weight:950;line-height:1;letter-spacing:-.12em;color:#ffffff09;pointer-events:none}.phone-finder__intro{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:end;margin-bottom:28px}.phone-finder__intro .eyebrow{color:var(--accent);grid-column:1/-1}.phone-finder__intro .h2{margin:0;color:#fff}.phone-finder__intro p{color:#cfcfcf;margin:0;max-width:580px}.phone-finder__models{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.phone-model-card{position:relative;background:#fff;color:var(--ink);border-radius:18px;padding:18px;min-height:150px;display:flex;flex-direction:column;transition:.22s ease;border:2px solid transparent}.phone-model-card:hover{transform:translateY(-4px);border-color:var(--accent);box-shadow:0 14px 28px #0000002e}.phone-model-card__device{width:34px;height:51px;border:2px solid currentColor;border-radius:8px;margin-bottom:14px;position:relative}.phone-model-card__device:before,.phone-model-card__device:after,.phone-model-card__device span:before{content:"";position:absolute;width:6px;height:6px;border:1.5px solid currentColor;border-radius:50%}.phone-model-card__device:before{left:5px;top:5px}.phone-model-card__device:after{left:13px;top:5px}.phone-model-card__device span:before{left:5px;top:13px}.phone-model-card__name{font-weight:900;letter-spacing:-.025em}.phone-model-card__sub{font-size:.76rem;color:var(--muted);margin-top:3px}.phone-model-card__arrow{position:absolute;right:14px;bottom:13px;font-size:1.25rem}.phone-model-card:hover .phone-model-card__arrow{transform:translate(3px)}.phone-finder__note{position:relative;z-index:1;margin-top:18px;color:#aaa;font-size:.82rem}.bundle-banner{position:relative;overflow:hidden;background:var(--accent);border-radius:calc(var(--radius) + 12px);padding:clamp(28px,5vw,62px);display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:center}.bundle-banner:after{content:"3";position:absolute;right:-.06em;bottom:-.48em;font-size:24rem;font-weight:950;line-height:1;opacity:.07}.bundle-banner .h2{max-width:720px}.bundle-banner small{display:block;max-width:620px;opacity:.65}.bundle-banner__deal{position:relative;z-index:1;background:var(--ink);color:#fff;border-radius:24px;padding:28px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;transform:rotate(1deg)}.bundle-banner__big{font-size:clamp(2.4rem,5vw,4.8rem);font-weight:950;line-height:.9;letter-spacing:-.07em}.bundle-banner__deal .button{margin-top:10px}.countdown-card{background:var(--ink);color:#fff;border-radius:calc(var(--radius) + 10px);padding:clamp(26px,4vw,48px);display:grid;grid-template-columns:1fr auto auto;gap:30px;align-items:center}.countdown-card .eyebrow{color:var(--accent)}.countdown-card h2{font-size:clamp(1.7rem,3.8vw,3.2rem)}.countdown-card p{color:#bbb;margin:0}.countdown{display:flex;gap:8px}.countdown>div{min-width:65px;background:#1b1b1b;border:1px solid #333;border-radius:14px;padding:12px 8px;text-align:center}.countdown strong{display:block;font-size:1.45rem;color:var(--accent)}.countdown span{display:block;font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:#999}.collection-phone-nav-wrap{position:sticky;top:74px;z-index:35;background:#fffffff2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #e9e9e9}.collection-phone-nav{display:flex;align-items:center;gap:14px;padding:12px 0}.collection-phone-nav__label{flex:0 0 auto;font-size:.78rem;font-weight:900}.collection-phone-nav__scroller{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding:2px}.collection-phone-nav__scroller::-webkit-scrollbar{display:none}.model-chip{white-space:nowrap;border:1px solid #d7d7d7;border-radius:999px;padding:9px 13px;font-size:.78rem;font-weight:800;background:#fff}.model-chip:hover,.model-chip.is-active{background:var(--accent);border-color:var(--accent)}.product-section-v2{padding-top:48px}.product-sale-badge{position:absolute;top:16px;left:16px;background:var(--accent);font-weight:950;border-radius:999px;padding:8px 12px}.product-media-main{position:relative}.product-kicker{color:var(--muted);font-size:1rem}.variant-picker,.bundle-picker{margin:24px 0}.variant-picker__top{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.variant-picker__top label{font-weight:900;font-size:1rem}.variant-picker__top span{font-size:.72rem;color:var(--muted);text-align:right}.variant-pills{display:flex;flex-wrap:wrap;gap:8px}.variant-pill{border:1.5px solid #cfcfcf;background:#fff;border-radius:12px;min-height:48px;padding:10px 14px;font-weight:800;cursor:pointer;transition:.15s}.variant-pill small{display:block;font-size:.64rem;font-weight:500;color:#888}.variant-pill:hover{border-color:var(--ink)}.variant-pill.is-selected{background:var(--ink);border-color:var(--ink);color:#fff;box-shadow:inset 0 -3px 0 var(--accent)}.variant-pill:disabled{opacity:.38;cursor:not-allowed;text-decoration:line-through}.bundle-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.bundle-choice{position:relative;background:#fff;border:1.5px solid #d0d0d0;border-radius:14px;padding:14px 10px;display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer}.bundle-choice strong{font-size:1.35rem}.bundle-choice span{font-size:.7rem;color:var(--muted)}.bundle-choice.is-selected{border-color:var(--ink);box-shadow:inset 0 -4px 0 var(--accent)}.bundle-choice--hot{padding-top:22px}.bundle-choice em{position:absolute;top:0;left:0;right:0;background:var(--accent);font-size:.58rem;font-style:normal;font-weight:950;letter-spacing:.08em;padding:3px;border-radius:12px 12px 0 0}.product-atc{min-height:58px;font-size:1rem;justify-content:space-between;padding-inline:22px}.micro-trust--v2{margin-top:14px}.product-details{border-top:1px solid #ddd;padding:16px 0}.product-details:last-of-type{border-bottom:1px solid #ddd}.product-details summary{cursor:pointer;font-weight:900;list-style:none;display:flex;justify-content:space-between}.product-details summary:after{content:"+"}.product-details[open] summary:after{content:"\2212"}.product-details .product-description{padding-top:12px}.sticky-atc-mobile{display:none}.thumb.is-active{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.rtl body,[dir=rtl] body{font-family:Noto Sans Arabic,Tahoma,Arial,sans-serif}.rtl .phone-finder__panel:before,[dir=rtl] .phone-finder__panel:before{right:auto;left:-.03em}.rtl .phone-model-card__arrow,[dir=rtl] .phone-model-card__arrow{right:auto;left:14px;transform:rotate(180deg)}.rtl .variant-picker__top span,[dir=rtl] .variant-picker__top span{text-align:left}.rtl .product-sale-badge,[dir=rtl] .product-sale-badge{left:auto;right:16px}.rtl .bundle-banner:after,[dir=rtl] .bundle-banner:after{right:auto;left:-.06em}@media(max-width:990px){.phone-finder__models{grid-template-columns:repeat(3,1fr)}.bundle-banner,.countdown-card{grid-template-columns:1fr}.countdown-card .button{justify-self:start}}@media(max-width:640px){body{padding-bottom:76px}.phone-finder{padding-top:18px}.phone-finder__panel{margin-inline:-2px;padding:24px 18px}.phone-finder__intro{grid-template-columns:1fr;gap:8px}.phone-finder__intro .eyebrow{grid-column:auto}.phone-finder__models{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:4px;gap:9px;margin-inline:-18px;padding:4px 18px 12px;scrollbar-width:none}.phone-finder__models::-webkit-scrollbar{display:none}.phone-model-card{flex:0 0 72%;min-height:145px;scroll-snap-align:start}.phone-finder__note{margin-top:8px}.bundle-banner{padding:28px 20px}.bundle-banner__deal{transform:none}.countdown-card{padding:24px 18px;gap:20px}.countdown{display:grid;grid-template-columns:repeat(4,1fr);width:100%;gap:5px}.countdown>div{min-width:0;padding:10px 4px}.countdown strong{font-size:1.2rem}.collection-phone-nav-wrap{top:73px}.collection-phone-nav{display:block;padding:8px 0}.collection-phone-nav__label{display:block;margin:0 0 6px 2px}.model-chip{padding:8px 12px}.variant-picker__top{display:block}.variant-picker__top span{display:block;text-align:left;margin-top:2px}.variant-pills{display:grid;grid-template-columns:repeat(2,1fr)}.variant-pill{text-align:center}.bundle-options{gap:6px}.bundle-choice{padding-inline:6px}.sticky-atc-mobile{position:fixed;left:0;right:0;bottom:0;z-index:80;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fffffff7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid #ddd;padding:9px 12px max(9px,env(safe-area-inset-bottom));transform:translateY(110%);transition:transform .25s ease;box-shadow:0 -12px 30px #00000014}.sticky-atc-mobile.is-visible{transform:none}.sticky-atc-mobile>div{min-width:0;display:flex;flex-direction:column}.sticky-atc-mobile strong{font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:52vw}.sticky-atc-mobile span{font-weight:900}.sticky-atc-mobile .button{min-height:46px;padding:0 20px}.product-panel{padding-bottom:18px}}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}.phone-model-card,.button{transition:none}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.text-link{font-weight:850;text-decoration:underline;text-underline-offset:4px}.button--ghost{background:#fff;color:var(--ink);border-color:var(--ink)}.button--small{min-height:42px;padding-inline:18px;font-size:.82rem}.hero-v3{padding:22px 0 28px;overflow:hidden}.hero-v3__shell{position:relative;min-height:min(720px,78vh);border-radius:34px;background:var(--hero-bg);display:grid;grid-template-columns:1.03fr .97fr;align-items:center;overflow:hidden;padding:clamp(30px,5.5vw,74px)}.hero-v3__shell:before{content:"321";position:absolute;left:-.03em;bottom:-.3em;font-size:clamp(12rem,31vw,30rem);font-weight:950;line-height:.8;letter-spacing:-.12em;opacity:.065;pointer-events:none}.hero-v3__copy{position:relative;z-index:2;max-width:740px}.hero-v3__title{font-size:clamp(3.2rem,7.4vw,7.8rem);max-width:900px}.hero-v3__copy>p{font-size:clamp(1rem,1.45vw,1.24rem);max-width:600px}.hero-v3__actions{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.hero-v3__proof{display:flex;gap:15px 22px;flex-wrap:wrap;font-size:.78rem;font-weight:800}.hero-v3__visual{position:relative;z-index:1;display:grid;place-items:center;min-height:460px}.hero-v3__visual>img{max-height:610px;width:100%;object-fit:contain;filter:drop-shadow(0 30px 36px rgba(0,0,0,.16))}.hero-v3__art{position:relative;width:min(470px,95%);aspect-ratio:1}.hero-v3__phone{position:absolute;display:block;width:46%;height:78%;border:9px solid var(--ink);border-radius:42px;background:#ffffff85;box-shadow:0 28px 60px #00000021}.hero-v3__phone:before{content:"";position:absolute;left:10%;top:7%;width:28%;aspect-ratio:1;border:6px solid var(--ink);border-radius:30%;background:#fff6}.hero-v3__phone--1{left:13%;top:8%;transform:rotate(-10deg)}.hero-v3__phone--2{right:8%;bottom:4%;transform:rotate(8deg);background:#fff}.hero-v3__dot{position:absolute;width:36px;aspect-ratio:1;background:var(--ink);border-radius:50%}.hero-v3__dot--1{right:6%;top:7%}.hero-v3__dot--2{right:20%;top:18%}.hero-v3__dot--3{right:5%;top:30%}.phone-shop{padding-top:46px}.phone-shop__head{display:grid;grid-template-columns:1fr auto;gap:26px;align-items:end;margin-bottom:22px}.phone-shop__head .h2{margin-bottom:.16em}.phone-shop__intro{max-width:700px;color:#454545;font-size:1.03rem}.phone-shop__quick{background:var(--ink);color:#fff;border-radius:26px;padding:22px;display:grid;grid-template-columns:auto minmax(280px,620px) 1fr;gap:18px;align-items:center;margin-bottom:14px}.phone-shop__quick>label{font-size:.82rem;font-weight:900;color:var(--accent);letter-spacing:.05em;text-transform:uppercase}.phone-shop__select-wrap,.collection-switcher__control{position:relative}.phone-shop__select-wrap select,.collection-switcher__control select{appearance:none;-webkit-appearance:none;width:100%;min-height:58px;border:0;border-radius:14px;background:#fff;color:var(--ink);font-size:1rem;font-weight:850;padding:0 48px 0 16px;cursor:pointer}.phone-shop__select-wrap>span,.collection-switcher__control>span{position:absolute;right:17px;top:50%;transform:translateY(-50%);font-size:1.25rem;color:var(--ink);pointer-events:none}.phone-shop__quick>p{margin:0;color:#a9a9a9;font-size:.76rem;line-height:1.35}.phone-shop__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.phone-choice{min-height:106px;border:1.5px solid #d9d9d9;border-radius:18px;padding:14px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;background:#fff;transition:.2s ease}.phone-choice:hover{border-color:var(--ink);transform:translateY(-2px);box-shadow:0 10px 28px #00000012}.phone-choice__icon{position:relative;width:32px;height:48px;border:2px solid var(--ink);border-radius:8px}.phone-choice__icon:before,.phone-choice__icon:after,.phone-choice__icon span:before{content:"";position:absolute;width:6px;height:6px;border:1.5px solid currentColor;border-radius:50%}.phone-choice__icon:before{left:5px;top:5px}.phone-choice__icon:after{left:13px;top:5px}.phone-choice__icon span:before{left:5px;top:13px}.phone-choice__copy{min-width:0}.phone-choice__copy strong{display:block;font-size:.95rem;line-height:1.15}.phone-choice__copy small{display:block;color:var(--muted);font-size:.7rem;margin-top:4px}.phone-choice__arrow{font-size:1.25rem}.phone-shop__footer{display:flex;gap:10px;justify-content:center;margin-top:20px}.shop-steps{padding-top:12px}.shop-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;background:var(--paper);padding:10px;border-radius:22px}.shop-step{display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:start;padding:18px;background:#fff;border-radius:16px}.shop-step__num{width:42px;height:42px;border-radius:50%;background:var(--accent);display:grid;place-items:center;font-weight:950}.shop-step strong{display:block;font-size:.96rem}.shop-step p{font-size:.78rem;color:var(--muted);margin:3px 0 0}.collections-home__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.collection-tile{display:block}.collection-tile__media{aspect-ratio:1/1;background:var(--paper);border-radius:22px;overflow:hidden;display:grid;place-items:center}.collection-tile__media img{width:100%;height:100%;object-fit:contain;transition:.3s ease}.collection-tile:hover img{transform:scale(1.035)}.collection-tile__placeholder{font-size:4rem;font-weight:950;letter-spacing:-.1em;opacity:.12}.collection-tile__copy{display:flex;justify-content:space-between;gap:12px;padding:12px 4px 2px}.collection-tile__copy strong{font-size:.95rem}.collection-tile__copy span{font-size:.72rem;color:var(--muted);white-space:nowrap}.collection-directory__head{max-width:760px;margin-bottom:34px}.collection-directory__head .button{margin-top:8px}.collection-switcher{position:sticky;top:74px;z-index:34;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #e8e8e8}.collection-switcher__bar{display:grid;grid-template-columns:auto minmax(260px,500px) auto;gap:16px;align-items:center;padding:10px 0}.collection-switcher__copy{display:grid;line-height:1.1}.collection-switcher__copy .eyebrow{font-size:.6rem;color:var(--muted)}.collection-switcher__copy strong{font-size:.85rem}.collection-switcher__control select{min-height:44px;border:1px solid #d7d7d7;border-radius:999px;font-size:.82rem;padding-inline:16px 42px}.featured-v3 .section-head{align-items:end}.featured-v3 .section-head p{color:var(--muted)}[dir=rtl] .phone-shop__select-wrap select,[dir=rtl] .collection-switcher__control select{padding:0 16px 0 48px}[dir=rtl] .phone-shop__select-wrap>span,[dir=rtl] .collection-switcher__control>span{right:auto;left:17px}[dir=rtl] .phone-choice__arrow{transform:rotate(180deg)}[dir=rtl] .hero-v3__shell:before{left:auto;right:-.03em}@media(max-width:990px){.hero-v3__shell{grid-template-columns:1fr;min-height:auto}.hero-v3__visual{min-height:360px}.phone-shop__quick{grid-template-columns:1fr}.phone-shop__grid,.collections-home__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-steps__grid{grid-template-columns:1fr}.collection-switcher__bar{grid-template-columns:1fr minmax(220px,1.4fr) auto}}@media(max-width:640px){body{padding-bottom:0}.template-product{padding-bottom:76px}.hero-v3{padding:10px 0 14px}.hero-v3__shell{border-radius:24px;padding:30px 20px 22px}.hero-v3__title{font-size:clamp(3rem,15vw,4.4rem)}.hero-v3__visual{min-height:300px}.hero-v3__actions{display:grid}.hero-v3__actions .button{width:100%}.hero-v3__proof{display:grid;gap:5px}.phone-shop{padding-top:36px}.phone-shop__head{grid-template-columns:1fr;gap:5px}.phone-shop__head>.text-link{display:none}.phone-shop__quick{margin-inline:-1px;border-radius:20px;padding:17px;gap:10px}.phone-shop__select-wrap select{min-height:62px;font-size:1.02rem}.phone-shop__grid{grid-template-columns:1fr;gap:8px}.phone-choice{min-height:84px;grid-template-columns:36px 1fr auto;padding:11px 14px}.phone-choice__icon{width:27px;height:41px}.phone-shop__footer{display:grid}.phone-shop__footer .button{width:100%}.shop-steps__grid{padding:7px}.shop-step{padding:14px}.collections-home__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.collection-tile__copy{display:grid;gap:2px}.collection-switcher{top:73px}.collection-switcher__bar{grid-template-columns:1fr;gap:7px;padding:8px 0}.collection-switcher__copy{display:none}.collection-switcher__control select{min-height:48px;width:100%}.collection-switcher .button{display:none}.collection-header{padding-top:34px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.site-header{top:0;background:#fffffff7;border-bottom:1px solid rgba(10,10,10,.07);box-shadow:0 6px 28px #00000009}.header-inner--v4{grid-template-columns:minmax(140px,1fr) auto minmax(140px,1fr);min-height:82px;gap:28px}.brand-logo--v4{grid-column:1;justify-self:start}.brand-logo--v4 img{max-height:54px;width:auto}.nav--v4{grid-column:2;gap:24px;font-size:.86rem}.nav--v4 a{position:relative;padding:28px 0}.nav--v4 a:after{content:"";position:absolute;left:0;right:100%;bottom:22px;height:2px;background:var(--accent);transition:right .2s ease}.nav--v4 a:hover:after{right:0}.header-actions--v4{grid-column:3;justify-self:end;gap:8px}.header-search{width:44px;height:44px;border:1px solid #e7e7e7;border-radius:50%;display:grid;place-items:center}.header-search svg,.cart-pill--v4 svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.cart-pill--v4{min-height:48px;padding:7px 9px 7px 14px;gap:8px}.cart-pill--v4 .cart-count{width:30px;height:30px;font-size:.78rem}.menu-toggle--v4{width:44px;height:44px;border:1px solid #e7e7e7;border-radius:50%;padding:0;place-items:center;align-content:center;gap:4px}.menu-toggle--v4 span{display:block;width:18px;height:2px;background:var(--ink);border-radius:2px;transition:.2s}.menu-toggle--v4.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle--v4.is-open span:nth-child(2){opacity:0}.menu-toggle--v4.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav--v4{border-top:1px solid #eee;padding:10px 0 18px!important;gap:0!important}.mobile-nav--v4 a{display:flex;align-items:center;justify-content:space-between;padding:14px 3px;border-bottom:1px solid #f1f1f1;font-size:1rem}.mobile-nav--v4 .mobile-nav__primary{background:var(--accent);border:0;border-radius:14px;padding:15px 16px;margin:4px 0 8px}.hero-v4{padding:16px 0 28px;overflow:hidden}.hero-v4__shell{position:relative;background:var(--hero-bg);border-radius:34px;min-height:650px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);align-items:center;padding:clamp(34px,6vw,78px);overflow:hidden}.hero-v4__shell:after{content:"";position:absolute;inset:auto -12% -38% auto;width:62%;aspect-ratio:1;background:radial-gradient(circle,#ffffff6b,#fff0 68%);pointer-events:none}.hero-v4__copy{position:relative;z-index:3;max-width:790px}.hero-v4__eyebrow{margin-bottom:18px;letter-spacing:.22em}.hero-v4__title{font-size:clamp(3.8rem,7.3vw,7.6rem);line-height:.86;letter-spacing:-.068em;margin-bottom:28px}.hero-v4__title>span{display:block}.hero-v4__title>span+span{margin-top:.08em}.countdown-word{display:inline-flex;gap:.08em;white-space:nowrap}.countdown-word i{font-style:normal;display:inline-block;animation:countWord 3.6s cubic-bezier(.2,.8,.2,1) infinite}.countdown-word i:nth-child(2){animation-delay:.15s}.countdown-word i:nth-child(3){animation-delay:.3s}.hero-v4__text{font-size:clamp(1rem,1.45vw,1.22rem);max-width:560px;margin-bottom:24px}.hero-v4__actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.hero-v4__primary{min-height:60px;padding-inline:30px}.hero-v4__catalog{font-weight:900;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:5px}.hero-v4__visual{position:relative;z-index:2;min-height:440px;display:grid;place-items:center}.hero-countdown-stage{position:relative;width:min(420px,95%);aspect-ratio:1}.hero-count{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:clamp(12rem,25vw,23rem);font-weight:950;line-height:1;letter-spacing:-.12em;opacity:0;transform:scale(.78) translateY(7%);animation:heroCountdown 6s cubic-bezier(.16,1,.3,1) infinite}.hero-count--2{animation-delay:2s}.hero-count--1{animation-delay:4s}.hero-count__dot{position:absolute;width:18px;aspect-ratio:1;border-radius:50%;background:var(--ink);opacity:.2}.hero-count__dot--1{right:8%;top:17%}.hero-count__dot--2{right:2%;top:27%}.hero-count__dot--3{right:14%;top:33%}@keyframes heroCountdown{0%{opacity:0;transform:scale(.72) translateY(9%) rotate(-3deg)}10%,26%{opacity:1;transform:scale(1) translateY(0) rotate(0)}33%,to{opacity:0;transform:scale(1.08) translateY(-5%) rotate(2deg)}}@keyframes countWord{0%,65%,to{transform:translateY(0)}72%{transform:translateY(-.08em)}78%{transform:translateY(0)}}.quantity-simple{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:22px 0 14px}.quantity-simple__label{font-weight:900}.quantity-simple__control{display:grid;grid-template-columns:42px 52px 42px;align-items:center;border:1.5px solid #d7d7d7;border-radius:999px;overflow:hidden;background:#fff}.quantity-simple__control button{height:46px;border:0;background:#fff;font-size:1.25rem;cursor:pointer}.quantity-simple__control input{width:100%;height:46px;border:0;text-align:center;font-weight:900;-moz-appearance:textfield}.quantity-simple__control input::-webkit-outer-spin-button,.quantity-simple__control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dynamic-checkout-wrap{margin-top:10px}.shopify-payment-button__button--unbranded{min-height:58px!important;border:2px solid var(--ink)!important;border-radius:999px!important;background:#fff!important;color:var(--ink)!important;font-weight:900!important;font-size:1rem!important;letter-spacing:-.01em!important;box-shadow:none!important;transition:.2s ease!important}.shopify-payment-button__button--unbranded:hover{background:var(--ink)!important;color:#fff!important;transform:translateY(-1px)}.shopify-payment-button__button--branded{min-height:58px!important;border-radius:999px!important;overflow:hidden!important}.shopify-payment-button__more-options{font-size:.76rem!important;margin-top:8px!important}.similar-products{overflow:hidden;padding-bottom:80px}.similar-products__head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.similar-products__head .h2{margin-bottom:0}.similar-products__link{font-weight:900;white-space:nowrap}.similar-products__viewport{width:100%;overflow:hidden}.similar-products__track{display:flex;width:max-content;animation:similarMarquee 34s linear infinite}.similar-products__viewport:hover .similar-products__track{animation-play-state:paused}.similar-card{width:clamp(190px,22vw,300px);flex:0 0 auto}.similar-card__media{position:relative;aspect-ratio:1/1.08;border-radius:22px;background:var(--paper);overflow:hidden;display:grid;place-items:center}.similar-card__media img,.similar-card__media svg{width:100%;height:100%;object-fit:contain;transition:.3s ease}.similar-card:hover img{transform:scale(1.035)}.similar-card__copy{padding:11px 4px 0}.similar-card__copy strong{display:block;font-size:.92rem;line-height:1.25}.similar-card__copy span{display:block;font-weight:900;margin-top:5px}.similar-card .badge{top:10px;left:10px}@keyframes similarMarquee{to{transform:translate(-50%)}}@media(max-width:990px){.header-inner--v4{grid-template-columns:1fr auto 1fr;min-height:74px}.menu-toggle--v4{display:grid;justify-self:start}.brand-logo--v4{grid-column:2;justify-self:center}.header-actions--v4{grid-column:3}.header-search,.nav--v4{display:none}.hero-v4__shell{grid-template-columns:1fr;min-height:auto}.hero-v4__visual{min-height:340px}.hero-countdown-stage{width:min(360px,80%)}}@media(max-width:640px){.header-inner--v4{min-height:72px;gap:10px}.brand-logo--v4 img{max-height:47px}.cart-pill--v4{width:44px;height:44px;min-height:44px;padding:0;justify-content:center}.cart-pill--v4 svg,.cart-label{display:none}.cart-pill--v4 .cart-count{width:30px;height:30px}.hero-v4{padding:10px 0 18px}.hero-v4__shell{border-radius:26px;padding:34px 22px 28px}.hero-v4__eyebrow{margin-bottom:14px}.hero-v4__title{font-size:clamp(3.45rem,16vw,5rem);line-height:.88;margin-bottom:22px}.hero-v4__text{font-size:1.05rem;line-height:1.45}.hero-v4__actions{display:grid;gap:15px}.hero-v4__primary{width:100%;min-height:58px}.hero-v4__catalog{text-align:center}.hero-v4__visual{min-height:245px;margin-top:8px}.hero-countdown-stage{width:255px}.hero-count{font-size:13rem}.quantity-simple{margin-top:18px}.similar-products{padding-top:52px}.similar-products__head{align-items:start}.similar-products__link{font-size:.78rem;margin-top:7px}.similar-products__track{animation-duration:27s}.similar-card{width:190px}.product-atc{min-height:60px}.shopify-payment-button__button--unbranded,.shopify-payment-button__button--branded{min-height:60px!important}}@media(prefers-reduced-motion:reduce){.hero-count,.countdown-word i,.similar-products__track{animation:none!important}.hero-count--3{opacity:1;transform:none}.similar-products__track{transform:none}.similar-products__viewport{overflow-x:auto}.similar-products__set:nth-child(2){display:none}}.product-gallery--swipe{min-width:0}.product-media-slider{position:relative;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:calc(var(--radius) + 8px);background:var(--paper);touch-action:pan-x pan-y}.product-media-slider::-webkit-scrollbar{display:none}.product-media-slide{flex:0 0 100%;width:100%;aspect-ratio:1/1;display:grid;place-items:center;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden}.product-media-slide img,.product-media-slide svg{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-slider-dots{display:flex;justify-content:center;gap:7px;margin-top:12px}.product-slider-dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#c9c9c5;transition:.2s ease;cursor:pointer}.product-slider-dot.is-active{width:24px;background:var(--ink)}.thumbs--v5{scrollbar-width:none}.thumbs--v5::-webkit-scrollbar{display:none}.dynamic-checkout-wrap--v5 .shopify-payment-button{margin-top:10px}.dynamic-checkout-wrap--v5 .shopify-payment-button__button{font-weight:900!important;letter-spacing:-.015em!important}.dynamic-checkout-wrap--v5 .shopify-payment-button__button--unbranded{background:var(--ink)!important;color:#fff!important;border-color:var(--ink)!important}.dynamic-checkout-wrap--v5 .shopify-payment-button__button--unbranded:hover{background:#222!important;color:#fff!important}.product-atc.is-loading{opacity:.65;pointer-events:none}.similar-products__viewport{overflow-x:auto!important;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y;cursor:grab;padding-inline:16px}.similar-products__viewport:active{cursor:grabbing}.similar-products__viewport::-webkit-scrollbar{display:none}.similar-products__track{display:flex;width:max-content;animation:none!important;transform:none!important;will-change:auto}.similar-products__set{display:flex;gap:14px;padding-right:14px}.similar-card{scroll-snap-align:start}.similar-products__hint{display:flex;justify-content:flex-end;gap:8px;margin-top:14px;color:var(--muted);font-size:.78rem;font-weight:800}.similar-products__viewport:hover .similar-products__track{animation-play-state:running}body.cart-drawer-open{overflow:hidden}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0a57;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:89}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:min(440px,94vw);height:100dvh;background:#fff;z-index:90;transform:translate(105%);transition:transform .32s cubic-bezier(.22,1,.36,1);box-shadow:-18px 0 60px #00000024;display:grid;grid-template-rows:auto 1fr auto}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #ececea}.cart-drawer__head h2{font-size:2rem;margin:4px 0 0}.cart-drawer__count{display:inline-grid;place-items:center;min-width:30px;height:30px;padding-inline:7px;border-radius:999px;background:var(--accent);font-size:.9rem;vertical-align:middle}.cart-drawer__close{width:44px;height:44px;border:1px solid #e4e4e1;border-radius:50%;background:#fff;font-size:1.7rem;line-height:1;cursor:pointer}.cart-drawer__body{padding:0 24px;overflow-y:auto}.cart-drawer__empty{height:100%;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:7px}.cart-drawer__empty strong{font-size:1.3rem}.cart-drawer__empty span{color:var(--muted)}.cart-drawer__item{display:grid;grid-template-columns:86px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid #efefec}.cart-drawer__image{width:86px;height:100px;background:var(--paper);border-radius:15px;overflow:hidden;display:grid;place-items:center}.cart-drawer__image img{width:100%;height:100%;object-fit:contain}.cart-drawer__item>div{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0}.cart-drawer__title{font-weight:900;line-height:1.2}.cart-drawer__item span{color:var(--muted);font-size:.84rem}.cart-drawer__item strong{margin-top:auto}.cart-drawer__footer{border-top:1px solid #ececea;padding:20px 24px 22px;background:#fff}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.02rem;margin-bottom:14px}.cart-drawer__subtotal strong{font-size:1.2rem}.cart-drawer__view{display:block;text-align:center;margin-top:12px;font-size:.86rem;font-weight:800;text-decoration:underline;text-underline-offset:4px}.cart-pill--v4{border:0;cursor:pointer}.rtl .cart-drawer{right:auto;left:0;transform:translate(-105%)}.rtl .cart-drawer.is-open{transform:translate(0)}.footer-grid--v5{grid-template-columns:1.5fr repeat(3,minmax(0,1fr))}@media(max-width:990px){.product-media-slider{border-radius:22px}.footer-grid--v5{grid-template-columns:1fr 1fr}.cart-drawer{width:min(420px,96vw)}}@media(max-width:640px){.product-gallery--swipe{margin-inline:-11px}.product-media-slider{border-radius:0}.product-media-slide{aspect-ratio:1/1.04}.thumbs--v5{display:none}.product-slider-dots{margin-top:10px}.similar-products__viewport{padding-inline:11px;scroll-snap-type:x proximity}.similar-products__hint{padding-inline:2px}.footer-grid--v5{grid-template-columns:1fr}.cart-drawer{width:100vw}.cart-drawer__head{padding:20px}.cart-drawer__body{padding:0 20px}.cart-drawer__footer{padding:18px 20px 20px}}@media(prefers-reduced-motion:reduce){.product-media-slider{scroll-behavior:auto}.cart-drawer,.cart-drawer-overlay{transition:none}.similar-products__viewport{scroll-behavior:auto}}.hero-v6{padding:16px 0 30px;overflow:hidden}.hero-v6__shell{position:relative;min-height:680px;border-radius:34px;background:var(--hero-bg);padding:clamp(36px,6vw,76px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-v6__shell:before,.hero-v6__shell:after{content:"";position:absolute;border-radius:50%;background:#ffffff3d;pointer-events:none}.hero-v6__shell:before{width:420px;height:420px;left:-210px;top:-180px}.hero-v6__shell:after{width:560px;height:560px;right:-300px;bottom:-310px}.hero-v6__eyebrow{position:relative;z-index:2;letter-spacing:.23em;margin-bottom:20px}.hero-v6__headline-wrap{position:relative;z-index:2;width:min(860px,100%)}.hero-v6__title{font-size:clamp(3.4rem,7.8vw,7.5rem);line-height:.88;letter-spacing:-.065em;margin:0}.hero-v6__title span{display:block}.hero-v6__counter{position:relative;width:min(420px,76vw);height:clamp(180px,27vw,320px);margin:10px auto 4px;display:grid;place-items:center}.hero-v6__number{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-weight:950;font-size:clamp(10rem,25vw,20rem);line-height:.75;letter-spacing:-.1em;opacity:0;transform:translateY(18px) scale(.72);animation-duration:3.8s;animation-timing-function:cubic-bezier(.2,.78,.2,1);animation-fill-mode:forwards}.hero-v6__number--3{animation-name:heroV6Three}.hero-v6__number--2{animation-name:heroV6Two}.hero-v6__number--1{animation-name:heroV6One}.hero-v6__number--final{font-size:clamp(6.5rem,18vw,13rem);animation-name:heroV6Final}.hero-v6__text{position:relative;z-index:2;max-width:590px;font-size:clamp(1rem,1.45vw,1.22rem);margin:6px auto 22px}.hero-v6__cta-reveal{position:relative;z-index:3;opacity:0;transform:translateY(14px);animation:heroV6Button .48s ease 3.7s forwards}.hero-v6__primary{min-height:60px;padding-inline:32px;background:var(--ink);color:#fff;border-color:var(--ink)}@keyframes heroV6Three{0%{opacity:0;transform:translateY(18px) scale(.72)}4%,24%{opacity:1;transform:none}30%,to{opacity:0;transform:translateY(-14px) scale(1.08)}}@keyframes heroV6Two{0%,25%{opacity:0;transform:translateY(18px) scale(.72)}31%,50%{opacity:1;transform:none}56%,to{opacity:0;transform:translateY(-14px) scale(1.08)}}@keyframes heroV6One{0%,51%{opacity:0;transform:translateY(18px) scale(.72)}57%,76%{opacity:1;transform:none}82%,to{opacity:0;transform:translateY(-14px) scale(1.08)}}@keyframes heroV6Final{0%,77%{opacity:0;transform:scale(.86)}86%,to{opacity:1;transform:none}}@keyframes heroV6Button{to{opacity:1;transform:none}}.cart-drawer__item-copy{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0}.cart-drawer__controls{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.cart-drawer__qty{display:grid;grid-template-columns:34px 34px 34px;align-items:center;border:1px solid #deded9;border-radius:999px;overflow:hidden;background:#fff}.cart-drawer__qty button{height:34px;border:0;background:transparent;font-weight:900;font-size:1.05rem;cursor:pointer}.cart-drawer__qty span{height:34px;display:grid;place-items:center;color:var(--ink);font-size:.84rem;font-weight:900}.cart-drawer__remove{border:0;background:transparent;color:#6e6e69;text-decoration:underline;text-underline-offset:3px;font-size:.78rem;font-weight:800;cursor:pointer;padding:7px 0}.cart-drawer__remove:hover{color:var(--ink)}.cart-drawer__item.is-updating{opacity:.48;pointer-events:none}.similar-products__viewport{cursor:grab}.similar-products__viewport.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.similar-products__viewport.is-dragging a{pointer-events:none}@media(max-width:640px){.hero-v6{padding:10px 0 18px}.hero-v6__shell{min-height:620px;border-radius:26px;padding:34px 20px}.hero-v6__eyebrow{margin-bottom:16px}.hero-v6__title{font-size:clamp(3.25rem,15vw,4.9rem)}.hero-v6__counter{height:230px;margin-top:4px}.hero-v6__number{font-size:12.5rem}.hero-v6__number--final{font-size:8.2rem}.hero-v6__text{font-size:1.02rem;line-height:1.42;margin-top:0}.hero-v6__primary{width:100%;min-height:58px}.cart-drawer__controls{margin-top:10px}}@media(prefers-reduced-motion:reduce){.hero-v6__number{animation:none}.hero-v6__number--final{opacity:1;transform:none}.hero-v6__cta-reveal{animation:none;opacity:1;transform:none}}.phone-shop__reveal-wrap{position:relative;overflow:hidden;transition:max-height .45s cubic-bezier(.22,1,.36,1)}.phone-shop__reveal-fade{position:absolute;left:0;right:0;bottom:0;height:120px;pointer-events:none;background:linear-gradient(to bottom,#fff0,#ffffffd1 55%,#fff);z-index:2}.phone-shop__show-more-wrap{display:flex;justify-content:center;margin-top:18px}.phone-shop__show-more{min-width:250px;background:var(--ink);color:#fff;border-color:var(--ink)}.phone-shop--v8.is-expanded .phone-shop__reveal-fade{display:none}.featured-v8{overflow:hidden}.featured-v8__viewport{padding-inline:clamp(12px,3vw,34px)}.featured-v8__set{gap:14px;padding-right:14px}.featured-v8__card{width:clamp(220px,25vw,320px);flex:0 0 auto}.featured-v8__card .product-card{height:100%}.featured-v8__card .product-card{display:flex;flex-direction:column}.featured-v8__card .product-card>.product-card__info{display:block}.featured-v8__card .product-card__info{flex:1}@media(max-width:640px){.phone-shop__reveal-fade{height:98px}.phone-shop__show-more{width:min(86%,340px);min-height:56px}.featured-v8__viewport{padding-inline:11px}.featured-v8__set{gap:10px;padding-right:10px}.featured-v8__card{width:calc((100vw - 32px)/2)}.featured-v8__card .product-card__title{font-size:.86rem;line-height:1.25}.featured-v8__card .price{font-size:.92rem}.featured-v8__card .product-card__info{padding-inline:4px}}.product-card__media,.similar-card__media,.featured-v8__card .product-card__media{background:#fff!important}.product-card__media,.similar-card__media{border:1px solid #f0f0ee}.contact-321{padding:64px 0 84px}.contact-321__layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(34px,7vw,90px);align-items:start}.contact-321__intro{position:sticky;top:110px}.contact-321__lead{max-width:560px;font-size:1.08rem;color:var(--muted);line-height:1.65}.contact-321__quick{display:grid;gap:10px;margin-top:30px}.contact-321__quick>div{padding:18px 20px;border:1px solid #e9e9e5;border-radius:18px;background:#fff}.contact-321__quick strong,.contact-321__quick span{display:block}.contact-321__quick span{margin-top:3px;color:var(--muted);font-size:.9rem}.contact-321__card{border:1px solid #e8e8e5;border-radius:28px;padding:clamp(24px,4vw,42px);box-shadow:0 18px 60px #0000000f;background:#fff}.contact-321__form{display:grid;gap:18px}.contact-321__field label{display:flex;justify-content:space-between;gap:8px;font-weight:850;margin-bottom:8px}.contact-321__field label span{font-weight:500;color:var(--muted);font-size:.8rem}.contact-321__field input,.contact-321__field textarea{width:100%;border:1.5px solid #deded9;border-radius:16px;background:#fff;padding:14px 16px;outline:none;transition:border-color .18s,box-shadow .18s}.contact-321__field input{min-height:54px}.contact-321__field textarea{resize:vertical;min-height:150px}.contact-321__field input:focus,.contact-321__field textarea:focus{border-color:var(--ink);box-shadow:0 0 0 3px #c7f30a4d}.contact-321__submit{min-height:58px;margin-top:4px}.contact-321__success{background:var(--accent);color:var(--ink);font-weight:850;padding:14px 16px;border-radius:14px}.pagination--v9{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:min(100%,620px);margin:50px auto 0;padding:10px;border:1px solid #e7e7e2;border-radius:999px;background:#fff;box-shadow:0 10px 32px #0000000d}.pagination__pages{display:flex;justify-content:center;align-items:center;gap:7px}.pagination__page{width:44px;height:44px;display:grid;place-items:center;border:1px solid #e4e4df;border-radius:50%;font-weight:800;background:#fff;transition:.18s ease}.pagination__page:hover{border-color:var(--ink);transform:translateY(-1px)}.pagination__page.is-current{background:var(--accent);border-color:var(--accent);color:var(--ink);box-shadow:inset 0 0 0 2px #0000000f}.pagination__ellipsis{min-width:20px;text-align:center;color:var(--muted)}.pagination__arrow{height:44px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border-radius:999px;background:var(--ink);color:#fff;font-weight:850;white-space:nowrap}.pagination__arrow:hover{transform:translateY(-1px)}.pagination__arrow.is-disabled{background:#f3f3f0;color:#aaa}.pagination__meta{text-align:center;color:var(--muted);font-size:.8rem;margin-top:12px}.similar-products__viewport,.featured-v8__viewport{scroll-snap-type:none!important;cursor:grab}.similar-products__viewport.is-dragging,.featured-v8__viewport.is-dragging{cursor:grabbing}.similar-products__hint{opacity:.78}@media(max-width:760px){.contact-321{padding-top:38px}.contact-321__layout{grid-template-columns:1fr;gap:28px}.contact-321__intro{position:static}.contact-321__card{border-radius:22px;padding:22px 18px}.pagination--v9{grid-template-columns:44px 1fr 44px;gap:6px;border-radius:28px;padding:8px}.pagination__arrow{width:44px;padding:0}.pagination__word{display:none}.pagination__page{width:40px;height:40px}.pagination__pages{gap:5px}.pagination__ellipsis{min-width:12px}}.product-media-slider,.product-media-slide,.product-media-main,.product-gallery--swipe,.product-gallery--swipe .product-media-slider{background:#fff!important}.product-media-slide{box-shadow:none!important}.mobile-nav--v10 .mobile-nav__primary--v10{margin:16px 0 2px;padding:17px 18px;border:2px solid var(--ink);border-radius:18px;background:var(--accent);box-shadow:0 8px 0 var(--ink);font-size:1.05rem;align-items:center}.mobile-nav--v10 .mobile-nav__primary--v10 span{display:grid;gap:1px}.mobile-nav--v10 .mobile-nav__primary--v10 small{font-size:.62rem;letter-spacing:.16em;font-weight:950}.mobile-nav--v10 .mobile-nav__primary--v10 b{font-size:1.45rem;line-height:1}.mobile-nav--v10 .mobile-nav__primary--v10:active{transform:translateY(4px);box-shadow:0 4px 0 var(--ink)}.phone-shop__reveal-fade{height:150px;background:linear-gradient(to bottom,#fff0,#ffffff9e 40%,#fff 78%)!important}.phone-shop__more-cue{display:grid;place-items:center;text-align:center;gap:2px;margin:-6px auto 10px;position:relative;z-index:4;color:var(--ink)}.phone-shop__more-cue-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--accent);font-size:1.25rem;font-weight:950;animation:phoneMoreBounce 1.4s ease-in-out infinite}.phone-shop__more-cue strong{font-size:.95rem}.phone-shop__more-cue small{color:var(--muted);font-size:.76rem}.phone-shop--v8.is-expanded .phone-shop__more-cue{display:none}.phone-shop__show-more{min-width:290px;min-height:58px;font-size:1rem;box-shadow:0 7px 0 var(--accent)}@keyframes phoneMoreBounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.pagination--v10{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:min(100%,520px);margin:46px auto 0;padding:8px;border:1px solid #e9e9e5;border-radius:22px;background:#fff;box-shadow:0 10px 30px #0000000e}.pagination--v10 .pagination__pages{display:flex;align-items:center;justify-content:center;gap:6px;min-width:0}.pagination--v10 .pagination__page{width:42px;height:42px;min-width:42px;display:grid;place-items:center;border:1px solid #deded9;border-radius:14px;background:#fff;color:var(--ink);font-weight:900}.pagination--v10 .pagination__page.is-current{background:var(--accent);border-color:var(--accent);box-shadow:none}.pagination--v10 .pagination__ellipsis{min-width:22px;height:auto;border:0!important;border-radius:0!important;display:block!important;color:var(--muted);text-align:center}.pagination--v10 .pagination__arrow{min-width:46px;height:46px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:14px;background:var(--ink);color:#fff;font-weight:900;padding:0 13px}.pagination--v10 .pagination__arrow.is-disabled{background:#f2f2ef;color:#aaa;pointer-events:none}.pagination--v10 .pagination__arrow>span{min-width:0!important;width:auto!important;height:auto!important;display:inline!important;place-items:unset!important;border:0!important;border-radius:0!important;background:transparent!important;color:inherit!important}.pagination__meta--v10{text-align:center;margin:10px auto 0;color:var(--muted);font-size:.76rem}@media(max-width:640px){.product-gallery--swipe,.product-media-slider{background:#fff!important}.phone-shop__reveal-fade{height:132px}.phone-shop__show-more{width:min(92%,360px)}.pagination--v10{grid-template-columns:46px 1fr 46px;width:min(100% - 6px,430px);gap:5px;padding:7px;border-radius:18px}.pagination--v10 .pagination__arrow{width:46px;padding:0}.pagination--v10 .pagination__word{display:none!important}.pagination--v10 .pagination__page{width:39px;height:39px;min-width:39px;border-radius:12px}.pagination--v10 .pagination__pages{gap:5px;overflow:hidden}}@media(prefers-reduced-motion:reduce){.phone-shop__more-cue-icon{animation:none}}.shipping-announcement{position:relative;z-index:52;background:var(--accent);color:var(--ink);border-bottom:1px solid rgba(10,10,10,.12)}.shipping-announcement__inner{min-height:38px;display:flex;align-items:center;justify-content:center;gap:9px;text-align:center;font-size:.78rem;letter-spacing:.025em}.shipping-announcement__inner strong{font-weight:950}.shipping-announcement__sub{font-size:.7rem;opacity:.65;font-weight:700}.shipping-announcement__icon{width:20px;height:20px;display:grid;place-items:center}.shipping-announcement__icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-pill--v13{position:relative;min-width:48px;min-height:48px;padding:0 16px;border:0;cursor:pointer;overflow:visible}.cart-pill__icon{width:24px;height:24px;display:grid;place-items:center}.cart-pill__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-count--badge{position:absolute;right:-3px;top:-4px;width:19px;height:19px;min-width:19px;border:2px solid #fff;font-size:.62rem;font-weight:950;transition:transform .2s ease,opacity .2s ease}.cart-count--badge.is-empty{opacity:0;transform:scale(.5);pointer-events:none}.cart-drawer--v13{transform:translate3d(104%,0,0) scale(.992);transform-origin:right center;transition:transform .38s cubic-bezier(.16,1,.3,1),box-shadow .38s ease;will-change:transform}.cart-drawer--v13.is-open{transform:translateZ(0) scale(1)}.cart-drawer-overlay{transition:opacity .3s ease,visibility .3s ease,backdrop-filter .3s ease}.cart-drawer-overlay.is-open{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cart-drawer--v13.is-syncing .cart-drawer__body{opacity:.72}.cart-drawer__body{transition:opacity .18s ease}.free-shipping-meter{padding:16px 24px 15px;border-bottom:1px solid #ececea;background:linear-gradient(180deg,#fff,#fbfbf8)}.free-shipping-meter__copy{display:flex;align-items:center;gap:11px;margin-bottom:10px}.free-shipping-meter__truck{flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--accent)}.free-shipping-meter__truck svg{width:21px;height:21px;fill:none;stroke:var(--ink);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.free-shipping-meter__copy div{display:grid;gap:1px;min-width:0}.free-shipping-meter__copy strong{font-size:.9rem;line-height:1.2}.free-shipping-meter__copy span:not(.free-shipping-meter__truck){font-size:.72rem;color:var(--muted)}.free-shipping-meter__track{height:8px;border-radius:999px;background:#e9e9e4;overflow:hidden}.free-shipping-meter__track>span{display:block;height:100%;width:0;border-radius:inherit;background:var(--accent);transition:width .48s cubic-bezier(.16,1,.3,1)}.free-shipping-meter.is-unlocked .free-shipping-meter__truck{box-shadow:0 0 0 5px #c7f30a38}.collection-main-v13{padding:0 0 72px}.collection-header--v13{padding:28px 0 22px;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;border-bottom:1px solid #ecece8;margin-bottom:22px}.collection-header__copy{min-width:0}.collection-title-v13{font-size:clamp(2.3rem,5vw,4.2rem);margin:.08em 0 0;line-height:.96}.collection-description-v13{margin-top:10px;max-width:620px;font-size:.94rem}.collection-tools--v13{margin:0;display:flex;align-items:center;gap:14px;white-space:nowrap}.collection-tools--v13>span{font-size:.9rem;color:var(--muted)}.collection-tools--v13>span strong{color:var(--ink);font-size:1.05rem}.collection-sort-v13 select{min-height:48px;padding:0 44px 0 17px;border:1px solid #d7d7d2;border-radius:999px;background:#fff;font-weight:700;max-width:240px}.product-grid--collection-v13{margin-top:0}.phone-shop__reveal-wrap{isolation:isolate}.phone-shop__reveal-fade{height:176px!important;bottom:0;background:linear-gradient(to bottom,#fff0,#ffffff2e 18%,#ffffffd1 60%,#fff 88%)!important;filter:drop-shadow(0 18px 22px rgba(255,255,255,.98))}.phone-shop__show-more-wrap--v13{position:relative;z-index:5;margin-top:-26px;padding-top:0}.phone-shop__show-more--v13{width:min(100%,560px);min-height:72px;margin-inline:auto;padding:12px 18px 12px 22px;border:0;border-radius:24px;background:var(--ink);color:#fff;box-shadow:0 9px 0 var(--accent),0 18px 34px #0000001f;display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.phone-shop__show-more--v13:hover{transform:translateY(-2px);box-shadow:0 11px 0 var(--accent),0 20px 38px #00000024}.phone-shop__show-more-copy{display:grid;gap:1px}.phone-shop__show-more-copy small{font-size:.62rem;letter-spacing:.15em;color:var(--accent);font-weight:950}.phone-shop__show-more-copy strong{font-size:1.05rem}.phone-shop__show-more-arrow{width:40px;height:40px;flex:0 0 40px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--ink);font-size:1.3rem;font-weight:900;transition:transform .28s cubic-bezier(.2,.8,.2,1)}.phone-shop--v8.is-expanded .phone-shop__show-more-arrow{transform:rotate(180deg)}.phone-shop--v8.is-expanded .phone-shop__show-more-copy small{color:#bdbdb7}.similar-products__viewport,.featured-v8__viewport{scroll-behavior:auto!important;overscroll-behavior-inline:contain;touch-action:pan-x pan-y}.similar-products__track,.featured-v8__track{will-change:transform}.similar-products__hint{font-size:.74rem;opacity:.62}.product-media-slider{scroll-behavior:auto!important;scroll-snap-type:x mandatory;scroll-padding:0}.product-media-slide{scroll-snap-stop:normal}.product-slider-dot{transition:width .16s ease,background .16s ease,transform .16s ease}.product-slider-dot.is-active{transform:scaleY(1.08)}.site-footer--v13{margin-top:52px;background:#090909}.footer-v13{padding:54px 0 28px;display:grid;grid-template-columns:minmax(280px,1.1fr) 1.5fr;gap:clamp(36px,7vw,96px)}.footer-v13__logo{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:950;letter-spacing:-.04em}.footer-v13__brand>p{max-width:430px;margin:12px 0 22px;color:#999;line-height:1.55}.footer-v13__shop{width:min(100%,390px);min-height:58px;padding:0 18px 0 20px;border-radius:18px;background:var(--accent);color:var(--ink);display:flex;align-items:center;justify-content:space-between;font-weight:950}.footer-v13__shop b{font-size:1.35rem}.footer-v13__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.footer-v13__group .footer-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:#777;margin-bottom:13px}.footer-v13__group .footer-menu{gap:11px;color:#f4f4f4;font-weight:700}.footer-v13__group .footer-menu a,.footer-v13__socials a{transition:color .18s ease,transform .18s ease}.footer-v13__group .footer-menu a:hover,.footer-v13__socials a:hover{color:var(--accent);transform:translate(2px)}.footer-v13__socials{display:flex;flex-wrap:wrap;gap:8px}.footer-v13__socials a{padding:8px 10px;border:1px solid #2b2b2b;border-radius:999px;color:#ddd;font-size:.78rem;font-weight:800}.footer-v13__shipping{grid-column:1/-1;margin-top:8px;padding:15px 17px;border:1px solid #242424;border-radius:17px;display:flex;align-items:center;gap:11px;background:#111}.footer-v13__shipping>span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:var(--ink);font-weight:950}.footer-v13__shipping div{display:grid;gap:1px}.footer-v13__shipping strong{font-size:.86rem}.footer-v13__shipping small{color:#777;font-size:.72rem}.footer-bottom--v13{display:flex;justify-content:space-between;align-items:center;padding:18px 0 24px;border-top:1px solid #202020;color:#777}@media(max-width:760px){.shipping-announcement__inner{min-height:34px;font-size:.7rem;gap:6px}.shipping-announcement__sub{display:none}.shipping-announcement__icon{width:17px}.shipping-announcement__icon svg{width:17px;height:17px}.cart-pill--v13{width:50px;height:50px;padding:0;display:grid;place-items:center}.cart-pill--v13 .cart-label{display:none!important}.cart-pill--v13 .cart-pill__icon{display:grid!important;color:#fff}.cart-pill--v13 .cart-count--badge{right:-1px;top:-2px}.free-shipping-meter{padding:13px 18px}.free-shipping-meter__truck{width:34px;height:34px;flex-basis:34px}.collection-main-v13{padding-bottom:52px}.collection-header--v13{padding:20px 0 15px;display:grid;gap:15px;margin-bottom:14px}.collection-title-v13{font-size:2.65rem}.collection-tools--v13{justify-content:space-between;gap:10px}.collection-sort-v13{min-width:0}.collection-sort-v13 select{max-width:190px;min-height:44px;font-size:.85rem}.product-grid--collection-v13{gap:12px}.phone-shop__reveal-fade{height:152px!important}.phone-shop__show-more-wrap--v13{margin-top:-20px}.phone-shop__show-more--v13{width:min(94%,430px);min-height:68px;border-radius:22px}.phone-shop__show-more-copy strong{font-size:1rem}.footer-v13{padding:42px 0 22px;grid-template-columns:1fr;gap:34px}.footer-v13__brand>p{font-size:.9rem;margin:9px 0 18px}.footer-v13__shop{min-height:54px;border-radius:16px}.footer-v13__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.footer-v13__links .footer-v13__group:last-child{grid-column:1/-1}.footer-v13__shipping{margin-top:0}.footer-bottom--v13{font-size:.72rem;gap:12px;align-items:flex-start}.footer-bottom--v13 span:last-child{display:none}}@media(prefers-reduced-motion:reduce){.cart-drawer--v13,.free-shipping-meter__track>span,.phone-shop__show-more-arrow{transition:none!important}}.shipping-announcement--marquee{overflow:hidden;transition:opacity .22s ease,visibility .22s ease;background:var(--accent);position:relative;z-index:45}.shipping-announcement__viewport{overflow:hidden;width:100%}.shipping-announcement__marquee{display:flex;width:max-content;align-items:center;animation:shippingMarquee 18s linear infinite;will-change:transform}.shipping-announcement__item{min-height:38px;display:flex;align-items:center;gap:9px;padding:0 25px 0 18px;white-space:nowrap;font-size:.78rem;letter-spacing:.025em}.shipping-announcement__item strong{font-weight:950}.shipping-announcement__dot{font-size:1rem;opacity:.45;margin-left:9px}@keyframes shippingMarquee{0%{transform:translateZ(0)}to{transform:translate3d(-25%,0,0)}}body.cart-drawer-open .shipping-announcement{opacity:0;visibility:hidden;pointer-events:none}.site-header{will-change:transform;transition:transform .34s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,background .25s ease}.site-header.is-scroll-hidden{transform:translate3d(0,-110%,0)}.site-header.is-scroll-visible{transform:translateZ(0);box-shadow:0 10px 30px #0000000e}body.cart-drawer-open .site-header{transform:translateZ(0)!important}.phone-shop__show-more--v13{border-radius:26px;min-height:78px;padding:13px 15px 13px 24px;background:linear-gradient(135deg,#0b0b0b,#161616);box-shadow:0 8px 0 var(--accent),0 22px 46px #00000024}.phone-shop__show-more-copy small{font-size:.64rem;letter-spacing:.18em}.phone-shop__show-more-copy strong{font-size:1.12rem;letter-spacing:-.02em}.phone-shop__show-more-arrow{width:48px;height:48px;flex-basis:48px;font-size:1.45rem;animation:phoneArrowBounce 1.65s cubic-bezier(.25,.8,.25,1) infinite}.phone-shop--v8.is-expanded .phone-shop__show-more-arrow{animation:none;transform:rotate(180deg)}@keyframes phoneArrowBounce{0%,58%,to{transform:translateY(0)}72%{transform:translateY(6px)}84%{transform:translateY(1px)}}.phone-shop__reveal-fade{height:200px!important;background:linear-gradient(to bottom,#fff0,#ffffff14 15%,#ffffffb8 54%,#fff 86%)!important}.collection-main-v13>.page-width{padding-top:18px}.collection-header--v13{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"copy tools";align-items:end;padding:18px 20px 17px;margin:0 0 18px;border:1px solid #e7e7e3;border-radius:24px;background:linear-gradient(180deg,#fff,#fcfcfa);box-shadow:0 7px 24px #00000009}.collection-header__copy{grid-area:copy}.collection-tools--v13{grid-area:tools}.collection-header__copy .eyebrow{font-size:.65rem;letter-spacing:.18em;color:#777;margin-bottom:4px}.collection-title-v13{font-size:clamp(2rem,4.4vw,3.35rem);line-height:.94;margin:0;letter-spacing:-.055em;text-transform:none}.collection-description-v13{display:none}.collection-tools--v13{align-items:center;gap:12px}.collection-tools--v13>span{display:flex;align-items:baseline;gap:4px;color:#73736e;font-size:.78rem}.collection-tools--v13>span strong{font-size:1.05rem;color:var(--ink)}.collection-sort-v13 select{height:46px;min-height:46px;border:1px solid #d8d8d3;box-shadow:none;font-size:.82rem;font-weight:800;padding-left:15px;background-color:#fff}.cart-drawer--v13{width:min(430px,94vw);background:#f7f7f4;border-left:1px solid rgba(0,0,0,.05);box-shadow:-24px 0 70px #00000029;grid-template-rows:auto auto minmax(0,1fr) auto}.cart-drawer__head{padding:20px 20px 13px;border-bottom:0;background:#f7f7f4}.cart-drawer__head .eyebrow{font-size:.61rem;color:#7d7d77;letter-spacing:.18em}.cart-drawer__head h2{font-size:1.7rem;letter-spacing:-.045em;margin:2px 0 0}.cart-drawer__close{width:40px;height:40px;background:#fff;border:1px solid #e2e2dd;box-shadow:0 5px 16px #0000000d;transition:transform .18s ease,background .18s ease}.cart-drawer__close:hover{transform:scale(1.05);background:#fafafa}.cart-drawer__body{padding:6px 16px 18px;background:#f7f7f4;overscroll-behavior:contain}.cart-drawer__item{grid-template-columns:82px 1fr;gap:13px;padding:12px;margin:0 0 10px;border:1px solid #e7e7e2;border-radius:20px;background:#fff;box-shadow:0 5px 18px #00000006}.cart-drawer__image{width:82px;height:92px;border-radius:14px;background:#fff;border:1px solid #efefec}.cart-drawer__title{font-size:.9rem;letter-spacing:-.015em}.cart-drawer__item strong{font-size:.91rem}.cart-drawer__controls{margin-top:7px}.cart-drawer__qty{grid-template-columns:30px 30px 30px;background:#f7f7f4;border-color:#dfdfda}.cart-drawer__qty button,.cart-drawer__qty span{height:30px}.cart-drawer__remove{text-decoration:none;color:#8b3a31;font-size:.72rem;padding:5px 0}.cart-drawer__footer{padding:15px 18px 18px;border-top:1px solid #e5e5df;background:#fffffff7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.cart-drawer__subtotal{margin-bottom:11px}.cart-drawer__subtotal strong{font-size:1.12rem}.cart-drawer__footer .button{min-height:54px;border-radius:17px;font-size:.95rem;box-shadow:0 7px #0a0a0a14}.cart-drawer__view{text-decoration:none;color:#6f6f69;font-size:.76rem;margin-top:10px}.free-shipping-meter{margin:0 16px 10px;padding:15px 15px 14px;border:1px solid #e4e4de;border-radius:20px;background:linear-gradient(135deg,#fff,#fbfff0);box-shadow:0 7px 24px #00000009;position:relative;overflow:hidden}.free-shipping-meter:after{content:"10 JOD";position:absolute;right:14px;top:15px;padding:4px 8px;border-radius:999px;background:#111;color:#fff;font-size:.58rem;font-weight:950;letter-spacing:.04em}.free-shipping-meter__copy{padding-right:56px;margin-bottom:12px;gap:10px}.free-shipping-meter__truck{width:36px;height:36px;flex-basis:36px;box-shadow:0 0 0 4px #c7f30a29}.free-shipping-meter__copy strong{font-size:.88rem;letter-spacing:-.01em}.free-shipping-meter__copy span:not(.free-shipping-meter__truck){font-size:.68rem}.free-shipping-meter__track{height:10px;background:#ecece7;border:1px solid #e3e3dd;padding:2px;overflow:visible;position:relative}.free-shipping-meter__track>span{height:4px;background:linear-gradient(90deg,#a8d400,var(--accent));box-shadow:0 0 12px #c7f30a94}.free-shipping-meter__track:after{content:"";position:absolute;right:-1px;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid #111}.free-shipping-meter.is-unlocked{background:linear-gradient(135deg,#f6ffce,#fff);border-color:#c7f30acc}.free-shipping-meter.is-unlocked:after{content:"UNLOCKED";background:var(--accent);color:#111}.free-shipping-meter.is-unlocked .free-shipping-meter__track:after{border-color:var(--accent);background:#111}.cart-drawer--v13{transition:transform .44s cubic-bezier(.16,1,.3,1),box-shadow .32s ease}.cart-drawer-overlay{background:#0c0c0c42;transition:opacity .32s ease,visibility .32s ease,backdrop-filter .32s ease}.cart-drawer-overlay.is-open{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}@media(max-width:760px){.shipping-announcement__marquee{animation-duration:15s}.shipping-announcement__item{min-height:35px;padding-inline:18px 20px;font-size:.7rem}.shipping-announcement__sub{display:inline;font-size:.6rem}.collection-main-v13>.page-width{padding-top:10px}.collection-header--v13{grid-template-columns:1fr;grid-template-areas:"copy" "tools";gap:12px;padding:15px 14px 13px;border-radius:20px;margin-bottom:13px}.collection-title-v13{font-size:2.25rem}.collection-tools--v13{width:100%;justify-content:space-between;gap:9px}.collection-tools--v13>span{font-size:.75rem}.collection-tools--v13>span strong{font-size:1rem}.collection-sort-v13 select{height:42px;min-height:42px;max-width:175px;font-size:.78rem}.phone-shop__show-more--v13{width:min(94%,430px);min-height:72px;padding-left:20px}.phone-shop__show-more-arrow{width:44px;height:44px;flex-basis:44px}.cart-drawer--v13{width:100vw;border-left:0;border-radius:0}.cart-drawer__head{padding:16px 16px 10px}.free-shipping-meter{margin:0 12px 8px}.cart-drawer__body{padding:5px 12px 14px}.cart-drawer__footer{padding:13px 14px 16px}}@media(prefers-reduced-motion:reduce){.shipping-announcement__marquee,.phone-shop__show-more-arrow{animation:none!important}.site-header{transition:none!important}}body.cart-drawer-open .shipping-announcement{display:none!important}.phone-shop__show-more-wrap--v13{display:flex;justify-content:center;margin-top:-10px;position:relative;z-index:3}.phone-shop__show-more--v13{width:min(680px,86%);min-height:66px;border-radius:22px;padding:10px 12px 10px 22px;box-shadow:0 6px 0 var(--accent),0 16px 34px #0000001a;background:#0b0b0b;align-items:center}.phone-shop__show-more-copy{display:flex;align-items:center;gap:12px;min-width:0;text-align:left}.phone-shop__show-more-copy small{font-size:.62rem;line-height:1;letter-spacing:.15em;white-space:nowrap;color:var(--accent)}.phone-shop__show-more-copy strong{font-size:1rem;line-height:1.15;white-space:nowrap}.phone-shop__show-more-arrow{width:42px;height:42px;flex-basis:42px;font-size:1.2rem;margin-left:auto}.phone-shop--v8.is-expanded .phone-shop__show-more--v13{margin-top:12px;box-shadow:0 5px 0 var(--accent),0 14px 28px #00000014}.phone-shop--v8.is-expanded .phone-shop__show-more-copy small{color:#9b9b96}.phone-shop--v8.is-expanded .phone-shop__reveal-wrap{overflow:visible}.cart-page--v14{padding:42px 0 72px;background:#fff}.cart-page__heading{margin-bottom:20px}.cart-page__heading .eyebrow{font-size:.7rem;color:#74746e;margin-bottom:5px}.cart-page__heading h1{font-size:clamp(2.7rem,7vw,4.7rem);margin:0;letter-spacing:-.055em}.cart-page__heading p{margin:5px 0 0;color:#777770;font-weight:650}.cart-page__shipping{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;margin:0 0 24px;padding:16px 18px;border:1px solid #e3e3dd;border-radius:22px;background:linear-gradient(135deg,#fbfff0,#fff 58%);box-shadow:0 8px 26px #00000009}.cart-page__shipping-icon{width:48px;height:48px;border-radius:15px;background:var(--accent);display:grid;place-items:center;box-shadow:0 0 0 5px #c7f30a24}.cart-page__shipping-icon svg{width:24px;height:24px;fill:none;stroke:#111;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-page__shipping-copy{min-width:0}.cart-page__shipping-top{display:flex;align-items:center;justify-content:space-between;gap:14px}.cart-page__shipping-top strong{font-size:.94rem;letter-spacing:-.015em}.cart-page__shipping-top>span{flex:0 0 auto;background:#111;color:#fff;border-radius:999px;padding:5px 9px;font-size:.62rem;font-weight:900;letter-spacing:.04em}.cart-page__shipping p{margin:2px 0 10px;color:#777770;font-size:.76rem}.cart-page__shipping-track{height:10px;border-radius:999px;background:#e9e9e4;padding:2px;position:relative}.cart-page__shipping-track span{display:block;height:6px;border-radius:999px;background:linear-gradient(90deg,#9fc900,var(--accent));box-shadow:0 0 12px #c7f30a6b}.cart-page__shipping-track i{position:absolute;right:0;top:50%;width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid #111;transform:translate(30%,-50%)}.cart-page__shipping.is-unlocked{border-color:#c7f30ae6;background:linear-gradient(135deg,#f2ffc0,#fff)}.cart-page__shipping.is-unlocked .cart-page__shipping-top>span{background:var(--accent);color:#111}.cart-page__shipping.is-unlocked .cart-page__shipping-track i{background:#111;border-color:var(--accent)}.cart-layout--v14{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.7fr);gap:28px;align-items:start}.cart-page__items{display:grid;gap:12px}.cart-line--v14{display:grid;grid-template-columns:118px 1fr;gap:17px;padding:14px;border:1px solid #e8e8e3;border-radius:22px;background:#fff;box-shadow:0 6px 20px #00000006}.cart-line__image{height:128px;border:1px solid #efefeb;border-radius:16px;overflow:hidden;background:#fff;display:grid;place-items:center}.cart-line__image img{width:100%;height:100%;object-fit:contain}.cart-line__content{min-width:0;display:flex;flex-direction:column;justify-content:space-between}.cart-line__top{display:flex;justify-content:space-between;gap:16px}.cart-line__title{font-weight:850;font-size:1rem;line-height:1.26;letter-spacing:-.02em}.cart-line__variant{color:#7a7a74;font-size:.76rem;margin-top:4px}.cart-line__price{font-weight:950;white-space:nowrap;font-size:1rem}.cart-line__actions{display:flex;align-items:center;gap:14px;margin-top:12px}.cart-page-qty{display:grid;grid-template-columns:34px 42px 34px;border:1px solid #d8d8d2;border-radius:999px;overflow:hidden;background:#f8f8f5}.cart-page-qty button{border:0;background:transparent;font-weight:900;cursor:pointer;font-size:1rem}.cart-page-qty input{width:42px;border:0;background:transparent;text-align:center;font-weight:800;-webkit-appearance:textfield;appearance:textfield}.cart-page-qty input::-webkit-inner-spin-button,.cart-page-qty input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.cart-line__remove{font-size:.75rem;color:#6f6f69;text-decoration:underline;text-underline-offset:3px}.cart-page__update{justify-self:start;margin-top:4px;min-height:46px;padding-inline:20px}.cart-summary--v14{position:sticky;top:96px;border:1px solid #e7e7e1;border-radius:24px;padding:22px;background:#f7f7f3;box-shadow:0 10px 34px #0000000a}.cart-summary--v14 .eyebrow{font-size:.65rem;color:#767670}.cart-summary__row{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:18px 0 15px;border-bottom:1px solid #dfdfda}.cart-summary__row span{color:#777770;font-weight:650}.cart-summary__row strong{font-size:1.65rem;letter-spacing:-.045em}.cart-summary__shipping-note{display:flex;align-items:center;gap:8px;margin:14px 0 4px;padding:10px 12px;border-radius:13px;background:#fff;font-size:.78rem}.cart-summary__shipping-note span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--accent);font-weight:950}.cart-summary--v14>p{font-size:.72rem;color:#777770;margin:10px 0 16px}.cart-summary__checkout{min-height:58px;border-radius:18px;justify-content:space-between;padding-inline:20px}.cart-summary__continue{display:block;text-align:center;margin-top:12px;font-size:.76rem;font-weight:750;color:#6d6d67;text-decoration:underline;text-underline-offset:3px}.cart-page__empty{max-width:620px;margin:40px auto;text-align:center;border:1px solid #e6e6e1;border-radius:28px;padding:48px 24px;background:#fafaf7}.cart-page__empty-icon{display:block;font-size:2.2rem;margin-bottom:10px}.cart-page__empty p{color:#777770}@media(max-width:760px){.phone-shop__show-more-wrap--v13{margin-top:-4px}.phone-shop__show-more--v13{width:calc(100% - 24px);min-height:62px;border-radius:20px;padding:9px 10px 9px 17px}.phone-shop__show-more-copy{gap:8px}.phone-shop__show-more-copy small{font-size:.52rem;letter-spacing:.13em}.phone-shop__show-more-copy strong{font-size:.94rem}.phone-shop__show-more-arrow{width:40px;height:40px;flex-basis:40px}.phone-shop--v8.is-expanded .phone-shop__show-more--v13{margin-top:8px}.cart-page--v14{padding:28px 0 50px}.cart-page__heading{margin-bottom:15px}.cart-page__heading h1{font-size:3rem}.cart-page__shipping{grid-template-columns:42px 1fr;gap:11px;padding:14px;margin-bottom:16px;border-radius:19px}.cart-page__shipping-icon{width:42px;height:42px;border-radius:13px}.cart-page__shipping-top{align-items:flex-start}.cart-page__shipping-top strong{font-size:.82rem}.cart-page__shipping-top>span{font-size:.55rem;padding:4px 7px}.cart-page__shipping p{font-size:.68rem;line-height:1.35}.cart-layout--v14{grid-template-columns:1fr;gap:20px}.cart-line--v14{grid-template-columns:92px 1fr;gap:12px;padding:11px;border-radius:19px}.cart-line__image{height:108px;border-radius:14px}.cart-line__top{display:grid;gap:5px}.cart-line__title{font-size:.9rem}.cart-line__price{font-size:.94rem}.cart-line__actions{gap:11px;margin-top:9px}.cart-page-qty{grid-template-columns:31px 36px 31px}.cart-page-qty input{width:36px}.cart-summary--v14{position:static;border-radius:21px;padding:18px}.cart-summary__row{padding:14px 0}.cart-summary__row strong{font-size:1.45rem}.cart-summary__checkout{min-height:54px}.cart-page__update{width:100%}}.phone-shop__show-more-wrap--v13{display:flex;justify-content:center;margin-top:22px}.phone-shop__show-more--v15{width:min(100%,620px);min-height:76px;padding:13px 14px 13px 22px;border:1.5px solid #deded8;border-radius:24px;background:#fff;color:#0a0a0a;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left;box-shadow:0 9px 28px #0000000e;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.phone-shop__show-more--v15:hover{border-color:#c8c8c1;box-shadow:0 12px 34px #00000013;transform:translateY(-1px)}.phone-shop__show-more--v15:active{transform:scale(.985)}.phone-shop__show-more--v15 .phone-shop__show-more-copy{display:grid;gap:3px;min-width:0}.phone-shop__show-more--v15 .phone-shop__show-more-copy strong{font-size:1.03rem;line-height:1.16;letter-spacing:-.025em}.phone-shop__show-more--v15 .phone-shop__show-more-copy small{font-size:.7rem;color:#7a7a73;line-height:1.25;font-weight:650;letter-spacing:0;text-transform:none}.phone-shop__show-more--v15 .phone-shop__show-more-arrow{width:46px;height:46px;flex:0 0 46px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#0a0a0a;font-size:1.45rem;font-weight:900;box-shadow:inset 0 0 0 1px #0000000f;transition:transform .25s ease}.phone-shop.is-expanded .phone-shop__show-more--v15 .phone-shop__show-more-arrow{transform:rotate(180deg)}@media(max-width:640px){.phone-shop__show-more-wrap--v13{margin-top:18px}.phone-shop__show-more--v15{width:100%;min-height:70px;border-radius:21px;padding:11px 12px 11px 18px}.phone-shop__show-more--v15 .phone-shop__show-more-copy strong{font-size:.96rem}.phone-shop__show-more--v15 .phone-shop__show-more-copy small{font-size:.65rem}.phone-shop__show-more--v15 .phone-shop__show-more-arrow{width:44px;height:44px;flex-basis:44px}}.cart-line--v14{transition:opacity .18s ease,transform .18s ease}.cart-line--v14.is-updating{opacity:.55;pointer-events:none;transform:scale(.995)}.cart-page-qty button{transition:background .12s ease,transform .12s ease;color:#0a0a0a}.cart-page-qty button:active{background:#ecece7;transform:scale(.9)}.cart-line__remove{border:0;background:transparent;padding:5px 0;font:inherit;font-size:.75rem;color:#6f6f69;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.cart-page__shipping,.cart-summary--v14{transition:opacity .18s ease,transform .18s ease}.cart-page.is-cart-refreshing .cart-page__shipping,.cart-page.is-cart-refreshing .cart-summary--v14{opacity:.72}.phone-shop__show-more-wrap--v13{margin-top:20px;padding:0 2px}.phone-shop__show-more--v16{width:min(100%,760px);min-height:94px;padding:15px 28px;border:0;border-radius:27px;background:linear-gradient(105deg,#c7f30a,#d8f744 48%,#c7f30a);color:#080808;display:flex;align-items:center;justify-content:flex-start;gap:25px;text-align:left;cursor:pointer;box-shadow:0 10px 22px #6d84002e,0 3px 7px #00000014;transition:transform .18s ease,box-shadow .22s ease,filter .22s ease}.phone-shop__show-more--v16:hover{transform:translateY(-1px);filter:saturate(1.03);box-shadow:0 13px 27px #6d840036,0 4px 9px #00000014}.phone-shop__show-more--v16:active{transform:scale(.988)}.phone-shop__show-more--v16 .phone-shop__show-more-arrow{order:0;width:62px;height:62px;flex:0 0 62px;border-radius:50%;background:#fff;color:#090909;display:grid;place-items:center;font-size:2.05rem;font-weight:900;line-height:1;box-shadow:0 5px 14px #00000014;animation:phoneArrowBounceV16 1.65s cubic-bezier(.25,.8,.25,1) infinite}.phone-shop__show-more--v16 .phone-shop__show-more-copy{order:1;display:grid;gap:4px;min-width:0}.phone-shop__show-more--v16 .phone-shop__show-more-copy strong{font-size:1.32rem;line-height:1.12;letter-spacing:-.035em;font-weight:900;color:#080808}.phone-shop__show-more--v16 .phone-shop__show-more-copy small{font-size:.92rem;line-height:1.25;letter-spacing:-.01em;font-weight:500;color:#151515;text-transform:none}.phone-shop--v8.is-expanded .phone-shop__show-more--v16 .phone-shop__show-more-arrow{animation:none;transform:rotate(180deg)}@keyframes phoneArrowBounceV16{0%,60%,to{transform:translateY(0)}72%{transform:translateY(5px)}84%{transform:translateY(1px)}}@media(max-width:640px){.phone-shop__show-more-wrap--v13{margin-top:17px;padding:0}.phone-shop__show-more--v16{min-height:82px;padding:12px 18px;border-radius:23px;gap:18px}.phone-shop__show-more--v16 .phone-shop__show-more-arrow{width:54px;height:54px;flex-basis:54px;font-size:1.8rem}.phone-shop__show-more--v16 .phone-shop__show-more-copy strong{font-size:1.05rem}.phone-shop__show-more--v16 .phone-shop__show-more-copy small{font-size:.76rem}}@media(prefers-reduced-motion:reduce){.phone-shop__show-more--v16 .phone-shop__show-more-arrow{animation:none!important}}.phone-shop__show-more--v16,.phone-shop__show-more--v16 .phone-shop__show-more-copy,.phone-shop__show-more--v16 .phone-shop__show-more-copy strong,.phone-shop__show-more--v16 .phone-shop__show-more-copy small{transform:none!important}.phone-shop__show-more--v16{-webkit-tap-highlight-color:transparent;touch-action:manipulation;overflow:hidden;will-change:box-shadow}.phone-shop__show-more--v16:hover{transform:none!important}.phone-shop__show-more--v16:active{transform:none!important;filter:brightness(.985);box-shadow:0 6px 16px #6d840029,0 2px 5px #0000000f}.phone-shop__show-more--v16 .phone-shop__show-more-copy{margin:0!important;transition:none!important}.phone-shop__show-more--v16 .phone-shop__show-more-arrow{margin:0!important;transform:translateY(0);transition:transform .28s cubic-bezier(.22,1,.36,1),box-shadow .2s ease}.phone-shop--v8.is-expanded .phone-shop__show-more--v16 .phone-shop__show-more-arrow{animation:none!important;transform:rotate(180deg)!important}.phone-shop__show-more-wrap--v13,.phone-shop__reveal-wrap{overflow-anchor:none}@media(max-width:640px){.phone-shop__show-more--v16{min-height:84px;padding:12px 16px;gap:16px}.phone-shop__show-more--v16 .phone-shop__show-more-copy{align-content:center}.phone-shop__show-more--v16 .phone-shop__show-more-copy strong{font-size:1rem;line-height:1.12}.phone-shop__show-more--v16 .phone-shop__show-more-copy small{font-size:.72rem;line-height:1.28}}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.button:disabled,.variant-pill:disabled{cursor:not-allowed;opacity:.52;transform:none!important}.product-atc.is-loading{pointer-events:none;opacity:.72}.product-atc.is-loading [data-atc-label]:after{content:"\2026"}.mobile-nav__search{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:10px 4px;border-bottom:1px solid rgba(10,10,10,.09)}.cart-drawer[aria-hidden=true]{visibility:hidden}.cart-drawer[aria-hidden=false]{visibility:visible}.cart-drawer__item.is-updating{opacity:.55;pointer-events:none}.product-card a:focus-visible .product-card__media{outline:3px solid var(--accent);outline-offset:3px}@media(max-width:640px){.button{min-height:52px}.variant-pill{min-height:48px}.phone-choice{touch-action:manipulation}.product-card__title{line-height:1.28}.product-card__media{aspect-ratio:1/1.12}.sticky-atc-mobile .button{min-width:104px}}@media(min-width:641px){.mobile-nav__search{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button:hover,.product-card:hover img{transform:none}}.product-card__media{display:block;position:relative;touch-action:pan-x pan-y;overscroll-behavior-inline:contain}.product-card__media-track{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-card__media-track::-webkit-scrollbar{display:none}.product-card__media-track.is-static{overflow:hidden;scroll-snap-type:none}.product-card__media-slide{flex:0 0 100%;width:100%;height:100%;display:grid;place-items:center;scroll-snap-align:start;scroll-snap-stop:always}.product-card__media-slide img,.product-card__media-slide svg{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-card>.product-card__info{display:block}.featured-v8__card .product-card>.product-card__info{height:auto;flex:1}.collection-infinite-scroll{min-height:72px;display:flex;align-items:center;justify-content:center;gap:10px;color:#7a7a74;font-size:.76rem;font-weight:750;transition:opacity .2s ease}.collection-infinite-scroll.is-complete{display:none}.collection-infinite-scroll__spinner{width:18px;height:18px;border:2px solid #e0e0da;border-top-color:var(--ink);border-radius:50%;animation:collectionSpinner .75s linear infinite;opacity:0}.collection-infinite-scroll__text{opacity:0}.collection-infinite-scroll.is-loading .collection-infinite-scroll__spinner,.collection-infinite-scroll.is-loading .collection-infinite-scroll__text{opacity:1}.collection-infinite-scroll.has-error{cursor:pointer}.collection-infinite-scroll.has-error .collection-infinite-scroll__text{opacity:1}.collection-infinite-scroll.has-error .collection-infinite-scroll__spinner{opacity:1;animation:none;border-color:#d0d0ca}.collection-infinite-scroll__noscript{text-align:center;padding:22px 0}@keyframes collectionSpinner{to{transform:rotate(360deg)}}.product-price{display:grid;gap:8px}.product-price__line{display:flex;align-items:baseline;flex-wrap:wrap;gap:2px}.product-price__line .compare{font-size:.72em}.product-savings{width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:#c7f30a40;box-shadow:inset 0 0 0 1px #92b20038;font-size:.76rem;line-height:1.2;font-weight:750;letter-spacing:-.01em}.product-savings strong{font-weight:950}.product-savings[hidden]{display:none!important}.product-media-slide--video{aspect-ratio:1/1!important}.product-media-video,.product-media-external{position:relative;width:100%;height:100%;aspect-ratio:1/1;display:grid;place-items:center;background:#fff;overflow:hidden}.product-media-video video,.product-media-external iframe{width:100%!important;height:100%!important;max-width:none;max-height:none;object-fit:contain;border:0;background:#fff}.product-media-external iframe{pointer-events:none}.product-media-video__toggle{position:absolute;right:16px;bottom:16px;width:50px;height:50px;border:0;border-radius:50%;background:#0a0a0ae6;color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 24px #0000002e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-tap-highlight-color:transparent;transition:transform .16s ease,background .16s ease}.product-media-video__toggle:active{transform:scale(.94)}.product-media-video__toggle span{grid-area:1/1;font-size:1rem;font-weight:950;line-height:1}.product-media-video__pause,.product-media-video__toggle.is-playing .product-media-video__play{opacity:0}.product-media-video__toggle.is-playing .product-media-video__pause{opacity:1}.free-shipping-meter{position:relative;overflow:hidden;background:linear-gradient(180deg,#fbffe8,#fff);box-shadow:inset 4px 0 0 var(--accent)}.free-shipping-meter__label,.cart-page__shipping-label{width:max-content;display:inline-flex;align-items:center;min-height:22px;padding:3px 8px;border-radius:999px;background:var(--accent);color:#0a0a0a;font-size:.58rem;line-height:1;font-weight:950;letter-spacing:.12em;margin-bottom:4px}.free-shipping-meter__copy strong{font-size:.95rem}.cart-page__shipping{position:relative;overflow:hidden;border-color:#a4c60061;box-shadow:0 8px 26px #00000009,inset 4px 0 0 var(--accent)}.cart-page__shipping-top strong{font-size:1rem}.cart-summary__price{display:flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:2px;text-align:right}.cart-summary__price .compare{font-size:.76rem;margin-inline-start:6px}.cart-summary__savings{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:12px;padding:10px 12px;border-radius:13px;background:#c7f30a38;box-shadow:inset 0 0 0 1px #97b80029;font-size:.78rem;font-weight:800}.cart-summary__savings strong{font-size:.9rem;font-weight:950}.free-shipping-meter>*{position:relative;z-index:1}.free-shipping-meter:after{content:"";z-index:0;position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;pointer-events:none;background:radial-gradient(circle,#c7f30ae0,#c7f30a80 25%,#c7f30a00 62%);opacity:0;transform:scale(.35);transform-origin:center}.free-shipping-meter.is-celebrating:after{animation:freeShippingSplash .72s cubic-bezier(.18,.8,.25,1)}.free-shipping-meter.is-celebrating .free-shipping-meter__truck{animation:freeShippingTruckPop .58s cubic-bezier(.16,1,.3,1)}@keyframes freeShippingSplash{0%{opacity:0;transform:scale(.3)}28%{opacity:.8}to{opacity:0;transform:scale(1.25)}}@keyframes freeShippingTruckPop{0%,to{transform:scale(1)}36%{transform:scale(1.13)}64%{transform:scale(.98)}}@media(max-width:640px){.product-media-video__toggle{right:13px;bottom:13px;width:46px;height:46px}.product-price{gap:7px}.product-savings{font-size:.72rem;padding:5px 9px}.free-shipping-meter__label,.cart-page__shipping-label{font-size:.53rem;min-height:20px}.cart-page__shipping-top strong{font-size:.86rem}}@media(prefers-reduced-motion:reduce){.collection-infinite-scroll__spinner,.free-shipping-meter.is-celebrating:after,.free-shipping-meter.is-celebrating .free-shipping-meter__truck{animation:none!important}}.cart-summary__row--total{align-items:flex-start}.cart-summary__row--total>span{padding-top:5px;font-weight:800;color:#111}.cart-summary__row--total .cart-summary__price{display:grid;justify-items:end;gap:7px}.cart-summary__amounts{display:flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:2px}.cart-summary__saved-inline{display:inline-flex;align-items:center;gap:4px;min-height:27px;padding:5px 9px;border-radius:999px;background:#c7f30a42;box-shadow:inset 0 0 0 1px #97b8002b;color:#111;font-size:.72rem;line-height:1;font-weight:760;white-space:nowrap}.cart-summary__saved-inline b{font-weight:950}.cart-drawer__total{display:grid;gap:8px;margin-bottom:11px}.cart-drawer__total .cart-drawer__subtotal{margin-bottom:0}.cart-drawer__savings{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 10px;border-radius:12px;background:#c7f30a3d;box-shadow:inset 0 0 0 1px #97b80026;font-size:.78rem;font-weight:800}.cart-drawer__savings strong{font-size:.84rem;font-weight:950}.cart-drawer__savings[hidden]{display:none!important}.product-media-video,.product-media-external{--video-progress:0%}.product-media-video__toggle{left:50%;top:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);width:62px;height:62px;background:#080808d1;box-shadow:0 10px 30px #0003;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:3}.product-media-video__toggle:active{transform:translate(-50%,-50%) scale(.94)}.product-media-video__toggle.is-playing{background:#080808ad}.product-media-video__toggle span{font-size:1.08rem}.product-media-video__bar{--video-progress:0%;position:absolute;left:16px;right:16px;bottom:16px;height:22px;display:flex;align-items:center;z-index:4;touch-action:none}.product-media-video__bar:before{content:"";position:absolute;left:0;right:0;top:50%;height:5px;border-radius:999px;background:#0a0a0a2b;transform:translateY(-50%);box-shadow:inset 0 0 0 1px #ffffff38}.product-media-video__bar:after{content:"";position:absolute;left:0;top:50%;width:var(--video-progress);height:5px;border-radius:999px;background:var(--accent);transform:translateY(-50%);pointer-events:none;transition:width .08s linear}.product-media-video__progress{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer;-webkit-appearance:none;appearance:none;z-index:2}.product-media-video__bar:focus-within:before{height:6px;box-shadow:0 0 0 3px #c7f30a38}@media(max-width:640px){.product-media-video__toggle{left:50%;top:50%;right:auto;bottom:auto;width:58px;height:58px}.product-media-video__bar{left:13px;right:13px;bottom:13px}.cart-summary__saved-inline{font-size:.69rem}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/theme.css.map */
