.t706__sidebar-content {
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 60vw;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    padding: 40px;
    box-sizing: border-box;
    overflow: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease; /* Оптимизировано только для transform */
    transform: translateX(100%); /* По умолчанию скрыт */
}

.t-descr, .t-name {
    font-family: 'Jost', Arial, sans-serif;
    font-weight: 300;
    color: #000;
}
.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 18px !important;
    width: 18px !important;
    border-width: 1px !important;
    border: solid #B2B2B2;
    border-radius: 1px;
    box-sizing: border-box;
    margin-right: 5px !important;
    opacity: 0.6;
    transition: opacity 0.2s; /* Оптимизировано для ясности */
}

.t-checkbox__indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 5px !important;
    top: 2px !important;
    width: 4px !important;
    height: 9px !important;
    border: solid #000;
    border-width: 0 1px 1px 0 !important;
    transform: rotate(45deg);
}

.t1002__picture-wrapper .t1002__addBtn, 
.t-store__card__imgwrapper .t1002__addBtn {
    position: absolute;
    right: 5px; /* Согласованное значение */
    top: 5px;   /* Согласованное значение */
    z-index: 9;
    border: none; /* Убрано свойство border-color и border-width */
    background: transparent;
    border-radius: 100%;
}

.t-slds__arrow-withbg {
    border-radius: 100px;
    background-color: transparent;
    transition: background-color ease-in-out 0.2s, border-color ease-in-out 0.2s;
}

.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: 30px;
    min-height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.t-slds__thumbsbullets-with-gallery .t-slds__thumbs_gallery:after {
    content: "+ " attr(data-gallery-length);
    letter-spacing: -4px;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    color: #FFFFFF;
    text-align: center;
    margin: auto;
    font-family: 'Jost', regular, sans-serif;
}

.t-store__relevants__title {
    padding: 0 40px 0 0; /* Упрощено */
    margin: 60px 0 30px;
    text-align: center;
    font-size: 24px;
}

.t-store__prod-snippet__container {
    padding: 20px 0 60px; /* Упрощено */
}

/* Медиа-запросы для адаптивного дизайна */
@media screen and (max-width: 561px) {
    .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed, 
    .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed {
        position: fixed;
        z-index: 999;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        box-sizing: border-box;
        background: white;
        margin: 0;
        border-radius: 5px;
        box-shadow: 0 -8px 12px 0 rgba(0, 0, 0, 0.07);
        display: flex;
    }
}

@media screen and (max-width: 640px) {
    .t-store__relevants__container .t-slds__arrow-withbg {
        width: 20px !important;
        height: 20px !important;
    }

    .t1002__picture-wrapper .t1002__addBtn, 
    .t-store__card__imgwrapper .t1002__addBtn {
        right: -5px; /* Обновлено значение для соответствия */
        top: -5px;   /* Обновлено значение для соответствия */
    }
}

#allrecords strong {
    font-weight: 400;
}
@media screen and (max-width: 960px) {
    .t762__container_indent {
        padding: 0 10px;
    }

    .t-store__grid-cont_col-width_stretch[data-col-gap='20'], 
    .t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent[data-col-gap='20'] {
        padding: 0 10px; /* Упрощено */
    }
}

@media screen and (max-width: 640px) {
    .t-store .t-store__pagination {
        margin-top: 0;
    }
}

.t-btn_sm {
    height: 45px;
    width: 310px; /* Базовый стиль для больших экранов */
    font-size: 14px;
    padding: 0 30px; /* Упрощено */
}
/* Для экранов шириной меньше 500px */
@media screen and (max-width: 499px) {
    .t-btn_sm {
        width: 80vw !important; /* Менее широкий стиль для малых экранов */
    }
}

.t706__product-title {
    color: #000;
    display: table-cell;
    font-size: 16px;
    padding: 15px 0;
    vertical-align: middle;
}

.t-descr_sm {
    font-size: 14px;
    line-height: 1.2;
}

.t706__product-imgdiv {
    background-color: #eee;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    height: 100px;
    width: 70px;
    margin-bottom: 3px;
    margin-top: 3px;
}
.t1002__product-imgdiv {
    width: 70px;
    height: 100px;
    background-size: cover;
    border-radius: 0px;
    background-color: #eee;
    background-position: center;
    border: 0px solid rgba(0, 0, 0, .1);
}

.t1002__product-title__portion, .t1002__product-title__option, .t1002__product-amount--portion .t1002__product-portion {
    opacity: .7;
    font-size: 10px;
    font-weight: 300;
    display: block;
    margin-top: 5px;
    margin-left: 0;
}
.nolimWishlistButton {
    margin-right: 5px;
    background-color: #0A0A0A; /* Темный фон */
    color: #ffffff !important; /* Белый текст */
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
}
.t706__product-amount--portion .t706__product-portion, .t706__product-title__option, .t706__product-title__portion {
    font-size: 10px;
    font-weight: 300;
    opacity: .7;
    margin-top: 5px;
}
.t706 .t-form .t-descr_md {
    font-size: 14px;
}
.t-input {
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 100%;
    font-size: 14px;
    height: 60px;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
    width: 100%;
    font-weight: 300;
}
.t-text_md {
    font-size: 14px;
    line-height: 1.2;
}
t706__cartwin-products, .t706__product {
    display: table;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.t706__cartwin-top {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 0 0 15px;
}
@media screen and (max-width: 960px) {
    .t1002__wishlistwin-content {
        margin: 0 auto;
        max-width: 100%;
        min-height: 100vh;
        padding: 0 0 0px;
    }
}
.t-descr, .t-name {
    font-family: 'Jost', Arial, sans-serif;
    font-weight: 400;
    color: #000;
}
.t-name_md {
    font-size: 16px;
    line-height: 1.35;
}
span.delivery-checkbox-label {
    font-weight: 300;
}
.t-text {
    font-family: 'Jost', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}
#customdelivery {
    margin-top: 0px;
}
.t-text_xs {
    font-size: 16px;
    line-height: 1.2;
}
.t-store__sort-select {
    font-family: 'Jost', Arial, sans-serif;
    font-weight: 300;
}
.t-store__sort-select {
    width: 100%;
    border: transparent !important;
    background: transparent !important;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.t-store__sort-select-wrapper {
    position: relative;
    display: table;
    width: 170px;
}
@media screen and (max-width: 960px) {
.t-store__filter__item-title {
    color: #0a0a0a;
    font-family: Jost;
    font-weight: 300;
    font-size: 14px;
}
.t-store__filter__item-controls-container {
    padding: 0px 0px !important;
}
    .t-name_xs {
        font-size: 14px;
    }
}
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 560px) {
    .t706__close-icon g {
        fill: #111 !important;
    }
}
.t706__sidebar-prodamount-wrap {
    padding: 12px 0 50px; /* Отступы сверху и снизу */
    font-size: 18px; /* Основной размер шрифта для экранов >640px */
    text-align: right;
    color: #000;
    font-weight: 400 !important;
}

/* Дополнительный стиль для экранов шириной до 640px */
@media screen and (max-width: 640px) {
    .t706__sidebar-prodamount-wrap {
        font-size: 16px; /* Уменьшенный размер шрифта для маленьких экранов */
    }
}
.t1002__bubble-text {
    color: #FFFFFF !important;
    font-family: tfutura,Arial,sans-serif;
    font-size: 16px;
    padding: 20px 30px
}

.t1002__bubble-close {
    color: #FFFFFF !important;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 3px
}
.t1002__bubble {
    background-color: #0A0A0A !important;
    border-radius: 10px;
    max-width: 350px;
    position: relative;
    width: calc(100% - 20px)
}
.t758__breadcrumb-divider {
    padding-right: 5px;
    padding-left: 10px;
}
@media screen and (max-width: 480px) {
    .t-store__load-more-btn {
        margin-top: 0px;
    }
}
.t706__bubble-text {
    color: #FFFFFF !important;
    font-family: tfutura,Arial,sans-serif;
    font-size: 16px;
    padding: 20px 30px
}

.t706__bubble-close {
    color: #FFFFFF !important;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 3px
}
.t706__bubble {
    background-color: #0A0A0A !important;
    border-radius: 10px;
    max-width: 350px;
    position: relative;
    width: calc(100% - 20px)
}

.t-store__filter__item_checkbox .t-store__filter__item-controls-wrap, .t-store__filter__item_select .t-store__filter__item-controls-wrap {
    min-width: 260px !important;
}
.t706__cartpage .t-btn, .t706__sidebar .t-btn {
    font-weight: 300 !important;
}
.t-btn_md {
    height: 60px;
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
}
.t657__wrapper {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    position: relative;
}
@media screen and (min-width: 640px) {
#rec1033510206 .t657__btn.t-btn.t-btn_sm {
    height: 45px;
    width: 280px;
    font-size: 14px;
    padding: 0 30px;
}
}
@media screen and (max-width: 639px) {
    #rec1033510206 .t657__btn.t-btn.t-btn_sm {
        height: 45px;
        width: calc(100vw - 20px) !important;
        margin: 0 0px;
        font-size: 14px;
        padding: 0;
        box-sizing: border-box;
    }
}