@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

@font-face {
  font-family: 'Gotham Ultra';
  src: url('WebFonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('WebFonts/Gotham-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Book';
  src: url('WebFonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('WebFonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* TEXTOS */

.carta-color {
  word-break: normal;
}

.landing h1,
.landing h2,
.landing h3,
.landing h4,
.landing h5 {
  color: #232532;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0;
}

.landing h1 {
  font-size: 3rem;
}

@media (max-width:767px) {
  .landing h1 {
    font-size: 2rem;
  }
}

.landing {
  word-break: normal;
}

.landing h2 {
  font-size: 2.9rem;
}

.landing h3 {
  font-size: 2.7rem;
}

.landing h4 {
  font-size: 1.9rem;
  margin-bottom: 0;
}

.landing h5 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.landing a {
  font-size: 1rem;
  font-weight: bold;
  color: #232532;
  text-decoration: none;
}

.landing a:hover {
  color: #FF7062;
}

.landing a span {
  font-size: 14px;
  font-weight: 500;
}

.landing p {
  font-size: 15px;
  color: #797979;
  font-weight: 400;
  margin-bottom: 0;
}

.landing img {
  max-width: 100%;
}

.black-highlight {
  color: white !important;
  background-color: black;
}

.brown-highlight {
  color: white !important;
  background-color: #f07131;
}

.red-highlight {
  color: white !important;
  background-color: #d83643;
}

.green-highlight {
  color: white !important;
  background-color: #137748;
}

.pink {
  color: #FF7062 !important;
}

.blue-green {
  color: #249886 !important;
}

.green {
  color: #137748 !important;
}

.orange {
  color: #f07131 !important;
}

.blue {
  color: #1e61a6 !important;
}

.naranja-bg {
  background-color: #cd845c !important;
}

.verde-bg {
  background-color: #40b3a1 !important;  
}

.amarillo-bg {
  background-color: #f1b51c !important;  
}

/* OTOÑO */

.olivo {
  color: #60674a !important;
}

.cedro {
  color: #c57309 !important;
}

.cipres {
  color: #ae5057 !important;
}

.roble {
  color: #644133 !important;
}

/* FIN TEXTOS */

/* CONTENEDOR */
.landing .container {
  max-width: 100rem;
  padding: 2rem;
  margin: 0 auto;
}

@media (max-width:767px) {
  .landing .container {
    padding: 1rem 2rem;
    margin: 0 auto;
  }
}

/* FIN CONTENEDOR */

/* BOTONES */
/* btn principal banners*/
.landing .shop-btn {
  padding: 0.5rem 3.5rem;
  margin: 1rem 0 0 0;
  text-align: center;
  border-radius: 3rem;
  display: inline-block;
  background: #FFFFFF;
  color: #232532;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
}

.landing .shop-btn::after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #232532;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
  top: 0;
  z-index: -3;
}

.landing .shop-btn svg {
  fill: currentColor;
  color: #232532;
  transition: all 0.5s;
}

.landing .shop-btn span {
  margin-left: 8px;
  font-size: 1.5rem;
  width: 100%;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.landing .shop-btn:hover {
  color: #FFFFFF;
  background-color: black;
}

.landing .shop-btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.landing .shop-btn:hover svg {
  fill: currentColor;
  fill: #FFFFFF;
  transform: translate(5px);
}

.landing .shop-btn:hover span {
  color: #FFFFFF;
}

/* btn productos*/
.product-btn {
  padding: 0.6rem 1.6rem 0.7rem 2.5rem;
  border-top-left-radius: 3rem;
  background: rgba(174, 28, 154, 0.188);
  font-size: 1.6rem;
  transition: all 0.4s;
}

.product-btn:hover {
  font-weight: 500;
  color: #FFFFFF;
}

.product-wrapper .product-cart-btn {
  position: static;
  transition: all 0.4s;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.product-wrapper-two .product-cart-btn .product-btn {
  background-color: rgba(255, 112, 98, 0.2);
  color: #FF7062;
}

.product-wrapper-two .product-cart-btn .product-btn:hover {
  background-color: #FF7062;
  color: #FFFFFF;
}

.product-wrapper-three .product-cart-btn .product-btn {
  background-color: rgba(35, 37, 50, 0.2);
  color: #232532;
}

.product-wrapper-three .product-cart-btn .product-btn:hover {
  background-color: #232532;
  color: #FFFFFF;
}

:root {
  --swiper-navigation-size: 1.5rem;
  --swiper-navigation-color: #de6e43;
}

/* Estilo del botón desplegable */

.tip-button {
  margin: 0;
  border-radius: 3rem;
  padding: 1rem 0;
  background: transparent;
  color: #231f20;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  outline: none !important;
}

.tip-button:hover {
  outline: none;
  color: white;
}

.tip-button i {
  transition: transform 0.3s ease;
}

.tip-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.tip-container .active {
  display: block;
  opacity: 1;
}

.tip-content {
  display: none;
  position: absolute;
  top: 110%;
  background-color: #3b2d26;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 999;
  width: 100%;
  text-align: left;
}

.tip-content p {
  font-size: 1rem;
  color: white;
  margin: 0;
}

.tip-container.active .tip-content {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width:1024px) {
  .tip-button {
    padding: 1rem 0 0 0;
  }

}

@media (max-width:767px) {

  .tip-container {
    align-items: center;
  }

  .tip-container.active .tip-content {
    width: 90%;
    z-index: 1100;
  }

  .tip-button {
    padding: 1rem 0;
  }

  .tip-content p {
    font-size: 1rem;
    text-align: center;
  }
}

/* fin desplegable */

/* FIN BOTONES */


/* CONTENEDOR PRODUCTOS */
.product-wrapper {
  width: 100%;
  height: 28rem;
  margin: 1rem;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  transition: all 0.2s;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}

.product-wrapper .product-img {
  position: relative;
}

.product-wrapper .product-img img {
  height: 100%;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  object-fit: contain;
}

.product-wrapper .product-img .resaltador {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.product-wrapper .product-info {
  padding-left: 1rem;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}

.product-wrapper .product-info .ratings {
  margin-top: 0.6rem;
}

.product-wrapper .product-details {
  font-family: "Roboto", sans-serif;
  line-height: normal;
}

.product-wrapper .description span {
  font-size: 1rem;
  color: #FF7062;
  margin: 0.3rem 0rem;
}

.product-wrapper .fragancia-description span {
  font-size: 1rem;
  color: #232532;
  margin: 0.3rem 0rem;
}


@media (max-width:767px) {
  .product-wrapper {
    height: 30rem;
  }

  .product-wrapper .product-img img {
    width: 90%;
  }
}

.product-wrapper:hover {
  border: 1px;
}

@media (max-width:767px) {
  .product-wrapper .product-info {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    gap: 0px;
    margin-bottom: 2.1rem;
  }

  .product-wrapper .price {
    display: flex;
    flex-direction: row;
    align-items: left;
    justify-content: left;
    gap: 1rem;
  }
}

@media (max-width:767px) {
  .product-wrapper .product-img img {
    width: 100%;
  }

  .product-wrapper .price span {
    font-size: 1.2rem;
  }

  .product-wrapper .price .new-price {
    font-size: 3rem;
  }
}

/* Colores */
.product-wrapper-two:hover {
  border: 1px solid #FF7062;
}

.product-wrapper-three .price .new-price {
  color: #232532;
}

.product-wrapper-three:hover {
  border: 1px solid #232532;
}

/* Precios (No) */
.price {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: flex-start;
  gap: 1rem;
}

.price .price-cut {
  text-decoration: line-through;
}

.price .new-price {
  color: #AE1C9A;
}

.price span {
  font-size: 1.6rem;
  color: #797979;
  font-weight: 500;
}

.price .new-price {
  font-size: 2.6rem;
  color: #797979;
  font-weight: 500;
}

/* TITULO PRODUCTOS */
.section-title {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
  justify-content: center;
  text-align: center;
}

.product-sale-two .section-title {
  text-align: left;
  justify-content: left;
}

.product-sale-two .section-title h5 {
  font-weight: normal;
}

.section-title .view {
  font-family: "Roboto", sans-serif;
  position: relative;
}

.section-title .view::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #232532;
  top: 2.2rem;
  left: 2px;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
}

.section-title .view:hover::before {
  opacity: 1;
  visibility: visible;
  width: 7rem;
  flex: auto;
}

@media (max-width:767px) {
  .section-title {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .section-title a {
    width: 100%;
    font-size: 1rem;
  }
}

/* TITULO CON IMAGEN */

.title-background {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-background img {
  border-radius: 10px 0 0 10px;
}

.title-background.two img {
  border-radius: 0 10px 10px 0;
}

.title-background-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.row.align-items-center>.col-lg-3,
.row.align-items-center>.col-lg-9 {
  padding: 10px;
}

.mobile {
  display: none;
}

@media (max-width:767px) {
  .title-background {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
  }

  .title-background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {}

/* FIN CONTENEDOR PRODUCTOS */

/* TABS SECCION */
.section-title.tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.section-title.tabs h1 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #757575;
  margin: 0;
}

.section-title.tabs h2 {
  font-size: 1.5rem;
  font-weight: normal;
  color: black;
  line-height: 1.3rem;
  margin: 0;
}

.section-title.tabs h1 .pink {
  color: #ed6e64;
  font-weight: bold;
}

/* botones de navegacion */
.nav-tabs .nav-link {
  color: #333;
  border: none;
}

.nav-tabs .nav-link.active {
  background-color: #f8f9fa;
  border-bottom: 2px solid #ed6e64;
  color: #ed6e64;
}

.tab-content {
  margin-top: 15px;
  padding: 1rem;
}

/* FIN TABS */

/* NAVBAR */
/* Estilos */
.landing .custom-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  background-color: white;  
  transition: transform 0.3s ease-in-out;
}

.landing .custom-navbar.scrolled {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}

.landing .navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
}

.landing .navbar-brand img {
  max-height: 30px;
}

/* MENU PRINCIPAL */
.landing .nav-list {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;  
  align-items: center;
}

.landing .nav-item {
  position: relative;  
}

.landing .nav-item a {
  font-size: 0.9rem;
}

.landing .nav-item #titulo a {
  text-decoration: none;
  color: #232532;
  width: 100%;
  font-weight: bold;
}

.nav-item #titulo1 a:hover {
  color: white;
}

/* Submenús */
.submenu {
  display: none;
  position: fixed;
  top: 3.5rem;
  left: 0;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100vw;
  height: auto;
  padding: 10px 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 995;
}

.lanzamientos .submenu {
  display: flex;
  opacity: 1;
  visibility: visible;
  justify-content: center;

}

.submenu-container {
  max-width: 95%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.submenu-container-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  text-align: center;
}

.submenu-column {
  flex: 1;
  padding: 0.5rem 0.8rem 0.5rem 0rem;
  margin-top: 0.2rem;
  font-size: 14px;
}

.lanzamientos .submenu-column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.submenu-column img {
  width: 90%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.submenu-banner:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.submenu h4,
.submenu .submenu-link h4 {
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #232532;
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
}

.lanzamientos-content a,
.lanzamientos-content a:hover {
  text-decoration: none;
}

.submenu-icon {
  font-size: 14px;
  margin-left: 0.5rem;
  transition: transform 0.3s ease-in-out;
}

.submenu h4:hover,
.submenu-icon:hover {
  color: #184496;
  text-decoration: none;
}

.landing .nav-list ul {
  border-top: 1px solid #ddd;
  padding-top: 0.2rem;
  width: 80%;
}

.landing .nav-list li {
  padding: 0;
}

.landing .nav-list li .nav-link a {
  text-decoration: none;
  color: #232532;
  font-weight: normal;
  padding: 2px 0;
  display: block;
}

.landing .nav-list li a:hover {
  color: #184496;
  text-decoration: none;
}

/* EFECTO HOVER */
.landing .nav-item:hover .submenu,
.submenu:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* MENÚ MOBILE */
.landing .navbar-toggler {
  background: none;
  cursor: pointer;
  border: none;
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.landing .navbar-toggler i {
  font-size: 24px;
  color: #232532;
  transition: opacity 0.3s ease;
}

.landing .navbar-toggler .close-icon {
  /* Ocultar icono */
  display: none;
}

.landing .navbar-toggler.active .menu-icon {
  /* Cambiar icono */
  display: none;
}

.landing .navbar-toggler.active .close-icon {
  display: inline;
}

button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}


/* Ajustes en móviles */
@media (max-width: 1024px) {
  .landing .navbar-toggler {
    display: flex;
  }

  .landing .nav-list {
    align-items: flex-start;
  }
  .lanzamientos .submenu-column {
    padding: 0;
    }

  .navbar-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem 0.3rem;
    transition: left 0.3s ease-in-out;
    z-index: 999;
    overflow-y: auto;
  }

  .navbar-links.show {
    left: 0;
    display: flex;
  }

  .landing .nav-list {
    flex-direction: column;
    text-align: left;
    padding-left: 1rem;
  }

  .landing .nav-list li {
    padding: 0;
  }

  .landing .nav-item {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    flex-direction: column;
  }

  .submenu {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.2rem 1rem 0.2rem 0.2rem;
    background: white;
    box-shadow: none;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
  }

  .submenu-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .submenu-container-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 15px;
    flex-direction: column;
    text-align: center;
  }

  .submenu-column img {
    width: 70%;
  }

}

@media (max-width: 767px) {
  .submenu-column img {
    width: 100%;
  }
}


/* FIN MENÚ DESPLEGABLE HORIZONTAL */

.derma-banner{
    background: #efa8b6;
    color: #2a2a2a;
    border-left: 4px solid #e38da0;
    border-radius: 8px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    line-height: 1.25;
    max-width: 80%;  
    margin: 0 auto 20px;
  }

  .derma-banner-icon{
    width: 80px;  
    height: 80px;
    display: grid;
    place-items: center;
    border-right: 1px solid rgba(255, 255, 255, 1);
    padding-right: 10px;
  }
  .derma-banner-icon img{
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 0 rgba(0,0,0,0)); 
  }

  .derma-banner-text{
    font-size: clamp(13px, 2.2vw, 16px);
    letter-spacing: .2px;
    font-weight: 600;                 
    text-transform: uppercase;
  }
  .derma-banner-text strong{
    font-weight: 800;                
  }

  @media (max-width: 480px){
    .derma-banner{
      padding: 10px 12px;
      gap: 8px;
      max-width: 100%;  
    }
    .derma-banner-icon{
      width: 60px;
      height: 60px;
      padding-right: 8px;
    }
  }

/* Regalables */
.product-sale {
  margin-top: 30px;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0px;
}

.product-sale-acordeon {
  margin: 2rem auto;
}

.product-sale .section-title {
  margin-bottom: 1rem;
}

/* NUEVO CODIGO */
.acordeon .title-background {  
  height: 30rem;
}
.acordeon-swiper {
  width: 100%;
  height: 30rem;
  display: flex;
  overflow: hidden;
  margin: 2rem auto;
  padding: 1rem 0;
}

.product-sale-acordeon .acordeon .swiper-wrapper {
  height: unset;
  min-height: 100%;
}

.acordeon-slide {
  position: relative;
  flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  border-radius: 1rem 0rem;
  flex: 1;
  margin: 0.3rem;
}

.acordeon-slide.active .acordeon-info {
  display: block;
}

.acordeon-slide.active {
  flex: 3;
}

.acordeon-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acordeon-content {
  position: relative;
  z-index: 2;
  color: white;
  opacity: 0;
}

.acordeon-mobile-content {
  word-break: normal;
  padding: 1rem 1rem 1.2rem;
  margin-top: 0;
  text-align: center;
  background: #fff;
  border-radius: 1rem 0;
  border: 1px solid #eee;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.acordeon-slide.active .acordeon-content {
  opacity: 1;
}

.acordeon-info {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  display: none;
}

.acordeon-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.acordeon-content {
  position: relative;
  z-index: 2;
  color: white;
  word-break: normal;
}

.acordeon-content h4 {
  font-weight:lighter;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0;
  color: white;
  padding: 0 0.2rem;
}

.acordeon-content .highlight {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3rem;
  background-color: transparent;
  background-color: black;
  color: white;
}

.acordeon-content p {
  font-size: 1rem;
  color: #f0f0f0;
  margin-bottom: 0.5rem;
  padding: 0 0.2rem;
}


.acordeon-info .shop-btn {
  font-size: 0.9rem;
  padding: 0.3rem 1.2rem;
  background-color: rgba(255, 112, 98, 1);
  color: white;
  border-radius: 2rem;
  transition: background 0.3s;
}

.acordeon-info .shop-btn:hover {
  background-color: #ff7062;
}


.product-sale .title-background-img {
  min-width: 100%;
}

@media (max-width:767px) {
  .acordeon-content {
    display: none;
  }

  .acordeon-swiper {
    margin: 1rem 0;
  }


  .acordeon-overlay {
    display: none;
  }

  .acordeon-mobile-content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    font-weight: lighter;
  }

  #acordeonMobileTitleHighlight {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    font-weight: bold;
  }

  .acordeon-mobile-content p {
    font-size: 0.85rem;
    line-height: normal;
  }

  .acordeon-mobile-content .shop-btn {
    background-color: transparent;
    border: 1px solid #FF7062;
    color: #FF7062;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 1rem;
    border-radius: 20px;
    text-transform: uppercase;
    transition: all 0.2s ease;
  }

  .acordeon-mobile-content .shop-btn:hover,
  .acordeon-mobile-content .shop-btn::after {
    background-color: #FF7062;
    color: white;
    text-decoration: none;
  }

  .product-sale {
    justify-content: center;
    height: auto;
  }

  .product-sale-section {
    height: 50%;
  }

  .product-sale .title-background {
    height: 100%;
  }

  .product-sale .title-background-img {
    height: 100%;
    min-width: 100%;
  }

  .product-sale .countdown-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .sale .product-sale .countdown-section .number {
    font-size: 1.8rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0px;
    width: 5rem;
    height: 5rem;
  }

  .sale .product-sale .countdown-section .text {
    font-size: 1.5rem;
  }
}

/* Sets con swiper */
.swiper-wrapper {
  align-items: center;
}

.product-sale-swiper .swiper-wrapper {
  height: 32rem;
}

.product-sale-swiper .swiper-slide {
  height: 29rem;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: auto;
}

.product-sale-swiper .product-wrapper {
  width: 350px;
  max-width: 350px;
  height: 100%;
  margin: 0;
  display: flex;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  text-align: center;
  background: #fff;
  transition: transform 0.2s;
  flex-direction: column;
  justify-content: space-between;
}

.product-sale-swiper .product-wrapper .product-img {
  padding: 0;
  height: 60%;
}

.product-sale-swiper .product-wrapper .product-img img {
  width: auto;
  height: 95%;
}

.swiper-recomendados .swiper-slide {
  height: 30rem;
}

.swiper-recomendados .product-sale-swiper .product-wrapper .product-img img {
  width: auto;
  height: 90%;
}

.swiper-recomendados .product-sale-swiper .product-wrapper .product-img {
  height: 50%;
}

.product-sale-swiper .product-wrapper .product-info {
  margin: 1rem;
  padding: 0;
}

.product-sale-swiper .product-wrapper:hover {
  transform: translateY(-5px);
}

@media (max-width:767px) {
  .product-sale-swiper .product-wrapper {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

/* FIN SET */

/* BANNERS */
/* Principal */
.hero {
  height: 73.3rem;
}

@media (max-width:767px) {
  .hero {
    height: 50rem;
  }
}

/* Secundario gral */
.hero-two {
  height: auto;
}

.hero-two .hero-section-two {
  padding: 0;
}

.hero-two .hero-section-two .hero-wrapper-two {
  padding: 2rem 5rem 2rem 5rem;
  border-radius: 5px;
  height: 20rem;
}

.hero-two .wrapper-content .wrapper-title {
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: 500;
  padding: 0.5rem 0;
}

.hero-two .wrapper-content .wrapper-details {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 400;
}

.hero-two .wrapper-content .shop-btn {
  background-color: #FF7062;
  color: white;

}

.hero-two .wrapper-content .shop-btn:hover {
  background-color: white;
  color: black;
}

.hero-two .wrapper-content .shop-btn::after {
  background-color: white;
  color: black;
}

.hero-two .wrapper-content .shop-btn svg {
  color: white;
}

.hero-two .wrapper-content .shop-btn:hover svg {
  fill: black;
}

.hero-two .wrapper-content .shop-btn::after svg {
  fill: black;
}

.wrapper-content .wrapper-title.black,
.wrapper-content .wrapper-details.black {
  color: black;
}

/* Secundario Izquierda */
.hero-two .hero-section-two .hero-left {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 0px;
  background: url("../../images/landing/banner/Banner3H.png");
  background-size: cover;
  background-position: center;
}

.hero-two .hero-section-two .hero-left .wrapper-content {
  text-align: left;
  height: auto;
  margin: 0.5rem;
  padding: 1rem;
}

/* .hero-two .hero-section-two .hero-left .wrapper-title,
.hero-two .hero-section-two .hero-left .wrapper-details {
  text-transform: uppercase;
} */

.hero-two .hero-section-two .hero-left .wrapper-details {
  font-weight: 400;
}

/* Secundario Derecha */
.hero-two .hero-section-two .hero-right {
  background: url("../../images/landing/banner/Banner3H.png");
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  gap: 0px;
}

.hero-two .hero-section-two .hero-right .wrapper-title {
  font-size: 4.4rem;
  margin-bottom: 0;
}

.hero-two .hero-section-two .hero-right .wrapper-details {
  font-size: 3.2rem;
}

@media (max-width:767px) {

  .hero-two .wrapper-content {
    text-align: center;
    padding-left: 1rem;
  }

  .hero-two .hero-section-two .hero-left .wrapper-content {
    margin: 0;
    padding: 0;
  }

  .hero-two .hero-section-two .hero-wrapper-two {
    padding: 2rem;
    border-radius: 5px;
    height: 40rem;
  }

  .hero-two .hero-section-two .hero-wrapper-two .hero-category-section .hero-left .hero-right {
    height: 100%;
    width: 100%;
  }

  .hero-two .hero-section-two .hero-left .hero-right {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    gap: 0px;
    background-size: cover;
    background-position: left;
  }

  .hero-two .hero-section-two .hero-left {
    background: url("../../images/landing/banner/Banner3V.png");
    padding: 6rem 2rem;
    background-size: cover;
    align-items: flex-start;
    justify-content: left;
  }

  .hero-two .hero-section-two .hero-right .wrapper-title {
    font-size: 2rem;
  }

  .hero-two .hero-section-two .hero-left .wrapper-title {
    font-size: 2rem;
  }

  .hero-two .hero-section-two .wrapper-details {
    font-size: 1.2rem;
  }
}

/* FIN BANNERS */

/* CATEGORIAS */
.category-section {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 2rem;
  justify-items: center;
}

@media (max-width:767px) {
  .hide-mobile {
    display: none !important;
  }

  .category-section {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    justify-items: center;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .category-section {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
  }
}

.category-section .product-wrapper {
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: rgba(174, 28, 154, 0.08);
  height: 18rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(174, 28, 154, 0.08);
  transition: all 0.3s;
  padding-bottom: 0;
}

.product-category .category-section .product-wrapper {
  justify-content: flex-start;
  border: none;
  background: transparent;
  height: auto;
  width: 100%;
  box-shadow: none;
  gap: 0.5rem;
}

.category-section .product-wrapper .wrapper-img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
}

.category-section .product-wrapper .wrapper-img img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
  align-items: flex-start;
}

.product-category .category-section .product-wrapper .wrapper-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  border-radius: 50%;
  overflow: hidden;
}

.product-category .category-section .product-wrapper .wrapper-img img {
  transform: scale(1.1);
}

.product-category .category-section .product-wrapper .wrapper-img:hover img {
  transform: scale(1.3);
}

.product-category .category-section .product-wrapper:hover {
  border: none;
}

.product-category .category-section .product-wrapper .wrapper-details {
  font-size: 1rem;
  line-height: normal;
}

.category-section .product-wrapper:hover {
  border: 1px solid #AE1C9A;
}

.category-section .product-wrapper:hover .wrapper-img img {
  transform: scale(1.5);
}

/* FIN CATEGORIAS */

/* SEGUNDO BANNER */

.second-banner {
  max-width: 80%;
  margin: 2rem auto;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.second-banner img {
  border-radius: 0;
  width: 100%;
  height: auto;
  display: block;
}

.second-banner-container {
  position: relative;
  width: 100%;
  max-width: 1358px;
  height: 100%;
  margin: auto;
  border-radius: 1.5rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .second-banner {
    max-width: 100%;      
    margin: 1rem auto;    
    border-radius: 0.8rem;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

  .second-banner-container {
    border-radius: 0.8rem;
  }

  .second-banner img {
    border-radius: 0.8rem;
    object-fit: cover;   
  }
}

/* FIN SEGUNDO BANNER */

/* LANZAMIENTOS */
.lanzamientos-section,
.vegan-section {
  margin-top: 1rem;
  padding: 1rem 0;
}

.lanzamientos-row {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
  gap: 5rem;
}

.lanzamientos-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 40%;
  flex-direction: column;
  margin: 0;
}

.lanzamientos-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.lanzamientos-image-container {
  flex: 1;
  min-width: 40%;
  text-align: center;
  padding: 2rem;
}

.lanzamientos-image {
  border-radius: 10px;
}

.lanzamientos-content {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2rem;
  padding-top: 0;
}

.lanzamientos-card .lanzamientos-title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.lanzamientos-card .lanzamientos-title p {
  font-size: 1.2rem;
}

.lanzamientos-card p {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 2rem;
  font-weight: light;
}

.lanzamientos-card .lanzamientos-description {
  margin-bottom: 1rem;
}

.lanzamientos-card .lanzamientos-description a {
  font-size: 1rem;
  color: #FF7062;
  margin-bottom: 20px;
}

.lanzamientos-content .shop-btn {
  background: #FF7062;
  color: white;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 1;
}

.lanzamientos-content .shop-btn:hover {
  background-color: black;
}

@media (max-width: 768px) {

  .lanzamientos-row {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .lanzamientos-card {
    flex-direction: column;
    text-align: center;
    min-width: 100%;
  }

  .lanzamientos-card p {
    margin-bottom: 1rem;
  }

  .vegan-section .section-title h5,
  .lanzamientos-section .section-title h5 {
    font-size: 1.6rem;
    align-items: flex-start;
  }

  .lanzamientos-content {
    padding: 1rem;
    padding-bottom: 2rem;
  }

  .lanzamientos-image-container {
    order: -1;
    padding: 1rem;
  }

  .lanzamientos-content,
  .lanzamientos-image-container {
    order: initial;
    text-align: center;
  }

  .lanzamientos-card .lanzamientos-title {
    font-size: 1.4rem;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .lanzamientos-row {
    flex-direction: column;
  }

  .lanzamientos-card {
    max-width: 100%;
    flex-direction: row;
    gap: 0;
  }

  .lanzamientos-image-container {
    min-width: 60%;
    text-align: left;
    padding: 2rem;
  }

  .lanzamientos-card .lanzamientos-title {
    font-size: 1.5rem;
    text-align: left;
  }

  .lanzamientos-content {
    padding: 1rem;
    align-items: flex-start;
    text-align: left;
  }
}



.vegan-section .section-title h5 {
  font-size: 2rem;
}

.vegan-section .lanzamientos-row {
  margin-bottom: 0;
}


/* RUTINAS */

.product-rutine {
  margin: 0;
}

.product-rutine-section {
  margin: 2rem auto;
}

.product-rutine-section .col-lg-3,
.product-rutine-section .col-md-6 {
  justify-items: center;
  margin: 1rem 0rem;
  margin-top: 30px;
}

.product-rutine-section .swiper {
  padding-left: 1.5rem;
}

.product-rutine-section .swiper-wrapper {
  display: flex;
}

.product-rutine-section .swiper-slide {
  display: flex;
  padding: 1.5rem 1rem 1.5rem 0;
  flex-shrink: 1;
}

.product-rutine-section .product-rutine-swiper-seca .swiper-slide {
  flex-shrink: 0;
  margin-right: 0;
}

.product-rutine-section .tab-content {
  margin-top: 1rem;
  padding: 0;
}

.product-rutine-section .product-wrapper {
  height: 31rem;
  max-width: 320px;
  margin: auto;
  transition: transform 0.3s;
  justify-content: center;
}

.product-rutine-swiper .product-wrapper:hover {
  transform: translateY(-5px);
}

.tarjeta {
  width: auto;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  justify-content: center;
}

.tarjeta-header a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.tarjeta-img {
  width: 70%;
  height: 70%;
  justify-content: center;
  object-fit: cover;
  justify-content: center;
}

.tarjeta-body {
  padding: 0.5rem;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.tarjeta-body .tarjeta-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tarjeta-body h3 {
  font-size: 1.2rem;
  margin: 0.3rem 0rem;
}

.tarjeta-body p {
  font-size: 1rem;
  color: #333;
  margin: 0.3rem 0rem;
  word-break: normal;
}

.product-rutine .subtitulo {
  padding: 0.2rem 0.5rem;
  border-radius: 1px;
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.product-rutine .subtituloR {
  color: white;
  background-color: #d83643;
  padding: 0.2rem 0.5rem;
  border-radius: 1px;
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.product-rutine .shop-btn {
  padding: 0.5rem 0.2rem;
  background-color: rgba(255, 112, 98, 0.2);
  color: #f07131;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 1;
  border-color: #FF7062;
  border-width: 0px;
  width: 60%;
  font-size: 0.8rem;
}

.product-rutine .shop-btn:hover {
  background-color: black;
  text-decoration: none;
}



@media (max-width:767px) {
  .product-rutine-section {
    margin-bottom: 2rem;
  }

  .product-rutine-section .swiper {
    padding: 1rem;
  }

  .product-rutine-section .swiper-slide {
    padding: 0;
    flex-shrink: 0;
    justify-content: center;
  }

  .product-rutine-section .product-wrapper {
    margin: 0.5rem;
  }

  .tarjeta-body {
    height: auto;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .tarjeta-img {
    width: 70%;
    height: 70%;
  }

  .product-rutine-section {
    margin-bottom: 2rem;
  }

  .product-rutine-section .swiper {
    padding: 1.5rem 1rem 1.5rem 1.5rem;
  }

  .product-rutine-section .swiper-slide {
    padding: 0;
    flex-shrink: 0;
    justify-content: center;
  }

  .product-rutine-section .product-wrapper {
    margin: 0.5rem;
  }

  .tarjeta-body {
    height: 50%;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .tarjeta-body {
    height: 60%;
  }

  .product-rutine-swiper-seca .tarjeta-body {
    height: 65%;
  }

}

/* FIN RUTINAS */

/* ---------------------------------------------------------------------------------- */

/* Banner Lanzamiento */
.product-banner-principal {
  position: relative;
  width: 100vw;
  max-width: 1400px;
  overflow: hidden;
  background: linear-gradient(150deg, #fff6f5 0%, #f7ebf3 100%);
}

.product-banner-section {
  position: static;
  height: 100%;
  overflow: hidden;
  width: 100vw;
}

.product-banner-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* min-height: 80vh; */
  width: 100%;
  padding: 6rem;
  z-index: 2;
}

.product-banner-principal .text-column {
  flex: 1;
}

.product-banner-principal .text-column .product-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.product-banner-principal .text-column .product-title a:hover {
  text-decoration: none;
}

.product-banner-principal .text-column h2 {
  font-family: 'Bebas Neue', sans-serif;
  color: white;
  font-weight: bolder;
  text-align: left;
  font-size: 5rem;
  line-height: 2rem;
}

.product-banner-principal .text-column .product-title p {
  font-family: 'Gotham Bold', sans-serif;
  color: black;
  text-align: left;
  font-size: 2rem;
  text-transform: uppercase;
}

.product-banner-principal .text-column .product-title img {
  width: 80%;
}

.tip-button i {
  padding-top: 0, 1rem;
}

.product-banner-principal .text-column .subtitle p {
  font-size: 1.5rem;
  text-align: left;
  padding: 0.2rem 1rem;
  width: 100%;
}

.product-banner-principal .lanzamiento-link {
  margin: 1rem 0;
  text-shadow: #d4977d 2px 2px 7px;
}

.product-banner-principal .lanzamiento-link a {
  color: white;
  font-size: 1.3rem;
}

.product-banner-principal .title-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.product-banner-principal .desktop-banner .title-background-img-par {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.2s ease-out;
  will-change: transform;
}

.product-banner-swiper .swiper-wrapper {
  display: flex;
  width: 80%;
  height: auto;
}

.product-banner-swiper {
  flex: 1;
  max-width: 100%;
  position: relative;
  z-index: 3;
  right: 0;
  display: flex;
  justify-content: flex-end;
}

.product-banner-swiper .swiper-slide {
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.product-banner-swiper .product-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  height: auto;
  margin: 2rem;
  /* padding: 0.5rem; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: left;
  background: #fff;
  transition: transform 0.2s;
}

.product-banner-swiper .product-wrapper .product-img img {
  padding: 0.5rem;
  margin: 0;
}

.product-banner-swiper .product-wrapper .product-details {
  font-size: 1rem;
}

.product-banner-swiper .product-wrapper .product-info {
  padding-left: 1rem;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.product-banner-swiper .product-wrapper .product-info .product-description {
  margin-top: 1rem;
}

.product-banner-swiper .product-wrapper .product-info .linea {
  color: #FF7062;
}



.product-banner-swiper .product-wrapper:hover {
  transform: translateY(-5px);
}

@media (max-width: 1200px) {

  .product-banner-principal .row {
    margin-right: 0;
    margin-left: 0;
  }

  .product-banner-section {
    width: 100%;
  }

  .product-banner-content {
    padding: 2rem;
    min-height: 50vh;
    align-items: flex-start;
  }

  .product-banner-principal .text-column {
    margin-left: 2%;
    margin-top: 6%;
  }

  .product-banner-principal .text-column .product-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-banner-principal .text-column .product-title h2 {
    font-size: 5rem;
  }

  .product-banner-principal .text-column .product-title p {
    font-size: 1.5rem;
  }

  .product-banner-principal .desktop-banner .title-background {
    position: relative;
    height: 350px;
    overflow: hidden;
  }

  .product-banner-principal .desktop-banner .title-background-img-par {
    width: 100%;
    height: 150%;
    object-fit: cover;
  }

  .product-banner-swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
  }


  .product-banner-swiper {
    max-width: 50%;
    right: 0;
  }

  .product-banner-swiper .product-wrapper {
    width: 90%;
    height: auto;
  }
}

@media (max-width:1200px) {
  .product-banner-principal .text-column .product-title p {
    font-size: 1.9rem;
  }
}

@media (max-width:767px) {
  .product-banner-section {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-banner-content {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
    align-items: center;
  }

  .title-background {
    position: relative;
    height: 250px;
    overflow: hidden;
  }

  .text-column {
    max-width: 100%;
    font-size: 1.5rem;
    text-align: center;
  }


  .product-banner-swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .product-banner-swiper {
    max-width: 60%;
    right: 0;
    bottom: 10%;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .product-banner-principal .desktop-banner .title-background-img-par {
    width: auto;
    height: 120%;
  }

  .product-banner-principal .text-column {
    margin: 0;
    padding-top: 2.3rem;
    z-index: 100;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .product-banner-principal .text-column .product-title {
    align-items: center;
    flex-direction: column;
    line-height: 5rem;
  }

  .product-banner-principal .text-column .product-title h2 {
    text-align: center;
    font-size: 5rem;
  }

  .product-banner-principal .text-column .product-title p {
    margin: 0;
    margin-bottom: 1rem;
    text-align: center;
    padding-left: 0;
    line-height: normal;
  }


  .product-banner-principal .subtitle {
    display: flex;
    justify-content: center;
  }

  .product-banner-principal .text-column .subtitle p {
    font-size: 0.9rem;
    text-align: center;
    width: 70%;
  }

  .product-banner-swiper .product-wrapper {
    margin: 0;
    width: 100%;
    height: auto;
  }

  .product-banner-swiper .product-wrapper .product-img img {
    width: 100%;
    margin-bottom: 0.1rem;
  }

  .product-banner-swiper .product-wrapper .product-info {
    margin-bottom: 0.3rem;
  }
}



/* FIN Banner Lanzamiento */

/* ---------------------------------------------------------------------------------- */

/* BANNER ARTICULOS */

.style-section .product-wrapper {
  width: 100%;
  height: 28rem;
  padding: 3rem;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  justify-content: center;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.style-section .product-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.style-section .product-wrapper .wrapper-info .wrapper-inner-title,
.style-section .product-wrapper .wrapper-info .wrapper-details,
.style-section .product-wrapper .wrapper-info .wrapper-subtitle {
  color: white;
  display: block;
  position: relative;
  z-index: 2;
}

.style-section .product-wrapper .wrapper-subtitle {
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.style-section .product-wrapper .wrapper-details {
  font-size: 2rem;
  line-height: 2.7rem;
}

.style-section .product-wrapper .shop-btn {
  padding: 0.8rem 1rem 0.5rem 1rem;
  font-size: 0.9rem;
  line-height: 1.2;
  padding-bottom: 0.7rem;
  align-items: center;
}

@media (max-width:767px) {
  .style-section .product-wrapper {
    height: 20rem;
    padding: 1rem;
    margin: 1rem 0 0 0;
    align-content: center;
  }

  .style-section .product-wrapper .wrapper-details {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .wrapper-subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .style-section .row {
    gap: 2rem;
  }

  .style-section .product-wrapper {
    height: auto;
  }
}


.final-banner .style-section .wrapper-one {
  background: url("../../images/landing/banner/Revendedora.png") no-repeat center/cover;
  justify-items: right;
  text-align: right;
}

.final-banner .style-section .wrapper-two {
  background: url("../../images/landing/banner/Blog.png") no-repeat center/cover;
}

@media (max-width:767px) {
  .final-banner .style-section .wrapper-one {
    background: url("../../images/landing/banner/Revendedora.png") no-repeat center/cover;
    justify-items: center;
    text-align: center;
  }

  .final-banner .style-section .wrapper-two {
    background: url("../../images/landing/banner/Blog.png") no-repeat center/cover;
    justify-items: center;
    text-align: center;
  }

}

/* FIN BANNER ARTICULOS */

/* ---------------------------------------------------------------------------------- */

/* PERFIL REVENDEDORA */
.revendedora-banner {
  background: url("../../images/landing/banner/Revendedoras.png");
  background-size: cover;
  border-radius: 20px;
  margin: 20px 0;
  text-align: center;
}

.landing .revendedora-title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #FF7062;
}

.landing .revendedora-subtitle {
  color: #FF7062;
  font-size: 1.5rem;
}

/* FIN PERFIL REVENDEDORA */

/* ---------------------------------------------------------------------------------- */

/* LINEAS */

.brand {
  padding-top: 0;
}

@media (max-width:767px) {
  .brand {
    padding: 3rem 0;
  }
}

.brand .brand-items .product-wrapper {
  height: auto;
  padding-bottom: 0;
}

.brand-section {
  background: linear-gradient(150deg, #fff6f5 0%, #f7ebf3 100%);
  border-radius: 1.2rem;
}

.brand-section-two {
  background: #FFFFFF;
}

.brand-section .section-title {
  margin-bottom: 0;
  justify-content: space-between;
}

.brand-items {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 2rem;
  justify-items: center;
}

.brand-items .product-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  height: 4rem;
  border-radius: 1.2rem;
  background: transparent;
  box-shadow: none;
  border-style: none;
}

.brand-items .product-wrapper .wrapper-details {
  font-size: 2rem;
  font-weight: 500;
}

.brand-items .product-wrapper .wrapper-img span a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.brand-items .product-wrapper .wrapper-img img {
  width: 80%;
  height: auto;
  transition: all 0.2s ease-in-out;
}

.brand-items .product-wrapper:hover {
  transform: scale(1.2);
}

@media (max-width:767px) {
  .brand-items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }

  .brand .brand-items .product-wrapper {
    height: 5rem;
    padding: 0;
    width: 80%;
  }

  .brand-items .product-wrapper .wrapper-img img {
    width: 50%;
  }
}


@media (min-width: 767px) and (max-width: 1200px) {
  .brand-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .brand .brand-items .product-wrapper {
    height: auto;
    padding: 0.5rem;
  }

  .brand-items .product-wrapper .wrapper-img img {
    width: 75%;
  }
}

/* FIN LINEAS */