:root {
  --primary-color: #0d6efd;
  --secondary-color: #f8f9fa;

  --text-color: #ffffff;
  --subtext-color: rgba(255,255,255,0.85);

  --btn-color: #ff6b00;
  --btn-text: #ffffff;
}

/* 1. Organic */
.theme-organic {
  --primary-color: #28a745;
  --secondary-color: #e9f7ef;

  --text-color: #ffffff;
  --subtext-color: rgba(255,255,255,0.9);

  --btn-color: #ff6b00;
  --btn-text: #ffffff;
}

/* 2. Electronics */
.theme-electronics {
  --primary-color: #0d6efd;
  --secondary-color: #e7f1ff;

  --text-color: #ffffff;
  --subtext-color: rgba(255,255,255,0.9);

  --btn-color: #ffc107;
  --btn-text: #000;
}

/* 3. Cake */
.theme-cake {
  --primary-color: #ff69b4;
  --secondary-color: #fff0f5;

  --text-color: #ffffff;
  --subtext-color: rgba(255,255,255,0.9);

  --btn-color: #ff3d00;
  --btn-text: #ffffff;
}

/* 4. Cosmetics */
.theme-cosmetics {
  --primary-color: #d63384;
  --secondary-color: #fce4ec;

  --text-color: #ffffff;
  --subtext-color: rgba(255,255,255,0.9);

  --btn-color: #111;
  --btn-text: #fff;
}

/* 5. Pet */
.theme-pet {
  --primary-color: #fd7e14;
  --secondary-color: #fff4e6;

  --text-color: #ffffff;
  --subtext-color: rgba(255,255,255,0.9);

  --btn-color: #20c997;
  --btn-text: #fff;
}

/* 6. Shoes */
.theme-shoes {
  --primary-color: #343a40;
  --secondary-color: #f1f3f5;

  --text-color: #ffffff;
  --subtext-color: rgba(255,255,255,0.85);

  --btn-color: #ffc107;
  --btn-text: #000;
}

/* 7. Dress */
.theme-dress {
  --primary-color: #6f42c1;
  --secondary-color: #f3e8ff;

  --text-color: #ffffff;
  --subtext-color: rgba(255,255,255,0.9);

  --btn-color: #ff6b6b;
  --btn-text: #fff;
}

/* 8. Food */
.theme-food {
  --primary-color: #dc3545;
  --secondary-color: #ffe5e5;

  --text-color: #ffffff;
  --subtext-color: rgba(255,255,255,0.9);

  --btn-color: #28a745;
  --btn-text: #fff;
}

/* 9. Book */
.theme-book {
  --primary-color: #795548;
  --secondary-color: #efebe9;

  --text-color: #ffffff;
  --subtext-color: rgba(255,255,255,0.85);

  --btn-color: #ffca28;
  --btn-text: #3e2723;
}

/* 10. Home Decor */
.theme-home {
  --primary-color: #20c997;
  --secondary-color: #e6fffa;

  --text-color: #ffffff;
  --subtext-color: rgba(255,255,255,0.9);

  --btn-color: #343a40;
  --btn-text: #fff;
}

/* 11. Chocolate */
.theme-chocolate {
  --primary-color: #6b3e26;
  --secondary-color: #f5e6dc;

  --text-color: #ffffff;
  --subtext-color: rgba(255,255,255,0.9);

  --btn-color: #f59e0b;   /* golden CTA 🔥 */
  --btn-text: #3e2723;
}