/* Shared geometry for new normalized stickers in the editor and storefront. */
.bw-sticker-placement{position:absolute;display:block;z-index:999;pointer-events:none;padding:0;margin:0}
.bw-sticker-placement>img{display:block!important;position:static!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;margin:0!important}
img.bw-sticker-image{width:auto!important;height:auto!important;max-width:min(34%,120px)!important;max-height:min(26%,90px)!important;object-fit:contain}
#product-label.bw-sticker-image.lefttop{left:12px;top:12px}
#product-label.bw-sticker-image.righttop{right:12px;top:12px}
#product-label.bw-sticker-image.leftbottom{left:12px;bottom:12px}
#product-label.bw-sticker-image.rightbottom{right:12px;bottom:12px}
@media(max-width:600px){img.bw-sticker-image{max-width:min(34%,80px)!important;max-height:min(26%,60px)!important}}
