/* Shared header cart icon component: one visual source for homepage and product page. */
.mobile-icons a[data-header-cart],
body:has(.product-ref-page) .mobile-icons a[data-header-cart],
body:has(.product-ref-page) .mobile-bag-icon[data-header-cart] {
  width: 35px !important;
  height: 35px !important;
  min-width: 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  color: #071b3a !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

.mobile-icons a[data-header-cart] svg.zr-icon,
body:has(.product-ref-page) .mobile-icons a[data-header-cart] svg.zr-icon,
body:has(.product-ref-page) .mobile-bag-icon[data-header-cart] svg.zr-icon {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  fill: none !important;
  stroke: currentColor !important;
  color: #071b3a !important;
}

.mobile-icons a[data-header-cart] svg.zr-icon path,
body:has(.product-ref-page) .mobile-icons a[data-header-cart] svg.zr-icon path,
body:has(.product-ref-page) .mobile-bag-icon[data-header-cart] svg.zr-icon path {
  fill: none !important;
  stroke: currentColor !important;
}

.mobile-icons a[data-header-cart] .mobile-cart-badge,
body:has(.product-ref-page) .mobile-icons a[data-header-cart] .mobile-cart-badge,
body:has(.product-ref-page) .mobile-bag-icon[data-header-cart] .mobile-cart-badge {
  position: absolute !important;
  top: -7px !important;
  right: -7px !important;
  min-width: 18px !important;
  height: 18px !important;
  padding: 0 4px !important;
  border-radius: 999px !important;
  background: #c48a22 !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: 900 !important;
  text-align: center !important;
  pointer-events: none !important;
  z-index: 10 !important;
}

.mobile-icons a[data-header-cart] .mobile-cart-badge[hidden],
body:has(.product-ref-page) .mobile-icons a[data-header-cart] .mobile-cart-badge[hidden] {
  display: none !important;
}
