
/* NiteFade Mobile Hard Final Override - clean file */

@media (max-width: 760px) {
  body #chatButton,
  body .chat-bubble,
  body .nf-mobile-chat-button {
    all: unset !important;
    box-sizing: border-box !important;
    position: fixed !important;
    right: 16px !important;
    bottom: 18px !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 999px !important;
    background: #2f8cff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2147483000 !important;
    cursor: pointer !important;
    box-shadow: 0 18px 45px rgba(47, 140, 255, 0.42) !important;
    font-size: 0 !important;
    color: transparent !important;
    overflow: visible !important;
  }

  body #chatButton *,
  body .chat-bubble *,
  body .nf-mobile-chat-button * {
    display: none !important;
  }

  body #chatButton::before,
  body .chat-bubble::before,
  body .nf-mobile-chat-button::before {
    content: "💬" !important;
    display: block !important;
    color: #fff !important;
    font-size: 25px !important;
    line-height: 1 !important;
    background: transparent !important;
    mask: none !important;
    -webkit-mask: none !important;
  }

  body.support-chat-open #chatButton::before,
  body.support-chat-open .chat-bubble::before,
  body.support-chat-open .nf-mobile-chat-button::before {
    content: "×" !important;
    font-size: 36px !important;
    font-weight: 900 !important;
  }

  body #chatButton::after,
  body .chat-bubble::after,
  body .nf-mobile-chat-button::after {
    content: "" !important;
    position: absolute !important;
    top: 6px !important;
    right: 5px !important;
    width: 11px !important;
    height: 11px !important;
    border-radius: 999px !important;
    background: #18e37b !important;
    border: 2px solid #fff !important;
  }

  .product-card {
    position: relative !important;
    overflow: hidden !important;
  }

  .product-card::before {
    content: "PREVIEW MODE" !important;
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 6 !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 0.68rem !important;
    line-height: 1 !important;
    font-weight: 1000 !important;
    letter-spacing: 0.04em !important;
  }

  .product-card .preview-mode-badge,
  .product-card .product-preview-badge,
  .product-card .preview-badge,
  .product-card [class*="preview"][class*="badge"] {
    display: none !important;
  }
}


/* Final product badge cleanup */
@media (max-width: 760px) {
  .product-card::before {
    content: "PREVIEW MODE" !important;
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 20 !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 0.68rem !important;
    line-height: 1 !important;
    font-weight: 1000 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
  }

  .product-card .preview-mode-badge,
  .product-card .product-preview-badge,
  .product-card .preview-badge,
  .product-card [class*="preview"][class*="badge"] {
    display: none !important;
  }
}
