/* Bestsellers section — Bootstrap card overrides scoped to .stw-bestsellers */

.stw-bestsellers .card {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.stw-bestsellers .card-img-top {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #efece6;
    border-radius: 0;
}

.stw-bestsellers .card-body {
    padding-left: 0;
    padding-right: 0;
}

.stw-bestsellers .badge.text-bg-light {
    background: var(--stw-grey-100) !important;
    color: var(--stw-ink) !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: var(--stw-radius-pill);
    padding: 5px 10px;
}

.stw-bestsellers small.text-muted {
    font-size: 13px;
    font-weight: 600;
    color: var(--stw-grey-700) !important;
}

.stw-bestsellers .card-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--stw-ink);
    letter-spacing: -0.005em;
}

.stw-bestsellers .card-text.small.text-muted {
    font-size: 14px;
    color: var(--stw-grey-700) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stw-bestsellers .card-footer {
    background: transparent !important;
    border-top: 1px solid var(--stw-grey-200);
    padding: 14px 0 16px;
    padding-left: 0;
    padding-right: 0;
}

.stw-bestsellers del.text-muted {
    color: var(--stw-grey-500) !important;
    text-decoration: line-through;
    font-size: 15px;
    font-weight: 600;
}

.stw-bestsellers strong {
    color: var(--stw-pink);
    font-weight: 800;
    font-size: 18px;
    letter-spacing: -0.01em;
}

.stw-bestsellers .badge.text-bg-success {
    color: var(--stw-pink) !important;
    background: var(--stw-pink-100) !important;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 4px 8px;
}

.stw-bestsellers .btn.btn-primary {
    background: var(--stw-pink);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 18px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: background 150ms, color 150ms, border-color 150ms;
}

.stw-bestsellers .btn.btn-primary:hover {
    background: #fff;
    color: var(--stw-pink);
    border-color: var(--stw-pink);
}
