body {
    font-family: inter, nbrb
}

.product-action-price .price-current .woocommerce-Price-currencySymbol,
.product-action-price .price-discount .woocommerce-Price-currencySymbol {
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: normal;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    font-size: 24px !important
}
p.comment-form-cookies-consent { display: none !important; }

.product-action-price .price-discount .woocommerce-Price-currencySymbol {
    font-size: 20px !important
}

.nbrb-icon {
    font-family: nbrb !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: normal;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures
}

.simple-card-product__content-price .nbrb-icon {
    font-size: 24px;
    margin-left: -13px;
    margin-top: -3px
}

.bottom-popup label.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 140%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.bottom-popup label.checkbox::before {
    display: none
}

.bottom-popup .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none
}

.bottom-popup .checkbox .checkbox__text a {
    text-decoration: underline;
    display: inline
}

.bottom-popup .checkbox .checkbox__text {
    line-height: 140%;
    font-size: 13px;
    text-transform: none;
    font-weight: 400
}

.bottom-popup .checkbox .checkbox__elem {
    top: 5px;
    position: relative;
    height: 20px;
    width: 20px;
    min-width: 20px;
    background-color: var(--white);
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 4px
}

.bottom-popup .checkbox .checkbox__elem::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 9px;
    height: 5px;
    -webkit-transition: .25s cubic-bezier(.08, .82, .17, 1);
    transition: .25s cubic-bezier(.08, .82, .17, 1);
    opacity: 0;
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background: 0 0
}

.bottom-popup .checkbox input:checked~.checkbox__elem {
    background-color: var(--black);
    border-color: var(--black);
    z-index: 2
}

.bottom-popup .checkbox .checkbox__elem:hover {
    border-color: var(--accent)
}

.bottom-popup .checkbox input:checked~.checkbox__elem:after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.bottom-popup .checkbox input:disabled~.checkbox__elem {
    opacity: .5;
    cursor: not-allowed
}

.bottom-popup {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
    display: none;
    -webkit-animation: .3s forwards slide-up;
    animation: .3s forwards slide-up;
    text-align: left
}

.bottom-popup__wrp {
    background-color: var(--white);
    padding: 40px 32px;
    -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 1px rgba(0, 0, 0, .1);
    max-width: 1240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 16px;
    position: relative;
    top: 0
}

.bottom-popup__title {
    font-size: 25px;
    line-height: 28px;
    color: #090c15;
    margin-bottom: 15px;
    display: none;
    font-weight: 600
}

.bottom-popup.open.is-setting .bottom-popup__title {
    display: block
}

.bottom-popup__desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #111
}

.bottom-popup__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.bottom-popup__btn button {
    white-space: nowrap;
    padding-left: 2em;
    padding-right: 2em
}

.bottom-popup__btn .btn.btn-gray {
    background-color: #ddd;
    color: #333
}

.bottom-popup.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: block
}

.bottom-popup__main {
    padding-right: 35px
}

.bottom-popup__desc a {
    color: #000;
    text-decoration: underline;
    display: inline;
    color: var(--accent)
}

.bottom-popup__desc a:hover {
    opacity: .8;
    text-decoration: none
}

.bottom-popup__toggle {
    color: var(--accent);
    padding-top: 14px;
    font-weight: 400
}

.bottom-popup__toggle span {
    cursor: pointer;
    text-decoration: underline
}

.bottom-popup__toggle span:hover {
    opacity: .8;
    text-decoration: none
}

.bottom-popup__icon {
    padding-right: 25px;
    margin-top: -3px;
    display: none
}

.bottom-popup__setting {
    display: none;
    line-height: 140%;
    color: #222;
    padding-top: 15px
}

.setting-cookie {
    font-size: 15px;
    padding-top: 14px
}

.setting-cookie__desc strong {
    font-weight: 500
}

.setting-cookie__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 11px
}

.setting-cookie__checkbox {
    width: 38px;
    min-width: 38px
}

.bottom-popup__setting p {
    font-size: 14px;
    line-height: 146%
}

.bottom-popup.open.is-setting .bottom-popup__main {
    padding-right: 0
}

.bottom-popup.open.is-setting .bottom-popup__toggle {
    display: none
}

.bottom-popup.open.is-setting .bottom-popup__setting {
    padding-top: 30px;
    padding-bottom: 20px;
    display: block
}

@-webkit-keyframes bounce {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    25% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    75% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes bounce {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    25% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    75% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.bottom-popup__setting h3 {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    padding-bottom: 12px
}

@media screen and (min-width:767px) {
    .bottom-popup.open.is-setting .bottom-popup__icon {
        width: 50px;
        margin-top: 0
    }

    .bottom-popup.open.is-setting .bottom-popup__main {
        width: calc(100% - 50px);
        padding-left: 24px
    }

    .bottom-popup.open.is-setting .bottom-popup__btn {
        padding-left: 74px
    }

    .bottom-popup.open.is-setting .bottom-popup__wrp {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .bottom-popup.open.is-setting .bottom-popup__desc {
        font-size: 15px
    }

    .bottom-popup__icon {
        display: block
    }

    .bottom-popup__icon svg {
        fill: var(--accent)
    }
}

@media screen and (min-width:992.98px) {
    .bottom-popup .checkbox .checkbox__elem {
        height: 24px;
        width: 24px;
        min-width: 24px;
        border-radius: 6px
    }

    .bottom-popup .checkbox .checkbox__elem::after {
        left: 6px;
        top: 6px;
        width: 11px;
        height: 6px
    }
}

@media screen and (max-width:1200px) {
    .bottom-popup__wrp::before {
        left: unset;
        right: 30px
    }
}

@media screen and (max-width:992px) {
    .bottom-popup {
        bottom: 0
    }

    body>jdiv {
        z-index: 1000;
        position: relative
    }

    .bottom-popup__main {
        padding-right: 0
    }

    .bottom-popup__wrp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-phones__links {
        margin-bottom: 12px
    }

    .bottom-popup__btn {
        padding-top: 25px;
        width: 100%
    }

    .bottom-popup__btn .btn {
        width: 100%
    }
}

@media screen and (max-width:576px) {
    .bottom-popup.open .bottom-popup__wrp {
        max-height: 80vh;
        border-radius: 20px 20px 0 0;
        margin-top: 16px
    }

    .is-setting .bottom-popup__main {
        max-height: calc(80vh - 20px);
        overflow-y: auto
    }
}

@media screen and (max-width:480px) {
    .bottom-popup__wrp {
        padding: 20px
    }

    .bottom-popup__title {
        font-size: 18px;
        font-weight: 600
    }

    .bottom-popup__btn button,
    .bottom-popup__desc {
        font-size: 14px
    }
}

@media screen and (min-width:767px) and (max-width:992.98px) {
    .bottom-popup__icon {
        padding-right: 0;
        margin: 0 auto
    }
}

.banner__slider-card-img picture {
    display: block;
}

.woocommerce-Price-currencySymbol {
    font-family: 'nbrb';
}

/* ============================================
   БЛОК ОТЗЫВОВ
   ============================================ */
.product-reviews {
    padding: 60px 0;
}

.product-reviews h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
    .product-reviews h2 {
        font-size: 24px;
    }
}

/* Сводка */
.reviews-summary {
    display: flex;
    gap: 50px;
    align-items: center;
    padding: 35px 40px;
    background: #f9f9f9;
    border-radius: 12px;
    margin-bottom: 40px;
}

.reviews-summary__average {
    text-align: center;
    min-width: 160px;
    flex-shrink: 0;
}

.reviews-summary__number {
    font-size: 56px;
    font-weight: 700;
    color: #e67e22;
    line-height: 1;
}

.reviews-summary__stars {
    color: #f1c40f;
    font-size: 22px;
    margin: 10px 0;
    letter-spacing: 3px;
}

.reviews-summary__count {
    color: #888;
    font-size: 14px;
}

.reviews-summary__bars {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reviews-summary__bar {
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviews-summary__bar-label {
    width: 35px;
    text-align: right;
    font-size: 14px;
    color: #666;
    flex-shrink: 0;
}

.reviews-summary__bar-track {
    flex-grow: 1;
    height: 20px;
    background: #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.reviews-summary__bar-fill {
    height: 100%;
    background: #f1c40f;
    border-radius: 10px;
    transition: width 0.4s ease;
}

.reviews-summary__bar-count {
    width: 35px;
    font-size: 13px;
    color: #999;
    flex-shrink: 0;
}

/* Список отзывов */
.reviews-list {
    margin-bottom: 40px;
}

.reviews-list__item {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.reviews-list__item:last-child {
    border-bottom: none;
}

.reviews-list__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.reviews-list__author {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.reviews-list__stars {
    color: #f1c40f;
    letter-spacing: 2px;
}

.reviews-list__date {
    color: #aaa;
    font-size: 13px;
    margin-left: auto;
}

.reviews-list__content {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

/* Пусто */
.reviews-empty {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 16px;
}



.review-form-wrapper .comment-respond {
    background: #fafafa;
    padding: 35px;
    border-radius: 12px;
}

.review-form-wrapper .comment-reply-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.review-form-wrapper .comment-form-rating {
    margin-bottom: 20px;
}

.review-form-wrapper .comment-form-rating label {
    font-weight: 500;
    margin-right: 10px;
}

.review-form-wrapper .stars {
    display: inline-flex;
    gap: 5px;
}

.review-form-wrapper .stars a {
    color: #ddd;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.2s;
}

.review-form-wrapper .stars a:hover,
.review-form-wrapper .stars a.active {
    color: #f1c40f;
}

.review-form-wrapper .comment-form-comment textarea {
    width: 100%;
    min-height: 120px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    resize: vertical;
}

.review-form-wrapper .comment-form-author input,
.review-form-wrapper .comment-form-email input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
}

.review-form-wrapper .form-submit .submit {
    background: #e67e22;
    color: #fff;
    border: none;
    padding: 14px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.review-form-wrapper .form-submit .submit:hover {
    background: #d35400;
}

@media (max-width: 768px) {
    .reviews-summary {
        flex-direction: column;
        gap: 25px;
        padding: 25px;
    }

    .reviews-summary__number {
        font-size: 44px;
    }

    .review-form-wrapper .comment-respond {
        padding: 20px;
    }
}

/* Звёзды в форме отзыва */
.comment-form-rating {
    margin-bottom: 20px;
}

.comment-form-rating label {
    font-weight: 500;
    margin-right: 10px;
    display: block;
    margin-bottom: 8px;
}

.comment-form-rating select {
    display: none !important;
}

.comment-form-rating .stars {
    display: inline-flex !important;
    flex-direction: row !important;
    gap: 6px !important;
    margin: 0 !important;
}

.comment-form-rating .stars a {
    display: inline-block;
    color: #ddd !important;
    font-size: 32px !important;
    text-decoration: none !important;
    transition: color 0.15s !important;
    cursor: pointer;
    line-height: 1;
}

.comment-form-rating .stars a.active,
.comment-form-rating .stars a:hover {
    color: #f1c40f !important;
}

/* Скрываем стандартный список отзывов WooCommerce */
.review-form-wrapper .woocommerce-Reviews-title,
.review-form-wrapper .commentlist,
.review-form-wrapper #comments>ol,
.review-form-wrapper #comments>h2 {
    display: none !important;
}


.blogList__info {
    padding-bottom: 5px;
}

.article-dates {
    color: #787878;
}

.article-dates * {
    font-size: 14px;
}


#review_form input#submit {
    background-color: var(--accent);
}

.form-submit {
    margin-top: 16px;
}

.comment-form-comment label {
    font-size: 14px;
    color: #555;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

#comment-form-rating-label {
    font-size: 14px;
    margin-top: 18px;
}


.comment-form-author {
    margin-top: 20px;
}

.comment-form-author label {
    font-size: 14px;
    color: #555;
}

.comment-form-email {
    padding-top: 12px;
}

.comment-form-email label {
    font-size: 14px;
    color: #555;
}

.comment-form-cookies-consent {
    padding-top: 18px;
}

.comment-form-cookies-consent label {
    font-size: 14px;
    color: #666;
}

.comment-notes * {
    font-size: 14px;
    color: #8f8f8f;
}

#reply-title {
    font-size: 32px;
    padding-bottom: 0;
    display: block;
}

.review-row {
    display: flex;
    gap: 32px;
}

.review-row__items {
    flex-grow: 1;
}

.review-row__items {
    background-color: #f8f8f8;
    padding: 32px;
    border-radius: 12px;
    width: calc(100% - 485px);
}

.review-row__form {
    max-width: 485px;
}

@media screen and (max-width: 992px) {
    .review-row__items {
        width: 100%;
    }

    .review-row__form {
        max-width: 100%;
        width: 100%;
    }

}

.product-card__out-in-stock {
	background-color: #eee;
	display: inline-block;
	font-size: 12px;
	padding: 2px 7px;
	border-radius: 5px;
	color: #25ad1a;
}

.main-product__actions-heading h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: .02em
}

@media screen and (min-width: 991px) {
    .main-product__actions-heading h1 {
        font-size: 28px;
    }
}

.advantages {
    padding: 60px 0;
}

.advantages__header {
    margin-bottom: 40px;
}

.advantages__header h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-primary, #1a1a1a);
}

.advantages__text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-secondary, #666);
    max-width: 800px;
}

.advantages__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.advantage-card {
    background: var(--card-bg, #ffffff);
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.advantage-card__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-card__icon .icon {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.advantage-card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--text-primary, #1a1a1a);
}

.advantage-card__text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-secondary, #666);
    margin: 0;
}

/* Адаптация под цветовую схему */
[data-color-scheme="dark"] .advantage-card {
    background: #2c2c2c;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

[data-color-scheme="dark"] .advantage-card__title {
    color: #ffffff;
}

[data-color-scheme="dark"] .advantage-card__text {
    color: #b0b0b0;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .advantages {
        padding: 40px 0;
    }

    .advantages__header h2 {
        font-size: 24px;
    }

    .advantages__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .advantage-card {
        padding: 20px;
    }

    .advantage-card__icon {
        width: 64px;
        height: 64px;
        margin-bottom: 20px;
    }

    .advantage-card__title {
        font-size: 18px;
    }
}

/* Планшеты */
@media (min-width: 769px) and (max-width: 1024px) {
    .advantages__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}