* {
    box-sizing: border-box;
}
.t744 .t-product__option {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    /* vertical-align: middle; */
    align-items: end;
    justify-content: space-between;
}
.t744 .t-product__option-title {
    padding-bottom: 0 !important;
}
.t744__descr {
    margin-top: 0px;
}
.t744__title-wrapper {
    margin-bottom: 0px;
}
.t-prefix_1 {
    padding-left: 10px;
}
 .t744__price {
    font-size: 36px !important;
    margin-top: 20px;
    
}

.t-container.js-product {
    max-width: 1500px !important;
    justify-content: space-between !important;
    align-items: center !important;
    
}
.t-col_5 {
    max-width: 600px;
}

.t-slds__item {
    width: 600px;
}

.t-btnflex.t-btnflex_type_button {
    font-size: 16px;
    text-transform: uppercase;
}

.t-btnflex_sm, .t-btn.t-btnflex_sm {
    width: 100%;
    
}
.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: transparent;
}
.js-product-edition-option-name {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.js-product .t-product__option-select {
     font-size: 16px;
    border: none;
    border-bottom: 2px solid black;
    background: transparent;
    border-radius: 0;
}
@media screen and (max-width: 1024px) {
    .t-col_5 {
    max-width: 460px;
}

.t-slds__item {
    width: 460px;
}
.t-container {
    display: flex !important;
    max-width: 1200px !important;
    justify-content: flex-start !important;
    
}
}
@media screen and (max-width: 960px) {
    body {
        overflow-x: hidden;
    }
    .t-container.js-product {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
    }

    .t-slds__thumbsbullet {
        width: 40vw; /* Scales to 40% of viewport width */
        max-width: 110px; /* Caps at 140px for smaller screens */
        height: calc(40vw * 0.6589); /* Maintains 141/214 aspect ratio */
        max-height: 92px; /* Caps at 92px */
    }

   .t744__descr {
       font-size: 13px !important;
       text-align: center;
       max-width: 90%;
       margin: 0 auto;
   }
    .t744__price {
    font-size: 36px;
    width: 100%;
    text-align: center;
}
.t744__price-value, .t744__price-value, .t744__price-currency {
    float: unset;
}
.t744__btn-wrapper {
    display: flex;
    justify-content: center;
}
.t-btnflex_sm, .t-btn.t-btnflex_sm {
    width: 100%;
    
}
.t-btnflex.t-btnflex_type_button {
    font-size: 20px;
}

.js-product-name {
    text-align: center;
    font-size: 36px !important;
}

}
@media screen and (max-width: 768px) { 
    .t-btnflex_sm, .t-btn.t-btnflex_sm {
    width: 100%;
    
}
.js-product-name {
   padding-top: 0px !important;
   font-size: 24px !important;
   padding-bottom: 20px;
}
.t-btnflex.t-btnflex_type_button {
    font-size: 13px;
}
.t744__price {
    margin-top: 0px !important;
}
 .rating-cell-label, .rating-cell-value {
        font-size: 13px !important;
    }
    .composition-item-text {
        font-size: 13px !important;
    }
    
    .js-product .t-product__option-select, .js-product-edition-option-name {
     font-size: 13px;
}
}

@media (min-width: 475px) and (max-width: 768px) {
    .t754__price {
        font-size: 17px !important;
    
}
}
   
