/* JWB Coins postcard 3 for 2 offer */
.postcard-offer-badge{position:absolute;top:.8rem;right:.8rem;width:22%;min-width:5.2rem;max-width:8.4rem;height:auto;z-index:2;pointer-events:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));}
@media screen and (max-width:749px){.postcard-offer-badge{top:.4rem;right:.4rem;width:26%;min-width:4.4rem;}}
.postcard-offer-line{margin:.4rem 0 0;font-size:1.3rem;font-weight:700;color:#23355d;letter-spacing:.02rem;line-height:1.3;}
@media screen and (max-width:749px){.postcard-offer-line{font-size:1.2rem;}}
.postcard-offer-box{margin:.4rem 0 1.2rem;padding:1.2rem 1.4rem;border:1px solid #23355d;border-left-width:.5rem;background:#f3f5f9;color:#23355d;font-size:1.4rem;line-height:1.5;}
.postcard-offer-box strong{display:block;font-size:1.5rem;margin-bottom:.2rem;}
.postcard-offer-box a{color:#23355d;text-decoration:underline;text-underline-offset:.2rem;}
.product:has(.postcard-offer-box) .product__media-wrapper{position:relative;}
.product:has(.postcard-offer-box) .product__media-wrapper::after{content:"";position:absolute;top:1.2rem;right:1.2rem;width:clamp(6.4rem,16%,10rem);aspect-ratio:1/1;background:var(--postcard-offer-badge) center/contain no-repeat;z-index:2;pointer-events:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));}
