:root{--olive:#415239;--olive-soft:#7e8556;--rose:#f0c4ca;--brown:#3c2f13;--bg:#f4f2ed;--text:#2a2a2a}
body{background:var(--bg);color:var(--text);font-family:'Poppins',system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:1.55}
.brand-serif{font-family:'Cormorant Garamond',serif}
.navbar{border-bottom:1px solid #e6e3de}
.navbar .navbar-brand{font-weight:700;color:var(--olive)}
.navbar .btn-cart{border-color:var(--olive);color:var(--olive)}
.navbar .btn-cart:hover{background:var(--olive);color:#fff}
.btn-olive{background:var(--olive);color:#fff;border:none}
.btn-olive:hover{background:#34422e;color:#fff}
.btn-outline-olive{border:1px solid var(--olive);color:var(--olive)}
.btn-outline-olive:hover{background:var(--olive);color:#fff}
.badge-rose{background:var(--rose);color:#5a3a42}
.card{border:1px solid #e8e5df;border-radius:16px;overflow:hidden;box-shadow:0 1px 6px rgba(0,0,0,.04)}
.card-img-top{aspect-ratio:1/1;object-fit:cover}
a{color:var(--olive)}a:hover{color:#2d3b29}
.footer{border-top:1px solid #e6e3de}
.category-chip{display:inline-block;background:#eef0ea;color:#2f3b29;border-radius:999px;padding:.35rem .7rem;font-size:.85rem;margin:.15rem 0}
.hero{background:linear-gradient(135deg,rgba(240,196,202,.35),rgba(126,133,86,.15));border:1px solid #e8e5df;border-radius:20px;padding:2rem}
.price{font-weight:700;color:var(--brown)}
.grid{display:grid;gap:1rem}@media(min-width:640px){.grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.grid-cols-3{grid-template-columns:repeat(3,1fr)}}
.thumb{width:72px;height:72px;object-fit:cover;border-radius:8px;border:1px solid #e6e3de;cursor:pointer}.thumb.active{outline:2px solid var(--olive)}