.wc-produt-sub__heading,
.wc-product-tile__wrapper h1 {
  display: inline-block;
}

.wc-produt-sub__heading {
  display: inline-block;
  color: var(--color-white);
  font-size: 18px;
  margin-left: 15px;
  position: relative;
}

.wc-produt-sub__heading:before {
  content: "";
  width: 2px;
  height: 35px;
  background: var(--color-white);
  position: absolute;
  left: -10px;
  top: -10px;
}

.fx-woo-product-filters__wrapper {
  margin: 40px 0;
}

ul.products {
  list-style: none;
}

ul.products li:before {
  display: none;
}

ul.products li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  height: 100%;
  background-color: var(--color-offwhite);
}

.woocommerce .woo-main-content ul.products li a img {
  width: 100%;
  margin-bottom: 0;
}

ul.products li a {
  text-decoration: none;
  border-bottom: none;
}

@media (min-width: 881px) {
  .post-type-archive-product .product .view-details-container {
    height: 100%;
  }

  .post-type-archive-product .product .view-details-container > a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .post-type-archive-product .product .view-details-container > a {
    display: inline;
  }
}

@media (min-width: 1701px) {
  .post-type-archive-product .product .view-details-container > a {
    display: flex;
  }
}

.fx-woo-main ul.products li .woocommerce-loop-product__title {
  margin-top: 0 !important;
  color: var(--color-black);
  padding: 20px 20px 0;
  text-transform: uppercase;
}

.fx-woo-main ul.products li .button {
  font-size: 14px;
  display: inline-block;
  padding: 17px 27px;
  line-height: 1.2em;
  border-radius: 4px;
  text-decoration: none;
  font-family: var(--font-urbanist);
  border: none;
  font-weight: 800;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.1em;

  margin: 15px 20px 20px 20px;
  background: transparent;
  color: var(--color-blue-1);
  padding: 0 30px 0 0;
  border-radius: 0;
}

.fx-woo-main ul.products li .button:after {
  content: "\e93d";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  position: relative;
  top: 1px;
}

.pin-save__wrapper {
  position: absolute;
  z-index: 10;
  left: 15px;
  top: 10px;
  visibility: hidden;
  opacity: 0%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 99;
  cursor: pointer;
}

.fx-woo-main ul.products li:hover .pin-save__wrapper {
  visibility: visible;
  opacity: 100%;
}

@media (min-width: 768px) {
  .wc-produt-sub__heading {
    font-size: 22px;
    margin-left: 35px;
  }

  .wc-produt-sub__heading:before {
    width: 3px;
    height: 60px;
    left: -20px;
    top: -29px;
  }

  .fx-woo-main ul.products li .woocommerce-loop-product__title {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .fx-woo-product-filters__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    gap: 20px;
  }

  .fx-woo-product-filters__wrapper .fx-woo-catalog-ordering {
    margin-left: auto;
    width: 10%;
  }

  .fx-woo-catalog-ordering .choices[data-type*="select-one"] {
    min-width: 200px;
  }

  .fx-woo-facet-filter__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    width: 90%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .woocommerce-product-category__header
    .fx-woo-facet-filter__actions
    .fx-wc-facet__dropdown {
    min-width: 14%;
  }

  .woocommerce-product-category__header
    .fx-woo-facet-filter__actions
    .fx-wc-facet__dropdown:last-child {
    min-width: auto;
  }

  .fx-woo-facet-filter__actions .facetwp-facet {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .wc-produt-sub__heading:before {
    height: 95px;
    position: absolute;
    left: -35px;
    top: -50px;
  }

  .wc-produt-sub__heading {
    font-size: 35px;
    margin-left: 65px;
  }

  .fx-woo-main ul.products li .woocommerce-loop-product__title {
    font-size: 26px;
  }
}
