@charset "UTF-8";
/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
@CHARSET "UTF-8";
/* line 5, ../../sass/libs/beeshop/_base.scss */
.bs-products-category--view-mode-category-tree .category--tree {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  min-height: 38px; }
/* line 12, ../../sass/libs/beeshop/_base.scss */
.bs-products-category--view-mode-child-category {
  background: #FFFFFF;
  border-radius: 10px;
  -moz-box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
  -webkit-box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
  box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
  position: relative;
  height: 100%; }
  /* line 21, ../../sass/libs/beeshop/_base.scss */
  .bs-products-category--view-mode-child-category .field--name-name {
    text-align: center; }
  /* line 25, ../../sass/libs/beeshop/_base.scss */
  .bs-products-category--view-mode-child-category .field--name-field-category-img + .bs-produtc--link + .field--name-name {
    text-align: left; }
  @media only screen and (max-width: 767px) {
    /* line 12, ../../sass/libs/beeshop/_base.scss */
    .bs-products-category--view-mode-child-category {
      -webkit-flex-direction: column;
      flex-direction: column;
      text-align: center; } }
/* line 35, ../../sass/libs/beeshop/_base.scss */
.bs-products-category .bs-produtc--link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1; }

/* line 49, ../../sass/libs/beeshop/_base.scss */
.bs-product.bs-product--view-mode-full .bs-product--wrapper {
  background: #FFFFFF;
  border-radius: 10px;
  -moz-box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
  -webkit-box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
  box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
  padding: 20px; }
  @media only screen and (max-width: 500px) {
    /* line 49, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-full .bs-product--wrapper {
      margin: 10px -20px 0; } }
/* line 62, ../../sass/libs/beeshop/_base.scss */
.bs-product.bs-product--view-mode-full .product-top .price[data-discount-src] {
  margin-bottom: 5px; }
  @media only screen and (max-width: 767px) {
    /* line 62, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-full .product-top .price[data-discount-src] {
      margin-right: 0;
      position: relative;
      left: 50%; } }
@media only screen and (min-width: 768px) {
  /* line 60, ../../sass/libs/beeshop/_base.scss */
  .bs-product.bs-product--view-mode-full .product-top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; } }
/* line 77, ../../sass/libs/beeshop/_base.scss */
.bs-product.bs-product--view-mode-full .product-bottom {
  color: #757577; }
  /* line 80, ../../sass/libs/beeshop/_base.scss */
  .bs-product.bs-product--view-mode-full .product-bottom > .field {
    line-height: 1.8; }
    /* line 83, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-full .product-bottom > .field .field__label {
      color: #000000;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      /* line 80, ../../sass/libs/beeshop/_base.scss */
      .bs-product.bs-product--view-mode-full .product-bottom > .field {
        padding: 0 15px; } }
  @media only screen and (min-width: 768px) {
    /* line 77, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-full .product-bottom {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin: 30px -15px 0; } }
  @media only screen and (max-width: 767px) {
    /* line 77, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-full .product-bottom {
      margin-top: 30px; } }
/* line 105, ../../sass/libs/beeshop/_base.scss */
.bs-product.bs-product--view-mode-full .product-image {
  overflow: hidden;
  position: relative;
  max-width: 365px;
  height: 280px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }
  @media only screen and (max-width: 767px) {
    /* line 105, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-full .product-image {
      margin: 0 auto; } }
  @media only screen and (max-width: 500px) {
    /* line 105, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-full .product-image {
      max-width: 280px;
      height: auto; } }
/* line 124, ../../sass/libs/beeshop/_base.scss */
.bs-product.bs-product--view-mode-full .product-info .product--price {
  margin-top: 25px; }
  @media only screen and (max-width: 767px) {
    /* line 124, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-full .product-info .product--price {
      -webkit-justify-content: center;
      justify-content: center; } }
@media only screen and (min-width: 768px) {
  /* line 122, ../../sass/libs/beeshop/_base.scss */
  .bs-product.bs-product--view-mode-full .product-info {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-left: 30px; } }
@media only screen and (max-width: 767px) {
  /* line 122, ../../sass/libs/beeshop/_base.scss */
  .bs-product.bs-product--view-mode-full .product-info {
    margin-top: 30px;
    text-align: center; } }
/* line 143, ../../sass/libs/beeshop/_base.scss */
.bs-product.bs-product--view-mode-full .bs-product--button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 35px; }
  @media only screen and (max-width: 767px) {
    /* line 143, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-full .bs-product--button {
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center; } }
/* line 154, ../../sass/libs/beeshop/_base.scss */
.bs-product.bs-product--view-mode-category-card {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%; }
  /* line 160, ../../sass/libs/beeshop/_base.scss */
  .bs-product.bs-product--view-mode-category-card .product-price-container {
    margin-top: auto;
    width: 100%; }
  @media only screen and (max-width: 500px) {
    /* line 165, ../../sass/libs/beeshop/_base.scss */
    .view-display-id-recently_view .bs-product.bs-product--view-mode-category-card {
      background: #FFFFFF;
      border-radius: 10px;
      -moz-box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
      -webkit-box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
      box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
      padding: 20px; } }
  @media only screen and (max-width: 500px) {
    /* line 175, ../../sass/libs/beeshop/_base.scss */
    .product-touch-slider .bs-product.bs-product--view-mode-category-card {
      background: #FFFFFF;
      border-radius: 10px;
      -moz-box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
      -webkit-box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
      box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
      padding: 20px; } }
  @media only screen and (min-width: 501px) {
    /* line 154, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-category-card {
      background: #FFFFFF;
      border-radius: 10px;
      -moz-box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
      -webkit-box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
      box-shadow: 0px 6px 15px rgba(142, 105, 63, 0.06);
      padding: 20px; } }
/* line 193, ../../sass/libs/beeshop/_base.scss */
.bs-product.bs-product--view-mode-cart-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center; }
  /* line 196, ../../sass/libs/beeshop/_base.scss */
  .bs-product.bs-product--view-mode-cart-item .bs-product--sku-wrapper {
    margin-top: 10px; }
/* line 201, ../../sass/libs/beeshop/_base.scss */
.bs-product.bs-product--view-mode-popular-product {
  background: #FFFFFF;
  border-radius: 10px;
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 10px 20px 20px; }
  /* line 208, ../../sass/libs/beeshop/_base.scss */
  .bs-product.bs-product--view-mode-popular-product .product--price {
    margin-top: 10px; }
/* line 213, ../../sass/libs/beeshop/_base.scss */
.bs-product.bs-product--view-mode-search-result {
  background: #FFFFFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px; }
  /* line 218, ../../sass/libs/beeshop/_base.scss */
  .bs-product.bs-product--view-mode-search-result .bs-product-image {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: relative;
    width: 195px;
    height: 195px; }
    /* line 223, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-search-result .bs-product-image img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: auto;
      max-height: 100%; }
    /* line 229, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-search-result .bs-product-image svg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: auto;
      max-height: 100%; }
    @media only screen and (max-width: 650px) {
      /* line 218, ../../sass/libs/beeshop/_base.scss */
      .bs-product.bs-product--view-mode-search-result .bs-product-image {
        width: 80px;
        height: 80px; } }
  /* line 240, ../../sass/libs/beeshop/_base.scss */
  .bs-product.bs-product--view-mode-search-result .product-info {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-left: 40px;
    width: calc(100% - 235px); }
    @media only screen and (max-width: 650px) {
      /* line 240, ../../sass/libs/beeshop/_base.scss */
      .bs-product.bs-product--view-mode-search-result .product-info {
        padding-left: 10px;
        width: calc(100% - 90px); } }
  /* line 251, ../../sass/libs/beeshop/_base.scss */
  .bs-product.bs-product--view-mode-search-result .product--category-sku {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 15px; }
    @media only screen and (max-width: 650px) {
      /* line 251, ../../sass/libs/beeshop/_base.scss */
      .bs-product.bs-product--view-mode-search-result .product--category-sku {
        display: none;
        margin: 0; } }
  /* line 261, ../../sass/libs/beeshop/_base.scss */
  .bs-product.bs-product--view-mode-search-result .product--price {
    margin-top: 20px; }
    @media only screen and (max-width: 650px) {
      /* line 261, ../../sass/libs/beeshop/_base.scss */
      .bs-product.bs-product--view-mode-search-result .product--price {
        margin-top: 10px; } }
  /* line 269, ../../sass/libs/beeshop/_base.scss */
  .bs-product.bs-product--view-mode-search-result .bs-product--button {
    margin-top: 18px; }
    @media only screen and (min-width: 501px) {
      /* line 272, ../../sass/libs/beeshop/_base.scss */
      .bs-product.bs-product--view-mode-search-result .bs-product--button .field--name-sku {
        display: none; } }
    @media only screen and (max-width: 650px) {
      /* line 269, ../../sass/libs/beeshop/_base.scss */
      .bs-product.bs-product--view-mode-search-result .bs-product--button {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 10px; } }
  @media only screen and (min-width: 501px) {
    /* line 213, ../../sass/libs/beeshop/_base.scss */
    .bs-product.bs-product--view-mode-search-result {
      border-radius: 10px;
      -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
      -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06); } }

/* line 294, ../../sass/libs/beeshop/_base.scss */
.ya-search--products--item {
  margin-bottom: 30px; }
  /* line 297, ../../sass/libs/beeshop/_base.scss */
  .ya-search--products--item:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 650px) {
    /* line 294, ../../sass/libs/beeshop/_base.scss */
    .ya-search--products--item {
      margin: 0 -20px; } }

/* line 307, ../../sass/libs/beeshop/_base.scss */
.add-to-cart {
  margin-right: 30px;
  width: 240px;
  background: #F5A145;
  background: linear-gradient(180deg, #f9b264 0%, #f39c3d 100%);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  color: #FFFFFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 9.5px 0;
  position: relative;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; }
  /* line 326, ../../sass/libs/beeshop/_base.scss */
  .add-to-cart:before {
    content: '';
    background: url('../../img/vector/sprite.svg?1740746290') no-repeat -152px 2px;
    display: block;
    margin-right: 5px;
    width: 26px;
    height: 26px; }
    @media only screen and (max-width: 500px) {
      /* line 333, ../../sass/libs/beeshop/_base.scss */
      .bs-product--view-mode-search-result .add-to-cart:before, .bs-product--view-mode-category-card .add-to-cart:before {
        background-position: -156px -61px;
        width: 16px;
        height: 16px; } }
    /* line 342, ../../sass/libs/beeshop/_base.scss */
    .view-display-id-recently_view .add-to-cart:before {
      background-position: -155px -32px;
      width: 20px;
      height: 20px; }
    @media only screen and (max-width: 850px) {
      /* line 347, ../../sass/libs/beeshop/_base.scss */
      .product-touch-slider .add-to-cart:before {
        background-position: -155px -32px;
        width: 20px;
        height: 20px; } }
  /* line 356, ../../sass/libs/beeshop/_base.scss */
  .add-to-cart:after {
    content: 'Купить'; }
  /* line 360, ../../sass/libs/beeshop/_base.scss */
  .add-to-cart:hover {
    background: #F5A145;
    background: linear-gradient(180deg, #ffbd76 0%, #ff921b 100%); }
  @media only screen and (max-width: 500px) {
    /* line 365, ../../sass/libs/beeshop/_base.scss */
    .bs-product--view-mode-search-result .add-to-cart, .bs-product--view-mode-category-card .add-to-cart {
      font-size: 12px;
      font-weight: 400;
      padding: 7px 0; } }
  /* line 375, ../../sass/libs/beeshop/_base.scss */
  .view-display-id-recently_view .add-to-cart {
    font-size: 13px;
    padding: 7.5px 0; }
  @media only screen and (max-width: 850px) {
    /* line 380, ../../sass/libs/beeshop/_base.scss */
    .product-touch-slider .add-to-cart {
      font-size: 13px;
      padding: 7.5px 0; } }
  /* line 388, ../../sass/libs/beeshop/_base.scss */
  .bs-product--view-mode-category-card .add-to-cart {
    margin-top: 20px;
    width: 100%; }
    @media only screen and (max-width: 500px) {
      /* line 388, ../../sass/libs/beeshop/_base.scss */
      .bs-product--view-mode-category-card .add-to-cart {
        margin-top: 10px; } }
  @media only screen and (max-width: 500px) {
    /* line 397, ../../sass/libs/beeshop/_base.scss */
    .view-display-id-recently_view .add-to-cart {
      margin-top: 20px; } }
  @media only screen and (max-width: 850px) {
    /* line 404, ../../sass/libs/beeshop/_base.scss */
    .product-touch-slider .add-to-cart {
      margin-top: 20px; } }
  /* line 411, ../../sass/libs/beeshop/_base.scss */
  .bs-product--view-mode-search-result .add-to-cart {
    width: 180px; }
    @media only screen and (max-width: 650px) {
      /* line 411, ../../sass/libs/beeshop/_base.scss */
      .bs-product--view-mode-search-result .add-to-cart {
        width: 130px; } }
  /* line 419, ../../sass/libs/beeshop/_base.scss */
  .add-to-cart .form-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  /* line 426, ../../sass/libs/beeshop/_base.scss */
  .add-to-cart .button--add-to-cart {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    background: transparent;
    box-shadow: none;
    width: 100%;
    height: 100%;
    z-index: 1; }
    /* line 436, ../../sass/libs/beeshop/_base.scss */
    .add-to-cart .button--add-to-cart:hover {
      background: transparent; }
  @media only screen and (max-width: 767px) {
    /* line 307, ../../sass/libs/beeshop/_base.scss */
    .add-to-cart {
      margin-right: 0; } }

/*# sourceMappingURL=beeshop.css.map */
