html:lang(en) .hotengine-shop-product-desc-block .hotengine-shop-product-variety-param-visual6::before {
  content: "⚙️ Select size:";
}
html:lang(ru) .hotengine-shop-product-desc-block .hotengine-shop-product-variety-param-visual6::before {
  content: "⚙️ Выберите размер:";
}
html:lang(ua) .hotengine-shop-product-desc-block .hotengine-shop-product-variety-param-visual6::before {
  content: "⚙️ Оберіть розмір:";
}
html:lang(pl) .hotengine-shop-product-desc-block .hotengine-shop-product-variety-param-visual6::before {
  content: "⚙️ Wybierz rozmiar:";
}



.hotengine-shop-product-desc-block .hotengine-shop-product-variety-param-visual6 {
  float: left;
  clear: both;
  display: block;
  width: 100%;
}

.hotengine-shop-product-desc-block .hotengine-shop-product-variety-param-visual6 .hotengine-shop-product-variety-title {
  display: none;
}

.hotengine-shop-product-desc-block .hotengine-shop-product-variety-param-visual6::before {
  font-weight: bold;
  display: inline-block;
  color: #1b617c;
  background: none;
  font-size: 15px;
  margin-right: 8px;
  margin-left: 3px;
  margin-top: 5px;
  position: relative;
  top: 8px;
}



/*TABS*/
.hotengine-shop-content-tabs-block #tabs-1,
.hotengine-shop-content-tabs-block #tabs-2,
.hotengine-shop-content-tabs-block #tabs-3,
.hotengine-shop-content-tabs-block #tabs-4,
.hotengine-shop-content-tabs-block #tabs-5 {
  line-height: 1.5;
  padding: 15px;
}

.hotengine-shop-content-tabs-block #tabs-1 ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 10px;
}

.hotengine-shop-content-tabs-block #tabs-1 li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}

.hotengine-shop-content-tabs-block #tabs-1 li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1b617c;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  top: 2px;
}

.hotengine-shop-content-tabs-block #tabs-2 ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.hotengine-shop-content-tabs-block #tabs-2 li {
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.hotengine-shop-content-tabs-block #tabs-2 li span:first-child {
  font-weight: 600;
  color: #1b617c;
  min-width: 140px;
  flex-shrink: 0;
}

.hotengine-shop-content-tabs-block #tabs-2 li span:last-child {
  color: #555;
  flex-grow: 1;
}

@media (max-width: 600px) {
  .hotengine-shop-content-tabs-block #tabs-2 li {
    display: block;
    padding-bottom: 10px;
  }
  .hotengine-shop-content-tabs-block #tabs-2 li span:first-child {
    min-width: auto;
    font-weight: 600;
    color: #1b617c;
    margin-bottom: 4px;
    display: block;
  }
  .hotengine-shop-content-tabs-block #tabs-2 li span:last-child {
    display: block;
    color: #555;
    margin-left: 0;
  }
}
