<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Shortcode:Woocommerce Loops
-------------------------------------------------------------------- */
.woocommerce .products {
  *zoom: 1;
}
.woocommerce .products:before,
.woocommerce .products:after {
  content: " ";
  display: table;
}
.woocommerce .products:after {
  clear: both;
}
.woocommerce .products li {
  float: left;
}
/* Shortcode:Woocommerce Categories Loops
-------------------------------------------------------------------- */
.helpme-product-categories .helpme-product-categories-list {
  *zoom: 1;
  list-style: none;
  padding: 0;
  margin-left: 0;
}
.helpme-product-categories .helpme-product-categories-list:before,
.helpme-product-categories .helpme-product-categories-list:after {
  content: " ";
  display: table;
}
.helpme-product-categories .helpme-product-categories-list:after {
  clear: both;
}
.helpme-product-categories .helpme-product-categories-list .product-item {
  margin-left: 0;
  display: inline-block;
  float: left;
}
.helpme-product-categories .helpme-product-categories-list .product-item .category-img {
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: transform 1s ease-in-out;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -ms-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
}
.helpme-product-categories .helpme-product-categories-list .product-item .item-holder {
  overflow: hidden;
  position: relative;
  margin: 0 15px 30px 15px;
}
.helpme-product-categories .helpme-product-categories-list .product-item .item-holder h4 {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
.helpme-product-categories .helpme-product-categories-list .product-item .item-holder h4 span {
  display: block;
  text-align: center;
  width: 55%;
  margin: 0 auto;
  background-color: #222222;
  line-height: 1;
}
.helpme-product-categories .helpme-product-categories-list .product-item .item-holder h4 span.category-name {
  font-size: 13px;
  color: #fff;
  padding: 20px 20px 5px 20px;
  font-weight: bold;
}
.helpme-product-categories .helpme-product-categories-list .product-item .item-holder h4 span.item-count {
  font-size: 12px;
  color: #a9a9a9;
  padding: 5px 20px 20px 20px;
  text-transform: uppercase;
}
.helpme-product-categories .helpme-product-categories-list .product-item:hover .category-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.helpme-product-categories .helpme-product-categories-list.columns-4 .product-item {
  width: 24.9%;
}
.helpme-product-categories .helpme-product-categories-list.columns-3 .product-item {
  width: 33.3%;
}
.helpme-product-categories .helpme-product-categories-list.columns-2 .product-item {
  width: 49.9%;
}
.helpme-product-categories .helpme-product-categories-list.columns-1 .product-item {
  width: 100%;
}
.helpme-product-categories .helpme-product-categories-list.columns-1 .product-item .item-holder {
  margin-left: 0;
  margin-right: 0;
}
@media handheld, only screen and (max-width: 960px) {
  .helpme-product-categories .helpme-product-categories-list.columns-3 .product-item,
  .helpme-product-categories .helpme-product-categories-list.columns-4 .product-item {
    width: 49.9% !important;
  }
  .helpme-product-categories .helpme-product-categories-list.columns-3 .product-item .item-holder,
  .helpme-product-categories .helpme-product-categories-list.columns-4 .product-item .item-holder {
    margin: 0 15px 30px 15px !important;
  }
}
@media handheld, only screen and (max-width: 550px) {
  .helpme-product-categories .helpme-product-categories-list.columns-2 .product-item,
  .helpme-product-categories .helpme-product-categories-list.columns-3 .product-item,
  .helpme-product-categories .helpme-product-categories-list.columns-4 .product-item {
    width: 100% !important;
  }
  .helpme-product-categories .helpme-product-categories-list.columns-2 .product-item .item-holder,
  .helpme-product-categories .helpme-product-categories-list.columns-3 .product-item .item-holder,
  .helpme-product-categories .helpme-product-categories-list.columns-4 .product-item .item-holder {
    margin-left: 0;
  }
}


/***** pRODUCT SHOP ******/

.products li.product .shop-thumb .product-loop-thumb .hover-overlay {
  z-index: 8;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  background: -webkit-linear-gradient(rgba(39, 46, 67, 0) 0%, rgba(39, 46, 67, 0.85) 100%) !important;
  background: -o-linear-gradient(rgba(39, 46, 67, 0) 0%, rgba(39, 46, 67, 0.85) 100%) !important;
  background: linear-gradient(rgba(39, 46, 67, 0) 0%, rgba(39, 46, 67, 0.85) 100%) !important;
  background-color: rgba(39, 46, 67, 0.85);
}
.products  li.product:hover .shop-thumb .product-loop-thumb .hover-overlay {
  z-index: 1000;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}</pre></body></html>