<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: 18px;
}

#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;
}
  </style>