@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Literata:opsz,wght@7..72,400..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "Golos Text VF";
  src: url("../../fonts/golos-text_vf.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../../fonts/golos-text_vf.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wrapper {
  overflow: hidden;
}

a {
  text-decoration: none;
}

body {
  font-family: "Golos Text VF", "Golos Text", sans-serif;
}

.container {
  max-width: 1765px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.mobile-only {
  display: none;
}

.mobile-bg-svg {
  display: none;
}

.desktop-only {
  display: block;
}

.header {
  position: sticky;
  top: 0;
  padding-top: 25px;
  background: #ffffff;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
.header .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.header .left-group {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header .left-group .burger-btn {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.header .left-group .burger-btn svg {
  display: block;
}
.header .left-group .mobile-only-search {
  display: none;
}
.header .desktop-only-search {
  display: flex;
}
.header .logo {
  width: 50px;
  height: auto;
  display: block;
  transition: opacity 0.2s ease;
}
.header .logo:hover {
  opacity: 0.8;
}
.header .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.header .middle-logo {
  width: 271px;
  height: auto;
  display: block;
  transition: opacity 0.2s ease;
}
.header .middle-logo .mobile-logo-img {
  display: none;
}
.header .middle-logo .desktop-logo-img {
  display: block;
  width: 100%;
  height: auto;
}
.header .middle-logo:hover {
  opacity: 0.8;
}
.header .middle-logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.header .right-icons {
  display: flex;
  align-items: center;
  gap: 27px;
}
.header .right-icons .icon-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #53575a;
  transition: color 0.25s ease, filter 0.25s ease;
  position: relative;
}
.header .right-icons .icon-btn svg,
.header .right-icons .icon-btn img {
  width: 34px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.25s ease;
}
.header .right-icons .icon-btn:hover {
  color: #e88699;
  filter: invert(65%) sepia(35%) saturate(1200%) hue-rotate(300deg) brightness(95%) contrast(90%);
}
.header .right-icons .cart-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .right-icons .cart-icon-wrapper .cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #e88699;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  pointer-events: none;
}
.header .bottom-categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  gap: 15px;
}
.header .bottom-categories .item {
  font-size: clamp(14px, 1.15vw, 21px);
  color: #53575a;
  position: relative;
  padding-bottom: 14px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.header .bottom-categories .item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.header .bottom-categories .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #53575a;
  transition: width 0.3s ease;
  border-radius: 2px;
}
.header .bottom-categories .item:hover, .header .bottom-categories .item.active, .header .bottom-categories .item--has-mega:hover {
  color: #53575a;
  font-weight: 500;
}
.header .bottom-categories .item:hover::after, .header .bottom-categories .item.active::after, .header .bottom-categories .item--has-mega:hover::after {
  width: 100%;
}
.header .bottom-categories .item img {
  width: 52px;
  height: auto;
  display: block;
  flex-shrink: 0;
}
.header .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  padding: 45px 0 55px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.07);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  border-top: 1px solid #f2f2f2;
}
.header .mega-menu__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  max-width: 100%;
  margin: 0 auto;
}
.header .mega-menu__list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 220px;
  padding-top: 10px;
}
.header .mega-menu__link {
  font-size: 20px;
  color: #53575a;
  transition: color 0.2s ease;
}
.header .mega-menu__link:hover {
  color: #e88699;
}
.header .mega-menu__banner {
  width: 295px;
  height: 443px;
  flex-shrink: 0;
  border-radius: 50px;
  overflow: hidden;
}
.header .mega-menu__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .mega-menu__products {
  display: flex;
  gap: 30px;
  flex: 1;
}
.header .mega-menu__products .product-card {
  flex: 1;
  min-width: 0;
  border: 1px solid #e0e0e0;
}
.header .mega-menu__products .product-card__img-box {
  height: 330px;
}
.header .mega-menu__products .product-card__title {
  font-size: 22px;
  line-height: 25px;
}
.header .mega-menu__products .product-card__price {
  font-size: 22px;
}
.header .bottom-categories .item--has-mega:hover ~ .mega-menu,
.header .mega-menu:hover, .header.mega-open .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.hero {
  margin-top: 25px;
  height: 80vh;
}
.hero .hero-swiper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.hero .hero-swiper .swiper-slide picture,
.hero .hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .hero-swiper .hero-pagination {
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
  width: auto;
}
.hero .hero-swiper .hero-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 1.5px solid #e18b9f;
  opacity: 1;
  margin: 0 !important;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 50%;
}
.hero .hero-swiper .hero-pagination .swiper-pagination-bullet-active {
  background: #e88699;
  border-color: #e88699;
}
.hero .hero-swiper .hero-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  background: url("../../foto/dot-bg.webp") no-repeat center/contain;
  pointer-events: none;
}
.hero .hero-ticker {
  width: 100%;
  background: #e88699;
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
}
.hero .hero-ticker__track {
  display: inline-flex;
  animation: marquee 25s linear infinite;
}
.hero .hero-ticker__content {
  display: flex;
  gap: 120px;
  align-items: center;
  padding-right: 120px;
}
.hero .hero-ticker__content span {
  font-size: 21px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.5px;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.product_best-sellers {
  padding: 40px 0 90px;
  padding-bottom: 0;
  margin-top: 85px;
  margin-bottom: 201px;
}
.product_best-sellers .best-sellers__title {
  font-size: 42px;
  color: #e88699;
  font-weight: 500;
  font-family: "Literata";
  text-align: center;
  margin-bottom: 63px;
}
.product_best-sellers .best-sellers__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 88%;
  position: relative;
  margin: 0 auto;
}
.product_best-sellers .best-sellers__nav {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  opacity: 0.5;
  transition: transform 0.2s ease, opacity 0.25s ease;
  flex-shrink: 0;
}
.product_best-sellers .best-sellers__nav:hover {
  opacity: 1;
}
.product_best-sellers .best-sellers__nav img,
.product_best-sellers .best-sellers__nav svg {
  width: 27px;
  height: auto;
  display: block;
}
.product_best-sellers .best-sellers-swiper {
  width: 100%;
  overflow: hidden;
  padding: 5px;
}

.product-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card__img-box {
  position: relative;
  height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ffffff;
  overflow: hidden;
}
.product-card__hover-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  max-width: 85%;
  max-height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
  z-index: 1;
}
.product-card__hover-bg.rune-pink {
  color: #e88699;
  opacity: 0.3 !important;
}
.product-card__hover-bg.rune-orange {
  color: #cf5e16;
  opacity: 0.3 !important;
}
.product-card__hover-bg.rune-purple {
  color: #c69fcd;
  opacity: 0.3 !important;
}
.product-card__hover-bg.rune-green {
  color: #6cca98;
  opacity: 0.3 !important;
}
.product-card__img {
  position: relative;
  z-index: 2;
  max-width: 80%;
  max-height: 94%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.35s ease;
}
.product-card__cart {
  position: absolute;
  bottom: 24px;
  right: 14px;
  z-index: 3;
  width: 67px;
  height: 57px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  border: none;
  background: none;
}
.product-card__cart img,
.product-card__cart svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: filter 0.25s ease;
}
.product-card__cart:hover img,
.product-card__cart:hover svg {
  filter: invert(65%) sepia(35%) saturate(1200%) hue-rotate(300deg) brightness(95%) contrast(90%);
}
.product-card__info {
  padding: 2px 7px 9px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  background: #ffffff;
}
.product-card__title {
  font-size: 33px;
  line-height: 32px;
  color: #53575a;
  font-weight: 400;
  font-family: "Philosopher";
  margin-bottom: 13px;
}
.product-card__price {
  font-size: 24px;
  color: #53575a;
  font-weight: 500;
  text-align: center;
}
.product-card .product-card__hover-bg {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, -50%) scale(1) !important;
}
.product-card:hover .product-card__cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.basic-care {
  margin-bottom: 144px;
}
.basic-care__wrapper {
  display: flex;
  align-items: stretch;
  gap: min(5vw, 105px);
  max-width: 94%;
  margin: 0 auto;
}
.basic-care__banner {
  position: relative;
  width: 45%;
  max-width: 655px;
  flex-shrink: 0;
  border-radius: 120px 143px 146px 126px;
  overflow: hidden;
  background-color: #f5f6f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 94px;
  height: 921px;
}
.basic-care__banner .basic-care__title {
  font-size: 62px;
  color: #53575a;
  font-weight: 400;
  font-family: "Philosopher";
  text-align: center;
  z-index: 2;
  position: relative;
  text-align: center;
}
.basic-care__banner .basic-care__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  z-index: 1;
}
.basic-care__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px 0;
  min-width: 0;
  flex: 1;
}
.basic-care__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.basic-care__desc-lead {
  font-size: 26px;
  color: #53575a;
}
.basic-care__desc-lead span {
  width: 866px;
  height: 186px;
  font-size: 33px;
  color: #53575a;
  font-weight: 400;
  font-family: "Philosopher";
}
.basic-care__desc-sub {
  font-size: 18px;
  line-height: 1.5;
  color: #53575a;
  font-weight: 400;
}
.basic-care .basic-care-swiper {
  width: calc(100% + 10px);
  overflow: hidden;
  padding: 5px;
  margin: -5px;
  position: relative;
  margin-top: 85px;
}
.basic-care .basic-care-swiper .product-card__title {
  font-size: 24px;
  line-height: 27px;
  color: #53575a;
}
.basic-care .basic-care-pagination {
  position: relative;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  width: 100%;
  z-index: 10;
}
.basic-care .basic-care-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: transparent;
  border: 1.5px solid #d5d8dc;
  opacity: 1;
  margin: 0 !important;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 50%;
}
.basic-care .basic-care-pagination .swiper-pagination-bullet-active {
  background: #d5d8dc;
  border-color: #d5d8dc;
}
.basic-care .basic-care-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  background: url("../../foto/basic-care_pagination-bg.webp") no-repeat center/contain;
  pointer-events: none;
}

.beauty-section .container {
  position: relative;
}
.beauty-section {
  margin-bottom: 100px;
}
.beauty-section .bg-text {
  position: absolute;
  left: 57%;
  top: 48%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 825px;
  height: auto;
}
.beauty-section .section_inner {
  max-width: 94%;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.beauty-section .section_inner .text {
  position: absolute;
  top: -25px;
  left: 65px;
  width: 67px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beauty-section .section_inner .block:nth-child(1) .img-block {
  max-width: 841px;
  height: auto;
  position: relative;
}
.beauty-section .section_inner .block:nth-child(1) .img-block img {
  width: 100%;
  height: 100%;
}
.beauty-section .section_inner .block:nth-child(1) .img-block .text {
  background-color: #0dccc2;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.beauty-section .section_inner .block:nth-child(1) .content-block {
  padding-right: 185px;
  margin-top: -34px;
}
@media screen and (min-width: 1020px) {
  .beauty-section .section_inner .block:nth-child(1) .content-block {
    text-align: end;
  }
}
.beauty-section .section_inner .block:nth-child(2) .content-block {
  padding-right: 30px;
  margin-top: -35px;
}
.beauty-section .section_inner .block:nth-child(2) .img-block {
  max-width: 600px;
  height: auto;
  position: relative;
}
.beauty-section .section_inner .block:nth-child(2) .text {
  background-color: #e88699;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.beauty-section .section_inner .block:nth-child(2) .text span {
  display: block;
  font-size: 19px;
  font-weight: bold;
}
.beauty-section .section_inner .content-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  align-items: end;
}
.beauty-section .section_inner .content-block .content_title {
  font-size: 46px;
  color: #53575a;
  font-weight: bold;
}
.beauty-section .section_inner .content-block .content_description {
  font-size: 26px;
  color: #53575a;
}

.rejuvenation {
  margin-bottom: 101px;
}
.rejuvenation__wrapper {
  display: flex;
  align-items: center;
  gap: min(5vw, 105px);
  max-width: 94%;
  margin: 0 auto;
}
.rejuvenation__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px 0;
  min-width: 0;
  flex: 1;
}
.rejuvenation__text {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.rejuvenation__desc-lead {
  font-size: 28px;
  color: #53575a;
  letter-spacing: 0.1px;
  font-weight: 400;
  font-family: "Philosopher", sans-serif;
}
.rejuvenation__desc-lead span {
  font-size: 33px;
}
.rejuvenation__desc-sub {
  font-size: 24px;
  line-height: 1.3;
  color: #53575a;
  font-weight: 400;
}
.rejuvenation .rejuvenation-swiper {
  width: calc(100% + 10px);
  overflow: hidden;
  padding: 5px;
  margin: -5px;
  position: relative;
  margin-top: 103px;
}
.rejuvenation .rejuvenation-swiper .product-card__title {
  font-size: 24px;
  line-height: 27px;
  color: #53575a;
  font-family: "Philosopher", serif;
  font-weight: 400;
}
.rejuvenation .rejuvenation-swiper .product-card__price {
  font-size: 24px;
  color: #53575a;
  font-weight: 500;
  text-align: center;
}
.rejuvenation .rejuvenation-pagination {
  position: relative;
  margin-top: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  width: 100%;
  z-index: 10;
}
.rejuvenation .rejuvenation-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: transparent;
  border: 1.5px solid #d5d8dc;
  opacity: 1;
  margin: 0 !important;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 50%;
}
.rejuvenation .rejuvenation-pagination .swiper-pagination-bullet-active {
  background: #d5d8dc;
  border-color: #d5d8dc;
}
.rejuvenation .rejuvenation-pagination .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  background: url("../../foto/basic-care_pagination-bg.webp") no-repeat center/contain;
  pointer-events: none;
}
.rejuvenation__banner {
  position: relative;
  width: 675px;
  flex-shrink: 0;
  border-radius: 161px 167px 146px 142px;
  overflow: hidden;
  background-color: #f5f6f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 58px;
  height: 942px;
  margin-top: 13px;
}
.rejuvenation__banner .rejuvenation__title {
  font-size: 62px;
  color: #53575a;
  font-weight: 400;
  font-family: "Philosopher", serif;
  text-align: center;
  z-index: 2;
  position: relative;
  line-height: 1.15;
}
.rejuvenation__banner .rejuvenation__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  z-index: 1;
}

.footer .footer-top {
  padding: 8px 0;
  background-image: url("../../svg/footer_top-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 345px;
}
.footer .footer-top .footer-top__title {
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.footer .footer-top a {
  width: 200px;
  height: 28px;
}
.footer .footer-top a img {
  width: 100%;
  height: 100%;
}
.footer .footer-main {
  background-color: #a1a5a8;
  padding: 74px 0 35px;
  color: #ffffff;
}
.footer .footer-main .footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 47px;
}
.footer .footer-main .footer-logo__img {
  width: 270px;
  height: auto;
  filter: brightness(0) invert(1);
}
.footer .footer-main .footer-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 55px;
}
.footer .footer-main .footer-col {
  display: flex;
  flex-direction: column;
  margin-left: 0 !important;
}
.footer .footer-main .footer-group {
  margin-bottom: 15px;
}
.footer .footer-main .footer-group:last-child {
  margin-bottom: 0;
}
.footer .footer-main .footer-title {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .footer-main .footer-title a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer .footer-main .footer-title a::first-letter {
  text-transform: uppercase;
}
.footer .footer-main .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-main .footer-list.inner-list {
  margin-left: 20px;
}
.footer .footer-main .footer-list li {
  margin-bottom: 20px;
}
.footer .footer-main .footer-list li:last-child {
  margin-bottom: 0;
}
.footer .footer-main .footer-list a {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
}
.footer .footer-main .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding-top: 104px;
  text-align: center;
}
.footer .footer-main .footer-bottom .footer-copyright {
  font-size: 19px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.toast-notification {
  position: fixed;
  top: 135px;
  right: 0;
  z-index: 99999;
  background: #a1a5a8;
  color: #ffffff;
  border-radius: 0 0 0 28px;
  padding: 16px 35px 20px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: -5px 15px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}
.toast-notification.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}
.toast-notification__img-box {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 0 0 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  flex-shrink: 0;
}
.toast-notification__img-box img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.toast-notification__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.toast-notification__title {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}
.toast-notification__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.toast-notification__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
.toast-notification__name {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 15px;
}
.toast-notification__qty {
  font-size: 13px;
  color: ffffff;
  font-weight: 400;
}

/* Responsive Media Queries for 1200px tablet/mobile screen views */
@media (max-width: 1200px) {
  .container {
    padding: 0 32px;
  }
  .header {
    position: sticky;
    top: 0;
    padding-top: 21px;
    padding-bottom: 22px;
  }
  .header .top-block {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .left-group {
    gap: 20px;
  }
  .header .left-group .burger-btn {
    display: flex;
  }
  .header .left-group .logo {
    display: none;
  }
  .header .left-group .mobile-only-search {
    display: flex;
    border: none;
    background: none;
  }
  .header .left-group .mobile-only-search img {
    width: 30px;
    height: 30px;
  }
  .header .middle-logo {
    width: 215px;
    margin: 0 auto;
  }
  .header .middle-logo img {
    width: 100%;
    height: auto;
  }
  .header .right-icons {
    gap: 25px;
  }
  .header .right-icons .desktop-only-search {
    display: none;
  }
  .header .right-icons .icon-btn svg,
  .header .right-icons .icon-btn img {
    width: 24px;
    height: 26px;
  }
  .header .bottom-categories {
    display: none !important;
  }
  .hero {
    margin-top: 0;
    height: auto;
  }
  .hero .hero-swiper {
    border-radius: 0;
    height: auto;
  }
  .hero .hero-swiper .swiper-slide img {
    height: 315px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero .hero-swiper .hero-pagination {
    bottom: 16px;
    gap: 16px;
  }
  .hero .hero-swiper .hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
  .hero .hero-swiper .hero-pagination .swiper-pagination-bullet-active::before {
    width: 36px;
    height: 36px;
  }
  .hero .hero-ticker {
    padding: 4px 0;
  }
  .hero .hero-ticker__content span {
    font-size: 14px;
    font-weight: 500;
  }
  .product_best-sellers {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0;
  }
  .product_best-sellers .container {
    padding: 0 5px;
  }
  .product_best-sellers .best-sellers__title {
    font-size: 24px;
    margin-bottom: 6px;
    color: #e88699;
    font-family: "Literata", serif;
    font-weight: 500;
    text-align: center;
  }
  .product_best-sellers .best-sellers__wrapper {
    max-width: 100%;
    gap: 8px;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .product_best-sellers .best-sellers__nav {
    padding: 2px;
    opacity: 0.65;
    background: transparent;
    border: none;
  }
  .product_best-sellers .best-sellers__nav img,
  .product_best-sellers .best-sellers__nav svg {
    width: 16px;
    height: 30px;
    display: block;
  }
  .product_best-sellers .best-sellers-swiper {
    width: 100%;
    overflow: hidden;
  }
  .product_best-sellers .best-sellers-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }
  .product_best-sellers .best-sellers-swiper .swiper-slide {
    height: auto;
    display: flex;
  }
  .product_best-sellers .product-card {
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 280px;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
  }
  .product_best-sellers .product-card__img-box {
    position: relative;
    height: 215px;
    flex-shrink: 0;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #ffffff;
  }
  .product_best-sellers .product-card__hover-bg {
    visibility: visible !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
    max-height: 85%;
    -o-object-fit: contain;
       object-fit: contain;
    pointer-events: none;
    z-index: 1;
  }
  .product_best-sellers .product-card__img {
    position: relative;
    z-index: 2;
    max-width: 82%;
    max-height: 85%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_best-sellers .product-card__cart {
    position: absolute;
    width: 32px;
    height: 36px;
    right: 8px;
    bottom: 8px;
    z-index: 3;
    opacity: 1 !important;
    visibility: visible !important;
    border: none;
    background: none;
    cursor: pointer;
  }
  .product_best-sellers .product-card__cart img,
  .product_best-sellers .product-card__cart svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_best-sellers .product-card__info {
    flex-shrink: 0;
    padding: 5px 0px 4px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    box-sizing: border-box;
  }
  .product_best-sellers .product-card__title {
    max-width: 150px;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #53575a;
    font-weight: 400;
    font-family: "Golos Text", sans-serif;
    text-align: left;
  }
  .product_best-sellers .product-card__price {
    font-size: 14.5px;
    font-weight: 700;
    color: #53575a;
    text-align: right;
    margin-top: auto;
  }
  .basic-care {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .basic-care .container {
    padding: 0 90px;
  }
  .basic-care__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    max-width: 100%;
    margin: 0;
  }
  .basic-care__content {
    display: contents;
  }
  .basic-care__text {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 32px;
  }
  .basic-care__desc-lead {
    font-size: 13px;
    color: #53575a;
  }
  .basic-care__desc-lead span {
    font-size: 20px;
    font-weight: 400;
    font-family: "Philosopher", serif;
  }
  .basic-care__desc-sub {
    font-size: 13px;
  }
  .basic-care__banner {
    order: 2;
    width: 46.5%;
    height: 374px;
    border-radius: 70px;
    padding-top: 25px;
    background-color: #f5f6f8;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }
  .basic-care__banner .basic-care__title {
    font-size: 24px;
    color: #53575a;
    font-weight: 400;
    font-family: "Literata", serif;
    text-align: center;
    z-index: 2;
    position: relative;
  }
  .basic-care__banner .basic-care__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    z-index: 1;
  }
  .basic-care .basic-care-swiper {
    order: 3;
    width: 37%;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 38px;
  }
  .basic-care .basic-care-swiper .product-card {
    height: 280px;
    border: 1px solid #dedede;
    border-radius: 0;
    display: flex;
    flex-direction: column;
  }
  .basic-care .basic-care-swiper .product-card__img-box {
    height: 195px;
  }
  .basic-care .basic-care-swiper .product-card__info {
    padding: 8px 10px 10px;
    text-align: left;
  }
  .basic-care .basic-care-swiper .product-card__title {
    font-size: 13.5px;
    line-height: 1.25;
    color: #53575a;
    font-weight: 400;
    margin-bottom: 4px;
  }
  .basic-care .basic-care-swiper .product-card__price {
    font-size: 14.5px;
    font-weight: 700;
    color: #53575a;
    text-align: right;
  }
  .basic-care .basic-care-pagination {
    order: 4;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    padding-right: 18%;
    bottom: 40px;
    right: -46px;
    left: unset;
  }
  .basic-care .basic-care-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .basic-care .basic-care-pagination .swiper-pagination-bullet-active::before {
    width: 30px;
    height: 30px;
  }
  .beauty-section {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .beauty-section .container {
    position: relative;
  }
  .beauty-section .bg-text {
    position: absolute;
    left: 57%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 373px;
    height: auto;
    z-index: 5;
    pointer-events: none;
  }
  .beauty-section .section_inner {
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .beauty-section .section_inner .block {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  .beauty-section .section_inner .block:nth-child(1) {
    width: 54%;
  }
  .beauty-section .section_inner .block:nth-child(1) .img-block {
    max-width: 100%;
    height: 151px;
    position: relative;
  }
  .beauty-section .section_inner .block:nth-child(1) .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .beauty-section .section_inner .block:nth-child(1) .img-block .text {
    top: -14px;
    left: 32px;
    width: 42px;
    height: 42px;
    background-color: #00b8b8;
    font-size: 8.5px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
  }
  .beauty-section .section_inner .block:nth-child(1) .content-block {
    padding-right: 85px;
    margin-top: -15px;
  }
  .beauty-section .section_inner .block:nth-child(2) {
    width: 39%;
  }
  .beauty-section .section_inner .block:nth-child(2) .img-block {
    max-width: 100%;
    height: 250px;
    position: relative;
  }
  .beauty-section .section_inner .block:nth-child(2) .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .beauty-section .section_inner .block:nth-child(2) .img-block .text {
    top: -14px;
    left: 32px;
    width: 42px;
    height: 42px;
    background-color: #e88699;
    font-size: 9px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
  }
  .beauty-section .section_inner .block:nth-child(2) .img-block .text span {
    font-size: 9px;
    font-weight: 700;
  }
  .beauty-section .section_inner .block:nth-child(2) .content-block {
    padding-right: 12px;
    margin-top: -5px;
  }
  .beauty-section .section_inner .block .content-block {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-end;
    text-align: right;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  .beauty-section .section_inner .block .content-block .content_title {
    font-size: 22px;
    color: #53575a;
    font-weight: 700;
    font-family: "Golos Text", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .beauty-section .section_inner .block .content-block .content_description {
    font-size: 12px;
    color: #53575a;
    font-weight: 400;
    line-height: 1.25;
    font-family: "Golos Text", sans-serif;
  }
  .rejuvenation {
    margin-top: 29px;
    margin-bottom: 0;
  }
  .rejuvenation__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 58px 16px;
    max-width: 84%;
  }
  .rejuvenation__content {
    display: contents;
  }
  .rejuvenation__text {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 12px;
  }
  .rejuvenation__desc-lead {
    font-size: 14px;
    line-height: 1.2;
    color: #53575a;
  }
  .rejuvenation__desc-lead span {
    font-size: 20px;
    font-weight: 400;
    color: #53575a;
  }
  .rejuvenation__desc-sub {
    font-size: 14px;
    line-height: 1.2;
    color: #53575a;
  }
  .rejuvenation .rejuvenation-swiper {
    order: 2;
    width: 37.5%;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
  }
  .rejuvenation .rejuvenation-swiper .product-card {
    height: 281px;
    border: 1px solid #dedede;
    border-radius: 0;
    display: flex;
    flex-direction: column;
  }
  .rejuvenation .rejuvenation-swiper .product-card__img-box {
    height: 220px;
  }
  .rejuvenation .rejuvenation-swiper .product-card__info {
    padding: 0 68px 6px 0;
    text-align: left;
  }
  .rejuvenation .rejuvenation-swiper .product-card__title {
    font-size: 13.5px;
    line-height: 1.25;
    color: #53575a;
    font-weight: 400;
    margin-bottom: 4px;
  }
  .rejuvenation .rejuvenation-swiper .product-card__price {
    font-size: 13px;
    font-weight: 500;
    color: #53575a;
    text-align: right;
    padding-right: 19px;
  }
  .rejuvenation .rejuvenation-pagination {
    order: 4;
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: -97px;
    margin-left: -44px;
  }
  .rejuvenation .rejuvenation-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .rejuvenation .rejuvenation-pagination .swiper-pagination-bullet-active::before {
    width: 30px;
    height: 30px;
  }
  .rejuvenation__banner {
    order: 3;
    width: 49%;
    height: 376px;
    border-radius: 70px;
    padding-top: 16px;
    background-color: #f5f6f8;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    margin-top: -25px;
  }
  .rejuvenation__banner .rejuvenation__title {
    font-size: 21px;
    color: #53575a;
    font-weight: 400;
    font-family: "Literata", serif;
    text-align: center;
    z-index: 2;
    position: relative;
    line-height: 1.3;
  }
  .rejuvenation__banner .rejuvenation__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .footer .footer-top {
    padding: 5px 80px;
    gap: 0;
    justify-content: space-between;
    background: linear-gradient(90deg, #bfa083 0%, #a8886b 100%);
  }
  .footer .footer-top__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 673px;
    gap: 72px;
    align-items: center;
  }
  .footer .footer-top__title {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    letter-spacing: -0.3px !important;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .footer .footer-top a {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .footer .footer-top a img {
    height: 16px;
    width: auto;
    display: block;
  }
  .footer .footer-main {
    background: #989c9e;
    padding-top: 17px;
    padding-bottom: 30px;
  }
  .footer .footer-main .container {
    padding: 0 48px;
  }
  .footer .footer-main .footer-logo {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 27px;
  }
  .footer .footer-main .footer-logo__img {
    height: 21px;
    width: auto;
    filter: brightness(0) invert(1);
  }
  .footer .footer-main .footer-columns {
    display: grid;
    grid-template-columns: 225px 178px 1fr;
    gap: 27px 50px;
    align-items: start;
    margin-bottom: 0;
  }
  .footer .footer-main .footer-col {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-left: 0 !important;
  }
  .footer .footer-main .footer-col:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .footer .footer-main .footer-col:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer .footer-main .footer-col:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
  .footer .footer-main .footer-col:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .footer .footer-main .footer-col:nth-child(5) {
    grid-column: 3;
    grid-row: 1/span 2;
  }
  .footer .footer-main .footer-group {
    margin-bottom: 0;
  }
  .footer .footer-main .footer-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 17px;
  }
  .footer .footer-main .footer-title.logo-title {
    margin-bottom: 5px;
  }
  .footer .footer-main .footer-title a {
    color: #ffffff;
    font-weight: 700;
    font-family: "Golos Text", sans-serif;
  }
  .footer .footer-main .footer-title a img {
    height: 14px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) invert(1);
  }
  .footer .footer-main .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer .footer-main .footer-list.inner-list {
    margin-left: 20px;
    margin-top: 6px;
  }
  .footer .footer-main .footer-list li {
    margin-bottom: 8px;
  }
  .footer .footer-main .footer-list li a {
    font-size: 13px;
    line-height: 1.35;
    color: #ffffff;
    font-weight: 400;
    font-family: "Golos Text", sans-serif;
  }
  .footer .footer-main .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    padding-top: 30px;
    margin-top: 18px;
    text-align: center;
  }
  .footer .footer-main .footer-bottom .footer-copyright {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }
  .footer .mobile-edited-block {
    margin-top: -50px;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 10px 0;
    background-color: #ffffff;
  }
  .header .container {
    padding: 0 16px;
  }
  .header .top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .header .left-group {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .header .left-group .burger-btn {
    display: flex;
    align-items: center;
  }
  .header .left-group .burger-btn svg {
    width: 24px;
    height: 24px;
  }
  .header .left-group .logo {
    display: none;
  }
  .header .left-group .mobile-only-search {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    padding: 0;
  }
  .header .left-group .mobile-only-search img {
    width: 22px;
    height: 22px;
  }
  .header .middle-logo {
    width: 44px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .header .middle-logo .desktop-logo-img {
    display: none !important;
  }
  .header .middle-logo .mobile-logo-img {
    display: block !important;
    width: 32px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .right-icons {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .header .right-icons .desktop-only-search {
    display: none;
  }
  .header .right-icons .cart-icon-wrapper img {
    width: 24px;
    height: 28px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .right-icons .account-btn img {
    width: 22px;
    height: 26px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header .bottom-categories {
    display: none !important;
  }
  .hero {
    margin-top: 0;
  }
  .hero .hero-swiper {
    border-radius: 0;
    height: auto;
  }
  .hero .hero-swiper .swiper-slide img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .hero .hero-swiper .hero-pagination {
    bottom: 14px;
    gap: 12px;
  }
  .hero .hero-swiper .hero-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  .hero .hero-swiper .hero-pagination .swiper-pagination-bullet-active::before {
    width: 30px;
    height: 30px;
  }
  .hero .hero-ticker {
    background-color: #e18b9f;
    padding: 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero .hero-ticker__content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero .hero-ticker__content span {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    font-family: "Golos Text", sans-serif;
  }
  .product_best-sellers {
    margin-top: 17px;
    margin-bottom: 30px;
    padding: 0;
  }
  .product_best-sellers .container {
    padding: 0 5px;
  }
  .product_best-sellers .best-sellers__title {
    font-size: 20px;
    color: #e88699;
    font-family: "Literata", serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .product_best-sellers .best-sellers__nav {
    display: none !important;
  }
  .product_best-sellers .best-sellers__wrapper {
    position: relative;
  }
  .product_best-sellers .product-card {
    border: 1px solid #dedede;
    border-radius: 0;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 243px;
  }
  .product_best-sellers .product-card__img-box {
    position: relative;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .product_best-sellers .product-card__img-box .product-card__img {
    max-height: 171px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_best-sellers .product-card__img-box .product-card__cart {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product_best-sellers .product-card__img-box .product-card__cart img {
    width: 26px;
    height: 28px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product_best-sellers .product-card__info {
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    flex-grow: 1;
    text-align: left;
  }
  .product_best-sellers .product-card__title {
    font-size: 12px;
    line-height: 1;
    color: #53575a;
    font-weight: 400;
    font-family: "Golos Text", sans-serif;
    margin-bottom: 0;
    text-align: left;
  }
  .product_best-sellers .product-card__price {
    font-size: 12px;
    font-weight: 500;
    color: #53575a;
    text-align: unset;
    margin: 0;
    margin-left: 73px;
    margin-top: 2px;
  }
  .basic-care {
    margin-top: 35px !important;
    margin-bottom: 0 !important;
  }
  .basic-care .container {
    padding: 0 16px !important;
  }
  .basic-care__wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 7px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  .basic-care__content {
    display: contents !important;
  }
  .basic-care__content .basic-care__text {
    max-width: 80%;
    margin: 0 auto;
  }
  .basic-care__content .basic-care-swiper {
    max-width: 80% !important;
    margin: 0 auto !important;
  }
  .basic-care__banner {
    order: 1 !important;
    width: 100% !important;
    height: 325px !important;
    border-radius: 59px 73px 78px 55px !important;
    overflow: hidden !important;
    position: relative !important;
    background-color: #f5f6f8 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding-top: 30px !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
    max-width: 225px;
  }
  .basic-care__banner .basic-care__title {
    font-size: 20px !important;
    color: #53575a !important;
    font-family: "Literata", serif !important;
    font-weight: 400 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    z-index: 2 !important;
    position: relative !important;
  }
  .basic-care__banner .basic-care__img {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center bottom !important;
       object-position: center bottom !important;
    z-index: 1 !important;
  }
  .basic-care__text {
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
    text-align: left !important;
    width: 100% !important;
  }
  .basic-care__desc-lead {
    font-size: 12px !important;
    line-height: 1.2 !important;
    color: #53575a !important;
    font-weight: 400 !important;
  }
  .basic-care__desc-lead span {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #53575a !important;
    font-family: "Golos Text", sans-serif !important;
  }
  .basic-care__desc-sub {
    font-size: 12px !important;
    line-height: 1.2 !important;
    color: #53575a !important;
    font-weight: 400 !important;
  }
  .basic-care .basic-care-swiper {
    order: 3 !important;
    width: 100% !important;
  }
  .basic-care .basic-care-swiper .product-card {
    border: 1px solid #dedede !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    height: 280px !important;
  }
  .basic-care .basic-care-swiper .product-card__img-box {
    position: relative !important;
    height: 220px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #dedede !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 15px !important;
  }
  .basic-care .basic-care-swiper .product-card__img-box .product-card__img {
    max-height: 210px !important;
    width: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .basic-care .basic-care-swiper .product-card__img-box .product-card__cart {
    position: absolute !important;
    bottom: 0px !important;
    right: 17px !important;
    width: 32px !important;
    height: 32px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .basic-care .basic-care-swiper .product-card__img-box .product-card__cart img {
    width: 33px !important;
    height: 33px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .basic-care .basic-care-swiper .product-card__info {
    padding: 4px 0px 7px 0px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: unset !important;
    flex-grow: 1 !important;
    text-align: left !important;
  }
  .basic-care .basic-care-swiper .product-card__title {
    font-size: 13px !important;
    line-height: 1.25 !important;
    color: #53575a !important;
    font-weight: 400 !important;
    font-family: "Golos Text", sans-serif !important;
    margin-bottom: 6px !important;
    text-align: left !important;
  }
  .basic-care .basic-care-swiper .product-card__price {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #53575a !important;
    text-align: unset !important;
    padding-left: 86px;
  }
  .basic-care .basic-care-pagination {
    order: 4 !important;
    position: relative !important;
    margin-top: 64px !important;
    margin-left: -63px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    width: 100% !important;
  }
  .basic-care .basic-care-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    opacity: 1 !important;
  }
  .basic-care .basic-care-pagination .swiper-pagination-bullet-active::before {
    width: 30px !important;
    height: 30px !important;
  }
  .mobile-only {
    display: block !important;
  }
  .desktop-only,
  .desktop-only-bg {
    display: none !important;
  }
  .beauty-section {
    margin-top: 12px !important;
    margin-bottom: 35px !important;
  }
  .beauty-section .container {
    padding: 0 !important;
    max-width: 100% !important;
  }
  .beauty-section .bg-text.desktop-only-bg {
    display: none !important;
  }
  .beauty-section .section_inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 19px !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
  }
  .beauty-section .section_inner .block {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    width: 100% !important;
  }
  .beauty-section .section_inner .block.block-blog .img-block {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .beauty-section .section_inner .block.block-blog .img-block picture,
  .beauty-section .section_inner .block.block-blog .img-block img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .beauty-section .section_inner .block.block-blog .img-block .text {
    position: absolute !important;
    top: -14px !important;
    right: 24px !important;
    left: auto !important;
    width: 30px !important;
    height: 30px !important;
    background-color: #0dccc2 !important;
    color: #ffffff !important;
    font-size: 6px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    z-index: 10 !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
  }
  .beauty-section .section_inner .block.block-blog .content-block {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 10px 4px 0 !important;
    margin-top: 0 !important;
    z-index: 5 !important;
    margin-left: 16px;
  }
  .beauty-section .section_inner .block.block-blog .content-block .mobile-be {
    display: block !important;
    width: 80px !important;
    height: auto !important;
    flex-shrink: 0 !important;
    position: absolute;
    top: -76px;
    left: 0;
  }
  .beauty-section .section_inner .block.block-blog .content-block .mobile-au {
    display: block !important;
    width: 80px !important;
    height: auto !important;
    flex-shrink: 0 !important;
    position: absolute;
    right: 23px;
    margin-top: 35px;
  }
  .beauty-section .section_inner .block.block-blog .content-block .text-wrapper {
    flex: 1 !important;
    padding: 0 !important;
    text-align: left !important;
    margin-top: -13px;
  }
  .beauty-section .section_inner .block.block-blog .content-block .text-wrapper .content_title {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #3d4144 !important;
    margin-bottom: 1px !important;
    text-transform: uppercase !important;
    line-height: 1.1 !important;
    font-family: "Golos Text", sans-serif !important;
  }
  .beauty-section .section_inner .block.block-blog .content-block .text-wrapper .content_subtitle {
    font-size: 12px !important;
    color: #53575a !important;
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    font-family: "Golos Text", sans-serif !important;
  }
  .beauty-section .section_inner .block.block-blog .content-block .text-wrapper .content_description {
    font-size: 12px !important;
    line-height: 1 !important;
    color: #2c2e30 !important;
    font-weight: 400 !important;
    margin: 0 !important;
  }
  .beauty-section .section_inner .block.block-blog .content-block .text-wrapper .content_description strong {
    font-weight: 500 !important;
  }
  .beauty-section .section_inner .block.block-events {
    margin-top: 10px !important;
  }
  .beauty-section .section_inner .block.block-events .img-block {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    height: unset;
  }
  .beauty-section .section_inner .block.block-events .img-block .mobile-ty {
    display: block !important;
    position: absolute !important;
    left: 10px !important;
    top: 40px !important;
    width: 80px !important;
    height: auto !important;
    z-index: 6 !important;
  }
  .beauty-section .section_inner .block.block-events .img-block picture,
  .beauty-section .section_inner .block.block-events .img-block img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .beauty-section .section_inner .block.block-events .img-block .text {
    position: absolute !important;
    top: -17px !important;
    left: 16px !important;
    right: auto !important;
    width: 30px !important;
    height: 30px !important;
    background-color: #e88699 !important;
    color: #ffffff !important;
    font-size: 6px !important;
    line-height: 1.7 !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    z-index: 10 !important;
    border: none !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
  }
  .beauty-section .section_inner .block.block-events .img-block .text span {
    display: block !important;
    font-size: 8.5px !important;
    font-weight: 700 !important;
  }
  .beauty-section .section_inner .block.block-events .content-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    text-align: right !important;
    margin-top: 0 !important;
    position: relative !important;
    z-index: 7 !important;
    padding-right: 45px;
    margin-top: -9px !important;
  }
  .beauty-section .section_inner .block.block-events .content-block .content_title {
    font-size: 19px !important;
    font-weight: 700 !important;
    color: #3d4144 !important;
    margin-bottom: 4px !important;
    text-transform: uppercase !important;
    line-height: 1.1 !important;
    font-family: "Golos Text", sans-serif !important;
    text-align: right !important;
  }
  .beauty-section .section_inner .block.block-events .content-block .content_subtitle {
    font-size: 11px !important;
    color: #53575a !important;
    margin-bottom: -2px !important;
    font-weight: 400 !important;
    font-family: "Golos Text", sans-serif !important;
    text-align: right !important;
  }
  .beauty-section .section_inner .block.block-events .content-block .content_description {
    font-size: 11.5px !important;
    line-height: 1 !important;
    color: #2c2e30 !important;
    font-weight: 700 !important;
    margin: 0 !important;
    font-family: "Golos Text", sans-serif !important;
    text-align: right !important;
  }
  .beauty-section .section_inner .block.block-events .content-block .content_description strong {
    font-weight: 500 !important;
  }
  .rejuvenation {
    margin-top: 30px !important;
    margin-bottom: 42px !important;
  }
  .rejuvenation .container {
    padding: 0 16px !important;
  }
  .rejuvenation__wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .rejuvenation__banner {
    order: 1 !important;
    width: 100% !important;
    max-width: 237px !important;
    height: 333px !important;
    border-radius: 65px 82px 0 0 !important;
    overflow: hidden !important;
    background-color: #f5f6f8 !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding-top: 18px !important;
    margin: 0 auto 13px auto !important;
    flex-shrink: 0 !important;
  }
  .rejuvenation__banner .rejuvenation__title {
    font-size: 20px !important;
    color: #424547 !important;
    font-weight: 400 !important;
    font-family: "Philosopher", serif !important;
    text-align: center !important;
    z-index: 2 !important;
    position: relative !important;
    margin: 0 !important;
  }
  .rejuvenation__banner .rejuvenation__img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center top !important;
       object-position: center top !important;
    z-index: 1 !important;
  }
  .rejuvenation__content {
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .rejuvenation__text {
    order: 1 !important;
    width: 100% !important;
    max-width: 230px !important;
    margin: 0 auto 37px auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 0 !important;
    text-align: left !important;
  }
  .rejuvenation__desc-lead {
    font-size: 13px !important;
    color: #53575a !important;
    font-weight: 400 !important;
    font-family: "Philosopher", serif !important;
    margin: 0 !important;
  }
  .rejuvenation__desc-lead span {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #3d4144 !important;
    font-family: "Philosopher", serif !important;
  }
  .rejuvenation__desc-sub {
    font-size: 12px !important;
    color: #53575a !important;
    font-weight: 400 !important;
    font-family: "Philosopher", serif !important;
    margin: 0 !important;
  }
  .rejuvenation .rejuvenation-swiper {
    order: 2 !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
    max-width: 80%;
  }
  .rejuvenation .rejuvenation-swiper .product-card {
    border: 1px solid #dedede !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    height: 280px !important;
  }
  .rejuvenation .rejuvenation-swiper .product-card__img-box {
    position: relative !important;
    height: 220px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #dedede !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 15px !important;
  }
  .rejuvenation .rejuvenation-swiper .product-card__img-box .product-card__img {
    max-height: 210px !important;
    width: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .rejuvenation .rejuvenation-swiper .product-card__img-box .product-card__cart {
    position: absolute !important;
    bottom: 0px !important;
    right: 17px !important;
    width: 32px !important;
    height: 32px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .rejuvenation .rejuvenation-swiper .product-card__img-box .product-card__cart img {
    width: 33px !important;
    height: 33px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .rejuvenation .rejuvenation-swiper .product-card__info {
    padding: 4px 0px 7px 0px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: unset !important;
    flex-grow: 1 !important;
    text-align: left !important;
  }
  .rejuvenation .rejuvenation-swiper .product-card__title {
    font-size: 14px !important;
    line-height: 1 !important;
    color: #53575a !important;
    font-weight: 400 !important;
    font-family: "Golos Text", sans-serif !important;
    margin-bottom: 6px !important;
    text-align: left !important;
  }
  .rejuvenation .rejuvenation-swiper .product-card__price {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #53575a !important;
    text-align: unset !important;
    padding-left: 86px;
  }
  .rejuvenation .rejuvenation-pagination {
    order: 3 !important;
    width: 100% !important;
    margin-top: 38px !important;
    margin-left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    position: relative !important;
  }
  .rejuvenation .rejuvenation-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    opacity: 1 !important;
    background: transparent !important;
    border: 1.5px solid #d5d8dc !important;
    margin: 0 !important;
  }
  .rejuvenation .rejuvenation-pagination .swiper-pagination-bullet-active {
    background: #d5d8dc !important;
    border-color: #d5d8dc !important;
  }
  .rejuvenation .rejuvenation-pagination .swiper-pagination-bullet-active::before {
    width: 30px !important;
    height: 30px !important;
    background: url("../../foto/basic-care_pagination-bg.webp") no-repeat center/contain !important;
  }
  .footer .footer-top {
    flex-direction: column;
    padding: 7px 40px;
  }
  .footer .footer-top .footer-top__title {
    font-size: 15px !important;
    white-space: unset;
    margin-bottom: 3px;
  }
  .footer .footer-top a img {
    height: 14px !important;
    width: auto !important;
  }
  .footer .footer-main {
    background-color: #989c9e !important;
    padding: 38px 0 20px 0 !important;
  }
  .footer .footer-main .container {
    padding: 0 14px !important;
  }
  .footer .footer-main .footer-logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 4px !important;
    margin-bottom: 21px !important;
  }
  .footer .footer-main .footer-logo__img {
    height: 16px !important;
    width: auto !important;
    filter: brightness(0) invert(1) !important;
  }
  .footer .footer-main .footer-columns {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    margin-bottom: 0 !important;
    grid-template-columns: none !important;
  }
  .footer .footer-main .footer-col {
    display: flex !important;
    flex-direction: column !important;
    grid-column: auto !important;
    grid-row: auto !important;
    gap: 0 !important;
    margin: 0 !important;
  }
  .footer .footer-main .footer-group {
    margin-bottom: 16px !important;
  }
  .footer .footer-main .footer-group.mobile-group1 {
    margin-bottom: 0 !important;
  }
  .footer .footer-main .footer-group.mobile-group2 {
    margin-bottom: 0 !important;
  }
  .footer .footer-main .footer-group.mobile-group3 {
    margin-bottom: 0 !important;
  }
  .footer .footer-main .footer-group.mobile-group4 {
    margin-bottom: 2px !important;
  }
  .footer .footer-main .footer-group.mobile-group5 {
    margin-bottom: 2px !important;
  }
  .footer .footer-main .footer-group.mobile-group6 {
    margin-bottom: 2px !important;
  }
  .footer .footer-main .footer-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
  }
  .footer .footer-main .footer-title a {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: "Golos Text", sans-serif !important;
    text-decoration: none !important;
  }
  .footer .footer-main .footer-title.logo-title {
    margin-bottom: 10px !important;
  }
  .footer .footer-main .footer-title.logo-title a img {
    height: 12px !important;
    width: auto !important;
    filter: brightness(0) invert(1) !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
  .footer .footer-main .footer-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .footer .footer-main .footer-list li {
    margin-bottom: 10px !important;
  }
  .footer .footer-main .footer-list li:last-child {
    margin-bottom: 0 !important;
  }
  .footer .footer-main .footer-list li a {
    font-size: 12px !important;
    line-height: 1.35 !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    font-family: "Golos Text", sans-serif !important;
    text-decoration: none !important;
  }
  .footer .footer-main .footer-list:not(.inner-list) {
    margin-top: 10px !important;
    margin-left: 0 !important;
  }
  .footer .footer-main .footer-list:not(.inner-list) li {
    margin-bottom: 10px !important;
  }
  .footer .footer-main .footer-list:not(.inner-list) li a {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
  }
  .footer .footer-main .footer-list.inner-list {
    margin-top: 10px !important;
    margin-left: 8px !important;
  }
  .footer .footer-main .footer-list.inner-list li {
    margin-bottom: 10px !important;
  }
  .footer .footer-main .footer-list.inner-list li a {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.95) !important;
  }
  .footer .footer-main .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.65) !important;
    padding-top: 30px !important;
    padding-bottom: 5px !important;
    margin-top: 5px !important;
    text-align: center !important;
  }
  .footer .footer-main .footer-bottom .footer-copyright {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1px !important;
    text-align: center !important;
  }
}/*# sourceMappingURL=main.css.map */