/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* =========== AJUSTES GENERALES =========== */
h2 {
    font-size: 1.4em;
    font-weight: 500;
}
h3 {
    font-size: 1.2em;
    font-weight: 500;
}
/* Buscador de la cabecera*/
.inside-header {
    justify-content: space-between;
}
.header-widget {
    width: 600px;
    margin-left: 60px;
}
.dgwt-wcas-search-wrapp {
    background-color: var(--cc-azul);
    padding: 2px;
    border-radius: 4px;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{
    opacity: 0.6!important;
}
/* Menú navegación */
.main-navigation li.menu-item.contacto a {
    font-weight: 400;
}
.main-navigation li.menu-item.contacto {
    margin-left: 20px;
}

/* Titular con cuadro amarillo (aplicar la clase al bloque de titular deseado)*/
.cuadro-amarillo{
    font-size: 1.4em;
    font-weight: 500;
    color: var(--cc-azul);
    padding-left: 10px;
    border-left: 32px solid var(--cc-amarillo);
    text-transform: uppercase;
}
.woocommerce-products-header__title {
    padding-left: 10px;
    border-left: 32px solid var(--cc-amarillo);
    text-transform: uppercase;
}

/* Paneles de Minicarrito y submenús*/
.inside-wc-mini-cart .widget_shopping_cart,
.main-navigation ul ul {
    -webkit-box-shadow: 0 0 10px -3px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 10px -3px rgba(0,0,0,.75);
    box-shadow: 0 0 10px -3px rgba(0,0,0,.75);
}
/* Lista de todas las categoías */
.lista-categorias ul.wc-block-product-categories-list--depth-0 {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
}
.lista-categorias ul.wc-block-product-categories-list--depth-0 > li{
    padding: 20px;
    flex-basis: 23%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border: 1px solid var(--cc-azul-claro);
}
.lista-categorias ul.wc-block-product-categories-list--depth-0 > li > a {
    text-transform: uppercase;
    font-weight: 500;
}
/* Dropdown de ordenación de productos */
.woocommerce-archive-wrapper .woocommerce-ordering select {
    border: 2px solid;
    border-color: var(--cc-azul);
}
/* Formularios */
.gb-container .wpforms-container {
    margin: 0;
    width: 100%;
}
/* ======================================== */

/* ========== ASIDE DE FILTRADO =========== */
/* Ocultamos el botón de mostrar el pop up de filtros en todas las páginas menos en archivos */
body:not(.archive) .wpc-filters-open-button-container {
    display: none;
}
.wpc-filter-chips-list li.wpc-filter-chip.wpc-chip-reset-all a {
    background-color: var(--cc-rojo);
    color: #fff;
    font-size: 1.2em;
    padding: 2px 20px;
    font-weight: 500;
    margin-right: 10px;
}
.wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    font-size: 1.2em;
    padding: 2px 20px;
    font-weight: 500;
}
.widget-area .widget {
    border-left: 4px solid;
    padding: 30px 20px;
}
.wpc-filter-title {
    font-size: 1.1em;
    margin-bottom: 20px!important;
    font-weight: 500;
    padding-left: 10px;
    border-left: 30px solid var(--cc-amarillo);
    text-transform: uppercase;
}
.wpc-posts-found {
    display: none;
}
.wpc-filters-ul-list > li.wpc-checkbox-item > div.wpc-term-item-content-wrapper {
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
}
.wpc-filters-ul-list > li.wpc-checkbox-item > div.wpc-term-item-content-wrapper > label a {
    font-weight: 700;
    text-transform: uppercase;
}
/* ======================================== */

/* ===== GRID DE PRODUCTOS DE GENERATEPRESS ===== */
/* Línea solo aplicable al loop mostrado con el shortcode personalizado [products_by_tag]*/
.woocommerce.woo-shortcode ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.woocommerce.woo-shortcode ul.products li{
    margin: 10px;
}
.woocommerce ul.products li.product {
    font-size: 1em;
    -webkit-box-shadow: 0 0 14px -6px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 10px -6px rgba(0,0,0,.75);
    box-shadow: 0 0 10px -6px rgba(0,0,0,.75);
    border: 1px solid var(--cc-gris);
    padding: 10px;
}
.woocommerce ul.products li.product .inside-wc-product-image {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce ul.products li.product a img {
    max-width: 100%;
    max-height: 100%;
    height: auto; /* Mantiene la proporción de aspecto */
    width: auto; /* Mantiene la proporción de aspecto */
}
.woocommerce ul.products li.product.sales-flash-overlay .onsale {
    background-color: var(--cc-rojo);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 500;
    text-transform: lowercase;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title::first-letter {
    text-transform: uppercase;
}
.woocommerce ul.products li.product .price del {
    color: #878787;
}
.woocommerce ul.products li.product .envio_gratis {
    color: #99be11;
    font-size: 0.8em;
    font-weight: 500;
    border: 2px solid;
    border-radius: 4px;
    padding: 0 10px;
    width: fit-content;
    margin: auto;
}
.woocommerce ul.products li.product .button.add_to_cart_button {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    font-size: 0.9em;
}
/* =========================================== */

/* ============ PRODUCTOS DESTACADOS ============ */
.destacados ul.products {
    display: flex;
    gap: 20px;
}
.destacados ul.products li.product {
    flex: 0 0 25%;
    min-width: 25%;
    margin: 0!important;
    background-color: var(--cc-blanco);
}
/*Scrollbar destacados*/
.gb-container-91bbb644::-webkit-scrollbar
{
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 10px;
}

.gb-container-91bbb644::-webkit-scrollbar-track-piece
{
    border-radius: 2px;
    background-color: var(--cc-amarillo);
    background-clip: content-box;
    border: solid 9px transparent;
}

.gb-container-91bbb644::-webkit-scrollbar-thumb
{
    background-color: var(--cc-azul);
    border-radius: 4px;
}
/* Estilos para Firefox */
.gb-container-91bbb644 {
    scrollbar-width: auto ; /* o "auto" si prefieres que sea más ancho */
    scrollbar-color: var(--cc-azul) #f5f5f5;
}

/* ============================================== */

/* ============= FICHA DE PRODUCTO =========== */
.single-product #main{
    margin-top: 0;
}
.single-product #main .inside-article {
    padding-top: 0;
}
.woocommerce .product .woocommerce-breadcrumb,
.woocommerce .product .woocommerce-breadcrumb a {
    color: var(--cc-azul);
    margin-bottom: 1.6em;
}
/* Personalización de la galería de producto del plugin WooSwipe*/
#wooswipe {
    margin-right: 60px;
}
#wooswipe svg {
    border: 2px solid var(--cc-azul-claro);
    border-radius: 999px;
}
#wooswipe .thumbnails {
    margin-top: 20px;
    height: fit-content;
}
#wooswipe .thumbnails .slick-slide {
    border: 1px solid var(--cc-gris);
}
@keyframes parpadeo {
    0% {opacity: 1;}
    50% {opacity: 0.5;}
    100% {opacity: 1;}
}
.ultimas_unidades {
    background-color: var(--cc-rojo);
    color: #fff;
    font-weight: 500;
    margin-bottom: 1em;
    padding: 2px 10px;
    width: fit-content;
    text-wrap: nowrap;
    animation: parpadeo 1.5s infinite;
}
.woocommerce .product span.onsale {
    background-color: var(--cc-rojo);
}
.woocommerce .product .summary .product_title {
    font-size: 1.8em;
    font-weight: 700;
}
.woocommerce div.product .summary p.price {
    display: inline-block;
}
.woocommerce div.product .summary p.price del {
    color: #878787;
}
.woocommerce div.product .product-sabores {
    margin-bottom: 10px;
}
.woocommerce .product .summary ins .woocommerce-Price-amount {
    font-size: 1.8em;
    margin-left: 10px;
}
.woocommerce .product .descuento {
    display: inline-block;
    border: 2px solid var(--cc-rojo);
    padding: 2px 8px;
    margin: 0 10px;
    color: var(--cc-rojo);
    font-weight: 700;
    translate: 0 -6px;
    border-radius: 26px;
}
.woocommerce .product .envio_gratis {
    color: #99be11;
    font-size: 1.2em;
    font-weight: 700;
    border-left: 5px solid;
    padding-left: 10px;
    width: fit-content;
}
.woocommerce .product .stock.in-stock {
    padding: 5px 20px;
    background-color: #d6eed1;
    color: #458057;
    font-weight: 500;
    width: fit-content;
}
/* CrediYa */
.product .crediya_details_products {
    height: 380px;
    margin-bottom: 20px;
}
/* Upsells en productos sin stock */
.producto-alternativo .upsells ul.products {
    grid-template-columns: repeat(1,minmax(0,1fr))!important;
}
.producto-alternativo .upsells ul.products li a.woocommerce-LoopProduct-link {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Define dos columnas con la misma anchura */
    grid-template-rows: 1fr 1fr 1fr; /* Define tres filas con la misma altura */
    column-gap: 10px; /* Espacio entre las celdas del grid */
    padding: 10px; /* Espacio alrededor del grid */
}
.producto-alternativo .upsells ul.products li a.woocommerce-LoopProduct-link .wc-product-image {
    grid-row: 1 / span 3;
}
.producto-alternativo .upsells ul.products li a.woocommerce-LoopProduct-link .envio_gratis {
    margin-bottom: inherit;
}
.producto-alternativo > h2 {
    font-size: 1.2em;
    border-left: 10px solid var(--cc-amarillo);
    padding: 5px 10px;
}
.woocommerce .product .producto-alternativo .upsells > h2 {
    display: none;
}

.woocommerce-variation-add-to-cart {
     gap: 20px;
     margin-left: 10px;
 }
.woocommerce div.product.do-quantity-buttons form.cart {
    gap: 10px;
}
.woocommerce .product form.cart .quantity.buttons-added {
    border: 1px solid var(--cc-azul);
    color: var(--cc-azul);
    margin: 0 0 0 -10px;
}
.woocommerce div.product form.cart .variations label {
    text-transform: uppercase;
}
.woocommerce div.product form.cart .variations select {
    border: 2px solid var(--cc-amarillo);
}
.woocommerce .product form.cart .wpcbn-btn {
    background-color: var(--cc-amarillo);
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 35px;
}
.woocommerce .product form.cart button[name="add-to-cart"] {
    padding: 15px 35px;
    margin-right: 5px;
}
.woocommerce .product .product_meta {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
}
.woocommerce .product .product_meta .sku_wrapper,
.woocommerce .product .product_meta .tagged_as  {
    display: none;
}
.woocommerce .product .product_meta .posted_in {
    order: 1;
    font-size: 1.2em;
    border-left: 1px solid var(--cc-azul);
    padding: 10px 20px;
}
.woocommerce .product .product_meta .pwb-single-product-brands {
    width: 100px;
}
.joinchat__woo-btn__wrapper {
    margin-top: 10px;
    border-top: 1px solid var(--cc-gris);
    padding-top: 10px;
}
.woocommerce .product .woocommerce-tabs h2,
.woocommerce .product .related > h2,
.woocommerce .product .upsells > h2,
.woocommerce .cross-sells > h2,
.woocommerce .cart_totals > h2,
.woocommerce .woocommerce-billing-fields > h3,
.woocommerce h3#order_review_heading,
h2.woorelated-title {
    font-size: 1.4em;
    font-weight: 500;
    color: var(--cc-azul);
    padding-left: 10px;
    border-left: 32px solid var(--cc-amarillo);
    text-transform: uppercase;
}
.woocommerce .product .woocommerce-tabs h3 {
    font-size: 1.2em;
    font-weight: 500;
    color: var(--cc-azul);
}
.woocommerce .product .related > h2{
    margin-top:40px;
    margin-bottom: 25px;
}
.woocommerce .woo-related-products-container ul.products {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce .woo-related-products-container ul.products li {
    width: 15%;
}
.woocommerce .woo-related-products-container ul.products[class*=columns-] li.product,
.woocommerce-page .woo-related-products-container ul.products[class*=columns-] li.product {
    margin: 10px auto;
}

/* =========================================== */

/* =========== ARCHIVO DE MARCAS ============= */
.archive.tax-pwb-brand header{
    position: relative;
}
.archive.tax-pwb-brand h1 {
    max-width: 70%;
}
.archive.tax-pwb-brand img.pwb_brand_archive_image {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid var(--cc-gris);
    width: 75px;
}

    /* =========================================== */

/* =========== SABORES POR MARCA ============= */
.sabores-por-marca {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.sabores-por-marca .marca-sabores {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 40px;
    margin-bottom: 40px;
    background-color: var(--cc-azul-claro);
}
.sabores-por-marca .marca-title {
    width: 100%;
    font-size: 1.4em;
    font-weight: 500;
    color: var(--cc-azul);
    padding-left: 10px;
    border-left: 32px solid var(--cc-amarillo);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sabores-por-marca .sabor{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--cc-gris);
    background-color: var(--cc-blanco);
    padding: 10px;
    flex-basis: calc(25% - 80px);
    -webkit-box-shadow: 0 0 14px -6px rgba(0,0,0,.75);
    box-shadow: 0 0 10px -6px rgba(0,0,0,.75);
}
.sabores-por-marca .sabor img {
    min-width: 150px;
    height: auto;
    max-width: 100%;
    width: 300px;
}
.sabores-por-marca a {
    text-align: center;
    text-decoration: none;
}
.sabores-por-marca .sabor-title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

/* =========================================== */

/* ===== PÁGINA DE CARRITO DE WOOCOMERCE ===== */
/* Ocultar el botón de actualizar carrito, ya que lo hace por Ajax*/
.woocommerce-cart-form .shop_table .actions {
    display: none;
}
.woocommerce .woocommerce-cart-form a.remove {
    border: 2px solid !important;
    font-weight: 700;
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 22px;
}
label[for="shipping_method_0_free_shipping3"] {
    color: #99be11;
    font-size: 1.2em;
    font-weight: 500;
    border-left: 5px solid;
    padding-left: 10px;
}
.resto_gratis {
    margin-bottom: 20px;
    color: #99be11;
    font-size: 1.2em;
    font-weight: 500;
    border-left: 5px solid;
    padding-left: 10px;
}
.woocommerce .wc-proceed-to-checkout a.button.alt {
    background-color: var(--cc-amarillo);
    text-transform: uppercase;
    font-weight: 500;
}
.woocommerce-page #payment #place_order {
    background-color: var(--cc-amarillo);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 130%;
    margin-top: 20px;
}
.woocommerce-page #payment #place_order:hover {
    background-color: var(--cc-azul);
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    padding: 20px 20px 5px 20px;
    background-color: var(--cc-azul-claro);
    margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals
.cross-sells ul.products li {
    width: 32%;
    margin: 10px auto;
    background-color: #fff;
}
/* =========================================== */

/* ===== PÁGINA DE CHECKOUT DE WOOCOMERCE ===== */
.text-before-billing {
    background-color: var(--cc-azul-claro);
    padding: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

.woocommerce #order_review table.shop_table {
    border: 1px solid var(--cc-azul);
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods {
    border: 1px solid var(--cc-amarillo);
}
.woocommerce-checkout #payment div.form-row {
    margin-top: 20px;
}
.woocommerce .woocommerce-checkout-payment .place-order > .woocommerce-form__label {
    color: #37ab13;
    font-weight: 500;
    line-height: 1;
}
.woocommerce .woocommerce-checkout-payment .woocommerce-form__label {
    line-height: 1;
}
.woocommerce .woocommerce-checkout .woocommerce-account-fields {
    border: 1px solid;
    background-color: var(--cc-azul-claro);
    padding: 10px;
    margin: 20px 0;
    font-size: 1.2em;
}
/* =========================================== */

/* ============= PÁGINA MARCAS ============ */
.brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 20px;
}
.brand img {
    border: 1px solid var(--cc-gris);
}
/* ======================================== */

/* ================= FOOTER ============= */
/* Buscador de la cabecera*/
footer .pagos img {
    max-height: 30px;
}
/* ======================================== */



/* =============================== */
/* ========= RESPONSIVE ========== */
/* =============================== */
@media (max-width: 768px) {
    /* CSS in here for mobile only */

    /* =========== AJUSTES GENERALES =========== */
    /* Botón mi cuenta del menú Navegación */
    .gb-button-0bcfe7b2 .gb-button-text {
        display: none;
    }
        /* Buscador de la cabecera*/
    .inside-header {
        justify-content: initial;
    }
    .header-widget {
        width: 100%;
        margin-left: initial;
    }
    #generate-slideout-menu .slideout-menu li.contacto {
        margin-left: 0;
        margin-top: 40px;
        border-top: 1px solid;
    }
    /* Lista de todas las categorías en la página de tienda */
    .lista-categorias ul.wc-block-product-categories-list--depth-0 > li{
        flex-basis: 48%;
    }
    /* Botón para mostrar filtros */
    .wpc-filters-main-wrap .wpc-filters-open-button-container a.wpc-open-close-filters-button,
    body.archive .wpc-filters-open-button-container a.wpc-filters-open-widget {
        padding: 7px 25px;
        font-weight: 500;
        text-transform: uppercase;
        border-color: var(--cc-azul);
        background-color: var(--cc-azul-claro);
    }
    .wpc-opened {
        margin-top: 20px;
    }
    /* PRODUCTOS DESTACADOS */
    .destacados ul.products {
        margin-bottom: 20px;
    }
    .destacados ul.products li.product {
        flex: 0 0 55%;
        min-width: 55%;
    }
    .gb-container-91bbb644::-webkit-scrollbar
    {
        height: 40px;
    }
    .gb-container-91bbb644::-webkit-scrollbar-track-piece {
        border: solid 19px transparent;
    }
    /* ======================================== */


    /* ===== GRID DE PRODUCTOS DE WOOCOMERCE ===== */
    /* Línea solo aplicable al loop mostrado con el shortcode personalizado [products_by_tag]*/
    .woocommerce.woo-shortcode ul.products {
        justify-content: space-around;
    }
    .woocommerce.woo-shortcode ul.products li.product {
        margin-bottom: 1em;
    }
    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: flex;
    }
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product {
        flex: 1 0 48%;
        max-width: 48%;
    }
    /* ========================================== */

    /* ============= FICHA DE PRODUCTO =========== */
    /* Personalización de la galería de producto del plugin WooSwipe*/
    #wooswipe {
        padding-bottom: 10px;
    }
    /* Banner CrediYa */
    .product .crediya_details_products {
        height: 440px;
        margin-bottom: 20px;
    }
    /* ========================================== */

    /**  Sabores  **/
    .sabores-por-marca .marca-sabores {
        justify-content: space-around;
        padding: 20px 20px;
    }
    .sabores-por-marca .sabor {
        flex-basis: calc(50% - 20px);
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
}

.marcas-cluster {
  text-align: center;
  margin: 60px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.marcas-cluster h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #003366; /* opcional, color del título */
}

.marcas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  justify-items: center;
}

.marca-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  height: 180px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.marca-card:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  transform: translateY(-6px) scale(1.02);
  border-color: #b0bec5;
}

.marca-card img {
  max-width: 90px;
  max-height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
  transition: filter 0.3s ease, transform 0.3s ease;
}

.marca-card:hover img {
  filter: brightness(1.15);
  transform: scale(1.05);
}

.marca-card span {
  color: #1a202c;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  letter-spacing: 0.2px;
}
@media (max-width: 600px) {
  .marcas-grid {
    gap: 15px;
  }

  .marca-card {
    padding: 15px;
    height: 150px;
  }

  .marca-card img {
    max-width: 70px;
  }

  .marca-card span {
    font-size: 0.85rem;
  }
}
.volver-arriba {
  text-align: center;
  margin: 60px 0;
}

.btn-volver-arriba {
  display: inline-block;
  background-color: #1F475E; /* color principal de tu web */
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.btn-volver-arriba:hover {
  background-color: #2f5f7e; /* tono más claro para el hover */
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0,0,0,0.25);
}

.productos-cluster {
  text-align: center;
  margin: 60px auto;
  max-width: 1300px;
  padding: 0 20px;
}

.productos-cluster h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1F475E;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.productos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 25px;
  justify-items: center;
}

.producto-card {
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  padding: 15px;
  text-align: center;
  transition: all 0.25s ease;
  max-width: 200px;
}

.producto-card:hover {
  box-shadow: 0 6px 12px rgba(0,0,0,0.12);
  transform: translateY(-4px);
  border-color: #b0c4d4;
}

.producto-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 10px;
}

.producto-card span {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1F475E;
  display: block;
  line-height: 1.3;
}

