body.storefront-motorechi {
    background:
        radial-gradient(circle at top right, rgba(0, 92, 185, 0.2), transparent 28%),
        radial-gradient(circle at top left, rgba(0, 63, 128, 0.16), transparent 26%),
        linear-gradient(180deg, #002a54 0%, #003864 52%, #002447 100%);
}

body.storefront-motorechi .site-header {
    background: linear-gradient(180deg, rgba(12, 16, 22, 0.96), rgba(12, 16, 22, 0.88));
    border-bottom: 1px solid rgba(255, 157, 77, 0.14);
}

body.storefront-motorechi .header-link-chip,
body.storefront-motorechi .btn-auth,
body.storefront-motorechi .mobile-nav-cta {
    background: #005cb9;
    color: #ffffff;
}

body.storefront-motorechi .site-footer {
    background:
        linear-gradient(180deg, rgba(10, 12, 17, 0.96), rgba(10, 12, 17, 0.92)),
        radial-gradient(circle at top center, rgba(255, 164, 77, 0.12), transparent 30%);
}

body.storefront-motorechi .footer-highlight-card,
body.storefront-motorechi .footer-showcase,
body.storefront-motorechi .ai-chat-panel {
    border-color: rgba(255, 157, 77, 0.14);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

body.storefront-motorechi .cart-count {
    background: #003f80;
    color: #ffffff;
}
