.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(3) {
    margin-top: 20px;
    background: #5a4032;
    color: #ffffff !important;
    font-size: 15px;
    padding: 12px 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
    overflow: clip;
}
.js-store-prod-text a:nth-of-type(3)::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #d4c0b5, #b09a8a);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    opacity: 0.4;
    transition: all 0.3s ease;
}
.js-store-prod-text a:nth-of-type(3)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(225deg, #d4c0b5, #b09a8a);
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    opacity: 0.4;
    transition: all 0.3s ease;
}
.js-store-prod-text a:nth-of-type(3) span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #d4c0b5, #b09a8a);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    opacity: 0.4;
    transition: all 0.3s ease;
}
.js-store-prod-text a:nth-of-type(3) span::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(315deg, #d4c0b5, #b09a8a);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0.4;
    transition: all 0.3s ease;
}
.js-store-prod-text a:nth-of-type(3):hover {
    background: #4a3428;
    box-shadow: 0 6px 20px rgba(90,64,50,0.25);
}
.js-store-prod-text a:nth-of-type(3):hover::before,
.js-store-prod-text a:nth-of-type(3):hover::after,
.js-store-prod-text a:nth-of-type(3) span::before,
.js-store-prod-text a:nth-of-type(3) span::after {
    width: 75px;
    height: 75px;
    opacity: 0.7;
}

.js-store-prod-text a:nth-of-type(2) {
    background-color: #5a4032;
    color: #ffffff !important;
    margin-top: 20px;
}

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/tild3336-3834-4133-b261-616238393637/__10.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%;
    }
}
