﻿body.theme-ovit {
    --bg: #faf6f6;
    --surface: #ffffff;
    --surface-2: #f7eeee;
    --text: #2c1f1f;
    --text-soft: #7a5a5a;
    --line: #eadede;
    --primary: #d62828;
    --primary-contrast: #ffffff;
    --accent: #e63946;
    --accent-soft: #fdeaea;
    background: var(--bg);
    color: var(--text);
}

.theme-ovit .hdr-top,
.theme-ovit .mega-nav,
.theme-ovit .mobile-nav {
    background: #ffffff;
    border-color: var(--line);
}

.theme-ovit .hdr-top {
    background: linear-gradient(90deg, #d62828 0%, #a61b1b 100%);
    color: #fff;
}

.theme-ovit .hdr-main {
    background: linear-gradient(180deg, #ffffff 0%, #fdf5f5 100%);
}

.theme-ovit .hdr-logo-text {
    color: var(--primary);
}

.theme-ovit .hdr-links a {
    color: #fff;
}

.theme-ovit .hdr-search input,
.theme-ovit .listing-sort,
.theme-ovit .listing-filters,
.theme-ovit .plp-card,
.theme-ovit .cat-card,
.theme-ovit .promo-card,
.theme-ovit .prd-card {
    border-color: var(--line);
}

.theme-ovit .hdr-search button,
.theme-ovit .hero-btn,
.theme-ovit .promo-btn,
.theme-ovit .acc-drop a:hover,
.theme-ovit .mini-cart-btn {
    background: var(--primary);
    color: var(--primary-contrast);
}

.theme-ovit .plp-badge,
.theme-ovit .prd-badge,
.theme-ovit .acc-chip {
    background: var(--accent-soft);
    color: var(--primary);
}
