.ctn-header-links .header-list  {
    position: relative;
    z-index: 10001; /* ZMIENIONE z 10003 na 10001 */
}

.ctn-header-links {
    position: relative;
    z-index: 10000; /* DODANE: niższy niż submenu */
}

.submenu-container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 100%;
    left: 10px;
    width: 87vw;
    max-width: 1250px;
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10005; /* ZMIENIONE z 10003 na 10005 - wyższy niż menu */
    border-radius: 0 0 8px 8px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    visibility: hidden;
    height: auto;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.submenu-container.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu-item-header-links {
    position: relative;
    z-index: 10003; /* ZMIENIONE z 1000 na 10003 */
}

.header-list > li {
    position: relative;
    z-index: 10003; /* ZMIENIONE z 5000 na 10003 */
}

.submenu-content {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    margin-right: 20px;
    flex-wrap: wrap;
}

.submenu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    margin-right: 20px;
    min-width: 160px;
}

.submenu-list li a {
    color: rgb(128, 128, 128) !important;
    white-space: nowrap;  
    display: block;
    padding: 8px 0;
    font-size: 14px;
}

.submenu-list li a:hover {
   color: #cc240f !important;
   text-decoration: underline;
}

.menu-item-header-links a {
    text-decoration: none;
    color: #333;
    display: inline-flex;
    align-items: center;
}

.menu-item-header-links i {
    margin-left: 8px;
    font-size: 18px;
    color: #333;
}

.header-submenu-line {
    width: 1px;
    background-color: #e0e0e0;
    border: none;
    height: 330px;
    margin: 0 auto;
    position: relative;
    top: 5px;
} 

.ctn-submenu-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 35%;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 0px;
}

.product-submenu-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.ctn-submenu-product .product-title {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #333;
    max-width: 80%;
    white-space: normal;
    word-wrap: break-word;
}



.ctn-submenu-product .product-price {
    font-size: 24px;
    color: #28a745;
    font-weight: bold;
}

.ctn-submenu-product .product-button {
    background: linear-gradient(to left, #e1001d 0%, #03294c 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    border: none;
    text-align: center;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    font-family: Poppins, sans-serif;
    margin-top: 25px;
}

.submenu-product-image {
    width: 326px;
    height: 326px;
    object-fit: contain;
    position: absolute;
    right: -200px;
    top: 50%;
    transform: translateY(-50%);
}

.submenu-product-circle {
    position: absolute;
    top: 0;
    left: calc(100% - 100px);
    width: 280px;
    height: 340px;
    border-radius: 50%;
    border: 70px solid #f7f8fa;
    clip-path: inset(0 50% 0 0);
}

@media (max-width: 1800px) {
    .submenu-product-image {
        width: 300px;
        height: 300px;
        right: -180px;
    }
    .submenu-container {
        width: 87vw;
    }
}

@media (max-width: 1600px) {
    .submenu-product-image {
        width: 280px;
        height: 280px;
        right: -160px;
    }
    .submenu-container {
        width: 87vw;
    }
}

@media (max-width: 1400px) {
    .submenu-container {
        width: 87vw;
    }
    .submenu-product-image {
        width: 260px;
        height: 260px;
        right: -150px;
    }
    .submenu-product-circle {
        left: calc(100% - 80px);
        width: 240px;
        height: 340px;
    }
}

@media (max-width: 1300px) {
    .submenu-list li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1200px) {
    .submenu-container {
        width: 87vw;
    }
    .submenu-product-image {
        width: 240px;
        height: 240px;
        right: -140px;
    }
    .submenu-list {
        min-width: 140px;
    }
}

@media (max-width: 1080px) {
    .submenu-container {
        width: 87vw;
    }
    .submenu-product-image {
        width: 220px;
        height: 220px;
        right: -130px;
    }
    .submenu-product-circle {
        left: calc(100% - 70px);
        width: 220px;
        height: 340px;
    }
}

@media (min-width: 992px) {
    .sidebar-menu {
        display: none !important; 
    }
}

.search-overlay-add-to-cart-button {
    background: linear-gradient(to left, #e1001d 0%, #03294c 100%);
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    text-decoration: none;
    text-align: center;
    min-height: 36px;
}

.search-overlay-add-to-cart-button:hover {
    opacity: 0.9;
}

.search-overlay-add-to-cart-button:disabled {
    background: linear-gradient(to left, #cccccc 0%, #999999 100%);
    cursor: not-allowed;
    opacity: 0.6;
}

.search-overlay-add-to-cart-button:disabled:hover {
    opacity: 0.6;
}

.search-overlay-add-to-cart-button.loading {
    position: relative;
    color: transparent;
}

.search-overlay-add-to-cart-button.loading::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: button-spinner 0.8s linear infinite;
}

@keyframes button-spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.search-overlay-add-to-cart-button.compact {
    padding: 6px 10px;
    min-height: 32px;
    font-size: 13px;
}

.search-overlay-add-to-cart-button i,
.search-overlay-add-to-cart-button svg {
    font-size: 14px;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.product-grid .search-overlay-add-to-cart-button {
    background: linear-gradient(to left, #e1001d 0%, #03294c 100%);
    color: #fff;
    border: none;
    border-radius: 25px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    text-decoration: none;
    text-align: center;
    min-height: 36px;
}

.product-grid .search-overlay-add-to-cart-button:hover {
    opacity: 0.9;
}

.menu-item-header-links:nth-child(1) .submenu-product-image {
    width: 320px;
    height: 320px;
    right: -210px;
    top: 50%;
}

.menu-item-header-links:nth-child(2) .submenu-product-image {
    width: 320px;
    height: 320px;
    right: -210px;
    top: 40%;
}

.menu-item-header-links:nth-child(3) .submenu-container {
    width: 80vw;
    max-width: 850px;
}

.menu-item-header-links:nth-child(3) .ctn-submenu-product {
    width: 70%;
}

.menu-item-header-links:nth-child(3) .submenu-product-image {
    width: 320px;
    height: 320px;
    right: -190px;
    top: 50%;
}

.menu-item-header-links:nth-child(3) .submenu-product-circle {
    left: calc(100% - 95px);
    width: 270px;
    height: 360px;
    border: 68px solid #f7f8fa;
}

.menu-item-header-links:nth-child(3) .submenu-list {
    min-width: 160px;
    margin-right: 20px;
}

.menu-item-header-links:nth-child(4) .submenu-container {
    width: 88vw;
    max-width: 1300px;
    left: 50%;
    transform: translateX(-50%);
}

.menu-item-header-links:nth-child(4) .submenu-container.active {
    transform: translateX(-50%);
}

.menu-item-header-links:nth-child(4) .ctn-submenu-product {
    width: 34%;
}

.menu-item-header-links:nth-child(4) .submenu-product-image {
    width: 310px;
    height: 310px;
    right: -165px;
    top: 50%;
}

.menu-item-header-links:nth-child(4) .submenu-product-circle {
    left: calc(100% - 92px);
    width: 265px;
    height: 355px;
    border: 66px solid #f7f8fa;
}

.menu-item-header-links:nth-child(4) .submenu-list {
    min-width: 155px;
    margin-right: 20px;
}

.menu-item-header-links:nth-child(5) .submenu-container {
    left: 20%;
    transform: translateX(-50%);
}

.menu-item-header-links:nth-child(5) .submenu-container.active {
    transform: translateX(-50%);
}




.menu-item-header-links:nth-child(5) .ctn-submenu-product {
    width: 36%;
}

.menu-item-header-links:nth-child(5) .submenu-product-image {
    width: 300px;
    height: 300px;
    right: -186px;
    top: 50%;
}

.menu-item-header-links:nth-child(5) .submenu-product-circle {
    left: calc(100% - 98px);
    width: 275px;
    height: 365px;
    border: 69px solid #f7f8fa;
}

.menu-item-header-links:nth-child(5) .submenu-list {
    min-width: 165px;
    margin-right: 22px;
}


.menu-item-header-links:nth-child(6) .submenu-container {
    left: 50%;
    transform: translateX(-50%);
}

.menu-item-header-links:nth-child(6) .submenu-container.active {
    transform: translateX(-86%);
}

.menu-item-header-links:nth-child(6) .ctn-submenu-product {
    width: 33%;
}

.menu-item-header-links:nth-child(6) .submenu-product-image {
    width: 315px;
    height: 315px;
    right: -168px;
    top: 50%;
}

.menu-item-header-links:nth-child(6) .submenu-product-circle {
    left: calc(100% - 93px);
    width: 268px;
    height: 358px;
    border: 67px solid #f7f8fa;
}

.menu-item-header-links:nth-child(6) .submenu-list {
    min-width: 158px;
    margin-right: 20px;
}





@media screen and (max-width: 1620px) and (min-width: 993px) {

    /* Pozycja 6 jest po prawej stronie — przytwierdź prawą krawędź submenu
       do prawej krawędzi nawigacji (right:0 od .main-menu-navigation) */
    .menu-item-header-links:nth-child(6) .submenu-container,
    .menu-item-header-links:nth-child(6) .submenu-container.active {
        left: auto !important;
        right: 0 !important;
        transform: none !important;
    }

}



.menu-item-header-links:nth-child(7) .submenu-container {
    width: 80vw;
    max-width: 850px;
    left: 50%;
    transform: translateX(-50%);
}

.menu-item-header-links:nth-child(7) .submenu-container.active {
    transform: translateX(-86%);
}

.menu-item-header-links:nth-child(7) .ctn-submenu-product {
    width: 70%;
}

.menu-item-header-links:nth-child(7) .submenu-product-image {
    width: 320px;
    height: 320px;
    right: -190px;
    top: 50%;
}

.menu-item-header-links:nth-child(7) .submenu-product-circle {
    left: calc(100% - 95px);
    width: 270px;
    height: 360px;
    border: 68px solid #f7f8fa;
}

.menu-item-header-links:nth-child(7) .submenu-list {
    min-width: 160px;
    margin-right: 20px;
}

@media (max-width: 1800px) {
    .menu-item-header-links:nth-child(5) .submenu-container.active {
        transform: translateX(-50%);
    }

    .menu-item-header-links:nth-child(5) .submenu-container {
        left: -50% !important;
        transform: translateX(-50%) !important;
    }

    .menu-item-header-links:nth-child(5) .submenu-container.active {
        transform: translateX(-50%) !important;
    }

    .menu-item-header-links:nth-child(5) .submenu-product-image {
        width: 280px;
        height: 280px;
        right: -180px;
    }
}

/* optymalizacja 5 dziecka kontenera obrazków itd */

@media (max-width: 1700px) {
    .menu-item-header-links:nth-child(5) .submenu-container.active {
        transform: translateX(-50%);
    }

    .menu-item-header-links:nth-child(5) .submenu-container {
        left: -40% !important;
        transform: translateX(-50%) !important;
    }

    .menu-item-header-links:nth-child(5) .submenu-product-image {
        width: 200px;
        height: 200px;
        right: -80px;
    }
}

/* 1620px po 1800px i 1700px — dzięki temu jest ostatni i wygrywa cascade */
@media (max-width: 1620px) {
    .menu-item-header-links:nth-child(5) .submenu-container {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .menu-item-header-links:nth-child(5) .submenu-container.active {
        transform: translateX(-50%) !important;
    }

    .menu-item-header-links:nth-child(7) .submenu-container,
    .menu-item-header-links:nth-child(7) .submenu-container.active {
        left: auto !important;
        right: 0 !important;
        transform: none !important;
    }
}

@media (max-width: 1200px) {
    .menu-item-header-links:nth-child(5) .ctn-submenu-product {
        width: 52%;
    }

    .menu-item-header-links:nth-child(5) .submenu-product-image {
        right: -50px;
    }
}

/* Wrapper dla głównego menu */
.main-menu-wrapper {
    position: relative;
    width: 100%;
    z-index: 10002; /* DODANE: wyższy niż kontener, ale niższy niż submenu */
}

.main-menu-navigation {
    position: relative;
    width: 100%;
}

/* Strzałki nawigacyjne - ukryte domyślnie */
.main-menu-nav-arrow {
    display: none;
    z-index: 10006; /* DODANE: najwyższy z-index dla strzałek */
}

/* KLUCZOWA ZMIANA - submenu zawsze widoczne */
.submenu-container {
    position: absolute !important;
    top: 100%;
    left: 10px;
    width: 87vw;
    max-width: 1250px;
    z-index: 10005; /* UTRZYMANE: wyższy niż menu */
}

/* Hover effect dla linków w menu */
.navlink {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

/* Pseudo-element do podkreślenia */
.navlink::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10px;
    height: 5px;
    background-color: #cc240f;
    transition: width 0.3s ease-in-out;
    width: 0;
}

/* Podkreślenie na hover */
.menu-item-header-links:hover .navlink::after {
    width: calc(100% - 20px);
}

.navlink:hover {
    color: #cc240f;
}

/* DODATKOWE wsparcie gdy submenu jest aktywne */
.menu-item-header-links.submenu-active .navlink::after {
    width: calc(100% - 20px);
}

.menu-item-header-links.submenu-active .navlink {
    color: #cc240f;
}

/* KRYTYCZNA POPRAWKA dla 1590px */


/* Menu przewijane tylko poniżej 1620px */
@media (max-width: 1620px) and (min-width: 993px) {
    .main-menu-navigation {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .main-menu-nav-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        min-width: 36px;
        border-radius: 50%;
        border: 1.5px solid #d0d0d0;
        background: #fff;
        cursor: pointer;
        color: #333;
        flex-shrink: 0;
        transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
        padding: 0;
    }

    .main-menu-nav-arrow:hover {
        background: #f5f5f5;
        border-color: #aaa;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
        color: #cc240f;
    }

    .main-menu-nav-arrow svg {
        display: block;
        flex-shrink: 0;
    }

    .main-menu-nav-arrow:disabled {
        opacity: 0.25;
        cursor: default;
        pointer-events: none;
    }

    /* Track — clip-kontener, zajmuje całe wolne miejsce między strzałkami */
    .main-menu-track {
        flex: 1;
        min-width: 0;
        overflow: hidden;
    }

    /* Lista — dokładnie szerokość treści, bez pustego miejsca.
       position: static nadpisuje globalne .ctn-header-links .header-list { position: relative }
       aby ul nie był containing block dla submenu (byłby wtedy wewnątrz overflow:hidden) */
    .main-menu-navigation .header-list {
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
        list-style: none;
        padding: 0;
        margin: 0;
        position: static;
    }

    /* position: static przenosi containing block submenu POZA track (overflow:hidden),
       dzięki czemu submenu nie powiększa scrollWidth i nie jest przycinane */
    .main-menu-navigation .menu-item-header-links {
        position: static;
        flex-shrink: 0;
    }

    /* W trybie karuzeli: brak podkreślenia, tylko zmiana koloru na hover */
    .main-menu-navigation .navlink::after {
        display: none;
    }

    .main-menu-navigation .menu-item-header-links:hover .navlink,
    .main-menu-navigation .menu-item-header-links.submenu-active .navlink {
        color: #cc240f;
    }

    /* Ikona chevron dziedziczy kolor od navlink (ma jawne color:#333 globalnie) */
    .main-menu-navigation .navlink i,
    .main-menu-navigation .navlink .NavlinkImg {
        color: inherit;
    }
}





@media (max-width: 992px) {
    .main-menu-nav-arrow {
        display: none;
    }
    
    .ctn-header-links {
        padding: 0;
    }
    
    .main-menu-wrapper {
        overflow: visible;
    }
}



.product-sku {
    font-size: 11px;
    color: #999;
    margin: 5px 0;
    font-weight: normal;
}


.product-sku-mobile {
    font-size: 11px;
    color: #666;
    margin: 3px 0 5px 0;
    font-weight: normal;
}



.product-title strong,
.product-title-mobile strong,
.popular-product-title strong {
    font-weight: 700;
}

/* ============================================================
   PROGRESYWNE POMNIEJSZANIE ZDJĘĆ — koniec pliku, łatwe do edycji
   Nadpisuje reguły nth-child dzięki !important.
   Zmieniaj tylko width / height / right w każdym bloku.
   ============================================================ */

/* powyżej 1620px */
@media (min-width: 1621px) {
    .menu-item-header-links:nth-child(2) .ctn-submenu-product .product-title {
        max-width: 70%;
    }
}

/* 1401–1620px */
@media (max-width: 1620px) and (min-width: 1401px) {
    /* --- zdjęcie --- */
    .submenu-product-image {
        width: 235px !important;
        height: 235px !important;
        right: -165px !important;
    }


    /* --- pozycja obrazka dla 7 dziecka ---*/
    .menu-item-header-links:nth-child(7) .submenu-product-image {
        right: -100px !important;
    }


        /* --- pozycja obrazka dla 6 dziecka ---*/
    .menu-item-header-links:nth-child(6) .submenu-product-image {
        right: -100px !important;
    }


.menu-item-header-links:nth-child(2) .ctn-submenu-product .product-title {
    max-width: 75%;
}



.menu-item-header-links:nth-child(1) .ctn-submenu-product .product-title {
    max-width: 70%;
}
    


     /* --- pozycja submenu 6. dziecka --- */
    .menu-item-header-links:nth-child(6) .submenu-container,
    .menu-item-header-links:nth-child(6) .submenu-container.active {
        left: auto !important;
        right: 30px !important;
        transform: none !important;
    }


    /* --- pozycja obrazka dla 4 dziecka ---*/
    .menu-item-header-links:nth-child(4) .submenu-product-image {
        right: -100px !important;
    }


       /* --- wymiary obrazka dla 4 dziecka ---*/
       .menu-item-header-links:nth-child(4) .submenu-product-image {
        width: 220px !important;
        height: 220px !important;
    }

    

    /* --- kółko (odkomentuj i edytuj) ---
    .submenu-product-circle {
        width: 232px !important;
        height: 282px !important;
        border-width: 58px !important;
        left: auto !important;
        right: -136px !important;
    }
    --- */
}

/* 1201–1400px */
@media (max-width: 1400px) and (min-width: 1201px) {
    /* --- zdjęcie --- */
    .submenu-product-image {
        width: 220px !important;
        height: 220px !important;
        right: -145px !important;
    }



    /* --- pozycja obrazka dla 4 dziecka ---*/
    .menu-item-header-links:nth-child(4) .submenu-product-image {
        right: -100px !important;
    }


       /* --- wymiary obrazka dla 4 dziecka ---*/
       .menu-item-header-links:nth-child(4) .submenu-product-image {
        width: 220px !important;
        height: 220px !important;
    }




    /* --- pozycja submenu 6. dziecka --- */
    .menu-item-header-links:nth-child(6) .submenu-container,
    .menu-item-header-links:nth-child(6) .submenu-container.active {
        left: auto !important;
        right: 30px !important;
        transform: none !important;
    }

    /* --- pozycja obrazka dla 6 dziecka ---*/
    .menu-item-header-links:nth-child(6) .submenu-product-image {
        right: -100px !important;
    }

    /* --- pozycja szerokosci kontenera tekstu dla 6 dziecka---*/

   .menu-item-header-links:nth-child(6) .ctn-submenu-product .product-title {
    max-width: 70%;
}



.menu-item-header-links:nth-child(2) .ctn-submenu-product .product-title {
    max-width: 75%;
}


.menu-item-header-links:nth-child(1) .ctn-submenu-product .product-title {
    max-width: 70%;
}




     /* --- wymiary obrazka dla 6 dziecka ---*/
     .menu-item-header-links:nth-child(6) .submenu-product-image {
         width: 220px !important;
         height: 220px !important;
     }



    /* --- pozycja obrazka dla 7 dziecka ---*/
    .menu-item-header-links:nth-child(7) .submenu-product-image {
        right: -100px !important;
    }

    /* --- kółko (odkomentuj i edytuj) ---
    .submenu-product-circle {
        width: 210px !important;
        height: 255px !important;
        border-width: 53px !important;
        left: auto !important;
        right: -125px !important;
    }
    --- */

    .submenu-product-circle {
        left: calc(100% - 80px) !important;
        width: 240px !important;
        height: 340px !important;
    }
}

/* 1081–1200px */
@media (max-width: 1200px) and (min-width: 1081px) {
    /* --- zdjęcie --- */
    .submenu-product-image {
        width: 210px !important;
        height: 210px !important;
        right: -120px !important;
    }


     .menu-item-header-links:nth-child(7) .submenu-product-image {
       right: -90px !important;
    }

     .menu-item-header-links:nth-child(6) .submenu-product-image {
       right: -90px !important;
    }


    .menu-item-header-links .ctn-submenu-product .product-title {
    font-size: 16px !important;
}

    
   .menu-item-header-links:nth-child(6) .ctn-submenu-product .product-title {
    max-width: 65% !important;
}


   .menu-item-header-links:nth-child(4) .ctn-submenu-product .product-title {
    max-width: 65%;
}

.menu-item-header-links:nth-child(2) .ctn-submenu-product .product-title {
    max-width: 70%;
}


.menu-item-header-links:nth-child(1) .ctn-submenu-product .product-title {
    max-width: 70%;
}


    /* --- kółko (odkomentuj i edytuj) ---
    .submenu-product-circle {
        width: 185px !important;
        height: 225px !important;
        border-width: 46px !important;
        left: auto !important;
        right: -113px !important;
    }
    --- */
}

/* 993–1080px */
@media (max-width: 1080px) and (min-width: 993px) {
    /* --- zdjęcie --- */
    .submenu-product-image {
        width: 185px !important;
        height: 185px !important;
        right: -100px !important;
    }

     .menu-item-header-links:nth-child(7) .submenu-product-image {
       right: -90px !important;
    }



   .menu-item-header-links:nth-child(6) .submenu-product-image {
       right: -80px !important;
    }

.menu-item-header-links:nth-child(6) .ctn-submenu-product .product-title {
    max-width: 60% !important;
}


.menu-item-header-links .ctn-submenu-product .product-title {
    font-size: 16px !important;
}


   .menu-item-header-links:nth-child(4) .ctn-submenu-product .product-title {
    max-width: 60%;
}


.menu-item-header-links:nth-child(2) .ctn-submenu-product .product-title {
    max-width: 75%;
}

.menu-item-header-links:nth-child(1) .ctn-submenu-product .product-title {
    max-width: 70%;
}


    /* --- kółko (odkomentuj i edytuj) ---
    .submenu-product-circle {
        width: 163px !important;
        height: 197px !important;
        border-width: 41px !important;
        left: auto !important;
        right: -102px !important;
    }
    --- */
}