.notification-stack{position:fixed;top:1rem;right:1rem;z-index:1200;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.notification-item{display:flex;align-items:flex-start;gap:.75rem;min-width:min(320px,calc(100vw - 2rem));padding:.9rem .95rem;border-radius:14px;box-shadow:0 12px 30px #00000029;background:#fff;border:1px solid rgba(0,0,0,.06);pointer-events:auto}.notification-item.success{border-left:4px solid #2e7d32}.notification-item.error{border-left:4px solid #d32f2f}.notification-item.warning{border-left:4px solid #f9a825}.notification-item.info{border-left:4px solid #2f6f4f}.notification-icon{margin-top:.1rem;color:#2f6f4f}.notification-item.error .notification-icon{color:#d32f2f}.notification-item.warning .notification-icon{color:#f9a825}.notification-item.info .notification-icon{color:#2f6f4f}.notification-message{flex:1;font-size:.95rem;line-height:1.5;color:#1f2937}.notification-close{border:none;background:transparent;color:#64748b;font-size:1.1rem;cursor:pointer;padding:0}@media (max-width: 640px){.notification-stack{left:.75rem;right:.75rem;top:.75rem}.notification-item{min-width:0}}.navbar{width:100%;position:fixed;top:0;left:0;z-index:1000;padding:12px 0;background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 4px 20px #0f172a0d;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}body[data-theme=dark] .navbar{background:#12181be0;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0006}.navbar-container{width:92%;max-width:1280px;margin:0 auto;min-height:56px;display:flex;justify-content:space-between;align-items:center;gap:16px;min-width:0}.logo{text-decoration:none;font-size:26px;font-weight:800;color:var(--primary);white-space:nowrap;letter-spacing:-.5px;display:flex;align-items:center;gap:8px;transition:transform .2s ease,color .2s ease}.logo:hover{transform:scale(1.02)}.nav-links{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.nav-link-item{text-decoration:none;color:var(--text);font-weight:600;font-size:.92rem;transition:all .25s ease;padding:8px 14px;border-radius:999px;display:inline-flex;align-items:center;position:relative}body[data-theme=dark] .nav-link-item{color:#ffffffe0}.nav-link-item:hover{color:var(--primary);background:#2e7d321a}.nav-link-item.active{color:var(--primary);background:#2e7d3224;font-weight:700}.nav-bhula-link{color:var(--text)}.nav-right{display:flex;align-items:center;gap:12px;min-width:0}.desktop-search-wrapper{display:flex;align-items:center}.search-box{padding:9px 16px;border-radius:25px;border:1px solid var(--border);background:var(--card);color:var(--text);outline:none;min-width:0;width:170px;font-size:.9rem;transition:width .3s ease,border-color .2s ease,box-shadow .2s ease}.search-box:focus{width:210px;border-color:var(--primary);box-shadow:0 0 0 3px #2e7d3226}.search-box::placeholder{color:var(--secondary);opacity:.8}.cart-btn{position:relative;width:40px;height:40px;border:1px solid transparent;border-radius:50%;background:transparent;color:var(--text);display:inline-flex;justify-content:center;align-items:center;cursor:pointer;transition:all .25s ease;flex-shrink:0}.cart-btn:hover{background:#2e7d321a;color:var(--primary);transform:translateY(-1px)}.cart-badge{position:absolute;top:-2px;right:-2px;background:#2e7d32;color:#fff;font-size:11px;font-weight:800;min-width:19px;height:19px;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #ffffff;box-shadow:0 2px 8px #2e7d3259;line-height:1;pointer-events:none;animation:cart-badge-pop .35s cubic-bezier(.175,.885,.32,1.275)}body[data-theme=dark] .cart-badge{background:var(--primary);color:#121212;border-color:#182226}@keyframes cart-badge-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.25)}to{transform:scale(1);opacity:1}}.theme-btn,.mobile-menu-toggle{width:40px;height:40px;border:1px solid transparent;border-radius:50%;background:transparent;color:var(--text);display:inline-flex;justify-content:center;align-items:center;cursor:pointer;transition:all .25s ease;flex-shrink:0}.theme-btn{background:var(--primary);color:#fff;box-shadow:0 4px 12px #2e7d3240}.theme-btn:hover{transform:rotate(180deg) scale(1.05);filter:brightness(1.1)}.mobile-menu-toggle{display:none;border:1px solid var(--border);background:var(--card);color:var(--text);box-shadow:0 2px 8px #0000000d}.mobile-menu-toggle:hover{background:var(--hover);color:var(--primary)}.desktop-user-wrapper{display:flex;align-items:center}.user-section{display:flex;align-items:center;gap:10px}.user-name{font-weight:600;font-size:.9rem;color:var(--text);white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}.login-btn{border:none;padding:8px 18px;border-radius:999px;cursor:pointer;background:var(--primary);color:#fff;font-weight:600;font-size:.9rem;transition:all .25s ease;box-shadow:0 4px 12px #2e7d3233}.login-btn:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 16px #2e7d324d}.logout-btn{border:none;padding:7px 14px;border-radius:999px;cursor:pointer;background:#dc26261f;color:#dc2626;font-weight:600;font-size:.85rem;transition:all .2s ease}.logout-btn:hover{background:#dc2626;color:#fff}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1040;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.mobile-side-menu{position:fixed;top:0;right:0;bottom:0;width:320px;max-width:86vw;height:100vh;height:100dvh;background:var(--card);color:var(--text);z-index:1050;display:flex;flex-direction:column;box-shadow:-10px 0 40px #00000040;border-left:1px solid var(--border);transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);overflow-y:auto;overscroll-behavior:contain}.mobile-side-menu.open{transform:translate(0)}.side-menu-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid var(--border)}.side-menu-logo{text-decoration:none;font-size:20px;font-weight:800;color:var(--primary);display:flex;align-items:center;gap:8px}.side-menu-close-btn{width:38px;height:38px;border-radius:50%;border:1px solid var(--border);background:var(--bg);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.side-menu-close-btn:hover{background:var(--hover);color:var(--primary);transform:scale(1.05)}.side-menu-search{position:relative;padding:16px 20px 8px}.side-search-icon{position:absolute;left:32px;top:50%;transform:translateY(-20%);color:var(--secondary);pointer-events:none}.side-search-input{width:100%;padding:10px 14px 10px 38px;border-radius:12px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-size:.92rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.side-search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2e7d3226}.side-user-card{display:flex;align-items:center;gap:12px;margin:8px 20px 12px;padding:12px 14px;background:var(--bg);border:1px solid var(--border);border-radius:14px}.side-user-avatar{width:38px;height:38px;border-radius:50%;background:#2e7d3226;color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.side-user-info{display:flex;flex-direction:column;min-width:0}.side-user-name{font-weight:700;font-size:.95rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-user-badge{font-size:.72rem;text-transform:uppercase;font-weight:700;letter-spacing:.5px;color:var(--primary)}.side-nav-links{display:flex;flex-direction:column;gap:6px;padding:10px 16px;flex:1}.side-nav-item{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:12px;text-decoration:none;color:var(--text);font-weight:600;font-size:.96rem;transition:all .2s ease;position:relative}.side-nav-icon-wrapper{display:flex;align-items:center;justify-content:center;color:var(--secondary);transition:color .2s ease}.side-nav-text{flex:1}.side-nav-item:hover{background:var(--hover);color:var(--primary)}.side-nav-item:hover .side-nav-icon-wrapper{color:var(--primary)}.side-nav-item.active{background:#2e7d321f;color:var(--primary);font-weight:700}.side-nav-item.active .side-nav-icon-wrapper{color:var(--primary)}.side-ai-badge,.side-admin-badge{font-size:.7rem;font-weight:700;padding:2px 7px;border-radius:6px;text-transform:uppercase;letter-spacing:.4px}.side-ai-badge{background:#d9770626;color:#d97706}body[data-theme=dark] .side-ai-badge{background:#f59e0b40;color:#fbbf24}.side-admin-badge{background:#dc262626;color:#dc2626}body[data-theme=dark] .side-admin-badge{background:#ef444440;color:#f87171}.side-menu-footer{padding:16px 20px 24px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:14px;background:var(--bg)}.side-theme-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.side-theme-label{font-size:.88rem;font-weight:600;color:var(--secondary)}.side-theme-toggle-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid var(--border);background:var(--card);color:var(--text);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease}.side-theme-toggle-btn:hover{background:var(--hover);color:var(--primary)}.side-auth-actions{width:100%}.side-auth-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.side-login-btn,.side-signup-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border-radius:10px;text-decoration:none;font-size:.9rem;font-weight:600;transition:all .2s ease;text-align:center}.side-login-btn{background:var(--card);border:1px solid var(--border);color:var(--text)}.side-login-btn:hover{background:var(--hover);color:var(--primary)}.side-signup-btn{background:var(--primary);color:#fff;box-shadow:0 4px 12px #2e7d3233}.side-signup-btn:hover{filter:brightness(1.1)}.side-logout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:11px;border-radius:10px;border:1px solid rgba(220,38,38,.25);background:#dc262614;color:#dc2626;font-weight:600;font-size:.92rem;cursor:pointer;transition:all .2s ease}.side-logout-btn:hover{background:#dc2626;color:#fff}@media (max-width: 1024px){.navbar-container{width:94%;gap:12px}.logo{font-size:24px}.nav-links{gap:4px}.nav-link-item{padding:7px 10px;font-size:.88rem}.search-box{width:130px}.search-box:focus{width:160px}}@media (max-width: 860px){.nav-links,.desktop-search-wrapper,.desktop-user-wrapper{display:none}.mobile-menu-toggle{display:inline-flex}}@media (max-width: 480px){.navbar{padding:8px 0}.navbar-container{min-height:50px}.logo{font-size:20px}.cart-btn,.theme-btn,.mobile-menu-toggle{width:36px;height:36px}.mobile-side-menu{width:290px}}.footer{padding:1.2rem;background:var(--card);color:var(--text);text-align:center;border-top:1px solid var(--border);box-shadow:0 -2px 10px #0000000d}.footer p{margin:0;color:var(--secondary);font-size:15px;line-height:1.6}.footer a{color:var(--primary);text-decoration:none;font-weight:600;transition:.3s}.footer a:hover{text-decoration:underline;color:var(--primary)}body[data-theme=dark] .footer{box-shadow:0 -2px 12px #00000059}@media (max-width: 480px){.footer{padding:1rem}.footer p{font-size:14px;overflow-wrap:anywhere}}.hero{width:100%;height:100vh;background-image:url(/assets/hero-ORnmupxA.jpg);background-size:cover;background-position:center;position:relative;display:flex;align-items:center}.hero-overlay{position:absolute;width:100%;height:100%;background:#00000073}.hero-content{width:85%;margin:auto;position:relative;z-index:2;color:#fff;max-width:700px;min-width:0}.hero-content h1{font-size:60px;line-height:75px;margin-bottom:25px}.hero-content p{font-size:20px;line-height:35px;margin-bottom:40px}.hero-buttons{display:flex;gap:20px}.primary-btn{padding:15px 35px;border:none;background:#2e7d32;color:#fff;border-radius:8px;cursor:pointer;font-size:16px;transition:.3s}.primary-btn:hover{background:#1b5e20}.secondary-btn{padding:15px 35px;border:2px solid white;background:transparent;color:#fff;border-radius:8px;cursor:pointer;font-size:16px;transition:.3s}.secondary-btn:hover{background:#fff;color:#000}@media (max-width:768px){.hero-content h1{font-size:40px;line-height:55px}.hero-content p{font-size:18px;line-height:30px}.hero-buttons{flex-direction:column}}@media (max-width:480px){.hero{min-height:640px;height:100svh}.hero-content{width:90%}.hero-content h1{font-size:32px;line-height:42px}.hero-content p{font-size:16px;line-height:27px;margin-bottom:30px}.primary-btn,.secondary-btn{width:100%;padding:14px 20px}}.card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;min-width:0;display:flex;flex-direction:column;height:100%}.card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001f}.card-image{position:relative;height:260px;overflow:hidden;flex-shrink:0}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.card:hover img{transform:scale(1.08)}.product-tag{position:absolute;top:15px;left:15px;background:#d4edc9;color:#2e7d32;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;z-index:1}.card-content{padding:20px;text-align:center;display:flex;flex-direction:column;flex:1}.card-content h3{font-size:20px;font-weight:700;margin:0 0 10px;color:var(--text, #1a1a1a);overflow-wrap:anywhere;line-height:1.3;min-height:26px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-content p{color:#666;font-size:14px;margin:0 0 16px;line-height:1.5;overflow-wrap:anywhere;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-content h4{color:#2e7d32;font-size:22px;font-weight:800;margin-top:auto;margin-bottom:16px}.card-content button,.card-cart-btn{width:100%;padding:11px 16px;border:2px solid #2e7d32;background:#fff;color:#2e7d32;border-radius:8px;cursor:pointer;transition:all .25s ease;font-size:15px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px}.card-content button:hover,.card-cart-btn:hover{background:#2e7d32;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2e7d3233}.card-cart-btn.added{background:#2e7d32;color:#fff;border-color:#2e7d32;transform:scale(.98)}.cart-btn-icon{flex-shrink:0}body[data-theme=dark] .card{background:var(--card);border:1px solid var(--border);box-shadow:0 5px 15px #0006}body[data-theme=dark] .card-content h3{color:var(--text)}body[data-theme=dark] .card-content p{color:var(--secondary)}body[data-theme=dark] .card-content h4{color:var(--primary)}body[data-theme=dark] .card-content button,body[data-theme=dark] .card-cart-btn{background:transparent;border-color:var(--primary);color:var(--primary)}body[data-theme=dark] .card-content button:hover,body[data-theme=dark] .card-cart-btn:hover,body[data-theme=dark] .card-cart-btn.added{background:var(--primary);color:#121212}body[data-theme=dark] .product-tag{background:var(--hover);color:var(--primary)}@media (max-width:768px){.card-image{height:230px}.card-content{padding:16px}}@media (max-width:480px){.card-image{height:210px}.card-content h3{font-size:18px}.card-content h4{font-size:20px}.card-content button,.card-cart-btn{min-height:42px;font-size:14px}}.empty-state-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;padding:2rem 1.5rem;border:1px dashed rgba(47,111,79,.25);border-radius:18px;background:#ffffffb3;color:#334155;text-align:center;min-height:220px}.empty-state-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#2e7d321f;color:#2f6f4f}.empty-state-card h3{margin:0;font-size:1.1rem;color:#1f2937}.empty-state-card p{margin:0;max-width:320px;line-height:1.6}.empty-state-action{display:inline-flex;align-items:center;gap:.45rem;margin-top:.25rem;padding:.7rem 1rem;border:none;border-radius:999px;background:var(--forest, #2e7d32);color:#fff;font-weight:600;cursor:pointer}.empty-state-action:hover{opacity:.95}.home-container{width:100%;background:var(--bg);color:var(--text);overflow-x:hidden}.home-state{text-align:center;padding:140px 20px 80px;color:var(--text)}.home-state h2{color:var(--primary);margin-bottom:10px}.home-state p{color:var(--secondary);line-height:1.6}.collections-section{max-width:1200px;margin:0 auto;padding:5rem 2rem 3rem;text-align:center}.collections-subtitle{color:var(--primary);font-size:14px;font-weight:700;letter-spacing:2px;display:block;margin-bottom:10px;text-transform:uppercase}.collections-title{color:var(--text);font-size:36px;font-weight:800;margin:0 0 45px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:2rem;min-width:0;align-items:stretch}.product-card-item{display:flex;flex-direction:column;height:100%;cursor:pointer;min-width:0}.features-section{max-width:1200px;margin:0 auto;padding:4rem 2rem 5rem}.features-container{display:flex;justify-content:space-between;gap:20px}.feature-item{flex:1;display:flex;align-items:center;justify-content:center;gap:12px;padding:24px;border-radius:14px;background:var(--card);border:1px solid var(--border);box-shadow:0 8px 20px #0000000d;transition:.3s;min-width:0}.feature-item:hover{transform:translateY(-6px);box-shadow:0 15px 30px #0000001a}.feature-icon{font-size:24px}.feature-text{color:var(--primary);font-size:18px;font-weight:700}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr)}.features-container{flex-direction:column;gap:18px}}@media (max-width: 600px){.products-grid{grid-template-columns:1fr}.collections-title{font-size:28px}}@media (max-width: 768px){.collections-section{padding:4rem 1.25rem 2.5rem}.features-section{padding:3rem 1.25rem 4rem}}@media (max-width: 480px){.collections-section{padding:3rem 1rem 2rem}.collections-subtitle{font-size:12px;letter-spacing:1.5px}.collections-title{font-size:26px;margin-bottom:30px}.products-grid{gap:18px}.feature-item{padding:18px}.feature-text{font-size:16px}}.about-page{background:var(--bg)}.about-hero{position:relative;width:100%;height:90vh;min-height:760px;overflow:hidden}.about-hero-image{width:100%;height:100%;object-fit:cover;transition:.8s}.about-hero:hover .about-hero-image{transform:scale(1.05)}.about-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,#08160cb8,#0e2d1633),linear-gradient(to bottom,rgba(255,255,255,0),var(--bg))}.about-hero-content{position:absolute;left:8%;bottom:12%;max-width:700px;z-index:10}.hero-badge{display:inline-flex;align-items:center;gap:10px;background:#fffffff2;color:var(--primary);padding:10px 22px;border-radius:40px;font-size:12px;letter-spacing:2px;font-weight:700;box-shadow:0 12px 25px #00000014}.about-hero-content h1{margin:28px 0;font-size:78px;line-height:1.02;font-weight:800;letter-spacing:-2px;color:#fff}.about-hero-content h1 span{color:#c8f169;font-style:italic}.about-hero-content p{font-size:18px;line-height:1.9;color:#ffffffe6;max-width:560px}.story-section{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center;padding:120px 9%}.story-image{position:relative}.story-image img{width:100%;display:block;border-radius:28px;transition:.6s;box-shadow:0 30px 60px #0000001f}.story-image:hover img{transform:scale(1.03)}.section-subtitle{display:inline-block;color:var(--primary);font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.story-content h2{font-size:56px;line-height:1.08;letter-spacing:-1px;margin:18px 0 30px;color:var(--text)}.story-description{color:var(--secondary);line-height:1.95;margin-bottom:25px;font-size:16px}.story-features{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:40px}.story-feature{padding-left:20px;border-left:4px solid var(--primary)}.story-feature h3{margin-bottom:14px;color:var(--primary);font-size:21px}.story-feature p{color:var(--secondary);line-height:1.85}.mission-section{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding:0 9% 120px}.mission-card,.vision-card{position:relative;overflow:hidden;padding:50px;border-radius:28px;transition:.35s}.mission-card{background:var(--card);box-shadow:0 20px 50px #00000014}.vision-card{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;box-shadow:0 25px 55px #2e7d3247}.mission-card:before,.vision-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px}.mission-card:before{background:var(--primary)}.vision-card:before{background:var(--card)}.mission-card:hover,.vision-card:hover{transform:translateY(-10px)}.card-label{display:inline-flex;align-items:center;padding:9px 20px;border-radius:30px;background:var(--hover);color:var(--primary);font-size:12px;font-weight:700;letter-spacing:2px}.white{background:#ffffff2e;color:#fff}.mission-card h2,.vision-card h2{margin:26px 0;font-size:36px;line-height:1.3}.mission-card p,.vision-card p{line-height:1.9;opacity:.95;font-size:16px}.values-section{padding:0 9% 120px}.values-header{max-width:760px;margin:0 auto 70px;text-align:center}.values-header h2{margin:18px 0;font-size:56px;line-height:1.1;letter-spacing:-1px;color:var(--text)}.values-header p{color:var(--secondary);line-height:1.9;font-size:17px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.value-card{background:var(--card);border-radius:24px;padding:36px;box-shadow:0 15px 40px #00000014;transition:.35s;position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:var(--primary);transform:scaleX(0);transition:.35s}.value-card:hover{transform:translateY(-10px);box-shadow:0 28px 60px #00000024}.value-card:hover:before{transform:scaleX(1)}.value-number{font-size:54px;font-weight:800;color:var(--primary);opacity:.12}.value-card h3{margin:18px 0;color:var(--text);font-size:21px;letter-spacing:1px}.value-card p{color:var(--secondary);line-height:1.9}.section-divider{width:90px;height:5px;border-radius:30px;margin:90px auto;background:linear-gradient(90deg,var(--primary),#74C365)}button{transition:.35s ease}button:hover{transform:translateY(-3px)}.story-section,.mission-section,.values-section{animation:fadeUp .8s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:30px}::-webkit-scrollbar-track{background:#eef4ec}@media (max-width:1100px){.about-hero{min-height:650px}.about-hero-content h1{font-size:60px}.story-section{grid-template-columns:1fr;gap:50px;padding:90px 7%}.story-content h2{font-size:44px}.mission-section{grid-template-columns:1fr;padding:0 7% 90px}.values-grid{grid-template-columns:repeat(2,1fr)}.values-header h2{font-size:42px}}@media (max-width:768px){.about-hero{height:70vh;min-height:560px}.about-hero-content{left:25px;right:25px;bottom:35px}.about-hero-content h1{font-size:40px;letter-spacing:-1px}.about-hero-content p{font-size:15px}.hero-badge{font-size:10px;padding:8px 16px}.story-section{padding:70px 25px}.story-content h2{font-size:34px}.story-features{grid-template-columns:1fr}.mission-section{padding:0 25px 70px}.mission-card,.vision-card{padding:30px}.mission-card h2,.vision-card h2{font-size:28px}.values-section{padding:0 25px 70px}.values-grid{grid-template-columns:1fr}.values-header h2{font-size:34px}.value-card{padding:28px}.section-divider{margin:70px auto}}@media (min-width:1600px){.about-hero-content{max-width:760px}.about-hero-content h1{font-size:92px}.story-content h2,.values-header h2{font-size:62px}}.dashboard-page{padding:110px 60px 50px;min-height:calc(100vh - 170px);background:var(--bg);overflow-x:hidden}.dashboard-header{margin-bottom:40px}.dashboard-tag{color:var(--primary);font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.dashboard-header h1{font-size:42px;margin-top:8px;color:var(--text)}.dashboard-state,.dashboard-empty{grid-column:1 / -1;text-align:center;color:var(--secondary);line-height:1.6}.dashboard-state{padding:80px 20px}.dashboard-state h2{color:var(--primary);margin-bottom:10px}.error-state h2{color:#b91c1c}.dashboard-empty{font-size:18px;font-weight:600}.db-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:35px 0}.db-stats-card{background:var(--card);border-radius:18px;padding:22px;display:flex;align-items:center;gap:18px;box-shadow:0 8px 25px #00000014;transition:.3s ease;min-width:0}.db-stats-card:hover{transform:translateY(-6px);box-shadow:0 18px 35px #0000001f}.db-stats-icon{width:62px;height:62px;border-radius:16px;display:flex;align-items:center;justify-content:center}.db-stats-info h2{margin:0;font-size:28px;color:var(--text)}.db-stats-info p{margin-top:5px;color:var(--secondary);font-size:15px}@media (max-width:992px){.db-stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-page{padding:100px 30px}}@media (max-width:768px){.dashboard-page{padding:90px 18px}.dashboard-header h1{font-size:32px}.db-stats-grid{grid-template-columns:1fr}}.quick-actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:45px 0}.quick-action-card{background:var(--card);border-radius:18px;padding:24px;cursor:pointer;transition:.35s ease;box-shadow:0 8px 25px #00000014;min-width:0}.quick-action-card:hover{transform:translateY(-8px);box-shadow:0 20px 35px #0000001f}.quick-action-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.quick-action-icon{width:58px;height:58px;border-radius:15px;background:var(--hover);color:var(--primary);display:flex;justify-content:center;align-items:center}.quick-arrow{color:var(--secondary);transition:.3s}.quick-action-card:hover .quick-arrow{transform:translate(6px);color:var(--primary)}.quick-action-card h3{margin:0;font-size:20px;color:var(--text)}.quick-action-card p{margin-top:8px;color:var(--secondary);font-size:14px;line-height:1.6}@media (max-width:992px){.quick-actions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.quick-actions-grid{grid-template-columns:1fr}}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:45px 0}.product-card{background:var(--card);border-radius:20px;overflow:hidden;box-shadow:0 10px 25px #00000014;transition:.35s;min-width:0}.product-card:hover{transform:translateY(-8px);box-shadow:0 18px 35px #00000026}.product-image-wrapper{overflow:hidden;height:230px}.product-image{width:100%;height:100%;object-fit:cover;transition:.5s}.product-card:hover .product-image{transform:scale(1.08)}.product-content{padding:20px}.product-category{display:inline-block;background:var(--hover);color:var(--primary);font-size:13px;padding:6px 12px;border-radius:20px;margin-bottom:12px}.product-content h3{margin:0;font-size:22px;color:var(--text);overflow-wrap:anywhere}.product-rating{display:flex;align-items:center;gap:8px;margin:15px 0;color:var(--secondary)}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.product-footer h4{color:var(--primary);font-size:24px;margin:0}.product-btn{width:48px;height:48px;border:none;border-radius:14px;background:var(--primary);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}.product-btn:hover{filter:brightness(.9)}@media (max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products-grid{grid-template-columns:1fr}.product-image-wrapper{height:260px}}.updates-section{margin-top:50px}.section-title{font-size:30px;font-weight:700;color:var(--text);margin-bottom:25px}.updates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.update-card{background:var(--card);border-radius:20px;padding:24px;box-shadow:0 8px 25px #00000014;transition:.35s;min-width:0}.update-card:hover{transform:translateY(-6px);box-shadow:0 18px 35px #0000001f}.update-date{display:inline-block;background:var(--hover);color:var(--primary);padding:6px 12px;border-radius:20px;font-size:13px;margin-bottom:15px}.update-card h3{margin:0;font-size:22px;color:var(--text)}.update-card p{margin:15px 0;color:var(--secondary);line-height:1.7}.read-more-btn{border:none;background:none;display:flex;align-items:center;gap:8px;color:var(--primary);font-weight:600;cursor:pointer;padding:0}.read-more-btn:hover{gap:12px}.welcome-card{background:linear-gradient(135deg,var(--primary),#3fa34d);color:#fff;border-radius:24px;padding:40px;margin-bottom:40px;display:flex;justify-content:space-between;align-items:center;gap:40px;box-shadow:0 20px 40px #2e7d3240;min-width:0}.welcome-card h2{margin:0;font-size:34px}.welcome-card p{margin:18px 0 28px;max-width:520px;line-height:1.8;opacity:.95}.welcome-buttons{display:flex;gap:18px}.primary-btn{background:var(--card);color:var(--primary);border:1px solid var(--border);border-radius:14px;padding:14px 26px;font-size:15px;font-weight:600;cursor:pointer;transition:.3s}.primary-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026}.secondary-btn{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.4);border-radius:14px;padding:14px 26px;font-size:15px;font-weight:600;cursor:pointer;transition:.3s}.secondary-btn:hover{background:#ffffff26}.member-badge{min-width:180px;text-align:center;background:#ffffff26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;padding:22px}.member-badge span{display:block;opacity:.9;margin-bottom:10px}.member-badge h3{margin:0;font-size:28px}.hero-banner{position:relative;height:420px;border-radius:24px;overflow:hidden;margin:45px 0}.hero-banner img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:60px;background:linear-gradient(90deg,#000000b3,#0003);color:#fff}.hero-overlay h2{font-size:44px;max-width:520px;margin-bottom:18px;overflow-wrap:anywhere}.hero-overlay p{font-size:17px;line-height:1.8;max-width:500px;margin-bottom:30px}@media (max-width: 1100px){.welcome-card{flex-direction:column;align-items:flex-start}.member-badge{width:100%}.hero-overlay{padding:40px}.hero-overlay h2{font-size:34px}}@media (max-width:768px){.welcome-card{padding:28px}.welcome-card h2{font-size:28px}.welcome-buttons{flex-direction:column;width:100%}.primary-btn,.secondary-btn{width:100%}.hero-banner{height:300px}.hero-overlay{padding:25px}.hero-overlay h2{font-size:28px}.hero-overlay p{font-size:15px}}@media (max-width:992px){.updates-grid{grid-template-columns:1fr}}.db-stats-card,.quick-action-card,.product-card,.update-card{border:1px solid var(--border)}@media (max-width:480px){.dashboard-page{padding:82px 14px 36px}.dashboard-header{margin-bottom:28px}.dashboard-header h1{font-size:28px}.db-stats-card,.quick-action-card,.update-card{padding:18px}.db-stats-icon,.quick-action-icon{width:52px;height:52px;flex:0 0 52px}.db-stats-info h2,.member-badge h3{font-size:24px}.welcome-card{padding:24px 18px;border-radius:18px;gap:24px}.welcome-card h2{font-size:24px}.hero-banner{height:260px;border-radius:18px}.hero-overlay{padding:20px}.hero-overlay h2{font-size:24px}.hero-overlay p{margin-bottom:18px}.section-title{font-size:24px}.product-footer{align-items:flex-start;flex-direction:column}}.login-container{min-height:100vh;width:100%;background-image:url(/assets/hero-ORnmupxA.jpg);background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;box-sizing:border-box;padding:100px 20px 40px;position:relative}.login-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:1}.login-card{background:var(--card);color:var(--text);border:1px solid var(--border);border-radius:20px;width:100%;max-width:440px;padding:40px 35px;box-shadow:0 15px 35px #00000040;text-align:center;z-index:2;box-sizing:border-box}.login-card h2{color:var(--primary);font-size:32px;font-weight:700;margin:0 0 10px}.login-subtitle{color:var(--secondary);font-size:14px;line-height:1.5;margin-bottom:30px}.login-form{display:flex;flex-direction:column;gap:18px}.form-group{width:100%;text-align:left}.form-group input{width:100%;padding:14px 18px;border-radius:8px;border:1px solid var(--border);background:var(--card);color:var(--text);outline:none;font-size:14px;box-sizing:border-box;transition:.3s}.form-group input::placeholder{color:var(--secondary)}.form-group input:focus{border-color:var(--primary)}.form-actions{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--secondary);margin-top:4px}.remember-me{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.remember-me input{cursor:pointer}.forgot-password{color:var(--primary);text-decoration:none;font-weight:600}.forgot-password:hover{text-decoration:underline}.login-submit-btn{width:100%;margin-top:10px;padding:14px;border:none;border-radius:8px;background:var(--primary);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:.3s}.login-submit-btn:hover{filter:brightness(.9);transform:translateY(-2px)}.login-submit-btn:disabled,.google-login-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.field-error{display:block;margin-top:6px;color:#ef4444;font-size:12px;text-align:left}.login-footer{margin-top:25px;color:var(--secondary);font-size:14px}.signup-link{color:var(--primary);text-decoration:none;font-weight:600}.signup-link:hover{text-decoration:underline}@media (max-width:480px){.login-card{padding:30px 20px}.login-card h2{font-size:28px}}.divider{display:flex;align-items:center;margin:20px 0;color:#777}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #ddd}.divider span{margin:0 12px;font-size:14px;font-weight:500}.google-login-btn{width:100%;padding:12px;border:1px solid #ddd;border-radius:10px;background:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:600;transition:.3s}.google-login-btn:hover{background:#f5f5f5}.signup-container{min-height:100vh;width:100%;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;position:relative;padding:100px 20px 40px;box-sizing:border-box}.signup-container .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000040;z-index:1}.signup-card{width:100%;max-width:520px;background:var(--card);color:var(--text);border:1px solid var(--border);border-radius:20px;padding:40px 35px;box-shadow:0 15px 35px #00000040;text-align:center;z-index:2;box-sizing:border-box}.logo-circle{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;font-size:30px;background:var(--hover);color:var(--primary);box-shadow:0 4px 12px #00000014}.signup-card h1{margin:0 0 8px;color:var(--primary);font-size:28px;font-weight:700}.subtitle{color:var(--secondary);font-size:14px;line-height:1.6;margin-bottom:25px}.input-group{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-bottom:18px}.input-group label{margin-bottom:6px;font-size:13px;font-weight:600;color:var(--text)}.input-group input{width:100%;padding:12px 16px;border-radius:8px;border:1px solid var(--border);background:var(--card);color:var(--text);outline:none;font-size:14px;transition:.3s;box-sizing:border-box}.input-group input::placeholder{color:var(--secondary)}.input-group input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2e7d3226}.password-row{display:flex;gap:15px;width:100%}.password-row .input-group{flex:1}.checkbox-group{display:flex;align-items:flex-start;gap:8px;text-align:left;margin-bottom:15px;color:var(--secondary);font-size:13px}.checkbox-group input{margin-top:3px;cursor:pointer}.checkbox-group span{line-height:1.5}.signup-btn{width:100%;margin-top:10px;padding:14px;border:none;border-radius:8px;background:var(--primary);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:.3s}.signup-btn:hover{filter:brightness(.9);transform:translateY(-2px)}.signup-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.signup-btn:active{transform:scale(.98)}.error{display:block;margin-top:4px;text-align:left;color:#ef4444;font-size:12px}.form-alert{margin-bottom:16px;padding:10px 12px;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:13px;line-height:1.5;text-align:left}.bottom-text{margin-top:20px;color:var(--secondary);font-size:14px}.bottom-text a{margin-left:5px;color:var(--primary);font-weight:600;text-decoration:none}.bottom-text a:hover{text-decoration:underline}.footer{margin-top:25px;padding-top:15px;border-top:1px solid var(--border);color:var(--secondary);font-size:12px;line-height:1.6}@media (max-width:600px){.password-row{flex-direction:column;gap:0}.signup-card{padding:30px 20px}}.product-gallery{width:100%}.main-image-container{width:100%;height:600px;max-height:70vh;overflow:hidden;border-radius:14px;background:#f7f7f2}.main-product-image{width:100%;height:100%;object-fit:cover;display:block}.thumbnail-container{display:flex;gap:12px;margin-top:15px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.thumbnail-image{width:90px;height:90px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:.25s;flex:0 0 auto}.thumbnail-image:hover{transform:scale(1.04)}.active-thumbnail{border:2px solid #0a5b2a}.quantity-selector{display:flex;align-items:center;gap:18px;border:1px solid #ddd;border-radius:10px;width:max-content;padding:8px 16px}.quantity-btn{border:none;background:none;cursor:pointer;font-size:22px;font-weight:600;transition:.2s}.quantity-btn:hover{color:#0a5b2a}.quantity-value{min-width:20px;text-align:center;font-size:18px;font-weight:600}.product-info{display:flex;flex-direction:column;gap:18px}.product-category{text-transform:uppercase;letter-spacing:2px;font-size:13px;color:#666}.product-title{font-size:42px;line-height:1.2;font-weight:700;overflow-wrap:anywhere}.product-rating{display:flex;align-items:center;gap:8px;font-size:16px}.rating-value{font-weight:600}.review-count,.product-rating span{color:#777}.product-price{font-size:34px;color:#111}.product-description{color:#555;line-height:1.8;overflow-wrap:anywhere}.stock-status{font-size:15px}.in-stock{color:#0a5b2a;margin-left:8px;font-weight:600}.out-stock{color:red;margin-left:8px;font-weight:600}.quantity-section{display:flex;flex-direction:column;gap:10px}.add-cart-btn{width:100%;padding:16px;border:none;background:#0a5b2a;color:#fff;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:.25s;display:inline-flex;align-items:center;justify-content:center}.add-cart-btn:hover{background:#08471f}.add-cart-btn.added{background:#2e7d32;transform:scale(.99)}.buy-now-btn{width:100%;padding:16px;border:2px solid #0a5b2a;background:#fff;color:#0a5b2a;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:.25s;display:inline-flex;align-items:center;justify-content:center}.buy-now-btn:hover{background:#0a5b2a;color:#fff}.product-features{margin-top:40px}.section-title{font-size:26px;margin-bottom:22px;font-weight:600}.features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.feature-item{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fafaf7;border-radius:10px;border:1px solid #ececec;transition:.25s;min-width:0}.feature-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.feature-item span{font-size:15px;color:#333;overflow-wrap:anywhere}.product-specifications{margin-top:50px}.specification-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #ececec;table-layout:fixed}.specification-table tr{border-bottom:1px solid #ececec}.specification-table tr:last-child{border-bottom:none}.specification-table td{padding:18px 22px}.spec-key{width:35%;font-weight:600;color:#222;background:#fafaf7}.spec-value{color:#555;overflow-wrap:anywhere}.sustainability-card{margin-top:50px;padding:30px;background:#f6fbf5;border-left:6px solid #0a5b2a;border-radius:14px}.sustainability-header{display:flex;align-items:center;gap:14px;margin-bottom:18px}.sustainability-header h2{margin:0;font-size:28px}.sustainability-card p{color:#555;line-height:1.8;font-size:16px;overflow-wrap:anywhere}.related-products-section{margin-top:70px}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px}.related-product-card{background:#fff;border-radius:14px;overflow:hidden;cursor:pointer;transition:.25s;border:1px solid #ececec}.related-product-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000014}.related-product-image{width:100%;height:240px;object-fit:cover}.related-product-content{padding:18px}.related-category{color:#777;font-size:13px;text-transform:uppercase;letter-spacing:1px}.related-product-content h3{margin:10px 0;font-size:20px;overflow-wrap:anywhere}.related-rating{display:flex;align-items:center;gap:6px;margin-bottom:12px}.related-product-content h4{color:#0a5b2a;font-size:22px}.product-details-page{width:90%;max-width:1400px;margin:120px auto;overflow-x:hidden}.product-details-state{text-align:center;padding:140px 20px 80px;color:#555}.product-details-state h2{color:#0a5b2a;margin-bottom:10px}.product-details-state.error-state h2{color:#b91c1c}.product-top-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start}@media (max-width:992px){.product-top-section{grid-template-columns:1fr}}@media (max-width:768px){.product-details-page{width:92%;margin:100px auto 70px}.main-image-container{height:460px}.product-title{font-size:34px}.product-price{font-size:30px}.features-list{grid-template-columns:1fr}.sustainability-card{padding:24px}}@media (max-width:480px){.product-details-page{width:94%;margin:88px auto 50px}.product-top-section{gap:32px}.main-image-container{height:320px;border-radius:12px}.thumbnail-image{width:72px;height:72px}.product-title{font-size:28px}.product-rating{flex-wrap:wrap}.product-price{font-size:26px}.quantity-selector{width:100%;justify-content:space-between}.section-title{font-size:23px}.specification-table,.specification-table tbody,.specification-table tr,.specification-table td{display:block;width:100%}.spec-key{width:100%}.specification-table td{padding:14px 16px}.sustainability-card{padding:20px}.sustainability-header{align-items:flex-start}.sustainability-header h2{font-size:24px}.related-products-grid{grid-template-columns:1fr}.empty-related-products{color:#555;text-align:center;padding:28px;background:#fff;border:1px solid #ececec;border-radius:12px}}:root{--bg-primary:#FAF7F2;--glass:rgba(255,255,255,.55);--green:#2E7D32;--text:#212121;--text-light:#666}body[data-theme=dark]{--bg-primary:#11161A;--glass:rgba(255,255,255,.05);--green:#5CB85C;--text:#F5F5F5;--text-light:#CCCCCC}.bhula-page{min-height:100vh;background:var(--bg-primary);color:var(--text);overflow-x:hidden}.hero-section{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:80px 20px;position:relative;overflow:hidden;width:100%}.hero-content{max-width:900px;text-align:center;z-index:2;min-width:0}.hero-tag{display:inline-block;padding:8px 20px;border-radius:50px;background:var(--glass);color:var(--green);font-weight:600;margin-bottom:24px}.hero-mascot{width:220px;margin:0 auto 30px;display:block;animation:float 5s ease-in-out infinite}.hero-content h1{font-size:4rem;color:var(--green);margin-bottom:20px;overflow-wrap:anywhere}.hero-content p{max-width:650px;margin:auto;line-height:1.8;color:var(--text-light);font-size:1.1rem;overflow-wrap:anywhere}.explore-btn{margin-top:40px;padding:18px 40px;border:none;border-radius:60px;cursor:pointer;background:var(--green);color:#fff;font-size:18px;font-weight:600;transition:.3s}.explore-btn:hover{transform:translateY(-4px)}@media (max-width:768px){.hero-section{padding:90px 18px 60px}.hero-mascot{width:180px}.hero-content h1{font-size:3rem}}@media (max-width:480px){.hero-section{min-height:calc(100svh - 60px);padding:84px 14px 44px}.hero-tag{padding:8px 14px;font-size:14px}.hero-mascot{width:150px}.hero-content h1{font-size:2.25rem}.hero-content p{font-size:1rem}.explore-btn{width:100%;padding:15px 22px}}.welcome-card{max-width:900px;margin:35px auto;padding:36px 32px;border-radius:28px;background:#2e7d32f0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.16);box-shadow:0 25px 60px #2e7d3252;text-align:center;min-width:0}.welcome-card h3,.welcome-card h2,.welcome-card p,.welcome-card strong{color:#fff}.welcome-card h3{margin-bottom:12px;font-size:1.05rem}.welcome-card h2{margin-bottom:10px;font-size:1.8rem}.welcome-card p{margin:0 auto;max-width:720px;line-height:1.8;color:#fffffff2;font-size:1rem;overflow-wrap:anywhere}@media (max-width:768px){.welcome-card{padding:30px 24px;border-radius:22px}}@media (max-width:480px){.welcome-card{margin:26px auto;padding:24px 18px;border-radius:18px}.welcome-card h2{font-size:1.45rem}}.suggestion-container{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 14px;margin:30px auto 0;max-width:760px}.suggestion-chip{padding:12px 18px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#fffffff2;color:var(--forest);font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 10px 25px #00000014;transition:transform .25s ease,background-color .25s ease,color .25s ease,box-shadow .25s ease;min-width:110px;display:inline-flex;justify-content:center;align-items:center;white-space:normal;text-align:center}.suggestion-chip:hover{background:var(--green);color:#fff;transform:translateY(-3px);box-shadow:0 14px 28px #2e7d3233}@media (max-width:480px){.suggestion-container{justify-content:flex-start;margin-top:22px}.suggestion-container .suggestion-chip{flex:1 1 100%;min-width:0}}.chat-window{width:100%;max-width:900px;margin:auto;padding:1.4rem;min-height:500px;max-height:62vh;overflow-y:auto;background:#ffffff8c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:24px;margin-top:1.2rem;min-width:0;box-shadow:inset 0 1px #ffffff80}@media (max-width: 768px){.chat-window{padding:1rem;min-height:420px;max-height:64vh;border-radius:20px}}@media (max-width: 480px){.chat-window{padding:.8rem;min-height:360px;max-height:68vh;border-radius:16px}}.chat-bubble{display:flex;align-items:flex-end;gap:.8rem;margin:1rem 0}.chat-bubble.user{justify-content:flex-end}.chat-avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0}.bubble-wrapper{display:flex;flex-direction:column;gap:.35rem;max-width:72%}.bubble-content{padding:.9rem 1rem;border-radius:18px;line-height:1.65;font-size:.95rem;overflow-wrap:anywhere;white-space:pre-wrap}.chat-p{margin-bottom:.75rem}.chat-p:last-child{margin-bottom:0}.chat-ul,.chat-ol{margin-top:.5rem;margin-bottom:.75rem;padding-left:1.5rem}.chat-ul{list-style-type:disc}.chat-ol{list-style-type:decimal}.chat-ul li,.chat-ol li{margin-bottom:.35rem}.chat-h2{font-size:1.3rem;font-weight:700;margin-top:1rem;margin-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:.2rem}.chat-h3{font-size:1.15rem;font-weight:650;margin-top:.9rem;margin-bottom:.4rem}.chat-h4{font-size:1.05rem;font-weight:600;margin-top:.8rem;margin-bottom:.3rem}.chat-hr{border:none;border-top:1px solid rgba(0,0,0,.1);margin:1rem 0}.inline-code{background-color:#0000000f;color:#d23f31;padding:.15rem .35rem;border-radius:4px;font-family:monospace;font-size:.9em}.chat-bubble.user .inline-code{background-color:#ffffff40;color:#fff}.chat-bubble.assistant .bubble-content{background:#fff;color:#222;border:1px solid #dfe7df}.chat-bubble.user .bubble-content{background:var(--forest);color:#fff}.bubble-time{font-size:.75rem;color:#6b7280;margin-left:.2rem}.chat-bubble.user .bubble-time{text-align:right;color:#dff3e0}@media (max-width: 480px){.chat-bubble{gap:.6rem;margin:.8rem 0}.chat-avatar{width:36px;height:36px}.bubble-wrapper{max-width:84%}.bubble-content{padding:.8rem .9rem;font-size:.9rem}}.typing-wrapper{display:flex;gap:12px;align-items:center;margin-top:20px}.typing-avatar{width:45px}.typing-box{background:#fff;padding:18px;border-radius:18px;border:1px solid #ddd}.typing-box p{margin-bottom:10px}.dot{width:8px;height:8px;background:#2e7d32;display:inline-block;border-radius:50%;margin-right:6px;animation:blink 1s infinite}.dot:nth-child(3){animation-delay:.2s}.dot:nth-child(4){animation-delay:.4s}@keyframes blink{0%,to{opacity:.3}50%{opacity:1}}.chat-input{display:flex;gap:.8rem;margin:1rem auto 0;max-width:900px;width:100%;min-width:0}.chat-input input{flex:1;padding:.95rem 1.1rem;border-radius:999px;border:1px solid rgba(46,125,50,.2);font-size:1rem;min-width:0;box-shadow:0 6px 20px #0000000d}.chat-input button{width:3rem;border:none;border-radius:50%;background:var(--forest);color:#fff;cursor:pointer;font-size:1rem;flex:0 0 3rem;box-shadow:0 8px 18px #2e7d3233}.chat-input button:disabled,.chat-input input:disabled{opacity:.65;cursor:not-allowed}@media (max-width: 480px){.chat-input{gap:.6rem;margin:.8rem auto 0}.chat-input input{padding:.85rem .95rem}.chat-input button{width:2.7rem;height:2.7rem;flex-basis:2.7rem}}.chat-section{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem;display:flex;flex-direction:column;gap:1rem;width:100%;min-width:0}.chat-suggestions{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:.25rem;min-width:0}.suggestion-chip{padding:.7rem .95rem;border:none;border-radius:999px;background:#2e7d3214;color:#1f3b2a;cursor:pointer;transition:transform .2s ease,background .2s ease;max-width:100%;white-space:normal}.suggestion-chip:hover{background:#2e7d3229;transform:translateY(-1px)}.suggestion-chip:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.chat-section{padding:1.5rem .75rem 2rem}.chat-suggestions{justify-content:flex-start}.chat-section .suggestion-chip{flex:1 1 100%}}.admin-sidebar{flex:0 0 220px;padding:32px 20px;min-width:0}.admin-sidebar p{margin:0;overflow-wrap:anywhere}@media (max-width:768px){.admin-sidebar{flex:0 0 auto;width:100%;padding:18px}}@media (max-width:480px){.admin-sidebar{padding:14px 12px}}.admin-header{margin-bottom:24px;min-width:0}.admin-header h2{margin:0;overflow-wrap:anywhere}@media (max-width:480px){.admin-header{margin-bottom:18px}.admin-header h2{font-size:22px}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px}.stats-card{background:var(--card);border-radius:16px;padding:22px;display:flex;align-items:center;gap:18px;box-shadow:0 8px 25px #00000014;border:1px solid var(--border);transition:.3s;min-width:0}.stats-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000026}.stats-icon{width:60px;height:60px;border-radius:50%;background:#ff6b3526;color:#ff6b35;display:flex;justify-content:center;align-items:center}.stats-title{color:var(--secondary);font-size:14px;margin-bottom:6px}.stats-value{font-size:28px;font-weight:700;color:var(--text);overflow-wrap:anywhere}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}.stats-card{padding:18px}.stats-value{font-size:24px}}@media (max-width:480px){.stats-grid{gap:14px}.stats-icon{width:52px;height:52px;flex:0 0 52px}}.search-toolbar{display:flex;gap:18px;margin-bottom:25px;flex-wrap:wrap;min-width:0}.search-toolbar .search-box{flex:1;display:flex;align-items:center;gap:10px;border:1px solid #ddd;background:#fff;padding:12px 15px;border-radius:10px;min-width:220px}.search-toolbar .search-box input{border:none;outline:none;flex:1;font-size:15px;min-width:0}.search-toolbar select{padding:12px 14px;border-radius:10px;border:1px solid #ddd;background:#fff;cursor:pointer;min-width:170px;flex:0 1 190px}@media (max-width:768px){.search-toolbar{gap:12px}.search-toolbar .search-box,.search-toolbar select{flex:1 1 calc(50% - 12px);min-width:0;width:100%}}@media (max-width:480px){.search-toolbar{flex-direction:column}.search-toolbar .search-box,.search-toolbar select{flex:1 1 auto;width:100%}}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:999}.product-drawer{position:fixed;top:0;right:0;width:430px;max-width:100%;height:100vh;background:#fff;z-index:1000;overflow-y:auto;box-shadow:-8px 0 25px #00000026;animation:slideIn .3s ease;max-width:100vw}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:5}.drawer-header h2{margin:0;font-size:22px;color:#2e7d32}.close-btn{border:none;background:none;cursor:pointer;padding:6px;border-radius:6px;transition:.2s}.close-btn:hover{background:#f2f2f2}.drawer-content{padding:24px}.drawer-image{width:100%;height:260px;object-fit:cover;border-radius:12px;margin-bottom:20px}.drawer-content h2{margin:0;color:#1f2937;overflow-wrap:anywhere}.drawer-rating{display:flex;align-items:center;gap:8px;margin:12px 0 24px;font-weight:600}.drawer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:28px}.drawer-grid strong{color:#2e7d32;display:block;margin-bottom:6px}.drawer-grid p{margin:0;color:#555}.drawer-section{margin-bottom:24px}.drawer-section h3{margin-bottom:10px;color:#2e7d32;font-size:18px}.drawer-section p{margin:0;line-height:1.7;color:#555;overflow-wrap:anywhere}.drawer-section ul{padding-left:18px;margin:0}.drawer-section li{margin-bottom:8px;color:#555}@media (max-width:768px){.product-drawer{width:100%}.drawer-grid{grid-template-columns:1fr}}@media (max-width:480px){.drawer-header{padding:16px}.drawer-header h2{font-size:20px}.drawer-content{padding:16px}.drawer-image{height:210px}}.modal-field-error{display:block;margin-top:6px;font-size:12px}.add-btn:disabled,.remove-btn:disabled,.cancel-btn:disabled,.save-btn:disabled,.close-btn:disabled,.modal-form input:disabled,.modal-form textarea:disabled{opacity:.65;cursor:not-allowed}@media (max-width:480px){.modal-header{padding:18px}.modal-header h2{font-size:21px}.modal-form{padding:18px}.section-header{align-items:flex-start;gap:10px;flex-direction:column}.dynamic-input{gap:8px}.modal-actions{flex-direction:column-reverse}.cancel-btn,.save-btn{width:100%;min-height:44px}}.delete-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1200}.delete-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:420px;max-width:90%;background:#fff;border-radius:16px;padding:30px;z-index:1201;text-align:center;box-shadow:0 15px 40px #0003;max-width:calc(100vw - 24px)}.delete-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.delete-modal h2{margin-bottom:14px}.delete-modal p{color:#666;line-height:1.6;overflow-wrap:anywhere}.warning{color:#d32f2f;font-weight:600;margin-top:18px}.delete-actions{display:flex;justify-content:flex-end;gap:14px;margin-top:28px}.delete-actions .cancel-btn{padding:10px 22px;border:1px solid #ccc;background:#fff;border-radius:8px;cursor:pointer}.delete-actions .delete-btn{padding:10px 22px;border:none;background:#d32f2f;color:#fff;border-radius:8px;cursor:pointer}.delete-actions .delete-btn:hover{background:#b71c1c}.delete-error{margin-top:14px;color:#b91c1c;font-weight:600}.delete-actions button:disabled,.close-btn:disabled{opacity:.65;cursor:not-allowed}@media (max-width:480px){.delete-modal{padding:22px 18px;border-radius:14px}.delete-header{align-items:flex-start;gap:10px}.delete-actions{flex-direction:column-reverse}.delete-actions .cancel-btn,.delete-actions .delete-btn{width:100%;min-height:44px}}.product-table-card{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;background:#fff;border-radius:16px;box-shadow:0 8px 25px #00000014}.product-table{width:100%;min-width:900px;border-collapse:collapse}.product-table th,.product-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #ececec;white-space:nowrap}.product-table th{background:#fafafa;color:#333;font-weight:700}.product-table .product-image{width:58px;height:58px;border-radius:10px;object-fit:cover;display:block}.product-table .product-name{max-width:220px;white-space:normal;overflow-wrap:anywhere;font-weight:600}.product-table .rating,.action-buttons{display:flex;align-items:center;gap:8px}.status{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:13px;font-weight:700}.status.in-stock{background:#e8f5e9;color:#2e7d32}.status.low-stock{background:#fff8e1;color:#f57f17}.status.out-stock{background:#ffebee;color:#c62828}.action-buttons button{width:38px;height:38px;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.action-buttons .delete-btn{color:#d32f2f}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:24px;flex-wrap:wrap;min-width:0}.pagination button{min-width:40px;height:40px;border:1px solid #ddd;background:#fff;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .25s ease}.pagination button:hover:not(:disabled){background:#f4f4f4;border-color:#ff6b35;color:#ff6b35}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination .active-page{background:#ff6b35;color:#fff;border-color:#ff6b35}.pagination .active-page:hover{background:#ff6b35;color:#fff}.pagination-info{text-align:center;margin-top:14px;color:#666;font-size:14px;font-weight:500}@media (max-width: 768px){.pagination{gap:6px}.pagination button{min-width:36px;height:36px;font-size:13px;padding:0 10px}.pagination-info{font-size:13px}}@media (max-width: 480px){.product-table-card{border-radius:12px}.product-table{min-width:760px}.product-table th,.product-table td{padding:12px}.pagination{justify-content:flex-start;padding:0 12px}.pagination button{min-width:34px;height:34px;padding:0 8px}.pagination-info{padding:0 12px 12px;text-align:left}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1000}.product-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:850px;max-width:95%;max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;z-index:1001;box-shadow:0 15px 40px #0003;max-width:calc(100vw - 24px)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:22px 28px;border-bottom:1px solid #ececec;position:sticky;top:0;background:#fff;z-index:2}.modal-header h2{margin:0;color:#2e7d32;font-size:24px}.close-btn{background:none;border:none;cursor:pointer;padding:6px;border-radius:6px}.close-btn:hover{background:#f3f3f3}.modal-form{padding:28px}.modal-form>input,.modal-form>textarea{width:100%;min-width:0;display:block;padding:12px 14px;margin-bottom:18px;border:1px solid #d8d8d8;border-radius:8px;font-size:15px}.modal-error,.modal-field-error{color:#b91c1c;line-height:1.5}.modal-error{padding:10px 12px;margin-bottom:16px;border-radius:8px;background:#fef2f2;font-size:14px}.modal-field-error{display:block;margin:-12px 0 14px;font-size:12px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;margin-bottom:22px}.form-group label{margin-bottom:8px;font-weight:600;color:#444}.form-group input,.form-group textarea{padding:12px 14px;border:1px solid #d8d8d8;border-radius:8px;font-size:15px;outline:none;transition:.25s;width:100%;min-width:0}.form-group input:focus,.form-group textarea:focus{border-color:#2e7d32}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.image-help{color:#666;font-size:13px;margin:-6px 0 12px}.image-input-row{margin-bottom:12px}.image-input-row input{width:100%;padding:12px 14px;border:1px solid #d8d8d8;border-radius:8px;font-size:15px}.dynamic-input{display:flex;gap:12px;margin-bottom:12px}.dynamic-input input{flex:1;min-width:0}.add-btn{display:flex;align-items:center;gap:6px;border:none;background:#2e7d32;color:#fff;padding:8px 14px;border-radius:8px;cursor:pointer}.add-btn:hover{background:#256728}.remove-btn{width:42px;border:none;border-radius:8px;background:#ef5350;color:#fff;cursor:pointer}.remove-btn:hover{background:#d32f2f}.modal-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:30px}.cancel-btn{padding:12px 22px;border:1px solid #ccc;background:#fff;border-radius:8px;cursor:pointer;font-weight:600}.cancel-btn:hover{background:#f5f5f5}.save-btn{padding:12px 24px;border:none;background:#2e7d32;color:#fff;border-radius:8px;cursor:pointer;font-weight:600}.save-btn:hover{background:#256728}.add-btn:disabled,.remove-btn:disabled,.cancel-btn:disabled,.save-btn:disabled,.modal-form input:disabled,.modal-form textarea:disabled{opacity:.65;cursor:not-allowed}@media (max-width:768px){.product-modal{width:100%;height:100%;max-height:100%;border-radius:0}.form-row{grid-template-columns:1fr}}@media (max-width:480px){.modal-header{padding:18px}.modal-header h2{font-size:21px}.modal-form{padding:18px}.dynamic-input{gap:8px}.modal-actions{flex-direction:column-reverse}.cancel-btn,.save-btn{width:100%;min-height:44px}}.admin-layout{display:flex;min-height:100vh;background:#f7f8f3;overflow-x:hidden}.admin-content{flex:1;padding:32px;overflow:auto;min-width:0}.admin-state{text-align:center;padding:70px 20px;color:#666;line-height:1.6}.admin-state h2{color:#2e7d32;margin-bottom:10px}.admin-error h2{color:#b91c1c}.admin-toolbar-actions{display:flex;justify-content:flex-end;margin:18px 0 10px}.add-product-btn{border:none;background:#2e7d32;color:#fff;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600}.add-product-btn:hover{background:#256728}@media (max-width:1024px){.admin-content{padding:26px}}@media (max-width:768px){.admin-layout{flex-direction:column}.admin-content{width:100%;padding:22px 18px;overflow:visible}.admin-toolbar-actions{justify-content:flex-start}}@media (max-width:480px){.admin-content{padding:18px 12px}}.cart-page-wrapper{padding:120px 0 80px;min-height:100vh;display:flex;justify-content:center;background:var(--bg);transition:background .3s ease}.cart-container{width:90%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.cart-header-row{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.continue-shopping-btn{display:inline-flex;align-items:center;gap:6px;color:var(--primary);text-decoration:none;font-weight:600;font-size:.95rem;background:none;border:none;cursor:pointer;transition:transform .2s ease,color .2s ease;padding:4px 8px;border-radius:6px}.continue-shopping-btn:hover{color:var(--primary);transform:translate(-4px)}.cart-title{font-size:2.2rem;font-weight:800;color:var(--text);letter-spacing:-.5px;margin:0}.shipping-alert{display:flex;align-items:center;gap:10px;background:#2e7d3214;border:1px solid rgba(46,125,50,.2);color:var(--text);padding:14px 20px;border-radius:12px;margin-bottom:20px;font-size:.95rem}body[data-theme=dark] .shipping-alert{background:#66bb6a14;border-color:#66bb6a33}.shipping-alert-icon{color:var(--primary);flex-shrink:0;animation:shine 2s infinite ease-in-out}@keyframes shine{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.15);opacity:1}}.cart-grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:start}@media (min-width: 992px){.cart-grid{grid-template-columns:7fr 4fr}}.cart-items-section{display:flex;flex-direction:column}.cart-list{display:flex;flex-direction:column;gap:16px}.cart-item-card{display:grid;grid-template-columns:80px 1fr;gap:16px;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:0 4px 12px #00000005;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;align-items:center}body[data-theme=dark] .cart-item-card{box-shadow:0 4px 20px #00000026}.cart-item-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000000a;border-color:#2e7d3233}body[data-theme=dark] .cart-item-card:hover{border-color:#66bb6a33;box-shadow:0 6px 24px #00000040}.cart-item-image-container{width:80px;height:80px;border-radius:12px;overflow:hidden;background:#f0f0f0;border:1px solid var(--border);display:flex;align-items:center;justify-content:center}body[data-theme=dark] .cart-item-image-container{background:#181818}.cart-item-image-container img{width:100%;height:100%;object-fit:cover}.cart-item-details{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:8px}.cart-item-info-header{display:flex;flex-direction:column;gap:2px}.cart-item-name{font-size:1.1rem;font-weight:700;color:var(--text);margin:0;line-height:1.3}.cart-item-category{font-size:.8rem;color:var(--secondary);text-transform:uppercase;letter-spacing:.5px;margin:0}.cart-item-price-row{display:flex;align-items:center}.cart-item-price{font-size:1.15rem;font-weight:800;color:var(--text)}.cart-item-actions-wrapper{display:flex;align-items:center;justify-content:space-between;grid-column:1 / -1;border-top:1px solid var(--border);padding-top:12px;margin-top:4px}@media (min-width: 576px){.cart-item-card{grid-template-columns:100px 1fr auto;gap:20px}.cart-item-image-container{width:100px;height:100px}.cart-item-actions-wrapper{grid-column:unset;border-top:none;padding-top:0;margin-top:0;flex-direction:column;align-items:flex-end;gap:16px;height:100%;justify-content:space-between}}.quantity-controls{display:flex;align-items:center;background:var(--bg);border:1px solid var(--border);border-radius:99px;padding:3px;min-width:95px;justify-content:space-between}.qty-btn{width:26px;height:26px;border-radius:50%;border:none;background:var(--card);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .1s ease;box-shadow:0 1px 3px #0000000d}.qty-btn:hover{background:var(--hover);transform:scale(1.05)}.qty-val{font-weight:700;font-size:.95rem;color:var(--text);padding:0 6px}.remove-item-btn{display:flex;align-items:center;gap:6px;color:#dc2626;background:none;border:none;font-size:.88rem;font-weight:600;cursor:pointer;padding:6px 10px;border-radius:8px;transition:background .2s ease,transform .15s ease}.remove-item-btn:hover{background:#dc262614;transform:translateY(-1px)}.cart-summary-section{position:sticky;top:100px}.order-summary-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:24px;box-shadow:0 4px 16px #00000005;display:flex;flex-direction:column;gap:18px}body[data-theme=dark] .order-summary-card{box-shadow:0 4px 24px #0000002e}.order-summary-card h2{font-size:1.4rem;font-weight:800;margin:0 0 4px;color:var(--text)}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:var(--secondary)}.summary-val{font-weight:700;color:var(--text)}.shipping-val{color:#16a34a;font-weight:800}.summary-divider{height:1px;background:var(--border);margin:4px 0}.total-row{font-size:1.15rem;color:var(--text);font-weight:800}.total-val{font-size:1.35rem;color:var(--primary);font-weight:900}.checkout-proceed-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#14b8a6;color:#fff;border:none;border-radius:12px;padding:14px 20px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .25s ease,transform .2s cubic-bezier(.175,.885,.32,1.275),box-shadow .25s ease;box-shadow:0 4px 14px #14b8a64d}.checkout-proceed-btn:hover{background:#0f9688;transform:translateY(-2px);box-shadow:0 6px 18px #14b8a673}.checkout-proceed-btn:active{transform:translateY(0)}.checkout-proceed-btn:disabled{background:var(--border);color:var(--secondary);cursor:not-allowed;box-shadow:none}.security-assurance{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.8rem;color:var(--secondary);margin-top:4px}.empty-cart-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;background:var(--card);border:1px solid var(--border);border-radius:20px;box-shadow:0 4px 16px #00000005;gap:16px;max-width:600px;margin:40px auto}.empty-cart-icon-wrapper{width:96px;height:96px;border-radius:50%;background:#2e7d3214;display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:8px}.empty-cart-state h2{font-size:1.6rem;font-weight:800;margin:0;color:var(--text)}.empty-cart-state p{color:var(--secondary);font-size:.95rem;max-width:400px;margin:0;line-height:1.5}.explore-products-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;text-decoration:none;font-weight:700;font-size:.95rem;padding:12px 24px;border-radius:12px;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 12px #2e7d3240;border:none}.explore-products-btn:hover{background:#1b5e20;transform:translateY(-1px);box-shadow:0 6px 16px #2e7d3259}.checkout-container{max-width:1100px}.checkout-form-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:24px;box-shadow:0 4px 16px #00000005;display:flex;flex-direction:column;gap:20px}.checkout-form-card h2{font-size:1.3rem;font-weight:800;margin:0 0 4px;color:var(--text);border-bottom:1px solid var(--border);padding-bottom:10px}.form-group-row{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 576px){.form-group-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.85rem;font-weight:700;color:var(--secondary)}.form-group input{padding:10px 14px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);outline:none;font-size:.92rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2e7d3226}.payment-method-section{margin-top:10px;display:flex;flex-direction:column;gap:12px}.payment-methods-grid{display:grid;grid-template-columns:1fr;gap:14px}@media (min-width: 576px){.payment-methods-grid{grid-template-columns:1fr 1fr}}.payment-method-option{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;border:1px solid var(--border);background:var(--bg);cursor:pointer;transition:all .25s ease;position:relative}.payment-method-option:hover{border-color:var(--primary);background:var(--hover)}.payment-method-option.selected{border-color:var(--primary);background:#2e7d320d;box-shadow:0 0 0 1px var(--primary)}body[data-theme=dark] .payment-method-option.selected{background:#66bb6a0d;box-shadow:0 0 0 1px var(--primary)}.payment-method-option input[type=radio]{accent-color:var(--primary);width:18px;height:18px;cursor:pointer}.payment-option-details{display:flex;flex-direction:column;gap:2px}.payment-name{font-weight:700;font-size:.92rem;color:var(--text)}.payment-desc{font-size:.78rem;color:var(--secondary)}.place-order-btn{background:var(--primary)!important;box-shadow:0 4px 14px #2e7d324d!important}.place-order-btn:hover{background:#1b5e20!important;box-shadow:0 6px 18px #2e7d3273!important}.checkout-summary-items{display:flex;flex-direction:column;gap:12px;max-height:240px;overflow-y:auto;padding-right:4px}.checkout-summary-item{display:flex;justify-content:space-between;font-size:.9rem}.summary-item-name-qty{color:var(--text);font-weight:600;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-item-qty{color:var(--secondary);font-size:.8rem;margin-left:4px}.summary-item-total{font-weight:700;color:var(--text)}.success-page-container{display:flex;justify-content:center;align-items:center;padding:40px 20px;width:100%}.success-card{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:40px 30px;max-width:520px;width:100%;box-shadow:0 8px 30px #0000000a;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;animation:slide-up .4s cubic-bezier(.175,.885,.32,1.15)}@keyframes slide-up{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.success-icon-badge{width:100px;height:100px;border-radius:50%;background:#16a34a14;display:flex;align-items:center;justify-content:center;color:#16a34a;margin-bottom:8px}.success-icon{animation:pop-bounce .6s cubic-bezier(.175,.885,.32,1.275) .15s both}@keyframes pop-bounce{0%{transform:scale(.3);opacity:0}70%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.success-title{font-size:1.8rem;font-weight:800;color:var(--text);margin:0;letter-spacing:-.5px}.success-tagline{font-size:.95rem;color:var(--secondary);margin:-10px 0 0}.success-order-details{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:16px 20px;display:flex;flex-direction:column;gap:12px}.order-detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.detail-label{color:var(--secondary);font-weight:600}.detail-value{color:var(--text);font-weight:700}.order-id-value{font-family:monospace;font-size:1rem;color:var(--primary);background:#2e7d3214;padding:2px 8px;border-radius:4px}.status-badge{background:#14b8a61a;color:#0d9488;padding:3px 10px;border-radius:99px;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.success-assurance-info{font-size:.88rem;color:var(--secondary);line-height:1.5;margin:4px 0}.success-action-row{width:100%;margin-top:8px}.success-action-row .explore-products-btn{width:100%}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}:root{--bg: #F8FAF8;--card: #FFFFFF;--text: #1F2937;--secondary: #666666;--primary: #2E7D32;--border: #E5E7EB;--hover: #EDF7EE}body[data-theme=dark]{--bg: #121212;--card: #1E1E1E;--text: #F5F5F5;--secondary: #C2C2C2;--primary: #66BB6A;--border: #333333;--hover: #2A2A2A}body{font-family:system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden}img,video,canvas,svg{max-width:100%}button,input,select,textarea{font:inherit;max-width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(46,125,50,.25);outline-offset:2px}.light-theme,.dark-theme{background:var(--bg);color:var(--text);min-height:100vh}:root{--bg-primary:#F7F4EC;--bg-secondary:#FFFDF8;--bg-tertiary:#F0ECE2;--glass-bg:rgba(255,255,255,.55);--glass-border:rgba(255,255,255,.35);--glass-shadow:0 20px 50px rgba(0,0,0,.08);--text-primary:#22312A;--text-secondary:#5E6D66;--text-muted:#8A938F;--forest:#2E7D32;--forest-light:#4CAF50;--mountain:#556B5D;--orange:#D97706;--gold:#E9C46A;--border:#E5E1D7;--shadow-soft:0 10px 40px rgba(0,0,0,.08);--shadow-hover:0 20px 50px rgba(0,0,0,.12);--radius-sm:12px;--radius-md:20px;--radius-lg:32px;--radius-xl:50px;--transition:.35s ease}body[data-theme=dark]{--bg-primary:#0F1517;--bg-secondary:#182225;--bg-tertiary:#202D30;--glass-bg:rgba(255,255,255,.05);--glass-border:rgba(255,255,255,.08);--glass-shadow:0 20px 60px rgba(0,0,0,.45);--text-primary:#FFFFFF;--text-secondary:#D6DDD8;--text-muted:#97A8A1;--forest:#57B65C;--forest-light:#8ED89B;--mountain:#37474F;--orange:#F4A63D;--gold:#FFD54F;--border:#2C3B3D;--shadow-soft:0 20px 40px rgba(0,0,0,.4);--shadow-hover:0 25px 60px rgba(0,0,0,.55)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes pulseGlow{0%{box-shadow:0 0 #4caf5000}50%{box-shadow:0 0 40px #4caf5033}to{box-shadow:0 0 #4caf5000}}@keyframes typing{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}
