/*
Theme Name: BuyDeals Enterprise Theme (Jumia & Konga Style)
Theme URI: https://buydeal.com.ng
Author: BuyDeals Engineering Team
Version: 2.0.0
Description: Enterprise, high-converting e-commerce marketplace theme styled like Jumia, Konga, and Amazon with Elementor support.
Text Domain: buydeals
*/

:root {
    --bd-primary: #0F52BA; /* Official Electric Blue (#0F52BA) */
    --bd-primary-hover: #0C449B;
    --bd-secondary: #0B1F3A; /* Official Dark Navy (#0B1F3A) */
    --bd-orange: #FF7A00; /* Official Electric Orange (#FF7A00) */
    --bd-accent: #FF7A00; /* Official Electric Orange (#FF7A00) */
    --bd-accent-hover: #E06B00;
    --bd-gold: #F59E0B;
    --bd-bg: #F5F7FA; /* Official Light Background (#F5F7FA) */
    --bd-card-bg: #FFFFFF;
    --bd-text: #1E293B;
    --bd-text-muted: #64748B;
    --bd-border: #E2E8F0;
    --bd-font-heading: 'Poppins', sans-serif;
    --bd-font-body: 'Inter', sans-serif;
    --bd-shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --bd-shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --bd-shadow-lg: 0 12px 24px rgba(0,0,0,0.12);
    --bd-radius-sm: 4px;
    --bd-radius-md: 8px;
    --bd-radius-lg: 12px;
}

body {
    font-family: var(--bd-font-body);
    color: var(--bd-text);
    background-color: var(--bd-bg);
    margin: 0;
    padding: 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--bd-font-heading);
    font-weight: 700;
    color: var(--bd-secondary);
    margin-top: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s ease;
}
a:hover {
    color: var(--bd-primary);
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

/* TOP ANNOUNCEMENT BAR (JUMIA / KONGA STYLE) */
.bd-top-bar {
    background-color: #020617;
    color: #94A3B8;
    font-size: 12px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.bd-top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bd-top-links a {
    color: #CBD5E1;
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.bd-top-links a:hover {
    color: var(--bd-primary);
}

/* HEADER MAIN (JUMIA / AMAZON STYLE) */
.bd-header-main {
    background: #0F172A;
    color: #FFFFFF;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--bd-shadow-md);
}
.bd-header-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.bd-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 28px;
    font-weight: 900;
    font-family: var(--bd-font-heading);
    color: #FFFFFF;
    letter-spacing: -0.5px;
}
.bd-logo span {
    color: var(--bd-primary);
}

/* JUMIA SEARCH BAR WITH CATEGORY SELECT */
.bd-search-wrapper {
    display: flex;
    flex: 1;
    max-width: 680px;
    background: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.bd-search-cat-select {
    background: #F8FAFC;
    border: none;
    border-right: 1px solid #E2E8F0;
    padding: 0 12px;
    font-size: 13px;
    color: #334155;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}
.bd-search-input {
    flex: 1;
    border: none;
    padding: 12px 16px;
    font-size: 14px;
    outline: none;
    color: #1E293B;
}
.bd-search-btn {
    background: var(--bd-primary);
    color: #FFFFFF;
    border: none;
    padding: 0 24px;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.bd-search-btn:hover {
    background: var(--bd-primary-hover);
}

/* HEADER USER ACTIONS */
.bd-header-actions {
    display: flex;
    align-items: center;
    gap: 22px;
}
.bd-user-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.bd-user-btn i {
    font-size: 22px;
    color: var(--bd-primary);
}

.bd-cart-btn {
    background: var(--bd-primary);
    color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 14px;
}
.bd-cart-btn:hover {
    background: var(--bd-primary-hover);
    color: #FFFFFF;
}
.bd-cart-count {
    background: #FFFFFF;
    color: var(--bd-primary);
    font-size: 12px;
    padding: 2px 7px;
    border-radius: 10px;
    font-weight: 800;
}

/* NAVIGATION MEGA MENU BAR */
.bd-nav-bar {
    background: #1E293B;
    color: #F8FAFC;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.bd-nav-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bd-nav-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}
.bd-nav-bar a {
    color: #E2E8F0;
    padding: 10px 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 13px;
}
.bd-nav-bar a:hover {
    color: var(--bd-primary);
}

/* JUMIA 3-COLUMN HERO GRID */
.bd-hero-grid {
    display: grid;
    grid-template-columns: 240px 1fr 260px;
    gap: 15px;
    margin-top: 15px;
}

/* LEFT VERTICAL CATEGORY MENU (JUMIA STYLE) */
.bd-cat-vertical {
    background: #FFFFFF;
    border-radius: var(--bd-radius-md);
    box-shadow: var(--bd-shadow-sm);
    border: 1px solid var(--bd-border);
    overflow: hidden;
}
.bd-cat-vertical ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bd-cat-vertical li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    color: #334155;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #F8FAFC;
}
.bd-cat-vertical li a:hover {
    background: #FFF7ED;
    color: var(--bd-primary);
    font-weight: 700;
    padding-left: 18px;
}

/* CENTER PROMO SLIDER BANNER */
.bd-hero-slider {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    border-radius: var(--bd-radius-md);
    color: #FFFFFF;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--bd-shadow-md);
    border: 1px solid rgba(255,255,255,0.05);
}
.bd-hero-badge {
    background: var(--bd-primary);
    color: #FFF;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 15px;
}
.bd-hero-title {
    font-size: 34px;
    color: #FFFFFF;
    line-height: 1.2;
    margin: 0 0 12px 0;
}
.bd-hero-sub {
    font-size: 15px;
    color: #94A3B8;
    margin-bottom: 25px;
    max-width: 460px;
}
.bd-btn-orange {
    background: var(--bd-primary);
    color: #FFFFFF;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    box-shadow: 0 4px 10px rgba(249, 115, 22, 0.3);
}
.bd-btn-orange:hover {
    background: var(--bd-primary-hover);
    color: #FFFFFF;
}

/* RIGHT PROMO CARDS (JUMIA STYLE) */
.bd-hero-right-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bd-promo-card-mini {
    background: #FFFFFF;
    border-radius: var(--bd-radius-md);
    padding: 15px;
    border: 1px solid var(--bd-border);
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--bd-shadow-sm);
}
.bd-promo-card-mini i {
    font-size: 28px;
    color: var(--bd-primary);
}

/* JUMIA FLASH SALES BANNER BLOCK */
.bd-flash-sale-box {
    background: #FFFFFF;
    border-radius: var(--bd-radius-md);
    border: 1px solid var(--bd-border);
    margin-top: 25px;
    overflow: hidden;
    box-shadow: var(--bd-shadow-sm);
}
.bd-flash-header {
    background: linear-gradient(90deg, #E11D48 0%, #F97316 100%);
    color: #FFFFFF;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bd-flash-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 800;
}
.bd-countdown-timer {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 800;
    font-size: 14px;
}
.bd-countdown-timer span {
    background: #000000;
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 4px;
}

/* CATEGORY BUBBLE GRID */
.bd-category-bubbles {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
    margin-top: 25px;
}
.bd-cat-bubble {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 15px 10px;
    text-align: center;
    border: 1px solid var(--bd-border);
    box-shadow: var(--bd-shadow-sm);
    transition: transform 0.2s ease;
}
.bd-cat-bubble:hover {
    transform: translateY(-4px);
    border-color: var(--bd-primary);
}
.bd-cat-bubble i {
    font-size: 26px;
    color: var(--bd-primary);
    margin-bottom: 8px;
    display: block;
}
.bd-cat-bubble span {
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    display: block;
}

/* JUMIA & AMAZON PRODUCT CARDS */
.bd-product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 15px;
}
.bd-product-card {
    background: #FFFFFF;
    border-radius: var(--bd-radius-md);
    border: 1px solid var(--bd-border);
    padding: 12px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.2s ease;
}
.bd-product-card:hover {
    box-shadow: var(--bd-shadow-lg);
    border-color: var(--bd-primary);
    transform: translateY(-3px);
}
.bd-tag-discount {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #FFF1F2;
    color: #E11D48;
    font-weight: 800;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 2;
}
.bd-product-img {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background: #F8FAFC;
    border-radius: 4px;
}
.bd-product-img img {
    max-height: 140px;
    max-width: 100%;
    object-fit: contain;
}
.bd-product-name {
    font-size: 13px;
    font-weight: 600;
    color: #1E293B;
    line-height: 1.4;
    height: 36px;
    overflow: hidden;
    margin-bottom: 6px;
}
.bd-product-price {
    font-size: 17px;
    font-weight: 800;
    color: var(--bd-secondary);
}
.bd-product-old-price {
    font-size: 12px;
    color: #94A3B8;
    text-decoration: line-through;
    margin-left: 6px;
}
.bd-stock-bar-wrap {
    background: #E2E8F0;
    border-radius: 10px;
    height: 6px;
    margin-top: 8px;
    overflow: hidden;
}
.bd-stock-bar-fill {
    background: var(--bd-primary);
    height: 100%;
    border-radius: 10px;
}
.bd-stock-text {
    font-size: 10px;
    color: #64748B;
    margin-top: 3px;
}
.bd-btn-buy {
    width: 100%;
    background: var(--bd-primary);
    color: #FFFFFF;
    border: none;
    padding: 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    margin-top: 10px;
    cursor: pointer;
}
.bd-btn-buy:hover {
    background: var(--bd-primary-hover);
}

/* MOBILE BOTTOM APP NAVIGATION (JUMIA STYLE) */
.bd-mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-top: 1px solid var(--bd-border);
    padding: 8px 0;
    z-index: 9999;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.05);
}
.bd-mobile-bottom-nav .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bd-mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    color: #64748B;
    font-weight: 600;
}
.bd-mobile-nav-item i {
    font-size: 18px;
    margin-bottom: 2px;
}
.bd-mobile-nav-item.active {
    color: var(--bd-primary);
}

@media (max-width: 992px) {
    .bd-hero-grid {
        grid-template-columns: 1fr;
    }
    .bd-cat-vertical {
        display: none;
    }
    .bd-category-bubbles {
        grid-template-columns: repeat(4, 1fr);
    }
    .bd-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bd-mobile-bottom-nav {
        display: block;
    }
}

/* MOBILE TOGGLE BUTTON */
.bd-mobile-toggle-btn {
    display: none;
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 24px;
    cursor: pointer;
    padding: 6px;
}

/* OFF-CANVAS SLIDE-OUT DRAWER */
.bd-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.75);
    backdrop-filter: blur(4px);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.bd-drawer-overlay.open {
    opacity: 1;
    visibility: visible;
}

.bd-offcanvas-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    background: #FFFFFF;
    z-index: 10001;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 8px 0 24px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.bd-offcanvas-drawer.open {
    transform: translateX(0);
}

.bd-drawer-header {
    background: #0F172A;
    color: #FFFFFF;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bd-drawer-close {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.bd-drawer-body {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}
.bd-drawer-title {
    font-size: 11px;
    font-weight: 800;
    color: #94A3B8;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.bd-drawer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bd-drawer-menu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 10px;
    color: #1E293B;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #F1F5F9;
    border-radius: 6px;
}
.bd-drawer-menu li a:hover {
    background: #FFF7ED;
    color: var(--bd-primary);
}

.bd-badge-new {
    background: #E11D48;
    color: #FFF;
    font-size: 9px;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: auto;
}

@media (max-width: 992px) {
    .bd-mobile-toggle-btn {
        display: block;
    }
    .bd-header-main .bd-logo {
        font-size: 22px;
    }
    .bd-search-cat-select {
        display: none;
    }
    .bd-header-actions {
        gap: 12px;
    }
    .bd-user-btn span {
        display: none;
    }
}

/* SINGLE PRODUCT PAGE STYLES */
.bd-single-container {
    background: #FFFFFF;
    border-radius: var(--bd-radius-md);
    border: 1px solid var(--bd-border);
    padding: 30px;
    box-shadow: var(--bd-shadow-sm);
    margin-top: 20px;
}

.bd-gallery-main {
    background: #F8FAFC;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    border: 1px solid var(--bd-border);
    position: relative;
}
.bd-gallery-main img {
    max-height: 380px;
    width: auto;
    object-fit: contain;
}

.bd-gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.bd-thumb-item {
    width: 70px;
    height: 70px;
    border: 2px solid var(--bd-border);
    border-radius: 6px;
    padding: 5px;
    cursor: pointer;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bd-thumb-item.active, .bd-thumb-item:hover {
    border-color: var(--bd-primary);
}

.bd-product-meta-header {
    border-bottom: 1px solid var(--bd-border);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.bd-savings-tag {
    background: #DC2626;
    color: #FFF;
    font-size: 12px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
}

/* DELIVERY ESTIMATOR BOX */
.bd-delivery-box {
    background: #FFF7ED;
    border: 1px solid #FFEDD5;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
}
.bd-delivery-title {
    font-size: 13px;
    font-weight: 700;
    color: #7C2D12;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.bd-delivery-select {
    width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #FDBA74;
    font-size: 13px;
    background: #FFF;
    color: #334155;
    outline: none;
    margin-bottom: 8px;
}

/* TABBED SPECS TABLE */
.bd-tabs-wrapper {
    margin-top: 40px;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid var(--bd-border);
    overflow: hidden;
}
.bd-tabs-nav {
    display: flex;
    background: #0F172A;
    border-bottom: 1px solid var(--bd-border);
}
.bd-tab-btn {
    padding: 14px 24px;
    color: #94A3B8;
    font-weight: 700;
    font-size: 14px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}
.bd-tab-btn.active, .bd-tab-btn:hover {
    color: #FFF;
    background: var(--bd-primary);
}
.bd-tab-content {
    padding: 30px;
    display: none;
}
.bd-tab-content.active {
    display: block;
}

.bd-specs-table {
    width: 100%;
    border-collapse: collapse;
}
.bd-specs-table tr:nth-child(even) {
    background: #F8FAFC;
}
.bd-specs-table td {
    padding: 12px 16px;
    font-size: 14px;
    border-bottom: 1px solid var(--bd-border);
}
.bd-specs-table td:first-child {
    font-weight: 700;
    color: var(--bd-secondary);
    width: 30%;
}

/* STICKY ADD TO CART BAR */
.bd-sticky-cart-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0F172A;
    color: #FFF;
    padding: 12px 0;
    z-index: 9998;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.15);
    display: none;
}
.bd-sticky-cart-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bd-sticky-product-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.bd-sticky-product-info img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    background: #FFF;
    border-radius: 4px;
    padding: 2px;
}


/* WOOCOMMERCE COMPLETE LAYOUT RESET & CONSISTENCY FIXES */
.woocommerce, .woocommerce-page {
    width: 100%;
}

.woocommerce img, .woocommerce-page img {
    max-width: 100%;
    height: auto;
}

/* WOOCOMMERCE NOTICES */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
    padding: 14px 20px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    list-style: none !important;
}
.woocommerce-message {
    background-color: #ECFDF5 !important;
    border: 1px solid #10B981 !important;
    color: #065F46 !important;
}
.woocommerce-info {
    background-color: #EFF6FF !important;
    border: 1px solid #3B82F6 !important;
    color: #1E40AF !important;
}
.woocommerce-error {
    background-color: #FEF2F2 !important;
    border: 1px solid #EF4444 !important;
    color: #991B1B !important;
}

/* CART & CHECKOUT TABLES */
.woocommerce-cart-form, .woocommerce-checkout {
    background: #FFFFFF;
}
.shop_table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid var(--bd-border) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin-bottom: 25px !important;
}
.shop_table th {
    background: #0F172A !important;
    color: #FFFFFF !important;
    padding: 12px 16px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
}
.shop_table td {
    padding: 14px 16px !important;
    border-bottom: 1px solid var(--bd-border) !important;
    font-size: 14px !important;
}

/* CHECKOUT FORM LAYOUT */
.col2-set {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
    margin-bottom: 30px !important;
}
@media (max-width: 768px) {
    .col2-set {
        grid-template-columns: 1fr !important;
    }
}

.woocommerce-billing-fields input, .woocommerce-shipping-fields input, .woocommerce-checkout select, textarea {
    width: 100% !important;
    padding: 10px 14px !important;
    border-radius: 6px !important;
    border: 1px solid #CBD5E1 !important;
    font-size: 14px !important;
    margin-top: 4px !important;
    margin-bottom: 15px !important;
    box-sizing: border-box !important;
}

/* BUTTON CONSISTENCY */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, a.button, button.button {
    background-color: var(--bd-primary) !important;
    color: #FFFFFF !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    display: inline-block !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: var(--bd-primary-hover) !important;
    color: #FFFFFF !important;
}

/* FIX OVERLAPS */
body {
    padding-bottom: 60px;
}

/* MOBILE VIEW & TOUCH TARGET ENHANCEMENTS */
@media (max-width: 768px) {
    .bd-top-bar {
        font-size: 11px;
        text-align: center;
    }
    .bd-top-links {
        display: none;
    }
    .bd-header-main .container {
        padding: 0 10px;
    }
    .bd-logo img {
        height: 36px !important;
    }
    .bd-search-wrapper {
        margin: 0 5px;
    }
    .bd-search-input {
        padding: 8px 10px !important;
        font-size: 12px !important;
    }
    .bd-search-btn {
        padding: 0 14px !important;
        font-size: 12px !important;
    }
    
    /* Touch Target Min Height */
    .bd-mobile-nav-item, .bd-drawer-menu li a {
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    /* Category Bubbles Horizontal Scroll on Mobile */
    .bd-category-bubbles {
        display: flex !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        padding-bottom: 10px !important;
        gap: 10px !important;
        -webkit-overflow-scrolling: touch;
    }
    .bd-cat-bubble {
        min-width: 100px !important;
        flex: 0 0 auto !important;
        scroll-snap-align: start !important;
    }

    .bd-hero-slider {
        padding: 20px !important;
        min-height: 280px !important;
    }
    .bd-hero-title {
        font-size: 24px !important;
    }
    .bd-hero-sub {
        font-size: 13px !important;
    }
    
    .bd-product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
}

/* HIGH-CONVERSION REFERENCE PRODUCT PAGE STYLES */
.bd-gallery-vertical-wrapper {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 15px;
}
@media (max-width: 768px) {
    .bd-gallery-vertical-wrapper {
        grid-template-columns: 1fr;
    }
    .bd-thumb-strip {
        flex-direction: row !important;
        overflow-x: auto;
    }
}

.bd-thumb-strip {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bd-thumb-box {
    width: 75px;
    height: 75px;
    border: 2px solid #E2E8F0;
    border-radius: 6px;
    padding: 4px;
    background: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.bd-thumb-box.active, .bd-thumb-box:hover {
    border-color: #0F52BA;
    box-shadow: 0 0 0 2px rgba(15, 82, 186, 0.2);
}

.bd-highlight-pills {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 15px;
}
.bd-pill-item {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #334155;
}
.bd-pill-item i {
    font-size: 16px;
    color: #0F52BA;
    display: block;
    margin-bottom: 4px;
}

/* PAY LATER & PROTECTION OPTIONS BOX */
.bd-pay-later-box {
    background: #F8FAFC;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    padding: 14px;
    margin: 15px 0;
}
.bd-pay-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 12px;
}
.bd-pay-option:last-child {
    margin-bottom: 0;
}
.bd-pay-option.selected {
    border-color: #0F52BA;
    background: #EFF6FF;
}

/* WHAT'S IN THE BOX VISUAL MODULE */
.bd-in-the-box-section {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    text-align: center;
}
.bd-box-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
}
.bd-box-item {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 15px 25px;
    font-size: 13px;
    font-weight: 700;
    color: #0B1F3A;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}
.bd-box-item i {
    font-size: 28px;
    color: #FF7A00;
    display: block;
    margin-bottom: 8px;
}

/* ACCORDION SPECS SECTION */
.bd-accordion-group {
    margin-top: 30px;
}
.bd-accordion-item {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}
.bd-accordion-header {
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #0B1F3A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #FFFFFF;
    transition: background 0.2s ease;
}
.bd-accordion-header:hover {
    background: #F8FAFC;
}
.bd-accordion-content {
    padding: 0 20px 20px 20px;
    display: none;
    font-size: 14px;
    color: #334155;
    line-height: 1.7;
    border-top: 1px solid #F1F5F9;
}
.bd-accordion-item.active .bd-accordion-content {
    display: block;
}
.bd-accordion-item.active .bd-accordion-header i.fa-chevron-down {
    transform: rotate(180deg);
}

/* DARK FAQ & INQUIRY SECTION */
.bd-dark-faq-section {
    background: #0B1F3A;
    color: #FFFFFF;
    border-radius: 16px;
    padding: 40px;
    margin-top: 40px;
}
.bd-dark-faq-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
}
@media (max-width: 768px) {
    .bd-dark-faq-grid {
        grid-template-columns: 1fr;
    }
    .bd-dark-faq-section {
        padding: 20px;
    }
}

.bd-dark-faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 14px 0;
}
.bd-dark-faq-question {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.bd-dark-faq-answer {
    font-size: 13px;
    color: #94A3B8;
    margin-top: 8px;
    display: none;
    line-height: 1.6;
}
.bd-dark-faq-item.active .bd-dark-faq-answer {
    display: block;
}

.bd-inquiry-box {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 25px;
}
.bd-inquiry-box input, .bd-inquiry-box textarea {
    width: 100%;
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #334155;
    background: #0F172A;
    color: #FFF;
    font-size: 13px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

/* PREMIUM BUTTON DESIGN SYSTEM & MICRO-INTERACTIONS */
.bd-btn-whatsapp, a.bd-btn-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%) !important;
    color: #FFFFFF !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    padding: 14px 24px !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.bd-btn-whatsapp:hover, a.bd-btn-whatsapp:hover {
    background: linear-gradient(135deg, #22C55E 0%, #0E9F6E 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45) !important;
}

.bd-btn-orange, a.bd-btn-orange {
    background: linear-gradient(135deg, #FF7A00 0%, #E06B00 100%) !important;
    color: #FFFFFF !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    padding: 14px 24px !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(255, 122, 0, 0.3) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.bd-btn-orange:hover, a.bd-btn-orange:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(255, 122, 0, 0.4) !important;
}

.bd-btn-navy, a.bd-btn-navy {
    background: linear-gradient(135deg, #0B1F3A 0%, #0F52BA 100%) !important;
    color: #FFFFFF !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    padding: 14px 24px !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(11, 31, 58, 0.25) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
    cursor: pointer !important;
}
.bd-btn-navy:hover, a.bd-btn-navy:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(15, 82, 186, 0.35) !important;
}

/* COMPREHENSIVE MOBILE RESPONSIVENESS (320px - 768px) */
@media (max-width: 768px) {
    /* Container Padding */
    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* Single Product 1-Column Layout */
    .bd-single-container {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    /* Gallery Vertical Strip becomes horizontal swipe row on mobile */
    .bd-gallery-vertical-wrapper {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    .bd-thumb-strip {
        flex-direction: row !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        padding-bottom: 6px !important;
    }
    .bd-thumb-box {
        width: 60px !important;
        height: 60px !important;
        flex: 0 0 auto !important;
        scroll-snap-align: start !important;
    }
    .bd-gallery-main {
        text-align: center !important;
    }
    .bd-gallery-main img {
        max-height: 280px !important;
    }

    /* Highlight Pills Grid on Mobile */
    .bd-highlight-pills {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }

    /* Shop Page 1-Column Grid Layout */
    .bd-shop-container {
        grid-template-columns: 1fr !important;
    }
    .bd-shop-sidebar {
        display: none; /* Mobile filters toggleable via drawer */
    }
    .bd-product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    .bd-product-card {
        padding: 10px !important;
        border-radius: 8px !important;
    }
    .bd-product-img {
        height: 130px !important;
    }
    .bd-product-name {
        font-size: 12px !important;
        height: 36px !important;
        line-height: 1.4 !important;
    }
    .bd-product-price {
        font-size: 16px !important;
    }

    /* Mobile Bottom Navigation Bar Active Indicator */
    .bd-mobile-bottom-nav {
        background: #0B1F3A !important;
        box-shadow: 0 -4px 16px rgba(0,0,0,0.15) !important;
    }
    .bd-mobile-nav-item {
        color: #94A3B8 !important;
        font-size: 10px !important;
        font-weight: 700 !important;
    }
    .bd-mobile-nav-item i {
        font-size: 18px !important;
        margin-bottom: 3px !important;
    }
    .bd-mobile-nav-item.active {
        color: #FF7A00 !important;
    }

    /* Dark FAQ Section on Mobile */
    .bd-dark-faq-section {
        padding: 20px 15px !important;
        border-radius: 12px !important;
    }
    .bd-dark-faq-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    /* Sticky Mobile Cart Bar */
    .bd-sticky-cart-bar {
        padding: 8px 12px !important;
    }
    .bd-sticky-product-info img {
        width: 36px !important;
        height: 36px !important;
    }
}