*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#f8f8f8;font-family:Arial,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{list-style:none}main{text-align:center;max-width:1200px;margin:0 auto;padding:80px 20px}main h1{color:green;margin-bottom:20px;font-size:42px}main p{color:#666;font-size:20px}.header{z-index:1000;background:#fff;width:100%;position:relative;box-shadow:0 2px 10px #00000014}.header-container{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto}.header-top{color:#fff;background:#006400}.header-top-inner{justify-content:space-between;align-items:center;gap:20px;min-height:34px;padding:0 24px;font-size:12px;display:flex}.header-top-right{align-items:center;gap:24px;display:flex}.header-top-right a{color:#fff;text-decoration:none}.header-top-right a:hover{text-decoration:underline}.header-main{background:#fff}.header-main-inner{grid-template-columns:auto minmax(300px,1fr) auto;align-items:center;gap:30px;min-height:88px;padding:16px 24px;display:grid}.header-logo{letter-spacing:-1px;white-space:nowrap;align-items:center;font-size:29px;font-weight:900;text-decoration:none;display:flex}.header-logo span{color:green}.header-logo strong{color:#f5a623}.header-search{background:#fff;border:2px solid green;border-radius:10px;width:100%;transition:all .2s;display:flex;overflow:hidden}.header-search:focus-within{box-shadow:0 0 0 3px #0080001a}.header-search input{color:#222;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:13px 16px;font-size:15px}.header-search input::placeholder{color:#999}.header-search button{color:#fff;cursor:pointer;background:green;border:none;width:58px;font-size:18px;transition:all .2s}.header-search button:hover{background:#006400}.header-actions{align-items:center;gap:18px;display:flex}.header-action-link{color:#222;align-items:center;gap:8px;text-decoration:none;transition:all .2s;display:flex;position:relative}.header-action-link:hover{color:green}.header-action-link div{flex-direction:column;line-height:1.15;display:flex}.header-action-link small{color:#666;font-size:11px}.header-action-link strong{font-size:14px}.header-action-icon{font-size:24px}.header-cart{position:relative}.cart-count{box-sizing:border-box;color:#fff;background:#f5a623;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:21px;height:21px;padding:0 5px;font-size:11px;font-weight:800;display:flex;position:absolute;top:-9px;left:17px}.header-logout{cursor:pointer;background:#f9e3e3;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:17px;transition:all .2s;display:flex}.header-logout:hover{background:#c62828;transform:translateY(-1px)}.header-nav-wrapper{background:#f7f9f7;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.header-nav{scrollbar-width:none;align-items:center;gap:24px;min-height:48px;padding:0 24px;display:flex;overflow-x:auto}.header-nav::-webkit-scrollbar{display:none}.header-nav a{color:#222;white-space:nowrap;align-items:center;min-height:48px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.header-nav a:hover{color:green}.header-nav .header-categories-button{color:#fff;background:green;padding:0 18px;font-weight:700}.header-nav .header-categories-button:hover{color:#fff;background:#006400}@media (width<=1050px){.header-main-inner{grid-template-columns:auto 1fr}.header-search{grid-area:2/1/auto/-1}.header-actions{justify-content:flex-end}.header-action-link div{display:none}}@media (width<=750px){.header-top-inner{padding:7px 16px}.header-top-right span{display:none}.header-main-inner{gap:15px;padding:14px 16px}.header-logo{font-size:25px}.header-actions{gap:12px}.header-nav{gap:18px;padding:0 16px}}@media (width<=520px){.header-top{display:block}.header-top-inner{flex-direction:column;align-items:stretch;gap:6px;min-height:auto;padding:7px 12px;font-size:11px}.header-top-inner>span{display:none}.header-top-right{justify-content:center;align-items:center;gap:18px;width:100%;display:flex}.header-top-right span{display:none}.header-top-right a{font-size:12px;font-weight:600}.header-main-inner{grid-template-columns:1fr auto;gap:12px;padding:12px 14px}.header-logo{font-size:23px}.header-actions{gap:10px}.header-action-link{gap:0}.header-action-icon{font-size:22px}.header-logout{width:36px;height:36px}.header-search{grid-column:1/-1}.header-search input{padding:11px 12px;font-size:14px}.header-search button{width:48px}.header-nav{gap:16px;min-height:44px;padding:0 14px}.header-nav a{min-height:44px;font-size:13px}}.footer{color:#fff;background:#222;margin-top:0}.footer-container{box-sizing:border-box;grid-template-columns:1.4fr repeat(3,1fr);gap:45px;width:100%;max-width:1400px;margin:0 auto;padding:55px 24px;display:grid}.footer-column{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.footer-column h4{color:#fff;margin:0 0 10px;font-size:16px}.footer-column p{color:#ccc;margin:0;line-height:1.7}.footer-column a{color:#ccc;font-size:14px;text-decoration:none;transition:all .2s}.footer-column a:hover{color:#f5a623;transform:translate(3px)}.footer-column span{color:#ccc;font-size:14px}.footer-brand h3{color:#f5a623;margin:0 0 10px;font-size:27px}.footer-brand h3 span{color:green;font-size:inherit}.footer-bottom{text-align:center;border-top:1px solid #ffffff1f;padding:18px 24px}.footer-bottom p{color:#aaa;margin:0;font-size:13px}@media (width<=950px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.footer-container{grid-template-columns:1fr;gap:30px;padding:40px 20px}.footer-column{align-items:flex-start}}.home{background:#f8f8f8;width:100%}.hero{text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:600px;padding:80px 20px;display:flex}.hero-content{color:#fff;max-width:850px;animation:.8s fadeIn}.hero-badge{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff2e;border-radius:50px;margin-bottom:20px;padding:10px 20px;font-size:15px;display:inline-block}.hero h1{margin-bottom:20px;font-size:56px;line-height:1.2}.hero h1 span{color:#f5a623}.hero p{color:#fff;text-shadow:0 2px 8px #00000073;max-width:650px;margin:0 auto 40px;font-size:21px;font-weight:500;line-height:1.6}.hero-button{color:#222;background:#f5a623;border-radius:30px;padding:15px 35px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.hero-button:hover{background:#fff;transform:translateY(-4px)}.section-title{text-align:center;margin-bottom:40px}.section-title h2{color:#222;margin-bottom:10px;font-size:36px}.section-title p{color:#666}.categories-section{max-width:1200px;margin:auto;padding:80px 20px}.categories-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.category-card{color:inherit;text-align:center;background:#fff;border-radius:20px;padding:40px 20px;text-decoration:none;transition:all .3s;display:block;box-shadow:0 2px 10px #00000014}.category-card:hover{transform:translateY(-8px);box-shadow:0 5px 20px #0000001f}.category-icon{margin-bottom:20px;font-size:55px}.category-card h3{color:green;margin-bottom:10px}.category-card p{color:#666}.popular-section{max-width:1300px;margin:0 auto;padding:80px 20px}.popular-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;display:grid}.popular-card{background:#fff;border-radius:18px;flex-direction:column;transition:all .35s;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000014}.popular-card:hover{transform:translateY(-8px);box-shadow:0 5px 20px #0000001f}.popular-card img{object-fit:cover;width:100%;height:240px;transition:all .4s}.popular-card:hover img{transform:scale(1.06)}.popular-card-content{flex-direction:column;flex:1;padding:20px;display:flex}.category{color:green;background:#0080001f;border-radius:30px;align-self:flex-start;margin-bottom:12px;padding:5px 12px;font-size:13px;font-weight:700;display:inline-block}.popular-card h3{color:#222;margin-bottom:12px;font-size:22px}.popular-card p{color:#666;flex:1;line-height:1.6}.popular-bottom{justify-content:space-between;align-items:center;margin-top:25px;display:flex}.popular-bottom strong{color:green;font-size:28px}.popular-bottom button{color:#fff;cursor:pointer;background:linear-gradient(135deg,green,#006400);border:none;border-radius:12px;padding:12px 22px;font-weight:700;transition:all .3s}.popular-bottom button:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0000001f}.popular-more{text-align:center;margin-top:45px}.popular-more a{color:#fff;background:#f5a623;border-radius:12px;padding:14px 28px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.popular-more a:hover{transform:translateY(-3px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.categories-grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:42px}}@media (width<=600px){.hero{min-height:480px;padding:60px 20px}.hero h1{font-size:34px}.hero p{font-size:17px}.categories-grid{grid-template-columns:1fr}.section-title h2{font-size:28px}}.product-card{background-color:#fff;border-radius:10px;transition:all .3s;overflow:hidden;box-shadow:0 2px 10px #00000014}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001f}.product-card-image{object-fit:cover;width:100%;height:220px;display:block}.product-card-content{padding:20px}.product-card-category{color:green;font-size:13px;font-weight:700}.product-card h3{color:#222;margin:10px 0}.product-card p{color:#666;margin-bottom:20px;font-size:14px;line-height:1.5}.product-card-footer{justify-content:space-between;align-items:center;display:flex}.product-card-price{color:green;font-size:20px;font-weight:700}.product-card-footer button{color:#fff;background-color:green;border:none;border-radius:5px;padding:8px 14px;font-weight:700;transition:all .3s}.product-card-footer button:hover{background-color:#006400}.product-card-stock{margin-top:8px;font-size:.9rem}.product-card-footer button:disabled{color:#fff;cursor:not-allowed;opacity:.5;background-color:#999}.shop{max-width:1200px;margin:0 auto;padding:80px 20px}.shop-header{text-align:center;margin-bottom:40px}.shop-header h1{color:green;margin-bottom:10px;font-size:40px}.shop-header p{color:#666;font-size:18px}.products-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (width<=992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.products-grid{grid-template-columns:1fr}}.categories{text-align:center;max-width:1200px;margin:0 auto;padding:80px 20px}.categories h1{color:green;margin-bottom:20px}.categories p{color:#666;font-size:18px}.cart{max-width:1000px;margin:0 auto;padding:80px 20px}.cart h1{text-align:center;color:green;margin-bottom:80px}.cart-items{flex-direction:column;gap:20px;display:flex}.cart-item{background-color:#fff;border-radius:10px;gap:20px;padding:20px;display:flex;box-shadow:0 2px 10px #00000014}.cart-item img{object-fit:cover;border-radius:5px;width:150px;height:150px}.cart-item-info{flex:1}.cart-item-info h2{margin-bottom:10px}.quantity-controls{align-items:center;gap:15px;margin:20px 0;display:flex}.quantity-controls button{color:#fff;cursor:pointer;background-color:green;border:none;border-radius:5px;width:35px;height:35px;font-size:20px}.quantity-controls span{font-size:18px;font-weight:700}.remove-button{color:red;cursor:pointer;background:0 0;border:none}.cart-summary{text-align:right;background-color:#fff;border-radius:10px;margin-top:80px;padding:40px;box-shadow:0 2px 10px #00000014}.cart-summary h2{margin-bottom:20px}.cart-summary button{color:#fff;cursor:pointer;background-color:green;border:none;border-radius:10px;padding:12px 25px;font-weight:700}.checkout-button{color:#fff;background-color:green;border-radius:10px;padding:12px 25px;font-weight:700;text-decoration:none;display:inline-block}.cart-stock-check{color:#222;text-align:center;background:#f6f9f6;border:1px solid #cfd8cf;border-radius:10px;margin-bottom:20px;padding:12px 16px;font-size:14px;font-weight:600}.cart-stock-warning{color:#b71c1c;background:#fff4f4;border:1px solid #e57373;border-radius:10px;margin-bottom:40px;padding:14px 16px;font-size:14px;font-weight:700;line-height:1.5}.cart-item-unavailable{background:snow;border:1px solid #ef9a9a;box-shadow:0 0 0 2px #c628280d,0 2px 10px #00000014}.cart-item-warning{color:#9a4d00;background:#fff3e0;border-radius:5px;margin-top:10px;padding:10px 12px;font-size:14px;font-weight:700;line-height:1.45}.quantity-controls button:disabled{color:#777;cursor:not-allowed;opacity:.7;background-color:#ccc}.checkout-button-disabled{color:#777;cursor:not-allowed;-webkit-user-select:none;user-select:none;background:#e5e5e5;border-radius:10px;padding:12px 25px;font-weight:700;display:inline-block}@media (width<=600px){.cart{padding:40px 10px}.cart h1{margin-bottom:40px;font-size:28px}.cart-item{flex-direction:column;gap:10px;padding:10px}.cart-item img{object-fit:cover;width:100%;height:220px}.cart-item-info h2{margin:6px 0 10px;font-size:20px}.cart-item-price{margin:0;font-size:14px}.quantity-controls{justify-content:space-between;gap:10px;margin:20px 0}.quantity-controls button{width:42px;height:42px;font-size:22px}.quantity-controls span{text-align:center;flex:1;font-size:16px}.cart-item-subtotal{margin:10px 0;font-size:15px}.remove-button{padding:8px 0;font-size:14px;font-weight:600}.cart-summary{text-align:center;padding:20px}.cart-summary h2{font-size:22px}.checkout-button{box-sizing:border-box;text-align:center;width:100%}.cart-stock-check,.cart-stock-warning{text-align:left}.cart-item-warning{font-size:13px}.checkout-button-disabled{box-sizing:border-box;text-align:center;width:100%}}.contact{background:#f8f8f8;width:100%}.contact-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#006400,green);padding:70px 24px}.contact-hero-content{max-width:800px;margin:0 auto}.contact-label{background:#ffffff24;border-radius:999px;margin-bottom:14px;padding:7px 14px;font-size:13px;font-weight:700;display:inline-block}.contact-hero h1{color:#fff;margin:0 0 18px;font-size:44px;line-height:1.2}.contact-hero p{color:#ffffffe6;max-width:680px;margin:0 auto;font-size:18px;line-height:1.7}.contact-content{grid-template-columns:.9fr 1.1fr;gap:45px;max-width:1250px;margin:0 auto;padding:60px 24px;display:grid}.contact-info{flex-direction:column;gap:28px;display:flex}.contact-info-header h2,.contact-form-header h2{color:#222;margin:0 0 10px;font-size:28px}.contact-info-header p,.contact-form-header p{color:#666;margin:0;line-height:1.6}.contact-info-list{gap:16px;display:grid}.contact-info-card{background:#fff;border:1px solid #e5e5e5;border-radius:14px;align-items:flex-start;gap:16px;padding:20px;display:flex;box-shadow:0 2px 10px #00000014}.contact-info-icon{background:#00800014;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.contact-info-card h3{color:#222;margin:0 0 7px;font-size:17px}.contact-info-card p{color:#666;margin:0 0 5px;font-size:14px;line-height:1.5}.contact-info-card span{color:green;font-size:13px;font-weight:700}.contact-form-container{background:#fff;border:1px solid #e5e5e5;border-radius:18px;padding:30px;box-shadow:0 5px 20px #0000001f}.contact-form-header{margin-bottom:25px}.contact-form{flex-direction:column;gap:18px;display:flex}.contact-form-row{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.contact-form-group{flex-direction:column;gap:7px;display:flex}.contact-form-group label{color:#222;font-size:14px;font-weight:700}.contact-form-group input,.contact-form-group select,.contact-form-group textarea{box-sizing:border-box;color:#222;background:#fafafa;border:1px solid #d5d5d5;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.contact-form-group textarea{resize:vertical;min-height:140px}.contact-form-group input:focus,.contact-form-group select:focus,.contact-form-group textarea:focus{background:#fff;border-color:green;box-shadow:0 0 0 3px #0080001a}.contact-submit{color:#fff;cursor:pointer;background:green;border:none;border-radius:10px;padding:14px 22px;font-size:15px;font-weight:700;transition:all .2s}.contact-submit:hover{background:#006400;transform:translateY(-2px);box-shadow:0 2px 10px #00000014}.contact-success{color:#2e7d32;background:#2e7d321a;border-radius:10px;margin-bottom:20px;padding:13px 15px;font-size:14px;font-weight:700}@media (width<=900px){.contact-content{grid-template-columns:1fr}}@media (width<=650px){.contact-hero{padding:50px 18px}.contact-hero h1{font-size:34px}.contact-hero p{font-size:16px}.contact-content{padding:40px 16px}.contact-form-container{padding:22px}.contact-form-row{grid-template-columns:1fr}}.checkout{max-width:1200px;margin:0 auto;padding:80px 20px}.checkout-header{text-align:center;margin-bottom:80px}.checkout-header h1{color:green;margin-bottom:10px}.checkout-header p{color:#666;line-height:1.6}.checkout-layout{grid-template-columns:2fr 1fr;align-items:start;gap:80px;display:grid}.checkout-form{flex-direction:column;gap:40px;display:flex}.checkout-section{background-color:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:40px;box-shadow:0 2px 10px #00000014}.checkout-section h2{color:#222;margin:0 0 40px;font-size:21px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#222;font-weight:600}.form-group input{box-sizing:border-box;color:#222;background:#fff;border:1px solid #ddd;border-radius:5px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.form-group input:focus{border-color:green;box-shadow:0 0 0 3px #0080001a}.error{color:#c62828;margin-top:4px;font-size:13px;font-weight:600;line-height:1.4;display:block}.checkout-delivery-calculator{flex-direction:column;gap:12px;margin-top:20px;display:flex}.checkout-delivery-button{color:#fff;cursor:pointer;background-color:green;border:none;border-radius:5px;width:fit-content;padding:12px 16px;font-size:14px;font-weight:700;transition:background-color .2s,transform .2s,opacity .2s}.checkout-delivery-button:hover:not(:disabled){background-color:#006400;transform:translateY(-1px)}.checkout-delivery-button:active:not(:disabled){transform:translateY(0)}.checkout-delivery-button:disabled{opacity:.6;cursor:not-allowed}.checkout-delivery-success{background:#f1fbf1;border:1px solid #0080004d;border-radius:5px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.checkout-delivery-success strong{color:#006400;font-size:15px}.checkout-delivery-success span{color:#222;font-size:14px;line-height:1.4}.checkout-delivery-error{color:#c62828;background:#fff5f5;border:1px solid #c628284d;border-radius:5px;padding:14px 16px;font-size:14px;font-weight:600;line-height:1.5}.checkout-delivery-notice{color:#666;background:#f8faf8;border-radius:5px;margin:20px 0 0;padding:12px 14px;font-size:13px;line-height:1.5}.payment-method{background:#f8fcf8;border:2px solid #00800059;border-radius:10px;align-items:flex-start;gap:20px;padding:20px;display:flex}.payment-method .payment-icon{flex-shrink:0;font-size:30px;line-height:1}.payment-method strong{color:#222;font-size:16px;display:block}.payment-method p{color:#666;margin:6px 0 0;font-size:14px;line-height:1.5}.payment-method a{color:green;margin-top:8px;font-size:14px;font-weight:700;text-decoration:none;display:inline-block}.payment-method a:hover{text-decoration:underline}.checkout-terms{flex-direction:column;gap:10px;display:flex}.checkout-terms label{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.checkout-terms input[type=checkbox]{accent-color:green;cursor:pointer;flex-shrink:0;width:18px;height:18px;margin-top:2px}.checkout-terms span{color:#333;font-size:14px;line-height:1.5}.checkout-terms a{color:green;font-weight:700;text-decoration:none}.checkout-terms a:hover{text-decoration:underline}.checkout-terms>.error{color:#c62828}.checkout-submit{color:#fff;cursor:pointer;background-color:green;border:none;border-radius:10px;width:100%;padding:15px 18px;font-size:16px;font-weight:800;transition:background-color .2s,transform .2s,opacity .2s}.checkout-submit:hover:not(:disabled){background-color:#006400;transform:translateY(-1px)}.checkout-submit:active:not(:disabled){transform:translateY(0)}.checkout-submit:disabled{opacity:.6;cursor:not-allowed}.checkout-summary{background-color:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:40px;position:sticky;top:20px;box-shadow:0 2px 10px #00000014}.checkout-summary h2{color:#222;margin:0 0 40px;font-size:21px}.checkout-products{flex-direction:column;gap:20px;display:flex}.checkout-product{border-bottom:1px solid #eee;grid-template-columns:60px 1fr auto;align-items:center;gap:10px;padding-bottom:10px;display:grid}.checkout-product:last-child{border-bottom:none}.checkout-product img{object-fit:cover;border:1px solid #e5e5e5;border-radius:5px;width:60px;height:60px}.checkout-product h3{color:#222;margin:0 0 4px;font-size:14px}.checkout-product p{color:#666;margin:2px 0;font-size:13px;line-height:1.4}.checkout-product>strong{color:#006400;white-space:nowrap;font-size:14px}.checkout-order-info{background:#f8faf8;border:1px solid #e5e5e5;border-radius:5px;gap:10px;margin-top:40px;padding:20px;display:grid}.checkout-order-info>div{justify-content:space-between;align-items:center;gap:15px;display:flex}.checkout-order-info span{color:#666;font-size:13px}.checkout-order-info strong{color:#222;text-align:right;font-size:13px}.checkout-price-row{justify-content:space-between;align-items:center;gap:20px;padding:10px 0;display:flex}.checkout-price-row span{color:#666;font-size:14px}.checkout-price-row strong{color:#222;font-size:14px;font-weight:700}.checkout-price-row+.checkout-price-row{border-top:1px solid #eee}.checkout-total{border-top:2px solid #ddd;justify-content:space-between;align-items:center;gap:20px;margin-top:10px;padding-top:20px;display:flex}.checkout-total span{color:#222;font-size:17px;font-weight:700}.checkout-total strong{color:green;font-size:22px;font-weight:800}.checkout-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;padding:80px 20px;display:flex}.checkout-empty h1{color:green}.checkout-empty p{color:#666}.checkout-empty a{color:green;font-weight:700;text-decoration:none}.checkout-empty a:hover{text-decoration:underline}@media (width<=900px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}}@media (width<=600px){.checkout{padding:40px 10px}.checkout-header{margin-bottom:40px}.checkout-header h1{font-size:28px}.checkout-header p{font-size:14px;line-height:1.5}.form-grid{grid-template-columns:1fr;gap:10px}.checkout-section{padding:20px}.checkout-section h2{margin-bottom:20px;font-size:20px}.form-group input{padding:13px 14px;font-size:16px}.checkout-delivery-button{width:100%;padding:13px 15px;font-size:14px}.checkout-delivery-success,.checkout-delivery-error{padding:12px 14px}.checkout-delivery-success span{font-size:13px}.payment-method{padding:10px}.payment-method .payment-icon{font-size:26px}.payment-method strong{font-size:15px}.payment-method p,.payment-method a{font-size:13px}.checkout-terms label{gap:9px}.checkout-terms span{font-size:13px}.checkout-submit{padding:15px 16px;font-size:15px;line-height:1.4}.checkout-summary{padding:20px}.checkout-summary h2{margin-bottom:20px;font-size:20px}.checkout-product{grid-template-columns:55px 1fr;align-items:start}.checkout-product img{width:55px;height:55px}.checkout-product>strong{grid-column:2;justify-self:start;margin-top:4px}.checkout-product h3{font-size:14px}.checkout-product p{font-size:12px}.checkout-order-info>div{align-items:flex-start}.checkout-price-row span,.checkout-price-row strong{font-size:13px}.checkout-total span{font-size:16px}.checkout-total strong{font-size:20px}.checkout-empty{padding:40px 20px}.checkout-empty h1{font-size:26px}}@media (width<=400px){.checkout-section,.checkout-summary{padding:14px}.payment-method{gap:10px}.checkout-order-info>div{flex-direction:column;gap:3px}.checkout-order-info strong{text-align:left}.checkout-price-row{align-items:flex-start}.checkout-price-row strong{white-space:nowrap}.checkout-total{align-items:flex-end}.checkout-total strong{white-space:nowrap}}.order-success{justify-content:center;align-items:center;min-height:70vh;padding:50px 20px;display:flex}.order-success-card{text-align:center;background:#fff;border:1px solid #e5e5e5;border-radius:20px;width:100%;max-width:680px;padding:40px;box-shadow:0 5px 20px #0000001f}.order-success-icon{background:#eaf7ec;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 20px;font-size:36px;display:flex}.order-success-card h1{color:green;margin:0 0 10px;font-size:32px;line-height:1.2}.order-success-message{color:#666;margin:0 0 30px;font-size:17px;line-height:1.6}.order-success-details{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:28px;display:grid}.order-success-details>div{background:#f7f9f7;border:1px solid #edf0ed;border-radius:10px;padding:15px}.order-success-details span{color:#666;margin-bottom:6px;font-size:13px;line-height:1.4;display:block}.order-success-details strong{color:#222;overflow-wrap:anywhere;font-size:15px;line-height:1.4;display:block}.order-success-details .order-success-total{background:#f3faf3;border:2px solid green;border-radius:12px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex}.order-success-details .order-success-total span{color:#222;margin:0;font-size:16px;font-weight:700}.order-success-details .order-success-total strong{color:green;white-space:nowrap;font-size:24px;font-weight:800}.order-success-info{color:#333;background:#f8faf8;border-radius:10px;margin:0 0 28px;padding:16px;font-size:14px;line-height:1.6}.order-success-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.order-success-shop,.order-success-home{text-align:center;border-radius:10px;min-width:180px;padding:13px 20px;font-weight:700;text-decoration:none;transition:background-color .2s,transform .2s}.order-success-shop{color:#fff;background:green}.order-success-shop:hover{background:#006400;transform:translateY(-2px)}.order-success-home{color:#222;background:#eee}.order-success-home:hover{background:#ddd;transform:translateY(-2px)}@media (width<=600px){.order-success{min-height:auto;padding:30px 14px}.order-success-card{border-radius:16px;padding:26px 18px}.order-success-icon{width:62px;height:62px;margin-bottom:16px;font-size:30px}.order-success-card h1{font-size:27px}.order-success-message{margin-bottom:22px;font-size:15px}.order-success-details{grid-template-columns:1fr;gap:10px;margin-bottom:22px}.order-success-details>div{padding:13px}.order-success-details strong{font-size:15px}.order-success-details .order-success-total{flex-direction:column;grid-column:auto;align-items:flex-start;gap:6px}.order-success-details .order-success-total span{font-size:15px}.order-success-details .order-success-total strong{font-size:22px}.order-success-info{margin-bottom:22px;padding:14px;font-size:14px}.order-success-actions{flex-direction:column;gap:10px}.order-success-shop,.order-success-home{box-sizing:border-box;width:100%;min-width:0;padding:13px 18px}}@media (width<=400px){.order-success-card{padding:22px 14px}.order-success-card h1{font-size:24px}.order-success-message{font-size:14px}.order-success-details .order-success-total strong{font-size:20px}}.order-tracking{max-width:1100px;margin:0 auto;padding:45px 24px 70px}.order-tracking-hero{text-align:center;margin-bottom:35px}.order-tracking-hero h1{color:#222;margin:8px 0 12px;font-size:38px}.order-tracking-hero p{color:#666;max-width:650px;margin:0 auto;line-height:1.6}.order-tracking-label{color:green;font-weight:700;display:inline-block}.order-tracking-content{max-width:850px;margin:0 auto}.order-tracking-form{background:#fff;border:1px solid #e5e5e5;border-radius:16px;grid-template-columns:1fr 1fr auto;align-items:end;gap:14px;margin-bottom:24px;padding:22px;display:grid;box-shadow:0 2px 10px #00000014}.order-tracking-field{flex-direction:column;gap:7px;display:flex}.order-tracking-field label{color:#222;font-size:14px;font-weight:700}.order-tracking-field input{box-sizing:border-box;color:#222;background:#fafafa;border:1px solid #e5e5e5;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s}.order-tracking-field input:focus{background:#fff;border-color:green;box-shadow:0 0 0 3px #0080001a}.order-tracking-submit{color:#fff;cursor:pointer;background:green;border:none;border-radius:10px;min-height:43px;padding:11px 18px;font-weight:700;transition:background .2s,transform .2s}.order-tracking-submit:hover:not(:disabled){background:#006400;transform:translateY(-1px)}.order-tracking-submit:disabled{opacity:.6;cursor:not-allowed}.order-tracking-error{color:#c62828;background:#fff6f6;border:1px solid #e57373;border-radius:12px;margin-bottom:24px;padding:16px 18px;font-weight:600;line-height:1.5}.order-tracking-result{background:#fff;border:1px solid #e5e5e5;border-radius:18px;padding:28px;box-shadow:0 5px 20px #0000001f}.order-tracking-order-header{border-bottom:1px solid #e5e5e5;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px;padding-bottom:22px;display:grid}.order-tracking-order-header div{flex-direction:column;gap:5px;display:flex}.order-tracking-order-header span{color:#666;font-size:13px}.order-tracking-order-header strong{color:#222;font-size:16px}.order-tracking-timeline{background:#f8faf8;border:1px solid #e5e5e5;border-radius:14px;flex-direction:column;gap:0;margin-bottom:32px;padding:22px;display:flex}.tracking-timeline-item{color:#8a8a8a;align-items:flex-start;gap:16px;min-height:78px;display:flex}.tracking-timeline-item.completed{color:green}.tracking-timeline-left{flex-direction:column;flex-shrink:0;align-items:center;display:flex;position:relative}.tracking-step-circle{z-index:2;color:#777;background:#fff;border:2px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:800;display:flex;position:relative}.completed .tracking-step-circle{color:#fff;background:green;border-color:green}.tracking-timeline-line{background:#d9d9d9;border-radius:999px;flex:1;width:3px;min-height:34px;margin-top:4px}.completed .tracking-timeline-line{background:#00800059}.tracking-timeline-content{flex-direction:column;gap:8px;padding-top:3px;padding-bottom:20px;display:flex}.tracking-timeline-content strong{color:#222;font-size:17px;font-weight:800;line-height:1.35}.tracking-step-date{color:#2f3430;background:#eef3ee;border-radius:8px;width:fit-content;padding:7px 11px;font-size:15px;font-weight:700;line-height:1.45;display:inline-block}.order-tracking-cancelled{color:#b71c1c;text-align:center;background:#fff5f5;border:1px solid #e57373;border-radius:12px;margin-bottom:28px;padding:18px;font-size:16px;font-weight:700;line-height:1.5}.order-tracking-info{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:30px;display:grid}.order-tracking-info div{background:#f7f9f7;border-radius:10px;flex-direction:column;gap:5px;padding:15px;display:flex}.order-tracking-info span{color:#666;font-size:13px}.order-tracking-info strong{color:#222;font-size:15px}.order-tracking-products h2{color:#222;margin:0 0 16px;font-size:21px}.order-tracking-products ul{margin:0;padding:0;list-style:none}.order-tracking-products li{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:18px;padding:14px 0;display:flex}.order-tracking-products li:last-child{border-bottom:none}.order-tracking-products li div{flex-direction:column;gap:5px;display:flex}.order-tracking-products li span{color:#666;font-size:13px}.order-tracking-products li strong{color:#222}@media (width<=750px){.order-tracking{padding:35px 18px 55px}.order-tracking-hero{margin-bottom:26px}.order-tracking-hero h1{font-size:32px}.order-tracking-hero p{font-size:14px;line-height:1.5}.order-tracking-form{grid-template-columns:1fr;padding:18px}.order-tracking-field input{padding:13px 14px;font-size:16px}.order-tracking-submit{width:100%;min-height:46px}.order-tracking-order-header,.order-tracking-info{grid-template-columns:1fr}.order-tracking-order-header{gap:12px}.order-tracking-order-header strong{overflow-wrap:anywhere}.order-tracking-timeline{padding:18px}.tracking-timeline-item{min-height:76px}.tracking-step-circle{width:40px;height:40px;font-size:15px}.tracking-timeline-content strong{font-size:16px}.tracking-step-date{padding:6px 9px;font-size:14px}}@media (width<=500px){.order-tracking{padding:28px 14px 45px}.order-tracking-hero h1{font-size:28px}.order-tracking-hero p{font-size:14px}.order-tracking-form{border-radius:14px;padding:16px}.order-tracking-result{border-radius:15px;padding:18px}.order-tracking-timeline{padding:16px 14px}.tracking-timeline-item{gap:13px;min-height:74px}.tracking-step-circle{width:38px;height:38px;font-size:14px}.tracking-timeline-content{gap:7px}.tracking-timeline-content strong{font-size:16px}.tracking-step-date{padding:6px 9px;font-size:14px;font-weight:700;line-height:1.5}.order-tracking-info{gap:10px}.order-tracking-info div{padding:13px}.order-tracking-products h2{font-size:19px}.order-tracking-products li{flex-direction:column;align-items:flex-start;gap:8px}.order-tracking-error,.order-tracking-cancelled{font-size:14px;line-height:1.5}}.legal-page{background:#f7f9f7;min-height:100vh}.legal-hero{text-align:center;color:#fff;background:linear-gradient(135deg,green,#006400);padding:60px 24px}.legal-hero .legal-label{color:#fff;letter-spacing:.5px;background:#ffffff2e;border-radius:999px;padding:7px 13px;font-size:13px;font-weight:700;display:inline-block}.legal-hero h1{color:#fff;margin:10px 0 12px;font-size:40px;font-weight:800;line-height:1.2}.legal-hero p{color:#ffffffeb;max-width:650px;margin:0 auto;font-size:16px;line-height:1.6}.legal-content{max-width:950px;margin:0 auto;padding:45px 24px 60px}.legal-card{background:#fff;border:1px solid #e5e5e5;border-radius:14px;margin-bottom:20px;padding:26px;box-shadow:0 2px 10px #00000014}.legal-card h2{color:green;margin:0 0 16px;font-size:21px;font-weight:700;line-height:1.3}.legal-card p{color:#333;margin:0 0 14px;font-size:15px;line-height:1.7}.legal-card p:last-child{margin-bottom:0}.legal-card ul{margin:15px 0 0;padding-left:22px}.legal-card li{color:#333;margin-bottom:10px;font-size:15px;line-height:1.6}.legal-card li:last-child{margin-bottom:0}.legal-card strong{font-weight:700}.legal-card a{color:green;font-weight:700;text-decoration:none;transition:opacity .2s}.legal-card a:hover{opacity:.85;text-decoration:underline}.legal-update{text-align:center;color:#666;border-top:1px solid #e5e5e5;margin-top:30px;padding-top:20px;font-size:13px}@media (width<=900px){.legal-hero{padding:50px 20px}.legal-hero h1{font-size:36px}.legal-content{padding:35px 20px 50px}}@media (width<=700px){.legal-hero{padding:45px 18px}.legal-hero .legal-label{font-size:12px}.legal-hero h1{margin-top:10px;font-size:31px}.legal-hero p{font-size:15px}.legal-content{padding:30px 16px 45px}.legal-card{border-radius:12px;padding:20px}.legal-card h2{font-size:19px}.legal-card p,.legal-card li{font-size:14px}.legal-update{margin-top:25px;font-size:12px}}@media (width<=420px){.legal-hero{padding:38px 15px}.legal-hero h1{font-size:28px}.legal-content{padding:25px 12px 40px}.legal-card{padding:18px}}.admin-nav{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;margin-bottom:80px;box-shadow:0 4px 14px #0000000f}.admin-nav-inner{align-items:center;gap:8px;padding:8px;display:flex}.admin-nav-link{color:#374151;border-radius:10px;flex:1;justify-content:center;align-items:center;padding:12px 16px;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,transform .2s;display:flex}.admin-nav-link:hover{color:green;background:#f3f4f6}.admin-nav-link.active{color:#fff;background:green}@media (width<=768px){.admin-nav-inner{flex-direction:column}.admin-nav-link{width:100%;font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none}}html{scroll-behavior:smooth}#dashboard,#produits{scroll-margin-top:30px}.admin{max-width:1400px;margin:0 auto;padding:40px 24px}.admin-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;display:flex}.admin-header h1{color:#222;margin:0 0 8px}.admin-header p{color:#666;margin:0}.admin-header-actions{align-items:center;gap:12px;display:flex}.admin-add-button,.admin-logout-button{cursor:pointer;border:none;border-radius:10px;padding:12px 18px;font-weight:700;transition:all .25s}.admin-add-button{color:#fff;background:green}.admin-add-button:hover{background:#006400;transform:translateY(-2px)}.admin-logout-button{color:#fff;background:#c62828}.admin-logout-button:hover{background:#8e0000;transform:translateY(-2px)}.admin-dashboard{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:40px;display:grid}.dashboard-card{text-align:center;background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:20px;transition:all .25s;box-shadow:0 2px 10px #00000014}.dashboard-card:hover{transform:translateY(-3px);box-shadow:0 5px 20px #0000001f}.dashboard-card h3{color:green;margin:0 0 10px;font-size:15px}.dashboard-card strong{color:#222;margin-bottom:6px;font-size:32px;display:block}.dashboard-card p{color:#666;margin:0;font-size:13px}.dashboard-comparison{border-top:1px solid #0000000f;margin-top:10px;padding-top:8px;font-size:11px;font-weight:700;line-height:1.4;display:block}.dashboard-comparison.up{color:#2e7d32}.dashboard-comparison.down{color:#c62828}.dashboard-comparison.stable{color:#666}.dashboard-weekly{background:#fbfdfb;border-color:#00800033}.dashboard-weekly .dashboard-comparison{margin-top:10px}.dashboard-card-warning{background:#fffaf0;border-color:#f0ad00}.dashboard-card-warning h3,.dashboard-card-warning strong{color:#b77900}.dashboard-card-danger{background:#fff5f5;border-color:#c62828}.dashboard-card-danger h3,.dashboard-card-danger strong{color:#c62828}.dashboard-card-info{background:#f4f9ff;border-color:#1976d2}.dashboard-card-info h3,.dashboard-card-info strong{color:#1976d2}.admin-product-filters{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.admin-product-filters input,.admin-product-filters select{color:#222;background:#fff;border:1px solid #e5e5e5;border-radius:10px;outline:none;flex:1;max-width:220px;padding:12px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.admin-product-filters input:focus,.admin-product-filters select:focus{border-color:green;box-shadow:0 0 0 3px #0080001a}.admin-product-filters input{flex:1;min-width:220px}.admin-product-filters select{cursor:pointer;min-width:170px}.admin-filter-count{color:#666;font-size:14px;font-weight:600}.admin-reset-filters{color:#222;cursor:pointer;white-space:nowrap;background:#f4f5f4;border:1px solid #e5e5e5;border-radius:10px;padding:11px 16px;font-size:14px;font-weight:700;transition:background .2s,color .2s,border-color .2s,transform .2s}.admin-reset-filters:hover:not(:disabled){color:green;background:#e8ece8;border-color:green;transform:translateY(-1px)}.admin-reset-filters:disabled{opacity:.45;cursor:not-allowed}.admin-form{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:18px;width:100%;max-width:680px;margin:35px auto;padding:30px;box-shadow:0 5px 20px #0000001f}.admin-form h2{text-align:center;color:#222;margin:0 0 25px}.admin-form label{color:#222;margin-bottom:7px;font-weight:700;display:block}.admin-form input,.admin-form textarea,.admin-form select{box-sizing:border-box;color:#222;background:#fafafa;border:1px solid #d6d6d6;border-radius:9px;outline:none;width:100%;margin-bottom:16px;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{background:#fff;border-color:green;box-shadow:0 0 0 3px #0080001a}.admin-form textarea{resize:vertical;min-height:120px}.admin-form-actions{justify-content:center;gap:12px;margin-top:10px;display:flex}.admin-form-actions button{cursor:pointer;border:none;border-radius:9px;padding:12px 20px;font-weight:700;transition:all .2s}.admin-form-actions button:first-child{color:#fff;background:green}.admin-form-actions button:first-child:hover{background:#006400}.admin-form-actions button:last-child{color:#222;background:#ececec}.admin-form-actions button:last-child:hover{background:#ddd}.admin-form-actions button:hover{transform:translateY(-2px)}.admin-image-preview{justify-content:center;margin:0 0 20px;display:flex}.admin-image-preview img{object-fit:cover;border:1px solid #e5e5e5;border-radius:12px;width:180px;height:180px;box-shadow:0 2px 10px #00000014}.admin-products-section{margin-top:40px}.admin-section-heading{margin-bottom:18px}.admin-section-heading h2{color:#222;margin:0 0 6px}.admin-section-heading p{color:#666;margin:0}.admin-table{background:#fff;border:1px solid #e5e5e5;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #00000014}.admin-table-header,.admin-table-row{grid-template-columns:90px 2fr 1fr 100px 100px 190px;align-items:center;gap:18px;padding:16px 20px;display:grid}.admin-table-header{color:#222;background:#f5f7f6;border-bottom:1px solid #e5e5e5;font-weight:700}.admin-table-row{border-bottom:1px solid #eee}.admin-table-row:last-child{border-bottom:none}.admin-table-row:hover{background:#fafafa}.admin-table-row img{object-fit:cover;border:1px solid #e5e5e5;border-radius:10px;width:65px;height:65px}.admin-table-row strong{color:#222}.admin-table-row p{color:#666;margin:6px 0 0;font-size:14px;line-height:1.4}.admin-actions{gap:8px;display:flex}.admin-actions button{cursor:pointer;border:none;border-radius:8px;padding:9px 12px;font-weight:700;transition:all .2s}.admin-actions button:first-child{color:#222;background:#eee}.admin-actions button:last-child{color:#8e0000;background:#f7d6d6}.admin-actions button:hover{transform:translateY(-1px)}.stock-low{color:#d97706}.stock-out{color:#c62828}.admin-message{text-align:center;background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 10px #00000014}.admin-message-error{background:#fff6f6;border:1px solid #e57373}.admin-orders{max-width:1200px;margin:0 auto;padding:40px 24px}.admin-orders-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.admin-orders-header h2{color:#222;margin:0 0 6px;font-size:28px}.admin-orders-header p{color:#666;margin:0}.admin-orders-count{color:green;background:#0080001a;border-radius:999px;justify-content:center;align-items:center;padding:8px 14px;font-size:14px;font-weight:700;display:inline-flex}.admin-orders-tabs{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:22px;display:flex}.admin-orders-tab{color:#222;cursor:pointer;background:#f4f5f4;border:1px solid #e5e5e5;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 15px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.admin-orders-tab:hover{background:#e9ece9;transform:translateY(-1px)}.admin-orders-tab span{color:#222;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 6px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 2px 10px #00000014}.admin-orders-tab.active{color:#fff;background:green;border-color:green}.admin-orders-tab.active span{color:#fff;box-shadow:none;background:#fff3}.admin-orders-list{gap:14px;display:grid}.admin-order-card{background:#fff;border:1px solid #e5e5e5;border-left:5px solid green;border-radius:14px;padding:15px 18px;transition:all .25s;box-shadow:0 2px 10px #00000014}.admin-order-card:hover{transform:translateY(-2px);box-shadow:0 5px 20px #0000001f}.admin-order-summary{justify-content:space-between;align-items:center;gap:18px;display:flex}.admin-order-summary-main{flex:1;align-items:center;gap:20px;min-width:0;display:flex}.admin-order-summary-main strong{color:green;white-space:nowrap;font-size:15px}.admin-order-summary-main span{color:#333;font-size:14px}.admin-order-summary-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.admin-order-summary-total{color:#006400;white-space:nowrap;font-size:18px}.admin-cancelled-actions{justify-content:flex-end;align-items:center;margin-bottom:20px;display:flex}.admin-delete-cancelled-button{color:#b71c1c;cursor:pointer;background:#fff0f0;border:1px solid #ef9a9a;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:700;transition:background .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.admin-delete-cancelled-button:hover:not(:disabled){color:#8e0000;background:#ffdede;border-color:#e57373;transform:translateY(-2px)}.admin-delete-cancelled-button:disabled{color:#999;cursor:not-allowed;opacity:1;background:#f3f3f3;border-color:#ddd}.admin-back-button{color:#222;cursor:pointer;background:#fff;border:1px solid #dfe5df;border-radius:10px;align-items:center;gap:10px;width:fit-content;margin-bottom:25px;padding:10px 18px;font-size:14px;font-weight:600;transition:background .2s,color .2s,border-color .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 8px #0000000f}.admin-back-button .admin-back-icon{justify-content:center;align-items:center;font-size:20px;line-height:1;transition:transform .2s;display:inline-flex}.admin-back-button:hover{color:green;background:#0080000f;border-color:green;transform:translateY(-1px);box-shadow:0 4px 12px #0080001a}.admin-back-button:hover .admin-back-icon{transform:translate(-3px)}.admin-back-button:active{transform:translateY(0)}.admin-order-toggle{color:#222;cursor:pointer;white-space:nowrap;background:#eee;border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:700;transition:all .2s}.admin-order-toggle:hover{background:#ddd;transform:translateY(-1px)}.admin-order-details{border-top:1px solid #eee;margin-top:15px;padding-top:15px}.admin-order-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.admin-order-section{padding:8px 0}.admin-order-section h4{color:#222;margin:0 0 9px;font-size:16px}.admin-order-section p{color:#333;margin:5px 0;font-size:14px;line-height:1.5}.admin-order-delivered-date{background:#eef8ef;border-radius:8px;padding:10px 12px;color:#2e7d32!important;margin-top:12px!important;font-size:13px!important}.admin-order-delivered-date strong{color:#2e7d32}.admin-order-timeline{flex-direction:column;gap:0;margin-top:14px;display:flex;position:relative}.admin-order-timeline-item{align-items:flex-start;gap:14px;min-height:62px;display:flex;position:relative}.admin-order-timeline-item:not(:last-child):after{content:"";background:#dfe5df;width:2px;height:calc(100% - 18px);position:absolute;top:38px;left:18px}.admin-order-timeline-marker{z-index:2;background:#f4f5f4;border:2px solid #dfe5df;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.admin-order-timeline-marker span{font-size:16px}.admin-order-timeline-content{flex-direction:column;gap:6px;padding-top:2px;display:flex}.admin-order-timeline-content strong{color:#222;font-size:15px;font-weight:800}.admin-order-timeline-content span{color:#333;background:#f4f6f4;border-radius:7px;width:fit-content;padding:5px 9px;font-size:14px;font-weight:700;line-height:1.4;display:inline-block}.admin-order-timeline-item.status-En-attente .admin-order-timeline-marker{background:#fff8e1;border-color:#f0ad00}.admin-order-timeline-item.status-En-préparation .admin-order-timeline-marker{background:#eef5ff;border-color:#1976d2}.admin-order-timeline-item.status-Expédiée .admin-order-timeline-marker{background:#f7effb;border-color:#7b1fa2}.admin-order-timeline-item.status-Livrée .admin-order-timeline-marker{background:#eef8ef;border-color:#2e7d32}.admin-order-timeline-item.status-Annulée .admin-order-timeline-marker{background:#fff0f0;border-color:#c62828}.admin-order-history-empty{color:#666;font-style:italic}.admin-order-products{margin:0;padding:0;list-style:none}.admin-order-products li{color:#333;background:#f8f8f8;border-radius:8px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:5px;padding:7px 10px;font-size:14px;display:flex}.admin-order-products li span:last-child{color:#006400;font-weight:700}.admin-order-footer{border-top:1px solid #eee;justify-content:space-between;align-items:center;gap:20px;margin-top:10px;padding-top:12px;display:flex}.admin-order-total{flex-direction:column;gap:4px;display:flex}.admin-order-total span{color:#666;font-size:13px}.admin-order-total strong{color:#006400;font-size:23px}.order-status{align-items:center;gap:10px;display:flex}.order-status label{color:#222;font-size:14px;font-weight:700}.order-status select{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:8px;outline:none;padding:8px 12px;font-size:14px}.order-status select:focus{border-color:green}.status-badge{color:#fff;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 11px;font-size:12px;font-weight:700;display:inline-flex}.status-En-attente{background:#f0ad00}.status-En-préparation{background:#1976d2}.status-Expédiée{background:#7b1fa2}.status-Livrée{background:#2e7d32}.status-Annulée{background:#c62828}.admin-chart-section{margin-bottom:40px}.admin-chart-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:24px;box-shadow:0 2px 10px #00000014}.admin-chart-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.admin-chart-header h2{color:#222;margin:0 0 6px;font-size:22px}.admin-chart-header p{color:#666;margin:0;font-size:14px}.admin-chart-total{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.admin-chart-total span{color:#666;font-size:13px}.admin-chart-total strong{color:green;font-size:24px}.admin-chart{border-top:1px solid #e5e5e5;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:14px;min-height:260px;padding-top:20px;display:grid}.admin-chart-column{flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;min-width:0;height:230px;display:flex}.admin-chart-value{color:#222;text-align:center;min-height:18px;font-size:12px;font-weight:700}.admin-chart-bar-wrapper{flex:1;align-items:flex-end;width:100%;max-width:60px;display:flex}.admin-chart-bar{background:green;border-radius:8px 8px 3px 3px;width:100%;min-height:4px;transition:height .3s,opacity .2s,transform .2s}.admin-chart-bar:hover{opacity:.85;transform:translateY(-2px)}.admin-chart-label{color:#666;white-space:nowrap;font-size:12px;font-weight:600}.admin-product-tabs{background:#f8faf8;border-bottom:1px solid #e5e5e5;align-items:center;gap:12px;margin-bottom:22px;padding:16px 20px;display:flex}.admin-product-tab{color:#222;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:11px 16px;font-size:14px;font-weight:700;transition:background .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.admin-product-tab span{color:#222;background:#eef1ee;border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:24px;padding:0 7px;font-size:12px;font-weight:800;display:inline-flex}.admin-product-tab:hover{color:green;border-color:green;transform:translateY(-1px)}.admin-product-tab.active{color:#fff;background:green;border-color:green}.admin-product-tab.active span{color:#fff;background:#ffffff38}.admin-disable-button{color:#9a4d00!important;background:#fff4e5!important;border:1px solid #efb35c!important}.admin-disable-button:hover{color:#7a3d00!important;background:#ffe5bd!important}.admin-reactivate-button{color:#137333!important;background:#eaf8ed!important;border:1px solid #7bc58b!important}.admin-reactivate-button:hover{color:#0d5726!important;background:#d8f2de!important}.admin-disabled-header{background:#fff9f3;border:1px solid #efd3b8;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:20px;margin:20px;padding:18px 20px;display:flex}.admin-disabled-header h3{color:#222;margin:0 0 6px;font-size:18px}.admin-disabled-header p{color:#666;margin:0;font-size:14px;line-height:1.5}.admin-disabled-header>strong{color:#9a4d00;background:#fff0dc;border-radius:999px;flex-shrink:0;padding:7px 11px;font-size:13px}.admin-disabled-row{background:#fffdfb}.admin-disabled-row:hover{background:#fff8f1}.admin-disabled-reason,.admin-disabled-date{flex-direction:column;gap:5px;display:flex}.admin-disabled-reason strong,.admin-disabled-date strong{color:#222;font-size:13px}.admin-disabled-reason span,.admin-disabled-date span{color:#666;overflow-wrap:anywhere;font-size:14px;line-height:1.4}.admin-disabled-table-header{background:#fff7ef}@media (width<=1100px){.admin-dashboard{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1000px){.admin-table-header{display:none}.admin-table-row{grid-template-columns:80px 1fr}.admin-table-row>span,.admin-actions{grid-column:2}.admin-order-summary{flex-direction:column;align-items:stretch}.admin-order-summary-main,.admin-order-summary-actions{flex-wrap:wrap}}@media (width<=700px){.admin{padding:24px 16px}.admin-dashboard{grid-template-columns:1fr}.admin-product-filters{flex-direction:column;align-items:stretch}.admin-product-filters input,.admin-product-filters select,.admin-product-filters .admin-reset-filters{width:100%;max-width:none}.admin-filter-count{text-align:left}.admin-header,.admin-orders-header,.admin-order-footer{flex-direction:column;align-items:stretch}.admin-header-actions{flex-direction:column;width:100%}.admin-add-button,.admin-delete-cancelled-button,.admin-logout-button{width:100%}.admin-cancelled-actions{justify-content:stretch}.admin-delete-cancelled-button{width:100%}.admin-form{margin:25px auto;padding:22px}.admin-form-actions{flex-direction:column}.admin-form-actions button{width:100%}.admin-orders{padding:30px 16px}.admin-orders-count{align-self:flex-start}.admin-orders-tabs{flex-direction:column;align-items:stretch;width:100%}.admin-orders-tab{justify-content:space-between;width:100%}.admin-order-detail-grid{grid-template-columns:1fr}.order-status{flex-direction:column;align-items:stretch}.admin-chart-card{padding:18px}.admin-chart-header{flex-direction:column;align-items:stretch}.admin-chart-total{align-items:flex-start}.admin-chart{gap:8px;min-height:220px}.admin-chart-column{height:190px}.admin-chart-value,.admin-chart-label{font-size:10px}.admin-product-tabs{flex-direction:column;align-items:stretch;padding:14px}.admin-product-tab{justify-content:space-between;width:100%}.admin-disabled-header{flex-direction:column;margin:14px}.admin-disabled-header>strong{align-self:flex-start}}@media (width<=500px){.admin-table-row{grid-template-columns:1fr}.admin-table-row>*{grid-column:1}.admin-table-row img{width:100%;height:180px}.admin-actions{flex-direction:column}.admin-actions button{width:100%}.admin-order-summary-main,.admin-order-summary-actions{flex-direction:column;align-items:flex-start}.admin-order-toggle{width:100%}.admin-order-products li{flex-direction:column;align-items:flex-start}.admin-chart-card{padding:16px 12px}.admin-chart{gap:5px}.admin-chart-bar-wrapper{max-width:38px}.admin-chart-label{font-size:9px}.admin-disabled-reason,.admin-disabled-date,.admin-reactivate-button,.admin-disable-button{width:100%}}
