/* assets/css/cart-icon.css */

/* wrapper */
#swss-cart-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* the link now carries your theme’s button styles */
#swss-cart-icon .swss-cart-button {
  display: inline-block;
  position: relative;
  /* no need to re-declare colors or backgrounds here */
}

/* SVG will inherit the link’s color */
#swss-cart-icon svg {
  width: 48px;
  height: 48px;
  fill: currentColor;
}

/* badge styling (unchanged) */
.swss-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #d54e21;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 2px 6px;
  border-radius: 999px;
  min-width: 20px;
  text-align: center;
}
