/* Replace the decorative bag; preserve the accessible cart link and live item count. */
.q-header .q-cart svg{display:none}
.q-header .q-cart::before{content:"";display:block;flex:0 0 27px;width:27px;height:27px;background:currentColor;-webkit-mask:var(--q-cart-icon) center/contain no-repeat;mask:var(--q-cart-icon) center/contain no-repeat}
.q-header .q-cart{--q-cart-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 4h3l3.2 14h14.3l2.5-10H6M8.2 18l-.8 3h16'/%3E%3Ccircle cx='10' cy='24' r='1.5'/%3E%3Ccircle cx='21' cy='24' r='1.5'/%3E%3C/svg%3E")}
