p.product__price {
    display: flex;
    flex-direction: column;
}
span._old {
    color: #8c8c8c;
    text-decoration: line-through;
    font-size: 16px;
}

.catalog-header__category-list.category-list-catalog {
    max-height: 75vh;
    overflow-y: auto;
}

.banner__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.main-gallery-card__item img {
    width: auto;
    height: 100%;
    position: absolute;
    inset: 0;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto;
}
a.info-card__desc-more._goto {
    text-decoration: none;
}
a.info-card__desc-more._goto:hover {
    text-decoration: underline;
}

.p-2.text-danger {
    padding: 10px;
}
.catalog__wrapper_full {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.catalog__wrapper_full .catalog__main {
    margin-top: 20px;
}

li.language-header__item._active a {
    color: #00a8e6;
}
section.login.register {
    padding-top: 30px;
}
.alert.alert-danger {
    color: red;
}
.stock__date_article {
    border-radius: 4px;
    background: #F47317;
    padding: 4px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    bottom: 0px;
    left: 0px;
    position: relative;
}
.back_articles {
    margin-top: 16px;
}
.back_articles a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: #00A8E6;
}
.back_articles a svg{
    width: 20px;
    color: #00A8E6;
}

.popup_help .popup__body {
    background: #ffffff00;
}

form.callback-become-partner__form.form-help {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.stock__head.article-data {
    margin-top: 8px;
}
.alert.alert-success {
    color: #08a900;
}

.wishlist-add svg path {
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}

.wishlist-add svg path[fill] {
    fill: #A1A3A4;
}

.wishlist-add svg path[stroke] {
    stroke: #A1A3A4;
}

.wishlist-add svg path._fill {
    display: none;
}

.wishlist-add._active svg path._fill {
    display: block;
}

.wishlist-add._active svg path[fill] {
    fill: #00A8E6;
}

.wishlist-add._active svg path[stroke] {
    stroke: #00A8E6;
}

.cabinet__content.full-grid {
    grid-template-columns: 1fr;
}

a.product__action.compare-add._active svg path{
    fill: #00a8e6;
}


/* Модальное окно confirm */
.custom-confirm {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
}
.custom-confirm-content {
    background: #fff;
    width: 300px;
    margin: 15% auto;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
.custom-confirm-buttons button {
    margin: 5px;
    padding: 5px 15px;
    cursor: pointer;
}

/* Popup уведомления */
#popupContainer {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}
.custom-popup {
    background: #28a745;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.3s;
}
.custom-popup.show {
    opacity: 1;
}
.custom-popup.error { background: #dc3545; }
.custom-popup.info { background: #17a2b8; }

.quantity__button_cart_plus::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/* Контейнер */
.select-variable {
    margin: 12px 0 24px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Заголовок атрибута */
.attr-group {
    border: none;
    margin: 0 0 16px;
    padding: 0;
}
.attr-title {
    font-size: 14px;
    color: #333;
    margin: 0 0 8px;
    font-weight: 600;
}

/* Сетка опций */
.attr-options {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

/* Скрываем нативный радиобаттон */
.attr-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

/* Общие стили для меток */
.attr-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: all .14s ease;
    box-sizing: border-box;
}

/* Стили для цветных круглых кнопок */
.attr-options.is-color .attr-label {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 5px solid rgb(255 255 255);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    padding: 0;
    position: relative;
}

/* Небольшой бордер/обводка вокруг выбранного цвета */
.attr-radio:checked + .attr-label {
    outline: none;
    box-shadow: 0 0 0 1px rgb(0 120 255);
    border-color: rgb(255 255 255);
}

/* Для белых/светлых цветов — добавим внутреннюю тень, чтобы было видно */
.attr-options.is-color .attr-label[style*="#fff"],
.attr-options.is-color .attr-label[style*="white"] {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
}

/* Стили для текстовых кнопок (например размеры) */
.attr-options.is-plain .attr-label {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #222;
    font-size: 13px;
    min-width: 48px;
    text-align: center;
    box-shadow: none;
}

/* Состояние выбранного размера */
.attr-options.is-plain .attr-radio:checked + .attr-label {
    border-color: #3182ce;
    background: #f0f8ff;
    color: #0b66b2;
    box-shadow: 0 6px 18px rgba(50, 70, 90, 0.06);
}



/* Скрытый текст для цветов (доступность) */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
.attr-label.disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.is-color .attr-label {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}
.is-plain .attr-label {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 6px;
    cursor: pointer;
}
.attr-radio {
    display: none;
}

.product .select-variable {
    margin: 4px 0 0px;
    pointer-events: none;
}
.product .attr-group {
    border: none;
    margin: 8px 0 4px;
    padding: 0;
}
.product .attr-options.is-plain .attr-label {
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #222;
    font-size: 12px;
    min-width: 48px;
    text-align: center;
    box-shadow: none;
}
.product .attr-options {
    gap: 4px;
}

.product__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #3F464D;
    -webkit-transition: all 0.3s 0s;
    -o-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
}
.product__item:hover {
    background: #00A8E6;
    border-color: #00A8E6;
}
.product__item img, .product__item svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}
.product__item:hover svg path[fill] {
    fill: #fff;
}
span.product__price {
    display: flex;
    flex-direction: column;
}
li.category-filter-catalog__item._active a {
    color: #00A8E6;
}
@media (max-width: 991.98px) {
    .category-list-catalog__linck {
        padding: 16px 0px;
    }
}
