* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --primary: #2D5016;
  --primary-light: #4A7C23;
  --secondary: #8B4513;
  --accent: #D4A574;
  --gold: #C9A961;
  --gold-light: #E8D5A3;
  --cream: #FDF8F0;
  --beige: #F5EBE0;
  --dark: #1A1A1A;
  --gray: #6B6B6B;
  --light-gray: #E5E5E5;
  --white: #FFFFFF;
  --gradient-green: linear-gradient(135deg, #2D5016 0%, #4A7C23 100%);
  --gradient-gold: linear-gradient(135deg, #C9A961 0%, #E8D5A3 100%);
  --gradient-cream: linear-gradient(135deg, #FDF8F0 0%, #F5EBE0 100%);
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
  --shadow-xl: 0 12px 48px rgba(0,0,0,0.15);
  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 30px;
}

body { font-family: "Kanit", sans-serif; line-height: 1.7; color: var(--dark); background: var(--cream); overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: all 0.3s; }
ul { list-style: none; }
.pxteo14h { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }

/* Header */
.uchoazil { background: var(--white); position: sticky; top: 0; z-index: 1000; box-shadow: var(--shadow-md); }
.gdqi3dt2 { background: var(--primary); padding: 0.6rem 0; }
.ig2vdjgd { display: flex; justify-content: center; gap: 3rem; color: var(--white); font-size: 0.9rem; }
.ig2vdjgd span { display: flex; align-items: center; gap: 0.5rem; }
.ifitxyqw { padding: 1rem 0; }
.af9njqjx { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.m50iddx8 { display: flex; align-items: center; gap: 0.8rem; }
.j8wpbvef { font-size: 2.5rem; }
.zd8n2cbc { display: flex; flex-direction: column; }
.dig7h2v0 { font-size: 1.4rem; font-weight: 700; color: var(--primary); line-height: 1.2; }
.qbmyzl9l { font-size: 0.85rem; font-weight: 500; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; }
.mi5oq8vi { display: flex; gap: 2.5rem; }
.mi5oq8vi a { font-weight: 500; color: var(--dark); position: relative; padding: 0.5rem 0; }
.mi5oq8vi a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.3s; }
.mi5oq8vi a:hover { color: var(--primary); }
.mi5oq8vi a:hover::after { width: 100%; }
.mxzbfzc9 { display: flex; align-items: center; gap: 1rem; }
.axeken66, .j8peis3e { width: 45px; height: 45px; border-radius: 50%; border: 2px solid var(--light-gray); background: var(--white); font-size: 1.2rem; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; position: relative; }
.axeken66:hover, .j8peis3e:hover { border-color: var(--gold); background: var(--beige); }
.vfrmodlb { position: absolute; top: -5px; right: -5px; width: 22px; height: 22px; background: var(--gold); color: var(--white); border-radius: 50%; font-size: 0.75rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.udqft142 { background: var(--gradient-green); color: var(--white); border: none; padding: 0.8rem 1.8rem; border-radius: 50px; font-weight: 600; cursor: pointer; transition: all 0.3s; font-family: inherit; }
.udqft142:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

/* Hero Section */
.uf5bt22i { min-height: 85vh; display: flex; align-items: center; position: relative; background: var(--gradient-cream); overflow: hidden; padding: 3rem 0; }
.bmfarlkc { position: absolute; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; }
.ss7u55u0 { position: absolute; font-size: 3rem; opacity: 0.15; animation: float 6s ease-in-out infinite; }
.tnj60a0f { top: 10%; left: 5%; animation-delay: 0s; }
.s8ng7aj0 { top: 60%; right: 10%; animation-delay: 2s; }
.irqg807o { bottom: 15%; left: 20%; animation-delay: 4s; }
.eacmyptx { position: absolute; border-radius: 50%; opacity: 0.08; }
.l6cv4noe { width: 500px; height: 500px; background: var(--gold); top: -150px; right: -100px; }
.mgapxdil { width: 350px; height: 350px; background: var(--primary); bottom: -100px; left: -100px; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(10deg); } }
.rai5edmd { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.cre4ri5b { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--white); color: var(--primary); padding: 0.6rem 1.4rem; border-radius: 50px; font-weight: 600; margin-bottom: 1.5rem; box-shadow: var(--shadow-md); border: 1px solid var(--gold-light); }
.m4qirgxu { font-size: 4.2rem; line-height: 1.1; margin-bottom: 1.5rem; color: var(--dark); }
.lsvs2549 { color: var(--gray); font-weight: 300; }
.tol2sjoi { color: var(--gold); background: linear-gradient(135deg, #C9A961 0%, #B8944A 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.x6oblvm6 { font-size: 1.15rem; color: var(--gray); margin-bottom: 2rem; line-height: 1.9; max-width: 500px; }
.ed1nw94o { display: flex; gap: 1rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.dlpxj8zq { padding: 0.9rem 2rem; border-radius: 50px; font-weight: 600; cursor: pointer; transition: all 0.3s; border: none; font-size: 1rem; font-family: inherit; display: inline-flex; align-items: center; gap: 0.6rem; }
.dtimrtsy { padding: 1.1rem 2.5rem; font-size: 1.05rem; }
.vf4wgwz5 { background: var(--gradient-gold); color: var(--dark); box-shadow: 0 4px 15px rgba(201, 169, 97, 0.4); }
.vf4wgwz5:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(201, 169, 97, 0.5); }
.x9n392gw { background: rgba(255,255,255,0.9); color: var(--dark); border: 2px solid var(--white); backdrop-filter: blur(10px); }
.x9n392gw:hover { background: var(--white); transform: translateY(-3px); }
.zr9ub2t6 { display: flex; gap: 2rem; flex-wrap: wrap; }
.sqwofa5j { display: flex; align-items: center; gap: 0.6rem; font-size: 0.95rem; color: var(--dark); background: var(--white); padding: 0.6rem 1.2rem; border-radius: 50px; box-shadow: var(--shadow-sm); }
.l7720eic { font-size: 1.2rem; }
.lfzn8451 { display: flex; flex-direction: column; gap: 1.5rem; }
.xbpdljk8 { display: flex; justify-content: center; }
.dtwlugwa { background: var(--white); border-radius: var(--radius-xl); padding: 2.5rem; text-align: center; box-shadow: var(--shadow-xl); position: relative; transform: rotate(-2deg); transition: all 0.4s; border: 2px solid var(--gold-light); }
.dtwlugwa:hover { transform: rotate(0) scale(1.02); box-shadow: var(--shadow-xl); }
.vdr57q15 { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--gradient-gold); color: var(--dark); padding: 0.4rem 1.5rem; border-radius: 20px; font-weight: 700; font-size: 0.85rem; box-shadow: var(--shadow-md); }
.qfh6c76n { font-size: 6rem; margin-bottom: 1rem; }
.qqg1cicc { font-size: 1.3rem; font-weight: 600; color: var(--dark); margin-bottom: 0.8rem; }
.iiimxovx { display: flex; justify-content: center; gap: 1rem; align-items: center; }
.dcac4gs2 { font-size: 1.2rem; color: var(--gray); text-decoration: line-through; }
.dt3hjgjb { font-size: 1.8rem; font-weight: 700; color: var(--primary); }
.by6ec9ie { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.vx11re64 { background: var(--white); border-radius: var(--radius-lg); padding: 1.2rem; text-align: center; box-shadow: var(--shadow-md); transition: all 0.3s; border: 1px solid var(--beige); }
.vx11re64:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--gold-light); }
.n1w63p16 { font-size: 2.5rem; display: block; margin-bottom: 0.5rem; }
.hessgw37 { font-size: 0.85rem; color: var(--gray); display: block; margin-bottom: 0.3rem; }
.n3swivxh { font-size: 1rem; font-weight: 700; color: var(--primary); }

/* Section Styles */
.ajhuwq1l { text-align: center; margin-bottom: 3rem; }
.r5ev3c8e { display: inline-block; background: var(--gradient-green); color: var(--white); padding: 0.5rem 1.5rem; border-radius: 25px; font-weight: 600; margin-bottom: 1rem; font-size: 0.9rem; }
.r5ev3c8e.hyb1f6x6 { background: var(--gradient-gold); color: var(--dark); }
.r5ev3c8e.bpqawt81 { background: linear-gradient(135deg, #4A7C23 0%, #6B9B37 100%); }
.r5ev3c8e.eab76xow { background: linear-gradient(135deg, #6B4C7C 0%, #8B6B9B 100%); }
.olez1ofq { font-size: 2.8rem; color: var(--dark); margin-bottom: 0.5rem; }
.gu5ws7dr { color: var(--gray); font-size: 1.1rem; }

/* Categories */
.z3r3iu9q { padding: 5rem 0; background: var(--white); }
.hl6znefv { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.5rem; }
.m6vl12np { background: var(--cream); border-radius: var(--radius-lg); padding: 2rem 1.5rem; text-align: center; transition: all 0.3s; cursor: pointer; border: 2px solid transparent; }
.m6vl12np:hover { border-color: var(--gold); transform: translateY(-8px); box-shadow: var(--shadow-lg); background: var(--beige); }
.m6vl12np.wnejcyx5 { background: var(--gradient-green); color: var(--white); }
.m6vl12np.wnejcyx5 .igaiqf4h, .m6vl12np.wnejcyx5 .za9ne58g { color: rgba(255,255,255,0.85); }
.qciofdxs { font-size: 3.5rem; margin-bottom: 1rem; }
.km7o90ef { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--dark); }
.m6vl12np.wnejcyx5 .km7o90ef { color: var(--white); }
.igaiqf4h { font-size: 0.85rem; color: var(--gray); margin-bottom: 0.8rem; }
.za9ne58g { font-size: 0.8rem; color: var(--gold); font-weight: 600; }

/* Bestsellers */
.e4pnjv2n { padding: 5rem 0; background: var(--cream); }
.fkd98b5p { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 3rem; }
.ak302bht { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.3s; cursor: pointer; box-shadow: var(--shadow-sm); position: relative; }
.ak302bht:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); }
.ak302bht.otiu7e09 { border: 2px solid var(--gold); }
.helyvqsb { position: absolute; top: 12px; left: 12px; padding: 0.35rem 0.9rem; border-radius: 20px; font-size: 0.75rem; font-weight: 700; color: var(--white); z-index: 1; }
.helyvqsb.gieudkf0 { background: linear-gradient(135deg, #E63946 0%, #FF6B6B 100%); }
.helyvqsb.vwk1d5rb { background: linear-gradient(135deg, #4ECDC4 0%, #7EDDD6 100%); }
.helyvqsb.ibla7u6f { background: var(--gradient-gold); color: var(--dark); }
.helyvqsb.pq344gb0 { background: linear-gradient(135deg, #FF8C42 0%, #FFA94D 100%); }
.q1zgjbm0 { height: 160px; background: var(--beige); display: flex; align-items: center; justify-content: center; font-size: 5rem; }
.tpq03t8d { padding: 1.3rem; }
.hp7flsik { color: var(--gold); font-size: 0.9rem; margin-bottom: 0.5rem; }
.hp7flsik span { color: var(--gray); font-size: 0.8rem; }
.amdhv99d { font-size: 1.05rem; font-weight: 600; color: var(--dark); margin-bottom: 0.4rem; }
.s42j8784 { font-size: 0.85rem; color: var(--gray); margin-bottom: 1rem; line-height: 1.5; }
.qpk6nuph { display: flex; justify-content: space-between; align-items: center; }
.uiu7v2xv { display: flex; flex-direction: column; }
.mckn8yb0 { font-size: 0.85rem; color: var(--gray); text-decoration: line-through; }
.s3mzzkzj { font-size: 1.2rem; font-weight: 700; color: var(--primary); }
.m83qo9ct { width: 38px; height: 38px; border-radius: 50%; background: var(--gradient-green); color: var(--white); border: none; font-size: 1.5rem; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; }
.m83qo9ct:hover { transform: scale(1.1); box-shadow: 0 4px 12px rgba(45, 80, 22, 0.4); }
.p1dvs49l { text-align: center; }
.yvuy9zp9 { background: transparent; border: 2px solid var(--gold); color: var(--dark); }
.yvuy9zp9:hover { background: var(--gold); color: var(--white); }

/* Herbs Section */
.hcntrzk1 { padding: 5rem 0; background: var(--white); }
.mmr3obs1 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.n5wv0zde { background: var(--cream); border-radius: var(--radius-lg); padding: 2rem; text-align: center; transition: all 0.3s; cursor: pointer; border: 1px solid var(--beige); }
.n5wv0zde:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--gold-light); }
.alo63cvh { position: relative; width: 120px; height: 120px; margin: 0 auto 1.5rem; }
.oszzim02 { font-size: 4rem; position: relative; z-index: 1; }
.zgncnshk { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100px; height: 100px; border: 3px solid var(--gold-light); border-radius: 50%; }
.si3xfza7 { font-size: 1.3rem; font-weight: 700; color: var(--primary); margin-bottom: 0.8rem; }
.a8rqn355 { font-size: 0.9rem; color: var(--gray); margin-bottom: 1rem; line-height: 1.6; }
.la6rlctv { text-align: left; }
.la6rlctv li { font-size: 0.85rem; color: var(--dark); padding: 0.3rem 0; }
.la6rlctv li::before { content: '🌿 '; }

/* Benefits Section */
.odypulr8 { padding: 5rem 0; background: var(--beige); }
.rypnsgyo { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; }
.dquj3rka { display: flex; flex-direction: column; gap: 1.5rem; }
.w7b2cukf { display: flex; gap: 1.5rem; background: var(--white); padding: 1.5rem; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: all 0.3s; cursor: pointer; }
.w7b2cukf:hover { transform: translateX(10px); box-shadow: var(--shadow-md); }
.s300w1rq { font-size: 2.5rem; flex-shrink: 0; }
.kn4z5h1o h4 { font-size: 1.1rem; font-weight: 600; color: var(--dark); margin-bottom: 0.4rem; }
.kn4z5h1o p { font-size: 0.9rem; color: var(--gray); line-height: 1.6; }
.s3hcwrng { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.maoae42d { background: var(--gradient-green); color: var(--white); padding: 2rem; border-radius: var(--radius-lg); text-align: center; box-shadow: var(--shadow-lg); }
.p42y0dtg { font-size: 2.5rem; font-weight: 700; display: block; margin-bottom: 0.5rem; }
.yafa3es4 { font-size: 0.9rem; opacity: 0.9; }

/* Reviews */
.d69komh5 { padding: 5rem 0; background: var(--cream); }
.zkeou6lr { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.x1cq35hf { background: var(--white); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-md); transition: all 0.3s; cursor: pointer; }
.x1cq35hf:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); }
.ylvjraxk { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.pkoglj7g { font-size: 3rem; }
.jp1fn1qe h4 { font-size: 1rem; font-weight: 600; color: var(--dark); }
.cv6wbuwv { color: var(--gold); font-size: 0.9rem; }
.e2j8m42o { font-size: 0.8rem; color: var(--gray); margin-left: auto; }
.tk1xj9mo { font-size: 0.95rem; color: var(--dark); line-height: 1.7; margin-bottom: 1rem; font-style: italic; }
.kutsk5eu { display: flex; align-items: center; gap: 0.5rem; padding-top: 1rem; border-top: 1px dashed var(--light-gray); }
.wd2hugs3 { font-size: 1.2rem; }
.kutsk5eu span { font-size: 0.85rem; color: var(--gray); }

/* Promo Section */
.pfjpgirm { padding: 4rem 0; }
.wbd4eac5 { background: var(--gradient-green); border-radius: var(--radius-xl); padding: 3rem; display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: center; box-shadow: var(--shadow-xl); position: relative; overflow: hidden; }
.wbd4eac5::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.kw8hjp1e { display: inline-block; background: var(--gradient-gold); color: var(--dark); padding: 0.5rem 1.3rem; border-radius: 25px; font-weight: 700; margin-bottom: 1.5rem; }
.e368mt1j { font-size: 2.2rem; color: var(--white); margin-bottom: 0.8rem; }
.xeam52fc { color: rgba(255,255,255,0.9); font-size: 1rem; margin-bottom: 2rem; }
.duf7fi9m { display: flex; gap: 1rem; flex-wrap: wrap; }
.duf7fi9m input { flex: 1; min-width: 180px; padding: 1rem 1.5rem; border: none; border-radius: 50px; font-size: 0.95rem; font-family: inherit; outline: none; }
.duf7fi9m input:focus { box-shadow: 0 0 0 3px rgba(255,255,255,0.2); }
.rem1o5qh { color: rgba(255,255,255,0.8); font-size: 0.85rem; margin-top: 1rem; }
.zfhe5u39 { display: flex; justify-content: center; }
.xqclrq43 { font-size: 8rem; animation: bounce 2s ease-in-out infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

/* Footer */
.k88zlumj { background: var(--dark); color: var(--white); padding: 4rem 0 2rem; }
.nf603xcf { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 3rem; margin-bottom: 3rem; }
.qoczqgw6 { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.2rem; }
.x8pq2q54 { color: #aaa; line-height: 1.9; margin-bottom: 1.5rem; }
.swhenhee { display: flex; gap: 0.8rem; }
.swhenhee a { width: 42px; height: 42px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: all 0.3s; }
.swhenhee a:hover { background: var(--gold); transform: translateY(-3px); }
.mmz5yne7 h4 { color: var(--gold); margin-bottom: 1.5rem; font-size: 1.05rem; }
.mmz5yne7 ul li { margin-bottom: 0.7rem; }
.mmz5yne7 a { color: #aaa; }
.mmz5yne7 a:hover { color: var(--white); padding-left: 5px; }
.n9pmbn9w li { color: #aaa; margin-bottom: 0.9rem; }
.o97l90f5 { display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); color: #888; }
.ea3adf7i { display: flex; gap: 1rem; font-size: 1.5rem; }

/* Modal */
.rv2holcr { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); align-items: center; justify-content: center; backdrop-filter: blur(5px); }
.gxlp6tt3 { background: var(--white); padding: 3rem; border-radius: var(--radius-xl); text-align: center; max-width: 420px; position: relative; animation: modalSlide 0.4s ease; border: 3px solid var(--gold-light); }
@keyframes modalSlide { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.ok1fww3q { position: absolute; top: 12px; right: 18px; font-size: 2.2rem; cursor: pointer; color: #aaa; background: none; border: none; transition: color 0.3s; }
.ok1fww3q:hover { color: var(--primary); }
.ucpb7ond { font-size: 5rem; margin-bottom: 1rem; }
.ow9w2e1r { color: var(--dark); font-size: 1.8rem; margin-bottom: 0.5rem; }
.xdsvav08 { color: var(--gray); font-size: 1rem; }

/* Responsive */
@media (max-width: 1200px) {
  .hl6znefv { grid-template-columns: repeat(3, 1fr); }
  .fkd98b5p { grid-template-columns: repeat(2, 1fr); }
  .mmr3obs1 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
  .rai5edmd { grid-template-columns: 1fr; text-align: center; }
  .x6oblvm6 { margin: 0 auto 2rem; }
  .ed1nw94o { justify-content: center; }
  .zr9ub2t6 { justify-content: center; }
  .rypnsgyo { grid-template-columns: 1fr; }
  .wbd4eac5 { grid-template-columns: 1fr; text-align: center; }
  .duf7fi9m { justify-content: center; }
  .nf603xcf { grid-template-columns: repeat(2, 1fr); }
  .zkeou6lr { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .ig2vdjgd { flex-direction: column; gap: 0.5rem; text-align: center; }
  .mi5oq8vi { display: none; }
  .m4qirgxu { font-size: 2.5rem; }
  .olez1ofq { font-size: 2rem; }
  .hl6znefv { grid-template-columns: repeat(2, 1fr); }
  .fkd98b5p { grid-template-columns: 1fr; }
  .mmr3obs1 { grid-template-columns: 1fr; }
  .by6ec9ie { grid-template-columns: 1fr; }
  .s3hcwrng { grid-template-columns: 1fr; }
  .nf603xcf { grid-template-columns: 1fr; }
  .o97l90f5 { flex-direction: column; gap: 1rem; text-align: center; }
}
