@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
@font-face {
  font-family: "Denistina";
  src: url("../fonts/Denistina.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Denistina";
  src: url("../fonts/Denistina.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Onest", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #F5F2F0;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
@media screen and (min-width: 639px) {
  body {
    font-size: 1.4rem;
  }
}

body.lock {
  max-height: 100vh;
  overflow: hidden;
}

main {
  scroll-behavior: smooth;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: inherit;
}
a::before, a::after {
  transition: 0.3s ease-in-out;
}
a:hover {
  color: rgba(28, 28, 28, 0.4);
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.16;
  margin-top: 0;
  margin-bottom: 2.4rem;
  letter-spacing: -0.05em;
  font-weight: 400;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

h1, .h1, .has-h-1-font-size {
  /*basic heading styles*/
  font-size: 3.6rem;
}
@media screen and (min-width: 959px) {
  h1, .h1, .has-h-1-font-size {
    font-size: 4.8rem;
  }
}

h2, .h2, .has-h-2-font-size {
  /*basic heading styles*/
  font-size: 2.8rem;
  line-height: 1.28;
}
@media screen and (min-width: 959px) {
  h2, .h2, .has-h-2-font-size {
    font-size: 4rem;
    line-height: 1.2;
  }
}

h3, .h3, .has-h-3-font-size {
  /*basic heading styles*/
}

h4, .h4, .has-h-4-font-size {
  /*basic heading styles*/
}

h5, .h5, .has-h-5-font-size {
  /*basic heading styles*/
}

h6, .h6, .has-h-6-font-size {
  /*basic heading styles*/
}

.btn, input[type=submit], input[type=reset], input[type=button] {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 1.6rem 3.2rem;
  display: inline-block;
  background: linear-gradient(326.78deg, #C52226 -11.54%, #FB6262 97.01%);
  border-radius: 1.2rem;
  color: #fff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1.2rem;
  border: none;
  outline: none;
  cursor: pointer;
}
.btn:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  color: #fff;
  background: linear-gradient(326.78deg, #1C1C1C -11.54%, #4B4B4B 97.01%);
}
.btn.btn-dark, input[type=submit].btn-dark, input[type=reset].btn-dark, input[type=button].btn-dark {
  background: linear-gradient(326.78deg, #1C1C1C -11.54%, #4B4B4B 97.01%);
}
.btn.btn-dark:hover, input[type=submit].btn-dark:hover, input[type=reset].btn-dark:hover, input[type=button].btn-dark:hover {
  background: linear-gradient(326.78deg, #C52226 -11.54%, #FB6262 97.01%);
}

.input-wrapper {
  position: relative;
}
.input-wrapper input {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -1%;
  color: rgba(28, 28, 28, 0.5);
  background: transparent;
  padding: 1.4rem 1.6rem;
  border-radius: 1.2rem;
  border: 1px solid #E4E1DF;
  width: 100%;
}
.input-wrapper input::placeholder {
  color: rgba(28, 28, 28, 0.5);
}
.input-wrapper input.input-w-icon {
  padding-left: 4.4rem;
}
.input-wrapper svg {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  fill: transparent;
  stroke: #1C1C1C;
}

* {
  box-sizing: border-box;
}
*:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

.relative {
  position: relative;
}

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

.scroll-stoped {
  overflow-y: hidden;
}

main {
  position: relative;
}

.section {
  position: relative;
}
.section .section-bg-icon {
  position: absolute;
  width: 100%;
  top: 36.5%;
  left: 0;
}
.section-theme__surface {
  background: #EDE8E4;
}

.icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}
.icon .count {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  background: linear-gradient(326.78deg, #C52226 -11.54%, #FB6262 97.01%);
  color: #fff;
  font-size: 1rem;
  border-radius: 50%;
  font-weight: 600;
}
.icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
}
.icon svg:hover {
  transform: scale(1.1);
}

.accent-text {
  font-family: "Denistina", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 0;
  letter-spacing: 0;
  padding-right: 1.4rem;
  background: linear-gradient(326.78deg, #C52226 -11.54%, #FB6262 97.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  text-transform: capitalize;
}
.accent-text.accent-text-large {
  font-size: 4rem;
}
@media screen and (min-width: 959px) {
  .accent-text.accent-text-large {
    font-size: 5.6rem;
  }
}
@media screen and (min-width: 959px) {
  .accent-text {
    font-size: 4.4rem;
  }
}

.accent-grey {
  color: rgba(40, 40, 40, 0.5);
}

.accent-red {
  background: linear-gradient(326.78deg, #C52226 -11.54%, #FB6262 97.01%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.container {
  max-width: 123.2rem;
  padding: 0 1.6rem;
  margin: 0 auto;
  width: 100%;
}

.slider-arrows {
  margin-top: 2.4rem;
}
.slider-arrows > .btn {
  width: 6rem;
  height: 6rem;
  padding: 1.8rem;
  margin: 0;
  background: transparent;
  border: 1px #E4E1DF solid;
}
.slider-arrows > .btn svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: transparent;
  stroke: #1C1C1C;
  color: #1C1C1C;
}
.slider-arrows > .btn:hover {
  background: #fff;
}

.header-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 639px) {
  .header-wrapper {
    flex-direction: column-reverse;
  }
}
.header-wrapper .header {
  padding: 5.2rem 0 1.3rem;
  border-bottom: 1px solid #E4E1DF;
  position: relative;
}
.header-wrapper .header .header__inner {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 959px) {
  .header-wrapper .header .header__inner {
    gap: 2rem;
  }
}
.header-wrapper .header .logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1199px) {
  .header-wrapper .header .logo {
    order: 1;
    flex: none;
  }
}
.header-wrapper .header .logo img {
  height: 1.9rem;
  object-fit: contain;
  max-width: 100%;
}
.header-wrapper .header .header-toggler {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.7rem 0.3rem;
  cursor: pointer;
  border: none;
  background: none;
}
@media screen and (min-width: 1199px) {
  .header-wrapper .header .header-toggler {
    display: none;
  }
}
.header-wrapper .header .header-toggler span {
  position: relative;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #1C1C1C;
  border-radius: 0.2rem;
  transition: all 0.3s ease;
}
.header-wrapper .header .header-toggler span::before, .header-wrapper .header .header-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #1C1C1C;
  border-radius: 0.2rem;
  transition: all 0.3s ease;
}
.header-wrapper .header .header-toggler span::before {
  top: -0.5rem;
}
.header-wrapper .header .header-toggler span::after {
  top: 0.5rem;
}
.header-wrapper .header .header-toggler.active span {
  background-color: transparent;
}
.header-wrapper .header .header-toggler.active span::before {
  top: 0;
  transform: rotate(45deg);
}
.header-wrapper .header .header-toggler.active span::after {
  top: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  .header-wrapper .header .header-menu__wrapper {
    position: absolute;
    background: rgba(28, 28, 28, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transform: translateX(-100%);
    transition: transform 0.2s ease;
  }
  .header-wrapper .header .header-menu__wrapper.is-active {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1199px) {
  .header-wrapper .header .header-menu__wrapper .header-menu__inner {
    background-color: #fff;
    min-width: 32rem;
    min-height: 100vh;
    width: fit-content;
    font-size: 1.4rem;
  }
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__topbar {
  padding: 1.7rem 1.6rem 4.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1199px) {
  .header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__topbar {
    display: none;
  }
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__topbar .logo {
  flex: initial;
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__topbar .header-toggler-off {
  width: 1.2rem;
  height: 1.2rem;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__topbar .header-toggler-off::before, .header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__topbar .header-toggler-off::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.1rem;
  background-color: #1C1C1C;
  border-radius: 0.2rem;
  transition: all 0.3s ease;
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__topbar .header-toggler-off::before {
  transform: rotate(45deg);
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__topbar .header-toggler-off::after {
  transform: rotate(-45deg);
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__main {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1199px) {
  .header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__main {
    flex-direction: row;
    align-items: center;
    gap: 2.4rem;
    justify-content: center;
  }
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__main .header-menu__item {
  border-bottom: 1px solid #E4E1DF;
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__main .header-menu__item:first-child {
  border-top: 1px solid #E4E1DF;
}
@media screen and (min-width: 1199px) {
  .header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__main .header-menu__item:first-child {
    border: none;
  }
}
@media screen and (min-width: 1199px) {
  .header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__main .header-menu__item {
    border: none;
  }
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__main .header-menu__item .header-menu__link {
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1C1C1C;
  text-transform: uppercase;
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__main .header-menu__item .header-menu__link:hover {
  color: rgba(28, 28, 28, 0.5);
}
@media screen and (min-width: 1199px) {
  .header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__main .header-menu__item .header-menu__link {
    padding: 0;
  }
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__main .header-menu__item .header-menu__link svg {
  width: 1.6rem;
  height: 1.6rem;
  stroke: #1C1C1C;
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__main .header-menu__item .header-menu__link svg:hover {
  stroke: rgba(28, 28, 28, 0.5);
}
@media screen and (min-width: 1199px) {
  .header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__main .header-menu__item .header-menu__link svg {
    display: none;
  }
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__secondary {
  padding: 2.4rem 1.6rem;
  border-bottom: 1px solid #E4E1DF;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1199px) {
  .header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__secondary {
    display: none;
  }
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__footer {
  color: rgba(28, 28, 28, 0.3);
  padding: 2.4rem 1.6rem 2rem;
}
@media screen and (min-width: 1199px) {
  .header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__footer {
    display: none;
  }
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__footer .header-menu__footer-list {
  padding: 0;
  border: none;
}
.header-wrapper .header .header-menu__wrapper .header-menu__inner .header-menu__footer .header-menu__copy {
  margin-top: 2.4rem;
}
.header-wrapper .header .header-link .cart-sum {
  display: none;
}
.header-wrapper .header .header-link:last-child {
  margin-right: 0.5rem;
}
@media screen and (min-width: 1199px) {
  .header-wrapper .header .header-nav {
    order: 2;
    flex: 1;
  }
}
@media screen and (min-width: 639px) {
  .header-wrapper .header {
    padding: 2.2rem 0;
  }
  .header-wrapper .header .header-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }
  .header-wrapper .header .header-link:last-child {
    margin-right: 0;
  }
  .header-wrapper .header .header-link:nth-child(2) {
    order: 3;
  }
  .header-wrapper .header .header-link:nth-child(4) {
    order: 4;
  }
  .header-wrapper .header .header-link:nth-child(5) {
    order: 5;
  }
  .header-wrapper .header .header-link .cart-sum {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.header-wrapper .header-bottom {
  padding: 1.6rem 0;
}
@media screen and (min-width: 639px) {
  .header-wrapper .header-bottom {
    padding: 1.2rem 0;
    border-bottom: 1px solid #E4E1DF;
  }
}
.header-wrapper .header-bottom .header-bottom__inner .header-bottom__slogan, .header-wrapper .header-bottom .header-bottom__inner .header-bottom__menu {
  display: none;
}
@media screen and (min-width: 639px) {
  .header-wrapper .header-bottom .header-bottom__inner {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: space-between;
  }
  .header-wrapper .header-bottom .header-bottom__inner .header-bottom__slogan {
    display: block;
  }
  .header-wrapper .header-bottom .header-bottom__inner .header-bottom__slogan, .header-wrapper .header-bottom .header-bottom__inner .search-form {
    flex-basis: 35%;
  }
  .header-wrapper .header-bottom .header-bottom__inner .header-bottom__slogan {
    color: rgba(28, 28, 28, 0.3);
  }
}
@media screen and (min-width: 1199px) {
  .header-wrapper .header-bottom .header-bottom__inner .header-bottom__slogan, .header-wrapper .header-bottom .header-bottom__inner .search-form {
    flex-basis: 24%;
  }
  .header-wrapper .header-bottom .header-bottom__inner .header-bottom__menu {
    flex-basis: 56%;
    display: flex;
    justify-content: center;
    gap: 2.4rem;
  }
}
.header-wrapper .header-bottom .header-bottom__inner .search-form .input-wrapper input {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 5rem;
}

.footer .footer-nav {
  flex-basis: 100%;
  margin-top: 3.6rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.6rem;
  row-gap: 2.4rem;
}
@media screen and (min-width: 639px) {
  .footer .footer-nav {
    flex-basis: auto;
    flex: 1;
    margin-top: 0;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 959px) {
  .footer .footer-nav {
    gap: 7.5rem;
    flex: 0 0 49%;
    justify-content: flex-start;
  }
}
.footer .footer-nav .footer-nav-wrapper {
  flex-basis: calc(50% - 1.3rem);
}
@media screen and (min-width: 639px) {
  .footer .footer-nav .footer-nav-wrapper {
    flex-basis: auto;
  }
}
.footer .footer-nav .footer-nav-wrapper .menu-title {
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 1199px) {
  .footer .footer-nav .footer-nav-wrapper .menu-title {
    margin-bottom: 2.6rem;
  }
}
.footer .footer-nav .footer-nav-wrapper .footer-menu {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.footer .footer-nav .footer-nav-wrapper .footer-menu__item {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.footer-main {
  padding: 2.4rem 0 3.2rem;
  border-top: 1px solid #E4E1DF;
  border-bottom: 1px solid #E4E1DF;
}
@media screen and (min-width: 1199px) {
  .footer-main {
    padding-bottom: 4.7rem;
  }
}
.footer-main__inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 639px) {
  .footer-main__inner {
    gap: 2.6rem;
  }
}
@media screen and (min-width: 959px) {
  .footer-main__inner {
    gap: 7.5rem;
    justify-content: space-between;
  }
}
.footer-main__inner .footer-main__left {
  flex-basis: 20rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 959px) {
  .footer-main__inner .footer-main__left {
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
}
.footer-main__inner .footer-main__left .logo {
  display: flex;
  width: fit-content;
  margin-bottom: 3rem;
}
@media screen and (min-width: 959px) {
  .footer-main__inner .footer-main__left .logo {
    margin-bottom: 2.8rem;
  }
}
.footer-main__inner .footer-main__left .logo img {
  width: auto;
  max-width: 100%;
  height: 1.9rem;
}
.footer-bottom {
  padding: 3.2rem 0 2.4rem;
  color: rgba(28, 28, 28, 0.3);
  font-size: 1.4rem;
}
@media screen and (min-width: 639px) {
  .footer-bottom {
    padding: 2.4rem 0;
  }
}
.footer-bottom__inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 639px) {
  .footer-bottom__inner {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.footer-bottom__inner .footer-nav {
  margin-top: 0;
}
.footer-bottom__inner .footer-nav .footer-nav-wrapper {
  flex-basis: 100%;
}
@media screen and (min-width: 639px) {
  .footer-bottom__inner .footer-nav .footer-nav-wrapper .footer-menu {
    flex-direction: row;
    gap: 4.7rem;
  }
}
.footer-bottom__inner .footer-nav .footer-nav-wrapper a:hover {
  color: #1C1C1C;
}
@media screen and (max-width: 959px) {
  .footer-bottom__inner .footer-copy {
    margin-top: 3.2rem;
  }
}

.section-home-hero {
  position: relative;
}
@media screen and (min-width: 959px) {
  .section-home-hero {
    padding: 4rem 0 8.5rem;
  }
}
.section-home-hero .container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 959px) {
  .section-home-hero .container {
    gap: 4rem;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1199px) {
  .section-home-hero .container {
    gap: 9rem;
    align-items: flex-start;
  }
}
.section-home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../icons/drMyts.svg") no-repeat center 43%;
  background-size: contain;
  mix-blend-mode: Overlay;
}
@media screen and (min-width: 959px) {
  .section-home-hero::before {
    background: url("../icons/drMyts.svg") no-repeat center 110%;
    background-size: contain;
  }
}
.section-home-hero .section-image-wrapper {
  width: 100%;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 959px) {
  .section-home-hero .section-image-wrapper {
    flex-basis: 43.5%;
  }
}
.section-home-hero .section-image-wrapper .section-image {
  position: relative;
}
@media screen and (min-width: 959px) {
  .section-home-hero .section-image-wrapper .section-image {
    margin-bottom: 0;
  }
}
.section-home-hero .section-image-wrapper .section-image__text-items {
  position: absolute;
  display: flex;
  gap: 0.45rem;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 1.6rem 3.2rem -0.4rem rgba(12, 12, 13, 0.1019607843);
  padding: 0.8rem 1.6rem;
  border-radius: 10rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}
.section-home-hero .section-image-wrapper .section-image__text-items::before {
  content: "+";
  color: #C52226;
  font-size: 2rem;
  line-height: 1;
}
.section-home-hero .section-image-wrapper .section-image__text-items:nth-child(1) {
  top: 23%;
}
@media screen and (min-width: 959px) {
  .section-home-hero .section-image-wrapper .section-image__text-items:nth-child(1) {
    top: 13%;
    left: 16%;
  }
}
.section-home-hero .section-image-wrapper .section-image__text-items:nth-child(2) {
  top: 44%;
  right: 0;
}
@media screen and (min-width: 959px) {
  .section-home-hero .section-image-wrapper .section-image__text-items:nth-child(2) {
    top: 40.5%;
    right: 1%;
  }
}
.section-home-hero .section-image-wrapper .section-image__text-items:nth-child(3) {
  bottom: 24%;
  left: 0;
}
@media screen and (min-width: 959px) {
  .section-home-hero .section-image-wrapper .section-image__text-items:nth-child(3) {
    top: 23%;
    bottom: auto;
  }
}
.section-home-hero .section-image-wrapper .section-image img {
  width: 77%;
  margin-left: 3.8rem;
}
@media screen and (min-width: 959px) {
  .section-home-hero .section-image-wrapper .section-image img {
    width: calc(100% - 3.5rem);
    margin-left: 3.5rem;
  }
}
.section-home-hero .section-content {
  width: 100%;
}
@media screen and (min-width: 959px) {
  .section-home-hero .section-content {
    flex: 1;
    gap: 9.2rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.section-home-hero .section-content .benefits-cards {
  --benefits-cards-gap: 0.8rem;
  display: flex;
  gap: var(--benefits-cards-gap);
  flex-wrap: wrap;
}
@media screen and (min-width: 639px) {
  .section-home-hero .section-content .benefits-cards {
    --benefits-cards-gap: 1.6rem;
  }
}
.section-home-hero .section-content .benefits-cards .benefits-card {
  flex-basis: calc(33.3333333333% - var(--benefits-cards-gap) * 2 / 3);
  background-color: #fff;
  padding: 0.8rem;
  border-radius: 2.4rem;
}
@media screen and (min-width: 639px) {
  .section-home-hero .section-content .benefits-cards .benefits-card {
    padding: 1.6rem;
  }
}
.section-home-hero .section-content .benefits-cards .benefits-card__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-home-hero .section-content .benefits-cards .benefits-card__topbar .left-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #F5F2F0;
  transform: rotate(45deg);
}
@media screen and (min-width: 639px) {
  .section-home-hero .section-content .benefits-cards .benefits-card__topbar .left-icon {
    width: 4rem;
    height: 4rem;
  }
}
.section-home-hero .section-content .benefits-cards .benefits-card__topbar .right-icon {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 639px) {
  .section-home-hero .section-content .benefits-cards .benefits-card__topbar .right-icon svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.section-home-hero .section-content .benefits-cards .benefits-card__topbar svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: none;
}
.section-home-hero .section-content .benefits-cards .benefits-card__content {
  margin-top: 1.4rem;
  text-align: center;
}
.section-home-hero .section-content .benefits-cards .benefits-card__content .title {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 639px) {
  .section-home-hero .section-content .benefits-cards .benefits-card__content .title {
    font-size: 4.4rem;
    letter-spacing: -0.07em;
  }
}
.section-home-hero .section-content .benefits-cards .benefits-card__content .subtitle {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 639px) {
  .section-home-hero .section-content .benefits-cards .benefits-card__content .subtitle {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
.section-home-hero .section-content .section-content__inner {
  margin-top: 0.3rem;
}
@media screen and (min-width: 639px) {
  .section-home-hero .section-content .section-content__inner {
    margin-top: 0.7rem;
  }
}
.section-home-hero .section-content .section-content__inner .btn {
  margin-right: 0.8rem;
}
@media screen and (min-width: 639px) {
  .section-home-hero .section-content .section-content__inner .btn {
    margin-top: 2.4rem;
    margin-right: 1.2rem;
  }
}
.section-home-hero .section-content, .section-home-hero .section-image {
  position: relative;
  z-index: 1;
}

.product-category-section {
  padding: 5.4rem 0 5.6rem;
  overflow-x: clip;
}
@media screen and (min-width: 1199px) {
  .product-category-section .section-title {
    text-align: center;
  }
}
.product-category-section .category-slider {
  margin-top: 2.4rem;
}
.product-category-section .category-slider__head-wrapper {
  overflow-x: scroll;
}
.product-category-section .category-slider__head-wrapper::-webkit-scrollbar {
  width: 0;
}
.product-category-section .category-slider__head-wrapper .container {
  width: fit-content;
}
.product-category-section .category-slider__head-wrapper .container .category-slider__head {
  background-color: #FEFEFE;
  padding: 0.4rem;
  border-radius: 1.2rem;
  width: fit-content;
  display: flex;
  gap: 0.2rem;
}
.product-category-section .category-slider__head-wrapper .container .category-slider__head .category-slider__link {
  width: auto;
  display: block;
  text-wrap: nowrap;
  padding: 0.8rem 1.6rem;
  border: none;
  background-color: transparent;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: all 0.2s ease;
  cursor: pointer;
}
.product-category-section .category-slider__head-wrapper .container .category-slider__head .category-slider__link.active {
  background-color: #1C1C1C;
  color: #fff;
}
.product-category-section .category-slider__head-wrapper .container .category-slider__head .category-slider__link:hover {
  background-color: rgba(28, 28, 28, 0.6);
  color: #fff;
}
.product-category-section .category-slider__content {
  margin-top: 1rem;
}
@media screen and (max-width: 959px) {
  .product-category-section .splide__track--draggable {
    overflow: visible;
  }
}
@media screen and (min-width: 1199px) {
  .product-category-section .product-section__arrows-wrapper {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
  }
}

.faq-section .faq-list {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
@media screen and (min-width: 959px) {
  .faq-section .faq-list {
    margin-top: 5rem;
  }
}
.faq-section .faq-list__item {
  overflow: hidden;
  border-bottom: 1px solid #E4E1DF;
}
.faq-section .faq-list__item:first-child {
  border-top: 1px solid #E4E1DF;
}
.faq-section .faq-list__item .title {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 2.4rem 3.2rem 2.4rem 0;
  position: relative;
  background-color: #F5F2F0;
  z-index: 1;
}
.faq-section .faq-list__item .title svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 1.6rem;
  height: 1.6rem;
  fill: none;
  stroke: #1C1C1C;
}
.faq-section .faq-list__item .content {
  height: 0;
  overflow: hidden;
  z-index: 2;
  font-size: 1.4rem;
  max-width: 59rem;
}
.faq-section .faq-list__item .content a {
  text-decoration: underline;
}
.faq-section .faq-list__item .content > * {
  margin-bottom: 1.7rem;
}
.faq-section .faq-list__item .content > *:last-child {
  margin-bottom: 0;
}
.faq-section .faq-list__item .content ul, .faq-section .faq-list__item .content ol {
  list-style-type: disc;
  padding-left: 2.1rem;
}
.faq-section .faq-list__item .content ul li, .faq-section .faq-list__item .content ol li {
  list-style-type: disc;
  margin-bottom: 0.4rem;
}
.faq-section .faq-list__item .content ul li::marker, .faq-section .faq-list__item .content ol li::marker {
  font-size: 1rem;
}
.faq-section .faq-list__item.active .title {
  color: #C52226;
  padding-bottom: 1.6rem;
}
.faq-section .faq-list__item.active .title svg {
  stroke: #C52226;
  transform: translateY(-50%) rotate(-90deg);
}
.faq-section .faq-list__item.active .content {
  padding-bottom: 2.4rem;
  height: auto;
}
.faq-section__image {
  margin: 6.7rem 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 959px) {
  .faq-section__image {
    margin: 12.8rem 0 6.4rem;
  }
}
.faq-section__image img {
  width: 18rem;
  height: 18rem;
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.favorite-section {
  padding: 5.6rem 0;
  overflow: hidden;
}
@media screen and (min-width: 1199px) {
  .favorite-section .section-title {
    text-align: center;
  }
}
.favorite-section__btn-wrapper {
  margin-top: 2.4rem;
}
@media screen and (min-width: 639px) {
  .favorite-section__btn-wrapper {
    margin-top: 4.8rem;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 639px) {
  .favorite-section .favorite-section__arrows-wrapper {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .favorite-section .splide__track--draggable {
    overflow: visible;
  }
}

.about-section {
  padding: 3.8rem 0 5.6rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 639px) {
  .about-section {
    padding: 5.7rem 0 8.1rem;
  }
}
.about-section .section-title {
  margin-bottom: 1.2rem;
}
.about-section .upper-text {
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(28, 28, 28, 0.3);
}
.about-section__content {
  margin-top: 2.8rem;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 1199px) {
  .about-section__content {
    font-size: 4rem;
    margin-top: 3.4rem;
  }
}
.about-section__bg {
  position: absolute;
  transform: rotate(307deg);
  right: -3.8rem;
  bottom: 17rem;
}
.about-section__bg svg {
  width: 15rem;
  height: 30rem;
}
@media screen and (min-width: 959px) {
  .about-section__bg svg {
    width: 30rem;
    height: 45rem;
  }
}
.about-section__bg svg use {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 959px) {
  .about-section__bg {
    transform: rotate(0);
    left: 0;
    right: auto;
    bottom: -2rem;
  }
}
.about-section .container {
  position: relative;
}
.about-section__content-bottom {
  margin-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  row-gap: 0.8rem;
  column-gap: 0.4rem;
}
@media screen and (min-width: 959px) {
  .about-section__content-bottom {
    justify-content: flex-end;
    align-items: flex-start;
    column-gap: 2.4rem;
  }
}
.about-section__content-bottom .image-wrapper {
  flex-basis: 50%;
}
.about-section__content-bottom .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 959px) {
  .about-section__content-bottom .image-wrapper {
    flex-basis: 28.2rem;
    order: 2;
  }
}
.about-section__content-bottom .upper-text {
  margin-bottom: 2rem;
  flex-basis: 40%;
}
@media screen and (min-width: 959px) {
  .about-section__content-bottom .upper-text {
    order: 1;
    margin: auto 1.2rem 1.2rem 0;
    flex-basis: auto;
  }
}
.about-section__content-bottom-text {
  flex-basis: 20.8rem;
  font-size: 1.4rem;
}
.about-section__content-bottom-text .btn {
  margin-top: 1.4rem;
}
@media screen and (min-width: 639px) {
  .about-section__content-bottom-text {
    order: 3;
    flex-basis: 28.2rem;
    margin-top: 4.8rem;
  }
}

.follow-section {
  padding-bottom: 7rem;
}
@media screen and (min-width: 1199px) {
  .follow-section {
    padding-top: 4rem;
    padding-bottom: 15.5rem;
  }
}
@media screen and (min-width: 1199px) {
  .follow-section__head {
    display: flex;
  }
  .follow-section__head > * {
    flex-basis: 50%;
  }
}
.follow-section__head-cta {
  font-size: 1.4rem;
}
@media screen and (min-width: 1199px) {
  .follow-section__head-cta {
    margin-top: 3rem;
    padding-left: 1rem;
  }
}
.follow-section__head-cta .btn {
  margin-top: 1.3rem;
}
.follow-section .follow-slider {
  margin-top: 3.2rem;
}
@media screen and (min-width: 1199px) {
  .follow-section .follow-section__arrows-wrapper {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
  }
}

.scroll-image-section {
  padding: 12.8rem 0 6.3rem;
}
.scroll-image-section__image {
  width: 18rem;
  height: 18rem;
  position: relative;
  margin: 0 auto;
}
.scroll-image-section__image .scroll-image-text {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 0;
  left: 0;
}
.scroll-image-section__image .scroll-image-text svg {
  width: 100%;
  height: 100%;
}
.scroll-image-section__image .scroll-image-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.1rem;
  height: 4.1rem;
}
.scroll-image-section__image .scroll-image-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  stroke: none;
}

.single-product {
  max-width: 285px;
  position: relative;
}
.single-product .sale, .single-product .add-to-fav {
  position: absolute;
  top: 1.6rem;
  z-index: 3;
}
.single-product .sale {
  left: 1.6rem;
  padding: 0.2rem 1rem;
  background: linear-gradient(326.78deg, #C52226 -11.54%, #FB6262 97.01%);
  color: #fff;
  line-height: 1.3;
  font-size: 1.2rem;
  border-radius: 5rem;
}
@media screen and (min-width: 639px) {
  .single-product .sale {
    font-size: 1.4rem;
  }
}
.single-product .sale:hover {
  opacity: 0.8;
}
.single-product .add-to-fav {
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
  right: 1.6rem;
}
@media screen and (min-width: 639px) {
  .single-product .add-to-fav {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.single-product .add-to-fav svg {
  fill: transparent;
  width: 100%;
  height: 100%;
}
.single-product .add-to-fav.in-fav svg {
  fill: #C52226;
}
.single-product__image {
  position: relative;
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 1.2rem;
  overflow: hidden;
}
.single-product__image:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.single-product__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  object-fit: contain;
  transition: all 0.2s ease;
}
@media screen and (min-width: 639px) {
  .single-product__image img {
    width: calc(100% - 2.4rem);
    height: calc(100% - 2.4rem);
  }
}
.single-product__image .add-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 4.8rem);
  text-align: center;
  background: #F5F2F0;
  color: #1C1C1C;
  bottom: -50%;
}
.single-product__content {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 639px) {
  .single-product__content {
    margin-top: 2.2rem;
  }
}
.single-product__content .title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-transform: none;
  margin-bottom: 0.4rem;
}
.single-product__content .price {
  margin-top: 1.6rem;
}
.single-product__content .price button {
  background: transparent;
  border: none;
  padding: 0;
  color: #C52226;
  z-index: 3;
  cursor: pointer;
}
.single-product__content .price button:hover {
  opacity: 0.6;
}
.single-product__link:hover .single-product__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  z-index: 2;
  top: 0;
  left: 0;
}
.single-product__link:hover .single-product__image img {
  width: 100%;
  height: 100%;
}
.single-product__link:hover .single-product__image .add-btn {
  bottom: 2.4rem;
  z-index: 3;
}

.brands-item {
  --brands-item-padding: 1.2rem;
  background: #fff;
  border-radius: 1.6rem;
  position: relative;
}
@media screen and (min-width: 639px) {
  .brands-item {
    --brands-item-padding: 3.2rem;
  }
}
.brands-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.brands-item img {
  position: absolute;
  width: calc(100% - var(--brands-item-padding) * 2);
  height: calc(100% - var(--brands-item-padding) * 2);
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.follow-card {
  border-radius: 1.5rem;
  position: relative;
  transition: opacity 0.2s ease;
}
.follow-card__icon {
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  right: 1.6rem;
  top: 1.6rem;
}
.follow-card__icon svg {
  width: 100%;
  height: 100%;
}
.follow-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1199px) {
  .follow-card:hover {
    opacity: 0.6;
  }
}

/*# sourceMappingURL=main.css.map */
