.elementor-kit-6{--e-global-color-primary:#CE1126;--e-global-color-secondary:#0D0D0D;--e-global-color-text:#F5F5F5;--e-global-color-accent:#7A0000;--e-global-color-8cacea4:#CE1126;--e-global-color-0481dbe:#000000;--e-global-color-55828d3:#1C1C1C;--e-global-color-f9ede71:#FFFFFF;--e-global-typography-primary-font-family:"Anton";--e-global-typography-primary-font-size:52px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-759695c-font-family:"Bebas Neue";--e-global-typography-759695c-font-weight:600;--e-global-typography-759695c-text-transform:uppercase;--e-global-typography-2110ac4-font-family:"Bebas Neue";--e-global-typography-2110ac4-font-weight:600;--e-global-typography-2110ac4-text-transform:uppercase;--e-global-typography-b323c4b-font-family:"Bebas Neue";--e-global-typography-b323c4b-font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:42px;--e-global-typography-text-font-size:16px;--e-global-typography-759695c-font-size:42px;--e-global-typography-2110ac4-font-size:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-line-height:0.9em;--e-global-typography-primary-letter-spacing:-1px;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-line-height:1.2em;--e-global-typography-759695c-font-size:34px;--e-global-typography-759695c-line-height:1.1em;--e-global-typography-759695c-letter-spacing:1.5px;--e-global-typography-2110ac4-font-size:34px;--e-global-typography-2110ac4-line-height:1.1em;--e-global-typography-2110ac4-letter-spacing:1.5px;--e-global-typography-b323c4b-font-size:26px;--e-global-typography-b323c4b-line-height:1.1em;--e-global-typography-b323c4b-letter-spacing:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */}/* ====== Mario Jordan's — Estilo tienda ====== */

/* Fondo y respiración de la sección */
.mj-store {
  background:#000;
  padding:60px 0;
}

/* Card de producto */
.mj-store ul.products li.product,
.mj-store .woocommerce ul.products li.product {
  background:#111;
  border-radius:14px;
  box-shadow:0 0 20px rgba(206,17,38,.30);
  padding:16px;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease;
}

/* Hover de la card */
.mj-store ul.products li.product:hover {
  transform:translateY(-4px) scale(1.02);
  box-shadow:0 0 28px rgba(206,17,38,.50);
}

/* Imagen */
.mj-store ul.products li.product a img {
  width:100%;
  aspect-ratio: 1 / 1;        /* cuadrada, queda pareja */
  object-fit:cover;
  border-radius:12px;
}

/* Título del producto */
.mj-store .woocommerce-loop-product__title,
.mj-store ul.products li.product .woocommerce-loop-product__title a {
  color:#fff !important;
  font-weight:700;
  font-size:18px;
  line-height:1.2;
  text-align:center;
}

/* Precio */
.mj-store ul.products li.product .price {
  color:#CE1126 !important;   /* rojo Bulls */
  font-weight:600;
  text-align:center;
  display:block;
  margin-top:6px;
}

/* Botones (añadir al carrito / seleccionar opciones / ver más) */
.mj-store a.button, 
.mj-store .button, 
.mj-store .add_to_cart_button, 
.mj-store .product_type_variable, 
.mj-store .added_to_cart {
  background:#CE1126;
  color:#fff !important;
  border:1px solid #CE1126;
  border-radius:10px;
  padding:10px 22px;
  text-transform:uppercase;
  font-weight:600;
  transition:all .2s ease;
}

.mj-store a.button:hover, 
.mj-store .button:hover, 
.mj-store .add_to_cart_button:hover, 
.mj-store .product_type_variable:hover, 
.mj-store .added_to_cart:hover {
  background:#000;
  color:#fff !important;
  border-color:#CE1126;
}

/* Badge de oferta */
.mj-store .onsale {
  background:#CE1126 !important;
  color:#fff !important;
  border-radius:999px;
  left:12px !important;
  top:12px !important;
  padding:6px 10px !important;
  box-shadow:0 0 0 3px #000 inset;
  text-transform:uppercase;
  font-weight:700;
}

/* Paginación */
.mj-store .woocommerce-pagination, 
.mj-store nav.woocommerce-pagination {
  margin-top:40px;
  text-align:center;
}
.mj-store .woocommerce-pagination .page-numbers li a,
.mj-store .woocommerce-pagination .page-numbers li span {
  background:#111;
  color:#fff;
  border-radius:8px;
  border:1px solid #333;
  padding:8px 12px;
}
.mj-store .woocommerce-pagination .page-numbers li .current,
.mj-store .woocommerce-pagination .page-numbers li a:hover {
  background:#CE1126;
  border-color:#CE1126;
  color:#fff;
}

/* Responsive */
@media (max-width: 1024px){
  .mj-store { padding:40px 0; }
}
@media (max-width: 767px){
  .mj-store { padding:30px 0; }
  .mj-store .woocommerce-loop-product__title { font-size:16px; }
  .mj-store ul.products li.product { padding:14px; }
}/* --- Ajuste fondo general Tienda Mario Jordan's --- */
.mj-store,
.mj-store .elementor-container,
.mj-store .elementor-column,
.mj-store .elementor-widget-container {
  background:#000 !important;
}

/* Centrar todo el catálogo */
.mj-store ul.products {
  justify-content:center;
}

/* Corregir ancho máximo */
.mj-store ul.products li.product {
  width:240px;   /* ajusta si quieres más ancho */
  margin:20px;
}/* ====== HERO - LOS MEJORES TENIS EN GUADALAJARA ====== */
.mj-hero {
  background:#000 url('') center/cover no-repeat; /* puedes poner imagen sutil si quieres */
  padding:100px 20px;
  text-align:center;
  border-bottom:2px solid #CE1126;
}

.mj-hero h1 {
  font-family:'Bebas Neue', 'Anton', sans-serif;
  color:#CE1126;
  font-size:72px;
  letter-spacing:2px;
  margin-bottom:10px;
}

.mj-hero p {
  font-family:'Poppins', sans-serif;
  color:#fff;
  font-size:22px;
  margin:0 auto;
  max-width:600px;
  line-height:1.4;
}

.mj-hero::after {
  content:"";
  display:block;
  width:60%;
  height:2px;
  background:#CE1126;
  margin:25px auto 0;
  border-radius:5px;
}

/* Responsive */
@media(max-width:1024px){
  .mj-hero h1{font-size:52px;}
}
@media(max-width:767px){
  .mj-hero{padding:70px 15px;}
  .mj-hero h1{font-size:38px;}
  .mj-hero p{font-size:18px;}
}
/* ====== HERO - LOS MEJORES TENIS EN GUADALAJARA ====== */
.mj-hero {
  background:#000 url('') center/cover no-repeat; /* puedes poner imagen sutil si quieres */
  padding:100px 20px;
  text-align:center;
  border-bottom:2px solid #CE1126;
}

.mj-hero h1 {
  font-family:'Bebas Neue', 'Anton', sans-serif;
  color:#CE1126;
  font-size:72px;
  letter-spacing:2px;
  margin-bottom:10px;
}

.mj-hero p {
  font-family:'Poppins', sans-serif;
  color:#fff;
  font-size:22px;
  margin:0 auto;
  max-width:600px;
  line-height:1.4;
}

.mj-hero::after {
  content:"";
  display:block;
  width:60%;
  height:2px;
  background:#CE1126;
  margin:25px auto 0;
  border-radius:5px;
}

/* Responsive */
@media(max-width:1024px){
  .mj-hero h1{font-size:52px;}
}
@media(max-width:767px){
  .mj-hero{padding:70px 15px;}
  .mj-hero h1{font-size:38px;}
  .mj-hero p{font-size:18px;}
}/* ====== HERO - LOS MEJORES TENIS EN GUADALAJARA ====== */
.mj-hero {
  background:#000 url('') center/cover no-repeat; /* puedes poner imagen sutil si quieres */
  padding:100px 20px;
  text-align:center;
  border-bottom:2px solid #CE1126;
}

.mj-hero h1 {
  font-family:'Bebas Neue', 'Anton', sans-serif;
  color:#CE1126;
  font-size:72px;
  letter-spacing:2px;
  margin-bottom:10px;
}

.mj-hero p {
  font-family:'Poppins', sans-serif;
  color:#fff;
  font-size:22px;
  margin:0 auto;
  max-width:600px;
  line-height:1.4;
}

.mj-hero::after {
  content:"";
  display:block;
  width:60%;
  height:2px;
  background:#CE1126;
  margin:25px auto 0;
  border-radius:5px;
}

/* Responsive */
@media(max-width:1024px){
  .mj-hero h1{font-size:52px;}
}
@media(max-width:767px){
  .mj-hero{padding:70px 15px;}
  .mj-hero h1{font-size:38px;}
  .mj-hero p{font-size:18px;}
}/* End custom CSS */