:root{--gold:#d4af37;--text:#111;}
.btn, .btn-primary, .button{background:linear-gradient(180deg,var(--gold),#b8901f)!important;color:#000!important;border:0;border-radius:12px;padding:12px 20px;font-weight:800}
.section-title{display:flex;gap:10px;align-items:center;font-weight:900}
.section-title::before{content:"🎁"}
.badge{background:rgba(212,175,55,.12);color:#946f00;border:1px solid rgba(212,175,55,.3);border-radius:999px;padding:6px 10px}
.topbar{background:#111;color:#fff;padding:8px 12px;text-align:center;font-weight:700}
.product-card{border:1px solid #eee;border-radius:12px;padding:14px}
.product-card .price{color:#946f00;font-weight:900}
.hero .subtitle{color:#555}