@media screen and (max-width:640px){

.t-store__tabs__content {
font-size: 16px !important;
}

}





@media screen and (max-width:640px){

    .t-store__tabs__button-title {
        font-size: 16px !important;
    }
    
}





@media screen and (max-width:3840px){

.t-store__tabs__content {
font-size: 16px !important;
}

}





@media screen and (max-width:3840px){

    .t-store__tabs__button-title {
        font-size: 16px !important;
    }
    
}

@media screen and (max-width:640px){

    .t-descr_xxs {
        font-size: 16px !important;
    }
    
}

/* Контейнер вариантов */
form.t-product__option-variants {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Элемент варианта */
label.t-product__option-item {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin: 0 10px 16px 0 !important; /* right + bottom */
  padding: 0 !important;
  width: auto !important;
  cursor: pointer !important;
}

/* «Плашка» с картинкой */
div.t-product__option-checkmark {
  width: 110px !important;
  height: 80px !important;
  min-width: 110px !important;
  min-height: 80px !important;
  max-width: 110px !important;
  max-height: 80px !important;
  background-size: cover !important;
  background-position: center !important;
  flex-shrink: 0 !important;
}

/* Прячем родную галочку */
.t-product__option-checkmark::before,
.t-product__option-checkmark::after,
.t-product__option-item::before {
  display: none !important;
}

/* Прячем нативный input */
input.t-product__option-input {
  display: none !important;
}

/* Подпись под картинкой */
span.t-product__option-title {
  margin-top: 8px !important;
  text-align: center !important;
  font-size: 12px !important;
}

/* Мобильные */
@media screen and (max-width: 768px) {
  div.t-product__option-checkmark {
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
  }

  label.t-product__option-item {
    margin: 0 10px 16px 0 !important;
  }
}
