/* CorteX Mini Shop – minimal front styles */
.cxms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}
.cxms-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}
.cxms-card img{width:100%;height:auto;border-radius:8px}
.cxms-card-title{font-size:16px;margin:8px 0}
.cxms-price del{opacity:.6;margin-right:6px}
.cxms-price ins{font-weight:700;text-decoration:none}
.cxms-wa-btn{display:inline-block;padding:10px 14px;border-radius:24px;border:1px solid #22c55e}
.cxms-wa-btn:hover{transform:translateY(-1px)}
.cxms-single{display:grid;grid-template-columns:1.1fr 1fr;gap:24px}
@media(max-width:900px){.cxms-single{grid-template-columns:1fr}}
.cxms-thumb{width:100%;height:auto;border-radius:12px}
.cxms-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;margin-top:10px}
.cxms-video{margin-top:12px;border-radius:12px;overflow:hidden}
.cxms-badge{display:inline-block;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;padding:2px 10px;margin-right:6px;font-size:12px}
.cxms-badge-new{background:#dbeafe;border-color:#bfdbfe}
.cxms-badge-best_seller{background:#dcfce7;border-color:#bbf7d0}
.cxms-specs{margin:10px 0 6px 0;padding-left:18px}
.cxms-specs li{margin:4px 0}
/* --- Slider --- */
.cxms-slider{position:relative;border-radius:12px;overflow:hidden;background:#fff}
.cxms-slide{display:none}
.cxms-slide.is-active{display:block}
.cxms-slide img{width:100%;height:auto;display:block}
.cxms-video iframe,.cxms-video video{width:100%;height:auto;display:block;aspect-ratio:1/1}
.cxms-thumbs{display:flex;gap:8px;margin-top:8px;overflow:auto;padding-bottom:4px}
.cxms-thumb{border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:0;line-height:0;cursor:pointer}
.cxms-thumb.is-active{outline:2px solid #1d4ed8;outline-offset:1px}
.cxms-thumb img{width:72px;height:72px;object-fit:cover;border-radius:8px;display:block}
.cxms-thumb-video{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:8px;background:#f1f5f9;font-weight:700}



