/* Frontend styles for IK Product Badges */
.ikpb-has-badge a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product.ikpb-has-badge a,
.woocommerce ul.products li.product.ikpb-has-badge .woocommerce-LoopProduct-link{
  position: relative;
  display: block;
}
.ikpb-badges-wrap{ position:absolute; top:0; left:0; right:0; bottom:0; pointer-events:none; z-index: 9; }
.ikpb-badge{ position:absolute !important; width:120px; height:auto; z-index:10; opacity:var(--ikpb-opacity,0.95); -webkit-user-select:none; user-select:none; }
.ikpb-top-left{ top:var(--ikpb-offy,8px); left:var(--ikpb-offx,8px); }
.ikpb-top-right{ top:var(--ikpb-offy,8px); right:var(--ikpb-offx,8px); }
.ikpb-bottom-left{ bottom:var(--ikpb-offy,8px); left:var(--ikpb-offx,8px); }
.ikpb-bottom-right{ bottom:var(--ikpb-offy,8px); right:var(--ikpb-offx,8px); }
.single-product .woocommerce-product-gallery,
.single-product .woocommerce-product-gallery__image,
.single-product .product .images{ position:relative; }
