






:root{
  --brand:#FFC300;
  --brand2:#FF8A00;
  --brand3:#E53935;
  --brand-grad:linear-gradient(135deg,var(--brand) 0%, var(--brand2) 52%, var(--brand3) 100%);
  --brand-soft:rgba(255,138,0,.12);

  --brand:#FFC300;
  --brand-dk:#111;
  --text:#111;
  --muted:#6b7280;
  --bg:#fff;
  --line:#e5e7eb;
  --soft:#f7f7f7;
  --soft2:#fff9e8;
  --radius:18px;
  --shadow:0 14px 38px rgba(0,0,0,.12);
  --container:1160px;
}



.is-hidden{display:none !important;}
.is-visible{display:block !important;}

*{box-sizing:border-box}
html,body{
  font-family:"IBM Plex Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
height:100%}

button,input,select,textarea{font-family:"IBM Plex Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;font-family:"IBM Plex Sans", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;color:var(--text);background:var(--bg)}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
a:hover{text-decoration:underline}
p{line-height:1.6;margin:.35rem 0}
h1,h2,h3{line-height:1.12;margin:0 0 .4rem}
h1{font-size:clamp(1.8rem,2.8vw,2.6rem); letter-spacing:-.02em}
h2{font-size:clamp(1.35rem,2vw,1.9rem); letter-spacing:-.01em}
.h3{font-size:1.12rem}
.h4{font-size:1rem;margin:0 0 .5rem}
.muted{color:var(--muted)}
.container{max-width:var(--container);margin:0 auto;padding:0 16px}
:focus-visible{outline:3px solid rgba(255,187,0,.75); outline-offset:2px; border-radius:10px}


.skip{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{left:12px;top:12px;width:auto;height:auto;padding:10px 12px;background:#fff;border:1px solid var(--line);border-radius:10px;z-index:9999}



body{font-family:"IBM Plex Sans", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Arial, sans-serif;}


.hero-cta{
  margin:0 0 10px;
  font-weight:900;
  font-size:.92rem;
  color:rgba(0,0,0,.72);
}


.categories-tiles .tile-body{display:flex;flex-direction:column;gap:4px}
.categories-tiles{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center}
@media (max-width: 900px){ .categories-tiles{grid-template-columns:repeat(2,minmax(0,1fr))} }
@media (max-width: 560px){ .categories-tiles{grid-template-columns:1fr} }



.categories-icons .tile-icon{display:flex;flex-direction:row;align-items:center;gap:14px}
.categories-icons .tile-icon .tile-body{gap:2px}
.cat-icon{width:96px;height:96px;display:flex;align-items:center;justify-content:center;flex:0 0 96px;background:transparent;border-radius:0}
.cat-icon picture,.cat-icon img{display:block;width:96px;height:96px;max-width:100%;max-height:100%}
@media (max-width: 560px){
  .categories-icons .tile-icon{gap:12px}
  .cat-icon{width:84px;height:84px;flex-basis:84px}
  .cat-icon picture,.cat-icon img{width:84px;height:84px}
}


.tiles{grid-template-columns:repeat(4,1fr)}
@media (max-width:1100px){ .tiles{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-content:center} }
@media (max-width:820px){ .tiles{grid-template-columns:repeat(2,1fr)} }
@media (max-width:520px){ .tiles{grid-template-columns:1fr} }

.tile-body .muted{font-size:.95rem}



.btn-primary{
  background:var(--brand-grad);
  border-color:rgba(0,0,0,.06);
  color:#111;
}
.btn-primary:hover{filter:brightness(1.02)}
.to-top{background:var(--brand-grad); color:#111}
.badge-hit{background:var(--brand-grad); color:#111}
.section-soft{background:linear-gradient(180deg, rgba(255,195,0,.12) 0%, rgba(255,138,0,.08) 70%, rgba(229,57,53,.06) 100%);}
.site-header{border-bottom:1px solid rgba(0,0,0,.06)}


.panel, .tile, .pcard, .hero-card, .product-quick{
  box-shadow:0 14px 38px rgba(0,0,0,.10);
}
.tile-body .muted{color:rgba(0,0,0,.62)}


.btn-primary{background:#FFC300 !important; color:#111 !important; border-color:rgba(0,0,0,.08) !important;}
.btn-primary:hover{filter:brightness(1.02) !important;}
.to-top{background:#FFC300 !important; color:#111 !important;}




.site-header{
  position:sticky;top:0;z-index:60;
  background:rgba(255,255,255,.94);
  backdrop-filter:saturate(180%) blur(12px);
  border-bottom:1px solid var(--line);
}
.header-inner{display:flex;align-items:center;gap:12px;min-height:68px}

.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.3px; white-space:nowrap}
.brand-mark{
  width:36px;height:36px;border-radius:10px;
  background:#fff url(/images/ui/favicon-32.png) center/contain no-repeat;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);
}

.brand-text{font-size:1.06rem}

.nav-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 12px;cursor:pointer}
.nav{display:flex;gap:6px;align-items:center;margin-left:10px}
.nav a, .nav .nav-link{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 12px;border-radius:14px;
  font-weight:900;
}
.nav a[aria-current="page"]{background:var(--soft)}
.nav-contact{opacity:.9}

.header-right{margin-left:auto; display:flex; align-items:center; gap:10px}
.phone-pill{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 12px;border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  font-weight:900;
  white-space:nowrap;
}
.phone-pill .ic{opacity:.8}
.nav-social{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;border:1px solid rgba(24,119,242,.25);background:rgba(24,119,242,.12);color:#1877F2}
.nav-social:hover{background:rgba(24,119,242,.18);border-color:rgba(24,119,242,.35)}
.fb-ic{font-weight:900; font-family:system-ui, sans-serif; transform:translateY(-1px)}
.header-order{white-space:nowrap}


.nav-dropdown{position:relative}
.nav-dropdown-btn{border:1px solid transparent; background:transparent; cursor:pointer}
.nav-dropdown .chev{font-size:.9rem; opacity:.7}
.nav-dropdown-menu{
  position:absolute; top:52px; left:0;
  min-width:340px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:var(--shadow);
  padding:8px;
  display:none;
}
.nav-dropdown-menu a{
  display:flex;
  padding:10px 12px;
  border-radius:12px;
  font-weight:900;
}
.nav-dropdown-menu a:hover{background:var(--soft); text-decoration:none}
.nav-dropdown.is-open .nav-dropdown-menu{display:block}


@media (max-width: 1040px){
  .nav-toggle{display:inline-flex;margin-left:auto}
  .header-right{display:none}
  .nav{display:none;flex-direction:column;align-items:stretch;gap:0;position:absolute;left:0;right:0;top:68px;background:#fff;border-bottom:1px solid var(--line)}
  .nav a, .nav .nav-link{border-radius:0;padding:14px 16px;border-top:1px solid var(--line)}
  .site-header.is-open .nav{display:flex}

  .nav-dropdown{position:static}
  .nav-dropdown-menu{
    position:static; min-width:auto; border:0; border-top:1px solid var(--line);
    border-radius:0; box-shadow:none; padding:0; display:none;
  }
  .nav-dropdown.is-open .nav-dropdown-menu{display:block}
  .nav-dropdown-menu a{border-top:1px solid var(--line); border-radius:0}
}




.btn:hover{text-decoration:none;filter:brightness(0.98)}
.btn:active{transform:translateY(1px)}



.section{padding:52px 0}
.section-head{margin-bottom:18px}
.section-head-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
@media (max-width: 720px){ .section-head-row{flex-direction:column;align-items:flex-start} }
.section-soft{background:var(--soft2)}
.grid{display:grid;gap:16px}



.site-footer{border-top:1px solid var(--line);padding:34px 0;background:#fff}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px}
.footer-grid-compact{align-items:start}
.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:8px}
.list{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}
.to-top{
  width:44px;height:44px;border-radius:16px;border:1px solid rgba(0,0,0,.08);
  background:var(--brand);cursor:pointer;font-weight:900
}
@media (max-width: 900px){ .footer-grid{grid-template-columns:1fr} }



.page-head{padding:26px 0;border-bottom:1px solid var(--line);background:#fff}
.breadcrumbs{display:flex;gap:8px;align-items:center;margin:0 0 8px;font-size:.92rem;color:var(--muted)}
.breadcrumbs a{color:inherit}



.footer-brand-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding-bottom:10px;
  border-bottom:1px solid rgba(0,0,0,.06);
  margin-bottom:16px;
}
.footer-seo-inline{
  margin:0;
  color:#555;
  line-height:1.45;
  font-weight:500;
}
.footer-bottom-row{
  margin-top:16px;
  padding-top:12px;
  border-top:1px solid rgba(0,0,0,.06);
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.footer-copyright{
  text-align:left;
}

@media (max-width: 640px){
  .footer-brand-row{align-items:flex-start;}
  .footer-seo-inline{font-size:13px;}
}


.kit-tile{display:grid;grid-template-columns:140px 1fr;gap:14px;padding:14px;border:1px solid #eee;border-radius:14px;background:#fff;text-decoration:none;color:#333}
.kit-tile:hover{border-color:#ddd;box-shadow:0 8px 20px rgba(0,0,0,.06)}
.kit-tile .tile-media img{width:auto;height:auto;max-width:140px;max-height:140px;object-fit:contain;border-radius:12px;background:#fafafa}
.kit-tile .tile-body h3{margin:0 0 6px;font-size:16px;line-height:1.25}
.kit-tile .tile-brand{font-size:13px;color:#666;margin-bottom:6px}
.kit-tile .tile-price{font-size:18px;font-weight:800;color:#1a2b48;margin-bottom:8px}
.kit-tile .tile-desc{margin:0 0 10px;color:#555;font-size:13px;line-height:1.45}
.kit-tile .tile-specs{margin:0 0 10px;padding-left:16px;color:#333;font-size:13px}
.kit-tile .tile-specs--compact{margin-top:-6px}
.kit-tile .tile-more{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:#1a2b48}
.kit-tile .tile-more:after{content:'→';}
@media (max-width:600px){.kit-tile{grid-template-columns:1fr}.kit-tile .tile-media img{width:auto;height:auto;max-width:100%;max-height:220px}}



.kit-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px){
  .kit-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px){
  .kit-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px){
  .kit-grid{ grid-template-columns: repeat(4, 1fr); }
}

a.tile.tile-icon .tile-media img,
a.tile.tile-icon img{
  width: 120px !important;
  height: 120px !important;
  object-fit: contain;
}

.footer-grid-4{
  display:flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-grid-4 > div{
  flex: 1 1 220px;
}
@media (max-width: 640px){
  .footer-grid-4{ gap: 16px; }
}

.hero-banner-box[data-hero-rotator]{
  background-size: cover;
  background-position: center;
}



.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 14px;font-size:14px;line-height:1.45;color:#6b7280}
.breadcrumbs a{color:inherit;text-decoration:none}
.breadcrumbs a:hover{text-decoration:underline}
.ready-kits-page .container{width:100%}
.ready-kits-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:24px;margin-top:28px}
.ready-kit-tile{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none;background:#fff;border:1px solid #ececec;border-radius:18px;overflow:hidden;transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease}
.ready-kit-tile:hover{transform:translateY(-2px);border-color:#d8d8d8;box-shadow:0 12px 28px rgba(17,24,39,.08)}
.ready-kit-tile .tile-media{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;padding:18px;background:#fafafa;border-bottom:1px solid #f0f0f0}
.ready-kit-tile .tile-media img{width:auto;height:auto;max-width:100%;max-height:260px;object-fit:contain}
.ready-kit-tile .tile-body{display:flex;flex-direction:column;gap:12px;padding:18px;flex:1 1 auto}
.ready-kit-tile .tile-title{min-height:76px;font-size:18px;line-height:1.42;font-weight:600;color:#171717}
.ready-kit-tile .tile-status{font-size:14px;line-height:1.45;color:#6b7280;font-weight:500}
.ready-kit-tile .tile-price{font-size:26px;line-height:1.1;font-weight:700;color:#111827;letter-spacing:-.02em}
.ready-kit-tile .tile-cta,.product-cta .btn,.btn-manager{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:none;border-radius:12px;background:#111827;color:#fff;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s ease, transform .2s ease}
.ready-kit-tile:hover .tile-cta,.product-cta .btn:hover,.btn-manager:hover{background:#0f172a}
.ready-kit-tile .tile-specs{display:none !important}
.comparison{margin-bottom:28px;padding:24px;background:#fff;border:1px solid #ececec;border-radius:18px}
.comparison-head{margin-bottom:18px}.comparison-head .h3{margin:0 0 8px}
.comparison-table-wrap{width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;border:1px solid #ececec;border-radius:16px;background:#fff}
.comparison-table{width:100%;min-width:1280px;border-collapse:separate;border-spacing:0;background:#fff}
.comparison-table th,.comparison-table td{padding:14px 16px;border-bottom:1px solid #ececec;text-align:left;vertical-align:middle;font-size:14px}
.comparison-table thead th{position:sticky;top:0;z-index:4;background:#f8f8f8;color:#111827;font-weight:700;white-space:nowrap}
.comparison-table tbody td{white-space:nowrap}
.comparison-table tbody tr:nth-child(even) td{background:#fcfcfc}
.comparison-table tbody tr:hover td{background:#f5f7fb}
.comparison-table th:first-child,.comparison-table td:first-child{position:sticky;left:0;z-index:3;min-width:300px;max-width:300px;white-space:normal;box-shadow:1px 0 0 #ececec}
.comparison-table thead th:first-child{background:#f3f4f6;z-index:5}
.comparison-table tbody td:first-child{background:#fff}
.comparison-table tbody tr:nth-child(even) td:first-child{background:#fcfcfc}
.comparison-table tbody tr:hover td:first-child{background:#f5f7fb}
.comparison-table td:first-child a{color:inherit;text-decoration:none;font-weight:600;line-height:1.4}
.comparison-table td:first-child a:hover{text-decoration:underline}
.product-sidebar{width:100%}
.product-sidebar__inner{width:min(100%,320px)!important;margin:0 auto;padding:18px;background:#fff;border:1px solid #ececec;border-radius:18px;box-shadow:0 8px 24px rgba(17,24,39,.05)}
.product-sidebar .product-status{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:999px;font-size:14px;font-weight:600;line-height:1}
.product-sidebar .product-status.is-instock{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}
.product-sidebar .product-price{margin-top:14px;font-size:28px;line-height:1.1;font-weight:700;color:#111827}
.product-sidebar .product-price small,.product-sidebar .product-price-note{display:block;margin-top:6px;font-size:13px;line-height:1.4;color:#6b7280;font-weight:500}
.product-sidebar .product-sidebar__actions,.product-sidebar .product-cta{margin-top:18px}
.datasheet-box,.product-bullets{display:none !important}
.site-footer .footer-grid-4{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.site-footer .footer-grid-4>.footer-col,.site-footer .footer-grid-4>div{flex:1 1 220px;min-width:220px}
@media (min-width:768px){.ready-kits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (min-width:1024px){.ready-kits-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:767px){.comparison{padding:18px;border-radius:16px}.comparison-table{min-width:1180px}.comparison-table th,.comparison-table td{padding:12px 14px;font-size:13px}.comparison-table th:first-child,.comparison-table td:first-child{min-width:240px;max-width:240px}.ready-kit-tile .tile-title{min-height:auto;font-size:17px}.ready-kit-tile .tile-price{font-size:23px}.product-sidebar__inner{width:100%;max-width:320px}}
@media (max-width:640px){.site-footer .footer-grid-4{gap:18px}.site-footer .footer-grid-4>.footer-col,.site-footer .footer-grid-4>div{flex:1 1 100%;min-width:100%}}


.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;}



body {
  background: #f7f9fc;
  color: #0f172a;
}

.section {
  padding-top: 34px;
  padding-bottom: 34px;
}

.page-head {
  padding-top: 28px;
  padding-bottom: 12px;
}

.page-head h1,
.section-head h2,
.catalog-toolbar__title,
.contact-eco__title,
.product-title {
  letter-spacing: -0.03em;
}

.site-header {
  backdrop-filter: saturate(1.05) blur(8px);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04);
}

.header-inner {
  min-height: 76px;
}

.nav > a,
.nav-link,
.nav-contact {
  font-weight: 600;
}

.hero-first {
  padding-top: 26px;
  padding-bottom: 22px;
}

.hero-grid {
  align-items: stretch;
  gap: 24px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 30px;
}

.hero-title {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.2rem, 3.6vw, 4rem);
  line-height: 1.04;
  color: #ffffff;
  text-wrap: balance;
}

.hero-lead {
  margin: 18px 0 0;
  max-width: 58ch;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(255,255,255,.88);
}

.hero-actions {
  margin-top: 24px;
  gap: 12px;
}

.hero-banner-box,
.hero-banner-slider {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
}

.hero-banner-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.62) 0%, rgba(15, 23, 42, 0.18) 100%);
  pointer-events: none;
}

.hero-banner-slider > * {
  position: relative;
  z-index: 1;
}

.panel,
.catalog-category-card,
.product-card,
.product-gallery__hero,
.product-overview-card,
.product-service-note,
.product-form-panel,
.product-faq__item,
.product-php-panel,
.product-php-sidebar {
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.section-head {
  margin-bottom: 22px;
}

.section-head p,
.catalog-toolbar__subtitle,
.catalog-toolbar__summary,
.contact-eco__label,
.muted {
  color: #5b6675;
}

.contact-eco__grid {
  gap: 28px;
  align-items: stretch;
}

.contact-eco__map iframe,
.contact-eco__map > * {
  min-height: 100%;
}

.contact-eco__title {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.contact-eco__item {
  padding: 10px 0;
  border-bottom: 1px solid #eef2f6;
}

.contact-eco__item:last-child {
  border-bottom: 0;
}

.footer-wrap {
  padding-top: 32px;
  padding-bottom: 28px;
}

.footer-brand-row {
  align-items: center;
  gap: 20px;
}

.footer-brand {
  flex-shrink: 0;
}

.footer-grid-4 {
  gap: 24px;
}

.footer-col .list a,
.footer-col .muted {
  font-size: 0.98rem;
}

.footer-seo-inline {
  color: #64748b;
}

@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 22px 20px;
  }

  .hero-title {
    max-width: none;
    font-size: clamp(2rem, 7.2vw, 3rem);
  }

  .footer-brand-row {
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .header-inner {
    min-height: 68px;
  }

  .hero-title {
    font-size: 1.95rem;
    line-height: 1.08;
  }

  .hero-lead {
    font-size: 0.95rem;
    line-height: 1.55;
  }
}



.hero-section {
  background-color: transparent !important;
  padding: 0;
}

.hero-shell {
  max-width: var(--container);
  margin: 0 auto;
}

.hero-banner-slider,
.hero-banner-slider--contained {
  position: relative;
  width: 100%;
  min-height: 500px;
  aspect-ratio: 16 / 7;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.52) 0%, rgba(15, 23, 42, 0.16) 100%);
  z-index: 2;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 500px;
  max-width: none;
  padding: clamp(24px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-kicker {
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255,255,255,.92);
  max-width: min(100%, 1100px);
}

.hero-title {
  margin: 0;
  max-width: min(100%, 1120px);
  width: 100%;
  font-size: clamp(1.95rem, 3vw, 3.2rem);
  line-height: 1.08;
  color: #ffffff;
  text-wrap: balance;
}

.hero-subtitle {
  margin: 14px 0 0;
  max-width: min(100%, 980px);
  font-size: 1rem;
  line-height: 1.62;
  color: rgba(255,255,255,.9);
}

#popular.section {
  padding-top: 18px;
}

@media (max-width: 992px) {
  .hero-banner-slider,
  .hero-banner-slider--contained,
  .hero-copy {
    min-height: 420px;
  }

  .hero-title {
    max-width: 100%;
    width: 100%;
    font-size: clamp(1.7rem, 5.6vw, 2.5rem);
  }

  .hero-subtitle {
    font-size: 0.96rem;
  }

  .footer-bottom-text p {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .hero-section {
    padding: 0;
  }

  .hero-banner-slider,
  .hero-banner-slider--contained,
  .hero-copy {
    min-height: 300px;
  }

  .hero-copy {
    padding: 20px 18px;
  }

  .hero-kicker {
    font-size: 0.88rem;
  }

  .hero-title {
    font-size: 1.58rem;
    line-height: 1.12;
  }

  .hero-subtitle {
    margin-top: 10px;
    font-size: 0.92rem;
    line-height: 1.55;
  }
}



.site-footer .footer-wrap {
  padding-top: 28px;
  padding-bottom: 24px;
}

.site-footer .footer-top-row {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eceff3;
}

.site-footer .footer-logo-line {
  display: flex;
  align-items: center;
  gap: 26px;
  width: 100%;
}

.site-footer .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  flex: 0 0 auto;
}

.site-footer .footer-tagline {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer .footer-grid-4 {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 0.95fr;
  gap: 24px;
  align-items: start;
}

.site-footer .footer-col {
  min-width: 0;
}

.site-footer .footer-col--contacts,
.site-footer .footer-col--sections,
.site-footer .footer-col--address,
.site-footer .footer-col--hours {
  justify-self: stretch;
  text-align: left;
}

.site-footer .footer-col .h4 {
  margin: 0 0 10px;
}

.site-footer .footer-col .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.site-footer .footer-col--contacts .list {
  gap: 6px;
}

.site-footer .footer-hours {
  display: grid;
  gap: 6px;
}

.site-footer .footer-bottom-row {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #eceff3;
}

@media (max-width: 991px) {
  .site-footer .footer-logo-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .site-footer .footer-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-footer .footer-grid-4 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .site-footer .footer-top-row {
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
}



.site-footer .footer-wrap{padding:26px 14px 18px;}
.site-footer .footer-top-row{padding-bottom:20px;margin-bottom:18px;border-bottom:1px solid #ececec;}
.site-footer .footer-logo-line{display:flex;align-items:center;gap:28px;justify-content:flex-start;}
.site-footer .footer-brand{display:flex;align-items:center;gap:10px;flex:0 0 auto;margin:0;}
.site-footer .footer-tagline{margin:0;font-size:14px;line-height:1.55;color:#64748b;max-width:none;}
.site-footer .footer-grid-4{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) minmax(220px,1fr) minmax(180px,1fr);gap:28px;align-items:start;justify-items:start;}
.site-footer .footer-col{min-width:0;text-align:left;justify-self:start;}
.site-footer .footer-col--contacts,.site-footer .footer-col--sections,.site-footer .footer-col--address,.site-footer .footer-col--hours{justify-self:start;text-align:left;}
.site-footer .footer-col .h4{margin:0 0 10px;font-size:16px;line-height:1.3;}
.site-footer .footer-col .list{display:grid;gap:8px;margin:0;padding:0;list-style:none;}
.site-footer .footer-col .list li{margin:0;padding:0;}
.site-footer .footer-col .list a,.site-footer .footer-col .muted{font-size:14px;line-height:1.65;color:#64748b;text-decoration:none;}
.site-footer .footer-hours{display:grid;gap:4px;font-size:14px;line-height:1.65;}
.site-footer .footer-bottom-row{margin-top:16px;padding-top:14px;border-top:1px solid #ececec;}
.site-footer .footer-copyright{font-size:14px;line-height:1.4;color:#94a3b8;}
.site-header .header-inner{gap:18px;}
.site-header .brand{flex-shrink:0;}
.site-header .nav{flex-wrap:wrap;}
.site-header .header-right{display:flex;align-items:center;gap:12px;flex-shrink:0;}
@media (max-width: 980px){.site-footer .footer-grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}.site-footer .footer-logo-line{flex-direction:column;align-items:flex-start;gap:12px;}.site-header .header-right{gap:8px;}}
@media (max-width: 640px){.site-footer .footer-grid-4{grid-template-columns:1fr;gap:18px;}.site-footer .footer-wrap{padding-left:12px;padding-right:12px;}.site-header .header-inner{gap:12px;}}



.hero-banner-slider,
.hero-banner-slider--contained {
  min-height: 250px;
  aspect-ratio: 16 / 4.8;
}
.hero-copy {
  min-height: 250px;
  align-items: flex-start;
}
.hero-kicker,
.hero-subtitle,
.hero-actions {
  display: none !important;
}
.hero-title {
  max-width: 820px;
  font-size: clamp(1rem, 1.55vw, 1.45rem) !important;
  line-height: 1.18;
}
#popular .pcard-media img,
.product-card__image,
.tile-media img,
.catalog-category-card__media img {
  object-fit: contain;
  background: #f8fafc;
}
.catalog-category-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.catalog-category-card {
  min-height: 210px;
}
.product-sidebar__inner--minimal {
  display: grid;
  gap: 14px;
  align-items: start;
}
.product-sidebar__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #64748b;
}
.product-sidebar__actions--single,
.product-sidebar__actions--single .btn {
  width: 100%;
}
.product-sidebar .product-sku,
.product-sidebar .product-brand,
.product-sidebar .product-meta,
.product-sidebar .product-price,
.product-sidebar .product-keypoints,
.product-sidebar .btn--viber-quick,
.product-sidebar .btn-datasheet {
  display: none !important;
}
.product-sticky-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-sticky-mobile__price {
  display: none !important;
}
.product-sticky-mobile .btn {
  width: min(100%, 360px);
}
.site-footer .footer-wrap {
  padding-left: 0;
  padding-right: 0;
}
.site-footer .footer-top-row {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.site-footer .footer-logo-line {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}
.site-footer .footer-tagline {
  font-size: 14px;
  line-height: 1.45;
}
.site-footer .footer-grid-4 {
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(220px, 1fr) minmax(180px, 1fr) !important;
  align-items: start;
  justify-items: stretch;
  gap: 24px;
}
.site-footer .footer-col--contacts {
  justify-self: start !important;
  text-align: left !important;
}
.site-footer .footer-col--sections,
.site-footer .footer-col--address {
  justify-self: center !important;
  text-align: left !important;
}
.site-footer .footer-col--hours {
  justify-self: end !important;
  text-align: right !important;
}
.site-footer .footer-hours {
  justify-items: end;
}
.site-footer .footer-col .muted,
.site-footer .footer-col .list a,
.site-footer .footer-hours,
.site-footer .footer-copyright {
  color: #6b7280;
}
@media (max-width: 991px) {
  .catalog-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .site-footer .footer-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .site-footer .footer-col--sections,
  .site-footer .footer-col--address,
  .site-footer .footer-col--hours {
    justify-self: stretch !important;
    text-align: left !important;
  }
  .site-footer .footer-hours {
    justify-items: start;
  }
}
@media (max-width: 720px) {
  .hero-banner-slider,
  .hero-banner-slider--contained,
  .hero-copy {
    min-height: 180px;
  }
  .hero-title {
    font-size: 0.95rem !important;
    max-width: 92%;
  }
}
@media (max-width: 640px) {
  .catalog-category-grid,
  .site-footer .footer-grid-4 {
    grid-template-columns: 1fr !important;
  }
}



.hero-banner-slider,
.hero-banner-slider--contained {
  min-height: 210px !important;
  aspect-ratio: 16 / 4.2 !important;
}
.hero-copy {
  min-height: 210px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.hero-title {
  max-width: 720px !important;
  font-size: clamp(0.95rem, 1.3vw, 1.3rem) !important;
  line-height: 1.16 !important;
}
.hero-overlay {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.46) 0%, rgba(15, 23, 42, 0.14) 100%) !important;
}
.product-gallery__thumbs,
.product-meta-chip,
.product-section-meta,
.product-specs .spec-table th:first-child:empty,
.product-specs .spec-table td:empty {
  display: none !important;
}
.site-footer .footer-grid-4 {
  display: grid !important;
  grid-template-columns: minmax(180px,1fr) minmax(180px,1fr) minmax(220px,1fr) minmax(180px,1fr) !important;
  gap: 24px !important;
  align-items: start !important;
}
.site-footer .footer-col--contacts {
  justify-self: start !important;
  text-align: left !important;
}
.site-footer .footer-col--sections {
  justify-self: center !important;
  text-align: left !important;
}
.site-footer .footer-col--address {
  justify-self: center !important;
  text-align: left !important;
  transform: translateX(18px);
}
.site-footer .footer-col--hours {
  justify-self: end !important;
  text-align: right !important;
}
.site-footer .footer-hours {
  justify-items: end !important;
  text-align: right !important;
}
.site-footer .footer-col .muted,
.site-footer .footer-col .list a,
.site-footer .footer-hours,
.site-footer .footer-copyright,
.site-footer .footer-tagline {
  color: #64748b !important;
}
@media (max-width: 991px) {
  .hero-banner-slider,
  .hero-banner-slider--contained,
  .hero-copy {
    min-height: 180px !important;
  }
  .hero-title {
    font-size: clamp(0.9rem, 2.7vw, 1.12rem) !important;
    max-width: 88% !important;
  }
  .site-footer .footer-grid-4 {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
  .site-footer .footer-col--sections,
  .site-footer .footer-col--address,
  .site-footer .footer-col--hours {
    justify-self: stretch !important;
    text-align: left !important;
    transform: none !important;
  }
  .site-footer .footer-hours {
    justify-items: start !important;
    text-align: left !important;
  }
}
@media (max-width: 640px) {
  .hero-banner-slider,
  .hero-banner-slider--contained,
  .hero-copy {
    min-height: 156px !important;
  }
  .hero-title {
    font-size: 0.88rem !important;
    max-width: 94% !important;
  }
}


.hero-shell { max-width: 1128px; }
.hero-banner-slider,
.hero-banner-slider--contained {
  min-height: 570px !important;
  max-height: 570px !important;
  aspect-ratio: 1128 / 570 !important;
}
.hero-copy { min-height: 570px !important; }
@media (max-width: 1200px) {
  .hero-banner-slider,
  .hero-banner-slider--contained,
  .hero-copy { min-height: 500px !important; max-height: 500px !important; }
}
@media (max-width: 992px) {
  .hero-banner-slider,
  .hero-banner-slider--contained,
  .hero-copy { min-height: 420px !important; max-height: 420px !important; }
}
@media (max-width: 720px) {
  .hero-banner-slider,
  .hero-banner-slider--contained,
  .hero-copy { min-height: 300px !important; max-height: 300px !important; }
}



.header-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.currency-switch{display:inline-flex;align-items:center;gap:8px;padding:0 10px;height:42px;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#fff}
.currency-switch__btn{border:0;background:transparent;padding:0;color:#1d4ed8;font-weight:700;cursor:pointer;font-size:.92rem;line-height:1}
.currency-switch__btn.is-active{color:#0f172a}
.currency-switch__sep{color:#94a3b8;font-weight:700}
.site-footer .footer-tagline{font-size:15px!important;line-height:1.45;white-space:nowrap}
.catalog-category-card__content{display:grid;gap:6px}
.catalog-category-card__title{font-size:1.02rem;font-weight:700;color:#0f172a}
.catalog-category-card__desc{font-size:.92rem;color:#64748b;line-height:1.45}
.catalog-category-card__meta{display:none!important}
.catalog-toolbar__summary{min-height:1px}
.catalog-toolbar__link--dark{background:#0f172a!important;color:#fff!important;border-color:#0f172a!important}
.catalog-sort,.catalog-sort label,.catalog-sort select{display:none!important}
.catalog-sort-links{display:flex;flex-wrap:wrap;gap:18px;align-items:center}
.catalog-sort-links__item{color:#2563eb;font-weight:600;text-decoration:none;border-bottom:1px solid transparent;padding-bottom:2px}
.catalog-sort-links__item:hover,.catalog-sort-links__item.is-active{color:#1d4ed8;border-color:#1d4ed8}
.order-page__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:24px;align-items:start}
.order-page__list{margin:18px 0 0;padding-left:18px;color:#334155;line-height:1.7}
.order-page__form{padding:20px;border-radius:18px;background:#fff}
body.modal-open{overflow:hidden}
.nav.is-open{display:flex}
.nav-dropdown.is-open .nav-dropdown-menu{display:block}
[data-price-switch]{display:inline-block}
@media (max-width: 1100px){.site-footer .footer-tagline{white-space:normal}}
@media (max-width: 980px){.order-page__grid{grid-template-columns:1fr}.currency-switch{order:3;width:auto}}



:root{--accent:#0095ff;--btn:#00a251;--btn-dk:#008645;}
.site-header .nav a[aria-current="page"],.catalog-sort-links__item.is-active,.currency-switch__btn,.header-search,.site-header a:hover{color:var(--accent)}
.currency-switch__btn.is-active,.catalog-sort-links__item.is-active{color:var(--accent)!important}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:saturate(130%) blur(8px)}
.site-header .header-inner{display:flex;align-items:center;gap:16px;min-height:70px;flex-wrap:nowrap}
.site-header .brand{margin-right:6px;gap:0}.site-header .brand-text{display:none}.site-header .brand-mark{width:40px;height:40px}
.site-header .nav{display:flex;align-items:center;gap:10px;flex:1 1 auto;white-space:nowrap;margin-left:0;flex-wrap:nowrap}
.site-header .nav a,.site-header .nav .nav-link,.site-header .nav-contact{padding:0;border:0;background:transparent;font-weight:600}
.site-header .header-right{display:flex;align-items:center;gap:12px;flex:0 0 auto;white-space:nowrap}
.header-search{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid rgba(15,23,42,.12);font-size:20px;font-weight:700;color:#0f172a}
.phone-pill{border:0;background:transparent;padding:0;height:auto;border-radius:0}
.nav-social{width:30px;height:30px;border:0;background:transparent;font-weight:800;padding:0}
.header-order{height:40px;padding:0 16px;border-radius:999px}
.hero-banner-slider,.hero-banner-slider--contained{max-width:1128px;aspect-ratio:1128/570;min-height:420px;max-height:570px;margin:0 auto;border-radius:28px;overflow:hidden}
.hero-copy{max-width:700px}.hero-title{max-width:14ch}.hero-lead{color:#fff;font-size:1.02rem;line-height:1.55;max-width:52ch;margin-top:14px;text-shadow:0 1px 8px rgba(0,0,0,.28)}
.bento-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(160px,auto);gap:16px}.bento-card{display:flex;flex-direction:column;justify-content:space-between;padding:22px;border-radius:24px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 34px rgba(15,23,42,.05);text-decoration:none;color:#0f172a}.bento-card:hover{transform:translateY(-2px)}.bento-card--lg{grid-column:span 2;grid-row:span 2}.bento-card--wide{grid-column:span 2}.bento-card--accent{background:linear-gradient(135deg,#eef7ff 0%,#f8fffb 100%)}.bento-card__icon img{width:62px;height:62px;object-fit:contain}.bento-card__content{display:grid;gap:8px}.bento-card__content strong{font-size:1.1rem}.bento-card__content span{color:#475569;line-height:1.5}
.expert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.expert-card{padding:22px;border-radius:22px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 34px rgba(15,23,42,.04)}.expert-card h3{margin-bottom:10px}.expert-card p,.about-authority p,.category-guide p{line-height:1.72;color:#334155}.about-authority{display:grid;gap:12px;margin-top:18px;padding:22px;border-radius:22px;background:#fff;border:1px solid rgba(15,23,42,.08)}
.category-guide{padding:18px 20px;border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);margin-bottom:18px}
.floating-viber{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:999px;background:#7360f2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;box-shadow:0 10px 28px rgba(115,96,242,.35);z-index:70}
.search-page{display:grid;gap:18px}.search-form{display:flex;gap:12px;align-items:center}.search-form input{flex:1 1 auto;height:50px;border-radius:14px;border:1px solid rgba(15,23,42,.12);padding:0 16px;font-size:16px}
.site-footer .footer-logo-line{display:flex;align-items:center;gap:18px}.site-footer .footer-tagline{font-size:15px;line-height:1.45}.site-footer .footer-grid-4{display:grid;grid-template-columns:1fr 1fr 1.1fr 1fr;gap:20px;align-items:start}.site-footer .footer-col--contacts{text-align:left}.site-footer .footer-col--hours{text-align:right}.site-footer .footer-col--address{padding-left:18px}
@media (max-width:1140px){.site-header .header-inner{gap:12px}.site-header .nav{gap:8px}.phone-pill span:last-child{display:none}.hero-banner-slider,.hero-banner-slider--contained{min-height:380px}}
@media (max-width:980px){.nav-toggle{display:inline-flex;margin-left:auto}.site-header .nav{display:none;position:absolute;left:0;right:0;top:70px;background:#fff;padding:12px 16px;border-bottom:1px solid rgba(15,23,42,.08);flex-direction:column;align-items:flex-start;gap:12px;white-space:normal}.site-header.is-open .nav{display:flex}.site-header .header-right{margin-left:auto}.bento-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bento-card--lg,.bento-card--wide{grid-column:span 2}.expert-grid{grid-template-columns:1fr}.site-footer .footer-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer .footer-col--hours{text-align:left}}
@media (max-width:640px){.hero-banner-slider,.hero-banner-slider--contained{min-height:260px;max-height:340px;border-radius:20px}.hero-title{font-size:clamp(1.5rem,6vw,2.1rem)}.hero-lead{font-size:.94rem}.bento-grid{grid-template-columns:1fr}.bento-card,.bento-card--lg,.bento-card--wide,.bento-card--accent{grid-column:auto}.site-header .header-right{gap:8px}.currency-switch{padding:0 8px}.header-order{padding:0 12px}.search-form{flex-direction:column;align-items:stretch}.site-footer .footer-grid-4{grid-template-columns:1fr}}

.catalog-filters{margin:1.25rem 0 1rem;padding:1rem 1.1rem;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff}
.catalog-filters__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}
.catalog-filters__field{display:flex;flex-direction:column;gap:.35rem;font-size:.92rem;font-weight:600;color:#0f172a}
.catalog-filters__field select{width:100%;padding:.72rem .85rem;border:1px solid rgba(15,23,42,.14);border-radius:12px;background:#fff;font:inherit;color:#0f172a}
.catalog-filters__actions{display:flex;gap:.75rem;align-items:center;margin-top:.9rem}
.catalog-active-filters,.catalog-quick-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin:0 0 1rem}
.catalog-filter-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem .85rem;border-radius:999px;background:rgba(0,149,255,.08);color:#0095ff;font-weight:600;text-decoration:none;border:1px solid rgba(0,149,255,.14)}
.catalog-filter-tag:hover{background:rgba(0,149,255,.12)}
.catalog-pagination{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:center;margin-top:1.2rem}
.catalog-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;border-radius:12px;border:1px solid rgba(15,23,42,.1);text-decoration:none;color:#0f172a;font-weight:600;background:#fff}
.catalog-pagination__link.is-active{background:#0095ff;border-color:#0095ff;color:#fff}
@media (max-width: 980px){.catalog-filters__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 640px){.catalog-filters__grid{grid-template-columns:1fr}.catalog-filters__actions{flex-direction:column;align-items:stretch}}


.category-description{position:relative;padding:28px 30px;border-radius:24px;background:#fff;border:1px solid rgba(29,29,31,.08);box-shadow:0 14px 40px rgba(29,29,31,.05)}
.category-description h2{margin:0 0 14px;color:#1D1D1F;font-size:clamp(1.5rem,2.6vw,2rem);line-height:1.18}
.category-description h3{margin:0 0 10px;color:#1D1D1F;font-size:1.08rem;line-height:1.32}
.category-description p{margin:0 0 16px;color:#4b5563;line-height:1.78}
.category-description .prose{margin-top:20px}
.lineheadline{display:block;width:88px;height:4px;border-radius:999px;background:linear-gradient(90deg,#0066CC 0%,#0071E3 100%);margin:0 0 18px}
.margin-bottom-0{margin-bottom:0}
.clearboth{clear:both}
.home-energy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px}
.home-energy-grid > div{padding:20px;border-radius:20px;background:#F5F5F7;border:1px solid rgba(29,29,31,.06)}
.show-more-button{text-align:center;margin-top:15px}
.btn-more{display:inline-flex;align-items:center;justify-content:center;color:#0066CC;font-weight:700;text-decoration:none;border-bottom:1px dashed #0066CC;padding-bottom:2px}
.btn-more:hover{color:#0071E3;border-color:#0071E3}
.show-more-height{max-height:420px;overflow:hidden}
.show-more-height::after{content:"";position:absolute;left:0;right:0;bottom:0;height:120px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.92) 58%,#fff 100%);pointer-events:none;opacity:1;transition:opacity .25s ease}
.category-description.is-expanded{max-height:none}
.category-description.is-expanded::after{opacity:0}
@media (max-width: 860px){.home-energy-grid{grid-template-columns:1fr}.category-description{padding:22px 18px}.show-more-height{max-height:520px}}




.hero{position:relative}
.hero-banner{padding:18px 0}
.hero-banner-box{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  background-size:cover;
  background-position:center;
  min-height:570px;
  display:flex;
  align-items:center;
}
.hero-banner-box::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg, rgba(0,0,0,.66) 0%, rgba(0,0,0,.36) 55%, rgba(0,0,0,.18) 100%);
}

.hero-banner-title{
  margin:0 0 12px 0;
  font-weight:900;
  line-height:1.12;
  font-size:clamp(1.0rem, 1.6vw, 1.35rem);
}
@media (min-width: 1024px){
  .hero-banner-title{white-space:nowrap}
}

.hero-banner-slides{
  position:absolute;
  inset:0;
  z-index:0;
}
.hero-slide{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:none;
}
.hero-slide.is-active{display:block}
.hero-banner-copy--single{position:relative; z-index:2; padding:26px 28px; color:#fff; max-width:980px}
.hero-banner-text{margin:0; font-size:1.65rem; line-height:1.25; font-weight:800}
@media (max-width: 720px){
  .hero-banner{padding:12px 0}
  .hero-banner-box{min-height:120px}
  .hero-banner-copy--single{padding:18px 16px}
  .hero-banner-text{font-size:1.1rem}
}


.hero-card{
  background:#fff;border:1px solid rgba(255,255,255,.18);border-radius:22px;
  padding:18px;box-shadow:var(--shadow)
}

.form{display:grid;gap:12px;margin-top:12px}
.field span{display:block;font-size:.9rem;color:var(--muted);margin:0 0 6px}
input,textarea{
  width:100%;border:1px solid var(--line);border-radius:14px;
  padding:12px 12px;font:inherit;outline:none;background:#fff
}
input:focus,textarea:focus{border-color:rgba(0,0,0,.35)}
.form-hint{font-size:.85rem;margin:0}
.mini-contacts{display:flex;flex-direction:column;gap:6px;margin-top:12px}
.mini{font-weight:900}

@media (max-width: 1040px){
  .hero-banner-inner{grid-template-columns:1fr}
  .hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.44) 52%, rgba(0,0,0,.18) 100%), radial-gradient(900px 420px at 78% 18%, rgba(255,195,0,.18), transparent 60%), radial-gradient(900px 420px at 20% 70%, rgba(255,138,0,.16), transparent 60%);}
}



.carousel-actions{display:flex;gap:8px}
.carousel{
  display:flex; gap:14px;
  overflow:auto;
  scroll-snap-type:x mandatory;
  padding:6px 2px 10px;
  border-radius:16px;
}
.carousel::-webkit-scrollbar{height:10px}
.carousel::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12); border-radius:999px}
.carousel-item{
  flex:0 0 auto;
  width:280px;
  scroll-snap-align:start;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.03);
}
.carousel-item:hover{text-decoration:none; box-shadow:var(--shadow)}
.carousel-item img{width:100%; aspect-ratio:3/2; object-fit:cover; background:var(--soft)}
.carousel-meta{padding:12px}
.carousel-meta strong{display:block; font-weight:900}
.carousel-meta .tag{
  display:inline-flex; margin-top:8px;
  padding:6px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  font-weight:900;
  font-size:.85rem;
  background:var(--soft);
}



.info-grid{grid-template-columns:repeat(4,1fr)}
.panel{border:1px solid var(--line);border-radius:22px;padding:16px;background:#fff}
.bullets{margin:10px 0 0;padding-left:18px}
@media (max-width: 1000px){ .info-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width: 600px){ .info-grid{grid-template-columns:1fr} }



.faq{display:grid; gap:10px}
.faq-item{
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  padding:12px 14px;
}
.faq-item summary{cursor:pointer;font-weight:900;list-style:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary,.faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px}
.faq-summary__text{display:block;min-width:0;flex:1 1 auto}
.faq-summary__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:28px;height:28px;color:#94a3b8}
.faq-summary__icon .icon-control-plus{width:100%;height:100%;display:block;fill:currentColor}
.faq-item summary:hover .faq-summary__icon,.faq-item[open] summary .faq-summary__icon{color:#1f2937}
.faq-item p{margin:10px 0 0}



.section-actions{display:flex;gap:10px;align-items:center}
@media (max-width: 720px){ .section-actions{width:100%;justify-content:space-between} }

.popular-carousel{gap:16px}
.pcard{
  flex:0 0 auto;
  width:320px;
  scroll-snap-align:start;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.03);
}
.pcard:hover{box-shadow:var(--shadow)}
.pcard-media{position:relative;display:block;background:var(--soft)}
.pcard-media img{width:100%;height:clamp(180px,18vw,240px);object-fit:contain;background:var(--soft);padding:10px;box-sizing:border-box}
.badge{
  position:absolute;left:12px;top:12px;
  padding:6px 10px;
  border-radius:999px;
  font-weight:900;
  font-size:.85rem;
  border:1px solid rgba(0,0,0,.08);
}
.badge-hit{background:var(--brand);color:#111}
.badge-top{background:#111;color:#fff;border-color:#111}

.pcard-body{padding:14px}
.pcard-brand{font-weight:900;color:rgba(0,0,0,.65);font-size:.9rem}
.pcard-title{margin:6px 0 0}
.pcard-title a{text-decoration:none}
.pcard-title a:hover{text-decoration:underline}
.pcard-price{margin-top:8px;font-weight:900;font-size:1.05rem}

.pcard-specs{
  margin:12px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.pcard-specs li{
  display:flex;justify-content:space-between;gap:10px;
  padding:8px 10px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--soft);
  font-size:.92rem;
}
.pcard-specs span{color:rgba(0,0,0,.65);font-weight:800}
.pcard-specs b{font-weight:900}

.pcard-actions{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.pcard-actions .btn{padding:10px 12px;border-radius:14px}



.hero-banner-inner{grid-template-columns: 1.15fr .85fr; align-items:flex-start;}
.hero-banner-copy{display:block;}
.hero-card{
  width:min(380px, 92vw);
  padding:14px;
  border-radius:18px;
}
.hero-card .h3{font-size:1.02rem;}
.form{gap:10px;margin-top:10px}
input,textarea{padding:10px 10px;border-radius:12px}
textarea{min-height:92px}
.btn{padding:10px 12px;border-radius:12px}
@media (max-width: 1040px){
  .hero-banner-inner{grid-template-columns:1fr}
  .hero-card{width:100%}
  .hero-banner-copy{display:block}
}


.hero-bg{background-image:url("/images/banner/solax-hero-1.webp") !important; min-height:420px;}
.hero-banner{min-height:420px;}



.contact-grid{display:grid;grid-template-columns:1fr;gap:16px}
.panel-wide{width:100%}
@media (max-width: 900px){ .contact-grid{grid-template-columns:1fr} }



.pcard-body{padding:14px}
.pcard-price{margin-top:8px;font-weight:900;font-size:1.05rem}



.tiles{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-content:center}
.tile{
  display:block;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 1px 0 rgba(0,0,0,.03);
}
.tile:hover{text-decoration:none;box-shadow:var(--shadow)}
.tile img{width:100%;height:clamp(200px,18vw,240px);object-fit:contain;background:transparent;padding:0;box-sizing:border-box}
.tile-body{padding:14px}
.tile-title{font-weight:900}
.tile-price{margin-top:8px;font-weight:900}



.cat-icon img{width:auto;height:auto;max-width:192px;max-height:192px;display:block;object-fit:contain}
@media (max-width:720px){ .cat-icon img{max-width:140px;max-height:140px} }
@media (max-width:420px){ .cat-icon img{max-width:120px;max-height:120px} }



.tile{display:flex;flex-direction:column;height:100%}
.tile-body{display:flex;flex-direction:column;gap:8px;flex:1}
.tile-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tile .muted{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tile-cta{
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border-radius:14px;
  background:var(--brand-grad);
  color:#111;
  font-weight:800;
}
@media (max-width:1000px){ .tiles{grid-template-columns:repeat(2,1fr)} }
@media (max-width:520px){ .tiles{grid-template-columns:1fr} }



.nav a, .nav .nav-link{font-size:1rem}
.nav-dropdown-btn{font-size:1rem}
@media (min-width: 1041px){
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu{display:block}
  .nav-dropdown:hover .nav-dropdown-btn{text-decoration:none;background:var(--soft)}
}



.faq{display:grid; gap:12px; padding:12px 0}
.faq-item{padding:12px; border:1px solid var(--line); border-radius:16px; background:#fff}
.faq-q{font-weight:900}
.faq-a{margin-top:6px; color:var(--muted); line-height:1.55}



.lead-modal{position:fixed; inset:0; display:none; z-index:200}
.lead-modal.is-open{display:block}
.lead-backdrop{position:absolute; inset:0; background:rgba(0,0,0,.45)}
.lead-dialog{position:relative; max-width:520px; margin:8vh auto 0; background:#fff; border-radius:18px; box-shadow:var(--shadow); border:1px solid rgba(0,0,0,.08); overflow:hidden}
.lead-head{display:flex; align-items:center; justify-content:space-between; padding:14px 16px; border-bottom:1px solid var(--line)}
.lead-head h3{margin:0; font-size:1.1rem}
.lead-close{border:1px solid var(--line); background:#fff; border-radius:12px; padding:8px 10px; cursor:pointer; font-weight:900}
.lead-body{padding:16px}
.lead-body p{margin:.25rem 0 .75rem}
.lead-field{display:grid; gap:8px; margin-top:10px}
.lead-field input{padding:12px 14px; border-radius:14px; border:1px solid var(--line)}
.lead-help{font-size:.9rem; color:var(--muted); margin-top:10px}
.lead-error{color:#b91c1c; font-weight:700; margin-top:10px}
.lead-ok{color:#065f46; font-weight:700; margin-top:10px}



.tile-media{width:100%;}
.tile-media img{width:100%;height:clamp(200px,18vw,240px);object-fit:contain;background:transparent;padding:0;box-sizing:border-box}


.sf-lightbox{position:fixed; inset:0; background:rgba(0,0,0,.85); display:none; align-items:center; justify-content:center; z-index:9999; padding:18px}
.sf-lightbox.is-open{display:flex}
.sf-lightbox img{max-width:min(1100px, 96vw); max-height:86vh; width:auto; height:auto; border-radius:16px; box-shadow:0 18px 60px rgba(0,0,0,.45)}
.sf-lightbox .sf-lb-close{position:absolute; top:14px; right:14px; width:42px; height:42px; border-radius:14px; border:1px solid rgba(255,255,255,.18); background:rgba(0,0,0,.35); color:#fff; font-size:22px; cursor:pointer}
.sf-lightbox .sf-lb-nav{position:absolute; top:50%; transform:translateY(-50%); width:46px; height:46px; border-radius:16px; border:1px solid rgba(255,255,255,.18); background:rgba(0,0,0,.35); color:#fff; font-size:22px; cursor:pointer}
.sf-lightbox .sf-lb-prev{left:14px}
.sf-lightbox .sf-lb-next{right:14px}


.contact-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:16px; margin-top:16px}
.contact-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.contact-map iframe{border-radius:16px}
@media (max-width: 920px){
  .contact-grid{grid-template-columns:1fr}
}


a.tile > img{display:none !important}




.product-page{background:#fff;color:#333}
.product-page .card{box-shadow:none!important;border:0!important}
.product-layout{max-width:1200px;margin:0 auto;padding:18px 14px;display:block}
.product-media{background:#fff}
.product-gallery{border:0;box-shadow:none}
.product-img{width:100%;height:auto;display:block;border-radius:10px;background:#f6f6f6}
.product-sidebar{margin-top:18px}
.product-sidebar__inner{background:#fff;border:1px solid #ececec;border-radius:12px;padding:16px;box-shadow:none}
.product-title{margin:0 0 10px;font-size:22px;line-height:1.25;letter-spacing:-.2px}
.product-brand{margin:0 0 6px;font-size:13px;letter-spacing:.2px;text-transform:uppercase;color:#666}
.product-meta{display:flex;gap:10px;align-items:center;margin:0 0 10px}
.product-status{display:inline-flex;align-items:center;gap:8px;font-size:14px;padding:6px 10px;border-radius:999px;border:1px solid #e8e8e8;background:#fafafa}
.product-status:before{content:"";width:8px;height:8px;border-radius:999px;display:inline-block;background:#999}
.product-status.is-instock:before{background:#16a34a}
.product-status.is-outstock:before{background:#f59e0b}
.product-price{display:flex;align-items:baseline;gap:8px;margin:8px 0 14px}
.product-price__value{font-size:34px;font-weight:800;letter-spacing:-.5px;color:#f97316}
.product-price__currency{font-size:16px;font-weight:700;color:#333}
.product-cta{margin:12px 0 14px}
.product-bullets{margin:0;padding-left:18px;display:grid;gap:8px}
.product-bullets li{font-size:14px;line-height:1.35;color:#333}
.product-details{max-width:1200px;margin:0 auto;padding:0 14px 28px;display:grid;gap:18px}
.product-details h2{margin:0 0 10px;font-size:18px;line-height:1.25}
.product-description,.product-specs{background:#fff;border:1px solid #ececec;border-radius:12px;padding:16px}
.product-description p{margin:0 0 10px;color:#333;line-height:1.55}
.spec-table-wrap{overflow:auto}
.spec-table{width:100%;border-collapse:collapse;font-size:14px}
.spec-table th,.spec-table td{padding:10px 12px;vertical-align:top;border-bottom:1px solid #ededed}
.spec-table th{width:40%;font-weight:700;color:#333;text-align:left;background:#fbfbfb}
.spec-table td{width:60%;color:#333}
@media (min-width:992px){
  .product-layout{display:grid;grid-template-columns:1.65fr 1fr;gap:26px;padding:26px 14px 18px;align-items:start}
  .product-sidebar{margin-top:0}
  .product-sidebar__inner{position:sticky;top:18px}
  .product-title{font-size:26px}
  .product-price__value{font-size:38px}
  .product-details{padding:0 14px 40px}
}
@media (min-width:1280px){
  .product-layout,.product-details{max-width:1240px}
}



.contacts-block .contacts-grid{
  display:grid;
  gap:18px;
  margin-top:16px;
}
.contacts-info{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:16px;
}
.contacts-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:14px;
}
.contacts-item{
  display:grid;
  grid-template-columns:40px 1fr;
  gap:12px;
  align-items:flex-start;
}
.contacts-ic{
  width:40px;
  height:40px;
  border-radius:12px;
  background:var(--brand-soft);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.contacts-ic svg{
  width:20px;
  height:20px;
  fill:var(--brand2);
}
.contacts-label{
  font-size:13px;
  color:var(--muted);
  margin-bottom:2px;
}
.contacts-value,
.contacts-link{
  font-size:16px;
  color:#333;
  line-height:1.35;
}
.contacts-link{
  font-weight:700;
  text-decoration:none;
}
.contacts-link:hover{ text-decoration:underline; }

.contacts-map iframe{
  width:100%;
  height:450px;
  display:block;
  border-radius:15px;
}

@media(min-width:992px){
  .contacts-block .contacts-grid{
    grid-template-columns:1fr 1.25fr;
    align-items:start;
    gap:24px;
  }
  .contacts-info{ position:sticky; top:18px; }
}





.btn-dark,
.btn-dark.btn-block {
  background: #1a2b48;
  border-color: #1a2b48;
  color: #fff;
}
.btn-dark:hover {
  filter: brightness(1.07);
}


.lead-dialog .lead-body,
.lead-dialog .lead-head {
  text-align: center;
}
.lead-dialog .lead-body .lead-field label {
  text-align: left;
  display: block;
}
.lead-dialog .lead-body > div[style] {
  justify-content: center !important;
}
.lead-dialog .lead-body .btn {
  text-align: center;
}


.product-switch {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 12px;
}
.product-switch .sf-switch-btn {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  min-width: 40px;
  min-height: 40px;
  padding: 10px 12px;
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-switch .sf-switch-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #d7d7d7;
  display: block;
  transition: transform .15s ease, background .15s ease;
}
.product-switch .sf-switch-btn.is-active::before {
  background: #111;
}
.product-switch .sf-switch-btn:hover::before {
  transform: scale(1.08);
  background: #bcbcbc;
}


.contact-eco__grid {
  display: grid;
  gap: 18px;
}
.contact-eco__info {
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}
.contact-eco__list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.contact-eco__item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}
.contact-eco__ic {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,187,0,0.12); 
  color: #ffbb00;
  font-size: 16px;
}
.contact-eco__label {
  font-size: 12px;
  color: #777;
  margin-bottom: 2px;
}
.contact-eco__value {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
.contact-eco__value:hover {
  text-decoration: underline;
}
.contact-eco__map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 15px;
  display: block;
}

@media (min-width: 992px) {
  .contact-eco__grid {
    grid-template-columns: 1fr 2fr; 
    gap: 22px;
    align-items: start;
  }
  .contact-eco__info {
    position: sticky;
    top: 18px;
  }
}


.order-grid {
  display: flex;
  justify-content: center;
}
.order-panel {
  width: 100%;
  max-width: 720px;
}
@media (max-width: 991px) {
  .order-panel {
    max-width: 100%;
  }
}


#contact-form .contact-grid {
  display: flex;
  justify-content: center;
}
#contact-form .panel-wide {
  width: 100%;
  max-width: 820px;
}








.product-title-wide{
  max-width:1200px;
  margin:0 auto;
  padding: 10px 14px 0;
}
.product-title-wide .product-title{
  margin:0;
  font-size:26px;
  line-height:1.25;
  letter-spacing:-0.2px;
}


.sf-thumbs,
.product-switch,
.product-count{
  display:none !important;
}


.product-sidebar__inner{
  border:1px solid #ececec;
  border-radius:12px;
  box-shadow:none;
}
.product-meta{ margin:0 0 10px; }
.product-price{ margin: 6px 0 12px; }
.product-price.is-empty .product-price__value{
  font-size:20px;
  font-weight:800;
  color:#333;
}
.btn-datasheet{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  margin: 10px 0 0;
  border:1px solid #d9d9d9;
  background:#fff;
  color:#333;
}
.btn-datasheet .btn-ico{
  width:34px;
  height:22px;
  border-radius:6px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  font-size:12px;
  background:#f3f3f3;
  color:#111;
}
.btn-datasheet:hover{ filter:brightness(.98); }


.product-cta,
.product-cta *{
  text-align:center;
}


.lead-form-title{
  text-align:center;
}


.contact-eco{ background:#fff; }
.contact-eco__grid{
  display:grid;
  gap:18px;
  align-items:start;
}
@media (min-width: 992px){
  .contact-eco__grid{ grid-template-columns: 1fr 2fr; }
}
.contact-eco__info{ border:0; }
.contact-eco__list{ list-style:none; padding:0; margin:0; display:grid; gap:14px; }
.contact-eco__item{ display:flex; gap:12px; align-items:flex-start; }
.contact-icon{
  width:22px; height:22px; flex:0 0 22px;
  color:#111; 
  margin-top:2px;
}
.contact-eco__label{ font-size:12px; color:#666; margin-bottom:2px; }
.contact-eco__value{ color:#111; font-weight:600; }
.contact-eco__map iframe{ width:100%; height:450px; border-radius:15px; }



.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border-radius: 14px; font-weight: 700; border: 1px solid transparent; transition: .2s ease; cursor: pointer; }
.btn--primary { background: #1f6c57; color: #fff; }
.btn--primary:hover { transform: translateY(-1px); }
.btn--secondary { background: #fff; color: #1f6c57; border-color: #1f6c57; }
.badge { display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.badge--green { background: #e0f5e8; color: #117a37; }
.badge--gray { background: #eef2f4; color: #57656e; }
.badge--orange { background: #fff0dd; color: #b35a00; }
.badge--blue { background: #e4f0ff; color: #0f5cc0; }



.site-form { display: grid; gap: 16px; }
.site-form__row { display: grid; gap: 8px; }
.site-form__label { font-weight: 700; }
.site-form__input, .site-form__textarea { width: 100%; border: 1px solid #cad5d9; border-radius: 14px; padding: 14px 16px; font: inherit; background: #fff; }
.site-form__response { font-size: 14px; }
.site-form__trap { position: absolute; left: -9999px; opacity: 0; }



.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.product-card {
    background: #fff;
    border: 1px solid #e9edf2;
    border-radius: 18px;
    padding: 16px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.product-card:hover {
    box-shadow: 0 14px 32px rgba(15, 34, 58, 0.08);
    transform: translateY(-4px);
    border-color: #d8e0e8;
}

.product-card__image-link {
    display: block;
    text-decoration: none;
}

.product-card__image-box {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.product-card__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-card__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}

.product-card__top {
    display: grid;
    gap: 10px;
}

.product-card__badge-wrap {
    min-height: 28px;
}

.product-card__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1a2530;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 64px;
}

.product-card__title a {
    color: inherit;
    text-decoration: none;
}

.product-card__excerpt {
    margin: 0;
    color: #66727f;
    font-size: 14px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 61px;
}

.product-card__price {
    display: grid;
    gap: 4px;
    margin-top: auto;
}

.product-card__price-main {
    font-size: 26px;
    font-weight: 700;
    color: #f28c28;
}

.product-card__price-sub {
    font-size: 13px;
    color: #60717a;
    font-weight: 500;
}

.product-card__price--request {
    font-size: 20px;
    font-weight: 700;
    color: #f28c28;
}

.product-card__actions {
    display: flex;
}

.product-card__actions .btn {
    width: 100%;
    justify-content: center;
}

.catalog-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.catalog-toolbar__title {
    margin: 0 0 8px;
    font-size: 28px;
}

.catalog-toolbar__subtitle,
.catalog-toolbar__summary {
    margin: 0;
    color: #60717a;
}

.catalog-toolbar__link {
    color: #0f6e4f;
    text-decoration: none;
    font-weight: 600;
}

.catalog-sort {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.catalog-sort select {
    min-width: 220px;
    border: 1px solid #d7dee5;
    border-radius: 12px;
    background: #fff;
    padding: 12px 14px;
    font: inherit;
}

.catalog-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 22px;
}

.catalog-category-card {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 18px;
    background: #fff;
    border: 1px solid #e9edf2;
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    transition: transform .25s ease, box-shadow .25s ease;
}

.catalog-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(15, 34, 58, 0.07);
}

.catalog-category-card__media {
    width: 86px;
    height: 86px;
    flex: 0 0 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f8fb;
    border-radius: 16px;
}

.catalog-category-card__media img {
    max-width: 74px;
    max-height: 74px;
    object-fit: contain;
}

.catalog-category-card__content {
    display: grid;
    gap: 8px;
}

.catalog-category-card__title {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.catalog-category-card__meta {
    font-size: 14px;
    color: #60717a;
}

.catalog-empty {
    padding: 34px;
    border: 1px dashed #d6dde5;
    border-radius: 18px;
    background: #fff;
}

.catalog-empty h2 {
    margin: 0 0 8px;
}

.catalog-empty p {
    margin: 0;
    color: #60717a;
}

.catalog-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.catalog-pagination__link {
    min-width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #d7dee5;
    text-decoration: none;
    color: #1a2530;
    background: #fff;
    font-weight: 600;
}

.catalog-pagination__link.is-active {
    background: #0f6e4f;
    color: #fff;
    border-color: #0f6e4f;
}

@media (max-width: 768px) {
    .product-grid,
    .catalog-category-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .product-card {
        padding: 14px;
    }

    .product-card__image-box {
        height: 180px;
    }

    .catalog-sort select {
        min-width: 100%;
    }
}

@media (max-width: 560px) {
    .product-grid,
    .catalog-category-grid {
        grid-template-columns: 1fr;
    }

    .catalog-category-card {
        align-items: flex-start;
    }
}

.product-gallery--stage2 {
    display: grid;
    gap: 16px;
}

.product-gallery__hero {
    background: #fff;
    border: 1px solid #e9edf2;
    border-radius: 18px;
    padding: 18px;
}

.product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 12px;
}

.product-gallery__thumb {
    border: 1px solid #d8e0e8;
    background: #fff;
    border-radius: 14px;
    padding: 8px;
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.product-gallery__thumb:hover,
.product-gallery__thumb.is-active {
    border-color: #f28c28;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(15, 34, 58, 0.08);
}

.product-gallery__thumb img {
    width: 100%;
    height: 84px;
    object-fit: contain;
    display: block;
}

.product-overview-card,
.product-service-note,
.product-form-panel,
.product-related-section {
    border-radius: 18px;
}

.product-overview-card p:last-child,
.product-service-note p:last-child {
    margin-bottom: 0;
}

.product-sidebar__actions {
    display: grid;
    gap: 12px;
}

.product-sidebar__actions .btn,
.btn-datasheet {
    width: 100%;
    justify-content: center;
}

.product-keypoints {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #edf1f5;
}

.product-keypoints__title {
    margin: 0 0 12px;
    font-size: 16px;
}

.product-keypoints__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.product-keypoints__list li {
    display: grid;
    gap: 4px;
}

.product-keypoints__list span {
    color: #60717a;
    font-size: 13px;
}

.product-keypoints__list strong {
    color: #1a2530;
    font-size: 15px;
    line-height: 1.35;
}

.product-details--stage2 {
    margin-top: 28px;
}

.product-form-panel form {
    margin-top: 12px;
}

.product-related-section .catalog-toolbar {
    margin-bottom: 18px;
}

.product-faq {
    display: grid;
    gap: 12px;
}

.product-faq__item {
    border: 1px solid #e7ecf2;
    border-radius: 12px;
    background: #fff;
    padding: 0;
    overflow: hidden;
}

.product-faq__item summary {
    cursor: pointer;
    list-style: none;
    padding: 16px 18px;
    font-weight: 600;
}

.product-faq__item summary::-webkit-details-marker {
    display: none;
}

.product-faq__answer {
    padding: 0 18px 16px;
    color: #52606d;
}


.catalog-toolbar {
  padding: 0 2px;
}

.catalog-toolbar__title {
  font-size: clamp(1.65rem, 2vw, 2.25rem);
}

.catalog-category-card {
  border-radius: 20px;
}

.catalog-category-card__title {
  font-size: 18px;
}

.product-page .container {
  max-width: 1260px;
}

.product-title-wide {
  margin-bottom: 18px;
}

.product-title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 380px;
  gap: 26px;
  align-items: start;
}

.product-media,
.product-sidebar {
  min-width: 0;
}

.product-gallery__hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-gallery__hero .product-img {
  max-height: 470px;
  object-fit: contain;
}

.product-overview-card,
.product-service-note,
.product-form-panel,
.product-specs,
.product-related-section {
  background: #fff;
  border: 1px solid #e9edf2;
  padding: 24px;
}

.product-details--stage2 {
  display: grid;
  gap: 24px;
}

.product-sidebar {
  position: sticky;
  top: 94px;
}

.product-sidebar__inner {
  background: #fff;
  border: 1px solid #e9edf2;
  border-radius: 22px;
  padding: 24px;
}

.product-brand {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

.product-price {
  display: grid;
  gap: 6px;
  margin: 18px 0 20px;
}

.product-price__value {
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 800;
  color: #f28c28;
}

.product-price small,
.product-price-note {
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}

.btn-datasheet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #d9e2ec;
  border-radius: 12px;
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
  background: #fff;
}

.spec-table-wrap {
  overflow-x: auto;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #eef2f6;
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  width: 34%;
  color: #475569;
  font-weight: 600;
}

.product-form-panel .site-form {
  margin-top: 10px;
}

.product-related-section .product-grid {
  margin-top: 12px;
}

.product-faq__item summary {
  position: relative;
  padding-right: 42px;
}

.product-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #94a3b8;
}

.product-faq__item[open] summary::after {
  content: "−";
}

@media (max-width: 1024px) {
  .product-layout {
    grid-template-columns: 1fr;
  }

  .product-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .product-title {
    font-size: 1.85rem;
  }

  .product-gallery__hero {
    min-height: 360px;
    padding: 16px;
  }

  .product-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-overview-card,
  .product-service-note,
  .product-form-panel,
  .product-specs,
  .product-related-section,
  .product-sidebar__inner {
    padding: 18px;
  }
}



.hero-actions__ghost{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.28);color:#fff}
.hero-actions__ghost:hover{background:rgba(255,255,255,.18)}
.hero-banner-slides{z-index:0}
.hero-slide{opacity:0;transition:opacity .55s ease;display:block}
.hero-slide.is-active{opacity:1}

.product-title-wide__lead{
  margin:10px 0 0;
  color:#5b6675;
  font-size:1rem;
  line-height:1.7;
  max-width:920px;
}
.product-overview-card--rich .product-section-head{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start;
  flex-wrap:wrap;
  margin-bottom:14px;
}
.product-section-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.product-meta-chip,
.product-sku{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 12px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#334155;
  font-size:.92rem;
  line-height:1.2;
}
.product-meta-chip--status.is-instock,
.product-status.is-instock{
  background:rgba(22,163,74,.08);
  border-color:rgba(22,163,74,.22);
  color:#166534;
}
.product-meta--stacked{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}
.product-richtext{color:#273443;font-size:1rem;line-height:1.78}
.product-richtext > *:first-child{margin-top:0}
.product-richtext > *:last-child{margin-bottom:0}
.product-richtext h2,
.product-richtext h3{margin:0 0 14px;color:#0f172a}
.product-richtext p{margin:0 0 14px}
.product-richtext ul,
.product-richtext ol{margin:0 0 16px 20px;padding:0}
.product-richtext li{margin-bottom:8px}
.product-sidebar__actions--stacked{display:grid;gap:12px}
.product-sidebar__actions--stacked .btn,
.product-sidebar__actions--stacked .btn-datasheet{width:100%}
.btn--viber-quick{
  color:#0f172a !important;
  background:#fff7db !important;
  border-color:#facc15 !important;
}
.btn--viber-quick:hover{background:#ffefad !important}
.product-sticky-mobile{
  position:fixed;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:80;
  display:none;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  background:rgba(255,255,255,.96);
  border:1px solid #e2e8f0;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(15,23,42,.16);
  backdrop-filter:blur(10px);
}
.product-sticky-mobile__price{display:grid;gap:2px;min-width:0}
.product-sticky-mobile__price strong{font-size:1rem;color:#0f172a;line-height:1.1}
.product-sticky-mobile__price span{font-size:.8rem;color:#64748b;line-height:1.2}
.product-sticky-mobile .btn{flex:0 0 auto;min-height:44px;padding-inline:18px}
@media (max-width: 860px){
  .product-sticky-mobile{display:flex}
  body{padding-bottom:96px}
}
@media (max-width: 640px){
  .product-overview-card--rich .product-section-head{display:block}
  .product-section-meta{margin-top:10px}
  .product-title-wide__lead{font-size:.95rem;line-height:1.6}
}




.btn,
.btn--primary,
.btn--ghost,
.btn-primary,
.btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  min-height:44px;
  padding:12px 18px;
  border-radius:14px;
  border:1px solid transparent;
  font-weight:600;
  text-decoration:none;
  cursor:pointer;
  transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.btn--primary,
.btn-primary{
  background:var(--brand) !important;
  border-color:var(--brand) !important;
  color:#fff !important;
}
.btn--primary:hover,
.btn-primary:hover{
  background:var(--brand-dark) !important;
  border-color:var(--brand-dark) !important;
  color:#fff !important;
}
.btn--ghost,
.btn-ghost{
  background:#fff !important;
  color:var(--text) !important;
  border-color:var(--line) !important;
}
.btn--ghost:hover,
.btn-ghost:hover{
  background:#f5f7fb !important;
  color:var(--text) !important;
  border-color:rgba(0,102,204,.18) !important;
}

.btn-dark{background:#111 !important;color:#fff !important;border-color:#111 !important;}
.btn-dark:hover{background:#000 !important;border-color:#000 !important;color:#fff !important;}
.btn-block{width:100%;}




body[data-page="home"] #services{display:none}
body[data-page="home"].show-services #services{display:block}



.product-gallery{display:grid;grid-template-columns:1.35fr .65fr;gap:16px;align-items:start}
.product-image{border-radius:22px;border:1px solid var(--line);background:var(--soft)}
.product-quick{border:1px solid var(--line);border-radius:22px;padding:16px;background:#fff}
.kit-price{font-weight:900;font-size:1.35rem;margin-bottom:12px}
@media (max-width: 900px){ .product-gallery{grid-template-columns:1fr} }



.seo-grid{grid-template-columns:1fr;gap:18px}
.seo-grid .panel{background:transparent;border:0;box-shadow:none;padding:0}
.seo-grid .h3{margin:0 0 6px}

.seo-grid{grid-template-columns:repeat(3,1fr)}
.seo-grid .panel{height:100%}
@media (max-width: 1000px){ .seo-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width: 600px){ .seo-grid{grid-template-columns:1fr} }


.seo-block{margin-top:64px; padding-top:10px}

.prose{display:grid;gap:18px}
.prose h3{margin:0 0 6px;font-size:1.15rem}
.prose p{margin:0;color:var(--text)}



@media (max-width: 720px){
  .hero-banner-box{min-height:360px;}
  .hero-banner-text{font-size:1.25rem;}
}


.site-footer .footer-grid > div:nth-child(2){text-align:right;justify-self:end;}
.site-footer .footer-grid > div:nth-child(2) .list{margin-left:auto;}


@media (min-width: 900px){
  .categories-tiles{grid-template-columns:repeat(4,minmax(0,1fr));}
  .categories-tiles > .tile:nth-child(5){grid-column-start:2;}
}





.footer-grid{grid-template-columns:1fr 360px;}
@media (max-width: 900px){
  .footer-grid{grid-template-columns:1fr; gap:18px;}
}
.site-footer .footer-grid > div:last-child{justify-self:end; text-align:right;}


.categories-tiles{
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  justify-content:center;
}
@media (max-width: 980px){
  .categories-tiles{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}
}
@media (max-width: 560px){
  .categories-tiles{grid-template-columns:1fr !important;}
}


.seo-block{
  margin-top:110px;
  padding:22px 22px;
  background:rgba(0,0,0,.03);
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
}
.seo-block .h3{margin-top:0; margin-bottom:10px;}
.seo-block p{margin:0 0 10px 0; line-height:1.55;}
.seo-block details{
  margin-top:10px;
  padding-top:10px;
  border-top:1px dashed rgba(0,0,0,.2);
}
.seo-block summary{cursor:pointer; font-weight:800;}


.lead-strip{
  margin-top:18px;
  padding:18px 18px;
  border-radius:18px;
  background:linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.74));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.lead-strip .muted{color:rgba(255,255,255,.82);}
@media (max-width: 700px){
  .lead-strip{flex-direction:column; align-items:flex-start;}
}


.product-gallery > div:first-child{
  display:flex;
  justify-content:center;
}
.product-image{
  width:min(420px, 100%);
  height:auto;
}


.hero-banner-box::after{z-index:0;}
.hero-banner-box > *{position:relative; z-index:1;}
.hero-banner-copy--single{z-index:2;}



.price-box{padding:14px 14px 12px;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#fff;margin-bottom:12px;}
.price-label{font-size:.9rem;color:rgba(0,0,0,.6);margin-bottom:4px;}
.price-value{font-size:1.6rem;font-weight:800;line-height:1.1;}
.price-currency{font-size:.9rem;font-weight:700;color:rgba(0,0,0,.55);margin-left:6px;}
@media (max-width:720px){.price-value{font-size:1.35rem;}}



.categories-tiles .tile picture,
.categories-tiles .tile img{width:100%;height:clamp(200px,18vw,240px);object-fit:contain;background:transparent;padding:0;box-sizing:border-box}
.categories-tiles .tile img{width:100%;height:clamp(200px,18vw,240px);object-fit:contain;background:transparent;padding:0;box-sizing:border-box}



.categories-tiles{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center}
@media (max-width: 900px){ .categories-tiles{grid-template-columns:repeat(2,minmax(0,1fr))} }
@media (max-width: 560px){ .categories-tiles{grid-template-columns:1fr} }

.categories-tiles .tile picture,
.categories-tiles .tile img{width:100%;height:clamp(200px,18vw,240px);object-fit:contain;background:transparent;padding:0;box-sizing:border-box}

.categories-tiles .tile img{width:100%;height:clamp(200px,18vw,240px);object-fit:contain;background:transparent;padding:0;box-sizing:border-box}


.pcard-media img,
.tile img{width:100%;height:clamp(200px,18vw,240px);object-fit:contain;background:transparent;padding:0;box-sizing:border-box}


img.product-image{
  max-width:360px;
  width:100%;
  height:auto;
  display:block;
  margin:0 auto;
}



.table-wrap{overflow-x:auto}
table.specs{width:100%;border-collapse:collapse}
table.specs th,table.specs td{padding:.6rem .8rem;border-bottom:1px solid rgba(0,0,0,.08);vertical-align:top}
table.specs th{width:42%;font-weight:600;text-align:left}
.faq details{padding:.4rem 0;border-bottom:1px solid rgba(0,0,0,.08)}
.faq summary{cursor:pointer;font-weight:600}
.faq p{margin:.4rem 0 0 0}
.muted{opacity:.8}



.product-hero-media{display:flex;justify-content:center;align-items:center;margin:16px 0 24px;}
.product-hero-img{max-width:420px;width:100%;height:auto;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08);background:#fff;}
@media (min-width:900px){.product-hero-img{max-width:520px;}}

@media (max-width: 768px){
  .hero-banner-title{white-space:normal}
}



.product-content{margin-top:18px}
.grid.two{grid-template-columns:1fr 1fr;align-items:start}
@media (max-width: 900px){ .grid.two{grid-template-columns:1fr} }
.product-quick{margin-bottom:12px}
.product-quick .mini-contacts{margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}


.tile-specs{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:6px;color:#1f2937;font-size:13px;line-height:1.25}
.tile-specs li{overflow:visible;display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;}
.tile-desc{margin-top:10px;color:#4b5563;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}


.modal{position:fixed;inset:0;display:none;z-index:9999}
.modal[aria-hidden="false"]{display:block}
.modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.modal__dialog{position:relative;max-width:520px;margin:10vh auto;background:#fff;border-radius:16px;padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.modal__close{position:absolute;right:12px;top:8px;border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer}
.lead-form{display:grid;gap:10px;margin-top:12px}
.lead-label{font-weight:600}
.lead-form input{padding:12px 14px;border:1px solid rgba(0,0,0,.15);border-radius:12px;font-size:16px}
.lead-hint{font-size:14px;margin-top:4px}
@media (max-width:560px){.modal__dialog{margin:8vh 12px}}



body[data-page="home"] #services.is-hidden{display:none !important;}
body[data-page="home"] #services.is-visible{display:block !important;}



.product-hero{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
  align-items:start;
  margin-top: 12px;
}

.product-hero-media{
  display:flex;
  justify-content:center;
  align-items:center;
}

.product-hero-media .product-image{
  width:100%;
  max-width: 520px;
  height:auto;
  display:block;
  border-radius:22px;
  border:1px solid var(--line);
  background:var(--soft);
}

.product-hero-info{
  border:1px solid var(--line);
  border-radius:22px;
  padding:16px;
  background:#fff;
}

.product-hero-kicker{
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:rgba(0,0,0,.55);
  margin:0 0 6px;
}

.product-hero-title{
  font-weight:900;
  font-size:1.1rem;
  line-height:1.25;
  margin:0 0 10px;
}

.product-hero-specs{
  margin:0 0 12px;
  padding:0 0 0 18px;
}

.product-hero-specs li{
  margin:6px 0;
  color:rgba(0,0,0,.85);
}

.product-hero-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin:10px 0 10px;
}

.product-hero-desc{
  margin:0;
  color:rgba(0,0,0,.70);
  font-size:.95rem;
  line-height:1.55;
}

.product-hero-meta{
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid rgba(0,0,0,.06);
}

@media (max-width: 980px){
  .product-hero{ grid-template-columns: 1fr; }
  .product-hero-info{ order:2; }
  .product-hero-media{ order:1; }
}



.card{border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:0 1px 0 rgba(0,0,0,.03)}
.product-grid{display:grid; grid-template-columns: 1.05fr .95fr; gap:18px; align-items:start}
@media (max-width: 980px){ .product-grid{grid-template-columns:1fr} }
.product-media{padding:14px}
.product-hero{position:relative; border-radius:16px; overflow:hidden; background:var(--soft)}
.product-img{width:100%; height:auto; display:block; aspect-ratio:4/3; object-fit:contain; background:var(--soft)}
.product-switch{position:absolute; right:10px; bottom:10px; display:flex; gap:8px}
.sf-switch-btn{width:34px; height:34px; border-radius:12px; border:1px solid rgba(0,0,0,.14); background:#fff; font-weight:900; cursor:pointer; font-size:0; line-height:0; position:relative}
.sf-switch-btn::before{content:""; width:8px; height:8px; border-radius:50%; background:rgba(0,0,0,.35); display:block; position:absolute; inset:0; margin:auto}
.sf-switch-btn.is-active{background:#111; color:#fff; border-color:#111}
.sf-switch-btn.is-active::before{background:#fff}
.product-info{padding:18px}
.product-brand{font-weight:900; text-transform:uppercase; letter-spacing:.02em; font-size:.85rem; color:var(--muted)}
.product-title{margin:8px 0 12px}
.product-actions{margin:10px 0 14px}
.spec-list{margin:0; padding-left:18px}
.spec-list li{margin:6px 0}
.product-description{padding:16px; border-radius:18px; margin-top:18px}



.contact-eco__title{
  margin:0 0 10px;
  font-size: clamp(1.1rem, 1.6vw, 1.4rem); 
  line-height:1.2;
  font-weight:800;
}



.datasheet-box {
    margin-bottom: 20px;
}
.btn-datasheet {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #f1f1f1;
    color: #333;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #ddd;
    transition: 0.3s;
    width: 100%;
}
.btn-datasheet:hover {
    background: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
}
.btn-datasheet svg {
    fill: currentColor;
}



.footer-wrap { padding: 26px 14px; }
.footer-seo { margin: 10px 0 18px; color: #555; line-height: 1.55; }
.footer-grid-4 { display: grid; grid-template-columns: 1fr; gap: 18px; }
.footer-grid-4 .footer-col .h4 { margin: 0 0 10px; }
.footer-grid-4 .list { margin: 0; padding-left: 0; list-style: none; display: grid; gap: 8px; }
.footer-grid-4 .list a { text-decoration: none; }
.footer-bottom { margin-top: 18px; padding-top: 16px; border-top: 1px solid #ececec; }

@media (min-width: 640px) {
  .footer-grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 992px) {
  .footer-grid-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
}



.hero-title {
  font-size: clamp(1.8rem, 2.7vw, 2.85rem);
  max-width: min(100%, 980px);
}
.hero-kicker {
  font-size: 0.9rem;
}
.contact-eco__title {
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
}
.site-footer .footer-grid-4 {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1.05fr;
  gap: 28px;
  align-items: start;
}
.site-footer .footer-col--contacts { justify-self: end; text-align: right; }
.site-footer .footer-col--hours { justify-self: start; text-align: left; }
.site-footer .footer-col--sections,
.site-footer .footer-col--address { justify-self: center; }
.catalog-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.catalog-category-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalog-category-card__icon {
  width: 96px;
  height: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(15,23,42,.03), rgba(15,23,42,.08));
  margin-bottom: 18px;
}
.catalog-category-card__icon img {
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
}
.product-sidebar__actions .btn--primary {
  width: 100%;
  justify-content: center;
}
.product-sidebar .product-price {
  max-width: 320px;
}
@media (min-width: 1024px) {
  .catalog-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .site-footer .footer-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer .footer-col--contacts,
  .site-footer .footer-col--hours,
  .site-footer .footer-col--sections,
  .site-footer .footer-col--address {
    justify-self: stretch;
    text-align: left;
  }
}
@media (max-width: 640px) {
  .catalog-category-grid,
  .site-footer .footer-grid-4 {
    grid-template-columns: 1fr;
  }
  .catalog-category-card {
    min-height: 0;
  }
  .hero-title {
    font-size: 1.48rem;
  }
}



:root{
  --brand:#0071E3;
  --brand2:#0066CC;
  --brand3:#0071E3;
  --brand-grad:linear-gradient(135deg,#0071E3 0%,#0066CC 100%);
  --brand-soft:rgba(0,113,227,.10);
  --brand-dk:#1D1D1F;
  --text:#1D1D1F;
  --muted:#86868B;
  --bg:#FFFFFF;
  --line:#E5E5EA;
  --soft:#F5F5F7;
  --soft2:#F5F5F7;
  --accent:#0066CC;
  --price:#FF3B30;
  --shadow:0 16px 40px rgba(29,29,31,.08);
}
html,body,button,input,select,textarea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important}
a{color:var(--accent)}
a:hover{text-decoration:none;color:#0071E3}
:focus-visible{outline:3px solid rgba(0,113,227,.28)}
body{background:var(--bg);color:var(--text)}
.section-soft,.catalog-filter-tag,.catalog-active-filters,.catalog-quick-tags,.category-guide,.seo-block{background:var(--soft2)!important}
.site-header,.page-head,.site-search-panel{background:rgba(255,255,255,.96)!important}
.site-header .nav{gap:18px!important}
.site-header .nav a,.site-header .nav .nav-link,.site-header .nav-contact{padding:0 2px!important;color:var(--text)!important}
.site-header .nav a:hover,.site-header .nav .nav-link:hover,.site-header .nav-contact:hover,.site-header .nav a[aria-current="page"]{color:var(--accent)!important;background:transparent!important}
.header-search{background:#fff!important;color:var(--text)!important;border:1px solid rgba(29,29,31,.12)!important;cursor:pointer}
.header-search:hover{color:var(--accent)!important;border-color:rgba(0,102,204,.24)!important}
.site-search-panel{position:sticky;top:70px;z-index:49;border-bottom:1px solid var(--line);box-shadow:0 12px 30px rgba(29,29,31,.06)}
.site-search-panel__inner{padding-top:14px;padding-bottom:14px}
.site-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center}
.site-search-form input[type="search"]{height:52px;background:#F5F5F7;border:1px solid #E5E5EA;border-radius:16px;padding:0 16px;color:var(--text)}
.site-search-close{width:44px;height:44px;border-radius:999px;border:1px solid #E5E5EA;background:#fff;color:var(--text);font-size:28px;line-height:1;cursor:pointer}
@media (max-width:760px){.site-search-form{grid-template-columns:1fr}.site-search-close,.site-search-form .btn{width:100%}}
.site-footer .footer-logo-line{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:24px!important}
.site-footer .footer-tagline{font-size:17px!important;line-height:1.55!important;color:var(--text)!important;white-space:normal!important;max-width:none!important;padding-right:0!important}
.site-footer .footer-grid-4{grid-template-columns:1fr 1fr 1fr 1fr!important;gap:24px!important}
.site-footer .footer-col--contacts{text-align:left!important}
.site-footer .footer-col--sections{text-align:left!important}
.site-footer .footer-col--address{text-align:left!important;padding-left:0!important}
.site-footer .footer-col--hours{text-align:right!important}
@media (max-width:980px){.site-footer .footer-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}.site-footer .footer-col--hours{text-align:left!important}}
@media (max-width:640px){.site-footer .footer-grid-4{grid-template-columns:1fr!important}}
.catalog-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
@media (max-width:980px){.catalog-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.catalog-category-grid{grid-template-columns:1fr}}
.catalog-toolbar__summary,.catalog-filters,.catalog-active-filters,.catalog-quick-tags,.category-guide,.category-faq{display:none!important}
.search-page .muted{display:none!important}
.product-layout{display:grid!important;grid-template-columns:minmax(0,1.7fr) minmax(300px,360px)!important;gap:32px!important;align-items:start!important;max-width:1240px;margin:0 auto;padding:26px 14px 18px}
.product-media{min-width:0}
.product-gallery__hero,.product-gallery,.product-gallery--stage2{min-width:0}
.product-gallery__hero{display:flex;justify-content:center;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px}
.product-img{width:auto!important;max-width:100%!important;max-height:620px!important;object-fit:contain!important;aspect-ratio:auto!important;background:#fff!important}
.product-sidebar{width:100%;margin-left:0!important}
.product-sidebar__inner,.product-sidebar__inner--minimal{width:100%!important;max-width:340px!important;margin:0 0 0 auto!important;border:1px solid var(--line)!important;border-radius:22px!important;box-shadow:0 12px 32px rgba(29,29,31,.06)!important}
.product-sidebar__note{color:var(--muted)!important}
@media (max-width:980px){.product-layout{grid-template-columns:1fr!important}.product-sidebar__inner,.product-sidebar__inner--minimal{max-width:none!important;margin:0!important}}
.pcard-price,.tile-price,.price-box .price-value,.product-price,[data-price-switch]{color:var(--price)!important}
.pcard,.tile,.product-sidebar__inner,.product-overview-card,.catalog-category-card,.spec-table-wrap,.search-page form,.lead-dialog{background:#fff!important;border:1px solid var(--line)!important;box-shadow:0 12px 30px rgba(29,29,31,.05)!important}
.pcard-media,.tile img,.pcard img,.catalog-category-card__icon img{background:#fff!important;object-fit:contain!important}
.hero-banner-slider,.hero-banner-slider--contained{border-radius:28px!important;overflow:hidden}
.hero-title{font-size:clamp(1.5rem,3vw,2.35rem)!important;max-width:980px}
#seo-text.section-soft{background:#fff !important}
#seo-text .category-description{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 12px 30px rgba(29,29,31,.04)}
#seo-text .show-more-height{max-height:420px;overflow:hidden;position:relative}
#seo-text .show-more-height:not(.is-expanded)::after{content:"";position:absolute;left:0;right:0;bottom:0;height:84px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%)}
#seo-text .show-more-height.is-expanded{max-height:none}
#seo-text .btn-more{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-bottom:0!important;border-radius:999px;background:#fff;color:var(--accent)!important;border:1px solid rgba(0,102,204,.18);font-weight:600}
#seo-text .prose-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px}
@media (max-width:720px){#seo-text .prose-grid-2{grid-template-columns:1fr}}



:root{
  --brand:#0071E3;
  --brand2:#0066CC;
  --brand3:#FF3B30;
  --brand-grad:linear-gradient(135deg,#0071E3 0%, #0066CC 100%);
  --brand-soft:rgba(0,113,227,.12);
  --brand-dk:#1D1D1F;
  --text:#1D1D1F;
  --muted:#86868B;
  --bg:#FFFFFF;
  --line:#E5E7EB;
  --soft:#F5F5F7;
  --soft2:#F5F5F7;
  --shadow:0 12px 32px rgba(29,29,31,.08);
}
body{background:var(--bg);color:var(--text)}
:focus-visible{outline:3px solid rgba(0,113,227,.34)}
a:hover{text-decoration:none}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.site-header,.page-head,.site-search-panel,.site-footer{background:rgba(255,255,255,.96)!important}
.site-header .nav a,.site-header .nav .nav-link,.brand-text,.page-head h1,h1,h2,h3{color:var(--text)}
.site-header .nav a:hover,.site-header .nav .nav-link:hover,.site-header .nav a[aria-current="page"],.catalog-sort-links__item,.currency-switch__btn,.header-search{color:var(--brand2)}
.site-header .nav a[aria-current="page"]{background:#eef6ff}
.catalog-toolbar__link,.btn-dark{background:#111!important;border-color:#111!important;color:#fff!important}
.product-card__price,.product-price,.tile-price,.pcard-price,[data-price-switch]{color:#FF3B30!important}
.product-card__price-sub{display:none!important}
.header-search{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#fff;cursor:pointer;flex:0 0 auto}
.header-search:hover{background:#eef6ff}
.site-search-panel{position:sticky;top:68px;z-index:49;border-bottom:1px solid var(--line);box-shadow:0 12px 30px rgba(29,29,31,.06)}
.site-search-panel__inner{padding:14px 16px}
.search-form{display:flex;gap:12px;align-items:center}
.search-form input[type="search"]{flex:1 1 auto;min-width:240px;height:48px;background:var(--soft);border:1px solid var(--line);border-radius:14px}
.currency-switch{display:inline-flex;align-items:center;gap:8px;padding:0 10px;height:42px;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#fff}
.currency-switch__btn{border:0;background:transparent;padding:0;color:var(--brand2);font-weight:700;cursor:pointer;font-size:.92rem;line-height:1}
.currency-switch__btn.is-active{color:var(--text)!important}
.currency-switch__sep{color:#94a3b8;font-weight:700}
.catalog-sort,.catalog-sort label,.catalog-sort select,.catalog-toolbar__summary,.catalog-category-card__meta{display:none!important}
.catalog-sort-links{display:flex;flex-wrap:wrap;gap:18px;align-items:center}
.catalog-sort-links__item{color:var(--brand2);font-weight:600;text-decoration:none;border-bottom:1px solid transparent;padding-bottom:2px}
.catalog-sort-links__item:hover,.catalog-sort-links__item.is-active{color:var(--brand)!important;border-color:var(--brand)}
.catalog-search-summary{margin:14px 0 0}
.catalog-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.site-footer .footer-tagline{font-size:17px!important;line-height:1.55!important;color:var(--text)!important;white-space:nowrap;max-width:none!important}
.site-footer .footer-logo-line{display:flex;align-items:center;gap:18px}
.site-footer .footer-grid-4{display:grid;grid-template-columns:1fr 1fr 1.1fr 1fr;gap:20px;align-items:start}
.site-footer .footer-col--contacts{text-align:left}.site-footer .footer-col--hours{text-align:right}.site-footer .footer-col--address{padding-left:18px}
.order-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
#seo-text .category-description{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px 30px;box-shadow:0 12px 30px rgba(29,29,31,.05)}
#seo-text .show-more-height{max-height:420px;overflow:hidden;position:relative}
#seo-text .show-more-height:not(.is-expanded)::after{content:"";position:absolute;left:0;right:0;bottom:0;height:84px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%)}
#seo-text .show-more-height.is-expanded{max-height:none}
.btn-more{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--brand2);font-weight:700;border-bottom:1px dashed currentColor;padding:0 0 2px;cursor:pointer}
.show-more-button{text-align:center;margin-top:15px}
.product-layout{display:grid!important;grid-template-columns:minmax(0,1.7fr) minmax(300px,360px)!important;gap:32px!important;align-items:start!important;max-width:1240px;margin:0 auto;padding:26px 14px 18px}
.product-media,.product-description,.product-richtext,.product-gallery,.product-sidebar{min-width:0!important}
.product-sidebar{width:100%;margin-left:0!important}
.product-sidebar__inner,.product-sidebar__inner--minimal{width:100%!important;max-width:340px!important;margin:0 0 0 auto!important;border:1px solid var(--line)!important;border-radius:22px!important;box-shadow:0 12px 32px rgba(29,29,31,.06)!important}
.product-sidebar__note{color:var(--muted)!important}
.pcard,.tile,.product-sidebar__inner,.product-overview-card,.catalog-category-card,.spec-table-wrap,.search-page form,.lead-dialog,.panel,.product-card{background:#fff!important;border:1px solid var(--line)!important;box-shadow:0 12px 30px rgba(29,29,31,.05)!important}
@media (max-width: 1100px){.site-footer .footer-tagline{white-space:normal}}
@media (max-width: 980px){.order-page__grid,.product-layout,.catalog-category-grid{grid-template-columns:1fr!important}.product-sidebar__inner,.product-sidebar__inner--minimal{max-width:none!important;margin:0!important}.site-footer .footer-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer .footer-col--hours{text-align:left}}
@media (max-width: 640px){.search-form{flex-direction:column;align-items:stretch}.site-header .header-right{gap:8px}.currency-switch{padding:0 8px}.header-order{padding:0 12px}.site-footer .footer-grid-4{grid-template-columns:1fr}}

.product-sidebar .product-price{display:block!important}



:root{
  --brand:#00a251;
  --brand2:#0095ff;
  --brand-hover:#00C764;
  --text:#1D1D1F;
  --price:#FF3B30;
}
.site-header .nav a,
.site-header .nav .nav-link,
.site-header .nav-contact,
.header-search,
.currency-switch__btn,
.catalog-sort-links__item,
.phone-pill,
.phone-pill .ic,
.phone-pill span,
.nav-social,
.brand,
.brand-text,
.footer-col a,
.footer-col .muted a,
.catalog-toolbar__link,
.btn-ghost,
.btn--ghost{
  color:#111 !important;
}
.site-header .nav a:hover,
.site-header .nav .nav-link:hover,
.site-header .nav-contact:hover,
.header-search:hover,
.currency-switch__btn:hover,
.catalog-sort-links__item:hover,
.catalog-sort-links__item.is-active,
.phone-pill:hover,
.phone-pill:hover .ic,
.phone-pill:hover span,
.nav-social:hover,
.footer-col a:hover,
.catalog-toolbar__link:hover,
.btn-ghost:hover,
.btn--ghost:hover{
  color:#0095ff !important;
}
.phone-pill{border:0 !important;background:transparent !important;}
.catalog-toolbar__link{
  background:#00a251 !important;
  border-color:#00a251 !important;
  color:#fff !important;
}
.catalog-toolbar__link:hover{
  background:#00C764 !important;
  border-color:#00C764 !important;
  color:#fff !important;
  filter:none !important;
}
.catalog-toolbar__link,
.btn-dark{background:#111 !important;border-color:#111 !important;color:#fff !important;}
.catalog-toolbar__link:hover,
.btn-dark:hover{background:#111 !important;border-color:#111 !important;color:#fff !important;opacity:.92;}
.product-card__title a,
.pcard-title a,
.catalog-category-card__title,
.breadcrumbs a,
#seo-text .btn-more,
.section-actions a,
.product-related-section a{
  color:#111 !important;
}
.product-card__title a:hover,
.pcard-title a:hover,
.catalog-category-card__title:hover,
.breadcrumbs a:hover,
#seo-text .btn-more:hover,
.section-actions a:hover,
.product-related-section a:hover{
  color:#0095ff !important;
}
.product-card__price,
.product-price,
.tile-price,
.pcard-price,
[data-price-switch]{color:#FF3B30 !important;}
.product-breadcrumbs-wrap,
.product-title-wide,
.product-details{
  width:min(100%,1240px);
  margin:0 auto;
  padding-left:14px;
  padding-right:14px;
}
.product-page > .container{max-width:1240px;}
.product-title-wide{padding-top:4px;}
.product-title-wide__lead{max-width:820px;color:var(--muted);margin:10px 0 0;font-size:1rem;line-height:1.7;}
.product-details{padding-bottom:28px;}
#seo-text .category-description{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:0 !important;
}
#seo-text .show-more-height:not(.is-expanded)::after{background:linear-gradient(180deg,rgba(255,255,255,0) 0%, #fff 100%) !important;}
.site-footer .footer-tagline{font-size:18px !important;white-space:nowrap !important;}
@media (max-width:1100px){.site-footer .footer-tagline{white-space:normal !important;}}



:root{
  --btn-solid:#00a251;
  --btn-solid-hover:#00C764;
  --link-hover:#0095ff;
}

button.btn,
a.btn,
input[type="submit"].btn,
.search-form .btn[type="submit"],
.header-order{
  background:var(--btn-solid) !important;
  border-color:var(--btn-solid) !important;
  color:#fff !important;
}

button.btn:hover,
a.btn:hover,
input[type="submit"].btn:hover,
.site-form__actions .btn:hover,
.search-form .btn[type="submit"]:hover,
.header-order:hover{
  background:var(--btn-solid-hover) !important;
  border-color:var(--btn-solid-hover) !important;
  color:#fff !important;
}

.site-header .nav a,
.site-header .nav .nav-link,
.site-header .nav-contact,
.currency-switch__btn,
.header-search,
.phone-pill,
.phone-pill .ic,
.phone-pill span,
.breadcrumbs a,
.product-card__title a,
.pcard-title a,
.catalog-category-card__title,
.catalog-sort-links__item,
.nav-social{
  color:#111 !important;
}

.site-header .nav a:hover,
.site-header .nav .nav-link:hover,
.site-header .nav-contact:hover,
.currency-switch__btn:hover,
.currency-switch__btn.is-active,
.header-search:hover,
.phone-pill:hover,
.phone-pill:hover .ic,
.phone-pill:hover span,
.breadcrumbs a:hover,
.product-card__title a:hover,
.pcard-title a:hover,
.catalog-category-card__title:hover,
.catalog-sort-links__item:hover,
.catalog-sort-links__item.is-active,
.nav-social:hover{
  color:var(--link-hover) !important;
}

.phone-pill{
  border:0 !important;
  background:transparent !important;
}

.product-page{padding-top:0 !important;}
.product-breadcrumbs-wrap,
.product-title-wide,
.product-layout,
.product-details{
  width:min(100%,1240px) !important;
  max-width:1240px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
  padding-left:16px !important;
  padding-right:16px !important;
}

.product-breadcrumbs-wrap{padding-top:12px !important;padding-bottom:2px !important;}
.product-title-wide{padding-top:0 !important;}
.product-layout{padding-top:14px !important;}
.product-details{padding-top:8px !important;padding-bottom:32px !important;}
.product-media,.product-sidebar,.product-richtext,.product-description{min-width:0 !important;}

.site-footer .footer-tagline{
  font-size:18px !important;
  line-height:1.25 !important;
  white-space:nowrap !important;
}
@media (max-width:1120px){
  .site-footer .footer-tagline{white-space:normal !important;}
}



:root{scrollbar-color:rgba(107,114,128,.55) rgba(107,114,128,.14)!important}
html{scroll-behavior:smooth}
*::-webkit-scrollbar{height:10px;width:10px}
*::-webkit-scrollbar-thumb{background:rgba(107,114,128,.48)!important;border-radius:999px}
*::-webkit-scrollbar-track{background:rgba(107,114,128,.12)!important}
#popular .carousel::-webkit-scrollbar-thumb{background:rgba(107,114,128,.48)!important}
#popular .carousel::-webkit-scrollbar-track{background:rgba(107,114,128,.12)!important}

.nav-dropdown{position:relative;padding-bottom:14px;margin-bottom:-14px}
.nav-dropdown::after{content:"";position:absolute;left:0;right:0;top:100%;height:16px}
.nav-dropdown-menu{top:calc(100% + 10px)!important;left:0;z-index:80}
.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{display:block}
.nav-dropdown:hover .nav-dropdown-btn,.nav-dropdown:focus-within .nav-dropdown-btn{color:var(--accent)!important}

.nav-social{width:34px!important;height:34px!important;border-radius:999px!important;background:#5ebdff!important;border:1px solid #5ebdff!important;color:#fff!important;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.nav-social .fb-ic{color:#fff!important;font-weight:900}
.nav-social:hover{background:#1877F2!important;border-color:#1877F2!important;color:#fff!important;transform:translateY(-1px)}
.header-icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#fff;color:#1d1d1f;flex:0 0 auto;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.header-icon-link:hover{background:#eef6ff;border-color:rgba(0,102,204,.24);color:#0066cc;transform:translateY(-1px)}
.header-icon-link__icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}
.header-icon-link__icon svg{display:block;width:20px;height:20px;fill:currentColor}
.header-icon-link__count{position:absolute;top:-5px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#111827;color:#fff;font-size:11px;line-height:18px;text-align:center;font-weight:700;box-shadow:0 8px 18px rgba(15,23,42,.18)}
.header-icon-link__count[hidden]{display:none!important}
.phone-pill,.phone-pill .ic,.phone-pill span,.phone-pill__text{font-weight:400!important}

.catalog-sort-links__item{color:#5ebdff!important;border-color:transparent!important}
.catalog-sort-links__item:hover{color:#5ebdff!important;border-color:#5ebdff!important}
.catalog-sort-links__item.is-active{color:#1d1d1f!important;border-color:#1d1d1f!important}

.table-wrap{overflow:auto;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#fff}
.compare-table{width:100%;border-collapse:collapse;min-width:780px}
.compare-table th,.compare-table td{padding:14px 16px;border-bottom:1px solid rgba(15,23,42,.08);text-align:left;vertical-align:top}
.compare-table thead th{background:#f8fbff;font-weight:800}
.compare-table tbody th{font-weight:700;background:#fcfdff;min-width:220px}
.compare-table__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.compare-table__head a{color:inherit;text-decoration:none}
.compare-table__remove{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:#fff;color:#1d1d1f;font-size:18px;line-height:1;cursor:pointer}
.compare-table__remove:hover{border-color:#1d1d1f;background:#1d1d1f;color:#fff}
.compare-section__head{display:flex;justify-content:space-between;gap:16px;align-items:flex-end}
.compare-launcher{position:fixed;left:18px;right:18px;bottom:18px;z-index:70;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:18px;background:#111827;color:#fff;box-shadow:0 18px 44px rgba(15,23,42,.24)}
.compare-launcher[hidden]{display:none!important}
.compare-launcher__text{display:grid;gap:2px}
.compare-launcher__title{font-weight:700}
.compare-launcher__meta{font-size:13px;color:rgba(255,255,255,.72)}
.compare-launcher .btn{white-space:nowrap}
.compare-page [data-compare-empty][hidden],.compare-page [data-wishlist-empty][hidden],.compare-page .table-wrap[hidden],.wishlist-grid[hidden]{display:none!important}
.wishlist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.pcard--saved{display:flex;flex-direction:column;height:100%}
.pcard-status{margin-top:8px;color:#64748b;font-size:14px}
.pcard-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}

.product-card__actions{display:grid!important;grid-template-columns:1fr!important;gap:10px}
.product-card__utility,.product-sidebar__utility{margin-top:14px}
.product-utility-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.product-utility-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff;color:#1d1d1f;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;box-shadow:0 8px 22px rgba(15,23,42,.08)}
.product-utility-btn:hover{transform:translateY(-1px);border-color:#1d1d1f;box-shadow:0 12px 28px rgba(15,23,42,.12)}
.product-utility-btn.is-active{background:#1d1d1f;border-color:#1d1d1f;color:#fff}
.product-utility-btn--wishlist.is-active{background:#e11d48!important;border-color:#e11d48!important;color:#fff!important}
.product-utility-btn__icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}
.product-utility-btn__icon svg{width:20px;height:20px;display:block;fill:currentColor}
.product-utility-btn::after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%) translateY(6px);padding:7px 10px;border-radius:999px;background:#1d1d1f;color:#fff;font-size:12px;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;box-shadow:0 12px 24px rgba(0,0,0,.18)}
.product-utility-btn:hover::after,.product-utility-btn:focus-visible::after{opacity:1;transform:translateX(-50%) translateY(0)}

.footer-cities{margin-top:0;padding:26px 0 18px;border-top:0;border-bottom:1px solid rgba(15,23,42,.08);background:#fff}
.site-footer .footer-wrap{padding-top:24px}
.footer-payments,.pay-badge{display:none!important}
.footer-address{font-style:normal;margin:0}
.footer-cities__list{margin:8px 0 0;color:#64748b;line-height:1.8}
.to-top--floating{position:fixed;right:18px;bottom:18px;z-index:60;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(0,0,0,.16)}

.hero-section{padding-top:20px}
.hero-shell{max-width:1128px;margin:0 auto}
.hero-banner-slider,.hero-banner-slider--contained{position:relative!important;width:100%!important;aspect-ratio:1128/570!important;min-height:570px!important;max-height:570px!important;border-radius:28px!important;overflow:hidden!important;background:#0f172a!important}
.hero-banner-slides{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;z-index:0!important}
.hero-slide{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;opacity:0;visibility:hidden;transition:opacity .9s ease, visibility .9s ease;z-index:0}
.hero-slide.is-active{opacity:1!important;visibility:visible!important;z-index:1!important}
.hero-slide picture,.hero-slide img,.hero-slide source{width:100%!important;height:100%!important}
.hero-slide img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}
.hero-overlay{position:absolute!important;inset:0!important;z-index:2!important;background:linear-gradient(90deg,rgba(15,23,42,.58) 0%,rgba(15,23,42,.28) 55%,rgba(15,23,42,.12) 100%)!important}
.hero-copy{position:relative!important;z-index:3!important;display:flex!important;align-items:flex-end!important;min-height:570px!important;padding:42px 44px!important}
.hero-title{color:#fff!important;max-width:760px!important;text-shadow:0 2px 16px rgba(0,0,0,.30)!important}

@media (max-width:1140px){
  .hero-banner-slider,.hero-banner-slider--contained{min-height:460px!important;max-height:460px!important}
  .hero-copy{min-height:460px!important;padding:34px 32px!important}
}
@media (max-width:768px){
  .hero-banner-slider,.hero-banner-slider--contained{aspect-ratio:16/10!important;min-height:320px!important;max-height:420px!important;border-radius:22px!important}
  .hero-copy{min-height:320px!important;padding:24px 20px!important;align-items:flex-end!important}
  .hero-title{font-size:clamp(1.45rem,6.2vw,2rem)!important;max-width:16ch!important}
}
@media (max-width:640px){
  .compare-launcher{left:12px;right:12px;bottom:12px;align-items:flex-start;flex-direction:column}
  .compare-launcher .btn{width:100%}
  .compare-section__head{flex-direction:column;align-items:flex-start}
  .wishlist-grid{grid-template-columns:1fr}
  .product-utility-actions{gap:8px}
  .product-utility-btn{width:42px;height:42px}
  .product-utility-btn::after{display:none}
}

.contact-eco__map-frame{border:0;border-radius:15px;}






.product-specs .table-wrap{overflow:visible;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#fff}
.product-specs .compare-table{min-width:0;table-layout:fixed}
.product-specs .compare-table th,.product-specs .compare-table td{overflow-wrap:anywhere;word-break:break-word}
.product-specs .compare-table tbody th{width:42%;min-width:0}
.product-specs .compare-table td{width:58%}
@media (max-width: 767px){
  .product-specs .compare-table th,.product-specs .compare-table td{padding:12px 14px}
}


.site-header .nav{gap:14px!important}
.site-header .nav > a,
.site-header .nav .nav-link,
.site-header .nav .nav-contact{padding-inline:0!important}
.header-right{display:flex;align-items:center;gap:12px}
.header-right .phone-pill{order:1}
.header-right .currency-switch{order:2}
.nav-dropdown-menu a{padding-left:8px!important;padding-top:12px!important;padding-bottom:12px!important}
.js-obfuscated-email{unicode-bidi:isolate}

.product-page .container{max-width:var(--container)!important;margin-left:auto!important;margin-right:auto!important}
.product-layout{grid-template-columns:minmax(0,1fr) minmax(320px,360px)!important;gap:28px!important}
.product-sidebar__actions{margin-bottom:14px!important}
.product-utility-actions--sidebar,.product-sidebar .product-utility-actions{margin-top:14px!important}

.product-card,
.catalog-category-card,
.ready-kit-tile,
.product-overview-card,
.product-service-note,
.product-form-panel,
.product-specs,
.product-related-section,
.product-summary-card,
.product-sidebar__inner,
.product-gallery__hero,
.product-faq__item,
.contact-eco__map iframe{
  border:none!important;
  box-shadow:none!important;
}
.product-card:hover,
.ready-kit-tile:hover,
.catalog-category-card:hover{
  border:none!important;
  box-shadow:none!important;
}
.product-description,
.product-overview-card,
.product-specs,
.product-related-wide{
  background:transparent!important;
}
.product-gallery__hero,
.product-card__image-box,
.catalog-category-card__media,
.catalog-category-card__icon,
.ready-kit-tile .tile-media{
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
}
.table-wrap,
.spec-table-wrap{border:none!important;background:transparent!important}
.compare-table,
.spec-table{background:transparent!important}
.compare-table th,
.compare-table td,
.spec-table th,
.spec-table td{border-color:rgba(15,23,42,.08)!important}

.product-related-wide{margin-top:34px}
.product-grid--related-wide{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:24px!important;
  width:100%!important;
}
.product-grid--related-wide .product-card{height:100%}
@media (max-width:1100px){
  .product-grid--related-wide{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:640px){
  .product-grid--related-wide{grid-template-columns:1fr!important}
}

.footer-col .js-obfuscated-email,
.contact-eco__value.js-obfuscated-email{
  color:inherit!important;
  text-decoration:none;
  font-weight:600;
}
.footer-col .js-obfuscated-email:hover,
.contact-eco__value.js-obfuscated-email:hover{text-decoration:underline}

.site-footer .footer-col .list a,
.site-footer .footer-col .js-obfuscated-email,
.contact-eco__value.js-obfuscated-email{word-break:break-word}

@media (min-width:992px){
  .nav-dropdown-menu{min-width:340px}
}



.site-header .header-right{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:nowrap!important;
  margin-left:auto!important;
  white-space:nowrap!important;
}
.header-right .phone-pill{order:1}
.header-right .header-search{order:2}
.header-right .header-icon-link--compare{order:3}
.header-right .header-icon-link--wishlist{order:4}
.header-right .currency-switch{order:5}
.header-right .header-social{order:6}
.header-right .header-order{order:7}
.header-right .phone-pill,
.header-right .header-search,
.header-right .header-icon-link,
.header-right .currency-switch,
.header-right .header-social,
.header-right .header-order{flex:0 0 auto}

.product-page{
  padding-top:0!important;
  overflow-x:clip;
}
.product-breadcrumbs-wrap,
.product-title-wide,
.product-layout,
.product-related-wide{
  width:min(100%,var(--container))!important;
  max-width:var(--container)!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
  padding-left:16px!important;
  padding-right:16px!important;
}
.product-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,360px)!important;
  gap:28px!important;
  align-items:start!important;
  padding-top:14px!important;
  padding-bottom:18px!important;
}
.product-media,
.product-sidebar,
.product-description,
.product-specs,
.product-summary-card,
.product-overview-card,
.product-related-wide{min-width:0!important}
.product-sidebar{margin-left:0!important;width:100%!important}
.product-summary-card,
.product-sidebar__inner,
.product-sidebar__inner--minimal{max-width:100%!important}
.product-related-wide{
  margin-top:34px!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.product-grid--related-wide{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
  width:100%!important;
}
.product-grid--related-wide .product-card{height:100%!important}

@media (max-width:1100px){
  .product-grid--related-wide{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:980px){
  .product-layout{grid-template-columns:1fr!important}
  .site-header .header-right{gap:8px!important}
}
@media (max-width:640px){
  .product-grid--related-wide{grid-template-columns:1fr!important}
}



.carousel--continuous{scroll-snap-type:none !important;}
.carousel--continuous .is-clone{scroll-snap-align:none !important;}


/* SolarStore design lock: remove product card shadows globally + clean homepage SEO block */
.product-card,
.product-card:hover,
.product-card:focus-within,
.pcard,
.pcard:hover,
.pcard:focus-within,
.tile,
.tile:hover,
.tile:focus-within,
.carousel-item,
.carousel-item:hover,
.carousel-item:focus-within,
.catalog-category-card,
.catalog-category-card:hover,
.catalog-category-card:focus-within,
.ready-kit-tile,
.ready-kit-tile:hover,
.ready-kit-tile:focus-within,
.product-grid .product-card,
.product-grid .product-card:hover,
.product-grid--related-wide .product-card,
.product-grid--related-wide .product-card:hover,
#popular .pcard,
#popular .pcard:hover,
.categories-tiles .tile,
.categories-tiles .tile:hover{
  box-shadow:none !important;
}

#seo-text.section-soft{
  background:#fff !important;
}
#seo-text .category-description{
  position:relative;
  background:#fff !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
#seo-text .show-more-height{
  position:relative;
  background:#fff !important;
}
#seo-text .show-more-height::after,
#seo-text .show-more-height:not(.is-expanded)::after{
  content:none !important;
  display:none !important;
  background:none !important;
}
#seo-text .show-more-button{
  margin-top:18px;
}
#seo-text .btn-more{
  background:#fff !important;
  color:#111 !important;
  border:1px solid rgba(17,17,17,.12) !important;
  border-radius:999px !important;
  padding:10px 16px !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
#seo-text .btn-more:hover,
#seo-text .btn-more:focus-visible{
  background:#111 !important;
  color:#fff !important;
  border-color:#111 !important;
}

/* SolarStore global lock: remove all product-card borders/outlines/background plates */
.product-card,
.product-card:hover,
.product-card:focus-within,
.product-card:focus-visible,
.product-card--linkable,
.product-card--linkable:hover,
.pcard,
.pcard:hover,
.pcard:focus-within,
.tile,
.tile:hover,
.tile:focus-within,
.carousel-item,
.carousel-item:hover,
.carousel-item:focus-within,
.catalog-category-card,
.catalog-category-card:hover,
.catalog-category-card:focus-within,
.ready-kit-tile,
.ready-kit-tile:hover,
.ready-kit-tile:focus-within,
.kit-tile,
.kit-tile:hover,
.product-grid .product-card,
.product-grid--related-wide .product-card,
.related-products .product-card,
#popular .pcard,
#popular .pcard:hover,
.products-slider .pcard,
.products-slider .pcard:hover,
.products-carousel .pcard,
.products-carousel .pcard:hover,
.catalog-products .product-card,
.catalog-products .product-card:hover{
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
}

.product-card__image-box,
.product-card__image,
.product-card__image-link,
.pcard-media,
.pcard-media img,
.tile-media,
.tile-media img,
.catalog-category-card__media,
.catalog-category-card__media img,
.catalog-category-card__icon,
.catalog-category-card__icon img,
.ready-kit-tile .tile-media,
.ready-kit-tile .tile-media img,
.kit-tile__media,
.kit-tile__media img,
.carousel-item img,
.product-grid img,
.product-card img{
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  outline:none !important;
}

/* stage2-inline-global-css-2026-04-20 */

/* begin assets/css/site-tweaks.css */
/* Site-wide cleanup for SolarStore solution pages, hero, footer and card grids */

.hero-title.hero-title--stack{
  max-width:none !important;
  text-wrap:initial !important;
}
.hero-title.hero-title--stack span{
  display:block;
  white-space:nowrap;
}
@media (max-width: 760px){
  .hero-title.hero-title--stack{
    max-width:14ch !important;
  }
  .hero-title.hero-title--stack span{
    white-space:normal;
  }
}

.solution-card-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:20px !important;
}
@media (max-width: 980px){
  .solution-card-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px){
  .solution-card-grid{
    grid-template-columns:1fr !important;
  }
}

.solution-card__content{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  height:100% !important;
}
.solution-card__title{
  margin-bottom:10px !important;
}
.solution-card__title a{
  color:#0f172a !important;
}
.solution-card__lead{
  margin-bottom:18px !important;
}
.solution-card__plus{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  margin-top:auto;
  border:1px solid rgba(15, 23, 42, .10);
  border-radius:14px;
  background:#fff;
  color:#0f172a;
  transition:background-color .18s ease, border-color .18s ease, color .18s ease;
}
.solution-card__plus svg{
  width:22px;
  height:22px;
  fill:currentColor;
}
.solution-card__plus:hover,
.solution-card__plus:focus-visible{
  background:#f8fafc;
  border-color:rgba(15, 23, 42, .18);
  color:#0f172a;
}

.solution-hero-card__content--compact{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
}
.solution-hero-card__content--compact .solution-hero-card__eyebrow{
  margin:0 !important;
}
@media (max-width: 720px){
  .solution-hero-card__content--compact{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
}

.solution-section-grid{
  display:grid !important;
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:20px !important;
}
@media (max-width: 1100px){
  .solution-section-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px){
  .solution-section-grid{
    grid-template-columns:1fr !important;
  }
}

.solution-info-card h2{
  margin:0 0 10px !important;
  font-size:clamp(1rem, 1.15vw, 1.15rem) !important;
  color:#0f172a !important;
}

.solution-link-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
}
.solution-link-card{
  display:flex;
  align-items:center;
  min-height:72px;
  padding:18px 20px;
  border:1px solid rgba(15, 23, 42, .08);
  border-radius:18px;
  background:#fff;
  color:#0f172a;
  line-height:1.4;
}
.solution-link-card:hover,
.solution-link-card:focus-visible{
  border-color:rgba(15, 23, 42, .16);
  background:#f8fafc;
}
@media (max-width: 1100px){
  .solution-link-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px){
  .solution-link-grid{
    grid-template-columns:1fr;
  }
}

.product-grid--solution{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  gap:18px !important;
}
.product-grid--solution .product-card{
  min-width:0;
}
.product-grid--solution .product-card__title{
  min-height:0 !important;
  -webkit-line-clamp:4;
}
.product-grid--solution .product-card__excerpt{
  min-height:0 !important;
  -webkit-line-clamp:4;
}
@media (max-width: 1200px){
  .product-grid--solution{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 820px){
  .product-grid--solution{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 560px){
  .product-grid--solution{
    grid-template-columns:1fr !important;
  }
}

.home-coverage__content{
  gap:12px !important;
}
.home-coverage__content h2{
  text-align:center !important;
}
.home-coverage__content p{
  max-width:980px !important;
  margin:0 auto !important;
}

.site-footer{
  border-top:1px solid rgba(15, 23, 42, .08) !important;
}
.site-footer .footer-wrap{
  padding-top:24px !important;
}
.site-footer .footer-shelf{
  justify-content:center !important;
  text-align:center !important;
  padding:0 0 22px !important;
  margin:0 0 22px !important;
  border-bottom:0 !important;
}
.site-footer .footer-shelf__copy{
  max-width:74ch !important;
  margin:0 auto !important;
}
.site-footer .footer-shelf__actions{
  display:none !important;
}
.site-footer .footer-top-row{
  padding-bottom:22px !important;
  margin-bottom:22px !important;
  border-bottom:1px solid rgba(15, 23, 42, .08) !important;
}
.site-footer .footer-bottom-row{
  justify-content:flex-start !important;
  align-items:flex-start !important;
  margin-top:12px !important;
  padding-top:0 !important;
  border-top:0 !important;
}
.site-footer .footer-bottom-row__left{
  justify-content:flex-start !important;
  text-align:left !important;
  margin:0 !important;
}
.site-footer .footer-copyright{
  font-size:14px !important;
  line-height:1.45 !important;
  color:#94a3b8 !important;
  white-space:nowrap !important;
}
.site-footer .footer-legal-note{
  display:none !important;
}
@media (max-width:560px){
  .site-footer .footer-copyright{
    white-space:normal !important;
  }
}
.site-footer .footer-bottom-row__right{
  display:none !important;
}
@media (max-width: 980px){
  .site-footer .footer-shelf,
  .site-footer .footer-bottom-row{
    align-items:center !important;
  }
}

.page-head .muted{
  max-width:72ch;
}

.solution-card__eyebrow{
  display:none !important;
}


/* Phase 31: calmer color system + softer controls */
:root{
  --ss-green:#73c92d;
  --ss-green-hover:#66b626;
  --ss-green-active:#5aa120;
  --ss-green-soft:#eef9e6;
  --ss-turquoise:#52c3de;
  --ss-turquoise-hover:#2daecb;
  --ss-turquoise-soft:#edf9fc;
  --ss-yellow:#f1bf4f;
  --ss-yellow-soft:#fff4d9;
  --ss-yellow-line:rgba(241,191,79,.5);
  --ss-purple:#4c3fa6;
  --ss-ink:#0f172a;
  --ss-muted:#475569;
  --ss-line:rgba(15,23,42,.08);
  --ss-line-strong:rgba(15,23,42,.14);
  --ss-shadow-soft:0 10px 24px rgba(15,23,42,.06);
  --ss-shadow-press:0 4px 12px rgba(15,23,42,.08);
}

:focus-visible{
  outline:3px solid rgba(27,167,201,.24) !important;
  outline-offset:2px;
}

body{
  color:var(--ss-ink) !important;
}

.section-soft,
.catalog-filter-tag,
.catalog-active-filters,
.catalog-quick-tags,
.category-guide,
.seo-block{
  background:linear-gradient(180deg, rgba(115,201,45,.05) 0%, rgba(27,167,201,.045) 100%) !important;
}

.site-header,
.page-head,
.site-search-panel{
  background:rgba(255,255,255,.96) !important;
}

.site-header .nav a:hover,
.site-header .nav .nav-link:hover,
.site-header .nav-contact:hover,
.site-header .nav a[aria-current="page"]{
  color:var(--ss-turquoise-hover) !important;
}

.site-header .header-icon-link:hover,
.site-header .header-icon-link:focus-visible,
.site-header .phone-pill:hover,
.site-header .phone-pill:focus-visible,
.site-header .header-search:hover,
.site-header .header-search:focus-visible,
.site-header .currency-switch:hover,
.site-header .currency-switch:focus-visible{
  background:rgba(27,167,201,.06) !important;
  border-color:rgba(27,167,201,.18) !important;
  color:var(--ss-turquoise-hover) !important;
}

:where(.btn,.btn--primary,.btn--ghost,.btn-primary,.btn-ghost,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn){
  min-height:48px !important;
  padding:12px 22px !important;
  border-radius:15px !important;
  font-size:15px !important;
  line-height:1.2 !important;
  font-weight:600 !important;
  letter-spacing:-.01em !important;
  box-shadow:none !important;
  text-shadow:none !important;
  filter:none !important;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease !important;
}

:where(.btn--primary,.btn-primary,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn){
  background:var(--ss-green) !important;
  background-image:none !important;
  border-color:transparent !important;
  color:#fff !important;
  box-shadow:none !important;
}

:where(.btn--primary,.btn-primary,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn)::before{
  display:none !important;
  content:none !important;
}

:where(.btn--primary,.btn-primary,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn):hover,
:where(.btn--primary,.btn-primary,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn):focus-visible{
  background:var(--ss-green-hover) !important;
  border-color:transparent !important;
  color:#fff !important;
  box-shadow:var(--ss-shadow-soft) !important;
  transform:translateY(-1px) !important;
}

:where(.btn--primary,.btn-primary,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn):active{
  background:var(--ss-green-active) !important;
  box-shadow:var(--ss-shadow-press) !important;
  transform:translateY(0) !important;
}

:where(.btn--ghost,.btn-ghost){
  background:#fff !important;
  border-color:rgba(27,167,201,.18) !important;
  color:var(--ss-turquoise-hover) !important;
}

:where(.btn--ghost,.btn-ghost):hover,
:where(.btn--ghost,.btn-ghost):focus-visible{
  background:var(--ss-turquoise-soft) !important;
  border-color:rgba(27,167,201,.28) !important;
  color:var(--ss-turquoise-hover) !important;
  box-shadow:none !important;
  transform:translateY(-1px) !important;
}

:where(.btn--ghost,.btn-ghost):active{
  background:#e4f6fb !important;
  transform:translateY(0) !important;
}

:where(.btn:disabled,.btn[aria-disabled="true"],.btn--primary:disabled,.btn--ghost:disabled,.btn-primary:disabled,.btn-ghost:disabled,.product-buy-btn:disabled,input[type="submit"].btn:disabled){
  opacity:1 !important;
  cursor:not-allowed !important;
  transform:none !important;
  box-shadow:none !important;
}

:where(.btn--primary:disabled,.btn-primary:disabled,.product-buy-btn:disabled,input[type="submit"].btn:disabled){
  background:#a9cd8a !important;
  color:rgba(255,255,255,.94) !important;
}

:where(.btn--ghost:disabled,.btn-ghost:disabled){
  background:#f8fafc !important;
  border-color:rgba(15,23,42,.08) !important;
  color:#94a3b8 !important;
}

:where(.btn.is-loading,button.btn.is-loading,input[type="submit"].btn.is-loading,.product-buy-btn.is-loading){
  pointer-events:none !important;
  padding-left:40px !important;
}

:where(.btn.is-loading > *,.product-buy-btn.is-loading > *){
  opacity:1 !important;
}

:where(.btn.is-loading,.product-buy-btn.is-loading)::after{
  content:"" !important;
  position:absolute !important;
  left:12px !important;
  top:50% !important;
  width:16px !important;
  height:16px !important;
  margin-top:-8px !important;
  border-radius:999px !important;
  border:2px solid currentColor !important;
  border-right-color:transparent !important;
  opacity:.9 !important;
  animation:ss-btn-spin .68s linear infinite !important;
}

.btn--ghost.is-loading::after,
.btn-ghost.is-loading::after{
  color:var(--ss-turquoise-hover) !important;
}

@keyframes ss-btn-spin{
  to{transform:rotate(360deg)}
}

.solution-card,
.solution-info-card,
.solution-link-card,
.faq-item,
.product-faq__item,
.solution-hero-card,
.solution-cta-card{
  border:1px solid rgba(15,23,42,.06) !important;
  border-radius:22px !important;
  background:#fff !important;
}

.solution-card:hover,
.solution-card:focus-within,
.solution-info-card:hover,
.solution-link-card:hover,
.solution-link-card:focus-visible,
.faq-item:hover,
.product-faq__item:hover{
  border-color:rgba(115,201,45,.18) !important;
  box-shadow:0 16px 34px rgba(15,23,42,.04) !important;
}

.solution-card__title a,
.solution-info-card h2,
.solution-link-card,
.faq-item summary,
.product-faq__item summary{
  color:var(--ss-ink) !important;
}

.solution-card__lead,
.solution-info-card p,
.solution-link-card,
.faq-item p,
.product-faq__answer,
.home-coverage__content p{
  color:var(--ss-muted) !important;
}

.solution-card__plus,
.faq-summary__icon,
.faq-item summary .faq-summary__icon,
.product-faq__item summary .faq-summary__icon{
  background:var(--ss-yellow-soft) !important;
  border:1px solid var(--ss-yellow-line) !important;
  border-radius:14px !important;
  color:#6f5d12 !important;
}

.faq-summary__icon{
  width:36px !important;
  height:36px !important;
}

.solution-card__plus:hover,
.solution-card__plus:focus-visible,
.faq-item summary:hover .faq-summary__icon,
.faq-item[open] summary .faq-summary__icon,
.product-faq__item summary:hover .faq-summary__icon,
.product-faq__item[open] summary .faq-summary__icon{
  background:var(--ss-green-soft) !important;
  border-color:rgba(115,201,45,.36) !important;
  color:var(--ss-green-active) !important;
}

.badge-hit{
  background:var(--ss-yellow-soft) !important;
  color:#6f5d12 !important;
  border:1px solid var(--ss-yellow-line) !important;
}

.hero-cta,
.hero-kicker{
  display:inline-flex !important;
  align-items:center !important;
  padding:6px 12px !important;
  border-radius:999px !important;
  background:var(--ss-yellow-soft) !important;
  color:#6f5d12 !important;
  border:1px solid var(--ss-yellow-line) !important;
}

.catalog-sort-links__item,
.catalog-pagination__link{
  border-color:rgba(15,23,42,.08) !important;
}

.catalog-sort-links__item:hover,
.catalog-pagination__link:hover,
.catalog-sort-links__item:focus-visible,
.catalog-pagination__link:focus-visible{
  border-color:rgba(27,167,201,.18) !important;
  color:var(--ss-turquoise-hover) !important;
  background:var(--ss-turquoise-soft) !important;
}

.catalog-sort-links__item.is-active,
.catalog-pagination__link.is-active{
  background:var(--ss-green-soft) !important;
  border-color:rgba(115,201,45,.26) !important;
  color:#446d18 !important;
}

.site-footer .to-top{
  background:var(--ss-yellow-soft) !important;
  color:#6f5d12 !important;
  border:1px solid var(--ss-yellow-line) !important;
}

.site-footer .to-top:hover,
.site-footer .to-top:focus-visible{
  background:#f8efc2 !important;
  color:#5f4f0f !important;
  border-color:rgba(235,207,99,.7) !important;
}


/* Phase 32: borderless UI cleanup + slimmer controls */

:where(.solution-card,.solution-info-card,.solution-link-card,.faq-item,.product-faq__item,.solution-hero-card,.solution-cta-card,.catalog-category-card,.product-buy-card,.product-detail-card,.product-overview-card,.product-form-panel,.product-price-card,.product-specs-card,.faq-section--product,.cart-popover__item,.auth-modal__dialog,.catalog-empty,.seo-block,.category-guide){
  border:0 !important;
  box-shadow:none !important;
}

:where(.solution-card,.solution-info-card,.solution-link-card,.faq-item,.product-faq__item,.solution-hero-card,.solution-cta-card,.catalog-category-card,.product-buy-card,.product-detail-card,.product-overview-card,.product-form-panel,.product-price-card,.product-specs-card,.faq-section--product,.catalog-empty){
  background:#fff !important;
}

:where(.solution-card:hover,.solution-card:focus-within,.solution-info-card:hover,.solution-link-card:hover,.solution-link-card:focus-visible,.faq-item:hover,.product-faq__item:hover,.catalog-category-card:hover,.catalog-category-card:focus-visible,.product-buy-card:hover,.product-detail-card:hover,.product-overview-card:hover,.product-form-panel:hover){
  border:0 !important;
  box-shadow:none !important;
  transform:none !important;
}

.solution-link-card,
.catalog-category-card,
.solution-info-card,
.solution-card,
.solution-cta-card,
.product-overview-card,
.product-form-panel,
.product-buy-card,
.product-detail-card,
.product-price-card,
.product-specs-card,
.faq-section--product,
.catalog-empty{
  border-radius:0 !important;
}

.faq-item,
.product-faq__item,
.faq-item summary,
.product-faq__item summary,
.faq-item__body,
.product-faq__answer,
.faq-list,
.product-faq{
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}

.faq-item,
.product-faq__item{
  padding-left:0 !important;
  padding-right:0 !important;
}

.faq-item + .faq-item,
.product-faq__item + .product-faq__item{
  margin-top:10px !important;
}

.home-coverage .container,
.home-coverage__content,
.home-coverage__content p{
  max-width:var(--container) !important;
  width:100% !important;
}

.home-coverage__content p{
  line-height:1.72 !important;
}

.site-footer .footer-logo-line,
.site-footer .footer-brand,
.site-footer .footer-tagline,
.site-footer .footer-top-row,
.site-footer .footer-grid-4,
.site-footer .footer-col,
.site-footer .footer-bottom-row,
.site-footer .footer-shelf{
  box-shadow:none !important;
}

.site-footer .footer-logo-line,
.site-footer .footer-brand,
.site-footer .footer-tagline{
  border-top:0 !important;
}

.site-footer .footer-top-row{
  border-top:0 !important;
  border-bottom:1px solid rgba(15,23,42,.08) !important;
}

.site-footer .footer-col--contacts .list{
  gap:6px !important;
}

.site-footer .footer-col--contacts .list a{
  color:var(--ss-ink) !important;
}

.site-footer .footer-col--contacts .list a:hover,
.site-footer .footer-col--contacts .list a:focus-visible{
  color:var(--ss-turquoise-hover) !important;
}

.site-header .header-right{
  gap:8px !important;
}

.site-header .header-search,
.site-header .header-icon-link,
.site-header .currency-switch,
.site-header .phone-pill{
  height:40px !important;
  border-radius:999px !important;
}

.site-header .header-search,
.site-header .header-icon-link{
  width:40px !important;
  min-width:40px !important;
}

.site-header .phone-pill{
  padding:0 12px !important;
}

.site-header .currency-switch{
  padding:0 9px !important;
  gap:6px !important;
}

.site-header .header-icon-link__icon,
.site-header .header-search .header-icon-link__icon,
.site-header .fb-ic{
  width:16px !important;
  height:16px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.site-header .header-icon-link__icon svg,
.site-header .header-search svg,
.site-header .fb-ic svg{
  width:16px !important;
  height:16px !important;
}

@media (max-width:980px){
  .site-header .header-search,
  .site-header .header-icon-link,
  .site-header .currency-switch,
  .site-header .phone-pill{
    height:44px !important;
  }

  .site-header .header-search,
  .site-header .header-icon-link{
    width:44px !important;
    min-width:44px !important;
  }
}

.site-header .header-icon-link--facebook{
  color:#1877f2 !important;
}

.site-header .header-icon-link--facebook:hover,
.site-header .header-icon-link--facebook:focus-visible{
  color:#125fbe !important;
}

:where(.btn,.btn--primary,.btn--ghost,.btn-primary,.btn-ghost,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn){
  min-height:40px !important;
  padding:8px 16px !important;
  border-radius:6px !important;
  font-size:14px !important;
  line-height:1.15 !important;
  font-weight:600 !important;
}

@media (max-width:980px){
  :where(.btn,.btn--primary,.btn--ghost,.btn-primary,.btn-ghost,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn){
    min-height:44px !important;
  }
}

:where(.btn--primary,.btn-primary,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn){
  box-shadow:none !important;
}

:where(.btn--primary,.btn-primary,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn):hover,
:where(.btn--primary,.btn-primary,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn):focus-visible,
:where(.btn--ghost,.btn-ghost):hover,
:where(.btn--ghost,.btn-ghost):focus-visible{
  transform:none !important;
  box-shadow:none !important;
}

.solution-cta-card{
  display:grid !important;
  gap:18px !important;
  justify-items:center !important;
  text-align:center !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.solution-cta-card > div:first-child,
.solution-cta-card__actions{
  justify-self:center !important;
  text-align:center !important;
}

.solution-cta-card__actions{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  flex-wrap:wrap !important;
}

.solution-section-grid,
.solution-card-grid,
.solution-link-grid,
.catalog-category-grid,
.product-grid--solution{
  align-items:start !important;
}

/* end assets/css/site-tweaks.css */


/* begin assets/css/design-lock.css */
/* Final design lock for all product-card surfaces.
   This file MUST stay last in the cascade. */

:where(
  .product-card,
  .product-card:hover,
  .product-card:active,
  .product-card:focus-within,
  .product-card:focus-visible,
  .pcard,
  .pcard:hover,
  .pcard:active,
  .pcard:focus-within,
  .pcard:focus-visible,
  .tile,
  .tile:hover,
  .tile:active,
  .tile:focus-within,
  .tile:focus-visible,
  .carousel-item,
  .carousel-item:hover,
  .carousel-item:active,
  .carousel-item:focus-within,
  .carousel-item:focus-visible,
  .catalog-category-card,
  .catalog-category-card:hover,
  .catalog-category-card:active,
  .catalog-category-card:focus-within,
  .catalog-category-card:focus-visible,
  .ready-kit-tile,
  .ready-kit-tile:hover,
  .ready-kit-tile:active,
  .ready-kit-tile:focus-within,
  .ready-kit-tile:focus-visible,
  .kit-tile,
  .kit-tile:hover,
  .kit-tile:active,
  .kit-tile:focus-within,
  .kit-tile:focus-visible,
  .product-grid .product-card,
  .product-grid .product-card:hover,
  .product-grid .product-card:focus-within,
  .product-grid--related-wide .product-card,
  .product-grid--related-wide .product-card:hover,
  .product-related-section .product-card,
  .product-related-section .product-card:hover,
  .related-products .product-card,
  .related-products .product-card:hover,
  .products-slider .pcard,
  .products-slider .pcard:hover,
  #popular .pcard,
  #popular .pcard:hover
) {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

:where(
  .product-card__image-box,
  .product-card__image-link,
  .product-card__image,
  .product-card__image-box img,
  .pcard-media,
  .pcard-media img,
  .tile-media,
  .tile-media img,
  .tile > img,
  .tile img,
  .carousel-item img,
  .catalog-category-card__media,
  .catalog-category-card__media img,
  .catalog-category-card__icon,
  .catalog-category-card__icon img,
  .ready-kit-tile .tile-media,
  .ready-kit-tile .tile-media img,
  .kit-tile .tile-media,
  .kit-tile .tile-media img,
  .kit-tile img,
  .product-grid img,
  .product-card img,
  .pcard img
) {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

:where(
  .product-card:hover,
  .pcard:hover,
  .tile:hover,
  .carousel-item:hover,
  .catalog-category-card:hover,
  .ready-kit-tile:hover,
  .kit-tile:hover
) {
  text-decoration: none;
}


/* Phase final UI refinements: headings, icons, buttons, footer alignment, image surfaces */
:where(.pcard-media,.pcard-media img,.product-card__image-box,.product-card__image,.product-card__image-box img,.checkout-summary__thumb,.checkout-summary__thumb img,.cart-popover__item-media,.cart-popover__item-media img,.tile-media,.tile-media img,.catalog-category-card__media,.catalog-category-card__media img,.catalog-category-card__icon,.catalog-category-card__icon img){background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;}

.hero-title.hero-title--stack{max-width:18ch!important;line-height:1.06!important;}
.hero-title.hero-title--stack span{display:block;}
.hero-title.hero-title--stack span:last-child{font-size:.86em;}
.section-head__subheading.section-head__subheading--compact{font-size:clamp(1.02rem,1.7vw,1.4rem)!important;line-height:1.24!important;max-width:42rem!important;}
.section-title.section-title--popular{font-size:clamp(1.18rem,1.95vw,1.62rem)!important;line-height:1.18!important;max-width:34rem!important;}
@media (max-width: 640px){.hero-title.hero-title--stack{max-width:14ch!important;}.section-head__subheading.section-head__subheading--compact{font-size:clamp(.94rem,4vw,1.14rem)!important;line-height:1.22!important;}.section-title.section-title--popular{font-size:clamp(1.02rem,4.2vw,1.24rem)!important;line-height:1.16!important;max-width:20rem!important;}}

:where(.btn,.btn--primary,.btn--ghost,.product-cta .btn,.btn-manager,.cart-summary__actions .btn,.cart-popover__actions .btn,.checkout-form__actions .btn,.auth-form__actions .btn,.site-form__actions .btn){position:relative;isolation:isolate;}
:where(.btn--primary,.product-cta .btn,.btn-manager,.cart-summary__actions .btn--primary,.cart-popover__actions .btn--primary,.checkout-form__actions .btn--primary,.auth-form__actions .btn--primary,.site-form__actions .btn--primary){color:#fff!important;text-shadow:0 1px 0 rgba(0,0,0,.14)!important;}
:where(.btn--primary,.product-cta .btn,.btn-manager,.cart-summary__actions .btn--primary,.cart-popover__actions .btn--primary,.checkout-form__actions .btn--primary,.auth-form__actions .btn--primary,.site-form__actions .btn--primary) > *{position:relative;z-index:1;color:inherit!important;}
:where(.btn--primary,.product-cta .btn,.btn-manager,.cart-summary__actions .btn--primary,.cart-popover__actions .btn--primary,.checkout-form__actions .btn--primary,.auth-form__actions .btn--primary,.site-form__actions .btn--primary)::before{z-index:-1!important;pointer-events:none!important;}
:where(.btn--primary,.product-cta .btn,.btn-manager,.cart-summary__actions .btn--primary,.cart-popover__actions .btn--primary,.checkout-form__actions .btn--primary,.auth-form__actions .btn--primary,.site-form__actions .btn--primary):hover,
:where(.btn--primary,.product-cta .btn,.btn-manager,.cart-summary__actions .btn--primary,.cart-popover__actions .btn--primary,.checkout-form__actions .btn--primary,.auth-form__actions .btn--primary,.site-form__actions .btn--primary):focus-visible,
:where(.btn--primary,.product-cta .btn,.btn-manager,.cart-summary__actions .btn--primary,.cart-popover__actions .btn--primary,.checkout-form__actions .btn--primary,.auth-form__actions .btn--primary,.site-form__actions .btn--primary):active{color:#fff!important;opacity:1!important;}

.site-header .header-icon-link{border-color:rgba(15,23,42,.08)!important;box-shadow:0 6px 18px rgba(15,23,42,.04);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,color .18s ease,background-color .18s ease;}
.site-header .header-icon-link:hover,.site-header .header-icon-link:focus-visible{transform:translateY(-1px);border-color:rgba(0,113,227,.22)!important;box-shadow:0 10px 24px rgba(15,23,42,.08);color:#0f172a!important;background:#fff!important;}
.site-header .header-icon-link__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;}
.site-header .header-icon-link__icon svg{width:18px;height:18px;display:block;}.site-header .fb-ic svg{fill:currentColor;}
.site-header .header-icon-link--facebook{color:#1877f2!important;}
.site-header .header-icon-link--facebook:hover,.site-header .header-icon-link--facebook:focus-visible{color:#0f172a!important;}
.site-header .fb-ic{font-size:0!important;line-height:0!important;transform:none!important;}

.site-footer .footer-top-row{display:block!important;}
.site-footer .footer-logo-line{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:18px!important;}
.site-footer .footer-brand{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;}
.site-footer .footer-tagline{margin:0!important;font-size:15px!important;line-height:1.5!important;white-space:normal!important;max-width:none!important;}
@media (max-width: 820px){.site-footer .footer-logo-line{grid-template-columns:1fr!important;align-items:flex-start!important;gap:10px!important;}}


/* Phase 27: header account icon hit-area/cursor fix */
.site-header button.header-icon-link,
.site-header .header-icon-link--login{
  -webkit-appearance:none !important;
  appearance:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:46px !important;
  height:46px !important;
  min-width:46px !important;
  min-height:46px !important;
  padding:0 !important;
  margin:0 !important;
  line-height:1 !important;
  box-sizing:border-box !important;
  cursor:pointer !important;
  touch-action:manipulation;
}
.site-header .header-icon-link--login .header-icon-link__icon,
.site-header .header-icon-link--login .header-icon-link__icon svg{
  pointer-events:none;
}


/* Phase 28: merchant shippingDetails + Facebook accent + auth modal alignment */
.site-header .header-icon-link--facebook{
  color:#1877f2!important;
  background:rgba(24,119,242,.10)!important;
  border-color:rgba(24,119,242,.24)!important;
  box-shadow:0 8px 22px rgba(24,119,242,.14)!important;
}
.site-header .header-icon-link--facebook:hover,
.site-header .header-icon-link--facebook:focus-visible{
  color:#1877f2!important;
  background:rgba(24,119,242,.16)!important;
  border-color:rgba(24,119,242,.34)!important;
  box-shadow:0 12px 26px rgba(24,119,242,.18)!important;
}

.auth-modal__dialog{
  text-align:center!important;
}
.auth-modal__dialog h2,
.auth-modal__lead,
.auth-form__message{
  text-align:center!important;
}
.auth-modal__dialog .auth-form{
  max-width:560px!important;
  margin:18px auto 0!important;
}
.auth-modal__dialog .field{
  display:grid!important;
  gap:8px!important;
  justify-items:center!important;
  text-align:center!important;
}
.auth-modal__dialog .field span{
  margin:0!important;
  text-align:center!important;
}
.auth-modal__dialog .auth-form__input{
  width:100%!important;
  margin:0 auto!important;
}
.auth-modal__dialog .auth-form__actions{
  justify-content:center!important;
}
.auth-modal__dialog .auth-form__actions .btn--primary{
  width:min(100%, calc(100% - 113px))!important;
  max-width:447px!important;
  min-width:240px!important;
  margin:0 auto!important;
}
@media (max-width:720px){
  .auth-modal__dialog .auth-form__actions .btn--primary{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
}

/* Phase 3: geo solutions / local landing pages */
.solution-card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:18px;
}
.solution-card,
.solution-info-card,
.solution-hero-card,
.solution-cta-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  box-shadow:0 8px 24px rgba(15,23,42,.05);
}
.solution-card__content,
.solution-info-card,
.solution-hero-card__content,
.solution-cta-card{
  padding:24px;
}
.solution-card__eyebrow,
.solution-hero-card__eyebrow{
  margin:0 0 10px;
  color:#4b5563;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.solution-card__title,
.solution-info-card h2,
.solution-hero-card h2,
.solution-cta-card h2{
  margin:0 0 12px;
  line-height:1.16;
}
.solution-card__lead,
.solution-hero-card__lead,
.solution-cta-card p{
  margin:0 0 18px;
  color:#475569;
}
.solution-card .btn,
.solution-hero-card__actions .btn,
.solution-cta-card__actions .btn{
  min-width:0;
}
.solution-hero-card__actions,
.solution-cta-card__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.solution-section-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;
}
.solution-link-pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.solution-link-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.1);
  background:#fff;
  text-decoration:none;
  color:#0f172a;
}
.solution-link-pill:hover{
  border-color:rgba(0,113,227,.28);
  color:#0071e3;
}
.home-solutions .solution-card{
  min-height:100%;
}
.product-solution-links .solution-card__content,
.section-soft .solution-card__content{
  height:100%;
}
@media (max-width:720px){
  .solution-card__content,
  .solution-info-card,
  .solution-hero-card__content,
  .solution-cta-card{padding:18px}
}


/* Phase UI polish v2: flat industrial cleanup, unified buttons/forms/cards */
:where(.btn,.btn--primary,.btn--ghost,.btn-primary,.btn-ghost,.product-cta .btn,.btn-manager,.cart-summary__actions .btn,.cart-popover__actions .btn,.checkout-form__actions .btn,.auth-form__actions .btn,.site-form__actions .btn){
  box-shadow:none!important;
  text-shadow:none!important;
  border-radius:12px!important;
}
:where(.btn--primary,.product-cta .btn,.btn-manager,.cart-summary__actions .btn--primary,.cart-popover__actions .btn--primary,.checkout-form__actions .btn--primary,.auth-form__actions .btn--primary,.site-form__actions .btn--primary){
  color:#fff!important;
}
:where(.btn--primary,.btn--ghost,.btn-primary,.btn-ghost):hover,
:where(.btn--primary,.btn--ghost,.btn-primary,.btn-ghost):focus-visible{
  transform:none!important;
}

.site-header .header-icon-link,
.site-header button.header-icon-link,
.site-header .header-icon-link--login{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  padding:0!important;
  border:0!important;
  border-radius:12px!important;
  background:transparent!important;
  box-shadow:none!important;
}
.site-header .header-icon-link:hover,
.site-header .header-icon-link:focus-visible{
  transform:none!important;
  background:#f8fafc!important;
  color:#0f172a!important;
  box-shadow:none!important;
  border:0!important;
}
.site-header .header-icon-link--facebook,
.site-header .header-icon-link--facebook:hover,
.site-header .header-icon-link--facebook:focus-visible{
  color:#1877f2!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

:where(.solution-card,.solution-info-card,.solution-hero-card,.solution-cta-card,.product-detail-card,.product-buy-card,.product-form-panel,.product-sidebar-card,.cart-list-card,.cart-summary-card,.checkout-unified-card,.checkout-step-card,.checkout-step-card--final,.checkout-sidebar,.lookup-combobox__menu,.catalog-category-card,.tile,.pcard,.product-card,.faq-item){
  border:0!important;
  box-shadow:none!important;
}
:where(.solution-card,.solution-info-card,.solution-hero-card,.solution-cta-card,.product-detail-card,.product-buy-card,.product-form-panel,.product-sidebar-card,.cart-list-card,.cart-summary-card,.checkout-unified-card,.checkout-step-card,.checkout-step-card--final,.checkout-sidebar,.catalog-category-card,.tile,.pcard,.product-card){
  background:#fff!important;
}
:where(.solution-card,.solution-info-card,.solution-hero-card,.solution-cta-card,.product-detail-card,.product-buy-card,.product-form-panel,.product-sidebar-card,.cart-list-card,.cart-summary-card,.checkout-unified-card,.checkout-step-card,.checkout-step-card--final,.checkout-sidebar,.catalog-category-card,.tile,.pcard,.product-card){
  border-radius:18px!important;
}
:where(.faq-item,.compare-table,.product-market-gallery__stage,.cart-line__media,.checkout-summary__thumb,.product-buy-card__service-item,.solution-link-pill){
  border:1px solid rgba(15,23,42,.08)!important;
  box-shadow:none!important;
}
.product-buy-card__actions-row .btn,
.product-buy-card__meta-actions .btn,
.product-related-wide .btn,
.section-head-row .btn,
.solution-card .btn,
.solution-hero-card__actions .btn,
.solution-cta-card__actions .btn,
.auth-modal__dialog .auth-form__actions .btn--primary,
.checkout-form__actions .btn,
.cart-summary__actions .btn,
.checkout-success__actions .btn{
  min-width:max(2.6cm,160px)!important;
}
.auth-modal__dialog .auth-form{
  max-width:520px!important;
}
.auth-modal__dialog .auth-form__actions .btn--primary{
  width:min(100%, 320px)!important;
  max-width:320px!important;
}
@media (max-width:720px){
  .auth-modal__dialog .auth-form__actions .btn--primary,
  .checkout-form__actions .btn,
  .cart-summary__actions .btn,
  .checkout-success__actions .btn{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
}

body[data-page="checkout"] .checkout-unified-card,
body[data-page="checkout"] .checkout-step-card,
body[data-page="checkout"] .checkout-step-card--final,
body[data-page="checkout"] .checkout-sidebar,
body[data-page="checkout"] .checkout-summary-card,
body[data-page="checkout"] .checkout-flow-section,
body[data-page="checkout"] .checkout-form,
body[data-page="checkout"] .checkout-form__stack,
body[data-page="checkout"] .checkout-form__grid{
  box-shadow:none!important;
}
body[data-page="checkout"] .checkout-flow-section{
  border-bottom:1px solid #eef2f6!important;
}
body[data-page="checkout"] .checkout-form__grid input,
body[data-page="checkout"] .checkout-form__grid select,
body[data-page="checkout"] .checkout-form__grid textarea,
.qty-stepper__input{
  min-height:46px!important;
  border-radius:12px!important;
  box-shadow:none!important;
}
.qty-stepper__btn{
  box-shadow:none!important;
  border-radius:999px!important;
}

.product-grid .product-card,
.product-grid .pcard,
.product-grid .tile,
.product-grid--related-wide .product-card,
.product-grid--related-wide .pcard,
.product-grid--related-wide .tile{
  padding:0!important;
}
.product-grid .product-card:hover,
.product-grid .pcard:hover,
.product-grid .tile:hover,
.product-grid--related-wide .product-card:hover,
.product-grid--related-wide .pcard:hover,
.product-grid--related-wide .tile:hover{
  transform:none!important;
  box-shadow:none!important;
}
.product-market-gallery__stage,
.product-buy-card__service-item,
.product-detail-card,
.product-overview-card__body,
.product-specs-card,
.product-buy-card,
.solution-card__content,
.solution-info-card,
.solution-hero-card__content,
.solution-cta-card,
.checkout-unified-card,
.cart-list-card,
.cart-summary-card{
  background:#fff!important;
}

.site-footer .footer-top-row,
.site-footer .footer-bottom,
.site-footer .footer-logo-line,
.site-footer .footer-meta{
  box-shadow:none!important;
}


/* === v2 phase 2: product cards + checkout surface polish === */
.product-grid{
  gap:24px!important;
}
.product-grid .product-card,
.product-grid--related-wide .product-card,
.related-products .product-card{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
}
.product-card__frame{
  display:grid!important;
  grid-template-rows:auto 1fr!important;
  gap:10px!important;
  min-height:100%!important;
}
.product-card__image-box{
  height:208px!important;
  margin-bottom:0!important;
  padding:14px 14px 8px!important;
}
.product-card__body{
  gap:10px!important;
  padding:0 8px 6px!important;
}
.product-card__top{
  gap:8px!important;
}
.product-card__badge-wrap{
  min-height:24px!important;
}
.product-card__title{
  font-size:15px!important;
  line-height:1.42!important;
  min-height:0!important;
  -webkit-line-clamp:2!important;
}
.product-card__excerpt{
  font-size:13px!important;
  line-height:1.52!important;
  min-height:0!important;
  -webkit-line-clamp:2!important;
  color:#64748b!important;
}
.product-card__price{
  font-size:22px!important;
  line-height:1.08!important;
  font-weight:800!important;
  color:#0f172a!important;
  letter-spacing:-0.02em!important;
}
.product-card__price--request{
  font-size:17px!important;
  line-height:1.2!important;
  font-weight:700!important;
  color:#0f172a!important;
}
.product-card__actions,
.product-card__bottom{
  margin-top:2px!important;
}
.product-card__title a:hover,
.product-card__title a:focus-visible{
  color:#0071e3!important;
}
@media (max-width:720px){
  .product-grid{gap:18px!important;}
  .product-card__image-box{height:184px!important;padding:12px 12px 6px!important;}
}


/* Phase 3: footer cleanup */
.site-footer{
  background:#fff!important;
  border-top:1px solid rgba(15,23,42,.08)!important;
}
.site-footer .footer-wrap{
  padding-top:22px!important;
  padding-bottom:18px!important;
}
.site-footer .footer-shelf{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:0 0 18px;
  margin:0 0 20px;
  border-bottom:1px solid rgba(15,23,42,.08);
}
.site-footer .footer-shelf__copy{
  max-width:760px;
  font-size:14px;
  line-height:1.6;
  color:#475569;
}
.site-footer .footer-shelf__actions{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.site-footer .footer-shelf__link{
  font-size:14px;
  font-weight:600;
  color:#0f172a;
  text-decoration:none;
}
.site-footer .footer-top-row{
  padding-bottom:18px!important;
  margin-bottom:20px!important;
  border-bottom:1px solid rgba(15,23,42,.08)!important;
}
.site-footer .footer-logo-line{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:18px!important;
}
.site-footer .footer-brand{
  margin:0!important;
  white-space:nowrap;
}
.site-footer .footer-tagline{
  margin:0!important;
  max-width:62rem!important;
  font-size:14px!important;
  line-height:1.6!important;
  color:#64748b!important;
}
.site-footer .footer-grid-4{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:28px!important;
  align-items:start!important;
}
.site-footer .footer-col{
  min-width:0;
}
.site-footer .footer-col .h4{
  margin:0 0 12px!important;
  font-size:14px!important;
  line-height:1.3!important;
  font-weight:700!important;
  letter-spacing:.01em;
  color:#0f172a!important;
}
.site-footer .footer-col .list{
  display:grid!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.site-footer .footer-col .list a,
.site-footer .footer-company-text,
.site-footer .footer-col .muted{
  font-size:14px!important;
  line-height:1.6!important;
  color:#64748b!important;
  text-decoration:none!important;
}
.site-footer .footer-col .list a:hover,
.site-footer .footer-col .list a:focus-visible,
.site-footer .footer-bottom-row__right a:hover,
.site-footer .footer-bottom-row__right a:focus-visible,
.site-footer .footer-shelf__link:hover,
.site-footer .footer-shelf__link:focus-visible{
  color:#0f172a!important;
}
.site-footer .footer-bottom-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin-top:22px!important;
  padding-top:14px!important;
  border-top:1px solid rgba(15,23,42,.08)!important;
}
.site-footer .footer-bottom-row__left{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.site-footer .footer-bottom-row__right{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.site-footer .footer-bottom-row__right a,
.site-footer .footer-copyright,
.site-footer .footer-legal-note{
  font-size:13px!important;
  line-height:1.5!important;
  color:#94a3b8!important;
  text-decoration:none!important;
}
@media (max-width:980px){
  .site-footer .footer-shelf,
  .site-footer .footer-bottom-row{
    flex-direction:column;
    align-items:flex-start!important;
  }
  .site-footer .footer-grid-4{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:22px!important;
  }
}
@media (max-width:680px){
  .site-footer .footer-logo-line{
    grid-template-columns:1fr!important;
    align-items:flex-start!important;
  }
  .site-footer .footer-grid-4{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
}


/* v2 phase 4: product page density polish */
.product-page--market .product-page-market__container{
  display:grid!important;
  gap:20px!important;
}
.product-page--market .product-breadcrumbs-wrap{
  margin:0!important;
  padding-top:6px!important;
  padding-bottom:0!important;
}
.product-page--market .breadcrumbs{
  font-size:13px!important;
  line-height:1.5!important;
  color:#64748b!important;
}
.product-page--market .product-market-hero{
  gap:24px!important;
  grid-template-columns:minmax(0,1.14fr) minmax(340px,.86fr)!important;
  align-items:start!important;
}
.product-page--market .product-market-gallery__stage{
  min-height:460px!important;
  padding:0!important;
}
.product-page--market .product-market-gallery__image{
  max-height:460px!important;
}
.product-page--market .product-buy-card{
  gap:16px!important;
  padding:0!important;
}
.product-page--market .product-buy-card__title-wrap{
  gap:8px!important;
}
.product-page--market .product-buy-card__title{
  font-size:28px!important;
  line-height:1.16!important;
  letter-spacing:-0.02em!important;
}
.product-page--market .product-buy-card__lead{
  font-size:15px!important;
  line-height:1.56!important;
  color:#64748b!important;
  max-width:48ch!important;
}
.product-page--market .product-buy-card__head{
  gap:14px!important;
  padding-top:14px!important;
  border-top:1px solid rgba(15,23,42,.08)!important;
}
.product-page--market .product-buy-card__availability-label,
.product-page--market .product-buy-card__code{
  font-size:12px!important;
}
.product-page--market .product-status-line{
  gap:8px!important;
}
.product-page--market .product-buy-card__price-wrap{
  display:grid!important;
  gap:6px!important;
}
.product-page--market .product-buy-card__price{
  font-size:34px!important;
  line-height:1.04!important;
  letter-spacing:-0.03em!important;
}
.product-page--market .product-buy-card__price-note{
  font-size:13px!important;
  line-height:1.5!important;
}
.product-page--market .product-buy-card__actions-row{
  gap:10px!important;
  margin-top:2px!important;
}
.product-page--market .product-buy-card__actions-row .product-buy-btn,
.product-page--market .product-buy-card__meta-actions .btn-datasheet,
.product-page--market .product-related-wide .btn,
.product-page--market .product-solution-links .btn{
  height:46px!important;
  min-height:46px!important;
}
.product-page--market .product-buy-card__actions-row .product-buy-btn{
  min-width:max(2.8cm,176px)!important;
  padding:0 20px!important;
}
.product-page--market .product-buy-card__actions-row .product-utility-actions--inline{
  gap:10px!important;
}
.product-page--market .product-buy-card__actions-row .product-utility-actions--inline .product-utility-btn{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  border-radius:12px!important;
}
.product-page--market .product-buy-card__service{
  gap:10px!important;
  padding-top:14px!important;
  margin-top:2px!important;
}
.product-page--market .product-buy-card__service-item{
  padding:14px 16px!important;
  display:grid!important;
  gap:3px!important;
}
.product-page--market .product-buy-card__service-item strong{
  font-size:14px!important;
  line-height:1.35!important;
}
.product-page--market .product-buy-card__service-item span{
  font-size:13px!important;
  line-height:1.55!important;
}
.product-page--market .product-buy-card__meta-actions{
  margin-top:2px!important;
}
.product-page--market .product-buy-card__meta-actions .btn-datasheet{
  justify-content:center!important;
}
.product-page--market .product-market-content{
  gap:16px!important;
  margin-top:18px!important;
}
.product-page--market .product-detail-card{
  padding:0!important;
}
.product-page--market .product-overview-card__body,
.product-page--market .product-specs-card,
.product-page--market .faq-section--product{
  padding:20px 22px!important;
}
.product-page--market .product-overview-card__body h2,
.product-page--market .product-specs-card .section-head h2,
.product-page--market .faq-section--product .section-head h2,
.product-page--market .product-solution-links h2,
.product-page--market .product-related-wide h2{
  margin:0 0 10px!important;
  font-size:24px!important;
  line-height:1.12!important;
  letter-spacing:-0.02em!important;
}
.product-page--market .product-overview-card__body p,
.product-page--market .product-overview-card__body li{
  font-size:15px!important;
  line-height:1.68!important;
}
.product-page--market .compare-table--specs th,
.product-page--market .compare-table--specs td{
  padding:12px 14px!important;
  font-size:14px!important;
  line-height:1.5!important;
}
.product-page--market .compare-table--specs th{
  width:34%!important;
  color:#475569!important;
  font-weight:700!important;
}
.product-page--market .faq-list{
  gap:10px!important;
}
.product-page--market .faq-item summary{
  padding:14px 16px!important;
}
.product-page--market .faq-item__body{
  padding:0 16px 14px!important;
}
.product-page--market .product-solution-links,
.product-page--market .product-related-wide{
  margin-top:10px!important;
}
.product-page--market .section-head-row{
  gap:14px!important;
  align-items:flex-end!important;
}
.product-page--market .section-head-row .muted{
  font-size:14px!important;
  line-height:1.6!important;
}
.product-page--market .solution-card-grid{
  gap:14px!important;
}
.product-page--market .solution-card__content{
  padding:20px!important;
  gap:0!important;
}
.product-page--market .solution-card__title{
  font-size:20px!important;
}
.product-page--market .solution-card__lead{
  font-size:14px!important;
  line-height:1.58!important;
  margin-bottom:14px!important;
}
.product-page--market .product-grid--related-wide{
  gap:20px!important;
}
@media (max-width:1100px){
  .product-page--market .product-market-hero{
    grid-template-columns:1fr!important;
  }
  .product-page--market .product-market-gallery__stage{
    min-height:380px!important;
  }
  .product-page--market .product-market-gallery__image{
    max-height:380px!important;
  }
}
@media (max-width:720px){
  .product-page--market .product-buy-card__title{
    font-size:24px!important;
  }
  .product-page--market .product-buy-card__price{
    font-size:30px!important;
  }
  .product-page--market .product-overview-card__body,
  .product-page--market .product-specs-card,
  .product-page--market .faq-section--product{
    padding:18px!important;
  }
  .product-page--market .compare-table--specs th,
  .product-page--market .compare-table--specs td{
    padding:10px 12px!important;
  }
  .product-page--market .section-head-row{
    align-items:flex-start!important;
  }
}


/* Phase final all-in-one UI polish: header, hero, category, modal, utility surfaces */
:root{
  --ui-radius-sm:12px;
  --ui-radius-md:16px;
  --ui-radius-lg:20px;
  --ui-line:rgba(15,23,42,.08);
  --ui-line-strong:rgba(15,23,42,.12);
  --ui-surface:#ffffff;
  --ui-surface-soft:#f8fafc;
  --ui-ink:#0f172a;
  --ui-muted:#64748b;
}

.site-header{
  background:rgba(255,255,255,.97)!important;
  backdrop-filter:saturate(160%) blur(8px)!important;
  border-bottom:1px solid var(--ui-line)!important;
}
.site-header .header-inner{
  gap:14px!important;
  min-height:66px!important;
}
.site-header .brand-mark{
  width:34px!important;
  height:34px!important;
  border-radius:10px!important;
  box-shadow:none!important;
  border:1px solid var(--ui-line)!important;
}
.site-header .brand-text{
  font-size:1rem!important;
  letter-spacing:.02em!important;
}
.site-header .nav{
  gap:4px!important;
  margin-left:6px!important;
}
.site-header .nav a,
.site-header .nav .nav-link{
  padding:9px 11px!important;
  border-radius:12px!important;
  font-weight:800!important;
  font-size:.95rem!important;
  color:var(--ui-ink)!important;
}
.site-header .nav a[aria-current="page"],
.site-header .nav a:hover,
.site-header .nav .nav-link:hover{
  background:#f8fafc!important;
  color:var(--ui-ink)!important;
}
.site-header .nav-dropdown-menu{
  top:50px!important;
  min-width:320px!important;
  padding:10px!important;
  border-radius:16px!important;
  border:1px solid var(--ui-line)!important;
  box-shadow:none!important;
}
.site-header .nav-dropdown-menu a{
  padding:10px 12px!important;
  border-radius:10px!important;
  font-weight:700!important;
}
.site-header .header-right{
  gap:8px!important;
}
.site-header .phone-pill,
.site-header .header-search,
.site-header .header-icon-link,
.site-header .currency-switch{
  height:42px!important;
  border-radius:999px!important;
  border:1px solid var(--ui-line)!important;
  background:#fff!important;
  box-shadow:none!important;
}
.site-header .phone-pill{
  padding:0 12px!important;
  font-weight:800!important;
}
.site-header .header-icon-link,
.site-header .header-search{
  width:42px!important;
  min-width:42px!important;
  min-height:42px!important;
}
.site-header .currency-switch{
  padding:0 10px!important;
  gap:6px!important;
}
.site-header .currency-switch__btn{
  min-width:34px!important;
  font-size:.86rem!important;
  font-weight:800!important;
}
.site-header .header-icon-link:hover,
.site-header .header-icon-link:focus-visible,
.site-header .header-search:hover,
.site-header .header-search:focus-visible,
.site-header .phone-pill:hover,
.site-header .phone-pill:focus-visible,
.site-header .currency-switch:hover,
.site-header .currency-switch:focus-within{
  transform:none!important;
  box-shadow:none!important;
  border-color:var(--ui-line-strong)!important;
  background:#f8fafc!important;
}
.site-header .header-icon-link--facebook{
  color:#1877f2!important;
  background:#fff!important;
  border-color:var(--ui-line)!important;
}
.site-header .header-icon-link--facebook:hover,
.site-header .header-icon-link--facebook:focus-visible{
  color:#1877f2!important;
  background:#f8fafc!important;
  border-color:rgba(24,119,242,.22)!important;
}
.site-search-panel{
  background:#fff!important;
  border-bottom:1px solid var(--ui-line)!important;
}
.site-search-panel__inner{
  padding:14px 0 16px!important;
}
.site-search-panel .search-form{
  gap:10px!important;
}
.site-search-panel .search-form input{
  min-height:46px!important;
}

.section{padding:46px 0!important;}
.section-head{margin-bottom:16px!important;}
.section-head p{max-width:62ch!important;}
.section-soft{background:#f8fafc!important;}
.hero-section{padding-top:22px!important;}
.hero-shell{max-width:1128px!important;}
.hero-banner-slider,
.hero-banner-slider--contained{
  border-radius:22px!important;
}
.hero-copy{
  align-items:flex-end!important;
  padding:30px!important;
}
.hero-title{
  text-wrap:balance!important;
  letter-spacing:-.03em!important;
}
#popular .section-actions,
.home-solutions .section-head-row,
#seo-text .section-head{
  gap:12px!important;
}
.solution-card,
.solution-info-card,
.solution-hero-card,
.solution-cta-card,
.catalog-category-card,
.product-detail-card,
.product-specs .table-wrap,
.product-description,
.product-specs,
.product-faq__item,
.product-service-note,
.checkout-flow-section,
.cart-popover__dialog,
.auth-modal__dialog,
.site-search-panel__inner .search-form,
.order-card,
.account-card,
.compare-table-wrap,
.wishlist-empty,
.cart-summary__card,
.checkout-summary__card{
  border:1px solid var(--ui-line)!important;
  box-shadow:none!important;
  background:#fff!important;
}
.solution-card,
.solution-info-card,
.solution-hero-card,
.solution-cta-card,
.catalog-category-card,
.product-detail-card,
.checkout-flow-section,
.cart-popover__dialog,
.auth-modal__dialog,
.order-card,
.account-card,
.cart-summary__card,
.checkout-summary__card{
  border-radius:20px!important;
}
.solution-card__content,
.solution-info-card,
.solution-hero-card__content,
.solution-cta-card,
.catalog-category-card__content,
.product-detail-card,
.checkout-flow-section,
.cart-popover__dialog,
.auth-modal__dialog{
  padding:22px!important;
}
.catalog-category-card__title,
.solution-card__title,
.solution-hero-card h2,
.solution-info-card h2,
.solution-cta-card h2,
.product-buy-card__title,
.product-detail-card h2{
  letter-spacing:-.02em!important;
  line-height:1.16!important;
}
.catalog-category-card__desc,
.solution-card__lead,
.solution-hero-card__lead,
.product-buy-card__lead,
.product-detail-card p,
.product-faq__answer,
.auth-modal__lead,
.cart-popover__total span,
.footer-tagline,
.footer-company-text{
  color:var(--ui-muted)!important;
}
#popular .pcard,
.product-grid .product-card,
.product-grid--related-wide .product-card,
.products-slider .pcard,
.products-carousel .pcard,
.kit-tile{
  border-radius:18px!important;
  border:1px solid var(--ui-line)!important;
  background:#fff!important;
  box-shadow:none!important;
}
#popular .pcard:hover,
.product-grid .product-card:hover,
.product-grid--related-wide .product-card:hover,
.products-slider .pcard:hover,
.products-carousel .pcard:hover,
.kit-tile:hover,
.catalog-category-card:hover,
.solution-card:hover{
  border-color:var(--ui-line-strong)!important;
  box-shadow:none!important;
  transform:none!important;
}
.pcard-media img,
.product-card__image-box img,
.tile-media img,
.kit-tile .tile-media img,
.catalog-category-card__media img,
.catalog-category-card__icon img{
  padding:8px!important;
}
.pcard-body,
.product-card__body{
  padding:14px 14px 15px!important;
}
.pcard-title,
.product-card__title{
  line-height:1.24!important;
}
.pcard-price,
.product-card__price,
.product-buy-card__price{
  font-size:1.02rem!important;
}
.product-buy-card,
.product-summary-card{
  border:1px solid var(--ui-line)!important;
  border-radius:20px!important;
  box-shadow:none!important;
  background:#fff!important;
}
.product-buy-card__actions-row,
.product-buy-form,
.product-buy-card__meta-actions,
.product-buy-card__service{
  gap:10px!important;
}
.product-buy-card__service-item,
.product-buy-card__code,
.product-buy-card__head,
.product-buy-card__price-wrap{
  border-color:var(--ui-line)!important;
}
.qty-stepper,
.qty-stepper--summary{
  border:1px solid var(--ui-line)!important;
  border-radius:14px!important;
  box-shadow:none!important;
}
.qty-stepper__btn{
  background:#fff!important;
}
.qty-stepper__btn:hover,
.qty-stepper__btn:focus-visible{
  background:#f8fafc!important;
}
.cart-popover__actions,
.auth-form__actions,
.checkout-form__actions{
  gap:10px!important;
}
.modal__dialog,
.cart-popover__dialog,
.auth-modal__dialog{
  max-width:min(92vw,560px)!important;
}
.auth-modal__dialog .auth-form{
  gap:14px!important;
}
.auth-modal__dialog .field,
.checkout-form .field,
.site-form .field{
  gap:7px!important;
}
.site-footer{
  background:#fff!important;
  border-top:1px solid var(--ui-line)!important;
}
.site-footer .footer-wrap{
  gap:0!important;
}
.site-footer .footer-shelf{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding:0 0 18px!important;
  margin-bottom:18px!important;
  border-bottom:1px solid var(--ui-line)!important;
}
.site-footer .footer-shelf__copy{
  max-width:58ch!important;
  color:var(--ui-ink)!important;
  font-weight:600!important;
}
.site-footer .footer-shelf__actions{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.site-footer .footer-shelf__link{
  display:inline-flex!important;
  align-items:center!important;
  min-height:40px!important;
  padding:0 12px!important;
  border:1px solid var(--ui-line)!important;
  border-radius:999px!important;
  background:#fff!important;
}
.site-footer .footer-logo-line{
  padding-bottom:16px!important;
  margin-bottom:16px!important;
  border-bottom:1px solid var(--ui-line)!important;
}
.site-footer .footer-grid-4{
  gap:18px!important;
}
.site-footer .footer-col .h4{
  margin:0 0 10px!important;
  font-size:.95rem!important;
}
.site-footer .list{
  gap:8px!important;
}
.site-footer .footer-bottom-row{
  margin-top:18px!important;
  padding-top:14px!important;
  border-top:1px solid var(--ui-line)!important;
}
.site-footer .footer-bottom-row__right{
  display:flex!important;
  gap:14px!important;
  flex-wrap:wrap!important;
}
.site-footer .to-top{
  width:42px!important;
  height:42px!important;
  border-radius:14px!important;
  box-shadow:none!important;
}
@media (max-width: 1040px){
  .site-header .nav{
    top:66px!important;
    padding:12px 14px!important;
    gap:8px!important;
    border-bottom:1px solid var(--ui-line)!important;
  }
  .site-header .nav a,
  .site-header .nav .nav-link{
    width:100%!important;
    justify-content:flex-start!important;
    border-top:1px solid var(--ui-line)!important;
    border-radius:0!important;
    padding:13px 4px!important;
  }
  .site-header .nav-dropdown-menu{
    margin-top:6px!important;
    padding:4px 0 0!important;
    border:0!important;
    border-top:1px solid var(--ui-line)!important;
    border-radius:0!important;
  }
}
@media (max-width: 820px){
  .site-footer .footer-shelf{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  .site-footer .footer-grid-4{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width: 640px){
  .section{padding:36px 0!important;}
  .hero-copy{padding:20px!important;}
  .site-header .header-inner{min-height:62px!important;}
  .site-footer .footer-grid-4{grid-template-columns:1fr!important;}
  .site-search-panel__inner{padding:12px 0 14px!important;}
  .modal__dialog,
  .cart-popover__dialog,
  .auth-modal__dialog{max-width:min(94vw,560px)!important;}
}

/* Final single-pass calm layer: strip remaining decorative accents and frames */
:root{
  --ui-line: rgba(15,23,42,.06);
  --ui-line-strong: rgba(15,23,42,.10);
  --ui-surface-soft: #f8fafc;
}

.site-header .header-icon-link,
.site-header .header-icon-link:hover,
.site-header .header-icon-link:focus-visible,
.site-header .header-icon-link--facebook,
.site-header .header-icon-link--facebook:hover,
.site-header .header-icon-link--facebook:focus-visible{
  box-shadow:none!important;
  background:#fff!important;
}

.site-header .header-icon-link--facebook{
  color:#1877f2!important;
  border-color:var(--ui-line)!important;
}

.site-header .header-icon-link--facebook:hover,
.site-header .header-icon-link--facebook:focus-visible{
  background:#f8fafc!important;
  border-color:var(--ui-line-strong)!important;
}

.solution-card,
.solution-info-card,
.solution-hero-card,
.solution-cta-card,
.catalog-category-card,
.product-detail-card,
.product-buy-card,
.product-summary-card,
.checkout-flow-section,
.cart-popover__dialog,
.auth-modal__dialog,
.order-card,
.account-card,
.cart-summary__card,
.checkout-summary__card,
.compare-table-wrap,
.wishlist-empty,
.product-description,
.product-specs,
.product-service-note,
.product-faq__item{
  border-color:transparent!important;
  box-shadow:none!important;
}

#popular .pcard,
.product-grid .product-card,
.product-grid--related-wide .product-card,
.products-slider .pcard,
.products-carousel .pcard,
.kit-tile{
  border-color:transparent!important;
  box-shadow:none!important;
}

#popular .pcard:hover,
.product-grid .product-card:hover,
.product-grid--related-wide .product-card:hover,
.products-slider .pcard:hover,
.products-carousel .pcard:hover,
.kit-tile:hover,
.catalog-category-card:hover,
.solution-card:hover{
  border-color:transparent!important;
  box-shadow:none!important;
  background:#fbfdff!important;
}

.site-footer .footer-shelf__link,
.site-footer .to-top,
.site-header .phone-pill,
.site-header .header-search,
.site-header .currency-switch{
  box-shadow:none!important;
}

.site-footer .footer-shelf__link:hover,
.site-footer .footer-shelf__link:focus-visible,
.site-footer .to-top:hover,
.site-footer .to-top:focus-visible{
  background:#f8fafc!important;
  border-color:var(--ui-line-strong)!important;
}

.product-buy-card__service-item,
.product-buy-card__code,
.product-buy-card__head,
.product-buy-card__price-wrap,
.compare-table--specs th,
.compare-table--specs td,
.product-specs table th,
.product-specs table td,
.checkout-summary__row,
.checkout-summary__item,
.cart-summary__item,
.cart-popover__item,
.footer-logo-line,
.footer-bottom-row,
.footer-shelf{
  border-color:var(--ui-line)!important;
}

.section,
.section-soft,
.hero-section,
.solution-section,
.catalog-section,
.product-section,
.checkout-section{
  background-image:none!important;
}

/* Final emergency quiet pass: unify remaining noisy surfaces without changing layout */
:root{
  --ui-line: rgba(15,23,42,.05);
  --ui-line-strong: rgba(15,23,42,.08);
  --ui-surface-soft: #fafbfc;
}

:where(.btn,.btn--primary,.btn--ghost,.btn-manager,.product-cta .btn,.cart-summary__actions .btn,.cart-popover__actions .btn,.checkout-form__actions .btn,.auth-form__actions .btn,.site-form__actions .btn){
  box-shadow:none!important;
  text-shadow:none!important;
}

:where(.site-header .header-icon-link,.site-header .header-icon-link:hover,.site-header .header-icon-link:focus-visible,.site-header .phone-pill,.site-header .header-search,.site-header .currency-switch,.site-header .header-icon-link--facebook,.site-header .header-icon-link--facebook:hover,.site-header .header-icon-link--facebook:focus-visible){
  background:#fff!important;
  border-color:var(--ui-line)!important;
  box-shadow:none!important;
  transform:none!important;
}

:where(.site-header .header-icon-link:hover,.site-header .header-icon-link:focus-visible,.site-header .phone-pill:hover,.site-header .phone-pill:focus-visible,.site-header .header-search:hover,.site-header .header-search:focus-visible,.site-header .currency-switch:hover,.site-header .currency-switch:focus-visible){
  background:var(--ui-surface-soft)!important;
  border-color:var(--ui-line-strong)!important;
}

:where(.solution-card,.solution-info-card,.solution-hero-card,.solution-cta-card,.catalog-category-card,.product-card,.pcard,.tile,.product-detail-card,.product-buy-card,.product-summary-card,.checkout-flow-section,.checkout-unified-card,.checkout-step-card,.checkout-step-card--final,.checkout-sidebar,.cart-list-card,.cart-summary-card,.cart-popover__dialog,.auth-modal__dialog,.order-card,.account-card,.wishlist-empty,.product-description,.product-specs,.product-service-note,.product-faq__item,.faq-item){
  background:#fff!important;
  border-color:transparent!important;
  box-shadow:none!important;
}

:where(.solution-card__content,.solution-info-card,.solution-hero-card__content,.solution-cta-card,.product-buy-card,.product-detail-card,.product-summary-card,.checkout-flow-section,.checkout-unified-card,.checkout-step-card,.checkout-sidebar,.cart-list-card,.cart-summary-card,.auth-modal__dialog,.cart-popover__dialog){
  background:transparent!important;
}

:where(.checkout-summary__row,.checkout-summary__item,.cart-summary__item,.cart-popover__item,.product-buy-card__service-item,.product-buy-card__code,.product-buy-card__head,.product-buy-card__price-wrap,.compare-table--specs th,.compare-table--specs td,.product-specs table th,.product-specs table td,.footer-logo-line,.footer-bottom-row,.footer-shelf){
  border-color:var(--ui-line)!important;
}

:where(.site-footer .footer-shelf__link,.site-footer .to-top,.section-soft .btn--ghost,.solution-card .btn,.auth-modal__dialog .auth-form__actions .btn--primary){
  box-shadow:none!important;
}

:where(.site-footer .footer-shelf__link:hover,.site-footer .footer-shelf__link:focus-visible,.site-footer .to-top:hover,.site-footer .to-top:focus-visible){
  background:var(--ui-surface-soft)!important;
  border-color:var(--ui-line-strong)!important;
}

:where(.section,.section-soft,.hero-section,.solution-section,.catalog-section,.product-section,.checkout-section,.account-section,.cart-section){
  background-image:none!important;
}


/* 2026-03-29: neutral section backgrounds + footer consistency + global anti-tint lock */
.section-soft,
.section.section-soft,
.catalog-filter-tag,
.catalog-active-filters,
.catalog-quick-tags,
.category-guide,
.seo-block,
.home-solutions,
.product-solution-links,
.compare-page .section-soft,
.solution-page .section-soft,
.catalog-page .section-soft{
  background:#fff!important;
  background-image:none!important;
}

.site-footer .footer-logo-line{
  padding-bottom:0!important;
  margin-bottom:0!important;
  border-bottom:0!important;
}

.site-footer .footer-top-row{
  padding-bottom:22px!important;
  margin-bottom:22px!important;
  border-bottom:1px solid rgba(15,23,42,.08)!important;
}

.site-footer .footer-wrap{
  padding-top:24px!important;
}

.site-footer .footer-shelf{
  display:none!important;
}

/* 2026-04-16: authoritative CTA + plus-control normalization without layout drift */
:root{
  --cta-unified-height:48px;
  --cta-unified-radius:14px;
  --cta-unified-padding-x:18px;
  --plus-unified-size:40px;
}

:where(.btn,.btn--primary,.btn-primary,.btn--ghost,.product-buy-btn,.header-order,.cart-popover__actions .btn,.cart-summary__actions .btn,.checkout-form__actions .btn,.auth-form__actions .btn,.site-form__actions .btn,.solution-cta-card__actions .btn){
  min-height:var(--cta-unified-height)!important;
  padding:0 var(--cta-unified-padding-x)!important;
  border-radius:var(--cta-unified-radius)!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.1!important;
}

:where(.btn--primary,.btn-primary,.product-buy-btn,.cart-popover__actions .btn--primary,.cart-summary__actions .btn--primary,.checkout-form__actions .btn--primary,.auth-form__actions .btn--primary,.site-form__actions .btn--primary){
  min-height:var(--cta-unified-height)!important;
  border-radius:var(--cta-unified-radius)!important;
  box-shadow:none!important;
}

:where(.btn--ghost,.cart-popover__actions .btn--ghost,.site-form__actions .btn--ghost){
  min-height:var(--cta-unified-height)!important;
  border-radius:var(--cta-unified-radius)!important;
}

:where(.qty-stepper__btn,.solution-card__plus,.faq-summary__icon,.faq-item summary .faq-summary__icon,.product-faq__item summary .faq-summary__icon){
  width:var(--plus-unified-size)!important;
  height:var(--plus-unified-size)!important;
  min-width:var(--plus-unified-size)!important;
  min-height:var(--plus-unified-size)!important;
  border-radius:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

:where(.qty-stepper__btn){
  font-size:22px!important;
}

:where(.solution-card__plus svg,.faq-summary__icon .icon-control-plus,.faq-item summary .faq-summary__icon .icon-control-plus,.product-faq__item summary .faq-summary__icon .icon-control-plus){
  width:20px!important;
  height:20px!important;
}

/* end assets/css/design-lock.css */


/* begin assets/css/final-ui-pass.css */
:root{--container:1280px;}
.container{max-width:1280px!important;}
/* home hero and carousel */
.hero-shell{max-width:1280px!important}
.hero-banner-slider,.hero-banner-slider--contained{max-width:1280px!important}
.hero-overlay{background:linear-gradient(90deg,rgba(15,23,42,.42) 0%,rgba(15,23,42,.16) 56%,rgba(15,23,42,.06) 100%)!important}
.hero-copy{align-items:flex-end!important;padding:64px 44px!important}
.hero-copy--offset{justify-content:flex-start!important;padding-left:190px!important;padding-bottom:150px!important}
.hero-title.hero-title--stack{max-width:20ch!important}
.hero-title.hero-title--stack span:first-child{font-size:clamp(1.28rem,1.9vw,1.72rem)!important;font-weight:600!important;max-width:20ch}
.hero-title.hero-title--stack span:last-child{font-size:clamp(2rem,3.2vw,3.1rem)!important;line-height:1.06!important}
.carousel{scrollbar-width:none!important;-ms-overflow-style:none!important}
.carousel::-webkit-scrollbar{display:none!important;height:0!important}
.popular-carousel{padding-bottom:4px!important}
/* buttons */
:where(.btn,.btn--primary,.btn--ghost,.btn-primary,.btn-ghost,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn){min-height:36px!important;padding:7px 13px!important;border-radius:10px!important;font-size:13px!important;line-height:1.15!important;font-weight:400!important}
:where(.btn--primary,.btn-primary,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn){background:#0f6e4f!important;border-color:#0f6e4f!important;text-shadow:none!important}
/* category root page cards */
.catalog-category-grid{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:24px!important}
.catalog-category-card{width:calc((100% - 48px)/3)!important;max-width:390px!important;min-height:330px!important;display:grid!important;justify-items:center!important;align-content:start!important;text-align:center!important;padding:22px 20px!important}
.catalog-category-card__media,.catalog-category-card__icon{width:250px!important;height:250px!important;flex:0 0 250px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border-radius:0!important}
.catalog-category-card__media img,.catalog-category-card__icon img{max-width:250px!important;max-height:250px!important;width:auto!important;height:auto!important;object-fit:contain!important}
.catalog-category-card__content{gap:8px!important;justify-items:center!important}
.catalog-category-card__title{font-size:18px!important;font-weight:600!important;text-align:center!important}
/* catalog toolbar/filter redesign */
.catalog-toolbar--market{border-bottom:none!important;padding-bottom:6px!important;margin-bottom:10px!important}
.catalog-toolbar__controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end}
.catalog-sort-links--plain{gap:14px!important}
.catalog-sort-links--plain .catalog-sort-links__item{padding:0!important;border:none!important;border-radius:0!important;min-height:auto!important;background:transparent!important;font-size:14px!important;font-weight:500!important;color:#64748b!important;box-shadow:none!important}
.catalog-sort-links--plain .catalog-sort-links__item:hover,.catalog-sort-links--plain .catalog-sort-links__item.is-active{color:#0f172a!important;border:none!important;background:transparent!important}
.catalog-view-toggle{display:flex;align-items:center;gap:6px}
.catalog-view-toggle__btn{width:36px;height:36px;border:none;background:transparent;color:#64748b;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0}
.catalog-view-toggle__btn svg{width:18px;height:18px;fill:currentColor}
.catalog-view-toggle__btn.is-active,.catalog-view-toggle__btn:hover,.catalog-view-toggle__btn:focus-visible{background:#f1f5f9;color:#0f172a}
.catalog-active-bar,.catalog-filter-card,.catalog-filters-panel__header,.catalog-filters-summary{border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
.catalog-filters-panel{gap:6px!important}
.catalog-filters-panel__header{padding:0 0 10px!important}
.catalog-filters-panel__header h2{font-size:1.08rem!important;margin:0!important}
.catalog-filters-summary{padding:0 0 12px!important}
.catalog-filter-card__head{padding:8px 0 4px!important}
.catalog-filter-card__head h3{font-size:.9rem!important;color:#0f172a!important}
.catalog-filter-card__head p{display:none!important}
.catalog-filter-quick-list{padding:0 0 10px!important}
.catalog-filter-quick{padding:7px 10px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:999px!important;background:#fff!important}
.catalog-active-bar__head{padding:6px 0!important;border:none!important}
.catalog-active-bar__reset{font-weight:500!important;color:#64748b!important}
.catalog-active-bar__items{padding:4px 0 10px!important;gap:6px!important}
.catalog-active-chip{padding:0!important;border:none!important;background:transparent!important;color:#0f172a!important;border-radius:0!important;font-size:.88rem!important;gap:4px!important}
.catalog-active-chip strong{font-size:.95rem!important;color:#64748b!important}
.catalog-filter-card summary{padding:12px 0!important;border:none!important}
.catalog-filter-card__title{font-weight:600!important;font-size:.95rem!important}
.catalog-filter-card__value{display:none!important}
.catalog-filter-card__body{padding:0 0 12px!important}
.catalog-filter-option-list{display:grid!important;gap:4px!important}
.catalog-filter-option{padding:8px 0!important;border:none!important;border-radius:0!important;background:transparent!important;min-height:auto!important}
.catalog-filter-option:hover,.catalog-filter-option:focus-visible,.catalog-filter-option.is-active{background:transparent!important;border:none!important;color:#0f172a!important}
.catalog-filter-option__text{font-size:.9rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;padding-right:8px}
.catalog-filter-option__count{min-width:auto!important;height:auto!important;padding:0!important;background:transparent!important;color:#94a3b8!important;border-radius:0!important;font-size:.82rem!important}
.catalog-filter-select{gap:6px!important}
.catalog-filter-select__label{display:none!important}
.catalog-filter-select select{min-height:38px!important;padding:0 12px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:10px!important;background:#fff!important}
.catalog-filters-shell{padding-right:8px}
/* view modes */
.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important;gap:24px!important}
.product-card__image-box{height:250px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:12px!important}
.product-card__image{max-width:250px!important;max-height:250px!important;width:auto!important;height:auto!important;object-fit:contain!important}
.product-grid.is-list{grid-template-columns:1fr!important;gap:16px!important}
.product-grid.is-list .product-card{display:grid!important;grid-template-columns:270px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;padding:18px!important}
.product-grid.is-list .product-card__frame{display:contents!important}
.product-grid.is-list .product-card__image-link{grid-column:1}
.product-grid.is-list .product-card__body{grid-column:2}
.product-grid.is-list .product-card__image-box{height:220px!important;margin:0!important}
.product-grid.is-list .product-card__excerpt{display:block!important;max-width:72ch}
.product-page--market .product-market-gallery__image{max-width:370px!important;max-height:370px!important;width:370px!important;height:370px!important;object-fit:contain!important}
/* mobile */
@media (max-width: 1180px){
  .nav{gap:4px!important}.nav>a,.nav .nav-link{padding:0 10px!important}
}
@media (max-width: 980px){
  .hero-copy--offset{padding-left:36px!important;padding-bottom:42px!important}
  .catalog-category-card{width:calc(50% - 12px)!important;max-width:none!important;min-height:290px!important}
  .catalog-category-card__media,.catalog-category-card__icon{width:200px!important;height:200px!important}
  .catalog-category-card__media img,.catalog-category-card__icon img{max-width:200px!important;max-height:200px!important}
  .catalog-toolbar__controls{width:100%;justify-content:space-between}
  .catalog-sort-links--plain{overflow:auto!important;flex-wrap:nowrap!important}
  .product-grid.is-list .product-card{grid-template-columns:1fr!important}
  .product-grid.is-list .product-card__image-link,.product-grid.is-list .product-card__body{grid-column:auto}
}
@media (max-width: 640px){
  .container{padding:0 14px!important}
  .hero-copy--offset{padding-left:20px!important;padding-bottom:22px!important}
  .hero-title.hero-title--stack span:first-child{font-size:1rem!important}
  .hero-title.hero-title--stack span:last-child{font-size:1.6rem!important}
  .catalog-category-card{width:100%!important;min-height:auto!important}
  .catalog-category-card__media,.catalog-category-card__icon{width:170px!important;height:170px!important}
  .product-card__image-box{height:220px!important}
  .product-card__image{max-width:220px!important;max-height:220px!important}
  .product-page--market .product-market-gallery__image{width:300px!important;height:300px!important;max-width:300px!important;max-height:300px!important}
}


/* 2026-04-19: header cleanup + button font normalization + hero vertical centering + blue hover on sort links */
.hero-copy{
  align-items:center!important;
}
.hero-copy--offset{
  justify-content:flex-start!important;
  padding-bottom:0!important;
}

:where(.btn,.btn--primary,.btn-primary,.btn--ghost,.product-buy-btn,.header-order,.cart-popover__actions .btn,.cart-summary__actions .btn,.checkout-form__actions .btn,.checkout-success__actions .btn,.auth-form__actions .btn,.site-form__actions .btn,.solution-cta-card__actions .btn,.btn-datasheet,.catalog-toolbar__filter-btn,.currency-switch__btn){
  font-weight:400!important;
}

.catalog-sort-links--plain .catalog-sort-links__item{
  color:#64748b!important;
}
.catalog-sort-links--plain .catalog-sort-links__item:hover,
.catalog-sort-links--plain .catalog-sort-links__item:focus-visible{
  color:#5ebdff!important;
}
.catalog-sort-links--plain .catalog-sort-links__item.is-active{
  color:#0f172a!important;
}

@media (max-width: 980px){
  .hero-copy--offset{
    padding-bottom:0!important;
  }
}
@media (max-width: 640px){
  .hero-copy{
    align-items:center!important;
  }
  .hero-copy--offset{
    padding-bottom:0!important;
  }
}


/* 2026-04-19: catalog UX pass — filter order, accordion affordance, scan-friendly product cards */
.catalog-filter-card summary{
  align-items:center!important;
  gap:14px!important;
}
.catalog-filter-card__summary-main{
  display:grid!important;
  gap:2px!important;
  min-width:0!important;
  flex:1 1 auto!important;
}
.catalog-filter-card__title{
  font-weight:600!important;
  font-size:.95rem!important;
  color:#0f172a!important;
}
.catalog-filter-card__value{
  display:block!important;
  font-size:.78rem!important;
  color:#94a3b8!important;
  max-width:none!important;
  text-align:left!important;
}
.catalog-filter-card__icon{
  flex:0 0 auto!important;
  width:22px!important;
  height:22px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  color:#64748b!important;
  background:rgba(148,163,184,.12)!important;
  position:relative!important;
}
.catalog-filter-card__icon::before,
.catalog-filter-card__icon::after{
  content:''!important;
  position:absolute!important;
  background:currentColor!important;
  border-radius:999px!important;
}
.catalog-filter-card__icon::before{width:10px!important;height:1.6px!important}
.catalog-filter-card__icon::after{width:1.6px!important;height:10px!important;transition:opacity .16s ease!important}
.catalog-filter-card[open] .catalog-filter-card__icon{color:#1790ff!important;background:rgba(94,189,255,.16)!important}
.catalog-filter-card[open] .catalog-filter-card__icon::after{opacity:0!important}
.catalog-filter-card summary:hover .catalog-filter-card__title,
.catalog-filter-card summary:focus-visible .catalog-filter-card__title{color:#1790ff!important}
.catalog-filter-option{
  transition:color .16s ease, background-color .16s ease!important;
}
.catalog-filter-option:hover .catalog-filter-option__text,
.catalog-filter-option:focus-visible .catalog-filter-option__text,
.catalog-filter-option.is-active .catalog-filter-option__text{
  color:#1790ff!important;
}
.catalog-filter-option.is-active .catalog-filter-option__count,
.catalog-filter-option:hover .catalog-filter-option__count,
.catalog-filter-option:focus-visible .catalog-filter-option__count{
  color:#1790ff!important;
}
.catalog-sort-links--plain .catalog-sort-links__item{
  position:relative!important;
  color:#64748b!important;
}
.catalog-sort-links--plain .catalog-sort-links__item::after{
  content:''!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-4px!important;
  height:2px!important;
  border-radius:999px!important;
  background:transparent!important;
  transition:background-color .16s ease!important;
}
.catalog-sort-links--plain .catalog-sort-links__item:hover,
.catalog-sort-links--plain .catalog-sort-links__item:focus-visible{
  color:#5ebdff!important;
}
.catalog-sort-links--plain .catalog-sort-links__item:hover::after,
.catalog-sort-links--plain .catalog-sort-links__item:focus-visible::after{
  background:#5ebdff!important;
}
.catalog-sort-links--plain .catalog-sort-links__item.is-active{
  color:#1790ff!important;
}
.catalog-sort-links--plain .catalog-sort-links__item.is-active::after{
  background:#1790ff!important;
}
.catalog-pagination{
  gap:8px!important;
  margin-top:28px!important;
}
.catalog-pagination__link{
  min-width:42px!important;
  height:42px!important;
  border:none!important;
  border-radius:10px!important;
  background:#f8fafc!important;
  color:#64748b!important;
  font-weight:500!important;
  transition:background-color .16s ease, color .16s ease, transform .16s ease!important;
}
.catalog-pagination__link:hover,
.catalog-pagination__link:focus-visible{
  background:rgba(94,189,255,.16)!important;
  color:#1790ff!important;
}
.catalog-pagination__link.is-active{
  background:#1790ff!important;
  color:#fff!important;
}
  display:flex!important;
  flex-wrap:wrap!important;
  gap:6px!important;
}
.product-card__signal{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:24px!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  background:#f8fafc!important;
  color:#0f172a!important;
  font-size:12px!important;
  line-height:1!important;
}
.product-card__facts{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  gap:6px!important;
}
.product-card__fact{
  position:relative!important;
  margin:0!important;
  padding-left:12px!important;
  color:#64748b!important;
  font-size:13px!important;
  line-height:1.35!important;
}
.product-card__fact-label{color:#0f172a!important;font-weight:500!important}
.product-card__fact-value{color:#64748b!important}
.product-card__fact::before{
  content:''!important;
  position:absolute!important;
  left:0!important;
  top:.52em!important;
  width:4px!important;
  height:4px!important;
  border-radius:999px!important;
  background:#5ebdff!important;
}
.product-card__excerpt{display:none!important}
.product-grid.is-list .product-card__excerpt{display:none!important}
.product-card__bottom{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:12px!important;
}
.product-card__price{
  font-size:22px!important;
  font-weight:600!important;
  color:#f28c28!important;
}
.product-card__price--request{
  font-size:18px!important;
}
@media (max-width: 640px){
  .catalog-filter-card__value{font-size:.74rem!important}
  .catalog-pagination__link{min-width:40px!important;height:40px!important}
}


/* 2026-04-19: catalog second pass */
.product-grid--catalog{align-items:stretch!important}
.product-grid--catalog>.product-card{height:100%!important}
.product-grid--catalog .product-card__frame{display:flex!important;flex-direction:column!important;height:100%!important}
.product-grid--catalog .product-card__body{display:flex!important;flex-direction:column!important;height:100%!important}
.product-grid--catalog .product-card__top{display:grid!important;align-content:start!important;grid-auto-rows:min-content!important}
.product-grid--catalog .product-card__facts{min-height:60px!important;align-content:start!important}
.product-grid--catalog .product-card__fact{display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:18px!important}
.product-grid--catalog .product-card__bottom{margin-top:auto!important;padding-top:10px!important}
.catalog-sort-links--plain{align-items:flex-end!important}
.catalog-sort-links--plain .catalog-sort-links__item{padding:4px 0 10px!important;font-weight:500!important}
.catalog-sort-links--plain .catalog-sort-links__item::after{bottom:0!important;height:3px!important;opacity:.9!important}
.catalog-sort-links--plain .catalog-sort-links__item.is-active{font-weight:600!important;color:#1790ff!important}
.catalog-sort-links--plain .catalog-sort-links__item.is-active::after{background:#1790ff!important}
.catalog-pagination{flex-wrap:wrap!important}
.catalog-pagination__link{border:1px solid rgba(15,23,42,.08)!important;background:transparent!important;color:#64748b!important;font-weight:500!important;box-shadow:none!important;text-decoration:none!important}
.catalog-pagination__link:hover,.catalog-pagination__link:focus-visible{border-color:rgba(94,189,255,.44)!important;background:rgba(94,189,255,.12)!important;color:#1790ff!important}
.catalog-pagination__link.is-active,.catalog-pagination__link[aria-current="page"]{border-color:#1790ff!important;background:#1790ff!important;color:#fff!important;font-weight:600!important;box-shadow:0 10px 24px rgba(23,144,255,.18)!important}
@media (max-width:640px){
  .product-grid--catalog .product-card__facts{min-height:54px!important}
}


/* 2026-04-19: catalog third pass */
.catalog-toolbar__filter-btn{
  position:relative!important;
  gap:8px!important;
}
.catalog-toolbar__filter-count,
.catalog-active-bar__count{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:22px!important;
  height:22px!important;
  padding:0 7px!important;
  border-radius:999px!important;
  background:rgba(94,189,255,.16)!important;
  color:#1790ff!important;
  font-size:.76rem!important;
  font-weight:600!important;
  line-height:1!important;
}
.catalog-filters-panel__header{
  align-items:center!important;
}
.catalog-filters-panel__meta{
  margin:6px 0 0!important;
  color:#64748b!important;
  font-size:.88rem!important;
  line-height:1.35!important;
}
.catalog-filters-panel__actions{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
.catalog-filters-panel__reset{
  color:#64748b!important;
  font-size:.86rem!important;
  font-weight:500!important;
  text-decoration:none!important;
}
.catalog-filters-panel__reset:hover,
.catalog-filters-panel__reset:focus-visible{
  color:#1790ff!important;
}
.catalog-active-bar__title{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
}
.catalog-filter-card__value{
  display:none!important;
}
.catalog-filter-card__value.has-selection{
  display:block!important;
}
.catalog-pagination{
  align-items:center!important;
}
.catalog-pagination__ellipsis{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:18px!important;
  color:#94a3b8!important;
  font-size:1rem!important;
  line-height:1!important;
}
.catalog-pagination__link--edge{
  font-size:1rem!important;
  font-weight:600!important;
}
@media (max-width:640px){
  .catalog-toolbar__summary{
    font-size:.9rem!important;
  }
  .catalog-filters-panel__actions{
    gap:8px!important;
  }
}


/* 2026-04-19: catalog fourth pass */
.catalog-toolbar--market{display:grid!important;gap:10px!important}
.catalog-toolbar__meta{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
.catalog-toolbar__summary{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin:0!important}
.catalog-toolbar__summary-chip{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:30px!important;padding:0 10px!important;border-radius:999px!important;background:#f8fafc!important;color:#475569!important;font-size:.84rem!important;line-height:1!important}
.catalog-toolbar__summary-chip strong{font-size:.9rem!important;font-weight:600!important;color:#0f172a!important}
.catalog-toolbar__summary-chip.is-muted{background:rgba(148,163,184,.12)!important;color:#475569!important}
.catalog-toolbar__summary-chip.is-muted strong{color:#0f172a!important}
.catalog-toolbar__summary-chip.is-accent{background:rgba(94,189,255,.14)!important;color:#1790ff!important}
.catalog-toolbar__summary-chip.is-accent strong{color:#1790ff!important}
.catalog-toolbar__summary-chip.is-search{background:transparent!important;padding:0!important;color:#64748b!important;gap:4px!important}
.catalog-toolbar__summary-chip.is-search strong{font-weight:500!important;color:#334155!important}
.catalog-view-toggle__btn[disabled]{opacity:.38!important;pointer-events:none!important}
.catalog-active-bar{display:grid!important;gap:8px!important}
.catalog-active-bar__head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;flex-wrap:wrap!important}
.catalog-active-bar__items{display:flex!important;flex-wrap:wrap!important;gap:8px!important;padding-top:2px!important}
.catalog-active-chip{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 10px!important;border-radius:999px!important;background:#f8fafc!important;color:#334155!important;font-size:.84rem!important;line-height:1!important}
.catalog-active-chip strong{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;border-radius:999px!important;background:rgba(148,163,184,.16)!important;color:#64748b!important;font-size:.82rem!important}
.product-card__meta-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important}
.product-card__badge-wrap{flex:0 0 auto!important}
.product-card__title{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:3.2em!important}
.product-card__title a{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.product-grid--catalog .product-card__facts{grid-template-columns:1fr!important}
.product-grid.is-list .product-card{grid-template-columns:240px minmax(0,1fr)!important;gap:22px!important}
.product-grid.is-list .product-card__image-box{height:200px!important}
.product-grid.is-list .product-card__body{gap:10px!important}
.product-grid.is-list .product-card__facts{grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:18px!important;row-gap:8px!important;min-height:auto!important}
.product-grid.is-list .product-card__fact{min-height:18px!important}
.product-grid.is-list .product-card__bottom{padding-top:14px!important}
@media (max-width:980px){
  .catalog-toolbar__controls{gap:10px!important}
  .catalog-active-bar__items{overflow:auto!important;flex-wrap:nowrap!important;padding-bottom:4px!important;scrollbar-width:none!important}
  .catalog-active-bar__items::-webkit-scrollbar{display:none!important}
}
@media (max-width:860px){
  .catalog-view-toggle{display:none!important}
}
@media (max-width:640px){
  .catalog-toolbar__summary-chip{min-height:28px!important;padding:0 9px!important;font-size:.8rem!important}
  .product-card__meta-row{gap:8px!important}
  .product-grid.is-list .product-card__facts{grid-template-columns:1fr!important}
}


.category-guide{display:grid!important;gap:10px!important;padding:0 0 12px!important;margin:0 0 10px!important;background:transparent!important}
.category-guide__head{display:grid!important;gap:4px!important}
.category-guide__head strong{font-size:.96rem!important;font-weight:600!important;color:#0f172a!important}
.category-guide__head span{font-size:.88rem!important;line-height:1.45!important;color:#64748b!important}
.category-guide__chips{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
.category-guide__chip{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 10px!important;border-radius:999px!important;background:#f8fafc!important;color:#334155!important;font-size:.83rem!important;line-height:1!important}
.catalog-search-summary{margin:2px 0 12px!important;font-size:.9rem!important;line-height:1.5!important;color:#64748b!important}
.catalog-search-summary strong{font-weight:600!important;color:#0f172a!important}
.catalog-empty h2{margin-bottom:10px!important}
.catalog-empty p{max-width:58ch!important}
@media (max-width:640px){
  .category-guide__chip{min-height:28px!important;padding:0 9px!important;font-size:.79rem!important}
  .catalog-search-summary{font-size:.86rem!important}
}
.catalog-decision-strip{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:16px!important;align-items:center!important;padding:14px 16px!important;margin:0 0 12px!important;border:1px solid rgba(148,163,184,.22)!important;border-radius:18px!important;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important}
.catalog-decision-strip__body{display:grid!important;gap:10px!important;min-width:0!important}
.catalog-decision-strip__copy{display:grid!important;gap:5px!important}
.catalog-decision-strip__copy strong{font-size:1rem!important;line-height:1.35!important;font-weight:600!important;color:#0f172a!important}
.catalog-decision-strip__copy p{margin:0!important;font-size:.9rem!important;line-height:1.55!important;color:#475569!important}
.catalog-decision-strip__signals{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
.catalog-decision-strip__signal{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 10px!important;border-radius:999px!important;background:#eff6ff!important;color:#1e3a8a!important;font-size:.81rem!important;line-height:1!important}
.catalog-decision-strip__actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:8px!important}
.catalog-decision-strip__actions .btn{white-space:nowrap!important}
@media (max-width: 980px){
  .catalog-decision-strip{grid-template-columns:1fr!important;align-items:flex-start!important}
  .catalog-decision-strip__actions{justify-content:flex-start!important}
}
@media (max-width: 640px){
  .catalog-decision-strip{padding:12px 12px!important;border-radius:16px!important}
  .catalog-decision-strip__copy strong{font-size:.95rem!important}
  .catalog-decision-strip__copy p{font-size:.86rem!important}
  .catalog-decision-strip__signal{min-height:28px!important;padding:0 9px!important;font-size:.78rem!important}
  .catalog-decision-strip__actions{width:100%!important}
  .catalog-decision-strip__actions .btn{width:100%!important;justify-content:center!important}
}


.catalog-seo-meta{margin-bottom:10px!important}
.catalog-seo-meta__kicker{display:inline-flex!important;align-items:center!important;min-height:24px!important;padding:0 8px!important;border-radius:999px!important;background:#eff6ff!important;color:#1d4ed8!important;font-size:.75rem!important;line-height:1!important;font-weight:600!important;letter-spacing:.01em!important;text-transform:uppercase!important}
.catalog-seo-points{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0 0 12px!important}
.catalog-seo-point{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 10px!important;border-radius:999px!important;background:#f8fafc!important;border:1px solid rgba(148,163,184,.18)!important;color:#334155!important;font-size:.82rem!important;line-height:1!important}
.catalog-seo-block{border:1px solid rgba(148,163,184,.16)!important;border-radius:18px!important;padding:16px 18px!important;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important}
.catalog-seo-block h2{font-size:1.02rem!important;line-height:1.4!important;margin:18px 0 10px!important}
.catalog-seo-block p,.catalog-seo-block li{font-size:.94rem!important;line-height:1.72!important;color:#334155!important}
.catalog-seo-block ul{padding-left:1.1rem!important}
@media (max-width: 767px){
  .catalog-seo-point{min-height:28px!important;padding:0 9px!important;font-size:.78rem!important}
  .catalog-seo-block{padding:14px 14px!important;border-radius:16px!important}
  .catalog-seo-block p,.catalog-seo-block li{font-size:.9rem!important;line-height:1.68!important}
}


/* 2026-04-19: catalog stage 7 conversion hardening */
.product-card__bottom{display:grid!important;gap:10px!important;align-content:end!important}
.product-card__price{margin-top:0!important}
.product-card__assist{margin:0!important;font-size:.84rem!important;line-height:1.48!important;color:#64748b!important;min-height:3.6em!important}
.product-card__actions{display:flex!important;gap:8px!important;margin-top:2px!important}
.product-card__actions .btn{width:100%!important;min-height:42px!important;padding:10px 14px!important;border-radius:12px!important;font-size:.94rem!important;font-weight:400!important;justify-content:center!important}
.product-card__actions .btn--ghost{border-color:rgba(23,144,255,.26)!important;color:#1790ff!important;background:rgba(23,144,255,.03)!important}
.product-card__actions .btn--ghost:hover,
.product-card__actions .btn--ghost:focus-visible{border-color:rgba(23,144,255,.5)!important;background:rgba(23,144,255,.08)!important;color:#0f6fca!important}
.product-card__actions .btn--primary{background:#1790ff!important;border-color:#1790ff!important;color:#fff!important}
.product-card__actions .btn--primary:hover,
.product-card__actions .btn--primary:focus-visible{background:#0f7fe5!important;border-color:#0f7fe5!important;color:#fff!important}
.product-grid.is-list .product-card__bottom{grid-template-columns:minmax(0,1fr) minmax(240px,280px)!important;align-items:end!important;column-gap:18px!important}
.product-grid.is-list .product-card__assist{min-height:auto!important}
.product-grid.is-list .product-card__actions{justify-content:flex-end!important}
@media (max-width:980px){
  .product-grid.is-list .product-card__bottom{grid-template-columns:1fr!important;row-gap:10px!important}
  .product-grid.is-list .product-card__actions{justify-content:flex-start!important}
}
@media (max-width:640px){
  .product-card__assist{font-size:.8rem!important;min-height:auto!important}
  .product-card__actions .btn{min-height:40px!important;font-size:.9rem!important}
}

/* stage 9: product-page conversion + trust hardening */
.product-buy-card__facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.product-buy-card__fact{
  display:grid;
  gap:4px;
  padding:12px 14px;
  border:1px solid #e2e8f0;
  border-radius:16px;
  background:#f8fafc;
}
.product-buy-card__fact-label{
  font-size:12px;
  line-height:1.35;
  color:#64748b;
}
.product-buy-card__fact-value{
  font-size:14px;
  line-height:1.45;
  color:#0f172a;
  font-weight:600;
}
.product-buy-card__assist{
  display:grid;
  gap:6px;
  padding:14px 16px;
  border:1px solid #dbeafe;
  border-radius:18px;
  background:#f8fbff;
}
.product-buy-card__assist-title{
  margin:0;
  font-size:13px;
  line-height:1.4;
  font-weight:600;
  color:#0f172a;
}
.product-buy-card__assist-copy{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:#475569;
}
.product-buy-card__trust{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.product-buy-card__trust-chip{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:6px 12px;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:#eff6ff;
  font-size:12px;
  line-height:1.45;
  color:#1e3a8a;
}
.product-buy-btn--link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}
.product-buy-btn--secondary{
  min-width:max(2.8cm,210px);
}
.product-checklist-card,
.product-request-card{
  display:grid;
  gap:14px;
}
.product-checklist{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.product-checklist li{
  position:relative;
  margin:0;
  padding-left:22px;
  color:#334155;
  line-height:1.65;
}
.product-checklist li::before{
  content:'•';
  position:absolute;
  left:0;
  top:0;
  color:#2563eb;
  font-weight:700;
}
.product-request-card .site-form{
  margin-top:4px;
}
.product-request-card .site-form__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.product-buy-card__docs{
  display:grid;
  gap:8px;
  padding:14px 16px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  background:#fff;
}
.product-buy-card__docs-title{
  margin:0;
  font-size:13px;
  line-height:1.4;
  font-weight:600;
  color:#0f172a;
}
.product-buy-card__docs-copy{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:#475569;
}
.product-buy-card__docs-note{
  margin:0;
  font-size:12px;
  line-height:1.55;
  color:#64748b;
}
.product-fit-card{
  display:grid;
  gap:14px;
}
.product-fit-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.product-fit-list li{
  position:relative;
  margin:0;
  padding-left:22px;
  color:#334155;
  line-height:1.65;
}
.product-fit-list li::before{
  content:'•';
  position:absolute;
  left:0;
  top:0;
  color:#0ea5e9;
  font-weight:700;
}
@media (max-width: 1024px){
  .product-buy-card__facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 640px){
  .product-buy-card__facts{
    grid-template-columns:1fr;
  }
  .product-buy-btn--secondary{
    min-width:0;
    width:100%;
  }
  .product-buy-card__trust{
    display:grid;
  }
}


/* stage 11: product-page microcopy + spec-table hardening */
.product-specs-card{
  display:grid;
  gap:16px;
}
.product-specs-card__lead{
  max-width:72ch;
}
.product-specs-summary{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.product-specs-summary__item{
  display:grid;
  gap:4px;
  padding:12px 14px;
  border:1px solid #dbeafe;
  border-radius:16px;
  background:#f8fbff;
}
.product-specs-summary__label{
  font-size:12px;
  line-height:1.35;
  color:#64748b;
}
.product-specs-summary__value{
  font-size:14px;
  line-height:1.5;
  color:#0f172a;
  font-weight:600;
}
.compare-table--specs th{
  width:min(34%,260px);
}
.product-request-card__support{
  display:grid;
  gap:10px;
  padding:14px 16px;
  border:1px solid #e2e8f0;
  border-radius:18px;
  background:#fff;
}
.product-request-card__support-title{
  margin:0;
  font-size:13px;
  line-height:1.4;
  font-weight:600;
  color:#0f172a;
}
.product-request-card__support-copy{
  margin:0;
}
.product-request-hints{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.product-request-hints li{
  position:relative;
  margin:0;
  padding-left:22px;
  color:#334155;
  line-height:1.65;
}
.product-request-hints li::before{
  content:'•';
  position:absolute;
  left:0;
  top:0;
  color:#2563eb;
  font-weight:700;
}
@media (max-width:1024px){
  .product-specs-summary{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:640px){
  .product-specs-summary{
    grid-template-columns:1fr;
  }
}


/* stage 12: product-page trust meta + compatibility warnings */
.product-buy-card__meta-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.product-buy-card__meta-item{
  display:grid;
  gap:4px;
  padding:12px 14px;
  border:1px solid #e2e8f0;
  border-radius:16px;
  background:#f8fafc;
}
.product-buy-card__meta-label{
  font-size:12px;
  line-height:1.35;
  color:#64748b;
}
.product-buy-card__meta-value{
  font-size:14px;
  line-height:1.5;
  color:#0f172a;
  font-weight:600;
}
.product-alert-card{
  display:grid;
  gap:14px;
}
.product-alert-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.product-alert-list li{
  position:relative;
  margin:0;
  padding-left:24px;
  color:#334155;
  line-height:1.65;
}
.product-alert-list li::before{
  content:'!';
  position:absolute;
  left:0;
  top:0;
  color:#dc2626;
  font-weight:700;
}
@media (max-width:1024px){
  .product-buy-card__meta-grid{
    grid-template-columns:1fr;
  }
}



/* stage 13: product-page request/docs finishing pass */
.product-request-card__summary{
  display:grid;
  gap:10px;
  padding:14px 16px;
  border:1px solid #dbeafe;
  border-radius:18px;
  background:#f8fbff;
}
.product-request-card__summary-title{
  margin:0;
  font-size:13px;
  line-height:1.4;
  font-weight:600;
  color:#0f172a;
}
.product-request-card__summary-copy{
  margin:0;
}
.product-response-steps{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:10px;
}
.product-response-steps li{
  position:relative;
  margin:0;
  padding-left:24px;
  color:#334155;
  line-height:1.65;
}
.product-response-steps li::before{
  content:'→';
  position:absolute;
  left:0;
  top:0;
  color:#0ea5e9;
  font-weight:700;
}
.product-request-card .site-form__textarea{
  min-height:132px;
}


/* Cleanup rollback pass 2026-04-19 */
.catalog-sort-inline{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;white-space:nowrap!important}
.catalog-sort-inline__label{font-size:.9rem!important;color:#475569!important;white-space:nowrap!important}
.catalog-sort-links--plain{display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important}
.catalog-toolbar__summary{display:none!important}
.catalog-seo-block--plain{padding:0!important;border:none!important;background:transparent!important;border-radius:0!important}
.catalog-seo-block--plain p,.catalog-seo-block--plain li{font-size:.96rem!important;line-height:1.72!important;color:#334155!important}
.category-guide,.catalog-decision-strip,.solution-cta-card{display:none!important}
.product-page--market .product-market-hero{grid-template-columns:minmax(0,1.42fr) minmax(320px,.58fr)!important;gap:24px!important}
.product-page--market .product-market-gallery__stage{min-height:620px!important}
.product-page--market .product-market-gallery__image{max-height:560px!important}
.product-page--market .product-buy-card{gap:14px!important;max-width:420px!important;margin-left:auto!important}
.product-buy-card__price-note{margin-top:6px!important;font-size:14px!important;line-height:1.5!important;color:#64748b!important}
.product-buy-card__actions-row{flex-wrap:wrap!important}
.product-buy-card__actions-row .product-buy-form{width:auto!important}
.product-buy-card__actions-row .product-buy-btn{min-width:190px!important}
.product-buy-card__actions-row .product-buy-btn--secondary{min-width:190px!important}
.product-specs-summary,.product-request-card__summary,.product-request-card__support,.product-alert-card,.product-fit-card,.product-checklist-card,.product-buy-card__trust,.product-buy-card__meta-grid,.product-buy-card__service,.product-buy-card__docs,.product-solution-links{display:none!important}
.product-request-card .section-head{margin-bottom:12px!important}
.product-request-card .site-form__textarea{min-height:132px!important}
@media (max-width: 980px){
  .catalog-toolbar__controls{justify-content:flex-start!important;gap:12px!important}
  .catalog-sort-inline{width:100%!important;overflow:hidden!important}
  .product-page--market .product-market-hero{grid-template-columns:1fr!important}
  .product-page--market .product-market-gallery__stage{min-height:420px!important}
  .product-page--market .product-market-gallery__image{max-height:360px!important}
  .product-page--market .product-buy-card{max-width:none!important;margin-left:0!important}
}


/* 2026-04-19: comparison-driven cleanup pass */
.product-page--market .product-market-hero{
  grid-template-columns:minmax(0,1.08fr) minmax(500px,.92fr)!important;
  gap:32px!important;
}
.product-page--market .product-market-gallery__stage{
  min-height:560px!important;
}
.product-page--market .product-market-gallery__image{
  max-height:520px!important;
}
.product-page--market .product-buy-card{
  max-width:570px!important;
  width:100%!important;
  padding:28px 30px!important;
}
.product-page--market .product-buy-card__title{
  font-size:32px!important;
  line-height:1.12!important;
}
.product-page--market .product-buy-card__lead{
  max-width:54ch!important;
}
.product-page--market .product-buy-card__head,
.product-page--market .product-buy-card__price-wrap,
.product-page--market .product-buy-card__facts,
.product-page--market .product-buy-card__actions-row,
.product-page--market .product-cart-message{
  width:100%!important;
}
.product-page--market .product-buy-card__fact{
  min-height:86px!important;
}
.product-specs-card .section-head,
.faq-section--product .section-head{
  padding-left:24px!important;
  padding-right:24px!important;
  text-align:left!important;
  align-items:flex-start!important;
  justify-items:start!important;
}
.product-specs-card .section-head h2,
.product-specs-card .section-head .muted,
.faq-section--product .section-head h2,
.faq-section--product .section-head .muted{
  text-align:left!important;
  margin-left:0!important;
  margin-right:0!important;
}
.product-specs-card .table-wrap,
.faq-section--product .faq-list{
  padding-left:24px!important;
  padding-right:24px!important;
}
.compare-table--specs th,
.compare-table--specs td,
.faq-section--product .faq-item,
.faq-section--product .faq-item summary,
.faq-section--product .faq-item__body,
.faq-section--product .faq-item__body p{
  text-align:left!important;
}
.faq-section--product .faq-list{
  display:grid!important;
  gap:12px!important;
}
.product-request-card{
  margin-top:8px!important;
}
@media (max-width: 1180px){
  .product-page--market .product-market-hero{
    grid-template-columns:minmax(0,1fr) minmax(420px,.96fr)!important;
    gap:24px!important;
  }
  .product-page--market .product-buy-card{
    max-width:520px!important;
    padding:24px 24px!important;
  }
}
@media (max-width: 980px){
  .product-page--market .product-market-gallery__stage{
    min-height:420px!important;
  }
  .product-page--market .product-market-gallery__image{
    max-height:360px!important;
  }
  .product-page--market .product-buy-card{
    max-width:none!important;
    padding:22px 20px!important;
  }
  .product-specs-card .section-head,
  .faq-section--product .section-head,
  .product-specs-card .table-wrap,
  .faq-section--product .faq-list{
    padding-left:18px!important;
    padding-right:18px!important;
  }
}


/* 2026-04-19: buy-box facts + docs + ready-kit pass */
.product-page--market .product-buy-card__facts{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px 12px!important;
}
.product-page--market .product-buy-card__fact{
  min-height:72px!important;
}
.product-page--market .product-buy-card__fact-label{
  font-size:12px!important;
}
.product-page--market .product-buy-card__fact-value{
  font-size:15px!important;
  line-height:1.4!important;
}
.product-docs-card .section-head,
.product-docs-list{
  padding-left:24px!important;
  padding-right:24px!important;
}
.product-docs-list{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;
  gap:12px!important;
  padding-bottom:24px!important;
}
.product-docs-list__item{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  padding:14px 16px!important;
  border:1px solid #dbe4f0!important;
  border-radius:18px!important;
  background:#f8fbff!important;
  color:#0f172a!important;
  text-decoration:none!important;
}
.product-docs-list__item:hover{
  border-color:#38bdf8!important;
  background:#eff8ff!important;
}
.product-docs-list__label{
  font-weight:500!important;
}
.product-docs-list__meta{
  font-size:12px!important;
  color:#64748b!important;
  white-space:nowrap!important;
}
.product-grid--catalog .product-card__facts{
  min-height:72px!important;
}
.product-grid--catalog .product-card__fact{
  min-height:18px!important;
}
@media (max-width: 980px){
  .product-page--market .product-buy-card__facts{
    grid-template-columns:1fr 1fr!important;
  }
  .product-docs-card .section-head,
  .product-docs-list{
    padding-left:18px!important;
    padding-right:18px!important;
  }
}
@media (max-width: 640px){
  .product-page--market .product-buy-card__facts{
    grid-template-columns:1fr!important;
  }
}


/* 2026-04-19: catalog/product micro cleanup pass */
.catalog-toolbar__controls{margin-left:auto!important;justify-content:flex-end!important;width:auto!important}
.catalog-sort-inline{margin-left:auto!important;justify-content:flex-end!important}
.catalog-filters-panel__header h2{font-size:1rem!important}
.catalog-filters-panel__meta{margin-top:4px!important}
.catalog-filters-summary{display:none!important}
.product-card__assist{display:none!important}
@media (max-width: 980px){
  .catalog-toolbar__controls{margin-left:0!important;width:100%!important;justify-content:flex-start!important}
  .catalog-sort-inline{margin-left:0!important;justify-content:flex-start!important;width:100%!important}
}


/* 2026-04-19: product/category/card image + layout cleanup pass */
.product-card__image-box{height:276px!important;padding:10px!important}
.product-card__image{max-width:288px!important;max-height:288px!important}
.product-grid.is-list .product-card__image-box{height:238px!important}
.product-page--market .product-buy-card__facts{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px 12px!important;
}
.product-page--market .product-buy-card__fact{
  display:flex!important;
  align-items:baseline!important;
  gap:8px!important;
  min-height:auto!important;
  padding:10px 12px!important;
  border-radius:14px!important;
}
.product-page--market .product-buy-card__fact-label,
.product-page--market .product-buy-card__fact-value{
  display:inline!important;
}
.product-page--market .product-buy-card__fact-label{
  white-space:nowrap!important;
  color:#64748b!important;
}
.product-page--market .product-buy-card__fact-value{
  font-size:14px!important;
  font-weight:600!important;
  color:#0f172a!important;
}
.product-page--market .product-buy-card__actions-row{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  flex-wrap:nowrap!important;
}
.product-page--market .product-buy-card__actions-row .product-buy-form,
.product-page--market .product-buy-card__actions-row .product-buy-btn--link{
  flex:1 1 auto!important;
}
.product-page--market .product-buy-card__actions-row .product-buy-btn{
  width:100%!important;
  min-width:0!important;
}
.product-page--market .product-buy-card__actions-row .product-utility-actions--inline{
  flex:0 0 auto!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin:0!important;
}
.product-page--market .product-buy-card__actions-row .product-utility-actions--inline .product-utility-btn{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
}
.product-specs-card .section-head,
.product-specs-card .table-wrap,
.faq-section--product .section-head,
.faq-section--product .faq-list{
  padding-left:20px!important;
  padding-right:20px!important;
}
.product-specs-card .section-head,
.faq-section--product .section-head{
  margin-bottom:8px!important;
}
.compare-table--specs th,
.compare-table--specs td,
.product-specs-card h2,
.faq-section--product h2,
.faq-section--product .muted,
.faq-section--product .faq-item,
.faq-section--product .faq-item summary,
.faq-section--product .faq-item__body,
.faq-section--product .faq-item__body p{
  text-align:left!important;
}
.faq-section--product .faq-list{gap:8px!important}
.faq-section--product .faq-item summary{padding:14px 18px!important}
.faq-section--product .faq-item__body{padding:0 18px 14px!important}
.faq-section--product .faq-item__body p{line-height:1.5!important}
.catalog-category-card{min-height:314px!important;padding:20px 20px 18px!important}
.catalog-category-card__media,.catalog-category-card__icon{width:212px!important;height:212px!important;flex:0 0 212px!important}
.catalog-category-card__media img,.catalog-category-card__icon img{max-width:212px!important;max-height:212px!important}
.catalog-category-card__content{gap:4px!important;margin-top:-6px!important}
.catalog-category-card__title{line-height:1.25!important;transform:translateY(-4px)!important}
.product-grid--solar-modules .product-card__image-box{height:318px!important}
.product-grid--solar-modules .product-card__image{max-width:332px!important;max-height:332px!important}
.catalog-toolbar__controls{margin-left:auto!important;justify-content:flex-end!important;width:auto!important}
.catalog-sort-inline{margin-left:auto!important;justify-content:flex-end!important}
@media (max-width:980px){
  .product-page--market .product-buy-card__actions-row{flex-wrap:wrap!important}
  .product-page--market .product-buy-card__actions-row .product-buy-form,
  .product-page--market .product-buy-card__actions-row .product-buy-btn--link{flex:1 1 calc(50% - 8px)!important}
  .catalog-category-card{min-height:282px!important}
  .catalog-category-card__media,.catalog-category-card__icon{width:170px!important;height:170px!important;flex-basis:170px!important}
  .catalog-category-card__media img,.catalog-category-card__icon img{max-width:170px!important;max-height:170px!important}
  .product-grid--solar-modules .product-card__image-box{height:286px!important}
  .product-grid--solar-modules .product-card__image{max-width:300px!important;max-height:300px!important}
}
@media (max-width:640px){
  .product-card__image-box{height:242px!important}
  .product-card__image{max-width:250px!important;max-height:250px!important}
  .product-page--market .product-buy-card__facts{grid-template-columns:1fr!important}
  .product-page--market .product-buy-card__fact{display:flex!important}
  .product-page--market .product-buy-card__actions-row{flex-wrap:wrap!important}
  .product-page--market .product-buy-card__actions-row .product-buy-form,
  .product-page--market .product-buy-card__actions-row .product-buy-btn--link{flex:1 1 100%!important}
  .product-page--market .product-buy-card__actions-row .product-utility-actions--inline{width:auto!important}
  .catalog-category-card__content{margin-top:-2px!important}
  .product-grid--solar-modules .product-card__image-box{height:252px!important}
  .product-grid--solar-modules .product-card__image{max-width:264px!important;max-height:264px!important}
}


/* 2026-04-19: image/specs/faq/root-category/sort refinement pass */
.catalog-toolbar--market{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:16px!important;
  flex-wrap:wrap!important;
}
.catalog-toolbar--market .catalog-toolbar__meta{
  margin-right:auto!important;
}
.catalog-toolbar--market .catalog-toolbar__controls{
  margin-left:auto!important;
  justify-content:flex-end!important;
  text-align:right!important;
}
.catalog-sort-inline,
.catalog-sort-links{
  justify-content:flex-end!important;
}
.product-card__image-box{
  height:262px!important;
  padding:10px!important;
}
.product-card__image{
  max-width:274px!important;
  max-height:274px!important;
}
.product-grid.is-list .product-card__image-box{
  height:226px!important;
}
.product-grid--solar-modules .product-card__image-box{
  height:366px!important;
}
.product-grid--solar-modules .product-card__image{
  max-width:382px!important;
  max-height:382px!important;
}
.product-specs-card .section-head,
.product-specs-card .table-wrap,
.faq-section--product .section-head,
.faq-section--product .faq-list{
  padding-left:18px!important;
  padding-right:18px!important;
}
.product-specs-card .section-head,
.faq-section--product .section-head{
  margin-bottom:6px!important;
  align-items:flex-start!important;
  text-align:left!important;
}
.product-specs-card .section-head h2,
.faq-section--product .section-head h2,
.faq-section--product .section-head .muted,
.compare-table--specs th,
.compare-table--specs td,
.faq-section--product .faq-item,
.faq-section--product .faq-item summary,
.faq-section--product .faq-item__body,
.faq-section--product .faq-item__body p{
  text-align:left!important;
}
.faq-section--product .faq-list{
  gap:6px!important;
}
.faq-section--product .faq-item summary{
  padding:10px 16px!important;
}
.faq-section--product .faq-item__body{
  padding:0 16px 10px!important;
}
.faq-section--product .faq-item__body p{
  line-height:1.45!important;
}
.catalog-category-card{
  min-height:304px!important;
  padding:18px 20px 16px!important;
}
.catalog-category-card__media,
.catalog-category-card__icon{
  width:212px!important;
  height:212px!important;
  flex:0 0 212px!important;
}
.catalog-category-card__media img,
.catalog-category-card__icon img{
  max-width:212px!important;
  max-height:212px!important;
}
.catalog-category-card__content{
  gap:2px!important;
  margin-top:-10px!important;
}
.catalog-category-card__title{
  transform:translateY(-8px)!important;
  line-height:1.2!important;
}
@media (max-width: 980px){
  .catalog-toolbar--market .catalog-toolbar__controls{
    width:100%!important;
    margin-left:0!important;
    justify-content:flex-end!important;
  }
  .catalog-sort-inline,
  .catalog-sort-links{
    width:100%!important;
    justify-content:flex-end!important;
  }
  .product-grid--solar-modules .product-card__image-box{
    height:329px!important;
  }
  .product-grid--solar-modules .product-card__image{
    max-width:345px!important;
    max-height:345px!important;
  }
}
@media (max-width: 640px){
  .catalog-toolbar--market .catalog-toolbar__controls{
    justify-content:flex-start!important;
  }
  .catalog-sort-inline,
  .catalog-sort-links{
    justify-content:flex-start!important;
  }
  .product-card__image-box{
    height:232px!important;
  }
  .product-card__image{
    max-width:244px!important;
    max-height:244px!important;
  }
  .product-grid--solar-modules .product-card__image-box{
    height:290px!important;
  }
  .product-grid--solar-modules .product-card__image{
    max-width:304px!important;
    max-height:304px!important;
  }
  .catalog-category-card__content{
    margin-top:-6px!important;
  }
  .catalog-category-card__title{
    transform:translateY(-4px)!important;
  }
}

/* end assets/css/final-ui-pass.css */


/* begin assets/css/catalog-filters-comfort.css */
.catalog-layout{
  display:grid;
  grid-template-columns:minmax(284px,320px) minmax(0,1fr);
  gap:24px;
  align-items:start;
}
.catalog-results{min-width:0}
.catalog-toolbar--market{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
  padding:0 0 12px;
  border-bottom:1px solid rgba(15,23,42,.08);
}
.catalog-toolbar__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.catalog-toolbar__summary{margin:0;color:#475569;font-size:.95rem}
.catalog-toolbar__filter-btn{display:none!important}
.catalog-filters-mobile-head{display:none!important}
.catalog-filters-shell{position:relative;min-width:0}
.catalog-filters-backdrop{display:none}
.catalog-filters-panel{
  position:sticky;
  top:86px;
  display:grid;
  gap:12px;
}
.catalog-filters-panel__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  padding:18px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
}
.catalog-filters-panel__header h2{margin:2px 0 6px;font-size:1.2rem;line-height:1.1}
.catalog-filters-panel__header p{margin:0;line-height:1.45}
.catalog-filters-kicker{display:inline-block;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0f766e}
.catalog-filters-close{
  display:none;
  width:40px;
  height:40px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.1);
  background:#fff;
  color:#0f172a;
  font-size:1.4rem;
  line-height:1;
}
.catalog-filters-summary{
  display:flex;
  align-items:baseline;
  gap:8px;
  padding:12px 18px;
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
}
.catalog-filters-summary strong{font-size:1.3rem;color:#0f172a}
.catalog-filters-summary span{font-size:.95rem;color:#64748b}
.catalog-filter-card,
.catalog-active-bar{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  overflow:hidden;
}
.catalog-filter-card__head{padding:16px 18px 8px}
.catalog-filter-card__head h3{margin:0 0 4px;font-size:1rem}
.catalog-filter-card__head p{margin:0}
.catalog-filter-quick-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:0 18px 18px;
}
.catalog-filter-quick{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.1);
  background:#fff;
  color:#0f172a;
  font-size:.9rem;
  white-space:nowrap;
}
.catalog-filter-quick em,
.catalog-filter-option__count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:24px;
  padding:0 7px;
  height:24px;
  border-radius:999px;
  background:#f1f5f9;
  color:#475569;
  font-style:normal;
  font-size:.78rem;
}
.catalog-active-bar__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 18px 8px;
}
.catalog-active-bar__reset{font-size:.88rem;color:#0f766e;font-weight:600}
.catalog-active-bar__items{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 18px}
.catalog-active-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border-radius:999px;
  background:#ecfdf5;
  color:#166534;
  border:1px solid rgba(34,197,94,.18);
  white-space:nowrap;
  font-size:.88rem;
}
.catalog-active-chip strong{font-size:1rem;line-height:1}
.catalog-filter-card summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 18px;
  cursor:pointer;
}
.catalog-filter-card summary::-webkit-details-marker{display:none}
.catalog-filter-card__title{font-weight:700;color:#0f172a}
.catalog-filter-card__value{color:#64748b;font-size:.9rem;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:46%}
.catalog-filter-card__body{padding:0 18px 18px}
.catalog-filter-option-list{display:grid;gap:8px}
.catalog-filter-option{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.08);
  color:#0f172a;
  background:#fff;
}
.catalog-filter-option:hover,
.catalog-filter-option:focus-visible{border-color:rgba(15,23,42,.18);background:#f8fafc}
.catalog-filter-option.is-active{background:#ecfdf5;border-color:rgba(34,197,94,.18);color:#166534}
.catalog-filter-option__text{
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:.92rem;
}
.catalog-filter-select{display:grid;gap:8px}
.catalog-filter-select__label{font-size:.82rem;color:#64748b}
.catalog-filter-select select{
  width:100%;
  min-height:44px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(15,23,42,.1);
  background:#fff;
  color:#0f172a;
  font:inherit;
}
.catalog-sort-links{
  gap:10px!important;
  flex-wrap:wrap;
}
.catalog-sort-links__item{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 12px!important;
  border-radius:999px;
  border:1px solid rgba(15,23,42,.08)!important;
  background:#fff;
  font-size:.88rem;
  font-weight:500!important;
  color:#0f172a!important;
  white-space:nowrap;
}
.catalog-sort-links__item.is-active{
  background:#ecfdf5!important;
  border-color:rgba(34,197,94,.18)!important;
  color:#166534!important;
}
.catalog-search-summary{margin:0 0 14px}
.catalog-pagination{justify-content:flex-start}
:where(.btn,.btn--primary,.btn--ghost,.header-order,.product-buy-btn,.section-head-row .btn,.solution-cta-card__actions .btn,.cart-popover__actions .btn,.checkout-form__actions .btn,.auth-form__actions .btn){
  min-height:40px!important;
  padding:9px 14px!important;
  font-size:14px!important;
  font-weight:500!important;
  border-radius:10px!important;
}
@media (max-width: 980px){
  .catalog-layout{grid-template-columns:1fr}
  .catalog-toolbar__filter-btn{display:inline-flex!important}
  .catalog-filters-backdrop.is-open{
    display:block;
    position:fixed;
    inset:0;
    background:rgba(15,23,42,.38);
    z-index:79;
  }
  .catalog-filters-panel{
    position:fixed;
    left:0;
    top:0;
    bottom:0;
    width:min(92vw,380px);
    max-width:92vw;
    padding:16px;
    background:#f8fafc;
    overflow:auto;
    transform:translateX(-104%);
    transition:transform .24s ease;
    z-index:80;
    box-shadow:24px 0 60px rgba(15,23,42,.18);
  }
  .catalog-filters-panel.is-open{transform:translateX(0)}
  .catalog-filters-close{display:inline-flex;align-items:center;justify-content:center}
  body.catalog-filters-open{overflow:hidden}
}
@media (max-width: 640px){
  .catalog-toolbar--market{flex-direction:column;align-items:stretch}
  .catalog-sort-links{overflow:auto;flex-wrap:nowrap;padding-bottom:2px}
}

/* end assets/css/catalog-filters-comfort.css */


/* stage2-category-seo-link-patch-2026-04-20 */
.product-richtext a,
.catalog-seo-block a{
  color: var(--brand2, #0f6e4f) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  font-weight: 600;
}
.product-richtext a:hover,
.catalog-seo-block a:hover{
  color: var(--brand, #0b5a40) !important;
}
body[data-page="catalog"] .solution-cta-card{
  display: grid !important;
}



/* stage6-ratio-truthpass 2026-04-20 */
.catalog-category-card__icon img,
.catalog-category-card__media img,
.cat-icon picture,
.cat-icon img,
.bento-card__icon img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
}
.catalog-category-card__icon {
  overflow: hidden;
}


/* Stage 8 ratio cleanup */
.ready-kit-tile .tile-media img,
.kit-tile .tile-media img,
.bento-card__icon img,
.product-page--market .product-market-gallery__image,
.product-market-related .product-card__image,
.catalog-related-card img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  aspect-ratio: auto !important;
}
.ready-kit-tile .tile-media img,
.kit-tile .tile-media img {
  max-height: 220px !important;
}
.bento-card__icon img {
  max-width: 62px !important;
  max-height: 62px !important;
}
.product-page--market .product-market-gallery__image {
  max-width: 370px !important;
  max-height: 370px !important;
}


/* Stage 13 gallery/related ratio cleanup */
.product-gallery__thumb img,
.related-products__item img,
.product-market-related .product-card__image,
.catalog-related-card img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 96px !important;
  object-fit: contain !important;
  aspect-ratio: auto !important;
  display: block !important;
  margin: 0 auto !important;
}
.related-products__item img,
.product-market-related .product-card__image,
.catalog-related-card img {
  max-height: 220px !important;
}


/* stage14 gallery / related ratio stabilization */
.product-market-gallery__image,
.product-gallery__stage img,
.product-gallery__thumb img,
.related-products__item img,
.product-market-related .product-card__image,
.catalog-related-card img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}
.product-gallery__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}


/* stage31-button-size-weight 2026-04-21 */
:where(.btn--primary,.btn-primary,.product-buy-btn,.search-form .btn[type="submit"],input[type="submit"].btn,.site-form__actions .btn--primary,.cart-summary__actions .btn--primary,.cart-popover__actions .btn--primary,.auth-form__actions .btn--primary){
  font-weight:400!important;
  letter-spacing:0!important;
  min-height:34px!important;
  height:auto!important;
  padding:6px 12px!important;
  border-radius:10px!important;
  font-size:13px!important;
  line-height:1.15!important;
}
.product-page--market .product-buy-card__actions-row .product-buy-btn,
.product-page--market .product-buy-card__meta-actions .btn-datasheet,
.product-page--market .product-related-wide .btn,
.product-page--market .product-solution-links .btn{
  min-height:42px!important;
  height:42px!important;
}
.product-buy-card__actions-row .product-buy-btn{
  min-width:max(3cm,178px)!important;
  padding:0 18px!important;
}
@media (max-width:640px){
  .product-buy-card__actions-row .product-buy-btn{
    min-width:0!important;
  }
}



/* stage32 layout / footer / homepage typography pass */
.site-footer .footer-grid-4{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)!important;
  column-gap:clamp(20px,2.6vw,38px)!important;
  row-gap:18px!important;
  align-items:start!important;
  justify-items:stretch!important;
}
.site-footer .footer-col{
  min-width:0!important;
  text-align:left!important;
}
.site-footer .footer-col--products{justify-self:start!important;max-width:240px!important;}
.site-footer .footer-col--solutions{justify-self:center!important;max-width:220px!important;transform:translateX(-10px)!important;}
.site-footer .footer-col--clients{justify-self:center!important;max-width:220px!important;transform:translateX(-18px)!important;}
.site-footer .footer-col--contacts{justify-self:end!important;max-width:260px!important;}
.site-footer .footer-col .h4{margin:0 0 12px!important;font-size:16px!important;line-height:1.25!important;}
.site-footer .footer-col .list{gap:6px!important;}
.site-footer .footer-col .list a,
.site-footer .footer-col .muted,
.site-footer .footer-hours,
.site-footer .footer-copyright{
  font-size:14px!important;
  line-height:1.58!important;
}
.site-footer .footer-company-list .footer-company-text,
.site-footer .footer-company-list a{display:block!important;}
@media (max-width:980px){
  .site-footer .footer-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:24px!important;}
  .site-footer .footer-col--solutions,.site-footer .footer-col--clients,.site-footer .footer-col--contacts{justify-self:start!important;transform:none!important;max-width:none!important;}
}
@media (max-width:640px){
  .site-footer .footer-grid-4{grid-template-columns:1fr!important;row-gap:18px!important;}
}



/* stage33 layout, typography, faq and root category tuning */
.hero-copy.hero-copy--offset{transform:translateY(228px)!important;}
.home-solutions__lead,.home-seo__lead{white-space:nowrap!important;font-size:clamp(.92rem,1vw,.98rem)!important;line-height:1.15!important;}
#seo-text .show-more-height{max-height:150px!important;overflow:hidden!important;position:relative!important;}
#seo-text .show-more-height:not(.is-expanded)::after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:74px!important;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%)!important;display:block!important;}
#seo-text .show-more-height.is-expanded{max-height:none!important;}
#seo-text .show-more-height.is-expanded::after{display:none!important;content:none!important;}
#seo-text .btn-more{font-weight:400!important;}
.site-footer .footer-logo-line{grid-template-columns:auto minmax(0,1fr)!important;align-items:baseline!important;gap:16px!important;}
.site-footer .footer-brand{align-self:baseline!important;}
.site-footer .footer-tagline{font-size:14px!important;line-height:1.35!important;white-space:nowrap!important;max-width:none!important;}
.site-footer .footer-grid-4{grid-template-columns:minmax(220px,1.05fr) minmax(180px,.9fr) minmax(180px,.9fr) minmax(260px,1.1fr)!important;column-gap:30px!important;align-items:start!important;}
.site-footer .footer-col--products{justify-self:start!important;}
.site-footer .footer-col--solutions{justify-self:center!important;transform:translateX(-16px)!important;}
.site-footer .footer-col--clients{justify-self:center!important;transform:translateX(-28px)!important;}
.site-footer .footer-col--contacts{justify-self:end!important;text-align:left!important;}
.site-footer .footer-company-list{gap:8px!important;}
.catalog-category-card{min-height:430px!important;}
.catalog-category-card__media,.catalog-category-card__icon{width:300px!important;height:300px!important;flex:0 0 300px!important;}
.catalog-category-card__media img,.catalog-category-card__icon img{max-width:300px!important;max-height:300px!important;}
.catalog-category-card__content{margin-top:38px!important;gap:8px!important;}
.catalog-category-card__title{font-size:16px!important;line-height:1.28!important;transform:none!important;}
.faq-item + .faq-item,.product-faq__item + .product-faq__item,.faq-section .faq-item + .faq-item,.faq-section--product .faq-item + .faq-item{margin-top:76px!important;}
.faq-list,.faq-section,.faq-section--product{row-gap:76px!important;}
@media (max-width: 1100px){
  .hero-copy.hero-copy--offset{transform:translateY(170px)!important;}
  .site-footer .footer-tagline{white-space:normal!important;}
  .catalog-category-card{min-height:360px!important;}
  .catalog-category-card__media,.catalog-category-card__icon{width:240px!important;height:240px!important;flex-basis:240px!important;}
  .catalog-category-card__media img,.catalog-category-card__icon img{max-width:240px!important;max-height:240px!important;}
}
@media (max-width: 980px){
  .home-solutions__lead,.home-seo__lead{white-space:normal!important;}
  .site-footer .footer-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:24px!important;}
  .site-footer .footer-col--solutions,.site-footer .footer-col--clients,.site-footer .footer-col--contacts{justify-self:start!important;transform:none!important;}
  .catalog-category-card{min-height:320px!important;}
  .catalog-category-card__media,.catalog-category-card__icon{width:220px!important;height:220px!important;flex-basis:220px!important;}
  .catalog-category-card__media img,.catalog-category-card__icon img{max-width:220px!important;max-height:220px!important;}
  .catalog-category-card__content{margin-top:28px!important;}
  .faq-item + .faq-item,.product-faq__item + .product-faq__item,.faq-section .faq-item + .faq-item,.faq-section--product .faq-item + .faq-item{margin-top:34px!important;}
}
@media (max-width: 640px){
  .hero-copy.hero-copy--offset{transform:none!important;}
  .site-footer .footer-tagline{font-size:13px!important;white-space:normal!important;}
  .catalog-category-card{min-height:auto!important;}
  .catalog-category-card__media,.catalog-category-card__icon{width:190px!important;height:190px!important;flex-basis:190px!important;}
  .catalog-category-card__media img,.catalog-category-card__icon img{max-width:190px!important;max-height:190px!important;}
  .catalog-category-card__content{margin-top:18px!important;}
  .faq-item + .faq-item,.product-faq__item + .product-faq__item,.faq-section .faq-item + .faq-item,.faq-section--product .faq-item + .faq-item{margin-top:24px!important;}
}



/* stage34 corrections 2026-04-21: category icons larger, FAQ gaps smaller, footer logo line one row */
.catalog-category-card{min-height:520px!important;}
.catalog-category-card__media,.catalog-category-card__icon{width:360px!important;height:360px!important;flex:0 0 360px!important;}
.catalog-category-card__media img,.catalog-category-card__icon img{max-width:360px!important;max-height:360px!important;}
.catalog-category-card__content{margin-top:32px!important;gap:4px!important;}
.catalog-category-card__title{transform:none!important;}

.faq-item + .faq-item,
.product-faq__item + .product-faq__item,
.faq-section .faq-item + .faq-item,
.faq-section--product .faq-item + .faq-item{margin-top:24px!important;}
.faq-list,.faq-section,.faq-section--product{row-gap:24px!important;}

.footer-logo-line{display:flex!important;align-items:baseline!important;flex-wrap:nowrap!important;gap:14px!important;}
.site-footer .footer-brand{display:inline-flex!important;align-items:baseline!important;flex:0 0 auto!important;gap:10px!important;margin:0!important;}
.site-footer .footer-brand strong{display:inline-block!important;line-height:1.1!important;white-space:nowrap!important;}
.site-footer .footer-tagline{display:inline-block!important;margin:0!important;line-height:1.1!important;white-space:nowrap!important;max-width:none!important;flex:1 1 auto!important;}

@media (max-width: 980px){
  .catalog-category-card{min-height:420px!important;}
  .catalog-category-card__media,.catalog-category-card__icon{width:280px!important;height:280px!important;flex-basis:280px!important;}
  .catalog-category-card__media img,.catalog-category-card__icon img{max-width:280px!important;max-height:280px!important;}
  .catalog-category-card__content{margin-top:24px!important;}
  .footer-logo-line{display:grid!important;gap:8px!important;}
  .site-footer .footer-tagline{white-space:normal!important;line-height:1.35!important;}
}
@media (max-width: 640px){
  .catalog-category-card{min-height:auto!important;}
  .catalog-category-card__media,.catalog-category-card__icon{width:220px!important;height:220px!important;flex-basis:220px!important;}
  .catalog-category-card__media img,.catalog-category-card__icon img{max-width:220px!important;max-height:220px!important;}
  .catalog-category-card__content{margin-top:16px!important;}
  .faq-item + .faq-item,
  .product-faq__item + .product-faq__item,
  .faq-section .faq-item + .faq-item,
  .faq-section--product .faq-item + .faq-item{margin-top:18px!important;}
  .faq-list,.faq-section,.faq-section--product{row-gap:18px!important;}
}

/* Stage35 final visual corrections: larger real root icons, tighter FAQ, stable footer row, working home show-more */
.catalog-category-card{
  min-height: 468px !important;
}
.catalog-category-card__media,
.catalog-category-card__icon{
  width: 320px !important;
  height: 320px !important;
  flex: 0 0 320px !important;
  overflow: visible !important;
}
.catalog-category-card__media img,
.catalog-category-card__icon img{
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  transform: scale(1.28) !important;
  transform-origin: center center !important;
}
.catalog-category-card__content{
  margin-top: 34px !important;
}
.catalog-category-card__title{
  transform: none !important;
}

#seo-text .show-more-height{
  max-height: 150px !important;
  overflow: hidden !important;
  position: relative !important;
}
#seo-text .show-more-height::after,
#seo-text .show-more-height:not(.is-expanded)::after{
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 96px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%) !important;
  pointer-events: none !important;
}
#seo-text .show-more-height.is-expanded{
  max-height: none !important;
}
#seo-text .show-more-height.is-expanded::after{
  content: none !important;
  display: none !important;
}

.faq-item + .faq-item,
.product-faq__item + .product-faq__item,
.faq-section .faq-item + .faq-item,
.faq-section--product .faq-item + .faq-item{
  margin-top: 6px !important;
}
.faq-list,
.faq-section,
.faq-section--product{
  row-gap: 6px !important;
}

.site-footer .footer-logo-line{
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 16px !important;
}
.site-footer .footer-brand{
  display: inline-flex !important;
  align-items: baseline !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}
.site-footer .footer-tagline{
  display: block !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
  white-space: nowrap !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
}
.site-footer .footer-grid-4{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0,1fr)) !important;
  column-gap: 28px !important;
  row-gap: 18px !important;
  align-items: start !important;
  justify-items: stretch !important;
}
.site-footer .footer-col{
  justify-self: stretch !important;
  text-align: left !important;
}
.site-footer .footer-col--contacts,
.site-footer .footer-col--hours,
.site-footer .footer-col--address,
.site-footer .footer-col--sections{
  justify-self: stretch !important;
  text-align: left !important;
  padding-left: 0 !important;
}

@media (max-width: 1100px){
  .site-footer .footer-logo-line{
    flex-wrap: wrap !important;
    align-items: flex-start !important;
  }
  .site-footer .footer-tagline{
    white-space: normal !important;
    flex-basis: 100% !important;
  }
}
@media (max-width: 980px){
  .catalog-category-card{
    min-height: 380px !important;
  }
  .catalog-category-card__media,
  .catalog-category-card__icon{
    width: 250px !important;
    height: 250px !important;
    flex-basis: 250px !important;
  }
  .catalog-category-card__media img,
  .catalog-category-card__icon img{
    transform: scale(1.22) !important;
  }
  .site-footer .footer-grid-4{
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
}
@media (max-width: 640px){
  .catalog-category-card{
    min-height: 318px !important;
  }
  .catalog-category-card__media,
  .catalog-category-card__icon{
    width: 210px !important;
    height: 210px !important;
    flex-basis: 210px !important;
  }
  .catalog-category-card__media img,
  .catalog-category-card__icon img{
    transform: scale(1.16) !important;
  }
  .catalog-category-card__content{
    margin-top: 18px !important;
  }
  #seo-text .show-more-height{
    max-height: 180px !important;
  }
  .faq-item + .faq-item,
  .product-faq__item + .product-faq__item,
  .faq-section .faq-item + .faq-item,
  .faq-section--product .faq-item + .faq-item{
    margin-top: 4px !important;
  }
  .faq-list,
  .faq-section,
  .faq-section--product{
    row-gap: 4px !important;
  }
  .site-footer .footer-grid-4{
    grid-template-columns: 1fr !important;
  }
}


/* stage37 home-showmore + root-category-icons fix 2026-04-22 */
#seo-text .show-more-height{max-height:140px!important;overflow:hidden!important;position:relative!important;}
#seo-text .show-more-height:not(.is-expanded)::after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:72px!important;background:linear-gradient(180deg,rgba(255,255,255,0) 0%, #fff 100%)!important;display:block!important;pointer-events:none!important;}
#seo-text .show-more-height.is-expanded{max-height:none!important;}
#seo-text .show-more-height.is-expanded::after{display:none!important;content:none!important;}
#seo-text .show-more-button{display:block!important;text-align:center!important;}
#seo-text .btn-more{display:inline-flex!important;cursor:pointer!important;}
.catalog-category-card{min-height:236px!important;padding:18px 18px 14px!important;}
.catalog-category-card__media,.catalog-category-card__icon{width:170px!important;height:170px!important;flex:0 0 170px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border-radius:0!important;overflow:visible!important;}
.catalog-category-card__media img,.catalog-category-card__icon img{width:170px!important;height:170px!important;max-width:170px!important;max-height:170px!important;object-fit:contain!important;transform:none!important;background:transparent!important;box-shadow:none!important;}
.catalog-category-card__content{margin-top:6px!important;gap:4px!important;justify-items:center!important;}
.catalog-category-card__title{transform:none!important;margin-top:0!important;line-height:1.22!important;}
@media (max-width: 980px){
  .catalog-category-card{min-height:214px!important;}
  .catalog-category-card__media,.catalog-category-card__icon{width:150px!important;height:150px!important;flex-basis:150px!important;}
  .catalog-category-card__media img,.catalog-category-card__icon img{width:150px!important;height:150px!important;max-width:150px!important;max-height:150px!important;}
}
@media (max-width: 640px){
  #seo-text .show-more-height{max-height:170px!important;}
  .catalog-category-card{min-height:auto!important;padding:16px 16px 12px!important;}
  .catalog-category-card__media,.catalog-category-card__icon{width:132px!important;height:132px!important;flex-basis:132px!important;}
  .catalog-category-card__media img,.catalog-category-card__icon img{width:132px!important;height:132px!important;max-width:132px!important;max-height:132px!important;}
  .catalog-category-card__content{margin-top:2px!important;}
}


/* stage38 final home-toggle + root-icons sizing 2026-04-22 */
#seo-text .show-more-height{max-height:132px!important;overflow:hidden!important;position:relative!important;}
#seo-text .show-more-height:not(.is-expanded)::after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:68px!important;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%)!important;display:block!important;pointer-events:none!important;}
#seo-text .show-more-height.is-expanded{max-height:none!important;}
#seo-text .show-more-height.is-expanded::after{display:none!important;content:none!important;}
#seo-text .show-more-button{display:block!important;text-align:center!important;}
#seo-text .show-more-button[hidden]{display:block!important;}
#seo-text .btn-more{display:inline-flex!important;cursor:pointer!important;}
.catalog-category-card{min-height:198px!important;padding:14px 14px 10px!important;}
.catalog-category-card__media,.catalog-category-card__icon{width:128px!important;height:128px!important;flex:0 0 128px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border-radius:0!important;overflow:visible!important;}
.catalog-category-card__media img,.catalog-category-card__icon img{width:128px!important;height:128px!important;max-width:128px!important;max-height:128px!important;object-fit:contain!important;transform:none!important;background:transparent!important;box-shadow:none!important;}
.catalog-category-card__content{margin-top:0!important;gap:2px!important;justify-items:center!important;}
.catalog-category-card__title{transform:none!important;margin-top:0!important;line-height:1.18!important;}
@media (max-width: 980px){
  .catalog-category-card{min-height:182px!important;}
  .catalog-category-card__media,.catalog-category-card__icon{width:112px!important;height:112px!important;flex-basis:112px!important;}
  .catalog-category-card__media img,.catalog-category-card__icon img{width:112px!important;height:112px!important;max-width:112px!important;max-height:112px!important;}
}
@media (max-width: 640px){
  #seo-text .show-more-height{max-height:160px!important;}
  .catalog-category-card{min-height:auto!important;padding:14px 14px 10px!important;}
  .catalog-category-card__media,.catalog-category-card__icon{width:96px!important;height:96px!important;flex-basis:96px!important;}
  .catalog-category-card__media img,.catalog-category-card__icon img{width:96px!important;height:96px!important;max-width:96px!important;max-height:96px!important;}
  .catalog-category-card__content{margin-top:-2px!important;}
}

/* 2026-04-25: root category icons fixed at 230x230, no layout/function changes */
.catalog-category-card__media,
.catalog-category-card__icon{
  width:230px!important;
  height:230px!important;
  flex:0 0 230px!important;
}
.catalog-category-card__media img,
.catalog-category-card__icon img{
  width:230px!important;
  height:230px!important;
  max-width:230px!important;
  max-height:230px!important;
  object-fit:contain!important;
}
@media (max-width:980px){
  .catalog-category-card__media,
  .catalog-category-card__icon{
    width:230px!important;
    height:230px!important;
    flex-basis:230px!important;
  }
  .catalog-category-card__media img,
  .catalog-category-card__icon img{
    width:230px!important;
    height:230px!important;
    max-width:230px!important;
    max-height:230px!important;
  }
}
@media (max-width:640px){
  .catalog-category-card__media,
  .catalog-category-card__icon{
    width:230px!important;
    height:230px!important;
    flex-basis:230px!important;
  }
  .catalog-category-card__media img,
  .catalog-category-card__icon img{
    width:230px!important;
    height:230px!important;
    max-width:230px!important;
    max-height:230px!important;
  }
}


/* 2026-04-25: categories root optical alignment fix, titles raised, last row centered */
.catalog-category-grid{
  width:min(100%,1120px)!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:flex-start!important;
  column-gap:72px!important;
  row-gap:56px!important;
  position:relative!important;
  left:-76px!important;
}
.catalog-category-card{
  flex:0 0 280px!important;
  width:280px!important;
  max-width:280px!important;
  margin:0!important;
  display:grid!important;
  justify-items:center!important;
  align-content:start!important;
  text-align:center!important;
}
.catalog-category-card__media,
.catalog-category-card__icon{
  width:230px!important;
  height:230px!important;
  flex:0 0 230px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.catalog-category-card__media img,
.catalog-category-card__icon img{
  width:230px!important;
  height:230px!important;
  max-width:230px!important;
  max-height:230px!important;
  object-fit:contain!important;
  position:relative!important;
  left:0!important;
  transform:none!important;
}
.catalog-category-card__content{
  display:grid!important;
  justify-items:center!important;
  margin-top:-18px!important;
  gap:0!important;
}
.catalog-category-card__title{
  margin:0!important;
  transform:translateY(-18px)!important;
  line-height:1.18!important;
  text-align:center!important;
}
@media (max-width:1180px){
  .catalog-category-grid{
    width:min(100%,1040px)!important;
    max-width:1040px!important;
    column-gap:48px!important;
    left:-48px!important;
  }
  .catalog-category-card{
    flex-basis:260px!important;
    width:260px!important;
    max-width:260px!important;
  }
}
@media (max-width:980px){
  .catalog-category-grid{
    width:min(100%,760px)!important;
    max-width:760px!important;
    column-gap:40px!important;
    row-gap:48px!important;
    left:0!important;
  }
  .catalog-category-card{
    flex-basis:calc(50% - 20px)!important;
    width:calc(50% - 20px)!important;
    max-width:320px!important;
  }
  .catalog-category-card__content{margin-top:-14px!important;}
  .catalog-category-card__title{transform:translateY(-14px)!important;}
}
@media (max-width:640px){
  .catalog-category-grid{
    width:min(100%,320px)!important;
    max-width:320px!important;
    row-gap:36px!important;
  }
  .catalog-category-card{
    flex-basis:100%!important;
    width:100%!important;
    max-width:320px!important;
  }
  .catalog-category-card__content{margin-top:-10px!important;}
  .catalog-category-card__title{transform:translateY(-10px)!important;}
}


/* 2026-04-25: categories root direct image shift left + centered last row hard fix */
.catalog-category-grid{
  left:0!important;
  transform:none!important;
  justify-content:center!important;
}
.catalog-category-card__media,
.catalog-category-card__icon{
  overflow:visible!important;
}
.catalog-category-card__media img,
.catalog-category-card__icon img{
  position:relative!important;
  left:-76px!important;
  transform:none!important;
}
@media (max-width:1180px){
  .catalog-category-card__media img,
  .catalog-category-card__icon img{
    left:-56px!important;
  }
}
@media (max-width:980px){
  .catalog-category-card__media img,
  .catalog-category-card__icon img{
    left:0!important;
  }
}


/* 2026-04-25: FINAL root categories aligned to header inner width, equal side gaps */
.catalog-category-grid{
  width:min(100%, 1248px)!important;
  max-width:1248px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  position:static!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:flex-start!important;
  column-gap:64px!important;
  row-gap:56px!important;
}
.catalog-category-card{
  flex:0 0 280px!important;
  width:280px!important;
  max-width:280px!important;
  margin:0!important;
  display:grid!important;
  justify-items:center!important;
  align-content:start!important;
  text-align:center!important;
}
.catalog-category-card__media,
.catalog-category-card__icon{
  width:230px!important;
  height:230px!important;
  flex:0 0 230px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
  overflow:visible!important;
}
.catalog-category-card__media img,
.catalog-category-card__icon img{
  width:230px!important;
  height:230px!important;
  max-width:230px!important;
  max-height:230px!important;
  object-fit:contain!important;
  position:relative!important;
  left:32px!important;
  transform:none!important;
}
.catalog-category-card__content{
  display:grid!important;
  justify-items:center!important;
  margin-top:-18px!important;
  gap:0!important;
}
.catalog-category-card__title{
  margin:0!important;
  line-height:1.18!important;
  transform:translateY(-18px)!important;
  text-align:center!important;
}
@media (max-width:1180px){
  .catalog-category-grid{
    width:min(100%, 1080px)!important;
    max-width:1080px!important;
    column-gap:44px!important;
  }
  .catalog-category-card{flex-basis:260px!important;width:260px!important;max-width:260px!important;}
  .catalog-category-card__media img,
  .catalog-category-card__icon img{left:22px!important;}
}
@media (max-width:980px){
  .catalog-category-grid{
    width:min(100%, 760px)!important;
    max-width:760px!important;
    column-gap:40px!important;
    row-gap:48px!important;
  }
  .catalog-category-card{flex-basis:calc(50% - 20px)!important;width:calc(50% - 20px)!important;max-width:320px!important;}
  .catalog-category-card__media img,
  .catalog-category-card__icon img{left:0!important;}
  .catalog-category-card__content{margin-top:-14px!important;}
  .catalog-category-card__title{transform:translateY(-14px)!important;}
}
@media (max-width:640px){
  .catalog-category-grid{
    width:min(100%, 320px)!important;
    max-width:320px!important;
    row-gap:36px!important;
  }
  .catalog-category-card{flex-basis:100%!important;width:100%!important;max-width:320px!important;}
  .catalog-category-card__content{margin-top:-10px!important;}
  .catalog-category-card__title{transform:translateY(-10px)!important;}
}


/* 2026-06-02: Product image display-size lock.
   Do not resize source files; normalize rendered dimensions in product cards and product page gallery. */
.product-card__image-box,
.product-grid--solar-modules .product-card__image-box,
.product-grid--catalog .product-card__image-box,
.product-grid--related-wide .product-card__image-box,
.product-grid--solution .product-card__image-box{
  height:262px!important;
  min-height:262px!important;
  padding:10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.product-card__image,
.product-card__image-box > img,
.product-card__image-box picture > img,
.product-grid--solar-modules .product-card__image{
  width:274px!important;
  height:274px!important;
  max-width:274px!important;
  max-height:274px!important;
  object-fit:contain!important;
  object-position:center center!important;
  aspect-ratio:1/1!important;
  display:block!important;
  margin:0 auto!important;
}

.product-grid.is-list .product-card__image-box{
  height:226px!important;
  min-height:226px!important;
}

.product-grid.is-list .product-card__image,
.product-grid.is-list .product-card__image-box > img,
.product-grid.is-list .product-card__image-box picture > img{
  width:226px!important;
  height:226px!important;
  max-width:226px!important;
  max-height:226px!important;
}

.product-page--market .product-market-gallery__stage{
  min-height:430px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.product-page--market .product-market-gallery__image{
  width:370px!important;
  height:370px!important;
  max-width:370px!important;
  max-height:370px!important;
  object-fit:contain!important;
  object-position:center center!important;
  aspect-ratio:1/1!important;
  display:block!important;
  margin:0 auto!important;
}

@media (max-width: 760px){
  .product-card__image-box,
  .product-grid--solar-modules .product-card__image-box,
  .product-grid--catalog .product-card__image-box,
  .product-grid--related-wide .product-card__image-box,
  .product-grid--solution .product-card__image-box{
    height:232px!important;
    min-height:232px!important;
  }

  .product-card__image,
  .product-card__image-box > img,
  .product-card__image-box picture > img,
  .product-grid--solar-modules .product-card__image{
    width:244px!important;
    height:244px!important;
    max-width:244px!important;
    max-height:244px!important;
  }

  .product-page--market .product-market-gallery__stage{
    min-height:340px!important;
  }

  .product-page--market .product-market-gallery__image{
    width:300px!important;
    height:300px!important;
    max-width:300px!important;
    max-height:300px!important;
  }
}
