body.page-index #wrapper > .container {
  width: 100%;
  max-width: none;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

body.page-index #content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.products {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.products > .js-product {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 0.95rem;
}

.product-miniature {
  position: relative;
  height: 100%;
}

.product-miniature .foxjane-product-card {
  display: grid;
  grid-template-rows: 49% 51%;
  aspect-ratio: 1 / 1.03;
  height: auto;
  min-height: 0;
  border: 1px solid #ece4dc;
  border-radius: 0.2rem;
  background: #fff;
  overflow: hidden;
}

.product-miniature .foxjane-product-card__media-shell {
  position: relative;
  min-height: 0;
}

.product-miniature .foxjane-product-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.product-miniature .foxjane-product-card__image-link picture {
  display: block;
  width: 100%;
  height: 100%;
}

.product-miniature .foxjane-product-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}

.product-miniature .foxjane-product-card__wishlist {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #ddd1c7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #75695f;
  text-decoration: none;
}

.product-miniature .foxjane-product-card__wishlist:hover,
.product-miniature .foxjane-product-card__wishlist:focus {
  color: #b31217;
  border-color: #ccb8aa;
  text-decoration: none;
}

.product-miniature .foxjane-product-card__wishlist .material-icons {
  font-size: 1rem;
  line-height: 1;
}

.product-miniature .product-flags,
.product-miniature .highlighted-informations,
.product-miniature .product-list-reviews,
.product-miniature .variant-links,
.product-miniature .quick-view {
  display: none;
}

.product-miniature .foxjane-product-card__body {
  display: flex;
  flex-direction: column;
  padding: 0.48rem 0.58rem 0.52rem;
  text-align: left;
  overflow: hidden;
}

.product-miniature .foxjane-product-card__meta {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.product-miniature .foxjane-product-card__title {
  margin: 0;
  color: #181312;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0;
}

.product-miniature .foxjane-product-card__title a {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-miniature .foxjane-product-card__title a:hover,
.product-miniature .foxjane-product-card__title a:focus {
  color: #b31217;
  text-decoration: none;
}

.product-miniature .foxjane-product-card__brand {
  margin: 0.1rem 0 0;
  color: #7d7065;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.18;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-miniature .foxjane-product-card__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 0.28rem;
}

.product-miniature .product-price-and-shipping {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  margin: 0;
  text-align: left;
}

.product-miniature .regular-price {
  color: #8a7d73;
  font-size: 0.64rem;
  line-height: 1.2;
  text-decoration: line-through;
}

.product-miniature .price {
  color: #191312;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.1;
}

.product-miniature .discount-percentage,
.product-miniature .discount-amount {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.15rem 0.35rem;
  border-radius: 0.22rem;
  background: #f4d7d8;
  color: #9d1317;
  font-size: 0.68rem;
  font-weight: 700;
}

.product-miniature .foxjane-product-card__actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-left: auto;
}

.product-miniature .foxjane-product-card__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.28rem;
  height: 1.28rem;
  border: 0;
  border-radius: 0.18rem;
  background: #b31217;
  color: #fff;
  text-decoration: none;
}

.product-miniature .foxjane-product-card__cart:hover,
.product-miniature .foxjane-product-card__cart:focus {
  background: #940f13;
  color: #fff;
  text-decoration: none;
}

.product-miniature .foxjane-product-card__cart.is-disabled {
  background: #beafa7;
  pointer-events: none;
}

.product-miniature .foxjane-product-card__cart .material-icons {
  font-size: 0.7rem;
  line-height: 1;
}

.product-miniature .foxjane-product-card__stock {
  min-height: 0.72rem;
  margin-top: 0.16rem;
  color: #19803a;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.18;
}

.product-miniature .foxjane-product-card__stock::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
  border-radius: 999px;
  background: currentColor;
  vertical-align: middle;
}

.product-miniature .foxjane-product-card__stock--warn {
  color: #c96f11;
}

.product-miniature .foxjane-product-card__stock--off {
  color: #a13d3d;
}

.featured-products .products > .js-product,
.product-accessories .products > .js-product,
.categoryfeatured-products .products > .js-product {
  width: 16.666667%;
}

#products .products > .js-product,
#js-product-list .products > .js-product {
  width: 25%;
}

@media (max-width: 991.98px) {
  .featured-products .products > .js-product,
  .product-accessories .products > .js-product,
  .categoryfeatured-products .products > .js-product,
  #products .products > .js-product,
  #js-product-list .products > .js-product {
    width: 33.333333%;
  }

  .product-miniature .foxjane-product-card {
    aspect-ratio: 1 / 1.02;
  }
}

@media (max-width: 767.98px) {
  body.page-index #wrapper > .container {
    padding-left: 0.95rem;
    padding-right: 0.95rem;
  }

  .products {
    margin-right: -0.35rem;
    margin-left: -0.35rem;
  }

  .products > .js-product {
    padding-right: 0.35rem;
    padding-left: 0.35rem;
    margin-bottom: 0.75rem;
  }

  .featured-products .products > .js-product,
  .product-accessories .products > .js-product,
  .categoryfeatured-products .products > .js-product,
  #products .products > .js-product,
  #js-product-list .products > .js-product {
    width: 50%;
  }

  .product-miniature .foxjane-product-card {
    aspect-ratio: 1 / 1.01;
  }

  .product-miniature .foxjane-product-card__body {
    padding: 0.4rem 0.42rem 0.42rem;
  }

  .product-miniature .foxjane-product-card__title {
    font-size: 0.96rem;
    line-height: 1.18;
  }

  .product-miniature .foxjane-product-card__brand {
    font-size: 0.74rem;
    line-height: 1.18;
  }

  .product-miniature .price {
    font-size: 1.08rem;
  }

  .product-miniature .foxjane-product-card__stock {
    font-size: 0.74rem;
    line-height: 1.18;
  }
}
