
:root{
    --primary:#0e733d;
    --primary-dark:#095a2f;
    --secondary:#f6a800;
    --light-green:#f3f9f5;
    --border:#e7e7e7;
    --text:#222;
    --muted:#777;
}
*{box-sizing:border-box}
body{font-family:'Inter',sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.topbar{background:#f7f7f7;border-bottom:1px solid #eee;font-size:13px;color:#666}
.main-header{background:#fff;padding:18px 0}
.brand-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:26px;color:var(--primary)}
.brand-icon{width:46px;height:46px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center}
.search-box{border:2px solid var(--primary);border-radius:7px;overflow:hidden;display:flex;height:48px}
.search-box input{border:0;outline:0;box-shadow:none!important;flex:1;padding:0 18px}
.search-box button{width:58px;border:0;background:var(--primary);color:#fff;font-size:18px}
.header-action{display:flex;align-items:center;gap:10px}
.header-action .icon{width:42px;height:42px;border:1px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}
.cart-count{position:absolute;width:19px;height:19px;border-radius:50%;background:#e82f2f;color:#fff;font-size:10px;right:-5px;top:-5px;display:flex;align-items:center;justify-content:center}
.action-label small{display:block;color:#888;font-size:11px}.action-label strong{font-size:13px}
.main-nav{background:var(--primary)}
.main-nav .nav-link{color:#fff!important;padding:15px 14px!important;font-size:14px;font-weight:500}
.main-nav .nav-link:hover{background:rgba(255,255,255,.1)}
.category-btn{background:var(--primary-dark);color:#fff;border:0;min-width:220px;padding:14px 20px;font-weight:600}
.page-header{background:#f7f9f7;border-bottom:1px solid #eee;padding:24px 0}
.breadcrumb{font-size:13px;margin:0}.breadcrumb-item a{color:#777}.breadcrumb-item.active{color:var(--primary)}
.section{padding:42px 0}
.product-card{background:#fff;border:1px solid var(--border);border-radius:8px;overflow:hidden;height:100%;transition:.25s;position:relative}
.product-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.08);transform:translateY(-3px)}
.product-img{height:230px;display:flex;align-items:center;justify-content:center;padding:18px;position:relative;background:#fff}
.product-img img{height:100%;width:100%;object-fit:contain;transition:.3s}.product-card:hover .product-img img{transform:scale(1.04)}
.badge-sale{position:absolute;top:12px;left:12px;background:#dc3545;color:#fff;font-size:10px;padding:5px 8px;border-radius:4px;z-index:3}
.badge-green{background:var(--primary)}
.wishlist{position:absolute;right:12px;top:12px;width:34px;height:34px;border:1px solid #eee;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3}
.product-body{padding:15px}.product-cat{font-size:11px;color:#999;text-transform:uppercase;margin-bottom:5px}
.product-title{font-size:14px;font-weight:600;line-height:1.45;min-height:42px}
.stars{color:#ffb000;font-size:11px;margin:8px 0}.price{font-size:17px;font-weight:700;color:var(--primary)}
.old-price{text-decoration:line-through;color:#aaa;font-size:12px;margin-left:5px}
.cart-btn{width:100%;margin-top:12px;border:1px solid var(--primary);background:#fff;color:var(--primary);height:39px;border-radius:5px;font-size:13px;font-weight:600}
.cart-btn:hover{background:var(--primary);color:#fff}
footer{background:#1d2420;color:#bbb;padding:50px 0 24px;margin-top:30px}
footer h5{color:#fff;font-size:15px;margin-bottom:18px}footer ul{list-style:none;padding:0}footer li{margin-bottom:9px}footer a{color:#bbb;font-size:13px}footer a:hover{color:#fff}
.footer-logo{font-weight:800;color:#fff!important;font-size:24px}
.social-links{display:flex;gap:8px;margin-top:18px}.social-links a{width:34px;height:34px;background:#2e3933;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}
.mobile-bottom-nav{display:none}
@media(max-width:991px){.desktop-actions{display:none!important}.category-btn{min-width:auto}.main-nav .navbar-toggler{border-color:rgba(255,255,255,.4)}}
@media(max-width:767px){body{padding-bottom:64px}.topbar{display:none}.brand-logo{font-size:20px}.brand-icon{width:38px;height:38px}.search-wrapper{order:3;width:100%;margin-top:10px}.product-img{height:180px}.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ddd;z-index:9999;justify-content:space-around;padding:8px 0 6px}.mobile-bottom-nav a{text-align:center;font-size:10px;color:#555}.mobile-bottom-nav i{display:block;font-size:18px;margin-bottom:3px}.mobile-bottom-nav a.active{color:var(--primary)}}

.filter-card{border:1px solid var(--border);border-radius:8px;background:#fff;margin-bottom:18px}
.filter-title{font-size:15px;font-weight:700;padding:16px;border-bottom:1px solid #eee}
.filter-body{padding:16px}.filter-check{display:flex;align-items:center;gap:9px;margin-bottom:10px;font-size:13px;color:#555}
.price-inputs{display:flex;gap:8px}.price-inputs input{width:50%;border:1px solid #ddd;border-radius:5px;padding:9px;font-size:13px}
.filter-apply{width:100%;background:var(--primary);color:#fff;border:0;border-radius:5px;padding:10px;font-weight:600;margin-top:12px}
.collection-head{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:24px}.collection-head h1{font-size:27px;font-weight:700;margin-bottom:4px}
.result-count{font-size:13px;color:#888}.sort-box{min-width:210px;border:1px solid #ddd;border-radius:5px;padding:9px 12px;font-size:13px}
.filter-mobile{display:none}.page-link{color:var(--primary)}.page-item.active .page-link{background:var(--primary);border-color:var(--primary)}
@media(max-width:991px){.desktop-filter{display:none}.filter-mobile{display:block}}
