.t-store__prod-snippet__container .js-product {
    background-color: #5E3429;
    padding: 20px 30px 30px 30px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}

.t-store__prod-snippet__container .js-store-prod-name {
    margin-left: 30px;
    padding-bottom: 13px;
    color: #FFF0E3;
}

.t-store__prod-snippet__container .t-store__card__imgwrapper {
    position: relative;
    aspect-ratio: 2 / 1;
    padding: 30px !important;
    box-sizing: border-box;
    background-color: #232121;
    border-radius: 5px !important;
}

.t-store__prod-snippet__container .t778 .t-store__card:not(.js-product-relevant) .ore__card__imgwrapper, .t-store__prod-snippet__container  .t778 .t778__imgwrapper {
    border-radius: 5px !important;
}

.t-store__prod-snippet__container .t-bgimg {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: relative;
}

.t-store__prod-snippet__container .t-store__card__textwrapper {
    background-color: #232121;
    padding: 8px 28px !important;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.t-store__prod-snippet__container .t-store__card__price-wrapper {
    margin: 0;
}

.t-store__prod-snippet__container .t-card__descr {
    margin-top: 0;
}

.t-store__prod-snippet__container .js-product-controls-wrapper {
    display: none;
    padding: 0 !important;
    margin: 0 !important;
}

.t-store__prod-snippet__container .js-product .t-store__card__btns-wrapper {
    display: block;
    position: absolute;
    right: 30px;
    top: 10px;
    padding: 0 !important;
    width: fit-content;
    height: fit-content;
    left: inherit;
}

.t-store__prod-snippet__container .js-store-prod-btn {
    background-color: transparent!important;
    margin: 0 !important;
    padding: 0 !important;
}

.t-store__prod-snippet__container .t-store__card__wrap_txt-and-btns {
    height: fit-content !important;
}

.t-store__prod-snippet__container .store__card__wrap_txt-and-opts {
    padding-bottom: 0 !important; 
}

.t-store__prod-snippet__container .t-btntext:after {
    display: none;
}

.t-card__calcwrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.calcwrap__left-btn, .calcwrap__right-btn {
    cursor: pointer;
}

.calcwrap__label {
    color: #ffffff;
    font-weight: 700;
    font-family: 'BOWLER';
    font-size: 18px;
    line-height: 100%;
}



.js-store-product > div:last-child {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.t-store__prod-snippet__container .t-popup__container {
    margin-top: 13%;
}

.t-store__prod-snippet__container .t750__title-wrapper {
    margin-bottom: 5px;
    margin-left: 60px;
    margin-top: 28px;
}

.t-store__prod-snippet__container .t750__container {
    padding: 30px;
    padding-top: 0;
    display: flex;
    flex-direction: row;
}

.t-store__prod-snippet__container .t-popup .t-store__prod-popup__slider {
    background-color: #232121;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0;
}

.t-store__prod-snippet__container .t-popup .t-slds__arrow_wrapper {
    border: 0px !important;
}

.t-store__prod-snippet__container .t-store__prod-popup__info {
    padding: 0;
    margin-right: 0;
    max-width: none;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
}

.t-store__prod-snippet__container .js-store-prod-text {
    background-color: #232121;
    padding: 30px 20px;
    border-radius: 5px;
    margin-top: 0;
    height: 100%;
}

.t-store__prod-snippet__container .t-popup ul {
    margin: 0;
    padding: 0 !important;
}

.t-store__prod-snippet__container .t-popup li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
    align-items: center;
    text-transform: none;
    font-size: 13px;
    font-weight: bold;
}

.t-store__prod-snippet__container .t-popup li:last-child {
    margin-bottom: 0;
}

.t-store__prod-snippet__container .t-popup strong {
    display: flex;
    padding: 2px 5px 0 5px;
    margin-bottom: 5px;
    color: #232121;
    border-radius: 2px;
    background-color: #FF8765;
}

.t-store__prod-snippet__container .t-popup .js-store-price-wrapper {
    background-color: #232121;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    padding: 12px 28px;
    border-radius: 5px;
}

.t-store__prod-snippet__container .t-popup .t-store__prod-popup__title-wrapper {
    display: none;
}

.t-store__prod-snippet__container .t-popup .js-product-price, .t-store__prod-snippet__container .t-popup .ore__prod-popup__price-currency {
    font-size: 30px;
    line-height: 140%;
    font-weight: bold;
}

.t-store__prod-snippet__container .t-popup .t-slds__bullet_wrapper {
    padding-top: 5px;
}

.tooltip {
    font-family: 'BOWLER';
    position: relative;
    text-decoration: none; /* Убираем стандартное подчёркивание */
}

.tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    top: -40px;
    left: 24px;
    z-index: 100;
    background: #fff;
    color: #000;
    padding: 10px 24px;
    border-radius: 5px;
    display: none;
    white-space: nowrap;
    font-size: 13px;
}

.tooltip:hover::after {
    display: block; /* При наведении показываем подсказку */
}