/*INventory*/
.inventory .inStock {
    color: var(--color-highlight);
font-weight: 900;
}


/* footer */
.footCol {
    padding: 5px;
    width: auto;
    min-width:200px;
    height: auto;
    margin-top: 10px;
    color: white;
    text-align: left;
  }
  
  .footHead {
    font-weight: bold;
  }
  
  .footCol a {
    color: white;
  }
  
  .footCol a:hover {
    color: white;
    text-decoration: underline;
  }

/* hide tekst en button on slider */
.promotion-item .subtitle{display:none;}
.promotion-item .button{display:none;}

/* home page hide featured products */
.home .featured-products-wrapper {
    display: none;
}

/* add to cart button */
.product-item .add-to-cart .add-to-cart-controls .add-to-cart-button-wrapper
{
margin-top: 20px;
width: 280px;
}