:root {
    --shop-header-bg: #1a365d;
    --shop-footer-bg: #111827;
    --shop-footer-text: #ffffff;
    --shop-footer-link: #93c5fd;
    --shop-page-bg: #f3f4f6;
    --shop-primary-btn: #3b82f6;
    --primary-color: #3b82f6;
    --primary-color-dark: #326ed1;
}
.shop-nav { background: var(--shop-header-bg) !important; }
.info-banner { background: var(--shop-header-bg) !important; }
.shop-footer { background: var(--shop-footer-bg) !important; color: var(--shop-footer-text) !important; }
.shop-footer-title { color: var(--shop-footer-text) !important; }
.shop-footer a { color: var(--shop-footer-link) !important; }
.shop-footer-bottom { color: var(--shop-footer-text) !important; opacity: 0.7; }
body { background: var(--shop-page-bg) !important; }
.footer-location-card .location-address { color: var(--shop-footer-text) !important; opacity: 0.7; }
.footer-location-card .location-contact { color: var(--shop-footer-text) !important; opacity: 0.7; }
.btn-primary, .corp-btn-primary, .firma-action-btn:not(.secondary) { background: var(--shop-primary-btn) !important; border-color: var(--shop-primary-btn) !important; }
.btn-primary:hover, .corp-btn-primary:hover, .firma-action-btn:not(.secondary):hover { background: var(--primary-color-dark) !important; border-color: var(--primary-color-dark) !important; }
.bg-blue-600 { background-color: var(--shop-primary-btn) !important; }
.bg-blue-600:hover, .hover\:bg-blue-700:hover { background-color: var(--primary-color-dark) !important; }
.border-blue-600 { border-color: var(--shop-primary-btn) !important; }
.focus\:ring-blue-500:focus { --tw-ring-color: var(--shop-primary-btn) !important; }
.focus\:border-blue-500:focus { border-color: var(--shop-primary-btn) !important; }
.text-blue-600 { color: var(--shop-primary-btn) !important; }
.hover\:text-blue-700:hover { color: var(--primary-color-dark) !important; }
