*{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:#f5f5f5;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%;max-width:480px;margin:0 auto;overflow-x:hidden;box-shadow:0 0 20px #0000001a}.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:70px;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}.flavor-modal-overlay{position:fixed;inset:0;background-color:#000000d9;display:flex;align-items:flex-end;justify-content:center;z-index:2000;animation:fadeIn .3s ease}.flavor-modal{background:#fff;border-radius:20px 20px 0 0;padding:1.5rem;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;position:relative}.flavor-modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border:none;background:#f0f0f0;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s ease;line-height:1}.flavor-modal-close:active{background:#ec258f;color:#fff}.flavor-modal-title{margin:0 0 .25rem;font-size:1.25rem;font-weight:700;color:#333;padding-right:40px}.flavor-modal-subtitle{margin:0 0 1rem;font-size:.9rem;color:#666}.flavor-modal-selection{margin-bottom:1.5rem}.flavor-modal-selection .flavor-selection-title{margin-bottom:1rem}.flavor-modal-add-btn{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;background:#ec258f;color:#fff;box-shadow:0 4px 12px #ec258f4d;height:48px}.flavor-modal-add-btn:active:not(:disabled){background:#d41d7a;transform:scale(.98)}.flavor-modal-add-btn:disabled{background:#ccc;color:#999;cursor:not-allowed;box-shadow:none}.success-modal-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:3000;padding:1rem;animation:fadeIn .3s ease}.success-modal{background:#fff;border-radius:20px;padding:2rem 1.5rem;width:calc(100% - 2rem);max-width:360px;text-align:center;animation:successPop .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 20px 60px #ec258f40;margin:0 auto;max-height:calc(100vh - 2rem);overflow-y:auto;-webkit-overflow-scrolling:touch}@keyframes successPop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.success-icon{width:90px;height:90px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#ec258f,#ff6bb3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:iconBounce .6s ease .2s;box-shadow:0 10px 30px #ec258f66;position:relative}.success-icon:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#ec258f,#ff6bb3);opacity:.3;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.15);opacity:0}}@keyframes iconBounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.success-icon svg{width:45px;height:45px;position:relative;z-index:1}.success-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.3px}.success-message{margin:0 0 1.75rem;font-size:.95rem;color:#666;line-height:1.5;font-weight:400}.success-btn{width:100%;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ec258f,#ff6bb3);color:#fff;box-shadow:0 4px 15px #ec258f4d;min-height:48px;touch-action:manipulation}.success-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ec258f66}.success-btn:active{transform:scale(.97);box-shadow:0 2px 10px #ec258f4d}.notification{position:fixed;top:max(16px,env(safe-area-inset-top,16px));left:50%;transform:translate(-50%);z-index:4000;width:calc(100% - 2rem);max-width:calc(480px - 2rem);animation:slideDown .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 8px 32px #ec258f40;border-radius:14px;overflow:hidden;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideDown{0%{transform:translate(-50%) translateY(-120%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.notification-content{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;position:relative}.toast-error{background:linear-gradient(135deg,#ec258f,#d41d7a);color:#fff;box-shadow:0 8px 24px #ec258f4d}.toast-success,.toast-info{background:linear-gradient(135deg,#ec258f,#ff6bb3);color:#fff;box-shadow:0 8px 24px #ec258f4d}.notification-icon{flex-shrink:0;width:36px;height:36px;min-width:36px;display:flex;align-items:center;justify-content:center;background:#ffffff40;border-radius:50%;animation:iconSpin .5s ease}@keyframes iconSpin{0%{transform:rotate(-180deg) scale(0)}to{transform:rotate(0) scale(1)}}.notification-icon svg{width:20px;height:20px}.notification-message{flex:1;margin:0;font-size:.9rem;font-weight:500;line-height:1.4;color:#fff;word-wrap:break-word}.notification-close{flex-shrink:0;width:32px;height:32px;min-width:32px;display:flex;align-items:center;justify-content:center;background:#ffffff40;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0;color:#fff;touch-action:manipulation}.notification-close:hover{background:#ffffff59;transform:rotate(90deg)}.notification-close:active{transform:rotate(90deg) scale(.9);background:#fff6}.notification-close svg{width:16px;height:16px}.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:90%;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}.product-category-section{margin-bottom:2rem}.product-category-section:last-child{margin-bottom:0}.category-title{font-size:1.5rem;font-weight:700;color:#ec258f;margin:0 0 1rem;padding:0 1rem;text-align:left}.products-grid{display:grid;grid-template-columns:1fr;gap:1rem;padding:.75rem .5rem}.product-card{background:#fff;border-radius:12px;overflow:visible;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;position:relative}.product-card:active{transform:scale(.98);border-color:#ec258f;box-shadow:0 4px 16px #ec258f40}.product-image-container{width:100px;height:100px;flex-shrink:0;overflow:visible;background:transparent;display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.product-image{object-fit:contain;position:relative;left:-10%;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15));transition:transform .3s ease}.product-card:hover .product-image,.product-card:active .product-image{transform:scale(1.05)}.product-info{flex:1;padding:.875rem 1rem;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;background:#fff;border-radius:0 12px 12px 0}.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;position:relative;z-index:3}.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-width:480px;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:180px;overflow:visible;background:transparent;display:flex;align-items:center;justify-content:center}.modal-image{width:70%;height:auto;max-height:160px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}.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;white-space:pre-line}.flavor-selection{margin:1.5rem 0;padding:1rem;background:#f9f9f9;border-radius:8px}.flavor-selection-title{font-size:1rem;font-weight:600;color:#333;margin:0 0 1rem}.flavor-selector{margin-bottom:.75rem}.flavor-selector:last-child{margin-bottom:0}.flavor-label{display:block;font-size:.9rem;font-weight:500;color:#555;margin-bottom:.5rem}.flavor-select{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;color:#333;cursor:pointer;transition:all .2s ease;box-sizing:border-box;height:48px;line-height:1.5}.flavor-select:focus{outline:none;border-color:#ec258f;box-shadow:0 0 0 3px #ec258f1a}.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:not(:disabled){background:#d41d7a;transform:scale(.98);box-shadow:0 2px 8px #ec258f4d}.btn-add-to-cart:disabled{background:#ccc;color:#999;cursor:not-allowed;box-shadow:none}.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:50%;transform:translate(-50%);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%;max-width:480px}.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-width:480px;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:transparent;display:flex;align-items:center;justify-content:center}.cart-item-image img{width:100%;height:100%;object-fit:contain}.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-flavors{margin:.5rem 0;display:flex;flex-direction:column;gap:.25rem}.cart-flavor-tag{display:inline-block;font-size:.8rem;color:#555;background:#f0f0f0;padding:.25rem .5rem;border-radius:4px}.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-width:480px;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{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#fff;color:#333;box-sizing:border-box;height:48px;line-height:1.5}.form-group input:focus{outline:none}.form-group input::placeholder{color:#999}.datetime-input-wrapper{position:relative;display:block}.datetime-input-wrapper input[type=datetime-local]{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#fff;color:#333;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:48px;line-height:1.5}.datetime-input-wrapper input[type=datetime-local]:focus{outline:none;border-color:#ec258f;box-shadow:0 0 0 3px #ec258f1a}.datetime-input-wrapper .datetime-placeholder{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#999;pointer-events:none;font-size:1rem}.datetime-input-wrapper input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7;filter:invert(.5)}.datetime-input-wrapper input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{opacity:1}.phone-input-wrapper{display:flex;align-items:center;border:2px solid #e0e0e0;border-radius:8px;background:#fff;transition:all .2s ease;overflow:hidden}.phone-input-wrapper:focus-within{border-color:#ec258f;box-shadow:0 0 0 3px #ec258f1a}.phone-prefix{padding:.875rem 0 .875rem 1rem;font-size:1rem;font-weight:600;color:#333;background:#fff;-webkit-user-select:none;user-select:none}.phone-input-wrapper input{flex:1;padding:.875rem 1rem .875rem .25rem;border:none;font-size:1rem;font-family:inherit;background:transparent;color:#333;outline:none;width:100%}.phone-input-wrapper 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:not(:disabled){background:#d41d7a;transform:scale(.98);box-shadow:0 2px 8px #ec258f4d}.btn-place-order:disabled{background:#ccc;color:#999;cursor:not-allowed;box-shadow:none}
