@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.custom-image-slider {
  position: relative;
  width: 100%;
  height: 100%;
  width: auto;
  padding-bottom: 61%;
}
.slider-after,
.slider-before {
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.slider-after {
  overflow: hidden;
}
.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #fff;
  cursor: ew-resize;
}
body {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.header {
  background-image: url(./header.jpg);
  background-size: 50%;
  background-position: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.beigeBg,
.header {
  background-color: #fdf9f4;
}
.left-banner {
  padding: 4rem 0;
}
.left-banner .banner-container {
  width: 600px;
}
.check-circle {
  margin-top: -5px;
  margin-right: 10px;
}
.stock:before {
  display: inline-flex;
  margin: -2px 5px 0 0;
  width: 9px;
  height: 9px;
  background: #95df89;
  border-radius: 50%;
  content: "";
  animation: fade 1s ease-in-out infinite;
}
@keyframes fade {
  0%,
  70%,
  to {
    opacity: 100%;
  }
  50% {
    opacity: 30%;
  }
}
* {
  font-family: Poppins, serif;
}
.poppins-thin {
  font-weight: 100;
}
.poppins-extralight,
.poppins-thin {
  font-family: Poppins, serif;
  font-style: normal;
}
.poppins-extralight {
  font-weight: 200;
}
.poppins-light {
  font-weight: 300;
}
.poppins-light,
.poppins-regular {
  font-family: Poppins, serif;
  font-style: normal;
}
.poppins-regular {
  font-weight: 400;
}
.poppins-medium {
  font-weight: 500;
}
.poppins-medium,
.poppins-semibold {
  font-family: Poppins, serif;
  font-style: normal;
}
.poppins-semibold {
  font-weight: 600;
}
.poppins-bold {
  font-weight: 700;
}
.poppins-bold,
.poppins-extrabold {
  font-family: Poppins, serif;
  font-style: normal;
}
.poppins-extrabold {
  font-weight: 800;
}
.poppins-black {
  font-family: Poppins, serif;
  font-weight: 900;
  font-style: normal;
}
.poppins-thin-italic {
  font-family: Poppins, serif;
  font-weight: 100;
  font-style: italic;
}
.poppins-extralight-italic {
  font-family: Poppins, serif;
  font-weight: 200;
  font-style: italic;
}
.poppins-light-italic {
  font-family: Poppins, serif;
  font-weight: 300;
  font-style: italic;
}
.poppins-regular-italic {
  font-family: Poppins, serif;
  font-weight: 400;
  font-style: italic;
}
.poppins-medium-italic {
  font-family: Poppins, serif;
  font-weight: 500;
  font-style: italic;
}
.poppins-semibold-italic {
  font-family: Poppins, serif;
  font-weight: 600;
  font-style: italic;
}
.poppins-bold-italic {
  font-family: Poppins, serif;
  font-weight: 700;
  font-style: italic;
}
.poppins-extrabold-italic {
  font-family: Poppins, serif;
  font-weight: 800;
  font-style: italic;
}
.poppins-black-italic {
  font-family: Poppins, serif;
  font-weight: 900;
  font-style: italic;
}
* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
::-webkit-scrollbar {
  display: none;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion {
  --bs-accordion-bg: none;
}
.accordion-item {
  border-radius: 5px !important;
}
.faq-content .accordion-button.collapsed:after {
  background: url(/images/inter/expand-icon.svg);
  background-size: contain;
}
.faq-content .accordion-button:not(.collapsed):after {
  background: url(/images/inter/collapse-icon.svg);
  background-size: contain;
}
.faq-content .accordion-item {
  border: 1px solid #4f4f4f !important;
}
svg path:first-child {
  fill: #fff;
}
.recommend-section,
.time-offer-section {
  background-color: #fdf9f4;
}
span {
  color: #000;
}
.headline-number {
  color: #e20004;
  font-weight: 700;
  font-size: 24px;
}
.order-button {
  background-color: #0493ed;
  border: none;
  color: #fff;
  font-size: 18px !important;
  width: 330px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
}
.order-button:hover {
  background-color: #0286d8;
  color: #fff;
  border: 1px solid #0286d8;
}
.right-arrow svg path:first-child {
  fill: #fff;
}
.right-arrow svg path:hover {
  fill: #0493ed;
}
.floating-order-button {
  background-color: #0493ed;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  padding: 14px 20px;
  transition: all 0.2s linear;
  border: none;
  width: 100%;
}
.floating-order-button:hover {
  color: #fff !important;
}
.floating-order-button span {
  color: #fff;
}
.pulse-button {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.accordion-button:not(.collapsed) {
  color: #000;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(0.9);
  }
}
.carousel li::marker {
  font-size: 0;
}
.relief-section,
header {
  background-color: #fff;
}
header {
  padding: 5px 0;
}
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
}
.mobile {
  display: block !important;
}
.left-banner .banner-headline {
  font-weight: 700;
  font-size: 52px;
  color: #000;
  line-height: 64px;
}
.is-desktop,
.is-mobile {
  display: none;
}
.award-section {
  background-color: #000;
  color: #fff;
}
.simple-to-use-section {
  background-color: #fff;
}
.section-space {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer {
  border-top: 1px solid #efefef;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logos {
  overflow: hidden;
  white-space: nowrap;
}
.logos:after,
.logos:before {
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}
.logos:before {
  left: 0;
}
.logos:after {
  right: 0;
}
.logos:hover .logos-slide {
  animation-play-state: paused;
}
.logos-slide {
  display: inline-block;
  animation: slide 35s linear infinite;
}
@media (max-width: 1399px) {
  .header {
    background-size: auto 100%;
    background-position: 100%;
  }
}
@media (max-width: 1199px) {
  .header {
    background-size: auto 100%;
    background-position: 130%;
  }
}
@media (max-width: 1024px) {
  .header {
    background-size: auto 100%;
    background-position: 170%;
  }
  .banner-desc {
    font-size: 18px !important;
  }
  .banner-checked-line {
    font-size: 17px !important;
    font-weight: 600;
  }
  .nav-links {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .header {
    background-image: none;
  }
  .left-banner .banner-container {
    width: auto;
  }
}
@media (max-width: 768px) {
  .section-space {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .navbar-nav li {
    border-bottom: 1px solid #000;
    padding: 10px;
  }
  .days-guarantee {
    margin-top: 15px;
  }
  .order-button {
    width: 100%;
    height: 40px;
  }
  header ul li:active {
    background-color: #0493ed;
  }
  .relief-section {
    padding-bottom: 0;
  }
  .recommend-section {
    padding-bottom: 25px;
  }
  .would-recommend-item-content {
    border-radius: 8px;
  }
  .offer-alignment {
    text-align: center !important;
  }
  .recommend-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 39px;
  }
  .section-title {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #000;
    line-height: 38px;
  }
  .relief-col {
    width: 100%;
  }
  .relief-product {
    height: 400px;
  }
  .rating-text {
    font-size: 13px;
  }
  .award-section {
    text-align: center;
    padding: 20px 0;
  }
  .is-mobile,
  .mobCtaBtn {
    display: block;
  }
  .mobCtaBtn {
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    text-align: center;
  }
  .mobCtaBtn,
  header {
    background-color: #fff;
  }
  .header {
    padding-bottom: 0 !important;
  }
  .header-section {
    display: block;
  }
  .nav-logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
  }
  .nav-links {
    display: none;
  }
  .nav-links ul {
    list-style-type: none;
    background-color: #fff;
    padding-left: 0;
  }
  .nav-links ul li {
    padding: 10px;
    display: block;
    border-bottom: 1px solid lightgray;
  }
  .nav-links ul li:last-child {
    border-bottom: none;
  }
  .nav-links ul li a {
    text-decoration: none;
    color: #000;
  }
  #mob-nav {
    display: block;
  }
  .left-banner {
    width: 100%;
    padding: 15px 0 0;
  }
  .right-banner {
    width: 100%;
  }
  main {
    margin-top: 0;
    background-color: #fff;
  }
  .banner-stars {
    display: block;
    margin: 0 auto;
  }
  .banner-container {
    text-align: center;
  }
  .banner-headline {
    font-size: 36px !important;
    line-height: 42px !important;
  }
  .banner-desc {
    font-size: 15px;
  }
  .banner-checked-line {
    font-size: 16px;
    font-weight: 600;
    margin-top: -4px;
    text-align: start;
  }
  .compare-section {
    background-color: #fff;
    padding-top: 0;
  }
  .compare-guarantee {
    text-align: center;
    background-color: #fdf9f4;
    border-radius: 8px;
    border: none;
    padding: 20px 10%;
    margin: 15px;
  }
  .compare-container {
    margin: 0 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .compare-content td {
    border-bottom: 1px dashed #475858;
    vertical-align: middle;
    padding: 10px;
  }
  .compare-content tr:last-child td {
    border-bottom: none;
  }
  .would-recommend-item {
    margin-bottom: 30px;
  }
  .simple-use-item-content {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
  }
  .simple-use-item {
    margin-bottom: 30px;
  }
  .simple-use-item:last-child {
    margin-bottom: 0;
  }
  .time-offer-section {
    padding-top: 25px;
  }
  .how-works-section {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  .nav-a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #0493ed;
    text-decoration-color: #0493ed;
    text-decoration-thickness: 2px;
  }
  .faq-content {
    padding: 0 10%;
  }
  .offer-alignment {
    text-align: left !important;
  }
  .recommend-title {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
  }
  .section-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    color: #000;
  }
  .banner-checked-line {
    font-size: 18px;
    font-weight: 600;
  }
  .is-desktop {
    display: block;
  }
  .banner-desc {
    font-size: 20px;
  }
  .mobCtaBtn {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
  header {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-section {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-links {
    display: block;
  }
  #mob-nav {
    display: none;
  }
  header .order-button {
    color: #fff;
    font-size: 18px;
    width: 175px;
    height: 40px;
    border-radius: 8px;
  }
  header ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
  }
  header .nav-links {
    display: flex;
    width: 100%;
    gap: 25px;
  }
  header .nav-links a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 400;
  }
  .right-banner {
    width: 50%;
  }
  .header-logo {
    width: 167px;
    height: 35px;
  }
  main .banner {
    background-color: #fdf9f4;
    padding-left: 0;
  }
  .left-recommend {
    width: 100%;
  }
  .recommend-row {
    align-items: center;
  }
  .right-recommend {
    width: 75%;
    padding: 25px 50px;
  }
  .simple-use-item-flex {
    justify-content: space-between;
  }
  .simple-use-item {
    width: 328px;
  }
  .simple-use-item-content {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
  }
  .how-works-flex {
    gap: 50px;
  }
  .how-works-col {
    width: 50%;
  }
  .how-works-col img,
  .how-works-col video {
    width: 100%;
    border-radius: 10px;
  }
  .compare-section {
    background-color: #fff;
    padding: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .compare-guarantee {
    justify-content: center;
    align-items: center;
    background-color: #fdf9f4;
    border-radius: 8px;
    border: none;
    gap: 20px;
    padding: 20px 50px;
  }
  .compare-container {
    width: 900px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .compare-content td {
    border-bottom: 1px dashed #475858;
    vertical-align: middle;
    padding: 10px;
  }
  .compare-content tr:last-child td {
    border-bottom: none;
  }
  .product-box-section {
    width: 900px;
    display: flex;
    gap: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .product-box-left {
    width: 40%;
  }
  .product-box-right {
    width: 60%;
  }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #c9c9c9;
  }
  .would-recommend-section {
    padding-top: 30px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .would-recommend-flex {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .would-recommend-item {
    width: 370px;
    margin-bottom: 30px;
  }
  .would-recommend-item-content {
    width: 100%;
    height: 453px;
    object-fit: cover;
    border-radius: 10px;
  }
  .time-offer-section {
    padding: 0;
    background-color: #fdf9f4;
  }
  .time-offer-left {
    width: 100%;
    position: relative;
  }
  .time-offer-left img {
    width: 100%;
  }
  .time-offer-right {
    width: 100%;
    padding: 30px 50px;
  }
  .award-section,
  .faq-section {
    padding-top: 20px;
  }
  .award-section {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
  }
  .how-works-section {
    background-color: #fff;
    padding: 15px 35px 50px;
  }
  .recommend-section {
    background-color: #fdf9f4;
    padding-left: 0;
  }
  .simple-to-use-section {
    background-color: #fff;
    padding-top: 35px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .relief-col {
    width: 33%;
  }
  .relief-product {
    height: 450px;
    margin-left: -25px;
  }
  .banner-stars {
    margin-top: -2px;
  }
}
.headline-number {
  line-height: 33px;
}
.headline-number-desc {
  line-height: 28px;
}
.topBFBannerSection1Pair50OffSpan {
  color: #000 !important;
}
.topBFBannerSectionWrapper {
  display: flex;
  flex-direction: column;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.topBFBannerSection {
  background-color: #010a0b !important;
  color: white;
  min-height: 55px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.topBFBannerSection span {
  font-family: Inter;
  font-weight: 700;
  line-height: 32px;
  color: #acf4a1;
}
.topBFBannerSection3Pair60OffSpan {
  margin-left: 8px;
  margin-right: 8px;
}
.bottomBFBannerSection {
  background-color: #acf4a1 !important;
  color: #010a0b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  font-weight: 400;
  min-height: 68px;
}
.bottomBFBannerSection span {
  font-weight: 700;
}
.bottomBFBannerSectionCouponSpan {
  background-color: #010a0b !important;
  color: white;
  border-radius: 8px;
  border: 1px solid #010a0b !important;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  max-height: 30px;
  line-height: 10px;
}
.topBfBannerTimerDiv {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.bottomBFBannerSectionLimitedTimeSpan {
  margin-left: 5px;
  margin-right: 5px;
  color: #000 !important;
}
.topBfBannerTimerDiv div {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.topBfBannerTimerSpan {
  width: 32px;
  height: 29px;
  border-radius: 8px;
  border: 1px solid #010a0b !important;
  background-color: #010a0b !important;
  color: white;
  line-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}
.topBfBannerTimerDivWrapper:not(:last-child) {
  margin-right: 8px;
}
.topBfBannerTimerDhmsDiv {
  font-family: Inter;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.fireworkImage,
.santaImage {
  margin-right: 1px;
}
.fireworkImage,
.santaImage,
.shoppingBagImage {
  height: 18px;
  width: 18px;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 296px) and (max-width: 394px),
  only screen and (min-width: 420px) and (max-width: 580px) {
  .bottomBFBannerSectionCouponSpan {
    position: relative;
    top: 0;
    line-height: 7px !important;
  }
}
@media only screen and (min-width: 400px) and (max-width: 450px) {
  .bottomBFBannerSectionCouponSpan {
    margin-top: 0;
  }
}
@media only screen and (min-width: 350px) and (max-width: 520px) {
  .topBFBannerSectionWrapper {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 520px) {
  .topBFBannerSection {
    line-height: 16px;
  }
  .promoAppliedDiv {
    line-height: 16px !important;
  }
}
@media only screen and (max-width: 351px) {
  .topBFBannerSection {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 340px) {
  .topBFBannerSection {
    line-height: 16px;
  }
  .topBFBannerSection span {
    line-height: 20px !important;
  }
}
@media only screen and (max-width: 890px) {
  .bottomBFBannerSection {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 580px) {
  .topBFBannerSection {
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 580px) {
  #topBFBannerSectionWithCodeColonSpan {
    display: none !important;
  }
}
@media only screen and (max-width: 580px) {
  #topBFBannerSectionWithCodeColonSpan {
    display: inline-block !important;
  }
  .bottomBFBannerSection {
    padding: 10px;
  }
  .topBFBannerSection3Pair60OffSpan {
    line-height: 10px !important;
  }
  .topBFBannerSection {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 350px) {
  .topBFBannerSectionWrapper {
    font-size: 14px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 340px) and (max-width: 350px) {
  .topBFBannerSection {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 340px) {
  .topBFBannerSection {
    padding-bottom: 0;
  }
}
.bottomBFBannerSectionBF70OffWithCodeWrapperSpan,
.bottomBFBannerSectionBFSaleSpan {
  white-space: nowrap;
  margin-right: 5px;
}
.topBFBannerSectionWithCodeSpan {
  font-weight: 400 !important;
  color: #000 !important;
}
#green-stripe {
  display: flex !important;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0;
}
#green-stripe h4 {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  width: 100%;
}
.ten-countdown {
  color: #e44613 !important;
}
.main-middle-sec .left .green-stripe h4 span,
.stayOnThisPage {
  color: black;
}
.promoAppliedDiv {
  background-color: black;
  color: white;
  width: 167px;
  display: flex;
  white-space: nowrap;
  padding: 12px 15px;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  column-gap: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
}
.secure24SVGSpan {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #acf4a1 !important;
  margin-left: -1px;
}
.stayOnThisPage {
  white-space: nowrap;
}
@media only screen and (max-width: 990px) {
  .secure24Span {
    width: 120px;
    height: 30px;
    display: inline-block;
  }
}
.endsAt12Promo,
.get50OffSpan {
  font-weight: 800;
  line-height: 32px;
  color: #010a0b !important;
}
.get50OffSpan {
  font-size: 18px;
  margin-right: 3px;
}
.secure24Span {
  width: 131px;
  height: 32px;
  border-radius: 8px;
  background-color: #010a0b;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: white !important;
  margin-left: 10px;
  margin-right: 7px;
}
.secure24SVGSpan svg {
  position: relative;
  top: -1px;
  left: -1px;
}
@media only screen and (min-width: 451px) and (max-width: 990px) {
  #green-stripe h4 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 400px) {
  .green-stripe h4 {
    line-height: 1rem !important;
  }
}
@media only screen and (max-width: 450px) {
  .promoAppliedDiv {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 152px;
  }
}
