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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}cat>/www/wwwroot/openfood/frontend/src/App.css << "EOF"
.App{background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0 auto;max-width:600px;min-height:100vh;padding:0}.city-selector{background:#fff;padding:15px 20px}.country-title{border-bottom:2px solid #eee;font-size:1.2rem;margin:20px 0 10px;padding-bottom:5px;padding-left:8px}.city-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));padding:0 8px}.city-card{background:#f8f8f8;border-radius:10px;cursor:pointer;padding:12px;text-align:center;transition:all .2s}.city-card:active{background:#e8e8e8}.city-name{font-weight:500}.back-btn{align-items:center;background:#fff;border:none;border-bottom:1px solid #eee;cursor:pointer;display:flex;font-size:16px;gap:8px;padding:12px 16px;width:100%}.merchants-list{display:flex;flex-direction:column;gap:10px;padding:10px}.merchant-card{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;cursor:pointer;display:flex;padding:15px}.merchant-card img{border-radius:8px;height:70px;margin-right:15px;object-fit:cover;width:70px}.merchant-info{flex:1 1}.merchant-info h3{font-size:16px;margin:0 0 5px}.merchant-header{background:linear-gradient(135deg,#ff6b6b,#ff8e53);padding:20px 16px}.merchant-header-content{display:flex;gap:16px}.merchant-logo{border-radius:12px;box-shadow:0 4px 12px #00000026;flex-shrink:0;height:70px;overflow:hidden;width:70px}.merchant-logo img{height:100%;object-fit:cover;width:100%}.merchant-info-header{flex:1 1}.merchant-name{color:#fff;font-size:18px;font-weight:600;margin:0 0 6px}.merchant-stats{align-items:center;color:#ffffffe6;display:flex;font-size:12px;gap:6px;margin-bottom:8px}.merchant-notice{color:#fffc;font-size:11px;line-height:1.4}.product-search-bar-top{background:#fff;border-bottom:1px solid #f0f0f0;padding:12px 16px}.product-search-bar-top input{background:#f8f8f8;border:1px solid #f0f0f0;border-radius:24px;box-sizing:border-box;font-size:14px;padding:10px 12px;width:100%}.coupon-bar{background:#fff;border-bottom:1px solid #f0f0f0;display:flex;flex-wrap:wrap;gap:12px;padding:12px 16px}.coupon-item{background:#fff2f0;border-radius:16px;color:#ff6b6b;font-size:12px;font-weight:500;padding:4px 10px}.coupon-more{color:#999;font-size:12px;margin-left:auto}.merchant-tabs{background:#fff;border-bottom:1px solid #f0f0f0;display:flex;padding:0 16px}.tab{color:#666;cursor:pointer;font-size:14px;font-weight:500;padding:12px 16px;position:relative}.tab.active{color:#ff6b6b}.tab.active:after{background:#ff6b6b;bottom:0;content:"";height:2px;left:16px;position:absolute;right:16px}.featured-products-section{background:#fff8f0;margin-bottom:8px;padding:12px 16px}.featured-title{color:#ff6b6b;font-size:14px;font-weight:600;margin-bottom:12px;padding-left:4px}.featured-products-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.featured-product-card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;cursor:pointer;padding:8px}.featured-product-image{aspect-ratio:1/1;background:#f5f5f5;border-radius:8px;margin-bottom:6px;overflow:hidden;width:100%}.featured-product-image img{height:100%;object-fit:cover;width:100%}.featured-product-info h4{font-size:12px;font-weight:500;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-price{color:#ff6b6b;font-size:13px;font-weight:600;margin:4px 0}.add-to-cart-btn-small{background:#ff6b6b;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:11px;margin-top:4px;padding:4px;width:100%}.add-to-cart-btn-small:disabled{background:#ccc}.products-layout{align-items:flex-start;background:#fff;display:flex;gap:0;min-height:500px;position:relative}.categories-sidebar{align-self:flex-start;background:#fafafa;border-right:1px solid #f0f0f0;flex-shrink:0;height:calc(100vh - 60px);overflow-y:auto;position:sticky;top:0;width:110px}.all-categories{padding:12px 0}.category-item{align-items:center;cursor:pointer;display:flex;font-size:13px;justify-content:space-between;padding:10px 12px;position:relative;transition:all .2s}.category-item.active{background:#fff;color:#ff6b6b;font-weight:500}.category-item.active:before{background:#ff6b6b;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.category-name{font-size:13px}.products-right{background:#fff;flex:1 1;min-height:100vh;overflow-x:hidden}.products-grid{display:flex;flex-direction:column;padding:0 12px 80px}.product-card{background:#fff;border-bottom:1px solid #f0f0f0;display:flex;gap:12px;padding:12px 0;position:relative}.product-image{background:#f5f5f5;border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.product-image img{height:100%;object-fit:cover;width:100%}.product-info{display:flex;flex:1 1;flex-direction:column}.product-info h3{color:#1f1f1f;font-size:15px;font-weight:500;margin:0 0 4px}.product-meta{align-items:center;color:#999;font-size:11px;gap:12px}.price-row,.product-meta{display:flex;margin:4px 0}.price-row{align-items:baseline;gap:8px}.current-price{color:#ff6b6b;font-size:16px;font-weight:600}.product-actions{align-items:center;display:flex;justify-content:flex-end;margin-top:6px}.add-to-cart-btn{background:#ff6b6b;border:none;border-radius:24px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:6px 18px;width:auto}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}.sold-out-tag{background:#0009;border-radius:12px;color:#fff;font-size:10px;padding:2px 8px;position:absolute;right:8px;top:8px}.cart-summary{background:#ff6b6b;bottom:0;color:#fff;cursor:pointer;font-weight:700;left:0;margin:0 auto;max-width:600px;padding:14px;position:fixed;right:0;text-align:center;z-index:100}.cart-merchant{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;margin-bottom:15px;padding:15px}.cart-item{border-bottom:1px solid #eee;justify-content:space-between;padding:10px 0}.cart-item,.quantity-control{align-items:center;display:flex}.quantity-control{gap:8px}.quantity-control button{background:#f0f0f0;border:none;border-radius:50%;cursor:pointer;font-size:16px;height:28px;width:28px}.cart-discount,.cart-subtotal,.cart-total{margin:8px 0}.cart-discount{color:#52c41a}.cart-total{border-top:1px solid #eee;font-size:18px;font-weight:700;padding-top:10px}.delivery-address{margin:15px 0}.delivery-address input,.delivery-address textarea{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:14px;margin-top:5px;padding:10px;width:100%}.payment-selection{margin:10px 0}.search-bar{align-items:center;background:#fff;border-radius:12px;display:flex;flex-wrap:wrap;gap:10px;margin:10px;padding:10px}.search-bar input{background:#f8f8f8;border:1px solid #eee;border-radius:24px;flex:1 1;font-size:14px;padding:10px}.search-type{display:flex;font-size:13px;gap:12px}.search-bar button{background:#ff6b6b;border:none;border-radius:24px;color:#fff;cursor:pointer;padding:8px 16px}.categories-bar{display:flex;flex-wrap:wrap;gap:8px;margin:10px;overflow-x:auto}.category-btn{background:#fff;border:1px solid #eee;border-radius:24px;cursor:pointer;font-size:13px;padding:6px 16px}.category-btn.active{background:#ff6b6b;border-color:#ff6b6b;color:#fff}.product-detail-page{background:#fff;min-height:100vh;padding:16px}.detail-container{background:#fff;border-radius:16px;overflow:hidden}.detail-images{background:#f5f5f5;position:relative}.main-image{padding:20px;text-align:center}.main-image img{max-height:300px;max-width:100%;object-fit:contain}.image-nav{background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;height:36px;position:absolute;top:50%;transform:translateY(-50%);width:36px}.image-nav.prev{left:10px}.image-nav.next{right:10px}.thumbnail-list{background:#f0f0f0;display:flex;gap:8px;overflow-x:auto;padding:10px}.thumbnail-list img{border:2px solid #0000;border-radius:6px;cursor:pointer;height:50px;object-fit:cover;width:50px}.thumbnail-list img.active{border-color:#ff6b6b}.detail-info{padding:20px}.detail-price{color:#ff6b6b;font-size:24px;font-weight:700;margin:15px 0}.app-navbar{background:#ff6b6b;color:#fff;display:flex;justify-content:space-between;padding:12px 20px;position:sticky;top:0;z-index:100}.app-navbar button{background:none;border:none;color:#fff;cursor:pointer;font-size:14px;font-weight:500}.order-card{background:#f9f9f9;border-radius:12px;margin:10px;padding:12px}.merchant-rating,.product-rating{color:#fa0;font-size:12px}.merchant-orders,.product-sold{color:#666;font-size:12px}.closed-tag,.sold-out-tag{background:#ccc;border-radius:4px;color:#666;font-size:10px;padding:2px 6px}.closed-banner{background:#ffeb3b;font-size:12px;padding:8px;text-align:center}@media (max-width:550px){.categories-sidebar{width:90px}.category-item{padding:8px 10px}.category-name{font-size:12px}.product-image{height:70px;width:70px}.product-info h3{font-size:14px}.current-price{font-size:15px}.merchant-logo{height:60px;width:60px}.merchant-name{font-size:16px}.city-list{padding:0 4px}.city-card{padding:10px}.featured-products-grid{gap:8px}.featured-product-card{padding:6px}.featured-product-info h4{font-size:11px}.featured-price{font-size:12px}.add-to-cart-btn-small{font-size:10px;padding:3px}}
/*# sourceMappingURL=main.d95fe901.css.map*/