.darling-header-actions { display: flex; align-items: center; position: relative; z-index: 10; }
#darling-cart-state { display: none !important; }
.darling-in-cart { opacity: .8; cursor: default; }
[data-darling-pending] { cursor: progress; }
.darling-cart-error { margin: 12px 0; padding: 12px 16px; border: 1px solid #d82134; background: #240c12; color: #fff; font-size: 16px; line-height: 1.4; }
.header__wrapper { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); }
.header__wrapper > .burger { grid-column: 1; justify-self: start; }
.header__wrapper > .logo { grid-column: 2; justify-self: center; }
.header__wrapper > .darling-header-actions { grid-column: 3; justify-self: end; }
