.product_list {
  margin: 0;
}
.product .product_list {
  margin-bottom: 10px;
}
.product .product_list:after {
  content: ""; display: block; overflow: hidden; clear: both; visibility: hidden;
}
.product_list li {
  position: relative;
  float: left;
  width: 25%;
  z-index: 1;
  overflow: hidden;
  height: 300px; height: 33.3333vh;
}
.product_list li:hover {
  z-index: 2;
}
.product_list li a:hover,
.product_list li a:focus {
  opacity: 1;
}
.product_list li .product-image-container a:after {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  background: rgba(244, 91, 144, 0.5);
  z-index: 3;
  transition: all 300ms ease-in-out;
  opacity: 1;
}
.mixblendmode .product_list li .product-image-container a:after {
  background-color: #f45b90;
  mix-blend-mode: multiply;
}
.product_list li:hover .product-image-container a:after {
  opacity: 0;
}
.product_list li:nth-child(8n+3) .product-image-container a:after,
.product_list li:nth-child(8n+5) .product-image-container a:after,
.product_list li:nth-child(8n+8) .product-image-container a:after {
  content: '';
}
.product_list li .product-image-container {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.product_list li .product-image-container img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  max-width: none;
}
.product_list li .product-image-container img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 300ms ease-in-out;
}

.product_list:hover li:hover:after {
  opacity: 0;
}
.product_list:hover li:hover .product-image-container img {
  -webkit-filter: none;
  filter: none;
}
.product_list li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
  text-align: center;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease-in-out, visibility 0ms linear 300ms;
  z-index: 3;
}
.product_list li .content a {
  color: inherit;
}
.product_list li .content .product-desc {
  display: none;
}
.product_list li:hover .content {
  opacity: 1;
  transition-delay: 0s;
  visibility: visible;
}

.product_list li .button-container div {
  display: inline;
}
.product_list li .button-container .button,
.product_list li .button-container .addToWishlist {
  padding: 0;
  box-shadow: none;
  border: none;
  z-index: 3;
  background: none;
  font-size: 10px; font-size: 1rem;
  border: none;
  color: #fff;
  position: absolute;
  right: 13px;
  bottom: 11px;
}
.product_list li .button-container .addToWishlist {
  left: 13px;
  right: auto;
}
.product_list li .button-container .button span {
  background: none;
  padding: 0;
  border: none;
}
.product_list li .button-container .button:after,
.product_list li .button-container .addToWishlist:after {
  font-family: "pictos", arial;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  font-variant: normal;
  text-transform: none;

  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  clear: none;
  visibility: visible;
  text-align: center;
  text-indent: 0;
  font-size: 1.2em;
  text-shadow: none;
}
.fontface .product_list li .button-container .button,
.fontface .product_list li .button-container .addToWishlist {
  line-height: 20px;
  text-indent: -999em;
  text-align: left;
  font-size: inherit;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.fontface .product_list li .button-container .button:after {
  content: '\E808';
}
.fontface .product_list li .button-container .addToWishlist:after {
  content: '\E837';
}
.fontface .product_list li .button-container .addToWishlist.checked:after {
  content: '\E836';
}

.product_list li .content .title {
  font-size:14px; font-size: 1.4rem;
  display:block;
  line-height: 1.2em;
  margin: 0 0 0.6em;
}
.product_list li .content .title span.brand {font-weight: bold; display: none;}
.product_list li .content .product-desc {line-height: 1.4em;}
.product_list li .content .product-desc p {margin-bottom: 0.6em;}
.product_list li .content .content_price {
  font-size: 14px; font-size: 1.4rem;
  text-transform: uppercase;
}
.product_list li .content .availability {
  position: absolute !important;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.product_list li .content .content_price .old-price {font-weight: normal; font-size: 0.9em; padding: 0;}

.product_list li .new-label {display: none;}

.add_to_compare {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 10;
  color: white;
  display: none;
}
.product_list li:hover .add_to_compare {
  display: block;
}
.product_list li:hover .add_to_compare.checked .icon:before {
  content: '\f00c ';
}
.content_sortPagiBar .sortPagiBar .compare-form {
  display: block;
}

#featuredcategories .content {
  opacity: 1;
  visibility: visible;
}
#featuredcategories .content .title {
  font-size: 1.8rem;
}
#featuredcategories img {
  width: 100%;
}
@media only screen and (min-width: 1601px) {
  #featuredcategories .product_list li:first-child {
    width: 50%;
    height: 66.6666vh;
    margin-bottom: -1px;
  }
}
@media only screen and (min-width: 1601px) and (max-height: 600px) {
  #featuredcategories .product_list li:first-child {
    height: 100vh;
  }
}
