:root{--bg:#f8f7f2;--surface:#fff;--surface-alt:#f1f4ee;--surface-strong:#fffdf8;--primary:#294d32;--primary-dark:#1d3828;--primary-light:#a9bd91;--secondary:#b9cf9a;--secondary-light:#dfecc8;--accent:#e4efd9;--accent-strong:#3b9b82;--text:#1c2923;--muted:#68766f;--muted-light:#8b9791;--border:#174c351f;--shadow-sm:0 5px 18px #174c3512;--shadow:0 14px 40px #174c351a;--shadow-lg:0 24px 60px #174c3524;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.6}:root[data-theme=dark]{--bg:#07120c;--surface:#10261a;--surface-alt:#173422;--surface-strong:#183d27;--primary:#9bd69a;--primary-dark:#7fc47f;--primary-light:#b6e3b5;--secondary:#e8c86b;--secondary-light:#f0d98d;--accent:#315f4b;--accent-strong:#55c5b0;--text:#f3f7f2;--muted:#b5c3ba;--muted-light:#899a8f;--border:#ffffff1a;--shadow-sm:0 5px 18px #0000002e;--shadow:0 14px 40px #0000003d;--shadow-lg:0 24px 60px #00000052}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0;transition:background-color .25s,color .25s}#root{text-align:left;flex-direction:column;width:100%;min-height:100vh;margin:0;display:flex}h1,h2,h3,h4,h5,h6{color:var(--primary);margin:0;font-weight:700;line-height:1.25}h1{font-size:clamp(2rem,4vw,3.4rem)}h2{font-size:clamp(1.6rem,3vw,2.4rem)}h3{font-size:1.3rem}p{color:var(--text);margin:0}small{color:var(--muted)}a{color:inherit;text-decoration:none;transition:color .2s,opacity .2s}a:hover{color:var(--primary-light)}button,input,select,textarea{font:inherit}button{cursor:pointer}button,.btn,.primary-btn,.add-btn,.save-btn,.cancel-btn,.logout-btn,.edit-btn,.delete-btn,.register-button,.login-button,.submit-btn,.checkout-button,.payment-receipt-button{border:1px solid var(--primary);background:linear-gradient(135deg, var(--primary) 0%, #355f3e 100%);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 22px;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s,filter .2s;display:inline-flex;box-shadow:0 8px 20px #294d322e}button:hover,.btn:hover,.primary-btn:hover,.add-btn:hover,.save-btn:hover,.cancel-btn:hover,.logout-btn:hover,.edit-btn:hover,.delete-btn:hover,.register-button:hover,.login-button:hover,.submit-btn:hover,.checkout-button:hover,.payment-receipt-button:hover{filter:brightness(1.02);transform:translateY(-2px);box-shadow:0 12px 24px #294d323d}button:disabled{opacity:.6;cursor:not-allowed;transform:none}input,select,textarea{color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--primary-light);box-shadow:0 0 0 3px #2f6b4d1a}button{border:0}button:disabled{cursor:not-allowed;opacity:.6}img{max-width:100%;display:block}::selection{background:var(--accent);color:var(--primary-dark)}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{background:var(--surface-alt)}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:20px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);background:linear-gradient(135deg,#072c1bf7,#0b3c26f5);border-bottom:1px solid #d4af3738;width:100%;position:sticky;top:0;box-shadow:0 8px 30px #072c1b29}.navbar:before{content:"";opacity:.8;background:linear-gradient(90deg,#0000,#d4af37,#0000);height:2px;position:absolute;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;gap:28px;width:min(1250px,92%);min-height:78px;margin:0 auto;display:flex;position:relative}.navbar-logo{color:#fff;letter-spacing:-.4px;white-space:nowrap;align-items:center;gap:10px;font-size:1.4rem;font-weight:900;text-decoration:none;transition:transform .25s,color .25s;display:inline-flex}.navbar-logo:hover{color:#e4c55f;transform:translateY(-2px)}.navbar-logo:before{content:"🌿";background:#d4af371f;border:1px solid #d4af373d;border-radius:13px;justify-content:center;align-items:center;width:42px;height:42px;font-size:21px;transition:transform .25s,background .25s;display:flex;box-shadow:0 7px 20px #0000001f}.navbar-logo:hover:before{background:#d4af372e;transform:rotate(-5deg)scale(1.04)}.navbar-logo:after{content:"";background:#d4af37;border-radius:50%;width:5px;height:5px;margin-right:-5px;box-shadow:0 0 0 4px #d4af371a}.navbar-links{justify-content:center;align-items:center;gap:5px;margin-left:auto;margin-right:auto;display:flex}.navbar-links a{color:#ffffffc7;border-radius:11px;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-size:12px;font-weight:700;text-decoration:none;transition:color .25s,background .25s,transform .25s,box-shadow .25s;display:inline-flex;position:relative}.navbar-links a:after{content:"";background:#d4af37;border-radius:20px;width:0;height:2px;transition:width .25s;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.navbar-links a:hover{color:#fff;background:#ffffff12;transform:translateY(-1px)}.navbar-links a:hover:after{width:18px}.navbar-links a.active{color:#072c1b;background:#d4af37;transform:translateY(-1px);box-shadow:0 7px 18px #d4af372e}.navbar-links a.active:after{display:none}.navbar-actions{align-items:center;gap:9px;display:flex}.cart-link{color:#fff;background:#ffffff0f;border:1px solid #d4af3740;border-radius:13px;justify-content:center;align-items:center;width:43px;height:43px;font-size:18px;text-decoration:none;transition:background .25s,color .25s,transform .25s,box-shadow .25s;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffff0d}.cart-link:hover{color:#072c1b;background:#d4af37;transform:translateY(-2px);box-shadow:0 9px 22px #d4af3733}.cart-badge{color:#072c1b;background:#d4af37;border:2px solid #0b3c26;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:10px;font-weight:900;display:flex;position:absolute;top:-7px;right:-7px;box-shadow:0 3px 8px #0000002e}.login-link,.logout-btn{color:#fff;cursor:pointer;background:#ffffff0e;border:1px solid #d4af374d;border-radius:12px;justify-content:center;align-items:center;min-height:43px;padding:0 16px;font-family:inherit;font-size:12px;font-weight:800;text-decoration:none;transition:background .25s,color .25s,border-color .25s,transform .25s,box-shadow .25s;display:inline-flex}.login-link:hover,.logout-btn:hover{color:#072c1b;background:#d4af37;border-color:#d4af37;transform:translateY(-2px);box-shadow:0 8px 20px #d4af372e}@media (width<=1050px){.navbar-container{gap:14px;width:94%}.navbar-links{gap:2px}.navbar-links a{padding:0 10px;font-size:11px}.login-link,.logout-btn{padding:0 12px;font-size:11px}}@media (width<=760px){.navbar-container{flex-wrap:wrap;justify-content:center;width:94%;min-height:68px;padding:9px 0}.navbar-logo{justify-content:center;width:100%;font-size:1.18rem}.navbar-logo:before{border-radius:12px;width:38px;height:38px;font-size:19px}.navbar-links{scrollbar-width:none;justify-content:flex-start;width:100%;margin:0;padding-bottom:4px;overflow-x:auto}.navbar-links::-webkit-scrollbar{display:none}.navbar-links a{flex-shrink:0;min-height:37px;padding:0 11px;font-size:11px}.navbar-actions{gap:6px;position:absolute;top:10px;left:3%}.login-link,.logout-btn{display:none}.cart-link{border-radius:12px;width:39px;height:39px;font-size:17px}}@media (width<=420px){.navbar-container{width:92%}.navbar-logo{font-size:1.08rem}.navbar-links a{padding:0 9px;font-size:10px}.cart-link{width:37px;height:37px}}.site-footer{color:#fff;background:radial-gradient(circle at 8% 15%,#d4af371f,#0000 25%),radial-gradient(circle at 92% 75%,#38a9a714,#0000 28%),linear-gradient(135deg,#072c1b 0%,#0b3c26 55%,#092f20 100%);width:100%;margin-top:0;position:relative;overflow:hidden}.footer-leaf{pointer-events:none;-webkit-user-select:none;user-select:none;color:#fff;opacity:.055;line-height:1;position:absolute}.footer-leaf-one{font-size:140px;top:20px;left:3%;transform:rotate(-15deg)}.footer-leaf-two{font-size:160px;bottom:25px;right:3%;transform:rotate(18deg)}.footer-container{z-index:2;width:min(1250px,92%);margin:0 auto;padding:72px 0 28px;position:relative}.footer-main{grid-template-columns:1.5fr 1fr 1.15fr 1.2fr;gap:50px;display:grid}.footer-column{min-width:0}.footer-column h3{color:#e4c55f;letter-spacing:.2px;margin:0 0 22px;font-size:15px;font-weight:800;position:relative}.footer-column h3:after{content:"";background:#d4af37;border-radius:50px;width:32px;height:3px;margin-top:9px;display:block}.footer-logo{color:#fff;letter-spacing:-.4px;align-items:center;gap:11px;margin-bottom:18px;font-size:25px;font-weight:900;text-decoration:none;transition:transform .25s,opacity .25s;display:inline-flex}.footer-logo:hover{opacity:.9;transform:translateY(-2px)}.footer-logo-icon{background:#d4af3721;border:1px solid #d4af3740;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;font-size:23px;display:flex;box-shadow:0 8px 25px #0000001f}.footer-about p{color:#ffffffd1;max-width:370px;margin:0;font-size:13px;font-weight:400;line-height:2.05}.footer-about-decoration{align-items:center;gap:6px;margin-top:22px;display:flex}.footer-about-decoration span{background:#d4af37;border-radius:50px;height:4px;display:block}.footer-about-decoration span:first-child{width:38px}.footer-about-decoration span:nth-child(2){opacity:.7;width:22px}.footer-about-decoration span:nth-child(3){opacity:.45;width:10px}.footer-links{flex-direction:column;gap:12px;display:flex}.footer-links a{color:#ffffffc7;width:fit-content;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s,transform .2s;position:relative}.footer-links a:hover{color:#e4c55f;transform:translate(-5px)}.footer-contact-list{flex-direction:column;gap:13px;display:flex}.footer-contact-item{color:#fff;background:#ffffff0b;border:1px solid #ffffff14;border-radius:14px;align-items:center;gap:12px;padding:11px;text-decoration:none;transition:background .25s,border-color .25s,transform .25s,box-shadow .25s;display:flex}.footer-contact-item:hover{background:#d4af3717;border-color:#d4af3738;transform:translateY(-2px);box-shadow:0 8px 22px #0000001a}.footer-contact-icon{background:#d4af371f;border:1px solid #d4af371a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:41px;height:41px;font-size:17px;display:flex}.footer-contact-item small{color:#ffffff8c;margin-bottom:3px;font-size:10px;font-weight:500;display:block}.footer-contact-item strong{color:#fff;font-size:12px;font-weight:700;display:block}.footer-feedback{padding-right:5px}.footer-feedback p{color:#fff;opacity:.92;max-width:320px;margin:0 0 21px;font-size:13px;font-weight:500;line-height:2}.footer-feedback-btn{color:#072c1b;background:#d4af37;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:0 18px;font-size:12px;font-weight:900;text-decoration:none;transition:background .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 8px 22px #00000024}.footer-feedback-btn:hover{color:#072c1b;background:#e5c45b;transform:translateY(-2px);box-shadow:0 12px 28px #0003}.footer-divider{background:linear-gradient(90deg,#0000 0%,#d4af3759 50%,#0000 100%);height:1px;margin:50px 0 24px}.footer-bottom{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer-bottom p{color:#ffffff8c;margin:0;font-size:11px}.footer-bottom-links{align-items:center;gap:11px;display:flex}.footer-bottom-links a{color:#ffffff94;font-size:11px;text-decoration:none;transition:color .2s}.footer-bottom-links a:hover{color:#e4c55f}.footer-bottom-links span{color:#ffffff40}@media (width<=1000px){.footer-main{grid-template-columns:repeat(2,1fr);gap:38px}.footer-container{padding-top:60px}}@media (width<=650px){.footer-container{width:90%;padding:52px 0 25px}.footer-main{grid-template-columns:1fr;gap:34px}.footer-about p{max-width:100%}.footer-feedback{padding-right:0}.footer-feedback p{color:#fff;max-width:100%;font-size:13px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:14px}.footer-bottom-links{flex-wrap:wrap}.footer-leaf-one{font-size:85px}.footer-leaf-two{font-size:95px}}@media (width<=420px){.footer-container{width:88%}.footer-logo{font-size:21px}.footer-logo-icon{width:41px;height:41px;font-size:20px}.footer-column h3{font-size:14px}.footer-feedback-btn{width:100%}}.hero{background:radial-gradient(circle at 85% 20%,#b9dca8 0 12%,#0000 38%),radial-gradient(circle at 10% 85%,#e4cda9 0 15%,#0000 42%),#f4ead8;border-bottom:2px solid #d8c5a8;align-items:center;min-height:650px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";opacity:.35;background:#9fcf9b;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-180px;left:-160px}.hero:after{content:"🌿";opacity:.14;pointer-events:none;font-size:10rem;position:absolute;bottom:8%;right:7%;transform:rotate(-12deg)}.hero-content{z-index:2;width:min(1200px,92%);max-width:760px;margin:0 auto;padding:80px 0;animation:.8s both heroFadeUp;position:relative}.hero-badge{color:#285b3d;background:#fff;border:2px solid #9fcf9b;border-radius:30px;align-items:center;gap:8px;margin-bottom:22px;padding:9px 17px;font-size:.9rem;font-weight:800;animation:3s ease-in-out infinite badgeFloat;display:inline-flex;box-shadow:0 8px 20px #285b3d1a}.hero h1{color:#163d2b;letter-spacing:-2px;text-shadow:0 3px #fff;max-width:720px;margin:0;font-size:clamp(3rem,6vw,5.5rem);font-weight:900;line-height:1.05;animation:.9s both titleReveal}.hero p{color:#111;max-width:650px;margin:28px 0 34px;font-size:1.15rem;font-weight:500;line-height:2}.hero-buttons{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.primary-btn{color:#fff;cursor:pointer;background:#285b3d;border:2px solid #285b3d;border-radius:15px;min-height:54px;padding:0 28px;font-family:inherit;font-size:1rem;font-weight:800;transition:transform .25s,background .25s,box-shadow .25s;box-shadow:0 9px 20px #285b3d33}.primary-btn:hover{background:#163d2b;transform:translateY(-4px);box-shadow:0 14px 28px #285b3d47}.primary-btn:active{transform:translateY(-1px)}.secondary-btn{color:#111;cursor:pointer;background:#fff;border:2px solid #285b3d;border-radius:15px;min-height:54px;padding:0 28px;font-family:inherit;font-size:1rem;font-weight:800;transition:transform .25s,background .25s,color .25s,box-shadow .25s}.secondary-btn:hover{color:#111;background:#9fcf9b;transform:translateY(-4px);box-shadow:0 12px 24px #285b3d29}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes titleReveal{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (width<=800px){.hero{min-height:580px}.hero-content{text-align:center;margin:auto;padding:65px 0}.hero h1{letter-spacing:-1px;font-size:clamp(2.7rem,9vw,4.3rem)}.hero p{margin-left:auto;margin-right:auto;font-size:1.05rem}.hero-buttons{justify-content:center}}@media (width<=520px){.hero{min-height:560px}.hero-content{width:90%;padding:55px 0}.hero-badge{padding:8px 14px;font-size:.8rem}.hero h1{font-size:2.7rem;line-height:1.12}.hero p{font-size:.98rem;line-height:1.8}.hero-buttons{flex-direction:column;width:100%}.primary-btn,.secondary-btn{width:100%}.hero:after{font-size:6rem;bottom:3%;right:2%}}.product-card{cursor:default;background:#fffaf0;border:2px solid #ead8b8;border-radius:28px;flex-direction:column;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px #5c482a0d,0 15px 35px #294d3214}.product-card:hover{border-color:#8faa72;transform:translateY(-10px);box-shadow:0 10px #294d320f,0 25px 55px #294d322e}.product-image{cursor:pointer;background:linear-gradient(145deg,#f1dfc2 0%,#e7efd8 50%,#d8e6c5 100%);width:100%;height:310px;position:relative;overflow:hidden}.product-image:after{content:"";pointer-events:none;background:#ffffff52;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-90px;left:-70px}.plant-image{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .5s;display:block}.product-card:hover .plant-image{filter:brightness(1.04)saturate(1.08);transform:scale(1.08)}.featured-product-badge{z-index:5;color:#fff;background:#294d32;border:2px solid #fffc;border-radius:50px;justify-content:center;align-items:center;padding:9px 15px;font-size:.82rem;font-weight:900;animation:2.8s ease-in-out infinite featuredPulse;display:inline-flex;position:absolute;top:18px;right:18px;box-shadow:0 8px 20px #294d3240}@keyframes featuredPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.no-plant-image{background:linear-gradient(145deg,#f1dfc2,#dfead0);justify-content:center;align-items:center;width:100%;height:100%;font-size:5.5rem;display:flex}.product-content{background:#fffaf0;flex-direction:column;min-height:285px;padding:24px;display:flex}.product-category{color:#294d32;background:#dceacb;border:1px solid #b9cf9f;border-radius:50px;align-self:flex-start;align-items:center;margin-bottom:12px;padding:7px 13px;font-size:.78rem;font-weight:900;transition:transform .25s,background .25s;display:inline-flex}.product-card:hover .product-category{background:#cfe2b9;transform:translateY(-2px)}.product-content h3{color:#111;margin:0;font-size:1.35rem;font-weight:900;line-height:1.55;transition:color .25s,transform .25s}.product-card:hover .product-content h3{color:#294d32;transform:translate(-2px)}.latin-name{color:#111;opacity:.7;margin:5px 0 14px;font-size:.85rem;font-style:italic}.product-content h4{color:#294d32;letter-spacing:.2px;background:#f1dfc2;border-radius:12px;align-items:center;width:fit-content;margin:5px 0 7px;padding:6px 12px;font-size:1.4rem;font-weight:950;transition:transform .25s,background .25s;display:inline-flex}.product-card:hover .product-content h4{background:#e7d0aa;transform:scale(1.03)}.product-stock{margin:5px 0 20px;font-size:.85rem;font-weight:800}.in-stock{color:#294d32;background:#e0efd2;border-radius:50px;align-items:center;padding:6px 11px;display:inline-flex}.out-of-stock{color:#111;background:#ead8b8;border-radius:50px;align-items:center;padding:6px 11px;display:inline-flex}.product-buttons{grid-template-columns:1fr 1fr;gap:10px;margin-top:auto;display:grid}.details-btn,.cart-btn{cursor:pointer;border-radius:15px;min-height:50px;font-size:.88rem;font-weight:900;transition:transform .25s,background .25s,color .25s,box-shadow .25s}.details-btn{color:#294d32;background:#fff;border:2px solid #294d32}.details-btn:hover{color:#fff;background:#294d32;transform:translateY(-3px);box-shadow:0 10px 20px #294d3233}.cart-btn{color:#111;background:#a9bd91;border:2px solid #8faa72}.cart-btn:hover:not(:disabled){color:#fff;background:#294d32;border-color:#294d32;transform:translateY(-3px);box-shadow:0 10px 20px #294d3238}.details-btn:active,.cart-btn:active:not(:disabled){transform:translateY(0)}.cart-btn:disabled{color:#111;cursor:not-allowed;opacity:.75;background:#ead8b8;border-color:#ead8b8}.product-image:focus-visible,.details-btn:focus-visible,.cart-btn:focus-visible{outline-offset:4px;outline:3px solid #8faa72}@media (width<=700px){.product-card{border-radius:24px}.product-image{height:270px}.product-content{min-height:auto;padding:20px}.product-content h3{font-size:1.2rem}.product-content h4{font-size:1.3rem}.product-buttons{grid-template-columns:1fr}}@media (width<=420px){.product-card{border-radius:20px}.product-image{height:230px}.product-content{padding:17px}.product-buttons{gap:8px}.details-btn,.cart-btn{min-height:48px}}.featured-section{background:radial-gradient(circle at 10% 20%,#b2cca273,#0000 30%),radial-gradient(circle at 90% 75%,#d3dad9b3,#0000 34%),linear-gradient(135deg,#d3dad9 0%,#edf1ef 45%,#b2cca2 140%);padding:105px 6% 115px;position:relative;overflow:hidden}.featured-section:before{content:"";filter:blur(2px);pointer-events:none;background:#b2cca238;border-radius:50%;width:430px;height:430px;position:absolute;top:-190px;right:-120px}.featured-section:after{content:"";pointer-events:none;background:#39491512;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-180px;left:-100px}.featured-section .featured-header:after{content:"🍃";opacity:.06;pointer-events:none;font-size:90px;position:absolute;top:-25px;right:-75px;transform:rotate(20deg)}.featured-section>*{z-index:2;position:relative}.featured-header{text-align:center;max-width:850px;margin:0 auto 55px;position:relative}.featured-header:before{content:"✦  مختارات Plants Oman  ✦";color:#394915;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff61;border:1px solid #3949152e;border-radius:100px;justify-content:center;align-items:center;margin-bottom:18px;padding:8px 18px;font-size:12px;font-weight:900;display:inline-flex}.featured-header h2{color:#394915;letter-spacing:-1px;margin:0;font-size:clamp(2.1rem,4vw,3.6rem);font-weight:900;line-height:1.15}.featured-header p{color:#394915bf;max-width:680px;margin:18px auto 0;font-size:1.05rem;font-weight:600;line-height:1.9}.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:25px;width:min(1250px,100%);margin:0 auto;display:grid}.featured-grid .product-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffde;border:1px solid #3949151a;border-radius:25px;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden;box-shadow:0 12px 30px #39491514}.featured-grid .product-card:before{content:"";pointer-events:none;background:#b2cca22e;border-radius:50%;width:130px;height:130px;position:absolute;top:-70px;left:-70px}.featured-grid .product-card:hover{border-color:#39491540;transform:translateY(-10px);box-shadow:0 22px 45px #39491526}.featured-grid .product-card button{border-radius:13px;font-weight:800;transition:transform .25s,box-shadow .25s,background .25s}.featured-grid .product-card button:hover{transform:translateY(-2px)}.featured-loading{text-align:center;color:#394915;background:#ffffffa6;border:1px solid #3949151f;border-radius:18px;width:min(500px,90%);margin:40px auto;padding:22px;font-weight:800;animation:1.5s ease-in-out infinite homePulse;box-shadow:0 12px 30px #39491512}.featured-empty{text-align:center;color:#394915;background:#ffffffa6;border:1px dashed #39491540;border-radius:22px;width:min(650px,90%);margin:0 auto;padding:42px 30px;font-size:15px;font-weight:700}.featured-empty:before{content:"🌱";margin-bottom:12px;font-size:3rem;display:block}@media (width<=1100px){.featured-section{padding:85px 5% 95px}.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}@media (width<=800px){.featured-section{padding:75px 5% 85px}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.featured-section{padding:60px 18px 70px}.featured-header{margin-bottom:35px}.featured-header h2{font-size:2rem}.featured-header p{font-size:.93rem}.featured-grid{grid-template-columns:1fr;gap:18px}}@keyframes homePulse{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.72;transform:translateY(-3px)}}.shop-page{color:#111;background:radial-gradient(circle at 10% 10%,#e4efd6 0,#0000 28%),radial-gradient(circle at 90% 15%,#f1dfc2 0,#0000 25%),#f7f0e3;min-height:100vh;padding:55px 24px 80px}.shop-container{width:min(1250px,100%);margin:0 auto}.shop-header{text-align:center;background:#fffaf0;border:2px solid #ead8b8;border-radius:30px;margin-bottom:38px;padding:45px 25px;position:relative;overflow:hidden;box-shadow:0 15px 40px #294d3214}.shop-header:before{content:"";opacity:.7;background:#dceacb;border-radius:50%;width:180px;height:180px;position:absolute;top:-80px;left:-70px}.shop-header:after{content:"";opacity:.8;background:#f1dfc2;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-80px;right:-60px}.shop-header h1{z-index:2;color:#294d32;margin:0 0 12px;font-size:clamp(2rem,4vw,3.2rem);font-weight:950;line-height:1.3;position:relative}.shop-header p{z-index:2;color:#111;max-width:650px;margin:0 auto;font-size:1.05rem;font-weight:600;line-height:1.9;position:relative}.categories-section{margin-bottom:38px}.categories-list{background:#fffaf0;border:2px solid #ead8b8;border-radius:24px;flex-wrap:wrap;justify-content:center;gap:10px;padding:20px;display:flex;box-shadow:0 10px 30px #294d3212}.category-btn{color:#111;cursor:pointer;background:#e0ecd3;border:2px solid #b9cf9f;border-radius:50px;min-height:45px;padding:9px 17px;font-size:.88rem;font-weight:850;transition:transform .25s,background .25s,color .25s,border-color .25s,box-shadow .25s;position:relative}.category-btn:hover{color:#111;background:#a9bd91;border-color:#8faa72;transform:translateY(-3px);box-shadow:0 7px 16px #294d321f}.category-btn.active{color:#fff;background:#294d32;border-color:#294d32;box-shadow:0 8px 18px #294d3238}.category-btn.active:hover{color:#fff;background:#355f3e;border-color:#355f3e;transform:translateY(-2px)}.shop-results-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;padding:0 5px;display:flex}.shop-results-header h2{color:#111;margin:0;font-size:1.65rem;font-weight:950}.shop-results-header span{color:#294d32;background:#f1dfc2;border:2px solid #e2cda8;border-radius:50px;justify-content:center;align-items:center;min-width:85px;padding:8px 15px;font-size:.85rem;font-weight:900;display:inline-flex}.shop-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:24px;display:grid}.shop-loading{text-align:center;justify-content:center;align-items:center;min-height:70vh;padding:30px;display:flex}.shop-loading h2{color:#294d32;background:#fffaf0;border:2px solid #ead8b8;border-radius:25px;margin:0;padding:30px 40px;font-size:1.4rem;animation:1.5s ease-in-out infinite shopLoading;box-shadow:0 15px 35px #294d321a}@keyframes shopLoading{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.shop-error{text-align:center;background:#fffaf0;border:2px solid #ead8b8;border-radius:28px;max-width:600px;margin:80px auto;padding:40px;box-shadow:0 15px 40px #294d321a}.shop-error h2{color:#294d32;margin:0 0 12px;font-size:1.8rem;font-weight:950}.shop-error p{color:#111;margin:0 0 25px;font-weight:600;line-height:1.8}.shop-error button{color:#fff;cursor:pointer;background:#294d32;border:2px solid #294d32;border-radius:14px;min-height:48px;padding:10px 25px;font-size:.95rem;font-weight:900;transition:transform .25s,background .25s,box-shadow .25s}.shop-error button:hover{color:#111;background:#a9bd91;transform:translateY(-3px);box-shadow:0 8px 18px #294d322e}.shop-empty{text-align:center;background:#fffaf0;border:2px dashed #b9cf9f;border-radius:28px;padding:70px 25px;box-shadow:0 12px 30px #294d320f}.empty-icon{background:#dceacb;border-radius:50%;justify-content:center;align-items:center;width:85px;height:85px;margin:0 auto 20px;font-size:2.7rem;animation:2.5s ease-in-out infinite emptyPlant;display:flex;box-shadow:0 8px 20px #294d321a}@keyframes emptyPlant{0%,to{transform:rotate(0)}50%{transform:rotate(5deg)scale(1.04)}}.shop-empty h2{color:#294d32;margin:0 0 10px;font-size:1.45rem;font-weight:950}.shop-empty p{color:#111;margin:0;font-weight:600}@media (width<=1100px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}@media (width<=800px){.shop-page{padding:35px 18px 60px}.shop-header{padding:35px 20px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.categories-list{scrollbar-width:thin;flex-wrap:nowrap;justify-content:flex-start;padding:15px;overflow-x:auto}.category-btn{flex-shrink:0}}@media (width<=560px){.shop-page{padding:25px 12px 50px}.shop-header{border-radius:24px;margin-bottom:25px;padding:30px 16px}.shop-header h1{font-size:2rem}.shop-header p{font-size:.92rem}.categories-list{border-radius:20px}.shop-results-header{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:18px}.shop-results-header h2{font-size:1.4rem}.shop-grid{grid-template-columns:1fr;gap:18px}.shop-empty{padding:55px 18px}}.cart-page{color:#111;background:radial-gradient(circle at 5% 10%,#dcebd7 0,#0000 24%),radial-gradient(circle at 95% 85%,#ead8c0 0,#0000 28%),#f5ebdd;min-height:100vh;padding:60px 24px 100px}.cart-container{width:min(1250px,100%);margin:0 auto}.cart-header{background:#fff;border:2px solid #e8d5bc;border-radius:28px;justify-content:space-between;align-items:center;gap:25px;margin-bottom:35px;padding:32px 35px;display:flex;box-shadow:0 18px 45px #214d3217}.cart-header h1{color:#111;letter-spacing:-1.5px;margin:0 0 8px;font-size:clamp(2rem,4vw,3.3rem);font-weight:950}.cart-header p{color:#111;opacity:.75;margin:0;font-size:.95rem;font-weight:600}.continue-shopping-btn{color:#111;cursor:pointer;background:#dcebd7;border:2px solid #214d32;border-radius:14px;min-height:50px;padding:0 22px;font-size:.9rem;font-weight:900;transition:transform .25s,background .25s,box-shadow .25s;box-shadow:0 8px 18px #214d321a}.continue-shopping-btn:hover{color:#fff;background:#214d32;transform:translateY(-3px);box-shadow:0 13px 25px #214d3233}.cart-layout{grid-template-columns:minmax(0,1.6fr) minmax(320px,.7fr);align-items:start;gap:30px;display:grid}.cart-products{flex-direction:column;gap:20px;display:flex}.cart-item{background:#fff;border:2px solid #e8d5bc;border-radius:24px;grid-template-columns:160px 1fr auto;align-items:center;gap:24px;padding:20px;transition:transform .3s,box-shadow .3s,border-color .3s;display:grid;box-shadow:0 10px 25px #214d3212}.cart-item:hover{border-color:#214d32;transform:translateY(-4px);box-shadow:0 18px 35px #214d3221}.cart-item-image{background:#dcebd7;border:2px solid #dcebd7;border-radius:20px;justify-content:center;align-items:center;width:160px;height:160px;display:flex;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.cart-item:hover .cart-item-image img{transform:scale(1.07)}.cart-item-image span{font-size:4rem}.cart-item-info{min-width:0}.cart-item-info h2{color:#111;margin:0 0 7px;font-size:1.35rem;font-weight:950}.cart-item-en{color:#214d32;margin:0 0 12px;font-size:.85rem;font-style:italic;font-weight:700}.cart-item-price{color:#111;margin:0 0 18px;font-size:1rem;font-weight:900}.cart-quantity{background:#fff;border:2px solid #214d32;border-radius:14px;align-items:center;display:inline-flex;overflow:hidden}.cart-quantity button{color:#111;cursor:pointer;background:#dcebd7;border:none;width:42px;height:42px;font-size:1.35rem;font-weight:950;transition:background .2s,color .2s}.cart-quantity button:hover{color:#fff;background:#214d32}.cart-quantity span{text-align:center;color:#111;min-width:48px;font-size:1rem;font-weight:950}.cart-item-total{flex-direction:column;align-items:flex-end;gap:18px;min-width:125px;display:flex}.cart-item-total strong{color:#214d32;white-space:nowrap;font-size:1.1rem;font-weight:950}.remove-cart-item{color:#111;cursor:pointer;background:#ead8c0;border:2px solid #111;border-radius:11px;min-height:40px;padding:0 13px;font-size:.8rem;font-weight:900;transition:transform .2s,background .2s,color .2s}.remove-cart-item:hover{color:#fff;background:#111;transform:translateY(-2px)}.cart-summary{background:#fff;border:2px solid #214d32;border-radius:25px;padding:28px;position:sticky;top:105px;box-shadow:0 18px 40px #214d3221}.cart-summary h2{color:#111;margin:0 0 25px;font-size:1.55rem;font-weight:950}.summary-row{color:#111;border-bottom:1px solid #e8d5bc;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;font-size:.9rem;font-weight:700;display:flex}.summary-row strong{font-size:1rem;font-weight:950}.summary-divider{background:#214d32;border-radius:50px;height:2px;margin:20px 0}.summary-total{color:#111;background:#dcebd7;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;padding:18px;display:flex}.summary-total span{font-size:1rem;font-weight:900}.summary-total strong{color:#214d32;font-size:1.4rem;font-weight:950}.checkout-btn{color:#fff;cursor:pointer;background:#214d32;border:2px solid #214d32;border-radius:15px;width:100%;min-height:58px;margin-bottom:12px;font-size:1rem;font-weight:950;transition:transform .25s,background .25s,box-shadow .25s;box-shadow:0 10px 22px #214d3233}.checkout-btn:hover{background:#111;border-color:#111;transform:translateY(-3px);box-shadow:0 16px 28px #214d3240}.clear-cart-btn{color:#111;cursor:pointer;background:#ead8c0;border:2px solid #111;border-radius:15px;width:100%;min-height:50px;font-size:.9rem;font-weight:900;transition:transform .25s,background .25s,color .25s}.clear-cart-btn:hover{color:#fff;background:#111;transform:translateY(-2px)}.empty-cart{text-align:center;background:#fff;border:2px solid #e8d5bc;border-radius:30px;width:min(650px,100%);margin:40px auto;padding:70px 30px;box-shadow:0 20px 45px #214d321a}.empty-cart-icon{background:#dcebd7;border:2px solid #214d32;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;margin:0 auto 25px;font-size:3.5rem;animation:3s ease-in-out infinite cartFloat;display:flex}@keyframes cartFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.empty-cart h1{color:#111;margin:0 0 12px;font-size:2.2rem;font-weight:950}.empty-cart p{color:#111;opacity:.75;margin:0 0 28px;font-weight:600}@media (width<=950px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=700px){.cart-page{padding:35px 14px 70px}.cart-header{flex-direction:column;align-items:stretch;padding:25px}.continue-shopping-btn{width:100%}.cart-item{grid-template-columns:110px 1fr;gap:16px;padding:15px}.cart-item-image{width:110px;height:110px}.cart-item-total{border-top:1px solid #e8d5bc;flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center;min-width:0;padding-top:15px}.cart-item-info h2{font-size:1.05rem}.cart-summary{padding:22px}}@media (width<=420px){.cart-item{grid-template-columns:1fr}.cart-item-image{width:100%;height:230px}.cart-item-info{text-align:center}.cart-quantity{margin:0 auto}.cart-item-total{grid-column:auto}.empty-cart{padding:50px 20px}}.about-page{color:#1b2b19;background:radial-gradient(circle at 10% 20%,#b2cca273,#0000 30%),radial-gradient(circle at 90% 75%,#d3dad9b3,#0000 34%),linear-gradient(135deg,#d3dad9 0%,#edf1ef 45%,#b2cca2 140%);min-height:100vh}.about-hero{text-align:center;background:linear-gradient(135deg,#ffffff7a,#b2cca27a,#d3dad9db);justify-content:center;align-items:center;min-height:500px;padding:80px 20px;display:flex;position:relative;overflow:hidden}.about-hero:before{content:"";background:#b2cca259;border-radius:50%;width:420px;height:420px;position:absolute;top:-190px;right:-120px}.about-hero:after{content:"";background:#39491514;border-radius:50%;width:350px;height:350px;position:absolute;bottom:-180px;left:-120px}.about-hero-content{z-index:2;max-width:850px;position:relative}.about-badge{color:#263a24;background:#ffffff8c;border:1px solid #39491540;border-radius:50px;margin-bottom:18px;padding:8px 18px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 8px 18px #3949150f}.about-hero h1{color:#1d301b;letter-spacing:-2px;margin:0;font-size:clamp(2.7rem,6vw,5rem);font-weight:900;line-height:1.1}.about-hero p{color:#26372a;max-width:700px;margin:24px auto 0;font-size:1.05rem;font-weight:600;line-height:2}.about-decoration{z-index:1;opacity:.08;pointer-events:none;font-size:130px;position:absolute}.about-decoration-one{bottom:5%;right:5%;transform:rotate(-18deg)}.about-decoration-two{top:8%;left:5%;transform:rotate(20deg)}.about-story{background:#ffffff75;padding:90px 6%}.about-story-card{background:#ffffffbd;border:1px solid #3949151f;border-radius:28px;grid-template-columns:120px 1fr;align-items:start;gap:35px;width:min(1000px,100%);margin:0 auto;padding:45px;display:grid;box-shadow:0 20px 50px #39491514}.about-story-icon{background:#b2cca2;border-radius:30px;justify-content:center;align-items:center;width:100px;height:100px;font-size:45px;display:flex}.about-section-label{color:#263f24;margin-bottom:10px;font-size:13px;font-weight:800;display:block}.about-story h2{color:#1d301b;margin:0 0 18px;font-size:2rem;font-weight:900;line-height:1.3}.about-story p{color:#26372a;margin:0 0 13px;font-size:14px;font-weight:500;line-height:2}.about-values{padding:95px 6%}.about-section-heading{text-align:center;max-width:700px;margin:0 auto 45px}.about-section-heading>span{color:#263a24;background:#b2cca2;border-radius:50px;padding:7px 15px;font-size:12px;font-weight:800;display:inline-block}.about-section-heading h2{color:#1d301b;margin:15px 0 10px;font-size:2.5rem;font-weight:900}.about-section-heading p{color:#2b3b2e;margin:0;font-size:14px;font-weight:500;line-height:1.8}.about-values-grid{grid-template-columns:repeat(4,1fr);gap:18px;width:min(1150px,100%);margin:0 auto;display:grid}.about-value-card{text-align:center;background:#ffffffb3;border:1px solid #3949151a;border-radius:22px;padding:28px 22px;transition:transform .3s,box-shadow .3s}.about-value-card:hover{transform:translateY(-7px);box-shadow:0 15px 35px #3949151a}.about-value-icon{background:#b2cca2;border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 16px;font-size:25px;display:flex}.about-value-card h3{color:#1d301b;margin:0 0 9px;font-size:16px;font-weight:800}.about-value-card p{color:#2b3b2e;margin:0;font-size:12px;font-weight:500;line-height:1.8}.about-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#394915 0%,#2f4f2b 100%);padding:80px 20px}.about-cta-content{max-width:750px;margin:0 auto}.about-cta span{color:#b2cca2;font-size:13px;font-weight:800}.about-cta h2{margin:12px 0 24px;font-size:clamp(1.8rem,4vw,3rem);font-weight:900}.about-cta-button{color:#394915;background:linear-gradient(135deg,#b2cca2,#dfead6);border-radius:12px;align-items:center;gap:12px;padding:13px 22px;font-size:13px;font-weight:900;text-decoration:none;transition:transform .25s,background .25s,box-shadow .25s;display:inline-flex;box-shadow:0 12px 20px #b2cca233}.about-cta-button:hover{background:#d3dad9;transform:translateY(-2px)}@media (width<=900px){.about-values-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.about-story-card{grid-template-columns:1fr;padding:28px}.about-story-icon{border-radius:22px;width:75px;height:75px}.about-values-grid{grid-template-columns:1fr}.about-story,.about-values{padding:65px 18px}}:root{--contact-bg:var(--bg,#f7fbf6);--card-bg:var(--bg-card,#fff);--primary:var(--accent,#294d32);--muted:#2a3d34;--radius:10px;--gap:1.25rem}.contact-page{direction:rtl;background:radial-gradient(circle at 10% 20%,#b2cca273,#0000 30%),radial-gradient(circle at 90% 75%,#d3dad9b3,#0000 34%),linear-gradient(135deg,#f8f7f2 0%,#edf1ef 45%,#e4efd9 100%);padding:3rem 1rem}.contact-container{max-width:1100px;margin:0 auto}.contact-header{text-align:center;margin-bottom:1.5rem}.contact-icon{color:var(--primary);background:linear-gradient(#2f8f4e1f,#2f8f4e0a);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto .5rem;font-size:3rem;display:flex;box-shadow:0 6px 18px #1018280a}.contact-header h1{color:#183122;margin:.25rem 0;font-size:1.75rem}.contact-header p{color:var(--muted);margin:0}.contact-content{gap:2rem;display:grid}@media (width>=900px){.contact-content{grid-template-columns:1fr 1fr;align-items:start}}.contact-info{border-radius:var(--radius);background:#ffffffdb;border:1px solid #294d3214;padding:1.25rem;box-shadow:0 6px 18px #1018280a}.contact-info h2{color:#183122;margin-top:0}.contact-info p{color:var(--muted)}.contact-info-card{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:1rem;padding:.75rem 0;display:flex}.contact-info-card:last-child{border-bottom:none}.info-icon{width:40px;height:40px;color:var(--primary);background:#2f8f4e0f;border-radius:8px;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.contact-form{border-radius:var(--radius);background:#ffffffdb;border:1px solid #294d3214;padding:1.25rem;box-shadow:0 6px 18px #1018280a}.contact-form h2{color:#183122;margin-top:0}.form-group{text-align:right;flex-direction:column;margin-bottom:.875rem;display:flex}.form-group label{color:#1a2f25;margin-bottom:.5rem;font-size:.95rem;font-weight:700}@media (width>=600px){.form-row{grid-template-columns:1fr 1fr}}input[type=text],input[type=email],input[type=tel],textarea{color:#1a2a22;background:#fff;border:1px solid #e6edf0;border-radius:8px;outline:none;width:100%;padding:.75rem;font-size:1rem}textarea{resize:vertical;min-height:140px}input:focus,textarea:focus{border-color:#2f8f4e99;box-shadow:0 0 0 4px #2f8f4e0f}.contact-success{color:#065f46;text-align:center;background:#22c55e14;border-radius:8px;margin:.5rem 0;padding:.75rem;font-weight:500}.contact-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#294d32 0%,#355f3e 100%);border:none;border-radius:10px;margin-top:.5rem;padding:.75rem 1.25rem;font-weight:700;transition:transform .12s,box-shadow .12s,opacity .12s;display:inline-block;box-shadow:0 8px 20px #294d322e}.contact-submit-btn:hover{opacity:.98;transform:translateY(-2px);box-shadow:0 8px 20px #294d3238}.contact-submit-btn:focus{outline-offset:2px;outline:3px solid #2f8f4e24}@media (width<=899px){.contact-container{padding:0 .5rem}.contact-icon{width:56px;height:56px;font-size:2.4rem}}.login-page{background:radial-gradient(circle at 15% 20%,#a9be8f59,#0000 28%),radial-gradient(circle at 85% 80%,#d3dad9b3,#0000 30%),linear-gradient(135deg,#f8f7f2 0%,#edf1ef 45%,#e4efd9 100%);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:70px 24px;display:flex;position:relative;overflow:hidden}.login-page:before,.login-page:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.login-page:before{background:#2f55331f;width:320px;height:320px;top:-130px;right:-100px}.login-page:after{background:#a9be8f47;width:260px;height:260px;bottom:-100px;left:-80px}.login-container{z-index:2;width:100%;max-width:480px;position:relative}.login-card{text-align:center;background:#ffffffe6;border:1px solid #294d321f;border-radius:30px;padding:48px 42px;animation:.7s both loginCardAppear;box-shadow:0 25px 60px #294d321a,0 8px 20px #2f55330f}.login-icon{background:linear-gradient(145deg,#a9be8f,#6f945f);border:4px solid #e8dfcc;border-radius:24px;justify-content:center;align-items:center;width:82px;height:82px;margin:0 auto 24px;font-size:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;transform:rotate(-3deg);box-shadow:0 12px 25px #2f55332e}.login-icon:hover{transform:rotate(0)scale(1.08);box-shadow:0 16px 32px #2f553340}.login-card h1{color:#000;letter-spacing:-.8px;margin:0;font-size:clamp(2rem,5vw,2.5rem);font-weight:800}.login-subtitle{color:#000;opacity:.72;margin:12px 0 34px;font-size:1rem;line-height:1.8}.login-card form{text-align:right;flex-direction:column;gap:20px;display:flex}.login-card .form-group{flex-direction:column;gap:9px;display:flex}.login-card .form-group label{color:#000;font-size:.95rem;font-weight:700}.login-card .form-group input{box-sizing:border-box;color:#000;background:#fffdf8;border:2px solid #e1d4bd;border-radius:15px;outline:none;width:100%;min-height:56px;padding:0 17px;font-family:inherit;font-size:1rem;transition:border-color .25s,box-shadow .25s,background .25s,transform .25s}.login-card .form-group input::placeholder{color:#000;opacity:.45}.login-card .form-group input:hover{border-color:#a9be8f}.login-card .form-group input:focus{background:#fff;border-color:#2f5533;transform:translateY(-1px);box-shadow:0 0 0 4px #2f55331f}.login-error{color:#000;background:#f3e3cf;border:2px solid #d4b995;border-radius:13px;padding:13px 16px;font-size:.9rem;font-weight:600;animation:.35s errorShake}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2f5533,#416f45);border:2px solid #2f5533;border-radius:16px;width:100%;min-height:58px;margin-top:4px;font-family:inherit;font-size:1.05rem;font-weight:800;transition:transform .25s,box-shadow .25s,background .25s;box-shadow:0 10px 22px #2f553338}.login-btn:hover{background:linear-gradient(135deg,#416f45,#2f5533);transform:translateY(-3px);box-shadow:0 15px 30px #2f55334d}.login-btn:active{transform:translateY(0);box-shadow:0 6px 12px #2f553333}@keyframes loginCardAppear{0%{opacity:0;transform:translateY(25px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes errorShake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-3px)}to{transform:translate(0)}}@media (width<=600px){.login-page{min-height:calc(100vh - 70px);padding:40px 18px}.login-card{border-radius:24px;padding:36px 24px}.login-icon{width:72px;height:72px;font-size:2.1rem}.login-card h1{font-size:1.9rem}.login-subtitle{margin-bottom:28px}.login-card .form-group input{min-height:54px}.login-btn{min-height:56px}}.admin-container{color:#111;background:radial-gradient(circle at 5% 5%,#e4efd9 0%,#0000 25%),radial-gradient(circle at 95% 15%,#f1dfc9 0%,#0000 28%),linear-gradient(#f9f4eb 0%,#f3efe7 100%);min-height:100vh;padding:45px 30px 80px}.admin-container>*{max-width:1300px;margin-inline:auto}.admin-header{background:#fffdf8;border:2px solid #e8dcc7;border-radius:26px;justify-content:space-between;align-items:center;gap:25px;width:min(1250px,100%);margin:0 auto 30px;padding:28px 30px;display:flex;box-shadow:0 12px 35px #43562d1a}.admin-header h1{color:#294d32;margin:0 0 7px;font-size:clamp(1.7rem,4vw,2.5rem);font-weight:950}.admin-header p{color:#111;margin:0;font-size:.95rem;font-weight:700}.admin-header-actions{align-items:center;gap:12px;display:flex}.add-btn,.orders-btn,.logout-btn,.save-btn,.cancel-btn,.edit-btn,.delete-btn{cursor:pointer;border-radius:13px;min-height:45px;padding:9px 18px;font-size:.88rem;font-weight:900;transition:transform .25s,background .25s,box-shadow .25s,border-color .25s}.orders-btn{color:#fff;background:linear-gradient(135deg,#294d32 0%,#355f3e 100%);border:2px solid #294d32;box-shadow:0 8px 18px #294d322e}.orders-btn:hover{background:linear-gradient(135deg,#355f3e 0%,#294d32 100%);transform:translateY(-3px);box-shadow:0 12px 24px #294d3233}.add-btn{color:#fff;background:#294d32;border:2px solid #294d32;box-shadow:0 8px 18px #294d322e}.add-btn:hover{color:#111;background:#a9bd91;transform:translateY(-3px);box-shadow:0 12px 24px #294d3233}.logout-btn{color:#111;background:#f1dfc9;border:2px solid #d8c5a9}.logout-btn:hover{color:#fff;background:#294d32;border-color:#294d32;transform:translateY(-3px)}.admin-form-section{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffdf8e6;border:1px solid #294d321f;border-radius:28px;margin-bottom:28px;padding:24px;box-shadow:0 18px 42px #294d3214}.admin-form-header{border-bottom:1px solid #294d3214;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:14px;display:flex}.admin-form-header h2{color:#294d32;margin:0;font-size:clamp(1.4rem,2vw,2rem);font-weight:950}.close-btn{color:#294d32;cursor:pointer;background:#f1dfc9;border:none;border-radius:12px;width:42px;height:42px;font-size:1.5rem}.plant-form{background:linear-gradient(#fffdf8 0%,#f9f5ee 100%);border:1px solid #294d321a;border-radius:24px;width:min(850px,100%);margin:0 auto;padding:28px;animation:.4s both formAppear;box-shadow:0 15px 40px #43562d1f}.plant-form h2{color:#294d32;border-bottom:2px solid #e4efd9;margin:0 0 25px;padding-bottom:15px;font-size:1.7rem;font-weight:950}@keyframes formAppear{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.form-group{margin-bottom:20px}.form-group label{color:#111;margin-bottom:8px;font-size:.9rem;font-weight:900;display:block}.form-group input,.form-group textarea,.form-group select{box-sizing:border-box;color:#111;background:#f8f1e5;border:2px solid #d8c5a9;border-radius:13px;outline:none;width:100%;padding:13px 15px;font-family:inherit;font-size:.95rem;font-weight:600;transition:border-color .25s,background .25s,box-shadow .25s}.form-group textarea{resize:vertical;min-height:110px}.form-group input::placeholder,.form-group textarea::placeholder{color:#111;opacity:.55}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{background:#fffdf8;border-color:#294d32;box-shadow:0 0 0 4px #a9bd9159}.file-upload-box{background:linear-gradient(135deg,#f9faf4,#f1f7ee);border:1px dashed #c8d5b9;border-radius:14px;flex-direction:column;gap:10px;padding:16px;display:flex}.file-upload-box input[type=file]{background:#fff;border:2px solid #d8c5a9;border-radius:12px;width:100%;padding:12px}.file-upload-box small{color:#5f6e5c;font-size:.78rem;font-weight:700}.upload-status{color:#1f5d2e;background:#edf7ee;border-radius:10px;margin:-6px 0 18px;padding:10px 12px;font-size:.8rem;font-weight:800}.image-preview-container{background:#f8faf5;border:1px solid #e6ebdf;border-radius:16px;flex-direction:column;gap:12px;margin:16px 0 22px;padding:16px;display:flex}.image-preview-container p{color:#2f4535;margin:0;font-size:.8rem;font-weight:900}.plant-image-preview{object-fit:cover;background:#edf4ed;border:1px solid #dfe8dd;border-radius:14px;width:min(220px,100%);height:180px}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.featured-checkbox{color:#294d32;cursor:pointer;background:#e4efd9;border:2px solid #cbdcbd;border-radius:13px;align-items:center;gap:10px;margin:5px 0 25px;padding:11px 15px;font-size:.9rem;font-weight:900;display:inline-flex}.featured-checkbox input{accent-color:#294d32;cursor:pointer;width:18px;height:18px}.form-actions{gap:12px;display:flex}.save-btn{color:#fff;background:#294d32;border:2px solid #294d32;flex:1}.save-btn:hover{color:#111;background:#a9bd91;transform:translateY(-2px)}.cancel-btn{color:#111;background:#f1dfc9;border:2px solid #d8c5a9;min-width:120px}.cancel-btn:hover{background:#e4efd9;border-color:#a9bd91;transform:translateY(-2px)}.plants-section{background:#fffdf8e0;border:1px solid #294d321a;border-radius:28px;margin-top:12px;padding:24px;box-shadow:0 18px 42px #294d3212}.section-header{border-bottom:1px solid #294d3217;justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px;padding-bottom:10px;display:flex}.section-header h2{color:#294d32;margin:0;font-size:clamp(1.3rem,2vw,1.8rem);font-weight:950}.section-header span{color:#294d32;background:#e4efd9;border-radius:999px;padding:8px 12px;font-size:.8rem;font-weight:900}.plants-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.plant-card{background:#fffdf8;border:1px solid #294d3214;border-radius:22px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 12px 28px #294d3214}.plant-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #294d321f}.plant-card-image{object-fit:cover;background:linear-gradient(135deg,#edf4ee,#e4efd9);width:100%;height:220px;display:block}.no-image{color:#294d32;background:linear-gradient(135deg,#edf4ee,#e4efd9);justify-content:center;align-items:center;width:100%;height:220px;font-weight:900;display:flex}.plant-card-content{flex-direction:column;gap:12px;padding:18px 18px 20px;display:flex}.plant-card-content h3{color:#1f3829;margin:0;font-size:1.12rem;font-weight:900}.plant-name-en{color:#6c7d6d;margin:0;font-size:.82rem;font-weight:700}.plant-description{color:#4a5b4e;margin:0;font-size:.85rem;line-height:1.7}.plant-info{color:#264f33;justify-content:space-between;align-items:center;gap:10px;padding-top:4px;font-size:.82rem;font-weight:800;display:flex}.featured-badge{color:#7a6116;background:#f7e5b6;border-radius:999px;align-items:center;width:fit-content;padding:8px 12px;font-size:.75rem;font-weight:900;display:inline-flex}.plant-actions{gap:10px;margin-top:6px;display:flex}.plant-actions .edit-btn,.plant-actions .delete-btn{border-radius:12px;flex:1;min-height:42px;font-weight:900}.loading{text-align:center;color:#294d32;background:#fffdf8;border:2px solid #e8dcc7;border-radius:22px;width:min(1250px,100%);margin:60px auto;padding:30px;font-size:1.2rem;font-weight:900;animation:1.5s ease-in-out infinite loadingPulse}@keyframes loadingPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.empty-message{text-align:center;background:#fffdf8;border:2px dashed #a9bd91;border-radius:25px;width:min(650px,100%);margin:60px auto;padding:50px 30px}.empty-message p{color:#294d32;margin:0 0 20px;font-size:1.2rem;font-weight:900}.table-container{background:#fffdf8;border:2px solid #e8dcc7;border-radius:24px;width:min(1250px,100%);margin:0 auto;overflow-x:auto;box-shadow:0 14px 35px #43562d1a}.plants-table{border-collapse:collapse;width:100%;min-width:850px}.plants-table th{color:#fff;text-align:left;background:#294d32;padding:17px 14px;font-size:.88rem;font-weight:900}.plants-table th:first-child{border-top-left-radius:20px}.plants-table th:last-child{border-top-right-radius:20px}.plants-table td{color:#111;background:#fffdf8;border-bottom:1px solid #e8dcc7;padding:16px 14px;font-size:.88rem;font-weight:650}.plants-table tbody tr{transition:background .2s,transform .2s}.plants-table tbody tr:hover td{background:#eef5e6}.plants-table tbody tr:last-child td{border-bottom:none}.plants-table td:nth-child(6){color:#294d32;font-weight:900}.edit-btn{color:#111;background:#a9bd91;border:2px solid #9caf88;margin-right:7px}.edit-btn:hover{color:#fff;background:#294d32;border-color:#294d32;transform:translateY(-2px)}.delete-btn{color:#111;background:#f1dfc9;border:2px solid #d8c5a9}.delete-btn:hover{color:#fff;background:#294d32;border-color:#294d32;transform:translateY(-2px)}button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #a9bd91}@media (width<=800px){.admin-container{padding:30px 15px 60px}.admin-header{flex-direction:column;align-items:stretch;padding:23px}.admin-header-actions{width:100%}.admin-header-actions button{flex:1}.plant-form{padding:23px}.form-row{grid-template-columns:1fr}}@media (width<=500px){.admin-header h1{font-size:1.55rem}.admin-header-actions{flex-direction:column}.admin-header-actions button{width:100%}.plant-form{border-radius:20px;padding:19px}.form-actions{flex-direction:column}.cancel-btn{width:100%}.table-container{border-radius:18px}}.admin-orders-page{color:#1f2d24;background:radial-gradient(circle at 100% 0,#37764914,#0000 32%),#f6f8f5;min-height:100vh;padding:35px 20px 70px;font-family:Cairo,Tajawal,Arial,sans-serif}.admin-orders-container{width:min(1400px,100%);margin:0 auto}.admin-orders-header{background:#fffffff2;border:1px solid #e6ebe6;border-radius:24px;justify-content:space-between;align-items:center;gap:25px;margin-bottom:25px;padding:30px 32px;display:flex;box-shadow:0 10px 35px #1f2d240f}.admin-orders-badge{color:#357148;background:#edf6ef;border-radius:50px;align-items:center;gap:7px;margin-bottom:10px;padding:7px 13px;font-size:13px;font-weight:700;display:inline-flex}.admin-orders-header h1{color:#213b2a;margin:0;font-size:30px;font-weight:800}.admin-orders-header p{color:#718077;margin:8px 0 0;font-size:14px}.refresh-orders-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#39764b;border:none;border-radius:13px;padding:13px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s}.refresh-orders-btn:hover{background:#2e633e;transform:translateY(-2px);box-shadow:0 8px 20px #39764b33}.admin-orders-error{color:#a33b3b;background:#fff2f2;border:1px solid #f1c7c7;border-radius:14px;margin-bottom:22px;padding:15px 18px;font-size:14px;font-weight:600}.orders-statistics{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:25px;display:grid}.order-stat-card{background:#fff;border:1px solid #e7ece7;border-radius:20px;align-items:center;gap:16px;padding:22px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 7px 25px #1f2d240d}.order-stat-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #1f2d2417}.order-stat-icon{background:#edf6ef;border-radius:15px;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;font-size:23px;display:flex}.order-stat-card span{color:#78867e;margin-bottom:5px;font-size:13px;display:block}.order-stat-card strong{color:#233b2b;font-size:27px;line-height:1;display:block}.orders-filters{background:#fff;border:1px solid #e6ebe6;border-radius:20px;grid-template-columns:2fr 1fr 1fr;gap:16px;margin-bottom:16px;padding:22px;display:grid;box-shadow:0 7px 25px #1f2d240a}.orders-search,.orders-filter{flex-direction:column;gap:8px;display:flex}.orders-search label,.orders-filter label{color:#506158;font-size:13px;font-weight:700}.orders-search input,.orders-filter select{color:#26382d;background:#fafcfb;border:1px solid #dce4dd;border-radius:11px;outline:none;width:100%;height:46px;padding:0 14px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s}.orders-search input:focus,.orders-filter select:focus{background:#fff;border-color:#4c8a5e;box-shadow:0 0 0 3px #4c8a5e1a}.orders-search input::placeholder{color:#9aa59e}.orders-results-count{color:#758178;justify-content:flex-start;align-items:center;gap:4px;margin:18px 4px;font-size:13px;display:flex}.orders-results-count strong{color:#315e3e;font-weight:800}.orders-list{flex-direction:column;gap:20px;display:flex}.admin-order-card{background:#fff;border:1px solid #e4eae5;border-radius:24px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 9px 30px #1f2d240e}.admin-order-card:hover{box-shadow:0 14px 40px #1f2d2417}.order-card-header{background:linear-gradient(135deg,#fbfdfb,#f4f8f4);border-bottom:1px solid #e7ece7;justify-content:space-between;align-items:center;gap:20px;padding:25px 28px;display:flex}.order-number{color:#39734b;background:#edf6ef;border-radius:8px;margin-bottom:7px;padding:5px 10px;font-size:12px;font-weight:800;display:inline-block}.order-card-header h2{color:#20372a;margin:0;font-size:21px;font-weight:800}.order-card-header p{color:#748078;margin:5px 0 0;font-size:13px}.order-card-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.order-status,.payment-status{white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;padding:7px 11px;font-size:12px;font-weight:700;display:inline-flex}.order-status-pending{color:#9b6a00;background:#fff5dc}.order-status-confirmed{color:#347045;background:#eaf5ed}.order-status-processing{color:#39764c;background:#e9f4ec}.order-status-shipped{color:#356493;background:#e9f1fb}.order-status-completed{color:#23724a;background:#e7f5ed}.order-status-cancelled{color:#a34040;background:#fceaea}.payment-status-pending{color:#9b6a00;background:#fff5dc}.payment-status-submitted{color:#53639a;background:#edf0fb}.payment-status-verified{color:#23724a;background:#e7f5ed}.payment-status-rejected{color:#a34040;background:#fceaea}.order-information{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:22px 28px;display:grid}.order-info-box{background:#fafcfb;border:1px solid #e8ede9;border-radius:14px;min-width:0;padding:14px 15px}.order-info-box span{color:#7b8780;margin-bottom:6px;font-size:12px;display:block}.order-info-box strong{color:#2a3e31;word-break:break-word;font-size:14px;line-height:1.5;display:block}.order-info-box:last-child{background:#f0f7f1;border-color:#dbeadd}.order-info-box:last-child strong{color:#2f7445;font-size:17px}.order-notes{background:#fffaf0;border:1px solid #f1e5c8;border-radius:13px;margin:0 28px 20px;padding:14px 17px}.order-notes strong{color:#81672d;font-size:13px}.order-notes p{color:#6e634b;margin:7px 0 0;font-size:13px;line-height:1.7}.order-products{border:1px solid #e5ebe6;border-radius:17px;margin:0 28px 20px;overflow:hidden}.order-products h3{color:#2f553b;background:#f7faf7;border-bottom:1px solid #e5ebe6;margin:0;padding:15px 18px;font-size:15px}.order-products-list{flex-direction:column;display:flex}.order-product-row{border-bottom:1px solid #edf0ed;justify-content:space-between;align-items:center;gap:20px;padding:15px 18px;display:flex}.order-product-row:last-child{border-bottom:none}.order-product-row>div:first-child{flex-direction:column;gap:4px;display:flex}.order-product-row strong{color:#263c2d;font-size:14px}.order-product-row span{color:#7b877f;font-size:12px}.order-product-row>div:last-child{text-align:left;align-items:center;gap:18px;display:flex}.order-product-row>div:last-child strong{color:#347148;font-size:14px}.order-payment{background:#fbfcfb;border:1px solid #e3e9e4;border-radius:17px;margin:0 28px 22px;overflow:hidden}.order-payment h3{color:#2e5139;background:#f5f8f5;border-bottom:1px solid #e3e9e4;margin:0;padding:15px 18px;font-size:15px}.payment-information{grid-template-columns:repeat(3,1fr);gap:0;display:grid}.payment-information>div{border-left:1px solid #e5eae6;padding:16px 18px}.payment-information>div:last-child{border-left:none}.payment-information span{color:#7c8880;margin-bottom:6px;font-size:12px;display:block}.payment-information strong{color:#2b3e31;font-size:13px}.payment-receipt{border-top:1px solid #e5eae6;justify-content:space-between;align-items:center;gap:15px;padding:14px 18px;display:flex}.payment-receipt>span{color:#637068;font-size:13px;font-weight:600}.view-receipt-btn{color:#fff;background:#39764b;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:9px 15px;font-size:12px;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.view-receipt-btn:hover{color:#fff;background:#2d633d;transform:translateY(-1px)}.no-payment-receipt{color:#929b95;border-top:1px solid #e5eae6;padding:14px 18px;font-size:12px}.order-actions{background:#f8faf8;border-top:1px solid #e5ebe6;grid-template-columns:1fr 1fr auto;align-items:end;gap:14px;padding:21px 28px;display:grid}.order-action-group{flex-direction:column;gap:7px;display:flex}.order-action-group label{color:#66736b;font-size:12px;font-weight:700}.order-action-group select{color:#293c30;cursor:pointer;background:#fff;border:1px solid #dce4de;border-radius:10px;outline:none;height:44px;padding:0 12px;font-family:inherit;font-size:12px;transition:border-color .2s,box-shadow .2s}.order-action-group select:focus{border-color:#4b885d;box-shadow:0 0 0 3px #4b885d1a}.delete-order-btn{color:#ad4040;cursor:pointer;background:#fff5f5;border:1px solid #efcccc;border-radius:10px;height:44px;padding:0 18px;font-family:inherit;font-size:12px;font-weight:700;transition:background .2s,border-color .2s,transform .2s}.delete-order-btn:hover{background:#fde9e9;border-color:#e6baba;transform:translateY(-1px)}.orders-empty{text-align:center;background:#fff;border:1px solid #e4eae5;border-radius:22px;padding:65px 20px;box-shadow:0 8px 25px #1f2d240a}.orders-empty-icon{background:#edf6ef;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 16px;font-size:30px;display:flex}.orders-empty h2{color:#2d4334;margin:0;font-size:20px}.orders-empty p{color:#89938d;margin:8px 0 0;font-size:13px}.admin-orders-loading{text-align:center;background:#fff;border:1px solid #e5ebe6;border-radius:24px;width:min(500px,100%);margin:100px auto;padding:50px 25px;box-shadow:0 12px 35px #1f2d240f}.orders-loading-icon{background:#edf6ef;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;margin:0 auto 18px;font-size:28px;animation:1.4s ease-in-out infinite ordersPulse;display:flex}.admin-orders-loading h2{color:#2d4334;margin:0;font-size:19px}.admin-orders-loading p{color:#8a958e;margin:7px 0 0;font-size:13px}@keyframes ordersPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (width<=1000px){.orders-statistics{grid-template-columns:repeat(2,1fr)}.orders-filters{grid-template-columns:1fr 1fr}.orders-search{grid-column:1/-1}.order-information{grid-template-columns:repeat(2,1fr)}.order-actions{grid-template-columns:1fr 1fr}.delete-order-btn{grid-column:1/-1}}@media (width<=700px){.admin-orders-page{padding:20px 12px 45px}.admin-orders-header{flex-direction:column;align-items:stretch;padding:22px 18px}.admin-orders-header h1{font-size:24px}.refresh-orders-btn{width:100%}.orders-statistics{grid-template-columns:1fr}.orders-filters{grid-template-columns:1fr;padding:17px}.orders-search{grid-column:auto}.order-card-header{flex-direction:column;align-items:stretch;padding:20px}.order-card-badges{justify-content:flex-start}.order-information{grid-template-columns:1fr;padding:18px 20px}.order-notes,.order-products,.order-payment{margin-left:20px;margin-right:20px}.order-product-row{flex-direction:column;align-items:stretch;gap:10px}.order-product-row>div:last-child{text-align:right;justify-content:space-between}.payment-information{grid-template-columns:1fr}.payment-information>div{border-bottom:1px solid #e5eae6;border-left:none}.payment-information>div:last-child{border-bottom:none}.payment-receipt{flex-direction:column;align-items:stretch}.view-receipt-btn{width:100%}.order-actions{grid-template-columns:1fr;padding:18px 20px}.delete-order-btn{grid-column:auto;width:100%}}
