*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}body.drawer-open{overflow:hidden}img,svg{display:block;max-width:100%}svg{width:1.3rem;height:1.3rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:780;letter-spacing:-.035em;line-height:1.08}h1{font-size:clamp(2.7rem,6vw,5.5rem)}h2{font-size:clamp(2rem,4vw,3.4rem)}h3{font-size:1.15rem}p{color:var(--muted)}.hidden{display:none!important}.skip{position:absolute;left:1rem;top:-100px;z-index:999;padding:.7rem 1rem;background:#fff}.skip:focus{top:1rem}.page-width{width:min(calc(100% - 40px),var(--w));margin:auto}.narrow{max-width:1050px}.content{max-width:850px}.section{padding:clamp(4rem,8vw,7rem) 0}.rte>*:last-child{margin-bottom:0}.rte a{color:var(--primary);text-decoration:underline}.eyebrow{display:inline-block;margin-bottom:.6rem;color:var(--primary);font-size:.76rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:50px;padding:.8rem 1.25rem;border:1px solid transparent;border-radius:var(--radius);font-weight:750;line-height:1;transition:.2s}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--primary);color:#fff;box-shadow:0 10px 25px #0f766e38}.button.primary:hover{background:var(--primary-hover)}.button.secondary{border-color:var(--border);background:#fff}.button.ghost{border-color:#0f172a26;background:transparent}.button.full{width:100%}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.text-link{color:var(--primary);font-weight:750;text-decoration:underline;text-underline-offset:4px}.center{text-align:center}.icon-btn{position:relative;display:inline-grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent}.icon-btn:hover{background:var(--surface)}.heading{max-width:760px;margin-bottom:2.4rem}.heading h1,.heading h2{margin-bottom:.7rem}.heading p{max-width:650px;margin-bottom:0;font-size:1.05rem}.heading.center{text-align:center;margin-inline:auto}.heading.center p{margin-inline:auto}.heading.split{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;max-width:none}.actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.badge{display:inline-flex;padding:.28rem .55rem;border-radius:999px;background:#dcfce7;color:#166534;font-size:.67rem;font-weight:850}.badge.sale{position:absolute;left:1rem;top:1rem;background:#fee2e2;color:#991b1b}.stars,.rating span{color:#f59e0b;letter-spacing:.06em}.empty{display:grid;place-items:center;max-width:650px;margin:2rem auto;padding:3rem;border-radius:var(--radius-lg);background:var(--surface);text-align:center}.empty>span{font-size:4rem}.empty.large{padding:clamp(3rem,8vw,7rem)}.section-footer{text-align:center;margin-top:2.5rem}.success{padding:.8rem;background:#dcfce7;color:#166534;border-radius:10px}.announcement{background:var(--ann-bg);color:var(--ann-text);font-size:.82rem}.announcement .page-width{display:flex;align-items:center;justify-content:center;gap:1.5rem;min-height:38px}.announcement p{margin:0;color:inherit}.announcement a{font-weight:750;text-decoration:underline}.site-header{position:relative;z-index:50;border-bottom:1px solid #dbe5eacc;background:#ffffffed;backdrop-filter:blur(16px)}.site-header.sticky{position:sticky;top:0}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;min-height:76px}.logo{display:inline-flex;align-items:center;gap:.65rem;font-size:1.15rem;font-weight:850;white-space:nowrap}.logo>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,var(--primary),var(--accent));color:#fff;font-size:1.2rem;font-style:italic}.desktop-nav{justify-self:center}.desktop-nav ul{display:flex;align-items:center;margin:0;padding:0;list-style:none}.desktop-nav li{position:relative}.desktop-nav li>a{display:flex;gap:.35rem;padding:.65rem .85rem;border-radius:9px;font-size:.92rem;font-weight:650}.desktop-nav li>a:hover{background:var(--surface);color:var(--primary)}.nav-drop{position:absolute;left:0;top:calc(100% + .5rem);min-width:230px;padding:.55rem;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 16px 45px #0f172a17;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.has-drop:hover .nav-drop{opacity:1;visibility:visible;transform:none}.nav-drop ul{display:block}.nav-drop a{display:block!important}.header-actions{display:flex;justify-self:end}.cart-count{position:absolute;right:2px;top:1px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border:2px solid #fff;border-radius:99px;background:var(--primary);color:#fff;font-size:.6rem}.mobile-menu{display:none}.mobile-menu summary{list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu[open]:before{content:"";position:fixed;inset:0;z-index:80;background:#0f172a70}.mobile-panel{position:fixed;inset:0 auto 0 0;z-index:90;width:min(88vw,390px);padding:1.2rem;background:#fff;overflow:auto;box-shadow:20px 0 45px #0f172a2c}.mobile-panel>div{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--border)}.mobile-panel nav ul{margin:0;padding:0;list-style:none}.mobile-panel nav>ul>li{border-bottom:1px solid var(--border)}.mobile-panel nav a,.mobile-panel nav summary{display:flex;justify-content:space-between;padding:1rem .25rem;font-weight:750}.mobile-panel nav details ul{padding-left:1rem}.hero{position:relative;overflow:hidden;padding:clamp(4rem,8vw,7rem) 0;background:var(--hero-bg)}.hero:before{content:"";position:absolute;right:-180px;top:-240px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,var(--hero-accent),transparent 67%);opacity:.18}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:clamp(3rem,8vw,8rem)}.pill{display:inline-flex;padding:.55rem .9rem;border:1px solid #0f766e2d;border-radius:99px;background:#ffffffb8;color:var(--primary);font-size:.8rem;font-weight:750}.hero h1{margin:.9rem 0 1.2rem}.hero h1 em{color:var(--primary);font-style:normal}.hero-text{max-width:650px;font-size:1.18rem}.proof{display:flex;flex-wrap:wrap;gap:.7rem 1.2rem;margin-top:1.4rem;color:#334155;font-size:.83rem;font-weight:650}.hero-visual{position:relative;display:grid;place-items:center;min-height:510px}.hero-visual>img{border-radius:30px;box-shadow:0 30px 70px #0f172a26}.phone{width:275px;padding:9px;border:3px solid #111827;border-radius:42px;background:#111827;box-shadow:0 35px 75px #0f172a38;transform:rotate(4deg)}.phone-screen{min-height:535px;padding:1.2rem;border-radius:32px;background:linear-gradient(160deg,#f0fdfa,#e0f2fe)}.phone-top{display:flex;justify-content:space-between;font-size:.65rem;font-weight:750}.globe{display:grid;place-items:center;width:180px;height:180px;margin:4.5rem auto 2.4rem;border-radius:50%;background:#ffffffbd;font-size:5rem;box-shadow:0 20px 50px #0f766e21}.plan{padding:1.15rem;border-radius:20px;background:#fff;box-shadow:0 15px 35px #0f172a17}.plan small,.plan strong{display:block}.plan strong{font-size:2rem}.plan i{display:block;height:7px;border-radius:9px;background:#e2e8f0}.plan i span{display:block;width:64%;height:100%;border-radius:9px;background:var(--primary)}.plan p{margin:.5rem 0 0;font-size:.75rem}.float{position:absolute;display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border-radius:16px;background:#fffffff0;box-shadow:0 16px 45px #0f172a17}.float b,.float small{display:block}.float small{color:var(--muted);font-size:.7rem}.float.top{right:3%;top:16%}.float.bottom{left:0;bottom:12%}.benefits{padding:2.2rem 0}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.benefit{display:flex;gap:1rem;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius-lg)}.benefit>span,.step>span{display:grid;place-items:center;flex:0 0 46px;height:46px;border-radius:14px;background:#ccfbf1;color:var(--primary)}.benefit h3{margin:.1rem 0 .25rem;font-size:1rem}.benefit p{margin:0;font-size:.85rem}.country-search{display:flex;align-items:center;gap:.6rem;width:min(100%,360px);padding:.75rem 1rem;border:1px solid var(--border);border-radius:99px}.country-search input{width:100%;border:0;outline:0}.country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.country{position:relative;display:flex;align-items:center;gap:.85rem;min-height:105px;padding:1.1rem;border:1px solid var(--border);border-radius:var(--radius-lg);transition:.2s}.country:hover{transform:translateY(-4px);border-color:#0f766e73;box-shadow:0 16px 45px #0f172a17}.flag{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:15px;background:var(--surface);font-size:1.8rem}.country h3{margin:0 0 .1rem;font-size:1rem}.country p{margin:0;font-size:.75rem}.country .badge{position:absolute;right:.7rem;top:.6rem}.country i{margin-left:auto;color:var(--primary)}.steps{background:linear-gradient(#fff,#f8fafc)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.step{position:relative;padding:2rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff}.step .number{position:absolute;right:1.2rem;top:1rem;color:#e2e8f0;font-size:3.7rem;line-height:1}.step>span{margin-bottom:1.2rem}.step p{margin:0}.tip{display:flex;justify-content:center;gap:.7rem;margin-top:2rem;padding:1rem;border:1px solid #bae6fd;border-radius:14px;background:#f0f9ff}.tip p{margin:0;color:#0c4a6e;font-size:.85rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.product-card{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 45px #0f172a17}.product-card__media{position:relative;display:block;aspect-ratio:1.15;background:var(--surface);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover}.placeholder{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(145deg,#ecfeff,#f0fdf4);font-size:4.5rem}.product-card__body{padding:1.2rem}.product-card h3{margin:0 0 .4rem}.product-card p{min-height:2.7em;margin:0;font-size:.82rem}.product-card__footer{display:flex;align-items:end;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.product-card__footer small{display:block;color:var(--muted)}.round-arrow{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--surface);color:var(--primary)}.reviews{background:var(--surface)}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.review{margin:0;padding:1.6rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff}.review blockquote{min-height:5em;margin:1rem 0;font-weight:580}.review figcaption{display:flex;align-items:center;gap:.7rem}.review figcaption>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#ccfbf1;color:var(--primary);font-weight:800}.review figcaption strong,.review figcaption small{display:block}.review figcaption small{color:var(--muted)}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(2rem,7vw,7rem)}.faq-intro{position:sticky;top:120px}.faq-list{border-top:1px solid var(--border)}.faq{border-bottom:1px solid var(--border)}.faq summary{display:flex;justify-content:space-between;padding:1.2rem 0;cursor:pointer;list-style:none;font-weight:750}.faq summary::-webkit-details-marker{display:none}.faq[open] summary span{transform:rotate(45deg)}.faq .rte{padding:0 2rem 1.2rem 0;color:var(--muted)}.newsletter{padding-top:2rem}.newsletter-card{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;padding:clamp(2rem,5vw,4rem);border-radius:calc(var(--radius-lg) + 8px);background:linear-gradient(135deg,#0f172a,#134e4a);color:#fff}.newsletter-card p{color:#cbd5e1}.newsletter-form>div:first-of-type{display:flex;padding:.35rem;border-radius:13px;background:#fff}.newsletter-form input{min-width:0;flex:1;padding:.75rem;border:0;outline:0;color:#0f172a}.site-footer{margin-top:4rem;padding:4.5rem 0 1.5rem;background:#07121f;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem}.footer-brand p,.footer-col a,.footer-col p{color:#94a3b8}.footer-pills{display:flex;flex-wrap:wrap;gap:.5rem}.footer-pills span{padding:.3rem .55rem;border:1px solid #243244;border-radius:99px;font-size:.68rem}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li+li{margin-top:.5rem}.footer-col h3{font-size:.9rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.2rem;border-top:1px solid #1e293b}.footer-bottom p{margin:0;font-size:.75rem}.footer-bottom>div{display:flex;gap:1rem}.footer-bottom a{color:#94a3b8;font-size:.75rem}.footer-bottom select{padding:.45rem;border:1px solid #334155;border-radius:8px;background:#0f172a;color:#cbd5e1}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2.5rem,6vw,6rem)}.product-media{position:sticky;top:110px}.product-main{display:grid;place-items:center;aspect-ratio:1;border-radius:calc(var(--radius-lg) + 4px);background:var(--surface);overflow:hidden}.product-main img{width:100%;height:100%;object-fit:cover}.product-placeholder{display:grid;place-items:center;gap:.5rem;font-size:8rem;color:var(--muted)}.product-placeholder small{font-size:.8rem}.thumbnails{display:flex;gap:.7rem;margin-top:.8rem;overflow:auto}.thumb{flex:0 0 80px;height:80px;padding:0;border:2px solid transparent;border-radius:12px;overflow:hidden}.thumb.active{border-color:var(--primary)}.thumb img{width:100%;height:100%;object-fit:cover}.product-info h1{margin:.3rem 0 .7rem;font-size:clamp(2.25rem,4vw,4rem)}.rating{color:var(--muted);font-size:.82rem}.product-price{display:flex;gap:.7rem;align-items:center;margin:1rem 0}.product-price strong{font-size:1.75rem}.product-price s{color:var(--muted)}.highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin:1.2rem 0}.highlights>div{padding:.9rem;border:1px solid var(--border);border-radius:14px}.highlights svg{color:var(--primary)}.highlights strong,.highlights small{display:block}.highlights strong{margin-top:.4rem;font-size:.82rem}.highlights small{color:var(--muted);font-size:.68rem}.product-form{padding:1.2rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.product-form label{display:block;margin-bottom:.4rem;font-weight:750}.product-form select{width:100%;padding:.85rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.product-form .button{margin-top:1rem}.product-form>p{text-align:center;margin:.7rem 0 0;font-size:.75rem}.trust{display:grid;gap:.8rem;margin:1.3rem 0}.trust>div{display:flex;align-items:center;gap:.8rem}.trust>div>svg{width:38px;height:38px;padding:.55rem;border-radius:11px;background:#ccfbf1;color:var(--primary)}.trust strong,.trust small{display:block}.trust small{color:var(--muted)}.accordions{border-top:1px solid var(--border)}.accordions details{border-bottom:1px solid var(--border)}.accordions summary{display:flex;justify-content:space-between;padding:1rem 0;list-style:none;cursor:pointer;font-weight:750}.accordions details[open] summary span{transform:rotate(45deg)}.accordions .rte{padding-bottom:1rem}.collection-hero{display:grid;grid-template-columns:1.3fr .7fr;align-items:center;gap:3rem;margin-bottom:2.5rem;padding:clamp(2rem,5vw,4rem);border-radius:calc(var(--radius-lg) + 6px);background:linear-gradient(135deg,#ecfdf5,#eff6ff)}.collection-hero h1{font-size:clamp(2.4rem,5vw,4.5rem)}.collection-hero>div:last-child{aspect-ratio:1.3;border-radius:var(--radius-lg);overflow:hidden}.collection-hero img{width:100%;height:100%;object-fit:cover}.big-flag{display:block;font-size:3rem}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.3rem}.toolbar p{margin:0}.toolbar select{padding:.6rem;border:1px solid var(--border);border-radius:8px}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:3rem}.pagination>div{display:flex;gap:.35rem}.pagination a,.pagination span{display:grid;place-items:center;min-width:40px;height:40px;padding:0 .7rem;border:1px solid var(--border);border-radius:9px}.pagination .active{background:var(--primary);color:#fff}.cart-lines{border-top:1px solid var(--border)}.cart-line{display:grid;grid-template-columns:100px 1fr 90px auto 44px;align-items:center;gap:1.2rem;padding:1.2rem 0;border-bottom:1px solid var(--border)}.cart-image{display:grid;place-items:center;aspect-ratio:1;border-radius:13px;background:var(--surface);overflow:hidden}.cart-image img{width:100%;height:100%;object-fit:cover}.cart-line p{margin:0}.cart-line label{font-size:.7rem}.cart-line input{width:70px;padding:.55rem;border:1px solid var(--border);border-radius:8px}.cart-summary{display:grid;grid-template-columns:1fr 360px;gap:3rem;margin-top:2rem}.cart-summary textarea{width:100%;min-height:120px;border:1px solid var(--border);border-radius:12px}.cart-summary aside{padding:1.4rem;border-radius:var(--radius-lg);background:var(--surface)}.cart-summary aside .button+.button{margin-top:.6rem}.total{display:flex;justify-content:space-between;font-size:1.05rem}.total strong{font-size:1.25rem}.search-form{max-width:780px;margin:0 auto 3rem}.search-form>div{display:flex;align-items:center;gap:.7rem;padding:.4rem .4rem .4rem 1rem;border:1px solid var(--border);border-radius:14px;box-shadow:0 16px 45px #0f172a17}.search-form input[type=search]{min-width:0;flex:1;border:0;outline:0}.page-header{text-align:center;margin-bottom:2.5rem}.page-content{font-size:1.04rem}.contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,7vw,7rem)}.contact-card{padding:clamp(1.4rem,4vw,2.5rem);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 16px 45px #0f172a17}.contact-card form{display:grid;gap:1rem}.contact-card label{display:grid;gap:.4rem;font-weight:700}.contact-card input,.contact-card textarea{width:100%;padding:.85rem;border:1px solid var(--border);border-radius:var(--radius)}.two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.collection-grid>a{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.collection-grid>a>img,.collection-grid>a>div{width:100%;aspect-ratio:1.5;object-fit:cover}.collection-grid>a>div{display:grid;place-items:center;background:var(--surface);font-size:4rem}.collection-grid>a>span{display:block;padding:1.1rem}.collection-grid h2{margin:0;font-size:1.2rem}.collection-grid p{margin:0}.password-page{display:grid;place-items:center;min-height:100vh;background:linear-gradient(135deg,#ecfdf5,#eff6ff)}.password-wrap{width:min(90vw,600px)}.password-card{padding:clamp(2rem,6vw,4rem);border-radius:28px;background:#fff;box-shadow:0 16px 45px #0f172a17;text-align:center}.password-card .logo{margin-bottom:2rem}.password-form{display:flex;padding:.35rem;border:1px solid var(--border);border-radius:13px}.password-form input{min-width:0;flex:1;border:0;outline:0}.drawer-shell{position:fixed;inset:0;z-index:100}.drawer-overlay{position:absolute;inset:0;width:100%;height:100%;border:0;background:#0f172a7a}.cart-drawer{position:absolute;right:0;top:0;display:grid;grid-template-rows:auto 1fr auto;width:min(92vw,460px);height:100%;background:#fff;box-shadow:-20px 0 50px #0f172a33}.cart-drawer>header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem;border-bottom:1px solid var(--border)}.cart-drawer h2{margin:0}.drawer-items{padding:1.1rem;overflow:auto}.drawer-item{display:grid;grid-template-columns:85px 1fr;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.drawer-item>a{display:grid;place-items:center;aspect-ratio:1;border-radius:12px;background:var(--surface);overflow:hidden}.drawer-item img{width:100%;height:100%;object-fit:cover}.drawer-item strong,.drawer-item b{display:block}.drawer-item p{margin:.1rem 0}.drawer-item button,.drawer-item div>a{padding:0;border:0;background:none;color:#b91c1c;text-decoration:underline}.drawer-footer{padding:1.2rem;border-top:1px solid var(--border)}.drawer-footer p{font-size:.8rem}.drawer-footer .text-link{display:block;margin-top:.7rem}.toast{position:fixed;z-index:120;left:50%;bottom:2rem;max-width:90vw;padding:.8rem 1rem;border-radius:11px;background:#0f172a;color:#fff;opacity:0;visibility:hidden;transform:translate(-50%,20px);transition:.25s}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
@media(max-width:1100px){.desktop-nav{display:none}.mobile-menu{display:block}.logo{justify-self:center}.country-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}}@media(max-width:820px){.page-width{width:min(calc(100% - 28px),var(--w))}.hero-grid,.product-layout,.faq-layout,.newsletter-card,.contact,.collection-hero{grid-template-columns:1fr}.hero-visual{min-height:470px}.benefits-grid,.steps-grid,.review-grid{grid-template-columns:1fr}.heading.split{display:grid}.country-search{width:100%}.product-grid{grid-template-columns:repeat(2,1fr)}.faq-intro,.product-media{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-bottom{align-items:flex-start;flex-direction:column}.cart-line{grid-template-columns:78px 1fr auto}.cart-line label{grid-column:2}.cart-line>strong{grid-column:3;grid-row:1}.cart-line>.icon-btn{grid-column:3;grid-row:2}.cart-summary{grid-template-columns:1fr}.collection-grid{grid-template-columns:repeat(2,1fr)}.two{grid-template-columns:1fr}}@media(max-width:560px){h1{font-size:2.5rem}.header-inner{gap:.5rem;min-height:66px}.header-actions>a{display:none}.phone{width:225px}.phone-screen{min-height:435px}.globe{width:140px;height:140px;margin:3.5rem auto 1.8rem;font-size:4rem}.country-grid,.product-grid,.collection-grid{grid-template-columns:1fr}.highlights{grid-template-columns:1fr}.newsletter-form>div:first-of-type,.password-form{display:grid;background:transparent;gap:.6rem}.newsletter-form input,.password-form input{border-radius:10px;padding:.8rem}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.toolbar{align-items:flex-start;flex-direction:column}.pagination>div{display:none}}
