/*===== WERSJA DESKTOP - szerokość od 1185px =====*/
@media (min-width: 1185px) {
    #main_banner1 img {
        border-radius: 15px;
    }
    .contact_stocks {
        display: none;
    }
    label.f-label[for="oscop_invoice_invoice"] {
        display: none;
    }

    header .navbar-collapse {
        display: block;
        border-bottom: 0;
    }

    .main_pager__item {
        font-weight: 600;
    }

    #logo img {
        margin-top: 45px;
    }

    .order_process #logo img {
        max-height: 50px;
        margin-top: 15px;
    }

    .projector_status__info_amount {
        display: none;
    }

    header {
        position: sticky;
        top: 0;
        z-index: 999;
        background: #fff;
    }

    header .navbar-nav {
        justify-content: center;
    }

    .text_menu__label.headline {
        display: none;
    }

    .menu_contact__items {
        justify-content: center;
    }

    .btn.--large.--outline {
        background: #ffcd11;
        border: 1px solid #ffcd11;
        color: #000;
        min-height: 44px;
        min-width: 44px;
        font-weight: 600;
    }

    .btn.--large.--outline:hover {
        background: #000;
        border: 1px solid #000;
        color: #ffcd11;
    }

    .modal.--expchck .btn.--solid {
        background: #ffcd11;
        border-color: #ffcd11;
        color: #000;
        min-height: 44px;
        min-width: 44px;
    }

    .modal.--expchck .btn.--solid:hover {
        background: #000 !important;
        border-color: #000 !important;
        color: #ffcd11;
    }

    .swiper-button-prev,
    .swiper-button-next {
        background: #ffcd11;
        color: #000;
        width: 44px;
        height: 44px;
        border-radius: 4px;
    }

    .swiper-button-prev {
        margin-left: 25px;
    }

    .swiper-button-next {
        margin-right: 25px;
    }

    .swiper-button-prev:focus,
    .swiper-button-next:focus,
    .btn:focus {
        outline: 3px solid #cc9900;
        outline-offset: 4px;
    }

    /* --- WCAG AAA poprawiony kontrast --- */
    .freeShipping__info,
    .freeShipping__val {
        color: #8b0000 !important; /* zamiast #d81d1d */
    }

    .article__date,
    .price_info__text.--type,
    .price_info__text.--region,
    .price_info__region {
        color: #333333 !important; /* zamiast #6b7280 */
    }
}

/*===== WERSJA MOBILNA - szerokość do 1184px =====*/
@media (max-width: 1184px) {
    .section, .hotspot__wrapper {
        padding-bottom: 0;
    }

    .projector_status__info_amount {
        display: none;
    }

    .menu_contact__items {
        justify-content: center;
    }

    .search_name__label {
        display: none;
    }

    label.f-label[for="oscop_invoice_invoice"] {
        display: none;
    }

    .btn, button, a {
        min-height: 44px;
        min-width: 44px;
    }

    .btn:focus, button:focus, a:focus {
        outline: 3px solid #cc9900;
        outline-offset: 4px;
    }

    /* --- WCAG AAA poprawiony kontrast --- */
    .freeShipping__info,
    .freeShipping__val {
        color: #8b0000 !important;
    }

    .article__date,
    .price_info__text.--type,
    .price_info__text.--region,
    .price_info__region {
        color: #333333 !important;
    }
}