
/*
Theme Name: PlantBazar PRO v4
Author: PlantBazar
Description: Advanced WooCommerce plant store theme with modern UI.
Version: 4.0
*/

body{font-family:Arial, sans-serif;background:#f6fff7;margin:0}

.topbar{background:#eef6ef;padding:6px;text-align:center;font-size:14px}

.logo{font-size:26px;font-weight:700;color:#2e7d32}

.navbar{background:#2e7d32}
.navbar a{color:#fff !important;font-weight:600}

.search-box{width:320px}

.hero img{border-radius:10px}

.category-card{
background:#fff;border-radius:12px;padding:12px;text-align:center;
box-shadow:0 2px 10px rgba(0,0,0,.08)
}

.category-card img{width:70px;height:70px;object-fit:cover;margin-bottom:8px}

.product-card{
background:#fff;border-radius:12px;padding:12px;text-align:center;
box-shadow:0 2px 12px rgba(0,0,0,.08);
transition:.3s;position:relative
}

.product-card:hover{transform:translateY(-6px);box-shadow:0 6px 18px rgba(0,0,0,.15)}

.product-card img{width:100%;height:190px;object-fit:cover;border-radius:8px}

.price{color:#2e7d32;font-weight:700}

.sale-badge{
position:absolute;top:10px;left:10px;background:red;color:white;
padding:4px 8px;font-size:12px;border-radius:4px
}

.wishlist{
position:absolute;top:10px;right:10px;background:white;border-radius:50%;
padding:6px;font-size:14px
}

.offer-banner{
background:#e8f5e9;padding:30px;border-radius:12px;text-align:center
}

footer{
background:#1b5e20;color:white;padding:25px;margin-top:40px;text-align:center
}
