@import url('fonts.googleapis.com');
body {
  width: 100%;
  height: 100%;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
  font-weight: 300;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
/*  min-height: 100%; */
/*  position: absolute; */
/*  margin-bottom: 300px; */
}
/* content */
#content, #column-left, #column-right {
/*  padding-bottom: 730px; */
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
/*   padding-bottom: 400px; */
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
  font-size: 13px;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 100%;
  margin-top: -10px
}
@media (min-width: 768px) {
  #logo {
  text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: -18px; /* було margin-bottom: 10px; */
  margin-top: 1px; /* не було */
}
#cart .img-thumbnail {
  min-width: 80px; /* було min-width: 100px; */
}
#cart .btn-lg {
  font-size: 13px; /* було font-size: 15px; */
  line-height: 18px; /* було line-height: 18px; */
  padding: 10px 15px; /* було padding: 14px 35px; */
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}


/* --- ОБНОВЛЕННОЕ МЕНЮ --- */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  border: 1px solid #1f90bb;
  min-height: 44px;
  border-radius: 4px;
  padding: 0 15px;
  margin-bottom: 15px;
  margin-top: -10px;
}

/* Ссылки верхнего уровня (Синяя полоса) */
#menu .navbar-nav > li > a {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 12px 15px;
  transition: background 0.2s;
  display: block;
}

#menu .navbar-nav > li > a:hover, 
#menu .navbar-nav > li.show > a {
  background-color: rgba(0, 0, 0, 0.1);
}

/* Выпадающее окно (Десктоп) */
#menu .dropdown-menu {
  padding: 15px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

#menu .dropdown-inner {
  display: flex;
  gap: 20px;
}

#menu .dropdown-inner ul {
  padding: 0;
  margin: 0;
  min-width: 180px;
  list-style: none;
}

/* Ссылки в подменю (Десктоп) */
#menu .dropdown-item {
  padding: 5px 10px;
  white-space: normal;
  color: #333 !important;
  font-weight: 400 !important;
}

#menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #23a1d1 !important;
}

/* Эффект наведения для ПК */

@media (min-width: 992px) {
  #menu .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  #menu .nav-item:nth-last-child(-n+3) .dropdown-menu {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  #menu {
    display: block !important;
  }
}

/* --- МОБИЛЬНАЯ ВЕРСИЯ (ИСПРАВЛЕННАЯ ШИРИНА) --- */
#category {
  float: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
  color: #fff;
}

#menu .navbar-toggler {
  color: #fff;
  border: 1px solid #fff;
  margin: 5px 0;
}

@media (max-width: 991px) {
  #menu .container {
    padding: 0; /* Убираем падинги контейнера на мобилках */
  }

  #menu .dropdown-inner {
    flex-direction: column;
    gap: 0;
  }

  /* РАСШИРЯЕМ ФОН ПОДМЕНЮ */
  #menu .dropdown-menu {
    background-color: #ffffff !important;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    
    margin: 0 !important; /* Убрали боковые отступы 10px */
    width: 100% !important; /* Теперь на всю ширину */
    
    border-radius: 0; /* На мобильном на всю ширину лучше без скруглений */
    padding: 10px 0;
    display: none;
    float: none !important;
    position: relative !important; /* Важно для мобильного потока */
  }

  #menu .dropdown-menu.show {
    display: block;
  }

  /* ССЫЛКИ В МОБИЛЬНОМ ПОДМЕНЮ */
  #menu .dropdown-menu a,
  #menu .dropdown-item {
    color: #444444 !important;
    font-weight: 200 !important; /* Обычный тонкий текст */
    text-shadow: none !important;
    background: transparent !important;
    padding: 5px 20px !important; /* Увеличили область нажатия */
    border-bottom: 1px solid #f1f1f1;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  #menu .dropdown-menu a:hover {
    color: #23a1d1 !important;
    background-color: #f9f9f9 !important;
  }
  
  #menu .dropdown-menu a:last-child {
    border-bottom: none;
  }
}

/* --- ОБЩИЕ СТИЛИ --- */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg { font-size: 20px; min-height: 30px; line-height: 30px; }
.nav-tabs { margin-bottom: 15px; }
.form-check .form-check-input { margin-top: 0.25rem; }
@media (min-width: 768px) { .col-form-label { text-align: right; } }


/* footer */
footer {
  border-top: 1px solid #000000;
  bottom: -1px;
  width: 100%;
  padding: 10px;
  background-color: var(--bs-tertiary-bg);
  border-top: 1px solid #ddd;
  color: black;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #000000;
  text-decoration: none;
}
footer a:hover {
  color: var(--bs-btn-active-color);
}
footer h5 {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  width: 100%;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
  white-space: nowrap;
  overflow-x: auto;
  display: inline-block;
  position: sticky;
  top: 0;
  z-index: 100;
  
  font-size: 1.015625rem;
  padding: 0.5rem 1rem;
  margin-bottom: 15px;
  
}
.breadcrumb i {
  font-size: 20px;
  margin-left: -15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  position: absolute;
  top: 12px;
  right: -5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--bs-border-color);
  border-bottom: 2px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
  text-align: center;
  margin-bottom: -10px;
}
.product-thumb .image {
  text-align: center;
  padding: 15px;
  margin-bottom: -30px;
  margin-top: -5px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
  font-size: 22px;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%; /* flex: 75%; */
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 400;
  font-size: 200%;
}
.price-old {
  color: #dc512c;
  text-decoration: none 1px;
  font-size: 150%;
  font-weight: 200;
}
.price-tax {
  color: #999;
  font-size: 15px;
  display: block;
  width: 100%;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
/* CSS */
#pidhrupa {
  width: 100%;
  text-align: center;
  margin: 5px 0 15px 0;
  padding: 15px 0 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Центрирует дочерние элементы по горизонтали */
  background-color: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
}
#pidhrupa div {
  width: 150px;
  height: 190px;
  border: 1px solid var(--bs-border-color);
  border-radius: 10px;
  font-size: 15px;
  margin: 5px;
  padding: 5px;
  line-height: 1.1;
  text-overflow: ellipsis;
  background-color: #ffffff;
}
#pidhrupa img {
  width: 135px;
  height: 135px;
  margin-bottom: 7px;
}
#pidhrupa img:hover {
  filter: grayscale(0.7); /* Делает изображение полностью черно-белым при наведении */
}



.price_block{
  margin-top: -7px;
  padding-top: 0;
  list-style-type: none;
  border-bottom: 1px solid var(--bs-border-color);
}
.price_block li{
  margin-left: -30px;
}


.pidhrupa_h2 {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  margin: 5px 0 15px 0;
  line-height: 34px;
  color: #5B9BD5;
  text-decoration: underline overline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
}
.pidhrupa_h2:hover {
  filter: grayscale(0.9); /* Делает изображение полностью черно-белым при наведении */
}
div.row div.col ul li{
  list-style-type: none; /* list-style-type: none; */
}
div.row div.col ul li a{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
#top div.row div.col ul li a{
  margin-left: 0;
}
div.row div.col ul.pagination li a{
  font-size: 13px;
  margin-left: -1px;
}
div.row div.col ul.nav-tabs li a{
  font-size: 16px;
}
.price_block .is-fixed {
  /* Дополнительные стили для прилипшего элемента */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
}



.product-list-unstyled{
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
  font-size: 1.015625rem;
  white-space: nowrap;
  overflow-x: auto;
  display: block;
  width: 100%;
  text-align: center;
  list-style-type: none;
  padding: 0.5rem 0.2rem;
}
.product-list-unstyled li{
  text-shadow: 0 1px 0 #FFF;
  padding: 0 5px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
#product-list div div div.content div div.product-description-short{
  font-size: 80%;
  hyphens: auto;
  text-align: justify;
  line-height: 1.5;
  color: #696969;
}



.product-thumb-h4-p {
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 5px 5px 5px;
  background-color: #f8f9fa;
  border-bottom: 1px solid var(--bs-border-color);
  font-size: 120%;
  /* Добавляем, чтобы скрыть вылетающий текст при анимации */
  overflow: hidden; 
}
.product-thumb-h4-p h4 {
  font-size: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* По умолчанию многоточие */
  
  /* Подготовка к анимации */
  display: block;
  transition: transform 2s ease-in-out; /* Плавность движения */
}
/* Эффект при наведении на карточку */
.product-thumb-h4-p:hover h4 {
  text-overflow: clip; /* Убираем многоточие при движении */
  overflow: visible;   /* Разрешаем тексту "выглядывать" */
  
  /* Сдвигаем текст влево. 
     calc(-100% + 100px) — пример, чтобы текст не улетал совсем. 
     Для идеального результата лучше использовать JS, 
     но для простых карточек подходит сдвиг на фиксированное значение: */
  transform: translateX(-30%); 
}
.product-thumb-h4-p p{
  font-size: 100%;
  margin-bottom: 10px;
  color: #696969;
}



/** FOOTER **/
.nav-link-2 {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link-2 {
    transition: none;
  }
}
.nav-link-2:hover, .nav-link-2:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link-2:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(34, 154, 200, 0.25);
}
.nav-link-2.disabled, .nav-link-2:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs .nav-link-2 {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top: var(--bs-nav-tabs-border-width) solid transparent;

}
.nav-tabs .nav-link-2:hover, .nav-tabs .nav-link-2:focus {
  isolation: isolate;
  background-color: #dcdcdc;
  border-top-color: #dcdcdc;
  border-bottom-color: #dcdcdc;
  z-index: 100;
}
.nav-tabs .nav-link-2.active, .nav-tabs .nav-item.show .nav-link-2 {
  color: #FFFFFF;
  background-color: #C0C0C0;
  border-top-color: #C0C0C0;
  border-bottom-color: #C0C0C0;
  border-right-color: #FFFFFF;
}


#common-home .row .col div h2 {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 120%;
  margin: 15px 0 15px 0;
  line-height: 40px;
  color: #5B9BD5;
  text-decoration: underline overline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
}

#form-product h3 {
  display: none;
}

#form-product div.required .form-label {
  font-size: 100%;
  font-weight: 300;
}

#form-product div.required .form-check-label {
  font-size: 100%;
  font-weight: 200;
}



.list-group.list-group-flush a {
  font-size: 100%;
  color: #229ac8;
}
.list-group.list-group-flush a:hover {
  font-size: 100%;
  color: #000000;
}

.list-group.list-group-flush .list-group-item {
  border: none;
}
.list-group.list-group-flush summary {
  list-style-type: none;
}



.subcategories-catalog {
  width: 100%;
  text-align: center;
  higtext-align: center;
  margin-bottom: 0px;
  padding: 15px 0 15px 0;
  background-color: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.subcategories-catalog h1{
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  margin: 5px 0 15px 0;
  line-height: 32px;
  color: #5B9BD5;
  text-decoration: underline overline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
}

.subcategories-catalog h3{
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  margin: 0 0 10px 0;
  color: #696969;
}

.subcategories-catalog img{
  width: 135px;
  height: 135px;
  margin-bottom: 7px;
}

.subcategories-catalog .d1{
  width: 150px;
  height: 190px;
  border: 1px solid var(--bs-border-color);
  border-radius: 10px;
  font-size: 14px;
  margin: 5px;
  padding: 5px;
  line-height: 1.1;
  text-overflow: ellipsis;
  background-color: #ffffff;
}

.tab-content #tab-description {
  text-align: justify;
}

.tab-content #tab-description h1{
  font-size: 20px;
  padding: 15px 0;
  font-weight: 300;
}

.tab-content #tab-description h2{
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 300;
}
.tab-content #tab-description h3{
  font-size: 16px;
  padding-bottom: 5px;
  font-weight: 300;
}

/** Контейнер назви товару та ціни Mobile **/

.headingTitle-price-Mobile{
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  position: sticky;
  top: 45px;
  z-index: 99;
  text-align: center;
  margin-top: -25px;
}

.headingTitle-price-Mobile h1{
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 10px;
}

.headingTitle-price-Mobile h2 .price-new{
  font-size: 200%;
}

.headingTitle-price-Mobile-li1{
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-right: 40px;
}

.headingTitle-price-Mobile-span1{
  font-size: 15px;
  font-weight: 100;
}

.headingTitle-price-Mobile-li1 h2 .price-new{
  font-size: 120%;
}

.headingTitle-price-Mobile-li2{
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.headingTitle-price-Mobile-span2{
  color: #dc512c;
  font-size: 15px;
  font-weight: 100;
}

@media (min-width: 992px){
.headingTitle-price-Mobile{
  display: none;
}
  }

@media (min-width: 992px){
.left-foto-review-inshe-Mobile{
  display: none;
}
  }
  
/** Контейнер назви товару та ціни PC **/

.headingTitle-price-PC-top{
  position: sticky;
  top: 45px;
  z-index: 99;
  text-align: center;
  border-top: 10px solid var(--bs-tertiary-bg);
  border-right: 10px solid var(--bs-tertiary-bg);
  border-left: 10px solid var(--bs-tertiary-bg);
  border-radius: var(--bs-border-radius);
  padding: -2px;
  margin: -10px -10px 0 -10px;
}

.headingTitle-price-PC{
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  border: 1px solid var(--bs-border-color);
  margin-bottom: 10px;
}

.headingTitle-price-PC h1{
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 10px;
}

.headingTitle-price-PC .price_block{
  border-bottom: none;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  margin-bottom: -10px;
}

.headingTitle-price-PC h2 .price-new{
  font-size: 150%;
}

.headingTitle-price-PC-li1{
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-right: 40px;
}

.headingTitle-price-PC-span1{
  font-size: 15px;
  font-weight: 100;
}

.headingTitle-price-PC-li1 h2 .price-new{
  font-size: 120%;
}

.headingTitle-price-PC-li2{
  position: relative;
  white-space: nowrap;
  display: inline-block;
}

.headingTitle-price-PC-span2{
  color: #dc512c;
  font-size: 15px;
  font-weight: 100;
}

.headingTitle-price-PC .form-label{
  display: none;
}

.headingTitle-price-PC .form-check {
  display: inline-block;
  margin-bottom: -10px;
}

.headingTitle-price-PC .form-check label{
  margin-right: 5px;
}

.headingTitle-price-PC .form-PC{
  padding: 0 10px;
  font-size: 13px;
  margin-top: -10px;
}

@media (max-width: 992px){
.headingTitle-price-PC-top{
  display: none;
}
  }
  
@media (max-width: 992px){
.left-foto-review-inshe-PC{
  display: none;
}
  }  

@media (min-width: 992px){
.form-Mobile{
  display: none;
}
  }
  
  
/** Відгуки **/
.table.table-striped.table-bordered td p{
  text-align: justify;
}

/** Варіанти кольору IMG **/
.var-col-des {
  text-align: center; /* Центрирует строчные и строчно-блочные элементы */
  border: 1px solid var(--bs-border-color);
  margin-bottom: 10px;
}

.var-col-des p {
  display: inline-block; /* Изображения как строчно-блочные элементы */
}

.var-col-des img {
  width: 200px;
  height: 200px;
  margin: 0 3px;
}

/** CSS текста в описі категорії **/

.text-in-category {
  text-align: justify;
}

.text-in-category h1{
  font-size: 20px;
  padding: 15px 0;
  font-weight: 300;
}

.text-in-category h2{
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 300;
}
.text-in-category h3{
  font-size: 16px;
  padding-bottom: 5px;
  font-weight: 300;
}

.text-in-category li {
  padding-left: 2rem;
}




@import url('fonts.googleapis.com');

/* БАЗОВЫЙ СТИЛЬ */
.promo-sticker-jan-thumb {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    padding: 4px 15px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    border: 3px solid #ffffff; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    pointer-events: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* --- ЦВЕТОВЫЕ ВАРИАНТЫ --- */

/* 💥 МЕГАЦІНА (Тот самый светлый вариант) */
.sticker-mega {
    background: linear-gradient(135deg, #ff4db8 0%, #a445b2 100%) !important;
    box-shadow: 0 4px 15px rgba(255, 77, 184, 0.3) !important;
}

/* 🔥 АКЦІЯ (Чуть светлее: Сочный апельсин -> Чистый красный) */
.sticker-action {
    background: linear-gradient(135deg, #ff9d00 0%, #ff3d00 100%) !important;
    box-shadow: 0 4px 15px rgba(255, 157, 0, 0.3) !important;
}

/* 💎 ВИГІДНО (Твоя любимая сочная Лазурь) */
.sticker-benefit {
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%) !important;
    box-shadow: 0 4px 15px rgba(58, 123, 213, 0.4) !important;
}

/* Эффект блика */
.promo-sticker-jan-thumb::before {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { left: -100%; }
    20% { left: 150%; }
    100% { left: 150%; }
}

/* МОБИЛЬНАЯ ВЕРСИЯ (18px) */
@media (max-width: 767px) {
    .promo-sticker-jan-thumb {
        bottom: 20px;
        padding: 6px 18px;
        font-size: 18px;
        border-width: 2.5px;
    }
}





/* БАЗОВЫЙ СТИЛЬ */
.promo-sticker-jan-product {
    display: table;           /* Позволяет блоку сжиматься по ширине текста */
    margin: 10px auto 0 auto; /* 0 auto центрирует блок, 10px — отступ снизу до H1 */
    position: relative;       /* Оставляем relative только для работы блика ::before */
    z-index: 10;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    padding: 4px 15px;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    border: 3px solid #ffffff; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    pointer-events: none;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Центрируем заголовок, если он еще не центрирован */
.headingTitle-price-PC {
    text-align: center;
}

/* --- ЦВЕТОВЫЕ ВАРИАНТЫ С ПРОЗРАЧНОСТЬЮ --- */

/* 💥 МЕГАЦІНА (Тот самый светлый вариант) */
.sticker-mega {
    background: linear-gradient(135deg, #ff4db8 0%, #a445b2 100%) !important;
    box-shadow: 0 4px 15px rgba(255, 77, 184, 0.3) !important;
}

/* 🔥 АКЦІЯ (Чуть светлее: Сочный апельсин -> Чистый красный) */
.sticker-action {
    background: linear-gradient(135deg, #ff9d00 0%, #ff3d00 100%) !important;
    box-shadow: 0 4px 15px rgba(255, 157, 0, 0.3) !important;
}

/* 💎 ВИГІДНО (Твоя любимая сочная Лазурь) */
.sticker-benefit {
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%) !important;
    box-shadow: 0 4px 15px rgba(58, 123, 213, 0.4) !important;
}

/* Эффект блика */
.promo-sticker-jan-product::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { left: -100%; }
    20% { left: 150%; }
    100% { left: 150%; }
}

/* --- ОБНОВЛЕННАЯ МОБИЛЬНАЯ АДАПТАЦИЯ (ТВОЙ СТИЛЬ) --- */

/* 1. Когда экран развернут (горизонтально) — делаем чуть меньше, чтобы не уплыло */
@media (max-width: 1024px) {
    .promo-sticker-jan-product,
    .promo-sticker-jan-thumb {
        bottom: 10px !important;
        padding: 4px 10px !important;
        font-size: 14px !important; /* Чтобы аккуратно вписалось в узкую колонку */
    }
}

@media (max-width: 932px) {
    .promo-sticker-jan-product,
    .promo-sticker-jan-thumb {
        bottom: 10px !important;
        padding: 4px 10px !important;
        font-size: 13px !important; /* Чтобы аккуратно вписалось в узкую колонку */
    }
}

/* 2. Твоя стандартная мобильная версия (вертикально) */
@media (max-width: 767px) {
    .promo-sticker-jan-product,
    .promo-sticker-jan-thumb {
        bottom: 20px !important;
        padding: 6px 18px !important;
        font-size: 13px !important; /* Твой любимый размер */
        border-width: 2.5px !important;
    }
}

/* 2. Твоя стандартная мобильная версия (вертикально) */
@media (max-width: 430px) {
    .promo-sticker-jan-product,
    .promo-sticker-jan-thumb {
        bottom: 20px !important;
        padding: 6px 18px !important;
        font-size: 20px !important; /* Твой любимый размер */
        border-width: 2.5px !important;
    }
}

/* 3. Защита для совсем узких телефонов */
@media (max-width: 380px) {
    .promo-sticker-jan-product,
    .promo-sticker-jan-thumb {
        bottom: 20px !important;
        padding: 6px 18px !important;
        font-size: 18px !important; /* Твой любимый размер */
        border-width: 2.5px !important;
    }
}


/* --- ОБНОВЛЕННЫЕ СТИЛИ ГРАНИЦЫ И ФОНА ДЛЯ КАРТОЧКИ ТОВАРА (product-thumb) --- */

.product-thumb {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: none !important;
}

/* Стиль для "МЕГАЦЕНА" */
.product-thumb.sticker-mega {
    border-color: #ff4db8 !important;
    box-shadow: 0 0 10px rgba(255, 77, 184, 0.5);
    background: none !important;
}

/* Стиль для "АКЦИЯ" */
.product-thumb.sticker-action {
    border-color: #ff9d00 !important;
    box-shadow: 0 0 10px rgba(255, 157, 0, 0.5);
    background: none !important;
}

/* Стиль для "ВЫГОДНО" */
.product-thumb.sticker-benefit {
    border-color: #00d2ff !important;
    box-shadow: 0 0 10px rgba(58, 123, 213, 0.5);
    background: none !important;
}







/* --- 1. ОБЩАЯ ОБЕРТКА --- */
.dual-price-wrapper {
    position: absolute;
    top: 10px;
    left: 8px;
    right: 8px;
    z-index: 30;
    pointer-events: none;
    box-sizing: border-box;
}

/* --- 2. КОНТЕЙНЕР ДЛЯ ЦЕН (Основа для наведения/нажатия) --- */
.dual-price-container {
    position: relative; /* Важно для позиционирования подсказки */
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: auto !important; /* Позволяет ловить взаимодействие с мышью/пальцем */
    cursor: help;
    /* !!! ВАЖНО: Добавлен tabindex для работы фокуса на мобильных !!! */
    tabindex="0"; 
}

/* --- 3. ПОДСКАЗКА (Скрыта по умолчанию) --- */
.official-main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Полностью закрывает собой блок цен */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50; /* Выше самих цен */
    
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    /* Длительность анимации по умолчанию (для ПК) */
    transition: all 0.3s ease-in-out; 
    
    border-radius: 20px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    box-sizing: border-box;
    pointer-events: none;
}

.glass-blue {
    background: linear-gradient(135deg, rgba(0, 110, 220, 0.95) 0%, rgba(0, 70, 150, 0.95) 100%) !important;
}

/* Эффект наведения для ПК (ширина > 1024px) */
@media (min-width: 1025px) {
    .dual-price-container:hover .official-main-header {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .dual-price-container:hover .official-price-tag-column {
        filter: blur(2px);
    }
}

.official-main-header span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    text-align: center;
    padding: 0 5px;
}

/* --- 4. СТИЛИ ПЛАШЕК ЦЕН --- */
.official-price-tag-column {
    flex: 0 1 auto;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;    /* Центрування по вертикалі */
    justify-content: center; /* Центрування по горизонталі */
    gap: 6px;
    
    /* Збільшуємо вертикальний відступ (5px), щоб плашка не була вузькою */
    padding: 5px 12px; 
    
    /* Встановлюємо мінімальну висоту, щоб на всіх картках вони були однакові */
    min-height: 32px; 
    
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    white-space: nowrap;
    max-width: 48%; 
    overflow: hidden; 
    transition: filter 0.3s ease;
    box-sizing: border-box;
}

.sticker-green-glass { background: linear-gradient(135deg, rgba(40, 180, 70, 0.8) 0%, rgba(20, 120, 40, 0.8) 100%) !important; }
.sticker-orange-glass { background: linear-gradient(135deg, rgba(255, 120, 0, 0.75) 0%, rgba(255, 60, 0, 0.75) 100%) !important; }

.price-label { font-size: 13px; font-weight: 200; color: rgba(255, 255, 255, 0.95); }
.price-val { font-size: 15px; font-weight: 600; color: #ffffff; }

.price-label, .price-val {
    display: inline-block;
    line-height: normal; 
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/* --- 5. АДАПТАЦИЯ И АВТО-СКРЫТИЕ (Исправлено) --- */
@media (max-width: 1024px) {
    .price-label, .price-val { font-size: 17px !important; }
    .official-price-tag-column { padding: 3px 7px; max-width: 47%; }
    
    /* Используем :focus для удержания подсказки после того, как палец убран */
    .dual-price-container:focus .official-main-header {
        animation: mobileFlash 2s ease-out forwards;
    }
}

/* Убираем синюю обводку (аутлайн), которая появляется при фокусе в некоторых браузерах */
.dual-price-container:focus {
    outline: none;
}

/* Оптимізована анімація для 2-х секунд */
@keyframes mobileFlash {
    0% { 
        opacity: 0; 
        visibility: visible; 
        transform: scale(0.95); 
    }
    /* Поява за 0.1 сек (5%) */
    5% { 
        opacity: 1; 
        visibility: visible; 
        transform: scale(1); 
    }
    /* Тримаємо видимою до 1.6 сек (80%) */
    80% { 
        opacity: 1; 
        visibility: visible; 
        transform: scale(1); 
    }
    /* Швидко зникає за останні 0.4 сек */
    100% { 
        opacity: 0; 
        visibility: hidden; 
        transform: scale(1.02); 
    }
}

@media (max-width: 480px) {
    .price-label, .price-val { font-size: 20px !important; }
    .official-main-header span { font-size: 17px; }
    .official-price-tag-column {
        min-height: 42px; /* На мобільних робимо плашку ще вищою під великий шрифт */
        padding: 6px 14px;
    }
}

@media (max-width: 380px) {
    .price-label, .price-val { font-size: clamp(14px, 5vw, 18px) !important; }
    .official-main-header span { font-size: 19px; }
}

@media (max-width: 330px) {
    .price-label { display: none; }
    .price-val { font-size: 16px !important; }
}





/* Базовий контейнер */
.overlap-tabs-wrapper {
    position: relative;
    width: 100%;
    height: 34px;
    margin: 10px 0;
    z-index: 96;
}

/* Навігація */
.overlap-nav {
    display: flex;
    width: 100%;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background: #fcfcfc;
    height: 34px;
    border-radius: 0 !important; /* Прямі кути */
}

.overlap-btn {
    flex: 1;
    border: none;
    background: none;
    font-size: 12px;
    font-weight: 300;
    color: #444;
    cursor: pointer;
    border-right: 1px solid #d1d1d1;
    text-transform: uppercase;
    transition: background 0.2s;
    border-radius: 0 !important;
}

.overlap-btn:last-child { border-right: none; }
.overlap-btn:hover { background: #f0f0f0; }

/* Активна вкладка з синьою смугою знизу */
.overlap-btn.active {
    background: #fff;
    color: #007bff;
    box-shadow: inset 0 -3px 0 #007bff; /* Синя лінія знизу */
}

/* Контент, що накладається зверху */
.overlap-content {
    position: absolute;
    top: 33px; /* На 1px вище, щоб перекрити рамку */
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    display: none;
    z-index: 97;
    border-radius: 0 !important; /* Прямі кути */
}

.overlap-tabs-wrapper.open .overlap-content { display: block; }
.overlap-pane { display: none; }
.overlap-pane.active { display: block; }

/* Внутрішній простір */
.pane-inner { padding: 12px; }

.pane-title { 
    font-size: 10px; 
    font-weight: bold;
    color: #999; 
    margin-bottom: 8px; 
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
    display: block;
    letter-spacing: 1px;
}

.pane-text { font-size: 12px; line-height: 1.4; color: #333; }

/* Таблиця характеристик */
.overlap-table { 
    width: 100%; 
    border-collapse: collapse; 
}

.overlap-table tr { 
    border-bottom: 1px solid #f5f5f5; 
}

.overlap-table td {
    padding: 2px 0;
    font-size: 12px;
    vertical-align: top;
}

.attr-n {
    color: #777;
    width: 55%;
    text-align: left;
}

.attr-v {
    font-weight: 300;
    text-align: right;
    width: 45%;
    color: #222;
    /* Обрізка довгого тексту */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}