/**
 * WizAtom ProductTitle — v2 CSS
 */

.wiz-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2px;
}

.wiz-title__name {
    margin: 0;
    padding: 0;
    font-family: var(--wiz-font-family);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222222;
}

.wiz-title__link {
    color: inherit;
    text-decoration: none;
}

.wiz-title__sku {
    color: #6b7280;
    font-size: 12px;
    font-weight: 400;
}
