/* Bottom right - Free delivery */
.free-delivery-badge {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    color: #167782;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 4px;
    z-index: 0;
    text-transform: capitalize;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px 0 0 6px;
    border: 1px solid #177782;
    line-height: 24px;
  
}

/* Top right - Savings */
.saving-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #167782;
    color: #fff;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 6px 0 0 6px;
    z-index: 0;
    text-transform: lowercase;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    line-height: 24px;
}

/* Ensure position context for badges */
.xb-wishlist-product__media {
  position: relative;
}
/* Top-left - Stock badge (reuse saving-badge style) */
.stock-badge {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #167782; /* Same as saving-badge */
    color: #fff;
    font-weight: 600;
    padding: 0px 10px;
    border-radius: 0 6px 6px 0; /* Round only right-bottom */
    z-index: 0;
    text-transform: lowercase;
    font-size: 14px;
    line-height: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* Stock badge - top left */
.stock-badge {
background-color: transparent !important;
    color: #167782 !important;
    position: absolute;
    top: 430px;
    left: 0px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0pc;
    line-height: 24px;
    z-index: 0;
    box-shadow: none;
}
.stock-badge{
  display: none !important;
}
.xo_c98c3d6d{
      --xo-md: 2 !important; 
      --xo-lg: 2 !important;
    --xo-xl: 3 !important;
}
@media only screen and (min-width:320px) and (max-width:767px) {
  .xb-wishlist-product__item{
  margin-right: 0px !important;
}
}
