a.button.action.more {
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding: 0;
    font-family: proxima-nova, sans-serif;
    max-width: 80%;
    height: 46px;
    color: var(--white);
    background-color: var(--brand-color-orange);
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: var(--border-radius--button);
    text-align: center;
}

span.product-image-container {
    margin: 0 auto;
    width: 100%;
    display: block;
}

span.price-wrapper {
    display: none;
}

a.product-item-link {
    line-height: 2.5rem;
    text-align: center;
}

strong.product.name.product-item-name {
    text-align: center;
}

a.product.photo.product-item-photo {
    width: auto;
    padding-right: 0;
    padding-bottom: 0;
}

div.product.description.product-item-description {
    margin-bottom: 5rem;
    margin-top: 5px;
}

a.button.action.more {
    margin: 0 auto;
}
