@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: none;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: block;
}
.cdp-copy-alert-success{
    display:none !important;
}
.container {
  padding: 0 16px;
  max-width: 480px;
  margin: 0 auto;
  box-sizing: border-box;
}

.product-page {
  max-width: 480px;
  margin: 0 auto;
  overflow-x: none;
}

.btn_wrapper img,
button img {
  aspect-ratio: auto;
}

.btn_wrapper {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 12px 16px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-sizing: border-box;
}
.btn_wrapper button {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 0;
  margin-bottom: 0;
  max-width: 500px;
}
.btn_wrapper p {
  color: #282828;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.btn_wrapper p span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.btn_wrapper .tooltip {
  position: fixed;
}
.btn_wrapper .show-tooltip .tooltip {
  opacity: 1;
  transform: translate(-32px, 0);
  box-shadow: 2px 3px 10px;
}
.btn_wrapper img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.fixed {
  position: fixed;
}

.section-stik {
  align-items: center;
  background: #ffffff;
  border-radius: 24px 24px 0 0;
  bottom: 0;
  box-shadow: -5px -5px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  overflow: hidden;
  transition: max-height 0.5s ease, transform 0.5s ease, padding 0.5s ease;
  z-index: 0;
  width: 100%;
  max-width: 480px;
  max-height: 0;
  transform: translateY(100%);
  padding: 0;
}
.section-stik.fixed {
  max-height: 150px;
  transform: translateY(0);
  padding: 12px 0 18px;
  z-index: 10;
}
.section-stik .stik--inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.section-stik button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.section-stik .buy-now {
  display: flex;
  height: 56px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 200px;
  background: #282828;
  text-decoration: none;
  box-sizing: border-box;
}
.section-stik div.show-tooltip .tooltip {
  opacity: 1;
  transform: translate(-32px, 0);
  box-shadow: 2px 3px 10px;
}
.section-stik p {
  color: #282828;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
}
.section-stik p span {
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.section-stik .button__buy-amazon {
  color: #FFF;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}

#to_amazon {
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 580px) {
  .btn_wrapper {
    padding: 25px 33px;
  }
}
.color__red {
  color: #DD2C2C;
}

.color__water {
  color: #3870CA;
}

.tooltip {
  font-family: "Proxima Nova";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  transform: translate(-32px, -100%);
}

.header {
  position: relative;
  cursor: pointer;
  display: block;
  align-items: center;
  justify-content: center;
  padding: 8px 0px;
  background-color: #3870CA;
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.32px;
  padding:8px 0;
  text-align: left;
}
.header.show-tooltip .tooltip,.product_code.show-tooltip .tooltip{
  opacity: 1;
  transform: translate(-32px, 0);
  box-shadow: 2px 3px 10px;
}
.header__content {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  gap: 12px;
}
.header__content .card-timer {
  gap: 6px;
}
.header__content .time {
  display: flex;
  padding: 2px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  background: #FFF;
  width: 37px;
  height: 37px;
  box-sizing: border-box;
}
.header__content .time-value {
  color: #282828;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.44px;
  text-decoration: none;
}
.header__content p {
  color: #FFF;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: start;
}
.header span {
  color: #FFF;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.card-timer {
  display: flex;
  gap: 2px;
  align-items: center;
}

.first-screen {
  position: relative;
  margin-top: -1px;
}
.first-screen__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
  color: #FFF;
  text-shadow: 4px 10px 30px rgba(0, 0, 0, 0.1);
  font-family: "Proxima Nova";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #D2E5F7;
  padding: 16px 0;
  margin-bottom: 24px;
}

.marquee-container span {
  margin: 0 21.5px;
}

.marquee-content {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}
.marquee-content img {
  width: 18px;
  height: 18px;
}

.marquee-text {
  color: #282828;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.marquee-content > div {
  display: flex;
  align-items: center;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.description {
  padding: 0 16px;
  margin-bottom: 40px;
}
.description p {
  color: #000;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.description p span {
  font-weight: 700;
}

.product-section {
  margin-bottom: 40px;
}
.product-section .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}
.product-section .rating__number {
  color: #282828;
  font-family: "Proxima Nova";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.product-section .rating svg {
  width: 24px;
  height: 24px;
}
.product-section button {
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
}
.product-section button a {
  text-decoration: none;
}
.product-section .dark-button__buy-amazon {
  display: flex;
  height: 60px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  box-sizing: border-box;
  border-radius: 200px;
  background: #282828;
}
.product-section .button-logo__desktop {
  color: #FFF;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.product-section .discount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 16px;
}
.product-section .discount__text {
  color: #282828;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.product-section .discount__timer {
  color: #DD2C2C;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.product-section .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.product-section .price .price__text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  color: #282828;
  font-family: "Proxima Nova";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 164%;
}
.product-section .price .price__text b {
  color: #282828;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.product-section .price .price__old {
  color: #817E7B;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: strikethrough;
  text-decoration: line-through;
}
.product_code{
    position:relative;
    color: #282828;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    margin-bottom:16px;
}
.product_code p{
    text-align:center;
}
.product_code span{
    text-decoration:underline;
}
.product-section .features {
  display: flex;
  height: 40px;
  padding: 4px 6px;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 4px;
  background: #D2E5F7;
}
.product-section .features .line {
  width: 1.5px;
  height: 26px;
  background: #282828;
}
.product-section .feature {
  color: #282828;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.product-container {
  border: 2px solid #3870CA;
  background-color: #F3F7FB;
}
.product-content {
  padding: 16px;
}
.product-image {
  position: relative;
}
.product-labels {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
}
.product-label {
  color: #FFF;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid rgba(61, 58, 55, 0.2);
  background: #DE7920;
  width: max-content;
}

.tips__section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
.tips-heading {
  color: #000;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.tip-image {
  margin-bottom: 16px;
}
.tip-content h2 {
  color: #000;
  font-family: "Proxima Nova";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.tip-content p {
  color: #282828;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.steps_disclaimer{
    width:100%;
    border-radius:8px;
    background-color:#F0F0F0;
    color:#282828;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    padding:10px;
    margin:20px 0;
    box-sizing:border-box;
}
.steps_disclaimer strong{
    font-weight:700;
}
.reviews__section {
  background-color: #D2E5F7;
  padding: 40px 16px;
  margin: 0 -16px;
  margin-bottom: 40px;
  overflow: hidden;
}
.reviews__section .heading {
  color: #000;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin-bottom: 12px;
}
.reviews__section h5{
    color: #000;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}
.reviews__section .swiper-slide {
  background: #FFFFFF;
  height: auto;
  cursor: grab;
}
.reviews__section .slide__name {
  color: #282828;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-right:16px;
}
.reviews__section .slide__image {
  margin-bottom: 16px;
}
.reviews__section .slide__content {
    display: flex;
  padding: 0 16px;
  margin-bottom: 16px;
}
.slide__rating{
    display:flex;
    align-items:center;
}
.slide__rating svg{
    margin-right:8px;
}
.reviews__section .slide__text {
  color: #282828;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.34px;
  padding: 0 16px 16px;
}
.reviews__section .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  padding: 0;
  bottom: 0;
}
.reviews__section .swiper-button-disabled {
  opacity: 0.5;
}
.reviews__section .swiper-pagination-bullet {
  opacity: 1;
  background: #D2E5F7;
  border: 1px solid #282828;
  width: 8px;
  height: 8px;
}
.reviews__section .swiper-pagination-bullet-active {
  background: #282828;
}
.reviews__section .slider-btn-controls {
  display: none;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}
.reviews__section .slider-btn-controls svg {
  display: block;
}
.reviews__section .slider__reviews {
  margin-bottom: 24px;
}
.reviews__section button {
  padding: 0;
  width: 100%;
}
.reviews__section button a {
  text-decoration: none;
}
.reviews__section .button__buy-amazon {
  display: flex;
  height: 60px;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 200px;
  background: #282828;
  box-sizing: border-box;
}
.reviews__section .button__buy-amazon-logo {
  color: #FFF;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.images__section {
  background-color: #282828;
  padding: 40px 0;
  margin: 0 -16px;
}
.images__section .images__title {
  color: #FFF;
  text-align: center;
  font-family: "Proxima Nova";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 0 16px;
  margin-bottom: 16px;
}
.images__section .images img {
  aspect-ratio: auto;
}

.footer {
  width: 100%;
}
.footer p{
    font-family: "DM Sans";
}