/* Добавляем рамку для каждой карточки */
.t-store__card {
    border: 1px solid #cccccc; /* Цвет и толщина обводки */
    border-radius: 0px;        /* Скругление углов — по желанию */
    padding: 0px;/* Отступ внутри карточки — по желанию */
    margin: 10px;
    transition: box-shadow 0.3s ease;
}

/* Эффект наведения (по желанию) */
.t-store__card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 980px) {
    #rec1164192586 {
        max-width: 370px;
        margin: 0 auto;
    }
}

#rec1164192586 .t-slds__item .t-col { backgroung-color: rgba(0, 0, 0, 0.5); border-radius: 0px; padding: 15px; color: white; }
#rec1167158311 .t-slds__item .t-col { backgroung-color: rgba(0, 0, 0, 0.5); border-radius: 0px; padding: 15px; color: white; }

@media screen and (max-width: 980px) {
    #rec1167158311 {
        max-width: 370px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 980px) {
    #rec1167158311 .t801__title t-title t-title_xxs {
        margin-left: 100px;
    }

.header-bg {
  transition: background-color 0.3s ease;
}

.header-bg.scrolled {
  background-color: rgba(255, 255, 255, 0.95); /* Белый фон при скролле */
}

#rec1153297651 {
     margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 980px) {
    #rec1150931911 .t-store__grid-cont{
        padding-left: 10px !important;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 980px) {
    #rec1155709851 .t-store__grid-cont{
        padding-left: 10px !important;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 980px) {
    #rec1151089121 .t-store__grid-cont{
        padding-left: 10px !important;
        box-sizing: border-box;
    }
}

a[class="t-store__card__btns-wrapper js-store-buttons-wrapper"] {
    font-size: 16px !important;
    padding: 8px 16px !important;
}

.t-store__card__price-currency {
    display: none !important; /* Скрываем оригинальный текст */
}

.t-store__card__price-currency::before {
    content: ".00" !important; /* Вставляем нужное значение */
    font-size: 16px !important; /* Восстанавливаем размер шрифта */
    color: inherit !important; /* Сохраняем цвет текста */
}