/*
Theme Name: Woodmart Child Lightweight (Orkidia)
Description: Ultra-fast & Optimized Child Theme for Orkidia Fashion
Author: Antigravity AI
Template: woodmart
Version: 1.0.0
*/

/* Custom Brand Colors & Performance Enhancements */
:root {
  --orkidia-purple: #8A00C2;
  --orkidia-purple-hover: #7200A1;
}

/* Primary Color Overrides */
.brand-purple, .btn-accent {
  background-color: var(--orkidia-purple) !important;
  color: #ffffff !important;
}

/* Fast CSS Rendering & Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* Optimize Product Cards Image Loading */
.product-grid-item img {
  content-visibility: auto;
}
