
/* ===== Accordion — filtry fasetowe ===== */
.facet-toggle-btn {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    user-select: none;
}

.facet-toggle-icon {
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    min-width: 20px;
    text-align: right;
    flex-shrink: 0;
}

@media (min-width: 992px) {
    .facet-toggle-icon {
        display: none;
    }
}

/* otwarte = minus */
.facet-toggle-icon::before {
    content: '−';
}

/* zamknięte = plus */
.facet-closed .facet-toggle-icon::before {
    content: '+';
}

/* ukryj zawartość gdy zamknięte (tylko mobile) */
@media (max-width: 991px) {
    .facet-closed .facet-toggle-body {
        display: none !important;
    }
}

/* przywróć limit z suwakiem — wrapper .facet-toggle-body przerywa selektor > z warehouse CSS */
#search_filters .facet .facet-type-radio,
#search_filters .facet .facet-type-checkbox {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.form-control.form-search-control{
    border-radius: 99px !important;
    padding-left: 20px !important;
    
}

.form-control.form-search-control:focus{
    border: none !important;
    box-shadow: none;
    
}


.search-btn{
    border-radius: 99px !important;
    
}

.swiper-slide-inner img{
    width: 100% !important;
}

/* #wrapper{
    padding: 1.5rem !important;
} */

/* --- STYLIZACJA SERCA (Wishlist) --- */

/* 1. Ustawienie kontenera w prawym górnym rogu zdjęcia */
.product-functional-buttons {
    position: absolute !important;
    top: -5px !important;    /* Odstęp od góry */
    right: 0px !important;  /* Odstęp od prawej */
    left: auto !important;
    bottom: auto !important;
    margin: 5px;
    /* Resetujemy domyślne ukrywanie przycisków w Warehouse */
    transform: none !important; 
    /* opacity: 1 !important; */
    background: none !important;
    width: auto !important;
    z-index: 10;
}

/* 2. Stylizacja samego guzika (Kwadrat z ramką) */
.product-functional-buttons .product-functional-buttons-links a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: -5px !important;
    width: 44px;   /* Szerokość */
    height: 44px;  /* Wysokość */
    
    /* Kolory: Białe tło, czarna ramka (Czarno-Białe) */
    background-color: #fefefe !important; 
    border: 1px solid #2b2d35 !important; 
    border-radius: 10px !important; /* Zaokrąglenie takie jak na dole */
    color: #2b2d35 !important; /* Czarna ikonka */

    transition: all 0.3s ease;
    cursor: pointer;
}

/* Poprawka wielkości samej ikonki serca */
.product-functional-buttons a i {
    font-size: 17px !important;
    margin: 0 !important;
    line-height: 1 !important;
}

/* 3. Efekt po najechaniu (Odwrócenie kolorów) */
.product-functional-buttons .product-functional-buttons-links a:hover {
    background-color: #2b2d35 !important; /* Czarne tło */
    color: #fefefe !important; /* Biała ikona */
    border-color: #2b2d35 !important;
}


.elementor-iqit-banner{
    border-radius: 12px;
}

.btn{
    border-radius: 10px;
}


#wrapper #inner-wrapper .js-content-wrapper{
    border-radius: 12px;
   /* justify-content: center;
    display: flex; */
}

.page-content{
    border-radius: 12px;
    padding: 24px 32px 32px !important;
}

.col-header-left{
    width: 15%;
}

#desktop_logo .logo{
    width: 80% !important;
}
.col-header-center{
    width: 75%;
}
.col-header-right{
    width: 10%;
}

article.product-miniature{
    min-height: 0px !important;
}


.featured-products.block.block-section{
    margin-top: 30px;
}
.cart-item{
    padding: 10px;
    border-bottom: 1px solid #f2f4f7;
}

#wrapper{
    background: #fefefe !important;
}


.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{
    background-color: #f2f4f7;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    background-color: #f2f4f7;
}

.product-line-info a.label{
    font-size: 15px;
    font-weight: 600;
}

.product-line-info span.label{
    font-size: 12px;
    font-weight: 600;
    color: #707072;
}

.discount.discount-percentage.mr-1{
    border-radius: 10px;
    padding: 2px 3px;
    background-color: #EE2703;
    font-size: 12px;
}

#iqitmegamenu-horizontal{
    border-top: solid 1px #f2f4f7;
}
.alert{
    background: none;
    border: none;
    border-radius: 12px !important;
    margin: 0;
    padding: 0;
    color: black;
}

.help-block .alert{
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    border-radius: 12px !important;
    margin: 0 !important;
    color: #EE2703;
}

.help-block{
    margin-top: 0 !important;
}

.product-flag{
    border-radius: 4px;
}

.product-flags .new{
    background: #ff4d4f; /* Czerwień promocyjna */
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
}

.product-flags .on-sale{
    background: #ff4d4f; /* Czerwień promocyjna */
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
}

.product-flags .discount{
    display: none;
}

/* ==================================================
   6. LEWA KOLUMNA - LISTA PRODUKTÓW W KOSZYKU (.cart-grid-body)
   ================================================== */

/* 1. Główna karta z produktami (Śnieżnobiała, elegancka) */
.cart-grid-body .cart-container {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important; /* Bardzo subtelny cień */
    padding: 25px 25px 25px 25px !important;
    margin-bottom: 20px !important;
}

/* 4. Nazwa i Atrybuty (np. Wymiar) */
.product-line-info a.label {
    font-weight: 600 !important;
    color: #111827 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    display: block !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
    transition: color 0.2s ease !important;
}



/* --- Wygląd Modala po dodaniu do koszyka --- */

/* ==================================================
   1. WYSKAKUJĄCE OKNO "DODANO DO KOSZYKA" (#blockcart-modal)
   ================================================== */
#blockcart-modal .modal-content {
    border-radius: 12px;       
    border: none;              
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    background-color: #fff;    
}

#blockcart-modal .custom-modal-header {
    border-bottom: none;
    background-color: #272e3b;
    padding: 15px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: -1px -1px 0 -1px;
    width: calc(100% + 2px);
}

.fa.fa-check-circle {
    color: #28a745;
}

.close {
    color: white;
    opacity: 0.8;
}
.close:hover {
    opacity: 1;
}

#blockcart-modal .custom-modal-header .modal-title {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}
#blockcart-modal .custom-modal-header .modal-title i {
    margin-right: 8px;
}

#blockcart-modal .custom-modal-left {
    padding: 30px;
    border-bottom-left-radius: 12px; 
}

#blockcart-modal .product-name a {
    font-weight: 700;
    color: #333;
    font-size: 1rem;
    text-decoration: none;
}

#blockcart-modal .product-attributes {
    font-size: 0.9rem;
    color: #777;
    margin: 8px 0;
}

#blockcart-modal .product-price-qty {
    margin-top: 10px;
    font-size: 1.1rem;
    color: #000;
}

#blockcart-modal .custom-modal-right {
    background: #F9FAFB !important; 
    padding: 30px;
    border-bottom-right-radius: 12px;
}

#blockcart-modal .subtotal-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 0.95rem;
    color: #555;
}

#blockcart-modal .cart-total {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #e1e1e1;
    font-weight: 700;
    font-size: 1.2rem;
    color: #000;
}

#blockcart-modal .cart-actions .custom-btn-checkout {
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px;
    border-radius: 10px; 
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    margin-top: 10px;
}

#blockcart-modal .cart-actions .custom-btn-continue {
    background: transparent;
    color: #666;
    border: 1px solid #ccc;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 10px; 
}
#blockcart-modal .cart-actions .custom-btn-continue:hover {
    background: #eee;
    color: #333;
}

/* ==================================================
   2. GŁÓWNE PODSUMOWANIE KOSZYKA (#js-checkout-summary)
   ================================================== */
#js-checkout-summary.card,
#js-checkout-summary {
    background: #ffffff !important; 
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
}

#js-checkout-summary .card-body,
#js-checkout-summary .card-block {
    padding: 0 !important;
    border: none !important;
}

#js-checkout-summary hr {
    display: none !important;
}

/* Nagłówek produktów (X produktów, Pokaż szczegóły) */
.cart-summary-products {
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.cart-summary-products > div:first-child {
    font-weight: 600 !important;
    color: #111827 !important;
    font-size: 16px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.cart-summary-products a[data-bs-toggle="collapse"],
.cart-summary-products a[data-target="#cart-summary-product-list"] {
    color: #6b7280 !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    text-decoration: none !important;
}

/* --- POPRAWKA: WIĘKSZE ZDJĘCIA (80px) --- */
.cart-summary-product {
    padding: 15px 0 !important;
    border-bottom: 1px solid #f3f4f6 !important;
    display: flex !important;
    align-items: stretch !important; /* Rozciąga na wysokość tekstu */
}

.cart-summary-product:last-child {
    border-bottom: none !important;
}

.cart-summary-product .media-left {
    flex: 0 0 80px !important; /* Zwiększone z 65px */
    max-width: 80px !important;
    margin-right: 15px !important;
}

.cart-summary-product img {
    border-radius: 10px !important;
    width: 100% !important;
    border: 1px solid #f3f4f6 !important;
    height: auto !important;
    display: block !important;
}

.cart-summary-product .media-body {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important; /* Wymuszenie pionowego ułożenia tekstu */
}

.cart-summary-product .product-name {
    font-weight: 600 !important;
    color: #111827 !important;
    font-size: 14px !important;
    display: block !important;
    margin-bottom: 4px !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.3 !important;
}

.cart-summary-product .product-line-info {
    font-size: 12px !important;
    color: #6b7280 !important;
    margin-bottom: 2px !important;
    white-space: normal !important;
}

/* --- POPRAWKA: CENY IDEALNIE DO PRAWEJ --- */
.cart-summary-product .pull-right {
    float: none !important;
    display: flex !important;
    justify-content: flex-end !important; /* Maksymalnie do prawej strony */
    align-items: center !important;
    width: 100% !important;
    margin-top: auto !important; /* Wypycha cenę na sam dół */
    padding-top: 10px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    font-size: 14px !important;
    text-align: right !important;
}

.cart-summary-product .product-quantity {
    font-weight: 600 !important;
    background: #f3f4f6 !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    color: #4b5563 !important;
    margin-right: 10px !important;
}

/* Przycisk Edytuj na dole koszyka */
#cart-summary-product-list .text-right {
    text-align: center !important; 
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin-top: 15px !important;
    padding-top: 15px !important;
    border-top: 1px dashed #e5e7eb !important;
}

.cart-summary-products .step-edit {
    color: #4b5563 !important;
    background-color: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.cart-summary-products .step-edit:hover {
    background-color: #f3f4f6 !important;
    color: #111827 !important;
}

/* --- WYRÓWNANIE DO PRAWEJ PODSUMOWANIA (Subtotals) --- */
.cart-summary-subtotals-container {
    margin-bottom: 20px !important;
    width: 100% !important;
    display: block !important;
}

.cart-summary-line {
    width: 100% !important; 
    font-size: 15px !important;
    color: #4b5563 !important;
}

.cart-summary-line .label {
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cart-summary-line .value {
    font-weight: 600 !important;
    color: #111827 !important;
    text-align: right !important; 
}

#cart-subtotal-discount .value {
    color: #ef4444 !important; 
}

/* SUMA CAŁKOWITA */
.cart-summary-totals {
    padding-top: 15px !important;
    border-top: 1px solid #e5e7eb !important;
    margin-top: 15px !important;
    width: 100% !important;
    display: block !important;
}

.cart-summary-line.cart-total {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.cart-summary-line.cart-total .label {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #111827 !important;
}

.cart-summary-line.cart-total .value {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #111827 !important;
}

/* ==================================================
   3. KODY PROMOCYJNE - POPRAWKA PADDINGÓW
   ================================================== */
.block-promo, 
.cart-voucher-area,
.promo-code {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cart-voucher-area {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid #e5e7eb !important; 
    border-radius: 0 !important;
    width: 100% !important;
}

.cart-voucher-area .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin: 0 0 15px 0 !important; /* Dodałem 15px marginesu na dole, żeby oddzielić od tekstu */
}

.cart-voucher-area .form-control {
    flex: 1 1 auto !important;
    height: 45px !important;
    border: 1px solid #e5e7eb !important;
    border-right: none !important; 
    border-radius: 10px 0 0 10px !important;
    background: #ffffff !important;
    padding: 10px 15px !important;
    box-shadow: none !important;
    font-size: 14px !important;
}

.cart-voucher-area .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #d1d5db !important;
}

.cart-voucher-area .btn,
.cart-voucher-area .input-group-append .btn {
    height: 45px !important;
    border-radius: 0 8px 8px 0 !important;
    margin: 0 !important;
}

/* Odstępy dla linków i tekstów typu "Skorzystaj z naszych ofert" */
.cart-voucher-area p,
.cart-voucher-area .promo-name,
.promo-code-button {
    display: inline-block !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
}

/* ==================================================
   4. RESPONSYWNOŚĆ (MOBILKA)
   ================================================== */
@media (max-width: 767px) {
    #blockcart-modal .modal-dialog {
        margin: 15px auto;
        max-width: 92%;
        width: 92%;
    }

    #blockcart-modal .custom-modal-right {
        border-left: none;
        background-color: #fff !important; 
        padding-top: 0;
        padding-bottom: 30px;
        border-bottom-right-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    #blockcart-modal .custom-modal-left {
        border-bottom-left-radius: 0;
    }
    
    #blockcart-modal .custom-modal-header .modal-title {
        font-size: 1rem;
    }

    #blockcart-modal .custom-modal-left, 
    #blockcart-modal .custom-modal-right {
        padding: 20px;
    }
}

/* ==================================================
   5. PRAWA KOLUMNA NA STRONIE GŁÓWNEJ KOSZYKA (.cart-grid-right)
   (Klonujemy Twój idealny styl z Checkoutu)
   ================================================== */
.cart-grid-right.col-12.col-lg-4{
    margin-top: 75px;
}


/* 1. Główna biała karta z cieniem (identyczna jak #js-checkout-summary) */
.cart-grid-right .cart-summary {
  
    background: #ffffff !important; 
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
    margin-left: 0 !important; /* Resetuje głupie marginesy Prestashop */
}

.cart-grid-right .cart-summary h2{
    margin-bottom: 20px !important
}

/* Ukrywamy śmieci i stare kreski */
.cart-grid-right .cart-summary .card-body {
    margin-top: 12px !important;
    padding: 0 !important;
    border: none !important;
}

.cart-grid-right .cart-summary hr {
    display: none !important;
}


/* 3. Wielka suma do zapłaty na dole z oddzielającą kreską */
.cart-grid-right .cart-detailed-totals .cart-total {
    padding-top: 15px !important;
    margin-top: 15px !important;
    width: 100% !important;
}

/* 4. NOWOCZESNY PRZYCISK "PRZEJDŹ DO REALIZACJI ZAMÓWIENIA" */
.cart-grid-right .cart-detailed-actions {
    padding: 0 !important;
    margin-top: 20px !important; /* Zwiększony, solidny odstęp od podsumowania! */
    background: transparent !important;
    border: none !important;
    text-decoration: none;
}

.cart-grid-right .cart-detailed-actions .btn-primary {
    background: #FF5E00;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important; /* Delikatne rozsunięcie liter wygląda bardzo pro */
    text-transform: uppercase !important;
    padding: 18px 20px !important; /* Nieco wyższy, bardzo wygodny na telefonach */
    width: 100% !important;
    transition: all 0.3s ease !important; /* Płynność animacji */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Efekt najechania myszką (Hover) */
.cart-grid-right .cart-detailed-actions .btn-primary:hover {
    transform: translateY(-3px) !important; /* Guzik płynnie unosi się do góry */

}

/* Efekt kliknięcia (Active) */
.cart-grid-right .cart-detailed-actions .btn-primary:active {
    transform: translateY(1px) !important; /* Realistyczne "wciśnięcie" guzika w dół */
    box-shadow: 0 2px 10px rgba(255, 106, 0, 0.2) !important;
}



/* ==========================================================================
   NOWOCZESNA MINIATURKA PRODUKTU (Warehouse Child)
   ========================================================================== */

/* --- 1. WYGLĄD OGÓLNY (BAZA - DESKTOP) --- */

.product-miniature {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

/* Hover tylko na komputerze (żeby na telefonie nie skakało) */
@media (min-width: 768px) {
    .product-miniature:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        border-color: transparent;
    }
}




.product-flags.js-product-flags{
    padding: 5px;
}

.product-miniature-grid{
    padding: 0rem 1rem 1rem 1rem !important;
}

.products-grid .product-miniature-default .product-description{
    padding-top: 0px !important;
}

.mt-3{
    margin-top: 0px !important;
}

.product-functional-buttons.product-functional-buttons-bottom{
    margin-top: 1rem !important;
    padding: 0px;
}

.products-grid .product-miniature-default .product-title {
    margin-bottom: 0px !important;
}


/* --- 2. TYTUŁ I KATEGORIA --- */
.custom-miniature .product-title {
    height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
}
.custom-miniature .product-title a {
    font-size: 15px;
    font-weight: 600;
    color: #272e3b;
    line-height: 1.3;
    text-decoration: none;
}


.custom-miniature .product-category-name {
    font-size: 11px;
    text-transform: uppercase;
    color: #a1a1a1;
    margin-bottom: 2px;
}

/* --- 3. CENA (STYL ZALANDO) --- */
.custom-miniature .product-price-and-shipping {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 44px; /* Wysokość dopasowana do dużego przycisku */
    line-height: 1;
    
}

/* Górny rząd: Stara cena + Rabat */
.custom-miniature .old-price-box {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.custom-miniature .regular-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #9b9b9b;
    margin-right: 6px;
}
.custom-miniature .discount-percentage {
    background: #ff4d4f;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 700;
}

/* Dolny rząd: Cena Główna */
.custom-miniature .product-price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.5px;
}

/* --- 4. PRZYCISK KOSZYKA --- */
.custom-miniature .cart-button-wrapper .btn-product-list {
    background: transparent;
    border: 1px solid #ff5e00;
    border-radius: 10px;
    height: 44px; /* Duży przycisk na PC */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    color: #ff5e00;
    font-weight: 600;
}
.custom-miniature .cart-button-wrapper .btn-product-list:hover {
    background: #ff5e00;
    color: #fff;
}
.custom-miniature .cart-button-wrapper .btn-product-list.processing .bag-icon {
    display: none;
}

/* --- 5. INNE ELEMENTY --- */
.custom-miniature .products-variants {
    border-top: 1px solid #f5f5f5;
    padding-top: 12px;
    margin-top: 10px;
}

/* Logika ukrywania tekstu "Do koszyka" (<1480px) */
.d-xl-custom-inline { display: none !important; }
@media (min-width: 6000px) {
    .d-xl-custom-inline { display: inline !important; margin-left: 5px; }
}
@media (max-width: 5999px) {
    .btn-product-list.add-to-cart { padding: 0; min-width: 44px; }
    .input-group-add-cart { justify-content: center; }
}

/* Przycisk "Zobacz" - ikona na mobile, tekst na desktopie */
.view-btn-icon { display: inline !important; }
.view-btn-text { display: none !important; }
@media (min-width: 992px) {
    .view-btn-icon { display: none !important; }
    .view-btn-text { display: inline !important; }
}



#checkout-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}



#checkout-header .logo{
    width: 144px !important;
    
}






/* ==================================================
   8. PŁYWAJĄCY PANEL PO PRAWEJ STRONIE (Sticky Sidebar)
   ================================================== */

/* Uruchamiamy efekt tylko dla ekranów o szerokości powyżej 992px (czyli dla komputerów i dużych tabletów) */
@media (min-width: 992px) {
    #js-checkout-summary {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 30px !important; /* Odstęp od górnej krawędzi ekranu podczas przewijania */
        z-index: 10 !important; /* Zapewnia, że panel będzie nad innymi elementami */
        align-self: flex-start !important; /* Zapobiega rozciąganiu się panelu na całą wysokość, co blokuje "pływanie" */
    }
}









/* ==========================================================================
   POPRAWKI MOBILNE (MOBILE ONLY) - TU ZMIENIAMY ROZMIARY NA TELEFONIE
   ========================================================================== */

@media (max-width: 767px) {
    
    /* Zmniejszamy całą kartę, żeby nie była "kobyłą" */
    .custom-miniature {
        padding: 8px !important; /* Mniejszy margines w środku */
    }

    /* Tytuł mniejszy i niższy */
    .custom-miniature .product-title {
        height: 34px; /* Mniejsza wysokość na 2 linie */
        margin-bottom: 3px;
    }
    .custom-miniature .product-title a {
        font-size: 12px !important; /* Mniejsza czcionka */
        line-height: 1.2;
    }
    
    /* Kategoria jeszcze mniejsza */
    .custom-miniature .product-category-name {
        font-size: 9px;
        margin-bottom: 1px;
    }

    /* Sekcja Ceny - bardziej kompaktowa */
    .custom-miniature .product-price-and-shipping {
        min-height: 34px; /* Dopasowane do mniejszego przycisku */
    }
    
    .custom-miniature .product-price {
        font-size: 15px !important; /* Zgrabniejsza cena */
    }
    
    .custom-miniature .regular-price {
        font-size: 10px; /* Mniejsza stara cena */
    }
    
    .custom-miniature .discount-percentage {
        font-size: 9px;
        padding: 1px 3px;
    }

    /* Przycisk koszyka - Mniejszy i zgrabniejszy */
    .custom-miniature .cart-button-wrapper .btn-product-list,
    .btn-product-list.add-to-cart {
        height: 34px !important;
        min-width: 34px !important;
        width: 34px !important;
        border-radius: 10px; /* Nieco mniejsze zaokrąglenie */
    }
    
    .custom-miniature .cart-button-wrapper .btn-product-list i {
        font-size: 14px; /* Mniejsza ikonka */
    }

    /* Zmniejszamy odstępy między kafelkami */
    .product-miniature {
        padding: 0 0.5rem 0.5rem 0.5rem !important;
        border-radius: 10px; /* Mniejsze rogi na telefonie wyglądają lepiej */
    }
}

#product-availability{
    display: none;
}

.badge,badge-danger product-unavailable,mt-2{
    display: none;
}










/* ==========================================================================
   NOWOCZESNA STRONA PRODUKTU - OPIS I SPECYFIKACJA (STYL PREMIUM)
   ========================================================================== */


.product_header_container .page-title{
    margin-bottom: 20px !important;
    
}
/* Ukrycie dodatkowych informacji */
.product-additional-info.js-product-additional-info {
    display: none;
}

/* 1. GŁÓWNY KONTENER (FLEXBOX Z ODSTĘPAMI) */
.tabs.product-tabs.product-sections {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px; 
    margin-top: 30px;
    align-items: flex-start; /* <--- POPRAWKA: Zabrania kartom sztucznego rozciągania w dół */
}

/* 2. LEWA KOLUMNA (OPIS PRODUKTU) - WYGLĄD KARTY */
.product-description-section.block-section {
    flex: 1 1 56.5%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 25px rgba(0,0,0,0.03); 
}


/* 3. PRAWA KOLUMNA (SZCZEGÓŁY/SPECYFIKACJA) - WYGLĄD KARTY */
#product-details-wrapper {
    flex: 1 1 40%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 25px rgba(0,0,0,0.03);
    
    align-self: flex-start !important; 
    position: sticky !important;       
    top: 180px !important; 
    
    /* MOCNIEJSZY HAMULEC: Wciskamy go głębiej! */
    /* margin-bottom: 210px !important;  */
}

/* 4. NOWOCZESNE TYTUŁY SEKCJI */
.product-description-section h3,
.product-description-section .h3,
#product-details-wrapper .h6 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ff5e00; /* <--- POPRAWKA: Zmiana na Twój pomarańczowy */
    display: inline-block;
}

/* 5. TABELA SPECYFIKACJI (STYL "TECH") */
.product-features .data-sheet {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eaeaea; 
}

/* Etykiety (np. "Waga", "Rozmiar") */
.product-features .data-sheet dt.name {
    flex: 0 0 35% !important;
    width: 35%;
    background: #f8f9fa;
    font-weight: 700;
    color: #333;
    padding: 12px 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 13px;
}

/* Wartości (np. "1.5 kg", "XL") */
.product-features .data-sheet dd.value {
    flex: 0 0 65% !important;
    width: 65%;
    background: #fff;
    padding: 12px 15px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0;
    color: #555;
    font-size: 13px;
}

/* Usunięcie dolnej linii dla ostatnich elementów w tabeli */
.product-features .data-sheet dt.name:last-of-type,
.product-features .data-sheet dd.value:last-of-type {
    border-bottom: none;
}

/* 6. KODY EAN I LOGO MARKI (Pasek pod ceną) */
.product-ref-ean-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 15px 20px;
    background: #f8f9fa; 
    border-radius: 10px;
    border: 1px solid #f0f0f0;
}

.product-codes-wrapper {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.product-codes-wrapper strong {
    color: #000;
    font-weight: 700;
}

.product-manufacturer-logo img {
    max-height: 45px;
    width: auto;
}

/* 7. WERSJA MOBILNA (Karty układają się jedna pod drugą) */
@media (max-width: 991px) {
    .tabs.product-tabs.product-sections {
        flex-direction: column; 
    }
    
    .product-description-section.block-section {
        flex: 1 1 100%;
        width: 100%;
        padding: 20px; 
    }

    /* TWARDY RESET PRAWEJ KARTY DLA TELEFONÓW */
    #product-details-wrapper {
        flex: 1 1 100%;
        width: 100%;
        padding: 20px; 
        position: static !important; /* Wyłącza przyklejanie! Karta stoi w miejscu */
        top: auto !important; /* Usuwa odstęp od góry */
        margin-bottom: 30px !important; /* Usuwa ten wielki hamulec 250px i daje normalny odstęp */
    }
}

.product-description-section h3, .product-description-section .h3, #product-details-wrapper .h6,.product-description-section h2{
    text-transform:none;
    border-bottom:3px solid #f8f9fa;
    margin-bottom: 10px;
    margin-top: 25px;
}

.care-instructions p{
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform:none !important;
    border-bottom:3px solid #f8f9fa !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    display: inline-block !important;
    margin-top: 25px !important;
}


/* ==========================================================================
   1 ZDJĘCIE - PEŁNA SZEROKOŚĆ KONTENERA
   Na desktopie warehouse niszczy Swipera (destroy()) w trybie column,
   więc slajdy to zwykłe flex-itemy — nie ma inline styles do nadpisywania.
   ========================================================================== */

@media (min-width: 768px) {
    /* Wrapper staje się flex-kontenerem po zniszczeniu Swipera */
    .images-container.images-count-1 .swiper-wrapper {
        display: flex !important;
        width: 100% !important;
    }

    /* Jedyny slajd ma rozciągnąć się na pełną szerokość */
    .images-container.images-count-1 .swiper-slide {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Picture i img wypełniają slajd */
    .images-container.images-count-1 .swiper-slide picture {
        display: block !important;
        width: 100% !important;
    }

    .images-container.images-count-1 .swiper-slide img {
        display: block !important;
        width: 100% !important;
        max-height: 600px !important;
        object-fit: contain !important;
        margin: 0 !important;
    }
}







/* 3. WYBÓR ROZMIARU - Wygląd nowoczesnych kafelków */
.product-variants .radio-label {
    border-radius: 10px !important;
    border: 1px solid #e5e5e5 !important;
    padding: 3px 6px !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    background: #fff !important;
}

/* Zaznaczony rozmiar */
.product-variants .input-radio:checked + .radio-label {
    border-color: #333 !important; /* Ciemna ramka dla zaznaczonego */
    background: #f8f9fa !important;
    font-weight: 800 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}



/* ==========================================================================
   MODAL ZDJĘĆ (POWIĘKSZENIE) - STYL NOWOCZESNY I CZYSTY
   ========================================================================== */

/* Główny kontener modala - zaokrąglenia i usunięcie obramowań */
#product-modal .modal-content {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important; /* Łagodny, szeroki cień */
    overflow: hidden !important;
}

/* Ukrywamy nagłówek z napisem "Tap to zoom" i linię pod nim */
#product-modal .modal-header {
    border-bottom: none !important;
    padding: 0 !important;
    position: static !important;
}

#product-modal .modal-title {
    display: none !important; /* Ukrywa tekst */
}

/* Nowoczesny przycisk zamykania (X) w prawym górnym rogu */
#product-modal .modal-header .close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: #f5f5f5 !important; /* Jasnoszare tło jak na wzorze */
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s ease !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 99 !important;
}

/* Efekt po najechaniu na 'X' */
#product-modal .modal-header .close:hover {
    background: #e0e0e0 !important; /* Nieco ciemniejszy szary */
}

#product-modal .modal-header .close span {
    font-size: 24px !important;
    font-weight: 300 !important; /* Cienki krzyżyk */
    line-height: 1 !important;
    color: #333 !important;
    text-shadow: none !important;
}

/* Strzałki na boki wewnątrz okienka powiększenia - czyste i minimalistyczne */
#product-modal .slick-arrow,
#product-modal .swiper-button-next,
#product-modal .swiper-button-prev {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0.5 !important;
    transition: opacity 0.2s ease !important;
}

#product-modal .slick-arrow:hover,
#product-modal .swiper-button-next:hover,
#product-modal .swiper-button-prev:hover {
    background: transparent !important;
    opacity: 1 !important; /* Strzałka staje się wyraźniejsza po najechaniu */
}

/* Delikatne odsunięcie samych miniaturek na dole (jeśli są włączone) */
#product-modal .thumbnails-modal {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.header-top{
    border-bottom: 1px solid #f2f4f7;
}









/* ==========================================================================
   NOWOCZESNE PRZYCISKI (Hurt / Wysyłka / Tabela) I POPUP
   ========================================================================== */

/* --- 1. PRZYCISKI POD KOSZYKIEM --- */
.product-extra-actions {
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    margin-top: 25px !important;
    padding: 10px 0 !important;
    border-top: 1px solid #eaeaea !important;
    border-bottom: 1px solid #eaeaea !important;
}

.extra-action-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background: transparent !important;
    border: none !important;
    border-right: 1px solid #eaeaea !important;
    width: 33.33% !important;
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
    padding: 10px 5px !important;
    cursor: pointer !important;
    outline: none !important;
}

/* Ostatni przycisk nie ma pionowej kreski z prawej strony */
.extra-action-btn:last-child {
    border-right: none !important;
}

.extra-action-btn .extra-action-icon,
.extra-action-btn i {
    font-size: 18px !important;
    color: #ff5e00 !important; /* Twój pomarańczowy */
    transition: transform 0.2s ease !important;
}

/* Efekt najechania myszką */
.extra-action-btn:hover {
    color: #000 !important;
}

.extra-action-btn:hover .extra-action-icon,
.extra-action-btn:hover i {
    transform: translateY(-2px) !important; /* Ikonka delikatnie podskakuje */
}

/* Wersja mobilna dla przycisków (żeby się nie zgniatały) */
@media (max-width: 575px) {
    .product-extra-actions {
        flex-direction: column !important;
        border-bottom: none !important;
        padding: 0 !important;
    }
    .extra-action-btn {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #eaeaea !important;
        padding: 15px 0 !important;
    }
}


/* --- 2. POPUP (MODAL ZAMÓWIENIA HURTOWEGO I WYSYŁKI) --- */

/* Ciemne tło z efektem rozmycia (Modern UI) */
/* Ciemne tło z efektem rozmycia (OVERLAY NAPRAWIONY) */
.ps-modal-overlay {
    position: fixed !important; /* <--- TO JEST KLUCZOWE: okno wyskakuje nad stroną */
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999 !important; /* Maksymalnie na wierzchu */
    background: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(3px) !important; 
    
    /* Centrowanie zawartości w pionie i poziomie */
    display: none; /* Domyślnie ukryte, Twój JS zmienia to na flex po kliknięciu */
    align-items: center !important;
    justify-content: center !important;
    padding: 15px !important;
}

/* Główne okno */
.ps-modal-box {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15) !important;
    padding: 40px !important;
    width: 100% !important;
    max-width: 480px !important; /* Zgrabniejsza, węższa karta */
    border: none !important;
    position: relative !important;
}

/* Nowoczesny przycisk zamykania (X) */
.ps-modal-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    width: 36px !important;
    height: 36px !important;
    background: #f5f5f5 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    color: #333 !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    line-height: 1 !important;
}
.ps-modal-close:hover {
    background: #e0e0e0 !important;
}

/* Typografia wewnątrz okna */
.ps-modal-title {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #000 !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
}

.ps-modal-product {
    font-size: 13px !important;
    color: #666 !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #eaeaea !important;
}
.ps-modal-product strong {
    color: #000 !important;
    font-weight: 700 !important;
}

/* Formularz - Pola i etykiety */
.ps-form-group {
    margin-bottom: 16px !important;
}

.ps-form-label {
    display: block !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #333 !important;
    margin-bottom: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.ps-form-input {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px !important; /* Płaskie rogi */
    font-size: 14px !important;
    color: #333 !important;
    background: #fff !important;
    transition: all 0.2s ease !important;
    box-shadow: none !important;
    outline: none !important;
    font-family: inherit !important;
}

/* Efekt Zalando/X-Kom - MOCNA czarna ramka po kliknięciu w pole */
.ps-form-input:focus {
    border-color: #000 !important;
    box-shadow: inset 0 0 0 1px #000 !important;
}

/* Przycisk wysyłania na dole */
.ps-modal-btn {
    display: block !important;
    width: 100% !important;
    background: #ff5e00 !important; 
    color: #fff !important;
    text-align: center !important;
    padding: 16px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    margin-top: 15px !important;
}
.ps-modal-btn:hover {
    background: #e65500 !important; /* Ciemniejszy pomarańcz na hover */
    color: #fff !important;
    text-decoration: none !important;
}



.product-extracontent-section.block-section{
    display: none;
} 





/* ============================================================
   IQITMEGAMENU - BEZPIECZNY MINIMALIZM + ZDJĘCIE W ROGU
   ============================================================ */

/* 1. GŁÓWNE OKNO ROZWIJANE */

.cbp-hrsub-inner{
    border-radius: 0 0 16px 16px !important; 
}
#cbp-hrmenu .cbp-hrsub,
#iqitmegamenu-horizontal .cbp-hrsub {
    background: #fff !important;
    border-radius: 0 0 16px 16px !important; 
    box-shadow: 0 15px 40px rgba(0,0,0,0.08) !important;
    border: none !important;
    border-top: 2px solid #000 !important; 
}

/* 2. UNIWERSALNE KOLUMNY (Zapobiega znikaniu tekstów) */
#iqitmegamenu-horizontal .cbp-hrsub [class*="col-"] {
    background: transparent !important;
    padding: 0px 10px !important; 
    border-right: 1px solid #f9f9f9 !important; 
    display: flex !important;
    flex-direction: column !important; /* Pozwala elementom naturalnie opadać */
    height: 100% !important; /* Wyrównuje wysokość wszystkich kolumn */
}

/* Usuwamy linię z ostatniej kolumny */
#iqitmegamenu-horizontal .cbp-hrsub [class*="col-"]:last-child {
    border-right: none !important;
}

/* 3. LISTY LINKÓW W KOLUMNACH */
#iqitmegamenu-horizontal .cbp-hrsub [class*="col-"] ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Typografia Minimalistyczna */
#iqitmegamenu-horizontal .cbp-hrsub [class*="col-"] ul li a {
    display: inline-block !important;
    width: 100% !important;
    padding: 5px 0 !important; 
    font-size: 11px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #555 !important;
    text-decoration: none !important;
    border: none !important;
    background: transparent !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    margin-bottom: 2px !important;
    white-space: normal !important; 
    line-height: 1.4 !important;
}

/* Hover - Przesunięcie */
#iqitmegamenu-horizontal .cbp-hrsub [class*="col-"] ul li a:hover {
    color: #ff5e00 !important; 
    transform: translateX(6px) !important; 
}

/* 4. NAGŁÓWKI / TYTUŁY */
#iqitmegamenu-horizontal .cbp-hrsub .iqit-megamenu-category-name {
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #000 !important;
    margin-bottom: 15px !important;
    display: block !important;
    border-bottom: 1px solid #eee !important; 
    padding-bottom: 8px !important;
}

.cbp-menu-column-inner img{
    border-radius: 12px;
}

.row.menu_row.menu-element.first_rows.menu-element-id-1{
    margin-bottom: 10px !important;
}

.cbp-hrmenu .cbp-hrsub-inner > .row:last-child, .cbp-hrmenu .cbp-hrsub-inner .iqitmegamenu-submenu-container > .row:last-child{
    margin-bottom: 10px !important;
}

.row.menu_row.menu-element.first_rows.menu-element-id-107{
    /* border-top: 2px solid #F2F4F7 !important;  */
    border-top: 1px solid black !important; 
}

.col-6.cbp-menu-column.cbp-menu-element.menu-element-id-15, 
.col-6.cbp-menu-column.cbp-menu-element.menu-element-id-16,
.col-4.cbp-menu-column.cbp-menu-element.menu-element-id-2,
.col-8.cbp-menu-column.cbp-menu-element.menu-element-id-3 
 {
    margin-top: 0px !important;
    
}



.col-3.cbp-menu-column.cbp-menu-element.menu-element-id-62.cbp-empty-column .cbp-column-title.nav-link,
.col-3.cbp-menu-column.cbp-menu-element.menu-element-id-63.cbp-empty-column .cbp-column-title.nav-link,
.col-3.cbp-menu-column.cbp-menu-element.menu-element-id-64.cbp-empty-column .cbp-column-title.nav-link,
.col-3.cbp-menu-column.cbp-menu-element.menu-element-id-65.cbp-empty-column .cbp-column-title.nav-link{
    margin-bottom: 0;
}



/* =========================================
   DRZEWO KATEGORII - KOMPAKTOWE + ŁATWE ZWIJANIE
========================================= */

/* 1. Reset i tytuł */
#left-column .block-categories {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 20px !important; /* Mniejszy odstęp od filtrów */
}

#left-column .block-categories .block-title {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #000 !important;
    padding-bottom: 6px !important;
    margin-bottom: 10px !important;
}

/* 2. Ukrycie starych strzałek */
.block-categories .category-sub-menu li > a::before,
.block-categories .category-sub-link::before,
.block-categories li > a > i {
    display: none !important;
    content: '' !important;
}

/* 3. GŁÓWNE KATEGORIE - Ściśnięte w pionie */
.block-categories .category-sub-menu > li {
    position: relative !important; /* Ważne dla pozycjonowania strzałek */
}

.block-categories .category-sub-menu > li > a {
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    color: #111 !important;
    padding: 5px 0 !important; /* Bardzo mały odstęp góra/dół (było 8px) */
    display: block !important;
    border-bottom: 1px solid #fcfcfc !important;
    width: 85% !important; /* Zabezpiecza tekst przed włażeniem na strzałkę */
}

/* 4. PODKATEGORIE - Maksymalnie zbite */
.block-categories ul.category-sub-menu li ul {
    margin-left: 8px !important;
    padding-left: 10px !important;
    border-left: 2px solid #e5e5e5 !important;
    margin-top: 2px !important;
    margin-bottom: 5px !important; /* Ciasno upakowane */
}

.block-categories ul.category-sub-menu li ul li {
    position: relative !important;
}

.block-categories ul.category-sub-menu li ul .category-sub-link {
    font-weight: 400 !important;
    font-size: 0.85rem !important;
    color: #555 !important;
    padding: 3px 0 !important; /* Ultraciasno dla podkategorii (było 5px) */
    width: 85% !important;
}

.block-categories ul.category-sub-menu li ul li ul {
    margin-left: 4px !important;
    border-left: 2px solid #f2f2f2 !important; 
}

/* 5. EFEKT HOVER NA TEKST */
.block-categories ul.category-sub-menu li ul .category-sub-link:hover,
.block-categories ul.category-sub-menu li ul .category-sub-link.current {
    color: #000 !important;
    font-weight: 600 !important;
    transform: translateX(4px) !important;
    transition: all 0.2s ease !important;
}


.category-sub-menu > li[data-depth="0"] {
    display: none;
}
.category-sub-menu > li[data-depth="0"].active-path {
    display: block;
}


.block-categories ul.category-sub-menu li ul .category-sub-link.active {
    color: #000 !important;
    font-weight: 600 !important;
}

/* =========================================
   6. ROZWIĄZANIE PROBLEMU ZE ZWIJANIEM (WIELKI HITBOX)
========================================= */
.block-categories .collapse-icons {
    position: absolute !important;
    right: 0 !important;
    top: -2px !important; /* Trzyma się samej góry, równo z tekstem kategorii */
    height: 30px !important; /* Sztywna wysokość! Nie rozciągnie się po otwarciu menu */
    width: 35px !important; 
    display: flex !important;
    align-items: center !important; /* Ptaszek idealnie na środku kwadratu */
    justify-content: center !important;
    padding: 0 !important; /* Reset wcześniejszych marginesów */
    color: #999 !important;
    cursor: pointer !important;
    background-color: transparent !important;
    transition: all 0.2s ease !important;
    z-index: 10 !important;
    border-radius: 4px !important;
}

/* Podświetlenie obszaru kliknięcia - od razu wiesz, że trafisz! */
.block-categories .collapse-icons:hover {
    background-color: #f0f0f0 !important; /* Zgrabny szary kwadracik */
    color: #000 !important;
}




/* =========================================
   UKŁAD KLOCKÓW (Trik z paddingiem)
========================================= */

/* 1. ZEWNĘTRZNA SZARA KOLUMNA */
#left-column {
    background-color: #F2F4F7 !important; 
    /* Magia tutaj: Góra 10px, Prawa 10px, Dół 0px!, Lewa 10px */
    padding: 10px 10px 0 10px !important; 
    border-radius: 12px !important; 
    height: max-content !important; 
    align-self: flex-start !important; 
}

/* 2. WSZYSTKIE BIAŁE KLOCKI (Drzewo + Filtry) */
#left-column .block-categories,
#search_filters .facet {
    background: #fff !important;
    border-radius: 10px !important; 
    padding: 15px !important; 
    /* Ten margines u ostatniego elementu stworzy nam brakujący padding szarego tła! */
    margin-bottom: 10px !important; 
    border: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03) !important; 
}

/* 3. KONTENER FILTRÓW (Zerowanie) */
#search_filters,
#search_filters_wrapper {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

/* Zabezpieczenie przed niewidocznymi elementami Presty, które mogą psuć układ na dole */
#search_filters .clear,
#left-column .clear {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}



/* =========================================
   SUWAK CENY - UCHWYTY JAKO KULECZKI
========================================= */
#search_filters .noUi-horizontal .noUi-handle {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important; /* To robi z prostokąta idealne kółko */
    top: -7px !important; /* Koryguje pozycję kółka względem paska (jeśli będzie za wysoko/nisko, zmień np. na -5px lub -9px) */
    cursor: pointer !important;
    background-color: #fff !important; /* Środek kuleczki */
    border: 2px solid #FF5D14 !important; /* Twój pomarańczowy kolor marki */
    box-shadow: 0 2px 5px rgba(0,0,0,0.15) !important; /* Subtelny cień, żeby kółko odcinało się od tła */
}

/* Ukrycie domyślnych pionowych kreseczek w środku uchwytów */
#search_filters .noUi-horizontal .noUi-handle::before,
#search_filters .noUi-horizontal .noUi-handle::after {
    display: none !important;
}






.magnitude {
    color: #a1a1a1;
}

.products-selection {
    border-top: none;
}




/* =========================================
   NAPRAWA ZAWIJANIA TEKSTU W FILTRACH
========================================= */

/* 1. Kontener etykiety (checkbox + tekst) staje się elastyczny */
#search_filters .facet .facet-label {
    display: flex !important;
    align-items: flex-start !important; /* Równa elementy do góry, żeby checkbox nie zjechał na środek przy dwóch liniach tekstu */
    gap: 8px !important; /* Odstęp między checkboxem a tekstem */
    width: 100% !important;
    margin-bottom: 8px !important; /* Lekki odstęp między całymi filtrami */
}

/* 2. Zabezpieczenie checkboxa przed zgnieceniem */
#search_filters .facet .custom-checkbox {
    flex-shrink: 0 !important; /* To jest kluczowe! Zabrania zmniejszania checkboxa, gdy tekstu jest dużo */
    margin-right: 0 !important; /* Zerujemy stary margines, bo używamy 'gap' wyżej */
    margin-top: 2px !important; /* Drobna korekta w dół, aby kwadracik był idealnie na środku PIERWSZEJ linii tekstu */
}

/* 3. Kolumna z tekstem i ilością produktów */
#search_filters .facet .facet-label > a {
    flex: 1 1 auto !important; /* Tekst zajmuje całą dostępną resztę miejsca */
    line-height: 1.4 !important; /* Lepsza czytelność dwóch linijek */
    display: inline-block !important;
}

/* Opcjonalnie: poprawka dla samego licznika (magnitude) */
#search_filters .facet .magnitude {
    white-space: nowrap !important; /* Zabezpiecza nawiasy przed rozdzieleniem od liczby */
}




/* =========================================
   PAGINACJA (Numeracja stron) - PREMIUM
========================================= */
.pagination{
    margin: 1rem 0;
    padding: .8rem 0;
    border-top: 1px solid rgba(160, 160, 160, .25);
}

/* 1. Reset samej listy z numerkami - tworzymy białą pastylkę */
.pagination .page-list {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    padding: 8px 12px !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
    margin: 0 auto !important;
    list-style: none !important;
}

/* 2. Odstępy między poszczególnymi elementami (li) */
.pagination .page-list li {
    display: block !important;
    border: none;
    margin: 0 4px !important; /* Bezpieczne marginesy zamiast problematycznego 'gap' */
}

/* 3. Wygląd pojedynczego przycisku (numeru) */
.pagination .page-list li a,
.pagination .page-list li span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 36px !important;
    height: 36px !important;
    padding: 0 8px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    color: #444 !important;
    background-color: transparent !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    border: none !important; /* Nadpisuje ewentualne ramki z motywu */
}

/* 4. Efekt najechania myszką (Hover) */
.pagination .page-list li a:hover {
    background-color: rgba(255, 93, 20, 0.08) !important; 
    color: #FF5D14 !important; 
}

/* 5. AKTYWNA STRONA (Current) - Twój pomarańcz */
.pagination .page-list li.current a,
.pagination .page-list li.current span,
.pagination .page-list .current a {
    background-color: #FF5D14 !important; 
    color: #fff !important; 
    box-shadow: 0 4px 10px rgba(255, 93, 20, 0.3) !important; 
    pointer-events: none !important;
}

/* 6. Naprawa strzałek "Dalej/Wstecz" (jeśli są ukryte pod ikonami) */
.pagination .page-list li a i {
    font-size: 1.2rem !important;
    line-height: 1 !important;
}


/* =========================================
   PRZYCISK SORTOWANIA - WYGLĄD PREMIUM
========================================= */

/* 1. Wygląd głównego przycisku (czysty, biały, zaokrąglony) */
.products-selection .form-control {
    background-color: #fff !important;
    border: 1px solid #eaeaea !important; /* Czysta, jasnoszara ramka */
    border-radius: 10px !important; /* Zaokrąglenie w stylu Twoich filtrów */
    padding: 8px 16px !important;
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02) !important; /* Bardzo subtelny cień */
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: auto !important;
}

/* 2. Efekt najechania myszką (Twój pomarańcz) */
.products-selection .form-control:hover {
    border-color: #FF5D14 !important;
    box-shadow: 0 4px 10px rgba(255, 93, 20, 0.1) !important; /* Delikatna pomarańczowa poświata */
    color: #000 !important;
}

/* 3. Strzałka rozwijania po prawej stronie */
.products-selection .form-control .expand-more,
.products-selection .form-control i {
    color: #888 !important;
    margin-left: 10px !important;
    font-size: 1.1rem !important;
    transition: all 0.2s ease !important;
}

/* Strzałka też robi się pomarańczowa po najechaniu */
.products-selection .form-control:hover .expand-more,
.products-selection .form-control:hover i {
    color: #FF5D14 !important;
}

/* 4. Kliknięcie i rozwinięcie (Focus) - usuwamy brzydkie ramki z przeglądarki */
.products-selection .form-control:focus,
.products-selection .form-control:active {
    outline: none !important;
    border-color: #FF5D14 !important;
    box-shadow: 0 0 0 3px rgba(255, 93, 20, 0.15) !important;
}

/* 5. Rozwinięta lista opcji (Dropdown menu) */
.products-selection .dropdown-menu {
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08) !important;
    padding: 10px 0 !important;
    margin-top: 5px !important;
}

.products-selection .dropdown-menu .dropdown-item {
    font-size: 0.9rem !important;
    color: #555 !important;
    padding: 8px 20px !important;
    transition: all 0.2s ease !important;
}

.products-selection .dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 93, 20, 0.05) !important;
    color: #FF5D14 !important;
}


.filter-block.filter-block-all .js-search-link.btn.btn-secondary.btn-sm{
    background-color: white;
    color: #FF5D14 ;
    border: none;
    font-weight: 600;
    border: solid 1px #ffffff;
}

.filter-block.filter-block-all .js-search-link.btn.btn-secondary.btn-sm:hover{
   border: solid 1px #ff5e00;
}
.js-search-link.btn.btn-secondary.btn-sm{
    font-size: 13px;
   border: solid 1px #ff5e00;
   /* border-radius: 99px !important;
   padding: 10px 20px !important; */
}

.js-search-link.btn.btn-secondary.btn-sm:hover{
   border: solid 1px #ff5e00;
}
.active_filters .filter-block-all{
    border: none;
}


#wrapper .breadcrumb {
    background: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: -2.6666666667rem;
    margin-bottom: 0;
    font-size: 0.7333333333rem;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    color: #2e2323;
}

/* .js-content-wrapper.left-column.col-12.col-md-9{
    padding-left: 20px !important;
} */







/* Kontener główny - siatka (5 kolumn na dużych ekranach) */
.custom-megamenu-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px; /* Odstęp między kafelkami */
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}

/* Pojedynczy kwadrat */
.megamenu-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1; /* Wymusza idealny kwadrat */
  border-radius: 10px; /* Nowoczesne zaokrąglenie rogów */
  text-decoration: none !important;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Delikatny cień */
}

/* Efekt najechania myszką (Hover) */
.megamenu-card:hover {
  transform: translateY(-5px); /* Kafel unosi się do góry */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Cień staje się mocniejszy */
}

/* Tekst na przycisku */
.megamenu-title {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8); /* Dodatkowy cień tekstu dla 100% czytelności */
}

/* Responsywność - mniejsze ekrany (np. tablety, małe laptopy) */
@media (max-width: 992px) {
  .custom-megamenu-grid {
    grid-template-columns: repeat(3, 1fr); /* Zmienia na 3 kolumny */
  }
}

/* Responsywność - telefony (jeśli menu rozwija się na mobile) */
@media (max-width: 576px) {
  .custom-megamenu-grid {
    grid-template-columns: repeat(2, 1fr); /* Zmienia na 2 kolumny */
    gap: 10px;
  }
  .megamenu-title {
    font-size: 13px; /* Mniejsza czcionka na telefony */
  }
}



/* GŁÓWNY KONTENER DROPDOWN */
.user-dropdown-custom {
    background-color: #2b2d35 !important; /* Ciemny, elegancki kolor tła */
    border: none !important;
    border-radius: 16px !important; /* Nowoczesne, mocniejsze zaokrąglenia */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important; /* Miękki cień */
    padding: 10px 0 !important;
    min-width: 250px;
    margin-top: 12px !important; /* Odsunięcie od nagłówka */
    overflow: hidden;
}

/* OPCJONALNY TRÓJKĄCIK WSKAZUJĄCY NA IKONĘ (strzałka w górę) */
.user-dropdown-custom::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 20px;
    width: 14px;
    height: 14px;
    background-color: #2b2d35;
    transform: rotate(45deg);
    border-radius: 2px;
}

/* POJEDYNCZE ELEMENTY LISTY (LINKI) */
.user-dropdown-custom .dropdown-item {
    color: #d1d5db !important; /* Jasnoszary tekst */
    padding: 12px 24px !important;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    background-color: transparent !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* IKONY W MENU */
.user-dropdown-custom .dropdown-item i {
    font-size: 16px;
    margin-right: 14px;
    color: #9ca3af; /* Szare ikony domyślnie */
    width: 20px;
    text-align: center;
    transition: color 0.2s ease;
}

/* EFEKT PO NAJECHANIU MYSZKĄ (HOVER) */
.user-dropdown-custom .dropdown-item:hover,
.user-dropdown-custom .dropdown-item:focus {
    background-color: #363942 !important; /* Delikatnie jaśniejsze tło */
    color: #ffffff !important; /* Biały tekst */
}

/* IKONA PRZY NAJECHANIU - używamy Twojego firmowego pomarańczowego! */
.user-dropdown-custom .dropdown-item:hover i {
    color: #ff6a00; /* Zmień na dokładny HEX pomarańczowego z Twojego logo, np. #f25c05 */
}

/* LINIA ODDZIELAJĄCA */
.user-dropdown-custom .dropdown-divider {
    border-top: 1px solid #3f424e !important; /* Subtelna ciemna linia */
    margin: 8px 0;
}

/* WYRÓŻNIENIE PRZYCISKU "WYLOGUJ SIĘ" */
.user-dropdown-custom .dropdown-item-logout i {
    color: #ff4747; /* Czerwonawo-pomarańczowy kolor ostrzegawczy, jak na screenie 1 */
}

.user-dropdown-custom .dropdown-item-logout:hover i {
    color: #ff2a2a;
}






/* =========================================
   NOWOCZESNY FORMULARZ LOGOWANIA (Profesjonalny neutralny focus + stały podgląd)
   ========================================= */

/* 1. Usunięcie starych ramek motywu */
.page-content.page-authentication, 
#content.page-content,
.login-form-container {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* 2. Główna biała karta z logowaniem */
.login-form {
    max-width: 450px !important;
    margin: 0 auto;
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
}

#login-form {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    text-align: left !important;
}

/* 3. Wyrównanie nagłówka "Logowanie" */
.login-form h1, 
.login-form h2, 
.login-form h3, 
.login-form-title {
    text-align: left !important;
    margin-bottom: 45px !important;
    font-weight: 600;
}

/* 4. TOTALNY RESET BOOTSTRAPA (Naprawa col-md-2 i złamanego E-maila) */
#login-form .form-group {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 20px !important;
}

#login-form .form-group [class*="col-"],
#login-form .form-group .col-form-label,
#login-form .form-group .form-control-label {
    flex: 0 0 100% !important; 
    max-width: 100% !important; 
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important; 
}

#login-form .form-group .form-control-label,
#login-form .form-group .col-form-label {
    margin-bottom: 8px !important; 
    white-space: nowrap !important;
    color: #374151 !important;
    font-weight: 500 !important;
    display: block !important;
}

/* 5. Pola tekstowe (Inputy) */
#login-form .form-control {
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    background-color: #ffffff !important;
    width: 100% !important;
    font-family: inherit !important;
    transition: border-color 0.2s ease !important;
}

/* PROFESJONALNY FOCUS (Neutralny szary, bez pomarańczowego) */
#login-form .form-control:focus {
    border-color: #6b7280 !important; /* Elegancki, ciemniejszy szary */
    box-shadow: none !important;
    outline: none !important;
}

/* 6. TWÓJ WYGLĄD OCZKA */
#login-form .input-group {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
}

#login-form .input-group .form-control {
    flex: 1 1 auto !important;
    width: 100% !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#login-form .input-group-btn,
#login-form .input-group-append {
    display: flex !important;
}

#login-form .input-group-btn > button,
#login-form .input-group-append > button,
#login-form .input-group-append > span {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    height: auto !important;
    background-color: transparent !important;
    border: 1px solid #e5e7eb !important;
    border-left: none !important;
    color: #6b7280 !important;
    transition: color 0.2s ease !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Hover na oczku zostawiamy na pomarańczowo dla akcentu, czy też wyrzucić? Zostawiłem, bo zależało Ci na tym wcześniej */
#login-form .input-group-btn > button:hover,
#login-form .input-group-append > button:hover {
    color: #ff6a00 !important; 
}

/* Profesjonalny focus dla całej grupy z hasłem (Neutralny) */
#login-form .input-group:focus-within .form-control,
#login-form .input-group:focus-within .input-group-btn > button,
#login-form .input-group:focus-within .input-group-append > button,
#login-form .input-group:focus-within .input-group-append > span {
    border-color: #6b7280 !important; /* Elegancki, ciemniejszy szary */
}

/* 7. Link "Nie pamiętasz hasła?" na środku */
#login-form .forgot-password {
    text-align: center !important;
    width: 100% !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
}

#login-form .forgot-password a {
    color: #4b5563 !important;
    font-size: 13px;
    text-decoration: underline !important;
}

#login-form .forgot-password a:hover {
    color: #ff6a00 !important;
}

/* 8. Przycisk Zaloguj się */
#login-form #submit-login {
    width: 100% !important;
    padding: 14px !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px !important;
    background-color: #ff6a00 !important;
    color: #ffffff !important;
    border: none !important;
    transition: background-color 0.2s ease;
}

#login-form #submit-login:hover {
    background-color: #e65c00 !important;
}

/* 9. Ukrycie niepotrzebnych kresek z motywu */
hr {
    display: none !important;
}

/* 10. Link do rejestracji na samym dole */
.no-account {
    text-align: center !important;
    margin-top: 25px !important;
}

.no-account a {
    color: #4b5563 !important;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

.no-account a:hover {
    color: #ff6a00 !important;
    text-decoration: underline;
}


/* =========================================
   FORMULARZ ODZYSKIWANIA HASŁA (Styl zintegrowany z logowaniem)
   ========================================= */

/* 1. Zamiana głównego kontenera w nowoczesną, białą kartę */
body#password #content.page-content {
    max-width: 450px !important;
    margin: 0 auto;
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    border: none !important; /* Usunięcie domyślnej, szarej ramki */
}

/* Wyśrodkowanie nagłówka strony ("Zapomniałeś hasła?") nad kartą */
body#password header.page-header {
    max-width: 450px;
    margin: 0 auto 20px auto;
}

body#password header.page-header h1 {
    text-align: left !important;
    font-weight: 600;
    color: #111827;
}

/* 2. Tekst z instrukcją pod nagłówkiem */
body#password .send-renew-password-link {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 25px;
    line-height: 1.6;
    text-align: left;
}

/* 3. ZABICIE UKŁADU POZIOMEGO (Formularz w jednej linii -> pionowo) */
body#password .form-inline {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

/* Etykieta "Adres e-mail" nad polem */
body#password .form-inline label {
    display: block !important;
    text-align: left !important;
    width: 100% !important;
    margin-bottom: 8px !important;
    color: #374151 !important;
    font-weight: 500 !important;
    justify-content: flex-start !important;
}

/* 4. Pole e-mail */
body#password .form-inline .form-control {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    background-color: #ffffff !important;
    font-family: inherit !important;
    margin-bottom: 20px !important;
    margin-right: 0 !important; /* Kasujemy marginesy z domyślnego Bootstrapa */
    transition: border-color 0.2s ease !important;
}

/* Profesjonalny, neutralny focus (jak w logowaniu) */
body#password .form-inline .form-control:focus {
    border-color: #6b7280 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* 5. Przycisk "Wyślij link resetujący" */
body#password #send-reset-link {
    width: 100% !important;
    padding: 14px !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px !important;
    background-color: #ff6a00 !important;
    color: #ffffff !important;
    border: none !important;
    transition: background-color 0.2s ease;
    margin: 0 !important; /* Kasujemy domyślne marginesy */
}

body#password #send-reset-link:hover {
    background-color: #e65c00 !important;
}

/* 6. Link powrotu "Wróć do logowania" na dole */
body#password hr {
    display: none !important; /* Ukrywamy brzydką, starą kreskę */
}

body#password #back-to-login {
    display: block;
    text-align: center;
    margin-top: 25px;
    color: #4b5563;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

body#password #back-to-login:hover {
    color: #ff6a00;
    text-decoration: underline;
}



/* =========================================
   NOWOCZESNY FORMULARZ REJESTRACJI (Szersza karta)
   ========================================= */

/* 1. Usunięcie starych ramek dla strony rejestracji */
.page-content.page-authentication, 
.register-form-container,
#content.page-content {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* 2. Główna biała karta z rejestracją - POSZERZONA DO 600px */
.register-form {
    max-width: 600px !important; /* Wcześniej było 450px */
    margin: 0 auto;
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    text-align: left !important;
}

#customer-form {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* 3. Nagłówek i link "Masz już konto? Zaloguj się!" */
.register-form > p {
    text-align: center;
    margin-bottom: 30px;
    color: #4b5563;
    font-size: 14px;
}

.register-form > p a {
    color: #ff6a00;
    font-weight: 600;
    text-decoration: none !important;
}

.register-form > p a:hover {
    text-decoration: underline !important;
}

.register-form > p i {
    display: none; 
}

/* 4. TOTALNY RESET BOOTSTRAPA (Jak w logowaniu) */
#customer-form .form-group {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 20px !important;
}

#customer-form .form-group [class*="col-"],
#customer-form .form-group .col-form-label,
#customer-form .form-group .form-control-label {
    flex: 0 0 100% !important; 
    max-width: 100% !important; 
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important; 
}

/* Etykiety nad polami */
#customer-form .form-group .form-control-label,
#customer-form .form-group .col-form-label {
    margin-bottom: 8px !important; 
    white-space: normal !important; 
    color: #374151 !important;
    font-weight: 500 !important;
    display: block !important;
}

/* 5. Pola tekstowe (Inputy) - Neutralny Focus */
#customer-form .form-control {
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    background-color: #ffffff !important;
    width: 100% !important;
    font-family: inherit !important;
    transition: border-color 0.2s ease !important;
    color: #111827 !important;
}

#customer-form .form-control:focus {
    border-color: #6b7280 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* 6. Przyciski Radio (Płeć: Pan / Pani) */
#customer-form .custom-radio {
    display: inline-flex !important;
    align-items: center;
    margin-top: -2px;
    cursor: pointer;
}

#customer-form .custom-radio input[type="radio"] {
    margin-right: 8px;
    accent-color: #ff6a00; 
}

/* 7. Oczko hasła - Domyślny wygląd i hover */
#customer-form .input-group {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
}

#customer-form .input-group .form-control {
    flex: 1 1 auto !important;
    width: 100% !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#customer-form .input-group-btn,
#customer-form .input-group-append {
    display: flex !important;
}

#customer-form .input-group-btn > button,
#customer-form .input-group-append > button,
#customer-form .input-group-append > span {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    height: auto !important;
    background-color: transparent !important;
    border: 1px solid #e5e7eb !important;
    border-left: none !important;
    color: #6b7280 !important;
    transition: color 0.2s ease !important;
    outline: none !important;
    box-shadow: none !important;
}

#customer-form .input-group-btn > button:hover,
#customer-form .input-group-append > button:hover {
    color: #ff6a00 !important; 
}

#customer-form .input-group:focus-within .form-control,
#customer-form .input-group:focus-within .input-group-btn > button {
    border-color: #6b7280 !important;
}



/* 9. Przycisk Zapisz (Utwórz konto) */
#customer-form .form-control-submit {
    width: 100% !important;
    padding: 14px !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px !important;
    background-color: #ff6a00 !important;
    color: #ffffff !important;
    border: none !important;
    margin-top: 15px;
    transition: background-color 0.2s ease;
}

#customer-form .form-control-submit:hover {
    background-color: #e65c00 !important;
}


/* =========================================
   PANEL KLIENTA (Moje Konto) - Układ nowoczesnej siatki
   ========================================= */

/* 1. Usunięcie domyślnego tła kontenera strony (karty muszą mieć "powietrze" wokół siebie) */
body#my-account #content.page-content,
body#my-account .page-content {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

/* 2. Tytuł powitalny */
.my-account-title {
    font-size: 28px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 30px;
    text-align: left;
}

/* 3. Układ siatki (Grid) - Automatycznie tworzy kolumny i dopasowuje je do ekranu */
.my-account-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); /* Minimalna szerokość karty to 260px */
    gap: 24px;
    margin-bottom: 40px;
}

/* 4. Wygląd pojedynczej karty */
.my-account-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 16px; /* Nowoczesne zaokrąglenie */
    padding: 35px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); /* Bardzo miękki, elegancki cień */
    border: 1px solid #f9fafb;
    text-decoration: none !important;
    transition: all 0.3s ease;
    text-align: center;
}

/* Efekt po najechaniu na kartę (Hover) */
.my-account-card:hover {
    transform: translateY(-5px); /* Delikatne uniesienie karty do góry */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); /* Wzmocnienie cienia */
    border-color: #ff6a00; /* Twój firmowy pomarańczowy akcent */
}

/* 5. Ikony wewnątrz kart */
.my-account-card i {
    color: #9ca3af; /* Domyślny subtelny szary */
    margin-bottom: 18px;
    transition: color 0.3s ease;
}

/* Zmiana koloru ikony na pomarańczowy po najechaniu na kartę */
.my-account-card:hover i {
    color: #ff6a00;
}

/* 6. Tekst wewnątrz kart */
.my-account-card span {
    color: #111827;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
}

/* =========================================
   7. KARTA WYLOGOWANIA (Wyróżniona na czerwono)
   ========================================= */
   
.my-account-card.my-account-card-logout {
    border-color: #fee2e2;
}

/* Czerwona ikona i tekst domyślnie */
.my-account-card.my-account-card-logout i {
    color: #ef4444 !important; /* Ostrzegawczy, czysty czerwony */
}

.my-account-card.my-account-card-logout span {
    color: #ef4444;
}

/* Specjalny hover dla wylogowania - czerwone tło i cień */
.my-account-card.my-account-card-logout:hover {
    border-color: #ef4444 !important;
    background-color: #fef2f2 !important; /* Bardzo jasny czerwony w tle */
    box-shadow: 0 12px 30px rgba(239, 68, 68, 0.15) !important; /* Czerwonawy cień */
    transform: translateY(-5px);
}

.my-account-card.my-account-card-logout:hover i {
    color: #dc2626 !important; /* Nieco ciemniejszy czerwony po najechaniu */
}



/* =========================================
   LEWE MENU NAWIGACYJNE (Luźne przyciski z zaokrąglonym tłem + Tytuł)
   ========================================= */

/* Odsunięcie CAŁEGO panelu konta od breadcrumbs na górze */
.my-account-page-content-wrapper {
    margin-top: 35px !important; /* Tworzy piękny "oddech" na górze strony */
}

/* Wygląd Twojego nowego nagłówka "Twoje konto" */
.my-account-side-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* 1. Usunięcie tła i ramek z głównego kontenera - menu ma "lewitować" */
.my-account-side-links {
    background-color: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important; /* Elegancki odstęp między przyciskami */
    padding-right: 10px !important; 
}

/* Odstęp między menu a główną treścią po prawej stronie */
.my-account-page-content {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .my-account-page-content {
        padding-left: 15px; 
        margin-top: 40px; /* Dodatkowy odstęp na telefonach */
    }
}

/* 2. Wygląd pojedynczego linku (Pigułki) */
.my-account-side-links > a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 12px 20px !important;
    border-radius: 12px !important; /* Mocne zaokrąglenie rogów całego linku */
    text-decoration: none !important;
    background-color: transparent !important; 
    border: none !important;
    transition: all 0.2s ease !important;
}

/* 3. Wygląd tekstu i ikon domyślnie */
.my-account-side-links > a .link-item {
    display: flex !important;
    align-items: center !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #4b5563 !important; /* Ciemnoszary tekst */
    transition: color 0.2s ease;
}

.my-account-side-links > a i {
    font-size: 18px !important;
    width: 24px !important;
    text-align: center !important;
    margin-right: 16px !important;
    color: #9ca3af !important; /* Jasnoszara ikona */
    transition: color 0.2s ease;
}

/* 4. EFEKT NAJECHANIA (Hover) - Zaokrąglone tło */
.my-account-side-links > a:hover {
    background-color: #f3f4f6 !important; /* Delikatne, jasnoszare tło po najechaniu */
}

.my-account-side-links > a:hover .link-item {
    color: #ff6a00 !important; /* Twój pomarańczowy akcent na tekst */
}

.my-account-side-links > a:hover i {
    color: #ff6a00 !important; /* Twój pomarańczowy akcent na ikonę */
}

/* =========================================
   5. SPECJALNY WYGLĄD DLA "WYLOGUJ SIĘ" W MENU
   ========================================= */

/* Oddzielamy wylogowanie większym marginesem */
.my-account-side-links > a[href*="logout"] {
    margin-top: 15px !important;
}

/* Czerwony tekst i ikona domyślnie dla wylogowania */
.my-account-side-links > a[href*="logout"] .link-item,
.my-account-side-links > a[href*="logout"] i {
    color: #ef4444 !important;
}

/* Czerwony hover dla wylogowania */
.my-account-side-links > a[href*="logout"]:hover {
    background-color: #fef2f2 !important; /* Delikatne, jasnoczerwone tło */
}

.my-account-side-links > a[href*="logout"]:hover .link-item,
.my-account-side-links > a[href*="logout"]:hover i {
    color: #dc2626 !important; /* Ciemniejszy czerwony po najechaniu */
}




/* =========================================
   STRONA "TWOJE DANE OSOBOWE" - POPRAWKI DO TWOJEGO KODU
   ========================================= */

/* 1. Nagłówek - zlicowanie z menu i usunięcie border-bottom */
body#identity .my-account-page-content h2,
body#identity .page-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 20px !important;
    border-bottom: none !important; /* Usunięto linię */
    text-transform: none !important;
}

/* 2. Formularz - szerokość i margines góra */
body#identity #customer-form {
    max-width: 650px !important;
    margin-top: 10px;
}



/* 4. Pan / Pani - zbliżenie opcji do siebie */
#customer-form .form-control-valign {
    display: flex !important;
    gap: 20px !important;
    width: auto !important;
    flex: none !important;
}

/* 5. Przycisk Zapisz - Twoja stylistyka */
body#identity #customer-form .form-control-submit {
    margin-top: 25px !important;
    width: 250px !important;
    background-color: #ff6a00 !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    height: 48px !important;
    border: none !important;
}

/* 6. Data urodzenia - upewnienie się, że jest w linii */
#customer-form .form-group > div > .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    margin: 0 !important;
}



/* =========================================
   STRONA "TWOJE ADRESY" (Lista kafelków)
   ========================================= */

/* 1. Nagłówek strony */
body#addresses .my-account-page-content h2,
body#addresses .page-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 25px !important;
    border-bottom: none !important;
    padding: 0 !important;
}

/* 2. Stylizacja kafelka adresu */
body#addresses .address {
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
}

body#addresses .address:hover {
    border-color: #ff6a00 !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06) !important;
}

/* Dane wewnątrz adresu */
body#addresses .address-body h4 {
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #111827 !important;
}

body#addresses .address-body address {
    font-style: normal !important;
    color: #4b5563 !important;
    line-height: 1.6 !important;
}

/* 3. Przyciski Edytuj/Usuń pod adresem */
body#addresses .address-footer {
    border-top: 1px solid #f3f4f6 !important;
    padding-top: 15px !important;
    margin-top: 15px !important;
    display: flex !important;
    gap: 15px !important;
}

body#addresses .address-footer a {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    text-decoration: none !important;
}

body#addresses .address-footer a:hover {
    color: #ff6a00 !important;
}




/* =========================================
   STRONA "DODAJ / EDYTUJ ADRES" (Formularz)
   ========================================= */

/* 1. Nagłówek formularza */
body#address .my-account-page-content h2,
body#address .page-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 25px !important;
    border-bottom: none !important;
    padding: 0 !important;
}

/* 2. Szerokość i układ formularza */
body#address .address-form {
    max-width: 650px !important;
    background: transparent !important;
}

/* Spójność pól z Twoim stylem */
body#address .form-control {
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
}

body#address .form-control:focus {
    border-color: #6b7280 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Przycisk Zapisz w formularzu adresu */
body#address .form-footer button[type="submit"] {
    width: 250px !important;
    background-color: #ff6a00 !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    height: 48px !important;
    color: #fff !important;
    border: none !important;
    transition: background 0.2s ease !important;
}

body#address .form-footer button[type="submit"]:hover {
    background-color: #e65c00 !important;
}

/* Poprawka odstępu dla etykiet */
body#address .form-group label {
    font-weight: 500 !important;
    color: #374151 !important;
    margin-bottom: 8px !important;
}


/* =========================================
   NOWE, BIAŁE INPUTY (CHECKOUT + KONTO KLIENTA)
   ========================================= */

#checkout .form-control,
body#address .form-control,
body#addresses .form-control,
#customer-form .form-control {
    background-color: #ffffff !important; 
    border: 1px solid #e5e7eb !important; /* Jasnoszara ramka */
    border-radius: 10px !important;
    padding: 12px 16px !important;
    color: #111827 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: none !important;
}

/* Neutralny focus (bez pomarańczowego) */
#checkout .form-control:focus,
body#address .form-control:focus,
body#identity .form-control:focus,
body#addresses .form-control:focus,
#customer-form .form-control:focus {
    border-color: #6b7280 !important; /* Ciemniejszy szary przy kliknięciu */
    background-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.1) !important; /* Leciutka, neutralna poświata zamiast ostrego koloru */
    outline: none !important;
}

/* Naprawa Selectów (Kraj, Województwo) - dodanie własnej, ładnej strzałki */
#checkout select.form-control,
body#address select.form-control,
body#identity select.form-control,
body#addresses select.form-control {
    background-color: #ffffff !important;
    height: 48px !important;
    appearance: none !important; 
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    
    /* Rysujemy własną, nowoczesną strzałkę SVG dopasowaną do szarej ramki */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px !important;
    padding-right: 40px !important;
}









/* =========================================
   STRONA "HISTORIA ZAMÓWIEŃ" (Finalny Czysty Biały Styl SaaS)
   ========================================= */

/* Odsunięcie CAŁEGO panelu konta od breadcrumbs na górze */
.my-account-page-content-wrapper {
    margin-top: 35px !important; 
}

/* 1. Nagłówek i tekst pomocniczy - Zlicowane z menu, czyste */
body#history .my-account-page-content h2,
body#history .page-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 5px !important;
    border-bottom: none !important;
    padding: 0 !important;
    text-transform: none !important;
}

body#history .my-account-page-content h6 {
    color: #6b7280 !important;
    font-weight: 400 !important;
    margin-bottom: 30px !important;
    font-size: 14px !important;
}

/* 2. TWARDY RESET BOOTSTRAPA (Usuwamy zebrę i grube ramki) */
body#history .table-bordered,
body#history .table-bordered td,
body#history .table-bordered th {
    border: none !important;
}

body#history .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important; /* Wywalamy naprzemienne szare paski */
}

/* 3. Nowoczesna Tabela (Wygląd zaokrąglonej karty) */
body#history .table {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    overflow: hidden !important;
    border-collapse: separate !important; 
    border-spacing: 0 !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important;
}

/* Nagłówki kolumn tabeli (Jasnoszare tło) */
body#history .table thead th {
    background-color: #f9fafb !important;
    border-bottom: 1px solid #e5e7eb !important;
    color: #374151 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    padding: 16px !important;
    border-top: none !important;
}

/* Wiersze z danymi */
body#history .table tbody td, 
body#history .table tbody th {
    padding: 16px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f3f4f6 !important; /* Subtelna linia między wierszami */
    color: #4b5563 !important;
    font-size: 14px !important;
    background-color: #ffffff !important;
}

/* Usuwamy dolną linię z ostatniego wiersza */
body#history .table tbody tr:last-child td,
body#history .table tbody tr:last-child th {
    border-bottom: none !important;
}

/* 4. Statusy zamówień (Zaokrąglone pigułki) */
body#history .label.label-pill {
    padding: 6px 12px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    display: inline-block;
    border-radius: 12px !important;
}

/* 5. Ikona Faktury (PDF) - Neutralny grafit */
body#history .fa-file-pdf-o {
    color: #6b7280 !important;
    font-size: 18px !important;
}

/* 6. Kolumna akcji (Naprawa szerokości) */
body#history .order-actions {
    min-width: 130px !important;
    text-align: center;
}

/* Ukrywamy starą kreskę hr */
body#history .order-actions hr {
    display: none !important; 
}

/* =========================================
   7. ZAMIANA NAPISÓW W DWA GUZIKI OUTLINE
   ========================================= */

/* Styl wspólny dla obu guzików (Szczegóły i Zamów Ponownie) */
body#history .order-actions a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 12px !important;
    border-radius: 10px !important;
    border: 1px solid #e5e7eb !important; /* Cienkie neutralne obramowanie */
    background-color: #ffffff !important;
    color: #374151 !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    margin: 2px 2px !important; /* Odstęp między guzikami */
    text-transform: none !important;
}

/* Efekt najechania (Focus) - Ciemniejszy szary */
body#history .order-actions a:hover {
    border-color: #6b7280 !important;
    color: #111827 !important;
    text-decoration: none !important;
}

/* Reset marginesów dla reorder button (drugi guzik) */
body#history .order-actions a:not([data-link-action]) {
    margin-left: 5px !important;
}

/* =========================================
   8. WIDOK MOBILNY (Eleganckie karty)
   ========================================= */
@media (max-width: 767px) {
    body#history .orders .order {
        background: #ffffff !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 12px !important;
        padding: 20px !important;
        margin-bottom: 15px !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
    }
    
    body#history .orders .order h3 {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #111827 !important;
        margin-bottom: 10px !important;
    }
    
    body#history .orders .order .total {
        font-weight: 700 !important;
        color: #111827 !important;
        margin: 5px 0 !important;
    }
}



/* =========================================
   STRONA "SZCZEGÓŁY ZAMÓWIENIA" (TYLKO Czcionki i Zaokrąglenia)
   ========================================= */

/* 1. Zaokrąglenia oryginalnych klocków (box) */
.page-order-detail .box {
    border-radius: 12px !important;
}

/* 2. Zaokrąglenia przycisków i statusów */
.page-order-detail .btn {
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-family: inherit !important;
}

.page-order-detail .label.label-pill {
    border-radius: 20px !important; /* Idealna pigułka */
    font-weight: 600 !important;
    font-family: inherit !important;
}

/* Zaokrąglenie samej tabeli */
.page-order-detail .table {
    border-radius: 10px !important;
    overflow: hidden !important; 
}

/* 3. Poprawa czcionek - Nagłówki */
body#order-detail h1,
body#order-detail h2,
body#order-detail h3,
body#order-detail h4,
body#order-detail h6,
.page-order-detail .box h3,
.page-order-detail .box h4 {
    font-family: inherit !important;
    font-weight: 600 !important;
    color: #111827 !important; /* Ciemny, elegancki grafit */
}

/* 4. Poprawa czcionek - Tabele */
.page-order-detail .table thead th {
    font-family: inherit !important;
    font-weight: 600 !important;
    color: #374151 !important;
}

.page-order-detail .table tbody td,
.page-order-detail .table tbody th {
    font-family: inherit !important;
    color: #4b5563 !important; /* Łagodniejszy szary dla czytelności */
}

/* 5. Poprawa czcionek - Zwykły tekst, listy, adresy i pogrubienia */
.page-order-detail strong {
    font-weight: 600 !important;
    color: #111827 !important;
}

.page-order-detail address,
.page-order-detail li,
.page-order-detail .date {
    font-family: inherit !important;
    color: #4b5563 !important;
}

.page-order-detail a {
    font-family: inherit !important;
    font-weight: 500 !important;
}




/* =========================================
   STRONA "ŚLEDZENIE ZAMÓWIENIA GOŚCIA" (Prawidłowy, bezpieczny formularz)
   ========================================= */

/* 1. Główna karta formularza (Szersza i wyśrodkowana) */
#guestOrderTrackingForm {
    max-width: 550px !important; /* Szersza karta wg Twojej prośby */
    margin: 0 auto !important; /* Idealne wyśrodkowanie na stronie */
    background-color: #ffffff !important;
    padding: 40px 50px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important;
    border: none !important;
}

/* 2. Nagłówek i tekst wewnątrz karty */
#guestOrderTrackingForm .login-form-title {
    text-align: center !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 15px !important;
    text-transform: none !important;
}

#guestOrderTrackingForm header p {
    text-align: center !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    margin-bottom: 30px !important;
}

/* 3. Naprawa siatki Bootstrapa (Etykiety NAD polami tekstowymi) */
#guestOrderTrackingForm .form-group.row {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

#guestOrderTrackingForm .form-control-label {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    padding: 0 0 8px 0 !important;
    color: #374151 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

#guestOrderTrackingForm .form-group.row > div[class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    flex: none !important;
}

/* 4. Pola tekstowe i podpowiedzi */
#guestOrderTrackingForm .form-control {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    color: #111827 !important;
    width: 100% !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease !important;
}

#guestOrderTrackingForm .form-control:focus {
    border-color: #6b7280 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Tekst podpowiedzi (np. "Na przykład: QIIX...") */
#guestOrderTrackingForm .form-control-comment {
    display: block !important;
    margin-top: 8px !important;
    font-size: 12px !important;
    color: #6b7280 !important;
}

/* 5. Przycisk "Wyślij" na dole karty */
#guestOrderTrackingForm .form-footer {
    text-align: center !important;
    padding: 0 !important;
    margin-top: 25px !important;
}

#guestOrderTrackingForm .btn-primary {
    width: 100% !important; /* Rozciągnięty na całą szerokość karty */
    background-color: #ff6a00 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: background-color 0.2s ease !important;
}

#guestOrderTrackingForm .btn-primary:hover {
    background-color: #e65c00 !important;
}



/* =========================================
   STRONA "MOJE POKWITOWANIA" (Korekty płatności)
   ========================================= */

/* 1. Nagłówek i tekst pomocniczy - czyste zlicowanie */
body#order-slip .my-account-page-content h2,
body#order-slip .page-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 5px !important;
    border-bottom: none !important;
    padding: 0 !important;
    text-transform: none !important;
}

body#order-slip .my-account-page-content h6 {
    color: #6b7280 !important;
    font-weight: 400 !important;
    margin-bottom: 25px !important;
    font-size: 14px !important;
}

/* 2. TWARDY RESET BOOTSTRAPA (Usuwamy zebrę i grube ramki z tabeli) */
body#order-slip .table-bordered,
body#order-slip .table-bordered td,
body#order-slip .table-bordered th {
    border: none !important;
}

body#order-slip .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}

/* 3. Nowoczesna Tabela Pokwitowań (Biała karta) */
body#order-slip .table {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    overflow: hidden !important;
    border-collapse: separate !important; 
    border-spacing: 0 !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important;
}

/* Nagłówki kolumn tabeli */
body#order-slip .table thead th {
    background-color: #f9fafb !important;
    border-bottom: 1px solid #e5e7eb !important;
    color: #374151 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    padding: 16px !important;
    border-top: none !important;
}

/* Wiersze z danymi */
body#order-slip .table tbody td, 
body#order-slip .table tbody th {
    padding: 16px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f3f4f6 !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    background-color: #ffffff !important;
}

/* Usuwamy dolną linię z ostatniego wiersza */
body#order-slip .table tbody tr:last-child td,
body#order-slip .table tbody tr:last-child th {
    border-bottom: none !important;
}

/* Linki w tabeli (np. numer zamówienia DYQJALEMW) */
body#order-slip .table a[data-link-action="view-order-details"] {
    color: #111827 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

body#order-slip .table a[data-link-action="view-order-details"]:hover {
    color: #ff6a00 !important; /* Twój pomarańcz po najechaniu */
}

/* Ikona Faktury/PDF */
body#order-slip .fa-file-pdf-o {
    color: #6b7280 !important;
    font-size: 18px !important;
    transition: color 0.2s ease !important;
}

body#order-slip a:hover .fa-file-pdf-o {
    color: #ff6a00 !important;
}

/* 4. Pusty stan (Gdy nie ma pokwitowań - komunikat alert) */
body#order-slip .alert-info {
    background-color: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    color: #4b5563 !important;
    padding: 20px !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
}

/* 5. WIDOK MOBILNY (Eleganckie karty zamiast zgniecionej tabeli) */
@media (max-width: 767px) {
    body#order-slip .credit-slips .credit-slip {
        background: #ffffff !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 12px !important;
        padding: 20px !important;
        margin-bottom: 15px !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
    }
    
    body#order-slip .credit-slips .credit-slip ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    body#order-slip .credit-slips .credit-slip ul li {
        padding: 10px 0 !important;
        border-bottom: 1px solid #f3f4f6 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        color: #4b5563 !important;
        font-size: 14px !important;
    }
    
    body#order-slip .credit-slips .credit-slip ul li:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    
    body#order-slip .credit-slips .credit-slip ul li strong {
        color: #111827 !important;
        font-weight: 600 !important;
    }
}




/* =========================================
   STRONA "MOJE BONY RABATOWE" (Kupony)
   ========================================= */

/* 1. Nagłówek - czyste zlicowanie z menu */
body#discount .my-account-page-content h2,
body#discount .page-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 25px !important;
    border-bottom: none !important;
    padding: 0 !important;
    text-transform: none !important;
}

/* 2. TWARDY RESET BOOTSTRAPA (Usuwamy zebrę i grube ramki z tabeli) */
body#discount .table-bordered,
body#discount .table-bordered td,
body#discount .table-bordered th {
    border: none !important;
}

body#discount .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}

/* 3. Nowoczesna Tabela Kuponów (Biała karta) */
body#discount .table {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    overflow: hidden !important;
    border-collapse: separate !important; 
    border-spacing: 0 !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03) !important;
}

/* Nagłówki kolumn tabeli */
body#discount .table thead th {
    background-color: #f9fafb !important;
    border-bottom: 1px solid #e5e7eb !important;
    color: #374151 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    padding: 16px !important;
    border-top: none !important;
}

/* Wiersze z danymi */
body#discount .table tbody td, 
body#discount .table tbody th {
    padding: 16px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f3f4f6 !important;
    color: #4b5563 !important;
    font-size: 14px !important;
    background-color: #ffffff !important;
}

/* Usuwamy dolną linię z ostatniego wiersza */
body#discount .table tbody tr:last-child td,
body#discount .table tbody tr:last-child th {
    border-bottom: none !important;
}

/* WYRÓŻNIENIE KODU RABATOWEGO */
body#discount .table tbody th[scope="row"] {
    color: #111827 !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

/* 4. Pusty stan (Gdy klient nie ma bonów) */
body#discount .alert-info {
    background-color: #f9fafb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    color: #4b5563 !important;
    padding: 20px !important;
    font-weight: 500 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
}

/* 5. WIDOK MOBILNY (Eleganckie karty dla bonów) */
@media (max-width: 767px) {
    body#discount .cart-rules .cart-rule {
        background: #ffffff !important;
        border: 1px solid #e5e7eb !important;
        border-radius: 12px !important;
        padding: 20px !important;
        margin-bottom: 15px !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.02) !important;
    }
    
    body#discount .cart-rules .cart-rule ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    body#discount .cart-rules .cart-rule ul li {
        padding: 10px 0 !important;
        border-bottom: 1px solid #f3f4f6 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        color: #4b5563 !important;
        font-size: 14px !important;
    }
    
    body#discount .cart-rules .cart-rule ul li:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    
    body#discount .cart-rules .cart-rule ul li strong {
        color: #111827 !important;
        font-weight: 600 !important;
    }
}




/* =========================================
   STRONA "MOJA LISTA ŻYCZEŃ" (Poprawka: Nagłówek i Układ przycisku)
   ========================================= */


.my-account-page-content.col-sm-9 h2, h3{
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 25px !important;
    border-bottom: none !important;
    padding: 0 !important;
    text-transform: none !important;
}






/* 3. Zmniejszone zdjęcia i odstępy */
.iqitwishlist-product img {
    max-width:95px !important; /* Zmniejszone zdjęcia produktów */
    height: auto !important;
    border: none !important;
    border-radius: 10px !important;
}

.iqitwishlist-product {
    border-bottom: 1px solid #f2f4f7 !important;
    padding: 12px 0 !important; 
    margin: 0 !important;
}

.iqitwishlist-product hr {
    display: none !important;
}

.iqitwishlist-product:last-child {
    border-bottom: none !important;
}

/* Tytuły i atrybuty produktów */
.iqitwishlist-product .product-price {
    display: flex;
    color: #111827 !important;
    font-size: 16px !important;
    padding-left: 20px !important;
    justify-content: right;
}

/* 4. Przycisk "Dodaj do koszyka" - PO PRAWEJ STRONIE ILOŚCI */
/* Wymuszamy układ poziomy dla bloku z ilością i przyciskiem */

.iqitwishlist-product .input-group-add-cart{
    display: flex;
    padding-right: 10px;
}

.iqitwishlist-product .input-group-add-cart .form-control{
    width: auto;
    border: none !important;
    border-radius: 10px 0px 0px 10px !important; /* Połączone prawe rogi */
}


.iqitwishlist-product .add-to-cart,
.iqitwishlist-product .btn[data-button-action="add-to-cart"] {
    background-color: #ff6a00 !important;
    color: #ffffff !important;
    border: none !important;
     border: none !important;
    border-radius: 0 8px 8px 0 !important; /* Połączone prawe rogi */
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-top: 0 !important; /* Usuwamy margines, żeby zlicować z ilością */
    display: inline-block !important; 
    transition: background-color 0.2s ease !important;
    white-space: nowrap !important; /* Żeby tekst się nie łamał na dwie linie */
}

.iqitwishlist-product .add-to-cart:hover,
.iqitwishlist-product .btn[data-button-action="add-to-cart"]:hover {
    background-color: #e65c00 !important;
}

/* 5. Sekcja Udostępniania (Share your wishlist) - Połączony, długi input */
#iqitwishlist-share {
    background: transparent !important;
    border: none !important;
    padding: 20px 0 10px 0 !important;
}

#iqitwishlist-share h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 15px !important;
    text-transform: none !important;
}

/* Flexbox naprawia rozdzielenie inputa i przycisku */
#iqitwishlist-share .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: 100% !important;
}

#iqitwishlist-share .input-group .form-control {
    flex: 1 1 auto !important; /* Rozciąga się i wypycha przycisk do prawej */
    width: 100% !important;
    background-color: #f2f4f7 !important;
    border: none !important;
    border-radius: 10px 0 0 10px !important;
    color: #4b5563 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    padding: 12px 16px !important;
}

#iqitwishlist-share .input-group .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

#iqitwishlist-share .input-group-append {
    display: flex !important;
}

#iqitwishlist-share .input-group-append .btn {
    background-color: #ff6a00 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 8px 8px 0 !important; /* Połączone prawe rogi */
    font-weight: 600 !important;
    padding: 0 24px !important;
    white-space: nowrap !important;
    transition: background-color 0.2s ease !important;
}

#iqitwishlist-share .input-group-append .btn:hover {
    background-color: #e65c00 !important;
}

/* 6. Kosz na śmieci */
.iqitwishlist-product .js-iqitwishlist-remove {
    color: #9ca3af !important;
    font-size: 18px !important;
}

.iqitwishlist-product .js-iqitwishlist-remove:hover {
    color: #ef4444 !important;
}

/* =========================================
   Moje dane osobowe
   ========================================= */
    .col-xs-12.psgdprinfo17{
        border: 1px solid #e5e7eb !important;
        border-radius: 10px !important;
        padding: 26px 28px !important;
        background: none;
    }







/* =========================================
   Ukryj tooltip
   ========================================= */

.tooltip {
    display: none !important;
}






/* =========================================
   POWIADOMIENIE: DODANO DO LISTY ŻYCZEŃ (Właściwe klasy ns-box)
   ========================================= */

/* 1. Główny kontener dymku (Biała karta, zaokrąglenia, cień) */
#iqitwishlist-notification.ns-box {
    background-color: #272e3b !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e5e7eb !important;
    padding: 16px 24px !important;
    color: #ffffff !important;
}

/* Usunięcie domyślnych, starych stylów motywu dla tego boksu */
#iqitwishlist-notification .ns-box-inner {
    background: transparent !important;
    padding: 0 !important;
}

/* 2. Układ w środku: Ikonka i tekst w jednej, równej linii */
#iqitwishlist-notification .ns-title {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important; /* Odstęp między kółkiem a tekstem */
}

/* 3. Magia: Ikonka z ptaszkiem staje się nowoczesnym, zielonym kółkiem */
#iqitwishlist-notification .ns-title i.fa-check {
    background-color: #10b981 !important; /* Świeży, zielony kolor */
    color: #ffffff !important; /* Biały ptaszek w środku */
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important; /* Żeby kółko się nie zgniotło */
    border-radius: 50% !important; /* Idealne koło */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    margin: 0 !important;
}

/* 4. Tekst powiadomienia */
#iqitwishlist-notification .ns-title strong {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}



/* .custom-checkbox {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 12px !important;
}

.custom-checkbox input[type=checkbox] {
    position: absolute !important;
    opacity: 0 !important;
    width: 20px !important;
    height: 20px !important;
    margin: 2px 0 0 0 !important;
    cursor: pointer !important;
    z-index: 1 !important;
}

.custom-checkbox > span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;
    margin-top: 2px !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 6px !important;
    background-color: #fff !important;
    transition: all 0.2s ease !important;
    pointer-events: none !important;
}

.custom-checkbox input[type=checkbox]:checked + span {
    background-color: #FF5D14 !important;
    border-color: #FF5D14 !important;
}

.custom-checkbox > span i {
    display: none !important;
    color: #fff !important;
    font-size: 11px !important;
}

.custom-checkbox input[type=checkbox]:checked + span i {
    display: block !important;
}

.custom-checkbox label {
    font-size: 13px !important;
    color: #4b5563 !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
    margin-bottom: 0 !important;
}

.custom-checkbox label a {
    color: #ff6a00 !important;
    text-decoration: underline !important;
} */



/* =========================================
   CHECKOUT - GŁÓWNY UKŁAD I TYTUŁ
   ========================================= */

body#checkout {
    background-color: #f5f5f7;
}

#checkout .page-title {
    font-weight: 700;
    font-size: 2rem;
    color: #1d1d1f;
    border-bottom: none;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

/* =========================================
   GŁÓWNY KONTENER KROKU I USUWANIE PRZYCIEMNIENIA
   ========================================= */

.checkout-step,
.checkout-step.-unreachable,
.checkout-step:not(.-reachable) {
    background-color: #ffffff !important;
    border: 1px solid #f1f1f4 !important;
    border-radius: 12px !important;
    margin-bottom: 16px !important;
    padding: 24px 32px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03) !important;
    opacity: 1 !important; /* Totalne wymuszenie braku przezroczystości */
    transition: all 0.3s ease;
}

.checkout-step.-current {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
    border-color: #e5e5ea !important;
}

/* =========================================
   NAGŁÓWEK KROKU
   ========================================= */

.checkout-step .step-title,
.checkout-step.-unreachable .step-title,
.checkout-step:not(.-reachable) .step-title {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #1d1d1f !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    text-transform: none !important;
    opacity: 1 !important; 
}

.checkout-step.-current .step-title {
    margin-bottom: 24px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #f1f1f4 !important;
}

/* =========================================
   KÓŁKO Z NUMEREM - WYGLĄD BAZOWY I LOGIKA KOLORÓW
   ========================================= */

/* 1. DOMYŚLNIE (Kroki przyszłe, jeszcze nie zrobione -> SZARE) */
.checkout-step .step-number {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    flex-shrink: 0 !important;
    border-radius: 50% !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    
    /* Reset pozycji z Warehouse */
    position: relative !important; 
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 16px 0 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    float: none !important;
    
    /* Kolory dla kroków oczekujących */
    background-color: #e5e5ea !important; 
    color: #86868b !important;
}

/* 2. ZROBIONE (Kroki ukończone -> ZIELONE) */
.checkout-step.-complete .step-number {
    background-color: #28a745 !important;
    color: #ffffff !important;
}

/* 3. AKTYWNE (Krok, w którym jesteśmy TERAZ -> POMARAŃCZOWE) */
.checkout-step.-current .step-number {
    background-color: #28a745 !important;
    color: #ffffff !important;
}

/* Ukrywamy domyślnego "ptaszka" Prestashopa z tekstu */
.checkout-step .step-title .done {
    display: none !important; 
}

/* =========================================
   PRZYCISK EDYTUJ
   ========================================= */

.checkout-step .step-edit {
    margin-left: auto !important; /* Zawsze po prawej stronie */
    font-size: 0.9rem !important;
    color: #86868b !important;
    font-weight: 500 !important;
    display: inline-block !important;
    transition: color 0.2s;
}

.checkout-step .step-edit:hover {
    color: #ff6600 !important;
}

.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
} 

.menu_row{
    margin-right: calc(-.5 * var(--bs-gutter-x)) !important;
    margin-left: calc(-.5 * var(--bs-gutter-x)) !important;
}

/* =========================================
   ZACHĘTA DO LOGOWANIA - WERSJA ULTRACZYSTA
   ========================================= */

@media (min-width: 576px) {
    .col-sm-8 {
        width: auto;
    }
}

.login-prompt-box {
    background-color: transparent !important; 
    padding: 0 0 16px 0 !important;
    margin-bottom: 24px !important;
    border-bottom: 1px solid #f1f1f4 !important; /* Bardzo delikatna linia oddzielająca na dole */
    border-radius: 0 !important;
}

/* Upewniamy się, że ikona i tekst są w jednej linii */
.login-prompt-box .row {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important; /* Reset marginesów bootstrapa */
}

.login-prompt-box .text-muted {
    color: #1d1d1f !important;
    font-weight: 500 !important;
    font-size: 0.95rem;
}

/* Przycisk logowania - czysty, minimalistyczny link ze strzałką */
.btn-login-prompt {
    color: #ff6600 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 0.95rem !important;
    padding: 0 !important;
    background-color: transparent !important; /* Usuwamy to brzydkie blade tło */
    border: none !important;
    transition: color 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    margin-left: auto !important; /* Automatycznie dopycha do prawej krawędzi */
}

.btn-login-prompt:hover {
    color: #cc5200 !important; /* Lekko ciemniejszy pomarańcz przy najeżdżaniu */
}

/* Dodajemy małą strzałkę dla lepszego UX (styl Apple) */
.btn-login-prompt::after {
    content: '\203A'; /* Elegancka, ostra strzałka w prawo */
    font-size: 1.2rem;
    margin-left: 6px;
    margin-top: -2px;
    transition: transform 0.2s ease;
}

/* Animacja strzałki po najechaniu myszką */
.btn-login-prompt:hover::after {
    transform: translateX(4px); 
}


/* =========================================
   ROZWIJANY FORMULARZ LOGOWANIA W KROKU 1
   ========================================= */

#personal-information-step-login {
    background: #ffffff !important; /* Jasnoszare tło dla wyróżnienia sekcji logowania */
    border: 1px solid #e5e5ea;
    border-radius: 10px;
    padding: 24px;
    margin-top: 16px; /* Odstęp od napisu "Masz już konto?" */
    margin-bottom: 32px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02); /* Bardzo delikatny cień wewnętrzny */
}



/* =========================================
   SUWAK "STWÓRZ KONTO" - WERSJA PRO
   ========================================= */

/* Lżejszy, bardziej dyskretny kontener */
.create-account-toggle {
    background-color: transparent; /* Usuwamy ciężki szary blok */
    padding: 16px 0;
    border-top: 1px solid #f1f1f4; /* Subtelne odcięcie od reszty formularza */
    border-bottom: 1px solid #f1f1f4;
    margin-top: 24px;
    margin-bottom: 24px;
}

.create-account-label {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    margin-bottom: 4px !important;
}

/* Dużo mniejszy, zgrabniejszy suwak */
#create-account-checkbox {
    -webkit-appearance: none;
    appearance: none;
    width: 40px !important;  /* Zmniejszona szerokość */
    height: 22px !important; /* Zmniejszona wysokość */
    background-color: #e5e5ea !important;
    border-radius: 11px !important; /* Połowa wysokości */
    position: relative;
    cursor: pointer;
    outline: none;
    margin-right: 12px !important;
    margin-top: 0 !important;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
    border: none !important;
}

/* Proporcjonalnie mniejsze białe kółeczko */
#create-account-checkbox::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px; /* Mniejsze kółko */
    height: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* Delikatniejszy cień */
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* Stan włączony (Checked) */
#create-account-checkbox:checked {
    background-color: #ff6600 !important;
}

/* Przesunięcie mniejszego kółeczka dopasowane do nowych wymiarów */
#create-account-checkbox:checked::after {
    transform: translateX(18px); 
}

/* Typografia dostosowana do mniejszego suwaka */
.create-account-label .font-weight-bold {
    font-size: 1rem; /* Nieco mniejszy, zgrabniejszy font */
    color: #1d1d1f;
    margin-right: 6px;
}

.create-account-label .font-italic {
    color: #86868b;
    font-size: 0.9rem;
    font-style: normal !important;
}


.custom-checkbox input[type="checkbox"] + span {
    border-radius: 6px;
    padding: 8px !important;
}


/* =========================================
   WIDOK ZALOGOWANEGO UŻYTKOWNIKA (Screen 1)
   ========================================= */

/* Kafelek "Połączony jako..." */
.logged-in-card {
    display: flex;
    align-items: center;
    background-color: #ffffff; /* Delikatne tło wydzielające sekcję */
    padding: 16px 24px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #e5e5ea;
}

.logged-in-icon {
    font-size: 28px;
    color: #ff6600;
    margin-right: 20px;
}

.logged-in-details p {
    margin-bottom: 0 !important;
    line-height: 1.5;
}

.logged-in-details .identity {
    font-weight: 600;
    color: #1d1d1f;
    font-size: 1.05rem;
}

.logged-in-details .logout-link a {
    color: #86868b;
    text-decoration: underline;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.logged-in-details .logout-link a:hover {
    color: #ff6600;
}

/* Ostrzeżenie o wylogowaniu (koszyk) */
.logout-warning {
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    margin-bottom: 24px;
    font-size: 0.9rem;
    font-weight: 500;
}

.logout-warning i {
    margin-right: 12px;
    font-size: 1.2rem;
}


/* =========================================
   KROK 2: ADRESY - KAFELKI (KARTY)
   ========================================= */

/* Nagłówki sekcji (np. "Twój adres dostawy") */
#checkout .checkout-step .content h2.h4,
#checkout .checkout-step .content .h4 {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    color: #1d1d1f !important;
    margin-bottom: 20px !important;
    margin-top: 16px !important;
}

/* Pojedynczy kafelek z adresem */
#checkout .address-item {
    background-color: #ffffff !important;
    border: 2px solid #e5e5ea !important; /* Szara, miękka ramka dla nieaktywnych */
    border-radius: 12px !important;
    padding: 20px 24px !important;
    margin-bottom: 16px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

/* STAN WYBRANY (Aktywny adres) */
#checkout .address-item.selected {
    border-color: #ff6600 !important; /* Twoja firmowa, pomarańczowa ramka */
    box-shadow: 0 4px 14px rgba(255, 102, 0, 0.08) !important; /* Delikatna pomarańczowa poświata */
}

/* Ukrywamy stare poziome linie z motywu Warehouse */
#checkout .address-item hr {
    display: none !important; 
}

/* =========================================
   NAGŁÓWEK KAFELKA I RADIO BUTTONY
   ========================================= */

#checkout .address-item header {
    margin-bottom: 8px !important;
}

#checkout .address-item .radio-block {
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    margin: 0 !important;
    width: 100% !important;
}

/* Nazwa adresu (np. "Moje biuro", "Dom") */
#checkout .address-item .address-alias {
    font-weight: 600 !important;
    color: #1d1d1f !important;
    font-size: 1.05rem !important;
}



/* =========================================
   TREŚĆ ADRESU I PRZYCISKI EDYCJI
   ========================================= */

/* Dane adresowe */
#checkout .address-item .address {
    color: #515154 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    padding-left: 34px !important; /* Robi wcięcie, by tekst równał się z tytułem, a nie z kółkiem */
    margin-bottom: 16px !important;
}

/* Stopka z przyciskami "Edytuj" / "Usuń" */
#checkout .address-item .address-footer {
    display: flex !important;
    gap: 20px !important; /* Odstęp między przyciskami */
    padding-left: 34px !important;
}

#checkout .address-item .address-footer a {
    font-size: 0.9rem !important;
    color: #86868b !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: color 0.2s ease !important;
}

#checkout .address-item .address-footer a i {
    margin-right: 6px !important;
    font-size: 1rem !important;
}

#checkout .address-item .address-footer a:hover {
    color: #ff6600 !important;
}

/* =========================================
   LINK DODAWANIA NOWEGO ADRESU
   ========================================= */

#checkout p.add-address {
    margin-top: 16px !important;
    margin-bottom: 24px !important;
}

#checkout p.add-address a {
    display: inline-flex !important;
    align-items: center !important;
    color: #ff6600 !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    transition: all 0.2s ease !important;
}

#checkout p.add-address a i {
    margin-right: 8px !important;
    background-color: rgba(255, 102, 0, 0.1) !important; /* Miękkie tło pod plusem */
    border-radius: 50% !important;
    width: 24px !important;
    height: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#checkout p.add-address a:hover {
    color: #cc5200 !important;
    transform: translateX(4px) !important; /* Delikatne przesunięcie w prawo po najechaniu */
}


/* =========================================
   PRZYCISK "ADRES DO FAKTURY RÓŻNI SIĘ..."
   ========================================= */

/* Zamieniamy zwykły link w nowoczesny, miękki przycisk (Ghost Button) */
#checkout a[data-link-action="different-invoice-address"] {
    display: inline-flex !important;
    align-items: center !important;
    color: #ff6600 !important; /* Główny kolor marki */
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    padding: 12px 20px !important;
    background-color: rgba(255, 102, 0, 0.05) !important; /* Bardzo delikatne, pomarańczowe tło */
    border: 1px dashed rgba(255, 102, 0, 0.3) !important; /* Subtelna, przerywana ramka */
    border-radius: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    margin-top: 8px !important;
    margin-bottom: 16px !important;
    width: 100% !important; /* Rozciąga przycisk na pełną szerokość */
    justify-content: center !important; /* Środkuje tekst */
}

/* Dodajemy ikonkę Plusa z FontAwesome (którą ładuje Twój motyw) */
#checkout a[data-link-action="different-invoice-address"]::before {
    content: '\f067'; /* Kod ikony plusa */
    font-family: "FontAwesome";
    font-weight: normal;
    margin-right: 12px;
    font-size: 0.9rem;
    background-color: rgba(255, 102, 0, 0.1) !important; /* Kółeczko pod plusem */
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Reakcja na najechanie myszką (Hover) */
#checkout a[data-link-action="different-invoice-address"]:hover {
    background-color: rgba(255, 102, 0, 0.1) !important; /* Tło lekko ciemnieje */
    color: #cc5200 !important;
    border-color: rgba(255, 102, 0, 0.6) !important;
    transform: translateY(-2px) !important; /* Lekkie uniesienie na wzór kart */
    box-shadow: 0 6px 14px rgba(255, 102, 0, 0.08) !important; /* Pojawia się miękki cień */
}


.row.delivery-option.js-delivery-option{
    border-radius: 10px !important;
}

#delivery label{
    margin-bottom: 20px !important;
}

/* ==========================================================================
   KOSZYK - WYBÓR DOSTAWY (NOWOCZESNE KARTY)
   ========================================================================== */

/* Kontener całej listy przewoźników */
.custom-delivery-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important; /* Równe odstępy między kartami */
    margin-bottom: 30px !important;
}

/* Wygląd pojedynczej karty */
.custom-carrier-box {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* EFEKT ZAZNACZENIA - Zmienia ramkę na pomarańczową, gdy radio jest checked */
.custom-carrier-box:has(input[type="radio"]:checked) {
    border-color: #ff6a00 !important;
    box-shadow: 0 0 0 1px #ff6a00 !important; /* Efekt "grubszej" ramki */
}

/* Obszar klikalny na całej karcie */
.custom-carrier-label {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    cursor: pointer !important;
}

/* 1. Kółko Radio */
.custom-carrier-label .carrier-radio {
    margin-right: 15px !important;
    display: flex !important;
    align-items: center !important;
}

.custom-carrier-label .carrier-radio .custom-radio {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* Kolor kółka radio (Pomarańczowy dla zaznaczonego) */
.custom-carrier-label input[type="radio"]:checked + span {
    background-color: #ff6a00 !important;
}

/* 2. Nazwa przewoźnika */
.custom-carrier-label .carrier-name-delay {
    flex: 1 1 auto !important; /* Rozciąga się i spycha cenę na prawą stronę */
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important; /* Zapobiega wypychaniu zawartości */
    padding-right: 15px !important;
}

.custom-carrier-label .carrier-name {
    font-weight: 600 !important;
    color: #111827 !important;
    font-size: 16px !important;
    display: block !important;
}

.custom-carrier-label .carrier-delay {
    font-size: 13px !important;
    color: #6b7280 !important;
    margin-top: 2px !important;
}

/* 3. Logo i Cena */
.custom-carrier-label .carrier-logo-price {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important; /* Odstęp między logo a ceną */
}

/* NAPRAWA GIGANTYCZNEGO LOGO - Wymuszony mały rozmiar */
.custom-carrier-label .carrier-logo-small {
    max-height: 28px !important;
    max-width: 80px !important;
    object-fit: contain !important;
    margin: 0 !important;
}

.custom-carrier-label .carrier-price {
    font-weight: 700 !important;
    color: #111827 !important;
    font-size: 16px !important;
    min-width: 65px !important;
    text-align: right !important;
}

/* =========================================
   WYGLĄD POLA NA KOMENTARZ
   ========================================= */
.custom-delivery-comment {
    margin-top: 30px !important;
}

.custom-delivery-comment .comment-label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 12px !important;
    display: block !important;
}

.custom-textarea {
    border-radius: 12px !important;
    border: 1px solid #e5e7eb !important;
    background-color: #f9fafb !important;
    padding: 16px !important;
    font-size: 15px !important;
    color: #111827 !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
}

.custom-textarea:focus {
    background-color: #ffffff !important;
    border-color: #ff6a00 !important;
    box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.1) !important;
    outline: none !important;
}

/* Duży pomarańczowy guzik "Dalej" */
.custom-continue-btn {
    background-color: #ff6a00 !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 16px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.custom-continue-btn:hover {
    background-color: #e65c00 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 106, 0, 0.2) !important;
}

/* Responsywność dla małych telefonów */
@media (max-width: 575px) {

    
    .custom-carrier-label .carrier-logo-small {
        max-height: 20px !important;
        max-width: 60px !important;
    }
    
    .custom-carrier-label .carrier-name {
        font-size: 14px !important;
    }
    
    .custom-carrier-label .carrier-price {
        font-size: 14px !important;
    }
}

/* ==========================================================================
   NAPRAWA GIGANTYCZNEGO LOGO KURIERA I STYL KARTY
   ========================================================================== */

/* 1. Wymuszenie małego rozmiaru logo (ściąga tekst do lewej) */
.summary-selected-carrier img.img-fluid,
.delivery-option img {
    max-width: 80px !important; /* Maksymalna szerokość logo */
    max-height: 40px !important; /* Maksymalna wysokość logo */
    object-fit: contain !important; /* Zapobiega zniekształcaniu proporcji */
    width: auto !important;
    margin-right: 15px !important;
}

/* 2. Stylizowanie całego bloku na nowoczesną kartę (w stylu InPost) */
.summary-selected-carrier,
.delivery-option {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    transition: all 0.2s ease !important;
    display: block !important;
}

/* Wyrównanie elementów wewnątrz (wymuszenie linii poziomej) */
.summary-selected-carrier .row,
.delivery-option .row {
    flex-wrap: nowrap !important; /* Zapobiega spadaniu elementów do nowej linii */
    align-items: center !important;
}

/* Pogrubienie nazwy kuriera i ceny */
.summary-selected-carrier .col,
.delivery-option .carrier-name {
    font-weight: 600 !important;
    color: #111827 !important;
    font-size: 16px !important;
}

.summary-selected-carrier .col-auto:last-child,
.delivery-option .carrier-price {
    font-weight: 700 !important;
    color: #111827 !important;
    font-size: 16px !important;
    text-align: right !important;
}

/* 3. Efekt hover/focus w Twoim pomarańczowym kolorze */
.summary-selected-carrier:hover,
.delivery-option:hover,
.delivery-option:has(input[type="radio"]:checked) {
    border-color: #ff6a00 !important;
    box-shadow: 0 0 0 1px #ff6a00 !important;
}


/* =========================================
   KROK 4: PŁATNOŚCI (KOMPLETNY KOD Z NAPRAWĄ KLIKANIA)
   ========================================= */

/* Kontener na wszystkie opcje płatności */
#checkout .payment-options {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    
}

/* Wygląd pojedynczego kafelka płatności (z naprawą klikalności) */
#checkout .payment-option {
    background-color: #ffffff !important;
    border: 2px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 16px 20px !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    transition: border-color 0.2s ease !important;
    position: relative !important; /* Wymagane do pełnej klikalności */
}

/* Najechanie myszką na płatność */
#checkout .payment-option:hover {
    border-color: #ff6600 !important;
}

/* STAN AKTYWNY (Wybrana płatność) */
#checkout .payment-option:has(input[type="radio"]:checked) {
    border-color: #ff6600 !important;
    background-color: #fffaf6 !important;
}

/* =========================================
   NAPRAWA KLIKALNOŚCI I UKŁAD WEWNĄTRZ
   ========================================= */

/* Etykieta (rozciągnięta na cały kafelek) */
#checkout .payment-option label {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 !important;
    position: static !important; /* Wymagane do działania nakładki */
}

/* Niewidzialna, klikalna nakładka na cały kafelek */
#checkout .payment-option label::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
    z-index: 10 !important;
}

/* Kółko wyboru po lewej */
#checkout .payment-option .custom-radio {
    margin-right: 16px !important;
    margin-top: 0 !important;
    z-index: 11 !important;
    pointer-events: none !important; /* Przepuszcza kliknięcie do etykiety */
}

/* Nazwa metody płatności */
#checkout .payment-option label span {
    font-weight: 600 !important;
    color: #1d1d1f !important;
    font-size: 1.05rem !important;
}

/* Logo metody płatności */
#checkout .payment-option label img {
    max-height: 28px !important;
    border-radius: 4px !important;
    margin-left: 12px !important;
}

/* =========================================
   DODATKOWE INFORMACJE O PŁATNOŚCI
   ========================================= */

#checkout .additional-information {
    /* background-color: #f9fafb !important; */
    /* border: 1px solid #e5e7eb !important;
    border-radius: 8px !important; */
    /* padding: 16px 20px !important; */
    margin-top: 8px !important;
    margin-bottom: 16px !important;
    font-size: 0.95rem !important;
    color: #4b5563 !important;
}
body#checkout .additional-information{
    margin-left: 0;
}
.przelewy24-repayment__additional-information{
    margin-left: 0;
    margin-top: 0;
}

.przelewy24-payment-option-nested__title{
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}

/* =========================================
   REGULAMIN I GŁÓWNY PRZYCISK
   ========================================= */

#conditions-to-approve {
    margin-top: 10px !important;
    padding-top: 24px !important;
    border-top: 1px solid #e5e7eb !important;
}

#conditions-to-approve ul {
    list-style: none !important;
    padding: 0 !important;
}

#conditions-to-approve li {
    margin-bottom: 12px !important;
}

/* Przycisk "ZAMAWIAM I PŁACĘ" */
#payment-confirmation .btn-primary {
    background-color: #ff6600 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 18px 24px !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: 100% !important;
    transition: background-color 0.2s ease !important;
}

#payment-confirmation .btn-primary:hover:not(.disabled) {
    background-color: #e65c00 !important;
}

#payment-confirmation .btn-primary.disabled {
    background-color: #d1d5db !important;
    color: #9ca3af !important;
    cursor: not-allowed !important;
}



/* =========================================
   PODSUMOWANIE ZAMÓWIENIA (KROK PRZED PŁATNOŚCIĄ)
   ========================================= */

/* Główne nagłówki sekcji (Adresy, Metoda dostawy, Pozycje) */
#order-summary-content h4.h4.black,
#order-summary-content h5.h5,
#order-items .card-title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-weight: 600 !important;
    font-size: 1.15rem !important;
    color: #1d1d1f !important;
    margin-bottom: 16px !important;
    margin-top: 24px !important;
    text-transform: none !important;
    border-bottom: none !important;
}

/* Przyciski "edytuj" przy nagłówkach */
#order-summary-content .step-edit {
    font-size: 0.9rem !important;
    color: #86868b !important;
    font-weight: 500 !important;
    text-transform: lowercase !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
}

#order-summary-content .step-edit:hover {
    color: #ff6600 !important;
}

/* =========================================
   KARTY: ADRESY I DOSTAWA
   ========================================= */

#order-summary-content .address-block,
#order-summary-content .summary-selected-carrier {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin-bottom: 16px !important;
    box-shadow: none !important;
}

/* Reset wewnętrznych marginesów w karcie adresu */
#order-summary-content .address-block .card-body {
    padding: 0 !important;
    color: #4b5563 !important;
    line-height: 1.6 !important;
}

#order-summary-content .addresshead {
    font-weight: 600 !important;
    color: #1d1d1f !important;
    margin-bottom: 12px !important;
    font-size: 1rem !important;
}

/* Układ w karcie dostawy */
#order-summary-content .summary-selected-carrier .row {
    margin: 0 !important;
}

#order-summary-content .summary-selected-carrier .carrier-name {
    font-weight: 600 !important;
    color: #1d1d1f !important;
    display: block !important;
    margin-bottom: 4px !important;
}

#order-summary-content .summary-selected-carrier .carrier-price {
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    color: #1d1d1f !important;
}

/* =========================================
   LISTA PRODUKTÓW
   ========================================= */

/* Kontener na całą listę z produktami i tabelą sum */
#order-items .order-confirmation-table {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin-bottom: 32px !important;
}

/* Pojedynczy wiersz z produktem */
.order-confirmation-table .order-line {
    padding: 16px 0 !important;
    border-bottom: 1px solid #f1f1f4 !important;
    margin: 0 !important;
}

.order-confirmation-table .order-line:last-of-type {
    border-bottom: none !important; /* Usuwa kreskę pod ostatnim produktem */
}

/* Zdjęcie produktu */
.order-confirmation-table .order-line .image img {
    border-radius: 8px !important;
    border: 1px solid #f1f1f4 !important;
    padding: 2px !important;
}

/* Nazwa produktu */
.order-confirmation-table .order-line .details span {
    font-weight: 500 !important;
    color: #1d1d1f !important;
    display: block !important;
    margin-bottom: 4px !important;
}

/* Ilości i ceny w wierszu produktu */
.order-confirmation-table .order-line .qty .row {
    align-items: center !important;
    color: #4b5563 !important;
}

.order-confirmation-table .order-line .qty .bold {
    font-weight: 600 !important;
    color: #1d1d1f !important;
}

/* =========================================
   TABELA Z PODSUMOWANIEM (Suma końcowa)
   ========================================= */

.order-confirmation-table table {
    width: 100% !important;
    margin-top: 16px !important;
    border-top: 1px solid #e5e7eb !important; /* Oddzielenie produktów od podsumowania */
    padding-top: 16px !important;
}

/* Wiersze z kwotami (Produkty, Dostawa) */
.order-confirmation-table table tr td {
    padding: 8px 0 !important;
    color: #4b5563 !important;
    font-size: 0.95rem !important;
}

/* Kwoty wyrównane do prawej */
.order-confirmation-table table tr td:last-child {
    text-align: right !important;
    font-weight: 500 !important;
    color: #1d1d1f !important;
}

/* GŁÓWNA KWOTA "DO ZAPŁATY" */
.order-confirmation-table table tr.total-value td {
    padding-top: 20px !important;
    color: #1d1d1f !important;
}

.order-confirmation-table table tr.total-value td span {
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    text-transform: none !important; /* Wyłącza duże litery wymuszane przez szablon */
}

.order-confirmation-table table tr.total-value td:last-child {
    font-size: 1.5rem !important; /* Wyraźnie powiększona kwota końcowa */
    font-weight: 700 !important;
}

/* Podatek (Z VAT) */
.order-confirmation-table table tr.taxes td {
    padding-top: 4px !important;
    font-size: 0.85rem !important;
    color: #86868b !important;
}



/* =========================================
   STRONA POTWIERDZENIA ZAMÓWIENIA (SUKCES)
   ========================================= */

/* Tło dla spójności */
body#order-confirmation {
    background-color: #f5f5f7 !important;
}

#content-hook_order_confirmation {
    margin-top: 32px !important;
}

/* =========================================
   LEWA KOLUMNA - KOMUNIKAT O SUKCESIE
   ========================================= */

/* Główny nagłówek "Twoje zamówienie zostało potwierdzone" */
#content-hook_order_confirmation .page-title {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #1d1d1f !important;
    border-bottom: none !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 24px !important;
    text-transform: none !important;
}

/* Duży zielony "ptaszek" obok tytułu */
#content-hook_order_confirmation .page-title i {
    color: #28a745 !important; /* Świeży, zielony kolor sukcesu */
    font-size: 2.4rem !important;
    margin-right: 16px !important;
}

/* Szara ramka z informacją o wysłaniu maila */
.mail-sent-info {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 20px 24px !important;
    color: #4b5563 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 32px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02) !important;
}

.mail-sent-info a {
    color: #ff6600 !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.mail-sent-info a:hover {
    text-decoration: underline !important;
}

/* =========================================
   PRAWA KOLUMNA - KARTA "PARAGONU"
   ========================================= */

/* Biała karta ze szczegółami zamówienia */
#order-details {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02) !important;
}

/* Nagłówek "Szczegóły zamówienia" */
#order-details .card-title {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    color: #1d1d1f !important;
    border-bottom: 1px solid #f1f1f4 !important;
    padding-bottom: 16px !important;
    margin-bottom: 16px !important;
    text-transform: none !important;
}

/* Lista szczegółów (Nr zamówienia, metoda płatności) */
#order-details ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#order-details ul li {
    padding: 10px 0 !important;
    border-bottom: 1px solid #f9fafb !important;
    color: #4b5563 !important;
    font-size: 0.95rem !important;
    display: flex !important;
    flex-direction: column !important; /* Pozwala np. dacie dostawy zejść ładnie pod spód */
}

#order-details ul li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

/* Pogrubienie dla ważnych danych jak "Numer zamówienia: XYZ" */
#order-reference-value {
    font-weight: 600 !important;
    color: #1d1d1f !important;
    font-size: 1.05rem !important;
}

#order-details ul li em {
    font-style: normal !important;
    color: #86868b !important;
    font-size: 0.85rem !important;
    margin-top: 4px !important;
}

/* =========================================
   TABELA PRODUKTÓW NA KONIEC
   ========================================= */

/* Obudowanie produktów w taką samą kartę jak wyżej */
.order-confirmation-details .order-confirmation-table {
    background-color: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 24px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02) !important;
}

.order-confirmation-details .order-confirmation-table .order-line {
    border-bottom: 1px solid #f1f1f4 !important;
    padding: 12px 0 !important;
    margin: 0 !important;
}

.order-confirmation-details .order-confirmation-table .order-line:last-child {
    border-bottom: none !important;
}

/* Subtelniejsze teksty w podsumowaniu */
.order-confirmation-details .order-confirmation-table .details span {
    font-weight: 500 !important;
    color: #1d1d1f !important;
}

.order-confirmation-details .order-confirmation-table hr {
    display: none !important; /* Ukrywamy brzydkie kreski systemowe */
}










/* =========================================
   MEGAMENU - POZIOM 2 (NAPRAWA ODSUNIĘCIA)
   ========================================= */

/* 1. PRZENIESIENIE PUNKTU ODNIESIENIA NA SAM TEKST */
#iqitmegamenu-horizontal .cbp-hrsub-haslevel2 {
    position: static !important; /* Zdejmujemy pozycję z głównej listy */
}



/* 2. LEWITUJĄCA KARTA (Dropdown) - TWARDE ODSUNIĘCIE */
#iqitmegamenu-horizontal ul.cbp-hrsub-level2 {
    position: absolute !important;
    top: -5px !important;
    /* MAGIA CALC(): Całkowicie zastępuje niedziałający margin-left */
    left: calc(100% + 8px) !important; 
    margin-left: 0 !important; /* Zerujemy, żeby motyw nam tu nic nie psuł */
    background-color: #ffffff !important;
    border: 1px solid #f1f1f4 !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0,0,0,0.03) !important;
    padding: 46px !important;
    width: 300px !important;
    z-index: 10000 !important;
    /* Animacja wysuwania */
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px) !important; /* Zmiana: karta wjedzie delikatnie z dołu, żeby nie gryzło się z odsunięciem w poziomie */
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}

/* 3. POKAZANIE MENU PO NAJECHANIU */
#iqitmegamenu-horizontal .cbp-hrsub-haslevel2:hover > .cbp-category-link-w > ul.cbp-hrsub-level2,
#iqitmegamenu-horizontal .cbp-hrsub-haslevel2:hover > ul.cbp-hrsub-level2 {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important; /* Zakończenie animacji z dołu */
}

/* 4. Elementy listy */
#iqitmegamenu-horizontal ul.cbp-hrsub-level2 li {
    display: block !important;
    padding: 0 12px !important; /* Margines boczny, żeby hover nie dotykał krawędzi karty */
    margin-bottom: 2px !important;
    border: none !important;
}

/* 5. Same linki wewnątrz - TOTALNY RESET WYGLĄDU */
#iqitmegamenu-horizontal ul.cbp-hrsub-level2 li a,
#iqitmegamenu-horizontal ul.cbp-hrsub-level2 li a span {
    display: block !important;
    padding: 10px 16px !important; /* Wymuszone światło i przestrzeń wokół tekstu */
    color: #374151 !important; /* Elegancki, ciemny szary */
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: none !important; /* ZABIJA WIELKIE LITERY - MUST HAVE! */
    text-decoration: none !important;
    background-color: transparent !important;
    border-radius: 8px !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    transition: all 0.2s ease !important;
}

/* 6. Apple/Nike Hover Effect (Efekt najechania myszką) */
#iqitmegamenu-horizontal ul.cbp-hrsub-level2 li a:hover {
    color: #ff6600 !important;
    padding-left: 1px !important; /* Tekst płynnie wsuwa się w prawo */
}

/* Zapewnienie, że wewnątrz span też zmieni się kolor */
#iqitmegamenu-horizontal ul.cbp-hrsub-level2 li a:hover span {
    color: #ff6600 !important;
}




/* ===== Product Info Strip ===== */
.product-info-strip {
    display: flex;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 18px;
}
.product-info-strip__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 12px 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #555;
    background: none;
    border: none;
    border-right: 1px solid #e8e8e8;
    cursor: pointer;
    transition: color 0.15s, background 0.15s;
    line-height: 1.2;
}
.product-info-strip__item:last-child {
    border-right: none;
}
.product-info-strip__item:hover {
    color: #e85d00;
    background: #fdf5f0;
}
.product-info-strip__item--static {
    cursor: default;
}
.product-info-strip__item--static:hover {
    color: #555;
    background: none;
}
.product-info-strip__item--static:hover i {
    transform: none;
}
.product-info-strip__item i {
    font-size: 18px;
    color: #e85d00;
    transition: transform 0.15s;
}
.product-info-strip__item:hover i {
    transform: scale(1.15);
}

/* ===== Popup rozmiarówki i innych ===== */
.pis-popup {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pis-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
    cursor: pointer;
    z-index: 0;
}
.pis-popup__box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 8px;
    max-width: 95vw;
    max-height: 92vh;
    width: auto;
    overflow: hidden;
    padding: 14px 16px 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.35);
    display: inline-flex;
    flex-direction: column;
}
.pis-popup__close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 24px;
    color: #555;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    z-index: 2;
}
.pis-popup__close:hover { color: #111; }
.pis-popup__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    padding-right: 36px;
    flex-shrink: 0;
}
.pis-popup__body {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pis-sizechart {
    overflow: hidden;
    cursor: zoom-in;
    touch-action: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}
.pis-sizechart--active {
    cursor: zoom-out;
}
.pis-sizechart img {
    max-width: min(95vw, 100%);
    max-height: calc(90vh - 90px);
    width: auto;
    height: auto;
    display: block;
    transform-origin: 50% 50%;
    transition: transform 0.15s ease;
    user-select: none;
    -webkit-user-drag: none;
}
.pis-sizechart img.pis-zoomed {
    transform: scale(2);
}


/* ==========================================================================
   NOWOCZESNA STOPKA: CIEMNY NEWSLETTER + JASNA RESZTA (Warehouse Theme)
   ========================================================================== */

/* =========================================
   SEKCJA NEWSLETTERA (PERFEKCYJNE DOPASOWANIE)
   ========================================= */

/* Tło całej sekcji */
#footer-container-first {
    background-color: #2b2d35 !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    border-bottom: none !important;
}

/* Nagłówek (nieco większy, nowocześniejszy) */
.block-newsletter h5 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 24px !important;
    text-transform: none !important;
    letter-spacing: -0.5px !important;
}

/* 1. KONTENER GŁÓWNY (Tło na transparentne - KLUCZ DO NAPRAWY BIAŁEJ RAMKI) */
.input-group.newsletter-input-group {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 480px !important; /* Delikatnie szerszy */
    background-color: transparent !important; /* Przezroczysty, zero białego pod spodem! */
    border-radius: 12px !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important; /* Ładniejszy, głęboki cień */
}

/* 2. POLE TEKSTOWE */
.input-group.newsletter-input-group .form-control {
    flex: 1 1 auto !important;
    height: 54px !important; /* Wyższy, wygodniejszy do klikania (Premium feel) */
    background-color: #ffffff !important; /* Białe tło wędruje TYLKO tu */
    border: none !important;
    border-radius: 12px 0 0 12px !important;
    color: #111827 !important;
    font-size: 15px !important;
    padding: 0 24px !important;
    margin: 0 !important;
    box-shadow: none !important;
    z-index: 1 !important;
}

.input-group.newsletter-input-group .form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* 3. WRAPPER PRZYCISKU (Reset Bootstrapa) */
.input-group.newsletter-input-group .input-group-btn,
.input-group.newsletter-input-group .input-group-append {
    display: flex !important;
    align-items: stretch !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* 4. POMARAŃCZOWY GUZIK */
.btn.btn-primary.btn-subscribe.btn-iconic {
    height: 54px !important; /* Sztywno dopasowana wysokość do inputa */
    min-width: 70px !important; /* Przyjemnie szeroki przycisk */
    background-color: #ff6a00 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 12px 12px 0 !important; /* Zaokrąglenie tylko z prawej */
    font-size: 18px !important; /* Większa koperta */
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.2s ease !important;
    cursor: pointer !important;
    z-index: 2 !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn.btn-primary.btn-subscribe.btn-iconic:hover {
    background-color: #e65c00 !important;
}

/* 5. TEKST POMOCNICZY (RODO) */
.block-newsletter p {
    color: #9ca3af !important; /* Rozjaśniony szary, żeby nie ginął na granacie */
    font-size: 13px !important;
    margin-top: 16px !important;
    line-height: 1.5 !important;
}


/* =========================================
   2. GŁÓWNA STOPKA (BIAŁE TŁO I LINKI)
   ========================================= */

/* Główny kontener - usunięcie wszelkich górnych odstępów i ramek */
#footer-container-main {
    background-color: #ffffff !important;
    padding-top: 30px !important; 
    padding-bottom: 20px !important;
    border-top: none !important;
    margin-top: 0 !important;
}

/* TWARDY RESET: Usuwamy główną, szarą linię nad linkami (często generowaną przez kontener wewn.) */
#footer-container-main > .container {
    border-top: none !important;
}
#footer-container-main hr,
.footer-container hr {
    display: none !important;
}

/* 1. NAGŁÓWKI KOLUMN (Bez pomarańczowych kresek) */
#footer-container-main .footer-block-title,
#footer-container-main .block-title,
#footer-container-main h4 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 20px !important;
    padding-bottom: 0 !important;
    text-transform: none !important;
    border-bottom: none !important;
}

/* Wymuszenie ukrycia tych irytujących krótkich kreseczek */
#footer-container-main .footer-block-title::after,
#footer-container-main .footer-block-title::before,
#footer-container-main .block-title::after,
#footer-container-main .block-title::before,
#footer-container-main h4::after,
#footer-container-main h4::before {
    display: none !important;
    content: none !important;
}

/* 2. LISTA LINKÓW */
#footer-container-main ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#footer-container-main ul li {
    margin-bottom: 12px !important;
}

/* Linki - reset wcięć i ukrycie strzałek */
#footer-container-main ul li a {
    color: #4b5563 !important; 
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: transform 0.2s ease, color 0.2s ease !important;
    padding-left: 0 !important; /* Usuwa wcięcie */
}

/* Zabijamy strzałki ">" generowane przez CSS */
#footer-container-main ul li a::before {
    display: none !important;
    content: none !important;
}

/* Efekt najechania (Hover) */
#footer-container-main ul li a:hover {
    color: #ff6a00 !important;
    transform: translateX(4px) !important; 
}

/* =========================================
   3. SEKCJA "POMOC" (KONTAKT) - PRECYZYJNY UKŁAD
   ========================================= */

/* Ukrycie brzydkich systemowych kresek rozdzielających (hr) */
#footer-container-main .contact-rich hr {
    display: none !important;
}

/* Wiersz z informacją (np. telefon, email) */
#footer-container-main .contact-rich .part {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

/* Kontener ikony: sztywna szerokość gwarantuje, że teksty po prawej zawsze ułożą się w równej linii! */
#footer-container-main .contact-rich .part .icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 24px !important; /* Sztywna szerokość bloku ikony */
    margin-right: 12px !important; /* Odstęp ikony od tekstu */
    color: #ff6a00 !important; /* Twój pomarańczowy */
}

/* Sama ikonka */
#footer-container-main .contact-rich .part .icon i {
    font-size: 16px !important;
    margin: 0 !important;
}

/* Tekst nielinkowany w kontakcie */
#footer-container-main .contact-rich .part .data {
    color: #4b5563 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

/* Klikalne linki w kontakcie (np. adres email, numer tel) */
#footer-container-main .contact-rich .part .data a {
    color: #111827 !important; /* Ciemny grafit dla czytelności */
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

#footer-container-main .contact-rich .part .data a:hover {
    color: #ff6a00 !important;
}

/* Godziny otwarcia (tekst w znaczniku <p>, który nie ma ikonki) */
#footer-container-main .contact-rich .part p {
    margin: 0 !important;
    /* Przesunięcie o szerokość ikony (24px) + margines (12px), żeby idealnie zlicować z tekstem u góry! */
    padding-left: 36px !important; 
    color: #4b5563 !important;
    font-size: 14px !important;
}

/* =========================================
   3. DANE FIRMY / WŁAŚCICIEL (ELEMENTOR W STOPCE)
   ========================================= */

/* Wydzielamy to wizualnie. Zakładam, że ten elementor-widget-text-editor jest na samym dole w #footer-container-main */
#footer-container-main .elementor-widget-text-editor {
    margin-top: 40px !important; /* Oddzielamy go mocno od kolumn z linkami */
    padding-top: 25px !important;
    border-top: 1px solid #f3f4f6 !important; /* Zgrabna szara linia tylko nad danymi firmy */
    text-align: center !important; /* Wyśrodkowanie tekstu daje profesjonalny efekt */
}

#footer-container-main .elementor-text-editor p {
    color: #6b7280 !important; /* Delikatny szary, żeby nie krzyczał */
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}




/* =========================================
   COOKIE BANER
   ========================================= */
   #cc-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.6) !important;
    z-index: 999999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
}
#cc-overlay.cc-visible { display: flex !important; }
#cc-modal {
    background: #ffffff;
    border-radius: 12px;
    width: 90%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    font-family: inherit;
    font-size: 14px;
    color: #333333;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
}
#cc-modal-header {
    padding: 1.5rem 1.5rem 0.5rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
#cc-modal-header img {
    height: 22px;
    width: auto;
    display: block;
}
.cc-brand {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    display: block;
}
.cc-screen { padding: 1.25rem 1.5rem 1.5rem; }
.cc-tab-content p {
    color: #555555;
    font-size: 13px;
    line-height: 1.65;
    margin: 0 0 0.75rem;
}
.cc-tab-content a { color: #e87722; text-decoration: underline; }
.cc-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f0f0f0;
}
.cc-toggle-row:last-of-type { border-bottom: none; }
.cc-toggle-info strong { display: block; font-size: 13px; font-weight: 600; color: #222; margin-bottom: 2px; }
.cc-toggle-info span { font-size: 12px; color: #999999; }
.cc-toggle-switch { position: relative; width: 44px; height: 24px; flex-shrink: 0; margin-left: 1rem; }
.cc-toggle-switch input { opacity: 0; width: 0; height: 0; }
.cc-toggle-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background: #dddddd; border-radius: 24px; transition: 0.2s; }
.cc-toggle-slider:before { position: absolute; content: ""; height: 18px; width: 18px; left: 3px; bottom: 3px; background: white; border-radius: 50%; transition: 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,0.2); }
.cc-toggle-switch input:checked + .cc-toggle-slider { background: #e87722; }
.cc-toggle-switch input:checked + .cc-toggle-slider:before { transform: translateX(20px); }
.cc-toggle-switch input:disabled + .cc-toggle-slider { opacity: 0.6; cursor: not-allowed; }
#cc-modal-footer {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    margin-top: 1.25rem;
}
#cc-modal-footer-settings {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    margin-top: 1.25rem;
}
.cc-btn-all {
    flex: 1;
    padding: 0.75rem;
    background: #e87722;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: opacity 0.2s;
}
.cc-btn-all:hover { opacity: 0.88; }
.cc-btn-necessary {
    flex: 1;
    padding: 0.75rem;
    background: transparent;
    color: #444444;
    border: 1.5px solid #dddddd;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s;
}
.cc-btn-necessary:hover { background: #f7f7f7; }
.cc-btn-settings-link {
    flex: 1;
    padding: 0.75rem;
    background: transparent;
    color: #444444;
    border: 1.5px solid #dddddd;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s;
    text-decoration: none;
}
.cc-btn-settings-link:hover { background: #f7f7f7; }
.cc-settings-link {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 99998;
    background: #ffffff;
    color: #e87722;
    border: 1px solid #eeeeee;
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    display: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.cc-settings-link.visible { display: block; }
@media (max-width: 480px) {
    #cc-modal { width: 95%; }
    #cc-modal-footer, #cc-modal-footer-settings { flex-direction: column; }
}

/* =========================================
   Regulamin
   ========================================= */

.page-header{
    display: none;
}xs

.page-content.page-cms.page-cms-6{
    padding: 0 !important;
}

.elementor-column-wrap.elementor-element-populated{
    padding: 10px !important;
}

.elementor-text-editor.rte-content h3{
    margin-top: 25px !important;
    margin-bottom: 10px !important;
}

.elementor-text-editor.rte-content h2{
    padding-bottom: 20px;
    padding-top: 40px;
}

.elementor-text-editor.rte-content p{
    padding-bottom: 0px;
}

.elementor-text-editor.rte-content ul{
    padding-top: 0px;
}


.js-checkout-modal .modal-header{
    display: none !important;
}







/* ==========================================================================
   STRONA "O NAS" (PREMIUM SAAS DESIGN)
   ========================================================================== */

   .tosafe-about-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    font-family: inherit;
    color: #4b5563; /* Neutralny szary dla tekstów */
}

/* --- 1. HERO (Główne powitanie) --- */
.about-hero {
    text-align: center;
    padding: 20px 20px 80px;
    max-width: 900px;
    margin: 0 auto;
}

.hero-subtitle {
    display: inline-block;
    color: #ff6a00;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 13px;
    margin-bottom: 15px;
}

.about-hero h1 {
    font-size: 3rem !important;
    font-weight: 800 !important;
    color: #111827 !important;
    line-height: 1.2 !important;
    margin-bottom: 30px !important;
    text-transform: none !important;
}

.about-hero .hero-lead {
    font-size: 18px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 20px;
}

.about-hero p {
    font-size: 16px;
    line-height: 1.6;
}

.about-hero strong {
    color: #111827;
}

/* --- 2. DLACZEGO MY (Karty) --- */
.about-features-section {
    padding: 0 20px 80px;
}

.about-features-section .section-header {
    margin-bottom: 50px;
    text-align: center;
}

.about-features-section .section-header h2 {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 10px !important;
    text-transform: none !important;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-color: #ff6a00;
}

.feature-card .icon-wrapper {
    width: 64px;
    height: 64px;
    margin: 0 auto 25px;
    background: #fff5f0; /* Bardzo jasny pomarańcz */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff6a00;
    font-size: 28px;
    transition: transform 0.3s ease;
}

.feature-card:hover .icon-wrapper {
    transform: scale(1.1);
    background: #ff6a00;
    color: #ffffff;
}

.feature-card h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 15px !important;
    text-transform: none !important;
}

.feature-card p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* --- 3. DLA KOGO I DOKĄD ZMIERZAMY (Dwie kolumny) --- */
.about-text-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 20px 80px;
}

.split-block {
    background: #ffffff;
    border-radius: 16px;
    padding: 50px;
    border: 1px solid #f3f4f6;
}

.split-block.gray-bg {
    background: #f9fafb;
    border: none;
}

.split-block h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    margin-bottom: 25px !important;
    text-transform: none !important;
}

.text-orange {
    color: #ff6a00;
}

.split-block p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* --- 4. CALL TO ACTION (Dolny baner) --- */
.about-cta {
    background-color: #2b2d35; /* Ciemny grafit jak w stopce */
    border-radius: 16px;
    padding: 60px 40px;
    text-align: center;
    margin: 0 20px 60px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.about-cta h2 {
    color: #ffffff !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-transform: none !important;
}

.about-cta p {
    color: #d1d5db;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto 35px;
    line-height: 1.6;
}

.btn-cta-orange {
    display: inline-block;
    background-color: #ff6a00;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 36px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.btn-cta-orange:hover {
    background-color: #e65c00;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 106, 0, 0.3);
}

/* --- RESPONSYWNOŚĆ (TELEFONY) --- */
@media (max-width: 768px) {
    .about-hero h1 { font-size: 2.2rem !important; }
    .about-text-split { grid-template-columns: 1fr; gap: 20px; }
    .split-block { padding: 30px 20px; }
    .about-cta { padding: 40px 20px; }
    .about-cta h2 { font-size: 1.8rem !important; }
}









/* ==========================================================================
   STRONA KONTAKTOWA - OSTATECZNY KOD (KARTA + FORMULARZ + ALERT)
   ========================================================================== */

/* =========================================
   1. POWIADOMIENIE (ALERT) W FORMULARZU
   ========================================= */
   #content .alert,
   .page-content .alert {
       position: static !important;
       
       background-color: #fef2f2 !important; /* Pastelowy czerwony (domyślnie błąd) */
       border: 1px solid #fca5a5 !important;
       border-left: 6px solid #ef4444 !important; /* Gruby czerwony pasek z lewej */
       border-radius: 10px !important;
       padding: 16px 20px !important;
       margin-bottom: 25px !important;
       color: #991b1b !important;
       font-weight: 600 !important;
       font-size: 14px !important;
       box-shadow: none !important;
       animation: none !important; /* Wyłączenie starych animacji */
   }
   
   /* Wersja zielona dla sukcesu (jak na screenie) */
   #content .alert.alert-success,
   .page-content .alert.alert-success {
       background-color: #ecfdf5 !important;
       border-color: #6ee7b7 !important;
       border-left-color: #10b981 !important;
       color: #065f46 !important;
   }
   
   #content .alert ul {
       margin: 0 !important;
       padding: 0 !important;
       list-style: none !important;
   }
   
   
   /* =========================================
      2. LEWA STRONA (CIEMNA KARTA "POMOC")
      ========================================= */
   
   #content .contact-info-box {
       background-color: #2b2d35 !important; /* Ciemny grafit */
       border-radius: 16px !important;
       padding: 40px 35px !important;
       box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
       border: none !important;
       margin-bottom: 30px !important;
   }
   
   /* Nagłówek "Pomoc" */
   #content .contact-info-box h4 {
       color: #ffffff !important; 
       font-size: 28px !important;
       font-weight: 700 !important;
       margin-top: 0 !important;
       margin-bottom: 35px !important;
       text-transform: none !important;
       border: none !important;
   }
   
   /* --- MEGA TELEFON --- */
   #content .contact-phone-mega {
       margin-bottom: 25px !important;
       padding-bottom: 25px !important;
       border-bottom: 1px solid #3f424e !important; /* Kreska odcinająca od maila */
   }
   
   #content .mega-phone-row {
       display: flex !important;
       align-items: center !important;
       margin-bottom: 8px !important;
   }
   
   #content .mega-phone-row i {
       font-size: 20px !important; 
       color: #9ca3af !important; /* Szara słuchawka */
       width: 35px !important;
       text-align: left !important;
   }
   
   #content .mega-phone-row a {
       font-size: 24px !important; /* Wielki numer */
       font-weight: 700 !important;
       color: #ffffff !important; /* Wymuszenie białego koloru! */
       text-decoration: none !important;
       letter-spacing: 0.5px !important;
       line-height: 1 !important;
       transition: color 0.2s ease !important;
   }
   
   #content .mega-phone-row a:hover {
       color: #ff6a00 !important;
   }
   
   /* --- GODZINY PRACY --- */
   #content .mega-hours-row {
       padding-left: 35px !important; /* Idealne wcięcie pod ikonkę */
   }
   
   #content .hour-line {
       display: flex !important;
       align-items: center !important;
       font-size: 15px !important;
       margin-bottom: 5px !important;
   }
   
   #content .hour-line .day {
       width: 75px !important; /* Równe kolumny */
       color: #9ca3af !important; /* Jasnoszary */
   }
   
   #content .hour-line .time {
       font-weight: 600 !important;
       color: #ffffff !important; /* Białe godziny */
   }
   
   /* --- ADRES E-MAIL --- */
   #content .contact-email-row {
       display: flex !important;
       align-items: center !important;
   }
   
   #content .contact-email-row i {
       font-size: 22px !important;
       color: #9ca3af !important; /* Szara słuchawka */
       width: 35px !important;
       text-align: left !important;
   }
   
   #content .contact-email-row a {
       font-size: 16px !important;
       font-weight: 600 !important;
       color: #ffffff !important; /* Biały mail */
       text-decoration: none !important;
       transition: color 0.2s ease !important;
   }
   
   #content .contact-email-row a:hover {
       color: #ff6a00 !important;
   }
   
   
   /* =========================================
      3. PRAWA STRONA (BIAŁY FORMULARZ)
      ========================================= */
   
   #content .contact-form {
       background-color: #ffffff !important;
       border-radius: 16px !important;
       padding: 40px 45px !important;
       box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05) !important;
       border: 1px solid #f3f4f6 !important;
   }
   
   #content .contact-form h4,
   #content .contact-form .form-group.row:first-child h4 {
       font-size: 28px !important;
       font-weight: 700 !important;
       color: #111827 !important;
       margin-top: 0 !important;
       margin-bottom: 25px !important;
       padding-bottom: 20px !important;
       border-bottom: 1px solid #f3f4f6 !important;
       text-transform: none !important;
   }
   
   #content .contact-form .form-group.row {
       display: flex !important;
       flex-direction: column !important; /* Etykiety nad polami */
       margin-left: 0 !important;
       margin-right: 0 !important;
       margin-bottom: 20px !important;
   }
   
   #content .contact-form .form-group.row > label {
       max-width: 100% !important;
       width: 100% !important;
       text-align: left !important;
       padding: 0 0 8px 0 !important;
       color: #374151 !important;
       font-weight: 600 !important;
       font-size: 14px !important;
       flex: none !important;
   }
   
   #content .contact-form .form-group.row > div {
       max-width: 100% !important;
       width: 100% !important;
       padding: 0 !important;
       flex: none !important;
   }
   
   /* Pola tekstowe */
   #content .contact-form .form-control,
   #content .contact-form select.form-control {
       background-color: #f9fafb !important;
       border: 1px solid #e5e7eb !important;
       border-radius: 10px !important;
       padding: 14px 18px !important;
       color: #111827 !important;
       height: auto !important;
       font-family: inherit !important;
       box-shadow: none !important;
       transition: all 0.2s ease !important;
   }
   
   #content .contact-form select.form-control { height: 50px !important; }
   #content .contact-form textarea.form-control { min-height: 120px !important; }
   
  
   
   /* Przycisk Wybierz Plik */
   #content .contact-form .bootstrap-filestyle {
       display: flex !important;
       align-items: stretch !important;
       width: 100% !important;
   }
   
   #content .contact-form .bootstrap-filestyle input[type="text"] {
       flex: 1 1 auto !important;
       border-radius: 10px 0 0 10px !important;
       border-right: none !important;
       margin: 0 !important;
       box-shadow: none !important;
   }
   
   #content .contact-form .bootstrap-filestyle .group-span-filestyle,
   #content .contact-form .bootstrap-filestyle .input-group-btn {
       display: flex !important;
       margin: 0 !important;
   }
   
   #content .contact-form .bootstrap-filestyle .btn {
       border-radius: 0 10px 10px 0 !important;
       background-color: #ffffff !important;
       color: #374151 !important;
       border: 1px solid #e5e7eb !important;
       padding: 0 20px !important;
       margin: 0 !important;
       font-weight: 600 !important;
       font-size: 14px !important;
       display: flex !important;
       align-items: center !important;
       height: auto !important;
       box-shadow: none !important;
   }
   
   #content .contact-form .bootstrap-filestyle .btn:hover {
       background-color: #f3f4f6 !important;
   }
   
   #content .contact-form .form-control-comment {
       display: block !important;
       margin-top: 6px !important;
       font-size: 12px !important;
       color: #9ca3af !important;
   }
   
   /* Przycisk Wyślij na dole */
   #content .contact-form .form-footer {
       text-align: right !important;
       margin-top: 30px !important;
       padding: 0 !important;
       border: none !important;
   }
   
   #content .contact-form .btn-primary {
       background-color: #ff6a00 !important;
       color: #ffffff !important;
       border: none !important;
       border-radius: 10px !important;
       padding: 16px 45px !important;
       font-weight: 600 !important;
       font-size: 16px !important;
       cursor: pointer !important;
       transition: all 0.2s ease !important;
       display: inline-block !important;
   }
   
   #content .contact-form .btn-primary:hover {
       background-color: #e65c00 !important;
       transform: translateY(-2px) !important;
       box-shadow: 0 8px 20px rgba(255, 106, 0, 0.2) !important;
   }







   /* ==========================================================================
   KARUZELA KATEGORII (STYL PREMIUM)
   ========================================================================== */

/* Główny kontener (ciemne tło) */
/* ===== Karuzela kategorii (styl x-kom) ===== */
.custom-carousel-wrapper {
    position: relative;
    background: #1a1a1a;
    border-radius: 16px;
    padding: 20px 56px;
    margin: 30px 0;
}

.carousel-viewport {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    gap: 10px;
    transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* 5 kart na desktop */
.carousel-card {
    flex: 0 0 calc((100% - 4 * 10px) / 5);
    background: #f5f5f7;
    border-radius: 12px;
    padding: 18px 12px 14px;
    text-align: center;
    text-decoration: none !important;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: background 0.18s, transform 0.18s;
}

.carousel-card:hover {
    background: #fff;
    transform: translateY(-3px);
    text-decoration: none !important;
    color: #1a1a1a;
}

.carousel-card:hover .card-title {
    color: #e85d00;
}

.card-img-wrapper {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img-wrapper img {
    width: 85%;
    height: 85%;
    object-fit: contain;
    display: block;
}

.card-title {
    color: #1a1a1a;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.18s;
}

.card-title.text-orange { color: #e85d00; }

/* strzałki */
.carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #1a1a1a;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: background 0.18s, color 0.18s, transform 0.18s;
    flex-shrink: 0;
}

.carousel-nav-btn:hover {
    background: #e85d00;
    color: #fff;
    transform: translateY(-50%) scale(1.08);
}

.carousel-nav-btn i { font-size: 14px; }

.carousel-nav-btn.prev-btn { left: 10px; }
.carousel-nav-btn.next-btn { right: 10px; }

/* 3 karty na tablet */
@media (max-width: 991px) {
    .custom-carousel-wrapper { padding: 16px 48px; }
    .carousel-card { flex: 0 0 calc((100% - 2 * 10px) / 3); }
}

/* 2 karty na mobile */
@media (max-width: 575px) {
    .custom-carousel-wrapper { padding: 14px 40px; border-radius: 12px; }
    .carousel-card {
        flex: 0 0 calc((100% - 10px) / 2);
        padding: 12px 8px 10px;
    }
    .carousel-nav-btn { width: 32px; height: 32px; }
    .carousel-nav-btn.prev-btn { left: 4px; }
    .carousel-nav-btn.next-btn { right: 4px; }
}









/* ==========================================================================
   MENU MOBILNE - OSTATECZNA WERSJA
   ========================================================================== */

/* 1. GŁÓWNE TŁO */
#iqitmegamenu-mobile,
.mobile-menu__content,
.mm-panel__scroller {
    background-color: #ffffff !important;
}

/* 2. NAGŁÓWEK (LOGO I ZAMYKANIE) */
.mm-panel__header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 10px 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 200 !important;
    min-height: 65px !important;
}

.mobile-menu__header-logo {
    justify-content: center !important;
    width: 100% !important;
}

.mobile-menu__logo {
    max-height: 24px !important;
    width: auto !important;
    object-fit: contain !important;
}

.mobile-menu__heading {
    display: none !important;
}

/* Przyciski X i Wstecz */
.mobile-menu__close,
.mobile-menu__back-btn {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #4b5563 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    z-index: 210 !important;
}

.mobile-menu__close {
    right: 15px !important;
}

.mobile-menu__back-btn {
    left: 15px !important;
    background-color: white !important;
}


/* 3. KATEGORIE */
.mobile-menu__tab {
    border-bottom: 1px solid #f0f0f0 !important;
    margin: 0 20px !important;
    padding: 0 !important;
    min-height: 56px !important;
    display: flex !important;
    align-items: center !important;
}

.mobile-menu__tab:last-child {
    border-bottom: none !important;
}

.mobile-menu__tab > a.mobile-menu__link {
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 15px 0 !important;
    padding-right: 45px !important;
    text-transform: none !important;
    width: 100% !important;
    line-height: 1.3 !important;
    display: flex !important;
    align-items: center !important;
}


/* 4. STRZAŁKI */
.mobile-menu__arrow {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0;
    background-color: #f3f4f6 !important;
    border-radius: 50% !important;
    padding: 10px 15px;
}

.fa-angle-right.expand-icon {
    color: #000;
}


/* 5. SUBMENU PANEL */
.mobile-menu__submenu--panel {
    background-color: #ffffff !important;
    padding: 10px 20px 15px 20px !important;
}

.mobile-menu__content {
    overflow: hidden !important;
}

.mm-panel__scroller.mobile-menu__scroller {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* 6. SUBMENU - NAGŁÓWEK KATEGORII Z IKONKĄ PO LEWEJ */
.mobile-menu__category-header {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    margin-top: 10px !important;
    margin-bottom: 2px !important;
}

.mobile-menu__category-header .mobile-menu__category-image {
    flex-shrink: 0 !important;
}

.mobile-menu__category-header .mobile-menu__category-image .img-fluid {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
}

.mobile-menu__category-header .mobile-menu__column-title {
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

/* Tytuł kolumny bez obrazka */
.mobile-menu__column-header .mobile-menu__column-title {
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: block !important;
    padding: 8px 0 6px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    margin-bottom: 2px !important;
}

/* Podkategorie - lista linków */
.mobile-menu__links-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.mobile-menu__links-list-li {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.mobile-menu__links-list-li > a {
    color: #4b5563 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    display: block !important;
    text-decoration: none !important;
    border-bottom: 1px solid #f9f9f9 !important;
    width: 100% !important;
}

.mobile-menu__column {
    margin-bottom: 4px !important;
}

.mobile-menu__column-title {
    color: #111827 !important;
}

.mobile-menu__column-categories {
    margin-bottom: 8px !important;
}


/* 7. SEKCJA "POMOC" NA DOLE */
.mobile-menu__help-section {
    background-color: #2b2d35 !important;
    padding: 20px 20px 25px 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0 !important;
    border-top: none !important;
}

.mobile-menu__help-title {
    color: #9ca3af !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    text-align: left !important;
}

.mobile-menu__help-items {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
}

.mobile-menu__help-item,
.mobile-menu__help-hours {
    display: flex !important;
    align-items: center !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    margin: 0 !important;
}

.mobile-menu__help-hours {
    font-weight: 400 !important;
    color: #d1d5db !important;
}

.mobile-menu__help-items i {
    color: #ff6a00 !important;
    font-size: 16px !important;
    width: 26px !important;
    text-align: left !important;
    margin-right: 5px !important;
    display: flex !important;
    align-items: center !important;
}


/* 8. FIX TRZECI POZIOM KATEGORII - PEŁNA SZEROKOŚĆ */
.mobile-menu__links-list--lvl-1,
.mobile-menu__links-list--lvl-2,
.mobile-menu__links-list-lvl--3 {
    width: 100% !important;
    padding-left: 0 !important;
}

.mobile-menu__links-list--lvl-hidden {
    padding-left: 12px !important;
}

.mobile-menu__links-list-li {
    flex-wrap: wrap !important;
}

.mobile-menu__links-list-li > a {
    flex: 1 !important;
}

.mobile-menu__column {
    width: 100% !important;
}

.mobile-menu__column-categories {
    width: 100% !important;
}


/* 9. STRZAŁKA ROZWIJANIA PODKATEGORII - BARDZIEJ WIDOCZNA */
.mobile-menu__subcat-expander {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    background-color: #f3f4f6 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
}

.mobile-menu__subcat-expander i {
    font-size: 14px !important;
    color: #111827 !important;
}

.mobile-menu__links-list .cbp-category-link-w .text-reset{
    color: #4b5563 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    display: block !important;
    text-decoration: none !important;
    border-bottom: 1px solid #f9f9f9 !important;
    width: 100% !important;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}


/* 10. DESKTOP MEGAMENU - IKONKA PO LEWEJ OD TYTUŁU */
.cbp-category-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
}

.cbp-category-header .cbp-category-thumb {
    flex-shrink: 0;
}

.cbp-category-header .cbp-category-thumb img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}


@media (max-width: 767px) {
    .elementor-heading-title{
        font-size: 2rem !important;
        padding: 10px 0 10px 0!important;
        text-align: left; 
    }

    .elementor-element{
        padding: 0 !important;
    }

    .elementor-column-wrap.elementor-element-populated {
        margin: 0 !important;
    }

    .elementor-iqit-banner-title{
        margin-bottom: 20px !important;
    }

    .btn.btn-primary.btn-lg.ok, .btn.btn-secondary.btn-sm.js-search-filters-clear-all{
        padding: 10px !important;
        
        font-size: 15px !important;
    }

    .-only-facet-search{
        position: absolute;
        top: 67px;
        margin-top: 0 !important;
        z-index: 10000000000;
        left: 0;
    }

    .-only-facet-search #search_filter_controls{
        position: fixed;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-color: white;
        padding: 10px;
        top: 0;
        left: 0;
        z-index: 100000000000000000;
        width: 100%;
    }
    
    #wrapper .breadcrumb{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }


    .product-add-to-cart.pt-3.js-product-add-to-cart{
        z-index: 100;
    }

    .col.col-sm-auto.col-add-wishlist{
        max-width: 65px !important;
    }

    .product-quantity>.col{
        margin-bottom: 0;
    }
    
    .product-info-strip{
        margin-top: 10px;
    }

    .product-minimal-quantity.js-product-minimal-quantity{
        display: none;
    }
    .page-title{
        font-size: 24px !important;
    }

    .product-price{
        font-size: 1.5rem !important;
    }
    
    #wrapper{
        padding-top: 1rem !important;
    }

    .elementor-widget-container{
        margin: 10px 0 0 0 !important;
    } 
    .container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .breadcrumb{
        margin-top: 0px !important;
    }

    .page-content{
        padding: 0 !important;
    }


    .elementor-column-wrap.elementor-element-populated{
        padding-top: 2.5px !important;
        padding-bottom: 2.5px !important;
    }

    .row>* {
        padding-left: 10px;
        padding-right: 10px;
    }
    .category-products.block.block-section .section-title{
        padding: 0 10px 0 10px !important;
    }

    .invoice{
        margin-top: 10px !important;
    }

    .header-top .container{
        padding: 0 10px 0 10px !important;
    }

    h1.page-title{
        padding: 0 10px 0 10px !important;
    }



    .delivery-option.js-delivery-option.custom-carrier-box{
        padding: 16px 20px!important;
    }

    .custom-delivery-grid{
        gap: 0px !important;
        margin-bottom: 10px !important;
    }

    .custom-carrier-label .carrier-logo-price {
        flex-direction: column;
        display: flex !important;
        gap: 5px !important;
    }

    .checkout-step{
        padding: 15px !important;
    }

 
}
@media (max-width: 575.98px) {
    .my-account-page-content-wrapper .my-account-side-links {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 991px) {
    .dropdown-menu{
        box-shadow: none;
        z-index: 8 !important;
    }}

#mobile-header-sticky{
    box-shadow: 1px 1px 30px 0px rgba(0, 0, 0, 0.15);
    z-index: 20 !important;
}

/* Pasek wyszukiwania — poniżej sticky */
#mobile-header-sticky #search-widget-mobile {
    z-index: 10 !important;
}

/* Logo — najwyżej, przykrywa cień sticky od dołu */
#mobile-header.mobile-header-style-3 > .container {
    position: relative;
    background: white;
}

#mobile-header .m-nav-btn:hover{
    background: #FF5E01 !important;
    color: white;
}

@media (max-width: 480px) {
    .summary-selected-carrier .row{
        flex-direction: column;
        text-align: center;
        gap: 10px !important;
    }

    .summary-selected-carrier .row .img-fluid{
        margin: 0 !important;
    }

}

.swiper, .swiper-wrapper {
    z-index: 0;
}

.input-group.newsletter-input-group{
    z-index: 0;
}


body#checkout section.checkout-step .payment-options .payment-option label {
    vertical-align: middle;
    margin: 0;
    max-width: 100% !important;
}

/* ===== Popup: Dostawa ===== */
.pis-popup__box--dostawa {
    max-width: 400px;
    width: 90vw;
}
.pis-popup__body--dostawa {
    overflow: visible;
    display: block;
    padding: 0 20px 24px;
}
.dostawa-popup {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Karta przewoźnika — styl jak w checkoucie */
.dostawa-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
}
.dostawa-card__left {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.dostawa-card__name {
    font-weight: 700;
    font-size: 15px;
    color: #222;
}
.dostawa-card__time {
    font-size: 12px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 5px;
}
.dostawa-card__logo {
    max-height: 36px;
    max-width: 80px;
    object-fit: contain;
}

/* Wiersze z cenami */
.dostawa-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.dostawa-info__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 16px;
    border-radius: 6px;
    background: #f8f9fa;
    border: 1px solid #eaeaea;
    font-size: 14px;
}
.dostawa-info__row--free {
    background: #f0faf2;
    border-color: #c3e6cb;
    color: #1a7c34;
}
.dostawa-info__label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
}
.dostawa-info__row--free .fa {
    color: #1a7c34;
}
.dostawa-info__value {
    font-weight: 700;
    white-space: nowrap;
}



/* ===== Autocomplete / Dropdown wyszukiwarki ===== */

.autocomplete-suggestions {
    border: 1px solid #e8e8e8 !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10) !important;
    background: #fff !important;
    max-height: 460px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 0 !important;
    margin-top: 6px !important;
}

.autocomplete-suggestion {
    padding: 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    transition: background .12s;
}
.autocomplete-suggestion:last-child {
    border-bottom: none !important;
}
.autocomplete-suggestion:hover,
.autocomplete-suggestion.selected {
    background: #fff6f2 !important;
}

/* Wiersz produktu */
.autocomplete-suggestion .row.no-gutters {
    padding: 10px 16px !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

/* Miniatura */
.autocomplete-suggestion .col-img {
    width: 56px !important;
    min-width: 56px !important;
    max-width: 56px !important;
    margin-right: 14px !important;
}
.autocomplete-suggestion .col-img img {
    width: 56px !important;
    height: 56px !important;
    object-fit: contain !important;
    margin: 0 !important;
    display: block !important;
}

/* Nazwa i cena */
.autocomplete-suggestion .col.pt-3.pb-3 {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    min-width: 0 !important;
}
.autocomplete-suggestion .name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #222 !important;
    line-height: 1.4 !important;
    display: block !important;
}
.autocomplete-suggestion .product-price {
    font-size: 13px !important;
    font-weight: 500 !important;
    display: block !important;
}

/* Ukryj znacznik Produkt/Marka */
.autocomplete-suggestion .col-shop,
.autocomplete-suggestions .col-shop,
.autocomplete-suggestions [class*="col-shop"] {
    display: none !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/* "Pokaż wszystkie" */
.autocomplete-suggestion-show-all {
    background: #FF5E01 !important;
    border-top: none !important;
    padding: 13px 16px 20px !important;
    text-align: center !important;
    border-radius: 0 0 12px 12px !important;
}
.autocomplete-suggestion-show-all:hover,
.autocomplete-suggestion-show-all.selected {
    background: #e05400 !important;
}
.autocomplete-suggestion-show-all .name {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
}


.modal-content{
    border-radius: 20px !important;
}

.modal-content .login-form p{
    margin-bottom: 30px !important;
}

/* ===== Wishlist login modal — ten sam styl co #login-form ===== */
#iqitwishlist-modal .modal-content {
    border-radius: 16px !important;
    border: none !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15) !important;
    padding: 8px !important;
}
#iqitwishlist-modal .modal-header {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
#iqitwishlist-modal .modal-body {
    padding: 20px 30px 30px !important;
}

#login-form-modal {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

#login-form-modal .form-group {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-bottom: 20px !important;
}

#login-form-modal .form-group [class*="col-"],
#login-form-modal .form-group .col-form-label,
#login-form-modal .form-group .form-control-label {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
}

#login-form-modal .form-group .form-control-label,
#login-form-modal .form-group .col-form-label {
    margin-bottom: 8px !important;
    white-space: nowrap !important;
    color: #374151 !important;
    font-weight: 500 !important;
    display: block !important;
}

#login-form-modal .form-control {
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    background-color: #ffffff !important;
    width: 100% !important;
    font-family: inherit !important;
    transition: border-color 0.2s ease !important;
}

#login-form-modal .form-control:focus {
    border-color: #6b7280 !important;
    box-shadow: none !important;
    outline: none !important;
}

#login-form-modal .input-group {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
}

#login-form-modal .input-group .form-control {
    flex: 1 1 auto !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#login-form-modal .input-group-btn,
#login-form-modal .input-group-append {
    display: flex !important;
}

#login-form-modal .input-group-btn > button,
#login-form-modal .input-group-append > button,
#login-form-modal .input-group-append > span {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    background-color: transparent !important;
    border: 1px solid #e5e7eb !important;
    border-left: none !important;
    color: #6b7280 !important;
    outline: none !important;
    box-shadow: none !important;
}

#login-form-modal .input-group-btn > button:hover,
#login-form-modal .input-group-append > button:hover {
    color: #ff6a00 !important;
}

#login-form-modal .input-group:focus-within .form-control,
#login-form-modal .input-group:focus-within .input-group-btn > button,
#login-form-modal .input-group:focus-within .input-group-append > button {
    border-color: #6b7280 !important;
}

#login-form-modal .forgot-password {
    text-align: center !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
}

#login-form-modal .forgot-password a {
    color: #4b5563 !important;
    font-size: 13px !important;
    text-decoration: underline !important;
}

#login-form-modal .forgot-password a:hover {
    color: #ff6a00 !important;
}

#login-form-modal #submit-login {
    width: 100% !important;
    padding: 14px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    background-color: #ff6a00 !important;
    color: #ffffff !important;
    border: none !important;
}



.products-grid .product-miniature-layout-2 .variant-links .color{
    width: .7rem;
}
/* ===== Color swatches — miniaturki produktów ===== */
.variant-links .color,
.products-variants .variant-links .color {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    border-radius: 99px !important;
    background-size: 125% !important;
    background-position: center !important;
    border: 1px solid rgba(0,0,0,0.15) !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
}

#search_filters .variant-links .color {
    border: none !important;
    outline: none !important;
}

.variant-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    align-items: center !important;
}

/* ===== Color swatches — strona produktu ===== */
.color-label {
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 8px;
}

.selected-color-name {
    font-weight: 400;
    color: #555;
}

.color-swatch-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.color-swatch-list .input-container {
    float: none !important;
    position: relative !important;
}

.color-swatch-list .input-color {
    position: absolute !important;
    opacity: 0 !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    cursor: pointer !important;
    z-index: 1 !important;
    border-radius: 99px !important;
}

.color-swatch-list .color {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    border-radius: 6px !important;
    background-size: cover !important;
    background-position: center !important;
    outline: 1px solid rgba(0,0,0,0.15) !important;
    display: block !important;
    cursor: pointer !important;
    transition: outline 0.15s, border 0.15s !important;
}

.color-swatch-list .input-color + .color{
    border-radius: 12px !important;
}



/* ===== Faceted nav — Kolor: swatch + pełna nazwa ===== */
#search_filters .facet_color li {
    width: 100% !important;
    float: none !important;
    display: block !important;
}

#search_filters .facet_color .facet-label {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

#search_filters .facet_color .search-link {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: unset !important;
    flex: 1 !important;
}

#search_filters .facet_color .custom-checkbox {
    flex-shrink: 0 !important;
}

#search_filters .facet_color .color {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    border-radius: 999px !important;
    flex-shrink: 0 !important;
}

/* ===== Faceted nav Kolor — pełna lista z checkboxem + swatchem + nazwą ===== */
#search_filters .facet_color,
#search_filters_brands .facet_color,
#search_filters_suppliers .facet_color {
    padding: 0 !important;
}

#search_filters .facet_color > li,
#search_filters_brands .facet_color > li,
#search_filters_suppliers .facet_color > li {
    display: block !important;
    width: 100% !important;
    margin-bottom: 4px !important;
    position: static !important;
}

#search_filters .facet_color > li .magnitude,
#search_filters_brands .facet_color > li .magnitude,
#search_filters_suppliers .facet_color > li .magnitude {
    position: static !important;
    background: none !important;
    color: #a1a1a1 !important;
}

#search_filters .facet_color .facet-label {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}

#search_filters .facet_color .custom-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex-shrink: 0 !important;
}

#search_filters .facet_color .color {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    border-radius: 999px;
    flex-shrink: 0 !important;
    display: inline-block !important;
}

#search_filters .facet_color .search-link {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    flex: 1 !important;
    min-width: 0 !important;
    font-size: 13px !important;
}

.custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color{
    border: none !important;
    
}



.cbp-column-title.nav-link.transition-300{
    font-size: 18px !important;
    padding-left: 10px !important;
    margin: 0;
}

.row.menu_row.menu-element.menu-element-id-11{
    padding-left: 10px !important;
}

.col-5.cbp-menu-column.cbp-menu-element.menu-element-id-12, 
.col-5.cbp-menu-column.cbp-menu-element.menu-element-id-13 {
    margin-top: 10px !important;
} 





/* ==========================================================================
   MEGAMENU - NIEZNISZCZALNA SIATKA (FLEXBOX) - FIX WYSOKOŚCI
   ========================================================================== */

/* 1. Główny kontener menu */
.megamenu-professions-grid {
    display: flex !important;
    flex-wrap: wrap !important; /* Pozwala kafelkom przechodzić do drugiego rzędu */
    gap: 15px !important; /* Odstęp między kafelkami */
    padding: 20px !important; 
    width: 100% !important;
    background-color: #ffffff !important;
    box-sizing: border-box !important;
}

/* 2. Pojedyncza karta - TWARDE LIMITY */
.profession-card {
    /* Magia: równe 20% szerokości minus proporcjonalny odstęp = idealnie 5 w rzędzie */
    width: calc(20% - 12px) !important; 
    height: 130px !important; /* SZTYWNA WYSOKOŚĆ - to zablokuje rozciąganie! */
    
    background-color: #f9fafb !important; 
    border: 1px solid #e5e7eb !important; 
    border-radius: 12px !important;
    padding: 15px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

/* 3. Ramka na zdjęcie */
.profession-card .prof-img-wrapper {
    width: 100% !important;
    height: 60px !important; /* Zablokowana wysokość obrazka */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 10px !important;
}

/* 4. Samo zdjęcie */
.profession-card .prof-img-wrapper img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important; 
    transition: transform 0.3s ease !important;
}

/* 5. Tytuł */
.profession-card .prof-title {
    color: #111827 !important; 
    font-weight: 600 !important;
    font-size: 13px !important; 
    text-align: center !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    width: 100% !important;
}

/* =========================================
   6. EFEKT HOVER (PREMIUM)
   ========================================= */
.profession-card:hover {
    background-color: #ffffff !important; 
    border-color: #ff6a00 !important; 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important; 
    transform: translateY(-3px) !important; 
}

.profession-card:hover .prof-img-wrapper img {
    transform: scale(1.1) !important;
}

.profession-card:hover .prof-title {
    color: #ff6a00 !important;
}

/* ===== "Dobierz odzież do pracy" ===== */
.ts-wrap {
    display: flex;
    gap: 14px;
    align-items: stretch;
}

/* --- siatka kart --- */
.ts-grid-side { flex: 1 1 0; min-width: 0; }

.ts-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.ts-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    color: #1a1a1a;
    border-radius: 12px;
    background: #fff;
    border: 1.5px solid #f0f0f0;
    padding: 12px 8px 10px;
    transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s;
}

.ts-card:hover {
    border-color: #e0e0e0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.09);
    transform: translateY(-3px);
    text-decoration: none !important;
    color: #1a1a1a;
}

.ts-card:hover .ts-card-label { color: #e85d00; }

.ts-card img {
    width: 82%;
    aspect-ratio: 1/1;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.ts-card-label {
    display: block;
    padding: 2px;
    margin-top: 9px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: #1a1a1a;
    transition: color 0.18s;
}

/* --- panel pomocy (unified) --- */
.ts-help-side {
    flex: 0 0 210px;
    display: flex;
}

.ts-panel {
    background: #2B2D35;
    border-radius: 16px;
    padding: 18px 16px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.ts-help-eyebrow {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #e85d00;
    margin: 0 0 6px;
}

.ts-help-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: white !important;
    line-height: 1.2;
    margin: 0 !important;
}

.ts-help-desc {
    font-size: 0.75rem;
    color: #c0c3d0;
    line-height: 1.55;
    margin: 0 0 12px;
}

.ts-help-btn {
    display: block;
    background: #e85d00;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 980px;
    text-align: center;
    transition: background 0.2s;
    margin-bottom: 14px;
}

.ts-help-btn:hover {
    background: #c94e00;
    color: white !important;
    text-decoration: none !important;
}

/* separator */
.ts-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 0 0 12px;
}

.ts-contact-title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9096a8;
    margin: 0 0 10px;
}

.ts-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ts-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    transition: opacity 0.15s;
}

.ts-contact-item:hover { opacity: 0.75; text-decoration: none !important; }

.ts-contact-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255,255,255,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.75rem;
    color: #e85d00;
}

.ts-contact-text strong {
    display: block;
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
}

.ts-contact-text span {
    display: block;
    font-size: 0.65rem;
    color: white;
}

/* ≤991px: layout kolumnowy (mobile megamenu i tablet) */
@media (max-width: 991px) {
    .ts-wrap { flex-direction: column; align-items: stretch; }
    .ts-help-side { flex: none; }
    .ts-grid-side { width: 100%; }
    /* 2 kolumny — pasuje do wąskiego panelu megamenu (~270px) */
    .ts-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .ts-panel {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 18px 16px;
    }
    .ts-help-eyebrow { display: block; }
    .ts-help-title { font-size: 1.15rem; margin: 0 0 8px; }
    .ts-help-desc { display: block; }
    .ts-help-btn { margin-bottom: 14px; }
    .ts-divider { width: auto; height: 1px; align-self: auto; margin: 0 0 12px; }
    .ts-contact-title { display: block; }
    .ts-contact-list { flex-direction: column; gap: 10px; }
}

/* wąski desktop 992–1200px: ukryj opis żeby panel nie był wyższy od siatki */
@media (min-width: 992px) and (max-width: 1200px) {
    .ts-help-eyebrow { display: none; }
    .ts-help-desc { display: none; }
}