:root {
  --blue: #3f7edc;
  --blue-dark: #2b66bd;
  --cyan: #00adef;
  --green: #43b02a;
  --green-dark: #379424;
  --ink: #364555;
  --muted: #757575;
  --line: #e7e7e7;
  --soft: #f5f5f5;
  --footer: #3f4e5d;
  --container: 1170px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #333c46; background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
svg { display: block; }
.container { width: min(var(--container), calc(100% - 30px)); margin-inline: auto; }

.top-strip { height: 32px; background: #f1f1f1; color: #46525d; font-size: 12px; border-bottom: 1px solid #e9e9e9; }
.top-strip-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.top-links { display: flex; height: 100%; align-items: center; }
.top-links a { height: 100%; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-left: 1px solid #e2e2e2; }
.top-links a:last-child { border-right: 1px solid #e2e2e2; }
.top-links svg { width: 16px; height: 16px; color: var(--blue); }
.locale-switch { font-weight: 700; color: var(--blue); border: 1px solid #d8d8d8; background: #fff; padding: 3px 9px; border-radius: 3px; }

.main-header { height: 104px; background: #fff; }
.header-grid { height: 100%; display: grid; grid-template-columns: 230px minmax(270px, 1fr) 210px 210px; align-items: center; gap: 26px; }
.logo { display: inline-flex; flex-direction: column; width: fit-content; }
.logo > span { color: var(--blue); font-size: 36px; font-weight: 800; letter-spacing: -1.8px; line-height: .94; text-shadow: 0 1px 0 #fff; }
.logo > span span { color: #f1262b; font-size: 24px; letter-spacing: -1px; }
.logo small { color: #ee3338; font-size: 10px; font-weight: 700; letter-spacing: .1px; padding-left: 2px; margin-top: 5px; }
.search-form { display: grid; grid-template-columns: 1fr 54px; height: 44px; border: 1px solid #d5d5d5; border-radius: 3px; box-shadow: inset 0 1px 2px rgba(0,0,0,.04); }
.search-form input { width: 100%; border: 0; min-width: 0; outline: 0; padding: 0 15px; color: #555; font-size: 14px; }
.search-form input::placeholder { color: #a6a6a6; }
.search-form button { border: 0; color: #fff; background: var(--blue); display: grid; place-items: center; border-radius: 0 2px 2px 0; }
.search-form button:hover { background: var(--blue-dark); }
.search-form svg { width: 20px; height: 20px; }
.phone-block { display: flex; flex-direction: column; line-height: 1.12; }
.phone-block a { color: #ff2428; font-weight: 800; font-size: 19px; letter-spacing: -.2px; }
.phone-block small { font-size: 11px; color: #8c8c8c; margin-top: 5px; }
.cart-block { min-width: 0; display: flex; gap: 12px; align-items: center; justify-content: flex-end; }
.cart-icon { position: relative; color: #6c7782; }
.cart-icon svg { width: 40px; height: 40px; stroke-width: 1.3; }
.cart-icon b { position: absolute; right: -6px; top: -7px; display: grid; place-items: center; background: var(--green); color: white; width: 21px; height: 21px; border-radius: 50%; font-size: 11px; }
.cart-block > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.cart-block strong { font-size: 14px; color: #404c57; white-space: nowrap; }
.cart-block small { color: #8b8b8b; font-size: 12px; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 150px; }
.mobile-menu-button { display: none; }

.catalog-nav { min-height: 47px; background: var(--blue); color: white; position: relative; z-index: 30; box-shadow: 0 2px 4px rgba(31,60,94,.08); }
.nav-grid { height: 47px; display: grid; grid-template-columns: 245px 130px 1px 158px repeat(4, auto); align-items: center; }
.nav-grid > a { height: 47px; display: grid; place-items: center; padding: 0 13px; font-size: 13px; font-weight: 700; border-right: 1px solid rgba(255,255,255,.09); transition: background .15s; white-space: nowrap; }
.nav-grid > a:hover { background: rgba(0,0,0,.1); }
.catalog-button { height: 47px; background: #346ec5; color: white; border: 0; border-left: 1px solid rgba(255,255,255,.1); border-right: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; gap: 11px; padding: 0 16px; font-size: 13px; font-weight: 700; }
.catalog-button svg:first-child { width: 19px; }
.catalog-button svg:last-child { margin-left: auto; width: 12px; transform: rotate(90deg); }
.nav-divider { height: 20px; background: rgba(255,255,255,.2); }
.mega-wrap { position: absolute; left: 0; top: 47px; width: 100%; color: #3f4e5d; background: #fff; box-shadow: 0 12px 25px rgba(35,52,69,.18); border-bottom: 3px solid var(--blue); }
.mega-menu { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 45px; padding-top: 29px; padding-bottom: 34px; font-size: 14px; }
.mega-menu h3 { font-size: 15px; margin: 0 0 15px; color: #303c47; text-transform: uppercase; }
.mega-menu > div:first-child { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.mega-menu > div:first-child h3 { grid-column: 1/-1; }
.mega-menu > div:first-child a { border-bottom: 1px solid #eee; display: flex; justify-content: space-between; padding: 8px 0; }
.mega-menu a:hover { color: var(--blue); }
.mega-menu a svg { width: 10px; }
.mega-brands { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 18px; }
.mega-brands h3 { grid-column: 1/-1; }
.mega-brands a { padding: 7px 0; border-bottom: 1px solid #eee; }
.mega-power div { display: flex; flex-wrap: wrap; gap: 6px; }
.mega-power a { padding: 7px 10px; background: #f5f6f7; border: 1px solid #e5e5e5; }

.hero-catalog { padding-top: 18px; }
.hero-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #eee; height: 292px; overflow: hidden; }
.hero-grid.hero-count-1 { grid-template-columns: 1fr; }
.hero-grid.hero-count-2 { grid-template-columns: repeat(2, 1fr); }
.hero-grid.hero-count-3 { grid-template-columns: repeat(3, 1fr); }
.hero-tile { position: relative; min-width: 0; overflow: hidden; display: flex; align-items: center; justify-content: flex-end; flex-direction: column; border-right: 9px solid white; background: #e9ecec; }
.hero-tile:last-child { border-right: 0; }
.hero-tile .room-visual { position: absolute; inset: 0; opacity: .98; background: linear-gradient(125deg, rgba(255,255,255,.62), transparent 45%), linear-gradient(180deg, #d9e0e2 0 68%, #b2a99f 68% 72%, #d2c9bc 72%); }
.hero-tile .room-visual::before { content: ""; position: absolute; top: 21px; right: 20px; width: 58%; height: 50%; border: 9px solid rgba(80,91,96,.2); background: linear-gradient(90deg, rgba(255,255,255,.65) 50%, rgba(126,145,151,.18) 50%); box-shadow: inset 1px 1px 0 white; }
.hero-tile .room-visual::after { content: ""; position: absolute; left: 18px; bottom: 28px; width: 72%; height: 30%; background: linear-gradient(155deg, #e6e8e7 0 42%, #818f96 43% 48%, #c7ced0 49% 72%, transparent 73%); }
.hero-tile.room-hotel .room-visual { background: linear-gradient(125deg, rgba(255,255,255,.5), transparent 45%), linear-gradient(180deg, #c8d7d9 0 52%, #807268 52% 53%, #e6dfd8 53%); }
.hero-tile.room-loft .room-visual { background: radial-gradient(circle at 60% 12%, #fff 0 3%, transparent 3.3%), linear-gradient(90deg, #37393a, #989b99); }
.hero-tile.room-home .room-visual { background: linear-gradient(180deg, #f3f0eb 0 64%, #d9d0c5 64%); }
.hero-tile .equipment-art { z-index: 2; width: 78%; max-height: 132px; margin-bottom: 2px; filter: drop-shadow(0 7px 5px rgba(0,0,0,.23)); }
.hero-category-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #fff; }
.hero-tile strong { position: relative; z-index: 3; color: white; background: rgba(47,62,72,.82); width: 100%; text-align: center; padding: 10px 5px; font-size: 13px; text-transform: uppercase; }

.benefits { padding-top: 17px; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.benefit-card { border: 1px solid var(--line); min-height: 68px; display: flex; align-items: center; padding: 10px 12px; gap: 11px; background: #fff; }
.benefit-card svg { width: 40px; height: 40px; color: #c0c6ca; flex: 0 0 auto; stroke-width: 1.1; }
.benefit-card span { display: flex; flex-direction: column; }
.benefit-card strong { font-size: 12px; color: #525b63; margin-bottom: 3px; }
.benefit-card small { font-size: 10px; line-height: 1.25; color: #8a8f93; }

.catalog-home { padding-top: 20px; }
.catalog-home h1 { margin: 0 0 24px; text-align: center; font-size: 28px; color: #484848; line-height: 1.2; }
.catalog-home h2 { font-size: 14px; font-weight: 500; color: #48545e; margin: 0 0 11px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.category-card { border: 1px solid var(--line); height: 253px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding: 13px; background: #fff; transition: border-color .18s, box-shadow .18s; }
.category-card:hover { border-color: #b9c9d8; box-shadow: 0 3px 14px rgba(45,68,88,.08); }
.category-card .equipment-art { width: 94%; height: 190px; }
.category-card-image { width: 94%; height: 190px; object-fit: contain; }
.category-card strong { font-size: 11px; text-transform: uppercase; text-align: center; color: #414b53; min-height: 28px; display: grid; place-items: center; }
.section-title { margin-top: 33px; display: flex; align-items: center; justify-content: space-between; }
.section-title h2 { text-transform: uppercase; position: relative; padding-bottom: 9px; margin: 0; }
.section-title h2::after { content: ""; width: 82px; height: 2px; background: #ff5b5b; position: absolute; left: 0; bottom: 0; }
.section-title span { display: flex; }
.section-title button { width: 24px; height: 19px; border: 1px solid #e2e2e2; background: white; color: #b6b6b6; line-height: 15px; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.home-products { margin-top: 11px; }
.product-card { min-width: 0; border: 1px solid var(--line); background: white; padding: 12px 10px 10px; position: relative; display: flex; flex-direction: column; min-height: 397px; }
.product-image { height: 178px; display: grid; place-items: center; position: relative; }
.product-image .equipment-art { width: 100%; height: 155px; }
.product-image > img { width: 100%; height: 155px; object-fit: contain; }
.discount-badge { position: absolute; top: 3px; right: -4px; background: #ff4c54; color: #fff; font-weight: 700; font-size: 9px; padding: 4px 6px; }
.product-name { color: #2273c8; font-weight: 600; min-height: 41px; padding: 5px 0; font-size: 13px; line-height: 1.3; }
.product-name:hover { text-decoration: underline; }
.product-specs { color: #5c6268; font-size: 10px; line-height: 1.35; height: 43px; overflow: hidden; }
.product-availability { color: var(--green-dark); font-size: 9px; margin-top: 6px; display: flex; align-items: center; gap: 5px; }
.product-availability span { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.product-price-row { margin-top: auto; }
.product-price { display: flex; align-items: baseline; gap: 5px; flex-wrap: wrap; font-size: 16px; font-weight: 700; color: #3c444b; min-height: 27px; }
.product-price del { color: #aaa; font-size: 9px; font-weight: 400; }
.product-actions { display: grid; grid-template-columns: minmax(0, 1fr) 34px; gap: 3px; }
.product-cart-button { color: white; background: var(--blue); border: 0; min-height: 31px; width: 100%; display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 10px; font-weight: 700; border-radius: 2px; }
.product-cart-button:hover { background: var(--blue-dark); }
.product-cart-button.added { background: var(--green); }
.product-cart-button svg { width: 14px; height: 14px; }
.quick-order-trigger { height: 46px; border: 1px solid var(--cyan); border-bottom-width: 2px; border-radius: 2px; background: var(--cyan); color: white; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 0 14px; font-size: 10px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.quick-order-trigger:hover { border-color: var(--blue); background: var(--blue); }
.quick-order-trigger svg { width: 17px; height: 17px; }
.quick-order-trigger.compact { width: 34px; height: 31px; padding: 0; }
.quick-order-trigger.compact svg { width: 15px; height: 15px; }
.category-tabs { display: flex; justify-content: center; gap: 0; border-bottom: 1px solid var(--line); margin-top: 23px; overflow-x: auto; }
.category-tabs a { font-size: 11px; white-space: nowrap; padding: 9px 11px; }
.category-tabs a:first-child { color: var(--blue); border-bottom: 2px solid var(--blue); }
.secondary-products { margin-top: 12px; }
.show-more { text-align: center; margin-top: 17px; }
.show-more a { background: var(--blue); color: white; padding: 9px 20px; border-radius: 2px; }

.info-content { padding-top: 52px; padding-bottom: 54px; }
.info-content > h2 { font-size: 23px; line-height: 1.25; text-align: center; color: #30383e; margin: 0 0 18px; }
.info-content .info-lead { max-width: 960px; margin: 0 auto 44px; color: #52585d; font-size: 15px; line-height: 1.7; text-align: center; }
.article-row { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; align-items: center; margin: 42px 0 72px; }
.article-row h3 { font-size: 23px; line-height: 1.3; color: #30383e; margin: 0 0 17px; }
.article-row p { font-size: 14px; line-height: 1.7; color: #4f555a; margin: 0 0 13px; }
.article-row.reverse { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); margin-top: 0; margin-bottom: 68px; }
.article-product-photo { min-width: 0; margin: 0; border: 1px solid #e0e6ea; border-radius: 12px; background: #fff; overflow: hidden; box-shadow: 0 14px 36px rgba(29, 54, 70, .08); }
.article-product-photo > a { display: flex; align-items: center; justify-content: center; min-height: 320px; padding: 24px; background: linear-gradient(145deg, #f9fbfc, #fff); }
.article-product-photo img { display: block; width: 100%; height: 280px; object-fit: contain; }
.article-product-photo > .equipment-art { width: 100%; height: 320px; padding: 24px; }
.article-product-photo figcaption { padding: 12px 16px; border-top: 1px solid #e8edf0; color: #727a80; font-size: 12px; line-height: 1.45; }
.article-product-photo figcaption a { color: var(--blue); font-weight: 600; }
.info-callout { display: block; margin-top: 20px; padding: 16px 18px; border-left: 3px solid var(--blue); background: #f2f7fc; color: #33434f; font-size: 14px; line-height: 1.55; }
.faq-copy { color: #565b5f; max-width: 1000px; margin: 0 auto; }
.faq-copy > h3 { font-size: 22px; line-height: 1.3; color: #30383e; text-align: center; margin: 0 0 26px; }
.faq-item { padding: 18px 0; border-top: 1px solid #e2e7ea; }
.faq-item:last-child { border-bottom: 1px solid #e2e7ea; }
.faq-copy h4 { font-size: 15px; line-height: 1.45; margin: 0 0 7px; font-weight: 650; color: #384149; }
.faq-copy p { font-size: 14px; line-height: 1.65; margin: 0; }
.faq-copy p { margin: 0; }

.footer-benefits { background: #f0f3f7; border-top: 1px solid #e5e8eb; padding: 28px 0 24px; }
.footer-benefits-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.footer-benefits-grid > div { min-width: 0; text-align: center; padding: 0 14px; border-right: 1px solid #d9dfe5; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.footer-benefits-grid > div:last-child { border: 0; }
.footer-benefits svg { width: 38px; height: 38px; color: #7690a6; stroke-width: 1.3; }
.footer-benefits strong { font-size: 12px; line-height: 1.35; color: #46535f; }
.footer-main { background: var(--footer); color: #d8e0e7; padding: 40px 0 17px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1.15fr 1.15fr 1fr; gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; }
.footer-grid h3 { color: #fff; font-size: 15px; margin: 0 0 16px; text-transform: none; }
.footer-grid a { color: #c7d0d8; font-size: 13px; padding: 4px 0; }
.footer-grid a:hover { color: white; text-decoration: underline; }
.footer-contact { text-align: right; align-items: flex-end; }
.footer-contact .footer-phone { color: white; font-size: 15px; font-weight: 700; }
.footer-contact .footer-phone:first-child { font-size: 19px; }
.footer-contact .footer-email { color: white; font-weight: 600; }
.footer-contact .callback { border: 1px solid #8e9aa5; border-radius: 3px; padding: 7px 14px; margin: 8px 0; }
.footer-contact p { white-space: pre-line; font-size: 12px; margin: 7px 0; line-height: 1.55; }
.footer-socials { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 12px; }
.footer-socials a { font-size: 11px; }
.copyright { border-top: 1px solid rgba(255,255,255,.08); margin-top: 26px; padding-top: 15px; text-align: center; color: #a2b0bc; font-size: 11px; }
.cookie-bar { position: fixed; z-index: 100; bottom: 10px; left: 50%; transform: translateX(-50%); width: min(920px, calc(100% - 24px)); background: rgba(255,255,255,.97); box-shadow: 0 2px 14px rgba(0,0,0,.24); border: 1px solid #d7d7d7; padding: 8px 12px; text-align: center; font-size: 10px; color: #3d454b; }
.cookie-bar button { border: 1px solid #929292; background: #f3f3f3; margin-left: 8px; font-size: 9px; padding: 2px 6px; }
.whatsapp-float { position: fixed; z-index: 90; right: max(24px, calc((100vw - var(--container)) / 2 - 2px)); bottom: 28px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 7px 22px rgba(18, 85, 49, .32); transition: transform .18s ease, box-shadow .18s ease; animation: whatsapp-wiggle 5s ease-in-out infinite; }
.whatsapp-float::before { content: ""; position: absolute; inset: -6px; z-index: -1; border: 2px solid rgba(37, 211, 102, .35); border-radius: inherit; animation: whatsapp-pulse 2.4s ease-out infinite; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 10px 27px rgba(18, 85, 49, .4); }
.whatsapp-float svg { width: 38px; height: 38px; overflow: visible; }
.whatsapp-bubble { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-phone { fill: currentColor; }
@keyframes whatsapp-pulse { 0% { opacity: .9; transform: scale(.9); } 75%, 100% { opacity: 0; transform: scale(1.25); } }
@keyframes whatsapp-wiggle { 0%, 46%, 64%, 100% { transform: rotate(0); } 50%, 58% { transform: rotate(9deg); } 54%, 62% { transform: rotate(-9deg); } }
.drawer-overlay { display: none; }

/* Catalog, product, cart and checkout pages */
.page-shell { padding-top: 15px; padding-bottom: 55px; min-height: 470px; }
.page-shell > h1 { font-size: 24px; margin: 17px 0 20px; color: #414a51; font-weight: 600; }
.breadcrumbs { display: flex; align-items: center; min-height: 28px; gap: 8px; color: #899198; font-size: 11px; border-bottom: 1px solid #f0f0f0; padding-bottom: 8px; overflow-x: auto; white-space: nowrap; }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs span { display: flex; gap: 8px; }
.breadcrumbs strong { color: #626b72; font-weight: 400; }
.category-heading { min-height: 132px; border: 1px solid var(--line); background: linear-gradient(100deg,#fff,#f6f8f9); padding: 18px 25px; margin: 14px 0 16px; display: grid; grid-template-columns: 1fr 210px; align-items: center; overflow: hidden; }
.category-heading h1 { font-size: 23px; margin: 0 0 8px; color: #3f4850; }
.category-heading p { max-width: 760px; color: #747c82; font-size: 11px; }
.category-heading .equipment-art { height: 120px; width: 210px; }
.category-heading-image { width: 210px; height: 120px; object-fit: contain; }
.catalog-layout { display: grid; grid-template-columns: 230px 1fr; gap: 18px; align-items: start; }
.filters { border: 1px solid var(--line); background: #fff; }
.filter-head { height: 44px; background: #f4f5f6; padding: 0 13px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); text-transform: uppercase; font-size: 11px; }
.filter-head button { display: none; }
.filters fieldset { border: 0; border-bottom: 1px solid var(--line); margin: 0; padding: 13px; }
.filters legend { font-weight: 700; width: 100%; margin-bottom: 8px; color: #414b53; }
.filters label { display: flex; align-items: center; min-height: 26px; gap: 7px; cursor: pointer; color: #60686e; font-size: 11px; }
.filters label input { accent-color: var(--blue); margin: 0; }
.filters label small { margin-left: auto; color: #a2a7ab; }
.reset-filters { margin: 12px; border: 1px solid #d9d9d9; background: #fff; padding: 7px 10px; width: calc(100% - 24px); color: #72797e; font-size: 10px; }
.reset-filters:disabled { opacity: .45; cursor: default; }
.show-filter-values { border: 0; background: transparent; color: var(--blue); padding: 7px 0 0; font-size: 10px; text-decoration: underline; display: flex; align-items: center; gap: 5px; }
.price-readout { display: flex; justify-content: space-between; gap: 8px; color: #8a9196; font-size: 9px; }
.price-readout span { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.price-readout span:last-child { text-align: right; align-items: flex-end; }
.price-readout strong { color: #4b555d; font-size: 10px; white-space: nowrap; }
.price-slider { height: 25px; margin: 7px 5px 0; position: relative; }
.price-slider-track { position: absolute; left: 0; right: 0; top: 10px; height: 4px; border-radius: 3px; background: linear-gradient(to right, #d9dee2 0 var(--price-start), var(--blue) var(--price-start) var(--price-end), #d9dee2 var(--price-end) 100%); }
.price-slider input { position: absolute; inset: 0; width: 100%; height: 24px; margin: 0; padding: 0; appearance: none; -webkit-appearance: none; pointer-events: none; background: transparent; }
.price-slider input::-webkit-slider-runnable-track { height: 4px; background: transparent; }
.price-slider input::-webkit-slider-thumb { width: 16px; height: 16px; margin-top: -6px; appearance: none; -webkit-appearance: none; border: 2px solid white; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue), 0 1px 4px rgba(0,0,0,.2); pointer-events: auto; }
.price-slider input::-moz-range-track { height: 4px; background: transparent; }
.price-slider input::-moz-range-thumb { width: 13px; height: 13px; border: 2px solid white; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 1px var(--blue), 0 1px 4px rgba(0,0,0,.2); pointer-events: auto; }
.filter-apply, .filter-backdrop { display: none; }
.mobile-filter-toggle { display: none; }
.listing-toolbar { height: 45px; border: 1px solid var(--line); background: #fafafa; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; color: #757b80; font-size: 11px; }
.listing-toolbar label { display: flex; align-items: center; gap: 8px; }
.listing-toolbar select { height: 28px; border: 1px solid #ddd; background: white; color: #555; padding: 0 24px 0 8px; }
.listing-grid { grid-template-columns: repeat(4, 1fr); }
.empty-state { border: 1px solid var(--line); text-align: center; padding: 70px 20px; color: #7f878d; }
.empty-state svg { width: 45px; margin: auto; color: #bac0c5; }
.empty-state h2 { color: #4d565d; }
.search-summary { margin-top: -13px; margin-bottom: 20px; color: #70787e; }

.product-title { border-bottom: 1px solid var(--line); padding-bottom: 13px; }
.product-detail-grid { display: grid; grid-template-columns: 1.14fr .86fr; gap: 35px; padding: 8px 0 30px; }
.product-gallery { border: 1px solid var(--line); min-height: 460px; position: relative; display: flex; flex-direction: column; align-items: center; }
.product-gallery > .equipment-art { width: 86%; height: 350px; margin-top: 25px; }
.detail-product-image { width: 86%; height: 350px; margin-top: 25px; object-fit: contain; }
.gallery-badge { position: absolute; left: 12px; top: 12px; z-index: 2; color: white; background: var(--green); font-size: 10px; padding: 5px 8px; }
.gallery-thumbs { display: flex; gap: 7px; margin-top: auto; margin-bottom: 12px; }
.gallery-thumbs button { width: 67px; height: 55px; border: 1px solid #ddd; background: white; padding: 2px; }
.gallery-thumbs button.active { border-color: var(--blue); }
.gallery-thumbs .equipment-art { width: 100%; height: 100%; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-buybox { border: 1px solid var(--line); padding: 22px; align-self: start; }
.sku { color: #8a9095; font-size: 11px; padding-bottom: 13px; border-bottom: 1px solid #eee; }
.stock { color: var(--green-dark); display: flex; align-items: center; gap: 6px; margin: 13px 0; font-weight: 600; }
.stock svg { width: 15px; }
.quick-specs { border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 9px 0; }
.quick-specs > div { display: flex; justify-content: space-between; padding: 5px 0; font-size: 11px; }
.quick-specs span { color: #7d858a; }
.detail-price { font-size: 27px; font-weight: 700; color: #3d454b; margin: 20px 0 10px; display: flex; gap: 10px; align-items: baseline; }
.detail-price del { color: #aaa; font-size: 13px; font-weight: 400; }
.delivery-note { display: flex; gap: 7px; color: #7b8389; font-size: 10px; }
.delivery-note svg { width: 17px; color: var(--blue); flex: 0 0 auto; }
.detail-actions { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(125px, .7fr); gap: 5px; margin-top: 16px; }
.detail-buy { width: 100%; height: 46px; border: 0; background: var(--blue); color: white; display: flex; align-items: center; justify-content: center; gap: 9px; text-transform: uppercase; font-weight: 700; }
.detail-buy.added { background: var(--green); }
.detail-buy svg { width: 19px; }
.buy-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.buy-benefits > div { display: flex; align-items: center; gap: 8px; }
.buy-benefits svg { width: 26px; color: #98a5af; flex: 0 0 auto; }
.buy-benefits span { display: flex; flex-direction: column; }
.buy-benefits strong { font-size: 9px; }
.buy-benefits small { font-size: 8px; color: #8c9297; }
.quick-order-overlay { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; background: rgba(32, 44, 56, .62); backdrop-filter: blur(2px); }
.quick-order-dialog { width: min(530px, 100%); max-height: calc(100dvh - 40px); overflow-y: auto; background: white; border-radius: 3px; box-shadow: 0 18px 60px rgba(0,0,0,.28); }
.quick-order-dialog > header { height: 53px; display: flex; align-items: center; justify-content: space-between; padding: 0 17px; color: white; background: var(--blue); }
.quick-order-dialog h2 { margin: 0; font-size: 17px; font-weight: 600; }
.quick-order-dialog > header button { width: 34px; height: 34px; display: grid; place-items: center; border: 0; background: transparent; color: white; padding: 7px; }
.quick-order-dialog > header svg { width: 20px; }
.quick-order-dialog form { position: relative; padding: 17px; }
.honeypot { display: none !important; }
.quick-order-intro { margin: 0 0 13px; color: #697178; font-size: 12px; line-height: 1.5; }
.quick-order-product { display: grid; grid-template-columns: 65px minmax(0, 1fr) 92px auto; gap: 11px; align-items: center; padding: 10px; border: 1px solid var(--line); background: #fafafa; }
.quick-order-image { width: 62px; height: 58px; display: grid; place-items: center; background: white; }
.quick-order-image img, .quick-order-image .equipment-art { width: 100%; height: 100%; object-fit: contain; }
.quick-order-product > div:nth-child(2) { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.quick-order-product > div:nth-child(2) strong { color: #2b6fba; font-size: 12px; line-height: 1.3; }
.quick-order-product small { color: #92989d; font-size: 9px; }
.quick-order-quantity { height: 30px; display: grid; grid-template-columns: 28px 34px 28px; }
.quick-order-quantity button, .quick-order-quantity output { border: 1px solid #d9d9d9; display: grid; place-items: center; background: white; color: #5d656b; }
.quick-order-quantity output { border-inline: 0; }
.quick-order-price { white-space: nowrap; color: #39434b; }
.quick-order-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 14px; }
.quick-order-fields label { display: flex; flex-direction: column; gap: 4px; color: #596167; font-size: 10px; }
.quick-order-fields label:last-child { grid-column: 1/-1; }
.quick-order-fields input, .quick-order-fields textarea { width: 100%; border: 1px solid #d4d8db; border-radius: 2px; padding: 9px; outline: 0; resize: vertical; }
.quick-order-fields input:focus, .quick-order-fields textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(63,126,220,.12); }
.quick-order-dialog .form-error { margin-top: 11px; }
.quick-order-consent { display: flex; align-items: flex-start; gap: 7px; margin: 12px 0; color: #747b81; font-size: 9px; line-height: 1.4; }
.quick-order-consent input { margin: 1px 0 0; accent-color: var(--blue); }
.quick-order-consent a { color: var(--blue); text-decoration: underline; }
.quick-order-submit { width: 100%; height: 42px; border: 0; background: var(--green); color: white; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; font-weight: 700; text-transform: uppercase; }
.quick-order-submit svg { width: 18px; height: 18px; flex: 0 0 18px; }
.quick-order-submit:hover { background: var(--green-dark); }
.quick-order-submit:disabled { opacity: .55; cursor: wait; }
.quick-order-success { padding: 35px 24px 30px; text-align: center; }
.quick-order-success > span { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 13px; border-radius: 50%; background: var(--green); color: white; }
.quick-order-success svg { width: 30px; }
.quick-order-success h3 { margin: 0 0 8px; font-size: 19px; }
.quick-order-success p { max-width: 390px; margin: 0 auto 20px; color: #747b80; }
.quick-order-success button { border: 0; background: var(--blue); color: white; padding: 9px 25px; }
.detail-tabs { margin-top: 7px; }
.tab-list { display: flex; border-bottom: 1px solid var(--line); }
.tab-list button { background: #f6f6f6; border: 1px solid var(--line); border-bottom: 0; padding: 12px 22px; margin-right: 4px; color: #626a70; }
.tab-list button.active { background: white; color: var(--blue); box-shadow: inset 0 2px var(--blue); }
.spec-table { max-width: 780px; margin: 20px 0; }
.spec-table > div { display: grid; grid-template-columns: 1fr 1fr; padding: 10px 12px; }
.spec-table > div:nth-child(odd) { background: #f5f6f7; }
.spec-table dt { color: #747b80; }
.spec-table dd { margin: 0; font-weight: 600; }
.tab-copy { max-width: 860px; padding: 20px 0; color: #5d656a; }
.tab-copy h2 { font-size: 17px; color: #424b52; }
.related-section { margin-top: 36px; }
.related-section h2 { font-size: 16px; text-transform: uppercase; padding-bottom: 10px; border-bottom: 1px solid var(--line); }

.empty-cart { text-align: center; padding: 60px 15px 90px; }
.empty-cart > span { width: 84px; height: 84px; display: grid; place-items: center; margin: auto; background: #f2f4f6; color: #a6b0b8; border-radius: 50%; }
.empty-cart svg { width: 42px; }
.empty-cart h1 { font-size: 23px; }
.empty-cart p { color: #7a8288; }
.empty-cart > a, .checkout-empty button { display: inline-block; margin-top: 15px; background: var(--blue); border: 0; color: white; padding: 10px 24px; }
.cart-layout { display: grid; grid-template-columns: 1fr 310px; gap: 25px; align-items: start; }
.cart-lines { border: 1px solid var(--line); }
.cart-line { min-height: 130px; display: grid; grid-template-columns: 140px 1fr 110px 125px 25px; gap: 12px; align-items: center; padding: 12px; border-bottom: 1px solid var(--line); }
.cart-line:last-child { border: 0; }
.cart-line > a:first-child .equipment-art { width: 130px; height: 95px; }
.cart-line-info { display: flex; flex-direction: column; gap: 7px; }
.cart-line-info a { color: #276fbd; font-weight: 600; }
.cart-line-info small { color: #8a9196; }
.quantity { height: 31px; display: grid; grid-template-columns: 30px 42px 30px; }
.quantity button, .quantity input { border: 1px solid #ddd; background: white; text-align: center; min-width: 0; }
.quantity button + input, .quantity input + button { border-left: 0; }
.quantity input { -moz-appearance: textfield; }
.line-total { text-align: right; white-space: nowrap; }
.remove-line { background: transparent; border: 0; color: #aaa; padding: 3px; }
.remove-line svg { width: 16px; }
.cart-summary, .checkout-summary { border: 1px solid var(--line); padding: 18px; position: sticky; top: 15px; }
.cart-summary h2, .checkout-summary h2 { margin: 0 0 15px; font-size: 17px; }
.cart-summary > div { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #eee; }
.quote-alert { background: #fff8dd; border: 1px solid #f1dda0; padding: 9px; color: #7d6828; font-size: 10px; }
.checkout-link { background: var(--green); color: white; text-transform: uppercase; min-height: 42px; display: grid; place-items: center; text-align: center; margin-top: 16px; font-weight: 700; font-size: 11px; }
.continue-link { display: block; text-align: center; margin-top: 11px; color: var(--blue); font-size: 11px; }

.checkout-layout { display: grid; grid-template-columns: 1fr 340px; gap: 26px; align-items: start; }
.checkout-fields { display: flex; flex-direction: column; gap: 14px; }
.checkout-fields section { border: 1px solid var(--line); padding: 20px; }
.checkout-fields h2 { font-size: 16px; margin: 0 0 18px; display: flex; align-items: center; gap: 10px; }
.checkout-fields h2 > span { width: 25px; height: 25px; background: var(--blue); color: white; border-radius: 50%; display: grid; place-items: center; font-size: 11px; }
.customer-type { display: flex; gap: 25px; background: #f7f7f7; padding: 10px; margin-bottom: 15px; }
.customer-type input { accent-color: var(--blue); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-grid .full { grid-column: 1/-1; }
.checkout-fields label:not(.customer-type label) { display: flex; flex-direction: column; gap: 5px; color: #596167; }
.checkout-fields input:not([type=radio]), .checkout-fields textarea { width: 100%; border: 1px solid #d5d5d5; padding: 9px; outline: 0; }
.checkout-fields input:focus, .checkout-fields textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(63,126,220,.12); }
.section-hint { color: #7f878c; background: #f6f7f8; border-left: 3px solid var(--blue); padding: 9px; font-size: 11px; }
.payment-choice { border: 1px solid var(--blue); background: #f7fbff; padding: 12px; display: flex; align-items: center; gap: 10px; }
.payment-choice > svg { width: 27px; color: var(--blue); }
.payment-choice > span { display: flex; flex-direction: column; }
.payment-choice small { color: #7f878d; }
.checkout-product { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid #eee; font-size: 11px; }
.checkout-product > span { display: flex; flex-direction: column; }
.checkout-product small { color: #8b9297; margin-top: 3px; }
.checkout-product > strong { white-space: nowrap; }
.checkout-total { display: flex; justify-content: space-between; align-items: baseline; padding: 15px 0; }
.checkout-total strong { font-size: 20px; }
.checkout-summary > p { color: #848b90; font-size: 10px; }
.consent { display: flex; flex-direction: row !important; gap: 7px; font-size: 9px; align-items: flex-start; margin: 14px 0; }
.consent input { width: auto !important; accent-color: var(--blue); }
.submit-order { border: 0; width: 100%; min-height: 43px; color: white; background: var(--green); font-weight: 700; text-transform: uppercase; }
.submit-order:disabled { opacity: .6; cursor: wait; }
.form-error { background: #fff0f0; border: 1px solid #eeb5b5; color: #a73b3b; padding: 8px; font-size: 10px; }
.checkout-empty { padding: 40px; text-align: center; border: 1px solid var(--line); }
.success-page { text-align: center; padding: 70px 15px 95px; max-width: 650px; margin: auto; }
.success-page > span { display: grid; place-items: center; width: 85px; height: 85px; color: white; background: var(--green); border-radius: 50%; margin: auto; }
.success-page svg { width: 45px; }
.success-page h1 { font-size: 27px; margin-bottom: 5px; }
.success-page > strong { color: var(--blue); font-size: 18px; }
.success-page p { color: #70787e; margin: 18px auto; max-width: 520px; }
.success-page a { display: inline-block; color: white; background: var(--blue); padding: 10px 22px; }
.content-page { max-width: 900px; }
.content-page > p { white-space: pre-line; font-size: 14px; color: #5d656b; line-height: 1.7; }
.contact-card { background: #f3f6f8; border-left: 3px solid var(--blue); padding: 18px; margin-top: 25px; }
.contact-card h2 { margin-top: 0; }
.contact-card a { color: var(--blue); font-size: 18px; font-weight: 700; }
.contact-card-links { display: flex; flex-wrap: wrap; gap: 10px 24px; }

@media (min-width: 1500px) { :root { --container: 1470px; } .header-grid { grid-template-columns: 280px minmax(360px, 1fr) 230px 235px; } .nav-grid { grid-template-columns: 294px 150px 1px 190px repeat(4, auto); } .hero-grid { height: 350px; } .category-card { height: 285px; } }

@media (max-width: 1199px) {
  :root { --container: 970px; }
  .header-grid { grid-template-columns: 190px 1fr 185px 155px; gap: 16px; }
  .logo > span { font-size: 29px; }
  .phone-block a { font-size: 16px; }
  .nav-grid { grid-template-columns: 210px repeat(7, auto); }
  .nav-divider { display: none; }
  .nav-grid > a { padding-inline: 8px; font-size: 12px; }
  .catalog-button { padding-inline: 12px; }
  .product-card { min-height: 375px; }
  .product-image { height: 155px; }
}

@media (max-width: 991px) {
  :root { --container: 750px; }
  .header-grid { grid-template-columns: 165px 1fr 180px 49px; }
  .cart-block > span:last-child { display: none; }
  .phone-block a { font-size: 15px; }
  .nav-grid { grid-template-columns: 210px repeat(5, auto); }
  .nav-grid > a:nth-last-child(-n+2) { display: none; }
  .hero-grid { height: 230px; }
  .hero-tile strong { font-size: 10px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card { height: 200px; }
  .category-card .equipment-art { height: 150px; }
  .category-card-image { height: 150px; }
  .product-grid { grid-template-columns: repeat(4, 1fr); }
  .product-card:nth-child(n+5) { display: none; }
  .footer-benefits-grid { grid-template-columns: repeat(3, 1fr); gap: 20px 0; }
  .footer-benefits-grid > div:nth-child(3) { border: 0; }
  .footer-grid { gap: 25px; }
  .catalog-layout { grid-template-columns: 200px 1fr; }
  .listing-grid { grid-template-columns: repeat(3, 1fr); }
  .listing-grid .product-card:nth-child(n+5) { display: flex; }
  .cart-line { grid-template-columns: 110px 1fr 90px 110px 20px; }
  .cart-line > a:first-child .equipment-art { width: 100px; }
  .checkout-layout { grid-template-columns: 1fr 300px; }
}

@media (max-width: 767px) {
  body { font-size: 12px; }
  .container { width: calc(100% - 20px); }
  .top-strip { height: 27px; }
  .top-links a { padding-inline: 7px; font-size: 10px; }
  .top-links svg { width: 14px; height: 14px; }
  .top-links a:nth-child(2) { display: none; }
  .main-header { height: 96px; }
  .header-grid { grid-template-columns: 34px minmax(105px, 1fr) auto 42px; gap: 6px; position: relative; padding-bottom: 37px; align-items: center; }
  .mobile-menu-button { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #e0e0e0; background: #fff; color: var(--blue); padding: 6px; }
  .logo > span { font-size: clamp(22px, 7vw, 30px); }
  .logo > span span { font-size: 15px; }
  .logo small { display: none; }
  .phone-block { min-width: 112px; }
  .phone-block a { font-size: 12px; }
  .phone-block small { font-size: 8px; margin-top: 1px; }
  .cart-block { width: 38px; }
  .cart-icon svg { width: 27px; height: 27px; }
  .cart-icon b { width: 17px; height: 17px; right: -4px; top: -5px; font-size: 8px; }
  .search-form { position: absolute; left: 0; right: 0; bottom: 4px; height: 33px; grid-template-columns: 1fr 41px; }
  .search-form input { font-size: 11px; }
  .search-form svg { width: 14px; }
  .catalog-nav { display: none; }
  .drawer-overlay { display: block; position: fixed; inset: 0; z-index: 200; background: rgba(36,49,62,.55); }
  .mobile-drawer { width: min(325px, 88vw); height: 100%; overflow-y: auto; background: #fff; box-shadow: 4px 0 20px rgba(0,0,0,.2); padding-bottom: 30px; }
  .drawer-head { color: white; background: var(--blue); height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; font-size: 14px; }
  .drawer-head button { color: white; background: transparent; border: 0; padding: 7px; }
  .drawer-head svg { width: 20px; }
  .mobile-drawer > a { min-height: 46px; border-bottom: 1px solid #eee; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; font-size: 13px; }
  .mobile-drawer > a svg { width: 11px; color: #aaa; }
  .drawer-info { padding: 20px 16px; display: flex; flex-direction: column; gap: 12px; color: var(--blue); font-size: 13px; }
  .hero-catalog { width: 100%; padding-top: 5px; }
  .hero-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 3px; height: 133px; border: 0; }
  .hero-grid.hero-count-1 { grid-template-columns: 1fr; }
  .hero-grid.hero-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid.hero-count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-tile { border: 0; }
  .hero-tile .equipment-art { width: 115%; height: 64px; }
  .hero-tile strong { padding: 4px 1px; min-height: 24px; display: grid; place-items: center; font-size: 5.8px; line-height: 1.1; }
  .hero-tile .room-visual::before { border-width: 3px; right: 5px; top: 9px; }
  .benefits { padding-top: 10px; }
  .benefit-grid { grid-template-columns: 1fr; gap: 7px; }
  .benefit-card { min-height: 70px; padding: 10px 12px; gap: 11px; }
  .benefit-card svg { width: 36px; height: 36px; }
  .benefit-card strong { font-size: 11px; }
  .benefit-card small { font-size: 9px; }
  .catalog-home { padding-top: 12px; }
  .catalog-home h1 { font-size: 16px; margin-bottom: 16px; }
  .catalog-home h2 { font-size: 11px; }
  .category-grid { grid-template-columns: 1fr; gap: 5px; }
  .category-card { height: auto; min-height: 64px; padding: 8px; display: grid; grid-template-columns: 42% 1fr; }
  .category-card .equipment-art { height: 92px; width: 100%; }
  .category-card-image { height: 92px; width: 100%; }
  .category-card strong { font-size: 9px; text-align: left; padding-left: 14px; justify-items: start; }
  .section-title { margin-top: 22px; }
  .section-title h2 { font-size: 10px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
  .home-products .product-card:first-child { grid-column: 1/-1; }
  .product-card, .product-card:nth-child(n+5) { display: flex; min-height: 318px; padding: 7px 6px; }
  .home-products .product-card:nth-child(n+4) { display: none; }
  .product-image { height: 120px; }
  .home-products .product-card:first-child .product-image { height: 165px; }
  .product-image .equipment-art { height: 105px; }
  .product-image > img { height: 105px; }
  .home-products .product-card:first-child .product-image .equipment-art { height: 155px; }
  .home-products .product-card:first-child .product-image > img { height: 155px; }
  .product-name { font-size: 10px; min-height: 34px; }
  .product-specs { font-size: 8px; height: 35px; }
  .product-availability { font-size: 7px; }
  .product-price { font-size: 12px; }
  .product-cart-button, .quick-order-trigger.compact { min-height: 28px; height: 28px; }
  .product-cart-button span { font-size: 0; }
  .product-cart-button span::after { content: "В КОРЗИНУ"; font-size: 8px; }
  .category-tabs { justify-content: flex-start; margin-top: 13px; }
  .category-tabs a { font-size: 8px; padding: 7px 8px; }
  .secondary-products .product-card:nth-child(n+5) { display: none; }
  .show-more { margin-top: 13px; }
  .show-more a { font-size: 9px; padding: 7px 15px; }
  .info-content { padding-top: 34px; padding-bottom: 38px; }
  .info-content > h2 { font-size: 19px; }
  .info-content .info-lead { margin-bottom: 32px; font-size: 14px; line-height: 1.6; text-align: left; }
  .article-row, .article-row.reverse { grid-template-columns: 1fr; gap: 24px; margin: 28px 0 48px; }
  .article-row.reverse > div:first-child { order: 2; }
  .article-row h3 { font-size: 19px; }
  .article-row p { font-size: 14px; line-height: 1.65; }
  .article-product-photo > a { min-height: 230px; padding: 16px; }
  .article-product-photo img { height: 210px; }
  .article-product-photo > .equipment-art { height: 230px; }
  .info-callout { font-size: 13px; }
  .faq-copy > h3 { font-size: 19px; }
  .faq-copy h4 { font-size: 15px; }
  .faq-copy p { font-size: 14px; }
  .footer-benefits { padding: 16px 0; }
  .footer-benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .footer-benefits-grid > div:nth-child(odd) { border-right: 1px solid #d9dfe5; }
  .footer-benefits-grid > div:nth-child(even) { border-right: 0; }
  .footer-benefits svg { width: 35px; height: 35px; }
  .footer-benefits strong { font-size: 10px; }
  .footer-main { padding-top: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 25px 18px; }
  .footer-grid h3 { font-size: 13px; }
  .footer-grid a { font-size: 11px; padding: 4px 0; }
  .footer-contact { text-align: left; align-items: flex-start; }
  .footer-contact > a:first-child { font-size: 16px; }
  .footer-contact p { font-size: 11px; }
  .copyright { font-size: 10px; }
  .cookie-bar { bottom: 5px; font-size: 8px; padding: 6px; }
  .whatsapp-float { right: 18px; bottom: 72px; width: 56px; height: 56px; }
  .page-shell { padding-top: 10px; padding-bottom: 35px; }
  .page-shell > h1 { font-size: 18px; margin: 13px 0; }
  .breadcrumbs { font-size: 9px; }
  .category-heading { grid-template-columns: 1fr 100px; padding: 12px; min-height: 110px; }
  .category-heading h1 { font-size: 16px; }
  .category-heading p { font-size: 8px; }
  .category-heading .equipment-art { width: 105px; height: 85px; }
  .category-heading-image { width: 105px; height: 85px; }
  .catalog-layout { display: block; }
  .mobile-filter-toggle { position: fixed; z-index: 222; left: 0; top: clamp(88px, 18vh, 145px); display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 0; border-radius: 0 3px 3px 0; background: var(--blue); color: white; box-shadow: 2px 3px 10px rgba(30,60,90,.24); transition: left .2s ease, background .15s; }
  .mobile-filter-toggle.open { left: min(320px, 87vw); background: var(--blue-dark); }
  .mobile-filter-toggle svg { width: 18px; }
  .mobile-filter-toggle b { position: absolute; right: -6px; top: -7px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border: 2px solid white; border-radius: 10px; background: var(--green); color: white; font-size: 8px; }
  .mobile-filter-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .filter-backdrop { position: fixed; display: block; inset: 0; z-index: 210; border: 0; background: rgba(33,46,59,.55); }
  .filters { position: fixed; z-index: 220; inset: 0 auto 0 0; width: min(320px, 87vw); transform: translateX(-105%); transition: transform .2s ease; overflow-y: auto; overscroll-behavior: contain; padding-bottom: 15px; box-shadow: 4px 0 25px rgba(0,0,0,.2); }
  .filters.open { transform: translateX(0); }
  .filter-head { position: sticky; top: 0; z-index: 2; background: var(--blue); color: white; }
  .filter-head button { display: block; background: transparent; border: 0; color: white; }
  .filter-head svg { width: 16px; }
  .filters fieldset { padding: 15px; }
  .filters label { min-height: 31px; font-size: 12px; }
  .filter-apply { position: sticky; bottom: 0; display: block; width: calc(100% - 24px); min-height: 40px; margin: 8px 12px 0; border: 0; background: var(--blue); color: white; font-size: 11px; font-weight: 700; text-transform: uppercase; box-shadow: 0 -5px 12px rgba(255,255,255,.9); }
  .listing-toolbar { height: auto; min-height: 40px; padding: 5px 7px; }
  .listing-toolbar label { font-size: 0; }
  .listing-toolbar select { font-size: 9px; max-width: 160px; }
  .listing-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .listing-grid .product-card, .listing-grid .product-card:nth-child(n+5) { display: flex; }
  .product-detail-grid { grid-template-columns: 1fr; gap: 12px; }
  .product-gallery { min-height: 310px; }
  .product-gallery > .equipment-art { height: 230px; }
  .detail-product-image { height: 230px; }
  .product-buybox { padding: 14px; }
  .detail-price { font-size: 22px; }
  .detail-actions { grid-template-columns: 1fr; }
  .detail-actions .quick-order-trigger { width: 100%; }
  .buy-benefits { grid-template-columns: 1fr; }
  .tab-list { overflow-x: auto; }
  .tab-list button { flex: 0 0 auto; padding: 10px 12px; font-size: 9px; }
  .related-section .product-card:nth-child(n+3) { display: none; }
  .cart-layout { grid-template-columns: 1fr; }
  .cart-line { grid-template-columns: 75px 1fr 22px; gap: 7px; padding: 8px; }
  .cart-line > a:first-child .equipment-art { width: 72px; height: 65px; }
  .cart-line-info { align-self: start; padding-top: 10px; }
  .cart-line-info a { font-size: 10px; }
  .quantity { grid-column: 2; width: 92px; grid-template-columns: 26px 40px 26px; }
  .line-total { grid-column: 2; text-align: left; }
  .remove-line { grid-column: 3; grid-row: 1; }
  .cart-summary, .checkout-summary { position: static; }
  .checkout-layout { grid-template-columns: 1fr; }
  .checkout-summary { order: -1; }
  .checkout-fields section { padding: 13px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .customer-type { gap: 10px; flex-direction: column; }
  .success-page { padding: 45px 10px 70px; }
  .content-page > p { font-size: 11px; }
  .quick-order-overlay { align-items: end; padding: 0; }
  .quick-order-dialog { width: 100%; max-height: calc(100dvh - 18px); border-radius: 8px 8px 0 0; }
  .quick-order-dialog > header { height: 49px; }
  .quick-order-dialog h2 { font-size: 15px; }
  .quick-order-dialog form { padding: 13px; }
  .quick-order-intro { font-size: 10px; }
  .quick-order-product { grid-template-columns: 55px minmax(0, 1fr) 92px; gap: 8px; }
  .quick-order-image { width: 52px; height: 50px; }
  .quick-order-price { grid-column: 2/-1; text-align: right; font-size: 12px; }
  .quick-order-fields { grid-template-columns: 1fr; gap: 8px; }
  .quick-order-fields label:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
:focus-visible { outline: 2px solid #ff671f; outline-offset: 2px; }

/* PHP storefront extensions: server-side pagination and database-backed content. */
[hidden] { display: none !important; }
.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; }
.skip-link { position: fixed; z-index: 999; left: 10px; top: -60px; padding: 10px; background: #fff; color: #000; border: 2px solid var(--blue); }
.skip-link:focus { top: 10px; }
.pagination { display: flex; justify-content: center; gap: 5px; margin-top: 22px; }
.pagination a { padding: 7px 11px; border: 1px solid var(--line); }
.pagination a.active { background: var(--blue); color: #fff; }
.brands-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.brand-card { border: 1px solid var(--line); padding: 20px; min-height: 150px; }
.brand-card img { height: 60px; margin: auto; object-fit: contain; }
.brand-card strong { display: block; font-size: 18px; margin: 12px 0; }
.static-page { max-width: 850px; font-size: 16px; line-height: 1.75; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.product-content { border-top: 1px solid var(--line); padding: 20px 0; }
.document-link { display: block; color: var(--blue); padding: 7px; }
.rich-text { font-size: 15px; line-height: 1.7; }
.product-documents { margin-top: 22px; }
.flash-success { padding: 12px; text-align: center; background: #e6f8e1; color: #225c15; }
.equipment-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #7ea2bb; font-size: 48px; }
.cart-line > a:first-child img, .cart-image-fallback { width: 130px; height: 95px; object-fit: contain; display: grid; place-items: center; }
.checkout-empty a { display: inline-block; margin-top: 15px; background: var(--blue); color: white; padding: 10px 24px; }
@media (max-width: 991px) {
  .cart-line > a:first-child img, .cart-image-fallback { width: 100px; height: 80px; }
}
@media (max-width: 767px) {
  .cart-line > a:first-child img, .cart-image-fallback { width: 72px; height: 65px; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}
