:root{
  --blue:#003A70;
  --blue-2:#0B4D86;
  --blue-dark:#002C57;
  --orange:#F7941D;
  --orange-hover:#E98611;
  --bg:#F4F6F8;
  --line:#E3E8ED;
  --text:#1D2A36;
  --muted:#657581;
  --white:#fff;
  --shadow:0 18px 50px rgba(0,37,70,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Roboto",Arial,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
button{cursor:pointer}
.container{width:min(1420px,calc(100% - 48px));margin:auto}

/* header: inherited from homepage concept */
.topline{background:var(--blue-dark);color:#fff;font-size:14px}
.topline .container{display:flex;justify-content:space-between;align-items:center;min-height:38px;gap:20px}
.topline-left,.topline-right{display:flex;gap:22px;align-items:center}
.topline span{opacity:.92}
.header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,58,112,.08)}
.header-main{height:86px;display:grid;grid-template-columns:220px 1fr auto;align-items:center;gap:34px;position:relative}
.logo{display:flex;align-items:center;gap:5px;width:max-content;font-weight:900;letter-spacing:-.045em;font-size:31px;color:var(--blue)}
.logo-mark{width:11px;height:26px;background:var(--orange);clip-path:polygon(0 0,100% 0,58% 100%,0 100%)}
.nav{display:flex;align-items:center;gap:28px;font-weight:600;color:#273746;position:relative}
.nav-item{position:relative;padding:31px 0;cursor:pointer}
.nav-item.has-menu{position:static}
.nav-item:hover{color:var(--blue)}
.nav-item.has-menu:after{content:"";display:inline-block;margin-left:7px;width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)}
.mega{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--line);border-top:0;box-shadow:var(--shadow);padding:34px;display:none;color:var(--text)}
.nav-item:hover .mega{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:34px}
.mega h4{margin:0 0 14px;font-size:18px;color:var(--blue)}
.mega a{display:block;padding:7px 0;color:#425466;font-weight:400}
.mega a:hover{color:var(--orange)}
.header-actions{display:flex;align-items:center;gap:10px}
.icon-btn{width:46px;height:46px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;color:var(--blue)}
.secondary-btn,.primary-btn{height:46px;padding:0 20px;border:0;font-weight:700}
.secondary-btn{background:var(--blue);color:#fff}
.primary-btn{background:var(--orange);color:#17212b}
.primary-btn:hover{background:var(--orange-hover)}

/* category intro */
.page-top{background:var(--bg);border-bottom:1px solid var(--line)}
.breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:18px 0 0;font-size:13px;color:#7a8995}
.breadcrumbs a:hover{color:var(--blue)}
.breadcrumbs .sep{opacity:.55}
.intro-grid{display:grid;grid-template-columns:minmax(0,1fr) 460px;align-items:center;gap:58px;padding:28px 0 34px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:13px;text-transform:uppercase;letter-spacing:.11em;font-weight:800;color:var(--blue)}
.eyebrow:before{content:"";width:34px;height:3px;background:var(--orange)}
h1{font-size:42px;line-height:1.12;letter-spacing:-.028em;margin:14px 0 14px;color:#152635}
.intro-copy{font-size:17px;line-height:1.58;color:var(--muted);max-width:800px;margin:0}
.intro-art{height:214px;background:#fff;border:1px solid #dfe5ea;overflow:hidden;box-shadow:0 12px 35px rgba(0,37,70,.08)}
.intro-art img{width:100%;height:100%;object-fit:cover;object-position:50% 43%;display:block}

.category-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}
.category-tab{border:1px solid #d8e0e7;background:#fff;color:#425466;padding:9px 14px;font-size:13px;font-weight:700}
.category-tab.active{border-color:var(--blue);background:var(--blue);color:#fff}

/* search */
.catalog-search-wrap{background:#fff;border-bottom:1px solid var(--line)}
.catalog-search-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:20px 0}
.catalog-search{display:flex;align-items:center;min-height:58px;border:2px solid var(--blue);background:#fff;box-shadow:0 7px 22px rgba(0,58,112,.08)}
.catalog-search svg{width:23px;min-width:23px;margin:0 15px;color:var(--blue)}
.catalog-search input{border:0;outline:0;flex:1;min-width:0;font-size:16px;padding-right:15px;color:#21313f}
.catalog-search-row .search-btn{border:0;background:var(--orange);color:#fff;min-width:126px;font-weight:800;padding:0 24px}

/* catalogue */
.catalog{padding:34px 0 76px}
.catalog-layout{display:grid;grid-template-columns:272px minmax(0,1fr);gap:30px;align-items:start}
.sidebar{position:sticky;top:106px;border:1px solid var(--line);background:#fff}
.sidebar-title{padding:20px 20px 15px;border-bottom:1px solid var(--line)}
.sidebar-title strong{font-size:18px;color:var(--blue)}
.filter-group{padding:18px 20px;border-bottom:1px solid var(--line)}
.filter-group:last-child{border-bottom:0}
.filter-group h3{font-size:13px;text-transform:uppercase;letter-spacing:.07em;color:#667684;margin:0 0 13px}
.filter-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0;border:0;background:none;text-align:left;color:#31424f;font-size:14px}
.filter-btn:hover,.filter-btn.active{color:var(--blue);font-weight:700}
.filter-count{font-size:12px;color:#86949e;font-weight:500}
.help-box{margin-top:18px;background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff;padding:22px}
.help-box strong{display:block;font-size:19px;margin-bottom:8px}
.help-box p{font-size:13px;line-height:1.5;color:#d9e6f1;margin:0 0 16px}
.help-box button{border:0;background:var(--orange);font-weight:800;padding:11px 14px;color:#17212b;width:100%}

.catalog-main{min-width:0}
.catalog-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:20px}
.catalog-head h2{font-size:28px;letter-spacing:-.02em;margin:0 0 5px}
.catalog-head p{margin:0;color:#75838e;font-size:14px}
.catalog-controls{display:flex;align-items:center;gap:10px}
.sort-select{height:42px;border:1px solid var(--line);background:#fff;padding:0 34px 0 12px;color:#465865;outline:none}
.mobile-filter{display:none;height:42px;border:1px solid var(--blue);background:#fff;color:var(--blue);padding:0 14px;font-weight:700}

.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.product-card{border:1px solid var(--line);background:#fff;min-width:0;transition:.18s ease;display:flex;flex-direction:column}
.product-card:hover{box-shadow:var(--shadow);border-color:transparent;transform:translateY(-2px)}
.product-visual{height:178px;background:#eef2f5;border-bottom:1px solid var(--line);position:relative;overflow:hidden}
.product-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(255,255,255,.02),rgba(255,255,255,.12))}
.product-card[data-type="beam"] .product-visual{background-position:4% 54%;background-size:720px auto}
.product-card[data-type="support"] .product-visual{background-position:48% 15%;background-size:720px auto}
.product-card[data-type="catcher"] .product-visual{background-position:76% 25%;background-size:720px auto}
.product-card[data-type="roller"] .product-visual{background-position:85% 42%;background-size:720px auto}
.product-card[data-type="cap"] .product-visual{background-position:96% 23%;background-size:720px auto}
.product-card[data-type="kit"] .product-visual{background-position:42% 42%;background-size:560px auto}
.product-card[data-type="other"] .product-visual{background-position:61% 56%;background-size:720px auto}
.badge{position:absolute;z-index:2;left:12px;top:12px;background:rgba(0,58,112,.92);color:#fff;font-size:11px;font-weight:700;padding:6px 8px;letter-spacing:.02em}
.product-body{padding:17px 17px 15px;display:flex;flex-direction:column;flex:1}
.product-type{font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:800;color:#80909c;margin-bottom:8px}
.product-title{font-size:16px;line-height:1.38;font-weight:700;color:#20313f;margin:0;min-height:66px}
.product-meta{display:flex;gap:6px;flex-wrap:wrap;margin:13px 0 16px}
.product-meta span{font-size:11px;color:#4f6372;background:#f2f5f7;padding:5px 7px}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:12px;border-top:1px solid #edf0f2}
.sku{font-size:12px;color:#8897a1}
.details{border:0;background:none;color:var(--blue);font-size:13px;font-weight:800;padding:6px 0}
.details:hover{color:var(--orange-hover)}
.empty{grid-column:1/-1;padding:50px 30px;text-align:center;border:1px dashed #ccd6de;color:#667684;background:#fafbfc}

.selection-help{margin-top:34px;border:1px solid var(--line);display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;padding:26px 30px;background:#f8fafb}
.selection-help h3{margin:0 0 7px;font-size:22px;color:var(--blue)}
.selection-help p{margin:0;color:#667684;line-height:1.55;max-width:760px}
.selection-help .primary-btn{min-width:205px}

.footer{background:#061F38;color:#d5e1ea;padding:48px 0 30px}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:50px}
.footer-brand{font-size:28px;font-weight:900;letter-spacing:-.04em;color:#fff;display:flex;align-items:center;gap:5px;margin-bottom:12px}
.footer h4{color:#fff;margin:0 0 14px}
.footer a{display:block;padding:6px 0;color:#b9c7d2;font-size:14px}
.footer p{color:#9fb0bd;line-height:1.55;font-size:14px;max-width:350px}
.footer-bottom{margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;color:#8094a5;font-size:13px}

@media(max-width:1180px){
  .header-main{grid-template-columns:180px 1fr auto}.nav{gap:18px}.nav-item:nth-child(4){display:none}
  .intro-grid{grid-template-columns:1fr 390px;gap:35px}
  .products{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .nav{display:none}.header-main{grid-template-columns:1fr auto}.secondary-btn{display:none}
  .intro-grid{grid-template-columns:1fr}.intro-art{height:250px}
  .catalog-layout{grid-template-columns:1fr}.sidebar{display:none;position:static}.sidebar.open{display:block}.mobile-filter{display:block}
  .catalog-head{align-items:flex-start}.footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .container{width:calc(100% - 24px)}.topline{display:none}.header-main{height:68px}.logo{font-size:25px}.logo-mark{height:22px}
  .header-actions .primary-btn{display:none}.icon-btn{width:44px;height:44px}
  h1{font-size:33px}.intro-grid{padding-top:22px}.intro-art{height:190px}.intro-copy{font-size:15px}
  .catalog-search-row{grid-template-columns:1fr}.catalog-search-row .search-btn{height:50px}
  .catalog-head{flex-direction:column}.catalog-controls{width:100%}.sort-select{flex:1;min-width:0}
  .products{grid-template-columns:1fr}.product-visual{height:210px}
  .selection-help{grid-template-columns:1fr;padding:22px}.selection-help .primary-btn{width:100%}
  .footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:9px}
}


/* V2: brandbook-aligned dense catalogue */
.logo{display:flex;align-items:center;width:max-content;padding:12px 14px;gap:0;font-size:0;letter-spacing:0;color:inherit}
.logo img{display:block;width:188px;height:auto}
.logo-mark{display:none}
.footer-logo{display:block;width:190px;height:auto;margin:0 0 14px}
.footer-brand{display:none}
.intro-grid{grid-template-columns:1fr;gap:0;padding:22px 0 26px}
.intro-grid>div:first-child{max-width:1000px}
.intro-art{display:none}
.eyebrow{font-size:12px}
h1{font-size:36px;margin:11px 0 9px}
.intro-copy{font-size:15px;max-width:920px}
.category-tabs{margin-top:17px}
.catalog-search-row{padding:14px 0}
.catalog-search{min-height:50px;box-shadow:none}
.catalog-search-row .search-btn{min-width:112px}
.catalog{padding-top:24px}
.catalog-layout{grid-template-columns:246px minmax(0,1fr);gap:24px}
.sidebar{top:106px}
.sidebar-title{padding:16px 17px 12px}
.sidebar-title strong{font-size:16px}
.filter-group{padding:14px 17px}
.filter-group h3{font-size:11px;margin-bottom:8px}
.filter-btn{font-size:13px;padding:7px 0}
.help-box{padding:17px;margin-top:14px}
.help-box strong{font-size:16px}
.catalog-head{margin-bottom:12px;align-items:center}
.catalog-head h2{font-size:22px}
.products{display:block}
.product-table-wrap{border:1px solid #cfd8df;background:#fff;overflow:visible}
.product-table{border-collapse:separate;border-spacing:0;width:100%;table-layout:fixed;font-size:13px}
.product-table thead th{position:sticky;top:86px;z-index:3;height:42px;padding:0 10px;background:var(--blue);color:#fff;text-align:left;font-weight:700;border-right:1px solid rgba(255,255,255,.18);white-space:nowrap}
.product-table thead th:last-child{border-right:0}
.product-table tbody td{height:54px;padding:7px 11px;background:#fff;border-right:1px solid #e4e9ed;border-bottom:1px solid #e4e9ed;vertical-align:middle}
.product-table tbody tr:nth-child(even) td{background:#fafbfc}
.product-table tbody tr:hover td{background:#edf5fb}
.product-table tbody td:last-child{border-right:0}
.cell-image{width:76px;text-align:center;padding:5px 7px!important}
.product-thumb{display:block;width:58px;height:42px;margin:auto;border:1px solid #e1e7ec;background:#f4f6f8}
.product-thumb-img{object-fit:contain;background:#fff}
.cell-price{width:112px;text-align:right;color:#233744;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}
.cell-sku{width:112px;font-weight:600;color:#425563;font-variant-numeric:tabular-nums}
.cell-name{width:auto;font-weight:600;color:#233744;line-height:1.32;word-break:normal}
.cell-type{width:145px}
.cell-type span{display:inline-block;padding:4px 7px;background:#eef2f5;color:#536572;font-size:11px;white-space:nowrap}
.cell-compat{width:150px;color:#526672;white-space:normal}
.cell-meta{width:165px;color:#687985}
.cell-action{width:94px;text-align:right}
.product-table .details{font-size:12px;padding:5px 0;white-space:nowrap}
.table-empty{text-align:center!important;padding:48px!important;color:#72818c!important;background:#fff!important;line-height:1.6}
.selection-help{margin-top:14px;padding:17px 20px}
.selection-help h3{font-size:18px}
.selection-help p{font-size:13px}
@media(max-width:1180px){.intro-grid{grid-template-columns:1fr}.catalog-layout{grid-template-columns:220px minmax(0,1fr)}}
@media(max-width:1080px){.cell-type,.cell-meta{display:none}.cell-compat{width:135px}.cell-sku{width:104px}}
@media(max-width:900px){.logo{padding:9px 10px}.logo img{width:132px}.catalog-layout{grid-template-columns:1fr}.intro-grid{padding:18px 0 22px}.footer-logo{width:170px}.product-table thead th{top:68px}}
@media(max-width:680px){h1{font-size:29px}.intro-copy{font-size:14px}.catalog-search-row{grid-template-columns:1fr}.cell-compat,.cell-action{display:none}.cell-image{width:62px}.product-thumb{width:48px;height:38px}.cell-price{width:96px}.cell-sku{width:88px}.product-table{font-size:12px}.product-table tbody td{padding:7px 6px}.product-table thead th{padding:0 6px}}


/* V9: database-driven two-level left catalogue menu */
.sidebar{position:relative;top:auto;border-color:#bfc8cf}
.category-nav{border-bottom:1px solid #bfc8cf;background:#fff}
.category-nav-section{border-bottom:1px solid #8f9aa2}
.category-nav-section:last-child{border-bottom:0}
.category-nav-root-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;min-height:49px;background:#fff}
.category-nav-root-row:not(.has-children){grid-template-columns:1fr}
.category-nav-root-link{display:flex;align-items:center;min-width:0;padding:11px 10px 11px 25px;font-size:16px;line-height:1.28;font-weight:800;color:#333d44}
.category-nav-root-link:hover{color:var(--blue);background:#f6f8fa}
.category-nav-expander{width:42px;border:0;border-left:1px solid rgba(88,89,91,.18);background:transparent;display:flex;align-items:center;justify-content:center;color:#4e5d68}
.category-nav-expander:hover{background:#f2f5f7}
.category-nav-expander span{display:block;width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-2px,-2px);transition:transform .15s ease}
.category-nav-section.open .category-nav-expander span{transform:rotate(225deg) translate(-1px,-1px)}
.category-nav-root-row.active{background:var(--blue)}
.category-nav-root-row.active .category-nav-root-link{color:#fff}
.category-nav-root-row.active .category-nav-root-link:hover{background:var(--blue-2);color:#fff}
.category-nav-root-row.active .category-nav-expander{color:#fff;border-left-color:rgba(255,255,255,.2)}
.category-nav-root-row.active .category-nav-expander:hover{background:rgba(255,255,255,.08)}
.category-nav-children{display:none;background:#fff}
.category-nav-section.open .category-nav-children{display:block}
.category-nav-child{display:flex;align-items:center;min-height:49px;padding:10px 18px 10px 49px;border-top:1px solid #aab3ba;font-size:16px;line-height:1.32;font-weight:400;color:#252f36;background:#fff}
.category-nav-child:hover{background:#f7f8f9;color:var(--blue)}
.category-nav-child.active{background:#f1f2f3;font-weight:700;color:#30383e}
.sidebar-filter-title{background:#f5f7f9;border-top:0;padding:14px 17px 11px}
.sidebar-filter-title strong{font-size:14px;text-transform:uppercase;letter-spacing:.06em;color:#61717d}
.filter-group{border-bottom:1px solid #d7dde2}
.help-box{margin:14px 14px 0}

@media(max-width:1180px){
  .category-nav-root-link,.category-nav-child{font-size:14px}
  .category-nav-root-link{padding-left:17px}
  .category-nav-child{padding-left:32px}
}
@media(max-width:900px){
  .sidebar{border:1px solid #bfc8cf;margin-bottom:20px}
}

/* Universal catalog: neutral image placeholder */
.product-thumb-empty{position:relative;background:#f4f6f8}
.product-thumb-empty:before{content:"";position:absolute;left:15px;right:15px;top:10px;bottom:10px;border:1px solid #b9c5ce}
.product-thumb-empty:after{content:"";position:absolute;width:9px;height:9px;border-radius:50%;background:#b9c5ce;left:22px;top:16px}
.mega h4 a{padding:0;color:var(--blue);font-weight:700}



/* ===== FIX: long SKU/category text must stay inside its table cell ===== */
.product-table{
  table-layout: fixed;
}

.cell-sku{
  width: 140px;
  min-width: 140px;
  max-width: 140px;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.25;
}

.cell-name{
  min-width: 0;
  overflow-wrap: anywhere;
}

.cell-type{
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cell-type a{
  display: block;
  min-width: 0;
  max-width: 100%;
}

.cell-type span{
  display: inline-block;
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.25;
}

.cell-price{
  width: 110px;
  min-width: 110px;
  white-space: nowrap;
}

.cell-compat{
  width: 92px;
  min-width: 92px;
}

@media (max-width: 1280px){
  .cell-sku{
    width: 125px;
    min-width: 125px;
    max-width: 125px;
  }

  .cell-type{
    width: 155px;
    min-width: 155px;
    max-width: 155px;
  }
}



/* ===== Catalog view switch ===== */
.catalog-view-switch{
  display:flex;
  align-items:center;
  padding:3px;
  border:1px solid #ccd6de;
  border-radius:9px;
  background:#f4f7f9;
}

.catalog-view-btn{
  height:34px;
  padding:0 10px;
  border:0;
  border-radius:6px;
  background:transparent;
  color:#60717e;
  display:flex;
  align-items:center;
  gap:6px;
  font:inherit;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}

.catalog-view-btn svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}

.catalog-view-btn:first-child svg rect{
  fill:currentColor;
  stroke:none;
}

.catalog-view-btn.active{
  background:#fff;
  color:var(--blue);
  box-shadow:0 1px 4px rgba(28,52,72,.12);
}

/* ===== Product tiles ===== */
.product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.product-grid[hidden],
.product-table-wrap[hidden]{
  display:none!important;
}

.product-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #dce4ea;
  border-radius:12px;
  background:#fff;
  transition:border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.product-card:hover{
  border-color:#b7c8d5;
  box-shadow:0 8px 24px rgba(25,52,73,.09);
  transform:translateY(-1px);
}

.product-card-image{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  aspect-ratio:1 / 1;
  padding:12px;
  background:#f7f9fa;
  border-bottom:1px solid #edf1f4;
}

.product-card-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}

.product-card-image-empty{
  width:56px;
  height:46px;
  border:1px solid #cbd5dc;
  background:#eef2f4;
  position:relative;
}

.product-card-image-empty:before{
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#b5c1c9;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}

.product-card-body{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  padding:13px 14px 14px;
}

.product-card-sku{
  min-height:17px;
  margin-bottom:6px;
  color:#7a8995;
  font-size:11px;
  font-weight:600;
  line-height:1.25;
  overflow-wrap:anywhere;
}

.product-card-title{
  color:#253845;
  font-size:14px;
  line-height:1.35;
  font-weight:700;
  text-decoration:none;
  overflow-wrap:anywhere;
}

.product-card-title:hover{
  color:var(--blue);
}

.product-card-category{
  align-self:flex-start;
  max-width:100%;
  margin-top:9px;
  padding:5px 7px;
  border-radius:4px;
  background:#eef2f5;
  color:#5a6b77;
  font-size:11px;
  line-height:1.2;
  text-decoration:none;
  overflow-wrap:anywhere;
}

.product-card-category:hover{
  background:#e4edf4;
  color:var(--blue);
}

.product-card-bottom{
  margin-top:auto;
  padding-top:16px;
}

.product-card-price-block{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:5px;
}

.product-card-price{
  color:#122c41;
  font-size:20px;
  line-height:1.1;
  font-weight:800;
  white-space:nowrap;
}

.product-card-unit{
  color:#84919b;
  font-size:11px;
}

.product-card-tech{
  margin-top:10px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#37698f;
  font-size:11px;
  font-weight:600;
  text-decoration:none;
}

.product-card-tech svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}

.product-card-tech:hover{
  color:var(--blue);
}

.product-card-details{
  margin-top:12px;
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #bfcbd4;
  border-radius:7px;
  color:#28465e;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
}

.product-card-details:hover{
  border-color:var(--blue);
  background:var(--blue);
  color:#fff;
}

.catalog-grid-empty{
  grid-column:1 / -1;
  padding:48px 20px;
  border:1px solid #d7e0e6;
  background:#fff;
  color:#72818c;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:7px;
  text-align:center;
}

@media(max-width:1320px){
  .product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:1040px){
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:680px){
  .catalog-view-btn span{
    display:none;
  }

  .catalog-view-btn{
    width:36px;
    justify-content:center;
    padding:0;
  }

  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }

  .product-card-image{
    padding:7px;
  }

  .product-card-body{
    padding:10px;
  }

  .product-card-title{
    font-size:12px;
  }

  .product-card-price{
    font-size:16px;
  }

  .product-card-category,
  .product-card-tech{
    font-size:10px;
  }

  .product-card-details{
    min-height:33px;
    font-size:11px;
  }
}

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