*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-weight-heading,700);margin:0 0 .5em;line-height:1.2;letter-spacing:-.02em}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3.5vw,2.5rem)}h3{font-size:clamp(1.2rem,2.5vw,1.75rem)}p{margin:0 0 1em}.skip-to-content{position:absolute;left:-9999px;z-index:9999}.skip-to-content:focus{left:1rem;top:1rem;padding:.5rem 1rem;background:var(--color-accent);color:#fff;border-radius:var(--radius)}.container{max-width:var(--container);margin:0 auto;padding:0 1.25rem}.section{padding:clamp(2.5rem,6vw,5rem) 0}.section--dark{background:var(--color-dark);color:#fff}.section--accent{background:var(--color-card)}.eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);margin-bottom:.75rem}@media(max-width:759px){.eyebrow--pill{background:#2563eb1a;padding:.35rem .75rem;border-radius:999px;letter-spacing:.1em}}.text-muted{color:var(--color-muted)}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:1rem;transition:transform .15s ease,box-shadow .2s ease,background .2s ease;cursor:pointer;text-align:center;line-height:1.2}.btn--primary{background:var(--color-accent);color:#fff;box-shadow:0 4px 14px #2563eb40}.btn--primary:hover{background:var(--color-accent-dark);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb59}.btn--secondary{background:#fff;color:var(--color-text);border:1.5px solid var(--color-border)}.btn--secondary:hover{border-color:var(--color-accent);color:var(--color-accent)}.btn--ghost{background:transparent;color:var(--color-text)}.btn--lg{padding:1.1rem 2rem;font-size:1.05rem}.btn--full{width:100%}.btn--xl{padding:1.25rem 2.5rem;font-size:1.15rem}.announcement{background:var(--color-dark);color:#fff;text-align:center;font-size:.875rem;padding:.6rem 1rem;font-weight:500}.announcement a{color:#fff;text-decoration:underline}.site-header{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.site-header__logo{font-family:var(--font-heading);font-weight:800;font-size:1.4rem;letter-spacing:-.02em}.site-header__logo img{max-height:48px;width:auto}.site-header__nav{display:none;gap:1.75rem}.site-header__nav a{font-weight:500;font-size:.95rem;transition:color .2s}.site-header__nav a:hover{color:var(--color-accent)}.site-header__actions{display:flex;align-items:center;gap:.5rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius);transition:background .2s;position:relative}.icon-btn:hover{background:var(--color-card)}.icon-btn svg{width:22px;height:22px}.cart-count{position:absolute;top:6px;right:6px;background:var(--color-accent);color:#fff;font-size:.7rem;font-weight:700;border-radius:999px;min-width:18px;height:18px;padding:0 5px;display:flex;align-items:center;justify-content:center}.menu-toggle{display:flex}@media(min-width:900px){.site-header__nav{display:flex}.menu-toggle{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:100;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border)}.mobile-menu__nav{padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.25rem}.mobile-menu__nav a{display:block;padding:.875rem 0;font-size:1.1rem;font-weight:600;border-bottom:1px solid var(--color-border)}.hero{position:relative;background:linear-gradient(135deg,var(--color-dark) 0%,#1e293b 100%);color:#fff;overflow:hidden;padding:clamp(3rem,8vw,6rem) 0}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top right,rgba(37,99,235,.25),transparent 60%);pointer-events:none}.hero__grid{position:relative;display:grid;gap:3rem;align-items:center}@media(min-width:900px){.hero__grid{grid-template-columns:1.1fr .9fr}}.hero__title{color:#fff;font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.1}.hero__title em{color:var(--color-accent);font-style:normal;background:linear-gradient(120deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__subtitle{font-size:clamp(1.05rem,1.4vw,1.2rem);color:#fffc;max-width:540px;margin-bottom:1.5rem}.hero__trust{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem;font-size:.9rem;color:#ffffffd9}.hero__trust-item{display:flex;align-items:center;gap:.5rem}.hero__trust-item svg{width:18px;height:18px;color:var(--color-accent)}.vehicle-selector{background:#fff;border-radius:var(--radius-lg);padding:1.75rem;color:var(--color-text);box-shadow:0 20px 60px #0000004d}.vehicle-selector__title{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.vehicle-selector__subtitle{color:var(--color-muted);font-size:.9rem;margin-bottom:1.25rem}.vehicle-selector__field{margin-bottom:1rem}.vehicle-selector__label{display:block;font-weight:600;font-size:.85rem;margin-bottom:.4rem;color:var(--color-text)}.vehicle-selector__select{width:100%;padding:.85rem 2.5rem .85rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius);font-size:1rem;background:#fff;transition:border-color .2s;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23475569' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.vehicle-selector__select:focus{outline:none;border-color:var(--color-accent)}.vehicle-selector__select:disabled{background-color:var(--color-card);cursor:not-allowed;opacity:.6}.trust-bar{background:#fff;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:1.25rem 0}.trust-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 2rem}@media(min-width:700px){.trust-bar__grid{grid-template-columns:repeat(4,1fr)}}.trust-bar__item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500}.trust-bar__icon{flex-shrink:0;width:32px;height:32px;color:var(--color-accent)}.steps{display:grid;gap:2rem;margin-top:3rem}@media(min-width:700px){.steps{grid-template-columns:repeat(3,1fr)}}.step{position:relative;text-align:center;padding:2rem 1.5rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:transform .2s,box-shadow .2s}.step:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.step__num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:999px;background:var(--color-accent);color:#fff;font-weight:800;font-size:1.25rem;margin-bottom:1rem}.step__title{font-size:1.2rem;margin-bottom:.5rem}.step__text{color:var(--color-muted);font-size:.95rem;margin:0}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:700px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1000px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px #0000001a;border-color:transparent}.product-card__media{position:relative;aspect-ratio:1/1;background:var(--color-card);overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.35rem;z-index:2}.badge{display:inline-block;padding:.25rem .6rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:999px;background:var(--color-dark);color:#fff}.badge--sale{background:var(--color-danger)}.badge--best{background:var(--color-warning);color:#000}.badge--new{background:var(--color-success)}.product-card__body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;flex:1}.product-card__title{font-size:.95rem;font-weight:600;margin:0 0 .25rem;line-height:1.3}.product-card__rating{display:flex;align-items:center;gap:.3rem;font-size:.8rem;color:var(--color-muted);margin-bottom:.5rem}.product-card__rating svg{color:#f59e0b;width:14px;height:14px}.product-card__price{margin-top:auto;display:flex;align-items:baseline;gap:.5rem;font-weight:700;font-size:1.1rem}.product-card__price--compare{color:var(--color-muted);text-decoration:line-through;font-size:.85rem;font-weight:400}.product-card__price--from{font-size:.75rem;color:var(--color-muted);font-weight:500;margin-right:.25rem}.product{padding:2rem 0 5rem}.product__grid{display:grid;gap:2.5rem}@media(min-width:900px){.product__grid{grid-template-columns:1.1fr .9fr;gap:3.5rem}}.product__breadcrumb{font-size:.85rem;color:var(--color-muted);margin-bottom:1.25rem}.product__breadcrumb a:hover{color:var(--color-accent)}.product__gallery{position:sticky;top:90px}.product__media-main{aspect-ratio:1/1;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-card);margin-bottom:.75rem}.product__media-main img{width:100%;height:100%;object-fit:cover}.product__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.product__thumb{aspect-ratio:1/1;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--color-card)}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__thumb.is-active{border-color:var(--color-accent)}.product__title{font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:.5rem}.product__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--color-muted);font-size:.9rem}.product__rating svg{color:#f59e0b;width:18px;height:18px}.product__price{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.25rem;font-size:1.75rem;font-weight:800;color:var(--color-text)}.product__price--compare{font-size:1.1rem;color:var(--color-muted);text-decoration:line-through;font-weight:500}.product__price--save{font-size:.8rem;font-weight:700;background:var(--color-danger);color:#fff;padding:.25rem .6rem;border-radius:var(--radius)}.product__benefits{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;gap:.6rem}.product__benefits li{display:flex;gap:.6rem;align-items:flex-start;font-size:.95rem}.product__benefits svg{flex-shrink:0;color:var(--color-success);width:20px;height:20px;margin-top:2px}.variant-compare{margin-bottom:1.5rem}.variant-compare__label{font-weight:700;font-size:.95rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between}.variant-compare__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.variant-option{position:relative;cursor:pointer;border:2px solid var(--color-border);background:#fff;border-radius:var(--radius);padding:.85rem .5rem;text-align:center;transition:all .2s}.variant-option:hover{border-color:var(--color-accent)}.variant-option.is-selected{border-color:var(--color-accent);background:#2563eb0a}.variant-option.is-popular:before{content:"\2b50  POPULAIRE";position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--color-warning);color:#000;font-size:.65rem;font-weight:800;padding:.15rem .5rem;border-radius:999px;letter-spacing:.05em;white-space:nowrap}.variant-option__name{display:block;font-weight:700;font-size:.85rem;margin-bottom:.2rem}.variant-option__specs{display:block;font-size:.7rem;color:var(--color-muted);margin-bottom:.3rem}.variant-option__price{display:block;font-weight:700;font-size:.95rem;color:var(--color-text)}.variant-option input{position:absolute;opacity:0;pointer-events:none}.product__qty{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem}.qty-input{display:flex;align-items:center;border:1.5px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.qty-input button{width:42px;height:42px;background:#fff;font-size:1.2rem;font-weight:600;color:var(--color-text)}.qty-input button:hover{background:var(--color-card)}.qty-input input{width:48px;border:none;text-align:center;font-weight:600;height:42px;background:#fff;-moz-appearance:textfield}.qty-input input::-webkit-outer-spin-button,.qty-input input::-webkit-inner-spin-button{-webkit-appearance:none}.product__stock{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;font-weight:500}.product__stock--in{color:var(--color-success)}.product__stock--low{color:var(--color-warning)}.product__stock--out{color:var(--color-danger)}.product__stock-dot{display:inline-block;width:8px;height:8px;border-radius:999px;background:currentColor;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.product__trust{margin-top:1.5rem;padding:1.25rem;background:var(--color-card);border-radius:var(--radius-lg);display:grid;gap:.75rem}.product__trust-item{display:flex;gap:.75rem;align-items:flex-start;font-size:.875rem}.product__trust-item svg{color:var(--color-accent);flex-shrink:0;width:20px;height:20px;margin-top:2px}.product__trust-item strong{display:block;color:var(--color-text)}.product-section{padding:3rem 0;border-top:1px solid var(--color-border)}.product-description{max-width:780px;margin:0 auto;font-size:1.05rem;line-height:1.7}.product-description h2,.product-description h3{margin-top:1.5em}.product-description img{border-radius:var(--radius-lg);margin:1.5rem 0}.comparator{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:#fff;margin-top:1.5rem}.comparator table{width:100%;border-collapse:collapse;min-width:560px}.comparator th,.comparator td{padding:.875rem 1rem;text-align:center;border-bottom:1px solid var(--color-border);font-size:.9rem}.comparator thead th{background:var(--color-card);font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.comparator thead th.is-best{background:var(--color-accent);color:#fff}.comparator tbody tr:last-child td{border-bottom:none}.comparator tbody th{text-align:left;font-weight:600;color:var(--color-muted)}.comparator .check{color:var(--color-success);font-weight:700;font-size:1.1rem}.comparator .cross{color:var(--color-muted);opacity:.4;font-size:1.1rem}.faq{max-width:780px;margin:0 auto}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item__q{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 0;font-weight:600;text-align:left;font-size:1.05rem;color:var(--color-text);gap:1rem}.faq-item__q:after{content:"+";font-size:1.5rem;font-weight:300;color:var(--color-accent);transition:transform .2s}.faq-item.is-open .faq-item__q:after{content:"\2212"}.faq-item__a{display:none;padding-bottom:1.5rem;color:var(--color-muted);line-height:1.7;font-size:.95rem}.faq-item.is-open .faq-item__a{display:block}.testimonials{display:grid;gap:1.5rem;margin-top:2.5rem}@media(min-width:700px){.testimonials{grid-template-columns:repeat(3,1fr)}}.testimonial{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem}.testimonial__rating{color:#f59e0b;font-size:1rem;margin-bottom:.75rem;letter-spacing:.1em}.testimonial__text{font-size:.95rem;line-height:1.6;color:var(--color-text);margin-bottom:1rem;font-style:italic}.testimonial__author{display:flex;align-items:center;gap:.75rem}.testimonial__avatar{width:44px;height:44px;border-radius:999px;background:var(--color-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.testimonial__name{font-weight:700;font-size:.9rem;margin:0}.testimonial__meta{color:var(--color-muted);font-size:.8rem;margin:0}.collection-header{padding:3rem 0 2rem;text-align:center}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.collection-toolbar__count{color:var(--color-muted);font-size:.9rem}.collection-toolbar select{padding:.6rem 2.5rem .6rem 1rem;border:1.5px solid var(--color-border);border-radius:var(--radius);font-weight:500;font-size:.9rem;background:#fff;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23475569' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m4 6 4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.cart{padding:2.5rem 0 5rem}.cart__grid{display:grid;gap:2rem}@media(min-width:900px){.cart__grid{grid-template-columns:1.5fr 1fr}}.cart__title{margin-bottom:1.5rem}.cart__items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);align-items:center}@media(min-width:600px){.cart-item{grid-template-columns:96px 1fr auto auto}}.cart-item__media{aspect-ratio:1/1;border-radius:var(--radius);overflow:hidden;background:var(--color-card)}.cart-item__media img{width:100%;height:100%;object-fit:cover}.cart-item__info h3{font-size:.95rem;margin:0 0 .25rem}.cart-item__variant{color:var(--color-muted);font-size:.85rem;margin:0}.cart-item__price{font-weight:700}.cart-item__remove{color:var(--color-muted);font-size:.8rem;text-decoration:underline}.cart-item__remove:hover{color:var(--color-danger)}.cart__summary{background:var(--color-card);border-radius:var(--radius-lg);padding:1.75rem;position:sticky;top:90px;height:fit-content}.cart__summary h3{margin-top:0}.cart__line{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem}.cart__line--total{font-weight:700;font-size:1.2rem;border-top:1px solid var(--color-border);padding-top:1rem;margin-top:.5rem}.cart__note{font-size:.8rem;color:var(--color-muted);margin:.5rem 0 1.25rem;text-align:center}.cart-empty{text-align:center;padding:5rem 1rem}.cart-empty h2{margin-bottom:.5rem}.site-footer{background:var(--color-dark);color:#e2e8f0;padding:4rem 0 1.5rem;margin-top:0}.site-footer h4{color:#fff;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.site-footer__grid{display:grid;gap:2rem}@media(min-width:700px){.site-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}.site-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.site-footer a{color:#cbd5e1;font-size:.9rem;transition:color .2s}.site-footer a:hover{color:#fff}.site-footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;font-size:.85rem;color:#94a3b8}.site-footer__social{display:flex;gap:.5rem;margin-top:1rem}.site-footer__social a{width:38px;height:38px;border-radius:999px;background:#ffffff14;display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:background .2s}.site-footer__social a:hover{background:var(--color-accent)}.site-footer__social svg{width:18px;height:18px}.newsletter-inline{display:flex;gap:.5rem;margin-top:1rem;max-width:340px}.newsletter-inline input{flex:1;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#fff;border-radius:var(--radius)}.newsletter-inline input::placeholder{color:#94a3b8}.newsletter-inline button{padding:.75rem 1.25rem;border-radius:var(--radius);background:var(--color-accent);color:#fff;font-weight:600}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0}.reveal.is-visible{animation:fadeInUp .6s ease-out forwards}.reveal-1{animation-delay:.1s}.reveal-2{animation-delay:.2s}.reveal-3{animation-delay:.3s}.reveal-4{animation-delay:.4s}.card-premium{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.card-premium:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0f172a1a;border-color:transparent}.section[data-padding=small]{padding:2rem 0}.section[data-padding=medium]{padding:clamp(2.5rem,6vw,5rem) 0}.section[data-padding=large]{padding:clamp(4rem,10vw,8rem) 0}.beforeafter{position:relative;max-width:720px;margin:2rem auto;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 60px #00000026;aspect-ratio:1/1;-webkit-user-select:none;user-select:none;cursor:ew-resize}.beforeafter__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.beforeafter__after{clip-path:inset(0 0 0 50%)}.beforeafter__handle{position:absolute;top:0;bottom:0;left:50%;width:4px;background:#fff;box-shadow:0 0 20px #00000080;transform:translate(-50%);pointer-events:none}.beforeafter__handle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#fff;border-radius:50%;box-shadow:0 4px 20px #0000004d}.beforeafter__handle:after{content:"\21c6";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.25rem;color:var(--color-text);font-weight:700;z-index:1}.beforeafter__label{position:absolute;top:1rem;padding:.35rem .75rem;background:#0f172ad9;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.beforeafter__label--before{left:1rem}.beforeafter__label--after{right:1rem;background:var(--color-accent)}.beforeafter-content{display:grid;gap:2rem;margin-top:2rem}@media(min-width:700px){.beforeafter-content{grid-template-columns:1fr 1fr;gap:3rem}}.beforeafter-col{padding:1.5rem;border-radius:var(--radius-lg)}.beforeafter-col--before{background:#dc26260f;border:1px solid rgba(220,38,38,.15)}.beforeafter-col--after{background:#16a34a0f;border:1px solid rgba(22,163,74,.15)}.beforeafter-col h3{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.beforeafter-col--before h3{color:var(--color-danger)}.beforeafter-col--after h3{color:var(--color-success)}.beforeafter-col ul{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.beforeafter-col li{display:flex;gap:.6rem;align-items:flex-start;font-size:.95rem}.beforeafter-col--before li:before{content:"\2717";color:var(--color-danger);font-weight:700;flex-shrink:0}.beforeafter-col--after li:before{content:"\2713";color:var(--color-success);font-weight:700;flex-shrink:0}.vs-table{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 8px 30px #0000000f;border:1px solid var(--color-border);margin-top:2rem}.vs-table table{width:100%;border-collapse:collapse}.vs-table th,.vs-table td{padding:1rem;text-align:center;border-bottom:1px solid var(--color-border);font-size:.92rem}.vs-table thead th{background:var(--color-card);font-size:.85rem;text-transform:uppercase;letter-spacing:.05em}.vs-table thead th.vs-us{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-dark));color:#fff;position:relative}.vs-table tbody th{text-align:left;font-weight:600;color:var(--color-text);background:var(--color-card)}.vs-table tbody tr:last-child td,.vs-table tbody tr:last-child th{border-bottom:none}.vs-table tbody td.vs-us{background:#2563eb0a;color:var(--color-accent);font-weight:700}.vs-positive{color:#2563eb;font-weight:700}.vs-table tbody td.vs-us span{color:#2563eb!important;font-weight:700}.vs-negative{color:#f87171;font-weight:500;opacity:.9}.vs-neutral{color:#94a3b8;font-weight:500}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2.5rem}@media(min-width:700px){.stats{grid-template-columns:repeat(4,1fr)}}.stat{text-align:center;padding:1.5rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg)}.stat__num{display:block;font-family:var(--font-heading);font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:800;color:var(--color-accent);line-height:1;margin-bottom:.5rem;background:linear-gradient(135deg,var(--color-accent),#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.stat__label{font-size:.9rem;color:var(--color-muted);font-weight:500}.cert-bar{padding:1.5rem 0;background:var(--color-card)}.cert-bar__row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2.5rem}.cert-bar__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-muted);font-weight:600}.cert-bar__logo{height:32px;opacity:.7;transition:opacity .2s;filter:grayscale(1)}.cert-bar__logo:hover{opacity:1;filter:grayscale(0)}.cert-bar__text{font-weight:700;color:var(--color-muted);padding:.25rem .75rem;border:1.5px solid var(--color-border);border-radius:var(--radius);font-size:.85rem}.usp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.5rem}@media(min-width:700px){.usp-grid{grid-template-columns:repeat(4,1fr)}}.usp{text-align:center;padding:1.5rem 1rem}.usp__icon{width:56px;height:56px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#2563eb1a,#8b5cf61a);color:var(--color-accent);font-size:1.5rem}.usp__icon svg{width:28px;height:28px}.usp__title{font-size:.95rem;font-weight:700;margin-bottom:.35rem}.usp__text{font-size:.85rem;color:var(--color-muted);margin:0;line-height:1.5}.video-section{position:relative;max-width:1000px;margin:0 auto;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16/9;background:#000;box-shadow:0 20px 60px #0003}.video-section iframe,.video-section video{width:100%;height:100%;border:0}.video-poster{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .3s}.video-poster:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.5))}.video-play{position:relative;width:80px;height:80px;border-radius:50%;background:#fffffff2;display:flex;align-items:center;justify-content:center;transition:transform .3s}.video-play:hover{transform:scale(1.1)}.video-play:after{content:"";border:14px solid transparent;border-left:22px solid var(--color-text);margin-left:5px}.split{display:grid;gap:2.5rem;align-items:center}@media(min-width:900px){.split{grid-template-columns:1fr 1fr;gap:4rem}.split--reverse>:first-child{order:2}}.split__media{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:var(--color-card)}.split__media img{width:100%;height:100%;object-fit:cover}.split__features{list-style:none;padding:0;margin:1.5rem 0;display:grid;gap:.6rem}.split__features li{display:flex;gap:.65rem;align-items:center;font-size:.95rem;color:#1d1d1f;padding:0;background:transparent;border:none}.split__features svg{flex-shrink:0;width:12px;height:12px;color:#fff;background:#2563eb;border-radius:50%;padding:4px;box-sizing:content-box;margin:0}.split--dark .split__features li{color:#ffffffe6}.split--dark .split__features svg{background:#60a5fa}.brand-logos{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}@media(min-width:700px){.brand-logos{grid-template-columns:repeat(6,1fr)}}.brand-logo{aspect-ratio:1;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;padding:1rem;transition:all .2s;font-weight:700;font-size:.8rem;color:var(--color-text);text-align:center}.brand-logo:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.brand-logo img{max-width:100%;max-height:50%;object-fit:contain;filter:grayscale(1);opacity:.7;transition:all .2s}.brand-logo:hover img{filter:grayscale(0);opacity:1}.press-bar{padding:2rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.press-bar__inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2.5rem}.press-bar__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-muted)}.press-bar img{height:24px;opacity:.55;filter:grayscale(1);transition:opacity .2s}.press-bar img:hover{opacity:1}.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--color-border);padding:.75rem 1rem;display:flex;gap:.75rem;align-items:center;z-index:40;transform:translateY(100%);transition:transform .3s;box-shadow:0 -8px 30px #0000001a}.sticky-cta.is-visible{transform:translateY(0)}.sticky-cta__price{font-weight:800;flex-shrink:0;font-size:1.05rem}.sticky-cta__compare{font-size:.8rem;color:var(--color-muted);text-decoration:line-through;display:block}.sticky-cta button{flex:1;padding:.9rem 1rem;background:var(--color-accent);color:#fff;border-radius:var(--radius);font-weight:700;font-size:.95rem}@media(min-width:900px){.sticky-cta{display:none}}.tabs{margin-top:2rem}.tabs__nav{display:flex;gap:.25rem;border-bottom:1px solid var(--color-border);overflow-x:auto}.tabs__btn{padding:1rem 1.25rem;font-weight:600;color:var(--color-muted);border-bottom:2px solid transparent;white-space:nowrap;transition:all .2s;background:none;cursor:pointer}.tabs__btn:hover{color:var(--color-text)}.tabs__btn.is-active{color:var(--color-accent);border-bottom-color:var(--color-accent)}.tabs__panel{display:none;padding:1.5rem 0}.tabs__panel.is-active{display:block;animation:fadeIn .3s ease-out}.specs-table{width:100%;border-collapse:collapse}.specs-table tr{border-bottom:1px solid var(--color-border)}.specs-table th,.specs-table td{padding:.85rem 0;text-align:left;font-size:.95rem}.specs-table th{color:var(--color-muted);font-weight:500;width:40%}.specs-table td{font-weight:600}.whatsapp-fab{position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #25d36666;z-index:39;transition:transform .3s}.whatsapp-fab:hover{transform:scale(1.1)}.whatsapp-fab svg{width:28px;height:28px}@media(max-width:899px){.whatsapp-fab{bottom:5rem}}.btn--primary{position:relative;overflow:hidden}.btn--primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn--primary:hover:before{left:100%}.product-card{position:relative}.product-card__quick-buttons{position:absolute;top:.75rem;right:.75rem;display:flex;flex-direction:column;gap:.35rem;opacity:0;transform:translateY(-8px);transition:all .3s;z-index:2}.product-card:hover .product-card__quick-buttons{opacity:1;transform:translateY(0)}.product-card__quick-btn{width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;color:var(--color-text)}.product-card__quick-btn:hover{background:var(--color-accent);color:#fff}.stars{display:inline-flex;align-items:center;gap:.15rem}.stars svg{width:14px;height:14px;color:#f59e0b}.newsletter-pro{max-width:560px;margin:0 auto}.newsletter-pro form{display:flex;gap:.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.35rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.newsletter-pro input{flex:1;background:none;border:0;padding:.75rem 1.25rem;color:#fff;outline:none;font-size:1rem}.newsletter-pro input::placeholder{color:#ffffff80}.newsletter-pro button{padding:.75rem 1.5rem;background:var(--color-accent);color:#fff;border-radius:999px;font-weight:700}.product__media-main{position:relative}.product__zoom-hint{position:absolute;bottom:1rem;right:1rem;background:#0f172ab3;color:#fff;padding:.35rem .75rem;border-radius:var(--radius);font-size:.75rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:.8}.delivery-estimate{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#16a34a14;color:var(--color-success);border-radius:var(--radius);font-size:.9rem;margin-bottom:1rem}.delivery-estimate strong{color:var(--color-success)}.delivery-estimate svg{width:20px;height:20px}.review-summary{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:1.5rem}.review-summary__score{font-size:2rem;font-weight:800;color:var(--color-text);line-height:1}.review-summary__stars{color:#f59e0b;font-size:1.1rem}.review-summary__count{color:var(--color-muted);font-size:.85rem}.cart-urgency{padding:.75rem 1rem;background:#f59e0b1a;color:#b45309;border-radius:var(--radius);font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.cart-urgency:before{content:"\26a1";font-size:1.1rem}html,body{overflow-x:hidden;max-width:100%}body{position:relative}.steps{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2.5rem}@media(min-width:700px){.steps{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1.5rem}}@media(min-width:1100px){.steps{gap:1.25rem}}@media(max-width:760px){.vs-table{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;padding:0}.vs-table table,.vs-table thead{display:block;width:100%}.vs-table thead{display:none}.vs-table tbody{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.85rem;padding:.5rem 1.25rem 1rem;margin:0 -1.25rem;scrollbar-width:none;scroll-padding:0 1.25rem}.vs-table tbody::-webkit-scrollbar{display:none}.vs-table tbody tr{flex:0 0 calc(85% - .85rem);max-width:calc(85% - .85rem);width:calc(85% - .85rem);scroll-snap-align:start;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.25rem 1.25rem 1.75rem;box-shadow:0 14px 32px -14px #0f172a24;display:flex;flex-direction:column}.vs-table tbody th{display:flex;align-items:flex-start;background:transparent!important;color:#0f172a;font-size:1.15rem;font-weight:700;text-align:left;padding:0 0 1rem;border:0;border-bottom:1px solid #f1f5f9;margin:0 0 .4rem;letter-spacing:-.015em;line-height:1.3;min-height:3.5em}.vs-table tbody td{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:center;gap:.75rem;padding:.7rem .65rem;border:0;border-top:1px solid #f1f5f9;text-align:left;background:transparent;margin:0 -.65rem;border-radius:0;min-height:56px}.vs-table tbody td:first-of-type{border-top:0}.vs-table tbody td:before{content:attr(data-label);font-weight:500;color:#64748b;font-size:.82rem;line-height:1.3;overflow-wrap:break-word;min-width:0}.vs-table tbody td>span{font-size:.9rem;font-weight:500;text-align:right;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;min-width:0}.vs-table tbody td .vs-negative{color:#f87171;font-weight:500}.vs-table tbody td .vs-neutral{color:#94a3b8;font-weight:500}.vs-table tbody td.vs-us{background:linear-gradient(135deg,#2563eb14,#2563eb08);border-top:0;border-radius:10px;padding:.7rem .65rem;margin:.3rem -.65rem;min-height:56px}.vs-table tbody td.vs-us:before{color:#2563eb;font-weight:700;white-space:nowrap}.vs-table tbody td.vs-us>span{color:#2563eb!important;font-weight:700}}.vs-hint{display:none}@media(max-width:760px){.vs-hint{display:inline-flex;align-items:center;gap:.4rem;margin:1.25rem auto 0;padding:.5rem 1rem;background:#2563eb12;color:#2563eb;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:-.005em}}.vs-table-section-wrap{text-align:center}@media(min-width:760px){.vs-table{overflow:visible}.vs-table table{table-layout:fixed;width:100%}.vs-table colgroup col:first-child,.vs-table th:first-child,.vs-table tbody th{width:30%}.vs-table th:not(:first-child),.vs-table td:not(:first-child){width:23.33%}.vs-table tbody td{text-align:center;padding:1rem .5rem}.vs-table thead th.vs-us{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important;padding:1rem!important;border-radius:0;position:relative;overflow:visible}.vs-table tbody td.vs-us{background:#2563eb0f}}.brand-logos{grid-template-columns:repeat(3,1fr)!important;gap:.65rem!important}.brand-logo{font-size:.82rem;font-weight:700;padding:.45rem}.brand-logo img{max-width:90%;max-height:80%;width:auto;height:auto;object-fit:contain}@media(min-width:700px){.brand-logos{grid-template-columns:repeat(6,1fr)!important;gap:1rem!important}.brand-logo{padding:.75rem;font-size:1.05rem}.brand-logo img{max-width:85%;max-height:78%}}@media(min-width:1000px){.brand-logo{padding:.9rem;font-size:1.15rem}.brand-logo img{max-width:88%;max-height:80%}}.site-header__logo img{max-height:none}@media(max-width:759px){.brand-logo img{filter:none!important;opacity:1!important}}body.template-index #trustoo-widget-wrapper,body.template-index #tt-carousels-wrapper,body.template-index #tt-carousel.tt-swiper.column-4,body.template-index #tt-carousel.page-width.column-4{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
