.js-store-product.js-product.t-store__product-snippet {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
}
.t-store__prod-popup__slider.js-store-prod-slider.t-store__prod-popup__col-left.t-col.t-col_6 {
    margin-left: 0;
}

a.t-store__prod-popup__btn.t-btn.t-btnflex_sm.t-btnflex.t-btnflex_type_button {
    height: 40px;
}

h1.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
    font-family: 'MirraAuriolic' !important;
    font-size: 40px !important;
    line-height: 1;
}

.js-store-prod-price.t-store__prod-popup__price.t-store__prod-popup__price-item.t-name.t-name_md {
    font-size: 28px !important;
}

.t-store__prod-popup__title-wrapper {
    margin-bottom: 6px;
}

.t-checkbox__control>span {
    font-family: 'Gilroy';
}

.js-store-prod-all-charcs {
    display: none;
}

.t-store__prod-popup__btn-wrapper {
    margin-top: 40px;
}


@media screen and (max-width: 480px) {
    .t-slds__thumbsbullet-wrapper {
    padding: 0 !important;
}

.t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_6 {
    padding: 32px 0;
}

h1.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {
    font-size: 32px !important;
}

.js-store-prod-price.t-store__prod-popup__price.t-store__prod-popup__price-item.t-name.t-name_md {
    font-size: 24px !important;
}
.js-store-product.js-product.t-store__product-snippet {
    padding-top: 40px;
}
}