@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";.language-toggle{width:60px;height:30px;background-color:var(--primary-green);border-radius:15px;position:relative;cursor:pointer;display:flex;align-items:center;padding:0 5px;transition:all .3s ease;-webkit-user-select:none;user-select:none}.toggle-thumb{width:24px;height:24px;background-color:#fff;border-radius:50%;position:absolute;transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.language-toggle.en .toggle-thumb{left:3px}.language-toggle.ta .toggle-thumb{left:33px}.toggle-label{color:#fff;font-weight:700;font-size:14px;width:100%;text-align:center;z-index:1;pointer-events:none}.language-toggle.en .toggle-label{padding-left:20px}.language-toggle.ta .toggle-label{padding-right:20px}.navbar{position:fixed;top:0;left:0;width:100%;background-color:var(--white);box-shadow:var(--shadow-sm);z-index:1000;transition:var(--transition);display:flex;flex-direction:column}.navbar.scrolled{box-shadow:var(--shadow-md)}.navbar .container{height:70px;display:flex;align-items:center;justify-content:space-between}.navbar.scrolled .container{height:60px}.logo{font-size:20px;font-weight:800;display:flex;gap:4px;text-decoration:none}@media(min-width:1024px){.logo{font-size:24px}}.logo-jam{color:var(--primary-green);white-space:nowrap}.logo-fresh{color:var(--orange);white-space:nowrap}.navbar-logo{height:36px;display:block}@media(min-width:1024px){.navbar-logo{height:44px}}.search-container{position:relative;display:flex;align-items:center;background-color:#f3f4f6;border-radius:8px;padding:0 12px;flex:1;max-width:400px;margin:0 20px;border:1px solid transparent;transition:all .2s ease}.search-container:focus-within{background-color:#fff;border-color:var(--primary-green);box-shadow:0 0 0 3px #00e6761a}.search-icon{color:#6b7280;margin-right:8px}.search-container input{width:100%;padding:8px 0;border:none;background:transparent;font-size:14px;color:var(--dark-text);outline:none}.desktop-search{display:none}@media(min-width:1024px){.desktop-search{display:flex}}.mobile-search-bar{display:flex;padding:8px 0;border-top:1px solid #f0f0f0;background-color:#fff}.mobile-search-bar .search-container{margin:0;max-width:none;height:40px}@media(min-width:1024px){.mobile-search-bar{display:none}}.nav-links-desktop{display:none;list-style:none;padding:0;margin:0}@media(min-width:1024px){.nav-links-desktop{display:flex;align-items:center;gap:32px}}.nav-links-desktop a{font-weight:600;color:var(--dark-text);font-size:15px;transition:var(--transition);white-space:nowrap}.nav-links-desktop a:hover{color:var(--primary-green)}.nav-actions{display:flex;align-items:center;gap:12px}@media(min-width:1024px){.nav-actions{gap:24px}}.nav-icon-btn{position:relative;cursor:pointer;color:var(--dark-text);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:var(--transition)}.nav-icon-btn:hover{background-color:var(--light-bg);color:var(--primary-green)}.admin-login-btn{color:var(--dark-text)}.admin-login-btn:hover{color:var(--primary-green)}.cart-count{position:absolute;top:4px;right:4px;background-color:var(--red-offer);color:var(--white);font-size:10px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--dark-text)}@media(min-width:1024px){.mobile-menu-btn{display:none}}.mobile-sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:1001}.mobile-sidebar{position:fixed;top:0;right:-280px;width:280px;height:100vh;background-color:var(--white);z-index:1002;transition:right .3s ease-in-out;box-shadow:-5px 0 15px #0000001a;display:flex;flex-direction:column}.mobile-sidebar.open{right:0}.mobile-sidebar .sidebar-header{padding:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0}.mobile-sidebar .close-btn{color:var(--dark-text)}.mobile-nav-links{padding:24px;display:flex;flex-direction:column;gap:20px}.mobile-nav-links a{font-size:16px;font-weight:600;color:var(--dark-text);display:block;padding:10px 0;border-bottom:1px solid #f9f9f9}.profile-menu{position:absolute;top:50px;right:0;background:var(--white);border:1px solid #e5e7eb;border-radius:8px;box-shadow:var(--shadow-md);padding:12px;min-width:180px;z-index:1003;display:flex;flex-direction:column;gap:8px}.profile-menu p{margin:0 0 8px;font-weight:600;font-size:14px}.profile-menu button,.profile-menu a{text-align:left;background:none;border:none;padding:6px 0;cursor:pointer;color:var(--dark-text);font-size:14px;text-decoration:none}.profile-menu button:hover,.profile-menu a:hover{color:var(--primary-green)}.home-section{height:550px;display:flex;align-items:center;position:relative;color:var(--white);padding-top:150px;overflow:hidden}@media(min-width:1024px){.home-section{height:500px;padding-top:170px}}.home-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out;z-index:0}.home-slide.active{opacity:1}.home-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0009,#0006);z-index:1}@media(min-width:1024px){.home-bg-overlay{background:linear-gradient(to right,#000000b3,#0003)}}.home-content{position:relative;z-index:2;width:100%;padding:0 20px;text-align:center;margin-bottom:70px}@media(min-width:1024px){.home-content{max-width:700px;text-align:left;padding:0}}.home-title{margin-top:55px;font-size:18px;line-height:1.2;margin-bottom:16px;font-weight:800}@media(min-width:768px){.home-title{font-size:28px}}@media(min-width:1024px){.home-title{font-size:28px;margin-bottom:24px}}.home-title .highlight{color:var(--yellow)}.home-subtitle{font-size:16px;margin-bottom:32px;opacity:.95;max-width:500px;margin-left:auto;margin-right:auto}@media(min-width:1024px){.home-subtitle{font-size:15px;margin-left:0;margin-right:0}}.home-actions{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}@media(min-width:640px){.home-actions{flex-direction:row;justify-content:center}}@media(min-width:1024px){.home-actions{justify-content:flex-start}}.slide-indicators{display:flex;gap:10px;justify-content:center}@media(min-width:1024px){.slide-indicators{justify-content:flex-start}}.indicator{width:12px;height:12px;border-radius:50%;background-color:#ffffff4d;cursor:pointer;transition:var(--transition)}.indicator.active{background-color:var(--yellow);transform:scale(1.2)}.w-full-mobile{width:100%}@media(min-width:640px){.w-full-mobile{width:auto;min-width:180px}}.marquee-container{width:100%;overflow:hidden;padding:15px 0;white-space:nowrap;position:relative;display:flex;align-items:center;z-index:10}.marquee-container.primary{background-color:var(--primary-green);color:var(--white)}.marquee-container.orange{background-color:var(--orange);color:var(--white)}.marquee-content{display:inline-flex;animation:marquee linear infinite}.marquee-item{display:flex;align-items:center;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:0 20px}.marquee-dot{margin-left:40px;opacity:.5}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-container:hover .marquee-content{animation-play-state:paused}.offer-slider-section{padding:20px 0;background-color:var(--page-bg)}.offer-slider-wrapper{position:relative;width:100%;overflow:hidden;padding:10px 0 40px}.offer-slider-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.offer-slide-item{flex:0 0 100%;padding:0 12px}@media(min-width:768px){.offer-slide-item{flex:0 0 50%}}@media(min-width:1024px){.offer-slide-item{flex:0 0 33.333%}}.offer-card{border-radius:24px;min-height:220px;display:flex;align-items:center;justify-content:space-between;padding:30px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #0000000d;height:100%}.offer-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.offer-card-content{flex:1;z-index:2;display:flex;flex-direction:column;gap:4px}.offer-brand-tag{background-color:#0f0;color:#000;display:inline-block;padding:4px 10px;font-weight:900;font-size:12px;margin-bottom:8px;border-radius:4px;text-transform:uppercase;width:fit-content;letter-spacing:.5px}.offer-title{font-size:22px;font-weight:800;color:#000;margin:0;line-height:1.1}.offer-subtitle{font-size:20px;font-weight:800;color:#000;margin:0}.offer-price{font-size:18px;font-weight:700;color:#333;margin-top:2px}.offer-desc{font-size:14px;font-weight:500;color:#333;margin:4px 0 0}.offer-tc{font-size:9px;color:#666;margin-top:15px;font-weight:500}.offer-card-image{flex:.7;display:flex;align-items:center;justify-content:flex-end}.offer-card-image img{max-width:120%;max-height:160px;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1))}.offer-indicators{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.offer-dot{width:8px;height:8px;border-radius:50%;background-color:#0000001a;transition:all .3s ease;border:none;cursor:pointer}.offer-dot.active{width:24px;border-radius:4px;background-color:#000}.product-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #f1f5f9;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;border-color:#e2e8f0}.product-image-wrapper{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f8fafc}.product-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-image-wrapper img{transform:scale(1.1)}.card-badge{position:absolute;top:12px;left:12px;z-index:2}.share-icon-btn{position:absolute;top:12px;right:12px;width:36px;height:36px;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#64748b;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s ease;z-index:2}.share-icon-btn:hover{background:#fff;color:#10b981;transform:scale(1.1)}.product-body{padding:20px;flex:1;display:flex;flex-direction:column}.product-name{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:12px;line-height:1.3}.product-selection-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.weight-selector-container{flex:1}.weight-select{width:100%;padding:8px 12px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;font-size:14px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.weight-select:focus{outline:none;border-color:#10b981;background:#fff}.quantity-selector{display:flex;align-items:center;gap:8px;background:#f8fafc;padding:4px;border-radius:12px;border:1px solid #f1f5f9}.qty-btn{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0f172a;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}.qty-btn:hover{background:#10b981;color:#fff}.qty-value{font-weight:700;font-size:14px;min-width:20px;text-align:center;color:#0f172a}.product-price-row{display:flex;flex-direction:column;margin-bottom:20px}.price-info{display:flex;align-items:baseline;gap:8px}.current-price{font-size:24px;font-weight:800;color:#0f172a;letter-spacing:-.02em}.old-price{font-size:14px;color:#94a3b8;text-decoration:line-through}.unit-price-hint{font-size:12px;color:#64748b;margin-top:2px}.product-card-actions{display:flex;gap:10px;margin-top:auto}.btn-icon-add-cart{width:48px;height:48px;background:var(--primary-green);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;border:none;cursor:pointer;padding:0}.cart-icon-wrapper{display:grid;align-items:center;justify-content:center;width:100%;height:100%}.cart-icon-wrapper svg{width:24px;height:24px}.cart-icon-wrappers svg{width:24px;height:24px;color:#fff;fill:#fff}.btn-icon-add-cart:hover{background:#059669;transform:scale(1.05)}.btn-buy{background:var(--orange);color:#fff;border-radius:12px;font-weight:700;padding:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 6px -1px #ff6f001a}.btn-buy:hover{background:var(--dark-orange);transform:translateY(-2px);box-shadow:0 10px 15px -3px #ff6f0033}.fruits-section{background-color:var(--page-bg)}.fruits-section .section-title{color:var(--dark-orange)}.fruits-section .section-top-bar{margin-bottom:32px;flex-wrap:wrap;gap:16px}.fruits-section .section-header-text{flex:1;min-width:250px}.fruits-section .sort-select-styled{padding:10px 36px 10px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;color:#374151;background-color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;transition:all .2s ease;min-width:160px}.fruits-section .sort-select-styled:hover{border-color:var(--orange);box-shadow:0 2px 4px #0000000d}.fruits-section .filter-btn-styled{padding:10px 20px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:600;color:#374151;background-color:#fff;transition:all .2s ease;display:flex;align-items:center;gap:8px}.fruits-section .filter-btn-styled:hover{border-color:var(--orange);color:var(--orange);background-color:#f9fafb}.fruits-section .product-weight-selector{margin-bottom:12px}.fruits-section .weight-select{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:13px;color:var(--dark-text);background-color:var(--white);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:14px}.fruits-section .product-price-row{margin-bottom:16px}.fruits-section .current-price{font-size:18px;font-weight:800;color:var(--orange)}.fruits-section .old-price{font-size:14px;text-decoration:line-through;color:#999}.fruits-section .btn-add-cart{background-color:var(--orange);color:var(--white);width:100%;padding:10px;font-weight:700;border-radius:4px}.fruits-section .btn-add-cart:hover{background-color:var(--dark-orange)}.empty-message svg{color:var(--orange)}.contact-section{background:linear-gradient(135deg,#f5f5f5,#fff);padding:80px 0;margin:40px 0}.contact-header{text-align:center;margin-bottom:60px}.contact-title{font-size:42px;font-weight:700;color:var(--dark-green);margin-bottom:16px;letter-spacing:-.5px}.contact-subtitle{font-size:16px;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.contact-wrapper{display:grid;grid-template-columns:1fr;gap:60px}@media(min-width:1200px){.contact-wrapper{grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}}.contact-info-column{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:768px){.contact-info-column{grid-template-columns:1fr 1fr;gap:24px}}.info-card{background:#fff;border-radius:12px;padding:28px;box-shadow:0 2px 8px #0000000f;border:1px solid #f0f0f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.info-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-green),#27ae60);opacity:0;transition:opacity .3s ease}.info-card:hover{box-shadow:0 8px 24px #2e7d321f;transform:translateY(-4px);border-color:#2e7d321a}.info-card:hover:before{opacity:1}.info-card-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.info-card-header h3{font-size:18px;font-weight:700;color:var(--dark-green);margin:0;line-height:1.3}.card-icon{width:56px;height:56px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700;position:relative}.location-icon{background:linear-gradient(135deg,#2e7d321a,#2e7d320d);color:var(--primary-green)}.phone-icon{background:linear-gradient(135deg,#2196f31a,#2196f30d);color:#2196f3}.whatsapp-icon{background:linear-gradient(135deg,#4caf501a,#4caf500d);color:#4caf50}.hours-icon{background:linear-gradient(135deg,#ff98001a,#ff98000d);color:#ff9800}.card-content{margin-top:12px}.card-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#999;margin:0 0 12px}.card-text{font-size:14px;color:#333;line-height:1.8;margin:0}.phone-list,.whatsapp-list{display:flex;flex-direction:column;gap:10px}.phone-link,.whatsapp-link{font-size:14px;font-weight:500;color:var(--primary-green);text-decoration:none;padding:6px 0;transition:all .2s ease;border-bottom:1px solid transparent}.phone-link:hover,.whatsapp-link:hover{color:var(--dark-green);border-bottom-color:var(--primary-green);padding-left:6px}.hours-list{display:flex;flex-direction:column;gap:16px}.hour-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0}.hour-item:last-child{border-bottom:none}.hour-item .day{font-size:13px;font-weight:600;color:#333}.hour-item .time{font-size:13px;color:var(--primary-green);font-weight:600}.map-container{background:#fff;border-radius:12px;padding:0;box-shadow:0 2px 8px #0000000f;border:1px solid #f0f0f0;overflow:hidden}.map-container iframe{display:block;width:100%;height:600px;border:none}@media(max-width:768px){.map-container iframe{height:400px}}@media(max-width:768px){.contact-title{font-size:32px}.contact-subtitle{font-size:15px}.contact-header{margin-bottom:40px}.submit-btn{width:100%}}.bottom-nav{position:fixed;bottom:0;left:0;width:100%;height:65px;background-color:var(--white);display:flex;justify-content:space-around;align-items:center;box-shadow:0 -2px 10px #0000001a;z-index:1000;padding:5px 0}@media(min-width:1024px){.bottom-nav{display:none}}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666;text-decoration:none;gap:4px;flex:1;transition:var(--transition);min-width:0;padding:5px}.nav-icon{font-size:24px}.nav-item span{font-size:11px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.nav-item.active{color:#2b59c3}.nav-item.active svg{fill:#2b59c3}.cart-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;font-size:24px}.cart-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.bottom-nav .cart-badge{position:absolute;top:-5px;right:-8px;background-color:var(--orange);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}@media(max-width:1023px){body{padding-bottom:65px}}.vegetables-section{background-color:var(--page-bg);width:100%;box-sizing:border-box}.section-top-bar{margin-bottom:32px;flex-wrap:wrap;gap:16px}.section-header-text{flex:1;min-width:250px}.sort-select-styled{padding:10px 36px 10px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:500;color:#374151;background-color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px;transition:all .2s ease;min-width:160px}.sort-select-styled:hover{border-color:var(--primary-green);box-shadow:0 2px 4px #0000000d}.sort-select-styled:focus{outline:none;border-color:var(--primary-green);ring:2px solid rgba(0,230,118,.1)}.filter-btn-styled{padding:10px 20px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:600;color:#374151;background-color:#fff;transition:all .2s ease;display:flex;align-items:center;gap:8px}.filter-btn-styled:hover{border-color:var(--primary-green);color:var(--primary-green);background-color:#f9fafb}.filter-btn-styled svg{color:#6b7280;transition:color .2s ease}.filter-btn-styled:hover svg{color:var(--primary-green)}.product-weight-selector{margin-bottom:12px}.weight-select{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:13px;color:var(--dark-text);background-color:var(--white);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:14px}.product-price-row{margin-bottom:16px}.current-price{font-size:18px;font-weight:800;color:var(--dark-text)}.old-price{font-size:14px;text-decoration:line-through;color:#999}.btn-add-cart{background-color:var(--primary-green);color:var(--white);width:100%;padding:10px;font-weight:700;border-radius:4px}.btn-add-cart:hover{background-color:var(--dark-green)}.product-card{background-color:var(--white);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column;height:100%;box-shadow:var(--shadow-sm);transition:var(--transition)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-image-wrapper{position:relative;width:100%;padding-top:75%;overflow:hidden}.product-image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image-wrapper img{transform:scale(1.05)}.card-badge{position:absolute;top:12px;left:12px;z-index:5}.product-body{padding:16px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.product-meta{margin-bottom:16px}.product-name{font-size:var(--fs-card-title);color:var(--dark-text);margin-bottom:4px}.product-price{font-size:18px;font-weight:800;color:var(--primary-green)}.product-price .unit{font-size:14px;font-weight:400;color:#757575}.juice-section{background-color:var(--light-bg)}.juice-section .section-top-bar{margin-bottom:32px;flex-wrap:wrap;gap:16px}.juice-section .section-header-text{flex:1;min-width:250px}.juice-section .sort-select{padding:8px 32px 8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;color:var(--dark-text);background-color:var(--white);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.juice-section .filter-btn{padding:8px 16px;border:1px solid #e0e0e0;border-radius:4px;font-size:14px;font-weight:600;color:var(--dark-text);background-color:var(--white);transition:var(--transition)}.juice-section .product-weight-selector{margin-bottom:12px}.juice-section .weight-select{width:100%;padding:8px 12px;border:1px solid #e0e0e0;border-radius:4px;font-size:13px;color:var(--dark-text);background-color:var(--white);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:14px}.juice-section .product-price-row{margin-bottom:16px}.juice-section .current-price{font-size:18px;font-weight:800;color:var(--primary-green)}.juice-section .old-price{font-size:14px;text-decoration:line-through;color:#999}.juice-section .btn-add-cart{background-color:var(--primary-green);color:var(--white);width:100%;padding:10px;font-weight:700;border-radius:4px}.juice-card{border-bottom:4px solid var(--primary-green)}.empty-message{text-align:center;padding:40px 0;font-size:18px;color:var(--dark-text);display:flex;align-items:center;justify-content:center;gap:8px}.empty-message svg{color:var(--primary-green)}.empty-message{text-align:center;padding:40px 0;font-size:18px;color:var(--dark-text)}.auth-page{width:100%;min-height:100vh;background-color:var(--page-bg);overflow:auto}.auth-container{display:flex;flex-direction:column;height:100%}@media(min-width:1024px){.auth-container{flex-direction:row}}.auth-image-side{flex:1.2;position:relative;background-color:var(--primary-green);max-height:100%;overflow:hidden}@media(min-width:1024px){.auth-image-side{flex:1.2}}.auth-slider{width:100%;height:100%;position:relative}.auth-slider img{width:100%;height:100%;object-fit:cover}.slider-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.7))}.slider-content{position:absolute;bottom:32px;left:24px;right:24px;color:var(--white)}@media(min-width:1024px){.slider-content{bottom:80px;left:60px;max-width:400px}}.slider-content h3{font-size:28px;margin-bottom:8px}@media(min-width:1024px){.slider-content h3{font-size:42px;margin-bottom:16px}}.slider-content p{font-size:14px;opacity:.9}@media(min-width:1024px){.slider-content p{font-size:18px}}.auth-form-side{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px;background-color:var(--white);overflow:auto}.auth-form-wrapper{width:100%;max-width:440px;padding:20px;margin:0 auto}.register-page .auth-form-wrapper{max-width:720px}.register-page .auth-form{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.register-page .auth-form{grid-template-columns:1fr 1fr;gap:24px}}.register-page .auth-form .full-row,.register-page .auth-form .btn{grid-column:1 / -1}.auth-logo-container{display:flex;justify-content:center;margin-bottom:40px}.auth-logo-image{max-width:240px;width:100%;height:auto;display:block}.admin-form-wrapper{margin-top:0!important}.login-page .auth-container{position:relative}.login-page .auth-image-side{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.login-page .auth-form-side{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fffc}.login-page .auth-form-wrapper{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-form-side{padding-top:40px;padding-bottom:40px}.auth-logo-container .logo{font-size:28px;text-decoration:none}.auth-header{margin-bottom:40px;text-align:center}.auth-title{font-size:28px;color:var(--primary-green);margin-bottom:8px}.auth-subtitle{color:var(--dark-text);opacity:.6;font-size:14px}.auth-form .btn-primary{margin-top:10px;height:54px;font-size:16px;border-radius:var(--radius-md);box-shadow:0 4px 12px #2e7d3233}.auth-form .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2e7d324d}.form-group label{display:block;margin-bottom:8px;font-weight:600;font-size:14px;color:var(--dark-text)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:18px 20px;border:1px solid #E0E0E0;border-radius:var(--radius-md);font-family:inherit;font-size:16px;transition:var(--transition);background-color:#f9f9f9}.register-page .form-group select{height:54px}.form-group input:focus{border-color:var(--primary-green);background-color:var(--white);box-shadow:0 0 0 4px #2e7d321a;outline:none}.auth-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:14px}.form-error{color:#b00020;background-color:#fdecea;padding:8px 12px}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{padding-right:42px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);cursor:pointer;color:#757575;display:flex;align-items:center;justify-content:center;pointer-events:auto}.password-toggle:hover{color:var(--primary-green)}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.forgot-password{color:var(--primary-green);font-weight:700}.auth-footer{margin-top:32px;text-align:center;font-size:14px}.auth-footer a{color:var(--primary-green);font-weight:700}.back-to-home{margin-top:24px}.back-to-home a{color:var(--dark-text);opacity:.5;font-weight:600}@media(min-width:1024px){.auth-container.reverse{flex-direction:row-reverse}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:2147483647}.modal-container{background:#fff;width:90%;max-width:420px;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 15px 40px #00000040;animation:fadeIn .2s ease-in-out}.modal-success-icon{width:60px;height:60px;margin:0 auto 1rem;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px}.modal-message{font-size:16px;color:#333}.modal-action{margin-top:1rem;padding:.6rem 1.2rem;background-color:#22c55e;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer}.modal-action:hover{background-color:#16a34a}.modal-spinner{margin-bottom:1rem}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.cart-page{padding:120px 0 80px;background-color:#f9fafb;min-height:100vh}.cart-header{max-width:1000px;margin:0 auto 40px}.page-title{font-size:32px;font-weight:800;letter-spacing:-.03em;color:#111827}.page-description{font-size:16px;color:#6b7280;margin-top:4px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:40px;max-width:1000px;margin:0 auto}.cart-items-list{display:flex;flex-direction:column;gap:16px}.cart-item-card{background:#fff;border-radius:20px;padding:20px;display:flex;align-items:center;gap:24px;border:1px solid #e5e7eb;transition:all .2s ease}.cart-item-card:hover{border-color:var(--primary-green);box-shadow:0 4px 12px #0000000d}.item-image{width:100px;height:100px;border-radius:16px;overflow:hidden;flex-shrink:0;background:#f3f4f6}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{flex:1}.item-name{font-size:18px;font-weight:700;color:#111827;margin-bottom:4px}.item-price{font-size:14px;color:#6b7280;margin-bottom:16px}.quantity-controls{display:flex;align-items:center;gap:12px;background:#f3f4f6;padding:4px;border-radius:10px;width:fit-content}.qty-btn{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff;color:#111827;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}.qty-btn:hover{background:var(--primary-green);color:#fff}.qty-value{font-weight:700;font-size:15px;min-width:24px;text-align:center}.remove-btn{color:#ef4444;padding:8px;border-radius:10px;transition:all .2s ease;margin-left:12px}.remove-btn:hover{background:#fef2f2}.item-total{font-size:20px;font-weight:800;color:#111827;min-width:100px;text-align:right}.empty-cart-container{padding-top:6rem;margin-top:2rem}.empty-cart-icon{width:96px;height:96px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#2e7d32,#1b5e20);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.summary-card{background:#fff;border-radius:24px;padding:32px;border:1px solid #e5e7eb;position:sticky;top:120px}.summary-title{font-size:20px;font-weight:800;color:#111827;margin-bottom:24px}.summary-row{display:flex;justify-content:space-between;margin-bottom:16px;font-size:15px!important;color:#4b5563}.summary-divider{height:1px;background:#f3f4f6;margin:20px 0}.total-row{font-size:22px;font-weight:800;color:#111827;margin-top:8px}@media(max-width:1024px){.cart-layout{grid-template-columns:1fr;padding:0 20px}.cart-header{padding:0 20px}.summary-card{position:static}}@media(max-width:640px){.cart-item-card{flex-direction:column;align-items:flex-start;gap:16px}.item-image{width:100%;height:200px}.item-total{width:100%;text-align:left;padding-top:16px;border-top:1px solid #f3f4f6}}.footer-links a{font-size:14px;opacity:.7;transition:var(--transition);text-decoration:none}.copyright{font-size:14px;margin:0}.developed-by{font-size:12px;opacity:.6;margin:0}.developed-by a{color:var(--orange);font-weight:700;transition:var(--transition);text-decoration:none}.gap-2{gap:8px}.gap-4{gap:16px}.mr-1{margin-right:4px}.checkout-page{padding:140px 0 100px;background-color:#fcfcfc;min-height:100vh}.checkout-header{max-width:1100px;margin:0 auto 48px}.back-btn svg{margin-top:55px!important}.page-title{font-family:Poppins,sans-serif;font-size:25px!important;font-weight:800;letter-spacing:-.04em;color:#0f172a;line-height:1;margin-top:55px}.page-description{font-size:12px;color:#64748b;margin-top:8px}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:48px;max-width:1100px;margin:0 auto}.checkout-card{background:#fff;border-radius:32px;border:1px solid #f1f5f9;box-shadow:0 4px 6px -1px #00000005;margin-bottom:32px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.checkout-card.active{border:2px solid transparent;border-image:linear-gradient(135deg,#2e7d32,#1b5e20) 1;box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005}.checkout-card.disabled{opacity:.5;filter:grayscale(.8)}.card-header{padding:32px 40px;border-bottom:1px solid #f8fafc;display:flex;align-items:center;gap:20px;background:#fcfcfc;transition:background .3s ease}.checkout-card.active .card-header{background:#ecfdf5}.step-num{width:40px;height:40px;background:#f1f5f9;color:#94a3b8;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;transition:all .4s ease}.checkout-card.active .step-num{background:#10b981;color:#fff;transform:scale(1.1)}.checkout-card.active .step-num{background:linear-gradient(135deg,#2e7d32,#1b5e20);color:#fff;transform:scale(1.2);box-shadow:0 4px 12px #0003}.card-title{font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.01em;transition:color .3s ease}.checkout-card.active .card-title{color:#10b981}.card-body{padding:40px}.address-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.form-group.full-width{grid-column:span 2}.form-group label{display:block;font-size:14px;font-weight:600;color:#475569;margin-bottom:10px}.form-group input,.form-group textarea{width:100%;padding:14px 18px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;font-size:15px;color:#0f172a;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#10b981;background:#fff;box-shadow:0 0 0 4px #10b98114}.payment-options{display:flex;flex-direction:column;gap:16px}.checkout-card .card-body .btn-secondary{background:linear-gradient(135deg,#ffb300,#ffca28);color:#1f1f1f;border:none;transition:transform .2s,box-shadow .2s}.checkout-card .card-body .btn-secondary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.checkout-card .card-body .btn-primary{background:linear-gradient(135deg,#2e7d32,#1b5e20);color:#fff;border:none;transition:transform .2s,box-shadow .2s}.checkout-card .card-body .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.payment-option{display:flex;align-items:center;gap:20px;padding:24px;border:1px solid #f1f5f9;border-radius:20px;cursor:pointer;transition:all .3s ease;background:#fcfcfc}.payment-option:hover{border-color:#10b981;background:#f0fdf4}.payment-option input[type=radio]{width:22px;height:22px;accent-color:#10b981}.option-name{font-weight:700;color:#0f172a;display:block;font-size:16px}.option-desc{font-size:14px;color:#64748b;display:block;margin-top:2px}.summary-card{background:#fff;border-radius:32px;padding:40px;border:1px solid #f1f5f9;position:sticky;top:140px;box-shadow:0 10px 15px -3px #0000000d}.summary-title{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:32px;letter-spacing:-.02em}.mini-item{display:flex;justify-content:space-between;margin-bottom:16px}.mini-item span:first-child{color:#64748b;font-size:15px}.mini-item span:last-child{font-weight:700;color:#0f172a}.summary-divider{height:1px;background:#f1f5f9;margin:24px 0}.summary-row{display:flex;justify-content:space-between;margin-bottom:16px;font-size:16px;color:#475569}.total-row{margin-top:12px;font-size:28px;font-weight:800;color:#0f172a;letter-spacing:-.04em}.delivery-info{margin-top:32px;padding:20px;background:#eff6ff;border-radius:20px;display:flex;gap:16px;border:1px solid #dbeafe}.delivery-info p{font-size:14px;color:#1e40af;line-height:1.6}.checkout-success{padding:160px 0 100px;background:radial-gradient(circle at top,#f0fdf4,#fcfcfc);min-height:100vh}@media(max-width:1024px){.checkout-layout{grid-template-columns:1fr;padding:0 24px;gap:32px}.checkout-header{padding:0 24px}.summary-card{position:static}}@media(max-width:640px){.address-form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}.card-body,.card-header{padding:24px}}.product-detail-wrapper{display:flex;flex-direction:column;min-height:100vh}.product-detail-page{flex:1;background-color:var(--page-bg);padding-bottom:80px;padding-top:150px;margin-top:0}.product-footer{margin-top:auto}.detail-header{background-color:var(--white);height:60px;display:flex;align-items:center;padding:0 20px;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.back-btn{color:var(--dark-text);margin-right:15px;cursor:pointer;background:none;border:none;padding:5px}.back-btn:hover{color:var(--primary-green)}.header-title{font-size:18px;font-weight:700;display:none}.detail-container{padding-top:30px;padding-bottom:30px}.detail-grid{display:grid;grid-template-columns:1fr;gap:30px;margin-bottom:40px}@media(min-width:1024px){.detail-grid{grid-template-columns:1.2fr 1fr}}.detail-image-wrapper{width:100%;aspect-ratio:4/3;border-radius:var(--radius-md);overflow:hidden;position:relative;background-color:#eee}.detail-image-wrapper img{width:100%;height:100%;object-fit:cover}.detail-badge{position:absolute;top:15px;left:15px;z-index:2}.price-section{margin-bottom:24px}.product-detail-name{font-size:26px;font-weight:700;color:var(--dark-text);margin-bottom:16px;line-height:1.3}.detail-price{font-size:32px;font-weight:800;color:var(--primary-green)}.detail-unit{font-size:18px;color:#666;margin-left:8px}.btn-buy-now{background-color:var(--orange);color:#fff;height:56px;font-size:18px;font-weight:700;border-radius:var(--radius-md);box-shadow:0 4px 15px #ff6f004d}.btn-buy-now:hover{background-color:var(--dark-orange);transform:translateY(-2px)}.instruction-card{margin-top:30px;background-color:var(--light-bg);padding:20px;border-radius:var(--radius-md);border:1px dashed var(--primary-green)}.instruction-header{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-weight:700;color:var(--primary-green)}.instruction-text{font-size:14px;line-height:1.6;color:#444}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.detail-bottom{background-color:var(--white);padding:30px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.description-title{font-size:20px;margin-bottom:15px;color:var(--dark-text);border-bottom:2px solid var(--light-bg);padding-bottom:10px}.product-description{line-height:1.8;color:#555;font-size:15px}.product-detail-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:20px}.dashboard-layout{display:flex;height:100vh;width:100vw;overflow:hidden;background-color:var(--page-bg);position:relative}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:998}.sidebar{position:fixed;top:0;left:-260px;width:260px;height:100%;background-color:var(--white);border-right:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;padding:24px 0;z-index:999;transition:transform .3s ease}.sidebar.open{transform:translate(260px)}@media(min-width:1024px){.sidebar{position:static;left:0;transform:none}}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;margin-bottom:40px}.sidebar-logo{font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center}.sidebar-logo .logo-image{max-width:150px;height:auto;max-height:50px;object-fit:contain}.sidebar-close-btn{color:var(--dark-text)}@media(min-width:1024px){.sidebar-close-btn{display:none}}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:4px;padding:0 12px}.sidebar-item.logout-item{color:var(--red-offer);font-weight:700}.sidebar-item.logout-item:hover{background-color:var(--light-bg);color:var(--red-offer)}.sidebar-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--radius-sm);color:var(--dark-text);opacity:.7;transition:var(--transition);font-weight:600}.sidebar-item:hover{background-color:var(--light-bg);opacity:1;color:var(--primary-green)}.sidebar-item.active{background-color:var(--primary-green);color:var(--white);opacity:1}.sidebar-footer{padding:0 12px;margin-top:auto}.logout-btn{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--red-offer);font-weight:700}.dashboard-main{flex:1;display:flex;flex-direction:column;overflow:hidden;width:100%}.topbar{height:70px;background-color:var(--white);border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-between;padding:0 16px}@media(min-width:1024px){.topbar{padding:0 40px}}.topbar-left{display:flex;align-items:center;gap:12px}.sidebar-toggle-btn{color:var(--dark-text)}@media(min-width:1024px){.sidebar-toggle-btn{display:none}}.topbar-search{display:none;align-items:center;gap:10px;background-color:var(--page-bg);padding:8px 16px;border-radius:30px;width:250px}@media(min-width:768px){.topbar-search{display:flex}}.topbar-search input{border:none;background:none;outline:none;width:100%;font-size:14px}.topbar-actions{display:flex;align-items:center;gap:16px}@media(min-width:1024px){.topbar-actions{gap:24px}}.topbar-btn{position:relative;color:var(--dark-text);opacity:.6;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.btn-badge{position:absolute;top:8px;right:8px;min-width:24px;height:24px;background-color:var(--red-offer);border-radius:50%;border:2px solid var(--white);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--white);padding:0 6px;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.topbar-user{display:flex;align-items:center;gap:12px;padding:8px 12px;background:linear-gradient(135deg,#2e7d3214,#1b5e200d);border-radius:12px;border:1px solid rgba(46,125,50,.15)}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#2e7d32,#1b5e20);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;box-shadow:0 2px 8px #2e7d324d;flex-shrink:0}.user-info-desktop{display:none;flex-direction:column;gap:2px}.user-role{font-size:11px;font-weight:700;color:#1b5e20;letter-spacing:.5px;text-transform:uppercase}.user-name{font-weight:600;font-size:14px;color:#333}@media(min-width:1024px){.user-info-desktop{display:flex}}.dashboard-content{flex:1;padding:24px 16px;overflow-y:auto}@media(min-width:1024px){.dashboard-content{padding:40px}}.stats-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}@media(min-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:24px}}.stat-card{background-color:var(--white);padding:20px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.stat-header{display:flex;justify-content:space-between;margin-bottom:12px}.stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.stat-value{font-size:24px;font-weight:800;margin-bottom:4px}.stat-label{font-size:13px;opacity:.6;font-weight:600}.chart-container{background-color:var(--white);padding:20px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:24px}@media(min-width:1024px){.chart-container{padding:32px}}.chart-header{margin-bottom:24px}.chart-header h3{font-size:18px;color:var(--dark-green)}.table-container{background-color:var(--white);padding:20px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow-x:auto}@media(min-width:1024px){.table-container{padding:32px}}.dashboard-table{width:100%;min-width:600px;border-collapse:collapse}.dashboard-table th{text-align:left;padding:12px 16px;border-bottom:1px solid #f0f0f0;font-size:13px;color:var(--dark-text);opacity:.5;text-transform:uppercase;letter-spacing:.5px;font-weight:700}.dashboard-table td{padding:16px;border-bottom:1px solid #f0f0f0;font-size:14px}.status-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700}.status-completed{background-color:#e8f5e9;color:#2e7d32}.status-pending{background-color:#fff3e0;color:#ef6c00}.reports-container{background-color:var(--white);padding:20px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-top:24px;overflow-x:auto}@media(min-width:1024px){.reports-container{padding:32px}}.reports-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.reports-header h3{font-size:18px;color:var(--dark-green);margin:0}.report-tabs{display:flex;gap:8px}.tab-btn{padding:8px 16px;border:2px solid #e0e0e0;background:#fff;border-radius:8px;cursor:pointer;font-weight:600;color:#666;transition:all .2s ease}.tab-btn:hover{border-color:var(--primary-green);color:var(--primary-green)}.tab-btn.active{background:var(--primary-green);border-color:var(--primary-green);color:#fff}.report-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.summary-card{display:flex;flex-direction:column;padding:16px;border:1px solid #e8e8e8;border-radius:8px;background:#fafafa}.summary-label{font-size:12px;color:#999;text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-bottom:8px}.summary-value{font-size:24px;font-weight:800;color:var(--primary-green)}.report-chart{margin-bottom:32px;padding:20px 0}.report-table-container{overflow-x:auto}.report-table{width:100%;min-width:500px;border-collapse:collapse}.report-table th{text-align:left;padding:12px 16px;border-bottom:2px solid #e0e0e0;font-size:12px;color:var(--dark-text);text-transform:uppercase;letter-spacing:.5px;font-weight:700;background:#f9f9f9}.report-table td{padding:14px 16px;border-bottom:1px solid #f0f0f0;font-size:14px}.report-table tbody tr:hover{background-color:#fafafa}.category-page .page-header{margin-bottom:30px}.action-btn{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.action-btn.edit{background-color:#e3f2fd;color:#1976d2}.action-btn.delete{background-color:#ffebee;color:#c62828}.action-btn:hover{opacity:.8}.toggle-switch{position:relative;display:inline-block;width:40px;height:20px}.toggle-switch input{opacity:0;width:0;height:0}.edit-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.edit-modal{background:#fff;border-radius:12px;padding:1.5rem 2rem;max-width:800px;width:95%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 24px #0003;position:relative}.edit-modal h4{margin-top:0;margin-bottom:1rem;font-size:1.25rem}.price-options-section{background:#f9f9f9;padding:1rem;border-radius:8px}.price-options-section .price-option-row{display:flex;gap:.5rem;flex-wrap:wrap}.price-options-section .price-option-row input{flex:1 1 120px}.edit-modal .form-row{margin-bottom:1rem}.edit-modal input,.edit-modal textarea,.edit-modal select,.price-options-section .price-option-row input{width:100%;box-sizing:border-box}.edit-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.edit-modal .btn{margin-right:.5rem}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:20px}.slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:var(--primary-green)}input:checked+.slider:before{transform:translate(20px)}.profile-grid{display:grid;grid-template-columns:1fr 2fr;gap:30px}.profile-card{background-color:var(--white);padding:40px;border-radius:16px;box-shadow:var(--shadow-sm);text-align:center;height:fit-content}.profile-header{margin-bottom:30px}.profile-avatar{width:100px;height:100px;background-color:var(--primary-green);color:var(--white);font-size:36px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.profile-header h3{font-size:24px;margin-bottom:5px}.profile-header p{opacity:.6}.profile-details{text-align:left}.detail-item{display:flex;flex-direction:column;margin-bottom:20px}.detail-item .label{font-size:12px;opacity:.5;text-transform:uppercase;font-weight:700;margin-bottom:5px}.detail-item .value{font-weight:600}.profile-form-card{background-color:var(--white);padding:40px;border-radius:16px;box-shadow:var(--shadow-sm)}.profile-form-card h3{margin-bottom:25px;color:var(--dark-green)}.profile-form{display:flex;flex-direction:column;gap:20px}.form-message{padding:10px 15px;border-radius:6px;background-color:#e6ffed;color:#14532d;font-size:14px;margin-bottom:10px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.divider{margin:40px 0;border:none;border-top:1px solid #eee}@media(max-width:992px){.profile-grid{grid-template-columns:1fr}}.product-form{max-width:1400px;margin:2rem auto;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 8px 28px #0000000f;font-family:Segoe UI,Roboto,Arial,sans-serif}.product-form h3{font-size:1.6rem;font-weight:700;color:#1b5e20;margin-bottom:2rem}.form-error{background:#ffebee;color:#c62828;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.2rem;font-weight:600}.form-grid-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 2rem}.form-row{display:flex;flex-direction:column}.form-row label{font-size:.95rem;font-weight:600;color:#2e7d32;margin-bottom:.4rem}.form-row input,.form-row textarea{height:40px;padding:.6rem .75rem;border-radius:8px;border:2px solid #a5d6a7;background:linear-gradient(135deg,#e8f5e9,#fff);font-size:.95rem;transition:all .25s ease;color:#1b5e20}.form-row input::placeholder,.form-row textarea::placeholder{color:#81c784;opacity:1}.form-row input:hover,.form-row textarea:hover{border-color:#81c784;background:linear-gradient(135deg,#c8e6c9,#fff)}.form-row textarea{min-height:100px;resize:vertical}.form-row input:focus,.form-row textarea:focus{border-color:#2e7d32;box-shadow:0 0 0 4px #2e7d3233;background:#fff;outline:none}.form-grid-3col .form-row:last-child{grid-column:span 3}.price-options-section{grid-column:1 / -1;background:#f4f9f4;padding:1.5rem;border-radius:14px;margin-top:1.5rem;border:1px solid #a5d6a7}.price-options-section h4{margin-bottom:1.2rem;color:#1b5e20;font-size:1.1rem;font-weight:700}.price-option-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:1rem;margin-bottom:1rem;align-items:center}.price-option-row input{height:42px;padding:.6rem .75rem;border-radius:8px;border:2px solid #a5d6a7;background:linear-gradient(135deg,#e8f5e9,#fff);font-size:.95rem;transition:all .25s ease;color:#1b5e20}.price-option-row input::placeholder{color:#81c784;opacity:1}.price-option-row input:hover{border-color:#81c784;background:linear-gradient(135deg,#c8e6c9,#fff)}.price-option-row input:focus{border-color:#2e7d32;box-shadow:0 0 0 4px #2e7d3233;background:#fff;outline:none}.price-option-row button{width:42px;height:42px;border-radius:8px;border:none;background:#e57373;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;transition:.2s}.price-option-row button:hover{background:#c62828}.add-price-option{background:linear-gradient(90deg,#43a047,#2e7d32);color:#fff;padding:.6rem 1.4rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:.25s ease}.add-price-option:hover{background:linear-gradient(90deg,#2e7d32,#1b5e20);box-shadow:0 6px 18px #2e7d3233}.form-row:last-child{grid-column:span 3;display:flex;justify-content:center}.btn-primary{width:100%;max-width:520px;padding:1.1rem;font-size:1.15rem;font-weight:700;border-radius:12px;background:linear-gradient(90deg,#43a047,#2e7d32);border:none;color:#fff;cursor:pointer;transition:.25s ease}.btn-primary:hover{background:linear-gradient(90deg,#2e7d32,#1b5e20);box-shadow:0 6px 22px #2e7d3240}.btn-primary:disabled{opacity:.7;cursor:not-allowed}@media(max-width:1100px){.form-grid-3col{grid-template-columns:repeat(2,1fr)}.form-grid-3col .form-row:last-child,.price-options-section,.form-row:last-child{grid-column:span 2}}@media(max-width:768px){.product-form{padding:1rem}.form-grid-3col{grid-template-columns:1fr;gap:1rem 1rem}.form-grid-3col .form-row:last-child,.price-options-section,.form-row:last-child{grid-column:span 1}}@media(max-width:480px){.product-form{margin:1rem;padding:.75rem}.form-row input,.form-row textarea{font-size:.9rem}.btn-primary{padding:.9rem;font-size:1rem}.price-option-row{grid-template-columns:1fr;gap:.75rem}.price-option-row button{margin-top:.5rem;width:100%}.price-option-row input{height:38px}}@media(max-width:650px){.product-form{padding:1.2rem}.form-grid-3col{grid-template-columns:1fr}.form-grid-3col .form-row:last-child,.price-options-section,.form-row:last-child{grid-column:span 1}.price-option-row{grid-template-columns:1fr;gap:.75rem}.price-option-row button{width:100%;margin-top:.5rem}}.products-overview-page .tabs{display:flex;gap:1rem;margin-bottom:1.5rem}.products-overview-page .tab{padding:.6rem 1.2rem;background:#f4f9f4;border:1px solid #a5d6a7;border-radius:8px;cursor:pointer;color:#2e7d32;font-weight:600;transition:background .2s}.products-overview-page .tab:hover{background:#e8f5e9}.products-overview-page .tab.active{background:#43a047;color:#fff;border-color:#2e7d32}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-card{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;min-height:200px}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.product-card.inactive{opacity:.6}.product-card h5{margin:0 0 .75rem;color:#1b5e20;font-size:1.1rem}.product-card .field{flex:1;color:#555;font-size:.95rem}.product-card .actions{display:flex;gap:.5rem;margin-top:1rem}.product-card .action-btn{width:36px;height:36px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.product-card .action-btn.edit{background:#fff9c4}.product-card .action-btn.edit:hover{background:#fff176}.product-card .action-btn.delete{background:#ffcdd2}.product-card .action-btn.delete:hover{background:#ef9a9a}.status-toggle{display:flex;align-items:center;gap:.25rem;font-size:.9rem}.status-toggle input[type=checkbox]{width:16px;height:16px}.dashboard-settings{max-width:800px;width:100%;box-sizing:border-box;margin:35px auto 0;padding:2rem 1rem;background-color:#fff;box-shadow:0 2px 8px #0000001a;border-radius:8px}.dashboard-settings .input-field{width:100%;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;padding:.75rem 1rem;background-color:#fff;color:#333;transition:border-color .2s,box-shadow .2s}.dashboard-settings .input-field:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e33;outline:none}.dashboard-settings .btn-primary{background-color:#22c55e;color:#fff;padding:.75rem 1rem;border:none;border-radius:4px;cursor:pointer;width:100%;margin-top:1rem;margin-bottom:1.5rem}.dashboard-settings .btn-primary:hover{background-color:#16a34a}@media(max-width:640px){.dashboard-settings{padding:1rem}}.modal-overlay{position:fixed!important;top:50%;left:50%;width:100vw;height:100vh;transform:translate(-50%,-50%);background:#00000073;z-index:99999;display:block}.modal-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;width:90%;max-width:420px;border-radius:12px;padding:1.75rem 1.5rem;text-align:center;box-shadow:0 10px 30px #00000040;animation:modalFadeIn .25s ease-out}.modal-success{border-top:5px solid #22c55e}.modal-success-icon{width:56px;height:56px;margin:0 auto 1rem;background:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px}.modal-message{font-size:1rem;color:#333;line-height:1.5}.modal-spinner{display:flex;justify-content:center;margin:1rem 0}@keyframes modalFadeIn{0%{opacity:0;transform:translate(-50%,-45%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.order-page .page-header{margin-bottom:30px}.order-page .page-header .order-controls{margin-top:.75rem;display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.order-page .page-header .search-wrapper{position:relative;flex:1 1 250px;max-width:350px}.order-page .page-header .search-icon{position:absolute;left:8px;top:50%;transform:translateY(-50%);color:#666}.order-page .page-header .search-input{width:100%;padding:.5rem .75rem .5rem 2.2rem;border:1px solid #ccc;border-radius:6px}.order-page .page-header .sort-buttons{display:flex;gap:.5rem}.order-page .page-header .sort-buttons .sort-btn{padding:.5rem .8rem;border-radius:6px;border:none;cursor:pointer;font-size:.85rem;color:#fff;flex-shrink:0}.order-page .page-header .sort-buttons .sort-btn.newest{background-color:#28a745}.order-page .page-header .sort-buttons .sort-btn.oldest{background-color:#ff9800}.order-page .page-header .sort-buttons .sort-btn.active{box-shadow:0 0 0 2px #333}.order-page .page-header .sort-buttons .sort-btn:not(.active){opacity:.8}.orders-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:640px){.orders-grid{grid-template-columns:1fr;gap:1rem}}@media(min-width:641px)and (max-width:1199px){.orders-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}.order-pagination{display:flex;justify-content:flex-end;margin-bottom:1rem;gap:.5rem}.order-pagination .page-btn{background:none;border:none;cursor:pointer;font-size:1.25rem;color:var(--primary-green);padding:.25rem}.order-pagination .page-btn:disabled{color:#ccc;cursor:default}.order-card{min-height:260px;transition:transform .2s,box-shadow .2s}.order-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}@media(max-width:640px){.order-card{min-height:auto;padding:1rem}}@media(min-width:641px)and (max-width:1199px){.order-card{min-height:240px}}.order-card.payment-whatsapp{border-left:6px solid #25D366}.order-card.payment-cod{border-left:6px solid #1976D2}.order-card{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column}.order-card .order-id{font-weight:600;margin-bottom:1rem}.order-card .order-date{font-size:.85rem;color:#444;margin-bottom:.5rem;display:flex;justify-content:space-between}.order-card .order-field{display:flex;justify-content:space-between;margin-bottom:.75rem}.order-card .order-field .label{font-size:.85rem;color:#666}.status-tabs{display:flex;gap:8px;margin-bottom:8px}.status-tabs .tab-btn{padding:4px 12px;border:1px solid #ccc;border-radius:12px;background:#f9fafb;cursor:pointer;font-size:.85rem}.status-tabs .tab-btn.active{background:var(--primary-green);color:#fff;border-color:var(--primary-green)}.order-status{padding:.25rem .5rem;border-radius:12px;font-size:.85rem;font-weight:500}.order-status.pending{background-color:#fff8e1;color:#f57c00}.order-status.placed{background-color:#e3f2fd;color:#1976d2}.order-status.delivered{background-color:#e8f5e9;color:#388e3c}.order-actions .btn{padding:.5rem 1rem;font-size:.875rem}.order-details-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.order-details-modal .modal-inner{background:#fff;border-radius:16px;padding:0;max-width:550px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.order-details-modal .modal-inner>h3{background:linear-gradient(135deg,#2e7d32,#1b5e20);color:#fff;padding:1.5rem;margin:0;border-radius:16px 16px 0 0;font-size:1.4rem;font-weight:700}.order-details-modal .modal-inner>p{padding:0 1.5rem}.order-details-modal .modal-inner>p:first-of-type{padding-top:1.5rem}.order-details-modal p{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;border-bottom:1px solid #f0f0f0;font-size:.95rem;margin:0}.order-details-modal p strong{color:#1b5e20;font-weight:700;min-width:120px}.order-details-modal ul{list-style:none;padding:0 1.5rem;margin:.5rem 0 1rem}.order-details-modal ul li{padding:.75rem 1rem;margin:.5rem 0;background:#f5f5f5;border-left:4px solid #2E7D32;border-radius:4px;font-size:.9rem;color:#333;font-weight:500;transition:all .2s ease}.order-details-modal ul li:hover{background:#eef5e9;transform:translate(4px)}.order-details-modal .status-toggle{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem;padding:1rem;background:linear-gradient(90deg,#fff9c4,#fffde7);border-radius:12px;border:2px solid #fdd835}.order-details-modal .status-toggle label{display:flex;align-items:center;gap:.5rem;cursor:pointer;flex:1 1 calc(33.333% - .5rem);min-width:100px;padding:.6rem .75rem;border-radius:8px;transition:all .2s ease;font-weight:600;font-size:.85rem;white-space:nowrap}.order-details-modal .status-toggle input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#2E7D32}.order-details-modal .status-toggle label:nth-child(1){color:#f57c00}.order-details-modal .status-toggle label:nth-child(2){color:#1976d2}.order-details-modal .status-toggle label:nth-child(3){color:#388e3c}.order-details-modal .status-toggle input[type=radio]:checked+span,.order-details-modal .status-toggle input[type=radio]:checked~span{font-weight:700}.order-details-modal button.btn-secondary{background:linear-gradient(135deg,#2e7d32,#1b5e20);color:#fff;border:none;width:calc(100% - 3rem);margin:1rem 1.5rem 1.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #2e7d324d}.order-details-modal button.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2e7d3266}.order-details-modal button.btn-secondary:active{transform:translateY(0)}@media(max-width:640px){.order-details-modal .modal-inner{width:95%;max-height:90vh}.order-details-modal .modal-inner>h3{font-size:1.1rem;padding:1rem}.order-details-modal p{flex-direction:column;align-items:flex-start;padding:.6rem 1rem;gap:.3rem}.order-details-modal p strong{min-width:auto;display:block}.order-details-modal ul{padding:0 1rem;margin:.5rem 0 1rem}.order-details-modal ul li{padding:.6rem .75rem;font-size:.85rem}.order-details-modal .status-toggle{flex-direction:column;gap:.5rem;margin:1rem;padding:.75rem}.order-details-modal .status-toggle label{flex:1 1 100%;min-width:auto;padding:.7rem .75rem;font-size:.8rem}.order-details-modal .status-toggle input[type=radio]{width:18px;height:18px}.order-details-modal button.btn-secondary{width:calc(100% - 2rem);margin:.75rem 1rem 1rem;padding:.6rem 1rem;font-size:.9rem}}.back-to-top-container{position:fixed;bottom:40px;right:40px;z-index:1001}.back-to-top-button{width:56px;height:56px;background:linear-gradient(135deg,var(--primary-green),#27ae60);color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #2e7d324d;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideIn .3s ease}.back-to-top-button:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2e7d3266}.back-to-top-button:active{transform:translateY(-2px)}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.back-to-top-container{bottom:30px;right:30px}.back-to-top-button{width:48px;height:48px}.back-to-top-button svg{width:20px;height:20px}}@media(max-width:480px){.back-to-top-container{bottom:90px;right:20px}.back-to-top-button{width:44px;height:44px;box-shadow:0 2px 12px #2e7d3240}.back-to-top-button svg{width:18px;height:18px}}.scroll-to-bottom-container{position:fixed;bottom:40px;left:40px;z-index:1001}.scroll-to-bottom-button{width:56px;height:56px;background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #ff98004d;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideIn .3s ease}.scroll-to-bottom-button:hover{transform:translateY(4px);box-shadow:0 8px 24px #ff980066}.scroll-to-bottom-button:active{transform:translateY(2px)}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.scroll-to-bottom-container{bottom:30px;left:30px}.scroll-to-bottom-button{width:48px;height:48px}.scroll-to-bottom-button svg{width:20px;height:20px}}@media(max-width:480px){.scroll-to-bottom-container{bottom:90px;left:20px}.scroll-to-bottom-button{width:44px;height:44px;box-shadow:0 2px 12px #ff980040}.scroll-to-bottom-button svg{width:18px;height:18px}}:root{--primary-green: #2E7D32;--light-green: #4CAF50;--dark-green: #1B5E20;--orange: #FF6F00;--dark-orange: #E65100;--yellow: #FDD835;--red-offer: #FF6F00;--dark-text: #263238;--white: #FFFFFF;--light-bg: #F1F8E9;--page-bg: #FAFAFA;--footer-bg: #0d1a0e;--fs-h1-mobile: 32px;--fs-h1-desktop: 48px;--fs-section-mobile: 24px;--fs-section-desktop: 32px;--fs-card-title: 16px;--fs-body: 14px;--fs-btn: 14px;--section-pad-mobile: 48px;--section-pad-desktop: 80px;--container-pad: 20px;--card-gap-mobile: 16px;--card-gap-desktop: 24px;--shadow-sm: 0 2px 4px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--radius-sm: 8px;--radius-md: 12px;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--page-bg);color:var(--dark-text);line-height:1.5;overflow-x:hidden;font-size:var(--fs-body)}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;line-height:1.2}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit;font-size:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--container-pad)}.section-padding{padding:var(--section-pad-mobile) 0}@media(min-width:1024px){.section-padding{padding:var(--section-pad-desktop) 0}}.btn{padding:14px 24px;border-radius:var(--radius-sm);font-weight:700;font-size:var(--fs-btn);transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:48px}.btn-primary{background-color:var(--primary-green);color:var(--white);margin-top:40px!important}.btn-primary:hover{background-color:var(--dark-green)}.btn-orange{background-color:var(--orange);color:var(--white)}.btn-orange:hover{background-color:var(--dark-orange)}.badge-offer{background-color:var(--red-offer);color:var(--white);padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.product-grid{display:grid;grid-template-columns:1fr;gap:var(--card-gap-mobile)}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:var(--card-gap-desktop)}}@media(min-width:1600px){.container{max-width:1550px}.product-grid{grid-template-columns:repeat(6,1fr)}}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.gap-2{gap:.5rem}.gap-4{gap:1rem}.text-center{text-align:center}.w-full{width:100%}.main-footer{background-color:var(--footer-bg);color:var(--white);padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:40px}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand{max-width:350px}.footer-logo{font-size:24px;font-weight:800;margin-bottom:16px;display:block}.footer-logo-img{height:42px;display:block}@media(min-width:768px){.footer-logo-img{height:56px}}.footer-desc{font-size:14px;opacity:.7;margin-bottom:24px;line-height:1.6}.footer-title{font-size:18px;font-weight:700;margin-bottom:20px;color:var(--white)}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links a{font-size:14px;opacity:.7;transition:var(--transition)}.footer-links a:hover{opacity:1;color:var(--light-green);padding-left:6px}.social-icon{width:40px;height:40px;background-color:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:var(--transition)}.social-icon:hover{background-color:var(--primary-green);border-color:var(--light-green);transform:translateY(-3px);color:var(--white)}.footer-bottom{padding-top:30px;border-top:1px solid rgba(255,255,255,.1);flex-direction:column;gap:20px;text-align:center}.footer-info{display:flex;flex-direction:column;gap:4px}.developed-by{font-size:12px;opacity:.6}.developed-by a{color:var(--orange);font-weight:700;transition:var(--transition)}.developed-by a:hover{color:var(--white);text-decoration:underline}@media(min-width:768px){.footer-bottom{flex-direction:row;text-align:left}}.payment-badge{font-size:11px;font-weight:700;padding:6px 12px;background-color:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:6px;text-transform:uppercase;display:flex;align-items:center;transition:var(--transition)}.payment-badge:hover{background-color:#ffffff26;border-color:var(--light-green)}.payment-badge svg{margin-right:6px;opacity:.8}.share-icon-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;background-color:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--dark-text);box-shadow:0 2px 8px #0000001a;opacity:1;transform:translateY(0);transition:all .3s ease;z-index:5}.share-icon-btn:hover{background-color:var(--primary-green);color:var(--white)}
