.mic-noimg-card{--scallop-r:6px;--scallop-edge:7px;--scallop-s:20px;--scallop-color:#E5D7B2;display:flex;flex-direction:column;background:#E5D7B2;transition:transform .22s ease,filter .22s ease;height:100%;min-height:190px;position:relative;isolation:isolate;filter:drop-shadow(0 2px 10px rgba(0,0,0,.1))}.mic-noimg-card:hover{transform:translateY(-2px);filter:drop-shadow(0 6px 18px rgba(0,0,0,.16))}.mic-noimg-card--clickable{cursor:pointer}.mic-noimg-card.mic-noimg-unavailable:hover{transform:none;filter:drop-shadow(0 2px 10px rgba(0,0,0,.1));cursor:default}.mic-noimg-card.mic-noimg-unavailable .mic-noimg-body{opacity:.72}.mic-noimg-scallop{position:absolute;pointer-events:none;z-index:0}.mic-noimg-scallop--top{left:0;right:0;top:calc(var(--scallop-edge) * -1);height:var(--scallop-edge);background:radial-gradient(circle at 50% 0,transparent var(--scallop-r),var(--scallop-color) calc(var(--scallop-r) + 1px)) 0 0 /var(--scallop-s) var(--scallop-edge) repeat-x}.mic-noimg-scallop--bottom{left:0;right:0;bottom:calc(var(--scallop-edge) * -1);height:var(--scallop-edge);background:radial-gradient(circle at 50% 100%,transparent var(--scallop-r),var(--scallop-color) calc(var(--scallop-r) + 1px)) 0 100% /var(--scallop-s) var(--scallop-edge) repeat-x}.mic-noimg-scallop--left{top:0;bottom:0;left:calc(var(--scallop-edge) * -1);width:var(--scallop-edge);background:radial-gradient(circle at 0 50%,transparent var(--scallop-r),var(--scallop-color) calc(var(--scallop-r) + 1px)) 0 0 /var(--scallop-edge) var(--scallop-s) repeat-y}.mic-noimg-scallop--right{top:0;bottom:0;right:calc(var(--scallop-edge) * -1);width:var(--scallop-edge);background:radial-gradient(circle at 100% 50%,transparent var(--scallop-r),var(--scallop-color) calc(var(--scallop-r) + 1px)) 100% 0 /var(--scallop-edge) var(--scallop-s) repeat-y}.mic-noimg-unavail-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:rgba(255,255,255,.9);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);padding:12px;text-align:center;z-index:10}.mic-noimg-unavail-icon{font-size:1.1rem;color:#111111;margin-bottom:2px}.mic-noimg-unavail-label{font-family:var(--font-body);font-size:.78rem;font-weight:700;color:#111111;letter-spacing:.02em;line-height:1.3}.mic-noimg-unavail-time{font-family:var(--font-accent);font-size:.76rem;font-weight:700;color:#111111;letter-spacing:.01em;line-height:1.2}.mic-noimg-tag-wrap{min-height:0;display:flex;align-items:flex-start}.mic-noimg-tag-wrap:empty{display:none}.mic-noimg-item-tag{display:inline-block;align-self:flex-start;width:max-content;background:#ffffff;color:#111111;border:1px solid rgba(17,17,17,.25);font-size:.65rem;font-weight:600;padding:3px 8px;border-radius:12px;margin-bottom:4px;white-space:nowrap}.mic-noimg-heart-btn{width:24px;height:24px;border-radius:50%;background:transparent;border:1px solid rgba(17,17,17,.25);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#111111;font-size:.9rem;transition:color .18s ease,border-color .18s ease;flex-shrink:0;padding:0;margin-top:1px}.mic-noimg-heart-btn:hover{color:var(--red-soft);border-color:var(--red-soft)}.mic-noimg-heart-btn.active{color:var(--red-dark);border-color:var(--red-dark)}.mic-noimg-add-btn{flex-shrink:0;height:30px;padding:0 20px;font-size:.7rem;letter-spacing:.12em}.mic-noimg-qty-ctrl{flex-shrink:0;height:30px;display:flex;align-items:center}.mic-noimg-qty-btn,.mic-noimg-qty-ctrl.btn-bracket:hover{background:transparent;color:#111111}.mic-noimg-qty-btn{width:28px;height:28px;border:none;cursor:pointer;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background var(--transition);flex-shrink:0}.mic-noimg-qty-btn:hover{background:rgba(17,17,17,.08)}.mic-noimg-qty-count{font-family:var(--font-accent);font-size:.8rem;font-weight:700;color:#111111;min-width:20px;text-align:center;line-height:1}.mic-noimg-body{position:relative;z-index:1;display:flex;flex-direction:column;flex:1 1;padding:16px 16px 14px;gap:6px}.mic-noimg-name-price-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-height:calc(1.2em * 2)}.mic-noimg-title-wrap{display:flex;align-items:flex-start;gap:8px;flex:1 1;min-width:0}.mic-noimg-name{margin:0;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;word-break:break-word}.mic-noimg-name,.mic-noimg-price{font-family:var(--font-accent);font-size:.95rem;font-weight:700;color:#111111}.mic-noimg-price{white-space:nowrap;flex-shrink:0;padding-top:1px}.mic-noimg-desc{font-family:var(--font-accent);font-size:.75rem;color:rgba(17,17,17,.6);line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(1.4em * 2)}.mic-noimg-desc--empty{visibility:hidden;min-height:0}.mic-noimg-action-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:8px}.mic-noimg-badges{display:flex;flex-direction:row;align-items:center;gap:8px;min-height:20px}.mic-noimg-modifier-badge{position:static;width:22px;height:22px;border-radius:50%;background:#ffffff;border:1px solid rgba(17,17,17,.2);display:flex;align-items:center;justify-content:center;color:#111111;pointer-events:none}.mic-noimg-modifier-badge img{opacity:1}.mic-noimg-note-indicator{position:absolute;top:-3px;right:-3px;width:8px;height:8px;border-radius:50%;background:var(--red-dark);box-shadow:0 1px 2px rgba(0,0,0,.35)}.mic-noimg-note-btn{position:relative;width:22px;height:22px;border-radius:50%;background:#ffffff;border:1px solid rgba(17,17,17,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:transform .18s ease,border-color .18s ease}.mic-noimg-note-btn:hover{transform:translateY(-1px);border-color:rgba(17,17,17,.4)}.mic-noimg-note-icon{width:12px;height:13px;display:block;filter:brightness(0) saturate(100%);opacity:.85}.mic-noimg-note-plus{position:absolute;top:-3px;right:-3px;width:8px;height:8px;border-radius:50%;background:var(--red-dark);color:#fff;font-size:.4rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px rgba(0,0,0,.35)}@media (max-width:576px){.mic-noimg-name,.mic-noimg-price{font-size:.9rem}.mic-noimg-desc{font-size:.7rem}.mic-noimg-add-btn{height:28px;padding:0 16px;font-size:.6rem}.mic-noimg-qty-ctrl{height:28px}.mic-noimg-qty-btn{width:24px;height:24px;font-size:.8rem}.mic-noimg-qty-count{font-size:.7rem;min-width:16px}}