.trimalyze-product-button {
    align-items: center;
    background: #45d2f4 !important;
    border: 1px solid #45d2f4 !important;
    color: #071f2a !important;
    display: inline-flex !important;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .04em;
    text-align: center;
    text-transform: uppercase;
}

.trimalyze-product-button:hover,
.trimalyze-product-button:focus {
    background: #75e1fa !important;
    border-color: #75e1fa !important;
    color: #071f2a !important;
}

.products .product .trimalyze-product-button--loop {
    box-sizing: border-box;
    margin: .55rem 0 0 !important;
    width: 100%;
}

.trimalyze-product-entry {
    clear: both;
    margin: .75rem 0 1rem;
}

.trimalyze-product-button--single {
    min-width: 220px;
}
