/* Business visual refresh */
@font-face{
  font-family:"Mersad";
  src:url("../fonts/Mersad-SemiBold.otf") format("opentype");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Mersad";
  src:url("../fonts/Mersad-Bold.otf") format("opentype");
  font-weight:700 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"BPG Nino Mtavruli";
  src:url("../fonts/bpg_nino_mtavruli_normal.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"BPG Mrgvlovani Caps";
  src:url("../fonts/bpg_mrgvlovani_caps_2010.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
:root{
  --sk-red:#b71920;
  --sk-red-dark:#8f1117;
  --sk-ink:#171b23;
  --sk-muted:#66707d;
  --sk-line:#e4e7ec;
  --sk-bg:#f6f7f9;
  --sk-panel:#ffffff;
  --sk-soft:#eef1f4;
}
body{
  background:var(--sk-bg);
  color:var(--sk-ink);
  font-size:15px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body,input,textarea,select,button,
h1,h2,h3,h4,h5,h6,.btn,.cta,nav,.tag,.stat b,.sidebar{
  font-family:"Noto Sans Georgian",Arial,sans-serif;
}
.container{max-width:1360px;padding:0 30px}
.section.container{padding-left:30px;padding-right:30px}
.topbar{
  background:#151922;
  border-bottom:1px solid rgba(255,255,255,.06);
  font-size:13px;
}
.topbar-inner{height:40px}
.topbar span{margin-right:28px;color:#d6dbe3;font-weight:600}
.topbar-info{display:flex;align-items:center;gap:0;min-width:0}
.lang{
  border-color:#3b424e;
  border-radius:6px;
  color:#e8ebef;
  padding:4px 10px;
  font-size:12px;
  font-weight:700;
}
.header{
  background:rgba(255,255,255,.98)!important;
  border-bottom:1px solid var(--sk-line);
  box-shadow:0 8px 22px rgba(17,24,39,.06);
}
.header,
.header a,
.header button,
.header input{
  font-family:var(--header-font-family,"BPG Mrgvlovani Caps","BPG Nino Mtavruli","Mersad","Noto Sans Georgian",Arial,sans-serif);
}
.header-inner{
  height:76px;
  gap:20px;
  align-items:center;
}
.logo{
  display:flex;
  align-items:center;
  min-width:150px;
}
.logo img{height:40px}
.menu-toggle{
  display:none;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  border:1px solid var(--sk-line);
  border-radius:8px;
  background:#fff;
  cursor:pointer;
}
.menu-toggle span{
  display:block;
  width:18px;
  height:2px;
  border-radius:2px;
  background:var(--sk-ink);
  transition:transform .18s ease,opacity .18s ease;
}
nav{
  justify-content:flex-start;
  flex:1 1 auto;
  min-width:0;
  gap:14px;
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.04em;
  color:#646d78;
}
nav a,.nav-item>a{
  padding:27px 0;
  white-space:nowrap;
  line-height:1;
}
nav a.active,nav a:hover,.nav-item:hover>a{color:var(--sk-red)}
.nav-item.has-dropdown>a{
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.nav-item.has-dropdown>a:after{
  content:"";
  width:11px;
  height:11px;
  flex:0 0 11px;
  opacity:.8;
  margin-top:1px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:11px 11px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.25 4.5 6 8.1l3.75-3.6' fill='none' stroke='currentColor' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition:transform .18s ease,opacity .18s ease;
}
.nav-item.has-dropdown:hover>a:after,
.nav-item.has-dropdown:focus-within>a:after{
  transform:translateY(1px);
  opacity:1;
}
.cta,.btn{
  background:#c92127;
  border:1px solid rgba(122,15,20,.16);
  border-radius:12px;
  padding:12px 18px;
  font-size:14px;
  font-weight:800;
  color:#fff;
  box-shadow:0 10px 22px rgba(183,25,32,.16);
}
.header .cta{padding:11px 14px;white-space:nowrap}
.btn:hover,.cta:hover{background:#b71920}
.header-lang{
  border:1px solid #dbe2ea;
  background:#fff;
  color:#111827;
  border-radius:12px;
  padding:8px 12px;
  line-height:1;
  box-shadow:0 8px 18px rgba(15,23,42,.06);
}
.header-lang:hover{
  border-color:#c9d0da;
  color:var(--sk-red);
}
.dropdown-menu{
  top:calc(100% - 1px);
  min-width:260px;
  border-radius:8px;
  padding:10px;
  box-shadow:0 22px 55px rgba(17,24,39,.16);
}
.dropdown-menu a{padding:12px 14px;font-size:14px}
.hero{
  min-height:640px;
  background:
    linear-gradient(90deg,rgba(15,18,25,.96),rgba(15,18,25,.78) 52%,rgba(15,18,25,.94)),
    repeating-linear-gradient(115deg,rgba(255,255,255,.06) 0 1px,transparent 1px 52px),
    radial-gradient(circle at 76% 38%,rgba(183,25,32,.24),transparent 34%),
    linear-gradient(135deg,#111722,#252a33);
}
.hero.hero-video{
  position:relative;
  overflow:hidden;
  background:#0f1219;
}
.hero-video-stage{
  position:absolute;
  inset:0;
  z-index:0;
}
.hero-video-media{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  filter:brightness(.82) contrast(1.02) saturate(.97);
  transform:scale(1.03);
}
.hero-video-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(9,11,16,.68),rgba(9,11,16,.34) 48%,rgba(9,11,16,.62)),
    linear-gradient(180deg,rgba(9,11,16,.08),rgba(9,11,16,.16));
}
.hero-video .hero-content{
  position:relative;
  z-index:1;
}
.hero-video .hero-video-copy{
  max-width:760px;
  padding-top:8px;
}
.hero-video-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}
.hero-video-actions .btn.is-light{
  background:#fff;
  color:#c92127;
  border:1px solid rgba(255,255,255,.55);
}
.hero-video-actions .btn.is-light:hover{
  background:#fff7f7;
  border-color:#fecaca;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(110deg,transparent 0 42%,rgba(255,255,255,.07) 42% 43%,transparent 43%),
    linear-gradient(110deg,transparent 0 55%,rgba(255,255,255,.04) 55% 56%,transparent 56%);
  opacity:.65;
  pointer-events:none;
}
.slide,.slide.active{
  min-height:640px;
  background-color:transparent;
  background-size:cover;
  background-position:center;
  position:relative;
}
.slide:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(15,18,25,.92),rgba(15,18,25,.7) 52%,rgba(15,18,25,.9));
  pointer-events:none;
}
.slide:after{display:none}
.container.hero-content{
  max-width:1360px;
  padding:132px 30px 155px;
  position:relative;
  z-index:1;
}
.badge{
  border:1px solid rgba(255,255,255,.18);
  border-radius:7px;
  background:rgba(255,255,255,.06);
  color:#d9dee7;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  padding:8px 12px;
}
.hero h1{
  margin:24px 0 20px;
  font-size:44px;
  line-height:1.18;
  font-weight:800;
  letter-spacing:0;
  max-width:720px;
}
.hero-nav{
  position:absolute;
  top:50%;
  z-index:3;
  width:48px;
  height:48px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:10px;
  background:rgba(17,23,34,.58);
  color:#fff;
  font-size:34px;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transform:translateY(-50%);
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.hero-nav:hover{background:#c92127;border-color:#c92127;transform:translateY(-50%) scale(1.03)}
.hero-prev{left:28px}
.hero-next{right:28px}
.hero-dots{
  position:absolute;
  left:50%;
  bottom:82px;
  z-index:3;
  display:flex;
  gap:10px;
  transform:translateX(-50%);
}
.hero-dots button{
  width:28px;
  height:4px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.28);
  cursor:pointer;
  padding:0;
}
.hero-dots button.active{background:#c92127}
.hero p{
  max-width:650px;
  color:#cbd2dc;
  font-size:19px;
  line-height:1.7;
}
.stats{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:-54px;
}
.stat{
  border-radius:10px;
  border:1px solid var(--sk-line);
  box-shadow:0 14px 34px rgba(17,24,39,.08);
  padding:28px 22px;
}
.stat b{font-size:34px;color:var(--sk-ink);line-height:1.15}
.stat span{font-size:14px;color:var(--sk-muted);font-weight:700}
.section{padding:84px 0}
.section:nth-of-type(even){background:#fff}
.head{margin-bottom:34px}
.head h2{
  font-size:36px;
  line-height:1.2;
  color:var(--sk-ink);
  font-weight:800;
}
.head p{
  margin-top:8px;
  font-size:16px;
  color:var(--sk-muted);
}
.card{
  border-radius:10px;
  border:1px solid var(--sk-line);
  box-shadow:none;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.card:hover{
  transform:translateY(-2px);
  border-color:#d5dae2;
  box-shadow:0 14px 32px rgba(17,24,39,.08);
}
.cat-card{
  min-height:152px;
  padding:28px;
}
.cat-card h3,.product h3,.news-card h3{font-size:20px;line-height:1.35}
.muted{color:var(--sk-muted)}
.grid3{gap:22px}
.grid4{gap:18px}
.product{position:relative;overflow:hidden;padding:0}
.product .tag{
  position:absolute;
  left:16px;
  top:16px;
  z-index:2;
  max-width:calc(100% - 32px);
  margin:0;
  box-shadow:0 10px 20px rgba(183,25,32,.14);
}
.product h3,.product p,.product .muted{margin-left:22px;margin-right:22px}
.product h3{margin-top:0}
.product .btn{margin:0 22px 22px}
.product-card-price{
  display:block;
  margin:0 22px 16px;
  color:var(--sk-ink);
  font-size:22px;
  line-height:1.2;
}
.product-img{
  height:255px;
  margin:0 0 18px;
  border-radius:0;
  background:#ffffff;
  border-bottom:1px solid var(--sk-line);
}
.product-img img{object-fit:contain;padding:20px}
.tag{
  border-radius:6px;
  background:#f8e8e9;
  color:var(--sk-red);
  font-size:11px;
  letter-spacing:.02em;
  padding:6px 10px;
}
.tag-muted{background:#f0f2f5;color:#5b6470}
.news-card{padding:0}
.news-card .news-meta,.news-card h3,.news-card p,.news-card .read-more{margin-left:22px;margin-right:22px}
.news-card .news-meta{padding-left:6px}
.news-card .read-more{margin-bottom:24px}
.news-img{
  height:225px;
  margin:0 0 20px;
  border-radius:10px 10px 0 0;
}
.news-card h3{font-weight:900}
.news-card .news-date{display:inline-block;margin:0 0 12px 6px;color:#c92127;background:none;border:0;padding:0;font-weight:400;border-radius:0;line-height:1.2}
.read-more{color:var(--sk-red)}
.news-borderless-page .news-card{
  background:transparent!important;
  border:0!important;
  border-radius:0;
  box-shadow:none!important;
  overflow:visible;
}
.news-borderless-page .news-card:hover{
  transform:none;
  border-color:transparent!important;
  box-shadow:none!important;
}
.news-borderless-page .news-img{
  border-radius:8px;
  overflow:hidden;
}
.news-borderless-page .read-more-plain{
  display:inline-flex;
  align-items:center;
  gap:7px;
}
.news-borderless-page .read-more-plain:after{
  content:"↗";
  display:inline-block;
  font-size:1.05em;
  line-height:1;
  transition:transform .18s ease;
}
.news-borderless-page .news-card-link:hover .read-more-plain:after{transform:translate(2px,-2px)}
.page-hero{
  background:#171b23;
  padding:78px 0;
}
.page-hero h1{font-size:42px;line-height:1.2}
.news-detail-hero{padding:48px 0}
.news-detail-hero h1{
  max-width:940px;
  font-size:34px;
  line-height:1.35;
  font-weight:800;
}
.news-detail .btn,
.news-detail .btn:hover{box-shadow:none!important}
.filters input,.filters select,.form input,.form textarea,.form select{
  border-radius:8px;
  border-color:var(--sk-line);
  background:#fff;
}
.footer{
  background:#151922;
  margin-top:0;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer-social-strip{
  background:#fff;
  border-top:1px solid #e5e7eb;
  border-bottom:1px solid #e5e7eb;
}
.footer-social-strip-inner{
  min-height:116px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
}
.footer-social-strip h2{
  margin:0;
  color:#0f1115;
  font-size:22px;
  line-height:1;
  font-weight:800;
}
.footer-social-icons{
  display:flex;
  align-items:center;
  gap:22px;
}
.footer-social-icon{
  width:26px;
  height:26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#050505;
  transition:color .18s ease,transform .18s ease;
}
.footer-social-icon svg{
  width:22px;
  height:22px;
  fill:currentColor;
  display:block;
}
.footer-social-icon:hover{
  color:var(--sk-red);
  transform:translateY(-2px);
}
.footer-grid{
  padding-top:62px;
  padding-bottom:52px;
}
.footer-grid-main{
  grid-template-columns:1.4fr 1fr 1fr;
}
.footer a,.footer p{color:#c2c8d1;font-size:14px}
.copy{border-top-color:rgba(255,255,255,.08)}
.footer-policy-links{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px 24px;
  margin-bottom:12px;
}
.footer .footer-policy-links a{
  display:inline-block;
  margin:0;
  color:#c2c8d1;
}
.footer .footer-policy-links a:hover{color:#fff}
.contact-page{background:#fff}
.contact-main{
  display:grid;
  grid-template-columns:minmax(280px,420px) minmax(420px,1fr);
  gap:80px;
  align-items:start;
}
.contact-info h1{
  margin:0 0 28px;
  font-size:40px;
  line-height:1.2;
  font-weight:800;
}
.contact-line{
  display:flex;
  align-items:flex-start;
  gap:16px;
  margin:0 0 22px;
}
.contact-icon{
  flex:0 0 auto;
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  background:#fae9ea;
  color:var(--sk-red);
  font-weight:800;
}
.contact-line small{
  display:block;
  color:#7a838f;
  font-size:13px;
  line-height:1.25;
  margin-bottom:3px;
}
.contact-line strong{
  display:block;
  color:var(--sk-ink);
  font-size:16px;
  line-height:1.45;
}
.social-row{
  display:flex;
  gap:10px;
  margin-top:36px;
}
.social-row a{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  background:#fae9ea;
  color:var(--sk-red);
  font-weight:800;
}
.contact-form{
  padding:34px;
  border-radius:14px;
}
.contact-form:hover{transform:none;box-shadow:none;border-color:var(--sk-line)}
.contact-form h2{
  margin:0 0 26px;
  font-size:26px;
  line-height:1.3;
}
.contact-form label{
  display:block;
  color:var(--sk-ink);
  font-size:14px;
  font-weight:700;
  margin:0 0 18px;
}
.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  margin-top:8px;
  border:0;
  border-radius:8px;
  background:#f0f2f5;
  color:var(--sk-ink);
  font:inherit;
  padding:14px 16px;
  outline:0;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  box-shadow:0 0 0 3px rgba(183,25,32,.12);
  background:#fff;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.contact-form .btn{
  border:0;
  min-width:170px;
}
.branches-section{
  background:#f4f6f8;
  border-top:1px solid var(--sk-line);
  padding:72px 0 84px;
}
.branches-section h2{
  margin:0 0 32px;
  font-size:38px;
  line-height:1.2;
  font-weight:800;
}
.branch-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.branch-card{
  min-height:210px;
  padding:26px;
  border-radius:10px;
}
.branch-card-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:18px;
}
.branch-card-top a{
  color:var(--sk-red);
  font-size:13px;
  font-weight:800;
}
.branch-card h3{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.35;
}
.branch-card p{
  margin:0 0 8px;
  color:#697380;
}
.branch-phone{
  display:block;
  margin-top:18px;
  color:var(--sk-red);
  font-size:15px;
}
.product-browser{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:32px;
  align-items:start;
}
.product-sidebar{
  position:sticky;
  top:104px;
}
.product-filter-form{
  background:#fff;
  border:1px solid var(--sk-line);
  border-radius:10px;
  padding:18px;
  max-height:calc(100vh - 124px);
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.product-filter-form label{
  display:block;
  margin:0 0 8px;
  font-weight:800;
  font-size:14px;
}
.product-filter-form input,
.product-filter-form select{
  width:100%;
  border:1px solid var(--sk-line);
  border-radius:8px;
  background:#f7f8fa;
  padding:12px 13px;
  margin:0 0 16px;
  font:inherit;
}
.filter-scroll{
  min-height:0;
  overflow:auto;
  padding-right:4px;
  margin-right:-4px;
  border-top:1px solid var(--sk-line);
}
.filter-block{
  border-bottom:1px solid var(--sk-line);
  padding:0;
  margin:0;
}
.filter-block summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:46px;
  cursor:pointer;
  font-weight:900;
  color:var(--sk-ink);
}
.filter-block summary::-webkit-details-marker{display:none}
.filter-block summary:after{
  content:"+";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:6px;
  background:#f4f5f7;
  color:#7a838f;
  font-weight:900;
}
.filter-block[open] summary:after{content:"-"}
.filter-block summary small{
  margin-left:auto;
  color:#8a94a1;
  font-size:12px;
}
.filter-options{
  max-height:220px;
  overflow:auto;
  padding:0 2px 12px;
}
.filter-check{
  display:flex!important;
  align-items:center;
  gap:9px;
  color:#596371;
  font-weight:700!important;
}
.filter-check input{
  width:auto;
  margin:0;
}
.filter-select{
  width:100%;
  margin:2px 0 14px;
  border:1px solid var(--sk-line);
  border-radius:8px;
  background:#fff;
  color:var(--sk-ink);
  padding:12px 13px;
  font:inherit;
  font-weight:800;
  outline:0;
}
.filter-select:focus{
  border-color:var(--sk-red);
  box-shadow:0 0 0 3px rgba(183,25,32,.12);
}
.filter-actions{
  padding-top:14px;
  background:#fff;
  box-shadow:0 -12px 18px rgba(255,255,255,.92);
}
.product-filter-form .btn{
  width:100%;
  border:0;
  box-shadow:none!important;
}
.product-filter-form .btn:hover,
.product-filter-form .btn:focus,
.product-filter-form .btn:active{
  box-shadow:none!important;
  transform:none;
}
.clear-filter{
  display:block;
  margin-top:12px;
  text-align:center;
  color:var(--sk-red);
  font-weight:800;
}
.products-count{
  margin:0 0 18px;
  color:#697380;
  font-weight:800;
}
.load-more-wrap{
  display:flex;
  justify-content:center;
  padding:30px 0 4px;
}
.load-more-products{
  min-width:220px;
}
.load-more-products:disabled{
  opacity:.7;
  cursor:wait;
}
.product-search-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  margin:0 0 34px;
  padding:16px;
  background:#fff;
  border:1px solid var(--sk-line);
  border-radius:10px;
  box-shadow:0 12px 30px rgba(17,24,39,.05);
}
.product-search-hero input{
  width:100%;
  border:1px solid var(--sk-line);
  border-radius:8px;
  background:#f7f8fa;
  padding:14px 16px;
  font:inherit;
  outline:0;
}
.product-search-hero input:focus{
  background:#fff;
  box-shadow:0 0 0 3px rgba(183,25,32,.12);
}
.product-search-hero .btn{
  border:0;
  min-width:150px;
}
.category-card-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
}
.category-card{
  display:block;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--sk-line);
  border-radius:10px;
  color:inherit;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.category-card:hover{
  transform:translateY(-2px);
  border-color:#d5dae2;
  box-shadow:0 14px 32px rgba(17,24,39,.08);
}
.category-card-media{
  height:190px;
  display:flex;
  align-items:center;
  justify-content:center;
 /* background:
    linear-gradient(135deg,rgba(23,27,35,.92),rgba(23,27,35,.72)),
    repeating-linear-gradient(115deg,rgba(255,255,255,.08) 0 1px,transparent 1px 36px); */
  color:#fff;
  font-weight:900;
  letter-spacing:.08em;
}
.category-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.category-card-body{
  padding:22px;
}
.category-card-heading{
  display:flex;
  align-items:center;
  min-height:72px;
  padding:16px 20px;
  border-bottom:1px solid var(--sk-line);
}
.category-card h3{
  display:flex;
  align-items:center;
  gap:8px;
  width:100%;
  margin:0;
  font-size:16px;
  line-height:1.4;
}
.category-card-title-text{min-width:0;flex:1}
.category-card-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  margin-left:auto;
  color:var(--sk-red);
  transition:transform .18s ease;
}
.category-card-arrow svg{display:block;width:18px;height:19px}
.category-card:hover .category-card-arrow{transform:translate(2px,-2px)}
.category-card-description{padding:16px 20px 18px}
.category-card p{
  min-height:0;
  margin:0;
  color:var(--sk-muted);
}
.category-card strong{
  color:var(--sk-red);
  font-size:14px;
}
.product-detail-hero{padding:54px 0}
.product-detail-hero h1{font-size:38px;line-height:1.25}
.product-detail-layout{
  display:grid;
  grid-template-columns:minmax(280px,420px) minmax(0,1fr);
  gap:24px;
}
.product-detail-media .product-img{
  height:360px;
  margin:0;
  border-radius:8px;
}
.product-main-image img{object-fit:contain}
.product-thumbs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:12px;
}
.product-thumbs button{
  height:78px;
  padding:0;
  border:1px solid var(--sk-line);
  border-radius:8px;
  background:#f7f8fa;
  overflow:hidden;
  cursor:pointer;
}
.product-thumbs button.is-active{
  border-color:var(--sk-red);
  box-shadow:0 0 0 3px rgba(183,25,32,.12);
}
.product-thumbs img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.product-detail-info h2{
  margin:28px 0 14px;
  font-size:24px;
}
.product-detail-info .product-price-box + h2{
  margin-top:22px;
}
.product-description-card{
  margin-top:24px;
}
.product-description-card h2{
  margin:0 0 16px;
  font-size:28px;
}
.product-price-box{
  display:grid;
  gap:4px;
  margin:0 0 22px;
  padding:18px;
  background:#f7f8fa;
  border:1px solid var(--sk-line);
  border-radius:10px;
}
.product-price-box h2{
  margin:0 0 8px;
  font-size:24px;
  line-height:1.35;
  color:var(--sk-ink);
}
.product-price-box span{
  color:var(--sk-muted);
  font-size:13px;
  font-weight:800;
}
.product-price-box strong{
  color:var(--sk-ink);
  font-size:34px;
  line-height:1.15;
  font-weight:900;
}
.product-price-box small{
  color:var(--sk-red);
  font-weight:800;
}
.spec-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.spec-list div{
  background:#f7f8fa;
  border:1px solid var(--sk-line);
  border-radius:8px;
  padding:12px;
}
.spec-list strong,.spec-list span{
  display:block;
}
.spec-list strong{
  color:#697380;
  font-size:13px;
  margin-bottom:4px;
}
.variant-list{display:block}
.variant-select{
  width:100%;
  max-width:420px;
  border:1px solid var(--sk-line);
  border-radius:8px;
  background:#fff;
  color:var(--sk-ink);
  padding:14px 15px;
  font:inherit;
  font-weight:800;
  outline:0;
}
.variant-select:focus{
  border-color:var(--sk-red);
  box-shadow:0 0 0 3px rgba(183,25,32,.12);
}
.download-list{
  display:grid;
  gap:10px;
}
.download-list a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:1px solid var(--sk-line);
  border-radius:8px;
  background:#f7f8fa;
  padding:13px 14px;
  color:var(--sk-ink);
  font-weight:800;
}
.download-list a:after{
  content:"↓";
  color:var(--sk-red);
}
.site-search{
  display:flex;
  align-items:center;
  width:190px;
  height:42px;
  background:#f7f8fa;
  border:1px solid var(--sk-line);
  border-radius:10px;
  overflow:hidden;
}
.site-search input{
  min-width:0;
  width:100%;
  height:100%;
  border:0;
  outline:0;
  background:transparent;
  padding:0 4px 0 13px;
  font:inherit;
  color:var(--sk-ink);
}
.site-search button{
  width:42px;
  height:42px;
  border:0;
  background:transparent;
  color:var(--sk-red);
  font-size:21px;
  cursor:pointer;
}
.global-search-large{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
  max-width:920px;
  margin:0 auto 46px;
  padding:16px;
  background:#fff;
  border:1px solid var(--sk-line);
  border-radius:10px;
  box-shadow:0 12px 30px rgba(17,24,39,.05);
}
.global-search-large input{
  width:100%;
  border:1px solid var(--sk-line);
  border-radius:8px;
  background:#f7f8fa;
  padding:15px 16px;
  font:inherit;
  outline:0;
}
.global-search-large input:focus{
  background:#fff;
  box-shadow:0 0 0 3px rgba(183,25,32,.12);
}
.global-search-large .btn{border:0;min-width:150px}
.search-section{margin-top:48px}
.search-result-list{display:grid;gap:14px}
.search-result-card{
  display:grid;
  grid-template-columns:128px minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  background:#fff;
  border:1px solid var(--sk-line);
  border-radius:10px;
  padding:14px;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.search-result-card:hover{
  transform:translateY(-1px);
  border-color:#d8dde5;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
}
.search-result-media{
  height:86px;
  border-radius:8px;
  background:#eef1f4;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  color:#9aa3ae;
  font-weight:900;
  font-size:12px;
}
.search-result-media img{width:100%;height:100%;object-fit:cover}
.search-product-category{
  display:block;
  color:var(--sk-red);
  font-size:13px;
  font-weight:700;
}
.search-result-card h3{margin:9px 0 7px;color:var(--sk-ink);font-size:21px}
.search-result-card p{margin:0 0 6px;color:#697380}
.search-result-card small{display:block;color:#8a929d;line-height:1.5}
.search-result-card>strong{color:var(--sk-red);font-size:18px;white-space:nowrap}
.empty-results{
  background:#fff;
  border:1px dashed #d8dde5;
  border-radius:10px;
  padding:26px;
  color:#697380;
  text-align:center;
  font-weight:800;
}
.loyalty-hero p{max-width:760px;color:#d9dee7;font-size:18px;line-height:1.7}
.loyalty-content{max-width:1100px;margin:0 auto}
.loyalty-content h2{font-size:32px;margin:34px 0 14px;color:var(--sk-ink)}
.loyalty-content p{color:#697380;line-height:1.75}
.loyalty-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:28px}
.loyalty-cards article{background:#f7f8fa;border:1px solid var(--sk-line);border-radius:10px;padding:28px}
.loyalty-cards strong{display:block;color:var(--sk-red);font-size:42px;line-height:1;margin-bottom:12px}
.loyalty-cards span{color:var(--sk-ink);font-weight:900}
.loyalty-frame{
  display:block;
  width:100%;
  min-height:420px;
  border:0;
  background:#fff;
}
.loyalty-clean-page{
  background:#fff;
  padding:64px 0 92px;
}
.loyalty-clean-container{
  max-width:1640px;
}
.loyalty-clean-hero{
  display:block;
  width:100%;
  max-height:570px;
  object-fit:cover;
  border-radius:14px;
  margin:0 auto 34px;
}
.loyalty-clean-intro{
  max-width:1380px;
  margin:0 auto 76px;
  text-align:center;
  color:#222b36;
  font-size:23px;
  line-height:1.55;
  font-weight:600;
}
.loyalty-clean-section{
  margin:0 0 70px;
}
.loyalty-clean-section h1,
.loyalty-clean-section h2{
  color:#171f2a;
  font-size:36px;
  line-height:1.2;
  margin:0 0 28px;
}
.loyalty-clean-list{
  max-width:1180px;
  margin:0 auto;
  color:#222b36;
  font-size:21px;
  line-height:1.9;
}
.loyalty-clean-list li{margin:6px 0}
.loyalty-clean-list ul{
  margin:8px 0 16px 38px;
}
.loyalty-body-text{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
  color:#222b36;
  font-size:21px;
  line-height:1.9;
}
.loyalty-download-box{
  background:#f6f6f6;
  border-radius:12px;
  min-height:275px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:22px;
  padding:38px 24px;
}
.loyalty-download-box a{
  min-width:360px;
  text-align:center;
  background:#d40000;
  color:#fff;
  border-radius:8px;
  padding:20px 34px;
  font-size:21px;
  font-weight:900;
  box-shadow:0 12px 24px rgba(212,0,0,.18);
}
.loyalty-download-box a:hover{
  background:#b71920;
}
.loyalty-faq{
  display:grid;
  gap:18px;
}
.loyalty-faq details{
  background:#fafafa;
  border:1px solid #f2f2f2;
  border-radius:8px;
  padding:0;
}
.loyalty-faq summary{
  cursor:pointer;
  padding:25px 30px;
  color:#17212c;
  font-size:21px;
  font-weight:900;
}
.loyalty-faq p{
  margin:0;
  padding:0 30px 25px 56px;
  color:#5f6875;
  font-size:18px;
  line-height:1.75;
}
.cert-page{
  background:#f7f8fa;
}
.cert-hero{
  background:linear-gradient(180deg,#fff 0%,#f7f8fa 100%);
  border-top:52px solid #171b23;
  padding:84px 0 34px;
  text-align:center;
}
.cert-hero h1{
  margin:0 0 12px;
  color:#171f2a;
  font-size:40px;
  line-height:1.2;
  font-weight:900;
}
.cert-hero p{
  margin:0;
  color:#7b8491;
  font-size:18px;
  font-weight:700;
}
.cert-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.cert-card{
  min-height:270px;
  background:#fff;
  border:1px solid #e2e6ec;
  border-radius:10px;
  padding:34px;
  box-shadow:0 12px 30px rgba(15,23,42,.025);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.cert-card:hover{
  transform:translateY(-2px);
  border-color:#d8dde5;
  box-shadow:0 20px 46px rgba(15,23,42,.07);
}
.cert-icon{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  margin-bottom:24px;
}
.cert-icon svg{
  width:28px;
  height:28px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cert-blue{background:#edf3ff;color:#2f6fe4}
.cert-green{background:#eafbf3;color:#24a66a}
.cert-red{background:#fdebed;color:#bd1e2d}
.cert-amber{background:#fff6e8;color:#c48a14}
.cert-purple{background:#f3edff;color:#7b3fe4}
.cert-mint{background:#eafaf6;color:#139c7d}
.cert-card h2{
  margin:0 0 14px;
  color:#151c25;
  font-size:20px;
  line-height:1.35;
  font-weight:900;
}
.cert-card h2 span{
  display:inline-flex;
  margin-left:8px;
  padding:3px 7px;
  background:#f0f2f5;
  border-radius:999px;
  color:#7a8491;
  font-size:12px;
  vertical-align:middle;
}
.cert-card p{
  margin:0;
  color:#687281;
  font-size:16px;
  line-height:1.75;
}
.cert-link{
  display:inline-flex;
  margin-top:22px;
  color:#b71920;
  font-weight:900;
}
.calc-page{
  background:#f7f8fa;
}
.calc-hero{
  background:#151922;
  color:#fff;
  padding:74px 0;
}
.calc-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);
  gap:42px;
  align-items:center;
}
.calc-hero span{
  display:inline-flex;
  margin-bottom:14px;
  color:#ffb7bd;
  font-weight:900;
}
.calc-hero h1{
  margin:0 0 18px;
  font-size:44px;
  line-height:1.16;
  font-weight:900;
}
.calc-hero p{
  max-width:760px;
  margin:0;
  color:#c8cdd5;
  font-size:18px;
  line-height:1.75;
}
.calc-note{
  border:1px solid rgba(255,255,255,.13);
  border-radius:12px;
  padding:28px;
  background:rgba(255,255,255,.05);
}
.calc-note strong{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-size:20px;
}
.calc-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:24px;
  align-items:start;
}
.calc-form,.calc-result{
  background:#fff;
  border:1px solid #e2e6ec;
  border-radius:12px;
  padding:26px;
  box-shadow:0 16px 40px rgba(15,23,42,.04);
}
.calc-form{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.calc-field label{
  display:block;
  margin-bottom:8px;
  color:#3b4350;
  font-weight:900;
}
.calc-field input,.calc-field select{
  width:100%;
  border:1px solid #d9dee6;
  border-radius:9px;
  background:#fff;
  padding:13px 14px;
  color:#17212c;
  font-weight:800;
}
.calc-primary{
  grid-column:span 1;
}
.calc-result{
  position:sticky;
  top:118px;
}
.calc-result-main span,.calc-metrics span{
  display:block;
  color:#7b8491;
  font-size:13px;
  font-weight:900;
}
.calc-result-main strong{
  display:block;
  margin:8px 0 10px;
  color:#bd1e2d;
  font-size:42px;
  line-height:1.1;
  font-weight:900;
}
.calc-result-main strong.is-warn{
  color:#c48a14;
}
.calc-result-main p{
  margin:0 0 22px;
  color:#5f6875;
  line-height:1.65;
}
.calc-metrics{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.calc-metrics div{
  background:#f7f8fa;
  border:1px solid #edf0f4;
  border-radius:10px;
  padding:14px;
}
.calc-metrics strong{
  display:block;
  margin-top:6px;
  color:#17212c;
  font-size:20px;
  font-weight:900;
}
.calc-products{
  margin-top:34px;
}
.calc-products .head{
  margin-bottom:16px;
}
.calc-products .head h2{
  margin-bottom:6px;
}
.calc-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.calc-product-card{
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  gap:14px;
  align-items:center;
  background:#fff;
  border:1px solid #e2e6ec;
  border-radius:10px;
  padding:14px;
  box-shadow:0 10px 26px rgba(15,23,42,.035);
}
.calc-product-image{
  width:96px;
  aspect-ratio:1;
  border-radius:8px;
  overflow:hidden;
  background:#f0f2f5;
}
.calc-product-image img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.calc-product-placeholder{
  width:100%;
  height:100%;
  background:linear-gradient(135deg,#f1f3f6,#e5e9ef);
}
.calc-product-card span{
  display:block;
  color:#a21c26;
  font-size:12px;
  font-weight:900;
  margin-bottom:4px;
}
.calc-product-card h3{
  margin:0 0 6px;
  color:#17212c;
  font-size:15px;
  line-height:1.35;
  font-weight:900;
}
.calc-product-card p{
  margin:0 0 4px;
  color:#7b8491;
  font-size:13px;
}
.calc-product-card strong{
  display:block;
  color:#17212c;
  font-size:14px;
  margin-bottom:8px;
}
.calc-product-card a{
  color:#b71920;
  font-size:13px;
  font-weight:900;
}
.calc-empty{
  grid-column:1/-1;
  background:#fff;
  border:1px dashed #d7dde6;
  border-radius:10px;
  padding:24px;
  color:#687281;
  font-weight:800;
}
@media(max-width:900px){
  .loyalty-clean-page{padding:38px 0 70px}
  .loyalty-clean-intro{font-size:18px;margin-bottom:46px}
  .loyalty-clean-section h1,.loyalty-clean-section h2{font-size:30px}
  .loyalty-clean-list{font-size:18px}
  .loyalty-download-box a{min-width:0;width:100%;font-size:18px}
  .loyalty-faq summary{font-size:18px;padding:20px}
  .loyalty-faq p{padding:0 20px 20px 38px}
  .cert-hero{padding:58px 0 28px}
  .cert-hero h1{font-size:30px}
  .cert-grid{grid-template-columns:1fr}
  .cert-card{min-height:0;padding:26px}
  .calc-hero{padding:52px 0}
  .calc-hero-grid,.calc-shell{grid-template-columns:1fr}
  .calc-hero h1{font-size:32px}
  .calc-form{grid-template-columns:1fr}
  .calc-result{position:static}
  .calc-product-grid{grid-template-columns:1fr}
}
.partner-carousel{
  overflow:hidden;
  position:relative;
  padding:4px 0;
}
.partner-carousel:before,
.partner-carousel:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:70px;
  z-index:2;
  pointer-events:none;
}
.partner-carousel:before{
  left:0;
  background:linear-gradient(90deg,#fff,rgba(255,255,255,0));
}
.partner-carousel:after{
  right:0;
  background:linear-gradient(270deg,#fff,rgba(255,255,255,0));
}
.partner-track{
  display:flex;
  gap:18px;
  width:max-content;
  animation:partner-marquee 28s linear infinite;
}
.partner-carousel:hover .partner-track{animation-play-state:paused}
.partner-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.partner-card{
  flex:0 0 260px;
  min-height:118px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  border:1px solid #e4e7eb;
  border-radius:10px;
  padding:22px;
  box-shadow:0 8px 24px rgba(15,23,42,.035);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.partner-card span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:66px;
  color:#606975;
  font-weight:900;
  text-align:center;
}
.partner-card img{
  max-width:210px;
  max-height:92px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:grayscale(100%);
  opacity:.72;
  transition:filter .18s ease,opacity .18s ease;
}
.partner-card:hover{
  transform:translateY(-2px);
  border-color:#d8dde5;
  box-shadow:0 16px 34px rgba(15,23,42,.08);
}
.partner-card:hover img{
  filter:none;
  opacity:1;
}
@keyframes partner-marquee{
  from{transform:translateX(0)}
  to{transform:translateX(calc(-50% - 9px))}
}
@media(max-width:1100px){
  .menu-toggle{display:inline-flex}
  nav{
    position:fixed;
    left:18px;
    right:18px;
    top:126px;
    display:none;
    flex-direction:column;
    justify-content:flex-start;
    gap:0;
    max-height:calc(100vh - 150px);
    overflow:auto;
    padding:10px;
    background:#fff;
    border:1px solid var(--sk-line);
    border-radius:12px;
    box-shadow:0 24px 70px rgba(17,24,39,.22);
    z-index:1200;
  }
  body.mobile-menu-open nav{display:flex}
  body.mobile-menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  body.mobile-menu-open .menu-toggle span:nth-child(2){opacity:0}
  body.mobile-menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  nav a,.nav-item>a{
    padding:13px 14px;
    border-radius:8px;
    color:var(--sk-ink);
  }
  nav a.active,nav a:hover,.nav-item:hover>a{background:#f7f8fa}
  .nav-item{width:100%}
  .dropdown-menu{
    position:static;
    display:block;
    min-width:0;
    box-shadow:none;
    border:0;
    padding:0 0 6px 14px;
    background:transparent;
  }
  .dropdown-menu a{
    color:#68717d;
    padding:10px 12px;
  }
  .logo{min-width:auto}
  .header-inner{justify-content:space-between}
  .site-search{
    order:4;
    width:100%;
    flex-basis:100%;
    flex-grow:1;
  }
}
@media(max-width:650px){
  body.header-compact .header-nav-drawer{
    position:fixed;
    inset:0 auto 0 0;
    width:min(86vw,380px);
    max-width:380px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:0;
    background:#fff;
    box-shadow:0 28px 70px rgba(15,23,42,.26);
    transform:translateX(-102%);
    transition:transform .22s ease;
    z-index:1300;
  }
  body.header-compact.mobile-menu-open .header-nav-drawer{
    transform:translateX(0);
  }
  body.header-compact.mobile-menu-open{
    overflow:hidden;
  }
  body.header-compact .header-nav-head{
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:14px;
    padding:18px 18px 16px;
    border-bottom:1px solid var(--sk-line);
    flex:0 0 auto;
    background:#fff;
  }
  body.header-compact .menu-close{
    display:inline-flex;
    align-items:center;
    gap:10px;
    border:0;
    background:transparent;
    color:#111827;
    padding:0;
    font:inherit;
    font-weight:700;
  }
  body.header-compact .menu-close span{
    display:block;
    width:18px;
    height:2px;
    background:currentColor;
    position:relative;
  }
  body.header-compact .menu-close span:first-child{
    transform:translateY(1px) rotate(45deg);
  }
  body.header-compact .menu-close span:nth-child(2){
    transform:translateY(-1px) rotate(-45deg);
    margin-left:-18px;
  }
  body.header-compact .menu-close strong{
    font-weight:700;
    font-size:14px;
  }
  body.header-compact .header-nav-brand{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    justify-self:center;
  }
  body.header-compact .header-nav-brand img{
    height:28px;
    width:auto;
  }
  body.header-compact .header-nav-scroll{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:8px 16px 18px;
    overflow-y:auto;
    flex:1 1 auto;
    -webkit-overflow-scrolling:touch;
  }
  body.header-compact .header-nav-scroll > a,
  body.header-compact .header-nav-scroll > .nav-item > a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    padding:18px 6px;
    font-size:20px;
    font-weight:400;
    letter-spacing:0;
    text-transform:none;
    color:#111827;
  }
  body.header-compact .header-nav-scroll > a::after,
  body.header-compact .header-nav-scroll > .nav-item > a::after{
    content:"\203A";
    color:var(--sk-red);
    font-size:34px;
    line-height:1;
    flex:0 0 auto;
  }
  body.header-compact .header-nav-scroll .nav-item.has-dropdown{
    width:100%;
  }
  body.header-compact .header-nav-scroll .dropdown-menu{
    position:static;
    display:block;
    width:100%;
    min-width:0;
    margin:0;
    padding:0 0 10px 14px;
    border:0;
    box-shadow:none;
    background:transparent;
  }
  body.header-compact .header-nav-scroll .dropdown-menu > a,
  body.header-compact .header-nav-scroll .dropdown-submenu-trigger,
  body.header-compact .header-nav-scroll .dropdown-submenu-menu a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    padding:14px 0;
    font-size:18px;
    font-weight:400;
    color:#111827;
  }
  body.header-compact .header-nav-scroll .dropdown-submenu-trigger span{
    color:var(--sk-red);
    font-size:28px;
  }
  body.header-compact .header-nav-scroll .dropdown-submenu-menu{
    position:static;
    display:block;
    min-width:0;
    margin:0;
    padding:0 0 0 12px;
    box-shadow:none;
    border:0;
  }
  body.header-compact .header-nav-scroll .dropdown-divider{
    margin:6px 0 12px;
  }
  body.header-compact .header-nav-scroll .dropdown-feature-link{
    font-weight:700;
  }
  body.header-compact .header-lang{
    display:none;
  }
  body.header-compact .header-nav-footer{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:16px 18px 20px;
    border-top:1px solid var(--sk-line);
    background:#fff;
    flex:0 0 auto;
  }
  body.header-compact .header-nav-lang{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#111827;
    font-weight:700;
    font-size:14px;
  }
  body.header-compact .header-nav-lang .lang-globe{
    font-size:16px;
    line-height:1;
  }
  .container{padding:0 20px}
  .topbar-info span:nth-child(2),.topbar-info span:nth-child(3){display:none}
  .header-inner{min-height:72px;gap:10px}
  .logo img{height:34px}
  .cta{max-width:none;padding:10px 12px;font-size:12px}
  .cart-link{width:40px;height:40px;flex:0 0 40px}
  .site-search{height:40px;min-width:0}
  .site-search button{height:40px;width:40px;flex-basis:40px}
  nav{top:112px;left:12px;right:12px;max-height:calc(100vh - 130px)}
  .hero,.slide,.slide.active{min-height:560px}
  .hero-content{padding:84px 20px 92px}
  .hero h1{font-size:33px;line-height:1.2}
  .hero p{font-size:16px}
  .hero-video-copy{max-width:100%}
  .hero-video-actions{flex-direction:column;align-items:flex-start;gap:10px;margin-top:16px}
  .hero-video-actions .btn{width:100%;max-width:260px;text-align:center}
  .stats{
    margin-top:16px;
  }
  .stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .stat{padding:22px 14px}
  .stat b{font-size:28px}
  .section{padding:60px 0}
  .head h2,.page-hero h1{font-size:30px}
  .product-img{height:220px}
  .contact-main{grid-template-columns:1fr;gap:34px}
  .contact-info h1,.branches-section h2{font-size:30px}
  .contact-form{padding:24px}
  .form-grid{grid-template-columns:1fr;gap:0}
  .branch-grid{grid-template-columns:1fr}
  .branches-section{padding:52px 0 64px}
  .product-browser,.product-detail-layout{grid-template-columns:1fr}
  .product-sidebar{position:static}
  .spec-list{grid-template-columns:1fr}
  .category-card-grid{grid-template-columns:1fr}
  .product-search-hero{grid-template-columns:1fr}
  .global-search-large{grid-template-columns:1fr}
  .search-result-card{grid-template-columns:92px minmax(0,1fr)}
  .search-result-card>strong{grid-column:2}
  .loyalty-cards{grid-template-columns:1fr}
  .partner-card{flex-basis:230px}
  .footer-social-strip-inner{
    min-height:96px;
    gap:18px;
    flex-wrap:wrap;
  }
  .footer-social-strip h2{font-size:18px}
  .footer-social-icons{gap:16px}
  .footer-social-icon{width:24px;height:24px}
  .footer-social-icon svg{width:20px;height:20px}
  .footer-grid-main{grid-template-columns:1fr}
}
.about-intro{
  background:linear-gradient(180deg,#fff 0%,#f7f8fa 100%);
  border-bottom:1px solid #eef0f3;
  padding:64px 0 72px;
  text-align:center;
}
.about-intro-inner{max-width:920px;margin:0 auto}
.about-hero-media{
  width:100%;
  aspect-ratio:16 / 6;
  max-height:560px;
  margin:0 auto 48px;
  overflow:hidden;
  border-radius:12px;
  background:#eef1f4;
}
.about-hero-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-intro span{color:var(--sk-red);font-weight:900;font-size:14px}
.about-intro h1{
  color:#171b23;
  font-size:44px;
  line-height:1.18;
  margin:18px auto;
  max-width:900px;
}
.about-intro p,
.about-intro-text{
  color:#737985;
  font-size:18px;
  line-height:1.8;
  max-width:820px;
  margin:0 auto;
}
.about-intro-text{text-align:left}
.about-intro-text>div,
.about-intro-text>p{
  color:inherit;
  font-size:inherit;
  line-height:inherit;
  max-width:none;
  margin:0;
}
.about-stats-section{
  background:#f7f8fa;
  padding:0 0 58px;
}
.about-stats.stats{
  margin-top:0;
}
.about-summary{
  background:#fff;
  margin-top:-38px;
  position:relative;
  z-index:2;
}
.about-summary-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.about-summary article{
  background:#fff;
  border:1px solid #e7e9ee;
  border-radius:10px;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
  padding:24px;
  text-align:center;
}
.about-summary strong{
  display:block;
  color:#171b23;
  font-size:34px;
  line-height:1;
  margin-bottom:10px;
}
.about-summary span{color:#737985;font-weight:700}
.about-history{background:#fff;padding-top:90px}
.about-section-head{text-align:center;margin-bottom:44px}
.about-section-head h2{color:#171b23;font-size:42px;margin:0 0 12px}
.about-section-head p{color:#737985;font-size:18px;margin:0}
.about-timeline{
  position:relative;
  max-width:1120px;
  margin:0 auto;
  padding:4px 0 6px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  column-gap:54px;
  align-items:start;
}
.about-timeline-column{
  display:grid;
  gap:18px;
  align-content:start;
}
.about-timeline:before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:1px;
  background:#dfe3e8;
}
.about-time-card{
  position:relative;
  display:grid;
  width:100%;
  margin:0;
}
.about-time-card:before{
  content:"";
  position:absolute;
  top:42px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--sk-red);
  box-shadow:0 0 0 4px #fff;
  z-index:2;
}
.about-time-card:after{
  content:"";
  position:absolute;
  top:46px;
  width:36px;
  height:1px;
  background:#e6e8ec;
}
.about-time-card>div{
  background:#fff;
  border:1px solid #e2e5ea;
  border-radius:10px;
  box-shadow:0 10px 28px rgba(15,23,42,.035);
  padding:24px 28px;
}
.about-time-card strong{
  display:block;
  color:var(--sk-red);
  font-size:26px;
  line-height:1;
  margin-bottom:12px;
}
.about-time-card h3{color:#171b23;font-size:20px;margin:0 0 8px}
.about-time-card p{color:#737985;line-height:1.7;margin:0}
.about-time-image{
  margin:0 0 16px;
  width:100%;
  height:180px;
  border-radius:14px;
  overflow:hidden;
  background:#eef1f4;
  aspect-ratio:auto;
}
.about-time-image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-time-card.is-left{
  padding-right:52px;
  text-align:right;
}
.about-time-card.is-left:before{right:-5px}
.about-time-card.is-left:after{right:0}
.about-time-card.is-right{
  padding-left:52px;
  margin-top:0;
}
.about-time-card.is-right:before{left:-4px}
.about-time-card.is-right:after{left:0}

/* Timeline reveal on scroll */
.about-time-card[data-timeline-reveal]>div{
  opacity:0;
  transform:translateY(24px);
  transition:transform 1s cubic-bezier(.22,.61,.36,1),opacity .95s ease;
  transition-delay:var(--timeline-delay,0s);
}
.about-time-card[data-timeline-reveal] strong{
  opacity:0;
  transform:translateX(26px);
  transition:transform 1.08s cubic-bezier(.22,.61,.36,1),opacity .96s ease;
  transition-delay:calc(var(--timeline-delay,0s) + .12s);
}
.about-time-card.is-left[data-timeline-reveal] strong{
  transform:translateX(-26px);
}
.about-time-card[data-timeline-reveal].is-visible>div{
  opacity:1;
  transform:translateY(0);
}
.about-time-card[data-timeline-reveal].is-visible strong{
  opacity:1;
  transform:translateX(0);
}
@media (prefers-reduced-motion: reduce){
  .about-time-card[data-timeline-reveal]>div,
  .about-time-card[data-timeline-reveal] strong{
    transition:none;
    opacity:1;
    transform:none;
  }
}
@media(max-width:800px){
  .about-intro{padding:48px 0 64px}
  .about-hero-media{aspect-ratio:16 / 9;margin-bottom:34px;border-radius:8px}
  .about-intro h1{font-size:31px}
  .about-intro p,.about-intro-text{font-size:16px}
  .about-summary-grid{grid-template-columns:1fr 1fr}
  .about-history{padding-top:66px}
  .about-section-head h2{font-size:31px}
  .about-timeline{
    grid-template-columns:1fr;
    column-gap:0;
  }
  .about-timeline-column{
    gap:16px;
  }
  .about-timeline:before{left:12px}
  .about-time-card,.about-time-card.is-right,.about-time-card.is-left{
    width:100%;
    margin-left:0;
    padding-left:44px;
    padding-right:0;
    text-align:left;
    margin-top:0;
  }
  .about-time-card:before,.about-time-card.is-left:before,.about-time-card.is-right:before{left:8px;right:auto}
  .about-time-card:after,.about-time-card.is-left:after,.about-time-card.is-right:after{left:12px;right:auto;width:24px}
}
@media(max-width:560px){
  .about-summary-grid{grid-template-columns:1fr}
  .about-summary article{padding:20px}
  .about-time-card>div{padding:20px}
  .partner-card{flex-basis:210px}
}
.dealer-hero{background:#111722}
.dealer-map-page{display:grid;gap:26px}
.dealer-map-panel{display:grid;grid-template-columns:330px 1fr;gap:26px;align-items:stretch}
.dealer-map-copy{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:30px;box-shadow:0 8px 26px rgba(15,23,42,.045)}
.dealer-map-copy h2{margin:18px 0 12px;font-size:34px;line-height:1.2}
.dealer-map-copy p{color:#667085;line-height:1.7;margin:0}
.dealer-map-canvas{position:relative;min-height:560px;border-radius:18px;overflow:hidden;background:radial-gradient(circle at 72% 27%,rgba(201,33,39,.24),transparent 25%),radial-gradient(circle at 16% 64%,rgba(59,130,246,.22),transparent 30%),linear-gradient(145deg,#0f1722,#151c28 48%,#0d121b);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 24px 58px rgba(15,23,42,.22)}
.dealer-map-canvas:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;mask-image:radial-gradient(circle at center,#000,transparent 78%);opacity:.85}
.dealer-map-canvas:after{content:"SAKCABLE DEALER NETWORK";position:absolute;right:24px;bottom:20px;color:rgba(255,255,255,.2);font-size:12px;font-weight:900;letter-spacing:.16em}
.dealer-map-real{position:absolute;inset:0;filter:drop-shadow(0 28px 38px rgba(0,0,0,.32))}
.dealer-map-real:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 52% 52%,rgba(255,255,255,.12),transparent 58%);filter:blur(18px);z-index:1}
.dealer-map-real img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:18px;opacity:1;filter:saturate(1.04) contrast(1.04)}
.dealer-map-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible;z-index:2;pointer-events:none}
.dealer-map-lines path{fill:none;stroke:#ff3038;stroke-width:.55;stroke-linecap:round;stroke-dasharray:2.2 2.4;filter:drop-shadow(0 0 3px rgba(255,48,56,.85));animation:dealerDash 14s linear infinite}
.dealer-map-canvas svg:not(.dealer-map-lines){position:absolute;inset:5% 3%;width:94%;height:88%}
.georgia-map-svg{overflow:visible}
.geo-sea{fill:rgba(37,99,235,.14)}
.geo-map-aura{fill:rgba(201,33,39,.16);filter:blur(16px)}
.geo-map-shadow{fill:rgba(0,0,0,.28);transform:translate(0,18px)}
.geo-map-shape{fill:url(#mapBody);stroke:rgba(255,255,255,.82);stroke-width:3.5}
.geo-coast{fill:none;stroke:#93c5fd;stroke-width:4;stroke-linecap:round;opacity:.7}
.geo-mountain{fill:none;stroke:rgba(15,23,42,.28);stroke-width:2.4;stroke-linecap:round}
.geo-mountain.is-soft{stroke:rgba(15,23,42,.18)}
.geo-region{fill:none;stroke:rgba(15,23,42,.14);stroke-width:2}
.geo-network{fill:none;stroke:rgba(201,33,39,.34);stroke-width:2.3;stroke-linecap:round;stroke-dasharray:9 12;animation:dealerDash 16s linear infinite}
.geo-network.is-red{stroke:rgba(201,33,39,.72);stroke-width:3;filter:drop-shadow(0 0 8px rgba(201,33,39,.6));stroke-dasharray:12 15}
.geo-map-line{fill:none;stroke:#edf0f4;stroke-width:2}
.dealer-pin{position:absolute;transform:translate(-50%,-50%);border:0;background:transparent;padding:0;cursor:pointer;z-index:4}
.dealer-pin span{display:block;width:18px;height:18px;border-radius:50%;background:#ff2d35;border:4px solid #fff;box-shadow:0 0 0 8px rgba(255,45,53,.18),0 0 24px rgba(255,45,53,.8),0 12px 22px rgba(0,0,0,.26);animation:dealerPulse 1.8s ease-out infinite}
.dealer-pin strong{position:absolute;left:50%;top:26px;transform:translateX(-50%);white-space:nowrap;background:rgba(255,255,255,.94);color:#111722;border-radius:999px;padding:7px 11px;font-size:12px;opacity:.94;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.dealer-pin.is-active span{background:#ff3b42;box-shadow:0 0 0 10px rgba(201,33,39,.22),0 18px 30px rgba(201,33,39,.26)}
.dealer-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.dealer-card{display:flex;justify-content:space-between;gap:18px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:22px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.dealer-card.is-active{border-color:rgba(201,33,39,.38);box-shadow:0 16px 38px rgba(15,23,42,.08);transform:translateY(-2px)}
.dealer-card span{display:block;color:#c92127;font-weight:900;font-size:13px;margin-bottom:8px}
.dealer-card h3{margin:0 0 8px;font-size:20px}
.dealer-card p{margin:0;color:#667085;line-height:1.6}
.dealer-card-actions{display:grid;align-content:start;gap:8px;text-align:right;font-weight:900;color:#c92127}
@keyframes dealerPulse{0%{box-shadow:0 0 0 0 rgba(255,45,53,.34),0 0 24px rgba(255,45,53,.8),0 12px 22px rgba(0,0,0,.26)}70%{box-shadow:0 0 0 18px rgba(255,45,53,0),0 0 24px rgba(255,45,53,.8),0 12px 22px rgba(0,0,0,.26)}100%{box-shadow:0 0 0 0 rgba(255,45,53,0),0 0 24px rgba(255,45,53,.8),0 12px 22px rgba(0,0,0,.26)}}
@keyframes dealerDash{to{stroke-dashoffset:-260}}
@media(max-width:1100px){.dealer-map-panel{grid-template-columns:1fr}.dealer-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.dealer-map-canvas{min-height:390px}.dealer-list{grid-template-columns:1fr}.dealer-card{display:block}.dealer-card-actions{text-align:left;margin-top:14px}}
.dealer-real-page{padding-top:56px}
.dealer-real-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:stretch}
.dealer-real-map{min-height:680px;border-radius:18px;overflow:hidden;border:1px solid #dfe4ea;box-shadow:0 24px 58px rgba(15,23,42,.12);background:#dbeafe}
.dealer-real-list{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 14px 38px rgba(15,23,42,.06);max-height:680px;overflow:auto}
.dealer-real-list-head{padding:4px 4px 14px}
.dealer-real-list-head h2{font-size:28px;margin:14px 0 0}
.dealer-real-search{position:sticky;top:-18px;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;background:#fff;padding:0 0 14px;margin-bottom:8px}
.dealer-real-search input{width:100%;height:48px;border:1px solid #dfe4ea;border-radius:10px;background:#f8fafc;padding:0 14px;color:#17212c;font-weight:800;outline:0}
.dealer-real-search input:focus{background:#fff;border-color:rgba(201,33,39,.42);box-shadow:0 0 0 3px rgba(201,33,39,.1)}
.dealer-real-search span{min-width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#fff1f1;color:#c92127;font-weight:900}
.dealer-real-card{width:100%;border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:16px;text-align:left;margin:0 0 10px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.dealer-real-card:hover,.dealer-real-card.is-active{border-color:rgba(201,33,39,.42);box-shadow:0 12px 28px rgba(15,23,42,.08);transform:translateY(-1px)}
.dealer-real-card span{display:block;color:#c92127;font-size:12px;font-weight:900;margin-bottom:6px}
.dealer-real-card strong{display:block;color:#121822;font-size:16px;margin-bottom:6px}
.dealer-real-card small{display:block;color:#697380;line-height:1.5}
.dealer-real-empty{display:none;border:1px dashed #d8dde5;border-radius:12px;background:#f8fafc;color:#697380;font-weight:900;text-align:center;padding:18px;margin-top:8px}
.dealer-real-empty.is-visible{display:block}
.dealer-leaflet-pin span{display:block;width:22px;height:22px;border-radius:50%;background:#c92127;border:4px solid #fff;box-shadow:0 0 0 8px rgba(201,33,39,.18),0 8px 20px rgba(15,23,42,.24)}
.dealer-popup{display:grid;gap:6px;min-width:190px}
.dealer-popup strong{font-size:15px;color:#121822}
.dealer-popup span,.dealer-popup small{color:#667085}
.dealer-popup a{color:#c92127;font-weight:900}
.dealer-real-map .leaflet-control-layers{
  border:0;
  border-radius:12px;
  box-shadow:0 14px 34px rgba(15,23,42,.18);
  overflow:hidden;
}
.dealer-real-map .leaflet-control-layers-expanded{
  padding:10px 12px;
  color:#17212c;
  font-weight:800;
}
.dealer-real-map .leaflet-control-layers label{
  display:block;
  margin:5px 0;
}
@media(max-width:1100px){.dealer-real-shell{grid-template-columns:1fr}.dealer-real-list{max-height:none}.dealer-real-map{min-height:560px}}
@media(max-width:650px){.dealer-real-map{min-height:430px}.dealer-real-list{padding:12px}}

/* First-pass visual cleanup */
.site-search{
  flex:0 1 260px;
  width:auto;
  min-width:190px;
  border-radius:8px;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.site-search:focus-within{
  background:#fff;
  border-color:rgba(183,25,32,.42);
  box-shadow:0 0 0 3px rgba(183,25,32,.1);
}
.site-search input{
  padding:0 0 0 13px;
  font-size:13px;
}
.site-search button{
  flex:0 0 42px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:0;
}
.site-search button:hover{background:#fff1f1}
.site-search svg{width:19px;height:19px;fill:currentColor}
.card:focus-within{
  border-color:#d5dae2;
  box-shadow:0 14px 32px rgba(17,24,39,.08);
}
.product h3{
  min-height:54px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.product .muted{
  min-height:48px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
@media(max-width:1100px){
  .header-inner{flex-wrap:wrap}
  .site-search{flex-grow:1}
}
@media(max-width:650px){
  .header-inner{height:auto;min-height:72px;gap:10px;padding-top:10px;padding-bottom:10px}
  .logo{flex:1 1 auto}
  .menu-toggle{order:2}
  .cart-link{order:3}
  .header .cta{order:4;flex:0 0 150px;text-align:center}
  .cart-link{width:40px;height:40px;flex:0 0 40px}
  .site-search{order:5;flex:1 1 165px;height:40px;min-width:0}
  .site-search button{height:40px;width:40px;flex-basis:40px}
}

body.header-compact .header{
  position:sticky;
}
body.header-compact .header-inner{
  position:relative;
  flex-wrap:nowrap;
  gap:24px;
  align-items:center;
  min-height:80px;
}
body.header-compact .logo{
  order:2;
  flex:0 0 auto;
}
body.header-compact .logo img{
  height:30px;
  width:auto;
}
body.header-compact .site-search{
  order:3;
  flex:0 0 430px;
  width:auto;
  min-width:380px;
  height:44px;
  margin-left:auto;
  margin-right:8px;
  display:flex;
  align-items:center;
  justify-content:stretch;
  gap:0;
  border-radius:2px;
  border:1px solid #efefef;
  background:#fff;
  box-shadow:none;
}
body.header-compact .menu-toggle{
  order:1;
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:auto;
  height:44px;
  border:1px solid #e5e7eb;
  background:#fff;
  padding:0 12px;
  border-radius:12px;
  box-shadow:0 8px 18px rgba(15,23,42,.06);
  color:#111827;
  white-space:nowrap;
}
body.header-compact .menu-toggle-icon{
  width:18px;
  height:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 18px;
}
body.header-compact .menu-toggle-icon svg{
  display:block;
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.header-compact .menu-toggle-text{
  display:inline-block;
  width:auto;
  height:auto;
  background:none;
  border-radius:0;
  font-size:14px;
  font-weight:700;
  line-height:1;
}
body.header-compact .header-lang{
  order:4;
  flex:0 0 auto;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 12px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  color:#111827;
  box-shadow:0 8px 18px rgba(15,23,42,.06);
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}
body.header-compact .lang-globe,
body.header-compact .sign-in-icon{
  font-size:16px;
  line-height:1;
}
body.header-compact .lang-globe svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.header-compact .sign-in-link{
  order:5;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:0 12px;
  color:#111827;
  font-size:13px;
  font-weight:600;
}
body.header-compact .sign-in-link:hover{
  color:var(--sk-red);
}
body.header-compact .cart-link{
  display:none !important;
}
body.header-compact .header nav{
  order:5;
  display:none;
  position:absolute;
  left:0;
  right:0;
  top:100%;
  z-index:60;
  padding:16px 30px 20px;
  background:rgba(255,255,255,.99);
  border-top:1px solid var(--sk-line);
  box-shadow:0 24px 40px rgba(15,23,42,.12);
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
body.header-compact.mobile-menu-open .header nav{
  display:flex;
}
body.header-compact .site-search input{
  flex:1 1 auto;
  width:auto;
  min-width:0;
  font-size:14px;
  padding-left:12px;
  height:44px;
}
body.header-compact .site-search button{
  order:0;
  flex:0 0 44px;
  width:44px;
  height:44px;
  background:transparent;
  border:0;
  color:var(--sk-red);
  padding:0;
}
body.header-compact .site-search svg{
  width:18px;
  height:18px;
}
body.header-compact .header nav a{
  padding:12px 0;
}
body.header-compact .header nav .nav-item.has-dropdown{
  width:100%;
}
body.header-compact .header nav .dropdown-menu{
  position:static;
  box-shadow:none;
  border:1px solid var(--sk-line);
  margin-top:10px;
  width:100%;
  display:none;
}
body.header-compact .header nav .nav-item.has-dropdown:hover .dropdown-menu,
body.header-compact .header nav .nav-item.has-dropdown:focus-within .dropdown-menu{
  display:block;
}
body.header-compact .header nav .dropdown-submenu-menu{
  position:static;
  display:none;
  box-shadow:none;
  margin-top:6px;
}
body.header-compact .header nav .dropdown-submenu:hover .dropdown-submenu-menu,
body.header-compact .header nav .dropdown-submenu:focus-within .dropdown-submenu-menu{
  display:block;
}
body.header-compact .header-inner > a.logo,
body.header-compact .header-inner > form.site-search,
body.header-compact .header-inner > a.header-lang,
body.header-compact .header-inner > button.menu-toggle{
  flex-shrink:0;
}
body.header-compact .btn,
body.header-compact .cta,
body.header-compact .header .cta,
body.header-compact .menu-toggle,
body.header-compact .menu-close,
body.header-compact .header-lang,
body.header-compact .cart-link,
body.header-compact .site-search button,
body.header-compact .dropdown-submenu-trigger{
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease!important;
}
body.header-compact .btn:hover,
body.header-compact .cta:hover,
body.header-compact .header .cta:hover,
body.header-compact .menu-toggle:hover,
body.header-compact .menu-close:hover,
body.header-compact .header-lang:hover,
body.header-compact .cart-link:hover,
body.header-compact .site-search button:hover,
body.header-compact .dropdown-submenu-trigger:hover{
  transform:translateY(-1px)!important;
}
body.header-compact .header-nav-drawer{
  order:5;
  display:flex;
  align-items:center;
  gap:12px;
  flex:1 1 auto;
  min-width:0;
}
body.header-compact .header-nav-head{
  display:none;
}
body.header-compact .header-nav-scroll{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  flex:1 1 auto;
}
body.header-compact .header-nav-scroll > a,
body.header-compact .header-nav-scroll > .nav-item > a{
  white-space:nowrap;
}
body.header-compact .header-nav-scroll .dropdown-menu{
  min-width:220px;
}
body.header-compact .header-nav-scroll .dropdown-submenu-menu{
  min-width:220px;
}
body.header-compact .header-nav-footer{
  display:none;
}

/* Usability pass */
@media(min-width:1101px){
  .nav-item.has-dropdown:after{
    content:"";
    position:absolute;
    left:-12px;
    right:-12px;
    top:100%;
    height:16px;
  }
  .dropdown-menu{
    display:block;
    top:calc(100% + 8px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(4px);
    transition:opacity .16s ease,visibility .16s ease,transform .16s ease;
  }
  .has-dropdown:hover>.dropdown-menu,
  .has-dropdown:focus-within>.dropdown-menu{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }
  .dropdown-submenu-menu{
    left:calc(100% - 1px);
    margin-left:0;
  }
}
body{font-size:14px}
.topbar{font-size:12px}
.hero p{font-size:18px}
.head h2{font-size:35px}
.head p{font-size:15px}
.page-hero h1{font-size:41px}
.cat-card h3,.product h3,.news-card h3{font-size:19px}
.product-card-price{font-size:21px}
.lead{font-size:19px}
.news-detail .rich-content{font-size:16px}
.product-detail-heading h1{font-size:var(--product-title-font-size,18px)}
.product-detail-info>h2,.related-products-section .head h2{font-size:var(--product-section-title-font-size,23px)}
.product-price-box strong{font-size:var(--product-price-font-size,32px)}
.product-price-box span,
.product-price-box small,
.muted,
.footer a,
.footer p{font-size:13px}
.btn,.cta,.header .cta{font-size:13px}

@media(min-width:1101px){
  .header-inner{
    gap:18px;
  }
  nav{
    justify-content:space-between;
    gap:10px;
    margin:0 14px 0 10px;
    padding-right:4px;
  }
  nav a,.nav-item>a{
    padding-top:26px;
    padding-bottom:26px;
  }
  .site-search{
    flex:0 0 46px;
    width:46px;
    min-width:46px;
    background:#fff;
    box-shadow:0 8px 18px rgba(15,23,42,.06);
  }
  body.header-compact .site-search{
    flex:0 0 430px;
    width:auto;
    min-width:380px;
    box-shadow:none;
    margin-left:auto;
  }
  .site-search input{
    width:0;
    padding:0;
    opacity:0;
    pointer-events:none;
    transition:width .18s ease,padding .18s ease,opacity .12s ease;
  }
  body.header-compact .site-search input{
    width:auto;
    padding:0 0 0 10px;
    opacity:1;
    pointer-events:auto;
  }
  .site-search.is-open,
  .site-search:focus-within{
    flex-basis:230px;
    width:230px;
    min-width:230px;
  }
  body.header-compact .site-search.is-open,
  body.header-compact .site-search:focus-within{
    flex-basis:auto;
    width:auto;
    min-width:380px;
  }
  .site-search.is-open input,
  .site-search:focus-within input{
    width:100%;
    padding:0 0 0 13px;
    opacity:1;
    pointer-events:auto;
  }
  body.header-compact .site-search.is-open input,
  body.header-compact .site-search:focus-within input{
    width:auto;
    padding:0 0 0 12px;
  }
  .site-search button{
    order:2;
  }
  body.header-compact .site-search button{
    order:0;
  }
  body.header-compact .site-search svg{
    width:16px;
    height:16px;
  }
}

.variant-select{font-size:var(--product-variant-font-size,14px)}
.spec-list strong,.spec-list span{font-size:var(--product-spec-font-size,13px)}
.product-description-card .rich-content,
.product-tab-panel,
.product-datasheet-table td{font-size:var(--product-description-font-size,14px)}

/* Compact product detail */
.product-detail-main{
  padding-top:18px!important;
  padding-bottom:48px!important;
}
.product-detail-layout{
  grid-template-columns:minmax(360px,.92fr) minmax(420px,1.08fr);
  gap:18px;
  align-items:start;
}
.product-detail-media,
.product-detail-info{
  border-radius:8px;
  box-shadow:0 10px 28px rgba(15,23,42,.045);
}
.product-detail-media{
  position:relative;
  padding:18px;
}
.product-detail-media .product-img{
  height:390px;
  border-radius:8px;
  background:#fbfcfe;
}
.product-main-image img{
  padding:22px;
}
.product-thumbs{
  display:flex;
  justify-content:center;
  gap:14px;
  margin-top:14px;
}
.product-thumbs button{
  flex:0 0 84px;
  width:84px;
  height:70px;
  background:#fff;
}
.product-thumbs img{object-fit:contain;padding:8px}
.product-detail-info{
  padding:28px 32px;
}
.product-detail-heading{
  margin-bottom:16px;
  padding-bottom:22px;
  border-bottom:1px solid var(--sk-line);
}
.product-detail-heading h1{
  margin:0;
  line-height:1.28;
  max-width:100%;
}
.product-price-box{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  column-gap:18px;
  row-gap:4px;
  margin:0 0 18px;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
}
.product-price-box span{
  grid-column:2;
  grid-row:1;
  text-align:right;
}
.product-price-box strong{
  grid-column:2;
  grid-row:2;
  color:var(--sk-red);
  white-space:nowrap;
}
.product-price-box small{
  grid-column:1;
  grid-row:1 / span 2;
  align-self:center;
  color:var(--sk-red);
  font-size:18px;
  font-weight:900;
}
.product-detail-info h2{
  margin:18px 0 10px;
  line-height:1.25;
}
.product-detail-info .product-price-box + h2{
  margin-top:14px;
}
.variant-select{
  max-width:none;
  height:44px;
  padding:10px 14px;
}
.cart-planner-box{
  margin-top:16px;
  padding:0;
  border:0;
  background:transparent;
}
.cart-planner-box label{
  margin-bottom:8px;
  font-size:13px;
}
.cart-planner-actions{
  grid-template-columns:128px minmax(0,1fr);
  gap:14px;
  margin-bottom:8px;
}
.cart-planner-actions input{
  height:46px;
  text-align:center;
}
.cart-planner-actions .btn{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:0;
}
.spec-list{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.spec-list div{
  padding:9px 11px;
}
.spec-list strong{
  margin-bottom:2px;
  font-size:11px;
}
.spec-list span{
  line-height:1.35;
}
.product-tabs-card{
  margin-top:20px;
  border-radius:8px;
}
.product-tab-buttons button{
  padding:15px 22px;
}
.product-tab-panels{
  padding:22px 28px;
}
@media(max-width:1000px){
  .product-detail-layout{
    grid-template-columns:1fr;
  }
  .product-detail-media .product-img{
    height:340px;
  }
}
@media(max-width:650px){
  .product-detail-main{
    padding-top:12px!important;
  }
  .product-detail-info{
    padding:22px;
  }
  .product-detail-media{
    padding:14px;
  }
  .product-detail-media .product-img{
    height:300px;
  }
  .product-thumbs{
    justify-content:flex-start;
    overflow-x:auto;
  }
  .product-price-box{
    grid-template-columns:1fr;
  }
  .product-price-box span,
  .product-price-box strong,
  .product-price-box small{
    grid-column:auto;
    grid-row:auto;
    text-align:left;
  }
  .cart-planner-actions{
    grid-template-columns:1fr;
  }
  .spec-list{
    grid-template-columns:1fr;
  }
}

/* Product detail v2 test. Remove product-detail-v2 from product.php to restore the previous layout. */
.product-breadcrumb{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  margin:0 0 18px;
  padding:2px 4px;
  overflow-x:auto;
  color:var(--sk-muted);
  font-size:14px;
  line-height:1.4;
  white-space:nowrap;
  scrollbar-width:none;
}
.product-breadcrumb::-webkit-scrollbar{
  display:none;
}
.product-breadcrumb a{
  color:var(--sk-muted);
  text-decoration:none;
  transition:color .18s ease;
}
.product-breadcrumb a:hover{
  color:var(--sk-red);
}
.product-breadcrumb-separator{
  color:#a5a9b1;
}
.product-breadcrumb-current{
  color:var(--sk-red);
  font-weight:700;
}
html[data-theme="dark"] .product-breadcrumb a{
  color:#aeb4bf;
}
html[data-theme="dark"] .product-breadcrumb a:hover,
html[data-theme="dark"] .product-breadcrumb-current{
  color:#ef3d45;
}
.product-detail-v2{
  grid-template-columns:minmax(400px,1.06fr) minmax(380px,.94fr);
  gap:22px;
}
.product-detail-v2 .product-detail-info{
  padding:24px 26px 26px;
}
.product-detail-v2 .product-detail-heading{
  margin-bottom:14px;
  padding-bottom:18px;
}
.product-detail-v2 .product-price-box{
  display:grid;
  grid-template-columns:auto auto;
  justify-content:start;
  align-items:baseline;
  column-gap:10px;
  row-gap:12px;
  margin-bottom:18px;
  padding:0 0 18px;
  border-bottom:1px solid var(--sk-line);
}
.product-detail-v2 .product-price-label{
  display:none;
}
.product-detail-v2 .product-price-box small{
  grid-column:1 / -1;
  grid-row:1;
  color:var(--sk-muted);
  font-size:15px;
  font-weight:600;
}
.product-detail-v2 .product-price-box strong{
  grid-column:1;
  grid-row:2;
  font-size:30px!important;
  line-height:1;
}
.product-detail-v2 .product-price-unit{
  display:block;
  grid-column:2;
  grid-row:2;
  color:var(--sk-text);
  font-size:15px;
  font-weight:700;
  white-space:nowrap;
}
.product-detail-v2 .product-detail-info h2{
  margin:14px 0 8px;
  font-size:18px!important;
  line-height:1.3;
}
.product-detail-v2 .variant-select{
  width:100%;
  height:40px;
  min-height:40px;
  padding:8px 12px;
  border-radius:6px;
  font-size:13px;
}
.product-detail-v2 .spec-list{
  grid-template-columns:1fr;
  gap:0;
}
.product-detail-v2 .spec-list div{
  display:grid;
  grid-template-columns:minmax(135px,.44fr) minmax(0,1fr);
  align-items:baseline;
  gap:8px;
  min-height:0;
  padding:9px 0;
  border:0;
  border-bottom:1px solid var(--sk-line);
  border-radius:0;
  background:transparent;
}
.product-detail-v2 .spec-list div:last-child{
  border-bottom:0;
}
.product-detail-v2 .spec-list strong{
  display:flex;
  align-items:baseline;
  margin:0;
  font-size:12px!important;
  line-height:1.35;
}
.product-detail-v2 .spec-list span,
.product-detail-v2 .spec-list a{
  font-size:13px!important;
  line-height:1.35;
}
html[data-theme="dark"] .product-detail-v2 .spec-list div{
  background:transparent;
  border-color:#34373d;
}
@media(max-width:1000px){
  .product-detail-v2{
    grid-template-columns:1fr;
  }
}
@media(max-width:650px){
  .product-breadcrumb{
    gap:8px;
    margin-bottom:12px;
    padding-inline:0;
    font-size:12px;
  }
  .product-detail-v2 .product-detail-info{
    padding:20px 18px 22px;
  }
  .product-detail-v2 .spec-list{
    grid-template-columns:1fr;
  }
}
@media(max-width:420px){
  .product-detail-v2 .spec-list div{
    grid-template-columns:1fr;
    gap:3px;
  }
}

/* Product listing four-up cards */
.product-browser{
  grid-template-columns:260px minmax(0,1fr);
  gap:24px;
}
.product-results .grid3{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.product-browser .product{
  border-radius:18px;
}
.product-browser .product .tag{
  display:none;
}
.product-browser .product-img{
  height:210px;
  margin-bottom:16px;
}
.product-browser .product-img img{
  padding:18px;
}
.product-browser .product h3{
  min-height:0;
  margin-left:18px;
  margin-right:18px;
  font-size:var(--product-card-title-font-size,16px);
  line-height:1.45;
  display:block;
  overflow:visible;
  -webkit-line-clamp:initial;
  -webkit-box-orient:initial;
}
.product-browser .product-card-price{
  margin:2px 18px 14px;
  font-size:20px;
  text-align:center;
}
.product-browser .product .btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  margin:0 22px 18px;
  padding:10px 16px;
  border:0;
  border-radius:999px;
  background:#c92127;
  box-shadow:0 12px 20px rgba(183,25,32,.24);
  color:#fff;
  font-size:13px;
  line-height:1;
}
.product-browser .product .btn:hover{
  background:#b71920;
  box-shadow:0 14px 24px rgba(183,25,32,.3);
}
.product-browser .product-list-card,
.related-products-grid .product-list-card{
  display:flex;
  flex-direction:column;
  height:100%;
  padding:16px;
  border-radius:12px;
  box-shadow:none;
}
.product-browser .product-list-card:hover,
.related-products-grid .product-list-card:hover{
  transform:none;
  box-shadow:none;
}
.product-browser .product-list-card .product-list-title,
.related-products-grid .product-list-card .product-list-title{
  min-height:44px;
  margin:0 0 12px;
  color:var(--sk-ink);
  font-size:var(--product-card-title-font-size,16px);
  line-height:1.4;
}
.product-browser .product-list-card .product-list-image,
.related-products-grid .product-list-card .product-list-image{
  height:210px;
  margin:0 0 14px;
  border-radius:10px;
}
.product-browser .product-list-card .product-list-image img,
.related-products-grid .product-list-card .product-list-image img{
  object-fit:contain;
  padding:8px;
}
.product-list-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:40px;
  margin-top:auto;
}
.product-list-price{
  min-width:0;
  display:flex;
  align-items:center;
}
.product-browser .product-list-card .product-list-price .product-card-price,
.related-products-grid .product-list-card .product-list-price .product-card-price{
  margin:0;
  color:var(--sk-ink);
  font-size:16px;
  line-height:1.2;
  text-align:left;
  white-space:nowrap;
}
.product-browser .product-list-card .product-list-view,
.related-products-grid .product-list-card .product-list-view{
  width:auto;
  min-width:0;
  min-height:0;
  margin:0;
  padding:10px 14px;
  border-radius:8px;
  background:#c92127;
  box-shadow:none!important;
  font-size:13px;
  line-height:1;
  white-space:nowrap;
}
.product-browser .product-list-card .product-list-view:hover,
.related-products-grid .product-list-card .product-list-view:hover{
  background:#b71920;
  box-shadow:none!important;
}
.product-browser .product-list-card .admin-public-edit,
.related-products-grid .product-list-card .admin-public-edit{box-shadow:none!important}
@media(max-width:1250px){
  .product-results .grid3{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:1000px){
  .product-browser{
    grid-template-columns:1fr;
  }
  .product-sidebar{
    position:static;
  }
}
@media(max-width:760px){
  .product-results .grid3{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:520px){
  .product-results .grid3{
    grid-template-columns:1fr;
  }
}

/* Related / compatible products */
.related-products-section{
  margin-top:34px;
}
.related-products-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
@media(max-width:1250px){
  .related-products-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:900px){
  .related-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px){
  .related-products-grid{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(240px,78vw);
    grid-template-columns:none;
    overflow-x:auto;
    padding-bottom:6px;
    scroll-snap-type:x mandatory;
  }
  .related-products-grid .product{
    scroll-snap-align:start;
  }
}

/* Quality / certificates content page */
.certificate-content-page{
  min-height:60vh;
  padding:48px 0 90px;
  background:#fff;
}
.certificate-content-container{
  max-width:1460px;
}
.certificate-content-hero{
  width:100%;
  aspect-ratio:16 / 5;
  margin:0 0 48px;
  overflow:hidden;
  border-radius:8px;
  background:#f2f3f5;
}
.certificate-content-hero img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.certificate-content-copy{
  max-width:1180px;
  margin:0 auto 70px;
  color:#252b34;
  font-size:18px;
  line-height:1.8;
}
.certificate-content-copy h1,
.certificate-content-copy h2,
.certificate-content-copy h3{
  color:#171f2a;
}
.certificate-content-copy img{
  max-width:100%;
  height:auto;
}
.certificate-downloads{
  max-width:1180px;
  margin:0 auto;
}
.certificate-downloads h2{
  margin:0 0 22px;
  color:#171f2a;
  font-size:28px;
  line-height:1.25;
}
.certificate-download-search{
  display:flex;
  align-items:center;
  gap:10px;
  max-width:760px;
  margin:0 0 24px;
}
.certificate-download-search input{
  flex:1;
  min-width:0;
  height:46px;
  padding:0 14px;
  border:1px solid #d7dbe1;
  border-radius:8px;
  background:#fff;
  color:#202731;
  font:inherit;
}
.certificate-download-search input:focus{
  outline:3px solid rgba(201,33,39,.12);
  border-color:#c92127;
}
.certificate-download-search button{
  height:46px;
  padding:0 18px;
  border:1px solid #c92127;
  border-radius:8px;
  background:#c92127;
  color:#fff;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.certificate-download-search a{
  color:#697381;
  font-size:14px;
  font-weight:700;
}
.certificate-download-list{
  display:grid;
  gap:10px;
}
.certificate-download-item{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 32px;
  align-items:center;
  gap:14px;
  min-height:72px;
  padding:13px 16px;
  border:1px solid #dfe2e7;
  border-radius:8px;
  background:#fff;
  color:#202731;
  transition:border-color .2s ease,background .2s ease;
}
.certificate-download-item:hover{
  border-color:#c92127;
  background:#fbfbfc;
}
.certificate-file-icon{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:8px;
  background:#f9e9ea;
  color:#c92127;
}
.certificate-file-icon svg{
  width:23px;
  height:23px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.certificate-file-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.certificate-file-copy strong{
  overflow-wrap:anywhere;
  font-size:16px;
  line-height:1.35;
}
.certificate-file-copy small{
  color:#7b8491;
  font-size:12px;
  font-weight:700;
}
.certificate-download-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#c92127;
}
.certificate-download-arrow svg{
  display:block;
  width:25px;
  height:25px;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.certificate-download-empty{
  margin:0;
  padding:24px 0;
  color:#697381;
}
.certificate-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:4px;
  margin-top:22px;
}
.certificate-pagination a{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  min-width:30px;
  min-height:30px;
  padding:0!important;
  border:1px solid #d7dbe1;
  border-radius:5px;
  background:#fff;
  color:#303844;
  font-size:12px;
  font-weight:700;
  line-height:1;
}
.certificate-pagination a:hover,
.certificate-pagination a.is-active{
  border-color:#c92127;
  background:#c92127;
  color:#fff;
}
.certificate-pagination-gap{
  min-width:16px;
  font-size:12px;
  color:#7b8491;
  text-align:center;
}
@media(max-width:760px){
  .certificate-content-page{padding:28px 0 62px}
  .certificate-content-hero{aspect-ratio:16 / 8;margin-bottom:32px}
  .certificate-content-copy{margin-bottom:48px;font-size:16px}
  .certificate-downloads h2{font-size:23px}
  .certificate-download-item{grid-template-columns:40px minmax(0,1fr) 24px;padding:12px}
  .certificate-file-icon{width:40px;height:40px}
  .certificate-download-search{align-items:stretch;flex-wrap:wrap}
  .certificate-download-search input{flex-basis:calc(100% - 92px)}
  .certificate-download-search button{padding:0 14px}
  .certificate-download-search a{width:100%}
}

/* Index2 desktop drawer refresh */
body.header-compact .menu-toggle{
  border:0;
  background:transparent;
  box-shadow:none;
  padding:0;
  border-radius:0;
  height:44px;
}
body.header-compact .menu-toggle:hover{
  transform:none!important;
  box-shadow:none!important;
}
body.header-compact .menu-toggle-icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
}
body.header-compact .menu-toggle-icon svg{
  width:22px;
  height:22px;
  stroke-width:2;
}
body.header-compact .menu-toggle-text{
  font-size:15px;
  font-weight:700;
}
body.header-compact .header-nav-drawer{
  position:fixed;
  inset:0;
  z-index:1250;
  display:flex;
  align-items:stretch;
  justify-content:flex-start;
  background:transparent;
  width:100vw;
  flex:none;
  transform:translateX(-100%);
  transition:transform .24s ease;
  pointer-events:none;
}
body.header-compact.mobile-menu-open .header-nav-drawer{
  transform:translateX(0);
  pointer-events:auto;
}
body.header-compact .header-nav-panel{
  width:min(420px, 100vw);
  height:100%;
  display:flex;
  flex-direction:column;
  background:#fff;
  border-right:1px solid var(--sk-line);
  box-shadow:0 22px 60px rgba(15,23,42,.18);
  overflow:hidden;
  pointer-events:auto;
}
body.header-compact .header-nav-visual{
  flex:1 1 auto;
  min-width:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.14)),
    linear-gradient(180deg,rgba(17,23,34,.08),rgba(17,23,34,.28)),
    url("../img/georgia-map-premium.jpeg") center center / cover no-repeat;
  position:relative;
  pointer-events:none;
}
body.header-compact .header-nav-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(17,23,34,.14),rgba(17,23,34,.36) 42%,rgba(17,23,34,.58)),
    radial-gradient(circle at 72% 30%,rgba(201,33,39,.18),transparent 34%);
}
body.header-compact .header-nav-head{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:14px;
  padding:18px 18px 16px;
  border-bottom:1px solid var(--sk-line);
  background:#fff;
  flex:0 0 auto;
}
body.header-compact .menu-close{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:0;
  background:transparent;
  color:#111827;
  padding:0;
  font-weight:700;
}
body.header-compact .menu-close span{
  display:block;
  width:18px;
  height:2px;
  background:currentColor;
  position:relative;
}
body.header-compact .menu-close span:first-child{
  transform:translateY(1px) rotate(45deg);
}
body.header-compact .menu-close span:nth-child(2){
  transform:translateY(-1px) rotate(-45deg);
  margin-left:-18px;
}
body.header-compact .header-nav-brand{
  justify-self:center;
  display:inline-flex;
}
body.header-compact .header-nav-brand img{
  height:28px;
  width:auto;
}
body.header-compact .header-nav-scroll{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:0;
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  padding:10px 18px 18px;
}
body.header-compact .header-nav-scroll > a,
body.header-compact .header-nav-scroll > .nav-item > a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  padding:18px 0;
  font-size:18px;
  font-weight:400;
  color:#111827;
}
body.header-compact .header-nav-scroll > a::after,
body.header-compact .header-nav-scroll > .nav-item > a::after{
  content:"\203A";
  color:var(--sk-red);
  font-size:34px;
  line-height:1;
  flex:0 0 auto;
}
body.header-compact .header-nav-scroll .nav-item.has-dropdown{
  width:100%;
}
body.header-compact .header-nav-scroll .dropdown-menu{
  position:static;
  display:block;
  width:100%;
  min-width:0;
  margin:0;
  padding:0 0 10px 14px;
  box-shadow:none;
  border:0;
  background:transparent;
}
body.header-compact .header-nav-scroll .dropdown-menu > a,
body.header-compact .header-nav-scroll .dropdown-submenu-trigger,
body.header-compact .header-nav-scroll .dropdown-submenu-menu a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  padding:12px 0;
  font-size:16px;
  font-weight:400;
  color:#111827;
}
body.header-compact .header-nav-scroll .dropdown-submenu-trigger span{
  color:var(--sk-red);
  font-size:28px;
}
body.header-compact .header-nav-scroll .dropdown-submenu-menu{
  position:static;
  display:block;
  min-width:0;
  margin:0;
  padding:0 0 0 12px;
  box-shadow:none;
  border:0;
}
body.header-compact .header-nav-scroll .dropdown-divider{
  margin:6px 0 12px;
}
body.header-compact .header-nav-scroll .dropdown-feature-link{
  font-weight:700;
}
body.header-compact .header-nav-footer{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:16px 18px 20px;
  border-top:1px solid var(--sk-line);
  background:#fff;
  flex:0 0 auto;
}
body.header-compact .header-nav-lang{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#111827;
  font-weight:700;
  font-size:14px;
}
body.header-compact .header-nav-lang .lang-globe{
  font-size:16px;
  line-height:1;
}
body.header-compact .header-nav-lang .lang-globe svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.header-compact .header-nav-drawer::before{
  content:"";
  position:fixed;
  inset:0;
  background:rgba(10,14,20,.12);
  opacity:0;
  transition:opacity .24s ease;
  pointer-events:none;
  z-index:-1;
}
body.header-compact.mobile-menu-open .header-nav-drawer::before{
  opacity:1;
}
@media(max-width:1100px){
  body.header-compact .header-nav-panel{
    width:min(78vw,420px);
  }
  body.header-compact .header-nav-visual{
    display:none;
  }
}
@media(max-width:650px){
  body.header-compact .header-nav-panel{
    width:min(88vw,380px);
  }
}

/* Final index2 drawer override */
body.header-compact .header-nav-drawer{
  position:fixed !important;
  inset:0 !important;
  width:100vw !important;
  display:flex !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  background:transparent !important;
  transform:translateX(-100%) !important;
  transition:transform .24s ease !important;
  pointer-events:none !important;
  z-index:1300 !important;
}
body.header-compact.mobile-menu-open .header-nav-drawer{
  transform:translateX(0) !important;
  pointer-events:auto !important;
}
body.header-compact .header-nav-panel{
  width:min(420px, 100vw) !important;
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
  background:#fff !important;
  border-right:1px solid var(--sk-line) !important;
  box-shadow:0 22px 60px rgba(15,23,42,.18) !important;
  overflow:hidden !important;
  pointer-events:auto !important;
}
body.header-compact .header-nav-visual{
  flex:1 1 auto !important;
  min-width:0 !important;
  display:block !important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.14)),
    linear-gradient(180deg,rgba(17,23,34,.08),rgba(17,23,34,.28)),
    url("../img/georgia-map-premium.jpeg") center center / cover no-repeat !important;
  position:relative !important;
  pointer-events:none !important;
}
body.header-compact .header-nav-visual:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:
    linear-gradient(90deg,rgba(17,23,34,.14),rgba(17,23,34,.36) 42%,rgba(17,23,34,.58)),
    radial-gradient(circle at 72% 30%,rgba(201,33,39,.18),transparent 34%) !important;
}
body.header-compact .header-nav-head{
  display:grid !important;
  grid-template-columns:auto 1fr !important;
  align-items:center !important;
  gap:14px !important;
  padding:18px 18px 16px !important;
  border-bottom:1px solid var(--sk-line) !important;
  background:#fff !important;
  flex:0 0 auto !important;
}
body.header-compact .menu-close{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  border:0 !important;
  background:transparent !important;
  color:#111827 !important;
  padding:0 !important;
  font-weight:700 !important;
}
body.header-compact .header-nav-brand{
  justify-self:center !important;
  display:inline-flex !important;
}
body.header-compact .header-nav-scroll{
  display:flex !important;
  flex-direction:column !important;
  align-items:stretch !important;
  gap:0 !important;
  flex:1 1 auto !important;
  min-height:0 !important;
  overflow-y:auto !important;
  -webkit-overflow-scrolling:touch !important;
  padding:10px 18px 18px !important;
}
body.header-compact .nav-row{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  width:100% !important;
}
body.header-compact .header-nav-scroll > a,
body.header-compact .nav-row > a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  width:100% !important;
  padding:18px 0 !important;
  font-size:18px !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  color:#111827 !important;
}
body.header-compact .nav-row-trigger{
  flex:1 1 auto !important;
  min-width:0 !important;
  border:0 !important;
  background:transparent !important;
  padding:18px 0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  color:#111827 !important;
  cursor:pointer !important;
  text-align:left !important;
}
body.header-compact .nav-row-trigger span{
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
body.header-compact .nav-row-trigger i{
  flex:0 0 auto !important;
  width:12px !important;
  height:12px !important;
  border-right:2px solid currentColor !important;
  border-bottom:2px solid currentColor !important;
  transform:rotate(45deg) !important;
  margin-top:-2px !important;
  color:var(--sk-red) !important;
}
body.header-compact .nav-row-trigger.active,
body.header-compact .nav-row-trigger:hover{
  color:var(--sk-red) !important;
}
body.header-compact .nav-row-trigger.active i{
  transform:rotate(-135deg) !important;
  margin-top:2px !important;
}
body.header-compact .nav-row > a::after{
  content:none !important;
}
body.header-compact .header-nav-scroll .dropdown-menu{
  position:static !important;
  display:none !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 0 10px 14px !important;
  box-shadow:none !important;
  border:0 !important;
  background:transparent !important;
}
body.header-compact .nav-item.is-open > .dropdown-menu{
  display:block !important;
}
body.header-compact .header-nav-scroll .dropdown-submenu-menu{
  display:none !important;
}
body.header-compact .dropdown-submenu.is-open > .dropdown-submenu-menu{
  display:block !important;
}
body.header-compact .header-nav-scroll .dropdown-menu > a,
body.header-compact .header-nav-scroll .dropdown-submenu-trigger,
body.header-compact .header-nav-scroll .dropdown-submenu-menu a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:100% !important;
  padding:12px 0 !important;
  font-size:16px !important;
  font-weight:400 !important;
  color:#111827 !important;
}
body.header-compact .header-nav-scroll .dropdown-submenu-trigger{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
}
body.header-compact .header-nav-scroll .dropdown-submenu-trigger span{
  color:var(--sk-red) !important;
  font-size:28px !important;
}
body.header-compact .header-nav-scroll .dropdown-submenu-menu{
  position:static !important;
  display:none !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 0 0 12px !important;
  box-shadow:none !important;
  border:0 !important;
}
body.header-compact .dropdown-submenu.is-open > .dropdown-submenu-menu{
  display:block !important;
}
body.header-compact .header-nav-scroll .dropdown-divider{
  margin:6px 0 12px !important;
}
body.header-compact .header-nav-footer{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  padding:16px 18px 20px !important;
  border-top:1px solid var(--sk-line) !important;
  background:#fff !important;
  flex:0 0 auto !important;
}
body.header-compact .header-nav-lang{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
  color:#111827 !important;
  font-weight:700 !important;
  font-size:14px !important;
}
body.header-compact .header-nav-drawer::before{
  content:"" !important;
  position:fixed !important;
  inset:0 !important;
  background:rgba(10,14,20,.12) !important;
  opacity:0 !important;
  transition:opacity .24s ease !important;
  pointer-events:none !important;
  z-index:-1 !important;
}
body.header-compact.mobile-menu-open .header-nav-drawer::before{
  opacity:1 !important;
}
body.header-compact .header-lang{
  display:inline-flex !important;
  order:4 !important;
  align-items:center !important;
  justify-content:center !important;
}
body.header-compact .header-lang.header-lang-compact{
  margin-left:0 !important;
}
@media(max-width:1100px){
  body.header-compact .header-nav-panel{
    width:min(78vw,420px) !important;
  }
  body.header-compact .header-nav-visual{
    display:none !important;
  }
}
@media(max-width:650px){
  body.header-compact .header-nav-panel{
    width:min(88vw,380px) !important;
  }
}
body.header-compact .nav-row-trigger{
  flex:1 1 auto !important;
  min-width:0 !important;
  border:0 !important;
  background:transparent !important;
  padding:18px 0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  color:#111827 !important;
  cursor:pointer !important;
  text-align:left !important;
}
body.header-compact .nav-row-trigger span{
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
body.header-compact .nav-row-trigger i{
  flex:0 0 auto !important;
  width:12px !important;
  height:12px !important;
  border-right:2px solid currentColor !important;
  border-bottom:2px solid currentColor !important;
  transform:rotate(45deg) !important;
  margin-top:-2px !important;
  color:var(--sk-red) !important;
}
body.header-compact .nav-row-trigger.active,
body.header-compact .nav-row-trigger:hover{
  color:var(--sk-red) !important;
}
body.header-compact .nav-row-trigger.active i{
  transform:rotate(-135deg) !important;
  margin-top:2px !important;
}
body.header-compact .dropdown-submenu-trigger{
  border:0 !important;
  background:transparent !important;
  padding:12px 0 !important;
  cursor:pointer !important;
  width:100% !important;
  text-align:left !important;
}
body.header-compact .dropdown-submenu-trigger span{
  flex:1 1 auto !important;
  min-width:0 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}
body.header-compact .dropdown-submenu-trigger i{
  flex:0 0 auto !important;
  width:10px !important;
  height:10px !important;
  border-right:2px solid currentColor !important;
  border-bottom:2px solid currentColor !important;
  transform:rotate(45deg) !important;
  color:var(--sk-red) !important;
  transition:transform .18s ease !important;
}
body.header-compact .dropdown-submenu.is-open .dropdown-submenu-trigger i{
  transform:rotate(-135deg) !important;
}
body.header-compact .dropdown-submenu.is-open > .dropdown-submenu-trigger{
  color:var(--sk-red) !important;
}

body.header-compact{
  overflow-x:hidden;
}
body.header-compact.mobile-menu-open{
  overflow:hidden;
}
body.header-compact .header-compact-shell{
  position:sticky;
  top:0;
  z-index:1250;
}
body.header-compact .header-inner{
  justify-content:flex-start;
  gap:18px;
}
body.header-compact .menu-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:108px;
  height:44px;
  padding:0 14px;
  border:1px solid var(--sk-line);
  border-radius:12px;
  background:#fff;
  color:#111827;
  box-shadow:0 8px 18px rgba(15,23,42,.06);
  cursor:pointer;
}
body.header-compact .menu-toggle-icon,
body.header-compact .menu-close-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  flex:0 0 22px;
}
body.header-compact .menu-toggle-icon svg,
body.header-compact .menu-close-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.header-compact .menu-toggle-text{
  font-size:15px;
  line-height:1;
  font-weight:800;
}
body.header-compact .logo{
  min-width:146px;
}
body.header-compact .logo img{
  height:40px;
}
body.header-compact .site-search-static{
  margin-left:auto;
  width:min(560px,100%);
}
body.header-compact .header-lang-compact{
  margin-left:0;
}
body.header-compact .header-nav-drawer{
  position:fixed;
  inset:0;
  display:block;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease,visibility .2s ease;
  z-index:1200;
}
body.header-compact.mobile-menu-open .header-nav-drawer{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
body.header-compact .header-nav-panel{
  position:absolute;
  inset:0 auto 0 0;
  width:min(420px,86vw);
  background:#fff;
  box-shadow:26px 0 60px rgba(15,23,42,.22);
  transform:translateX(-100%);
  transition:transform .24s ease;
  display:flex;
  flex-direction:column;
}
body.header-compact.mobile-menu-open .header-nav-panel{
  transform:translateX(0);
}
body.header-compact .header-nav-visual{
  position:absolute;
  inset:0 0 0 min(420px,86vw);
  background:rgba(15,23,42,.48);
  backdrop-filter:blur(2px);
  cursor:pointer;
}
body.header-compact .header-nav-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:22px 22px 18px;
  border-bottom:1px solid var(--sk-line);
}
body.header-compact .menu-close{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:0;
  background:transparent;
  padding:0;
  color:#111827;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
}
body.header-compact .header-nav-brand img{
  height:38px;
}
body.header-compact .header-nav-scroll{
  flex:1;
  overflow-y:auto;
  padding:14px 18px 20px;
  display:grid;
  gap:8px;
}
body.header-compact .header-nav-scroll::-webkit-scrollbar{
  width:10px;
}
body.header-compact .header-nav-scroll::-webkit-scrollbar-thumb{
  background:#d1d5db;
  border-radius:999px;
  border:2px solid #fff;
}
body.header-compact .nav-item,
body.header-compact .nav-row{
  display:block;
}
body.header-compact .nav-row-trigger,
body.header-compact .header-nav-scroll > a{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 12px;
  border:1px solid transparent;
  border-radius:14px;
  background:#fff;
  color:#111827;
  text-align:left;
  font-size:16px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 1px 0 rgba(15,23,42,.03);
}
body.header-compact .nav-row-trigger.active,
body.header-compact .header-nav-scroll > a.active{
  color:var(--sk-red);
  background:#fff7f7;
  border-color:#fecaca;
}
body.header-compact .nav-row-trigger i,
body.header-compact .dropdown-submenu-trigger i{
  display:inline-block;
  width:10px;
  height:10px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  transition:transform .18s ease;
  flex:0 0 10px;
  opacity:.78;
}
body.header-compact .nav-item.is-open > .nav-row .nav-row-trigger i,
body.header-compact .dropdown-submenu.is-open > .dropdown-submenu-trigger i{
  transform:rotate(-135deg);
}
body.header-compact .dropdown-menu{
  display:none;
  position:static;
  min-width:0;
  margin:4px 0 0;
  padding:0 0 0 12px;
  border:0;
  border-left:1px solid #e5e7eb;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
body.header-compact .nav-item.is-open > .dropdown-menu{
  display:grid;
  gap:6px;
}
body.header-compact .dropdown-menu a{
  padding:11px 12px;
  font-size:14px;
  border-radius:10px;
  background:#f8fafc;
  color:#374151;
}
body.header-compact .dropdown-menu a:hover{
  background:#fff1f1;
  color:var(--sk-red);
}
body.header-compact .dropdown-divider{
  height:1px;
  background:#e5e7eb;
  margin:8px 0;
}
body.header-compact .dropdown-submenu{
  position:relative;
}
body.header-compact .dropdown-submenu-trigger{
  display:flex!important;
  align-items:center;
  justify-content:space-between;
  width:100%;
  gap:14px;
  padding:11px 12px;
  border-radius:10px;
  background:#fff;
  color:#111827;
  font-size:15px;
  font-weight:700;
}
body.header-compact .dropdown-submenu-menu{
  display:none;
  position:static;
  margin:4px 0 0;
  padding:0 0 0 12px;
  border:0;
  box-shadow:none;
  border-left:1px solid #e5e7eb;
  border-radius:0;
  min-width:0;
  background:transparent;
}
body.header-compact .dropdown-submenu.is-open > .dropdown-submenu-menu{
  display:grid;
  gap:6px;
}
body.header-compact .header-nav-footer{
  padding:18px 18px 22px;
  border-top:1px solid var(--sk-line);
}
body.header-compact .header-nav-lang{
  display:inline-flex;
  align-items:center;
  gap:10px;
  border:1px solid var(--sk-line);
  background:#fff;
  color:#111827;
  border-radius:12px;
  padding:10px 14px;
  font-weight:800;
}
body.header-compact .lang-globe{
  display:inline-flex;
  width:18px;
  height:18px;
}
body.header-compact .lang-globe svg{
  width:18px;
  height:18px;
  fill:currentColor;
}
@media(max-width:1100px){
  body.header-compact .site-search-static{
    width:min(420px,100%);
  }
}
@media(max-width:900px){
  body.header-compact .header-inner{
    gap:12px;
  }
  body.header-compact .site-search-static{
    display:none;
  }
  body.header-compact .header-nav-panel{
    width:min(100vw,420px);
  }
  body.header-compact .header-nav-visual{
    inset:0;
  }
}
@media(max-width:650px){
  body.header-compact .menu-toggle{
    min-width:0;
    width:44px;
    padding:0;
  }
  body.header-compact .menu-toggle-text{
    display:none;
  }
  body.header-compact .logo img{
    height:34px;
  }
  body.header-compact .header-nav-head{
    padding:18px 18px 14px;
  }
  body.header-compact .header-nav-scroll{
    padding:12px 14px 18px;
  }
  body.header-compact .nav-row-trigger,
  body.header-compact .header-nav-scroll > a{
    padding:13px 12px;
    font-size:15px;
  }
}

/* Dark drawer style for index2 menu */
body.header-compact .header-nav-drawer{
  background:rgba(0,0,0,.28);
}
body.header-compact .header-nav-panel{
  background:#1f1f23;
  color:#f5f5f7;
  box-shadow:28px 0 70px rgba(0,0,0,.38);
}
body.header-compact .header-nav-head{
  padding:22px 20px 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
body.header-compact .menu-close{
  color:#f5f5f7;
  font-size:18px;
}
body.header-compact .header-nav-brand img{
  filter:brightness(0) invert(1);
}
body.header-compact .header-nav-scroll{
  padding:14px 18px 18px;
  gap:4px;
}
body.header-compact .nav-row-trigger,
body.header-compact .header-nav-scroll > a{
  background:transparent;
  color:#f5f5f7;
  border:0;
  border-radius:0;
  box-shadow:none;
  padding:14px 6px;
  font-size:21px;
  line-height:1.1;
  font-weight:500;
  letter-spacing:-.01em;
}
body.header-compact .header-nav-scroll > a.active,
body.header-compact .nav-row-trigger.active{
  color:#fff;
  background:transparent;
  border:0;
}
body.header-compact .nav-item{
  border-bottom:1px solid rgba(255,255,255,.08);
}
body.header-compact .nav-item:last-child{
  border-bottom:0;
}
body.header-compact .nav-row-trigger i,
body.header-compact .dropdown-submenu-trigger i{
  border-right:1.8px solid currentColor;
  border-bottom:1.8px solid currentColor;
  opacity:.85;
  margin-left:auto;
}
body.header-compact .nav-item.is-open > .nav-row .nav-row-trigger i,
body.header-compact .dropdown-submenu.is-open > .dropdown-submenu-trigger i{
  opacity:1;
}
body.header-compact .dropdown-menu{
  border-left:0;
  padding:0 0 0 12px;
  margin:0 0 10px 6px;
}
body.header-compact .dropdown-menu a{
  background:transparent;
  color:#cfd3da;
  padding:9px 0;
  font-size:14px;
  border-radius:0;
}
body.header-compact .dropdown-menu a:hover{
  color:#fff;
  background:transparent;
}
body.header-compact .dropdown-divider{
  background:rgba(255,255,255,.08);
  margin:8px 6px 12px;
}
body.header-compact .dropdown-submenu-trigger{
  background:transparent;
  color:#f5f5f7;
  border-radius:0;
  padding:10px 6px;
  font-size:18px;
  font-weight:700;
}
body.header-compact .dropdown-submenu-menu{
  border-left:0;
  padding:0 0 0 14px;
  margin:0 0 8px 6px;
}
body.header-compact .dropdown-submenu-menu a{
  color:#cfd3da;
  font-size:14px;
  padding:8px 0;
}
body.header-compact .dropdown-submenu-menu a:hover{
  color:#fff;
}
body.header-compact .header-nav-footer{
  border-top:1px solid rgba(255,255,255,.08);
  padding:18px 18px 22px;
}
body.header-compact .header-nav-lang{
  background:transparent;
  color:#f5f5f7;
  border-color:rgba(255,255,255,.16);
}
body.header-compact .header-nav-lang:hover{
  border-color:rgba(255,255,255,.34);
}
body.header-compact .lang-globe{
  color:#f5f5f7;
}
body.header-compact .header-nav-visual{
  background:rgba(0,0,0,.28);
}
body.header-compact .header-nav-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(31,31,35,.08),rgba(31,31,35,.34));
}

/* Keep public text-action buttons consistent with the AI chat end button. */
.btn,
.cta,
.clear-filter,
.catalog-pdf-btn,
.loyalty-download-box a,
.certificate-download-search button,
.certificate-download-search a,
.ai-widget-send,
.ai-widget-reset,
.cookie-consent-btn{
  border-radius:999px!important;
}

/* Homepage white-background test. Remove home-white-test to restore prior bands. */
html:not([data-theme="dark"]) .home-white-test,
html:not([data-theme="dark"]) .home-white-test > .section{
  background:#fff!important;
}

/* Homepage category showcase */
.home-category-showcase{
  padding:92px 0;
}
.home-category-showcase-layout{
  display:grid;
  grid-template-columns:minmax(280px,.82fr) minmax(0,1.55fr);
  gap:52px;
  align-items:center;
}
.home-category-showcase-copy{
  align-self:center;
  max-width:430px;
}
.home-category-showcase-copy h2{
  margin:0;
  color:var(--sk-red);
  font-size:48px;
  line-height:1.12;
  font-weight:900;
}
.home-category-showcase-copy p{
  margin:28px 0 0;
  color:var(--sk-muted);
  font-size:17px;
  line-height:1.65;
}
.home-category-showcase-button{
  margin-top:34px;
}
.home-category-showcase-media{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}
.home-category-showcase-card{
  position:relative;
  display:block;
  min-width:0;
  aspect-ratio:3 / 4;
  overflow:hidden;
  border-radius:4px;
  background:#e2e2e2;
}
.home-category-showcase-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .28s ease;
}
.home-category-showcase-card:hover img{transform:scale(1.025)}
.home-category-showcase-placeholder{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  padding:24px;
  color:#5f6670;
  font-size:18px;
  font-weight:800;
  text-align:center;
}
.home-category-showcase-arrow{
  position:absolute;
  top:20px;
  right:20px;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  color:var(--sk-red);
  transition:transform .2s ease;
}
.home-category-showcase-arrow svg{
  display:block;
  width:34px;
  height:35px;
}
.home-category-showcase-card:hover .home-category-showcase-arrow{transform:translate(3px,-3px)}
@media(max-width:1000px){
  .home-category-showcase{padding:72px 0}
  .home-category-showcase-layout{grid-template-columns:1fr;gap:36px}
  .home-category-showcase-copy{max-width:680px}
  .home-category-showcase-copy h2{font-size:42px}
  .home-category-showcase-media{gap:20px}
  .home-category-showcase-card{aspect-ratio:4 / 5}
}
@media(max-width:650px){
  .home-category-showcase{padding:56px 0}
  .home-category-showcase-layout{gap:28px}
  .home-category-showcase-copy h2{font-size:34px}
  .home-category-showcase-copy p{margin-top:18px;font-size:15px}
  .home-category-showcase-button{margin-top:24px}
  .home-category-showcase-media{gap:12px}
  .home-category-showcase-arrow{top:10px;right:10px;width:30px;height:30px}
  .home-category-showcase-arrow svg{width:28px;height:29px}
}

/* Homepage quality showcase */
.home-quality-showcase{
  padding:92px 0;
}
.home-quality-showcase-layout{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.82fr);
  gap:52px;
  align-items:center;
}
.home-quality-showcase-media{
  position:relative;
  display:block;
  min-width:0;
  aspect-ratio:16 / 10;
  overflow:hidden;
  border-radius:4px;
  background:#e2e2e2;
}
.home-quality-showcase-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .28s ease;
}
.home-quality-showcase-media:hover img{transform:scale(1.025)}
.home-quality-showcase-media:hover .home-category-showcase-arrow{transform:translate(3px,-3px)}
.home-quality-showcase-placeholder{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  padding:24px;
  color:#5f6670;
  font-size:22px;
  font-weight:800;
  text-align:center;
}
.home-quality-showcase-copy{
  align-self:center;
  max-width:430px;
}
.home-quality-showcase-copy h2{
  margin:0;
  color:var(--sk-red);
  font-size:48px;
  line-height:1.12;
  font-weight:900;
}
.home-quality-showcase-copy p{
  margin:28px 0 0;
  color:var(--sk-muted);
  font-size:17px;
  line-height:1.65;
}
.home-quality-showcase-button{margin-top:34px}
@media(max-width:1000px){
  .home-quality-showcase{padding:72px 0}
  .home-quality-showcase-layout{grid-template-columns:1fr;gap:36px}
  .home-quality-showcase-media{aspect-ratio:16 / 9}
  .home-quality-showcase-copy{max-width:680px}
  .home-quality-showcase-copy h2{font-size:42px}
}
@media(max-width:650px){
  .home-quality-showcase{padding:56px 0}
  .home-quality-showcase-layout{gap:28px}
  .home-quality-showcase-media{aspect-ratio:4 / 3}
  .home-quality-showcase-copy h2{font-size:34px}
  .home-quality-showcase-copy p{margin-top:18px;font-size:15px}
  .home-quality-showcase-button{margin-top:24px}
}

/* Content navigation must not inherit the legacy mobile header menu positioning. */
@media(max-width:1100px){
  nav.product-breadcrumb,
  nav.certificate-pagination{
    position:static!important;
    inset:auto!important;
    display:flex!important;
    max-height:none!important;
    overflow:visible;
    padding:0;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    z-index:auto;
  }
  nav.product-breadcrumb{
    width:100%;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:nowrap;
    overflow-x:auto;
    margin:0 0 12px;
  }
  nav.product-breadcrumb a{
    padding:0!important;
    border-radius:0;
    background:transparent!important;
    line-height:1.4;
  }
  nav.certificate-pagination{
    width:100%;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:4px;
  }
}
