main {
  padding: 2rem;
  background-image: url(../img/main_banners/NEW-ERA-Alebrijes_480x480.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Segoe UI', sans-serif;
}

.top-legend {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #1d231e;
  text-shadow: 1px 2px 4px rgb(8, 8, 7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Exo 2", sans-serif;
}

.top-legend {
  width: 100%;
  background-image: url('/img/top_slide_header/new-era-banner.jpg'); /* replace with your image */
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  color: white;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  padding: 3rem 1rem;
  margin: 0;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
  margin-bottom: 5%;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(440px, 2fr));
  gap: 1.2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 2rem 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid-item a {
  text-decoration: none;
  color: #333;
  font-size: 2.1rem;
  font-weight: 600;
  display: block;
  opacity: 0.7;
}

.grid-item {
  display: flex;
  justify-content: end; /* centers horizontally */
  align-items: end;     /* centers vertically */
  text-align: end;
}

.grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.grid-item:hover a {
  color: #70baef; /* accent color on hover */
  opacity: 1;
}

.grid-item {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.grid-item a {
  position: relative;
  z-index: 2;
  color: white;
  text-shadow: 1px 1px 3px black;
  font-weight: bold;
  padding: 0 1rem;
}

/* Overlay for all grid items */
.grid-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 12px;
  pointer-events: none;
}

/* Specific backgrounds per category */
.gi-first {
  background-image: url('../img/caps_main_block/exclusivos_inside/14707698_59FIFTY_COLLAB_25_OCHIAHI_NAV_F.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gi-second {
  background-image: url('../img/caps_main_block/exclusivos_inside/tom1_blue.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gi-third {
  background-image: url('../img/caps_main_block/exclusivos_inside/tom1_pink.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gi-forth {
  background-image: url('../img/caps_main_block/exclusivos_inside/60598319_59FIFTY_ALEBRIJE_PCH_SKY_CHRM_F_af53bb63-54cd-4a73-951c-2eb4a50a6841.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gi-fifth {
  background-image: url('../img/caps_main_block/exclusivos_inside/60597166_59FIFTY_MEX_QUETZAL_NE_CHRM_F.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gi-sixth {
  background-image: url('../img/caps_main_block/exclusivos_inside/60598320_59FIFTY_NEWERA_ALEBRIJE_CHRM_F.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gi-seventh {
  background-image: url('../img/caps_main_block/exclusivos_inside/60588030_9FIFTY_LifestyleEnergy_BAT_F.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gi-eight {
  background-image: url('../img/caps_main_block/exclusivos_inside/70894067_59FIFTYAF_BATMANDAY_BATMAN_BROWN_F.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gi-ninth {
  background-image: url('../img/caps_main_block/exclusivos_inside/60597695_59FIFTY_NEWERA_BEETLEJUICE_BLCK_F.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gi-tenth {
  background-image: url('../img/caps_main_block/exclusivos_inside/60746794_59FIFTY_LifestyleEnergy_THE_20JETSONS_BLK_F.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gi-eleventh {
  background-image: url('../img/caps_main_block/exclusivos_inside/60746855_59FIFTY_LifestyleEnergy_SCOOBY_20DOO_BLK_F.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gi-twelvth {
  background-image: url('../img/caps_main_block/exclusivos_inside/60751438_59FIFTY_LifestyleEnergy_THUNDERCATS_XNV_F.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

