/* Merch — katalóg (nie e-shop) */
.merch-intro { margin-bottom: 3rem; }

.merch-kicker {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1875rem;
  font-size: 1.25rem;
  color: var(--primary);
}
.merch-intro h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  color: var(--secondary);
  margin: 0.25rem 0 1rem;
}
.merch-lead { font-size: 1.125rem; max-width: 36rem; }

.merch-kde {
  display: flex; gap: 1rem; align-items: center;
  background: var(--secondary); color: var(--white);
  padding: 1.25rem 1.5rem;
  box-shadow: 6px 6px var(--primary);
}
.merch-kde-i {
  flex: 0 0 3rem; height: 3rem; display: flex; align-items: center; justify-content: center;
  background: var(--primary); font-size: 1.5rem;
}
.merch-kde strong { display: block; font-family: "Bebas Neue", sans-serif; font-size: 1.5rem; letter-spacing: 0.06em; line-height: 1.1; }
.merch-kde span:last-child { opacity: 0.85; }

/* Karta */
.merch-card { background: var(--white); height: 100%; display: flex; flex-direction: column; }
.merch-foto { position: relative; aspect-ratio: 4 / 5; background: #e6e6e6; overflow: hidden; }
.merch-img { position: absolute; inset: 0; display: block; transition: opacity 0.35s ease; }
.merch-img img { width: 100%; height: 100%; object-fit: cover; transform: scale(var(--zoom, 1)); transform-origin: 50% 50%; }
.merch-img.zadu { opacity: 0; }
.merch-foto[data-strana="zadu"] .merch-img.zadu { opacity: 1; }
.merch-foto[data-strana="zadu"] .merch-img.predu { opacity: 0; }

.merch-prazdne {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.5rem;
  color: #8a8a8a; font-size: 0.95rem;
}
.merch-prazdne i { font-size: 3rem; }

.merch-card.ma-zadu .merch-foto::after {
  content: "\F130"; font-family: "bootstrap-icons"; /* bi-arrow-repeat */
  position: absolute; right: 0.75rem; bottom: 0.75rem; z-index: 2;
  width: 2rem; height: 2rem; display: flex; align-items: center; justify-content: center;
  background: rgba(20, 29, 51, 0.75); color: var(--white); font-size: 1.1rem; pointer-events: none;
}
@media (hover: hover) { .merch-card.ma-zadu .merch-foto::after { display: none; } }

.merch-tag {
  position: absolute; top: 0; left: 0; z-index: 2;
  background: var(--primary); color: var(--white);
  font-family: "Bebas Neue", sans-serif; letter-spacing: 0.08em; font-size: 1rem;
  padding: 0.25rem 0.75rem;
}

.merch-info { padding: 1.25rem 1.25rem 1.5rem; display: flex; flex-direction: column; gap: 0.25rem; }
.merch-info h3 {
  font-family: "Bebas Neue", sans-serif; font-size: 1.75rem; line-height: 1; margin: 0;
  color: var(--secondary);
}
.merch-meta { color: #666; font-size: 0.95rem; display: flex; gap: 0.75rem; flex-wrap: wrap; }
.merch-meta span + span::before { content: "·"; margin-right: 0.75rem; color: #bbb; }
.merch-cena { font-family: "Bebas Neue", sans-serif; font-size: 1.5rem; color: var(--primary); margin-top: 0.5rem !important; }
.merch-cena em { font-style: normal; color: #888; font-size: 1.1rem; }

/* Ako to funguje */
.merch-ako { margin-top: 4.5rem; }
.merch-krok { position: relative; padding: 1.5rem 1.5rem 1.5rem 4.5rem; background: var(--white); height: 100%; }
.merch-krok span {
  position: absolute; left: 1.25rem; top: 1.25rem;
  width: 2.25rem; height: 2.25rem; display: flex; align-items: center; justify-content: center;
  background: var(--secondary); color: var(--white);
  font-family: "Bebas Neue", sans-serif; font-size: 1.5rem;
}
.merch-krok h4 { font-family: "Bebas Neue", sans-serif; font-size: 1.5rem; margin: 0 0 0.25rem; color: var(--secondary); }
.merch-krok p { color: #444; }

.merch-cta { margin-top: 3rem; }

@media (max-width: 576px) {
  .merch-intro h2 { font-size: 2.75rem; }
  .merch-kde { box-shadow: 4px 4px var(--primary); }
}

/* Sekcia Merch na domovskej stránke — tmavý pás s radom fotiek */
.merch-home {
  background: var(--secondary);
  padding: 4rem 0 4.5rem;
  overflow: hidden;
}
.merch-home-head { text-align: center; max-width: 40rem; margin: 0 auto 2.5rem; }
.merch-home-kicker {
  font-family: "Bebas Neue", sans-serif; text-transform: uppercase; letter-spacing: 0.1875rem;
  font-size: 1.25rem; color: var(--primary);
}
.merch-home-head h2 {
  font-family: "Bebas Neue", sans-serif; text-transform: uppercase;
  font-size: 3.5rem; line-height: 1; color: var(--white); margin: 0.25rem 0 1rem;
}
.merch-home-p { color: rgba(255, 255, 255, 0.8); font-size: 1.125rem; }

.merch-home-strip {
  display: flex; gap: 1rem; justify-content: center;
  padding: 0.75rem 1rem;
}
.merch-home-item {
  flex: 0 0 auto; width: 12.5rem; aspect-ratio: 4 / 5; overflow: hidden;
  background: #e6e6e6; box-shadow: 6px 6px var(--primary);
  transition: transform 0.3s ease;
}
.merch-home-item:nth-child(odd) { transform: rotate(-2deg); }
.merch-home-item:nth-child(even) { transform: rotate(2deg) translateY(1rem); }
.merch-home-item:hover { transform: rotate(0) translateY(-0.5rem); }
.merch-home-item img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.45); }
.merch-home-foot { display: flex; justify-content: center; margin-top: 2.5rem; }

@media (max-width: 991px) {
  .merch-home-strip { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .merch-home-strip::-webkit-scrollbar { display: none; }
  .merch-home-item { width: 10rem; }
}
@media (max-width: 576px) {
  .merch-home-head h2 { font-size: 2.75rem; }
  .merch-home-item { width: 8.5rem; box-shadow: 4px 4px var(--primary); }
}
