
/*---------base-domain-css---------------*/

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  color: #222;
  background-color: #fff;
}
html {
  scroll-behavior: smooth;
}

/* Reset všetkých <a> štýlov */
a {
  color: inherit;
  text-decoration: none;
  background: none;
}
p {
    margin: 0;
    padding: 0;
    display: block;
}
/* Pravidlo `p { display: block }` vyššie prebíja natívne `[hidden] { display: none }`
   z UA štýlu (autorské pravidlo vždy vyhráva nad UA). Bez tohto by atribút hidden
   na <p> nefungoval — napr. hláška #search-overlay-empty sa zobrazovala aj keď
   live search našiel produkty. */
[hidden] {
    display: none !important;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
img {
    margin: 0;
    padding: 0;
    overflow: hidden;    
}



body.no-hover *:hover {
  pointer-events: none !important;
  animation: none !important;
  transition: none !important;
  transform: none !important;
  box-shadow: none !important;
}
/*-------------------font-------------------*/
/* woff2 = latin + latin-ext subset (~33 kB/rez), ttf = pôvodný plný font ako
   fallback pre veľmi staré prehliadače. unicode-range obmedzuje font na
   latinku – pre iné písma sa vôbec nesťahuje. */
@font-face {
  font-family: 'Baloo Bhaijaan 2';
  src: url('../fonts/BalooBhaijaan2-Regular.woff2') format('woff2'),
       url('../fonts/BalooBhaijaan2-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20CF, U+2113, U+2122, U+2190-2199, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Baloo Bhaijaan 2';
  src: url('../fonts/BalooBhaijaan2-Medium.woff2') format('woff2'),
       url('../fonts/BalooBhaijaan2-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20CF, U+2113, U+2122, U+2190-2199, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Baloo Bhaijaan 2';
  src: url('../fonts/BalooBhaijaan2-SemiBold.woff2') format('woff2'),
       url('../fonts/BalooBhaijaan2-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20CF, U+2113, U+2122, U+2190-2199, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Baloo Bhaijaan 2';
  src: url('../fonts/BalooBhaijaan2-Bold.woff2') format('woff2'),
       url('../fonts/BalooBhaijaan2-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20CF, U+2113, U+2122, U+2190-2199, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Baloo Bhaijaan 2';
  src: url('../fonts/BalooBhaijaan2-ExtraBold.woff2') format('woff2'),
       url('../fonts/BalooBhaijaan2-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0100-024F, U+0259, U+1E00-1EFF, U+2000-206F, U+2074, U+20A0-20CF, U+2113, U+2122, U+2190-2199, U+2212, U+2215, U+FEFF, U+FFFD;
}
.pismo {
  font-family: 'Baloo Bhaijaan 2', sans-serif;
}
/*-------------colors--------------------*/
.biela {
    color: white;
}
.biela-pozadie {
    background-color: white;
}
.cierna {
    color: black;
}   
.cierna-pozadie {
    background-color: black;
}   
.slabomodra {
    color: #F9F9FF;
}
.slabomodra-pozadie {
    background-color: #F9F9FF;
}
.seda {
  color: #424654;
}
.seda-pozadie {
  background-color: #424654;
}
.modra {
    color: #1863DC;
}
.modra-pozadie {
    background-color: #1863DC;
}
.zelena {
    color: #59FF00;
}
.zelena-pozadie {
    background-color: #59FF00;
}

/*-------------all---------------*/
.woocommerce-notices-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    z-index: 1000;
    max-width: 400px;
    text-align: center;
    background-color: #F9F9FF;
    box-shadow: 1px 1px 8px 2px black;
    border-radius: 10px;
    padding: 28px 25px;
    box-sizing: border-box;
    font-family: 'Baloo Bhaijaan 2', sans-serif;
    opacity: 0;
    transition: opacity .25s ease, transform .25s ease;
}
.woocommerce-notices-wrapper.is-visible {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.woocommerce-notices-wrapper *:focus {
    outline: none;
}
.woocommerce-notices-wrapper a.wc-forward {
    display: block;
    margin-top: 4px;
}
.woocommerce-notices-wrapper:empty {
    display: none;
}
.woocommerce-notices-wrapper ul {
    margin: 0;
    padding: 0;
}
.woocommerce-notice-close {
    position: absolute;
    top: 5px;
    left: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    color: #666;
}
.woocommerce-notice-countdown {
    font-size: 12px;
    color: #999;
}


/*-----------HEADER----------------*/
.burger-menu-icon {
    width: 40px;
    height: 40px;
}
.burger-toggle {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

/* Bočné menu (burger) — vysúva sa zľava */
.burger-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100001;
}
.burger-menu-overlay.is-open {
    display: block;
}
.burger-menu-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 350px;
    height: 100%;
    background: #fff;
    z-index: 100002;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 24px;
    box-sizing: border-box;
}
.burger-menu-panel.is-open {
    transform: translateX(0);
}
.burger-menu-close {
    align-self: flex-end;
    background: none;
    border: 0;
    font-size: 34px;
    line-height: 1;
    color: #222;
    cursor: pointer;
    padding: 0;
}
.burger-menu-links {
    gap: 6px;
    margin-top: 20px;
}
.burger-menu-link {
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
body.burger-menu-open {
    overflow: hidden;
}
.site-header {
    box-shadow: 1px 1px 38px -10px black;
    position: sticky;
    top: 0px;
    z-index: 100000;
}
.logo {
  width: 100%;
  height: 100%;
  max-width: 180px;
}
.logo-mobile {
    width: 100%;
    max-width: 200px;
    height: 100%;
}
.cart-icon, 
.user-icon {
  width: 33px;
  height: 33px;
  fill: #424654;
}
.search-icon {
  width: 27px;
  height: 27px;
  fill: #424654;
}
@media (max-width: 400px) {
    .search-icon {
        width: 23px;
        height: 23px;
    } 
    .cart-icon {
        width: 26px;
        height: 26px;
    }
}
.menu-link {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 calc(100% - 3px);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 1s ease;
}
.menu-link:hover {
  background-size: 100% 1px;
}


/*----ACCOUNT MODAL--------*/
.account-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    
    align-items: center;
}

.account-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.account-modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.account-modal-panel {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.account-modal-panel.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.account-modal-card {
    position: relative;
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-radius: 20px;
    padding: 36px 32px 32px;
    gap: 18px;
    transform: scale(0.92);
    transition: transform 0.3s ease;
}
.account-modal-panel.is-open .account-modal-card {
    transform: scale(1);
}

.account-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 28px;
    height: 28px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    color: #424654;
}

.account-modal-form {
    gap: 16px;
}

.account-modal-field {
    gap: 6px;
}

.account-modal-input-wrap {
    gap: 10px;
    background: #F1F1FB;
    border-radius: 10px;
    padding: 0 14px;
    box-sizing: border-box;
}

.account-input-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    fill: #7a7d8a;
}

.account-modal-input {
    flex: 1;
    min-width: 0;
    border: none;
    background: none;
    outline: none;
    padding: 14px 0;
    font-size: 15px;
    font-family: inherit;
    color: #222;
}

.account-modal-link {
    color: #2F5FE0;
}

.account-modal-submit {
    border: none;
    border-radius: 10px;
    background: #2F5FE0;
    color: #fff;
    padding: 15px;
    cursor: pointer;
}
.account-modal-submit:hover {
    background: #2450c2;
}

.account-modal-divider {
    height: 1px;
    background: #eee;
}

.account-modal-register {
    display: block;
    text-align: center;
    border: 1px solid #2F5FE0;
    border-radius: 10px;
    color: #2F5FE0;
    padding: 14px;
    box-sizing: border-box;
}
.account-modal-register:hover {
    background: #F1F1FB;
}

/*-----------MINI CART----------------*/
.mini-cart-btn2 {
    border: none!important;
    background-color: white!important;
}
.zamok {
    width: 10px;
    height: 10px;
    fill: #424654;
}
.mini-cart-toggle {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.mini-cart-count {
    position: absolute;
    top: -11px;
    right: -13px;
    background: #222;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    min-width: 16px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
}
@media (max-width: 400px) {
    .mini-cart-count {
        min-width: 13px;
        height: 18px;
    }
}

.mini-cart-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}
.mini-cart-overlay.is-open {
    display: block;
}
.close {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 9px;
}
.oddelovac-cart-mini {
    border: 1px solid #c8c8c8;
    
}
.mini-cart-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 24px;
    box-sizing: border-box;
}
.mini-cart-panel.is-open {
    transform: translateX(0);
}

.widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
}

.mini-cart-header {
    flex-shrink: 0;
}

.mini-cart-items-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.mini-cart-upsell,
.mini-cart-totals,
.mini-cart-buttons {
    flex-shrink: 0;
}

.woocommerce-mini-cart {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-mini-cart-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.mini-cart-item-thumb img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

.mini-cart-item-info {
    flex: 1;
    min-width: 0;
}

.mini-cart-item-name {
    font-size: 13px;
    margin-bottom: 6px;
}

.mini-cart-qty-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 6px;
}
@media (max-width: 430px) {
    .mini-cart-qty-row {
    flex-direction: column;
    align-items: flex-start;
    }
}

.mini-cart-qty {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.qty-btn {
    background: none;
    border: none;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    color: #222;
}
.qty-btn:hover {
    background: #f5f5f5;
}

.qty-input {
    width: 36px;
    text-align: center;
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 4px 0;
    font-size: 13px;
    color: #222;
    font-weight: 400;
    -moz-appearance: textfield;
    appearance: textfield;
}
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* Klik na "+" pri dosiahnutom maxime zásob — číslo v košíku sa zväčší,
   zafarbí na červeno a zhrubne, potom sa vráti do pôvodného stavu. */
@keyframes qtyMaxHit {
    0%   { transform: scale(1);   color: #222;     font-weight: 400; }
    35%  { transform: scale(1.7); color: #e0281e;  font-weight: 800; }
    65%  { transform: scale(1.7); color: #e0281e;  font-weight: 800; }
    100% { transform: scale(1);   color: #222;     font-weight: 400; }
}
.qty-input.is-max-hit {
    animation: qtyMaxHit 0.6s ease;
    position: relative;
    z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
    @keyframes qtyMaxHit {
        0%, 100% { color: #222;    font-weight: 400; }
        50%      { color: #e0281e; font-weight: 800; }
    }
}



.mini-cart-item-total {
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
}

.woocommerce-mini-cart-item .remove {
    color: #bbb;
    font-size: 29px;
    line-height: 1;
    text-decoration: none;
    flex-shrink: 0;
}
.woocommerce-mini-cart-item .remove svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #bbb;
    transition: fill .2s ease;
}
.woocommerce-mini-cart-item .remove:hover svg {
    fill: #7B2FF7;
}

.woocommerce-mini-cart__total {
    margin: 16px 0;
    font-weight: 600;
}

.woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
}

.woocommerce-mini-cart__empty-message {

    margin-top: 24px;
    color: #999;
    text-align: center;
    color: black;
    font-weight: 800;
    font-size: 23px;

}

.mini-cart-item-savings {
    font-size: 11px;
    font-weight: 400;
    color: #3B3B3B;
    margin-top: 4px;
    white-space: nowrap;
}

@media (max-width: 430px) {
    .qty-btn {
        padding: 5px 6px;
    }
    .mini-cart-item-name {
        margin-bottom: 0px;
    }
    .mini-cart-qty-row {
        margin-top: 3px;
        gap: 5px;
    }
    .mini-cart-item-total {
        font-size: 19px;
    }
    .woocommerce-mini-cart-item {
        padding: 7px 0;
    }
    .mini-cart-item-thumb img {
        height: auto;
    }
}

/*-----------MINI CART: ODPORÚČANÉ PRODUKTY----------------*/
.mini-cart-upsell {
    margin: 7px 0 0px;
    box-sizing: border-box;
}



.mini-cart-upsell-swiper {
    width: 100%;
    overflow: hidden;
}
.mini-cart-upsell-swiper .swiper-slide {
    height: auto;
}

.product-card2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    box-sizing: border-box;
    text-decoration: none;
}

.product-card2-image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    background-color: #F5F5F7;
}
.product-card2-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    aspect-ratio: 16 / 12;
}

.product-card2-info {
    gap: 4px;
    padding: 8px;
}

.product-card2-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.product-card2-bottom {
    align-items: center;
    margin-top: 4px;
}

.product-card2-add {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: none;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.product-card2:hover .product-card2-add {
    opacity: .85;
}

.mini-cart-upsell-pagination {
    position: static !important;
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
}
.mini-cart-upsell-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
    margin: 0;
}
.mini-cart-upsell-pagination .swiper-pagination-bullet-active {
    background: #7B2FF7;
}


/*--------------PRODUCT CARD---------*/

.product-card {
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    transition: box-shadow .2s ease;
}
.product-card:hover {
    box-shadow: 0 4px 18px rgba(0, 0, 0, .12);
}
.product-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    background-color: #F5F5F7;
}
.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: white;
}
.product-card-info {
    gap: 8px;
    padding: 18px;
}
.product-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    line-height: 1.3;
    height: 2.6em;
}
.product-card-bottom {
    align-items: center;
    margin-top: 6px;
}
/* Akciová cena: pôvodná preškrtnutá sivá, zľavnená červená */
.product-card-price del {
    color: #9aa0ac;
    font-weight: 400;
    margin-right: 6px;
    text-decoration: none;
}
.product-card-price del .amount {
    text-decoration: line-through;
}
.product-card-price ins {
    color: #dc2626;
    text-decoration: none;
    background: none;
}
.product-card-add {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1;
    overflow: hidden;
}
.product-card-add-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .25s ease, transform .25s ease;
}
.product-card-add-arrow {
    opacity: 0;
    transform: translate(120%, -50%);
}
.product-card:hover .product-card-add-plus {
    opacity: 0;
    transform: translate(-120%, -50%);
}
.product-card:hover .product-card-add-arrow {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.tag-obrazok {
    top: 12px;
    left: 16px;
    position: absolute;
}



/*-
------------------SHOP PAGE (FacetWP)----------------
-*/
.produkty-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-items: center;
}
@media (max-width: 1100px) {
    .produkty-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 800px) {
    .produkty-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}
@media (max-width: 565px) {
    .produkty-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

.border-bt {
    border-bottom: 1px solid #d9d9d9;
}

.sticky-filter {
    position: sticky;
    top: 120px;
}

.filter-mobile-svg {
    width: 24px;
    height: 24px;
}


/*-----------HEADER: LIVE SEARCH----------------*/
.search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.search-overlay {
    position: fixed;
    inset: 0;
    height: 100vh;
    max-height: 100vh;
    z-index: 100001;
    background: #F9F9FF;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .3s ease, visibility 0s linear .3s, transform .3s ease;
    overflow: hidden;
    box-sizing: border-box;
}
.search-overlay.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .3s ease, transform .3s ease;
}
body.search-overlay-open {
    overflow: hidden;
}

.search-overlay-inner {
    height: 100%;
    padding: 30px 40px 40px;
    box-sizing: border-box;
    overflow: hidden;
}
@media (max-width: 767px) {
    .search-overlay-inner {
        padding: 20px 16px 24px;
    }
}

.search-overlay-top {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
    flex-shrink: 0;
}

.search-overlay-input-wrap {
    flex: 1;
    gap: 12px;
    padding: 16px 20px;
    background: #fff;
    border: 2px solid #1863DC;
    border-radius: 14px;
    box-sizing: border-box;
}
.search-overlay-input-icon {
    width: 20px;
    height: 20px;
    fill: #1863DC;
    flex-shrink: 0;
}
.search-overlay-input {
    border: none;
    outline: none;
    background: none;
    width: 100%;
    font-size: 17px;
    font-family: 'Baloo Bhaijaan 2', sans-serif;
    color: #111827;
}
.search-overlay-input::placeholder {
    color: #9CA3AF;
}

.search-overlay-close {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #424654;
}
.search-overlay-close svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.search-overlay-body {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-bottom: 10px;
}

.search-overlay-default.is-hidden,
.search-overlay-results.is-hidden {
    display: none !important;
}

.search-overlay-default {
    gap: 50px;
}
.search-overlay-sidebar {
    width: 280px;
    flex-shrink: 0;
    gap: 10px;
}
.search-overlay-trending {
    flex: 1;
    min-width: 0;
}
@media (max-width: 900px) {
    .search-overlay-default {
        flex-direction: column;
        gap: 30px;
    }
    .search-overlay-sidebar {
        width: 100%;
    }
}

.search-overlay-heading {
    margin-bottom: 14px;
}

.search-overlay-tags {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.search-overlay-tag {
    padding: 9px 16px;
    border: none;
    border-radius: 30px;
    background: #DCEEE9;
    color: #12683F;
    font-size: 14px;
    cursor: pointer;
    transition: background .2s ease;
}
.search-overlay-tag:hover {
    background: #c7e5dd;
}

.search-overlay-categories {
    gap: 2px;
}
.search-overlay-category {
    padding: 14px 4px;
    border-bottom: 1px solid #E5E7EB;
    text-decoration: none;
    transition: color .2s ease;
}
.search-overlay-category:hover {
    color: #1863DC;
}
.search-overlay-category:last-child {
    border-bottom: none;
}
.search-overlay-chevron {
    width: 18px;
    height: 18px;
    color: #9CA3AF;
    flex-shrink: 0;
}

.search-overlay-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.search-overlay-grid .product-card {
    height: 100%;
}
#search-overlay-results-grid {
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1100px) {
    .search-overlay-grid,
    #search-overlay-results-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 700px) {
    .search-overlay-grid,
    #search-overlay-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.search-overlay-empty {
    margin-top: 20px;
}

.search-overlay-loading {
    grid-column: 1 / -1;
}

.search-overlay-footer {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto 0;
    padding-top: 20px;
    border-top: 1px solid #E5E7EB;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: 10px;
}
.search-overlay-kbd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px 7px;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
    color: #424654;
}
.search-overlay-check {
    width: 16px;
    height: 16px;
    color: #12683F;
}

/*---------------------------FOOTER-----------------------------*/
.logo-foot-card {
    width: 57px;
    height: auto;
    object-fit: contain;
}
.logo-foot-card1 {
    width: 80px;
    height: auto;
    object-fit: contain;
}
.ikona-mail {
    width: 25px;
    height: 25px;
}
.ikona-ig {
    width: 20px;
    height: 25px;
}
.logo3 {
  width: 100%;
  height: 100%;
  max-width: 120px;
}


/*--nove css--*/

/* Bočné menu (burger) — položky s ikonou + hover "pill" */
.burger-nav {
    gap: 4px;
    margin-top: 24px;
}
.burger-nav-link {
    gap: 14px;
    padding: 12px 16px;
    border-radius: 14px;
    color: #111;
    transition: background-color .18s ease, color .18s ease;
}
.burger-nav-link:hover,
.burger-nav-link:focus-visible {
    background-color: #111;
    color: #fff;
    outline: none;
}
.burger-nav-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.burger-nav-link--sale {
    color: #e4002b;
}
.burger-nav-link--sale:hover,
.burger-nav-link--sale:focus-visible {
    background-color: #e4002b;
    color: #fff;
}

/* Bočné menu (burger) — spodná časť: prihlásenie, sociálne siete, copyright */
.burger-menu-foot {
    margin-top: auto;
    gap: 18px;
    padding-top: 24px;
}
.burger-menu-foot-line {
    height: 1px;
    background: #e5e5e5;
    margin-bottom: 4px;
}
.burger-menu-login {
    background: #111;
    color: #fff;
    padding: 15px 20px;
    box-shadow: 0 14px 28px -10px rgba(0, 0, 0, .55);
    transition: transform .15s ease, box-shadow .15s ease;
}
.burger-menu-login:hover {
    box-shadow: 0 18px 34px -10px rgba(0, 0, 0, .65);
    transform: translateY(-1px);
}
.burger-menu-login svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.burger-menu-social {
    gap: 14px;
}
.burger-menu-social-link {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    color: #111;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.burger-menu-social-link:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}
.burger-menu-social-link svg {
    width: 20px;
    height: 20px;
}



/*---------- pätička – newsletter (Fluent Forms) ----------*/
.footer-newsletter .fluentform {
    margin: 0;
}
.footer-newsletter .fluentform .ff-el-group {
    margin: 0;
    padding: 0;
}
.footer-newsletter .fluentform form fieldset {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: 340px;
    min-inline-size: 0;
}
/* pole s e-mailom */
.footer-newsletter .fluentform .ff-el-group:not(.ff_submit_btn_wrapper) {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
}
.footer-newsletter .fluentform input[type="email"] {
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    border: 0 !important;
    box-shadow: none !important;
    background: #e6e6e6 !important;
    border-radius: 14px 0 0 14px !important;
    padding: 0 18px;
    font-family: inherit;
    font-size: 15px;
    color: #111;
}
.footer-newsletter .fluentform input[type="email"]:focus {
    outline: none;
    background: #dedede !important;
}
.footer-newsletter .fluentform input[type="email"]::placeholder {
    color: #8a8a8a;
}
/* tlačidlo */
.footer-newsletter .fluentform .ff_submit_btn_wrapper {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    width: auto;
}
.footer-newsletter .fluentform .ff-btn-submit {
    height: 52px;
    margin: 0;
    box-sizing: border-box;
    border: 0 !important;
    border-radius: 0 14px 14px 0 !important;
    background: #000 !important;
    color: #fff !important;
    font-family: inherit;
    font-weight: 800;
    font-size: 15px;
    line-height: 52px;
    padding: 0 26px;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s ease;
}
.footer-newsletter .fluentform .ff-btn-submit:hover {
    background: #222 !important;
}
/* hlášky */
.footer-newsletter .fluentform .ff-el-is-error .text-danger,
.footer-newsletter .fluentform .error {
    font-size: 12px;
    margin-top: 6px;
}
.footer-newsletter .fluentform .ff-message-success {
    font-size: 14px;
    color: #1a7f37;
}



/*---------- FOOTER – responzívny layout ----------*/
footer .row-center-mini-space {
    gap: 40px;
}
footer .div25 > p.weight100 {
    font-weight: 700;
}
footer .div25 a.text16 {
    display: block;
    padding: 5px 0;
    color: #424654;
}
footer .div25 a.text16:hover {
    color: #111;
    text-decoration: underline;
}

@media (max-width: 900px) {
    footer .row-center-mini-space {
        flex-wrap: wrap;
        gap: 34px 24px;
    }
    footer .row-center-mini-space > .div25 {
        width: 46%;
    }
}
@media (max-width: 575px) {
    footer .row-center-mini-space {
        flex-direction: column;
        gap: 30px;
    }
    footer .row-center-mini-space > .div25 {
        width: 100%;
    }
    footer .row-center-big-space.row-middle {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 14px;
    }
    footer .row-center-big-space.row-middle > .div50 {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    footer .row-center-big-space.row-middle .row-right {
        justify-content: center;
    }
}


.vr-wrap {
    width: 100%;
}