/* === FIXES v3.2 === */

/* ===== ФОРМА ПОДПИСКИ — золотая секция, тёмный текст ===== */
.delika-subscribe-section {
    background: linear-gradient(135deg, #a8882e 0%, #c9a84c 50%, #dfc06a 100%) !important;
    padding: 80px 40px !important;
    margin: 80px 0 40px !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.delika-subscribe-section::before {
    content: '';
    position: absolute;
    top: 20px; left: 20px; right: 20px; bottom: 20px;
    border: 1px solid rgba(14, 15, 16, 0.25);
    pointer-events: none;
}
.delika-subscribe-inner {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.delika-subscribe-section h2 {
    color: #0e0f10 !important;
    font-size: 2.2em !important;
    letter-spacing: 6px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
}
.delika-subscribe-section h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #0e0f10;
    margin: 20px auto;
}
.delika-subscribe-section p {
    color: #0e0f10 !important;
    font-size: .95em !important;
    line-height: 1.8;
    font-weight: 500 !important;
    margin-bottom: 35px !important;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.delika-subscribe-form {
    display: flex;
    gap: 0;
    max-width: 500px;
    margin: 0 auto;
    background: rgba(14, 15, 16, 0.08);
    padding: 6px;
    border-radius: 2px;
}
.sub-input {
    flex: 1 !important;
    padding: 16px 22px !important;
    background: #0e0f10 !important;
    border: none !important;
    color: #e8e2d8 !important;
    font-family: inherit !important;
    font-size: .9em !important;
    outline: none !important;
    border-radius: 0 !important;
}
.sub-input::placeholder { color: #888 !important; }
.sub-btn {
    padding: 16px 38px !important;
    background: #0e0f10 !important;
    border: none !important;
    color: #c9a84c !important;
    font-family: inherit !important;
    font-size: .8em !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all .3s !important;
    white-space: nowrap !important;
    border-left: 1px solid rgba(201, 168, 76, 0.2) !important;
    border-radius: 0 !important;
}
.sub-btn:hover:not(:disabled) {
    color: #dfc06a !important;
    background: #0a0b0d !important;
}
.sub-btn:disabled {
    background: #2ecc71 !important;
    color: #0e0f10 !important;
    cursor: default;
}

@media (max-width: 600px) {
    .delika-subscribe-section { padding: 50px 20px !important; margin: 50px 0 20px !important; }
    .delika-subscribe-section h2 { font-size: 1.6em !important; letter-spacing: 3px !important; }
    .delika-subscribe-form { flex-direction: column; }
    .sub-btn { border-left: none !important; border-top: 1px solid rgba(201,168,76,.2) !important; }
}

/* ===== ЖИРНЕЕ ЗАГОЛОВКИ И ВОПРОСЫ ===== */
.delika-hero h1 { font-weight: 500 !important; }
.section-header h2 { font-weight: 500 !important; }
.delika-section h2 { font-weight: 500 !important; }

/* FAQ — жирнее вопросы */
.faq-question h4,
.delika-faq .faq-question h4 {
    font-weight: 600 !important;
    font-size: .95em !important;
    color: #e8e2d8 !important;
}
.faq-question:hover h4 { color: #d4ad6a !important; }

/* Раскрывающиеся секции — жирнее заголовки */
.delika-expandable-header h3 {
    font-weight: 500 !important;
    font-size: .95em !important;
}

/* Фильтры категорий — жирнее */
.delika-filter-btn { font-weight: 500 !important; }
.delika-filter-btn.active { font-weight: 700 !important; }

/* ===== КОРЗИНА И ЧЕКАУТ — всё тёмное, золото на тёмном ===== */
.woocommerce-cart, .woocommerce-checkout,
.woocommerce-cart *, .woocommerce-checkout *,
.woocommerce .cart-collaterals,
.woocommerce form.checkout,
.woocommerce-page table.shop_table,
.woocommerce-page #order_review,
.woocommerce-page .woocommerce-cart-form,
.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content {
    background-color: transparent !important;
}

/* Таблица корзины */
.woocommerce table.shop_table {
    background: #1a1b1e !important;
    border: 1px solid rgba(189,149,87,.15) !important;
    border-radius: 4px !important;
}
.woocommerce table.shop_table thead th {
    background: #151618 !important;
    color: #bd9557 !important;
    border-color: rgba(189,149,87,.15) !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
}
.woocommerce table.shop_table td {
    background: #1a1b1e !important;
    color: #e8e2d8 !important;
    border-color: rgba(189,149,87,.08) !important;
}
.woocommerce table.shop_table tr:hover td {
    background: rgba(189,149,87,.03) !important;
}

/* Названия товаров в корзине */
.woocommerce table.shop_table .product-name,
.woocommerce table.shop_table .product-name a,
.woocommerce-cart-form .product-name a,
.woocommerce-checkout .product-name {
    color: #e8e2d8 !important;
    font-weight: 500 !important;
}

/* Цены — золотые на тёмном */
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-subtotal,
.woocommerce table.shop_table .product-total,
.woocommerce table.shop_table .amount,
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol {
    color: #bd9557 !important;
    font-weight: 500 !important;
}

/* Цены в корзине не должны переноситься */
.woocommerce table.shop_table .product-price,
.woocommerce table.shop_table .product-subtotal,
.woocommerce table.shop_table .product-total {
    white-space: nowrap !important;
}
.woocommerce table.shop_table .product-price .woocommerce-Price-amount,
.woocommerce table.shop_table .product-subtotal .woocommerce-Price-amount,
.woocommerce table.shop_table .product-total .woocommerce-Price-amount {
    white-space: nowrap !important;
    display: inline-block;
}

/* Скрытое "small" в названии термокороба */
.woocommerce table.shop_table .product-name small {
    color: #bd9557 !important;
    font-style: italic;
}

/* Итого / подитог — блок */
.cart_totals, .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout-review-order-table {
    background: #1a1b1e !important;
    border: 1px solid rgba(189,149,87,.15) !important;
    padding: 25px !important;
    border-radius: 4px !important;
}
.cart_totals h2, .cart_totals h3,
#order_review_heading {
    color: #bd9557 !important;
    font-weight: 500 !important;
}

/* Строки итогов */
.cart_totals table, .woocommerce-checkout-review-order-table {
    background: transparent !important;
}
.cart_totals table th, .cart_totals table td,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
    background: transparent !important;
    color: #e8e2d8 !important;
    border-color: rgba(189,149,87,.08) !important;
}
.cart_totals .order-total .amount,
.order-total .woocommerce-Price-amount {
    color: #bd9557 !important;
    font-size: 1.2em !important;
    font-weight: 700 !important;
}

/* Купон */
.woocommerce-cart .coupon input[type="text"],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
    background: #151618 !important;
    color: #e8e2d8 !important;
    border: 1px solid rgba(189,149,87,.2) !important;
    border-radius: 4px !important;
    padding: 12px 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e8e2d8 !important;
    line-height: 40px !important;
}
.select2-dropdown {
    background: #1a1b1e !important;
    border-color: rgba(189,149,87,.2) !important;
    color: #e8e2d8 !important;
}
.select2-container--default .select2-results__option {
    color: #e8e2d8 !important;
    background: #1a1b1e !important;
}
.select2-container--default .select2-results__option--highlighted {
    background: #bd9557 !important;
    color: #0e0f10 !important;
}

/* Поля формы */
.woocommerce form .form-row label,
.woocommerce-checkout label,
.woocommerce-checkout h3 {
    color: #e8e2d8 !important;
    font-weight: 500 !important;
}

/* Способы оплаты */
.woocommerce-checkout #payment {
    background: #1a1b1e !important;
    border: 1px solid rgba(189,149,87,.15) !important;
    border-radius: 4px !important;
}
.woocommerce-checkout #payment ul.payment_methods {
    background: transparent !important;
    border-bottom: 1px solid rgba(189,149,87,.15) !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
    background: transparent !important;
    color: #e8e2d8 !important;
}
.woocommerce-checkout #payment div.payment_box {
    background: #151618 !important;
    color: #e8e2d8 !important;
}
.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #151618 !important;
}

/* Кнопки x удаления в корзине */
.woocommerce a.remove {
    color: #ec7063 !important;
    background: transparent !important;
    font-size: 1.5em !important;
}
.woocommerce a.remove:hover {
    background: rgba(231,76,60,.15) !important;
    color: #f1948a !important;
}

/* Инпут количества */
.woocommerce .quantity .qty {
    background: #151618 !important;
    color: #e8e2d8 !important;
    border: 1px solid rgba(189,149,87,.2) !important;
    border-radius: 4px !important;
}

/* Уведомления WooCommerce */
.woocommerce-info, .woocommerce-message, .woocommerce-error,
.woocommerce-NoticeGroup, .woocommerce-notices-wrapper {
    background: #1a1b1e !important;
    color: #e8e2d8 !important;
    border-top-color: #bd9557 !important;
}
.woocommerce-info::before, .woocommerce-message::before, .woocommerce-error::before {
    color: #bd9557 !important;
}
.woocommerce-info a, .woocommerce-message a {
    color: #bd9557 !important;
}

/* Заголовки страниц корзины и чекаута */
.woocommerce-cart h1, .woocommerce-checkout h1,
.page-template-default h1.entry-title {
    color: #bd9557 !important;
    font-weight: 500 !important;
}

/* Хлебные крошки */
.woocommerce-breadcrumb {
    color: #888 !important;
}
.woocommerce-breadcrumb a {
    color: #bd9557 !important;
}

/* Место для промокода */
.woocommerce-form-coupon-toggle .woocommerce-info {
    background: rgba(189,149,87,.05) !important;
    border-top-color: #bd9557 !important;
}

/* ===== TOAST уведомление ===== */
.delika-toast {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #1a1b1e;
    color: #e8e2d8;
    padding: 18px 30px;
    border: 1px solid #bd9557;
    border-radius: 2px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5), 0 0 20px rgba(189,149,87,0.2);
    font-family: "Montserrat", sans-serif;
    font-size: .85em;
    letter-spacing: 1px;
    z-index: 9999;
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s cubic-bezier(.25,.46,.45,.94);
    pointer-events: none;
    max-width: 400px;
}
.delika-toast::before {
    content: '✓';
    color: #bd9557;
    font-weight: 700;
    margin-right: 10px;
}
.delika-toast.error {
    border-color: #ec7063;
}
.delika-toast.error::before {
    content: '✕';
    color: #ec7063;
}
.delika-toast.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Анимация подтверждения на кнопке */
.card-var-btn.added {
    animation: delika-pulse-gold 0.6s ease;
}
@keyframes delika-pulse-gold {
    0%, 100% { box-shadow: 0 0 0 0 rgba(189,149,87,0); }
    50% { box-shadow: 0 0 0 8px rgba(189,149,87,0.3); }
}

/* Мобильный toast */
@media (max-width: 600px) {
    .delika-toast { bottom: 20px; right: 20px; left: 20px; text-align: center; }
}

/* ===== АВТО-ОБНОВЛЕНИЕ КОРЗИНЫ — скрываем кнопку "Обновить" ===== */
.woocommerce-cart button[name="update_cart"],
.woocommerce-cart input[name="update_cart"] {
    display: none !important;
}

/* ===== ИНФО О ВЕСЕ И МИНИМУМЕ ===== */
.delika-weight-info th {
    color: #bd9557 !important;
    font-weight: 600;
}
.delika-weight-value {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
    color: #bd9557;
    margin-bottom: 8px;
}
.delika-weight-hint {
    font-size: .85em;
    padding: 10px 14px;
    border-radius: 3px;
    margin-top: 8px;
}
.delika-weight-hint.warn {
    background: rgba(231,76,60,.08);
    border-left: 3px solid #ec7063;
    color: #ec7063;
}
.delika-weight-hint.warn strong {
    color: #f1948a;
}
.delika-weight-hint.ok {
    background: rgba(46,204,113,.08);
    border-left: 3px solid #2ecc71;
    color: #58d68d;
}

/* Скрыть сайдбар везде */
body.no-sidebar .widget-area,
body.no-sidebar #secondary,
body.no-sidebar .storefront-sorting,
body:not(.home) #secondary {
    display: none !important;
}
body.no-sidebar #primary,
body.no-sidebar .content-area {
    width: 100% !important;
    float: none !important;
}

/* ===== ПРЕМИУМ ФУТЕР ===== */
.site-footer {
    background: #080909 !important;
    padding: 0 !important;
    border-top: 1px solid rgba(189,149,87,.12);
}
.delika-footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px 30px;
}
.delika-footer-cols {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}
.delika-footer-col h4 {
    color: #bd9557 !important;
    font-family: "Cormorant Garamond", Georgia, serif !important;
    font-weight: 400 !important;
    font-size: 1.1em !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin: 0 0 20px 0 !important;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(189,149,87,.15);
}
.delika-footer-col p {
    color: #888 !important;
    font-size: .85em;
    line-height: 1.7;
    margin: 0;
}
.delika-footer-col ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.delika-footer-col ul li {
    padding: 6px 0 !important;
    color: #888 !important;
    font-size: .85em !important;
    letter-spacing: .5px;
}
.delika-footer-col ul li a {
    color: #bbb !important;
    text-decoration: none !important;
    transition: color .3s;
}
.delika-footer-col ul li a:hover {
    color: #bd9557 !important;
}
.delika-footer-bottom {
    padding-top: 25px;
    border-top: 1px solid rgba(189,149,87,.08);
    text-align: center;
    color: #666 !important;
    font-size: .75em;
    letter-spacing: 2px;
}
.site-info { display: none !important; }

@media (max-width: 900px) {
    .delika-footer-cols {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media (max-width: 560px) {
    .delika-footer { padding: 40px 20px 20px; }
    .delika-footer-cols { grid-template-columns: 1fr; gap: 25px; }
}

/* ===== КНОПКА "ЛИЧНЫЙ КАБИНЕТ" В ШАПКЕ ===== */
.delika-header-account {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #bd9557 !important;
    text-decoration: none !important;
    padding: 8px 18px;
    border: 1px solid rgba(189,149,87,.3);
    border-radius: 25px;
    font-size: .7em !important;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all .3s;
    margin: 0 12px;
    vertical-align: middle;
    line-height: 1;
}
.delika-header-account:hover {
    background: #bd9557;
    color: #0e0f10 !important;
    box-shadow: 0 0 20px rgba(189,149,87,.15);
}
.delika-account-icon {
    font-size: 1.2em;
    line-height: 1;
}
@media (max-width: 768px) {
    .delika-account-text { display: none; }
    .delika-header-account { padding: 8px 12px; margin: 0 8px; }
}

/* ===== ПЛЮС / МИНУС В КОРЗИНЕ ===== */
.woocommerce-cart .delika-qty {
    display: inline-flex !important;
    align-items: center;
    gap: 0;
    background: #151618;
    border: 1px solid rgba(189,149,87,.25);
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
}
.delika-qty-btn {
    background: transparent !important;
    color: #bd9557 !important;
    border: none !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    transition: all .2s;
    border-radius: 0 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.delika-qty-btn:hover:not(:disabled) {
    background: rgba(189,149,87,.15) !important;
    color: #d4ad6a !important;
}
.woocommerce-cart .delika-qty input.qty {
    width: 50px !important;
    background: transparent !important;
    border: none !important;
    border-left: 1px solid rgba(189,149,87,.15) !important;
    border-right: 1px solid rgba(189,149,87,.15) !important;
    color: #e8e2d8 !important;
    font-size: 1em !important;
    font-weight: 500;
    text-align: center !important;
    padding: 10px 5px !important;
    border-radius: 0 !important;
    -moz-appearance: textfield;
}
.woocommerce-cart .delika-qty input.qty::-webkit-inner-spin-button,
.woocommerce-cart .delika-qty input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ===== INLINE СТРОКА С ФАСОВКАМИ ПОД ТОВАРОМ В КОРЗИНЕ ===== */
.delika-stock-row td {
    background: #0f1012 !important;
    padding: 20px 25px !important;
    border-top: 1px solid rgba(189,149,87,.2) !important;
    border-bottom: 2px solid rgba(189,149,87,.2) !important;
    animation: delikaStockSlide .3s ease;
}
@keyframes delikaStockSlide {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.delika-stock-inner strong {
    display: block;
    color: #bd9557;
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 6px;
    font-weight: 600;
}
.delika-stock-inner small {
    display: block;
    color: #888;
    font-size: .85em;
    margin-bottom: 14px;
    font-style: italic;
}
.delika-stock-loading {
    color: #888;
    font-style: italic;
    font-size: .85em;
    text-align: center;
    padding: 10px;
}
.delika-stock-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.delika-stock-btn {
    background: #1a1b1e !important;
    border: 1px solid rgba(189,149,87,.3) !important;
    color: #e8e2d8 !important;
    padding: 12px 20px !important;
    font-size: .85em !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all .3s !important;
    border-radius: 3px !important;
    font-family: inherit !important;
    letter-spacing: .5px !important;
    text-transform: none !important;
}
.delika-stock-btn:hover {
    background: #bd9557 !important;
    color: #0e0f10 !important;
    border-color: #bd9557 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(189,149,87,.25);
}
.delika-stock-btn:disabled {
    cursor: wait;
    pointer-events: none;
}

/* ===== UNDO NOTICE при удалении — фикс наложения иконки ===== */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    background: #1a1b1e !important;
    color: #e8e2d8 !important;
    border-top: 3px solid #bd9557 !important;
    padding: 18px 22px 18px 60px !important;
    border-radius: 0 !important;
    margin-bottom: 20px !important;
    position: relative !important;
    list-style: none !important;
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    color: #bd9557 !important;
    left: 22px !important;
    top: 18px !important;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
    color: #bd9557 !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
    margin-left: 10px;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover {
    color: #d4ad6a !important;
}

/* Карточки — overflow только на картинке, не на всей карточке */
.delika-product-card {
    background: var(--dl-card) !important;
    position: relative;
    overflow: visible !important;
    transition: all .5s cubic-bezier(.25,.46,.45,.94);
    border: 1px solid rgba(189,149,87,.08);
}
.delika-product-card .card-img {
    position: relative;
    overflow: hidden;
    height: 260px;
    display: block;
}

/* Убеждаемся что card-body видим */
.delika-product-card .card-body {
    padding: 22px;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    background: var(--dl-card);
}
.delika-product-card .card-title {
    color: var(--dl-cream) !important;
    font-size: .9em !important;
    font-weight: 400 !important;
    letter-spacing: 1.5px !important;
    margin: 0 0 14px 0 !important;
    text-transform: none !important;
    line-height: 1.4;
    display: block !important;
    visibility: visible !important;
}
.delika-product-card .card-title a {
    color: inherit !important;
    text-decoration: none !important;
    transition: color .3s;
}
.delika-product-card .card-title a:hover {
    color: #bd9557 !important;
}
.delika-product-card .card-price {
    color: var(--dl-gold) !important;
    font-size: 1.3em !important;
    font-weight: 300;
    margin-bottom: 18px;
    display: block !important;
}

/* Переключатель фасовки — видимый текст */
.card-variations {
    display: flex !important;
    gap: 0;
    margin-bottom: 16px;
}
.card-var-btn {
    flex: 1;
    padding: 10px 8px;
    background: transparent;
    border: 1px solid rgba(189,149,87,.2);
    border-right: none;
    color: var(--dl-cream) !important;
    font-size: .78em;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s;
    font-family: inherit;
    text-align: center;
    display: block !important;
    visibility: visible !important;
}
.card-var-btn:last-child { border-right: 1px solid rgba(189,149,87,.2); }
.card-var-btn.active {
    background: var(--dl-gold) !important;
    color: #0e0f10 !important;
    border-color: var(--dl-gold) !important;
    font-weight: 600;
}
.card-var-btn:not(.active) {
    color: #e8e2d8 !important;
    background: rgba(189,149,87,.06) !important;
}

/* === КРАСИВЫЕ ФИЛЬТРЫ-ПЕРЕКЛЮЧАТЕЛИ === */
.delika-filters {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px !important;
    padding: 0 20px 40px;
}
.delika-filter-btn {
    padding: 12px 28px !important;
    background: transparent !important;
    border: 1px solid rgba(189,149,87,.25) !important;
    border-radius: 30px !important;
    color: var(--dl-gray) !important;
    font-family: inherit;
    font-size: .72em !important;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .4s !important;
    position: relative;
    overflow: hidden;
}
.delika-filter-btn::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    width: 0; height: 0;
    background: var(--dl-gold);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width .5s, height .5s;
    z-index: 0;
}
.delika-filter-btn:hover {
    color: var(--dl-cream) !important;
    border-color: var(--dl-gold) !important;
}
.delika-filter-btn.active {
    background: var(--dl-gold) !important;
    color: var(--dl-bg) !important;
    border-color: var(--dl-gold) !important;
    box-shadow: 0 0 20px rgba(189,149,87,.15);
}

.delika-sub-filters {
    gap: 10px !important;
    padding: 0 20px 30px !important;
}
.delika-sub-btn {
    padding: 8px 22px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(189,149,87,.15) !important;
    color: var(--dl-gray) !important;
    font-size: .68em !important;
    letter-spacing: 2px;
    background: transparent !important;
    cursor: pointer;
    transition: all .3s !important;
    font-family: inherit;
    text-transform: uppercase;
}
.delika-sub-btn.active, .delika-sub-btn:hover {
    background: var(--dl-gold-d) !important;
    color: var(--dl-bg) !important;
    border-color: var(--dl-gold-d) !important;
}

/* === GRID FIX === */
.delika-products-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 22px !important;
    padding: 0 40px 80px !important;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .delika-products-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        padding: 0 12px 40px !important;
    }
    .delika-product-card .card-img { height: 180px; }
    .delika-product-card .card-body { padding: 14px; }
    .delika-filters { gap: 8px !important; }
    .delika-filter-btn { padding: 9px 18px !important; font-size: .65em !important; }
}
@media (max-width: 480px) {
    .delika-products-grid { grid-template-columns: 1fr !important; }
}
