/*
|--------------------------------------------------------------------------
| Powered by A&A Digital Agency (From Almir Internet Solutions GROUP)
|--------------------------------------------------------------------------
| Website: www.almir.co.il
| Contact: info@almir.co.il
| Developer: Albert Amir
| Phone: +972 04-63-63-281
| Version: 1.0.0
| Created: 13/07/2026
| Updated: 13/07/2026
|--------------------------------------------------------------------------
*/

/* Shared store button. */
.btn-store {
    /* Add shared local overrides here. */
}

/* Add to cart. */
.btn-store.add-cart {
    /* Add local overrides here. */
}

/* Product or item details. */
.btn-store.details {
    /* Add local overrides here. */
}

/* Secondary actions, such as continue shopping and reset. */
.btn-store.secondary {
    /* Add local overrides here. */
}

/* Shopping cart. */
.btn-store.cart {
    /* Add local overrides here. */
}

/* Checkout and card payment. */
.btn-store.payment {
    /* Add local overrides here. */
}

/* Successful order submission. */
.btn-store.success {
    /* Add local overrides here. */
}

/* WhatsApp order action. */
.btn-store.whatsapp {
    /* Add local overrides here. */
}

/* Homepage section action. */
.btn-store.store-section-button {
    /* Add local overrides here. */
}

/* Product search and filter action. */
.btn-store.store-search-filter-btn {
    /* Add local overrides here. */
}

/* Vehicle listing contact actions. */
.btn-store.call {
    /* Add local overrides here. */
}

.btn-store:disabled {
    /* Add local disabled-state overrides here. */
}
