.language-switcher{display:flex;align-items:center;gap:4px;margin-left:18px;padding:4px;border:1px solid rgba(255,255,255,.2);border-radius:3px;background:rgba(8,28,35,.48);backdrop-filter:blur(8px);white-space:nowrap}.language-switcher button{border:0;background:transparent;color:#cbd9dc;padding:7px 9px;font:600 10px/1 Arial,sans-serif;letter-spacing:.04em;cursor:pointer;border-radius:2px}.language-switcher button:hover{color:#fff}.language-switcher button.active{background:#69cbd8;color:#0b2831}.site-header .language-switcher{margin-left:auto}.site-header .back-products{margin-left:16px}.lang-ru h1,.lang-ru h2,.lang-ru h3{letter-spacing:-.025em!important}.lang-ru .hero h1{font-size:clamp(56px,7.2vw,116px)!important;line-height:.96!important}.lang-en .hero h1{font-size:clamp(68px,8.5vw,138px)!important}.lang-ru .card h3{font-size:23px}.lang-ru .filters button{padding-left:15px;padding-right:15px}@media(max-width:900px){.language-switcher{margin-left:auto;margin-right:0}.site-header .back-products{font-size:0}.site-header .back-products span{font-size:18px}.site-header nav{display:none!important}}@media(max-width:560px){.language-switcher button{padding:6px}.language-switcher{gap:1px;margin-left:8px}.lang-ru .hero h1{font-size:44px!important}}


/* Product detail header layout v2 */
.site-header{
  display:grid!important;
  grid-template-columns:minmax(180px,230px) minmax(420px,1fr) auto auto!important;
  align-items:center!important;
  justify-content:initial!important;
  column-gap:clamp(18px,2.2vw,42px)!important;
  padding-left:clamp(28px,5vw,90px)!important;
  padding-right:clamp(28px,5vw,90px)!important;
}
.site-header>.brand{
  grid-column:1;
  min-width:0;
  justify-self:start;
}
.site-header>.brand img{
  max-width:210px!important;
  object-fit:contain;
}
.site-header>nav{
  grid-column:2;
  justify-self:center;
  min-width:0;
  margin:0!important;
  gap:clamp(20px,2vw,38px)!important;
}
.site-header>nav a{white-space:nowrap}
.site-header>.language-switcher{
  grid-column:3;
  position:static!important;
  justify-self:end;
  margin:0!important;
}
.site-header>.back-products{
  grid-column:4;
  position:static!important;
  top:auto!important;
  right:auto!important;
  transform:none!important;
  justify-self:end;
  margin:0!important;
  padding-left:2px;
}
@media(max-width:1250px){
  .site-header{
    grid-template-columns:minmax(160px,1fr) auto auto!important;
  }
  .site-header>nav{display:none!important}
  .site-header>.language-switcher{grid-column:2}
  .site-header>.back-products{grid-column:3}
}
@media(max-width:680px){
  .site-header{
    grid-template-columns:minmax(105px,1fr) auto auto!important;
    column-gap:8px!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }
  .site-header>.brand img{max-width:130px!important}
  .site-header>.language-switcher button{padding:6px 5px!important;font-size:9px!important}
  .site-header>.back-products{font-size:0!important;gap:0!important}
  .site-header>.back-products span{font-size:19px!important}
}
