/* ============================================================
   PÁGINAS DE PRODUCTO — ARMS Music
============================================================ */

/* ── Espaciado ──────────────────────────────────────────────── */
.pt-producto   { padding-top: 7rem; }
.pb-producto   { padding-bottom: 4rem; }
.py-producto-sm{ padding-top: 2.5rem; padding-bottom: 2.5rem; }

@media (max-width: 991.98px) {
  .pt-producto { padding-top: 6rem; }
}

/* ── Breadcrumb ─────────────────────────────────────────────── */
.breadcrumb-arms {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 0.35rem; list-style: none; padding: 0; margin: 0;
  font-size: 0.82rem;
}
.breadcrumb-arms li { display: flex; align-items: center; gap: 0.35rem; }
.breadcrumb-arms a  { color: rgba(255,255,255,0.45); text-decoration: none; transition: color .15s ease; }
.breadcrumb-arms a:hover { color: #fff; }
.breadcrumb-arms span { color: rgba(255,255,255,0.2); font-size: 0.75rem; }
.breadcrumb-arms li:last-child { color: rgba(255,255,255,0.75); font-weight: 500; }

/* ── Imagen principal ───────────────────────────────────────── */
.producto-imagen-wrap {
  border-radius: 1.25rem;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
  position: relative;
}
.producto-imagen-wrap svg {
  width: 55% !important;
  height: 55% !important;
  opacity: 0.92;
}
.producto-imagen-wrap::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.25) 100%);
  border-radius: inherit;
  pointer-events: none;
}

/* ── Info del producto ──────────────────────────────────────── */
.producto-nombre {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 0.35rem;
  line-height: 1.2;
}
.producto-subtitulo {
  color: rgba(255,255,255,0.45);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* ── Precio ─────────────────────────────────────────────────── */
.producto-precio-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.producto-precio-actual {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
}
.producto-precio-original {
  font-size: 1rem;
  color: rgba(255,255,255,0.35);
  text-decoration: line-through;
}
.badge-discount-lg {
  display: inline-block;
  background: rgba(239,68,68,0.15);
  color: #f87171;
  border: 1px solid rgba(239,68,68,0.25);
  border-radius: 2rem;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.35rem 0.9rem;
}

/* ── Label variante ─────────────────────────────────────────── */
.producto-label-variante {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 0.6rem;
}

/* ── Botones de acción ──────────────────────────────────────── */
.producto-acciones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.btn-agregar-lg {
  flex: 1;
  min-width: 160px;
  padding: 0.85rem 1.5rem !important;
  font-size: 1rem !important;
  border-radius: 0.875rem !important;
}
.btn-whatsapp-producto {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.25rem;
  background: #25D366;
  color: #fff;
  border-radius: 0.875rem;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 4px 16px rgba(37,211,102,0.3);
  flex: 1;
  min-width: 160px;
  justify-content: center;
}
.btn-whatsapp-producto:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37,211,102,0.45);
}

/* ── Chips de garantía ──────────────────────────────────────── */
.producto-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 2rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}
.chip-icon { color: var(--arms-purple); font-size: 0.75rem; }

/* ── Descripción ────────────────────────────────────────────── */
.producto-descripcion-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 1rem;
  padding: 1.75rem;
}
.producto-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.producto-descripcion-texto {
  color: rgba(255,255,255,0.65);
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0;
}

/* ── Botón volver ───────────────────────────────────────────── */
.btn-volver {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 0;
  transition: color .15s ease;
}
.btn-volver:hover { color: #fff; }
.btn-volver svg   { transition: transform .15s ease; }
.btn-volver:hover svg { transform: translateX(-3px); }

/* ── Mobile adjustments ─────────────────────────────────────── */
@media (max-width: 767.98px) {
  .producto-imagen-wrap { aspect-ratio: 1/1; border-radius: 1rem; }
  .producto-nombre { font-size: 1.5rem; }
  .producto-precio-actual { font-size: 1.6rem; }
  .btn-agregar-lg, .btn-whatsapp-producto { flex: 1 1 100%; }
}
