.product-card-media {
    position: relative;
}

.visual-note {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(12, 40, 42, .82);
    color: #fff;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .05em;
}

.product-visual figcaption {
    margin-top: 10px;
    color: var(--muted);
    font-size: 12px;
    text-align: center;
}

.brand .brand-symbol {
    width: 52px;
    height: 52px;
    max-width: none;
    max-height: none;
    flex: 0 0 52px;
    object-fit: contain;
}

.brand-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-wordmark strong {
    font-size: 20px;
    letter-spacing: .08em;
}

.brand-wordmark small {
    margin-top: 7px;
    color: #617678;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .13em;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .brand .brand-symbol {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .brand-wordmark strong { font-size: 17px; }
    .brand-wordmark small { display: none; }
}
