*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;-webkit-overflow-scrolling:touch}#root{width:100%;min-height:100vh;overflow-x:hidden}button{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ec258f;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#d41d7a}.app{min-height:100vh;background-color:#fff;width:100%;overflow-x:hidden}.header{background:linear-gradient(180deg,#fff9fc,#fff);color:#333;padding:1.25rem 1rem 1rem;text-align:center;position:sticky;top:0;z-index:50;overflow:hidden}.header-top{display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.header-logo{height:56px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(236,37,143,.15));transition:transform .3s ease}.header-logo:active{transform:scale(.95)}.header-text{position:relative;z-index:2}.header h1{margin:0;font-size:1.5rem;font-weight:800;color:#ec258f;letter-spacing:-.5px}.header-subtitle{margin:.375rem 0 0;font-size:.8rem;color:#888;font-weight:500;letter-spacing:.2px}.header-decoration{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#ec258f 50%,transparent 100%);opacity:.6}.language-btn{position:absolute;top:1rem;right:1rem;background:#ec258f;color:#fff;border:none;border-radius:8px;padding:.5rem .75rem;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;z-index:10}.language-btn:active{transform:scale(.95);background:#d41d7a}.language-modal-overlay{position:fixed;inset:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;animation:fadeIn .3s ease}.language-modal{background:#fff;border-radius:20px;padding:2rem;width:100%;max-width:320px;text-align:center;animation:slideUp .3s ease}.language-modal h2{margin:0 0 1.5rem;font-size:1.25rem;font-weight:700;color:#333}.language-options{display:flex;flex-direction:column;gap:.75rem}.language-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#f8f8f8;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.language-option:active,.language-option.active{border-color:#ec258f;background:#fff9fc}.language-flag{font-size:1.5rem}.language-name{font-size:1rem;font-weight:600;color:#333}.main-content{width:100%;margin:0;padding:1rem 1rem 5rem}.products-grid{display:grid;grid-template-columns:1fr;gap:.75rem;padding:.5rem 0}.product-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;border:2px solid transparent;-webkit-tap-highlight-color:transparent;display:flex;flex-direction:row;align-items:center;min-height:100px}.product-card:active{transform:scale(.98);border-color:#ec258f}.product-image-container{width:100px;height:100px;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.product-image{width:100%;height:100%;object-fit:cover}.product-info{flex:1;padding:.875rem 1rem;display:flex;flex-direction:column;justify-content:center}.product-title{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#333;line-height:1.3}.product-subtitle{margin:0;font-size:.8rem;color:#666;line-height:1.4}.product-quantity-controls{margin-right:.75rem;flex-shrink:0;display:flex;align-items:center}.product-add-to-cart-btn{background:#ec258f;color:#fff;border:none;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-shadow:0 2px 6px #ec258f4d}.product-add-to-cart-btn:active{background:#d41d7a;transform:scale(.95);box-shadow:0 1px 3px #ec258f4d}.product-add-to-cart-btn svg{width:18px;height:18px}.quantity-controls{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:#ec258f;border-radius:8px;padding:.25rem;box-shadow:0 2px 6px #ec258f4d}.quantity-btn{background:transparent;border:none;color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;padding:0}.quantity-btn:active{background:#fff3;transform:scale(.9)}.quantity-btn svg{width:16px;height:16px}.quantity-btn-remove{background:#fff3}.quantity-btn-remove:active{background:#ffffff4d}.quantity-count{color:#fff;font-size:1rem;font-weight:700;min-width:24px;text-align:center;line-height:1}.modal-overlay{position:fixed;inset:0;background-color:#000c;display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding:0;animation:fadeIn .2s ease;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:24px 24px 0 0;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 -4px 20px #0000004d;animation:slideUp .3s ease;margin-top:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:#fffffff2;border:none;width:44px;height:44px;border-radius:50%;font-size:1.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;z-index:10;transition:all .2s ease;box-shadow:0 2px 8px #00000026;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.modal-close:active{background:#ec258f;color:#fff;transform:scale(.95)}.modal-image-container{width:100%;height:250px;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.modal-image{width:100%;height:100%;object-fit:cover}.modal-info{padding:1.5rem}.modal-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#333}.modal-subtitle{margin:0 0 1rem;font-size:1rem;color:#ec258f;font-weight:500}.modal-description{margin:0 0 1.5rem;font-size:.95rem;color:#666;line-height:1.6}.modal-price{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;color:#ec258f}.modal-buttons{display:flex;flex-direction:column;gap:.75rem}.btn-add-to-cart,.btn-close{width:100%;padding:1rem;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:52px}.btn-add-to-cart{background:#ec258f;color:#fff;box-shadow:0 4px 12px #ec258f4d}.btn-add-to-cart:active{background:#d41d7a;transform:scale(.98);box-shadow:0 2px 8px #ec258f4d}.btn-close{background:#fff;color:#ec258f;border:2px solid #ec258f}.btn-close:active{background:#ec258f;color:#fff;transform:scale(.98)}.cart-button{position:fixed;bottom:0;left:0;right:0;background:#ec258f;color:#fff;border:none;cursor:pointer;box-shadow:0 -4px 12px #ec258f66;z-index:100;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:all .2s ease;padding:0;width:100%}.cart-button:active{background:#d41d7a}.cart-button-content{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;position:relative}.cart-button svg{width:24px;height:24px;flex-shrink:0}.cart-button-text{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cart-count{background:#fff;color:#ec258f;min-width:28px;height:28px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;padding:0 .5rem;flex-shrink:0}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.cart-overlay{position:fixed;inset:0;background-color:#000c;display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding:0;animation:fadeIn .2s ease;overflow-y:auto}.cart-modal{background:#fff;border-radius:24px 24px 0 0;width:100%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 -4px 20px #0000004d;animation:slideUp .3s ease;margin-top:auto;display:flex;flex-direction:column}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #f0f0f0;position:sticky;top:0;background:#fff;z-index:10}.cart-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#333}.cart-close-btn{background:transparent;border:none;font-size:2rem;color:#666;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.cart-close-btn:active{background:#f5f5f5;color:#ec258f}.cart-items{padding:1rem;flex:1;overflow-y:auto}.cart-empty{padding:3rem 1rem;text-align:center;color:#666}.cart-item{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #f0f0f0;align-items:center}.cart-item:last-child{border-bottom:none}.cart-item-image{width:80px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.cart-item-title{margin:0;font-size:1rem;font-weight:600;color:#333}.cart-item-subtitle{margin:0;font-size:.85rem;color:#666}.cart-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.cart-item-price{font-size:1rem;font-weight:700;color:#ec258f}.cart-item-quantity-controls{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:#ec258f;border-radius:8px;padding:.25rem;box-shadow:0 2px 6px #ec258f4d;flex-shrink:0}.cart-quantity-btn{background:transparent;border:none;color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;padding:0}.cart-quantity-btn:active{background:#fff3;transform:scale(.9)}.cart-quantity-btn svg{width:16px;height:16px}.cart-quantity-btn-remove{background:#fff3}.cart-quantity-btn-remove:active{background:#ffffff4d}.cart-quantity-count{color:#fff;font-size:1rem;font-weight:700;min-width:24px;text-align:center;line-height:1}.cart-total{padding:1.5rem;border-top:2px solid #f0f0f0;background:#fafafa}.cart-total-row{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:700;color:#333}.cart-total-amount{color:#ec258f;font-size:1.5rem}.cart-actions{padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.btn-continue-shopping,.btn-checkout{width:100%;padding:1rem;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:52px}.btn-continue-shopping{background:#fff;color:#ec258f;border:2px solid #ec258f}.btn-continue-shopping:active{background:#ec258f;color:#fff;transform:scale(.98)}.btn-checkout{background:#ec258f;color:#fff;box-shadow:0 4px 12px #ec258f4d}.btn-checkout:active{background:#d41d7a;transform:scale(.98);box-shadow:0 2px 8px #ec258f4d}.checkout-overlay{position:fixed;inset:0;background-color:#000c;display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding:0;animation:fadeIn .2s ease;overflow-y:auto}.checkout-modal{background:#fff;border-radius:24px 24px 0 0;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 -4px 20px #0000004d;animation:slideUp .3s ease;margin-top:auto;display:flex;flex-direction:column}.checkout-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #f0f0f0;position:sticky;top:0;background:#fff;z-index:10}.checkout-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#333}.checkout-close-btn{background:transparent;border:none;font-size:2rem;color:#666;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.checkout-close-btn:active{background:#f5f5f5;color:#ec258f}.checkout-content{padding:1.5rem;flex:1;overflow-y:auto}.delivery-info-banners{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.delivery-free-banner,.pay-on-delivery-banner{padding:1rem 1.25rem;border-radius:12px;display:flex;align-items:center;gap:.75rem}.delivery-free-banner{background:linear-gradient(135deg,#ec258f,#d41d7a);color:#fff;box-shadow:0 2px 8px #ec258f4d}.pay-on-delivery-banner{background:linear-gradient(135deg,#4caf50,#388e3c);color:#fff;box-shadow:0 2px 8px #4caf504d}.delivery-free-banner svg,.pay-on-delivery-banner svg{flex-shrink:0}.delivery-free-banner span,.pay-on-delivery-banner span{font-size:1rem;font-weight:600}.checkout-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:600;color:#333}.form-group input{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#fff;color:#333}.form-group input:focus{outline:none;border-color:#ec258f;box-shadow:0 0 0 3px #ec258f1a}.form-group input::placeholder{color:#999}.checkout-summary{background:#fafafa;border-radius:12px;padding:1.25rem;margin-top:.5rem;border:1px solid #f0f0f0}.checkout-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:1rem;color:#666}.checkout-summary-row:last-child{margin-bottom:0}.free-delivery{color:#ec258f;font-weight:700}.checkout-total{margin-top:.75rem;padding-top:.75rem;border-top:2px solid #e0e0e0;font-size:1.25rem;font-weight:700;color:#333}.checkout-total span:last-child{color:#ec258f;font-size:1.5rem}.checkout-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.btn-back-to-cart,.btn-place-order{width:100%;padding:1rem;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:52px}.btn-back-to-cart{background:#fff;color:#ec258f;border:2px solid #ec258f}.btn-back-to-cart:active{background:#ec258f;color:#fff;transform:scale(.98)}.btn-place-order{background:#ec258f;color:#fff;box-shadow:0 4px 12px #ec258f4d}.btn-place-order:active{background:#d41d7a;transform:scale(.98);box-shadow:0 2px 8px #ec258f4d}@media(min-width:768px){.header{padding:1.5rem 1rem 1.25rem}.header-logo{height:64px}.header-logo:hover{transform:scale(1.05)}.header h1{font-size:1.75rem}.header-subtitle{font-size:.9rem}.language-btn{padding:.5rem 1rem;font-size:.8rem}.language-btn:hover{background:#d41d7a;transform:translateY(-2px)}.language-option:hover{border-color:#ec258f;background:#fff9fc}.main-content{max-width:1200px;margin:0 auto;padding:2rem 1rem 6rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{min-height:110px}.product-image-container{width:110px;height:110px}.product-info{padding:1rem}.product-title{font-size:1.1rem}.product-subtitle{font-size:.85rem}.product-add-to-cart-btn{width:44px;height:44px}.product-add-to-cart-btn:hover{background:#d41d7a;transform:translateY(-2px);box-shadow:0 4px 8px #ec258f66}.product-add-to-cart-btn:active{transform:translateY(0) scale(.95)}.quantity-controls{padding:.375rem}.quantity-btn{width:36px;height:36px}.quantity-btn:hover{background:#fff3}.quantity-btn-remove:hover{background:#ffffff4d}.quantity-count{font-size:1.1rem;min-width:28px}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #ec258f4d;border-color:#ec258f}.product-card:hover .product-image{transform:scale(1.05)}.modal-overlay{align-items:center;padding:1rem}.modal-content{border-radius:20px;max-width:500px;margin:0;animation:slideUpCenter .3s ease}@keyframes slideUpCenter{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-image-container{height:280px}.modal-info{padding:2rem}.modal-title{font-size:1.75rem}.modal-subtitle{font-size:1.1rem}.modal-buttons{flex-direction:row}.btn-add-to-cart,.btn-close{flex:1;min-width:0}.modal-close:hover{background:#ec258f;color:#fff;transform:rotate(90deg)}.btn-add-to-cart:hover{background:#d41d7a;transform:translateY(-2px);box-shadow:0 6px 16px #ec258f66}.btn-close:hover{background:#ec258f;color:#fff;transform:translateY(-2px)}.cart-button{bottom:0;left:0;right:0;max-width:1200px;margin:0 auto}.cart-button-content{padding:1.25rem 2rem}.cart-button svg{width:26px;height:26px}.cart-button-text{font-size:1.1rem}.cart-count{min-width:32px;height:32px;font-size:1rem}.cart-overlay{align-items:center;padding:1rem}.cart-modal{border-radius:20px;max-width:500px;margin:0;max-height:80vh;animation:slideUpCenter .3s ease}.cart-close-btn:hover{background:#f5f5f5;color:#ec258f}.cart-quantity-btn:hover{background:#fff3}.cart-quantity-btn-remove:hover{background:#ffffff4d}.cart-item-quantity-controls{padding:.375rem}.cart-quantity-btn{width:36px;height:36px}.cart-quantity-count{font-size:1.1rem;min-width:28px}.btn-continue-shopping:hover{background:#ec258f;color:#fff;transform:translateY(-2px)}.btn-checkout:hover{background:#d41d7a;transform:translateY(-2px);box-shadow:0 6px 16px #ec258f66}.cart-actions{flex-direction:row}.btn-continue-shopping,.btn-checkout{flex:1}.checkout-overlay{align-items:center;padding:1rem}.checkout-modal{border-radius:20px;max-width:500px;margin:0;max-height:85vh;animation:slideUpCenter .3s ease}.checkout-close-btn:hover{background:#f5f5f5;color:#ec258f}.checkout-actions{flex-direction:row}.btn-back-to-cart,.btn-place-order{flex:1}.btn-back-to-cart:hover{background:#ec258f;color:#fff;transform:translateY(-2px)}.btn-place-order:hover{background:#d41d7a;transform:translateY(-2px);box-shadow:0 6px 16px #ec258f66}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{min-height:120px}.product-image-container{width:120px;height:120px}.product-info{padding:1.125rem}.product-title{font-size:1.15rem}.product-subtitle{font-size:.9rem}.product-add-to-cart-btn{width:44px;height:44px}.product-add-to-cart-btn:hover{background:#d41d7a;transform:translateY(-2px);box-shadow:0 4px 8px #ec258f66}.quantity-controls{padding:.375rem}.quantity-btn{width:36px;height:36px}.quantity-btn:hover{background:#fff3}.quantity-btn-remove:hover{background:#ffffff4d}.quantity-count{font-size:1.1rem;min-width:28px}.modal-content{max-width:600px}.modal-image-container{height:300px}.modal-title{font-size:2rem}.modal-price{font-size:1.8rem}}
