.product-grid .grid__item {
  padding-bottom: 2rem;
}

.product-grid.negative-margin {
  margin-bottom: -2rem;
}
.product-card__regular-price{
  text-decoration: line-through;}
.box-price-off{ 
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;}
.product-card__info .collection-off{    width: auto;
  color: #e11414;
  font-weight: 400;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  border: 1px solid #e11414;}
    .product-card__name{  
    word-wrap: break-word;
  display: block;
  max-height: 2rem;
  line-height: 1.4rem;
  text-align: center;
  text-transform: capitalize;
  color: rgb(0, 0, 0);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; 
  margin: 1rem auto 0;
  font-size: 12px;}

@media screen and (min-width: 750px) {
  .product-grid .grid__item {
    padding-bottom: calc(5rem + var(--page-width-margin));
  }

  .product-grid.negative-margin {
    margin-bottom: calc(-5rem - var(--page-width-margin));
  }

  .product-grid.negative-margin--small {
    margin-bottom: calc(-1rem - var(--page-width-margin));
  }
}
