.t-store__card__descr {
    margin-top: 0px;
}

.t-store__card__bgimg, .t-store__card__bgimg_second {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: opacity 1s ease-in-out;
}


.t-store__card__textwrapper {
    padding-top: 10px;
}


.t-store__card__price-wrapper {
    margin-top: 0px;
}


.t282__menu__container {
transition: .9s cubic-bezier(0,1,.9,1);
    transition-property: all;
    transition-duration: 0.9s;
    transition-timing-function: cubic-bezier(0, 1, 0.9, 1);
    transition-delay: 0s;
}


.t-store__grid-cont_mobile-grid {
    margin-bottom: 10px;
}


.t-btn_sm {
    height: 50px;
    font-size: 17px;
    padding-left: 50px;
    padding-right: 50px;
}


.t-store__card__bgimg_second, .t-store__card__img_second {
    z-index: 1;
    opacity: 0;
}


.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    margin-bottom: 7px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 40px;
    background-color: #221f1c;
    border: 1px solid #000;
}
.t-descr {
    font-family: 'Manrope',Arial,sans-serif;
    font-weight: 300;
    color: #cca67f;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple:hover {
    border: 1px solid rgb(45 41 38);
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #cca67f;
    
    
}
.t-store .t-product__option {
    margin-top: 20px;
    margin-bottom: 10px;
}


.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 10px;
}


.t-store__grid-cont_col-width_stretch.t-container_100[data-col-gap='10'] {
    padding: 0 0px 0 0px;
}


.t-store .t-store__tabs_accordion .t-store__tabs__item:not(:first-child) .t-store__tabs__item-button {
    margin-top: 10px;
}


.t-descr_xxs {
    font-size: 17px;
}


.t-name_xs {
    font-size: 17px;
}


.t-name_md {
    font-size: 20px;
}


.t706__cartwin-content {
    background-color: #2d2926;
}

.t706__cartwin {
    background-color: rgb(0 0 0 / 90%);
}


.t706__cartwin-top {
    border-bottom: 1px solid rgb(204 166 127);
}

.t706__cartwin-bottom {
    border-top: 1px solid rgb(204 166 127);
}

.t-name {
    color: #922920;
}


.t706__product-quantity {
    color: rgb(204 166 127);
}


.t-store__grid-cont_col-width_stretch.t-container_100[data-col-gap='10'] {
    padding: 5px 5px 0 5px;
}
