/* AXE eBay Store CSS */
.axe-ebay-store-wrap{border:1px solid #e5e7eb;border-radius:12px;padding:14px;background:#fff}
.axe-ebay-store-filter{display:flex;gap:8px;align-items:center;margin-bottom:12px;flex-wrap:wrap}
.axe-ebay-store-filter .axe-ebay-q{flex:2;min-width:180px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px}
.axe-ebay-store-filter .axe-ebay-category{flex:1;min-width:180px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}
.axe-ebay-store-filter .axe-ebay-btn{padding:8px 12px;border-radius:8px;background:#111827;color:#fff;border:0;cursor:pointer}
.axe-ebay-store{display:grid;grid-gap:14px}
.axe-ebay-store.axe-view-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.axe-ebay-store.axe-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.axe-ebay-store.axe-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.axe-ebay-store.axe-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.axe-ebay-store.axe-view-list{display:block}
.axe-ebay-card{display:flex;gap:10px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff}
.axe-ebay-card .thumb{display:block;width:160px;flex:0 0 160px;background:#f9fafb}
.axe-ebay-card .thumb img{width:100%;height:100%;object-fit:cover;display:block}
.axe-ebay-card .meta{padding:12px;display:flex;flex-direction:column;gap:6px}
.axe-ebay-card .title{font-weight:600;line-height:1.3}
.axe-ebay-card .price{color:#111827;font-weight:700}
.axe-ebay-card .btn{display:inline-block;padding:8px 12px;border-radius:8px;background:#111827;color:#fff;text-decoration:none}
.axe-ebay-store-empty{padding:12px;color:#6b7280}
.axe-ebay-store-more{margin-top:10px;display:flex;gap:12px;align-items:center}
.axe-ebay-load-more{padding:8px 12px;border-radius:8px;background:#111827;color:#fff;border:0;cursor:pointer}
.axe-ebay-store-pagination{display:none}
@media (max-width: 900px){.axe-ebay-store.axe-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 600px){.axe-ebay-store.axe-view-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.axe-ebay-card .thumb{width:120px;flex-basis:120px}}
.axe-ebay-store-error{padding:12px;border:1px solid #fca5a5;background:#fef2f2;border-radius:8px;margin-bottom:10px}

/* hide filters when disabled */
.axe-ebay-hidden{display:none!important}


/* --- Layout options (v1.4.0) --- */
.axe-ebay-store-wrap.align-center .axe-ebay-card .meta{align-items:center;text-align:center}
.axe-ebay-store-wrap.align-left   .axe-ebay-card .meta{align-items:flex-start;text-align:left}
.axe-ebay-store-wrap.align-stretch .axe-ebay-card .meta{align-items:stretch;text-align:left}
.axe-ebay-store-wrap.axe-equalize .axe-ebay-card{height:100%}
.axe-ebay-store-wrap.axe-equalize .axe-ebay-card .meta{height:100%;display:flex;flex-direction:column}
.axe-ebay-store-wrap.axe-equalize .axe-ebay-card .title{flex:1 1 auto}
.axe-ebay-store-wrap.axe-equalize .axe-ebay-card .price{margin-top:auto}
.axe-ebay-store-wrap.axe-equalize .axe-ebay-card .cta{margin-top:6px}
