@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Light.ttf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Semibold.ttf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/wp-content/themes/cigars/font/SFProDisplay-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/cigars/font/OnestLight1602-hint.ttf") format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/cigars/font/OnestRegular1602-hint.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/cigars/font/OnestMedium1602-hint.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Onest";
  src: url("/wp-content/themes/cigars/font/OnestBold1602-hint.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
.all_product {
  background-image: url(../img/single/product-body.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 175px;
  padding-bottom: 150px;
}
.all_product .wrapper {
  max-width: 930px;
  position: relative;
  background: #3E3831;
  box-shadow: 0 20px 50px rgba(62, 56, 49, 0.2);
  border-radius: 24px;
  padding-bottom: 65px;
}
.all_product .wrapper .product_articul {
  position: absolute;
  content: "";
  top: 30px;
  left: 30px;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #B7926A;
  z-index: 3;
}
@media (max-width: 735px) {
  .all_product .wrapper .product_articul {
    font-size: 15px;
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 485px) {
  .all_product .wrapper .product_articul {
    font-size: 14px;
    top: 10px;
    left: 20px;
  }
}
.all_product .wrapper .return_back {
  position: absolute;
  content: "";
  top: 32px;
  right: 32px;
  height: 22px;
  width: 22px;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 735px) {
  .all_product .wrapper .return_back {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 485px) {
  .all_product .wrapper .return_back {
    top: 10px;
    right: 20px;
  }
}
.all_product .wrapper .product_img {
  background-color: white;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  max-width: 930px;
  width: 100%;
  height: auto;
  max-height: 410px;
  object-fit: contain;
  display: block;
  z-index: 1;
  margin-bottom: 64px;
}
.all_product .wrapper .product_body {
  max-width: 615px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}
.all_product .wrapper .product_body .product_cat {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #B7926A;
  margin-bottom: 12px;
}
.all_product .wrapper .product_body .product_title {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #B7926A;
  margin-bottom: 24px;
}
@media (max-width: 735px) {
  .all_product .wrapper .product_body .product_title {
    font-size: 40px;
  }
}
@media (max-width: 585px) {
  .all_product .wrapper .product_body .product_title {
    font-size: 30px;
  }
}
@media (max-width: 465px) {
  .all_product .wrapper .product_body .product_title {
    font-size: 25px;
  }
}
.all_product .wrapper .product_body .product_description {
  padding-bottom: 48px;
}
.all_product .wrapper .product_body .product_description p {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #EAE6DE;
  margin-bottom: 25px;
}
.all_product .wrapper .product_body .product_description p:last-child {
  margin-bottom: 0;
}
.all_product .wrapper .product_body .product_characteristic {
  padding-bottom: 48px;
}
.all_product .wrapper .product_body .product_characteristic .product_characteristic_title {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #EAE6DE;
  margin-bottom: 24px;
}
@media (max-width: 650px) {
  .all_product .wrapper .product_body .product_characteristic .product_characteristic_title {
    font-size: 20px;
  }
}
.all_product .wrapper .product_body .product_characteristic .characteristic_items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all_product .wrapper .product_body .product_characteristic .characteristic_items .characteristic_item {
  max-width: 295px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 12px;
}
.all_product .wrapper .product_body .product_characteristic .characteristic_items .characteristic_item .characteristic_name {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  width: fit-content;
  width: -moz-fit-content;
}
.all_product .wrapper .product_body .product_characteristic .characteristic_items .characteristic_item .characteristic_value {
  width: fit-content;
  width: -moz-fit-content;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-align: right;
  letter-spacing: 0.03em;
  color: #9F805F;
}
.all_product .wrapper .product_body .product_characteristic .characteristic_items .characteristic_item .characteristic_line {
  flex-grow: 1;
  margin: 0 4px 5px;
  border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 650px) {
  .all_product .wrapper .product_body .product_characteristic .characteristic_items {
    max-height: initial;
    height: auto;
    max-width: 295px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.all_product .wrapper .product_body .product_price {
  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;
  max-width: 615px;
  padding: 24px;
  background: rgba(183, 146, 106, 0.2);
  border-radius: 24px;
}
.all_product .wrapper .product_body .product_price .price {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #B7926A;
}
@media (max-width: 565px) {
  .all_product .wrapper .product_body .product_price .price {
    font-size: 30px;
  }
}
.all_product .wrapper .product_body .product_price .select_buy {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.all_product .wrapper .product_body .product_price .select_buy .select_buy_count {
  width: 105px;
  height: 36px;
  border: 2px solid #B7926A;
  border-radius: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.all_product .wrapper .product_body .product_price .select_buy .select_buy_count .knop {
  cursor: pointer;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0 8px;
  margin-top: -5px;
}
.all_product .wrapper .product_body .product_price .select_buy .select_buy_count .count_select {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #B7926A;
}
.all_product .wrapper .product_body .product_price .select_buy .button_buy {
  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;
  cursor: pointer;
  width: 110px;
  height: 40px;
  background: #B7926A;
  border-radius: 8px;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin-left: 20px;
}
@media (max-width: 515px) {
  .all_product .wrapper .product_body .product_price {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 20px;
  }
  .all_product .wrapper .product_body .product_price .price {
    margin-bottom: 15px;
  }
}
.all_product .wrapper .product_brend {
  padding-top: 65px;
}
.all_product .wrapper .product_brend .product_brend_title {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #EAE6DE;
  margin-bottom: 24px;
}
.all_product .wrapper .product_brend .product_brend_slider {
  max-width: 930px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 20px;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper {
  max-width: 930px;
  width: 100%;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product {
  max-width: 297px;
  background-color: #3E3831;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top {
  position: relative;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 24px;
  margin-bottom: 10px;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_new {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 46px;
  height: 32px;
  background: #90CF07;
  border-radius: 8px;
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_img {
  max-width: 257px;
  width: 100%;
  height: 257px;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price .price {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #B7926A;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price .price span {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #B7926A;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price .add_card {
  cursor: pointer;
  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;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #EAE6DE;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price .add_card svg {
  fill: none;
  width: 24px;
  height: 24px;
  display: block;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price .add_card svg:last-child {
  display: none;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price .add_card:hover {
  background: #B7926A;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price .add_card:hover svg path {
  stroke: #EAE6DE;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price .active {
  background: #B7926A;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price .active svg {
  display: none;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price .active svg:last-child {
  fill: none;
  width: 24px;
  height: 24px;
  display: block;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_bottom {
  background: #3E3831;
  padding: 0 20px;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_bottom .product_category {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #9F805F;
  margin-bottom: 2px;
}
.all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_bottom .product_title {
  font-family: "SF Pro Display", sans;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #9F805F;
}
@media (max-width: 645px) {
  .all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product {
    max-width: 250px;
  }
  .all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top {
    min-height: 280px;
  }
  .all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_new {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 28px;
    font-size: 12px;
  }
  .all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_img {
    height: 250px;
  }
  .all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price .price {
    font-size: 20px;
  }
  .all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_top .product_price .price span {
    font-size: 20px;
  }
  .all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_bottom .product_category {
    font-size: 13px;
  }
  .all_product .wrapper .product_brend .product_brend_slider .swiper-wrapper .product .product_bottom .product_title {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .all_product {
    padding-top: 150px;
  }
}

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