.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%;
    }
}

.want-different-btn {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.35s ease;
    background: transparent;
    color: #8b7355 !important;
    border: none;
    border-top: 1px solid #e0d8c8;
    border-bottom: 1px solid #e0d8c8;
}

.want-different-btn:hover {
    border-color: #c4b8a4;
    color: #5a4032 !important;
    letter-spacing: 5px;
}

.cost-info.loading, .js-store-prod-price.loading, .t-store__card__price.loading{
    position: relative;
}

.cost-info.loading div, .js-store-prod-price.loading, .t-store__card__price.loading, .custom-price-wrapper.loading{
    color: transparent !important;
}

.custom-price-wrapper.loading div{
    color: transparent !important;
}

.cost-info.loading::after, .t-store__card__price.loading:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 1em;
    border: 3px solid #fff;
    border-top: 3px solid #4F382D;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    left: calc(50% - calc(0.5em + 3px));
    top: calc(50% - calc(0.5em + 3px));
}

#price-wrapper.loading:after{
    content: '';
    position: absolute;
    width: 2em;
    height: 2em;
    border: 4px solid #fff;
    border-top: 4px solid #4F382D;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    left: 0rem;
    top: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#rec1907397271 .force-displayed {
    display: inline-block !important;
}

#rec1907397271 .force-visible {
    visibility: visible !important;
}

#rec1907397271 .t-store__prod-popup__btn{
    display: none;
}

#rec1907397271 .t-product__option:nth-child(2){
    display: none;
}

.rotated{
    transform: rotateX(90deg);
}

.js-store-prod-all-text .disabled-link {
    pointer-events: none;
    cursor: default;
    background-color: rgb(151, 141, 135) !important;
}

#rec1819238121 {
    scroll-margin-top: 100px;
}

.custom-price-wrapper .product-cost{
    font-weight: 400;
    font-family: Roboto;
    color: #3a3a3a;
    display: flex;
    font-size: 1.3em;
}

.custom-price-wrapper .product-hint-cost{
    font-weight: 400;
    font-family: Roboto;
    color: #9f9f9f;
    font-size: 0.75em;
    display: flex;
}

.custom-price-wrapper .product-price:after{
    content: "р.";
    margin-right: 0.3em;
    margin-left: 0.3em;
}


.custom-price-wrapper .product-price:before{
    content: "от";
    margin-right: 0.3em;
}

.custom-price-wrapper{
    position: relative;
    margin-bottom: 0.5em;
}

.recalculate-span{
    color: #3a5167;
    border-bottom: 1px solid;
    cursor: pointer;
}

.recalculate-span:hover{
    color: #34485c;
}