.scx-wrap{color:#0B0B0C; padding:1.5rem; max-width:1200px; margin:auto;}
.scx-filters{ text-align:center; margin-bottom:1rem;}
.scx-filters button, #scx-search{
  margin:6px; padding:8px 12px; border-radius:30px; border:2px solid transparent; background:#E92A2A; color:#fff; font-weight:700; cursor:pointer;
}
#scx-search{ background:#fff; color:#0B0B0C; border-color:#0B0B0C; font-weight:400; }
#scx-search:focus{ outline:none; box-shadow:0 0 0 3px #FBD40F33; border-color:#FBD40F; }
.scx-filter:hover, .scx-filter.active{ background:#FBD40F; color:#fff; }
.scx-grid{ display:grid; grid-template-columns:repeat(auto-fit, minmax(280px, 1fr)); gap:18px; }
.scx-card{ background:#fff; border-radius:16px; overflow:hidden; box-shadow:0 4px 12px rgba(0,0,0,0.1); display:flex; flex-direction:column; }
.scx-media{ background:#000; display:flex; align-items:center; justify-content:center; }
.scx-media img{ max-width:100%; max-height:100%; object-fit:contain; display:block; }
.scx-card-body{ flex:1; display:grid; grid-template-rows:auto 1fr auto; padding:14px 14px 16px; gap:8px; }
.scx-card-body h3{ margin:0; line-height:1.25; }
.scx-card-body p{ margin:0; line-height:1.6; overflow:visible; display:block; word-break: break-word; overflow-wrap:anywhere; text-rendering:optimizeLegibility; -webkit-font-smoothing:antialiased; }
.scx-price{ font-weight:700; margin-top:4px; }
.scx-btn{ display:none !important; }
