@media (max-width: 1632px) {
  #textTienda1 .container {
    max-width: 1250px;
  }

  #textTienda1 .tienda-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 1465px) {
  .whatsapp-flotante {
    bottom: 100px;
  }
}

@media (max-width: 1300px) {
  #locion-tea-tree .ltt-content,
  #himalaya .hm-content,
  #tea-tree .tt-content,
  #linaza .linaza-content,
  #aceite-argan .aa-content {
    gap: 5rem;
  }

  #tea-tree .tt-paragraph br,
  #linaza .linaza-paragraph br,
  #aceite-argan .aa-paragraph br {
    display: none;
  }
}

@media (max-width: 1288px) {
  #tea-tree-gel .ttg-content,
  #linaza-gel .lg-content {
    gap: 5rem;
  }
}

@media (max-width: 1228px) {
  #textTienda1 .container {
    max-width: 850px;
  }

  #textTienda1 .tienda-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 1200px) {
  #productosRelacionados .producto-card {
    flex: 0 0 300px;
    min-width: 300px;
  }

  #productosRelacionados .producto-imagen-rel {
    width: 300px;
    height: 250px;
  }

  @keyframes scroll-infinite {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-1200px - 12rem));
    }
  }
}

@media (max-width: 1178px) {
  #shampoo-barra .ltt-content,
  #locion-tea-tree .ltt-content,
  #linaza-gel .lg-content {
    flex-direction: column-reverse;
    gap: 4rem;
  }

  #tea-tree-gel .ttg-content,
  #himalaya .hm-content,
  #argan-oil .ao-content {
    flex-direction: column;
    gap: 4rem;
  }

  #shampoo-barra .ltt-right,
  #locion-tea-tree .ltt-right,
  #himalaya .hm-left,
  #tea-tree-gel .ttg-right,
  #argan-oil .ao-left,
  #linaza-gel .lg-right {
    margin-left: 0;
    width: 80%;
    margin-right: 0;
  }

  #himalaya .hm-text br {
    display: none;
  }

  #shampoo-barra .ltt-left,
  #locion-tea-tree .ltt-left,
  #himalaya .hm-right,
  #tea-tree-gel .ttg-left,
  #argan-oil .ao-right,
  #linaza-gel .lg-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #shampoo-barra .ltt-product,
  #locion-tea-tree .ltt-product,
  #himalaya .hm-product,
  #tea-tree-gel .ttg-product,
  #argan-oil .ao-product,
  #linaza-gel .lg-product {
    width: 100%;
    max-width: 450px;
  }

  #shampoo-barra,
  #locion-tea-tree {
    padding: 8rem 0;
  }

  #shampoo-barra .ltt-elipse {
    top: 73%;
  }

  #shampoo-barra .ltt-elipse-right {
    top: 23%;
  }
}
@media (max-width: 1100px) {
  .header-actions {
    gap: 15rem;
  }
}

@media (max-width: 1050px) {
  #aceite-argan .aa-content,
  #linaza .linaza-content {
    flex-direction: column;
    gap: 4rem;
  }

  #tea-tree .tt-content {
    flex-direction: column-reverse;
    gap: 4rem;
  }

  #tea-tree .tt-text,
  #linaza .linaza-text,
  #aceite-argan .aa-text {
    text-align: center;
    width: 90%;
  }

  #tea-tree .tt-image img,
  #linaza .linaza-image img,
  #aceite-argan .aa-image img {
    width: 100%;
    max-width: 450px;
  }
}

@media (max-width: 996px) {
  #ventasMayoreo .mayoreo-content {
    flex-direction: column;
    gap: 5rem;
  }

  #ventasMayoreo .mayoreo-texto {
    font-size: 4.5rem;
    text-align: center;
  }
}

@media (max-width: 990px) {
  .header-actions {
    gap: 5rem;
  }
}

@media (max-width: 975px) {
  #textDetalleProductos .contenido-producto {
    flex-direction: column;
    gap: 4rem;
  }

  #textDetalleProductos .imagen-producto {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  #textDetalleProductos .info-producto {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    align-items: flex-start;
  }

  #textDetalleProductos .descripcion-producto {
    text-align: left;
  }

  #textDetalleProductos .contenedor-boton {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 955px) {
  #contactoForm .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  #contactoForm .form-group:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .header-actions {
    gap: 2rem;
  }
}

@media (max-width: 880px) {
  body {
    padding: 0 0 44px 0;
  }

  .btn-contact {
    display: none;
  }

  .main-header .header-main,
  .main-header .top-bar {
    display: none;
  }

  .mobile-header {
    display: flex;
  }

  .hero-section img {
    padding-top: 60px;
  }

  .mobile-social-bar {
    display: flex;
  }

  #textDetalleProductos .barra-superior {
    margin-top: 60px;
  }

  .whatsapp-flotante {
    display: none;
  }
}

@media (max-width: 819px) {
  #textTienda1 .container {
    max-width: 450px;
  }

  #textTienda1 .tienda-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  #textTienda1 .producto-imagen {
    max-width: 100%;
  }
}

@media (max-width: 875px) {
  #textDetalleProductos .barra-superior .container-detalle {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  #textDetalleProductos .titulo-producto {
    text-align: center;
  }

  #textDetalleProductos .btn-regresar::after {
    display: none;
  }

  #textDetalleProductos .btn-regresar a {
    border-radius: 50px;
  }
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .heroSwiper .swiper-pagination {
    justify-content: center;
    bottom: 15px;
  }

  .heroSwiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }

  .heroSwiper .swiper-pagination-bullet-active::after {
    width: 10px;
    height: 10px;
  }

  #locion-tea-tree,
  #tea-tree-gel,
  #linaza-gel,
  #tea-tree,
  #linaza,
  #aceite-argan,
  #prod-innovadores {
    padding: 8rem 0;
  }

  #shampoo-barra .ltt-title,
  #locion-tea-tree .ltt-title,
  #himalaya .hm-title,
  #tea-tree-gel .ttg-title,
  #argan-oil .ao-title,
  #linaza-gel .lg-title,
  #prod-innovadores .pi-title {
    font-size: 4rem;
  }

  #tea-tree .tt-title,
  #linaza .linaza-title,
  #aceite-argan .aa-title {
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }

  #aceite-argan .aa-text {
    width: 100%;
  }

  #shampoo-barra .ltt-right,
  #locion-tea-tree .ltt-right,
  #himalaya .hm-left,
  #tea-tree-gel .ttg-right,
  #argan-oil .ao-left,
  #linaza-gel .lg-right {
    width: 100%;
  }

  #argan-oil .ao-feature span br {
    display: none;
  }

  #textTienda1 .tienda-titulo {
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }

  #ventasMayoreo .mayoreo-texto {
    font-size: 3rem;
    letter-spacing: 0;
  }

  #ventasMayoreo .mayoreo-btn img {
    max-width: 290px;
    width: 100%;
  }

  #ventasMayoreo {
    padding: 7rem 0;
  }

  #ventasMayoreo .mayoreo-content {
    gap: 2.5rem;
  }

  #productosRelacionados .titleRecionados1 .container {
    font-size: 3rem;
  }

  #productosRelacionados .producto-card {
    flex: 0 0 260px;
    min-width: 260px;
  }

  #productosRelacionados .producto-imagen-rel {
    width: 260px;
    height: 215px;
  }

  @keyframes scroll-infinite {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-1040px - 12rem));
    }
  }

  #textDetalleProductos .titulo-producto h1 {
    font-size: 4rem;
  }

  #textDetalleProductos .titulo-producto .peso-text {
    font-size: 2.5rem;
  }

  #textDetalleProductos .container-detalle {
    padding: 0 2rem;
  }

  #contactoForm .contacto-titulo {
    font-size: 4rem;
  }
}

@media (max-width: 500px) {
  #contactoForm .form-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  #contactoForm .form-group:first-child {
    grid-column: 1;
  }
}

@media (max-width: 450px) {
  .footer-left p {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .footer-separator {
    display: none;
  }
}

@media (max-width: 412px) {
  #textTienda1 .tienda-producto {
    width: 100%;
  }

  #textTienda1 .producto-link {
    width: 100%;
  }

  #textTienda1 .producto-imagen {
    width: 100%;
    max-width: 100%;
    border-radius: 25px 25px 0 0;
  }

  #textTienda1 .producto-info {
    padding: 1.5rem 1rem;
    border-radius: 0 0 25px 25px;
  }

  #textTienda1 .producto-nombre {
    font-size: 1.8rem;
  }

  #textTienda1 .producto-peso {
    font-size: 1.4rem;
  }
}
