/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 07 2026 | 15:15:52 */
.mexajuegos-tienda-detalle {
  color: #17212d;
}

.mexajuegos-tienda-detalle__hero {
  display: grid;
  grid-template-columns: 1.3fr 280px;
  gap: 28px;
  align-items: center;
  padding: 30px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid #dde6ee;
  box-shadow: 0 18px 48px rgba(17, 39, 63, 0.08);
}

.mexajuegos-tienda-detalle__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(21, 87, 214, 0.09);
  color: #0f45aa;
  font-size: 0.9rem;
  font-weight: 700;
}

.mexajuegos-tienda-detalle__title {
  margin: 0 0 10px;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.mexajuegos-tienda-detalle__subtitle {
  margin-bottom: 16px;
  color: #0f45aa;
  font-size: 1.05rem;
  font-weight: 700;
}

.mexajuegos-tienda-detalle__description {
  margin: 0 0 22px;
  color: #5c6978;
  font-size: 1.04rem;
  line-height: 1.8;
}

.mexajuegos-tienda-detalle__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mexajuegos-tienda-detalle__button,
.mexajuegos-tienda-detalle__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: background .18s ease, border-color .18s ease, filter .18s ease, color .18s ease;
}

.mexajuegos-tienda-detalle__button--primary {
  color: #ffffff !important;
  background: #E4007C;
  border: 1px solid #E4007C;
  box-shadow: 0 12px 26px rgba(228, 0, 124, 0.18);
}

.mexajuegos-tienda-detalle__button--primary:hover,
.mexajuegos-tienda-detalle__button--primary:focus,
.mexajuegos-tienda-detalle__button--primary:active,
.mexajuegos-tienda-detalle__button--primary:visited {
  color: #ffffff !important;
  background: #CF0276;
  border-color: #CF0276;
  text-decoration: none;
  filter: none;
}

.mexajuegos-tienda-detalle__button--secondary,
.mexajuegos-tienda-detalle__social {
  color: #17212d;
  background: #ffffff;
  border: 1px solid #dde6ee;
}

.mexajuegos-tienda-detalle__button--secondary:hover,
.mexajuegos-tienda-detalle__button--secondary:focus,
.mexajuegos-tienda-detalle__social:hover,
.mexajuegos-tienda-detalle__social:focus {
  color: #17212d;
  background: #f6f9fd;
  border-color: #cfdbe8;
}

.mexajuegos-tienda-detalle__hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(21, 87, 214, 0.08);
}

.mexajuegos-tienda-detalle__logo {
  display: block;
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.mexajuegos-tienda-detalle__highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.mexajuegos-tienda-detalle__highlight {
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #dde6ee;
  box-shadow: 0 10px 30px rgba(17, 39, 63, 0.05);
}

.mexajuegos-tienda-detalle__highlight-label {
  margin-bottom: 8px;
  color: #5c6978;
  font-size: 0.92rem;
  font-weight: 600;
}

.mexajuegos-tienda-detalle__highlight-value {
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 800;
  color: #17212d;
}

.mexajuegos-tienda-detalle__content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  margin-top: 30px;
}

.mexajuegos-tienda-detalle__main-column,
.mexajuegos-tienda-detalle__side-column {
  display: grid;
  gap: 24px;
}

.mexajuegos-tienda-detalle__card {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #dde6ee;
  box-shadow: 0 14px 38px rgba(17, 39, 63, 0.06);
}

.mexajuegos-tienda-detalle__card-title {
  margin: 0 0 18px;
  font-size: 1.35rem;
  line-height: 1.15;
  font-weight: 800;
}

.mexajuegos-tienda-detalle__facts {
  margin: 0;
  padding-left: 18px;
}

.mexajuegos-tienda-detalle__facts li {
  margin-bottom: 12px;
  color: #5c6978;
  line-height: 1.72;
}

.mexajuegos-tienda-detalle__facts strong {
  color: #17212d;
}

.mexajuegos-tienda-detalle__facts a,
.mexajuegos-tienda-detalle__link-inline {
  color: #0f45aa;
  text-decoration: none;
}

.mexajuegos-tienda-detalle__facts a:hover,
.mexajuegos-tienda-detalle__link-inline:hover {
  text-decoration: underline;
}

.mexajuegos-tienda-detalle__copy p {
  margin: 0 0 14px;
  color: #5c6978;
  line-height: 1.85;
}

.mexajuegos-tienda-detalle__copy p:last-child {
  margin-bottom: 0;
}

.mexajuegos-tienda-detalle__map-wrap {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #dde6ee;
  background: #edf3f8;
  margin-bottom: 14px;
}

.mexajuegos-tienda-detalle__map {
  display: block;
  width: 100%;
  height: 340px;
  border: 0;
}

.mexajuegos-tienda-detalle__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mexajuegos-tienda-detalle__muted {
  margin: 0;
  color: #5c6978;
  line-height: 1.7;
}

.mexajuegos-tienda-detalle__empty,
.mexajuegos-tienda-detalle__debug {
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid #dde6ee;
  background: #ffffff;
}

.mexajuegos-tienda-detalle__debug {
  margin-top: 12px;
  font-family: monospace;
  white-space: pre-wrap;
}

@media (max-width: 980px) {
  .mexajuegos-tienda-detalle__hero,
  .mexajuegos-tienda-detalle__content,
  .mexajuegos-tienda-detalle__highlights {
    grid-template-columns: 1fr;
  }

  .mexajuegos-tienda-detalle__hero-main {
    order: 2;
  }

  .mexajuegos-tienda-detalle__hero-logo {
    order: 1;
  }

  .mexajuegos-tienda-detalle__actions {
    justify-content: center;
  }

  .mexajuegos-tienda-detalle__hero,
  .mexajuegos-tienda-detalle__card,
  .mexajuegos-tienda-detalle__hero-logo {
    padding: 20px;
  }

  .mexajuegos-tienda-detalle__map {
    height: 280px;
  }
}
