/* VT-020C.13 – global header cart */
.vt-header-actions{display:flex;align-items:center;gap:12px;margin-left:auto}
.vt-header-cart{position:relative;display:inline-flex;align-items:center;gap:9px;min-height:46px;padding:5px 10px;border:1px solid rgba(255,255,255,.24);border-radius:10px;color:inherit;line-height:1;transition:background .2s,border-color .2s,transform .2s}
.vt-header-cart:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);transform:translateY(-1px)}
.vt-header-cart:after{display:none!important}
.vt-header-cart__icon{position:relative;display:grid;place-items:center;width:29px;height:29px;flex:0 0 29px}
.vt-header-cart__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.vt-header-cart__count{position:absolute;right:-7px;top:-7px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--vt-olive,#71804d);color:#fff;font-size:10px;font-weight:800;box-shadow:0 0 0 2px rgba(12,15,13,.9)}
.vt-header-cart__copy{display:grid;gap:4px;min-width:70px;text-align:left;white-space:nowrap}
.vt-header-cart__copy small{font-size:9px;letter-spacing:.11em;text-transform:uppercase;opacity:.74}
.vt-header-cart__copy strong{font-size:12px;font-weight:750;letter-spacing:0;text-transform:none}
.vt-header-cart__copy .woocommerce-Price-currencySymbol{font-size:inherit}
.vt-header-cart--mobile{display:none}
.vt-header.is-scrolled .vt-header-cart{border-color:rgba(255,255,255,.22)}

@media(max-width:1280px){
  .vt-header-cart__copy{display:none}
  .vt-header-cart{width:46px;padding:0;justify-content:center}
}
@media(max-width:1050px){
  .vt-header-actions{margin-left:auto;gap:6px}
  .vt-header-cart--desktop{display:none}
  .vt-header-cart--mobile{display:inline-flex;width:44px;height:44px;min-height:44px;padding:0;justify-content:center;border-color:rgba(255,255,255,.25)}
  .vt-header-cart--mobile .vt-header-cart__copy{display:none}
  .vt-header-cart--mobile .vt-header-cart__count{right:-5px;top:-5px}
}
@media(max-width:420px){
  .vt-brand{width:150px!important}
  .vt-brand__logo{max-width:150px!important}
}
