.slide__contents {
display: none;
}

.slide {
cursor: pointer;
}

.category-display--homepage .category figcaption {
  display: none; }


.category:nth-child(1n + 2){
  clear: both; }
  @media (min-width: 425px) {
    .category {
      width: calc(99.9% * 1/3 - (16px - 16px * 1/3));
      height: calc(99.9% * 1/3 - (16px - 16px * 1/3)); }
    .category:nth-child(1n){
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    clear: none; }
    .category:last-child{
    margin-right: 0;
    margin-bottom: 0; }
    .category:nth-child(3n){
    margin-right: 0;
    float: right; }
    .category:nth-child(3n + 1){
    clear: both; }
    .category:nth-last-child(-n + 3){
    margin-bottom: 0; } }

 .product-display .product {
transition: transform .2s;
}

 .product-display .product:hover {
transform: scale(1.25);
}

.category__title {
display: none;
}

.custom-fields .flash--information {
  color: red;
font-weight: bold;
  background: #b3e5fc; }