body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#1a3d0a,#2d5016 50%,#4a7c59);color:#1a3d0a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}.App,body{margin:0;min-height:100vh;padding:0;width:100%}.App{background:#0000}.navbar{background:linear-gradient(135deg,#2d5016,#4a7c59);box-shadow:0 2px 10px #2d501633;color:#fff;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.navbar-container{justify-content:space-between;min-height:60px;padding:0;width:100%}.navbar-container,.navbar-left{align-items:center;display:flex}.navbar-left{gap:3rem;padding-left:20px}.navbar-logo{align-items:center;display:flex}.navbar-logo h2{color:#f4e4a6;font-size:1.8rem;font-weight:700;margin:0;text-shadow:1px 1px 2px #0000004d}.navbar-links{gap:2rem;left:50%;position:absolute;transform:translateX(-50%)}.navbar-links,.navbar-links a{align-items:center;display:flex}.navbar-links a{color:#fff;font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .3s}.navbar-links a:hover{color:#f4e4a6}.navbar-actions{align-items:center;display:flex;gap:1rem;margin-left:auto;padding-right:20px}.cart-icon{border-radius:50%;padding:.5rem;transition:background-color .3s}.cart-icon:hover{background-color:#ffffff1a}.cart-badge{background:#f4e4a6;color:#2d5016;font-size:.8rem;right:0;top:0}.menu-toggle{background:none;border:none;color:#fff;padding:.5rem}.mobile-menu{background:#8b0000;display:none;flex-direction:column;gap:1rem;padding:1rem;position:absolute;top:100%}.mobile-menu a{border-bottom:1px solid #ffffff1a;color:#fff;padding:.5rem 0;text-decoration:none}.mobile-contact{border-top:1px solid #fff3;margin-top:1rem;padding-top:1rem}.slider{height:70vh;margin-top:70px;overflow:hidden;position:relative}.slider-container{height:100%;position:relative}.slide{background-position:50%;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.slide.active{opacity:1}.slide-overlay{align-items:center;background:linear-gradient(45deg,#2d5016cc,#4a7c5999);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.slide-content{color:#fff;max-width:600px;padding:2rem;text-align:center}.slide-content h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #00000080}.slide-content h2{color:#f4e4a6;font-size:1.5rem;margin-bottom:1rem}.slide-content p{font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.cta-button{background:linear-gradient(45deg,#f4e4a6,#e6d17a);border:none;border-radius:50px;color:#2d5016;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:transform .3s,box-shadow .3s}.cta-button:hover{box-shadow:0 5px 15px #f4e4a666;transform:translateY(-2px)}.slider-arrow{background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;padding:1rem;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s}.slider-arrow:hover{background:#ffffff4d}.slider-arrow-left{left:2rem}.slider-arrow-right{right:2rem}.slider-dots{bottom:2rem;display:flex;gap:1rem;left:50%;position:absolute;transform:translateX(-50%)}.dot{background:#0000;border:2px solid #fff;border-radius:50%;cursor:pointer;height:12px;transition:background-color .3s;width:12px}.dot.active{background:#fff}.products-section{padding:4rem 0}.section-title{color:#2d5016;font-size:2.2rem;font-weight:700;margin-bottom:2.5rem;text-align:center}.featured-section{margin-bottom:4rem}.featured-section h3{color:#2d5016;font-size:1.8rem;font-weight:600;margin-bottom:1.8rem;text-align:center}.featured-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:2.5rem}.products-controls{align-items:center;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.search-bar{flex:1 1;max-width:400px;position:relative}.search-bar svg{color:#666;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-bar input{border:2px solid #ddd;border-radius:25px;font-size:1rem;padding:.75rem 1rem .75rem 3rem;transition:border-color .3s;width:100%}.search-bar input:focus{border-color:#2d5016;outline:none}.filters{align-items:center;display:flex;gap:1rem}.category-filter,.sort-filter{align-items:center;display:flex;gap:.5rem}.category-filter select,.sort-filter select{background:#fff;border:2px solid #ddd;border-radius:5px;font-size:1rem;padding:.5rem 1rem}.products-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.product-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s}.product-card:hover{box-shadow:0 5px 15px #00000026;transform:translateY(-3px)}.product-image{background-color:#f5f5f5;height:180px}.product-image img{transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.03)}.product-overlay{align-items:center;background:#2d5016b3;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s}.product-card:hover .product-overlay{opacity:1}.quick-add-btn{align-items:center;background:#f4e4a6;border:none;border-radius:20px;color:#2d5016;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:.4rem;justify-content:center;min-width:100px;padding:.6rem 1.2rem;text-align:center;transition:transform .2s,background-color .2s;white-space:nowrap}.quick-add-btn:hover{background-color:#e6d17a;transform:scale(1.03)}@media (max-width:768px){.quick-add-btn{font-size:.85rem;min-width:90px;padding:.5rem 1rem}}@media (max-width:480px){.quick-add-btn{border-radius:15px;font-size:.8rem;min-width:80px;padding:.4rem .8rem}}.featured-badge{background:#f4e4a6;border-radius:12px;box-shadow:0 1px 3px #0000001a;font-size:.75rem;font-weight:700;padding:.2rem .6rem;right:.8rem;top:.8rem}.product-info{padding:1.2rem}.product-category{color:#2d5016;font-size:.8rem;letter-spacing:.5px}.product-name{color:#333;font-size:1.1rem;margin:.4rem 0}.product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:.85rem;line-height:1.4;margin-bottom:1rem;overflow:hidden;text-overflow:ellipsis}.product-footer{flex-wrap:wrap;gap:12px;margin-top:.5rem}@media (max-width:1024px){.product-footer{gap:10px}.product-actions{gap:.6rem}}@media (max-width:768px){.product-footer{align-items:stretch;flex-direction:column;gap:12px}.product-actions{gap:8px;justify-content:space-between}.product-actions,.stock-info{align-items:center;flex-direction:row}.stock-info{flex-wrap:wrap;gap:6px}.stock-info .stock{font-size:.75rem;padding:2px 5px}.stock-warning{font-size:.65rem;padding:1px 4px}}@media (max-width:480px){.product-footer{gap:10px}.product-actions{align-items:stretch;flex-direction:column;gap:8px}.stock-info{gap:4px;justify-content:center}.add-to-cart-btn{align-self:center}}@media (max-width:360px){.product-footer{gap:8px}.product-actions{gap:6px}.stock-info{gap:3px}.stock-info .stock{font-size:.7rem;padding:1px 4px}.stock-warning{font-size:.6rem;padding:1px 3px}.price{font-size:1rem}.unit{font-size:.65rem}}.product-price{flex-shrink:0;gap:.2rem}.price{color:#2d5016;font-size:1.3rem}.price,.unit{white-space:nowrap}.unit{color:#666;font-size:.8rem}@media (max-width:768px){.price{font-size:1.2rem}.unit{font-size:.75rem}}@media (max-width:480px){.price{font-size:1.1rem}.unit{font-size:.7rem}}.payment-overlay{align-items:center;animation:fadeIn .3s ease-out;background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:4000}.product-actions{align-items:center;display:flex;flex-shrink:0;gap:.8rem;min-width:0}.stock-info{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.stock-info .stock{background:#28a7451a;border:1px solid #28a74533;border-radius:4px;color:#28a745;display:inline-block;font-size:.8rem;font-weight:600;padding:2px 6px;white-space:nowrap}.stock-info .stock.low{background:#dc35451a;border:1px solid #dc354533;color:#dc3545}.stock-info .stock:last-child{background:#0000;border:none;color:#6c757d;font-size:.7rem;padding:0}.stock-warning{background:#ffc1071a;border:1px solid #ffc1074d;border-radius:3px;color:#ffc107;display:inline-block;font-size:.7rem;font-weight:500;padding:1px 4px;white-space:nowrap}.add-to-cart-btn{align-items:center;background:#2d5016;border-radius:50%;color:#fff;display:flex;height:22px;justify-content:center;min-height:22px;min-width:22px;padding:.2rem;transition:background-color .2s,transform .2s;width:22px}.add-to-cart-btn:hover{background:#4a7c59;transform:scale(1.05)}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6;position:relative;transform:none}.add-to-cart-btn:disabled:after{content:none}@media (max-width:768px){.add-to-cart-btn{height:26px;min-height:26px;min-width:26px;padding:.25rem;width:26px}}@media (max-width:480px){.add-to-cart-btn{height:30px;min-height:30px;min-width:30px;padding:.3rem;width:30px}}.no-products{color:#666;padding:3rem;text-align:center}.about-section{background:#fff;padding:4rem 0}.about-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.about-text h2{color:#2d5016;font-size:2.5rem;margin-bottom:1.5rem}.about-text p{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.about-image img{border-radius:15px;box-shadow:0 10px 30px #0000001a;width:100%}.values-grid{grid-gap:2rem;gap:2rem}.value-card{background:#f8f9fa;border-radius:15px;padding:2rem;text-align:center;transition:transform .3s}.value-card:hover{transform:translateY(-5px)}.value-card svg{color:#2d5016;margin-bottom:1rem}.value-card h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.value-card p{color:#666;line-height:1.6}.contact-section{background:#f8f9fa;padding:4rem 0}.contact-page-minimal{margin:0;min-height:0;padding:0}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-form h3,.contact-info h3{color:#2d5016;font-size:1.8rem;margin-bottom:2rem}.contact-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:2rem}.contact-item svg{color:#2d5016;margin-top:.25rem}.contact-item h4{color:#333;font-size:1.1rem;margin-bottom:.5rem}.contact-item p{color:#666;line-height:1.6}.map-container{border-radius:15px;box-shadow:0 4px 12px #0000001a;height:300px;margin-top:2rem;overflow:hidden}.map-container iframe{border:none;height:100%;width:100%}.contact-form form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group label{margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #ddd;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2d5016;outline:none}.submit-btn{align-items:center;background:linear-gradient(45deg,#2d5016,#4a7c59);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:transform .3s,box-shadow .3s}.submit-btn:hover{box-shadow:0 5px 15px #2d50164d;transform:translateY(-2px)}.footer{background:linear-gradient(135deg,#2d5016,#1a3d0a);color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#f4e4a6;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#f4e4a6;font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#ccc;line-height:1.6;margin-bottom:1rem}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{background:#ffffff1a;border-radius:50%;color:#fff;padding:.5rem;transition:background-color .3s}.social-links a:hover{background:#2d5016}.contact-info .contact-item{margin-bottom:1rem}.opening-hours .hours-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1rem}.quick-links{list-style:none}.quick-links li{margin-bottom:.5rem}.quick-links a,.quick-links button{background:none;border:none;color:#ccc;cursor:pointer;font:inherit;padding:0;text-align:left;text-decoration:none;transition:color .3s}.quick-links a:hover,.quick-links button:hover{color:#f4e4a6}.footer-bottom{border-top:1px solid #444;padding-top:1rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ccc;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#f4e4a6}.admin-panel{background:#f8f9fa;margin:0 auto;max-width:1400px;min-height:100vh;padding:20px}.admin-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;display:flex;justify-content:space-between;margin-bottom:30px;padding:20px}.admin-header h1{color:#2c3e50;font-size:2.2rem;font-weight:600;margin:0}.admin-nav{display:flex;gap:10px}.nav-btn{align-items:center;background:#f8f9fa;border:2px solid #0000;border-radius:8px;color:#6c757d;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:8px;padding:12px 20px;transition:all .3s ease}.nav-btn:hover{background:#e9ecef;color:#495057}.nav-btn.active{background:#007bff;border-color:#007bff;color:#fff}.dashboard{display:flex;flex-direction:column;gap:30px}.stats-grid{grid-gap:20px;gap:20px;margin-bottom:30px}.stat-card{align-items:center;box-shadow:0 4px 20px #00000014;display:flex;gap:20px;padding:25px;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-icon{align-items:center;background:#f8f9fa;border-radius:12px;color:#6c757d;display:flex;height:60px;justify-content:center;width:60px}.stat-card.warning .stat-icon{background:#fff3cd;color:#856404}.stat-card.success .stat-icon{background:#d1edff;color:#0c5460}.stat-card.primary .stat-icon{background:#cce7ff;color:#004085}.stat-content h3{color:#2c3e50;font-size:2rem;font-weight:700;margin:0}.stat-content p{color:#6c757d;font-weight:500;margin:5px 0 0}.dashboard-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr}.dashboard-section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:25px}.dashboard-section h3{color:#2c3e50;font-size:1.4rem;font-weight:600;margin:0 0 20px}.low-stock-list{display:flex;flex-direction:column;gap:15px}.low-stock-item{align-items:center;background:#fff3cd;border-left:4px solid #ffc107;border-radius:8px;display:flex;gap:15px;padding:15px}.product-mini-thumb{border-radius:6px;height:50px;object-fit:cover;width:50px}.product-info h4{color:#2c3e50;font-size:1rem;font-weight:600;margin:0}.product-info p{color:#856404;font-size:.9rem;margin:5px 0 0}.quick-edit-btn{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-left:auto;padding:8px;transition:background .3s ease}.quick-edit-btn:hover{background:#0056b3}.no-items{color:#6c757d;font-style:italic;padding:20px;text-align:center}.products-management{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.products-header{align-items:center;display:flex;justify-content:space-between}.search-filter-bar{align-items:center;display:flex;gap:15px}.filter-box,.search-box{align-items:center;background:#fff;border:1px solid #dee2e6;border-radius:8px;display:flex;gap:10px;padding:10px 15px}.search-box input{width:250px}.filter-box select,.search-box input{border:none;font-size:1rem;outline:none}.filter-box select{background:#0000;cursor:pointer}.add-product-btn{align-items:center;background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:8px;padding:12px 20px;transition:all .3s ease}.add-product-btn:hover{background:#218838;transform:translateY(-2px)}.product-form-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.product-form{background:#fff;border-radius:15px;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}.form-header{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.form-header h2{color:#8b0000}.close-btn{background:none;border:none;border-radius:50%;color:#666;cursor:pointer;padding:.5rem;transition:background-color .3s}.close-btn:hover{background:#f0f0f0}.form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.checkbox-group{margin:1rem 0}.checkbox-group label{align-items:center;cursor:pointer;display:flex;gap:.5rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.cancel-btn{background:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background-color .3s}.cancel-btn:hover{background:#5a6268}.save-btn{align-items:center;background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1.5rem;transition:background-color .3s}.save-btn:hover{background:#218838}.products-table{margin:0;padding:0}.products-table table{background:#fff;border-collapse:collapse;width:100%}.products-table th{background:#f8f9fa;border-bottom:2px solid #dee2e6;color:#2c3e50;font-size:.95rem;font-weight:600;letter-spacing:.5px;padding:18px 15px;text-align:left;text-transform:uppercase}.products-table td{border-bottom:1px solid #f1f3f4;color:#495057;padding:18px 15px;vertical-align:middle}.products-table tr:hover{background:#f8f9fa;transition:background .2s ease}.products-table tr:last-child td{border-bottom:none}.product-thumbnail{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:65px;object-fit:cover;width:65px}.low-stock{background:#f8d7da;border-radius:4px;color:#dc3545;font-size:.9rem;font-weight:600;padding:4px 8px}.action-buttons{display:flex;gap:8px}.edit-btn{align-items:center;background:#007bff;border:none;border-radius:6px;box-shadow:0 2px 4px #007bff33;color:#fff;cursor:pointer;display:flex;padding:10px;transition:all .3s ease}.edit-btn:hover{background:#0056b3;box-shadow:0 4px 8px #007bff4d;transform:translateY(-1px)}.delete-btn{align-items:center;background:#dc3545;border:none;border-radius:6px;box-shadow:0 2px 4px #dc354533;color:#fff;cursor:pointer;display:flex;padding:10px;transition:all .3s ease}.delete-btn:hover{background:#c82333;box-shadow:0 4px 8px #dc35454d;transform:translateY(-1px)}@media (max-width:1200px){.featured-grid,.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.featured-grid,.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.navbar-contact,.navbar-links{display:none}.menu-toggle{display:block}.mobile-menu{display:flex}.slider{height:50vh}.slide-content h1{font-size:2.5rem}.slide-content h2{font-size:1.2rem}.slide-content p{font-size:1rem}.slider-arrow{padding:.5rem}.slider-arrow-left{left:1rem}.slider-arrow-right{right:1rem}.products-controls{align-items:stretch;flex-direction:column}.search-bar{max-width:none}.filters{justify-content:space-between}.featured-grid,.products-grid{grid-template-columns:1fr}.about-content,.contact-content{gap:2rem;grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;text-align:center}.form-grid{grid-template-columns:1fr}.products-table{overflow-x:auto}.products-table table{min-width:600px}}@media (max-width:480px){.container,.navbar-container{padding:0 15px}.slide-content{padding:1rem}.section-title,.slide-content h1{font-size:2rem}.product-card{margin:0 10px}.admin-panel{padding:1rem}.product-form{padding:1rem;width:95%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-card,.value-card{animation:fadeInUp .6s ease-out}html{scroll-behavior:smooth}.cart-overlay{animation:fadeIn .3s ease-out;background:#00000080;height:100%;width:100%;z-index:2000}.cart-overlay.closing{animation:fadeOut .3s ease-out}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.cart-sidebar{animation:slideInRight .3s ease-out;background:#fff;box-shadow:-2px 0 10px #0000001a;height:100%;width:450px}.cart-sidebar.closing{animation:slideOutRight .3s ease-out}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOutRight{0%{transform:translateX(0)}to{transform:translateX(100%)}}.cart-header{background:#f8f9fa;border-bottom:1px solid #eee;padding:1.5rem}.cart-header h2{align-items:center;color:#8b0000;display:flex;font-size:1.5rem;gap:.5rem;margin:0}.cart-close{background:none;padding:.5rem;transition:background-color .3s}.cart-close:hover{background:#8b00001a}.cart-content{display:flex;flex-direction:column;overflow:hidden}.cart-empty{color:#666;flex:1 1;padding:2rem}.cart-empty svg{color:#ccc;margin-bottom:1rem}.cart-empty p{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.cart-empty span{color:#999;font-size:.9rem}.cart-items{flex:1 1;overflow-y:auto;padding:1rem}.cart-item{border-bottom:1px solid #eee;display:flex;gap:1rem;padding:1rem;transition:background-color .3s}.cart-item:hover{background:#f8f9fa}.cart-item-image{flex-shrink:0;height:80px;width:80px}.cart-item-image img{border-radius:8px;height:100%;object-fit:cover;width:100%}.cart-item-details{min-width:0}.cart-item-details h4{color:#333;font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.25rem}.cart-item-category{color:#666;font-size:.8rem;margin-bottom:.25rem}.cart-item-price{color:#8b0000;font-size:.9rem;font-weight:600}.cart-item-controls{align-items:flex-end;flex-direction:column;flex-shrink:0;gap:.5rem}.quantity-controls{align-items:center;background:#f8f9fa;border-radius:20px;display:flex;gap:.5rem;padding:.25rem}.quantity-btn{background:#fff;border:1px solid #ddd;border-radius:50%;height:28px;transition:all .3s;width:28px}.quantity-btn:hover{background:#8b0000;border-color:#8b0000;color:#fff}.quantity{min-width:30px;text-align:center}.cart-item-total,.quantity{font-size:.9rem;font-weight:600}.cart-item-total{color:#8b0000}.remove-btn{background:none;border:none;border-radius:4px;color:#dc3545;padding:.25rem;transition:background-color .3s}.remove-btn:hover{background:#dc35451a}.cart-footer{background:#f8f9fa;border-top:1px solid #eee}.cart-summary{padding:1.5rem}.cart-total{background:#fff;border:2px solid #8b0000;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.cart-total strong{color:#8b0000;font-size:1.3rem}.cart-actions{gap:1rem}.btn-secondary{background:#6c757d;border:none;border-radius:8px;color:#fff;padding:.75rem 1rem;transition:background-color .3s}.btn-secondary:hover{background:#5a6268}.btn-primary{background:#8b0000;border:none;border-radius:8px;color:#fff;font-weight:600;padding:.75rem 1rem;transition:background-color .3s}.btn-primary:hover{background:brown}@media (max-width:768px){.cart-sidebar{width:100%}.cart-item{flex-direction:column;gap:.75rem}.cart-item-image{align-self:flex-start;height:60px;width:60px}.cart-item-controls{align-items:center;flex-direction:row;justify-content:space-between}.cart-actions{flex-direction:column}}@media (max-width:480px){.cart-header{padding:1rem}.cart-items{padding:.5rem}.cart-item{padding:.75rem}.cart-summary{padding:1rem}}.auth-overlay{align-items:center;animation:fadeIn .3s ease-out;background:#0009;box-sizing:border-box;display:flex;height:100vh;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100vw;z-index:3000}.auth-modal{animation:slideIn .3s ease-out;background:#fff;border-radius:15px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:450px;overflow-y:auto;position:relative;transform:translateY(0);width:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-header{align-items:center;background:linear-gradient(135deg,#2d5016,#4a7c59);border-bottom:1px solid #eee;border-radius:15px 15px 0 0;color:#fff;display:flex;justify-content:space-between;padding:25px 30px 20px}.auth-header h2{font-size:1.5rem;font-weight:600;margin:0}.auth-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:background-color .3s}.auth-close:hover{background:#fff3}.auth-content{padding:30px}.auth-form{gap:20px}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#333;font-size:.9rem;font-weight:600}.input-group{align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;display:flex;position:relative;transition:border-color .3s}.input-group:focus-within{border-color:#2d5016;box-shadow:0 0 0 3px #2d50161a}.input-group svg{color:#6c757d;left:15px;position:absolute;z-index:1}.input-group input{background:#0000;border:none;color:#333;font-size:1rem;outline:none;padding:15px 15px 15px 45px;width:100%}.input-group input::placeholder{color:#999}.password-toggle{background:none;border:none;border-radius:4px;color:#6c757d;cursor:pointer;padding:5px;position:absolute;right:15px;transition:color .3s;z-index:1}.password-toggle:hover{color:#2d5016}.auth-submit{background:linear-gradient(135deg,#2d5016,#4a7c59);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:10px;padding:15px 25px;transition:all .3s}.auth-submit:hover:not(:disabled){box-shadow:0 8px 25px #2d50164d;transform:translateY(-2px)}.auth-submit:disabled{cursor:not-allowed;opacity:.7;transform:none}.auth-footer{color:#666;margin-top:25px;text-align:center}.auth-link{background:none;border:none;color:#2d5016;cursor:pointer;font-weight:600;text-decoration:underline;transition:color .3s}.auth-link:hover{color:#4a7c59}.auth-error{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24}.auth-error,.auth-success{font-size:.9rem;margin-bottom:15px;padding:12px 15px}.auth-success{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724}@media (max-width:768px){.auth-overlay{align-items:center;display:flex;justify-content:center;padding:15px}.auth-modal{margin:0;max-width:400px;width:100%}.auth-header{padding:20px 25px 15px}.auth-header h2{font-size:1.3rem}.auth-content{padding:25px 20px}.input-group input{font-size:.9rem;padding:12px 12px 12px 40px}.input-group svg{left:12px}.password-toggle{right:12px}}@media (max-width:480px){.auth-overlay{align-items:center;display:flex;justify-content:center;padding:10px}.auth-modal{border-radius:10px;margin:0;max-width:100%;width:100%}.auth-header{border-radius:10px 10px 0 0;padding:15px 20px 10px}.auth-content{padding:20px 15px}.auth-form{gap:15px}.form-group label{font-size:.85rem}}.auth-button-container{align-items:center;display:flex;position:relative}.auth-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:8px;padding:8px 12px;transition:all .3s ease}.auth-button:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.auth-user-name{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-dropdown-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.auth-dropdown{animation:dropdownSlide .2s ease-out;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 10px 30px #0003;margin-top:8px;min-width:280px;position:absolute;right:0;top:100%;z-index:1001}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-user-info{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px 12px 0 0;display:flex;gap:12px;padding:20px}.auth-user-avatar{align-items:center;background:linear-gradient(135deg,#2d5016,#4a7c59);border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.auth-user-details{flex:1 1;min-width:0}.auth-user-name-full{color:#333;font-size:.95rem;font-weight:600;margin-bottom:2px}.auth-user-email{color:#666;font-size:.8rem;margin-bottom:4px;word-break:break-all}.auth-user-role{background:#2d5016;border-radius:12px;color:#fff;display:inline-block;font-size:.7rem;font-weight:600;padding:2px 8px}.auth-dropdown-divider{background:#e9ecef;height:1px;margin:0}.auth-dropdown-item{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:.9rem;gap:12px;padding:15px 20px;text-align:left;transition:background-color .2s;width:100%}.auth-dropdown-item:hover{background:#f8f9fa}.auth-dropdown-item:last-child{border-radius:0 0 12px 12px}.auth-dropdown-login{color:#666;font-size:.9rem;padding:20px;text-align:center}@media (max-width:768px){.auth-button{font-size:.85rem;padding:6px 10px}.auth-user-name{max-width:60px}.auth-dropdown{min-width:250px;right:-10px}.auth-user-info{gap:10px;padding:15px}.auth-user-avatar{height:35px;width:35px}.auth-user-name-full{font-size:.9rem}.auth-user-email{font-size:.75rem}}@media (max-width:480px){.auth-button{gap:6px;padding:6px 8px}.auth-user-name{display:none}.auth-dropdown{min-width:220px;right:-20px}.auth-user-info{gap:8px;padding:12px}.auth-user-avatar{height:30px;width:30px}.auth-dropdown-item{font-size:.85rem;padding:12px 15px}}.main-navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a3d0af2;border-bottom:1px solid #1a3d0a80;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.main-navigation.scrolled{background:#1a3d0afa;box-shadow:0 2px 20px #1a3d0a4d}.nav-container{box-sizing:border-box;height:70px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 20px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{border-radius:8px;cursor:pointer;gap:15px;padding:5px 10px;transition:all .3s ease}.nav-logo:hover{opacity:.8;transform:scale(1.05)}.nav-ab-logo{height:45px;object-fit:contain;width:auto}.nav-logo h2{color:#e8f5e8;font-size:1.5rem;font-weight:700;margin:0;text-shadow:1px 1px 2px #1a3d0a80}.nav-links{gap:15px}.nav-link,.nav-links{align-items:center;display:flex}.nav-link{background:#0000;border:none;border-radius:25px;color:#e8f5e8;cursor:pointer;font-size:1rem;font-weight:500;gap:8px;justify-content:center;min-width:120px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#ffffff1a;color:#a8d4a8;transform:translateY(-2px)}.nav-link.active{background:linear-gradient(135deg,#a8d4a8,#7fb87f);box-shadow:0 4px 15px #a8d4a84d;color:#1a3d0a}.nav-actions{gap:15px}.cart-icon,.nav-actions{align-items:center;display:flex}.cart-icon{background:linear-gradient(135deg,#f4e4a633,#f4e4a61a);border:2px solid #f4e4a666;border-radius:25px;box-shadow:0 4px 15px #f4e4a633;color:#f4e4a6;cursor:pointer;font-size:.9rem;font-weight:600;gap:8px;justify-content:center;padding:12px 16px;position:relative;text-shadow:1px 1px 2px #1a3d0a80;transition:all .3s ease}.cart-icon:hover{background:linear-gradient(135deg,#f4e4a64d,#f4e4a633);border-color:#f4e4a6;box-shadow:0 8px 25px #f4e4a666;color:#fff;transform:translateY(-2px)}.cart-badge{align-items:center;animation:pulse 2s infinite;background:#e74c3c;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:-5px;top:-5px;width:20px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.menu-toggle{background:#e8f5e81a;border:2px solid #f4e4a64d;border-radius:10px;color:#f4e4a6;cursor:pointer;display:none;padding:10px;transition:all .3s ease}.menu-toggle:hover{background:#f4e4a633;border-color:#f4e4a680;color:#fff;transform:scale(1.05)}.mobile-menu-overlay{animation:fadeIn .3s ease;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#1a3d0a80;bottom:0;cursor:pointer;height:100vh;left:0;pointer-events:auto;position:fixed;right:0;top:0;width:100vw;z-index:998}.mobile-menu{animation:slideDown .3s ease;backdrop-filter:none;-webkit-backdrop-filter:none;background:#0000;border-top:none;box-shadow:none;left:0;max-height:calc(100vh - 80px);min-height:auto;overflow:visible;padding:15px 10px 20px;pointer-events:none;position:fixed;right:0;top:80px;z-index:999}.mobile-menu-close{align-items:center;background:#dc3545e6;border:2px solid #ffffff4d;border-radius:50%;box-shadow:0 4px 15px #dc354566;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;pointer-events:auto;position:absolute;right:5px;top:5px;transition:all .3s ease;width:36px;z-index:1000}.mobile-menu-close:hover{background:#dc3545;box-shadow:0 6px 20px #dc354599;transform:scale(1.1) rotate(90deg)}.mobile-menu-close:active{transform:scale(.95) rotate(90deg)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-content{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1a3d0abf;border:2px solid #f4e4a640;border-radius:25px;box-shadow:0 8px 32px #1a3d0a80,inset 0 1px 0 #ffffff1a;display:flex;flex-direction:column;gap:12px;margin:0;overflow:hidden;padding:60px 20px 20px;pointer-events:auto;position:relative}.mobile-menu-content:before{background:linear-gradient(90deg,#0000,#f4e4a666,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.mobile-menu-item{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#e8f5e826;border:2px solid #e8f5e840;border-radius:15px;color:#e8f5e8;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:12px;padding:15px 20px;position:relative;text-align:left;transition:all .3s ease;z-index:1}.mobile-menu-item:hover{background:#f4e4a633;border-color:#f4e4a666;box-shadow:0 4px 15px #f4e4a633;color:#f4e4a6;transform:translateX(5px)}.mobile-menu-item.active{background:linear-gradient(135deg,#a8d4a84d,#7fb87f4d);border-color:#a8d4a880;box-shadow:0 4px 20px #a8d4a84d;color:#a8d4a8;font-weight:600}.mobile-menu-item.back-item{background:linear-gradient(135deg,#dc35454d,#c823334d);border-color:#dc354580;color:#ff8787;font-weight:600}.mobile-menu-item.back-item:hover{background:linear-gradient(135deg,#dc354566,#c8233366);border-color:#ff6b6b99;color:#fff}@media (max-width:768px){.nav-links{display:none}.menu-toggle{display:block}.nav-container{height:60px;padding:0 15px}.nav-logo{flex-shrink:1;gap:8px;min-width:0;padding:3px 5px}.nav-ab-logo{flex-shrink:0;height:35px;width:auto}.nav-logo h2{font-size:1.1rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-actions{flex-shrink:0;gap:8px}.cart-icon{font-size:.8rem;padding:8px 10px}.cart-icon svg{height:16px;width:16px}.menu-toggle{height:36px;padding:8px;width:36px}.menu-toggle svg{height:20px;width:20px}}@media (max-width:480px){.nav-container{height:55px;padding:0 10px}.nav-logo{gap:6px;padding:2px 4px}.nav-ab-logo{height:30px}.nav-logo h2{font-size:.95rem;max-width:150px}.nav-actions{gap:6px}.cart-icon{font-size:.75rem;padding:6px 8px}.cart-icon svg{height:14px;width:14px}.menu-toggle{height:32px;padding:6px;width:32px}.menu-toggle svg{height:18px;width:18px}.cart-badge{font-size:.65rem;height:16px;right:-3px;top:-3px;width:16px}}.home-page{background:#0000;min-height:100vh}.hero-section{background:linear-gradient(135deg,#1a3d0a,#2d5016 50%,#4a7c59);color:#fff;overflow:hidden;padding:120px 0 80px;position:relative}.hero-section:before{background:linear-gradient(45deg,#2d50161a,#4a7c591a);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero-content{grid-gap:60px;align-items:center;box-sizing:border-box;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 20px;position:relative;z-index:2}.hero-text h1{color:#e8f5e8;font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #1a3d0a80}.hero-text h2{color:#a8d4a8;font-size:1.8rem;font-weight:400;margin-bottom:1.5rem}.hero-text p{color:#e8f5e8e6;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.hero-ab-logo{margin:1.5rem 0}.hero-ab-logo img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));height:60px;object-fit:contain;width:auto}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px}.cta-primary,.cta-secondary{align-items:center;border:none;border-radius:50px;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:10px;padding:15px 30px;transition:all .3s ease}.cta-primary{background:linear-gradient(135deg,#a8d4a8,#7fb87f);box-shadow:0 4px 15px #a8d4a84d;color:#1a3d0a}.cta-primary:hover{box-shadow:0 6px 20px #a8d4a866;transform:translateY(-2px)}.cta-secondary{background:#0000;border:2px solid #e8f5e8;color:#e8f5e8}.cta-secondary:hover{background:#e8f5e8;color:#1a3d0a}.hero-image{align-items:center;display:flex;justify-content:center}.hero-image img{filter:drop-shadow(0 10px 20px rgba(0,0,0,.2));height:auto;max-height:400px;max-width:100%;object-fit:cover}.featured-products-section{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d;padding:80px 0}.section-header{margin-bottom:50px;text-align:center}.section-header h2{color:#e8f5e8;font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #1a3d0a80}.section-header p{color:#e8f5e8e6;font-size:1.2rem;margin-bottom:2rem}.view-all-btn{align-items:center;background:linear-gradient(135deg,#4a7c59,#2d5016);border:none;border-radius:50px;color:#e8f5e8;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:10px;padding:12px 30px;transition:all .3s ease}.view-all-btn:hover{box-shadow:0 6px 20px #4a7c594d;transform:translateY(-2px)}.products-grid{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1400px;padding:0 20px}.featured-badge{align-items:center;background:linear-gradient(135deg,#f4e4a6,#e6d17a);border-radius:20px;color:#2d5016;display:flex;font-size:.9rem;gap:5px;padding:8px 12px;right:15px;top:15px}.info-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;padding:80px 0}.info-section h2{color:#e8f5e8;font-size:2.5rem;margin-bottom:3rem;text-align:center;text-shadow:2px 2px 4px #1a3d0a80}.info-grid{grid-gap:40px;box-sizing:border-box;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1400px;padding:0 20px}.info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000!important;border:1px solid #1a3d0a4d!important;border-radius:20px;box-shadow:0 10px 30px #1a3d0a4d!important;padding:40px 30px;text-align:center;transition:transform .3s ease}.info-card:hover{transform:translateY(-5px)}.info-icon{color:#a8d4a8;height:50px;margin:0 auto 20px;width:50px}.info-card h3{color:#e8f5e8;font-size:1.5rem;margin-bottom:15px;text-shadow:1px 1px 2px #1a3d0a80}.info-card p{color:#e8f5e8e6;line-height:1.6}@media (max-width:768px){.hero-content{gap:40px;grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.5rem}.hero-text h2{font-size:1.4rem}.hero-buttons{justify-content:center}.info-grid,.products-grid,.values-grid{grid-template-columns:1fr}}.product-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1a3d0acc;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.product-modal{animation:slideUp .3s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#1a3d0af2,#2d5016f2);border:2px solid #f4e4a64d;border-radius:20px;box-shadow:0 20px 60px #1a3d0a80;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.product-modal-close{align-items:center;background:#dc354533;border:2px solid #dc354566;border-radius:50%;color:#ff8787;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .3s ease;width:36px;z-index:10}.product-modal-close:hover{background:#dc35454d;border-color:#ff6b6b;color:#fff;transform:scale(1.1) rotate(90deg)}.product-modal-close:active{transform:scale(.95) rotate(90deg)}.product-modal-content{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr;position:relative}.product-modal-close-wrapper{height:0;position:relative;width:100%;z-index:20}.product-modal-image-section{align-items:center;background:#e8f5e80d;border-radius:20px 0 0 20px;display:flex;justify-content:center;padding:30px;position:relative}.product-modal-image{border:2px solid #f4e4a633;border-radius:15px;box-shadow:0 10px 30px #1a3d0a4d;height:auto;max-width:400px;object-fit:cover;width:100%}.product-modal-featured-badge{align-items:center;background:linear-gradient(135deg,#f4e4a6,#e6d882);border-radius:20px;box-shadow:0 4px 15px #f4e4a666;color:#1a3d0a;display:flex;font-size:.85rem;font-weight:600;gap:6px;padding:8px 14px;position:absolute;right:40px;top:40px}.product-modal-info-section{display:flex;flex-direction:column;gap:25px;padding:40px}.product-modal-header{display:flex;flex-direction:column;gap:12px}.product-modal-category{align-items:center;color:#a8d4a8;display:flex;font-size:.9rem;font-weight:600;gap:8px;letter-spacing:1px;text-transform:uppercase}.product-modal-name{color:#e8f5e8;font-size:2rem;font-weight:700;line-height:1.2;margin:0;text-shadow:1px 1px 3px #1a3d0a80}.product-modal-description{color:#e8f5e8e6;font-size:1rem;line-height:1.7}.product-modal-description p{margin:0}.product-modal-details{background:#e8f5e814;border:1px solid #f4e4a633;border-radius:15px;display:flex;flex-direction:column;gap:15px;padding:20px}.product-modal-detail-item{align-items:center;display:flex;justify-content:space-between}.detail-label{color:#e8f5e8b3;font-size:.95rem;font-weight:500}.detail-value{font-size:1.1rem;font-weight:600}.detail-value.price{color:#f4e4a6;font-size:1.5rem}.detail-value.stock{color:#a8d4a8}.detail-value.stock.low{color:#ffc107}.detail-value.stock.out{color:#ff6b6b}.product-modal-warning{background:#ffc10726;border:1px solid #ffc1074d;border-radius:10px;color:#ffc107;font-size:.9rem;font-weight:600;padding:12px 16px;text-align:center}.product-modal-actions{margin-top:auto;padding-top:20px}.product-modal-add-btn{align-items:center;background:linear-gradient(135deg,#f4e4a6,#e6d882);border:2px solid #f4e4a6;border-radius:15px;box-shadow:0 4px 20px #f4e4a64d;color:#1a3d0a;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:10px;justify-content:center;padding:16px 24px;transition:all .3s ease;width:100%}.product-modal-add-btn:hover:not(:disabled){background:linear-gradient(135deg,#e6d882,#d4c970);box-shadow:0 8px 30px #f4e4a680;transform:translateY(-2px)}.product-modal-add-btn:active:not(:disabled){transform:translateY(0)}.product-modal-add-btn:disabled{background:#6c757d4d;border-color:#6c757d80;box-shadow:none;color:#e8f5e880;cursor:not-allowed}@media (max-width:768px){.product-modal{max-height:95vh;max-width:95%}.product-modal-content{grid-template-columns:1fr}.product-modal-close-wrapper{display:flex;height:32px;justify-content:flex-end;margin-bottom:-32px;padding:0 10px;pointer-events:none;position:-webkit-sticky;position:sticky;top:10px;z-index:20}.product-modal-close-wrapper .product-modal-close{pointer-events:auto}.product-modal-image-section{border-radius:20px 20px 0 0;padding:20px}.product-modal-info-section{padding:30px 20px}.product-modal-name{font-size:1.6rem}.product-modal-featured-badge{font-size:.8rem;padding:6px 12px;right:30px;top:30px}.product-modal-close{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#dc3545d9;border:2px solid #dc354599;float:right;height:32px;left:auto;margin:0 0 -32px auto;position:-webkit-sticky;position:sticky;right:auto;top:10px;width:32px;z-index:20}}@media (max-width:480px){.product-modal-overlay{padding:10px}.product-modal{border-radius:15px}.product-modal-name{font-size:1.4rem}.detail-value.price{font-size:1.3rem}.product-modal-add-btn{font-size:1rem;padding:14px 20px}}.product-modal::-webkit-scrollbar{width:8px}.product-modal::-webkit-scrollbar-track{background:#e8f5e81a;border-radius:4px}.product-modal::-webkit-scrollbar-thumb{background:#f4e4a680;border-radius:4px}.product-modal::-webkit-scrollbar-thumb:hover{background:#f4e4a6b3}.products-page{background:#0000;min-height:100vh;padding:80px 0}.container{max-width:1400px;padding:0 20px}.products-header{background:#0000;border:none;box-shadow:none;margin-bottom:50px;padding:0;text-align:center}.products-header h1{color:#e8f5e8;display:inline-block;font-size:3rem;font-weight:700;margin:0;padding:0;text-shadow:2px 2px 4px #1a3d0a80}.products-subtitle{color:#e8f5e8e6;font-size:1.2rem;margin:10px auto 0;max-width:600px;padding:0}.products-controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:1px solid #1a3d0a4d;border-radius:15px;box-shadow:0 5px 20px #1a3d0a4d;display:flex;flex-direction:column;gap:20px;margin-bottom:40px;padding:30px}.search-section{display:flex;justify-content:center}.search-input{border-radius:25px;max-width:400px;padding:12px 20px}.search-input:focus{outline:none}.search-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:1px solid #1a3d0a4d;border-radius:50px;color:#e8f5e8;font-size:1rem;max-width:500px;outline:none;padding:15px 20px;transition:border-color .3s ease;width:100%}.search-input::placeholder{color:#e8f5e8b3}.search-input:focus{border-color:#1a3d0a99;box-shadow:0 0 10px #1a3d0a4d}.filters-section{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.filter-group{display:flex;flex-direction:column;gap:8px;min-width:150px}.filter-group label{color:#e8f5e8;font-size:.9rem;font-weight:600}.filter-select{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:1px solid #1a3d0a4d;border-radius:8px;color:#e8f5e8;cursor:pointer;font-size:1rem;outline:none;padding:10px 15px;transition:border-color .3s ease}.filter-select:focus{border-color:#1a3d0a99;box-shadow:0 0 10px #1a3d0a4d}.filter-select option{background:#1a3d0a;color:#e8f5e8}.products-results{margin-bottom:60px}.results-info{margin-bottom:30px;text-align:center}.results-info p{color:#e8f5e8e6;font-size:1.1rem}.products-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:40px}.product-item{border:none;box-shadow:none;margin:0;padding:0;transition:none}.product-item:hover{box-shadow:none;transform:none}.no-products-content{border:none;box-shadow:none}.reset-filters-btn{transition:all .3s ease}.reset-filters-btn:hover{box-shadow:0 4px 15px #4a7c594d}.product-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000!important;border:1px solid #1a3d0a4d!important;border-radius:20px;box-shadow:0 10px 30px #1a3d0a4d!important;cursor:pointer;overflow:hidden;transition:all .3s ease}.product-card .product-actions,.product-card button{cursor:pointer!important}.product-card:hover{box-shadow:0 15px 40px #1a3d0a66;transform:translateY(-5px)}.product-image{background:#0000;border:none;height:200px;overflow:hidden;position:relative}.product-image img{background:#0000;border:none;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.featured-badge{background:#a8d4a8;border:1px solid #1a3d0a4d;border-radius:15px;box-shadow:0 2px 10px #1a3d0a4d;color:#1a3d0a;font-size:.8rem;font-weight:600;left:10px;padding:5px 10px;position:absolute;top:10px;z-index:2}.product-info{background:#0000;padding:25px}.product-category{color:#a8d4a8;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.product-category,.product-name{font-weight:600;margin-bottom:10px}.product-name{color:#e8f5e8;font-size:1.3rem;text-shadow:1px 1px 2px #1a3d0a80}.product-description{color:#e8f5e8e6;line-height:1.5;margin-bottom:20px}.product-footer{align-items:center;display:flex;justify-content:space-between}.product-price{align-items:baseline;display:flex;gap:5px}.price{color:#a8d4a8;font-size:1.5rem;font-weight:700;text-shadow:1px 1px 2px #1a3d0a80}.unit{color:#e8f5e8cc;font-size:.9rem}.add-to-cart-btn{background:linear-gradient(135deg,#4a7c59,#2d5016);border:none;border-radius:25px;color:#e8f5e8;cursor:pointer;font-size:.9rem;font-weight:600;min-width:120px;padding:10px 20px;text-align:center;transition:all .3s ease;white-space:nowrap}.add-to-cart-btn:hover{box-shadow:0 4px 15px #4a7c594d;transform:translateY(-2px)}@media (max-width:768px){.add-to-cart-btn{font-size:.85rem;min-width:100px;padding:8px 16px}.product-footer{align-items:stretch;flex-direction:column;gap:15px}.add-to-cart-btn{min-width:auto;width:100%}}@media (max-width:480px){.add-to-cart-btn{border-radius:20px;font-size:.8rem;padding:10px 15px}}.product-item{background:#0000;border:1px solid #1a3d0a4d;border-radius:15px;box-shadow:0 5px 20px #1a3d0a4d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-item:hover{box-shadow:0 15px 40px #1a3d0a66;transform:translateY(-5px)}.no-products{align-items:center;display:flex;grid-column:1/-1;justify-content:center;min-height:300px}.no-products-content{background:#0000;border:1px solid #1a3d0a4d;border-radius:15px;box-shadow:0 5px 20px #1a3d0a4d;padding:40px;text-align:center}.no-products-content h3{color:#e8f5e8;font-size:1.5rem;margin-bottom:15px;text-shadow:1px 1px 2px #1a3d0a80}.no-products-content p{color:#e8f5e8e6;margin-bottom:25px}.reset-filters-btn{background:linear-gradient(135deg,#4a7c59,#2d5016);border:1px solid #1a3d0a4d;border-radius:25px;color:#e8f5e8;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 25px;transition:transform .3s ease,box-shadow .3s ease}.reset-filters-btn:hover{box-shadow:0 5px 15px #3498db4d;transform:translateY(-2px)}.categories-section{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:50px 30px}.categories-section h2{color:#2c3e50;font-size:2.2rem;font-weight:600;margin-bottom:40px;text-align:center}.categories-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.category-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:3px solid #0000;border-radius:15px;cursor:pointer;padding:25px;text-align:center;transition:all .3s ease}.category-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.category-card.active{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-color:#3498db}.category-image{align-items:center;background:#fff;border-radius:50%;box-shadow:0 5px 15px #0000001a;display:flex;height:80px;justify-content:center;margin:0 auto 20px;overflow:hidden;width:80px}.category-image img{height:50px;object-fit:contain;width:50px}.category-info h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:8px}.category-info p{color:#666;font-size:.9rem}@media (max-width:768px){.products-header h1{font-size:2.2rem}.products-controls{padding:20px}.filters-section{align-items:center;flex-direction:column}.filter-group{max-width:300px;width:100%}.products-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.category-card{padding:20px}.category-image{height:60px;width:60px}.category-image img{height:40px;width:40px}}.farm-history{background:linear-gradient(135deg,#1a3d0a,#2d5016 50%,#4a7c59);color:#fff;min-height:100vh;overflow:hidden;padding:180px 0 40px;position:relative}.farm-history:before{background:linear-gradient(45deg,#2d50161a,#4a7c591a);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.container{box-sizing:border-box;margin:0 auto;max-width:1800px;padding:0 60px;position:relative;z-index:2}.history-content{display:flex;flex-direction:column;gap:120px}.history-section{grid-gap:100px;align-items:center;display:grid;gap:100px;grid-template-columns:1fr 1fr;margin-bottom:80px}.history-text h2{color:#e8f5e8;font-size:3.5rem;font-weight:700;margin-bottom:2rem;text-shadow:2px 2px 4px #1a3d0a80}.history-text h3{color:#a8d4a8;font-size:3.2rem;font-weight:400;margin-bottom:2.5rem}.history-text p{color:#e8f5e8e6;font-size:1.4rem;line-height:1.9;margin-bottom:2rem}.history-ab-logo{margin-top:1.5rem}.history-ab-logo img{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));height:70px;object-fit:contain;width:auto}.history-image{align-items:center;display:flex;justify-content:center;padding:40px}.history-img{border-radius:25px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.4));height:auto;max-height:400px;max-width:100%;object-fit:cover;transition:transform .3s ease}.history-img:hover{transform:scale(1.1)}.values-section{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin:60px 0;padding:60px 40px}.values-section h2{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:50px;text-align:center}.values-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-item{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:15px;padding:30px 20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-item:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-10px)}.value-icon{font-size:3rem;margin-bottom:20px}.value-item h3{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:15px}.value-item p{color:#666;line-height:1.6}.timeline-section{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:60px 40px}.timeline-section h2{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:50px;text-align:center}.timeline{margin:0 auto;max-width:800px;position:relative}.timeline:before{background:linear-gradient(180deg,#3498db,#e74c3c);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:4px}.timeline-item{align-items:center;display:flex;margin-bottom:60px;position:relative}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-year{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:50px;box-shadow:0 5px 15px #3498db4d;color:#fff;font-size:1.1rem;font-weight:700;min-width:100px;padding:15px 25px;position:relative;text-align:center;z-index:2}.timeline-content{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;flex:1 1;margin:0 30px;padding:30px;position:relative}.timeline-content:before{border:15px solid #0000;content:"";height:0;position:absolute;top:50%;transform:translateY(-50%);width:0}.timeline-item:nth-child(odd) .timeline-content:before{border-left-color:#fff;right:-30px}.timeline-item:nth-child(2n) .timeline-content:before{border-right-color:#fff;left:-30px}s

.timeline-content p{color:#666;line-height:1.6}@media (max-width:768px){.history-section{gap:30px;grid-template-columns:1fr}.history-section.reverse{direction:ltr}.history-header h1{font-size:2.2rem}.history-text h2{font-size:1.8rem}.values-grid{grid-template-columns:1fr}.timeline:before{left:30px}.timeline-item{align-items:flex-start;flex-direction:column!important;padding-left:60px}.timeline-year{left:-50px;position:absolute;top:0}.timeline-content{margin:20px 0 0}.timeline-content:before{display:none}}.sales-dashboard{background:#f8f9fa;min-height:100vh;padding:2rem}.sales-alert{align-items:flex-start;background:#d1ecf1;border:1px solid #bee5eb;border-radius:8px;color:#0c5460;display:flex;gap:1rem;margin-bottom:2rem;padding:1rem}.sales-alert svg{color:#0c5460;flex-shrink:0;margin-top:.2rem}.sales-alert h3{font-size:1.1rem;margin:0 0 .5rem}.sales-alert p{font-size:.9rem;margin:0}.sales-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.sales-header{align-items:center;display:flex;gap:.8rem;margin-bottom:1rem}.sales-header h2{color:#2d5016;font-size:1.5rem;margin:0}.sales-header-section{flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.sales-header-section,.sales-title{align-items:center;display:flex;gap:1rem}.sales-title h1{color:#2d5016;font-size:2rem;margin:0}.sales-status{background:#d4edda;border-radius:20px;color:#155724;font-size:.9rem;padding:.5rem 1rem}.reset-btn,.sales-status{align-items:center;display:flex;font-weight:600;gap:.5rem}.reset-btn{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.75rem 1.5rem;transition:background-color .3s}.reset-btn:hover{background:#c82333}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;transition:transform .3s,box-shadow .3s}.stat-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.stat-content{align-items:center;display:flex;justify-content:space-between}.stat-info{flex:1 1}.stat-title{color:#666;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.stat-value{font-size:2rem;font-weight:700;margin:0 0 .5rem}.stat-value.stat-primary{color:#007bff}.stat-value.stat-success{color:#28a745}.stat-value.stat-info{color:#17a2b8}.stat-value.stat-warning{color:#ffc107}.stat-subtitle{color:#666;font-size:.8rem;margin:0}.stat-icon{font-size:2rem;opacity:.8}.stat-icon.stat-primary{color:#007bff}.stat-icon.stat-success{color:#28a745}.stat-icon.stat-info{color:#17a2b8}.stat-icon.stat-warning{color:#ffc107}.sales-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.sales-section.full-width{grid-column:1/-1}.sales-card h3{color:#2d5016;font-size:1.2rem;margin:0 0 1rem}.sales-table{overflow-x:auto}.sales-table table{border-collapse:collapse;font-size:.9rem;width:100%}.sales-table th{background:#f8f9fa;border-bottom:2px solid #e9ecef;color:#2d5016;font-weight:600;padding:.75rem;text-align:left}.sales-table td{border-bottom:1px solid #e9ecef;padding:.75rem}.sales-table tr:hover{background:#f8f9fa}.payment-chip{background:#007bff;border-radius:4px;color:#fff;font-size:.8rem;font-weight:500;padding:.25rem .5rem}.dialog-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.dialog{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-width:400px;padding:2rem;width:90%}.dialog h3{color:#2d5016;margin:0 0 1rem}.dialog p{color:#666;line-height:1.5;margin:0 0 1.5rem}.dialog-actions{display:flex;gap:1rem;justify-content:flex-end}.dialog-actions button{border:1px solid #ddd;border-radius:8px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.dialog-actions button:first-child{background:#fff;color:#666}.dialog-actions button:first-child:hover{background:#f8f9fa}.dialog-actions .danger-btn{background:#dc3545;border-color:#dc3545;color:#fff}.dialog-actions .danger-btn:hover{background:#c82333;border-color:#c82333}@media (max-width:768px){.sales-dashboard{padding:1rem}.sales-header-section{align-items:flex-start;flex-direction:column}.sales-content,.stats-grid{grid-template-columns:1fr}.sales-title h1,.stat-icon,.stat-value{font-size:1.5rem}}@media (max-width:480px){.sales-card{padding:1rem}.stat-content{align-items:flex-start;flex-direction:column;gap:1rem}.dialog{padding:1.5rem}.dialog-actions{flex-direction:column}}.cart-overlay{align-items:flex-start;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1a3d0ad9;bottom:0;display:flex;justify-content:flex-end;left:0;opacity:1;padding:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1500}.cart-overlay.closing{opacity:0;pointer-events:none}.cart-sidebar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1a3d0ad9;border-radius:0;box-shadow:-10px 0 30px #1a3d0a80;display:flex;flex-direction:column;height:100vh;max-width:90vw;overflow:hidden;position:relative;transform:translateX(0);transition:all .3s ease;width:420px}.cart-sidebar.closing{transform:translateX(100%)}.cart-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1a3d0ad9;border-bottom:2px solid #e8f5e826;justify-content:space-between;padding:25px 30px 20px;position:relative;z-index:2}.cart-header,.cart-title{align-items:center;display:flex}.cart-title{color:#fff;font-size:1.4rem;font-weight:700;gap:12px;text-shadow:1px 1px 2px #1a3d0a80}.cart-title .shopping-bag-icon{color:#fff;height:24px;width:24px}.cart-close{align-items:center;background:#dc3545e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;position:relative;transition:all .3s ease;width:40px;z-index:100}.cart-close:hover{background:#dc3545;box-shadow:0 4px 15px #dc354599;color:#fff;transform:scale(1.1)}.cart-close:active{background:#dc3545;transform:scale(.95)}.cart-content{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1a3d0ad9;flex:1 1;overflow-y:auto;padding:20px 30px;position:relative;z-index:2}.cart-empty{align-items:center;color:#fff;display:flex;flex-direction:column;gap:30px;height:100%;justify-content:center;padding:40px 20px;text-align:center}.cart-empty-icon{color:#ffffffb3;height:100px;width:100px}.cart-empty h3{color:#fff;font-size:1.5rem;font-weight:600;margin:0}.cart-empty p{color:#ffffffe6;font-size:1rem;line-height:1.6;margin:0;max-width:300px}.cart-item{background:#e8f5e81a;border:1px solid #e8f5e833;border-radius:15px;margin-bottom:15px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.cart-item:before{background:linear-gradient(45deg,#f4e4a60d,#e8f5e80d);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.cart-item:hover{background:#e8f5e826;border-color:#f4e4a64d;box-shadow:0 8px 25px #1a3d0a33;transform:translateY(-2px)}.cart-item-content{display:flex;gap:15px;position:relative;z-index:2}.cart-item-image{border:2px solid #e8f5e84d;border-radius:12px;height:70px;object-fit:cover;width:70px}.cart-item-details{display:flex;flex:1 1;flex-direction:column;gap:8px}.cart-item-name{color:#e8f5e8;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0}.cart-item-category{background:#f4e4a633;border-radius:8px;color:#f4e4a6;display:inline-block;font-size:.9rem;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.cart-item-price{color:#e8f5e8;font-size:1rem;font-weight:500}.cart-item-subtotal{color:#a8d4a8;font-size:1.1rem;font-weight:700;margin-top:5px}.cart-item-controls{align-items:center;display:flex;gap:12px;margin-top:10px}.quantity-btn{align-items:center;background:#e8f5e833;border:1px solid #e8f5e84d;border-radius:8px;color:#e8f5e8;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:32px;justify-content:center;position:relative;transition:all .3s ease;width:32px;z-index:10}.quantity-btn:hover{background:#f4e4a64d;border-color:#f4e4a6;color:#f4e4a6;transform:scale(1.1)}.quantity-btn:active{background:#f4e4a666;transform:scale(.95)}.quantity-display{background:#e8f5e81a;border:1px solid #e8f5e84d;border-radius:8px;color:#e8f5e8;font-weight:600;min-width:40px;padding:8px 12px;text-align:center}.remove-btn{align-items:center;background:#dc354533;border:1px solid #dc35454d;border-radius:8px;color:#ff6b6b;cursor:pointer;display:flex;height:32px;justify-content:center;margin-left:auto;position:relative;transition:all .3s ease;width:32px;z-index:10}.remove-btn:hover{background:#dc35454d;border-color:#ff6b6b;transform:scale(1.1)}.remove-btn:active{background:#dc354566;transform:scale(.95)}.cart-footer{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1a3d0ad9;border-top:2px solid #e8f5e826;padding:25px 30px;position:relative;z-index:2}.cart-summary{background:#e8f5e81a;border:2px solid #f4e4a640;border-radius:18px;box-shadow:0 4px 20px #1a3d0a40;display:flex;flex-direction:column;gap:20px;padding:22px}.cart-total{background:#a8d4a833;border:2px solid #a8d4a866;border-radius:15px;overflow:hidden;padding:20px;position:relative;text-align:center}.cart-total:before{background:linear-gradient(45deg,#a8d4a833,#e8f5e81a);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.cart-total strong{color:#a8d4a8;font-size:1.4rem;position:relative;text-shadow:1px 1px 2px #1a3d0a80;z-index:2}.cart-actions{display:flex;gap:12px}.btn-secondary{background:#a8d4a833;border:2px solid #a8d4a866;border-radius:12px;color:#a8d4a8;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:12px 20px;text-align:center;transition:all .3s ease}.btn-secondary:hover{background:#a8d4a84d;border-color:#a8d4a8;color:#fff;transform:translateY(-2px)}.btn-secondary:disabled{cursor:not-allowed;opacity:.5;transform:none}.btn-primary{align-items:center;background:linear-gradient(135deg,#f4e4a6,#e6d882);border:2px solid #f4e4a6;border-radius:12px;color:#1a3d0a;cursor:pointer;display:flex;flex:2 1;font-size:1rem;font-weight:700;gap:8px;justify-content:center;padding:12px 20px;text-shadow:none;transition:all .3s ease}.btn-primary:hover{background:linear-gradient(135deg,#e6d882,#d4c970);border-color:#e6d882;box-shadow:0 8px 25px #f4e4a64d;transform:translateY(-2px)}.btn-primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}@media (max-width:768px){.cart-sidebar{border-radius:0;height:100vh;margin-right:0;max-height:100vh;max-width:100vw;width:100vw}.cart-overlay{padding:0}.cart-content,.cart-footer,.cart-header{padding-left:20px;padding-right:20px}.cart-actions{flex-direction:column}.btn-primary,.btn-secondary{flex:1 1}.cart-close{background:#dc35454d;border:2px solid #dc354599;box-shadow:0 4px 20px #dc354580;height:48px;width:48px}.cart-close svg{height:24px;width:24px}.cart-close:active{transform:scale(.9)}}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.cart-sidebar{animation:slideInFromRight .3s ease-out}.cart-content::-webkit-scrollbar{width:6px}.cart-content::-webkit-scrollbar-track{background:#e8f5e81a;border-radius:3px}.cart-content::-webkit-scrollbar-thumb{background:#f4e4a680;border-radius:3px}.cart-content::-webkit-scrollbar-thumb:hover{background:#f4e4a6b3}
/*# sourceMappingURL=main.301d739f.css.map*/