.w-slider:has([sf-show-image]:not([sf-product] [sf-show-image])):not([sf-data-fetched]),
[sf-await]:not([sf-data-fetched]) {
  opacity: 0;
}
[sf-cart-item]:first-of-type {
  display: none !important;
}

[sf-order-item]:first-of-type,
[sf-order-detail]:first-of-type,
[sf-order-line-item]:first-of-type,
[sf-address-item]:first-of-type,
[sf-order-discount-item]:first-of-type,
[sf-discount-code-item]:first-of-type,
[sf-hide] {
  display: none !important;
}

@media (min-width: 768px) {
  [sf-order-list] [sf-label]:not([sf-order-item]:nth-of-type(2) [sf-label]),
  [sf-order-line-list] [sf-label]:not([sf-order-line-item]:nth-of-type(2) [sf-label]) {
    display: none !important;
  }
}

body[_sf-logged-out] [sf-logout] {
  display: none;
}
