/* # Mejora visual del dropdown flotante en móviles */

@media only screen and (max-width: 600px) {
    #divResultadoBusquedaBuscador,
    #divResultadoBusquedaFloat {
        width: 90vw !important;
        min-width: 0 !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        border-radius: 0 0 12px 12px;
        padding: 4px 0;
        font-size: 1em;
        max-height: 60vh;
        height: auto;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
        /* display: flex;  No usar aquí para no romper el centrado en desktop */
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    /* Oculta .enTienda solo dentro del dropdown en móviles */
    #divResultadoBusquedaBuscador .enTienda,
    #divResultadoBusquedaFloat .enTienda {
        display: none !important;
    }
    #divResultadoBusquedaBuscador .gridResuBus,
    #divResultadoBusquedaFloat .gridResuBus {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }
    #divResultadoBusquedaBuscador .eleBus,
    #divResultadoBusquedaFloat .eleBus {
        flex: 0 0 48%;
        min-width: 0;
        max-width: 49%;
        box-sizing: border-box;
        padding: 10px 4px;
        font-size: 1em;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #divResultadoBusquedaBuscador .eleBus img,
    #divResultadoBusquedaFloat .eleBus img {
        max-width: 90%;
        height: auto;
        margin: 0 auto 8px auto;
        display: block;
    }
    #divResultadoBusquedaBuscador .eleBus .tituloBus,
    #divResultadoBusquedaFloat .eleBus .tituloBus {
        font-size: 1em;
        min-height: 0;
        line-height: 1.2em;
        text-align: left;
    }
}

/* Dropdown de resultados solo para el buscador */

.search .input-group {
    position: relative;
    z-index: 100;
}

.search .input-group #divResultadoBusqueda {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2147483647;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 8px 8px;
    display: none;
    /* Solo visible cuando hay resultados */
    border: 1px solid #e0e0e0;
    padding: 8px 0;
}

.search .input-group #divResultadoBusqueda .eleBus {
    padding: 8px 16px;
    cursor: pointer;
    transition: background 0.15s;
}

.search .input-group #divResultadoBusqueda .eleBus:hover {
    background: #f5f5f5;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-left: 0px;
}

a,
button {
    background-color: transparent;
}

img {
    max-width: 100%;
}

body {
    /*background-color: #ede4e5;*/
    background-color: #fff;
}

img {
    max-width: 100%;
}

a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
    display: none;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}

div.CookiebotWidget-main-logo {
    display: none;
}

.owl-rese .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-rese .owl-prev.disabled,
.owl-rese .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-rese .prev-slide {
    background: url(../img/nav-icon.png) no-repeat scroll 0 0;
    left: -13px;
}

.owl-rese .next-slide {
    background: url(../img/nav-icon.png) no-repeat scroll -24px 0px;
    right: -13px;
}

.owl-rese .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-rese .next-slide:hover {
    background-position: -24px -53px;
}

#owl-icon-index .owl-dots,
#owl-icon-index .owl-nav {
    display: none;
}

.smallpp {
    font-size: 0.75rem;
    padding: 2px;
}

.cursor {
    cursor: pointer;
}

.cpas {
    color: #df3472;
}

.error {
    color: red;
    border-color: red;
}

.alerta {
    background-color: #f1f1f0;
}

.text-justify {
    text-align: justify !important;
}

.top_uno {
    background-color: #006ca9;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
}

.top_uno div {
    margin-left: 1px;
}

.top_uno img {
    margin-right: 1px;
}

.down_top_uno {
    background-color: #a2cfe8;
    color: #fff;
    font-weight: 400;
    padding: 2px;
    text-align: center;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5px;
}

.down_top_uno img {
    width: 28px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
    order: 1;
}

.down_top_uno span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    order: 2;
    flex: 1;
}

.down_top_uno img.d-none {
    order: 3;
}

.ind_p_ban {
    margin-left: auto;
}

.ind_cer_ban {
    cursor: pointer;
    margin-left: auto;
    color: #fff;
}

.header {
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0px 25px;
    height: 80px;
    align-items: center;
}

.logo img {
    height: 80px;
    width: auto;
    padding: 5px 0;
}

.search input {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    height: 35px;
    width: 100%;
    border-radius: 50px;
    padding: 10px;
    font-size: 16px;
}

.eleBuscador {
    font-size: 0.8rem;
    font-weight: 300;
}

.traspa {
    color: transparent !important;
}

.icons {
    text-align: right;
}

.icons .fa {
    color: #fff;
    color: #004066;
    text-decoration: none;
    padding: 0px 10px;
    transition: 0.6s;
    font-size: 20px;
}

.icons .fa:hover {
    color: #ff0f62;
}

.lupa {
    text-decoration: none;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.linksOM {
    background-color: #007bff;
    position: fixed;
    top: 0;
    left: 0;
    botom: 0;
    z-index: 102;
    transition: 0.6s;
    height: 100vh;
}

.links a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
    font-size: 18px;
}

#burger {
    /*display: none;*/
    font-size: 25px;
    text-decoration: none;
    color: #000;
    /*margin-left: 20px;*/
}

/*.fa-search{
  position: relative;
  right: 20px;
  top: 10px;
}*/

#btnBusca {
    cursor: pointer;
}

.hide {
    display: none;
}

.resuBus {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
}

.gridResuBus {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
}

#cuerpo2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

#divFiltro {
    flex: 0 0 5%;
}

#divResultadoBusqueda,
.divResultadoBusqueda {
    flex: 0 0 80%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

.eleBus {
    display: flex;
    color: #000;
    flex-direction: column;
    flex: 0 0 30%;
    align-items: center;
    padding: 2px;
    margin: 10px 3px;
    text-decoration: none;
    position: relative;
    /* Para que los botones con position:absolute se mantengan dentro */
}

.eleBus .tituloBus {
    font-weight: 380;
    /*font-size: calc(12px + (6) * ((100vw - 768px) / (1600 - 768)));
    line-height: 20px;
    min-height: 108px;*/
    font-size: 14px;
    line-height: 14px;
    max-height: 40px;
    overflow: hidden;
}

.eleBus .product-card-rating {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: calc(100% - 16px);
    padding: 5px 9px;
    font-size: 11px;
    line-height: 1;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

.eleBus .product-card-rating .rating-value {
    flex-shrink: 0;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
}

.eleBus .product-card-rating .star-rating {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 1px;
    color: #ffc107;
    font-size: 10px;
}

.eleBus .product-card-rating .star-rating .fa-star-half-o {
    color: #ffc107;
}

.eleBus .product-card-rating .star-rating .fa-star-o {
    color: #ddd;
}

.eleBus .product-card-rating .rating-count {
    flex-shrink: 0;
    padding-left: 6px;
    margin-left: 1px;
    border-left: 1px solid #e8e8e8;
    color: #666;
    font-size: 10px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.eleBus .product-card-rating .rating-count::before {
    content: '(';
    margin-right: 1px;
    opacity: 0.7;
}

.eleBus .product-card-rating .rating-count::after {
    content: ')';
    margin-left: 1px;
    opacity: 0.7;
}

/* Zoom suave al pasar el ratón sobre la miniatura (listados categoría / buscaG) */

form.eleBus.formsub .eleBus-thumb-wrap {
    width: 100%;
    flex: 1 1 100%;
    overflow: hidden;
    position: relative;
    line-height: 0;
}

form.eleBus.formsub .eleBus-thumb-wrap img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.35s ease;
    transform-origin: center center;
}

form.eleBus.formsub:hover .eleBus-thumb-wrap img {
    transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
    form.eleBus.formsub .eleBus-thumb-wrap img {
        transition: none;
    }
    form.eleBus.formsub:hover .eleBus-thumb-wrap img {
        transform: none;
    }
}

.numArtFiltro {
    font-size: 0.9em;
    margin-left: 8px;
    color: #0b758a;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 80px;
    right: 13px;
    display: none;
    text-indent: -9999px;
    background: url('../img/icon_top.png') no-repeat;
    z-index: 999999;
}

/*  Indi  */

.descripciones {
    text-align: justify;
}

.descripciones article .summary {
    display: inline;
}

.descripciones article .complete {
    display: none;
}

.descripciones article .complete.is-open {
    display: inline;
}

.descripciones .more {
    display: inline;
    width: auto;
    margin: 0 0 0 0.35em;
    padding: 0 8px;
    vertical-align: baseline;
    white-space: nowrap;
}

.descripciones h1 {}

.descripciones h2 {
    color: #4a83b5;
}

.slog {
    position: relative;
}

.slideIcon {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /*background: #ede4e5;*/
    background: #fff;
    text-align: center;
    margin-top: 12px;
}

.slideIcon img {
    padding: 0 5px;
    border-radius: 50%;
}

.eleslideIcon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Cambiado de align-items a justify-content */
    height: auto;
    width: 100%;
    max-width: 150px;
    padding: 5px;
    /* text-align: center; */
}

.eleslideIcon img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    display: block;
}

/* Media query para pantallas grandes - restaurar tamaño completo */

@media screen and (min-width: 770px) {
    .eleslideIcon img {
        max-width: 100px;
        max-height: 100px;
        width: auto;
        height: auto;
        object-fit: contain;
    }
}

.eleslideIcon span {
    font-size: 0.7rem;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    /* Altura fija para el texto */
}

.slogimg {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 40vh;
}

.slogimg img {
    max-width: 100%;
}

.slog {
    font-weight: 300;
    flex-flow: column nowrap;
}

.slogtexto {
    /*display:flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;*/
}

/*.slogtexto h1{color: #fff;font-size: 2.2rem;font-weight: 500;padding: 5px;margin-top:30px,bottom:-60px;margin-left:10px;width: 60%;}
    .slogtexto h2{color: #fff;font-size: 1rem;font-weight: 400;padding: 5px;position:relative;bottom:-90px}*/

.slogtexto h4 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 5px;
}

.slogtexto .Dsk {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dto {
    background: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.dto h3 {
    color: #fff;
}

.dto h4 {
    color: #fff;
}

.zonas_V5 {
    position: absolute;
    bottom: 10px;
    color: #fff;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

.zonas_V5 div {
    background: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px;
}

.zonas_V5 div a {
    text-decoration: none;
    color: #fff;
}

.zonas_V5 div a:hover {
    color: #e41660;
}

#owl-one .item {
    margin: 20px;
}

#owl-one .item img {
    display: block;
    width: 100%;
    height: auto;
}

.doo1 {
    /*background: #3c708c;
      color: #fff;
      background: #fff;*/
    color: #000;
    text-align: center;
}

.doo1 h4 {
    color: #4a83b5;
}

.doo2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 auto;
}

.el_doo2 {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    margin: 20px 20px;
}

.el_doo2 .card-heading {
    background: #ff0e62;
    color: #fff;
    font-weight: 400;
    font-size: 1.1rem !important;
}

.el_doo2 .card-body p {
    text-align: left;
    font-size: 0.9rem;
    line-height: 18px;
    text-align: justify;
}

div.valoracion {
    position: relative;
    top: -5px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

div.valoracion label {
    color: #e8e815;
    font-size: 24px;
    cursor: pointer;
}

.owl-one-titulo {
    min-height: 50px;
    text-align: center;
    line-height: 25px;
    color: #132e77;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.item a {
    text-decoration: none;
}

.item a:hover {
    font-weight: 500;
}

#owl-dos .item {
    margin: 10px;
}

#owl-dos .item img {
    display: block;
    width: 100%;
    height: auto;
}

.down-owl-one {
    display: flex;
}

.txtCalcula {
    font-size: 1.2em;
}

.medias {
    display: flex;
}

.medias .ratio {
    max-width: 300px;
}

.more {
    background: #ea3764;
    color: #fff;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 10px;
    padding: 0 10px;
    display: none;
    border-radius: 0.25rem;
    text-align: center;
    margin: 0 auto;
}

.laG {
    text-align: center;
}

.iconosArticulo {
    display: flex;
    margin-bottom: 22px;
    flex-flow: row wrap;
    align-content: space-around;
    justify-content: left;
    background: #fff;
}

.eleQsomos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    /* flex-flow: row nowrap; */
    margin-bottom: 22px;
}

.eleQsomos .eleTitu {
    color: #4a83b5;
    font-size: 0.7em;
    margin-top: 10px;
    text-align: center;
}

.eleQsomos .bordeTitulo {
    border-bottom: 1px solid #df3472;
    width: 80%;
    height: 3px;
}

.eleQsomos .lac2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
}

.eleQsomos img {
    width: 40px;
    height: 40px;
}

.eleQsomos .eleTxt {
    font-size: 0.8em;
    text-align: justify;
}

.titu {
    font-size: 1.1em;
    text-align: center;
    margin: 20px 0 20px 0;
}

/* Una sola fila, todos los iconos en línea */

.qsomos {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 10px;
    justify-items: center;
    align-items: start;
    width: 100%;
    overflow-x: auto;
}

/* Asegura que todos los iconos tengan el mismo tamaño y estén centrados */

.eleQsomos img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px auto;
}

.qCauchoSel {
    background: #428ecc;
    width: 65%;
    margin: 0 auto;
    color: #fff;
    padding: 5px;
}

.qCauchoSel a {
    text-decoration: none;
    color: #fff;
}

.cSSL {
    margin-top: 20px;
    text-align: center;
}

.cSSL .eleTitulo {
    font-weight: 300;
    font-size: 1.1em;
}

.cSSL .eleTxt {
    font-weight: 300;
    font-size: 0.8em;
    margin: 0 auto;
    text-align: justify;
    width: 50%;
}

.precioorigen {
    position: absolute;
    left: 10px;
    top: 10px;
    /*position: relative;
      font-weight: 300;
      font-size: .8em;
      text-decoration-line: line-through*/
}

.precioOr {
    margin: 10px;
    text-decoration-line: line-through;
    color: #ccc;
    font-weight: 500;
}

.pinte {
    display: flex;
    flex-flow: wrap;
}

#zCalc .ord2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#frmCarr {
    order: 2;
}

.textF {
    font-size: 0.9rem;
    width: 100%;
}

.reti {
    font-size: 0.9rem;
    text-align: justify;
}

.enTienda {
    background: #f1f1f0;
    border-radius: 10px;
    font-weight: 300;
    font-size: 0.8rem;
    width: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px;
    box-sizing: border-box;
}

.enTienda img {
    margin: 0;
    padding: 2px;
    height: 22px;
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.agotado {
    position: absolute;
    top: 25%;
}

.visitaWebCatalogoDiv {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.seccFooterCol {
    margin-top: 0px;
}

.visitaWebCatalogo {
    background-color: #e41660;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px 24px;
    border: none;
    font-weight: 500;
    font-size: 1em;
    transition: background 0.2s, color 0.2s, font-size 0.2s, padding 0.2s;
    cursor: pointer;
    max-width: 100%;
    width: auto;
    box-sizing: border-box;
}

.nuestrosPartners {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nuestrosPartners>span {
    color: #e41660;
    font-weight: 500;
    align-self: center;
    margin-bottom: 10px;
}

.qsomosCont {
    padding: 0 20px;
}

.logoFooterArqui {
    margin: 20px 0;
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.partnersDiv {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    justify-items: center;
    align-items: center;
    width: 100%;
    /* margin: 0 auto 22px auto; */
    margin-left: 10px;
}

.partnersDiv a {
    grid-column: span 1;
    width: 90%;
}

.partnersDiv a img {
    width: auto;
    height: 40px;
    object-fit: contain;
    display: block;
    margin: 10px 0;
}

/* .imgPartnersQsom {
  height: 40px;
  margin: 10px 0;
} */

/* Pantallas pequeñas */

@media (max-width: 576px) {
    .visitaWebCatalogo {
        font-size: 0.85em;
        padding: 8px 10px;
        width: 100%;
        border-radius: 4px;
    }
}

/* Pantallas medianas */

@media (min-width: 577px) and (max-width: 991px) {
    .visitaWebCatalogo {
        font-size: 1em;
        padding: 10px 18px;
        width: 80%;
    }
}

/* Pantallas grandes */

@media (min-width: 992px) {
    .visitaWebCatalogo {
        font-size: 1.2em;
        padding: 14px 40px;
        width: auto;
        border-radius: 6px;
    }
}

/* Pantallas medianas */

@media (min-width: 768px) {
    .imgPartnersQsom {
        height: 60px !important;
        aspect-ratio: 440 / 190;
        object-fit: contain;
    }
    .seccFooterCol {
        margin-top: 35px;
    }
}

/* Pantallas grandes */

@media (min-width: 1200px) {
    .imgPartnersQsom {
        height: 80px !important;
        aspect-ratio: 440 / 190;
        object-fit: contain;
    }
    .logoFooterArqui {
        max-width: 60%;
    }
}

.visitaWebCatalogoDiv {
    display: flex;
    justify-content: center;
}

/*
    .pedirMuestraGrid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
    }

    .pedirMuestraGrid .eleBus {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 2px;
      margin: 10px 3px;
      text-decoration: none;
      flex: 0 0 22%;
    }

    @media (max-width: 1400px) {
      .pedirMuestraGrid .eleBus {
        flex: 0 0 28%;
      }
    }

    @media (max-width: 992px) {
      .pedirMuestraGrid .eleBus {
        flex: 0 0 45%;
      }
    }

    @media (max-width: 768px) {
      .pedirMuestraGrid .eleBus {
        flex: 0 0 48%;
      }
    }

    @media (max-width: 576px) {
      .pedirMuestraGrid .eleBus {
        flex: 0 0 100%;
      }
    }

    @media (max-width: 300px) {
      .pedirMuestraGrid {
        flex-direction: column;
      }

      .pedirMuestraGrid .eleBus {
        flex: 0 0 100%;
      }
    }
*/

/* Removed the display: none rule that was hiding products between 992px-1400px */

/* @media only screen and( min-width: 992px ) and (max-width: 1400px) {
  #divResultadoBusqueda,
  .divResultadoBusqueda {
    display: none;
  }
} */

/* 21px   30px */

/* mas de 900 */

@media screen and (min-width: 900px) {
    #frmCarr {
        order: 1;
    }
    .textF {
        order: 1;
        width: 70%;
        font-size: 0.9rem;
    }
    .down_top_uno {
        background-color: #a2cfe8;
        font-weight: 500;
        padding: 4px 8px;
        text-align: center;
        font-size: 1.2rem;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-wrap: nowrap;
    }
    .precioorigen {
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: 600;
        font-size: 1em;
        /*text-decoration-line: line-through*/
    }
    .down_top_uno img {
        width: 60px;
        height: auto;
        display: inline-block;
        vertical-align: middle;
        flex-shrink: 0;
        order: unset;
    }
    .down_top_uno img.d-none {
        order: unset;
    }
    .down_top_uno span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2;
        margin: 0;
        order: unset;
        flex: none;
    }
    .descripciones {
        text-align: justify;
        padding-left: 90px;
        padding-right: 90px;
    }
    .slogimg {
        font-weight: 300;
        min-height: 70vh;
        /*40*/
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .eleBus {
        flex: 0 0 22%;
    }
    .eleBus .tituloBus {
        font-size: 15px;
        max-height: 45px;
        overflow: hidden;
        line-height: 15px;
    }
    .slogimg {
        align-items: center;
        /*margin-top:40px;*/
    }
    .slogtexto {
        align-items: initial;
        /*margin-left:10%;*/
    }
    .slogtexto h1 {
        padding: 5px;
        text-align: center;
        width: 100%;
    }
    .slogtexto h2 {
        padding: 5px;
        text-align: center;
    }
    /*.slogtexto{flex-direction: row;width:80%;justify-content:space-around;  }
    .slogtexto h1{
      font-size: 4.1rem;
      font-weight: 500;
      padding: 15px;
      text-align: left;
    }*/
    .slogtexto h3 {
        font-size: 2.2rem;
        margin-left: 40px;
    }
    .slogtexto h4 {
        font-size: 1.1rem;
        font-weight: 400;
        padding: 5px;
    }
    .slogtexto .Dsk {
        align-items: flex-start;
        flex: 0 0 30%;
    }
    .dto {
        width: 30%;
    }
    .dto h3 {
        font-size: 3.1em;
        margin: 0;
    }
    .doo1 {
        padding: 25px 190px;
    }
    .eleslideIcon span {
        font-size: 0.85em;
        line-height: 20px;
    }
    .foot .nav-link {
        background: #fff;
    }
    .qsomosCont {
        padding: 0 80px;
    }
    /* .qsomos {
    display: flex;
    flex-flow: row;
  } */
    .titu {
        font-size: 1.7em;
    }
    .eleQsomos {
        padding-left: 30px;
    }
    .eleQsomos img {
        width: 90px;
        height: 90px;
    }
    .eleBus {
        cursor: pointer;
        position: relative;
        line-height: 20px;
    }
    .eleBus .btnprecio {
        position: absolute;
        right: 10px;
        top: 10px;
        font-weight: 600;
        font-size: 1em;
    }
    #zCalc .vDstk {
        display: flex;
        flex-direction: row;
    }
    #zCalc .elevDstk {
        flex: 0 0 50%;
    }
    #zCalc .pimporte {
        text-align: left;
        margin: 0;
        text-align: center;
        /*width:19%;*/
    }
    #zCalc .ord2 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        max-width: 700px;
        align-items: center;
    }
    .caracteris {
        display: flex;
        flex-direction: row;
    }
    .laEstrellas {
        flex: 0 0 50%;
    }
    .qCauchoSel {
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 5px;
        height: 40px;
        line-height: 30px;
        position: relative;
        top: -65px;
        background: rgba(46, 162, 204, 0.7);
    }
    .iconosArticulo {
        max-width: 800px;
        justify-self: center;
    }
    .iconosArticulo img {
        margin-left: 30px;
        padding: 10px;
    }
    .cSSL {
        margin-top: 0px;
    }
}

/* Fix for product cards between 950px and 1300px */

@media only screen and (min-width: 950px) and (max-width: 1300px) {
    .eleBus {
        flex: 0 0 22% !important;
        min-width: 200px;
        max-width: 280px;
    }
    .eleBus .tituloBus {
        font-size: 13px;
        line-height: 16px;
        max-height: 48px;
        overflow: hidden;
        word-wrap: break-word;
        hyphens: auto;
        text-align: center;
        padding: 0 5px;
    }
    /* Ensure the product grid container displays properly */
    #divResultadoBusqueda,
    .divResultadoBusqueda {
        display: flex !important;
        flex-flow: row wrap;
        justify-content: center;
        align-items: flex-start;
    }
}

/* Additional refinement for screens between 1300px and 1500px */

@media only screen and (min-width: 1301px) and (max-width: 1500px) {
    .eleBus {
        flex: 0 0 24% !important;
        min-width: 220px;
        max-width: 300px;
    }
    .eleBus .tituloBus {
        font-size: 14px;
        line-height: 16px;
        max-height: 50px;
    }
}

@media only screen and (min-width: 1600px) {
    .eleBus .tituloBus {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    /* Menor 992*/
    .eleBus {
        flex: 0 0 28%;
    }
    .doo2 {
        margin-top: 40px;
    }
    .down-owl-one {
        margin: 5px 5px !important;
        flex-direction: column;
    }
    #divFiltro,
    #divResultadoBusqueda,
    .divResultadoBusqueda {
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        grid-template-columns: auto auto;
        padding: 10px 5px;
        height: auto;
    }
    .logo img {
        height: auto;
        width: 120px;
    }
    .search {
        grid-column: 2;
        grid-row: 2;
        grid-column: 1 / span 2;
        padding-top: 10px;
    }
    #burger {
        /*display: inline;*/
    }
    #categori {
        display: none;
    }
    .icons .fa {
        padding: 5px;
    }
    .showmylinks {
        display: block;
        position: absolute;
        width: 100%;
        transition: 0.6s;
    }
    .eleBus {
        flex: 0 0 20%;
    }
    .eleBus .tituloBus {
        font-weight: 300;
        font-size: 12px;
        /*font-size: 1rem;*/
        line-height: 14px;
        /*text-align: center;
      min-height: 100px;*/
    }
    .eleBus img {
        /*max-width: 91px;*/
        margin: 0 auto;
    }
    .enTienda {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 5px;
    }
    .enTienda img {
        margin: 0;
        padding: 2px;
        height: 22px;
        width: 15px;
        display: inline-block;
        vertical-align: middle;
        flex-shrink: 0;
    }
    .zonas_V5 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .zonas_V5 div {
        padding: 15px;
        width: 100%;
        text-align: center;
    }
    .doo2 {
        flex-flow: column nowrap;
    }
    .card h5 {
        font-size: calc(18px + (20 - 18) * ((100vw - 768px) / (1600 - 768)));
    }
    #SH_categorias {
        flex-direction: column;
    }
    .footer {
        flex-direction: column;
    }
    .complete {
        display: none;
    }
    .descripciones {
        display: block;
        text-align: justify;
    }
    .descripciones .more {
        display: inline;
        width: auto;
        margin: 0 0 0 0.35em;
        transition: 0.3s;
    }
    .breadcrumb {
        font-weight: 400;
        font-size: 0.8em;
    }
    .tablaEstrella {
        font-size: 0.9em;
    }
    .cSSL .eleTxt {
        width: 80%;
    }
    .logoFooterArqui max {
        width: 50% !important;
    }
}

@media only screen and (max-width: 768px) {
    .eleBus {
        flex: 0 0 48%;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
    }
    /* Asegurar que el carrusel maneje el ancho de los items sin conflictos de flex */
    .owl-carousel .eleBus {
        flex: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 10px 5px !important;
    }
    .eleBus img {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
        object-fit: contain !important;
        margin: 0 auto 10px !important;
        display: block !important;
    }
    /* Evita que el icono de recogida herede el tamaño de imagen de producto */
    .eleBus .enTienda img {
        width: 15px !important;
        height: 22px !important;
        min-height: 22px;
        aspect-ratio: auto !important;
        object-fit: contain !important;
        margin: 0 !important;
        padding: 2px;
        display: inline-block !important;
    }
    .owl-one-titulo {
        line-height: initial;
    }
    .eleBus .tituloBus {
        font-weight: 400;
        min-height: 60px;
        line-height: 15px;
    }
    .eleBus .product-card-rating {
        bottom: 6px;
        left: 6px;
        gap: 4px;
        padding: 4px 8px;
        border-radius: 16px;
    }
    .eleBus .product-card-rating .rating-value {
        font-size: 11px;
    }
    .eleBus .product-card-rating .star-rating {
        font-size: 9px;
    }
    .eleBus .product-card-rating .rating-count {
        font-size: 9px;
        padding-left: 5px;
    }
    .top_uno {
        font-size: 0.6em;
        height: 40px;
        text-align: center;
        line-height: 10px;
    }
    .top_uno img {
        width: 20px;
    }
    #ex1 {
        text-align: center;
    }
    .txtCalcula {
        font-size: 0.9em;
    }
    .medias .ratio {
        max-width: 100%;
    }
    .iconosArticulo img {
        max-width: 20%;
    }
    .newslet .form-control {
        width: 100%;
    }
}

.doo1 {
    flex: 0 0 100%;
}

.enTienda img {
    margin: 0 auto;
    padding: 2px;
    min-height: 22px;
    width: 15px;
}

.slogtexto h2 {
    font-size: 0.9em;
    bottom: -60px;
}

.cSSL .eleTxt {
    width: 80%;
}

}

/* ...otros estilos... */

/* Mueve la regla base después de la media query móvil y elimina !important para width/left/transform/min-width */

/* ...otros estilos... */

@media only screen and (max-width: 600px) {
    #divResultadoBusquedaBuscador,
    #divResultadoBusquedaFloat {
        width: 90vw !important;
        min-width: 0 !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        border-radius: 0 0 12px 12px;
        padding: 4px 0;
        font-size: 1em;
        max-height: 60vh;
        height: auto;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    #divResultadoBusquedaBuscador .gridResuBus,
    #divResultadoBusquedaFloat .gridResuBus {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
    }
    #divResultadoBusquedaBuscador .eleBus,
    #divResultadoBusquedaFloat .eleBus {
        flex: 0 0 48%;
        min-width: 0;
        max-width: 49%;
        box-sizing: border-box;
        padding: 10px 4px;
        font-size: 1em;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #divResultadoBusquedaBuscador .eleBus img,
    #divResultadoBusquedaFloat .eleBus img {
        max-width: 90%;
        height: auto;
        margin: 0 auto 8px auto;
        display: block;
    }
    #divResultadoBusquedaBuscador .eleBus .tituloBus,
    #divResultadoBusquedaFloat .eleBus .tituloBus {
        font-size: 1em;
        min-height: 0;
        line-height: 1.2em;
        text-align: left;
    }
}

#divResultadoBusquedaBuscador,
#divResultadoBusquedaFloat {
    position: absolute;
    z-index: 2147483647;
    width: 50vw;
    left: 50% !important;
    transform: translateX(-50%);
    min-width: 320px;
    height: 70vh;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 8px 8px;
    border: 1px solid #e0e0e0;
    display: none;
    padding: 8px 0;
}

@media (max-width: 768px) {
    .eleQsomos .eleTitu {
        margin-top: 0px;
    }
}