.sd-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    margin: 12px 0;
}

.sd-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.sd-card h3 {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.45;
}

.sd-thumb-wrap {
    margin: -4px -4px 10px;
}

.sd-thumb {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    background: #f3f4f6;
}

.sd-product {
    margin: 0 0 6px;
    color: #374151;
    font-size: 13px;
}

.sd-price {
    margin: 4px 0;
    color: #111827;
    font-weight: 700;
}

.sd-median {
    margin: 4px 0;
    color: #374151;
}

.sd-discount {
    margin: 6px 0 10px;
    color: #dc2626;
    font-weight: 700;
}

.sd-card a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.sd-card a:hover {
    text-decoration: underline;
}
