@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700&display=swap";.header{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #00000014;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s;filter:drop-shadow(0 2px 10px rgba(0,0,0,.08))}.header.scrolled{height:50px;box-shadow:0 4px 20px #0000001f}.header-content{display:flex;justify-content:space-between;align-items:center;height:100%;padding:.5rem 1.5rem}.logo{height:40px;transition:transform .3s}.logo img{height:100%;object-fit:contain;width:auto}.logo img:hover{transform:scale(1.05)}.menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1002}.menu-toggle span{display:block;height:3px;width:100%;background:#427f1b;border-radius:3px;transition:all .3s;transform-origin:left}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translateY(-2px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translateY(2px)}.nav{position:fixed;top:50px;left:0;right:0;background:#fff;display:flex;flex-direction:column;padding:2rem 1.5rem;box-shadow:0 4px 20px #0000001a;transform:translate(-100%);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);height:calc(100vh - 70px);overflow-y:auto}.nav.active{transform:translate(0);opacity:1;visibility:visible}.nav-links{display:flex;flex-direction:column;gap:.5rem;padding:0 3rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;font-size:1.1rem;padding:1rem;border-bottom:1px solid rgba(66,127,27,.1);transition:all .3s}.nav-links a:hover,.nav-links a.active{background:#427f1b14;color:#427f1b;transform:translate(5px)}.desktop-cart-link{display:flex;align-items:center;padding:10px 20px 4px;background:#427f1b1a;border-radius:12px;text-decoration:none;color:#427f1b;font-weight:600;transition:all .3s;height:55px}.desktop-cart-link:hover{background:#427f1b26;transform:translateY(-2px)}.cart-icon-wrapper{position:relative}.cart-count-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;font-size:12px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center}.cart-total{font-size:14px;font-weight:700;color:#333}.mobile-auth-section{display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem;border-top:1px solid rgba(66,127,27,.1);margin-top:1rem}.mobile-user-info{display:flex;align-items:center;gap:1rem;padding:1rem;background:#427f1b0d;border-radius:8px}.mobile-user-avatar{width:50px;height:50px;background:linear-gradient(135deg,#427f1b,#5a9a2b);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.3rem;flex-shrink:0}.mobile-user-details h4{font-size:1.1rem;margin-bottom:.3rem;color:#333}.mobile-user-details p{font-size:.9rem;color:#666}.mobile-logout-btn,.mobile-signin-btn{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;width:100%;text-decoration:none;text-align:center;justify-content:center}.mobile-logout-btn{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);color:#ff6b6b}.mobile-logout-btn:hover{background:#ff6b6b;color:#fff}.mobile-signin-btn{background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff;border:none}.mobile-signin-btn:hover{background:linear-gradient(135deg,#2f5c14,#427f1b);transform:translateY(-2px)}.desktop-user-section{display:none;align-items:center;gap:1rem}.desktop-user-info{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#427f1b0d;border-radius:12px;transition:all .3s}.desktop-user-info:hover{background:#427f1b1a;transform:translateY(-2px)}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#427f1b,#5a9a2b);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem}.user-details{display:flex;flex-direction:column}.user-name{font-weight:600;color:#333;font-size:.95rem}.user-links{display:flex;gap:.5rem;font-size:.8rem}.user-links a{color:#666;text-decoration:none}.desktop-logout-btn{padding:.6rem 1.2rem;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:8px;color:#ff6b6b;font-weight:600;cursor:pointer;transition:all .3s}.desktop-logout-btn:hover{background:#ff6b6b;color:#fff}.mobile-cart-link{display:flex;align-items:center;gap:12px;padding:1.2rem 1rem;text-decoration:none;color:#333;font-weight:500;font-size:1.1rem;border-bottom:1px solid rgba(66,127,27,.1);position:relative}.mobile-cart-count{position:absolute;right:1rem;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;font-size:12px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center}@media (min-width: 995px){.header{height:80px}.header.scrolled{height:70px}.menu-toggle,.mobile-auth-section,.mobile-cart-link{display:none}.nav{position:static;display:flex;flex-direction:row;background:transparent;box-shadow:none;padding:0;margin:0;transform:none;opacity:1;visibility:visible;height:auto;overflow:visible;gap:2rem}.nav-links{display:flex;flex-direction:row;align-items:center;gap:1rem}.nav-links a{padding:.5rem 0;font-size:1rem;border-bottom:none;text-align:center;position:relative;margin:.5rem 1rem}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#427f1b;transition:width .3s}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a:hover,.nav-links a.active{background:transparent;transform:none}.desktop-user-section{display:flex}}@media (max-width: 767px){.desktop-cart-link,.desktop-user-section{display:none}.nav-links{padding:0}}.hero-section{position:relative;background:linear-gradient(135deg,#427f1be6,#e5ea2fb3);color:#fff;padding:180px 0 120px;margin-top:var(--header-height);overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(229,234,47,.15) 0%,transparent 50%);animation:gradient-shift 8s ease infinite;background-size:400% 400%}.hero-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#336d0fb2,#012c10a2,#5c5f0b81),url(/assets/zaref_bg-D9OkEvd-.png);background-size:cover;background-position:center}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto;animation:fadeIn 1s ease forwards}.hero-title{font-size:3.5rem;margin-bottom:24px;line-height:1.1;opacity:0;animation:slideInLeft .8s ease forwards;animation-delay:.2s;background:linear-gradient(90deg,#fff,#ffffffe6);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:2px 2px 4px rgba(0,0,0,.212)}.hero-subtitle{font-size:1.25rem;margin-bottom:40px;opacity:.9;opacity:0;animation:slideInRight .8s ease forwards;animation-delay:.4s;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-buttons{display:flex;gap:20px;justify-content:center;opacity:0;animation:fadeIn .8s ease forwards;animation-delay:.6s}.hero-buttons .btn{padding:18px 36px;font-size:1.1rem;min-width:180px;border-radius:var(--border-radius-lg);transform:translateY(20px);opacity:0}.hero-buttons .btn-primary{animation:fadeIn .8s ease forwards,float 3s ease-in-out infinite;animation-delay:.8s,1.5s}.hero-buttons .btn-secondary{animation:fadeIn .8s ease forwards,float 3s ease-in-out infinite;animation-delay:1s,1.8s}.hero-features{display:flex;justify-content:center;gap:40px;margin-top:60px;flex-wrap:wrap}.hero-feature{display:flex;flex-direction:column;align-items:center;gap:10px;opacity:0;transform:translateY(30px);animation:fadeIn .8s ease forwards}.hero-feature:nth-child(1){animation-delay:1.2s}.hero-feature:nth-child(2){animation-delay:1.4s}.hero-feature:nth-child(3){animation-delay:1.6s}.feature-icon{font-size:2.5rem;margin-bottom:10px;animation:float 3s ease-in-out infinite}.feature-text{font-size:1rem;font-weight:500;color:#ffffffe6}.can-svg,.vegetable-svg,.fruit-svg,.bottle-svg,.bag-svg,.oil-svg,.milk-svg,.grains-svg{background-image:none!important}.floating-img{width:100%;height:100%;object-fit:contain;filter:brightness(.7) drop-shadow(0 2px 4px rgba(33,146,29,.5));transition:filter .3s ease}.floating-element:hover .floating-img{filter:brightness(.9) drop-shadow(0 4px 8px rgba(114,150,15,.4))}.element-primary .floating-img{filter:brightness(.7) sepia(.3) hue-rotate(-30deg) saturate(1.2) drop-shadow(0 2px 4px rgba(75,156,20,.616))}.element-secondary .floating-img{filter:brightness(.7) sepia(.2) hue-rotate(30deg) saturate(1.1) drop-shadow(0 2px 4px rgba(9,117,54,.3))}.pos-1{top:15%;left:8%}.pos-2{top:10%;right:8%}.pos-3{top:65%;left:10%}.pos-4{top:60%;right:10%}.pos-5{bottom:25%;left:5%}.pos-6{bottom:20%;right:5%}.floating-element:nth-child(odd) .floating-img{animation:rotateSlow 20s linear infinite}.floating-element:nth-child(2n) .floating-img{animation:rotateSlowReverse 25s linear infinite}@keyframes rotateSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotateSlowReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.hero-floating-elements{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:1;pointer-events:none}.floating-element{position:absolute;opacity:.4;filter:drop-shadow(0 4px 8px rgba(59,230,102,.411));animation:floatElement 8s ease-in-out infinite;transition:opacity .5s ease;z-index:1}.floating-element:hover{opacity:.7}.element-small{width:40px;height:40px}.element-medium{width:70px;height:70px}.element-large{width:90px;height:90px}.element-primary{filter:drop-shadow(0 4px 8px rgba(98,180,46,.3))}.element-secondary{filter:drop-shadow(0 4px 8px rgba(229,234,47,.302))}@keyframes floatHorizontal{0%,to{transform:translate(0) translateY(0)}33%{transform:translate(15px) translateY(-10px)}66%{transform:translate(-10px) translateY(10px)}}@keyframes pulseSoft{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.hero-section{position:relative}.hero-content{position:relative;z-index:2}.hero-deco{position:absolute;z-index:1;opacity:.1}.hero-deco-1{top:20%;left:10%;animation:float 6s ease-in-out infinite}.hero-deco-2{bottom:20%;right:10%;animation:float 7s ease-in-out infinite reverse}@media (max-width: 768px){.hero-section{padding:120px 0 80px;min-height:auto}.hero-title{font-size:2.5rem;padding:0 20px}.hero-subtitle{font-size:1.1rem;padding:0 20px}.hero-buttons{flex-direction:column;align-items:center;padding:0 20px}.hero-buttons .btn{width:100%;max-width:300px}.hero-features{gap:30px;margin-top:40px;padding:0 20px}.hero-feature{width:calc(50% - 15px)}}@media (min-width: 769px) and (max-width: 1024px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.15rem}.hero-buttons .btn{padding:16px 30px;min-width:160px}}.footer{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);color:#fff;padding:80px 0 30px;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#427f1b,#5a9a2b);animation:shimmer 3s linear infinite}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:60px;position:relative;z-index:2}.footer-section{animation:fadeIn .6s ease forwards;opacity:0}.footer-section:nth-child(1){animation-delay:.2s}.footer-section:nth-child(2){animation-delay:.4s}.footer-section:nth-child(3){animation-delay:.6s}.footer-logo{display:flex;align-items:center;gap:15px;margin-bottom:25px;transition:transform .3s}.footer-logo:hover{transform:translateY(-3px)}.footer-logo img{height:50px;filter:brightness(0) invert(1)}.footer-description{line-height:1.8;opacity:.8;margin-bottom:30px;font-size:15px}.footer-section h4{margin-bottom:25px;font-size:20px;color:#5a9a2b;position:relative;padding-bottom:10px}.footer-section h4:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:#427f1b;border-radius:3px;transition:width .3s}.footer-section:hover h4:after{width:80px}.footer-links,.contact-info{list-style:none}.footer-links li{margin-bottom:15px;opacity:0;transform:translate(-20px);animation:slideInLeft .5s ease forwards}.footer-links li:nth-child(1){animation-delay:.8s}.footer-links li:nth-child(2){animation-delay:.9s}.footer-links li:nth-child(3){animation-delay:1s}.footer-links a{color:#ffffffe6;text-decoration:none;font-size:15px;transition:all .3s;display:flex;align-items:center;gap:10px}.footer-links a:before{content:"→";opacity:0;transform:translate(-10px);transition:all .3s}.footer-links a:hover{color:#5a9a2b;transform:translate(5px)}.footer-links a:hover:before{opacity:1;transform:translate(0)}.contact-info{list-style:none}.contact-info li{display:flex;align-items:start;justify-content:start;gap:15px;opacity:0;animation:fadeIn .5s ease forwards}.contact-info li:nth-child(1){animation-delay:1.2s}.contact-info li:nth-child(2){animation-delay:1.3s}.contact-info li:nth-child(3){animation-delay:1.4s}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:2}.footer-bottom p{opacity:.7;font-size:14px;animation:fadeIn .8s ease forwards 1.9s;opacity:0}@media (max-width: 768px){.footer{padding:60px 0 30px}.contact-info li{justify-content:center}.footer-content{gap:40px}.footer-section{text-align:center}.footer-section h4:after{left:50%;transform:translate(-50%)}.footer-logo,.footer-links a{justify-content:center}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes fadeIn{to{opacity:1}}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}.home-page{min-height:100vh;display:flex;flex-direction:column}.home-main{flex:1;display:flex;flex-direction:column;gap:0}.section{padding:100px 0;position:relative;transition:all .3s ease}.section:not(:last-child):after{content:"";position:absolute;bottom:0;left:5%;right:5%;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(66,127,27,.1) 50%,transparent 100%)}.container{max-width:1280px;margin:0 auto;padding:0 24px;width:100%}.section-header{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.section-title{font-family:MAIANDRA GD,Assistant,sans-serif;color:var(--text-dark);font-size:2.8rem;font-weight:700;margin-bottom:16px;line-height:1.2;background:linear-gradient(90deg,#427f1b,#5a9a2b);-webkit-background-clip:text;background-clip:text;color:transparent}.section-subtitle{color:var(--text-light);font-size:1.1rem;line-height:1.6;margin-bottom:32px;opacity:.9}.section-content{position:relative}.featured-categories{background:linear-gradient(180deg,#fff,#f9fdf5);padding-top:120px}.view-all-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border:2px solid #427f1b;color:#427f1b;font-weight:600;border-radius:30px;text-decoration:none;transition:all .3s ease}.view-all-btn:hover{background:#427f1b;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #427f1b33}.btn-icon{transition:transform .3s ease}.view-all-btn:hover .btn-icon{transform:translate(4px)}.featured-products{background:#fff;padding:100px 0}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-top:20px}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(66,127,27,.1);position:relative;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #427f1b26;border-color:#427f1b4d}.product-image-container{position:relative;height:220px;background:linear-gradient(135deg,#f8fdf3,#e8f5e0);display:flex;align-items:center;justify-content:center;overflow:hidden}.featured-products .product-image{width:100%;height:100%;object-fit:contain}.product-image-placeholder{width:120px;height:120px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #427f1b1a}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#427f1be6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.quick-view-btn{background:#fff;color:#427f1b;border:none;padding:12px 24px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.product-info{padding:24px;flex-grow:1;display:flex;flex-direction:column;gap:1rem!important}.product-info>div,h2{margin-bottom:2px}.product-name{font-size:1.2rem;font-weight:600;color:var(--text-dark)}.product-price{font-size:1.4rem;font-weight:700;color:#427f1b;margin-bottom:16px}.add-to-cart-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff;border:none;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto}.add-to-cart-btn:hover{background:linear-gradient(135deg,#2f5c14,#427f1b);transform:translateY(-2px);box-shadow:0 6px 15px #427f1b4d}.cart-icon{transition:transform .3s ease}.add-to-cart-btn:hover .cart-icon{transform:translate(2px)}.services{background:linear-gradient(180deg,#f9fdf5,#f0f7eb);padding:100px 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.service-card{background:#fff;border-radius:16px;padding:40px 30px;text-align:center;box-shadow:0 8px 30px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(66,127,27,.1);display:flex;flex-direction:column;align-items:center}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #427f1b26;border-color:#427f1b4d}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#427f1b1a,#e5ea2f1a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .3s ease}.service-card:hover .service-icon{background:linear-gradient(135deg,#427f1b,#5a9a2b);transform:scale(1.1)}.service-icon svg{width:36px;height:36px;fill:#427f1b;transition:all .3s ease}.service-card:hover .service-icon svg{fill:#fff}.service-content{flex:1}.service-title{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:12px}.service-description{color:var(--text-light);line-height:1.6;font-size:.95rem}.cta-section{background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff;text-align:center;padding:120px 0;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotateGradient 20s linear infinite}@keyframes rotateGradient{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cta-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.cta-title{font-family:MAIANDRA GD,Assistant,sans-serif;font-size:3rem;font-weight:700;margin-bottom:20px;line-height:1.2}.cta-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:40px;line-height:1.6}.cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn-large{padding:16px 36px;font-size:1.1rem;min-width:200px}.btn-primary{background:#fff;color:#427f1b}.btn-primary:hover{background:#f0f7eb;color:#000}.btn-outline{background:transparent;border:2px solid white;color:#fff}.btn-outline:hover{background:#fff;color:#427f1b}.loading-container,.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000000d;border:1px solid rgba(66,127,27,.1)}@media (max-width: 1024px){.section{padding:80px 0}.section-title{font-size:2.4rem}.services-grid{grid-template-columns:repeat(2,1fr)}.cta-title{font-size:2.5rem}}@media (max-width: 768px){.container{padding:0 16px}.section{padding:60px 0}.section-title{font-size:2rem}.section-header{margin-bottom:40px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.services-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px}.cta-title{font-size:2rem}.cta-subtitle{font-size:1.1rem}}@media (max-width: 480px){.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}.products-grid{grid-template-columns:1fr}.service-card{padding:30px 20px}}.services{padding:100px 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-top:40px}.service-card{text-align:center;padding:40px 30px;border-radius:var(--border-radius-lg);background:linear-gradient(135deg,#fff,#f9f9f9);box-shadow:var(--shadow-md);transition:all var(--transition-base);opacity:0;transform:translateY(30px);animation:fadeIn .6s ease forwards;border:1px solid var(--border-color)}.service-card:nth-child(1){animation-delay:.7s}.service-card:nth-child(2){animation-delay:.8s}.service-card:nth-child(3){animation-delay:.9s}.service-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-xl);background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));border-color:var(--primary-color)}.service-card:hover .service-icon{color:#fff;transform:scale(1.1) rotate(5deg)}.service-card:hover h3,.service-card:hover p{color:#fff}.service-icon{font-size:60px;margin-bottom:25px;color:var(--primary-color);transition:all var(--transition-base);display:inline-block}.service-card h3{margin-bottom:20px;color:var(--primary-color);font-size:1.5rem;transition:color var(--transition-base)}.service-card p{color:var(--text-light);line-height:1.8;transition:color var(--transition-base)}.cta-section{padding:100px 0;background:linear-gradient(135deg,var(--primary-dark),var(--primary-color));color:#fff;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path d="M0,0 L100,100 L0,100 Z" fill="white" opacity="0.03"/></svg>')}.cta-content{position:relative;z-index:2;max-width:800px;margin:0 auto;animation:scaleIn .8s ease forwards}.cta-title{font-size:2.8rem;margin-bottom:20px}.cta-subtitle{font-size:1.2rem;margin-bottom:40px;opacity:.9;line-height:1.6}.cta-buttons{display:flex;gap:20px;justify-content:center}.newsletter{padding:80px 0;background:var(--background-light)}.newsletter-form{max-width:500px;margin:40px auto 0;display:flex;gap:15px;opacity:0;animation:fadeIn .8s ease forwards;animation-delay:1s}.newsletter-input{flex:1;padding:16px 20px;border:2px solid var(--border-color);border-radius:var(--border-radius-md);font-size:16px;font-family:Poppins,sans-serif;transition:all var(--transition-base)}.newsletter-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #427f1b1a}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity var(--transition-slow)}.loading-overlay.hidden{opacity:0;pointer-events:none}.loader{width:60px;height:60px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-text{color:var(--text-dark);font-size:18px;animation:pulse 1.5s ease-in-out infinite}@media (max-width: 768px){.featured-products,.services,.cta-section{padding:60px 0}.section-title{font-size:2.2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.services-grid{grid-template-columns:1fr;gap:30px}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{width:100%;max-width:300px}.newsletter-form{flex-direction:column}}@media (min-width: 769px) and (max-width: 1024px){.section-title{font-size:2.4rem}.products-grid,.services-grid{grid-template-columns:repeat(2,1fr)}.service-card:nth-child(3){grid-column:1 / -1;max-width:400px;margin:0 auto}}.category-slider-container{max-width:1400px;margin:0 auto;padding:4rem 1rem;background:linear-gradient(180deg,#fff,#f9fdf5)}.slider-header{text-align:center;margin-bottom:3rem}.slider-title{font-family:MAIANDRA GD,sans-serif;color:#2f5c14;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.slider-subtitle{color:#666;font-size:1.1rem;max-width:600px;margin:0 auto}.slider-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.slider-viewport{flex:1;overflow:hidden;border-radius:20px}.slider-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);padding:1rem}.slider-card{flex:0 0 calc(25% - 1.125rem);min-width:calc(25% - 1.125rem);transition:all .4s cubic-bezier(.4,0,.2,1)}.slider-card:hover{transform:translateY(-10px)}.category-card-link{display:block;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #427f1b14;transition:all .3s;height:100%;text-decoration:none;color:inherit;position:relative}.category-card-link:hover{box-shadow:0 16px 32px #427f1b26;transform:translateY(-4px)}.category-card-link:hover .explore-btn{background:linear-gradient(135deg,#2f5c14,#427f1b);transform:translate(4px)}.category-card-link:hover .explore-btn svg{transform:translate(4px)}.category-image-container{position:relative;width:100%;height:200px;overflow:hidden}.category-image{width:100%;height:100%;transition:transform .6s}.category-card-link:hover .category-image{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.1) 100%)}.badge-text{font-size:.75rem;font-weight:600;color:#427f1b;text-transform:uppercase;letter-spacing:.5px}.category-info{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.category-name{font-family:MAIANDRA GD,sans-serif;color:#2f5c14;font-size:1.4rem;font-weight:700;margin:0;line-height:1.3}.category-description{color:#666;font-size:.9rem;line-height:1.5;margin:0;min-height:42px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-stats{margin-top:.5rem}.stat-item{display:flex;align-items:center;gap:.5rem;color:#555;font-size:.85rem;font-weight:500}.stat-item svg{flex-shrink:0;color:#427f1b}.category-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(66,127,27,.1)}.explore-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s ease;width:fit-content}.explore-btn svg{transition:transform .3s ease}.slider-nav-btn{background:#fff;border:2px solid rgba(66,127,27,.2);color:#427f1b;width:48px;height:48px;border-radius:50%;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #0000001a}.slider-nav-btn:hover{background:#427f1b;color:#fff;border-color:#427f1b;transform:scale(1.1);box-shadow:0 6px 16px #427f1b33}.slider-nav-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.slider-nav-btn:disabled:hover{background:#fff;color:#427f1b;border-color:#427f1b33}.slider-controls{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.slider-dots{display:flex;gap:.5rem}.slider-dot{width:10px;height:10px;border-radius:50%;border:2px solid #427F1B;background:transparent;cursor:pointer;transition:all .3s;padding:0}.slider-dot.active{background:#427f1b;transform:scale(1.3)}.slider-dot:hover{background:#427f1b80}.slider-progress{width:200px;height:4px;background:#427f1b1a;border-radius:2px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#427f1b,#5a9a2b);border-radius:2px;transition:width .6s}.view-all-categories{text-align:center;margin-top:3rem}.view-all-btn{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#427f1b;padding:1rem 2rem;border-radius:25px;font-weight:600;text-decoration:none;transition:all .3s;border:2px solid rgba(66,127,27,.3)}.view-all-btn:hover{background:#427f1b;color:#fff;border-color:#427f1b;transform:translateY(-2px);box-shadow:0 8px 20px #427f1b33}.view-all-btn svg{transition:transform .3s ease}.view-all-btn:hover svg{transform:translate(4px)}.empty-slider{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;border:2px dashed rgba(66,127,27,.2)}.empty-slider p{color:#666;font-size:1.1rem;margin:0}@media (max-width: 1200px){.slider-card{flex:0 0 calc(33.333% - 1rem)}}@media (max-width: 768px){.category-slider-container{padding:2.5rem 1rem}.slider-card{flex:0 0 calc(50% - .75rem)}}@media (max-width: 640px){.slider-card{flex:0 0 calc(100% - .5rem)}.slider-nav-btn{display:none}}@media (max-width: 480px){.category-info{padding:1rem}.category-name{font-size:1.2rem}}@media (prefers-reduced-motion: reduce){.slider-track,.category-card-link,.slider-nav-btn,.view-all-btn{transition:none}.slider-card{animation:none}}.category-card-link:focus,.slider-nav-btn:focus,.slider-dot:focus,.view-all-btn:focus{outline:2px solid #427F1B;outline-offset:2px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f9f9f9,#fff);padding:40px 20px;position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;top:-50%;right:-30%;width:800px;height:800px;background:radial-gradient(circle,rgba(66,127,27,.1) 0%,transparent 70%);animation:float 20s ease-in-out infinite}.auth-page:after{content:"";position:absolute;bottom:-30%;left:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(229,234,47,.1) 0%,transparent 70%);animation:float 25s ease-in-out infinite reverse}.auth-container{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--border-radius-xl);box-shadow:var(--shadow-xl);padding:50px;width:100%;max-width:500px;position:relative;z-index:2;border:1px solid rgba(255,255,255,.2);animation:scaleIn .6s ease forwards}.auth-header{text-align:center;margin-bottom:40px;animation:fadeIn .8s ease forwards}.auth-logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none;margin-bottom:30px;transition:transform var(--transition-base)}.auth-logo:hover{transform:scale(1.05) rotate(-2deg)}.auth-logo img{height:50px;animation:float 4s ease-in-out infinite}.auth-logo span{font-family:MAIANDRA GD,sans-serif;font-size:28px;font-weight:700;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;color:transparent}.auth-header h2{color:var(--text-dark);margin-bottom:10px;font-size:28px}.auth-header p{color:var(--text-light);margin-bottom:0;font-size:16px}.auth-form{margin-bottom:40px;animation:slideInLeft .8s ease forwards;animation-delay:.2s;opacity:0}.form-group{margin-bottom:25px}.form-row{display:flex;gap:20px;margin-bottom:25px}.form-row .form-group{flex:1;margin-bottom:0}.form-group label{display:block;margin-bottom:10px;color:var(--text-dark);font-weight:500;font-size:15px;transition:color var(--transition-fast)}.form-group input,.form-group select{width:100%;padding:16px 20px;border:2px solid var(--border-color);border-radius:var(--border-radius-md);font-size:16px;font-family:Poppins,sans-serif;transition:all var(--transition-base);background:#fff;color:var(--text-dark)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px #427f1b1a;transform:translateY(-2px)}.form-group input::placeholder{color:#aaa}.form-group input:focus::placeholder{color:transparent}.otp-inputs{display:flex;gap:15px;justify-content:center;margin-top:20px}.otp-input{width:60px;height:60px;text-align:center;font-size:24px;font-weight:600;border:2px solid var(--border-color);border-radius:var(--border-radius-md);background:#fff;color:var(--text-dark);transition:all var(--transition-base)}.otp-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 4px #427f1b1a;transform:scale(1.05)}.otp-input.filled{border-color:var(--primary-color);background:#427f1b0d}.timer-section{text-align:center;margin-bottom:25px;color:var(--text-light);animation:pulse 2s infinite}.otp-input-group{display:flex;justify-content:center;gap:15px;margin:30px 0 40px;padding:0 10px}.otp-input-group input{width:60px!important;height:70px!important;text-align:center;font-size:1.8rem!important;font-weight:700;border:2px solid rgba(66,127,27,.3);border-radius:12px;background:#fff;color:var(--text-dark);transition:all .3s ease;box-shadow:0 4px 12px #00000014;font-family:Poppins,sans-serif}.otp-input-group input:focus{border-color:#427f1b;box-shadow:0 0 0 4px #427f1b33;outline:none;transform:translateY(-3px);background:#427f1b08}.otp-input-group input.filled{border-color:#427f1b;background:#427f1b0d;box-shadow:0 4px 12px #427f1b26}.otp-input-group input.error{border-color:#ff6b6b;background:#ff6b6b0d;animation:shake .5s ease}.auth-form .otp-input-group{margin:30px 0 40px!important}.otp-input-group input:disabled{background:#0000000d;border-color:#ddd;cursor:not-allowed}.otp-resend{text-align:center;margin:30px 0 25px;padding:20px 15px;background:#427f1b08;border-radius:12px;border:1px solid rgba(66,127,27,.1)}.otp-resend p{color:var(--text-light);font-size:1rem;margin:0;line-height:1.6}.resend-link{background:none;border:none;color:#427f1b!important;font-weight:700;cursor:pointer;padding:8px 16px!important;border-radius:8px;font-size:1rem;text-decoration:none;transition:all .3s ease;margin-left:8px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(66,127,27,.3);background:#ffffffe6}.resend-link:hover:not(:disabled){background:#427f1b!important;color:#fff!important;border-color:#427f1b;transform:translateY(-2px);box-shadow:0 4px 12px #427f1b33;text-decoration:none}.resend-link:disabled{color:#999!important;cursor:not-allowed;background:#0000000d!important;border-color:#ddd!important;opacity:.7}.resend-link:disabled:hover{transform:none;box-shadow:none;background:#0000000d!important}.resend-link .timer-count{font-weight:800;font-size:1.1rem;min-width:30px;display:inline-block;text-align:center}.error-message{background:linear-gradient(135deg,#ff57571a,#ff57570d);color:#ff5757;padding:16px;border-radius:var(--border-radius-md);margin-bottom:25px;text-align:center;border:1px solid rgba(255,87,87,.2);animation:shake .5s ease}.success-message{background:linear-gradient(135deg,#427f1b1a,#427f1b0d);color:var(--primary-color);padding:16px;border-radius:var(--border-radius-md);margin-bottom:25px;text-align:center;border:1px solid rgba(66,127,27,.2);animation:scaleIn .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.auth-form .btn{width:100%;padding:18px;font-size:17px;border-radius:var(--border-radius-md);margin-top:10px;opacity:0;animation:fadeIn .8s ease forwards;animation-delay:.4s}.auth-divider{display:flex;align-items:center;margin-bottom:40px;opacity:0;animation:fadeIn .8s ease forwards;animation-delay:.6s}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--border-color),transparent)}.auth-divider span{padding:0 20px;color:var(--text-light);font-size:14px;text-transform:uppercase;letter-spacing:1px}.google-btn{display:flex;align-items:center;justify-content:center;gap:15px;width:100%;padding:18px;border:2px solid #ddd;background:#fff;color:var(--text-dark);font-size:16px;font-weight:500;border-radius:var(--border-radius-md);transition:all var(--transition-base);opacity:0;animation:fadeIn .8s ease forwards;animation-delay:.8s}.google-btn:hover{background:#f8f9fa;border-color:#ccc;transform:translateY(-3px);box-shadow:var(--shadow-md)}.google-icon{font-size:20px;font-weight:700;color:#4285f4}.auth-footer{text-align:center;padding-top:30px;border-top:1px solid var(--border-color);opacity:0;animation:fadeIn .8s ease forwards;animation-delay:1s}.auth-footer p{margin-bottom:15px;color:var(--text-light);font-size:15px}.auth-footer p:last-child{margin-bottom:0}.auth-link{color:var(--primary-color);text-decoration:none;font-weight:600;position:relative;padding-bottom:2px;transition:color var(--transition-fast)}.auth-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transition:width var(--transition-base)}.auth-link:hover{color:var(--primary-dark)}.auth-link:hover:after{width:100%}.auth-loading{text-align:center;padding:60px 0}.spinner{width:60px;height:60px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 25px}.error-icon{width:60px;height:60px;background:linear-gradient(135deg,#ff57571a,#ff57570d);color:#ff5757;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 25px;animation:scaleIn .5s ease}.error-text{color:#ff5757;margin-bottom:25px;font-size:16px}@media (max-width: 768px){.auth-page{padding:20px}.auth-container{padding:30px 25px}.auth-header h2{font-size:24px}.auth-logo{gap:10px}.auth-logo img{height:40px}.auth-logo span{font-size:24px}.form-row{flex-direction:column;gap:0}.otp-inputs{gap:10px}.otp-input{width:50px;height:50px;font-size:20px}.google-btn{padding:16px;font-size:15px}}@media (max-width: 480px){.auth-container{padding:25px 20px}.spinner-small{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{to{transform:rotate(360deg)}}.input-error{border-color:#ff6b6b!important;background-color:#ff6b6b0d}.otp-error{border-color:#ff6b6b!important;background-color:#ff6b6b0d;animation:shake .5s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.timer-count{font-weight:700;color:#427f1b}.success-message{background:linear-gradient(135deg,#427f1b1a,#427f1b0d);color:#427f1b;padding:16px;border-radius:var(--border-radius-md);margin-bottom:25px;text-align:center;border:1px solid rgba(66,127,27,.2);animation:scaleIn .5s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.otp-inputs{gap:8px}.otp-input{width:45px;height:45px;font-size:18px}.hint-text{display:block;margin-top:5px;font-size:12px;color:#666;font-style:italic}.loading-text{display:block;margin-top:5px;font-size:12px;color:#427f1b;animation:pulse 1.5s infinite}.google-auth-button-container{display:flex;justify-content:center;margin:20px 0}@media (max-width: 768px){.google-auth-button-container{margin:15px 0}.hint-text{font-size:11px}}@media (max-width: 1200px){.otp-input-group{gap:12px}.otp-input-group input{width:55px!important;height:65px!important;font-size:1.6rem!important}}@media (max-width: 992px){.otp-input-group{gap:10px}.otp-input-group input{width:50px!important;height:60px!important;font-size:1.5rem!important}}@media (max-width: 768px){.auth-container{padding:35px 30px!important}.otp-input-group{gap:10px;margin:25px 0 35px}.otp-input-group input{width:50px!important;height:60px!important;font-size:1.5rem!important}.otp-resend{padding:18px 12px;margin:25px 0 20px}.resend-link{padding:7px 14px!important;font-size:.95rem}}@media (max-width: 576px){.otp-input-group{gap:8px;margin:20px 0 30px}.otp-input-group input{width:45px!important;height:55px!important;font-size:1.4rem!important}.otp-resend{padding:15px 10px;margin:20px 0 15px}.otp-resend p{font-size:.95rem}.resend-link{padding:6px 12px!important;font-size:.9rem;margin-left:6px}}@media (max-width: 375px){.otp-input-group{gap:6px}.otp-input-group input{width:42px!important;height:52px!important;font-size:1.3rem!important}.otp-resend p{font-size:.9rem}.resend-link{padding:5px 10px!important;font-size:.85rem}}.otp-input-group input{transition:all .2s cubic-bezier(.4,0,.2,1)}.otp-input-group input[type=text]::-webkit-outer-spin-button,.otp-input-group input[type=text]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.otp-input-group input[type=text]{-moz-appearance:textfield}.otp-input-group input:-webkit-autofill,.otp-input-group input:-webkit-autofill:hover,.otp-input-group input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text-dark);-webkit-box-shadow:0 0 0px 1000px rgba(66,127,27,.05) inset;transition:background-color 5000s ease-in-out 0s}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.resend-link:disabled{animation:pulse 2s infinite}.auth-loading{text-align:center;padding:2rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #427f1b;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.spinner-small{display:inline-block;width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #427f1b;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background:#ff6b6b1a;color:#ff6b6b;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid rgba(255,107,107,.2);text-align:center}.success-message{background:#427f1b1a;color:#427f1b;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid rgba(66,127,27,.2);text-align:center}}.categories-page{min-height:100vh;display:flex;flex-direction:column}.categories-main{flex:1;display:flex;flex-direction:column;gap:0}.categories-hero{background:linear-gradient(135deg,#427f1bf2,#5c9c2be6);color:#fff;padding:120px 0 80px;margin-top:var(--header-height);position:relative;overflow:hidden}.categories-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(229,234,47,.1) 0%,transparent 50%)}.categories-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}.categories-title{font-family:MAIANDRA GD,Assistant,sans-serif;font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.categories-subtitle{font-size:1.3rem;opacity:.95;margin-bottom:3rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.categories-controls{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 15px 35px #0000001a}.categories-search-form{margin-bottom:1.5rem}.search-input-group{display:flex;position:relative}.filter-controls{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;justify-content:center}.filter-group,.sort-group{display:flex;align-items:center;gap:.8rem}.filter-icon,.sort-icon{width:20px;height:20px;fill:#ffffffe6}.filter-select,.sort-select{padding:.8rem 1.2rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff26;color:#fff;font-size:1rem;cursor:pointer;min-width:160px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filter-select option,.sort-select option{background:#427f1b;color:#fff}.view-btn svg{width:20px;height:20px;fill:#ffffffb3}.clear-filters-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-left:auto}.categories-list-section{padding:100px 0;background:linear-gradient(180deg,#fff,#f9fdf5)}.search-summary{background:#427f1b1a;color:#427f1b;padding:.5rem 1rem;border-radius:20px;font-weight:500;font-size:.95rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.category-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(66,127,27,.1);height:100%;display:flex;flex-direction:column}.category-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #427f1b26;border-color:#427f1b4d}.category-card.inactive{opacity:.7;filter:grayscale(.3)}.category-card.inactive:hover{transform:translateY(-5px);opacity:.9}.category-card-inner{padding:2rem;display:flex;flex-direction:column;height:100%}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.category-icon{width:70px;height:70px;background:linear-gradient(135deg,#427f1b1a,#e5ea2f1a);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.category-card:hover .category-icon{background:linear-gradient(135deg,#427f1b,#5a9a2b);transform:scale(1.1)}.category-emoji{font-size:2.5rem;transition:all .3s ease}.category-card:hover .category-emoji{transform:scale(1.2)}.status-badge{display:inline-block;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.active{background:#427f1b1a;color:#427f1b}.status-badge.inactive{background:#ff6b6b1a;color:#ff6b6b}.category-content{flex:1;margin-bottom:1.5rem;margin-top:1rem;text-align:center}.category-name{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.4rem;font-weight:700;margin-bottom:.8rem;line-height:1.3}.category-description{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.category-meta{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:1rem}.category-actions{margin-top:auto}.category-link{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff;text-decoration:none;padding:.9rem 1.8rem;border-radius:10px;font-weight:600;transition:all .3s ease;width:100%;justify-content:center;text-align:center}.category-link:hover{background:linear-gradient(135deg,#2f5c14,#427f1b);transform:translateY(-2px);box-shadow:0 6px 15px #427f1b4d}.link-arrow{transition:transform .3s ease}.category-link:hover .link-arrow{transform:translate(4px)}.categories-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem}.category-list-item{background:#fff;border-radius:15px;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease;border:1px solid rgba(66,127,27,.1);box-shadow:0 5px 15px #00000008}.category-list-item:hover{transform:translate(5px);box-shadow:0 10px 25px #427f1b1a;border-color:#427f1b4d}.category-list-item.inactive{opacity:.7;background:#00000005}.list-item-icon{width:60px;height:60px;background:linear-gradient(135deg,#427f1b1a,#e5ea2f1a);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.list-emoji{font-size:2rem}.list-item-content{flex:1}.list-item-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.list-item-name{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.2rem;font-weight:700;margin:0}.list-status-badge{display:inline-block;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:600}.list-status-badge.active{background:#427f1b1a;color:#427f1b}.list-status-badge.inactive{background:#ff6b6b1a;color:#ff6b6b}.list-item-description{color:var(--text-light);line-height:1.5;margin-bottom:.8rem;font-size:.95rem;max-width:600px}.list-item-meta{display:flex;gap:1rem;flex-wrap:wrap}.meta-tag{background:#427f1b14;color:#427f1b;padding:.3rem .8rem;border-radius:15px;font-size:.85rem;font-weight:500}.list-item-actions{flex-shrink:0}.list-item-link{display:inline-flex;align-items:center;gap:.5rem;color:#427f1b;text-decoration:none;font-weight:600;padding:.7rem 1.5rem;border-radius:8px;background:#427f1b1a;transition:all .3s ease}.list-item-link:hover{background:#427f1b;color:#fff;transform:translateY(-2px)}.list-item-link:hover .link-arrow{transform:translate(4px)}.categories-cta{background:linear-gradient(135deg,#f0f7eb,#e8f5e0);padding:100px 0;border-top:1px solid rgba(66,127,27,.1)}@media (max-width: 1024px){.categories-title{font-size:3rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.filter-controls{justify-content:flex-start}.clear-filters-btn{margin-left:0;margin-top:1rem}}@media (max-width: 768px){.categories-hero{padding:100px 0 60px}.categories-title{font-size:2.5rem}.categories-subtitle{font-size:1.1rem}.categories-controls{padding:1.5rem}.search-input-group{flex-direction:column}.search-input{border-radius:12px;margin-bottom:1rem}.search-button{border-radius:12px;padding:1rem}.filter-controls{flex-direction:column;align-items:stretch;gap:1rem}.filter-group,.sort-group,.filter-select,.sort-select{width:100%}.results-info{flex-direction:column;align-items:flex-start;gap:1rem}.categories-grid{grid-template-columns:1fr}.category-list-item{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem}.list-item-actions{align-self:stretch}.list-item-link{width:100%;justify-content:center}.cta-title{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px}}@media (max-width: 480px){.categories-title{font-size:2rem}.container{padding:0 1rem}.category-card-inner{padding:1.5rem}.category-meta{flex-direction:column;gap:1rem}.page-stats{grid-template-columns:1fr}}.products-page{min-height:100vh;display:flex;flex-direction:column}.products-main{flex:1;display:flex;flex-direction:column;gap:0}.products-hero{background:linear-gradient(135deg,#427f1bf2,#5c9c2be6);color:#fff;padding:120px 0 60px;margin-top:var(--header-height);position:relative;overflow:hidden}.products-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(229,234,47,.1) 0%,transparent 50%)}.products-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto}.products-title{font-family:MAIANDRA GD,Assistant,sans-serif;font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.products-subtitle{font-size:1.3rem;opacity:.95;margin-bottom:3rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.products-controls{background:#7575754f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 15px 35px #0000001a;display:flex;flex-direction:column;gap:20px}.products-search-form{margin-bottom:1.5rem;width:100%}.search-input-group{display:flex;position:relative;width:100%}.search-input-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:20px;height:20px;fill:#ffffffb3;z-index:2}.search-input{flex:1;padding:1.1rem 1.5rem 1.1rem 3.5rem;border:none;border-radius:12px 0 0 12px;font-size:1.05rem;background:#fffffff2;color:#333;transition:all .3s ease}.search-input:focus{outline:none;background:#fff;box-shadow:0 0 0 3px #ffffff4d}.search-button{background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff;border:none;padding:0 2rem;border-radius:0 12px 12px 0;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px}.search-button:hover{background:linear-gradient(135deg,#2f5c14,#427f1b);transform:translate(2px)}.controls-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.filter-toggle-btn{display:flex;align-items:center;gap:.5rem;background:#5d696910;color:#1b1b1b;border:1px solid rgba(255,255,255,.493);padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-toggle-btn:hover{background:#ffffff4d}.filter-toggle-btn svg{width:18px;height:18px;fill:#fff}.view-sort-controls{display:flex;align-items:center;gap:5px}.view-toggle{display:flex;gap:.5rem;background:#ffffff26;padding:.4rem;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.view-btn{background:transparent;border:none;padding:.6rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.view-btn svg{width:18px;height:18px;fill:#ffffffb3}.view-btn.active{background:#ffffff40}.view-btn.active svg{fill:#fff}.view-btn:hover:not(.active){background:#ffffff1a}.sort-group{display:flex;align-items:center;gap:.8rem}.sort-icon{width:18px;height:18px;fill:#ffffffe6}.sort-select{padding:.8rem 1.2rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff26;color:#5a5a5a;font-size:1rem;cursor:pointer;min-width:160px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sort-select option{background:#a1a1a1;color:#fff}.filters-panel{max-height:0;overflow:hidden;transition:max-height .5s ease;color:#0000002c}.filters-panel.show{max-height:500px}.price-range-inputs{display:flex;align-items:center;gap:1rem}.price-input{flex:1;padding:.8rem 1rem;border:1px solid rgba(41,41,41,.521);border-radius:8px;background:#ffffff26;color:#353535;font-size:1rem}.price-input::placeholder{color:#fff9}.price-input:focus{outline:none;border-color:#5b8156;background:#fff3}.price-range-separator{color:#000;font-weight:500}.filter-section{margin-bottom:2rem;padding:1.5rem;background:#ffffff1a;border-radius:12px;border:1px solid rgba(255,255,255,.1);color:#333}.filter-section h4{color:#000;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.category-filters{display:flex;flex-wrap:wrap;gap:.5rem}.category-filter-btn{padding:.6rem 1.2rem;background:#ffffff1a;color:#303030;border:1px solid rgba(98,129,107,.2);border-radius:20px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.category-filter-btn:hover{background:#fff3}.category-filter-btn.active{background:#fff;color:#427f1b;font-weight:600}.status-filters{display:flex;flex-direction:column;gap:.8rem}.status-filter-label{display:flex;align-items:center;gap:.8rem;color:#383838;cursor:pointer;font-size:.95rem}.status-filter-label input[type=radio]{width:18px;height:18px;accent-color:#427f1b}.clear-filters-btn{width:100%;padding:1rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.clear-filters-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.products-list-section{padding:100px 0;background:linear-gradient(180deg,#fff,#f9fdf5)}.results-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(66,127,27,.1)}.results-stats{display:flex;align-items:baseline;gap:.5rem}.results-count{font-family:MAIANDRA GD,sans-serif;font-size:2.5rem;font-weight:700;color:#427f1b}.results-label{font-size:1.1rem;color:var(--text-light);font-weight:500}.results-summary{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:flex-end}.summary-tag{background:#427f1b1a;color:#427f1b;padding:.5rem 1rem;border-radius:20px;font-weight:500;font-size:.9rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(66,127,27,.1);height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #427f1b26;border-color:#427f1b4d}.product-card.inactive{opacity:.7;filter:grayscale(.3)}.product-card.inactive:hover{transform:translateY(-5px);opacity:.9}.product-image-container{position:relative;height:200px;background:linear-gradient(135deg,#f8fdf3,#e8f5e0);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{width:100px;height:100px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #427f1b1a}.placeholder-icon{font-size:48px;opacity:.6}.offer-badge{position:absolute;top:15px;left:15px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.3rem;z-index:2}.offer-badge svg{width:14px;height:14px;fill:#fff}.stock-badge{position:absolute;top:15px;right:15px;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2}.stock-badge.in-stock{background:#427f1b1a;color:#427f1b}.stock-badge.low-stock{background:#ffc1071a;color:#ffc107}.stock-badge.out-of-stock{background:#ff6b6b1a;color:#ff6b6b}.stock-badge.inactive{background:#6c757d1a;color:#6c757d}.product-actions-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#427f1be6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease;z-index:1}.product-card:hover .product-actions-overlay{opacity:1}.quick-view-btn{background:#fff;color:#427f1b;border:none;padding:.8rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.quick-view-btn:hover{background:#f0f7eb;transform:scale(1.05)}.quick-view-btn svg{width:16px;height:16px;fill:#427f1b}.favorite-btn{position:absolute;top:15px;right:15px;background:#ffffffe6;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:3}.favorite-btn:hover{background:#fff;transform:scale(1.1)}.favorite-btn svg{width:18px;height:18px;fill:#ff6b6b}.product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-category{font-size:.85rem;color:#5a9a2b;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.product-title{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.3rem;font-weight:700;margin-bottom:.8rem;line-height:1.3}.product-description{color:var(--text-light);line-height:1.5;margin-bottom:1rem;font-size:.95rem;flex:1}.product-price{margin-bottom:1rem}.price-container{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.original-price{text-decoration:line-through;color:#999;font-size:1rem}.discount-price{font-size:1.4rem;font-weight:700;color:#427f1b}.discount-badge{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;padding:.2rem .8rem;border-radius:15px;font-size:.8rem;font-weight:600}.product-details{margin-bottom:1.5rem}.detail-item{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem}.detail-label{color:var(--text-light);font-weight:500}.detail-value{color:var(--text-dark);font-weight:600}.product-attributes{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.attribute-tag{background:#427f1b14;color:#427f1b;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.product-actions{margin-top:auto}.add-to-cart-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.8rem;background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff;border:none;padding:.9rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart-btn:hover:not(:disabled){background:linear-gradient(135deg,#2f5c14,#427f1b);transform:translateY(-2px);box-shadow:0 6px 15px #427f1b4d}.add-to-cart-btn svg{width:18px;height:18px;fill:#fff}.products-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.product-list-item{background:#fff;border-radius:15px;padding:1.5rem;display:grid;grid-template-columns:200px 1fr;gap:2rem;transition:all .3s ease;border:1px solid rgba(66,127,27,.1);box-shadow:0 5px 15px #00000008}.product-list-item:hover{transform:translate(5px);box-shadow:0 10px 25px #427f1b1a;border-color:#427f1b4d}.product-list-item.inactive{opacity:.7;background:#00000005}.list-item-image{position:relative;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#f8fdf3,#e8f5e0);display:flex;align-items:center;justify-content:center}.list-item-image img{width:100%;height:100%;object-fit:cover}.list-image-placeholder{font-size:48px;opacity:.6}.list-offer-badge{position:absolute;top:10px;left:10px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;padding:.4rem .8rem;border-radius:15px;font-size:.7rem;display:flex;align-items:center;gap:.3rem}.list-offer-badge svg{width:12px;height:12px;fill:#fff}.list-item-content{display:flex;flex-direction:column}.list-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.header-left{flex:1}.list-item-title{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.list-category-tag{display:inline-block;background:#427f1b1a;color:#427f1b;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.list-item-price{font-size:1.5rem;font-weight:700;color:#427f1b}.list-status-badge{padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-in-stock{background:#427f1b1a;color:#427f1b}.status-low-stock{background:#ffc1071a;color:#ffc107}.status-out-of-stock{background:#ff6b6b1a;color:#ff6b6b}.status-inactive{background:#6c757d1a;color:#6c757d}.list-item-details{flex:1;margin-bottom:1.5rem}.list-item-description{color:var(--text-light);line-height:1.6;margin-bottom:1rem;font-size:.95rem}.list-item-meta{display:flex;gap:2rem;flex-wrap:wrap}.meta-item{display:flex;flex-direction:column;gap:.3rem}.meta-label{font-size:.85rem;color:#888;font-weight:500}.meta-value{font-size:1rem;font-weight:600;color:#427f1b}.attributes-tags{display:flex;gap:.5rem;flex-wrap:wrap}.list-item-actions{display:flex;gap:1rem;margin-top:auto}.list-favorite-btn,.list-view-btn,.list-cart-btn{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-size:.9rem}.list-favorite-btn{background:#ff6b6b1a;color:#ff6b6b}.list-favorite-btn:hover{background:#ff6b6b33}.list-favorite-btn svg{width:16px;height:16px;fill:#ff6b6b}.list-view-btn{background:#427f1b1a;color:#427f1b}.list-view-btn:hover{background:#427f1b33}.list-view-btn svg{width:16px;height:16px;fill:#427f1b}.list-cart-btn{background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff}.list-cart-btn:hover:not(:disabled){background:linear-gradient(135deg,#2f5c14,#427f1b);transform:translateY(-2px)}.list-cart-btn:disabled{background:#e9ecef;color:#6c757d;cursor:not-allowed}.list-cart-btn svg{width:16px;height:16px;fill:#fff}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin:3rem 0}.pagination-btn{padding:.8rem 1.2rem;background:#fff;color:#427f1b;border:1px solid rgba(66,127,27,.2);border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.pagination-numbers{display:flex;gap:.5rem}.page-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3rem;padding-top:3rem;border-top:2px solid rgba(66,127,27,.1)}.stats-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;border:1px solid rgba(66,127,27,.1);transition:all .3s ease}.stats-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #427f1b1a;border-color:#427f1b4d}.stats-number{font-family:MAIANDRA GD,sans-serif;font-size:2.8rem;font-weight:800;color:#427f1b;margin-bottom:.5rem;line-height:1}.stats-label{color:var(--text-light);font-size:1rem;font-weight:500}.products-cta{background:linear-gradient(135deg,#f0f7eb,#e8f5e0);padding:100px 0;border-top:1px solid rgba(66,127,27,.1)}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-title{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.loading-container,.error-container,.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(66,127,27,.1);max-width:600px;margin:0 auto}.error-icon,.empty-icon{font-size:3rem;margin-bottom:1.5rem}.error-message{color:#ff6b6b;font-size:1.1rem;margin-bottom:1.5rem}.empty-title{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.8rem;margin-bottom:.8rem}.empty-description{color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem}@media (max-width: 1024px){.products-title{font-size:3rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-list-item{grid-template-columns:150px 1fr}}@media (max-width: 768px){.products-hero{padding:100px 0 40px}.products-title{font-size:2.5rem}.products-subtitle{font-size:1.1rem}.products-controls{padding:1.5rem}.controls-header{flex-direction:column;align-items:stretch}.view-sort-controls{display:space-between;gap:initial}.search-input-group{flex-direction:column}.search-input{border-radius:12px;margin-bottom:1rem}.search-button{border-radius:12px;padding:1rem}.results-info{flex-direction:column;align-items:flex-start;gap:1rem}.results-summary{justify-content:flex-start}.products-grid{grid-template-columns:1fr}.product-list-item{grid-template-columns:1fr;gap:1.5rem}.list-item-header{flex-direction:column;align-items:flex-start}.header-right{align-items:flex-start}.list-item-actions,.pagination{flex-direction:column}.pagination-numbers{order:2}.pagination-btn.prev{order:1;width:100%}.pagination-btn.next{order:3;width:100%}.cta-title{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px}}@media (max-width: 480px){.products-title{font-size:2rem}.container{padding:0 1rem}.product-info{padding:1rem}.page-stats{grid-template-columns:1fr}.category-filters{overflow-x:auto;padding-bottom:.5rem}.category-filter-btn{white-space:nowrap}}.about-page{min-height:100vh;display:flex;flex-direction:column}.about-main{flex:1;display:flex;flex-direction:column;gap:0}.company-history-imag{max-width:100%;height:auto;border-radius:8px}.about-hero{background:linear-gradient(135deg,#427f1bf2,#5c9c2be6);color:#fff;padding:140px 0 80px;margin-top:var(--header-height);position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(229,234,47,.1) 0%,transparent 50%)}.about-hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.about-title{font-family:MAIANDRA GD,Assistant,sans-serif;font-size:3.8rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.about-subtitle{font-size:1.3rem;opacity:.95;line-height:1.6;max-width:700px;margin:0 auto}.story-section{padding:100px 0;background:#fff}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-text h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.story-text p{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.story-image{display:flex;justify-content:center;align-items:center}.image-placeholder{width:350px;height:350px;background:linear-gradient(135deg,#427f1b1a,#e5ea2f1a);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 20px 40px #427f1b1a}.story-emoji{font-size:8rem;opacity:.8}.values-section{padding:100px 0;background:linear-gradient(180deg,#fff,#f9fdf5)}.values-title{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.value-card{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(66,127,27,.1);transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center}.value-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #427f1b26;border-color:#427f1b4d}.value-icon{width:80px;height:80px;background:linear-gradient(135deg,#427f1b1a,#e5ea2f1a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.value-card:hover .value-icon{background:linear-gradient(135deg,#427f1b,#5a9a2b);transform:scale(1.1)}.value-icon svg{width:36px;height:36px;fill:#427f1b;transition:all .3s ease}.value-card:hover .value-icon svg{fill:#fff}.value-card h3{font-size:1.4rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.value-card p{color:var(--text-light);line-height:1.6;font-size:1rem}.stats-section{padding:100px 0;background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.stat-card{text-align:center;padding:2rem}.stat-number{font-family:MAIANDRA GD,sans-serif;font-size:3.5rem;font-weight:800;margin-bottom:.5rem;line-height:1;text-shadow:0 2px 4px rgba(0,0,0,.2)}.stat-label{font-size:1.1rem;opacity:.95;font-weight:500}.about-cta{padding:100px 0;background:linear-gradient(180deg,#f0f7eb,#e8f5e0)}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-title{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2.8rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.cta-text{color:var(--text-light);font-size:1.2rem;line-height:1.6;margin-bottom:3rem;opacity:.9}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media (max-width: 1024px){.about-title{font-size:3.2rem}.story-content{grid-template-columns:1fr;gap:3rem}.story-image{order:-1}.values-grid,.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.about-hero{padding:100px 0 60px}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.1rem}.story-text h2,.values-title,.team-title,.cta-title{font-size:2.2rem}.values-grid,.team-grid,.stats-grid{grid-template-columns:1fr;gap:2rem}.cta-buttons{flex-direction:column;align-items:center}.btn-large{width:100%;max-width:300px}}@media (max-width: 480px){.about-title{font-size:2rem}.container{padding:0 1rem}.value-card,.team-card{padding:2rem 1.5rem}.stat-number{font-size:2.8rem}}.contact-page{min-height:100vh;display:flex;flex-direction:column}.contact-main{flex:1;display:flex;flex-direction:column;gap:0}.contact-hero{background:linear-gradient(135deg,#427f1bf2,#5c9c2be6);color:#fff;padding:140px 0 80px;margin-top:var(--header-height);position:relative;overflow:hidden}.contact-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(229,234,47,.1) 0%,transparent 50%)}.contact-hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.contact-title{font-family:MAIANDRA GD,Assistant,sans-serif;font-size:3.8rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.contact-subtitle{font-size:1.3rem;opacity:.95;line-height:1.6;max-width:700px;margin:0 auto}.contact-info-section{padding:100px 0;background:#fff}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}.contact-card{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(66,127,27,.1);transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #427f1b1a}.contact-icon{width:70px;height:70px;background:linear-gradient(135deg,#427f1b1a,#e5ea2f1a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.contact-icon svg{width:30px;height:30px;fill:#427f1b}.contact-card h3{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.contact-detail{color:var(--text-light);line-height:1.6;margin:.5rem 0}.contact-hours{color:#888;font-size:.9rem;margin-top:.5rem}.contact-form-section{padding:100px 0;background:linear-gradient(180deg,#fff,#f9fdf5)}.form-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid rgba(66,127,27,.1);padding-bottom:1rem}.tab-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:transparent;border:2px solid transparent;border-radius:10px;font-weight:600;color:var(--text-light);cursor:pointer;transition:all .3s ease}.tab-btn:hover{color:#427f1b;background:#427f1b0d}.tab-btn.active{color:#427f1b;background:#427f1b1a;border-color:#427f1b33}.tab-btn svg{width:18px;height:18px;fill:currentColor}.form-hint{font-size:.9rem;color:var(--text-light);margin-top:.5rem}.form-hint a{color:#427f1b;font-weight:600;text-decoration:none}.form-hint a:hover{text-decoration:underline}.faq-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.submit-message{padding:1.5rem;border-radius:12px;margin-bottom:2rem;font-weight:500}@media (max-width: 768px){.form-tabs{flex-direction:column}.tab-btn{width:100%;justify-content:center}.faq-preview-grid{grid-template-columns:repeat(auto-fit,minmax(268px,1fr))}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}@media (max-width: 480px){.faq-preview-card{padding:1.5rem}}.support-tabs-section{padding:80px 0;background:linear-gradient(180deg,#fff,#f9fdf5)}.tabs-navigation{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid rgba(66,127,27,.1);padding-bottom:1rem;flex-wrap:wrap}.tab-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:transparent;border:2px solid transparent;border-radius:10px;font-weight:600;color:var(--text-light);cursor:pointer;transition:all .3s ease;font-size:1rem}.form-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(66,127,27,.1)}.form-header h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:.8rem}.form-header p{color:var(--text-light);font-size:1.1rem;line-height:1.6}.tickets-wrapper{width:100%}.new-ticket-form{background:#427f1b08;border-radius:15px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(66,127,27,.1)}.new-ticket-form h3{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.5rem;margin-bottom:1.5rem}.new-ticket-form select{width:100%;padding:1rem 1.5rem;border:2px solid rgba(66,127,27,.1);border-radius:10px;font-size:1rem;background:#fff;color:var(--text-dark);cursor:pointer;transition:all .3s ease}.new-ticket-form select:focus{outline:none;border-color:#427f1b;box-shadow:0 0 0 3px #427f1b1a}.loading-spinner{width:50px;height:50px;border:4px solid #e8f5e0;border-top-color:#427f1b;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.empty-tickets h3{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.5rem;margin-bottom:.8rem}.ticket-actions .btn{display:flex;align-items:center;gap:.5rem}.questions-form-wrapper .form-hint{font-size:.9rem;color:var(--text-light);margin-top:.5rem}.questions-form-wrapper .form-hint a{color:#427f1b;font-weight:600;text-decoration:none}.questions-form-wrapper .form-hint a:hover{text-decoration:underline}.submit-message{padding:1.5rem;border-radius:12px;margin-bottom:2rem;font-weight:500;font-size:1rem}.form-actions{display:flex;gap:1rem;margin-top:2rem}.form-actions .btn{min-width:150px}.faq-preview-section .section-header p{color:var(--text-light);font-size:1.2rem;max-width:600px;margin:0 auto}.faq-preview-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 8px 25px #0000000d;border:1px solid rgba(66,127,27,.1);transition:all .3s ease;display:flex;flex-direction:column}.faq-preview-card h3{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid rgba(66,127,27,.1)}.faq-preview-card li{color:var(--text-light);position:relative;padding:.5rem 0 .5rem 1.5rem}.faq-preview-card li:before{content:"•";color:#427f1b;font-weight:700;position:absolute;left:0}.btn-link{color:#427f1b;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;margin-top:auto}@media (max-width: 768px){.tabs-navigation{flex-direction:column}.tab-btn{width:100%;justify-content:center}.tickets-header{flex-direction:column;align-items:flex-start;gap:1rem}.tickets-header .btn{width:100%}.ticket-header{flex-direction:column;align-items:flex-start;gap:1rem}.status-badge{margin-left:0;align-self:flex-start}.ticket-meta{flex-direction:column;gap:.5rem}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.tab-content{padding:1.5rem}}@media (max-width: 480px){.contact-title{font-size:2.2rem}.faq-preview-section h2{font-size:2rem}.new-ticket-form{padding:1.5rem}}.tabs-navigation{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid rgba(66,127,27,.1);padding-bottom:1rem;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.tabs-navigation::-webkit-scrollbar{display:none}.tab-btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:transparent;border:2px solid transparent;border-radius:10px;font-weight:600;color:var(--text-light);cursor:pointer;transition:all .3s ease;font-size:1rem;white-space:nowrap;flex-shrink:0}.tab-btn:hover{color:#427f1b;background:#427f1b0d;border-color:#427f1b1a}.tab-btn.active{color:#427f1b;background:#427f1b1a;border-color:#427f1b33;box-shadow:0 4px 12px #427f1b1a}.tab-btn svg{width:20px;height:20px;fill:currentColor}.tab-content{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(66,127,27,.1);min-height:400px}.tickets-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(66,127,27,.1)}.tickets-header h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.8rem;font-weight:700;margin:0}.tickets-header .btn{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:600}.tickets-header .btn svg{width:18px;height:18px;fill:currentColor}.new-ticket-form{background:#427f1b08;border-radius:15px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(66,127,27,.1);animation:slideDown .3s ease-out}.new-ticket-form h3{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.5rem;margin-bottom:1.5rem;font-weight:700}.new-ticket-form .form-group{margin-bottom:1.5rem}.new-ticket-form label{display:block;color:var(--text-dark);font-weight:600;margin-bottom:.5rem;font-size:.95rem}.new-ticket-form .required{color:#ff6b6b}.new-ticket-form input,.new-ticket-form textarea,.new-ticket-form select{width:100%;padding:1rem 1.2rem;border:2px solid rgba(66,127,27,.1);border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.new-ticket-form input:focus,.new-ticket-form textarea:focus,.new-ticket-form select:focus{outline:none;border-color:#427f1b;box-shadow:0 0 0 3px #427f1b1a}.new-ticket-form textarea{resize:vertical;min-height:120px}.loading-tickets{text-align:center;padding:3rem}.empty-tickets{text-align:center;padding:3rem;background:#427f1b08;border-radius:15px;border:1px dashed rgba(66,127,27,.2)}.empty-tickets .empty-icon{width:60px;height:60px;fill:#427f1b4d;margin-bottom:1.5rem}.empty-tickets h3{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.5rem;margin-bottom:.8rem;font-weight:700}.empty-tickets p{color:var(--text-light);margin-bottom:1.5rem}.tickets-list{display:flex;flex-direction:column;gap:1.5rem}.ticket-card{background:#fff;border-radius:15px;border:1px solid rgba(66,127,27,.1);overflow:hidden;transition:all .3s ease;box-shadow:0 5px 15px #00000008}.ticket-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #427f1b1a;border-color:#427f1b33}.ticket-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#427f1b05;border-bottom:1px solid rgba(66,127,27,.1)}.ticket-header h3{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin:0;flex:1}.status-badge{padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-left:1rem}.status-open{background:#427f1b1a;color:#427f1b}.status-closed{background:#6c757d1a;color:#6c757d}.ticket-body{padding:1.5rem}.ticket-preview{color:var(--text-light);line-height:1.6;margin-bottom:1.5rem;font-size:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.ticket-meta{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.9rem}.reason-tag{background:#427f1b1a;color:#427f1b;padding:.3rem .8rem;border-radius:15px;font-weight:500}.date,.replies-count{color:var(--text-light);display:flex;align-items:center;gap:.3rem}.ticket-actions{padding:1rem 1.5rem;border-top:1px solid rgba(66,127,27,.1);display:flex;gap:1rem;background:#427f1b05}.ticket-actions .btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:600}.ticket-actions .btn svg{width:16px;height:16px;fill:currentColor}.questions-form-wrapper .form-hint{font-size:.9rem;color:var(--text-light);margin-top:.5rem;line-height:1.5}.questions-form-wrapper .form-hint a{color:#427f1b;font-weight:600;text-decoration:none;transition:all .3s ease}.questions-form-wrapper .form-hint a:hover{text-decoration:underline;color:#2f5c14}.faq-preview-section{padding:80px 0;background:linear-gradient(180deg,#f9fdf5,#fff)}.faq-preview-section .section-header{text-align:center;margin-bottom:3rem}.faq-preview-section h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.faq-preview-section .section-header p{color:var(--text-light);font-size:1.2rem;max-width:600px;margin:0 auto;line-height:1.6}.faq-preview-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 8px 25px #0000000d;border:1px solid rgba(66,127,27,.1);transition:all .3s ease;display:flex;flex-direction:column;height:100%}.faq-preview-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #427f1b1a;border-color:#427f1b4d}.faq-preview-card h3{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid rgba(66,127,27,.1);font-family:MAIANDRA GD,sans-serif}.faq-preview-card ul{list-style:none;padding:0;margin:0 0 1.5rem;flex:1}.faq-preview-card li{color:var(--text-light);position:relative;padding:.5rem 0 .5rem 1.5rem;line-height:1.5}.faq-preview-card li:before{content:"•";color:#427f1b;font-weight:700;font-size:1.2rem;position:absolute;left:0;top:.3rem}.btn-link{color:#427f1b;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(66,127,27,.1)}.btn-link:after{content:"→";font-weight:700;transition:transform .3s ease}.btn-link:hover:after{transform:translate(5px)}.form-wrapper{max-width:800px;margin:0 auto;background:#fff;border-radius:20px;padding:3rem;box-shadow:0 15px 40px #0000000d;border:1px solid rgba(66,127,27,.1)}.form-header{text-align:center;margin-bottom:2.5rem}.form-header h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:.8rem}.form-header p{color:var(--text-light);font-size:1.1rem}.submit-message{padding:1rem 1.5rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500;text-align:center}.submit-message.success{background:#427f1b1a;color:#427f1b;border:1px solid rgba(66,127,27,.2)}.submit-message.error{background:#ff6b6b1a;color:#ff6b6b;border:1px solid rgba(255,107,107,.2)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex}.form-group label{color:var(--text-dark);font-weight:600;margin-bottom:.5rem;font-size:.95rem}.required{color:#ff6b6b}.form-group input,.form-group textarea{padding:1rem 1.2rem;border:1px solid rgba(66,127,27,.2);border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#427f1b;box-shadow:0 0 0 3px #427f1b1a}.form-group textarea{resize:vertical;min-height:150px}.checkbox-group{flex-direction:row!important;align-items:center;justify-content:start;gap:.8rem}.checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:#427f1b}.checkbox-group label{font-weight:400;font-size:.9rem;line-height:1.5;margin-bottom:0}.checkbox-group a{color:#427f1b;text-decoration:none;font-weight:600}.checkbox-group a:hover{text-decoration:underline}.submit-btn{background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff;border:none;padding:1.2rem 2.5rem;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;min-width:180px}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#2f5c14,#427f1b);transform:translateY(-2px);box-shadow:0 8px 20px #427f1b4d}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.faq-section{padding:100px 0;background:#fff}.faq-title{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:3rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.faq-item{background:linear-gradient(135deg,#fff,#f9f9f9);border-radius:15px;padding:2rem;border:1px solid rgba(66,127,27,.1);transition:all .3s ease}.faq-item:hover{transform:translateY(-3px);box-shadow:0 10px 25px #427f1b1a;border-color:#427f1b33}.faq-item h3{color:var(--text-dark);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.faq-item p{color:var(--text-light);line-height:1.6;font-size:.95rem}.map-section{padding:100px 0;background:linear-gradient(180deg,#fff,#f9fdf5)}.map-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1000px;margin:0 auto}.map-info h3{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.map-info p{color:var(--text-light);line-height:1.6;margin-bottom:2rem}.transport-info{display:flex;flex-direction:column;gap:1rem}.transport-item{display:flex;align-items:center;gap:1rem;color:var(--text-light)}.transport-icon{font-size:1.5rem;width:40px;text-align:center}.map-placeholder{background:linear-gradient(135deg,#f8fdf3,#e8f5e0);border-radius:20px;height:350px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(66,127,27,.2);position:relative;overflow:hidden}.map-content{text-align:center;padding:2rem}.map-pin{font-size:3rem;margin-bottom:1rem;display:block}.map-content p{color:var(--text-dark);margin-bottom:1.5rem;font-weight:500}.directions-btn{background:#427f1b;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.directions-btn:hover{background:#2f5c14;transform:translateY(-2px)}@media (max-width: 1024px){.contact-title{font-size:3.2rem}.form-wrapper{padding:2.5rem}.map-wrapper{grid-template-columns:1fr;gap:3rem}.faq-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.contact-hero{padding:100px 0 60px}.contact-title{font-size:2.5rem}.contact-subtitle{font-size:1.1rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.form-wrapper{padding:2rem}.form-header h2{font-size:2rem}.faq-title,.map-info h3{font-size:2.2rem}.faq-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:repeat(1,1fr)}}@media (max-width: 480px){.contact-title{font-size:2rem}.container{padding:0 1rem}.contact-card{padding:2rem 1.5rem}.contact-grid{grid-template-columns:1fr}.form-wrapper{padding:1.5rem}.submit-btn{width:100%}@media (max-width: 768px){.tabs-navigation{flex-direction:row;overflow-x:auto}.tab-btn{padding:.8rem 1.2rem;font-size:.9rem}.tab-content{padding:1.5rem}.tickets-header{flex-direction:column;align-items:stretch;gap:1rem}.tickets-header h2{text-align:center}.ticket-header{flex-direction:column;align-items:flex-start;gap:1rem}.status-badge{margin-left:0;align-self:flex-start}.ticket-meta{flex-direction:column;gap:.5rem}.ticket-actions{flex-direction:column}.ticket-actions .btn{width:100%;justify-content:center}.faq-preview-section h2{font-size:2rem}}.tab-btn{padding:.7rem 1rem;font-size:.85rem}.tab-btn svg{width:16px;height:16px}.new-ticket-form{padding:1.5rem}.contact-title{font-size:2.2rem}}.cart-page{min-height:100vh;display:flex;flex-direction:column}.cart-main{flex:1;display:flex;flex-direction:column;gap:0}.cart-hero{background:linear-gradient(135deg,#427f1bf2,#5c9c2be6);color:#fff;padding:140px 0 80px;margin-top:var(--header-height);position:relative;overflow:hidden}.cart-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(229,234,47,.1) 0%,transparent 50%)}.cart-hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.cart-title{font-family:MAIANDRA GD,Assistant,sans-serif;font-size:3.8rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.cart-subtitle{font-size:1.3rem;opacity:.95;line-height:1.6;max-width:700px;margin:0 auto}.cart-content{padding:100px 0;background:linear-gradient(180deg,#fff,#f9fdf5)}.empty-cart{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}.empty-cart-icon{font-size:5rem;margin-bottom:2rem;opacity:.6}.empty-cart h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.empty-cart p{color:var(--text-light);font-size:1.2rem;margin-bottom:2.5rem}.cart-wrapper{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.cart-items-section{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(66,127,27,.1)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(66,127,27,.1)}.section-header h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.8rem;font-weight:700;margin:0}.clear-cart-btn{background:#ff6b6b1a;color:#ff6b6b;border:1px solid rgba(255,107,107,.3);padding:.6rem 1.2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.clear-cart-btn:hover{background:#ff6b6b;color:#fff}.cart-items{margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1.5rem;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(66,127,27,.1);transition:all .3s ease}.cart-item:hover{background:#427f1b05}.cart-item:last-child{border-bottom:none}.item-image{width:100px;height:100px;background:linear-gradient(135deg,#f8fdf3,#e8f5e0);border-radius:12px;display:flex;align-items:center;justify-content:center}.image-placeholder{width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #427f1b1a}.item-details{display:flex;flex-direction:column;gap:.5rem}.item-name{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin:0}.item-stock{color:#427f1b;font-size:.85rem;font-weight:500;margin:0}.item-quantity{display:flex;align-items:center;gap:.8rem;background:#427f1b0d;padding:.5rem;border-radius:8px}.quantity-btn{width:32px;height:32px;background:#fff;border:1px solid rgba(66,127,27,.2);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.quantity-btn:hover:not(:disabled){background:#427f1b;border-color:#427f1b}.quantity-btn:hover:not(:disabled) svg{fill:#fff}.quantity-btn svg{width:14px;height:14px;fill:#427f1b;transition:fill .3s ease}.quantity-value{font-weight:600;min-width:30px;text-align:center;font-size:1rem}.item-price{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.price-amount{font-size:1.3rem;font-weight:700;color:var(--text-dark)}.price-unit{font-size:.9rem;color:var(--text-light)}.remove-item-btn{width:40px;height:40px;background:#ff6b6b1a;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.remove-item-btn:hover{background:#ff6b6b}.remove-item-btn:hover svg{fill:#fff}.remove-item-btn svg{width:18px;height:18px;fill:#ff6b6b;transition:fill .3s ease}.continue-shopping{margin-top:2rem;padding-top:1.5rem;border-top:2px solid rgba(66,127,27,.1)}.continue-shopping a{color:#427f1b;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease}.continue-shopping a:hover{color:#2f5c14;text-decoration:underline}.order-summary{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(66,127,27,.1);position:sticky;top:100px}.summary-header{margin-bottom:2rem}.summary-header h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.8rem;font-weight:700;margin:0}.summary-details{margin-bottom:2rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem}.summary-row:not(.total) span:first-child{color:var(--text-light)}.summary-row:not(.total) span:last-child{color:var(--text-dark);font-weight:500}.summary-row.total{font-size:1.3rem;font-weight:700;color:#427f1b;margin-top:1rem}.summary-row.discount{color:#ff6b6b}.summary-divider{height:1px;background:#427f1b1a;margin:1.5rem 0}.shipping-selector{display:flex;align-items:center;gap:1rem}.shipping-select{padding:.6rem 1rem;border:1px solid rgba(66,127,27,.2);border-radius:8px;font-size:.9rem;background:#fff;color:var(--text-dark);cursor:pointer;min-width:150px}.shipping-select:focus{outline:none;border-color:#427f1b}.promo-section{margin-bottom:2rem}.promo-form{display:flex;gap:.5rem;margin-bottom:.5rem}.promo-input{flex:1;padding:.8rem 1rem;border:1px solid rgba(66,127,27,.2);border-radius:8px;font-size:.9rem}.promo-input:focus{outline:none;border-color:#427f1b}.promo-btn{background:#427f1b;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.promo-btn:hover:not(:disabled){background:#2f5c14}.promo-btn:disabled{opacity:.7;cursor:not-allowed}.promo-success{color:#427f1b;font-size:.9rem;font-weight:600;margin:0}.checkout-btn{width:100%;padding:1.2rem;background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}.checkout-btn:hover{background:linear-gradient(135deg,#2f5c14,#427f1b);transform:translateY(-2px);box-shadow:0 6px 15px #427f1b4d}.security-info{display:flex;justify-content:space-around;margin-bottom:2rem;padding:1.5rem;background:#427f1b0d;border-radius:10px}.security-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.security-icon{width:24px;height:24px;fill:#427f1b}.security-item span{font-size:.85rem;color:var(--text-light);font-weight:500}.payment-methods{text-align:center}.payment-title{color:var(--text-light);font-size:.9rem;margin-bottom:1rem}.payment-icons{display:flex;justify-content:center;gap:1rem}.payment-icon{font-size:1.5rem;opacity:.7}.recommended-section{padding:100px 0;background:#fff}.section-title{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem}.recommended-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:900px;margin:0 auto}.recommended-card{background:#fff;border-radius:15px;padding:2rem;text-align:center;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(66,127,27,.1);transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.recommended-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #427f1b1a}.recommended-image{width:120px;height:120px;background:linear-gradient(135deg,#427f1b1a,#e5ea2f1a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.image-emoji{font-size:3rem;opacity:.8}.recommended-card h3{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.recommended-price{color:#427f1b;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem}.add-to-cart-btn{background:#427f1b1a;color:#427f1b;border:1px solid rgba(66,127,27,.3);padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.add-to-cart-btn:hover{background:#427f1b;color:#fff}@media (max-width: 1024px){.cart-title{font-size:3.2rem}.cart-wrapper{grid-template-columns:1fr;gap:2rem}.order-summary{position:static}.recommended-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.cart-hero{padding:100px 0 60px}.cart-title{font-size:2.5rem}.cart-subtitle{font-size:1.1rem}.cart-items-section,.order-summary{padding:2rem}.cart-item{grid-template-columns:80px 1fr;grid-template-areas:"image details" "quantity price" "remove remove";gap:1rem}.item-image{grid-area:image;width:80px;height:80px}.item-details{grid-area:details}.item-quantity{grid-area:quantity}.item-price{grid-area:price;align-items:flex-end}.remove-item-btn{grid-area:remove;width:100%;margin-top:1rem}.recommended-grid{grid-template-columns:1fr;max-width:400px}.section-title{font-size:2rem}}@media (max-width: 480px){.cart-title{font-size:2rem}.container{padding:0 1rem}.cart-items-section,.order-summary{padding:1.5rem}.section-header{flex-direction:column;gap:1rem;align-items:flex-start}.security-info{flex-direction:column;gap:1rem}.promo-form{flex-direction:column}}.orders-page{min-height:100vh;display:flex;flex-direction:column}.orders-main{flex:1;padding-top:var(--header-height)}.orders-hero{background:linear-gradient(135deg,#427f1bf2,#5c9c2be6);color:#fff;padding:140px 0 80px;position:relative;overflow:hidden}.orders-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(229,234,47,.1) 0%,transparent 50%)}.orders-hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.orders-title{font-family:MAIANDRA GD,Assistant,sans-serif;font-size:3.8rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.orders-subtitle{font-size:1.3rem;opacity:.95;line-height:1.6;max-width:700px;margin:0 auto}.orders-content{padding:100px 0;background:linear-gradient(180deg,#fff,#f9fdf5)}.orders-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:50px}.stat-card{background:#fff;border-radius:var(--border-radius-lg);padding:25px;display:flex;align-items:center;gap:20px;box-shadow:var(--shadow-md);border:1px solid rgba(66,127,27,.1);transition:all var(--transition-base)}.stat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.stat-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center}.stat-icon svg{width:30px;height:30px}.stat-icon.total{background:#427f1b1a}.stat-icon.total svg{fill:#427f1b}.stat-icon.pending{background:#f59e0b1a}.stat-icon.pending svg{fill:#f59e0b}.stat-icon.shipped{background:#8b5cf61a}.stat-icon.shipped svg{fill:#8b5cf6}.stat-icon.delivered{background:#10b9811a}.stat-icon.delivered svg{fill:#10b981}.stat-info h3{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:5px}.stat-info p{color:var(--text-light);font-size:.9rem}.orders-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:40px;padding-bottom:20px;border-bottom:2px solid rgba(66,127,27,.1)}.filter-btn{padding:10px 25px;background:#427f1b1a;border:none;border-radius:30px;color:var(--text-dark);font-weight:600;cursor:pointer;transition:all var(--transition-base)}.filter-btn:hover{background:#427f1b33}.filter-btn.active{background:#427f1b;color:#fff}.orders-list{display:flex;flex-direction:column;gap:25px}.order-card{background:#fff;border-radius:var(--border-radius-lg);padding:30px;box-shadow:var(--shadow-md);border:1px solid rgba(66,127,27,.1);transition:all var(--transition-base)}.order-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:#427f1b33}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid rgba(66,127,27,.1)}.order-meta{display:flex;flex-direction:column;gap:8px}.order-id{font-weight:700;color:var(--text-dark);font-size:1.1rem}.order-date{color:var(--text-light);font-size:.9rem}.order-status{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;font-weight:600;font-size:.9rem}.order-status svg{width:16px;height:16px}.order-items{display:flex;gap:20px;margin-bottom:25px;flex-wrap:wrap}.order-item-preview{display:flex;align-items:center;gap:15px;padding:15px;background:#427f1b0d;border-radius:var(--border-radius-md);min-width:200px}.item-image-placeholder{width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #427f1b1a}.placeholder-icon{font-size:20px;opacity:.7}.item-info h4{font-size:1rem;margin-bottom:5px;color:var(--text-dark)}.item-info p{font-size:.9rem;color:var(--text-light)}.more-items{display:flex;align-items:center;justify-content:center;padding:15px;background:#427f1b0d;border-radius:var(--border-radius-md);color:var(--text-light);font-size:.9rem;font-weight:600}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid rgba(66,127,27,.1)}.order-total{display:flex;align-items:center;gap:10px}.order-total span:first-child{color:var(--text-light);font-size:1rem}.total-amount{font-size:1.5rem;font-weight:700;color:#427f1b}.order-actions{display:flex;gap:15px;align-items:center}.view-details-btn{padding:10px 20px;font-size:.9rem}.cancel-btn{background:#ff6b6b1a;color:#ff6b6b;border:1px solid rgba(255,107,107,.3);padding:10px 20px;font-size:.9rem}.pay-btn{padding:10px 25px;font-size:.9rem}.loading-container,.error-container,.empty-orders{text-align:center;padding:60px 20px;background:#fff;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);border:1px solid rgba(66,127,27,.1)}.error-icon,.empty-icon{font-size:64px;margin-bottom:20px;opacity:.6}.error-container h3,.empty-orders h3{margin-bottom:10px;color:var(--text-dark)}.error-container p,.empty-orders p{color:var(--text-light);margin-bottom:30px;max-width:400px;margin-left:auto;margin-right:auto}@media (max-width: 1024px){.orders-title{font-size:3.2rem}.orders-stats{grid-template-columns:repeat(2,1fr)}.order-footer{flex-direction:column;gap:20px;align-items:stretch}.order-actions{flex-wrap:wrap;justify-content:center}}@media (max-width: 768px){.orders-hero{padding:100px 0 60px}.orders-title{font-size:2.5rem}.orders-subtitle{font-size:1.1rem}.orders-stats{grid-template-columns:1fr}.orders-filters{overflow-x:auto;padding-bottom:10px}.filter-btn{white-space:nowrap}.order-header{flex-direction:column;gap:15px;align-items:flex-start}.order-items{flex-direction:column}}@media (max-width: 480px){.orders-title{font-size:2rem}.container{padding:0 1rem}.order-card{padding:20px}.order-actions{flex-direction:column}.view-details-btn,.cancel-btn,.pay-btn{width:100%}}.order-details-page{min-height:100vh;display:flex;flex-direction:column}.order-details-main{flex:1;padding-top:var(--header-height)}.order-details-hero{background:linear-gradient(135deg,#427f1bf2,#5c9c2be6);color:#fff;padding:140px 0 80px;position:relative;overflow:hidden}.order-details-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(229,234,47,.1) 0%,transparent 50%)}.order-details-hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.order-details-title{font-family:MAIANDRA GD,Assistant,sans-serif;font-size:3.8rem;font-weight:800;margin-bottom:1rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.order-details-subtitle{font-size:1.3rem;opacity:.95;line-height:1.6}.order-details-content{padding:100px 0;background:linear-gradient(180deg,#fff,#f9fdf5)}.order-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.order-status-card,.shipping-address-card,.order-items-card,.order-summary-card{background:#fff;border-radius:var(--border-radius-lg);padding:30px;box-shadow:var(--shadow-md);border:1px solid rgba(66,127,27,.1);margin-bottom:30px}.order-status-card h2,.shipping-address-card h2,.order-items-card h2,.order-summary-card h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.5rem;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid rgba(66,127,27,.1)}.status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.current-status{display:flex;align-items:center;gap:10px;padding:10px 20px;border-radius:30px;font-weight:600;font-size:1rem}.current-status svg{width:20px;height:20px}.order-timeline{position:relative;padding-left:30px}.timeline-step{position:relative;margin-bottom:30px}.timeline-step:last-child{margin-bottom:0}.step-icon{position:absolute;left:-45px;top:0;width:30px;height:30px;background:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#6b7280;z-index:2}.step-icon.completed{background:#10b981;color:#fff}.step-info h4{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:5px}.step-info p{color:var(--text-light);font-size:.9rem}.step-connector{position:absolute;left:-30px;top:30px;width:2px;height:calc(100% + 30px);background:#e5e7eb}.step-connector.completed{background:#10b981}.address-details{display:flex;flex-direction:column;gap:15px}.address-item{display:flex;align-items:flex-start;gap:15px}.address-item svg{width:20px;height:20px;fill:#427f1b;flex-shrink:0;margin-top:2px}.address-item span{color:var(--text-dark);line-height:1.6}.items-list{display:flex;flex-direction:column;gap:20px}.order-item-detail{display:grid;grid-template-columns:80px 1fr auto;gap:20px;padding:20px;background:#427f1b0d;border-radius:var(--border-radius-md)}.item-image{width:80px;height:80px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center}.image-placeholder{width:50px;height:50px;background:#427f1b1a;border-radius:50%;display:flex;align-items:center;justify-content:center}.placeholder-icon{font-size:24px;opacity:.7}.item-info{display:flex;flex-direction:column;gap:8px}.item-info h3{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin:0}.item-description{color:var(--text-light);font-size:.9rem;margin:0}.item-meta{display:flex;gap:20px;font-size:.9rem}.item-quantity{color:var(--text-dark);font-weight:500}.item-price{color:#427f1b;font-weight:600}.item-total{font-size:1.2rem;font-weight:700;color:var(--text-dark);align-self:center}.summary-details{margin-bottom:30px}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:1rem}.summary-row span:first-child{color:var(--text-light)}.summary-row span:last-child{color:var(--text-dark);font-weight:500}.summary-row.total{font-size:1.3rem;font-weight:700;color:#427f1b;margin-top:20px}.summary-row.discount{color:#10b981}.summary-divider{height:1px;background:#427f1b1a;margin:20px 0}.order-actions{display:flex;flex-direction:column;gap:15px}.btn-large{padding:15px 30px;font-size:1.1rem}.cancel-btn{background:#ff6b6b1a;color:#ff6b6b;border:1px solid rgba(255,107,107,.3)}.cancel-btn:hover{background:#ff6b6b;color:#fff}@media (max-width: 1024px){.order-details-title{font-size:3.2rem}.order-details-grid{grid-template-columns:1fr;gap:30px}}@media (max-width: 768px){.order-details-hero{padding:100px 0 60px}.order-details-title{font-size:2.5rem}.order-details-subtitle{font-size:1.1rem}.status-header{flex-direction:column;gap:15px;align-items:flex-start}.order-item-detail{grid-template-columns:1fr;grid-template-areas:"image" "info" "total";text-align:center}.item-image{grid-area:image;margin:0 auto}.item-info{grid-area:info}.item-total{grid-area:total}}@media (max-width: 480px){.order-details-title{font-size:2rem}.container{padding:0 1rem}.order-status-card,.shipping-address-card,.order-items-card,.order-summary-card{padding:20px}.order-actions .btn{width:100%}}.profile-page{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-light, #f9fdf5)}.profile-main{flex:1;padding-top:var(--header-height, 80px)}.profile-hero{background:linear-gradient(135deg,#427f1bf2,#5c9c2be6);color:#fff;padding:3rem 0;position:relative;overflow:hidden}.profile-hero .container{position:relative;z-index:2}.profile-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(229,234,47,.1) 0%,transparent 50%)}.profile-hero-content{display:flex;align-items:center;gap:2.5rem}.profile-avatar{position:relative;flex-shrink:0}.avatar-placeholder{width:7.5rem;height:7.5rem;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;color:var(--primary-color);box-shadow:0 .625rem 1.875rem #0003}.edit-avatar-btn{position:absolute;bottom:.3125rem;right:.3125rem;width:2.25rem;height:2.25rem;background:var(--secondary-color);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-base)}.edit-avatar-btn:hover,.edit-avatar-btn:focus{transform:scale(1.1);background:var(--secondary-light)}.edit-avatar-btn svg{width:1.125rem;height:1.125rem;fill:var(--text-dark)}.profile-info{flex:1}.profile-name{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:.5rem;line-height:1.2}.profile-email{display:flex;align-items:center;gap:.625rem;font-size:1.1rem;opacity:.9;margin-bottom:1.25rem}.profile-email svg{width:1.25rem;height:1.25rem;fill:currentColor}.profile-badges{display:flex;flex-wrap:wrap;gap:.625rem}.profile-tabs{background:#fff;border-bottom:1px solid var(--border-color, rgba(66, 127, 27, .1));position:sticky;top:var(--header-height, 80px);z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2}.tabs-container{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs-container::-webkit-scrollbar{display:none}.tab-btn{padding:1.25rem 1.875rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:1rem;font-weight:600;color:var(--text-light);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.625rem;white-space:nowrap;transition:all var(--transition-base);flex-shrink:0}.tab-btn svg{width:1.25rem;height:1.25rem;stroke:currentColor}.tab-btn:hover{color:var(--primary-color);background-color:#427f1b08}.tab-btn.active{color:var(--primary-color);border-bottom-color:var(--primary-color);background-color:#427f1b0d}.profile-content{padding:3rem 0}.profile-content .container{max-width:1200px;margin:0 auto;padding:0 1rem}.tab-pane{animation:fadeIn .3s ease}.profile-details{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,22rem),1fr));gap:1.875rem}.detail-card{background:#fff;border-radius:var(--border-radius-lg, .75rem);padding:1.875rem;box-shadow:var(--shadow-md, 0 4px 12px rgba(0, 0, 0, .08));border:1px solid var(--border-color, rgba(66, 127, 27, .1));display:flex;flex-direction:column;gap:1.25rem;transition:all var(--transition-base);position:relative;height:100%}.detail-card:hover{transform:translateY(-.3125rem);box-shadow:var(--shadow-lg, 0 8px 24px rgba(0, 0, 0, .12));border-color:#427f1b33}.detail-card-header{display:flex;align-items:flex-start;gap:1.25rem}.detail-icon{width:3.75rem;height:3.75rem;background:linear-gradient(135deg,#427f1b1a,#e5ea2f1a);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.detail-icon svg{width:1.5rem;height:1.5rem;fill:var(--primary-color)}.detail-title{font-size:1.3rem;margin-bottom:0;color:var(--text-dark);flex:1;text-align:left}.detail-content{flex:1}.detail-row{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(66,127,27,.1)}.detail-row:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-label{color:var(--text-light);font-weight:500;margin-right:.5rem}.detail-value{color:var(--text-dark);font-weight:600;text-align:right;flex:1;min-width:60%}.detail-card-footer{display:flex;justify-content:flex-end;margin-top:auto}.edit-btn{background:none;border:1px solid var(--primary-color);color:var(--primary-color);padding:.5rem 1rem;border-radius:var(--border-radius-md, .5rem);font-size:.9rem;cursor:pointer;transition:all var(--transition-base)}.edit-btn:hover,.edit-btn:focus{background:var(--primary-color);color:#fff}.orders-empty{text-align:center;padding:5rem 1.25rem;max-width:31.25rem;margin:0 auto}.orders-empty .empty-icon{font-size:4rem;margin-bottom:1.25rem;opacity:.6}.orders-empty h3{margin-bottom:.9375rem;color:var(--text-dark);font-size:1.8rem}.orders-empty p{color:var(--text-light);margin-bottom:1.875rem;line-height:1.6}.settings-section{max-width:50rem;margin:0 auto}.settings-section h3{margin-bottom:1.875rem;font-size:1.8rem;color:var(--text-dark)}.settings-list{display:flex;flex-direction:column;gap:1.25rem}.setting-item{background:#fff;border-radius:var(--border-radius-lg, .75rem);padding:1.5625rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;box-shadow:var(--shadow-md, 0 4px 12px rgba(0, 0, 0, .08));border:1px solid var(--border-color, rgba(66, 127, 27, .1));gap:1rem}.setting-info{flex:1;min-width:15rem}.setting-info h4{font-size:1.1rem;margin-bottom:.3125rem;color:var(--text-dark)}.setting-info p{color:var(--text-light);font-size:.9rem;line-height:1.5}.switch{position:relative;display:inline-block;width:3.75rem;height:1.875rem;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background-color:#ccc;transition:.4s;border-radius:2.125rem}.slider:before{position:absolute;content:"";height:1.375rem;width:1.375rem;left:.25rem;bottom:.25rem;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:var(--primary-color)}input:checked+.slider:before{transform:translate(1.875rem)}.loading-container,.empty-state{text-align:center;padding:6.25rem 1.25rem}.empty-state .empty-icon{font-size:4rem;margin-bottom:1.25rem;opacity:.6}.empty-state h2{margin-bottom:.9375rem;color:var(--text-dark)}.empty-state p{color:var(--text-light);margin-bottom:1.875rem}.loading-spinner{width:3.75rem;height:3.75rem;border:.25rem solid #e8f5e0;border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.25rem}@media (max-width: 1024px){.profile-hero-content{flex-direction:column;text-align:center;gap:1.875rem}.profile-email,.profile-badges{justify-content:center}}@media (max-width: 768px){.profile-hero{padding:2rem 0}.profile-name{font-size:1.8rem}.avatar-placeholder{width:6rem;height:6rem;font-size:2.5rem}.tab-btn{padding:1rem 1.25rem;font-size:.9rem;flex:1;min-width:fit-content}.profile-details{grid-template-columns:1fr;gap:1.25rem}.detail-card{padding:1.5rem;gap:1rem}.detail-card-header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.detail-title{text-align:center}.detail-row{flex-direction:column;gap:.25rem;text-align:center}.detail-label,.detail-value{text-align:center;width:100%}.setting-item{flex-direction:column;text-align:center;align-items:stretch}.setting-info{min-width:auto}.edit-btn{align-self:center}}@media (max-width: 480px){.profile-content .container{padding:0 .75rem}.tab-btn{padding:.75rem 1rem;font-size:.85rem}.detail-card{padding:1.25rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-details-page{min-height:100vh;display:flex;flex-direction:column}.product-details-main{flex:1}.breadcrumb-container{background:linear-gradient(180deg,#f9fdf5,#fff);padding:1.5rem 0;border-bottom:1px solid rgba(66,127,27,.1)}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.breadcrumb-item{color:#5a9a2b;text-decoration:none;transition:color .3s ease}.breadcrumb-item:hover{color:#2f5c14;text-decoration:underline}.breadcrumb-item.active{color:var(--text-dark);font-weight:600}.breadcrumb-separator{color:#999}.product-details-section{padding:4rem 0}.product-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media (max-width: 992px){.product-details-grid{grid-template-columns:1fr;gap:2rem}}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f8fdf3,#e8f5e0);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}.main-image img{width:100%;height:100%;object-fit:contain;padding:2rem}.thumbnail-images{display:flex;gap:.75rem;overflow-x:auto;padding:.5rem}.thumbnail-btn{width:80px;height:80px;border-radius:8px;border:2px solid transparent;background:#f5f5f5;cursor:pointer;padding:0;overflow:hidden;transition:all .3s ease;flex-shrink:0}.thumbnail-btn:hover{border-color:#427f1b4d}.thumbnail-btn.active{border-color:#427f1b}.thumbnail-btn img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:400px;background:linear-gradient(135deg,#f8fdf3,#e8f5e0);border-radius:16px;display:flex;align-items:center;justify-content:center}.placeholder-icon{font-size:120px;opacity:.6}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-header{display:flex;flex-direction:column;gap:.75rem}.category-badge{display:inline-block;background:#427f1b1a;color:#427f1b;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.product-title{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2.5rem;font-weight:800;line-height:1.2;margin:0}@media (max-width: 768px){.product-title{font-size:2rem}}.product-rating{display:flex;align-items:center;gap:.75rem}.stars{display:flex;gap:.25rem}.star-icon{width:20px;height:20px;fill:#ffc107}.rating-text{color:var(--text-light);font-size:.95rem}.product-price-section{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;padding:1rem 0;border-top:2px solid rgba(66,127,27,.1);border-bottom:2px solid rgba(66,127,27,.1)}.price-container{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.original-price{font-size:1.2rem;color:#999;text-decoration:line-through}.discount-price{font-family:MAIANDRA GD,sans-serif;font-size:2.2rem;font-weight:800;color:#427f1b}.discount-badge{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.offer-tag{display:flex;align-items:center;gap:.5rem;background:#427f1b1a;color:#427f1b;padding:.75rem 1.25rem;border-radius:20px;font-weight:600}.offer-tag svg{width:18px;height:18px;fill:#427f1b}.product-description h3{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.product-description p{color:var(--text-light);line-height:1.8;font-size:1.05rem;white-space:pre-line}.stock-status{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:12px;border:2px solid;background:#ffffff0d}.stock-label{font-weight:600;color:var(--text-dark);min-width:120px}.stock-value{font-weight:600;font-size:1.1rem}.stock-in-stock{color:#427f1b}.stock-low-stock{color:#ffc107}.stock-out-of-stock{color:#ff6b6b}.stock-inactive{color:#6c757d}.product-attributes h3{font-size:1.3rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem}.attributes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.attribute-item{display:flex;justify-content:space-between;padding:.75rem 1rem;background:#427f1b0d;border-radius:8px;border:1px solid rgba(66,127,27,.1)}.attribute-key{font-weight:600;color:var(--text-dark)}.attribute-value{color:#427f1b;font-weight:500}.product-actions{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;padding-top:1rem;border-top:2px solid rgba(66,127,27,.1)}.quantity-selector{display:flex;align-items:center;border:2px solid rgba(66,127,27,.2);border-radius:10px;overflow:hidden}.quantity-btn{width:45px;height:45px;background:#fff;border:none;font-size:1.2rem;font-weight:600;color:#427f1b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.quantity-btn:hover:not(:disabled){background:#427f1b1a}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-input{width:70px;height:45px;border:none;text-align:center;font-size:1.1rem;font-weight:600;color:var(--text-dark);background:#fff;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.add-to-cart-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff;border:none;border-radius:10px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;min-width:200px}.add-to-cart-btn:hover:not(:disabled){background:linear-gradient(135deg,#2f5c14,#427f1b);transform:translateY(-2px);box-shadow:0 10px 25px #427f1b4d}.add-to-cart-btn:disabled{background:#e9ecef;color:#6c757d;cursor:not-allowed}.add-to-cart-btn svg{width:20px;height:20px;fill:#fff}.favorite-btn{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:transparent;color:#427f1b;border:2px solid #427f1b;border-radius:10px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;min-width:140px}.favorite-btn:hover{background:#427f1b1a}.favorite-btn.active{background:#427f1b;color:#fff}.favorite-btn svg{width:20px;height:20px;fill:currentColor}.shipping-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:2rem;background:#427f1b0d;border-radius:16px;border:1px solid rgba(66,127,27,.1)}.info-item{display:flex;align-items:flex-start;gap:1rem}.info-item svg{width:24px;height:24px;fill:#427f1b;flex-shrink:0;margin-top:.25rem}.info-item h4{font-size:1rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.info-item p{font-size:.9rem;color:var(--text-light);margin:0}.specifications-section{padding:4rem 0;background:linear-gradient(180deg,#fff,#f9fdf5)}.specifications-section .section-title{text-align:center;margin-bottom:3rem}.specifications-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.spec-item{display:flex;justify-content:space-between;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid rgba(66,127,27,.1);box-shadow:0 5px 15px #00000008;transition:all .3s ease}.spec-item:hover{transform:translateY(-3px);box-shadow:0 10px 25px #427f1b1a;border-color:#427f1b4d}.spec-label{font-weight:600;color:var(--text-dark)}.spec-value{color:#427f1b;font-weight:500;text-align:right}.related-products-section{padding:4rem 0}.related-products-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.view-all-link{display:flex;align-items:center;gap:.5rem;color:#427f1b;text-decoration:none;font-weight:600;transition:all .3s ease}.view-all-link:hover{color:#2f5c14;gap:1rem}.view-all-link svg{width:16px;height:16px;fill:currentColor;transform:rotate(180deg)}.related-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.related-product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0000000d;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(66,127,27,.1)}.related-product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #427f1b26;border-color:#427f1b4d}.product-link{text-decoration:none;color:inherit;display:block}.related-product-image{height:200px;background:linear-gradient(135deg,#f8fdf3,#e8f5e0);display:flex;align-items:center;justify-content:center;overflow:hidden}.related-product-image img{width:100%;height:100%;object-fit:contain;padding:1.5rem;transition:transform .5s ease}.related-product-card:hover .related-product-image img{transform:scale(1.05)}.related-product-info{padding:1.5rem}.related-product-title{font-family:MAIANDRA GD,sans-serif;font-size:1.2rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem;line-height:1.3}.related-product-price{font-size:1.4rem;font-weight:800;color:#427f1b;margin-bottom:.5rem}.related-product-category{font-size:.9rem;color:var(--text-light);opacity:.8}.featured-products-section{padding:4rem 0;background:linear-gradient(180deg,#f9fdf5,#fff)}.featured-products-section .section-title{text-align:center;margin-bottom:3rem}.questions-section{padding:4rem 0;background-color:#f8f9fa;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}.questions-header{text-align:center;margin-bottom:3rem}.section-title-container{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.section-title-icon{width:28px;height:28px;color:#427f1b}.questions-count{background-color:#e9ecef;color:#495057;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600}.section-subtitle{color:#6c757d;font-size:1.1rem;max-width:600px;margin:0 auto;line-height:1.6}.ask-question-form{background-color:#fff;border-radius:12px;padding:2rem;margin-bottom:3rem;box-shadow:0 2px 8px #0000000d;border:1px solid #e9ecef}.form-header{margin-bottom:1.5rem}.form-header h3{margin:0 0 .5rem;color:#333;font-size:1.5rem}.auth-required{color:#6c757d;font-size:.95rem;margin:0}.auth-required a{color:#427f1b;text-decoration:none;font-weight:600}.auth-required a:hover{text-decoration:underline}.question-form{display:flex;flex-direction:column;gap:1.5rem}.question-input{width:100%;padding:1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .3s ease,box-shadow .3s ease}.question-input:focus{outline:none;border-color:#427f1b;box-shadow:0 0 0 3px #427f1b1a}.question-input:disabled{background-color:#f8f9fa;cursor:not-allowed}.input-footer{display:flex;justify-content:flex-end;margin-top:.5rem}.char-count{font-size:.875rem;color:#6c757d}.submit-question-btn{align-self:flex-end;display:flex;align-items:center;gap:.5rem;padding:.75rem 2rem;font-weight:600}.submit-question-btn:disabled{opacity:.6;cursor:not-allowed}.loading-spinner-small{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #427f1b;border-radius:50%;animation:spin 1s linear infinite}.questions-list{margin-bottom:3rem}.questions-list-title{margin:0 0 1.5rem;color:#333;font-size:1.5rem}.loading-questions{text-align:center;padding:3rem}.empty-questions{text-align:center;padding:3rem;background-color:#fff;border-radius:12px;border:2px dashed #dee2e6}.empty-questions .empty-icon{width:60px;height:60px;color:#adb5bd;margin-bottom:1rem}.empty-questions h3{margin:0 0 .5rem;color:#333}.empty-questions p{color:#6c757d;margin:0}.questions-container{display:flex;flex-direction:column;gap:1rem}.question-item{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;transition:all .3s ease}.question-item:hover{box-shadow:0 4px 12px #0000000d}.question-item.expanded{box-shadow:0 4px 16px #0000001a}.question-header{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start;transition:background-color .3s ease}.question-header:hover{background-color:#f8f9fa}.question-content{display:flex;gap:1rem;align-items:flex-start;flex:1}.question-icon{flex-shrink:0}.answered-icon{width:24px;height:24px;color:#427f1b}.pending-icon{width:24px;height:24px;color:#ffc107}.question-text{flex:1}.question-title{margin:0 0 .5rem;color:#333;font-size:1.1rem;line-height:1.4}.question-meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;font-size:.875rem}.asked-by{color:#427f1b;font-weight:600}.asked-date{color:#6c757d}.answer-status{padding:.25rem .75rem;border-radius:20px;font-weight:600;font-size:.75rem}.answer-status.answered{background-color:#d1fae5;color:#065f46}.answer-status.pending{background-color:#fef3c7;color:#92400e}.expand-icon{width:20px;height:20px;color:#6c757d;transition:transform .3s ease;flex-shrink:0;margin-left:1rem}.expand-icon.expanded{transform:rotate(180deg)}.answer-content{padding:0 1.5rem 1.5rem 4rem;border-top:1px solid #e9ecef;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.answer-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.answer-icon{width:20px;height:20px;color:#427f1b}.answer-title{color:#333;font-weight:600}.answer-text{color:#495057;line-height:1.6;padding-left:1.75rem}.answer-text p{margin:0}.answer-pending{display:flex;align-items:flex-start;gap:.75rem;color:#6c757d;padding-left:1.75rem}.answer-pending .pending-icon{width:20px;height:20px}.answer-pending p{margin:0;flex:1}.questions-guidelines{background-color:#fff;border-radius:12px;padding:2rem;border:1px solid #e9ecef}.questions-guidelines h4{margin:0 0 1.5rem;color:#333;font-size:1.25rem}.guidelines-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.guideline-item{display:flex;gap:.75rem;align-items:flex-start}.guideline-icon{font-size:1.25rem;flex-shrink:0}.guideline-item p{margin:0;color:#495057;font-size:.95rem;line-height:1.5}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem}.error-icon{font-size:3rem;margin-bottom:1.5rem;color:#ff6b6b}.error-container h3{font-size:1.8rem;color:var(--text-dark);margin-bottom:1rem}.error-container p{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}@media (max-width: 768px){.product-details-section{padding:2rem 0}.product-actions{flex-direction:column;align-items:stretch}.quantity-selector{justify-content:center}.action-buttons{flex-direction:column}.add-to-cart-btn,.favorite-btn{width:100%;justify-content:center}.shipping-info,.specifications-grid{grid-template-columns:1fr}.related-products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.product-title,.discount-price{font-size:1.8rem}.related-products-grid,.attributes-grid{grid-template-columns:1fr}@media (max-width: 768px){.questions-section{padding:2rem 0}.ask-question-form{padding:1.5rem}.question-header{padding:1rem}.question-content{gap:.75rem}.question-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.answer-content{padding:0 1rem 1rem}.answer-text,.answer-pending{padding-left:0}.guidelines-list{grid-template-columns:1fr}.section-title-container{flex-wrap:wrap}}.question-title{font-size:1rem}.question-form{gap:1rem}.submit-question-btn{width:100%;justify-content:center}}.payment-page{min-height:100vh;display:flex;flex-direction:column}.payment-main{flex:1;padding-top:var(--header-height)}.payment-hero{background:linear-gradient(135deg,#427f1bf2,#5c9c2be6);color:#fff;padding:140px 0 80px;position:relative;overflow:hidden}.payment-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(229,234,47,.1) 0%,transparent 50%)}.payment-hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.payment-title{font-family:MAIANDRA GD,Assistant,sans-serif;font-size:3.8rem;font-weight:800;margin-bottom:1rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.payment-subtitle{font-size:1.3rem;opacity:.95;line-height:1.6}.payment-content{padding:100px 0;background:linear-gradient(180deg,#fff,#f9fdf5)}.payment-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:40px}.section-card{background:#fff;border-radius:var(--border-radius-lg);padding:30px;box-shadow:var(--shadow-md);border:1px solid rgba(66,127,27,.1);margin-bottom:30px}.section-card h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.5rem;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid rgba(66,127,27,.1)}.payment-method-options{display:flex;flex-direction:column;gap:15px}.payment-option{border:2px solid rgba(66,127,27,.1);border-radius:var(--border-radius-md);padding:20px;cursor:pointer;transition:all .3s ease}.payment-option:hover{border-color:#427f1b4d;transform:translateY(-2px)}.payment-option.selected{border-color:#427f1b;background:#427f1b0d}.option-header{display:flex;align-items:center;gap:15px;margin-bottom:10px}.option-header input[type=radio]{width:20px;height:20px;accent-color:#427f1b}.option-header svg{width:24px;height:24px;fill:#427f1b}.option-header h3{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin:0}.payment-option p{color:var(--text-light);font-size:.9rem;margin-bottom:15px}.card-icons{display:flex;gap:10px}.card-icons span{background:#427f1b1a;color:#427f1b;padding:4px 12px;border-radius:4px;font-size:.8rem;font-weight:600}.option-icon{font-size:24px}.manual-info{background:#427f1b0d;padding:15px;border-radius:var(--border-radius-md);font-size:.9rem;color:var(--text-light)}.order-summary-card .summary-items{max-height:200px;overflow-y:auto;margin-bottom:20px;padding-right:10px}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(66,127,27,.1)}.summary-item:last-child{border-bottom:none}.item-name{font-size:.95rem;color:var(--text-dark);max-width:70%}.item-price{font-weight:600;color:#427f1b}.summary-totals{display:flex;flex-direction:column;gap:12px}.total-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem}.total-row.grand-total{font-size:1.3rem;font-weight:700;color:#427f1b;margin-top:10px;padding-top:15px;border-top:2px solid rgba(66,127,27,.1)}.stripe-payment-form{display:flex;flex-direction:column;gap:25px}.stripe-payment-form h3{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:15px}.card-element-wrapper{padding:20px;border:2px solid rgba(66,127,27,.2);border-radius:var(--border-radius-md);background:#fff;transition:all .3s ease}.card-element-wrapper:focus-within{border-color:#427f1b;box-shadow:0 0 0 3px #427f1b1a}.payment-security{display:flex;gap:20px;flex-wrap:wrap}.security-item{display:flex;align-items:center;gap:8px;color:var(--text-light);font-size:.9rem}.security-item svg{width:16px;height:16px;fill:#427f1b}.payment-error{background:#ff6b6b1a;color:#ff6b6b;padding:15px;border-radius:var(--border-radius-md);border:1px solid rgba(255,107,107,.2);font-size:.95rem}.payment-note{color:var(--text-light);font-size:.9rem;text-align:center;margin-top:10px}.manual-payment{display:flex;flex-direction:column;gap:25px}.manual-payment h3{font-size:1.2rem;font-weight:600;color:var(--text-dark)}.instructions{display:flex;flex-direction:column;gap:15px}.instructions p{color:var(--text-dark);line-height:1.6}.bank-details{background:#427f1b0d;padding:20px;border-radius:var(--border-radius-md);border:1px solid rgba(66,127,27,.1)}.bank-detail{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid rgba(66,127,27,.1)}.bank-detail:last-child{border-bottom:none}.bank-detail span:first-child{font-weight:600;color:var(--text-dark)}.bank-detail span:last-child{color:#427f1b;font-weight:500}.note{font-size:.9rem;color:var(--text-light);font-style:italic}.payment-help{background:#427f1b0d;padding:25px;border-radius:var(--border-radius-lg);border:1px solid rgba(66,127,27,.1);text-align:center}.payment-help h3{font-size:1.2rem;font-weight:600;color:var(--text-dark);margin-bottom:10px}.payment-help p{color:var(--text-light);margin-bottom:20px}.success-container{text-align:center;padding:100px 20px;max-width:600px;margin:0 auto}.success-icon{width:80px;height:80px;background:#10b9811a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}.success-icon svg{width:40px;height:40px;fill:#10b981}.success-container h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2.5rem;margin-bottom:15px}.success-container p{color:var(--text-light);font-size:1.1rem;margin-bottom:30px}.success-details{background:#427f1b0d;padding:20px;border-radius:var(--border-radius-md);border:1px solid rgba(66,127,27,.1);margin:30px 0;text-align:left}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(66,127,27,.1)}.detail-item:last-child{border-bottom:none}.detail-item span:first-child{font-weight:600;color:var(--text-dark)}.detail-item span:last-child{color:#427f1b;font-weight:500}.loading-container,.error-container{text-align:center;padding:100px 20px}.loading-spinner{width:60px;height:60px;border:4px solid #e8f5e0;border-top-color:#427f1b;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.error-icon{font-size:64px;margin-bottom:20px;opacity:.6}.error-container h3{margin-bottom:10px;color:var(--text-dark)}.error-container p{color:var(--text-light);margin-bottom:30px}@media (max-width: 1024px){.payment-grid{grid-template-columns:1fr;gap:30px}.payment-title{font-size:3.2rem}}@media (max-width: 768px){.payment-hero{padding:100px 0 60px}.payment-title{font-size:2.5rem}.payment-subtitle{font-size:1.1rem}.section-card{padding:20px}.payment-security{flex-direction:column;gap:10px}}@media (max-width: 480px){.payment-title{font-size:2rem}.container{padding:0 1rem}.success-container h2{font-size:2rem}.bank-detail{flex-direction:column;align-items:flex-start;gap:5px}}.faq-page{min-height:100vh;display:flex;flex-direction:column}.faq-main{flex:1;padding-top:var(--header-height)}.faq-hero{background:linear-gradient(135deg,#427f1bf2,#5c9c2be6);color:#fff;padding:120px 0 60px;text-align:center}.faq-title{font-family:MAIANDRA GD,Assistant,sans-serif;font-size:3.2rem;font-weight:800;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.faq-subtitle{font-size:1.3rem;opacity:.95;line-height:1.6;max-width:700px;margin:0 auto}.faq-content{padding:80px 0;background:linear-gradient(180deg,#fff,#f9fdf5)}.faq-wrapper{max-width:900px;margin:0 auto}.faq-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(66,127,27,.1)}.faq-header h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2rem;font-weight:700;margin:0}.results-info{color:var(--text-light);font-size:.95rem;font-weight:500}.error-message{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);color:#ff6b6b;padding:1.5rem;border-radius:12px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.retry-btn{background:#ff6b6b;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.retry-btn:hover{background:#ff4757}.loading-container,.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(66,127,27,.1);margin-bottom:2rem}.loading-spinner{width:60px;height:60px;border:4px solid #e8f5e0;border-top-color:#427f1b;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.empty-state .empty-icon{font-size:3rem;margin-bottom:1.5rem;opacity:.6}.empty-state h3{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.8rem;margin-bottom:.8rem}.empty-state p{color:var(--text-light);font-size:1.1rem}.faq-list{margin-bottom:3rem}.faq-item{background:#fff;border-radius:12px;border:1px solid rgba(66,127,27,.1);margin-bottom:1rem;overflow:hidden;transition:all .3s ease;box-shadow:0 3px 10px #00000008}.faq-item.pinned{border-left:4px solid #427f1b;background:#427f1b08}.faq-item:hover{box-shadow:0 5px 15px #427f1b1a;border-color:#427f1b33}.faq-question{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.question-content{display:flex;align-items:center;gap:.75rem;flex:1}.pin-icon{width:16px;height:16px;fill:#427f1b;flex-shrink:0}.faq-question h3{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin:0;line-height:1.4}.chevron-icon{width:20px;height:20px;fill:#427f1b;transition:transform .3s ease;flex-shrink:0}.chevron-icon.expanded{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem 1.5rem;border-top:1px solid rgba(66,127,27,.1)}.reply{margin-bottom:1.5rem}.reply:last-child{margin-bottom:0}.reply-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.reply-author{color:#427f1b;font-weight:600}.reply-date{color:var(--text-light)}.reply-text{color:var(--text-dark);line-height:1.6;margin:0;padding:1rem;background:#427f1b08;border-radius:8px;border-left:3px solid rgba(66,127,27,.3)}.no-reply{color:var(--text-light);font-style:italic;padding:1rem;background:#00000005;border-radius:8px;text-align:center}.faq-meta{display:flex;gap:2rem;margin-top:1.5rem;padding-top:1rem;border-top:1px dashed rgba(66,127,27,.1);font-size:.9rem;color:var(--text-light)}.meta-item{display:flex;align-items:center;gap:.5rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin:3rem 0;flex-wrap:wrap}.pagination-btn{padding:.6rem 1rem;background:#fff;color:#427f1b;border:1px solid rgba(66,127,27,.2);border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center}.pagination-btn:hover:not(:disabled){background:#427f1b1a;border-color:#427f1b}.pagination-btn.active{background:#427f1b;color:#fff;border-color:#427f1b}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-btn.prev,.pagination-btn.next{min-width:100px}.pagination-numbers{display:flex;gap:.5rem;flex-wrap:wrap}.pagination-dots{display:flex;align-items:center;padding:0 .5rem;color:var(--text-light)}.contact-cta{text-align:center;padding:3rem;background:linear-gradient(135deg,#427f1b0d,#e5ea2f0d);border-radius:20px;border:1px solid rgba(66,127,27,.1);margin-top:2rem}.contact-cta h3{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.8rem;margin-bottom:.8rem}.contact-cta p{color:var(--text-light);margin-bottom:1.5rem;font-size:1.1rem}@media (max-width: 768px){.faq-title{font-size:2.5rem}.faq-subtitle{font-size:1.1rem;padding:0 1rem}.faq-header{flex-direction:column;align-items:flex-start;gap:1rem}.faq-question{padding:1.2rem}.faq-question h3{font-size:1rem}.pagination{flex-direction:column}.pagination-numbers{order:2}.pagination-btn.prev{order:1;width:100%}.pagination-btn.next{order:3;width:100%}.faq-meta{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.faq-title{font-size:2rem}.contact-cta{padding:2rem}}.checkout-page{min-height:100vh;display:flex;flex-direction:column}.checkout-main{flex:1;padding-top:var(--header-height);background:linear-gradient(180deg,#fff,#f9fdf5)}.empty-checkout{text-align:center;padding:6rem 2rem;max-width:600px;margin:0 auto;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.empty-checkout h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.empty-checkout p{color:var(--text-light);font-size:1.2rem;margin-bottom:2.5rem}.checkout-title{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:3rem;font-weight:800;margin:4rem 0 3rem;text-align:center;position:relative}.checkout-title:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);width:100px;height:4px;background:linear-gradient(135deg,#427f1b,#5a9a2b);border-radius:2px}.checkout-grid{display:grid;grid-template-columns:1fr 400px;gap:3rem;margin-bottom:4rem}@media (max-width: 1024px){.checkout-grid{grid-template-columns:1fr}}.checkout-form{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(66,127,27,.1)}.form-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid rgba(66,127,27,.1)}.form-section:last-of-type{border-bottom:none;margin-bottom:2rem}.form-section h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.6rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.form-section h2:before{content:"";display:block;width:8px;height:24px;background:linear-gradient(135deg,#427f1b,#5a9a2b);border-radius:4px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}}.form-grid input{padding:1rem 1.5rem;border:2px solid rgba(66,127,27,.1);border-radius:10px;font-size:1rem;color:var(--text-dark);background:#fff;transition:all .3s ease;font-family:Assistant,sans-serif}.form-grid input:focus{outline:none;border-color:#427f1b;box-shadow:0 0 0 3px #427f1b1a}.form-grid input::placeholder{color:#0006}.payment-methods{display:flex;flex-direction:column;gap:1rem}.payment-method{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.5rem;border:2px solid rgba(66,127,27,.1);border-radius:10px;cursor:pointer;transition:all .3s ease;background:#fff}.payment-method:hover{border-color:#427f1b4d;background:#427f1b08}.payment-method input[type=radio]{width:20px;height:20px;accent-color:#427f1b;cursor:pointer}.payment-method span{font-size:1.1rem;font-weight:600;color:var(--text-dark);flex:1}.checkout-form .btn-large{width:100%;padding:1.2rem;font-size:1.2rem;font-weight:600;margin-top:1rem;background:linear-gradient(135deg,#427f1b,#5a9a2b);border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.8rem}.checkout-form .btn-large:hover{background:linear-gradient(135deg,#2f5c14,#427f1b);transform:translateY(-2px);box-shadow:0 10px 25px #427f1b4d}.order-summary{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(66,127,27,.1);position:sticky;top:100px;height:fit-content}.order-summary h2{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.6rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(66,127,27,.1)}.order-items{margin-bottom:1.5rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.order-items::-webkit-scrollbar{width:6px}.order-items::-webkit-scrollbar-track{background:#427f1b0d;border-radius:3px}.order-items::-webkit-scrollbar-thumb{background:#427f1b33;border-radius:3px}.order-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(66,127,27,.05)}.order-item:last-child{border-bottom:none}.order-item span:first-child{color:var(--text-dark);font-weight:500;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-item span:last-child{color:#427f1b;font-weight:600;font-size:1.1rem}.order-totals{background:#427f1b08;border-radius:12px;padding:1.5rem;border:1px solid rgba(66,127,27,.1)}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem}.total-row:last-child{margin-bottom:0}.total-row span:first-child{color:var(--text-light)}.total-row span:last-child{color:var(--text-dark);font-weight:500}.total-row.grand-total{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid rgba(66,127,27,.1);font-size:1.3rem;font-weight:700}.total-row.grand-total span:first-child{color:var(--text-dark);font-weight:600}.total-row.grand-total span:last-child{color:#427f1b;font-weight:700}.secure-checkout-notice{margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#427f1b0d,#e5ea2f0d);border-radius:12px;border:1px solid rgba(66,127,27,.1);text-align:center}.secure-checkout-notice p{display:flex;align-items:center;justify-content:center;gap:.8rem;color:var(--text-light);font-weight:500;margin-bottom:.5rem}.secure-checkout-notice svg{width:18px;height:18px;fill:#427f1b}.secure-checkout-notice small{color:var(--text-light);font-size:.9rem;opacity:.8}.return-to-cart{margin-top:1.5rem;text-align:center}.return-to-cart a{color:#427f1b;text-decoration:none;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.return-to-cart a:hover{color:#2f5c14;text-decoration:underline}.return-to-cart svg{width:16px;height:16px;fill:currentColor}@media (max-width: 768px){.checkout-title{font-size:2.5rem;margin:3rem 0 2rem}.checkout-form,.order-summary{padding:2rem}.order-summary{position:static;margin-top:2rem}.form-grid input{padding:.9rem 1.2rem}.payment-method{padding:1rem 1.2rem}}@media (max-width: 480px){.checkout-title{font-size:2rem}.checkout-form,.order-summary{padding:1.5rem}.form-section h2{font-size:1.4rem}.payment-method span{font-size:1rem}.checkout-form .btn-large{font-size:1.1rem;padding:1rem}}.ticket-details-page{min-height:100vh;display:flex;flex-direction:column}.ticket-details-main{flex:1;padding-top:var(--header-height)}.ticket-hero{background:linear-gradient(135deg,#427f1bf2,#5c9c2be6);color:#fff;padding:120px 0 60px;position:relative;overflow:hidden}.ticket-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(229,234,47,.1) 0%,transparent 50%)}.ticket-hero-content{position:relative;z-index:2}.back-btn{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.back-btn:hover{background:#fff3;transform:translate(-5px)}.back-btn svg{width:20px;height:20px;fill:currentColor}.ticket-title{font-family:MAIANDRA GD,Assistant,sans-serif;font-size:2.8rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.ticket-summary{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.2rem;border-radius:20px;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.status-badge svg{width:16px;height:16px;fill:currentColor}.status-open{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.status-closed{background:#ffffff1a;color:#fffc;border:1px solid rgba(255,255,255,.2)}.reason-tag{background:#ffffff26;color:#fff;padding:.5rem 1rem;border-radius:15px;font-weight:500;font-size:.95rem}.date{color:#ffffffe6;font-size:.95rem}.ticket-details{padding:60px 0 100px;background:linear-gradient(180deg,#fff,#f9fdf5)}.ticket-details .container{display:grid;grid-template-columns:1fr 350px;gap:3rem;align-items:start}.ticket-conversation{background:#fff;border-radius:20px;border:1px solid rgba(66,127,27,.1);box-shadow:0 10px 30px #0000000d;overflow:hidden}.message-card{padding:2rem;border-bottom:1px solid rgba(66,127,27,.1)}.message-card:last-child{border-bottom:none}.message-card.user-message{background:#fff}.message-card.admin-message{background:#427f1b08}.message-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.message-avatar{width:48px;height:48px;padding:10px;border-radius:50%;background:#427f1b1a;fill:#427f1b;flex-shrink:0}.message-avatar.admin{background:#5c9c2b26;fill:#5c9c2b}.message-info h4{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin:0 0 .3rem}.message-time{color:var(--text-light);font-size:.9rem}.message-content h3{font-family:MAIANDRA GD,sans-serif;font-size:1.4rem;color:var(--text-dark);margin:0 0 1rem;font-weight:700}.message-content p{color:var(--text-dark);line-height:1.7;font-size:1.05rem;margin:0}.reply-form{padding:2rem;background:#427f1b05;border-top:1px solid rgba(66,127,27,.1)}.reply-form h3{font-family:MAIANDRA GD,sans-serif;font-size:1.5rem;color:var(--text-dark);margin-bottom:1.5rem;font-weight:700}.reply-input{width:100%;padding:1.2rem;border:1px solid rgba(66,127,27,.2);border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff;resize:vertical;min-height:120px}.reply-input:focus{outline:none;border-color:#427f1b;box-shadow:0 0 0 3px #427f1b1a}.reply-input:disabled{background:#00000005;cursor:not-allowed}.form-actions{margin-top:1.5rem}.ticket-closed-notice{text-align:center;padding:3rem 2rem;background:#6c757d0d;border-radius:15px;margin:2rem;border:1px solid rgba(108,117,125,.1)}.ticket-closed-notice svg{width:48px;height:48px;fill:#6c757d;margin-bottom:1.5rem}.ticket-closed-notice h3{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.5rem;margin-bottom:.8rem;font-weight:700}.ticket-closed-notice p{color:var(--text-light);margin-bottom:.5rem}.ticket-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 8px 25px #0000000d;border:1px solid rgba(66,127,27,.1)}.sidebar-card h3{font-family:MAIANDRA GD,sans-serif;color:var(--text-dark);font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(66,127,27,.1)}.info-grid{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid rgba(66,127,27,.05)}.info-item:last-child{border-bottom:none}.info-label{color:var(--text-light);font-weight:500;font-size:.95rem}.info-value{color:var(--text-dark);font-weight:600;font-size:.95rem}.info-value.status-open{color:#427f1b}.info-value.status-closed{color:#6c757d}.help-actions{display:flex;flex-direction:column;gap:1rem}.btn-link{color:#427f1b;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;padding:.8rem 0;border-top:1px solid rgba(66,127,27,.1);margin-top:.5rem}.btn-link:hover{color:#2f5c14;gap:1rem}.loading-container,.error-container{text-align:center;padding:6rem 2rem;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff,#f9fdf5)}.loading-spinner{width:60px;height:60px;border:4px solid #e8f5e0;border-top-color:#427f1b;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.error-container h3{font-family:MAIANDRA GD,sans-serif;color:#ff6b6b;font-size:1.8rem;margin-bottom:1rem}.error-container p{color:var(--text-light);margin-bottom:2rem;max-width:500px}@media (max-width: 1024px){.ticket-details .container{grid-template-columns:1fr;gap:2rem}.ticket-sidebar{order:-1}}@media (max-width: 768px){.ticket-hero{padding:100px 0 40px}.ticket-title{font-size:2.2rem}.ticket-summary{flex-direction:column;align-items:flex-start;gap:1rem}.message-card,.sidebar-card{padding:1.5rem}}@media (max-width: 480px){.ticket-title{font-size:1.8rem}.message-header{flex-direction:column;align-items:flex-start;gap:.5rem}.info-item{flex-direction:column;align-items:flex-start;gap:.3rem}}:root{--header-height: 80px;--text-dark: #1a1a1a;--text-light: #666666;--primary-color: #427f1b;--primary-dark: #2f5c14;--secondary-color: #e5ea2f}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:#f9fdf5}.legal-main{flex:1;width:100%}.legal-hero{background:linear-gradient(135deg,#427f1bf2,#5c9c2be6);color:#fff;padding:140px 0 70px;margin-top:var(--header-height);position:relative;overflow:hidden;width:100%}.legal-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(229,234,47,.1) 0%,transparent 50%);pointer-events:none}.legal-hero-content{position:relative;z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.legal-title{font-family:MAIANDRA GD,Assistant,sans-serif;font-size:3.5rem;font-weight:800;margin-bottom:.5rem;line-height:1.1;text-shadow:0 2px 10px rgba(0,0,0,.2)}.legal-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:1.5rem;font-weight:500}.legal-intro{font-size:1.3rem;opacity:.95;line-height:1.6;max-width:700px;margin:0 auto}.legal-nav{position:sticky;top:120px;align-self:start;background:#fff;border-radius:15px;padding:2rem;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(66,127,27,.1);height:fit-content;max-height:calc(100vh - 140px);overflow-y:auto}.legal-nav::-webkit-scrollbar{width:6px}.legal-nav::-webkit-scrollbar-track{background:#427f1b0d;border-radius:10px}.legal-nav::-webkit-scrollbar-thumb{background:#427f1b33;border-radius:10px}.legal-nav h3{font-family:MAIANDRA GD,sans-serif;color:var(--primary-color);font-size:1.4rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(66,127,27,.1)}.nav-links-1{list-style:none;padding:0;margin:0}.nav-links-1 li{margin-bottom:.8rem}.nav-links-1 a{color:var(--text-light);text-decoration:none;font-size:1rem;transition:all .3s ease;display:block;border-left:3px solid transparent;padding:.5rem 0 .5rem 1rem;line-height:1.4}.nav-links-1 a:hover{color:var(--primary-color);border-left-color:var(--primary-color);transform:translate(5px)}.legal-content{padding:80px 0;background:linear-gradient(180deg,#fff,#f9fdf5);width:100%}.legal-content-wrapper{display:grid;grid-template-columns:300px 1fr;gap:4rem;max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.legal-sections{background:#fff;border-radius:15px;padding:3rem;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(66,127,27,.1);width:100%;box-sizing:border-box}.legal-section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(66,127,27,.1);width:100%}.legal-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.legal-section h2{font-family:MAIANDRA GD,sans-serif;color:var(--primary-dark);font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.8rem;border-bottom:2px solid rgba(66,127,27,.2);line-height:1.3}.legal-section h3{color:var(--primary-color);font-size:1.3rem;margin:2rem 0 1rem;font-weight:600;line-height:1.4}.legal-section h4{color:#5a9a2b;font-size:1.1rem;margin:1.5rem 0 .8rem;font-weight:600;line-height:1.4}.legal-section p{color:var(--text-light);line-height:1.7;margin-bottom:1.2rem;font-size:1.05rem}.legal-section ul,.legal-section ol{color:var(--text-light);line-height:1.7;margin-bottom:1.5rem;padding-left:1.8rem;width:100%}.legal-section li{margin-bottom:.8rem;font-size:1.05rem;line-height:1.6}.legal-section strong{color:var(--text-dark);font-weight:600}.legal-section a{color:var(--primary-color);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:all .3s ease}.legal-section a:hover{border-bottom-color:var(--primary-color)}*/ .purpose-table{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#427f1b1a;border-radius:10px;overflow:hidden;margin:1.5rem 0;border:1px solid rgba(66,127,27,.2);width:100%}.purpose-row{display:contents}.purpose-purpose,.purpose-basis{padding:1.2rem;background:#fff;min-height:60px;display:flex;align-items:center}.purpose-purpose{font-weight:600;color:var(--text-dark);border-right:1px solid rgba(66,127,27,.1)}.purpose-basis{color:var(--text-light)}.purpose-row:first-child .purpose-purpose,.purpose-row:first-child .purpose-basis{background:#427f1b14;font-weight:700;color:var(--primary-color);text-align:center;justify-content:center}.cookies-table{display:grid;grid-template-columns:1fr 2fr 1fr;gap:1px;background:#427f1b1a;border-radius:10px;overflow:hidden;margin:1.5rem 0;border:1px solid rgba(66,127,27,.2);width:100%}.cookie-row{display:contents}.cookie-type,.cookie-purpose,.cookie-duration{padding:1.2rem;background:#fff;min-height:60px;display:flex;align-items:center}.cookie-type{font-weight:600;color:var(--text-dark);border-right:1px solid rgba(66,127,27,.1)}.cookie-purpose{color:var(--text-light);border-right:1px solid rgba(66,127,27,.1)}.cookie-duration{color:var(--primary-color);font-weight:500;text-align:center;justify-content:center}.cookie-row:first-child .cookie-type,.cookie-row:first-child .cookie-purpose,.cookie-row:first-child .cookie-duration{background:#427f1b14;font-weight:700;color:var(--primary-color);text-align:center;justify-content:center}.rights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0;width:100%}.right-card{background:#427f1b0d;border:1px solid rgba(66,127,27,.1);border-radius:10px;padding:1.5rem;transition:all .3s ease;height:100%;box-sizing:border-box}.right-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #427f1b26;border-color:#427f1b4d;background:#427f1b14}.right-card h4{color:var(--primary-color);margin:0 0 .8rem;font-size:1.1rem;line-height:1.4}.right-card p{margin:0;font-size:.95rem;line-height:1.5;color:var(--text-light)}.third-party-list{display:grid;gap:1.5rem;margin:1.5rem 0;width:100%}.third-party-item{background:#fff;border:1px solid rgba(66,127,27,.1);border-radius:10px;padding:1.5rem;transition:all .3s ease}.third-party-item:hover{border-color:#427f1b4d;box-shadow:0 5px 15px #427f1b1a;transform:translate(5px)}.third-party-item h4{color:var(--primary-color);margin:0 0 .5rem;line-height:1.4}.third-party-item p{margin:0;color:var(--text-light);font-size:.95rem;line-height:1.5}.payment-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:1.5rem 0;width:100%}.payment-method{background:#427f1b0d;border:1px solid rgba(66,127,27,.1);border-radius:10px;padding:1.5rem;text-align:center;transition:all .3s ease}.payment-method:hover{transform:translateY(-3px);box-shadow:0 8px 20px #427f1b1a}.payment-method h4{color:var(--primary-color);margin:0 0 .5rem;line-height:1.4}.payment-method p{margin:0;color:var(--text-light);font-size:.9rem;line-height:1.5}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0;width:100%}.contact-method{background:#fff;border:1px solid rgba(66,127,27,.1);border-radius:10px;padding:1.5rem;transition:all .3s ease}.contact-method:hover{border-color:#427f1b4d;box-shadow:0 8px 20px #427f1b1a}.contact-method h4{color:var(--primary-color);margin:0 0 .8rem;line-height:1.4}.contact-method p{margin:0;color:var(--text-light);line-height:1.5}.contact-details{background:#427f1b0d;border:1px solid rgba(66,127,27,.1);border-radius:10px;padding:1.5rem;margin:1.5rem 0;width:100%}.contact-details p{margin:.5rem 0;line-height:1.5}.legal-conclusion{background:linear-gradient(135deg,#427f1b0d,#e5ea2f0d);border-left:4px solid var(--primary-color);padding:2rem;border-radius:0 10px 10px 0;margin-top:3rem;width:100%}.legal-conclusion p{margin:0;color:var(--text-dark);font-size:1.1rem;line-height:1.6;font-style:italic}@media (max-width: 1200px){.legal-content-wrapper{max-width:100%;padding:0 30px}}@media (max-width: 1024px){.legal-content-wrapper{grid-template-columns:1fr;gap:2.5rem;padding:0 25px}.legal-nav{position:static;max-height:none;overflow-y:visible}.legal-title{font-size:3rem}.legal-sections{padding:2.5rem}}@media (max-width: 768px){.legal-hero{padding:120px 0 50px}.legal-title{font-size:2.5rem}.legal-subtitle,.legal-intro{font-size:1.1rem}.legal-content{padding:60px 0}.legal-content-wrapper{padding:0 20px;gap:2rem}.legal-sections{padding:2rem}.legal-section{padding-bottom:2rem;margin-bottom:2rem}.legal-section h2{font-size:1.6rem}.legal-section h3{font-size:1.2rem}.purpose-table,.cookies-table{grid-template-columns:1fr;overflow:visible;background:transparent;border:none;gap:.5rem}.cookie-type,.cookie-purpose,.cookie-duration,.purpose-purpose,.purpose-basis{border:1px solid rgba(66,127,27,.1);border-radius:8px;margin-bottom:.5rem;min-height:auto}.cookie-row:first-child .cookie-type,.cookie-row:first-child .cookie-purpose,.cookie-row:first-child .cookie-duration,.purpose-row:first-child .purpose-purpose,.purpose-row:first-child .purpose-basis{margin-bottom:1rem}.rights-grid,.payment-methods,.contact-info{grid-template-columns:1fr}}@media (max-width: 480px){.legal-hero{padding:100px 0 40px}.legal-title{font-size:2rem}.legal-subtitle,.legal-intro{font-size:1rem}.legal-content-wrapper{padding:0 15px}.legal-sections{padding:1.5rem}.legal-section{padding-bottom:1.5rem;margin-bottom:1.5rem}.legal-section h2{font-size:1.4rem}.legal-section h3{font-size:1.1rem;margin:1.5rem 0 .8rem}.legal-section p,.legal-section li{font-size:1rem}.legal-nav{padding:1.5rem}.nav-links-1 a{font-size:.95rem;padding:.4rem 0 .4rem .8rem}.right-card,.third-party-item,.payment-method,.contact-method{padding:1.2rem}}.addresses-page{padding:2rem;max-width:1200px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.page-header h1{margin:0;font-size:2rem;color:#333}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background-color:#0056b3}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}.btn-outline{background-color:transparent;border:1px solid #007bff;color:#007bff}.btn-outline:hover{background-color:#007bff;color:#fff}.btn-icon{background:none;border:none;cursor:pointer;padding:.5rem;font-size:1.2rem;opacity:.7}.btn-icon:hover{opacity:1}.alert{padding:1rem;border-radius:8px;margin-bottom:1.5rem}.alert-error{background-color:#fee2e2;color:#dc2626;border:1px solid #fecaca}.address-form-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:1.5rem}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.form-header h2{margin:0;font-size:1.5rem;color:#333}.btn-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.btn-close:hover{color:#333}.address-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#007bff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-checkbox{display:flex;align-items:center;gap:.5rem}.form-checkbox label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem}.loading-spinner{width:50px;height:50px;border:3px solid #f3f3f3;border-top:3px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:4rem 2rem;background-color:#f8f9fa;border-radius:12px;border:2px dashed #dee2e6}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-state h3{margin:0 0 .5rem;color:#333}.empty-state p{color:#666;margin-bottom:1.5rem}.addresses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.address-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.address-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.address-card.default{border-color:#007bff;background-color:#f0f8ff}.default-badge{position:absolute;top:-.75rem;left:1rem;background-color:#007bff;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.address-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.address-header h3{margin:0;color:#333;font-size:1.25rem}.address-actions{display:flex;gap:.5rem}.address-details{color:#666;line-height:1.6}.address-details p{margin:.25rem 0}@media (max-width: 768px){.addresses-page{padding:1rem}.page-header{flex-direction:column;align-items:stretch}.page-header h1{font-size:1.75rem}.form-row,.addresses-grid{grid-template-columns:1fr}.address-form-container{padding:1rem}}@media (max-width: 480px){.form-actions{flex-direction:column}.btn{width:100%}}.shipments-page{padding:2rem;max-width:1200px;margin:0 auto}.shipment-filters{display:flex;gap:1rem;align-items:center}.filter-select{padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;background-color:#fff;cursor:pointer;min-width:150px}.filter-select:focus{outline:none;border-color:#007bff}.shipments-table-container{overflow-x:auto;margin-bottom:2rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 4px #0000001a}.shipments-table{width:100%;border-collapse:collapse;min-width:600px}.shipments-table th{background-color:#f8f9fa;padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e5e7eb}.shipments-table td{padding:1rem;border-bottom:1px solid #e5e7eb;vertical-align:middle}.shipments-table tbody tr:hover{background-color:#f8f9fa}.tracking-number{font-family:Courier New,monospace;font-weight:600}.description{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-block}.date{color:#666;white-space:nowrap}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.page-info{font-weight:600;color:#333}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background-color:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background-color:#fff;z-index:10}.modal-header h2{margin:0;font-size:1.5rem;color:#333}.modal-body{padding:1.5rem}.modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.detail-section{margin-bottom:2rem}.detail-section h3{margin:0 0 1rem;color:#333;font-size:1.25rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;background-color:#f8f9fa;padding:1.5rem;border-radius:8px}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item label{font-weight:600;color:#666;font-size:.875rem}.detail-item span{color:#333;font-size:1rem}.address-box{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-top:.5rem}.address-box p{margin:.5rem 0;color:#333}.company-info{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-top:.5rem}.company-info p{margin:.5rem 0;color:#333}.company-info a{color:#007bff;text-decoration:none}.company-info a:hover{text-decoration:underline}@media (max-width: 768px){.shipments-page{padding:1rem}.page-header{flex-direction:column;align-items:stretch;gap:1rem}.shipment-filters{width:100%}.filter-select{flex:1}.modal-content{max-height:80vh}.modal-body{padding:1rem}.detail-grid{grid-template-columns:1fr}}@media (max-width: 480px){.shipments-table{font-size:.875rem}.shipments-table th,.shipments-table td{padding:.75rem .5rem}.modal-header,.modal-footer{padding:1rem}.pagination{flex-direction:column;gap:.5rem}.page-info{order:-1}}.category-products-page{min-height:100vh;display:flex;flex-direction:column;background:#f9fdf5}.category-products-main{flex:1}.breadcrumb-container{background:linear-gradient(180deg,#f9fdf5,#fff);padding:1rem 0;border-bottom:1px solid rgba(66,127,27,.1)}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem;flex-wrap:wrap}.breadcrumb a{color:#5a9a2b;text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:#2f5c14;text-decoration:underline}.breadcrumb .active{color:#2d3748;font-weight:600}.breadcrumb span:not(.active){color:#a0aec0}.category-header-section{padding:3rem 0;background:#fff}.category-header{display:flex;align-items:center;gap:2rem;max-width:800px;margin:0 auto}.category-icon-large{flex-shrink:0}.category-icon-large span{font-size:4rem;background:linear-gradient(135deg,#f8fdf3,#e8f5e0);width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px #427f1b1a}.category-info{flex:1}.category-info h1{font-family:MAIANDRA GD,sans-serif;color:#2f5c14;font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.category-info p{color:#4a5568;line-height:1.7;font-size:1.1rem;margin-bottom:1.5rem}.category-stats{display:flex;gap:2rem;flex-wrap:wrap}.category-stats span{display:flex;flex-direction:column;gap:.25rem}.category-stats strong{font-size:1.3rem;color:#2f5c14}.products-section{padding:3rem 0}.products-controls{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;border:1px solid #e2e8f0}.search-form{flex:1;display:flex;max-width:400px}.search-form input{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px 0 0 8px;font-size:1rem;transition:all .2s}.search-form input:focus{outline:none;border-color:#427f1b}.search-form button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#427f1b,#5a9a2b);color:#fff;border:none;border-radius:0 8px 8px 0;cursor:pointer;font-size:1.2rem;transition:all .2s}.search-form button:hover{background:linear-gradient(135deg,#2f5c14,#427f1b)}.controls-right{display:flex;align-items:center;gap:1rem}.controls-right select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;background:#fff;color:#2d3748;cursor:pointer;transition:all .2s}.controls-right select:focus{outline:none;border-color:#427f1b}.view-toggle{display:flex;gap:.5rem;background:#f7fafc;padding:.25rem;border-radius:8px}.view-toggle button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;font-size:1.2rem;cursor:pointer;transition:all .2s;color:#718096}.view-toggle button:hover{background:#e2e8f0;color:#2d3748}.view-toggle button.active{background:#fff;color:#427f1b;box-shadow:0 2px 8px #0000001a}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #0000000d;border:1px solid #e2e8f0;transition:all .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #427f1b26;border-color:#427f1b4d}.product-card a{text-decoration:none;color:inherit;display:block}.product-image{height:200px;position:relative;background:linear-gradient(135deg,#f8fdf3,#e8f5e0);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;padding:1.5rem}.placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;opacity:.5}.offer-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.product-info{padding:1.5rem}.product-info h3{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:.75rem;line-height:1.4;height:2.8rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-price{margin-bottom:.5rem}.price-container{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.original-price{font-size:.9rem;color:#a0aec0;text-decoration:line-through}.discount-price{font-size:1.3rem;font-weight:700;color:#427f1b}.discount-badge{background:#427f1b1a;color:#427f1b;padding:.2rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600}.product-stock{margin-top:.75rem}.in-stock{color:#427f1b;font-weight:500;font-size:.9rem}.out-of-stock{color:#e53e3e;font-weight:500;font-size:.9rem}@media (max-width: 768px){.products-controls{flex-direction:column;align-items:stretch}.search-form{max-width:100%}.controls-right{width:100%;justify-content:space-between}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.category-header{flex-direction:column;text-align:center;gap:1.5rem}.category-info h1{font-size:2rem}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #427f1b;--primary-dark: #2f5c14;--primary-light: #5a9a2b;--secondary-color: #e5ea2f;--secondary-dark: #c9ce22;--secondary-light: #f0f44a;--text-dark: #1a1a1a;--text-light: #666;--text-white: #ffffff;--background-light: #f9f9f9;--background-dark: #0f172a;--border-color: #e0e0e0;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 40px rgba(0, 0, 0, .12);--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--border-radius-sm: 6px;--border-radius-md: 12px;--border-radius-lg: 20px;--border-radius-xl: 30px;--container-padding: 1rem;--header-height: 80px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}body{font-family:Poppins,sans-serif;color:var(--text-dark);background-color:var(--background-light);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:MAIANDRA GD,Assistant,Poppins,sans-serif;font-weight:700;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 var(--container-padding);width:100%}.btn{padding:14px 28px;border-radius:var(--border-radius-md);border:none;font-weight:600;cursor:pointer;transition:all var(--transition-base);font-family:Poppins,sans-serif;font-size:1rem;display:inline-flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden;animation:fadeIn .5s ease forwards;opacity:0;animation-delay:.3s}.btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:after{width:300px;height:300px}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));color:var(--text-white);box-shadow:var(--shadow-md)}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary-color));transform:translateY(-3px);box-shadow:var(--shadow-lg)}.btn-secondary{background:linear-gradient(135deg,var(--secondary-color),var(--secondary-light));color:var(--text-dark);box-shadow:var(--shadow-md)}.btn-secondary:hover{background:linear-gradient(135deg,var(--secondary-dark),var(--secondary-color));transform:translateY(-3px);box-shadow:var(--shadow-lg)}.btn-outline{background:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:var(--text-white)}.animate-fade-in{animation:fadeIn .8s ease forwards}.animate-slide-left{animation:slideInLeft .8s ease forwards}.animate-slide-right{animation:slideInRight .8s ease forwards}.animate-scale{animation:scaleIn .6s ease forwards}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.text-gradient{background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;color:transparent}.hover-lift{transition:transform var(--transition-base)}.hover-lift:hover{transform:translateY(-5px)}.hidden-mobile{display:none}.visible-mobile{display:block}@media (min-width: 768px){.hidden-mobile{display:block}.visible-mobile{display:none}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background-light)}::-webkit-scrollbar-thumb{background:linear-gradient(var(--primary-color),var(--secondary-color));border-radius:var(--border-radius-lg)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(var(--primary-dark),var(--secondary-dark))}::selection{background-color:#427f1b4d;color:var(--text-dark)}
