.product-item-photo,
.product.photo.product-item-photo,
.product-image-with-clearance,
.product-pdp-media-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

.product-clearance-badge {
    position: absolute;
    top: 8px;
    left: -34px;
    z-index: 3;
    width: 120px;
    padding: 5px 0;
    background: #EB252D;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transform: rotate(-45deg);
    transform-origin: center center;
    pointer-events: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    letter-spacing: 0;
}

.product-pdp-media-wrap {
    border-radius: 8px;
}

.product-pdp-media-wrap .product-clearance-badge {
    top: 16px;
    left: -36px;
    z-index: 5;
}


.cart.table-wrapper .cart-product-image-wrap .product-clearance-badge {
    top: 10px;
    left: -32px;
    width: 110px;
    font-size: 10px;
    padding: 4px 0;
    z-index: 4;
}

.cart.table-wrapper .product-details-section > a,
.cart.table-wrapper .product-details-section > span {
    display: inline-block;
    flex-shrink: 0;
}

.minicart-items .product-item-photo .product-clearance-badge,
.checkout-index-index .product-item-photo .product-clearance-badge,
.amsearch-products-section .product-item-photo .product-clearance-badge,
.order-items .image .product-item-photo .product-clearance-badge,
.quote-items .image .product-item-photo .product-clearance-badge,
.template-edit-table .product-item-photo .product-clearance-badge {
    top: 12px;
    left: -25px;
    width: 100px;
    font-size: 10px;
    padding: 3px 0;
}
