<style>
    body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;   /* чуть крупнее, чем стандарт — 17px */
  color: #242628;
  background: #ffe4e1; 
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.product-main-container {
  flex: 1 0 auto;
}
ul, ol {
  font-size: 1.14rem !important;    
  margin-bottom: 18px;
  line-height: 1.7;
  color: #47505c;
}
    .header-kyc {
      width: 100vw;
      background: #08b4ff;
      min-height: 68px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Montserrat', Arial, sans-serif;
      color: #fff;
    }
    .container-header {
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 32px;
    }
    .header-kyc .logo-area {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 700;
      font-size: 2rem;
      letter-spacing: 1px;
      text-decoration: none;
    }
    .header-kyc .menu {
      display: flex;
      gap: 42px;
    }
    .header-kyc .menu a {
      color: #fff;
      text-decoration: none;
      font-size: 1rem;
      font-weight: 600;
      transition: opacity 0.18s;
    }
    .header-kyc .menu a:hover {
      opacity: 0.7;
    }
    .header-kyc .icons {
      display: flex;
      gap: 28px;
    }
    .header-kyc .icons svg {
      width: 28px;
      height: 28px;
      fill: none;
      stroke: #fff;
      stroke-width: 2.2px;
      cursor: pointer;
      transition: opacity 0.18s;
    }
    .header-kyc .icons svg:hover {
      opacity: 0.7;
    }

    /* --- СТИЛЬ КАРТОЧКИ ПРОДУКТА --- */
    .product-main-container {
      max-width: 1280px;
      margin: 38px auto 32px auto;
      background: none;
      padding: 0 15px 20px 15px;
    }
    .product-main-flex {
      display: flex;
      gap: 40px;
      align-items: flex-start;
    }
    .product-main-img {
    min-width: 390px;
    max-width: 390px;
    height: 180px;
    background: #11b6fd;
    border-radius: 32px;
    box-shadow: 0 6px 32px #e6f3fa;
    display: flex;
    align-items: center;
    justify-content: center;
    /* убери лишний padding! */
    padding: 0;
  }
  .product-main-img img {
    width: 90%;
    max-width: 90%;
    height: 130px; /* или auto, подбери */
    object-fit: contain;
    border-radius: 0;
    margin: 0;
    background: transparent;
    padding: 0;
    display: block;
  }
    .product-main-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      min-width: 360px;
    }
    .product-category {
      color: #8993a5;
      font-size: 0.97rem;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 11px;
      letter-spacing: 0.04em;
    }
    .product-title {
  font-size: 2rem;
  font-weight: 700;
  color: #262d33;
  margin: 0 0 12px 0;
  line-height: 1.15;
}

h2, h3 {
  font-size: 1.17rem;  /* или 1.2rem — подбери как визуально нравится */
  font-weight: 700;
  color: #262d33;
  margin: 22px 0 10px 0;
  line-height: 1.19;
}
    .stars {
      margin: 6px 0 7px 0;
    }
    .stars span {
  color: #FFA13A;
  font-size: 1.24rem;    
  margin-right: 2px;
}
    .product-kit-title {
  font-size: 1.18rem;   
  margin-top: 40px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #262d33;
}
    .product-kit-list {
      color: #47505c;
      font-size: 1.14rem;
      margin-bottom: 42px;
      padding-left: 40px;
      line-height: 1.7;
    }
    .product-guarantee {
  color: #181818;
  margin-top: 38px;
  font-size: 1.25rem;  
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 60px;
}
    .product-guarantee svg {
      fill: #2988df;
      width: 19px;
      height: 19px;
    }
.product-category-label {
    font-size: 0.85rem;
    color: #b0b7c4;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.product-category-link {
    font-size: 1rem;
    color: #b0b7c4;
    font-weight: 600;
    transition: color 0.16s;
    text-decoration: none;
    cursor: pointer;
}
.product-category-link:hover {
    color: #10a3eb;
    text-decoration: none;
}
.product-reviews {
  font-size: 0.97rem;    
  color: #b0b7c4;
  margin: 0;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.18s;
}
.product-reviews:hover {
    color: #10a3eb;    /* ярко-синий при наведении */
    text-decoration: none; /* подчеркивание не появляется */
}
.product-main-features {
    font-size: 1.01rem;
    color: #47505c;
    margin: 18px 0 10px 0;
    line-height: 1.55;
}

    /* --- ТАБЫ --- */
    .product-tabs {
      margin-top: 38px;
      border-bottom: 2px solid #e6ecf1;
      display: flex;
      gap: 35px;
      margin-bottom: 34px;
    }
    .product-tab {
      font-size: 1.13rem;
      font-weight: 600;
      color: #b4b8be;
      background: none;
      border: none;
      padding: 0 0 9px 0;
      cursor: pointer;
      transition: color 0.16s, border-bottom 0.16s;
      border-bottom: 2px solid transparent;
      outline: none;
    }
    .product-tab.active {
      color: #08b4ff;
      border-bottom: 2px solid #08b4ff;
    }
    .tab-content {
      margin-bottom: 32px;
      font-size: 1.11rem;
      line-height: 1.65;
      color: #222;
      font-family: 'Montserrat', Arial, sans-serif;
    }

    /* --- Похожие товары --- */
    .similar-title {
      font-size: 1.57rem;
      font-weight: 700;
      margin: 32px 0 24px 0;
      color: #23272d;
      font-family: 'Montserrat', Arial, sans-serif;
    }
    .card-list {
      width: 100%;
      max-width: 1240px;
      margin: 0 auto 30px auto;
      display: flex;
      flex-wrap: wrap;
      gap: 28px;
      justify-content: flex-start;
      min-height: 0;
    }
    .product-card {
      background: #fff;
      border-radius: 20px;
      box-shadow: 0 4px 22px #e8f3fb;
      width: 350px;
      display: flex;
      flex-direction: column;
      align-items: center;
      overflow: hidden;
      position: relative;
      padding: 0;
      margin: 0;
      transition: box-shadow 0.2s;
    }
    .product-card:hover {
      box-shadow: 0 6px 28px #b6d8f7;
    }
    .product-img-area {
      height: 180px;
      background: linear-gradient(120deg, #13baff 60%, #66e0ff 100%);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .product-img-area img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .product-card .product-title {
      font-family: 'Montserrat', Arial, sans-serif;
      font-size: 1.14rem;
      font-weight: 700;
      margin: 18px 0 8px 0;
      color: #191919;
      text-align: center;
      min-height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
a.product-title {
  text-decoration: none !important;
  color: #191919;   /* или другой нужный тебе цвет */
  font-weight: 700;
  display: block;
  text-align: center;
  min-height: 40px;
  margin: 18px 0 8px 0;
}

a.product-title:hover {
  color: #10a3eb;
  text-decoration: none !important;
}
    .product-card .product-type {
      font-size: 0.86rem;
      color: #5a7c98;
      margin-bottom: 8px;
      letter-spacing: 0.04em;
      font-weight: 500;
      text-transform: uppercase;
    }
    .product-card .stars {
      margin: 11px 0 6px 0;
    }
    .product-card .stars span {
      color: #FFA13A;
      font-size: 1.17rem;
      margin: 0 2px;
    }
    .product-card .card-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 0 30px 18px 40px; /* левый отступ увеличен с 30px до 40px! */
  margin-top: 8px;
  gap: 12px;
}
.card-bottom .price {
  font-size: 1.15rem; 
}
    .product-card .btn-details {
      background: #eef2f7;
      color: #14b9fa;
      border: none;
      border-radius: 8px;
      font-size: 0.98rem;
      font-family: inherit;
      font-weight: 700;
      padding: 8px 30px;
      cursor: pointer;
      transition: background 0.13s, color 0.13s;
      text-decoration: none;
      margin-left: 16px;
      margin-right: 0;
      box-shadow: none;
      letter-spacing: 0.02em;
    }
    .product-card .btn-details:hover {
      background: #14b9fa;
      color: #fff;
    }
.product-main-price {
    font-size: 1.7rem;   
    font-weight: 700;
    margin: 0 0 14px 0;
}
.product-tabs {
  margin-top: 38px;
  border-bottom: 2px solid #e6ecf1;
  display: flex;
  gap: 35px;
  margin-bottom: 34px;
}
.product-tab {
  font-size: 1.13rem;
  font-weight: 600;
  color: #b4b8be;
  background: none;
  border: none;
  padding: 0 0 9px 0;
  cursor: pointer;
  transition: color 0.16s, border-bottom 0.16s;
  border-bottom: 2px solid transparent;
  outline: none;
}
.product-tab.active {
  color: #08b4ff;
  border-bottom: 2px solid #08b4ff;
}
.tab-content { display: none; }
.tab-content.active { display: block; }

.reviews-list { margin: 0 0 0 0; }
.review-item {
  margin-bottom: 24px;
  border-bottom: 1px solid #f1f2f6;
  padding-bottom: 14px;
}
.review-author {
  font-weight: 700;
  color: #323643;
  font-size: 1.06rem;
  margin-bottom: 2px;
}
.review-text {
  color: #5a616a;
  font-size: 1.01rem;
  margin-bottom: 5px;
}
.review-stars {
  color: #FFA13A;
  font-size: 1.12rem;
  letter-spacing: 2px;
}
    /* --- Футер --- */
    footer {
      width: 100vw;
      background: #111416;
      color: #fff;
      padding: 24px 0 16px 0;   
      margin-top: 60px;
    }
    .footer-row {
      max-width: 1300px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 15px;
      padding: 0 30px;         
    }
    .footer-row nav a {
      color: #fff;
      text-decoration: none;
      font-family: 'Montserrat', Arial, sans-serif;
      font-size: 0.88rem;
      font-weight: 500;
      margin-right: 34px;
    }
    .footer-row nav a:last-child {margin-right:0;}
    .footer-row nav a:hover {opacity:.78;}
    .footer-row .logo-area img {height:32px;}
    .footer-row .email {
      font-family: 'Montserrat', Arial, sans-serif;
      font-size: 0.9rem;
      font-weight: 500;
    }
    .footer-copy {
      width: 100%;
      text-align: center;
      margin-top: 18px;
      font-size: 0.85rem;
      color: #b0b0b0;
      font-family: 'Montserrat', Arial, sans-serif;
    }
.product-purchase-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin: 0 auto 32px auto;
  gap: 18px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.product-purchase-row {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: center;
}
.product-purchase-label {
  font-size: 1.06rem;
  font-weight: 500;
  margin-right: 7px;
}
.product-country-select {
  font-size: 1.14rem;
  padding: 10px 24px 10px 14px;
  border-radius: 10px;
  border: 1.5px solid #b4e4ff;
  outline: none;
  background: #fff;
  color: #222;
  min-width: 270px;
  margin-right: 18px;
  margin-left: 3px;
}
.product-qty-block {
  display: flex;
  align-items: center;
  background: #f7fbff;
  border-radius: 12px;
  border: 1.5px solid #b4e4ff;
  padding: 0 4px;
  min-width: 106px;
  margin-right: 18px;
}
.qty-btn {
  background: none;
  border: none;
  color: #00aeff;
  font-size: 1.6rem;
  padding: 7px 13px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.14s;
  border-radius: 8px;
}
.qty-btn:active {
  background: #e7f5ff;
}
.qty-input {
  width: 38px;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 1.17rem;
  font-family: inherit;
  font-weight: 600;
  color: #23272d;
  outline: none;
}
.add-cart-btn {
  background: #11b8fa;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 13px 80px;
  cursor: pointer;
  transition: background 0.18s;
  margin-left: 12px;
  box-shadow: 0 4px 16px #b2e6fa28;
}
.add-cart-btn:hover {
  background: #07a4e0;
}
#notify {
  display: none;
  position: fixed;
  top: 88px;
  right: 36px;
  background: #1ec6fc;
  color: #fff;
  font-size: 1.15rem;
  font-family: 'Montserrat', Arial, sans-serif;
  border-radius: 16px;
  padding: 15px 28px;
  box-shadow: 0 6px 36px #75dfff31;
  z-index: 1000;
  animation: fadein 0.22s;
}
.stars-reviews-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.custom-radio-group {
  display: flex;
  align-items: center;
  gap: 18px;
}

.custom-radio {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  margin-right: 0;
  cursor: pointer;
  position: relative;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio .custom-radio-indicator {
  width: 17px;
  height: 17px;
  border: 2px solid #b0b7c4;
  border-radius: 50%;
  background: #fff;
  margin-right: 7px;
  position: relative;
  box-sizing: border-box;
  display: flex;        /* добавь */
  align-items: center;  /* центрируем по вертикали */
  justify-content: center; /* центрируем по горизонтали */
}

.custom-radio input[type="radio"]:checked + .custom-radio-indicator {
  border-color: #1fa3ff;
}

.custom-radio .custom-radio-indicator::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1fa3ff;
  opacity: 0;
  transition: opacity 0.18s;
}

.custom-radio input[type="radio"]:checked + .custom-radio-indicator::after {
  opacity: 1;
}
.radio-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 18px;
}

.radio-block-label {
  font-size: 1.09rem;
  font-weight: 600;
  color: #232323;
  margin-bottom: 1px;
}

.radio-block-description {
  font-size: 0.92rem;
  color: #b2b2b2;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 8px;
  line-height: 1.3;
}
html {
  scroll-behavior: smooth;
}
.product-category-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 9px;
}
@keyframes fadein {
  from { opacity: 0;}
  to { opacity: 1;}
}
@media (max-width: 900px) {
  .product-main-flex {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .product-main-img {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 18px;
    height: auto;
  }
}
.review-text {
  font-weight: 400 !important;
}
.cart-popup {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  background: #12b7ff;
  border-radius: 28px;
  box-shadow: 0 8px 44px rgba(0,70,140,0.12);
  min-width: 300px;
  max-width: 350vw;
  padding: 18px 20px 16px 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadein .17s;
}

.cart-popup-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.cart-popup-btns {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10px;
}

.cart-popup-btn {
  border: none;
  outline: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.97rem;
  font-weight: 600;
  border-radius: 18px;
  padding: 14px 32px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}

.cart-popup-btn.main {
  background: #fff;
  color: #13baff;
  border: 2px solid #fff;
  box-shadow: 0 2px 12px rgba(19,186,255,0.13);
}

.cart-popup-btn.main:hover {
  background: #13baff;
  color: #fff;
}

.cart-popup-btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.cart-popup-btn.secondary:hover {
  background: rgba(255,255,255,0.14);
}

@keyframes fadein {
  from { opacity: 0;}
  to { opacity: 1;}
}
.lang-globe-switcher {
  position: relative;
  display: inline-block;
  margin-left: 8px;
}

#langGlobeBtn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  outline: none;
  transition: box-shadow 0.12s;
}

#langGlobeIcon {
  transition: stroke 0.2s;
}

#langGlobeBtn:hover #langGlobeIcon,
#langGlobeBtn:focus #langGlobeIcon {
  stroke: #8793a9; /* Серый как у остальных иконок при наведении */
}

.lang-popup {
  display: none;
  position: absolute;
  left: 50%;
  top: 33px;
  background: #fff;
  box-shadow: 0 4px 28px rgba(20,185,250,0.13);
  border-radius: 13px;
  padding: 7px 0;
  z-index: 100;
  min-width: 90px;
  border: 1.5px solid #f3f7fb;
  animation: fadeinLang .18s;
}

@keyframes fadeinLang {
  from { opacity: 0; transform: translateY(-10px);}
  to { opacity: 1; transform: translateY(0);}
}

.lang-popup .lang-btn {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 8px 18px 8px 18px;
  color: #222;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.14s, color 0.14s;
}

.lang-popup .lang-btn.current {
  color: #14b9fa;
  background: #f3fafe;
  cursor: default;
}

.lang-popup .lang-btn:not(.current):hover {
  background: #eaf4fa;
  color: #14b9fa;
}

.lang-globe-switcher.active #langPopup {
  display: block;
}
body, h1, h2, h3, .cart-title, .cart-desc, .cart-infobox, .cart-header-row, .cart-qtybox, input, button, .total-label, .total-info, .checkout-btn {
  font-family: 'Montserrat', Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* === HEADER === */
.header-kyc{width:100%;background:#08b4ff;min-height:68px;display:flex;align-items:center;justify-content:center;color:#fff;font-family:'Montserrat',Arial,sans-serif}
.container-header{width:100%;max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 32px}
.header-kyc .logo-area{display:flex;align-items:center;gap:10px;font-weight:700;font-size:2rem;text-decoration:none}
.header-kyc .logo-area img{height:40px;width:auto;display:block}
.header-kyc .menu{display:flex;gap:42px}
.header-kyc .menu a{color:#fff;text-decoration:none;font-size:1rem;font-weight:600;transition:opacity .18s}
.header-kyc .menu a:hover{opacity:.7}
.header-kyc .icons{display:flex;gap:18px}
.header-kyc .icons svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:2.2px;cursor:pointer;transition:opacity .18s}
.header-kyc .icons svg:hover{opacity:.7}

/* язык */
.lang-globe-switcher{position:relative;display:inline-block}
.langGlobeBtn{background:none;border:none;cursor:pointer;padding:0;border-radius:50%;outline:none}
.langGlobeIcon{transition:stroke .2s}
.langGlobeBtn:hover .langGlobeIcon,.langGlobeBtn:focus .langGlobeIcon{stroke:#e5f6ff}
.lang-popup{display:none;position:absolute;left:50%;top:33px;background:#fff;box-shadow:0 4px 28px rgba(20,185,250,.13);border:1.5px solid #f3f7fb;border-radius:13px;min-width:90px;padding:7px 0;z-index:100}
.lang-popup .lang-btn{display:block;width:100%;text-align:left;background:none;border:none;padding:8px 18px;color:#222;font-weight:600;font-size:1rem;cursor:pointer}
.lang-popup .lang-btn.current{color:#14b9fa;background:#f3fafe;cursor:default}
.lang-popup .lang-btn:not(.current):hover{background:#eaf4fa;color:#14b9fa}
.lang-globe-switcher.active .lang-popup{display:block}

/* бургер */
.burger-btn{display:none;background:none;border:none;font-size:2.2rem;color:#fff;cursor:pointer;position:absolute;left:8px;top:2px;z-index:1002}

/* mobile mini-иконки */
.header-mobile-icons{display:none;align-items:center;gap:8px}

/* mobile menu */
.mobile-menu{display:none}
.menu-overlay{display:none}

/* FOOTER */
footer.footer-kyc{width:100%;background:#111416;color:#fff;padding:24px 0 16px 0}
.footer-kyc .footer-inner{max-width:1300px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:15px;padding:0 30px}
.footer-kyc nav{display:flex;gap:34px}
.footer-kyc a{color:#fff;text-decoration:none;font-family:'Montserrat',Arial,sans-serif;font-size:.88rem;font-weight:500}

/* ====== ADAPTIVE ====== */
@media (max-width:900px){
  .header-kyc .logo-area img{height:36px}
  .burger-btn{display:block}
  .header-kyc .menu,.header-kyc .icons{display:none !important}
  .header-mobile-icons{display:flex}
  .container-header{position:relative;padding-right:10px}
  .header-mobile-icons{position:absolute;right:10px;top:50%;transform:translateY(-50%);gap:10px}
  .logo-area{margin:0 !important;margin-left:56px !important;margin-right:auto !important}

  /* off-canvas меню */
  .mobile-menu{display:flex;flex-direction:column;align-items:center;background:#08b4ff;position:fixed;left:0;top:0;height:100vh;width:81vw;min-width:240px;max-width:350px;
    transform:translateX(-110%);transition:transform .3s;z-index:1001;padding:60px 18px 0}
  .mobile-menu.open{transform:translateX(0)}
  .menu-overlay{display:none;position:fixed;inset:0;background:rgba(20,185,250,.13);z-index:1000}
  .menu-overlay.open{display:block}
  .mobile-menu .close-menu{align-self:flex-end;background:none;border:none;font-size:2.5rem;color:#fff;margin-bottom:24px;cursor:pointer}
  .mobile-menu a,.mobile-menu .account-btn{margin:0 0 22px 0;font-size:1.22rem;color:#fff;text-decoration:none;font-weight:600}
  .mobile-menu .account-btn{background:#fff;color:#13baff;border-radius:18px;padding:10px 0;margin-top:36px;border:2px solid #fff;width:80%}
}

/* утилиты */
.no-scroll{overflow:hidden !important}
@media (max-width: 700px) {
  footer > div:first-child {
    flex-direction: column !important;
    align-items: center !important;
    gap: 22px !important;
    padding: 24px 0 12px 0 !important;
    text-align: center;
  }
  footer nav {
    flex-direction: column !important;
    gap: 13px !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  footer > div > div,
  footer nav,
  footer div[style*="font-family:"] {
    justify-content: center !important;
    width: 100% !important;
  }
  footer div[style*="font-family:"] {
    font-size: 1.04rem !important;
    font-weight: 500 !important;
  }
}
.footer-icons-mobile {
  display: none;
}
@media (max-width: 700px) {
  .footer-icons-mobile {
    display: flex !important;
    align-items: center;
    gap: 13px;
    margin-left: 12px;
  }
  /* Сделать иконки похожими на хедер */
  .footer-icons-mobile svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.2px;
    cursor: pointer;
    transition: opacity 0.18s;
    background: none;
  }
  .footer-icons-mobile svg:hover {
    opacity: 0.7;
  }

/* Картинки внутри карточки — всегда сжимаются по контейнеру */
.product-main-img img,
.product-description-block img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Адаптивная типографика для основных заголовков карточки */
.product-title {
  font-size: clamp(1.1rem, 2vw + 1rem, 2rem);
  line-height: 1.2;
}

/* Не даём строкам «прилипать» к краям на маленьких экранах */
.product-main-container,
.product-body,
.product-sections {
  padding-inline: 16px;
}

/* Сетка шапки карточки (картинка + правая часть) */
.product-main-flex {
  display: grid;
  grid-template-columns: 1fr; /* мобайл по умолчанию — одна колонка */
  gap: 24px;
}

/* Покрупнее кликабельные области (минимум ~44px) */
.product-purchase-block .product-purchase-row select,
.product-purchase-block .product-purchase-row input,
.product-purchase-block .product-purchase-row button,
.product-purchase-block .product-add-to-cart,
button.account-btn,
.header-kyc .burger-btn {
  min-height: 44px;
}

/* Ширина контейнеров без «жёстких» пикселей */
.container,
.container-header,
.product-container {
  width: 100%;
  max-width: min(1200px, 92vw);
  margin-inline: auto;
}

/* ========= Хедер / меню ========= */

/* Бургер виден на мобильных, десктоп-меню — на больших */
.header-kyc .burger-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

/* Иконки справа (корзина/язык) показываем на мобилке */
.header-mobile-icons { display: flex; }

/* Десктоп-меню внутри шапки */
.header-kyc .menu {
  display: none;
  gap: 32px;
}
.header-kyc .menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

/* Off-canvas мобильное меню (из вашего .mobile-menu) */
.mobile-menu {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(88vw, 340px);
  background: #121417;
  color: #fff;
  display: none;               /* по умолчанию скрыто */
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  z-index: 1001;
  transform: translateX(100%);
  transition: transform .25s ease;
}
.mobile-menu a,
.mobile-menu .account-btn {
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  padding: 12px 6px;
  border: 0;
  background: none;
  text-align: left;
}
.mobile-menu .close-menu {
  align-self: flex-end;
  width: 44px; height: 44px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

/* Оверлей под мобильным меню */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(2px);
  display: none;
  z-index: 1000;
}

/* Состояние «меню открыто» */
.mobile-menu.open { 
  display: flex;
  transform: translateX(0);
}
.menu-overlay.open { display: block; }
body.menu-open { overflow: hidden; }

/* ========= Футер (учитываем inline-стили) ========= */
footer nav a {
  white-space: nowrap;
}

/* Мобайл: складываем элементы футера в колонку, выравниваем по центру */
@media (max-width: 700px) {
  footer > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 14px !important;
    padding: 0 16px !important;
  }
  footer nav {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 16px !important;
  }
}

/* ========= Брейкпоинты карточки ========= */

/* ≥ 680px: чуток просторнее, но пока одна колонка */
@media (min-width: 680px) {
  .product-main-flex {
    gap: 32px;
  }
}

/* ≥ 900px: две колонки — изображение слева, контент справа */
@media (min-width: 900px) {
  .product-main-flex {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
    gap: 40px;
  }
  /* В шапке: десктоп-меню включаем, бургер/моб-иконки скрываем */
  .header-kyc .menu { display: flex; }
  .header-mobile-icons, .header-kyc .burger-btn { display: none; }
}

/* Очень маленькие экраны (узкие телефоны) */
@media (max-width: 360px) {
  .product-title { font-size: clamp(1rem, 4vw + .8rem, 1.4rem); }
  .product-purchase-block .product-purchase-row { gap: 10px; }
}

/* Табы/секции товара – равномерные отступы */
.product-sections > * {
  margin-block: 18px;
}

/* Блок покупки: на узких экранах – колонка */
@media (max-width: 700px) {
  .product-purchase-block .product-purchase-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .product-purchase-label {
    margin-bottom: 2px;
  }
}

/* Кнопки добавления в корзину – 100% ширины на мобайле */
@media (max-width: 700px) {
  .product-add-to-cart,
  .product-buy-now,
  .product-purchase-block button {
    width: 100%;
  }
}

/* Рейтинги/иконки – аккуратная переносимость */
.stars-reviews-row,
.product-category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 700px) {
  .add-cart-btn {
    margin-left: -8px; /* двигаем кнопку левее на 10px */
  }
}
@media (max-width: 700px) {
  /* Кнопка под количеством — прижать влево */
  .product-purchase-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  

  /* "Похожие товары" — по центру на мобилке */
  .similar-title {
    text-align: center;
  }
  .card-list {
    justify-content: center;  /* было flex-start */
    padding-left: 0;           /* на случай лишнего внутреннего отступа */
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 700px) {
  /* главное: снять жёсткие min-width у колонок товара */
  .product-main-img {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .product-main-right {
    min-width: 0;    /* <-- отключаем 360px */
    width: 100%;
  }

  /* на всякий случай – не даём родителю раздувать ширину */
  .product-main-flex {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  /* чтобы точно не было «ползунка» из-за 100vw */
  .header-kyc,
  footer {
    width: 100%;   /* вместо 100vw */
  }

  /* если где-то картинка шире контейнера */
  .product-main-img img {
    max-width: 100%;
    height: auto;
  }

  /* крайняя страховка (можно убрать, если всё ок без неё) */
  body { overflow-x: clip; }
}
/* Убираем переполнение на мобилках */
@media (max-width: 900px) {
  .product-main-flex {
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }
  .product-main-img {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 18px;
  }
  .product-main-right {
    min-width: 0;       /* <-- ключевой фикс */
    width: 100%;
  }
}

/* Доп. страховка против 100vw в шапке/футере */
@media (max-width: 700px) {
  .header-kyc,
  footer {
    width: 100%;
  }
  html, body { overflow-x: hidden; } /* можно убрать после проверки */
}
@media (max-width: 900px) {
  .burger-btn {
    width: 48px !important;
    height: 48px !important;
    font-size: 35px !important;
    line-height: 1 !important;  /* было 3 — вернём норму */
    top: -5px !important;       /* поднимем выше; подбери -2px…-5px */
    left: 6px !important;
  }
}
/* === Единое мобильное меню (как на «правильной» странице) === */
@media (max-width: 900px) {
  /* Панель меню */
  .mobile-menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: fixed !important;
    left: 0 !important;          /* выезжает слева */
    top: 0 !important;
    height: 100vh !important;
    width: 81vw !important;      /* как у тебя на синем варианте */
    min-width: 240px !important;
    max-width: 350px !important;
    padding: 60px 18px 0 !important;

    background: #08b4ff !important;   /* СИНЕЕ, не чёрное */
    color: #fff !important;
    box-shadow: 6px 0 28px rgba(0,0,0,.18) !important;

    transform: translateX(-110%) !important;
    transition: transform .3s ease !important;
    z-index: 1001 !important;
  }
  .mobile-menu.open { transform: translateX(0) !important; }

  /* Кнопка закрыть */
  .mobile-menu .close-menu {
    align-self: flex-end !important;
    background: none !important;
    border: none !important;
    font-size: 2.2rem !important;
    color: #fff !important;
    margin-bottom: 24px !important;
    cursor: pointer !important;
    line-height: 1 !important;
  }

  /* Пункты меню */
  .mobile-menu a,
  .mobile-menu .account-btn {
    font-family: 'Montserrat', Arial, sans-serif !important;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 1.22rem !important;
    margin: 0 0 22px 0 !important;
  }

  /* Кнопка «Мой аккаунт» как на референсе */
  .mobile-menu .account-btn {
    background: #fff !important;
    color: #13baff !important;
    border: 2px solid #fff !important;
    border-radius: 18px !important;
    padding: 10px 0 !important;
    width: 80% !important;
    margin-top: 36px !important;
    text-align: center !important;
  }

  /* Оверлей */
  .menu-overlay {
    position: fixed !important;
    inset: 0 !important;
    background: rgba(20,185,250,0.13) !important; /* светлый голубой, как на синем скрине */
    display: none !important;
    z-index: 1000 !important;
  }
  .menu-overlay.open { display: block !important; }
}
@media (max-width: 900px) {
  /* поменьше воздуха сверху панели */
  .mobile-menu {
    padding: 48px 18px 0 !important; /* было 60px 18px 0 */
  }

  /* крестик не так далеко от пунктов */
  .mobile-menu .close-menu {
    margin-bottom: 16px !important;   /* было 24px */
  }

  /* пункты меню — меньше межстрочный и отступы */
  .mobile-menu a:not(.account-btn) {
    line-height: 1.0 !important;     /* было по умолчанию выше */
    margin: 0 0 0px 0 !important;     /* было 22px */
    text-align: center !important;
  }

  /* промежуток до кнопки «Мой аккаунт» */
  .mobile-menu a:not(.account-btn):last-of-type {
    margin-bottom: 18px !important;    /* было фактически 22px */
  }

  /* кнопка «Мой аккаунт» — компактнее и ближе */
  .mobile-menu .account-btn {
    margin-top: 18px !important;       /* было 36px */
    padding: 9px 0 !important;         /* было 10px 0 */
    width: 80% !important;             /* оставляем как есть по ширине */
    font-size: 1.06rem !important;     /* можно оставить 1.22rem, если нужен крупнее */
  }
}
@media (max-width: 900px) {
  .cart-popup {
    position: fixed !important;
    left: 50% !important;
    bottom: 20px !important;     /* или где у тебя показывается */
    transform: translateX(-50%) !important;
    max-width: 90% !important;   /* чтобы не выходило за экран */
    z-index: 9999 !important;
  }
}
@media (max-width: 900px) {
  .lang-globe-switcher { position: relative !important; }

  .lang-popup {
    left: auto !important;   /* убираем привязку к центру */
    right: 0 !important;     /* якорим к правому краю иконки */
    transform: none !important;
  }
}
/* обнуляем маргины у всех возможных детей ряда */
.product-card .card-bottom > a,
.product-card .card-bottom > button,
.product-card .card-bottom > svg{
  margin:0 !important;
}

/* добавляем отступ только первому */
.product-card .card-bottom > a:first-child,
.product-card .card-bottom > button:first-child,
.product-card .card-bottom > svg:first-child{
  margin-right:6px !important;
}

/* чтобы baseline не «подпрыгивал» */
.product-card .card-bottom svg{ display:block; }


  </style>