*{box-sizing:border-box;margin:0;padding:0}body{color:#222;background:#f5f7fa;font-family:Arial,Helvetica,sans-serif}#root{min-height:100vh}.catalogue-page{background:#f5f7fa;min-height:100vh;padding-bottom:120px}.loading{justify-content:center;align-items:center;height:100vh;font-size:22px;font-weight:700;display:flex}.plant-grid{gap:18px;padding:18px;display:grid}@media (width<=767px){.plant-grid{grid-template-columns:1fr}}@media (width>=768px){.plant-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.plant-grid{grid-template-columns:repeat(4,1fr);max-width:1400px;margin:auto}}.catalogue-header{color:#fff;background:#2e7d32;border-bottom-right-radius:20px;border-bottom-left-radius:20px;padding:20px}.header-top{justify-content:space-between;align-items:center;display:flex}.brand-title{margin:0;font-size:28px;font-weight:700}.brand-subtitle{opacity:.9;margin-top:6px;font-size:14px}.trolley-card{color:#333;background:#fff;border-radius:16px;align-items:center;gap:15px;margin-top:18px;padding:15px;display:flex;box-shadow:0 6px 18px #0000001f}.trolley-icon{background:#e8f5e9;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:30px;display:flex}.trolley-info h2{margin:0;font-size:22px}.trolley-info p{color:#666;margin:5px 0}.status{color:#fff;background:#2e7d32;border-radius:30px;margin-top:5px;padding:5px 10px;font-size:12px;display:inline-block}.category-container{scrollbar-width:none;gap:10px;padding:15px;display:flex;overflow-x:auto}.category-container::-webkit-scrollbar{display:none}.category-btn{white-space:nowrap;color:#444;cursor:pointer;background:#f2f2f2;border:none;border-radius:25px;flex-shrink:0;padding:10px 18px;font-size:14px;transition:all .25s}.category-btn:hover{background:#e8f5e9}.category-btn.active{color:#fff;background:#2e7d32;font-weight:600}.plant-card{background:#fff;border-radius:16px;transition:all .25s;overflow:hidden;box-shadow:0 4px 14px #00000014}.plant-card:hover{transform:translateY(-3px)}.plant-image{object-fit:cover;width:100%;height:220px}.plant-body{padding:15px}.plant-body h3{color:#222;margin:0;font-size:18px}.price{color:#2e7d32;margin:8px 0;font-size:20px;font-weight:700}.available{color:green;font-size:13px}.outofstock{color:red;font-size:13px}.add-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:10px;width:100%;margin-top:15px;padding:12px;font-size:15px}.qty-box{justify-content:center;align-items:center;gap:18px;margin-top:15px;display:flex}.qty-btn{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:50%;width:38px;height:38px;font-size:22px}.bottom-cart{color:#fff;z-index:1000;background:#2e7d32;border-radius:18px;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:fixed;bottom:15px;left:15px;right:15px;box-shadow:0 10px 30px #00000040}.cart-details{flex-direction:column;display:flex}.cart-items{font-size:14px}.cart-total{font-size:22px;font-weight:700}.checkout-btn{color:#2e7d32;cursor:pointer;background:#fff;border:none;border-radius:10px;padding:12px 20px;font-size:15px;font-weight:600;transition:all .2s}.checkout-btn:hover{transform:scale(1.05)}.checkout-item{background:#fff;border-radius:18px;gap:18px;margin-bottom:18px;padding:18px;display:flex;box-shadow:0 8px 24px #0000000f}.checkout-item-image{object-fit:cover;border-radius:14px;width:110px;height:110px}.checkout-item-details{flex:1}.checkout-item-name{color:#222;font-size:20px;font-weight:700}.checkout-item-variant{color:#777;margin-top:6px}.checkout-item-price{color:#2e7d32;margin-top:14px;font-size:22px;font-weight:700}.checkout-item-mrp{color:#999;margin-left:10px;font-size:16px;font-weight:500;text-decoration:line-through}.checkout-item-actions{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.qty-box{border:1px solid #ddd;border-radius:12px;align-items:center;display:flex;overflow:hidden}.qty-box button{cursor:pointer;background:#f4f4f4;border:none;width:38px;height:38px;font-size:20px}.qty-box span{text-align:center;width:45px;font-weight:600}.checkout-line-total{font-size:22px;font-weight:700}.delete-btn{color:#d32f2f;cursor:pointer;background:0 0;border:none;font-weight:600}.checkout-page{background:#f5f6f8;max-width:700px;min-height:100vh;margin:auto;padding:20px}.checkout-header{margin-bottom:20px}.back-btn{color:#1b7f4c;cursor:pointer;background:0 0;border:none;margin-bottom:10px;font-size:15px}.checkout-header h1{margin:0}.checkout-card{background:#fff;border-radius:16px;margin-bottom:20px;padding:18px;box-shadow:0 3px 10px #0000000d}.checkout-card h2{margin-top:0;margin-bottom:15px}.checkout-card input{box-sizing:border-box;border:1px solid #ddd;border-radius:10px;width:100%;margin-bottom:12px;padding:12px;font-size:15px}.checkout-item{border-bottom:1px solid #eee;justify-content:space-between;padding:12px 0;display:flex}.checkout-item:last-child{border-bottom:none}.item-name{font-weight:600}.item-qty{color:#666;margin-top:5px}.item-price{font-weight:700}.bill-row,.bill-total{justify-content:space-between;margin:10px 0;display:flex}.bill-total{border-top:1px solid #ddd;padding-top:15px;font-size:20px;font-weight:700}.pay-btn{color:#fff;cursor:pointer;background:#1b7f4c;border:none;border-radius:12px;width:100%;padding:18px;font-size:18px}.empty-cart{text-align:center;color:#888;padding:30px 0}.checkout-item-card{background:#fff;border-radius:16px;align-items:center;margin-bottom:15px;padding:15px;display:flex;box-shadow:0 2px 10px #0000000f}.checkout-image{object-fit:cover;background:#f5f5f5;border-radius:12px;width:90px;height:90px}.checkout-info{flex:1;padding:0 15px}.checkout-name{margin-bottom:8px;font-size:17px;font-weight:600}.checkout-price{color:#2e7d32;margin-bottom:15px;font-weight:700}.qty-row{align-items:center;gap:10px;display:flex}.qty-row button{color:#fff;cursor:pointer;background:#2e7d32;border:none;border-radius:8px;width:34px;height:34px}.checkout-right{flex-direction:column;justify-content:space-between;align-items:flex-end;height:90px;display:flex}.line-total{font-size:18px;font-weight:700}.remove-btn{color:#f44336;cursor:pointer;background:0 0;border:none;font-size:18px}.checkout-section{background:#fff;border-radius:18px;margin-bottom:20px;padding:20px;box-shadow:0 2px 12px #0000000d}.checkout-section h2{margin:0 0 20px;font-size:22px}.form-grid{gap:16px;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:#444;margin-bottom:6px;font-size:14px;font-weight:600}.form-group input{border:1px solid #ddd;border-radius:10px;outline:none;padding:14px;font-size:16px;transition:all .2s}.form-group input:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321f}.checkout-summary{background:#fff;border-radius:18px;margin-bottom:100px;padding:20px;box-shadow:0 2px 12px #0000000d}.checkout-summary h2{margin:0 0 18px;font-size:22px}.summary-row{color:#444;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.summary-divider{background:#ececec;height:1px;margin:14px 0}.summary-total{color:#222;justify-content:space-between;align-items:center;font-size:22px;font-weight:700;display:flex}.checkout-footer{background:#fff;border-top:1px solid #e5e5e5;padding:16px;position:sticky;bottom:0;left:0;right:0;box-shadow:0 -2px 12px #0000000d}.pay-btn{color:#fff;cursor:pointer;background:#1e8e3e;border:none;border-radius:12px;width:100%;height:54px;font-size:18px;font-weight:600}.pay-btn:hover{background:#187935}.pay-btn:disabled{cursor:not-allowed;background:#bdbdbd}.address-title{margin-top:25px;font-size:22px;font-weight:700}.address-subtitle{color:#666;margin-bottom:20px;line-height:1.5}.checkout-summary{background:#fff;border-radius:18px;margin-top:30px;padding:25px;box-shadow:0 8px 24px #0000000f}.saving-banner{color:#2e7d32;background:#e8f5e9;border-radius:12px;margin-bottom:20px;padding:12px 16px;font-weight:600}.summary-row{color:#444;justify-content:space-between;margin:14px 0;display:flex}.summary-divider{border-top:1px solid #eee;margin:20px 0}.summary-total{color:#222;justify-content:space-between;font-size:24px;font-weight:700;display:flex}.summary-note{color:#888;margin-top:16px;font-size:14px}.free{color:#2e7d32;font-weight:700}
