@charset "UTF-8";
@import "library/swiper-bundle.min.css";
html {
  font-size: 16px;
}
@media (max-width: 1921px) {
  html {
    font-size: 0.8333vw;
  }
}
@media (max-width: 769px) {
  html {
    font-size: 12px;
  }
}

body {
  width: 100vw;
  overflow-x: hidden;
}

.p-1 {
  padding: 1rem;
}

.p-x-1 {
  padding: 0 1rem;
}

.p-y-1 {
  padding: 1rem 0;
}

.p-l-1 {
  padding-left: 0 1rem;
}

.p-r-1 {
  padding-right: 0 1rem;
}

.p-t-1 {
  padding-top: 0 1rem;
}

.p-b-1 {
  padding-bottom: 0 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-x-2 {
  padding: 0 2rem;
}

.p-y-2 {
  padding: 2rem 0;
}

.p-l-2 {
  padding-left: 0 2rem;
}

.p-r-2 {
  padding-right: 0 2rem;
}

.p-t-2 {
  padding-top: 0 2rem;
}

.p-b-2 {
  padding-bottom: 0 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-x-3 {
  padding: 0 3rem;
}

.p-y-3 {
  padding: 3rem 0;
}

.p-l-3 {
  padding-left: 0 3rem;
}

.p-r-3 {
  padding-right: 0 3rem;
}

.p-t-3 {
  padding-top: 0 3rem;
}

.p-b-3 {
  padding-bottom: 0 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-x-4 {
  padding: 0 4rem;
}

.p-y-4 {
  padding: 4rem 0;
}

.p-l-4 {
  padding-left: 0 4rem;
}

.p-r-4 {
  padding-right: 0 4rem;
}

.p-t-4 {
  padding-top: 0 4rem;
}

.p-b-4 {
  padding-bottom: 0 4rem;
}

.p-5 {
  padding: 5rem;
}

.p-x-5 {
  padding: 0 5rem;
}

.p-y-5 {
  padding: 5rem 0;
}

.p-l-5 {
  padding-left: 0 5rem;
}

.p-r-5 {
  padding-right: 0 5rem;
}

.p-t-5 {
  padding-top: 0 5rem;
}

.p-b-5 {
  padding-bottom: 0 5rem;
}

.p-6 {
  padding: 6rem;
}

.p-x-6 {
  padding: 0 6rem;
}

.p-y-6 {
  padding: 6rem 0;
}

.p-l-6 {
  padding-left: 0 6rem;
}

.p-r-6 {
  padding-right: 0 6rem;
}

.p-t-6 {
  padding-top: 0 6rem;
}

.p-b-6 {
  padding-bottom: 0 6rem;
}

.p-7 {
  padding: 7rem;
}

.p-x-7 {
  padding: 0 7rem;
}

.p-y-7 {
  padding: 7rem 0;
}

.p-l-7 {
  padding-left: 0 7rem;
}

.p-r-7 {
  padding-right: 0 7rem;
}

.p-t-7 {
  padding-top: 0 7rem;
}

.p-b-7 {
  padding-bottom: 0 7rem;
}

.p-8 {
  padding: 8rem;
}

.p-x-8 {
  padding: 0 8rem;
}

.p-y-8 {
  padding: 8rem 0;
}

.p-l-8 {
  padding-left: 0 8rem;
}

.p-r-8 {
  padding-right: 0 8rem;
}

.p-t-8 {
  padding-top: 0 8rem;
}

.p-b-8 {
  padding-bottom: 0 8rem;
}

main {
  min-height: 50vh;
}
@media (max-width: 769px) {
  main {
    margin-bottom: calc(80.5px + 2rem);
  }
}
main *.noMb {
  margin-bottom: 80.5px;
}
main section.mt-1 {
  margin-top: 1rem;
}
main section.mb-1 {
  margin-bottom: 1rem;
}
main section.mt-2 {
  margin-top: 2rem;
}
main section.mb-2 {
  margin-bottom: 2rem;
}
main section.mt-3 {
  margin-top: 3rem;
}
main section.mb-3 {
  margin-bottom: 3rem;
}
main section.mt-4 {
  margin-top: 4rem;
}
main section.mb-4 {
  margin-bottom: 4rem;
}
main section.mt-5 {
  margin-top: 5rem;
}
main section.mb-5 {
  margin-bottom: 5rem;
}
main section.mt-6 {
  margin-top: 6rem;
}
main section.mb-6 {
  margin-bottom: 6rem;
}
main section.mt-7 {
  margin-top: 7rem;
}
main section.mb-7 {
  margin-bottom: 7rem;
}
main section.mt-8 {
  margin-top: 8rem;
}
main section.mb-8 {
  margin-bottom: 8rem;
}
main section.mt-9 {
  margin-top: 9rem;
}
main section.mb-9 {
  margin-bottom: 9rem;
}
main section.mt-10 {
  margin-top: 10rem;
}
main section.mb-10 {
  margin-bottom: 10rem;
}
main section.mt-11 {
  margin-top: 11rem;
}
main section.mb-11 {
  margin-bottom: 11rem;
}
main section.mt-12 {
  margin-top: 12rem;
}
main section.mb-12 {
  margin-bottom: 12rem;
}
main section.mt-13 {
  margin-top: 13rem;
}
main section.mb-13 {
  margin-bottom: 13rem;
}
main section.mt-14 {
  margin-top: 14rem;
}
main section.mb-14 {
  margin-bottom: 14rem;
}
main section.mt-15 {
  margin-top: 15rem;
}
main section.mb-15 {
  margin-bottom: 15rem;
}
main section.mt-16 {
  margin-top: 16rem;
}
main section.mb-16 {
  margin-bottom: 16rem;
}
main section.mt-17 {
  margin-top: 17rem;
}
main section.mb-17 {
  margin-bottom: 17rem;
}
main section.mt-18 {
  margin-top: 18rem;
}
main section.mb-18 {
  margin-bottom: 18rem;
}
main section.mt-19 {
  margin-top: 19rem;
}
main section.mb-19 {
  margin-bottom: 19rem;
}
main section.mt-20 {
  margin-top: 20rem;
}
main section.mb-20 {
  margin-bottom: 20rem;
}
@media (max-width: 769px) {
  main section.no-mt-mobile {
    margin-top: -1px;
  }
}
main section:first-of-type {
  margin-top: 17rem;
}
@media (max-width: 769px) {
  main section:first-of-type {
    margin-top: 5rem;
  }
}

.regular_text {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .regular_text {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}

.heading_1 {
  font-size: 4.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0975rem;
}
@media (max-width: 769px) {
  .heading_1 {
    font-size: 3.333rem;
    letter-spacing: -0.05rem;
  }
}

.heading_2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .heading_2 {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}

.heading_3 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .heading_3 {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}

.heading_4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .heading_4 {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}

.border {
  border-radius: 1.25rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
}

.left-shadow {
  position: relative;
}
.left-shadow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.left-shadow.grey:after {
  background: linear-gradient(to right, rgba(248, 248, 248, 0), rgb(248, 248, 248));
}

.scroll-container {
  overflow: auto;
  scrollbar-width: none;
}

.border-radius {
  border-radius: 1.25rem;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.grid {
  display: grid;
}

.self-center {
  align-self: center;
}

.justify-self-center {
  justify-self: center;
}

.items-center {
  align-items: center;
}

.container-gater {
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .container-gater {
    gap: 1rem 1.25rem;
  }
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-1 {
  grid-column: span 1/span 1;
}

.col-start-1 {
  grid-column-start: 1;
}
@media (max-width: 769px) {
  .col-start-1 {
    grid-column-start: 1;
  }
}

.col-end-1 {
  grid-column-end: 1;
}
.col-span-end-1 {
  grid-column-end: span 1;
}
.row-1 {
  grid-row: span 1;
}

.row-2 {
  grid-row: span 2;
}

.row-3 {
  grid-row: span 3;
}

.row-4 {
  grid-row: span 4;
}

.col-2 {
  grid-column: span 2/span 2;
}

.col-start-2 {
  grid-column-start: 2;
}
@media (max-width: 769px) {
  .col-start-2 {
    grid-column-start: 1;
  }
}

.col-end-2 {
  grid-column-end: 2;
}
@media (max-width: 769px) {
  .col-end-2 {
    grid-column-end: 2;
  }
}

.col-span-end-2 {
  grid-column-end: span 2;
}
@media (max-width: 769px) {
  .col-span-end-2 {
    grid-column-end: span 2;
  }
}

.row-1 {
  grid-row: span 1;
}

.row-2 {
  grid-row: span 2;
}

.row-3 {
  grid-row: span 3;
}

.row-4 {
  grid-row: span 4;
}

.col-3 {
  grid-column: span 3/span 3;
}

.col-start-3 {
  grid-column-start: 3;
}
@media (max-width: 769px) {
  .col-start-3 {
    grid-column-start: 1;
  }
}

.col-end-3 {
  grid-column-end: 3;
}
@media (max-width: 769px) {
  .col-end-3 {
    grid-column-end: 2;
  }
}

.col-span-end-3 {
  grid-column-end: span 3;
}
@media (max-width: 769px) {
  .col-span-end-3 {
    grid-column-end: span 2;
  }
}

.row-1 {
  grid-row: span 1;
}

.row-2 {
  grid-row: span 2;
}

.row-3 {
  grid-row: span 3;
}

.row-4 {
  grid-row: span 4;
}

.col-4 {
  grid-column: span 4/span 4;
}

.col-start-4 {
  grid-column-start: 4;
}
@media (max-width: 769px) {
  .col-start-4 {
    grid-column-start: 1;
  }
}

.col-end-4 {
  grid-column-end: 4;
}
@media (max-width: 769px) {
  .col-end-4 {
    grid-column-end: 2;
  }
}

.col-span-end-4 {
  grid-column-end: span 4;
}
@media (max-width: 769px) {
  .col-span-end-4 {
    grid-column-end: span 2;
  }
}

.row-1 {
  grid-row: span 1;
}

.row-2 {
  grid-row: span 2;
}

.row-3 {
  grid-row: span 3;
}

.row-4 {
  grid-row: span 4;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.container {
  padding: 0 10rem 0;
  width: 100vw;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 1921px;
  margin: 0 auto;
}
.container.col-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .container.col-3 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
  }
}
.container.col-3 .content-block {
  grid-column: span 2;
}
.container.col-3 .menu-block {
  position: sticky;
  top: 18rem;
  grid-column: 3/span 1;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .container.col-3 .menu-block {
    grid-column: 1/span 2;
  }
}
.container.col-3 .menu-block.w-mt {
  margin-top: calc(16px + 1.5rem);
}
.container.col-3 .menu-block .item-m {
  padding: 2rem;
  background-color: color-mix(in srgb, #322F2E 3%, white);
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.container.col-3 .menu-block .item-m > .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
  width: 100%;
}
@media (max-width: 769px) {
  .container.col-3 .menu-block .item-m > .title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.container.col-3 .menu-block .item-m > .title span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.container.col-3 .menu-block .item-m .button {
  width: fit-content;
}
.container.col-3 .menu-block .item-m .item-sm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.container.col-3 .menu-block .item-m .item-sm.hide {
  display: none;
}
.container.col-3 .menu-block .item-m .item-sm .left {
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
}
.container.col-3 .menu-block .item-m .item-sm .left > .title {
  font-weight: 500;
}
.container.col-3 .menu-block .item-m .item-sm .left .description {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .container.col-3 .menu-block .item-m .item-sm .left .description {
    font-size: 0.8rem;
  }
}
.container.col-3 .menu-block .item-m .item-sm .left .description span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.container.col-3 .menu-block .item-m .item-sm .right.teal {
  color: #5ECAAC;
}
.container.col-3 .menu-block .item-m .bottom {
  width: 100%;
  padding-top: 2rem;
  border-top: 1px solid color-mix(in srgb, #322F2E 10%, white);
  display: flex;
  justify-content: space-between;
}
.container.col-3 .menu-block .item-m .bottom > .title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .container.col-3 .menu-block .item-m .bottom > .title {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.container.col-3 .menu-block .item-m .bottom > .title span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.container.col-3 .menu-block .item-m .bottom .price {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .container.col-3 .menu-block .item-m .bottom .price {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.container.col-3 .menu-block .item-m .bottom .price span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media (max-width: 769px) {
  .container {
    padding: 0 1.6rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
  }
}
@media (max-width: 1921px) {
  .container {
    max-width: none;
    margin: 0;
  }
}
.container .header {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  grid-column: span 4;
}
@media (max-width: 769px) {
  .container .header {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.25rem;
  }
}
.container .header .title {
  grid-column: 1;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .container .header .title {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
@media (max-width: 769px) {
  .container .header .title {
    grid-column: span 2;
  }
}
.container .header .title.title-center {
  grid-column: 2/span 2;
  text-align: center;
}
@media (max-width: 769px) {
  .container .header .title.title-center {
    grid-column: span 2;
  }
}
.container .header .link {
  grid-column: 4;
  justify-self: end;
}
@media (max-width: 769px) {
  .container .header .link {
    grid-column: 2;
  }
}
.container .body {
  display: flex;
}

html {
  font-size: 16px;
}
@media (max-width: 1921px) {
  html {
    font-size: 0.8333vw;
  }
}
@media (max-width: 769px) {
  html {
    font-size: 12px;
  }
}

body {
  width: 100vw;
  overflow-x: hidden;
}

.p-1 {
  padding: 1rem;
}

.p-x-1 {
  padding: 0 1rem;
}

.p-y-1 {
  padding: 1rem 0;
}

.p-l-1 {
  padding-left: 0 1rem;
}

.p-r-1 {
  padding-right: 0 1rem;
}

.p-t-1 {
  padding-top: 0 1rem;
}

.p-b-1 {
  padding-bottom: 0 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-x-2 {
  padding: 0 2rem;
}

.p-y-2 {
  padding: 2rem 0;
}

.p-l-2 {
  padding-left: 0 2rem;
}

.p-r-2 {
  padding-right: 0 2rem;
}

.p-t-2 {
  padding-top: 0 2rem;
}

.p-b-2 {
  padding-bottom: 0 2rem;
}

.p-3 {
  padding: 3rem;
}

.p-x-3 {
  padding: 0 3rem;
}

.p-y-3 {
  padding: 3rem 0;
}

.p-l-3 {
  padding-left: 0 3rem;
}

.p-r-3 {
  padding-right: 0 3rem;
}

.p-t-3 {
  padding-top: 0 3rem;
}

.p-b-3 {
  padding-bottom: 0 3rem;
}

.p-4 {
  padding: 4rem;
}

.p-x-4 {
  padding: 0 4rem;
}

.p-y-4 {
  padding: 4rem 0;
}

.p-l-4 {
  padding-left: 0 4rem;
}

.p-r-4 {
  padding-right: 0 4rem;
}

.p-t-4 {
  padding-top: 0 4rem;
}

.p-b-4 {
  padding-bottom: 0 4rem;
}

.p-5 {
  padding: 5rem;
}

.p-x-5 {
  padding: 0 5rem;
}

.p-y-5 {
  padding: 5rem 0;
}

.p-l-5 {
  padding-left: 0 5rem;
}

.p-r-5 {
  padding-right: 0 5rem;
}

.p-t-5 {
  padding-top: 0 5rem;
}

.p-b-5 {
  padding-bottom: 0 5rem;
}

.p-6 {
  padding: 6rem;
}

.p-x-6 {
  padding: 0 6rem;
}

.p-y-6 {
  padding: 6rem 0;
}

.p-l-6 {
  padding-left: 0 6rem;
}

.p-r-6 {
  padding-right: 0 6rem;
}

.p-t-6 {
  padding-top: 0 6rem;
}

.p-b-6 {
  padding-bottom: 0 6rem;
}

.p-7 {
  padding: 7rem;
}

.p-x-7 {
  padding: 0 7rem;
}

.p-y-7 {
  padding: 7rem 0;
}

.p-l-7 {
  padding-left: 0 7rem;
}

.p-r-7 {
  padding-right: 0 7rem;
}

.p-t-7 {
  padding-top: 0 7rem;
}

.p-b-7 {
  padding-bottom: 0 7rem;
}

.p-8 {
  padding: 8rem;
}

.p-x-8 {
  padding: 0 8rem;
}

.p-y-8 {
  padding: 8rem 0;
}

.p-l-8 {
  padding-left: 0 8rem;
}

.p-r-8 {
  padding-right: 0 8rem;
}

.p-t-8 {
  padding-top: 0 8rem;
}

.p-b-8 {
  padding-bottom: 0 8rem;
}

main {
  min-height: 50vh;
}
@media (max-width: 769px) {
  main {
    margin-bottom: calc(80.5px + 2rem);
  }
}
main *.noMb {
  margin-bottom: 80.5px;
}
main section.mt-1 {
  margin-top: 1rem;
}
main section.mb-1 {
  margin-bottom: 1rem;
}
main section.mt-2 {
  margin-top: 2rem;
}
main section.mb-2 {
  margin-bottom: 2rem;
}
main section.mt-3 {
  margin-top: 3rem;
}
main section.mb-3 {
  margin-bottom: 3rem;
}
main section.mt-4 {
  margin-top: 4rem;
}
main section.mb-4 {
  margin-bottom: 4rem;
}
main section.mt-5 {
  margin-top: 5rem;
}
main section.mb-5 {
  margin-bottom: 5rem;
}
main section.mt-6 {
  margin-top: 6rem;
}
main section.mb-6 {
  margin-bottom: 6rem;
}
main section.mt-7 {
  margin-top: 7rem;
}
main section.mb-7 {
  margin-bottom: 7rem;
}
main section.mt-8 {
  margin-top: 8rem;
}
main section.mb-8 {
  margin-bottom: 8rem;
}
main section.mt-9 {
  margin-top: 9rem;
}
main section.mb-9 {
  margin-bottom: 9rem;
}
main section.mt-10 {
  margin-top: 10rem;
}
main section.mb-10 {
  margin-bottom: 10rem;
}
main section.mt-11 {
  margin-top: 11rem;
}
main section.mb-11 {
  margin-bottom: 11rem;
}
main section.mt-12 {
  margin-top: 12rem;
}
main section.mb-12 {
  margin-bottom: 12rem;
}
main section.mt-13 {
  margin-top: 13rem;
}
main section.mb-13 {
  margin-bottom: 13rem;
}
main section.mt-14 {
  margin-top: 14rem;
}
main section.mb-14 {
  margin-bottom: 14rem;
}
main section.mt-15 {
  margin-top: 15rem;
}
main section.mb-15 {
  margin-bottom: 15rem;
}
main section.mt-16 {
  margin-top: 16rem;
}
main section.mb-16 {
  margin-bottom: 16rem;
}
main section.mt-17 {
  margin-top: 17rem;
}
main section.mb-17 {
  margin-bottom: 17rem;
}
main section.mt-18 {
  margin-top: 18rem;
}
main section.mb-18 {
  margin-bottom: 18rem;
}
main section.mt-19 {
  margin-top: 19rem;
}
main section.mb-19 {
  margin-bottom: 19rem;
}
main section.mt-20 {
  margin-top: 20rem;
}
main section.mb-20 {
  margin-bottom: 20rem;
}
@media (max-width: 769px) {
  main section.no-mt-mobile {
    margin-top: -1px;
  }
}
main section:first-of-type {
  margin-top: 17rem;
}
@media (max-width: 769px) {
  main section:first-of-type {
    margin-top: 5rem;
  }
}

.regular_text {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .regular_text {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}

.heading_1 {
  font-size: 4.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0975rem;
}
@media (max-width: 769px) {
  .heading_1 {
    font-size: 3.333rem;
    letter-spacing: -0.05rem;
  }
}

.heading_2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .heading_2 {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}

.heading_3 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .heading_3 {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}

.heading_4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .heading_4 {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}

.border {
  border-radius: 1.25rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
}

.left-shadow {
  position: relative;
}
.left-shadow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.left-shadow.grey:after {
  background: linear-gradient(to right, rgba(248, 248, 248, 0), rgb(248, 248, 248));
}

.scroll-container {
  overflow: auto;
  scrollbar-width: none;
}

.border-radius {
  border-radius: 1.25rem;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.grid {
  display: grid;
}

.self-center {
  align-self: center;
}

.justify-self-center {
  justify-self: center;
}

.items-center {
  align-items: center;
}

.container-gater {
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .container-gater {
    gap: 1rem 1.25rem;
  }
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-1 {
  grid-column: span 1/span 1;
}

.col-start-1 {
  grid-column-start: 1;
}
@media (max-width: 769px) {
  .col-start-1 {
    grid-column-start: 1;
  }
}

.col-end-1 {
  grid-column-end: 1;
}
.col-span-end-1 {
  grid-column-end: span 1;
}
.row-1 {
  grid-row: span 1;
}

.row-2 {
  grid-row: span 2;
}

.row-3 {
  grid-row: span 3;
}

.row-4 {
  grid-row: span 4;
}

.col-2 {
  grid-column: span 2/span 2;
}

.col-start-2 {
  grid-column-start: 2;
}
@media (max-width: 769px) {
  .col-start-2 {
    grid-column-start: 1;
  }
}

.col-end-2 {
  grid-column-end: 2;
}
@media (max-width: 769px) {
  .col-end-2 {
    grid-column-end: 2;
  }
}

.col-span-end-2 {
  grid-column-end: span 2;
}
@media (max-width: 769px) {
  .col-span-end-2 {
    grid-column-end: span 2;
  }
}

.row-1 {
  grid-row: span 1;
}

.row-2 {
  grid-row: span 2;
}

.row-3 {
  grid-row: span 3;
}

.row-4 {
  grid-row: span 4;
}

.col-3 {
  grid-column: span 3/span 3;
}

.col-start-3 {
  grid-column-start: 3;
}
@media (max-width: 769px) {
  .col-start-3 {
    grid-column-start: 1;
  }
}

.col-end-3 {
  grid-column-end: 3;
}
@media (max-width: 769px) {
  .col-end-3 {
    grid-column-end: 2;
  }
}

.col-span-end-3 {
  grid-column-end: span 3;
}
@media (max-width: 769px) {
  .col-span-end-3 {
    grid-column-end: span 2;
  }
}

.row-1 {
  grid-row: span 1;
}

.row-2 {
  grid-row: span 2;
}

.row-3 {
  grid-row: span 3;
}

.row-4 {
  grid-row: span 4;
}

.col-4 {
  grid-column: span 4/span 4;
}

.col-start-4 {
  grid-column-start: 4;
}
@media (max-width: 769px) {
  .col-start-4 {
    grid-column-start: 1;
  }
}

.col-end-4 {
  grid-column-end: 4;
}
@media (max-width: 769px) {
  .col-end-4 {
    grid-column-end: 2;
  }
}

.col-span-end-4 {
  grid-column-end: span 4;
}
@media (max-width: 769px) {
  .col-span-end-4 {
    grid-column-end: span 2;
  }
}

.row-1 {
  grid-row: span 1;
}

.row-2 {
  grid-row: span 2;
}

.row-3 {
  grid-row: span 3;
}

.row-4 {
  grid-row: span 4;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.form-section .form-container {
  padding: 50px;
  background-color: #322F2E;
  border-radius: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1025px) {
  .form-section .form-container {
    min-height: 600px;
    background-position: center 210px;
    background-size: 80%;
  }
}
@media (max-width: 769px) {
  .form-section .form-container {
    padding: 30px;
    background-size: 130%;
    background-position: center bottom;
  }
}
.form-section .form-container.delivery .blur:before {
  background: #EB5C4E;
}
@media (max-width: 1367px) {
  .form-section .form-container.exchange {
    min-height: 600px;
  }
  .form-section .form-container.exchange .btn {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .form-section .form-container.exchange {
    min-height: 450px;
  }
}
.form-section .form-container.exchange .form-img {
  bottom: -50px;
}
@media (max-width: 1367px) {
  .form-section .form-container.exchange .form-img {
    right: 50%;
    transform: translateX(50%);
  }
}
.form-section .form-container.exchange .form-img .blur:before {
  background: #EB5C4E;
}
.form-section .form-container.exchange .form-img img {
  width: auto;
  height: auto;
}
@media (max-width: 1367px) {
  .form-section .form-container.exchange .form-img img {
    width: 375px;
    height: 335px;
  }
}
@media (max-width: 769px) {
  .form-section .form-container.exchange .form-img img {
    width: 335px;
    height: 275px;
  }
}
.form-section .form-container.franchise .blur:before {
  background-color: #FF3A5E !important;
}
.form-section .form-container.franchise .btn {
  background: #FF3A5E;
}
.form-section .form-container .title {
  max-width: 532px;
  font-size: 90px;
  line-height: 1;
  font-weight: 450;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1367px) {
  .form-section .form-container .title {
    font-size: 64px;
  }
}
@media (max-width: 769px) {
  .form-section .form-container .title {
    font-size: 36px;
  }
}
.form-section .form-container form {
  display: flex;
  gap: 20px;
}
@media (max-width: 769px) {
  .form-section .form-container form {
    flex-direction: column;
  }
  .form-section .form-container form .btn {
    width: 100%;
  }
}
.form-section .form-container form label {
  max-width: 300px;
}
.form-section .form-container .form-img {
  position: absolute;
  right: 30px;
}
@media (max-width: 1025px) {
  .form-section .form-container .form-img {
    right: 50%;
    transform: translateX(50%);
    bottom: -50px;
  }
}
.form-section .form-container .form-img .blur {
  position: relative;
}
.form-section .form-container .form-img .blur:before {
  content: "";
  width: 110%;
  height: 110%;
  border-radius: 546.784px;
  background: #CFB68B;
  filter: blur(100px);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-section .form-container .form-img img {
  position: relative;
  width: 535px;
  height: 444px;
  z-index: 2;
  display: block;
}
.form-section .form-container .form-img img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  background: red;
}
@media (max-width: 1025px) {
  .form-section .form-container .form-img img {
    width: 335px;
    height: 275px;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  transition: all 0.2s ease-in-out;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 1000px;
  position: relative;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  font-weight: 600;
}
@media (max-width: 769px) {
  .button {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
@media (max-width: 769px) {
  .button {
    padding: 1rem 1.5rem;
    font-size: 1.15rem;
  }
}
.button span {
  line-height: 1;
  color: inherit !important;
  font-size: inherit !important;
}
.button.main-button {
  padding: 1.25rem 2rem;
}
.button.second-button {
  padding: 0.75rem 1.25rem;
}
.button.teal {
  background-color: #5ECAAC;
  color: #FFFFFF;
}
.button.teal.accent {
  background-color: color-mix(in srgb, #5ECAAC 90%, #FFFFFF 10%);
}
.button.purple {
  background: #7A4B98;
  color: #FFFFFF;
}
.button.purple:hover {
  background: rgb(100, 70, 125);
}
.button.link {
  color: #7A4B98;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-weight: 600;
}
.button.link:hover {
  background-color: transparent;
  color: rgb(100, 70, 125);
}
.button.link.disabled {
  opacity: 1;
  color: color-mix(in srgb, #322F2E 40%, white);
  cursor: auto;
}
.button.link span {
  color: #7A4B98 !important;
  font-weight: 600;
}
.button.white {
  background-color: #FFFFFF;
  color: #322F2E;
}
.button.white.accent {
  color: #7A4B98;
}
.button.white.accent.teal-color {
  color: #5ECAAC;
}
.button.grey {
  color: #322F2E;
  background-color: color-mix(in srgb, #322F2E 5%, white);
}
.button.grey:hover {
  background-color: rgb(234, 234, 234);
}
.button.grey.bordered {
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.button.grey.accent {
  color: #7A4B98;
}
.button.grey.accent:hover {
  background-color: rgba(122, 75, 152, 0.1019607843);
}
.button.grey.disabled {
  opacity: 1;
  color: color-mix(in srgb, #322F2E 40%, white);
  cursor: auto;
}
.button:disabled, .button.swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;
}
.button.outline {
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  background-color: #FFFFFF;
}
.button.outline.color-purple {
  color: #7A4B98;
}
.button.outline.purple {
  border-color: color-mix(in srgb, #7A4B98 10%, white);
}
.button.arrow-reverse {
  transform: rotate(-180deg);
}
.button.no-border {
  border: none;
}
.button.transparent {
  background-color: transparent;
}
.button.around {
  border-radius: 50%;
  position: relative;
  padding: 0.75rem;
}
.button.around.purple:after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("/static/img/icons/arrow-left-purple.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.button.color-red {
  color: #EC7755;
}
.button.color-red span {
  color: #EC7755;
}
.button.loader {
  opacity: 0.4;
  position: relative;
  cursor: default;
  pointer-events: none;
}
.button.loader:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #7A4B98;
  border-radius: 1000px;
}
.button.loader:after {
  content: " ";
  display: block;
  width: 1rem;
  height: 1rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.btn_active_order {
  color: #FFFFFF !important;
  background-color: #7A4B98 !important;
}

@keyframes lds-dual-ring {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.mobile-panel {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #FFFFFF;
  padding: 1.25rem 0;
  z-index: 10;
  border-top: 1px solid color-mix(in srgb, #322F2E 10%, white);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 769px) {
  .mobile-panel {
    display: block;
  }
}
.mobile-panel.panelHide {
  transform: translateY(10rem);
}
.mobile-panel .container {
  justify-content: space-between;
  display: flex;
}
.mobile-panel .item-mp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.mobile-panel .item-mp.w-badge {
  position: relative;
}
.mobile-panel .item-mp.active .title {
  color: #7A4B98;
}
.mobile-panel .item-mp.active svg path {
  fill: #7A4B98 !important;
}
.mobile-panel .item-mp .title {
  font-weight: 500;
}

.top-section .top-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top-section .top-container .search-menu {
  margin-top: 20px;
}
.top-section .top-container .search-menu label {
  border: 1px solid color-mix(in srgb, #322F2E 5%, white);
  background-color: color-mix(in srgb, #322F2E 10%, white);
  padding: 6px 10px 6px 20px;
}
.top-section .top-container h1.page-title {
  font-size: 48px;
  font-weight: 450;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1367px) {
  .top-section .top-container h1.page-title {
    font-size: 42px;
  }
}
@media (max-width: 769px) {
  .top-section .top-container h1.page-title {
    font-size: 36px;
  }
}

.catalog-filter {
  background-color: rgb(247, 247, 247);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: sticky;
  top: 16rem;
  height: fit-content;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 769px) {
  .catalog-filter {
    position: fixed;
    display: none;
    z-index: 9999;
    width: 100vw;
    transition: none;
    overflow: auto;
    max-width: calc(100vw - 3.2rem);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0.75rem;
  }
  .catalog-filter.show {
    display: flex;
  }
}
.catalog-filter.no-header-position {
  top: 2rem;
}
.catalog-filter .title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .catalog-filter .title {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.catalog-filter .item-f {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.catalog-filter .item-f.item-f-wrapper {
  flex-direction: column;
  gap: 1rem;
}
.catalog-filter .item-f .moreFilter {
  color: color-mix(in srgb, #322F2E 40%, white);
  cursor: pointer;
}
@media (max-width: 769px) {
  .catalog-filter .item-f .moreFilter {
    display: none;
  }
}
.catalog-filter .item-f .fields {
  display: flex;
  max-height: 11.5rem;
  overflow: hidden;
  padding-left: 1px;
}
@media (max-width: 769px) {
  .catalog-filter .item-f .fields {
    overflow: auto;
  }
}
.catalog-filter .item-f .fields::-webkit-scrollbar {
  width: 0.5rem;
  background-color: color-mix(in srgb, #322F2E 5%, white);
  border-radius: 1000px;
}
.catalog-filter .item-f .fields::-webkit-scrollbar-thumb {
  width: 0.5rem;
  background-color: color-mix(in srgb, #322F2E 20%, white);
  border-radius: 1000px;
}
.catalog-filter .item-f .fields.show {
  overflow: auto;
}
.catalog-filter .item-f .fields.column {
  flex-direction: column;
  gap: 1rem;
}
.catalog-filter .item-f .fields.row {
  flex-direction: row;
  gap: 0.5rem;
}
.catalog-filter .item-f .fields #slider-range {
  display: flex;
  gap: 1.25rem;
  margin-top: 1rem;
}
.catalog-filter .item-f .fields #slider-range .from-to-price {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  color: #322F2E;
}
@media (max-width: 769px) {
  .catalog-filter .item-f .fields #slider-range .from-to-price {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.catalog-filter .item-f .fields .ui-state-default,
.catalog-filter .item-f .fields .ui-widget-content .ui-state-default,
.catalog-filter .item-f .fields .ui-widget-header .ui-state-default {
  border: none;
  border-radius: 50%;
  background: #7A4B98;
  height: 1rem;
  width: 1rem;
  top: -0.4rem;
}
.catalog-filter .item-f .fields .ui-widget-header {
  background: #7A4B98;
}
.catalog-filter .item-f .fields .ui-slider-horizontal {
  height: 1px;
  border: none;
  width: calc(100% - 1rem);
  margin: 1rem auto 0;
}
.catalog-filter .buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

body.openFilter {
  overflow: hidden;
}

.tag {
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 769px) {
  .tag {
    font-size: 0.8rem;
  }
}
@media (max-width: 769px) {
  .tag {
    padding: 0.4rem 0.6rem;
  }
}
.tag.white {
  background-color: #FFFFFF;
  color: #7A4B98;
}
.tag.black {
  background: #322F2E;
}
.tag.teal {
  background: #5ECAAC;
}
.tag.orange {
  background: #EC7755;
}
.tag.yelow {
  background: #F6C54C;
}

.badge {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #FFFFFF;
  background-color: #7A4B98;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
  left: 55%;
  top: 0.1rem;
  line-height: 1;
}
@media (max-width: 769px) {
  .badge {
    font-size: 0.8rem;
  }
}

.all-photos-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.all-photos-modal:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}
.all-photos-modal .all-photos-modal-container {
  max-width: 800px;
  height: 90vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: white;
  padding: 30px;
  border-radius: 26px;
  position: relative;
  z-index: 2;
}
.all-photos-modal .all-photos-modal-container .close {
  text-align: end;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #7A4B98;
  cursor: pointer;
}
.all-photos-modal .all-photos-modal-container .photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.all-photos-modal .all-photos-modal-container .photos .img {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body.openPhotos .all-photos-modal {
  display: flex;
}

.accordion {
  display: flex;
  flex-direction: column;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in;
}
.accordion__content__container {
  padding-top: 2rem;
}

.collapse-item {
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.collapse-item .collapse-header {
  position: relative;
  cursor: pointer;
}
.collapse-item .collapse-header.show .icon {
  rotate: 0deg;
}
.collapse-item .collapse-header.show .plus-btn .line {
  opacity: 1;
}
.collapse-item .collapse-header.show .plus-btn .line.vertical {
  transition: all 0.3s ease-in;
  transform: translate(-49%, -50%);
}
.collapse-item .collapse-header .icon {
  position: absolute;
  right: 2rem;
  rotate: 180deg;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 100%;
}
.collapse-item .collapse-header .plus-btn {
  position: relative;
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.collapse-item .collapse-header .plus-btn .line {
  transition: all 0.3s ease-in;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #322F2E;
  opacity: 0.4;
  width: 0.09375rem;
  height: 0.75rem;
}
.collapse-item .collapse-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  box-sizing: content-box;
}
.collapse-item .collapse-body .make-order-body-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 2rem;
  padding-top: 0;
  color: #322F2E;
}
.collapse-item .collapse-body .make-order-body-container.pad-t {
  padding-top: 0.75rem;
}

.mobile-search {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  background: white;
  width: 100%;
  z-index: 9999;
}
.mobile-search.d-none {
  display: none;
}
.mobile-search .header {
  background: color-mix(in srgb, #322F2E 5%, white);
}
.mobile-search .header .container {
  padding: 2rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.mobile-search .header .container label {
  background-color: white;
  position: relative;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  border-radius: 1000px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.mobile-search .header .container label i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-search .header .container label i.search-btn-fake {
  left: 1.25rem;
}
.mobile-search .header .container label i.clear {
  right: 1.25rem;
}
.mobile-search .header .container label i svg {
  width: 1.5rem;
  height: 1.5rem;
}
.mobile-search .header .container label input {
  border: none;
  padding: 0;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.mobile-search .header .container .return {
  height: 2.6666666667rem;
  width: 2.6666666667rem;
  opacity: 0.4;
}
.mobile-search .search-result {
  grid-column: span 2;
  overflow-y: scroll;
  height: calc(100dvh - 9.5rem);
}
.mobile-search .search-result .item-s {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
  padding: 1.25rem 0;
  cursor: pointer;
  transition: all 0.2s ease-in;
  background: white;
}
.mobile-search .search-result .item-s .search__no-result {
  display: block;
  padding: 1rem 0;
}
.mobile-search .search-result .item-s.main-category {
  padding: 1.5rem 0;
}
@media (max-width: 1367px) {
  .mobile-search .search-result .item-s.main-category .right {
    display: none;
  }
}
.mobile-search .search-result .item-s.main-category .left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.mobile-search .search-result .item-s.main-category .left .category-img {
  width: 6.2rem;
  height: 6.2rem;
}
.mobile-search .search-result .item-s.main-category .left .category-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mobile-search .search-result .item-s.main-category .left .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mobile-search .search-result .item-s.main-category .left .content .name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 769px) {
  .mobile-search .search-result .item-s.main-category .left .content .name {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.mobile-search .search-result .item-s.main-category .left .content .description {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
  color: color-mix(in srgb, #322F2E 40%, white);
  margin-bottom: 1.25rem;
}
@media (max-width: 769px) {
  .mobile-search .search-result .item-s.main-category .left .content .description {
    font-size: 0.8rem;
  }
}
.mobile-search .search-result .item-s.main-category .left .content .price {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .mobile-search .search-result .item-s.main-category .left .content .price {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.mobile-search .search-result .item-s:hover {
  background: color-mix(in srgb, #322F2E 5%, white);
}
.mobile-search .search-result .item-s .left {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.mobile-search .search-result .item-s .left svg {
  width: 1.5rem;
  height: 1.5rem;
}
.mobile-search .search-result .item-s .left .name {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .mobile-search .search-result .item-s .left .name {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.mobile-search .search-result .item-s .right {
  display: flex;
  align-items: center;
}
.mobile-search .search-result .item-s .right span {
  display: none;
}

.slider-pagination {
  top: auto !important;
  bottom: 0 !important;
}
.slider-pagination .swiper-pagination-bullet {
  background: #7A4B98;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7A4B98;
}

.pagination {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .pagination {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
  }
}
@media (max-width: 769px) {
  .pagination .button {
    grid-row: 1;
  }
}
.pagination .pointers {
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 769px) {
  .pagination .pointers {
    grid-row: 2;
    grid-column: span 2;
    justify-content: space-between;
  }
}

.breadcrumbs {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  grid-column: span 4;
}
@media (max-width: 769px) {
  .breadcrumbs {
    grid-column: span 2;
  }
}
.breadcrumbs p, .breadcrumbs a {
  padding: 0;
  margin: 0;
  color: color-mix(in srgb, #322F2E 40%, white);
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 769px) {
  .breadcrumbs p, .breadcrumbs a {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.breadcrumbs p {
  display: block;
  max-width: 450px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs a:last-of-type {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs a:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/static/img/icons/chevron.svg");
  background-size: contain;
}
@media (max-width: 769px) {
  .breadcrumbs.desktop {
    display: none;
  }
}
.breadcrumbs.mobile {
  display: none;
}
@media (max-width: 769px) {
  .breadcrumbs.mobile {
    display: flex;
  }
  .breadcrumbs.mobile a {
    flex-direction: row-reverse;
  }
  .breadcrumbs.mobile a:after {
    transform: rotate(-180deg);
  }
}

.reviews-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 12px;
  z-index: 9999;
  padding: 2rem;
  max-width: 31.25rem;
  width: 100%;
}
@media (max-width: 769px) {
  .reviews-modal {
    padding: 30px;
    width: var(--container);
  }
}
.reviews-modal .button {
  color: #7A4B98;
}
.reviews-modal .reviews-modal-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.reviews-modal .reviews-modal-container .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .reviews-modal .reviews-modal-container .title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.reviews-modal .reviews-modal-container .form .close-modal {
  position: absolute;
  top: 0.1875rem;
  right: -0.0625rem;
}
@media (max-width: 769px) {
  .reviews-modal .reviews-modal-container .form .close-modal {
    top: -8.5833rem;
    right: -2.0625rem;
  }
  .reviews-modal .reviews-modal-container .form .close-modal svg {
    width: 3rem;
    height: 3rem;
  }
  .reviews-modal .reviews-modal-container .form .close-modal svg g {
    opacity: 1;
  }
  .reviews-modal .reviews-modal-container .form .close-modal svg g path {
    fill: #FFFFFF;
  }
}
.reviews-modal .reviews-modal-container .form form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
.reviews-modal .reviews-modal-container .form form label {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.reviews-modal .reviews-modal-container .form form label.error input, .reviews-modal .reviews-modal-container .form form label.error textarea {
  border-color: #EC7755;
}
.reviews-modal .reviews-modal-container .form form label span {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.28px;
}
.reviews-modal .reviews-modal-container .form form label input, .reviews-modal .reviews-modal-container .form form label textarea {
  width: 100%;
}
.reviews-modal .reviews-modal-container .form form label input {
  padding: 5px 0 15px;
}
.reviews-modal .reviews-modal-container .form form label textarea::-webkit-scrollbar {
  width: 4px;
}
.reviews-modal .reviews-modal-container .form form label textarea::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, #322F2E 40%, white);
  border-radius: 20px;
}
.reviews-modal .reviews-modal-container .form form label textarea {
  border: none;
  outline: none;
  border-radius: 0.75rem;
  resize: none;
  height: 2.375rem;
}

.fixedModal {
  overflow: hidden;
  height: 100vh;
}
.fixedModal .overlay {
  display: block;
}
.fixedModal .reviews-modal {
  display: block;
}

.discount-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 12px;
  display: none;
  z-index: 99999;
  padding: 3rem;
  max-width: 62.75rem;
  width: 100%;
}
@media (max-width: 769px) {
  .discount-modal {
    padding: 2rem;
    max-width: 27.9167rem;
  }
}
.discount-modal .button {
  color: #7A4B98;
}
.discount-modal .discount-modal-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}
@media (max-width: 769px) {
  .discount-modal .discount-modal-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
}
.discount-modal .discount-modal-container .close-discount {
  position: absolute;
  right: -2rem;
  top: 0rem;
  cursor: pointer;
}
@media (max-width: 769px) {
  .discount-modal .discount-modal-container .close-discount {
    top: -5.5833rem;
  }
  .discount-modal .discount-modal-container .close-discount svg {
    width: 3rem;
    height: 3rem;
  }
  .discount-modal .discount-modal-container .close-discount svg g {
    opacity: 1;
  }
  .discount-modal .discount-modal-container .close-discount svg g path {
    fill: #FFFFFF;
  }
}
.discount-modal .discount-modal-container .left {
  height: 25rem;
}
@media (max-width: 769px) {
  .discount-modal .discount-modal-container .left {
    height: 23.9167rem;
  }
}
.discount-modal .discount-modal-container .left img {
  object-fit: cover;
  border-radius: 0.75rem;
}
.discount-modal .discount-modal-container .right {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .discount-modal .discount-modal-container .right {
    gap: 3rem;
  }
}
.discount-modal .discount-modal-container .right .main-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.discount-modal .discount-modal-container .right .main-content .date {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
  color: #7A4B98;
}
@media (max-width: 769px) {
  .discount-modal .discount-modal-container .right .main-content .date {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.discount-modal .discount-modal-container .right .main-content .text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.discount-modal .discount-modal-container .right .main-content .text .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
  max-width: 23.75rem;
}
@media (max-width: 769px) {
  .discount-modal .discount-modal-container .right .main-content .text .title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
@media (max-width: 769px) {
  .discount-modal .discount-modal-container .right .main-content .text .title {
    max-width: 19.9167rem;
  }
}
.discount-modal .discount-modal-container .right .main-content .text .description {
  max-width: 22.5rem;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .discount-modal .discount-modal-container .right .main-content .text .description {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
@media (max-width: 769px) {
  .discount-modal .discount-modal-container .right .main-content .text .description {
    max-width: 20.6667rem;
  }
}

.discountModalOpened {
  overflow: hidden;
  height: 100vh;
}
.discountModalOpened .overlay {
  display: block;
}
.discountModalOpened .discount-modal {
  display: block;
}

.loyalty-modal {
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFFFF;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  z-index: 9999;
  padding: 2rem;
  max-width: 46.6875rem;
  width: 100%;
  align-items: center;
}
@media (max-width: 769px) {
  .loyalty-modal {
    padding: 30px;
    width: var(--container);
  }
}
.loyalty-modal .button {
  color: #7A4B98;
  font-weight: 600;
}
@media (max-width: 769px) {
  .loyalty-modal .closeModal {
    position: absolute;
    top: -8.5833rem;
    right: -2.0625rem;
  }
  .loyalty-modal .closeModal svg {
    width: 3rem;
    height: 3rem;
  }
  .loyalty-modal .closeModal svg g {
    opacity: 1;
  }
  .loyalty-modal .closeModal svg path {
    fill: #FFFFFF;
  }
}
.loyalty-modal .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.loyalty-modal .header .title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .loyalty-modal .header .title {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
.loyalty-modal .content::-webkit-scrollbar {
  width: 0px;
}
.loyalty-modal .content::-webkit-scrollbar-thumb {
  background: rgba(13, 8, 0, 0.2);
  border-radius: 0px;
}
.loyalty-modal .content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  height: 32rem;
  overflow-y: auto;
  position: relative;
  padding-bottom: 4.8125rem;
}
.loyalty-modal .content .block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.loyalty-modal .content .gradient-top {
  position: fixed;
  bottom: 7rem;
  width: 100%;
  right: 0;
  left: 0;
  height: 4.8125rem;
  z-index: 1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
@media (max-width: 769px) {
  .loyalty-modal .content .gradient-top {
    top: 10rem;
  }
}
.loyalty-modal .content .gradient-bottom {
  position: fixed;
  bottom: 7rem;
  width: 100%;
  right: 0;
  left: 0;
  height: 4.8125rem;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.loyalty-modal .content .bonus-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
  padding-top: 3rem;
  color: #7A4B98;
}
@media (max-width: 769px) {
  .loyalty-modal .content .bonus-text {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.loyalty-modal .content .title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
  max-width: 40.6875rem;
}
@media (max-width: 769px) {
  .loyalty-modal .content .title {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.loyalty-modal .content .bonuses {
  display: flex;
  flex-direction: column;
}
.loyalty-modal .content .bonuses .card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.loyalty-modal .content .bonuses .card:last-child {
  border: none;
}
.loyalty-modal .content .bonuses .card:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.loyalty-modal .content .bonuses .card span {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .loyalty-modal .content .bonuses .card span {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.loyalty-modal .content .bonuses .card span.purple {
  color: #7A4B98;
}
.loyalty-modal .content .accruals .card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.loyalty-modal .content .accruals .card span {
  max-width: 12.875rem;
}
.loyalty-modal .content .accruals .card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.loyalty-modal .content .accruals .card:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.loyalty-modal .content .text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 3rem;
}

article {
  display: flex;
  flex-direction: column;
  gap: 1rem !important;
  grid-column: span 4;
}
@media (max-width: 769px) {
  article {
    grid-column: span 2;
  }
}
article ul ::marker, article ol ::marker {
  color: color-mix(in srgb, #322F2E 40%, white);
}
article a {
  color: #7A4B98;
  text-decoration: underline;
}
article strong {
  color: #7A4B98;
  font-weight: 500;
}
article b {
  font-weight: 500;
}
article span {
  color: color-mix(in srgb, #322F2E 40%, white);
}
article p {
  padding: 0;
  margin: 0;
}
article h1 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  article h1 {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
article h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  article h2 {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
article h1, article h2, article h3 {
  margin: 0;
}

.modal-overlay {
  background-color: rgba(50, 47, 46, 0.3);
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.modal {
  background: #FFFFFF;
  border-radius: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 31.25rem;
  width: 100%;
  z-index: 2;
}
@media (max-width: 769px) {
  .modal {
    max-width: var(--container);
  }
}
.modal .modal-container {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 3rem;
}
@media (max-width: 769px) {
  .modal .modal-container {
    padding: 2rem;
  }
}
.modal .modal-container .title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .modal .modal-container .title {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
.modal .modal-container .form .close-modal {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  cursor: pointer;
}
.modal .modal-container .form form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

body.openModal {
  overflow: hidden;
  height: 100dvh;
}
body.openModal .modal-overlay {
  display: flex;
}

.cookie-notification {
  display: none;
  position: fixed;
  bottom: 3rem;
  left: 3rem;
  padding: 2rem;
  border-radius: 0 0.75rem 0 0;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  background: #FFFFFF;
  z-index: 9999;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 24.4375rem;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .cookie-notification {
    max-width: none;
    width: 100%;
    left: 0;
    bottom: 5.8rem;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: 1px solid color-mix(in srgb, #322F2E 10%, white);
    align-items: center;
  }
}
.cookie-notification .button {
  color: #7A4B98;
}
.cookie-notification .text {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .cookie-notification .text {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
@media (max-width: 769px) {
  .cookie-notification .text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 769px) {
  .cookie-notification .btn {
    width: 100%;
  }
}
.cookie-notification.show {
  display: flex;
}

.loyalty-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px 0;
}
@media (max-width: 769px) {
  .loyalty-card {
    gap: 60px 0;
  }
}
.loyalty-card > .last-operation, .loyalty-card .history {
  grid-column: span 2;
}
.loyalty-card .card-block {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column: span 3;
}
@media (max-width: 769px) {
  .loyalty-card .card-block {
    grid-template-columns: 1fr;
  }
}
.loyalty-card .card-block .card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  background: #FFFFFF;
  z-index: 2;
}
@media (max-width: 769px) {
  .loyalty-card .card-block .card {
    padding: 20px;
    gap: 20px;
  }
}
.loyalty-card .card-block .card .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.loyalty-card .card-block .card .header .logo {
  height: 33px;
  height: 25px;
}
.loyalty-card .card-block .card .header .logo img {
  object-fit: contain;
}
.loyalty-card .card-block .card .header .count {
  font-size: 28px;
  font-weight: 450;
  line-height: 1;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .loyalty-card .card-block .card .header .count {
    font-size: 20px;
    font-weight: 450;
    line-height: 1.2;
  }
}
.loyalty-card .card-block .card .header .count span {
  color: #322F2E;
}
.loyalty-card .card-block .card .barcode {
  max-width: 400px;
}
@media (max-width: 769px) {
  .loyalty-card .card-block .card .barcode {
    max-width: none;
  }
}
.loyalty-card .card-block .card .barcode img {
  object-fit: contain;
}
.loyalty-card .card-block .card .card-number {
  font-size: 28px;
  font-weight: 450;
  line-height: 1;
}
@media (max-width: 769px) {
  .loyalty-card .card-block .card .card-number {
    font-size: 20px;
    font-weight: 450;
    line-height: 1.2;
  }
}
.loyalty-card .card-block .last-operation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  width: calc(100% + 20px);
  margin-left: -20px;
  border-radius: 12px;
}
@media (max-width: 769px) {
  .loyalty-card .card-block .last-operation {
    display: none;
  }
}
.loyalty-card .card-block .last-operation .title {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: color-mix(in srgb, #FFFFFF 40%, black);
}
.loyalty-card .card-block .last-operation.positive {
  background: #5ECAAC;
}
.loyalty-card .card-block .last-operation.negative {
  background: #7A4B98;
}
.loyalty-card .card-block .last-operation.info {
  padding: 40px 40px 40px 60px;
  background: #5ECAAC;
  align-items: flex-start;
}
.loyalty-card .card-block .last-operation.info .header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.loyalty-card .card-block .last-operation.info .title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 450;
  color: #FFFFFF;
}
.loyalty-card .card-block .last-operation.info .description {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: color-mix(in srgb, #FFFFFF 40%, black);
}
.loyalty-card .card-block .last-operation.info a {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: start;
}
.loyalty-card .card-block .last-operation.info a span {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 450;
  color: #FFFFFF;
}
.loyalty-card .card-block .last-operation .icon {
  width: 100px;
  height: 100px;
}
.loyalty-card .card-block .last-operation .operation-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loyalty-card .card-block .last-operation .operation-info .count {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 450;
  color: #FFFFFF;
}
.loyalty-card .card-block .last-operation .operation-info .description {
  color: color-mix(in srgb, #FFFFFF 40%, black);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
}
.loyalty-card .card-block .last-operation .date-create {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.24px;
  color: #FFFFFF;
}
.loyalty-card .item-l {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1025px) {
  .loyalty-card .item-l {
    grid-column: span 3;
    gap: 40px;
  }
}
.loyalty-card .item-l.history > .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.loyalty-card .item-l.history > .content .item-d {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.loyalty-card .item-l.history > .content .item-d .header {
  padding-bottom: 30px;
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
  font-size: 20px;
  font-weight: 450;
  line-height: 1.2;
}
@media (max-width: 769px) {
  .loyalty-card .item-l.history > .content .item-d .header {
    padding-bottom: 20px;
  }
}
.loyalty-card .item-l.history > .content .item-d .content {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 769px) {
  .loyalty-card .item-l.history > .content .item-d .content {
    padding-top: 20px;
  }
}
.loyalty-card .item-l.history > .content .item-d .content .item-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loyalty-card .item-l.history > .content .item-d .content .item-h.positive .bullet {
  background: #5ECAAC;
}
.loyalty-card .item-l.history > .content .item-d .content .item-h.negative .bullet {
  background: #7A4B98;
}
.loyalty-card .item-l.history > .content .item-d .content .item-h .info-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 769px) {
  .loyalty-card .item-l.history > .content .item-d .content .item-h .info-block {
    gap: 10px;
  }
}
.loyalty-card .item-l.history > .content .item-d .content .item-h .info-block .bullet {
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media (max-width: 769px) {
  .loyalty-card .item-l.history > .content .item-d .content .item-h .info-block .bullet {
    width: 36px;
    height: 36px;
  }
  .loyalty-card .item-l.history > .content .item-d .content .item-h .info-block .bullet svg {
    height: 20px;
    width: 20px;
  }
}
.loyalty-card .item-l.history > .content .item-d .content .item-h .info-block .info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.loyalty-card .item-l.history > .content .item-d .content .item-h .info-block .info .sum {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 450;
}
@media (max-width: 769px) {
  .loyalty-card .item-l.history > .content .item-d .content .item-h .info-block .info .sum {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.32px;
  }
}
.loyalty-card .item-l.history > .content .item-d .content .item-h .info-block .info .description {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .loyalty-card .item-l.history > .content .item-d .content .item-h .info-block .info .description {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -0.24px;
  }
}
.loyalty-card .item-l.history > .content .item-d .content .item-h .date-create {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .loyalty-card .item-l.history > .content .item-d .content .item-h .date-create {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -0.24px;
  }
}
.loyalty-card .item-l.refers .content {
  display: flex;
  flex-direction: column;
}
.loyalty-card .item-l.refers .content .item-r {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
@media (max-width: 769px) {
  .loyalty-card .item-l.refers .content .item-r {
    padding-bottom: 20px;
  }
}
.loyalty-card .item-l.refers .content .item-r:not(:first-of-type) {
  padding-top: 30px;
}
@media (max-width: 769px) {
  .loyalty-card .item-l.refers .content .item-r:not(:first-of-type) {
    padding-top: 20px;
  }
}
.loyalty-card .item-l.refers .content .item-r .phone {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 450;
}
@media (max-width: 769px) {
  .loyalty-card .item-l.refers .content .item-r .phone {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.32px;
  }
}
.loyalty-card .item-l.refers .content .item-r .date-create {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .loyalty-card .item-l.refers .content .item-r .date-create {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -0.24px;
  }
}
.loyalty-card .item-l .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loyalty-card .item-l .header .title {
  font-size: 32px;
  font-weight: 450;
  line-height: 1;
}
@media (max-width: 769px) {
  .loyalty-card .item-l .header .title {
    font-size: 24px;
    font-weight: 450;
    line-height: 1;
  }
}
.loyalty-card .item-l .header .sort select {
  border: none;
  background: none;
  color: color-mix(in srgb, #322F2E 40%, white);
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
  outline: none;
}
@media (max-width: 769px) {
  .loyalty-card .item-l .header .sort select {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -0.28px;
  }
}

.sidebar {
  position: sticky;
  top: 1rem;
  grid-column: 4;
  background-color: color-mix(in srgb, #322F2E 3%, white);
  border-radius: 0.75rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 769px) {
  .sidebar {
    position: static;
    grid-column: span 2;
  }
}
.sidebar__container {
  position: relative;
  align-items: flex-start;
}
.sidebar__title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .sidebar__title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.sidebar__info-item {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem 0;
}
.sidebar__info-item__text {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .sidebar__info-item__text {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.sidebar__info-item__text span {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .sidebar__info-item__text span {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.sidebar__info-item__text:nth-of-type(2) {
  justify-self: end;
}
.sidebar__info-item__description {
  color: color-mix(in srgb, #322F2E 40%, white);
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 769px) {
  .sidebar__info-item__description {
    font-size: 0.8rem;
  }
}
.sidebar__info-item__description span {
  color: color-mix(in srgb, #322F2E 40%, white);
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 769px) {
  .sidebar__info-item__description span {
    font-size: 0.8rem;
  }
}
.sidebar__info-item_total {
  padding: 2rem 0;
  border-top: 1px solid color-mix(in srgb, #322F2E 10%, white);
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.sidebar__info-item_total__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .sidebar__info-item_total__text {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.sidebar__info-item_total__text span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .sidebar__info-item_total__text span {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.sidebar__footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.sidebar__footer__description {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
  color: color-mix(in srgb, #322F2E 40%, white);
  text-align: center;
}
@media (max-width: 769px) {
  .sidebar__footer__description {
    font-size: 0.8rem;
  }
}
.sidebar__footer__description a {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
  color: #7A4B98;
}
@media (max-width: 769px) {
  .sidebar__footer__description a {
    font-size: 0.8rem;
  }
}

.slider-pagination {
  position: absolute;
  left: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  z-index: 2;
}
.slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #7A4B98;
}

i {
  display: flex;
  align-items: center;
  justify-content: center;
}
i.mobile-size-l {
  width: 1.5rem;
  height: 1.5rem;
}
i.desktop-size-xl {
  width: 2.5rem;
  height: 2.5rem;
}
i.desktop-size-l {
  width: 2rem;
  height: 2rem;
}
i.desktop-size-m {
  width: 1.25rem;
  height: 1.25rem;
}

.delete {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .delete {
    width: 24px;
    height: 24px;
  }
}
.delete:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.delete:after {
  background-image: url("/static/img/icons/delete.svg");
}

.close {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .close {
    width: 24px;
    height: 24px;
  }
}
.close:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.close:after {
  background-image: url("/static/img/icons/close.svg");
}
.close.purple:after {
  background-image: url("/static/img/icons/close-purple.svg");
}

.settings {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .settings {
    width: 24px;
    height: 24px;
  }
}
.settings:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.settings:after {
  background-image: url("/static/img/icons/settings.svg");
}

.plus {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .plus {
    width: 24px;
    height: 24px;
  }
}
.plus:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.plus:after {
  background-image: url("/static/img/icons/plus-purple.svg");
}

.chevron {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .chevron {
    width: 24px;
    height: 24px;
  }
}
.chevron:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.chevron.reverse {
  rotate: 180deg;
}
.chevron.purple:after {
  background-image: url("/static/img/icons/chevron_purple.svg");
}
.chevron:after {
  background-image: url("/static/img/icons/chevron.svg");
}

.socials {
  display: flex;
  gap: 1rem;
}

.dot {
  border-radius: 50%;
  width: 0.375rem;
  height: 0.375rem;
}
.dot.grey {
  background-color: color-mix(in srgb, #322F2E 20%, white);
}

.favoriteButton {
  display: flex;
  align-items: center;
}
.favoriteButton span {
  order: 1;
}
.favoriteButton span:after {
  content: "Добавить в избранное";
  font-weight: 600;
  color: #7A4B98;
}
@media (max-width: 769px) {
  .favoriteButton span {
    display: none;
  }
}
.favoriteButton span + i {
  order: 0;
}
.favoriteButton i {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 769px) {
  .favoriteButton i {
    width: 24px;
    height: 24px;
  }
}
.favoriteButton i:after {
  content: "";
  display: block;
  background-image: url("/static/img/icons/favorit_product.svg");
  width: 100%;
  height: 100%;
  background-size: contain;
}
.favoriteButton.favoriteActive span:after {
  content: "Убрать из избранного";
}
.favoriteButton.favoriteActive i:after {
  background-image: url("/static/img/icons/favorit_active.svg");
}

.product-counter {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.94rem;
  border-radius: 1000px;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.product-counter label {
  flex: 1;
}
.product-counter label input {
  font-size: 1.125rem;
  line-height: 1.3;
  padding: 0;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
}
@media (max-width: 769px) {
  .product-counter label input {
    width: 2rem;
  }
}
.product-counter .icon {
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.product-counter .plus {
  background-image: url("/static/img/icons/plus.svg");
}
.product-counter .minus {
  background-image: url("/static/img/icons/minus.svg");
}

.block-discounts {
  background-color: #7A4B98 !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  grid-column: span 4;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 769px) {
  .block-discounts {
    border-radius: 0;
    grid-column: span 2;
  }
  .block-discounts .container {
    padding: 0;
    margin: 0;
    width: 100vw;
  }
}
.block-discounts .right {
  position: relative;
  padding: 2.25rem 4.983rem 0rem 4.6875rem;
  display: flex;
  align-items: flex-end;
  right: 0;
}
@media (max-width: 769px) {
  .block-discounts .right {
    padding: 0;
  }
}
.block-discounts .right img {
  position: absolute;
  bottom: 0;
  right: 2rem !important;
  width: 44.375rem;
  height: 27.375rem;
}
@media (max-width: 769px) {
  .block-discounts .right img {
    width: 21.375rem;
    height: 15.375rem;
  }
}
@media (max-width: 769px) and (max-width: 500px) {
  .block-discounts .right img {
    right: 0rem !important;
    width: 17.375rem;
    height: 10.375rem;
  }
}
.block-discounts .left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 3rem;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .block-discounts .left {
    padding: 1.5rem;
    justify-content: space-between;
    gap: 2rem;
  }
}
.block-discounts .left .title {
  color: #FFFFFF;
  font-size: 4.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0975rem;
}
@media (max-width: 769px) {
  .block-discounts .left .title {
    font-size: 3.333rem;
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 769px) {
  .block-discounts .left .title {
    width: 19rem;
  }
}

@media (max-width: 769px) {
  .section-discounts {
    padding: 0;
  }
}

dialog {
  border: none;
  outline: none;
  border-radius: 0.75rem;
  padding: 2rem;
  background-color: #FFFFFF;
  z-index: 9999;
}
dialog .header {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
  width: 100%;
}
dialog .header .title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  dialog .header .title {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
dialog .modal-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
dialog .modal-container.center {
  align-items: center;
}
dialog form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
dialog form .field {
  width: 100%;
}
dialog .video {
  width: 60rem;
  aspect-ratio: 16/9;
}
@media (max-width: 769px) {
  dialog .video {
    width: 23rem;
  }
}
dialog .video iframe {
  width: 100% !important;
  height: 100% !important;
}

.shildick {
  position: fixed;
  padding: 1.25rem;
  border-radius: 0 0 0.75rem 0.75rem;
  z-index: 99;
  transform: rotate(90deg);
  right: -5rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.shildick.purple {
  background: #7A4B98;
}
.shildick.teal {
  background: #5ECAAC;
}
.shildick:hover {
  font-size: 1.25rem;
  padding: 1.5rem;
}
@media (max-width: 769px) {
  .shildick {
    border-radius: 0.75rem 0.75rem 0 0;
    bottom: calc(4.5rem + 2px);
    left: 50%;
    margin-right: -50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .shildick.shildickSticky {
    bottom: 0;
    transform: translate(-50%, 0);
  }
}
.shildick span {
  color: #FFFFFF;
}

.toggle-views {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.toggle-views .item-t {
  cursor: pointer;
  opacity: 0.4;
}
.toggle-views .item-t.active {
  opacity: 1;
}
.toggle-views .item-t.active svg path {
  fill: #7A4B98;
}

.catalog-categories-section .catalog-categories-container {
  grid-column: span 4;
}
@media (max-width: 769px) {
  .catalog-categories-section .catalog-categories-container {
    grid-column: span 2;
  }
}
.catalog-categories-section .catalog-categories-container .button {
  white-space: nowrap;
  text-wrap: nowrap;
}
.catalog-categories-section .catalog-categories-container .button:not(.teal) {
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .catalog-categories-section .catalog-categories-container .button {
    padding: 0.75rem 1.25rem;
  }
}
.catalog-categories-section .catalog-categories-container .scroll-container {
  display: flex;
  gap: 0.5rem;
}

.catalog-categories-container-green {
  grid-column: span 4;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
}
.catalog-categories-container-green .container_green_arrow, .catalog-categories-container-green .container_green_arrow_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid color-mix(in srgb, #322F2E 10%, white);
  border-radius: 62.5rem;
  z-index: 50;
  background-color: #FFFFFF;
  cursor: pointer;
}
.catalog-categories-container-green .container_green_arrow .over-hidden, .catalog-categories-container-green .container_green_arrow_sec .over-hidden {
  width: 100%;
  overflow: hidden;
}

.item-cat {
  width: fit-content;
}
.item-cat:last-child {
  margin-right: 10rem;
}

.container_green_arrow {
  position: absolute;
  left: 0;
}

.container_green_arrow_sec {
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}

.swiper-categories {
  width: calc(100% - 6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 62.5rem;
}

.pl-50 {
  padding-left: 5rem;
}

.irs {
  height: 0rem !important;
}

.irs-to, .irs-from, .irs-max, .irs-min, .irs-grid-text, .irs-grid, .irs-single {
  display: none !important;
}

.irs-line {
  top: 0.5rem !important;
  height: 1px !important;
  background-color: color-mix(in srgb, #322F2E 20%, white) !important;
}

.irs-handle {
  background-color: #7A4B98 !important;
  border-radius: 62.5rem;
  height: 1rem !important;
  width: 1rem !important;
  top: 0 !important;
}
.irs-handle i {
  display: none !important;
}

.irs-bar {
  top: 0.5rem !important;
  height: 1px !important;
  background-color: #7A4B98 !important;
}

.status {
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  background-color: color-mix(in srgb, #322F2E 5%, white);
  width: fit-content;
  justify-self: end;
  margin-right: 3rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .status {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 9rem;
  }
}
.status.delivered {
  color: #5ECAAC;
}
.status.reserved {
  color: #EC7755;
}
.status.wait_payment, .status.created, .status.processing, .status.processed, .status.in_delivery {
  color: #F6C54C;
}
.status.cancelled {
  color: #EF546B;
}

.card-info {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: fit-content;
  position: relative;
  border-radius: 0.75rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.card-info .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-info .header .photo {
  width: 12.25rem;
}
@media (max-width: 769px) {
  .card-info .header .photo {
    width: 10rem;
  }
}
.card-info .header .balance {
  color: color-mix(in srgb, #322F2E 40%, white);
}
.card-info .header .balance span {
  color: #322F2E;
}
.card-info .barcode {
  height: 6.5rem;
}
.card-info .body {
  justify-content: space-between;
  align-items: center;
}
.card-info .shildick {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 0.75rem 0.75rem;
}
@media (max-width: 769px) {
  .card-info .shildick {
    display: none;
  }
}

.popup_successes_profile {
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 36.875rem;
  padding: 2rem;
  background-color: #7A4B98;
  border-radius: 0.75rem;
  overflow: hidden;
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  transition: all 1s;
}
@media (max-width: 500px) {
  .popup_successes_profile {
    max-width: 27.917rem;
  }
}
.popup_successes_profile .container_popup_profile {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.popup_successes_profile .container_popup_profile .heading_4 {
  margin: 0;
  color: #FFFFFF;
}
.popup_successes_profile .container_popup_profile p {
  color: #FFFFFF;
}
.popup_successes_profile .container_svg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_successes_profile .hr_timer {
  position: absolute;
  max-width: 100%;
  height: 0.375rem;
  width: 100%;
  transform: rotate(180deg);
  bottom: 0;
  left: 0;
  transition: width 1s esea;
}
.popup_successes_profile .hr_timer .line_yellow {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #F6C54C;
  animation: animate 9s linear 1s;
}

.top62 {
  position: fixed;
  top: 3.875rem;
  z-index: 20;
  transition: all 1s;
}

.top-50 {
  position: fixed;
  top: -100%;
  z-index: 20;
  transition: all 1s;
}

.dp-flex {
  display: flex;
}

@keyframes animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.city-helper {
  margin-top: 1rem;
  padding: 0.5rem 0.5rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background-color: #FFFFFF;
  overflow: auto;
  height: 7rem;
  flex-direction: column;
  gap: 0.5rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  border-radius: 0.75rem;
  width: 100%;
  display: none;
}
.city-helper::-webkit-scrollbar-track {
  background-color: transparent;
}
.city-helper::-webkit-scrollbar-button {
  display: none;
}
@media (max-width: 769px) {
  .city-helper {
    position: static;
  }
}
.city-helper.show {
  display: flex;
}
.city-helper .city-helper-item {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 769px) {
  .city-helper .city-helper-item {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.city-helper .city-helper-item:hover {
  color: #7A4B98;
}

.order-product {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  gap: 1.25rem;
}
.order-product__image {
  grid-row: span 3;
}
.order-product__image img {
  object-fit: contain;
  object-position: center center;
}
.order-product__text {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  max-width: 17rem;
}
@media (max-width: 769px) {
  .order-product__text {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.order-product__description {
  color: color-mix(in srgb, #322F2E 40%, white);
}

.points_col_3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .points_col_3 {
    grid-template-columns: 1fr;
  }
}
.points_col_4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .points_col_4 {
    grid-template-columns: 1fr;
  }
}
.points__point {
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .points__point {
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
.points__point__icon {
  padding: 0.81rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.points__point__title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .points__point__title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.points__point__description {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .points__point__description {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}

.field {
  position: relative;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background-color: white;
  width: 100%;
}
.field.error {
  border-color: #EF546B;
}
.field_w-label {
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.field_arround {
  border-radius: 1000px;
}
.field_w-border {
  padding: 1.25rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.field_w-border_bottom {
  padding: 0 0 1.25rem 0;
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.field__label {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 769px) {
  .field__label {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.field_choices {
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.75rem 1.25rem;
  border-radius: 0.75rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.field_choices__label {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 769px) {
  .field_choices__label {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.field_choices__description {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  line-height: 1;
  color: color-mix(in srgb, #322F2E 40%, white);
  grid-column: 2;
}
@media (max-width: 769px) {
  .field_choices__description {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.field_checkbox {
  gap: 0.75rem;
  background: transparent;
  padding: 0;
  border-radius: 0;
  width: fit-content;
}
.field input, .field textarea, .field select {
  padding: 0;
  border: none;
  outline: none;
  width: 100%;
  font-size: 1rem;
  background: transparent;
}
.field input::placeholder, .field textarea::placeholder, .field select::placeholder {
  font-size: 1rem;
  vertical-align: center;
  color: color-mix(in srgb, #322F2E 20%, white);
}
.field i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.field_w-city-helper {
  margin-bottom: 7rem;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
}

input[type=checkbox] {
  position: relative;
  margin: 0;
  outline: none;
  border: none;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border-radius: 4px;
}
input[type=checkbox]::before {
  content: "";
  background-color: #FFFFFF;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
input[type=checkbox]:hover::after {
  border: 1px solid #7A4B98;
  border-radius: 4px;
}
input[type=checkbox]::after {
  content: "";
  border: 1px solid rgba(50, 47, 46, 0.2);
  border-radius: 4px;
  background-color: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox]:checked::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  content: "✔";
  font-size: 0.75rem;
  color: #FFFFFF;
  background: #7A4B98;
  border: 1px solid #7A4B98;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
}

input {
  outline: none;
}
input:focus-visible {
  outline: none;
}

input[type=radio] {
  position: relative;
  margin: 0;
  outline: none;
  border: none;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
input[type=radio]::before {
  box-sizing: border-box;
  content: "";
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
input[type=radio]:hover::after {
  box-sizing: border-box;
  border: 1px solid #7A4B98;
  border-radius: 50%;
}
input[type=radio]::after {
  box-sizing: border-box;
  content: "";
  border: 1px solid rgba(50, 47, 46, 0.2);
  border-radius: 50%;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
input[type=radio]:focus {
  outline: none;
}
input[type=radio]:checked::after {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 0.3125rem solid #7A4B98;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}

input {
  outline: none;
}
input:focus-visible {
  outline: none;
}

.product-item-tag-container .product-item-tag-section {
  display: flex;
  align-items: center;
  gap: 1.625rem;
}
@media (max-width: 769px) {
  .product-item-tag-container .product-item-tag-section {
    grid-column: span 2;
    justify-content: space-between;
  }
}
.product-item-tag-container .product-item-tag-section .tag-block {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-item-tag-container .product-item-tag-section .tag-block .tag.teal-c {
  color: #5ECAAC;
}
.product-item-tag-container .product-item-tag-section .item-t {
  color: color-mix(in srgb, #322F2E 40%, white);
}
.product-item-tag-container .product-item-tag-section .item-t span {
  color: #322F2E;
}

.product-item-title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: span 4;
}
@media (max-width: 769px) {
  .product-item-title-block {
    grid-column: span 2;
  }
}
@media (max-width: 500px) {
  .product-item-title-block {
    align-items: flex-start;
  }
}

body.fixed {
  overflow: hidden;
}
body.fixed .mobile-menu {
  display: flex;
  position: fixed;
  width: 100vw;
  background: white;
  padding: 1.6rem;
  z-index: 9999;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 65dvh;
  overflow: auto;
}
body.fixed .mobile-menu .item-n {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
  color: color-mix(in srgb, #322F2E 40%, white);
}

.mobile-menu {
  display: none;
}

.city-menu {
  position: fixed;
  width: 100vw;
  background: white;
  padding: 1rem 0 5rem;
  z-index: 9999;
  display: none;
  padding-bottom: 3rem;
  border-radius: 0rem 0rem 4rem 4rem;
}
@media (max-width: 769px) {
  .city-menu {
    border-radius: 0rem 0rem 1rem 1rem;
    padding-bottom: 1.6667rem;
  }
}
.city-menu .button {
  max-width: 9rem;
}
.city-menu .city-menu-container {
  display: flex;
  flex-direction: column;
}
.city-menu .city-menu-container .header {
  display: flex;
  gap: 60px;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
  margin: 0;
  justify-content: normal;
}
.city-menu .city-menu-container .header .title {
  white-space: nowrap;
  font-size: 32px;
  font-weight: 450;
  line-height: 1;
}
.city-menu .city-menu-container .body {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .city-menu .city-menu-container .body {
    grid-template-columns: 1fr;
  }
}
.city-menu .city-menu-container .body .item-c {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.city-menu .city-menu-container .body .item-c.big {
  flex-direction: row;
  gap: 15px;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  border-radius: 12px;
  padding: 30px 30px 0 30px;
  padding-right: 0;
}
@media (max-width: 1025px) {
  .city-menu .city-menu-container .body .item-c.big {
    min-height: 225px;
    position: relative;
    overflow: hidden;
  }
}
.city-menu .city-menu-container .body .item-c.big .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2rem;
}
@media (max-width: 769px) {
  .city-menu .city-menu-container .body .item-c.big .left {
    gap: 4.12rem;
    justify-content: stretch;
  }
}
.city-menu .city-menu-container .body .item-c.big .left .content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.city-menu .city-menu-container .body .item-c.big .left .title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .city-menu .city-menu-container .body .item-c.big .left .title {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
.city-menu .city-menu-container .body .item-c.big .left .description {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .city-menu .city-menu-container .body .item-c.big .left .description {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
@media (max-width: 769px) {
  .city-menu .city-menu-container .body .item-c.big .left .description {
    max-width: 11.875rem;
  }
}
@media (max-width: 1025px) {
  .city-menu .city-menu-container .body .item-c.big .right {
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 240px;
  }
}
@media (max-width: 769px) {
  .city-menu .city-menu-container .body .item-c.big .right {
    right: -80px;
  }
}
.city-menu .city-menu-container .body .item-c.big .right img {
  object-fit: contain;
  object-position: bottom;
}
.city-menu .city-menu-container .body .item-c .name {
  font-size: 32px;
  font-weight: 450;
  line-height: 1;
}
.city-menu .city-menu-container .body .item-c ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.city-menu .city-menu-container .body .item-c ul li {
  list-style: none;
}
.city-menu .city-menu-container .body .item-c ul li a {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.32px;
}

body .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
}
body.fixedCity {
  overflow: hidden;
}
body.fixedCity .city-menu {
  display: block;
}
body.fixedCity header {
  z-index: 9999;
  background: white;
}
body.fixedCity .overlay {
  display: block;
}

.profile-menu {
  background-color: color-mix(in srgb, #322F2E 3%, white);
  position: sticky;
  top: 16rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .profile-menu {
    position: static;
    grid-column-end: span 2;
    padding: 0;
    background-color: #FFFFFF;
    border-radius: 0;
    margin-top: 1.75rem;
  }
  .profile-menu .title {
    display: none;
  }
}
.profile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
@media (max-width: 769px) {
  .profile-menu nav {
    gap: 2rem;
  }
}
.profile-menu nav .item-n:not(:last-of-type) {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.profile-menu nav .item-n.active {
  color: #7A4B98;
}
.profile-menu .button {
  color: #EC7755;
}
@media (max-width: 769px) {
  .profile-menu .button {
    display: none;
  }
}

header {
  background-color: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 5;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 769px) {
  header {
    border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
  }
}
header.headerHide {
  transform: translateY(-20rem);
}
header .top-header {
  padding: 1.16rem 0;
  background-color: color-mix(in srgb, #322F2E 3%, white);
}
@media (max-width: 769px) {
  header .top-header {
    display: none;
  }
}
header .top-header .openSubMenu {
  position: relative;
}
header .top-header .openSubMenu:hover > .sub-menu {
  visibility: visible;
}
header .top-header .sub-menu {
  padding: 2rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  z-index: 2;
  border-radius: 0.75rem;
  width: 15rem;
  visibility: hidden;
}
header .top-header .sub-menu .item-sb {
  color: color-mix(in srgb, #322F2E 40%, white);
}
header .top-header .sub-menu .item-sb:not(:last-of-type) {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
header .top-header .header-container .selectCity {
  align-items: center;
}
header .top-header .header-container .selectCity span {
  font-weight: 500;
}
header .top-header .header-container .left-block {
  grid-column: span 3;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 769px) {
  header .top-header .header-container .left-block {
    grid-column: auto;
    gap: 1rem;
  }
}
header .top-header .header-container .left-block .divider {
  height: 0.6875rem;
  width: 1px;
  display: inline-block;
  background-color: color-mix(in srgb, #322F2E 20%, white);
}
@media (max-width: 769px) {
  header .top-header .header-container .left-block .divider {
    display: none;
  }
  header .top-header .header-container .left-block .divider ~ .item-h {
    display: none;
  }
}
header .top-header .header-container .left-block .item-h {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
header .top-header .header-container .left-block .item-h span {
  color: color-mix(in srgb, #322F2E 40%, white);
}
header .top-header .header-container .left-block .item-h.purple span {
  color: #7A4B98;
}
header .top-header .header-container .right-block {
  justify-self: end;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 769px) {
  header .top-header .header-container .right-block {
    gap: 0;
  }
}
header .top-header .header-container .right-block .work-time {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  header .top-header .header-container .right-block .work-time {
    font-size: 0.8rem;
  }
}
header .bottom-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
header .bottom-header .menu {
  grid-column: span 4;
  display: flex;
  gap: 3rem;
  width: 100%;
  padding-top: 1.25rem;
  align-items: center;
}
@media (max-width: 769px) {
  header .bottom-header .menu {
    grid-column: span 2;
  }
}
@media (max-width: 769px) {
  header .bottom-header .menu {
    row-gap: 0;
    column-gap: 1.25rem;
    padding: 1.25rem 1.6rem;
    justify-content: space-between;
  }
}
header .bottom-header .menu > .button.mobile {
  display: none;
  justify-self: end;
}
@media (max-width: 769px) {
  header .bottom-header .menu > .button.mobile {
    display: none;
  }
}
header .bottom-header .menu .mobile-btn-search {
  display: none;
}
@media (max-width: 769px) {
  header .bottom-header .menu .mobile-btn-search {
    display: flex;
    justify-content: flex-end;
  }
}
header .bottom-header .menu .mobile-btn-search svg {
  pointer-events: none;
}
header .bottom-header .menu .logo {
  width: 10.5rem;
}
@media (max-width: 769px) {
  header .bottom-header .menu .logo {
    height: 2.5rem;
  }
}
header .bottom-header .menu .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .bottom-header .menu .catalog-block {
  width: 100%;
  display: flex;
  gap: 1.25rem;
  flex: 1;
}
@media (max-width: 769px) {
  header .bottom-header .menu .catalog-block {
    display: none;
  }
}
header .bottom-header .menu .catalog-block .button {
  padding: 1.25rem 2rem;
}
@media (max-width: 769px) {
  header .bottom-header .menu .catalog-block .button {
    display: none;
  }
}
header .bottom-header .menu .catalog-block .search-container {
  width: 100%;
  position: relative;
}
@media (max-width: 769px) {
  header .bottom-header .menu .catalog-block .search-container {
    display: none;
  }
}
header .bottom-header .menu .catalog-block .search-container label {
  z-index: 3;
  height: 100%;
}
header .bottom-header .menu .catalog-block .search-container .search-result {
  position: absolute;
  top: calc(100% - 3rem);
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: calc(100% - 1px);
  border-radius: 2rem 2rem 2rem 2rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  padding-top: 2rem;
  z-index: 2;
  overflow: auto;
  transition: all 0.2s ease-in-out;
}
header .bottom-header .menu .catalog-block .search-container .search-result .search__no-result {
  display: block;
  padding: 1rem 0 1rem 1rem;
}
header .bottom-header .menu .catalog-block .search-container .search-result.d-none {
  visibility: hidden;
}
header .bottom-header .menu .catalog-block .search-container .search-result.d-none .item-s {
  visibility: hidden;
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
  padding: 1.25rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: white;
}
@media (max-width: 1367px) {
  header .bottom-header .menu .catalog-block .search-container .search-result .item-s.main-category .right {
    display: none;
  }
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s.main-category .left {
  display: flex;
  gap: 1.25rem;
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s.main-category .left .category-img {
  width: 5.3125rem;
  height: 5.3125rem;
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s.main-category .left .category-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s.main-category .left .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s.main-category .left .content .name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 769px) {
  header .bottom-header .menu .catalog-block .search-container .search-result .item-s.main-category .left .content .name {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s.main-category .left .content .description {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
  color: color-mix(in srgb, #322F2E 40%, white);
  margin-bottom: 0.9375rem;
}
@media (max-width: 769px) {
  header .bottom-header .menu .catalog-block .search-container .search-result .item-s.main-category .left .content .description {
    font-size: 0.8rem;
  }
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s.main-category .left .content .price {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  header .bottom-header .menu .catalog-block .search-container .search-result .item-s.main-category .left .content .price {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s:hover {
  background: color-mix(in srgb, #322F2E 5%, white);
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s .left {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s .left svg {
  width: 1.5rem;
  height: 1.5rem;
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s .left .name {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  header .bottom-header .menu .catalog-block .search-container .search-result .item-s .left .name {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s .right {
  display: flex;
  align-items: center;
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s .right svg {
  width: 1.5rem;
  height: 1.5rem;
}
header .bottom-header .menu .catalog-block .search-container .search-result .item-s .right span {
  display: none;
}
header .bottom-header .menu .navigate-block {
  display: flex;
  gap: 2rem;
}
@media (max-width: 769px) {
  header .bottom-header .menu .navigate-block {
    display: none;
  }
}
header .bottom-header .menu .navigate-block .item-n {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
header .bottom-header .menu .navigate-block .item-n.w-badge {
  position: relative;
}
header .bottom-header .menu .navigate-block .item-n span {
  font-weight: 600;
}
header .bottom-header .category-menu {
  position: relative;
  display: flex;
  gap: 0.75rem;
  overflow: hidden;
  margin: 0 auto;
  width: calc(100vw - 16rem);
  max-width: 1600px;
  align-items: center;
}
@media (max-width: 769px) {
  header .bottom-header .category-menu {
    display: none;
  }
}
header .bottom-header .category-menu .swiper-header {
  padding: 1.25rem 2rem;
  background-color: color-mix(in srgb, #322F2E 3%, white);
  border-radius: 1000px;
}
header .bottom-header .category-menu .container_img_sec, header .bottom-header .category-menu .container_img {
  height: 3.5rem;
  aspect-ratio: 1/1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, #322F2E 3%, white);
  border-radius: 50%;
  position: relative;
  z-index: 50;
  border-radius: 62.5rem;
}
header .bottom-header .category-menu .container_img_sec {
  transform: rotate(180deg);
  z-index: 20;
}
header .bottom-header .category-menu .container_header {
  padding: 2rem 1.25rem;
  border-radius: 62.2rem;
}
header .bottom-header .category-menu .item-m {
  width: auto !important;
  white-space: nowrap;
}
@media (max-width: 769px) {
  header .bottom-header .category-menu .item-m:first-of-type {
    padding-left: 1.6rem;
  }
  header .bottom-header .category-menu .item-m:last-of-type {
    padding-right: 1.6rem;
  }
}
header .bottom-header .mobile-icon-panel {
  display: none;
  gap: 1.25rem;
  justify-self: end;
}
@media (max-width: 769px) {
  header .bottom-header .mobile-icon-panel {
    display: flex;
  }
}

footer {
  padding: 4rem 0;
  background: linear-gradient(0deg, rgba(50, 47, 46, 0.03) 0%, rgba(50, 47, 46, 0.03) 100%), #FFF;
  margin-top: 4rem;
}
@media (max-width: 769px) {
  footer:not(.index) {
    display: none;
  }
}
@media (max-width: 769px) {
  footer.index {
    margin-top: -5.5rem;
    margin-bottom: 80.5px;
  }
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
  gap: 7.5rem;
}
@media (max-width: 769px) {
  footer .footer-container {
    flex-direction: column;
    gap: 4rem;
  }
}
footer .footer-container .item-f {
  display: flex;
}
footer .footer-container .item-f:nth-of-type(1) {
  gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}
footer .footer-container .item-f:nth-of-type(1) .logo {
  width: 10.5rem;
}
footer .footer-container .item-f:nth-of-type(1) .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .footer-container .item-f:nth-of-type(1) .cooperation {
  color: color-mix(in srgb, #322F2E 40%, white);
}
footer .footer-container .item-f:nth-of-type(2) {
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 769px) {
  footer .footer-container .item-f:nth-of-type(2) {
    gap: 4rem;
  }
}
footer .footer-container .item-f:nth-of-type(2) .menu {
  display: flex;
  gap: 2rem;
}
@media (max-width: 769px) {
  footer .footer-container .item-f:nth-of-type(2) .menu {
    flex-direction: column;
    gap: 1.5rem;
  }
}
footer .footer-container .item-f:nth-of-type(2) .menu .item-m {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer .footer-container .item-f:nth-of-type(2) .menu .openSubMenu {
  position: relative;
}
footer .footer-container .item-f:nth-of-type(2) .menu .openSubMenu:hover > .sub-menu {
  visibility: visible;
}
footer .footer-container .item-f:nth-of-type(2) .menu .sub-menu {
  padding: 2rem;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  z-index: 2;
  border-radius: 0.75rem;
  width: 15rem;
  visibility: hidden;
}
footer .footer-container .item-f:nth-of-type(2) .menu .sub-menu .item-sb {
  color: color-mix(in srgb, #322F2E 40%, white);
}
footer .footer-container .item-f:nth-of-type(2) .menu .sub-menu .item-sb:not(:last-of-type) {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
footer .footer-container .item-f:nth-of-type(2) .payments {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 769px) {
  footer .footer-container .item-f:nth-of-type(2) .payments {
    gap: 1.5rem;
  }
}
footer .footer-container .item-f:nth-of-type(2) .payments .item-p:nth-of-type(1) {
  width: 3.5rem;
}
footer .footer-container .item-f:nth-of-type(2) .payments .item-p:nth-of-type(2) {
  width: 6.375rem;
}
footer .footer-container .item-f:nth-of-type(2) .payments .item-p:nth-of-type(3) {
  width: 4.8rem;
}
footer .footer-container .item-f:nth-of-type(3) {
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 769px) {
  footer .footer-container .item-f:nth-of-type(3) {
    gap: 2.25rem;
  }
}
footer .footer-container .item-f:nth-of-type(3) .item-fs {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
footer .footer-container .item-f:nth-of-type(3) .item-fs .dev:hover {
  color: #7A4B98 !important;
}
footer .footer-container .item-f:nth-of-type(3) .item-fs .phone {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  footer .footer-container .item-f:nth-of-type(3) .item-fs .phone {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
footer .footer-container .item-f:nth-of-type(3) .item-fs .work-time {
  color: color-mix(in srgb, #322F2E 40%, white);
}
footer .footer-container .item-f:nth-of-type(3) .item-fs .description {
  color: color-mix(in srgb, #322F2E 40%, white);
}
footer .footer-container .item-f:nth-of-type(3) .item-fs .description a {
  text-decoration: underline;
  color: color-mix(in srgb, #322F2E 40%, white);
  transition: all 0.2s ease-in;
}
footer .footer-container .item-f:nth-of-type(3) .item-fs .description a:hover {
  color: #5140ea;
}
footer .footer-container .item-f:nth-of-type(3) .item-fs a.description {
  font-weight: 600;
}

.brands-container {
  max-width: 1921px;
  margin: 0 auto;
}
.brands-container .item-b {
  height: 9.5rem;
}
.brands-container .item-b img {
  object-fit: contain;
}

.map-container {
  position: relative;
}
.map-container_full-column {
  grid-column: span 4;
}
.map-container__map {
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
}
.map-container__map#cdekMap {
  height: 22.75rem;
}
@media (max-width: 769px) {
  .map-container__map#cdekMap {
    height: 41.25rem;
  }
}
.map-container__info {
  z-index: 2;
  position: absolute;
  border-radius: 0.75rem;
  background-color: #FFFFFF;
  padding: 2rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100% - 4rem);
  overflow: auto;
}
@media (max-width: 769px) {
  .map-container__info {
    padding: 1.5rem;
    max-width: calc(100% - 3rem);
    height: calc(100% - 3rem);
  }
}
.map-container__info_fit_content {
  width: fit-content;
  max-width: 26rem;
}
@media (max-width: 769px) {
  .map-container__info_fit_content {
    width: calc(100% - 3rem);
    max-width: none;
  }
}
.map-container__info_small {
  padding: 1.25rem;
}
@media (max-width: 769px) {
  .map-container__info_small {
    padding: 1rem;
  }
}
.map-container__info_row {
  gap: 0.75rem;
}
.map-container__info_column {
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.map-container__info__text {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  width: 14rem;
}
@media (max-width: 769px) {
  .map-container__info__text {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.map-container__info__description {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  color: color-mix(in srgb, #322F2E 60%, white);
}
@media (max-width: 769px) {
  .map-container__info__description {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.map-container__info_position_top {
  top: 2rem;
}
@media (max-width: 769px) {
  .map-container__info_position_top {
    top: 1.5rem;
  }
}
.map-container__info_position_bottom {
  bottom: 2rem;
}
@media (max-width: 769px) {
  .map-container__info_position_bottom {
    bottom: 1.5rem;
  }
}
.map-container__info_position_left {
  left: 2rem;
}
@media (max-width: 769px) {
  .map-container__info_position_left {
    left: 1.5rem;
  }
}
.map-container__info_position_right {
  right: 2rem;
}
@media (max-width: 769px) {
  .map-container__info_position_right {
    right: 1.5rem;
  }
}
.map-container__info__contact-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
}
.map-container__info__contact-item:not(:nth-of-type(2)) {
  padding-top: 2rem;
  border-top: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.map-container__info__contact-item__title, .map-container__info__contact-item__description {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .map-container__info__contact-item__title, .map-container__info__contact-item__description {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.map-container__info__contact-item__description {
  color: color-mix(in srgb, #322F2E 40%, white);
}

.call-to-action-container {
  padding: 0;
  gap: 2rem;
}
@media (max-width: 769px) {
  .call-to-action-container {
    padding: 0;
  }
}
.call-to-action-container .call-to-action-swiper {
  grid-column: span 4;
  width: 100%;
  padding-bottom: 32px;
}
@media (max-width: 769px) {
  .call-to-action-container .call-to-action-swiper {
    grid-column: span 2;
  }
}
@media (max-width: 769px) {
  .call-to-action-container .call-to-action-swiper {
    height: 254px;
  }
}
.call-to-action-container .call-to-action-swiper .item-c {
  overflow: hidden;
  position: relative;
  border-radius: 0.75rem;
}
@media (max-width: 769px) {
  .call-to-action-container .call-to-action-swiper .item-c {
    border-radius: 0;
    margin: 0;
  }
}
.call-to-action-container .call-to-action-swiper .item-c .button {
  width: fit-content;
}
.call-to-action-container .call-to-action-swiper .item-c.cover {
  background-color: transparent;
}
.call-to-action-container .call-to-action-swiper .item-c.cover picture, .call-to-action-container .call-to-action-swiper .item-c.cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
}
.call-to-action-container .call-to-action-swiper .item-c.purple {
  background-color: #7A4B98;
}
.call-to-action-container .call-to-action-swiper .item-c.purple .button {
  background-color: #FFFFFF;
  color: #7A4B98;
}
.call-to-action-container .call-to-action-swiper .item-c.grey {
  background-color: #322F2E;
}
.call-to-action-container .call-to-action-swiper .item-c.grey .button {
  background-color: #7A4B98;
  color: #FFFFFF;
}
.call-to-action-container .call-to-action-swiper .item-c .left {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 10rem;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 769px) {
  .call-to-action-container .call-to-action-swiper .item-c .left {
    padding: 1.25rem;
    gap: 0;
  }
}
.call-to-action-container .call-to-action-swiper .item-c .left .title {
  color: #FFFFFF;
  font-size: 4.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0975rem;
  max-width: 44.3125rem;
  text-wrap: balance;
  word-wrap: balance;
}
@media (max-width: 769px) {
  .call-to-action-container .call-to-action-swiper .item-c .left .title {
    font-size: 3.333rem;
    letter-spacing: -0.05rem;
  }
}
.call-to-action-container .call-to-action-swiper .item-c img {
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 29rem;
  max-height: 29rem;
  object-position: bottom;
}
@media (max-width: 769px) {
  .call-to-action-container .call-to-action-swiper .item-c img {
    width: 14.75rem;
    height: 14.75rem;
  }
}

.hit-product-container {
  padding: 0 2.5rem 0;
}
@media (max-width: 769px) {
  .hit-product-container {
    padding: 0;
  }
}
.hit-product-container .swiper-hit-product {
  grid-column: span 4;
  width: 100%;
}
@media (max-width: 769px) {
  .hit-product-container .swiper-hit-product {
    grid-column: span 2;
  }
}
.hit-product-container .content {
  background-color: color-mix(in srgb, #322F2E 5%, white);
  width: 100%;
  padding: 7.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  border-radius: 2rem;
}
@media (max-width: 769px) {
  .hit-product-container .content {
    padding: 1.25rem;
    border-radius: 0;
    grid-template-columns: 1fr;
    gap: 1rem;
    display: inline-grid;
  }
}
.hit-product-container .content > .left, .hit-product-container .content > .right {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  grid-column: span 2;
}
@media (max-width: 769px) {
  .hit-product-container .content > .left, .hit-product-container .content > .right {
    grid-column: auto;
  }
}
.hit-product-container .content > .left {
  padding: 7.5rem;
  position: relative;
}
@media (max-width: 769px) {
  .hit-product-container .content > .left {
    padding: 3rem;
  }
}
.hit-product-container .content > .left .img-slider {
  aspect-ratio: 1/1;
  max-width: 27.5rem;
}
@media (max-width: 769px) {
  .hit-product-container .content > .left .img-slider {
    max-width: 15rem;
  }
}
.hit-product-container .content > .left .hit-product-pagination {
  position: absolute !important;
  top: auto !important;
  bottom: 2rem;
  transform: none;
}
.hit-product-container .content > .right {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .hit-product-container .content > .right {
    padding: 3rem;
    gap: 2rem;
  }
}
.hit-product-container .content > .right .top {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 769px) {
  .hit-product-container .content > .right .top {
    gap: 2.25rem;
  }
}
.hit-product-container .content > .right .top .item-r {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .hit-product-container .content > .right .top .item-r {
    gap: 1.5rem;
  }
}
.hit-product-container .content > .right .top .item-r .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .hit-product-container .content > .right .top .item-r .title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.hit-product-container .content > .right .top .item-r .info {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}
.hit-product-container .content > .right .top .item-r .info .article {
  color: color-mix(in srgb, #322F2E 40%, white);
}
.hit-product-container .content > .right .top .item-r .info .article > span {
  color: #322F2E;
}
.hit-product-container .content > .right .top .item-r .info .category {
  color: #7A4B98;
}
.hit-product-container .content > .right .bottom {
  display: flex;
  justify-content: space-between;
}
.hit-product-container .content > .right .bottom .left {
  display: flex;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 500px) {
  .hit-product-container .content > .right .bottom .left {
    justify-content: space-between;
    width: 100%;
  }
}
.hit-product-container .content > .right .bottom .left .price-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hit-product-container .content > .right .bottom .left .price-block .price {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .hit-product-container .content > .right .bottom .left .price-block .price {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.hit-product-container .content > .right .bottom .left .price-block .old-price {
  color: color-mix(in srgb, #322F2E 40%, white);
  text-decoration: line-through;
}
.hit-product-container .content > .right .bottom .right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 500px) {
  .hit-product-container .content > .right .bottom .right {
    display: none;
  }
}

.about-us-container {
  align-items: center;
  gap: 0 6.5rem;
}
@media (max-width: 769px) {
  .about-us-container {
    gap: 4rem 0;
  }
}
.about-us-container .left, .about-us-container .right {
  grid-column: span 2;
}
.about-us-container .left img {
  object-fit: contain;
}
.about-us-container .right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}
.about-us-container .right .title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .about-us-container .right .title {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
@media (max-width: 769px) {
  .about-us-container .right .text {
    height: 135px;
    overflow: hidden;
  }
  .about-us-container .right .text.show {
    height: auto;
  }
}
.about-us-container .right .button.mobile {
  display: none;
}
@media (max-width: 769px) {
  .about-us-container .right .button.mobile {
    display: flex;
  }
}
@media (max-width: 769px) {
  .about-us-container .right .button.desktop {
    display: none;
  }
}

.info-container .info-swiper {
  padding-bottom: 2.5rem;
}
.info-container.mobile {
  display: none;
}
@media (max-width: 769px) {
  .info-container.mobile {
    display: block;
    padding: 0;
  }
}
@media (max-width: 769px) {
  .info-container.desktop {
    display: none;
  }
}
.info-container .item-i {
  background-color: #322F2E;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  grid-column: span 2;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 769px) {
  .info-container .item-i {
    border-radius: 0;
    height: 18rem;
  }
}
.info-container .item-i .right {
  position: relative;
}
.info-container .item-i .right img {
  position: absolute;
  bottom: 0;
  right: -30px;
  height: auto;
}
.info-container .item-i .left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 3rem;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .info-container .item-i .left {
    padding: 1.25rem;
    justify-content: space-between;
    gap: 0;
  }
}
.info-container .item-i .left .description {
  color: color-mix(in srgb, #FFFFFF 40%, black);
}
.info-container .item-i .left .title {
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .info-container .item-i .left .title {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
@media (max-width: 769px) {
  .info-container .item-i .left .title {
    font-size: 4.875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.0975rem;
  }
}
@media (max-width: 769px) and (max-width: 769px) {
  .info-container .item-i .left .title {
    font-size: 3.333rem;
    letter-spacing: -0.05rem;
  }
}
.info-container .item-i.special-block {
  grid-column: span 4;
}
@media (max-width: 769px) {
  .info-container .item-i.special-block {
    grid-column: span 2;
  }
}
@media (max-width: 769px) {
  .info-container .item-i.special-block .right img {
    right: -5rem !important;
  }
}
.info-container .item-i.special-block .left {
  gap: 4.5rem;
  padding: 4rem;
}
@media (max-width: 769px) {
  .info-container .item-i.special-block .left {
    padding: 1.25rem;
    justify-content: flex-end;
    gap: 0;
  }
}
.info-container .item-i.special-block .left .title {
  font-size: 4.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0975rem;
}
@media (max-width: 769px) {
  .info-container .item-i.special-block .left .title {
    font-size: 3.333rem;
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 769px) {
  .info-container .item-i.special-block .left .title {
    position: absolute;
    width: 100%;
    top: 1.25rem;
  }
}

.top-section .top-section-container {
  align-items: center;
}
.top-section .top-section-container .title-block {
  grid-column: span 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .top-section .top-section-container .title-block {
    grid-column: span 2;
  }
}
.top-section .top-section-container .title {
  grid-column: span 4;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .top-section .top-section-container .title {
    grid-column: span 2;
  }
}
@media (max-width: 769px) {
  .top-section .top-section-container .title {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
.top-section .top-section-container .title.purple {
  color: #7A4B98;
}
@media (max-width: 769px) {
  .top-section .top-section-container .content .desktop {
    display: none;
  }
}
.top-section .top-section-container .content .mobile {
  display: none;
}
@media (max-width: 769px) {
  .top-section .top-section-container .content .mobile {
    display: block;
  }
}
.top-section .top-section-container_wishlist .title {
  grid-column: span 3;
}
@media (max-width: 769px) {
  .top-section .top-section-container_wishlist .title {
    grid-column: 1;
  }
}

.information-section .information-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding-top: 10rem;
}
.information-section .information-container .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
  text-align: center;
}
@media (max-width: 769px) {
  .information-section .information-container .title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.information-section .information-container .description {
  text-align: center;
}
.information-section .information-container .button {
  margin-top: 2rem;
}

.top-info-section .top-info-section-container {
  position: relative;
  height: 27.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 13rem;
}
.top-info-section .top-info-section-container.white .title, .top-info-section .top-info-section-container.white .description {
  color: #FFFFFF;
}
@media (max-width: 769px) {
  .top-info-section .top-info-section-container {
    padding: 2rem 1.6rem;
    height: 32rem;
  }
}
.top-info-section .top-info-section-container .background {
  width: calc(100vw - 20rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: -1;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 769px) {
  .top-info-section .top-info-section-container .background {
    width: 100vw;
    border-radius: 0;
  }
}
.top-info-section .top-info-section-container .top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.top-info-section .top-info-section-container .top .title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
  max-width: 28rem;
}
@media (max-width: 769px) {
  .top-info-section .top-info-section-container .top .title {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
.top-info-section .top-info-section-container .top .description {
  text-wrap: balance;
  max-width: 250px;
}

.discount-section .discount-container {
  margin: 0 auto;
  padding: 3rem;
  background-color: color-mix(in srgb, #322F2E 5%, white);
  border-radius: 1.5rem;
  width: calc(100vw - 14rem);
  max-width: calc(1920px - 14rem);
}
@media (max-width: 769px) {
  .discount-section .discount-container {
    width: 100vw;
    margin: 0;
    padding: 2rem 1.6rem;
    border-radius: 0;
  }
}
.discount-section .discount-container .title {
  grid-column: span 4;
  margin-bottom: 0.75rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .discount-section .discount-container .title {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
@media (max-width: 769px) {
  .discount-section .discount-container .title {
    grid-column: span 2;
  }
}
.discount-section .discount-container .item-d {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  cursor: pointer;
}
.discount-section .discount-container .item-d .photo {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0.75rem;
}

.video-section .video-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
}
.video-section .video-container .videos .item-v {
  height: 15rem;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.video-section .video-container .videos .item-v:after {
  content: "";
  background-image: url("/static/img/other/play_video_button.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  display: block;
}
.video-section .video-container .footer {
  align-self: center;
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 769px) {
  .video-section .video-container .footer {
    justify-content: space-between;
    width: 100%;
    padding: 0 1.6rem;
  }
}
.video-section .video-container .footer span {
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .video-section .video-container .footer span {
    max-width: 160px;
  }
}

.loyalty-point-section .loyalty-point-container .item-p {
  padding: 2rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  border-radius: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.loyalty-point-section .loyalty-point-container .item-p .header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.loyalty-point-section .loyalty-point-container .item-p .header .description {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p .header .description {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.loyalty-point-section .loyalty-point-container .item-p .percent {
  color: #7A4B98;
  font-size: 4.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0975rem;
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p .percent {
    font-size: 3.333rem;
    letter-spacing: -0.05rem;
  }
}
.loyalty-point-section .loyalty-point-container .item-p .img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.loyalty-point-section .loyalty-point-container .item-p:nth-of-type(1) {
  padding: 3rem;
  gap: 15.3125rem;
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(1) {
    gap: 6rem;
  }
}
.loyalty-point-section .loyalty-point-container .item-p:nth-of-type(2) {
  flex-direction: row;
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(2) {
    padding: 3rem;
  }
}
.loyalty-point-section .loyalty-point-container .item-p:nth-of-type(3) .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(3) .title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.loyalty-point-section .loyalty-point-container .item-p:nth-of-type(3) .percent {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(3) .percent {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
.loyalty-point-section .loyalty-point-container .item-p:nth-of-type(4) {
  width: 80%;
  height: 80%;
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(4) {
    width: 90%;
    height: 90%;
  }
}
.loyalty-point-section .loyalty-point-container .item-p:nth-of-type(4) .title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(4) .title {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.loyalty-point-section .loyalty-point-container .item-p:nth-of-type(4) .header .description {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(4) .header .description {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.loyalty-point-section .loyalty-point-container .item-p:nth-of-type(4) .percent {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(4) .percent {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.loyalty-point-section .loyalty-point-container .item-p:nth-of-type(1) .title, .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(2) .title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(1) .title, .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(2) .title {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
.loyalty-point-section .loyalty-point-container .item-p:nth-of-type(3), .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(4) {
  gap: 3.5rem;
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(3), .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(4) {
    gap: 3rem;
  }
}
.loyalty-point-section .loyalty-point-container .item-p:nth-of-type(3) .header, .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(4) .header {
  gap: 1.5rem;
}
@media (max-width: 769px) {
  .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(3) .header, .loyalty-point-section .loyalty-point-container .item-p:nth-of-type(4) .header {
    gap: 1.25rem;
  }
}

@media (max-width: 769px) {
  .more-loyalty-section .more-loyalty-container {
    row-gap: 3rem;
  }
}
.more-loyalty-section .more-loyalty-container .item-ml {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 769px) {
  .more-loyalty-section .more-loyalty-container .item-ml {
    align-items: center;
    grid-column: span 2;
  }
}
.more-loyalty-section .more-loyalty-container .item-ml .img {
  width: 13rem;
  aspect-ratio: 1/1;
}
.more-loyalty-section .more-loyalty-container .item-ml .title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .more-loyalty-section .more-loyalty-container .item-ml .title {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.more-loyalty-section .more-loyalty-container .item-ml .description {
  width: 95%;
  white-space: balance;
  text-wrap: balance;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .more-loyalty-section .more-loyalty-container .item-ml .description {
    text-align: center;
  }
}

.about-points-section .about-points-container .item-ap {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 769px) {
  .about-points-section .about-points-container .item-ap {
    grid-column: span 2;
  }
}
.about-points-section .about-points-container .item-ap .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
  color: #7A4B98;
}
@media (max-width: 769px) {
  .about-points-section .about-points-container .item-ap .title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.about-points-section .about-points-container .item-ap .description {
  color: color-mix(in srgb, #322F2E 40%, white);
  font-weight: 500;
}

.about-achievement-section .about-achievement-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .about-achievement-section .about-achievement-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.about-achievement-section .item-aa {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 1.25rem;
  height: 10.625rem;
  padding-right: 2rem;
  clip-path: polygon(0% 80%, 100% 100%, 100% 0%, 0% 20%);
}
@media (max-width: 769px) {
  .about-achievement-section .item-aa {
    height: 9rem;
    clip-path: polygon(0% 100%, 100% 80%, 100% 20%, 0% 0%);
    align-items: flex-start;
    padding-left: 3rem;
  }
}
@media (max-width: 769px) {
  .about-achievement-section .item-aa:nth-of-type(odd) {
    clip-path: polygon(0% 80%, 100% 100%, 100% 0%, 0% 20%);
    align-items: flex-end;
    padding-right: 3rem;
  }
}
.about-achievement-section .item-aa:nth-of-type(odd) .title, .about-achievement-section .item-aa:nth-of-type(odd) .description {
  color: #FFFFFF;
}
.about-achievement-section .item-aa.circle {
  border-radius: 50%;
}
@media (max-width: 769px) {
  .about-achievement-section .item-aa.circle {
    border-radius: 0;
  }
}
.about-achievement-section .item-aa.triangle {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 769px) {
  .about-achievement-section .item-aa.triangle {
    display: none;
  }
}
.about-achievement-section .item-aa.pyrple {
  background-color: #7A4B98;
}
.about-achievement-section .item-aa.yellow {
  background-color: #F6C54C;
}
.about-achievement-section .item-aa.teal {
  background-color: #5ECAAC;
}
.about-achievement-section .item-aa.orange {
  background-color: #EC7755;
}
.about-achievement-section .item-aa .title {
  font-size: 4.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0975rem;
}
@media (max-width: 769px) {
  .about-achievement-section .item-aa .title {
    font-size: 3.333rem;
    letter-spacing: -0.05rem;
  }
}

.main-catalog-container .item-c {
  --photo-width: 10.75rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  gap: 2rem;
}
@media (max-width: 769px) {
  .main-catalog-container .item-c {
    --photo-width: 16rem;
  }
}
@media (max-width: 769px) {
  .main-catalog-container .item-c {
    grid-column: span 2;
  }
}
.main-catalog-container .item-c > .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .main-catalog-container .item-c > .title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.main-catalog-container .item-c .categories {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: calc(100% - var(--photo-width));
  height: 10.375rem;
  overflow: auto;
}
@media (max-width: 769px) {
  .main-catalog-container .item-c .categories {
    gap: 2rem;
    width: calc(100% - var(--photo-width) + 6rem);
  }
}
.main-catalog-container .item-c .categories.full-width {
  width: 100%;
}
.main-catalog-container .item-c .categories::-webkit-scrollbar {
  width: 2px;
  border-radius: 1000px;
}
.main-catalog-container .item-c .categories::-webkit-scrollbar-track {
  background-color: color-mix(in srgb, #322F2E 5%, white);
}
.main-catalog-container .item-c .categories::-webkit-scrollbar-thumb {
  background-color: color-mix(in srgb, #322F2E 20%, white);
}
.main-catalog-container .item-c .categories .item-cc {
  font-weight: 500;
}
.main-catalog-container .item-c .category-photo {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  aspect-ratio: 1/1;
  width: var(--photo-width);
}
@media (max-width: 769px) {
  .main-catalog-container .item-c .category-photo {
    right: -4rem;
    bottom: 1rem;
  }
}

.loyalty-action-section .loyalty-action-container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background-color: #5ECAAC;
  margin: 0 auto;
  max-width: calc(100vw - 52.25rem);
  padding: 8rem 4.5rem;
  align-items: center;
  justify-content: center;
  clip-path: polygon(5% 90%, 100% 90%, 97% 0%, 0% 20%);
}
@media (max-width: 769px) {
  .loyalty-action-section .loyalty-action-container {
    clip-path: none;
    margin: 0;
    max-width: none;
  }
}
.loyalty-action-section .loyalty-action-container .title {
  font-size: 4.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0975rem;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 769px) {
  .loyalty-action-section .loyalty-action-container .title {
    font-size: 3.333rem;
    letter-spacing: -0.05rem;
  }
}
.loyalty-action-section .loyalty-action-container .links {
  display: flex;
  gap: 1rem;
}
@media (max-width: 769px) {
  .loyalty-action-section .loyalty-action-container .links {
    flex-direction: column;
    align-items: center;
  }
}

.product-item-section .product-item-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem 1.25rem;
  }
}
.product-item-section .product-item-container .product-photo-info-block {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  grid-column: span 2;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-photo-info-block {
    grid-column: span 4;
  }
}
.product-item-section .product-item-container .product-photo-info-block .photo-block {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1.875rem;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-photo-info-block .photo-block {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.25rem;
  }
}
.product-item-section .product-item-container .product-photo-info-block .photo-block .tumbler {
  height: 23.75rem;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-photo-info-block .photo-block .tumbler {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem 1.25rem;
    height: auto;
  }
}
.product-item-section .product-item-container .product-photo-info-block .photo-block .tumbler .all-photo {
  margin-top: 1.25rem;
  color: #7A4B98;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-photo-info-block .photo-block .tumbler .all-photo {
    grid-column: 4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product-item-section .product-item-container .product-photo-info-block .photo-block .tumbler .images-swiper {
  height: 100%;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-photo-info-block .photo-block .tumbler .images-swiper {
    grid-column: span 3;
    width: 100%;
  }
}
.product-item-section .product-item-container .product-photo-info-block .photo-block .tumbler .images-swiper .swiper-slide {
  max-height: 5rem;
  max-width: 5rem;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-photo-info-block .photo-block .tumbler .images-swiper .swiper-slide {
    max-height: none;
    max-width: none;
    aspect-ratio: 1;
  }
}
.product-item-section .product-item-container .product-photo-info-block .photo-block .tumbler .images-swiper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.product-item-section .product-item-container .product-photo-info-block .photo-block .tumbler .images-swiper .swiper-slide .img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}
.product-item-section .product-item-container .product-photo-info-block .photo-block .tumbler .images-swiper .swiper-slide .img img {
  object-fit: contain;
}
.product-item-section .product-item-container .product-photo-info-block .photo-block .product-swiper {
  width: 100%;
  height: 39.375rem;
}
@media (max-width: 500px) {
  .product-item-section .product-item-container .product-photo-info-block .photo-block .product-swiper {
    height: 27rem;
  }
}
.product-item-section .product-item-container .product-photo-info-block .photo-block .product-swiper .swiper-slide {
  border-radius: 6px;
}
.product-item-section .product-item-container .product-photo-info-block .photo-block .product-swiper .swiper-slide .img {
  height: 100%;
  border-radius: 6px;
}
.product-item-section .product-item-container .product-photo-info-block .photo-block .product-swiper .swiper-slide .img img {
  object-fit: contain;
}
.product-item-section .product-item-container .product-info-block {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 500px) {
  .product-item-section .product-item-container .product-info-block {
    gap: 3rem;
  }
}
.product-item-section .product-item-container .product-info-block .more-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #322F2E;
  max-width: 50rem;
}
.product-item-section .product-item-container .product-info-block .more-info article strong {
  font-weight: 800;
}
.product-item-section .product-item-container .product-info-block .more-info article ul, .product-item-section .product-item-container .product-info-block .more-info article ol, .product-item-section .product-item-container .product-info-block .more-info article li {
  padding: 0;
  margin: 0;
}
.product-item-section .product-item-container .product-info-block .more-info article ul, .product-item-section .product-item-container .product-info-block .more-info article ol {
  padding-left: 1rem;
}
.product-item-section .product-item-container .product-info-block .more-info article h2 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-info-block .more-info article h2 {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.product-item-section .product-item-container .product-info-block .more-info article h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-info-block .more-info article h3 {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.product-item-section .product-item-container .product-info-block .more-info .more-info-title span {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-info-block .more-info .more-info-title span {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.product-item-section .product-item-container .product-info-block .more-info .more-info-desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #322F2E;
}
.product-item-section .product-item-container .product-info-block .more-info .more-info-desc > .button {
  display: none;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-info-block .more-info .more-info-desc .button {
    display: flex;
  }
  .product-item-section .product-item-container .product-info-block .more-info .more-info-desc p {
    overflow: hidden;
    height: 100px;
  }
  .product-item-section .product-item-container .product-info-block .more-info .more-info-desc p.show {
    height: auto;
  }
}
.product-item-section .product-item-container .product-info-block .item-i.characteristic {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-item-section .product-item-container .product-info-block .item-i.characteristic .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-info-block .item-i.characteristic .title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.product-item-section .product-item-container .product-info-block .item-i.characteristic .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
  height: 90px;
}
.product-item-section .product-item-container .product-info-block .item-i.characteristic .content.show {
  height: auto;
}
@media (max-width: 500px) {
  .product-item-section .product-item-container .product-info-block .item-i.characteristic .content {
    gap: 1.5rem;
  }
}
.product-item-section .product-item-container .product-info-block .item-i.characteristic .content .item-c {
  width: 100%;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.product-item-section .product-item-container .product-info-block .item-i.characteristic .content .item-c .item-c-key {
  display: flex;
  align-items: flex-end;
}
.product-item-section .product-item-container .product-info-block .item-i.characteristic .content .item-c .item-c-key .key {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-info-block .item-i.characteristic .content .item-c .item-c-key .key {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.product-item-section .product-item-container .product-info-block .item-i.characteristic .content .item-c .item-c-key .item__dotted {
  border-top: 1px dashed color-mix(in srgb, #322F2E 10%, white);
  flex-grow: 1;
}
.product-item-section .product-item-container .product-info-block .item-i.characteristic .content .item-c a.value {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  color: #7A4B98;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-info-block .item-i.characteristic .content .item-c a.value {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.product-item-section .product-item-container .product-info-block .item-i.characteristic .content .item-c .value {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-info-block .item-i.characteristic .content .item-c .value {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.product-item-section .product-item-container .product-info-block {
  grid-column: span 2;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .product-info-block {
    grid-column: span 4;
  }
}
.product-item-section .product-item-container .info-section {
  grid-row: span 2;
  grid-column: 3;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .info-section {
    grid-column: span 4;
  }
}
.product-item-section .product-item-container .info-section > .item-i {
  padding: 2rem;
  background: color-mix(in srgb, #322F2E 5%, white);
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-item-section .product-item-container .info-section > .item-i.prices .availability {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #322F2E;
  position: relative;
}
.product-item-section .product-item-container .info-section > .item-i.prices .availability:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #5ECAAC;
  border-radius: 50%;
}
.product-item-section .product-item-container .info-section > .item-i.prices .availability.not-availability:before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #EC7755;
  border-radius: 50%;
}
.product-item-section .product-item-container .info-section > .item-i.prices .price-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-item-section .product-item-container .info-section > .item-i.prices .price-block .price {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #322F2E;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .info-section > .item-i.prices .price-block .price {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
.product-item-section .product-item-container .info-section > .item-i.prices .price-block .price .discount {
  position: relative;
  width: 4rem;
}
.product-item-section .product-item-container .info-section > .item-i.prices .price-block .price .discount i, .product-item-section .product-item-container .info-section > .item-i.prices .price-block .price .discount span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-item-section .product-item-container .info-section > .item-i.prices .price-block .price .discount svg {
  width: 4rem;
  height: 2rem;
}
.product-item-section .product-item-container .info-section > .item-i.prices .price-block .price .discount span {
  color: white;
}
.product-item-section .product-item-container .info-section > .item-i.prices .price-block .discount-block {
  display: flex;
  align-items: center;
}
.product-item-section .product-item-container .info-section > .item-i.prices .price-block .discount-block .old-price {
  font-size: 1.5rem;
  color: color-mix(in srgb, #322F2E 40%, white);
  text-decoration: line-through;
}
.product-item-section .product-item-container .info-section > .item-i.prices .btn-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media (max-width: 500px) {
  .product-item-section .product-item-container .info-section > .item-i.prices .btn-block {
    gap: 0.8rem;
  }
}
.product-item-section .product-item-container .info-section > .item-i.prices .btn-block .product-counter {
  background-color: #FFFFFF;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .info-section > .item-i.prices .btn-block .product-counter input {
    width: 100%;
  }
}
.product-item-section .product-item-container .info-section > .item-i.prices .btn-block .btn {
  width: 100%;
}
.product-item-section .product-item-container .info-section > .item-i.info .item-i {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.product-item-section .product-item-container .info-section > .item-i.info .item-i .title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #322F2E;
}
.product-item-section .product-item-container .info-section > .item-i.info .item-i .title span {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .info-section > .item-i.info .item-i .title span {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.product-item-section .product-item-container .info-section > .item-i.info .item-i .title i {
  height: 1.5rem;
  width: 1.5rem;
}
.product-item-section .product-item-container .info-section > .item-i.info .item-i .title i svg {
  height: 1.5rem;
  width: 1.5rem;
}
.product-item-section .product-item-container .info-section > .item-i.info .item-i ul {
  margin: 0;
  padding: 0 2rem;
  color: color-mix(in srgb, #322F2E 40%, white);
}
.product-item-section .product-item-container .info-section > .item-i.brand {
  background: transparent;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-item-section .product-item-container .info-section > .item-i.brand .text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 20.625rem;
}
@media (max-width: 769px) {
  .product-item-section .product-item-container .info-section > .item-i.brand .text {
    max-width: none;
  }
}
.product-item-section .product-item-container .info-section > .item-i.brand .text span {
  color: #322F2E;
}
.product-item-section .product-item-container .info-section > .item-i.brand .text span:last-of-type {
  font-weight: 600;
}
.product-item-section .product-item-container .info-section > .item-i.brand .text span a {
  color: #7A4B98;
}
.product-item-section .product-item-container .info-section > .item-i.brand .logo {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 4.375rem;
}
.product-item-section .product-item-container .info-section > .item-i.brand .logo img {
  object-fit: contain;
  width: auto;
}

.inBasket {
  background-color: rgb(100, 70, 125) !important;
}

.catalog-products-container {
  position: relative;
}
.catalog-products-container .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  grid-column: span 3;
  align-items: center;
  align-content: start;
}
@media (max-width: 769px) {
  .catalog-products-container .products.cards {
    display: grid !important;
  }
}
.catalog-products-container .products.large {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 769px) {
  .catalog-products-container .products.large {
    display: none !important;
  }
}
.catalog-products-container .products.list {
  grid-template-columns: auto;
}
@media (max-width: 769px) {
  .catalog-products-container .products.list {
    display: none !important;
  }
}
@media (max-width: 769px) {
  .catalog-products-container .products {
    grid-column: span 2;
    grid-template-columns: auto;
  }
}

.top-section-section.news .top-section-container .breadcrumbs {
  grid-column: 2/span 2;
}
@media (max-width: 769px) {
  .top-section-section.news .top-section-container .breadcrumbs {
    grid-column: span 2;
  }
}
.top-section-section.news .top-section-container .news-item-content-block {
  grid-column: 2/span 2;
  grid-row: 2;
}
@media (max-width: 769px) {
  .top-section-section.news .top-section-container .news-item-content-block {
    grid-column: span 2;
  }
}
.top-section-section.news .top-section-container .news-item-content-block .title {
  font-size: 4.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0975rem;
  color: #322F2E;
}
@media (max-width: 769px) {
  .top-section-section.news .top-section-container .news-item-content-block .title {
    font-size: 3.333rem;
    letter-spacing: -0.05rem;
  }
}

.news-item-section .news-item-container .news-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/span 2;
  width: 100%;
  max-height: 27.5rem;
  border-radius: 8px;
}
@media (max-width: 769px) {
  .news-item-section .news-item-container .news-item-img {
    grid-column: span 2;
  }
}
.news-item-section .news-item-container .news-item-img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item-section .news-item-container .news-item-text {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  grid-column: 2/span 2;
  color: #322F2E;
  padding-right: 8rem;
}
@media (max-width: 769px) {
  .news-item-section .news-item-container .news-item-text {
    grid-column: span 2;
    gap: 1.5rem;
  }
}
@media (max-width: 500px) {
  .news-item-section .news-item-container .news-item-text {
    padding-right: 0;
  }
}

@media (max-width: 769px) {
  .discounts-app-section .discounts-app-container {
    padding: 0;
  }
}
.discounts-app-section .discounts-app-container .discounts-app-block {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  grid-column: span 4;
  width: 100%;
  background-color: #7A4B98;
  border-radius: 0.75rem;
}
@media (max-width: 769px) {
  .discounts-app-section .discounts-app-container .discounts-app-block {
    border-radius: 0;
    display: flex;
    flex-direction: column;
  }
}
.discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  padding: 4rem;
  grid-column: span 2;
}
@media (max-width: 769px) {
  .discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block {
    gap: 3rem;
  }
}
@media (max-width: 500px) {
  .discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block {
    padding: 2rem;
  }
}
.discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block .discount-title-block {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 769px) {
  .discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block .discount-title-block {
    gap: 2rem;
  }
}
.discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block .discount-title-block .discount-title {
  font-size: 4.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0975rem;
  color: #FFFFFF;
  max-width: 41.25rem;
}
@media (max-width: 769px) {
  .discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block .discount-title-block .discount-title {
    font-size: 3.333rem;
    letter-spacing: -0.05rem;
  }
}
@media (max-width: 769px) {
  .discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block .discount-title-block .discount-title {
    font-size: 3.33333rem;
  }
}
.discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block .discount-title-block .discount-sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
  color: #FFFFFF;
  opacity: 0.4;
  max-width: 27rem;
}
@media (max-width: 769px) {
  .discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block .discount-title-block .discount-sub-title {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block .discount-download-btn-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 23.75rem;
}
@media (max-width: 769px) {
  .discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block .discount-download-btn-block {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    max-width: 13rem;
  }
}
.discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block .discount-download-btn-block .discount-download-btn {
  max-width: 11.25rem;
  border-radius: 8px;
}
@media (max-width: 769px) {
  .discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block .discount-download-btn-block .discount-download-btn {
    max-width: none;
    z-index: 1;
  }
}
.discounts-app-section .discounts-app-container .discounts-app-block .discounts-info-block .discount-download-btn-block .discount-download-btn img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #A6A6A6;
  pointer-events: none;
}
.discounts-app-section .discounts-app-container .discounts-app-block .discounts-img-block {
  display: flex;
  align-items: flex-end;
  grid-column: span 2;
  width: 100%;
  height: 100%;
}
@media (max-width: 769px) {
  .discounts-app-section .discounts-app-container .discounts-app-block .discounts-img-block {
    padding-left: 5rem;
    max-height: 17.5rem;
    margin-top: -17.5rem;
  }
}
.discounts-app-section .discounts-app-container .discounts-app-block .discounts-img-block img {
  max-height: 29rem;
}
@media (max-width: 769px) {
  .discounts-app-section .discounts-app-container .discounts-app-block .discounts-img-block img {
    max-height: none;
    max-height: 17.5rem;
    object-fit: contain;
  }
}

.products-slider-container {
  padding: 0;
}
@media (max-width: 769px) {
  .products-slider-container {
    padding-right: 0;
  }
}
.products-slider-container.fill-background {
  position: relative;
}
.products-slider-container.fill-background:before {
  content: "";
  width: calc(100% - 6rem);
  height: calc(100% + 8rem);
  background-color: color-mix(in srgb, #322F2E 3%, white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 0.75rem;
}
@media (max-width: 769px) {
  .products-slider-container.fill-background:before {
    width: 100%;
  }
}
.products-slider-container .header {
  padding: 0 10rem 0;
}
@media (max-width: 769px) {
  .products-slider-container .header {
    padding: 0 1.6rem;
  }
}
@media (max-width: 769px) {
  .products-slider-container .header .button {
    display: none;
  }
}
.products-slider-container .products-four-swiper {
  width: 100%;
  padding: 0 10rem 0;
  grid-column: span 4;
}
@media (max-width: 769px) {
  .products-slider-container .products-four-swiper {
    grid-column: span 2;
  }
}
@media (max-width: 769px) {
  .products-slider-container .products-four-swiper {
    padding: 0;
  }
}
.products-slider-container .products-four-swiper .swiper-slide {
  padding: 10px 0.625rem;
}
.products-slider-container > .button {
  display: none;
  grid-column: span 4;
}
@media (max-width: 769px) {
  .products-slider-container > .button {
    grid-column: span 2;
  }
}
@media (max-width: 769px) {
  .products-slider-container > .button {
    display: flex;
    justify-content: center;
  }
}

.info-text-section__container {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (max-width: 769px) {
  .info-text-section__container {
    gap: 2.25rem;
  }
}
.info-text-section__container__text-item {
  max-width: 48rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 769px) {
  .info-text-section__container__text-item {
    gap: 1.5rem;
    padding-top: 1.5rem;
  }
  .info-text-section__container__text-item:not(:first-of-type) {
    border-top: 1px solid color-mix(in srgb, #322F2E 10%, white);
  }
}
.info-text-section__container__text-item__title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .info-text-section__container__text-item__title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.info-text-section__container__text-item__discription {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .info-text-section__container__text-item__discription {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}

.contacts-info-section__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.contacts-info-section__container__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .contacts-info-section__container__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem 1.25rem;
  }
}
.contacts-info-section__container__items__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contacts-info-section__container__items__item__title, .contacts-info-section__container__items__item__description {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .contacts-info-section__container__items__item__title, .contacts-info-section__container__items__item__description {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.contacts-info-section__container__items__item__description {
  color: #7A4B98;
}

.brands-section__container {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4rem 1.25rem;
}
@media (max-width: 769px) {
  .brands-section__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem 1.25rem;
  }
}
.brands-section__container__navigation {
  display: flex;
  gap: 1rem;
  grid-column: span 6;
}
@media (max-width: 769px) {
  .brands-section__container__navigation {
    grid-column: span 2;
    flex-wrap: wrap;
  }
}
.brands-section__container__navigation__item-navigation {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .brands-section__container__navigation__item-navigation {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.brands-section__container__navigation__item-navigation:hover, .brands-section__container__navigation__item-navigation:active {
  color: #7A4B98;
  transform: scale(1.7);
}
.brands-section__container__item-brand {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.brands-section__container__item-brand__literal {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .brands-section__container__item-brand__literal {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.brands-section__container__item-brand__brands {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.error-section__container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: center;
}
@media (max-width: 769px) {
  .error-section__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5rem 1.25rem;
  }
}
.error-section__container__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 769px) {
  .error-section__container__left {
    grid-column: span 2;
  }
}
.error-section__container__left__title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
  text-align: center;
}
@media (max-width: 769px) {
  .error-section__container__left__title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.error-section__container__left__description {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 769px) {
  .error-section__container__left__description {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.error-section__container__left .button {
  margin-top: 2rem;
}
.error-section__container__right {
  grid-column: span 2;
}
@media (max-width: 769px) {
  .error-section__container__right {
    grid-row: 1;
  }
}
.error-section__container__right img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.reviews-section__container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .reviews-section__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.reviews-section__container__item-review {
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 769px) {
  .reviews-section__container__item-review {
    grid-column: span 2;
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
.reviews-section__container__item-review__header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.reviews-section__container__item-review__header__avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
}
.reviews-section__container__item-review__header__avatar img {
  width: 100%;
  height: 100%;
  object-position: center;
  -o-object-fit: cover;
}
.reviews-section__container__item-review__header__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.reviews-section__container__item-review__header__info__name {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 769px) {
  .reviews-section__container__item-review__header__info__name {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.reviews-section__container__item-review__header__info__date {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  color: color-mix(in srgb, #322F2E 40%, white);
  line-height: 1;
}
@media (max-width: 769px) {
  .reviews-section__container__item-review__header__info__date {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.reviews-section__container__item-review__content {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  height: 7.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 769px) {
  .reviews-section__container__item-review__content {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.reviews-section__container__btn-section {
  margin-top: 0.75rem;
  grid-column: 3;
}
@media (max-width: 769px) {
  .reviews-section__container__btn-section {
    grid-column: span 2;
  }
}

.news-page-section__container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .news-page-section__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.news-page-section__container__news {
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 769px) {
  .news-page-section__container__news {
    grid-column: span 2;
    padding: 1.5rem;
    gap: 1.5rem;
  }
}
.news-page-section__container__news__img {
  border-radius: 0.75rem;
  overflow: hidden;
}
.news-page-section__container__news__img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.news-page-section__container__news__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.news-page-section__container__news__content__title {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 450;
}
.news-page-section__container__news__content__text {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .news-page-section__container__news__content__text {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.news-page-section__container__news__content__date {
  font-size: 1rem;
  line-height: 1.3;
}

.figures-section .figures-container {
  position: relative;
  height: 39.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.figures-section .figures-container picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@media (max-width: 769px) {
  .products-container {
    gap: 2.25rem 1.25rem;
  }
}

.item-product {
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  height: 100%;
}
@media (max-width: 769px) {
  .item-product {
    padding: 1.5rem;
    gap: 1.5rem;
    justify-content: space-between;
  }
}
@media (max-width: 500px) {
  .item-product {
    grid-column: span 2;
  }
}
.item-product.notAvailable {
  pointer-events: none;
  background-color: color-mix(in srgb, #FFFFFF 40%, black);
  cursor: not-allowed;
}
.item-product .float-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: calc(100% - 4rem);
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.item-product .float-block .tag {
  justify-self: start;
}
.item-product .float-block .favoriteButton {
  justify-self: end;
  grid-column: 2;
}
.item-product .photo {
  width: 100%;
  height: 13.75rem;
}
@media (max-width: 1921px) {
  .item-product .photo {
    height: 12rem;
  }
}
.item-product .photo img {
  width: 100%;
  height: 100%;
}
.item-product .photo img:not(.empty) {
  object-fit: contain;
}
.item-product .name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  max-width: 226px;
}
.item-product .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-product.large {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 1rem;
}
.item-product.large .photo {
  grid-row: span 2;
}
.item-product.large .float-block {
  top: 4rem;
}
.item-product.large .name, .item-product.large .bottom {
  grid-column: span 2;
  align-items: center;
  align-self: end;
}
.item-product.list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 1.25rem;
}
.item-product.list .left-block, .item-product.list .right-block {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.item-product.list .left-block .photo {
  width: 5rem;
  height: 4.125rem;
}
.item-product.list .left-block .name {
  max-width: 13rem;
}
.item-product.list .right-block .price {
  margin-right: 1.75rem;
}
.item-product.small {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  padding: 0;
  border: none;
  max-width: 80%;
}
.item-product.small .content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.item-product.small .content .count {
  color: color-mix(in srgb, #322F2E 40%, white);
}
.item-product.small .photo {
  width: 6.25rem;
  height: auto;
  aspect-ratio: 1/1;
}
.item-product.orderProduct {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1.25rem;
  border: none;
  padding: 0;
  grid-column: auto !important;
}
.item-product.orderProduct .photo {
  grid-row: span 3;
  width: 6.25rem;
  height: 6.25rem;
}
.item-product.orderProduct .photo img {
  aspect-ratio: 1/1;
}
.item-product.orderProduct .name, .item-product.orderProduct .quantity, .item-product.orderProduct .price {
  grid-column: 2;
}
.item-product.orderProduct .name {
  padding-top: 0.8rem;
}
.item-product.orderProduct .price {
  padding-bottom: 0.8rem;
}
.item-product.orderProduct .quantity {
  color: color-mix(in srgb, #322F2E 40%, white);
}
.item-product.animation {
  --angle: 0deg;
  background: #FFFFFF;
}
.item-product.animation::before, .item-product.animation::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;
  background: linear-gradient(var(--angle), #7A4B98, #FFFFFF, #FFFFFF);
  animation: rotate 5s linear infinite;
  border-radius: 0.75rem;
}

.addToCart:before {
  content: "В корзину";
}
.addToCart.inBasket {
  background-color: #FFFFFF !important;
  border: 1px solid #7A4B98 !important;
}
.addToCart.inBasket:before {
  color: #7A4B98;
  content: "В корзине";
}

@keyframes rotate {
  0% {
    --angle: 0deg;
  }
  100% {
    --angle: 360deg;
  }
}
* {
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
  font-variant-numeric: lining-nums;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 769px) {
  * {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}

a {
  text-decoration: none;
  color: #322F2E;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  a {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}

p a {
  color: #7A4B98;
  font-weight: 600;
}

p, span, b, strong, ul, li {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  p, span, b, strong, ul, li {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}

p, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

body, html {
  padding: 0;
  margin: 0;
}

:root {
  --container: 1380px;
}
@media (max-width: 1441px) {
  :root {
    --container: 1280px;
  }
}
@media (max-width: 1367px) {
  :root {
    --container: 984px;
  }
}
@media (max-width: 1025px) {
  :root {
    --container: 728px;
  }
}
@media (max-width: 769px) {
  :root {
    --container: 385px;
  }
}
@media (max-width: 500px) {
  :root {
    --container: calc(100vw - 40px);
  }
}

img, picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.email-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.5rem;
  padding: 3rem 0;
}
.email-wrapper .email-title {
  font-size: 4.875rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.0975rem;
}
.email-wrapper .email-order-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
.email-wrapper .email-order-info span {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
  color: #7A4B98;
}
.email-wrapper .email-order-info__description {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
.email-wrapper .item-email {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}
.email-wrapper .item-email__title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
.email-wrapper .item-email__item-field {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.email-wrapper .payment-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.email-wrapper .payment-info__item {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
  color: color-mix(in srgb, #322F2E 40%, white);
}
.email-wrapper .payment-info__item span {
  font-size: inherit;
  line-height: inherit;
  color: #322F2E;
}

#basketInformationSection {
  display: none;
}

.cart-section {
  margin-top: 3rem;
}
.cart-section .cart-container .content-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cart-section .cart-container .content-block .top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .top-block .custom-checkbox {
    display: none;
  }
}
.cart-section .cart-container .content-block .top-block .button:not(.flush-cart) {
  display: none;
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .top-block .button:not(.flush-cart) {
    display: flex;
  }
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .top-block .flush-cart span {
    display: none;
  }
}
.cart-section .cart-container .content-block .top-block .flush-cart .delete {
  display: none;
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .top-block .flush-cart .delete {
    display: block;
  }
}
.cart-section .cart-container .content-block .products-block {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block {
    gap: 0;
  }
}
.cart-section .cart-container .content-block .products-block .item-p {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 0 2rem;
  padding: 2rem 3rem 2rem 0.75rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  border-radius: 0.75rem;
}
.cart-section .cart-container .content-block .products-block .item-p.notAllowed {
  pointer-events: none;
  opacity: 0.4;
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block .item-p {
    border-radius: 0;
    border: none;
    padding: 0;
    align-items: start;
  }
  .cart-section .cart-container .content-block .products-block .item-p:not(:last-of-type) {
    padding-bottom: 2rem;
  }
  .cart-section .cart-container .content-block .products-block .item-p:not(:first-of-type) {
    border-top: 1px solid color-mix(in srgb, #322F2E 10%, white);
    padding-top: 2rem;
  }
}
.cart-section .cart-container .content-block .products-block .item-p .left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.cart-section .cart-container .content-block .products-block .item-p .left .photo {
  width: 11.75rem;
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block .item-p .left .photo {
    width: 7.5rem;
  }
}
.cart-section .cart-container .content-block .products-block .item-p .left .photo img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.cart-section .cart-container .content-block .products-block .item-p .left .photo img.no-img {
  object-fit: cover;
}
.cart-section .cart-container .content-block .products-block .item-p .right {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2.75rem 8rem;
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block .item-p .right {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    justify-items: start;
  }
}
.cart-section .cart-container .content-block .products-block .item-p .right .name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block .item-p .right .name {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block .item-p .right .name {
    order: 1;
  }
}
.cart-section .cart-container .content-block .products-block .item-p .right .article {
  color: color-mix(in srgb, #322F2E 40%, white);
  grid-column: span 2;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block .item-p .right .article {
    font-size: 0.8rem;
  }
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block .item-p .right .article {
    grid-column: auto;
    order: 2;
    margin-top: -0.5rem;
  }
}
.cart-section .cart-container .content-block .products-block .item-p .right .article span {
  color: #322F2E;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block .item-p .right .article span {
    font-size: 0.8rem;
  }
}
.cart-section .cart-container .content-block .products-block .item-p .right .price {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block .item-p .right .price {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block .item-p .right .price {
    order: 4;
  }
}
.cart-section .cart-container .content-block .products-block .item-p .right .actions {
  display: flex;
  gap: 1.25rem;
  justify-self: end;
  align-items: flex-start;
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block .item-p .right .actions {
    justify-self: start;
    order: 3;
  }
}
@media (max-width: 769px) {
  .cart-section .cart-container .content-block .products-block .item-p .right .product-counter {
    order: 5;
  }
}

.profile-section__container__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: start;
  grid-column: span 3;
}
@media (max-width: 769px) {
  .profile-section__container__content {
    grid-column: span 2;
  }
}
.profile-section__container__content_col_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 769px) {
  .profile-section__container__content_col_2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 769px) {
  .profile-section__container__content_col_2 {
    grid-template-columns: 1fr;
  }
  .profile-section__container__content_col_2 .button {
    grid-column: auto;
  }
}
.profile-section__container__content_size_s {
  gap: 1.25rem;
}
.profile-section__container__content_size_m {
  gap: 2rem;
}
.profile-section__container__content__card-item {
  padding: 2rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  border-radius: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 1.25rem;
}
.profile-section__container__content__card-item__button {
  grid-column: span 2;
  justify-self: center !important;
}
@media (max-width: 769px) {
  .profile-section__container__content__card-item__button {
    grid-column: auto;
  }
}
.profile-section__container__content__card-item__content {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.profile-section__container__content__card-item__content__form-item {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 769px) {
  .profile-section__container__content__card-item__content__form-item {
    grid-column: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.profile-section__container__content__card-item_col_2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 769px) {
  .profile-section__container__content__card-item_col_2 {
    grid-template-columns: 1fr;
  }
}
.profile-section__container__content__card-item__title, .profile-section__container__content__card-item__description {
  grid-column: span 2;
}
@media (max-width: 769px) {
  .profile-section__container__content__card-item__title, .profile-section__container__content__card-item__description {
    grid-column: auto;
  }
}
.profile-section__container__content__card-item__title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .profile-section__container__content__card-item__title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.profile-section__container__content__card-item__description {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .profile-section__container__content__card-item__description {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.profile-section__container__content__card-item__history-item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  grid-column: span 2;
}
.profile-section__container__content__card-item__history-item__date {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.profile-section__container__content__card-item__history-item__transaction {
  display: grid;
  grid-template-columns: 3rem 1fr 2rem;
  gap: 0.75rem 1rem;
  width: 100%;
}
.profile-section__container__content__card-item__history-item__transaction__icon {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
  grid-row: span 2;
}
.profile-section__container__content__card-item__history-item__transaction__icon:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile-section__container__content__card-item__history-item__transaction__icon.negative {
  background-color: #7A4B98;
}
.profile-section__container__content__card-item__history-item__transaction__icon.negative:after {
  background-image: url("/static/img/icons/minus-white.svg");
}
.profile-section__container__content__card-item__history-item__transaction__icon.positive {
  background-color: #5ECAAC;
}
.profile-section__container__content__card-item__history-item__transaction__icon.positive:after {
  background-image: url("/static/img/icons/plus-white.svg");
}
.profile-section__container__content__card-item__history-item__transaction__summ {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  line-height: 1;
  align-self: end;
}
@media (max-width: 769px) {
  .profile-section__container__content__card-item__history-item__transaction__summ {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.profile-section__container__content__card-item__history-item__transaction__time {
  grid-column: 3;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
  justify-self: end;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .profile-section__container__content__card-item__history-item__transaction__time {
    font-size: 0.8rem;
  }
}
.profile-section__container__content__card-item__history-item__transaction__description {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
  line-height: 1;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .profile-section__container__content__card-item__history-item__transaction__description {
    font-size: 0.8rem;
  }
}
.profile-section__container__content__card-item__buttons {
  display: flex;
  grid-column: span 2;
  margin-top: 3.75rem;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 769px) {
  .profile-section__container__content__card-item__buttons {
    grid-column: auto;
  }
}
.profile-section__container__content__order-item {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
}
.profile-section__container__content__order-item__header {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: center;
  padding: 2rem;
}
@media (max-width: 769px) {
  .profile-section__container__content__order-item__header {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
.profile-section__container__content__order-item__header__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03rem;
}
@media (max-width: 769px) {
  .profile-section__container__content__order-item__header__title {
    font-size: 1.5rem;
    letter-spacing: -0.0225rem;
  }
}
.profile-section__container__content__order-item__header__description {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .profile-section__container__content__order-item__header__description {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
@media (max-width: 769px) {
  .profile-section__container__content__order-item__header__description {
    display: none;
  }
}
.profile-section__container__content__order-item__header__status {
  grid-column: 4;
  justify-self: end;
}
@media (max-width: 769px) {
  .profile-section__container__content__order-item__header__status {
    grid-column: 2;
  }
}
.profile-section__container__content__order-item__body__info {
  padding: 2rem;
  border-top: 1px solid color-mix(in srgb, #322F2E 10%, white);
  border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .profile-section__container__content__order-item__body__info {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.profile-section__container__content__order-item__body__info__info-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.profile-section__container__content__order-item__body__info__info-item_mobile {
  display: none;
}
@media (max-width: 769px) {
  .profile-section__container__content__order-item__body__info__info-item_mobile {
    display: flex;
  }
}
.profile-section__container__content__order-item__body__info__info-item__title {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  color: color-mix(in srgb, #322F2E 40%, white);
}
@media (max-width: 769px) {
  .profile-section__container__content__order-item__body__info__info-item__title {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.profile-section__container__content__order-item__body__info__info-item__description {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
@media (max-width: 769px) {
  .profile-section__container__content__order-item__body__info__info-item__description {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.profile-section__container__content__order-item__body__products {
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .profile-section__container__content__order-item__body__products {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .profile-section__container__content__order-item__body__products .order-product:not(:last-of-type) {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid color-mix(in srgb, #322F2E 10%, white);
  }
}

.payment-section .payment-container {
  padding-top: 4.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 769px) {
  .payment-section .payment-container {
    grid-column: span 2;
  }
}
.payment-section .payment-container .item-po {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.payment-section .payment-container .item-po .span-po {
  color: color-mix(in srgb, #322F2E 40%, white);
}
.payment-section .payment-container .item-po span {
  text-align: center;
  color: #322F2E;
}
.payment-section .payment-container .item-po span.purple {
  color: #7A4B98;
}
.payment-section .payment-container .item-po:nth-of-type(2) {
  margin-top: 2rem;
}
.payment-section .payment-container .item-po:nth-of-type(3) {
  margin-top: 3rem;
}
.payment-section .payment-container .button {
  margin-top: 4rem;
}

.authentication-section .authentication-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(90dvh - 17rem);
}
.authentication-section .authentication-container .authentication-form {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 25rem;
  width: 100%;
  gap: 4rem;
}
@media (max-width: 769px) {
  .authentication-section .authentication-container .authentication-form {
    gap: 3rem;
  }
}
.authentication-section .authentication-container .authentication-form._d-none {
  display: none;
}
.authentication-section .authentication-container .authentication-form .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.authentication-section .authentication-container .authentication-form .content .message-error {
  margin-top: -1rem;
  color: #EF546B;
}
.authentication-section .authentication-container .authentication-form .content .message-error._d-none {
  display: none;
}
.authentication-section .authentication-container .authentication-form .title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.06rem;
}
@media (max-width: 769px) {
  .authentication-section .authentication-container .authentication-form .title {
    font-size: 2.5rem;
    letter-spacing: -0.04rem;
  }
}
.authentication-section .authentication-container .authentication-form .footer {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}
.authentication-section .authentication-container .authentication-form .footer span, .authentication-section .authentication-container .authentication-form .footer a {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 769px) {
  .authentication-section .authentication-container .authentication-form .footer span, .authentication-section .authentication-container .authentication-form .footer a {
    font-size: 0.8rem;
  }
}
.authentication-section .authentication-container .authentication-form .footer span {
  color: color-mix(in srgb, #322F2E 40%, white);
}
.authentication-section .authentication-container .authentication-form .footer a {
  color: #7A4B98;
}
.authentication-section .authentication-container .authentication-form .prevStepAuthentication {
  position: absolute;
  right: calc(100% + 2rem);
  top: 10px;
}
@media (max-width: 769px) {
  .authentication-section .authentication-container .authentication-form .prevStepAuthentication {
    top: -3rem;
    right: auto;
    left: -0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}
.authentication-section .authentication-container .authentication-form .prevStepAuthentication span {
  display: none;
}
@media (max-width: 769px) {
  .authentication-section .authentication-container .authentication-form .prevStepAuthentication span {
    display: block;
    color: color-mix(in srgb, #322F2E 40%, white);
  }
}

@media (max-width: 769px) {
  .flushWishlist {
    justify-content: flex-end;
  }
  .flushWishlist span {
    display: none;
  }
}

#wishlistInformationSection {
  display: none;
}

.order-section__items {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 769px) {
  .order-section__items {
    grid-column: span 2;
  }
}
.order-section__items__order-item {
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid color-mix(in srgb, #322F2E 10%, white);
  background-color: #FFFFFF;
}
@media (max-width: 769px) {
  .order-section__items__order-item {
    padding: 1.5rem;
  }
}
.order-section__items__order-item.hidden {
  display: none;
}
.order-section__items__order-item.error .order-section__items__order-item__header__description {
  display: block;
  color: #EF546B;
}
.order-section__items__order-item.error .order-section__items__order-item__header__description:after {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  content: "Необходимо заполнение";
}
@media (max-width: 769px) {
  .order-section__items__order-item.error .order-section__items__order-item__header__description:after {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.order-section__items__order-item.accept .order-section__items__order-item__header__description {
  display: block;
  color: #5ECAAC;
}
.order-section__items__order-item.accept .order-section__items__order-item__header__description:after {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02rem;
  font-weight: 500;
  content: "Заполнение сохранено";
}
@media (max-width: 769px) {
  .order-section__items__order-item.accept .order-section__items__order-item__header__description:after {
    font-size: 1.25rem;
    letter-spacing: -0.00875rem;
  }
}
.order-section__items__order-item__header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
.order-section__items__order-item__header__title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.045rem;
}
@media (max-width: 769px) {
  .order-section__items__order-item__header__title {
    font-size: 2rem;
    letter-spacing: -0.03rem;
  }
}
.order-section__items__order-item__header__description {
  display: none;
}
.order-section__items__order-item__header__icon {
  position: absolute;
  right: 0;
  top: 0;
}
.order-section__items__order-item__header__icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url("/static/img/icons/plus-purple.svg");
}
.order-section__items__order-item__body__container {
  display: grid;
  gap: 2rem;
}
.order-section__items__order-item__body__container__buttons {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
.order-section__items__order-item__body__container__buttons .next-btn {
  justify-self: end;
  grid-column: 2;
}
.order-section__items__order-item__body__container__buttons .prev-btn {
  justify-self: start;
}
@media (max-width: 769px) {
  .order-section__items__order-item__body__container__buttons {
    grid-column: auto;
  }
}
.order-section__items__order-item__body__container #deliveryTariffs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media (max-width: 769px) {
  .order-section__items__order-item__body__container #deliveryTariffs {
    grid-template-columns: 1fr;
  }
}
.order-section__items__order-item__body__container_col-1 {
  grid-template-columns: 1fr;
}
.order-section__items__order-item__body__container_col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 769px) {
  .order-section__items__order-item__body__container_col-2 {
    grid-template-columns: 1fr;
  }
}
.order-section__items__order-item__body__container_col-2 #deliveryTariffs {
  grid-column: span 2;
}
@media (max-width: 769px) {
  .order-section__items__order-item__body__container_col-2 #deliveryTariffs {
    grid-column: auto;
  }
}
.order-section__items__order-item__body__container_col-2 .message {
  grid-column: span 2;
}

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