/* Spliff — Product Title + Badge */

.spliff-ptitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.spliff-ptitle *,
.spliff-ptitle *::before,
.spliff-ptitle *::after {
    box-sizing: border-box;
}

.spliff-ptitle__title {
    margin: 0;
    line-height: 1.15;
    color: #0F0F10;
}

.spliff-ptitle__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 50px;
    background: #3D5BFF;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-transform: uppercase;
}
