/* Product list view */
.product-item img,
.product-card img {
    object-fit: contain !important;
    width: 100% !important;
    height: auto !important;
}

/* Single product page */
.product-image img {
    object-fit: contain !important;
    width: 100% !important;
    height: auto !important;
}
/* Mobile header logo sizing + layering fix */
@media (max-width: 767px) {
  /* Constrain the actual logo image */
  .zgh-logo img,
  .zg-logo img,
  header .logo img {
    max-height: 34px !important;   /* try 34–38px if you want bigger */
    width: auto !important;
    height: auto !important;
  }

  /* Keep header compact and aligned */
  .zgh-header,
  .zg-header,
  header.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  /* Make sure the hamburger / action icons sit above the logo box */
  .zgh-menu-toggle,
  .zg-menu-toggle,
  .zgh-actions,
  .zg-actions {
    position: relative;
    z-index: 2;
  }

  /* Prevent the logo container from growing and overlapping */
  .zgh-logo,
  .zg-logo,
  header .logo {
    flex: 0 1 auto;
    overflow: hidden;
  }
}
[data-zs-selling-price],
    [data-zs-label-price],
    [data-zs-add-to-cart] {
        display: none !important;
    }

    [hide_tag_element] {
        display: none !important;
    }

    [show_tag_element] {
        display: flex !important;
    }
/* Hide the default heart SVG */
.theme-search-and-mini-cart-group .theme-wishlist-icon svg {
  display: none !important;
}

/* Insert a new icon that inherits the header color */
.theme-search-and-mini-cart-group .theme-wishlist-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  color: #001E42; /* matches your other header icons; change if needed */
}

/* Briefcase icon via CSS mask (keeps sharp on all DPIs, color = currentColor) */
.theme-search-and-mini-cart-group .theme-wishlist-icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
<path d="M4 4h10a2 2 0 0 1 2 2v2H4V6a2 2 0 0 1 2-2Zm0 6h12v2H4v-2Zm0 4h12v2H4v-2Zm13.5-9.5 1.5 1.5 3-3-1.5-1.5-1.5 1.5-1.5-1.5-1.5 1.5 1.5 1.5Z"/>\
</svg>') no-repeat center / contain;
          mask: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\
<path d="M4 4h10a2 2 0 0 1 2 2v2H4V6a2 2 0 0 1 2-2Zm0 6h12v2H4v-2Zm0 4h12v2H4v-2Zm13.5-9.5 1.5 1.5 3-3-1.5-1.5-1.5 1.5-1.5-1.5-1.5 1.5 1.5 1.5Z"/>\
</svg>') no-repeat center / contain;
}

