.menu-item.has-item-photo{position:relative;min-height:94px;display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:12px;padding:0;overflow:hidden;cursor:pointer}.menu-item.has-item-photo>div:first-of-type{padding:13px 0}.menu-item.has-item-photo>div:last-of-type{display:flex;align-items:center;gap:8px;padding-right:12px}.menu-item.has-item-photo h4{font-size:15px}.menu-item-image{width:92px;height:94px;object-fit:cover;display:block;transition:transform .35s cubic-bezier(.2,.8,.2,1)}.menu-item.has-item-photo:hover .menu-item-image{transform:scale(1.06)}.item-detail-modal{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:18px;background:#17211e99;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s}.item-detail-modal.show{opacity:1;visibility:visible}.item-detail-card{width:min(540px,100%);max-height:calc(100vh - 36px);overflow:auto;position:relative;background:#fffaf1;border-radius:14px;box-shadow:0 25px 70px #17211e80}.item-detail-card>.close-button{position:absolute;right:14px;top:14px;z-index:2;box-shadow:0 4px 15px #17211e33}.item-detail-image{width:100%;height:min(42vh,360px);object-fit:cover;display:block}.item-detail-content{padding:23px}.item-detail-content h2{font:700 29px Outfit,sans-serif;margin:0}.item-detail-content p{margin:8px 0 18px;color:#69736e;font-size:14px;line-height:1.5}.item-detail-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #e8e1d6;padding-top:16px}.item-detail-price{font:800 20px Outfit,sans-serif}.item-detail-quantity{display:flex;align-items:center;gap:8px}.item-detail-quantity button{border:0;border-radius:8px;width:34px;height:34px;background:#e0f1ea;color:#087f69;font:700 20px/1 'DM Sans',sans-serif;cursor:pointer}.item-detail-quantity b{min-width:16px;text-align:center}.item-detail-add{margin-top:16px;width:100%;border:0;border-radius:9px;padding:14px;background:#087f69;color:#fff;font:700 14px 'DM Sans',sans-serif;cursor:pointer}@media(max-width:520px){.menu-item.has-item-photo{grid-template-columns:76px minmax(0,1fr) auto;gap:10px;min-height:82px}.menu-item-image{width:76px;height:82px}.menu-item.has-item-photo>div:first-of-type{padding:10px 0}.menu-item.has-item-photo>div:last-of-type{padding-right:9px}.item-detail-content{padding:19px}.item-detail-image{height:300px}}
