/* ==============================================
   OASIS INNOVATES CHILD THEME - CUSTOMIZATIONS
   ============================================== */

/* Child theme specific overrides and customizations go here */

/* Example: Override primary button color */
.btn-primary {
	/* background-color: #your-custom-color; */
}

/* Example: Custom hero section styling */
.hero-section {
	/* Add custom gradient or background image */
}

/* Example: Custom product grid styling */
.products-grid {
	/* Custom grid layout adjustments */
}

/* Add your custom CSS below */
