@media (max-width: 767px) {
  .site-msg.information {
    position: static;
    top: auto;
  }
}
.site-msg.information .text {
  padding: 0;
}
.close.js-close-information-msg {
  display: none !important;
}

.description-inner ul {
  list-style: none;
  padding-left: 0;
}

.surcharge-list {
  margin-top: 1em;
}
.description-inner ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.description-inner ul li::before {
  content: "";
  display: inline-block;
  background-image: url("https://flavie.sk/user/documents/upload/favicon.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 3px;
}

.description-inner .ak-ul {
  list-style: none;
  padding-left: 0;
}

.description-inner .ak-ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.description-inner .ak-ul li::before {
  content: "";
  display: inline-block;
  background-image: url("https://flavie.sk/user/documents/upload/favicon.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 3px;
}

.cloud-zoom-big {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 120% !important;
  transition: background-position 0.1s linear;
}

.homepage-group-title.homepage-products-heading-1.h4 {
  text-indent: -9999px; /* skryj pôvodný text */
  position: relative;
  text-align: center;
}
.latest-contribution.latest-contribution-rating,
.welcome-wrapper,
.latest-contribution-wrapper {
  display: none;
}
.next-to-carousel-banners {
  margin-top: 5em;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 6px; /* medzera medzi odkazmi */
  padding-left: 0;
  list-style: none;
}

.footer-link {
  margin: 0;
}

.footer-link a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.footer-link a[href*="instagram.com"]::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  margin-right: 8px;
  background-image: url("https://www.flavie.sk/user/documents/upload/ig.png"); /* ak máš vlastnú ikonu */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.footer-link a[href*="facebook.com"]::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  margin-right: 8px;
  background-image: url("https://www.flavie.sk/user/documents/upload/fb.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-left: -16px;
}

.homepage-group-title.homepage-products-heading-1.h4::after {
  content: "Zvýhodnené sety";
  text-indent: 0;
  display: block;
  position: relative;
  left: 0;
  font-size: 32px;
  letter-spacing: 1.6px;
  line-height: 38px;
}

article header + img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}

.icon-cart:after {
  content: none;
}
.icon-login:after {
  content: none;
}
.icon-search:after {
  content: none;
}
@media (max-width: 768px) {
  .site-name img {
    content: url("https://flavie.sk/user/documents/7.png");
  }
}

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

/* Apply animation to sections */
.carousel-wrapper,
.banners-content,
.products-wrapper,
.category-top,
.welcome-wrapper,
nav#navigation,
.breadcrumbs,
.content-wrapper-in,
.footer-newsletter-full-width {
  animation: fadeIn 1s ease-in-out;
}
/* Bouncy button effect */
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.btn-cart:hover {
  animation: bounce 0.3s ease-in-out;
}

/* Target only main homepage banners and carousel images */
.banners-content .banner-wrapper img,
.carousel-wrapper .banner-wrapper img {
  transition: transform 0.5s ease-in-out, box-shadow 0.3s ease-in-out,
    z-index 0.3s;
  position: relative;
  z-index: 1;
}

/* Apply the effect only when hovering over the image */
.banners-content .banner-wrapper:hover img,
.carousel-wrapper .banner-wrapper:hover img {
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.after-footer-logos {
  display: flex;
  justify-content: center;
  width: 100%;
}
.after-footer-logos > img {
  max-width: 800px;
  width: 95%;
}

/* Apply hover effect only when the product is visible */
#products .product {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.3s ease,
    box-shadow 0.3s ease;
}

#products .product.visible {
  opacity: 1;
  transform: translateY(0);
}

#products .product.visible:hover {
  transform: translateY(0) scale(1.05);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}
.add-to-cart-button {
  background-color: #c49037; /* Primary Brand Color */
  color: white;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.add-to-cart-button:hover {
  background-color: #efb44e;
  transform: scale(1.05);
}

.add-to-cart-button:active {
  background-color: #a37429;
  transform: scale(0.95);
}

/* Skrytý stav modálu */
.modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

/* Viditeľný stav s animáciou */
.modal-overlay.visible {
  opacity: 1;
  visibility: visible;
}

/* Animovaný obsah modálu */
.modal-content {
  background: white;
  max-width: 500px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  margin: 1em;
}

/* Keď sa modal stane viditeľným */
.modal-overlay.visible .modal-content {
  transform: translateY(0);
}

/* Tlačidlo zatvorenia */
.close-btn-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 5rem; /* Väčší text */
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
  color: #333;
  transition: color 0.3s ease;
}

.close-btn-modal:hover {
  color: red; /* Zvýraznenie pri prechode myšou */
}

.faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.faq-item {
  margin-bottom: 10px;
}

.faq-item input[type="checkbox"] {
  display: none !important; /* Pridáme !important pre vyššiu prioritu */
}
.faq-item label::before,
.faq-item label::after {
  display: none !important; /* Skryje predvolené checkboxy a ikony zo šablóny */
}
.faq-item label {
  display: block;
  padding: 15px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  position: relative;
}

.faq-item label::after {
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 18px;
}

.faq-item input[type="checkbox"]:checked + label::after {
  content: "-";
}

.faq-item label:hover {
  background-color: #ffe5cc;
}

.faq-item .faq-content {
  display: none;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 5px;
}

.faq-item input[type="checkbox"]:checked ~ .faq-content {
  display: block;
}

@media (max-width: 600px) {
  .faq-item label {
    padding: 10px;
    font-size: 14px;
  }
}
