/* Shared Aldos Fashion cursive wordmark */
.shop-brand-wordmark {
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 0.12em 0.35em;
    color: var(--brand, #8b1538);
    line-height: 1;
    text-transform: none;
}

.shop-brand-wordmark--on-dark {
    color: #fff;
}

.shop-brand-wordmark__aldos {
    font-family: "Great Vibes", "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(44px, 11vw, 58px);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
}

.shop-brand-wordmark__fashion {
    font-family: "Dancing Script", "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(32px, 8vw, 42px);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    padding-bottom: 0.08em;
}