/*css*/
.amega-menu .anav-top{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    flex-wrap: wrap;
}
.custom-html-link p a{
    text-transform: none;
    color: #333 !important;
    font-weight: 600 !important;
    font-family: barlow, sans-serif;
    font-size: .875rem;
}
.amenu-item .amenu-link{
    position: relative;
    padding: 22px 25px 24px;
    color: #000;
    text-transform: uppercase;
}
.amenu-link sup{
    position: absolute;
    top: -5px;
    right: 5px;
    line-height: 13px;
    padding: 1px 3px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    border-radius: 1px;
    transition: all 0.2s;
    white-space: nowrap;
}
.amenu-link sup span{
    color: #fff;
}
.amenu-item .adropdown{
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 999;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 5px 5px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
}
@media (min-width: 768px) {
    .anav-top .amenu-item.plex:hover .adropdown {
        visibility: visible;
        opacity: 1;
        top: 57px;
        transition: all 0.3s;
    }
}
.amenu-item{
    line-height: 1;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
}
.anav-top .adropdown .dropdown-bgimage {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 0 0 5px 5px;
}
.adropdown{
    min-width: 200px;
}
.categories-grid ul{
    padding-left: 15px;
}
.categories-grid ul li{
    margin: 10px 0;
}
.dropdown-content .manufacturer-item.brand-base {
    display: block;
    margin: 10px;
}
.adropdown-1 .acontent-1,
.adropdown-2 .acontent-2,
.adropdown-3 .acontent-3,
.adropdown-4 .acontent-4,
.adropdown-5 .acontent-5{
    width: 100%;
}
.adropdown-2 .acontent-1,
.adropdown-4 .acontent-2{
    width: 50%;
}
.adropdown-3 .acontent-1{
    width: 33%;
}
.adropdown-4 .acontent-1{
    width: 25%;
}
.adropdown-5 .acontent-1{
    width: 20%;
}
.adropdown-3 .acontent-2{
    width: 66%;
}
.adropdown-5 .acontent-2{
    width: 40%;
}
.adropdown-4 .acontent-3{
    width: 75%;
}
.adropdown-5 .acontent-3{
    width: 60%;
}
.adropdown-5 .acontent-4{
    width: 80%;
}
.manufacturer-item img{
    max-width: 100%;
}
.category-item.level-1,
.manufacturers-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}
.category-item.level-1{
    flex-direction: column;
}
.category-item.level-2{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.category-item.level-3{
    padding: 15px 15px 15px 15px;
}
.manufacturer-item a.product-name{
    display: none;
}
.acontent-1 .category-item.level-1,
.acontent-2 .category-item.level-1,
.acontent-1 .category-item.level-2,
.acontent-2 .category-item.level-2{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.acontent-1 .category-item.level-3,
.acontent-2 .category-item.level-3{
    padding: 0 0 0 15px;
}
.category-item.level-1{
    padding: 0;
}
.dropdown-content .product-item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}
.dropdown-content .product-price-and-shipping{
    text-align: left;
    font-size: 16px;
}
.product-information-dropdown{
    padding-left: 7px;
}
/*mobile*/
.arrow_up{
    display: none;
}
.arrow_down,
.arrow_up{
    margin-right: 15px;
}
.anav-mobile .amenu-item,
.adropdown-mobile .category-item.level-1,
.adropdown-mobile  .category-item.level-2{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.mobile_item_wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.adropdown-mobile{
    padding: 10px 20px;
}
.adropdown-mobile .category-item ul{
    padding-left: 15px;
}
.adropdown-mobile{
    display: none;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a{
    width: initial;
    display: inline-block;
}
#_mobile_user_info .user-info,
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info > a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.adropdown-mobile .category-item.level-3{
    padding: 0 15px;
}
.manufacturer-item .middle-side{
    text-align: center;
}
/*end mobile*/
@media (max-width: 1024px) {
    .category-item.level-1 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .adropdown-1{
        width: calc((768px * 0.2) - 30px);
    }
    .adropdown-2{
        width: calc((768px * 0.4) - 30px);
    }
    .adropdown-3{
        width: calc((768px * 0.6) - 30px);
    }
    .adropdown-4{
        width: calc((768px * 0.8) - 30px);
    }
    .adropdown-5 {
        width: 738px;
    }
}
@media (min-width: 992px) {
    .adropdown-1{
        width: calc((930px * 0.2));
    }
    .adropdown-2{
        width: calc((930px * 0.4));
    }
    .adropdown-3{
        width: calc((930px * 0.6));
    }
    .adropdown-4{
        width: calc((930px * 0.8));
    }
    .adropdown-5 {
        width: 930px;
    }
}
@media (min-width: 1200px){
    .adropdown-1{
        width: calc((1110px * 0.2));
    }
    .adropdown-2{
        width: calc((1110px * 0.4));
    }
    .adropdown-3{
        width: calc((1110px * 0.6));
    }
    .adropdown-4{
        width: calc((1110px * 0.8));
    }
    .adropdown-5{
        width: 1110px;
    }
}
.dropdown-content .product-thumbnail img{
    max-width: initial;
}
.acontent-3 .categories-grid{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}
.html-item.typo img{
    width: 100%;
    height: auto;
}
.level-1 a{
    color: #000;
}
.anav-top{
    margin: 0;
}
.categories-grid{
    display: flex;
    flex-wrap: wrap;
    padding: 0 16px;
}
.acontent-1 .categories-grid{
    flex-direction: column;
}
.category-item.level-2 a{
    font-size: 13px;
    font-weight: normal;
}
.category-item.level-1{
    margin-bottom: 28px;
    margin-right: 55px;
}
.category-item.level-2 h5{
    margin-bottom: 8px;
}
.products-grid{
    background: #fff;
    padding: 15px;
}
.manufacturer-item .logo{
    margin-bottom: 15px;
}
.product-information-dropdown a{
    font-weight: 500;
}
.dropdown-content .product-item {
    margin-bottom: 20px;
}
.dropdown-content{
    padding: 15px;
}
.dropdown-content .sub-menu .menu-item.category .dropdown-item[data-depth="2"] {
    padding: .5rem 1rem;
    color: #8C8C8C!important;
    text-transform: none;
    transition: color .2s;
}
@media only screen and (max-width: 1199px){
    .dropdown-content{
        padding-left: 5px!important;
    }
}
.category-item.level-1 > h5 a{
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
.html-item.typo h3{
    font-weight: 400;
    color: #000;
}
.fixed-menu .anav-top{
    padding-top: 2px;
}
.fixed-menu .amenu-item .amenu-link{
    padding: 22px 25px 20px;
}
.fixed-menu .amenu-link sup {
    position: absolute;
    top: 0;
}

@media (max-width: 1200px){
    #amegamenu iframe,
    #mobile-amegamenu iframe{
        width: 100%;
    }
}
@media (max-width: 767px){
    .category-item.level-1 {
        margin-bottom: 3px;
        margin-right: 66px;
    }
    .manufacturers-grid {
        justify-content: space-between;
    }
    .amenu-item .amenu-link {
        padding: 12px 25px 17px 20px;
    }
    .adropdown-mobile {
        padding: 10px 0;
    }
    .products-grid {
        padding: 0;
    }
    .manufacturer-item .middle-side {
        display: none;
    }
    .manufacturer-item {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}

#product .info-tab-content .tab-desc ul{
    padding-left:15px;
}

#product .product-cover{
    text-align: center;
}

.product-countdown .hot_strike_product .product-thumbnail > img, .grid_wrapper .product-miniature .product-thumbnail > img{
    max-width: 250px;
}

.product .product-miniature .thumbnail-container .thumbnail-top a img{
    max-width: 250px;
}

#blockcart-modal .product-image{
    margin: 0 auto 0 auto;
}

#blockcart-modal .col-md-7.p-0{
    padding-left:10px !important;
}

#category-description img{
    max-width: 100%;
    height: auto;
}

.product-container.js-product-container .rating-container{
    margin-bottom: 10px;
    border-bottom: 1px solid #E1E1E0;
    padding-bottom: 15px;
}

.product-miniature-features-table .product-miniature-feature-name{
    text-align: left;
    font: normal normal 500 16px/24px Barlow;
    letter-spacing: 0;
    color: #ADADAD;
}

.product-miniature-features-table .product-miniature-feature-value{
    text-align: left;
    font: normal normal 500 16px/24px Barlow;
    letter-spacing: 0;
    color: #222222;
}

.product-miniature-feature-row {
    /*margin-top: 3px;*/
}

#product #wrapper .container .row #content-wrapper #main .product-container .product-desc-section .product-index{
    /*padding-top:3px;*/
}

#product #wrapper .container .row #content-wrapper #main .product-container .product-desc-section .product-index span{
    text-align: left;
    font: normal normal 500 16px/24px Barlow;
    letter-spacing: 0;
    color: #ADADAD;
}

#product #wrapper .container .row #content-wrapper #main .product-container .product-desc-section .product-index span:last-child{
    text-align: left;
    font: normal normal 500 16px/24px Barlow;
    letter-spacing: 0;
    color: #222222;
}

@media(max-width: 767px){
    .header-nav .mobile.align-items-center{
        margin-top:15px;
    }
}

/* Kontener główny */
#_desktop_top_menu {
    width: 100%;
}

.js-top-menu {
    /* Brak specyficznych stylów w przesłanym CSS */
}

.hidden-sm-down {
    display: none;
}
@media (min-width: 768px) {
    .hidden-sm-down {
        display: block;
    }
}

/* Lista menu */
#top-menu,
.top-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.top-menu[data-depth="0"] {
    margin-bottom: 0;
}

/* Elementy menu */
.menu-item {
    position: relative;
}

.dropdown-item {
    display: block;
    padding: 0.625rem;
    color: #7a7a7a;
    text-decoration: none;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #DF8585;
}

.top-menu a[data-depth="0"] {
    padding: 0.625rem;
    font-size: 1rem;
    font-weight: 600;
    color: #232323;
}
.top-menu a[data-depth="0"]:hover {
    color: #DF8585;
}

/* Dropdown (submenu) */
.popover.sub-menu.js-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 30px);
    background: #fff;
    border: none;
    box-shadow: 2px 1px 11px 2px rgba(0,0,0,0.1);
    z-index: 18;
}

.js-sub-menu.collapse {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s; /* Opóźnienie visibility */
}

.js-sub-menu.in {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Wewnętrzne elementy dropdownu (brakujące w przesłanym CSS, dodane na podstawie TPL) */
.sub-menu__title {
    padding: 10px 15px;
    font-weight: bold;
}

.see-all-submenu-link a {
    color: #DF8585;
    text-decoration: none;
}
.see-all-submenu-link a:hover {
    text-decoration: underline;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
}

.product-item {
    flex: 0 0 30%;
    text-align: center;
}

.product-thumbnail img {
    max-width: 100%;
    height: auto;
}

.manufacturer-menu-container {
    padding: 15px;
}

.manufacturer-image {
    max-width: 100%;
    height: auto;
}

#header .header-top .menu .top-menu .popover.sub-menu {
    border-top: 1px solid #E1E1E0;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    max-width: 999px;
    box-shadow: none;
    min-width: unset
}

#header .header-top .menu .top-menu .popover.sub-menu .top-menu {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 500px
}

#header .header-top .menu .top-menu .popover.sub-menu .top-menu[data-depth="1"] {
    display: -ms-grid;
    display: grid
}

#header .header-top .menu .top-menu .popover.sub-menu .top-menu[data-depth="1"] .dropdown-item {
    transition: color .2s
}

#header .header-top .menu .top-menu .popover.sub-menu .top-menu[data-depth="1"] .dropdown-item:hover {
    color: #DF8585
}

#header .header-top .menu .top-menu .popover.sub-menu .top-menu[data-depth="1"] .dropdown-item[data-depth="1"] {
    padding: .3rem 0
}

#header .header-top .menu .top-menu .popover.sub-menu .top-menu[data-depth="1"] .dropdown-item[data-depth="2"] {
    padding: .3rem 1rem;
    color: #8C8C8C;
    transition: color .2s
}

#header .header-top .menu .top-menu .popover.sub-menu .top-menu[data-depth="1"] .dropdown-item[data-depth="2"]:hover {
    color: #DF8585
}

.manufacturer-menu-container {
    height: 100%;
    padding: 20px 5px;
    border-left: 1px solid #E1E1E0;
    max-height: 550px
}

@media screen and (max-width: 1200px) {
    .manufacturer-menu-container {
        border-left:none
    }
}

.manufacturer-menu-container .manufacturer-image {
    max-width: 145px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
}

.sub-menu {
    border: 1px solid #E1E1E0;
    border-radius: 0 0 12px 12px
}

.sub-menu__title {
    min-height: 48px;
    padding: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E1E1E0
}


@media screen and (max-width: 1200px) {
    .sub-menu__title:last-child {
        border-left:none
    }
}

.sub-menu__title .see-all-submenu-link a {
    transition: color .2s;
    color: #888!important
}

.sub-menu__title .see-all-submenu-link a:hover {
    color: #DF8585!important
}

.sub-menu__title span {
    font-size: 1.125rem;
    font-weight: 600;
    margin-left: 1.125rem
}

.sub-menu__title span a {
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    line-height: 19px
}

#wrapper .container #left-column .block-categories .category-top-menu .category-sub-menu {
    margin-top: 0
}

#wrapper .container #left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="0"] {
    margin-bottom: 14px
}

#wrapper .container #left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="0"]:last-child {
    margin-bottom: 0
}

#wrapper .container #left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="1"] {
    margin: 14px 0
}

#wrapper .container #left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="1"]:last-child {
    margin-bottom: 0
}

#wrapper .container #left-column .block-categories .category-top-menu .category-sub-menu li[data-depth="1"] a {
    margin-left: 10px;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 19px
}

#wrapper .container #left-column .block-categories .category-top-menu .category-sub-menu li a {
    margin: 0;
    padding: 0;
    width: calc(100% - 26px);
    transition: color .3s;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 19px
}

#wrapper .container #left-column .block-categories .category-top-menu .category-sub-menu li a span {
    margin-left: 3px;
    color: #ADADAD;
    font-size: 14px;
    text-align: right;
    line-height: 17px;
    font-weight: 400
}

@media (hover: hover) {
    #wrapper .container #left-column .block-categories .category-top-menu .category-sub-menu li a:hover {
        color:#DF8585
    }
}

#wrapper .container #left-column .block-categories .category-top-menu .category-sub-menu li a .navbar-toggler i img {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s
}

#wrapper .container #left-column .block-categories .category-top-menu .category-sub-menu li a .navbar-toggler[aria-expanded="true"] i img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#header .header-top .menu .top-menu>li.category>.sub-menu {
    pointer-events: none;
    position: absolute;
    width: 100vw;
    margin: 0!important
}

#header .header-top .menu .top-menu>li.category:hover>.sub-menu {
    pointer-events: initial
}
.top-menu[data-depth="1"] {
    margin: .625rem
}

.top-menu[data-depth="0"] {
    margin-bottom: 0
}

.top-menu a:not([data-depth="0"]) {
    display: block;
    padding: .625rem;
    font-weight: 400;
    color: #7a7a7a
}

.top-menu a.dropdown-submenu {
    font-weight: 600;
    color: #232323;
    text-transform: uppercase
}

.top-menu a[data-depth="0"] {
    padding: .625rem;
    font-size: 1rem;
    font-weight: 600
}

#header .top-menu a[data-depth="0"]:hover {
    color: #DF8585;
    text-decoration: none
}

.top-menu a[data-depth="1"],.top-menu a[data-depth="2"] {
    padding: 0 .625rem .625rem 0
}

.top-menu .collapse {
    display: inherit
}

.top-menu .sub-menu {
    z-index: 18;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    margin-left: .9375rem;
    visibility: hidden;
    border: none;
    box-shadow: 2px 1px 11px 2px rgba(0,0,0,.1);
    opacity: 0;
    transition: opacity 0.3s ease,visibility 0.3s ease
}


.top-menu .sub-menu ul[data-depth="1"]>li {
    float: left;
    margin: 0 1.25rem
}

.top-menu .sub-menu a:hover {
    color: #DF8585
}

.top-menu .popover {
    max-width: inherit;
    border-radius: 0
}

.popover.bs-tether-element-attached-top {
    margin-top: 0
}
#parent-menu.dropdown-item.dropdown-item-positioning{
    height: 81px;
}
.header-top.js-header-top.is-sticky {
    height: 99px;
}
/*-----------*/
.js-sub-menu {
    position: absolute;
    background-color: #fff;
    z-index: 1001;
}
/* Bootstrap 4.0.0-alpha.5 dla .collapse */
/*.collapse {*/
/*    display: none;*/
/*}*/
/*.collapse.in {*/
/*    display: block;*/
/*}*/
/* Twoje reguły dla widoczności */
.top-menu .sub-menu.collapse {
    visibility: hidden;
    opacity: 0;
}
.top-menu .sub-menu.collapse.in {
    visibility: visible;
    opacity: 1;
}
.menu-item {
    position: relative;
    z-index: 1002;
}
/* Przyciemnienie dla <main> */
main {
    position: relative;
}
#header {
    position: relative;
    z-index: 1003;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500; /* Niższy niż z-index podmenu, ale wyższy niż reszta strony */
    background-color: rgba(0, 0, 0, 0.3); /* Przyciemnienie (szare tło) */
    backdrop-filter: blur(3px); /* Efekt rozmycia */
    -webkit-backdrop-filter: blur(3px);
    opacity: 0; /* Domyślnie niewidoczna */
    visibility: hidden; /* Ukrywamy, ale zachowujemy możliwość animacji */
    transition: opacity 0.7s ease, visibility 0.7s ease; /* Płynna animacja */
    will-change: opacity, visibility; /* Optymalizacja wydajności */
}

/* Stan widoczny */
.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Fallback dla przeglądarek bez backdrop-filter */
@supports not (backdrop-filter: blur(3px)) {
    .overlay.active {
        background-color: rgba(0, 0, 0, 0.5); /* Mocniejsze przyciemnienie jako fallback */
    }
}

/* Stylizacja podmenu (pozostaje bez zmian) */
#top-menu .js-sub-menu {
    position: absolute;
    top: 81px; /* Zachowaj odległość od góry */
    z-index: 1000;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 5px;
    min-width: 200px;
    will-change: opacity, visibility;
}

#top-menu .js-sub-menu.in {
    opacity: 1;
    visibility: visible;
}

/* Stylizacja listy w podmenu (pozostaje bez zmian) */
#top-menu .js-sub-menu ul.top-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

#top-menu .js-sub-menu ul.top-menu li.menu-item {
    padding: 3px 0;
}

#top-menu .js-sub-menu ul.top-menu li.menu-item a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
}

#top-menu .js-sub-menu ul.top-menu li.menu-item a:hover {
    color: #DF8585;
    transform: translateX(5px);
}

/* Stylizacja nagłówka podmenu (pozostaje bez zmian) */
#top-menu .js-sub-menu .sub-menu__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

#top-menu .js-sub-menu .sub-menu__title .see-all-submenu-link a {
    font-size: 14px;
    color: #DF8585;
    text-decoration: none;
}

#top-menu .js-sub-menu .sub-menu__title .see-all-submenu-link a:hover {
    text-decoration: underline;
}




/* Mobile */

.modal-header .close {
    padding: 7px 18px 0px 0px!important;
}

.modal-header .close span {
    font-size: 35px;
}

.mobile-amega-menu {
    padding: 0;
}
#mobile-amegamenu .col-12 {
    padding: 0;
}
#mobile-amegamenu .title {
    padding: 10px 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
#mobile-amegamenu .title .h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    display: inline-block;
    margin-left: 10px;
}
#mobile-amegamenu .title .h3 a.menu-link {
    color: #333;
    text-decoration: none;
}
#mobile-amegamenu .title .h3 a.menu-link:hover {
    color: #DF8585;
}
#mobile-amegamenu .title .float-right {
    line-height: 1;
}
#mobile-amegamenu .title .navbar-toggler {
    padding: 0;
}
#mobile-amegamenu .title .collapse-icons i {
    font-size: 18px;
    color: #333;
}
#mobile-amegamenu .title.collapsed .collapse-icons .add {
    display: inline-block;
}
#mobile-amegamenu .title.collapsed .collapse-icons .remove {
    display: none;
}
#mobile-amegamenu .title:not(.collapsed) .collapse-icons .add {
    display: none;
}
#mobile-amegamenu .title:not(.collapsed) .collapse-icons .remove {
    display: inline-block;
}
#mobile-amegamenu .mb-footer-border {
    display: block;
    height: 1px;
    background-color: #e0e0e0;
    margin: 0;
}
#mobile-amegamenu .collapse {
    background-color: transparent;
}
#mobile-amegamenu .mb-footer-contact {
    padding: 0 0 10px 0px;
    background-color: transparent;
}
#mobile-amegamenu .menu-link {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
    text-decoration: none;
}

#mobile-amegamenu .menu-link.menu-link-redirect{
    text-decoration: underline;
}

#mobile-amegamenu .menu-link:hover {
    color: #DF8585;
}
#mobile-amegamenu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border:none;
}
#mobile-amegamenu .sub-menu .menu-item {
    padding: 5px 0;
}
#mobile-amegamenu .sub-menu .menu-item a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-transform: none;
}
#mobile-amegamenu .sub-menu .menu-item a:hover {
    color: #DF8585;
}
#mobile-amegamenu .html-item {
    padding: 5px 0;
    font-size: 14px;
}
ul.sub-menu.sub-menu-manufacturer{
    border-top: 1px solid rgba(0, 0, 0, 0.85)!important;
    margin: 0 auto;
}

li.menu-item.category p{
    margin: 0!important;
}