/* Takealot mobile sale flag used on every product card. */
.gm-history-card{position:relative}
.gm-deal-corner{position:absolute;z-index:3;top:7px;left:6px;width:29px;height:29px;border-radius:2px 2px 0 0;background:#62bcec;color:#fff;clip-path:polygon(0 0,20px 0,29px 9px,29px 29px,0 29px);transform:none;font-size:0;overflow:hidden}
.gm-deal-corner:after{content:'SALE';position:absolute;top:8px;left:4px;width:20px;height:10px;border:1px solid rgba(255,255,255,.9);font-size:6px;font-weight:700;letter-spacing:0;line-height:8px;text-align:center;transform:rotate(-45deg)}
.gm-discount{position:absolute;z-index:3;top:39px;bottom:auto;left:6px;width:29px;height:32px;border-radius:2px;background:#087fc1;color:#fff;font-size:8px;font-weight:700;line-height:9px}
.gm-discount small{font-size:7px;line-height:8px}
