@import url('https://fonts.googleapis.com/css2?family=Sora:wght@500;600;700&family=Outfit:wght@400;500;600;700&display=swap');
:root{--p:#1f5d4f;--a:#db7c39;--bg:#ffffff;--alt:#eef7f1;--m:#587066;--hf:'Sora',serif;--bf:'Outfit',sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--bf);background:linear-gradient(180deg,var(--alt),#fff 38%,var(--alt));color:#1b2430}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{width:min(1200px,calc(100% - 32px));margin:auto}.bar{background:#fff;border-bottom:1px solid #e6ebf2;position:sticky;top:0;z-index:20;backdrop-filter:blur(8px)}.bar .wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 0}.logo{display:flex;align-items:center;gap:12px;font-weight:800}.logo-badge{width:42px;height:42px;border-radius:14px;background:var(--p);color:#fff;display:grid;place-items:center}.nav{display:flex;flex-wrap:wrap;gap:18px}.nav a{font-weight:600;color:var(--m)}.nav a:hover,.nav a.active{color:var(--p)}.cart{padding:11px 16px;border-radius:999px;background:#fff;border:1px solid #dbe4ee;box-shadow:0 12px 30px rgba(19,31,45,.07)}.hero,.page{padding:28px 0}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.panel{background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.9);border-radius:28px;box-shadow:0 18px 46px rgba(19,31,45,.08)}.hero-copy{padding:44px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,255,255,.88))}.eyebrow{display:inline-block;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--a);font-weight:700;margin-bottom:14px}h1,h2,h3,h4{margin:0;font-family:var(--hf);line-height:1.05}h1{font-size:clamp(34px,6vw,68px);max-width:11ch}h2{font-size:clamp(26px,3vw,42px)}p{line-height:1.72;color:var(--m)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:24px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;font-weight:700}.btn-p{background:var(--p);color:#fff}.btn-s{border:1px solid #dbe4ee;background:#fff}.hero-card{padding:22px}.hero-card img,.thumb img,.pimg{width:100%;height:320px;object-fit:cover;border-radius:20px}.trust,.footgrid,.split,.cartgrid,.checkgrid,.pgrid{display:grid;gap:18px}.trust{grid-template-columns:repeat(4,1fr);margin:16px auto 22px}.trust article{padding:18px;background:#fff;border:1px solid #e2eaf2;border-radius:22px}.section{margin:24px auto}.head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(2,1fr)}.card{overflow:hidden}.copy{padding:18px}.meta,.rate,.sumrow{display:flex;gap:10px;flex-wrap:wrap}.pill{padding:8px 12px;border-radius:999px;border:1px solid #dbe4ee;background:#fff;font-size:12px;font-weight:700}.price{display:flex;gap:8px;align-items:center}.old{text-decoration:line-through;color:var(--m)}.cardbtn{border:none;border-radius:999px;background:#f3e6d5;padding:11px 16px;font-weight:700;cursor:pointer}.toolbar,.prose,.summary,.checkout,.pdetail,.review{padding:24px}.toolbar,.prose,.summary,.checkout,.pdetail,.review,.cartitem{background:#fff;border:1px solid #e2eaf2;border-radius:24px;box-shadow:0 18px 46px rgba(19,31,45,.08)}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.toolbar input,input,select{width:100%;padding:14px 16px;border:1px solid #dbe4ee;border-radius:16px}.split{grid-template-columns:1fr .9fr}.split>div{padding:28px}.pwrap{display:grid;grid-template-columns:1fr 1fr;gap:22px}.vars{display:flex;gap:10px;flex-wrap:wrap}.var{border:1px solid #dbe4ee;background:#fff;border-radius:999px;padding:10px 14px;cursor:pointer}.var.on{background:#f3e6d5}.reviews{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:20px}.cartgrid,.checkgrid{grid-template-columns:1.15fr .85fr}.cartitem{display:grid;grid-template-columns:140px 1fr auto;gap:16px;padding:18px}.cartitem img{width:140px;height:140px;object-fit:cover;border-radius:18px}.sumrow{justify-content:space-between;padding:12px 0;border-bottom:1px solid #e2eaf2}.sumrow:last-child{border-bottom:0}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.wide{grid-column:1/-1}.pay{display:grid;gap:10px;padding:20px;border:1px solid #e2eaf2;border-radius:20px;background:var(--alt)}.foot{padding:24px 0 44px}.footgrid{grid-template-columns:1.4fr .7fr .7fr 1fr;padding:24px;background:#fff;border:1px solid #e2eaf2;border-radius:28px}.footgrid a,.footgrid p{display:block;margin:0 0 10px}.note{text-align:center;color:var(--m);margin-top:14px}@media(min-width:1024px){.four{grid-template-columns:repeat(4,1fr)}}@media(max-width:980px){.hero-grid,.trust,.split,.pwrap,.cartgrid,.checkgrid,.footgrid{grid-template-columns:1fr}.nav{display:none}}@media(max-width:640px){.bar .wrap{flex-wrap:wrap;justify-content:center}.three,.four,.reviews,.grid2,.cartitem{grid-template-columns:1fr}.hero-card img,.thumb img,.pimg,.cartitem img{height:auto}.toolbar{flex-direction:column}}