/*

















 * Enter any custom CSS here.
 * This file will not be overwritten by theme updates.
*/
/* Zvýšiť veľkosť titulku */





html.lenis, html.lenis body {
 height: auto;
}
.lenis.lenis-smooth {
 scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
 overscroll-behavior: contain;
}
.lenis.lenis-stopped {
 overflow: hidden;
}
.lenis.lenis-smooth iframe {
 pointer-events: none;
}








.section-title h2 {
  font-size: 3rem;  /* Prípadne nastav hodnotu podľa potreby */
  font-weight: bold;
}

/* Zvýšiť veľkosť podtitulku */
.section-subtitle p {
  font-size: 1.5rem; /* Zväčšiť podľa potreby */
  color: #666; /* Ak chceš zmeniť farbu podtitulku */
}

/* Centrování textu v titulku */
.section-title h2 {
  font-size: 3rem;  /* Veľkosť titulku */
  font-weight: bold;
  text-align: center; /* Centrovanie textu */
  margin-bottom: 1rem; /* Trošku pridaj medzeru pod titulok */
  margin-top: 230px; /* Posunie titulok nižšie */
}

/* Centrování textu v podtitulku */
.section-subtitle p {
  font-size: 1.5rem;  /* Veľkosť podtitulku */
  color: #666;  /* Farba textu */
  text-align: center; /* Centrovanie textu */
  margin-bottom: 2rem; /* Pridaj väčšiu medzeru pod podtitulok */
  margin-top: 20px; /* Posunie podtitulok nižšie */
}

/* Pre centrovanie celého obsahu sekcie */
.text-image-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;  /* Týmto sa centrovať aj text v sekcii */
  padding: 20px 0;
}

/* Umožníme 3D perspektívu pre wrapper obrázku */
.image-wrapper {
  perspective: 1000px;  /* Nastavuje perspektívu pre 3D efekt */
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
}

/* Obrázok, ktorý sa bude pohybovať pri hover */
.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease, filter 0.4s ease; /* Plynulé zmeny pre transformácie a filtre */
  will-change: transform; /* Určuje, že transformácie budú časté */
}

/* Efekt pri hover */
.image-wrapper:hover img {
  transform: rotateY(15deg) rotateX(10deg);  /* Rotácia obrázka pri hover */
  filter: brightness(1.1);  /* Môžeme pridať aj efekt jasnosti pri hover */
}

/* Tlačidlo */
.btn-hover {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #333;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: all 0.4s ease;
}

.btn-hover:hover {
  background-color: #9b0347;
  color: #fff;
  border-color: #9b0347;
}

/* Linka pod tlačidlom */
.btn-underline {
  width: 0;
  height: 2px;  /* Hrúbka línie */
  background-color: #fff;
  transition: width 0.4s ease;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.btn-hover:hover + .btn-underline {
  width: 100%; /* Pri hoveri tlačidla sa linka roztiahne na celú šírku */
  background-color: #9b0347; /* Zmení sa na požadovanú farbu */
}

/* Pre animované podčiarknutie */
.navbar-nav .nav-link {
  position: relative;
  display: inline-block;
  color: inherit; /* aby sme zachovali predvolenú farbu textu */
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px; /* výška podčiarknutia */
  background-color: #9b0347; /* požiadaná farba */
  transition: width 0.3s ease; /* animácia */
}

.navbar-nav .nav-link:hover::after {
  width: 100%; /* pri hoveri podčiarknutie rozšíri */
}

centered-title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #9b0347;
  margin: 50px 0;
  text-transform: uppercase;
}

.features {
  padding: 30px;
  background-color: #0c0d0d;  /* Nastavené nové pozadie */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-category {
  margin-bottom: 40px;
}

.feature-category h2 {
  font-size: 2rem;
  color: #fff;  /* Zmena farby nadpisu na bielu pre lepšiu viditeľnosť */
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: capitalize;
}

.feature-category ul {
  list-style-type: none;
  padding-left: 0;
}

.feature-category li {
  font-size: 1.1rem;
  color: #ddd;  /* Svetlá farba pre lepšiu čitateľnosť */
  margin: 5px 0;
  line-height: 1.6;
}

.feature-category li::before {
  content: "✔️";
  margin-right: 10px;
  color: #9b0347;
}

.feature-category ul li:hover {
  background-color: #9b0347;
  color: white;
  padding-left: 10px;
  transition: all 0.3s ease;
}

.feature-category h2 {
  color: #9b0347;
}

/* Pridanie hover efektu pre produktové karty */
.products .product-card {
  transition: all 0.3s ease;
}

.products .product-card:hover {
  outline: 3px solid #9b0347;  /* Pridanie outline v požiadanej farbe */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);  /* Mierny tieň na zvýraznenie */
}

/* Môžeme pridať aj efekt pozadia pri hoveri */
.products .product-card:hover {
  background-color: rgba(155, 3, 71, 0.1);  /* Svetlá verzia #9b0347 ako pozadie */
}

/* Add hover effect to the card */
.card:hover {
  outline: 3px solid #9b0347; /* Adding the outline on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: Adding shadow for effect */
  transition: outline 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for the effects */
}

/* Optional: Adding hover effect on image */
body {
  margin: 0;
  background-color: #0d0d0d;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

.enhanced-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px;
  gap: 40px;
  flex-wrap: wrap;
}

.enhanced-text {
  max-width: 500px;
}

.enhanced-text h1 {
  font-size: 60px;
  font-weight: 800;
  margin: 0 0 20px;
}

.enhanced-text p {
  font-size: 20px;
  color: #888;
}

.enhanced-image {
  text-align: center;
}

.enhanced-image img {
  max-width: 400px;
  width: 100%;
}

.enhanced-image button {
  margin-top: 20px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  background-color: #222;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.enhanced-image button:hover {
  background-color: #333;
  transform: scale(1.05);
}


/* cheat features */
/* Reset a základ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Tilt Warp', cursive;
  background: #0e0e0e;
  color: #fff;
  line-height: 1.6;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem;
}

/* Hero sekcia */
.hero {
  background: linear-gradient(135deg, #030303, #bd0385);
  padding: 4rem 0;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.tagline {
  font-size: 1.2rem;
  color: #ddd;
}

/* Sekcia s featurami */
.features-section {
  padding: 3rem 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

/* Boxy - karty */
.card {
  background: #1b1b1b;
  border-radius: 1rem;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.05);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.1);
}

.card h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #ff4f87;
}

.card ul {
  list-style: none;
}

.card ul li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #333;
  font-size: 0.95rem;
  color: #ddd;
}

.card ul li:last-child {
  border-bottom: none;
}

/* Responsivita */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.2rem;
  }

  .tagline {
    font-size: 1rem;
  }

  .card h2 {
    font-size: 1.3rem;
  }
}





.faq-container {
  padding: 4rem 0;
  font-family: 'Arial', sans-serif;
  background-color: #0c0d0d;
  width: 100%; /* Zaisťuje plnú šírku */
}

.faq-wrapper {
  max-width: 1200px; /* Širší wrapper */
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.section-title h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.section-subtitle p {
  text-align: center;
  font-size: 1.1rem;
  color: #aaaaaa;
  margin-bottom: 3rem;
}

.faq-box {
  background: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border: 1px solid #333333;
  width: 100%; /* Zaisťuje plnú šírku */
  max-width: 100%; /* Zabráni pretečeniu */
}

/* Ostatné štýly ostávajú rovnaké ako predtým */
.faq-item {
  border-bottom: 1px solid #333333;
  transition: all 0.3s ease;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #1a1a1a;
}

.faq-question:hover {
  background-color: #252525;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  transition: color 0.2s ease;
}

.faq-question:hover h3 {
  color: #9b0347;
}

.faq-icon {
  width: 20px;
  height: 20px;
  stroke: #aaaaaa;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-icon.rotated {
  transform: rotate(180deg);
  stroke: #9b0347;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #252525;
}

.faq-answer.active {
  max-height: 500px;
}

.faq-answer-content {
  padding: 0 1.5rem 1.5rem;
  color: #cccccc;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.faq-answer.active .faq-answer-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

/* Responzívne štýly */
@media (max-width: 768px) {
  .faq-wrapper {
    padding: 0 15px;
  }
  
  .section-title h2 {
    font-size: 2rem;
  }
  
  .faq-question {
    padding: 1.2rem;
  }
  
  .faq-question h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .faq-container {
    padding: 2rem 0;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }
  
  .section-subtitle p {
    font-size: 1rem;
  }
  
  .faq-question {
    padding: 1rem;
  }
}




.feature-buttons-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .feature-buttons-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.big-feature-button {
  display: block;
  width: 100%;
  padding: 2rem;
  background-color: #0c0d0d;
  border: 2px solid #5e5e5e;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.big-feature-button:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  border-color: #9b0347;
  outline: 2px solid #9b0347;
}

.button-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  height: 100%;
}

.big-feature-button i {
  font-size: 2.5rem;
  color: #9b0347;
  margin-bottom: 1rem;
}

.button-title {
  font-size: 1.5rem;
  color: #ffffff;
  margin: 0;
}

.button-description {
  font-size: 1rem;
  color: #ffffff;
  margin: 0;
}

/* Responzívne štýly */
@media (max-width: 768px) {
  .big-feature-button {
    padding: 1.5rem;
  }
  
  .button-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .big-feature-button {
    padding: 1.25rem;
  }
  
  .big-feature-button i {
    font-size: 2rem;
  }
  
  .button-title {
    font-size: 1.1rem;
  }
}


.support-message {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.5s;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 100px; /* ← toto pridaj */
  font-family: 'Tilt Warp', cursive;
  background: linear-gradient(135deg, #0c0d0d, #1a1a1a);
  padding: 3rem 2rem;
  border-radius: 20px;
  border: 1px solid #9b0347;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.support-message h2 {
  font-size: 3rem;
  color: #9b0347;
  margin: 0 0 1rem 0;
  animation: fadeInUp 1s ease forwards;
}

.support-subtext {
  font-size: 1.25rem;
  color: #d0d0d0;
  margin-top: 15px;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 1.2s;
  opacity: 0;
}

/* Modern Discord button */
.discord-button {
  margin-top: 30px;
  padding: 14px 34px;
  font-size: 1.1rem;
  background: linear-gradient(135deg, #7289da, #5865f2);
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
  opacity: 0;
  transition: all 0.3s ease;
  font-family: 'Tilt Warp', cursive;
  box-shadow: 0 10px 25px rgba(88, 101, 242, 0.3);
}

.discord-button:hover {
  background: linear-gradient(135deg, #5b6eae, #4752c4);
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(88, 101, 242, 0.5);
}

/* Fade In Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional global body style */
body {
  background-color: #0c0d0d;
  font-family: 'Tilt Warp', cursive;
  color: #ffffff;
}

/* Animuj všetky základné textové prvky vo vnútri .components */
.components h1,
.components h2,
.components h3,
.components h4,
.components h5,
.components h6,
.components p,
.components span,
.components li,
.components a {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease forwards;
}

/* Jemné oneskorenie medzi prvkami (stagger efekt) */
.components *:nth-child(1) { animation-delay: 0.2s; }
.components *:nth-child(2) { animation-delay: 0.4s; }
.components *:nth-child(3) { animation-delay: 0.6s; }
.components *:nth-child(4) { animation-delay: 0.8s; }
.components *:nth-child(5) { animation-delay: 1.0s; }
/* Ak máš viac, môžeš pokračovať... */

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Import font Tilt Warp */
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');

/* Global reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #0c0d0d;
  font-family: 'Tilt Warp', cursive;
  color: #ffffff;
  line-height: 1.6;
  
}

/* TOS Container */
.tos-container {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 100px; /* ← toto pridaj */
  padding: 3rem 2rem;
  background: linear-gradient(145deg, #0c0d0d, #1a1a1a);
  border: 1px solid #9b0347;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  animation: fadeInUp 1.2s ease forwards;
  opacity: 0;
  transform: translateY(40px);
}

/* Headings */
.tos-container h1 {
  font-size: 2.8rem;
  color: #9b0347;
  margin-bottom: 1.5rem;
  text-align: center;
  letter-spacing: 1px;
  animation: fadeInUp 1s ease forwards;
}

.tos-container h2 {
  font-size: 1.5rem;
  color: #ff4d94;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  animation: fadeInUp 1.2s ease forwards;
}

/* Paragraphs */
.tos-container p {
  font-size: 1rem;
  color: #dddddd;
  margin-bottom: 1.2rem;
  animation: fadeInUp 1.4s ease forwards;
}

/* Animation keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional: add delay for staggered appearance (advanced) */
.tos-container h2,
.tos-container p {
  animation-delay: 0.3s;
}






/* Import Tilt Warp font */
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');

/* Container */
.components-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Individual Component Card */
.component-card {
  background: linear-gradient(135deg, #0c0d0d, #000000);
  border: 1px solid #9b0347;
  border-radius: 18px;
  padding: 1.8rem;
  color: #ffffff;
  font-family: 'Tilt Warp', cursive;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(40px);
}

/* Hover effect */
.component-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(155, 3, 71, 0.25);
  border-color: #ec3e72;
}

/* Fade-in animation */
.status-fade {
  animation: fadeInUp 1s ease forwards;
}

/* Animation keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional: stagger effect */
.component-card:nth-child(1) { animation-delay: 0.1s; }
.component-card:nth-child(2) { animation-delay: 0.2s; }
.component-card:nth-child(3) { animation-delay: 0.3s; }
.component-card:nth-child(4) { animation-delay: 0.4s; }

/* Inner styling for headings/text inside component */
.component-card h2,
.component-card h3 {
  color: #9b0347;
  margin-bottom: 1rem;
}

.component-card p {
  color: #dddddd;
  font-size: 1rem;
}

.components {
  margin-top: 1px; /* Priestor nad komponentmi */
  margin-bottom: 100px; /* Priestor pod komponentmi */
}










/* custom.css */
.custom-navbar {
  background-color: #0c0d0d;
  border-bottom: 2px solid #9b0347;
}

.navbar-brand {
  font-size: 1.5rem;
  color: #9b0347;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-logo {
  height: 40px;
  width: auto;
  border-radius: 4px;
}

.shop-name {
  color: #ffffff;
  font-weight: 600;
}

.navbar-toggler {
  border-color: #9b0347;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(155,3,71,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.nav-link,
.nav-link-custom {
  color: #ffffff;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link-custom:hover {
  color: #9b0347;
}

.btn-outline-light {
  border-color: #9b0347;
  color: #ffffff;
}

.btn-outline-light:hover {
  background-color: #9b0347;
  color: #ffffff;
  border-color: #9b0347;
}

.nav-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}








/* Všeobecné nastavenie tela */



/* ===== PRODUCT FORM STYLES ===== */
.product-form {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0c0d0d;
}

/* Variant selection */
.variants {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.variant {
  position: relative;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
  width: calc(50% - 0.375rem);
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .variant {
    width: calc(33.333% - 0.5rem);
  }
}

.variant:hover {
  border-color: #9b0347;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.variant.active {
  border-color: #9b0347;
  box-shadow: 0 0 0 2px #ffffff;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(155, 3, 71, 0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(155, 3, 71, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(155, 3, 71, 0);
  }
}

.variant:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  position: relative;
}

.variant:disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(0,0,0,0.05),
    rgba(0,0,0,0.05) 2px,
    transparent 2px,
    transparent 4px
  );
  background-size: 4px 4px;
}

.variant .name {
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #ffffff;
  transition: color 0.2s ease;
}

.variant:hover .name {
  color: #9b0347;
}

.variant .description {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.variant .stock {
  font-size: 0.75rem;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.stock-unlimited svg {
  width: 1em;
  height: 1em;
  color: #9b0347;
}

.variant .price {
  margin-top: 0.5rem;
}

.variant .price span {
  font-weight: 700;
  color: #9b0347;
  font-size: 1.1rem;
}

.variant .price s {
  color: #9b7280;
  opacity: 0.7;
  margin-left: 0.5rem;
  font-size: 0.9rem;
}

.active-indicator {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #9b0347;
}

/* Quantity selector */
.input-group {
  max-width: 200px;
}

.input-group-btn .btn {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-group-btn .btn-outline-primary {
  color: #9b0347;
  border-color: #9b0347;
}

.input-group-btn .btn-outline-primary:hover {
  background-color: #9b0347;
  color: white;
}

.input-group .form-control {
  text-align: center;
  padding: 0.5rem;
}

.form-control:focus {
  border-color: #9b0347;
  box-shadow: 0 0 0 0.25rem rgba(155, 3, 71, 0.25);
}

/* Volume discount notice */
.available-volume-discount {
  background-color: rgba(155, 3, 71, 0.05);
  border-left: 3px solid #9b0347;
  padding: 0.5rem;
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}

/* Buttons */
.buy-buttons {
  margin-top: 1.5rem;
}

.btn-primary {
  background-color: #9b0347;
  border-color: #9b0347;
  color: white;
  padding: 0.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #0f0f0f;
  border-color: #7a0238;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-outline-primary {
  color: #9b0347;
  border-color: #9b0347;
  padding: 0.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background-color: #9b0347;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Loading animations */
.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Error messages */
.alert-warning {
  background-color: rgba(155, 3, 71, 0.1);
  border-color: rgba(155, 3, 71, 0.3);
  color: #0c0d0d;
  animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Form labels */
.form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
  color: #0c0d0d;
}

/* Text helpers */
.text-danger {
  color: #ef4444;
}

.text-muted {
  color: #6b7280;
}

/* Transition effects */
.transition-opacity {
  transition: opacity 0.3s ease;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .buy-buttons {
    flex-direction: column;
  }
  
  .variant {
    width: 100%;
  }
}





/* ========== GLOBAL STYLES ========== */


















/* Basic reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Futuristic font and dark background */
body {
  font-family: 'Tilt Warp', cursive;
  background: radial-gradient(circle at top left, #0f0f0f, #000000);
  color: #ffffff;
  overflow-x: hidden;
}

.hero {
  background: linear-gradient(135deg, #5a1435, #920a3e, #530f31);
  padding: 60px 0;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 40px #9b034766;
}

.hero h1 {
  font-size: 3.5rem;
  text-shadow: 0 0 15px #ffffff;
  animation: glow 2s ease-in-out infinite alternate;
}

.hero .tagline {
  font-size: 1.3rem;
  color: #cccccc;
  margin-top: 10px;
}

/* Glow animation */
@keyframes glow {
  from {
    text-shadow: 0 0 5px #9b0347, 0 0 10px #9b0347, 0 0 15px #9b0347;
  }
  to {
    text-shadow: 0 0 20px #9b0347, 0 0 30px #9b0347, 0 0 40px #9b0347;
  }
}

.features-section {
  padding: 50px 20px;
}

.container {
  width: 90%;
  margin: auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.card {
  background: linear-gradient(145deg, #7e023200, #7e02322a);
  border: 1px solid #9b034788;
  padding: 25px;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 180deg, #b9074270, transparent, #b9074270);
  animation: spin 8s linear infinite;
  z-index: -1;
  pointer-events: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 20px #9b0347cc;
}

.card h2 {
  font-size: 1.8rem;
  color: #ffffff;
  text-shadow: 0 0 5px #9b0347;
  margin-bottom: 15px;
}

.card ul {
  list-style-type: none;
}

.card ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
  color: #ffe3f0;
}

.card ul li::before {
  content: "";
  position: absolute;
  left: 0;
  color: #9b0347;
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}



























/* GRADIENT TEXT*/

.gradient-svg-text {
  font-size: 2rem;
  font-weight: bold;
  background: none;
  color: #9b0347;
  position: relative;
  display: inline-block;
}

.gradient-svg-text::after {
  content: attr(data-text);
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #9b0347, #ff5aa1, #9b0347);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
  pointer-events: none;
}





.section-title h2 {
  background: linear-gradient(270deg, #9b0347, #ff5aa1, #9b0347);
  background-size: 300% 300%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Pre maximálnu kompatibilitu */
  display: inline-block;

 
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px; /* vzdialenosť pod textom */
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #9b0347, #ff5aa1, #9b0347);
  background-size: 200% 100%;
  animation: lineMove 3s linear infinite;
  border-radius: 2px;
}

@keyframes lineMove {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}