/* Strazar three-item promotion 1.6.0 */
.strazar-shop-promotion {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 28px;
    padding: 14px 18px;
    border-top: 1px solid #d7ad2c;
    border-bottom: 1px solid #d7ad2c;
    background: #fff;
    color: #0f2a43;
}

.strazar-shop-promotion strong {
    font-size: 16px;
    font-weight: 700;
}

.strazar-shop-promotion span {
    color: #56616b;
    font-size: 14px;
    text-align: right;
}

.strazar-gift-quantity {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe3e6;
    background: #f7f8f9;
}

@media (max-width: 549px) {
    .strazar-shop-promotion {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        margin-bottom: 20px;
        padding: 12px 14px;
    }

    .strazar-shop-promotion span {
        text-align: left;
    }
}
