:root {
  --contrast-color: #ffc045 !important;
}

@media (max-width: 991px) {
  .timer {
    font-size: 1.4rem !important;
  }
}

.timer {
  font-weight: 800 !important;
  margin: 0.25em auto 0 !important;
}

.timer:first-child {
  font-size: 1.25rem !important
}

.products .item .item-info .savings span::before {
  color: currentColor;
}

.products .item.promo .item-header {
  grid-area: header !important;
  background-color: var(--primary-color-dark) !important;
  color: white !important;
  text-shadow: none !important;
}

.products .item.promo .item-header {
  font-style: normal !important;
}

.products .item .item-header {
  font-style: normal !important;
}

.products .item .item-img .supply b {
  font-style: normal !important;
}

.products .item .item-info .price b {
  font-style: normal !important;
}

.products .item .item-buy .button {
  font-style: normal !important;
}

#guarantee::before {
  content: none !important;
}

/*Faq*/
#faq {
  background: linear-gradient(135deg,
      var(--primary-color-light),
      var(--primary-color-dark)) !important;
}

#guarantee {
  background-image: linear-gradient(90deg, #201d1c, #bf0f1e) !important;
}

#guarantee .badges img {
  background: white !important;
  border-radius: 55px !important;
  border: solid 2px white !important;
}

@media (max-width: 599px) {
  .guarante-mobile {
    max-width: 200px;
  }
}

.button:hover {
  background-image: linear-gradient(to bottom, #dadada 50%, #e0e0e0 51%);
  box-shadow: 0 4px rgba(0, 0, 0, 0.05) inset;
}

.button.alt {
  background-image: linear-gradient(to top, var(--primary-color) 50%, var(--primary-color-light) 51%);
  color: white !important;
  border: 2px solid var(--primary-color) !important;
}

.button.alt:hover {
  background-image: linear-gradient(to bottom, var(--primary-color) 50%, var(--primary-color-light) 51%);
}

.button.promo {
  color: var(--text-color) !important;
  background-image: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
}

.button.promo:hover {
  background-image: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
}

/*offer*/
.products {
  position: relative;
  overflow: hidden;

}

.products .item {
  border: 3px solid var(--primary-color-dark) !important;
  border-radius: 15px !important;
}

.products .item .wrapper {
  border-radius: 11px !important;
}

@media (max-width: 767px) {
  .products .item .wrapper {
    display: grid;
    grid-template-areas: "header header" "title info" "img info" "img totals" "footer footer";
    grid-template-columns: 1fr 1fr;
    align-items: center;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
    padding: 0.5em 0;
  }
}

.products .item .item-header {
  background-color: white !important;
  color: black !important;

}

@media (min-width: 767px) {
  .products .item .item-header {
    border-bottom: solid 2px var(--primary-color-dark);
  }
}

.products .item .item-info .price b {
  font-size: 4em;
  text-align: center;
}

@media (max-width: 767px) {
  .products .item .item-info .price b {
    font-size: 2.8em;
    letter-spacing: -0.06em;
  }
}

.products .item .item-info .price sup {
  font-size: 0.45em;
  top: -0.5em;
}

.products .item .item-info .price span {
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 767px) {
  .products .item .item-info .price span {
    font-size: 0.65em;
  }
}

.products .item .item-info .savings {
  font-size: 0.7em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .products .item .item-info .savings {
    font-size: 0.65em;
  }
}

.products .item .item-info .savings>div {
  border-bottom: 1px dashed var(--primary-color);
}

.products .item .item-info .savings>div:first-child {
  border-top: 1px dashed var(--primary-color);
  color: green;
}

.products .item .item-totals .shipping span {
  color: black;
}

@media (max-width: 767px) {
  .products .item .item-info .savings span::before {
    font-size: 1em;
  }
}

.products .item .item-buy {
  grid-area: footer;
}

.products .item .item-buy .button {
  border-radius: 10px;
}

.products .item.promo .item-info .savings>div:nth-child(2) {
  display: block;
}

.products .item .item-info .savings>div:nth-child(2) {
  display: block;
}

.products .item.promo .item-buy .button {
  border-radius: 10px;
}

.accordion-button {
  border-radius: 50px !important;
}

.accordion-item {
  border-radius: 50px !important;
}

.container-fases {
  position: relative;
  overflow: hidden;
}

.lista-fases {
  display: flex;
  transition: transform 0.4s ease;
}

.item-fase {
  flex: 0 0 33.333%;
  padding: 0 12px;
  box-sizing: border-box;
}

.cartao-fase {
  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color-dark));
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #eaeaea;
}

.cabecalho-fase {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.icone-fase {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.icone-fase i {
  color: white;
  font-size: 18px;
}

.info-fase h3 {
  font-size: 1.2rem;
  color: white;
  margin: 0 0 4px 0;
  font-weight: 600;
}

@media (max-width: 576px) {
  .scientific-logos img {
    max-width: 83px !important;
  }

  .scientific-logos {
    gap: 0.5rem !important;
  }
}

.info-fase p {
  color: hsl(0, 0%, 87%);
  font-size: 0.85rem;
  margin: 2px 0;
}

.info-fase strong {
  color: white;
  font-size: 1rem;
}

.lista-beneficios {
  list-style: none;
  padding: 0 0 0 10px;
}

.lista-beneficios li {
  padding: 6px 0;
  color: white;
  display: flex;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.4;
}

.lista-beneficios li i {
  color: #71ed8d;
  margin-right: 8px;
  margin-top: 2px;
  flex-shrink: 0;
}

.controles-navegacao {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.pontos-navegacao {
  display: flex;
  gap: 6px;
}

.ponto {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s;
}

.ponto.ativo {
  background: var(--primary-color);
}

.botoes-navegacao {
  display: flex;
  gap: 8px;
}

.btn-nav {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary-color);
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.btn-nav:hover {
  background: #030303;
}

@media (max-width: 768px) {
  .item-fase {
    flex: 0 0 100%;
    padding: 0 8px;
    min-width: 100%;
  }

  .lista-fases {
    width: 100%;
  }

  .cartao-fase {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .cabecalho-fase {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .icone-fase {
    margin-right: 0;
    margin-bottom: 8px;
    align-self: center;
  }

  .info-fase {
    width: 100%;
  }

  .controles-navegacao {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .botoes-navegacao {
    order: -1;
  }
}

@media (max-width: 480px) {
  .item-fase {
    flex: 0 0 100%;
    padding: 0 5px;
  }

  .cartao-fase {
    padding: 15px;
  }

  .btn-nav {
    width: 50px;
    height: 50px;
  }
}

/*--------------------strip3------------------*/
.strip3 {
  padding: 0;
  color: #fff;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .strip3 {
    margin-bottom: 0px;
  }
}

ul.strip3-list {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: no-wrap;
  margin: 0;
}

@media (max-width: 991px) {
  ul.strip3-list {
    padding-left: 0;
    gap: 20px;
  }
}

ul.strip3-list li {
  padding: 0 22px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  list-style: none;
}

ul.strip3-list li:nth-child(1):before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 4px 0;
  width: 10px;
  height: 10px;
  background: #13ac41;
  border-radius: 50%;
  content: "";
  animation: fade 1s ease-in-out infinite;
}

@media (max-width: 991px) {
  ul.strip3-list li {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
  }

  ul.strip3-list li:nth-child(1):after {
    display: block !important;
    height: 100%;
    top: 0;
    right: -13px;
  }
}

ul.strip3-list li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  height: 18px;
  background: #e6dede;
  width: 2px;
}

ul.strip3-list li:last-child::after {
  display: none;
}

@keyframes fade {
  0% {
    opacity: 100%;
  }

  50% {
    opacity: 30%;
  }

  70% {
    opacity: 100%;
  }

  100% {
    opacity: 100%;
  }
}

.hourglass {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 8px 0 0;
  animation: rotateP 2.5s ease-in-out forwards infinite;
  max-width: 14px;
  /* filter: invert(1); */
}

@keyframes rotateP {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.clock {
  margin: 0 8px -5px 0;
  display: inline-block;
  animation: fade 1s ease-in-out infinite;
}

/* Trustpilot Review Widget */
.trustpilot-widget {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem 0;
}

.trustpilot-container {
  background-color: #f2f4f5;
  /* light gray like screenshot */
  border: 1px solid #e6e8eb;
  border-radius: 6px;
  padding: 16px 18px;
  text-align: center;
  max-width: 380px;
  width: 100%;
}

/* Inline variant – scoped to tp-inline so it won't affect other instances */
.trustpilot-container.tp-inline {
  background-color: #f5f5f5;
  border: 1px solid #f3e7bd;
  border-radius: 4px;
  text-align: left;
  max-width: 600px;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tp-inline .trustpilot-title {
  font-size: 1rem;
  font-weight: 700;
  padding: 4px 0 0 0;
  color: #000000;
  margin: 0;
}

.tp-inline .trustpilot-stars {
  display: flex;
  gap: 4px;
  margin: 0;
}

.tp-inline .trustpilot-stars .star {
  color: #ffffff;
  background-color: #00B67A;
  font-size: 0.9rem;
  line-height: 1;
  padding: 2px 4px;
  margin: 0;
  border-radius: 2px;
  text-shadow: none;
}

.tp-inline .trustpilot-rating {
  display: none;
}

.tp-inline .trustpilot-brand {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.tp-inline .trustpilot-brand .star {
  color: #00B67A;
  font-size: 1rem;
}

.tp-inline .trustpilot-brand .brand-text {
  font-size: 0.85rem;
  color: #00B67A;
  font-weight: 700;
}

@media (max-width: 767px) {
  .trustpilot-container.tp-inline {
    padding: 8px 12px;
    margin: 0 0.5rem;
  }

  .tp-inline .trustpilot-title {
    font-size: 0.95rem;
  }

  .tp-inline .trustpilot-stars .star {
    font-size: 0.85rem;
    padding: 2px 4px;
  }
}

.trustpilot-title {
  font-family: "var(--primary-color-dark) Hat Display", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #111111;
}

.trustpilot-stars {
  margin-bottom: 0.5rem;
}

.trustpilot-stars {
  display: inline-flex;
  gap: 0;
}

.trustpilot-stars img {
  padding: 2px 0 0 0;
  width: 110px;
  height: auto;
  display: block;
}

.trustpilot-rating {
  font-family: "var(--primary-color-dark) Hat Display", sans-serif;
  font-size: 14px;
  color: #111111;
  margin: 8px 0 10px 0;
}

.trustpilot-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}

.trustpilot-brand .star {
  display: none;
}

.trustpilot-brand .brand-text {
  display: none;
}

.trustpilot-brand img {
  width: 110px;
  height: auto;
  display: inline-block;
}

/* Card variant matching screenshot */
.trustpilot-container.tp-card {
  background-color: #f2f4f5;
  border: 1px solid #e6e8eb;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .trustpilot-container {
    padding: 1.5rem;
    margin: 0 0.5rem;
  }

  .trustpilot-title {
    font-size: 1.6em;
  }

  .trustpilot-stars .star {
    font-size: 1.6em;
  }

  .trustpilot-rating {
    font-size: 0.8em;
  }
}

/* Testimonials Carousel */
.testimonials-carousel {
  margin: 1rem 0;
  padding: 2rem;
  background: var(--primary-color) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.carousel-container {
  margin: 0 auto;
}

.carousel-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin: 0;
}

.testimonial-slide {
  display: none;
}

.testimonial-slide.active {
  display: block;
}

.testimonial-card {
  background-color: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.testimonial-image {
  margin: 0 0 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-image img {
  max-width: 120px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}


.testimonial-quote {
  font-family: "var(--primary-color-dark) Hat Display", sans-serif;
  font-size: 1em;
  color: #333333;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
  quotes: "" " " "" "'" "'";
}

.testimonial-quote::before {
  content: open-quote;
  font-size: 1.2em;
  color: var(--secondary-color);
}

.testimonial-quote::after {
  content: close-quote;
  font-size: 1.2em;
  color: var(--secondary-color);
}

.carousel-dots {
  display: none;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid white;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: white;
}

.dot:hover {
  background-color: #ffd814;
  border-color: #ffd814;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .testimonials-carousel {
    margin: 1rem 0;
    padding: 1.5rem;
  }

  .carousel-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin: 0 0 1.5rem 0;
  }

  .testimonial-slide {
    display: none;
  }

  .testimonial-slide.active {
    display: block;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-image {
    margin: 0 0 1rem 0;
  }

  .testimonial-image img {
    max-width: 100px;
    max-height: 50px;
  }

  .testimonial-quote {
    font-size: 0.9em;
  }

  .carousel-dots {
    display: flex;
  }
}

@media (max-width: 767px) {
  .testimonials-carousel {
    margin: 1rem 0;
  }

  .testimonial-card {
    padding: 1rem;
  }

  .testimonial-image {
    margin: 0 0 0.8rem 0;
  }

  .testimonial-image img {
    max-width: 80px;
    max-height: 40px;
  }

  .testimonial-quote {
    font-size: 0.85em;
  }
}

/* Imported from gettestobites/public/styles/root.css for CTA block styles */
.buy-button {
  text-decoration: none;
  display: block;
  font-size: 1.5rem;
  padding: 0.4rem 0.5rem;
  text-transform: uppercase;
  background: linear-gradient(0deg, #FFEE50, #FFEE50);
  margin: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

.buy-button:hover {
  box-shadow: 0px 0px 15px var(--primary-color);
  transform: scale(1.05);
}

.buy-button-label {
  color: black;
  text-shadow: none;
  background: var(--primary-color-dark);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
  -webkit-text-fill-color: transparent;
}

.bright-bottles {
  filter: drop-shadow(-35px 0px 100px rgba(255, 255, 255, 0.5)) !important;
}

.scale-bottles {
  margin-top: -20px;
  margin-bottom: -10px;
}

@media (max-width: 768px) {
  .scale-bottles {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .scale-bottles-xl-mobile {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.metal-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #eeeeee, #e6e6e6, #cbcbcb, #878787, #9c9c9c, #bcbcbc, #e6e6e6, #eeeeee);
  z-index: -1;
  border-radius: inherit;
  padding: 20px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Reviews Headline (What people are saying...) */
.reviews-headline {
  background: black;
  color: white;
  position: relative;
}

/* Carousel (imported from burnpeak A2509003 burn.css) */
.testimonials-section {
  background-color: var(--primary-color);
  padding: 3rem 0 2rem;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
}

.splide__pagination__page.is-active {
  transform: scale(3.1);
  background: #F27983 !important;
}

.splide__pagination__page:hover {
  background-color: rgb(138, 72, 72) !important;
}

.splide__pagination {
  gap: 8px;
  position: static !important;
  /* render abaixo do carrossel */
  margin-top: 20px !important;
  display: flex !important;
  justify-content: center;
  z-index: 1;
  pointer-events: auto;
}

.splide__pagination__page {
  width: 16px !important;
  height: 16px !important;
  background: rgba(255, 255, 255, 0.6) !important;
  transition: all 0.3s ease !important;
}

.carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: black;
}

.carousel-inner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splide {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.splide__track {
  overflow: hidden;
  position: relative;
}

.splide__list {
  display: flex;
  transition: transform 0.8s ease;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
}

.splide__slide>div {
  width: 100%;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.testimonial-name {
  color: white;
  font-weight: 700;
  font-size: 1.3rem;
  margin: 0;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.Tech__video {
  border-radius: 10px;
  border: 2px solid var(--primary-color);
}

.carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 51px;
  right: 51px;
  top: 50%;
  transform: translateY(-138%);
  padding: 0 10px;
  pointer-events: none;
  /* allow clicks only on buttons */
  z-index: 20;
}

@media (min-width: 1200px) {
  .carousel-controls {
    left: 518px;
    right: 518px;
  }
}

.carousel-btn {
  width: 60px;
  height: 60px;
  border: none;
  background-color: white;
  color: black;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 100;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-btn:hover {
  opacity: 0.7;
}

.carousel-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
}

.carousel-btn:disabled:hover {
  background-color: var(--primary-color);
  color: white;
  transform: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  opacity: 0.3;
}

.splide__arrow:disabled,
.carousel-btn.is-disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.splide__arrow:disabled:hover,
.carousel-btn.is-disabled:hover {
  background-color: var(--primary-color) !important;
  color: white !important;
  transform: none !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important;
  opacity: 0.3 !important;
}

/* Button disabled state */
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
  background-color: #000000a3 !important;
  pointer-events: none !important;
  border: none !important;
}

.more-testimonials-box {
  padding: 0 1.5rem 1rem;
  text-align: center;
  transition: all 0.3s ease;
}

.more-testimonials-box:hover {
  border-color: white;
}

.more-testimonials-box p {
  color: white;
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

/* Desktop alignment: place buttons over the video area, inside it */
@media (min-width: 769px) {
  .carousel-inner {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
  }

  .splide {
    max-width: 350px;
    flex-shrink: 0;
  }

  .splide__slide>div {
    max-width: 300px;
  }

  .carousel-controls {
    margin: 0;
    top: 40%;
    transform: translateY(-50%);
  }

  .carousel-btn {
    width: 55px;
    height: 55px;
    font-size: 1.4rem;
    pointer-events: auto;
    position: relative;
    z-index: 10;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Keep prev/next INSIDE the video area */
  #splide-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  #splide-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

#splide-prev {
  border-radius: 0 10px 10px 0;
}

@media (min-width: 769px) {

  #splide-prev {
    border-radius: 10px !important;
  }

  #splide-next {
    border-radius: 10px !important;
  }

}

#splide-next {
  border-radius: 10px 0 0 10px;
}

.splide__pagination {
  bottom: -1.5em !important;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .splide {
    max-width: 100%;
  }

  .splide__slide>div {
    margin: 0 50px;
  }

  .splide__pagination {
    bottom: -1.5em !important;
  }

  .splide__pagination__page {
    width: 14px !important;
    height: 14px !important;
  }

  .carousel-controls {
    gap: 0;
    padding: 0 6px;
  }

  .carousel-btn {
    width: 55px;
    height: 55px;
    font-size: 1.3rem;
  }

  .testimonial-name {
    font-size: 1rem;
  }

  .more-testimonials-box p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .testimonials-section {
    padding: 2rem 0 3rem;
  }

  .carousel-btn {
    width: 30px;
    height: 50px;
    font-size: 1rem;
  }

  .testimonial-name {
    font-size: 1.1rem;
  }

  .more-testimonials-box p {
    font-size: 0.9rem;
  }
}

.reviews-headline .title {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .reviews-headline .title {
    font-size: 2.4rem;
  }
}

.reviews-headline .title .highlight {
  color: #fcd34d;
}

.reviews-headline .subtitle {
  color: #fcd34d;
  font-weight: 700;
}

.reviews-headline .headline-triangle {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -24px;
  /* push slightly more out */
  transform: translateX(-50%);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 50px solid #ff7a85;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .35));
}

.triangle {
  display: block;
  position: absolute !important;
  width: 100%;
  color: #F27983;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  margin: -15px auto -30px;
  font-size: 100px;
  line-height: 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .triangle {
    font-size: 140px;
  }
}

.image-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  /* espaçamento entre as imagens */
  overflow-x: auto;
  /* rolagem horizontal se precisar */
  padding: 10px;
}

.image-carousel img {
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  height: 160px;
  /* altura fixa */
  object-fit: cover;
  flex-shrink: 0;
  /* para não deformar */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-carousel img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.image-carousel {
  display: flex;
  gap: 3px;
  overflow-x: auto;
  /* rola no mobile */
  padding: 10px;
}

.image-carousel .card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-carousel .card img {
  width: 100%;
  height: 100%;
  padding: 3px 3px 8px;
  object-fit: cover;
  display: block;
}

/* tamanhos diferentes (igual ao print) */
.card-small-medium {
  width: 130px;
  height: 130px;
}

.card-small {
  width: 90px;
  height: 90px;
}

.card-medium {
  width: 160px;
  height: 190px;
}

/* mobile: tudo igual, quebra linha, 3 por linha */
@media (max-width: 768px) {
  .image-carousel {
    flex-wrap: wrap;
    /* quebra linha */
    overflow-x: visible;
    /* desativa rolagem */
    justify-content: center;
    gap: 8px;
    /* espaço entre itens */
  }

  .image-carousel .card {
    width: 31%;
    /* 3 por linha */
    height: auto;
    aspect-ratio: 1/1;
    /* mantém quadrado */
  }

  /* todas as classes ficam iguais */
  .card-small,
  .card-small-medium,
  .card-medium {
    width: 31%;
    aspect-ratio: 1/1;
    height: auto;
  }
}

@media (max-width: 480px) {
  .image-carousel {
    gap: 6px;
  }

  .image-carousel .card {
    width: 31%;
    /* continua 3 por linha */
  }
}

#testimonials .card {
  padding: 1.5rem;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}

#testimonials .card:last-of-type {
  border-bottom: 0;
}

#testimonials .card-container {
  background-color: #f6f6f6;
}

#testimonials .col-lg-12 {
  padding: 0px;
}

#testimonials .card h4 {
  color: var(--primary-color);
  font-weight: 700;
  text-align: left;
}

#testimonials .stars i {
  color: #de7921;
}

#testimonials .reviewed-on {
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}

#testimonials .verified {
  color: #565959;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 1em;
}

#testimonials .verified span:last-of-type {
  color: #de7921;
}

#testimonials .verified div {
  width: 1px;
  height: 16px;
  background-color: #bdbdbd;
}

#testimonials .purchase {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  border-bottom: none;
  align-items: center;
}

#testimonials .purchase img {
  max-width: 40px;
}

#testimonials .purchase p {
  margin: 0;
}

#testimonials .user {
  max-width: 200px;
  margin-bottom: 1rem;
}

@media(max-width: 991px) {
  #testimonials .user {
    float: inherit;
    margin: 0px;
  }
}

#testimonials .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 991px) {
  #testimonials .user img {
    margin-bottom: 1rem;
  }
}

.testimonial-img {
  width: 150px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  transition: transform 0.3s ease;
}

.testimonial-img:hover {
  transform: scale(1.05);
}

.testimonials-row {
  justify-content: center;
  flex-wrap: wrap;
}

.cartpanda.banner-hidden .cpd-default {
  display: none !important;
}

.cartpanda#vsl .cpd-default {
  display: none !important;
}

/* Shipbox */
.shipbx {
  width: auto;
  max-width: 924px;
  min-height: 88px;
  border: 2px solid var(--primary-color-dark);
  border-radius: 14px;
  margin: 0 auto 0 auto;
  display: block;
  position: relative;
  padding: 17px 15px 15px 150px;
  color: #000;
}

@media (max-width: 499px) {
  .shipbx {
    padding: 17px 15px 15px 125px;
    margin: 17px 15px 0;
  }
}

.shipiconbx {
  /* background: #2669b1; */
  padding: 19px 5px 19px 7px;
  border-radius: 12px 0 0 12px;
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 100%;
  display: flex;
  align-items: center;
}

.shipiconbx img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

@media (max-width: 499px) {
  .headline1 {
    font-size: 0.9rem !important;
  }

  .headline2 {
    font-size: 1.3rem !important;
  }
}



.shipbx.light {
  border: 2px solid rgb(215, 42, 20);
}

.shipbx.light .shipiconbx {
  background: rgb(215, 42, 20);
}

.shipbx.light .shipiconbx::after {
  border-left: 15px solid rgb(215, 42, 20);
}

.shipbx-txt1 {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  line-height: 30px;
  text-align: center;
  margin: 0 0 5px 0;
  font-weight: 700;
}

.shipbx.light .shipbx-txt1 {
  color: #fff;
}

.shipbx-txt1 .var(--primary-color-dark) {
  color: rgb(215, 42, 20);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.shipbx.light .shipbx-txt1 .var(--primary-color-dark) {
  color: var(--primary-color);
}

.shipbx-txt2 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
}

.shipbx.light .shipbx-txt2 {
  color: #fff;
}

@media (max-width: 499px) {

  .shipbx-txt1,
  .shipbx-txt2 {
    text-align: left;
  }

  .shipbx-txt1 {
    font-size: 20px;
  }
}

/* END Shipbox */

@media (max-width: 576px) {
  .ef-headline-small {
    font-size: 0.9rem !important;
  }

  .ef-headline-main {
    font-size: 1.3rem !important;
  }

  .ef-headline-sub {
    font-size: 1.1rem !important;
  }

  .ef-headline-timer {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 770px) {
  .products .item .item-img img {
    max-height: 150px;
  }
}

@media screen and (min-width: 400px) and (max-width: 600px) {
  .products .item .item-img img {
    max-height: 150px;
  }
}

#video {
  background-image: none !important;
}

#guarantee {
  background: linear-gradient(135deg,
      var(--primary-color),
      var(--primary-color-dark)) !important;
}

.products .item.promo .wrapper {
  background-image: radial-gradient(var(--primary-color-dark), var(--primary-color)) !important;
}

.products .item.promo .item-header {
  background-color: #98261e !important;
}