.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #566d90;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}



/* отзывы на главной странице*/


.reviews-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.review-card {
  flex: 0 1 calc(33.333% - 20px);
  min-width: 250px;
}

@media (max-width: 768px) {
  .review-card {
    flex: 0 1 100%;
  }
}









.t-store__card__mark {   
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 12px !important;
  background-color: #ce0202 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  min-height: 30px !important;
  height: auto !important;
  box-sizing: border-box !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
  max-width: 100% !important;
}







/* ???? стиль на ТАБЫ */



/* ???? Убираем мобильный выпадающий список */
.t819__wrapper_mobile {
  display: none !important;
}

/* ✅ Показываем обычные кнопки табов на всех устройствах */
.t819__wrapper {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #eee !important;
}

/* ???? Стилизация кнопок (по желанию можешь кастомизировать) */
.t819__tab-name {
  font-size: 16px;
  padding: 10px 20px;
  background-color: #f7f7f7;
  border-radius: 6px;
  transition: background 0.3s;
  white-space: nowrap;
}

/* ???? Активная кнопка */
.t819__tab.t819__tab_active .t819__tab-name {
  background-color: #ededed;
  color: white;
}

/* ✨ На мобильных — те же стили */
@media screen and (max-width: 640px) {
  .t819__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}











