/* ==========================================================
   BAJAI89 RAINBOW — TEXT VISIBILITY FIX
   TARUH PALING BAWAH SETELAH CSS RAINBOW
   ========================================================== */

/* ===== AREA DETAIL PRODUK KANAN ===== */
.product-info-main,
.product-info-main *,
.product-info-main .product-info-price,
.product-info-main .product.attribute,
.product-info-main .product.attribute *,
.product-info-main .product-info-stock-sku,
.product-info-main .stock,
.product-info-main .sku,
.product-info-main .price-box {
  color: #f3f3f7 !important;
}

/* ===== HARGA ===== */
.product-info-main .price,
.product-info-main .price-box .price,
.product-info-main .price-wrapper,
.product-info-main [data-price-type] {
  color: #ffffff !important;
  font-weight: 800 !important;
  text-shadow: 0 0 12px rgba(255,255,255,.15);
}

/* ===== BAJAI89 OFFICIAL / SUB HEADING ===== */
.product-info-main h2,
.product-info-main h3,
.product-info-main h4,
.product-info-main .product.attribute .type,
.product-info-main .label {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* ===== RATING ===== */
.product-info-main .rating-summary,
.product-info-main .reviews-actions,
.product-info-main .reviews-actions a,
.product-info-main .rating-result,
.product-info-main .rating-result > span,
.product-info-main .rating-result::before {
  color: #ffd600 !important;
  opacity: 1 !important;
}

.product-info-main .reviews-actions a {
  color: #36d9ff !important;
  text-decoration: none !important;
}

/* ===== TAG / CATEGORY BUTTON ===== */
.product-info-main .swatch-option,
.product-info-main .product-options-wrapper a,
.product-info-main .product-options-wrapper button,
.product-info-main .product-options-wrapper span,
.product-info-main .product-item-link,
.product-info-main .tag,
.product-info-main .tags a {
  color: #ffffff !important;
}

/* kemungkinan tombol/tag custom dari template */
.product-info-main a[class*="category"],
.product-info-main a[class*="tag"],
.product-info-main [class*="option"] {
  color: #ffffff !important;
}

/* outline tag */
.product-info-main .swatch-option,
.product-info-main .tag,
.product-info-main .tags a {
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.30) !important;
}

.product-info-main .swatch-option:hover,
.product-info-main .tag:hover,
.product-info-main .tags a:hover {
  border-color: #ff4fd8 !important;
  background: rgba(168,85,247,.16) !important;
}

/* ==========================================================
   STICKY BAR BAWAH
   ========================================================== */

/* background bawah sengaja tetap putih,
   jadi semua tulisan dipaksa gelap */
.product-add-form-fixed,
.product-info-fixed,
.sticky-product,
.sticky-cart,
[class*="sticky"] {
  color: #111111;
}

/* Judul BAJAI89 di kiri bawah */
.product-add-form-fixed .product-name,
.product-info-fixed .product-name,
.sticky-product .product-name,
[class*="sticky"] .product-name,
[class*="sticky"] .product-item-name,
[class*="sticky"] .product-item-link {
  color: #171717 !important;
  opacity: 1 !important;
  font-weight: 800 !important;
}

/* Game: */
.product-add-form-fixed .label,
.product-info-fixed .label,
[class*="sticky"] .label,
[class*="sticky"] small,
[class*="sticky"] span {
  color: #333333 !important;
  opacity: 1 !important;
}

/* Link SITUS BAJAI89 tetap biru */
.product-add-form-fixed a,
.product-info-fixed a,
[class*="sticky"] a {
  color: #006fd6 !important;
  font-weight: 700 !important;
}

/* Harga sticky bawah */
.product-add-form-fixed .price,
.product-info-fixed .price,
[class*="sticky"] .price {
  color: #111111 !important;
  opacity: 1 !important;
  font-weight: 800 !important;
}

/* ==========================================================
   JIKA ADA TEKS HITAM NYASAR DI CARD DARK
   ========================================================== */

.product-info-main p,
.product-info-main div,
.product-info-main li {
  text-shadow: none;
}

/* Jangan paksa warna pada button pelangi */
.product-info-main button,
.product-info-main .action.primary,
.product-info-main .btn {
  color: #ffffff !important;
}

/* ===== TEXT YANG DISABLE / MUTED ===== */
.product-info-main .disabled,
.product-info-main .unavailable,
.product-info-main .old-price,
.product-info-main .special-price,
.product-info-main .minimal-price {
  opacity: .8 !important;
}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width:767px) {

  .product-info-main,
  .product-info-main p,
  .product-info-main span {
    opacity: 1;
  }

}