/** Shopify CDN: Minification failed

Line 32:0 Unexpected "{"
Line 33:0 Expected identifier but found "."

**/
/* Hide small Sold Out text in collection grid */
.grid-product__tag,
.product-card__badge,
.card__badge,
.badge--sold-out,
.product-card__availability,
.collection .sold-out {
  display: none !important;
}
/* Big SOLD OUT button under product in collection */
.card-wrapper:has(.price--sold-out)::after,
.product-card:has(.price--sold-out)::after {
  content: "SOLD OUT";
  display: block;
  margin-top: 10px;
  padding: 14px 0;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
{
.price--sold-out + .sold-out-btn 
  display: block;
}