@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-image > a::after {
    content: " ";
    display: table;
    clear: both;
  }

  .product-image > a > .first-image {
    float: left;
    width: 100%;
    margin-right: -100%;
    padding-top: 0;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
  }

  .product-image > a > .second-lazy {
    opacity: 0;
    width: 100%;
    transition: all 0.5s ease;
  }

  .product-image > a > .first-image:hover {
    filter: opacity(0%);
    opacity: 0;
    z-index: 1;
  }

  .product-image > a > .second-lazy:hover {
    filter: opacity(100%);
    opacity: 1;
    z-index: 2;
  }

  .product-image > a > .first-image:hover + .second-lazy {
    opacity: 1;
  }
}

.category-product-container {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  font-family: OpenSans-R, "Open Sans", sans-serif;
  margin-bottom: 20px;
  background: white;
}

.product-image {
  min-width: 0;
}

@media only screen and (max-width: 768px) {
  .category-product-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .category-product-container {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}

@media only screen and (min-width: 1500px) {
  .category-product-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.product-image > p.product-name {
  font-family: OpenSans-SB, "Open Sans", sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-image > p.product-name a {
  text-decoration: none;
}

.product-image > p {
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 0;
  margin-top: 1px;
}

.category-product > a {
  color: #363636;
}

.product-image > p > a {
  color: #363636;
}

.product-image > hr {
  margin-top: 0;
  margin-bottom: 0;
  width: 97%;
  border: 0;
  border-top: 1px solid #dadada;
}

.product-image > span.price,
.product-image > span.price-new {
  font-family: OpenSans-SB, "Open Sans", sans-serif;
  font-size: 14px;
  color: #363636;
  padding-right: 4px;
  height: 3px;
  padding-left: 3%;
}

.product-image > span.discount {
  float: right;
  font-family: OpenSans-SB, "Open Sans", sans-serif;
  font-size: 14px;
  padding-left: 4px;
  color: #ec1a30;
  padding-right: 3%;
}

.product-image > span.original-price {
  height: 3px;
  position: relative;
}

.product-image > span.original-price:before {
  content: "";
  position: absolute;
  transform: rotate(10deg);
  top: 46%;
  left: 0;
  right: 0;
  height: 1.2px;
  background: #646464;
}

.feature-artist-name-specialprice {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .feature-artist-name-specialprice {
    font-size: 12px;
  }
}

.feature-artist-name-specialprice > a {
  text-decoration: none;
  color: #ec1a30;
}

.product-image > span.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.outofstock-cat-page {
  font-size: 10px;
  font-family: "futura-pt-1", "futura-pt-2", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 6px;
  background-color: red;
  color: white;
  z-index: 3;
  margin-left: 18px;
  width: 100px;
  position: absolute;
  margin-top: -30px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .product-image > p.product-name,
  .product-image > span.price-new,
  .product-image > span.discount,
  .product-image > span.price {
    font-size: 12px;
  }
}

@media screen and (max-width: 668px) {
  .outofstock-cat-page {
    font-size: 9.5px;
    margin-left: 13px;
  }
}

@media screen and (max-width: 398px) {
  .outofstock-cat-page {
    font-size: 8.5px;
    margin-left: 6px;
  }
}

.product-text .price-new,
.product-text .price {
  font-family: OpenSans-SB, "Open Sans", sans-serif;
  font-size: 14px;
  color: #363636;
  padding-right: 4px;
}

.product-text .discount {
  float: right;
  font-family: OpenSans-SB, "Open Sans", sans-serif;
  font-size: 14px;
  padding-left: 4px;
  color: #ec1a30;
}

.product-text p {
  margin-bottom: 0;
}

.product-text p.category-product-designer {
  max-width: 100%;
  width: 100%;
  float: left;
  margin-bottom: -3px;
  margin-top: 1px;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .category-product,
  .product-text .price-new,
  .product-text .discount,
  .product-text .price {
    font-size: 12px;
  }

  .category-product-designer {
    font-size: 11px;
  }
}

.product-text {
  /* text-align: left; */
  padding-left: 3%;
  padding-right: 3%;
  text-align: center;
}

.product-text > h4 > a:nth-child(1) {
  color: #363636;
}

.caption > p.price,
.product-text > p.price {
  color: #363636;
  font-size: 13px;
}

.category-product {
  font-family: OpenSans-SB, "Open Sans", sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .category-product,
  .product-text .price-new,
  .product-text .discount,
  .product-text .price {
    font-size: 12px;
  }
}
