/* Add custom CSS styles below */ 


.option-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 10px;
}

.option-button {
    padding: 2.5px 5px;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    background-color: white;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
}

.option-button.active {
    background-color: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
}

form.product-details__item{
    display: flex;
    flex-direction: column;
}

.new-inputs-container{
margin-bottom: 12px;
}
.new-inputs-container::before {
    content: 'ادخل عدد الأمتار';
    color: red;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: .5rem;
}