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

.t-name_xs {
    font-size: 24px;
    line-height: 1.35;
}


@media screen and (max-width: 1200px) {
    .t-name_xs {
        font-size: 24px;
    }
}

@media screen and (max-width: 640px) {
    .t-name_xs {
        font-size: 22px;
    }
}


/* -----------  popup cart -----------  */

.t706__cartwin-content {
    max-width: 800px;
}

@media screen and (max-width: 640px) {
    .t706__cartwin-content {
        max-width: 100%;
    }
}


/* ----------- Product popup button (add to cart)  -----------  */


.t-store__prod-popup__btn-wrapper {
  display: flex;
  gap: 10px; /* відстань між кнопкою і лічильником */
  align-items: stretch;
}

.t-store__prod__quantity {
  flex: 0 0 auto; /* фіксована ширина */
}

.t-store__prod-popup__btn {
  flex: 1; /* кнопка займає весь залишок простору */
  text-align: center;
}


.t-store__prod-popup__btn-wrapper {
    margin-bottom: 30px;
    margin-top: 30px;
    /*border-top: 1px solid;*/
    border-bottom: 1px solid;
    border-color: #f0f0f0;
    /*padding-top: 20px;*/
    padding-bottom: 24px;
}


/* ----------- Product popup button (quantity)  -----------  */
.t-store__prod__quantity {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.t-store__prod__quantity__minus,
.t-store__prod__quantity__plus {
    background-color: #f7f7f7;
}



/* ----------- Product price ----------- */
.t-store__prod-popup__price-item {
    font-size: 25px;
}

.t-store__prod-popup__price_old {
    color: #f37e78;
}



/* ----------- Product popup tabs ----------- */
.t-store .t-store__tabs__content {
    max-width: 100% !important;
}

@media screen and (max-width: 980px) {
    .t-store .t-store__tabs {
        margin-top: 80px !important;
    }
}

@media screen and (max-width: 640px) {
    .t-store .t-store__tabs {
        margin-top: 60px !important;
    }
}



/* ----------- Product option-select ----------- */
.t-product__option-variants {
    width: 100% !important;
}

.t-product__option-select {
    background: transparent !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    padding: 6px 30px 6px 12px !important;
    width: 100% !important;
}

.t-product__option-variants:after {
    right: 12px !important;
    top: 15px !important;
}

.js-product .t-product__option-variants:after {
    bottom: 15px;
}



/*  -----------  Product simple option  -----------  */
.t-product__option-item_simple.t-product__option-item_active {
    background-color: black !important;
    border: 1px solid black !important;
}

.t-product__option-item_simple:hover {
    border: 1px solid black !important;
}


.t-product__option-item_active .t-descr {
    color: white !important;
}

.t-product__option-item_simple {
    background-color: transparent !important;
    padding: 7px 15px !important;
    border-radius: 3px !important;
}


/* ----------- Product Images ----------- */
@media screen and (max-width: 640px) {
    .t-slds__thumbsbullet.t-slds__bullet {
        width: 70px;
    }
    
    .t-slds__thumbsbullet-wrapper {
        padding: 0px 20px;
    }
    
    .js-product .t-col.t-col_8 {
        padding: 0px;
    }
    
    .uc-product {
        padding-top: 0px !important;
    }
}

.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: rgb(75 115 255 / 39%);
}


