body {
  margin: 0;
}

.swiper-banner-principal {
  width: 100%;
  height: auto;
  margin-top: 55px;
}

.swiper-banner-principal .swiper-slide picture,
.swiper-banner-principal .swiper-slide img {
  width: 100%;
  display: block;
}

.swiper-pagination-banner {
  position: absolute;
  text-align: center;
  bottom: 10px;
  width: 100%;
}

.swiper-pagination-banner .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-banner .swiper-pagination-bullet-active {
  background: #FF69B4;
}

.video-text-section {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.video-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
}

.video-box video {
  max-width: 100%;
  width: 650px;
  height: 448px;
  border-radius: 12px;
}

.text-box {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 50px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  max-width: 485px;
  max-height: 275px;

}

.text-box .highlight {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;

  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.text-box .blue {
  color: #009fe3;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;

  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;

}

/* Responsivo: empilhar em telas menores */
@media (max-width: 768px) {
  .video-text-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .video-box video {
    max-width: 100%;
    width: 100%;
    height: 192px;
    border-radius: 12px;
  }

  .video-box video {
    width: 100%;
    max-width: 366px;
  }

  .text-box {
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 30px;

    line-height: 105%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }

  .text-box .blue {
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;

    line-height: 105%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }

  .text-box .highlight {
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;

    line-height: 105%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

  }

}

.bg-marca {
  background: url('https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/bg-nova-marca.png') no-repeat center center;
  background-size: cover;
  color: white;
  font-family: Arial, sans-serif;
  min-height: 100vh;
  /* Garante que sempre preencha a tela */
  display: flex;
  align-items: center;
  /* Centraliza verticalmente */
}


.highlight-yellow {
  color: #fff200;
}

.p-yellow-nova-marca {
  color: #fff200;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;

  line-height: 114.99999999999999%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.p-nova-marca {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;

  line-height: 114.99999999999999%;
  letter-spacing: 0%;
  vertical-align: middle;
}


.product-text p {
  margin-bottom: 1rem;
}

.img-fluid {
  border: solid 3px #000;
  border-radius: 30px;
}

.content-wrapper {
  padding: 3rem 0rem;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .content-wrapper {
    padding: 6rem;
    margin-top: 45px;
  }
}

@media (max-width: 767.98px) {
  body {
    background-size: contain;
  }
}

@media (max-width: 767.98px) {
  .bg-marca {
    background-image: url('https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/bg-nova-marca-mobile.png');
    background-size: cover;
    background-position: top center;
    min-height: auto;
    /* Libera altura para não forçar espaço desnecessário */
    padding: 2rem 0;
    /* Espaçamento para dar respiro */
  }

  h2.nova-marca {
    font-size: 40px !important;
    text-align: center;
  }

  .highlight-yellow {
    font-size: 40px;
  }

  .p-nova-marca {
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;

    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-align: center;
  }

  .p-yellow-nova-marca {
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;

    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

  }
}


h2.nova-marca {
  font-family: Bebas Neue;
  font-weight: 400;
  font-style: Regular;
  font-size: 75px;

  line-height: 95%;
  letter-spacing: 0%;
  vertical-align: middle;
}


/*-----------------------------------*/


.flex-style {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 300px;
}

.card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e02088;
  padding: 20px;
  border-radius: 30px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  flex-direction: row;
  gap: 10px;
}

.text {
  flex: 1;
  word-break: break-word;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;

  line-height: 114.99999999999999%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;

}

.card.left .flower {
  order: 2;
  margin-right: 0;
}

.card.right .flower {
  order: 0;
  margin-left: 0;
}

.card.left .flower {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  flex-shrink: 0;
}

.card.right .flower {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  flex-shrink: 0;
}

.card.left .text {
  text-align: end;
}

.card.right .text {
  text-align: start;
}

.card {
  height: 70px;
}

.h2-xerosa {
  font-family: Bebas Neue;
  font-weight: 400;
  font-style: Regular;
  font-size: 75px;

  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
}

.h2-xerosa span {
  color: #E31D94;
}

.div-identidade {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-identidade {
  font-family: "Acumin Pro", sans-serif;
  font-weight: 500;
  /* texto normal */
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0;
  text-align: start;
  vertical-align: middle;
  margin-top: 30px;

}

.span-p-identidade {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #E31D94;
}

.img-flower-identidade {
  width: 37px;
  height: 35px;
}

.bg-flower {
  background: url(https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/flower-full.png) no-repeat center 36%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 130px 20px;
}

@media (max-width: 768px) {
  .card {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .card.left .flower,
  .card.right .flower {
    order: 0;
    /* ✅ flor vem depois */
    margin-right: 0;
  }

  .card.left .text,
  .card.right .text {
    text-align: left;
    order: 1;
    /* ✅ texto vem antes */
  }

  .text {
    flex: unset;
    max-width: 100%;
  }

  .card.left .flower {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    flex-shrink: 0;
  }

  .card.right .flower {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    flex-shrink: 0;
  }

  .text {
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;

    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    text-transform: uppercase;

  }

  .p-identidade {
    text-align: center;
  }

}

/* --------------------------- */

.position-carousel-fragrancia {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Carrossel exclusivo */
.fragrancia-swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.fragrancia-swiper .swiper-slide {
  width: 368px !important;
  height: auto !important;
  transform: scale(.9);
  transition: all .3s ease-in-out;
  overflow: visible;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: solid 3px;
  position: relative;
}

.fragrancia-swiper.swiper-backface-hidden .swiper-slide {
  transform: scale(.84) translateZ(0);
}

.fragrancia-swiper .swiper-slide.swiper-slide-active {
  top: -20px;
  opacity: 1 !important;
}

.fragrancia-swiper.swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}

.fragrancia-image {
  width: 100%;
  height: 521px;
}

.fragrancia-image .image {
  width: 100%;
  height: 100%;
}

.fragrancia-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px 12px 0 0;
}

.fragrancia-swiper .swiper-slide p {
  margin: 5px 5px;
}

.flower-icon {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  z-index: 10;
  pointer-events: none;
}

/* Botões de navegação */
.fragrancia-button-next,
.fragrancia-button-prev {
  position: absolute;
  top: 50%;
  z-index: 20;
  padding: 8px;
  width: 32px;
  height: 32px;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fragrancia-button-next::after,
.fragrancia-button-prev::after {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.fragrancia-button-next {
  right: 10px;
  transform: translateY(-50%);
}

.fragrancia-button-prev {
  left: 10px;
  transform: translateY(-50%);
}

.mini-title-fragrancias {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.mini-text-fragrancias {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
}

.mini-title-fragrancias .glamour {
  color: #DB0032;
}

.mini-title-fragrancias .baunilha {
  color: #F05223;
}

.mini-title-fragrancias .flores {
  color: #7C56C4;
}

.mini-title-fragrancias .vibes {
  color: #F30072;
}

.highlight-pink {
  color: #e5007d;
}

.highlight-black {
  font-weight: 400;
}

.conheca-fragrancias {
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
  font-size: 75px;
  line-height: 110%;
}

.qual-xerosa {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
}

.qual-xerosa .highlight-pink {
  font-weight: 700;
  font-size: 40px;
}

@media (max-width: 768px) {
  .conheca-fragrancias {
    font-size: 50px;
    text-align: center;
  }

  .qual-xerosa {
    font-size: 30px;
    text-align: center;
  }

  .qual-xerosa .highlight-pink {
    font-size: 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .fragrancia-swiper .swiper-slide {
    width: 90% !important;
    transform: scale(.95);
  }

  .fragrancia-swiper.swiper-backface-hidden .swiper-slide {
    transform: scale(.95) translateZ(0);
  }

  .fragrancia-button-next {
    right: 5px;
  }

  .fragrancia-button-prev {
    left: 5px;
  }

  .fragrancia-swiper .swiper-slide.swiper-slide-active {
    top: 0;
  }
}

/* ----------------------------------------------- */


.accordion * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.accordion {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.accordion-item {
  overflow: hidden;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  transition: background 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f9f9f9;
  padding: 0 20px;
}

.icon {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}

.accordion-header.baunilha {
  background-color: #F05223;
}

.accordion-header.glamour {
  background-color: #C60014;
}

.accordion-header.vibes {
  background-color: #E31D94;
}

.accordion-header.flores {
  background-color: #7C56C4;
}

.accordion-header.rose {
  background-color: #00C9D4;
}

.accordion-item.active .accordion-content {
  max-height: 1000px;
  padding: 20px;
}

.accordion-header h2 {
  font-family: 'Bebas Neue', cursive;
  font-weight: 400;
  font-size: 75px;
  line-height: 110%;
}

.baunilha-content {
  padding: 20px;
  display: flex;
  gap: 20px;
  color: white;
  flex-wrap: wrap;
}

.glamour-content {
  padding: 20px;
  display: flex;
  gap: 20px;
  color: white;
  flex-wrap: wrap;
}

.vibes-content {
  padding: 20px;
  display: flex;
  gap: 20px;
  color: white;
  flex-wrap: wrap;
}

.flores-content {
  padding: 20px;
  display: flex;
  gap: 20px;
  color: white;
  flex-wrap: wrap;
}

.rose-content {
  padding: 20px;
  display: flex;
  gap: 20px;
  color: white;
  flex-wrap: wrap;
}

.baunilha-box {
  background-color: #DB0032;
  border-radius: 15px;
  flex: 1;
  padding: 20px;
  min-width: 250px;
  position: relative;
}

.glamour-box,
.vibes-box,
.flores-box,
.rose-box {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;

  line-height: 114.99999999999999%;
  letter-spacing: 0%;
}

.glamour-box {
  background-color: #E31D94;
  border-radius: 15px;
  flex: 1;
  padding: 20px;
  min-width: 250px;
  position: relative;
}

.glamour-box strong {
  color: #FEFC04;
}

.vibes-box {
  background-color: #C8F700;
  border-radius: 15px;
  flex: 1;
  padding: 20px;
  min-width: 250px;
  position: relative;
}

.vibes-box strong {
  color: #E31D94;
}

.vibes-box p {
  color: #000;
}

.flores-box {
  background-color: #A586D6;
  border-radius: 15px;
  flex: 1;
  padding: 20px;
  min-width: 250px;
  position: relative;
}

.flores-box strong {
  color: #FEFC04;
}

.rose-box {
  background-color: #FEFC04;
  border-radius: 15px;
  flex: 1;
  padding: 20px;
  min-width: 250px;
  position: relative;
}

.rose-box strong {
  color: #E40F95;
}

.rose-box p {
  color: #000;
}

.baunilha-box strong {
  color: #FEFC04;
  font-weight: bold;
}

.box-left {
  text-align: right;
}

.box-right {
  text-align: left;
}

.title-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-family: "acumin-pro", sans-serif;
  font-weight: 900;
  font-style: Black;
  font-size: 22px;

  line-height: 114.99999999999999%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;

}

.glamour .title-with-icon strong,
.glamour .title-with-icon .star {
  color: #FEFC04;
}

.vibes .title-with-icon strong,
.vibes .title-with-icon .star {
  color: #E31D94;
}

.flores .title-with-icon strong,
.flores .title-with-icon .star {
  color: #FEFC04;
}

.rose .title-with-icon strong,
.rose .title-with-icon .star {
  color: #E40F95;
}

.title-with-icon .star {
  color: yellow;
  font-size: 18px;
}

.accordion-content.baunilha {
  background: url('https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/bg-accordion-baunilha.png') no-repeat center center;
  background-size: cover;
}

.accordion-content.glamour {
  background: url('https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/bg-accordion-glamour.png') no-repeat center center;
  background-size: cover;
}

.accordion-content.vibes {
  background: url('https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/bg-accordion-vibes.png') no-repeat center center;
  background-size: cover;
}

.accordion-content.flores {
  background: url('https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/bg-accordion-flores.png') no-repeat center center;
  background-size: cover;
}

.accordion-content.rose {
  background: url('https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/bg-accordion-rose.png') no-repeat center center;
  background-size: cover;
}

.baunilha-box p {
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;

  line-height: 114.99999999999999%;
  letter-spacing: 0%;

}

@media only screen and (max-width: 768px) {
  .accordion-header h2 {
    font-size: 36px;
    text-align: center;
  }

  .baunilha-content {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
  }

  .baunilha-box {
    width: 100%;
    text-align: left;
    /* unifica alinhamento */
    padding: 15px;
  }

  .title-with-icon {
    justify-content: flex-start;
    gap: 6px;
    font-size: 14px;
  }

  .title-with-icon .star img {
    width: 16px;
    height: 16px;
  }

  .baunilha-box p {
    font-size: 14px;
    line-height: 1.4;
  }

  .accordion-content.baunilha {
    background: url('https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/bg-accordion-baunilha.png') no-repeat center center;
    background-size: auto;
  }

  .accordion-content.glamour {
    background: url('https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/bg-accordion-glamour.png') no-repeat center center;
    background-size: auto;
  }

  .accordion-content.vibes {
    background: url('https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/bg-accordion-vibes.png') no-repeat center center;
    background-size: auto;
  }

  .accordion-content.flores {
    background: url('https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/bg-accordion-flores.png') no-repeat center center;
    background-size: auto;
  }

  .accordion-content.rose {
    background: url('https://dev-universo.salonline.com.br/wp-content/themes/salonline/lp-xerosa/assets/bg-accordion-rose.png') no-repeat center center;
    background-size: auto;
  }
}

/*--------------------------*/

.swiper {
  width: 100%;
  padding-bottom: 40px;
}

.swiper-slide.accordion {
  /* REMOVIDO width: 320px !important; e max-width: 320px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 605px;
  /* altura fixa do card */
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
}

.swiper-slide.accordion img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 12px;
}

.swiper-slide.accordion h3 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-slide.accordion p {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Limita a 4 linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.price {
  margin-top: auto;
  margin-bottom: 10px;
  color: #fff;
  font-family: Poppins;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
}

.btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 8px;
  transition: 0.3s;
  font-size: 0.95rem;
  width: 100%;
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;

  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;

}

.btn:hover {
  background: #333;
}

/* Botões redondos pretos */
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

.accordion-header.glamour h2 {
  background: linear-gradient(90deg, #D4A041, #F7D14E, #FCFBE7, #FBE67B, #8C421D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}


.custom-swiper-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.swiper-slide.custom-swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

blockquote.instagram-media {
  max-width: 100% !important;
  width: 100% !important;
}

.bg-products {
  background: #C60014;
}

.bg-products-2 {
  background: #E31D94;
}

.bg-products-3 {
  background: #C8F700;
}

.h2-title-products {
  color: #fff;
  padding: 10px;
  font-family: Bebas Neue;
  font-weight: 400;
  font-style: Regular;
  font-size: 75px;
}