.product .p {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.28);
    background-color: #ffffff; 
    border: 1px solid #eeeeee;
    transition: none !important;
}
.product .p:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transform: none;
}
.product .price-final {
    font-size: 1.5em;
    font-weight: 900;
    color: #00508C;
}
.product .price-additional {
    font-size: 0.85em;
    color: #888888;
}
.footer-rows .custom-footer {
    padding-bottom: 1px; 
}
.categories li ul {
    display: none !important;
}

.categories li.expanded > ul {
    display: block !important;
}
.cart-count::before {
    content: none !important;
}

a[data-testid="headerCart"] {
    display: inline-flex; 
    align-items: center;  
}

.cart-price {
    line-height: 1; 
}
.slider-wrapper {
    display: none !important;
}
a.unveil-button {
    display: none !important;
}

#fb-slide-panel{position:fixed;right:-302px;top:40%;transform:translateY(-50%);width:340px;z-index:99999;font-family:inherit;transition:right .3s}
#fb-slide-panel.fb-open{right:0}
#fb-slide-panel .fb-tab{position:absolute;left:-40px;top:50%;transform:translateY(-50%) rotate(-90deg);transform-origin:center;background:#3b5998;color:#fff;padding:6px 10px;font-size:14px;cursor:pointer;border-radius:4px 4px 0 0;text-align:center;white-space:nowrap;border:0}
#fb-slide-panel .fb-box{background:#fff;box-shadow:0 0 8px rgba(0,0,0,.3)}
#fb-slide-panel iframe{display:block}
#fb-slide-panel .fb-link{font-size:12px;padding:6px 10px 10px}
#fb-slide-panel .fb-link a{color:#3b5998;text-decoration:underline}
#fb-btn{display:none;position:fixed;right:10px;bottom:70px;z-index:99999;background:#3b5998;color:#fff;padding:8px 14px;border-radius:999px;font-size:14px;text-decoration:none;box-shadow:0 2px 6px rgba(0,0,0,.25)}
@media(max-width:768px){
    #fb-slide-panel{display:none}
    #fb-btn{
        display:inline-block;
        right:-30px;
        bottom:auto;
        top:50%;
        transform:translateY(-50%) rotate(-90deg);
        transform-origin:center;
        padding:6px 10px;
        border-radius:4px 4px 0 0;
        white-space:nowrap;
        box-shadow:0 0 8px rgba(0,0,0,.3);
    }
}
.payment-shipping-price[data-shipping-price-id="29"]{display:none!important}

/* slider-style.css */

/* Slider wrapper */
.slider-wrapper {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
  }
  
  /* Nadpis */
  .slider-wrapper h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  }
  
  /* Hodnoty slidera */
  .slider-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 1rem;
  }
  
  .slider-header .from,
  .slider-header .to {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
  }
  
  /* Slider container */
  .slider-content {
    position: relative;
    height: 10px;
  }
  
  /* Slider track */
  #slider.ui-slider {
    background: #e0e0e0;
    border-radius: 10px;
    height: 10px;
    position: relative;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
  }
  
  /* Selected range */
  #slider .ui-slider-range {
    background: linear-gradient(to right, #007BFF, #00BFFF);
    border-radius: 10px;
    transition: filter 0.2s;
  }
  
  #slider .ui-slider-range:hover {
    filter: brightness(1.1);
  }
  
  /* Handles ako ikona prstu */
  #slider .ui-slider-handle {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: grab;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: transform 0.2s, box-shadow 0.2s, background 0.3s;
    position: relative;
  }
  
  /* Tooltip nad rukoväťou */
  #slider .ui-slider-handle::after {
    content: attr(aria-valuenow);
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.8rem;
    white-space: nowrap;
    pointer-events: none;
  }
  
  /* Hover a aktívny stav */
  #slider .ui-slider-handle:hover {
    transform: translateY(-50%) scale(1.3);
    background: #f0f0f0;
    box-shadow: 0 4px 10px rgba(0,123,255,0.4);
  }
  
  #slider .ui-slider-handle:active {
    transform: translateY(-50%) scale(1.3);
    box-shadow: 0 6px 15px rgba(0,123,255,0.5);
    cursor: grabbing;
  }
  
  #slider .ui-slider-handle:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
  
  /* Responsívne */
  @media (max-width: 500px) {
    .slider-wrapper {
      max-width: 90%;
    }
    #slider .ui-slider-handle {
      width: 20px;
      height: 20px;
    }
    #slider .ui-slider-handle::after {
      font-size: 0.7rem;
      top: -24px;
    }
  }

  .no-display { 
    display: none !important;
}

/* POSUNUTIE NIŽŠIE + PREKRYTIE FOOTERU */
.newsletter-final-position { 
    position: relative !important;
    width: 100% !important;
    padding: 0 10px;
    margin: 10px auto -10px auto; /* dolná hodnota = prekrytie footeru */
    z-index: 10; /* aby newsletter bol nad footerom */
    display: flex;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* SHOPTET – ČISTÝ PRÉMIOVÝ ŠTÝL */
.newsletter-content {
    max-width: 900px;
    width: 100%;
    background: #ffffff; /* žiadny gradient – čistý Shoptet štýl */
    color: #333;
    padding: 30px 30px;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto !important;
    border: 1px solid #eee; /* jemný moderný obrys */
}

/* TEXTOVÁ ČASŤ */
.newsletter-text-container {
    flex: 1;
    min-width: 240px;
    max-width: 45%;
    text-align: left;
}

.newsletter-text-container h2 {
    margin: 0 0 8px;
    font-size: 1.8em;
    font-weight: 700;
    color: #111;
}

.newsletter-description {
    margin: 0;
    font-size: 1em;
    opacity: 0.85;
}

/* FORMULÁR */
#formNewsletterWidget {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 55%;
}

.form-row {
    display: flex;
    gap: 10px;
    width: 100%;
}

/* INPUT */
input[type=email] {
    width: 100%;
    padding: 14px 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fafafa;
    font-size: 1em;
    box-sizing: border-box;
}

/* TLAČIDLO – FARBA DOPLŇ PODĽA TEBA */
.submit-button {
    background: #1183b5;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 1em;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    flex-shrink: 0;
}

.submit-button:hover {
    opacity: 0.85;
}

/* MOBILNÉ ZOBRAZENIE */
@media screen and (max-width: 767px) {
    .newsletter-final-position { margin: 20px auto -30px auto !important; }
    .newsletter-content { padding: 15px !important; }
    .newsletter-text-container h2 { font-size: 1.2em !important; }
    .newsletter-description { font-size: 0.9em !important; }
    .newsletter-content > div:first-child, #formNewsletterWidget {
        max-width: 100% !important;
        min-width: 100% !important;
        flex-basis: 100% !important;
        text-align: center;
    }
    .form-row { flex-direction: column; gap: 8px !important; }
    .submit-button { width: 100% !important; padding: 12px !important; }
}

/*Footer*/
footer svg,
footer .footer-shape,
footer .footer-top-shape {
    display: none !important;
}

/* Nastavenie výšky a full-width */
footer,
footer .footer-bottom,
footer .footer-inner {
    padding: 10px 0 !important; 
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* Farby a text vo footeri */
footer,
footer .footer-bottom {
    background-color: #ffffff !important;
}

footer h4 {
    color: #000000 !important;
    font-weight: bold;
}

footer,
footer a,
footer .footer-bottom a {
    color: #333333 !important;
}

footer a:hover {
    color: #0d47a1 !important;
    text-decoration: none !important;
}

/* Druhý blok tvojich štýlov */
footer, footer .footer-bottom {
    background-color: #FFFFFF !important;
    color: #333333 !important;
    
    margin-top: 10 !important; 
    padding: 15px 0 0 0 !important; 
    
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none !important; 
    
    box-shadow: none !important;
    border-bottom: none !important;
}

.custom-footer {
    display: flex; 
    align-items: flex-start; 
    flex-wrap: wrap; 
}

.custom-footer > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-footer > div > .banner > .banner-wrapper > span > div {
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important; 
}

footer h4 {
    color: #09367e !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    font-size: 1.2em;
}

.footer-links-icons {
    padding: 10px 0 !important;
    margin-bottom: 0 !important;
    border-top: 1px solid #e0e4e8 !important;
    border-bottom: 1px solid #e0e4e8 !important;
}

.footer-bottom {
    border-top: none !important; 
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#signature {
    display: none !important;
    visibility: hidden !important; 
    width: 0 !important; 
    height: 0 !important; 
    margin: 0 !important;
    padding: 0 !important;
}

.footer-bottom .container {
    padding: 5px 15px !important; 
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important; 
    align-items: center !important;
    flex-wrap: wrap !important;
}

.footer-bottom .copyright {
    display: block !important;
    width: 100% !important; 
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0.85em !important; 
}

@media (max-width: 768px) {
    .footer-bottom {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .footer-bottom .container {
        padding: 5px 10px !important;
    }
}