.mw-warranty-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #d7d7f6e0;
    color: #4338CA;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 15px;
    border-radius: 12px;
    z-index: 10;
}

.product-item {
    position: relative;
}

@media only screen and (max-width: 768px) {
	.mw-warranty-badge {
		top: 10px;
	}
}