body {
  box-sizing: border-box;
  color: #282828;
  font-family: "Proxima Nova Rg";
  overflow-x: hidden;
}
.product-page {
  margin: 0 auto;
  max-width: 480px;
  position: sticky;
  top: 0;
}
.section-stik {
  align-items: center;
  background: #1c1c1c;
  border-radius: 32px 32px 0 0;
  bottom: 0;
  box-shadow: -5px -5px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 0;
}
.section-stik.fixed {
  height: 103px;
  padding: 12px 0 18px;
  z-index: 10;
  width: 100%;
  max-width: 480px;
}
.section-stik .stik--inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-stik .stik--inner h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.section-stik .stik--inner h3 span {
  color: #ffed00;
}
.hidden {
  display: none !important;
}
.fixed {
  position: fixed;
}
h1,
h2,
h3,
h4,
p,
span {
  color: #01103b;
  font-family: "Proxima Nova Rg";
  font-style: normal;
}
h1 {
  font-size: 90px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 17px;
}
img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 480px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
#fixed-block {
  overflow-y: hidden;
  transition: max-height 0.5s ease-out;
}
@media (min-width: 768px) {
  #fixed-block {
    position: relative !important;
  }
}
.swiper-button-disabled {
  opacity: 0.7;
}
.product-page__section {
  position: relative;
}
.product-page__banner-background {
  position: absolute;
  z-index: -1;
}
.product-page__content {
  padding: 20px 16px 40px;
}
.product-page__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
  text-align: center;
}
.product-page__title-top {
  align-items: flex-end;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.product-page .amazon-logo {
  height: 32px;
  width: 76.186px;
}
.product-page__discount-title {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.product-page__discount-title span:first-of-type,
.product-page__discount-title span:last-of-type {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}
.product-page__discount {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-page__discount {
    display: none;
  }
}
.product-page__price {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 24px;
}
.product-page__old-price {
  color: #fff;
  font-size: 24px;
  text-decoration: line-through;
}
.product-page__new-price {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.product-page .button__buy-amazon {
  display: flex;
  width: 100%;
}
.product-page .buy-now {
  text-decoration: none;
}
.product-page button {
  width: 100%;
}
.product-page .button__buy-amazon-font {
  align-items: center;
  background: #fe9900;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-page .button__buy-amazon-font span {
  font-size: 20px;
  font-weight: 700;
}
.product-review {
  background-color: #f4f0ea;
  padding: 40px 0;
}
.product-review__slider {
  padding-right: 16px;
}
.product-review .swiper-wrapper {
  align-items: stretch;
}
.product-review__slide {
  cursor: grab;
  height: auto !important;
}
.product-review__slide:last-child {
  padding-right: 16px;
}
.product-review__reviewer {
  background: #fff;
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}
.product-review__reviewer-image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product-review__reviewer-image img {
  height: 100%;
}
.product-review__reviewer-content {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
}
.product-review__rating {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  order: 2;
}
.product-review__rating-number {
  font-family: DM Sans;
  font-size: 17px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .product-review__rating-number {
    font-size: 20px;
  }
}
.product-review__rating-stars {
  height: 16px;
  width: 112px;
}
.product-review__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
  order: 1;
}
@media (min-width: 768px) {
  .product-review__title {
    font-size: 24px;
  }
}
.product-review__text {
  font-size: 17px;
  line-height: 150%;
  order: 3;
}
.product-inquiry {
  background: #1c1c1c;
}
.product-inquiry__container {
  padding: 20px 18px;
  position: relative;
}
.product-inquiry__image svg {
  height: 100%;
  width: 100%;
}
.product-inquiry__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-inquiry__text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 12px;
  padding: 42px 16px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .product-inquiry__text {
    font-size: 30px;
  }
}
.product-inquiry__read-more {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-inquiry__read-more {
    font-size: 15px;
  }
}
.product-inquiry__additional-image svg {
  height: 30px;
}
.product-inquiry__additional-image path {
  fill: #282828;
}
.product-ingredients {
  background-color: #f4f0ea;
}
.product-ingredients__description-content {
  font-size: 18px;
  line-height: 150%;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .product-ingredients__description-content {
    font-size: 24px;
    font-weight: 500;
  }
}
.product-ingredients__image {
  border-radius: 16px;
  margin-bottom: 18px;
  overflow: hidden;
}
.product-ingredients__list {
  padding-bottom: 40px;
}
.product-ingredients__item {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
  position: relative;
}
.product-ingredients__item:before {
  background: #e2e0df;
  bottom: -24px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.product-ingredients__item:last-child {
  margin-bottom: 0;
}
.product-ingredients__item:last-child:before {
  display: none;
}
.product-ingredients__item-image {
  height: 60px;
  width: 60px;
}
.product-ingredients__item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .product-ingredients__item-title {
    font-size: 22px;
  }
}
.product-ingredients__item-description {
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 768px) {
  .product-ingredients__item-description {
    font-size: 16px;
  }
}
.video-content {
  background: #1c1c1c;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 40px 16px;
}
.video-content__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.video-content .review__container {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.video-content .play--video__container {
  height: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
}
.video-content .play--video__container svg {
  height: 100%;
  width: 100%;
}
.video-content .bg-video {
  aspect-ratio: 4/5;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.video-content .reviewer_image {
  aspect-ratio: 4/5;
}
.video-content__video {
  aspect-ratio: 4/5;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-content__item {
  display: flex;
  gap: 16px;
}
.video-content__content,
.video-content__item-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.video-content__item-content {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.video-content__description {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
}
.reviews-slider {
  background-color: #f4f0ea;
  overflow: hidden;
  padding: 40px 0;
}
.reviews-slider__container {
  position: relative;
}
.reviews-slider__wrapper {
  align-items: stretch;
  margin-bottom: 16px;
}
.reviews-slider .swiper-slide {
  height: auto !important;
}
.reviews-slider__slide {
  background-color: #fff;
  border-radius: 16px;
  cursor: grab;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: calc(100% - 2px);
  margin: 0 16px;
  overflow: hidden;
  padding: 16px;
}
.reviews-slider__controls {
  align-items: center;
  bottom: 0;
  height: 44px;
  position: absolute;
  width: 100%;
}
.reviews-slider__controls,
.reviews-slider__pagination {
  display: flex;
  justify-content: center;
}
.reviews-slider__controls-buttons {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.reviews-slider__controls-buttons svg rect {
  fill: #fff;
}
.reviews-slider .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #282828;
  border-radius: 50%;
  height: 8px;
  opacity: 1 !important;
  position: relative;
  width: 8px;
}
.reviews-slider .swiper-pagination-bullet-active {
  border-radius: 200px;
  width: 60px;
}
.reviews-slider .swiper-pagination-bullet-active:after {
  background: #282828;
  border-radius: 200px;
  content: "";
  display: block;
  height: 100%;
  width: 45px;
}
.reviews-slider__button-prev {
  cursor: pointer;
}
.reviews-slider__button-prev svg {
  height: 40px;
  width: 40px;
}
.reviews-slider__button-next {
  cursor: pointer;
}
.reviews-slider__button-next svg {
  height: 40px;
  width: 40px;
}
.reviewer__info {
  display: flex;
  gap: 12px;
}
.reviewer__image {
  border-radius: 50%;
  height: 80px;
  object-fit: cover;
  overflow: hidden;
  width: 80px;
}
.reviewer__info-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.reviewer__name {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .reviewer__name {
    font-size: 24px;
  }
}
.reviewer__verified {
  color: #b4b3b1;
  font-size: 14px;
}
@media (min-width: 768px) {
  .reviewer__verified {
    font-size: 16px;
    font-weight: 500;
  }
}
.reviewer__comment-title {
  color: #b4b3b1;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .reviewer__comment-title {
    font-size: 16px;
    font-weight: 500;
  }
}
.reviewer__comment-text {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .reviewer__comment-text {
    font-size: 17px;
  }
}
.footer {
  background: #1c1c1c;
  position: relative;
  width: 100%;
}
.footer__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
}
.footer__copyright {
  color: #fff;
  font-size: 12px;
}
.product-page__banner-background {
  width: auto !important;
  height: 100% !important;
}

.reviewer__rating {
  width: 132px;
}
