/* =========================
   CARRUSEL
   ========================= */

.vth-products-carousel {
  position: relative;
  width: 100%;
  max-width: 920px;
  overflow: hidden;
  padding: 14px 0 30px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4.5%, #000 95.5%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 4.5%, #000 95.5%, transparent 100%);
}

.vth-products-carousel::before,
.vth-products-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 70px;
  pointer-events: none;
}

.vth-products-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.34), transparent);
}

.vth-products-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.34), transparent);
}

.vth-products-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  animation: vthProductsMarquee 40s linear infinite;
  will-change: transform;
}

.vth-products-carousel:hover .vth-products-track {
  animation-play-state: paused;
}

@keyframes vthProductsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* =========================
   ESTADO VACÍO
   ========================= */

.vth-products-empty,
.vth-category-empty {
  padding: 18px;
  border: 1px solid rgba(190, 132, 255, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(218, 184, 255, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(24, 13, 38, 0.70), rgba(7, 5, 12, 0.74));
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.vth-products-empty .no-products,
.vth-category-empty .no-products {
  margin: 0;
  color: rgba(244, 234, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

/* =========================
   CARD
   ========================= */

.vth-product-card,
.store-product.vth-product-card {
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;
  min-height: 390px;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(177, 122, 255, 0.36);
  border-radius: 22px;
  background:
    radial-gradient(circle at 16% 0%, rgba(214, 178, 255, 0.16), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(116, 43, 255, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(29, 15, 46, 0.96), rgba(8, 4, 16, 0.99));
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.56),
    0 0 26px rgba(116, 43, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -18px 30px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
  pointer-events: auto !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease;
}

.vth-product-card::before,
.store-product.vth-product-card::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 44%;
  border-radius: 21px 21px 48px 48px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02), transparent);
  pointer-events: none;
}

.vth-product-card::after,
.store-product.vth-product-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(142, 74, 255, 0.76), rgba(220, 191, 255, 0.95), rgba(255, 213, 110, 0.35), rgba(220, 191, 255, 0.95), rgba(142, 74, 255, 0.76), transparent);
  box-shadow: 0 0 18px rgba(142, 74, 255, 0.28);
  pointer-events: none;
}

.vth-product-card:hover,
.store-product.vth-product-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(222, 191, 255, 0.62);
  box-shadow:
    0 34px 74px rgba(0, 0, 0, 0.62),
    0 0 38px rgba(142, 74, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 -18px 30px rgba(0, 0, 0, 0.28);
}

/* =========================
   BADGE
   ========================= */

.vth-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 211, 106, 0.34);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.20), transparent 42%),
    linear-gradient(180deg, rgba(255, 211, 106, 0.98), rgba(177, 104, 28, 0.98));
  color: #17091c;
  font-size: 9px;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow:
    0 0 14px rgba(255, 211, 106, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

/* =========================
   IMAGEN CARD
   ========================= */

.vth-product-image-link,
.vth-product-card .image-link {
  position: relative;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 165px;
  min-height: 165px;
  margin: 0 0 14px;
  border: 1px solid rgba(177, 122, 255, 0.20);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(116, 43, 255, 0.22), transparent 44%),
    radial-gradient(circle at 50% 100%, rgba(255, 211, 106, 0.035), transparent 42%),
    linear-gradient(180deg, rgba(11, 6, 20, 0.84), rgba(3, 2, 7, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -16px 24px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  text-decoration: none !important;
  cursor: pointer;
}

.vth-product-image-link::before,
.vth-product-card .image-link::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 16px;
  background: radial-gradient(circle, rgba(125, 44, 255, 0.12), transparent 62%);
  opacity: 0.75;
  pointer-events: none;
}

.vth-product-image,
.vth-product-card .image {
  position: relative;
  z-index: 2;
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 145px !important;
  object-fit: contain !important;
  filter:
    drop-shadow(0 0 12px rgba(116, 43, 255, 0.26))
    drop-shadow(0 0 26px rgba(0, 0, 0, 0.36));
  transition: transform 220ms ease, filter 220ms ease;
}

.vth-product-card:hover .vth-product-image,
.vth-product-card:hover .image {
  transform: scale(1.05);
  filter:
    drop-shadow(0 0 16px rgba(221, 191, 255, 0.26))
    drop-shadow(0 0 30px rgba(116, 43, 255, 0.26));
}

.vth-product-image-default,
.vth-product-card .image-default {
  width: 100%;
  height: 150px;
  border-radius: 14px;
  background:
    radial-gradient(circle, rgba(125, 44, 255, 0.20), transparent 56%),
    linear-gradient(180deg, rgba(24, 13, 38, 0.86), rgba(7, 5, 12, 0.96));
}

/* =========================
   CUERPO CARD
   ========================= */

.vth-product-body {
  position: relative !important;
  z-index: 50 !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  gap: 10px;
  min-height: 0;
  pointer-events: auto !important;
}

.vth-product-name-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-height: 52px;
}

.vth-product-title,
.vth-product-card .product-title {
  margin: 0 !important;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.vth-product-title a,
.vth-product-card .product-title a,
.vth-product-info-trigger {
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer !important;
  text-shadow:
    0 0 12px rgba(216, 184, 255, 0.30),
    0 0 22px rgba(116, 43, 255, 0.18);
  transition: color 160ms ease, text-shadow 160ms ease;
}

.vth-product-title a:hover,
.vth-product-card .product-title a:hover,
.vth-product-info-trigger:hover {
  color: #ffd76e !important;
  text-shadow:
    0 0 10px rgba(255, 215, 110, 0.30),
    0 0 18px rgba(116, 43, 255, 0.20) !important;
}

.vth-product-divider {
  width: 72%;
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(125, 44, 255, 0.62), rgba(218, 184, 255, 0.78), rgba(255, 211, 106, 0.28), rgba(218, 184, 255, 0.78), rgba(125, 44, 255, 0.62), transparent);
  box-shadow: 0 0 10px rgba(168, 117, 255, 0.18);
}

.vth-product-countdown,
.vth-product-card .countdown {
  min-height: 22px;
  margin: 0 !important;
  padding: 0 9px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 211, 106, 0.26);
  border-radius: 999px;
  background: rgba(255, 211, 106, 0.10);
  color: #ffd36a !important;
  font-size: 9px !important;
  font-weight: 950 !important;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  box-shadow: 0 0 12px rgba(255, 211, 106, 0.12);
}

/* =========================
   ACCIONES CARD
   ========================= */

.vth-product-actions {
  position: relative !important;
  z-index: 50 !important;
  width: 100% !important;
  margin-top: auto !important;
  pointer-events: auto !important;
}

.vth-product-action-row {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: end !important;
  width: 100% !important;
}

.vth-product-buy-wrap {
  min-width: 0 !important;
  width: 100% !important;
}

.vth-product-buy-wrap .vth-package-actions {
  position: relative !important;
  z-index: 50 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 11px !important;
  width: 100% !important;
  margin: 0 !important;
  pointer-events: auto !important;
}

.vth-product-buy-wrap .vth-package-price-wrap {
  width: 100% !important;
  min-height: 28px !important;
  margin: 0 0 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.vth-product-buy-wrap .vth-package-price,
.vth-product-buy-wrap .vth-package-price strong {
  margin: 0 !important;
  color: #ffd76e !important;
  font-size: 18px !important;
  font-weight: 1000 !important;
  line-height: 1.1;
  text-align: center !important;
  text-shadow:
    0 0 10px rgba(255, 215, 110, 0.30),
    0 0 18px rgba(116, 43, 255, 0.16);
}

.vth-package-discount,
.vth-product-card .discount {
  display: block;
  margin-bottom: 4px;
  color: rgba(244, 234, 255, 0.46) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.vth-product-buy-wrap .vth-package-buttons {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 0 !important;
  pointer-events: auto !important;
}

/* =========================
   BOTÓN INFO
   ========================= */

.vth-product-info-button {
  position: relative;
  z-index: 90;
  align-self: end !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(218, 184, 255, 0.46) !important;
  border-radius: 13px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(65, 28, 135, 0.98) 0%, rgba(104, 42, 210, 0.98) 58%, rgba(42, 14, 82, 0.98) 100%) !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 1000 !important;
  line-height: 1;
  box-shadow:
    0 0 16px rgba(125, 44, 255, 0.24),
    0 10px 22px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -10px 16px rgba(0, 0, 0, 0.20) !important;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.vth-product-info-button:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 211, 106, 0.78) !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.24), transparent 38%),
    linear-gradient(135deg, rgba(185, 82, 255, 1) 0%, rgba(123, 45, 255, 1) 48%, rgba(76, 24, 190, 1) 100%) !important;
  box-shadow:
    0 0 18px rgba(210, 128, 255, 0.44),
    0 0 34px rgba(125, 44, 255, 0.48),
    0 14px 28px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
}

/* =========================
   BOTÓN COMPRA
   ========================= */

.vth-product-card .add,
.vth-product-card .subscribe,
.vth-product-card .vth-package-button,
.vth-product-card .vth-package-add,
.vth-product-card .vth-package-subscribe,
.vth-product-card .open-basket-cta.vth-package-added {
  position: relative !important;
  z-index: 120 !important;
  overflow: hidden !important;

  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 16px !important;

  border: 1px solid rgba(187, 136, 255, 0.55) !important;
  border-radius: 13px !important;

  background:
    linear-gradient(
      180deg,
      rgba(88, 42, 178, 0.98) 0%,
      rgba(55, 23, 126, 1) 50%,
      rgba(31, 10, 76, 1) 100%
    ) !important;

  color: #ffffff !important;

  font-size: 11px !important;
  font-weight: 1000 !important;
  letter-spacing: 0.10em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;

  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.42),
    0 0 10px rgba(255, 255, 255, 0.12) !important;

  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.38),
    0 0 18px rgba(125, 44, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -12px 18px rgba(0, 0, 0, 0.26) !important;

  cursor: pointer !important;
  pointer-events: auto !important;

  transition:
    transform 170ms ease,
    border-color 170ms ease,
    background 170ms ease,
    box-shadow 170ms ease,
    filter 170ms ease;
}

.vth-product-card .add::before,
.vth-product-card .subscribe::before,
.vth-product-card .vth-package-button::before,
.vth-product-card .vth-package-add::before,
.vth-product-card .vth-package-subscribe::before,
.vth-product-card .open-basket-cta.vth-package-added::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 40%;
  border-radius: 12px 12px 18px 18px;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.13),
      rgba(255, 255, 255, 0.035),
      transparent
    );

  pointer-events: none !important;
}

.vth-product-card .add::after,
.vth-product-card .subscribe::after,
.vth-product-card .vth-package-button::after,
.vth-product-card .vth-package-add::after,
.vth-product-card .vth-package-subscribe::after {
  content: "✦";
  margin-left: 8px;

  color: #ffd76e;
  font-size: 10px;
  line-height: 1;

  text-shadow:
    0 0 8px rgba(255, 215, 110, 0.42),
    0 0 14px rgba(255, 215, 110, 0.18);

  pointer-events: none !important;
}

.vth-product-card .add:hover,
.vth-product-card .subscribe:hover,
.vth-product-card .vth-package-button:hover,
.vth-product-card .vth-package-add:hover,
.vth-product-card .vth-package-subscribe:hover,
.vth-product-card .open-basket-cta.vth-package-added:hover,
.vth-product-card .add:focus-visible,
.vth-product-card .subscribe:focus-visible,
.vth-product-card .vth-package-button:focus-visible,
.vth-product-card .vth-package-add:focus-visible,
.vth-product-card .vth-package-subscribe:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(226, 190, 255, 0.82) !important;

  background:
    linear-gradient(
      180deg,
      rgba(116, 56, 220, 1) 0%,
      rgba(76, 31, 168, 1) 48%,
      rgba(42, 15, 104, 1) 100%
    ) !important;

  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.46),
    0 0 22px rgba(170, 95, 255, 0.30),
    0 0 34px rgba(125, 44, 255, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -12px 18px rgba(0, 0, 0, 0.28) !important;

  filter: brightness(1.04) saturate(1.08) !important;
}

.vth-product-card .add:active,
.vth-product-card .subscribe:active,
.vth-product-card .vth-package-button:active,
.vth-product-card .vth-package-add:active,
.vth-product-card .vth-package-subscribe:active,
.vth-product-card .open-basket-cta.vth-package-added:active {
  transform: translateY(0) scale(0.98) !important;
  border-color: rgba(255, 215, 110, 0.78) !important;

  background:
    linear-gradient(
      180deg,
      rgba(132, 68, 238, 1) 0%,
      rgba(82, 34, 180, 1) 48%,
      rgba(38, 13, 96, 1) 100%
    ) !important;

  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(170, 95, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 10px 18px rgba(0, 0, 0, 0.20) !important;
}

.vth-product-card .add[data-click-set="true"],
.vth-product-card .vth-package-add[data-click-set="true"],
.vth-product-card .vth-package-button[data-click-set="true"] {
  border-color: rgba(255, 215, 110, 0.72) !important;

  background:
    linear-gradient(
      180deg,
      rgba(108, 55, 214, 1) 0%,
      rgba(73, 30, 162, 1) 48%,
      rgba(41, 14, 105, 1) 100%
    ) !important;

  box-shadow:
    0 0 16px rgba(255, 215, 110, 0.16),
    0 0 28px rgba(160, 90, 255, 0.28),
    0 14px 28px rgba(0, 0, 0, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -12px 18px rgba(0, 0, 0, 0.26) !important;
}

.vth-product-card .open-basket-cta.vth-package-added {
  border-color: rgba(255, 215, 110, 0.70) !important;

  background:
    linear-gradient(
      180deg,
      rgba(102, 50, 205, 1) 0%,
      rgba(68, 29, 155, 1) 48%,
      rgba(39, 14, 98, 1) 100%
    ) !important;
}

.vth-product-card .open-basket-cta.vth-package-added::after {
  content: "✓";
  margin-left: 8px;

  color: #ffd76e;
  font-size: 12px;
  font-weight: 1000;

  text-shadow:
    0 0 8px rgba(255, 215, 110, 0.50),
    0 0 14px rgba(255, 215, 110, 0.24);

  pointer-events: none !important;
}

/* =========================
   TEBEX FUNCIONAL
   ========================= */

.vth-product-card p {
  margin: 0;
}

.vth-product-card a {
  text-decoration: none;
}

.vth-product-card .btn-primary,
.vth-product-card .btn-secondary,
.vth-product-card .btn-tertiary {
  white-space: nowrap !important;
}

.vth-product-card .vth-product-buy-wrap,
.vth-product-card .vth-package-actions,
.vth-product-card .vth-package-buttons {
  position: relative !important;
  z-index: 80 !important;
  pointer-events: auto !important;
}

.vth-product-card a.add,
.vth-product-card a.vth-package-add,
.vth-product-card a.vth-package-button,
.vth-product-card a.subscribe,
.vth-product-card a.vth-package-subscribe,
.vth-product-card button.open-basket-cta,
.vth-product-card .open-basket-cta.vth-package-added {
  position: relative !important;
  z-index: 130 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.vth-product-card a.add[disabled],
.vth-product-card a.vth-package-add[disabled],
.vth-product-card a.vth-package-button[disabled],
.vth-product-card a.subscribe[disabled],
.vth-product-card a.vth-package-subscribe[disabled] {
  pointer-events: auto !important;
  cursor: pointer !important;
}

.vth-product-card button:disabled {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
  filter: grayscale(0.2) !important;
  pointer-events: none !important;
}

.vth-product-card a[disabled]:not(.add):not(.vth-package-add):not(.vth-package-button):not(.subscribe):not(.vth-package-subscribe) {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
  filter: grayscale(0.2) !important;
  pointer-events: none !important;
}

.vth-product-card .add::before,
.vth-product-card .add::after,
.vth-product-card .subscribe::before,
.vth-product-card .subscribe::after,
.vth-product-card .vth-package-button::before,
.vth-product-card .vth-package-button::after,
.vth-product-card .vth-package-add::before,
.vth-product-card .vth-package-add::after,
.vth-product-card .vth-package-subscribe::before,
.vth-product-card .vth-package-subscribe::after,
.vth-product-card .open-basket-cta.vth-package-added::before,
.vth-product-card .open-basket-cta.vth-package-added::after,
.vth-product-card::before,
.vth-product-card::after,
.vth-product-image-link::before {
  pointer-events: none !important;
}

.vth-product-card .quantity-field.vth-quantity-field,
.vth-product-card .quantity-field.with-open-basket.vth-quantity-field {
  position: absolute !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

.vth-product-info-button,
.vth-product-info-trigger {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* =========================
   HOME SHOWCASE
   ========================= */

.vth-home-showcase {
  grid-template-columns: 280px minmax(0, 920px) !important;
  gap: 26px !important;
  align-items: start !important;
  justify-content: center !important;
}

.vth-home-showcase-products {
  width: 100% !important;
  max-width: 920px !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.vth-home-showcase-products .vth-home-packages {
  width: 100% !important;
  max-width: 920px !important;
  margin: 0 !important;
}

.vth-home-showcase-products .vth-home-section-head {
  margin-bottom: 14px !important;
}

.vth-home-showcase-products .vth-home-section-kicker {
  font-size: 13px !important;
  letter-spacing: 0.16em !important;
}

.vth-home-showcase-products .vth-home-section-title {
  font-size: 26px !important;
  line-height: 1.05 !important;
  margin: 0 !important;
}

/* =========================
   CATEGORÍA
   ========================= */

.vth-category-layout {
  width: min(94vw, 1320px);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.vth-category-sidebar,
.vth-category-main {
  min-width: 0;
}

.vth-category-header {
  margin-bottom: 28px;
}

.vth-category-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: #ffd36a;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(255, 211, 106, 0.30), 0 0 18px rgba(125, 44, 255, 0.18);
}

.vth-category-header h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 1000;
  line-height: 1.05;
  letter-spacing: -0.025em;
  text-shadow: 0 0 14px rgba(218, 184, 255, 0.26), 0 0 26px rgba(125, 44, 255, 0.18);
}

.vth-category-header h1::after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(125, 44, 255, 0.95), rgba(218, 184, 255, 1), rgba(255, 211, 106, 0.85), rgba(218, 184, 255, 1), rgba(125, 44, 255, 0.95));
  box-shadow: 0 0 10px rgba(218, 184, 255, 0.30), 0 0 20px rgba(125, 44, 255, 0.22);
}

.vth-category-description {
  margin-top: 16px;
  color: rgba(244, 234, 255, 0.76);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}

.vth-category-description p:first-child { margin-top: 0; }
.vth-category-description p:last-child { margin-bottom: 0; }

.vth-category-products {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 250px));
  gap: 28px;
  align-items: stretch;
  justify-content: start;
}

.page-category .vth-products-carousel {
  max-width: none !important;
  overflow: visible !important;
  padding: 0 !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.page-category .vth-products-carousel::before,
.page-category .vth-products-carousel::after {
  display: none !important;
}

.page-category .vth-products-track {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 250px)) !important;
  gap: 28px !important;
  animation: none !important;
  transform: none !important;
}

/* =========================
   MODAL INFO GLOBAL
   ========================= */

.vth-package-info-source {
  display: none !important;
}

body.vth-modal-open {
  overflow: hidden;
}

.vth-info-modal-root {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  pointer-events: none;
}

.vth-info-modal-root.is-open {
  display: flex;
  pointer-events: auto;
}

.vth-info-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(9px);
}

.vth-info-modal-panel {
  position: relative;
  z-index: 2;
  display: block !important;
  overflow: hidden;
  width: min(92vw, 980px) !important;
  max-height: min(88vh, 760px) !important;
  border: 1px solid rgba(190, 132, 255, 0.34);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(218, 184, 255, 0.14), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(125, 44, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(12, 7, 22, 0.98), rgba(4, 3, 9, 0.99));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.74),
    0 0 42px rgba(125, 44, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.vth-info-modal-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: min(88vh, 760px);
  display: grid !important;
  grid-template-columns: 300px minmax(0, 1fr) !important;
  overflow: hidden;
}

.vth-info-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 92, 92, 0.64);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(120, 18, 32, 0.58), rgba(56, 6, 16, 0.78));
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0 18px rgba(255, 70, 70, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.vth-info-modal-close:hover {
  border-color: rgba(255, 92, 92, 0.95);
  background: linear-gradient(180deg, rgba(160, 24, 44, 0.80), rgba(70, 7, 18, 0.92));
}

.vth-info-modal-side {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: min(88vh, 760px) !important;
  max-height: min(88vh, 760px) !important;
  padding: 28px 24px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  border-right: 1px solid rgba(170, 110, 255, 0.22);
  background: linear-gradient(180deg, rgba(20, 10, 36, 0.68), rgba(8, 4, 18, 0.42));
}

.vth-info-modal-side::-webkit-scrollbar,
.vth-info-modal-content::-webkit-scrollbar {
  width: 6px;
}

.vth-info-modal-side::-webkit-scrollbar-track,
.vth-info-modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
}

.vth-info-modal-side::-webkit-scrollbar-thumb,
.vth-info-modal-content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(190, 132, 255, 0.45);
}

.vth-info-modal-product-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  padding-bottom: 6px;
}

.vth-info-modal-product-head span,
.vth-info-modal-kicker {
  display: inline-flex;
  margin-bottom: 8px;
  color: #ffd36a;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(255, 211, 106, 0.30), 0 0 18px rgba(125, 44, 255, 0.18);
}

.vth-info-modal-product-head h3 {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(32px, 2.5vw, 46px) !important;
  font-weight: 1000 !important;
  line-height: 0.95 !important;
  letter-spacing: -0.03em;
  text-align: center !important;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.12), 0 0 24px rgba(170, 110, 255, 0.18) !important;
}

.vth-info-modal-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 2px !important;
  color: #ffd76e;
  font-size: 28px;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 10px rgba(255, 215, 110, 0.18), 0 0 20px rgba(170, 110, 255, 0.08);
}

.vth-info-modal-price strong {
  color: #ffd76e !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.vth-info-modal-price del {
  color: rgba(255, 255, 255, 0.36) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.vth-info-modal-gallery {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  width: 100% !important;
  margin-top: 20px !important;
}

.vth-info-modal-gallery .vth-info-modal-image-wrap {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.vth-info-modal-gallery .vth-info-modal-image {
  position: relative !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 92% !important;
  max-height: 280px !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: transparent !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34), 0 0 24px rgba(125, 44, 255, 0.14) !important;
}

.vth-info-modal-image-default {
  width: 100%;
  min-height: 220px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(30, 14, 48, 0.65), rgba(8, 4, 18, 0.42));
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.30), 0 0 0 1px rgba(170, 110, 255, 0.14);
}

.vth-info-modal-content {
  position: relative;
  z-index: 2;
  min-width: 0 !important;
  width: 100% !important;
  height: min(88vh, 760px) !important;
  max-height: min(88vh, 760px) !important;
  padding: 34px;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.vth-info-modal-content h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 3.1vw, 58px);
  font-weight: 1000;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.12), 0 0 26px rgba(170, 110, 255, 0.16);
}

.vth-info-modal-description {
  width: 100% !important;
  max-width: 100% !important;
  color: rgba(244, 234, 255, 0.84);
}

.vth-info-modal-description > * {
  max-width: 100% !important;
}

.vth-info-modal-description h1,
.vth-info-modal-description h2,
.vth-info-modal-description h3 {
  margin: 18px 0 10px;
  color: #c77dff !important;
  font-weight: 1000 !important;
  line-height: 1.15 !important;
}

.vth-info-modal-description h1 { font-size: 30px !important; }
.vth-info-modal-description h2 { font-size: 25px !important; }
.vth-info-modal-description h3 { font-size: 20px !important; }

.vth-info-modal-description p {
  margin: 0 0 14px;
  color: rgba(244, 234, 255, 0.82) !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.65 !important;
}

.vth-info-modal-description ul,
.vth-info-modal-description ol {
  display: grid;
  gap: 7px;
  margin: 12px 0 18px;
  padding-left: 22px;
  color: rgba(244, 234, 255, 0.82);
}

.vth-info-modal-description li {
  font-size: 14px;
  font-weight: 750;
  line-height: 1.5;
}

.vth-info-modal-description strong {
  color: #ffffff !important;
  font-weight: 1000 !important;
}

.vth-info-modal-description img {
  max-width: 100% !important;
  height: auto !important;
  border: 1px solid rgba(190, 132, 255, 0.24);
  border-radius: 14px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.38), 0 0 18px rgba(125, 44, 255, 0.12);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1400px) {
  .vth-home-showcase { grid-template-columns: 270px minmax(0, 860px) !important; }
  .vth-home-showcase-products,
  .vth-home-showcase-products .vth-home-packages,
  .vth-products-carousel { max-width: 860px !important; }
  .vth-product-card,
  .store-product.vth-product-card { width: 235px !important; min-width: 235px !important; max-width: 235px !important; }
}

@media (max-width: 1180px) {
  .vth-category-layout { grid-template-columns: 280px minmax(0, 1fr); gap: 24px; }
  .vth-category-products,
  .page-category .vth-products-track { grid-template-columns: repeat(2, minmax(0, 240px)) !important; gap: 24px !important; }
  .vth-category-products .vth-product-card,
  .page-category .vth-product-card { width: 240px !important; min-width: 240px !important; max-width: 240px !important; }
}

@media (max-width: 1100px) {
  .vth-home-showcase { grid-template-columns: 1fr !important; gap: 24px !important; }
  .vth-home-showcase-products,
  .vth-home-showcase-products .vth-home-packages,
  .vth-products-carousel { max-width: 100% !important; }
}

@media (max-width: 900px) {
  .vth-category-layout { width: min(94vw, 680px); grid-template-columns: 1fr; gap: 24px; }
  .vth-category-sidebar { order: 2; }
  .vth-category-main { order: 1; }
  .vth-category-header { text-align: center; }
  .vth-category-kicker { justify-content: center; }
  .vth-category-header h1::after { margin-left: auto; margin-right: auto; }
  .vth-category-products,
  .page-category .vth-products-track { grid-template-columns: repeat(2, minmax(0, 220px)) !important; justify-content: center !important; }
  .vth-category-products .vth-product-card,
  .page-category .vth-product-card { width: 220px !important; min-width: 220px !important; max-width: 220px !important; }
}

@media (max-width: 820px) {
  .vth-info-modal-root { padding: 18px !important; }
  .vth-info-modal-panel { width: 100% !important; max-width: 390px !important; max-height: 90vh !important; }
  .vth-info-modal-inner { grid-template-columns: 1fr !important; max-height: 90vh !important; overflow-y: auto !important; }
  .vth-info-modal-side { height: auto !important; max-height: none !important; padding: 22px !important; border-right: 0 !important; border-bottom: 1px solid rgba(190, 132, 255, 0.18) !important; }
  .vth-info-modal-product-head h3 { font-size: 28px !important; }
  .vth-info-modal-price { font-size: 24px !important; }
  .vth-info-modal-gallery { gap: 14px !important; }
  .vth-info-modal-gallery .vth-info-modal-image { max-height: 145px !important; border-radius: 14px !important; }
  .vth-info-modal-content { height: auto !important; max-height: none !important; padding: 22px !important; overflow: visible !important; }
  .vth-info-modal-content h2 { font-size: 30px !important; }
}

@media (max-width: 768px) {
  .vth-home-showcase-products .vth-home-section-title { font-size: 22px !important; }
  .vth-products-carousel { padding: 8px 0 20px; -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%); }
  .vth-products-carousel::before,
  .vth-products-carousel::after { width: 40px; }
  .vth-products-track { gap: 14px; animation-duration: 28s; }
  .vth-product-card,
  .store-product.vth-product-card { width: 210px !important; min-width: 210px !important; max-width: 210px !important; min-height: 360px !important; padding: 12px !important; }
  .vth-product-image-link,
  .store-product.vth-product-card .vth-product-image-link { height: 145px !important; min-height: 145px !important; }
  .vth-product-image,
  .store-product.vth-product-card .vth-product-image { max-height: 128px !important; }
  .vth-product-title a,
  .store-product.vth-product-card .product-title a { font-size: 15px !important; }
  .vth-product-card .vth-package-add,
  .vth-product-card .vth-package-button,
  .vth-product-card .vth-package-subscribe,
  .vth-product-card .open-basket-cta.vth-package-added,
  .vth-product-info-button { height: 42px !important; min-height: 42px !important; border-radius: 12px !important; font-size: 11px !important; }
  .vth-product-action-row { grid-template-columns: 42px minmax(0, 1fr) !important; gap: 8px !important; }
}

@media (max-width: 520px) {
  .vth-category-layout { width: 100%; max-width: 390px; }
  .vth-category-products,
  .page-category .vth-products-track { grid-template-columns: 1fr !important; justify-items: center !important; }
  .vth-category-products .vth-product-card,
  .page-category .vth-product-card { width: 230px !important; min-width: 230px !important; max-width: 230px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .vth-products-track { animation: none !important; }
  .vth-product-card,
  .vth-product-image,
  .vth-product-card .add,
  .vth-product-card .subscribe,
  .vth-product-card .vth-package-button,
  .vth-product-card .vth-package-add,
  .vth-product-card .vth-package-subscribe { transition: none !important; }
}

/* =========================
   BOTÓN COMPRA SIN BRILLO
   ========================= */

.vth-product-card .vth-package-add,
.vth-product-card .vth-package-button,
.vth-product-card .add,
.vth-product-card .subscribe,
.vth-product-card .open-basket-cta.vth-package-added {
  background:
    linear-gradient(
      180deg,
      rgba(86, 42, 170, 0.98) 0%,
      rgba(58, 25, 122, 0.98) 52%,
      rgba(36, 13, 78, 1) 100%
    ) !important;

  border-color: rgba(168, 112, 240, 0.48) !important;

  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 -10px 16px rgba(0, 0, 0, 0.22) !important;

  filter: none !important;
  text-shadow: none !important;
}

.vth-product-card .vth-package-add::before,
.vth-product-card .vth-package-button::before,
.vth-product-card .add::before,
.vth-product-card .subscribe::before,
.vth-product-card .open-basket-cta.vth-package-added::before {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.018),
      transparent
    ) !important;
}

.vth-product-card .vth-package-add::after,
.vth-product-card .vth-package-button::after,
.vth-product-card .add::after,
.vth-product-card .subscribe::after {
  color: rgba(255, 215, 110, 0.82) !important;
  text-shadow: none !important;
}



.vth-product-card .vth-package-add:hover,
.vth-product-card .vth-package-button:hover,
.vth-product-card .add:hover,
.vth-product-card .subscribe:hover,
.vth-product-card .open-basket-cta.vth-package-added:hover,
.vth-product-card .vth-package-add:focus-visible,
.vth-product-card .vth-package-button:focus-visible,
.vth-product-card .add:focus-visible,
.vth-product-card .subscribe:focus-visible {
  transform: translateY(-1px) !important;

  background:
    linear-gradient(
      180deg,
      rgba(104, 52, 195, 1) 0%,
      rgba(70, 30, 150, 1) 52%,
      rgba(42, 15, 95, 1) 100%
    ) !important;

  border-color: rgba(202, 155, 255, 0.62) !important;

  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.40),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -10px 16px rgba(0, 0, 0, 0.24) !important;

  filter: none !important;
}


.vth-product-card .vth-package-add[data-click-set="true"],
.vth-product-card .add[data-click-set="true"],
.vth-product-card .vth-package-button[data-click-set="true"] {
  background:
    linear-gradient(
      180deg,
      rgba(98, 48, 185, 1) 0%,
      rgba(66, 28, 145, 1) 52%,
      rgba(38, 14, 90, 1) 100%
    ) !important;

  border-color: rgba(255, 215, 110, 0.46) !important;

  box-shadow:
    0 9px 20px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -10px 16px rgba(0, 0, 0, 0.24) !important;

  filter: none !important;
}

/* =========================
   CARD PRECIO CENTRADO
   ========================= */

.vth-product-actions {
  width: 100% !important;
  margin-top: auto !important;
}

.vth-product-action-row {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  grid-template-areas:
    "price price"
    "info buy" !important;
  gap: 10px !important;
  align-items: end !important;
  width: 100% !important;
}

.vth-product-buy-wrap {
  display: contents !important;
}

.vth-product-buy-wrap .vth-package-actions {
  display: contents !important;
}

.vth-product-buy-wrap .vth-package-price-wrap {
  grid-area: price !important;

  width: 100% !important;
  min-height: 30px !important;
  margin: 0 0 2px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.vth-product-buy-wrap .vth-package-price,
.vth-product-buy-wrap .vth-package-price strong {
  width: 100% !important;
  margin: 0 !important;

  color: #ffd76e !important;
  font-size: 18px !important;
  font-weight: 1000 !important;
  line-height: 1.1 !important;
  text-align: center !important;

  text-shadow:
    0 0 8px rgba(255, 215, 110, 0.22),
    0 0 14px rgba(116, 43, 255, 0.12) !important;
}

.vth-product-info-button {
  grid-area: info !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
}

.vth-product-buy-wrap .vth-package-buttons {
  grid-area: buy !important;

  width: 100% !important;
  min-width: 0 !important;

  display: flex !important;
  align-items: stretch !important;
}

.vth-product-buy-wrap .vth-package-add,
.vth-product-buy-wrap .vth-package-button,
.vth-product-buy-wrap .add,
.vth-product-buy-wrap .subscribe,
.vth-product-buy-wrap .open-basket-cta.vth-package-added {
  width: 100% !important;
  margin: 0 !important;
}
/* =========================
   CATEGORY HEADER CLEAN
   ========================= */

.vth-category-header {
  position: relative !important;
  overflow: visible !important;

  width: 100% !important;
  margin: 0 0 34px !important;
  padding: 0 0 18px !important;

  border: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
  box-shadow: none !important;

  text-align: center !important;
}

.vth-category-header::before {
  display: none !important;
  content: none !important;
}

.vth-category-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;

  width: 150px;
  height: 3px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(150, 64, 255, 0.95),
      rgba(218, 184, 255, 1),
      rgba(255, 211, 106, 0.85),
      rgba(218, 184, 255, 1),
      rgba(150, 64, 255, 0.95),
      transparent
    );

  transform: translateX(-50%);

  box-shadow:
    0 0 12px rgba(190, 132, 255, 0.42),
    0 0 24px rgba(125, 44, 255, 0.28);
}

.vth-category-kicker {
  position: relative !important;
  z-index: 2 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;

  margin: 0 0 8px !important;

  color: #ffd36a !important;
  font-size: 12px !important;
  font-weight: 1000 !important;
  letter-spacing: 0.22em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;

  text-shadow:
    0 0 8px rgba(255, 211, 106, 0.32),
    0 0 16px rgba(255, 211, 106, 0.18) !important;
}

.vth-category-kicker::before,
.vth-category-kicker::after {
  content: "";
  display: block;

  width: 44px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 211, 106, 0.75),
      transparent
    );
}

.vth-category-header h1 {
  position: relative !important;
  z-index: 2 !important;

  margin: 0 !important;

  color: #ffffff !important;
  font-size: clamp(34px, 3.3vw, 48px) !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  text-align: center !important;

  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.22),
    0 0 18px rgba(218, 184, 255, 0.30),
    0 0 30px rgba(125, 44, 255, 0.22) !important;
}

.vth-category-header h1::after {
  display: none !important;
  content: none !important;
}

.vth-category-description {
  max-width: 720px !important;
  margin: 14px auto 0 !important;

  color: rgba(244, 234, 255, 0.70) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

.vth-category-description:empty {
  display: none !important;
}

/* =========================
   CATEGORY GRID CENTER
   ========================= */

.vth-category-main {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.vth-category-header {
  width: 100% !important;
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.vth-category-products {
  width: 100% !important;
  max-width: 860px !important;

  display: grid !important;
  grid-template-columns: repeat(3, 250px) !important;
  gap: 28px !important;

  justify-content: center !important;
  justify-items: center !important;
  align-items: stretch !important;

  margin-left: auto !important;
  margin-right: auto !important;
}

.page-category .vth-products-track {
  width: 100% !important;
  max-width: 860px !important;

  display: grid !important;
  grid-template-columns: repeat(3, 250px) !important;
  gap: 28px !important;

  justify-content: center !important;
  justify-items: center !important;
  align-items: stretch !important;

  margin-left: auto !important;
  margin-right: auto !important;
}

.vth-category-products .vth-product-card,
.page-category .vth-products-track .vth-product-card {
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;
}

/* =========================
   CATEGORY GRID RESPONSIVE
   ========================= */

@media (max-width: 1180px) {
  .vth-category-header,
  .vth-category-products,
  .page-category .vth-products-track {
    max-width: 780px !important;
  }

  .vth-category-products,
  .page-category .vth-products-track {
    grid-template-columns: repeat(3, 230px) !important;
    gap: 24px !important;
  }

  .vth-category-products .vth-product-card,
  .page-category .vth-products-track .vth-product-card {
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
  }
}

@media (max-width: 980px) {
  .vth-category-layout {
    grid-template-columns: 1fr !important;
  }

  .vth-category-sidebar {
    order: 2 !important;
  }

  .vth-category-main {
    order: 1 !important;
  }

  .vth-category-header,
  .vth-category-products,
  .page-category .vth-products-track {
    max-width: 560px !important;
  }

  .vth-category-products,
  .page-category .vth-products-track {
    grid-template-columns: repeat(2, 250px) !important;
    gap: 24px !important;
  }

  .vth-category-products .vth-product-card,
  .page-category .vth-products-track .vth-product-card {
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
  }
}

@media (max-width: 580px) {
  .vth-category-header,
  .vth-category-products,
  .page-category .vth-products-track {
    max-width: 260px !important;
  }

  .vth-category-products,
  .page-category .vth-products-track {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .vth-category-products .vth-product-card,
  .page-category .vth-products-track .vth-product-card {
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
  }
}

/* =========================
   CATEGORY SPACING
   ========================= */

.vth-category-layout,
.vth-category-layout.vth-category-has-sidebar {
  margin-top: -16px !important;
}

.page-category .site-content {
  margin-top: -16px !important;
}

.vth-category-header {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

.vth-category-sidebar,
.vth-category-main {
  padding-top: 0 !important;
}

/* =========================
   TIERED CATEGORY
   ========================= */

.vth-tiered-layout {
  margin-top: 18px !important;
}

.vth-tiered-main {
  width: 100% !important;
  min-width: 0 !important;
}

.vth-tiered-products {
  width: 100%;
  max-width: 900px;

  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;

  margin-left: auto;
  margin-right: auto;
}

.vth-tiered-card {
  position: relative;
  overflow: hidden;

  display: grid !important;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;

  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 300px !important;

  margin: 0 !important;
  padding: 20px !important;

  border: 1px solid rgba(177, 122, 255, 0.36);
  border-radius: 24px;

  background:
    radial-gradient(circle at 12% 0%, rgba(214, 178, 255, 0.15), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(116, 43, 255, 0.13), transparent 40%),
    linear-gradient(180deg, rgba(29, 15, 46, 0.94), rgba(8, 4, 16, 0.99));

  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.54),
    0 0 28px rgba(116, 43, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -18px 30px rgba(0, 0, 0, 0.26);

  box-sizing: border-box;
}

.vth-tiered-card::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;

  height: 44%;
  border-radius: 23px 23px 60px 60px;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.016),
      transparent
    );

  pointer-events: none;
}

.vth-tiered-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;

  height: 2px;
  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(142, 74, 255, 0.76),
      rgba(220, 191, 255, 0.95),
      rgba(255, 213, 110, 0.35),
      rgba(220, 191, 255, 0.95),
      rgba(142, 74, 255, 0.76),
      transparent
    );

  box-shadow:
    0 0 18px rgba(142, 74, 255, 0.26);

  pointer-events: none;
}

.vth-tiered-subscribed {
  border-color: rgba(255, 211, 106, 0.58) !important;

  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.54),
    0 0 30px rgba(255, 211, 106, 0.14),
    0 0 34px rgba(116, 43, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -18px 30px rgba(0, 0, 0, 0.26) !important;
}

.vth-tiered-status {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 26px;
  padding: 0 12px;

  border: 1px solid rgba(255, 211, 106, 0.42);
  border-radius: 999px;

  background:
    linear-gradient(180deg, rgba(255, 211, 106, 0.96), rgba(177, 104, 28, 0.96));

  color: #18091f;
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  box-shadow:
    0 0 14px rgba(255, 211, 106, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}


/* =========================
   TIERED IMAGE
   ========================= */

.vth-tiered-image-wrap {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 260px;

  border: 1px solid rgba(177, 122, 255, 0.22);
  border-radius: 20px;

  background:
    radial-gradient(circle at 50% 0%, rgba(116, 43, 255, 0.24), transparent 44%),
    radial-gradient(circle at 50% 100%, rgba(255, 211, 106, 0.04), transparent 42%),
    linear-gradient(180deg, rgba(11, 6, 20, 0.86), rgba(3, 2, 7, 0.94));

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -16px 24px rgba(0, 0, 0, 0.26);

  overflow: hidden;
}

.vth-tiered-image {
  position: relative;
  z-index: 2;

  display: block;

  width: auto !important;
  height: auto !important;
  max-width: 90% !important;
  max-height: 230px !important;

  object-fit: contain !important;

  filter:
    drop-shadow(0 0 14px rgba(116, 43, 255, 0.26))
    drop-shadow(0 0 28px rgba(0, 0, 0, 0.38));
}

.vth-tiered-image-default {
  width: 100%;
  height: 220px;

  border-radius: 16px;

  background:
    radial-gradient(circle, rgba(125, 44, 255, 0.20), transparent 56%),
    linear-gradient(180deg, rgba(24, 13, 38, 0.86), rgba(7, 5, 12, 0.96));
}


/* =========================
   TIERED BODY
   ========================= */

.vth-tiered-body {
  position: relative;
  z-index: 2;

  min-width: 0;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vth-tiered-title {
  margin: 0 0 12px !important;

  color: #ffffff !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 1000 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
  text-align: left !important;

  text-shadow:
    0 0 14px rgba(218, 184, 255, 0.30),
    0 0 28px rgba(125, 44, 255, 0.20) !important;
}

.vth-tiered-countdown {
  display: inline-flex !important;
  vertical-align: middle;

  min-height: 24px;
  margin-left: 8px !important;
  padding: 0 10px !important;

  border: 1px solid rgba(255, 211, 106, 0.26);
  border-radius: 999px;

  background: rgba(255, 211, 106, 0.10);
  color: #ffd36a !important;

  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.vth-tiered-divider {
  width: 180px;
  height: 2px;
  margin: 0 0 18px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      rgba(125, 44, 255, 0.86),
      rgba(218, 184, 255, 0.92),
      rgba(255, 211, 106, 0.42),
      rgba(218, 184, 255, 0.92),
      rgba(125, 44, 255, 0.86)
    );

  box-shadow:
    0 0 12px rgba(168, 117, 255, 0.22);
}

.vth-tiered-description {
  width: 100%;
  max-height: 180px;
  margin: 0 0 18px;

  overflow: hidden;

  color: rgba(244, 234, 255, 0.78);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.vth-tiered-description p {
  margin: 0 0 10px;
}

.vth-tiered-description p:last-child {
  margin-bottom: 0;
}

.vth-tiered-description h1,
.vth-tiered-description h2,
.vth-tiered-description h3 {
  margin: 0 0 10px;

  color: #c77dff !important;
  font-weight: 1000 !important;
  line-height: 1.15 !important;
}

.vth-tiered-description strong {
  color: #ffffff !important;
  font-weight: 1000 !important;
}

.vth-tiered-actions {
  width: 100%;
  margin-top: auto;
}


/* =========================
   TIERED ACTIONS
   ========================= */

.vth-tiered-actions .actions,
.vth-tiered-actions form,
.vth-tiered-actions .tiered-actions {
  width: 100% !important;

  display: flex !important;
  flex-wrap: wrap;
  gap: 10px !important;
  align-items: center;
}

.vth-tiered-actions a,
.vth-tiered-actions button,
.vth-tiered-actions .btn-primary,
.vth-tiered-actions .btn-secondary,
.vth-tiered-actions .btn-tertiary {
  min-height: 42px !important;
  padding: 0 16px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 13px !important;

  font-size: 12px !important;
  font-weight: 1000 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  cursor: pointer !important;
}

.vth-tiered-actions .btn-primary,
.vth-tiered-actions button[type="submit"],
.vth-tiered-actions .add,
.vth-tiered-actions .upgrade {
  border: 1px solid rgba(184, 124, 255, 0.55) !important;

  background:
    linear-gradient(
      180deg,
      rgba(86, 42, 170, 0.98) 0%,
      rgba(58, 25, 122, 0.98) 52%,
      rgba(36, 13, 78, 1) 100%
    ) !important;

  color: #ffffff !important;

  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    inset 0 -10px 16px rgba(0, 0, 0, 0.22) !important;
}

.vth-tiered-actions .btn-secondary,
.vth-tiered-actions .remove,
.vth-tiered-actions .cancel {
  border: 1px solid rgba(190, 132, 255, 0.28) !important;

  background:
    linear-gradient(180deg, rgba(34, 10, 62, 0.86), rgba(12, 1, 22, 0.94)) !important;

  color: #f4eaff !important;
}


/* =========================
   TIERED RESPONSIVE
   ========================= */

@media (max-width: 1180px) {
  .vth-tiered-products {
    max-width: 780px;
  }

  .vth-tiered-card {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .vth-tiered-image-wrap {
    min-height: 230px;
  }

  .vth-tiered-image {
    max-height: 205px !important;
  }
}

@media (max-width: 900px) {
  .vth-tiered-products {
    max-width: 560px;
  }

  .vth-tiered-card {
    grid-template-columns: 1fr;
    padding: 18px !important;
  }

  .vth-tiered-image-wrap {
    min-height: 220px;
  }

  .vth-tiered-body {
    align-items: center;
    text-align: center;
  }

  .vth-tiered-title {
    text-align: center !important;
  }

  .vth-tiered-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .vth-tiered-actions .actions,
  .vth-tiered-actions form,
  .vth-tiered-actions .tiered-actions {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .vth-tiered-products {
    max-width: 260px;
  }

  .vth-tiered-card {
    padding: 14px !important;
  }

  .vth-tiered-image-wrap {
    min-height: 190px;
  }

  .vth-tiered-image {
    max-height: 170px !important;
  }

  .vth-tiered-title {
    font-size: 26px !important;
  }
}

/* =========================
   PAGOS RECIENTES SOLO CABEZAS
   5 por fila, máximo 15 desde Twig
   ========================= */

.vth-recent-payments .vth-widget-content {
  padding-top: 4px !important;
}

.vth-purchases {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 10px !important;

  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vth-purchase {
  position: relative !important;

  width: 100% !important;
  aspect-ratio: 1 / 1 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;

  background: transparent !important;
  box-shadow: none !important;

  overflow: visible !important;
}

.vth-payment-avatar {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;

  display: block !important;

  border: 0 !important;
  border-radius: 8px !important;

  background: transparent !important;
  box-shadow:
    0 0 10px rgba(168, 85, 247, 0.28),
    0 0 18px rgba(125, 44, 255, 0.16) !important;

  image-rendering: pixelated;
  object-fit: cover;

  transition:
    transform 160ms ease,
    filter 160ms ease,
    box-shadow 160ms ease;
}

.vth-payment-avatar:hover {
  transform: translateY(-3px) scale(1.08);
  filter: brightness(1.12);

  box-shadow:
    0 0 14px rgba(218, 184, 255, 0.42),
    0 0 24px rgba(125, 44, 255, 0.26) !important;
}

/* Oculta cualquier texto viejo si el theme lo inyecta */
.vth-recent-payments .vth-payment-info,
.vth-recent-payments .vth-payment-name,
.vth-recent-payments .vth-payment-detail,
.vth-recent-payments .vth-payment-time,
.vth-recent-payments .info,
.vth-recent-payments .username {
  display: none !important;
}


/* =========================
   TOP DONADOR
   Cuadro grande, imagen más chica y más abajo
   ========================= */

.vth-donor-avatar,
.vth-top-donor .avatar,
.widget-top-donator .avatar,
.vth-widget .vth-donor-avatar {1
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  object-fit: cover !important;
  object-position: center -12% !important;
  border: 1px solid rgba(190, 132, 255, 0.24) !important;
  border-radius: 12px !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(218, 184, 255, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(16, 7, 28, 0.75), rgba(7, 3, 14, 0.90)) !important;
  box-shadow:
    0 0 10px rgba(168, 85, 247, 0.20),
    0 0 18px rgba(125, 44, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  image-rendering: pixelated;
}