/*
Theme Name: CHAMAK LTD - Premium Eastern Wear
Theme URI: https://chamakltd.com
Author: CHAMAK LTD
Description: Premium boutique theme for CHAMAK LTD - Eastern wear style, fade slider, WooCommerce-ready, contact form to director@chamakltd.com
Version: 1.0
Text Domain: chamakltd-final
*/
:root{
  --bg:#fff;
  --accent:#C78E86;
  --accent-2:#E7B8B0;
  --muted:#6b6b6b;
  --text:#111111;
}
body{font-family: 'Open Sans', Arial, sans-serif; margin:0; background:var(--bg); color:var(--text);}
a{color:var(--accent); text-decoration:none;}
.site-header{padding:20px 28px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid rgba(0,0,0,0.04);}
.site-logo img{height:64px;}
.hero-slider{position:relative; overflow:hidden; height:540px; background:linear-gradient(180deg,#FBF7F6,#fff);}
.slide{position:absolute; inset:0; opacity:0; transition:opacity 1s ease-in-out; display:flex; align-items:center; justify-content:center;}
.slide.active{opacity:1;}
.slide .inner{max-width:1200px; padding:40px; display:flex; gap:30px; align-items:center;}
.btn{background:var(--accent); color:#fff; padding:12px 20px; border-radius:30px; font-weight:700; display:inline-block;}
.section{padding:48px 18px; max-width:1200px; margin:0 auto;}
.grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px;}
.card{background:#fff; padding:14px; border-radius:12px; box-shadow:0 8px 30px rgba(0,0,0,0.06); border:1px solid rgba(0,0,0,0.03); text-align:center;}
.product-image{width:100%; height:300px; object-fit:cover; border-radius:8px;}
.site-footer{padding:28px; text-align:center; color:var(--muted); border-top:1px solid rgba(0,0,0,0.04); background:linear-gradient(90deg,#fff,#F6E9E6);}
