/* 24racks Store — catalog cards need a quiet label, not a second hero. */

.store-section-heading--compact {
    align-items: center;
    gap: 20px;
    padding-bottom: 15px;
}

.store-section-heading--compact .store-eyebrow {
    margin: 0;
}

.store-section-heading--compact > p {
    margin: 0;
    color: var(--text-3);
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .store-section-heading--compact {
        align-items: center;
        flex-direction: row;
        gap: 12px;
        padding-bottom: 13px;
    }

    .store-section-heading--compact > p {
        margin-left: auto;
        font-size: 9px;
        text-align: right;
    }
}
