@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
.wrapper {
  max-width: 1376px;
  width: 100%;
  margin: 0 auto;
}

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

section {
  padding: 0 24px;
}

.prod {
  padding-top: 60px;
  padding-bottom: 60px;
}
.prod .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.prod .wrapper .prod_slider {
  max-width: 658px;
  width: 49%;
  margin-right: 10px;
  height: fit-content;
}
.prod .wrapper .prod_slider .all_content_foto {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_control {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  max-width: 80px;
  width: 100%;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: -10px;
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_control .prod_slider_control_wrapper {
  margin-top: auto;
  height: auto;
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_control .prod_slider_control_wrapper .slider_control {
  width: 76px;
  height: 76px;
  border: 2px solid #F2F0EB;
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_control .prod_slider_control_wrapper .slider_control img {
  object-fit: cover;
  width: 76px;
  height: 76px;
  display: block;
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_control .prod_slider_control_wrapper .swiper-slide-thumb-active {
  border: 2px solid #000;
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_all {
  max-width: 568px;
  width: 100%;
  overflow: hidden;
}
.prod .wrapper .prod_slider .all_content_foto .prod_slider_all .prod_slider_all_wrapper .slider_all {
  max-width: 568px;
  width: 100%;
  height: auto;
}
.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: 658px;
  display: block;
}
@media (max-width: 685px) {
  .prod .wrapper .prod_slider .all_content_foto {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prod .wrapper .prod_slider .all_content_foto .prod_slider_control {
    order: 2;
    margin-top: 10px;
    max-width: 568px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .prod .wrapper .prod_slider .all_content_foto .prod_slider_all .prod_slider_all_wrapper .slider_all img {
    height: auto;
  }
}
.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-family: "Inter", sans-serif;
  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;
  -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-family: "Inter", sans-serif;
  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: 658px;
  width: 49%;
}
.prod .wrapper .prod_meta .prod_meta_top {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(22, 24, 21, 0.15);
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.prod .wrapper .prod_meta .prod_meta_top > h1, .prod .wrapper .prod_meta .prod_meta_top span {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@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: 16px;
  }
}
.prod .wrapper .prod_meta .prod_description {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(22, 24, 21, 0.15);
  margin-bottom: 24px;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.prod .wrapper .prod_meta .prod_compound .compound_title {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  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 {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  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 {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  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;
  -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;
  max-width: 111px;
  width: 100%;
  height: 32px;
  background: #3B403C;
}
.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;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  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;
  -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 {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  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;
  -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;
  -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;
  color: #161815;
  font-family: "Inter", sans-serif;
  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;
  background-color: #161815;
  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 {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  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;
  -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;
  -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;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  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 {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  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;
  -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;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  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;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.prod .wrapper .prod_meta .basket_slider {
  box-sizing: border-box;
  width: 100%;
  background: #E6E2D9;
  padding: 24px 20px;
  margin-bottom: 20px;
}
.prod .wrapper .prod_meta .basket_slider .basket_slider_top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 24px;
}
.prod .wrapper .prod_meta .basket_slider .basket_slider_top .basket_slider_title {
  color: #161815;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.prod .wrapper .prod_meta .basket_slider .basket_slider_top .basket_slider_control {
  max-width: 76px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.prod .wrapper .prod_meta .basket_slider .basket_slider_top .basket_slider_control .basket_slider_pip {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: block;
}
.prod .wrapper .prod_meta .basket_slider .basket_slider_top .basket_slider_control .basket_slider_pip svg {
  display: block;
  width: 30px;
  height: 30px;
}
.prod .wrapper .prod_meta .basket_slider .slider_basket {
  width: 100%;
  overflow: hidden;
}
.prod .wrapper .prod_meta .basket_slider .slider_basket .slider_basket_wrapper .slider_product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 111px;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.prod .wrapper .prod_meta .basket_slider .slider_basket .slider_basket_wrapper .slider_product .qi {
  position: relative;
  max-width: 111px;
  width: 100%;
  margin-bottom: 8px;
  max-height: 93px;
  overflow: hidden;
}
.prod .wrapper .prod_meta .basket_slider .slider_basket .slider_basket_wrapper .slider_product .qi .slider_product_img {
  display: block;
  max-width: 111px;
  width: 100%;
  height: auto;
  max-height: 93px;
  object-fit: cover;
  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;
}
.prod .wrapper .prod_meta .basket_slider .slider_basket .slider_basket_wrapper .slider_product .qi .slider_product_img:hover {
  transform: scale(1.2);
}
.prod .wrapper .prod_meta .basket_slider .slider_basket .slider_basket_wrapper .slider_product .qi .qi_active {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  max-width: 111px;
  width: 100%;
  height: 32px;
  background: #3B403C;
}
.prod .wrapper .prod_meta .basket_slider .slider_basket .slider_basket_wrapper .slider_product .qi .qi_active svg {
  display: block;
  width: 16px;
  height: 16px;
}
.prod .wrapper .prod_meta .basket_slider .slider_basket .slider_basket_wrapper .slider_product .slider_product_title {
  text-decoration: none;
  color: #161815;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 8px;
  opacity: 0.5;
}
.prod .wrapper .prod_meta .basket_slider .slider_basket .slider_basket_wrapper .slider_product .slider_product_price {
  color: #161815;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.prod .wrapper .prod_meta .basket_slider .slider_basket .slider_basket_wrapper .active .slider_product_title {
  opacity: 1;
}
.prod .wrapper .prod_meta .basket_slider .slider_basket .slider_basket_wrapper .active .qi .qi_active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.prod .wrapper .prod_meta .prod_bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.prod .wrapper .prod_meta .prod_bottom .prod_q {
  max-width: 168px;
  width: 30%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid rgba(22, 24, 21, 0.2);
}
.prod .wrapper .prod_meta .prod_bottom .prod_q > div {
  height: 62px;
  width: 33.33%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -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;
}
.prod .wrapper .prod_meta .prod_bottom .prod_q .prod_q_total {
  -webkit-justify-content: center;
  justify-content: center;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  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;
}
.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;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  background: #3B403C;
}
.prod .wrapper .prod_meta .prod_bottom .prod_add span {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.prod .wrapper .prod_meta .prod_bottom .prod_like {
  max-width: 226px;
  width: 34%;
  height: 62px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #3B403B;
}
.prod .wrapper .prod_meta .prod_bottom .prod_like span {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 955px) {
  .prod .wrapper .prod_meta .prod_bottom {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_q {
    order: 1;
    max-width: 955px;
    width: 48%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border: 1px solid rgba(22, 24, 21, 0.2);
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_q > div {
    height: 62px;
    width: 33.33%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .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-left: auto;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_q .prod_q_total {
    -webkit-justify-content: center;
    justify-content: center;
    color: #3B403C;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .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-right: auto;
  }
  .prod .wrapper .prod_meta .prod_bottom .prod_add {
    order: 3;
    max-width: 955px;
    width: 100%;
    margin-top: 10px;
  }
  .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;
  }
}
.prod .wrapper .prod_meta .all_content_notes_meta {
  display: none;
  width: 100%;
  max-width: 582px;
  margin-top: 30px;
}
.prod .wrapper .prod_meta .all_content_notes_meta .note {
  color: #181818;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 16px;
}
.prod .wrapper .prod_meta .all_content_notes_meta .body_from_foto {
  overflow-x: scroll;
}
.prod .wrapper .prod_meta .all_content_notes_meta .body_from_foto::-webkit-scrollbar {
  height: 0;
}
.prod .wrapper .prod_meta .all_content_notes_meta .body_from_foto .all_content_note {
  width: 582px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.prod .wrapper .prod_meta .all_content_notes_meta .body_from_foto .all_content_note .content_note {
  width: 24%;
  max-width: 130.5px;
}
.prod .wrapper .prod_meta .all_content_notes_meta .body_from_foto .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_meta .all_content_notes_meta .body_from_foto .all_content_note .content_note span {
  display: block;
  color: #181818;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
}
@media (max-width: 985px) {
  .prod .wrapper .prod_meta .all_content_notes_meta {
    display: block;
  }
}
@media (max-width: 985px) {
  .prod .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prod .wrapper .prod_slider, .prod .wrapper .prod_meta {
    width: 100%;
  }
  .prod .wrapper .prod_slider {
    margin-bottom: 48px;
  }
  .prod .wrapper .prod_meta {
    max-width: 985px;
  }
  .prod .wrapper .prod_meta .prod_bottom {
    max-width: 658px;
    width: 100%;
  }
}
@media (max-width: 685px) {
  .prod .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prod .wrapper .prod_slider, .prod .wrapper .prod_meta {
    width: 100%;
  }
  .prod .wrapper .prod_slider {
    margin-bottom: 49px;
    margin-right: 0;
  }
}
@media (max-width: 665px) {
  .prod .wrapper {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
@media (max-width: 665px) {
  .prod {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.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;
  -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;
  -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 {
  color: #161815;
  font-family: "Inter", sans-serif;
  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-family: "Inter", sans-serif;
  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-family: "Inter", sans-serif;
  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;
}
.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;
  cursor: pointer;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.qai .wrapper .qai_item .qai_item_top .qai_item_title {
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.qai .wrapper .qai_item .qai_item_top svg {
  width: 24px;
  height: 24px;
  display: block;
}
.qai .wrapper .qai_item .qai_item_body {
  padding-top: 24px;
  display: none;
}
.qai .wrapper .qai_item .qai_item_body p {
  display: block;
  margin-bottom: 16px;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.qai .wrapper .qai_item .qai_item_body ul li {
  padding-left: 24px;
  position: relative;
  display: block;
  margin-bottom: 5px;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.qai .wrapper .qai_item .qai_item_body ul li:before {
  position: absolute;
  content: "";
  background-color: #161815;
  border-radius: 100px;
  width: 5px;
  height: 5px;
  left: 0;
  top: 8px;
}
.qai .wrapper .qai_item .qai_item_body p:last-child {
  margin-bottom: 0;
}
.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 {
  width: 100%;
  max-width: 1376px;
  overflow-x: scroll;
}
.tops .wrapper .wrapper_products .products {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  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%;
  max-width: 332px;
  height: 384px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}
.tops .wrapper .wrapper_products .products .product .gi .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 .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;
  -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;
  color: #161815;
  font-family: "Inter", sans-serif;
  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;
  -webkit-align-items: center;
  align-items: center;
}
.tops .wrapper .wrapper_products .products .product .product_meta .product_info .product_price .pr {
  color: #161815;
  font-family: "Inter", sans-serif;
  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;
  color: #969892;
  font-family: "Inter", sans-serif;
  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;
    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;
  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;
  -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 {
  color: #777872;
  font-family: "Inter", sans-serif;
  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;
  -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 {
  color: #F36767;
  font-family: "Inter", sans-serif;
  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;
  -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;
}
.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;
    -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;
    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 {
  height: 2px;
  background: #E6E2D9;
}
.tops .wrapper .wrapper_products::-webkit-scrollbar-thumb {
  background: #777872;
  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;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
.title_section .title {
  width: fit-content;
  width: -moz-fit-content;
  color: #3B403C;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
}
.title_section .link_tops {
  text-decoration: none;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  color: #161815;
  text-align: center;
  font-family: "Inter", sans-serif;
  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 .title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .title_section .link_tops {
    font-size: 16px;
  }
}

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