.ds-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px}
.ds-card{border:1px solid #eee;border-radius:14px;padding:15px}
.ds-card img{width:100%;border-radius:12px}
.ds-progress{background:#eee;height:8px;border-radius:6px;margin:8px 0}
.ds-progress span{display:block;background:var(--c);height:8px;border-radius:6px}
.ds-btn{width:100%;margin-top:6px;padding:10px;border:0;border-radius:8px;background:var(--c);color:#fff}
.ds-btn.outline{background:#fff;color:var(--c);border:1px solid var(--c)}
.ds-btn.gift{background:#444}
