/*
Theme Name:   Cosmetsy Child — Y & J Fashion and Beauty Store
Theme URI:    https://yandjfashionandbeautystore.com
Description:  Child theme for Y & J Fashion and Beauty Store. White, gold & black luxury brand.
Author:       LujensP
Author URI:   https://lujensp.com
Template:     cosmetsy
Version:      1.4.0
Text Domain:  cosmetsy-child
*/

/* ============================================================
   BRAND TOKENS
   Gold: #C9A84C | Black: #1A1A1A | White: #FFFFFF
   ============================================================ */
:root {
    --yj-gold:          #C9A84C;
    --yj-gold-dark:     #A07830;
    --yj-gold-light:    #E2C47A;
    --yj-gold-subtle:   rgba(201,168,76,0.10);
    --yj-gold-border:   rgba(201,168,76,0.35);
    --yj-black:         #1A1A1A;
    --yj-black-soft:    #2C2C2C;
    --yj-white:         #FFFFFF;
    --yj-cream:         #F9F6F0;
    --yj-gray:          #F4F4F4;
    --yj-text:          #333333;
    --yj-text-muted:    #777777;
    --yj-border:        #E8E8E8;
}

/* ============================================================
   GLOBAL RESET TO WHITE BASE
   ============================================================ */
body,
.site-wrapper,
#page,
#content,
.content-area,
.site-content {
    background-color: var(--yj-white) !important;
    color: var(--yj-text) !important;
}

* { box-sizing: border-box; }

/* ============================================================
   TOPBAR
   ============================================================ */
.site-topbar,
.klb-topbar,
.top-bar,
[class*="topbar"] {
    background-color: var(--yj-black) !important;
    color: #CCCCCC !important;
    font-size: 12px !important;
    padding: 8px 0 !important;
}

.site-topbar a,
.klb-topbar a,
[class*="topbar"] a {
    color: #CCCCCC !important;
    text-decoration: none !important;
}

.site-topbar a:hover,
[class*="topbar"] a:hover {
    color: var(--yj-gold) !important;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header,
.klb-header,
header#masthead,
.site-header-desktop {
    background-color: var(--yj-white) !important;
    border-bottom: 2px solid var(--yj-border) !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06) !important;
}

/* Logo sizing */
.site-header .custom-logo,
.site-header a.custom-logo-link img,
.klb-logo img,
header .site-logo img {
    max-height: 70px !important;
    width: auto !important;
}

/* ── NAV — exact Cosmetsy selectors ── */
.site-header .primary-menu.horizontal-menu .menu > .menu-item > a,
.site-header .primary-menu.horizontal-menu .menu > .menu-item a,
nav.site-menu.primary-menu.horizontal-menu ul.menu li a,
nav.site-menu ul li a,
.site-menu .menu li a,
.horizontal-menu .menu li a {
    color: var(--yj-black) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 8px 12px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    background: transparent !important;
    transition: color 0.2s ease !important;
}

/* Nav hover + active */
.site-header .primary-menu.horizontal-menu .menu > .menu-item > a:hover,
.site-header .primary-menu.horizontal-menu .menu > .menu-item.current-menu-item > a,
.site-header .primary-menu.horizontal-menu .menu > .menu-item.current_page_item > a,
nav.site-menu ul li a:hover,
.site-menu .menu li.current-menu-item > a {
    color: var(--yj-gold) !important;
    background: transparent !important;
}

/* Nav underline on hover */
.site-header .primary-menu .menu-item a::after,
nav.site-menu .menu li a::after {
    background-color: var(--yj-gold) !important;
}

/* Single line nav */
.col.col-3.col-left,
.site-header .col-left {
    flex: 0 0 auto !important;
    max-width: 180px !important;
}

.col.col-9.col-right,
.site-header .col-right {
    flex: 1 1 auto !important;
    max-width: none !important;
}

.row.align-items-center,
.site-header-desktop .container > .row {
    flex-wrap: nowrap !important;
    align-items: center !important;
}

nav.site-menu.primary-menu.horizontal-menu,
nav.site-menu ul.menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    white-space: nowrap !important;
}

nav.site-menu ul.menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

nav.site-menu ul.menu > li {
    display: inline-flex !important;
    white-space: nowrap !important;
}

/* Kill red - override theme primary color */
.site-header { --color-primary: #C9A84C; --color-active: #C9A84C; }

/* Header icons */
.site-header .header-icon,
.site-header [class*="header-action"],
.site-header .cart-icon,
.site-header .search-icon {
    color: var(--yj-black) !important;
}

.site-header .header-icon:hover,
.site-header [class*="header-action"]:hover {
    color: var(--yj-gold) !important;
}

/* Cart badge */
.cart-count, .cart-badge, [class*="cart-count"] {
    background-color: var(--yj-gold) !important;
    color: var(--yj-black) !important;
}

/* Dropdown menus */
.sub-menu, .dropdown-menu {
    background-color: var(--yj-white) !important;
    border: 1px solid var(--yj-border) !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
}

.sub-menu a, .dropdown-menu a {
    color: var(--yj-text) !important;
}

.sub-menu a:hover, .dropdown-menu a:hover {
    color: var(--yj-gold) !important;
    background-color: var(--yj-cream) !important;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.button, button, input[type="submit"],
.btn, .klb-btn, .wp-block-button__link,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce #payment #place_order,
.single_add_to_cart_button, .add_to_cart_button {
    background-color: var(--yj-gold) !important;
    color: var(--yj-black) !important;
    border: 2px solid var(--yj-gold) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
}

.button:hover, button:hover, input[type="submit"]:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover {
    background-color: var(--yj-black) !important;
    border-color: var(--yj-black) !important;
    color: var(--yj-white) !important;
}

/* Outline button */
.button.outline, .btn-outline {
    background-color: transparent !important;
    color: var(--yj-black) !important;
    border: 2px solid var(--yj-black) !important;
}

.button.outline:hover, .btn-outline:hover {
    background-color: var(--yj-black) !important;
    color: var(--yj-white) !important;
}

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.product, li.product,
.woocommerce ul.products li.product {
    background-color: var(--yj-white) !important;
    border: 1px solid var(--yj-border) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
}

.product:hover, li.product:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10) !important;
    transform: translateY(-3px) !important;
    border-color: var(--yj-gold-border) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.product .product-title {
    color: var(--yj-black) !important;
    font-weight: 600 !important;
}

.product .price, .woocommerce ul.products li.product .price {
    color: var(--yj-gold) !important;
    font-weight: 700 !important;
}

.onsale, .badge-onsale {
    background-color: var(--yj-gold) !important;
    color: var(--yj-black) !important;
    font-weight: 700 !important;
}

/* ============================================================
   SECTION BACKGROUNDS
   ============================================================ */
.section-gray, .klb-section-gray, .bg-gray {
    background-color: var(--yj-cream) !important;
}

/* ============================================================
   YJ CUSTOM COMPONENTS
   ============================================================ */

/* ── TOPBAR STRIP ── */
.yj-topbar {
    background: var(--yj-black);
    color: #CCCCCC;
    font-size: 12px;
    padding: 8px 0;
}

.yj-topbar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.yj-topbar-left {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.yj-topbar-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #CCCCCC;
    text-decoration: none;
    font-size: 12px;
}

.yj-topbar-item:hover { color: var(--yj-gold); }

.yj-topbar-right {
    display: flex;
    gap: 14px;
    align-items: center;
}

.yj-social-icon {
    color: #CCCCCC;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.yj-social-icon:hover { color: var(--yj-gold); }

/* ── HERO ── */
.yj-hero {
    background: var(--yj-cream);
    min-height: 480px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.yj-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    width: 100%;
}

.yj-hero-eyebrow {
    color: var(--yj-gold);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    display: block;
}

.yj-hero-title {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 900;
    line-height: 1.1;
    color: var(--yj-black);
    margin-bottom: 16px;
}

.yj-hero-subtitle {
    color: var(--yj-text-muted);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.yj-hero-contact {
    margin-bottom: 28px;
}

.yj-hero-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--yj-text);
    font-size: 14px;
    margin-bottom: 8px;
    text-decoration: none;
}

.yj-hero-contact-item:hover { color: var(--yj-gold); }

.yj-hero-contact-item .icon {
    color: var(--yj-gold);
    font-size: 14px;
    width: 16px;
}

.yj-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.yj-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--yj-gold);
    color: var(--yj-black) !important;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: 2px solid var(--yj-gold);
}

.yj-btn-primary:hover {
    background: var(--yj-black);
    border-color: var(--yj-black);
    color: var(--yj-white) !important;
}

.yj-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--yj-black) !important;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: 2px solid var(--yj-black);
}

.yj-btn-outline:hover {
    background: var(--yj-black);
    color: var(--yj-white) !important;
}

.yj-hero-image {
    position: relative;
}

.yj-hero-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.yj-hero-image-placeholder {
    width: 100%;
    height: 420px;
    background: linear-gradient(135deg, #e8e0d0, #d4c8b0);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    color: var(--yj-gold);
    font-size: 48px;
    border: 2px dashed var(--yj-gold-border);
}

/* ── TRUST BAR ── */
.yj-trust-bar {
    background: var(--yj-white);
    border-top: 1px solid var(--yj-border);
    border-bottom: 1px solid var(--yj-border);
    padding: 18px 0;
}

.yj-trust-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.yj-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--yj-text);
}

.yj-trust-item .icon {
    color: var(--yj-gold);
    font-size: 18px;
}

/* ── SECTION WRAPPER ── */
.yj-section {
    padding: 70px 0;
}

.yj-section-white { background: var(--yj-white); }
.yj-section-cream { background: var(--yj-cream); }
.yj-section-black { background: var(--yj-black); }

.yj-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.yj-section-header {
    text-align: center;
    margin-bottom: 48px;
}

.yj-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--yj-gold);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.yj-section-label::before,
.yj-section-label::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: var(--yj-gold);
}

.yj-section-title {
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 800;
    color: var(--yj-black);
    margin: 0;
}

/* ── CATEGORY PORTAL CARDS ── */
.yj-portal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 992px) { .yj-portal-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .yj-portal-grid { grid-template-columns: 1fr; } }

.yj-portal-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none !important;
    display: block;
    group: true;
}

.yj-portal-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.yj-portal-card:hover .yj-portal-card-image {
    transform: scale(1.05);
}

.yj-portal-card-placeholder {
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #e8e0d0, #d4c8b0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.yj-portal-card-body {
    background: var(--yj-white);
    border: 1px solid var(--yj-border);
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    text-align: center;
}

.yj-portal-card-icon {
    width: 52px;
    height: 52px;
    background: var(--yj-white);
    border: 2px solid var(--yj-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -26px auto 12px;
    position: relative;
    z-index: 1;
    font-size: 22px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.yj-portal-card:hover .yj-portal-card-icon {
    background: var(--yj-gold);
}

.yj-portal-card-title {
    color: var(--yj-black);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.yj-portal-card-desc {
    color: var(--yj-text-muted);
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.yj-portal-card-cta {
    color: var(--yj-gold);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap 0.2s ease;
}

.yj-portal-card:hover .yj-portal-card-cta { gap: 8px; }

/* ── SERVICES STRIP ── */
.yj-services-strip {
    background: var(--yj-cream);
    border-top: 1px solid var(--yj-border);
    border-bottom: 1px solid var(--yj-border);
    padding: 48px 0;
}

.yj-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}

@media (max-width: 768px) { .yj-services-grid { grid-template-columns: repeat(2, 1fr); } }

.yj-service-item {
    padding: 24px 16px;
}

.yj-service-icon {
    width: 60px;
    height: 60px;
    border: 2px solid var(--yj-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 24px;
    color: var(--yj-gold);
    transition: all 0.3s ease;
}

.yj-service-item:hover .yj-service-icon {
    background: var(--yj-gold);
    color: var(--yj-black);
}

.yj-service-title {
    color: var(--yj-black);
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.yj-service-desc {
    color: var(--yj-text-muted);
    font-size: 12px;
}

/* ── WHOLESALE BANNER ── */
.yj-wholesale-banner {
    background: var(--yj-white);
    padding: 60px 0;
}

.yj-wholesale-inner {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: center;
}

@media (max-width: 768px) { .yj-wholesale-inner { grid-template-columns: 1fr; } }

.yj-wholesale-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
}

.yj-wholesale-image-placeholder {
    width: 100%;
    height: 320px;
    background: linear-gradient(135deg, #e8e0d0, #d4c8b0);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    border: 2px dashed var(--yj-gold-border);
}

.yj-wholesale-label {
    color: var(--yj-gold);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.yj-wholesale-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    color: var(--yj-black);
    line-height: 1.1;
    margin-bottom: 20px;
}

.yj-wholesale-title span {
    color: var(--yj-gold);
    display: block;
}

.yj-wholesale-checklist {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.yj-wholesale-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--yj-text);
    font-size: 14px;
    font-weight: 500;
}

.yj-wholesale-checklist li::before {
    content: '✓';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: var(--yj-gold);
    color: var(--yj-black);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

.yj-wholesale-tagline {
    color: var(--yj-text-muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 16px;
}

/* ── BOTTOM TRUST BAR ── */
.yj-bottom-trust {
    background: var(--yj-cream);
    border-top: 1px solid var(--yj-border);
    border-bottom: 1px solid var(--yj-border);
    padding: 28px 0;
}

.yj-bottom-trust-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.yj-bottom-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    flex: 1;
    min-width: 100px;
}

.yj-bottom-trust-item .icon {
    font-size: 28px;
    color: var(--yj-gold);
}

.yj-bottom-trust-item .label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--yj-black);
    line-height: 1.3;
}

/* ── WHATSAPP CTA ── */
.yj-whatsapp-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff !important;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.yj-whatsapp-cta:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37,211,102,0.3);
    color: #fff !important;
}

/* ── WHOLESALE BADGE ── */
.yj-wholesale-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(201,168,76,0.10);
    border: 1px solid var(--yj-gold-border);
    color: var(--yj-gold);
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ── MONEY TRANSFER PAGE ── */
.yj-transfer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.yj-transfer-service {
    background: var(--yj-white);
    border: 1px solid var(--yj-border);
    border-radius: 10px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.yj-transfer-service:hover {
    border-color: var(--yj-gold-border);
    box-shadow: 0 8px 24px rgba(201,168,76,0.12);
    transform: translateY(-2px);
}

.yj-transfer-service .service-icon { font-size: 36px; margin-bottom: 12px; }
.yj-transfer-service .service-name {
    color: var(--yj-black);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.yj-transfer-service .service-desc { color: var(--yj-text-muted); font-size: 13px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer, .klb-footer, footer, .footer-widgets {
    background-color: var(--yj-black) !important;
    color: #CCCCCC !important;
}

.footer-widget-title, .widgettitle,
.site-footer h3, .site-footer h4,
.klb-footer h3, .klb-footer h4 {
    color: var(--yj-gold) !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(201,168,76,0.2) !important;
}

.site-footer a, .klb-footer a, footer a {
    color: #CCCCCC !important;
    text-decoration: none !important;
    transition: color 0.2s;
}

.site-footer a:hover, .klb-footer a:hover, footer a:hover {
    color: var(--yj-gold) !important;
}

.site-footer p, .klb-footer p, footer p {
    color: #AAAAAA !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
}

/* Sub-footer */
.sub-footer, .footer-bottom, .copyright-bar {
    background-color: #111111 !important;
    border-top: 1px solid rgba(255,255,255,0.08) !important;
    color: #888888 !important;
    font-size: 12px !important;
    padding: 16px 0 !important;
}

/* ============================================================
   WOOCOMMERCE
   ============================================================ */
.woocommerce-Price-amount.amount { color: var(--yj-gold) !important; }
.star-rating span::before, .woocommerce .star-rating span::before { color: var(--yj-gold) !important; }

.woocommerce table.shop_table { border: 1px solid var(--yj-border) !important; }
.woocommerce table.shop_table th { background: var(--yj-cream) !important; color: var(--yj-black) !important; }

/* ============================================================
   FORMS
   ============================================================ */
input[type="text"], input[type="email"], input[type="password"],
input[type="search"], input[type="tel"], textarea, select {
    background-color: var(--yj-white) !important;
    border: 1px solid var(--yj-border) !important;
    color: var(--yj-text) !important;
    border-radius: 6px !important;
}

input:focus, textarea:focus, select:focus {
    border-color: var(--yj-gold) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(201,168,76,0.15) !important;
}

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.woocommerce-breadcrumb, .breadcrumb { color: var(--yj-text-muted) !important; }
.woocommerce-breadcrumb a, .breadcrumb a { color: var(--yj-text-muted) !important; }
.woocommerce-breadcrumb a:hover, .breadcrumb a:hover { color: var(--yj-gold) !important; }

/* ============================================================
   PAGINATION
   ============================================================ */
.page-numbers, .woocommerce nav.woocommerce-pagination ul li a {
    background: var(--yj-white) !important;
    border: 1px solid var(--yj-border) !important;
    color: var(--yj-text) !important;
}

.page-numbers.current, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--yj-gold) !important;
    border-color: var(--yj-gold) !important;
    color: var(--yj-black) !important;
}

.page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li a:hover {
    border-color: var(--yj-gold) !important;
    color: var(--yj-gold) !important;
}

/* ============================================================
   MOBILE RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
    .yj-hero-inner {
        grid-template-columns: 1fr;
        padding: 40px 20px;
    }

    .yj-hero-image { display: none; }

    .yj-portal-grid { grid-template-columns: repeat(2, 1fr); }

    .yj-services-grid { grid-template-columns: repeat(2, 1fr); }

    .yj-wholesale-inner { grid-template-columns: 1fr; }

    .yj-trust-bar-inner { gap: 16px; }

    .yj-bottom-trust-grid { gap: 16px; }
    .yj-bottom-trust-item { min-width: 80px; }
}

@media (max-width: 480px) {
    .yj-portal-grid { grid-template-columns: 1fr; }
    .yj-services-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SELECTION COLOR
   ============================================================ */
::selection { background: var(--yj-gold); color: var(--yj-black); }

/* ============================================================
   SCROLLBAR
   ============================================================ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--yj-cream); }
::-webkit-scrollbar-thumb { background: var(--yj-gold); border-radius: 3px; }

/* ── HERO FULLBLEED — gradient fade ── */
.yj-hero-fullbleed {
    min-height: 500px;
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
}

.yj-hero-inner-fullbleed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 40px;
    width: 100%;
    display: flex;
    align-items: center;
}

.yj-hero-inner-fullbleed .yj-hero-content {
    max-width: 520px;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .yj-hero-fullbleed {
        background-image: none !important;
        background: var(--yj-cream) !important;
    }
    .yj-hero-inner-fullbleed { padding: 48px 20px; }
}

/* ============================================================
   HEADER ICONS — dark so they show on white header
   ============================================================ */
.site-header .header-icon,
.site-header [class*="header-action"],
.site-header .header-action-icon,
.site-header a[class*="cart"],
.site-header a[class*="search"],
.site-header a[class*="account"],
.site-header button[class*="search"],
.site-header .header-button {
    color: var(--yj-black) !important;
}

.site-header svg path,
.site-header svg rect,
.site-header svg circle,
.site-header svg line,
.site-header svg polyline {
    fill: var(--yj-black) !important;
    stroke: var(--yj-black) !important;
}

/* For stroke-based icons (search, user) don't fill them */
.site-header svg[stroke] path,
.site-header svg[stroke] circle {
    fill: none !important;
    stroke: var(--yj-black) !important;
}

.site-header .header-icon:hover svg path,
.site-header .header-icon:hover svg circle,
.site-header a[class*="cart"]:hover svg path,
.site-header a[class*="search"]:hover svg path {
    fill: var(--yj-gold) !important;
    stroke: var(--yj-gold) !important;
}

.cart-count, .cart-badge, [class*="cart-count"] {
    background-color: var(--yj-gold) !important;
    color: var(--yj-black) !important;
}

/* ============================================================
   CUSTOM FOOTER
   ============================================================ */
.yj-footer {
    background: var(--yj-black);
    color: #CCCCCC;
    font-size: 14px;
}

.yj-footer-main {
    padding: 56px 0 40px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.yj-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.2fr 1.2fr;
    gap: 48px;
}

@media (max-width: 900px) { .yj-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 576px) { .yj-footer-inner { grid-template-columns: 1fr; gap: 28px; } }

.yj-footer-title {
    color: var(--yj-gold) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 16px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(201,168,76,0.25) !important;
}

.yj-footer-text { color: #AAAAAA; font-size: 13px; line-height: 1.8; margin: 0; }

.yj-footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.yj-footer-links li a { color: #AAAAAA !important; text-decoration: none !important; font-size: 13px; transition: all 0.2s; }
.yj-footer-links li a:hover { color: var(--yj-gold) !important; padding-left: 4px; }

.yj-footer-contact-list { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.yj-footer-contact-list li { display: flex; align-items: flex-start; gap: 10px; color: #AAAAAA; font-size: 13px; line-height: 1.5; }
.yj-footer-contact-icon { flex-shrink: 0; margin-top: 1px; }
.yj-footer-contact-list li a { color: #AAAAAA !important; text-decoration: none !important; }
.yj-footer-contact-list li a:hover { color: var(--yj-gold) !important; }

.yj-footer-social { display: flex; gap: 10px; margin-top: 4px; }
.yj-footer-social-link {
    width: 34px; height: 34px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: #AAAAAA !important; transition: all 0.2s; text-decoration: none !important;
}
.yj-footer-social-link:hover { background: var(--yj-gold); border-color: var(--yj-gold); color: var(--yj-black) !important; }
.yj-footer-social-link svg { fill: currentColor !important; width: 16px; height: 16px; }

.yj-newsletter { display: flex; flex-direction: column; gap: 10px; margin-top: 4px; }
.yj-newsletter-input {
    width: 100%; padding: 11px 14px;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #FFFFFF !important; border-radius: 4px !important; font-size: 13px;
}
.yj-newsletter-input::placeholder { color: #888 !important; }
.yj-newsletter-input:focus { border-color: var(--yj-gold) !important; outline: none !important; }
.yj-newsletter-btn {
    width: 100%; padding: 12px;
    background: var(--yj-gold) !important; color: var(--yj-black) !important;
    border: none !important; border-radius: 4px !important;
    font-weight: 700 !important; font-size: 13px !important;
    text-transform: uppercase !important; letter-spacing: 1px !important; cursor: pointer;
}
.yj-newsletter-btn:hover { background: var(--yj-gold-dark) !important; color: var(--yj-white) !important; }

.yj-footer-bottom { background: #111111; padding: 14px 0; }
.yj-footer-bottom-inner {
    max-width: 1200px; margin: 0 auto; padding: 0 40px;
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.yj-footer-copy { color: #777; font-size: 12px; }
.yj-payment-icons { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.yj-payment-icons svg { height: 24px; width: auto; border-radius: 3px; box-shadow: 0 1px 3px rgba(0,0,0,0.3); }

@media (max-width: 576px) { .yj-footer-bottom-inner { justify-content: center; text-align: center; } }

/* Hide Cosmetsy's own footer — ours replaces it */
.site-footer > *:not(.yj-footer),
.klb-footer-widget,
.klb-footer-bottom,
.footer-widgets,
.sub-footer {
    display: none !important;
}

/* ============================================================
   HEADER ICONS — exact Cosmetsy .quick-button selectors
   ============================================================ */

/* Cart icon */
.site-header .quick-button.mini-cart .cart-link,
.site-header .quick-button.mini-cart .cart-link i,
.site-header .quick-button.mini-cart i {
    color: var(--yj-black) !important;
}

.site-header .quick-button.mini-cart .cart-link:hover,
.site-header .quick-button.mini-cart .cart-link:hover i {
    color: var(--yj-gold) !important;
}

/* Cart count badge */
.site-header .quick-button.mini-cart .cart-link .cart-count {
    background-color: var(--yj-gold) !important;
    color: var(--yj-black) !important;
}

/* Search icon */
.site-header .quick-button.search-button,
.site-header .quick-button.search-button i,
.site-header .quick-button.search-button svg {
    color: var(--yj-black) !important;
    fill: var(--yj-black) !important;
}

.site-header .quick-button.search-button:hover,
.site-header .quick-button.search-button:hover i {
    color: var(--yj-gold) !important;
}

/* User / account icon */
.site-header .quick-button.user-login,
.site-header .quick-button.user-login i,
.site-header .quick-button.wishlist i {
    color: var(--yj-black) !important;
}

/* Canvas toggle (hamburger) */
.site-header .quick-button.canvas-toggle span {
    background-color: var(--yj-black) !important;
}

/* All quick-button icons — nuclear override */
.site-header .quick-button i,
.site-header .quick-button svg,
.site-header .quick-button svg path {
    color: var(--yj-black) !important;
    fill: var(--yj-black) !important;
    stroke: none !important;
}

/* ============================================================
   PRODUCT CARD PADDING FIX
   ============================================================ */
.woocommerce ul.products li.product .product-inner,
.woocommerce ul.products li.product .product-wrapper,
.woocommerce ul.products li.product > a,
li.product .product-detail,
li.product .product-info,
li.product .entry-wrapper,
li.product .product-content {
    padding: 14px 16px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
li.product .product-title,
.woocommerce ul.products li.product h2 {
    padding: 12px 16px 4px !important;
    margin: 0 !important;
}

.woocommerce ul.products li.product .price,
li.product .entry-price {
    padding: 0 16px 12px !important;
    margin: 0 !important;
    display: block !important;
}

.woocommerce ul.products li.product .button,
li.product .add_to_cart_button {
    margin: 0 16px 14px !important;
}

/* ============================================================
   FOOTER GRID FIX — force proper 4-col layout
   ============================================================ */

/* Hide the Cosmetsy theme footer completely */
.site-footer .widget-area,
.site-footer .footer-widgets,
.site-footer .klb-footer-widgets,
.site-footer .site-info,
.site-footer .sub-footer,
footer .footer-widget-area,
footer .copyright-area,
.klb-footer {
    display: none !important;
}

/* Make sure our footer.php renders */
.yj-footer {
    display: block !important;
}

.yj-footer-inner {
    display: grid !important;
    grid-template-columns: 1.4fr 1fr 1.2fr 1.2fr !important;
    gap: 48px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

@media (max-width: 900px) {
    .yj-footer-inner {
        grid-template-columns: 1fr 1fr !important;
        gap: 32px !important;
    }
}

@media (max-width: 576px) {
    .yj-footer-inner {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
}

/* Fix newsletter form — remove Mailchimp error display if form missing */
.yj-newsletter-form .mce_inline_error,
.yj-newsletter-form #mce-error-response {
    display: none !important;
}

.yj-footer-dev { color: #666; font-size: 12px; }
.yj-footer-dev a { color: #C9A84C !important; text-decoration: none !important; }
.yj-footer-dev a:hover { text-decoration: underline !important; }
.yj-footer-bottom-inner { flex-wrap: wrap; gap: 8px; }


/* ============================================================
   GLOBAL LIGHT MODE — all pages except money transfer
   ============================================================ */
body:not(.page-template-page-templates-page-money-transfer-php) .site-content,
body:not(.page-template-page-templates-page-money-transfer-php) #content,
body:not(.page-template-page-templates-page-money-transfer-php) .woocommerce-page .entry-content,
.woocommerce-page, .woocommerce, .shop-page {
    background: #FFFFFF !important;
    color: #333333 !important;
}

/* WooCommerce shop/category pages - light */
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-archive .entry-content,
.post-type-archive-product #content,
.tax-product_cat #content,
.single-product #content {
    background: #FFFFFF !important;
    color: #333333 !important;
}

/* Shop category page hero — light */
.site-header-image,
.klb-archive-header,
.shop-category-header,
.woocommerce-archive-description {
    background: linear-gradient(135deg, #F9F6F0, #F0EBE0) !important;
    color: #1A1A1A !important;
}

.klb-archive-header h1,
.klb-archive-header .page-title,
.woocommerce-archive-description h1 {
    color: #1A1A1A !important;
}

/* Single product page */
.single-product .product_title { color: #1A1A1A !important; }
.single-product .woocommerce-product-details__short-description { color: #555 !important; }
.single-product .woocommerce-tabs .tabs li a { color: #555 !important; }
.single-product .woocommerce-tabs .tabs li.active a { color: #C9A84C !important; }

/* Cart / Checkout - light */
.woocommerce-cart #content,
.woocommerce-checkout #content {
    background: #FFFFFF !important;
}

/* Widget sidebar - light */
.widget { background: #F9F6F0 !important; border: 1px solid #E8E8E8 !important; color: #333 !important; }
.widget-title, .widgettitle { color: #C9A84C !important; border-bottom: 1px solid #E8E8E8 !important; }

/* FAQ details elements */
details { background: #F9F6F0 !important; border: 1px solid #E8E8E8 !important; }
details summary { color: #1A1A1A !important; }
details[open] summary { color: #C9A84C !important; }

/* ============================================================
   HAMBURGER HIDE ON DESKTOP
   ============================================================ */
@media (min-width: 993px) {
    .site-header .quick-button.canvas-toggle,
    .site-header-desktop .quick-button.canvas-toggle,
    div.quick-button.canvas-toggle {
        display: none !important;
    }
}

/* ============================================================
   MOBILE RESPONSIVE — comprehensive fixes
   ============================================================ */
@media (max-width: 992px) {
    /* Header */
    .site-header .col.col-3.col-left { max-width: 150px !important; }
    .site-header .custom-logo { max-height: 50px !important; }

    /* Hero */
    .yj-hero-fullbleed { background-image: none !important; background: var(--yj-cream, #F9F6F0) !important; min-height: auto !important; }
    .yj-hero-inner-fullbleed { padding: 40px 20px !important; grid-template-columns: 1fr !important; }
    .yj-hero-title { font-size: clamp(28px, 6vw, 40px) !important; }
    .yj-hero-subtitle { font-size: 14px !important; }
    .yj-hero-buttons { flex-wrap: wrap !important; gap: 10px !important; }

    /* Grid sections */
    .yj-portal-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 14px !important; }
    .yj-services-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .yj-wholesale-inner { grid-template-columns: 1fr !important; }
    .yj-transfer-grid { grid-template-columns: repeat(2, 1fr) !important; }

    /* Trust bar */
    .yj-trust-bar-inner { gap: 16px !important; justify-content: center !important; }
    .yj-bottom-trust-grid { gap: 16px !important; }

    /* Footer */
    .yj-footer-inner { grid-template-columns: 1fr 1fr !important; gap: 28px !important; padding: 0 20px !important; }
    .yj-footer-main { padding: 40px 0 28px !important; }
    .yj-footer-bottom-inner { padding: 0 20px !important; flex-direction: column !important; text-align: center !important; gap: 6px !important; }

    /* Page templates */
    div[style*="grid-template-columns: 1fr 1fr"],
    div[style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
    div[style*="grid-template-columns: repeat(3"] { grid-template-columns: 1fr !important; }
}

@media (max-width: 576px) {
    /* Single column everything */
    .yj-portal-grid { grid-template-columns: 1fr !important; }
    .yj-services-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .yj-footer-inner { grid-template-columns: 1fr !important; }
    .yj-bottom-trust-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 12px !important; }
    .yj-bottom-trust-item .label { font-size: 10px !important; }

    /* Buttons full width on mobile */
    .yj-btn-primary, .yj-btn-outline {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }
    .yj-hero-buttons { flex-direction: column !important; }

    /* Wholesale */
    .yj-wholesale-banner { padding: 40px 0 !important; }
    .yj-wholesale-title { font-size: 28px !important; }

    /* Trust bar scroll on mobile */
    .yj-trust-bar-inner { overflow-x: auto !important; flex-wrap: nowrap !important; justify-content: flex-start !important; padding: 0 20px !important; }
    .yj-trust-item { flex-shrink: 0 !important; }

    /* Container padding */
    .yj-container { padding: 0 16px !important; }
    .yj-section { padding: 48px 0 !important; }

    /* Typography */
    .yj-section-title { font-size: 24px !important; }
    .yj-wholesale-title { font-size: 26px !important; }
}

/* ============================================================
   CLEANUP FIXES
   ============================================================ */

/* ── CART PAGE SPACING ── */
.woocommerce-cart .woocommerce {
    padding: 48px 0 !important;
}
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
    padding: 16px 12px !important;
    vertical-align: middle !important;
}
.woocommerce-cart .cart-collaterals {
    margin-top: 32px !important;
}
.woocommerce-cart .cart_totals {
    background: #F9F6F0 !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 10px !important;
    padding: 28px !important;
}

/* ── PRODUCT PAGE — Size label + dropdown alignment ── */
.woocommerce div.product .variations {
    width: 100% !important;
}
.woocommerce div.product .variations tr {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    margin-bottom: 16px !important;
}
.woocommerce div.product .variations td.label {
    width: 80px !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}
.woocommerce div.product .variations td.value {
    flex: 1 !important;
    padding: 0 !important;
}
.woocommerce div.product .variations td.label label {
    font-weight: 700 !important;
    color: #1A1A1A !important;
    font-size: 14px !important;
    margin: 0 !important;
}
.woocommerce div.product .variations select {
    width: 100% !important;
    max-width: 300px !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 6px !important;
    padding: 10px 14px !important;
    font-size: 14px !important;
    color: #1A1A1A !important;
    background: #FFFFFF !important;
}
.woocommerce div.product .variations select:focus {
    border-color: #C9A84C !important;
    outline: none !important;
}

/* ── MARGIN ABOVE FOOTER ── */
#yj-colophon,
footer.yj-footer {
    margin-top: 80px !important;
}

/* ── HIDE BREADCRUMBS ── */
.woocommerce-breadcrumb,
nav.woocommerce-breadcrumb,
.klb-breadcrumb,
[class*="breadcrumb"] {
    display: none !important;
}

/* ── HIDE PRODUCT IMAGE MAGNIFIER ── */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger,
.woocommerce-product-gallery__trigger,
a.woocommerce-product-gallery__trigger {
    display: none !important;
}

/* ── SEARCH BUTTON RESPONSIVE ── */
.site-header .quick-button.search-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    cursor: pointer !important;
}

/* Search modal */
.search-modal,
.klb-search-modal,
[class*="search-modal"] {
    background: rgba(0,0,0,0.85) !important;
}
.search-modal input[type="search"],
.klb-search-modal input {
    background: #FFFFFF !important;
    color: #1A1A1A !important;
    border: 2px solid #C9A84C !important;
    border-radius: 8px !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
    width: 100% !important;
}

/* ── MINI CART DROPDOWN — fix invisible button text ── */
.woocommerce-mini-cart__buttons a,
.mini-cart-buttons a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.klb-mini-cart .woocommerce-mini-cart__buttons a {
    color: #1A1A1A !important;
    font-weight: 700 !important;
}

.woocommerce-mini-cart__buttons .button.checkout,
.woocommerce-mini-cart__buttons a.checkout,
.mini-cart-buttons .checkout {
    background: #C9A84C !important;
    color: #1A1A1A !important;
    border: 2px solid #C9A84C !important;
}

.woocommerce-mini-cart__buttons .button:not(.checkout),
.woocommerce-mini-cart__buttons a:not(.checkout),
.mini-cart-buttons a:not(.checkout) {
    background: #1A1A1A !important;
    color: #FFFFFF !important;
    border: 2px solid #1A1A1A !important;
}

.woocommerce-mini-cart__buttons a:hover {
    opacity: 0.85 !important;
}

/* ── RELATED PRODUCTS SPACING ── */
.woocommerce div.product .related {
    margin-top: 60px !important;
    padding-top: 40px !important;
    border-top: 1px solid #E8E8E8 !important;
}

/* ── SINGLE PRODUCT PAGE LIGHT MODE ── */
.single-product #content,
.single-product .site-main,
.single-product .entry-content {
    background: #FFFFFF !important;
    padding: 40px 0 !important;
}

.single-product .woocommerce-tabs .panel {
    background: #FFFFFF !important;
    color: #555 !important;
}

.single-product .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #E8E8E8 !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #C9A84C !important;
    border-bottom: 2px solid #C9A84C !important;
}

/* ── IN STOCK BADGE ── */
.woocommerce div.product .stock.in-stock {
    color: #2ecc71 !important;
    border: 1px solid #2ecc71 !important;
    background: rgba(46,204,113,0.08) !important;
    border-radius: 4px !important;
    padding: 4px 12px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: inline-block !important;
}

/* ============================================================
   FOOTER COMPLIANCE LINKS + SIDEBAR/SHOP FIXES
   ============================================================ */

/* Hide Archives/Categories widgets if still present */
.widget_archive,
.widget_categories {
    display: none !important;
}

/* Sidebar widget spacing */
.widget {
    margin-bottom: 24px !important;
    padding: 20px !important;
}
.widget ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.widget ul li {
    padding: 6px 0 !important;
    border-bottom: 1px solid #EEE !important;
}
.widget ul li:last-child {
    border-bottom: none !important;
}
.widget_price_filter .price_slider_amount {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: 12px !important;
}
.widget_price_filter .price_slider_amount .button {
    background: #C9A84C !important;
    color: #1A1A1A !important;
    border: none !important;
    padding: 6px 16px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

/* Product page — variation select + Clear link alignment */
.woocommerce div.product .variations td.value {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.woocommerce div.product .variations td.value .reset_variations {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    color: #999 !important;
    text-decoration: underline !important;
    white-space: nowrap !important;
}
