*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,Helvetica,sans-serif;background:#f5f7fa;color:#222}#root{min-height:100vh}.loading{height:100vh;display:flex;justify-content:center;align-items:center;font-size:22px;font-weight:700}.hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;padding:28px;margin:18px;min-height:220px;border-radius:28px;background:linear-gradient(135deg,#2e7d32,#43a047 45%,#66bb6a);color:#fff;box-shadow:0 18px 45px #0000001f}.hero:before{content:"";position:absolute;width:380px;height:380px;right:-120px;top:-120px;border-radius:50%;background:#ffffff14}.hero:after{content:"";position:absolute;width:240px;height:240px;left:-90px;bottom:-90px;border-radius:50%;background:#ffffff0d}.hero-overlay{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.12) 1px,transparent 1px);background-size:22px 22px;opacity:.35;pointer-events:none}.hero-left{width:55%;z-index:2}.hero-brand{font-size:15px;font-weight:700;letter-spacing:3px;text-transform:uppercase;opacity:.9;margin-bottom:14px}.hero-title{font-size:42px;font-weight:800;line-height:1.1;margin:0}.hero-subtitle{margin-top:14px;font-size:17px;line-height:1.7;max-width:470px;opacity:.95}.hero-info{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}.hero-chip{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:50px;background:#ffffff2e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-weight:600;font-size:14px;left:0}.live{background:#fff;color:#2e7d32}.dot{width:10px;height:10px;border-radius:50%;background:#2ecc71}.hero-location{display:flex;align-items:center;gap:10px;margin-top:22px;font-size:15px;opacity:.96}.hero-right{width:45%;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.hero-image{width:100%;max-width:420px;object-fit:contain;transition:.35s;filter:drop-shadow(0 22px 25px rgba(0,0,0,.22))}.hero-image:hover{transform:scale(1.05)}@media(max-width:992px){.hero{min-height:200px;padding:24px}.hero-title{font-size:34px}.hero-subtitle{font-size:15px}.hero-image{max-width:320px}}@media(max-width:768px){.hero{flex-direction:column;text-align:center;padding:22px;min-height:auto}.hero-left{width:100%}.hero-right{width:100%;margin-top:20px}.hero-title{font-size:30px}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-info,.hero-location{justify-content:center}.hero-image{max-width:250px}}@media(max-width:480px){.hero{margin:12px;padding:18px;border-radius:22px}.hero-title{font-size:26px}.hero-brand{font-size:13px}.hero-subtitle{font-size:14px}.hero-chip{padding:8px 14px;font-size:13px}.hero-location{font-size:13px}.hero-image{max-width:220px}}.category-container{position:sticky;top:0;z-index:20;display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;padding:14px 16px;background:#f7faf7;border-bottom:1px solid #edf2ed}.category-container::-webkit-scrollbar{display:none}.category-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;border:1px solid #dfe7df;border-radius:999px;white-space:nowrap;cursor:pointer;font-size:14px;font-weight:600;color:#4a4a4a;transition:.25s;flex-shrink:0}.category-btn:hover{transform:translateY(-2px);border-color:#2e7d32;box-shadow:0 6px 18px #2e7d3226}.category-btn.active{background:linear-gradient(135deg,#b2c8b3,#769177);color:#fff;border-color:#2e7d32;box-shadow:0 8px 22px #7f827f4d}.category-icon{display:flex;align-items:center;justify-content:center;font-size:14px}.plant-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #00000014;transition:.25s;display:flex;flex-direction:column;height:100%}.plant-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0000001f}.image-wrapper{position:relative;background:#f6fbf5;width:100%;height:180px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0}.plant-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.plant-card:hover .plant-image{transform:scale(1.06)}.plant-card:hover .plant-image{transform:scale(1.05)}.variant-container{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.variant-btn{border:1px solid #d8d8d8;background:#fff;padding:6px 12px;border-radius:20px;cursor:pointer;font-size:12px;transition:.2s}.variant-btn:hover{border-color:#2e7d32}.variant-btn.active{background:#2e7d32;color:#fff;border-color:#2e7d32}.plant-category{position:absolute;top:10px;left:10px;background:#2e7d32;color:#fff;padding:5px 10px;border-radius:30px;display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600}.plant-content{display:flex;flex-direction:column;padding:14px;flex:1}.plant-name{font-size:17px;font-weight:700;margin:0;color:#222;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:44px}.plant-description{margin-top:8px;font-size:13px;color:#777;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.price-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:14px}.price{font-size:22px;font-weight:800;color:#2e7d32}.add-btn{background:#2e7d32;color:#fff;border:none;border-radius:10px;height:38px;min-width:78px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:.25s;font-weight:600}.add-btn:hover{background:#1b5e20}.qty-box{display:flex;align-items:center;border-radius:10px;overflow:hidden;border:1px solid #e5e5e5}.qty-box button{width:36px;height:36px;border:none;background:#f4f4f4;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px}.qty-box button:hover{background:#2e7d32;color:#fff}.qty-box span{width:40px;text-align:center;font-weight:700}@media(max-width:768px){.image-wrapper{height:140px}.plant-image{height:110px}.plant-name{font-size:15px}.price{font-size:18px}.add-btn{min-width:70px;height:34px;font-size:13px}.qty-box button{width:32px;height:32px}.qty-box span{width:34px}}@media(max-width:480px){.image-wrapper{height:120px}.plant-image{height:95px}.plant-content{padding:10px}.plant-name{font-size:14px;min-height:38px}.plant-description{font-size:12px;min-height:30px}.price{font-size:17px}.add-btn{min-width:64px;height:32px;font-size:12px}}.bottom-cart{position:fixed;left:15px;right:15px;bottom:15px;background:#2e7d32;color:#fff;border-radius:18px;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 30px #00000040;z-index:1000}.cart-details{display:flex;flex-direction:column}.cart-items{font-size:14px}.cart-total{font-size:22px;font-weight:700}.checkout-btn{border:none;background:#fff;color:#2e7d32;padding:12px 20px;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;transition:.2s}.checkout-btn:hover{transform:scale(1.05)}*{box-sizing:border-box}body{margin:0;padding:0;background:#f5f8f4;font-family:Inter,sans-serif}.catalogue-page{max-width:1450px;margin:auto;min-height:100vh;padding-bottom:110px}.plant-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px;padding:16px;align-items:start}@media(max-width:1200px){.plant-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.plant-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media(max-width:600px){.catalogue-page{padding-bottom:95px}.plant-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:14px}}@media(max-width:420px){.plant-grid{gap:10px;padding:10px}}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:24px;font-weight:700;color:#2e7d32}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#2e7d32;border-radius:10px}::-webkit-scrollbar-track{background:#f3f3f3}.checkout-item{display:flex;gap:14px;background:#fff;border-radius:14px;padding:14px;margin-bottom:14px;box-shadow:0 4px 12px #0000000d}.checkout-item-image{width:82px;height:82px;object-fit:cover;border-radius:10px}.checkout-item-details{flex:1}.checkout-item-name{font-size:15px;font-weight:600;color:#222;line-height:1.3}.checkout-item-variant{margin-top:4px;font-size:12px;color:#777}.checkout-item-price{margin-top:8px;font-size:16px;font-weight:700;color:#2e7d32}.checkout-item-mrp{margin-left:8px;text-decoration:line-through;color:#999;font-size:12px;font-weight:500}.checkout-item-actions{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.qty-box{display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;overflow:hidden}.qty-box button{width:28px;height:28px;border:none;background:#f5f5f5;cursor:pointer;font-size:16px;font-weight:600}.qty-box span{width:34px;text-align:center;font-size:13px;font-weight:600}.checkout-line-total{font-size:15px;font-weight:700;color:#222}.delete-btn{background:none;border:none;color:#d32f2f;cursor:pointer;font-size:12px;font-weight:600;padding:0}@media(max-width:600px){.checkout-item{gap:12px;padding:12px}.checkout-item-image{width:70px;height:70px}.checkout-item-name{font-size:14px}.checkout-item-price{font-size:15px}.checkout-item-mrp{font-size:11px}.qty-box button{width:26px;height:26px;font-size:15px}.qty-box span{width:30px;font-size:12px}.checkout-line-total{font-size:14px}}.checkout-page{max-width:680px;margin:0 auto;padding:16px;background:#f7f8f7;min-height:100vh;font-family:Inter,sans-serif}.checkout-header{margin-bottom:16px}.back-btn{border:none;background:transparent;color:#2e7d32;cursor:pointer;font-size:13px;font-weight:600;margin-bottom:8px}.checkout-header h1{margin:0;font-size:22px;font-weight:700;color:#222}.checkout-card,.checkout-summary{background:#fff;border-radius:14px;padding:16px;margin-bottom:16px;box-shadow:0 4px 12px #0000000d}.checkout-card h2,.checkout-summary h2{margin:0 0 14px;font-size:15px;font-weight:700;color:#222}.checkout-card input{width:100%;height:42px;padding:0 14px;margin-bottom:12px;border:1px solid #ddd;border-radius:10px;font-size:14px;outline:none;transition:.2s;box-sizing:border-box}.checkout-card input:focus{border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321a}.checkout-item-card{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #ececec}.checkout-item-card:last-child{border-bottom:none}.checkout-image{width:72px;height:72px;object-fit:cover;border-radius:12px;background:#f3f3f3}.checkout-info{flex:1}.checkout-name{font-size:14px;font-weight:600;margin-bottom:5px;color:#222}.checkout-price{font-size:14px;color:#2e7d32;font-weight:600;margin-bottom:10px}.qty-row{display:flex;align-items:center;gap:10px}.qty-row button{width:28px;height:28px;border:none;border-radius:8px;background:#2e7d32;color:#fff;cursor:pointer;font-size:15px;font-weight:600}.checkout-right{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;min-height:72px}.line-total{font-size:15px;font-weight:700;color:#222}.remove-btn{background:transparent;border:none;color:#e53935;cursor:pointer;font-size:14px}.saving-banner{background:#e8f5e9;color:#2e7d32;padding:10px 12px;border-radius:10px;margin-bottom:14px;font-size:13px;font-weight:600}.summary-row{display:flex;justify-content:space-between;align-items:center;margin:10px 0;font-size:14px;color:#555}.summary-divider{border-top:1px solid #ececec;margin:16px 0}.summary-total{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:700;color:#222}.summary-note{margin-top:10px;font-size:12px;color:#777}.free{color:#2e7d32;font-weight:700}.verified-box{margin-top:12px;background:#e8f5e9;color:#2e7d32;border:1px solid #81c784;border-radius:10px;padding:10px;text-align:center;font-size:14px;font-weight:600}.pay-btn,.verify-btn,.send-otp-btn{width:100%;height:46px;border:none;border-radius:10px;background:#2e7d32;color:#fff;cursor:pointer;font-size:14px;font-weight:600;transition:.2s}.pay-btn:hover,.verify-btn:hover,.send-otp-btn:hover{background:#256628}.pay-btn:disabled,.verify-btn:disabled,.send-otp-btn:disabled{background:#bdbdbd;cursor:not-allowed}.empty-cart{text-align:center;padding:36px 0;color:#888;font-size:14px}@media(max-width:600px){.checkout-page{padding:12px}.checkout-header h1{font-size:20px}.checkout-card,.checkout-summary{padding:14px;border-radius:12px}.checkout-card h2,.checkout-summary h2{font-size:14px}.checkout-image{width:64px;height:64px}.checkout-name,.checkout-price{font-size:13px}.line-total{font-size:14px}.summary-row{font-size:13px}.summary-total{font-size:15px}.pay-btn,.verify-btn,.send-otp-btn{height:44px;font-size:13px}}
