:root {
    --theme-top-bar-bg: #ea5c10;
    --theme-search-bar-bg: #1e6db9;
    --theme-navbar-bg: #a39f9f;
    --theme-track-order-bg: #677279;
    --theme-track-order-color: #f3f4fb;
    --theme-login-bg: #f0f0f5;
    --theme-login-color: #b8b5c4;
    --theme-cart-bg: #677279;
    --theme-cart-color: #000000;
    --theme-toggle-color: #ffffff;
    --theme-search-icon-color: #212121;
    --product-card-btn-bg: #2c99dd;
    --product-card-btn-hover: #1c7eba;
    --product-card-btn-color: #ffffff;
    --product-card-badge-bg: #dc2626;
    --product-card-badge-color: #ffffff;
    --product-card-price-color: #111827;
    --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: #dc2626;
    --theme-surface: #ffffff;
    --theme-section-bg: #f8fafc;
    --theme-text: #0f172a;
    --theme-muted: #64748b;
    --theme-footer-top-bg: #020617;
    --theme-footer-text: #cbd5e1;
    --theme-footer-heading: #ffffff;
    --theme-footer-link: #f8fafc;
    --theme-footer-link-hover: #f59e0b;
    --theme-footer-accent: #f59e0b;
    --theme-footer-bottom-bg: #000000;
    --theme-footer-bottom-text: #e2e8f0;
}
