/*
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');
*/
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Thin.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-ExtraLight.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Light.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Regular.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Medium.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-SemiBold.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Bold.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeologicaCursive";
  src: url("/wp-content/themes/organictime/fonts/GeologicaCursive-Black.woff2") format("woff2"), url("/wp-content/themes/organictime/fonts/GeologicaCursive-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 2561px) {
  .wrapper {
    max-width: 1344px;
  }
}

body {
  background: #F9F7F2;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

html, body {
  font-family: "GeologicaCursive", sans-serif;
}

.section {
  padding-left: 16px;
  padding-right: 16px;
}

.section-nr {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .section-nr {
    padding-left: 16px;
    padding-right: 0;
  }
}

.borderRadius {
  border-radius: 12px;
}

.subscription__btn a {
  border-radius: 100px;
  border: 1px solid #2A2A2A;
  padding: 12px 20px;
  width: fit-content;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.subscription__btn a:hover {
  color: #FFFFFF;
  background-color: #496B50;
  border-color: #496B50;
}

.dsp-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
}

.interior-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 98px;
  margin-bottom: 98px;
  gap: 40px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .interior-block {
    margin-top: 64px;
    margin-bottom: 64px;
    gap: 24px;
  }
}

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

.align-items-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.align-items-unset {
  -webkit-align-items: unset;
  align-items: unset;
}

.justify-content-unset {
  -webkit-justify-content: unset;
  justify-content: unset;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.justify-content-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-direction-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-direction-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-direction-column-reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-flow-column-wrap {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}

.flex-end {
  -webkit-align-items: flex-end;
  align-items: end;
  -webkit-justify-content: flex-end;
  justify-content: end;
}

.center-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading-hero {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .heading-hero {
    font-size: 40px;
  }
}

.font-heading-hero {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-hero {
    font-size: 40px;
  }
}

.font-heading-promo {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.font-heading-subhero {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subhero {
    font-size: 24px;
  }
}

.font-heading-block-title {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-block-title {
    font-size: 30px;
  }
}

.font-heading-subblock-title {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subblock-title {
    font-size: 18px;
  }
}

.font-heading-subblock2-title {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-heading-subblock2-title {
    font-size: 16px;
  }
}

.font-product-card-text {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-weight: 250;
  line-height: 140%;
  color: #2A2A2A;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-card-text {
    font-size: 16px;
  }
}

.font-product-old-price {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #878787;
  text-decoration: line-through;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-old-price {
    font-size: 12px;
  }
}

.font-product-price {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  color: #2A2A2A;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-product-price {
    font-size: 16px;
  }
}

.font-button-text {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #2A2A2A;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-button-text {
    font-size: 14px;
  }
}
.font-button-text:hover {
  background-color: #496B50;
  color: #FFFFFF;
}

.font-menu-item {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  color: #2A2A2A;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-menu-item {
    font-size: 12px;
  }
}

.font-label-item {
  font-family: "GeologicaCursive", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #2A2A2A;
}
@media (min-width: 320px) and (max-width: 768px) {
  .font-label-item {
    font-size: 8px;
  }
}

.breadcrumbs {
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 24px;
    margin-top: 10px;
  }
}
.breadcrumbs .breadcrumbs_content {
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs .breadcrumbs_content span {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.breadcrumbs .breadcrumbs_content span:not(:first-child) {
  color: #878787;
}

.prod {
  margin-top: 40px;
  margin-bottom: 72px;
  /*  @media (max-width: 665px) {
      padding-top: 0;
      padding-bottom: 0;
    }*/
}
.prod .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 60px;
  /*@media (max-width: 985px) {
    @include flex-direction-column;
    .prod_slider, .prod_meta {
      width: 100%;
    }
    .prod_slider {
    }
    .prod_meta {
      max-width: 985px;

      .prod_bottom {
        max-width: 658px;
        width: 100%;
      }
    }
  }

  @media (max-width: 685px) {
    @include flex-direction-column;
    .prod_slider, .prod_meta {
      width: 100%;
    }
    .prod_slider {
      margin-bottom: 49px;
      margin-right: 0;
    }
  }

  @media (max-width: 665px) {
    padding-top: 24px;
    padding-bottom: 40px;
  }*/
}
@media (min-width: 320px) and (max-width: 768px) {
  .prod .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 320px) and (max-width: 1441px) {
  .prod .wrapper {
    gap: 24px;
  }
}
.prod .wrapper .prod_slider {
  max-width: 49%;
  flex: 1;
  /*margin-right: 10px;*/
  height: fit-content;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .prod .wrapper .prod_slider {
    max-width: 49%;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .prod .wrapper .prod_slider {
    max-width: 100%;
  }
}
.prod .wrapper .prod_slider .all_content_foto {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  position: relative;
  gap: 12px;
  /*@media (max-width: 685px) {
    @include flex-direction-column;
    .prod_slider_control {
      order: 2;
      margin-top: 10px;
      max-width: 568px;
      margin-right: 0;
      margin-bottom: 0;
    }
    .prod_slider_all {
      .prod_slider_all_wrapper {
        .slider_all {
          img {
            height: auto;

          }
        }
      }
    }
  }*/
}
@media (min-width: 320px) and (max-width: 1441px) {
  .prod .wrapper .prod_slider .all_content_foto {
    flex-direction: column-reverse;
  }
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  max-width: 86px;
  width: 100%;
  /*overflow: hidden;
  margin-right: 10px;
  margin-bottom: -10px;*/
}
@media (min-width: 320px) and (max-width: 1441px) {
  .prod .wrapper .prod_slider .all_content_foto .prod_slider_control {
    flex-direction: row;
    max-width: 475px;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_control .prod_slider_control_wrapper {
  height: auto;
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_control .prod_slider_control_wrapper .slider_control {
  width: 84px;
  height: 84px;
  border: 2px solid #F2F0EB;
  border-radius: 12px;
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_control .prod_slider_control_wrapper .slider_control img {
  object-fit: cover;
  width: 84px;
  height: 84px;
  display: block;
  border-radius: 12px;
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_control .prod_slider_control_wrapper .swiper-slide-thumb-active {
  border: 1px solid #496B50;
  border-radius: 12px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .prod .wrapper .prod_slider .all_content_foto .prod_slider_control {
    display: none;
  }
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_all {
  max-width: 546px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1441px) {
  .prod .wrapper .prod_slider .all_content_foto .prod_slider_all {
    max-width: 100%;
  }
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_all .prod_slider_all_wrapper .slider_all {
  max-width: 546px;
  width: 100%;
  height: auto;
}
@media (min-width: 320px) and (max-width: 1441px) {
  .prod .wrapper .prod_slider .all_content_foto .prod_slider_all .prod_slider_all_wrapper .slider_all {
    max-width: 100%;
  }
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_all .prod_slider_all_wrapper .slider_all img {
  object-fit: cover;
  max-width: 568px;
  width: 100%;
  height: 568px;
  display: block;
  border-radius: 12px;
  background: #F3EFE6;
}
@media (min-width: 320px) and (max-width: 1441px) {
  .prod .wrapper .prod_slider .all_content_foto .prod_slider_all .prod_slider_all_wrapper .slider_all img {
    max-width: 100%;
    height: 402px;
  }
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_all .prod_like {
  all: unset;
  padding: 15px;
  border-radius: 100%;
  background-color: #fff;
  width: 30px;
  height: 30px;
  transition: background-color 0.3s ease-in-out;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 768px) {
  .prod .wrapper .prod_slider .all_content_foto .prod_slider_all .prod_like {
    padding: 10px;
    width: 20px;
    height: 20px;
  }
  .prod .wrapper .prod_slider .all_content_foto .prod_slider_all .prod_like svg {
    width: 20px;
    height: 20px;
  }
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_all .prod_like:hover {
  background-color: #f3efe6;
}
.prod .wrapper .prod_slider .all_content_foto .conteiner-imgs {
  height: max-content;
  position: relative;
  width: 100%;
}
.prod .wrapper .prod_slider .all_content_notes {
  width: 100%;
  max-width: 582px;
  margin-top: 14px;
}
.prod .wrapper .prod_slider .all_content_notes .note {
  color: #181818;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 16px;
}
.prod .wrapper .prod_slider .all_content_notes .all_content_note {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.prod .wrapper .prod_slider .all_content_notes .all_content_note .content_note {
  width: 24%;
  max-width: 130.5px;
}
.prod .wrapper .prod_slider .all_content_notes .all_content_note .content_note img {
  display: block;
  width: 100%;
  max-width: 130.5px;
  height: auto;
  margin-bottom: 10px;
  border-radius: 9px;
}
.prod .wrapper .prod_slider .all_content_notes .all_content_note .content_note span {
  display: block;
  color: #181818;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
}
@media (max-width: 985px) {
  .prod .wrapper .prod_slider .all_content_notes {
    display: none;
  }
}
.prod .wrapper .prod_meta {
  max-width: 49%;
  flex: 1;
  /*.all_content_notes_meta {
    display: none;
    width: 100%;
    max-width: 582px;
    margin-top: 30px;
    .note {
      color: #181818;

      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      line-height: 20px;
      margin-bottom: 16px;
    }
    .body_from_foto {
      overflow-x: scroll;
      &::-webkit-scrollbar {
        height: 0;
      }
      .all_content_note {
        width: 582px;
        @include dsp-flex;
        @include justify-content-space-between;
        .content_note {
          width: 24%;
          max-width: 130.5px;
          img {
            display: block;
            width: 100%;
            max-width: 130.5px;
            height: auto;
            margin-bottom: 10px;
            border-radius: 9px;
          }
          span {
            display: block;
            color: #181818;

            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            line-height: 14px;
          }
        }
      }
    }

    @media (max-width: 985px) {
      display: block;
    }
  }*/
}
@media (min-width: 1025px) and (max-width: 1440px) {
  .prod .wrapper .prod_meta {
    max-width: 49%;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .prod .wrapper .prod_meta {
    max-width: 100%;
  }
}
.prod .wrapper .prod_meta .prod_meta_top {
  padding-bottom: 32px;
  border-bottom: 1px solid #E4DFD5;
  margin-bottom: 24px;
}
@media (max-width: 665px) {
  .prod .wrapper .prod_meta .prod_meta_top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prod .wrapper .prod_meta .prod_meta_top h1 {
    padding-bottom: 4px;
  }
}
@media (max-width: 665px) and (min-width: 320px) and (max-width: 768px) {
  .prod .wrapper .prod_meta .prod_meta_top {
    gap: 12px;
  }
}
.prod .wrapper .prod_meta .prod_description {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(22, 24, 21, 0.15);
  margin-bottom: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.prod .wrapper .prod_meta .prod_compound .compound_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.prod .wrapper .prod_meta .prod_compound .compound_items {
  padding: 24px 0;
}
.prod .wrapper .prod_meta .prod_compound .compound_items .compound_item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 16px;
}
.prod .wrapper .prod_meta .prod_compound .compound_items .compound_item span {
  padding-left: 5px;
  color: rgba(22, 24, 21, 0.4);
}
.prod .wrapper .prod_meta .prod_compound .compound_items .compound_item:last-child {
  margin-bottom: 0;
}
.prod .wrapper .prod_meta .prod_colors {
  border-top: 1px solid rgba(22, 24, 21, 0.15);
  padding: 24px 0;
}
.prod .wrapper .prod_meta .prod_colors .met_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
.prod .wrapper .prod_meta .prod_colors .colors_items_content .colors_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prod .wrapper .prod_meta .prod_colors .colors_items_content .colors_items .colors_item {
  max-width: 93px;
  width: 16.5%;
  margin-right: 16px;
  margin-bottom: 24px;
  cursor: pointer;
}
.prod .wrapper .prod_meta .prod_colors .colors_items_content .colors_items .colors_item .qi {
  position: relative;
  max-width: 93px;
  width: 100%;
  max-height: 93px;
  height: auto;
  margin-bottom: 8px;
}
.prod .wrapper .prod_meta .prod_colors .colors_items_content .colors_items .colors_item .qi .colors_item_img {
  max-width: 93px;
  width: 100%;
  max-height: 93px;
  height: auto;
  object-fit: cover;
}
.prod .wrapper .prod_meta .prod_colors .colors_items_content .colors_items .colors_item .qi .qi_active {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  border-radius: 0px 12px 12px 0px;
  border: 1px solid #496B50;
  padding: 4px 13px;
  justify-content: center;
  align-items: center;
  background: #496B50;
}
.prod .wrapper .prod_meta .prod_colors .colors_items_content .colors_items .colors_item .qi .qi_active svg {
  display: block;
  width: 16px;
  height: 16px;
}
.prod .wrapper .prod_meta .prod_colors .colors_items_content .colors_items .colors_item .colors_item_title {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.4;
}
.prod .wrapper .prod_meta .prod_colors .colors_items_content .colors_items .colors_item:nth-child(6n) {
  margin-right: 0;
}
.prod .wrapper .prod_meta .prod_colors .colors_items_content .colors_items .colors_item:nth-child(12n) {
  margin-right: 0;
}
.prod .wrapper .prod_meta .prod_colors .colors_items_content .colors_items .active .colors_item_title {
  opacity: 1;
}
.prod .wrapper .prod_meta .prod_colors .colors_items_content .colors_items .active .qi .qi_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.prod .wrapper .prod_meta .prod_height {
  border-top: 1px solid rgba(22, 24, 21, 0.15);
  padding: 24px 0;
}
.prod .wrapper .prod_meta .prod_height .met_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
.prod .wrapper .prod_meta .prod_height .height_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prod .wrapper .prod_meta .prod_height .height_items .height_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 16px;
  cursor: pointer;
}
.prod .wrapper .prod_meta .prod_height .height_items .height_item .height_pip {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #161815;
  border-radius: 100px;
  margin-right: 16px;
  opacity: 0.5;
}
.prod .wrapper .prod_meta .prod_height .height_items .height_item .height_pip:after {
  display: none;
}
.prod .wrapper .prod_meta .prod_height .height_items .height_item span {
  display: block;
  opacity: 0.5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.prod .wrapper .prod_meta .prod_height .height_items .active .height_pip {
  opacity: 1;
}
.prod .wrapper .prod_meta .prod_height .height_items .active .height_pip:after {
  display: block;
  content: "";
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 3px;
  top: 3px;
}
.prod .wrapper .prod_meta .prod_height .height_items .active span {
  opacity: 1;
}
.prod .wrapper .prod_meta .prod_count {
  border-top: 1px solid rgba(22, 24, 21, 0.15);
  padding: 24px 0;
}
.prod .wrapper .prod_meta .prod_count .met_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
.prod .wrapper .prod_meta .prod_count .count_q {
  max-width: 102px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.prod .wrapper .prod_meta .prod_count .count_q > div {
  max-width: 24px;
  width: 100%;
  height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-align-items: center;
  align-items: center;
}
.prod .wrapper .prod_meta .prod_count .count_q .count_minus {
  cursor: pointer;
}
.prod .wrapper .prod_meta .prod_count .count_q .count_minus svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.prod .wrapper .prod_meta .prod_count .count_q .count_q_total {
  max-width: 38px;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.5;
}
.prod .wrapper .prod_meta .prod_count .count_q .count_plus {
  cursor: pointer;
}
.prod .wrapper .prod_meta .prod_count .count_q .count_plus svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: auto;
}
.prod .wrapper .prod_meta .prod_view {
  border-top: 1px solid rgba(22, 24, 21, 0.15);
  padding: 24px 0;
}
.prod .wrapper .prod_meta .prod_view .met_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}
.prod .wrapper .prod_meta .prod_view .prod_view_content .view_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prod .wrapper .prod_meta .prod_view .prod_view_content .view_items .view_item {
  max-width: 93px;
  width: 16.5%;
  margin-right: 16px;
  margin-bottom: 24px;
  cursor: pointer;
}
.prod .wrapper .prod_meta .prod_view .prod_view_content .view_items .view_item .qi {
  position: relative;
  max-width: 93px;
  width: 100%;
  max-height: 93px;
  height: auto;
  margin-bottom: 8px;
  overflow: hidden;
}
.prod .wrapper .prod_meta .prod_view .prod_view_content .view_items .view_item .qi .view_item_img {
  max-width: 93px;
  width: 100%;
  max-height: 93px;
  height: auto;
  object-fit: cover;
}
.prod .wrapper .prod_meta .prod_view .prod_view_content .view_items .view_item .qi .qi_active {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  max-width: 111px;
  width: 100%;
  height: 32px;
  background: #3B403C;
}
.prod .wrapper .prod_meta .prod_view .prod_view_content .view_items .view_item .qi .qi_active svg {
  display: block;
  width: 16px;
  height: 16px;
}
.prod .wrapper .prod_meta .prod_view .prod_view_content .view_items .view_item .view_item_title {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.4;
}
.prod .wrapper .prod_meta .prod_view .prod_view_content .view_items .view_item:nth-child(6n) {
  margin-right: 0;
}
.prod .wrapper .prod_meta .prod_view .prod_view_content .view_items .view_item:nth-child(12n) {
  margin-right: 0;
}
.prod .wrapper .prod_meta .prod_view .prod_view_content .view_items .active .qi .qi_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.prod .wrapper .prod_meta .prod_bottom {
  max-width: 100%;
}
.prod .wrapper .prod_meta .prod_bottom .prod_q {
  max-width: 158px;
  /*width: 30%;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  gap: 12px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 100px;
  border: 1px solid #E4DFD5;
  align-items: center;
  padding: 8px;
}
.prod .wrapper .prod_meta .prod_bottom .prod_q > div {
  height: 32px;
  width: 33.33%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-align-items: center;
  align-items: center;
}
.prod .wrapper .prod_meta .prod_bottom .prod_q .prod_minus {
  cursor: pointer;
}
.prod .wrapper .prod_meta .prod_bottom .prod_q .prod_minus svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  padding: 8px;
  border-radius: 100%;
}
.prod .wrapper .prod_meta .prod_bottom .prod_q .prod_minus svg:hover {
  background-color: #F3EFE6;
}
.prod .wrapper .prod_meta .prod_bottom .prod_q .prod_q_total {
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.prod .wrapper .prod_meta .prod_bottom .prod_q .prod_plus {
  cursor: pointer;
}
.prod .wrapper .prod_meta .prod_bottom .prod_q .prod_plus svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: auto;
  padding: 8px;
  border-radius: 100%;
}
.prod .wrapper .prod_meta .prod_bottom .prod_q .prod_plus svg:hover {
  background-color: #F3EFE6;
}
.prod .wrapper .prod_meta .prod_bottom .prod_add {
  max-width: 228px;
  /*width: 36%;*/
  /*height: 64px;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 100px;
  background: #496B50;
  padding: 10px 20px;
}
.prod .wrapper .prod_meta .prod_bottom .prod_add span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.prod .wrapper .prod_meta .prod_bottom .prod_like {
  all: unset;
  padding: 10px;
  border-radius: 100%;
  background-color: #fff;
  width: 20px;
  height: 20px;
  transition: background-color 0.3s ease-in-out;
  position: relative;
}
.prod .wrapper .prod_meta .prod_bottom .prod_like:hover {
  background-color: #f3efe6;
}
.prod .wrapper .prod_meta .prod_bottom .prod_like span {
  color: #3B403C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 955px) {
  .prod .wrapper .prod_meta .prod_bottom {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*.prod_q {
      order: 1;
      max-width: 955px;
      width: 48%;
      gap: 0;
      @include dsp-flex;
      @include justify-content-space-between;
      border: 1px solid rgba(22, 24, 21, 0.20);
      @include media-mobile{
        width: 30%;
      }
      & > div {
        height: 62px;
        width: 33.33%;
        @include dsp-flex;
        @include align-items-center;
        @include media-mobile{
          height: 40px;
        }
      }

      .prod_plus {
        cursor: pointer;

        svg {
          display: block;
          width: 24px;
          height: 24px;
          margin-left: auto;
        }
      }

      .prod_q_total {
        @include justify-content-center;


        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        width: 38px;
        @include media-mobile{
          font-size: 16px;
        }
      }

      .prod_minus {
        cursor: pointer;

        svg {
          display: block;
          width: 24px;
          height: 24px;
          margin-right: auto;
        }
      }
    }*/
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_add {
    order: 3;
    max-width: 955px;
    width: 100%;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_like {
    order: 2;
    max-width: 955px;
    width: 48%;
  }
}
@media (max-width: 555px) {
  .prod .wrapper .prod_meta .prod_bottom .prod_meta_top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_meta_top > h1 {
    margin-bottom: 16px;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_colors .colors_items_content {
    max-width: 658px;
    width: 100%;
    overflow-x: scroll;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_colors .colors_items_content::-webkit-scrollbar {
    height: 0;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_colors .colors_items_content .colors_items {
    width: fit-content;
    width: -moz-fit-content;
    flex-wrap: initial;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_colors .colors_items_content .colors_items .colors_item {
    margin-bottom: 0;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_colors .colors_items_content .colors_items .colors_item:nth-child(6n) {
    margin-right: 16px;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_colors .colors_items_content .colors_items .colors_item:nth-child(12n) {
    margin-right: 16px;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_view .prod_view_content {
    max-width: 658px;
    width: 100%;
    overflow-x: scroll;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_view .prod_view_content::-webkit-scrollbar {
    height: 0;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_view .prod_view_content .view_items {
    width: fit-content;
    width: -moz-fit-content;
    flex-wrap: initial;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_view .prod_view_content .view_items .view_item {
    margin-bottom: 0;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_view .prod_view_content .view_items .view_item:nth-child(6n) {
    margin-right: 16px;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_view .prod_view_content .view_items .view_item:nth-child(12n) {
    margin-right: 16px;
  }
}

.description_items .wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(22, 24, 21, 0.15);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.description_items .wrapper .description_item {
  max-width: 449px;
  width: 33%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding: 16px;
  height: auto;
  box-sizing: border-box;
  border: 1px solid rgba(22, 24, 21, 0.15);
}
.description_items .wrapper .description_item svg {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.description_items .wrapper .description_item .description_item_title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.description_items .wrapper .description_item .description_item_span {
  color: rgba(22, 24, 21, 0.4);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.description_items .wrapper .description_item .description_item_span a {
  color: rgba(22, 24, 21, 0.4);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 745px) {
  .description_items .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .description_items .wrapper .description_item {
    max-width: 745px;
    width: 100%;
    margin-bottom: 14px;
  }
  .description_items .wrapper .description_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 745px) {
  .description_items {
    padding-top: 40px;
  }
}

.qai {
  padding-bottom: 60px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .qai {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.qai .wrapper .qai_item {
  padding: 24px 20px;
  border-bottom: 1px solid rgba(22, 24, 21, 0.15);
}
.qai .wrapper .qai_item .qai_item_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  cursor: pointer;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.qai .wrapper .qai_item .qai_item_top .qai_item_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .qai .wrapper .qai_item .qai_item_top .qai_item_title {
    font-size: 20px;
  }
}
.qai .wrapper .qai_item .qai_item_top svg {
  width: 24px;
  height: 24px;
  display: block;
}
.qai .wrapper .qai_item .qai_item_body {
  width: 804px;
  padding-top: 24px;
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  .qai .wrapper .qai_item .qai_item_body {
    max-width: 100%;
  }
}
.qai .wrapper .qai_item .qai_item_body p {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 250;
  line-height: 140%;
}
.qai .wrapper .qai_item .qai_item_body strong {
  font-weight: 400;
}
.qai .wrapper .qai_item .qai_item_body ul li {
  padding-left: 24px;
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 250;
  line-height: 140%;
}
.qai .wrapper .qai_item .qai_item_body ul li:before {
  position: absolute;
  content: "";
  border-radius: 100px;
  width: 5px;
  height: 5px;
  left: 10px;
  top: 10px;
  color: black;
  background-color: #2A2A2A;
}
.qai .wrapper .qai_item .qai_item_body p:last-child {
  margin-bottom: 0;
}
.qai .wrapper .qai_item.video_qai iframe {
  width: 804px;
  height: 25vw;
  border-radius: 12px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .qai .wrapper .qai_item.video_qai iframe {
    max-width: 100%;
    height: 50vw;
  }
}
.qai .wrapper .active .qai_item_top svg {
  transform: rotate(90deg);
}
.qai .wrapper .active .qai_item_body {
  display: block;
}
@media (max-width: 665px) {
  .qai {
    padding-bottom: 40px;
  }
}

.tops {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 665px) {
  .tops .wrapper .title_section {
    padding-right: 24px;
    box-sizing: border-box;
  }
}
.tops .wrapper .wrapper_products .products {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  width: max-content;
}
.tops .wrapper .wrapper_products .products .product {
  width: 100%;
  max-width: 332px;
  margin-right: 18px;
  position: relative;
  height: auto;
  padding-bottom: 40px;
  display: block;
}
.tops .wrapper .wrapper_products .products .product .gi {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
  max-width: 130px;
  max-height: 136px;
}
.tops .wrapper .wrapper_products .products .product .gi .slider_product_img {
  object-fit: cover;
  display: block;
  width: 100%;
  max-width: 332px;
  height: 384px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tops .wrapper .wrapper_products .products .product .gi .slider_product_img:hover {
  transform: scale(1.2);
}
.tops .wrapper .wrapper_products .products .product .product_meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_info {
  width: fit-content;
  width: -moz-fit-content;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_info .product_title {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_info .product_price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-align-items: center;
  align-items: center;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_info .product_price .pr {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_info .product_price .sl {
  margin-left: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: line-through;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_card {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  background: #E6E2D9;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_card svg {
  display: block;
  width: 24px;
  height: 24px;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_card svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  fill: #3B403C;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_card:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #3B403C;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_card:hover svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  fill: #E6E2D9;
}
@media (max-width: 500px) {
  .tops .wrapper .wrapper_products .products .product .product_meta .product_card {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    gap: 24px;
    background: #3B403C;
  }
  .tops .wrapper .wrapper_products .products .product .product_meta .product_card svg path {
    fill: #E6E2D9;
  }
}
.tops .wrapper .wrapper_products .products .product .product_meta .wc-forward {
  display: none;
}
.tops .wrapper .wrapper_products .products .product .product_label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  position: absolute;
  top: 16px;
  left: 16px;
}
.tops .wrapper .wrapper_products .products .product .product_label > div {
  margin-right: 8px;
}
.tops .wrapper .wrapper_products .products .product .product_label > div:last-child {
  margin-right: 0;
}
.tops .wrapper .wrapper_products .products .product .product_label .product_new {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  height: 40px;
  padding: 4px 10px;
  background: #F2F0EB;
  box-sizing: border-box;
}
.tops .wrapper .wrapper_products .products .product .product_label .product_new span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.tops .wrapper .wrapper_products .products .product .product_label .product_sale {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  height: 40px;
  padding: 4px 10px;
  background: #F2F0EB;
  box-sizing: border-box;
}
.tops .wrapper .wrapper_products .products .product .product_label .product_sale span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.tops .wrapper .wrapper_products .products .product .product_like {
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #F2F0EB;
  box-sizing: border-box;
}
.tops .wrapper .wrapper_products .products .product .product_like svg {
  display: block;
  width: 24px;
  height: 24px;
}
.tops .wrapper .wrapper_products .products .product .product_like svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  fill: #E6E2D9;
}
.tops .wrapper .wrapper_products .products .product .product_like:hover svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  fill: #3B403C;
}
.tops .wrapper .wrapper_products .products .product .active_like svg path {
  fill: #3B403C;
}
.tops .wrapper .wrapper_products .products .product:hover .product_meta .product_card {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
}
.tops .wrapper .wrapper_products .products .product:last-child {
  margin-right: 0;
}
@media (max-width: 400px) {
  .tops .wrapper .wrapper_products .products .product {
    max-width: 255px;
  }
  .tops .wrapper .wrapper_products .products .product .gi {
    max-width: 255px;
    height: 290px;
  }
  .tops .wrapper .wrapper_products .products .product .gi .product_img {
    max-width: 255px;
    height: 290px;
  }
  .tops .wrapper .wrapper_products .products .product .product_meta .product_info .product_title {
    font-size: 14px;
  }
  .tops .wrapper .wrapper_products .products .product .product_meta .product_info .product_price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    gap: 24px;
    -webkit-align-items: center;
    align-items: center;
  }
  .tops .wrapper .wrapper_products .products .product .product_meta .product_info .product_price .pr {
    font-size: 20px;
  }
  .tops .wrapper .wrapper_products .products .product .product_label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    gap: 24px;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .tops .wrapper .wrapper_products .products .product .product_label > div {
    margin-right: 8px;
  }
  .tops .wrapper .wrapper_products .products .product .product_label > div:last-child {
    margin-right: 0;
  }
}
.tops .wrapper .wrapper_products::-webkit-scrollbar-thumb {
  border-radius: 20px;
}
@media (max-width: 665px) {
  .tops {
    padding-right: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.title_section {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.title_section .title_section-arr {
  width: 100%;
}
.title_section .title {
  color: #2A2A2A;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .title_section .title {
    font-size: 24px;
  }
}
.title_section .link_tops {
  text-decoration: none;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.title_section .link_tops:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
@media (max-width: 950px) {
  .title_section {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: unset;
    align-items: unset;
  }
  .title_section .link_tops {
    font-size: 16px;
  }
}
.title_section .basket_slider {
  width: 100%;
  gap: 20px;
}
.title_section .basket_slider .top-sales__nav {
  gap: 8px !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .title_section .basket_slider .top-sales__nav {
    gap: 6px !important;
  }
}
.title_section .basket_slider .top-sales__nav svg {
  height: 28px;
  width: 28px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .title_section .basket_slider .top-sales__nav svg {
    width: 30px;
    height: 30px;
  }
}
.title_section .basket_slider .wrapper_products .tops-slider .swiper-slide .product-card {
  border-radius: 12px;
  background: #F3EFE6;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  position: relative;
  border: 1.5px solid #F3EFE6;
}
.title_section .basket_slider .wrapper_products .tops-slider .swiper-slide .product-card:hover .slider_product_title {
  color: #2A2A2A;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 16.8px */
}
.title_section .basket_slider .wrapper_products .tops-slider .swiper-slide .product-card .qi_active {
  position: absolute;
  left: 0;
  bottom: 72px;
  display: none;
  border-radius: 0px 12px 12px 0px;
  border: 1px solid #496B50;
  padding: 4px 13px;
  justify-content: center;
  align-items: center;
  background: #496B50;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 14px */
}
.title_section .basket_slider .wrapper_products .tops-slider .swiper-slide .product-card.added {
  border: 1.5px solid #496B50;
}
.title_section .basket_slider .wrapper_products .tops-slider .swiper-slide .product-card.added .qi_active {
  display: block;
}
.title_section .basket_slider .wrapper_products .tops-slider .swiper-slide .slider_product_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 1.8rem;
  color: #878787;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 16.8px */
}
.title_section .basket_slider .wrapper_products .tops-slider .swiper-slide .qi img {
  width: 100%;
  height: 136px;
  display: block;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}

.prod_meta .prod_meta_top {
  gap: 16px;
}
.prod_meta .prod_meta_top .prod_meta-sku {
  color: #878787;
  font-size: 16px;
  font-style: normal;
  font-weight: 250;
  line-height: 120%;
}
.prod_meta .prod_meta_top .prod_meta-sku strong {
  color: #2A2A2A;
  font-weight: 400;
}
.prod_meta .prod_meta_top .prod_meta-title {
  color: #2A2A2A;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 4px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .prod_meta .prod_meta_top .prod_meta-title {
    font-size: 24px;
  }
}
.prod_meta .prod_meta_top .prod_meta-price {
  gap: 12px;
  align-items: flex-end;
}
.prod_meta .prod_meta_top .prod_meta-price .price-current {
  color: #496B50;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 320px) and (max-width: 768px) {
  .prod_meta .prod_meta_top .prod_meta-price .price-current {
    font-size: 24px;
  }
}
.prod_meta .prod_meta_top .prod_meta-price .price-old {
  color: #878787;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: line-through;
}
.prod_meta .slider-added {
  border-radius: 12px;
  border: 1px solid #E4DFD5;
  padding: 24px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .prod_meta .slider-added {
    max-width: calc(100% - 48px);
    padding: 24px 20px;
  }
}

.prod_bottom {
  gap: 32px !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .prod_bottom .description_png {
    max-width: 100%;
  }
}
.prod_bottom .description_png .prod_meta-excerpt p {
  color: #2A2A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 250;
  line-height: 140%;
}
.prod_bottom .description_png .prod_meta-medals .medal-item {
  height: 64px;
  width: 64px;
}
.prod_bottom .description_png .prod_meta-medals .medal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: grayscale(100%);
}
.prod_bottom .select_quent {
  padding-top: 32px;
  border-top: 1px solid #E4DFD5;
}
.prod_bottom .select_quent label {
  display: block;
  color: #2A2A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 250;
  line-height: 140%;
  margin-bottom: 16px;
}
.prod_bottom .select_quent .select_quent_body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 0;
}
.prod_bottom .select_quent .select_quent_body .select_q {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  gap: 24px;
  -webkit-align-items: center;
  align-items: center;
  max-width: 310px;
  width: 48.5%;
  box-sizing: border-box;
  padding: 24px 45px;
  border: 1px solid #F3F1EC;
  border-radius: 12px;
  cursor: pointer;
  background-color: #F3F1EC;
  gap: 0;
}
.prod_bottom .select_quent .select_quent_body .select_q .sque {
  position: relative;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #A6A6A6;
  margin-right: 12px;
}
.prod_bottom .select_quent .select_quent_body .select_q .sque:before {
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: inherit;
}
.prod_bottom .select_quent .select_quent_body .select_q span {
  display: block;
  color: #2A2A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.prod_bottom .select_quent .select_quent_body .active {
  border: 1px solid #496B50;
}
.prod_bottom .select_quent .select_quent_body .active .sque {
  border: 1px solid #496B50;
}
.prod_bottom .select_quent .select_quent_body .active .sque:before {
  background-color: #496B50;
}
@media (max-width: 1075px) {
  .prod_bottom .select_quent .select_quent_body {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prod_bottom .select_quent .select_quent_body .select_q {
    max-width: 770px;
    width: 100%;
  }
  .prod_bottom .select_quent .select_quent_body .select_q:first-of-type {
    margin-bottom: 14px;
  }
}
.prod_bottom .prod_q_add {
  gap: 20px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .prod_bottom .prod_q_add {
    max-width: 100%;
    gap: 12px;
  }
}

.top-sales__nav {
  gap: 8px !important;
}
@media (min-width: 320px) and (max-width: 768px) {
  .top-sales__nav {
    gap: 6px !important;
  }
}
.top-sales__nav svg {
  height: 48px;
  width: 48px;
}
@media (min-width: 320px) and (max-width: 768px) {
  .top-sales__nav svg {
    width: 30px;
    height: 30px;
  }
}

.swiper-pagination {
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  .swiper-pagination {
    display: block;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  width: 35px;
  align-self: stretch;
  border-radius: 100px;
  background: #e4dfd5;
}

.prod_slider_control {
  max-height: 562px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
  --scroll-shadow-size: 65px;
  --scroll-shadow-right: linear-gradient(to left, #F6F5F2FF, #F6F5F2FF);
  --scroll-shadow-left: linear-gradient(to right, #F6F5F2FF, #F6F5F2FF);
  --scroll-shadow-bottom: linear-gradient(to top, #F6F5F2FF, #F6F5F2FF);
  --scroll-shadow-top: linear-gradient(to bottom, #F6F5F2FF, #F6F5F2FF);
}

.prod_slider_control {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.prod_slider_control::-webkit-scrollbar {
  display: none;
}

.prod_slider_control {
  -webkit-mask-image: linear-gradient(to bottom, transparent, black var(--scroll-shadow-size), black calc(100% - var(--scroll-shadow-size)), transparent);
  mask-image: linear-gradient(to bottom, transparent, black var(--scroll-shadow-size), black calc(100% - var(--scroll-shadow-size)), transparent);
}

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