:root {
    --ex2-vue-bg: #f5f7fb;
    --ex2-vue-surface: #ffffff;
    --ex2-vue-border: #d9e0ea;
    --ex2-vue-text: #172033;
    --ex2-vue-muted: #667085;
    --ex2-vue-primary: #0b5fff;
    --ex2-vue-primary-dark: #0047c7;
    --ex2-vue-success: #0f9f6e;
    --ex2-vue-danger: #c73737;
    --ex2-vue-radius: 8px;
    --ex2-color-gradient-start: #0058ff;
    --ex2-color-gradient-end: #0b3ab7;
    --ex2-color-primary-dark: #05045f;
    --ex2-font-alt: "Inter", sans-serif;
    --ex2-transition: all 180ms ease;
    --main-body-padding-v: 0px !important;
    --app-nav-left-wide-width: 0px !important;
    --mob-app-nav-header-height: 0px !important;
}

body .app-nav,
body .app-nav.app-nav-primary,
body.page-order .app-nav,
body.page-order .app-nav.app-nav-primary {
    display: none !important;
}

body .app-main,
body.page-order .app-main {
    margin-left: 0 !important;
}

body.page-order .main-top,
body.page-order .main-header,
body.page-order .main-title,
body.page-order .breadcrumb {
    display: none !important;
}

body.page-order .main-body,
body.page-order .main-body .container {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

body .main-body,
body .main-body .container {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.ex2-vue-order-shell {
    background: #eef4fb;
    min-height: 100vh;
}

.ex2-vue-order-shell * {
    box-sizing: border-box;
}

.ex2-vue-order-shell .ex2-topbar {
    background: #0058ff;
    border-bottom: 0;
    box-shadow: none;
    padding: 16px 24px;
    position: relative;
    z-index: 10;
}

.ex2-vue-order-shell .ex2-topbar--gradient {
    align-items: center;
    background: linear-gradient(180deg, var(--ex2-color-gradient-start) 0%, var(--ex2-color-gradient-end) 100%);
    display: flex;
    height: 80px;
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
}

.ex2-vue-order-shell .ex2-topbar__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}

.ex2-vue-order-shell .ex2-topbar__logo {
    color: #ffffff;
    text-decoration: none;
}

.ex2-vue-order-shell .ex2-topbar__logo-wrap,
.ex2-vue-order-shell .ex2-topbar__left,
.ex2-vue-order-shell .ex2-topbar__locale,
.ex2-vue-order-shell .ex2-topbar__right {
    align-items: center;
    display: flex;
}

.ex2-vue-order-shell .ex2-topbar__left {
    gap: 28px;
}

.ex2-vue-order-shell .ex2-topbar__logo-wrap {
    gap: 8px;
}

.ex2-vue-order-shell .ex2-topbar__locale {
    gap: 12px;
}

.ex2-vue-order-shell .ex2-topbar__right {
    gap: 12px;
}

.ex2-vue-order-shell .ex2-topbar__logo-img {
    display: inline-block;
    height: 44px;
    margin-right: 8px;
    vertical-align: middle;
    width: auto;
}

.ex2-vue-order-shell .ex2-topbar__select-wrapper {
    position: relative;
}

.ex2-vue-order-shell .ex2-topbar__select,
.ex2-vue-order-shell .ex2-topbar .ex2-topbar__select,
.ex2-vue-order-shell select.ex2-topbar__select {
    appearance: none !important;
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M2.5 3.5L5 6L7.5 3.5' stroke='rgba(255,255,255,0.6)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-position: right 8px center !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    cursor: pointer;
    font-family: var(--ex2-font-alt) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    height: auto !important;
    letter-spacing: 0.5px;
    line-height: 1 !important;
    min-width: 70px;
    padding: 6px 32px 6px 12px !important;
    text-transform: uppercase;
    transition: var(--ex2-transition);
    width: auto !important;
}

.ex2-vue-order-shell .ex2-topbar__select:hover,
.ex2-vue-order-shell .ex2-topbar__select:focus {
    background-color: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    box-shadow: none !important;
    color: #ffffff !important;
    outline: none;
}

.ex2-vue-order-shell .ex2-topbar__select option {
    color: var(--ex2-color-primary-dark);
}

.ex2-vue-order-shell .ex2-topbar__support-btn,
.ex2-vue-order-shell .ex2-btn {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    color: #ffffff;
    display: inline-flex;
    font-family: var(--ex2-font-alt);
    font-size: 16px;
    font-weight: 500;
    gap: 6px;
    line-height: 1;
    padding: 8px 24px;
    text-decoration: none;
    transition: var(--ex2-transition);
}

.ex2-vue-order-shell .ex2-topbar__support-btn:hover,
.ex2-vue-order-shell .ex2-topbar__support-btn:focus,
.ex2-vue-order-shell .ex2-btn:hover,
.ex2-vue-order-shell .ex2-btn:focus {
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffffff;
    color: #ffffff;
}

.ex2-vue-zenith-topbar {
    align-items: center;
    background: linear-gradient(135deg, #0058ff 0%, #0b3ab7 100%);
    display: flex;
    justify-content: space-between;
    min-height: 78px;
    padding: 14px 22px;
}

.ex2-vue-zenith-logo img {
    display: block;
    height: 38px;
    width: auto;
}

.ex2-vue-zenith-actions {
    align-items: center;
    display: flex;
    gap: 12px;
}

.ex2-vue-zenith-select,
.ex2-vue-zenith-support {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    min-height: 40px;
    padding: 0 14px;
}

.ex2-vue-zenith-select option {
    color: #111827;
}

.ex2-vue-zenith-support {
    border-radius: 24px;
    min-width: 116px;
}

.ex2-vue-steps {
    background: #ffffff;
    border-bottom: 1px solid #e4e7ec;
    padding: 18px 16px 0;
}

.ex2-vue-steps ol {
    align-items: center;
    display: flex;
    gap: 0;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ex2-vue-steps li {
    color: #a3a6b7;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
}

.ex2-vue-steps li span {
    color: inherit;
    margin-right: 8px;
}

.ex2-vue-steps li.is-active {
    color: #05045f;
}

.ex2-vue-steps li.is-complete {
    color: #05045f;
}

.ex2-vue-steps li.is-complete span,
.ex2-vue-steps li.is-active span {
    color: #31d95b;
}

.ex2-vue-domain-step {
    margin: 0 !important;
    min-height: calc(100vh - 126px);
    padding: 66px 16px 90px !important;
}

.ex2-vue-domain-stage {
    margin: 0 auto;
    max-width: 1200px;
}

.ex2-vue-configure-step {
    margin: 0 !important;
    min-height: calc(100vh - 126px);
    padding: 66px 16px 58px !important;
}

.ex2-vue-configure-stage {
    margin: 0 auto;
    max-width: 1200px;
}

.ex2-vue-configure-heading {
    color: #05045f;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 14px;
}

.ex2-vue-configure-layout {
    align-items: start;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) 394px;
}

.ex2-vue-config-card,
.ex2-vue-config-summary {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    box-shadow: 0 10px 26px rgba(30, 41, 59, 0.08);
}

.ex2-vue-config-card {
    padding: 32px;
}

.ex2-vue-config-summary {
    padding: 32px;
}

.ex2-vue-config-product-title {
    color: #05045f;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 20px;
}

.ex2-vue-config-card .ex2-vue-description {
    margin: -8px 0 22px;
}

.ex2-vue-config-card .ex2-vue-card {
    border: 0;
    box-shadow: none;
    padding: 0;
}

.ex2-vue-config-card .ex2-vue-card + .ex2-vue-card {
    border-top: 1px solid #e8ebf0;
    margin-top: 30px;
    padding-top: 30px;
}

.ex2-vue-config-card .ex2-vue-card__title {
    color: #05045f;
    font-size: 21px;
    font-weight: 500;
}

.ex2-vue-billing-options {
    gap: 16px;
}

.ex2-vue-billing-options .ex2-vue-option {
    border-radius: 4px;
    min-height: 68px;
    padding: 16px 24px;
}

.ex2-vue-billing-options .ex2-vue-option:has(input:checked) {
    border-color: #1455ff;
    border-width: 2px;
    box-shadow: inset -18px 18px 0 -17px #1455ff;
}

.ex2-vue-billing-options input {
    display: none;
}

.ex2-vue-cycle-label {
    color: #05045f;
    font-size: 16px;
    font-weight: 700;
}

.ex2-vue-cycle-badge {
    background: #dce5ff;
    border-radius: 4px;
    color: #05045f;
    font-size: 14px;
    font-weight: 500;
    margin-left: 14px;
    padding: 8px 12px;
}

.ex2-vue-cycle-price {
    color: #05045f;
    font-size: 22px;
    font-weight: 700;
    margin-left: auto;
}

.ex2-vue-config-summary h2 {
    border-bottom: 1px solid #e1e5ec;
    color: #05045f;
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 16px;
}

.ex2-vue-config-summary #producttotal {
    color: #05045f;
}

.ex2-vue-config-summary .ex2-vue-btn--primary {
    background: #43d96b !important;
    border-color: #43d96b !important;
    border-radius: 28px !important;
    min-height: 56px !important;
}

.ex2-vue-domain-hero {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    box-shadow: 0 10px 26px rgba(30, 41, 59, 0.08);
    padding: 28px 32px 48px;
}

.ex2-vue-domain-copy h1 {
    color: #05045f;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 0 6px;
}

.ex2-vue-domain-copy p {
    color: #3d3b72;
    font-size: 16px;
    margin: 0 0 32px;
}

.ex2-vue-domain-mode {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 170px;
}

.ex2-vue-domain-mode[hidden],
.ex2-vue-domain-copy[hidden] {
    display: none !important;
}

.ex2-vue-hidden-radio {
    display: none;
}

.ex2-vue-domain-searchline {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 24px;
    display: flex;
    min-height: 46px;
    overflow: hidden;
}

.ex2-vue-domain-mode:not([hidden]) .ex2-vue-domain-searchline {
    display: flex !important;
}

.ex2-vue-domain-options .option-selected {
    background: transparent !important;
}

.ex2-vue-domain-searchline span {
    color: #05045f;
    flex: 0 0 auto;
    font-size: 15px;
    padding-left: 18px;
}

.ex2-vue-domain-searchline input {
    background: transparent !important;
    border: 0  !important;;
    color: #05045f  !important;;
    font-size: 15px  !important;;
    min-height: 44px  !important;;
    outline: 0  !important;;
}

.ex2-vue-domain-searchline input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 10px;
}

.ex2-vue-domain-searchline select {
    border-left: 1px solid #edf0f5;
    flex: 0 0 120px;
    padding: 0 14px;
}

.ex2-vue-domain-searchline select.ex2-vue-tld-source {
    display: none !important;
}

.ex2-vue-check-btn {
    background: #43d96b;
    border: 0;
    border-radius: 24px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    min-height: 50px;
    padding: 0 28px;
}

.ex2-vue-domain-note {
    color: #35394a;
    font-size: 13px;
    margin: 28px 0 0;
}

.ex2-vue-domain-actions {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 32px;
}

.ex2-vue-domain-action {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 4px;
    color: #05045f;
    display: flex;
    gap: 12px;
    justify-content: center;
    min-height: 58px;
    min-width: 0;
    padding: 0 24px;
    text-align: left;
}

.ex2-vue-domain-action i {
    color: #144dff;
    font-size: 20px;
}

.ex2-vue-domain-action span {
    font-size: 16px;
    font-weight: 700;
}

.ex2-vue-domain-action.is-active {
    border-color: #144dff;
    box-shadow: 0 0 0 2px rgba(20, 77, 255, 0.08);
}

.ex2-vue-domain-action.is-loading {
    opacity: 0.6;
}

.ex2-vue-domain-result-card {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    margin-top: 26px;
    padding: 24px;
}

.ex2-vue-domain-result-card #primaryLookupResult {
    display: block;
}

.ex2-vue-domain-result-card .headline {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
}

.ex2-vue-domain-result-card .domain-available {
    background: #78ed9a;
    border-radius: 4px;
    color: #05045f;
    display: inline-block;
    padding: 9px 14px;
}

.ex2-vue-domain-result-card .domain-price {
    color: #05045f;
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}

.ex2-vue-tld-results {
    margin-top: 32px;
}

.ex2-vue-tld-results .spotlight-tlds-container {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ex2-vue-tld-results .spotlight-tld-container {
    width: auto !important;
}

.ex2-vue-tld-results .spotlight-tld {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    box-shadow: 0 8px 18px rgba(30, 41, 59, 0.08);
    color: #05045f;
    min-height: 198px;
    overflow: hidden;
    padding: 28px 22px 24px;
    position: relative;
    text-align: center;
}

.ex2-vue-tld-results .spotlight-tld > .domain-lookup-result {
    margin-top: 18px;
}

.ex2-vue-tld-results .available.price {
    color: #1e2430;
    display: block;
    font-size: 34px;
    font-weight: 500;
    margin: 14px 0 18px;
}

.ex2-vue-tld-results .btn-add-to-cart,
.ex2-vue-suggested-domains .btn-add-to-cart {
    background: #144dff;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 700;
    min-height: 44px;
    padding: 10px 28px;
}

.ex2-vue-suggested-domains {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    margin-top: 24px;
    padding: 24px;
}

.ex2-vue-suggested-domains h2 {
    color: #05045f;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 18px;
}

.ex2-vue-domain-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 26px;
}

.ex2-vue-continue-btn {
    align-items: center;
    background: #144dff;
    border: 0;
    border-radius: 28px;
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    min-height: 56px;
    min-width: 174px;
    padding: 0 30px;
}

.ex2-vue-continue-btn:disabled {
    background: #e9edf3;
    color: #9aa2b1;
    cursor: not-allowed;
}

#order-ex2-vue-cart {
    background: var(--ex2-vue-bg);
    color: var(--ex2-vue-text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: -24px -15px 0;
    min-height: 72vh;
    padding: 28px 15px 48px;
}

.ex2-vue-viewcart-shell #order-ex2-vue-cart {
    margin: 0;
    min-height: calc(100vh - 80px);
    padding: 64px 15px 80px;
}

#order-ex2-vue-cart * {
    box-sizing: border-box;
}

.ex2-vue-shell {
    margin: 0 auto;
    max-width: 1200px;
}

.ex2-vue-topbar {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.ex2-vue-kicker {
    color: var(--ex2-vue-muted);
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.ex2-vue-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
}

.ex2-vue-description {
    color: var(--ex2-vue-muted);
    font-size: 15px;
    line-height: 1.45;
    margin: 8px 0 0;
    max-width: 720px;
}

.ex2-vue-layout {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) 320px;
}

.ex2-vue-layout--single {
    grid-template-columns: minmax(0, 1fr);
}

.ex2-vue-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px;
}

.ex2-vue-category-nav--server:empty {
    display: none;
}

.ex2-vue-category-pill {
    background: #ffffff;
    border: 1px solid var(--ex2-vue-border);
    border-radius: 6px;
    color: var(--ex2-vue-primary-dark);
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    min-height: 40px;
    padding: 9px 14px;
    text-decoration: none;
}

.ex2-vue-category-pill.is-active {
    background: var(--ex2-vue-primary);
    border-color: var(--ex2-vue-primary);
    color: #ffffff;
}

.ex2-vue-panel,
.ex2-vue-summary,
.ex2-vue-card {
    background: var(--ex2-vue-surface);
    border: 1px solid var(--ex2-vue-border);
    border-radius: var(--ex2-vue-radius);
}

.ex2-vue-panel {
    padding: 18px;
}

.ex2-vue-flow-shell {
    background: #ffffff;
    border: 1px solid var(--ex2-vue-border);
    border-radius: 7px;
    box-shadow: 0 10px 26px rgba(30, 41, 59, 0.08);
    min-height: 480px;
    overflow: hidden;
    padding: 28px 32px 34px;
}

.ex2-vue-flow-steps {
    align-items: center;
    display: flex;
    gap: 42px;
    justify-content: center;
    margin: -10px -32px 30px;
    padding: 18px 16px 16px;
    border-bottom: 1px solid #eef1f6;
}

.ex2-vue-flow-steps button {
    background: transparent;
    border: 0;
    color: #a3a6b7;
    font-size: 18px;
    font-weight: 700;
    min-height: 0;
    padding: 0;
}

.ex2-vue-flow-steps button span {
    color: inherit;
    margin-right: 5px;
}

.ex2-vue-flow-steps button.is-active {
    color: #05045f;
}

.ex2-vue-flow-steps button.is-complete span,
.ex2-vue-flow-steps button.is-active span {
    color: #31d95b;
}

.ex2-vue-flow-panel {
    min-height: 360px;
}

.ex2-vue-flow-heading {
    margin-bottom: 22px;
}

.ex2-vue-step-titlebar {
    align-items: center;
    display: flex;
    gap: 12px;
    margin: 0 0 22px;
    min-width: 0;
}

.ex2-vue-step-back {
    align-items: center;
    background: #ffffff;
    border: 1px solid #bfd1ff;
    border-radius: 999px;
    color: #1455ff;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    padding: 0;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
    width: 42px;
}

.ex2-vue-step-back:hover,
.ex2-vue-step-back:focus {
    background: #1455ff;
    border-color: #1455ff;
    color: #ffffff;
    transform: translateX(-2px);
}

.ex2-vue-step-back:focus-visible {
    outline: 3px solid rgba(20, 85, 255, 0.2);
    outline-offset: 2px;
}

.ex2-vue-step-back--plain {
    background: transparent;
    border: 0;
    flex-basis: 28px;
    height: 28px;
    width: 28px;
}

.ex2-vue-step-back--plain:hover,
.ex2-vue-step-back--plain:focus {
    background: transparent;
    border-color: transparent;
    color: #0047c7;
}

.ex2-vue-step-titlebar .ex2-vue-config-heading,
.ex2-vue-flow-heading .ex2-vue-step-titlebar h2 {
    margin: 0;
}

.ex2-vue-flow-heading h2 {
    color: #05045f;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 8px;
}

.ex2-vue-flow-heading p:last-child {
    color: var(--ex2-vue-muted);
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
}

.ex2-flow-enter-active,
.ex2-flow-leave-active {
    transition: opacity 0.42s ease, transform 0.42s ease;
}

.ex2-flow-enter-from {
    opacity: 0;
    transform: translateX(26px);
}

.ex2-flow-leave-to {
    opacity: 0;
    transform: translateX(-26px);
}

.ex2-vue-product-choice {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(17, 24, 39, 0.04), 0 6px 14px -4px rgba(17, 24, 39, 0.08);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.ex2-vue-product-choice:hover {
    transform: translateY(-2px);
}

.ex2-vue-selected-strip,
.ex2-vue-review-list div {
    align-items: center;
    background: #f4f7fb;
    border: 1px solid #e0e6ef;
    border-radius: 6px;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 14px 16px;
}

.ex2-vue-domain-choice-grid,
.ex2-vue-config-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 18px 0;
}

.ex2-vue-config-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ex2-vue-domain-choice {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--ex2-vue-border);
    border-radius: 6px;
    color: #05045f;
    display: flex;
    font-weight: 700;
    gap: 10px;
    min-height: 64px;
    padding: 14px;
    text-align: left;
}

.ex2-vue-domain-choice.is-active {
    border-color: var(--ex2-vue-primary);
    box-shadow: 0 0 0 2px rgba(11, 95, 255, 0.12);
}

.ex2-vue-flow-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 26px;
    width: 100%;
}

#order-ex2-vue-cart .ex2-vue-flow-actions .ex2-vue-btn--primary,
#order-ex2-vue-cart .ex2-vue-product-choice .ex2-vue-btn--primary {
    background: #43d96b;
    border-color: #43d96b;
    border-radius: 24px;
    min-width: 150px;
}

#order-ex2-vue-cart .ex2-vue-flow-actions .ex2-vue-btn--secondary {
    margin-right: auto;
}

.ex2-vue-review-list {
    display: grid;
    gap: 10px;
}

.ex2-vue-review-list span {
    color: var(--ex2-vue-muted);
}

.ex2-vue-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ex2-vue-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 18px;
}

.ex2-vue-card--selected {
    border-color: var(--ex2-vue-primary);
    box-shadow: 0 0 0 2px rgba(11, 95, 255, 0.12);
}

.ex2-vue-card__header {
    align-items: flex-start;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.ex2-vue-card__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.ex2-vue-card__meta,
.ex2-vue-muted {
    color: var(--ex2-vue-muted);
    font-size: 13px;
}

.ex2-vue-card__body {
    color: var(--ex2-vue-muted);
    flex: 1;
    font-size: 14px;
    margin-top: 12px;
}

.ex2-vue-features {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.ex2-vue-features li::before {
    color: var(--ex2-vue-success);
    content: "✓";
    font-weight: 700;
    margin-right: 8px;
}

.ex2-vue-price {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
}

.ex2-vue-price small {
    color: var(--ex2-vue-muted);
    font-size: 13px;
    font-weight: 500;
}

.ex2-vue-actions {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 18px;
}

#order-ex2-vue-cart .ex2-vue-btn {
    align-items: center;
    background: #eef3ff;
    border: 1px solid #c9d8ff;
    border-radius: 24px;
    color: var(--ex2-vue-primary-dark);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    min-height: 40px;
    padding: 10px 18px;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#order-ex2-vue-cart .ex2-vue-btn:hover,
#order-ex2-vue-cart .ex2-vue-btn:focus {
    background: #f6f9ff;
    border-color: #9eb8ff;
    box-shadow: 0 8px 18px rgba(20, 85, 255, 0.08);
    color: var(--ex2-vue-primary-dark);
    text-decoration: none;
    transform: translateY(-1px);
}

#order-ex2-vue-cart .ex2-vue-btn--primary {
    background: var(--ex2-vue-primary);
    border-color: var(--ex2-vue-primary);
    box-shadow: 0 10px 18px rgba(20, 85, 255, 0.18);
    color: #ffffff;
}

#order-ex2-vue-cart .ex2-vue-btn--primary:hover,
#order-ex2-vue-cart .ex2-vue-btn--primary:focus {
    background: #1455ff;
    border-color: #1455ff;
    color: #ffffff;
}

#order-ex2-vue-cart .ex2-vue-btn--secondary {
    background: #ffffff;
    border-color: #bfd0ff;
    border-radius: 24px;
    color: var(--ex2-vue-primary);
    font-weight: 700;
    min-width: 150px;
}

#order-ex2-vue-cart .ex2-vue-btn--secondary:hover,
#order-ex2-vue-cart .ex2-vue-btn--secondary:focus {
    background: #f3f8ff;
    color: var(--ex2-vue-primary);
}

#order-ex2-vue-cart .ex2-vue-btn--danger {
    background: #fff1f1;
    border-color: #ffd2d2;
    color: var(--ex2-vue-danger);
}

#order-ex2-vue-cart .ex2-vue-btn--primary,
#order-ex2-vue-cart .ex2-vue-btn--primary:hover,
#order-ex2-vue-cart .ex2-vue-btn--primary:focus,
#order-ex2-vue-cart .ex2-vue-btn--primary:active {
    color: #ffffff !important;
}

#order-ex2-vue-cart .ex2-vue-btn.disabled,
#order-ex2-vue-cart .ex2-vue-btn[disabled],
#order-ex2-vue-cart button.ex2-vue-btn:disabled {
    cursor: not-allowed;
    opacity: 0.48;
    pointer-events: none;
}

.ex2-vue-summary {
    align-self: start;
    padding: 18px;
    position: sticky;
    top: 18px;
}

.ex2-vue-summary h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 14px;
}

.ex2-vue-summary-row {
    border-top: 1px solid var(--ex2-vue-border);
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 11px 0;
}

.ex2-vue-summary-row:first-of-type {
    border-top: 0;
}

.ex2-vue-summary-total {
    font-size: 24px;
    font-weight: 700;
    margin: 6px 0 16px;
}

.ex2-vue-cart-checkout-btn {
    min-height: 44px !important;
}

.ex2-vue-form-grid {
    display: grid;
    gap: 16px;
}

.ex2-vue-field {
    display: grid;
    gap: 8px;
}

.ex2-vue-field label {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.ex2-vue-field input,
.ex2-vue-field select,
.ex2-vue-field textarea {
    border: 1px solid var(--ex2-vue-border);
    border-radius: 6px;
    min-height: 40px;
    padding: 8px 10px;
    width: 100%;
}

.ex2-vue-option-list {
    display: grid;
    gap: 10px;
}

.ex2-vue-option {
    align-items: center;
    border: 1px solid var(--ex2-vue-border);
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    min-height: 44px;
    padding: 10px 12px;
}

.ex2-vue-option input {
    margin: 0;
}

.ex2-vue-domain-search {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.ex2-vue-domain-search input {
    border: 1px solid var(--ex2-vue-border);
    border-radius: 6px;
    font-size: 16px;
    min-height: 46px;
    padding: 10px 12px;
    width: 100%;
}

.ex2-vue-spotlight {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
}

.ex2-vue-tld-card {
    border: 1px solid var(--ex2-vue-border);
    border-radius: 6px;
    min-height: 110px;
    padding: 14px;
}

#order-ex2-vue-cart .domain-lookup-result .loading,
#order-ex2-vue-cart .domain-lookup-result .added,
#order-ex2-vue-cart .domain-lookup-result .unavailable {
    display: none;
}

#order-ex2-vue-cart .domain-checker-available {
    color: var(--ex2-vue-success);
    font-size: 18px;
    font-weight: 700;
}

#order-ex2-vue-cart .domain-checker-unavailable,
#order-ex2-vue-cart .domain-checker-invalid,
#order-ex2-vue-cart .domain-error {
    color: var(--ex2-vue-danger);
    font-weight: 700;
}

.ex2-vue-empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 450px;
    padding: 64px 18px;
    text-align: center;
}

.ex2-vue-empty__icon {
    align-items: center;
    background: #eef5ff;
    border: 1px solid #dce8ff;
    border-radius: 50%;
    box-shadow: 0 16px 32px rgba(20, 85, 255, 0.08);
    color: #1455ff;
    display: inline-flex;
    font-size: 32px;
    height: 78px;
    justify-content: center;
    margin-bottom: 22px;
    width: 78px;
}

.ex2-vue-empty h2 {
    color: #05045f;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0 0 12px;
}

.ex2-vue-empty p {
    color: #6b668c;
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 22px;
}

.ex2-vue-empty__button {
    min-height: 46px !important;
    min-width: 190px;
}

.ex2-vue-hidden-fallback {
    display: none;
}

@media (max-width: 920px) {
    .ex2-vue-layout {
        grid-template-columns: 1fr;
    }

    .ex2-vue-configure-layout {
        grid-template-columns: 1fr;
    }

    .ex2-vue-summary {
        position: static;
    }

    .ex2-vue-domain-mode,
    .ex2-vue-domain-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    #order-ex2-vue-cart {
        margin-left: -10px;
        margin-right: -10px;
        padding: 20px 10px 36px;
    }

    .ex2-vue-topbar {
        align-items: stretch;
        flex-direction: column;
    }

    .ex2-vue-grid {
        grid-template-columns: 1fr;
    }

    .ex2-vue-flow-steps,
    .ex2-vue-domain-choice-grid,
    .ex2-vue-config-grid {
        grid-template-columns: 1fr;
    }

    .ex2-vue-flow-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ex2-vue-domain-search {
        grid-template-columns: 1fr;
    }

    .ex2-vue-spotlight {
        grid-template-columns: 1fr;
    }

    .ex2-vue-zenith-topbar,
    .ex2-vue-zenith-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ex2-vue-steps ol {
        gap: 14px;
    }

    .ex2-vue-steps li {
        font-size: 14px;
    }

    .ex2-vue-domain-hero {
        padding: 22px 18px 30px;
    }
}

/* Product step: Zenith-style Vue SPA cart */
body,
body.page-order,
body.page-order .app-main,
body.page-order .main-body {
    --main-body-padding-v: 0px !important;
    --app-nav-left-wide-width: 0px !important;
    --mob-app-nav-header-height: 0px !important;
    padding-top: 0 !important;
}

#order-ex2-vue-cart {
    background: #eef4fb !important;
    margin: 0 !important;
    min-height: calc(100vh - 126px);
    padding: 64px 16px 84px !important;
}

.ex2-vue-order-shell {
    background: #eef4fb;
    margin-top: 0;
    min-height: 100vh;
}

.ex2-vue-topbar-icon {
    display: none;
}

.ex2-vue-zenith-cart {
    align-items: center;
    background: rgba(255, 255, 255, 0.045);
    border: 2px solid rgba(255, 255, 255, 0.28);
    border-radius: 20px;
    color: #ffffff;
    display: inline-flex;
    font-family: var(--ex2-font-alt);
    font-size: 15px;
    font-weight: 500;
    gap: 8px;
    min-height: 40px;
    justify-content: center;
    min-width: 86px;
    padding: 8px 20px;
    position: relative;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ex2-vue-zenith-cart__label {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
}

.ex2-vue-zenith-cart__count {
    align-items: center;
    background: #43d96b;
    border: 2px solid #0f4bd8;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    line-height: 1;
    min-width: 18px;
    padding: 0 4px;
    position: absolute;
    right: -7px;
    top: -7px;
}

.ex2-vue-zenith-cart:hover,
.ex2-vue-zenith-cart:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.48);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.ex2-vue-steps--full {
    padding: 18px 16px 0;
}

.ex2-vue-progress-steps {
    padding-bottom: 0;
}

.ex2-vue-category-trigger {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    gap: 12px;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 0;
    text-align: left;
}

.ex2-vue-category-trigger i {
    color: #1455ff;
    font-size: 18px;
    transform: translateY(2px);
    transition: transform 220ms ease;
}

.ex2-vue-category-trigger:hover,
.ex2-vue-category-trigger:focus {
    color: #1455ff;
    outline: none;
}

.ex2-vue-category-trigger:hover i,
.ex2-vue-category-trigger:focus i {
    transform: translateY(4px);
}

.ex2-vue-category-modal {
    align-items: flex-start;
    background: rgba(5, 4, 95, 0.28);
    display: flex;
    inset: 0;
    justify-content: center;
    overflow-y: auto;
    padding: 24px 16px;
    position: fixed;
    z-index: 1000;
}

.ex2-vue-category-modal__panel {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(5, 4, 95, 0.22);
    max-width: 380px;
    padding: 24px 24px 28px;
    width: min(100%, 380px);
}

.ex2-vue-category-modal__header {
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 14px;
}

.ex2-vue-category-modal__header h2 {
    color: #05045f;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.ex2-vue-category-modal__close {
    align-items: center;
    background: #eef4fb;
    border: 0;
    border-radius: 999px;
    color: #1455ff;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    padding: 0;
    width: 34px;
}

.ex2-modal-fade-enter-active,
.ex2-modal-fade-leave-active {
    transition: opacity 220ms ease;
}

.ex2-modal-fade-enter-active .ex2-vue-category-modal__panel,
.ex2-modal-fade-leave-active .ex2-vue-category-modal__panel {
    transition: transform 220ms ease;
}

.ex2-modal-fade-enter-from,
.ex2-modal-fade-leave-to {
    opacity: 0;
}

.ex2-modal-fade-enter-from .ex2-vue-category-modal__panel,
.ex2-modal-fade-leave-to .ex2-vue-category-modal__panel {
    transform: translateY(12px);
}

.ex2-vue-progress-labels {
    margin-bottom: 16px !important;
    max-width: none;
    width: 100%;
}

.ex2-vue-progress-labels li {
    transition: color 320ms ease;
}

.ex2-vue-progress-labels button {
    align-items: baseline;
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    gap: 6px;
    justify-content: center;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 8px 4px;
    text-align: center;
    width: 100%;
}

.ex2-vue-progress-labels button:disabled {
    cursor: default;
}

.ex2-vue-progress-labels button:focus-visible {
    border-radius: 6px;
    box-shadow: 0 0 0 3px rgba(20, 85, 255, 0.12);
    outline: 0;
}

.ex2-vue-progress-track {
    height: 3px;
    margin: 0 -16px;
    max-width: none;
    position: relative;
    width: calc(100% + 32px);
}

.ex2-vue-progress-track__line,
.ex2-vue-progress-track__fill {
    border-radius: 0;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
}

.ex2-vue-progress-track__line {
    background: #e0e5ee;
    right: 0;
}

.ex2-vue-progress-track__fill {
    background: linear-gradient(90deg, rgba(49, 217, 91, 0.75) 0%, rgba(20, 85, 255, 0.78) 100%);
    box-shadow: none;
    transition: width 900ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 0;
    z-index: 1;
}

.ex2-vue-progress-checkpoint {
    display: none;
}

.ex2-vue-progress-checkpoint span {
    display: none;
}

.ex2-vue-progress-checkpoint.is-configure {
    font-size: 9px;
    height: 12px;
    top: 4px;
    width: 12px;
}

.ex2-vue-progress-checkpoint.is-active,
.ex2-vue-progress-checkpoint.is-complete {
    background: #1455ff;
    border-color: #1455ff;
    color: #ffffff;
}

.ex2-vue-progress-checkpoint.is-complete {
    background: #31d95b;
    border-color: #31d95b;
}

.ex2-vue-progress-checkpoint.is-active {
    animation: none;
    box-shadow: none;
    transform: none;
}

@keyframes ex2-vue-progress-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(20, 85, 255, 0.16);
    }

    50% {
        box-shadow: 0 0 0 5px rgba(20, 85, 255, 0.06);
    }
}

.ex2-vue-progress-checkpoint.is-disabled {
    cursor: not-allowed;
}

.ex2-vue-products-app {
    max-width: 1280px;
}

.ex2-vue-products-layout {
    align-items: start;
    display: grid;
    gap: 32px;
    grid-template-columns: 310px minmax(0, 1fr);
}

.ex2-vue-products-layout--flow {
    display: block;
}

.ex2-vue-category-sidebar {
    align-self: start;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 28px 26px;
    position: sticky;
    top: 24px;
}

.ex2-vue-category-sidebar__title {
    color: #05045f;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 16px;
    padding: 0 0 16px;
}

.ex2-vue-category-sidebar__title--actions {
    margin-top: 26px;
}

.ex2-vue-category-list {
    display: grid;
    gap: 5px;
}

.ex2-vue-category-link {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    color: #535076;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 1.32;
    min-height: 38px;
    overflow: hidden;
    padding: 9px 36px 9px 12px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: background 300ms ease, color 300ms ease;
    width: 100%;
}

.ex2-vue-category-link i {
    color: #1455ff;
    font-size: 12px;
    opacity: 1;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    transition: right 300ms ease;
}

.ex2-vue-category-link:hover,
.ex2-vue-category-link:focus,
.ex2-vue-category-link.is-active {
    background: rgba(9, 78, 255, 0.05);
    box-shadow: none;
    color: #1455ff;
    text-decoration: none;
}

.ex2-vue-category-link:hover i,
.ex2-vue-category-link:focus i,
.ex2-vue-category-link.is-active i {
    right: 12px;
}

.ex2-vue-actions-list {
    display: grid;
    gap: 12px;
    margin-top: 2px;
}

.ex2-vue-action-link {
    align-items: center;
    background: transparent;
    border-radius: 8px;
    color: #0058ff;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    gap: 16px;
    line-height: 1.35;
    min-height: 34px;
    padding: 7px 12px;
    text-decoration: none;
    transition: background 300ms ease, color 300ms ease;
}

.ex2-vue-action-link i {
    color: #1455ff;
    flex: 0 0 18px;
    font-size: 13px;
    text-align: center;
}

.ex2-vue-action-link:hover,
.ex2-vue-action-link:focus {
    background: rgba(9, 78, 255, 0.05);
    color: #0058ff;
    text-decoration: none;
}

.ex2-vue-products-main {
    min-width: 0;
}

.ex2-vue-products-heading {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.ex2-vue-products-heading .ex2-vue-title {
    color: #05045f;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
}

.ex2-vue-products-heading .ex2-vue-description {
    color: var(--ex2-vue-muted);
    font-size: 16px;
    line-height: 1.45;
    margin-top: 8px;
}

.ex2-vue-products-heading .ex2-vue-category-trigger {
    align-items: flex-start;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
}

.ex2-vue-products-heading .ex2-vue-category-trigger span {
    min-width: 0;
}

.ex2-vue-products-layout--flow .ex2-vue-products-heading {
    display: none !important;
}

.ex2-vue-products-panel {
    padding: 0;
    position: relative;
}

.ex2-vue-products-panel.is-loading {
    min-height: 300px;
}

.ex2-vue-products-grid {
    display: grid;
    gap: 24px;
}

.ex2-vue-products-grid.is-soft-loading {
    filter: saturate(0.92);
    opacity: 0.58;
    pointer-events: none;
    transition: opacity 240ms ease, filter 240ms ease;
}

.ex2-vue-product-loader {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(217, 224, 234, 0.82);
    border-radius: 999px;
    box-shadow: 0 18px 46px rgba(30, 41, 59, 0.12);
    color: #05045f;
    display: inline-flex;
    gap: 14px;
    left: 50%;
    min-height: 58px;
    padding: 10px 18px 10px 12px;
    position: absolute;
    top: 22px;
    transform: translateX(-50%);
    z-index: 12;
}

.ex2-vue-product-loader__orb {
    align-items: center;
    background: linear-gradient(135deg, rgba(20, 85, 255, 0.1), rgba(49, 217, 91, 0.12));
    border-radius: 50%;
    display: flex;
    gap: 3px;
    height: 38px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 38px;
}

.ex2-vue-product-loader__orb::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), transparent);
    content: "";
    height: 100%;
    left: -80%;
    position: absolute;
    top: 0;
    transform: skewX(-18deg);
    width: 60%;
    animation: ex2-vue-loader-sheen 2.4s ease-in-out infinite;
}

.ex2-vue-product-loader__orb span {
    animation: ex2-vue-loader-dot 1.35s ease-in-out infinite;
    background: #1455ff;
    border-radius: 50%;
    height: 5px;
    opacity: 0.55;
    width: 5px;
}

.ex2-vue-product-loader__orb span:nth-child(2) {
    animation-delay: 0.16s;
}

.ex2-vue-product-loader__orb span:nth-child(3) {
    animation-delay: 0.32s;
}

.ex2-vue-product-loader__copy {
    display: grid;
    gap: 2px;
    min-width: 132px;
}

.ex2-vue-product-loader__copy strong {
    color: #05045f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.ex2-vue-product-loader__copy small {
    color: #6b668c;
    font-size: 12px;
}

.ex2-vue-product-skeletons {
    display: grid;
    gap: 24px;
}

.ex2-vue-product-skeleton {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    display: flex;
    min-height: 300px;
    overflow: hidden;
}

.ex2-vue-product-skeleton__side {
    align-items: center;
    background: #eaf2fe;
    display: flex;
    flex: 0 0 30%;
    flex-direction: column;
    justify-content: center;
    padding: 36px 28px;
}

.ex2-vue-product-skeleton__features {
    display: grid;
    flex: 1;
    gap: 14px 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 48px 34px;
}

.ex2-vue-product-skeleton__icon,
.ex2-vue-product-skeleton__title,
.ex2-vue-product-skeleton__price,
.ex2-vue-product-skeleton__button,
.ex2-vue-product-skeleton__features span {
    animation: ex2-vue-skeleton-shimmer 1.8s ease-in-out infinite;
    background: linear-gradient(90deg, #edf3fb 0%, #f8fbff 45%, #edf3fb 100%);
    background-size: 220% 100%;
    border-radius: 999px;
    display: block;
}

.ex2-vue-product-skeleton__icon {
    border-radius: 12px;
    height: 48px;
    margin-bottom: 34px;
    width: 56px;
}

.ex2-vue-product-skeleton__title {
    height: 24px;
    margin-bottom: 28px;
    width: 72%;
}

.ex2-vue-product-skeleton__price {
    height: 34px;
    margin-bottom: 28px;
    width: 56%;
}

.ex2-vue-product-skeleton__button {
    height: 48px;
    width: 78%;
}

.ex2-vue-product-skeleton__features span {
    height: 20px;
    width: 100%;
}

.ex2-vue-product-skeleton__features span:nth-child(3n) {
    width: 72%;
}

.ex2-vue-product-skeleton__features span:nth-child(4n) {
    width: 84%;
}

@keyframes ex2-vue-loader-dot {
    0%, 100% {
        opacity: 0.45;
        transform: translateY(0) scale(0.86);
    }

    50% {
        opacity: 1;
        transform: translateY(-3px) scale(1);
    }
}

@keyframes ex2-vue-loader-sheen {
    0%, 35% {
        left: -80%;
    }

    70%, 100% {
        left: 120%;
    }
}

@keyframes ex2-vue-skeleton-shimmer {
    0% {
        background-position: 140% 0;
    }

    100% {
        background-position: -80% 0;
    }
}

.ex2-vue-product-card {
    background: #ffffff;
    border: 1px solid var(--ex2-product-card-border, #d9e0ea);
    border-radius: 7px;
    box-shadow: 0 10px 26px rgba(30, 41, 59, 0.08);
    display: flex;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.ex2-vue-product-card.has-custom-color,
.ex2-vue-product-card.is-featured {
    border-color: var(--ex2-product-card-border, #1455ff);
    border-width: 2px;
}

.ex2-vue-product-card:hover {
    border-color: rgba(20, 85, 255, 0.45);
    box-shadow: 0 16px 32px rgba(30, 41, 59, 0.12);
    transform: translateY(-3px);
}

.ex2-vue-product-card.has-custom-color:hover,
.ex2-vue-product-card.is-featured:hover {
    border-color: var(--ex2-product-card-border, #1455ff);
}

.ex2-vue-product-card.is-selected {
    border-color: #1455ff;
}

.ex2-vue-product-card__badge {
    align-items: center;
    background: var(--ex2-product-badge-bg, var(--ex2-product-card-border, #1455ff));
    border-radius: 0 0 0 16px;
    box-shadow: 0 8px 18px -8px rgba(9, 78, 255, 0.38);
    color: var(--ex2-product-badge-text-color, #ffffff);
    display: flex;
    font-size: 11px;
    font-weight: 700;
    gap: 6px;
    justify-content: center;
    letter-spacing: 0.025em;
    min-width: 0;
    padding: 8px 20px;
    position: absolute;
    right: -1px;
    text-align: center;
    text-transform: uppercase;
    top: -1px;
    z-index: 2;
}

.ex2-vue-product-card__highlight {
    align-items: center;
    background: var(--ex2-product-highlight-bg, #edf3ff);
    border-radius: 0 0 7px 0;
    color: var(--ex2-product-highlight-text-color, #48da68);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    left: 0;
    padding: 12px 18px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.ex2-vue-product-card__highlight i {
    color: var(--ex2-product-highlight-icon-color, #48da68);
}

.ex2-vue-product-card__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    font-size: 12px;
    order: 2;
    padding: 32px;
}

.ex2-vue-product-card__details {
    position: relative;
}

.ex2-vue-product-card__read-more {
    align-items: center;
    align-self: flex-start;
    background: transparent;
    border: 0;
    color: #1455ff;
    display: none;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
    margin-top: 14px;
    padding: 0;
}

.ex2-vue-product-card__read-more i {
    font-size: 11px;
    transition: transform 220ms ease;
}

.ex2-vue-product-card__details.is-expanded + .ex2-vue-product-card__read-more i {
    transform: rotate(180deg);
}

.ex2-vue-product-card.has-badge .ex2-vue-product-card__content {
    padding-top: 60px;
}

.ex2-vue-product-card__note {
    border-top: 1px solid #e5e5e5;
    color: #535076;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 24px;
    padding-top: 18px;
    width: 100%;
}

.ex2-vue-product-card__note p {
    margin: 0;
}

.ex2-vue-product-card__note p + p {
    margin-top: 8px;
}

.ex2-vue-product-card__note ul,
.ex2-vue-product-card__note ol {
    display: grid;
    gap: 8px 24px;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ex2-vue-product-card__note li {
    color: #535076;
    font-size: 12px;
    line-height: 1.375;
    list-style: none;
    padding-left: 30px;
    position: relative;
}

.ex2-vue-product-card__note li::before {
    background: #43d96b;
    border-radius: 50%;
    color: #ffffff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    left: 0;
    line-height: 1.25;
    padding: 3px 0 0 4px;
    position: absolute;
    top: 0;
    width: 20px;
}

.ex2-vue-product-card__features-list {
    display: grid;
    gap: 8px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.ex2-vue-product-card__features--highlight {
    margin-bottom: 0;
}

.ex2-vue-product-card__features--highlight .ex2-vue-product-card__features-list {
    gap: 12px 32px;
}

.ex2-vue-product-card__features-item {
    align-items: flex-start;
    color: #3d3b72;
    display: flex;
    font-size: 12px;
    line-height: 1.375;
}

.ex2-vue-product-card__features-item::before {
    background: #43d96b !important;
    border-radius: 50%;
    color: #ffffff !important;
    content: "✓";
    flex: 0 0 auto;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    margin-right: 12px;
    margin-top: 0;
    text-align: center;
    width: 18px;
}

.ex2-vue-product-card__features--highlight .ex2-vue-product-card__features-item::before {
    background: #43d96b !important;
    color: #ffffff !important;
}

.ex2-vue-product-card__pricing {
    align-items: stretch;
    background: var(--ex2-product-price-bg, linear-gradient(180deg, #f3f8ff 0%, #e8f1ff 100%));
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex: 0 0 30%;
    flex-direction: column;
    justify-content: space-between;
    order: 1;
    padding: 32px;
    text-align: left;
}

.ex2-vue-product-card.is-featured .ex2-vue-product-card__pricing {
    background: var(--ex2-product-price-bg, linear-gradient(180deg, #0b5fff 0%, #0b3ab7 100%));
    color: #ffffff;
}

.ex2-vue-product-card__price-info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.ex2-vue-product-card__icon {
    align-items: center;
    background: var(--ex2-product-icon-bg, rgba(9, 78, 255, 0.1));
    border: 0;
    border-radius: 12px;
    color: var(--ex2-product-icon-color, #1455ff);
    display: flex;
    height: 48px;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
    width: 48px;
}

.ex2-vue-product-card__icon img {
    display: block;
    height: 24px;
    object-fit: contain;
    padding: 0;
    width: 24px;
}

.ex2-vue-product-card__icon i {
    color: var(--ex2-product-icon-color, #1455ff);
    font-size: 24px;
}

.ex2-vue-product-card__title {
    color: var(--ex2-product-card-text-color, #05045f);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.ex2-vue-product-card.is-featured .ex2-vue-product-card__title,
.ex2-vue-product-card.is-featured .ex2-vue-product-card__price-label,
.ex2-vue-product-card.is-featured .ex2-vue-product-card__price-period,
.ex2-vue-product-card.is-featured .ex2-vue-product-card__stock {
    color: var(--ex2-product-card-text-color, #ffffff);
}

.ex2-vue-product-card__price-label {
    color: var(--ex2-product-price-label-color, #6b6b8a);
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    text-align: left;
}

.ex2-vue-product-card__price-wrapper {
    align-items: baseline;
    color: var(--ex2-product-price-text-color, #05045f);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    text-align: left;
}

.ex2-vue-product-card.is-featured .ex2-vue-product-card__price-wrapper {
    color: var(--ex2-product-price-text-color, #ffffff);
}

.ex2-vue-product-card__price-amount {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
}

.ex2-vue-product-card__price-period {
    color: var(--ex2-product-price-label-color, #6b6b8a);
    font-size: 16px;
    line-height: 1.5;
    margin-left: 0;
    text-transform: lowercase;
}

.ex2-vue-product-card__stock {
    color: #6b6b8a;
    font-size: 12px;
    margin: 12px 0 0;
}

.ex2-vue-product-card__cta {
    align-items: center;
    background: var(--ex2-product-button-bg, #1455ff);
    border: 0;
    border-radius: 24px;
    color: var(--ex2-product-button-text-color, #ffffff);
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    margin-top: 34px;
    min-height: 0;
    padding: 13px 32px;
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    box-shadow: 0 2px 8px rgba(9, 78, 255, 0.2);
}

.ex2-vue-product-card__cta:hover,
.ex2-vue-product-card__cta:focus {
    background: #0047c7;
    color: #ffffff;
    transform: translateY(-1px);
}

.ex2-vue-product-card.is-featured .ex2-vue-product-card__cta {
    background: var(--ex2-product-button-bg, #43d96b);
    color: var(--ex2-product-button-text-color, #ffffff);
}

.ex2-vue-product-card.is-featured .ex2-vue-product-card__cta:hover,
.ex2-vue-product-card.is-featured .ex2-vue-product-card__cta:focus {
    background: #31c95a;
}

.ex2-vue-domain-flow {
    min-height: 0;
}

.ex2-vue-domain-hero-card,
.ex2-vue-domain-result-card,
.ex2-vue-domain-bundle-card,
.ex2-vue-tld-card {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    box-shadow: 0 10px 26px rgba(30, 41, 59, 0.08);
}

.ex2-vue-domain-hero-card {
    padding: 28px 32px 52px;
}

.ex2-vue-domain-copy h2 {
    color: #05045f;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 8px;
}

.ex2-vue-domain-copy p {
    color: #3d3b72;
    font-size: 16px;
    margin: 0 0 34px;
}

.ex2-vue-domain-searchbar {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 170px;
}

.ex2-vue-domain-searchline {
    align-items: center;
    border: 1px solid #dde2ea;
    border-radius: 24px;
    display: flex;
    min-height: 46px;
    overflow: hidden;
}

.ex2-vue-domain-searchline span {
    color: #05045f;
    flex: 0 0 auto;
    font-size: 15px;
    padding-left: 18px;
}

.ex2-vue-domain-searchline input,
.ex2-vue-domain-searchline select {
    background: transparent;
    border: 0;
    color: #05045f;
    font-size: 15px;
    min-height: 44px;
    outline: 0;
}

.ex2-vue-domain-searchline input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 10px;
}

.ex2-vue-domain-searchline select.ex2-vue-tld-source {
    display: none !important;
}

.ex2-vue-domain-check-btn {
    background: #43d96b;
    border: 0;
    border-radius: 24px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    min-height: 50px;
    padding: 0 28px;
}

.ex2-vue-domain-check-btn:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.ex2-vue-domain-skip {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.ex2-vue-domain-skip p {
    color: #3d3b72;
    margin: 0;
}

.ex2-vue-domain-note {
    color: #35394a;
    font-size: 13px;
    margin: 30px 0 0;
}

.ex2-vue-domain-actions {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 32px 0 24px;
}

.ex2-vue-domain-action {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 4px;
    color: #05045f;
    display: flex;
    gap: 12px;
    justify-content: center;
    min-height: 58px;
    min-width: 0;
    padding: 0 24px;
    text-align: left;
}

.ex2-vue-domain-action i {
    color: #144dff;
    font-size: 22px;
}

.ex2-vue-domain-action span {
    font-size: 16px;
    font-weight: 700;
}

.ex2-vue-domain-action.is-active {
    border-color: #144dff;
    box-shadow: 0 0 0 2px rgba(20, 77, 255, 0.08);
}

.ex2-vue-domain-results {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.ex2-vue-domain-result-card,
.ex2-vue-domain-bundle-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    min-height: 430px;
    padding: 32px;
}

.ex2-vue-domain-result-card.is-selected,
.ex2-vue-domain-bundle-card.is-selected,
.ex2-vue-tld-card.is-selected {
    border-color: #1455ff;
    box-shadow: 0 18px 42px rgba(20, 85, 255, 0.12);
}

.ex2-vue-domain-available,
.ex2-vue-domain-unavailable {
    align-self: flex-start;
    border-radius: 4px;
    color: #05045f;
    display: inline-flex;
    font-size: 15px;
    margin-bottom: 24px;
    padding: 9px 12px;
}

.ex2-vue-domain-available {
    background: #78ed9a;
}

.ex2-vue-domain-unavailable {
    background: #ffd0d0;
}

.ex2-vue-domain-name-strip {
    background: #f1f6ff;
    border-radius: 4px;
    color: #05045f;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 22px;
    padding: 12px 16px;
}

.ex2-vue-domain-name-strip span {
    color: #20d052;
}

.ex2-vue-domain-result-card p,
.ex2-vue-domain-bundle-card p {
    color: #4e4b78;
    font-size: 15px;
    margin: 0 0 8px;
}

.ex2-vue-domain-price {
    color: #05045f;
    display: block;
    font-size: 24px;
    margin: 8px 0 24px;
}

.ex2-vue-domain-add-btn,
.ex2-vue-domain-bundle-btn {
    align-items: center;
    align-self: flex-start;
    background: #1455ff;
    border: 0;
    border-radius: 24px;
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    min-height: 48px;
    padding: 0 30px;
}

.ex2-vue-domain-bundle-btn {
    align-self: stretch;
    gap: 10px;
    margin-top: 18px;
    width: 100%;
}

.ex2-vue-domain-result-card.is-selected .ex2-vue-domain-add-btn,
.ex2-vue-domain-bundle-card.is-selected .ex2-vue-domain-bundle-btn,
.ex2-vue-tld-card.is-selected button {
    background: #3fd66d;
}

.ex2-vue-domain-benefits {
    border-top: 1px solid #e1e5ec;
    display: grid;
    gap: 16px;
    list-style: none;
    margin: 26px 0 0;
    padding: 26px 0 0;
}

.ex2-vue-domain-benefits li {
    color: #55537d;
    font-size: 15px;
}

.ex2-vue-domain-benefits li::before {
    color: #05045f;
    content: "✓";
    font-weight: 800;
    margin-right: 12px;
}

.ex2-vue-domain-benefits--green li::before {
    color: #20d052;
}

.ex2-vue-domain-bundle-badges {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.ex2-vue-domain-bundle-badges span {
    background: #ecefff;
    border-radius: 4px;
    color: #05045f;
    font-size: 15px;
    padding: 9px 12px;
}

.ex2-vue-domain-bundle-badges span:first-child {
    background: #514b7d;
    color: #ffffff;
    font-weight: 800;
}

.ex2-vue-domain-bundle-price {
    align-items: baseline;
    color: #05045f;
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.ex2-vue-domain-bundle-price del {
    color: #9ca3af;
    font-weight: 700;
}

.ex2-vue-domain-bundle-price strong {
    font-size: 24px;
}

.ex2-vue-tld-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 32px;
}

.ex2-vue-tld-card {
    background: #ffffff;
    border: 1px solid #d8e0ec;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 184px;
    overflow: visible;
    padding: 24px;
    position: relative;
    text-align: center;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.ex2-vue-tld-card:hover {
    border-color: rgba(20, 85, 255, 0.45);
    box-shadow: 0 18px 42px rgba(28, 45, 85, 0.10);
    transform: translateY(-2px);
}

.ex2-vue-tld-card h3 {
    color: #05045f;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin: 4px 0 18px;
}

.ex2-vue-tld-card h3 span {
    color: #9aa3b6;
    font-weight: 700;
}

.ex2-vue-tld-card h3 strong {
    color: #20d052;
    display: inline;
    font-size: inherit;
    font-weight: 800;
    margin: 0;
}

.ex2-vue-tld-card > strong {
    color: #05045f;
    display: block;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 24px;
}

.ex2-vue-tld-card button {
    background: #144dff;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 12px 24px rgba(20, 85, 255, 0.14);
    color: #ffffff;
    font-weight: 800;
    min-height: 46px;
    padding: 0 18px;
    transition: background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
    width: 100%;
}

.ex2-vue-tld-card button:hover {
    background: #0f46ee;
    box-shadow: 0 14px 28px rgba(20, 85, 255, 0.20);
    transform: translateY(-1px);
}

.ex2-vue-tld-hot {
    align-items: center;
    background: #fff1f1;
    border-radius: 999px;
    box-shadow: none;
    color: #ff4d5f;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    height: 26px;
    justify-content: center;
    letter-spacing: 0.04em;
    min-width: 46px;
    padding: 0 10px;
    position: absolute;
    right: 16px;
    text-transform: uppercase;
    top: 16px;
    transform: none;
}

.ex2-vue-other-tlds {
    background: #ffffff;
    border: 1px solid #d8e0ec;
    border-radius: 8px;
    margin-top: 24px;
    overflow: hidden;
}

.ex2-vue-other-tlds__header {
    align-items: baseline;
    border-bottom: 1px solid #edf1f6;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 18px 22px;
}

.ex2-vue-other-tlds__header span {
    color: #05045f;
    font-size: 17px;
    font-weight: 800;
}

.ex2-vue-other-tlds__header small {
    color: #6f7690;
    font-size: 13px;
}

.ex2-vue-other-tlds__table {
    display: grid;
}

.ex2-vue-other-tlds__table button {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-bottom: 1px solid #edf1f6;
    color: #05045f;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 58px;
    padding: 0 22px;
    text-align: left;
    transition: background 180ms ease;
}

.ex2-vue-other-tlds__table button:last-child {
    border-bottom: 0;
}

.ex2-vue-other-tlds__table button:hover,
.ex2-vue-other-tlds__table button.is-selected {
    background: #f4f8ff;
}

.ex2-vue-other-tlds__domain {
    font-size: 15px;
    font-weight: 800;
    min-width: 0;
}

.ex2-vue-other-tlds__domain span {
    color: #9aa3b6;
}

.ex2-vue-other-tlds__domain strong {
    color: #20d052;
}

.ex2-vue-other-tlds__price {
    color: #05045f;
    font-weight: 800;
}

.ex2-vue-other-tlds__action {
    align-items: center;
    background: #1455ff;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    justify-content: center;
    min-height: 32px;
    min-width: 92px;
    padding: 0 14px;
}

.ex2-vue-other-tlds__table button.is-selected .ex2-vue-other-tlds__action {
    background: #3fd66d;
}

.ex2-vue-other-tlds__more {
    background: #ffffff;
    border: 0;
    border-top: 1px solid #edf1f6;
    color: #1455ff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    min-height: 48px;
    text-align: center;
    width: 100%;
}

.ex2-vue-other-tlds__more:hover,
.ex2-vue-other-tlds__more:focus {
    background: #f4f8ff;
    color: #0047c7;
}

.ex2-vue-selected-domains {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    margin-top: 24px;
    padding: 18px;
}

.ex2-vue-selected-domains__label {
    color: #535076;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ex2-vue-selected-domains__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ex2-vue-selected-domains__list button {
    align-items: center;
    background: #f1f6ff;
    border: 1px solid #cddcff;
    border-radius: 999px;
    color: #05045f;
    display: inline-flex;
    gap: 10px;
    min-height: 38px;
    padding: 0 12px 0 16px;
}

.ex2-vue-selected-domains__list span {
    font-weight: 800;
}

.ex2-vue-selected-domains__list strong {
    color: #1455ff;
    font-size: 13px;
}

.ex2-vue-selected-domains__list i {
    color: #6f7690;
    font-size: 12px;
}

.ex2-vue-selected-domains-floating {
    align-items: center;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(205, 220, 255, 0.95);
    border-radius: 999px;
    bottom: 28px;
    box-shadow: 0 18px 42px rgba(5, 4, 95, 0.16);
    color: #05045f;
    display: inline-flex;
    gap: 14px;
    justify-content: space-between;
    left: 50%;
    min-height: 54px;
    min-width: 360px;
    max-width: min(760px, calc(100vw - 40px));
    padding: 8px 10px 8px 20px;
    position: fixed;
    transform: translateX(-50%);
    z-index: 80;
}

.ex2-vue-selected-domains-floating__content {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 10px;
    min-width: 0;
    overflow: hidden;
    text-align: left;
}

.ex2-vue-selected-domains-floating__content > strong {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 800;
}

.ex2-vue-selected-domains-floating__pills {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 6px;
    min-width: 0;
    overflow: hidden;
}

.ex2-vue-selected-domains-floating__pills span {
    background: #eef4ff;
    border: 1px solid #d8e4ff;
    border-radius: 999px;
    color: #4d5574;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    padding: 6px 8px;
    flex: 0 0 auto;
    white-space: nowrap;
}

.ex2-vue-selected-domains-floating__total {
    color: #05045f;
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
}

.ex2-vue-selected-domains-floating i {
    align-items: center;
    background: #1455ff;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 12px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.ex2-selected-domains-float-enter-active,
.ex2-selected-domains-float-leave-active {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.ex2-selected-domains-float-enter-from,
.ex2-selected-domains-float-leave-to {
    opacity: 0;
    transform: translate(-50%, 12px);
}

.ex2-vue-config-flow {
    min-height: 0;
}

.ex2-vue-config-heading {
    color: #05045f;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0 0 22px;
}

.ex2-vue-config-layout {
    align-items: start;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) 394px;
}

.ex2-vue-config-main {
    display: grid;
    gap: 32px;
}

.ex2-vue-config-card,
.ex2-vue-domain-config-card,
.ex2-vue-addons-card,
.ex2-vue-config-summary-card {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    box-shadow: 0 10px 26px rgba(30, 41, 59, 0.08);
}

.ex2-vue-config-card,
.ex2-vue-domain-config-card,
.ex2-vue-addons-card {
    padding: 32px;
}

.ex2-vue-config-summary-card {
    padding: 32px;
    position: sticky;
    top: 24px;
}

.ex2-vue-mobile-summary-close,
.ex2-vue-mobile-summary-overlay,
.ex2-vue-mobile-summary-bar {
    display: none;
}

.ex2-vue-config-product-title,
.ex2-vue-config-section-title {
    color: #05045f;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 20px;
}

.ex2-vue-config-section-title {
    font-size: 21px;
    font-weight: 500;
}

.ex2-vue-config-choice-list {
    display: grid;
    gap: 16px;
}

.ex2-vue-config-choice {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 4px;
    color: #05045f;
    cursor: pointer;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-height: 68px;
    overflow: hidden;
    padding: 16px 24px;
    position: relative;
    text-align: left;
    transition: border-color 220ms ease, box-shadow 220ms ease;
    width: 100%;
}

.ex2-vue-config-choice.is-active {
    border-color: #1455ff;
    border-width: 2px;
    box-shadow: inset -18px 18px 0 -17px #1455ff;
}

.ex2-vue-check-corner {
    border-color: transparent #1455ff transparent transparent;
    border-style: solid;
    border-width: 0 42px 42px 0;
    display: none;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.ex2-vue-check-corner::after {
    color: #ffffff;
    content: "✓";
    font-size: 15px;
    font-weight: 800;
    position: absolute;
    right: -36px;
    top: 5px;
}

.ex2-vue-config-choice.is-active .ex2-vue-check-corner,
.ex2-vue-addon-option.is-active .ex2-vue-check-corner {
    display: block;
}

.ex2-vue-config-choice__label {
    color: #05045f;
    font-size: 16px;
    font-weight: 700;
}

.ex2-vue-config-choice__price {
    align-items: baseline;
    color: #05045f;
    display: flex;
    gap: 5px;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 360px;
}

.ex2-vue-config-choice__price strong {
    color: #1455ff;
    font-size: 22px;
}

.ex2-vue-config-choice__current {
    align-items: baseline;
    display: inline-flex;
    gap: 5px;
    white-space: nowrap;
}

.ex2-vue-config-choice__price small,
.ex2-vue-config-choice__old {
    color: #8b90a6;
    font-size: 14px;
}

.ex2-vue-config-choice__old {
    font-weight: 700;
    text-decoration: line-through;
}

.ex2-vue-renewal-note {
    color: #3d3b72;
    font-size: 14px;
    margin: 28px 0 0;
}

.ex2-vue-satisfaction-guarantee {
    align-items: center;
    border: 1px solid #1455ff;
    border-radius: 3px;
    color: #05045f;
    display: flex;
    gap: 14px;
    margin-top: 18px;
    min-height: 50px;
    padding: 12px 18px;
}

.ex2-vue-satisfaction-guarantee i {
    color: #1455ff;
    font-size: 20px;
}

.ex2-vue-satisfaction-guarantee span {
    font-size: 15px;
}

.ex2-vue-config-divider {
    border-top: 1px solid #e8ebf0;
    margin: 30px 0 28px;
}

.ex2-vue-location-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ex2-vue-product-fields {
    display: grid;
    gap: 14px 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ex2-vue-product-field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.ex2-vue-product-field label {
    color: #05045f;
    font-size: 14px;
    font-weight: 700;
}

.ex2-vue-product-field em {
    color: #ef4444;
    font-style: normal;
}

.ex2-vue-product-field input[type="text"],
.ex2-vue-product-field input[type="password"],
.ex2-vue-product-field input[type="url"],
.ex2-vue-product-field input[type="number"],
.ex2-vue-product-field select,
.ex2-vue-product-field textarea {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 5px;
    color: #05045f;
    font-size: 14px;
    min-height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.ex2-vue-product-field textarea {
    min-height: 96px;
    resize: vertical;
}

.ex2-vue-product-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%2305045F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 13px center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 38px;
}

.ex2-vue-product-field input:focus,
.ex2-vue-product-field select:focus,
.ex2-vue-product-field textarea:focus {
    border-color: #bfd0ff;
    box-shadow: 0 0 0 3px rgba(20, 85, 255, 0.08);
    outline: 0;
}

.ex2-vue-product-field small {
    color: #6b668c;
    font-size: 12px;
    line-height: 1.45;
}

.ex2-vue-product-field--os,
.ex2-vue-product-field--slider,
.ex2-vue-product-field--backup,
.ex2-vue-custom-fields .ex2-vue-product-field {
    grid-column: 1 / -1;
}

.ex2-vue-os-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
}

.ex2-vue-os-tabs {
    align-items: center;
    background: #eef4ff;
    border: 1px solid #d4e4ff;
    border-radius: 7px;
    display: inline-flex;
    gap: 4px;
    margin: 0 0 16px;
    padding: 4px;
}

.ex2-vue-os-tab {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 5px;
    color: #5b5b82;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 8px;
    min-height: 36px;
    padding: 8px 16px;
    transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.ex2-vue-os-tab span {
    align-items: center;
    background: rgba(20, 85, 255, 0.1);
    border-radius: 999px;
    color: #1455ff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    height: 20px;
    justify-content: center;
    min-width: 20px;
    padding: 0 6px;
}

.ex2-vue-os-tab.is-active {
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 38, 101, 0.08);
    color: #05045f;
}

.ex2-vue-os-tab:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.ex2-vue-os-card {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 5px;
    color: #05045f;
    cursor: pointer;
    display: grid;
    gap: 10px;
    justify-items: center;
    min-height: 116px;
    overflow: hidden;
    padding: 16px 12px 14px;
    position: relative;
    text-align: center;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ex2-vue-os-card:hover {
    border-color: #b9caff;
    box-shadow: 0 12px 24px rgba(15, 38, 101, 0.08);
    transform: translateY(-1px);
}

.ex2-vue-os-card.is-active {
    border-color: #1455ff;
    border-width: 2px;
    box-shadow: 0 0 0 3px rgba(20, 85, 255, 0.08);
}

.ex2-vue-os-card.is-active .ex2-vue-check-corner {
    display: block;
}

.ex2-vue-os-card__icon {
    align-items: center;
    background: #f3f7ff;
    border-radius: 8px;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 56px;
}

.ex2-vue-os-card__icon img {
    display: block;
    max-height: 34px;
    max-width: 38px;
}

.ex2-vue-os-card__label {
    color: #05045f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.ex2-vue-ipv4-slider {
    background: #f6f9ff;
    border: 1px solid #d4e4ff;
    border-radius: 6px;
    display: grid;
    gap: 14px;
    padding: 18px 20px;
}

.ex2-vue-ipv4-slider__header {
    align-items: baseline;
    display: flex;
    gap: 8px;
}

.ex2-vue-ipv4-slider__header strong {
    color: #1455ff;
    font-size: 28px;
    line-height: 1;
}

.ex2-vue-ipv4-slider__header span {
    color: #05045f;
    font-size: 14px;
    font-weight: 700;
}

.ex2-vue-ipv4-slider__header b {
    color: #05045f;
    font-size: 15px;
    margin-left: auto;
}

.ex2-vue-ipv4-slider input[type="range"] {
    appearance: none;
    background: linear-gradient(90deg, #1455ff 0%, #1455ff var(--ex2-vue-slider-fill), #dbe6fb var(--ex2-vue-slider-fill), #dbe6fb 100%);
    border: 0;
    border-radius: 999px;
    height: 5px;
    min-height: 5px;
    padding: 0;
    width: 100%;
}

.ex2-vue-ipv4-slider input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    background: #ffffff;
    border: 3px solid #1455ff;
    border-radius: 50%;
    box-shadow: 0 5px 14px rgba(20, 85, 255, 0.25);
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.ex2-vue-ipv4-slider input[type="range"]::-moz-range-thumb {
    background: #ffffff;
    border: 3px solid #1455ff;
    border-radius: 50%;
    box-shadow: 0 5px 14px rgba(20, 85, 255, 0.25);
    cursor: pointer;
    height: 18px;
    width: 18px;
}

.ex2-vue-ipv4-slider__scale {
    color: #6b668c;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}

.ex2-vue-backup-grid {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ex2-vue-custom-fields {
    gap: 18px;
}

.ex2-vue-custom-fields .ex2-vue-product-field {
    background: #f6f9ff;
    border: 1px solid #d4e4ff;
    border-radius: 6px;
    padding: 18px 20px;
}

.ex2-vue-custom-fields .ex2-vue-product-field.has-error {
    background: #fff5f5;
    border-color: #ffb8b8;
}

.ex2-vue-custom-fields textarea {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
    line-height: 1.5;
    min-height: 112px;
}

.ex2-vue-product-field.has-error input,
.ex2-vue-product-field.has-error select,
.ex2-vue-product-field.has-error textarea {
    border-color: #f04444;
    box-shadow: 0 0 0 3px rgba(240, 68, 68, 0.08);
}

.ex2-vue-product-field .ex2-vue-field-error {
    color: #d11919;
    font-weight: 700;
}

.ex2-vue-product-radio-list {
    display: grid;
    gap: 10px;
}

.ex2-vue-product-radio-list label,
.ex2-vue-product-tickbox {
    align-items: center;
    border: 1px solid #d9e0ea;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    min-height: 44px;
    padding: 10px 12px;
}

.ex2-vue-product-radio-list input,
.ex2-vue-product-tickbox input {
    accent-color: #1455ff;
}

@media (max-width: 720px) {
    .ex2-vue-product-fields {
        grid-template-columns: 1fr;
    }

    .ex2-vue-os-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ex2-vue-os-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .ex2-vue-os-tab {
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ex2-vue-ipv4-slider__header {
        align-items: flex-start;
        display: grid;
        grid-template-columns: auto 1fr;
    }

    .ex2-vue-ipv4-slider__header b {
        grid-column: 1 / -1;
        margin-left: 0;
    }

    .ex2-vue-backup-grid {
        grid-template-columns: 1fr;
    }
}

.ex2-vue-domain-config-title {
    align-items: center;
    color: #05045f;
    display: flex;
    gap: 18px;
    margin-bottom: 32px;
}

.ex2-vue-domain-config-title i:first-child {
    color: #1455ff;
    font-size: 26px;
}

.ex2-vue-domain-config-title > i:last-child {
    color: #c4cad5;
    margin-left: auto;
}

.ex2-vue-domain-config-title strong {
    font-size: 18px;
}

.ex2-vue-domain-config-title span {
    color: #20d052;
}

.ex2-vue-domain-info {
    align-items: center;
    appearance: none;
    background: #f1f6ff;
    border: 0;
    border-radius: 50%;
    color: #1455ff;
    cursor: help;
    display: inline-flex;
    font-size: 11px;
    height: 24px;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    position: relative;
    transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
    width: 24px;
}

.ex2-vue-domain-info::before,
.ex2-vue-domain-info::after {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 50%;
    transform: translate(50%, 6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 8;
}

.ex2-vue-domain-info::before {
    background: #05045f;
    border-radius: 6px;
    bottom: calc(100% + 10px);
    box-shadow: 0 14px 32px rgba(5, 4, 95, 0.18);
    color: #ffffff;
    content: attr(data-tooltip);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    padding: 10px 12px;
    text-align: left;
    width: min(300px, calc(100vw - 48px));
}

.ex2-vue-domain-info::after {
    border-color: #05045f transparent transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    bottom: calc(100% + 3px);
    content: "";
}

.ex2-vue-domain-info:hover,
.ex2-vue-domain-info:focus,
.ex2-vue-domain-info:focus-visible {
    background: #e7f0ff;
    box-shadow: 0 8px 20px rgba(20, 85, 255, 0.1);
    color: #003dca;
    outline: none;
}

.ex2-vue-domain-info:hover::before,
.ex2-vue-domain-info:hover::after,
.ex2-vue-domain-info:focus::before,
.ex2-vue-domain-info:focus::after,
.ex2-vue-domain-info:focus-visible::before,
.ex2-vue-domain-info:focus-visible::after,
.ex2-vue-domain-info.is-tooltip-open::before,
.ex2-vue-domain-info.is-tooltip-open::after {
    opacity: 1;
    transform: translate(50%, 0);
}

@media (max-width: 767.98px) {
    .ex2-vue-domain-info::before,
    .ex2-vue-domain-info::after {
        right: 0;
        transform: translateY(6px);
    }

    .ex2-vue-domain-info::before {
        max-width: calc(100vw - 56px);
        width: 280px;
    }

    .ex2-vue-domain-info::after {
        right: 9px;
    }

    .ex2-vue-domain-info:hover::before,
    .ex2-vue-domain-info:hover::after,
    .ex2-vue-domain-info:focus::before,
    .ex2-vue-domain-info:focus::after,
    .ex2-vue-domain-info:focus-visible::before,
    .ex2-vue-domain-info:focus-visible::after,
    .ex2-vue-domain-info.is-tooltip-open::before,
    .ex2-vue-domain-info.is-tooltip-open::after {
        transform: translateY(0);
    }
}

.ex2-vue-domain-config-row {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 4px;
    color: #05045f;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
    min-height: 84px;
    padding: 0 24px;
    width: 100%;
}

.ex2-vue-domain-config-card p {
    color: #3d3b72;
    font-size: 14px;
    margin: 30px 0 0;
}

.ex2-vue-addon-list {
    display: grid;
    gap: 16px;
}

.ex2-vue-addon-option {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 6px;
    color: #05045f;
    display: grid;
    column-gap: 16px;
    row-gap: 10px;
    grid-template-columns: 44px minmax(0, 1fr) 112px;
    min-height: 86px;
    overflow: hidden;
    padding: 22px 22px 18px;
    position: relative;
    text-align: left;
    transition: border-color 220ms ease, box-shadow 220ms ease;
    width: 100%;
}

.ex2-vue-addon-copy {
    display: contents;
}

.ex2-vue-addon-option.is-active {
    border-color: #1455ff;
    border-width: 2px;
    box-shadow: inset -18px 18px 0 -17px #1455ff;
}

.ex2-vue-addon-icon {
    align-items: center;
    background: #edf5ff;
    border-radius: 12px;
    color: #1455ff;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.ex2-vue-addon-icon img {
    display: block;
    height: 28px;
    max-width: 28px;
    object-fit: contain;
    width: 28px;
}

.ex2-vue-addon-copy strong,
.ex2-vue-addon-price strong {
    color: #05045f;
    display: block;
    font-size: 15px;
}

.ex2-vue-addon-copy strong {
    grid-column: 2;
    grid-row: 1;
}

.ex2-vue-addon-copy small,
.ex2-vue-addon-price small {
    color: #6b6b8a;
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.ex2-vue-addon-copy small {
    grid-column: 1 / -1;
    grid-row: 2;
    line-height: 1.5;
    margin-top: 4px;
    max-width: 680px;
}

.ex2-vue-addon-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    grid-column: 3;
    grid-row: 1;
    justify-content: center;
    justify-self: end;
    min-width: 96px;
    text-align: right;
    white-space: nowrap;
}

.ex2-vue-addon-price strong {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    justify-content: flex-end;
}

.ex2-vue-addon-price small {
    display: inline;
    margin-top: 0;
}

.ex2-vue-addon-price em {
    color: #8b90a6;
    display: block;
    font-size: 11px;
    font-style: normal;
    margin-top: 3px;
}

.ex2-vue-addon-tags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    grid-column: 1 / -1;
    grid-row: 3;
    justify-content: flex-end;
    margin-top: 2px;
}

.ex2-vue-addon-highlight,
.ex2-vue-addon-badge {
    background: #f3f6ff;
    border: 1px solid #e6ecff;
    border-radius: 999px;
    color: #7c83a0;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    padding: 5px 8px;
    white-space: nowrap;
}

.ex2-vue-price-original {
    color: #9ca3af;
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    text-decoration: line-through;
}

.ex2-vue-price-free {
    color: #20d052;
}

.ex2-vue-config-summary-card h3 {
    border-bottom: 1px solid #e1e5ec;
    color: #05045f;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 16px;
}

.ex2-vue-summary-block {
    border-bottom: 1px solid #e1e5ec;
    padding: 0 0 18px;
    margin-bottom: 18px;
}

.ex2-vue-summary-block strong {
    color: #05045f;
    display: block;
    font-size: 16px;
    margin-bottom: 16px;
}

.ex2-vue-summary-block p {
    color: #54586a;
    margin: -8px 0 0;
}

.ex2-vue-summary-line {
    align-items: center;
    color: #54586a;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-top: 8px;
}

.ex2-vue-summary-line b {
    color: #05045f;
}

.ex2-vue-summary-muted {
    color: #8b90a6;
    font-style: italic;
}

.ex2-vue-summary-totals {
    border-bottom: 1px solid #e1e5ec;
    margin-bottom: 28px;
    padding-bottom: 18px;
}

.ex2-vue-summary-total-box {
    align-items: center;
    background: #f1f6ff;
    border-radius: 4px;
    color: #05045f;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    padding: 14px 16px;
}

.ex2-vue-summary-total-box strong {
    font-size: 24px;
}

.ex2-vue-summary-continue {
    align-items: center;
    background: #43d96b;
    border: 0;
    border-radius: 28px;
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 56px;
    width: 100%;
}

.ex2-vue-summary-continue:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

a.ex2-vue-summary-continue.disabled {
    cursor: not-allowed;
    opacity: 0.55;
    pointer-events: none;
}

.ex2-vue-viewcart-summary {
    align-self: start;
    min-width: 0;
    position: sticky;
    top: 24px;
}

.ex2-vue-viewcart-summary .ex2-vue-summary-totals {
    margin-bottom: 28px;
    padding-bottom: 18px;
}

.ex2-vue-viewcart-summary .ex2-vue-summary-line {
    border-top: 1px solid #e1e5ec;
    margin-top: 0;
    padding: 12px 0;
}

.ex2-vue-viewcart-summary .ex2-vue-summary-line:first-child {
    border-top: 0;
    padding-top: 0;
}

.ex2-vue-viewcart-summary .ex2-vue-summary-total-box {
    margin-bottom: 22px;
}

.ex2-vue-topbar-shopping {
    min-width: 150px;
}

.ex2-vue-checkout-flow {
    min-height: 0;
}

.ex2-vue-checkout-main-card {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 32px;
}

.ex2-vue-checkout-review {
    border-top: 1px solid #e5e5e5;
    display: grid;
    gap: 12px;
    padding-top: 22px;
}

.ex2-vue-checkout-review-item {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dfe3ea;
    border-radius: 4px;
    color: #05045f;
    display: grid;
    gap: 16px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    padding: 16px 18px;
}

.ex2-vue-checkout-review-item i {
    align-items: center;
    background: #eef4ff;
    border-radius: 50%;
    color: #1455ff;
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.ex2-vue-checkout-review-item span {
    color: #6b668c;
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.ex2-vue-checkout-review-item strong {
    color: #05045f;
    display: block;
    font-size: 16px;
}

.ex2-vue-checkout-review-item small {
    color: #535076;
    display: block;
    font-size: 13px;
    margin-top: 4px;
}

.ex2-vue-checkout-review-item b {
    color: #05045f;
    display: block;
    font-size: 17px;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.ex2-vue-checkout-review-prices {
    align-self: start;
    display: grid;
    gap: 4px;
    justify-items: end;
    padding-top: 43px;
}

.ex2-vue-guarantee {
    align-items: center;
    color: #6b668c;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 18px;
}

.ex2-vue-guarantee i {
    font-size: 20px;
}

.ex2-vue-domain-settings-flow {
    min-height: 0;
}

.ex2-vue-domain-settings-card,
.ex2-vue-nameservers-card {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 7px;
    box-shadow: 0 10px 26px rgba(30, 41, 59, 0.08);
    padding: 32px;
}

.ex2-vue-domain-settings-header {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}

.ex2-vue-domain-settings-icon {
    align-items: center;
    background: #edf5ff;
    border-radius: 50%;
    color: #1455ff;
    display: flex;
    flex: 0 0 48px;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.ex2-vue-domain-settings-header h3 {
    color: #05045f;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 4px;
}

.ex2-vue-domain-settings-header h3 span {
    color: #20d052;
}

.ex2-vue-domain-settings-header p {
    color: #535076;
    font-size: 14px;
    margin: 0;
}

.ex2-vue-domain-required-badge {
    color: #9ca3af;
    margin-left: auto;
}

.ex2-vue-domain-settings-row {
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: grid;
    gap: 16px;
    grid-template-columns: auto 150px minmax(0, 1fr) auto;
    margin-bottom: 16px;
    padding: 26px 24px;
}

.ex2-vue-domain-type {
    color: #05045f;
    font-size: 16px;
    font-weight: 700;
}

.ex2-vue-domain-period select {
    appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%2305045F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 13px center;
    background-repeat: no-repeat;
    background-size: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #535076;
    font-size: 14px;
    min-height: 40px;
    padding: 8px 38px 8px 12px;
    width: 130px;
}

.ex2-vue-domain-period select:hover,
.ex2-vue-domain-period select:focus {
    border-color: #bfd0ff;
    box-shadow: 0 0 0 3px rgba(20, 85, 255, 0.08);
    outline: 0;
}

.ex2-vue-domain-savings span {
    background: #d6dfff;
    border-radius: 4px;
    color: #05045f;
    display: inline-flex;
    font-size: 13px;
    padding: 4px 12px;
}

.ex2-vue-domain-settings-price strong {
    color: #05045f;
    font-size: 18px;
    line-height: 1.1;
}

.ex2-vue-domain-settings-price {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    white-space: nowrap;
}

.ex2-vue-domain-settings-price del {
    color: #9aa2b1;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.ex2-vue-domain-renewal-note {
    color: #535076;
    font-size: 14px;
    margin: 0 0 18px;
}

.ex2-vue-domain-settings-addons {
    border-top: 1px solid #e5e5e5;
    display: grid;
    gap: 10px;
    padding-top: 18px;
}

.ex2-vue-domain-addons-card .ex2-vue-domain-settings-addons {
    border-top: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 0;
}

.ex2-vue-domain-settings-card--additional {
    display: grid;
    gap: 18px;
}

.ex2-vue-additional-domain-list {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}

.ex2-vue-additional-domain-row {
    align-items: stretch;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
    min-height: 62px;
    padding: 14px 18px;
}

.ex2-vue-additional-domain-row:last-child {
    border-bottom: 0;
}

.ex2-vue-additional-domain-main {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) 130px auto;
    min-width: 0;
}

.ex2-vue-additional-domain-main div {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.ex2-vue-additional-domain-row strong,
.ex2-vue-additional-domain-row b {
    color: #05045f;
    font-size: 15px;
}

.ex2-vue-additional-domain-row span {
    color: #535076;
    font-size: 13px;
}

.ex2-vue-additional-domain-period-wrap {
    display: block;
    position: relative;
    width: 130px;
}

.ex2-vue-additional-domain-period-wrap::after {
    border-bottom: 2px solid #05045f;
    border-right: 2px solid #05045f;
    content: "";
    height: 7px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-65%) rotate(45deg);
    width: 7px;
}

.ex2-vue-additional-domain-period {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #535076;
    font-size: 14px;
    min-height: 40px;
    padding: 8px 38px 8px 12px;
    width: 130px;
}

.ex2-vue-additional-domain-period:hover,
.ex2-vue-additional-domain-period:focus {
    border-color: #bfd0ff;
    box-shadow: 0 0 0 3px rgba(20, 85, 255, 0.08);
    outline: 0;
}

.ex2-vue-domain-api-fields {
    background: #f8fbff;
    border: 1px solid #dce7f7;
    border-left: 3px solid #d4e4ff;
    border-radius: 6px;
    display: grid;
    gap: 8px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
    padding: 16px;
}

.ex2-vue-domain-api-fields--compact {
    margin: 2px 0 0 16px;
    padding: 14px;
}

.ex2-vue-domain-api-fields h4 {
    color: #05045f;
    font-size: 13px;
    font-weight: 700;
    grid-column: 1 / -1;
    letter-spacing: 0;
    margin: 0;
}

.ex2-vue-domain-api-fields p {
    color: #535076;
    font-size: 12px;
    grid-column: 1 / -1;
    margin: 0;
}

.ex2-vue-domain-field {
    display: grid;
    gap: 6px;
    grid-template-rows: auto auto minmax(15px, auto);
    min-width: 0;
}

.ex2-vue-domain-field label,
.ex2-vue-domain-field > span {
    color: #05045f;
    font-size: 12px;
    font-weight: 600;
}

.ex2-vue-domain-field em {
    color: #ef4444;
    font-style: normal;
}

.ex2-vue-domain-field input[type="text"],
.ex2-vue-domain-field select {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 5px;
    color: #05045f;
    font-size: 13px;
    min-height: 38px;
    padding: 8px 11px;
    width: 100%;
}

.ex2-vue-domain-field select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%2305045F' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 13px center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 38px;
}

.ex2-vue-domain-field input[type="text"]:focus,
.ex2-vue-domain-field select:focus {
    border-color: #bfd0ff;
    box-shadow: 0 0 0 3px rgba(20, 85, 255, 0.08);
    outline: 0;
}

.ex2-vue-domain-field small,
.ex2-vue-domain-field-display {
    color: #6b668c;
    font-size: 11px;
    line-height: 1.4;
}

.ex2-vue-domain-field:not(:has(small)):not(:has(.ex2-vue-domain-radio-list)):not(:has(.ex2-vue-domain-tickbox))::after {
    content: "";
    display: block;
    min-height: 15px;
}

.ex2-vue-domain-field-display ul,
.ex2-vue-domain-field-display ol {
    margin: 0;
    padding-left: 16px;
}

.ex2-vue-domain-field-display li + li {
    margin-top: 3px;
}

.ex2-vue-domain-field-display p {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.ex2-vue-domain-field-display a {
    color: #1455ff;
    text-decoration: underline;
}

.ex2-vue-domain-radio-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ex2-vue-domain-field:has(.ex2-vue-domain-radio-list),
.ex2-vue-domain-field:has(.ex2-vue-domain-tickbox) {
    grid-column: 1 / -1;
}

.ex2-vue-domain-radio-list label,
.ex2-vue-domain-tickbox {
    align-items: center;
    border: 1px solid #d9e0ea;
    border-radius: 5px;
    color: #05045f;
    display: flex;
    gap: 8px;
    min-height: 36px;
    padding: 7px 10px;
}

.ex2-vue-domain-radio-list input,
.ex2-vue-domain-tickbox input {
    margin: 0;
}

@media (max-width: 760px) {
    .ex2-vue-domain-addons-card .ex2-vue-domain-settings-addons {
        grid-template-columns: 1fr;
    }

    .ex2-vue-domain-api-fields {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .ex2-vue-domain-api-fields--compact {
        margin-left: 0;
    }
}

.ex2-vue-domain-addon-item {
    align-items: center;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #535076;
    display: grid;
    gap: 12px;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    min-height: 56px;
    padding: 10px 12px;
    text-align: left;
    transition: background 220ms ease, border-color 220ms ease;
    width: 100%;
}

.ex2-vue-domain-addon-item:hover,
.ex2-vue-domain-addon-item.is-active {
    background: #f8fbff;
    border-color: #dbe6ff;
}

.ex2-vue-domain-addon-check {
    align-items: center;
    background: #eefbf1;
    border-radius: 50%;
    color: #48da68;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.ex2-vue-domain-addon-item:not(.is-active) .ex2-vue-domain-addon-check {
    background: #eef2f7;
    color: transparent;
}

.ex2-vue-domain-addon-copy strong {
    color: #05045f;
    display: block;
    font-size: 14px;
}

.ex2-vue-domain-addon-copy small {
    color: #535076;
    display: block;
    font-size: 13px;
    margin-top: 3px;
}

.ex2-vue-domain-addon-price {
    color: #05045f;
    font-weight: 700;
    white-space: nowrap;
}

.ex2-vue-summary-line small {
    color: #7a7797;
    font-size: 11px;
}

.ex2-vue-nameservers-title {
    align-items: center;
    color: #05045f;
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.ex2-vue-nameservers-title i {
    color: #1455ff;
    font-size: 22px;
}

.ex2-vue-nameservers-title h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.ex2-vue-nameservers-card p {
    color: #535076;
    margin: 0 0 20px;
}

.ex2-vue-nameserver-mode {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 18px;
}

.ex2-vue-nameserver-mode button {
    background: #ffffff;
    border: 1px solid #d9e0ea;
    border-radius: 6px;
    color: #05045f;
    font-size: 15px;
    font-weight: 700;
    min-height: 52px;
    padding: 12px 16px;
    text-align: left;
}

.ex2-vue-nameserver-mode button.is-active {
    border-color: #1455ff;
    box-shadow: inset 0 0 0 1px #1455ff;
}

.ex2-vue-nameserver-default {
    background: #f5f8ff;
    border: 1px solid #d4e4ff;
    border-radius: 6px;
    color: #05045f;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    padding: 14px 16px;
}

.ex2-vue-nameserver-default span {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 7px 12px;
}

.ex2-vue-nameserver-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ex2-vue-nameserver-grid label {
    display: grid;
    gap: 8px;
}

.ex2-vue-nameserver-grid span {
    color: #05045f;
    font-size: 13px;
    font-weight: 700;
}

.ex2-vue-nameserver-grid input {
    border: 1px solid #d9e0ea;
    border-radius: 4px;
    min-height: 42px;
    padding: 8px 12px;
}

@media (max-width: 980px) {
    body.page-order,
    body.page-order .app-main,
    body.page-order .main-body {
        padding-top: 0 !important;
    }

    #order-ex2-vue-cart {
        padding-top: 34px !important;
    }

    .ex2-vue-products-layout {
        grid-template-columns: 1fr;
    }

    .ex2-vue-order-shell .ex2-topbar,
    .ex2-vue-order-shell .ex2-topbar--gradient {
        height: auto;
        margin-top: 0;
        min-height: 0;
        padding: 14px 16px 18px;
    }

    .ex2-vue-order-shell .ex2-topbar__inner {
        align-items: center;
        display: grid;
        gap: 16px 14px;
        grid-template-areas:
            "locale actions"
            "logo logo";
        grid-template-columns: 1fr auto;
    }

    .ex2-vue-order-shell .ex2-topbar__left {
        display: contents;
    }

    .ex2-vue-order-shell .ex2-topbar__logo {
        grid-area: logo;
        justify-self: center;
    }

    .ex2-vue-order-shell .ex2-topbar__logo-img {
        height: 46px;
        margin-right: 0;
    }

    .ex2-vue-order-shell .ex2-topbar__locale {
        gap: 10px;
        grid-area: locale;
        justify-self: start;
    }

    .ex2-vue-order-shell .ex2-topbar__right {
        align-items: center;
        flex-direction: row;
        gap: 10px;
        grid-area: actions;
        justify-self: end;
    }

    .ex2-vue-order-shell .ex2-topbar__select,
    .ex2-vue-order-shell .ex2-topbar .ex2-topbar__select,
    .ex2-vue-order-shell select.ex2-topbar__select {
        min-width: 68px;
        padding: 7px 30px 7px 11px !important;
    }

    .ex2-vue-topbar-icon {
        align-items: center;
        color: #ffffff;
        display: inline-flex;
        font-size: 16px;
        justify-content: center;
        line-height: 1;
    }

    .ex2-vue-zenith-cart,
    .ex2-vue-order-shell .ex2-topbar__support-btn {
        align-items: center;
        border-radius: 10px;
        color: #ffffff;
        display: inline-flex;
        height: 38px;
        justify-content: center;
        line-height: 1;
        min-height: 38px;
        min-width: 42px;
        padding: 0;
        width: 42px;
    }

    .ex2-vue-zenith-cart .ex2-vue-topbar-icon,
    .ex2-vue-order-shell .ex2-topbar__support-btn .ex2-vue-topbar-icon {
        color: #ffffff;
        margin: 0;
    }

    .ex2-vue-zenith-cart__label,
    .ex2-vue-order-shell .ex2-topbar__support-label {
        display: none;
    }

    .ex2-vue-steps--full,
    .ex2-vue-progress-steps {
        padding: 16px 24px 0;
    }

    .ex2-vue-progress-labels {
        gap: 0;
        margin: 0 !important;
        margin-bottom: 16px !important;
        max-width: 100%;
        width: 100%;
    }

    .ex2-vue-progress-labels li {
        font-size: 14px;
    }

    .ex2-vue-progress-track {
        display: block;
        max-width: 100%;
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px);
    }

    .ex2-vue-category-sidebar {
        display: none;
    }

    .ex2-vue-category-list {
        grid-template-columns: 1fr;
    }

    .ex2-vue-product-card {
        flex-direction: column;
    }

    .ex2-vue-product-card__pricing {
        border-bottom: 1px solid #e2e8f0;
        border-right: 0;
        flex-basis: auto;
        order: 1;
    }

    .ex2-vue-product-card__content {
        order: 2;
    }

    .ex2-vue-product-card__details {
        max-height: 172px;
        overflow: hidden;
        transition: max-height 320ms ease;
    }

    .ex2-vue-product-card__details::after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 85%);
        bottom: 0;
        content: "";
        height: 54px;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
    }

    .ex2-vue-product-card__details.is-expanded {
        max-height: 1200px;
    }

    .ex2-vue-product-card__details.is-expanded::after {
        opacity: 0;
    }

    .ex2-vue-product-card__read-more {
        display: inline-flex;
    }

    .ex2-vue-domain-searchbar,
    .ex2-vue-domain-actions,
    .ex2-vue-domain-results,
    .ex2-vue-tld-grid,
    .ex2-vue-config-layout,
    .ex2-vue-location-grid,
    .ex2-vue-nameserver-grid {
        grid-template-columns: 1fr;
    }

    .ex2-vue-nameserver-mode {
        grid-template-columns: 1fr;
    }

    .ex2-vue-other-tlds__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        padding: 16px 18px;
    }

    .ex2-vue-other-tlds__table button {
        gap: 8px;
        grid-template-columns: minmax(0, 1fr) minmax(64px, auto) auto;
        min-height: 58px;
        padding: 0 14px;
    }

    .ex2-vue-other-tlds__domain {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ex2-vue-other-tlds__price {
        justify-self: center;
        white-space: nowrap;
    }

    .ex2-vue-other-tlds__action {
        justify-self: end;
        min-height: 34px;
        min-width: 78px;
        padding: 0 12px;
    }

    .ex2-vue-selected-domains-floating {
        bottom: 18px;
        left: 18px;
        min-height: 66px;
        min-width: 0;
        padding: 8px 8px 8px 16px;
        right: 18px;
        transform: none;
        width: auto;
    }

    .ex2-vue-selected-domains-floating__content {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .ex2-vue-selected-domains-floating__pills span {
        font-size: 10px;
        padding: 5px 7px;
    }

    .ex2-vue-selected-domains-floating__total {
        font-size: 14px;
    }

    .ex2-selected-domains-float-enter-from,
    .ex2-selected-domains-float-leave-to {
        transform: translateY(12px);
    }

    .ex2-vue-domain-settings-row {
        align-items: center;
        gap: 14px;
        grid-template-columns: minmax(0, 1fr);
        padding: 20px 24px;
    }

    .ex2-vue-domain-type,
    .ex2-vue-domain-period,
    .ex2-vue-domain-savings,
    .ex2-vue-domain-settings-price {
        grid-column: 1;
    }

    .ex2-vue-domain-period select {
        width: 130px;
    }

    .ex2-vue-domain-savings {
        margin-top: -2px;
    }

    .ex2-vue-domain-settings-price {
        align-items: baseline;
        border-top: 1px solid #edf1f6;
        justify-content: flex-start;
        padding-top: 10px;
        text-align: left;
    }

    .ex2-vue-config-summary-card {
        display: none;
    }

    body.ex2-vue-mobile-summary-lock {
        overflow: hidden;
    }

    #order-ex2-vue-cart {
        padding-bottom: 112px !important;
    }

    .ex2-vue-config-summary-card.is-mobile-expanded {
        animation: ex2-vue-summary-slide-up 300ms cubic-bezier(0.4, 0, 0.2, 1);
        background: #ffffff;
        border-radius: 16px 16px 0 0;
        bottom: 0;
        box-shadow: 0 -4px 24px rgba(17, 24, 39, 0.16);
        display: block;
        left: 0;
        max-height: 80vh;
        overflow-y: auto;
        padding: 24px 20px 32px;
        position: fixed;
        right: 0;
        top: auto;
        z-index: 10001;
        -webkit-overflow-scrolling: touch;
    }

    .ex2-vue-config-summary-card.is-mobile-expanded h3 {
        font-size: 22px;
        margin-top: 0;
    }

    .ex2-vue-mobile-summary-close {
        align-items: center;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(17, 24, 39, 0.08);
        color: #150f5a;
        cursor: pointer;
        display: flex;
        height: 46px;
        justify-content: center;
        margin: 0 auto 16px;
        position: sticky;
        top: 0;
        width: 46px;
        z-index: 3;
    }

    .ex2-vue-mobile-summary-overlay {
        backdrop-filter: blur(8px);
        background: rgba(0, 0, 0, 0.48);
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10000;
        -webkit-backdrop-filter: blur(8px);
    }

    .ex2-vue-mobile-summary-bar {
        align-items: center;
        background: #ffffff;
        border-top: 1px solid #e5e5e5;
        bottom: 0;
        box-shadow: 0 -2px 12px rgba(17, 24, 39, 0.08);
        display: grid;
        gap: 14px;
        grid-template-columns: auto minmax(0, 1fr) auto;
        left: 0;
        min-height: 76px;
        padding: 14px 18px;
        position: fixed;
        right: 0;
        z-index: 9999;
    }

    .ex2-vue-mobile-summary-bar__expand {
        align-items: center;
        background: #1455ff;
        border: 0;
        border-radius: 50%;
        box-shadow: 0 -2px 12px rgba(9, 78, 255, 0.3);
        color: #ffffff;
        cursor: pointer;
        display: flex;
        height: 46px;
        justify-content: center;
        left: 50%;
        padding: 0;
        position: absolute;
        top: -23px;
        transform: translateX(-50%);
        width: 46px;
    }

    .ex2-vue-mobile-summary-bar__info {
        background: transparent;
        border: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-width: 0;
        padding: 0;
        text-align: left;
    }

    .ex2-vue-mobile-summary-bar__info span {
        color: #535076;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    .ex2-vue-mobile-summary-bar__info strong {
        color: #150f5a;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.15;
    }

    .ex2-vue-mobile-summary-bar__back {
        align-items: center;
        background: #ffffff;
        border: 0;
        border-radius: 999px;
        color: #1455ff;
        display: inline-flex;
        flex: 0 0 44px;
        height: 44px;
        justify-content: center;
        padding: 0;
        width: 44px;
    }

    .ex2-vue-mobile-summary-bar__continue {
        align-items: center;
        background: #43d96b;
        border: 0;
        border-radius: 999px;
        color: #ffffff;
        display: inline-flex;
        font-size: 14px;
        font-weight: 800;
        gap: 8px;
        min-height: 44px;
        padding: 0 18px;
        white-space: nowrap;
    }

    .ex2-vue-mobile-summary-bar__back:disabled,
    .ex2-vue-mobile-summary-bar__continue:disabled {
        background: #e9edf3;
        border-color: #e9edf3;
        color: #9aa2b1;
    }

    @keyframes ex2-vue-summary-slide-up {
        from {
            opacity: 0;
            transform: translateY(100%);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .ex2-vue-addon-option {
        align-items: center;
        column-gap: 14px;
        grid-template-columns: 44px minmax(0, 1fr) auto;
        min-height: 0;
        padding: 20px;
    }

    .ex2-vue-addon-icon {
        grid-column: 1;
        grid-row: 1;
        align-self: center;
    }

    .ex2-vue-addon-copy {
        display: contents;
    }

    .ex2-vue-addon-copy strong {
        align-self: center;
        display: block;
        grid-column: 2;
        grid-row: 1;
        font-size: 15px;
        line-height: 1.28;
        min-width: 0;
        padding-right: 0;
    }

    .ex2-vue-addon-copy small {
        display: block;
        grid-column: 1 / -1;
        grid-row: 2;
        font-size: 13px;
        line-height: 1.45;
        margin-top: 2px;
        max-width: none;
    }

    .ex2-vue-addon-price {
        align-self: center;
        grid-column: 3;
        grid-row: 1;
        min-width: 82px;
        z-index: 1;
    }

    .ex2-vue-addon-price strong {
        align-items: baseline;
        font-size: 15px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .ex2-vue-addon-price em {
        white-space: normal;
    }

    .ex2-vue-addon-tags {
        grid-column: 1 / -1;
        grid-row: 3;
        justify-content: flex-start;
        margin-top: 4px;
    }

    .ex2-vue-flow-actions {
        align-items: stretch;
        display: grid;
        gap: 12px;
        grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
        margin-top: 26px;
    }

    #order-ex2-vue-cart .ex2-vue-flow-actions .ex2-vue-btn--secondary,
    #order-ex2-vue-cart .ex2-vue-flow-actions .ex2-vue-btn--primary {
        margin: 0;
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .ex2-vue-order-shell .ex2-topbar__inner {
        gap: 16px 12px;
    }

    .ex2-vue-products-app {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ex2-vue-products-heading .ex2-vue-title {
        font-size: 28px;
        line-height: 1.14;
    }

    .ex2-vue-products-heading {
        margin-bottom: 18px;
    }

    .ex2-vue-config-heading,
    .ex2-vue-flow-heading h2,
    .ex2-vue-title {
        font-size: 28px;
        line-height: 1.14;
    }

    .ex2-vue-products-heading .ex2-vue-description,
    .ex2-vue-description,
    .ex2-vue-flow-heading p:last-child {
        font-size: 16px;
        line-height: 1.45;
    }

    .ex2-vue-category-list,
    .ex2-vue-product-card__features-list {
        grid-template-columns: 1fr;
    }

    .ex2-vue-category-modal {
        padding: 18px;
    }

    .ex2-vue-product-card__content,
    .ex2-vue-product-card__pricing {
        padding: 22px 20px;
    }

    .ex2-vue-product-card__pricing {
        gap: 20px;
    }

    .ex2-vue-product-card__price-info {
        gap: 9px;
    }

    .ex2-vue-product-card__icon {
        border-radius: 10px;
        height: 40px;
        margin-bottom: 14px;
        width: 40px;
    }

    .ex2-vue-product-card__icon img {
        height: 21px;
        width: 21px;
    }

    .ex2-vue-product-card__icon i {
        font-size: 20px;
    }

    .ex2-vue-product-card__title {
        font-size: 22px;
        line-height: 1.18;
    }

    .ex2-vue-product-card__price-label {
        font-size: 12px;
    }

    .ex2-vue-product-card__price-amount {
        font-size: 30px;
        line-height: 1.12;
    }

    .ex2-vue-product-card__price-period {
        font-size: 15px;
    }

    .ex2-vue-product-card__cta {
        margin-top: 18px;
        padding: 12px 24px;
    }

    .ex2-vue-config-choice__price {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        gap: 4px;
        justify-content: center;
    }

    .ex2-vue-config-choice__current {
        display: inline-flex;
        max-width: 100%;
        white-space: nowrap;
    }

    .ex2-vue-config-choice__old {
        display: block;
        line-height: 1.05;
    }

    .ex2-vue-config-choice__price strong {
        align-items: baseline;
        display: inline-flex;
        gap: 4px;
        line-height: 1.05;
    }

    .ex2-vue-config-choice__price small {
        display: inline;
        line-height: 1.05;
    }

    .ex2-vue-checkout-review-prices {
        align-self: start;
    }
}

@media (max-width: 480px) {
    .ex2-vue-products-app {
        padding-left: 12px;
        padding-right: 12px;
    }

    #order-ex2-vue-cart {
        padding-left: 8px;
        padding-right: 8px;
    }

    .ex2-vue-products-heading .ex2-vue-title,
    .ex2-vue-config-heading,
    .ex2-vue-flow-heading h2,
    .ex2-vue-title {
        font-size: 20px;
        line-height: 1.16;
    }

    .ex2-vue-products-heading .ex2-vue-description,
    .ex2-vue-description,
    .ex2-vue-flow-heading p:last-child,
    .ex2-vue-domain-copy p,
    .ex2-vue-domain-note,
    .ex2-vue-renewal-note,
    .ex2-vue-domain-renewal-note {
        font-size: 11px;
        line-height: 1.38;
    }

    .ex2-vue-step-titlebar {
        gap: 8px;
        margin-bottom: 14px;
    }

    .ex2-vue-step-back {
        flex-basis: 34px;
        height: 34px;
        width: 34px;
    }

    .ex2-vue-step-back--plain {
        flex-basis: 24px;
        height: 24px;
        width: 24px;
    }

    .ex2-vue-flow-panel,
    .ex2-vue-config-main {
        gap: 18px;
    }

    .ex2-vue-product-card__content,
    .ex2-vue-product-card__pricing,
    .ex2-vue-config-card,
    .ex2-vue-domain-config-card,
    .ex2-vue-addons-card,
    .ex2-vue-domain-settings-card,
    .ex2-vue-nameservers-card,
    .ex2-vue-checkout-main-card {
        padding: 16px;
    }

    .ex2-vue-product-card__title,
    .ex2-vue-config-product-title,
    .ex2-vue-config-section-title,
    .ex2-vue-domain-settings-header h3,
    .ex2-vue-nameservers-title h3,
    .ex2-vue-config-summary-card h3 {
        font-size: 15px;
        line-height: 1.2;
    }

    .ex2-vue-product-card__price-amount,
    .ex2-vue-domain-price,
    .ex2-vue-domain-bundle-price strong,
    .ex2-vue-summary-total-box strong {
        font-size: 21px;
    }

    .ex2-vue-product-card__price-period,
    .ex2-vue-domain-action span,
    .ex2-vue-domain-searchline input,
    .ex2-vue-domain-searchline select,
    .ex2-vue-domain-check-btn,
    .ex2-vue-config-choice__label,
    .ex2-vue-summary-continue {
        font-size: 12px;
    }

    .ex2-vue-product-card__features-item,
    .ex2-vue-product-card__note,
    .ex2-vue-domain-result-card p,
    .ex2-vue-domain-bundle-card p,
    .ex2-vue-domain-benefits li,
    .ex2-vue-config-choice__old,
    .ex2-vue-config-choice__price small,
    .ex2-vue-summary-block p,
    .ex2-vue-summary-line,
    .ex2-vue-checkout-review-item small,
    .ex2-vue-domain-addon-copy small,
    .ex2-vue-additional-domain-row span {
        font-size: 10px;
        line-height: 1.35;
    }

    .ex2-vue-config-choice,
    .ex2-vue-addon-option,
    .ex2-vue-domain-addon-item,
    .ex2-vue-checkout-review-item,
    .ex2-vue-additional-domain-row {
        gap: 10px;
        padding: 12px;
    }

    .ex2-vue-config-choice__price strong,
    .ex2-vue-addon-price strong,
    .ex2-vue-domain-settings-price strong,
    .ex2-vue-checkout-review-item b,
    .ex2-vue-additional-domain-row strong,
    .ex2-vue-additional-domain-row b {
        font-size: 13px;
    }

    .ex2-vue-domain-searchbar,
    .ex2-vue-domain-hero-card,
    .ex2-vue-domain-result-card,
    .ex2-vue-domain-bundle-card {
        padding: 16px;
    }

    .ex2-vue-domain-settings-row,
    .ex2-vue-additional-domain-row {
        grid-template-columns: 1fr;
    }

    .ex2-vue-domain-period select,
    .ex2-vue-additional-domain-period,
    .ex2-vue-additional-domain-period-wrap {
        width: 100%;
    }

    .ex2-vue-additional-domain-row {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .ex2-vue-additional-domain-main,
    .ex2-vue-additional-domain-main div {
        grid-column: 1 / -1;
    }

    .ex2-vue-additional-domain-main .ex2-vue-additional-domain-period-wrap {
        grid-column: 1;
        width: 112px;
    }

    .ex2-vue-additional-domain-period {
        font-size: 11px;
        min-height: 34px;
        padding: 6px 30px 6px 10px;
        width: 112px;
    }

    .ex2-vue-additional-domain-period-wrap::after {
        height: 6px;
        right: 12px;
        width: 6px;
    }

    .ex2-vue-additional-domain-main b {
        align-self: center;
        grid-column: 2;
        justify-self: end;
        text-align: right;
    }

    .ex2-vue-mobile-summary-bar {
        gap: 8px;
        min-height: 64px;
        padding: 10px 12px;
    }

    .ex2-vue-mobile-summary-bar__back,
    .ex2-vue-mobile-summary-bar__continue {
        min-height: 38px;
    }

    .ex2-vue-mobile-summary-bar__back {
        flex-basis: 38px;
        height: 38px;
        width: 38px;
    }

    .ex2-vue-mobile-summary-bar__continue {
        font-size: 11px;
        padding: 0 12px;
    }

    .ex2-vue-mobile-summary-bar__info span {
        font-size: 9px;
    }

    .ex2-vue-mobile-summary-bar__info strong {
        font-size: 15px;
    }
}
