body.menu-open{height:100vh;overflow:hidden}.navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(90deg,#6b8e23,#556b2f);border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0 5px 15px #0000001a;box-shadow:0 4px 6px #0000001a;font-family:Space Grotesk,sans-serif;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;width:100%;z-index:50}.navbar:hover{box-shadow:0 8px 25px #00000026}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:2px 24px}.logo-section{align-items:center;cursor:pointer;display:flex;gap:12px;text-decoration:none;transition:transform .3s ease}.logo-section:hover{transform:scale(1.05)}.logo-icon{align-items:center;border-radius:12px;display:flex;height:80px;justify-content:center;overflow:hidden;width:80px}.logo-image{height:70%;object-fit:contain;width:70%}.logo-text{color:#f0f0f0;font-size:1.25rem;font-weight:600;letter-spacing:.5px;text-decoration:none;text-shadow:0 1px 3px #0000004d}.nav-links{display:flex;gap:32px}.nav-links a{color:#f0f0f0;font-size:1rem;font-weight:500;padding:4px 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-links a:after{background-color:#f5f5f5;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:#dcdcdc}.mobile-menu-btn{background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:none;font-size:1.8rem;padding:8px;transition:all .3s ease}.mobile-menu-btn:hover{background:#fff3;transform:scale(1.1)}.mobile-menu-overlay{display:none}@media (max-width:768px){.navbar,.navbar *{box-sizing:border-box}.nav-links{display:none}.navbar{align-items:center;background:#556b2f;box-shadow:0 2px 8px #0000001a;display:flex;height:60px;justify-content:space-between;left:0;padding:0 12px;position:fixed;top:0;width:100%;z-index:300}.navbar-container{padding:0;width:100%}.logo-section{gap:6px}.logo-icon{height:60px;width:60px}.logo-image{height:80%;width:80%}.logo-text{color:#fff;font-size:.95rem;font-weight:600;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.mobile-menu-btn{background:#0000;border:none;color:#fff;cursor:pointer;display:block;font-size:1.6rem}.mobile-menu-overlay{align-items:center;background:#ffffffe6;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;left:0;max-height:calc(100vh - 60px);opacity:0;padding-top:40px;position:fixed;top:60px;transform:translateY(-10px);transition:opacity .35s ease,transform .35s ease,visibility .35s;visibility:hidden;width:100%;z-index:999}.mobile-menu-overlay.active{opacity:1;transform:translateY(0);visibility:visible}.mobile-menu-panel{align-items:center;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;gap:16px;max-width:320px;padding:20px 16px;width:90%}.mobile-menu-overlay a{border-radius:8px;color:#333;font-size:1.3rem;font-weight:600;padding:12px 0;text-align:center;text-decoration:none;transition:all .25s ease;width:100%}.mobile-menu-overlay a:hover{color:#556b2f;transform:translateX(4px)}.mobile-menu-close{align-items:center;background:#556b2f;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.4rem;height:36px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .25s ease;width:36px;z-index:1000}.mobile-menu-close:hover{background:#6b8e23;transform:scale(1.1)}}.footer{background:linear-gradient(135deg,#556b2f,#6b8e23);box-shadow:0 -5px 15px #0000001a;color:#f0f0f0;font-family:Space Grotesk,sans-serif;padding:40px 16px 20px}.footer-container{margin:0 auto;max-width:1200px}.footer-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr}.footer-item h3,.footer-item h4{color:#f0f0f0;font-weight:700;letter-spacing:.5px;margin-bottom:12px;position:relative}.footer-item h3:after,.footer-item h4:after{background:#d4d4d4;border-radius:2px;bottom:-4px;content:"";height:2px;left:0;position:absolute;width:50px}.footer-item p{color:#d1d5db;font-size:.9rem;margin-top:4px}.footer-item ul{list-style:none;margin:0;padding:0}.footer-item ul li{align-items:center;color:#d1d5db;display:flex;font-size:.9rem;gap:8px;margin-bottom:10px;transition:color .3s ease}.footer-item ul li a{color:#d1d5db;position:relative;text-decoration:none}.footer-item ul li a:after{background-color:#f0f0f0;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-item ul li a:hover:after{width:100%}.footer-item ul li a:hover{color:#fff}.social-links a{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:inline-flex;font-size:1.1rem;height:38px;justify-content:center;margin-right:12px;width:38px}.social-links a:hover{background:#fff3;transform:scale(1.1)}.footer-bottom{border-top:1px solid #fff3;color:#d1d5db;font-size:.875rem;letter-spacing:.5px;margin-top:50px;padding-top:20px;text-align:center;transition:color .3s ease}.footer-bottom:hover{color:#fff}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:767px){.footer{padding:20px 12px}.footer-grid{display:flex;flex-direction:column;gap:16px;text-align:center;width:100%}.footer-item h3,.footer-item h4{font-size:1.15rem;font-weight:600;line-height:1.2;margin-bottom:8px;position:relative;text-align:center}.footer-item h3:after,.footer-item h4:after{background:#d4d4d4;border-radius:1px;bottom:-4px;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:30px}.footer-item p{color:#d1d5db;font-size:.9rem;line-height:1.3;margin-bottom:4px}.footer-item ul{list-style:none;margin:0;padding:0;width:100%}.footer-item ul li{align-items:center;display:flex;gap:8px;justify-content:center;padding:6px 0;text-align:center;transition:color .2s;width:100%}.footer-item ul li a{color:#d1d5db;display:inline-block;padding-bottom:2px;position:relative;text-decoration:none}.footer-item ul li a:after{background-color:#f0f0f0;bottom:0;content:"";height:1.5px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-item ul li a:hover:after{width:100%}.footer-item ul li a:hover{color:#fff}.footer-item.contact ul li i,.footer-item.contact ul li svg{color:#f0f0f0;flex-shrink:0;height:18px;width:18px}.social-links{gap:10px;margin-top:12px}.social-links,.social-links a{display:flex;justify-content:center}.social-links a{align-items:center;background:#ffffff0d;border-radius:50%;font-size:1.2rem;height:40px;transition:background .2s,transform .1s;width:40px}.social-links a:active,.social-links a:hover{background:#ffffff1f;transform:scale(1.05)}.footer-bottom{color:#d1d5db;font-size:.75rem;margin-top:20px;text-align:center}}.home{color:#2c3e2e;font-family:Space Grotesk,sans-serif}*{-webkit-tap-highlight-color:transparent}body{box-sizing:border-box;margin:0;padding:0;position:relative}body:before{background-image:url(/static/media/pattern.33a2989ff5d335193def.webp);background-repeat:repeat;background-size:100px 100px;content:"";inset:0;opacity:.25;pointer-events:none;position:fixed;z-index:-1}.hero-section{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:50px;justify-content:space-between;min-height:90vh;padding:0 60px}.hero-left{flex:1 1 500px}.hero-est{background:#6b8e23;border-radius:999px;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;margin-bottom:16px;padding:6px 14px;text-transform:uppercase}.hero-left h1{font-size:3.6rem;line-height:1.15;margin-bottom:24px}.highlight-primary{color:#6b8e23;font-style:italic}.highlight-secondary{color:#556b2f;font-style:italic}.hero-left p{color:#555;font-size:1.25rem;margin-bottom:32px}.hero-buttons{display:flex;gap:20px;margin-bottom:40px}.btn-primary{background-color:#556b2f;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:700;padding:16px 32px;transition:background .3s ease}.btn-primary:hover{background-color:#6b8e23}.btn-secondary{background-color:#fff;border:2px solid #ccc;border-radius:50px;color:#333;cursor:pointer;font-size:1.05rem;font-weight:700;padding:16px 32px;transition:all .3s ease}.btn-secondary:hover{border-color:#556b2f;color:#556b2f}.hero-stats-wrapper{align-items:flex-start;gap:12px}.hero-stats-container{grid-gap:50px;display:grid;gap:50px;grid-template-columns:repeat(3,1fr);margin-top:40px;text-align:center}.hero-stats-wrapper{align-items:center;display:flex;flex-direction:column;gap:16px}.hero-stats-numbers{display:flex;justify-content:space-between;max-width:600px;width:100%}.hero-stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;margin:40px auto 0;max-width:600px;text-align:center;width:100%}.hero-stats-grid .stat h3{color:#6b8e23;font-size:2.4rem;margin:0}.delivery-icon{font-size:3.5rem}.hero-stats-grid .stat-label{color:#666;font-size:1rem}.hero-right{align-items:center;display:flex;flex:1 1 420px;justify-content:center}.hero-image-frame{aspect-ratio:1/1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#8fbc8f2e;border:2px solid #6b8e23;border-radius:16px;max-width:550px;overflow:hidden;position:relative;width:100%}.hero-image-frame img{border-radius:14px;height:100%;left:0;object-fit:cover;opacity:0;position:absolute;top:0;transition:opacity 1.2s ease-in-out,transform .7s ease;width:100%;z-index:1}.hero-image-frame img.active{opacity:1;transform:scale(1);z-index:2}.hero-dots{bottom:14px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.hero-dot{background:#ffffff73;border-radius:50%;cursor:pointer;height:12px;transition:all .4s ease;width:12px}.hero-dot:hover{transform:scale(1.2)}.hero-dot.active{background:#6b8e23;border-radius:12px;width:24px}.collections-section{padding:80px 40px;text-align:center}.collections-section h2{font-size:2.5rem;margin-bottom:40px}.collections-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.collection-card{border-radius:18px;cursor:pointer;height:0;overflow:hidden;padding-top:125%;position:relative;transition:transform .3s ease,box-shadow .3s ease}.collection-card:hover{box-shadow:0 10px 22px #00000026;transform:translateY(-10px)}.collection-image{inset:0;position:absolute}.collection-image img{height:100%;object-fit:cover;transition:transform .6s ease;width:100%}.collection-card:hover .collection-image img{transform:scale(1.1)}.collection-overlay{background:linear-gradient(0deg,#000000a6,#0000);inset:0;position:absolute}.collection-text{bottom:18px;color:#fff;left:18px;position:absolute;right:18px}.collection-text h4{font-size:1.3rem;font-weight:700}.collection-text p{font-size:.9rem;margin-top:4px;opacity:0;transform:translateY(10px);transition:all .3s ease}.collection-card:hover .collection-text p{opacity:1;transform:translateY(0)}@media (max-width:900px){.hero-section{padding:60px 30px}.hero-left h1{font-size:2.4rem}}@media (max-width:768px){.hero-section{align-items:center;display:flex;flex-direction:column;gap:4px;padding:40px 12px 12px}.hero-right{display:flex;justify-content:center;order:1;width:100%}.hero-image-frame{aspect-ratio:1/1;background:#f0f0f0;border-radius:14px;max-width:360px;overflow:hidden;position:relative;width:100%}.hero-image-frame img{border-radius:12px;height:100%;left:0;object-fit:cover;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.hero-image-frame img.active{opacity:1;z-index:2}.hero-left{order:2;text-align:center;width:100%}.hero-est,.hero-left h1{margin-bottom:2px}.hero-left h1{color:#2c3e2e;font-size:1.9rem;line-height:1.3}.hero-left p{color:#555;font-size:1rem;margin-bottom:12px}.hero-buttons{align-items:center;display:flex;flex-direction:column;gap:8px}.btn-primary,.btn-secondary{border-radius:50px;font-size:.95rem;padding:12px 0;text-align:center;width:80%}.hero-stats{align-items:center;flex-direction:column;gap:16px;margin-bottom:12px}.hero-stats h3{font-size:1.2rem;margin-bottom:4px}.hero-stats p{font-size:.9rem;text-align:center}.hero-dots{display:flex;gap:6px;justify-content:center;margin-top:6px}.hero-dot{background:#556b2f80;border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.hero-dot.active{background:#6b8e23;border-radius:12px;width:16px}.collections-section{padding:24px 12px;text-align:left}.collections-section h2{font-size:1.6rem;margin-bottom:12px;text-align:center}.collections-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.collection-card{border-radius:12px;overflow:hidden;padding-top:100%;position:relative}.collection-image img{border-radius:12px;height:100%;object-fit:cover;width:100%}.collection-text{bottom:10px;color:#fff;left:10px;position:absolute;right:10px}.collection-text h4{font-size:1rem;margin:0}.collection-text p{font-size:.75rem;margin:2px 0 0}}@media (max-width:400px){.hero-left h1{font-size:1.6rem}.hero-left p{font-size:.9rem}.hero-buttons{gap:6px}.hero-stats-grid{gap:15px;grid-template-columns:1fr;grid-template-rows:repeat(3,auto)}.hero-stats-grid .stat-label:nth-child(4),.hero-stats-grid .stat:first-child{order:1}.hero-stats-grid .stat-label:nth-child(5),.hero-stats-grid .stat:nth-child(2){order:2}.hero-stats-grid .stat-label:nth-child(6),.hero-stats-grid .stat:nth-child(3){order:3}.hero-stats-grid .stat,.hero-stats-grid .stat-label{justify-self:center;text-align:center}.btn-primary,.btn-secondary{font-size:.9rem;padding:10px 0}.collections-grid{gap:8px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.collection-text h4{font-size:.9rem}.collection-text p{font-size:.7rem}}.ProductCard_productCard__Ki75p{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(239,244,247,.775);border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 20px #0000001f,inset 0 0 15px #ffffff0d;cursor:pointer;display:flex;flex-direction:column;height:380px;overflow:hidden;position:relative;transition:transform .5s ease,box-shadow .5s ease;width:100%}.ProductCard_productCard__Ki75p:hover{box-shadow:0 20px 40px #0003,inset 0 0 25px #ffffff1a;transform:translateY(-10px) scale(1.02)}.ProductCard_imageWrapper__OU8q3{border-bottom:1px solid #fff3;height:240px;overflow:hidden;position:relative;width:100%}.ProductCard_productImage__ROJrL{display:block;height:100%;object-fit:cover;transition:transform .6s ease,filter .5s ease;width:100%}.ProductCard_productCard__Ki75p:hover .ProductCard_productImage__ROJrL{filter:brightness(1.05) contrast(1.05);transform:scale(1.12) rotate(1deg)}.ProductCard_imageOverlay__dUq9u{background:linear-gradient(0deg,#0000001a,#0000);inset:0;pointer-events:none;position:absolute}.ProductCard_productInfo__oLCa0{display:flex;flex:1 1;flex-direction:column;gap:4px;padding:12px 16px}.ProductCard_productName__GWxOk{color:#1f2937;font-size:1rem;font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ProductCard_productDescription__9xztQ{color:#6b7280;flex:1 1;font-size:.82rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis}.ProductCard_productPrice__N-ixw{color:#2d681b;font-size:.85rem;font-weight:600;margin-top:2px}@media (max-width:768px){.ProductCard_productCard__Ki75p{background:#eff4f7d9;border-radius:18px;box-shadow:0 6px 18px #0000001f;height:auto;transition:transform .3s ease,box-shadow .3s ease}.ProductCard_imageWrapper__OU8q3{border-radius:18px 18px 0 0;height:220px}.ProductCard_productImage__ROJrL{height:100%;object-fit:cover;width:100%}.ProductCard_productInfo__oLCa0{gap:3px;padding:10px 14px}.ProductCard_productName__GWxOk{color:#111827;font-size:1rem;font-weight:600;line-height:1.2}.ProductCard_productDescription__9xztQ{color:#4b5563;font-size:.82rem;line-height:1.2}.ProductCard_productPrice__N-ixw{color:#2d681b;font-size:.9rem;font-weight:600;margin-top:1px}.ProductCard_productCard__Ki75p:active{box-shadow:0 2px 6px #0000000f;transform:scale(.985)}}.loader-container{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:center}.spinner{height:60px;position:relative;width:60px}.spinner div{animation:spin 1s linear infinite;border:4px solid #0000;border-radius:50%;border-top-color:#10b981;height:100%;position:absolute;width:100%}.spinner div:nth-child(2){animation-delay:.2s;border-top:4px solid #3b82f6}.spinner div:nth-child(3){animation-delay:.4s;border-top:4px solid #f59e0b}@keyframes spin{0%{box-shadow:0 0 4px #0003;transform:rotate(0deg)}to{box-shadow:0 0 12px #0000004d;transform:rotate(1turn)}}.loader-text{color:#333;font-size:1rem;font-weight:500;margin-top:12px;text-align:center}@media (max-width:768px){.spinner{height:45px;width:45px}.spinner div{border-width:3px}.loader-text{font-size:.9rem}}@media (max-width:480px){.spinner{height:35px;width:35px}.spinner div{border-width:2px}.loader-text{font-size:.85rem}}.products-page{color:#2c3e2e;font-family:Space Grotesk,sans-serif;margin:0 auto;max-width:1400px;padding:40px 20px}.page-heading{margin-bottom:32px;text-align:center}.page-heading h1{color:#2c3e2e;font-size:3rem;font-weight:700}.page-heading p{color:#6b7280;font-size:1.125rem;margin-top:8px}.category-chips{display:flex;gap:12px;justify-content:center;overflow-x:auto;padding:12px 0}.active-chip,.chip{border:none;border-radius:50px;box-shadow:0 2px 5px #0000001a;cursor:pointer;font-size:.95rem;font-weight:600;padding:8px 20px;transition:all .3s ease}.chip{background-color:#f0f0f0;color:#111}.chip:hover{background-color:#d4d4d4}.active-chip{background:linear-gradient(135deg,#91ce80,#6b8e23);box-shadow:0 4px 12px #11d45266;color:#fff}.category-chips::-webkit-scrollbar{height:6px}.category-chips::-webkit-scrollbar-track{background:#0000}.category-chips::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.category-section{margin-top:32px}.category-title{color:#556b2f;font-size:1.4rem;margin-bottom:.4rem;margin-top:.8rem;padding-left:.5rem}.products-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-top:16px}.product-card-wrapper{cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.product-card-wrapper:hover{box-shadow:0 10px 20px #0000001f;transform:translateY(-6px)}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:768px){.products-page{margin:2.2rem auto 0}.page-heading h1{font-size:2.2rem}.page-heading p{font-size:1rem}.products-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.category-chips{gap:8px;justify-content:flex-start;padding:10px 0}.active-chip,.chip{font-size:.85rem;padding:6px 16px}.product-card-wrapper:hover{box-shadow:0 6px 12px #0000001a;transform:translateY(-4px)}}@media (max-width:480px){.products-page{padding:20px 10px}.page-heading h1{font-size:1.8rem}.page-heading p{font-size:.95rem}.products-grid{gap:12px;grid-template-columns:1fr}.category-title{font-size:1.2rem;padding-left:.25rem}}.item-page{font-family:Space Grotesk,sans-serif;padding:40px 20px 80px}.breadcrumb{color:#666;display:flex;flex-wrap:wrap;font-size:.9rem;gap:8px;margin:0 auto 30px;max-width:1200px}.breadcrumb a{color:#0b381a;text-decoration:none}.breadcrumb strong{color:#111}.item-container{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1.1fr 1fr;margin:0 auto;max-width:1200px}@media (max-width:900px){.item-container{grid-template-columns:1fr}}.gallery{display:flex;flex-direction:column;gap:20px}.main-image-box{align-items:center;aspect-ratio:1/1;border:1.5px solid #ccc;border-radius:16px;box-shadow:0 6px 20px #00000014;display:flex;justify-content:center;overflow:hidden;transition:transform .3s ease;width:80%}.main-image-box img{border-radius:16px;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.main-image-box:hover img{transform:scale(1.05)}.thumbnail-row{display:flex;gap:12px;overflow-x:auto}.thumbnail-row img{border:2px solid #0000;border-radius:10px;cursor:pointer;height:70px;object-fit:cover;opacity:.6;transition:all .3s ease;width:70px}.thumbnail-row img:hover{opacity:1}.thumbnail-row img.active{border-color:#11d452;opacity:1}.details{display:flex;flex-direction:column;height:90%;padding-top:0}.details h1{color:#0b381a;font-size:2.6rem;margin-bottom:10px}.price{color:#2d681b;font-size:1.4rem;font-weight:600;margin-bottom:20px}.description{word-wrap:break-word;background-color:#fff6;border:1px solid #c8c8c880;border-radius:12px;box-shadow:0 6px 20px #00000014;box-sizing:border-box;color:#333;font-size:1rem;height:330px;line-height:1.6;margin-bottom:30px;max-width:100%;overflow-x:hidden;overflow-y:auto;padding:16px;transition:all .3s ease;white-space:pre-line}.description::-webkit-scrollbar{width:8px}.description::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.description::-webkit-scrollbar-track{background-color:initial}.description:hover{box-shadow:0 10px 30px #0000001f;height:350px}.specs{margin-bottom:30px}.specs h3{color:#0b381a;font-size:1.2rem;margin-bottom:15px}.specs ul{list-style:none;padding:0}.specs li{border-bottom:1px dashed #ddd;display:flex;font-size:.95rem;justify-content:space-between;padding:10px 0}.whatsapp-btn{align-items:center;align-self:center;background:#0fb043;border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:10px;margin-top:auto;padding:16px 26px;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.whatsapp-btn:hover{background:#287542;box-shadow:0 12px 25px #25d36659;transform:translateY(-2px)}@media (max-width:900px){.item-page{padding:20px 12px 60px}.breadcrumb{font-size:.85rem;gap:4px}.item-container{gap:30px;grid-template-columns:1fr}.main-image-box{margin:0 auto;width:90%}.main-image-box img{height:400px}.thumbnail-row{gap:8px;overflow-x:auto}.thumbnail-row img{height:65px;width:65px}.details h1{font-size:2rem}.price{font-size:1.2rem}.description{font-size:.95rem;height:auto;max-height:none;overflow:visible;padding:14px}.description:hover{box-shadow:0 10px 30px #0000001f;height:auto}.specs h3{font-size:1rem}.specs li{font-size:.85rem;padding:8px 0}.whatsapp-btn{font-size:.95rem;justify-content:center;padding:14px 0;width:100%}}.gallery-main{font-family:Poppins,sans-serif;margin:0 auto;max-width:1200px;padding:2rem 1rem}.gallery-header{margin-bottom:2rem;text-align:center}.gallery-header h1{color:#2c3e2e;font-size:3rem;font-weight:700;letter-spacing:1px;margin-bottom:.5rem}.gallery-header p{color:#555;font-size:1rem;margin:0 auto;max-width:600px}.category-section{margin-bottom:3rem}.category-title{color:#333;font-size:1.6rem;font-weight:600;margin-bottom:1rem;padding-left:12px;position:relative}.category-title:before{background:linear-gradient(180deg,#10b981,#3b82f6);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:50%;transform:translateY(-50%);width:6px}.images-grid{grid-gap:1rem;display:grid;gap:1rem;grid-auto-flow:dense;grid-auto-rows:200px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.image-card{align-items:flex-end;box-shadow:0 10px 20px #0000001f;cursor:pointer;display:flex;overflow:hidden;position:relative;transition:transform .4s ease,box-shadow .4s ease}.image-card,.image-card img{border-radius:15px;height:100%;width:100%}.image-card img{display:block;object-fit:cover;transition:transform .6s ease,filter .5s ease}.image-card:hover{box-shadow:0 18px 35px #00000040;transform:translateY(-6px) scale(1.04)}.image-card:after{background:linear-gradient(0deg,#0009,#0000);bottom:0;color:#fff;content:attr(data-title);font-size:.95rem;left:0;opacity:0;padding:.6rem 1rem;position:absolute;right:0;text-align:center;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}.image-card:hover:after{opacity:1;transform:translateY(0)}.image-card:hover img{filter:brightness(1.05);transform:scale(1.12) rotate(.5deg)}.lightbox-overlay{background:#000000f2;height:100%;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1000}.lightbox-content,.lightbox-overlay{align-items:center;display:flex;padding:1rem}.lightbox-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border-radius:20px;box-shadow:0 20px 40px #0000004d;flex-direction:column;height:600px;max-height:90%;max-width:90%;position:relative;width:800px}.lightbox-content img{border-radius:12px;margin-bottom:.5rem;max-height:100%;max-width:100%;object-fit:contain}.lightbox-caption{color:#fff;font-size:1rem;font-weight:500;margin-top:.5rem;text-align:center}.lightbox-close{background:#701a10;height:45px;right:-10px;top:-10px;width:45px}.lightbox-close,.lightbox-next,.lightbox-prev{align-items:center;display:flex;font-size:2rem;justify-content:center;z-index:1010}.lightbox-next,.lightbox-prev{background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;height:55px;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s ease;width:55px}.lightbox-next:hover,.lightbox-prev:hover{background:#000000d9}.lightbox-prev{left:-30px}.lightbox-next{right:-30px}@media (max-width:768px){.images-grid{grid-auto-rows:150px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.image-card img{height:100%}.lightbox-content{height:auto;width:90%}.lightbox-content img{max-height:70vh}.lightbox-next,.lightbox-prev{font-size:1.6rem;height:45px;width:45px}}@media (max-width:480px){.images-grid{gap:.5rem;grid-auto-rows:120px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.lightbox-caption{font-size:.85rem}.lightbox-next,.lightbox-prev{font-size:1.2rem;height:35px;width:35px}}@media (max-width:768px){.gallery-main{margin:2.2rem auto 0;padding:.8rem .5rem}.gallery-header h1{font-size:2rem;margin-bottom:.2rem;text-align:center}.gallery-header p{color:#444;font-size:.9rem;max-width:100%;padding:0 .5rem;text-align:center}.category-title{color:#556b2f;font-size:1.4rem;font-weight:600;margin-bottom:.4rem;margin-top:.8rem;padding-left:.5rem}.images-grid{grid-gap:6px;display:grid;gap:6px;grid-auto-rows:120px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.image-card{background:#fdfdfd;border-radius:14px;box-shadow:0 4px 10px #00000014;cursor:pointer;overflow:hidden;position:relative;transition:transform .15s ease,box-shadow .15s ease}.image-card:hover{box-shadow:0 6px 12px #0000001f;transform:none}.image-card img{border-radius:5px;display:block;height:100%;object-fit:cover;width:100%}.image-card:after{font-size:.8rem;padding:.3rem .6rem}.lightbox-overlay{align-items:center;background:#000000e6;display:flex;inset:0;justify-content:center;padding:.5rem;position:fixed;z-index:999}.lightbox-content{align-items:center;background:#fff;border-radius:16px;display:flex;flex-direction:column;max-width:380px;padding:.6rem;position:relative;top:0;transform:none;width:90%}.lightbox-content img{border-radius:12px;max-height:65vh;object-fit:cover;width:100%}.lightbox-caption{color:#333;font-size:.85rem;margin-top:.4rem;text-align:center}.lightbox-next,.lightbox-prev{align-items:center;background:#556b2fe6;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.3rem;height:38px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:38px}.lightbox-next:hover,.lightbox-prev:hover{background:#6b8e23}.lightbox-prev{left:8px}.lightbox-next{right:8px}.lightbox-close{align-items:center;background:#ce2323;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:38px;justify-content:center;position:absolute;right:-8px;top:-8px;width:38px}.lightbox-close:hover{background:#9e0909}}.contact-page{color:#102216;font-family:Space Grotesk,sans-serif}.contact-main{min-height:80vh;padding:40px 20px}.contact-container{display:flex;flex-direction:column;gap:50px;margin:0 auto;max-width:1200px}@media (min-width:992px){.contact-container{flex-direction:row;gap:60px}}.contact-info{animation:fadeInUp 1s ease forwards;flex:1 1}.contact-info h1{color:#0b381a;font-size:3rem;margin-bottom:20px}.contact-info p{color:#333;line-height:1.6;margin-bottom:20px}.contact-details p{align-items:center;color:#555;display:flex;margin-bottom:10px}.contact-details .icon{color:#4d810a;margin-right:8px}.social-links{margin:20px 0}.social-links a{color:silver;font-size:1.5rem;margin-right:15px;transition:all .3s ease}.social-links a:hover{color:#1189d4}.map-container{border-radius:12px;box-shadow:0 6px 20px #0000001a;margin-top:20px;overflow:hidden}.contact-form{animation:fadeInUp 1s ease forwards;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0d;border-radius:16px;box-shadow:0 10px 25px #00000014;flex:1 1;padding:40px 30px}.contact-form,.contact-form form{display:flex;flex-direction:column}.contact-form form{gap:20px}.contact-form label{color:#102216;display:flex;flex-direction:column;font-weight:500}.contact-form .form-topic{align-items:center;color:#0b381a;display:flex;font-size:1.6rem;font-weight:600;gap:10px;justify-content:center;margin-bottom:35px}.contact-form .form-topic .whatsapp-icon{color:#25d366;font-size:1.8rem}.contact-form .form-topic span{color:#25d366;font-weight:700}.contact-form input,.contact-form textarea{background-color:#fcfcfc;border:1px solid #ccc;border-radius:10px;font-family:Space Grotesk,sans-serif;font-size:1rem;outline:none;padding:16px;transition:all .3s ease-in-out}.contact-form textarea{height:200px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{border-color:#11d452;box-shadow:0 0 0 3px #11d45233}.contact-form button{align-self:flex-end;background-color:#0fb043;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:10px;padding:14px 24px;transition:all .3s ease-in-out}.contact-form button:hover{background-color:#287542}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.contact-container{flex-direction:column;gap:40px}.contact-form{padding:30px}.map-container iframe{height:180px}}@media (max-width:768px){.contact-main{margin:2rem auto 0;min-height:auto;padding:20px 12px}.contact-container{gap:30px}.contact-info h1{font-size:2rem;margin-bottom:16px}.contact-details p,.contact-info p{font-size:.95rem;line-height:1.4}.contact-details .icon{font-size:1.1rem;margin-right:6px}.social-links a{font-size:1.8rem;margin-right:12px}.map-container{border-radius:12px;box-shadow:0 4px 15px #00000014;overflow:hidden}.map-container iframe{height:200px;width:100%}.contact-form{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;box-shadow:0 6px 20px #00000014;padding:24px 16px}.contact-form .form-topic{font-size:1.2rem;gap:6px}.contact-form .form-topic .whatsapp-icon{font-size:1.6rem}.contact-form input,.contact-form textarea{border-radius:12px;font-size:1rem;padding:14px}.contact-form textarea{height:160px}.contact-form button{border-radius:12px;font-size:1rem;margin-top:20px;padding:14px;text-align:center;width:100%}}.news-page{font-family:Space Grotesk,sans-serif;margin:0 auto;max-width:1200px;min-height:80vh;padding:64px 20px}.news-title{color:#2c3e2e;font-size:3rem;font-weight:700;margin-bottom:48px;text-align:center}.news-list{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.news-card{background:linear-gradient(160deg,#fff,#f3f6f4);border-radius:20px;box-shadow:0 12px 24px #00000014;cursor:pointer;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease}.news-card:hover{box-shadow:0 26px 48px #00000029;transform:translateY(-8px)}.news-images-preview{display:flex;gap:4px;height:140px}.news-images-preview img{border-radius:6px;flex-shrink:0;object-fit:cover;transition:transform .3s ease}@media (min-width:769px){.news-images-preview img{height:100%;width:calc(20% - 3.2px)}}@media (max-width:768px){.news-images-preview{height:120px}.news-images-preview img{height:100%;width:calc(33.33333% - 2.66667px)}}.news-card:hover .news-images-preview img{transform:scale(1.05)}.news-content{padding:16px}.news-content h2{color:#2c3e2e;font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:6px}.news-content p{color:#6b7280;font-size:.85rem;line-height:1.5;overflow:hidden;white-space:pre-line}.news-date{color:#9ca3af;display:block;font-size:.75rem;margin-top:8px}.news-lightbox{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000bf;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:999}.news-lightbox-content{background:#fff;border-radius:24px;display:flex;flex-direction:column;gap:24px;max-height:90vh;max-width:900px;overflow-y:auto;padding:32px;position:relative;width:100%}.lightbox-close{background:#000000a6;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.2rem;height:40px;position:absolute;right:16px;top:16px;width:40px}.lightbox-images{align-items:center;display:flex;justify-content:center;position:relative}.lightbox-images img{border-radius:16px;max-height:380px;max-width:100%;object-fit:cover}.next-image,.prev-image{background:#00000073;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:2rem;height:60px;position:absolute;top:50%;transform:translateY(-50%);width:40px}.prev-image{left:8px}.next-image{right:8px}.lightbox-text{display:flex;flex-direction:column;gap:12px}.lightbox-text h1{color:#2c3e2e;font-size:2rem;font-weight:700}.lightbox-text p{color:#444;font-size:1rem;line-height:1.7;white-space:pre-line}.lightbox-thumbnails{display:flex;gap:8px;margin-top:12px;overflow-x:auto}.lightbox-thumbnails img{border:2px solid #0000;border-radius:6px;cursor:pointer;height:40px;object-fit:cover;transition:border .3s ease;width:60px}.lightbox-thumbnails img.active-thumb{border:2px solid #11d452}@media (max-width:768px){.news-title{font-size:2rem}.news-card{flex-direction:column;gap:12px;height:auto}.news-lightbox-content{max-height:85vh;padding:20px}.lightbox-text h1{font-size:1.5rem}.lightbox-text p{font-size:.9rem}.lightbox-images img{max-height:250px;width:auto}.next-image,.prev-image{font-size:1.6rem;height:50px;width:35px}.lightbox-thumbnails{gap:6px}.lightbox-thumbnails img{height:35px;width:50px}}.admin-login-page{align-items:center;background:linear-gradient(135deg,#e6f4ea,#d4ead8);display:flex;font-family:Space Grotesk,sans-serif;justify-content:center;min-height:100vh}.admin-login-card{animation:fadeUp .8s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-radius:18px;box-shadow:0 20px 40px #0000001f;max-width:420px;padding:40px 35px;width:100%}.admin-login-header{margin-bottom:30px;text-align:center}.admin-icon{color:#11d452;font-size:3rem;margin-bottom:10px}.admin-login-header h2{color:#0b381a;font-size:1.9rem;margin-bottom:6px}.admin-login-header p{color:#555;font-size:.95rem}.admin-login-form{display:flex;flex-direction:column;gap:20px}.input-group{position:relative}.input-icon{color:#11d452;font-size:1rem;left:14px;position:absolute;top:50%;transform:translateY(-50%)}.admin-login-form input{border:1px solid #ccc;border-radius:10px;box-sizing:border-box;font-size:1rem;outline:none;padding:14px 14px 14px 42px;transition:all .3s ease;width:100%}.admin-login-form input:focus{border-color:#11d452;box-shadow:0 0 0 3px #11d45233}.login-btn{background:linear-gradient(135deg,#11d452,#0fb043);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:10px;padding:14px;transition:all .3s ease}.login-btn:hover{box-shadow:0 12px 25px #11d45259;transform:translateY(-2px)}.admin-login-footer{color:#777;font-size:.8rem;margin-top:30px;text-align:center}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.admin-login-card{padding:30px 25px;padding:25px 20px;width:90%}.admin-login-header h2{font-size:1.6rem}.admin-login-header p{font-size:.85rem}.admin-login-form input{font-size:.95rem;padding:12px 12px 12px 38px}.input-icon{font-size:.9rem;left:12px}.login-btn{font-size:.95rem;padding:12px}.admin-login-footer{font-size:.75rem}}.dashboard-page{background:linear-gradient(135deg,#a8edea,#fed6e3);font-family:Space Grotesk,sans-serif;min-height:100vh;padding:50px 30px}.dashboard-header{margin-bottom:50px;text-align:center}.dashboard-icon{color:#11d452;font-size:3rem;margin-bottom:10px}.dashboard-header h1{color:#0b381a;font-size:2.6rem;margin-bottom:6px}.dashboard-header p{color:#555;font-size:1rem}.dashboard-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0 auto;max-width:100%}.dashboard-card{background:#ffffffe6;border-radius:18px;box-shadow:0 14px 30px #00000014;cursor:pointer;overflow:hidden;padding:35px 25px;position:relative;text-align:center;transition:all .35s ease}.dashboard-card:after{background:linear-gradient(135deg,#11d45226,#0000);content:"";inset:0;opacity:0;position:absolute;transition:opacity .35s ease}.dashboard-card:hover:after{opacity:1}.dashboard-card:hover{box-shadow:0 20px 45px #0000001f;transform:translateY(-6px)}.card-icon{color:#11d452;font-size:2.6rem;margin-bottom:15px}.dashboard-card h3{color:#0b381a;font-size:1.2rem;margin-bottom:6px}.dashboard-card p{color:#555;font-size:.9rem;line-height:1.4}@media (max-width:768px){.dashboard-card{padding:30px 20px}}@media (max-width:360px){.dashboard-page{padding:30px 15px}.dashboard-header h1{font-size:1.9rem}.dashboard-header p{font-size:.9rem}.dashboard-grid{gap:20px}.dashboard-card{padding:20px 12px}.card-icon{font-size:2.2rem;margin-bottom:12px}.dashboard-card h3{font-size:1rem}.dashboard-card p{font-size:.85rem;line-height:1.3}}.add-product-page{align-items:center;background:linear-gradient(135deg,#a8edea,#fed6e3);display:flex;flex-direction:column;font-family:Space Grotesk,sans-serif;min-height:100vh;padding:40px 20px}.back-btn-container{display:flex;justify-content:flex-start;margin-bottom:20px;width:100%}.back-btn{border-radius:8px;font-weight:600}.back-btn:hover{background-color:#11d452;box-shadow:0 6px 18px #11d45259}.add-product-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 12px 28px #0000001f;max-width:700px;overflow:hidden;width:100%}.add-product-form{display:flex;flex-direction:column;gap:22px;padding:35px 30px}.add-product-header{margin-bottom:28px;text-align:center}.add-product-header .header-icon{color:#11d452;font-size:2.8rem;margin-bottom:10px}.add-product-header h1{color:#0b381a;font-size:2.1rem;margin-bottom:6px}.add-product-header p{color:#555;font-size:1rem}.add-product-form input,.add-product-form select,.add-product-form textarea{border:1px solid #ccc;border-radius:10px;box-sizing:border-box;font-family:inherit;font-size:1rem;padding:12px 14px;transition:border-color .25s ease,box-shadow .25s ease;width:100%}.add-product-form input:focus,.add-product-form select:focus,.add-product-form textarea:focus{border-color:#11d452;box-shadow:0 0 0 3px #11d45233;outline:none}.input-with-counter{position:relative}.char-counter{color:#777;font-size:.75rem;margin-top:4px;text-align:right}.add-product-form textarea{min-height:140px;resize:vertical}.form-row{display:flex;gap:20px}.form-row>*{flex:1 1}.add-product-form input[type=file]{background-color:#fafafa;border-radius:10px;cursor:pointer;padding:8px 10px}.submit-btn{align-self:center;background:linear-gradient(135deg,#43cea2,#185a9d);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:14px 28px;transition:transform .2s ease,box-shadow .2s ease}.submit-btn:hover{box-shadow:0 8px 20px #185a9d59;transform:translateY(-2px)}.image-previews{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.image-wrapper{background:#fff;border:1px solid #d1d5db;border-radius:10px;height:90px;overflow:hidden;position:relative;width:90px}.image-wrapper img{height:100%;object-fit:cover;width:100%}.remove-btn{align-items:center;background:#e5e7eb;border:1px solid #d1d5db;border-radius:4px;color:#374151;cursor:pointer;display:flex;font-size:11px;font-weight:600;height:18px;justify-content:center;position:absolute;right:6px;top:6px;transition:background .15s ease,color .15s ease;width:18px}.remove-btn:hover{background:#ef4444;color:#fff}.preview-selected{border:2px solid #2563eb}@media (max-width:650px){.form-row{flex-direction:column}.add-product-header h1{font-size:1.8rem}.add-product-header p{font-size:.9rem}.submit-btn{width:100%}.image-wrapper{height:70px;width:70px}.remove-btn{font-size:9px;height:14px;width:14px}}.edit-product-page-wrapper{align-items:flex-start;display:flex;justify-content:center;min-height:100vh;overflow-x:hidden;padding:40px 20px;position:relative}.edit-product-page-wrapper:before{background:linear-gradient(135deg,#a8edea,#fed6e3);content:"";inset:0;opacity:.75;position:absolute;z-index:-1}.edit-product-page{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb;border-radius:16px;box-shadow:0 15px 40px #0000001f;font-family:Inter,Segoe UI,Arial,sans-serif;max-width:1200px;padding:28px;width:100%}.back-btn{align-items:center;background:#1f7a34;border-radius:10px;display:inline-flex;font-weight:500;gap:6px;margin-bottom:24px;transition:all .25s ease}.back-btn:hover{background:#145a26;transform:translateY(-1px)}.products-list{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.product-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000014;display:flex;flex-direction:column;min-height:380px;overflow:hidden;padding:16px;transition:all .25s ease}.product-card:hover{box-shadow:0 16px 36px #00000024;transform:translateY(-6px)}.product-card img{border-radius:12px;height:190px;margin-bottom:14px;object-fit:cover;width:100%}.product-info{flex-grow:1}.product-info h4{color:#222;font-size:17px;font-weight:600;line-height:1.3;margin-bottom:6px;word-break:break-word}.product-info p{color:#555;font-size:14px;margin:4px 0}.product-buttons{display:flex;gap:10px;margin-top:14px}.product-buttons button{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:10px 0;transition:all .25s ease}.product-buttons button:first-child{background:#356bb3;color:#fff}.product-buttons button:last-child{background:#d93030;color:#fff}.product-buttons button:hover{opacity:.9;transform:translateY(-1px)}.edit-product-form{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;margin:40px auto 0;max-width:720px;padding:28px}.edit-product-form h3{color:#222;font-size:20px;font-weight:600;margin-bottom:20px}.edit-product-form input,.edit-product-form select,.edit-product-form textarea{border:1px solid #d0d0d0;border-radius:10px;font-size:14px;margin:10px 0;padding:12px 14px;transition:border .2s ease,box-shadow .2s ease;width:100%}.edit-product-form input:focus,.edit-product-form select:focus,.edit-product-form textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626;outline:none}.edit-product-form textarea{min-height:130px;resize:vertical}.gallery-preview{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.gallery-item{align-items:center;background:#f9f9f9;border:1px solid #ddd;border-radius:12px;display:flex;flex-direction:column;height:90px;justify-content:center;overflow:hidden;position:relative;width:90px}.gallery-item img{height:100%;object-fit:cover;width:100%}.gallery-item .delete-btn{align-items:center;background:#dc2626e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:22px;justify-content:center;position:absolute;right:4px;top:4px;width:22px}.gallery-item .delete-btn:hover{background:#dc2626}.gallery-item p{background:#ffffffb3;bottom:2px;color:#555;font-size:10px;margin:0;padding:1px 0;position:absolute;text-align:center;width:100%}.form-buttons{display:flex;gap:14px;margin-top:24px}.form-buttons button{border:none;border-radius:12px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:13px 0;transition:all .25s ease}.form-buttons button:first-child{background:#2563eb}.form-buttons button:last-child{background:#6b7280}.form-buttons button:hover{opacity:.9;transform:translateY(-1px)}@media (max-width:768px){.products-list{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.gallery-item{height:70px;width:70px}}@media (max-width:480px){.edit-product-page-wrapper{align-items:flex-start;padding:20px 10px}.edit-product-page{border-radius:12px;padding:18px}.back-btn{font-size:13px;padding:8px 14px}.products-list{gap:16px;grid-template-columns:1fr}.product-card{min-height:auto;padding:12px}.product-card img{height:150px;margin-bottom:10px}.product-info h4{font-size:15px}.product-info p{font-size:13px}.product-buttons button{font-size:13px;padding:8px 0}.edit-product-form{padding:20px}.edit-product-form h3{font-size:18px;margin-bottom:16px}.edit-product-form input,.edit-product-form select,.edit-product-form textarea{font-size:13px;padding:10px 12px}.gallery-item{height:60px;width:60px}.form-buttons{flex-direction:column;gap:12px}.form-buttons button{font-size:13px;padding:10px 0}}.add-image-page{align-items:center;background:linear-gradient(135deg,#a8edea,#fed6e3);display:flex;flex-direction:column;font-family:Space Grotesk,sans-serif;min-height:100vh;padding:40px 20px}.back-btn{align-self:flex-start;background:linear-gradient(135deg,#ff7e5f,#feb47b);border-radius:12px;font-weight:700;padding:10px 18px;transition:transform .2s ease,box-shadow .2s ease}.back-btn:hover{box-shadow:0 6px 15px #0003;transform:translateY(-2px)}.add-image-form{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border-radius:16px;box-shadow:0 15px 35px #00000026;display:flex;flex-direction:column;gap:15px;max-width:95%;padding:35px 30px;transition:transform .3s ease,box-shadow .3s ease;width:380px}.add-image-form:hover{box-shadow:0 20px 40px #0003;transform:translateY(-5px)}.add-image-form h2{color:#333;font-size:1.8rem;margin-bottom:20px;text-align:center}.add-image-form input,.add-image-form select{border:1px solid #ccc;border-radius:10px;font-size:1rem;padding:12px 14px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.add-image-form input:focus,.add-image-form select:focus{border-color:#ff7e5f;box-shadow:0 0 0 4px #ff7e5f33;outline:none}.add-image-form input[type=file]{background-color:#fafafa;border-radius:10px;cursor:pointer;padding:8px 10px}.add-image-form button{background:linear-gradient(135deg,#43cea2,#185a9d);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:14px 0;transition:transform .2s ease,box-shadow .2s ease}.add-image-form button:hover{box-shadow:0 8px 25px #0000004d;transform:translateY(-3px)}@media (max-width:450px){.add-image-form{padding:25px 20px;width:100%}.add-image-form h2{font-size:1.5rem}.back-btn{font-size:13px;padding:8px 16px}.add-image-form input,.add-image-form select{font-size:.95rem;padding:10px 12px}.add-image-form button{font-size:.95rem;padding:12px 0}}.manage-gallery-page-wrapper{align-items:flex-start;background:linear-gradient(135deg,#a8edea,#fed6e3);display:flex;justify-content:center;min-height:100vh;padding:40px 20px}.manage-gallery-page{border-radius:12px;font-family:Arial,sans-serif;max-width:1200px;padding:20px;width:100%}.back-btn{transition:background-color .3s ease}.back-btn:hover{background-color:#333}.category-section{margin-bottom:30px}.gallery-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.gallery-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.gallery-card img{height:150px;object-fit:cover;width:100%}.gallery-info{align-items:center;display:flex;justify-content:space-between;padding:10px}.gallery-title{color:#333;font-size:14px;font-weight:500}.delete-btn{background-color:#ce2323;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px 10px;transition:.2s}.delete-btn:hover{background-color:#9e0909}.empty-text{color:#333;font-size:16px;text-align:center}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width:480px){.manage-gallery-page-wrapper{align-items:flex-start;padding:20px 10px}.manage-gallery-page{padding:15px}.back-btn{font-size:13px;padding:6px 12px}.gallery-grid{gap:16px;grid-template-columns:1fr}.gallery-card img{height:120px}.gallery-info{align-items:flex-start;flex-direction:column;gap:6px;padding:8px}.gallery-title{font-size:13px}.delete-btn{font-size:12px;padding:5px 8px}.empty-text{font-size:14px}}.admin-news-page-wrapper{align-items:flex-start;background:linear-gradient(135deg,#a8edea,#fed6e3);display:flex;justify-content:center;min-height:100vh;padding:40px 20px}.admin-news-page{background:#fffffff7;border-radius:12px;box-shadow:0 4px 25px #00000026;font-family:Arial,sans-serif;max-width:1000px;padding:30px;width:100%}.back-btn{background-color:#2a6724;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;margin-bottom:20px;padding:8px 16px;transition:.3s}.back-btn:hover{background-color:#1e4b1a}h1{color:#333;font-size:2rem;margin-bottom:25px;text-align:center}.news-form{gap:12px;margin:0 auto 40px;max-width:600px}.input-group,.news-form{display:flex;flex-direction:column}.input-group small{color:#666;font-size:.75rem;margin-top:4px}.news-form input,.news-form textarea{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:12px}.news-form textarea{min-height:120px}.news-form button{background:#2b65a9;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:12px;transition:.2s}.news-form button:hover{opacity:.9}.image-preview{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.image-preview.existing-images{border-top:1px solid #ccc;margin-top:10px;padding-top:10px}.image-thumb{border:1px solid #ccc;border-radius:6px;flex-shrink:0;height:80px;overflow:hidden;position:relative;width:80px}.image-thumb img{height:100%;object-fit:cover;width:100%}.image-thumb button{align-items:center;background-color:#f00c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;height:18px;justify-content:center;position:absolute;right:2px;top:2px;width:18px}.image-thumb button:hover{background-color:red}.news-list{gap:20px}.news-card,.news-list{display:flex;flex-direction:column}.news-card{background:#fff;border-radius:12px;box-shadow:0 3px 10px #00000014;gap:10px;padding:15px}.news-card-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.news-card-content{flex:1 1 70%;min-width:180px}.news-card-content h3{font-size:1.2rem;margin-bottom:5px}.news-card-content p{color:#555;font-size:.9rem;margin-bottom:5px;max-width:100%;word-break:break-word}.news-card-content span{color:#999;font-size:.8rem}.news-card-actions{display:flex;flex:0 0 auto;gap:5px}.news-card-actions button{border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;padding:6px 10px}.news-card-actions button:first-child{background-color:#3f6ca0}.news-card-actions button:last-child{background-color:#ce2323}.news-card-actions button:hover{opacity:.85}.news-card-images{display:flex;flex-wrap:wrap;gap:8px}.news-card-images img{border-radius:6px;height:60px;object-fit:cover;width:60px}@media (max-width:768px){.news-card-top{flex-direction:column;gap:10px}.news-card-content{flex:1 1 100%}.news-card-images img{height:50px;width:50px}}@media (max-width:480px){.admin-news-page{padding:20px 15px}h1{font-size:1.6rem;margin-bottom:20px}.news-form{gap:10px;max-width:100%}.news-form button,.news-form input,.news-form textarea{font-size:.9rem;padding:10px}.image-preview,.image-preview.existing-images{gap:6px}.image-thumb{height:60px;width:60px}.image-thumb button{font-size:10px;height:16px;width:16px}.news-card{padding:12px}.news-card-content h3{font-size:1rem}.news-card-content p{font-size:.85rem}.news-card-content span{font-size:.75rem}.news-card-actions button{font-size:.75rem;padding:5px 8px}.news-card-images img{height:40px;width:40px}}
/*# sourceMappingURL=main.c4375a3a.css.map*/