.hcfv2-catbar{ background: linear-gradient(180deg,#fffaf6,#ffffff); padding:18px; border-radius:12px; margin-bottom:22px; box-shadow:0 12px 36px rgba(0,0,0,0.04); }
.hcfv2-heading{ font-size:18px; font-weight:800; margin:12px 0; color:#222; }
.hcfv2-tiles{ display:flex; gap:12px; overflow-x:auto; padding-bottom:6px; -webkit-overflow-scrolling:touch; }
.hcfv2-item{ width:140px; flex:0 0 auto; background:#fff; border-radius:12px; padding:8px; text-align:center; box-shadow:0 8px 18px rgba(0,0,0,0.04); border:1px solid rgba(184,134,11,0.06); }
.hcfv2-item.active{ border-color:#d4a017; box-shadow:0 10px 26px rgba(212,160,23,0.12); transform:translateY(-4px); }
.hcfv2-thumb img{ width:120px; height:120px; object-fit:contain; border-radius:8px; display:block; margin:0 auto; background:#fff; padding:6px; }
.hcfv2-label{ margin-top:8px; font-weight:700; color:#222; font-size:13px; }
.hcfv2-bubbles{ margin-top:10px; display:flex; gap:12px; flex-wrap:wrap; }
.hcfv2-bubble{ flex:0 0 calc(50% - 12px); max-width:calc(50% - 12px); background: linear-gradient(180deg,#ffd9ee,#ffd0e8); border:1px solid #ffc0dd; padding:10px 12px; border-radius:26px; font-weight:700; font-size:14px; cursor:pointer; color:#5a2a3a; box-shadow:0 6px 18px rgba(0,0,0,0.04); }
.hcfv2-bubble.active{ background: linear-gradient(90deg,#b71c1c,#8f1515); color:#fff; border-color:transparent; }
.hcfv2-product-target{ margin-top:16px; }
.hcfv2-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap:14px; }
.hcfv2-card{ background:#fff; border-radius:12px; overflow:hidden; border:1px solid #eee; transition:transform .12s, box-shadow .12s; }
.hcfv2-card:hover{ transform:translateY(-6px); box-shadow:0 18px 40px rgba(0,0,0,0.08); }
.hcfv2-card-img{ height:160px; background:#f7f7f7; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.hcfv2-card-img img{ width:100%; height:100%; object-fit:cover; display:block; }
.hcfv2-card-body{ padding:10px; }
.hcfv2-card-title{ font-weight:700; color:#111; font-size:14px; min-height:44px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.hcfv2-price-final{ color:#b12704; font-weight:800; font-size:15px; }
.hcfv2-price-regular{ text-decoration:line-through; color:#777; font-weight:300; font-size:13px; margin-left:6px; }
.hcfv2-bubbles-under{ display:flex; flex-direction:column; gap:6px; margin-top:8px; align-items:flex-start;}
.hcfv2-coin-bubble{ background:linear-gradient(90deg,#ffd700,#f3c200); color:#111; padding:6px 8px; border-radius:14px; font-weight:800; font-size:12px; box-shadow:0 6px 18px rgba(0,0,0,0.06); }
.hcfv2-delivery-bubble{ background:linear-gradient(90deg,#ffd0e8,#ffc0dd); color:#4a2a3a; padding:6px 8px; border-radius:14px; font-weight:700; font-size:12px; box-shadow:0 6px 18px rgba(0,0,0,0.04); }
@media (max-width:768px){
  .hcfv2-grid{ grid-template-columns: repeat(2,1fr); gap:12px; }
  .hcfv2-card-img{ height:120px; }
  .hcfv2-item{ width:120px; }
  .hcfv2-thumb img{ width:100px; height:100px; }
  .hcfv2-bubble{ font-size:13px; padding:8px 10px; }
  .hcfv2-coin-bubble,.hcfv2-delivery-bubble{ font-size:11px; padding:5px 7px; }
}