@media screen and (max-width: 960px) {
  .t-store__grid-cont .t-col,
  .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 10px !important;
  }
}

.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'Sold Out'; 
  visibility: visible;
  display: block;
  color: #616161;
}

@media screen and (min-width: 961px) {
.js-store-grid-cont > div:nth-child(5n+1) > a > .t-store__card__textwrapper {
    padding-left: 10px;
}
}

@media screen and (max-width: 960px) {
.js-store-grid-cont > div:nth-child(2n+1) > a > .t-store__card__textwrapper {
    padding-left: 10px;
}

}

.js-store-prod-weight {
display: none !important;
}