html {
  overscroll-behavior: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.review-section-top {
  margin-top: 34px;
}

.review-section-top-container {
  max-width: 1440px;
  margin: 0 auto;
}

.review-section-top-title {
  text-align: center;
}

.review-section-top-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 21px;
  line-height: 41px;
  text-align: center;
  margin-top: 20px;
  font-style: Italic;
  text-transform: uppercase;
}

.review-section-top-subtitle span {
  background-color: #fff4bc;
  padding: 5px 4px;
}

.green-banner-text {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 150%;
  background-color: #acf4a1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}

.promo-code {
  background-color: #000000;
  padding: 5px 11.5px;
  line-height: 100%;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  min-height: 31px;
  color: #ffffff;
}

.d-none-desk {
  display: none;
}

.nav-section {
  max-width: 1440px;
  margin: 0 auto;
}

/* navbar.css */

.Navbar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  height: 67px;
  padding-left: 141px;
  padding-right: 143px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  color: #202e3b;
  /* margin-top: 44px; */
}

.Navbar__Link {
  padding-right: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #202e3b;
}

.Navbar__Items {
  display: flex;
}

.Navbar__Items--right {
  margin-left: auto;
  align-items: center;
}

.Navbar__Link-toggle {
  display: none;
  font-size: 26px;
}

.Order_Now_Button {
  background-color: #ffdc32;
  border: 1px solid #d4b000;
  color: white;
  border-radius: 8px;
  box-shadow: 0px 3px 0px 0px #dedede;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  width: 162px;
  height: 42px;
  color: #000000;
}

.EUA_Flag {
  width: 32px;
  height: 18px;
}

.menu-toggle {
  position: relative;
  width: 26px;
  height: 20px;
  cursor: pointer;
}

.menu-toggle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 20px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.menu-toggle .icon-bars {
  width: 26px;
  height: 20px;
  opacity: 1;
  transform: rotate(0deg);
}

.menu-toggle .icon-times {
  opacity: 0;
  transform: rotate(-90deg);
  width: 22.27px;
  height: 22.27px;
}

.menu-toggle.open .icon-bars {
  opacity: 0;
  transform: rotate(90deg);
}

.menu-toggle.open .icon-times {
  opacity: 1;
  transform: rotate(0deg);
}

.Navbar__Items {
  display: flex;
  gap: 9px;
}

.button_ship_date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.d-none-desk {
  display: none;
}

.Navbar__Link:hover {
  text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #ffdc32;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}

.Navbar__Link-brand img {
  width: 256px;
  height: 47.42px;
}

.hero {
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 1440px;
  margin-top: 41px;
}

.dont-miss-out-hero {
  background-color: #fcfcfc;
  margin: 0 auto;
  max-width: 1440px;
  margin-top: 41px;
}

.hero-img {
  width: 100%;
  height: auto;
  max-width: 714px;
}

.hero-container {
  padding-left: 24.37px;
  max-width: 1300px;
  display: flex;
}

.dont-miss-out-container {
  max-width: 1300px;
  display: flex;
}

.hero-left {
  max-width: 713px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.hero-img-wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}

.hero-left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bottom-right-video-hero {
  position: absolute;
  max-width: 242.45px;
  max-height: 232.78px;
  right: 14.62px;
  bottom: 0;
  border: 3px solid #f7f7fb;
  border-radius: 4px;
  width: 35%;
  height: 46%;
}

.bottom-right-video-hero video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hero-90d {
  position: absolute;
  top: 17.87px;
  right: 14.62px;
  width: 98.88px;
  height: 109.87px;
}

.hero-90d-dont {
  position: absolute;
  top: 17.87px;
  right: 14.62px;
  width: 98.88px;
  height: 109.87px;
}

.hero-price-drop {
  position: absolute;
  top: 140.54px;
  right: 14.62px;
  width: 56.12px;
  height: 56.12px;
}

.hero-price-drop-dont {
  position: absolute;
  top: 140.54px;
  right: 14.62px;
  width: 56.12px;
  height: 56.12px;
}

.hero-right {
  display: flex;
  align-items: center;
  margin-left: 52.33px;
  /* padding-top: 20px; */
  /* padding-bottom: 20px; */
  /* padding-right: 16px; */
}

.hero-right-rating {
  padding-left: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.hero-right-name {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 51px;
  color: #db3535;
  margin-top: 8.16px;
  max-width: 456px;
}

.hero-right-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 54px;
  line-height: 56px;
  /* max-width: 594.59px; */
  color: #2f336e;
  text-transform: uppercase;
  margin-top: 12.06px;
}

.hero-right-description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 16.15px;
  max-width: 472.5px;
  font-weight: 500;
}

.text-highlight {
  background-color: #fff4bc;
  padding: 5px 4px;
  font-weight: 700;
}

.hero-right-features {
  margin-top: 18.15px;
  display: flex;
  gap: 30px;
}

.hero-features-left {
  display: flex;
  flex-direction: column;
  gap: 13.54px;
}

.hero-features-left-dont-miss-out {
  display: flex;
  flex-direction: column;
  gap: 16.47px;
  width: 484px;
}

.hero-features-left .cta-wrapper {
  max-width: 290px;
}

.hero-left .img-fluid {
  height: 100%;
  object-fit: cover;
}

.hero-features-left-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-feature-line {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 31px;
  font-weight: 400;
}

.cta-btn {
  padding: 15px 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  background-color: #ffdc32;
  border: 1px solid #d4b000;
  box-shadow: 0px 3px 0px 0px #dedede;
  border-radius: 8px;
  width: 100%;
}

.cta-btn a {
  text-decoration: none;
  color: #000000;
}

.stock-row {
  display: flex;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  line-height: 100%;
  gap: 5px;
}

.low-stock-text {
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  line-height: 100%;
  color: #d93c25;
}

.cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.book-free-body {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 19px;
  gap: 9.98px;
}

.hero-features-right {
  align-self: flex-end;
}

.book-free {
  color: #db3535;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.d-sm-none-desk {
  display: none;
}

.as-seen-on {
  margin-top: 50px;
}

.as-seen-on-container {
  background-color: #1e234e;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  padding: 19px 16px 36px 16px;
}

.as-seen-on-container img {
  width: 100%;
  height: auto;
  max-width: 999px;
}

.feedback {
  margin-top: 34px;
  max-width: 1440px;
}

.review-section {
  max-width: 1187.23px;
  margin: 0 auto;
  padding: 54px 16px 46.65px 16px;
}

.review-section-container {
  max-width: 1440px;
  margin: 0 auto;
}

/* .review-section-title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
} */

.review-section-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 21px;
  line-height: 41px;
  text-align: center;
  margin-top: 20px;
  font-style: Italic;
  text-transform: uppercase;
}

.review-section-subtitle span {
  background-color: #fff4bc;
  padding: 5px 4px;
}

.review-section-carousel-row {
  overflow: hidden;
  position: relative;
  margin-top: 18px;
}

.review-section-carousel-track {
  display: flex;
  gap: 16px;
  will-change: transform;
}

.review-section-carousel-track img {
  flex-shrink: 0;
  display: block;
  height: 243px;
}

.efoam-quality-container {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 46.53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
}

.efoam-quality-feature {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #0490b6;
}

.efoam-quality-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  color: #2f336e;
  max-width: 686px;
  margin-top: 8.5px;
}

.efoam-quality-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  max-width: 665.3px;
  margin-top: 8.5px;
}

.efoam-quality-row {
  max-width: 964.36px;
  margin: 0 auto;
  width: 100%;
  margin-top: 29.38px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.efoam-quality-row-right-text {
  max-width: 373px;
}

.efoam-quality-row-right-text-num {
  color: #0490b6;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

.efoam-quality-row-right-text-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin-top: 5px;
}

.efoam-quality-row-right-text-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

.efoam-quality-row-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.efoam-quality-row-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.efoam-quality-row-right-img {
  display: flex;
}

.efoam-quality-row-right-blue {
  background-color: #283244;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  padding-left: 35px;
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 39.6px;
}

.eyn {
  background-color: #f7f7fb;
  margin-top: 34.59px;
}

.eyn-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  color: #2f336e;
  max-width: 763.13px;
}

.eyn-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  margin-top: 19px;
}

.eyn-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 37.39px;
}

.eyn-row {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 964px;
  padding: 0 16px;
}

.eyn-row-divider {
  width: 1px;
  background-color: #d9d9ff;
  margin: 70px 0;
}

.eyn-row-col-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}

.eyn-row-col-feature-text-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.eyn-row-col-feature-text-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 263px;
}

.eyn-row-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eyn-row-col-img {
  padding-top: 22px;
  padding-bottom: 8px;
  align-self: flex-start;
  min-height: 338px;
}

.eyn-row-col-img-center {
  padding-top: 22px;
  padding-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 338px;
}

.eyn-row-col-img-center-top {
  padding-top: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 338px;
}

.eyn-row-col-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 25.42px;
}

.eyn-row-col-feature {
  display: flex;
  gap: 7px;
}

.risk-free {
  background: linear-gradient(to bottom, #f9f9f9 40%, #fff 40%);
  /* max-width: 1440px; */
  margin: 0 auto;
  padding-top: 34px;
}

.risk-free-container {
  max-width: 816px;
  margin: 0 auto;
  background-color: #adf4a1;
  padding: 29px 80px;
  display: flex;
  gap: 18.12px;
  align-items: center;
}

.risk-free-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.risk-free-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
}
.risk-free-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin-top: 5px;
}

.premium-clean {
  margin-top: 36.25px;
}

.premium-clean-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  color: #2f336e;
}

.premium-clean-text-title {
  margin-top: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.premium-clean-text-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
}

.premium-clean-col {
  max-width: 274px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.premium-clean-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 964px;
  margin: 28.14px auto;
  padding: 0 16px;
  gap: 20px;
}

.premium-clean-content video {
  max-width: 274px;
  max-height: 330px;
  width: 100%;
  height: auto;
}

.pros-and-cons-container {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 41px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #2f336e;
}

.pros-and-cons {
  margin-top: 35px;
  padding-top: 49.16px;
  background: linear-gradient(to bottom, #f7f7fb 73%, #fff 73%);
}

.pros-and-cons-img {
  margin-top: 21.84px;
  padding: 0 16px;
}

.pros-and-cons-img img {
  width: 100%;
  height: auto;
  max-width: 685.06px;
}

.pros-and-cons-img-mob {
  display: none;
}

.complete-solution-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  color: #2f336e;
  margin-top: 36.25px;
  max-width: 561px;
}

.complete-solution-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin-top: 20.39px;
  max-width: 583px;
}

.complete-solution-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.complete-solution-row {
  margin-top: 36.24px;
  display: flex;
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  width: 100%;
}

.complete-solution-card {
  max-width: 297px;
  background-color: #fbfbfe;
  min-height: 402.82px;
}

.complete-solution-card-text-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  margin-top: 18px;
  padding: 0 16px;
}

.complete-solution-card-text-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 17px 17px 28px 17px;
}

.d-none-desk-car {
  display: none;
}

.cost-effective {
  margin-top: 57.13px;
  padding-top: 52.15px;
  padding-bottom: 38.3px;
  background: #3442930a;
}

.cost-effective-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  color: #2f336e;
  max-width: 726px;
}

.cost-effective-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cost-effective-item {
  display: flex;
  align-items: center;
  gap: 12.22px;
}

.cost-effective-item-start {
  display: flex;
  align-items: flex-start;
  gap: 12.22px;
}

.cost-effective-text-headline {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}

.cost-effective-col {
  gap: 12.33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cost-effective-text-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}

.cost-effective-text-description {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.cost-effective-row {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 36.84px;
  justify-content: center;
}

.cost-effective-img {
  max-width: 105.64px;
  margin-right: 55.18px;
  margin-left: 58.18px;
}

.text-highlight-cost {
  background-color: #fff4bc;
}

.cost-effective-text-description {
  width: fit-content;
}

.review-section-divider {
  border: 1px solid #cbcbcb;
  border-width: 1px;
  border-style: dashed;
  width: 100%;
  height: 1px;
  margin-top: 28.5px;
}

.review-section-container {
  margin-top: 28.86px;
  gap: 21px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.review-section-col {
  max-width: 272.84px;
  display: flex;
  flex-direction: column;
  gap: 19.8px;
}

.review-section-card {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
}

.review-section-card-profile {
  display: flex;
  align-items: center;
  padding-left: 15.6px;
  padding-right: 16.35px;
  gap: 10px;
  margin-top: 17px;
}

.profile-name {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.verified-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.verified-text {
  color: #3ab890;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.review-section-card-rating {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px;
  margin: 15px auto;
  position: relative;
}

.review-section-card-rating::before,
.review-section-card-rating::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  height: 1px;
  background-color: #e3e3e3;
}

.review-section-card-rating::before {
  top: 0;
}

.review-section-card-rating::after {
  bottom: 0;
}

.review-section-card-rating span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  vertical-align: middle;
}

.review-section-card-title {
  padding-left: 15.6px;
  padding-right: 16.35px;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
}

.review-section-card-description {
  padding-left: 15.6px;
  padding-right: 16.35px;
  padding-bottom: 27.06px;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  vertical-align: middle;
}

.d-none-review-desk {
  display: none;
}

.d-none-card {
  display: none;
}

.profile-pic {
  border-radius: 5px;
}

.review-section-tag {
  color: #0490b6;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.review-section-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  max-width: 763px;
  color: #2f336e;
  margin: auto;
  margin-top: 14.51px;
}

.accordion-wrapper {
  max-width: 480px;
  max-height: 300px;
  margin: 20px auto;
  background: transparent;
}

/* .accordion-item:last-of-type {
  border-bottom: 1px solid #d4d5d5;
} */

.accordion-item {
  background: transparent;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  padding: 25px 24px 25px 30px;
}

.accordion-header {
  background: transparent;
  padding: 0;
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #221c44;
  text-decoration: none;
}

.bg-none {
  background: transparent !important;
}

.accordion-header img {
  width: 30px;
  height: 30px;
  transition: max-height 0.2s;
}

.accordion-content {
  font-family: "Roboto", sans-serif;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
  background-color: transparent;
  font-size: 17px;
  line-height: 28px;
  color: #221c44;
}

.accordion-item:first-of-type .accordion-header {
  border-top: none;
}

.accordion-item.active .accordion-content {
  max-height: 600px;
  padding-bottom: 16px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-section-container {
  max-width: 1036px;
  margin: 0 auto;
}

.faq-section {
  padding-bottom: 280px;
  padding-top: 65.35px;
  padding-left: 16px;
  padding-right: 16px;
}

.faq-section-tag {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #0490b6;
}

.faq-section-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 42px;
  line-height: 41px;
  text-align: center;
  color: #2f336e;
  margin-top: 17.92px;
  text-transform: uppercase;
}

.faq-section-row {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}

footer {
  background-color: #000000;
  padding: 54px 16px;
}

.copyright {
  color: #e6e6e67a;
  opacity: 80%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 22.5px;
  text-align: center;
  vertical-align: middle;
  margin-top: 3px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-links a,
.footer-links span {
  text-decoration: none;
  color: #e6e6e67a;
  opacity: 80%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 22.5px;
  text-align: center;
  vertical-align: middle;
}

.floating-bar {
  display: none;
}

.hidden {
  display: none !important;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 1190px) {
  .Navbar {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero-right {
    margin-left: 20px;
  }

  .col-hidden {
    display: none;
  }
}

@media only screen and (max-width: 892px) {
  .col-hidden {
    display: flex;
  }
}

@media only screen and (max-width: 991px) {
  .eyn-row-col-feature {
    gap: 8.56px;
  }

  .eyn-row-col {
    width: 100%;
  }

  .efoam-quality-row {
    gap: 35px;
  }

  .review-section-carousel-track img {
    height: 184px;
  }

  .review-section-top {
    margin-top: 22px;
  }

  .efoam-quality-container {
    margin-top: 40px;
  }

  .review-section-top-title {
    font-size: 28px;
    line-height: 34px;
    padding-left: 14.54px;
    padding-right: 14.54px;
  }

  .review-section-top-subtitle {
    font-size: 18px;
    line-height: 20px;
    background-color: #fff4bc;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .review-section-top-subtitle span {
    padding: 0;
    background-color: transparent;
  }

  .faq-section-title {
    font-size: 32px;
    line-height: 32px;
  }

  footer {
    background-color: #000000;
    padding: 24px 16px;
    padding-bottom: 116px;
  }

  .copyright {
    color: #ffffff;
    opacity: 80%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.5px;
    text-align: center;
    vertical-align: middle;
    margin-top: 3px;
  }

  .footer-links a,
  .footer-links span {
    text-decoration: none;
    color: #ffffff;
    opacity: 80%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.5px;
    text-align: center;
    vertical-align: middle;
  }

  .faq-section {
    padding-top: 36.73px;
  }

  /* .review-section-carousel-track {
    animation: scroll 30s linear infinite;
  } */

  .accordion-item {
    padding: 24px 12px;
  }

  .accordion-content {
    padding-right: 30px;
    font-size: 16px;
    line-height: 24px;
  }

  .cost-effective-row {
    flex-direction: column;
    gap: 22px;
  }

  .complete-solution-title {
    font-size: 32px;
    line-height: 32px;
    padding: 0 16px;
  }

  .cost-effective {
    margin-top: 36.45px;
    padding-top: 31.05px;
    padding-bottom: 41.8px;
  }

  .cost-effective-title {
    font-size: 32px;
    line-height: 32px;
    padding: 0 16px;
  }

  .complete-solution-card-text-description {
    padding: 17px 10px 19px 10px;
  }

  .complete-solution-row {
    justify-content: center;
    gap: 23.46px;
    margin-top: 30.36px;
  }

  .complete-solution-subtitle {
    margin-top: 18.49px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .complete-solution-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 214/219;
    object-fit: cover;
  }

  .complete-solution-card {
    max-width: 214px;
    background-color: #fbfbfe;
    min-height: 402.82px;
  }

  .risk-free .cta-row {
    width: 100%;
  }

  .cta-how-it-woks .cta-row {
    width: 100%;
  }

  .cta-efoam .cta-row {
    width: 100%;
  }

  .complete-solution .cta-row {
    width: 100%;
    padding: 0 16px;
  }

  .complete-solution .cta-container {
    margin-top: 42.45px;
  }

  .pros-and-cons {
    padding-top: 31px;
    margin-top: 34px;
  }

  .pros-and-cons-title {
    font-size: 32px;
    line-height: 32px;
    padding: 0 16px;
  }

  .premium-clean-title {
    font-size: 32px;
    line-height: 32px;
    padding: 0 16px;
  }

  .premium-clean-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 964px;
    margin: 24.14px auto;
    padding: 0 16px;
    gap: 34px;
  }

  .risk-free {
    padding-left: 16px;
    padding-right: 16px;
  }

  .risk-free-container {
    flex-direction: column;
    padding: 15px 21px;
    gap: 16px;
    border-radius: 10px;
  }

  .risk-free-container img {
    width: 91px;
    height: 101px;
  }

  .risk-free-text {
    text-align: center;
  }

  .risk-free-title {
    font-size: 18px;
    line-height: 100%;
  }

  .risk-free-description {
    font-size: 17px;
    line-height: 28px;
    margin-top: 15px;
  }

  .efoam-quality-title {
    font-size: 32px;
    line-height: 32px;
    margin-top: 16.17px;
  }

  .efoam-quality-subtitle {
    margin-top: 16.49px;
    line-height: 26px;
    padding: 0 9px;
  }

  .eyn-description {
    max-width: 500px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 26px;
    margin-top: 9px;
  }

  .eyn-row {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .eyn-row-col-img {
    align-self: center;
  }

  .eyn-row-col-title {
    font-size: 26px;
    line-height: 29px;
    width: 100%;
    min-width: auto;
  }

  .eyn-title {
    font-size: 32px;
    line-height: 32px;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0 16px;
    max-width: 600px;
  }

  .eyn-row-divider {
    width: 80%;
    height: 1px;
    background-color: #d9d9ff;
    margin: 0;
  }

  .eyn-row-col-list {
    margin-top: 25.32px;
    width: 100%;
    max-width: 500px;
  }

  .eyn-row-col-feature-text-description {
    width: 100%;
    max-width: 100%;
  }

  .eyn-row-col-img {
    padding-top: 21px;
    padding-bottom: 0;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .eyn-row-col-img-center {
    padding-bottom: 0;
  }

  .eyn-row-col-img-center-top {
    padding-top: 27.52px;
    min-height: auto;
  }

  .eyn-row-col-img {
    width: 100%;
    height: auto;
  }

  .cta-container {
    margin-top: 22.46px;
  }

  .cta-efoam {
    width: 100%;
  }

  .efoam-quality-row {
    max-width: 533px;
    margin-top: 40px;
  }

  .efoam-quality-row-right-blue {
    padding-left: 0;
    padding: 14px 14px 32.53px 14px;
  }

  .efoam-quality-row-right-blue,
  .efoam-quality-row-right-img,
  .efoam-quality-row-right-img img {
    width: 100%;
  }

  .efoam-quality-row-right,
  .efoam-quality-row-left,
  .efoam-quality-row-right-blue {
    flex-direction: column;
    gap: 14.1px;
  }

  .efoam-quality-row-right .efoam-quality-row-right-text,
  .efoam-quality-row-left .efoam-quality-row-right-text,
  .efoam-quality-row-right-blue .efoam-quality-row-right-text {
    order: 1;
    max-width: 100%;
  }

  .review-section-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
  }

  .review-section-subtitle {
    font-size: 16px;
    line-height: 27px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .as-seen-on {
    overflow: hidden;
    margin: 0;
  }

  .as-seen-on-container {
    text-align: center;
    padding: 15px 16px 23px 16px;
  }

  .as-seen-on-slider {
    display: flex;
    width: max-content;
    transition: none;
    gap: 25px;
  }

  .as-seen-on-slider img {
    height: 50px;
    flex-shrink: 0;
    display: block;
    /* margin-right: 25px; */
  }

  @keyframes scrollBrands {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }

  .bottom-right-video-hero {
    display: none;
  }

  .hero {
    margin-top: 0px;
    padding-top: 17.53px;
    background-color: #f7f7fb;
  }

  .dont-miss-out-hero {
    margin-top: 0px;
    padding-top: 27.53px;
    background-color: #f7f7fb;
  }

  .hero-feature-line {
    align-items: flex-start;
    line-height: 22px;
  }

  .hero-feature-line img {
    margin-top: 5px;
  }

  .hero-left {
    height: auto;
  }

  .hero-left .img-fluid {
    height: auto;
    object-fit: cover;
  }

  .hero-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
  }

  .dont-miss-out-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
  }

  .d-none-mob {
    display: none;
  }

  .hero-right-description {
    text-align: center;
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    font-size: 16px;
    line-height: 23px;
    padding: 0;
    margin-top: 13.72px;
    padding: 0 16px;
  }

  .hero-left {
    margin-top: 32px;
    /* width: 100%; */
  }

  .hero-center-mob {
    text-align: center;
  }

  .hero-center-mob .hero-right-rating {
    justify-content: center;
    margin-bottom: 7px;
  }

  .hero-90d {
    width: 67px;
    height: 74px;
    bottom: 84.8px;
    right: 16px;
    top: auto;
  }

  .hero-90d-dont {
    width: 67px;
    height: 74px;
  }

  .hero-price-drop {
    width: 47px;
    height: 47px;
    bottom: 29.58px;
    right: 16px;
    top: auto;
  }

  .hero-price-drop-dont {
    width: 47px;
    height: 47px;
    top: 104px;
  }

  .hero-features-left-lines-dont-miss-out {
    max-width: 280px !important;
  }

  .hero-center-mob .hero-right-title {
    font-size: 42px;
    line-height: 42px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-right-features {
    flex-direction: column;
    margin-top: 14.35px;
    align-items: center;
    gap: 21px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 22.1px;
  }

  .hero-right {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-left: 0;
    padding: 0;
  }

  .d-none-mob {
    display: none;
  }

  .hero-features-right {
    align-self: center;
  }

  .book-free-body {
    gap: 15px;
  }

  .hero-feature-line {
    font-size: 16px;
    gap: 8.61px;
  }

  .hero-right-content {
    width: 100%;
    max-width: 650px;
  }

  .hero-features-left {
    width: 100%;
    gap: 22.14px;
    align-items: center;
  }

  .hero-features-left-dont-miss-out {
    width: 100%;
    align-items: center;
  }

  .cta-wrapper {
    width: 100%;
  }

  .hero-features-left .cta-wrapper {
    align-self: center;
    max-width: 350px;
  }

  .hero-features-left-lines {
    gap: 12px;
    max-width: 339px;
    width: 100%;
  }

  .d-none-desk {
    display: block;
  }

  .d-none-desk {
    display: block;
  }

  .Order_Now_Button {
    display: none;
  }

  .EUA_Flag {
    display: none;
  }

  .Navbar__Link-brand img {
    width: 180.19px;
    height: 33.38px;
  }

  .Navbar {
    flex-direction: row;
    align-items: center;
    padding-left: 16px;
    padding-right: 17px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
    height: 56px;
  }

  .Navbar__Link {
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
    padding-left: 15px;
    justify-content: start;
    display: flex;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 46px;
  }

  .Navbar__Link:first-of-type {
    border-top: 1px solid #d6d6d6;
  }

  .Navbar__Link-brand {
    padding-left: 0;
  }

  .Navbar__Link-toggle {
    display: block;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 110;
    cursor: pointer;
  }

  .Navbar__Items {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 56px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 56px);
    background-color: #ffffff;
    z-index: 99;
    animation: fadeInMenu 0.3s ease forwards;
    gap: 0;
  }

  .Navbar__Items.Navbar__ToggleShow {
    display: flex;
  }

  .Navbar__Items--right {
    margin-left: 0;
  }

  .Navbar__Link {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInItem 0.4s ease forwards;
  }

  .Navbar__Items.Navbar__ToggleShow .Navbar__Link:nth-child(1) {
    animation-delay: 0.1s;
  }
  .Navbar__Items.Navbar__ToggleShow .Navbar__Link:nth-child(2) {
    animation-delay: 0.2s;
  }
  .Navbar__Items.Navbar__ToggleShow .Navbar__Link:nth-child(3) {
    animation-delay: 0.3s;
  }
  .Navbar__Items.Navbar__ToggleShow .Order_Now_Button {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInItem 0.4s ease forwards;
    animation-delay: 0.4s;
  }
  .Navbar__Items.Navbar__ToggleShow .EUA_Flag {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInItem 0.4s ease forwards;
    animation-delay: 0.5s;
  }

  @keyframes fadeInItem {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeInMenu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}

@media only screen and (max-width: 1100px) {
  .bottom-right-video-hero {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (max-width: 579px) {
  .efoam-quality-row-right-blue {
    margin-left: -16px;
    width: calc(100% + 32px) !important;
  }
}

@media only screen and (max-width: 575px) {
  .d-sm-none-mob {
    display: none;
  }

  .d-sm-none-desk {
    display: block;
  }

  .pros-and-cons-img-desk {
    display: none;
  }

  .pros-and-cons-img-mob {
    display: flex;
    max-width: 344px;
    height: 786px;
  }
}

/* @media (max-width: 460px) {
  .review-section-carousel-row {
    padding: 0 calc(10vw - 10px) !important;
  }
} */

/* @media (max-width: 350px) {
  .review-section-carousel-row {
    padding: 0 calc(6vw - 10px) !important;
  }
} */

/* carousel */
.carousel-indicators {
  display: none;
}

/* @media (max-width: 600px) {
   .review-section-carousel-row {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 calc(20vw - 10px);
  } 

  .carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
  }

  .carousel-indicator {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #ececec;
    transition: background-color 0.3s ease;
    cursor: pointer;
  }

  .carousel-indicator.active {
    background-color: #5f5f5f;
  }

  .review-section-carousel-row::-webkit-scrollbar {
    display: none;
  }

  .review-section-carousel-track {
    animation: none;
    gap: 0;
  }

  .review-section-carousel-track img {
    scroll-snap-align: center;
    scroll-snap-stop: always;
    width: calc(100vw - 20px);
    max-width: 290px;
    height: auto;
    margin: 0 10px;
  }
} */

@media (max-width: 600px) {
  .floating-bar {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    transition: 0.115s ease-in-out;
    padding: 9px 14px 12px 14px;
    z-index: 1000;
  }

  .floating-bar .cta-container {
    margin-top: 0;
    width: 100%;
  }

  .floating-bar .cta-how-it-woks {
    padding: 0;
  }

  .col-hidden,
  .card-hidden {
    display: none;
  }

  .review-section {
    padding-top: 34.78px;
    padding-bottom: 19.51px;
  }

  .load-more-reviews {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    display: flex;
    justify-content: center;
    margin-top: 19.51px;
    cursor: pointer;
  }
  /* .review-section-title {
    font-size: 28px;
    line-height: 36px;
    padding: 0 20px;
  } */

  .review-section-subtitle {
    font-size: 15px;
    line-height: 24px;
    padding: 0 20px;
  }

  .d-none-review-desk {
    display: flex;
  }

  .d-none-review-mob {
    display: none;
  }
}

/* ========================= */
/* CARROSSEL MOBILE */
/* ========================= */
@media (max-width: 720px) {
  /* Mostrar/esconder versões mobile/desktop */
  .d-none-desk-car {
    display: block !important;
  }
  
  .d-none-mob-car {
    display: none !important;
  }
  
  /* Container principal - IMPORTANTE: usar block ao invés de flex */
  .complete-solution-row {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  
  /* Wrapper do carousel */
  .complete-solution-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    /* Touch otimizado para iOS */
    touch-action: pan-y pinch-zoom;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
  }
  
  /* Track que contém os cards */
  .carousel-track {
    display: flex;
    gap: 15px;
    padding: 0 15px;
    will-change: transform;
    /* Transition controlada pelo JS */
  }
  
  /* Cards individuais - MANTENDO 80% */
  .complete-solution-card {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
    background-color: #fbfbfe;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    scroll-snap-align: center;
    /* Prevenir seleção durante drag */
    -webkit-user-select: none;
    user-select: none;
    pointer-events: auto;
  }
  
  /* Prevenir drag de imagens */
  .complete-solution-card img {
    pointer-events: none;
    -webkit-user-drag: none;
    user-select: none;
    display: block;
  }
  
  /* Indicadores (dots) */
  .carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .indicator {
    width: 12px;
    height: 12px;
    background-color: #d9d9eb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    padding: 0;
    flex-shrink: 0;
  }
  
  .indicator.active {
    background-color: #2f336e;
    transform: scale(1.15);
  }
  
  /* Garantir que o conteúdo do card não seja selecionável */
  .complete-solution-card-text-title,
  .complete-solution-card-text-description {
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (max-width: 340px) {
  .green-banner-text {
    font-size: 14px;
    line-height: 16px;
  }
}
