*{box-sizing:border-box}body{margin:0;background:#f7f2e7;color:#29251f;font-family:Arial,sans-serif}.w{max-width:1160px;margin:auto;padding:0 22px}header{position:sticky;top:0;background:#f7f2e7ef;border-bottom:1px solid #ddd3bf;z-index:5}.n{height:70px;display:flex;align-items:center}.logo{font-family:Georgia;font-size:1.3rem}.n nav{margin-left:auto;display:flex;gap:20px;color:#726a5e}.cart{margin-left:20px;border:1px solid #d7ccba;background:white;padding:9px 12px;border-radius:8px}.hero{padding:55px 0}.g{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.hero h1{font:4.2rem/1.03 Georgia;margin:0}.hero p{color:#746b5e}.art{height:410px;border-radius:22px;background:radial-gradient(circle at 30% 35%,#c99f59 0 13%,transparent 14%),radial-gradient(circle at 70% 58%,#806638 0 18%,transparent 19%),linear-gradient(145deg,#e2d5b5,#9a7b47)}.shop{padding:50px 0 80px}.toolbar{display:flex;justify-content:space-between;gap:12px;margin-bottom:18px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters button{padding:8px 11px;border:1px solid #d7cdbb;background:white;border-radius:999px}.filters button.active{background:#2c2923;color:white}.search{padding:10px 12px;border:1px solid #d7cdbb;border-radius:8px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product{background:white;border:1px solid #e0d7c8;border-radius:14px;overflow:hidden}.photo{height:210px;background:linear-gradient(145deg,#d4c196,#8d7446)}.info{padding:15px}.add{width:100%;padding:10px;border:0;border-radius:8px;background:#2c2923;color:white}.drawer{position:fixed;top:0;right:-420px;width:min(420px,100%);height:100vh;background:white;z-index:20;box-shadow:-20px 0 60px #0003;transition:.3s;padding:20px;display:flex;flex-direction:column}.drawer.open{right:0}.items{flex:1;overflow:auto}.item{display:flex;justify-content:space-between;border-bottom:1px solid #eee5d6;padding:12px 0}.qty button{width:28px;height:28px;border:1px solid #ddd2c0;background:white}.checkout{padding:12px;border:0;border-radius:8px;background:#2c2923;color:white}.modal{display:none;position:fixed;inset:0;background:#0006;z-index:30;place-items:center}.modal.open{display:grid}.box{width:min(600px,92vw);background:white;border-radius:14px;padding:20px}.box input{padding:11px;border:1px solid #d8cebc;border-radius:8px;width:100%;margin:5px 0}.concept{position:fixed;left:12px;bottom:12px;font-size:.68rem;background:#f7f2e7ee;border:1px solid #ddd3bf;padding:8px 10px;border-radius:999px;z-index:40}@media(max-width:800px){.g{grid-template-columns:1fr}.products{grid-template-columns:1fr 1fr}.hero h1{font-size:3.1rem}.n nav{display:none}.toolbar{flex-direction:column}}@media(max-width:520px){.products{grid-template-columns:1fr}}