.mono_checkout__button {
    font-family: 'Nunito Sans', sans-serif;
    background: #000000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    gap: 0 10px;
    line-height: 34px;
    padding: 0 30px;
    cursor: pointer;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    transition: opacity .3s ease-in-out;
    border-radius: 8px;
    border: 0;
    justify-content: center;
}

.mono_checkout__button img {
    background: none;
    height: 10px;
}

.mono_checkout__button--white_short,
.mono_checkout__button--black_short {
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    padding: 12px 30px 15px;
    line-height: normal;
}

.mono_checkout__button--white_short,
.mono_checkout__button--white {
    background: #fff;
    color: #000;
}

.mono_checkout__button:active {
    transform: translateY(1px);
}

.mono_checkout__button:focus,
.mono_checkout__button:hover {
    opacity: .8;
}

#mono_checkout_product_page {
    display: flex;
    width: max-content;
    justify-content: center;
    line-height: 42px;
    padding: 12px 30px;
    background: #E4E1DB;
    border: 1px solid #0C0C0C;
    border-radius: 0;
    height: 52px;
}
#mono_checkout_product_page span {
    margin-bottom: 4px;
    font-weight: 500;
}

#mono_checkout_product_page.mono_checkout__button--black_short,
#mono_checkout_product_page.mono_checkout__button--white_short {
    width: 100%;
    line-height: normal;
}

#mono_checkout_product_page::after {
    content: '';
    display: block;
    width: 110px;
    min-height: 10px;
    background-image: url('/catalog/view/theme/default/image/mono_checkout/monocheckout_logo_black.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
#mono_checkout_product_page:hover {
    background-color: #0C0C0C;
    color: #fff;
}
#mono_checkout_product_page:hover::after {
    background-image: url('/catalog/view/theme/default/image/mono_checkout/monocheckout_logo_white.svg');
}
#mono_checkout_product_page img {
    display: none;
}
