.skip-tab-diskusia,
li[data-testid="tabDiscussion"] { 
    display: none !important;
}

#tab-diskusia,
#tabDiscussion {
    display: none !important;
}

ol.cart-header li.active strong,
ol.cart-header li.completed strong {
    color: #FFF !important; 
}

ol.cart-header li.active strong span,
ol.cart-header li.completed strong span {
    color: #000 !important;
}

ol.cart-header li.active a,
ol.cart-header li.completed a {
    color: #000 !important;
}

.search-input {
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0.2, 0, 0, 0.8); 
}

/* Subcategories - card style */
ul.subcategories.with-image {
    display: flex; 
    /* flex-wrap: wrap;  */
    gap: 15px; /* rovnomerné medzery medzi kartami */
    /* justify-content: space-between;  */
}

ul.subcategories.with-image > li {
    padding: 0;
    /* margin: 0; */
    /* flex: 1 1 calc(25% - 15px);  */
    /* min-width: 200px;
    display: flex; */
}

ul.subcategories.with-image a {
    display: flex;
    flex-direction: row; /* obrázok vedľa textu */
    align-items: center; /* vertikálne centrovanie obsahu */
    justify-content: flex-start;
    width: 100%;
    height: 100%; /* rovnaká výška všetkých kariet */
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 10px 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

ul.subcategories.with-image img {
    max-width: 60px; /* uprav podľa potreby */
    height: auto;
    margin-right: 15px; /* medzera medzi obrázkom a textom */
    flex-shrink: 0; /* obrázok sa nezmenšuje */
}

ul.subcategories.with-image span.text {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3;
    text-align: left; /* text vedľa obrázku */
}

/* Hover efekt */
ul.subcategories.with-image a:hover {
    border-color: #007bff;
    /* background-color: #f7f9ff; */
    box-shadow: 0 8px 15px rgba(0, 123, 255, 0.15);
    transform: translateY(-5px) scale(1.02);
}

/*TOP produkty*/

/* Products - name */
.top-products-name,
.top-products-content {
    color: #ffffff !important;
}

/* Products - Price Color */
.top-products-content strong {
    color: #99CCFF !important;
}

.top-products h4,
.top-products-wrapper h4 {
    color: #ffffff !important;
}

/* Text "Add to cart" */
.add-to-cart-button {
    color: #ffffff !important; 
}

/* Add to cart - hover */
.add-to-cart-button:hover {
    color: #000000 !important; 
}

/* Navigácia a Menu */
.navigation-in ul.menu-level-2 {
    padding-left: 20px !important;
}

li.menu-item-1344 .menu-image img, 
li.menu-item-1344 .menu-image {
    display: none !important;
}

li.menu-item-1344 .menu-level-2 a,
li.menu-item-1344 .menu-level-3 a,
li.menu-item-1344 .menu-description {
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

li.menu-item-1356 {
    border: 0px solid #ccc !important;
    padding: 10px !important;
    border-radius: 8px;
}

li.menu-item-1356 ul {
    text-align: left !important;
}

#productsTop {
    display: grid!important;
    grid-template-columns: repeat(4, 1fr)!important;
    gap: 12px!important;
    padding: 0!important;
}

#productsTop .p {
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    gap: 10px!important;
    padding: 6px 8px!important;
    background: #fff!important;
    border: 1px solid #e5e5e5!important;
    border-radius: 10px!important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05)!important;
    transition: all 0.2s ease!important;
    width: 100%!important;
    box-sizing: border-box!important;
}

/* HOVER – ÚPLNE VYPNUTÉ */
#productsTop .p:hover {
    border: 1px solid #e5e5e5!important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05)!important;
    transform: none!important;
    outline: none!important;
    transition: none !important;
}

.product:hover {
    box-shadow: none !important;
    border: none !important;
    transform: none !important;
    outline: none !important;
    transition: none !important;
}

.product:hover > .p > .image > a,
.product a:hover {
    box-shadow: none !important;
    border: none !important;
    transform: none !important;
    outline: none !important;
}

#productsTop .p .image {
    order: 1!important;
    max-width: 50px!important;
    height: auto!important;
    flex-shrink: 0!important;
}

#productsTop .p .p-in {
    order: 2!important;
    flex: 1!important;
    padding: 0!important;
    display: flex!important;
    flex-direction: column!important;
    gap: 2px!important;
    color: #000!important;
    word-wrap: break-word!important;
}

#productsTop .p span[data-micro="name"] {
    color: #000!important;
    font-size: 11px!important;
    font-weight: 600!important;
    line-height: 1.3!important;
    text-align: left!important;
}

#productsTop .p .price-final strong {
    color: #000!important;
    font-size: 0.85em!important;
    font-weight: 700!important;
    text-align: left!important;
    line-height: 1.2!important;
}

#productsTop .p .price-additional,
#productsTop .p .p-code {
    display: none!important;
}

.products-inline .product {
    width: 100%!important;
    margin-right: 0!important;
    padding: 0!important;
    box-sizing: border-box!important;
}

@media (max-width: 900px) {
    #productsTop {
        grid-template-columns: repeat(2, 1fr)!important;
        gap: 8px!important;
    }
    #productsTop .p {
        padding: 5px 6px!important;
        gap: 8px!important;
    }
    #productsTop .p .image {
        max-width: 45px!important;
    }
    #productsTop .p span[data-micro="name"],
    #productsTop .p .price-final strong {
        font-size: 11px!important;
        line-height: 1.3!important;
    }
}

@media (max-width: 400px) {
    #productsTop {
        grid-template-columns: repeat(2, 1fr)!important;
        gap: 6px!important;
    }
    #productsTop .p {
        flex-direction: row!important;
        align-items: center!important;
        padding: 4px 5px!important;
        gap: 6px!important;
    }
    #productsTop .p .image {
        max-width: 40px!important;
    }
    #productsTop .p span[data-micro="name"],
    #productsTop .p .price-final strong {
        font-size: 10px!important;
        line-height: 1.3!important;
    }
}

/*Pagination/strankovanie*/
.js-loadMore__button--products,
.goToTop__button,
.pagination__list a.pagination__link,
.pagination__list .btn-secondary,
.pagination__list .pagination__link--last,
.pagination__list .pagination__link--next {
    background-color: #363636 !important;
    background-image: none !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    padding: 10px 20px !important;
    transition: all 0.2s ease-in-out;
}

.js-loadMore__button--products:hover,
.goToTop__button:hover,
.pagination__list a.pagination__link:hover,
.pagination__list .btn-secondary:hover {
    background-color: #4a4a4a !important;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3) !important;
    transform: translateY(-1px);
}

.pagination__list .pagination__currentPage {
    color: #ffffff !important; 
}

.pagination__list a.pagination__link,
.pagination__list .btn-secondary,
.pagination__list .pagination__link--last,
.pagination__list .pagination__link--next {
    padding: 6px 12px !important; 
}



/* Mobile + menu */
@media (max-width: 767.98px) {
    /* ul.subcategories.with-image > li {
        flex: 1 1 calc(50% - 10px) !important; 
    } 
*/
    ul.subcategories.with-image img {
        max-width: 50px !important;
        margin-right: 10px !important; /* menšia medzera na mobile */
    }

    ul.subcategories.with-image span.text {
        font-size: 13px !important;
    }

    ul.subcategories.with-image a {
        padding: 8px 10px !important;
    }
}

@media (max-width: 768px) {
/* Menu */
    #navigation {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
        background: rgba(240, 240, 240, 0.9) !important;
        backdrop-filter: blur(14px) saturate(200%) !important;
        -webkit-backdrop-filter: blur(14px) saturate(200%);
        box-shadow: 0 6px 20px rgba(0,0,0,0.15), 0 2px 8px rgba(0,0,0,0.1) !important;
        border-radius: 0 0 24px 24px !important;
        overflow: hidden !important;
        padding-bottom: 15px;
        animation: modernMenuSlide .3s ease-out;
    }

    #navigation .navigation-close {
        font-size: 26px !important;
        padding: 22px 24px !important;
        color: #111 !important;
        font-weight: 700 !important;
        border-bottom: 1px solid rgba(0,0,0,0.08) !important;
        background: rgba(255,255,255,0.85) !important;
        margin-bottom: 10px;
    }

    #navigation .navigation-in > ul {
        padding: 0 12px !important;
    }

    #navigation .navigation-in > ul > li {
        margin-bottom: 15px !important;
        border-radius: 20px !important;
        overflow: hidden;
        background: #fff !important;
        transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.25s ease-out;
        max-width: 500px;
        width: 100%;
        min-height: 50px;
        box-shadow: 0 2px 12px rgba(0,0,0,0.1), 0 6px 20px rgba(0,0,0,0.12);
    }

    #navigation .navigation-in > ul > li:hover {
        transform: translateY(-3px) scale(1.02);
        box-shadow: 0 4px 10px rgba(0,0,0,0.1), 0 10px 20px rgba(0,122,255,0.2);
        background: linear-gradient(135deg, #ffffff, #e8f0ff);
    }

    #navigation .navigation-in > ul > li > a {
        padding: 1em 1.2em;
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #222 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        border-bottom: none !important;
        text-decoration: none !important;
        text-shadow: 0 0 0.5px rgba(0,0,0,0.1);
        transition: color 0.25s ease, background 0.25s ease;
    }

    #navigation .navigation-in > ul > li > a:hover {
        background: rgba(0, 122, 255, 0.05) !important;
        color: #0066CC !important;
        text-shadow: 0 0 1px rgba(0,0,0,0.15);
    }

    #navigation .navigation-in .icon {
        width: 22px !important;
        height: 22px !important;
        stroke: #111 !important;
        opacity: 0.7 !important;
        transition: transform .25s ease, opacity .2s ease, stroke .25s ease;
    }

    #navigation .menu-item--open > a .icon {
        transform: rotate(90deg);
        opacity: 1 !important;
        stroke: #007AFF !important;
    }

    /* --- Podmenu s plynulým vysúvaním --- */
    #navigation .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out, padding 1.3s ease-out;
    }

    .menu-item--open .submenu {
        max-height: 500px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    #navigation .submenu a {
        padding: 2.7em 2em;
        font-size: 15px !important;
        font-weight: 500 !important;
        color: #333 !important;
        border-bottom: 1px solid rgba(0,0,0,0.04) !important;
        background: rgba(248, 248, 248, 0.9) !important;
        text-decoration: none !important;
        transition: 0.2s;
    }

    #navigation .submenu a:hover {
        background: rgba(0, 122, 255, 0.08) !important;
        color: #007AFF !important;
    }

    #navigation .menu-helper {
        height: 12px !important;
        background: transparent !important;
        border: none !important;
    }

    @keyframes modernMenuSlide {
        from {
            transform: translateY(-18px);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
}


/* -------- HEADER PHONES -------- */
.header-logo-and-phones {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center;
    justify-content: space-between;
    width: auto;
    flex-shrink: 1; */
}

.header-phone-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.header-phone {
    font-size: 15px;  
    font-weight: 500;  
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.phone-icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
}

.phone-separator {
    display: inline;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

/* -------- MOBILE -------- */
@media (max-width: 767px) {
    .header-phone-box,
    .header-phone,
    .phone-icon,
    .phone-separator {
        display: none !important;
    }
}

/* desktop search, cart, hamburger zostanú v tom istom riadku */
.header-top-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*Hamburger menu*/
@media (max-width: 991px) {
    #navigation .navigation-in > ul > li {
        border-radius: 0 !important;
        box-shadow: none !important;
        margin-bottom: 0 !important;
        border: none !important; 
        border-bottom: 2px solid #eeeeee !important; 
        background: #ffffff !important;
        transition: none !important; 
    }
    #navigation .navigation-in > ul > li:last-of-type {
        border-bottom: none !important; 
    }
    .navigation-in .menu-level-1 > li:hover,
    .navigation-in .menu-level-1 > li.open,
    .navigation-in .menu-level-1 > li:focus {
        box-shadow: none !important;
        border-radius: 0 !important;
    }
    .navigation-in.menu .menu-level-1 > li > a {
        padding: 8px 10px !important;
        text-decoration: none !important; 
        border-radius: 0 !important; 
    }
    #navigation .navigation-in ul li>a>b {
        border-width: 0;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 1px;
    }
    .navigation-in.menu .navigationActions a[data-testid="signin"],
    .navigation-in.menu .navigationActions a[data-testid="signin"]:hover,
    .navigation-in.menu .navigationActions a[data-testid="signin"]:focus {
        border-radius: 0 !important; 
        box-shadow: none !important;
    }
  }

  
/* -----------------------------------------------------
   Sidebar – 
----------------------------------------------------- */
.sidebar {
    background: linear-gradient(90deg, #4c91a1, #1183b5);
    border-radius: 30px;
box-shadow:
  0 60px 20px rgba(0,0,0,0.05),
  0 0 20px rgba(0,0,0,0.05);
    padding: 30px 20px;
    margin-bottom: 0;
    min-height: 120px;
    display: block;
    transition: all 0.3s ease;
}

.sidebar-inner { padding-left: 20px; }
div.categories { padding-bottom: 20px; }

.box.box-bg-variant,
.box.box-sm.box-filters,
.sidebar-inner > div.box-sm {
    border-radius: 30px;
    background-color: transparent;
}

/* -----------------------------------------------------
   Navigation – 
----------------------------------------------------- */
.container.navigation-wrapper.header-bottom-wrapper.js-navigation-container {
    margin: 0 auto !important;
    float: none !important;
}

.navigation-in.menu {
    text-align: center !important;
    width: 100% !important;
    display: block !important;
}

.menu-level-1,
.menu-level-1 > li {
    display: inline-block !important;
    float: none !important;
}

.categories a {
    text-transform: uppercase;
    color: white !important;
    text-shadow: 1px 1px 0 rgba(29,28,30,0.4);
    transition: background 0.4s ease, color 0.4s ease;
}

.categories a:hover {
    background: linear-gradient(90deg, #4c91a1, #1183b5);
    color: #281668 !important;
    text-shadow: none;
    border-radius: 10px;
}

span.cat-trigger,
.categories span {
    color: white !important;
}

/* -----------------------------------------------------
   Quantity – universal
----------------------------------------------------- */
.quantity {
    padding: 0 30px;
    margin-right: 10px;
    border-radius: 30px;
    background-color: transparent;
}

.quantity .increase:hover:before {
    border-radius: 0 30px 30px 0;
}

.quantity .decrease:hover:before {
    border-radius: 30px 0 0 30px;
}

/* -----------------------------------------------------
   Product page – 
----------------------------------------------------- */
.p.swap-images .p-code,
.p[data-micro="product"] .p-code {
    display: none !important;
}

.products-block > div .p .p-bottom {
    padding: 5px 5px 0;
}

.flag.flag-tip,
.flag.flag-new,
.flag.flag-action {
    border-radius: 30px;
    font-size: 14px;
}

/* Top products */
.top-products-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    float: right;
    width: calc(100% - 110px);
    height: 85px;
}

.top-products-name {
    flex-grow: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.top-products li { overflow: hidden; }
.top-products-image { float: left; }
.top-products-content strong {
    flex-shrink: 0;
    margin-top: auto;
}

/* -----------------------------------------------------
   Checkout – universal
----------------------------------------------------- */
#checkoutContent .form-control,
.order-summary-inner,
.checkout-box {
    border-radius: 30px;
}

/* Delivery region*/
.form-group .select-label[for="deliveryRegionId"] {
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.2px;
}

#deliveryRegionId.form-control {
    border: 2px solid #1183b5 !important;
    background-color: #f5fbff !important;
    border-radius: 16px !important;
    box-shadow: 0 6px 16px rgba(17, 131, 181, 0.2) !important;
    font-weight: 600;
}
#deliveryRegionId:focus-visible, #deliveryRegionId:focus{
    outline: none !important;
}

.form-group.form-group-wrapped.smart-label-wrapper.populated
  #deliveryRegionId.form-control {
    border-color: #1183b5 !important;
}

.add-to-cart-button:hover,
.btn.btn-conversion#continue-order-button:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.btn.btn-default[data-testid="buttonBackToShop"] {
    color: #fff !important;
    border-radius: 8px !important;
}

.btn.btn-default[data-testid="buttonBackToShop"]:hover {
    background-color: #fff !important;
    color: #000 !important;
}

/* -----------------------------------------------------
   Global
----------------------------------------------------- */
.copyright { text-align: center; }

#Gaelta {
    flex: 1 2 auto;
    z-index: 2;
    text-align: left;
    margin: 9.5px 4.5px;
}

#Gaelta a:first-of-type { margin-right: 0.8em; }
#Gaelta a { color: #0a0a0a; }
#Gaelta a:hover { color: var(--color-tertiary); }

a.social-icon { color: #fff !important; }


.search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    box-sizing: border-box;
}

.search-input.query-input {
    border: 1px solid #cccccc !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

.search-input.query-input:focus {
    border-color: #999999 !important;
}


button.increase:hover,
button.decrease:hover {
    color: #ffffff !important;
}

button.increase:hover span,
button.decrease:hover span {
    color: #ffffff !important;
}


.flag,
.flag-tip {
    /*display: inline-block;*/
    padding: 4px 8px;

    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);

    z-index: 10;
    border-radius: 0 !important;
    margin-bottom:0px !important;
}

.flag.flag-new {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    text-align: center;
}

.flag.flag-custom1 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

.flags .flag-tip { top: 39px; }
.flags .flag:nth-child(3) { top: 90px; }
.flags .flag:nth-child(4) { top: 120px; }


/* -----------------------------------------------------
   Responsive – Prematools
----------------------------------------------------- */
@media (max-width: 767.98px) {
    #productsTop {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    ul.subcategories.with-image > li {
        width: calc(50% - 7.5px) !important;
    }

    .custom-footer {
        flex-direction: column;
    }

    .custom-footer > div {
        width: 100% !important;
        margin-bottom: 25px;
    }
}


/*Custom*/
/* #shipping-billing-summary .recapitulation-shipping-billing:not(.last) [data-testid=recapItemPrice] {
    font-size: 0;
}

#shipping-billing-summary .recapitulation-shipping-billing:not(.last) [data-testid=recapItemPrice]:before {
    content:"INDIVIDUÁLNE";
    font-size:14px;
} */

.cart-widget-button .btn-conversion {
    color: #ffffff !important;
}

.box-contact h4,
.box-contact h4 span {
    color: white !important;
}

.contact-box .cellphone::before,
.contact-box ul li span::before,
.contact-box ul li::before {
    color: white !important;
}

.contact-box a[href^="tel:"],
.contact-box a[data-testid="contactboxcellphone"] {
    color: #80ccff !important;
}

.contact-box li:first-child a,
.contact-box a[href^="mailto:"] {
    color: #80ccff !important;
    font-size: 14px !important;
    word-break: break-word;
}

.social-icon-list .social-icon.facebook,
a[data-testid="contactboxFacebook"],
li.social-icon-list {
    display: none !important;
}

.top-products li.display-image img,
.top-products-image img {
    border-radius: 15px !important;
}

.top-products li.display-image,
.top-products-image {
    border-radius: 15px !important;
    overflow: hidden;
}

li.display-image {
    border-radius: 15px !important;
    overflow: hidden;
}

@media (min-width: 768px) {
    .search-button {
        margin-right: -140px; 
    }
}

@media (max-width: 767px) {
    .search-button {
        margin-right: 0; 
    }
}

.searchWhisperer__product__availability {
    display: none;
}

/* --- Buttons --- */
.btn-login {
    background-color: #1183b5;
    color: white;
    border-radius: 12px;
}

.btn-login:hover {
    background-color: #0d6390; 
    transform: translateY(-5px); 
}

.btn.btn-cart,
.btn.btn-primary,
.btn.btn-conversion,
.btn.btn-default {
    border-radius: 30px;
}

.btn-default {
    color: #FFFFFF !important;
    background-color: #333 !important;
    border-radius: 10px !important;
    padding: 12px 30px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    text-transform: uppercase;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
    display: inline-block !important;
}
.search-button{
    display: flex !important;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #1A1A1A !important;
    color: #FFFFFF !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.4);
    transform: translateY(-2px) scale(1.01);
}

/* --- Quantity buttons (+ / -) hover effect --- */
button.increase:hover,
button.decrease:hover {
    color: #ffffff !important;
}

button.increase:hover span,
button.decrease:hover span {
    color: #ffffff !important;
}

/* --- Checkout button "Pokračovať" – text a šípka vždy biele --- */
/* --- Všetky tlačidlá v pokladni – základný stav BIELY --- */
#continue-order-button,
#continue-order-button .order-button-text,
#orderFormButton,
#orderFormButton .order-button-text,
#submit-order,
#submit-order .order-button-text,
#submit-order .order-button-suffix {
    color: #ffffff !important;
}

/* --- Všetky tlačidlá v pokladni – HOVER stav ČIERNY --- */
#continue-order-button:hover,
#continue-order-button:hover .order-button-text,
#orderFormButton:hover,
#orderFormButton:hover .order-button-text,
#submit-order:hover,
#submit-order:hover .order-button-text,
#submit-order:hover .order-button-suffix {
    color: #000000 !important;
}

/* --- Plynulý prechod pre všetky tri ID --- */
#continue-order-button, 
#orderFormButton,
#submit-order {
    transition: color 0.3s ease;
}
/* Skryje celú bunku s dostupnosťou v tabuľke košíka */
td.p-availability.p-cell {
    display: none !important;
}

/* Skryje nadpis "Dostupnosť" v hlavičke tabuľky */
th.p-availability {
    display: none !important;
}

/* Ak by sa v mobilnom zobrazení zobrazoval label */
.p-availability .p-label {
    display: none !important;
}

/* ======================================= */
/* ========== DESKTOP VERZIA ============= */
/* ======================================= */

/* Hlavná mriežka - 4 karty vedľa seba */
.menu-level-2 {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 8px));
    gap: 0px;
    width: 100%;
}

/* Jednotlivé karty */
.menu-level-2 > li {
    background: linear-gradient(135deg, #ffffff, #f9fbff);
    border-radius: 0px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 14px;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    height: 100px;
    box-sizing: border-box;
}

/* Hover efekt */
.menu-level-2 > li:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 16px 32px rgba(0,123,255,0.2);
    border-color: rgba(0,123,255,0.3);
}

/* Obrázky v kartách */
.menu-level-2 .menu-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-level-2 .menu-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px;
    margin-right: 12px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* Text v kartách */
.menu-level-2 > li > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

.menu-level-2 > li > div > a > span {
    font-size: 0.85em;
    font-weight: 700;
    color: #1a1a1a;
    word-break: break-word;
    transition: all 0.3s ease;
}

.menu-level-2 > li > div > a > small {
    font-size: 0.7em;
    color: #6e6e6e;
    transition: all 0.3s ease;
}

/* Hover farby textu */
.menu-level-2 > li:hover > div > a > span,
.menu-level-2 > li:hover > div > a > small {
    color: #000;
}

/* Subkategórie */
.menu-level-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
}

.menu-level-3 li {
    list-style: none;
    margin: 0;
}

.menu-level-3 a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 9px;
    background: #ffffff;
    border-radius: 5px;
    font-size: 0.7em;
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
}

.menu-level-3 a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 6px;
}

/* Hover subkarty */
.menu-level-3 a:hover {
    background: #e0e0e0;
}

/* ==================================================== */
/* ==================== MOBIL ========================= */
/* ==================================================== */

@media (max-width: 767.98px) {

    /* mriežka – 2 karty vedľa seba */
    .menu-level-2 {
        grid-template-columns: repeat(2, calc(50% - 6px));
        gap: 6px;
    }

    /* karta ako horizontálny flex – obrázok + text */
    .menu-level-2 > li {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        height: auto;
        padding: 12px;
    }

    /* === FIX PROTI SHOPTET SKRÝVANIU OBRÁZKOV === */
    .menu-level-2 .menu-image {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        height: auto !important;
        overflow: visible !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* obrázok – menší pomer, vedľa textu */
    .menu-level-2 .menu-image img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 42px !important;
        height: 42px !important;
        object-fit: cover !important;
        border-radius: 8px !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
    }

    /* viac priestoru pre text */
    .menu-level-2 > li > div {
        flex: 1;
    }

    .menu-level-2 > li > div > a > span {
        font-size: 0.78em;
    }

    .menu-level-2 > li > div > a > small {
        font-size: 0.65em;
    }

    .menu-level-3 {
        justify-content: flex-start;
    }
}

/* .in-financovanie .subcategories.with-image li a span.image {
    display: none;
}

.in-financovanie .subcategories.with-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} */
.in-financovanie .subcategories.with-image li .text{
    display: none !important;
}
.in-financovanie .subcategories.with-image li img{
    max-width: 100px !important;
    height: auto !important;
    margin: 0 !important;
}
@media (min-width: 992px) {
    .in-financovanie .subcategories.with-image li.col-lg-3 {
        width: 100%;
        max-width: 500px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.in-financovanie .subcategories.with-image li a .text {
    font-size: 1.1em;
    padding: 15px 0;
    text-align: center;
}

.in-financovanie .subcategories.with-image li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    text-align: center;
}

/*pokladna*/
#checkoutSidebar .contact-box {
padding: 10px;
}
#checkoutSidebar .contact-box a{
    color: #000 !important;
}
#checkoutSidebar .contact-box .mail:before, #checkoutSidebar .contact-box .cellphone:before{
    color: #000 !important;
}
#checkoutSidebar .contact-box ul li:nth-child(3){
    display: none !important;
}

@media (max-width: 768px) {
    .custom-footer .col-sm-6,
    .custom-footer .col-lg-3 {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .custom-footer ul {
        list-style: none !important;
        padding-left: 0 !important;
        display: inline-block !important;
    }

    .footer-bottom {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .footer-bottom .container {
        padding: 5px 10px !important;
    }
}