
/* Business profile and cart visibility — isolated header-only rules */
.site-header .actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;position:relative;z-index:50;min-width:0}
.site-header .business-header-profile,
.site-header .shop-cart-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;border-radius:999px!important;text-decoration:none!important;white-space:nowrap!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:51!important;box-sizing:border-box!important}
.site-header .business-header-profile{max-width:190px;padding:0 20px!important;background:#fffaf3!important;color:#2c1b12!important;border:1px solid rgba(255,255,255,.8)!important;box-shadow:0 10px 24px rgba(30,18,10,.18)!important;font-weight:700!important}
.site-header .business-header-profile span{display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;color:#2c1b12!important}
.site-header .shop-cart-link{padding:0 18px!important;background:#1d140e!important;color:#fffaf3!important;border:1px solid rgba(255,255,255,.15)!important;box-shadow:0 10px 24px rgba(30,18,10,.22)!important}
.site-header .shop-cart-link .shop-cart-badge{display:inline-grid!important;place-items:center!important;min-width:28px!important;height:28px!important;margin-left:9px!important;border-radius:50%!important;background:#fffaf3!important;color:#1d140e!important;font-size:.78rem!important;font-weight:800!important}
@media(max-width:760px){.site-header .actions{gap:6px}.site-header .business-header-profile{max-width:112px;min-height:40px!important;padding:0 12px!important;font-size:.78rem!important}.site-header .business-header-profile span{max-width:86px}.site-header .shop-cart-link{min-height:40px!important;padding:0 11px!important;font-size:.8rem!important}.site-header .shop-cart-link .shop-cart-badge{min-width:23px!important;height:23px!important;margin-left:6px!important}}
