/* krazzy-order.css - playful & energetic but clean */
.krazzy-order-wrap{display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap}
.krazzy-title{width:100%;font-size:28px;margin:0 0 12px}
.krazzy-menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;flex:1}
.krazzy-item{background:#fff;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,0.06);padding:12px;display:flex;flex-direction:column}
.krazzy-img{height:140px;border-radius:8px;background-size:cover;background-position:center;margin-bottom:8px}
.krazzy-item h3{margin:0 0 6px}
.krazzy-desc{font-size:13px;color:#444;margin:0 0 10px;flex:1}
.krazzy-bottom{display:flex;justify-content:space-between;align-items:center}
.krazzy-price{font-weight:700}
.krazzy-add-btn{background:#ff7a00;border:none;padding:8px 10px;border-radius:8px;color:#fff;cursor:pointer}
.krazzy-cart{width:320px;padding:12px;border-radius:12px;background:#f9f9f9}
.krazzy-cart h3{margin-top:0}
.krazzy-cart-items{min-height:120px}
.krazzy-cart-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.krazzy-primary{background:#0073aa;color:#fff;border:none;padding:10px 12px;border-radius:8px;cursor:pointer}
.krazzy-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.45);align-items:center;justify-content:center;padding:20px;z-index:9999}
.krazzy-modal-inner{background:#fff;padding:18px;border-radius:12px;max-width:520px;width:100%;position:relative}
.krazzy-close{position:absolute;right:8px;top:6px;background:none;border:none;font-size:20px;cursor:pointer}
.krazzy-zelle-info{background:#fff3e0;padding:8px;border-radius:8px;margin:10px 0}
.krazzy-order-result{margin-top:10px}
@media (max-width:900px){.krazzy-order-wrap{flex-direction:column}.krazzy-cart{width:100%}}
