product-card:has(.badge.out-of-stock) .product-card-quickview {
  display: none !important;
}

.template-product:has(.product-price-container .badge.out-of-stock) .product__tax {
  display: none !important;
}

.full-menu li:has(> a[href="/pages/first-access"]),
.mobile-menu li:has(> a[href="/pages/first-access"]),
.mobile-menu li:has(> a[href*="/account"]) {
  display: none !important;
}

.sub-footer a[href*="shopify.com"][rel="nofollow"] {
  display: none !important;
}