:root{--blue: #0A4EC6;--blue-light: #0A4EC6;--blue-dark: #081D42;--gray: #6D7278;--bg: #F5F7FA;--surface: #fff;--ink: #1E293B;--font: Inter, Helvetica Neue, Arial, sans-serif;--font-heading: Inter, Helvetica Neue, Arial, sans-serif;--base-font-size: 16px;--body-line-height: 1.5;--body-letter-spacing: 0px;--heading-scale: 1;--heading-line-height: 1.1;--heading-letter-spacing: 0px;--button-font-size: 16px;--section-spacing: 1;--image-scale: 1;--product-image-scale: 1;--detail-image-scale: 1;--category-image-scale: 1;--banner-image-scale: 1;--icon-scale: 1;--logo-height: 92px;--hero-min-height: 360px;--shadow: 0 12px 30px rgba(15, 23, 42, .09);--border: 1px solid #e1e7ef;--radius: 12px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:var(--base-font-size);font-weight:400;line-height:var(--body-line-height);letter-spacing:var(--body-letter-spacing)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}.page-width{width:min(1240px,calc(100% - 40px));margin:auto}.site-header{background:#fff;color:var(--ink);position:sticky;top:0;z-index:20;box-shadow:0 8px 28px #0f172a14;overflow:visible;isolation:isolate}.topbar{position:relative;z-index:30;min-height:124px;display:grid;grid-template-columns:235px minmax(300px,1fr) auto;gap:28px;align-items:center;padding:10px 0;overflow:visible}.brand{display:inline-flex;align-items:center;justify-content:center;min-width:0}.brand__image{height:var(--logo-height);width:auto;max-width:235px;max-height:112px;object-fit:contain}.search{position:relative;z-index:60;display:grid;grid-template-columns:1fr auto;height:62px;border:2px solid rgba(10,78,198,.42);border-radius:16px;overflow:visible;background:#fff;box-shadow:0 12px 30px #081d421f}.search:focus-within{border-color:var(--blue);box-shadow:0 0 0 4px #0a4ec61f,0 14px 34px #081d4229}.search input{min-width:0;border:0;padding:0 58px 0 20px;font-size:16px;font-weight:600;outline:0}.search input::placeholder{color:#64748b;font-weight:600;opacity:1}.search-guide-bot{position:absolute;top:50%;right:106px;z-index:2;width:40px;height:40px;display:grid;place-items:center;border:0;background:transparent;box-shadow:none;cursor:pointer;transform:translateY(-50%)}.search-guide-bot img{width:40px;height:40px;border-radius:0;object-fit:contain;filter:drop-shadow(0 5px 8px rgba(8,29,66,.16));transition:transform .22s ease}.search-guide-bot:hover img,.search-guide-bot:focus-visible img{transform:translateY(-2px) scale(1.04)}.search-guide-bot.is-happy img{animation:sc-bot-happy .55s ease-in-out 3}.search-guide-bot.is-quote img{animation:sc-bot-quote .42s ease-in-out 4}.search-guide-bot span{position:absolute;left:50%;right:auto;top:calc(100% + 12px);z-index:104;width:max-content;max-width:250px;padding:8px 11px;border-radius:999px;background:var(--blue-dark);color:#fff;box-shadow:0 10px 22px #081d422e;font-size:12px;font-weight:900;line-height:1.2;pointer-events:none;transform:translate(-50%);transition:opacity .24s ease,transform .24s ease}.search-guide-bot span:after{content:"";position:absolute;left:50%;bottom:100%;border:7px solid transparent;border-bottom-color:var(--blue-dark);transform:translate(-50%)}.search-guide-bot.is-result-up span{top:auto;bottom:calc(100% + 12px);max-width:230px}.search-guide-bot.is-result-up span:after{top:100%;bottom:auto;border-color:transparent;border-top-color:var(--blue-dark)}.search-guide-bot.is-quiet span{opacity:0;transform:translate(-50%) translateY(-4px)}.search>button[type=submit]{border:0;background:var(--blue-dark);color:#fff;font-weight:700;padding:0 24px;cursor:pointer;border-radius:0 16px 16px 0;transition:background .3s ease}.search>button[type=submit]:hover{background:var(--blue)}.sc-search-guided{animation:sc-search-guide 1.05s ease-in-out 3}@keyframes sc-search-guide{0%,to{box-shadow:0 12px 30px #081d421f}50%{box-shadow:0 0 0 5px #0a4ec62e,0 14px 34px #081d4233}}@keyframes sc-bot-happy{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.04)}}@keyframes sc-bot-quote{0%,to{transform:translate(0)}30%{transform:translate(-3px)}70%{transform:translate(3px)}}.predictive-search[hidden]{display:none}.predictive-search{position:absolute;top:calc(100% + 10px);left:0;width:100%;max-height:min(520px,calc(100vh - 190px));overflow-y:auto;z-index:100;border:0!important;outline:0!important;border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 18px 42px #081d4229;isolation:isolate}.predictive-search:before,.predictive-search:after,.predictive-search__panel:before,.predictive-search__panel:after{display:none!important;content:none!important}.search input:focus,.search input:focus-visible{outline:none!important;box-shadow:none!important}.predictive-search__panel,.predictive-search__list,.predictive-search__list li,.predictive-search__item,.predictive-search__all{border-top:0!important;border-bottom:0!important;outline:0!important}.predictive-search__panel{padding:10px}.predictive-search__heading{padding:6px 8px 10px;color:#64748b;font-size:12px;font-weight:700;text-transform:uppercase}.predictive-search__list{margin:0;padding:0;list-style:none}.predictive-search__item{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:84px;padding:8px;border-radius:12px;transition:background .3s ease,transform .3s ease}.predictive-search__item:hover,.predictive-search__item:focus{background:#f5f7fa;outline:0;transform:translate(2px)}.predictive-search__item:focus-visible{outline:0;box-shadow:none}.predictive-search__media{width:68px;height:68px;display:grid;place-items:center;border:1px solid #E6EBF2;border-radius:10px;overflow:hidden;background:#fff}.predictive-search__image{width:100%;height:100%;object-fit:contain}.predictive-search__placeholder{color:var(--blue);font-weight:800}.predictive-search__details{min-width:0;display:grid;gap:5px}.predictive-search__details strong{overflow:hidden;color:#1e293b;font-size:14px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.predictive-search__details>span{color:var(--blue-dark);font-size:16px;font-weight:700}.predictive-search__action{color:var(--blue);font-size:12px;font-weight:700;white-space:nowrap}.predictive-search__all{display:flex;align-items:center;justify-content:center;min-height:44px;margin-top:8px;color:var(--blue);font-size:13px;font-weight:700}.predictive-search__empty{padding:18px 14px;text-align:center}.predictive-search__empty strong{display:block;margin-bottom:7px;color:var(--blue-dark)}.predictive-search__empty p{margin:0;color:#64748b;font-size:13px;line-height:1.55}.predictive-search__empty a{color:var(--blue);font-weight:700}.predictive-search__loading{padding:20px;color:#64748b;font-size:13px;text-align:center}.header-actions{position:relative;z-index:6;display:flex;gap:10px;align-items:center;justify-content:flex-end;pointer-events:auto}.whatsapp-link,.call-link,.cart-link,.menu-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius);font-weight:900;white-space:nowrap}.whatsapp-link{width:46px;min-width:46px;background:#25d366;color:#083b1c;padding:0;box-shadow:0 10px 20px #25d36633}.whatsapp-link>span:not(.whatsapp-icon){position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.call-link{background:var(--blue-dark);color:#fff;padding:0 15px;box-shadow:0 10px 20px #081d4229}.call-link__icon{width:20px;height:20px;display:grid;place-items:center;line-height:1}.call-link__icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.call-link:hover{background:var(--blue);transform:translateY(-1px)}.whatsapp-icon{width:calc(26px * var(--icon-scale));height:calc(26px * var(--icon-scale));flex:0 0 auto;object-fit:cover;border-radius:50%;background:#fff}.action-icon{width:calc(26px * var(--icon-scale));height:calc(26px * var(--icon-scale));flex:0 0 auto;object-fit:contain}.cart-link{position:relative;pointer-events:auto;color:var(--ink);padding:0 12px;background:#f8fafc;border:var(--border);transition:border-color .3s ease,background .3s ease,transform .3s ease}.cart-link:hover{transform:translateY(-1px);background:#fff;border-color:#0a4ec652}.icon{width:calc(26px * var(--icon-scale));height:calc(26px * var(--icon-scale));flex:0 0 auto}.cart-link{position:relative;padding-right:14px}.cart-link em{position:absolute;top:-8px;right:-6px;min-width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--blue-dark);color:#fff;font-size:12px;font-style:normal}.menu-button{display:none;border:1px solid rgba(10,78,198,.22);background:#fff;color:var(--blue);padding:0 12px;cursor:pointer;transition:background .3s ease,border-color .3s ease}.menu-button__lines{width:20px;height:14px;position:relative;display:inline-block;border-top:2px solid currentColor;border-bottom:2px solid currentColor}.menu-button__lines:before{content:"";position:absolute;left:0;top:4px;width:20px;border-top:2px solid currentColor}.menu-button:hover{background:#f5f7fa;border-color:#0a4ec66b}.main-nav{position:relative;z-index:10;background:var(--header-nav, var(--blue));color:#fff}.main-nav .page-width{min-height:56px;display:flex;justify-content:center;gap:clamp(26px,3vw,44px)}.main-nav a{display:grid;place-items:center;color:#fff;text-transform:uppercase;font-size:12px;font-weight:600;letter-spacing:.02em;opacity:.94;transition:opacity .3s ease,background .3s ease}.main-nav a{padding:0 12px}.main-nav a:hover{opacity:1;background:#083a94}.mobile-menu-backdrop,.mobile-menu-panel{display:none}.hero{min-height:var(--hero-min-height);background:var(--bg);border-bottom:var(--border)}.hero__content{min-height:var(--hero-min-height);display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center;padding:max(var(--hero-padding-top, 22px),24px) 0 max(var(--hero-padding-bottom, 22px),32px)}.hero--no-media .hero__content{grid-template-columns:1fr}.hero--no-media .hero__copy{max-width:var(--hero-copy-width, 640px)}.hero__copy{max-width:var(--hero-copy-width, 600px)}.hero__logo{max-height:calc(62px * var(--image-scale));width:auto;margin-bottom:10px}.hero h1{margin:0;color:#1e293b;font:800 calc(clamp(31px,3.6vw,50px) * var(--heading-scale))/var(--heading-line-height) var(--font-heading);letter-spacing:var(--heading-letter-spacing)}.hero__eyebrow{color:var(--blue);font-weight:700;font-size:clamp(15px,1.55vw,19px);margin:14px 0 18px}.hero__text{color:#475569;font-size:15px;line-height:1.55;max-width:520px;margin-bottom:16px}.hero__text:empty{display:none}.hero__media{min-height:250px;display:grid;place-items:center;background:transparent;transform:translateY(-8px)}.hero__media--frame{border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#fff,#e8eef5);border:var(--border);box-shadow:var(--shadow)}.hero__image{width:100%;height:100%;max-height:calc(var(--hero-image-height, 320px) * var(--banner-image-scale) * var(--image-scale));object-fit:contain;padding:0}.hero__placeholder{padding:28px;text-align:center;color:#64748b}.hero__placeholder strong{display:block;color:var(--ink);font-size:22px;margin-bottom:8px}.button-row{display:flex;gap:12px;flex-wrap:wrap}.button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;padding:0 22px;font-weight:700;font-size:var(--button-font-size);text-transform:none;box-shadow:0 8px 20px #081d421a;transition:transform .3s ease,background .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease;border:0;cursor:pointer}.button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #081d4226}.button--primary{background:var(--blue-dark);color:#fff;box-shadow:0 12px 24px #081d4233}.button--primary:hover{background:var(--blue)}.button--outline{background:#fff;border:1.5px solid var(--blue-dark);color:var(--blue-dark)}.button--outline:hover{background:var(--blue);border-color:var(--blue);color:#fff}.button--yellow{background:#ffe600;color:#2b2b2b;border:1px solid #d9bd00;box-shadow:0 12px 24px #b2910029}.button--yellow:hover{background:#f7d900}.button--cart{width:100%;background:#fff;color:var(--blue);border:1.5px solid rgba(8,29,66,.32);box-shadow:none;gap:8px;min-height:40px}.button--cart .icon{width:20px;height:20px}.button--cart:hover{background:var(--blue-dark);color:#fff;border-color:var(--blue-dark);box-shadow:0 12px 22px #081d422e}.section,.page-section{padding:calc(var(--section-padding-top, 42px) * var(--section-spacing)) 0 calc(var(--section-padding-bottom, 42px) * var(--section-spacing))}#catalogo-categorias{scroll-margin-top:190px}.section--light{background:#fff}.section-heading{margin-bottom:22px;display:flex;justify-content:space-between;gap:16px;align-items:end}.section-heading:has(h2:empty):has(p:empty){display:none}.section-heading h2,.page-section h1{font:700 calc(clamp(25px,3vw,38px) * var(--heading-scale))/var(--heading-line-height) var(--font-heading);letter-spacing:var(--heading-letter-spacing);margin:0 0 6px}.section-heading p{margin:0;color:#64748b;font-size:15px}.section-heading a{color:var(--blue);font-weight:900;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(var(--category-columns, 4),1fr);gap:max(var(--category-gap, 14px),16px)}.category-card,.product-card,.benefit-card{background:var(--surface);border:var(--border);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.section--no-card-frame .category-card,.section--no-card-frame .product-card{border-color:transparent;box-shadow:none}.category-card{min-height:100%;display:flex;flex-direction:column;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.category-card:hover{transform:translateY(-4px);border-color:#c9d3df;box-shadow:0 18px 38px #0f172a21}.category-card__main{display:flex;flex:1;flex-direction:column;color:inherit}.category-card--yellow{background:#fff;border-color:#ead767;box-shadow:0 14px 30px #b2910024}.category-card--yellow .category-card__fallback{background:linear-gradient(135deg,#fff6a8,#ffe600);color:#252525}.category-card--yellow .category-card__body p{color:#3f3f3f}.category-card__image,.category-card__fallback{width:100%;height:calc(var(--category-image-height, 140px) * var(--category-image-scale) * var(--image-scale));aspect-ratio:4 / 3;object-fit:cover;display:grid;place-items:center;background:linear-gradient(135deg,#eaf3ff,#fff);color:var(--blue);font-size:32px;font-weight:900}.category-card__body{padding:16px;flex:1}.category-card h3{margin:0 0 6px;font-size:16px;font-weight:700;line-height:1.25;color:#172033}.category-card p{margin:0;color:#64748b;font-size:13px;line-height:1.45}.category-card__subcategories{display:grid;gap:7px;padding:0 16px 16px}.category-card__subcategories a{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border:1px solid #dbe4ee;border-radius:10px;background:#f7f9fc;color:var(--blue-dark);font-size:13px;font-weight:700;transition:background .2s ease,border-color .2s ease,color .2s ease}.category-card__subcategories a:hover{background:#eaf3ff;border-color:var(--blue);color:var(--blue)}.category-card__subcategories span{font-size:20px;line-height:1}.product-carousel,.product-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(var(--product-card-width, 210px),1fr);gap:var(--product-gap, 14px);overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x mandatory}.product-grid{grid-auto-flow:row;grid-template-columns:repeat(4,1fr);overflow:visible}.featured-products-grid{grid-auto-flow:row;grid-auto-columns:unset;grid-template-columns:repeat(4,minmax(220px,260px));gap:24px;justify-content:start;overflow:visible;padding:2px 2px 12px}.featured-products-grid .product-card{width:100%;max-width:260px;justify-self:start}.product-card{padding:0;display:flex;flex-direction:column;min-height:344px;scroll-snap-align:start;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;border-radius:18px}.product-card:hover{transform:translateY(-4px);border-color:#0a4ec647;box-shadow:0 18px 38px #0f172a1f}.product-card__media{position:relative;display:block;width:100%;aspect-ratio:1 / 1;padding:14px;background:#fff}.product-card__image,.product-card__placeholder{width:100%;height:100%;aspect-ratio:1 / 1;object-fit:contain;background:#f8fafc;border:0;border-radius:10px;margin-bottom:0}.products-featured .product-card__media{padding:26px}.product-card__badge{position:absolute;top:22px;left:22px;min-height:24px;display:inline-flex;align-items:center;border-radius:999px;background:#eef3f8;color:var(--blue);font-size:12px;font-weight:900;padding:0 9px}.product-card__info{padding:14px 14px 0;display:grid;gap:6px}.product-card h3{font-size:15px;font-weight:700;line-height:1.35;margin:0;min-height:42px;color:#334155}.price{margin:0;color:var(--ink);font-size:25px;font-weight:900;letter-spacing:0}.product-meta{color:#16a34a;font-size:13px;font-weight:900;margin:0}.product-shipping{color:#64748b;font-size:13px;margin:0 0 4px}.product-card form{padding:10px 14px 14px;margin-top:auto}.product-card>.button--cart{margin:auto 14px 14px;width:calc(100% - 28px)}.search-results-page__head{display:grid;gap:18px;margin-bottom:30px}.search-results-page__head h1{margin:0}.collection-head{display:grid;gap:14px;margin-bottom:22px}.collection-head h1{margin:0}.collection-head__description{margin:0;box-shadow:none}.seo-hidden-description{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.collection-filter{display:grid;gap:16px}[data-collection-product][hidden]{display:none!important}.collection-filter__label{color:#334155;font-size:13px;font-weight:800}.collection-filter__field{position:relative;max-width:820px}.collection-filter__field input{width:100%;height:60px;padding:0 56px 0 18px;border:2px solid rgba(10,78,198,.34);border-radius:14px;background:#fff;color:var(--ink);font-weight:600;outline:0;box-shadow:0 12px 26px #081d421a;transition:border-color .25s ease,box-shadow .25s ease}.collection-filter__field input::placeholder{color:#64748b;opacity:1}.collection-filter__field input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #0a4ec61f,0 14px 30px #081d4224}.collection-filter__field button{position:absolute;top:50%;right:10px;width:34px;height:34px;display:grid;place-items:center;border:1px solid #DCE3F0;border-radius:50%;background:#f8fafc;color:#334155;font-size:22px;line-height:1;cursor:pointer;transform:translateY(-50%)}.collection-filter__field button[hidden]{display:none}.collection-filter__field button:hover{border-color:#0a4ec652;color:var(--blue)}.collection-filter__summary{margin:-6px 0 0;color:#64748b;font-size:13px;font-weight:700}.collection-filter__empty{max-width:720px;padding:28px;border:1px solid #DCE3F0;border-radius:8px;background:#fff;box-shadow:0 10px 24px #0f172a0f}.collection-filter__empty h2{margin:0 0 8px;color:#0f172a;font-size:24px}.collection-filter__empty p{margin:0;color:#64748b;line-height:1.6}.search-page-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;max-width:760px}.search-page-form input{width:100%;height:60px;padding:0 18px;border:2px solid rgba(10,78,198,.34);border-radius:16px;background:#fff;color:var(--ink);font-weight:600;outline:0;box-shadow:0 12px 26px #081d421a}.search-page-form input::placeholder{color:#64748b;opacity:1}.search-page-form input:focus{border-color:var(--blue);box-shadow:0 0 0 4px #0a4ec61f,0 14px 30px #081d4224}.search-results-grid{grid-template-columns:repeat(4,minmax(220px,260px));gap:24px;justify-content:start}.search-results-grid .product-card{width:100%;max-width:260px}.search-empty-state{max-width:720px;padding:34px;border:1px solid #DCE3F0;border-radius:18px;background:#fff;box-shadow:var(--shadow);text-align:center}.search-empty-state h2{margin:0 0 10px;color:var(--blue-dark)}.search-empty-state p{margin:0;color:#64748b;line-height:1.6}.search-empty-state a{color:var(--blue);font-weight:700}.search-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:30px}.search-pagination span{color:#64748b;font-size:14px}.account-register{background:#f5f7fa}.account-register__card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);max-width:1120px;margin:0 auto;border:1px solid #DCE3F0;border-top:6px solid var(--blue);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 20px 48px #081d421c}.account-register__intro{padding:clamp(34px,5vw,64px)}.account-register__eyebrow{display:inline-block;margin-bottom:14px;color:var(--blue);font-size:13px;font-weight:700;text-transform:uppercase}.account-register__intro h1{max-width:680px;margin:0;color:var(--blue-dark);font-size:clamp(30px,4vw,46px);font-weight:700;line-height:1.08}.account-register__subtitle{max-width:660px;margin:20px 0 26px;color:#475569;font-size:16px;line-height:1.65}.account-benefits{display:grid;gap:14px;margin:0;padding:0;list-style:none}.account-benefits li{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;color:#334155}.account-benefits li>span{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#eef4ff;color:var(--blue);font-size:18px;font-weight:700}.account-benefits strong{font-size:14px;font-weight:600;line-height:1.45}.account-register__form-area{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,4vw,52px);border-left:1px solid #E6EBF2;background:#fafbfd}.account-register__form-head{margin-bottom:22px}.account-register__form-head h2{margin:0 0 7px;color:var(--blue-dark);font-size:27px;font-weight:700}.account-register__form-head p{margin:0;color:#64748b;font-size:14px;line-height:1.5}.customer-register-form{display:grid;gap:16px}.account-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.account-field{display:grid;gap:7px}.account-field label{color:#334155;font-size:13px;font-weight:700}.account-field input{width:100%;height:50px;padding:0 14px;border:1px solid #CBD5E1;border-radius:12px;background:#fff;color:var(--ink);outline:0;transition:border-color .3s ease,box-shadow .3s ease}.account-field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0a4ec61a}.account-form-errors{padding:12px 14px;border:1px solid #F0B4B4;border-radius:12px;background:#fff5f5;color:#a61b1b;font-size:13px}.account-form-errors ul{margin:6px 0 0;padding-left:18px}.account-register__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:4px}.account-register__actions .button{width:100%;padding:0 14px}.feature-banner{padding:calc(var(--feature-padding-top, 42px) * var(--section-spacing)) 0 calc(var(--feature-padding-bottom, 42px) * var(--section-spacing));color:#fff;background:linear-gradient(135deg,var(--blue),#083A94);position:relative}.feature-banner--light{background:#fff;color:var(--ink)}.feature-banner--yellow{background:linear-gradient(135deg,#fff4a3,#ffe600);color:#252525}.feature-banner--yellow .eyebrow{color:var(--blue)}.feature-banner--yellow .button--primary,.feature-banner--light .button--primary{background:var(--blue-dark);color:#fff;box-shadow:0 12px 24px #081d4233}.feature-banner--yellow .button--primary:hover,.feature-banner--light .button--primary:hover{background:var(--blue)}.feature-banner__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center}.feature-banner--no-media .feature-banner__grid{grid-template-columns:1fr}.eyebrow{color:inherit;opacity:.78;font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.feature-banner h2{font:700 calc(clamp(28px,4vw,44px) * var(--heading-scale))/var(--heading-line-height) var(--font-heading);letter-spacing:var(--heading-letter-spacing);margin:0 0 12px}.feature-banner__text{font-size:17px;line-height:1.5;margin-bottom:18px;max-width:640px}.feature-banner__media{min-height:var(--feature-media-height, 190px);display:grid;place-items:center;border-radius:var(--feature-radius, 14px);background:#ffffff29;font-size:42px;font-weight:900;overflow:hidden}.feature-banner--no-frame .feature-banner__media{background:transparent;border-radius:0}.feature-banner__media img{width:100%;height:100%;max-height:calc(260px * var(--banner-image-scale) * var(--image-scale));object-fit:contain;padding:10px}.section--trust{padding:20px 0;border-top:4px solid var(--blue);background:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}.benefit-card{padding:18px}.section--trust .benefit-card{display:grid;grid-template-columns:52px minmax(0,1fr);gap:0 12px;align-items:center;min-height:76px;border:1px solid #E6EBF2;box-shadow:0 6px 16px #081d420d;padding:10px 14px}.benefit-card span{width:calc(46px * var(--icon-scale));height:calc(46px * var(--icon-scale));display:grid;place-items:center;border-radius:14px;background:#eef3f8;color:var(--blue);font-weight:900;margin-bottom:10px}.section--trust .benefit-card span{grid-row:1 / 3;margin:0;background:#f5f7fa;font-size:21px;justify-self:center}.trust-whatsapp-icon{width:30px;height:30px;border-radius:50%;object-fit:cover}.benefit-card h3{margin:0 0 6px;font-size:16px}.benefit-card p{margin:0;color:#64748b;font-size:14px;line-height:1.45}.section--trust .benefit-card h3{margin:0;font-size:14px;line-height:1.4;text-wrap:balance}.section--trust .benefit-card p:empty{display:none}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:24px;align-items:start}.product-detail__media{grid-column:1;grid-row:1}.product-detail__panel{grid-column:2;grid-row:1 / span 2}.product-detail__after-purchase{grid-column:1;grid-row:2;min-width:0}.product-detail__media,.product-detail__panel{background:#fff;border:var(--border);border-radius:14px;box-shadow:var(--shadow)}.product-detail__gallery{min-width:0}.product-detail__media{width:100%;aspect-ratio:1 / 1;padding:24px;display:grid;place-items:center;min-height:0;position:relative;overflow:hidden;touch-action:pan-y}.product-detail__media img{width:100%;height:100%;max-height:none;object-fit:contain}.product-detail__gallery-arrow{position:absolute;top:50%;z-index:1;width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid #DCE3F0;border-radius:50%;background:#ffffffeb;color:var(--blue);box-shadow:0 4px 14px #0f172a1f;cursor:pointer;transform:translateY(-50%);transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.product-detail__gallery-arrow:hover{background:#fff;box-shadow:0 6px 18px #0f172a2e;transform:translateY(-50%) scale(1.05)}.product-detail__gallery-arrow:focus-visible{outline:3px solid rgba(10,78,198,.25);outline-offset:2px}.product-detail__gallery-arrow span{font-size:34px;line-height:1;transform:translateY(-1px)}.product-detail__gallery-arrow--previous{left:14px}.product-detail__gallery-arrow--next{right:14px}.product-gallery__mobile-hint{display:none}@media(max-width:980px){.product-gallery__mobile-hint{display:block;margin:4px 2px 0;color:#64748b;font-size:12px;font-weight:700;text-align:center}}.product-detail__thumbnails{display:grid;grid-auto-flow:column;grid-auto-columns:88px;gap:10px;overflow-x:auto;padding:12px 2px 4px;scrollbar-width:thin}.product-detail__thumbnail{width:88px;height:88px;padding:7px;border:1px solid #DCE3F0;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}.product-detail__thumbnail:hover{transform:translateY(-2px);border-color:#0a4ec673}.product-detail__thumbnail.is-active{border:2px solid var(--blue);box-shadow:0 5px 14px #0a4ec624}.product-detail__thumbnail-image{width:100%;height:100%;object-fit:contain}.store-pickup{padding:calc(48px * var(--section-spacing)) 0}.store-pickup__grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);gap:32px;align-items:stretch}.store-pickup__content{padding:32px;background:#fff;border:var(--border);border-radius:14px;box-shadow:var(--shadow)}.store-pickup__content h2{margin:0 0 12px;font-size:calc(clamp(28px,3vw,38px) * var(--heading-scale));line-height:var(--heading-line-height);letter-spacing:var(--heading-letter-spacing)}.store-pickup__intro{margin:0 0 24px;color:#475569;font-size:18px;line-height:1.55}.store-pickup__details{display:grid;gap:12px}.store-pickup__details p{display:grid;grid-template-columns:28px 1fr;gap:8px;align-items:start;margin:0;line-height:1.5}.store-pickup__details span{line-height:1.35}.store-pickup__notice{margin:24px 0 0;padding-top:20px;border-top:1px solid #e6ebf2;color:var(--blue-dark)}.store-pickup__map{min-height:390px;overflow:hidden;background:#fff;border:var(--border);border-radius:14px;box-shadow:var(--shadow)}.store-pickup__map iframe{display:block;width:100%;height:100%;min-height:390px;border:0}.product-detail__panel{padding:22px}.product-detail h1{font-size:calc(clamp(24px,3vw,36px) * var(--heading-scale));line-height:var(--heading-line-height);letter-spacing:var(--heading-letter-spacing);margin-bottom:12px}.product-detail .price{font-size:34px;margin:0 0 14px}.product-facts{display:grid;gap:10px;margin:16px 0}.product-fact{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #edf1f5;color:#475569}.product-fact strong{max-width:72%;color:var(--ink);line-height:1.35;text-align:right}.product-detail select{width:100%;height:44px;border:var(--border);border-radius:8px;padding:0 12px;margin-bottom:12px}.product-stock{margin:-4px 0 12px;color:#64748b;font-size:13px;font-weight:700}.product-quantity{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--blue-dark);font-size:13px;font-weight:800}.product-quantity__control{width:142px;height:44px;display:grid;grid-template-columns:40px 1fr 40px;overflow:hidden;border:1px solid #CBD5E1;border-radius:12px;background:#fff}.product-quantity__control button{border:0;background:#f8fafc;color:var(--blue-dark);font-size:19px;font-weight:800;cursor:pointer;transition:background .2s ease,color .2s ease}.product-quantity__control button:hover{background:var(--blue);color:#fff}.product-quantity__control input{min-width:0;width:100%;border:0;border-right:1px solid #E2E8F0;border-left:1px solid #E2E8F0;color:var(--blue-dark);font-size:14px;font-weight:800;text-align:center;outline:0;-moz-appearance:textfield}.product-quantity__control input::-webkit-inner-spin-button,.product-quantity__control input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.product-actions{display:grid;gap:10px}.product-actions__purchase{display:grid;grid-template-columns:minmax(0,1fr) 58px;gap:10px}.product-detail__cart-label{display:none}.product-detail__buy-button{min-height:56px;font-size:17px;box-shadow:0 14px 28px #081d423d}.product-detail__cart-button{width:58px;min-height:56px;padding:0}.product-detail__cart-button .icon{width:23px;height:23px}.product-detail__cart-button[disabled],.product-detail__buy-button[disabled]{opacity:.55;cursor:not-allowed;transform:none}.product-add-feedback{margin:2px 0 0;padding:9px 11px;border-radius:10px;background:#eef9f0;color:#166534;font-size:13px;font-weight:800;text-align:center}.product-add-feedback.is-error{background:#fef2f2;color:#b42318}.product-whatsapp{background:#25d366;color:#083b1c;gap:8px}.product-stock-inquiry{width:100%;min-height:50px;background:var(--blue);color:#fff;text-align:center;box-shadow:0 12px 24px #0a4ec638}.product-stock-inquiry:hover{background:var(--blue-dark);color:#fff;transform:translateY(-1px)}.product-stock-inquiry[hidden],[data-product-purchase-controls][hidden],[data-product-quantity][hidden]{display:none!important}.rte{background:#fff;border:var(--border);border-radius:14px;padding:20px;margin-top:18px;color:#475569;line-height:1.6}.site-footer{background:var(--blue-dark);color:#dce3f0;position:relative;padding:48px 0 20px;border-top:0}.site-footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:#0a4ec6}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1.1fr;gap:26px;align-items:start}.footer-block h2,.footer-block h3{color:#fff;margin:0 0 11px;line-height:1.15;font-weight:700}.footer-block h2{font-size:18px;letter-spacing:.03em}.footer-block h3{font-size:13px;text-transform:uppercase;letter-spacing:.04em}.footer-block p,.footer-block a,.footer-block li{color:#dce3f0;font-size:13px;line-height:1.6}.footer-block a{transition:color .3s ease}.footer-block a:hover{color:var(--blue)}.footer-block p{margin:0 0 6px}.footer-block ul{margin:0;padding:0;list-style:none}.footer-block li{margin-bottom:6px}.footer-logo{display:inline-flex;align-items:center;margin-bottom:12px}.footer-logo__image{max-width:188px;max-height:88px;width:auto;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.16))}.footer-brand h2{margin-bottom:16px}.footer-brand p{margin-bottom:10px}.footer-brand p+p{margin-top:4px}.footer-bottom{margin-top:24px;padding-top:14px;border-top:1px solid #1E3A6E;color:#dce3f0;font-size:12px;text-align:center}.social-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:var(--footer-justify, flex-start)}.social-row a{background:var(--footer-social-bg, var(--blue));color:var(--footer-social-text, #fff);min-width:var(--footer-social-size, 38px);height:var(--footer-social-size, 38px);border-radius:999px;display:grid;place-items:center;padding:0 10px;font-weight:900}.config-icon__image{width:calc(38px * var(--icon-scale));height:calc(38px * var(--icon-scale));object-fit:contain}.config-icon__svg svg{width:calc(38px * var(--icon-scale));height:calc(38px * var(--icon-scale))}.whatsapp-float{position:fixed;right:25px;bottom:max(25px,env(safe-area-inset-bottom));z-index:30;min-width:220px;height:58px;display:inline-flex;align-items:center;justify-content:center;border-radius:32px;background:#081d42;color:#fff;font-size:16px;font-weight:700;padding:0 24px;box-shadow:0 8px 24px #081d4226;gap:8px;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.whatsapp-float .whatsapp-icon{width:28px;height:28px}.whatsapp-float:hover{background:#0a4ec6;transform:translateY(-2px);box-shadow:0 12px 30px #081d4242}@media(min-width:821px){.predictive-search{position:fixed;z-index:1000;background:#fff!important;background-image:none!important}}@media(max-width:1040px){.topbar{grid-template-columns:180px 1fr auto;gap:18px}.cart-link span{display:none}.category-grid,.product-grid{grid-template-columns:repeat(3,1fr)}.featured-products-grid,.search-results-grid{grid-template-columns:repeat(2,minmax(220px,260px))}.benefit-grid{grid-template-columns:repeat(2,1fr)}.section--trust .benefit-card{min-height:80px}.product-detail{grid-template-columns:1fr}.product-detail__media{grid-column:1;grid-row:1}.product-detail__after-purchase{grid-column:1;grid-row:2;min-width:0}.product-detail__panel{grid-column:1;grid-row:3}.product-detail__media,.product-detail__panel,.product-detail__after-purchase{grid-column:1}.product-detail__media{grid-row:1}.product-detail__panel{grid-row:3;position:static}.product-detail__after-purchase{grid-row:3}.account-register__card{grid-template-columns:1fr}.account-register__form-area{border-top:1px solid #E6EBF2;border-left:0}}@media(max-width:820px){.page-width{width:min(100% - 28px,1240px)}.site-header{position:sticky}.topbar{grid-template-columns:118px 1fr auto;gap:10px;min-height:auto;padding:8px 0 10px}.brand__image{height:min(var(--logo-height),76px);max-width:118px}.search{grid-column:1 / -1;order:3;height:56px}.predictive-search{max-height:min(460px,calc(100vh - 170px))}.product-page-section{padding-top:14px}.product-page-section .product-detail{display:flex!important;flex-direction:column!important;gap:12px}.product-page-section .product-detail__media{order:1;width:100%;aspect-ratio:1 / 1;min-height:280px;max-height:none;padding:14px;overflow:hidden;position:relative;z-index:1}.product-page-section .product-detail__media img{width:100%;height:100%;object-fit:contain}.product-page-section .product-detail__panel{order:3;position:static!important;width:100%;padding:14px;margin-top:0;z-index:0}.product-page-section .product-detail__after-purchase{order:3;width:100%}.product-page-section .product-detail h1{margin:0 0 6px;font-size:calc(21px * var(--heading-scale));line-height:1.16}.product-page-section .product-detail .price{margin:0 0 8px;font-size:28px}.product-page-section .product-facts{gap:0;margin:8px 0 10px}.product-page-section .product-fact{padding:6px 0;font-size:13px}.product-page-section .product-detail__buy-button{min-height:58px;font-size:17px}.product-actions__purchase{grid-template-columns:minmax(0,1fr) 56px}.menu-button{display:inline-flex}.menu-button__lines,.menu-button__lines:before{width:22px}.main-nav{display:none}.mobile-menu-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;background:#070f1d6b;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu-panel{display:flex;position:fixed;top:0;right:0;z-index:36;width:min(90vw,390px);height:100vh;background:#fff;color:var(--ink);box-shadow:-18px 0 44px #0f172a38;transform:translate(105%);transition:transform .3s cubic-bezier(.22,1,.36,1);flex-direction:column;padding:max(22px,env(safe-area-inset-top)) 20px max(22px,env(safe-area-inset-bottom))}.nav-open{overflow:hidden}.nav-open .mobile-menu-backdrop{opacity:1;pointer-events:auto}.nav-open .mobile-menu-panel{transform:translate(0)}.mobile-menu-panel__head{display:flex;justify-content:space-between;align-items:center;color:var(--blue);font-size:20px;font-weight:700;padding-bottom:18px;border-bottom:1px solid #DCE3F0}.mobile-menu-panel__head button{min-height:40px;border:1px solid rgba(10,78,198,.22);border-radius:16px;background:#fff;color:var(--blue);font-weight:800;padding:0 14px;cursor:pointer}.mobile-menu-panel__links{display:grid;gap:12px;padding-top:20px;overflow-y:auto}.mobile-menu-panel__links a{min-height:58px;display:flex;align-items:center;border:1px solid #e6edf5;border-radius:16px;padding:0 16px;color:var(--blue-dark);background:#f5f7fa;font-size:16px;font-weight:600;transition:color .3s ease,background .3s ease,border-color .3s ease,transform .3s ease}.mobile-menu-panel__links a:after{content:"\203a";margin-left:auto;color:var(--blue);font-size:24px;line-height:1}.mobile-menu-panel__links a:hover{background:#fff;color:var(--blue);border-color:#0a4ec657;transform:translate(2px)}.hero__content{grid-template-columns:1fr;gap:22px;padding:22px 0 28px}.hero__media{min-height:190px;order:-1;transform:translateY(-4px)}.hero__image{max-height:calc(220px * var(--banner-image-scale) * var(--image-scale))}.category-grid,.product-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.feature-banner__grid{grid-template-columns:1fr}.product-carousel{grid-auto-columns:minmax(210px,46vw)}.featured-products-grid{grid-auto-columns:unset;grid-template-columns:repeat(2,minmax(0,260px));gap:18px}}@media(max-width:560px){.page-width{width:min(100% - 22px,1240px)}.topbar{grid-template-columns:116px 1fr auto;gap:8px}.brand__image{height:min(var(--logo-height),76px);max-width:116px}.header-actions{gap:6px}.whatsapp-link{width:42px;min-width:42px;padding:0;font-size:12px}.call-link{min-width:76px;padding:0 10px;font-size:12px}.whatsapp-link span:not(.whatsapp-icon){display:none}.whatsapp-link .whatsapp-icon{width:calc(22px * var(--icon-scale));height:calc(22px * var(--icon-scale))}.cart-link,.menu-button{width:42px;padding:0}.menu-button__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.search input{font-size:14px;padding:0 46px 0 12px}.search-guide-bot{right:72px;width:34px;height:34px}.search-guide-bot img{width:34px;height:34px}.search-guide-bot span{left:50%;right:auto;max-width:190px;font-size:11px}.search>button[type=submit]{padding:0 14px}.predictive-search{top:calc(100% + 8px);border-radius:14px}.predictive-search__panel{padding:7px}.predictive-search__item{grid-template-columns:58px minmax(0,1fr);gap:10px;min-height:74px;padding:7px}.predictive-search__media{width:58px;height:58px}.predictive-search__action{display:none}.predictive-search__details strong{font-size:13px}.predictive-search__details>span{font-size:15px}.hero,.hero__content{min-height:auto}.hero h1{font-size:28px}.hero__eyebrow{font-size:15px}.hero__text{font-size:14px}.button-row{display:grid;grid-template-columns:1fr;gap:8px}.button{width:100%;min-height:46px}.section,.page-section{padding:calc(30px * var(--section-spacing)) 0}.section-heading{display:block}.section-heading h2,.page-section h1{font-size:26px}.category-grid,.product-grid,.benefit-grid,.footer-grid{grid-template-columns:1fr}.section--trust{padding:14px 0}.section--trust .benefit-grid{gap:8px}.section--trust .benefit-card{min-height:72px;grid-template-columns:50px minmax(0,1fr);padding:9px 12px}.category-card{display:block;min-height:128px}.category-card__main{display:grid;grid-template-columns:112px 1fr}.section--hide-category-images .category-card__main{display:block}.category-card__image,.category-card__fallback{min-height:calc(128px * var(--category-image-scale) * var(--image-scale));height:100%;aspect-ratio:auto}.category-card__body{display:grid;align-content:center}.category-card h3{font-size:15px}.category-card p{font-size:12px}.category-card__subcategories{grid-template-columns:1fr;padding:0 12px 12px}.product-carousel{grid-auto-columns:82vw}.featured-products-grid{grid-auto-columns:unset;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.featured-products-grid .product-card{max-width:260px}.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.search-page-form{grid-template-columns:1fr}.search-page-form .button{width:100%}.search-empty-state{padding:24px 18px}.account-register{padding-top:22px}.account-register__intro,.account-register__form-area{padding:26px 20px}.account-register__intro h1{font-size:29px}.account-register__subtitle{margin:16px 0 22px;font-size:14px}.account-benefits{gap:12px}.account-form-grid,.account-register__actions{grid-template-columns:1fr}.product-card{min-height:300px}.feature-banner{padding:calc(32px * var(--section-spacing)) 0}.feature-banner h2{font-size:28px}.feature-banner__media{min-height:145px}.product-detail{gap:14px}.product-detail__media{aspect-ratio:4 / 3;min-height:0;max-height:46vh;padding:14px}.product-detail__gallery-arrow{width:38px;height:38px}.product-detail__gallery-arrow--previous{left:10px}.product-detail__gallery-arrow--next{right:10px}.store-pickup{padding:calc(32px * var(--section-spacing)) 0}.store-pickup__grid{grid-template-columns:1fr;gap:18px}.store-pickup__content{padding:22px 18px}.store-pickup__map,.store-pickup__map iframe{min-height:320px}.product-detail__thumbnails{grid-auto-columns:66px;gap:8px;padding:8px 2px 2px;overflow-x:auto;scroll-snap-type:x proximity;touch-action:pan-x;-webkit-overflow-scrolling:touch}.product-detail__thumbnail{width:66px;height:66px;padding:5px;scroll-snap-align:start}.product-detail__panel{padding:16px}.product-detail h1{margin-bottom:8px;font-size:calc(23px * var(--heading-scale))}.product-detail .price{margin-bottom:10px;font-size:30px}.product-facts{gap:6px;margin:10px 0 12px}.product-fact{padding:7px 0;font-size:14px}.product-detail__buy-button{min-height:58px;font-size:17px}.product-whatsapp{min-height:48px}.site-footer{padding-bottom:86px}.footer-grid{gap:18px}.footer-logo__image{max-width:165px;max-height:74px}.whatsapp-float{right:16px;bottom:max(16px,env(safe-area-inset-bottom));min-width:0;width:54px;height:54px;padding:0}.whatsapp-float span{display:none}body:has(.sc-cart) .whatsapp-float{display:none}.product-actions__purchase{display:grid;grid-template-columns:1fr;gap:10px}.product-detail__cart-button{width:100%;min-height:52px;gap:8px}.product-detail__cart-label{display:inline}}@media(max-width:420px){.product-page-section{padding-top:10px}.product-page-section .product-detail{gap:10px}.product-page-section .product-detail__media{aspect-ratio:1 / 1;min-height:250px;max-height:none;padding:12px}.product-page-section .product-detail__panel{padding:12px}.product-page-section .product-detail h1{font-size:calc(19px * var(--heading-scale))}.product-page-section .product-detail .price{font-size:26px}.product-page-section .product-detail__buy-button{min-height:56px}.featured-products-grid,.search-results-grid{grid-template-columns:minmax(0,260px);gap:16px}}.sc-embragues{background:var(--embragues-bg, #fff);color:var(--embragues-text, #111827);padding:28px 0 58px}.sc-embragues__inner{max-width:1280px}.sc-embragues__breadcrumb{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin-bottom:22px;color:#64748b;font-size:13px;line-height:1.4}.sc-embragues__breadcrumb a{color:#0f172a;font-weight:600}.sc-embragues__breadcrumb a:hover{color:var(--embragues-accent, var(--blue))}.sc-embragues__header{max-width:840px;margin-bottom:28px}.sc-embragues__eyebrow{margin:0 0 8px;color:var(--embragues-accent, var(--blue));font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.sc-embragues__eyebrow:empty{display:none}.sc-embragues__header h1{margin:0;color:#0f172a;font:800 calc(clamp(30px,4vw,46px) * var(--heading-scale))/var(--heading-line-height) var(--font-heading);letter-spacing:var(--heading-letter-spacing)}.sc-embragues__header>p:not(.sc-embragues__eyebrow){margin:12px 0 0;color:#475569;font-size:16px;line-height:1.6}.sc-embragues__description{margin-top:14px;box-shadow:none}.sc-embragues-brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sc-embragues-brand{overflow:hidden;border:1px solid #E2E8F0;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a0f;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.sc-embragues-brand:hover{transform:translateY(-3px);border-color:#0a4ec64d;box-shadow:0 18px 38px #0f172a1c}.sc-embragues-brand__link{display:grid;grid-template-rows:156px 1fr;min-height:100%;color:inherit}.sc-embragues-brand__media{display:grid;place-items:center;height:156px;padding:18px;overflow:hidden;background:#f8fafc}.sc-embragues-brand__image{width:100%;height:100%;object-fit:contain}.sc-embragues-brand__placeholder{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;background:#eaf3ff;color:var(--embragues-accent, var(--blue));font-size:24px;font-weight:900}.sc-embragues-brand__body{display:grid;gap:9px;align-content:start;padding:18px}.sc-embragues-brand h2{margin:0;color:#172033;font-size:20px;line-height:1.2}.sc-embragues-brand p{margin:0;color:#64748b;font-size:14px;line-height:1.5}.sc-embragues-brand__body>span{margin-top:4px;color:var(--embragues-accent, var(--blue));font-size:14px;font-weight:900}.sc-embragues-accordion{display:grid;gap:12px;max-width:980px}.sc-embragues-series{overflow:hidden;border:1px solid #DCE3F0;border-radius:8px;background:#fff;box-shadow:0 10px 24px #0f172a0f}.sc-embragues-series summary{min-height:64px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px 18px;color:#111827;font-size:18px;font-weight:850;cursor:pointer;list-style:none}.sc-embragues-series summary::-webkit-details-marker{display:none}.sc-embragues-series summary:after{content:"+";width:30px;height:30px;display:grid;place-items:center;grid-column:2;grid-row:1;border-radius:50%;background:#eef4ff;color:var(--embragues-accent, var(--blue));font-size:22px;line-height:1}.sc-embragues-series[open] summary:after{content:"-"}.sc-embragues-series__count{min-width:30px;height:30px;display:grid;place-items:center;grid-column:2;grid-row:1;margin-right:38px;border-radius:999px;background:#f8fafc;color:#64748b;font-size:13px;font-weight:900}.sc-embragues-series__description{margin:-4px 18px 14px;color:#64748b;font-size:14px;line-height:1.5}.sc-embragues-model-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0 18px 18px}.sc-embragues-model{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border:1px solid #E2E8F0;border-radius:8px;background:#f8fafc;color:#0f172a;transition:background .2s ease,border-color .2s ease,color .2s ease}.sc-embragues-model:hover,.sc-embragues-model:focus-visible{background:#f0f6ff;border-color:#0a4ec659;color:var(--embragues-accent, var(--blue));outline:none}.sc-embragues-model span{min-width:0;font-size:15px;font-weight:800;line-height:1.25}.sc-embragues-model small{color:inherit;font-size:12px;font-weight:800;line-height:1.25;text-align:right}.sc-embragues-products{margin-top:4px}.sc-embragues-empty{max-width:720px;padding:28px;border:1px solid #DCE3F0;border-radius:8px;background:#fff;box-shadow:0 10px 24px #0f172a0f}.sc-embragues-empty h2{margin:0 0 8px;color:#0f172a;font-size:24px}.sc-embragues-empty p{margin:0;color:#64748b;line-height:1.6}@media(max-width:980px){.sc-embragues-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.sc-embragues{padding:22px 0 42px}.sc-embragues__breadcrumb{margin-bottom:16px;font-size:12px}.sc-embragues__header{margin-bottom:22px}.sc-embragues__header h1{font-size:30px}.sc-embragues__header>p:not(.sc-embragues__eyebrow){font-size:14px}.sc-embragues-brand-grid,.sc-embragues-model-list{grid-template-columns:1fr}.sc-embragues-brand__link{grid-template-columns:112px minmax(0,1fr);grid-template-rows:1fr;min-height:132px}.sc-embragues-brand__media{width:112px;height:100%;min-height:132px;padding:14px}.sc-embragues-brand__placeholder{width:58px;height:58px;font-size:20px}.sc-embragues-brand__body{align-content:center;padding:16px}.sc-embragues-brand h2{font-size:17px}.sc-embragues-brand p{font-size:13px}.sc-embragues-series summary{min-height:58px;padding:14px;font-size:16px}.sc-embragues-series__count{margin-right:36px}.sc-embragues-series__description{margin:-2px 14px 12px}.sc-embragues-model-list{padding:0 14px 14px}.sc-embragues-model{min-height:58px;align-items:flex-start;flex-direction:column;justify-content:center;gap:4px}.sc-embragues-model small{text-align:left}}.sc-category-catalog{background:var(--catalog-bg, #fff);color:var(--catalog-text, #111827);padding:28px 0 58px}.sc-category-catalog__inner{max-width:1280px}.sc-category-catalog__breadcrumb{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin-bottom:22px;color:#64748b;font-size:13px;line-height:1.4}.sc-category-catalog__breadcrumb a{color:#0f172a;font-weight:600}.sc-category-catalog__breadcrumb a:hover{color:var(--catalog-accent, var(--blue))}.sc-category-catalog__layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:36px;align-items:start}.sc-category-catalog__sidebar{display:grid;gap:18px}.sc-category-menu{overflow:hidden;border:1px solid #E2E8F0;border-radius:8px;background:#fff;box-shadow:0 12px 30px #0f172a0d}.sc-category-menu h2{margin:0;padding:17px 18px;background:var(--catalog-accent, var(--blue));color:#fff;font-size:18px;line-height:1.15;font-weight:800;text-transform:uppercase}.sc-category-menu__links{display:grid}.sc-category-menu__item{min-height:54px;display:grid;grid-template-columns:28px minmax(0,1fr) 18px;gap:11px;align-items:center;padding:12px 16px;border-top:1px solid #E5EAF1;background:#fff;color:#111827;font-size:14px;font-weight:650;transition:background .2s ease,color .2s ease,border-color .2s ease}.sc-category-menu__item:hover,.sc-category-menu__item:focus-visible{background:#f0f6ff;color:var(--catalog-accent, var(--blue));border-color:#d4e4ff;outline:none}.sc-category-menu__icon,.sc-category-card__icon,.sc-category-card__placeholder{color:var(--catalog-accent, var(--blue))}.sc-category-menu__icon{width:28px;height:28px;display:grid;place-items:center}.sc-category-menu__icon svg,.sc-category-card__icon svg,.sc-category-card__placeholder svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.sc-category-icon__image{width:100%;height:100%;object-fit:contain}.sc-category-icon__custom{display:grid;place-items:center;width:100%;height:100%}.sc-category-icon__custom svg{width:100%;height:100%}.sc-category-icon__text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.sc-category-menu__arrow{color:#0f172a;font-size:24px;line-height:1;text-align:right}.sc-category-help{display:grid;justify-items:center;gap:8px;padding:20px 18px 18px;border-radius:8px;background:linear-gradient(135deg,var(--catalog-accent, var(--blue)),#073A8C);color:#fff;text-align:center;box-shadow:0 14px 30px #0a4ec62e}.sc-category-help__mark{width:44px;height:44px;display:grid;place-items:center;border:2px solid rgba(255,255,255,.82);border-radius:50%;font-size:24px;font-weight:700}.sc-category-help strong{font-size:15px;line-height:1.25}.sc-category-help p{margin:0;color:#ffffffe0;font-size:13px;line-height:1.45}.sc-category-help__button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;margin-top:5px;padding:0 18px;border:1px solid rgba(255,255,255,.82);border-radius:8px;color:#fff;font-size:13px;font-weight:800;transition:background .2s ease,color .2s ease}.sc-category-help__button:hover{background:#fff;color:var(--catalog-accent, var(--blue))}.sc-category-catalog__header{max-width:820px;margin-bottom:30px}.sc-category-catalog__header h1{margin:0 0 10px;color:#0f172a;font-size:clamp(32px,3vw,46px);line-height:1.08;font-weight:850;letter-spacing:0}.sc-category-catalog__header p{margin:0;color:#4b5563;font-size:16px;line-height:1.65}.sc-category-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.sc-category-card{min-width:0;overflow:hidden;border:1px solid #E5EAF1;border-radius:8px;background:#fff;box-shadow:0 10px 24px #0f172a0b;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.sc-category-card:hover{border-color:#0a4ec647;box-shadow:0 18px 36px #0f172a14;transform:translateY(-2px)}.sc-category-card__link{min-height:100%;display:grid;grid-template-rows:190px 1fr}.sc-category-card__media{min-width:0;display:grid;place-items:center;padding:18px;background:#fbfcfe;border-bottom:1px solid #EEF2F7}.sc-category-card__image{width:100%;height:100%;object-fit:contain}.sc-category-card__placeholder{width:116px;height:116px;display:grid;place-items:center;border-radius:8px;background:#eef4ff}.sc-category-card__body{display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:8px 14px;align-content:start;padding:20px}.sc-category-card__icon{width:40px;height:40px;grid-column:2;grid-row:1 / span 2;align-self:start}.sc-category-card h2{min-width:0;margin:0;color:#111827;font-size:18px;line-height:1.2;font-weight:800}.sc-category-card p{grid-column:1 / -1;margin:2px 0 7px;color:#4b5563;font-size:14px;line-height:1.55}.sc-category-card__button{grid-column:1 / -1;color:var(--catalog-accent, var(--blue));font-size:13px;font-weight:850;text-transform:uppercase}@media(max-width:1100px){.sc-category-catalog__layout{grid-template-columns:270px minmax(0,1fr);gap:24px}.sc-category-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.sc-category-catalog{padding:22px 0 42px}.sc-category-catalog__layout{grid-template-columns:1fr}.sc-category-catalog__sidebar{position:static;gap:12px}.sc-category-menu__links{grid-template-columns:repeat(2,minmax(0,1fr))}.sc-category-menu__item:nth-child(2n){border-left:1px solid #E5EAF1}.sc-category-help{grid-template-columns:44px minmax(0,1fr) auto;justify-items:start;text-align:left}.sc-category-help p{grid-column:2}.sc-category-help__button{grid-column:3;grid-row:1 / span 2;align-self:center;min-height:46px}}@media(max-width:620px){.sc-category-catalog__breadcrumb{margin-bottom:16px;font-size:12px}.sc-category-menu h2{font-size:16px}.sc-category-menu__links{grid-template-columns:1fr}.sc-category-menu__item:nth-child(2n){border-left:0}.sc-category-help{grid-template-columns:1fr;justify-items:center;text-align:center}.sc-category-help p,.sc-category-help__button{grid-column:auto;grid-row:auto;width:100%}.sc-category-card-grid{grid-template-columns:1fr;gap:14px}.sc-category-catalog__header{margin-bottom:20px}.sc-category-catalog__header h1{font-size:30px}.sc-category-catalog__header p{font-size:14px;line-height:1.6}.sc-category-card__link{grid-template-rows:168px 1fr}.sc-category-card__body{padding:18px}.sc-category-card__button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:var(--catalog-accent, var(--blue));color:#fff}}.sc-cart{min-height:60vh;background:#f5f7fa}.sc-cart__container{max-width:1180px}.sc-cart__heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.sc-cart__heading span{display:block;margin-bottom:6px;color:var(--blue);font-size:13px;font-weight:700;text-transform:uppercase}.sc-cart__heading h1{margin:0;color:var(--blue-dark);font-size:clamp(32px,4vw,44px);font-weight:700}.sc-cart__heading p{margin:0 0 5px;color:#64748b;font-size:14px}.sc-cart__layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.sc-cart__products{display:grid;gap:14px}.sc-cart-item{display:grid;grid-template-columns:148px minmax(0,1fr) 170px;gap:20px;align-items:center;padding:18px;border:1px solid #E2E8F0;border-radius:16px;background:#fff;box-shadow:0 8px 24px #081d420f}.sc-cart-item__media{width:148px;aspect-ratio:1 / 1;display:grid;place-items:center;overflow:hidden;border:1px solid #EDF1F5;border-radius:12px;background:#fff}.sc-cart-item__image{width:100%;height:100%;padding:8px;object-fit:contain}.sc-cart-item__placeholder{color:var(--blue);font-size:24px;font-weight:800}.sc-cart-item__details{min-width:0}.sc-cart-item__title{display:block;margin-bottom:8px;color:var(--blue-dark);font-size:17px;font-weight:700;line-height:1.35}.sc-cart-item__title:hover{color:var(--blue)}.sc-cart-item__variant,.sc-cart-item__sku{margin:0 0 5px;color:#64748b;font-size:13px;line-height:1.4}.sc-cart-item__discounts{margin:8px 0;padding:0;list-style:none;color:#15803d;font-size:12px;font-weight:600}.sc-cart-item__remove{display:inline-block;margin-top:10px;color:#b42318;font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.sc-cart-item__purchase{display:grid;gap:18px;justify-items:end}.sc-cart-item__price{display:grid;justify-items:end;gap:3px}.sc-cart-item__price s{color:#94a3b8;font-size:12px}.sc-cart-item__price strong{color:var(--blue-dark);font-size:21px;font-weight:800}.sc-cart-item__price span{color:#64748b;font-size:12px}.sc-cart-quantity{width:132px;height:42px;display:grid;grid-template-columns:40px 1fr 40px;overflow:hidden;border:1px solid #CBD5E1;border-radius:12px;background:#fff}.sc-cart-quantity button{border:0;background:#f8fafc;color:var(--blue-dark);font-size:19px;font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease}.sc-cart-quantity button:hover{background:var(--blue);color:#fff}.sc-cart-quantity input{min-width:0;width:100%;border:0;border-right:1px solid #E2E8F0;border-left:1px solid #E2E8F0;background:#fff;color:var(--blue-dark);font-size:14px;font-weight:700;text-align:center;outline:0;-moz-appearance:textfield}.sc-cart-quantity input::-webkit-inner-spin-button,.sc-cart-quantity input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.sc-cart__update-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:4px}.sc-cart__update-row>a{color:var(--blue);font-size:14px;font-weight:700}.sc-cart__update-row .button{min-height:44px}.sc-cart__continue{min-width:190px;padding:0 18px;border-color:#0a4ec659;background:#fff;color:var(--blue-dark);box-shadow:0 8px 18px #081d4214}.sc-cart__continue:hover{background:var(--blue-dark);border-color:var(--blue-dark);color:#fff}.sc-cart-summary{padding:24px;border:1px solid #E2E8F0;border-radius:16px;background:#fff;box-shadow:0 12px 30px #081d4214}.sc-cart-summary h2{margin:0 0 20px;color:var(--blue-dark);font-size:21px;font-weight:700}.sc-cart-summary__line{display:flex;justify-content:space-between;gap:16px;padding:8px 0;color:#475569;font-size:14px}.sc-cart-summary__line strong{color:var(--blue-dark)}.sc-cart-summary__discount,.sc-cart-summary__discount strong{color:#15803d}.sc-cart-summary__total{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-top:12px;padding-top:18px;border-top:1px solid #E2E8F0;color:var(--blue-dark)}.sc-cart-summary__total span{font-size:16px;font-weight:700}.sc-cart-summary__total strong{font-size:27px;font-weight:800}.sc-cart-summary__note{margin:9px 0 18px;color:#64748b;font-size:12px;line-height:1.45}.sc-cart-summary__checkout{width:100%;min-height:54px;font-size:16px}.sc-cart-trust{display:grid;gap:10px;margin-top:20px;padding-top:18px;border-top:1px solid #E2E8F0}.sc-cart-trust p{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:center;margin:0;color:#475569;font-size:12px;line-height:1.4}.sc-cart-trust__icon{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#eef4ff;color:var(--blue);font-size:12px;font-weight:800}.sc-cart-trust__text{min-width:0;word-break:normal;overflow-wrap:normal}.sc-cart-trust__phone{white-space:nowrap;color:inherit;font-weight:600}.sc-cart-empty{max-width:650px;margin:0 auto;padding:54px 32px;border:1px solid #E2E8F0;border-radius:18px;background:#fff;box-shadow:0 12px 30px #081d4212;text-align:center}.sc-cart-empty>span{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 18px;border-radius:18px;background:#eef4ff;color:var(--blue);font-weight:800}.sc-cart-empty h2{margin:0 0 10px;color:var(--blue-dark);font-size:26px}.sc-cart-empty p{max-width:480px;margin:0 auto 22px;color:#64748b;line-height:1.6}@media(max-width:980px){.sc-cart__layout{grid-template-columns:1fr}.sc-cart-summary{position:static}}@media(max-width:680px){.sc-cart__heading{align-items:start}.sc-cart-item{grid-template-columns:112px minmax(0,1fr);gap:14px;padding:14px}.sc-cart-item__media{width:112px}.sc-cart-item__purchase{grid-column:1 / -1;grid-template-columns:1fr auto;align-items:center;justify-items:stretch;gap:14px;padding-top:12px;border-top:1px solid #EDF1F5}.sc-cart-item__price{justify-items:start}.sc-cart-quantity{justify-self:end}.sc-cart__update-row{align-items:stretch;flex-direction:column-reverse}.sc-cart__update-row .button{width:100%}}@media(max-width:420px){.sc-cart__heading p{display:none}.sc-cart-item{grid-template-columns:94px minmax(0,1fr);gap:12px;padding:12px}.sc-cart-item__media{width:94px}.sc-cart-item__title{font-size:15px}.sc-cart-item__purchase{grid-template-columns:1fr}.sc-cart-quantity{justify-self:start}.sc-cart-summary{padding:20px}.sc-cart-summary__total strong{font-size:24px}}.sc-cart-trigger{position:relative;display:flex;align-items:stretch}.sc-cart-preview[hidden]{display:none!important}.sc-cart-preview{position:absolute;z-index:220;top:calc(100% + 12px);right:0;width:min(420px,calc(100vw - 28px));max-height:min(650px,calc(100vh - 100px));overflow:auto;padding:20px;border:1px solid rgba(10,78,198,.18);border-radius:18px;background:#fff;color:var(--ink);box-shadow:0 24px 60px #081d4233}.sc-cart-preview:before{content:"";position:absolute;top:-8px;right:28px;width:16px;height:16px;border-top:1px solid rgba(10,78,198,.18);border-left:1px solid rgba(10,78,198,.18);background:#fff;transform:rotate(45deg)}.sc-cart-preview__loading{padding:34px 18px;color:#64748b;text-align:center}.sc-cart-preview__head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:14px;border-bottom:1px solid #E2E8F0}.sc-cart-preview__head div{display:grid;gap:2px}.sc-cart-preview__head div span{color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sc-cart-preview__head div strong{color:var(--blue-dark);font-size:20px}.sc-cart-preview__head>span{color:#64748b;font-size:12px}.sc-cart-preview__items{display:grid}.sc-cart-preview__item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #EDF1F5}.sc-cart-preview__image{width:64px;height:64px;display:grid;place-items:center;overflow:hidden;border:1px solid #EDF1F5;border-radius:10px;background:#fff}.sc-cart-preview__image img{width:100%;height:100%;padding:4px;object-fit:contain}.sc-cart-preview__placeholder{color:var(--blue);font-weight:800}.sc-cart-preview__item>div{min-width:0;display:grid;gap:5px}.sc-cart-preview__title{overflow:hidden;color:var(--blue-dark);font-size:13px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sc-cart-preview__item div span{color:#64748b;font-size:12px}.sc-cart-preview__item>strong{color:var(--blue-dark);font-size:13px;white-space:nowrap}.sc-cart-preview__remaining{margin:10px 0 0;color:#64748b;font-size:12px;text-align:center}.sc-cart-preview__total{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0 12px;color:var(--blue-dark)}.sc-cart-preview__total strong{font-size:20px}.sc-cart-preview__buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sc-cart-preview__buttons .button{min-height:46px;padding:0 12px;font-size:13px}.sc-cart-preview__clear{width:100%;margin-top:12px;padding:7px;border:0;background:transparent;color:#b42318;font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.sc-cart-preview__empty{display:grid;justify-items:center;padding:28px 8px 8px;text-align:center}.sc-cart-preview__empty>span{width:50px;height:50px;display:grid;place-items:center;margin-bottom:14px;border-radius:14px;background:#eef4ff;color:var(--blue);font-weight:800}.sc-cart-preview__empty strong{color:var(--blue-dark);font-size:18px}.sc-cart-preview__empty p{margin:7px 0 18px;color:#64748b;font-size:13px}.sc-cart-preview__empty .button{min-height:44px;padding:0 20px}.sc-cart__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.sc-cart__status{min-width:118px;color:#64748b;font-size:12px;text-align:right}.sc-cart__clear{border-color:#b4231847;color:#b42318}.sc-cart__clear:hover{border-color:#b42318;background:#b42318;color:#fff}.sc-cart__layout.is-updating{pointer-events:none;opacity:.62}@media(max-width:820px){.sc-cart-preview{position:fixed;top:78px;right:12px;left:12px;width:auto;max-height:calc(100vh - 96px)}.sc-cart-preview:before{display:none}}@media(max-width:680px){.sc-cart__actions{width:100%;align-items:stretch;flex-direction:column}.sc-cart__status{min-height:16px;text-align:center}.sc-cart-preview__buttons{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/106/assets/theme.css.map */
