* { 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; }
.aaf2s5np { max-width: 1280px; margin: 0 auto; padding: 0 2rem; }

/* Header */
.kvu3j8s7 { background: var(--white); position: sticky; top: 0; z-index: 1000; box-shadow: var(--shadow-md); }
.qkrmvlfk { background: var(--primary); padding: 0.6rem 0; }
.qxw5n41x { display: flex; justify-content: center; gap: 3rem; color: var(--white); font-size: 0.9rem; }
.qxw5n41x span { display: flex; align-items: center; gap: 0.5rem; }
.ohlyssrx { padding: 1rem 0; }
.v02eftyk { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.nom1od8b { display: flex; align-items: center; gap: 0.8rem; }
.okbxg8he { font-size: 2.5rem; }
.y8o01z3d { display: flex; flex-direction: column; }
.rreluxtn { font-size: 1.4rem; font-weight: 700; color: var(--primary); line-height: 1.2; }
.s58qwrgl { font-size: 0.85rem; font-weight: 500; color: var(--gold); letter-spacing: 1px; text-transform: uppercase; }
.en9jgdj3 { display: flex; gap: 2.5rem; }
.en9jgdj3 a { font-weight: 500; color: var(--dark); position: relative; padding: 0.5rem 0; }
.en9jgdj3 a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--gold); transition: width 0.3s; }
.en9jgdj3 a:hover { color: var(--primary); }
.en9jgdj3 a:hover::after { width: 100%; }
.iyjvg26f { display: flex; align-items: center; gap: 1rem; }
.md6oyk2t, .sx7u5x5m { 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; }
.md6oyk2t:hover, .sx7u5x5m:hover { border-color: var(--gold); background: var(--beige); }
.n0o7zag8 { 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; }
.m7tl90d4 { 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; }
.m7tl90d4:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }

/* Hero Section */
.k1js0dij { min-height: 85vh; display: flex; align-items: center; position: relative; background: var(--gradient-cream); overflow: hidden; padding: 3rem 0; }
.s3emnovn { position: absolute; top: 0; left: 0; right: 0; bottom: 0; pointer-events: none; }
.afnux81t { position: absolute; font-size: 3rem; opacity: 0.15; animation: float 6s ease-in-out infinite; }
.h906u0tp { top: 10%; left: 5%; animation-delay: 0s; }
.zbd1ffxu { top: 60%; right: 10%; animation-delay: 2s; }
.rxf85lrg { bottom: 15%; left: 20%; animation-delay: 4s; }
.q6q9gzle { position: absolute; border-radius: 50%; opacity: 0.08; }
.lvrg2fos { width: 500px; height: 500px; background: var(--gold); top: -150px; right: -100px; }
.p8n1t1nv { 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); } }
.ujqhotfy { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.bamv9wck { 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); }
.k1q4pfdp { font-size: 4.2rem; line-height: 1.1; margin-bottom: 1.5rem; color: var(--dark); }
.xoik8ij6 { color: var(--gray); font-weight: 300; }
.hkjgmz0g { color: var(--gold); background: linear-gradient(135deg, #C9A961 0%, #B8944A 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.z8rb2z2g { font-size: 1.15rem; color: var(--gray); margin-bottom: 2rem; line-height: 1.9; max-width: 500px; }
.kbmgf3ja { display: flex; gap: 1rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.izgnve11 { 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; }
.n3u24oky { padding: 1.1rem 2.5rem; font-size: 1.05rem; }
.pettdz9i { background: var(--gradient-gold); color: var(--dark); box-shadow: 0 4px 15px rgba(201, 169, 97, 0.4); }
.pettdz9i:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(201, 169, 97, 0.5); }
.kr25ovbe { background: rgba(255,255,255,0.9); color: var(--dark); border: 2px solid var(--white); backdrop-filter: blur(10px); }
.kr25ovbe:hover { background: var(--white); transform: translateY(-3px); }
.gjprfx49 { display: flex; gap: 2rem; flex-wrap: wrap; }
.r9t4tc7l { 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); }
.tq6wibx9 { font-size: 1.2rem; }
.ry5j3ekq { display: flex; flex-direction: column; gap: 1.5rem; }
.hvoqc0yt { display: flex; justify-content: center; }
.fisngo2i { 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); }
.fisngo2i:hover { transform: rotate(0) scale(1.02); box-shadow: var(--shadow-xl); }
.spvt1fmp { 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); }
.rl1ws9h0 { font-size: 6rem; margin-bottom: 1rem; }
.eutizykt { font-size: 1.3rem; font-weight: 600; color: var(--dark); margin-bottom: 0.8rem; }
.r3ka2552 { display: flex; justify-content: center; gap: 1rem; align-items: center; }
.ybz4b6vz { font-size: 1.2rem; color: var(--gray); text-decoration: line-through; }
.dhzyie6i { font-size: 1.8rem; font-weight: 700; color: var(--primary); }
.rrvmqgst { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.biflna20 { 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); }
.biflna20:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--gold-light); }
.b99jqddi { font-size: 2.5rem; display: block; margin-bottom: 0.5rem; }
.soyoytmr { font-size: 0.85rem; color: var(--gray); display: block; margin-bottom: 0.3rem; }
.l95taupi { font-size: 1rem; font-weight: 700; color: var(--primary); }

/* Section Styles */
.mt0r1kz4 { text-align: center; margin-bottom: 3rem; }
.jq5c6n4k { 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; }
.jq5c6n4k.nrtfgdim { background: var(--gradient-gold); color: var(--dark); }
.jq5c6n4k.udgfudbd { background: linear-gradient(135deg, #4A7C23 0%, #6B9B37 100%); }
.jq5c6n4k.wc2ftma3 { background: linear-gradient(135deg, #6B4C7C 0%, #8B6B9B 100%); }
.kwonginz { font-size: 2.8rem; color: var(--dark); margin-bottom: 0.5rem; }
.m17t1myj { color: var(--gray); font-size: 1.1rem; }

/* Categories */
.xt6jllcs { padding: 5rem 0; background: var(--white); }
.htjxeh8m { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.5rem; }
.nwx698dv { 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; }
.nwx698dv:hover { border-color: var(--gold); transform: translateY(-8px); box-shadow: var(--shadow-lg); background: var(--beige); }
.nwx698dv.bt97x3ul { background: var(--gradient-green); color: var(--white); }
.nwx698dv.bt97x3ul .wlenmzfz, .nwx698dv.bt97x3ul .be2u5foh { color: rgba(255,255,255,0.85); }
.jethsznz { font-size: 3.5rem; margin-bottom: 1rem; }
.e3eob5ly { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--dark); }
.nwx698dv.bt97x3ul .e3eob5ly { color: var(--white); }
.wlenmzfz { font-size: 0.85rem; color: var(--gray); margin-bottom: 0.8rem; }
.be2u5foh { font-size: 0.8rem; color: var(--gold); font-weight: 600; }

/* Bestsellers */
.spw6tv66 { padding: 5rem 0; background: var(--cream); }
.djtrkt3a { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 3rem; }
.m9myrxvv { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; transition: all 0.3s; cursor: pointer; box-shadow: var(--shadow-sm); position: relative; }
.m9myrxvv:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); }
.m9myrxvv.e111wm54 { border: 2px solid var(--gold); }
.gp6ogdn0 { 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; }
.gp6ogdn0.hot { background: linear-gradient(135deg, #E63946 0%, #FF6B6B 100%); }
.gp6ogdn0.rdx0et4f { background: linear-gradient(135deg, #4ECDC4 0%, #7EDDD6 100%); }
.gp6ogdn0.pq4xt4kv { background: var(--gradient-gold); color: var(--dark); }
.gp6ogdn0.preqo552 { background: linear-gradient(135deg, #FF8C42 0%, #FFA94D 100%); }
.zmwkxgua { height: 160px; background: var(--beige); display: flex; align-items: center; justify-content: center; font-size: 5rem; }
.g8j1at93 { padding: 1.3rem; }
.vnmn95a5 { color: var(--gold); font-size: 0.9rem; margin-bottom: 0.5rem; }
.vnmn95a5 span { color: var(--gray); font-size: 0.8rem; }
.np3irdz3 { font-size: 1.05rem; font-weight: 600; color: var(--dark); margin-bottom: 0.4rem; }
.eq0hka1r { font-size: 0.85rem; color: var(--gray); margin-bottom: 1rem; line-height: 1.5; }
.dkoa8983 { display: flex; justify-content: space-between; align-items: center; }
.j479fk74 { display: flex; flex-direction: column; }
.nhzm2nvb { font-size: 0.85rem; color: var(--gray); text-decoration: line-through; }
.nn97e4nl { font-size: 1.2rem; font-weight: 700; color: var(--primary); }
.hpx5cy5g { 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; }
.hpx5cy5g:hover { transform: scale(1.1); box-shadow: 0 4px 12px rgba(45, 80, 22, 0.4); }
.rg5h27ye { text-align: center; }
.maz8z3dc { background: transparent; border: 2px solid var(--gold); color: var(--dark); }
.maz8z3dc:hover { background: var(--gold); color: var(--white); }

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

/* Benefits Section */
.atdyk9j1 { padding: 5rem 0; background: var(--beige); }
.hv72v64c { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; }
.mevr8tob { display: flex; flex-direction: column; gap: 1.5rem; }
.w62exgrx { 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; }
.w62exgrx:hover { transform: translateX(10px); box-shadow: var(--shadow-md); }
.gk4xbjxj { font-size: 2.5rem; flex-shrink: 0; }
.drqaswp6 h4 { font-size: 1.1rem; font-weight: 600; color: var(--dark); margin-bottom: 0.4rem; }
.drqaswp6 p { font-size: 0.9rem; color: var(--gray); line-height: 1.6; }
.ioijgwtg { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.eb0nid17 { background: var(--gradient-green); color: var(--white); padding: 2rem; border-radius: var(--radius-lg); text-align: center; box-shadow: var(--shadow-lg); }
.enavzkmy { font-size: 2.5rem; font-weight: 700; display: block; margin-bottom: 0.5rem; }
.xe4r2j05 { font-size: 0.9rem; opacity: 0.9; }

/* Reviews */
.ig4dt7ix { padding: 5rem 0; background: var(--cream); }
.aqkgzpnm { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.u2t38gz8 { background: var(--white); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-md); transition: all 0.3s; cursor: pointer; }
.u2t38gz8:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); }
.um01aykp { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.geri1glf { font-size: 3rem; }
.eq6cjd4a h4 { font-size: 1rem; font-weight: 600; color: var(--dark); }
.zy7tfqnk { color: var(--gold); font-size: 0.9rem; }
.poh5ro61 { font-size: 0.8rem; color: var(--gray); margin-left: auto; }
.md5uogp6 { font-size: 0.95rem; color: var(--dark); line-height: 1.7; margin-bottom: 1rem; font-style: italic; }
.i95p7szh { display: flex; align-items: center; gap: 0.5rem; padding-top: 1rem; border-top: 1px dashed var(--light-gray); }
.nllcgt3j { font-size: 1.2rem; }
.i95p7szh span { font-size: 0.85rem; color: var(--gray); }

/* Promo Section */
.ceuolqps { padding: 4rem 0; }
.zg77elny { 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; }
.zg77elny::before { content: ''; position: absolute; top: -50%; right: -10%; width: 400px; height: 400px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.x0zbdllt { 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; }
.vb8d07xu { font-size: 2.2rem; color: var(--white); margin-bottom: 0.8rem; }
.mjthp4d8 { color: rgba(255,255,255,0.9); font-size: 1rem; margin-bottom: 2rem; }
.nl90wpdi { display: flex; gap: 1rem; flex-wrap: wrap; }
.nl90wpdi input { flex: 1; min-width: 180px; padding: 1rem 1.5rem; border: none; border-radius: 50px; font-size: 0.95rem; font-family: inherit; outline: none; }
.nl90wpdi input:focus { box-shadow: 0 0 0 3px rgba(255,255,255,0.2); }
.alp42fm7 { color: rgba(255,255,255,0.8); font-size: 0.85rem; margin-top: 1rem; }
.f7m09j88 { display: flex; justify-content: center; }
.ecg184wl { font-size: 8rem; animation: bounce 2s ease-in-out infinite; }
@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-20px); } }

/* Footer */
.c85ylhza { background: var(--dark); color: var(--white); padding: 4rem 0 2rem; }
.m9kgvpub { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 3rem; margin-bottom: 3rem; }
.igrqcter { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.2rem; }
.zm573grr { color: #aaa; line-height: 1.9; margin-bottom: 1.5rem; }
.bgql6a6u { display: flex; gap: 0.8rem; }
.bgql6a6u 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; }
.bgql6a6u a:hover { background: var(--gold); transform: translateY(-3px); }
.u9zvj5df h4 { color: var(--gold); margin-bottom: 1.5rem; font-size: 1.05rem; }
.u9zvj5df ul li { margin-bottom: 0.7rem; }
.u9zvj5df a { color: #aaa; }
.u9zvj5df a:hover { color: var(--white); padding-left: 5px; }
.wrrpnxk3 li { color: #aaa; margin-bottom: 0.9rem; }
.jazhaniv { display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); color: #888; }
.fiedtsk5 { display: flex; gap: 1rem; font-size: 1.5rem; }

/* Modal */
.caaup4kx { 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); }
.m4skxw5n { 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; } }
.kychjpop { position: absolute; top: 12px; right: 18px; font-size: 2.2rem; cursor: pointer; color: #aaa; background: none; border: none; transition: color 0.3s; }
.kychjpop:hover { color: var(--primary); }
.szctcd5b { font-size: 5rem; margin-bottom: 1rem; }
.utv13pn0 { color: var(--dark); font-size: 1.8rem; margin-bottom: 0.5rem; }
.x3c48p32 { color: var(--gray); font-size: 1rem; }

/* Responsive */
@media (max-width: 1200px) {
  .htjxeh8m { grid-template-columns: repeat(3, 1fr); }
  .djtrkt3a { grid-template-columns: repeat(2, 1fr); }
  .rpvqwbif { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
  .ujqhotfy { grid-template-columns: 1fr; text-align: center; }
  .z8rb2z2g { margin: 0 auto 2rem; }
  .kbmgf3ja { justify-content: center; }
  .gjprfx49 { justify-content: center; }
  .hv72v64c { grid-template-columns: 1fr; }
  .zg77elny { grid-template-columns: 1fr; text-align: center; }
  .nl90wpdi { justify-content: center; }
  .m9kgvpub { grid-template-columns: repeat(2, 1fr); }
  .aqkgzpnm { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .qxw5n41x { flex-direction: column; gap: 0.5rem; text-align: center; }
  .en9jgdj3 { display: none; }
  .k1q4pfdp { font-size: 2.5rem; }
  .kwonginz { font-size: 2rem; }
  .htjxeh8m { grid-template-columns: repeat(2, 1fr); }
  .djtrkt3a { grid-template-columns: 1fr; }
  .rpvqwbif { grid-template-columns: 1fr; }
  .rrvmqgst { grid-template-columns: 1fr; }
  .ioijgwtg { grid-template-columns: 1fr; }
  .m9kgvpub { grid-template-columns: 1fr; }
  .jazhaniv { flex-direction: column; gap: 1rem; text-align: center; }
}
