/* Live cache-bust + icon visibility hotfix */
.header__icon--account::before,
.header__icon--cart::before{
  content:"";
  display:block;
  width:20px;
  height:20px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  opacity:.92;
}

.header__icon--account .icon{ display:none !important; }
.header__icon--account::before{ background-image:url('/assets/custom_icons/user_icon.png?v=20260407-1324') !important; }

.header__icon--cart .icon,
.header__icon--cart svg{ opacity:0 !important; }
.header__icon--cart::before{ background-image:url('/assets/custom_icons/shopping_icon.png?v=20260407-1324') !important; }
