/** Shopify CDN: Minification failed

Line 86:0 Unexpected "}"

**/
/* =========================================================
   JERSEY LEGENDARIA
   Home premium retro football
   ========================================================= */

.jl-shell {
  --jl-bg: #0b0b0c;
  --jl-surface: #141416;
  --jl-surface-2: #1b1b1e;
  --jl-text: #f5f1e8;
  --jl-muted: #aaa7a0;
  --jl-accent: #f2ad5a;

  width: 100%;
  background: var(--jl-bg);
  color: var(--jl-text);
  overflow: hidden;
}

.jl-shell,
.jl-shell * {
  box-sizing: border-box;
}

.jl-shell a {
  color: inherit;
  text-decoration: none;
}

.jl-page-width {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}


/* =========================================================
   HERO
   ========================================================= */

.jl-hero {
  position: relative;

  /* Misma relación aproximada que tu portada horizontal */
  width: 100%;
  aspect-ratio: 12 / 5;

  min-height: 0;
  max-height: none;

  display: flex;
  align-items: center;

  overflow: hidden;
  isolation: isolate;
}

.jl-hero__media,
.jl-hero__overlay {
  position: absolute;
  inset: 0;
}

.jl-hero__media {
  z-index: -3;
}

.jl-hero__image {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;

  display: block;

  transform: none;
}
}

.jl-hero__fallback {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(
      circle at 72% 28%,
      rgba(242, 173, 90, 0.18),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #25211d 0%,
      #111113 42%,
      #070708 100%
    );
}

.jl-hero__overlay {
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 6, 0.94) 0%,
      rgba(5, 5, 6, 0.72) 42%,
      rgba(5, 5, 6, 0.18) 72%,
      rgba(5, 5, 6, 0.3) 100%
    ),
    linear-gradient(
      0deg,
      rgba(5, 5, 6, 0.9) 0%,
      transparent 55%
    );
}

.jl-hero__content {
  padding-top: 150px;
  padding-bottom: clamp(80px, 10vw, 140px);
}

.jl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  margin-bottom: 24px;

  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;

  background: rgba(10,10,11,.3);
  backdrop-filter: blur(8px);

  color: rgba(255,255,255,.8);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.jl-eyebrow__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--jl-accent);

  box-shadow:
    0 0 10px var(--jl-accent),
    0 0 26px rgba(242,173,90,.7);
}

.jl-hero__heading {
  max-width: 850px;
  margin: 0;

  color: #fff;
  font-size: clamp(48px, 7vw, 100px);
  line-height: .93;
  letter-spacing: -.055em;
  font-weight: 750;
  text-wrap: balance;
}

.jl-hero__text {
  max-width: 580px;
  margin-top: 28px;

  color: rgba(255,255,255,.72);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.6;
}

.jl-hero__text p {
  margin: 0;
}

.jl-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.jl-btn {
  min-height: 54px;
  padding: 0 25px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  border-radius: 999px;

  font-size: 13px;
  font-weight: 750;
  letter-spacing: .04em;

  transition:
    transform .25s ease,
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease;
}

.jl-btn:hover {
  transform: translateY(-2px);
}

.jl-btn--primary {
  color: #111 !important;
  background: var(--jl-accent);

  box-shadow:
    0 0 0 1px rgba(255,255,255,.05),
    0 10px 35px rgba(242,173,90,.16);
}

.jl-btn--primary:hover {
  background: #ffc776;
}

.jl-btn--secondary {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}

.jl-btn--secondary:hover {
  background: rgba(255,255,255,.1);
}

.jl-btn--outline {
  border: 1px solid rgba(255,255,255,.18);
  background: transparent;
}

.jl-btn--outline:hover {
  border-color: var(--jl-accent);
  color: var(--jl-accent);
}

.jl-hero__scroll {
  position: absolute;
  right: 38px;
  bottom: 42px;

  display: flex;
  align-items: center;
  gap: 11px;

  color: rgba(255,255,255,.45);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;

  transform: rotate(-90deg);
  transform-origin: right center;
}

.jl-hero__scroll span {
  width: 42px;
  height: 1px;
  background: rgba(255,255,255,.35);
}


/* =========================================================
   TRUST BAR
   ========================================================= */

.jl-trust {
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.jl-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.jl-trust__item {
  min-height: 135px;
  padding: 28px 34px;

  display: flex;
  align-items: center;
  gap: 22px;

  border-right: 1px solid rgba(255,255,255,.08);
}

.jl-trust__item:last-child {
  border-right: 0;
}

.jl-trust__number {
  color: var(--jl-accent);
  font-size: 11px;
  letter-spacing: .16em;
}

.jl-trust__item strong {
  display: block;
  margin-bottom: 7px;

  color: var(--jl-text);
  font-size: 14px;
  font-weight: 700;
}

.jl-trust__item p {
  margin: 0;
  color: var(--jl-muted);
  font-size: 12px;
  line-height: 1.5;
}


/* =========================================================
   GENERAL SECTION
   ========================================================= */

.jl-section {
  padding: clamp(80px, 9vw, 140px) 0;
}

.jl-section-heading {
  margin-bottom: 40px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.jl-section-heading__eyebrow {
  margin: 0 0 13px;

  color: var(--jl-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
}

.jl-section-heading h2,
.jl-story__content h2,
.jl-newsletter h2 {
  margin: 0;

  color: var(--jl-text);
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
}

.jl-text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;

  padding-bottom: 4px;

  color: var(--jl-muted) !important;
  border-bottom: 1px solid rgba(255,255,255,.16);

  font-size: 12px;
  font-weight: 650;

  transition:
    color .2s ease,
    border-color .2s ease;
}

.jl-text-link:hover {
  color: var(--jl-accent) !important;
  border-color: var(--jl-accent);
}


/* =========================================================
   CATEGORIES
   ========================================================= */

.jl-categories {
  background:
    radial-gradient(
      circle at top right,
      rgba(242,173,90,.05),
      transparent 35%
    ),
    var(--jl-bg);
}

.jl-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.jl-category {
  position: relative;
  min-height: 530px;

  display: flex;
  align-items: flex-end;

  overflow: hidden;
  border-radius: 22px;

  background: var(--jl-surface);
  border: 1px solid rgba(255,255,255,.075);
}

.jl-category__media,
.jl-category__gradient {
  position: absolute;
  inset: 0;
}

.jl-category__image {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: cover;

  transition: transform .7s cubic-bezier(.2,.8,.2,1);
}


.jl-category__placeholder {
  width: 100%;
  height: 100%;

  display: grid;
  place-items: center;

  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(242,173,90,.16),
      transparent 38%
    ),
    #171719;

  color: rgba(255,255,255,.12);
  font-size: 80px;
  font-weight: 800;
}

.jl-category__gradient {
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.02) 25%,
      rgba(0,0,0,.88) 100%
    );
}

.jl-category__content {
  position: relative;
  z-index: 2;

  width: 100%;
  padding: 30px;
}

.jl-category__kicker {
  display: block;
  margin-bottom: 8px;

  color: var(--jl-accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .19em;
}

.jl-category__content h3 {
  margin: 0 0 20px;

  color: #fff;
  font-size: clamp(27px, 3vw, 40px);
  letter-spacing: -.04em;
}

.jl-category__action {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-top: 18px;

  color: rgba(255,255,255,.68);
  border-top: 1px solid rgba(255,255,255,.16);

  font-size: 11px;
  letter-spacing: .06em;
}


/* =========================================================
   PRODUCT GRID
   ========================================================= */

.jl-products {
  background: #0d0d0f;
}

.jl-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 14px;
}

.jl-product-card {
  min-width: 0;
}

.jl-product-card__media {
  position: relative;

  aspect-ratio: 4 / 5;

  display: block;
  overflow: hidden;

  background: var(--jl-surface);
  border-radius: 16px;
}

.jl-product-card__image {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: cover;

  transition: transform .6s cubic-bezier(.2,.75,.2,1);
}

.jl-product-card:hover .jl-product-card__image {
  transform: scale(1.035);
}

.jl-product-card__placeholder {
  width: 100%;
  height: 100%;

  display: grid;
  place-items: center;

  padding: 40px;

  color: rgba(255,255,255,.18);
  text-align: center;
}

.jl-product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;

  padding: 8px 11px;

  border-radius: 999px;

  background: #111;
  color: #fff;

  font-size: 9px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.jl-product-card__badge--sale {
  color: #111;
  background: var(--jl-accent);
}

.jl-product-card__view {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;

  min-height: 48px;
  padding: 0 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-radius: 999px;

  background: rgba(15,15,16,.88);
  backdrop-filter: blur(10px);

  color: #fff;

  font-size: 11px;
  font-weight: 700;

  opacity: 0;
  transform: translateY(8px);

  transition:
    opacity .25s ease,
    transform .25s ease;
}

.jl-product-card:hover .jl-product-card__view {
  opacity: 1;
  transform: translateY(0);
}

.jl-product-card__info {
  padding: 17px 4px 0;

  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.jl-product-card__vendor {
  margin: 0 0 5px;

  color: var(--jl-accent);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jl-product-card__info h3 {
  margin: 0;

  color: var(--jl-text);
  font-size: 14px;
  font-weight: 620;
  line-height: 1.4;
}

.jl-product-card__info h3 a:hover {
  color: var(--jl-accent);
}

.jl-product-card__price {
  flex-shrink: 0;
  text-align: right;
}

.jl-product-card__price strong {
  display: block;

  color: var(--jl-text);
  font-size: 13px;
  white-space: nowrap;
}

.jl-product-card__price s {
  display: block;
  margin-top: 3px;

  color: #6e6e72;
  font-size: 11px;
}

.jl-product-card__from {
  color: var(--jl-muted);
  font-size: 9px;
}

.jl-products__footer {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.jl-empty-state {
  min-height: 300px;

  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;

  padding: 40px;

  border: 1px dashed rgba(255,255,255,.14);
  border-radius: 20px;

  text-align: center;
}

.jl-empty-state span {
  font-size: 30px;
}

.jl-empty-state h3 {
  margin: 5px 0 0;
  font-size: 25px;
}

.jl-empty-state p {
  max-width: 430px;
  margin: 0;
  color: var(--jl-muted);
}


/* =========================================================
   STORY
   ========================================================= */

.jl-story {
  background:
    radial-gradient(
      circle at 20% 50%,
      rgba(242,173,90,.06),
      transparent 30%
    ),
    var(--jl-bg);
}

.jl-story__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(50px, 8vw, 120px);
  align-items: center;
}

.jl-story__media {
  position: relative;

  min-height: 650px;

  overflow: hidden;
  border-radius: 24px;

  background: var(--jl-surface);
}

.jl-story__image {
  width: 100%;
  height: 100%;

  position: absolute;
  inset: 0;

  display: block;
  object-fit: cover;
}

.jl-story__media::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 40%,
      rgba(0,0,0,.5)
    );
}

.jl-story__placeholder {
  width: 100%;
  min-height: 650px;

  display: grid;
  place-items: center;

  color: rgba(255,255,255,.12);
  font-size: 100px;
  font-weight: 800;
}

.jl-story__stamp {
  position: absolute;
  z-index: 2;
  left: 26px;
  bottom: 26px;

  padding: 16px 19px;

  border: 1px solid rgba(255,255,255,.28);
  border-radius: 12px;

  background: rgba(10,10,11,.5);
  backdrop-filter: blur(10px);
}

.jl-story__stamp span,
.jl-story__stamp strong {
  display: block;
}

.jl-story__stamp span {
  color: var(--jl-accent);
  font-size: 8px;
  letter-spacing: .24em;
}

.jl-story__stamp strong {
  margin-top: 2px;

  color: #fff;
  font-size: 13px;
  letter-spacing: .07em;
}

.jl-story__content {
  max-width: 530px;
}

.jl-story__text {
  margin-top: 30px;

  color: var(--jl-muted);
  font-size: 16px;
  line-height: 1.8;
}

.jl-story__text p {
  margin: 0;
}

.jl-story__quote {
  margin: 33px 0;

  padding: 20px 0 20px 24px;

  border-left: 1px solid var(--jl-accent);

  color: var(--jl-text);
  font-size: 18px;
  line-height: 1.6;
}


/* =========================================================
   NEWSLETTER
   ========================================================= */

.jl-newsletter {
  padding: clamp(65px, 8vw, 110px) 0;

  background: var(--jl-accent);
  color: #101011;
}

.jl-newsletter__inner {
  display: grid;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  gap: 70px;
}

.jl-newsletter .jl-section-heading__eyebrow {
  color: rgba(0,0,0,.55);
}

.jl-newsletter h2 {
  max-width: 680px;
  color: #101011;
}

.jl-newsletter__text {
  max-width: 580px;

  margin: 19px 0 0;

  color: rgba(0,0,0,.62);
  font-size: 14px;
  line-height: 1.7;
}

.jl-newsletter__input-wrap {
  min-height: 62px;

  display: flex;
  align-items: center;

  padding: 6px;

  border: 1px solid rgba(0,0,0,.2);
  border-radius: 999px;

  background: rgba(255,255,255,.25);
}

.jl-newsletter__input-wrap input {
  min-width: 0;
  flex: 1;

  padding: 0 18px;

  border: 0;
  outline: 0;

  background: transparent;
  color: #111;

  font: inherit;
  font-size: 13px;
}

.jl-newsletter__input-wrap input::placeholder {
  color: rgba(0,0,0,.48);
}

.jl-newsletter__input-wrap button {
  min-height: 48px;
  padding: 0 22px;

  display: inline-flex;
  align-items: center;
  gap: 15px;

  border: 0;
  border-radius: 999px;

  background: #101011;
  color: #fff;

  cursor: pointer;

  font: inherit;
  font-size: 11px;
  font-weight: 700;
}

.jl-form-success,
.jl-form-error {
  margin: 12px 10px 0;
  font-size: 12px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 1050px) {

  .jl-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jl-categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jl-category:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .jl-story__grid {
    gap: 55px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 749px) {

  .jl-page-width {
    width: min(100% - 28px, 1280px);
  }

  .jl-hero {
    min-height: 720px;
  }

  .jl-hero__overlay {
    background:
      linear-gradient(
        0deg,
        rgba(4,4,5,.96) 0%,
        rgba(4,4,5,.55) 70%,
        rgba(4,4,5,.3) 100%
      );
  }

  .jl-hero__content {
    padding-bottom: 75px;
  }

  .jl-hero__heading {
    font-size: clamp(44px, 14vw, 68px);
  }

  .jl-hero__text {
    font-size: 16px;
    margin-top: 20px;
  }

  .jl-hero__buttons {
    margin-top: 28px;
  }

  .jl-btn {
    width: 100%;
  }

  .jl-hero__scroll {
    display: none;
  }


  /* Trust */

  .jl-trust__grid {
    grid-template-columns: 1fr;
  }

  .jl-trust__item {
    min-height: auto;
    padding: 23px 5px;

    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .jl-trust__item:last-child {
    border-bottom: 0;
  }


  /* Sections */

  .jl-section {
    padding: 75px 0;
  }

  .jl-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    margin-bottom: 28px;
  }

  .jl-section-heading h2,
  .jl-story__content h2,
  .jl-newsletter h2 {
    font-size: 40px;
  }
  .jl-categories {
  padding-top: 15px;
}


  /* Categories */

  .jl-categories__grid {
    grid-template-columns: 1fr;
  }

  .jl-category,
  .jl-category:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .jl-category {
    min-height: 470px;
  }


  /* Products */

  .jl-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 9px;
  }

  .jl-product-card__media {
    border-radius: 12px;
  }

  .jl-product-card__view {
    display: none;
  }

  .jl-product-card__info {
    flex-direction: column;
    gap: 7px;
    padding-top: 11px;
  }

  .jl-product-card__info h3 {
    font-size: 12px;
  }

  .jl-product-card__price {
    text-align: left;
  }


  /* Story */

  .jl-story__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .jl-story__media {
    min-height: 500px;
  }

  .jl-story__placeholder {
    min-height: 500px;
  }

  .jl-story__content {
    max-width: none;
  }


  /* Newsletter */

  .jl-newsletter__inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .jl-newsletter__input-wrap {
    min-height: 58px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 420px) {

  .jl-products__grid {
    grid-template-columns: 1fr 1fr;
  }

  .jl-product-card__info h3 {
    font-size: 11px;
  }

  .jl-newsletter__input-wrap {
    border-radius: 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .jl-newsletter__input-wrap input {
    min-height: 48px;
  }

  .jl-newsletter__input-wrap button {
    justify-content: center;
  }

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .jl-shell *,
  .jl-shell *::before,
  .jl-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

}
/* =========================================
   JERSEY LEGENDARIA - HERO MÓVIL COMPACTO
   ========================================= */

@media screen and (max-width: 749px) {

  .jl-hero {
  aspect-ratio: auto;
  min-height: 0;
  height: auto;
  align-items: flex-start;
}

  .jl-hero__image {
    width: 100%;
    height: 100%;

    object-fit: cover;

    /* Mueve el encuadre un poco arriba y hacia los jerseys */
    object-position: 75% 35%;
  }

  .jl-hero__content {
    width: calc(100% - 32px);

    padding-top: 72px;
    padding-bottom: 48px;
  }

  .jl-eyebrow {
    margin-bottom: 20px;

    padding: 8px 12px;

    font-size: 9px;
    letter-spacing: .14em;
  }

  .jl-hero__heading {
    max-width: 100%;

    font-size: clamp(40px, 12vw, 52px);
    line-height: .96;
  }

  .jl-hero__text {
    margin-top: 22px;

    font-size: 16px;
    line-height: 1.55;
  }

  .jl-hero__buttons {
    margin-top: 28px;
  }

}
/* ESPACIOS ENTRE SECCIONES EN MÓVIL */
@media screen and (max-width: 749px) {
  .jl-categories {
    padding-top: 38px;
    padding-bottom: 32px;
  }

  .jl-products {
    padding-top: 38px;
  }
}
@media screen and (min-width: 990px) {
  .jl-categories.jl-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .jl-products.jl-section {
    padding-top: 40px !important;
  }
}
/* JL - Reduce espacio entre productos e historia en móvil */
@media screen and (max-width: 749px) {
  .jl-products {
    padding-bottom: 24px !important;
  }

  .jl-story {
    padding-top: 24px !important;
  }
}
/* EFECTO HOVER - TARJETAS DE COLECCIONES */
@media (hover: hover) and (pointer: fine) {

  .jl-category {
    cursor: pointer;
    transition:
      transform .35s ease,
      border-color .35s ease,
      box-shadow .35s ease;
  }

  .jl-category__image {
    transition:
      transform .7s cubic-bezier(.2, .8, .2, 1),
      filter .35s ease;
  }

  .jl-category:hover {
    transform: translateY(-6px);
    border-color: rgba(232, 172, 91, .42);
    box-shadow:
      0 22px 45px rgba(0, 0, 0, .45),
      0 0 0 1px rgba(232, 172, 91, .10);
  }

  .jl-category:hover .jl-category__image {
    transform: scale(1.055);
    filter: brightness(1.12);
  }

  .jl-category:hover .jl-category__action {
    color: #E8AC5B;
    border-color: rgba(232, 172, 91, .45);
  }
}
/* Reduce espacio entre Lo más vendido e Historia */
@media screen and (min-width: 750px) {
  .jl-shell .jl-products {
    padding-bottom: 20px !important;
  }

  .jl-shell .jl-story {
    padding-top: 20px !important;
  }
}