.product-list1 .image .badge {
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.product-list1 .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
}

.product-list1 .content .lower {
    margin-top: 1.25rem;
}

.product-list1 .to-basket {
    margin: 1rem auto 0;
}
