.t-product__option-variants.t-product__option-variants_regular{
    width: 100%;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 0px;
    border-radius: 4px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.js-store-prod-text a:first-of-type {
    background-color: #5a4032;
    color: #ffffff !important;
}
.js-store-prod-text a:nth-of-type(2) {
    margin-top: 20px;
    background-color: #5a4032;
    color: #ffffff !important;
}

html {
  scroll-padding-top: 96px;    
  scroll-behavior: smooth;
}

.js-store-prod-text strong a[href="https://penalpro.ru/payment#pay"] {
    display: block;
    width: 100%;
    background-image: url(https://static.tildacdn.com/tild6662-3161-4731-a331-663238656162/_.png);
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 4 / 1;
    color: black !important;
    background-position: 0px 2em;
    padding: 0;
    margin: 0;
    padding-bottom: 3em;
    background-color: inherit;
}


.t-store__prod__quantity-input{
    padding: 0 !important;
}

.t-store__prod-popup__btn-wrapper.t-store__prod-popup__btn-wrapper-fixed label{
    display: block;
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    padding-bottom:
    3px; color: #3a3a3a;
}

@media (max-width: 960px) {
    html {
      scroll-padding-top: 85px;
    }
}


@media (width >= 1200px) {
    .t-store__prod-popup__btn-wrapper.t-store__prod-popup__btn-wrapper-fixed label{
        font-size: 14px;
    }
}

@media (width >= 600px) {
    .js-store-prod-text a {
        width: 50%;
    }
    
    .t-product__option-variants.t-product__option-variants_regular{
        width: 50%;
    }
}
