@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  color: #464646;
  font-family: "Raleway";
  scroll-padding-top: 100px;
}

html {
  display: flex;
  justify-content: center;
}

body {
  font-family: inherit;
  color: inherit;
  width: 100%;
}
body.--lock-scroll {
  overflow: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: inherit;
}

*.--clickable {
  cursor: pointer;
}

input[type=number].--without-arrows {
  -moz-appearance: textfield !important;
}
input[type=number].--without-arrows::-webkit-outer-spin-button, input[type=number].--without-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.header {
  background-color: #FFFAF2;
  padding-top: 20px;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  transition: height 0.5s;
}
.header .fancyBorder {
  display: none;
}
@media (max-width: 1420px) {
  .header .fancyBorder {
    display: block;
  }
}
@media (max-width: 1420px) {
  .header {
    height: 100px;
    overflow-y: hidden;
  }
  .header.--open-tablet {
    height: 385px;
    overflow-y: unset;
  }
}
@media (max-width: 768px) {
  .header {
    overflow-y: hidden;
  }
}
@media (max-width: 1048px) {
  .header.--open-mobile {
    height: 100dvh;
  }
}
.header > .wrapper {
  width: 1330px;
  margin: 0 auto;
}
.header > .wrapper .mobileLangaugeSwitcher {
  visibility: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header > .wrapper .mobileLangaugeSwitcher > .circle {
  position: absolute;
  display: inline-block;
  content: " ";
  border-radius: 50%;
  width: 11px;
  height: 11px;
  bottom: -5.5px;
  background-color: #FFFAF2;
  background-color: #DDBD8D;
  position: unset;
}
@media (max-width: 1048px) {
  .header > .wrapper .mobileLangaugeSwitcher {
    visibility: visible;
  }
}
.header > .wrapper .items {
  display: flex;
  column-gap: 10px;
}
@media (max-width: 1048px) {
  .header > .wrapper .items.--is-icons {
    display: none;
  }
}
.header > .wrapper .items.--is-icons-desktop {
  visibility: hidden;
}
@media (max-width: 1048px) {
  .header > .wrapper .items.--is-icons-desktop {
    visibility: visible;
  }
}
.header > .wrapper > .firstLine {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  color: #DDBD8D;
  margin-bottom: 20px;
}
.header > .wrapper > .firstLine .infoRow {
  display: flex;
  column-gap: 20px;
}
.header > .wrapper > .firstLine .infoRow:last-child {
  justify-content: flex-end;
}
.header > .wrapper > .firstLine .infoRow .icon {
  display: none;
}
@media (max-width: 1420px) {
  .header > .wrapper > .firstLine .infoRow .open-notebook {
    display: block;
  }
}
@media (max-width: 1048px) {
  .header > .wrapper > .firstLine .infoRow .open-notebook {
    display: none;
  }
}
@media (max-width: 1048px) {
  .header > .wrapper > .firstLine .infoRow .open-mobile {
    display: block;
  }
}
@media (max-width: 1048px) {
  .header > .wrapper > .firstLine .infoRow .dropdown {
    display: none;
  }
}
.header > .wrapper > .firstLine .logo {
  display: flex;
  justify-content: center;
}
.header > .wrapper > .categoryLine {
  display: flex;
  margin: 40px;
  justify-content: space-between;
  height: 1.15em;
  line-height: 1.15;
  gap: 10px;
}
.header > .wrapper > .categoryLine .fancyBorder {
  display: none;
}
@media (max-width: 1048px) {
  .header > .wrapper > .categoryLine .fancyBorder {
    display: block;
    width: 98%;
  }
}
.header > .wrapper > .categoryLine .mobile-contacts {
  display: none;
}
@media (max-width: 1048px) {
  .header > .wrapper > .categoryLine .mobile-contacts {
    display: flex;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #DDBD8D;
    gap: 30px;
    flex-direction: column;
    text-decoration: none;
  }
}
.header > .wrapper > .categoryLine > .item > .wrapper > .content {
  column-gap: 30px;
}
.header > .wrapper > .categoryLine > .item > .wrapper > .content > .leftSide {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 1420px) {
  .header > .wrapper > .categoryLine {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1048px) {
  .header > .wrapper > .categoryLine {
    flex-direction: column;
    gap: 30px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: 40px 0;
    flex-wrap: nowrap;
    height: calc(100dvh - 100px - 80px);
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .header > .wrapper > .categoryLine::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1420px) {
  .header > .wrapper {
    width: 1000px;
  }
}
@media (max-width: 1048px) {
  .header > .wrapper {
    width: 720px;
  }
}
@media (max-width: 768px) {
  .header > .wrapper {
    width: 345px;
  }
  .header > .wrapper .mobileLangaugeSwitcher {
    margin-bottom: 60px;
  }
}

.icon {
  display: inline-flex;
  width: var(--icon-size, 24px);
  height: var(--icon-size, 24px);
}
.icon .--size-small {
  --icon-size: 16px ;
}

.dropdown {
  position: relative;
  text-wrap: nowrap;
}
.dropdown > .wrapper {
  position: absolute;
  z-index: 5;
  top: 100%;
  padding-top: 20px;
  left: -30px;
}
.dropdown > .wrapper > .content {
  display: flex;
  flex-direction: column;
  background-color: #FFFAF2;
  padding: 30px;
  color: #464646;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  row-gap: 20px;
}
.dropdown:not(:hover) > .wrapper > .content {
  display: none;
}

a.link {
  color: #464646;
  text-decoration: none;
}
a.link .--ghost {
  color: inherit;
}
a.link:hover {
  color: #DDBD8D;
}

.label {
  font-size: 16px;
}
.label.--weight-600 {
  font-weight: 600;
}

.heroContainer {
  position: relative;
  margin: 0 30px;
}
.heroContainer > .downArrow {
  position: absolute;
  left: calc(50% - 12px);
  bottom: -40px;
  z-index: 5;
}
@media (max-width: 1048px) {
  .heroContainer > .downArrow {
    display: none;
  }
}
.heroContainer > .iconLinkWrapper {
  display: none;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  justify-content: center;
  z-index: 5;
}
@media (max-width: 1048px) {
  .heroContainer > .iconLinkWrapper {
    display: flex;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 20px;
  height: 800px;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
@media (max-width: 1048px) {
  .hero {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 582px;
  }
}
.hero > .video:after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: " ";
}
.hero > .image, .hero > .video {
  position: absolute;
  z-index: 0;
  inset: 0;
  filter: brightness(1);
}
.hero > .image img, .hero > .image iframe, .hero > .video img, .hero > .video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero > .circles {
  z-index: 2;
}
.hero > .circles::after, .hero > .circles::before {
  position: absolute;
  display: inline-block;
  content: " ";
  border-radius: 50%;
  width: 80px;
  height: 80px;
  bottom: -40px;
  background-color: #FFFAF2;
}
.hero > .circles::before {
  left: -40px;
}
.hero > .circles::after {
  right: -40px;
}
.hero > .half {
  max-width: calc(50% - 10px);
  width: 100%;
  z-index: 2;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.hero > .half.right {
  align-self: end;
}
@media (max-width: 1048px) {
  .hero > .half.right {
    display: none;
  }
}
.hero > .half > .content {
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.hero > .half > .content > .title {
  font-size: 96px;
  font-weight: 400;
  font-family: "Cormorant Garamond";
  line-height: 1;
  font-size: 76px;
  margin: 40px 0;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1420px) {
  .hero > .half > .content > .title {
    font-size: 80px;
  }
}
@media (max-width: 1048px) {
  .hero > .half > .content > .title {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .hero > .half > .content > .title {
    font-size: 40px;
    margin: 0;
  }
}
.hero > .half > .content > .subtitle {
  width: 75%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.17;
}
.hero > .half > .content > .banner-button {
  width: 200px;
  padding: 21px 40px 21px 40px;
  background: #DDBD8D;
  color: white;
  font-family: Cormorant Garamond;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 1048px) {
  .hero > .half {
    max-width: unset;
  }
}
.hero > .iconLinkWrapper {
  z-index: 2;
}
@media (max-width: 1048px) {
  .hero > .iconLinkWrapper {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero > .image, .hero > .video {
    filter: brightness(0.8);
  }
  .hero > .image img, .hero > .image iframe, .hero > .video img, .hero > .video iframe {
    object-position: 65% center;
  }
}
.button {
  display: flex;
  color: #FFFFFF;
  background-color: #DDBD8D;
  padding: 18px;
  gap: 10px;
  justify-content: center;
  transition: outline 1000ms ease-in;
  font-size: 24px;
  font-weight: 700;
  font-family: "Cormorant Garamond";
  line-height: 1;
}
.button.--italic {
  font-style: italic;
}
.button.--as-radio {
  color: #464646;
  background-color: #FFFAF2;
  padding: 8px 15px;
  text-wrap: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.17;
}

a.button:hover {
  outline: 2px solid #DDBD8D;
  color: #FFFFFF;
}

.buttons {
  display: flex;
  gap: 10px;
}

input:checked + .button.--as-radio {
  color: #FFFFFF;
  background-color: #DDBD8D;
}

.productPreview {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.productPreview > .imageWrapper {
  position: relative;
  overflow: hidden;
}
.productPreview > .imageWrapper::before {
  position: absolute;
  display: inline-block;
  content: " ";
  border-radius: 50%;
  width: 80px;
  height: 80px;
  bottom: -40px;
  background-color: #FFFAF2;
  right: -40px;
}
.productPreview > .imageWrapper > .image img {
  width: 310px;
  height: 310px;
  object-fit: cover;
}
@media (max-width: 1420px) {
  .productPreview > .imageWrapper > .image img {
    width: 232px;
    height: 232px;
  }
}
@media (max-width: 1048px) {
  .productPreview > .imageWrapper > .image img {
    width: 162px;
    height: 162px;
  }
}
@media (max-width: 768px) {
  .productPreview > .imageWrapper > .image img {
    width: 162px;
    height: 162px;
  }
}
.productPreview > .content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  color: #464646;
  text-align: center;
}
.productPreview > .content > .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.17;
  height: 2.34em;
  color: inherit;
  text-decoration: none;
}
.productPreview > .content > .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.17;
}
.productPreview > .content > .price > .fast-order {
  justify-content: center;
}
.productPreview > .content.--ui-2 > .price > .real-price {
  display: none;
}

.heading {
  display: flex;
  align-items: center;
  gap: 40px;
  --heading-color: var(--color-heading, #DDBD8D);
}
@media (max-width: 768px) {
  .heading {
    gap: 20px;
  }
}
.heading > .spacer {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--heading-color);
}
.heading > .spacer::before {
  position: absolute;
  display: inline-block;
  content: " ";
  border-radius: 50%;
  width: 11px;
  height: 11px;
  bottom: -5.5px;
  background-color: #FFFAF2;
  right: -5px;
  bottom: -5px;
  background-color: var(--heading-color);
}
.heading > .spacer:last-child::before {
  right: unset;
  left: -5px;
}
.heading > .title {
  font-size: 64px;
  font-weight: 500;
  font-family: "Cormorant Garamond";
  line-height: 1;
  color: var(--heading-color);
  text-transform: uppercase;
  text-wrap: nowrap;
  margin: 0;
}
@media (max-width: 1048px) {
  .heading > .title {
    font-size: 40px;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .heading > .title {
    text-wrap: wrap;
    text-align: center;
    width: 65vw;
    font-size: 32px;
    font-weight: 500;
    font-family: "Cormorant Garamond";
    line-height: 1;
  }
}

.container {
  width: 1330px;
  max-width: unset;
  margin: 0 auto;
}
@media (max-width: 1420px) {
  .container {
    width: 1000px;
  }
}
@media (max-width: 1048px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 345px;
  }
}
.container.--productDetalis {
  width: 876px;
}
@media (max-width: 1420px) {
  .container.--productDetalis {
    width: 658px;
  }
}
@media (max-width: 1048px) {
  .container.--productDetalis {
    width: 534px;
  }
}
@media (max-width: 768px) {
  .container.--productDetalis {
    width: 345px;
  }
}

.blocks {
  display: flex;
  flex-direction: column;
  --blocks-space: 100px;
  row-gap: var(--blocks-space);
}
.blocks.--tiny {
  row-gap: 30px;
}
.blocks.--tiny-large {
  row-gap: 40px;
}
.blocks.--with-top-margin {
  margin-top: 180px;
}
@media (max-width: 1420px) {
  .blocks.--with-top-margin {
    margin-top: 90px;
  }
}
@media (max-width: 1048px) {
  .blocks {
    --blocks-space: 80px;
  }
}
@media (max-width: 768px) {
  .blocks {
    --blocks-space: 60px;
  }
}

.main {
  margin-top: 180px;
}
@media (max-width: 1420px) {
  .main {
    margin-top: 90px;
  }
}

.swiper-container[withNavigation] .swiper-button-prev, .swiper-container[withNavigation] .swiper-button-next {
  color: #DDBD8D;
}
.swiper-container[withNavigation] .swiper-button-prev, .swiper-container[withNavigation] .swiper-button-next {
  width: 60px;
  height: 24px;
  background: none;
}
.footer {
  color: #464646;
  background-color: #DDBD8D;
  padding: 40px;
}
.footer .footer__view_all {
  border: none;
}
.footer > .container > .mainContent {
  display: flex;
  column-gap: 30px;
}
@media (max-width: 1420px) {
  .footer > .container > .mainContent {
    flex-wrap: wrap;
  }
}
@media (max-width: 1048px) {
  .footer > .container > .mainContent {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
}
.footer > .container > .mainContent > .logoAndCopyright {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 1420px) {
  .footer > .container > .mainContent > .logoAndCopyright {
    width: 100%;
    row-gap: 10px;
    margin-bottom: 40px;
  }
  .footer > .container > .mainContent > .logoAndCopyright > .other {
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 1048px) {
  .footer > .container > .mainContent > .logoAndCopyright {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .footer > .container > .mainContent > .logoAndCopyright > .other {
    gap: 2px;
    font-size: 14px;
  }
}
.footer > .container > .mainContent > .logoAndCopyright > .logo {
  width: 145px;
  height: 60px;
  filter: brightness(0.3);
}
@media (max-width: 1420px) {
  .footer > .container > .mainContent > .logoAndCopyright > .logo {
    height: unset;
  }
}
.footer > .container > .mainContent .titledBlock {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.footer > .container > .mainContent .titledBlock .arrow {
  display: none;
}
@media (max-width: 1048px) {
  .footer > .container > .mainContent .titledBlock {
    padding: 0 4px;
  }
  .footer > .container > .mainContent .titledBlock:not(:last-child) {
    height: 22px;
    overflow-y: hidden;
    overflow-x: visible;
    transition: height 0.2s;
  }
  .footer > .container > .mainContent .titledBlock:last-child .items {
    justify-content: center;
  }
  .footer > .container > .mainContent .titledBlock .arrow-holder {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .footer > .container > .mainContent .titledBlock .arrow {
    display: block;
    width: 10px;
    transition: transform 0.2s;
  }
  .footer > .container > .mainContent .titledBlock .fn_view_all {
    display: none;
  }
  .footer > .container > .mainContent .titledBlock a {
    display: block;
  }
  .footer > .container > .mainContent .titledBlock.--open {
    height: max-content;
  }
  .footer > .container > .mainContent .titledBlock.--open .arrow {
    transform: rotate(180deg);
  }
}
.footer > .container > .mainContent .titledBlock .title, .footer > .container > .mainContent .titledBlock > .items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer > .container > .mainContent .titledBlock .title {
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Cormorant Garamond";
  line-height: 1.21;
}
.footer > .container > .mainContent .titledBlock > .items {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.17;
}
.footer > .container > .mainContent .titledBlock > .items > .socialLink {
  color: #464646;
}
.footer > .container > .mainContent .titledBlock > .items.--horizontal {
  flex-direction: row;
}
.footer > .container > .mainContent .titledBlock > .items > .item {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.17;
}
.footer > .container > .mainContent > .itemsSquare {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1048px) {
  .footer > .container > .mainContent > .itemsSquare {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
}
.footer > .container > .mainContent .subscibeFormGroup {
  display: flex;
  border: 2px solid #464646;
  background-color: transparent;
  height: 50px;
}
.footer > .container > .mainContent .subscibeFormGroup .input {
  background-color: transparent;
  border: unset;
  outline: unset;
}
.footer > .container > .mainContent .subscibeFormGroup button[type=submit] {
  padding: 0 14px;
  background-color: transparent;
  border: unset;
  outline: unset;
}

.categoryGrid {
  display: grid;
  gap: 30px;
  grid-auto-columns: 310px;
  grid-auto-rows: 349px;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "block1 block1 block2 block3" "block1 block1 block4 block5" "block6 block7 block8 block9";
}
.categoryGrid::after {
  content: none;
  display: none;
}
.categoryGrid > .category_grid_item:nth-child(1) {
  grid-area: block1;
}
.categoryGrid > .category_grid_item:nth-child(2) {
  grid-area: block2;
}
.categoryGrid > .category_grid_item:nth-child(3) {
  grid-area: block3;
}
.categoryGrid > .category_grid_item:nth-child(4) {
  grid-area: block4;
}
.categoryGrid > .category_grid_item:nth-child(5) {
  grid-area: block5;
}
.categoryGrid > .category_grid_item:nth-child(6) {
  grid-area: block6;
}
.categoryGrid > .category_grid_item:nth-child(7) {
  grid-area: block7;
}
.categoryGrid > .category_grid_item:nth-child(8) {
  grid-area: block8;
}
.categoryGrid > .category_grid_item:nth-child(9) {
  grid-area: block9;
}
@media (max-width: 1420px) {
  .categoryGrid {
    gap: 24px;
    grid-auto-columns: 232px;
    grid-auto-rows: 271px;
  }
}
@media (max-width: 1048px) {
  .categoryGrid {
    grid-auto-columns: 162px;
    grid-auto-rows: 198px;
  }
}
@media (max-width: 768px) {
  .categoryGrid {
    gap: 30px;
    grid-auto-columns: 163px;
    grid-template-rows: 173px 173px repeat(auto-fill, 194px);
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "block1 block1" "block1 block1" "block2 block3" "block4 block5" "block6 block7" "block8 block9";
  }
}
.categoryGrid > .category_grid_item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  color: inherit;
  text-decoration: inherit;
}
@media (max-width: 768px) {
  .categoryGrid > .category_grid_item {
    row-gap: 15px;
  }
}
.categoryGrid > .category_grid_item > .title {
  height: 19px;
}
.categoryGrid > .category_grid_item > .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: var(--size, 310px);
}
.categoryGrid > .category_grid_item > .image img {
  width: 100%;
  object-fit: cover;
}
.categoryGrid > .category_grid_item > .image::after {
  bottom: -40px;
  right: -40px;
  position: absolute;
  display: inline-block;
  content: " ";
  border-radius: 50%;
  width: 80px;
  height: 80px;
  bottom: -40px;
  background-color: #FFFAF2;
}
.categoryGrid > .category_grid_item > .image.--2x2 {
  height: 689px;
}
@media (max-width: 1420px) {
  .categoryGrid > .category_grid_item > .image.--2x2 {
    height: 527px;
  }
}
@media (max-width: 1048px) {
  .categoryGrid > .category_grid_item > .image.--2x2 {
    width: 348px;
    height: 387px;
  }
}
@media (max-width: 768px) {
  .categoryGrid > .category_grid_item > .image.--2x2 {
    width: 345px;
    height: 345px;
  }
}
@media (max-width: 1420px) {
  .categoryGrid > .category_grid_item > .image {
    --size: 232px;
  }
}
@media (max-width: 1048px) {
  .categoryGrid > .category_grid_item > .image {
    --size: 162px;
  }
}
@media (max-width: 768px) {
  .categoryGrid > .category_grid_item > .image {
    --size: 163px;
  }
}
.categoryGrid > .category_grid_item > .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.17;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.categoryPreview {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 1420px) {
  .categoryPreview .category-preview-item {
    width: 232px;
  }
}
@media (max-width: 1048px) {
  .categoryPreview .category-preview-item {
    width: 162px;
  }
}
@media (max-width: 768px) {
  .categoryPreview .category-preview-item {
    width: 163px;
  }
}
.categoryPreview .category-preview-item .image {
  display: block;
  width: 310px;
  height: 310px;
  overflow: hidden;
}
@media (max-width: 1420px) {
  .categoryPreview .category-preview-item .image {
    width: 232px;
    height: 232px;
  }
}
@media (max-width: 1048px) {
  .categoryPreview .category-preview-item .image {
    width: 162px;
    height: 162px;
  }
}
@media (max-width: 768px) {
  .categoryPreview .category-preview-item .image {
    width: 163px;
    height: 163px;
  }
}
.categoryPreview .category-preview-item .image img {
  width: 100%;
  object-fit: cover;
}
.categoryPreview .content {
  padding-top: 20px;
  text-align: center;
}
.categoryPreview .content .title {
  color: unset;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 1420px) {
  .categoryPreview {
    gap: 19px;
  }
}
@media (max-width: 768px) {
  .categoryPreview {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 19px;
    margin-bottom: 60px;
  }
}

.fancyBorder {
  width: 100%;
  border-top: 1px solid var(--color-accent-primary);
  position: relative;
  margin: 5px 0;
}
.fancyBorder::before {
  position: absolute;
  display: inline-block;
  content: " ";
  border-radius: 50%;
  width: 11px;
  height: 11px;
  bottom: -5.5px;
  background-color: #FFFAF2;
  left: -5px;
  bottom: -5px;
  background-color: var(--color-accent-primary);
}
.fancyBorder::after {
  position: absolute;
  display: inline-block;
  content: " ";
  border-radius: 50%;
  width: 11px;
  height: 11px;
  bottom: -5.5px;
  background-color: #FFFAF2;
  right: -5px;
  bottom: -5px;
  background-color: var(--color-accent-primary);
}

.about-us {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .about-us {
    flex-direction: column;
  }
  .about-us > div {
    width: 100%;
  }
}
.about-us > div {
  width: 650px;
}
@media (max-width: 1048px) {
  .about-us > div {
    width: 348px;
  }
}
.about-us .about-us-left .dummy-text {
  margin: 20px 0px;
}
@media (max-width: 768px) {
  .about-us .about-us-left .dummy-text {
    display: none;
  }
}
.about-us .about-us-right .content {
  width: 490px;
  margin: auto;
}
.about-us .about-us-right .content .heading, .about-us .about-us-right .content .description {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about-us .about-us-right .content .heading, .about-us .about-us-right .content .description {
    margin-bottom: 30px;
  }
}
@media (max-width: 1048px) {
  .about-us .about-us-right .content {
    width: 300px;
  }
}
.about-us .about-us-right .content .description {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.78px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 1048px) {
  .about-us .about-us-right .content .description {
    font-size: 14px;
  }
}
.about-us .about-us-right .about-us-menu-link {
  font-family: Cormorant Garamond;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #DDBD8D;
  text-decoration: none;
}
.about-us .about-us-right .about-us-menu-link .fancy-arrow {
  margin-left: 10px;
}
.about-us .about-us-right .about-us-lady {
  margin-top: 80px;
}
@media (max-width: 1048px) {
  .about-us .about-us-right .about-us-lady {
    margin-top: 40px;
  }
}

.blockWithHeading {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .blockWithHeading {
    row-gap: 30px;
  }
}

.indexSliderBlock {
  background-color: #DDBD8D;
  padding-bottom: var(--blocks-space);
  overflow: hidden;
}
.indexSliderBlock > .container > .heading {
  --color-heading: #464646;
  padding: 40px 0;
}
.indexSliderBlock .swiper-container[withNavigation] {
  overflow: unset;
}
.indexSliderBlock .swiper-container[withNavigation] .swiper-button-prev, .indexSliderBlock .swiper-container[withNavigation] .swiper-button-next {
  color: #464646;
}
@media (max-width: 768px) {
  .indexSliderBlock .swiper-container[withNavigation] .swiper-button-prev, .indexSliderBlock .swiper-container[withNavigation] .swiper-button-next {
    left: inherit;
    right: inherit;
  }
}
.indexSliderBlock .swiper-container[withNavigation] .swiper-button-prev {
  left: -30px;
}
.indexSliderBlock .swiper-container[withNavigation] .swiper-button-next {
  right: -30px;
}
.indexSliderBlock .swiper-container[withNavigation] .swiper-slide:not(.swiper-slide-active) {
  opacity: 20%;
}
.indexSliderBlock .slideImage {
  position: relative;
  width: 1330px;
  height: 748px;
}
@media (max-width: 1420px) {
  .indexSliderBlock .slideImage {
    width: 1000px;
    height: 561px;
  }
}
@media (max-width: 1048px) {
  .indexSliderBlock .slideImage {
    width: 720px;
    height: 404px;
  }
}
@media (max-width: 768px) {
  .indexSliderBlock .slideImage {
    width: 376px;
    height: 211px;
  }
}
.indexSliderBlock .slideImage > .image {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.indexSliderBlock .slideImage > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexSliderBlock .slideImage > .circles {
  z-index: 2;
}
.indexSliderBlock .slideImage > .circles::after, .indexSliderBlock .slideImage > .circles::before {
  position: absolute;
  display: inline-block;
  content: " ";
  border-radius: 50%;
  width: 80px;
  height: 80px;
  bottom: -40px;
  background-color: #FFFAF2;
  background-color: #DDBD8D;
}
.indexSliderBlock .slideImage > .circles::before {
  left: -40px;
}
.indexSliderBlock .slideImage > .circles::after {
  right: -40px;
}

.titleWithContent {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.titleWithContent > .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.174;
}
.titleWithContent > .content {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.17;
}
.titleWithContent > .content a {
  display: unset;
}
.titleWithContent > .content p {
  margin: unset;
}

.clearfix {
  display: flex;
  padding: 20px 0;
  padding-top: 40px;
  gap: 30px;
}
@media (max-width: 1048px) {
  .clearfix {
    gap: 0;
  }
}

.left {
  width: 300px;
}
@media (max-width: 1048px) {
  .left {
    width: auto;
  }
}

.filter__name:first-child {
  padding-top: 0;
}

.right {
  width: 100%;
}
.right .products_container-new {
  width: 100%;
}
.right .products_container-new .products_container-wrapper {
  width: 100%;
}

.product_filters_buttons-new {
  display: none;
  gap: 23px;
  margin-bottom: 30px;
}
@media (max-width: 1048px) {
  .product_filters_buttons-new {
    display: flex;
  }
}
.product_filters_buttons-new .switch_mobile_filter-new, .product_filters_buttons-new .switch_mobile_sort-new {
  background: #DDBD8D;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: white;
  height: 69px;
  font-family: Cormorant Garamond;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 24.22px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  gap: 10px;
}
.product_filters_buttons-new .switch_mobile_sort-new {
  border: 1px solid black;
  color: black;
  background: #FFFAF2;
}

.price_range {
  display: flex;
  gap: 10px;
}
.price_range .price_label {
  max-width: unset;
  flex: unset;
  width: 100%;
}
.price_range .price_label input {
  width: 100%;
}

.products_container__header-new {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 34px;
}
@media (max-width: 1048px) {
  .products_container__header-new {
    display: none;
  }
}

.products_list {
  display: grid;
  grid-template-columns: 310px 310px 310px;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1420px) {
  .products_list {
    grid-template-columns: 232px 232px 232px;
    gap: 24px;
  }
}
@media (max-width: 1048px) {
  .products_list {
    grid-template-columns: 162px 162px 162px 162px;
  }
}
@media (max-width: 768px) {
  .products_list {
    grid-template-columns: 1fr 1fr;
    gap: 19px;
  }
}

@media (max-width: 1420px) {
  .products_container {
    margin-left: 230px;
    width: calc(100% - 230px);
  }
}

.sidebar .sidebar__header {
  display: none;
}
@media (max-width: 1420px) {
  .sidebar {
    width: 230px;
  }
}
@media (max-width: 1048px) {
  .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    transition: right 0.3s;
  }
  .sidebar .sidebar__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .sidebar .sidebar__header .sidebar__title {
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #DDBD8D;
  }
  .sidebar .sidebar__header .sidebar__header--close {
    color: #DDBD8D;
  }
  .sidebar.opened {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    right: 0;
    background: #FFFAF2;
    z-index: 120;
    padding: 30px;
  }
  .sidebar.opened .product_sort__title {
    display: none;
  }
  .sidebar.opened .product_sort__dropdown {
    visibility: visible;
    opacity: 1;
    background: unset;
    box-shadow: none;
    --webkit-box-shadow: none;
    position: relative;
    padding: 0;
  }
}

@media (max-width: 1420px) {
  .products_container__boxed {
    padding-left: 24px;
  }
}

.custom-page {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 1048px) {
  .custom-page {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .custom-page {
    padding-top: 40px;
  }
}
.custom-page .left-part, .custom-page .right-part {
  width: 50%;
  flex-grow: 0;
  height: 100%;
}
@media (max-width: 1048px) {
  .custom-page .left-part, .custom-page .right-part {
    width: 100%;
  }
}
.custom-page .contact-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-page .contact-items .contact-item {
  color: black;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-page .form__button {
  width: 100%;
  border: none;
}
.custom-page .left-part {
  padding: 80px;
  padding-bottom: 0;
}
.custom-page .left-part .heading {
  margin-bottom: 40px;
}
.custom-page .left-part .heading .title {
  font-size: 40px;
  width: 254px;
  text-align: center;
  text-wrap: unset;
}
@media (max-width: 1048px) {
  .custom-page .left-part {
    order: 1;
    margin-bottom: 40px;
    padding: 0;
  }
}
@media (max-width: 1048px) {
  .custom-page .right-part {
    order: 2;
    display: flex;
    justify-content: center;
  }
}
.custom-page .page-content p {
  line-height: 1.75;
  margin-bottom: 5px;
}
.custom-page .page-content ol, .custom-page .page-content ul {
  list-style-position: outside;
  padding-left: 20px;
}
.custom-page .page-content ol li, .custom-page .page-content ul li {
  margin-bottom: 5px;
}

@media (max-width: 1048px) {
  .page_information__container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page_information__container {
    padding: 0;
  }
}

.productInfo {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .productInfo {
    flex-direction: column;
  }
}
.productInfo > .gallerySlider {
  display: flex;
  gap: 20px;
  width: 650px;
}
.productInfo > .gallerySlider > .thumbs {
  width: 100%;
  min-width: 80px;
  max-height: 540px;
  order: -1;
}
.productInfo > .gallerySlider > .thumbs .thumb-image {
  width: 80px;
  height: fit-content;
  max-height: 80px;
}
.productInfo > .gallerySlider > .thumbs .thumb-image:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1048px) {
  .productInfo > .gallerySlider > .thumbs {
    order: unset;
  }
}
.productInfo > .gallerySlider .baseGalery {
  width: 540px;
}
.productInfo > .gallerySlider .baseGalery .swiper-slide.image {
  display: flex;
}
.productInfo > .gallerySlider .baseGalery .swiper-slide.image picture {
  margin: 0 auto;
}
@media (max-width: 1420px) {
  .productInfo > .gallerySlider .baseGalery {
    width: 384px;
  }
}
@media (max-width: 1048px) {
  .productInfo > .gallerySlider .baseGalery {
    width: 348px;
  }
}
@media (max-width: 768px) {
  .productInfo > .gallerySlider .baseGalery {
    width: 345px;
  }
}
.productInfo > .gallerySlider .image {
  position: relative;
  overflow: hidden;
}
.productInfo > .gallerySlider .image::after {
  position: absolute;
  display: inline-block;
  content: " ";
  border-radius: 50%;
  width: 80px;
  height: 80px;
  bottom: -40px;
  background-color: #FFFAF2;
  right: -40px;
}
@media (max-width: 1420px) {
  .productInfo > .gallerySlider {
    width: 488px;
  }
}
@media (max-width: 1048px) {
  .productInfo > .gallerySlider {
    width: 448px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .productInfo > .gallerySlider {
    width: 100%;
  }
}
.productInfo > .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.productInfo > .content > .title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Cormorant Garamond";
  line-height: 1;
  color: #DDBD8D;
}
.productInfo > .content > .detalis {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.17;
}
.productInfo > .content > .detalis > .text-accent {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.17;
}
.productInfo > .content > .viraintsAndOptions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.productInfo > .content > .viraintsAndOptions > .block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.productInfo > .content > .viraintsAndOptions > .block > .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.17;
  margin: 0;
}
.productInfo > .content > .viraintsAndOptions > .block > .variantChoser {
  display: flex;
  align-items: center;
  column-gap: 15px;
  outline: 1px solid #E1DFDB;
  padding: 4px;
  width: fit-content;
  cursor: pointer;
}
.productInfo > .content > .viraintsAndOptions > .block > .variantChoser > .variant {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.productInfo > .content > .viraintsAndOptions > .block > .variantChoser > .variant > .image {
  width: 60px;
  height: 60px;
}
.productInfo > .content > .viraintsAndOptions > .block > .variantChoser > .variant > .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.17;
}
.productInfo > .content > .price {
  font-size: 32px;
  font-weight: 600;
  font-family: "Cormorant Garamond";
  line-height: 1;
}
.productInfo > .content > .price.--old {
  text-decoration: line-through;
}
.productInfo > .content > .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1048px) {
  .productInfo > .content > .buttons {
    flex-direction: column;
  }
}
@media (max-width: 1048px) {
  .productInfo > .content > .buttons > * {
    width: 100%;
  }
}

.text {
  text-decoration: none;
}
.text:has(svg) {
  display: flex;
  column-gap: 10px;
}
.text.--color-accent {
  color: #DDBD8D;
}
.text.--italic {
  font-style: italic;
}
.text.--as-heading-7 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Cormorant Garamond";
  line-height: 1;
}

.cartItems {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cartItems > .cartItem {
  display: flex;
  column-gap: 20px;
}
.cartItems > .cartItem > .imageLink > .image {
  height: 100px;
  width: 100px;
}
.cartItems > .cartItem > .item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.17;
}
.cartItems > .cartItem > .item > .variantInfo {
  display: flex;
  column-gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.17;
}
.cartItems > .cartItem > .item > .variantInfo > .title {
  color: #AFAFAF;
}
.cartItems > .cartItem > .item > .amountAndPrice {
  display: flex;
  row-gap: 10px;
  justify-content: space-between;
}
.cartItems > .cartItem > .item > .amountAndPrice > .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.17;
  color: #464646;
}
.cartItems > .fancyBorder {
  margin: 0;
}

.orderSummary {
  display: flex;
  gap: 50px;
}
@media (max-width: 1048px) {
  .orderSummary {
    flex-direction: column;
  }
}
.orderSummary > .right > .title, .orderSummary > .left > .title {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
}
.orderSummary > .right > .title > .bold, .orderSummary > .left > .title > .bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.174;
}
.orderSummary > .left {
  position: relative;
  width: 100%;
}
.orderSummary > .left::after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: -25px;
  width: 1px;
  background-color: #DDBD8D;
}
@media (max-width: 1048px) {
  .orderSummary > .left::after {
    display: none;
  }
}
.orderSummary > .left > .sections {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.orderSummary > .left > .sections > .section {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.orderSummary > .left > .sections > .section > .head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.174;
}
.orderSummary > .left > .sections > .section > .content {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.orderSummary > .left > .sections > .section > .content > .fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .orderSummary > .left > .sections > .section > .content > .fields {
    display: flex;
    flex-direction: column;
  }
}
.orderSummary > .left > .sections > .section > .content .field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.orderSummary > .left > .sections > .section > .content .field > .label {
  color: #AFAFAF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.17;
}
.orderSummary > .left > .sections > .section > .content .field > input, .orderSummary > .left > .sections > .section > .content .field > textarea {
  all: unset;
  padding: 20px;
  outline: 1px solid #E1DFDB;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.17;
}
.orderSummary > .left > .sections > .section > .content .field > .help {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.17;
  height: 1em;
}
.orderSummary > .left > .sections > .section > .content .checkboxWithLabel {
  display: flex;
  gap: 20px;
  padding: 20px;
  align-items: center;
}
.orderSummary > .left > .sections > .section > .content .checkboxWithLabel > .label {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.17;
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
}
.orderSummary > .left > .sections > .section > .content .checkboxWithLabel > .label .--secondary {
  color: #AFAFAF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
}
.orderSummary > .left > .sections > .section > .content .checkboxWithLabel:has(.checkbox:checked) {
  outline: 2px solid #DDBD8D;
}
.orderSummary > .left > .sections > .section > .content .checkboxWithLabel > .checkbox {
  all: unset;
  position: relative;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  outline: 1px solid #E1DFDB;
}
.orderSummary > .left > .sections > .section > .content .checkboxWithLabel > .checkbox:checked::before {
  content: " ";
  position: absolute;
  top: calc(50% - 5px);
  right: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DDBD8D;
}
.orderSummary > .right {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 423px;
}
@media (max-width: 1420px) {
  .orderSummary > .right {
    width: 317px;
  }
}
@media (max-width: 1048px) {
  .orderSummary > .right {
    width: unset;
  }
}
.orderSummary > .right > .prices {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.orderSummary > .right > .prices > .priceLine {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  align-items: baseline;
}
.orderSummary > .right > .prices > .priceLine > .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.17;
}
.orderSummary > .right > .prices > .priceLine > .price.--total {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.174;
}

.popupCart {
  display: flex;
  padding: 30px;
  gap: 30px;
  flex-direction: column;
  width: 710px;
}
@media (max-width: 1048px) {
  .popupCart {
    width: 582px;
  }
}
@media (max-width: 768px) {
  .popupCart {
    width: 100vw;
    height: 100vh;
  }
}
.popupCart > .head {
  display: flex;
  justify-content: space-between;
  color: #DDBD8D;
}
.popupCart > .head > .title {
  font-size: 32px;
  font-weight: 600;
  font-family: "Cormorant Garamond";
  line-height: 1;
  text-transform: uppercase;
}
.popupCart > .cartItem {
  display: flex;
  gap: 30px;
}
.popupCart > .cartItem .image {
  height: 100px;
  width: 100px;
}
.popupCart > .cartItem > .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.popupCart > .cartItem > .content > .head {
  display: flex;
  gap: 10px;
}
.popupCart > .cartItem > .content > .head > .content {
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex: 1;
}
.popupCart > .cartItem > .content > .head > .content > .firstLine {
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
}
.popupCart > .cartItem > .content > .head > .content > .firstLine > .title {
  all: unset;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.17;
}
.popupCart > .cartItem > .content > .head > .content > .secondaryLine {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.17;
}
.popupCart > .cartItem > .content > .head > .content > .secondaryLine > .entry {
  display: flex;
  column-gap: 10px;
}
.popupCart > .cartItem > .content > .head > .content > .secondaryLine > .entry > .title {
  color: #AFAFAF;
}
.popupCart > .cartItem > .content > .head > .content > .secondaryLine > .entry > .hr {
  color: #AFAFAF;
}
.popupCart > .cartItem > .content > .head > .content > .secondaryLine > .entry > .hr::before {
  content: "|";
}
.popupCart > .cartItem > .content > .amountAndPrice {
  display: flex;
  justify-content: space-between;
}
.popupCart > .cartItem > .content > .amountAndPrice > .amountChose {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.17;
}
.popupCart > .cartItem > .content > .amountAndPrice > .amountChose input {
  all: unset;
  display: block;
  width: 2ex;
}
.popupCart > .cartItem > .content > .amountAndPrice > .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.17;
}
.popupCart > .foot {
  display: flex;
}
.popupCart > .foot > .backAndTotalPrice {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.17;
}
.popupCart > .foot > .backAndTotalPrice .totalPrice {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.popupCart > .foot > .backAndTotalPrice .totalPrice .price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.174;
}

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