:root {
    --theme-top-bar-bg: #1E1E24;
    --theme-search-bar-bg: #111827;
    --theme-navbar-bg: #FFFFFF;
    --theme-desktop-navbar-bg: #FFFFFF;
    --theme-desktop-navbar-font: #111827;
    --theme-mobile-navbar-bg: #1E1E24;
    --theme-mobile-navbar-font: #FFFFFF;
    --theme-track-order-bg: #374151;
    --theme-track-order-color: #FFFFFF;
    --theme-login-bg: #374151;
    --theme-login-color: #FFFFFF;
    --theme-cart-bg: #C27803;
    --theme-cart-color: #FFFFFF;
    --theme-toggle-color: #FFFFFF;
    --theme-search-icon-color: #FFFFFF;
    --product-card-btn-bg: #1E1E24;
    --product-card-btn-hover: #C27803;
    --product-card-btn-color: #FFFFFF;
    --product-card-badge-bg: #C27803;
    --product-card-badge-color: #FFFFFF;
    --product-card-price-color: #C27803;
    --card-bg: #ffffff;
    --card-border: #e5e7eb;
    --card-title: #111827;
    --card-old-price: #9ca3af;
    --card-image-bg: #f9fafb;
    --theme-container-width: 1520px;
    --card-radius: 12;
    --card-body-padding: 12;
    --card-shadow-opacity: 0.08;
    --theme-view-details-bg: #f3f4f6;
    --theme-view-details-color: #1f2937;
    --theme-primary: #1E1E24;
    --theme-accent: #C27803;
    --theme-mobile-home-bg: #C27803;
    --theme-surface: #ffffff;
    --theme-section-bg: #fafafa;
    --theme-text: #111827;
    --theme-muted: #6b7280;
    --theme-footer-top-bg: #18181B;
    --theme-footer-text: #D4D4D8;
    --theme-footer-heading: #FFFFFF;
    --theme-footer-link: #E4E4E7;
    --theme-footer-link-hover: #F59E0B;
    --theme-footer-accent: #F59E0B;
    --theme-footer-bottom-bg: #09090B;
    --theme-footer-bottom-text: #A1A1AA;
}
