:root {
    --theme-top-bar-bg: #FFFFFF;
    --theme-search-bar-bg: #0F172A;
    --theme-navbar-bg: #FFFFFF;
    --theme-track-order-bg: #1E293B;
    --theme-track-order-color: #FFFFFF;
    --theme-login-bg: #1E293B;
    --theme-login-color: #FFFFFF;
    --theme-cart-bg: #0F172A;
    --theme-cart-color: #FFFFFF;
    --theme-toggle-color: #FFFFFF;
    --theme-search-icon-color: #FFFFFF;
    --product-card-btn-bg: #0284C7;
    --product-card-btn-hover: #0369A1;
    --product-card-btn-color: #FFFFFF;
    --product-card-badge-bg: #0284C7;
    --product-card-badge-color: #FFFFFF;
    --product-card-price-color: #0284C7;
    --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.12;
    --theme-view-details-bg: #f8fafc;
    --theme-view-details-color: #0f172a;
    --theme-primary: #0F172A;
    --theme-accent: #0284C7;
    --theme-surface: #ffffff;
    --theme-section-bg: #f8fafc;
    --theme-text: #0f172a;
    --theme-muted: #64748b;
    --theme-footer-top-bg: #0F172A;
    --theme-footer-text: #CBD5E1;
    --theme-footer-heading: #FFFFFF;
    --theme-footer-link: #F8FAFC;
    --theme-footer-link-hover: #0284C7;
    --theme-footer-accent: #0284C7;
    --theme-footer-bottom-bg: #020617;
    --theme-footer-bottom-text: #E2E8F0;
}
