.st-collection-sort {
    display: inline-grid;
    gap: 8px;
    width: min(100%, 260px);
    justify-self: start;
    margin: 10px 0 0;
    text-align: left;
}

.st-collection-sort label {
    color: var(--st-fg-soft);
    font-family: var(--st-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.st-collection-sort select {
    width: 100%;
}

