/* Theme Default CSS Styles */
body.theme-default {
    background-color: var(--theme-menu-bg, #ffffff);
    color: var(--theme-text-body, #475569);
}
body.theme-default .store-header {
    background-color: var(--theme-header-bg, #ffffff);
}
body.theme-default h1, body.theme-default h2, body.theme-default h3, body.theme-default h4 {
    color: var(--theme-text-title, #0f172a);
}
body.theme-default .product-card {
    background-color: var(--theme-card-bg, #ffffff);
    border-color: var(--theme-card-border, #e2e8f0);
}
body.theme-default .btn-primary-action {
    background-color: var(--theme-primary-btn, #ff5e36);
    color: var(--theme-primary-btn-text, #ffffff);
}
body.theme-default .price-tag {
    color: var(--theme-price-tag, #10b981);
}
