.nova-single-wrap {
    padding: 24px 0 80px;
    margin-inline: 86px;
}






@media (max-width: 480px) {
    .nova-single-wrap {
        padding: 24px 0 80px;
    margin-inline: 19px;
}

.nova-single-layout {
    display: block !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 36px;
    align-items: start;
}




}




.nova-breadcrumbs {
    margin-bottom: 16px;
    font-size: 13px;
    color: #64748b;
}

.nova-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.nova-breadcrumbs a:hover {
    color: var(--ns-primary, #c96a2e);
}

.nova-single-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 36px;
    align-items: start;
}

@media (max-width: 991px) {
    .nova-single-layout {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .nova-single-summary__sticky {
        position: sticky;
        top: 24px;
    }
}

/* Gallery */
.nova-single-gallery__main {
    position: relative;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.nova-single-gallery__main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

.nova-single-gallery__main img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    object-fit: contain;
}

.nova-single-gallery__thumbs {
    margin-top: 10px;
}

.nova-single-gallery__thumbs .swiper-slide {
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.75;
}

.nova-single-gallery__thumbs .swiper-slide-thumb-active {
    border-color: var(--ns-primary, #c96a2e);
    opacity: 1;
}

.nova-single-gallery__thumbs img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    display: block;
}

.nova-gallery-zoom-hint {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 5;
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
    font-size: 12px;
    padding: 5px 9px;
    border-radius: 999px;
    pointer-events: none;
}

/* Summary */
.nova-single-category a {
    color: #64748b;
    font-size: 13px;
    text-decoration: none;
}

.nova-single-category a:hover {
    color: var(--ns-primary, #c96a2e);
}

.nova-single-title {
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.15;
    margin: 8px 0 12px;
}

.nova-single-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: center;
    margin-bottom: 14px;
}

.nova-single-rating-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #475569;
    font-size: 13px;
}

.nova-single-sku {
    border: 0;
    background: none;
    color: #475569;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
}

.nova-single-stock--in {
    color: #16a34a;
    font-size: 13px;
}

.nova-single-stock--out {
    color: #dc2626;
    font-size: 13px;
}

.nova-single-stockbar {
    margin: 12px 0;
}

.nova-single-stockbar__label {
    font-size: 13px;
    color: #dc2626;
    margin-bottom: 6px;
}

.nova-single-stockbar__track {
    height: 6px;
    border-radius: 999px;
    background: #fee2e2;
    overflow: hidden;
}

.nova-single-stockbar__track span {
    display: block;
    height: 100%;
    background: #dc2626;
    border-radius: 999px;
}

.nova-single-price {
    font-size: 28px;
    font-weight: 700;
    margin: 16px 0;
}

.nova-single-price del {
    opacity: 0.55;
    margin-right: 8px;
}

.nova-single-price ins {
    text-decoration: none;
    color: #dc2626;
}

.nova-single-excerpt {
    color: #475569;
    line-height: 1.65;
}

.nova-single-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}

.nova-single-chip {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 13px;
    color: #334155;
}

/* Cart area */
.nova-single-cart-area {
    margin: 18px 0;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
}

.nova-single-cart-area form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.nova-single-cart-area .quantity {
    display: inline-flex;
}

.nova-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.nova-qty__btn {
    width: 40px;
    height: 46px;
    border: 0;
    background: #f8fafc;
    font-size: 18px;
    cursor: pointer;
}

.nova-qty__btn:hover {
    background: #f1f5f9;
}

.nova-qty input.qty {
    width: 64px;
    height: 46px;
    border: 0;
    text-align: center;
    -moz-appearance: textfield;
}

.nova-qty input.qty::-webkit-outer-spin-button,
.nova-qty input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nova-single-cart-area .single_add_to_cart_button {
    min-height: 48px;
    padding: 0 24px;
    border-radius: 12px;
}

/* Actions */
.nova-single-actions {
    display: flex;
    gap: 10px;
    margin: 14px 0;
}

.nova-single-actions .product-card__action-btn {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    color: #475569;
    cursor: pointer;
}

.nova-single-actions .product-card__action-btn:hover {
    color: var(--ns-primary, #c96a2e);
    border-color: var(--ns-primary, #c96a2e);
}

.nova-single-actions svg {
    width: 18px;
    height: 18px;
}

/* Trust */
.nova-single-trust {
    display: grid;
    gap: 8px;
    background: #f8fafc;
    border: 1px dashed #e2e8f0;
    padding: 14px;
    border-radius: 14px;
    color: #475569;
    font-size: 14px;
}

.nova-single-trust__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Tabs / accordion */
.nova-single-tabs {
    margin-top: 42px;
    display: grid;
    gap: 12px;
}

.nova-accordion {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}

.nova-accordion__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 18px 20px;
    background: #fff;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.nova-accordion__icon {
    width: 20px;
    height: 20px;
    position: relative;
    flex: 0 0 auto;
}

.nova-accordion__icon::before,
.nova-accordion__icon::after {
    content: '';
    position: absolute;
    background: #0f172a;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

.nova-accordion.is-open .nova-accordion__icon::after {
    transform: translateY(-50%) rotate(90deg);
}

.nova-accordion__body {
    display: none;
    padding: 0 20px 20px;
}

.nova-accordion.is-open .nova-accordion__body {
    display: block;
}

.nova-accordion table.shop_attributes {
    width: 100%;
    border-collapse: collapse;
}

.nova-accordion table.shop_attributes th,
.nova-accordion table.shop_attributes td {
    padding: 10px;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
    vertical-align: top;
}

/* Related sliders */
.nova-single-related {
    margin-top: 48px;
}

.nova-single-related__title {
    font-size: 24px;
    margin-bottom: 18px;
}

.nova-single-slider {
    position: relative;
    padding: 0 44px;
}

.nova-single-slider .swiper-slide {
    width: 280px;
    height: auto;
}

.nova-single-slider .product-card {
    height: 100%;
}

.nova-single-slider .swiper-button-prev,
.nova-single-slider .swiper-button-next {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    color: #0f172a;
}

.nova-single-slider .swiper-button-prev::after,
.nova-single-slider .swiper-button-next::after {
    font-size: 14px;
}

/* Sticky bar */
.nova-sticky-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.08);
    transform: translateY(110%);
    opacity: 0;
    transition: 0.25s ease;
}

.nova-sticky-bar.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.nova-sticky-bar__inner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
}

.nova-sticky-bar__img img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.nova-sticky-bar__info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.nova-sticky-bar__title {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nova-sticky-bar__btn {
    margin-left: auto;
    background: var(--ns-primary, #c96a2e);
    color: #fff;
    padding: 11px 18px;
    border-radius: 12px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

body.nova-has-sticky-bar {
    padding-bottom: 86px;
}

@media (max-width: 767px) {
    .nova-single-slider {
        padding: 0 8px;
    }

    .nova-single-slider .swiper-button-prev,
    .nova-single-slider .swiper-button-next {
        display: none;
    }

    .nova-sticky-bar__title {
        font-size: 13px;
    }
}

/* ============ v2: креатив + фиксы ============ */

/* Бейдж скидки */
.nova-single-sale-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 6;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.35);
    transform: rotate(-4deg);
    animation: nova-badge-pulse 2.2s ease-in-out infinite;
}
@keyframes nova-badge-pulse {
    0%, 100% { transform: rotate(-4deg) scale(1); }
    50%      { transform: rotate(-4deg) scale(1.06); }
}

/* Зум курсор */
.nova-single-gallery__main .swiper-slide { cursor: zoom-in; }
.nova-single-gallery__main.is-zoomed .swiper-slide { cursor: zoom-out; }

/* Кастомные иконки в кнопках */
.nova-single-actions .product-card__action-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

/* Состояния кнопки корзины */
.single_add_to_cart_button.loading { opacity: 0.6; pointer-events: none; }
.single_add_to_cart_button.in-cart { background: #16a34a !important; border-color: #16a34a !important; }

/* ============ SHARE MENU ============ */
.nova-share-wrap { position: relative; }

.nova-share-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 60;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 220px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.96);
    transition: 0.2s ease;
}
.nova-share-wrap.is-open .nova-share-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.nova-share-menu__item {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.nova-share-menu__item:hover {
    transform: translateY(-2px) scale(1.08);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.2);
}

.nova-share--tg   { background: #229ED9; }
.nova-share--wa   { background: #25D366; }
.nova-share--vk   { background: #0077FF; }
.nova-share--ok   { background: #EE8208; }
.nova-share--max  { background: linear-gradient(135deg, #4C6EF5, #7048E8); }
.nova-share--mail { background: #64748b; }
.nova-share--copy { background: #0f172a; font-size: 16px; }

/* ============ ТОСТ ============ */
.nova-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100000;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 380px;
    padding: 14px 18px;
    background: #fff;
    border-radius: 16px;
    border-left: 4px solid #16a34a;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.2);
    transform: translateX(120%);
    transition: transform 0.3s ease;
}
.nova-toast.is-visible { transform: none; }
.nova-toast--error { border-left-color: #dc2626; }

.nova-toast__icon { font-size: 20px; }
.nova-toast__text { font-size: 14px; color: #0f172a; margin-bottom: 4px; }
.nova-toast__btn {
    display: inline-block;
    background: var(--ns-primary, #c96a2e);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 8px;
    text-decoration: none;
}
.nova-toast__btn:hover { filter: brightness(1.1); }

/* Креатив: цена и заголовок */
.nova-single-price .woocommerce-Price-amount {
    background: linear-gradient(90deg, var(--ns-primary, #c96a2e), #75d3cf);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.nova-single-title { letter-spacing: -0.5px; }

/* Чипы с hover */
.nova-single-chip { transition: 0.2s; }
.nova-single-chip:hover {
    border-color: var(--ns-primary, #c96a2e);
    color: var(--ns-primary, #c96a2e);
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .nova-share-menu { right: -60px; width: 200px; }
    .nova-toast { left: 12px; right: 12px; max-width: none; }
}


/* ============ v3 FIX ============ */
.nova-single-gallery { position: relative; z-index: 1; }
.nova-single-summary { position: relative; z-index: 30; }

/* Зум */
.nova-single-gallery__main img { will-change: transform; }
.nova-single-gallery__main .swiper-slide { cursor: zoom-in; }
.nova-single-gallery__main.is-zoomed .swiper-slide { cursor: grab; }
.nova-single-gallery__main.is-zoomed .swiper-slide:active { cursor: grabbing; }

/* Share меню поверх всего */
.nova-share-wrap { position: relative; z-index: 40; }

.nova-share-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 230px;
    padding: 12px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.96);
    transition: 0.2s ease;
}
.nova-share-wrap.is-open .nova-share-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.nova-share-menu__item {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease;
}
.nova-share-menu__item:hover { transform: translateY(-2px) scale(1.08); }

.nova-share--tg   { background: #229ED9; }
.nova-share--wa   { background: #25D366; }
.nova-share--vk   { background: #0077FF; }
.nova-share--ok   { background: #EE8208; }
.nova-share--max  { background: linear-gradient(135deg, #4C6EF5, #7048E8); }
.nova-share--mail { background: #64748b; }
.nova-share--copy { background: #0f172a; font-size: 16px; }

/* Тост */
.nova-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100000;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 380px;
    padding: 14px 18px;
    background: #fff;
    border-radius: 16px;
    border-left: 4px solid #16a34a;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.2);
    transform: translateX(120%);
    transition: transform 0.3s ease;
}
.nova-toast.is-visible { transform: none; }
.nova-toast--error { border-left-color: #dc2626; }
.nova-toast__icon { font-size: 20px; }
.nova-toast__text { font-size: 14px; color: #0f172a; margin-bottom: 4px; }
.nova-toast__btn {
    display: inline-block;
    background: var(--ns-primary, #c96a2e);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 8px;
    text-decoration: none;
}

/* Кнопка корзины в AJAX-состояниях */
.single_add_to_cart_button.loading { opacity: 0.6; pointer-events: none; }
.single_add_to_cart_button.in-cart { background: #16a34a !important; border-color: #16a34a !important; }

@media (max-width: 767px) {
    .nova-share-menu { right: -40px; width: 200px; }
    .nova-toast { left: 12px; right: 12px; max-width: none; }
}


/* ============ ТАБЛИЦА ХАРАКТЕРИСТИК ============ */
.nova-attributes-section {
    margin: 48px 0 40px;
    padding: 28px 32px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.nova-attributes-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.nova-attributes-section__title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #0f172a;
    letter-spacing: -0.3px;
}

.nova-attributes-section__toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1px solid #e2e8f0;
    color: var(--ns-primary, #c96a2e);
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 10px;
    transition: all 0.2s ease;
}
.nova-attributes-section__toggle:hover {
    background: rgba(201, 106, 46, 0.06);
    border-color: var(--ns-primary, #c96a2e);
}
.nova-attributes-section__toggle svg {
    transition: transform 0.3s ease;
}
.nova-attributes-section__toggle.is-expanded {
    background: var(--ns-primary, #c96a2e);
    color: #fff;
    border-color: var(--ns-primary, #c96a2e);
}
.nova-attributes-section__toggle.is-expanded svg {
    transform: rotate(180deg);
}
.nova-attributes-section__count {
    opacity: 0.65;
    font-weight: 500;
}

/* Сама таблица */
.nova-attributes-table {
    position: relative;
    overflow: hidden;
}
.nova-attributes-table.is-expanded {
    overflow: visible;
}

.nova-attributes-table__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 0;
    margin: 0;
}

.nova-attributes-table__row {
    display: contents;
}

.nova-attributes-table__label,
.nova-attributes-table__value {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 14px;
    line-height: 1.5;
    transition: background 0.2s;
}

.nova-attributes-table__label {
    color: #64748b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}
.nova-attributes-table__value {
    color: #0f172a;
    font-weight: 600;
    word-break: break-word;
}

.nova-attributes-table__row:last-child .nova-attributes-table__label,
.nova-attributes-table__row:last-child .nova-attributes-table__value {
    border-bottom: 0;
}

.nova-attributes-table__row:nth-child(odd) .nova-attributes-table__label,
.nova-attributes-table__row:nth-child(odd) .nova-attributes-table__value {
    background: #fafbfc;
}

.nova-attributes-table__row.is-hidden {
    display: none;
}
.nova-attributes-table.is-expanded .nova-attributes-table__row.is-hidden {
    display: contents;
    animation: novaFadeRow 0.4s ease forwards;
}
@keyframes novaFadeRow {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: none; }
}

/* Hover на строках */
.nova-attributes-table__label:hover,
.nova-attributes-table__value:hover {
    background: #f8fafc !important;
}

/* Подсказка ⓘ */
.nova-attributes-table__hint {
    font-size: 11px;
    opacity: 0.35;
    cursor: help;
    transition: 0.2s;
}
.nova-attributes-table__label:hover .nova-attributes-table__hint {
    opacity: 1;
    color: var(--ns-primary, #c96a2e);
}

/* Gradient fade когда скрыты строки */
.nova-attributes-table__fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 75%);
    pointer-events: none;
}
.nova-attributes-table.is-expanded .nova-attributes-table__fade {
    display: none;
}

/* Кнопка копирования */
.nova-attributes-section__footer {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px dashed #e2e8f0;
    display: flex;
    justify-content: flex-end;
}
.nova-attributes-section__copy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #475569;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}
.nova-attributes-section__copy:hover {
    background: #f1f5f9;
    color: var(--ns-primary, #c96a2e);
    border-color: var(--ns-primary, #c96a2e);
    transform: translateY(-1px);
}
.nova-attributes-section__copy.is-copied {
    background: #16a34a;
    color: #fff;
    border-color: #16a34a;
}

.nova-attributes-empty {
    text-align: center;
    color: #94a3b8;
    padding: 20px 0;
}

/* Мобильная адаптация */
@media (max-width: 640px) {
    .nova-attributes-section { padding: 20px; }
    .nova-attributes-table__list { grid-template-columns: 1fr; }
    .nova-attributes-table__label {
        padding-bottom: 4px;
        border-bottom: 0;
        font-size: 12px;
    }
    .nova-attributes-table__value {
        padding-top: 0;
        padding-bottom: 14px;
    }
}

/* ============ СЕКЦИИ БЕЗ АККОРДЕОНОВ ============ */
.nova-info-section {
    margin: 32px 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.nova-info-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 28px;
    background: linear-gradient(135deg, #f8fafc 0%, #fff 100%);
    border-bottom: 1px solid #f1f5f9;
    flex-wrap: wrap;
}

.nova-info-section__title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nova-info-section__icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ns-primary, #c96a2e), #75d3cf);
    color: #fff;
    border-radius: 12px;
    font-size: 20px;
    box-shadow: 0 4px 12px rgb(61 61 61 / 25%);
}

.nova-info-section__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #0f172a;
    letter-spacing: -0.3px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nova-info-section__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    background: var(--ns-primary, #c96a2e);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
}

.nova-info-section__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    background: var(--ns-primary, #c96a2e);
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.2s;
}
.nova-info-section__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(201, 106, 46, 0.3);
}

.nova-info-section__copy {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #475569;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}
.nova-info-section__copy:hover {
    background: #f8fafc;
    border-color: var(--ns-primary, #c96a2e);
    color: var(--ns-primary, #c96a2e);
}
.nova-info-section__copy.is-copied {
    background: #16a34a;
    color: #fff;
    border-color: #16a34a;
}

.nova-info-section__body {
    padding: 24px 28px 28px;
}

/* Prose для описания */
.nova-prose {
    color: #334155;
    font-size: 15px;
    line-height: 1.75;
}
.nova-prose p { margin: 0 0 14px; }
.nova-prose p:last-child { margin-bottom: 0; }
.nova-prose h2, .nova-prose h3, .nova-prose h4 {
    margin: 20px 0 10px;
    color: #0f172a;
}
.nova-prose ul, .nova-prose ol {
    margin: 10px 0 14px 20px;
}
.nova-prose a { color: var(--ns-primary, #c96a2e); }
.nova-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 10px 0;
}

/* Характеристики — сетка 2 колонки */
.nova-attrs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin: 0;
}
.nova-attrs-grid__row {
    display: contents;
}
.nova-attrs-grid__label,
.nova-attrs-grid__value {
    padding: 13px 16px;
    
    font-size: 14px;
    line-height: 1.5;
}
.nova-attrs-grid__label {
    color: #64748b;
    font-weight: 500;
    background: #fafbfc;
}
.nova-attrs-grid__value {
    color: #0f172a;
    font-weight: 600;
    word-break: break-word;
}
.nova-attrs-grid__row:last-child .nova-attrs-grid__label,
.nova-attrs-grid__row:last-child .nova-attrs-grid__value {
    border-bottom: 0;
}
.nova-attrs-empty {
    text-align: center;
    color: #94a3b8;
    padding: 20px 0;
    margin: 0;
}

/* Пустые отзывы */
.nova-reviews-empty {
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
}
.nova-reviews-empty__icon {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
    opacity: 0.4;
}
.nova-reviews-empty p {
    margin: 0;
    font-size: 15px;
}

@media (max-width: 768px) {
    .nova-info-section__header { padding: 16px 18px; }
    .nova-info-section__body { padding: 18px; }
    .nova-attrs-grid { grid-template-columns: 1fr; }
    .nova-attrs-grid__label {
        padding-bottom: 2px;
        border-bottom: 0;
        font-size: 12px;
    }
    .nova-attrs-grid__value {
        padding-top: 0;
        padding-bottom: 14px;
    }
}









/* ============================================
   🔥 ИЗБРАННОЕ/СРАВНЕНИЕ — правый верхний угол фото
   ============================================ */
.nova-photo-actions {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.nova-photo-actions > * { margin: 0 !important; }

/* ============================================
   📐 Продающий блок «Проектирование освещения»
   ============================================ */
.nova-design-promo {
    margin: 18px 0;
    padding: 18px 20px;
    border: 1px solid #d7f0ec;
    border-left: 4px solid #019f91;
    border-radius: 14px;
    background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 70%);
    box-shadow: 0 6px 18px rgba(1, 159, 145, .08);
}
.nova-design-promo__head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}
.nova-design-promo__icon { font-size: 26px; line-height: 1; }
.nova-design-promo__title { font-size: 16px; font-weight: 700; color: #0f172a; }
.nova-design-promo__sub { font-size: 13px; color: #475569; margin-top: 2px; }
.nova-design-promo__list { list-style: none; margin: 0 0 14px; padding: 0; }
.nova-design-promo__list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
    font-size: 13.5px;
    color: #334155;
}
.nova-design-promo__list li::before {
    content: '✓';
    position: absolute;
    left: 0; top: 0;
    color: #019f91;
    font-weight: 700;
}

.nova-design-promo__btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.nova-design-promo__note { margin-top: 8px; font-size: 12px; color: #64748b; }

@media (max-width: 768px) {
    .nova-photo-actions { top: 10px; right: 10px; }
}




/* ============================================
   🔥 СТРОКА «ШАРИНГ + ЗАГОЛОВОК + КОПИРОВАНИЕ»
   ============================================ */
.nova-title-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}
.nova-title-row .nova-share-wrap {
	order: -1;
	flex-shrink: 0;
	margin-top: 4px;
}
.nova-title-row .nova-single-title {
	flex: 1;
	margin: 0 !important;
	font-size: 28px;
	line-height: 1.25;
	min-width: 200px;
}
.nova-title-row .nova-copy-title {
	flex-shrink: 0;
	background: none;
	border: 1px solid #e2e8f0;
	cursor: pointer;
	color: #64748b;
	padding: 6px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
	transition: color .2s, border-color .2s;
}
.nova-title-row .nova-copy-title:hover {
	color: var(--ns-primary, #019f91);
	border-color: var(--ns-primary, #019f91);
}
.nova-title-row .nova-copy-title.is-copied {
	color: #16a34a;
	border-color: #16a34a;
}

/* ============================================
   🖼️ КНОПКИ ИЗБРАННОЕ/СРАВНЕНИЕ НА ФОТО
   (правый верхний угол галереи)
   ============================================ */
.nova-single-gallery__main {
	position: relative;
}
.nova-photo-actions {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 20;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.nova-photo-actions .product-card__action-btn {
	margin: 0 !important;
	width: 33px !important;
	height: 33px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #fff !important;
	border: 1px solid #eef0f4 !important;
	border-radius: 12px !important;
	box-shadow: 0px 0px 10px 7px #f0f0f0b8;
	transition: transform .2s, box-shadow .2s, background .2s;
	cursor: pointer;
	color: #334155;
}
.nova-photo-actions .product-card__action-btn:hover {
	transform: translateY(-2px);
	color: #334155;
	box-shadow: 0 8px 20px rgba(15, 23, 42, .16) !important;
}
/* Активное избранное — красное */
.nova-photo-actions .product-card__action-btn--wishlist.active {
	background: #ef4444 !important;
	border-color: #ef4444 !important;
	color: #fff !important;
}
/* Активное сравнение — синее */
.nova-photo-actions .product-card__action-btn--compare.active {
	background: #3b82f6 !important;
	border-color: #3b82f6 !important;
	color: #fff !important;
}

/* ============================================
   📐 ПРОДАЮЩИЙ БЛОК «Проектирование освещения»
   ============================================ */
.nova-design-promo {
	margin: 18px 0;
	padding: 18px 20px;
	border: 1px solid #d7f0ec;
	
	border-radius: 14px;
	background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 70%);
	box-shadow: 0 6px 18px rgba(1, 159, 145, .08);
}
.nova-design-promo__head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
}
.nova-design-promo__icon { font-size: 28px; line-height: 1; }
.nova-design-promo__title { font-size: 17px; font-weight: 700; color: #0f172a; margin-bottom: 2px; }
.nova-design-promo__sub { font-size: 13px; color: #475569; line-height: 1.4; }
.nova-design-promo__list { list-style: none; margin: 0 0 14px; padding: 0; }
.nova-design-promo__list li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 6px;
	font-size: 13.5px;
	color: #334155;
	line-height: 1.45;
}
.nova-design-promo__list li::before {
	content: '✓';
	position: absolute;
	left: 0; top: 0;
	color: var(--ns-primary, #019f91);
	font-weight: 700;
}
.nova-design-promo__btn {
	display: inline-block;
	padding: 12px 22px;
	background: var(--ns-primary, #019f91);
	color: #fff !important;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	transition: filter .2s, transform .2s;
	width: 32%;

}
.nova-design-promo__btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.nova-design-promo__note { margin-top: 10px; font-size: 12px; color: #64748b; }

/* ============================================
   📱 АДАПТИВ
   ============================================ */
@media (max-width: 768px) {
	.nova-photo-actions { top: 10px; right: 10px; }
	.nova-photo-actions .product-card__action-btn { width: 87px; height: 38px; text-align: center; }
	.nova-title-row .nova-single-title { font-size: 22px; }
}

@media (max-width: 768px) {
	.nova-design-promo__btn { width: 87%; text-align: center; }
	

/* ============================================
   🔥 ИЗБРАННОЕ/СРАВНЕНИЕ — правый верхний угол фото
   ============================================ */
.nova-photo-actions {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 30;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.nova-photo-actions .product-card__action-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(15, 23, 42, .16) !important;
}

@media (max-width: 768px) {
	.nova-photo-actions { top: 10px; right: 10px; }
}










/* ============================================
   📋 ХАРАКТЕРИСТИКИ: компактная таблица с пунктиром
   ============================================ */
.nova-attrs-grid {
	display: block !important;
	background: none !important;
	border: 0 !important;
	max-width: 760px;              /* значения не улетают вправо */
	margin: 0 !important;
}
.nova-attrs-grid__row {
	display: flex !important;
	align-items: baseline;
	gap: 8px;
	background: none !important;
	padding: 9px 4px !important;
	margin: 0 !important;

	border-radius: 0 !important;
}
.nova-attrs-grid__row:last-child { border-bottom: 0; }

/* Название + точки-лидер до значения */
.nova-attrs-grid__label {
	display: flex;
	align-items: baseline;
	flex: 1;
	min-width: 0;
	background: none !important;
	color: #64748b;
	font-size: 14px;
	font-weight: 500;
	padding: 0 !important;
}
.nova-attrs-grid__label::after {
	content: '';
	flex: 1;
	border-bottom: 2px dotted #cbd5e1;   /* пунктирная линия-точки */
	margin: 0 4px 4px 10px;
	min-width: 24px;
}

/* Значение — сразу после точек, жирное */
.nova-attrs-grid__value {
	flex-shrink: 0;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	font-size: 14px;
	font-weight: 600;
	color: #0f172a;
	text-align: right;
}








.woocommerce button.button.alt:hover {
        background-color: #089588;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    
}
}





/* ============================================
   🎠 СЛАЙДЕРЫ ПОХОЖИХ / ПРОСМОТРЕННЫХ ТОВАРОВ
   ============================================ */
.nova-single-related { margin: 44px 0; position: relative; }
.nova-single-related__title { font-size: 22px; font-weight: 700; margin: 0 0 18px; color: #0f172a; }

.nova-single-slider { position: relative; padding: 4px; overflow: hidden; }
.nova-single-slider .swiper-slide { height: auto; display: flex; }
.nova-single-slider .swiper-slide > .product-card { width: 100%; margin: 0; }

/* Стрелки как в каталоге */
.nova-single-slider .swiper-button-prev,
.nova-single-slider .swiper-button-next {
	width: 40px; height: 40px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 14px rgba(15, 23, 42, .12);
	color: #334155;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.nova-single-slider .swiper-button-prev { left: 2px; }
.nova-single-slider .swiper-button-next { right: 2px; }
.nova-single-slider .swiper-button-prev::after,
.nova-single-slider .swiper-button-next::after { font-size: 15px; font-weight: 700; }
.nova-single-slider .swiper-button-disabled { opacity: .35; pointer-events: none; }

/* На мобильных — свайп пальцем, стрелки не мешают */
@media (max-width: 768px) {
	.nova-single-slider .swiper-button-prev,
	.nova-single-slider .swiper-button-next { display: none; }
	.nova-single-related__title { font-size: 19px; }
}



/* ============================================
   🎠 СЛАЙДЕРЫ: свайп, ховер-описание, кнопка как в архиве
   ============================================ */
.nova-single-related { margin: 44px 0; position: relative; }
.nova-single-related__title { font-size: 22px; font-weight: 700; margin: 0 0 18px; color: #0f172a; }
.nova-single-slider { position: relative; overflow: hidden; padding: 4px; }
.nova-single-slider .swiper-slide { height: auto; display: flex; }
.nova-single-slider .swiper-slide > .product-card { width: 100%; margin: 0; }

/* Стрелки (десктоп) */
.nova-single-slider .swiper-button-prev,
.nova-single-slider .swiper-button-next {
	width: 40px; height: 40px; border-radius: 50%;
	background: #fff; color: #334155;
	box-shadow: 0 4px 14px rgba(15, 23, 42, .12);
	top: 50%; transform: translateY(-50%); z-index: 10;
}
.nova-single-slider .swiper-button-prev::after,
.nova-single-slider .swiper-button-next::after { font-size: 15px; font-weight: 700; }
.nova-single-slider .swiper-button-disabled { opacity: .35; pointer-events: none; }

/* 🔥 Ховер-описание в слайдере — ТАКОЕ ЖЕ, как в архиве */
.nova-single-slider .product-card { position: relative; }
.nova-single-slider .product-card__hover-panel {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	z-index: 6;
	background: rgba(255, 255, 255, .97);
	backdrop-filter: blur(4px);
	border-top: 1px solid #e8ecf1;
	padding: 12px 14px;
	max-height: 70%;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transform: translateY(14px);
	transition: opacity .25s ease, transform .25s ease, visibility .25s;
	font-size: 13px;
	line-height: 1.45;
	color: #475569;
}
.nova-single-slider .product-card:hover .product-card__hover-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* 🔥 Кнопка «В корзину» в слайдере — 1 в 1 как в архиве */
.nova-single-slider .product-card__add-to-cart-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 16px;
	border: none;
	border-radius: 8px;
	background: #1e293b;
	color: #fff !important;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .02em;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background .2s, transform .2s;
}
.nova-single-slider .product-card__add-to-cart-btn:hover { background: #0f172a; transform: translateY(-1px); }
.nova-single-slider .product-card__add-to-cart-btn.in-cart,
.nova-single-slider .product-card__add-to-cart-btn.added { background: #10b981 !important; }
.nova-single-slider .product-card__add-to-cart-btn.loading { opacity: .6; pointer-events: none; }

/* Мобильные: свайп пальцем, стрелки не мешают */
@media (max-width: 768px) {
	.nova-single-slider .swiper-button-prev,
	.nova-single-slider .swiper-button-next { display: none; }
	.nova-single-related__title { font-size: 19px; }
}


/* ============================================
   🛒 ГЛАВНАЯ КНОПКА «В КОРЗИНУ» — 1 в 1 как в архиве
   ============================================ */
.nova-single-cart-area .single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 12px 24px !important;
	border: none !important;
	border-radius: 8px !important;
	background: #1e293b !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: .02em;
	cursor: pointer;
	box-shadow: none !important;
	outline: none !important;
	transition: background .2s, transform .2s;
}
.nova-single-cart-area .single_add_to_cart_button:hover {
	background: #0f172a !important;
	transform: translateY(-1px);
}
/* В корзине — зелёная, как в архиве */
.nova-single-cart-area .single_add_to_cart_button.in-cart,
.nova-single-cart-area .single_add_to_cart_button.added {
	background: #10b981 !important;
}
.nova-single-cart-area .single_add_to_cart_button.loading { opacity: .6; pointer-events: none; }
/* 🔥 Убираем ЛЮБЫЕ псевдо-галочки (::before/::after) — остаётся одна ✓ в тексте */
.nova-single-cart-area .single_add_to_cart_button::before,
.nova-single-cart-area .single_add_to_cart_button::after {
	content: none !important;
	display: none !important;
}
