@font-face {
  font-family: "NEXT Book";
  font-display: swap;
  src: url("../fonts/NEXTBook-Italic.woff") format("woff"),
    url("../fonts/NEXT Book.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

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

@font-face {
  font-family: "NEXT Book";
  font-display: swap;
  src: url("../fonts/NEXTBook-Thin.woff") format("woff"),
    url("../fonts/NEXT Book.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "NEXT Book";
  font-display: swap;
  src: url("../fonts/NEXTBook-Thin-Italic.woff") format("woff"),
    url("../fonts/NEXT Book.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
}

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

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "NEXT Book", sans-serif;
  font-weight: normal;
}

a {
  text-decoration: none;
}

img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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;
}

[v-cloak] {
  display: block;
  padding: 50px 0;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[v-cloak]:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  -webkit-animation: spinner 0.6s linear infinite;
  animation: spinner 0.6s linear infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

[v-cloak] > div {
  display: none;
}

.modal-enter,
.modal-leave-to {
  opacity: 0;
}

.modal-enter-active,
.modal-leave-active {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

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

summary {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.footer {
  background: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 30px;
}

.hero-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #231f20;
  padding: 16px 15px;
}

.hero-top__container {
  max-width: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-top__text {
  color: #fff;
  text-shadow: 0px 0px 100px #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-top__btn {
  color: #231f20;
  text-align: center;
  text-shadow: 0px 0px 100px #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.42px;
  text-transform: capitalize;
  border-radius: 1000px;
  background: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #fff;
  width: inherit;
  max-width: 112px;
}

.hero-top__btn:hover {
  background: #231f20;
  color: #fff;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 30px;
}

.hero__bg {
  position: absolute;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

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

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

.hero__body {
  max-width: 466px;
  width: 100%;
  position: relative;
}

.hero__logo {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__title {
  color: #231f20;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
}

.hero__description {
  color: #231f20;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.54px;
  margin-bottom: 30px;
  max-width: 340px;
}

.hero__btn {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 20px;
  border-radius: 0px 1000px 1000px 0px;
}

.hero__btn:hover .hero__btn-bg img {
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
}

.hero__btn span {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 100px #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.05px;
  text-transform: capitalize;
}

.hero__btn-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 200%;
  height: 100%;
  z-index: 3;
  border-radius: 0px 1000px 1000px 0px;
  overflow: hidden;
}

.hero__btn-bg img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.bundle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0 0 0;
}

.bundle__container {
  width: 100%;
}

.bundle__inner {
  margin-bottom: 40px;
  padding: 0 10px;
}

.bundle__title {
  color: #231f20;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 12.5px;
  text-transform: uppercase;
}

.bundle__items {
  width: 100%;
}

.bundle__item {
  width: 100%;
}

.bundle__item-inner {
  position: relative;
  width: 100%;
}

.bundle__item-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.bundle__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bundle__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  gap: 30px;
  padding: 0 15px;
  overflow: hidden;
}

.bundle__item-title {
  color: #231f20;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.5px;
}

.bundle__item-image {
  max-width: 600px;
  width: 100%;
}

.bundle__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bundle__slider {
  width: 100%;
}

.bundle__slider .swiper-slide {
  height: auto;
}

.bundle__slider-item {
  padding: 56px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.bundle__slider-item--dark {
  background: #000;
}

.bundle__slider-item--dark .bundle__slider-item-inner-title,
.bundle__slider-item--dark .bundle__slider-item-inner-description,
.bundle__slider-item--dark .bundle__slider-item-best-title,
.bundle__slider-item--dark .bundle__slider-item-best-description,
.bundle__slider-item--dark .bundle__slider-item-ingredients-title,
.bundle__slider-item--dark .bundle__slider-item-ingredients-item-title {
  color: #fff;
}

.bundle__slider-item-row {
  width: 50%;
}

.bundle__slider-item-image {
  width: 100%;
  border-radius: 0px 400px 400px 0px;
  overflow: hidden;
}

.bundle__slider-item-image img {
  width: 100%;
  height: 100%;
  -o-object-position: right;
  object-position: right;
}

.bundle__slider-item-body {
  padding: 0 30px;
}

.bundle__slider-item-inner {
  margin-bottom: 40px;
}

.bundle__slider-item-inner-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
}

.bundle__slider-item-inner-description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.54px;
}

.bundle__slider-item-best {
  margin-bottom: 40px;
}

.bundle__slider-item-best-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
}

.bundle__slider-item-best-description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.54px;
}

.bundle__slider-item-best-description ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.bundle__slider-item-ingredients-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
}

.bundle__slider-item-ingredients-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px;
}

.bundle__slider-item-ingredients-item {
  width: calc(50% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 11px;
}

.bundle__slider-item-ingredients-item-img {
  width: 100%;
  height: 100%;
  max-width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.bundle__slider-item-ingredients-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bundle__slider-item-ingredients-item-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 0.6px;
}

.bundle__slider-item--grey {
  background: #e5e5e5;
}

.bundle__slider-item--white {
  background: #fff;
}

.swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-button-next::after {
  font-size: 30px;
  color: #fff;
  font-weight: 9 0;
}

.swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-button-prev::after {
  font-size: 30px;
  color: #fff;
  font-weight: 9 0;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

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

.shop__container {
  max-width: 1100px;
  width: 100%;
  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;
}

.shop__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin-top: 30px;
}

.shop__main-title {
  color: #231f20;
  text-align: center;
  font-size: 41.333px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 10.333px;
  text-transform: uppercase;
}

.shop__row {
  width: 60%;
}

.shop__row:first-child {
  /* max-width: 650px; */
  height: 100%;
}

.shop__row:last-child {
  max-width: 390px;
}

.shop__mobile {
  display: none;
}

.shop__inner {
  margin-bottom: 20px;
}

.shop__title {
  color: #231f20;
  font-size: 36px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%;
  letter-spacing: 1.08px;
  margin-bottom: 10px;
}

.shop__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.shop__review span {
  color: #231f20;
  font-size: 12px;
  font-style: normal;
  font-weight: 250;
  line-height: 100%;
  letter-spacing: 1px;
}

.shop__sliders {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-height: 560px;
  max-width: 700px;
}

.shop__small-slider {
  /* height: 100%; */
  max-width: 136px;
  width: 100%;
  min-width: 0;
}

.shop__small-slider .shop__slider-item {
  width: 100%;
  height: 100%;
}

.shop__slider-item {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

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

.shop__big-slider {
  width: 100%;
}

.shop__big-slider .swiper-slide {
  width: 100% !important;
}

.shop__products {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.shop__products details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop__products-title {
  margin-bottom: 10px;
  color: #231f20;
  font-size: 12px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.shop__products-items {
  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;
  gap: 20px;
}

.shop details summary {
  transition: all 0.3s ease 0s;
}

/* .shop details[open]:nth-child(1) summary {
  background: #f8ff06;
}

.shop details[open]:nth-child(2) summary {
  background: #fb0;
}

.shop details[open]:nth-child(3) summary {
  background: #32c6f0;
}

.shop details[open]:nth-child(4) summary {
  background: #7f50f9;
} */

.shop__products-item input {
  display: none;
}

.shop summary {
  color: #231f20;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.874px;
  padding: 10px 20px;
  border-radius: 1000px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 2px solid #231f20;
}

.shop__description {
  background: #f8f8f8;
  padding: 14px 10px;
  margin-bottom: 30px;
}

.shop__description-title {
  color: #231f20;
  font-size: 12px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.shop__description-content {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%;
  letter-spacing: 0.48px;
}

.shop__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(213, 213, 213, 0.5);
}

.shop__benefits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.shop__benefits-item-title {
  position: relative;
}

.shop__benefits-item-title::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 50%;
  background: #e3e829;
  z-index: 1;
}

.shop__benefits-item-title span {
  color: #231f20;
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: 130%;
  letter-spacing: 0.54px;
  position: relative;
  z-index: 2;
}

.shop__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.shop__price-product-name {
  color: #231f20;
  font-size: 20px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%;
  letter-spacing: 0.6px;
}

.shop__price-new.with-discount {
  color: #ff0040;
  font-weight: 500;
}

.shop__price-new.old-price {
  color: #231f20;
  text-decoration: line-through;
}

.shop__price-new {
  color: #231f20;
  font-size: 20px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%;
  letter-spacing: 1px;
  padding-left: 10px;
  position: relative;
}

.shop__price-new::before {
  content: "";
  width: 1px;
  background: #231f20;
  padding-left: 1px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.shop__btn {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%;
  letter-spacing: 0.45px;
  text-transform: capitalize;
  border-radius: 1000px;
  background: #231f20;
  border: 1px solid #231f20;
  padding: 15px 20px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 224px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 18px;
}

.shop__btn:hover {
  background: #fff;
  color: #231f20;
}

.shop__include {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
  margin-top: 10px;
}

.shop__include-title {
  color: #231f20;
  font-size: 12px;
  font-style: normal;
  font-weight: 250;
  line-height: 140%;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.shop__include-items {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 6px;
}

.shop__include-item {
  display: flex;
  flex: 1 1 calc(50% - 6px);
  align-items: center;
  gap: 10px;
}

.shop__include-item-icon {
  max-width: 30px;
}

.shop__include-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shop__include-item-inner {
}

.shop__include-item-title {
  color: #231f20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.48px;
}
.shop__include-item-description {
  color: #231f20;
  font-size: 14px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%;
  letter-spacing: 0.42px;
}

.shop__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #231f20;
  font-size: 12px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.shop__pay a {
  color: #231f20;
  text-decoration: underline;
}

.shop .swiper-button-prev:after,
.shop .swiper-rtl .swiper-button-next:after {
  color: #231f20;
  font-size: 30px;
}

.shop .swiper-button-next:after,
.shop .swiper-rtl .swiper-button-prev:after {
  color: #231f20;
  font-size: 30px;
}

@font-face {
  font-family: "NEXT Poster";
  src: url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Italic.eot");
  src: url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Italic.woff2")
      format("woff2"),
    url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Italic.woff")
      format("woff"),
    url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Italic.otf")
      format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "NEXT Poster";
  src: url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Regular.eot");
  src: url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Regular.woff2")
      format("woff2"),
    url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Regular.woff")
      format("woff"),
    url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Regular.otf")
      format("opentype"),
    url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NEXT Poster";
  src: url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Thin.eot");
  src: url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Thin.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Thin.woff2")
      format("woff2"),
    url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Thin.woff")
      format("woff"),
    url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Thin.otf")
      format("opentype"),
    url("https://www.loopsbeauty.com/cdn/shop/t/506/assets/NEXTPoster-Thin.ttf")
      format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 90px 0;
  background: #e4ff47;
  overflow: hidden;
}

.reviews__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.reviews__inner {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__info {
  width: 100%;
  max-width: 400px;
}

.reviews__title {
  font-family: "Next Poster";
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}

.reviews__subtitle {
  font-family: "Next Poster";
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
}

.reviews__slider {
  width: 100%;
}

.reviews__slide-content {
  font-family: "Next Poster";
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
}

.reviews__slide-author {
  font-family: "Next Poster";
  margin-top: 15px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  text-align: right;
  text-transform: uppercase;
}

.reviews__body {
  width: 60%;
}

.reviews__slider-thumbs {
  width: 100%;
}

.reviews__slider-thumbs .swiper-slide {
  height: auto;
}

.reviews__slider-image {
  height: 100%;
}

.reviews__slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 25px;
}

.button-prev {
  cursor: pointer;
}

.button-next {
  cursor: pointer;
}

@media (max-width: 1023px) {
  .shop__row {
    width: 50%;
  }

  .shop__row:first-child {
    height: auto;
  }

  .shop__sliders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-height: none;
    height: auto;
  }

  .shop__small-slider {
    max-width: none;
  }
}

@media (max-width: 990px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: flex;
  }
  .hero {
    padding: 70px 30px;
  }

  .hero__title {
    font-size: 30px;
  }

  .hero__btn {
    padding: 30px 15px;
  }

  .hero__btn span {
    font-size: 25px;
  }

  .bundle__title {
    font-size: 40px;
  }

  .bundle__item-title {
    font-size: 40px;
  }

  .bundle__item-image {
    max-width: 500px;
  }

  .bundle__slider-item {
    padding: 30px 0;
  }

  .bundle__slider-item-row {
    width: 100%;
    max-width: 500px;
  }

  .bundle__slider-item-body {
    padding: 0 15px;
  }

  .bundle__slider-item-inner {
    margin-bottom: 25px;
  }

  .bundle__slider-item-inner-title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .bundle__slider-item-inner-description {
    font-size: 16px;
  }

  .bundle__slider-item-best {
    margin-bottom: 25px;
  }

  .bundle__slider-item-best-title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .bundle__slider-item-best-description ul {
    font-size: 14px;
    gap: 5px;
  }

  .bundle__slider-item-ingredients-title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .bundle__slider-item-ingredients-items {
    gap: 20px;
  }

  .bundle__slider-item-ingredients-item {
    width: calc(50% - 10px);
  }

  .bundle__slider-item-ingredients-item-img {
    max-width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }

  .bundle__slider-item-ingredients-item-title {
    font-size: 16px;
  }

  .shop__main-title {
    font-size: 30px;
  }

  .shop__title {
    font-size: 30px;
  }

  .reviews {
    padding: 50px 0;
  }

  .reviews__container {
    gap: 20px;
  }

  .reviews__title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .shop__small-slider .swiper-slide {
    width: 25% !important;
  }
  .hero-top__container {
    gap: 20px;
  }

  .hero-top__text {
    font-size: 14px;
  }

  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    gap: 40px;
  }

  .hero__bg {
    position: relative;
    width: 100%;
  }

  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__row:first-child {
    padding: 0 15px;
  }

  .hero__row {
    width: 100%;
  }

  .hero__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;
  }

  .hero__title {
    text-align: center;
  }

  .hero__description {
    text-align: center;
  }

  .hero__btn {
    border-radius: 1000px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    padding: 25px 15px;
  }

  .hero__btn-bg {
    width: 100%;
  }

  .bundle__title {
    font-size: 30px;
  }

  .bundle__item-title {
    font-size: 30px;
    width: 100%;
  }

  .bundle__item-image {
    max-height: 200px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .bundle__item-image img {
    -o-object-position: top;
    object-position: top;
  }

  .bundle__slider-item {
    padding: 0 10px 40px 10px;
    height: 100%;
  }

  .bundle__slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bundle__slider-item-image {
    border-radius: 0px 0px 400px 400px;
  }

  .bundle__slider-item-inner-title {
    font-size: 20px;
  }

  .bundle__slider-item-best-title {
    font-size: 20px;
  }

  .bundle__slider-item-ingredients-title {
    font-size: 20px;
  }

  .bundle__slider-item-ingredients-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bundle__slider-item-ingredients-item {
    width: 100%;
  }

  .bundle__slider-item-ingredients-item-title {
    font-size: 14px;
  }

  .shop {
    padding: 50px 15px;
  }

  .shop__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shop__main-title {
    font-size: 26px;
  }

  .shop__row {
    width: 100%;
  }
  .shop__main {
    width: 100%;
  }

  /* .shop__row:first-child {
    max-width: 500px;
  } */

  .shop__row:last-child {
    max-width: 500px;
  }

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

  .shop__title {
    font-size: 26px;
  }

  .shop__review img {
    width: 104px;
  }

  .shop__desktop {
    display: none;
  }

  .shop__products-item label {
    font-size: 16px;
    padding: 8px 10px;
  }

  .shop__benefits {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .shop__benefits-item-title span {
    font-size: 16px;
  }

  .shop__price {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .shop__price-product-name {
    font-size: 18px;
  }

  .shop__price-new {
    font-size: 18px;
  }

  .shop__btn {
    max-width: none;
  }

  .reviews__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;
  }

  .reviews__inner {
    width: 100%;
    padding: 0 15px;
  }

  .reviews__slide-content {
    font-size: 16px;
  }

  .reviews__body {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .shop__benefits-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 213px;
    flex: 0 1 213px;
  }
}

@media (max-width: 440px) {
  .bundle__title {
    font-size: 26px;
  }

  .bundle__item-title {
    font-size: 20px;
  }
}

@media (max-width: 374px) {
  .hero__title {
    font-size: 24px;
  }

  .hero__description {
    font-size: 16px;
  }

  .hero__btn span {
    font-size: 22px;
  }

  .shop {
    padding: 40px 15px;
  }

  .shop__title {
    font-size: 24px;
  }

  .shop__products-title {
    font-size: 10px;
  }

  .shop__description-title {
    font-size: 10px;
  }

  .shop__description-content {
    font-size: 14px;
  }

  .shop__benefits-item-title span {
    font-size: 14px;
  }

  .shop__price-product-name {
    font-size: 16px;
  }

  .shop__price-new {
    font-size: 16px;
  }
}
@supports (-webkit-appearance: none) {
}

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

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

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

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

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

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