.wb-cart-btn { position: relative; cursor: pointer; background: transparent; border: none; color: #fffcee !important; padding: 8px 12px; display: inline-flex; align-items: center; justify-content: center; transition: transform .2s, color .2s; }
.wb-cart-btn:hover { color: #c9a961 !important; transform: scale(1.06); }
.wb-cart-btn svg { display: block; }
.wb-cart-btn .wb-cart-count { position: absolute; top: 0; right: 0; background: #c9a961; color: #0d0d0d; font-size: .68rem; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px; display: none; align-items: center; justify-content: center; font-weight: 600; line-height: 1; }
.wb-cart-btn .wb-cart-count.show { display: inline-flex; }

.wb-drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 998; opacity: 0; pointer-events: none; transition: opacity .25s; }
.wb-drawer-overlay.open { opacity: 1; pointer-events: auto; }

.wb-drawer { position: fixed; top: 0; right: 0; height: 100vh; width: 420px; max-width: 100%; background: #161616; color: #fffcee; z-index: 999; transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; font-family: 'DM Sans', sans-serif; }
.wb-drawer.open { transform: translateX(0); }
.wb-drawer header { padding: 22px 24px; border-bottom: 1px solid rgba(255,252,238,.1); display: flex; align-items: center; justify-content: space-between; }
.wb-drawer header h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; margin: 0; }
.wb-drawer .wb-close { background: transparent; border: none; color: #fffcee; font-size: 1.4rem; cursor: pointer; }
.wb-drawer .wb-items { flex: 1; overflow-y: auto; padding: 12px 24px; }
.wb-item { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255,252,238,.08); }
.wb-item .wb-item-name { font-size: .98rem; }
.wb-item .wb-item-meta { font-size: .8rem; color: rgba(255,252,238,.55); }
.wb-item .wb-item-price { color: #c9a961; font-weight: 500; }
.wb-item button { background: none; border: none; color: rgba(255,252,238,.5); cursor: pointer; margin-left: 10px; }
.wb-totals { padding: 18px 24px; border-top: 1px solid rgba(255,252,238,.1); }
.wb-totals .wb-row { display: flex; justify-content: space-between; padding: 4px 0; font-size: .92rem; }
.wb-totals .wb-row strong { color: #c9a961; }
.wb-cta { padding: 16px 24px 22px; }
.wb-cta a { display: block; text-align: center; background: #c9a961; color: #0d0d0d; padding: 14px; border-radius: 8px; font-weight: 500; text-decoration: none; }
.wb-cta a:hover { background: #e0c179; }
.wb-empty { padding: 36px 24px; text-align: center; color: rgba(255,252,238,.5); }
