:root{font-family:Inter,Arial,sans-serif;color:#151515;background:#fff;font-synthesis:none;--red: #e1251b;--blue: #0879c9;--ink: #121212;--muted: #6d7278}*{box-sizing:border-box}body{margin:0;min-width:320px}body.products-scroll-layout{height:100vh;overflow:hidden}body.products-scroll-layout .site-footer{display:none}.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 4px 18px #00000012}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.topbar{height:92px;background:var(--ink);display:flex;align-items:center;gap:36px;padding:0 max(24px,calc((100vw - 1240px)/2));color:#fff}.brand{display:flex;align-items:center;white-space:nowrap}.brand img{display:block;width:178px;max-height:58px;object-fit:contain}.brand.small{align-items:flex-start}.brand.small img{width:138px}.search{height:46px;display:flex;flex:1}.search input{border:0;padding:0 18px;width:100%;font-size:15px}.search button{border:0;width:54px;background:var(--blue);color:#fff}.search svg{width:21px}.quote-link{display:flex;align-items:center;gap:8px}.quote-link b{background:var(--red);border-radius:20px;min-width:24px;height:24px;display:grid;place-items:center;font-size:12px}.main-nav{height:52px;display:flex;align-items:center;justify-content:center;gap:42px;padding:0 max(24px,calc((100vw - 1240px)/2));border-bottom:1px solid #e8e8e8;font-weight:700;font-size:14px}.main-nav a.router-link-active{color:var(--red)}.hero{width:100%;margin:0;min-height:500px;background:#0d0d0f;color:#fff;position:relative;overflow:hidden}.hero-track{display:flex;width:100%;min-height:inherit;will-change:transform}.hero-track.with-transition{transition:transform .72s cubic-bezier(.22,.61,.36,1)}.hero-slide{position:relative;flex:0 0 100%;width:100%;min-height:inherit;overflow:hidden}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-copy{position:relative;width:56%;padding:84px 28px 60px 72px;z-index:1}.eyebrow{color:var(--red);font-size:12px;letter-spacing:1.8px;font-weight:800}.hero h1{font-size:62px;line-height:.98;max-width:610px;margin:18px 0 24px}.hero p:not(.eyebrow){color:#c7c7c7;line-height:1.7;max-width:510px}.primary{display:inline-flex;border:0;background:var(--red);color:#fff;font-weight:800;padding:12px 18px;align-items:center;justify-content:center;cursor:pointer}.hero-cta{margin-top:18px;padding:15px 24px}.hero-dots{position:absolute;z-index:2;left:72px;bottom:24px;display:flex;gap:8px}.hero-dots button{width:28px;height:4px;padding:0;border:0;background:#fff6;cursor:pointer}.hero-dots button.active{background:var(--red)}.carousel-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#ffffffd9;color:#171717;display:grid;place-items:center;box-shadow:0 4px 15px #0004}.carousel-arrow svg{width:22px}.hero-prev{left:22px}.hero-next{right:22px}.trust{width:100%;margin:0;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e5e5e5}.trust div{padding:24px 30px;border-right:1px solid #e5e5e5}.trust div:last-child{border:0}.trust b,.trust span{display:block}.trust span{font-size:13px;color:var(--muted);margin-top:7px}.section{width:100%;margin:0;padding:72px 32px}.recommended-section{background:#fff}.product-carousel{position:relative}.product-viewport{width:100%;overflow:hidden}.product-track{display:flex;width:100%;will-change:transform}.product-track.with-transition{transition:transform .58s cubic-bezier(.22,.61,.36,1)}.product-page{flex:0 0 100%;width:100%;min-width:0}.product-arrow{position:absolute;z-index:2;top:42%;width:40px;height:56px;border:1px solid #ddd;background:#fff;color:#222;display:grid;place-items:center;box-shadow:0 5px 15px #0002}.product-arrow.left{left:-18px}.product-arrow.right{right:-18px}.product-arrow svg{width:21px}.product-dots{display:flex;justify-content:center;gap:7px;margin-top:25px}.product-dots button{width:8px;height:8px;border:0;border-radius:50%;background:#c7cbd0;padding:0}.product-dots button.active{width:24px;border-radius:5px;background:var(--red)}.home-services{padding:76px 32px;background:#f5f6f7}.home-categories{padding:76px 32px 82px;background:#fff;border-top:1px solid #eef0f2}.home-category-grid{display:grid;grid-template-columns:repeat(var(--category-columns, 1),minmax(150px,220px));grid-template-rows:repeat(2,auto);justify-content:center;gap:clamp(24px,3vw,48px);overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;padding:4px 2px 14px}.home-category-card{min-width:0;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.home-category-card>span{width:100%;height:210px;display:grid;place-items:center;overflow:hidden;background:#fff}.home-category-image{display:block;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .25s ease}.home-category-card i{color:#a2a7ae;font-size:12px;font-style:normal}.home-category-card strong{color:#191b1f;font-size:16px;line-height:1.35}.home-category-card:hover .home-category-image{transform:scale(1.04)}.home-category-card:hover strong{color:var(--red)}.home-section-title{text-align:center;margin-bottom:38px}.home-section-title h2{margin:7px 0 0;font-size:34px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #dfe2e5;border-bottom:1px solid #dfe2e5}.service-card{display:flex;align-items:center;gap:18px;min-height:145px;padding:28px;border-right:1px solid #dfe2e5;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.service-card:last-child{border:0}.service-card.has-link{cursor:pointer}.service-card.has-link:hover{position:relative;z-index:1;background:#fff;transform:translateY(-3px);box-shadow:0 10px 28px #00000010}.service-grid svg{flex:0 0 auto;width:45px;height:45px;color:var(--red);stroke-width:1.5}.service-grid h3{margin:0 0 7px;font-size:17px}.service-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.home-brands{padding:76px 32px 88px;background:#fff}.brand-strip{min-height:130px;display:grid;grid-template-columns:repeat(var(--brand-columns, 5),minmax(0,1fr));align-items:center;gap:28px;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:26px}.brand-strip a{min-width:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:12px;text-align:center}.brand-strip img{width:min(100%,180px);height:68px;object-fit:contain;filter:grayscale(1);transition:.2s}.brand-strip a:hover img{filter:grayscale(0)}.section-heading,.catalog-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.section h2,.catalog h1{font-size:34px;margin:6px 0}.section-heading>a{color:var(--blue);font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-grid.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(min(175px,100%),1fr));gap:clamp(11px,1vw,16px)}.home-grid{grid-template-columns:repeat(var(--recommended-columns, 4),minmax(0,1fr));align-items:stretch;gap:clamp(10px,1.25vw,20px)}.product-card{position:relative;min-width:0;display:flex;flex-direction:column;border:1px solid #e4e4e4;background:#fff;transition:.2s;overflow:hidden}.product-card:hover{border-color:#bbb;transform:translateY(-2px)}.product-image{position:relative;flex:0 0 auto;width:100%;height:260px;display:grid;place-items:center;background:#fafafa;color:#aaa;overflow:hidden}.product-image img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.product-info{min-width:0;flex:1;display:flex;flex-direction:column;padding:18px}.product-info small,.sku{color:#8a8f94}.product-info h3{font-size:16px;line-height:1.35;height:43px;margin:8px 0 14px;display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-info strong{display:block;font-size:18px;margin-bottom:16px}.product-info .primary{width:100%;margin-top:auto}.product-added-toast{position:absolute;z-index:3;top:10px;right:10px;padding:7px 10px;border-radius:3px;background:#16834b;color:#fff;box-shadow:0 6px 18px #0002;font-size:11px;font-weight:800;pointer-events:none}.detail-added-message{display:flex;align-items:center;gap:8px;margin:12px 0 0;padding:11px 14px;border:1px solid #b8dfc5;background:#effaf3;color:#217a40;font-size:14px;font-weight:700;animation:detail-notice-in .2s ease-out}.detail-added-message svg{width:19px;height:19px;flex:0 0 auto}@keyframes detail-notice-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.product-info .primary.add-success{background:#16834b}.home-grid .product-image{height:auto;aspect-ratio:4 / 5}.home-grid .product-image img{object-fit:cover}.home-grid .product-info{padding:12px}.home-grid .product-info small{font-size:10px}.home-grid .product-info h3{height:38px;margin:6px 0 10px;font-size:14px;line-height:1.35}.home-grid .product-info strong{margin-bottom:11px;font-size:16px}.home-grid .product-info .primary{min-height:36px;padding:8px 10px;font-size:11px}.catalog-grid .product-image{height:auto;aspect-ratio:4 / 5}.catalog-grid .product-image img{object-fit:cover}.catalog-grid .product-info{padding:11px}.catalog-grid .product-info small{font-size:9px}.catalog-grid .product-info h3{height:35px;margin:5px 0 8px;font-size:13px;line-height:1.32}.catalog-grid .product-info strong{margin-bottom:9px;font-size:15px}.catalog-grid .product-info .primary{min-height:34px;padding:7px 9px;font-size:11px}.catalog-page{width:100%;height:calc(100vh - 144px);margin:0;display:grid;grid-template-columns:245px 1fr;gap:44px;overflow:hidden;padding:36px 32px 28px}.filters{position:static;z-index:20;align-self:start;height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;background:#fff;border-right:1px solid #e6e6e6;padding-right:20px;scrollbar-width:thin;scrollbar-color:#c5c9ce transparent}.filters::-webkit-scrollbar{width:6px}.filters::-webkit-scrollbar-track{background:transparent}.filters::-webkit-scrollbar-thumb{border-radius:6px;background:#c5c9ce}.filters::-webkit-scrollbar-thumb:hover{background:#aeb4bb}.filters h2{font-size:22px}.filter-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.filter-title h2{margin:12px 0 16px}.filter-title button{border:0;background:none;color:var(--blue);font-size:12px;padding:5px 0}.filter-all{display:flex;align-items:center;gap:9px;padding:10px 0 14px;border-bottom:1px solid #e8eaed;color:#30343a;font-size:14px;font-weight:700}.category-filter-tree,.category-filter-children{list-style:none;margin:0;padding:0}.category-filter-tree{padding-top:10px}.category-filter-row{min-height:38px;display:grid;grid-template-columns:24px 1fr;align-items:center;padding-left:calc(var(--tree-level) * 14px)}.category-filter-row:hover{background:#f7f8fa}.category-filter-row label{min-width:0;display:flex;align-items:center;gap:8px;color:#444a51;font-size:13px;line-height:1.35;cursor:pointer}.category-filter-row label span{overflow-wrap:anywhere}.category-filter-row input,.filter-all input{width:15px;height:15px;accent-color:var(--red)}.category-filter-toggle{width:24px;height:28px;border:0;background:transparent;padding:6px;color:#79808a;display:grid;place-items:center}.category-filter-toggle svg{width:14px;height:14px}.category-filter-toggle.placeholder{display:block}.filter-item{display:flex;gap:9px;padding:10px 0;color:#474b50;font-size:14px}.catalog-head p{font-size:13px;color:#8b8f93}.catalog{min-width:0;height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding-right:10px;scrollbar-width:thin;scrollbar-color:#c5c9ce transparent}.catalog::-webkit-scrollbar{width:7px}.catalog::-webkit-scrollbar-track{background:#f3f4f5}.catalog::-webkit-scrollbar-thumb{border-radius:7px;background:#c5c9ce}.catalog::-webkit-scrollbar-thumb:hover{background:#aeb4bb}.store-pagination{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:34px;padding:18px 0 0;border-top:1px solid #e3e5e8}.store-pagination p{margin:0;color:#747a82;font-size:13px}.store-pagination nav{display:flex;align-items:center;gap:7px}.store-pagination button{min-width:38px;height:38px;border:1px solid #d8dce1;border-radius:2px;background:#fff;color:#3f454d;padding:0 12px;font-weight:700;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.store-pagination button:hover:not(:disabled){border-color:var(--red);color:var(--red)}.store-pagination button.active{border-color:var(--red);background:var(--red);color:#fff}.store-pagination button:disabled{opacity:.4;cursor:default}.empty{padding:72px 24px;text-align:center;background:#fafafa;color:#666}.detail{width:100%;margin:0;padding:40px 32px 80px}.back{font-size:14px;color:var(--blue)}.detail-main{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:78px;padding:42px 0 80px;align-items:start}.gallery{min-width:0;overflow:hidden}.main-image{position:relative;height:clamp(400px,38vw,560px);background:#fafafa;display:grid;place-items:center;color:#aaa;overflow:hidden;width:100%;border:0;padding:0;cursor:zoom-in}.main-image:disabled{cursor:default}.main-image img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.zoom-hint{position:absolute;right:14px;bottom:14px;display:inline-flex;align-items:center;gap:6px;background:#111d;color:#fff;padding:7px 10px;font-size:11px;opacity:0;transform:translateY(4px);transition:.2s}.zoom-hint svg{width:15px}.main-image:hover .zoom-hint,.main-image:focus-visible .zoom-hint{opacity:1;transform:none}.lightbox-lock{overflow:hidden}.product-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;background:#050505ee;padding:42px 72px}.product-lightbox>img{display:block;max-width:100%;max-height:calc(100vh - 84px);object-fit:contain}.lightbox-close,.lightbox-arrow{position:absolute;border:0;background:#ffffff18;color:#fff;display:grid;place-items:center;border-radius:50%}.lightbox-close:hover,.lightbox-arrow:hover{background:#ffffff32}.lightbox-close{width:44px;height:44px;right:22px;top:20px}.lightbox-close svg{width:25px}.lightbox-arrow{width:50px;height:50px;top:50%;transform:translateY(-50%)}.lightbox-arrow.previous{left:18px}.lightbox-arrow.next{right:18px}.lightbox-arrow svg{width:28px}.lightbox-counter{position:absolute;bottom:16px;left:50%;transform:translate(-50%);color:#fff;background:#0009;padding:5px 10px;font-size:12px}.thumbs{display:flex;gap:12px;margin-top:14px;padding-bottom:4px;overflow-x:auto;scrollbar-width:thin}.thumbs button{flex:0 0 72px;width:72px;height:72px;border:1px solid #ddd;background:#fff}.thumbs button.active{border-color:var(--blue)}.thumbs img{width:100%;height:100%;object-fit:contain}.detail-info h1{font-size:40px;line-height:1.12}.detail-specifications{margin:12px 0 9px;color:#454a51;font-size:15px;line-height:1.65;white-space:pre-line;overflow-wrap:anywhere}.price{font-size:28px;display:block;margin:28px 0}.description{line-height:1.7;color:#555}.large{padding:16px 24px;font-size:16px}.helper{font-size:13px;color:#777}.spec{border-top:1px solid #ddd;padding-top:38px}.spec dl div{display:grid;grid-template-columns:1fr 2fr;border-bottom:1px solid #eee;padding:13px}.spec dt{color:#777}.spec dd{margin:0;font-weight:700}.product-description-section p{max-width:1120px;margin:18px 0 0;color:#555;font-size:16px;line-height:1.8;white-space:pre-line}.product-specifications-section{margin-top:42px;padding:34px 38px;background:#f7f8f9;border-left:4px solid var(--red)}.product-specifications-section h2{margin:0 0 18px;font-size:24px}.product-specifications-section div{color:#454a51;font-size:15px;line-height:1.85;white-space:pre-line;overflow-wrap:anywhere}.related-products{padding-top:64px}.related-products .section-heading{margin-bottom:24px}.related-grid .product-image img{width:100%;height:100%;object-fit:fill}.cart-page,.content-page{width:100%;margin:0;padding:60px 32px 100px}.cart-title h1,.content-page h1{font-size:42px}.cart-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:44px}.cart-row{display:grid;grid-template-columns:24px 84px 1fr 75px 70px;gap:16px;align-items:center;border-bottom:1px solid #e8e8e8;padding:18px 0}.cart-product-image{width:84px;height:84px;display:grid;place-items:center;overflow:hidden;background:#fafafa;color:#999;font-size:10px}.cart-product-image img{width:84px;height:84px;object-fit:contain}.cart-product-detail{min-width:0;display:block}.cart-product-detail:hover b{color:var(--red)}.cart-product-detail span{display:block;color:#888;font-size:13px;margin-top:7px}.cart-row input[type=number]{width:70px;padding:9px}.text-button{border:0;background:none;color:var(--red)}.quote-form{background:#f5f6f7;padding:30px}.quote-form label{display:block;font-weight:700;font-size:13px;margin:18px 0}.quote-form input,.quote-form textarea{display:block;width:100%;border:1px solid #ccc;background:#fff;padding:12px;margin-top:7px}.quote-form .primary{width:100%}.error{color:var(--red)}.success{padding:48px;border-left:5px solid #2c9b52;background:#f1fbf4}.content-page{min-height:500px}.content-page>p:last-child{font-size:18px;line-height:1.8;white-space:pre-line}.content-page img{max-width:100%;max-height:460px;object-fit:cover;margin:20px 0}.site-footer{background:#0b0c0e;color:#fff;border-top:4px solid var(--red)}.pdf-catalog-page{width:100%;padding:clamp(42px,5vw,68px) max(24px,5vw) 72px;background:linear-gradient(180deg,#fafafa 0,#fff 240px)}.catalog-heading{max-width:1480px;margin:0 auto 30px;display:flex;justify-content:space-between;align-items:flex-end;gap:40px;padding:0 0 26px;border-bottom:1px solid #e3e5e8}.catalog-heading-copy{min-width:0;max-width:760px}.catalog-heading .eyebrow{margin:0 0 10px;color:var(--red);letter-spacing:2.2px}.catalog-heading h1{margin:0;font-size:clamp(34px,3.5vw,52px);line-height:1.08;letter-spacing:-.8px;white-space:normal}.catalog-heading-copy>p:last-child{max-width:680px;margin:16px 0 0;color:#68707b;font-size:15px;line-height:1.7}.catalog-actions{flex:0 0 auto;display:flex;gap:10px}.catalog-actions a,.catalog-actions .secondary{min-height:44px;border:0;display:inline-flex;align-items:center;gap:8px;padding:0 18px;background:#16181b;color:#fff;font-weight:800;font-size:13px}.catalog-actions a:first-child,.catalog-actions .secondary{background:var(--red)}.catalog-actions svg{width:18px}.catalog-detail-content{width:100%;max-width:1480px;margin:0 auto}.catalog-detail-toolbar{margin:8px 0 24px}.catalog-pdf,.catalog-empty{max-width:1480px;margin:0 auto}.catalog-pdf{height:min(76vh,960px);min-height:620px;border:1px solid #dfe2e6;background:#f3f4f6;box-shadow:0 14px 38px #00000012}.catalog-pdf iframe{width:100%;height:100%;border:0}.catalog-empty{min-height:440px;display:grid;place-items:center;align-content:center;gap:10px;border:1px solid #e6e8eb;background:#f4f5f6;color:#737b86;text-align:center}.catalog-empty-icon{width:74px;height:74px;display:grid;place-items:center;margin-bottom:8px;border-radius:50%;background:#fff;box-shadow:0 6px 22px #0000000d}.catalog-empty svg{width:38px;height:38px;color:var(--red)}.catalog-empty h2{color:#31363c;font-size:22px}.catalog-empty h2,.catalog-empty p{margin:0}.catalog-list-page{width:100%;margin:0;padding:clamp(42px,5vw,68px) max(24px,5vw) 72px}.catalog-showcase{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:clamp(20px,2.3vw,34px)}.catalog-showcase-card{border:1px solid #dfe2e6;background:#fff;display:block;padding:0;text-align:left;border-radius:0;overflow:hidden;box-shadow:0 10px 30px #15192012;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.catalog-showcase-card:hover{border-color:#c7cbd1;transform:translateY(-6px);box-shadow:0 18px 42px #15192024}.catalog-showcase-cover{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:linear-gradient(145deg,#f5f6f8,#e9ebef)}.catalog-showcase-cover img{width:100%;height:100%;display:block;object-fit:contain;transition:transform .35s ease}.catalog-pdf-cover{width:100%;height:100%;display:block;object-fit:contain;background:#fff;transition:transform .35s ease}.catalog-showcase-card:hover .catalog-showcase-cover img,.catalog-showcase-card:hover .catalog-pdf-cover{transform:none}.catalog-showcase-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#a5abb4;background:linear-gradient(145deg,#f7f8f9,#e8eaed)}.catalog-showcase-placeholder svg{width:58px;height:58px;stroke-width:1.2}.catalog-showcase-badge{position:absolute;left:14px;bottom:14px;display:inline-flex;align-items:center;gap:5px;padding:6px 9px;background:#14171cd1;color:#fff;font-size:10px;font-weight:800;letter-spacing:.7px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.catalog-showcase-badge svg{width:14px;height:14px}.catalog-showcase-info{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px 18px}.catalog-showcase-card h2{margin:0;font-size:17px;line-height:1.3}.catalog-showcase-card p{margin:6px 0 0;color:#6f757d;font-size:12px}.catalog-list-arrow{color:#8d939b;display:grid;place-items:center}.catalog-list-arrow svg{width:20px;transition:transform .2s ease}.catalog-showcase-card:hover .catalog-list-arrow svg{transform:translate(3px);color:var(--red)}@media(max-width:720px){.pdf-catalog-page{padding:36px 18px 48px}.catalog-heading{align-items:flex-start;flex-direction:column;gap:22px}.catalog-heading h1{font-size:36px}.catalog-actions{width:100%}.catalog-actions a{flex:1;justify-content:center}.catalog-pdf{min-height:520px}.catalog-showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.catalog-showcase-info{min-height:84px;padding:14px}.catalog-showcase-card h2{font-size:15px}}.whatsapp-float{position:fixed;z-index:90;right:clamp(18px,2vw,30px);bottom:clamp(18px,2vw,30px);width:58px;height:58px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#25d366;box-shadow:0 9px 26px #00000040;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{color:#fff;transform:translateY(-3px) scale(1.04);box-shadow:0 13px 32px #0000004d}.whatsapp-float svg{width:31px;height:31px;stroke-width:2}.footer-main{display:grid;grid-template-columns:minmax(300px,1.45fr) minmax(150px,.6fr) minmax(340px,1.2fr);gap:clamp(42px,7vw,110px);padding:62px max(32px,calc((100vw - 1240px)/2)) 54px}.footer-brand{max-width:420px}.footer-brand .brand{margin-bottom:22px}.footer-brand p{color:#aeb2b8;font-size:14px;line-height:1.75;margin:0 0 24px}.footer-socials{display:flex;align-items:center;gap:10px;margin-top:24px}.footer-socials a{width:38px;height:38px;display:grid;place-items:center;border:1px solid #34373c;border-radius:50%;color:#d8dade;background:#15171a;transition:color .2s,border-color .2s,background .2s,transform .2s}.footer-socials a:hover{color:#fff;border-color:var(--red);background:var(--red);transform:translateY(-2px)}.footer-socials svg{width:19px;height:19px}.footer-quote{width:fit-content;display:inline-flex;align-items:center;gap:9px;color:#fff;font-size:13px;font-weight:800;border-bottom:1px solid var(--red);padding-bottom:7px}.footer-quote svg{width:17px;transition:transform .2s}.footer-quote:hover svg{transform:translate(4px)}.footer-column h2{margin:4px 0 22px;color:#fff;font-size:13px;letter-spacing:1.4px;text-transform:uppercase}.footer-column nav{display:grid;gap:13px}.footer-column a{width:fit-content;color:#aeb2b8;font-size:14px;transition:color .2s}.footer-column a:hover{color:#fff}.footer-contact{min-width:0}.footer-contact p{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;color:#aeb2b8;font-size:13px;line-height:1.55;margin:0 0 12px}.footer-contact svg{width:17px;height:17px;margin-top:2px;color:var(--red)}.footer-contact span{overflow-wrap:anywhere}.footer-bottom{min-height:58px;border-top:1px solid #24262a;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:0 max(32px,calc((100vw - 1240px)/2));color:#777d85;font-size:11px;letter-spacing:.3px}@media(max-width:800px){body.products-scroll-layout{height:auto;overflow:auto}body.products-scroll-layout .site-footer{display:block}.topbar{height:auto;padding:18px;display:grid;grid-template-columns:1fr auto;gap:14px}.search{grid-row:2;grid-column:1/-1}.quote-link span{display:none}.main-nav{padding:0 18px;gap:24px;justify-content:flex-start;overflow-x:auto}.hero{min-height:auto;height:470px}.hero-track,.hero-slide{height:100%}.hero-copy{width:78%;padding:54px 24px}.hero h1{font-size:43px}.hero-dots{left:24px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-grid .service-card:nth-child(2){border-right:0}.home-services,.home-brands,.home-categories{padding:52px 18px}.trust{grid-template-columns:1fr}.section,.catalog-page,.detail,.cart-page,.content-page{padding:38px 18px}.home-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.brand-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-page{display:block;height:auto;overflow:visible}.filters{position:static;height:auto;max-height:none;overflow:visible;border:0;margin-bottom:30px}.catalog{height:auto;overflow:visible;padding-right:0}.detail-main,.cart-layout{grid-template-columns:1fr;gap:35px}.main-image{height:clamp(300px,82vw,430px)}.cart-row{grid-template-columns:24px 60px 1fr 60px}.cart-row img{width:60px;height:60px}.text-button{grid-column:3}.footer-main{grid-template-columns:1.2fr .8fr;gap:42px;padding:48px 24px}.footer-contact{grid-column:1 / -1;border-top:1px solid #24262a;padding-top:30px}.footer-bottom{padding:16px 24px}}@media(max-width:480px){.home-grid,.product-grid{grid-template-columns:1fr}.hero-label{font-size:34px}.product-image{height:240px}.home-category-grid{justify-content:start;grid-template-columns:repeat(var(--category-columns, 1),minmax(140px,42vw));gap:24px 14px}.home-category-card>span{height:135px}.detail-info h1{font-size:30px}.service-grid{grid-template-columns:1fr}.service-grid .service-card{border-right:0;border-bottom:1px solid #dfe2e5}.brand-strip{gap:20px 14px;padding-inline:14px}.carousel-arrow{width:34px;height:34px}.hero-prev{left:8px}.hero-next{right:8px}.brand-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.store-pagination{align-items:flex-start;flex-direction:column;gap:14px}.store-pagination nav{width:100%;overflow-x:auto;padding-bottom:4px}.footer-main{grid-template-columns:1fr;padding:42px 20px 36px;gap:34px}.footer-contact{grid-column:auto}.footer-bottom{align-items:flex-start;flex-direction:column;padding:20px}.product-lightbox{padding:60px 12px}.lightbox-arrow{width:42px;height:42px;top:auto;bottom:16px;transform:none}.lightbox-arrow.previous{left:18px}.lightbox-arrow.next{right:18px}.lightbox-counter{bottom:27px}}.rich-content{max-width:960px;font-size:17px;line-height:1.8;color:#333;overflow-wrap:anywhere}.rich-content h2{margin:32px 0 12px;font-size:28px}.rich-content h3{margin:25px 0 10px;font-size:21px}.rich-content p{margin:0 0 16px}.rich-content ul,.rich-content ol{margin:0 0 18px;padding-left:24px}.rich-content li{margin:5px 0}.rich-content a{color:var(--blue);text-decoration:underline}.rich-content strong{color:#111}.rich-content blockquote{margin:20px 0;padding:4px 0 4px 18px;border-left:3px solid var(--red);color:#555}.content-page{padding:clamp(52px,6vw,88px) 32px 100px;background:#fff}.content-page-inner{width:min(100%,1280px);margin:0 auto}.content-page-header{margin-bottom:34px;padding-bottom:24px;border-bottom:1px solid #e4e6e9}.content-page-header .eyebrow{margin:0 0 10px}.content-page-header h1{margin:0;font-size:clamp(40px,4.2vw,64px);line-height:1.05;letter-spacing:-1.4px}.content-page-image{display:block;width:100%;height:clamp(280px,33vw,500px);max-height:none;margin:0 0 50px;object-fit:cover}.content-page-copy{max-width:980px;margin:0;color:#333}.content-about .content-page-copy{font-size:18px;line-height:1.9}.about-shared-section{margin-top:72px;padding-top:58px;border-top:1px solid #e4e6e9}.about-shared-section .home-section-title{margin-bottom:30px}.about-brands-section{width:100vw;margin:72px 0 -100px calc(50% - 50vw);padding:76px 32px 88px;border-top:0;background:#fff}.about-brands-section .home-section-title{margin-bottom:38px}.about-brands-section .brand-strip{padding:26px}.about-brands-section .brand-strip img{width:min(100%,180px);height:68px;max-height:68px;margin:0;object-fit:contain;object-position:center}@media(max-width:800px){.about-brands-section{padding:52px 18px}}.content-page-empty{color:var(--muted);font-size:16px}.contact-mail-form{width:min(100%,960px);display:grid;gap:20px;margin:0 0 58px;padding-bottom:58px;border-bottom:1px solid #e4e6e9}.contact-mail-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-mail-form label{display:block}.contact-mail-form input,.contact-mail-form textarea{width:100%;border:1px solid #7d7d7d;border-radius:0;background:#fff;color:#222;font:inherit;font-size:16px;letter-spacing:.2px;outline:0;transition:border-color .2s,box-shadow .2s}.contact-mail-form input{height:48px;padding:0 19px}.contact-mail-form textarea{min-height:102px;padding:12px 19px;resize:vertical;line-height:1.6}.contact-mail-form input::placeholder,.contact-mail-form textarea::placeholder{color:#363636;opacity:1}.contact-mail-form input:focus,.contact-mail-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 2px #e1251b16}.contact-mail-form button{width:122px;height:47px;margin-top:20px;border:0;border-radius:0;background:#111;color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s,transform .2s}.contact-mail-form button:hover{background:var(--red);transform:translateY(-1px)}.contact-mail-error{margin:0;color:var(--red);font-size:13px}.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}@media(max-width:680px){.content-page{padding:42px 18px 70px}.content-page-header{margin-bottom:26px}.content-page-header h1{font-size:38px}.content-page-image{height:230px;margin-bottom:36px}.contact-mail-row{grid-template-columns:1fr}.contact-mail-form{gap:15px;margin-bottom:40px;padding-bottom:42px}.contact-mail-form button{margin-top:10px}}
