/* ==========================================================
   Yalanext Header — Exact match to coded website
   ========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* ------- Logo text ------- */
.yxl-logo-text {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: #000 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    line-height: 1 !important;
}
.yxl-logo-text.yxl-logo-mobile {
    font-size: 1rem !important;
}

/* ------- Kill parent theme topbar ------- */
.yxl-header .header-topbar {
    display: none !important;
}

/* ------- Sticky + scroll animation ------- */
.yxl-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    will-change: transform;
}
.yxl-header.yxl-header-hidden {
    transform: translateY(-100%) !important;
}
.yxl-header.yxl-header-scrolled {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05) !important;
}

/* ------- Announcement bar ------- */
.yxl-topbar {
    background: #000 !important;
    color: #fff !important;
    text-align: center !important;
    padding: 8px 16px !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    line-height: 1.4 !important;
    border: none !important;
}
/* Children only (NOT the .yxl-topbar wrapper itself — that has its own bg/padding above) */
.yxl-topbar *,
.yxl-topbar a,
.yxl-topbar p,
.yxl-topbar span,
.yxl-topbar div {
    color: #fff !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}
.yxl-topbar a {
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}
/* Subtle pulsing dot before the announcement — eye-catcher without breaking the mono palette */
.yxl-topbar .yxl-topbar-msg {
    position: relative !important;
    padding-left: 16px !important;
    display: inline-block !important;
}
.yxl-topbar .yxl-topbar-msg::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 6px !important;
    height: 6px !important;
    background: #fff !important;
    border-radius: 50% !important;
    animation: yxl-topbar-pulse 2s ease-in-out infinite !important;
}
@keyframes yxl-topbar-pulse {
    0%, 100% { opacity: 1; transform: translateY(-50%) scale(1); }
    50%      { opacity: 0.5; transform: translateY(-50%) scale(0.7); }
}

/* Checkout page only — turn topbar red so the shipping notice is hard to miss */
body.woocommerce-checkout .yxl-topbar {
    background: #C8102E !important;
}
body.woocommerce-checkout .yxl-topbar,
body.woocommerce-checkout .yxl-topbar *,
body.woocommerce-checkout .yxl-topbar a {
    color: #fff !important;
}
body.woocommerce-checkout .yxl-topbar .yxl-topbar-msg::before {
    background: #fff !important;
}

/* ------- Desktop main bar ------- */
.yxl-desktop {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    padding: 0 !important;
    border-top: none !important;
}

/* ------- FORCE ALL ICONS BLACK ------- */
.yxl-header i,
.yxl-header .header-button i,
.yxl-header .header-button .button-icon i,
.yxl-header .toggle-menu i,
.yxl-header .search-button i,
.yxl-header .login-button i,
.yxl-header .wishlist-button i,
.yxl-header .cart-button i,
.yxl-header a i {
    color: #000 !important;
}

/* ------- Hide cart price text ------- */
.yxl-header .cart-price,
.yxl-header .cart-button .button-text,
.yxl-header .cart-button .price {
    display: none !important;
}

/* ------- Nav links (left) ------- */
.yxl-header .yxl-nav .menu {
    display: flex !important;
    align-items: center !important;
    gap: 32px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.yxl-header .yxl-nav .menu > li {
    margin: 0 !important;
    padding: 0 !important;
}
.yxl-header .yxl-nav .menu > li > a {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    color: #000 !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    line-height: 64px !important;
    transition: opacity 0.25s ease !important;
    display: inline-block !important;
    background: transparent !important;
    border: none !important;
}
.yxl-header .yxl-nav .menu > li > a:hover,
.yxl-header .yxl-nav .menu > li.current-menu-item > a,
.yxl-header .yxl-nav .menu > li.current-menu-parent > a {
    opacity: 0.5 !important;
    color: #000 !important;
    background: transparent !important;
}

/* Submenus */
.yxl-header .yxl-nav .menu .sub-menu {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08) !important;
    padding: 8px 0 !important;
    min-width: 200px !important;
}
.yxl-header .yxl-nav .menu .sub-menu li {
    margin: 0 !important;
}
.yxl-header .yxl-nav .menu .sub-menu li a {
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #000 !important;
    padding: 8px 20px !important;
    line-height: 1.5 !important;
    display: block !important;
    transition: opacity 0.2s !important;
}
.yxl-header .yxl-nav .menu .sub-menu li a:hover {
    opacity: 0.5 !important;
    background: transparent !important;
    color: #000 !important;
}

/* ------- Icon buttons hover ------- */
.yxl-header .header-button {
    margin: 0 !important;
    padding: 0 !important;
}
.yxl-header .header-button > a,
.yxl-header .header-button > .button-icon {
    transition: opacity 0.25s ease !important;
}
.yxl-header .header-button:hover > a,
.yxl-header .header-button:hover > .button-icon,
.yxl-header .header-button:hover {
    opacity: 0.5 !important;
}

/* ------- Badges: black style, visibility controlled by inline styles ------- */
.yxl-header .header-button .count,
.yxl-header .header-button .klbwl-wishlist-count {
    background: #000 !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    line-height: 16px !important;
    border-radius: 50% !important;
    text-align: center !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: -6px !important;
    right: -8px !important;
}
/* Wishlist badge: hide when empty or 0 */
.yxl-header .header-button .klbwl-wishlist-count[data-count="0"],
.yxl-header .header-button .klbwl-wishlist-count:empty {
    display: none !important;
}

/* ------- Hide parent's old cart dropdown ------- */
.yxl-header .cart-dropdown {
    display: none !important;
}

/* ==========================================================
   Cart Drawer (slide from right)
   ========================================================== */
.yxl-drawer {
    visibility: hidden;
    pointer-events: none;
}
.yxl-drawer.yxl-drawer-open {
    visibility: visible;
    pointer-events: auto;
}

/* Overlay */
.yxl-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
}
.yxl-drawer.yxl-drawer-open .yxl-drawer-overlay {
    background: rgba(0, 0, 0, 0.5);
}

/* Panel */
.yxl-drawer-panel {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1060;
    width: 100%;
    max-width: 420px;
    background: #fff;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.08);
}
.yxl-drawer.yxl-drawer-open .yxl-drawer-panel {
    transform: translateX(0);
}

/* Drawer header */
.yxl-drawer-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px 24px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    flex-shrink: 0 !important;
}
.yxl-drawer-title {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    color: #000 !important;
}
.yxl-drawer-close {
    background: none !important;
    border: none !important;
    font-size: 24px !important;
    color: #000 !important;
    cursor: pointer !important;
    padding: 4px !important;
    line-height: 1 !important;
    transition: opacity 0.2s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
}
.yxl-drawer-close:hover {
    opacity: 0.5 !important;
}

/* Drawer body (scrollable) */
.yxl-drawer-body {
    flex: 1 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    display: flex !important;
    flex-direction: column !important;
}

/* --- Mini-cart content inside drawer --- */
.yxl-drawer-body .fl-mini-cart-content {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

/* ---- Product list ---- */
.yxl-drawer-body .woocommerce-mini-cart,
.yxl-drawer-body ul.cart_list {
    padding: 0 24px !important;
    margin: 0 !important;
    list-style: none !important;
    max-height: none !important;
    overflow: visible !important;
    flex: 1 !important;
}

/* Each product item */
.yxl-drawer-body .woocommerce-mini-cart-item,
.yxl-drawer-body .mini_cart_item {
    list-style: none !important;
    margin: 0 !important;
    padding: 20px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}
.yxl-drawer-body .woocommerce-mini-cart-item:last-child {
    border-bottom: none !important;
}

/* Product content row */
.yxl-drawer-body .product-content {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
}

/* Product thumbnail */
.yxl-drawer-body .thumbnail-wrapper {
    flex-shrink: 0 !important;
    width: 72px !important;
}
.yxl-drawer-body .thumbnail-wrapper a {
    display: block !important;
}
.yxl-drawer-body .thumbnail-wrapper img {
    width: 72px !important;
    height: 90px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;
}

/* Product info */
.yxl-drawer-body .content-wrapper {
    flex: 1 !important;
    min-width: 0 !important;
}
.yxl-drawer-body .content-wrapper .product-title {
    margin: 0 0 6px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}
.yxl-drawer-body .content-wrapper .product-title a {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.yxl-drawer-body .content-wrapper .product-title a:hover {
    opacity: 0.6 !important;
}
.yxl-drawer-body .content-wrapper .price {
    font-size: 13px !important;
    color: #666 !important;
    display: block !important;
    margin: 0 !important;
}
.yxl-drawer-body .content-wrapper .price .amount {
    font-weight: 600 !important;
    color: #000 !important;
}

/* Variation attributes (size, color) — compact inline display */
.yxl-drawer-body dl.variation {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 6px 0 0;
}
.yxl-drawer-body dl.variation dt {
    font-size: 11px;
    color: #888;
    font-weight: 400;
    margin: 0 3px 0 0;
    text-transform: capitalize;
}
.yxl-drawer-body dl.variation dd {
    font-size: 11px;
    color: #555;
    font-weight: 500;
    margin: 0 10px 0 0;
}
.yxl-drawer-body dl.variation dd p {
    margin: 0;
    display: inline;
}

/* Remove button (X icon) */
.yxl-drawer-body .product-content > .remove,
.yxl-drawer-body .product-content > .remove_from_cart_button {
    flex-shrink: 0 !important;
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: #f5f5f5 !important;
    color: transparent !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
    font-size: 14px !important;
    margin-left: auto !important;
    border: none !important;
    cursor: pointer !important;
    overflow: hidden !important;
    text-indent: -9999px !important;
    position: relative !important;
}
/* Show X via ::after pseudo-element (guaranteed to work) */
.yxl-drawer-body .product-content > .remove::after,
.yxl-drawer-body .product-content > .remove_from_cart_button::after {
    content: '\00d7' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #666 !important;
    text-indent: 0 !important;
    font-family: Arial, sans-serif !important;
    line-height: 1 !important;
}
.yxl-drawer-body .product-content > .remove:hover,
.yxl-drawer-body .product-content > .remove_from_cart_button:hover {
    background: #000 !important;
}
.yxl-drawer-body .product-content > .remove:hover::after,
.yxl-drawer-body .product-content > .remove_from_cart_button:hover::after {
    color: #fff !important;
}

/* ---- Totals section ---- */
.yxl-drawer-body .woocommerce-mini-cart__total,
.yxl-drawer-body .total {
    padding: 16px 24px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 !important;
}
.yxl-drawer-body .woocommerce-mini-cart__total strong,
.yxl-drawer-body .total strong {
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #666 !important;
}
.yxl-drawer-body .woocommerce-mini-cart__total .amount,
.yxl-drawer-body .total .amount {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000 !important;
}

/* Item count text */
.yxl-drawer-body .cart-total-product {
    display: block !important;
    padding: 0 24px 12px !important;
    font-size: 12px !important;
    color: #888 !important;
}

/* ---- Buttons ---- */
.yxl-drawer-body .woocommerce-mini-cart__buttons,
.yxl-drawer-body .buttons {
    padding: 8px 24px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin: 0 !important;
}
.yxl-drawer-body .woocommerce-mini-cart__buttons .button,
.yxl-drawer-body .woocommerce-mini-cart__buttons a,
.yxl-drawer-body .buttons .button,
.yxl-drawer-body .buttons a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 14px 24px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    text-decoration: none !important;
    border-radius: 25px !important;
    transition: background 0.25s, color 0.25s !important;
    cursor: pointer !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
}
/* Checkout: solid black */
.yxl-drawer-body .woocommerce-mini-cart__buttons .checkout,
.yxl-drawer-body .buttons .checkout {
    background: #000 !important;
    color: #fff !important;
    border: 1.5px solid #000 !important;
    order: 2 !important;
}
.yxl-drawer-body .woocommerce-mini-cart__buttons .checkout:hover,
.yxl-drawer-body .buttons .checkout:hover {
    background: #222 !important;
}
/* View Cart: outline */
.yxl-drawer-body .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout),
.yxl-drawer-body .buttons a:not(.checkout) {
    background: transparent !important;
    color: #000 !important;
    border: 1.5px solid #000 !important;
    order: 1 !important;
}
.yxl-drawer-body .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout):hover,
.yxl-drawer-body .buttons a:not(.checkout):hover {
    background: #000 !important;
    color: #fff !important;
}

/* ---- Drawer footer (Continue Shopping link) ---- */
.yxl-drawer-footer {
    padding: 16px 24px 24px !important;
    text-align: center !important;
    flex-shrink: 0 !important;
}
.yxl-drawer-shop-link {
    font-size: 13px !important;
    color: #000 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    transition: opacity 0.2s !important;
}
.yxl-drawer-shop-link:hover {
    opacity: 0.6 !important;
    color: #000 !important;
}

/* ---- Empty cart state ---- */
.yxl-drawer-body .cart-empty {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    padding: 80px 24px !important;
    text-align: center !important;
    flex: 1 !important;
}
/* Replace ugly parent SVG with a clean icon */
.yxl-drawer-body .cart-empty .empty-icon {
    display: none !important;
}
.yxl-drawer-body .cart-empty::before {
    content: '' !important;
    display: block !important;
    width: 64px !important;
    height: 64px !important;
    opacity: 0.15 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='0.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z'%3E%3C/path%3E%3Cline x1='3' y1='6' x2='21' y2='6'%3E%3C/line%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'%3E%3C/path%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.yxl-drawer-body .cart-empty .empty-text {
    font-size: 14px !important;
    color: #888 !important;
    font-weight: 400 !important;
}

/* Hide WooCommerce "added to cart" green notification (we have the drawer) */
.woocommerce-message,
.woocommerce-info,
.wc-block-components-notice-banner,
.woocommerce-notices-wrapper .woocommerce-message {
    display: none !important;
}

/* Prevent body scroll when drawer or burger menu open */
body.yxl-drawer-active,
body.yxl-menu-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    touch-action: none !important;
}

/* ==========================================================
   Canvas Menu Restyle (yalanext brand)
   ========================================================== */
.site-offcanvas {
    background: #fff !important;
    width: 340px !important;
    max-width: 85vw !important;
}
.site-offcanvas .site-offcanvas-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px 24px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}
.site-offcanvas .site-offcanvas-header .site-brand {
    height: auto !important;
}
.site-offcanvas .site-offcanvas-header .site-brand a {
    text-decoration: none !important;
}
.site-offcanvas .site-offcanvas-header .site-brand img {
    height: 28px !important;
    width: auto !important;
}
.site-offcanvas .offcanvas-close {
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.site-offcanvas .offcanvas-close i {
    font-size: 18px !important;
    color: #000 !important;
}
.site-offcanvas .offcanvas-close:hover {
    opacity: 0.5 !important;
}

/* Hide headings and footer */
.site-offcanvas .offcanvas-heading {
    display: none !important;
}
.site-offcanvas .site-offcanvas-footer {
    display: none !important;
}

/* Menu body */
.site-offcanvas .site-offcanvas-body {
    padding: 24px !important;
}

/* Menu links */
.site-offcanvas .site-nav.vertical .menu {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.site-offcanvas .site-nav.vertical .menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
}
.site-offcanvas .site-nav.vertical .menu > li > a {
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    color: #000 !important;
    padding: 14px 0 !important;
    display: block !important;
    text-decoration: none !important;
    transition: opacity 0.25s !important;
}
.site-offcanvas .site-nav.vertical .menu > li > a:hover {
    opacity: 0.5 !important;
    color: #000 !important;
    background: transparent !important;
}

/* Submenus */
.site-offcanvas .site-nav.vertical .sub-menu {
    padding-left: 16px !important;
    list-style: none !important;
    margin: 0 !important;
}
.site-offcanvas .site-nav.vertical .sub-menu li a {
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    color: #444 !important;
    padding: 10px 0 !important;
    display: block !important;
    text-decoration: none !important;
    transition: opacity 0.2s !important;
}
.site-offcanvas .site-nav.vertical .sub-menu li a:hover {
    opacity: 0.5 !important;
    color: #444 !important;
    background: transparent !important;
}

/* Dropdown toggle arrow */
.site-offcanvas .menu-dropdown {
    color: #000 !important;
    opacity: 0.4 !important;
}

/* Overlay mask */
.site-mask {
    background: rgba(0, 0, 0, 0.5) !important;
}

/* ------- Mobile bar ------- */
.yxl-mobile {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-top: none !important;
    padding: 0 !important;
}

/* Mobile right column */
.yxl-mobile-right .header-button {
    margin: 0 !important;
}
.yxl-mobile-right .header-button .count,
.yxl-mobile-right .header-button .klbwl-wishlist-count {
    background: #000 !important;
    color: #fff !important;
    font-size: 9px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    line-height: 16px !important;
    border-radius: 50% !important;
}
.yxl-mobile-right .header-button .klbwl-wishlist-count[data-count="0"],
.yxl-mobile-right .header-button .klbwl-wishlist-count:empty {
    display: none !important;
}

/* ------- Responsive ------- */
@media (max-width: 768px) {
    .yxl-header.yxl-header-hidden {
        transform: translateY(-60px) !important;
    }
    .yxl-topbar {
        padding: 7px 12px !important;
        font-size: 9px !important;
        letter-spacing: 0.06em !important;
        line-height: 1.5 !important;
    }
    .yxl-topbar,
    .yxl-topbar * {
        font-size: 9px !important;
        letter-spacing: 0.06em !important;
    }
    .yxl-topbar .yxl-topbar-msg {
        padding-left: 0 !important;
    }
    .yxl-topbar .yxl-topbar-msg::before {
        display: none !important;
    }
}

/* ==========================================================
   Search Overlay Restyle (yalanext brand)
   ========================================================== */

/* Full-screen overlay */
.search-holder {
    background: #fff !important;
    z-index: 200 !important;
}
.search-holder .search-holder-inner {
    padding-top: 80px !important;
    max-width: 640px !important;
    margin: 0 auto !important;
}

/* Header: "What are you looking for?" */
.search-holder .search-holder-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 24px !important;
    padding-bottom: 0 !important;
    border: none !important;
}
.search-holder .search-holder-header > span {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #000 !important;
    letter-spacing: -0.01em !important;
}

/* Close button */
.search-holder .search-holder-close {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: opacity 0.2s !important;
    border-radius: 50% !important;
}
.search-holder .search-holder-close:hover {
    opacity: 0.5 !important;
}
.search-holder .search-holder-close i {
    font-size: 18px !important;
    color: #000 !important;
}

/* Search form — no border on form itself (results are inside it) */
.search-holder .search-form {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    padding-bottom: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    flex-wrap: wrap !important;
}
/* Border goes on the input, not the form */
.search-holder .search-form .form-control,
.search-holder .search-form input[type="search"] {
    flex: 1 !important;
    border: none !important;
    border-bottom: 2px solid #000 !important;
    outline: none !important;
    background: transparent !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #000 !important;
    padding: 8px 0 12px !important;
    height: auto !important;
    line-height: 1.4 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.search-holder .search-form .form-control::placeholder,
.search-holder .search-form input[type="search"]::placeholder {
    color: #aaa !important;
    font-weight: 400 !important;
}

/* Hide category dropdown — cleaner look */
.search-holder .search-form select,
.search-holder .search-form #categories {
    display: none !important;
}

/* Submit button */
.search-holder .search-form .btn,
.search-holder .search-form button[type="submit"] {
    background: transparent !important;
    border: none !important;
    padding: 8px !important;
    cursor: pointer !important;
    transition: opacity 0.2s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.search-holder .search-form .btn:hover,
.search-holder .search-form button[type="submit"]:hover {
    opacity: 0.5 !important;
}
.search-holder .search-form .btn i,
.search-holder .search-form button[type="submit"] i {
    font-size: 20px !important;
    color: #000 !important;
}

/* Helper message */
.search-holder .search-holder-message {
    margin-top: 16px !important;
}
.search-holder .search-holder-message span {
    font-size: 13px !important;
    color: #aaa !important;
    font-weight: 400 !important;
}

/* Tags section (if it appears) */
.search-holder .search-holder-tags {
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    margin-top: 24px !important;
    padding-top: 24px !important;
}
.search-holder .search-holder-tags .tags-title {
    font-size: 11px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    color: #888 !important;
    margin-bottom: 12px !important;
}
.search-holder .search-holder-tags a {
    display: inline-block !important;
    padding: 6px 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 25px !important;
    font-size: 12px !important;
    color: #000 !important;
    text-decoration: none !important;
    margin: 0 6px 6px 0 !important;
    transition: all 0.2s !important;
}
.search-holder .search-holder-tags a:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* ==========================================================
   Clotya Built-in AJAX Search Results (.klb-search-results)
   Minimal overrides — don't break plugin positioning
   ========================================================== */

/* Results container — clean, no borders */
.klb-search-results {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
    border-radius: 8px !important;
    background: #fff !important;
    overflow: hidden !important;
    outline: none !important;
}

/* Results list */
.klb-search-results ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Each result item */
.klb-search-results ul li {
    padding: 12px 16px !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04) !important;
    transition: background 0.15s !important;
}
.klb-search-results ul li:last-child {
    border-bottom: none !important;
}
.klb-search-results ul li:hover {
    background: #fafafa !important;
}

/* Product image */
.klb-search-results .search-img img {
    width: 48px !important;
    height: 60px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
}

/* Product title */
.klb-search-results .search-content .product-title,
.klb-search-results .search-content h1 {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 0 4px !important;
    line-height: 1.4 !important;
}
.klb-search-results .search-content .product-title a,
.klb-search-results .search-content h1 a {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* Price — ALL BLACK, never red */
.klb-search-results .search-content .price {
    font-size: 13px !important;
    color: #000 !important;
}
.klb-search-results .search-content .price .woocommerce-Price-amount,
.klb-search-results .search-content .price bdi {
    color: #000 !important;
}
.klb-search-results .search-content .price ins,
.klb-search-results .search-content .price ins .woocommerce-Price-amount,
.klb-search-results .search-content .price ins bdi {
    color: #000 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.klb-search-results .search-content .price del,
.klb-search-results .search-content .price del .woocommerce-Price-amount,
.klb-search-results .search-content .price del bdi {
    color: #999 !important;
    font-weight: 400 !important;
}

/* Screen reader text */
.klb-search-results .screen-reader-text {
    display: none !important;
}

/* ==========================================================
   Global price color override (yalanext = black, never red)
   ========================================================== */
body .search-holder .price ins .woocommerce-Price-amount,
body .search-holder ins .woocommerce-Price-amount,
body .search-holder ins bdi,
body .search-holder .price ins bdi,
body .yxl-drawer-body ins .woocommerce-Price-amount,
body .yxl-drawer-body .price ins,
body .yxl-drawer-body ins bdi {
    color: #000 !important;
    text-decoration: none !important;
}
body .search-holder del bdi,
body .search-holder del .woocommerce-Price-amount,
body .yxl-drawer-body del bdi,
body .yxl-drawer-body del .woocommerce-Price-amount {
    color: #999 !important;
}

/* ==========================================================
   Search Results Page (if user presses Enter)
   ========================================================== */
.woocommerce-result-count {
    font-size: 13px !important;
    color: #888 !important;
}
.woocommerce-ordering select {
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 25px !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    color: #000 !important;
    background: #fff !important;
}

/* ------- Admin bar offset ------- */
.admin-bar .yxl-header {
    top: 32px !important;
}
@media (max-width: 782px) {
    .admin-bar .yxl-header {
        top: 46px !important;
    }
}

/* ------- Search responsive ------- */
@media (max-width: 768px) {
    .search-holder .search-holder-inner {
        padding-top: 60px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .search-holder .search-holder-header > span {
        font-size: 1rem !important;
    }
    .search-holder .search-form .form-control,
    .search-holder .search-form input[type="search"] {
        font-size: 16px !important;
    }
}

/* ==========================================================
   Preloader — hide parent's (ours is inline in header.php)
   ========================================================== */
.site-loading {
    display: none !important;
}

/* Footer styles moved to assets/css/footer.css */

/* === YALANEXT_LOGO_BUMP â€” slightly larger logo overrides Kirki inline styles === */
.site-header .header-main .site-brand img,
.site-header .header-sticky .site-brand img {
    width: 200px !important;
    max-width: 200px !important;
}
.site-header .header-mobile .site-brand img {
    width: 110px !important;
    max-width: 110px !important;
}
.site-offcanvas .site-brand img {
    width: 170px !important;
    max-width: 170px !important;
}

/* ============================================
   YalaNext - Elegant error notice styling
   (success/info already hidden above; only errors visible)
   ============================================ */
.woocommerce-error,
ul.woocommerce-error {
    list-style: none !important;
    margin: 40px auto 32px !important;
    padding: 40px 44px !important;
    border: none !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #000 !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    line-height: 1.65 !important;
    text-align: center !important;
    position: relative !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08), 0 0 0 1px rgba(0,0,0,0.05) !important;
    animation: yxl-notice-slide 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: block !important;
    /* Match the website content width — leaves the same white gutter on left/right as the content below */
    max-width: 1300px !important;
    width: calc(100% - 48px) !important;
    box-sizing: border-box !important;
}

/* On checkout & cart pages: left-aligned text (errors usually contain multiple field-level messages) */
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout ul.woocommerce-error,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart ul.woocommerce-error {
    text-align: left !important;
}
.woocommerce-checkout .woocommerce-error li,
.woocommerce-checkout ul.woocommerce-error li,
.woocommerce-cart .woocommerce-error li,
.woocommerce-cart ul.woocommerce-error li {
    text-align: left !important;
    padding-left: 0 !important;
}
.woocommerce-checkout .woocommerce-error::before,
.woocommerce-checkout ul.woocommerce-error::before,
.woocommerce-cart .woocommerce-error::before,
.woocommerce-cart ul.woocommerce-error::before {
    text-align: left !important;
    text-indent: 0 !important;
}
/* On checkout, if multiple field-error <li>s, stack with spacing */
.woocommerce-checkout .woocommerce-error li + li,
.woocommerce-checkout ul.woocommerce-error li + li,
.woocommerce-cart .woocommerce-error li + li,
.woocommerce-cart ul.woocommerce-error li + li {
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid rgba(0,0,0,0.06) !important;
}
/* Buttons inside checkout/cart errors stay centered within the left-aligned column */
.woocommerce-checkout .woocommerce-error a.button,
.woocommerce-checkout ul.woocommerce-error a.button,
.woocommerce-cart .woocommerce-error a.button,
.woocommerce-cart ul.woocommerce-error a.button {
    margin-left: 0 !important;
    margin-right: auto !important;
}
.woocommerce-error::before,
ul.woocommerce-error::before {
    content: "NOTICE" !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 18px !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.35em !important;
    text-transform: uppercase !important;
    color: #000 !important;
    background-image: none !important;
    background-color: transparent !important;
    position: static !important;
    transform: none !important;
    padding: 0 0 14px !important;
    border-bottom: 1px solid rgba(0,0,0,0.12) !important;
    text-indent: 0.35em !important;
}
.woocommerce-error li,
ul.woocommerce-error li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    text-align: center !important;
    color: #000 !important;
    display: block !important;
    flex: none !important;
    flex-direction: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
    width: 100% !important;
}

/* "View cart" button (and any .button inside an error notice) — rounded pill matching brand */
.woocommerce-error a.button,
.woocommerce-error .button,
.woocommerce-error a.wc-forward,
ul.woocommerce-error a.button,
ul.woocommerce-error .button,
ul.woocommerce-error a.wc-forward {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 44px auto 0 !important;
    padding: 14px 30px !important;
    background: #000 !important;
    color: #fff !important;
    border: 1.5px solid #000 !important;
    border-radius: 25px !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.15em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: background 0.22s ease, color 0.22s ease !important;
    box-shadow: none !important;
    float: none !important;
    text-align: center !important;
    text-indent: 0.15em !important; /* compensate trailing letter-spacing so text appears centered */
    min-height: 44px !important;
    box-sizing: border-box !important;
}
.woocommerce-error a.button:hover,
.woocommerce-error .button:hover,
.woocommerce-error a.wc-forward:hover,
ul.woocommerce-error a.button:hover,
ul.woocommerce-error .button:hover,
ul.woocommerce-error a.wc-forward:hover {
    background: #fff !important;
    color: #000 !important;
}

/* Plain text links inside the notice (non-button anchors) */
.woocommerce-error li a:not(.button):not(.wc-forward),
ul.woocommerce-error li a:not(.button):not(.wc-forward) {
    color: #000 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    font-weight: 500 !important;
}

@keyframes yxl-notice-slide {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Tablet / iPad */
@media (max-width: 1024px) {
    .woocommerce-error,
    ul.woocommerce-error {
        margin: 32px auto 28px !important;
        padding: 34px 32px !important;
        font-size: 14.5px !important;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .woocommerce-error,
    ul.woocommerce-error {
        margin: 24px auto 24px !important;
        padding: 30px 22px !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        border-radius: 14px !important;
    }
    .woocommerce-error::before,
    ul.woocommerce-error::before {
        font-size: 9px !important;
        letter-spacing: 0.3em !important;
        margin-bottom: 16px !important;
        padding-bottom: 14px !important;
    }
    .woocommerce-error a.button,
    .woocommerce-error .button,
    .woocommerce-error a.wc-forward,
    ul.woocommerce-error a.button,
    ul.woocommerce-error .button,
    ul.woocommerce-error a.wc-forward {
        margin-top: 38px !important;
        padding: 13px 26px !important;
        text-indent: 0.13em !important;
        letter-spacing: 0.13em !important;
        line-height: 1 !important;
    }
    .woocommerce-error a.button,
    .woocommerce-error .button,
    .woocommerce-error a.wc-forward,
    ul.woocommerce-error a.button,
    ul.woocommerce-error .button,
    ul.woocommerce-error a.wc-forward {
        padding: 11px 24px !important;
        font-size: 10.5px !important;
        letter-spacing: 0.15em !important;
    }
}

/* yxl-hide-demo-nav â€” kill the unused horizontal menu that's leaking the Clotya demo items into the hero */
.yxl-header .site-nav.horizontal.primary.yxl-nav { display: none !important; }
