@media (min-width: 1700px) {

  .middle {
    padding: 30px 3%;
  }

}

@media (max-width: 1700px) {
  .middle {
    padding: 40px 1%;
  }

  .precio-producto-individual .precio-base {
    font-size: 26px;
  }

  .productos-destacados {
    gap: 50px;
  }
}

@media (min-width: 1201px) {

  .responsive-header,
  .menu-responsive {
    display: none;
  }
}

@media (max-width: 1477px) {

  /* Estilos para pantallas grandes */
  .productos-destacados {
    gap: 28px;
  }

  .middle,
  .middle button {
    font-size: 16px;
  }

  .middle {
    padding: 30px 3%;
  }

  .categorias {
    padding: 0;
    min-height: 350px;
  }

  .categoria {
    padding: 20px 0;
  }

  .oferta {
    max-width: 100%;
    padding: 15px 3%;
  }

  .cta-home {
    margin-top: -50px;
  }

  .formulario-acceso form {
    width: 100%;
    padding: 0 30px;
  }

  .detalles-producto-titulo {
    flex-direction: column;
    gap: 15px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #precio-base {
    margin: 0;
  }

  .checkout {
    padding: 3%;
  }
}

@media (max-width: 1421px) {

  /* INICIO */
  .categorias {
    padding: 70px 25px;
    justify-content: space-between;
  }

  .categoria {
    padding: 20px 0;
    margin: 0 15px;
  }

  .middle {
    padding: 15px 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
  }

  .middle nav>ul {
    font-size: 14px;
  }
}

/* Versión tablet o pantallas medianas */
@media (max-width: 1260px) {

  /* HEADER */
  .middle {
    display: none;
  }

  .responsive-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 30px;
    align-items: center;
  }

  .responsive-header button img {
    width: 50px !important;
    height: 50px !important;
  }

  .logo {
    width: 350px !important;
  }

  .logo-eyeware {
    top: calc(50% + 50px);
    font-size: 10px;
  }

  #openFavBtnResponsive {
    display: none;
  }

  #openFavBtnResponsive span {
    background-color: var(--acento1);
    padding: 4px 10px;
    border-radius: 50%;
    color: var(--blanco);
    font-size: 16px;
    margin-bottom: 25px;
    font-family: var(--tipo-secundaria);
    margin-left: -6px;
    margin-top: -5px;
  }

  #openCartBtnResponsive {
    display: flex;
    align-items: center;
    border: none;
  }

  #openCartBtnResponsive span {
    background-color: var(--acento1);
    padding: 5px 10px;
    border-radius: 50%;
    color: var(--blanco);
    font-size: 16px;
    margin-bottom: 25px;
    font-family: var(--tipo-secundaria);
    margin-left: -10px;
    margin-top: -5px;
  }

  .menu-responsive img {
    width: 24px !important;
    height: 24px !important;
    margin: 10px;
  }

  .menu-responsive {
    width: 50vw;
    max-width: none;
  }

  .menu-responsive-content nav ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    font-family: var(--tipo-texto);
    font-size: 18px;
    font-weight: 500;
  }

  .menu-responsive-content nav ul>.menu-responsive-divider {
    width: 70%;
    margin-top: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--gris);
  }

  .menu-responsive-fav {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .menu-responsive-fav span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background-color: var(--acento1);
    color: var(--blanco);
    font-family: var(--tipo-secundaria);
    font-size: 14px;
    line-height: 1;
  }

  .megamenu-responsive {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .mgmenu-responsive-nivel-1,
  .mgmenu-responsive-nivel-2 {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    font-family: var(--tipo-texto);
    font-size: 18px;
    font-weight: 500;
  }

  .mgmenu-responsive-nivel-1 h3,
  .mgmenu-responsive-nivel-2 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .mgmenu-responsive-nivel-1 a img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0px;
  }

  .mgmenu-responsive-nivel-1,
  .mgmenu-responsive-nivel-2 {
    margin-top: 0px;
  }

  .mgmenu-responsive-nivel-1 ul,
  .mgmenu-responsive-nivel-2 ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
    font-weight: 500;
  }

  .backNivel2 {
    padding: 0px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }

  /* INICIO */
  .categorias {
    padding: 70px 25px;
    justify-content: space-between;
    height: 350px;
  }

  .categoria {
    padding: 20px 0;
    margin: 0 15px;
  }

  .categoria img {
    height: auto;
  }

  .estilo {
    padding: 70px 30px;
  }

  .estilo__imagenes {
    margin-top: 0;
  }

  .destacados {
    padding: 70px 30px;
  }

  .productos-destacados {
    gap: 40px;
    justify-content: center;
  }

  .producto-destacado {
    width: 100%;
    height: auto;
    max-height: 340px;
  }

  .producto-img img {
    width: 100%;
  }

  .modelo {
    font-size: 20px;
  }

  .precio {
    font-size: 15px;
  }

  .producto-info-principal {
    flex-wrap: wrap;
  }

  .oferta {
    padding: 0 30px;
  }

  .categoria-lentes {
    padding: 30px 7%;
  }

  .cat-lentes-home {
    min-height: 500px;
  }

  .cta-home {
    padding: 50px 25px;
    gap: 30px;
    flex-wrap: wrap;
  }

  .cta-home__texto {
    min-width: 47%;
  }

  /*TIENDA*/
  .filtro {
    padding: 24px 25px;
  }

  #toggle-filtro {
    font-size: 14px;
    line-height: 1.3em;
  }

  .filtro-extendido {
    padding: 3%;
    gap: 30px;
  }

  .filtro-extendido__filtro h3 {
    font-size: 16px;
  }

  .tipos-productos-slider {
    padding: 25px 10%;
  }

  .tipos__productos {
    padding: 0;
    gap: 35px;
  }

  .productos-archive__tienda {
    padding: 10px 25px;
  }

  .tipos__productos a {
    text-align: center;
    line-height: 1.3em;
    font-size: 16px;
  }

  .acceso-cuenta {
    width: 100%;
  }

  .detalles-producto {
    flex-direction: column;
  }

  .image-producto-galeria {
    width: 100%;
    margin-top: 20px;
  }

  .detalles-producto-content {
    width: 70%;
  }

  #checkoutForm {
    flex-direction: column;
    max-width: 980px;
  }

  .detalles-de-pago h2 {
    width: 100%;
  }

  .detalles-de-pago,
  .resumen-compra {
    flex-direction: column;
    width: 100%;
  }

  .resumen-compra {
    position: static;
  }

  .datos-facturacion__formulario {
    max-width: 100%;
  }

  .datos-facturacion {
    width: 100%;
  }

  .datos-facturacion__form__input {
    width: auto;
  }

  #invoice_type,
  #doc_type,
  #cliente-alterno {
    width: 100%;
  }

  .datos-facturacion__form__input input,
  .datos-facturacion__form__input select {
    width: 100%;
  }

  .datos-facturacion__form__input textarea {
    width: 100%;
  }

  .datos-facturacion__form__input.campo-debajo {
    width: 100%;
  }

  #otro_recibe {
    width: 5%;
  }

  .checkout-metodos-seleccionar {
    width: 100%;
  }

  #checkoutForm {
    gap: 24px;
  }

  .checkout {
    padding: 1% 3%;
  }

  .resumen-producto-compra {
    width: 100%;
    gap: 30px;
    display: flex;
    flex-direction: column;
  }

  .item-cart img {
    width: 200px;
    height: 200px;
  }

  .item-cart {
    gap: 30px;
  }

  .mgmenu-mobile-gender {
    background: #d9ff00;
    padding: 5px 10px;
    border-radius: 50px;
  }
}

@media (max-width: 1100px) {
  .categorias {
    height: 350px;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
  }

  .categoria {
    width: 40%;
  }

  .categorias-track {
    overflow-x: auto;

    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;

    scrollbar-width: none;

    justify-content: flex-start;


    padding-inline: 22%;
    gap: 16px;
  }

  .categorias-slider .categoria {
    flex: 0 0 260px;

    transform: scale(.75);
    opacity: .55;
    filter: blur(1px);
  }

  .categorias-slider .categoria.is-active {
    transform: scale(1);
    opacity: 1;
    filter: none;
  }

  .detalles-de-pago,
  .resumen-compra {
    flex-direction: column;
  }

  .datos-facturacion {
    width: 100%;
  }

  .datos-facturacion__formulario {
    width: 100%;
    padding: 25px;
  }

  .tipos-productos-slider {
    padding: 16px 10%;
  }

  .tipos__productos {
    padding: 0;
    gap: 30px;
  }


  #main-content {
    min-height: 40vh;
  }
}

/* Versión móvil */

@media (max-width: 768px) {

  .producto-archive__tienda {
    padding: 5px;
  }

  .limpiar-filtros-mobile {
    border: none;
    background: transparent;

    font-size: 14px;
    font-family: var(--tipo-principal);
    font-weight: 500;
    letter-spacing: 0.5px;

    color: var(--principal);

    cursor: pointer;
    padding: 0;

    transition: opacity .25s ease;
  }

  .limpiar-filtros-mobile:hover {
    opacity: .7;
  }

  .filtros-topbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .cerrar-filtros {
    width: 38px;
    height: 38px;

    border: none;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    padding: 0;
  }

  .cerrar-filtros img {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }

  .filtros-topbar {
    display: flex;
  }

  .producto-img img {
    width: 100%;
  }

  /*INICIO*/
  .categorias {
    height: 320px;
    padding: 50px 25px;
    flex-wrap: wrap;
    gap: 30px;
  }

  .categoria {
    gap: 15px;
    font-size: 16px;
    margin: 0;
    text-align: center;
  }

  .categorias-track {
    gap: 12px;
    padding-inline: 12%;
  }

  .filtro {
    padding: 25px 25px;
  }

  .migas-de-pan {
    font-size: 14px;
  }

  .estilo {
    padding: 70px 25px;
    min-height: 500px;
    gap: 30px;
  }

  .estilo__imagenes {
    margin-top: 0;
  }

  .estilo__imagenes-2 {
    width: 150px;
  }

  .estilo__texto h2 {
    font-size: 32px;
    line-height: 1.3;
  }

  .estilo__texto p {
    font-size: 18px;
  }

  .estilo__link {
    margin-top: 20px;
    font-size: 18px;
  }

  .destacados {
    padding: 70px 25px;
    min-height: 500px;
    gap: 30px;
  }

  .destacados h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 30px;
  }

  .productos-destacados {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
    width: 100%;
  }

  .productos-archive__tienda .productos-destacados {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 10px;
  }

  .productos-destacados> :only-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 270px);
  }

  .producto-archive__tienda .colores {
    max-height: 50px;

    opacity: 1;

    transform: translateY(0);

    overflow: visible;
  }

  .producto-destacado:hover {
    transform: none;
  }

  .producto-destacado {
    width: 100%;
    height: auto;
    min-width: 0;
  }

  .icono-facial img {
    width: 28px;
    margin-top: 0px;
  }

  .modelo {
    font-size: 20px;
  }

  .precio {
    font-size: 16px;
  }

  .color {
    width: 18px;
    height: 18px;
  }

  .oferta {
    padding: 0 25px;
  }

  .categoria-lentes {
    padding: 10px 50px;
    gap: 30px;
  }

  .cat-lentes-home {
    min-height: 300px;
    padding: 30px;
  }

  .cat-lentes-home h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .acceso-cuenta h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .cat-lentes-home a {
    margin-top: 20px;
    font-size: 18px;
  }

  .filtro {
    padding: 16px 25px;
    min-height: 50px;
    flex-direction: column;
  }

  .tipos-productos-slider {
    padding: 16px 10%;
  }

  .tipos__productos {
    padding: 0;
    gap: 20px;
    justify-content: flex-start;
  }

  .tipo__imgaen {
    padding: 25px;
  }

  .tipos__productos a {
    margin: 0;
    width: 45%;
  }

  .productos-archive__tienda {
    padding: 10px 10px;
  }

  .boton-accesos-cuenta {
    flex-direction: column;
  }

  .formulario-acceso,
  .formulario-acceso-img {
    width: 100%;
  }

  .botones-acceso-top-iten,
  .botones-acceso-top-iten.active-acc-boton {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: -10px;
  }

  .acceso-cuenta h1 {
    font-size: 32px;
  }

  .formulario-acceso input[type="submit"] {
    font-size: 16px;
  }

  .formulario-acceso-img {
    height: 500px;
  }

  .detalles-producto-content {
    width: 100%;
  }

  .image-producto-galeria-fotos {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .miniaturas {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .miniaturas img {
    width: 150px;
    height: 150px;
  }

  .producto-content {
    gap: 10px;
  }

  .detalles-producto {
    gap: 30px;
  }

  .detalles-adicionales-producto-1 {
    width: 100%;
  }

  .specs-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .specs-left {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .specs-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 30px;
  }

  #header-checkout {
    padding: 10px 7%;
  }

  #header-checkout img {
    width: 250px;
  }

  div#lens-color-preview-wrapper {
    margin: 0;
    width: 100%;
  }

  .form-chec-fila {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 0;
  }

  .datos-facturacion__form__input {
    flex: 0 1 auto;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;

  }

  .checkout-metodos-seleccionar {
    flex-direction: column;
  }

  .layout-tienda {
    flex-direction: column;
  }

  .sidebar-filtros {
    width: 100%;
  }

  #toggle-filtro {
    width: 100%;
    padding: 15px;
    background: var(--beige);
  }

  /* 🔥 PANEL COMO OVERLAY */
  .filtro-extendido {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 320px;
    height: 100vh;
    margin-top: 0;

    background: #fff;
    z-index: 999;

    overflow-y: auto;
    padding: 20px;

    /* oculto */
    transform: translateX(-100%);
    opacity: 0;

    max-height: none;
    /* rompe tu animación antigua */
  }

  .filtro-extendido.activo {
    transform: translateX(0);
    opacity: 1;
  }

  .filtro-extendido {
    max-height: none !important;
  }

  .logo {
    width: 300px !important;
  }

  .logo-eyeware {
    top: calc(50% + 43px);
  }

  .responsive-header button img {
    width: 40px !important;
    height: 40px !important;
  }

  .btn-favoritos-responsive img {
    width: 40px;
  }

  section.tipo__imgaen.banner-slider {
    display: none;
  }

  .banner-slider .banner-glide {
    min-height: 400px;
  }

  .categorias.categorias-slider {
    min-height: 160px;
  }

  .categorias-slider .categoria {
    min-height: 160px;
  }
  .benefits__layer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .benefits__item {
            width: 40%;
        justify-content: flex-start;
  }
}

@media (max-width: 576px) {

  .btn-quick-buy {
    width: fit-content;

    padding: 10px 14px;

    font-size: 13px;
    gap: 6px;
  }

  .btn-quick-buy .icono-btn {
    width: 16px;
    height: 16px;
  }

  #header {
    min-height: 10vh;
  }

  #main-content {
    min-height: 50vh;
  }

  #footer {
    min-height: 40vh;
    background: #111;
  }

  /* HEADER */
  .responsive-header {
    padding: 16px 10px;
  }

  .responsive-header button img {
    width: 32px !important;
    height: 32px !important;
  }

  .btn-favoritos-responsive img {
    width: 32px;
  }

  .logo {
    width: 250px !important;
  }

  .logo-eyeware {
    top: calc(50% + 36px);
    font-size: 9px;
  }

  #openFavBtnResponsive span {
    padding: 1px 8px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  #openCartBtnResponsive span {
    padding: 4px 8px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .menu-responsive {
    width: 80vw;
  }

  /*INICIO*/
  .categorias {
    height: 260px;
    gap: 30px;
  }

  .categoria {
    width: 46%;
  }

  .categorias-track {
    gap: 10px;
    padding-inline: 15%;
  }

  .categorias-slider .categoria {
    flex: 0 0 170px;
    min-width: 170px;

    min-height: 170px;
  }

  .estilo {
    flex-wrap: wrap;
    gap: 30px;
    padding: 50px 25px;
  }

  .estilo__imagenes,
  .estilo__texto {
    width: 100%;
  }

  .precios {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 4px;
  }

  .estilo__imagenes {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .estilo__imagenes-1 {
    width: 65%;
  }

  .estilo__imagenes-2 {
    width: 50%;
    margin-top: -200px;
  }

  .destacados {
    padding: 50px 25px;
  }

  .producto-destacado {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }

  #featuredList {
    display: flex;
    gap: 50px;
  }

  .oferta {
    padding: 0 25px;
  }

  .categoria-lentes {
    padding: 50px 25px;
    gap: 50px;
    flex-direction: column;
    margin-bottom: -50px;
  }

  .cat-lentes-home {
    min-height: 350px;
    padding: 30px;
    min-width: 100%;
  }

  #cat-lentes-home-2 {
    margin: 0 !important;
  }

  .filtro-extendido__filtro fieldset {
    max-height: 500px;
  }

  .cta-home {
    flex-direction: column;
    gap: 50px;
  }

  .cta-home__texto {
    min-width: 500px;
    min-height: 500px;
    text-align: center;
  }

  #toggle-filtro {
    flex-wrap: wrap;
  }

  .filtro-extendido.activo {
    max-height: 2000px;
  }

  .filtro-extendido__filtro fieldset {
    max-height: auto !important;
  }

  .tipo__imgaen {
    padding: 10px;
  }

  .tipos-productos-slider {
    padding: 25px 10%;
  }

  .tipos__productos {
    padding: 0;
    gap: 30px;
  }

  .image-producto-galeria-fotos {
    gap: 20px;
  }

  .miniaturas {
    gap: 20px;
  }

  .miniaturas img {
    width: 70px;
    height: 70px;
  }

  #face-time-btn {
    margin-top: 0;
    margin-bottom: 0;
    bottom: 20px;
    padding: 15px 20px;
  }

  .reviews {
    font-size: 14px;
  }

  .precio-producto-individual .precio-base {
    font-size: 22px;
  }

  .detalles-producto-titulo p {
    font-size: 22px;
  }

  .tamanho-label .texto {
    margin-left: -10px;
    font-size: 14px;
  }

  .desplegable-producto-content .tamanho-label {
    gap: 24px;
  }

  .tamanho-options {
    margin-top: 0;
    gap: 5px;
  }

  .opcion-seleccionada {
    hyphens: none;
  }

  .desplegable-producto-content {
    padding: 5px 15px;
  }

  .detalles-producto-titulo h1 {
    font-size: 32px;
  }

  .desplegable-producto-titulo {
    font-size: 20px;
  }

  .tamanho-label .titulo {
    font-size: 14px;
  }

  #medida-lente .desplegable-producto-content {
    padding: 14px 30px;
  }

  #medida-lente .tamanho-options {
    gap: 10px;
  }

  .detalles-producto-content {
    gap: 15px;
  }

  .desplegable-producto-titulo .editar-texto {

    font-size: 14px;
    hyphens: none !important;

    /* Prefijos para navegadores más antiguos (buena práctica) */
    -webkit-hyphens: none;
    /* Para Safari, Chrome antiguo */
    -moz-hyphens: none;
    /* Para Firefox antiguo */
    -ms-hyphens: none;
  }

  .texto div {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .precio {
    margin: 0;
  }

  .item-cart {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }

  .item-cart img {
    width: 150px;
    height: 150px;
  }

  .checkout {
    padding: 0%;
  }

  .detalles-de-pago h2 {
    font-size: 24px;
  }

  .datos-facturacion h3 {
    text-decoration: underline;
  }

  .datos-facturacion {
    margin-bottom: 15px;
    gap: 12px;
  }

  .checkout-metodos-seleccionar {
    gap: 15px;
  }

  .resumen-compra {
    position: static;
  }

  .resumen-compra h2 {
    font-size: 16px;
    padding: 20px 15px 0 15px;
  }

  .resumen-producto-compra,
  .datos-facturacion__formulario {
    padding: 15px;
  }

  .resumen-compra__total-items {
    padding: 15px;
  }

  .checkout-coupon__controls {
    flex-direction: column;
  }

  .resumen-compra__total-items .checkout-coupon__controls button {
    width: 100%;
  }

  .tyc {
    width: 100%;
    font-size: 14px;
  }

  .tittle-legal {
    font-size: 32px;
  }

  .tipos-productos-slider,
  .tipos__productos {
    display: none;
  }

  .layout-tienda {
    gap: 20px;
    padding: 3%;
  }

  .productos-archive__tienda {
    padding: 1%;
  }

  .tipo__imgaen {
    margin-bottom: 0px;
  }

  .filtro {
    padding: 16px 25px;
  }

  #txt-filtrar,
  #txt-ocultar {
    font-size: 14px;
  }

  #closeResponsiveMenuBtn {
    margin: 12px;
  }

  .mgmenu-responsive-nivel-1 ul,
  .mgmenu-responsive-nivel-2 ul {
    gap: 20px;
  }

  .banner-slider .banner-glide {
    min-height: 160px;
  }

  .icono-btn img {
    width: 16px;
    height: 16px;
  }
  .benefits__item {
    width: 250px;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    background: var(--beige);
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }
  .benefits__text-layer {
  text-align: center;
}
}

@media (max-width: 480px) {

  /* Pantallas pequeñas: texto compacto, todo en una columna */
  .menu-responsive {
    width: 100vw;
  }

  .categorias {
    height: 260px;
  }

  .categoria {
    width: 44%;
    gap: 20px;
  }

  .logores-container {
    margin-left: 10px;
  }

  .categorias-track {
    gap: 8px;
    padding-inline: 8%;
  }

  .categoria a p {
    font-size: 14px;
  }

  .btn-quick-buy {
    width: fit-content;
    padding: 8px 12px;
    font-size: 12px;
    gap: 5px;
  }

  /*INICIO*/
  .estilo__imagenes-2 {
    width: 50%;
    margin-top: -120px;
  }

  .cta-home__texto {
    min-width: 100%;
    min-height: 300px;
    text-align: center;
  }

  .tipos-productos-slider {
    width: 100%;
    padding: 25px 10%;
  }

  .tipos__productos {
    width: 100%;
    padding: 0;
    gap: 30px;
  }

  .tipo__imgaen {
    padding: 20px;
  }

  .tipos__productos a {
    width: 100%;
  }

  .producto-destacado {
    width: 100%;
    height: auto;
    max-height: 340px;
  }


  .formulario-acceso form {
    padding: 0px;
  }

  .botones-acceso-top {
    flex-direction: column;
    gap: 10px;
  }

  .botones-acceso-top-iten,
  .botones-acceso-top-iten.active-acc-boton {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: -10px;
    width: 100%;
  }

  .acceso-cuenta h1 {
    font-size: 32px;
    margin-top: 10px;

  }

  .logo {
    width: 180px !important;
    margin-left: -20px;

  }

  .logo-eyeware {
    top: calc(50% + 27px);
    margin-left: -20px;
    font-size: 8px;
    letter-spacing: 10px;
    text-indent: 10px;
  }

  .responsive-header button img {
    width: 24px !important;
    height: 24px !important;
  }

  .btn-favoritos-responsive img {
    width: 24px;
  }

  .menu-responsive-content nav ul {
    gap: 20px;
  }

  .layout-tienda {
    gap: 10px;
  }

  .menu-responsive-content nav ul {
    margin-top: 15px;
  }

  .detalles-adicionales-producto-1 {
    padding: 22px 16px;
  }

  .specs-left img {
    width: 72px;
    height: 72px;
  }

  .specs-right {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: center;
  }

  .descripcion-prod {
    font-size: 14px;
  }

  .spec-item,
  .specs-measures {
    font-size: 14px;
  }
}


.mgmenu-mobile-gender {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--principal);
  margin-bottom: 12px;
}

.mgmenu-responsive-nivel-1 h3,
.mgmenu-responsive-nivel-2 h3 {
  text-underline-offset: 8px;
}

.mgmenu-responsive-nivel-2 .mgmenu-mobile-focus-title {
  font-weight: 700;
}

.mgmenu-responsive-nivel-2 ul a {
  text-underline-offset: 8px;
}

@media (max-width:680px) {

  #toggle-filtro.activo .fila2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  #clear-filtros {
    margin-left: 0;
  }
  .favorito-producto i{
    font-size: 16px;
  }
  .favorito-producto{
    width: 30px;
  height: 30px;
  }

}

@media (max-width:370px) {

  .btn-quick-buy {
    padding: 7px 10px;

    font-size: 11px;

    gap: 4px;
  }

  .btn-quick-buy img {
    width: 12px;
    height: 12px;
  }

  .producto-destacado {
    width: 100%;
    height: auto;
    max-height: 315px;
  }

}

@media (min-width: 2500px) {
  .middle {
    padding: 60px 3%;
  }

  .middle,
  .responsive-header,
  .layout-tienda,
  .contenido-favoritos,
  .categorias,
  .productos-archive__tienda {
    width: min(100%, 2000px);
    margin-inline: auto;
  }

  .middle,
  .responsive-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .layout-tienda {
    padding: 35px 32px;
  }

  .contenido-favoritos {
    padding: 35px 32px;
  }

  .categorias {
    min-width: 0;
    padding-inline: 32px;
  }

  .productos-archive__tienda {
    gap: 32px;
  }

  .acciones-producto {
    margin-top: 8px;
  }

  .producto-archive__tienda {
    max-height: 380px;
  }
}

@media (min-width: 2500px) {

  /* INICIO */
  .categorias-slider .categoria p {
    font-size: 28px;
  }

  .categorias-slider .categoria {
    width: 300px;
    min-width: 260px;
    min-height: 220px;
  }

  /* TIENDA */
  .sidebar-filtros {
    width: 300px;
  }

  .layout-tienda {
    gap: 40px;
  }

  .cart-panel {
    width: 450px;
    max-width: 90%;
    height: 100%;
  }

  .cart-header h2 {
    font-size: 32px;
  }

  .cart-body {
    font-size: 26px;
  }

  /* PRODUCTOS */
  .producto-destacado:not(.producto-archive__tienda) {
    max-width: 310px;
  }

  .producto-info .modelo {
    font-size: 28px;
  }

  .precio-base,
  .precio-oferta {
    margin-top: 10px;
    font-size: 22px;
  }

  /* HEADER */
  .middle {
    font-size: 32px;
  }

  .logo {
    width: 350px;
  }

  .middle button {
    font-size: 20px;
  }

  .middle_derecha img {
    width: 45px;
    height: 45px;
  }

  .migas-de-pan {
    font-size: 28px;
  }

  /* CATEGORÍAS HOME */
  .categoria img {
    transform: scale(1.1);
  }

  .categoria-card p {
    font-size: 22px;
  }

  .filtro-extendido__filtro h3 {
    font-size: 24px;
  }

  .sidebar-filtros {
    width: 350px;
  }

  #toggle-filtro .fila1 {
    font-size: 32px;
  }

  #filtro-count {
    font-size: 24px;
  }

  #clear-filtros {
    font-size: 22px;
  }

  .precio-valores {
    font-size: 22px;
  }

  .toggle-icon {
    font-size: 32px;
  }

  .filtro-extendido__filtro fieldset div {
    font-size: 20px;
  }



  .favorito i {
    font-size: 24px;
  }

  .color {
    width: 26px;
    height: 26px;
  }

  .paginacion button {
    padding: 12px 16px;
    font-size: 22px;
  }

  .footer__col h4 {
    font-size: 32px;
  }

  .footer__col a {
    font-size: 22px;
  }

  .tipos-productos-slider {
    padding: 35px 6%;
    gap: 20px;
  }

  .tipos__productos {
    gap: 50px;
  }

  .categoria-card {
    width: 350px;
    min-width: 300px;
    height: 180px;
    flex: 0 0 auto;
  }

  /* FAVORITOS */
  .titulo-favoritos {
    font-size: 52px;
  }

  #vaciarFavoritos {
    font-size: 30px;
    margin: 0 auto 20px;
    padding: 10px 18px;
  }
}

@media (max-width:1440px) and (min-width: 1100px) {
  .categorias-track {
    gap: 25px;
  }

  .categorias-slider .categoria {
    min-height: 180px;
  }

  .categorias.categorias-slider {
    padding: 20px 7%;
  }
}

@media (max-width: 1024px) and (min-height: 1000px) {
  .banner-tablet-extra {
    display: block;
    padding: 20px 5%;
  }

  .banner-tablet-extra .banner-glide {
    width: 100%;
    min-height: 0;
    border-radius: 12px;
    overflow: hidden;
  }
}


