.cart-page{--cart-blue: #1b2a4a;--cart-blue-btn: #004bcc;--cart-blue-btn-hover: #003aa3;--cart-border: #c8d4e8;--cart-muted: #5a6a85;--cart-bg: #f0f4fa;--cart-shadow: 0 1px 3px rgba(27, 42, 74, .06), 0 8px 24px rgba(27, 42, 74, .04);background:var(--cart-bg);width:100%;padding-block:clamp(2.5rem,5vw,4rem);padding-inline:var(--page-margin)}.shopify-section>.cart-page{grid-column:1 / -1}.cart-page__inner{width:100%;max-width:1200px;margin-inline:auto}.cart-page__title{font-size:clamp(1.75rem,2.5vw,2.25rem);font-weight:700;color:var(--cart-blue);margin:0 0 clamp(1.75rem,3vw,2.5rem);letter-spacing:-.02em}.cart-page .card-surface{background:#fff;border:1px solid var(--cart-border);border-radius:14px;box-shadow:var(--cart-shadow)}.cart-page__grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:clamp(1.25rem,3vw,2rem);align-items:start}.cart-page__card{padding:clamp(1.25rem,2.5vw,1.75rem)}.cart-page__lines{list-style:none;margin:0;padding:0}.cart-page__line{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:clamp(1rem,2vw,1.5rem);align-items:start;padding-block:clamp(1.1rem,2vw,1.35rem);border-bottom:1px solid #e2e8f5}.cart-page__line:last-of-type{border-bottom:none;padding-bottom:0}.cart-page__line:first-child{padding-top:0}.cart-page__thumb-wrap{width:120px;flex-shrink:0}.cart-page__thumb{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:10px;border:1px solid #e8edf6;background:#fafcfe;overflow:hidden}.cart-page__thumb-img{width:100%;height:100%;object-fit:contain;padding:6px}.cart-page__thumb-placeholder{width:48px;height:48px;opacity:.35}.cart-page__product-title{font-size:1.0625rem;font-weight:700;color:var(--cart-blue);text-decoration:none;line-height:1.35;display:inline-block;margin-bottom:.35rem}.cart-page__product-title:hover{text-decoration:underline;text-underline-offset:3px}.cart-page__meta{font-size:.8125rem;color:var(--cart-muted);line-height:1.45;margin:0 0 .25rem;font-weight:400}.cart-page__price-row{margin:.65rem 0 0;font-size:.9375rem;color:var(--cart-muted)}.cart-page__price-amount{font-weight:600;color:#334155}.cart-page__price-detail{font-size:.8125rem;color:var(--cart-muted);margin-left:.35rem}.cart-page__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.65rem;min-width:7rem}.cart-page__qty{width:4.25rem;min-height:2.5rem;padding:.35rem .5rem;text-align:center;border:1px solid var(--cart-border);border-radius:8px;background:#fff;color:var(--cart-blue);font-variant-numeric:tabular-nums}.cart-page__qty:focus{outline:2px solid rgba(0,75,204,.35);outline-offset:1px}.cart-page__remove{font-size:.8125rem;color:var(--cart-muted);text-decoration:underline;text-underline-offset:3px}.cart-page__remove:hover{color:var(--cart-blue)}.cart-page__card-footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e2e8f5;display:flex;justify-content:flex-end}.cart-page__btn-update{-webkit-appearance:none;appearance:none;font:inherit;cursor:pointer;padding:.55rem 1.15rem;border-radius:8px;border:1px solid var(--cart-border);background:#f8fafc;color:var(--cart-blue);font-size:.875rem;font-weight:500}.cart-page__btn-update:hover{background:#eef2f9}.cart-page__col--aside{position:relative}.cart-page__summary{padding:clamp(1.35rem,2.5vw,1.85rem);position:sticky;top:1.75rem}.cart-page__summary-title{font-size:1.125rem;font-weight:700;color:var(--cart-blue);margin:0 0 1rem}.cart-page__summary-divider{height:1px;background:#e2e8f5;margin-bottom:1.25rem}.cart-page__subtotal{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem}.cart-page__subtotal-label{font-size:.9375rem;color:var(--cart-muted)}.cart-page__subtotal-value{font-size:1.5rem;font-weight:700;color:var(--cart-blue);letter-spacing:-.02em}.cart-page__reassurance{font-size:.8125rem;line-height:1.5;color:var(--cart-muted);margin:0 0 1.5rem}.cart-page__btn-checkout{-webkit-appearance:none;appearance:none;width:100%;font:inherit;cursor:pointer;border:none;border-radius:12px;padding:1rem 1.25rem;background:var(--cart-blue-btn);color:#fff;font-size:1rem;font-weight:600;line-height:1.25;box-shadow:0 2px 8px #004bcc38;transition:background .15s ease,box-shadow .15s ease}.cart-page__btn-checkout:hover{background:var(--cart-blue-btn-hover);box-shadow:0 4px 14px #004bcc47}.cart-page__empty{padding:clamp(2.5rem,5vw,3.5rem);text-align:center;max-width:32rem;margin-inline:auto}.cart-page__empty-title{font-size:1.5rem;font-weight:700;color:var(--cart-blue);margin:0 0 .75rem}.cart-page__empty-text{font-size:.9375rem;color:var(--cart-muted);line-height:1.6;margin:0 0 1.75rem}.cart-page__empty-cta{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;border-radius:12px;background:var(--cart-blue-btn);color:#fff!important;font-weight:600;text-decoration:none;font-size:.9375rem}.cart-page__empty-cta:hover{background:var(--cart-blue-btn-hover)}.cart-page .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:989px){.cart-page__grid{grid-template-columns:1fr}.cart-page__summary{position:static}.cart-page__line{grid-template-columns:96px minmax(0,1fr);grid-template-areas:"thumb info" "actions actions"}.cart-page__thumb-wrap{grid-area:thumb;width:96px}.cart-page__thumb{width:96px;height:96px}.cart-page__info{grid-area:info}.cart-page__actions{grid-area:actions;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;min-width:0;width:100%}}@media(max-width:549px){.cart-page__line{grid-template-columns:1fr;grid-template-areas:"thumb" "info" "actions"}.cart-page__thumb-wrap{width:100%;max-width:120px}.cart-page__thumb{width:100%;max-width:120px;height:120px}.cart-page__actions{justify-content:flex-start;gap:1rem}}.site-footer{background:radial-gradient(ellipse 100% 80% at 82% 8%,rgba(0,75,204,.12) 0%,transparent 60%),#0f1d38;color:#ffffff9e;margin-top:0;display:grid;grid-template-columns:var(--content-grid);font-family:DM Sans,sans-serif}.footer__inner{grid-column:2;display:grid;grid-template-columns:1.5fr 1fr 3.5fr;gap:4.25rem 3.2rem;padding:4.5rem 0 3.25rem;border-top:1px solid rgba(255,255,255,.1);align-items:start}.footer__brand{max-width:42ch}.footer__zones{max-width:32ch}.footer__brand-name{font-size:1.2rem;font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.footer__brand-desc{font-size:.9rem;line-height:1.75;max-width:34ch;color:#ffffff9e;margin-bottom:1.4rem}.footer__phone{display:inline-flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:700;font-size:1rem;margin-bottom:.7rem;transition:color .2s ease;letter-spacing:-.012em}.footer__phone:hover{color:#8ebbff}.footer__phone svg{width:.95rem;height:.95rem;flex-shrink:0;color:#ffffffad}.footer__address{font-style:normal;font-size:.85rem;color:#ffffff75;margin-top:.15rem;line-height:1.65}.footer__nav-title,.footer__zones-title,.footer__legal-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#ffffff6b;margin-bottom:1.05rem}.footer__nav{display:flex;flex-direction:column;gap:.62rem}.footer__nav-link{color:#ffffffb8;text-decoration:none;font-size:.9rem;transition:color .2s ease;line-height:1.55}.footer__nav-link:hover{color:#8ebbff}.footer__zones-text{font-size:.9rem;line-height:1.68;color:#ffffff9e;max-width:34ch}.footer__legal{display:grid;grid-template-columns:max-content max-content;column-gap:1.5rem;row-gap:0;align-content:start;justify-content:start;max-width:100%}.footer__legal-title{grid-column:1 / -1;margin-bottom:.85rem}.footer__legal-col{display:flex;flex-direction:column;gap:.5rem;min-width:0}.footer__legal-link{display:block;color:#ffffffc2;text-decoration:none;font-size:.84rem;line-height:1.4;white-space:nowrap;transition:color .2s ease}.footer__legal-link:hover{color:#a8c8ff}.footer__bottom{grid-column:1 / -1;border-top:1px solid rgba(255,255,255,.1);display:grid;grid-template-columns:var(--content-grid)}.footer__bottom-inner{grid-column:2;display:flex;align-items:center;justify-content:space-between;padding:1.45rem 0 1.6rem;flex-wrap:wrap;gap:.9rem 1.25rem}.footer__copyright{font-size:.8rem;color:#ffffff6b;letter-spacing:.012em}.footer__credit{color:#ffffffc7;font-size:.84rem;letter-spacing:.01em;text-decoration:none;font-weight:600;transition:color .2s ease}.footer__credit:hover{color:#bfd6ff}.footer__payment{display:flex;gap:.55rem;align-items:center}.footer__payment svg{height:1.5rem;width:auto;opacity:.44}@media(max-width:1024px){.footer__inner{grid-template-columns:1.3fr 1fr;gap:2.5rem 2rem;padding:3.8rem 0 2.85rem}.footer__legal{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem}.footer__legal-link{white-space:normal;overflow-wrap:anywhere}}@media(max-width:768px){.footer__inner{grid-template-columns:1fr;gap:2rem;padding:3rem 0 2.2rem}.footer__legal{grid-template-columns:1fr;row-gap:.55rem}.footer__legal-title{margin-bottom:.75rem}.footer__legal-link{white-space:normal}.footer__bottom-inner{padding:1.15rem 0 1.35rem}}@media(min-width:1280px){.footer__inner{gap:4.75rem 4rem}}.site-header{position:sticky;top:0;z-index:100;width:100%;background:#fff;box-shadow:0 8px 26px -22px #0e1d3861;border-bottom:1px solid rgba(14,29,56,.1)}.header__topbar{width:100%;background-color:#fff;border-bottom:1px solid rgba(14,29,56,.08)}.header__topbar-inner{max-width:1440px;margin:0 auto;padding:.35rem clamp(1.25rem,4vw,3rem);display:flex;align-items:center;justify-content:space-between}.header__topbar-phone{display:inline-flex;align-items:center;gap:.4rem;margin-left:55px;color:#0e1d38b8;text-decoration:none;font-weight:500;font-size:.84rem;transition:color .2s ease;letter-spacing:.01em}.header__topbar-phone:hover{color:#004bcc}.header__topbar-phone svg{width:.8rem;height:.8rem;flex-shrink:0;opacity:.75}.header__topbar-tagline{color:#0e1d387a;font-size:.8rem;font-style:normal;letter-spacing:.01em}.header__main{max-width:1440px;margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem);height:5.4rem;display:flex;align-items:center;gap:0;overflow-x:clip}.header__brand{flex-shrink:0;margin-right:1.8rem}.header__title-link{display:inline-flex;align-items:center;text-decoration:none}.header__logo{display:block;width:auto;height:62px;max-width:100%}.header__nav{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:.1rem;overflow:hidden}.header__nav-link{color:#0d5ce0;text-decoration:none;font-size:.95rem;font-weight:600;padding:.45rem .72rem;border-radius:8px;white-space:nowrap;position:relative;transition:color .2s ease,background-color .2s ease;text-underline-offset:5px;text-decoration-thickness:1.5px}.header__nav-link:hover{color:#004bcc;background-color:#004bcc14;text-decoration:none}.header__nav-link--active{color:#0037a3;font-weight:600;text-decoration:none}.header__search{flex:0 0 auto;display:flex;align-items:center;gap:.45rem;width:clamp(7.25rem,10vw,11rem);margin:0 .55rem;padding:.28rem .38rem .28rem .85rem;background-color:#0e1d380a;border:1px solid rgba(14,29,56,.1);border-radius:999px;box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.header__search:hover{background-color:#0e1d380f;border-color:#0e1d382e}.header__search:focus-within{background-color:#fff;border-color:#004bcc80;box-shadow:0 0 0 3px #004bcc1f}.header__search-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#0e1d3880}.header__search:focus-within .header__search-icon{color:#004bcc}.header__search-icon svg{width:.9rem;height:.9rem}.header__search-input{flex:1 1 auto;min-width:0;background:transparent;border:0;outline:0;color:#1b2a4a;font-family:inherit;font-size:.85rem;font-weight:500;line-height:1.2;padding:.1rem 0}.header__search-input::placeholder{color:#0e1d387a;font-weight:400}.header__search-input::-webkit-search-cancel-button,.header__search-input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}.header__search-submit{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.7rem;height:1.7rem;background-color:#004bcc;color:#fff;border:0;border-radius:999px;cursor:pointer;padding:0;transition:background-color .18s ease,transform .1s ease}.header__search-submit:hover{background-color:#003ea9}.header__search-submit:focus-visible{outline:2px solid #5a9fff;outline-offset:2px}.header__search-submit:active{transform:scale(.95)}.header__search-submit svg{width:.82rem;height:.82rem}.header__search-toggle{display:none;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;background:#004bcc14;border:1px solid rgba(0,75,204,.24);color:#004bcc;border-radius:999px;cursor:pointer;flex-shrink:0;box-shadow:0 1px #ffffffbf inset;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.header__search-toggle:hover{background:#004bcc;border-color:#004bcc;color:#fff}.header__search-toggle:focus-visible{outline:2px solid #5a9fff;outline-offset:2px}.header__search-toggle-icon{width:1rem;height:1rem;display:block;flex-shrink:0}.header__search-toggle-icon--close{display:none}.header__actions{flex-shrink:0;display:flex;align-items:center;gap:.45rem;margin-left:.35rem;min-width:0}.header__cta-leak{display:inline-flex;align-items:center;gap:.35rem;background:#b92234;color:#fff;text-decoration:none;font-weight:700;font-size:.84rem;padding:.55rem .85rem;border-radius:11px;border:1px solid #a81f2f;white-space:nowrap;letter-spacing:.005em;box-shadow:0 8px 20px -12px #b9223494;transform:translateY(0);transition:background-color .28s ease,border-color .28s ease,box-shadow .28s ease,transform .28s ease}.header__cta-leak:hover{background:#cf3a4c;border-color:#c53142;box-shadow:0 16px 28px -14px #b922349e;transform:translateY(-1px)}.header__cta-leak:focus-visible{outline:2px solid #B92234;outline-offset:2px;background:#b92234;border-color:#b92234}.header__cta-leak:active{background:#a01e2d;border-color:#a01e2d;box-shadow:0 8px 18px -12px #b9223473;transform:translateY(0);transition:background-color .1s ease,box-shadow .1s ease,transform .1s ease}.header__cta-leak svg{width:.85rem;height:.85rem;flex-shrink:0;opacity:1;color:#fff;transition:color .2s ease}.header__cta-leak:hover svg,.header__cta-leak:focus-visible svg,.header__cta-leak:active svg{color:#fff}.header__cta-depannage{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#b92234;text-decoration:none;font-weight:700;font-size:.84rem;padding:.55rem .82rem;border-radius:11px;border:1.5px solid #004bcc;white-space:nowrap;letter-spacing:.005em;box-shadow:0 1px #fffffff2 inset,0 6px 18px -12px #004bcc59;transition:background-color .28s ease,border-color .28s ease,color .28s ease,box-shadow .28s ease,transform .28s ease}.header__cta-depannage:hover{background:#004bcc0f;border-color:#0039a0;color:#a81f2f;box-shadow:0 1px #fffffff2 inset,0 10px 22px -12px #004bcc6b;transform:translateY(-1px)}.header__cta-depannage:focus-visible{outline:2px solid #5a9fff;outline-offset:2px;background:#fff;border-color:#004bcc;color:#b92234}.header__cta-depannage:active{background:#004bcc1a;border-color:#0037a3;color:#991b2b;box-shadow:0 4px 12px -10px #004bcc4d;transform:translateY(0);transition:background-color .1s ease,box-shadow .1s ease,transform .1s ease}.header__cta-visit{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;background:#004bcc14;color:#004bcc;text-decoration:none;font-weight:700;font-size:.84rem;padding:.55rem .9rem;border-radius:11px;border:1px solid rgba(0,75,204,.24);white-space:nowrap;letter-spacing:.005em;box-shadow:0 1px #ffffffbf inset;transition:background-color .28s ease,border-color .28s ease,color .28s ease,box-shadow .28s ease}.header__cta-visit:hover,.header__cta-visit:focus-visible{background:#004bcc;border-color:#004bcc;color:#fff;box-shadow:0 14px 28px -14px #004bcc80,0 1px #fff3 inset;transform:translateY(-1px)}.header__cta-visit:active{background:#0037a3;border-color:#0037a3;box-shadow:0 8px 18px -12px #004bcc61;transform:translateY(0);transition:background-color .1s ease,box-shadow .1s ease,transform .1s ease}.header__cta-visit svg{width:.85rem;height:.85rem;flex-shrink:0;color:#0d5ce0;transition:color .22s ease}.header__cta-visit:hover svg,.header__cta-visit:focus-visible svg,.header__cta-visit:active svg{color:#fff}.header__cta-visit:focus-visible{outline:2px solid #5a9fff;outline-offset:2px}.header__icon-link{position:relative;display:flex;align-items:center;color:#0e1d388c;text-decoration:none;transition:color .18s ease}.header__icon-link:hover{color:#0d5ce0}.header__icon-link svg{width:1.25rem;height:1.25rem}.header__cart-count{position:absolute;top:-.35rem;right:-.5rem;background-color:#004bcc;color:#fff;font-size:.6rem;font-weight:700;width:1rem;height:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.header__menu-toggle{display:none;align-items:center;justify-content:center;gap:.4rem;min-height:2.35rem;padding:.46rem .86rem;background:#004bcc14;border:1px solid rgba(0,75,204,.24);border-radius:999px;cursor:pointer;color:#004bcc;flex-shrink:0;font-weight:700;font-size:.83rem;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 1px #ffffffbf inset;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.header__menu-toggle:hover{background:#004bcc;border-color:#004bcc;color:#fff}.header__menu-icon{width:.95rem;height:.95rem;display:block;flex-shrink:0}.header__menu-icon--close{display:none}.header__menu-label{line-height:1;white-space:nowrap}.header__menu-label--close{display:none}.header__mobile-nav{display:none;background-color:#fff;border-top:1px solid rgba(14,29,56,.1)}.header__mobile-nav-inner{max-width:1440px;margin:0 auto;padding:.75rem 0 1.5rem;display:flex;flex-direction:column;max-height:calc(100dvh - 4rem);overflow-y:auto;-webkit-overflow-scrolling:touch}.header__mobile-link{display:block;padding:.9rem 1.5rem;color:#0d5ce0;text-decoration:none;font-size:.975rem;font-weight:500;border-bottom:1px solid rgba(14,29,56,.08);transition:color .15s ease,background-color .15s ease}.header__mobile-link:last-of-type{border-bottom:none}.header__mobile-link:hover{color:#004bcc;background-color:#004bcc0a}.header__mobile-link--active{color:#0037a3;font-weight:600;border-left:2px solid #004bcc;padding-left:calc(1.5rem - 2px);background-color:#004bcc17}.header__mobile-leak{display:inline-flex;align-items:center;gap:.5rem;margin:1rem 1.25rem 0;padding:.8rem 1.5rem;background:#b92234;border:1px solid #a81f2f;color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;border-radius:12px;justify-content:center;box-shadow:0 8px 20px -12px #b9223494;transform:translateY(0);transition:background-color .28s ease,border-color .28s ease,box-shadow .28s ease,transform .28s ease}.header__mobile-leak:hover,.header__mobile-leak:active{background:#cf3a4c;border-color:#c53142;box-shadow:0 16px 28px -14px #b922349e;transform:translateY(-1px)}.header__mobile-leak svg{width:1rem;height:1rem;flex-shrink:0;color:#fff}.header__mobile-leak:hover svg,.header__mobile-leak:active svg{color:#fff}.header__mobile-depannage{display:inline-flex;align-items:center;justify-content:center;margin:.5rem 1.25rem 0;padding:.8rem 1.5rem;border-radius:12px;border:1.5px solid #004bcc;background:#fff;color:#b92234;text-decoration:none;font-weight:700;font-size:.95rem;box-shadow:0 1px #fffffff2 inset,0 6px 18px -12px #004bcc52;transition:background-color .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}.header__mobile-depannage:hover,.header__mobile-depannage:active{background:#004bcc0f;border-color:#0039a0;color:#a81f2f;box-shadow:0 10px 22px -12px #004bcc61}.header__mobile-visit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin:.5rem 1.25rem 0;padding:.8rem 1.5rem;border-radius:12px;border:1px solid rgba(100,160,255,.45);background:#004bcc14;color:#004bcc;text-decoration:none;font-weight:700;font-size:.95rem;box-shadow:0 1px #ffffffb3 inset;transition:background-color .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease}.header__mobile-visit:hover,.header__mobile-visit:active{background:#004bcc24;border-color:#004bcc61;color:#fff;box-shadow:0 8px 20px -12px #004bcc6b}.header__mobile-visit svg{width:1rem;height:1rem;flex-shrink:0;color:#0d5ce0}.header__mobile-visit:hover svg,.header__mobile-visit:active svg{color:#fff}.header__mobile-phone{display:inline-flex;align-items:center;gap:.5rem;margin:.5rem 1.25rem 0;padding:.7rem 1.5rem;background-color:#0e1d380a;border:1px solid rgba(14,29,56,.12);color:#0e1d38bf;text-decoration:none;font-weight:600;font-size:.95rem;border-radius:12px;justify-content:center;transition:background-color .18s ease,color .18s ease}.header__mobile-phone:hover{background-color:#004bcc14;color:#004bcc}.header__mobile-phone svg{width:1rem;height:1rem;flex-shrink:0;opacity:.65}.site-header--open .header__mobile-nav{display:block}.site-header--open .header__menu-icon--open{display:none}.site-header--open .header__menu-icon--close{display:block}.site-header--open .header__menu-label--open{display:none}.site-header--open .header__menu-label--close{display:inline}.site-header--search-open .header__search-toggle-icon--open{display:none}.site-header--search-open .header__search-toggle-icon--close{display:block}@media(min-width:1281px){.header__main{gap:.15rem}.header__brand{margin-right:1.25rem}.header__nav-link{font-size:.9rem;padding:.42rem .58rem}.header__search{width:clamp(6.75rem,9vw,10.25rem);margin:0 .4rem}.header__search-input{font-size:.8rem}.header__search-input::placeholder{font-size:.78rem}.header__cta-leak,.header__cta-depannage,.header__cta-visit{font-size:.82rem;padding:.52rem .78rem}.header__cta-visit svg{width:.8rem;height:.8rem}}@media(max-width:1280px){.site-header--search-open .header__main{flex-wrap:wrap}.header__search{display:none;order:99;flex:0 0 100%;width:100%;margin:.6rem 0 .85rem;padding:.42rem .45rem .42rem 1rem;border-radius:14px}.site-header--search-open .header__search{display:flex}.header__search-toggle{display:inline-flex}}@media(max-width:1280px)and (min-width:1101px){.header__main{flex-wrap:nowrap;gap:.25rem}.header__brand{margin-right:1rem;flex-shrink:0}.header__logo{height:56px}.header__nav{flex:1 1 auto;min-width:0;overflow:hidden}.header__nav-link{font-size:.88rem;padding:.4rem .55rem}.header__cta-leak{font-size:.8rem;padding:.5rem .78rem}.header__cta-depannage{font-size:.8rem;padding:.5rem .72rem}.header__cta-visit{font-size:.8rem;padding:.5rem .78rem}.header__actions{flex-shrink:0;gap:.38rem;margin-left:.3rem}}@media(max-width:1100px){.header__main{flex-wrap:nowrap;height:auto;min-height:4.6rem;padding-top:.35rem;padding-bottom:.35rem}.site-header--search-open .header__main{flex-wrap:wrap}.header__nav,.header__cta-leak,.header__cta-depannage,.header__cta-visit{display:none}.header__menu-toggle{display:flex}.header__brand{margin-right:.65rem;flex-shrink:0}.header__logo{height:54px}.header__actions{margin-left:auto;flex-shrink:0;gap:.75rem}.header__topbar-phone{margin-left:0}}@media(max-width:768px){.header__main{height:4rem}.header__logo{height:52px}.header__topbar-tagline{display:none}.header__menu-toggle{padding:.43rem .76rem;font-size:.78rem}.header__search-toggle{width:2.15rem;height:2.15rem}.header__actions{gap:.85rem}}@media(max-width:480px){.header__topbar{display:none}.header__main{height:3.6rem}.header__logo{height:44px}.header__actions{gap:.8rem}}[data-predictive-search]{position:relative}.predictive-search{position:absolute;top:calc(100% + .45rem);left:0;right:0;z-index:250;min-width:100%}.predictive-search__inner{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 8px 28px #1b2a4a1f,0 2px 8px #004bcc14;overflow:hidden;max-height:min(24rem,70vh);overflow-y:auto;-webkit-overflow-scrolling:touch}.predictive-search__group+.predictive-search__group{border-top:1px solid #eef2f7}.predictive-search__label{margin:0;padding:.55rem .85rem .35rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#5a6a85}.predictive-search__item{display:flex;align-items:center;gap:.75rem;padding:.55rem .85rem;text-decoration:none;color:#1b2a4a;transition:background-color .15s ease}.predictive-search__item--query{padding-left:.85rem}.predictive-search__item:hover,.predictive-search__item:focus-visible{background-color:#004bcc0f;outline:none}.predictive-search__item mark{background:#004bcc1f;color:#004bcc;font-weight:800;border-radius:2px;padding:0 .1em}.predictive-search__item-thumb{flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:8px;overflow:hidden;background:#f3f5f8;display:flex;align-items:center;justify-content:center}.predictive-search__item-thumb img{width:100%;height:100%;object-fit:contain}.predictive-search__item-thumb--text{font-size:.65rem;font-weight:700;color:#004bcc;text-transform:uppercase;letter-spacing:.06em}.predictive-search__item-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.12rem}.predictive-search__item-title{font-size:.88rem;font-weight:700;line-height:1.3;color:#1b2a4a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.predictive-search__item-meta{font-size:.78rem;font-weight:600;color:#004bcc}.predictive-search__empty{margin:0;padding:1rem .85rem;font-size:.88rem;color:#5a6a85;text-align:center}.predictive-search__footer{display:block;padding:.7rem .85rem;text-align:center;font-size:.86rem;font-weight:700;color:#004bcc;text-decoration:none;background:linear-gradient(180deg,#f8faff,#fff);border-top:1px solid #eef2f7;transition:background-color .15s ease,color .15s ease}.predictive-search__footer:hover{background:#eef3ff;color:#003ea9}.predictive-search__loading{margin:0;padding:.85rem;font-size:.85rem;color:#5a6a85;text-align:center}@media(max-width:1280px){.header__search{flex-wrap:wrap}.header__search .predictive-search{flex:0 0 100%;order:10;position:static;top:auto;margin-top:.45rem}}@media(max-width:680px){.predictive-search{position:static;margin-top:.5rem}.predictive-search__inner{max-height:16rem}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map?subset=EAYAAACA */
