.t-store__card__imgwrapper {
    width: auto;
    border: 1px solid #D9D9D9;
    border-bottom: unset;
}

.t-store__card__wrap_txt-and-btns
 {
    border: 1px solid #D9D9D9;
    border-top: unset;
    padding-bottom: 32px;
}

.t-store__card__mark
{
    color: #3131b7;
    border: 1px solid #3131b7;
    width: 74px;
    height: 22px;
    border-radius: unset;
    background-color: unset !important;
    color: #3131b7 !important;
}
.js-store-prod-name {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

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

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

.t-store__card__price-wrapper {
    margin-top: 14px !important;
}


.t-store__card-list.t-store__card-list__vertical-align-buttons {
    row-gap: 16px !important;
}

.t-store .t-store__pagination {
        margin-top: 10px !important;
}

@media screen and (max-width: 960px) {
   .t-store__card-list.t-store__card-list__vertical-align-buttons {
    row-gap: 16px !important;
}
.t-store .t-store__pagination {
        margin-top: unset !important;
}
}
