/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./assets/src/sass/cat.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
.popular-product {
  padding: 100px 0; }
  @media (max-width: 767px) {
    .popular-product {
      padding: 50px 0; } }
  .popular-product__pic {
    border-radius: 20px;
    overflow: hidden; }
    .popular-product__pic img {
      transition: 0.3s; }
    @media (max-width: 480px) {
      .popular-product__pic {
        width: 100%; }
        .popular-product__pic img {
          width: 100%; } }
  .popular-product__box {
    display: flex;
    gap: 40px; }
    @media (max-width: 992px) {
      .popular-product__box {
        flex-wrap: wrap;
        justify-content: center; } }
    @media (max-width: 480px) {
      .popular-product__box {
        gap: 10px; } }
  .popular-product__title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 35px; }
    @media (max-width: 480px) {
      .popular-product__title {
        font-size: 30px;
        margin-bottom: 24px; } }
  .popular-product__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    position: relative;
    width: 100%; }
    .popular-product__item:hover img {
      transform: scale(1.1); }
    @media (max-width: 767px) {
      .popular-product__item {
        width: calc(50% - 20px); } }
    @media (max-width: 480px) {
      .popular-product__item {
        width: calc(50% - 5px);
        gap: 6px; } }
  .popular-product__name {
    color: #101820;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */ }
  .popular-product__buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%; }
  .popular-product__price {
    color: #101820;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */ }
    @media (max-width: 1300px) {
      .popular-product__price {
        font-size: 16px; } }
  .popular-product__link {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    /* 107.143% */
    text-transform: uppercase;
    border-radius: 20px;
    background: #000;
    padding: 6px 30px;
    transition: 0.3s;
    cursor: pointer; }
    @media (max-width: 480px) {
      .popular-product__link {
        padding: 5px;
        border-radius: 5px; } }
    .popular-product__link-pic {
      display: none; }
      @media (max-width: 480px) {
        .popular-product__link-pic {
          display: block; } }
    @media (max-width: 480px) {
      .popular-product__link-text {
        display: none; } }
    .popular-product__link:hover {
      background: linear-gradient(90deg, #2173EF 0%, #C03CD6 100%); }
    .popular-product__link:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.cat-list {
  padding: 70px 0; }
  @media (max-width: 767px) {
    .cat-list {
      padding: 40px 0; } }
  .cat-list__title {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 36px; }
    @media (max-width: 767px) {
      .cat-list__title {
        font-size: 30px;
        margin-bottom: 24px; } }
  .cat-list__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 40px; }
    @media (max-width: 1300px) {
      .cat-list__box {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 992px) {
      .cat-list__box {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .cat-list__box {
        display: flex; } }
    @media (max-width: 480px) {
      .cat-list__box {
        gap: 10px; } }
  .cat-list__flex {
    display: flex;
    gap: 60px; }
    @media (max-width: 767px) {
      .cat-list__flex {
        flex-wrap: wrap;
        gap: 16px; } }
  .cat-list__filters {
    width: 240px; }
    @media (max-width: 767px) {
      .cat-list__filters {
        width: 100%; } }

.price-filter__val {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px; }
  .price-filter__val input {
    border-radius: 5px;
    border: 1px solid #D5D5D5;
    width: 80px;
    text-align: center;
    color: #767676;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 14px; }

.price-filter__title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px; }

.price-filter #price-slider {
  margin-bottom: 16px;
  background: #D5D5D5;
  border: none;
  width: 100%;
  height: 2px; }
  .price-filter #price-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #1B2C2E;
    border: none;
    margin-left: -1px; }
  .price-filter #price-slider .ui-slider-range {
    background: #2B2C2E; }

#apply-price-filter {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  background: linear-gradient(90deg, #2173EF 0%, #C03CD6 100%);
  padding: 7px 20px;
  border: none;
  transition: 0.3s;
  cursor: pointer; }
  #apply-price-filter:hover {
    background: linear-gradient(90deg, #C03CD6 0%, #2173EF 100%); }

.woocommerce .woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  list-style: none;
  padding: 0; }
  .woocommerce .woocommerce-pagination ul.page-numbers {
    border: none;
    display: flex;
    gap: 8px; }
    .woocommerce .woocommerce-pagination ul.page-numbers li {
      margin: 0 5px;
      border: none; }
      .woocommerce .woocommerce-pagination ul.page-numbers li a,
      .woocommerce .woocommerce-pagination ul.page-numbers li span {
        display: block;
        padding: 10px 15px;
        border-radius: 5px;
        background: #f5f5f5;
        color: #333;
        text-decoration: none;
        transition: background 0.3s, color 0.3s; }
        .woocommerce .woocommerce-pagination ul.page-numbers li a:hover,
        .woocommerce .woocommerce-pagination ul.page-numbers li span:hover {
          background: #333;
          color: #fff; }
      .woocommerce .woocommerce-pagination ul.page-numbers li.active a,
      .woocommerce .woocommerce-pagination ul.page-numbers li.active span {
        background: #333;
        color: #fff; }


/*# sourceMappingURL=cat.style.min.css.map*/