/**
 * Vixar — własne klasy marki (ładowane po Vite).
 * Kolor logo: #E5C91E
 */
:root {
    --color-primary: #E5C91E;
    --color-accent: #C9A818;
    --color-link: #85700E;
    --color-header-bg: #ffffff;
    --color-text: #212121;
    --color-muted: #757575;
    --vixar-rgb: 229, 201, 30;
}

.bg-vixar {
    background-color: #E5C91E;
}

.text-vixar {
    color: #85700E;
}

.border-vixar {
    border-color: #E5C91E;
}

.ring-vixar {
    --tw-ring-color: #E5C91E;
}

.hover\:text-vixar:hover {
    color: #6B5A0A;
}

.hover\:bg-vixar\/5:hover {
    background-color: rgba(var(--vixar-rgb), 0.08);
}

.bg-vixar\/10 {
    background-color: rgba(var(--vixar-rgb), 0.12);
}

.bg-vixar\/90 {
    background-color: rgba(var(--vixar-rgb), 0.9);
}

.btn-vixar {
    display: block;
    margin-top: 0.5rem;
    width: 100%;
    border-radius: 0.25rem;
    background-color: #E5C91E;
    padding: 0.5rem 1rem;
    text-align: center;
    font-weight: 700;
    color: #212121;
    transition: background-color 0.2s, color 0.2s;
}

.btn-vixar:hover {
    background-color: #C9A818;
    color: #000000;
}

.nav-category-link {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.nav-category-link:hover,
.nav-category-link.is-active {
    color: #85700E;
}

.nav-category-link::after {
    background-color: #E5C91E;
}

.text-sky-600,
.text-sky-700 {
    color: #85700E;
}

.hover\:text-sky-600:hover,
.hover\:text-sky-700:hover {
    color: #6B5A0A;
}

.bg-sky-600\/10 {
    background-color: rgba(var(--vixar-rgb), 0.12);
}

.group:hover .group-hover\:bg-sky-600\/20 {
    background-color: rgba(var(--vixar-rgb), 0.22);
}

.hover\:bg-sky-50:hover {
    background-color: rgba(var(--vixar-rgb), 0.1);
}

.nav-icon-btn:hover {
    background-color: rgba(var(--vixar-rgb), 0.15);
    color: #85700E;
}

.logo_main_page {
    max-width: 180px;
}

@media (min-width: 768px) {
    .logo_main_page {
        max-width: 220px;
    }
}

.store-notice {
    background-color: #E5C91E;
    color: #212121;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
}

.top-contact-bar {
    background-color: #212121;
    color: #f3f4f6;
    border-bottom: 3px solid #E5C91E;
}

.top-contact-bar a:hover {
    color: #E5C91E;
}

.section-title {
    position: relative;
    padding-bottom: 0.5rem;
    color: #212121;
}

.section-title::after {
    content: '';
    display: block;
    width: 4rem;
    height: 4px;
    margin-top: 0.5rem;
    border-radius: 2px;
    background-color: #E5C91E;
}

.category-bar {
    background-color: rgba(var(--vixar-rgb), 0.1);
    border-top: 1px solid rgba(var(--vixar-rgb), 0.25);
}

/* Przycisk wyszukiwarki */
.btn-search {
    display: flex;
    height: 2.25rem;
    width: 2.25rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #E5C91E;
    color: #212121;
    transition: background-color 0.2s;
}

.btn-search:hover {
    background-color: #C9A818;
}

/* Mapowanie sky-* → żółty Vixar (shared Livewire / core views) */
.bg-sky-500,
.bg-sky-600 {
    background-color: #E5C91E;
}

.bg-sky-500.text-white,
.bg-sky-600.text-white,
button.bg-sky-600,
span.bg-sky-600,
a.bg-sky-600 {
    color: #212121;
}

.hover\:bg-sky-600:hover {
    background-color: #E5C91E;
}

.hover\:bg-sky-700:hover,
.hover\:bg-sky-600\/90:hover {
    background-color: #C9A818;
}

.hover\:bg-sky-600.hover\:text-white:hover,
.hover\:bg-sky-700.hover\:text-white:hover {
    color: #212121;
}

.border-sky-600,
.hover\:border-sky-600:hover,
.focus\:border-sky-500:focus,
.focus\:border-sky-600:focus {
    border-color: #E5C91E;
}

.ring-sky-500,
.focus\:ring-sky-500:focus,
.focus\:ring-offset-2.focus\:ring-sky-500:focus {
    --tw-ring-color: #E5C91E;
}

.text-sky-600 input[type="checkbox"],
input.text-sky-600,
input[type="checkbox"].text-sky-600 {
    accent-color: #E5C91E;
}

.group:hover .group-hover\:text-sky-600 {
    color: #85700E;
}

.hover\:text-sky-600\/80:hover {
    color: #6B5A0A;
}

.text-cyan-600 {
    color: #85700E;
}
