/*
 Theme Name:   Astra Child
 Template:     astra
 Version:      1.0.0
*/

body.woocommerce.archive ul.products {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
}

/* Ocultar contador de resultados y orden de productos en Astra + WooCommerce */
.ast-woocommerce-container .woocommerce-result-count,
.ast-woocommerce-container .woocommerce-ordering {
    display: none !important;
}

.barra-checkout-ifactiva {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
    gap: 10px;
    text-align: center;
    flex-wrap: wrap;
}

.barra-checkout-ifactiva .paso {
    background: #e1e1e1;
    padding: 6px 12px;
    border-radius: 50px;
    color: #444;
}

.barra-checkout-ifactiva .paso.activo {
    background: #f9b000;
    color: white;
}

.barra-checkout-ifactiva .flecha {
    font-size: 20px;
    color: #666;
}

/* Tipografía base */
body,
h1, h2, h3, h4, h5, h6,
p, a, li, blockquote, input, textarea, button {
    font-family: 'Poppins', sans-serif !important;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
