/* ===== TEMA ESCURO (fundo preto) — Súper Ofertas MX ===== */
:root{ --accent:#ff3b66; }
html, body{ background:#000 !important; color:#ededed !important; }

/* superfícies */
.header, .store-header, .promo-section, .tabs, .products-header, .products-grid,
.section, header{ background:#0d0d0d !important; }
main{ background:#000 !important; }
.product-card{ background:#161616 !important; border-color:#262626 !important; color:#ededed !important; }

/* busca / header */
.search-box{ background:#181818 !important; }
.search-input{ color:#ededed !important; }
.search-input::placeholder{ color:#8a8a8a !important; }
.icon-btn, .back-arrow, .search-icon{ color:#ededed !important; }

/* Tailwind utilities (override com !important) */
.bg-white, .bg-slate-50, .bg-white\/95, .bg-white\/90{ background-color:#0d0d0d !important; }
.bg-slate-100{ background-color:#181818 !important; }
.bg-slate-200{ background-color:#262626 !important; }
.text-slate-900, .text-slate-800, .text-slate-700{ color:#f0f0f0 !important; }
.text-slate-600, .text-slate-500, .text-slate-400, .text-slate-300{ color:#9a9a9a !important; }
.border-slate-100, .border-slate-200, .border-slate-300{ border-color:#262626 !important; }

/* inputs / selects */
.form-input, input, select, textarea{
  background:#161616 !important; color:#ededed !important; border-color:#2b2b2b !important;
}
.form-input::placeholder, input::placeholder{ color:#7a7a7a !important; }
.form-label, .section-title{ color:#ededed !important; }
select option{ background:#161616 !important; color:#ededed !important; }

/* botões da loja */
.follow-btn, .message-btn{ background:#181818 !important; color:#ededed !important; border-color:#2b2b2b !important; }
.qty-btn{ background:#181818 !important; border-color:#2b2b2b !important; color:#ededed !important; }

/* pagamento / pix */
.pix-code-box{ background:#161616 !important; color:#bdbdbd !important; }
.accordion-btn{ background:#161616 !important; border-color:#262626 !important; color:#ededed !important; }
.step-icon{ background:#181818 !important; }

/* carrinho */
.cart-item{ border-color:#262626 !important; }

/* tabs / loja info */
.store-name{ color:#f0f0f0 !important; }
.store-sales{ color:#9a9a9a !important; }
.tab{ color:#9a9a9a !important; }
.tab.active{ color:#fff !important; }

/* promo cards */
.promo-free{ background:#0c1e22 !important; }
.promo-discount{ background:#221016 !important; }
.promo-info h4{ color:#ededed !important; }
.promo-info p{ color:#9a9a9a !important; }

/* produto */
.product-title{ color:#ededed !important; }
.free-shipping{ background:#0f2a14 !important; color:#57d977 !important; }

/* banners de economia (rosa claro -> escuro) */
.bg-pink-50{ background-color:#1a0d12 !important; }
.border-pink-100{ border-color:#3a1420 !important; }

/* barra fixa inferior */
.fixed.bottom-0{ background:#000 !important; }

/* retoques */
.shipping-option{ border-color:#262626 !important; }
.shipping-option.selected{ background:#1a0d12 !important; border-color:var(--accent) !important; }
.cart-item-image{ background:#181818 !important; }
.summary-row.total{ border-color:#262626 !important; }
a{ color:var(--accent); }
