/*====Fonts====*/

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("./fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: local("Inter"), url("./fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

body {
  margin: 0;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 32px;
  padding-right: 32px;
  z-index: 5;
}

.font-700 {
  font-weight: 700;
}

.blue-text {
  color: #007bc9;
}

.left-side {
  display: flex;
  align-items: center;
  gap: 12px;
}

.right-side {
  display: flex;
  align-items: center;
}

.text-right {
  margin-right: 32px;
  margin-left: 12px;
}

.icon-box img {
  width: 24px;
  height: 24px;
}

.icon-left img {
  width: 24px;
  height: 24px;
}

.button-order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 408px;
  height: 64px;
  background-color: #f48120;
  color: #ffffff;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border: none;
  font-size: 24px;
}

.comparison-button-order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 442px;
  height: 64px;
  background-color: #f48120;
  color: #ffffff;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border: none;
  font-size: 24px;
}

.comparison-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.label-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.arrow-right {
  width: 33px;
  height: 32px;
}

.arrow-right img {
  vertical-align: baseline;
}

.yellow-text {
  color: #ffdd00;
}

.hero-right-container {
  max-width: 480px;
}

.green-bar {
  background-color: #acf4a1;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 10;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded-highlight {
  display: inline-flex;
  background-color: #000000;
  color: #ffffff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 37px;
  font-size: 14px;
  line-height: 21px;
  margin: 0px 16px;
}

.discount-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
}

.timer-container {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  color: #2a2552;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 13.6px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.label {
  font-size: 8px;
  font-weight: 600;
  line-height: 8px;
}

.font-arial {
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.limited-time-offer {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-left: 16px;
}

.maasbath-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 72px;
  background-color: #ffffff;
  position: relative;
  padding: 12px 0;
  z-index: 10;
}

.logo-mobile {
  display: none;
}

.hero-section-wrapper {
  display: flex;
  height: 820px;
  background-color: #f0f7ff;
}

.hero-left {
  width: 50%;
  position: relative;
  top: auto;
  max-height: 820px;
}

.hero-right {
  padding-top: 40px;
  width: 50%;
  position: relative;
  top: auto;
  display: flex;
  max-height: 820px;
  padding-left: clamp(16px, calc((100vw - 800px) * 0.121875), 78px);
  padding-right: 16px;
}

.hero-right-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-top: 12px;
}

.hero-image {
  height: 820px;
}

.hero-image .woman-pillow {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.reason-why-section {
  background-color: #f0f7ff;
}

.guarantee-section {
  background-color: #f0f7ff;
}

.guarantee-container {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.guarante-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.guarantee-card {
  max-width: 1184px;
  width: 100%;
  background-color: #336699;
  padding: 83px 77px 80px 77px;
  border-radius: 40px;
}

.guarantee-card-top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 69px;
}

.guarantee-card-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.guarantee-card-bottom .payment-brands {
  background-color: white;
  padding: 0 12px;
  border-radius: 4px;
  width: 426px;
  height: 28px;
}

.guarantee-card-bottom .payment-brands-hero {
  background-color: white;
  padding: 0 12px;
  border-radius: 4px;
  width: 426px;
  height: 28px;
}

.safe-secure-payment-brand {
  width: 402px;
}

.guarantee-seal {
  width: 225px;
  height: 225px;
}

.guarantee-text {
  max-width: 680px;
}

.reason-why-container {
  padding-top: 70px;
  padding-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.faq-container {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.guarantee-text-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  color: #ffffff;
}

.guarantee-text-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 16px;
}

.faq-wrapper {
  width: 100%;
  max-width: 782px;
  margin-left: auto;
  margin-right: auto;
}

.faq-accordion-header-text {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #007bc9;
}

.faq-accordion-content-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-left: 12px;
  margin-bottom: 24px;
}

.faq-header {
  padding: 24px 12px !important;
}

.faq-accordion-content {
  padding: 0 !important;
}

.reason-why-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.faq-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 47px;
}

.features-container {
  padding-top: 66px;
  padding-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-last {
  border-bottom: 1px solid #d4d5d5 !important;
}

.features-container-child {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.reason-why-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 32px;
  text-align: center;
}

.reason-why-features-container {
  margin-top: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.reason-why-img img {
  width: 390px;
  height: 390px;
  max-width: 390px;
}

.reason-why-card-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #007bc9;
}
.reason-why-card-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.reason-why-card {
  display: flex;
  padding: 32px 24px;
  width: 379px;
  height: auto;
  border-radius: 8px;
  background-color: #ffffff;
  justify-content: space-between;
}

.reason-why-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.reason-why-card-img img {
  width: 48px;
  height: 48px;
  max-width: 48px;
}

.reason-why-left-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.reason-why-right-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.reason-why-card-content {
  line-height: 16px;
  padding-right: 35px;
}

.rating {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rating-reviews-text-alert {
  color: #f44336;
}

.fav-pillow,
.hero-comment,
.hero-features,
.cta-btn-hero,
.shipping-and-guarantee {
  margin-top: 24px;
}

.guarantee-btn-hero {
  margin-top: 43px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.fav-pillow span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #007bc9;
  margin-left: 8px;
}

.hero-features-item {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 12px;
}

.hero-features-item span {
  margin-left: 16px;
}

.hero-comment span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.cta-button-order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 442px;
  height: 64px;
  background-color: #f48120;
  color: #ffffff;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border: none;
  font-size: 24px;
}

.guarantee-button-order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 442px;
  height: 64px;
  background-color: #f48120;
  color: #ffffff;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border: none;
  font-size: 24px;
}

.cta-label-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.guarantee-label-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.cta-arrow-right {
  width: 33px;
  height: 32px;
}

.guarantee-arrow-right {
  width: 33px;
  height: 32px;
}

.guarantee-arrow-right img {
  vertical-align: baseline;
}

.cta-arrow-right img {
  vertical-align: baseline;
}

.payment-brands {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-brands-hero {
  margin-top: 16px;
  width: 442px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-brand-payment {
  width: 282px;
  height: 24px;
}

.shipping-and-guarantee {
  display: flex;
  gap: 24px;
}

.shipping-and-guarantee img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.shipping-and-guarantee span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
}

.accordion-wrapper {
  max-width: 480px;
  max-height: 300px;
  margin: 20px auto;
  font-family: "Inter", sans-serif;
  background: transparent;
}

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

.accordion-item {
  background: transparent;
}

.accordion-header {
  background: transparent;
  padding: 12px 0px;
  cursor: pointer;
  font-weight: bold;
  border: none;
  border-top: 1px solid #d4d5d5;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  text-decoration: none;
}

.accordion-header img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-header img {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 16px;
  background-color: transparent;
}

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

.img-90d {
  position: absolute;
  width: 128px;
  height: 111px;
  left: calc(24px + max(0px, (100vw - 800px)) * 0.1625);
  top: 32px;
}

.time-better-sleep {
  position: absolute;
  width: 128px;
  height: 111px;
  left: calc(24px + max(0px, (100vw - 800px)) * 0.1625);
  top: 153px;
}

.trusted {
  position: absolute;
  width: 128px;
  height: 111px;
  left: calc(24px + max(0px, (100vw - 800px)) * 0.1625);
  top: 284px;
}

.hero-title-mob {
  display: none;
}

.brands-caroussel {
  position: relative; /* necessário para o absolute da frase */
  width: 100%;
  height: 96px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.brands-track {
  display: flex;
  width: max-content;
  animation: scroll-loop 30s linear infinite;
  align-items: center;
}

.brands-track img {
  height: 60px;
  width: 1120px;
  flex-shrink: 0;
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0000;
  background-image: radial-gradient(circle, #f7fcfd 10%, #f7fcfd00);
  padding: 5px 15px;
  font-weight: bold;
  font-size: 18px;
  color: #007bc9;
  white-space: nowrap;
  pointer-events: none;
  height: 100%;
  display: flex;
  align-items: center;
  width: 35%;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 21px;
}

.secret-section {
  background-color: #f0f7ff;
}

.pain-section {
  background-color: #ffffff;
}

.secret-container {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.secret-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
}

.secret-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 570px;
  padding-right: 3rem;
  display: flex;
}

.secret-video {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  aspect-ratio: 580 / 326;
  width: 100%;
  display: flex;
}

.secret-video video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.secret-hero-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-top: 16px;
  color: #007bc9;
  padding-right: 3rem;
}

.secret-hero-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.secret-hero-rating span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.secret-stars {
  width: 96px;
  height: 16px;
}

.secret-stock-lvl {
  width: 68px;
  height: 12px;
}

.secret-hero-subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
}

.secret-hero-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
}

.pain-container {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.pain-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.pain-left {
  max-width: 570px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.pain-right {
  max-width: 580px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 31px;
}

.pain-left-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #007bc9;
}

.pain-left-img-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33px;
  margin-top: 32px;
}

.pain-left-img-descrption {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}

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

.pain-left-img-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pain-left-img {
  width: 160px;
  height: 160px;
}

.pain-right-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}

.pain-right-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.pain-right-subdescription {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.pain-hero-features-item {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 22px;
  display: flex;
  align-items: flex-start;
}

.pain-hero-features-item img {
  padding-top: 2px;
}

.pain-hero-features-item span {
  margin-left: 16px;
}

.features-1 {
  background-color: #ffffff;
}

.features-2 {
  background-color: #f0f7ff;
}

.features-3 {
  background-color: #ffffff;
}

.feature-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
}

.features-video {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 580px;
  aspect-ratio: 580 / 326;
  width: 100%;
  display: flex;
}

.feature-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 66px;
}

.feature-content-down {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}

.features-hero-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.features-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 575px;
  display: flex;
}

.ml-29 {
  margin-left: 29px;
}

.features-hero-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  vertical-align: middle;
  margin-top: 24px;
}

.features-video video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.features-container-child .features-wrapper .feature-content {
  margin-top: 0;
}

.comparison-container {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.comparison-chart-desk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}

.comparison-chart-mob {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 9px;
}

.review-section {
  background-color: #f0f7ff;
}

.review-container {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.review-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.review-videos-section {
  background-color: #f0f7ff;
}

.review-videos-container {
  padding-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.review-videos-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.review-videos-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.review-videos-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 55px;
}

.review-videos-vid {
  max-width: 580px;
  width: 100%;
}

.review-videos-vid video {
  border-radius: 8px;
  aspect-ratio: 580 / 580;
  margin-bottom: 8px;
}

.review-videos-vid span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.review-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 48px;
}

.review-content {
  margin-top: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.review-card {
  max-width: 379px;
  width: 379px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
}

.review-card-header {
  border-bottom: 1px solid #d4d5d5;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.review-card-header-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}

.review-card-header-info-name {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.review-card-header-info-contact-reviews,
.review-card-header-info-contact-place {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.review-card-header-info-contact-reviews img,
.review-card-header-info-contact-place img {
  width: 10px;
  height: 10px;
}

.review-card-header-info-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.rating-row img {
  height: 16px;
}

.rating-row span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

.review-card-content-text-row {
  margin-top: 16px;
}

.review-card-content-text-row-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.review-card-content-text-row-description {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}

.review-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.video-wrapper {
  position: relative;
  width: 100%;
}

.video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  background: rgba(255, 255, 255, 0.6);
  mask: url("../images/play-mask.svg") no-repeat center;
  -webkit-mask: url("../images/play-mask.svg") no-repeat center;
  mask-size: 50%;
  -webkit-mask-size: 100%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.play-button.hidden {
  opacity: 0;
  pointer-events: none;
}

.footer-container {
  padding-top: 72px;
  padding-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo img {
  width: 210px;
  height: 78px;
}

.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.footer-links {
  margin-top: 48px;
}

.footer-links a {
  text-decoration: none;
  color: #000;
}

.footer-text {
  margin-top: 72px;
}

.floating-bar {
  display: none;
}

.floating-bar.hidden {
  display: none;
}

.floating-bar-brands {
  width: 282px;
}

.payment-brands-90mb {
  max-width: 402px;
}

@keyframes scroll-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1190px) {
  .review-content {
    flex-direction: column;
    gap: 24px;
  }
  .review-card {
    max-width: 100%;
    width: 100%;
  }

  .guarantee-card-top {
    gap: 0;
    justify-content: space-between;
  }

  .review-title {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }
  .review-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .review-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    width: 100%;
    max-width: 100%;
  }

  .reason-why-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .reason-why-title {
    font-size: 32px;
    line-height: 40px;
  }

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

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

  .secret-video {
    max-width: 46%;
  }

  .review-videos-vid {
    max-width: 46%;
  }

  .review-videos-content {
    justify-content: space-around;
  }

  .features-video,
  .features-hero {
    max-width: 46%;
  }

  .feature-content {
    justify-content: space-around;
    margin-top: 32px;
  }

  .feature-content-down {
    justify-content: space-around;
  }

  .ml-29 {
    margin-left: 0;
  }

  .pain-right {
    max-width: 46%;
    padding-right: 0;
  }

  .pain-left {
    max-width: 46%;
  }

  .reason-why-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reason-why-features-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 32px;
  }

  .reason-why-img {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .reason-why-right-cards {
    order: 2;
    width: 100%;
  }

  .reason-why-left-cards {
    order: 3;
    width: 100%;
  }

  .reason-why-card {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1018px) {
  .hero-right-title {
    font-size: 38px;
  }
}

@media (max-width: 500px) {
  .discount-text {
    font-size: clamp(12px, 4vw - 1.25rem, 15px);
  }
  .rounded-highlight {
    margin: 0px 8px;
  }
}

@media (max-width: 1075px) {
  .secret-hero-rating span {
    font-size: 14px;
  }

  .hero-right,
  .hero-right-container,
  .accordion-wrapper {
    max-height: 100%;
    overflow: hidden;
  }

  .guarantee-card-top {
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .guarantee-text-title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .guarantee-text-subtitle {
    margin-top: 40px;
    font-weight: 700;
    padding: 0 21px;
  }

  .guarantee-card {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 40px 16px;
  }

  .guarantee-container {
    padding: 0;
  }

  .guarantee-text {
    text-align: center;
  }

  .guarantee-btn-hero {
    margin-top: 40px;
  }

  .secret-stars {
    width: 88px;
  }

  .limited-time-offer,
  .use-promo-code,
  .now-text {
    display: none;
  }

  .logo-mobile {
    display: block;
    width: 165px;
    height: 32px;
  }
  .logo-desktop {
    display: none;
  }

  .maasbath-header {
    padding: 24px 0;
  }

  .hero-comment span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }

  .hero-title-mob {
    display: block;
    text-align: center;
    background-color: #ffffff;
  }

  .hero-center-title {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .rating-center {
    margin-top: 12.5px;
    margin-bottom: 24.5px;
  }

  .rating-center img {
    width: 88px;
    height: 16px;
  }

  .rating-center span {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
  }

  .hero-image {
    height: 500px;
  }

  .hero-section-wrapper {
    height: auto;
  }

  .hero-section-wrapper {
    flex-direction: column;
  }

  .hero-left {
    width: 100%;
  }

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

  .rating {
    display: none;
  }

  .hero-right-title {
    display: none;
  }

  .fav-pillow {
    margin-top: 42px;
  }

  .comparison-button-hero {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cta-btn-hero,
  .shipping-and-guarantee {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .payment-brands,
  .payment-brands-hero,
  .cta-button-order {
    width: 100%;
  }
}

@media (max-width: 740px) {
  .review-videos-content {
    flex-direction: column;
  }

  .review-videos-title {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .topbar {
    display: none;
  }

  .secret-hero-rating {
    gap: 5px;
  }

  .reason-why-card {
    padding: 16px;
  }

  .floating-bar {
    position: fixed;
    bottom: 0;
    padding: 16px;
    width: 100%;
    background-color: #ffffff;
  }

  .floating-bar.visible {
    display: block;
  }

  .floating-bar .guarantee-btn-hero {
    margin-top: 0;
  }

  .shipping-and-guarantee {
    gap: 16px;
  }
  .shipping-and-guarantee span {
    font-size: 11px;
  }

  .secret-video {
    aspect-ratio: auto;
  }

  .video-wrapper video {
    height: 326px;
    object-fit: cover;
  }

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

  .footer-container {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links {
    margin-top: 24px;
  }

  .footer-text {
    margin-top: 64px;
  }

  .guarantee-button-order {
    width: 100%;
  }

  .guarantee-card-bottom .payment-brands {
    width: 100%;
    height: 36px;
  }

  .guarantee-card-bottom .payment-brands img {
    width: 100%;
  }

  .guarantee-card-bottom .payment-brands-hero {
    width: 100%;
    height: 36px;
  }

  .guarantee-card-bottom .payment-brands-hero img {
    width: 100%;
  }

  .faq-accordion-header-text {
    font-size: 18px;
    line-height: 26px;
  }

  .faq-accordion-content-text {
    font-size: 16px;
    line-height: 26px;
  }

  .review-videos-vid {
    max-width: 392px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .review-videos-content {
    justify-content: space-around;
    /* flex-direction: column; */
    gap: 24px;
    margin-top: 40px;
  }

  .review-content {
    margin-top: 24px;
  }

  .comparison-cta-btn {
    margin-top: 22px;
  }

  .comparison-button-order {
    width: 100%;
  }

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

  .comparison-chart-desk {
    display: none;
  }

  .comparison-chart-mob {
    display: flex;
  }

  .feature-content-down .features-video {
    order: 1;
  }

  .feature-content-down .features-hero {
    order: 2;
  }

  .feature-title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }

  .features-hero-title {
    margin-top: 32px;
    text-align: center;
    width: 100%;
  }

  .feature-content-down {
    margin-top: 40px;
  }

  .features-hero-description {
    margin-top: 32px;
  }

  .feature-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content-down {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .features-video,
  .features-hero {
    max-width: 100%;
  }

  .reason-why-img img {
    width: 356px;
    height: 357px;
  }

  .reason-why-wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .reason-why-container {
    max-width: 728px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .features-container {
    max-width: 728px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .faq-container {
    max-width: 728px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .features-container-child {
    max-width: 728px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
    padding-bottom: 48px;
  }

  .features-container-child .features-wrapper .feature-content {
    margin-top: 0;
  }

  .features-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .secret-container {
    max-width: 728px;
    padding-left: 16px;
    padding-right: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pain-container {
    max-width: 728px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .comparison-container {
    max-width: 728px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .secret-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .pain-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  /* .comparison-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  } */

  .secret-hero {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .pain-left {
    max-width: 100%;
    margin-bottom: 32px;
    width: 100%;
  }

  .pain-right {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }

  .pain-left-title {
    width: 100%;
    text-align: center;
  }

  .secret-hero-title {
    padding-right: 26px;
  }

  .secret-video {
    max-width: 100%;
  }

  .pain-left-img-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    margin-top: 32px;
  }

  .pain-left-img-row {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}

@media (max-width: 486px) {
  .secret-hero {
    padding-right: 0;
  }

  .play-button {
    width: 80px;
    height: 80px;
  }

  .review-videos-vid {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 437px) {
  .safe-secure-payment-brand {
    width: 100%;
  }

  .hero-center-title {
    font-size: 30px;
  }

  .secret-hero-rating span {
    font-size: 10px;
  }

  .shipping-and-guarantee span {
    font-size: 9px;
  }

  .reason-why-card-title {
    font-size: 15px;
  }

  .footer-links {
    font-size: 14px;
  }

  .footer-text {
    font-size: 14px;
  }
  .review-card-header {
    gap: 10px;
  }
}

@media (max-width: 375px) {
  .reason-why-img img {
    width: 100%;
    height: auto;
  }

  .rounded-highlight {
    width: 60px;
    font-size: 10px;
  }

  .pain-left-img-descrption {
    font-size: 12px !important;
  }

  .pain-left-img-container {
    gap: 8px;
  }

  .secret-stars {
    width: 70px;
  }

  .secret-stock-lvl {
    width: 50px;
  }

  span.review-card-header-info-contact-reviews {
    min-width: 72px;
  }

  .footer-text {
    text-align: center;
  }

  .hero-features-item span {
    margin-left: 0px;
  }
}

@media (max-width: 345px) {
  .secret-hero-rating {
    margin-right: -12px;
    margin-left: -14px;
  }
}
