/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
Author: Milos Skacan
Description: Child theme pre BeautyCentrum DS
*/

/* Globálny fix — zabrání horizontálnemu scrollu */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* ===== VERNOSTNÝ BANNER ===== */
.bc-vernostny-baner {
    display: flex;
    align-items: center;
    background: #0F0F0F;
    padding: 22px 40px;
    gap: 40px;
    border-radius: 6px;
}

.bc-baner-info {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-width: 220px;
}

.bc-baner-title {
    color: #B79A56;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.3;
}

.bc-baner-subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
    margin-top: 5px;
}

.bc-baner-stats {
    display: flex;
    gap: 40px;
    flex: 1;
    justify-content: center;
}

.bc-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bc-stat-value {
    color: #B79A56;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.bc-stat-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 5px;
}

.bc-btn-viac {
    background: #B79A56;
    color: #0F0F0F;
    border: none;
    padding: 13px 28px;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    white-space: nowrap;
    transition: opacity 0.2s;
    flex-shrink: 0;
}

.bc-btn-viac:hover {
    opacity: 0.82;
}

@media (max-width: 768px) {
    .bc-vernostny-baner {
        flex-direction: column;
        padding: 24px 20px;
        gap: 20px;
        text-align: center;
    }
    .bc-baner-info {
        align-items: center;
        min-width: unset;
    }
    .bc-baner-stats {
        gap: 20px;
    }
}

/* ===== VERNOSTNÝ POPUP ===== */
.bc-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999998;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.bc-popup-overlay.bc-popup-active {
    display: flex;
}

.bc-popup {
    background: #0F0F0F;
    color: #ffffff;
    padding: 40px;
    max-width: 520px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 16px;
    position: relative;
    border: 1px solid #B79A56;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.bc-popup::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('images/popup-bg.webp');
    background-size: cover;
    background-position: center top;
    filter: blur(3px);
    opacity: 0.22;
    z-index: 0;
    border-radius: 16px;
}

.bc-popup > * {
    position: relative;
    z-index: 1;
}

@media (max-width: 600px) {
    .bc-popup-overlay {
        padding: 10px;
        align-items: center;
    }
    .bc-popup {
        padding: 24px 16px;
        max-height: 88vh;
        border-radius: 16px;
        width: 100%;
        max-width: calc(100vw - 20px);
    }
}

/* Elementor off-canvas — keď je panel otvorený, obsah musí byť vždy viditeľný */
.e-off-canvas[aria-hidden="false"] .e-off-canvas__main {
    opacity: 1 !important;
    visibility: visible !important;
}
.e-off-canvas[aria-hidden="false"] .e-off-canvas__content {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Alertify (WPLoyalty dialógy) — mobile fix */
.alertify .ajs-modal {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
.alertify .ajs-dialog {
    max-width: calc(100vw - 24px) !important;
    margin: 10px auto !important;
    box-sizing: border-box !important;
}

.bc-popup-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none !important;
    border: none !important;
    color: #B79A56 !important;
    font-size: 1.3rem;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.bc-popup-close:hover {
    opacity: 1;
}

.bc-popup-title {
    color: #B79A56 !important;
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
    margin: 0 0 24px !important;
    font-weight: 700 !important;
    padding-right: 30px;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.bc-popup-content p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin-bottom: 12px;
}

.bc-popup-content ul {
    padding-left: 20px;
    margin: 8px 0 16px;
}

.bc-popup-content li {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    margin-bottom: 4px;
}

.bc-popup-content strong {
    color: #B79A56;
    font-weight: 600;
}

/* Mega menu - skryť obrázky kategórií (dočasne, kým sa pridajú reálne fotky) */
.product-category img,
.product-category .woocommerce-loop-category__thumbnail {
    display: none !important;
}

/* ===== SHORT DESCRIPTION vedľa produktu ===== */
.woocommerce-product-details__short-description {
    display: block !important;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.88rem;
    line-height: 1.65;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== POPIS ZÁLOŽKA — skryť obrázok, formátovanie textu ===== */
#tab-description img,
.woocommerce-Tabs-panel--description img {
    display: none !important;
}

.woocommerce-Tabs-panel h2 {
    font-size: 1rem !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

.woocommerce-Tabs-panel--description {
    font-size: 0.9rem;
    line-height: 1.8;
}

.woocommerce-Tabs-panel--description p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 1.1em;
}

.woocommerce-Tabs-panel--description strong,
.woocommerce-Tabs-panel--description b {
    color: #B79A56;
    font-weight: 600;
}

.woocommerce-Tabs-panel--description ul,
.woocommerce-Tabs-panel--description ol {
    margin: 0.4em 0 1.2em 1.4em;
    padding: 0;
}

.woocommerce-Tabs-panel--description li {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0.35em;
    line-height: 1.65;
}

/* ===================================================================
   GLOBÁLNY ŠTÝL PRODUKTOVÝCH KARIET — všetky stránky
=================================================================== */

/* Karta produktu */
.woocommerce ul.products li.product:not(.product-category) {
    background: #1a1a1a !important;
    border: 1px solid rgba(183,154,86,0.1) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Vnútorný <a> link (obaľuje img + title + price + body) — musí rásť */
.woocommerce ul.products li.product:not(.product-category) a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    text-decoration: none !important;
}

/* Obrázok */
.woocommerce ul.products li.product:not(.product-category) img {
    height: 220px !important;
    width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #1a1a1a !important;
    display: block !important;
    padding: 1rem !important;
    box-sizing: border-box !important;
}

/* Zľava badge */
.woocommerce ul.products li.product:not(.product-category) .onsale {
    background: rgba(183,154,86,0.88) !important;
    color: #0F0F0F !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.6rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    padding: 4px 10px !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    min-width: unset !important;
    min-height: unset !important;
    line-height: 1.2 !important;
}

/* Názov produktu — rastie, tlačí cenu/body dole */
.woocommerce ul.products li.product:not(.product-category) .woocommerce-loop-product__title {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: rgba(232,224,208,0.88) !important;
    padding: 1rem 1.1rem 0.3rem !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
    flex: 1 !important;
}

/* Cena */
.woocommerce ul.products li.product:not(.product-category) .price {
    font-family: "Montserrat", Arial, sans-serif !important;
    padding: 0.3rem 1.1rem 0.4rem !important;
    margin: 0 !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 0.5rem !important;
    flex-wrap: wrap !important;
}

.woocommerce ul.products li.product:not(.product-category) .price del,
.woocommerce ul.products li.product:not(.product-category) .price del .woocommerce-Price-amount {
    color: rgba(255,255,255,0.48) !important;
    font-size: 0.82rem !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
}

.woocommerce ul.products li.product:not(.product-category) .price ins,
.woocommerce ul.products li.product:not(.product-category) .price ins .woocommerce-Price-amount {
    color: #B79A56 !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.woocommerce ul.products li.product:not(.product-category) .price > .woocommerce-Price-amount {
    color: #B79A56 !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

/* "s DPH" suffix */
.woocommerce ul.products li.product:not(.product-category) .woocommerce-price-suffix,
.woocommerce ul.products li.product:not(.product-category) .tax_label {
    color: rgba(255,255,255,0.38) !important;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-style: normal !important;
}

/* Tlačidlo */
.woocommerce ul.products li.product:not(.product-category) .button,
.woocommerce ul.products li.product:not(.product-category) a.button {
    background: transparent !important;
    color: rgba(232,224,208,0.6) !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    padding: 0.72rem 1rem !important;
    margin: auto 1.1rem 1.1rem !important;
    width: calc(100% - 2.2rem) !important;
    display: block !important;
    text-align: center !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: border-color 0.2s, color 0.2s !important;
}

.woocommerce ul.products li.product:not(.product-category) .button:hover,
.woocommerce ul.products li.product:not(.product-category) a.button:hover {
    border-color: #B79A56 !important;
    color: #B79A56 !important;
    background: transparent !important;
}

/* ===== SINGLE PRODUCT — zmenšiť hlavný obrázok (bez object-fit, neruší zoom) ===== */
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    max-height: 420px;
    overflow: hidden;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
    max-height: 420px;
    max-width: 100%;
}

/* ===== NADPIS PRODUKTU — skryť Elementor banner sekciu ===== */
.elementor-element-63d44ee {
    display: none !important;
}

/* Nadpis produktu po JS presune */
.bc-product-title-moved {
    display: block !important;
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    color: #B79A56 !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

/* Product meta (SKU, kategórie) — slabšia biela */
.elementor-10953 .elementor-element-0bcad67,
.elementor-10953 .elementor-element-0bcad67 .product_meta,
.elementor-10953 .elementor-element-0bcad67 .product_meta span,
.elementor-10953 .elementor-element-0bcad67 .product_meta a {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.8rem !important;
}

/* Zlatá farba category linkov — globálne (mega menu aj category stránky) */
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    color: #B79A56 !important;
}
.woocommerce ul.products li.product-category a {
    color: #B79A56;
    text-decoration: none;
}

/* ===================================================================
   HLAVNÁ KATEGÓRIA STRÁNKA — /nase-produkty/
=================================================================== */
body.page-slug-nase-produkty .woocommerce ul.products,
body.woocommerce-shop .woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 2rem 0 !important;
    list-style: none !important;
    float: none !important;
}

body.page-slug-nase-produkty .woocommerce ul.products li.product-category,
body.woocommerce-shop .woocommerce ul.products li.product-category {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: none !important;
    border: 1px solid rgba(183,154,86,0.22) !important;
    background: #111 !important;
    box-shadow: none !important;
    transition: border-color 0.22s, background 0.22s !important;
}

body.page-slug-nase-produkty .woocommerce ul.products li.product-category:hover,
body.woocommerce-shop .woocommerce ul.products li.product-category:hover {
    border-color: #B79A56 !important;
    background: #161616 !important;
}

body.page-slug-nase-produkty .woocommerce ul.products li.product-category > a,
body.woocommerce-shop .woocommerce ul.products li.product-category > a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100px !important;
    padding: 1.4rem 1.2rem !important;
    border: none !important;
    text-decoration: none !important;
    gap: 0 !important;
}

body.page-slug-nase-produkty .woocommerce ul.products li.product-category .woocommerce-loop-category__title,
body.woocommerce-shop .woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: #B79A56 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

body.page-slug-nase-produkty .woocommerce ul.products li.product-category .woocommerce-loop-category__title mark,
body.woocommerce-shop .woocommerce ul.products li.product-category .woocommerce-loop-category__title mark {
    display: block !important;
    background: none !important;
    color: rgba(255,255,255,0.3) !important;
    font-size: 0.72rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.06em !important;
    margin-top: 0.5rem !important;
}

/* ===== SUBCATEGORY PILULKY — vlastný PHP výpis (.bc-subcat-pills) ===== */

/* Skryť WooCommerce li.product-category z product gridu */
.bc-archive-main ul.products li.product-category {
    display: none !important;
}

.bc-subcat-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1.5rem;
}

.bc-subcat-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border: 1px solid #B79A56;
    border-radius: 4px;
    color: #B79A56;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}

.bc-subcat-pill:hover,
.bc-subcat-pill.bc-subcat-pill-active {
    background: #B79A56;
    color: #0F0F0F;
    text-decoration: none;
}

/* ===================================================================
   TOPBAR — bezplatná doprava
=================================================================== */
.bc-topbar {
    background: #B79A56;
    color: #0F0F0F;
    text-align: center;
    padding: 0.48rem 1rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 100%;
    line-height: 1;
}

/* ===================================================================
   NAVBAR DROPDOWN REDESIGN
=================================================================== */
.elementor-nav-menu--main .sub-menu,
.elementor-nav-menu--dropdown.elementor-nav-menu--layout-horizontal .sub-menu {
    background: #111 !important;
    border: 1px solid rgba(183, 154, 86, 0.2) !important;
    border-top: 2px solid #B79A56 !important;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.65) !important;
    border-radius: 0 !important;
    padding: 6px 0 !important;
    min-width: 200px !important;
}

.elementor-nav-menu--main .sub-menu li a,
.elementor-nav-menu--main .sub-menu li .elementor-item {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.8rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.06em !important;
    padding: 10px 22px !important;
    text-transform: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
    transition: color 0.18s, background 0.18s, padding-left 0.18s !important;
}

.elementor-nav-menu--main .sub-menu li:last-child a,
.elementor-nav-menu--main .sub-menu li:last-child .elementor-item {
    border-bottom: none !important;
}

/* Elementor header — odstrán zlatú čiaru pod navbarom */
header[data-elementor-type="header"] .elementor-element,
header[data-elementor-type="header"] .e-con {
    border-bottom: none !important;
    border-color: transparent !important;
}

.elementor-nav-menu--main .sub-menu li a:hover,
.elementor-nav-menu--main .sub-menu li .elementor-item:hover {
    color: #B79A56 !important;
    background: rgba(183, 154, 86, 0.06) !important;
    padding-left: 28px !important;
}

/* ===================================================================
   HOME PAGE — CUSTOM TEMPLATE
=================================================================== */

/* ── Shared helpers ── */
#bc-home-page {
    background: #0F0F0F;
}

.bc-home-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #B79A56;
    margin-bottom: 0.6rem;
}

.bc-home-sec-title {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 300;
    line-height: 1.1;
    color: rgba(232, 224, 208, 0.92);
    margin: 0;
}

.bc-home-sec-title em {
    font-style: italic;
    color: #B79A56;
}

.bc-home-sec-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.5rem;
}

.bc-home-see-all {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(183, 154, 86, 0.28);
    padding-bottom: 2px;
    white-space: nowrap;
    transition: color 0.2s, border-color 0.2s;
    text-decoration: none;
    margin-bottom: 4px;
}

.bc-home-see-all:hover {
    color: #B79A56;
    border-color: #B79A56;
}

/* ── Buttons ── */
.bc-home-btn-primary {
    background: #B79A56 !important;
    color: #0F0F0F !important;
    display: inline-block;
    padding: 0.95rem 2.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: opacity 0.2s;
    text-decoration: none;
    border: none !important;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif !important;
}

.bc-home-btn-primary:hover {
    opacity: 0.82;
    color: #0F0F0F !important;
    text-decoration: none;
}

.bc-home-btn-outline {
    background: transparent;
    color: rgba(232, 224, 208, 0.8);
    display: inline-block;
    padding: 0.95rem 2.4rem;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: border-color 0.2s, color 0.2s;
    text-decoration: none;
    font-family: inherit;
}

.bc-home-btn-outline:hover {
    border-color: #B79A56;
    color: #B79A56;
    text-decoration: none;
}

/* ── HERO ── */
.bc-home-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #0F0F0F;
}

.bc-home-hero-glow {
    position: absolute;
    inset: 0;
    background: none;
    pointer-events: none;
    z-index: 0;
}

.bc-home-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        100deg,
        rgba(15, 15, 15, 1) 0%,
        rgba(15, 15, 15, 0.96) 30%,
        rgba(15, 15, 15, 0.55) 58%,
        transparent 82%
    );
    pointer-events: none;
    z-index: 1;
}

.bc-home-hero-content {
    position: relative;
    z-index: 2;
    padding: 5rem 6rem;
    max-width: 620px;
}

.bc-home-hero-sub {
    font-size: 0.8rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 0.6rem;
    font-weight: 300;
}

.bc-home-hero-title {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: clamp(3.5rem, 7vw, 5.5rem);
    font-weight: 600;
    line-height: 1.0;
    color: rgba(232, 224, 208, 0.95);
    margin: 0 0 1.6rem 0;
    letter-spacing: 0.01em;
    padding: 0;
    text-transform: none;
}

.bc-home-hero-title em {
    font-style: italic;
    color: #B79A56;
}

.bc-home-hero-desc {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.48);
    margin-bottom: 2.5rem;
    max-width: 50ch;
    font-weight: 300;
    line-height: 1.85;
}

.bc-home-hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.bc-home-hero-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 70%;
    object-fit: cover;
    object-position: right top;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 15%, #000 35%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.5) 15%, #000 35%, #000 100%);
    pointer-events: none;
}

/* ── LOYALTY STRIP ── */
.bc-home-ls {
    background: #1a1a1a;
    border-top: 1px solid rgba(183, 154, 86, 0.18);
    border-bottom: 1px solid rgba(183, 154, 86, 0.18);
    padding: 1.4rem 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.bc-home-ls-left {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    flex: 1;
    min-width: 0;
}

.bc-home-ls-icon {
    width: 44px;
    height: 44px;
    background: rgba(183, 154, 86, 0.08);
    border: 1px solid rgba(183, 154, 86, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #B79A56;
}

.bc-home-ls-icon svg {
    width: 19px;
    height: 19px;
}

.bc-home-ls-text strong {
    display: block;
    color: #B79A56;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 3px;
}

.bc-home-ls-text span {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.42);
}

.bc-home-ls-steps {
    display: flex;
    gap: 2rem;
    flex-shrink: 0;
}

.bc-home-ls-step {
    text-align: center;
}

.bc-home-ls-num {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 1.5rem;
    color: #B79A56;
    font-weight: 600;
    line-height: 1;
}

.bc-home-ls-desc {
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.42);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 3px;
}

.bc-home-ls-btn {
    flex-shrink: 0;
    font-size: 0.72rem;
    padding: 0.75rem 1.6rem;
}

/* ── CATEGORIES BENTO ── */
.bc-home-cats {
    padding: 5rem;
    background: #0F0F0F;
}

.bc-home-bento {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr;
    grid-template-rows: 300px 210px;
    gap: 3px;
}

.bc-home-bento-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    background: #111;
    text-decoration: none;
    transition: background 0.3s;
}

.bc-home-bento-item:nth-child(1) {
    grid-row: 1 / 3;
    background: #161616;
}

.bc-home-bento-item:nth-child(4) {
    grid-column: 2 / 4;
    background: #161616;
}

.bc-home-bento-item:hover {
    background: #1a1a1a;
    text-decoration: none;
}

.bc-home-bento-item--img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: none !important;
}

.bc-home-bento-item--img:nth-child(1),
.bc-home-bento-item--img:nth-child(4) {
    background-color: #111;
}

.bc-home-bento-item--img:nth-child(1) {
    background-position: center 20%;
    background-size: 120%;
}

.bc-home-bento-item--img:nth-child(1):hover {
    background-position: center 20% !important;
    background-size: 120% !important;
    transform: none !important;
}

.bc-home-bento-item--img:nth-child(2) {
    background-size: 110%;
    background-position: center 30%;
}

.bc-home-bento-item--img:nth-child(2):hover {
    background-position: center 30% !important;
    background-size: 110% !important;
    transform: none !important;
}

.bc-home-bento-item--img:nth-child(3):hover {
    background-position: center !important;
    background-size: cover !important;
    transform: none !important;
}

.bc-home-bento-item--img:nth-child(4) {
    background-position: center center;
    background-size: cover;
}

.bc-home-bento-item--img:nth-child(4):hover {
    background-position: center center !important;
    background-size: cover !important;
    transform: none !important;
}

.bc-home-bento-item--img::before {
    background:
        linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 60%, rgba(0,0,0,0.15) 100%),
        radial-gradient(ellipse at center, transparent 45%, rgba(0,0,0,0.75) 100%);
}

.bc-home-bento-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 55%);
    z-index: 1;
}

.bc-home-bento-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #B79A56;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 3;
}

.bc-home-bento-item:hover::after {
    transform: scaleX(1);
}

.bc-home-bento-pattern {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 70% at 50% 20%, rgba(183, 154, 86, 0.05) 0%, transparent 65%);
}

.bc-home-bento-num {
    position: absolute;
    top: 1.5rem;
    right: 1.8rem;
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 5rem;
    font-weight: 300;
    color: rgba(183, 154, 86, 0.06);
    line-height: 1;
    user-select: none;
    transition: color 0.3s;
    z-index: 0;
}

.bc-home-bento-item:hover .bc-home-bento-num {
    color: rgba(183, 154, 86, 0.12);
}

.bc-home-bento-arrow {
    position: absolute;
    top: 1.5rem;
    left: 1.8rem;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(183, 154, 86, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B79A56;
    font-size: 0.95rem;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.25s, transform 0.25s;
    z-index: 2;
}

.bc-home-bento-item:hover .bc-home-bento-arrow {
    opacity: 1;
    transform: translateY(0);
}

.bc-home-bento-content {
    position: relative;
    z-index: 2;
}

.bc-home-bento-sub {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(183, 154, 86, 0.85);
    margin-bottom: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bc-home-bento-name {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: 700;
    color: rgba(232, 224, 208, 0.95);
    line-height: 1.1;
    font-size: 1.8rem;
}

.bc-home-bento-item:nth-child(1) .bc-home-bento-name {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
}

/* ── PRODUCTS ── */
.bc-home-products {
    padding: 5rem;
    background: #111;
}

/* Reset WooCommerce wrapper */
.bc-home-products .woocommerce,
.bc-home-products .woocommerce-page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.bc-home-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 3px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* WooCommerce clearfix pseudo-element sa stáva grid-itemom a posúva produkty — vypnúť */
.bc-home-products ul.products::before,
.bc-home-products ul.products::after {
    display: none !important;
    content: none !important;
}

.bc-home-products ul.products li.product {
    margin: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    float: none !important;
    clear: none !important;
    background: #1a1a1a !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid rgba(183,154,86,0.1) !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
}

/* Obrázok produktu */
.bc-home-products ul.products li.product a img,
.bc-home-products ul.products li.product img {
    height: 220px !important;
    width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    background: #1a1a1a !important;
    display: block !important;
    padding: 1rem !important;
    box-sizing: border-box !important;
}

/* Zľava badge */
.bc-home-products ul.products li.product .onsale {
    background: rgba(183,154,86,0.88) !important;
    color: #0F0F0F !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.6rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    padding: 4px 10px !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    min-width: unset !important;
    min-height: unset !important;
    line-height: 1.2 !important;
}

/* Názov produktu — rastie, tlačí cenu/body dole */
.bc-home-products ul.products li.product .woocommerce-loop-product__title {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: rgba(232,224,208,0.88) !important;
    padding: 1rem 1.1rem 0.3rem !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
    flex: 1 !important;
}

/* Cena — wrapper */
.bc-home-products ul.products li.product .price {
    font-family: "Montserrat", Arial, sans-serif !important;
    padding: 0.3rem 1.1rem 0.4rem !important;
    margin: 0 !important;
    display: flex !important;
    align-items: baseline !important;
    gap: 0.5rem !important;
    flex-wrap: wrap !important;
}

/* Prečiarknutá pôvodná cena — výraznejšia */
.bc-home-products ul.products li.product .price del,
.bc-home-products ul.products li.product .price del .woocommerce-Price-amount {
    color: rgba(255,255,255,0.48) !important;
    font-size: 0.82rem !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
}

/* Aktuálna zlatá cena — väčšia */
.bc-home-products ul.products li.product .price ins,
.bc-home-products ul.products li.product .price ins .woocommerce-Price-amount {
    color: #B79A56 !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* Cena bez zľavy (len aktuálna, bez del) */
.bc-home-products ul.products li.product .price > .woocommerce-Price-amount {
    color: #B79A56 !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

/* "s DPH" suffix — šedivý, žiadna ružová/fialová */
.bc-home-products .woocommerce-price-suffix,
.bc-home-products small.woocommerce-price-suffix,
.bc-home-products .tax_label {
    color: rgba(255,255,255,0.38) !important;
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-style: normal !important;
}

.bc-home-products ul.products li.product:hover .woocommerce-price-suffix,
.bc-home-products ul.products li.product:hover .tax_label {
    color: rgba(255,255,255,0.38) !important;
}

/* Body za nákup */
.bc-home-products .bc-product-points {
    display: block !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.65rem !important;
    color: rgba(183,154,86,0.75) !important;
    padding: 0 1.1rem 0.6rem !important;
    line-height: 1.4 !important;
}

/* Pridať do košíka */
.bc-home-products ul.products li.product .button,
.bc-home-products ul.products li.product a.button {
    background: transparent !important;
    color: rgba(232,224,208,0.6) !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.14em !important;
    text-transform: uppercase !important;
    padding: 0.72rem 1rem !important;
    margin: auto 1.1rem 1.1rem !important;
    width: calc(100% - 2.2rem) !important;
    display: block !important;
    text-align: center !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: border-color 0.2s, color 0.2s !important;
}

.bc-home-products ul.products li.product .button:hover,
.bc-home-products ul.products li.product a.button:hover {
    border-color: #B79A56 !important;
    color: #B79A56 !important;
    background: transparent !important;
}

/* ── ABOUT ── */
.bc-home-about {
    padding: 6rem 5rem;
    background: #0F0F0F;
}

.bc-home-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: stretch;
    max-width: 1300px;
    margin: 0 auto;
}

.bc-home-about-visual {
    background: #111;
    border: 1px solid rgba(183, 154, 86, 0.16);
    aspect-ratio: unset;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.bc-home-about-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bc-about-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 0.7s ease;
}

.bc-about-slide-active {
    opacity: 1;
}

.bc-about-prev,
.bc-about-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 15, 15, 0.55);
    border: 1px solid rgba(183, 154, 86, 0.3);
    color: #B79A56;
    width: 38px;
    height: 38px;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    padding: 0;
}

.bc-about-prev { left: 10px; }
.bc-about-next { right: 10px; }

.bc-about-prev:hover,
.bc-about-next:hover {
    background: rgba(183, 154, 86, 0.18);
}

.bc-home-about-word {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: clamp(3.5rem, 8vw, 6rem);
    font-weight: 300;
    font-style: italic;
    color: transparent;
    -webkit-text-stroke: 1px rgba(183, 154, 86, 0.14);
    user-select: none;
    line-height: 1.1;
    text-align: center;
    padding: 2rem;
}

.bc-home-about-divider {
    width: 50px;
    height: 1px;
    background: #B79A56;
    margin: 0.9rem 0 0;
}

.bc-home-about-text {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.9rem;
    line-height: 1.85;
    margin-top: 1.2rem;
    max-width: 48ch;
}

.bc-home-about-content .bc-home-btn-outline {
    margin-top: 2.2rem;
    display: inline-block;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .bc-home-ls { padding: 1.2rem 3rem; }
    .bc-home-cats { padding: 4rem 3rem; }
    .bc-home-bento { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 240px; }
    .bc-home-bento-item:nth-child(1) { grid-row: 1/2; grid-column: 1/3; }
    .bc-home-bento-item:nth-child(4) { grid-column: 1/3; }
    .bc-home-products { padding: 4rem 3rem; }
    .bc-home-products .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; }
    .bc-home-about { padding: 5rem 3rem; }
}

/* ===================================================================
   MEGA MENU — Delia-style layout
=================================================================== */
.bc-dd-wrap {
    background: #0F0F0F !important;
    border-top: 2px solid #B79A56;
    width: 100%;
    box-sizing: border-box;
}

/* Elementor dropdown container — potlač biele pozadie */
.e-n-menu-item > div:last-child,
.e-n-menu-item > div:last-child > .e-con,
.e-n-menu-item > div:last-child > .e-con > .e-con-inner {
    background: #0F0F0F !important;
    background-color: #0F0F0F !important;
}

/* Taby — horizontálny bar s top kategóriami */
.bc-dd-tabs {
    display: flex;
    background: #111;
    border-bottom: 1px solid rgba(183, 154, 86, 0.2);
    padding: 0 2rem;
    gap: 0;
}

.bc-dd-tab {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    padding: 14px 22px;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    margin-bottom: -1px;
    white-space: nowrap;
    outline: none;
    box-shadow: none !important;
}

.bc-dd-tab:hover,
.bc-dd-tab:focus,
.bc-dd-tab:active {
    background: transparent !important;
    background-color: transparent !important;
    color: #B79A56;
    border-bottom-color: rgba(183, 154, 86, 0.4) !important;
    box-shadow: none !important;
    outline: none !important;
}

.bc-dd-tabs .bc-dd-tab.bc-dd-tab-active,
.bc-dd-tabs .bc-dd-tab-active {
    color: #B79A56 !important;
    border-bottom: 3px solid #B79A56 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Panel s obsahom */
.bc-dd-panel {
    display: none;
    padding: 2rem 2rem 1.4rem;
}

.bc-dd-panel-active {
    display: block;
}

/* Grid subkategórií — 4 stĺpce ako Delia */
.bc-dd-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 2.5rem;
}

.bc-dd-col {
    min-width: 0;
}

/* Wrapper: thumbnail vľavo + pravý stĺpec */
.bc-dd-cat-wrap {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.bc-dd-thumb-link {
    flex-shrink: 0;
    display: block !important;
}

.bc-dd-thumb-box {
    display: block;
    flex-shrink: 0;
}

.bc-dd-thumb {
    width: 65px;
    height: 80px;
    object-fit: contain;
    display: block;
}

.bc-dd-cat-right {
    flex: 1;
    min-width: 0;
}

/* Názov subkategórie */
.bc-dd-cat-title {
    display: block;
    text-decoration: none;
    margin-bottom: 0.6rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #B79A56;
}

.bc-dd-cat-title:hover {
    text-decoration: none;
}

.bc-dd-thumb-empty {
    display: none;
}

.bc-dd-cat-name {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    color: #B79A56;
    line-height: 1.3;
}

.bc-dd-cat-title:hover .bc-dd-cat-name {
    color: #fff;
}

/* Zoznam pod-položiek */
.bc-dd-sub {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bc-dd-sub li {
    margin-bottom: 0;
}

.bc-dd-sub li a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    padding: 5px 0;
    text-decoration: none;
    font-family: "Montserrat", "Arial", sans-serif;
    font-weight: 400;
    transition: color 0.15s, padding-left 0.15s;
}

.bc-dd-sub li a:hover {
    color: #B79A56;
    padding-left: 5px;
    text-decoration: none;
}

/* Footer */
.bc-dd-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    background: #111;
    margin-top: 0.5rem;
}

.bc-dd-footer-all {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    transition: color 0.2s;
}

.bc-dd-footer-all:hover {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}

.bc-dd-footer-shop {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: "Arial", sans-serif;
    color: #B79A56;
    text-decoration: none;
    border-bottom: 1px solid rgba(183, 154, 86, 0.4);
    padding-bottom: 1px;
    transition: opacity 0.2s;
}

.bc-dd-footer-shop:hover {
    opacity: 0.75;
    text-decoration: none;
}

/* ─── */
@media (max-width: 768px) {
    .bc-topbar { font-size: 0.62rem; padding: 0.42rem 0.5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .bc-home-hero-img { right: 0; top: 0; width: 100%; height: 100%; object-position: center top; opacity: 0.55; -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.4) 40%, #000 70%, #000 100%); mask-image: linear-gradient(to right, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.4) 40%, #000 70%, #000 100%); }
    .bc-home-hero-content { padding: 2.5rem 1.5rem 4rem; max-width: 100%; }
    .bc-home-hero-title { font-size: clamp(3rem, 12vw, 5rem); }
    .bc-home-hero-actions { flex-direction: column; gap: 0.75rem; }
    .bc-home-btn-primary, .bc-home-btn-outline { width: 100%; text-align: center; box-sizing: border-box; }
    .bc-home-ls { flex-wrap: wrap; padding: 1.2rem; gap: 1rem; }
    .bc-home-ls-left { flex: 1 1 100%; }
    .bc-home-ls-steps { flex: 1 1 100%; justify-content: space-around; }
    .bc-home-ls-btn { width: 100%; text-align: center; }
    .bc-home-cats { padding: 3rem 1.2rem; }
    .bc-home-sec-header { flex-direction: column; align-items: flex-start; gap: 0.6rem; margin-bottom: 1.6rem; }
    .bc-home-bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 2px; }
    .bc-home-bento-item { min-height: 140px; }
    .bc-home-bento-item:nth-child(1) { min-height: 180px; }
    .bc-home-bento-num { font-size: 3rem; }
    .bc-home-products { padding: 3rem 1.2rem; }
    .bc-home-products .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; gap: 2px !important; }
    .bc-home-about { padding: 3rem 1.2rem; overflow: hidden; }
    .bc-home-about-grid { grid-template-columns: 1fr; gap: 2rem; }
    .bc-home-about-visual {
        height: 260px !important;
        min-height: 0 !important;
        aspect-ratio: unset !important;
        position: relative;
        overflow: hidden;
    }
    .bc-home-about-slider {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    .bc-home-about-text { max-width: 100%; }
}

/* ===================================================================
   MONTSERRAT — podstránky (nie homepage)
=================================================================== */
body:not(.home) {
    font-family: "Montserrat", "Arial", sans-serif;
}

/* ===================================================================
   ZJEMNENIE BIELYCH TEXTOV — podstránky a navbar
=================================================================== */

/* Navbar hlavné položky */
.elementor-70 .elementor-element.elementor-element-f8fa790 {
    --n-menu-title-color-normal: rgba(255,255,255,0.78) !important;
}

/* Všeobecný text na podstránkach (nie homepage) */
body:not(.home) .elementor-widget-text-editor,
body:not(.home) .elementor-widget-text-editor p,
body:not(.home) .entry-content p,
body:not(.home) .woocommerce-product-details__short-description {
    color: rgba(255,255,255,0.82);
}

/* WooCommerce — názvy a ceny produktov v gridu (všetky podstránky) */
body:not(.home) .woocommerce-loop-product__title {
    color: rgba(255,255,255,0.72) !important;
}
body:not(.home) .woocommerce-Price-amount,
body:not(.home) .price {
    color: rgba(255,255,255,0.58) !important;
}

/* Elementor headings na podstránkach */
body:not(.home) .elementor-widget-heading .elementor-heading-title {
    color: rgba(255,255,255,0.88);
}

/* Nav menu text — zjemnenie pre celý navbar */
body:not(.home) .e-n-menu-title-text,
body:not(.home) .e-n-menu-title .e-n-menu-title-text {
    color: rgba(255,255,255,0.78) !important;
}

/* ===================================================================
   KOŠÍK A POKLADŇA — zjemnenie bielych textov
=================================================================== */
body.woocommerce-cart,
body.woocommerce-checkout {
    color: rgba(255,255,255,0.82);
}

/* Tabuľka košíka — názvy, qty, ceny */
body.woocommerce-cart .shop_table th,
body.woocommerce-cart .shop_table td,
body.woocommerce-cart .shop_table a,
body.woocommerce-cart .cart-subtotals th,
body.woocommerce-cart .cart-subtotals td {
    color: rgba(255,255,255,0.82) !important;
}

body.woocommerce-cart .woocommerce-cart-form .cart_item .product-name a {
    color: rgba(255,255,255,0.88) !important;
}

/* Súhrn objednávky v košíku */
body.woocommerce-cart .cart_totals h2,
body.woocommerce-cart .wc-proceed-to-checkout p {
    color: rgba(255,255,255,0.82) !important;
}

/* Pokladňa — labely, polia, headings */
body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    color: rgba(255,255,255,0.82) !important;
}

body.woocommerce-checkout .woocommerce form label {
    color: rgba(255,255,255,0.7) !important;
}

/* Pokladňa — vstupné polia (zjemnenie bielej) */
body.woocommerce-checkout .woocommerce input[type="text"],
body.woocommerce-checkout .woocommerce input[type="email"],
body.woocommerce-checkout .woocommerce input[type="tel"],
body.woocommerce-checkout .woocommerce input[type="number"],
body.woocommerce-checkout .woocommerce input[type="password"],
body.woocommerce-checkout .woocommerce textarea,
body.woocommerce-checkout .woocommerce select,
body.woocommerce-checkout .woocommerce .select2-selection {
    background-color: #1a1a1a !important;
    color: rgba(255,255,255,0.82) !important;
    border-color: rgba(255,255,255,0.12) !important;
}
body.woocommerce-checkout .woocommerce input::placeholder,
body.woocommerce-checkout .woocommerce textarea::placeholder {
    color: rgba(255,255,255,0.3) !important;
}
body.woocommerce-checkout .woocommerce .select2-selection__rendered {
    color: rgba(255,255,255,0.82) !important;
}
/* Prihlasovací box (vracajúci sa zákazník) */
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-form-login-toggle {
    background: #1a1a1a !important;
    border-color: rgba(183,154,86,0.25) !important;
    color: rgba(255,255,255,0.75) !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
    color: rgba(255,255,255,0.82) !important;
}

/* ===================================================================
   KONTAKT — firemné údaje
=================================================================== */
.bc-kontakt-page {
    background: #0F0F0F;
    min-height: 60vh;
}

.bc-kontakt-firma {
    background: #111;
    border-bottom: 1px solid rgba(183,154,86,0.18);
    padding: 3rem 5rem;
}

.bc-kontakt-firma-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.bc-kontakt-firma-divider {
    width: 1px;
    background: rgba(183,154,86,0.25);
    align-self: stretch;
    flex-shrink: 0;
}

.bc-kontakt-firma-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.bc-kontakt-firma-label {
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #B79A56;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.bc-kontakt-firma-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.3rem;
}

.bc-kontakt-firma-row {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.7;
}

.bc-kontakt-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 5rem;
}

/* Kontakt — zjemnenie bielej v inputoch */
.bc-kontakt-content input[type="text"],
.bc-kontakt-content input[type="email"],
.bc-kontakt-content input[type="tel"],
.bc-kontakt-content input[type="number"],
.bc-kontakt-content textarea,
.bc-kontakt-content select {
    background-color: #1a1a1a !important;
    color: rgba(255,255,255,0.82) !important;
    border-color: rgba(255,255,255,0.12) !important;
}
.bc-kontakt-content input::placeholder,
.bc-kontakt-content textarea::placeholder {
    color: rgba(255,255,255,0.3) !important;
}

@media (max-width: 768px) {
    .bc-kontakt-firma { padding: 2rem 1.5rem; }
    .bc-kontakt-firma-inner { flex-direction: column; gap: 2rem; }
    .bc-kontakt-firma-divider { width: 100%; height: 1px; align-self: auto; }
    .bc-kontakt-content { padding: 2rem 1.5rem; }
}

/* ===================================================================
   SEARCH OVERLAY
=================================================================== */
.bc-search-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #0F0F0F;
    z-index: 999999;
    padding: 1.2rem 2rem;
    border-bottom: 1px solid rgba(183, 154, 86, 0.3);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}
.bc-search-bar--open {
    transform: translateY(0);
}
.bc-search-form {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 720px;
    margin: 0 auto;
}
.bc-search-form-icon {
    width: 20px;
    height: 20px;
    stroke: #B79A56;
    flex-shrink: 0;
}
.bc-search-input-wrap {
    flex: 1;
    position: relative;
}
.bc-search-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(183, 154, 86, 0.4);
    color: #fff;
    font-size: 1.1rem;
    padding: 0.4rem 0;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}
/* Live search suggestions */
.bc-search-suggestions {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #161616;
    border: 1px solid rgba(183, 154, 86, 0.25);
    z-index: 1000000;
    max-height: 400px;
    overflow-y: auto;
}
.bc-search-suggestion {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.65rem 1rem;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: background 0.15s;
}
.bc-search-suggestion:last-child { border-bottom: none; }
.bc-search-suggestion:hover { background: rgba(183, 154, 86, 0.08); text-decoration: none; }
.bc-search-sug-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
    background: #1a1a1a;
}
.bc-search-sug-img--empty {
    display: inline-block;
    width: 44px;
    height: 44px;
}
.bc-search-sug-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.bc-search-sug-title {
    color: rgba(255,255,255,0.88);
    font-size: 0.85rem;
    font-family: 'Montserrat', sans-serif;
}
.bc-search-sug-price {
    color: #B79A56;
    font-size: 0.78rem;
    font-family: 'Montserrat', sans-serif;
}
.bc-search-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}
.bc-search-close-btn {
    background: transparent !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0 0.3rem;
    line-height: 1;
    flex-shrink: 0;
}
.bc-search-close-btn:hover {
    color: #fff !important;
}

/* ===================================================================
   MOBILE NAVBAR ICONS
=================================================================== */
.bc-mob-icons {
    display: none;
}
@media (max-width: 1024px) {
    /* Elementor Pro header: ikony a hamburger v jednom riadku */
    header[data-elementor-type="header"] .elementor-hidden-desktop {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 0.4rem;
    }
    /* Default Hello Elementor header: header-inner flex row */
    #site-header .header-inner {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }
    /* Logo menšie na mobile */
    header[data-elementor-type="header"] .elementor-widget-image img {
        max-width: 130px !important;
        height: auto !important;
    }

    .bc-mob-icons {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-right: 0.2rem;
    }
    .bc-mob-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
        color: #fff;
        cursor: pointer;
        padding: 0;
        text-decoration: none;
        position: relative;
    }
    .bc-mob-icon svg {
        width: 21px;
        height: 21px;
        stroke: rgba(255,255,255,0.85);
    }
    .bc-mob-icon:hover svg {
        stroke: #B79A56;
    }
    .bc-mob-cart-badge {
        position: absolute;
        top: -6px;
        right: -7px;
        background: #B79A56;
        color: #000;
        font-size: 9px;
        font-weight: 700;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }
}

/* ===================================================================
   FOOTER — vlastný dizajn
=================================================================== */
#bc-footer {
    background: #0F0F0F;
    border-top: 1px solid rgba(183,154,86,0.18);
    font-family: "Montserrat", Arial, sans-serif;
}

.bc-footer-inner {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 3rem 4rem;
    padding: 3.5rem 5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Logo */
.bc-footer-logo {
    display: inline-block;
    margin-bottom: 1rem;
    text-decoration: none;
}

.bc-footer-logo img {
    max-width: 220px;
    height: auto;
}

.bc-footer-logo-text {
    font-size: 1.35rem;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.bc-footer-logo-text em {
    font-style: italic;
    font-family: 'Georgia', serif;
    font-weight: 400;
    color: #B79A56;
    margin-right: 2px;
}

.bc-footer-tagline {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.7;
    margin: 0 0 1.2rem 0;
    max-width: 260px;
}

/* Social ikony */
.bc-footer-socials {
    display: flex;
    gap: 8px;
    margin-bottom: 1.4rem;
}

.bc-footer-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color 0.2s;
}
.bc-footer-social svg {
    width: 24px;
    height: 24px;
}

.bc-footer-social:hover {
    color: #B79A56;
    text-decoration: none;
}

/* Newsletter */
.bc-footer-newsletter {
    display: flex;
    gap: 0;
}

.bc-footer-email {
    flex: 1;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    border-right: none;
    color: rgba(255,255,255,0.8);
    padding: 9px 12px;
    font-size: 0.78rem;
    font-family: "Montserrat", Arial, sans-serif;
    outline: none;
    min-width: 0;
}

.bc-footer-email::placeholder {
    color: rgba(255,255,255,0.3);
}

.bc-footer-email:focus {
    border-color: rgba(183,154,86,0.5);
}

.bc-footer-newsletter-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255,255,255,0.75);
    margin: 0 0 0.5rem 0;
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0.02em;
}

.bc-footer-newsletter-label span {
    display: block;
    font-size: 0.72rem;
    font-weight: 400;
    color: rgba(255,255,255,0.42);
    margin-top: 2px;
}

.bc-footer-ok,
#bc-footer .bc-footer-ok,
#bc-footer .bc-footer-newsletter button {
    background: #B79A56 !important;
    color: #0F0F0F !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 9px 18px !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    letter-spacing: 0.08em !important;
    cursor: pointer !important;
    transition: opacity 0.2s !important;
    flex-shrink: 0 !important;
    box-shadow: none !important;
}

.bc-footer-ok:hover,
#bc-footer .bc-footer-ok:hover,
#bc-footer .bc-footer-newsletter button:hover {
    opacity: 0.82 !important;
    background: #B79A56 !important;
    color: #0F0F0F !important;
}

/* Stĺpce */
.bc-footer-col-title {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #B79A56;
    margin: 0 0 1.1rem 0;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(183,154,86,0.25);
}

.bc-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bc-footer-links li {
    margin-bottom: 2px;
}

.bc-footer-links li a {
    display: block;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.58);
    text-decoration: none;
    padding: 5px 0;
    transition: color 0.18s, padding-left 0.18s;
    line-height: 1.4;
}

.bc-footer-links li a:hover {
    color: rgba(255,255,255,0.88);
    padding-left: 5px;
}

/* Kontakt */
.bc-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bc-footer-contact li {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    margin-bottom: 0.7rem;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.58);
    line-height: 1.5;
}

.bc-footer-contact-dash {
    color: #B79A56;
    flex-shrink: 0;
    font-weight: 700;
}

.bc-footer-contact a {
    color: rgba(255,255,255,0.58);
    text-decoration: none;
    transition: color 0.18s;
}

.bc-footer-contact a:hover {
    color: #B79A56;
}

/* Spodná lišta */
.bc-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 1rem 5rem;
    text-align: center;
}

.bc-footer-copy {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.28);
    letter-spacing: 0.06em;
}

/* Skryť starý Elementor footer (template 199) ak by sa načítal */
.elementor-199 {
    display: none !important;
}

/* ===================================================================
   LEGAL STRÁNKY (doprava, podmienky, ochrana)
=================================================================== */
.bc-legal-wrap {
    background: #0F0F0F;
    min-height: 70vh;
    padding: 3rem 0 5rem;
}

.bc-legal-page {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 2rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.85;
}

.bc-legal-h1 {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: #B79A56 !important;
    margin: 0 0 2.5rem 0 !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
    line-height: 1.3 !important;
    border-bottom: 1px solid rgba(183,154,86,0.25);
    padding-bottom: 1.2rem;
}

.bc-legal-page h2,
.bc-legal-page h2 * {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: rgba(255,255,255,0.9) !important;
    margin: 2rem 0 0.5rem !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.4 !important;
}
.bc-legal-page h3,
.bc-legal-page h3 * {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,0.82) !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.bc-legal-page p {
    color: rgba(255,255,255,0.65);
    margin-bottom: 0.9rem;
}

.bc-legal-page ul {
    padding-left: 1.4rem;
    margin-bottom: 1rem;
}

.bc-legal-page li {
    color: rgba(255,255,255,0.65);
    margin-bottom: 0.3rem;
}

.bc-legal-page strong {
    color: rgba(255,255,255,0.88);
    font-weight: 600;
}

.bc-legal-page a {
    color: #B79A56;
    text-decoration: none;
}

.bc-legal-page a:hover {
    text-decoration: underline;
}

/* ===================================================================
   O NÁS — standalone stránka
=================================================================== */
.bc-onas-page {
    background: #0F0F0F;
    min-height: 100vh;
}

/* Hero strip */
.bc-onas-hero {
    background: #111;
    border-bottom: 1px solid rgba(183,154,86,0.18);
    padding: 4rem 5rem 3.5rem;
}

.bc-onas-hero-inner {
    max-width: 1300px;
    margin: 0 auto;
}

.bc-onas-title {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 300;
    color: rgba(232,224,208,0.92);
    margin: 0.4rem 0 0.8rem;
    line-height: 1.05;
    text-transform: none;
    letter-spacing: 0.01em;
}

.bc-onas-title em {
    font-style: italic;
    color: #B79A56;
}

.bc-onas-subtitle {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
}

/* Hlavná sekcia */
.bc-onas-main {
    padding: 5rem;
}

.bc-onas-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: stretch;
    max-width: 1300px;
    margin: 0 auto;
}

.bc-onas-page .bc-home-about-visual {
    aspect-ratio: unset;
    min-height: 420px;
}

.bc-onas-content {
    display: flex;
    flex-direction: column;
}

.bc-onas-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2.2rem;
    flex-wrap: wrap;
}

/* Info boxy */
.bc-onas-info {
    background: #111;
    border-top: 1px solid rgba(183,154,86,0.14);
    padding: 4rem 5rem;
}

.bc-onas-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 3rem;
    max-width: 1300px;
    margin: 0 auto;
}

.bc-onas-info-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
}

.bc-onas-info-icon {
    width: 46px;
    height: 46px;
    background: rgba(183,154,86,0.08);
    border: 1px solid rgba(183,154,86,0.22);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B79A56;
    flex-shrink: 0;
}

.bc-onas-info-icon svg {
    width: 20px;
    height: 20px;
}

.bc-onas-info-title {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #B79A56;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 1.3;
}

.bc-onas-info-text {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.7;
    margin: 0;
}

.bc-onas-info-text a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: color 0.18s;
}

.bc-onas-info-text a:hover {
    color: #B79A56;
}

/* Responsive */
@media (max-width: 1024px) {
    .bc-onas-hero { padding: 3rem; }
    .bc-onas-main { padding: 3.5rem 3rem; }
    .bc-onas-info { padding: 3rem; }
}

@media (max-width: 768px) {
    .bc-onas-hero { padding: 2.5rem 1.4rem; }
    .bc-onas-main { padding: 2.5rem 1.4rem; }
    .bc-onas-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .bc-onas-info { padding: 2.5rem 1.4rem; }
    .bc-onas-info-grid { grid-template-columns: 1fr; gap: 2rem; }
    .bc-onas-actions { flex-direction: column; }
    .bc-onas-actions .bc-home-btn-primary,
    .bc-onas-actions .bc-home-btn-outline { text-align: center; }
}

/* ── Footer responsive ── */
@media (max-width: 1100px) {
    .bc-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem 3rem;
        padding: 3rem;
    }
}

@media (max-width: 640px) {
    .bc-footer-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1.4rem;
    }
    .bc-footer-bottom {
        padding: 1rem 1.4rem;
    }
}

/* ===================================================================
   PRODUCT ARCHIVE STRÁNKY — bc-archive-main wrapper (woocommerce/global/wrapper-start.php)
=================================================================== */

/* Tmavé pozadie */
body.tax-product_cat,
body.woocommerce-shop,
body.post-type-archive-product {
    background: #0F0F0F !important;
}

/* Náš vlastný wrapper — plná šírka s centrovaným obsahom */
.bc-archive-main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 5rem;
    box-sizing: border-box;
    background: #0F0F0F;
    width: 100%;
}

/* Titulok stránky kategórie */
.bc-archive-main .woocommerce-products-header__title,
.bc-archive-main .page-title {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: rgba(232,224,208,0.92) !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.2 !important;
}

/* Breadcrumb */
.bc-archive-main .woocommerce-breadcrumb {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.75rem !important;
    color: rgba(255,255,255,0.42) !important;
    margin-bottom: 1rem !important;
}

.bc-archive-main .woocommerce-breadcrumb a {
    color: rgba(255,255,255,0.42) !important;
    text-decoration: none !important;
}

.bc-archive-main .woocommerce-breadcrumb a:hover {
    color: #B79A56 !important;
}

/* Výsledky + zoradiť */
.woocommerce-result-count {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.78rem !important;
    color: rgba(255,255,255,0.42) !important;
}

.woocommerce-ordering select {
    background: #1a1a1a !important;
    border: 1px solid rgba(183,154,86,0.3) !important;
    color: rgba(255,255,255,0.7) !important;
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.78rem !important;
    padding: 8px 14px !important;
    border-radius: 0 !important;
    outline: none !important;
}

/* Grid produktov — 4 stĺpce */
.bc-archive-main ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 3px !important;
    margin: 0 !important;
    padding: 2rem 0 !important;
    list-style: none !important;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.bc-archive-main ul.products::before,
.bc-archive-main ul.products::after {
    display: none !important;
    content: none !important;
}

/* Pagination */
.woocommerce-pagination {
    margin-top: 2rem !important;
}

.woocommerce-pagination .page-numbers {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.8rem !important;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span {
    color: rgba(255,255,255,0.55) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    background: transparent !important;
    padding: 6px 12px !important;
    transition: border-color 0.2s, color 0.2s !important;
}

.woocommerce-pagination .page-numbers li .current,
.woocommerce-pagination .page-numbers li a:hover {
    color: #B79A56 !important;
    border-color: #B79A56 !important;
    background: transparent !important;
}

/* WPLoyalty správa v pokladni — väčšia */
body.woocommerce-checkout .wlr-message-info,
body.woocommerce-checkout .wlr_points_rewards_earn_points,
body.woocommerce-checkout .wlr-earn-points-message,
body.woocommerce-checkout .wlr_earn_points_message {
    font-size: 0.9rem !important;
    padding: 0.75rem 1.1rem !important;
    color: rgba(183,154,86,0.9) !important;
}
body.woocommerce-checkout .wlr-message-info p,
body.woocommerce-checkout .wlr_points_rewards_earn_points p {
    font-size: 0.9rem !important;
    color: rgba(183,154,86,0.9) !important;
}
body.woocommerce-checkout .wlr-message-info svg,
body.woocommerce-checkout .wlr_points_rewards_earn_points svg {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle !important;
    margin-right: 6px !important;
}

/* WLR body info — plugin generuje <span class="wlr-product-message" style="padding:10px;line-height:25px;"> */
.wlr-product-message,
.wlr-message-info,
.wlr-message-info.wlr_points_rewards_earn_points,
.wlr_points_rewards_earn_points,
.wlr-earn-points-message,
.wlr_earn_points_message {
    font-family: "Montserrat", Arial, sans-serif !important;
    font-size: 0.65rem !important;
    font-weight: 400 !important;
    color: rgba(183,154,86,0.75) !important;
    padding: 0 1.1rem 0.6rem !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    display: block !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
}

.wlr-message-info p,
.wlr_points_rewards_earn_points p {
    font-size: 0.65rem !important;
    color: rgba(183,154,86,0.75) !important;
    margin: 0 !important;
}

.wlr-message-info svg,
.wlr_points_rewards_earn_points svg {
    display: none !important;
}

@media (max-width: 1024px) {
    .bc-archive-main { padding: 2rem 3rem; }
}

@media (max-width: 768px) {
    .bc-archive-main { padding: 1.5rem 1.2rem; }
    .bc-archive-main ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 2px !important;
    }
}
