.galeria-variaciones {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.galeria-item {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
    position: relative;
    background: #f5f5f5;
}
.galeria-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.galeria-ver-mas {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #ccc;
}
.icono-ojo {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/wp-content/uploads/2025/11/Vector-2.svg");
}
.cucarda-descuento{
    display:inline-block;
    background-color:#6f2cff;
    color:#fff;
    font-weight:600;
    border-radius:9999px;
    padding:4px 10px;
    font-size:0.85em;
    line-height:1;
}
@media (max-width: 376px) {
    .galeria-item {
    width: 44px!important;
    height: 44px!important;
}




/*  BREADCRUMB  */
.mi-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    font-size: 14px;
    flex-direction: row;
    padding: 12px 8px;
    border-bottom: 1px solid #e5e5e5;
}
/* Icono o link de volver */
.mi-breadcrumb .bc-back {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
/* Texto del breadcrumb */
.mi-breadcrumb .bc-line {
    display: inline-block;
    white-space: nowrap;
}
/* Último nivel (nombre del producto) */
.mi-breadcrumb .bc-current {
    font-weight: 600;
    white-space: nowrap;
}
.bc-link {
    color: #7a7a7a;
    text-decoration: none;
}

@media (max-width: 600px) {
    /* De fila → columna */
    .mi-breadcrumb {
        display: flex;
        /*flex-direction: column;*/
        align-items: center;
        gap: 4px;
        white-space: normal !important;
    }
    /* Flecha: línea independiente */
    .mi-breadcrumb .bc-back {
        margin-bottom: 2px;
    }
    /* Breadcrumb completo debajo de la flecha */
    .mi-breadcrumb .bc-line {
        font-size: 14px;
        line-height: 1.3;
        white-space: normal !important;
        width: 100%;
    }
    /* Título del producto 100% width en su propia línea */
    .mi-breadcrumb .bc-current {
        display: initial;
        width: 100%;
        margin-top: 2px;
        font-weight: 600;
        color: #000;
        white-space: normal !important;
    }
}
/*  BREADCRUMB  */
