:root {
    --theme-top-bar-bg: #0F172A;
    --theme-search-bar-bg: #0F172A;
    --theme-navbar-bg: #FFFFFF;
    --theme-desktop-navbar-bg: #0F172A;
    --theme-desktop-navbar-font: #FFFFFF;
    --theme-mobile-navbar-bg: #0F172A;
    --theme-mobile-navbar-font: #FFFFFF;
    --theme-track-order-bg: #334155;
    --theme-track-order-color: #FFFFFF;
    --theme-login-bg: #334155;
    --theme-login-color: #FFFFFF;
    --theme-cart-bg: #D97706;
    --theme-cart-color: #FFFFFF;
    --theme-toggle-color: #FFFFFF;
    --theme-search-icon-color: #FFFFFF;
    --product-card-btn-bg: #0F172A;
    --product-card-btn-hover: #D97706;
    --product-card-btn-color: #FFFFFF;
    --product-card-badge-bg: #D97706;
    --product-card-badge-color: #FFFFFF;
    --product-card-price-color: #D97706;
    --card-bg: #ffffff;
    --card-border: #e2e8f0;
    --card-title: #0f172a;
    --card-old-price: #94a3b8;
    --card-image-bg: #f8fafc;
    --theme-container-width: 1520px;
    --card-radius: 12;
    --card-body-padding: 12;
    --card-shadow-opacity: 0.08;
    --theme-view-details-bg: #f1f5f9;
    --theme-view-details-color: #0f172a;
    --theme-primary: #0F172A;
    --theme-accent: #D97706;
    --theme-mobile-home-bg: #D97706;
    --theme-surface: #ffffff;
    --theme-section-bg: #f8fafc;
    --theme-text: #0f172a;
    --theme-muted: #64748b;
    --theme-footer-top-bg: #0F172A;
    --theme-footer-text: #94A3B8;
    --theme-footer-heading: #FFFFFF;
    --theme-footer-link: #94A3B8;
    --theme-footer-link-hover: #FBBF24;
    --theme-footer-accent: #D97706;
    --theme-footer-bottom-bg: #080D1A;
    --theme-footer-bottom-text: #94A3B8;
}
