*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.drawer-open{overflow:hidden}img,svg{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}[hidden],.is-hidden{display:none!important}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:16px;top:16px;z-index:9999;transform:translateY(-150%);padding:12px 16px;border-radius:10px;background:#fff;box-shadow:var(--shadow-card);font-weight:750}.skip-link:focus{transform:none}:focus-visible{outline:3px solid color-mix(in srgb,var(--color-accent) 36%,transparent);outline-offset:3px}.page-width{width:min(calc(100% - 40px),var(--page-width));margin-inline:auto}.section{padding-block:var(--section-space)}.section--compact{padding-block:44px}.section--surface{background:var(--color-surface)}.section--dark{background:#121726;color:#fff}.section-anchor{scroll-margin-top:100px}.eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 14px;color:var(--color-accent);font-size:.76rem;line-height:1.2;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.eyebrow:before{content:"";width:26px;height:2px;border-radius:10px;background:currentColor}.display,h1,h2,h3,h4{margin:0;color:inherit;font-weight:800;letter-spacing:-.035em;line-height:1.08}h1,.display{font-size:clamp(2.45rem,5.1vw,4.65rem)}h2{font-size:clamp(2rem,3.65vw,3.25rem)}h3{font-size:clamp(1.18rem,1.75vw,1.55rem)}p{margin:0 0 1em}.rte{color:var(--color-muted)}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte a{text-decoration:underline;text-underline-offset:3px}.lead{font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.7}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:36px;margin-bottom:38px}.section-head__copy{max-width:720px}.section-head .rte{max-width:520px}.button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;border:1px solid transparent;border-radius:var(--radius-sm);background:var(--color-accent);color:#fff;font-weight:800;line-height:1;box-shadow:0 9px 24px #2458d32e;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px);background:var(--color-accent-dark);box-shadow:0 14px 30px #2458d33d}.button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.button--secondary{background:#fff;color:var(--color-text);border-color:var(--color-border);box-shadow:none}.button--secondary:hover{background:var(--color-surface);border-color:#ccd4e1;box-shadow:none}.button--dark{background:#151a28}.button--dark:hover{background:#060913}.button--full{width:100%}.icon{display:inline-flex;width:22px;height:22px;flex:0 0 auto}.icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.card{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-soft)}.placeholder-svg{width:100%;height:100%;background:#eef1f6;color:#cad1dc}.announcement{position:relative;z-index:42;background:#151a28;color:#fff;font-size:.82rem;font-weight:720;letter-spacing:.01em}.announcement__inner{min-height:36px;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}.announcement__dot{width:6px;height:6px;border-radius:50%;background:#72e6ac;box-shadow:0 0 0 5px #72e6ac1f}.site-header{position:relative;z-index:40;background:#fffffff5;border-bottom:1px solid rgba(228,233,241,.9)}.site-header.is-sticky{position:sticky;top:0;-webkit-backdrop-filter:saturate(180%) blur(16px);backdrop-filter:saturate(180%) blur(16px)}.header__inner{min-height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}.header__nav{display:flex;align-items:center;gap:28px}.header__nav a{position:relative;font-size:.91rem;font-weight:690;color:#373d4b;white-space:nowrap}.header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;border-radius:10px;background:var(--color-accent);transition:right .2s ease}.header__nav a:hover:after{right:0}.header__brand{display:flex;justify-content:center;align-items:center;min-width:0}.header__logo{display:block;width:auto;max-width:100%;object-fit:contain}.header__wordmark{font-weight:900;letter-spacing:.17em;font-size:1.06rem}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.header__icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--color-text)}.header__icon-btn:hover{background:var(--color-surface);border-color:var(--color-border)}.header__cart-count{position:absolute;right:1px;top:0;display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--color-accent);color:#fff;font-size:.66rem;font-weight:850}.header__cta{min-height:42px;padding-inline:16px;font-size:.85rem;box-shadow:none}.mobile-nav{display:none}.mobile-nav summary{list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav__panel{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:55;padding:22px;overflow:auto}.mobile-nav__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.mobile-nav__links{display:grid;gap:4px}.mobile-nav__links a{padding:17px 0;border-bottom:1px solid var(--color-border);font-size:1.15rem;font-weight:760}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#090d1685;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.cart-drawer{position:fixed;right:0;top:0;bottom:0;z-index:71;width:min(440px,100%);display:flex;flex-direction:column;background:#fff;box-shadow:-20px 0 60px #090d1629;transform:translate(102%);transition:transform .28s cubic-bezier(.2,.8,.2,1)}.drawer-open .drawer-overlay{opacity:1;visibility:visible}.drawer-open .cart-drawer{transform:none}.cart-drawer__head{min-height:78px;padding:0 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-border)}.cart-drawer__head h2{font-size:1.25rem;letter-spacing:-.02em}.cart-drawer__close{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:12px;background:var(--color-surface)}.cart-drawer__body{flex:1;overflow:auto;padding:22px}.cart-drawer__empty{min-height:55vh;display:grid;place-items:center;text-align:center;color:var(--color-muted)}.cart-drawer__items{display:grid;gap:18px}.cart-drawer__item{display:grid;grid-template-columns:78px 1fr;gap:14px;padding-bottom:18px;border-bottom:1px solid var(--color-border)}.cart-drawer__item img{width:78px;height:78px;border-radius:14px;object-fit:cover;background:var(--color-surface)}.cart-drawer__item h3{font-size:.94rem;line-height:1.3;letter-spacing:-.015em;margin-bottom:5px}.cart-drawer__item p{margin:0;color:var(--color-muted);font-size:.8rem}.cart-drawer__line{display:flex;justify-content:space-between;gap:12px;margin-top:9px;font-size:.87rem;font-weight:760}.cart-drawer__foot{padding:20px 22px 24px;border-top:1px solid var(--color-border);background:#fff}.cart-drawer__subtotal{display:flex;justify-content:space-between;gap:20px;margin-bottom:14px;font-weight:830}.cart-drawer__note{margin:11px 0 0;color:var(--color-muted);font-size:.76rem;text-align:center}.hero{position:relative;overflow:hidden;padding:60px 0 72px;background:linear-gradient(180deg,#fbfcff,#fff)}.hero:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;right:-260px;top:-280px;background:radial-gradient(circle,#2458d321,#2458d300 70%);pointer-events:none}.hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);align-items:center;gap:64px}.hero__content{max-width:680px}.hero__content h1 strong{color:var(--color-accent);font-weight:inherit}.hero__text{max-width:600px;margin:22px 0 26px;font-size:1.08rem;line-height:1.72}.hero__proofline{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;margin:0 0 26px;padding:0;list-style:none;color:#424957;font-size:.88rem;font-weight:690}.hero__proofline li{display:flex;align-items:center;gap:7px}.hero__proofline .icon{width:17px;height:17px;color:var(--color-accent)}.hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.hero__microcopy{display:flex;align-items:center;gap:8px;margin-top:15px;color:var(--color-muted);font-size:.79rem}.hero__visual{position:relative;min-width:0}.hero__stage{position:relative;aspect-ratio:1/1;border:1px solid #e1e7f2;border-radius:32px;overflow:hidden;background:radial-gradient(circle at 28% 20%,#fff 0,#f4f7ff 42%,#e9effc);box-shadow:0 28px 80px #233d7724}.hero__stage:after{content:"";position:absolute;inset:auto 10% 6%;height:12%;border-radius:50%;background:#20315624;filter:blur(18px)}.hero__stage img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;padding:7%}.hero__stage .placeholder-svg{position:relative;z-index:1}.hero__logo-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;place-items:center;padding:17%}.hero__logo-placeholder img{padding:0;filter:drop-shadow(0 16px 25px rgba(24,44,91,.14))}.hero__floating{position:absolute;z-index:3;display:flex;align-items:center;gap:10px;max-width:230px;padding:13px 15px;border:1px solid rgba(255,255,255,.85);border-radius:16px;background:#ffffffeb;box-shadow:0 14px 38px #172d5e21;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.81rem;font-weight:780}.hero__floating .icon{color:var(--color-accent);width:20px;height:20px}.hero__floating--one{left:-24px;bottom:16%}.hero__floating--two{right:-18px;top:14%}.hero__offer{position:absolute;z-index:3;left:24px;top:24px;padding:8px 11px;border-radius:999px;background:#151a28;color:#fff;font-size:.73rem;font-weight:830;letter-spacing:.03em}.trust-strip{padding:24px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:#fff}.trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-strip__item{min-width:0;display:flex;align-items:center;justify-content:center;gap:12px;padding:4px 26px;border-right:1px solid var(--color-border)}.trust-strip__item:last-child{border-right:0}.trust-strip__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--color-accent-soft);color:var(--color-accent)}.trust-strip__icon .icon{width:20px;height:20px}.trust-strip__copy strong{display:block;font-size:.87rem}.trust-strip__copy>span{display:block;color:var(--color-muted);font-size:.74rem;margin-top:1px}.featured-offer__grid,.main-product__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:54px;align-items:start}.product-gallery{min-width:0}.product-gallery__main{position:relative;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.product-gallery__main img,.product-gallery__main video,.product-gallery__main model-viewer{width:100%;aspect-ratio:1/1;object-fit:contain;background:#f8f9fc}.product-gallery__placeholder{aspect-ratio:1/1;display:grid;place-items:center;padding:20%;background:linear-gradient(145deg,#f8faff,#e9effb)}.product-gallery__placeholder img{width:100%;height:auto;object-fit:contain}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.product-gallery__thumb{padding:0;border:1px solid var(--color-border);border-radius:14px;overflow:hidden;background:#fff;opacity:.72;transition:opacity .18s,border-color .18s}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{opacity:1;border-color:var(--color-accent)}.product-gallery__thumb img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--color-surface)}.product-buybox{position:sticky;top:104px;padding:30px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-card)}.product-buybox__vendor{margin:0 0 8px;color:var(--color-accent);font-size:.72rem;font-weight:840;letter-spacing:.13em;text-transform:uppercase}.product-buybox h2,.product-buybox h1{font-size:clamp(1.75rem,2.5vw,2.55rem);line-height:1.13}.product-rating{display:flex;align-items:center;gap:9px;margin:13px 0;color:#5b6270;font-size:.82rem}.product-rating__stars{color:#f1a72b;letter-spacing:.06em;font-size:.92rem}.price-block{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;margin:18px 0}.price-current{font-size:1.63rem;font-weight:880;letter-spacing:-.035em}.price-compare{color:#8b93a2;text-decoration:line-through;font-size:.98rem}.price-badge{padding:5px 8px;border-radius:8px;background:#e9f8ef;color:#158047;font-size:.72rem;font-weight:850}.product-summary{margin:0 0 20px;color:var(--color-muted);font-size:.94rem;line-height:1.65}.benefit-list{display:grid;gap:10px;margin:18px 0 22px;padding:0;list-style:none}.benefit-list li{display:flex;align-items:flex-start;gap:10px;color:#363c49;font-size:.88rem;font-weight:650}.benefit-list .icon{width:18px;height:18px;margin-top:2px;color:var(--color-accent)}.product-form{display:grid;gap:14px}.product-form__label{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px;font-size:.82rem;font-weight:790}.product-form select,.product-form input[type=number],.field input,.field textarea,.field select{width:100%;min-height:50px;padding:0 14px;border:1px solid #d7dde7;border-radius:12px;background:#fff;box-shadow:0 1px #14203a05}.product-form select:focus,.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--color-accent);outline:3px solid rgba(36,88,211,.12)}.product-form__row{display:grid;grid-template-columns:110px 1fr;gap:12px}.quantity-input{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;height:52px;border:1px solid #d7dde7;border-radius:12px;overflow:hidden}.quantity-input button{height:100%;border:0;background:#fff;font-weight:800}.quantity-input input{width:100%;height:100%;padding:0;border:0!important;text-align:center;-webkit-appearance:textfield;appearance:textfield}.quantity-input input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.product-form__submit{min-height:54px;font-size:.94rem}.product-microcopy{display:flex;justify-content:center;align-items:center;gap:7px;margin:0;color:var(--color-muted);font-size:.74rem;text-align:center}.product-microcopy .icon{width:15px;height:15px;color:var(--color-accent)}.product-guarantees{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px;padding-top:18px;border-top:1px solid var(--color-border)}.product-guarantee{text-align:center;color:var(--color-muted);font-size:.68rem;line-height:1.35}.product-guarantee .icon{width:20px;height:20px;margin:0 auto 6px;color:var(--color-accent)}.product-empty{display:grid;grid-template-columns:1fr 1fr;gap:32px;padding:32px;align-items:center}.product-empty__visual{min-height:390px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(145deg,#f8faff,#e9effb);padding:20%}.product-empty__copy{max-width:440px}.product-empty__copy h3{font-size:2rem;margin-bottom:12px}.product-empty__copy p{color:var(--color-muted)}.problem-solution__grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.problem-card,.solution-card{position:relative;overflow:hidden;min-height:500px;border-radius:var(--radius-lg);padding:42px}.problem-card{background:#151a28;color:#fff}.problem-card:after{content:"";position:absolute;width:330px;height:330px;right:-150px;bottom:-160px;border-radius:50%;background:#ffffff0f}.solution-card{display:flex;align-items:flex-end;background:var(--color-surface);border:1px solid var(--color-border)}.solution-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.solution-card:after{content:"";position:absolute;top:35%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0a101db8)}.problem-card__content,.solution-card__content{position:relative;z-index:2;max-width:540px}.problem-card h2,.solution-card h2{font-size:clamp(2rem,3vw,3rem);margin-bottom:18px}.problem-card p{color:#ffffffb8}.solution-card h2,.solution-card p{color:#fff}.solution-card p{color:#fffc}.problem-list{display:grid;gap:15px;margin:28px 0 0;padding:0;list-style:none}.problem-list li{display:flex;gap:12px;align-items:flex-start;color:#ffffffdb;font-size:.92rem}.problem-list .problem-dot{display:grid;place-items:center;width:23px;height:23px;flex:0 0 auto;margin-top:1px;border-radius:50%;background:#ffffff1a;color:#ff9c9c;font-weight:900}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.benefit-card{position:relative;overflow:hidden;min-height:250px;padding:28px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.benefit-card:hover{transform:translateY(-4px);border-color:#cbd5e5;box-shadow:var(--shadow-card)}.benefit-card__icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:46px;border-radius:15px;background:var(--color-accent-soft);color:var(--color-accent)}.benefit-card__icon .icon{width:24px;height:24px}.benefit-card h3{margin-bottom:10px}.benefit-card p{margin:0;color:var(--color-muted);font-size:.91rem}.benefit-card__number{position:absolute;right:22px;top:18px;color:#edf0f5;font-size:3rem;font-weight:900;line-height:1}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff}.step-card__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(145deg,#f7f9fd,#e8eefb)}.step-card__media img{width:100%;height:100%;object-fit:cover}.step-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--color-accent);font-size:4rem;font-weight:900;opacity:.88}.step-card__number{position:absolute;left:18px;top:18px;display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fff;color:var(--color-accent);box-shadow:0 8px 20px #192b5524;font-size:.8rem;font-weight:900}.step-card__body{padding:23px}.step-card__body h3{margin-bottom:9px}.step-card__body p{margin:0;color:var(--color-muted);font-size:.89rem}.comparison{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-soft)}.comparison__head,.comparison__row{display:grid;grid-template-columns:1.4fr .8fr .8fr;align-items:center}.comparison__head{background:#151a28;color:#fff;font-weight:800}.comparison__head>div,.comparison__row>div{padding:18px 22px}.comparison__head>div:not(:first-child),.comparison__row>div:not(:first-child){text-align:center;border-left:1px solid var(--color-border)}.comparison__head>div:not(:first-child){border-left-color:#ffffff1f}.comparison__row{border-top:1px solid var(--color-border);font-size:.9rem}.comparison__row:nth-child(odd){background:#fbfcfe}.comparison__label{font-weight:690}.comparison__yes{color:#16804b;font-weight:850}.comparison__no{color:#9b3e49;font-weight:800}.comparison__neutral{color:var(--color-muted);font-weight:720}.image-text{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.image-text--reverse .image-text__media{order:2}.image-text__media{overflow:hidden;border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border)}.image-text__media img{width:100%;aspect-ratio:4/3;object-fit:cover}.image-text__placeholder{aspect-ratio:4/3;display:grid;place-items:center;padding:22%;background:linear-gradient(145deg,#f8faff,#e8eefb)}.image-text__content{max-width:560px}.image-text__content .rte{margin:20px 0 26px;font-size:1rem;line-height:1.7}.faq-wrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:64px;align-items:start}.faq-intro{position:sticky;top:110px}.faq-intro .rte{margin-top:18px}.faq-list{border-top:1px solid var(--color-border)}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;cursor:pointer;font-size:1rem;font-weight:790}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";display:grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border-radius:10px;background:var(--color-surface);color:var(--color-accent);font-size:1.15rem}.faq-item[open] summary:after{content:"\2013"}.faq-item__answer{padding:0 42px 22px 0;color:var(--color-muted);font-size:.92rem}.product-details{margin-top:20px;border-top:1px solid var(--color-border)}.product-details details{border-bottom:1px solid var(--color-border)}.product-details summary{list-style:none;display:flex;justify-content:space-between;gap:18px;padding:17px 0;cursor:pointer;font-size:.88rem;font-weight:780}.product-details summary::-webkit-details-marker{display:none}.product-details summary:after{content:"+"}.product-details details[open] summary:after{content:"\2013"}.product-details__content{padding:0 0 18px;color:var(--color-muted);font-size:.84rem}.product-details__content ul{padding-left:18px}.product-media-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-media-list__item{overflow:hidden;border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface)}.product-media-list__item:first-child{grid-column:1/-1}.product-media-list__item img{width:100%;aspect-ratio:1/1;object-fit:contain}.mobile-buybar{display:none}.collection-hero{padding:62px 0 34px;text-align:center}.collection-hero .rte{max-width:650px;margin:16px auto 0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{min-width:0}.product-card__media{position:relative;display:block;overflow:hidden;border:1px solid var(--color-border);border-radius:20px;background:var(--color-surface)}.product-card__media img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__badge{position:absolute;left:13px;top:13px;padding:6px 9px;border-radius:8px;background:#151a28;color:#fff;font-size:.7rem;font-weight:800}.product-card__body{padding:15px 3px}.product-card__body h3{font-size:1rem;letter-spacing:-.018em}.product-card__price{display:flex;align-items:center;gap:9px;margin-top:7px;font-size:.9rem}.product-card__price s{color:var(--color-muted);font-size:.8rem}.pagination{display:flex;justify-content:center;gap:7px;margin-top:42px}.pagination a,.pagination span{display:grid;place-items:center;min-width:40px;height:40px;border:1px solid var(--color-border);border-radius:10px}.pagination .current{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.page-header{padding:64px 0 28px}.page-header--center{text-align:center}.page-content{padding-bottom:var(--section-space)}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:36px;align-items:start}.cart-lines{display:grid;gap:14px}.cart-line{display:grid;grid-template-columns:112px 1fr auto;gap:20px;padding:18px;border:1px solid var(--color-border);border-radius:18px;background:#fff}.cart-line img{width:112px;height:112px;border-radius:14px;object-fit:cover;background:var(--color-surface)}.cart-line h3{font-size:1rem;margin-bottom:5px}.cart-line__variant{color:var(--color-muted);font-size:.8rem}.cart-line__price{font-weight:820;white-space:nowrap}.cart-summary{position:sticky;top:104px;padding:24px}.cart-summary__row{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid var(--color-border)}.cart-summary__row--total{font-size:1.08rem;font-weight:850}.cart-summary .button{margin-top:18px}.empty-state{min-height:48vh;display:grid;place-items:center;text-align:center}.empty-state__inner{max-width:480px}.empty-state h1{font-size:2.25rem;margin-bottom:12px}.empty-state p{color:var(--color-muted);margin-bottom:22px}.footer{padding:68px 0 24px;background:#121726;color:#fff}.footer__grid{display:grid;grid-template-columns:1.35fr .75fr .75fr 1.05fr;gap:50px}.footer__brand{max-width:330px}.footer__brand p{margin:20px 0 0;color:#ffffff9e;font-size:.88rem}.footer h3{font-size:.84rem;letter-spacing:.07em;text-transform:uppercase;margin-bottom:17px}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin:10px 0}.footer a,.footer__newsletter p{color:#ffffffab;font-size:.86rem}.footer a:hover{color:#fff}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:16px}.newsletter-form input{min-width:0;height:46px;padding:0 13px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:#ffffff12;color:#fff}.newsletter-form input::placeholder{color:#ffffff73}.newsletter-form button{height:46px;padding:0 15px;border:0;border-radius:10px;background:#fff;color:#151a28;font-weight:830}.footer__bottom{display:flex;justify-content:space-between;gap:24px;margin-top:52px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:#ffffff73;font-size:.76rem}.footer__payments{display:flex;gap:7px;flex-wrap:wrap}.footer__payments svg{height:22px;width:auto}.search-form{display:flex;max-width:680px;margin:24px auto 0}.search-form input{flex:1;min-width:0;height:52px;padding:0 16px;border:1px solid var(--color-border);border-radius:12px 0 0 12px}.search-form button{border-radius:0 12px 12px 0}@media(max-width:1080px){.header__inner{grid-template-columns:auto 1fr auto}.header__nav{display:none}.header__brand{justify-content:flex-start}.mobile-nav{display:block}.header__cta{display:none}.hero__grid{grid-template-columns:minmax(0,1fr) minmax(380px,.85fr);gap:42px}.hero__floating--one{left:12px}.hero__floating--two{right:12px}.trust-strip__item{padding-inline:14px}.featured-offer__grid,.main-product__grid{gap:34px}.product-buybox{padding:24px}.footer__grid{grid-template-columns:1.2fr .8fr .8fr;gap:38px}.footer__newsletter{grid-column:1/-1;max-width:520px}}@media(max-width:820px){:root{--section-space:64px}.page-width{width:min(calc(100% - 28px),var(--page-width))}.section-head{display:block;margin-bottom:28px}.section-head .rte{margin-top:14px}.hero{padding:42px 0 56px}.hero__grid{grid-template-columns:1fr;gap:38px}.hero__content{max-width:680px}.hero__visual{width:min(620px,100%);margin-inline:auto}.hero__floating{font-size:.75rem}.trust-strip__grid{grid-template-columns:1fr 1fr;gap:18px 0}.trust-strip__item:nth-child(2){border-right:0}.trust-strip__item:nth-child(-n+2){padding-bottom:17px;border-bottom:1px solid var(--color-border)}.featured-offer__grid,.main-product__grid{grid-template-columns:1fr}.product-buybox{position:static}.product-media-list{grid-template-columns:1fr 1fr}.problem-solution__grid{grid-template-columns:1fr}.problem-card,.solution-card{min-height:430px}.benefits-grid,.steps-grid,.product-grid{grid-template-columns:1fr 1fr}.faq-wrap{grid-template-columns:1fr;gap:28px}.faq-intro{position:static}.image-text{grid-template-columns:1fr;gap:32px}.image-text--reverse .image-text__media{order:0}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.footer__grid{grid-template-columns:1fr 1fr}.footer__brand,.footer__newsletter{grid-column:1/-1}}@media(max-width:560px){body{font-size:15px}.page-width{width:min(calc(100% - 22px),var(--page-width))}h1,.display{font-size:2.55rem}h2{font-size:2.05rem}.announcement__inner{min-height:34px;font-size:.73rem}.announcement__dot{display:none}.header__inner{min-height:66px;gap:12px}.header__logo{max-height:38px!important}.header__actions{gap:2px}.header__icon-btn{width:39px;height:39px}.hero{padding-top:34px}.hero__text{font-size:1rem;margin:18px 0 22px}.hero__actions{display:grid;grid-template-columns:1fr}.hero__actions .button{width:100%}.hero__proofline{display:grid;gap:8px}.hero__stage{border-radius:24px}.hero__floating{max-width:180px;padding:10px 12px}.hero__floating--one{left:7px;bottom:8%}.hero__floating--two{right:7px;top:9%}.hero__offer{left:14px;top:14px}.trust-strip{padding:18px 0}.trust-strip__grid{gap:15px 0}.trust-strip__item{justify-content:flex-start;padding:0 10px}.trust-strip__icon{width:34px;height:34px}.trust-strip__copy strong{font-size:.78rem}.trust-strip__copy>span{display:none}.product-gallery__thumbs{gap:7px}.product-buybox{padding:21px;border-radius:20px}.product-form__row{grid-template-columns:96px 1fr}.product-guarantees{gap:5px}.product-guarantee{font-size:.62rem}.product-empty{grid-template-columns:1fr;padding:18px}.product-empty__visual{min-height:270px}.problem-card,.solution-card{min-height:380px;padding:28px}.benefits-grid,.steps-grid,.product-grid{grid-template-columns:1fr}.benefit-card{min-height:220px}.benefit-card__icon{margin-bottom:34px}.comparison{overflow-x:auto}.comparison__head,.comparison__row{min-width:650px}.product-media-list{grid-template-columns:1fr}.product-media-list__item:first-child{grid-column:auto}.mobile-buybar{position:fixed;left:0;right:0;bottom:0;z-index:35;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px calc(11px + env(safe-area-inset-bottom));border-top:1px solid var(--color-border);background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 -12px 30px #14203a14}.mobile-buybar__price{font-weight:860}.mobile-buybar .button{min-height:46px;padding-inline:17px}.template-product{padding-bottom:76px}.cart-line{grid-template-columns:82px 1fr;padding:13px;gap:13px}.cart-line img{width:82px;height:82px}.cart-line__price{grid-column:2;text-align:left}.footer{padding-top:52px}.footer__grid{grid-template-columns:1fr;gap:34px}.footer__brand,.footer__newsletter{grid-column:auto}.footer__bottom{display:block}.footer__payments{margin-top:14px}.newsletter-form{grid-template-columns:1fr}.newsletter-form button{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.solution-card--placeholder{background:linear-gradient(145deg,#244fbd,#17347e)}@media(max-width:560px){.announcement--hide-mobile{display:none}}.field label{display:block;margin-bottom:7px;font-size:.82rem;font-weight:780}.field textarea{padding-top:13px;resize:vertical}.header__brand-lockup{display:inline-flex;align-items:center;justify-content:center;height:var(--brand-height);line-height:1;white-space:nowrap}.header__brand-mark{display:block;width:auto;height:calc(var(--brand-height) * 1.12);max-width:none;object-fit:contain;flex:0 0 auto}.header__brand-name{display:block;margin-left:4px;color:#20242d;font-size:calc(var(--brand-height) * .47);font-weight:520;letter-spacing:.31em;line-height:1;transform:translateY(1px)}.trust-strip__item{display:grid;grid-template-columns:42px minmax(0,max-content);align-items:center;justify-content:center;column-gap:12px;text-align:left}.trust-strip__icon{position:relative;display:block;width:42px;height:42px;padding:0;margin:0;border-radius:12px;line-height:0;flex:0 0 42px}.trust-strip__icon>.icon{position:absolute;left:50%;top:50%;display:block;width:20px;height:20px;margin:0;transform:translate(-50%,-50%)}.trust-strip__icon>.icon svg{display:block;width:20px;height:20px;margin:0}.trust-strip__copy{min-width:0;align-self:center}.trust-strip__copy strong,.trust-strip__copy>span{line-height:1.25}.footer__brand-lockup{display:inline-flex;align-items:center;justify-content:flex-start;height:54px;line-height:1;white-space:nowrap}.footer__brand-mark{display:block;width:auto;height:60px;max-width:none;object-fit:contain;flex:0 0 auto;filter:brightness(0) invert(1);opacity:.97}.footer__brand-name{display:block;margin-left:5px;color:#fff;font-size:25px;font-weight:520;letter-spacing:.31em;line-height:1;transform:translateY(1px)}.product-empty--diagnostic{grid-template-columns:150px minmax(0,1fr)}.product-empty--diagnostic .product-empty__visual{display:grid;place-items:center;min-height:150px;border-radius:20px;background:var(--color-accent-soft);color:var(--color-accent)}.product-empty--diagnostic .product-empty__visual .icon{width:48px;height:48px}@media(max-width:820px){.header__brand-name{letter-spacing:.24em;font-size:calc(var(--brand-height) * .43)}.trust-strip__item{grid-template-columns:42px minmax(0,1fr);justify-content:start;padding-inline:18px}}@media(max-width:520px){.header__brand-lockup{--brand-height:34px!important}.header__brand-name{margin-left:2px;letter-spacing:.18em}.product-empty--diagnostic{grid-template-columns:1fr}}.trust-strip__icon,.trust-strip__icon>.icon,.trust-strip__icon>.icon svg{box-sizing:border-box}.trust-strip__icon>.icon{font-size:0;color:var(--color-accent)}.trust-strip__copy>span{margin-top:1px}@media(max-width:560px){.trust-strip__icon{width:36px;height:36px;flex-basis:36px;border-radius:11px}.trust-strip__icon>.icon,.trust-strip__icon>.icon svg{width:18px;height:18px}.footer__brand-lockup{height:46px}.footer__brand-mark{height:51px}.footer__brand-name{margin-left:3px;font-size:21px;letter-spacing:.24em}}.header__logo--default{display:block;width:auto;height:auto;max-width:min(290px,100%);object-fit:contain}.footer__brand-lockup{display:inline-flex;align-items:center;justify-content:flex-start;height:auto;line-height:0}.footer__brand-logo{display:block;width:auto;height:58px;max-width:100%;object-fit:contain;filter:brightness(0) invert(1);opacity:.98}.trust-strip__item{display:grid;grid-template-columns:64px minmax(0,max-content);align-items:center;justify-content:center;column-gap:18px;text-align:left}.trust-strip__icon{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:64px!important;height:64px!important;padding:0!important;margin:0!important;border-radius:16px;line-height:0!important;overflow:hidden}.trust-strip__icon-inner{display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;line-height:0!important}.trust-strip__icon-inner>.icon{position:static!important;display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;margin:0!important;transform:none!important;line-height:0!important}.trust-strip__icon-inner>.icon>svg{display:block!important;width:24px!important;height:24px!important;margin:0!important;transform:translateY(1px)!important;overflow:visible}@media(max-width:820px){.trust-strip__item{grid-template-columns:52px minmax(0,1fr);justify-content:start;column-gap:13px;padding-inline:18px}.trust-strip__icon{width:52px!important;height:52px!important;border-radius:14px}.trust-strip__icon-inner,.trust-strip__icon-inner>.icon{width:24px!important;height:24px!important}.trust-strip__icon-inner>.icon>svg{width:21px!important;height:21px!important}}@media(max-width:560px){.header__logo--default{max-width:210px}.footer__brand-logo{height:48px}.trust-strip__item{grid-template-columns:44px minmax(0,1fr);column-gap:10px;padding-inline:10px}.trust-strip__icon{width:44px!important;height:44px!important;border-radius:12px}.trust-strip__icon-inner,.trust-strip__icon-inner>.icon{width:21px!important;height:21px!important}.trust-strip__icon-inner>.icon>svg{width:19px!important;height:19px!important}}.product-gallery{position:relative}.mobile-variant-picker{display:none}.product-gallery__nav{position:absolute;z-index:4;display:flex;align-items:center;justify-content:space-between;inset:0 14px auto;aspect-ratio:1/1;pointer-events:none}.product-gallery__arrow{pointer-events:auto;display:grid;place-items:center;width:48px;height:48px;padding:0;border:1px solid rgba(20,32,58,.12);border-radius:50%;background:#fffffff0;color:var(--color-text);box-shadow:0 8px 24px #14203a1f;font:500 34px/1 Arial,sans-serif;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .18s,background .18s,border-color .18s,box-shadow .18s}.product-gallery__arrow:hover{transform:translateY(-1px);background:#fff;border-color:#2458d347;box-shadow:0 12px 28px #14203a29}.product-gallery__arrow:active{transform:scale(.96)}.product-gallery__thumb:nth-child(n+5){display:none}.cart-drawer__item-copy,.cart-line__content{position:relative;min-width:0;padding-right:28px}.cart-remove,.cart-line__remove{position:absolute;right:0;top:-4px;display:grid;place-items:center;width:28px;height:28px;padding:0;border:1px solid var(--color-border);border-radius:50%;background:#fff;color:#596274;font:700 20px/1 Arial,sans-serif;text-decoration:none;cursor:pointer;transition:border-color .18s,color .18s,background .18s}.cart-remove:hover,.cart-line__remove:hover{border-color:#c8d1df;background:#f3f6fb;color:#111827}.cart-remove:disabled{opacity:.45;cursor:wait}@media(max-width:820px){.product-gallery__thumbs{display:none}.product-gallery__nav{inset:0 10px auto}.product-gallery__arrow{width:44px;height:44px;font-size:31px}.mobile-variant-picker{display:grid;gap:7px;margin-top:12px;padding:14px;border:1px solid var(--color-border);border-radius:16px;background:#fff}.mobile-variant-picker label{font-size:.84rem;font-weight:790}.mobile-variant-picker select{width:100%;min-height:50px;padding:0 42px 0 14px;border:1px solid #d7dde7;border-radius:12px;background:#fff;color:var(--color-text);font-size:1rem}.mobile-variant-picker select:focus{border-color:var(--color-accent);outline:3px solid rgba(36,88,211,.12)}.product-buybox .product-form__variant-picker{display:none}}@media(max-width:560px){.product-gallery__arrow{width:40px;height:40px;font-size:28px}.mobile-variant-picker{margin-top:10px;padding:12px}.cart-line__content{padding-right:30px}}.price-current{color:var(--color-accent);font-size:1.9rem;font-weight:900}.price-badge{background:var(--color-accent-soft);color:var(--color-accent-dark);padding:6px 10px;border-radius:999px}.product-form__submit{min-height:58px;font-size:.98rem;box-shadow:0 12px 30px #2458d340}.product-form__submit:hover{box-shadow:0 16px 36px #2458d352}.header__cart-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 13px;border:1px solid rgba(36,88,211,.18);border-radius:13px;background:var(--color-accent-soft);color:var(--color-accent-dark);font-size:.85rem;font-weight:830;transition:transform .18s,background .18s,border-color .18s}.header__cart-button:hover{background:#e5ecff;border-color:#2458d34d;transform:translateY(-1px)}.header__cart-button.is-updated{animation:cartPulse .65s ease}.header__cart-button .icon{width:20px;height:20px}.header__cart-label{line-height:1}.header__cart-button .header__cart-count{position:static;min-width:21px;height:21px;margin-left:1px}@keyframes cartPulse{0%,to{transform:scale(1)}45%{transform:scale(1.08)}}.cart-drawer__subtotal span:last-child{color:var(--color-accent);font-size:1.1rem}.cart-drawer__checkout-form{margin:0}.cart-drawer__secondary-link{display:block;margin-top:11px;color:var(--color-accent-dark);font-size:.84rem;font-weight:760;text-align:center;text-decoration:underline;text-underline-offset:3px}.visual-variant-picker{display:grid;gap:17px}.visual-variant-picker__group{display:grid;gap:7px}.product-form__variant-picker--native{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}.bundle-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.bundle-option{position:relative;min-width:0;display:grid;gap:9px;padding:16px 14px 13px;border:1px solid #d7dde7;border-radius:15px;background:#fff;text-align:left;transition:border-color .18s,box-shadow .18s,background .18s,transform .18s}.bundle-option:hover{border-color:#2458d357;transform:translateY(-1px)}.bundle-option.is-active{border:2px solid var(--color-accent);padding:15px 13px 12px;background:#f8faff;box-shadow:0 8px 22px #2458d31a}.bundle-option__copy{display:grid;gap:3px}.bundle-option__copy strong{font-size:.92rem}.bundle-option__copy small{color:var(--color-muted);font-size:.75rem}.bundle-option__price{color:var(--color-accent);font-size:.82rem;font-weight:850}.bundle-option__tag{position:absolute;right:9px;top:-9px;padding:4px 7px;border-radius:999px;background:#151a28;color:#fff;font-size:.61rem;font-weight:820;letter-spacing:.02em}.color-options{display:flex;flex-wrap:wrap;gap:8px}.color-option{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 13px;border:1px solid #d7dde7;border-radius:999px;background:#fff;font-size:.82rem;font-weight:750;transition:border-color .18s,box-shadow .18s,background .18s}.color-option:hover{border-color:#2458d359}.color-option.is-active{border:2px solid var(--color-accent);padding-inline:12px;background:#f8faff;box-shadow:0 5px 14px #2458d317}.color-option__swatch{width:18px;height:18px;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #14203a2e}.color-option__swatch--gris{background:#8f98a6}.color-option__swatch--bleu{background:#3d77df}.color-option__swatch--jaune{background:#f2cc3d}.delivery-promise{display:flex;align-items:center;gap:11px;padding:12px 13px;border:1px solid #dfe6f3;border-radius:13px;background:#f8faff;color:#303746}.delivery-promise>.icon{width:22px;height:22px;color:var(--color-accent)}.delivery-promise div{display:grid;gap:1px}.delivery-promise strong{font-size:.8rem}.delivery-promise span{color:var(--color-muted);font-size:.72rem}.product-story__head{align-items:flex-start}.product-story__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product-story__card{position:relative;min-height:250px;padding:26px 23px;border:1px solid var(--color-border);border-radius:20px;background:#fff;box-shadow:0 10px 30px #14203a0d}.product-story__number{display:block;margin-bottom:38px;color:#dce4f5;font-size:2.5rem;font-weight:900;line-height:1}.product-story__card h3{margin-bottom:12px;font-size:1.16rem}.product-story__card .rte{font-size:.87rem;line-height:1.65}.product-story__notice{display:flex;align-items:flex-start;gap:12px;margin-top:18px;padding:16px 18px;border:1px solid #dfe6f3;border-radius:16px;background:#fff;color:var(--color-muted);font-size:.84rem}.product-story__notice>.icon{width:22px;height:22px;color:var(--color-accent)}.product-story__notice p{margin:0}@media(max-width:1020px){.product-story__grid{grid-template-columns:1fr 1fr}.product-story__card{min-height:210px}}@media(max-width:820px){.visual-variant-picker,.header__cart-label{display:none}.header__cart-button{width:44px;padding:0}.header__cart-button .header__cart-count{position:absolute;right:-3px;top:-5px;min-width:19px;height:19px}.bundle-options{grid-template-columns:1fr}.product-story__grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.price-current{font-size:1.72rem}.product-story__grid{grid-template-columns:1fr}.product-story__card{min-height:0;padding:22px 20px}.product-story__number{margin-bottom:24px}}.product-information-panel{margin-top:28px;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-soft);overflow:hidden}.product-information-panel__details>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 28px;cursor:pointer;background:linear-gradient(135deg,#fbfcff,#f3f6fd)}.product-information-panel__details>summary::-webkit-details-marker{display:none}.product-information-panel__details>summary span{display:grid;gap:4px}.product-information-panel__details>summary small{color:var(--color-accent);font-size:.7rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.product-information-panel__details>summary strong{font-size:1.25rem;line-height:1.25}.product-information-panel__details>summary:after{content:"+";display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border:1px solid #dbe3f2;border-radius:12px;background:#fff;color:var(--color-accent);font-size:1.35rem;font-weight:500}.product-information-panel__details[open]>summary:after{content:"\2013"}.product-information-panel__content{padding:28px;max-width:980px;color:#444c5b;font-size:.94rem;line-height:1.75}.product-information-panel__content h2,.product-information-panel__content h3{margin:25px 0 10px;color:var(--color-text);line-height:1.3}.product-information-panel__content h2:first-child,.product-information-panel__content h3:first-child{margin-top:0}.product-information-panel__content p{margin:0 0 14px}.product-information-panel__content ul,.product-information-panel__content ol{margin:12px 0 18px;padding-left:22px}.product-information-panel__content li{margin:7px 0}.product-information-panel__content table,.product-details__content table{width:100%;border-collapse:collapse;margin:18px 0}.product-information-panel__content th,.product-information-panel__content td,.product-details__content th,.product-details__content td{padding:11px 12px;border:1px solid var(--color-border);text-align:left;vertical-align:top}.product-information-panel__content th,.product-details__content th{background:var(--color-surface);color:var(--color-text);font-weight:800}.product-details__description .product-details__content{font-size:.88rem;line-height:1.7}@media(max-width:820px){.mobile-variant-picker{display:none!important}.visual-variant-picker{display:grid!important;gap:15px}.bundle-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bundle-option{min-height:112px;padding:15px 12px 12px}.bundle-option.is-active{padding:14px 11px 11px}.bundle-option__copy strong{font-size:.88rem}.bundle-option__copy small{font-size:.71rem;line-height:1.35}.bundle-option__price{font-size:.78rem}.color-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.color-option{justify-content:center;min-width:0;padding:0 8px}.color-option.is-active{padding-inline:7px}.product-information-panel{margin-top:20px}.product-information-panel__details>summary{padding:20px 21px}.product-information-panel__content{padding:22px 21px}}@media(max-width:560px){.main-product__grid,.featured-offer__grid{gap:18px}.product-gallery__main{border-radius:20px}.product-buybox{padding:19px 17px;border-radius:20px}.product-buybox h1,.product-buybox h2{font-size:1.72rem;line-height:1.16}.product-buybox__vendor{margin-bottom:6px}.price-block{margin:14px 0}.product-summary{margin-bottom:16px;font-size:.9rem;line-height:1.58}.benefit-list{gap:8px;margin:15px 0 19px}.benefit-list li{font-size:.82rem}.visual-variant-picker__group{gap:6px}.product-form__label{font-size:.78rem}.bundle-option{min-height:106px;border-radius:13px}.bundle-option__tag{right:7px;top:-8px;font-size:.56rem}.color-option{min-height:41px;border-radius:13px;font-size:.76rem}.color-option__swatch{width:16px;height:16px}.product-form{gap:12px}.product-form__row{grid-template-columns:92px minmax(0,1fr);gap:9px}.quantity-input{height:56px}.product-form__submit{min-height:56px;padding-inline:12px;font-size:.86rem}.delivery-promise{padding:11px}.product-guarantees{margin-top:16px;padding-top:16px}.product-details{margin-top:16px}.product-details summary{padding:16px 0;font-size:.84rem}.product-details__content{font-size:.82rem;line-height:1.68;overflow-x:auto}.product-information-panel{border-radius:20px}.product-information-panel__details>summary{padding:18px 17px}.product-information-panel__details>summary strong{font-size:1.05rem}.product-information-panel__details>summary:after{width:34px;height:34px;border-radius:10px}.product-information-panel__content{padding:19px 17px;font-size:.88rem;line-height:1.68;overflow-x:auto}.mobile-buybar__price{font-size:1.02rem;color:var(--color-accent)}.mobile-buybar .button{font-size:.84rem}}@media(max-width:370px){.bundle-options{grid-template-columns:1fr}.bundle-option{min-height:0}.color-options,.product-form__row{grid-template-columns:1fr}.quantity-input{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
