.home-category-cards .category-card {
            border-radius: 6px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
            text-align: center;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        .home-category-cards .category-card-media {
            padding: 2rem 2rem 1rem;
            background: #f7f7f7;
        }
        .home-category-cards .category-card-media img {
            width: 100%;
            max-width: 240px;
            height: 180px;
            object-fit: contain;
            display: block;
            margin: 0 auto;
        }
        .home-category-cards .category-card-body {
            padding: 1.2rem 2rem 2rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
            flex: 1 1 auto;
        }
        .home-category-cards .category-card-title {
            font-size: 1.7rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            margin: 0;
        }
        .home-category-cards .category-card-text {
            font-size: 1.2rem;
            color: #6d6e71;
            line-height: 1.5;
            margin: 0;
            flex: 1 1 auto;
        }
        .home-category-cards .category-card-btn {
            align-self: center;
            padding: 0.9rem 2.4rem;
            border-radius: 2px;
            font-weight: 700;
            letter-spacing: 0.08em;
            font-size: 1.5rem;
            line-height: 1.1;
        }
    
        .home-category-cards .category-card-media {
            padding: 0;
            background: transparent;
            height: 220px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .home-category-cards .category-card-media img {
            max-width: 100%;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }        .home-category-cards .category-card-head {
            padding: 1.6rem 2rem 0.6rem;
        }
        .home-category-cards .category-card-head .category-card-title {
            margin-bottom: 0;
        }
        .custom-banner-strip .row {
            align-items: stretch;
        }
        .custom-banner-strip .col-md-4 {
            display: flex;
        }
        .custom-banner-strip .custom-banner-card {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 10px 28px rgba(0,0,0,0.08);
            overflow: hidden;
            display: grid;
            grid-template-columns: 1.15fr 0.85fr;
            align-items: stretch;
            min-height: 160px;
            height: 160px;
            width: 100%;
        }
        .custom-banner-strip .custom-banner-card.custom-banner-video {
            grid-template-columns: 1fr 1fr;
        }
        .custom-banner-strip .custom-banner-text {
            padding: 0.9rem 1.2rem;
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            height: 100%;
        }
        .custom-banner-strip .custom-banner-title {
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            margin: 0;
            color: #b08b3c;
        }
        .custom-banner-strip .custom-banner-subtitle {
            font-size: 1.4rem;
            font-weight: 800;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            margin: 0 0 0.4rem;
            color: #222;
        }
        .custom-banner-strip .custom-banner-text p {
            margin: 0 0 0.6rem;
            color: #6d6e71;
            font-size: 1.1rem;
            line-height: 1.45;
        }
        .custom-banner-strip .custom-banner-link {
            font-weight: 700;
            letter-spacing: 0.04em;
            color: #b08b3c;
            text-transform: uppercase;
            display: inline-block;
            margin-top: auto;
        }
        .custom-banner-strip .custom-banner-media {
            position: relative;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            min-height: 120px;
            height: 160px;
        }
        .custom-banner-strip .custom-banner-media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .custom-banner-strip .custom-banner-card.banner-card-1 .custom-banner-media img {
            object-fit: cover;
            padding: 0;
        }
        .custom-banner-strip .custom-banner-video .custom-banner-media::after {
            content: '';
            position: absolute;
            inset: 0;
            background: transparent;
        }
        .custom-banner-strip .custom-banner-video .custom-banner-play {
            display: none !important;
        }
        .custom-banner-strip .custom-banner-video .custom-banner-play span {
            display: block;
            width: 0;
            height: 0;
            border-left: 22px solid #c0392b;
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
        }
        .about-strip {
            background: #fff;
            border-radius: 8px;
            padding: 2.2rem 2.6rem;
            box-shadow: 0 10px 28px rgba(0,0,0,0.08);
        }
        .about-strip h3 {
            font-size: 1.6rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }
        .about-strip p {
            color: #6a6a6a;
            font-size: 1.5rem;
            line-height: 1.6;
            margin-bottom: 1rem;
        }
        .about-strip ul {
            margin: 0;
            padding-left: 1.2rem;
            color: #6a6a6a;
            font-size: 1.5rem;
        }
        .footer.footer-vv {
            background: #f7f7f7;
            color: #666;
        }
        .footer.footer-vv .footer-middle {
            padding: 3.5rem 0 2rem;
        }
        .footer.footer-vv h5 {
            font-size: 1.2rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: #222;
            margin-bottom: 0.8rem;
        }
        .footer.footer-vv .footer-brand img {
            max-width: 150px;
            margin-bottom: 1rem;
        }
        .footer.footer-vv .footer-contact p {
            margin-bottom: 0.5rem;
            font-size: 1.1rem;
            line-height: 1.5;
        }
        .footer.footer-vv .footer-newsletter p {
            margin-bottom: 1rem;
            font-size: 1.1rem;
            line-height: 1.5;
        }
        .footer.footer-vv .footer-newsletter-form {
            gap: 0.6rem;
        }
        .footer.footer-vv .footer-newsletter-form .form-control {
            border-radius: 999px;
            height: 42px;
        }
        .footer.footer-vv .footer-newsletter-form .btn {
            border-radius: 999px;
            padding: 0.6rem 1.6rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }
        .footer.footer-vv .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer.footer-vv .footer-links li {
            margin-bottom: 0.4rem;
        }
        .footer.footer-vv .footer-links a,
        .footer.footer-vv .footer-links a:visited,
        .footer.footer-vv .footer-links a:active {
            color: #000 !important;
            font-size: 1.1rem;
        }
        .footer.footer-vv .footer-links a:hover {
            color: #000 !important;
        }
        .footer.footer-vv .social-icons .social-icon,
        .footer.footer-vv .social-icons .social-icon i {
            color: #000 !important;
        }
        .footer.footer-vv .footer-certificates {
            border-top: 1px solid #e5e5e5;
            padding-top: 1.8rem;
            margin-top: 1.8rem;
            display: flex;
            flex-wrap: wrap;
            gap: 1.8rem;
            align-items: center;
        }
        .footer.footer-vv .footer-certificates img {
            height: 48px;
            width: auto;
            object-fit: contain;
        }
        .footer.footer-vv .footer-bottom {
            border-top: 1px solid #e5e5e5;
            background: #f7f7f7;
        }
        .header-bottom .main-nav .menu > li > a {
            color: #fff !important;
            font-weight: 700 !important;
            font-family: 'Poppins', sans-serif !important;
        }
        .header-bottom .main-nav .menu > li > a:hover,
        .header-bottom .main-nav .menu > li.active > a,
        .header-bottom .main-nav .menu > li.show > a {
            background-color: var(--theme-primary-color) !important;
            color: #fff !important;
        }
        .btn,
        .btn-primary,
        .btn-secondary {
            background-color: #9e7a35 !important;
            border-color: #9e7a35 !important;
            color: #fff !important;
        }
        .btn:hover,
        .btn-primary:hover,
        .btn-secondary:hover,
        .btn:focus,
        .btn-primary:focus,
        .btn-secondary:focus {
            background-color: #815c16 !important;
            border-color: #815c16 !important;
            color: #fff !important;
        }
        .header-bottom.sticky-header .main-nav,
        .header-bottom.sticky-header .main-nav.bg-primary {
            background-color: #9e7a35 !important;
        }
        .header-bottom.sticky-header.fixed,
        .header-bottom.sticky-header.fixed .main-nav,
        .header-bottom.sticky-header.fixed .main-nav.bg-primary {
            background-color: #9e7a35 !important;
        }
        .header-middle .header-icon i,
        .header-middle .header-contact i,
        .header-middle .header-icon,
        .header-middle .header-contact {
            color: #000 !important;
        }
        .header-bottom.sticky-header .header-right .header-icon,
        .header-bottom.sticky-header .header-right .header-icon i,
        .header-bottom.sticky-header .header-right .header-contact i,
        .header-bottom.sticky-header .header-right .header-contact,
        .header-bottom.sticky-header .header-right .minicart-icon {
            color: #fff !important;
        }
        .header-top,
        .header-top a,
        .header-top .top-message,
        .header-top .separator,
        .header-top .header-menu a {
            color: #000 !important;
        }
        @media (max-width: 991px) {
            .custom-banner-strip .custom-banner-card,
            .custom-banner-strip .custom-banner-card.custom-banner-video {
                grid-template-columns: 1fr;
            }
            .custom-banner-strip .custom-banner-media {
                min-height: 180px;
            }
        }

/* ---- */

.sidebar-category-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidebar-category-title {
        padding: 0.9rem 0.8rem;
        border-bottom: 1px solid #eee;
        background: #f7f7f7;
        font-size: 1.2rem;
        letter-spacing: 0.03em;
        color: #000;
    }
    .sidebar-category-list .category-item {
        border-bottom: 1px solid #eee;
    }
    .sidebar-category-list .category-link,
    .sidebar-category-list .category-children .category-link,
    .sidebar-category-list .category-children a.category-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.9rem 0.8rem;
        text-decoration: none;
        color: #000;
        transition: background-color 0.2s ease, color 0.2s ease;
        width: 100%;
        border: none;
        background: transparent;
        text-align: left;
    }
    .sidebar-category-list .category-link,
    .sidebar-category-list .category-link:visited,
    .sidebar-category-list .category-link:hover,
    .sidebar-category-list .category-link:focus,
    .sidebar-category-list .category-link:active,
    .sidebar-category-list a.category-link,
    .sidebar-category-list a.category-link:visited,
    .sidebar-category-list a.category-link:hover,
    .sidebar-category-list a.category-link:focus,
    .sidebar-category-list a.category-link:active {
        color: #000 !important;
    }
    .sidebar-category-list .category-link span {
        font-weight: 600;
        color: #000 !important;
    }
    .sidebar-category-list .category-arrow {
        font-size: 1.2rem;
        color: #888;
        transition: transform 0.2s ease, color 0.2s ease;
    }
    .sidebar-category-list .category-item:hover > .category-link {
        background: #f0f6ff;
        color: #000 !important;
    }
    .sidebar-category-list .category-toggle {
        border: none;
        background: transparent;
        padding: 0;
        margin-left: 0.75rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .sidebar-category-list .category-children {
        list-style: none;
        margin: 0 0 0.6rem;
        padding: 0.2rem 0 0.2rem 1.2rem;
        display: none;
    }
    .sidebar-category-list[data-level="0"] > .category-item.is-open > .category-children {
        display: block;
    }
    .sidebar-category-list .category-children .category-item {
        border-bottom: none;
    }
    .sidebar-category-list .category-item.is-open > .category-link {
        background: #f2f2f2;
        color: #000;
    }
    .sidebar-category-list .category-item.is-open > .category-link .category-arrow {
        transform: rotate(90deg);
        color: #000;
    }

    /* Shop dropdown styling */
    .toolbox .select-custom select,
    .toolbox .form-control,
    .toolbox select.form-control {
        border-radius: 6px;
        border: 1px solid #ddd;
        padding: 0.45rem 3.2rem 0.45rem 1rem !important;
        font-size: 1.2rem;
        line-height: 1.2;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 1.2rem center !important;
        background-size: 12px 8px;
    }
    .toolbox .select-custom {
        position: relative;
        min-width: 140px;
    }
    .toolbox .select-custom:after {
        display: none !important;
    }
    .toolbox .select-custom select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .toolbox .select-custom select:focus {
        outline: none;
        border-color: #bbb;
        box-shadow: none;
    }
    .toolbox .select-custom select option {
        padding: 0.4rem 0.6rem;
        background: #f5f5f5;
        color: #111;
    }

/* ---- */

.product-single-details {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 16px rgba(0,0,0,0.07);
        padding: 2.5rem 2rem;
    }
    .product-title {
        font-size: 3rem;
        font-weight: 800;
        letter-spacing: -1px;
    }
    .product-price {
        font-size: 2.8rem;
        color: #e67e22;
        font-weight: 600;
    }
    .product-variants select {
        min-width: 180px;
    }
    .product-single-meta .badge {
        font-size: 1rem;
        padding: 0.5em 1em;
    }
    .product-desc-content {
        text-align: center;
    }
    .product-desc-content img {
        display: block;
        margin: 1.5rem auto;
        max-width: 100%;
        height: auto;
    }
    .product-desc-content figure {
        width: 100%;
        margin: 1.5rem auto;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        float: none !important;
    }
    .product-desc-content figure img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    .product-main-image img, .product-single-image {
        border-radius: 12px;
        box-shadow: 0 2px 16px rgba(0,0,0,0.09);
        transition: border 0.2s;
        border: 2px solid #eee;
        max-width: 220px;
        max-height: 220px;
        object-fit: contain;
    }
    .product-gallery-slider.owl-carousel .owl-stage-outer {
        padding: 0.5rem 0;
    }
    .product-gallery-slider .product-gallery-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .prod-thumbnail img.selected {
        border: 2px solid #e67e22 !important;
    }
    .prod-thumbnail img {
        cursor: pointer;
        opacity: 0.85;
        transition: border 0.2s, opacity 0.2s;
        margin: 0 2px;
        background: #fff;
    }
    .prod-thumbnail img:hover {
        opacity: 1;
    }
    /* Modern Quantity Selector */
    .quantity-selector {
        display: inline-flex;
        background: #fff;
        user-select: none;
    }
    .qty-btn {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f5f5f5;
        border: none;
        cursor: pointer;
        transition: all 0.2s ease;
        font-size: 14px;
        color: #666;
    }
    .qty-btn:hover {
        background: #e9ecef;
        color: #333;
    }
    .qty-btn:active {
        transform: scale(0.95);
    }
    .qty-input {
        width: 60px;
        height: 40px;
        border: none;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        color: #333;
        background: #fff;
        -moz-appearance: textfield;
    }
    .qty-input::-webkit-inner-spin-button,
    .qty-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    .qty-input:focus {
        outline: none;
    }
    /* Kapcsolódó termékek card kisebb méret */
    .related-products-row .related-product-card {
        padding: 0.5rem 0.3rem;
        background: #fafbfc;
        border-radius: 8px;
        box-shadow: 0 1px 6px rgba(0,0,0,0.04);
        margin-bottom: 1.2rem;
    }
    .related-products-row .related-product-card .product-title,
    .related-products-row .related-product-card h3,
    .related-products-row .related-product-card h4 {
        font-size: 1.1rem !important;
        font-weight: 600;
        margin-bottom: 0.3rem;
    }
    .related-products-row .related-product-card .product-price {
        font-size: 1.1rem !important;
        color: #e67e22;
        font-weight: 600;
    }
    .related-products-row .related-product-card img {
        max-width: 90px;
        max-height: 90px;
        object-fit: contain;
        margin: 0 auto 0.5rem auto;
        display: block;
    }
    .related-products-row .related-product-card .btn,
    .related-products-row .related-product-card button {
        font-size: 0.95rem !important;
        padding: 0.3em 0.7em !important;
    }
    @media (max-width: 991px) {
        .product-single-details {
            padding: 1.2rem 0.5rem;
        }
        .related-products-row .related-product-card img {
            max-width: 70px;
            max-height: 70px;
        }
    }
    .compact-widget-cards {
        font-size: 0.7rem;
    }
    .compact-widget-cards .compact-card {
        transform: scale(0.75);
        padding: 0.08rem 0.05rem;
        background: #fafbfc;
        border-radius: 6px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.03);
        margin-bottom: 0.3rem;
        max-width: 170px;
        margin-left: auto;
        margin-right: auto;
    }
    .compact-widget-cards .compact-card .product-default {
        padding: 0.08rem;
        border-radius: 6px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.03);
        background: #fff;
    }
    .compact-widget-cards .compact-card .product-default figure {
        margin-bottom: 0.08rem;
    }
    .compact-widget-cards .compact-card .product-default .img-effect img {
        width: 44px !important;
        height: 44px !important;
        border-radius: 6px;
    }
    .compact-widget-cards .compact-card .product-details {
        padding: 0 0.08rem;
    }
    .compact-widget-cards .compact-card .product-title {
        font-size: 0.7rem;
        margin-bottom: 0.08rem;
    }
    .compact-widget-cards .compact-card .product-rating {
        margin-bottom: 0.08rem;
    }
    .compact-widget-cards .compact-card .product-price {
        font-size: 0.7rem;
    }

/* Force header top bar text to black across pages */
.header-top,
.header-top a,
.header-top .top-message,
.header-top .separator,
.header-top .header-menu a,
.header-top .header-menu span {
    color: #000 !important;
}

/* Stronger override to beat inline theme-colors styles */
body .header .header-top,
body .header .header-top a,
body .header .header-top .top-message,
body .header .header-top .separator,
body .header .header-top .header-menu a,
body .header .header-top .header-menu span {
    color: #000 !important;
}

/* Top menu hover/active background and text color */
.header-bottom .main-nav .menu > li > a,
.header-bottom .main-nav .menu > li > a:focus {
    color: #fff !important;
}
.header-bottom .main-nav .menu > li > a:hover,
.header-bottom .main-nav .menu > li:hover > a,
.header-bottom .main-nav .menu > li.show > a,
.header-bottom .main-nav .menu > li.active > a {
    color: #fff !important;
    background-color: #815c16 !important;
}

/* Product page typography: enforce Poppins on all textual content */
.product-single-container .product-single-details,
.product-single-container .product-single-details h1,
.product-single-container .product-single-details h2,
.product-single-container .product-single-details h3,
.product-single-container .product-single-details h4,
.product-single-container .product-single-details h5,
.product-single-container .product-single-details h6,
.product-single-container .product-single-details p,
.product-single-container .product-single-details li,
.product-single-container .product-single-details span,
.product-single-container .product-single-details a,
.product-single-container .product-single-details strong,
.product-single-container .product-single-details label,
.product-single-container .product-single-tabs,
.product-single-container .product-single-tabs .tab-pane,
.product-single-container .product-single-tabs .tab-pane p,
.product-single-container .product-single-tabs .tab-pane li,
.product-single-container .product-single-tabs .tab-pane span,
.product-single-container .product-single-tabs .tab-pane a,
.product-single-container .product-single-tabs .tab-pane td,
.product-single-container .product-single-tabs .tab-pane th,
.product-single-container .product-single-tabs .tab-pane dt,
.product-single-container .product-single-tabs .tab-pane dd,
.product-single-container .product-desc-content,
.product-single-container .product-desc-content * {
    font-family: Poppins, sans-serif !important;
}

/* Product page action colors: match wishlist button brown */
.product-single-container .btn-primary,
.product-single-container .btn-primary:focus,
.product-single-container .btn-primary:hover,
.product-single-container .btn-primary:active {
    background-color: #9e7a35 !important;
    border-color: #9e7a35 !important;
    color: #fff !important;
}

.product-single-container .product-single-tabs .nav-pills .nav-link.active,
.product-single-container .product-single-tabs .nav-pills .show > .nav-link {
    background-color: #9e7a35 !important;
    border-color: #9e7a35 !important;
    color: #fff !important;
}

/* Higher specificity override for hover text color */
body .header .header-bottom .main-nav .menu > li > a:hover,
body .header .header-bottom .main-nav .menu > li:hover > a,
body .header .header-bottom .main-nav .menu > li > a:focus,
body .header .header-bottom .main-nav .menu > li > a:active {
    color: #fff !important;
    background-color: #815c16 !important;
}

/* Smaller product prices to prevent wrapping */
.product-price {
    font-size: 1.7rem !important;
    line-height: 1.2;
}
.old-price {
    font-size: 1.1rem !important;
    line-height: 1.2;
}

/* Static page content text should be black */
.static-page-content,
.static-page-content p,
.static-page-content li {
    color: #000;
}

/* Mobile header bar should not use the blue sticky background */
@media (max-width: 991px) {
    .header .header-middle.sticky-header,
    .header .header-middle.sticky-header.fixed {
        background: #fff !important;
        border-bottom: 1px solid #e7e7e7;
    }

    /* Keep default logo on white background in mobile sticky state */
    .header .header-middle.sticky-header.fixed .logo img:first-child {
        display: block !important;
    }
    .header .header-middle.sticky-header.fixed .logo img:last-child {
        display: none !important;
    }

    .header .header-middle.sticky-header .mobile-menu-toggler,
    .header .header-middle.sticky-header .header-icon,
    .header .header-middle.sticky-header .header-icon i,
    .header .header-middle.sticky-header .header-right,
    .header .header-middle.sticky-header .dropdown-arrow:after {
        color: #222529 !important;
    }

    .header .header-middle.sticky-header .minicart-icon,
    .header .header-middle.sticky-header .minicart-icon:before {
        border-color: #222529 !important;
    }
}

/* Mobile cart layout: readable stacked rows instead of squeezed table */
@media (max-width: 767px) {
    .cart-table-container .table-cart thead {
        display: none;
    }

    .cart-table-container .table-cart,
    .cart-table-container .table-cart tbody,
    .cart-table-container .table-cart tr,
    .cart-table-container .table-cart td {
        display: block;
        width: 100%;
    }

    .cart-table-container .table-cart tr.product-row {
        background: #fff;
        border: 1px solid #e4e4e4;
        border-radius: 8px;
        padding: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .cart-table-container .table-cart tr.product-row td {
        border: 0;
        padding: 0.6rem 0 !important;
        text-align: left !important;
    }

    .cart-table-container .table-cart tr.product-row td:nth-child(2)::before,
    .cart-table-container .table-cart tr.product-row td:nth-child(3)::before,
    .cart-table-container .table-cart tr.product-row td:nth-child(4)::before,
    .cart-table-container .table-cart tr.product-row td:nth-child(5)::before,
    .cart-table-container .table-cart tr.product-row td:nth-child(6)::before {
        display: block;
        font-size: 1.1rem;
        line-height: 1.2;
        font-weight: 700;
        color: #666;
        text-transform: uppercase;
        margin-bottom: 0.4rem;
    }

    .cart-table-container .table-cart tr.product-row td:nth-child(2)::before { content: "Termék"; }
    .cart-table-container .table-cart tr.product-row td:nth-child(3)::before { content: "Ár"; }
    .cart-table-container .table-cart tr.product-row td:nth-child(4)::before { content: "Mennyiség"; }
    .cart-table-container .table-cart tr.product-row td:nth-child(5)::before { content: "Összesen"; }
    .cart-table-container .table-cart tr.product-row td:nth-child(6)::before { content: "Művelet"; }

    .cart-table-container .table-cart .product-col .product-title {
        margin: 0;
        font-size: 2.2rem;
        line-height: 1.2;
        word-break: break-word;
    }

    .cart-table-container .table-cart .product-col small {
        display: block;
        margin-top: 0.4rem;
    }

    .cart-table-container .table-cart td form.d-flex {
        display: flex !important;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.8rem;
    }

    .cart-table-container .table-cart td .form-control {
        max-width: 9rem;
    }

    .cart-table-container .table-cart td .btn {
        width: auto;
        max-width: 100%;
        white-space: nowrap;
    }

    .cart-summary {
        margin-top: 1.6rem;
    }
}

/* Theme 6 desktop top menu: keep text white by default */
body .header .header-bottom .main-nav .menu > li > a,
body .header .header-bottom .main-nav .menu > li > a:link,
body .header .header-bottom .main-nav .menu > li > a:visited {
    color: #fff !important;
}

/* Theme 6 home slider caption text/button from admin banners */
body .home-slider .home-slide .banner-layer h1,
body .home-slider .home-slide .banner-layer h2,
body .home-slider .home-slide .banner-layer h3,
body .home-slider .home-slide .banner-layer h4,
body .home-slider .home-slide .banner-layer p,
body .home-slider .home-slide .banner-layer span {
    color: #fff !important;
}

body .home-slider .home-slide .banner-layer .btn,
body .home-slider .home-slide .banner-layer .btn:hover,
body .home-slider .home-slide .banner-layer .btn:focus {
    color: #fff !important;
    border-color: #fff !important;
}

body .header .header-top { border-top: 3px solid #9e7a35 !important; }

/* Auth forms: keep typed text readable on white inputs */
.login-container .form-input,
.login-container .form-control,
.login-container input[type="text"],
.login-container input[type="email"],
.login-container input[type="password"] {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
}

.login-container .form-input::placeholder,
.login-container .form-control::placeholder,
.login-container input[type="text"]::placeholder,
.login-container input[type="email"]::placeholder,
.login-container input[type="password"]::placeholder {
    color: #777 !important;
    opacity: 1;
}

/* Contact page: replace orange accents with theme brown */
.contact-us-container .contact-info a,
.contact-us-container .contact-info a:visited,
.contact-us-container .contact-info a:hover,
.contact-us-container .contact-info a:focus,
.contact-us-container .required,
.contact-us-container .required-field > label:after {
    color: #9e7a35 !important;
}

.contact-us-container .form-footer .btn,
.contact-us-container .form-footer .btn:hover,
.contact-us-container .form-footer .btn:focus,
.contact-us-container .form-footer .btn:active {
    background-color: #9e7a35 !important;
    border-color: #9e7a35 !important;
    color: #fff !important;
}

.contact-us-container .form-control:focus,
.contact-us-container textarea.form-control:focus {
    border-color: #9e7a35 !important;
    box-shadow: none !important;
}

/* Contact page typography */
.contact-us-container,
.contact-us-container h1,
.contact-us-container h2,
.contact-us-container h3,
.contact-us-container h4,
.contact-us-container h5,
.contact-us-container h6,
.contact-us-container p,
.contact-us-container li,
.contact-us-container span,
.contact-us-container a,
.contact-us-container label,
.contact-us-container input,
.contact-us-container textarea,
.contact-us-container button {
    font-family: "Poppins", sans-serif !important;
}

/* Home page product card typography/colors */
body .products-container .product-default .category-list .product-category,
body .products-container .product-default .category-list .product-category:visited {
    color: #6d6e71 !important;
}

body .products-container .product-default .product-title a,
body .products-container .product-default .product-title a:visited {
    color: #000000 !important;
}

body .products-container .product-default .price-box .product-price,
body .products-container .product-default .price-box .product-price.text-danger {
    color: #000000 !important;
}

body .products-container .product-default .price-box .old-price {
    color: #6d6e71 !important;
}
