.language-switcher{background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:20px;padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;transition:all .3s ease}.language-switcher:hover{background:#ffffff4d;transform:scale(1.05)}.lang-icon{font-size:1.2rem}.lang-text{font-size:.9rem}@media(max-width:768px){.language-switcher{padding:.4rem .8rem}.lang-text{display:none}}.header{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none;color:#fff}.logo-content{display:flex;flex-direction:column;align-items:center;gap:.25rem}.logo-text{font-size:1.5rem;font-weight:700;font-family:Georgia,serif}.logo-icon{font-size:2rem}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;transition:background-color .3s ease;position:relative}.nav-link:hover{background-color:#ffffff1a}.cart-link{display:flex;align-items:center;gap:.5rem;background-color:#fff3}.cart-badge{background-color:#ff5722;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}@media(max-width:768px){.header-container{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;gap:1rem;justify-content:center}.nav-link{padding:.5rem;font-size:.9rem}}.footer{background-color:#1b5e20;color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{margin-bottom:1rem;font-size:1.5rem}.footer-section h4{margin-bottom:1rem;font-size:1.2rem}.footer-section p{margin-bottom:.5rem;opacity:.9}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff;text-decoration:none;opacity:.9;transition:opacity .3s ease}.footer-section ul li a:hover{opacity:1}.footer-bottom{text-align:center;padding:1rem 0;margin-top:2rem;border-top:1px solid rgba(255,255,255,.2);position:relative}.footer-bottom p{margin:0;opacity:.8}.hidden-admin-trigger{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:30px;height:30px;opacity:0;cursor:default;z-index:10}.hidden-admin-trigger:hover{opacity:.1}@media(max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}}.home{min-height:100vh}.hero{background:linear-gradient(135deg,#1b5e20,#4caf50);color:#fff;padding:6rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;margin-bottom:1rem;font-family:Georgia,serif}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.cta-button{display:inline-block;background:#fff;color:#2e7d32;padding:1rem 2rem;border-radius:4px;text-decoration:none;font-size:1.1rem;font-weight:700;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:scale(1.05);box-shadow:0 4px 16px #0003}.features{padding:4rem 2rem;background-color:#f5f5f5}.features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{color:#2e7d32;margin-bottom:.5rem}.feature p{color:#666}.about-preview{padding:4rem 2rem;background:#fff}.about-preview-content{max-width:800px;margin:0 auto;text-align:center}.about-preview-content h2{color:#2e7d32;font-size:2.5rem;margin-bottom:1.5rem;font-family:Georgia,serif}.about-preview-content p{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:2rem}.learn-more-btn{display:inline-block;background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;padding:1rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;transition:transform .3s ease}.learn-more-btn:hover{transform:scale(1.05)}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.features-container{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.product-image{font-size:6rem;text-align:center;padding:2rem;background:linear-gradient(135deg,#f5f5f5,#e8f5e9)}.product-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.product-name{margin:0 0 .5rem;font-size:1.25rem;color:#2e7d32}.product-description{margin:0 0 1rem;color:#666;font-size:.9rem;flex-grow:1}.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.product-price{display:flex;align-items:baseline;gap:.25rem}.price{font-size:1.5rem;font-weight:700;color:#2e7d32}.unit{font-size:.9rem;color:#666}.add-to-cart-btn{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.add-to-cart-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 8px #2e7d324d}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}.weekly-basket-container{margin-bottom:3rem}.weekly-basket-card{background:linear-gradient(135deg,#fff8e1,#ffe0b2);border:3px solid #ff9800;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #ff980033}.basket-icon{font-size:4rem;text-align:center;margin-bottom:1rem}.weekly-basket-card h3{color:#e65100;font-size:2rem;margin-bottom:.5rem;text-align:center}.basket-description{color:#666;text-align:center;margin-bottom:1rem;font-size:1.1rem}.basket-price{font-size:2.5rem;font-weight:700;color:#e65100;text-align:center;margin-bottom:1.5rem}.basket-contents{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.basket-contents h4{color:#e65100;margin-bottom:1rem}.basket-contents ul{list-style:none;padding:0}.basket-contents li{padding:.5rem 0;border-bottom:1px solid #f0f0f0;font-size:1.1rem}.basket-contents li:last-child{border-bottom:none}.basket-actions{display:flex;gap:1rem;justify-content:center}.customize-btn,.add-basket-btn,.confirm-btn,.cancel-customize-btn{padding:1rem 2rem;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:transform .3s ease}.customize-btn{background:#fff;color:#e65100;border:2px solid #e65100}.customize-btn:hover{background:#fff3e0;transform:scale(1.05)}.add-basket-btn,.confirm-btn{background:linear-gradient(135deg,#e65100,#ff9800);color:#fff}.add-basket-btn:hover,.confirm-btn:hover{transform:scale(1.05)}.customize-section{background:#fff;border-radius:8px;padding:1.5rem}.customize-section h4{color:#e65100;margin-bottom:.5rem}.customize-note{color:#666;font-size:.95rem;margin-bottom:1.5rem;font-style:italic}.replacement-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;align-items:center;padding:1rem;background:#f9f9f9;border-radius:8px}.current-item{display:flex;align-items:center;gap:1rem}.item-icon{font-size:2.5rem}.item-details{display:flex;flex-direction:column}.item-details strong{color:#333;margin-bottom:.25rem}.item-quantity{color:#666;font-size:.9rem}.replacement-select{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;background:#fff;cursor:pointer}.replacement-select:focus{outline:none;border-color:#ff9800}.customize-actions{display:flex;gap:1rem;margin-top:1.5rem;justify-content:center}.cancel-customize-btn{background:#f5f5f5;color:#666}.cancel-customize-btn:hover{background:#e0e0e0}@media(max-width:768px){.basket-actions{flex-direction:column}.replacement-row{grid-template-columns:1fr}.customize-actions{flex-direction:column}}.products-page{max-width:1200px;margin:0 auto;padding:2rem}.products-header{text-align:center;margin-bottom:3rem}.products-header h1{color:#2e7d32;font-size:2.5rem;margin-bottom:.5rem;font-family:Georgia,serif}.products-header p{color:#666;font-size:1.2rem}.products-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:.75rem 1.5rem;border:2px solid #4caf50;background:#fff;color:#2e7d32;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.filter-btn:hover{background-color:#e8f5e9}.filter-btn.active{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}@media(max-width:768px){.products-page{padding:1rem}.products-header h1{font-size:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}}.cart-page{max-width:1200px;margin:0 auto;padding:2rem;min-height:60vh}.cart-page h1{color:#2e7d32;margin-bottom:2rem;font-family:Georgia,serif}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart h2{color:#2e7d32;margin-bottom:1rem}.empty-cart p{color:#666;margin-bottom:2rem}.shop-now-btn{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;padding:1rem 2rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:600;transition:transform .3s ease}.shop-now-btn:hover{transform:scale(1.05)}.cart-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:center}.cart-item-image{font-size:4rem;text-align:center}.cart-item-info h3{color:#2e7d32;margin:0 0 .5rem}.item-description{color:#666;font-size:.9rem;margin:.5rem 0}.item-price{color:#2e7d32;font-weight:600;margin:.5rem 0 0}.cart-item-controls{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.quantity-controls{display:flex;align-items:center;gap:1rem;background:#f5f5f5;padding:.5rem;border-radius:4px}.quantity-btn{background:#4caf50;color:#fff;border:none;width:30px;height:30px;border-radius:4px;cursor:pointer;font-size:1.2rem;transition:background .3s ease}.quantity-btn:hover{background:#2e7d32}.quantity{min-width:30px;text-align:center;font-weight:600}.item-total{font-size:1.25rem;font-weight:700;color:#2e7d32}.remove-btn{background:#f44336;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background .3s ease}.remove-btn:hover{background:#d32f2f}.cart-summary{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:100px}.cart-summary h2{color:#2e7d32;margin-bottom:1.5rem;font-size:1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;color:#666}.summary-row.total{border-top:2px solid #e0e0e0;padding-top:1rem;margin-top:1rem;font-size:1.25rem;font-weight:700;color:#2e7d32}.checkout-btn{width:100%;background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;padding:1rem;border:none;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1.5rem;transition:transform .3s ease}.checkout-btn:hover{transform:scale(1.02)}.clear-cart-btn{width:100%;background:#fff;color:#f44336;padding:.75rem;border:2px solid #f44336;border-radius:4px;cursor:pointer;font-size:1rem;margin-top:1rem;transition:all .3s ease}.clear-cart-btn:hover{background:#f44336;color:#fff}@media(max-width:768px){.cart-container{grid-template-columns:1fr}.cart-item{grid-template-columns:1fr;text-align:center}.cart-item-controls{align-items:center}.cart-summary{position:static}}.checkout-page{max-width:1200px;margin:0 auto;padding:2rem;min-height:60vh}.checkout-page h1{color:#2e7d32;margin-bottom:2rem;font-family:Georgia,serif}.empty-checkout{text-align:center;padding:4rem 2rem}.empty-checkout h2{color:#2e7d32;margin-bottom:1rem}.checkout-container{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.checkout-form-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.checkout-form-section h2{color:#2e7d32;margin-bottom:1.5rem}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.submit-order-btn{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;padding:1rem 2rem;border:none;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;transition:transform .3s ease}.submit-order-btn:hover:not(:disabled){transform:scale(1.02)}.submit-order-btn:disabled{opacity:.6;cursor:not-allowed}.order-summary-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;height:fit-content;position:sticky;top:100px}.order-summary-section h2{color:#2e7d32;margin-bottom:1.5rem}.order-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.order-item{display:grid;grid-template-columns:50px 1fr auto;gap:1rem;align-items:center;padding:.75rem;background:#f5f5f5;border-radius:4px}.order-item-icon{font-size:10px;text-align:center}.order-item-details{display:flex;flex-direction:column;gap:.25rem}.item-name{font-weight:600;color:#333}.item-quantity{font-size:.9rem;color:#666}.item-subtotal{font-weight:600;color:#2e7d32}.order-total{border-top:2px solid #e0e0e0;padding-top:1rem;display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;color:#2e7d32}.total-amount{color:#2e7d32}@media(max-width:768px){.checkout-container{grid-template-columns:1fr}.order-summary-section{position:static}.order-item{grid-template-columns:40px 1fr auto}}.about-page{max-width:1200px;margin:0 auto;padding:2rem}.about-header{text-align:center;margin-bottom:3rem}.about-header h1{color:#2e7d32;font-size:2.5rem;margin-bottom:.5rem;font-family:Georgia,serif}.about-header p{color:#666;font-size:1.2rem}.about-content{display:flex;flex-direction:column;gap:3rem}.about-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.about-section h2{color:#2e7d32;margin-bottom:1.5rem;font-size:2rem}.about-section p{color:#333;line-height:1.8;margin-bottom:1rem;font-size:1.1rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.value-card{text-align:center;padding:1.5rem;background:#f5f5f5;border-radius:8px}.value-icon{font-size:3rem;margin-bottom:1rem}.value-card h3{color:#2e7d32;margin-bottom:.5rem}.value-card p{color:#666;font-size:.95rem;margin:0}@media(max-width:768px){.about-page{padding:1rem}.about-header h1{font-size:2rem}.values-grid{grid-template-columns:1fr}}.contact-page{max-width:1200px;margin:0 auto;padding:2rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{color:#2e7d32;font-size:2.5rem;margin-bottom:.5rem;font-family:Georgia,serif}.contact-header p{color:#666;font-size:1.2rem}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-info{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.contact-info h2{color:#2e7d32;margin-bottom:2rem;font-size:1.8rem}.info-item{display:flex;gap:1rem;margin-bottom:2rem}.info-icon{font-size:2rem;width:50px;text-align:center}.info-item h3{color:#2e7d32;margin:0 0 .5rem;font-size:1.1rem}.info-item p{color:#666;margin:0;line-height:1.6}.contact-form-container{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a}.contact-form-container h2{color:#2e7d32;margin-bottom:1.5rem;font-size:1.8rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4caf50}.form-group textarea{resize:vertical;font-family:inherit}.submit-btn{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;padding:1rem 2rem;border:none;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600;transition:transform .3s ease}.submit-btn:hover{transform:scale(1.02)}.status-message{padding:1rem;border-radius:4px;margin-top:1rem;text-align:center;font-weight:600}.status-message.success{background:#c8e6c9;color:#2e7d32}.status-message.error{background:#ffcdd2;color:#c62828}@media(max-width:768px){.contact-container{grid-template-columns:1fr}.contact-header h1{font-size:2rem}}.admin-login-page{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5,#e8f5e9);padding:2rem}.admin-login-container{background:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 16px #0000001a;max-width:400px;width:100%}.admin-login-container h1{color:#2e7d32;text-align:center;margin-bottom:2rem}.admin-login-form{display:flex;flex-direction:column;gap:1.5rem}.admin-login-form .form-group{display:flex;flex-direction:column}.admin-login-form label{color:#333;font-weight:600;margin-bottom:.5rem}.admin-login-form input{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem}.admin-login-form input:focus{outline:none;border-color:#4caf50}.error-message{color:#c62828;background:#ffcdd2;padding:.75rem;border-radius:4px;text-align:center}.login-btn{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;padding:1rem;border:none;border-radius:4px;cursor:pointer;font-size:1.1rem;font-weight:600}.login-btn:hover{transform:scale(1.02)}.forgot-password-btn{background:transparent;color:#2e7d32;border:none;padding:.5rem;cursor:pointer;font-size:.9rem;text-decoration:underline}.forgot-password-btn:hover{color:#1b5e20}.demo-note{text-align:center;color:#666;font-size:.9rem;margin:0;line-height:1.5}.recovery-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.recovery-content{background:#fff;padding:2rem;border-radius:8px;max-width:500px;width:90%}.recovery-content h3{color:#2e7d32;margin-bottom:1rem}.credentials-info{background:#f5f5f5;padding:1.5rem;border-radius:4px;margin:1rem 0}.credentials-info p{margin:.5rem 0;font-family:monospace}.credentials-info hr{margin:1rem 0;border:none;border-top:1px solid #ddd}.close-modal-btn{background:#2e7d32;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;width:100%;font-weight:600}.close-modal-btn:hover{background:#1b5e20}.admin-dashboard{min-height:100vh;background:#f5f5f5}.admin-header{background:linear-gradient(135deg,#1b5e20,#4caf50);color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.admin-header h1{margin:0}.admin-header-actions{display:flex;gap:1rem;align-items:center}.constants-link{background:#fff3;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;border:2px solid rgba(255,255,255,.3);transition:all .3s ease}.constants-link:hover{background:#ffffff4d;transform:translateY(-2px)}.logout-btn{background:#fff;color:#2e7d32;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-weight:600}.logout-btn:hover{background:#f5f5f5}.admin-tabs{background:#fff;display:flex;border-bottom:2px solid #e0e0e0;padding:0 2rem}.tab-btn{background:none;border:none;padding:1rem 2rem;cursor:pointer;font-size:1rem;font-weight:600;color:#666;border-bottom:3px solid transparent;transition:all .3s ease}.tab-btn:hover{color:#2e7d32}.tab-btn.active{color:#2e7d32;border-bottom-color:#4caf50}.admin-content{padding:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{color:#2e7d32;margin:0}.add-product-btn{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-weight:600}.add-product-btn:hover{transform:scale(1.05)}.product-form,.email-form,.basket-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.product-form h3{color:#2e7d32;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-group label{color:#333;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4caf50}.form-group small{color:#666;font-size:.85rem;margin-top:.25rem}.checkbox-group{flex-direction:row;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto;cursor:pointer}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.save-btn,.cancel-btn,.edit-btn,.delete-btn{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-weight:600}.save-btn{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff}.save-btn:hover{transform:scale(1.02)}.cancel-btn{background:#f5f5f5;color:#666}.cancel-btn:hover{background:#e0e0e0}.products-list{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.products-table{width:100%;border-collapse:collapse}.products-table thead{background:#f5f5f5}.products-table th,.products-table td{padding:1rem;text-align:left;border-bottom:1px solid #e0e0e0}.products-table th{font-weight:600;color:#2e7d32}.product-icon{font-size:2rem}.stock-badge{padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600}.stock-badge.in-stock{background:#c8e6c9;color:#2e7d32}.stock-badge.out-of-stock{background:#ffcdd2;color:#c62828}.actions{display:flex;gap:.5rem}.edit-btn{background:#2196f3;color:#fff;font-size:.9rem}.edit-btn:hover{background:#1976d2}.delete-btn{background:#f44336;color:#fff;font-size:.9rem}.delete-btn:hover{background:#d32f2f}.basket-items-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #e0e0e0}.basket-items-section h3{color:#2e7d32;margin-bottom:1rem}.basket-item-row{display:grid;grid-template-columns:2fr 1fr auto;gap:1rem;margin-bottom:1rem;align-items:center}.basket-item-row select,.basket-item-row input{padding:.75rem;border:2px solid #e0e0e0;border-radius:4px}.remove-item-btn{background:#f44336;color:#fff;border:none;padding:.75rem 1rem;border-radius:4px;cursor:pointer;font-weight:600}.remove-item-btn:hover{background:#d32f2f}.add-item-btn{background:#4caf50;color:#fff;border:none;padding:.75rem 1rem;border-radius:4px;cursor:pointer;font-weight:600;margin-top:1rem}.add-item-btn:hover{background:#2e7d32}.store-section,.credentials-section{padding:2rem}.store-section h2,.credentials-section h2{color:#2e7d32;margin-bottom:2rem}.store-form,.credentials-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.credentials-info-box{background:#e8f5e9;padding:1.5rem;border-radius:8px;margin-bottom:2rem}.credentials-info-box h3{color:#2e7d32;margin-bottom:1rem}.credentials-info-box p{margin:.5rem 0;font-size:1rem}.backup-note{margin-top:1rem;padding-top:1rem;border-top:1px solid #c8e6c9;color:#666;font-size:.9rem}.credentials-form h3{color:#2e7d32;margin-bottom:1.5rem}@media(max-width:768px){.admin-tabs{overflow-x:auto}.form-row{grid-template-columns:1fr}.products-table{font-size:.9rem}.products-table th,.products-table td{padding:.5rem}.basket-item-row{grid-template-columns:1fr}}.admin-constants{padding:2rem;max-width:1400px;margin:0 auto}.admin-constants h2{color:var(--header-color);margin-bottom:2rem;text-align:center}.constants-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem}.constants-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 12px #0000001a}.constants-section h3{color:var(--primary-color);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-color)}.constants-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.form-group input,.form-group textarea{padding:.75rem;border:2px solid var(--border-color);border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--accent-color)}.form-group small{color:var(--text-secondary);font-size:.85rem;margin-top:.25rem}.color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.color-input-group{display:flex;gap:.5rem;align-items:center}.color-input-group input[type=color]{width:60px;height:40px;border:none;border-radius:4px;cursor:pointer}.color-input-group input[type=text]{flex:1;padding:.5rem}.logo-preview{margin-top:1rem;padding:1rem;background:var(--background-color);border-radius:8px;display:flex;justify-content:center}.logo-preview img{max-width:200px;max-height:200px;object-fit:contain}.lang-group{background:var(--background-color);padding:1.5rem;border-radius:8px;margin-bottom:1rem}.lang-group h4{color:var(--secondary-color);margin-bottom:1rem}.save-btn{background:linear-gradient(135deg,var(--accent-color) 0%,var(--primary-color) 100%);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease}.save-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media(max-width:768px){.constants-sections,.color-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #FF6B6B;--secondary-color: #FFA500;--accent-color: #4CAF50;--background-color: #F0FFF0;--header-color: #2E7D32;--card-background: #FFFFFF;--text-primary: #333333;--text-secondary: #666666;--border-color: #E0E0E0;--success-color: #4CAF50;--error-color: #F44336;--warning-color: #FF9800}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-color);color:var(--text-primary);transition:direction .3s ease}[dir=rtl]{direction:rtl}[dir=ltr]{direction:ltr}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background-color)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}
