/** Shopify CDN: Minification failed

Line 22:34 Expected ":"

**/
.card-price .price__regular {
    font-size: 16px !important;
}

.price--medium .price__regular {
    font-size: 18px !important;
}

.cart-item__price-wrapper .price--end {
    display: flex !important;
    flex-direction: column !important;
}

.bss-vat-exempt-form-header-text {
  line-height: 1.5 !important;
  display: block !important;
  white-space: normal !important;g
}

.cart-note.form-field {
    display: none;
}
 
#navigation-mobile .site-nav-mobile.nav-account:has(a[href$="/account/login"]),
.header-mobile__item.header-mobile__item--customer,
.login-rowItem.login-rowRight {
    display: none;
}

.customer-links:has(a[href$="/account/login"]) {
    display: none !important;
}

.login-rowItem.login-rowLeft {
    padding: 0 !important;
}

.halo-page-wrapper .button[type="submit"] {
    color: #ffffff;
    fill: #ffffff;
    border: 1px solid #e10600;
    background: linear-gradient(180deg, rgba(255, 59, 31, 1) 3%, rgba(184, 0, 0, 1) 97%);
}

.halo-page-wrapper .button.button-2:hover {
    color: #ffffff;
    border: 1px solid #ff5a3d;
    background: linear-gradient(180deg, rgba(255, 90, 61, 1), rgba(209, 0, 0, 1) 100%);
}