.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase;
}

.js-store-prod-text.t-store__prod-popup__text.t-descr.t-descr_xxs {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

.js-product-price.js-store-prod-price-val.t-store__prod-popup__price-value,
.t-store__prod-popup__price-currency {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase;
}

.t-store__prod__price-portion {
    font-size: 18px;
}

.js-store-prod-all-charcs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.t-store__product-snippet .js-store-prod-all-charcs p {
    font-weight: 500;
    line-height: 1.05;
}

.t-store__prod__quantity {
     margin: 0 12px 8px 0;
}

.js-product .t-product__option-selected_select {
    padding: 14px 16px;
    min-width: 227px;
    min-height: 44px;
    background: #f8f8f8;
    border: none;
    color: #1A1A1A;
    border-radius: 6px;
}

.t-product__option-selected-title {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    line-height: 105%;
}

.t-slds__imgwrapper.t-zoomable > div {
    background-color: #fff;
    background-size: contain;
}

@media screen and (max-width: 480px) {
    .js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
    font-size: 20px;
}
}

@media screen and (min-width: 1920px) {
    .js-store-product.js-product.t-store__product-snippet > div {
        max-width: 1480px;
    }
}

