.df-stock {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin: 10px 0;
}

.df-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 10px;
}

.df-dot--green {
    background: #2ecc71;
}

.df-dot--red {
    background: #e74c3c;
}

.df-stock--in {
    color: #2ecc71;
}

.df-stock--out {
    color: #e74c3c;
}

.df-stock-wrapper {
    margin: 10px 0;
}

.df-delivery-time {
    margin: 4px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #444444 !important;
}

.df-brand-wrapper {
    margin-bottom: 15px;
}

.df-brand-logo {
    max-height: 50px;
    width: auto;
    object-fit: contain;
}
