<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (min-width: 769px) {
  body.tax-product_cat .page-image {
    min-height: 170px;
    height: 10.6132075472vw;
  }
}
.shop-category .content-top {
  margin-bottom: 30px;
}
.shop-category .content-top .sort {
  margin-top: 40px;
}
.shop-category .top-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.shop-category .inner::after {
  content: "";
  display: block;
  clear: both;
}
.shop-category .inner &gt; .left {
  width: 80.1916932907%;
}
.shop-category .product {
  width: 18.0876494024%;
  margin: 0 0 30px 2.390438247%;
}
.shop-category .product:nth-child(5n) {
  margin-left: 0;
}
.shop-category .search-section {
  padding-bottom: 45px;
}
.shop-category .filters-section .title {
  margin-bottom: 25px;
}
.shop-category .filters .slider-range-bl {
  margin-bottom: 20px;
}
.shop-category .filters .val-tt {
  float: right;
  margin-top: 3px;
}
.shop-category .filters .show-results {
  display: none;
  float: left;
  background-color: #f3f3f3;
  padding: 3px 25px;
  line-height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
}
.shop-category .filters .show-results:hover {
  background-color: #f2788e;
  color: #fff;
}
.shop-category .filter::after {
  content: "";
  display: block;
  clear: both;
}
.shop-category .other-products .item {
  font-weight: 400;
  margin-bottom: 25px;
}
.shop-category .other-products .item::after {
  content: "";
  display: block;
  clear: both;
}
.shop-category .other-products .item:hover a {
  color: #f2788e;
}
.shop-category .other-products .item:last-child {
  margin-bottom: 0;
}
.shop-category .other-products .item, .shop-category .other-products .item a {
  color: #6d6d6d;
}
.shop-category .other-products .image {
  float: right;
  width: 32%;
  height: 80px;
  overflow: hidden;
}
.shop-category .other-products .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.shop-category .other-products .text {
  float: left;
  width: 62%;
}
.shop-category .other-products .name {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.shop-category .other-products .price span {
  display: inline-block;
  margin-left: 3px;
}
.shop-category .other-products .price s {
  color: #000;
  font-weight: 200;
  font-size: 14px;
}
.shop-category .pagination {
  display: none;
}

@media all and (max-width: 768px) {
  .shop-category .inner &gt; .right, .shop-category .inner &gt; .left {
    float: none;
    width: auto;
  }
  .shop-category .inner &gt; .right {
    display: none;
    padding: 3%;
  }
  .shop-category .inner &gt; .left {
    padding: 0 3% 3%;
  }
  .shop-category .content-top {
    margin: 0;
  }
  .shop-category .content-top .breadcrumbs {
    margin: 20px 3%;
  }
  .shop-category .banner {
    text-align: right;
  }
  .shop-category .banner img {
    width: auto;
  }
  .shop-category .product {
    width: 31.3%;
    margin-bottom: 3%;
  }
  .shop-category .product:nth-child(1n) {
    margin-left: 3%;
  }
  .shop-category .product:nth-child(3n) {
    margin-left: 0;
  }
  .shop-category .filters-section {
    display: block;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 3%;
    margin: 0;
    overflow: visible;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
  }
  .shop-category .filters-section.show {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .shop-category .filters-section.show .mobile-show-button {
    background-color: #f5f5f5;
  }
  .shop-category .filters-section.show .mobile-show-button span:after {
    top: 8px;
    border: 5px solid transparent;
    border-top: 5px solid #b7b7b7;
  }
  .shop-category .filters-section .mobile-show-button-wrapper {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    padding-top: 7px;
  }
  .shop-category .filters-section .mobile-show-button {
    background-color: #fbfbfb;
    color: #1b1b1b;
    display: block;
    padding: 9px 12px 11px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  }
  .shop-category .filters-section .mobile-show-button span {
    display: inline-block;
    position: relative;
    padding-left: 18px;
  }
  .shop-category .filters-section .mobile-show-button span:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #b7b7b7;
  }
  .shop-category .filters-section .title {
    margin: 0 4px 4% 0;
  }
  .shop-category .filters-section .sort {
    float: none;
    position: absolute;
    top: 3vw;
    right: 3%;
    left: 3%;
    margin: 1px 1px 0;
    text-align: left;
  }
  .shop-category .filters-section .sort a:last-child {
    margin-right: 15px;
  }
  .shop-category .filters-section .sort a:after {
    margin-right: 7px;
  }
  .shop-category .filters-section form {
    margin: 0 3px 0 10px;
  }
  .shop-category .filters-section .slider-range-bl {
    margin-bottom: 4%;
  }
  .shop-category .filters-section .val-tt {
    float: none;
    text-align: center;
  }
  .shop-category .other-products-section {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .shop-category .other-products {
    border-bottom-color: #f6f6f6;
  }
}
@media all and (max-width: 640px) {
  .shop-category .product {
    width: 47%;
    margin-bottom: 5%;
  }
  .shop-category .product:nth-child(1n) {
    margin-left: 6%;
  }
  .shop-category .product:nth-child(2n) {
    margin-left: 0;
  }
}
@media all and (max-width: 500px) {
  .shop-category .product {
    width: 48.5%;
    margin-bottom: 3%;
    height: 322px;
  }
  .shop-category .product:nth-child(1n) {
    margin-left: 3%;
  }
  .shop-category .product:nth-child(2n) {
    margin-left: 0;
  }
  .shop-category .product .image {
    height: 205px;
  }
  .shop-category .product .add-to-cart {
    min-width: 82%;
  }
}
@media all and (max-width: 425px) {
  .shop-category .banner {
    text-align: center;
  }
}
@media all and (max-width: 390px) {
  .shop-category .filters-section .sort, .shop-category .filters-section .title {
    font-size: 15px;
  }
  .shop-category .filters-section .title:before {
    display: none;
  }
  .shop-category .filters-section .sort {
    margin-top: 0;
  }
}
@media all and (max-width: 375px) {
  .shop-category .product {
    height: 292px;
  }
  .shop-category .product .image {
    height: 175px;
  }
}
@media all and (max-width: 374px) {
  .shop-category .filters-section .title {
    visibility: hidden;
  }
  .shop-category .filters-section .sort a:first-child {
    float: right;
  }
  .shop-category .filters-section .sort a:last-child {
    float: left;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1635px) and (min-width: 769px) {
  .shop-category .inner &gt; .right {
    width: 20%;
  }
  .shop-category .inner &gt; .left {
    width: 75.5%;
  }
  .shop-category .product {
    width: 18.8%;
  }
  .shop-category .product:nth-child(1n) {
    margin-left: 1.5%;
  }
  .shop-category .product:nth-child(5n) {
    margin-left: 0;
  }
}
@media all and (max-width: 1500px) and (min-width: 769px) {
  .shop-category .product {
    width: 23.85%;
  }
  .shop-category .product:nth-child(1n) {
    margin-left: 1.5%;
  }
  .shop-category .product:nth-child(4n) {
    margin-left: 0;
  }
}
@media all and (max-width: 1200px) and (min-width: 769px) {
  .shop-category .inner &gt; .left {
    width: 68.6%;
  }
  .shop-category .inner &gt; .right {
    width: 27%;
  }
  .shop-category .product {
    width: 32.3%;
  }
  .shop-category .product:nth-child(1n) {
    margin-left: 1.5%;
  }
  .shop-category .product:nth-child(3n) {
    margin-left: 0;
  }
}
@media all and (max-width: 960px) and (min-width: 769px) {
  .shop-category .inner &gt; .left {
    width: 65.5%;
  }
  .shop-category .inner &gt; .right {
    width: 30%;
  }
  .shop-category .product {
    width: 48.7%;
  }
  .shop-category .product:nth-child(1n) {
    margin-left: 2.5%;
  }
  .shop-category .product:nth-child(2n) {
    margin-left: 0;
  }
}/*# sourceMappingURL=shop-category.css.map */</pre></body></html>