.product-card-content-media {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 0px;
}

.product-card {
    height: 100%;
    overflow: hidden;
    border-radius: 0rem;
    
    .product-card-actions-add-to-cart {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: .125rem;
    border-radius: .0rem;