@font-face {
  font-family: "FoundersGrotesk";
  font-display: swap;
  src: url("../fonts/FoundersGrotesk-Light.woff") format("woff"),
    url("../fonts/FoundersGrotesk.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "FoundersGrotesk";
  font-display: swap;
  src: url("../fonts/FoundersGrotesk-Regular.woff") format("woff"),
    url("../fonts/FoundersGrotesk.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "FoundersGroteskMono";
  font-display: swap;
  src: url("../fonts/FoundersGroteskMono-Light.woff") format("woff"),
    url("../fonts/FoundersGroteskMono.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "FoundersGroteskMono";
  font-display: swap;
  src: url("../fonts/FoundersGroteskMono-Regular.woff") format("woff"),
    url("../fonts/FoundersGroteskMono.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* height: 699px; */
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0a0203;
  padding: 20px 15px;
}

.header__top-container {
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__top-text {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.header__top-inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
}

.header__top-inner {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 15px 13px 15px;
  border-bottom: 1px solid #e1e1e1;
}

.header__top-btn {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #df1a25;
  border: 1px solid #df1a25;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 15px 10px;
  max-width: 219px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.header__top-btn:hover {
  background-color: #fff;
  color: #df1a25;
}

.header__left {
  flex: 0 0 50%;
  max-width: 50%;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 65px 0 15px;
  position: relative;
}

.header__left-body {
  max-width: 656px;
  width: 100%;
  position: relative;
}

.header__title {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 90.1471px;
  line-height: 87%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: -20px;
  font-weight: 300;
}

.header__subtitle {
  color: #fff;
  font-family: "FoundersGrotesk", sans-serif;
  font-size: 37.504px;
  font-style: normal;
  font-weight: 300;
  line-height: 87%;
  letter-spacing: 0.75px;
  margin-bottom: 32px;
}

.header__subheading {
  color: #fff;
  margin-bottom: 30px;
}

.header__title sub {
  font-size: 12px;
  position: absolute;
  top: 0;
  line-height: initial;
  margin-top: -5px;
  margin-left: 5px;
}

.header__title span {
  display: block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
  position: relative;
}

.header__small {
  font-size: 9px;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 10px;
}

.header__btn {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #df1a25;
  border: 1px solid #df1a25;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 22px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 285px;
  width: 100%;
  justify-content: center;
}

.header__btn:hover {
  background-color: #000;
}

.header__btn img {
  margin-left: 20px;
}

.header__right {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.header__right img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.claim_wrapper {
  width: 100%;
  overflow: hidden;
  padding: 28px 0;
}

.claims_marquee {
  width: 100%;
}

.claims {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benefits__item {
  margin: 0 20px;
  width: 100%;
}

.benefits__item-img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 33px;
}

.why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #76777a;
  padding: 120px 15px 38px 15px;
}

.why__container {
  max-width: 1470px;
  width: 100%;
}

.why__inner {
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.why__title {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  font-weight: 300;
  line-height: 105%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.why__subtitle {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 135%;
  text-align: center;
  color: #ffffff;
  max-width: 700px;
}

.why__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.why__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 350px;
  width: 100%;
  margin: 0 10px 40px 10px;
}

.why__item-img {
  margin-bottom: 28px;
}

.why__item-title {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
}

.why__item-title sub {
  position: absolute;
  top: 2px;
  font-size: 0.5em;
  line-height: normal;
}

.why__item-text {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}

.why__bottom {
  border-top: 1px solid #87888a;
  padding: 15px 25px;
}

.why__bottom-item {
  color: #fff;
  font-size: 10px;
  font-family: "FoundersGroteskMono", sans-serif;
  position: relative;
  margin-bottom: 2px;
}

.why__bottom-item sub {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 0.7em;
}

.shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 120px 15px;
}

.shop__container {
  max-width: 1440px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__rating {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.shop__rating-img {
  margin-right: 5px;
  height: 24px;
}

.shop__rating-img svg {
  width: 87px;
  display: flex;
}

.shop__rating-title {
  font-family: "FoundersGrotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}

.shop__purchase span {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.shop__purchase-icons {
  margin-top: 25px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.shop__purchase-icon {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.shop__purchase-icon img {
  margin-right: 10px;
}

.shop__purchase-icon span {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #000000;
  text-transform: initial;
}

.shop__per-case {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

.shop__price {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: fit-content;
}

.shop__price-label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.shop__price-body {
  display: flex;
  align-items: center;
}

.shop__price-old {
  font-size: 22px;
  line-height: 75%;
  font-weight: 300;
  text-decoration: line-through;
  margin-top: 9px;
}

.shop__price-new {
  font-size: 30px;
  line-height: 55%;
  font-weight: normal;
  margin: 0 10px;
  margin: 10px 10px 0 10px;
}

.shop__price-off {
  font-size: 16px;
  line-height: 100%;
  background: #df1a25;
  color: #fff;
  border-radius: 50px;
  padding: 5px 5px 0 5px;
}

.shop__reviews {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.shop__reviews img {
  margin-right: 12px;
  display: flex;
}

.shop__reviews span {
  font-family: "FoundersGroteskMono";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000000;
}

.shop__left {
  margin-right: 44px;
  width: 72%;
}

.shop__mobile {
  display: none;
}

.shop__title {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0a0203;
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
}

.shop__title span {
  font-size: 10px;
  line-height: 100%;
  position: absolute;
  right: -10px;
  top: 30%;
  margin-right: -50px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #000;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.shop__sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__small-slider {
  /* max-height: 636px; */
  /* height: 100%; */
  margin-right: 20px;
  max-width: 96px;
}

.shop__small-slider-item {
  cursor: pointer;
  border: 1px solid #ccc;
  height: 100%;
}

.shop__small-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__big-slider {
  max-width: 706px;
  width: 100%;
}

.shop__big-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #ccc;
}

.shop__packing {
  margin-left: 123px;
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
  margin-top: 17px;
}

.shop__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}

.shop__description {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 135%;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 20px;
}

.shop__infos {
  margin-bottom: 30px;
}

.shop__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop__info img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 21px;
  width: 23px;
}

.shop__info span {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 135%;
  text-transform: uppercase;
  color: #000000;
}

.shop__helps {
  margin-top: 15px;
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  color: #000000;
  /* margin-bottom: 14px; */
}

.shop__delivery {
  display: flex;
  align-items: center;
}

.shop__delivery img {
  margin-right: 10px;
}

.shop__delivery span {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #000000;
}

.shop__body {
  border: 1px solid #bfbfbf;
  margin-bottom: 40px;
}

.shop__pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 28px 28px;
}

.shop__pack-body {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.shop__pack-title {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #4f4b52;
  opacity: 1;
  margin-bottom: 20px;
}

.shop__pack-item {
  display: flex;
  align-items: center;
  width: 100%;
}

.shop__pack-item input {
  display: none;
}

.shop__pack-item label {
  flex: 1 1 100%;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 100%;
  color: #777073;
  font-family: "FoundersGroteskMono", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.shop__pack-item label::before {
  content: "";
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 11px;
  border-radius: 100%;
}
.shop__pack-item input:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 100%;
}

.shop__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 33px 28px;
}

.shop__qty-title {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #4f4b52;
  opacity: 1;
  margin-right: 20px;
}

.shop__qty-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  max-width: 168px;
  width: 100%;
  height: 55px;
}

.shop__qty-item button {
  background-color: transparent;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 20px;
  height: 100%;
}

.shop__qty-item button:first-child {
  border-right: 1px solid #000;
}

.shop__qty-item button:last-child {
  border-left: 1px solid #000;
}

.shop__qty-item button img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop__qty-item input {
  border: none;
  width: 100%;
  text-align: center;
}

.shop__qty-item input:focus {
  outline: none;
}

.shop__purchase {
  border: 1px solid #bfbfbf;
  font-family: "Founders Grotesk Mono";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding: 24px;
}

.shop__subsribe {
  padding: 33px 28px;
}

.shop__subsribe-items {
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.shop__subscribe-item-info {
  flex: 1 1 100%;
}

.shop__subscribe-item-info span {
  background: green;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  display: flex;
  width: fit-content;
  text-transform: uppercase;
  line-height: 100%;
  font-family: "Founders Grotesk Mono";
}

.shop__subscribe-item-body {
  display: flex;
}

.shop__subscribe-item-body input {
  display: none;
}

.shop__subscribe-item-body input:checked + label::after {
  content: "";
  position: absolute;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 100%;
}

.shop__subscribe-item-body label {
  flex: 1 1 100%;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 100%;
  color: #777073;
  font-family: "FoundersGroteskMono", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.shop__subscribe-item-body label::before {
  content: "";
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 11px;
  border-radius: 100%;
  flex: 0 0 16px;
}

.shop__subscribe-item-price {
  color: #777073;
  font-family: "FoundersGroteskMono", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.shop__subscribe-item-prices {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  flex: 0;
}

.shop__subscribe-item-price-subs {
  text-decoration: line-through;
  text-decoration-color: #df1a25;
}

.shop__subscribe-item-select {
  margin-top: 15px;
}

.shop__subscribe-item-select select {
  border: none;
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  padding: 10px 14px 8px 10px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

.shop__btn {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #f2f2f2;
  cursor: pointer;
  background-color: #df1a25;
  border: 1px solid #df1a25;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.shop__btn:hover {
  background-color: #fff;
  color: #000;
}

/* .shop__faqs details {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 14px 0;
}

.shop__faqs details:first-child {
  border-bottom: 0;
} */

/* .shop__faqs summary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop__faqs details > summary::after {
  position: absolute;
  content: "+";
  right: 10px;
  font-size: 30px;
  font-weight: 300;
  font-family: "FoundersGroteskMono;", sans-serif;
}

.shop__faqs details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 10px;
  font-size: 30px;
  font-weight: 300;
  font-family: "FoundersGroteskMono", sans-serif;
} */

.shop__faq-item-title {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #000000;
}

.shop__faq-item-content {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #76777a;
}

.shop__faq-item-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-slide.swiper-slide-visible.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-box-shadow: inset 0px 0px 0px 2px #000;
  box-shadow: inset 0px 0px 0px 2px #000;
}

.shop .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 3%;
}

.swiper-pagination-bullet {
  background: #000;
  /* border: 1px solid #000; */
  width: 8px;
  height: 8px;
  margin: 0 7px !important;
}

.gummies {
}

.gummies__container {
  max-width: 860px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gummies__body {
  background: #000;
  padding: 33px 30px;
  display: flex;
  justify-content: center;
}

.gummies__logo {
  margin-bottom: 64px;
}

.gummies__title {
  display: flex;
  flex-direction: column;
  align-items: center;

  color: #fff;
  text-align: center;
  font-size: 97px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.975px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gummies__title span {
  text-align: center;
  -webkit-text-stroke-width: 2.28px;
  -webkit-text-stroke-color: #df1a25;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: #000;
  text-transform: uppercase;
}

.gummies__rows {
  display: flex;
  align-items: center;
  gap: 55px;
}

.gummies__img {
  width: 100%;
}

.gummies__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: flex;
}

.gummies__benefits {
  width: 100%;
}

.gummies__benefits ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 20px;
}

.gummies__benefits ul li {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #df1a25;
  width: fit-content;
  position: relative;
}

.gummies__benefits ul li span {
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 102%;
  top: 12px;
}

.gummies__benefits ul li span::before {
  content: "";
  width: 21px;
  height: 21px;

  position: absolute;
  left: -11px;
  top: -10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.gummies__benefits ul li span::after {
  content: "";
  width: 5px;
  height: 5px;

  position: absolute;
  left: -3px;
  top: -2px;
  border-radius: 50%;
  background: #fff;
}

.gummies__benefits ul li:nth-child(1) span {
  width: 58px;
}

.gummies__benefits ul li:nth-child(2) span {
  width: 68px;
}

.gummies__benefits ul li:nth-child(3) span {
  width: 62px;
}

.gummies__benefits ul li:nth-child(4) span {
  width: 69px;
}

.gummies__benefits ul li:nth-child(5) span {
  width: 72px;
}

.gummies__benefits-title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.582px;
}

.gummies__inner {
  display: flex;
  justify-content: center;
  padding: 40px 30px;
}

.gummies__description {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.761px;
  max-width: 712px;
  margin-bottom: 30px;
}

.recover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 80px 15px;
  background: #76777a;
}

.recover__container {
  max-width: 1440px;
  width: 100%;
}

.recover__inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.recover__left {
  padding: 83px 0;
  border-right: 1px solid #fff;
  width: 100%;
  height: 100%;
}

.recover__title {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.recover__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.recover__description {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 135%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  max-width: 680px;
  width: 100%;
  padding: 0 30px 0 83px;
}

.recover__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recover__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 305px;
  width: 100%;
  margin: 0 15px;
}

.recover__item:first-child {
  margin-left: 0;
}

.recover__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
  max-width: 359px;
}

.recover__item-title {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  line-height: 140%;
  display: block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: transparent;
}

.recover__item-text {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000000;
  padding: 100px 15px;
}

.reviews__container {
  max-width: 1400px;
  width: 100%;
}

.reviews__inner {
  margin-bottom: 70px;
}

.reviews__title {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 105%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.reviews__description {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 135%;
  text-align: center;
  color: #ffffff;
}

.reviews__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1.25px solid #ffffff;
  padding: 26px 24px;
  max-width: 464px;
  width: 100%;
  margin: 0 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reviews__item-user {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 135%;
  color: #f2f2f2;
}

.reviews__product {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #76777a;
  margin-bottom: 43px;
}

.reviews__text {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 145%;
  color: #ffffff;
  margin-bottom: 97px;
}

.reviews__ver {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: right;
  text-transform: uppercase;
  color: #76777a;
}

.faqs {
  padding: 70px 15px;
  position: relative;
}

.faqs__body {
  position: relative;
  z-index: 3;
}

.faqs__title {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 55px;
  line-height: 105%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 34px;
}

.faqs__inner {
  max-width: 860px;
  margin: 0 auto;
  /* padding-left: 13px; */
}

.shop .faqs__content {
  color: #76777a;
  font-weight: 300;
}

.faqs__content {
  padding: 0 30px 10px 0;
  position: relative;
  z-index: 5;
}

.faqs__content p {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}

.shop summary {
  padding: 13px 0;
}

.shop .faqs__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

summary {
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 35px 22px 0;
}

summary::marker {
  font-size: 0;
}

details > summary::after {
  position: absolute;
  content: "+";
  right: 10px;
  font-size: 30px;
  font-weight: 300;
  color: #000;
}

details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 10px;
  font-size: 40px;
  font-weight: 300;
  color: #000;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary ~ * {
  -webkit-animation: sweep 0.2s ease-in-out;
  animation: sweep 0.2s ease-in-out;
}

@-webkit-keyframes sweep {
  0% {
    opacity: 1;
    margin-top: -10px;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes sweep {
  0% {
    opacity: 1;
    margin-top: -10px;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

details {
  border-bottom: 2px solid #d9d9d9;
}

.faqs__item-title {
  font-family: "FoundersGrotesk", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 100%;
  color: #000000;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__top {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 56px 30px;
}

.footer__container {
  max-width: 1440px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.footer__inner {
  /* padding: 34px 0 0 0;
  border-top: 1px solid #333333; */
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}

.footer__inner-body {
  display: flex;
  justify-content: space-between;
}

.footer__references {
  font-family: "FoundersGroteskMono", sans-serif;
  color: #fff;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 14px;
}

.footer__references span {
  color: #fff;
  font-size: 12px;
}

.footer__references a {
  color: #fff;
  font-size: 12px;
}

.footer__references a:hover {
  text-decoration: underline;
}

.footer__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 200px;
}

.footer__title {
  font-style: normal;
  font-weight: 300;
  font-size: 55px;
  line-height: 105%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.footer__description {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 135%;
  color: #ffffff;
  margin-bottom: 68px;
}

.footer__form {
  margin-right: 10px;
}

.footer__links {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.footer__link {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.footer__link:hover {
  color: #df1a25;
}

.footer__social {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__social-title {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer__social-items {
  display: flex;
  flex-direction: column;
}

.footer__social-item {
  margin-bottom: 19px;
}

.footer__social-item img {
  display: flex;
}

.footer__klavio {
  position: relative;
  max-width: 640px;
  width: 100%;
}

/* .footer__klavio:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 330px;
} */

.footer__klavio input {
  background: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #fff !important;
  width: 95% !important;
  color: #fff !important;
  padding-left: 0 !important;
  font-family: "FoundersGrotesk", sans-serif !important;
  font-size: 24px !important;
}

.footer__klavio input::placeholder {
  font-family: "FoundersGrotesk", sans-serif !important;
  font-size: 24px !important;
}

.footer__klavio input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #fff !important;
}

.footer__klavio input:hover {
  border-bottom: 1px solid #fff !important;
  border-color: #fff !important;
}

.footer__klavio
  .go1911072389.go1911072389.go1911072389.go1911072389.go1911072389.go1911072389:hover {
  border-color: #fff !important;
}

.footer__klavio button {
  border: 1px solid #fff !important;
  transition: all 0.3s ease 0s !important;
  font-family: "FoundersGroteskMono", sans-serif !important;
  font-weight: 400;
  font-size: 16px !important;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  max-width: 285px !important
  ;
  width: 100% !important;
}

.footer__klavio button:hover {
  background: #000 !important;
  color: #fff !important;
}

.footer__copy {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
}

.footer__copy-r {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #efefef;
  font-weight: 300;
}

.footer__bottom {
  position: relative;
  background-color: #df1a25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 76px 71px;
}

.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  background-color: #df1a25;
  padding: 20px 0;
}

.footer__item {
  font-family: "FoundersGroteskMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: right;
  text-transform: uppercase;
  color: #000000;
}

.footer__item img {
  display: flex;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: "FoundersGrotesk", sans-serif;
}

summary {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details > summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  outline: none;
}

summary:active {
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 1470px) {
  .header__left {
    padding-right: 15px;
    justify-content: flex-start;
  }
}

@media (max-width: 1400px) {
  .header__title {
    font-size: 90px;
  }
}

@media (max-width: 1320px) {
  .shop__small-slider {
    max-height: 500px;
  }

  .shop__small-slider-item {
    width: 80px;
  }

  .shop__big-slider {
    max-width: 500px;
  }
}

@media (max-width: 1240px) {
  .header {
    height: 600px;
  }

  .header__title {
    font-size: 70px;
    margin-bottom: -6px;
  }
}

@media (max-width: 1230px) {
  .recover__item-title {
    font-size: 96px;
  }

  .recover__item-text {
    font-size: 16px;
  }
}

@media (max-width: 1110px) {
  .shop__title {
    font-size: 45px;
  }

  .shop__description {
    font-size: 20px;
  }

  .shop__info {
    margin-bottom: 20px;
  }

  .shop__info span {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .reviews__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .reviews__item {
    margin: 0 10px 20px 10px;
    max-width: 300px;
  }
}

@media (max-width: 1070px) {
  .shop__big-slider {
    max-width: 400px;
  }
}

@media (max-width: 1010px) {
  .recover__item-title {
    font-size: 87px;
  }
}

@media (max-width: 1000px) {
  .header__title {
    font-size: 52px;
  }
  .header__subtitle {
    font-size: 26px;
  }
  .header__btn {
    padding: 22px 10px;
  }
  .gummies__title span {
    font-size: 80px;
  }
  .gummies__title {
    font-size: 87px;
  }
  .gummies__benefits-title {
    font-size: 22px;
  }
}

@media (max-width: 960px) {
  .shop__title {
    font-size: 40px;
  }

  .shop__description {
    font-size: 18px;
    line-height: 110%;
  }

  .shop__infos {
    margin-bottom: 30px;
  }

  .shop__info {
    margin-bottom: 10px;
  }

  .shop__info span {
    font-size: 14px;
    line-height: 110%;
  }
}

@media (max-width: 930px) {
  .footer__title {
    text-align: center;
  }
  .footer__description {
    text-align: center;
  }
  .footer__social {
    width: 100%;
    margin-top: 30px;
    align-items: flex-start;
  }
  .footer__social-items {
    display: flex;
    flex-direction: row;
  }
  .footer__social-item {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .footer__form {
    width: 100%;
    margin-bottom: 40px;
    align-items: center;
    margin-right: 0;
    display: flex;
    flex-direction: column;
  }
  .footer__info {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .shop__small-slider {
    display: none;
  }
}

@media (max-width: 920px) {
  .recover__title {
    font-size: 40px;
  }

  .recover__description {
    font-size: 20px;
    padding: 0 30px;
  }

  .recover__item-title {
    font-size: 70px;
  }

  .recover__item-text {
    font-size: 14px;
  }
}

@media (max-width: 820px) {
  .shop__left {
    margin-right: 20px;
  }
}

@media (max-width: 800px) {
  .shop__big-slider {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .shop__price {
    margin-top: 10px;
  }
  .header__subheading {
    text-align: center;
  }
  .shop__pack {
    padding: 30px 15px;
  }
  .shop__qty {
    gap: 10px;
    padding: 30px 15px;
  }
  .shop__subsribe {
    padding: 30px 15px;
  }
  .header__subtitle {
    font-size: 26px;
    text-align: center;
  }
  .gummies__logo svg {
    width: 43px;
    height: 43px;
  }
  .gummies__inner {
    padding: 40px 20px;
  }
  .gummies__description {
    font-size: 20px;
  }
  .gummies__body {
    padding: 40px 20px;
  }
  .gummies__benefits ul li:nth-child(1) span {
    width: 30px;
  }

  .gummies__benefits ul li:nth-child(2) span {
    width: 38px;
  }

  .gummies__benefits ul li:nth-child(3) span {
    width: 32px;
  }

  .gummies__benefits ul li:nth-child(4) span {
    width: 39px;
  }

  .gummies__benefits ul li:nth-child(5) span {
    width: 42px;
  }

  .gummies__rows {
    gap: 30px;
  }
  .gummies__img img {
    min-width: 280px;
  }
  .gummies__logo {
    margin-bottom: 40px;
  }
  .gummies__benefits-title {
    font-size: 18px;
  }
  .gummies__title span {
    font-size: 50px;
  }
  .gummies__title {
    font-size: 57px;
  }
  .shop__left {
    width: 100%;
  }
  .shop__right {
    width: 100%;
  }
  .footer__klavio input {
    font-size: 20px !important;
  }
  .footer__klavio input::placeholder {
    font-size: 20px !important;
  }
  .footer__title {
    font-size: 44px;
  }
  .footer__klavio input {
    width: 100% !important;
  }
  .footer__klavio button {
    max-width: none !important;
  }

  .kl-private-reset-css-Xuajs1 [data-testid="form-row"] {
    display: block !important;
  }
  .footer__description {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .shop__reviews img {
    width: 90px;
  }
  .shop__reviews span {
    font-size: 16px;
  }
  .shop__reviews {
    justify-content: center;
    margin-bottom: 10px;
  }
  .shop .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 5%;
  }
  .why__item-text {
    font-size: 14px;
    line-height: 120%;
  }
  .why__item-title {
    font-size: 16px;
  }
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }

  .header__top {
    padding: 10px 30px;
  }

  .header__top-text {
    font-size: 14px;
  }

  .header__top-btn {
    padding: 12px 10px;
  }

  .header__left {
    padding: 45px 15px;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header__left-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__title {
    text-align: center;
    font-size: 50px;
    line-height: 100%;
  }

  .header__btn {
    padding: 14px 10px;
  }

  .header__right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .why {
    padding: 60px 15px;
  }

  .why__inner {
    margin-bottom: 60px;
  }

  .why__title {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 10px;
  }

  .why__subtitle {
    font-size: 16px;
  }

  .shop {
    padding: 60px 15px;
  }

  .shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shop__left {
    width: 100%;
    margin-right: 0;
  }

  .shop__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
  }

  .shop__big-slider {
    max-width: 500px;
  }

  .shop__packing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .shop__desktop {
    display: none;
  }

  .shop__description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .shop__infos {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .shop__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .shop__faqs {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .recover {
    padding: 60px 15px;
  }

  .recover__title {
    font-size: 30px;
  }

  .recover__description {
    font-size: 16px;
  }

  .recover__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recover__item {
    width: 44%;
    margin: 0 15px 15px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .recover__item:first-child {
    margin: 0 15px;
  }

  .recover__item:last-child {
    margin: 0 15px;
  }

  .recover__item-title {
    font-size: 60px;
  }

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

  .reviews {
    padding: 60px 15px;
  }

  .reviews__inner {
    margin-bottom: 40px;
  }

  .reviews__title {
    font-size: 40px;
  }

  .reviews__description {
    font-size: 20px;
  }

  .reviews__item-user {
    font-size: 20px;
  }

  .reviews__text {
    font-size: 16px;
    margin-bottom: 60px;
  }

  .reviews__ver {
    font-size: 16px;
  }

  .faqs {
    padding: 50px 15px;
  }

  .faqs__title {
    font-size: 28px;
    line-height: 110%;
  }

  .faqs__inner {
    padding-left: 0;
  }

  .faqs__content p {
    margin-top: 10px;
  }

  summary {
    font-size: 18px;
    line-height: 18px;
  }

  details > summary::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  details[open] > summary::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .faqs__item-title {
    font-size: 18px;
    line-height: 21px;
  }

  .footer__top {
    padding: 30px;
  }

  .footer__item {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .reviews__item {
    max-width: 500px;
  }
}

@media (max-width: 590px) {
  .gummies__benefits-title {
    font-size: 15px;
  }
  .gummies__benefits ul li {
    padding-bottom: 5px;
  }
  .gummies__img img {
    min-width: 250px;
  }
  .gummies__benefits ul {
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .recover__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .recover__item {
    width: 40%;
    margin: 0 10px 15px 10px;
  }

  .recover__item:first-child {
    margin: 0 10px;
  }

  .recover__item:last-child {
    margin: 0 10px;
  }
}

@media (max-width: 540px) {
  .gummies__logo {
    margin-bottom: 20px;
  }
  .gummies__title span {
    font-size: 30px;
    -webkit-text-stroke-width: 1.28px;
  }
  .gummies__title {
    font-size: 37px;
  }
  .footer__bottom {
    padding: 40px 0;
  }

  .footer__item:first-child {
    display: none;
  }
}

@media (max-width: 520px) {
  .shop__purchase {
    padding: 25px 10px;
  }
}

@media (max-width: 500px) {
  .recover__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recover__left {
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding: 30px 0 20px 0;
  }

  .recover__title {
    line-height: 100%;
    text-align: center;
  }

  .recover__description {
    padding: 20px 0;
  }

  .footer__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__top {
    padding: 30px 17px;
  }
}

@media (max-width: 490px) {
  .gummies__benefits ul li {
  }
  .gummies__img img {
    min-width: 200px;
  }
  .gummies__benefits-icon img {
    width: 20px;
  }
  .gummies__benefits-title {
    font-size: 13px;
  }
  .shop__pack {
  }
  .shop__pack-item {
  }

  .shop__pack-item label {
  }
  .shop__pack-item label span {
  }
  .shop__pack-title {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .shop__qty-title {
  }
}

@media (max-width: 450px) {
}

@media (max-width: 440px) {
  .gummies__benefits {
    padding-top: 10px;
  }
  .gummies__rows {
    align-items: flex-start;
  }
  .header__top {
    padding: 10px;
  }

  .header__top-text {
    font-size: 12px;
  }

  .header__top-inner {
    padding: 12px;
  }

  .recover__body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shop__pack-item label {
  }
  .shop__pack-item label span {
  }
}
@media (max-width: 420px) {
  .header__top-btn {
    font-size: 14px;
    padding: 10px;
    max-width: 194px;
  }

  .gummies__img img {
    min-width: 160px;
  }

  .gummies__rows {
    gap: 15px;
  }

  .gummies__benefits ul li:nth-child(1) span {
    width: 15px;
  }

  .gummies__benefits ul li:nth-child(2) span {
    width: 23px;
  }

  .gummies__benefits ul li:nth-child(3) span {
    width: 17px;
  }

  .gummies__benefits ul li:nth-child(4) span {
    width: 25px;
  }

  .gummies__benefits ul li:nth-child(5) span {
    width: 28px;
  }

  .gummies__benefits ul li span::before {
    width: 16px;
    height: 16px;
    left: -9px;
    top: -8px;
  }
  .gummies__benefits-icon img {
    width: 15px;
  }
  .gummies__benefits-title {
    font-size: 12px;
  }
  .gummies__benefits ul li span {
    top: 7px;
  }
}

@media (max-width: 410px) {
  .gummies__benefits ul li span {
    display: none;
  }
  .gummies__benefits ul li {
    align-items: center;
  }
  .gummies__img img {
    min-width: 140px;
  }
}

@media (max-width: 400px) {
  /* .footer__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  } */
}

@media (max-width: 374px) {
  .gummies__inner {
    padding: 40px 15px;
  }
  .gummies__description {
    font-size: 18px;
  }
  .gummies__title span {
    font-size: 28px;
  }
  .gummies__title {
    font-size: 32px;
  }
  .shop__purchase span {
    font-size: 16px;
  }
  .shop__pack-item label {
  }
  .shop__pack-item label span {
    font-size: 11px;
    margin-top: 3px;
  }
  .shop__purchase-icon span {
    font-size: 12px;
  }
  .footer__link {
    font-size: 14px;
  }
  .footer__klavio button {
    height: 50px !important;
  }
  .footer__title {
    font-size: 34px;
  }
  .footer__description {
    font-size: 16px;
  }
  .shop__reviews span {
    font-size: 14px;
  }
  .shop__purchase {
    font-size: 14px;
  }
  .header__btn {
    font-size: 14px;
    padding: 14px;
  }
  .header__top-text {
    font-size: 10px;
  }

  .header__top-btn {
    padding: 10px;
    font-size: 12px;
    max-width: 170px;
  }

  .header__title {
    font-size: 40px;
  }

  .why {
    padding: 60px 15px;
  }

  .shop {
    padding: 30px 15px;
  }

  .shop__mobile {
    margin-bottom: 10px;
  }

  .shop__title {
    font-size: 32px;
  }

  .shop__info span {
    font-size: 12px;
  }

  .shop__body {
  }

  .shop__faq-item-content {
    font-size: 12px;
    line-height: 120%;
  }

  .recover {
    padding: 30px 15px;
  }

  .recover__title {
    font-size: 20px;
  }

  .recover__description {
    font-size: 14px;
  }

  .recover__item {
    width: 100%;
  }

  .recover__item-title {
    font-size: 52px;
  }

  .recover__item-text {
    font-size: 12px;
  }

  .reviews {
    padding: 30px 15px;
  }

  .reviews__title {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .reviews__description {
    font-size: 18px;
  }

  .reviews__item-user {
    font-size: 18px;
  }

  .reviews__product {
    font-size: 16px;
  }

  .faqs {
    padding: 30px 15px;
  }

  .faqs__title {
    font-size: 22px;
  }

  .faqs__content p {
    font-size: 14px;
  }

  .faqs__item-title {
    font-size: 16px;
    max-width: 250px;
  }

  .footer__bottom {
    padding: 40px 15px;
  }

  .footer__item {
    font-size: 16px;
  }
  .footer__body {
    padding: 20px 10px;
    justify-content: space-between;
  }
}
@supports (-webkit-appearance: none) {
}

@media (max-width: 1440px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1320px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1240px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1230px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1110px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1100px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1070px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1010px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1000px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 960px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 930px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 925px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 920px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 820px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 800px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 767px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 700px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 560px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 540px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 500px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 490px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 450px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 440px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 400px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 374px) {
  @supports (-webkit-appearance: none) {
  }
}
