@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;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: flex-start !important;
    margin-right: -6px !important;
}

/* Переопределяем каждый элемент опции */
label.t-product__option-item {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 12px !important;
    margin-bottom: 0 !important;
    width: auto !important;
    cursor: pointer !important;
}

/* Размер картинки */
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;
    background-size: cover !important;
    background-position: center !important;
    flex-shrink: 0 !important;
}

/* Скрываем галочку (circled checkmark) */
.t-product__option-checkmark::before,
.t-product__option-checkmark::after {
    display: none !important;
}

/* Убираем круглый фон позади галочки */
.t-product__option-item::before {
    display: none !important;
}

/* Убираем все псевдоэлементы чекбокса */
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;
    }
    
    form.t-product__option-variants {
        gap: 0 !important;
    }
    
    label.t-product__option-item {
        margin-right: 10px !important;
        margin-bottom: 16px !important;
    }
}