@charset "UTF-8";
/* line 1, collection.scss */
.collection-swiper {
  width: 100%;
  max-height: 386px; }
  @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: 386px;
    border-radius: 20px;
    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%;
      border-radius: 20px; }
    @media (max-width: 568px) {
      /* line 27, collection.scss */
      .collection-swiper .swiper-slide .desk {
        display: none; } }
    /* line 33, collection.scss */
    .collection-swiper .swiper-slide .mob {
      display: none; }
      @media (max-width: 568px) {
        /* line 33, collection.scss */
        .collection-swiper .swiper-slide .mob {
          display: block; } }
  /* line 42, 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 54, collection.scss */
    .collection-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #ffffff; }

/* line 60, collection.scss */
.subcollections {
  display: flex;
  justify-content: space-around;
  margin: 30px 15%;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    /* line 60, collection.scss */
    .subcollections {
      margin: 25px 5%; } }
  @media (max-width: 768px) {
    /* line 60, collection.scss */
    .subcollections {
      margin: 25px 0; } }
  @media (max-width: 420px) {
    /* line 60, collection.scss */
    .subcollections {
      margin-bottom: 10px; } }
  /* line 78, collection.scss */
  .subcollections__item {
    width: 90px;
    color: #1D2E3F;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    margin: 0 10px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 768px) {
      /* line 78, collection.scss */
      .subcollections__item {
        width: 100px; } }
    @media (max-width: 568px) {
      /* line 78, collection.scss */
      .subcollections__item {
        width: 80px; } }
    @media (max-width: 420px) {
      /* line 78, collection.scss */
      .subcollections__item {
        width: 100px; } }
    /* line 101, collection.scss */
    .subcollections__item-icon {
      width: 90px;
      height: 90px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background-color 0.3s ease; }
      /* line 112, collection.scss */
      .subcollections__item-icon svg {
        width: 60px;
        height: 60px; }
      @media (max-width: 768px) {
        /* line 101, collection.scss */
        .subcollections__item-icon {
          width: 80px;
          height: 80px; }
          /* line 121, collection.scss */
          .subcollections__item-icon svg {
            width: 55px;
            height: 55px; } }
      @media (max-width: 568px) {
        /* line 101, collection.scss */
        .subcollections__item-icon {
          width: 70px;
          height: 70px; }
          /* line 131, collection.scss */
          .subcollections__item-icon svg {
            width: 40px;
            height: 40px; } }
      @media (max-width: 420px) {
        /* line 101, collection.scss */
        .subcollections__item-icon {
          width: 100px;
          height: 100px; } }
    /* line 143, collection.scss */
    .subcollections__item-name {
      margin-top: 15px;
      text-align: center;
      font-size: 14px;
      line-height: 16px; }
    /* line 165, collection.scss */
    .subcollections__item.current .subcollections__item-icon, .subcollections__item:hover .subcollections__item-icon {
      background-color: #01426A; }
      /* line 168, collection.scss */
      .subcollections__item.current .subcollections__item-icon svg, .subcollections__item:hover .subcollections__item-icon svg {
        filter: brightness(0) invert(1); }

/* line 176, collection.scss */
.collection-products {
  padding-top: 25px;
  padding-bottom: 40px; }
  /* line 181, collection.scss */
  .collection-products .collection-name {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 45px;
    color: #01426a; }
    @media (max-width: 568px) {
      /* line 181, collection.scss */
      .collection-products .collection-name {
        margin-bottom: 30px; } }
  /* line 192, collection.scss */
  .collection-products .seo-filters {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    width: 100%; }
    /* line 198, 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 212, collection.scss */
      .collection-products .seo-filters .seo-filter span {
        color: #1D2E3F; }
      /* line 216, collection.scss */
      .collection-products .seo-filters .seo-filter:hover, .collection-products .seo-filters .seo-filter.f-active {
        border: 1px solid #01426a;
        background-color: #01426a; }
        /* line 221, collection.scss */
        .collection-products .seo-filters .seo-filter:hover span, .collection-products .seo-filters .seo-filter.f-active span {
          color: #FFFFFF; }
  /* line 228, collection.scss */
  .collection-products__inner {
    display: flex; }
  /* line 232, collection.scss */
  .collection-products .products-filters {
    width: calc(25% - 20px);
    margin-right: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    height: fit-content;
    border: 1px solid #e5e5e5; }
    @media (max-width: 1199px) {
      /* line 232, collection.scss */
      .collection-products .products-filters {
        width: calc(22% - 20px); } }
    @media (max-width: 1024px) {
      /* line 232, collection.scss */
      .collection-products .products-filters {
        width: calc(28% - 20px); } }
    @media (max-width: 991px) {
      /* line 232, 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 261, collection.scss */
        .collection-products .products-filters form {
          width: 100%; } }
    /* line 266, collection.scss */
    .collection-products .products-filters .form__item {
      margin-bottom: 0px;
      border-bottom: 1px solid #e5e5e5;
      padding: 15px 0;
      padding-bottom: 10px; }
      /* line 272, collection.scss */
      .collection-products .products-filters .form__item-name {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        /* line 278, collection.scss */
        .collection-products .products-filters .form__item-name span {
          max-width: 90%;
          display: inline-block;
          color: #1d2e3f;
          line-height: 16px;
          font-size: 15px;
          font-weight: 400;
          font-style: normal; }
        /* line 288, collection.scss */
        .collection-products .products-filters .form__item-name img {
          transition: transform 0.3s ease; }
    /* line 295, collection.scss */
    .collection-products .products-filters .slider-stripe {
      margin-top: 65px;
      position: relative;
      width: 100%;
      height: 11px;
      display: none; }
      /* line 302, collection.scss */
      .collection-products .products-filters .slider-stripe .min_value,
      .collection-products .products-filters .slider-stripe .max_value {
        display: none; }
    /* line 308, 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 319, collection.scss */
    .collection-products .products-filters .slider-linebg {
      background-color: #B5B5B5;
      height: 1px; }
    /* line 324, 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 337, 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 355, collection.scss */
    .collection-products .products-filters .slider-right {
      left: auto;
      right: 0; }
    /* line 361, collection.scss */
    .collection-products .products-filters .variants {
      display: none;
      flex-direction: column;
      width: 100%;
      margin-top: 15px; }
      /* line 367, collection.scss */
      .collection-products .products-filters .variants__item {
        display: flex;
        align-items: center;
        width: 100%;
        cursor: pointer;
        margin-bottom: 12px; }
        /* line 374, collection.scss */
        .collection-products .products-filters .variants__item:last-child {
          margin-bottom: 0; }
        /* line 378, 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 395, collection.scss */
        .collection-products .products-filters .variants__item-input {
          display: none; }
          /* line 398, collection.scss */
          .collection-products .products-filters .variants__item-input:checked + .variants__item-label {
            background-color: #01426a;
            border: 1px solid #01426a;
            background-image: url("galka.svg"); }
        /* line 405, collection.scss */
        .collection-products .products-filters .variants__item-title {
          font-size: 14px;
          font-weight: 400;
          font-style: normal;
          cursor: pointer;
          display: block; }
    /* line 417, collection.scss */
    .collection-products .products-filters .form__item.show .form__item-name img {
      transform: rotate(180deg); }
    /* line 422, collection.scss */
    .collection-products .products-filters .form__item.show .variants {
      display: flex; }
    /* line 426, collection.scss */
    .collection-products .products-filters .form__item.show .slider-stripe {
      display: flex; }
    /* line 431, collection.scss */
    .collection-products .products-filters .reset {
      text-decoration: none;
      color: #01426a;
      text-align: center;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 34px;
      font-weight: 600;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 0.04em;
      margin: 0 auto;
      background: none;
      border: 1px solid #01426a;
      max-width: 256px;
      margin-top: 30px;
      transition: background 0.3s ease, color 0.3s ease; }
      /* line 452, collection.scss */
      .collection-products .products-filters .reset:hover {
        background: #01426a;
        color: #fff; }
    /* line 458, collection.scss */
    .collection-products .products-filters .form-submit {
      display: none; }
  /* line 463, collection.scss */
  .collection-products .products {
    width: 75%; }
    @media (max-width: 1199px) {
      /* line 463, collection.scss */
      .collection-products .products {
        width: 78%; } }
    @media (max-width: 1024px) {
      /* line 463, collection.scss */
      .collection-products .products {
        width: 72%; } }
    @media (max-width: 991px) {
      /* line 463, collection.scss */
      .collection-products .products {
        width: 100%; } }
    /* line 478, collection.scss */
    .collection-products .products-sort {
      width: 100%; }
      /* line 481, collection.scss */
      .collection-products .products-sort .count {
        margin-top: 10px;
        margin-bottom: 20px; }
      /* line 486, collection.scss */
      .collection-products .products-sort .filter-btn {
        display: none; }
        @media (max-width: 991px) {
          /* line 486, collection.scss */
          .collection-products .products-sort .filter-btn {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #01426a;
            height: 40px;
            border-radius: 6px;
            margin-bottom: 20px; }
            /* line 498, 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 507, collection.scss */
            .collection-products .products-sort .filter-btn span {
              color: #ffffff;
              text-transform: uppercase;
              font-weight: 500;
              font-size: 14px;
              line-height: 14px; } }
      /* line 517, 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 517, collection.scss */
          .collection-products .products-sort__inner {
            flex-direction: column;
            align-items: flex-start; } }
      /* line 531, collection.scss */
      .collection-products .products-sort .caption {
        color: #919191;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px; }
      /* line 538, collection.scss */
      .collection-products .products-sort__items {
        display: flex;
        align-items: center; }
        @media (max-width: 568px) {
          /* line 538, collection.scss */
          .collection-products .products-sort__items {
            flex-direction: column;
            align-items: flex-start; } }
      /* line 548, collection.scss */
      .collection-products .products-sort__item {
        font-style: normal;
        color: #9AA8B6;
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        border-bottom: 2px solid transparent;
        margin-left: 60px;
        text-decoration: none;
        transition: color 0.3s ease;
        cursor: pointer;
        position: relative; }
        /* line 561, collection.scss */
        .collection-products .products-sort__item.current, .collection-products .products-sort__item.current2 {
          color: #01426a; }
          /* line 565, 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: #01426a;
            transform: translateY(-50%); }
            @media (max-width: 768px) {
              /* line 565, collection.scss */
              .collection-products .products-sort__item.current::before, .collection-products .products-sort__item.current2::before {
                right: auto;
                left: calc(100% + 3px); } }
        /* line 580, collection.scss */
        .collection-products .products-sort__item.current::before {
          content: '↑'; }
        /* line 586, collection.scss */
        .collection-products .products-sort__item.current2::before {
          content: '↓'; }
        @media (max-width: 768px) {
          /* line 548, collection.scss */
          .collection-products .products-sort__item {
            margin-left: 40px; } }
        @media (max-width: 568px) {
          /* line 548, collection.scss */
          .collection-products .products-sort__item {
            margin-left: 0;
            margin-top: 10px; } }
        /* line 600, collection.scss */
        .collection-products .products-sort__item:hover {
          color: #01426a; }
    /* line 606, collection.scss */
    .collection-products .products-items {
      width: calc(100% + 20px);
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 568px) {
        /* line 606, collection.scss */
        .collection-products .products-items {
          width: 100%; } }
      /* line 615, 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 615, collection.scss */
          .collection-products .products-items .productCard {
            width: calc(100% / 2 - 20px); } }
        @media (max-width: 991px) {
          /* line 615, collection.scss */
          .collection-products .products-items .productCard {
            max-width: none; } }
        @media (max-width: 568px) {
          /* line 615, collection.scss */
          .collection-products .products-items .productCard {
            width: calc(100% / 1);
            margin-right: 0; } }
    /* line 637, collection.scss */
    .collection-products .products .pagination {
      display: flex;
      margin-top: 20px;
      justify-content: center;
      align-items: center; }
      /* line 645, collection.scss */
      .collection-products .products .pagination-arrow.next svg {
        transform: rotate(180deg); }
      /* line 651, collection.scss */
      .collection-products .products .pagination a,
      .collection-products .products .pagination span {
        color: #01426a;
        text-decoration: none;
        width: 24px;
        height: 24px;
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
        margin: 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #01426a;
        transition: background-color 0.3s ease, color 0.3s ease; }
        /* line 667, collection.scss */
        .collection-products .products .pagination a.current, .collection-products .products .pagination a:hover,
        .collection-products .products .pagination span.current,
        .collection-products .products .pagination span:hover {
          color: #fff;
          background-color: #01426a; }

/* line 1, productCard.scss */
.productCard {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  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 14, productCard.scss */
  .productCard .discount {
    position: absolute;
    top: 14px;
    left: 22px;
    z-index: 2;
    background-color: #F45057;
    border-radius: 4px;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 100%; }
  /* line 28, productCard.scss */
  .productCard .favlike {
    position: absolute;
    top: 0px;
    right: 0px; }
    /* line 33, productCard.scss */
    .productCard .favlike .favorites {
      border: none;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none; }
      /* line 42, productCard.scss */
      .productCard .favlike .favorites .inFav,
      .productCard .favlike .favorites .outFav {
        display: none; }
      /* line 48, productCard.scss */
      .productCard .favlike .favorites.favorites-not-added .outFav {
        display: block; }
      /* line 54, productCard.scss */
      .productCard .favlike .favorites.favorites-added .inFav {
        display: block; }
    /* line 60, productCard.scss */
    .productCard .favlike .compare {
      border: none;
      width: 30px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: none; }
      /* line 69, productCard.scss */
      .productCard .favlike .compare .inComp,
      .productCard .favlike .compare .outComp {
        display: none; }
      /* line 75, productCard.scss */
      .productCard .favlike .compare.compare-not-added .outComp {
        display: block; }
      /* line 81, productCard.scss */
      .productCard .favlike .compare.compare-added .inComp {
        display: block; }
  /* line 89, productCard.scss */
  .productCard:hover .favlike {
    display: block; }
  /* line 94, productCard.scss */
  .productCard .left-part {
    width: 110px; }
  /* line 98, productCard.scss */
  .productCard .right-part {
    width: calc(100% - 135px);
    height: 255px;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  /* line 107, productCard.scss */
  .productCard-img {
    width: 110px;
    display: block;
    height: 200px; }
    /* line 112, productCard.scss */
    .productCard-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
    /* line 119, productCard.scss */
    .productCard-img .img_sec {
      display: none; }
    /* line 124, productCard.scss */
    .productCard-img:hover .img_fir {
      display: none; }
    /* line 128, productCard.scss */
    .productCard-img:hover .img_sec {
      display: block; }
  /* line 134, productCard.scss */
  .productCard-title {
    text-align: left;
    margin-top: 10px;
    line-height: 21px;
    flex-grow: 1;
    overflow-wrap: break-word;
    text-decoration: none;
    color: #1D2E3F;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    max-height: 130px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  /* line 152, productCard.scss */
  .productCard .rating {
    display: flex;
    width: 100%;
    margin-top: 20px;
    flex-direction: column; }
    /* line 158, productCard.scss */
    .productCard .rating__inner {
      display: flex;
      align-items: center; }
    /* line 163, productCard.scss */
    .productCard .rating .stars {
      display: flex;
      align-items: center; }
      /* line 167, productCard.scss */
      .productCard .rating .stars .star {
        width: 12px;
        height: 12px;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        background-image: url(empty_star.svg);
        margin-right: 5px; }
        /* line 176, productCard.scss */
        .productCard .rating .stars .star.half {
          background-image: url("halfstar.svg"); }
        /* line 180, productCard.scss */
        .productCard .rating .stars .star.active {
          background-image: url(full_star.svg); }
    /* line 186, productCard.scss */
    .productCard .rating .average,
    .productCard .rating .reviewsNumber {
      margin-left: 3px;
      color: #9AA8B6;
      font-size: 12px;
      font-weight: 500;
      font-style: normal; }
    /* line 195, productCard.scss */
    .productCard .rating .reviewsNumber {
      margin-left: 0;
      margin-top: 7px; }
  /* line 201, productCard.scss */
  .productCard__bottom {
    display: flex;
    margin-top: 15px;
    width: 100%;
    flex-direction: column; }
    /* line 207, productCard.scss */
    .productCard__bottom .price {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px; }
      /* line 212, productCard.scss */
      .productCard__bottom .price .current {
        font-size: 18px;
        line-height: 18px;
        color: #01426A;
        margin-right: 16px;
        font-weight: 500;
        font-style: normal;
        white-space: nowrap; }
      /* line 222, productCard.scss */
      .productCard__bottom .price .old {
        line-height: 14px;
        margin-top: 2px;
        color: #9AA8B6;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        text-decoration: line-through;
        white-space: nowrap; }
    /* line 234, productCard.scss */
    .productCard__bottom .form-btn {
      border: 1px solid transparent; }
    /* line 238, productCard.scss */
    .productCard__bottom .btn {
      font-family: Montserrat;
      cursor: pointer;
      color: #01426A;
      background: #fff;
      padding: 14px 0;
      border-radius: 30px;
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      text-decoration: none;
      margin-left: auto;
      margin-right: auto;
      border: 1px solid #01426A;
      height: 46px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease, color 0.3s ease; }
      /* line 259, productCard.scss */
      .productCard__bottom .btn.inCart {
        background-color: #ffa300;
        border-color: #ffa300;
        color: #fff; }
      /* line 265, productCard.scss */
      .productCard__bottom .btn:hover {
        background: #01426A;
        color: #fff; }
  /* line 273, productCard.scss */
  .productCard .hide {
    display: none; }

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