/**
 * Dark theme extras — Dr.Reel v2.1
 */

/* WhatsApp FAB */
.store-wa-fab {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: linear-gradient(180deg, #2fe36d, #1a9f4a);
  color: #fff !important;
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(47, 227, 109, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.store-wa-fab:hover {
  transform: translateY(-2px);
  color: #fff !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 24px rgba(47, 227, 109, 0.25);
}

.store-wa-fab-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.22);
}

/* Strong override: any leftover white from Storefront */
.site-content,
.storefront-breadcrumb,
.woocommerce-active .site-header .custom-logo-link,
#secondary,
.widget-area {
  background: transparent !important;
}

/* Product short description on dark */
.woocommerce-product-details__short-description {
  color: var(--dr-muted, #9a9288) !important;
  line-height: 1.65;
  font-size: 1rem;
}

/* Admin bar safety (if logged in) */
body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

/* Remove harsh white focus rings */
:focus {
  outline-color: rgba(212, 175, 55, 0.5);
}

/* Payment icons / boxes */
.woocommerce-checkout #payment {
  background: var(--dr-panel, #121212) !important;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.woocommerce-checkout #payment div.payment_box {
  background: #0a0a0a !important;
  color: #e8e0d0 !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #0a0a0a !important;
}

/* Cart empty message */
.cart-empty,
.woocommerce-info.cart-empty {
  background: #121212 !important;
  color: #e8e0d0 !important;
}
