/* ZentHost clean order form. */
:root {
    --zh-blue: #273cff;
    --zh-blue-dark: #1020c8;
    --zh-soft: #f6f8ff;
    --zh-line: #e2e8ff;
    --zh-ink: #111a2f;
    --zh-muted: #66748a;
    --zh-radius: 8px;
    --zh-shadow: 0 16px 44px rgba(17, 26, 47, .07);
}

#order-standard_cart,
#order-standard_cart * {
    box-sizing: border-box;
}

#order-standard_cart {
    max-width: 100%;
    overflow-x: clip;
    color: var(--zh-ink);
    font-family: Inter, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#order-standard_cart:before {
    display: none !important;
}

#order-standard_cart > .row,
#order-standard_cart .cart-body,
#order-standard_cart .secondary-cart-body {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

#order-standard_cart .header-lined {
    margin: 0 0 22px;
    border: 0;
    padding: 0;
}

#order-standard_cart .header-lined h1,
#order-standard_cart .header-lined h2,
#order-standard_cart .font-size-22,
#order-standard_cart .font-size-24 {
    margin: 0 0 8px !important;
    color: var(--zh-ink);
    font-size: clamp(28px, 3vw, 42px) !important;
    line-height: 1.08;
    font-weight: 950;
}

#order-standard_cart .header-lined p {
    margin: 0;
    color: var(--zh-muted);
    font-size: 16px;
}

.zh-order-nav-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
    margin: 0 0 26px;
    padding: 0;
}

.zh-order-nav-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    max-width: 100%;
}

.zh-order-nav-title {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 42px;
    border: 1px solid var(--zh-line);
    border-radius: var(--zh-radius);
    background: #fff;
    color: var(--zh-ink);
    padding: 10px 12px;
    font-weight: 900;
}

.zh-order-nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zh-order-nav-links a,
.zh-order-currency select {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    border: 1px solid var(--zh-line);
    border-radius: var(--zh-radius);
    background: #fff;
    color: var(--zh-ink);
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 850;
}

.zh-order-nav-links a.active,
.zh-order-nav-links a:hover {
    border-color: var(--zh-blue);
    background: #eef1ff;
    color: var(--zh-blue);
    text-decoration: none;
}

#order-standard_cart .products {
    width: 100%;
}

#order-standard_cart .products .row,
#order-standard_cart .row-eq-height {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 0 28px !important;
}

#order-standard_cart .products .row:before,
#order-standard_cart .products .row:after,
#order-standard_cart .row-eq-height:before,
#order-standard_cart .row-eq-height:after {
    display: none !important;
}

#order-standard_cart .products .row > [class*="col-"],
#order-standard_cart .row-eq-height > [class*="col-"] {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

#order-standard_cart .zh-order-single-product,
#order-standard_cart .product,
#order-standard_cart .product-info,
#order-standard_cart .zh-billing-panel,
#order-standard_cart .product-configurable-options,
#order-standard_cart .domain-checker-container,
#order-standard_cart .view-cart-items,
#order-standard_cart .already-registered,
#order-standard_cart .account,
#order-standard_cart .order-summary,
#order-standard_cart .panel,
#order-standard_cart .card {
    border: 1px solid var(--zh-line) !important;
    border-radius: var(--zh-radius) !important;
    background: #fff !important;
    box-shadow: var(--zh-shadow) !important;
}

#order-standard_cart .zh-order-single-product,
#order-standard_cart .product {
    display: flex !important;
    flex-direction: column;
    min-height: 100%;
    padding: 24px !important;
    text-align: center;
}

#order-standard_cart .zh-order-product-name h5,
#order-standard_cart .product-title {
    color: var(--zh-ink);
    font-size: 22px;
    line-height: 1.15;
    font-weight: 950;
}

#order-standard_cart .zh-order-featured-badge {
    position: static !important;
    display: flex;
    justify-content: center;
    margin: 0 0 14px;
}

#order-standard_cart .zh-order-featured-badge .badge,
#order-standard_cart .badge,
#order-standard_cart .label {
    border-radius: 999px !important;
    background: #eef1ff !important;
    color: var(--zh-blue) !important;
    padding: 6px 12px !important;
    white-space: normal !important;
}

#order-standard_cart .zh-order-product-price .price,
#order-standard_cart .price,
#order-standard_cart .total-due-today,
#order-standard_cart .order-summary .amt {
    color: var(--zh-ink) !important;
    font-size: clamp(22px, 2vw, 30px) !important;
    line-height: 1.08;
    font-weight: 950;
    overflow-wrap: anywhere;
    white-space: normal;
}

#order-standard_cart .zh-order-product-desc {
    flex: 1 1 auto;
    color: var(--zh-ink);
    font-size: 15px;
    line-height: 1.5;
}

#order-standard_cart .zh-order-product-desc ul {
    padding: 0;
    list-style: none;
}

#order-standard_cart .btn,
#order-standard_cart button,
#order-standard_cart input,
#order-standard_cart select,
#order-standard_cart textarea,
#order-standard_cart .form-control {
    max-width: 100%;
    min-width: 0;
    border-radius: var(--zh-radius) !important;
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart .btn-order-now,
#order-standard_cart .btn-checkout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-color: var(--zh-blue) !important;
    background: linear-gradient(135deg, #273cff, var(--zh-blue-dark)) !important;
    color: #fff !important;
    padding: 12px 20px;
    font-weight: 900;
}

#order-standard_cart .btn-order-now {
    width: 100%;
    margin-top: auto;
}

/* Configure, cart and checkout */
#order-standard_cart #frmConfigureProduct > .row,
#order-standard_cart .view-cart-body > .row,
#order-standard_cart .cart-body > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 26px;
    align-items: start;
    margin: 0 !important;
}

#order-standard_cart #frmConfigureProduct > .row:before,
#order-standard_cart #frmConfigureProduct > .row:after,
#order-standard_cart .view-cart-body > .row:before,
#order-standard_cart .view-cart-body > .row:after,
#order-standard_cart .cart-body > .row:before,
#order-standard_cart .cart-body > .row:after {
    display: none !important;
}

#order-standard_cart #frmConfigureProduct > .row > [class*="col-"],
#order-standard_cart .view-cart-body > .row > [class*="col-"],
#order-standard_cart .cart-body > .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

#order-standard_cart .order-summary {
    position: sticky;
    top: 16px;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    overflow: hidden;
}

#order-standard_cart .order-summary h2 {
    margin: 0;
    border-bottom: 1px solid var(--zh-line);
    padding: 18px 20px;
    font-size: 20px !important;
}

#order-standard_cart .summary-container {
    padding: 18px 20px;
}

#order-standard_cart .summary-container .clearfix {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
}

#order-standard_cart .summary-container .pull-left,
#order-standard_cart .summary-container .pull-right {
    float: none !important;
    min-width: 0;
    max-width: none;
    overflow-wrap: anywhere;
}

#order-standard_cart .zh-billing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
}

#order-standard_cart .zh-billing-card {
    min-height: 112px;
    border: 1px solid var(--zh-line);
    border-radius: var(--zh-radius);
    background: #fff;
    padding: 16px;
    text-align: left;
}

#order-standard_cart .zh-billing-card.active,
#order-standard_cart .zh-billing-card:hover {
    border-color: var(--zh-blue);
    background: #eef1ff;
}

/* Domain pages */
#order-standard_cart .domain-checker-container {
    position: relative;
    max-width: 980px;
    margin: 28px auto 42px;
    padding: clamp(24px, 4vw, 46px) !important;
    overflow: visible !important;
}

#order-standard_cart .domain-checker-bg {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

#order-standard_cart .domain-checker-container:before {
    content: "";
    position: absolute;
    inset: auto 24px 20px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background:
        linear-gradient(90deg, transparent 46%, rgba(39,60,255,.10) 47%, rgba(39,60,255,.10) 53%, transparent 54%),
        linear-gradient(0deg, transparent 46%, rgba(39,60,255,.10) 47%, rgba(39,60,255,.10) 53%, transparent 54%),
        radial-gradient(circle, transparent 52%, rgba(39,60,255,.12) 53%, rgba(39,60,255,.12) 60%, transparent 61%);
    opacity: .65;
    pointer-events: none;
}

#order-standard_cart .domain-checker-container .row,
#order-standard_cart .domain-add-domain,
#order-standard_cart .domains-row {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0 !important;
}

#order-standard_cart .domain-checker-container [class*="col-"],
#order-standard_cart .domain-add-domain [class*="col-"],
#order-standard_cart .domains-row [class*="col-"] {
    width: auto !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

#order-standard_cart .zh-order-domain-search-box,
#order-standard_cart .domain-checker-container .input-group,
#order-standard_cart .domains-row .input-group {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid var(--zh-line);
    border-radius: var(--zh-radius);
    background: #fff;
    box-shadow: 0 16px 40px rgba(17,26,47,.08);
    position: relative;
    z-index: 1;
}

#order-standard_cart .zh-order-domain-search-box .form-control,
#order-standard_cart .domain-checker-container .form-control,
#order-standard_cart .domains-row .form-control {
    height: 54px;
    border: 0 !important;
}

#order-standard_cart .input-group-btn,
#order-standard_cart .input-group-append,
#order-standard_cart .input-group-prepend {
    display: contents;
}

#order-standard_cart .domain-price,
#order-standard_cart .spotlight-tld,
#order-standard_cart .suggested-domains li,
#order-standard_cart .domain-suggestion {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
}

#order-standard_cart .domain-pricing {
    margin-top: 36px;
}

#order-standard_cart .featured-tlds-container .row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0 !important;
}

#order-standard_cart .featured-tlds-container .row:before,
#order-standard_cart .featured-tlds-container .row:after {
    display: none !important;
}

#order-standard_cart .featured-tlds-container [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

#order-standard_cart .featured-tld {
    overflow: hidden;
    border: 1px solid var(--zh-line);
    border-radius: var(--zh-radius);
    background: #fff;
    box-shadow: var(--zh-shadow);
}

#order-standard_cart .featured-tld .img-container {
    display: grid;
    place-items: center;
    min-height: 150px;
    padding: 28px;
    background: #fff;
}

#order-standard_cart .featured-tld .price {
    display: block;
    background: linear-gradient(135deg, #273cff, var(--zh-blue-dark));
    color: #fff !important;
    padding: 16px;
    text-align: center;
    font-size: 18px !important;
}

#order-standard_cart .tld-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 24px;
}

#order-standard_cart .tld-filters .badge {
    border-radius: 999px !important;
    background: #eef1ff !important;
    color: var(--zh-blue) !important;
    padding: 10px 14px !important;
    font-size: 13px;
}

/* Checkout/register forms */
#order-standard_cart #frmCheckout,
#order-standard_cart .checkout-form {
    max-width: 100%;
    overflow: hidden;
}

#order-standard_cart #frmCheckout .row,
#order-standard_cart .checkout-form .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0 !important;
}

#order-standard_cart #frmCheckout .row:before,
#order-standard_cart #frmCheckout .row:after {
    display: none !important;
}

#order-standard_cart #frmCheckout [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

#order-standard_cart #frmCheckout .col-sm-12,
#order-standard_cart #frmCheckout .col-md-12,
#order-standard_cart #frmCheckout .col-xs-12,
#order-standard_cart .sub-heading,
#order-standard_cart .account-select-container,
#order-standard_cart .checkout-security-msg {
    grid-column: 1 / -1;
}

#order-standard_cart .form-group.prepend-icon {
    display: grid !important;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: stretch;
    overflow: hidden;
    min-height: 56px;
    border: 1px solid var(--zh-line);
    border-radius: var(--zh-radius);
    background: #fff;
}

#order-standard_cart .prepend-icon .field-icon {
    display: inline-grid !important;
    place-items: center;
    width: 56px !important;
    height: 56px !important;
    margin: 0 !important;
    border: 0 !important;
    background: #eef1ff;
    color: var(--zh-blue);
    position: static !important;
    transform: none !important;
}

#order-standard_cart .prepend-icon .field,
#order-standard_cart .prepend-icon .form-control,
#order-standard_cart .prepend-icon select {
    width: 100% !important;
    height: 56px !important;
    border: 0 !important;
    background: #fff !important;
    padding: 0 14px !important;
}

@media (max-width: 1180px) {
    #order-standard_cart .products .row,
    #order-standard_cart .row-eq-height {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #order-standard_cart #frmConfigureProduct > .row,
    #order-standard_cart .view-cart-body > .row,
    #order-standard_cart .cart-body > .row {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .order-summary {
        position: static;
        max-width: none;
    }
}

@media (max-width: 760px) {
    #order-standard_cart .products .row,
    #order-standard_cart .row-eq-height,
    #order-standard_cart #frmCheckout .row,
    #order-standard_cart .checkout-form .row,
    #order-standard_cart .zh-order-domain-search-box,
    #order-standard_cart .domain-checker-container .input-group,
    #order-standard_cart .domains-row .input-group,
    #order-standard_cart .domain-price,
    #order-standard_cart .spotlight-tld,
    #order-standard_cart .suggested-domains li,
    #order-standard_cart .domain-suggestion {
        grid-template-columns: 1fr !important;
    }

    .zh-order-nav-strip,
    .zh-order-nav-group,
    .zh-order-nav-links {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .zh-order-nav-links a,
    .zh-order-nav-title,
    #order-standard_cart .btn {
        width: 100%;
    }
}

@media (max-width: 900px) {
    #order-standard_cart .featured-tlds-container .row {
        grid-template-columns: 1fr !important;
    }

    #order-standard_cart .domain-checker-container:before {
        display: none;
    }
}

/* ZentHost premium SaaS final order skin */
:root {
    --zh-blue: #273cff;
    --zh-blue-dark: #101ed8;
    --zh-violet: #273cff;
    --zh-cyan: #17b7ff;
    --zh-ink: #0c1428;
    --zh-muted: #66748b;
    --zh-line: #dfe7ff;
    --zh-shadow: 0 24px 70px rgba(12,20,40,.10);
    --zh-shadow-soft: 0 12px 34px rgba(12,20,40,.07);
}

#order-standard_cart {
    padding-top: 2px;
}



#order-standard_cart .header-lined {
    max-width: 1100px;
}

#order-standard_cart .header-lined h1,
#order-standard_cart .header-lined h2,
#order-standard_cart .font-size-22,
#order-standard_cart .font-size-24 {
    font-size: clamp(32px, 3.4vw, 52px) !important;
}

.zh-order-nav-strip {
    border: 1px solid rgba(39,60,255,.14);
    border-radius: var(--zh-radius);
    background: rgba(255,255,255,.9);
    padding: 10px;
    box-shadow: var(--zh-shadow-soft);
}

.zh-order-nav-title,
.zh-order-nav-links a,
.zh-order-currency select {
    border-color: rgba(39,60,255,.14) !important;
    box-shadow: none !important;
}

#order-standard_cart .zh-order-single-product,
#order-standard_cart .product,
#order-standard_cart .product-info,
#order-standard_cart .zh-billing-panel,
#order-standard_cart .product-configurable-options,
#order-standard_cart .domain-checker-container,
#order-standard_cart .view-cart-items,
#order-standard_cart .already-registered,
#order-standard_cart .account,
#order-standard_cart .order-summary,
#order-standard_cart .panel,
#order-standard_cart .card {
    border-color: rgba(39,60,255,.14) !important;
    box-shadow: var(--zh-shadow-soft) !important;
}

#order-standard_cart .zh-order-single-product,
#order-standard_cart .product {
    position: relative;
    overflow: hidden;
    text-align: left !important;
}

#order-standard_cart .zh-order-single-product:before,
#order-standard_cart .product:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--zh-blue), var(--zh-cyan));
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart .btn-order-now,
#order-standard_cart .btn-checkout {
    background: linear-gradient(135deg, var(--zh-blue), var(--zh-blue-dark)) !important;
    box-shadow: 0 16px 42px rgba(39,60,255,.24) !important;
}

#order-standard_cart .domain-checker-container {
    min-height: 360px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(247,249,255,.90)),
        radial-gradient(circle at 100% 80%, rgba(39,60,255,.10), transparent 22rem) !important;
    box-shadow: var(--zh-shadow) !important;
}

#order-standard_cart .domain-checker-container:before {
    width: 220px;
    height: 220px;
    opacity: .72;
}

#order-standard_cart .zh-order-domain-search-box,
#order-standard_cart .domain-checker-container .input-group,
#order-standard_cart .domains-row .input-group {
    min-height: 64px;
    border-color: rgba(39,60,255,.14) !important;
    box-shadow: 0 20px 55px rgba(12,20,40,.10) !important;
}

#order-standard_cart .zh-order-domain-search-box .form-control,
#order-standard_cart .domain-checker-container .form-control,
#order-standard_cart .domains-row .form-control {
    height: 64px !important;
    padding: 0 22px !important;
    font-size: 17px;
}

#order-standard_cart .zh-order-domain-search-box .btn,
#order-standard_cart .domain-checker-container .btn {
    min-height: 64px !important;
    padding: 0 28px;
}

#order-standard_cart .featured-tld {
    border-color: rgba(39,60,255,.14) !important;
}

#order-standard_cart .featured-tld .price {
    background: linear-gradient(135deg, var(--zh-blue), var(--zh-violet)) !important;
}

#order-standard_cart .tld-filters .badge,
#order-standard_cart .badge,
#order-standard_cart .label {
    background: #eef2ff !important;
    color: var(--zh-blue) !important;
}

@media (max-width: 760px) {
    .zh-order-nav-strip {
        padding: 8px;
    }

    #order-standard_cart .domain-checker-container {
        min-height: 0;
    }
}

/* ZentHost premium configure-product and cart commerce layer */
#order-standard_cart #frmConfigureProduct > .row,
#order-standard_cart .view-cart-body > .row,
#order-standard_cart .cart-body > .row {
    align-items: flex-start;
}

#order-standard_cart .secondary-cart-body {
    min-width: 0;
}

#order-standard_cart .zh-billing-panel {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 32px 0 42px !important;
}

#order-standard_cart .zh-order-section-heading {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

#order-standard_cart .zh-order-section-heading span,
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading .zh-order-heading-accent {
    color: var(--zh-ink) !important;
    font-size: clamp(26px, 2.5vw, 42px) !important;
    font-weight: 850 !important;
    line-height: 1.08 !important;
}

#order-standard_cart .zh-order-section-heading small {
    max-width: 780px;
    color: var(--zh-muted) !important;
    font-size: 16px !important;
    line-height: 1.55;
}

#order-standard_cart .zh-billing-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 18px;
}

#order-standard_cart .zh-billing-card {
    position: relative;
    display: grid !important;
    gap: 12px;
    min-height: 152px;
    padding: 26px 24px !important;
    overflow: hidden;
    border: 1px solid rgba(39,60,255,.14) !important;
    border-radius: 18px !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,252,255,.96)) !important;
    color: var(--zh-ink) !important;
    text-align: center;
    box-shadow: 0 18px 48px rgba(12,20,40,.07) !important;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

#order-standard_cart .zh-billing-card:hover {
    transform: translateY(-3px);
    border-color: rgba(39,60,255,.34) !important;
    box-shadow: 0 24px 64px rgba(39,60,255,.12) !important;
}

#order-standard_cart .zh-billing-card.active {
    border-color: var(--zh-blue) !important;
    box-shadow: 0 26px 70px rgba(39,60,255,.18) !important;
}

#order-standard_cart .zh-billing-card.active:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--zh-blue), var(--zh-violet));
}

#order-standard_cart .zh-billing-card.active:after {
    content: "✓";
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-bottom-left-radius: 16px;
    background: linear-gradient(135deg, var(--zh-blue), var(--zh-violet));
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

#order-standard_cart .zh-billing-card span {
    color: var(--zh-ink) !important;
    font-size: 18px !important;
    font-weight: 760 !important;
}

#order-standard_cart .zh-billing-card strong {
    display: block;
    color: var(--zh-ink) !important;
    font-size: clamp(28px, 2.7vw, 42px) !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.02 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
}

#order-standard_cart .zh-billing-card small {
    justify-self: center;
    width: max-content;
    max-width: 100%;
    border-radius: 999px;
    background: #eef2ff !important;
    color: var(--zh-blue) !important;
    padding: 7px 12px;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1.1;
}

#order-standard_cart .zh-billing-card del,
#order-standard_cart .zh-billing-card strike,
#order-standard_cart .zh-billing-card .strike {
    color: #eb3b5a !important;
    opacity: .92;
}

#order-standard_cart .domain-selection-options,
#order-standard_cart .domain-configuration,
#order-standard_cart .domain-input-group,
#order-standard_cart .domain-checker-container,
#order-standard_cart .domains-row {
    border-color: rgba(39,60,255,.14) !important;
}

#order-standard_cart .domain-selection-options,
#order-standard_cart .domain-configuration {
    border-radius: 22px !important;
    background:
        linear-gradient(135deg, #071126 0%, #273cff 58%, #273cff 100%) !important;
    color: #fff !important;
    padding: 26px !important;
    box-shadow: 0 28px 80px rgba(39,60,255,.18) !important;
}

#order-standard_cart .domain-selection-options label,
#order-standard_cart .domain-selection-options .option,
#order-standard_cart .domain-configuration label,
#order-standard_cart .domain-configuration a {
    color: #fff !important;
}

#order-standard_cart .domain-input-group,
#order-standard_cart .domain-checker-container .input-group,
#order-standard_cart .domains-row .input-group {
    border: 1px solid rgba(255,255,255,.28) !important;
    border-radius: 18px !important;
    background: #fff !important;
}

#order-standard_cart .order-summary,
#order-standard_cart .summary-container,
#order-standard_cart .view-cart-summary {
    border: 1px solid rgba(39,60,255,.14) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 28px 80px rgba(12,20,40,.10) !important;
}

#order-standard_cart .order-summary h2,
#order-standard_cart .order-summary h3,
#order-standard_cart .summary-container h2,
#order-standard_cart .summary-container h3 {
    color: var(--zh-ink) !important;
    font-size: clamp(24px, 2vw, 34px) !important;
    font-weight: 820 !important;
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart .btn-info,
#order-standard_cart .btn-order-now,
#order-standard_cart .btn-checkout,
#order-standard_cart #btnCompleteProductConfig,
#order-standard_cart #btnAlreadyRegistered,
#order-standard_cart #btnDomainSearch,
#order-standard_cart button[type="submit"] {
    border: 0 !important;
    background: linear-gradient(135deg, var(--zh-blue), var(--zh-blue-dark)) !important;
    color: #fff !important;
    box-shadow: 0 18px 48px rgba(39,60,255,.24) !important;
}

#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-success:hover,
#order-standard_cart .btn-info:hover,
#order-standard_cart .btn-order-now:hover,
#order-standard_cart .btn-checkout:hover,
#order-standard_cart #btnCompleteProductConfig:hover,
#order-standard_cart #btnAlreadyRegistered:hover,
#order-standard_cart #btnDomainSearch:hover,
#order-standard_cart button[type="submit"]:hover {
    filter: brightness(.98);
    transform: translateY(-1px);
}

#order-standard_cart .label-success,
#order-standard_cart .badge-success,
#order-standard_cart .label-info,
#order-standard_cart .badge-info,
#order-standard_cart .tld-filters .badge,
#order-standard_cart .badge,
#order-standard_cart .label {
    background: #eef2ff !important;
    color: var(--zh-blue) !important;
}

#order-standard_cart .featured-tld .price,
#order-standard_cart .spotlight-tld .price,
#order-standard_cart .domain-price .price {
    background: linear-gradient(135deg, var(--zh-blue), var(--zh-violet)) !important;
    color: #fff !important;
}

@media (max-width: 1220px) {
    #order-standard_cart .zh-billing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    #order-standard_cart .zh-billing-grid {
        grid-template-columns: 1fr;
    }

    #order-standard_cart .zh-billing-card {
        min-height: 130px;
    }
}

/* ZentHost platform order rebuild: final winning layer */
#order-standard_cart {
    --zh-order-blue: #273cff;
    --zh-order-blue-dark: #101ed8;
    --zh-order-accent: #17b7ff;
    --zh-order-ink: #0d172b;
    --zh-order-muted: #69778d;
    --zh-order-line: #dde6f7;
    --zh-order-surface: #ffffff;
    --zh-order-soft: #f7f9fd;
    --zh-order-radius: 18px;
    --zh-order-shadow: 0 20px 58px rgba(12, 20, 40, .08);
    color: var(--zh-order-ink) !important;
}

#order-standard_cart .header-lined {
    margin-bottom: 18px !important;
}

#order-standard_cart .header-lined h1,
#order-standard_cart .header-lined h2,
#order-standard_cart .font-size-22,
#order-standard_cart .font-size-24 {
    color: var(--zh-order-ink) !important;
    font-size: clamp(24px, 2.2vw, 34px) !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

#order-standard_cart .header-lined p,
#order-standard_cart p {
    color: var(--zh-order-muted);
}

#order-standard_cart .zh-order-nav-strip {
    margin-bottom: 24px !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: var(--zh-order-radius) !important;
    background: var(--zh-order-surface) !important;
    padding: 14px !important;
    box-shadow: var(--zh-order-shadow) !important;
}

#order-standard_cart .zh-order-nav-title,
#order-standard_cart .zh-order-nav-links a {
    min-height: 44px;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: var(--zh-order-ink) !important;
}

#order-standard_cart .zh-order-nav-links a.active,
#order-standard_cart .zh-order-nav-links a:hover {
    border-color: rgba(39,60,255,.35) !important;
    background: #eef4ff !important;
    color: var(--zh-order-blue) !important;
}

#order-standard_cart #frmConfigureProduct > .row,
#order-standard_cart .view-cart-body > .row,
#order-standard_cart .cart-body > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px) !important;
    gap: 28px !important;
    align-items: start !important;
}

#order-standard_cart #frmConfigureProduct > .row > [class*="col-"],
#order-standard_cart #frmConfigureProduct .secondary-cart-body,
#order-standard_cart #frmConfigureProduct .secondary-cart-sidebar {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

#order-standard_cart .secondary-cart-body > p:first-child {
    max-width: 720px;
    margin: 0 0 18px !important;
    color: var(--zh-order-muted) !important;
    font-size: 14px;
}

#order-standard_cart .product-info,
#order-standard_cart .zh-billing-panel,
#order-standard_cart .field-container,
#order-standard_cart .product-configurable-options,
#order-standard_cart #productAddonsContainer,
#order-standard_cart .domain-selection-options,
#order-standard_cart .domain-checker-container,
#order-standard_cart .order-summary,
#order-standard_cart .view-cart-items,
#order-standard_cart .account,
#order-standard_cart .already-registered,
#order-standard_cart .panel,
#order-standard_cart .card {
    overflow: hidden !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: var(--zh-order-radius) !important;
    background: var(--zh-order-surface) !important;
    box-shadow: var(--zh-order-shadow) !important;
}

#order-standard_cart .product-info,
#order-standard_cart .zh-billing-panel,
#order-standard_cart .field-container,
#order-standard_cart .product-configurable-options,
#order-standard_cart #productAddonsContainer {
    margin-bottom: 24px !important;
    padding: 24px !important;
}

#order-standard_cart .product-title {
    margin: 0 0 8px !important;
    color: var(--zh-order-ink) !important;
    font-size: clamp(22px, 2vw, 30px) !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
}

#order-standard_cart .zh-order-section-heading,
#order-standard_cart .sub-heading {
    display: block !important;
    height: auto !important;
    margin: 28px 0 14px !important;
    border: 0 !important;
    text-align: left !important;
}

#order-standard_cart .zh-order-section-heading span,
#order-standard_cart .sub-heading span,
#order-standard_cart .zh-order-heading-accent {
    position: static !important;
    top: auto !important;
    display: block !important;
    padding: 0 !important;
    background: transparent !important;
    color: var(--zh-order-ink) !important;
    font-size: clamp(22px, 2.2vw, 34px) !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    text-align: left !important;
}

#order-standard_cart .zh-order-section-heading small {
    display: block;
    margin-top: 6px;
    color: var(--zh-order-muted);
    font-size: 13px;
    font-weight: 600;
}

#order-standard_cart .zh-hidden-cycle-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

#order-standard_cart .zh-billing-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)) !important;
    gap: 14px !important;
}

#order-standard_cart .zh-billing-card {
    position: relative;
    display: grid !important;
    gap: 10px;
    min-height: 132px !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: var(--zh-order-ink) !important;
    padding: 18px !important;
    text-align: left !important;
    box-shadow: none !important;
}

#order-standard_cart .zh-billing-card span {
    color: var(--zh-order-muted);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

#order-standard_cart .zh-billing-card strong {
    color: var(--zh-order-ink) !important;
    font-size: clamp(20px, 1.8vw, 28px) !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    overflow-wrap: anywhere;
}

#order-standard_cart .zh-billing-card small {
    display: inline-flex;
    width: fit-content;
    min-height: 28px;
    align-items: center;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--zh-order-blue);
    padding: 4px 10px;
    font-weight: 800;
}

#order-standard_cart .zh-billing-card.active {
    border-color: rgba(39,60,255,.65) !important;
    background: linear-gradient(180deg, #fff, #f5f8ff) !important;
    box-shadow: 0 18px 46px rgba(39,60,255,.12) !important;
}

#order-standard_cart .zh-billing-card.active:after {
    content: "\f00c";
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--zh-order-blue);
    color: #fff;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
}

#order-standard_cart .field-container .row,
#order-standard_cart .product-configurable-options .row,
#order-standard_cart .addon-products,
#order-standard_cart #productAddonsContainer .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin: 0 !important;
}

#order-standard_cart .field-container .row:before,
#order-standard_cart .field-container .row:after,
#order-standard_cart .product-configurable-options .row:before,
#order-standard_cart .product-configurable-options .row:after,
#order-standard_cart .addon-products:before,
#order-standard_cart .addon-products:after {
    display: none !important;
}

#order-standard_cart .field-container [class*="col-"],
#order-standard_cart .product-configurable-options [class*="col-"],
#order-standard_cart .addon-products [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
}

#order-standard_cart label {
    color: var(--zh-order-muted) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

#order-standard_cart .form-control,
#order-standard_cart input[type="text"],
#order-standard_cart input[type="password"],
#order-standard_cart input[type="number"],
#order-standard_cart select,
#order-standard_cart textarea {
    min-height: 52px !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 14px !important;
    background: #fff !important;
    color: var(--zh-order-ink) !important;
    padding: 0 16px !important;
    box-shadow: none !important;
}

#order-standard_cart textarea {
    min-height: 120px !important;
    padding-top: 14px !important;
}

#order-standard_cart .form-control:focus,
#order-standard_cart input:focus,
#order-standard_cart select:focus,
#order-standard_cart textarea:focus {
    border-color: rgba(39,60,255,.58) !important;
    box-shadow: 0 0 0 4px rgba(39,60,255,.10) !important;
    outline: 0 !important;
}

#order-standard_cart #productAddonsContainer .panel,
#order-standard_cart #productAddonsContainer .card,
#order-standard_cart .addon-products .panel,
#order-standard_cart .addon-products .card {
    border-radius: 16px !important;
    box-shadow: none !important;
}

#order-standard_cart .panel-add,
#order-standard_cart .addon-products .panel-body,
#order-standard_cart .addon-products .card-body {
    background: #fff !important;
    color: var(--zh-order-ink) !important;
}

#order-standard_cart .panel-price,
#order-standard_cart .addon-products .panel-footer,
#order-standard_cart .addon-products .card-footer {
    border-top: 1px solid var(--zh-order-line) !important;
    background: var(--zh-order-soft) !important;
    color: var(--zh-order-ink) !important;
}

#order-standard_cart .order-summary {
    position: sticky !important;
    top: 18px !important;
    max-width: 390px !important;
}

#order-standard_cart .order-summary h2,
#order-standard_cart .order-summary h3 {
    margin: 0 !important;
    border-bottom: 1px solid var(--zh-order-line) !important;
    padding: 20px 22px !important;
    color: var(--zh-order-ink) !important;
    font-size: 22px !important;
    font-weight: 850 !important;
}

#order-standard_cart .summary-container {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 20px 22px !important;
}

#order-standard_cart .btn,
#order-standard_cart button[type="submit"],
#order-standard_cart #btnCompleteProductConfig {
    min-height: 50px !important;
    border-radius: 14px !important;
    font-weight: 850 !important;
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart #btnCompleteProductConfig,
#order-standard_cart button[type="submit"] {
    border: 0 !important;
    background: linear-gradient(135deg, #273cff, #101ed8) !important;
    color: #fff !important;
    box-shadow: 0 16px 38px rgba(39,60,255,.18) !important;
}

#order-standard_cart .domain-selection-options {
    display: grid !important;
    gap: 14px;
    padding: 24px !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(18,167,200,.10), transparent 22rem),
        linear-gradient(135deg, #07122b 0%, #273cff 100%) !important;
}

#order-standard_cart .domain-selection-options .option {
    display: grid;
    gap: 12px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    background: rgba(255,255,255,.10);
    padding: 16px;
}

#order-standard_cart .domain-selection-options .option > label {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 850 !important;
}

#order-standard_cart .domain-selection-options input[type="radio"] {
    accent-color: var(--zh-order-accent);
    width: 20px;
    height: 20px;
}

#order-standard_cart .domain-input-group {
    display: block !important;
    border-radius: 16px;
    background: #fff;
    padding: 18px;
}

#order-standard_cart .domains-row,
#order-standard_cart .domain-input-group .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: stretch !important;
    margin: 0 !important;
}

#order-standard_cart .domains-row > [class*="col-"],
#order-standard_cart .domain-input-group .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#order-standard_cart .domains-row .input-group {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: none !important;
}

#order-standard_cart .domains-row .input-group-text,
#order-standard_cart .domains-row .input-group-addon {
    display: grid !important;
    place-items: center;
    min-width: 72px;
    border: 0 !important;
    background: #eef4ff !important;
    color: var(--zh-order-muted) !important;
    font-weight: 850;
}

#order-standard_cart .domains-row .form-control {
    border: 0 !important;
    border-radius: 0 !important;
}

#order-standard_cart .domain-selection-options + p {
    margin: 16px 0 0 !important;
    color: var(--zh-order-muted) !important;
    font-size: 14px !important;
}

#order-standard_cart .alert-warning,
#order-standard_cart .checkout-security-msg,
#order-standard_cart .alert-info {
    border: 1px solid rgba(39,60,255,.18) !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #eef4ff, #f7faff) !important;
    color: var(--zh-order-blue-dark) !important;
    box-shadow: 0 14px 34px rgba(39,60,255,.08) !important;
}

#order-standard_cart .alert-warning a,
#order-standard_cart .alert-warning .alert-link,
#order-standard_cart .alert-warning strong,
#order-standard_cart .checkout-security-msg a,
#order-standard_cart .checkout-security-msg strong,
#order-standard_cart .alert-info a,
#order-standard_cart .alert-info strong {
    color: var(--zh-order-blue) !important;
    font-weight: 900 !important;
}

#order-standard_cart .alert-warning i,
#order-standard_cart .checkout-security-msg i,
#order-standard_cart .alert-info i {
    color: var(--zh-order-blue) !important;
}

@media (max-width: 1180px) {
    #order-standard_cart #frmConfigureProduct > .row,
    #order-standard_cart .view-cart-body > .row,
    #order-standard_cart .cart-body > .row {
        grid-template-columns: 1fr !important;
    }

    #order-standard_cart .order-summary {
        position: static !important;
        max-width: none !important;
    }
}

@media (max-width: 760px) {
    #order-standard_cart .field-container .row,
    #order-standard_cart .product-configurable-options .row,
    #order-standard_cart .addon-products,
    #order-standard_cart #productAddonsContainer .row,
    #order-standard_cart .domains-row,
    #order-standard_cart .domain-input-group .row,
    #order-standard_cart .zh-billing-grid {
        grid-template-columns: 1fr !important;
    }

    #order-standard_cart .domain-input-group {
        padding: 14px !important;
    }
}

/* ZentHost order UX rebuild: final platform-wide orderform layer. */
#order-standard_cart {
    --zh-order-blue: #273cff;
    --zh-order-blue-dark: #101ed8;
    --zh-order-blue-soft: #eef2ff;
    --zh-order-blue-glow: rgba(39,60,255,.16);
    --zh-order-ink: #08132d;
    --zh-order-muted: #66738a;
    --zh-order-line: #dfe7fb;
    --zh-order-soft: #f7f9ff;
    --zh-order-card: #fff;
    color: var(--zh-order-ink) !important;
}

#order-standard_cart,
#order-standard_cart .cart-body,
#order-standard_cart .secondary-cart-body {
    width: 100% !important;
    max-width: none !important;
}

#order-standard_cart .cart-body {
    padding-right: clamp(18px, 3vw, 44px) !important;
}

#order-standard_cart #frmConfigureProduct > .row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
    margin: 0 !important;
}

#order-standard_cart #frmConfigureProduct .secondary-cart-sidebar,
#order-standard_cart .secondary-cart-sidebar {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

#order-standard_cart #orderSummary,
#order-standard_cart .order-summary {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart #btnCompleteProductConfig,
#order-standard_cart button[type="submit"] {
    background: linear-gradient(135deg, var(--zh-order-blue), var(--zh-order-blue-dark)) !important;
    color: #fff !important;
    box-shadow: 0 14px 34px var(--zh-order-blue-glow) !important;
}

#order-standard_cart .form-control:focus,
#order-standard_cart input:focus,
#order-standard_cart select:focus,
#order-standard_cart textarea:focus {
    border-color: rgba(39,60,255,.58) !important;
    box-shadow: 0 0 0 4px rgba(39,60,255,.10) !important;
}

#order-standard_cart .zh-billing-panel {
    padding: clamp(22px, 2.8vw, 34px) !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 22px !important;
    background:
        radial-gradient(circle at 92% 12%, rgba(39,60,255,.07), transparent 22rem),
        #fff !important;
}

#order-standard_cart .zh-order-section-heading {
    margin-bottom: 18px !important;
}

#order-standard_cart .zh-order-section-heading span,
#order-standard_cart .sub-heading span {
    color: var(--zh-order-ink) !important;
    font-size: clamp(24px, 2.1vw, 34px) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
}

#order-standard_cart .zh-order-section-heading small {
    max-width: 720px;
    color: var(--zh-order-muted) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

#order-standard_cart .zh-billing-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr)) !important;
    gap: 14px !important;
}

#order-standard_cart .zh-billing-card {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) auto !important;
    grid-template-areas:
        "icon name mark"
        "icon price price"
        "icon term term" !important;
    align-items: center !important;
    gap: 7px 13px !important;
    min-height: 128px !important;
    padding: 20px !important;
    overflow: hidden !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #fff, #fbfcff) !important;
    color: var(--zh-order-ink) !important;
    text-align: left !important;
    box-shadow: 0 14px 34px rgba(8,19,45,.04) !important;
    transform: translateY(0);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease !important;
}

#order-standard_cart .zh-billing-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 0%, rgba(39,60,255,.09) 42%, transparent 68%);
    transform: translateX(-110%);
    transition: transform .7s ease;
}

#order-standard_cart .zh-billing-card:hover {
    transform: translateY(-2px);
    border-color: rgba(39,60,255,.36) !important;
    box-shadow: 0 18px 42px rgba(39,60,255,.10) !important;
}

#order-standard_cart .zh-billing-card:hover:before {
    transform: translateX(110%);
}

#order-standard_cart .zh-billing-card.active {
    border-color: var(--zh-order-blue) !important;
    background: linear-gradient(180deg, #fff, #f5f7ff) !important;
    box-shadow: 0 18px 46px rgba(39,60,255,.14) !important;
}

#order-standard_cart .zh-billing-card i {
    grid-area: icon;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--zh-order-blue-soft);
    color: var(--zh-order-blue);
    font-size: 18px;
    z-index: 1;
}

#order-standard_cart .zh-billing-card span {
    grid-area: name;
    color: var(--zh-order-ink) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: .04em !important;
    z-index: 1;
}

#order-standard_cart .zh-billing-card strong {
    grid-area: price;
    color: var(--zh-order-ink) !important;
    font-size: clamp(16px, 1.05vw, 20px) !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    z-index: 1;
}

#order-standard_cart .zh-billing-card small {
    grid-area: term;
    justify-self: start;
    min-height: auto !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    background: var(--zh-order-blue-soft) !important;
    color: var(--zh-order-blue) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    z-index: 1;
}

#order-standard_cart .zh-billing-card.active:after {
    grid-area: mark;
    position: static !important;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--zh-order-blue) !important;
    color: #fff !important;
    font-size: 13px !important;
    z-index: 1;
}

#order-standard_cart .domain-selection-options {
    display: grid !important;
    gap: 14px !important;
    padding: clamp(18px, 2.6vw, 28px) !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 22px !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(39,60,255,.10), transparent 24rem),
        #fff !important;
}

#order-standard_cart .domain-selection-options .option {
    display: grid !important;
    gap: 13px !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    padding: 16px !important;
    color: var(--zh-order-ink) !important;
}

#order-standard_cart .domain-selection-options .option > label {
    color: var(--zh-order-ink) !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

#order-standard_cart .domain-selection-options input[type="radio"] {
    accent-color: var(--zh-order-blue) !important;
}

#order-standard_cart .domain-input-group {
    position: relative !important;
    z-index: 1 !important;
    padding: 14px !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 16px !important;
    background: var(--zh-order-soft) !important;
}

#order-standard_cart .domain-input-group .row,
#order-standard_cart .domains-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
}

#order-standard_cart .domain-input-group .row > [class*="col-"],
#order-standard_cart .domains-row > [class*="col-"] {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#order-standard_cart .domain-input-group .row > [class*="col-"]:last-child {
    flex: 0 0 130px !important;
}

#order-standard_cart .domains-row .col-xs-9,
#order-standard_cart .domains-row .col-9 {
    flex: 1 1 auto !important;
}

#order-standard_cart .domains-row .col-xs-3,
#order-standard_cart .domains-row .col-3 {
    flex: 0 0 124px !important;
}

#order-standard_cart .domains-row .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    min-width: 0 !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 15px !important;
    background: #fff !important;
    overflow: hidden !important;
}

#order-standard_cart .domains-row .input-group-text,
#order-standard_cart .domains-row .input-group-addon,
#order-standard_cart .domains-row .input-group-prepend {
    flex: 0 0 76px !important;
    width: 76px !important;
    min-width: 76px !important;
    border: 0 !important;
    background: #eef2ff !important;
    color: #4f5f79 !important;
    font-weight: 900 !important;
}

#order-standard_cart .domain-input-group input[type="text"],
#order-standard_cart .domain-input-group select,
#order-standard_cart .domain-input-group .form-control {
    position: relative !important;
    z-index: 3 !important;
    height: 58px !important;
    min-height: 58px !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 15px !important;
    background: #fff !important;
    color: var(--zh-order-ink) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    pointer-events: auto !important;
}

#order-standard_cart .domains-row .input-group .form-control {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

#order-standard_cart .domain-input-group button {
    position: relative !important;
    z-index: 3 !important;
    min-width: 118px !important;
    color: #fff !important;
    pointer-events: auto !important;
}

#order-standard_cart .domain-price,
#order-standard_cart .spotlight-tlds-container,
#order-standard_cart .suggested-domains,
#order-standard_cart .suggested-domains .list-group,
#order-standard_cart .suggested-domains ul {
    background: #fff !important;
    color: var(--zh-order-ink) !important;
}

#order-standard_cart .spotlight-tld,
#order-standard_cart .suggested-domains li,
#order-standard_cart .suggested-domains .domain-suggestion {
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: var(--zh-order-ink) !important;
    box-shadow: 0 14px 34px rgba(8,19,45,.04) !important;
}

#order-standard_cart .spotlight-tld .price,
#order-standard_cart .domain-price .price,
#order-standard_cart .suggested-domains .price {
    background: transparent !important;
    color: var(--zh-order-ink) !important;
    font-size: clamp(20px, 1.8vw, 30px) !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
}

#order-standard_cart .btn-add-to-cart,
#order-standard_cart .domain-contact-support,
#order-standard_cart .suggested-domains .btn {
    border: 0 !important;
    background: var(--zh-order-blue) !important;
    color: #fff !important;
}

#order-standard_cart .alert-warning,
#order-standard_cart .checkout-security-msg,
#order-standard_cart .alert-info {
    border-color: rgba(39,60,255,.18) !important;
    background: linear-gradient(135deg, #edf2ff, #f8faff) !important;
    color: var(--zh-order-blue-dark) !important;
}

#order-standard_cart .alert-warning a,
#order-standard_cart .alert-warning .alert-link,
#order-standard_cart .alert-warning strong,
#order-standard_cart .checkout-security-msg a,
#order-standard_cart .checkout-security-msg strong,
#order-standard_cart .alert-info a,
#order-standard_cart .alert-info strong,
#order-standard_cart .alert-warning i,
#order-standard_cart .checkout-security-msg i,
#order-standard_cart .alert-info i {
    color: var(--zh-order-blue) !important;
}

@media (max-width: 860px) {
    #order-standard_cart .cart-body {
        padding-right: 16px !important;
    }

    #order-standard_cart .domain-input-group .row,
    #order-standard_cart .domains-row {
        flex-wrap: wrap !important;
    }

    #order-standard_cart .domain-input-group .row > [class*="col-"],
    #order-standard_cart .domain-input-group .row > [class*="col-"]:last-child,
    #order-standard_cart .domains-row .col-xs-9,
    #order-standard_cart .domains-row .col-9,
    #order-standard_cart .domains-row .col-xs-3,
    #order-standard_cart .domains-row .col-3 {
        flex: 1 1 100% !important;
        width: 100% !important;
    }

    #order-standard_cart .domain-input-group button {
        width: 100% !important;
    }
}

/* ZentHost brand audit: final override for order, cart and domain search screens. */
#order-standard_cart {
    --zh-blue: #273cff;
    --zh-blue-dark: #101ed8;
    --zh-violet: #273cff;
    --zh-cyan: #17b7ff;
    --zh-order-blue: #273cff;
    --zh-order-blue-dark: #101ed8;
    --zh-order-blue-soft: #edf1ff;
    --zh-order-ink: #07122b;
    --zh-order-muted: #64718a;
    --zh-order-line: #dfe7fb;
    --zh-order-soft: #f7f9ff;
}

#order-standard_cart .zh-billing-panel {
    border-radius: 20px !important;
    background: #fff !important;
}

#order-standard_cart .zh-billing-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
}

#order-standard_cart .zh-billing-card {
    grid-template-columns: 44px minmax(0, 1fr) auto !important;
    min-height: 118px !important;
    padding: 18px !important;
    gap: 6px 12px !important;
}

#order-standard_cart .zh-billing-card i {
    width: 44px !important;
    height: 44px !important;
    background: var(--zh-order-blue-soft) !important;
    color: var(--zh-order-blue) !important;
}

#order-standard_cart .zh-billing-card strong,
#order-standard_cart .zh-billing-card .zh-billing-price {
    display: grid !important;
    gap: 3px !important;
    color: var(--zh-order-ink) !important;
    font-size: 0 !important;
}

#order-standard_cart .zh-billing-card .zh-price-main {
    color: var(--zh-order-ink) !important;
    font-size: clamp(20px, 1.5vw, 28px) !important;
    line-height: 1.05 !important;
    font-weight: 950 !important;
}

#order-standard_cart .zh-billing-card .zh-price-extra {
    color: var(--zh-order-muted) !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 850 !important;
}

#order-standard_cart .zh-billing-card small,
#order-standard_cart .zh-billing-save {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 28px !important;
    width: fit-content !important;
    max-width: 100% !important;
    border-radius: 999px !important;
    padding: 6px 10px !important;
    background: var(--zh-order-blue-soft) !important;
    color: var(--zh-order-blue) !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 950 !important;
}

#order-standard_cart .zh-billing-save {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    background: #07122b !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(7,18,43,.14) !important;
}

#order-standard_cart .zh-billing-card.active .zh-billing-save {
    background: var(--zh-order-blue) !important;
}

#order-standard_cart .domain-checker-container,
#order-standard_cart .domain-checker-bg {
    position: relative !important;
    display: block !important;
    min-height: auto !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 18px 44px rgba(7,18,43,.05) !important;
}

#order-standard_cart .domain-checker-container:before {
    display: none !important;
}

#order-standard_cart #frmDomainChecker .row,
#order-standard_cart #frmDomainChecker .row:before,
#order-standard_cart #frmDomainChecker .row:after {
    display: block !important;
    content: none !important;
    margin: 0 !important;
}

#order-standard_cart #frmDomainChecker [class*="col-"] {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

#order-standard_cart .zh-order-domain-search-box,
#order-standard_cart .domain-checker-container .input-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 68px !important;
    overflow: hidden !important;
    border: 1px solid var(--zh-order-line) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 16px 38px rgba(7,18,43,.07) !important;
}

#order-standard_cart #inputDomain,
#order-standard_cart .domain-checker-container .input-group > input.form-control {
    flex: 1 1 auto !important;
    display: block !important;
    width: auto !important;
    min-width: 220px !important;
    height: 68px !important;
    min-height: 68px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--zh-order-ink) !important;
    font-size: 18px !important;
    font-weight: 750 !important;
    padding: 0 22px !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

#order-standard_cart #inputDomain::placeholder,
#order-standard_cart .domain-input-group input::placeholder {
    color: #717d92 !important;
    opacity: 1 !important;
}

#order-standard_cart .domain-checker-container .input-group-btn,
#order-standard_cart .domain-checker-container .input-group-append,
#order-standard_cart .domain-checker-container .input-group-prepend {
    display: flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#order-standard_cart .domain-checker-container .input-group-btn .btn,
#order-standard_cart .domain-checker-container .input-group-append .btn,
#order-standard_cart #btnCheckAvailability {
    height: 58px !important;
    min-height: 58px !important;
    min-width: 142px !important;
    margin: 5px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, var(--zh-order-blue), var(--zh-order-blue-dark)) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

#order-standard_cart #frmProductDomain .domain-selection-options {
    background: #fff !important;
}

#order-standard_cart #frmProductDomain .domain-input-group,
#order-standard_cart #frmProductDomain .domains-row .input-group {
    background: #fff !important;
}

#order-standard_cart #frmProductDomain .domain-input-group input,
#order-standard_cart #frmProductDomain .domain-input-group select {
    color: var(--zh-order-ink) !important;
    caret-color: var(--zh-order-blue) !important;
}

#order-standard_cart .view-cart-items-header {
    border: 0 !important;
    border-radius: 14px 14px 0 0 !important;
    background: var(--zh-order-blue) !important;
    color: #fff !important;
}

#order-standard_cart .zh-order-view-cart-items .item,
#order-standard_cart .view-cart-items .item {
    border: 1px solid var(--zh-order-line) !important;
    border-top: 0 !important;
    background: #fff !important;
    color: var(--zh-order-ink) !important;
}

#order-standard_cart .item-price > span:first-child,
#order-standard_cart .view-cart-items .item-price span:first-child {
    color: var(--zh-order-ink) !important;
    font-size: clamp(22px, 2vw, 34px) !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
}

#order-standard_cart .btn-remove-from-cart,
#order-standard_cart .btn-remove-from-cart i {
    color: #e2334f !important;
}

#order-standard_cart .empty-cart,
#order-standard_cart .btn-empty-cart,
#order-standard_cart a[href*="a=empty"] {
    background: var(--zh-order-blue) !important;
    color: #fff !important;
    border-color: var(--zh-order-blue) !important;
}

#order-standard_cart .spotlight-tld .price,
#order-standard_cart .domain-price .price,
#order-standard_cart .suggested-domains .price {
    background: transparent !important;
    color: var(--zh-order-ink) !important;
    text-shadow: none !important;
}

@media (max-width: 700px) {
    #order-standard_cart .zh-order-domain-search-box,
    #order-standard_cart .domain-checker-container .input-group {
        flex-wrap: wrap !important;
        padding: 8px !important;
    }

    #order-standard_cart #inputDomain,
    #order-standard_cart .domain-checker-container .input-group > input.form-control {
        flex: 1 1 100% !important;
        width: 100% !important;
        border: 1px solid var(--zh-order-line) !important;
        border-radius: 14px !important;
    }

    #order-standard_cart .domain-checker-container .input-group-btn,
    #order-standard_cart .domain-checker-container .input-group-btn .btn,
    #order-standard_cart #btnCheckAvailability {
        width: 100% !important;
        min-width: 0 !important;
        margin: 8px 0 0 !important;
    }
}

/* Responsive store layout. */
body.zh-saas-theme.zh-is-cart,
body.zh-saas-theme.zh-is-cart .zh-public-main,
body.zh-saas-theme.zh-is-cart .zh-content-surface,
body.zh-saas-theme.zh-is-cart #order-standard_cart {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
}

body.zh-saas-theme.zh-is-cart {
    background:
        radial-gradient(circle at 4% -10rem, rgba(39,60,255,.10), transparent 28rem),
        linear-gradient(180deg, #fff 0%, #f7f9ff 45%, #fff 100%) !important;
}

body.zh-saas-theme.zh-is-cart .zh-public-header {
    width: min(100%, 1540px) !important;
    margin: 0 auto 18px !important;
    padding: 18px clamp(16px, 3vw, 34px) !important;
}

body.zh-saas-theme.zh-is-cart .zh-public-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
}

body.zh-saas-theme.zh-is-cart .zh-public-nav a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 42px !important;
    border-radius: 14px !important;
    color: var(--zh-order-ink, #08132d) !important;
    text-decoration: none !important;
}

#order-standard_cart {
    --zh-order-blue: #273cff;
    --zh-order-blue-dark: #101ed8;
    --zh-order-blue-soft: #eef2ff;
    --zh-order-ink: #08132d;
    --zh-order-muted: #66738a;
    --zh-order-line: #dfe7fb;
    --zh-order-page: #f7f9ff;
    --zh-order-radius: 18px;
    --zh-order-shadow: 0 18px 48px rgba(8,19,45,.07);
    color: var(--zh-order-ink) !important;
    padding-bottom: 52px !important;
}

#order-standard_cart > .row {
    display: grid !important;
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr) !important;
    gap: 24px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 1540px !important;
    margin: 0 auto !important;
    padding: 0 clamp(14px, 2vw, 28px) !important;
}

#order-standard_cart > .row:before,
#order-standard_cart > .row:after {
    display: none !important;
    content: none !important;
}

#order-standard_cart .cart-sidebar.sidebar,
#order-standard_cart .cart-sidebar {
    display: block !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 0 !important;
}

#order-standard_cart .cart-body {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
}

#order-standard_cart .zh-order-side-panel {
    display: grid !important;
    gap: 14px !important;
}

#order-standard_cart .zh-order-side-group,
#order-standard_cart .zh-order-side-currency {
    border: 1px solid var(--zh-order-line) !important;
    border-radius: var(--zh-order-radius) !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: var(--zh-order-shadow) !important;
    overflow: hidden !important;
}

#order-standard_cart .zh-order-side-group h3 {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 18px !important;
    border-bottom: 1px solid var(--zh-order-line) !important;
    color: var(--zh-order-ink) !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
}

#order-standard_cart .zh-order-side-links {
    display: grid !important;
    gap: 4px !important;
    padding: 8px !important;
}

#order-standard_cart .zh-order-side-links a {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 46px !important;
    border-radius: 14px !important;
    color: var(--zh-order-ink) !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
}

#order-standard_cart .zh-order-side-links a i {
    display: inline-grid !important;
    place-items: center !important;
    width: 26px !important;
    color: #7b879b !important;
}

#order-standard_cart .zh-order-side-links a.active,
#order-standard_cart .zh-order-side-links a:hover {
    background: var(--zh-order-blue-soft) !important;
    color: var(--zh-order-blue) !important;
}

#order-standard_cart .zh-order-side-currency {
    display: grid !important;
    gap: 8px !important;
    padding: 14px !important;
}

#order-standard_cart .zh-order-side-currency label {
    margin: 0 !important;
    color: var(--zh-order-muted) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
}

#order-standard_cart .zh-order-side-currency select {
    min-height: 48px !important;
    border: 1px solid var(--zh-order-line) !important;
    background: #fff !important;
    color: var(--zh-order-ink) !important;
    font-weight: 850 !important;
}

#order-standard_cart:has(.zh-order-navigation) .zh-order-nav-strip {
    display: none !important;
}

#order-standard_cart .products .row,
#order-standard_cart .row-eq-height {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

#order-standard_cart .zh-order-single-product {
    min-width: 0 !important;
    border-radius: var(--zh-order-radius) !important;
    border-color: var(--zh-order-line) !important;
}

#order-standard_cart .zh-order-product-name h5 {
    color: var(--zh-order-ink) !important;
    font-size: clamp(20px, 1.8vw, 28px) !important;
    line-height: 1.12 !important;
}

#order-standard_cart .zh-order-product-price .price,
#order-standard_cart .price {
    color: var(--zh-order-ink) !important;
    font-size: clamp(24px, 2.2vw, 36px) !important;
    line-height: 1.05 !important;
    background: transparent !important;
}

#order-standard_cart .zh-order-product-desc,
#order-standard_cart .zh-order-product-desc li {
    color: var(--zh-order-ink) !important;
}

#order-standard_cart .btn-primary,
#order-standard_cart .btn-success,
#order-standard_cart .btn-order-now,
#order-standard_cart .btn-checkout,
#order-standard_cart #btnCheckAvailability {
    background: linear-gradient(135deg, var(--zh-order-blue), var(--zh-order-blue-dark)) !important;
    color: #fff !important;
    box-shadow: 0 14px 32px rgba(39,60,255,.20) !important;
}

body.zh-saas-theme.zh-is-cart .modal-backdrop,
body.zh-saas-theme.zh-is-cart #fullpage-overlay:not(.w-hidden) {
    z-index: 1040 !important;
}

@media (max-width: 1180px) {
    #order-standard_cart > .row {
        grid-template-columns: 1fr !important;
    }

    #order-standard_cart .cart-sidebar.sidebar,
    #order-standard_cart .cart-sidebar {
        display: block !important;
    }

    #order-standard_cart .zh-order-side-panel {
        position: static !important;
        grid-template-columns: 1fr !important;
    }

    #order-standard_cart .zh-order-side-links {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    #order-standard_cart .zh-order-side-links a {
        min-height: 48px !important;
        flex: 1 1 190px !important;
    }

    #order-standard_cart .products .row,
    #order-standard_cart .row-eq-height {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 700px) {
    body.zh-saas-theme.zh-is-cart .zh-public-header {
        padding: 12px !important;
        margin-bottom: 8px !important;
    }

    body.zh-saas-theme.zh-is-cart .zh-brand img {
        width: 132px !important;
    }

    body.zh-saas-theme.zh-is-cart .zh-public-nav {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
        margin-top: 10px !important;
    }

    body.zh-saas-theme.zh-is-cart .zh-public-nav a {
        min-height: 48px !important;
        justify-content: center !important;
        border: 1px solid var(--zh-order-line) !important;
        background: #fff !important;
        padding: 0 10px !important;
        font-size: 14px !important;
    }

    #order-standard_cart > .row {
        padding: 0 10px !important;
        gap: 14px !important;
    }

    #order-standard_cart .header-lined h1,
    #order-standard_cart .header-lined h2,
    #order-standard_cart .font-size-22,
    #order-standard_cart .font-size-24 {
        font-size: 30px !important;
    }

    #order-standard_cart .header-lined p {
        font-size: 14px !important;
    }

    #order-standard_cart .zh-order-side-group h3 {
        min-height: 58px !important;
        padding: 16px !important;
    }

    #order-standard_cart .zh-order-side-links {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    #order-standard_cart .zh-order-side-links a {
        min-height: 58px !important;
        flex-basis: auto !important;
        font-size: 16px !important;
    }

    #order-standard_cart .products .row,
    #order-standard_cart .row-eq-height {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    #order-standard_cart .zh-order-single-product {
        padding: 22px !important;
    }
}

/* The category panel has one responsive owner; no hidden Bootstrap sidebar. */
#order-standard_cart .zh-order-navigation { min-width: 0; }
#order-standard_cart .zh-order-navigation > summary {
    display: none;
    cursor: pointer;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid var(--zh-order-line);
    border-radius: 14px;
    background: #fff;
    color: var(--zh-order-ink);
    font-weight: 800;
}
#order-standard_cart .zh-order-navigation > summary i { margin-right: 8px; }
#order-standard_cart .zh-order-navigation > summary:focus-visible { outline: 3px solid var(--zh-order-blue); outline-offset: 3px; }
@media (max-width: 1180px) {
    #order-standard_cart .zh-order-navigation > summary { display: list-item; list-style-position: inside; }
    #order-standard_cart .zh-order-navigation[open] > summary { margin-bottom: 12px; }
    #order-standard_cart .zh-order-side-panel { max-height: 60vh; max-height: 60dvh; overflow-y: auto; overscroll-behavior: contain; }
}
@media (min-width: 1181px) {
    #order-standard_cart .zh-order-navigation:not([open]) > .zh-order-side-panel { display: grid !important; }
    body.zh-is-logged-in #order-standard_cart .products .row { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

/* Preserve WHMCS loading, validation and modal visibility states. */
#order-standard_cart .w-hidden { display: none; }
#order-standard_cart [hidden] { display: none !important; }
