:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{width:100%}.store-header{position:relative;margin-bottom:16px}.store-banner{width:100%;height:200px;object-fit:cover}.store-info{padding:16px 16px 16px 220px;background:#fff;border-radius:12px;margin:-40px 16px 0;position:relative;box-shadow:0 4px 8px #0000001a}.store-logo{position:absolute;top:78px;left:28px;width:175px;height:175px;border-radius:50%;object-fit:cover;border:5px solid white;box-shadow:0 6px 16px #0003;z-index:3}.store-name{font-size:24px;font-weight:700;margin:0 0 8px;color:#333;text-align:left}.store-details{display:flex;gap:16px;font-size:14px;color:#666}.store-rating{font-weight:700}@media(max-width:768px){.store-info{padding-left:160px}.store-logo{width:120px;height:120px;top:120px;border-width:4px}.store-name{font-size:20px}}@media(max-width:480px){.store-info{padding-left:16px;padding-top:60px;text-align:center}.store-logo{width:120px;height:120px;top:100px;left:50%;transform:translate(-50%);border-width:4px}.store-name{font-size:18px;text-align:center}.store-details{justify-content:center}}.category-tabs{display:flex;gap:8px;padding:16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.category-tabs::-webkit-scrollbar{display:none}.category-tab{padding:8px 16px;border:none;background:#fff;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;box-shadow:0 2px 4px #0000001a;transition:all .2s}.category-tab:hover{background:#f0f0f0}.category-tab.active{background:#f65f68;color:#fff}@media(min-width:768px){.category-tabs{justify-content:center;max-width:800px;margin:0 auto;padding:16px 0}}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.product-image{width:100%;height:150px;object-fit:cover}.product-info{padding:16px}.product-name{font-size:18px;font-weight:700;margin:0 0 8px;color:#333}.product-description{font-size:14px;color:#666;margin:0 0 12px;line-height:1.4}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-size:16px;font-weight:700;color:#f65f68}.add-button{background:#f65f68;color:#fff;border:none;padding:8px 16px;border-radius:20px;font-weight:700;cursor:pointer;transition:background .2s}.add-button:hover{background:#e54d58}.cart-item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}.cart-item:last-child{border-bottom:none}.cart-item-image{width:50px;height:50px;object-fit:cover;border-radius:8px;margin-right:12px}.cart-item-info{flex:1}.cart-item-name{font-size:16px;font-weight:500;margin:0 0 4px;color:#333}.cart-item-price{font-size:14px;color:#f65f68;font-weight:700}.cart-item-controls{display:flex;align-items:center;gap:8px;margin-right:12px}.quantity-btn{width:24px;height:24px;border:1px solid #e0e0e0;background:#fff;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700}.quantity{font-size:14px;font-weight:700;min-width:20px;text-align:center}.remove-btn{background:none;border:none;font-size:20px;color:#999;cursor:pointer;padding:4px}.remove-btn:hover{color:#f65f68}.cart{background:#fff;padding:16px}.cart h2{font-size:20px;font-weight:700;margin:0 0 16px;color:#333}.empty-cart{text-align:center;color:#999;font-style:italic}.cart-items{margin-bottom:16px}.cart-summary{border-top:1px solid #e0e0e0;padding-top:16px}.summary-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px;color:#666}.summary-row.total{font-weight:700;font-size:16px;color:#333;margin-bottom:16px}.checkout-btn{width:100%;background:#f65f68;color:#fff;border:none;padding:12px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s}.checkout-btn:hover{background:#e54d58}.minimize-btn{background:none;border:none;color:#666;font-size:14px;cursor:pointer;padding:8px 0;width:100%;text-align:center;margin-bottom:16px}.minimize-btn:hover{color:#333}.cart-minimized-bar{display:flex;flex-direction:column;align-items:center;padding:8px 16px;cursor:pointer}.minimized-info{display:flex;gap:16px;font-size:14px;color:#333;margin-bottom:8px}.expand-icon{font-size:24px;color:#666;transition:color .2s}.cart-minimized-bar:hover .expand-icon{color:#333}@media(min-width:768px){.minimize-btn{display:none}}@media(max-width:767px){.cart.cart-minimized{max-height:60px;overflow:hidden}}.store-page{font-family:Roboto,sans-serif;background-color:#f9f9f9;min-height:100vh;padding-bottom:80px}@media(min-width:768px){.store-page{display:flex;padding-bottom:0}.store-main{flex:1}.cart{width:300px;position:sticky;top:0;height:100vh;overflow-y:auto}}@media(max-width:767px){.cart{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -2px 10px #0000001a;max-height:60vh;overflow-y:auto}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;padding:16px}#root{max-width:1280px;margin:0 auto;text-align:center}.App{width:100%;margin:0;padding:0}
