.enable-anonymous-user {
    font-size: 16px;
    max-width: 328px
}

.enable-anonymous-user .field-set {
    margin-bottom: 20px
}

.enable-anonymous-user .field__label {
    display: none
}

.enable-anonymous-user .ui-password-input__button {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px
}

.enable-anonymous-user .ui-password-input__button:hover {
    text-decoration: none
}

.enable-anonymous-user__email {
    font-weight: 700;
    margin-bottom: 10px
}

.enable-anonymous-user__message {
    margin-bottom: 24px
}

.enable-anonymous-user__balance {
    color: green;
    font-weight: 700
}

@media print, screen and (min-width:48em) {
    .enable-anonymous-user__submit {
        width: 220px
    }
}

.checkout-buttons {
    align-items: center;
    display: flex !important;
    height: 48px;
    justify-content: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 240px
}

.checkout-buttons__third-party-icons {
    display: grid;
    gap: 15px;
    margin-left: auto;
    margin-right: auto
}

.checkout-buttons__third-party-icons .checkout-buttons {
    margin-bottom: 0
}

.checkout-buttons--inline .cart-actions__checkout, .checkout-buttons--inline .cart-actions__provider-button, .checkout-buttons--inline .checkout-buttons {
    max-width: 100%;
    width: 332px !important
}

.checkout-buttons--inline .checkout-buttons__third-party-icons {
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    max-width: 100%;
    width: 332px
}

.checkout-buttons--inline .checkout-buttons__third-party-icons .cart-actions__provider-button, .checkout-buttons--inline .checkout-buttons__third-party-icons .checkout-buttons {
    align-items: center;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100% !important
}

.foundation-mq {
    font-family: "small=0em&medium=48em&large=64em&xlarge=80em&xxlarge=90em"
}

.apple-pay-button {
    -webkit-appearance: -apple-pay-button !important;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    -apple-pay-button-type: check-out;
    height: 48px
}

.apple-pay-button[disabled] {
    cursor: progress
}

.apple-pay-button-black {
    -apple-pay-button-style: #000
}

.apple-pay-button-white {
    -apple-pay-button-style: #fff
}

.apple-pay-button-white-with-line {
    -apple-pay-button-style: white-outline
}