@import url("fonts.css");
:root{--ink:#141615;--muted:#666b66;--line:#e3e5df;--paper:#fff;--soft:#f5f6f2;--lime:#e1f542;--radius:8px;--max:1320px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:150px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Manrope,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}a{color:inherit;text-decoration:none}button{color:inherit}img{max-width:100%;display:block}svg{width:22px;height:22px;flex-shrink:0;vertical-align:middle}button svg{pointer-events:none}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.12;letter-spacing:-.045em}h1{font-size:clamp(40px,5vw,68px);font-weight:600}h2{font-size:clamp(27px,3vw,40px);font-weight:600}h3{font-size:18px;letter-spacing:-.02em}p{color:var(--muted)}:focus-visible{outline:3px solid #778800;outline-offset:4px}::selection{background:var(--lime);color:#121212}::-webkit-scrollbar{width:9px;height:6px}::-webkit-scrollbar-track{background:#eceee7}::-webkit-scrollbar-thumb{background:#777e64;border-radius:9px;border:2px solid #eceee7}::-webkit-scrollbar-thumb:hover{background:#313725}.container{width:min(var(--max),calc(100% - 80px));margin-inline:auto}.section{padding-block:70px}.section-topless{padding-bottom:80px}.eyebrow{display:block;font-size:12px;font-weight:700;letter-spacing:.14em;line-height:1.5}.muted{color:var(--muted);font-weight:400}.small,small{font-size:13px;color:var(--muted)}.full{width:100%}.skip{position:fixed;top:-100px;left:20px;z-index:1000;background:var(--lime);padding:12px}.skip:focus{top:12px}.utility{height:33px;background:#161815;color:#eee;display:flex;align-items:center;font-size:12px}.utility .container{display:flex;align-items:center;justify-content:space-between;gap:16px}.utility em{font-style:normal;color:var(--lime)}.utility-right{display:flex;gap:25px;color:#c2c5bd}.header{position:sticky;top:0;background:white;z-index:30;border-bottom:1px solid var(--line)}.header-main{display:flex;align-items:center;gap:45px;height:91px}.logo{background:#050505;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:114px;height:72px;border-radius:3px}.logo img{height:70px;width:80px;object-fit:contain}.search-wrap{max-width:540px;flex:1;position:relative;margin-left:35px}.search-form{height:43px;background:var(--soft);border:1px solid #e9ebe4;display:flex;align-items:center;border-radius:5px}.search-form input{min-width:0;flex:1;border:0;background:none;outline:none;padding:11px 14px;font-size:14px}.search-form button{background:none;border:0;padding:10px 13px}.search-results{position:absolute;top:49px;left:0;right:0;background:white;border:1px solid var(--line);box-shadow:0 18px 38px #0002;z-index:70}.search-results a{display:flex;gap:12px;align-items:center;padding:12px;border-bottom:1px solid var(--line);font-size:14px}.search-results a:hover{background:var(--soft)}.search-results img{width:45px;height:50px;object-fit:contain}.search-results span{flex:1}.search-results small{display:block}.search-results p{padding:20px;font-size:14px}.header-actions{margin-left:auto;display:flex;gap:22px;align-items:center}.header-action{position:relative;display:flex;gap:9px;align-items:center;font-size:13px;line-height:1.35}.header-action strong{font-size:14px;display:block}.counter{position:absolute;left:14px;top:-6px;border-radius:50%;background:var(--lime);color:#151515;min-width:16px;height:16px;display:grid;place-items:center;font-size:10px;font-weight:700}.header-action .counter{left:15px}.nav-row{border-top:1px solid #f0f1ee}.nav{display:flex;gap:31px;align-items:center;height:46px;font-size:14px}.nav a{height:100%;display:flex;align-items:center;position:relative;white-space:nowrap}.nav a:after{content:'';position:absolute;bottom:0;left:0;right:100%;height:2px;background:#151715;transition:right .2s}.nav a:hover:after,.nav a[aria-current=page]:after{right:0}.nav .offers{margin-left:auto;font-weight:700}.nav .offers:before{content:'';width:7px;height:7px;background:var(--lime);margin-right:8px}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;padding:15px 23px;border:1px solid var(--ink);border-radius:4px;background:var(--ink);color:#fff;font-size:14px;font-weight:600;min-height:50px;position:relative;isolation:isolate;overflow:hidden;transition:background .25s,color .25s,transform .25s}.button:after{content:'';position:absolute;inset:0;background:#3c4430;z-index:-1;transform:translateX(-101%);transition:transform .25s}.button:hover:after{transform:translateX(0)}.button:active{transform:translateY(1px)}.button.lime{background:var(--lime);border-color:var(--lime);color:#141715}.button.lime:after{background:#c6df18}.button.outline{background:transparent;color:var(--ink);border-color:#ced2c6}.button.outline:hover{color:white}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:600;background:none;border:none;padding:0 0 5px;border-bottom:1px solid currentColor;line-height:1.4}.text-link svg{width:18px;height:18px;transition:transform .2s}.text-link:hover svg{transform:translateX(4px)}.icon-button{border:0;background:none;padding:9px;display:inline-grid;place-items:center;border-radius:50%;flex-shrink:0}.icon-button:hover{background:#e9eccf}.mobile-only{display:none!important}.hero{background:#090a09;color:white;position:relative;min-height:605px;overflow:hidden;max-width:1800px;margin:auto}.hero picture{position:absolute;inset:0}.hero picture img{width:100%;height:100%;object-fit:cover;object-position:50% 56%}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#080a09e8 0%,#080a0990 34%,transparent 65%)}.hero-content{position:relative;z-index:1;width:min(var(--max),calc(100% - 80px));margin:auto;padding:66px 0 35px}.hero .eyebrow{color:#cbd3bd;margin-bottom:25px}.hero h1{font-size:clamp(44px,4.7vw,70px);line-height:1.02;letter-spacing:-.055em;font-weight:500}.hero h1 em,.about-hero em{font-style:normal;color:var(--lime)}.hero p{color:#b8bcb5;font-size:15px;margin:23px 0 27px;line-height:1.65}.hero-actions{display:flex;gap:26px;align-items:center}.hero-actions .text-link{color:#e7e9e0}.hero-foot{margin-top:40px;font-size:10px;letter-spacing:.17em;color:#e4e5df;display:flex;align-items:center;gap:17px}.hero-foot span{font-size:11px;letter-spacing:.01em;color:#8f948b;border-left:1px solid #565b4e;padding-left:17px}.hero-index{position:absolute;bottom:32px;right:40px;z-index:2;font-size:10px;letter-spacing:.2em;color:#c8cec1}.campaigns{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding-top:26px}.campaign{position:relative;min-height:290px;overflow:hidden;background:#e9ecec;border-radius:5px}.campaign img{position:absolute;width:100%;height:100%;object-fit:cover;transition:transform .65s}.campaign:hover img{transform:scale(1.035)}.campaign>div{position:relative;padding:35px 30px;z-index:1}.campaign .eyebrow{font-size:10px;letter-spacing:.14em;margin-bottom:15px}.campaign h2{font-size:32px;line-height:1.08;margin-bottom:30px;letter-spacing:-.04em}.campaign.dark{background:#121312;color:white}.campaign .text-link{font-size:12px}.section-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:32px}.section-heading .eyebrow{color:#777e6f;margin-bottom:11px}.section-heading>.text-link{flex-shrink:0}.categories{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;text-align:center}.categories a{font-size:13px;font-weight:600;line-height:1.35}.categories a>div{height:120px;background:#f4f5f1;display:grid;place-items:center;border-radius:50%;margin-bottom:17px;transition:background .2s}.categories img{width:87px;height:87px;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s}.categories a:hover img{transform:translateY(-5px)}.categories a:hover>div{background:#edf1d9}.selection{background:#f6f7f3}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px;align-items:start}.product-card{min-width:0;max-width:340px}.product-visual{background:#f3f4f0;position:relative;border-radius:5px;overflow:hidden;aspect-ratio:1.05}.selection .product-visual{background:white}.product-visual>a{display:block;height:100%;padding:32px 30px 35px}.product-visual img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .4s}.product-card:hover .product-visual img{transform:scale(1.055)}.discount{position:absolute;top:15px;left:15px;background:#e7efd5;color:#384823;padding:3px 7px;border-radius:2px;font-size:11px;font-weight:600;z-index:1}.wish{position:absolute;right:9px;top:9px;z-index:2;background:#fff9}.wish svg{width:19px;height:19px}.wish.selected svg,.detail-wish.selected svg{fill:var(--lime);stroke:#323916}.card-available{position:absolute;bottom:12px;left:15px;font-size:10px;color:#717869;letter-spacing:.03em}.product-copy{padding:17px 2px 0}.product-copy .eyebrow{font-size:10px;color:#767c71;letter-spacing:.08em;margin-bottom:6px}.product-copy h3{font-size:17px;letter-spacing:-.025em;font-weight:600;line-height:1.35}.product-copy h3 a:hover{color:#5e6c27}.variant-hint{font-size:12px;margin-top:5px}.price-row{display:flex;justify-content:space-between;align-items:center;gap:6px;margin-top:15px}.price-row strong{display:block;font-size:17px;letter-spacing:-.04em;white-space:nowrap}.price-row del{font-size:12px;color:#93968f}.quick-add{width:35px;height:35px;border:1px solid #d6dacf;background:transparent;display:grid;place-items:center;border-radius:4px;transition:background .2s}.quick-add svg{width:18px;height:18px}.quick-add:hover{background:var(--lime);border-color:var(--lime)}.editorial{background:#171a16;color:#fff;border-radius:5px;padding:55px 65px;display:grid;grid-template-columns:1.5fr 1fr;gap:60px;align-items:center}.editorial .eyebrow{color:#b9c0a8;margin-bottom:16px}.editorial h2{font-size:39px;line-height:1.13}.editorial p{max-width:490px;margin:20px 0 27px;color:#a8afa0;font-size:15px}.editorial-brand{display:flex;flex-direction:column;align-items:center;border-left:1px solid #3a4033}.editorial-brand img{width:175px;height:175px;object-fit:contain;border-radius:6px}.editorial-brand a{display:flex;gap:12px;align-items:center;margin-top:15px;font-size:14px}.trust{padding-block:50px;display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.trust>a{display:flex;gap:14px;align-items:flex-start}.trust svg{width:27px;height:27px}.trust h3{font-size:14px;letter-spacing:-.01em;margin-bottom:7px}.trust p{font-size:12px;line-height:1.5}.newsletter{background:var(--lime);padding:36px 0}.newsletter .container{display:grid;grid-template-columns:1fr 1.25fr;gap:50px;align-items:center}.newsletter h2{font-size:29px}.newsletter p{font-size:13px;color:#4f571e;margin-top:8px}.newsletter-form .fields{display:flex;gap:8px;align-items:end}.newsletter-form label{flex:1;min-width:0;display:block;font-size:12px;font-weight:600}.newsletter-form input{margin-top:4px;background:#f7fbd7;border:1px solid #b9ce37;border-radius:4px;min-width:0;width:100%;padding:11px;font-size:14px;height:45px}.newsletter-form .button{min-height:45px;padding:11px}.newsletter .form-feedback{font-size:13px}.form-feedback a{text-decoration:underline}.footer{background:#11130f;color:#dedfd8;padding:54px 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:55px}.footer h3{font-size:13px;letter-spacing:.01em;color:white;margin-bottom:20px}.footer-logo{width:100px;height:90px;object-fit:contain;margin-bottom:14px}.footer p{font-size:13px;color:#8f9586;max-width:255px}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.footer a{font-size:13px;color:#aeb3a6}.footer a:hover{color:var(--lime)}.footer-social{display:flex;gap:16px;margin-top:20px}.footer-social svg{width:18px;height:18px}.footer-bottom{border-top:1px solid #2b3024;margin-top:40px;padding:22px 0;display:flex;gap:20px;justify-content:space-between;font-size:11px;color:#838b77}.footer-bottom a{font-size:11px}.floating-wa{position:fixed;bottom:22px;right:22px;z-index:25;width:49px;height:49px;border-radius:50%;display:grid;place-items:center;background:#1c4126;color:white;box-shadow:0 4px 15px #0003;border:1px solid #5a7950;transition:transform .2s}.floating-wa svg{width:25px;height:25px}.floating-wa:hover{transform:translateY(-3px);background:#285d36}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,120px);background:#161b12;color:white;z-index:110;padding:15px 22px;box-shadow:0 7px 30px #0003;display:flex;align-items:center;gap:14px;font-size:14px;border-radius:6px;transition:transform .25s;max-width:calc(100% - 30px);width:max-content}.toast.show{transform:translate(-50%,0)}.toast>svg{color:var(--lime)}.toast a{white-space:nowrap;text-decoration:underline;color:var(--lime)}dialog{padding:30px;border:0;border-radius:8px;max-width:90vw;max-height:90vh}dialog::backdrop{background:#0009}dialog .dialog-close{position:absolute;right:15px;top:15px;background:#eef0e8;z-index:3}#mobile-menu{margin:0 0 0 auto;width:min(88vw,400px);height:100dvh;max-height:100dvh;border-radius:0;background:#11150f;color:white;padding:35px;animation:drawer .25s ease-out}#mobile-menu .logo{margin-bottom:40px}#mobile-menu nav{display:grid;gap:0}#mobile-menu nav a{font-size:20px;padding:13px 0;border-bottom:1px solid #343b2c}#mobile-menu .menu-contact{margin-top:35px;font-size:14px;color:#d9e58d}body:has(dialog[open]){overflow:hidden}@keyframes drawer{from{transform:translateX(100%)}to{transform:translateX(0)}}.page-head{padding-block:48px 42px}.page-head .eyebrow{color:#7a816e;margin-bottom:16px}.page-head p{margin-top:17px;max-width:650px;font-size:16px}.catalog-layout{display:grid;grid-template-columns:218px 1fr;gap:45px;padding-bottom:80px}.filters{border-right:1px solid var(--line);padding-right:25px;align-self:start}.filter-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.filters h2{font-size:17px;letter-spacing:-.02em}.filters>label{font-size:13px;display:block;margin-bottom:9px}.filters>input[type=search]{padding:10px;width:100%;font-size:13px;border:1px solid var(--line);border-radius:3px}.filters fieldset{border:0;padding:22px 0;margin:0;border-bottom:1px solid var(--line)}.filters legend{float:left;width:100%;font-size:14px;font-weight:700;margin-bottom:12px}.filter-option{display:flex!important;align-items:center;gap:10px;cursor:pointer;font-size:13px;margin:9px 0}.filter-option input{width:15px;height:15px;margin:0;accent-color:#404c15;flex-shrink:0}.filter-option:has(input:checked){font-weight:700;color:#38451d}.filters>label[for=max-price]{padding-top:22px}.filters strong{display:block;margin-top:5px}.filters input[type=range]{width:100%;accent-color:#839727}.filters .text-link{font-size:12px;margin-top:20px}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:18px;font-size:13px}.sort{display:flex;align-items:center;gap:10px}.sort select{padding:8px;border:1px solid var(--line);border-radius:3px;font-size:13px;background:#fff;max-width:175px}.catalog-results .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 20px}.active-filters{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.active-filters:empty{margin-bottom:25px}.active-filters button{display:flex;align-items:center;gap:7px;border:1px solid #dbe2c7;background:#f3f6ea;border-radius:3px;padding:4px 7px;font-size:11px}.active-filters svg{width:14px;height:14px}.promo-strip{background:#e5edcd;border-radius:5px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:40px}.promo-strip>span{font-size:11px;font-weight:700;letter-spacing:.1em}.promo-strip>strong{font-size:23px;letter-spacing:-.03em}.empty{text-align:center;padding:70px 20px;grid-column:1/-1;width:100%}.empty>svg{width:50px;height:50px;margin-bottom:25px;color:#838d70}.empty h2{font-size:30px}.empty p{margin:20px auto 25px;max-width:480px}.breadcrumbs{display:flex;gap:12px;flex-wrap:wrap;padding-block:25px;font-size:12px;color:#838976}.breadcrumbs a{color:#444b38}.detail-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;padding-top:15px}.gallery{min-width:0}.gallery-main{display:block;position:relative;width:100%;aspect-ratio:1;border:0;border-radius:6px;background:var(--soft);overflow:hidden;padding:50px}.gallery-main>img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .25s}.gallery-main>img.zoomed{transform:scale(1.4)}.gallery-main>span{position:absolute;bottom:18px;right:20px;display:flex;gap:8px;align-items:center;font-size:12px;color:#78806c}.gallery-main>span svg{width:16px;height:16px}.thumbnails{display:flex;gap:12px;margin:18px 0}.thumbnails button{width:75px;height:75px;padding:7px;border:1px solid var(--line);background:#f7f8f3;border-radius:4px;overflow:hidden}.thumbnails button.selected{border-color:#77883c}.thumbnails img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}.thumbnails button:nth-child(2) img{transform:scale(1.5)}.gallery>small{display:block;font-size:12px}.product-info>.eyebrow{color:#7e876e;margin-bottom:15px}.product-info h1{font-size:45px}.product-info>p{margin-top:20px;font-size:15px}.detail-price{display:flex;align-items:baseline;gap:15px;margin-top:24px}.detail-price strong{font-size:30px;letter-spacing:-.045em}.detail-price del{color:#949b8b;font-size:16px}.stock{display:block;font-size:12px;color:#4b6230;margin:9px 0 22px}.product-info fieldset{border:0;padding:0;margin:0 0 20px}.product-info legend{font-size:14px;font-weight:600;margin-bottom:10px}.product-info legend span{font-weight:400;color:#68735a;margin-left:10px}.choices{display:flex;flex-wrap:wrap;gap:8px}.choices label{position:relative;cursor:pointer;font-size:13px}.choices input{position:absolute;opacity:0}.choices span{display:block;padding:10px 13px;border:1px solid #d8ddcf;border-radius:3px}.choices input:checked+span{background:#f1f5df;border-color:#6e812f;box-shadow:inset 0 0 0 1px #6e812f}.choices input:focus-visible+span{outline:3px solid #778800;outline-offset:3px}.buy-row{display:flex;gap:12px;margin-bottom:12px}.buy-row>.button{flex:1}.quantity{display:flex;align-items:center;border:1px solid #dce0d3;border-radius:4px;flex-shrink:0;width:max-content;height:48px}.quantity button{border:0;background:transparent;width:35px;height:100%;font-size:18px}.quantity button:hover{background:#f0f3e6}.quantity input,.quantity span{width:32px;text-align:center;border:0;background:none;font-size:14px;-moz-appearance:textfield}.quantity input::-webkit-inner-spin-button{appearance:none}.detail-wish{margin:20px 0 26px;font-size:13px}.delivery-notes{padding:20px;background:#f6f7f2;margin-bottom:25px;border-radius:4px}.delivery-notes p{display:flex;align-items:center;gap:10px;font-size:12px;margin:8px 0}.delivery-notes svg{width:17px;height:17px;color:#677347}details{border-bottom:1px solid var(--line);padding:18px 0}summary{cursor:pointer;font-size:15px;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:18px}summary:after{content:'+';font-size:21px;line-height:1}details[open] summary:after{content:'−'}details p{font-size:14px;margin:16px 0 5px;line-height:1.8}dl{font-size:13px}dl>div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 0;gap:20px}dd{margin:0;text-align:right;color:#737c67}#lightbox{padding:45px;background:white}#lightbox img{max-height:75vh;width:70vw;object-fit:contain}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:65px;padding-bottom:70px}.cart-heading{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px}.cart-heading h2{font-size:22px}.cart-heading .text-link{font-size:12px}.cart-line{display:grid;grid-template-columns:100px 1fr auto;gap:20px;padding:25px 0;border-bottom:1px solid var(--line)}.cart-line>a{background:var(--soft);border-radius:4px;display:grid;place-items:center}.cart-line img{width:100px;height:115px;object-fit:contain;padding:10px;mix-blend-mode:multiply}.cart-line h3{font-size:16px;margin:5px 0 8px}.cart-line p{font-size:12px}.cart-line small{font-size:12px}.cart-line .quantity{height:33px;margin-top:10px}.cart-line .quantity button{width:29px;font-size:15px}.cart-line .quantity span{width:27px;font-size:12px}.line-end{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;font-size:15px}.line-end svg{width:17px;height:17px}.cart-layout>div>.text-link{margin-top:25px}.summary{background:#f5f6ef;border:1px solid #e9ecdf;border-radius:5px;padding:28px;position:sticky;top:160px}.summary h2{font-size:23px;margin-bottom:23px}.summary>div:not(.checkout-items){display:flex;justify-content:space-between;gap:15px;font-size:13px;padding:10px 0}.summary .summary-total{border-top:1px solid #d6dcc8;margin-top:12px;padding-top:20px!important;align-items:center}.summary-total strong{font-size:22px;text-align:right;white-space:nowrap}.summary-total span{max-width:120px}.summary>p{font-size:12px;margin:16px 0 25px}.summary .secure-note{display:flex;align-items:center;gap:10px;margin:18px 0 0;font-size:11px}.form-panel{padding:30px;border:1px solid var(--line);border-radius:5px}.form-panel h2{font-size:25px;margin-bottom:20px}.form-panel>p{font-size:14px;margin-bottom:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:27px}.form-grid label{font-size:13px;font-weight:600;display:block}.form-grid .wide{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;display:block;margin-top:8px;border:1px solid #d8dfce;border-radius:4px;padding:12px;min-width:0;background:white;font-size:15px;font-weight:400;color:#20251a}.form-grid textarea{resize:vertical}.payment{display:flex;align-items:center;gap:15px;border:1px solid #b9c595;background:#f7faec;padding:20px;border-radius:4px;margin-bottom:25px;font-size:14px}.payment>svg:last-child{margin-left:auto;color:#73832e}.payment p{font-size:12px;margin-top:5px}.form-note{font-size:12px!important;line-height:1.75}.checkout-items{border-top:1px solid var(--line);margin:20px 0}.checkout-items>div{display:flex;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.checkout-items img{width:45px;height:55px;object-fit:contain;mix-blend-mode:multiply}.checkout-items strong{font-size:12px;display:block}.checkout-items small{font-size:11px;display:block;margin-top:4px}.confirmation{text-align:center;padding:70px 0 90px;max-width:700px}.success-icon{display:grid;place-items:center;width:75px;height:75px;border-radius:50%;margin:0 auto 25px;background:#edf4d0}.success-icon svg{width:38px;height:38px;color:#5b6d25}.confirmation>.eyebrow{color:#7a836b;margin-bottom:20px}.confirmation h1{font-size:43px}.confirmation>p{margin:20px auto;max-width:570px;font-size:15px}.confirmation-box{background:var(--soft);padding:23px;margin:30px 0;text-align:left;border-radius:5px;font-size:14px}.confirmation-box>div{display:flex;justify-content:space-between;gap:20px;padding:10px 0}.confirmation-box strong{text-align:right}.contact-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:90px}.contact-info>h2{font-size:30px;margin-bottom:30px}.contact-method{display:flex;align-items:center;gap:20px;padding:25px 0;border-bottom:1px solid var(--line)}.contact-method>span{flex:1;font-size:13px;color:#69725c}.contact-method strong{display:block;font-size:21px;color:#242a1d;font-weight:500}.contact-method>svg{width:27px;height:27px}.contact-tip{padding:30px;background:var(--soft);margin-top:40px;border-radius:5px}.contact-tip p{font-size:14px;margin:15px 0 20px}.about-hero{position:relative;background:#10120e;color:#fff;overflow:hidden}.about-hero>.container{position:relative;z-index:2;padding-block:70px}.about-hero>.container>.eyebrow{color:#c0c9b0;margin-bottom:20px}.about-hero p{max-width:470px;color:#b0b9a4;margin:25px 0}.about-hero img{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;opacity:.6}.about-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#11150fde,transparent)}.story{display:grid;grid-template-columns:1fr 2fr;gap:80px}.story h2{font-size:46px}.story p{max-width:660px;margin:23px 0}.brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.brand-card{background:#f5f6f1;padding:40px;display:flex;flex-direction:column;align-items:flex-start;border-radius:5px;overflow:hidden}.brand-word{font-size:35px;letter-spacing:-.04em;font-weight:600}.samsung-word{font-size:27px;letter-spacing:.03em}.brand-card img{width:100%;height:280px;object-fit:contain;mix-blend-mode:multiply;margin:25px 0 40px;transition:transform .3s}.brand-card:hover img{transform:scale(1.04)}.brand-card h2{font-size:28px}.brand-card p{font-size:14px;margin:13px 0 20px}.faq-layout{display:grid;grid-template-columns:1fr 2fr;gap:80px}.faq-layout aside{padding:30px;background:var(--soft);border-radius:5px;align-self:start}.faq-layout aside h2{font-size:28px}.faq-layout aside p{margin:20px 0;font-size:14px}.faq-layout details:first-child{padding-top:0}.faq-layout summary{font-size:17px;padding:7px 0}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.info-grid article{border-top:1px solid #cad0bf;padding-top:25px}.number{font-size:13px;color:#758653;margin-bottom:25px;display:block}.info-grid h2{font-size:25px;margin-bottom:17px}.info-grid p{font-size:14px;line-height:1.8}.help-bar{padding:35px;background:#151a0e;color:white;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:70px;border-radius:5px}.help-bar h2{font-size:30px}.prose{max-width:850px}.prose h2{font-size:25px;margin-top:35px;margin-bottom:17px}.prose p{line-height:1.9}.prose a{text-decoration:underline}.prose .button{margin-top:20px}#drawer-overlay{display:none}
@media(min-width:1600px){.hero{min-height:670px}.hero-content{padding-top:80px}.hero h1{font-size:78px}.campaign{min-height:320px}}
@media(max-width:1100px){.container,.hero-content{width:calc(100% - 48px)}.header-main{gap:25px}.search-wrap{margin-left:5px}.header-actions{gap:17px}.header-action>span:not(.counter){display:none}.nav{gap:24px}.hero{min-height:580px}.hero h1{font-size:60px}.hero-content{padding-top:60px}.hero picture img{object-position:58% 50%}.campaign{min-height:250px}.campaign>div{padding:30px 23px}.campaign h2{font-size:28px}.categories{gap:16px}.categories a>div{height:100px}.categories img{width:74px;height:74px}.product-grid{gap:18px}.product-visual>a{padding:25px 18px}.product-copy h3{font-size:16px}.price-row strong{font-size:16px}.editorial{padding:40px;gap:35px}.editorial h2{font-size:34px}.trust{gap:20px}.trust>a{gap:9px}.trust h3{font-size:12px}.trust p{font-size:11px}.footer-grid{gap:35px}.catalog-layout{gap:30px;grid-template-columns:185px 1fr}.filters{padding-right:20px}.detail-layout{gap:40px}.product-info h1{font-size:36px}.cart-layout,.checkout-layout{gap:30px}.summary{padding:22px}.summary-total strong{font-size:19px}.contact-layout{gap:45px}}
@media(max-width:850px){.header-main{height:80px}.nav{gap:20px;font-size:12px}.logo{width:95px;height:62px}.logo img{height:60px;width:65px}.hero h1{font-size:53px}.hero picture img{object-position:65% 50%}.hero{min-height:570px}.campaign{min-height:230px}.campaign h2{font-size:25px}.campaign .eyebrow{font-size:9px}.categories{grid-template-columns:repeat(4,1fr);gap:25px}.categories a>div{height:120px;width:120px;max-width:100%;margin-inline:auto}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 20px}.product-card{max-width:340px}.product-visual>a{padding:35px}.trust{grid-template-columns:repeat(2,1fr);gap:27px}.trust h3{font-size:14px}.trust p{font-size:12px}.newsletter .container{grid-template-columns:1fr;gap:20px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:40px}.editorial h2{font-size:31px}.catalog-layout{grid-template-columns:175px 1fr;gap:25px}.catalog-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-toolbar{flex-wrap:wrap}.detail-layout{gap:30px;grid-template-columns:1fr 1fr}.product-info h1{font-size:30px}.gallery-main{padding:25px}.buy-row{flex-wrap:wrap}.buy-row>.button{min-width:180px}.product-info>.full{font-size:12px}.detail-price{flex-wrap:wrap;gap:5px}.detail-price strong{font-size:25px}.delivery-notes{padding:12px}.cart-layout,.checkout-layout{grid-template-columns:1fr}.summary{position:static}.contact-layout{gap:30px}.form-panel{padding:23px}.form-grid{grid-template-columns:1fr}.contact-method strong{font-size:18px}.faq-layout{grid-template-columns:1fr 1.6fr;gap:35px}.info-grid{grid-template-columns:repeat(2,1fr)}.promo-strip{flex-wrap:wrap}.brand-card{padding:27px}.brand-card img{height:220px}}
@media(max-width:650px){.container,.hero-content{width:calc(100% - 36px)}body{font-size:16px}.utility{height:29px;font-size:10px}.utility .container{justify-content:center}.utility-right{display:none}.utility .container>span{white-space:nowrap}.header-main{height:auto;min-height:74px;padding-block:10px;gap:15px;flex-wrap:wrap}.header .logo{width:79px;height:51px}.header .logo img{height:50px;width:60px}.header-actions{gap:10px}.header-action>svg{width:21px;height:21px}.header .search-wrap{order:4;flex-basis:100%;max-width:none;margin:0}.search-form{height:40px}.search-form input{font-size:13px}.search-results{top:43px}.nav-row{display:none}.mobile-only{display:inline-flex!important}.header #menu-open{margin-left:3px;padding:8px}.hero{min-height:740px}.hero picture img{object-fit:cover;object-position:center bottom}.hero:after{background:linear-gradient(180deg,#080b09b0 0%,transparent 55%)}.hero-content{padding:38px 0 25px}.hero .eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:19px}.hero h1{font-size:47px;line-height:1.02;letter-spacing:-.05em}.hero p{font-size:14px;margin:18px 0 23px;line-height:1.6;max-width:290px;color:#c6cbc1}.hero-actions{gap:19px;flex-wrap:wrap}.hero-actions .button{padding:13px 16px;min-height:47px;font-size:12px}.hero-actions .text-link{font-size:12px}.hero-foot{display:none}.hero-index{bottom:20px;right:20px;font-size:9px}.campaigns{padding-top:18px;grid-template-columns:1fr;gap:16px}.campaign{min-height:218px}.campaign>div{padding:29px 23px}.campaign h2{font-size:28px;margin-bottom:25px}.campaign .eyebrow{font-size:9px;margin-bottom:15px}.campaign .text-link{font-size:12px}.section{padding-block:45px}.section-heading{align-items:start;gap:18px;margin-bottom:25px;flex-wrap:wrap}.section-heading h2{font-size:29px}.section-heading .eyebrow{font-size:10px;margin-bottom:10px}.section-heading>.text-link{font-size:12px}.categories{gap:22px 12px;grid-template-columns:repeat(4,minmax(0,1fr))}.categories a{font-size:11px}.categories a>div{width:100%;height:auto;aspect-ratio:1;margin-bottom:11px}.categories img{width:75%;height:75%;object-fit:contain}.product-grid,.catalog-results .product-grid{gap:25px 14px}.product-visual{aspect-ratio:.88}.product-visual>a{padding:32px 13px 22px}.product-copy{padding-top:13px}.product-copy h3{font-size:15px;line-height:1.3}.product-copy .eyebrow{font-size:10px}.variant-hint{font-size:11px;line-height:1.45;margin-top:6px}.price-row{margin-top:12px;align-items:flex-end}.price-row strong{font-size:15px;letter-spacing:-.04em}.price-row del{font-size:11px}.quick-add{width:30px;height:30px}.discount{font-size:10px;left:9px;top:11px;padding:2px 5px}.wish{right:3px;top:3px;padding:9px}.wish svg{width:17px;height:17px}.card-available{display:none}.editorial{grid-template-columns:1fr;padding:30px 25px;gap:28px}.editorial h2{font-size:31px}.editorial p{font-size:14px}.editorial-brand{border-left:0;border-top:1px solid #414834;flex-direction:row;justify-content:space-between;padding-top:25px}.editorial-brand img{width:90px;height:90px}.editorial-brand a{font-size:13px;gap:8px;margin:0}.editorial-brand a svg:last-child{display:none}.trust{padding-block:35px;gap:25px 17px}.trust>a{flex-direction:column;gap:10px}.trust h3{font-size:12px;line-height:1.4}.trust p{font-size:11px}.trust svg{width:24px;height:24px}.newsletter{padding:30px 0}.newsletter h2{font-size:26px}.newsletter p{font-size:12px}.newsletter-form .fields{flex-wrap:wrap}.newsletter-form label{flex-basis:calc(50% - 4px)}.newsletter-form .button{width:100%;margin-top:5px}.newsletter-form input{font-size:16px}.footer{padding-top:35px}.footer-grid{gap:30px 22px;grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1;display:grid;grid-template-columns:90px 1fr;gap:15px}.footer-logo{width:80px;height:80px;margin:0}.footer p{font-size:12px;align-self:center;max-width:300px}.footer-social{grid-column:2;margin-top:-10px}.footer h3{font-size:13px;margin-bottom:16px}.footer a{font-size:12px}.footer ul{gap:10px}.footer-bottom{margin-top:30px;flex-direction:column;gap:8px;font-size:10px;padding-block:20px}.floating-wa{width:43px;height:43px;bottom:15px;right:15px}.floating-wa svg{width:22px;height:22px}.toast{bottom:15px;padding:13px;font-size:12px;gap:8px}.toast a{font-size:11px}.page-head{padding-block:35px 30px}.page-head h1{font-size:42px}.page-head>.eyebrow{font-size:10px;margin-bottom:13px}.page-head p{font-size:14px;margin-top:16px}.section-topless{padding-bottom:45px}.catalog-layout{display:block;padding-bottom:45px}.filters{position:fixed;top:0;left:0;bottom:0;width:85%;max-width:340px;background:white;padding:25px;z-index:100;overflow:auto;transform:translateX(-110%);transition:transform .25s;visibility:hidden}.filters.open{transform:translateX(0);visibility:visible}.filters .filter-option{font-size:15px;margin-block:12px}.filters label,.filters legend{font-size:15px}.filters.open .mobile-only{display:inline-flex!important}.drawer-open{overflow:hidden}.drawer-open #drawer-overlay{display:block;position:fixed;inset:0;background:#0008;z-index:90}.filter-title h2{font-size:19px}.catalog-toolbar{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-bottom:15px}.catalog-toolbar>.button{padding:9px 13px;min-height:40px;width:max-content;font-size:12px;gap:7px}.catalog-toolbar>#results-count{justify-self:end;font-size:12px}.sort{grid-column:1/-1;justify-content:space-between}.sort select{max-width:none;flex:1;font-size:13px}.active-filters{margin:13px 0}.promo-strip{padding:23px;gap:12px;margin-bottom:25px}.promo-strip>strong{font-size:23px}.promo-strip>.text-link{font-size:12px}.breadcrumbs{font-size:11px;gap:7px;padding-block:20px}.detail-layout{display:block;padding:0}.gallery-main{aspect-ratio:1.08;padding:35px}.thumbnails button{height:60px;width:60px}.gallery>small{font-size:11px;margin-bottom:30px}.product-info h1{font-size:37px}.product-info>.eyebrow{font-size:11px}.product-info>p{font-size:15px;margin-top:15px}.detail-price strong{font-size:29px}.detail-price del{font-size:15px;margin-left:10px}.stock{font-size:12px}.choices span{padding:11px 12px;font-size:13px}.buy-row{flex-wrap:nowrap}.buy-row>.button{min-width:0;font-size:12px;padding-inline:11px}.quantity{height:50px}.quantity button{width:30px}.quantity input{width:25px}.product-info .button.full{font-size:14px}.delivery-notes p{font-size:12px}.cart-layout{gap:30px;padding-bottom:45px}.cart-line{grid-template-columns:65px 1fr;gap:13px;padding:20px 0}.cart-line img{width:65px;height:100px;padding:6px}.cart-line h3{font-size:15px;line-height:1.3}.cart-line .line-end{grid-column:2;flex-direction:row;align-items:center;margin-top:-5px;font-size:15px}.cart-line p{font-size:11px}.summary{padding:24px}.summary-total strong{font-size:22px}.checkout-layout{gap:25px;padding-bottom:0}.form-panel{padding:23px 20px}.form-grid{gap:18px}.form-grid input,.form-grid textarea,.form-grid select{font-size:16px}.form-panel .button{font-size:13px;padding-inline:15px}.form-panel .button>svg:last-child{display:none}.confirmation{padding:45px 0}.confirmation h1{font-size:34px}.confirmation>p{font-size:14px}.confirmation-box{padding:18px;font-size:12px}.confirmation>.button{font-size:12px;padding-inline:15px}.contact-layout{grid-template-columns:1fr;gap:30px}.contact-info>h2{font-size:27px;margin-bottom:15px}.contact-method{padding:20px 0}.contact-method strong{font-size:22px}.contact-tip{margin-top:25px;padding:25px}.about-hero>.container{padding-block:45px}.about-hero h1{font-size:45px}.about-hero p{font-size:14px}.about-hero img{object-position:70% center}.story{grid-template-columns:1fr;gap:25px}.story h2{font-size:36px}.story p{font-size:15px}.brand-grid{grid-template-columns:1fr;gap:20px}.brand-card{padding:25px}.brand-card img{height:240px;margin-block:15px 25px}.faq-layout{grid-template-columns:1fr;gap:30px}.faq-layout aside{padding:25px}.faq-layout summary{font-size:16px;line-height:1.5}.faq-layout details p{font-size:14px}.info-grid{grid-template-columns:1fr;gap:30px}.number{margin-bottom:15px}.info-grid h2{font-size:25px}.help-bar{flex-direction:column;align-items:start;padding:27px;margin-bottom:40px}.help-bar h2{font-size:28px}.prose h2{font-size:25px}.prose p{font-size:15px}#lightbox{padding:35px 10px}#lightbox img{width:85vw}}
@media(max-width:360px){.container,.hero-content{width:calc(100% - 28px)}.hero h1{font-size:42px}.hero{min-height:715px}.hero-actions{gap:14px}.hero-actions .button{font-size:11px;padding-inline:11px}.hero-actions .text-link{font-size:11px}.campaign h2{font-size:25px}.campaign{min-height:205px}.campaign>div{padding:27px 20px}.categories{gap:18px 8px}.categories a{font-size:10px}.product-grid,.catalog-results .product-grid{gap:24px 10px}.price-row strong{font-size:13px}.quick-add{width:28px;height:28px}.product-copy h3{font-size:14px}.editorial-brand a{font-size:12px}.header-actions{gap:7px}.header-main{gap:8px}.hero p{font-size:13px}.confirmation h1{font-size:29px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Lisibilité des informations de choix et interactions tactiles. */
.product-copy .eyebrow{font-size:12px}.variant-hint{font-size:13px}.price-row del{font-size:13px}.categories a{font-size:14px}.trust h3{font-size:14px}.trust p,.footer a,.footer p{font-size:13px}.header-action{min-height:40px}.hero-content{animation:hero-enter .6s ease-out}@keyframes hero-enter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(max-width:650px){.hero h1{font-size:44px}.product-copy h3{font-size:15px}.variant-hint{font-size:12px}.product-copy .eyebrow{font-size:11px}.categories a{font-size:12px}.trust h3{font-size:13px}.trust p{font-size:12px}.footer a{font-size:13px}.quick-add{width:34px;height:34px}.header-action{min-width:28px}.wish{min-width:38px;min-height:38px}.gallery>small{font-size:12px}.card-available{font-size:12px}}
@media(max-width:360px){.hero h1{font-size:39px}.price-row{gap:3px}.price-row strong{font-size:13px}.quick-add{width:30px;height:34px}.product-copy h3{font-size:14px}.categories a{font-size:11px}}
@media(prefers-reduced-motion:reduce){.hero-content{animation:none}}
/* Contraste du bouton de fermeture sur le menu sombre. */
#mobile-menu .dialog-close{color:#141615}
/* Le premier choix reste sous le titre du groupe de filtres. */
.filters legend{float:none;width:auto;display:block;padding:0;margin-bottom:12px}
/* Échelle optique des photos dont le fichier contient davantage de marge. */
.product-visual img[src$="iphone17pro.webp"],.product-visual img[src$="iphone16.webp"]{transform:scale(1.22)}
.product-card:hover .product-visual img[src$="iphone17pro.webp"],.product-card:hover .product-visual img[src$="iphone16.webp"]{transform:scale(1.27)}
.toast{visibility:hidden;pointer-events:none}.toast.show{visibility:visible;pointer-events:auto}
