.order-refund-product-list {
    margin: 10px 0;
    position: relative;

    .product-select-tag {
        position: absolute;
        left: 11px;
        top: 4px;
    }

    label {
        display: inline-flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0.75rem;

        img {
            width: 60px;
            height: 60px;
            border-radius: 10px;
        }
    }

}
.section-heading{
font-weight: 600;
}