.ahc-card{position:relative;font-family:inherit;display:flex;flex-direction:column;height:100%;}
.ahc-image-link{display:block;text-decoration:none;}
.ahc-image-link-cover{position:absolute;inset:0;z-index:1;}
.ahc-image-wrap{position:relative;width:100%;height:180px;border-radius:16px;overflow:hidden;z-index:0;isolation:isolate;}
.ahc-image-wrap img{width:100%;height:100%;object-fit:cover;display:block;}
.ahc-save-badge{position:absolute;top:10px;left:10px;border-radius:20px;padding:6px 12px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:5px;box-shadow:0 1px 6px rgba(0,0,0,.18);z-index:3;}
.ahc-store-overlay{position:absolute;inset:0;background:rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;z-index:2;padding:0 10px;box-sizing:border-box;text-align:center;pointer-events:none;}
.ahc-store-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;transition:transform .35s ease;pointer-events:none;}
.ahc-store-content a {pointer-events:auto;}
.ahc-card:hover .ahc-store-content,.ahc-card.ahc-active .ahc-store-content,.ahc-card.ahc-always .ahc-store-content{transform:translateY(-16px);}
.ahc-store-name{font-size:15px;font-weight:700;text-align:center;color:#fff;max-width:100%;word-wrap:break-word;--ahc-stroke-width:0px;--ahc-stroke-color:#000;-webkit-text-stroke:var(--ahc-stroke-width) var(--ahc-stroke-color);paint-order:stroke fill;}
.ahc-content{position:relative;margin:-20px 8px 0;border-radius:16px;padding:16px 14px 8px;box-shadow:0 4px 20px rgba(30,25,15,.1);z-index:1;background-color:#fff;flex-grow:1;display:flex;flex-direction:column;}
.ahc-card.ahc-layout-overlay .ahc-content{position:absolute;left:8px;right:8px;bottom:12px;margin:0;z-index:3;background:none !important;box-shadow:none !important;min-height:0;padding:8px;}
.ahc-card.ahc-layout-overlay .ahc-image-wrap{flex-grow:1;}
.ahc-card.ahc-layout-overlay .ahc-title,.ahc-card.ahc-layout-overlay .ahc-rating,.ahc-card.ahc-layout-overlay .ahc-meta-item{text-shadow:0 1px 3px rgba(0,0,0,.55);}
.ahc-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;}
.ahc-title{font-size:16px;font-weight:700;}
.ahc-rating{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;white-space:nowrap;}
.ahc-order-wrap{max-height:0;opacity:0;overflow:hidden;text-align:center;transition:max-height .3s ease,opacity .3s ease,padding .3s ease; width: 100%; margin-top: auto;}
.ahc-order-btn{display:inline-block;font-weight:700;font-size:12px;letter-spacing:.5px;padding:9px 26px;border-radius:24px;text-decoration:none;transition:background-color .2s ease,color .2s ease;}
.ahc-meta-row{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:11px;flex-wrap:wrap;}
.ahc-title-loc{display:flex;align-items:center;gap:6px;min-width:0;}
.ahc-location-icon{display:flex;align-items:center;flex-shrink:0;color:#6B6558;}
.ahc-location-icon svg,.ahc-location-icon i{width:13px;height:13px;font-size:13px;fill:currentColor;}
.ahc-meta-item{display:flex;align-items:center;gap:4px;white-space:nowrap;}
.ahc-meta-item i{font-size:12px;line-height:1;}
.ahc-meta-item svg{width:12px;height:12px;flex-shrink:0;fill:currentColor;}
.ahc-card:hover .ahc-order-wrap,.ahc-card.ahc-active .ahc-order-wrap,.ahc-card.ahc-always .ahc-order-wrap{max-height:70px;opacity:1;}
.ahc-card:hover .ahc-content .ahc-order-wrap,.ahc-card.ahc-active .ahc-content .ahc-order-wrap,.ahc-card.ahc-always .ahc-content .ahc-order-wrap{padding-top:10px;}
@media (max-width:767px){
    .ahc-order-wrap{max-height:70px;opacity:1;}
    .ahc-content .ahc-order-wrap{padding-top:10px;}
    .ahc-store-overlay{padding:0 8px;}
    .ahc-content{margin-left:8px;margin-right:8px;}
    .ahc-card.ahc-layout-overlay .ahc-content{left:8px;right:8px;}
    .ahc-title-row { justify-content: flex-start; gap: 10px; }
}
.ahc-card[data-ahc-schedule="1"][data-ahc-state="preorder"] .ahc-schedule-normal{display:none !important;}
.ahc-card[data-ahc-schedule="1"]:not([data-ahc-state="preorder"]) .ahc-schedule-preorder{display:none !important;}
