/* start tlacidlo na schovanie textu */
  /* === POPIS PRODUKTU === */
  .product-description {
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.3s ease;
  }

  .product-description.collapsed {
    max-height: 400px; /* výška, ktorú ponecháš viditeľnú */
    opacity: 0.95;
  }

  /* === WRAPPER TLAČIDLA === */
  .toggle-description-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
margin-bottom: 20px;
  }

  /* === TVOJ DIZAJN TLAČIDLA === */
  .toggle-description-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #367e5b;
    border: none;
    border-radius: 8px;
    padding: 8px 15px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    background-color: #f5f5f5;
    transition: transform 0.2s ease;
  }

  .toggle-description-btn:hover {
    transform: translateY(-2px);
color: var(--color-primary-hover);
    text-decoration: none;
  }

  .toggle-description-btn .icon-after {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('https://www.xcarp.sk/user/documents/upload/arrow-down.svg') no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease;
  }

  .toggle-description-btn.open .icon-after {
    transform: rotate(180deg);
  }

  @media (max-width: 768px) {
    .toggle-description-btn {
      font-size: 15px;
      padding: 10px 18px;
    }
  }
/* end tlacidlo na schovanie textu */


.countdown{display:none;}
#instagram-gallery {display:none !important;}
#smartsupp-widget-container {display:none !important;}
.social-buttons-wrapper {display:none !important;}
#popis-section-block {width: 100%;display:block;//gap:40px;}
.popis-section img {height:100%;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;height:auto;max-height:100%;}
.popis-section h2 {padding-top:40px;text-align:center;font-size:18px;padding-left: 20px;padding-right: 20px;}
.popis-section ul {//padding-left:20px;padding-right:20px;padding-top: 20px;padding-bottom: 20px;}
.popis-section p {padding-left:20px;padding-right:20px;padding-top: 20px;padding-bottom: 20px;}
.popis-section {border-radius:8px; margin: 0 auto;display:block;width:100%;margin-top:24px;}
.price-range {height: 5px;}
.scroll-to-description {
  color: var(--color-secondary);
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  transition: color 0.3s;
}

.scroll-to-description:hover {
  color: var(--color-primary-hover);text-decoration: none;}

.scroll-to-description .icon-after {
  width: 35px;
  height: 35px;
  background-image: url(https://www.xcarp.sk/user/documents/upload/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1px;
  flex-shrink: 0;
}


/*start Slovnik pojmov */
.glossary-tooltip {
  position: fixed;
  background: #fff;
  color: #000;
  border: 1px solid #007bff;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12px !important;
  max-width: 260px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  z-index: 9999;
  display: none;
}
.glossary-term {
  position: relative;
  cursor: help;
  color: inherit;
}

.glossary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0077cc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.glossary-tooltip {
  position: fixed;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  z-index: 99999;
  width: 220px;
  font-size: 14px;
  line-height: 1.4;
  display: none;
  font-weight: normal !important;
}

/* Šípka */
.glossary-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
}

.glossary-tooltip.above::after {
  bottom: -12px;
  border-top-color: #fff;
}

.glossary-tooltip.below::after {
  top: -12px;
  border-bottom-color: #fff;
}
/*end Slovnik pojmov */



