@charset "UTF-8";
/* line 1, collection.scss */
.collection-swiper {
  width: 100%;
  max-height: 200px; }
  @media (max-width: 568px) {
    /* line 1, collection.scss */
    .collection-swiper {
      max-height: none;
      min-height: 325px; } }
  /* line 10, collection.scss */
  .collection-swiper .swiper-slide {
    max-height: 200px;
    border-radius: 8px;
    overflow: hidden; }
    @media (max-width: 568px) {
      /* line 10, collection.scss */
      .collection-swiper .swiper-slide {
        max-height: none;
        min-height: 325px; } }
    /* line 20, collection.scss */
    .collection-swiper .swiper-slide img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    @media (max-width: 568px) {
      /* line 26, collection.scss */
      .collection-swiper .swiper-slide .desk {
        display: none; } }
    /* line 32, collection.scss */
    .collection-swiper .swiper-slide .mob {
      display: none; }
      @media (max-width: 568px) {
        /* line 32, collection.scss */
        .collection-swiper .swiper-slide .mob {
          display: block; } }
  /* line 41, collection.scss */
  .collection-swiper .swiper-pagination-bullet {
    cursor: pointer;
    margin: 0 5px;
    opacity: 1;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #fff; }
    /* line 53, collection.scss */
    .collection-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #ffffff; }

/* line 59, collection.scss */
.subcollections {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
  flex-wrap: wrap; }
  @media (max-width: 420px) {
    /* line 59, collection.scss */
    .subcollections {
      margin-bottom: 10px; } }
  /* line 69, collection.scss */
  .subcollections__item {
    width: 120px;
    color: #1D2E3F;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    margin: 0 10px 10px 10px; }
    @media (max-width: 768px) {
      /* line 69, collection.scss */
      .subcollections__item {
        width: 100px; } }
    @media (max-width: 568px) {
      /* line 69, collection.scss */
      .subcollections__item {
        width: 80px; } }
    @media (max-width: 420px) {
      /* line 69, collection.scss */
      .subcollections__item {
        width: 100px; } }
    /* line 89, collection.scss */
    .subcollections__item-icon {
      width: 120px;
      height: 120px;
      background: #0E0E0E;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center; }
      /* line 99, collection.scss */
      .subcollections__item-icon svg {
        width: 75px;
        height: 75px; }
      @media (max-width: 768px) {
        /* line 89, collection.scss */
        .subcollections__item-icon {
          width: 100px;
          height: 100px; }
          /* line 108, collection.scss */
          .subcollections__item-icon svg {
            width: 65px;
            height: 65px; } }
      @media (max-width: 568px) {
        /* line 89, collection.scss */
        .subcollections__item-icon {
          width: 80px;
          height: 80px; }
          /* line 118, collection.scss */
          .subcollections__item-icon svg {
            width: 50px;
            height: 50px; } }
      @media (max-width: 420px) {
        /* line 89, collection.scss */
        .subcollections__item-icon {
          width: 100px;
          height: 100px; } }
    /* line 130, collection.scss */
    .subcollections__item-name {
      width: 120px;
      margin-top: 15px;
      text-align: center;
      font-size: 14px;
      line-height: 16px; }
      @media (max-width: 768px) {
        /* line 130, collection.scss */
        .subcollections__item-name {
          width: 100px; } }
      @media (max-width: 568px) {
        /* line 130, collection.scss */
        .subcollections__item-name {
          width: 80px;
          font-size: 12px; } }
      @media (max-width: 420px) {
        /* line 130, collection.scss */
        .subcollections__item-name {
          width: 100px; } }
    /* line 151, collection.scss */
    .subcollections__item.current {
      color: #C99B69; }
    /* line 155, collection.scss */
    .subcollections__item:hover {
      color: #C99B69; }

/* line 161, collection.scss */
.collection-products {
  padding-top: 25px;
  padding-bottom: 40px;
  background: #F4F4F4; }
  /* line 166, collection.scss */
  .collection-products .collection-name {
    line-height: 1.2;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 45px; }
    @media (max-width: 568px) {
      /* line 166, collection.scss */
      .collection-products .collection-name {
        margin-bottom: 30px; } }
  /* line 177, collection.scss */
  .collection-products .seo-filters {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    width: 100%; }
    /* line 183, collection.scss */
    .collection-products .seo-filters .seo-filter {
      border: 1px solid #E5E5E5;
      border-radius: 6px;
      text-decoration: none;
      padding: 7px 14px;
      margin-right: 12px;
      margin-bottom: 12px;
      font-family: Arial;
      font-size: 15px;
      font-weight: 400;
      line-height: 15px;
      text-align: left;
      transition: border 0.3s ease, background-color 0.3s ease; }
      /* line 197, collection.scss */
      .collection-products .seo-filters .seo-filter span {
        color: #1D2E3F; }
      /* line 201, collection.scss */
      .collection-products .seo-filters .seo-filter:hover, .collection-products .seo-filters .seo-filter.f-active {
        border: 1px solid #C99B69;
        background-color: #C99B69; }
        /* line 206, collection.scss */
        .collection-products .seo-filters .seo-filter:hover span, .collection-products .seo-filters .seo-filter.f-active span {
          color: #FFFFFF; }
  /* line 213, collection.scss */
  .collection-products__inner {
    display: flex; }
  /* line 217, collection.scss */
  .collection-products .products-filters {
    width: calc(25% - 20px);
    margin-right: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    height: fit-content; }
    @media (max-width: 1199px) {
      /* line 217, collection.scss */
      .collection-products .products-filters {
        width: calc(22% - 20px); } }
    @media (max-width: 1024px) {
      /* line 217, collection.scss */
      .collection-products .products-filters {
        width: calc(28% - 20px); } }
    @media (max-width: 991px) {
      /* line 217, collection.scss */
      .collection-products .products-filters {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        border-radius: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto; }
        /* line 245, collection.scss */
        .collection-products .products-filters form {
          width: 100%; } }
    /* line 250, collection.scss */
    .collection-products .products-filters .form__item {
      margin-bottom: 15px; }
      /* line 253, collection.scss */
      .collection-products .products-filters .form__item-name {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        /* line 259, collection.scss */
        .collection-products .products-filters .form__item-name span {
          max-width: 90%;
          display: inline-block;
          color: #000;
          line-height: 16px;
          font-size: 14px;
          font-weight: 500;
          font-style: normal; }
        /* line 269, collection.scss */
        .collection-products .products-filters .form__item-name img {
          transition: transform 0.3s ease; }
    /* line 276, collection.scss */
    .collection-products .products-filters .slider-stripe {
      margin-top: 65px;
      position: relative;
      width: 100%;
      height: 11px;
      display: none; }
      /* line 283, collection.scss */
      .collection-products .products-filters .slider-stripe .min_value,
      .collection-products .products-filters .slider-stripe .max_value {
        display: none; }
    /* line 289, collection.scss */
    .collection-products .products-filters .slider-line, .collection-products .products-filters .slider-linebg {
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 2px;
      background-color: #0E0E0E; }
    /* line 300, collection.scss */
    .collection-products .products-filters .slider-linebg {
      background-color: #B5B5B5;
      height: 1px; }
    /* line 305, collection.scss */
    .collection-products .products-filters .slider-left, .collection-products .products-filters .slider-right {
      background: #0E0E0E;
      width: 11px;
      height: 11px;
      border: 2px solid #0E0E0E;
      border-radius: 20px;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      cursor: grab; }
      /* line 318, collection.scss */
      .collection-products .products-filters .slider-left input, .collection-products .products-filters .slider-right input {
        position: absolute;
        bottom: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        width: 55px;
        height: 30px;
        color: #000000;
        font-size: 14px;
        border: 1px solid #DBDBDB;
        background: #fff;
        border-radius: 6px;
        text-align: center;
        cursor: grab;
        transition: left 0.3s ease, transform 0.3s ease; }
    /* line 336, collection.scss */
    .collection-products .products-filters .slider-right {
      left: auto;
      right: 0; }
    /* line 342, collection.scss */
    .collection-products .products-filters .variants {
      display: none;
      flex-direction: column;
      width: 100%;
      margin-top: 15px; }
      /* line 348, collection.scss */
      .collection-products .products-filters .variants__item {
        display: flex;
        align-items: center;
        width: 100%;
        cursor: pointer;
        margin-bottom: 12px; }
        /* line 355, collection.scss */
        .collection-products .products-filters .variants__item:last-child {
          margin-bottom: 0; }
        /* line 359, collection.scss */
        .collection-products .products-filters .variants__item-label {
          margin-right: 7px;
          cursor: pointer;
          display: flex;
          background-repeat: no-repeat;
          background-position: 50%;
          background-size: 70%;
          width: 14px;
          height: 14px;
          border: 1px solid #B5B5B5;
          border-radius: 4px;
          flex-shrink: 0; }
        /* line 376, collection.scss */
        .collection-products .products-filters .variants__item-input {
          display: none; }
          /* line 379, collection.scss */
          .collection-products .products-filters .variants__item-input:checked + .variants__item-label {
            background-color: #C99B69;
            border: 1px solid #c99b69;
            background-image: url("galka.svg"); }
        /* line 386, collection.scss */
        .collection-products .products-filters .variants__item-title {
          font-size: 14px;
          font-weight: 400;
          font-style: normal;
          cursor: pointer;
          display: block; }
    /* line 398, collection.scss */
    .collection-products .products-filters .form__item.show .form__item-name img {
      transform: rotate(180deg); }
    /* line 403, collection.scss */
    .collection-products .products-filters .form__item.show .variants {
      display: flex; }
    /* line 407, collection.scss */
    .collection-products .products-filters .form__item.show .slider-stripe {
      display: flex; }
    /* line 412, collection.scss */
    .collection-products .products-filters .reset {
      text-decoration: none;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 34px;
      font-weight: 500;
      font-size: 14px;
      line-height: 14px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      margin: 0 auto;
      background: #c99b69;
      max-width: 256px;
      margin-top: 30px; }
    /* line 433, collection.scss */
    .collection-products .products-filters .form-submit {
      display: none; }
  /* line 438, collection.scss */
  .collection-products .products {
    width: 75%; }
    @media (max-width: 1199px) {
      /* line 438, collection.scss */
      .collection-products .products {
        width: 78%; } }
    @media (max-width: 1024px) {
      /* line 438, collection.scss */
      .collection-products .products {
        width: 72%; } }
    @media (max-width: 991px) {
      /* line 438, collection.scss */
      .collection-products .products {
        width: 100%; } }
    /* line 453, collection.scss */
    .collection-products .products-sort {
      width: 100%; }
      /* line 456, collection.scss */
      .collection-products .products-sort .count {
        margin-top: 10px;
        margin-bottom: 20px; }
      /* line 461, collection.scss */
      .collection-products .products-sort .filter-btn {
        display: none; }
        @media (max-width: 991px) {
          /* line 461, collection.scss */
          .collection-products .products-sort .filter-btn {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #c99b69;
            height: 40px;
            border-radius: 6px;
            margin-bottom: 20px; }
            /* line 473, collection.scss */
            .collection-products .products-sort .filter-btn .icon {
              background-image: url("sliders.svg");
              background-repeat: no-repeat;
              background-position: center;
              width: 16px;
              height: 16px;
              margin-right: 10px; }
            /* line 482, collection.scss */
            .collection-products .products-sort .filter-btn span {
              color: #ffffff;
              text-transform: uppercase;
              font-weight: 500;
              font-size: 14px;
              line-height: 14px; } }
      /* line 492, collection.scss */
      .collection-products .products-sort__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid #C4C4C4;
        margin-bottom: 25px; }
        @media (max-width: 568px) {
          /* line 492, collection.scss */
          .collection-products .products-sort__inner {
            flex-direction: column;
            align-items: flex-start; } }
      /* line 506, collection.scss */
      .collection-products .products-sort .caption {
        color: #919191;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px; }
      /* line 513, collection.scss */
      .collection-products .products-sort__items {
        display: flex;
        align-items: center; }
        @media (max-width: 568px) {
          /* line 513, collection.scss */
          .collection-products .products-sort__items {
            flex-direction: column;
            align-items: flex-start; } }
      /* line 523, collection.scss */
      .collection-products .products-sort__item {
        font-style: normal;
        color: #1D2E3F;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        border-bottom: 2px solid transparent;
        margin-left: 60px;
        text-decoration: none;
        transition: color 0.3s ease;
        cursor: pointer;
        position: relative; }
        /* line 536, collection.scss */
        .collection-products .products-sort__item.current, .collection-products .products-sort__item.current2 {
          color: #C99B69; }
          /* line 540, collection.scss */
          .collection-products .products-sort__item.current::before, .collection-products .products-sort__item.current2::before {
            position: absolute;
            right: calc(100% + 3px);
            top: 43%;
            color: #C99B69;
            transform: translateY(-50%); }
            @media (max-width: 768px) {
              /* line 540, collection.scss */
              .collection-products .products-sort__item.current::before, .collection-products .products-sort__item.current2::before {
                right: auto;
                left: calc(100% + 3px); } }
        /* line 555, collection.scss */
        .collection-products .products-sort__item.current::before {
          content: '↑'; }
        /* line 561, collection.scss */
        .collection-products .products-sort__item.current2::before {
          content: '↓'; }
        @media (max-width: 768px) {
          /* line 523, collection.scss */
          .collection-products .products-sort__item {
            margin-left: 40px; } }
        @media (max-width: 568px) {
          /* line 523, collection.scss */
          .collection-products .products-sort__item {
            margin-left: 0;
            margin-top: 10px; } }
        /* line 575, collection.scss */
        .collection-products .products-sort__item:hover {
          color: #C99B69; }
    /* line 581, collection.scss */
    .collection-products .products-items {
      width: calc(100% + 20px);
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 568px) {
        /* line 581, collection.scss */
        .collection-products .products-items {
          width: 100%; } }
      /* line 590, collection.scss */
      .collection-products .products-items .productCard {
        width: calc(100% / 3 - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
        background-color: #fff;
        border: none; }
        @media (max-width: 1024px) {
          /* line 590, collection.scss */
          .collection-products .products-items .productCard {
            width: calc(100% / 2 - 20px); } }
        @media (max-width: 991px) {
          /* line 590, collection.scss */
          .collection-products .products-items .productCard {
            max-width: none; } }
        @media (max-width: 568px) {
          /* line 590, collection.scss */
          .collection-products .products-items .productCard {
            width: calc(100% / 1);
            margin-right: 0; } }
    /* line 612, collection.scss */
    .collection-products .products .pagination {
      display: flex;
      margin-top: 20px;
      justify-content: center;
      align-items: center; }
      /* line 620, collection.scss */
      .collection-products .products .pagination-arrow.next svg {
        transform: rotate(180deg); }
      /* line 626, collection.scss */
      .collection-products .products .pagination a,
      .collection-products .products .pagination span {
        color: #C99B69;
        text-decoration: none;
        display: block;
        width: 24px;
        height: 24px;
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        margin: 0 5px; }
        /* line 638, collection.scss */
        .collection-products .products .pagination a.current,
        .collection-products .products .pagination span.current {
          color: #BB8A56; }

/* line 1, productCard.scss */
.productCard {
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 40px 23px 23px 23px;
  max-width: 340px; }
  @media (max-width: 568px) {
    /* line 1, productCard.scss */
    .productCard {
      max-width: none; } }
  /* line 15, productCard.scss */
  .productCard .discount {
    position: absolute;
    top: 14px;
    left: 22px;
    z-index: 2;
    background-color: #C99B69;
    border-radius: 6px;
    padding: 3px 6px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    line-height: 100%; }
  /* line 29, productCard.scss */
  .productCard .favlike {
    position: absolute;
    top: 8px;
    right: 12px;
    display: none; }
    @media (max-width: 768px) {
      /* line 29, productCard.scss */
      .productCard .favlike {
        display: block; } }
    /* line 39, productCard.scss */
    .productCard .favlike .favorites {
      border: none;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none; }
      /* line 48, productCard.scss */
      .productCard .favlike .favorites .inFav,
      .productCard .favlike .favorites .outFav {
        display: none; }
      /* line 54, productCard.scss */
      .productCard .favlike .favorites.favorites-not-added .outFav {
        display: block; }
      /* line 60, productCard.scss */
      .productCard .favlike .favorites.favorites-added .inFav {
        display: block; }
    /* line 66, productCard.scss */
    .productCard .favlike .compare {
      border: none;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none; }
      /* line 75, productCard.scss */
      .productCard .favlike .compare .inComp,
      .productCard .favlike .compare .outComp {
        display: none; }
      /* line 81, productCard.scss */
      .productCard .favlike .compare.compare-not-added .outComp {
        display: block; }
      /* line 87, productCard.scss */
      .productCard .favlike .compare.compare-added .inComp {
        display: block; }
  /* line 95, productCard.scss */
  .productCard:hover .favlike {
    display: block; }
  /* line 100, productCard.scss */
  .productCard-img {
    width: 100%;
    height: 240px; }
    /* line 104, productCard.scss */
    .productCard-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    /* line 111, productCard.scss */
    .productCard-img .img_sec {
      display: none; }
    /* line 116, productCard.scss */
    .productCard-img:hover .img_fir {
      display: none; }
    /* line 120, productCard.scss */
    .productCard-img:hover .img_sec {
      display: block; }
  /* line 126, productCard.scss */
  .productCard-title {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    margin-top: 10px;
    line-height: 21px;
    flex-grow: 1; }
  /* line 137, productCard.scss */
  .productCard .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px; }
    /* line 144, productCard.scss */
    .productCard .rating__inner {
      display: flex;
      align-items: center; }
    /* line 149, productCard.scss */
    .productCard .rating .stars {
      display: flex;
      align-items: center; }
      /* line 153, productCard.scss */
      .productCard .rating .stars .star {
        width: 14px;
        height: 14px;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        background-image: url(empty_star.svg);
        margin-right: 5px; }
        /* line 162, productCard.scss */
        .productCard .rating .stars .star.half {
          background-image: url("halfstar.svg"); }
        /* line 166, productCard.scss */
        .productCard .rating .stars .star.active {
          background-image: url(full_star.svg); }
    /* line 172, productCard.scss */
    .productCard .rating .average,
    .productCard .rating .reviewsNumber {
      color: #C99B69;
      font-weight: 500;
      font-size: 14px;
      margin-left: 3px; }
    /* line 180, productCard.scss */
    .productCard .rating .reviewsNumber {
      margin-left: 0; }
  /* line 185, productCard.scss */
  .productCard__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    width: 100%; }
    /* line 192, productCard.scss */
    .productCard__bottom .price {
      display: flex;
      flex-direction: column; }
      /* line 196, productCard.scss */
      .productCard__bottom .price .current {
        font-size: 18px;
        line-height: 18px;
        color: #000000;
        font-weight: 700; }
      /* line 203, productCard.scss */
      .productCard__bottom .price .old {
        color: #919191;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        margin-top: 2px;
        text-decoration: line-through; }
    /* line 213, productCard.scss */
    .productCard__bottom .form-btn {
      border: 1px solid transparent; }
    /* line 217, productCard.scss */
    .productCard__bottom .btn {
      width: 34px;
      height: 34px;
      border-radius: 6px;
      border: 1px solid #C99B69;
      background-color: #C99B69;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease; }
      /* line 229, productCard.scss */
      .productCard__bottom .btn svg {
        width: 20px;
        height: 20px;
        stroke: white;
        fill: none; }
      /* line 236, productCard.scss */
      .productCard__bottom .btn:hover {
        background-color: #fff;
        color: #C99B69 !important; }
        /* line 240, productCard.scss */
        .productCard__bottom .btn:hover svg {
          stroke: #C99B69; }
      /* line 245, productCard.scss */
      .productCard__bottom .btn.inCart {
        background-color: #fff; }
        /* line 248, productCard.scss */
        .productCard__bottom .btn.inCart svg {
          stroke: #C99B69; }
      /* line 253, productCard.scss */
      .productCard__bottom .btn.link {
        width: fit-content;
        padding: 12px;
        text-decoration: none;
        color: #fff; }
  /* line 262, productCard.scss */
  .productCard .hide {
    display: none; }

/* line 648, collection.scss */
.collection-desc {
  padding-bottom: 60px;
  background: #F4F4F4;
  margin-top: -30px; }
