/*
Theme Name: Sunnah Shopping
Theme URI: https://sunnahshopping.in
Author: Mohamad Yousuf
Author URI: https://sunnahshopping.in
Description: Custom WooCommerce theme for Sunnah Shopping
Version: 1.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
Text Domain: sunnahshopping
*/

/* ===== BASIC RESET ===== */
body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
}

/* Optional: Custom styles if needed */
.category-card {
  background: #EAF6F3;
  border-radius: 16px;
  padding: 10px;
}
/* Green Add to Cart Button */
.single_add_to_cart_button {
    background-color: #11d452 !important;
    color: #fff !important;
    font-weight: 700;
    border-radius: 12px;
    padding: 14px 20px;
}

.single_add_to_cart_button:hover {
    background-color: #0eb545 !important;
}

/* Review Stars Green */
.woocommerce .star-rating span {
    color: #11d452 !important;
}

/* Sale Badge */
.woocommerce span.onsale {
    background-color: #11d452 !important;
    border-radius: 8px;
}