.site-notice {
  position: fixed;
  z-index: 200;
  right: 18px;
  bottom: 76px;
  left: 18px;
  max-width: 480px;
  margin-left: auto;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 6px;
  background: #16171b;
  color: #fff;
  box-shadow: 0 18px 50px rgba(22,23,27,.28);
  font-size: 12px;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}

.site-notice.is-visible { opacity: 1; transform: translateY(0); }
.account-coming-soon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 12px 15px;
  border: 1px solid rgba(22,23,27,.18);
  border-radius: 5px;
  background: rgba(255,255,255,.72);
  font-size: 11px;
}
.account-coming-soon::before { content: "○"; color: #087f7a; font-weight: 900; }

@media (max-width: 719px) {
  .product-card-info h3 { font-size: 14px; line-height: 1.2; }
  .product-card-info p { font-size: 10px; line-height: 1.35; }
  .product-price { font-size: 13px; }
  .swatches { gap: 8px; }
  .swatches span { width: 16px; height: 16px; }
}

@media (min-width: 720px) {
  .site-notice { right: 26px; bottom: 26px; left: auto; }
}
