.s4u-zero-waste-badge-wrapper {
  position: relative !important;
}

.s4u-zero-waste-badge {
  position: absolute;
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 6px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  pointer-events: none;
}

.s4u-zero-waste-badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.s4u-zero-waste-badge--top-left {
  top: 10px;
  left: 10px;
}

.s4u-zero-waste-badge--top-right {
  top: 10px;
  right: 10px;
}

.s4u-zero-waste-badge--bottom-left {
  bottom: 10px;
  left: 10px;
}

.s4u-zero-waste-badge--bottom-right {
  right: 10px;
  bottom: 10px;
}
.col-product-image .product-cover,
#product-images-large {
  position: relative;
}
.s4u-zero-waste-message{
    margin:15px 0;
    padding:12px 16px;
    background:#edf8ef;
    border:1px solid #b8e0bf;
    border-left:4px solid #4caf50;
    border-radius:6px;
    color:#2e7d32;
    font-size:14px;
    line-height:1.4;
    font-weight:600;
}