/** Shopify CDN: Minification failed

Line 117:1 Unexpected "{"

**/
.product-item-v8 .add-to-cart,
.product-item-v8 .variant-product,
.product-item-v8 .info_bottom {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}


@media (min-width: 576px) and (max-width: 768px) {
    .product-item-v8 .add-to-cart,
    .product-item-v8 .variant-product,
    .product-item-v8 .info_bottom {
        display: block !important;
    }
}

/* Ocultar el login del header móvil */
a.tab_navar_right[href="#tab_account_mobile"] {
  display: none !important;
}




/* Ocultar ícono de cuenta del menú móvil */
.btn_account {
  display: none !important;
}


/* Ocultar botón de filtro */
a.filter {
  display: none !important;
}



/* ================================
   Estilos para la grilla de productos
   ================================ */

.product-item-v8 {
  text-align: center;
}

.product-item-v8 img {
  width: 100%;
  height: auto;
  max-width: 340px; /* tamaño base de escritorio */
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease;
  object-fit: contain;
}

/* Ajuste para mantener alineación */
.collection_prod .col-md-4,
.collection_prod .col-lg-3,
.collection_prod .col-6 {
  display: flex;
  justify-content: center;
}







/* ===================================
   AJUSTE GENERAL DE PRODUCTOS
   =================================== */

.collection_prod img,
.product-item img,
.product-item-v8 img,
.grid__item img,
.card__media img {
  width: 100% !important;
  height: auto !important;
  max-width: 380px !important; /* tamaño en escritorio */
  margin: 0 auto !important;
  display: block !important;
  object-fit: contain !important;
  transition: all 0.3s ease;
}

/* centrado del contenedor */
.collection_prod .col-md-4,
.collection_prod .col-lg-3,
.collection_prod .col-6 {
  display: flex;
  justify-content: center;
}









/* FORZAR OVERRIDE final (coloca esto AL FINAL de custom-styles.css) */
body .collection_prod img,
body .product-item img,
body .product-item-v8 img,
body .grid__item img,
body .card__media img,
body a.engoj_find_img img,
 {
  max-width: none !important;
  width: 100% !important;
  height: 500px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 8px !important;
  transition: transform .25s ease !important;
}








.product-title .product-icon,
.title-product .product-icon {
  width: 28px !important;
  height: 28px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 6px !important;
  object-fit: contain !important;
  position: relative !important;
  top: -2px !important; /* levanta un poco el icono para que no se corte */
}

/* Asegura que el contenedor no recorte el icono */
.title-product,
.product-title {
  overflow: visible !important;
  line-height: 1.4em !important;
  display: inline-flex !important;
  align-items: center !important;
}

@media (max-width: 768px) {
  .product-title .product-icon,
  .title-product .product-icon {
    width: 22px !important;
    height: 22px !important;
    top: -1px !important;
  }
}

@media (max-width: 768px){

/* Aumentar tamaño de imágenes en colección */
.collection-page-fullwidth .col-md-4 {
  flex: 0 0 100% !important; /* Hace las imágenes más anchas (2 por fila) */
  max-width: 100% !important;
}

.collection-page-fullwidth .img-product.relative img {
  width: 100% !important;
  height: 500px !important; /* ajusta a gusto: 500-700px */
  object-fit: cover !important;
  display: block !important;
  border-radius: 10px !important;
  margin: 0 auto !important;
}
}
















/* === Centrar botón SELECT OPTION === */
.info_bottom {
  text-align: center !important; /* centra el contenido dentro del li */
}

.info_bottom a.inline-block.icon-addcart.box-shadow {
  display: inline-block !important; /* se centra correctamente dentro del li */
  margin: 10px auto 0 auto !important; /* espacio arriba y centrado */
  background-color: #252A33 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 10px 25px !important;
  text-align: center !important;
  box-shadow: none !important;
  transition: background-color 0.3s ease;
}

.info_bottom a.inline-block.icon-addcart.box-shadow:hover {
  background-color: #3a3f49 !important;
}
