body.borgo-guest-purchase-restricted .minicart-wrapper .subtotal,
body.borgo-guest-purchase-restricted .minicart-wrapper .product-item-pricing .price-container,
body.borgo-guest-purchase-restricted .minicart-wrapper .product-item-pricing .price,
body.borgo-guest-purchase-restricted .minicart-wrapper #top-cart-btn-checkout,
body.borgo-guest-purchase-restricted .cart.table-wrapper .col.price,
body.borgo-guest-purchase-restricted .cart.table-wrapper .col.subtotal,
body.borgo-guest-purchase-restricted .cart-summary .cart-totals,
body.borgo-guest-purchase-restricted .cart-summary .checkout-methods-items {
    display: none !important;
}

body.borgo-auth-gate-open {
    overflow: hidden;
}

.borgo-auth-gate {
    display: none;
}

.borgo-auth-gate--open {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 9000;
}

.borgo-auth-gate__backdrop {
    background: rgba(0, 0, 0, 0.55);
    inset: 0;
    position: absolute;
}

.borgo-auth-gate__dialog {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
    max-width: 420px;
    position: relative;
    width: 100%;
}

.borgo-auth-gate__content {
    padding: 28px;
}

.borgo-auth-gate__content h2 {
    font-size: 24px;
    margin: 0 0 20px;
}

.borgo-auth-gate__field {
    display: block;
    margin-bottom: 16px;
}

.borgo-auth-gate__field span {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.borgo-auth-gate__field input {
    box-sizing: border-box;
    width: 100%;
}

.borgo-auth-gate__submit {
    width: 100%;
}

.borgo-auth-gate .field-recaptcha {
    margin-bottom: 10px;
}

.borgo-auth-gate__actions {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-top: 18px;
}

.borgo-auth-gate__message {
    margin-bottom: 12px;
    min-height: 18px;
}

.borgo-auth-gate__message--error {
    color: #c02b0a;
}
