/********************************************************
			Coderplace Custom Styles
********************************************************/
.tm-carousel {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}
.cp-carousel {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    display: flex!important;
    flex-wrap: wrap;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-wrapper-outer {
    overflow-x: clip;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
    display: flex;
    height: auto;
}
.owl-carousel .owl-item .manu_image a {
    display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
    max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    text-align: center;
}

.customNavigation {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 50%;
    direction: ltr !important;
    right: 0;
    left: auto;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
.products .customNavigation {
    top: 48%;
}
.tmcategorylist .customNavigation{
    top: 54%;
}
.tmcategorylist:hover .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.testimonial-block-part .customNavigation{
    display: none;
}
.testimonial-block-part .owl-theme .owl-controls{
    display: block !important;
    width: 100%;
    float: left;
}
.customNavigation a.prev::before {
    content: "\E314";
    font-family: "Material Icons";
    position: absolute;
    font-size: 20px;
    right: 5px;
    top: -1px;
    color: #808080;
}
.customNavigation a.next::before {
    content: "\E315";
    font-family: "Material Icons";
    position: absolute;
    font-size: 20px;
    position: absolute;
    right: 3px;
    top: -1px;
    color: #808080;
}
#tmtestimonialcmsblock .customNavigation {
    top: -24px;
    z-index: 5;
    right: 15px;
}
.owl-theme .owl-controls .owl-page.active span{
    background-color: #c59d5f;
}
.owl-theme .owl-controls .owl-page span{
    background-color: #cccccc;
}
#index #tmtestimonialcmsblock .customNavigation {
    top: -40px;
    right: 0;
}
.special-products .customNavigation {
    top: 52%;
}
.special-products:hover .customNavigation,
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation,
#tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation{
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.lastest_block .customNavigation {
    top: 44%;
}
.customNavigation i {
    color: #222 !important;
    cursor: pointer;
    font-size: 0;
    font-weight: 500;
    height: 38px;
    line-height: 32px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 38px;
    background: transparent;
    border-radius: 0;
    font-style: unset;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.11);
}

.customNavigation i.prev {
    background: transparent;
    right: auto;
    background: #fff;
    border-radius: 50%;
    left: -5px;
}
.customNavigation i.next {
    background: transparent;
    right: -5px;
    background: #fff;
    border-radius: 50%;
}
.tmcategorylist .customNavigation i.prev,
.testimonial-block-part .customNavigation i.prev,
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev{
    left: -20px;
}
.tmcategorylist .customNavigation i.next,
.testimonial-block-part .customNavigation i.next,
#tminstagramblock .btn.next.instagram_next,
.special-products .customNavigation i.next  {
    right: -20px;
}
.customNavigation i.prev::before {
    content: '';
    -webkit-mask-image: url(../img/megnor/pro-left.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../img/megnor/pro-left.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #000;
    mask-size: 14px;
    font-size: 14px;
    width: 38px;
    height: 38px;
    display: block;
    -webkit-mask-size: 14px;
}
#tmtestimonialcmsblock .customNavigation i.prev::before {
    right: 1px;
    font-weight: 500;
}
#tmtestimonialcmsblock .customNavigation i.next::before {
    right: 0;
    font-weight: 500;
}
.customNavigation i.next::before {
    content: '';
    -webkit-mask-image: url(../img/megnor/pro-right.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../img/megnor/pro-right.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: #000;
    mask-size: 14px;
    font-size: 14px;
    width: 38px;
    height: 38px;
    display: block;
    -webkit-mask-size: 14px;
}
.customNavigation i.next:hover::before,.customNavigation i.prev:hover::before  {
    color: #fff;
}
#cpleftbanner1 img,
#cpleftbanner2 img {
    max-width: 100%;
}
#cpleftbanner1 li,
#cpleftbanner2 li {
    overflow: hidden;
    position: relative;
    float: left;
    border-radius: 5px;
}
#cpleftbanner1 li a,
#cpleftbanner2 li a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
.footer-container .links.lastest_block .customNavigation i.prev:hover {
    color: #9bbab1 !important;
}
.footer-container .links.lastest_block .customNavigation i.next:hover {
    color: #9bbab1 !important;
}

@media (max-width: 1449px) {
    .tmcategorylist .customNavigation i.prev,
    .testimonial-block-part .customNavigation i.prev,
    #tminstagramblock .btn.prev.instagram_prev,
    .special-products .customNavigation i.prev{
        left: -15px;
    }
    .tmcategorylist .customNavigation i.next,
    .testimonial-block-part .customNavigation i.next,
    #tminstagramblock .btn.next.instagram_next,
    .special-products .customNavigation i.next {
        right: -15px;
    }
    .customNavigation i.next {
        right: 0;
    }
    .customNavigation i.prev {
        left: 0;
    }
}
@media (max-width: 1199px) {
    #tmtestimonialcmsblock .customNavigation {
        top: -36px;
        z-index: 5;
        right: -18px;
    }
}

@media (max-width: 991px) {
    #cpleftbanner1 li img,
    #cpleftbanner2 li a {
        width: auto;
    }
    #tmtestimonialcmsblock .customNavigation {
        top: 0;
        right: 0;
    }
}
@media (max-width: 767px) {
    .customNavigation {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }

    .tmcategorylist .customNavigation i.prev,
    .testimonial-block-part .customNavigation i.prev,
    #tminstagramblock .btn.prev.instagram_prev,
    .special-products .customNavigation i.prev,
    .btn.prev.accessories_prev {
        left: 0;
    }
    .tmcategorylist .customNavigation i.next,
    .testimonial-block-part .customNavigation i.next,
    #tminstagramblock .btn.next.instagram_next,
    .special-products .customNavigation i.next,
    .btn.next.accessories_next {
        right: 0;
    }
    #main .images-container .js-qv-mask .customNavigation {
        top: 13px;
    }
    .quickview .mask.additional_slider .customNavigation i.prev {
        left: -10px !important;
    }
    .quickview .mask.additional_slider .customNavigation i.next {
        right: -10px !important;
    }
    .btn.next.brand_next {
        left: auto;
        right: 0;
        position: absolute;
    }
    .btn.prev.brand_prev {
        left: 0;
        right: auto;
    }
    .customNavigation i.next {
        left: auto;
        right: 0;
    }
}
@media (max-width: 480px) {
}

/* Prawy baner obok slidera na stronie głównej */
#index #cpcmsbanner1 {
    width: 24.6%;
    float: right;
    padding-left: 10px;
    margin-top: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

/* Jeden baner ma mieć wysokość taką jak slider */
#index #cpcmsbanner1 .container,
#index #cpcmsbanner1_block1,
#index #cpcmsbanner1 .main-content,
#index #cpcmsbanner1 .cms_content,
#index #cpcmsbanner1 .cms_content a {
    height: 100%;
}

/* Prawy baner obok slidera */
#index #cpcmsbanner1 img,
#index #cpcmsbanner2_block1 img {
    width: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 5px;
}
#index #cpcmsbanner1 img:hover,
#index #cpcmsbanner2_block1 img:hover {
    transform: none !important;
}
@media (max-width: 767px) {

    #index #cpcmsbanner1 {
        width: 100% !important;
        float: none !important;
        padding-left: 0 !important;
        margin-top: 15px;
        clear: both;
    }

    #index #cpcmsbanner1 img,
    #index #cpcmsbanner2_block1 img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain;
    }

}

/* Mobile Left Banner */
@media (max-width: 767px) {

    #left-column .block_content {
        display: block !important;
    }

    #left-column .title_block:after,
    #left-column .block-title:after {
        display: none !important;
    }

    #left-column .title_block,
    #left-column .block-title {
        cursor: default !important;
        padding-right: 0 !important;
    }

}

/* =========================
   CUSTOM FOOTER SOCIAL
========================= */

.custom-footer-social {
    display: grid;
    grid-template-columns: repeat(2, 260px);
    column-gap: 70px;
    row-gap: 55px;
    justify-content: center;
    align-items: center;
    max-width: 650px;
    margin: 0 auto;
    padding-top: 55px;
}

.custom-footer-social a {
    display: flex;
    align-items: center;
    gap: 0;
    color: #111111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
}

.custom-footer-social a:hover {
    color: #111111;
}

.custom-footer-social img {
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 42px;
    object-fit: contain;
    transform: scale(3.1);
    transform-origin: center;
}

.custom-footer-social span {
    white-space: nowrap;
}

/* Tablet */
@media (max-width: 991px) {
    .custom-footer-social {
        grid-template-columns: repeat(2, 210px);
        column-gap: 35px;
        row-gap: 35px;
        padding-top: 35px;
    }

    .custom-footer-social a {
        font-size: 18px;
    }

    .custom-footer-social img {
        width: 22px;
        height: 22px;
        min-width: 22px;
        margin-right: 32px;
        transform: scale(2.5);
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 575px) {

    .custom-footer-social {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 16px;
        row-gap: 52px;
        width: 100%;
        max-width: 100%;
        padding: 18px 15px 10px;
        box-sizing: border-box;
    }

    .custom-footer-social a {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
    }

    .custom-footer-social img {
        width: 36px;
        height: 36px;
        min-width: 36px;
        max-width: 36px;
        object-fit: contain;
    }
}

@media (max-width: 767px) {

    body {
        padding-bottom: 92px;
    }

    #footer {
        padding-bottom: 92px;
    }

    .mobile-bottom-toolbar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 64px;
        background: #ffffff;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
        z-index: 9999;

        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .mobile-bottom-toolbar a {
        flex: 1;
        text-align: center;
        text-decoration: none;
        color: #222;
        font-size: 11px;
        line-height: 1.2;
        padding-top: 6px;
    }

    .mobile-bottom-toolbar i {
        display: block;
        font-size: 24px;
        margin-bottom: 3px;
    }

    .mobile-bottom-toolbar span {
        display: block;
    }

    .mobile-bottom-toolbar a:hover {
        color: #c59d5f;
    }

}

/* Ukrycie dolnego menu mobilnego na desktopie */
@media (min-width: 768px) {

    .mobile-bottom-toolbar {
        display: none;
    }

}

/* Sticky header dla tematu PRS02045_04 */
@media (max-width: 991px) {
    #header {
        min-height: auto !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #header .header-top {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 10000 !important;
        background: #ffffff !important;
        display: block !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.10);
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    body {
        padding-top: 75px !important;
    }

    #wrapper,
    #content-wrapper,
    .page-home {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

@media (min-width: 992px) {
    #header .header-top {
        position: sticky !important;
        top: 0 !important;
        z-index: 10000 !important;
        background: #ffffff !important;
    }
}

/* Ukrycie zbędnych elementów w górnym pasku */
#_desktop_currency_selector,
#_desktop_language_selector,
.cb-hidden-header-selector {
    display: none !important;
}

/* Konto na desktopie zostaje jako sama ikona bez tekstu */
#_desktop_user_info .user-info a span,
.cb-hidden-account-text {
    display: none !important;
}

/* Konto na mobile całkowicie ukryte bez pustego miejsca */
@media (max-width: 991px) {
    #_mobile_user_info,
    .header-nav #_desktop_user_info,
    .header-top #_desktop_user_info {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .header-nav {
        min-height: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* Ukrycie burger menu na desktopie */
@media (min-width: 992px) {
    #header .header-top .menu-icon,
    #header .header-nav .menu-icon {
        display: none !important;
    }
}

/* Wyrównanie pionowego menu kategorii do żółtego paska na desktopie */
@media (min-width: 992px) {
    #left-column,
    #wrapper,
    .columns-container {
        padding-top: 0 !important;
    }

    #_desktop_vertical_menu,
    .vertical-menu,
    .cp_vertical_menu,
    .cp-vertical-menu,
    .left-column .block-categories {
        margin-top: 0 !important;
    }
}

/* Coffee Boom header contact dropdown */
.cb-header-contact {
    position: relative;
    display: inline-block;
}

.cb-contact-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    padding: 0;
}

.cb-contact-prefix {
    color: #111;
}

.cb-contact-text {
    color: #c59d5f;
    border-bottom: 1px dashed #c59d5f;
}

.cb-contact-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    min-width: 270px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.14);
    padding: 14px;
    z-index: 10050;
}

.cb-header-contact:hover .cb-contact-dropdown,
.cb-header-contact:focus-within .cb-contact-dropdown {
    display: block;
}

.cb-contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.cb-contact-row:hover {
    color: #c59d5f;
}

.cb-contact-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.cb-contact-icon-whatsapp {
    background: #25D366;
}

.cb-contact-icon-viber {
    background: #7360f2;
}

.cb-contact-icon-phone {
    background: #333;
}

.cb-contact-info {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.45;
    color: #444;
}

.cb-contact-info a {
    color: #444;
}
/* Usunięcie pustego paska header-nav na mobile */
@media (max-width: 991px) {
    #header .header-nav {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }

    #header .header-top {
        margin-bottom: 0 !important;
    }

    #wrapper {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
/* Coffee Boom header phone dropdown */
.cb-header-phone {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 18px;
    vertical-align: middle;
}

.cb-header-phone-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.cb-header-phone-toggle .material-icons {
    font-size: 22px;
    line-height: 1;
}

.cb-header-phone-text {
    white-space: nowrap;
}

.cb-phone-arrow {
    font-size: 18px !important;
}

.cb-header-phone-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: 320px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.16);
    padding: 16px;
    z-index: 10050;
    text-align: left;
}

.cb-header-phone:hover .cb-header-phone-dropdown,
.cb-header-phone:focus-within .cb-header-phone-dropdown {
    display: block;
}

.cb-header-phone-dropdown a {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    text-decoration: none;
    color: #222222;
    font-size: 14px;
    line-height: 1.3;
}

.cb-header-phone-dropdown a:hover {
    color: #c59d5f;
}

.cb-phone-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.cb-phone-whatsapp {
    background: #25D366;
}

.cb-phone-viber {
    background: #7360f2;
}

.cb-phone-telegram {
    background: #229ED9;
}

.cb-phone-mobile {
    background: #333333;
}

.cb-phone-info {
    border-top: 1px solid #eeeeee;
    margin-top: 12px;
    padding-top: 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #555555;
}

@media (max-width: 991px) {
    .cb-header-phone {
        margin-right: 10px;
    }

    .cb-header-phone-text,
    .cb-phone-arrow {
        display: none !important;
    }

    .cb-header-phone-dropdown {
        right: -70px;
        width: 280px;
    }
}
.cb-phone-icon i {
    font-size: 16px;
    line-height: 1;
}

.cb-phone-whatsapp i {
    font-size: 15px;
}

.cb-phone-viber i {
    font-size: 13px;
}

.cb-phone-mobile i {
    font-size: 18px;
}

/* =========================
   COFFEE BOOM MOBILE HEADER I MENU MOBILNE - FINAL
========================= */

.cb-mobile-logo {
    display: none;
}

@media (max-width: 767px) {

    /* Górny pasek mobilny */
    #header .header-top {
        padding: 0 !important;
        margin: 0 !important;
        background: #ffffff !important;
    }

    #header .header-top .container,
    .header-div .container {
        width: 100% !important;
        max-width: 100% !important;
        height: 72px !important;
        margin: 0 !important;
        padding: 0 4px 0 0 !important;
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
    }

    /* Ukrycie desktopowego logo, żeby nie było dwóch logotypów */
    #_desktop_logo,
    #header .header-left {
        display: none !important;
    }

    /* Spłaszczenie kontenerów nagłówka tylko na mobile */
    .header-center,
    .header-right {
        display: contents !important;
    }

    /* 1. Burger menu */
    .mobile-top-menu,
    .header-center .text-xs-center.mobile {
        order: 1 !important;
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .menu-icon {
        width: 32px !important;
        height: 72px !important;
        margin: 0 !important;
        padding: 0 0 0 2px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .menu-icon i,
    .menu-icon .material-icons {
        font-size: 27px !important;
        line-height: 1 !important;
    }

    /* 2. Logo mobilne */
    .cb-mobile-logo {
        order: 2 !important;
        display: flex !important;
        align-items: center !important;
        flex: 1 1 auto !important;
        min-width: 80px !important;
        max-width: 145px !important;
        margin: 0 4px 0 0 !important;
        padding: 0 !important;
    }

    .cb-mobile-logo img {
        max-width: 145px !important;
        max-height: 38px !important;
        width: auto !important;
        height: auto !important;
        display: block !important;
    }

    /* 3. Szukaj */
    #search_widget,
    #search_block_top {
        order: 3 !important;
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* 4. Porównanie */
    .head-compare,
    #_mobile_compare,
    #_desktop_compare {
        order: 4 !important;
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* 5. Ulubione */
    .head-wishlist,
    #_mobile_wishlist,
    #_desktop_wishlist {
        order: 5 !important;
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* 6. Kontakt */
    .cb-header-phone {
        order: 6 !important;
        width: 30px !important;
        min-width: 30px !important;
        max-width: 30px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .cb-header-phone-text,
    .cb-phone-arrow {
        display: none !important;
    }

    /* 7. Koszyk */
    #_mobile_cart,
    #_desktop_cart {
        order: 7 !important;
        width: 34px !important;
        min-width: 34px !important;
        max-width: 34px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Ikony w górnym pasku */
    #header .material-icons,
    #header i {
        font-size: 25px !important;
        line-height: 1 !important;
    }

    /* Liczniki ikon */
    .cart-products-count,
    .wishlist-count,
    .compare-count {
        top: -8px !important;
        right: -4px !important;
    }

    /* Dolny pasek mobilny */
    .mobile-bottom-toolbar {
        z-index: 9998 !important;
    }

    /* Menu boczne nad dolnym paskiem */
    #mobile_top_menu_wrapper,
    #mobile-push-menu,
    .mobile-menu-overlay,
    #mobile-menu {
        z-index: 10050 !important;
    }

    /* Ukrycie logowania i dolnej sekcji w menu bocznym */
    #mobile_top_menu_wrapper .js-top-menu-bottom,
    #mobile_top_menu_wrapper .user-info,
    #mobile_top_menu_wrapper #_mobile_user_info,
    #mobile_top_menu_wrapper .login,
    #mobile_top_menu_wrapper .register,
    #mobile_top_menu_wrapper .lnk-user {
        display: none !important;
    }

    /* Przycisk zamykania menu bocznego */
    #mobile_top_menu_wrapper .menu-close,
    #mobile_top_menu_wrapper .close,
    .mobile-menu-close {
        position: absolute !important;
        top: 6px !important;
        right: 14px !important;
        z-index: 10060 !important;
    }

    #mobile_top_menu_wrapper {
        padding-bottom: 20px !important;
    }

    /* Ukrycie dolnego paska, gdy menu boczne jest otwarte */
    body.mobile-nav-open .mobile-bottom-toolbar,
    body.menu-open .mobile-bottom-toolbar {
        display: none !important;
    }
}
