.dps-3744-container {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.dps-3744-selling {
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
}

.dps-3744-original {
    font-size: 18px;
    color: #9ca3af;
    text-decoration: line-through;
    opacity: 0.7;
    line-height: 1;
}

.dps-3744-savings {
    background-color: #cda869;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
}