@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--yellow:#f7c948;--yellow-strong:#eeb51b;--yellow-soft:#fff5ca;--navy:#152642;--navy-strong:#0e1d34;--text:#202b3c;--muted:#6f7a8b;--background:#f4f6f9;--surface:#fff;--surface-soft:#eef2f7;--border:#e2e7ee;--header:#ffffffe6;--shadow:0 18px 48px #14264217;--shadow-soft:0 8px 26px #14264212;--danger:#d33a52;--danger-soft:#fff0f2;--success:#188857;--success-soft:#e7f8ef;--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--container:1320px;--header-height:82px;font-synthesis:none;text-rendering:optimizelegibility;font-family:Manrope,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--text:#f1f5fb;--muted:#9aa7ba;--background:#0a1424;--surface:#111f34;--surface-soft:#172840;--border:#263a55;--header:#0a1424e6;--yellow-soft:#342d17;--danger-soft:#32202b;--success-soft:#17372e;--shadow:0 20px 50px #00000047;--shadow-soft:0 10px 28px #0003}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--background)}body{background:var(--background);min-width:320px;min-height:100vh;color:var(--text);margin:0;transition:background-color .42s,color .42s}body,header,footer,section,article,a,button,input,.map-card{transition-property:background-color,border-color,color,box-shadow;transition-duration:.3s;transition-timing-function:ease}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{color:inherit}#app{flex-direction:column;min-height:100vh;display:flex}main{padding-top:var(--header-height);flex:1}.container{width:min(100% - 40px, var(--container));margin-inline-start:auto;margin-inline-end:auto}.skip-link{z-index:9999;background:var(--yellow);color:var(--navy);border-radius:12px;padding:12px 16px;font-weight:800;position:fixed;top:-80px;left:16px}.skip-link:focus{top:12px}::selection{background:var(--yellow);color:var(--navy)}::view-transition-old(root){animation-duration:.42s}::view-transition-new(root){animation-duration:.42s}::view-transition-old(root){animation:.42s both theme-out}::view-transition-new(root){animation:.42s both theme-in}@keyframes theme-in{0%{opacity:0;filter:blur(2px)}}@keyframes theme-out{to{opacity:0;filter:blur(2px)}}.site-header{z-index:1000;height:var(--header-height);background:var(--header);border-bottom:1px solid color-mix(in srgb, var(--border) 78%, transparent);-webkit-backdrop-filter:blur(20px)saturate(160%);position:fixed;top:0;bottom:auto;left:0;right:0}.header-inner{align-items:center;gap:34px;height:100%;display:flex}.header-logo{flex:none;align-items:center;width:clamp(150px,17vw,220px);height:62px;display:flex}.header-logo img{object-fit:contain;object-position:left center;width:100%;height:100%}.header-logo__fallback{background:var(--navy);width:54px;height:54px;color:var(--yellow);border-radius:17px;place-items:center;font-size:34px;font-weight:800;display:grid}.desktop-nav{align-items:center;gap:28px;margin-right:auto;display:flex}.desktop-nav a{color:var(--muted);font-weight:700;position:relative}.desktop-nav a:after{content:"";background:var(--yellow-strong);border-radius:4px;height:3px;transition:transform .25s;position:absolute;top:auto;bottom:-10px;left:50%;right:50%;transform:translate(-50%)scaleX(0)}.desktop-nav a:hover,.desktop-nav a.router-link-active{color:var(--text)}.desktop-nav a:hover:after,.desktop-nav a.router-link-active:after{transform:translate(-50%)scaleX(1)}.header-actions{justify-content:flex-end;align-items:center;gap:14px;display:flex}.header-phone{color:var(--text);white-space:nowrap;align-items:center;gap:8px;font-size:.92rem;font-weight:800;display:flex}.header-phone svg{width:21px;fill:var(--yellow-strong)}.language-switcher{background:var(--surface-soft);border-radius:999px;gap:3px;padding:4px;display:flex}.language-switcher button,.mobile-languages button{color:var(--muted);text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:7px 10px;font-size:.72rem;font-weight:800}.language-switcher button.active,.mobile-languages button.active{background:var(--yellow);color:var(--navy);box-shadow:0 4px 12px #eeb51b40}.theme-toggle{cursor:pointer;background:0 0;border:0;padding:0}.theme-toggle__track{background:var(--surface-soft);width:58px;height:32px;color:var(--muted);border-radius:999px;justify-content:space-between;align-items:center;padding:0 7px;display:flex;position:relative;overflow:hidden}.theme-toggle__sun,.theme-toggle__moon{z-index:1;font-size:14px;line-height:1;position:relative}.theme-toggle__thumb{z-index:0;background:var(--yellow);border-radius:50%;width:26px;height:26px;transition:transform .42s cubic-bezier(.22,1,.36,1);position:absolute;top:3px;left:3px;box-shadow:0 3px 9px #0000002e}[data-theme=dark] .theme-toggle__thumb{background:#6e86ae;transform:translate(26px)}.mobile-menu-button{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:13px;place-content:center;gap:4px;width:42px;height:42px;display:none}.mobile-menu-button span{background:var(--text);border-radius:4px;width:18px;height:2px}.mobile-menu{background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow);display:none;position:absolute;top:100%;left:0;right:0}.mobile-menu__inner{gap:4px;padding-block-start:10px;padding-block-end:18px;display:grid}.mobile-menu__inner>a{border-bottom:1px solid var(--border);padding:13px 6px;font-weight:750}.mobile-languages{gap:8px;padding-top:10px;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:11px 22px;font-weight:800;transition:transform .22s,box-shadow .22s,background-color .22s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--yellow);color:var(--navy);box-shadow:0 12px 25px #eeb51b3d}.button--primary:hover{background:#ffd558;box-shadow:0 16px 30px #eeb51b4d}.button--secondary{background:var(--surface-soft);border-color:var(--border);color:var(--text)}.button--whatsapp{color:#fff;background:#21a667}.home-view{padding:24px 0 80px}.banner-shell{min-height:0;margin-bottom:54px}.banner{border-radius:var(--radius-xl);background:var(--navy);height:clamp(390px,37vw,510px);box-shadow:var(--shadow);touch-action:pan-y;position:relative;overflow:hidden}.banner--skeleton{background:var(--surface-soft)}.banner-track{will-change:transform;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1);display:flex}.banner-slide{background:linear-gradient(135deg,#22385b,#0c1728) 50%/cover;flex:0 0 100%;place-items:center;height:100%;display:grid;position:relative}.banner-overlay{background:linear-gradient(90deg,#070e1bd1 0%,#0a14249e 48%,#0a142459 100%);position:absolute;top:0;bottom:0;left:0;right:0}.banner-overlay:after{content:"";background:radial-gradient(circle at 50% 40%,#0000 0,#0003 75%);position:absolute;top:0;bottom:0;left:0;right:0}.banner-content{z-index:2;text-align:center;color:#fff;text-shadow:0 2px 20px #0000004d;flex-direction:column;align-items:center;width:min(760px,76%);display:flex;position:relative}.banner-kicker{letter-spacing:.24em;font-weight:800;color:var(--yellow)!important;margin:0 0 12px!important;font-size:.8rem!important}.banner-content h1{letter-spacing:-.045em;max-width:900px;margin:0;font-size:clamp(2rem,4.5vw,4.3rem);line-height:1.04}.banner-content p{color:#ffffffd6;max-width:700px;margin:18px 0 27px;font-size:clamp(1rem,1.8vw,1.35rem);line-height:1.55}.banner-content .button{text-shadow:none;min-width:170px}.banner-arrow{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff24;border:1px solid #ffffff40;border-radius:50%;place-items:center;width:54px;height:54px;font-size:35px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.banner-arrow:hover{background:#ffffff42}.banner-arrow--prev{left:22px}.banner-arrow--next{right:22px}.banner-dots{z-index:3;gap:8px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.banner-dots button{cursor:pointer;background:#ffffff8c;border:0;border-radius:99px;width:8px;height:8px;padding:0;transition:width .28s,background-color .28s}.banner-dots button.active{background:var(--yellow);width:32px}.section{margin-top:62px}.section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:23px;display:flex}.section-heading h2{color:var(--text);letter-spacing:-.035em;margin:0;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.15}.section-heading p{color:var(--muted);margin:8px 0 0}.section-heading>a,.category-products__head a,.catalog-toolbar a{color:var(--yellow-strong);flex:none;font-weight:800}.section-heading a span{transition:transform .2s;display:inline-block}.section-heading a:hover span{transform:translate(4px)}.category-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;display:grid}.category-tile{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);min-width:0;box-shadow:var(--shadow-soft);flex-direction:column;align-items:center;gap:13px;padding:20px 12px 18px;display:flex;position:relative;overflow:hidden}.category-tile:before{content:"";background:radial-gradient(circle at 50% 0, color-mix(in srgb, var(--yellow) 18%, transparent), transparent 58%);opacity:0;transition:opacity .28s;position:absolute;top:0;bottom:0;left:0;right:0}.category-tile:hover{border-color:color-mix(in srgb, var(--yellow) 55%, var(--border));box-shadow:var(--shadow);transform:translateY(-5px)}.category-tile:hover:before{opacity:1}.category-tile__media{place-items:center;width:104px;height:86px;display:grid;position:relative}.category-tile__media img{object-fit:contain;filter:drop-shadow(0 10px 10px #14264221);width:100%;height:100%;transition:transform .3s}.category-tile:hover img{transform:scale(1.06)}.category-tile strong{-webkit-line-clamp:2;text-align:center;-webkit-box-orient:vertical;max-width:100%;min-height:2.7em;line-height:1.35;display:-webkit-box;position:relative;overflow:hidden}.category-tile--skeleton span{border-radius:15px;width:104px;height:86px}.category-tile--skeleton i{border-radius:6px;width:70%;height:18px}.image-placeholder{border-radius:inherit;background:linear-gradient(145deg, var(--navy), #28446e);width:100%;height:100%;color:var(--yellow);place-items:center;font-size:42px;font-style:normal;display:grid}.category-product-rows{gap:54px;display:grid}.category-products__head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;display:flex}.category-products__head h3{letter-spacing:-.02em;margin:0;font-size:clamp(1.3rem,2.2vw,1.75rem)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.product-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);min-width:0;box-shadow:var(--shadow-soft);flex-direction:column;display:flex;overflow:hidden}.product-card:hover{border-color:color-mix(in srgb, var(--yellow) 48%, var(--border));box-shadow:var(--shadow);transform:translateY(-6px)}.product-card__image{aspect-ratio:1/.86;background:var(--surface-soft);border-radius:15px;place-items:center;margin:10px 10px 0;display:grid;position:relative;overflow:hidden}.product-card__image img{object-fit:contain;width:100%;height:100%;padding:13px;transition:transform .35s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-card__image img{transform:scale(1.055)}.stock-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px;padding:7px 10px;font-size:.68rem;font-weight:800;line-height:1;position:absolute;top:10px;left:10px}.stock-badge--yes{background:color-mix(in srgb, var(--success-soft) 90%, transparent);color:var(--success)}.stock-badge--no{background:color-mix(in srgb, var(--danger-soft) 93%, transparent);color:var(--danger)}.product-card__body{flex-direction:column;flex:1;padding:17px 18px 20px;display:flex}.product-card__code{color:var(--muted);margin-bottom:7px;font-size:.72rem;font-weight:700}.product-card__body>strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.8em;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card__price{color:var(--navy);margin-top:auto;padding-top:17px;font-size:1.23rem;font-weight:800}[data-theme=dark] .product-card__price{color:var(--yellow)}.product-card__price small{color:var(--muted);font-size:.72rem;font-weight:650}.skeleton{position:relative;overflow:hidden;background:var(--surface-soft)!important}.skeleton:after{content:"";background:linear-gradient(100deg, transparent 10%, color-mix(in srgb, var(--surface) 72%, transparent) 45%, transparent 80%);animation:1.45s infinite shimmer;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-line{border-radius:7px;height:17px;display:block}.skeleton-line+.skeleton-line{margin-top:10px}.skeleton-line--short{width:35%}.skeleton-line--price{width:58%;height:25px;margin-top:24px!important}.map-section{margin-top:82px}.map-card{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);height:430px;box-shadow:var(--shadow);position:relative;overflow:hidden}.map-container{cursor:pointer;width:100%;height:100%}.map-loader{position:absolute;top:0;bottom:0;left:0;right:0}.map-open-button{z-index:4;background:var(--yellow);color:var(--navy);box-shadow:var(--shadow);border-radius:13px;padding:12px 18px;font-weight:800;position:absolute;bottom:18px;right:18px}.map-fallback{background:radial-gradient(circle at 80% 25%, color-mix(in srgb, var(--yellow) 17%, transparent), transparent 38%), linear-gradient(135deg, var(--surface), var(--surface-soft));grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:23px;height:100%;padding:42px;display:grid}.map-pin{background:var(--navy);width:78px;height:78px;color:var(--yellow);box-shadow:var(--shadow);border-radius:24px;place-items:center;font-size:45px;display:grid}.map-fallback strong{font-size:1.5rem}.map-fallback p{color:var(--muted);margin:8px 0 0;line-height:1.6}.map-error-detail{max-width:48rem;color:var(--muted);overflow-wrap:anywhere;margin-top:.35rem;font-size:.78rem;display:block}.page-view{min-height:68vh;padding:58px 0 90px}.page-heading{margin-bottom:34px}.page-heading h1{letter-spacing:-.05em;margin:6px 0 0;font-size:clamp(2.1rem,5vw,4.3rem);line-height:1.06}.eyebrow{color:var(--yellow-strong);letter-spacing:.17em;text-transform:uppercase;margin:0;font-size:.77rem;font-weight:800}.search-box{z-index:20;margin-bottom:25px;position:relative}.search-control{border:1px solid var(--border);background:var(--surface);height:64px;box-shadow:var(--shadow-soft);border-radius:18px;align-items:center;padding:7px;display:flex}.search-control>svg{fill:none;width:23px;stroke:var(--muted);stroke-width:2px;flex:none;margin-left:14px}.search-control input{min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0 14px;font-size:1rem}.search-control input::-webkit-search-cancel-button{display:none}.search-clear{background:var(--surface-soft);width:36px;height:36px;color:var(--muted);cursor:pointer;border:0;border-radius:50%;font-size:21px}.search-submit{background:var(--yellow);min-width:112px;color:var(--navy);cursor:pointer;border:0;border-radius:13px;align-self:stretch;margin-left:8px;font-weight:800}.search-suggestions{border:1px solid var(--border);background:var(--surface);max-height:430px;box-shadow:var(--shadow);border-radius:18px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}.search-suggestions button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;width:100%;padding:10px;display:grid}.search-suggestions button:hover,.search-suggestions button.active{background:var(--surface-soft)}.suggestion-image{background:var(--surface-soft);width:48px;height:48px;color:var(--yellow-strong);border-radius:10px;place-items:center;display:grid;overflow:hidden}.suggestion-image img{object-fit:contain;width:100%;height:100%}.search-suggestions strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.search-suggestions small{color:var(--muted)}.search-suggestions b{color:var(--navy);font-size:.86rem}[data-theme=dark] .search-suggestions b{color:var(--yellow)}.catalog-toolbar{color:var(--muted);justify-content:space-between;margin:0 0 20px;font-size:.9rem;font-weight:700;display:flex}.all-categories-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.all-category-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);min-width:0;min-height:156px;box-shadow:var(--shadow-soft);align-items:center;gap:20px;padding:18px;display:flex}.all-category-card:hover{border-color:color-mix(in srgb, var(--yellow) 52%, var(--border));box-shadow:var(--shadow);transform:translateY(-5px)}.all-category-card__media{background:var(--surface-soft);border-radius:17px;flex:0 0 120px;place-items:center;width:120px;height:120px;display:grid;overflow:hidden}.all-category-card__media img{object-fit:contain;width:100%;height:100%;padding:9px;transition:transform .3s}.all-category-card:hover img{transform:scale(1.06)}.all-category-card>span:last-child{min-width:0}.all-category-card strong{font-size:1.05rem;line-height:1.35;display:block}.all-category-card small{color:var(--yellow-strong);margin-top:11px;font-weight:800;display:block}.all-category-card--skeleton>span{border-radius:17px;flex:0 0 120px;height:120px}.all-category-card--skeleton>i{border-radius:7px;width:45%;height:20px}.breadcrumbs{color:var(--muted);white-space:nowrap;align-items:center;gap:9px;margin-bottom:26px;font-size:.84rem;display:flex;overflow:hidden}.breadcrumbs a:hover{color:var(--yellow-strong)}.breadcrumbs b{color:var(--text);text-overflow:ellipsis;overflow:hidden}.product-detail{grid-template-columns:minmax(0,1.03fr) minmax(380px,.97fr);align-items:start;gap:clamp(35px,6vw,86px);display:grid}.product-gallery-slider{outline:none;min-width:0}.product-gallery-slider:focus-visible .product-gallery-slider__viewport{box-shadow:0 0 0 4px color-mix(in srgb, var(--yellow) 35%, transparent), var(--shadow-soft)}.product-gallery-slider__viewport{aspect-ratio:1/.82;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-soft);touch-action:pan-y;place-items:center;display:grid;position:relative;overflow:hidden}.product-gallery-slider__track{will-change:transform;width:100%;height:100%;transition:transform .62s cubic-bezier(.22,1,.36,1);display:flex}.product-gallery-slider__slide{flex:0 0 100%;place-items:center;width:100%;height:100%;display:grid}.product-gallery-slider__slide img{object-fit:contain;-webkit-user-select:none;user-select:none;width:100%;height:100%;padding:35px}.gallery-arrow{z-index:3;border:1px solid var(--border);background:color-mix(in srgb, var(--surface) 88%, transparent);width:46px;height:46px;color:var(--text);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;border-radius:50%;place-items:center;font-size:30px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow:hover{background:var(--yellow);color:var(--navy);transform:translateY(-50%)scale(1.06)}.gallery-arrow--prev{left:16px}.gallery-arrow--next{right:16px}.gallery-dots{z-index:3;background:color-mix(in srgb, var(--surface) 72%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:99px;gap:7px;padding:7px 10px;display:flex;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.gallery-dots i{background:var(--muted);border-radius:99px;width:7px;height:7px;transition:width .25s,background-color .25s}.gallery-dots i.active{background:var(--yellow-strong);width:24px}.product-gallery__main{aspect-ratio:1/.82;border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-soft);place-items:center;display:grid;overflow:hidden}.product-gallery__main img{object-fit:contain;width:100%;height:100%;padding:35px}.product-thumbnails{gap:11px;margin-top:14px;padding-bottom:3px;display:flex;overflow-x:auto}.product-thumbnails button{background:var(--surface);cursor:pointer;border:2px solid #0000;border-radius:13px;flex:0 0 78px;width:78px;height:70px;padding:4px}.product-thumbnails button.active{border-color:var(--yellow)}.product-thumbnails img{object-fit:contain;width:100%;height:100%}.product-info{padding-top:10px}.product-info h1{letter-spacing:-.045em;margin:9px 0 13px;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08}.product-code{color:var(--muted)}.product-price{color:var(--navy);margin:28px 0 16px;font-size:clamp(1.8rem,3.8vw,2.65rem);font-weight:800}[data-theme=dark] .product-price{color:var(--yellow)}.product-price small{color:var(--muted);font-size:.9rem}.detail-stock{border-radius:999px;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:9px 13px;font-size:.86rem;font-weight:800;display:flex}.detail-stock span{color:#fff;border-radius:50%;place-items:center;width:20px;height:20px;display:grid}.detail-stock--yes{background:var(--success-soft);color:var(--success)}.detail-stock--yes span{background:var(--success)}.detail-stock--no{background:var(--danger-soft);color:var(--danger)}.detail-stock--no span{background:var(--danger)}.product-description{border-top:1px solid var(--border);margin-top:35px;padding-top:28px}.product-description h2,.contact-panel h2{margin:0 0 12px;font-size:1.05rem}.product-description p{color:var(--muted);white-space:pre-wrap;margin:0;line-height:1.8}.contact-panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft);margin-top:28px;padding:23px}.contact-actions{flex-wrap:wrap;gap:9px;display:flex}.contact-actions .button{flex:130px}.product-detail--skeleton .product-gallery{aspect-ratio:1/.82;border-radius:var(--radius-xl)}.product-detail--skeleton .product-info{gap:16px;display:grid}.empty-state{border:1px dashed var(--border);border-radius:var(--radius-xl);background:var(--surface);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:40px;display:flex}.empty-state>span{background:var(--yellow-soft);min-width:68px;height:68px;color:var(--yellow-strong);border-radius:21px;place-items:center;margin-bottom:17px;font-size:2rem;font-weight:800;display:grid}.empty-state h1,.empty-state h3{margin:0}.empty-state p{max-width:650px;color:var(--muted);margin:12px 0 22px;line-height:1.65}.empty-state--large{min-height:56vh}.site-footer{background:var(--navy-strong);color:#fff;margin-top:auto;padding-top:58px}.footer-grid{grid-template-columns:1.4fr .8fr .9fr;gap:70px;padding-bottom:45px;display:grid}.footer-grid section{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.footer-grid h3{color:var(--yellow);margin:0 0 9px;font-size:.95rem}.footer-grid a,.footer-grid p{color:#aebbd0;line-height:1.65}.footer-grid a:hover{color:var(--yellow)}.footer-brand img{object-fit:contain;object-position:left center;filter:brightness(1.08);width:min(230px,100%);height:72px;margin-bottom:5px}.footer-brand h2{color:var(--yellow);margin:0}.footer-brand p{max-width:520px;margin:0}.footer-address{margin:4px 0 0}.footer-bottom{color:#8796ad;border-top:1px solid #ffffff1a;padding:19px 0 26px;font-size:.82rem}.page-enter-active,.page-leave-active{transition:opacity .2s,transform .2s}.page-enter-from{opacity:0;transform:translateY(8px)}.page-leave-to{opacity:0;transform:translateY(-5px)}.suggestions-enter-active,.suggestions-leave-active{transform-origin:top;transition:opacity .16s,transform .16s}.suggestions-enter-from,.suggestions-leave-to{opacity:0;transform:translateY(-5px)scale(.99)}.menu-enter-active,.menu-leave-active{transform-origin:top;transition:opacity .2s,transform .2s}.menu-enter-from,.menu-leave-to{opacity:0;transform:translateY(-8px)}@media (max-width:1080px){.desktop-nav{display:none}.header-logo{margin-right:auto}.product-grid{gap:15px}.category-strip{gap:12px}.all-categories-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail{gap:38px}.footer-grid{gap:40px}}@media (max-width:820px){:root{--header-height:72px}.container{width:min(100% - 28px, var(--container))}.site-header{height:var(--header-height)}.header-logo{width:clamp(130px,30vw,180px);height:52px}.header-phone span,.language-switcher{display:none}.header-phone{border:1px solid var(--border);background:var(--surface);border-radius:13px;justify-content:center;width:42px;height:42px}.mobile-menu-button{display:grid}.mobile-menu{display:block}.banner{border-radius:22px;height:420px}.banner-overlay{background:linear-gradient(#070e1b6e,#070e1bd1)}.banner-content{width:min(620px,82%)}.banner-arrow{width:44px;height:44px;font-size:28px}.banner-arrow--prev{left:12px}.banner-arrow--next{right:12px}.category-strip{scroll-snap-type:x mandatory;scrollbar-width:none;gap:13px;margin-inline-start:-14px;margin-inline-end:-14px;padding:4px 14px 15px;display:flex;overflow-x:auto}.category-strip::-webkit-scrollbar{display:none}.category-tile{scroll-snap-align:start;flex:0 0 158px}.product-detail{grid-template-columns:1fr}.product-gallery-slider__viewport,.product-gallery__main{aspect-ratio:1/.85}.map-fallback{grid-template-columns:auto 1fr;padding:28px}.map-fallback .button{grid-column:1/-1}.footer-grid{grid-template-columns:1.2fr 1fr}.footer-grid section:last-child{grid-column:1/-1}}@media (max-width:620px){.container{width:min(100% - 22px, var(--container))}.header-inner{gap:8px}.header-logo{width:126px}.header-actions{gap:7px}.header-phone,.mobile-menu-button{border-radius:12px;width:38px;height:38px}.header-phone svg{width:19px}.theme-toggle__track{width:50px;height:30px;padding-inline-start:6px;padding-inline-end:6px}.theme-toggle__thumb{width:24px;height:24px}[data-theme=dark] .theme-toggle__thumb{transform:translate(20px)}.home-view{padding-top:13px;padding-bottom:60px}.banner-shell{margin-bottom:38px}.banner{border-radius:19px;height:355px}.banner-content{width:78%}.banner-content h1{font-size:clamp(1.8rem,9vw,2.6rem)}.banner-content p{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:13px 0 22px;font-size:.92rem;display:-webkit-box;overflow:hidden}.banner-content .button{min-width:0;min-height:44px;padding:9px 16px}.banner-arrow{width:39px;height:39px;top:auto;bottom:12px;transform:none}.banner-dots{bottom:26px}.section{margin-top:46px}.section-heading{align-items:center;margin-bottom:17px}.section-heading h2{font-size:1.65rem}.section-heading>a{font-size:.78rem}.category-tile{border-radius:17px;flex-basis:137px;padding:15px 9px}.category-tile__media{width:88px;height:73px}.category-tile strong{font-size:.82rem}.category-product-rows{gap:39px}.category-products__head{margin-bottom:13px}.category-products__head h3{font-size:1.18rem}.category-products__head a{font-size:.72rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{border-radius:15px}.product-card__image{border-radius:11px;margin:7px 7px 0}.product-card__image img{padding:8px}.stock-badge{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 12px);padding:6px 7px;font-size:.56rem;top:6px;left:6px;overflow:hidden}.product-card__body{padding:11px 10px 13px}.product-card__code{margin-bottom:4px;font-size:.61rem}.product-card__body>strong{min-height:2.75em;font-size:.78rem}.product-card__price{padding-top:11px;font-size:.96rem}.product-card__price small{margin-top:2px;font-size:.58rem;display:block}.map-section{margin-top:60px}.map-card{border-radius:20px;height:360px}.map-fallback{flex-direction:column;justify-content:center;align-items:flex-start;padding:24px;display:flex}.map-pin{border-radius:18px;width:60px;height:60px;font-size:34px}.map-fallback strong{font-size:1.2rem}.map-fallback .button{width:100%}.page-view{padding:38px 0 65px}.page-heading{margin-bottom:24px}.page-heading h1{font-size:2.2rem}.search-control{height:58px;padding:5px}.search-control>svg{margin-left:9px}.search-control input{padding-inline-start:10px;padding-inline-end:10px;font-size:.88rem}.search-submit{min-width:78px;font-size:.78rem}.search-suggestions button{grid-template-columns:42px minmax(0,1fr)}.search-suggestions b{display:none}.all-categories-grid{grid-template-columns:1fr;gap:12px}.all-category-card{border-radius:16px;gap:15px;min-height:120px;padding:12px}.all-category-card__media{border-radius:13px;flex-basis:95px;width:95px;height:95px}.all-category-card--skeleton>span{flex-basis:95px;height:95px}.breadcrumbs{margin-bottom:17px;font-size:.72rem}.product-gallery__main{border-radius:19px}.product-gallery__main img{padding:20px}.product-gallery-slider__viewport{border-radius:19px}.product-gallery-slider__slide img{padding:20px}.gallery-arrow{width:38px;height:38px;font-size:25px;top:auto;bottom:11px;transform:none}.gallery-arrow:hover{transform:scale(1.05)}.gallery-arrow--prev{left:11px}.gallery-arrow--next{right:11px}.gallery-dots{bottom:18px}.product-info h1{font-size:2rem}.product-price{margin:20px 0 13px;font-size:1.8rem}.contact-panel{padding:17px}.contact-actions{display:grid}.contact-actions .button{width:100%}.empty-state{min-height:260px;padding:25px 14px}.footer-grid{grid-template-columns:1fr;gap:33px}.footer-grid section:last-child{grid-column:auto}.footer-brand img{width:190px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.logo-swap-enter-active,.logo-swap-leave-active{transition:opacity .22s,transform .22s}.logo-swap-enter-from{opacity:0;transform:translateY(4px)scale(.98)}.logo-swap-leave-to{opacity:0;transform:translateY(-4px)scale(.98)}.banner-track{will-change:transform;transition:transform .9s cubic-bezier(.22,1,.36,1)}.header-logo{isolation:isolate;flex:none;justify-content:flex-start;align-items:center;width:clamp(150px,17vw,220px);max-width:220px;height:62px;max-height:62px;display:flex;position:relative;overflow:hidden}.header-logo__image{transition:opacity .25s,filter .25s;transform:none;object-fit:contain!important;object-position:left center!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:62px!important;margin:0!important;padding:0!important;display:block!important;position:static!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}.header-logo__fallback{flex:none}@media (max-width:760px){.header-logo{width:142px;max-width:142px;height:48px;max-height:48px}.header-logo__image{max-height:48px!important}}@media (max-width:420px){.header-logo{width:120px;max-width:120px;height:44px;max-height:44px}.header-logo__image{max-height:44px!important}}
