:root {
    --zx-navy: #081b30;
    --zx-navy-2: #102a46;
    --zx-blue: #087ee5;
    --zx-blue-2: #19a5f5;
    --zx-yellow: #ffc928;
    --zx-ink: #122033;
    --zx-muted: #607087;
    --zx-line: #dce5ee;
    --zx-soft: #f3f7fb;
    --zx-white: #ffffff;
    --zx-success: #11825f;
    --zx-danger: #c63848;
    --zx-shadow: 0 12px 34px rgba(19, 54, 88, 0.1);
}

html,
body {
    max-width: 100%;
}

body {
    color: var(--zx-ink);
    overflow-x: clip;
}

body.woocommerce-page,
body.woocommerce-shop,
body.single-product {
    background: var(--zx-soft);
}

.zx-lucide {
    display: inline-block;
    flex: 0 0 auto;
    vertical-align: -0.18em;
}

/* Shared header and footer refinements. */
.elementor-location-header .header {
    border-bottom: 1px solid rgba(8, 27, 48, 0.07);
    box-shadow: 0 8px 28px rgba(20, 50, 80, 0.08) !important;
}

.elementor-location-header .header-container {
    min-height: 72px;
}

.elementor-location-header .nav-links a,
.elementor-location-header .btn-account {
    letter-spacing: 0;
}

.elementor-location-header .cart-icon,
.elementor-location-header .menu-toggle {
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
}

.elementor-location-footer > .e-con,
.elementor-location-footer .e-con-inner,
.elementor-location-footer .elementor-widget-html,
.elementor-location-footer .elementor-widget-container {
    max-width: none !important;
    width: 100% !important;
}

.elementor-location-footer footer {
    padding: 64px 28px 28px !important;
}

.elementor-location-footer .footer-grid {
    grid-template-columns: minmax(0, 2fr) minmax(150px, 1fr) minmax(170px, 1fr) !important;
    gap: 48px !important;
}

.elementor-location-footer .footer-bottom {
    justify-content: flex-start !important;
}

/* Commerce page frame. */
body.woocommerce-page #content.site-main,
body.woocommerce-shop #content.site-main,
body.single-product #content.site-main {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1240px;
    min-height: 62vh;
    padding: 126px 28px 82px;
    width: 100%;
}

body.woocommerce-page #content > .page-content,
body.woocommerce-shop #content > .page-content,
body.single-product #content > .page-content {
    margin: 0;
    max-width: none;
    width: 100%;
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.zx-commerce-hero h1,
.zx-account-overview h2,
.zx-order-guide h2 {
    color: var(--zx-navy);
    letter-spacing: 0;
}

.woocommerce a {
    color: #006cc8;
}

.woocommerce a:hover {
    color: #004f95;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button:not(.is-link) {
    align-items: center;
    background: var(--zx-blue) !important;
    border: 1px solid var(--zx-blue) !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 22px rgba(8, 126, 229, 0.2) !important;
    color: #fff !important;
    display: inline-flex;
    font-weight: 700 !important;
    justify-content: center;
    letter-spacing: 0 !important;
    min-height: 46px;
    padding: 12px 20px !important;
    text-decoration: none !important;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:not(.is-link):hover {
    background: #056dca !important;
    border-color: #056dca !important;
    box-shadow: 0 10px 26px rgba(8, 126, 229, 0.27) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.woocommerce .select2-container .select2-selection--single,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background: #fff !important;
    border: 1px solid #cfdbe7 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    box-sizing: border-box;
    color: var(--zx-ink) !important;
    min-height: 48px;
    outline: none;
    padding: 11px 14px !important;
    width: 100%;
}

.woocommerce input.input-text:focus,
.woocommerce textarea:focus,
.woocommerce select:focus,
.woocommerce .select2-container--focus .select2-selection--single,
.wc-block-components-text-input input:focus {
    border-color: var(--zx-blue) !important;
    box-shadow: 0 0 0 3px rgba(8, 126, 229, 0.12) !important;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
    color: var(--zx-ink);
    line-height: 46px;
    padding: 0 34px 0 0;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 8px;
}

.woocommerce form .form-row label {
    color: #34465b;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
    margin-bottom: 7px;
}

.woocommerce form .form-row .description {
    color: var(--zx-muted);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 6px;
}

.woocommerce .required {
    color: var(--zx-danger) !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #edf7ff !important;
    border: 1px solid #c8e5fb !important;
    border-left: 4px solid var(--zx-blue) !important;
    border-radius: 6px !important;
    color: #17334c !important;
    margin: 0 0 18px !important;
    padding: 17px 18px !important;
}

.woocommerce-error {
    background: #fff3f4 !important;
    border-color: #f3cbd0 !important;
    border-left-color: var(--zx-danger) !important;
}

.woocommerce-message {
    background: #effaf6 !important;
    border-color: #c8eadf !important;
    border-left-color: var(--zx-success) !important;
}

.zx-commerce-hero {
    align-items: end;
    background: var(--zx-navy);
    border-bottom: 5px solid var(--zx-yellow);
    border-radius: 8px;
    box-shadow: var(--zx-shadow);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.8fr);
    margin: 0 0 34px;
    min-height: 190px;
    overflow: hidden;
    padding: 34px 38px;
    position: relative;
}

.zx-commerce-hero::after {
    background: linear-gradient(135deg, transparent 30%, rgba(8, 126, 229, 0.3) 30%, rgba(8, 126, 229, 0.3) 60%, rgba(255, 201, 40, 0.18) 60%);
    content: '';
    inset: 0 0 0 auto;
    pointer-events: none;
    position: absolute;
    width: 34%;
}

.zx-commerce-hero > * {
    grid-column: 1;
    position: relative;
    z-index: 1;
}

.zx-commerce-hero > span {
    color: #79caff;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.zx-commerce-hero h1 {
    color: #fff;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    margin: 0 0 10px;
}

.zx-commerce-hero p {
    color: #c9d9e7;
    line-height: 1.6;
    margin: 0;
    max-width: 650px;
}

.zx-commerce-hero--compact {
    min-height: 158px;
}

/* Shop and product. */
.woocommerce-shop ul.products,
.post-type-archive-product ul.products {
    display: grid !important;
    gap: 22px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 !important;
}

.woocommerce-shop ul.products::before,
.woocommerce-shop ul.products::after,
.post-type-archive-product ul.products::before,
.post-type-archive-product ul.products::after,
.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after {
    content: none !important;
    display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #fff;
    border: 1px solid var(--zx-line);
    border-radius: 8px;
    box-shadow: 0 8px 26px rgba(20, 50, 80, 0.06);
    float: none !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 16px 16px 18px;
    width: auto !important;
}

.woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--zx-navy);
    font-size: 21px;
    padding: 5px 0 0;
}

.woocommerce ul.products li.product .price {
    color: var(--zx-blue) !important;
    font-size: 19px !important;
    font-weight: 800;
    margin: 8px 0 0;
}

.zx-plan-detail {
    color: var(--zx-muted);
    font-size: 13px;
    line-height: 1.45;
    margin: 8px 0 14px;
    min-height: 38px;
}

.woocommerce ul.products li.product .button {
    width: 100%;
}

.single-product div.product {
    align-items: start;
    display: grid;
    gap: 46px;
    grid-template-columns: minmax(360px, 1.05fr) minmax(320px, 0.95fr);
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
}

.single-product div.product .woocommerce-product-gallery {
    background: #fff;
    border: 1px solid var(--zx-line);
    border-radius: 8px;
    box-shadow: var(--zx-shadow);
    overflow: hidden;
    padding: 16px;
}

.single-product div.product .woocommerce-product-gallery img {
    border-radius: 6px;
}

.single-product div.product .summary {
    background: #fff;
    border: 1px solid var(--zx-line);
    border-radius: 8px;
    box-shadow: var(--zx-shadow);
    padding: 34px;
}

.single-product div.product .product_title {
    color: var(--zx-navy);
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.1;
    margin: 0 0 12px;
}

.single-product div.product p.price {
    color: var(--zx-blue) !important;
    font-size: 28px !important;
    font-weight: 800;
    margin-bottom: 25px;
}

.single-product div.product form.cart {
    align-items: center;
    display: flex;
    gap: 12px;
    margin: 0 0 24px !important;
}

.single-product div.product form.cart .quantity .qty {
    border: 1px solid #cfdbe7;
    border-radius: 6px;
    min-height: 48px;
    width: 72px;
}

.single-product .product_meta {
    border-top: 1px solid var(--zx-line);
    color: var(--zx-muted);
    font-size: 13px;
    padding-top: 18px;
}

.single-product .posted_in {
    display: none;
}

.zx-product-assurance {
    border-top: 1px solid var(--zx-line);
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding-top: 20px;
}

.zx-product-assurance span {
    align-items: center;
    color: #35495e;
    display: flex;
    font-size: 14px;
    font-weight: 650;
    gap: 10px;
}

.zx-product-assurance svg {
    color: var(--zx-blue);
}

.single-product .woocommerce-tabs,
.single-product .related.products {
    grid-column: 1 / -1;
}

.single-product .woocommerce-tabs {
    background: #fff;
    border: 1px solid var(--zx-line);
    border-radius: 8px;
    padding: 26px 30px 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid var(--zx-line);
    margin: 0 0 20px;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0 20px 0 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border-bottom: 3px solid var(--zx-blue);
    color: var(--zx-navy);
    padding: 10px 4px 12px;
}

.woocommerce div.product .woocommerce-tabs .panel ul {
    display: grid;
    gap: 8px 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    padding: 0;
}

.single-product .related.products > h2 {
    color: var(--zx-navy);
    font-size: 28px;
    margin: 8px 0 18px;
}

/* Cart block. */
.page-id-8 #content.site-main {
    max-width: 1240px;
}

.page-id-8 .wp-block-woocommerce-cart {
    margin: 0;
}

.page-id-8 .wc-block-cart {
    align-items: start;
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
}

.page-id-8 .wc-block-cart__main,
.page-id-8 .wc-block-cart__sidebar {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.page-id-8 .wc-block-cart-items,
.page-id-8 .wc-block-cart__sidebar {
    background: #fff;
    border: 1px solid var(--zx-line) !important;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(20, 50, 80, 0.07);
}

.page-id-8 .wc-block-cart-items {
    overflow: hidden;
}

.page-id-8 .wc-block-cart-items th,
.page-id-8 .wc-block-cart-items td {
    border-color: var(--zx-line) !important;
    padding: 20px !important;
}

.page-id-8 .wc-block-cart-item__image img {
    border-radius: 6px;
}

.page-id-8 .wc-block-components-product-name {
    color: var(--zx-navy) !important;
    font-size: 19px !important;
    font-weight: 750;
}

.page-id-8 .wc-block-cart__sidebar {
    padding: 24px !important;
    position: sticky;
    top: 96px;
}

.page-id-8 .wc-block-cart__totals-title {
    color: var(--zx-navy);
    font-size: 20px !important;
    font-weight: 750 !important;
    padding: 0 0 16px !important;
    text-align: left !important;
}

.page-id-8 .wc-block-components-totals-wrapper {
    border-color: var(--zx-line) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-id-8 .wc-block-cart__submit-container a {
    min-height: 50px;
}

/* Classic checkout. */
.page-id-9 #content.site-main {
    max-width: 1200px;
}

.page-id-9 .woocommerce-form-login-toggle,
.page-id-9 .woocommerce-form-coupon-toggle {
    display: inline-block;
    margin: 0 14px 22px 0;
    vertical-align: top;
    width: calc(50% - 9px);
}

.page-id-9 .woocommerce-form-coupon-toggle {
    margin-right: 0;
}

.page-id-9 .woocommerce-info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 62px;
}

.page-id-9 .checkout_coupon,
.page-id-9 .woocommerce-form-login.login {
    background: #fff;
    border: 1px solid var(--zx-line);
    border-radius: 8px;
    margin: 0 0 22px;
    padding: 24px;
}

.page-id-9 form.checkout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.95fr);
}

.page-id-9 #customer_details,
.page-id-9 #order_review_heading,
.page-id-9 #order_review {
    float: none !important;
    width: 100% !important;
}

.page-id-9 #customer_details {
    background: #fff;
    border: 1px solid var(--zx-line);
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(20, 50, 80, 0.07);
    grid-column: 1;
    grid-row: 1 / span 2;
    padding: 30px;
}

.page-id-9 #customer_details .col-1,
.page-id-9 #customer_details .col-2 {
    float: none;
    width: 100%;
}

.page-id-9 #customer_details h3,
.page-id-9 #order_review_heading {
    color: var(--zx-navy);
    font-size: 26px;
    margin: 0 0 22px;
}

.page-id-9 #order_review_heading {
    grid-column: 2;
    margin: 0;
}

.page-id-9 #order_review {
    background: #fff;
    border: 1px solid var(--zx-line);
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(20, 50, 80, 0.07);
    grid-column: 2;
    overflow: hidden;
    padding: 26px;
}

.page-id-9 table.shop_table {
    border: 0 !important;
    border-collapse: collapse !important;
    margin: 0 0 20px !important;
}

.page-id-9 table.shop_table th,
.page-id-9 table.shop_table td {
    border-color: var(--zx-line) !important;
    color: var(--zx-ink);
    padding: 15px 12px !important;
}

.page-id-9 table.shop_table thead th {
    color: var(--zx-muted);
    font-size: 12px;
    text-transform: uppercase;
}

.page-id-9 #payment {
    background: #f7f9fc !important;
    border-radius: 6px !important;
}

.page-id-9 #payment ul.payment_methods,
.page-id-9 #payment div.form-row {
    border-color: var(--zx-line) !important;
    padding: 18px !important;
}

.page-id-9 #payment img {
    max-width: 100%;
}

.page-id-9 #place_order {
    min-height: 52px;
    width: 100%;
}

.zx-checkout-assurance {
    background: #eef7ff;
    border: 1px solid #cde7fb;
    border-radius: 6px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 18px 18px;
    padding: 14px;
}

.zx-checkout-assurance span {
    align-items: center;
    color: #28435d;
    display: flex;
    font-size: 11px;
    gap: 7px;
    line-height: 1.25;
}

.zx-checkout-assurance svg {
    color: var(--zx-blue);
}

/* My Account. */
.page-id-10 #content.site-main {
    max-width: 1180px;
}

.page-id-10 .page-content > h2:first-child {
    color: var(--zx-blue);
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.page-id-10 .woocommerce > h2,
.page-id-10 .u-column1 > h2,
.page-id-10 .u-column2 > h2 {
    color: var(--zx-navy);
    font-size: 28px;
    margin: 0 0 16px;
}

.page-id-10 .u-columns.col2-set {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-id-10 .u-columns.col2-set::before,
.page-id-10 .u-columns.col2-set::after {
    display: none !important;
}

.page-id-10 .u-columns.col2-set .u-column1,
.page-id-10 .u-columns.col2-set .u-column2 {
    float: none;
    width: 100%;
}

.page-id-10 form.login,
.page-id-10 form.register,
.page-id-10 form.woocommerce-ResetPassword,
.page-id-10 form.woocommerce-EditAccountForm,
.page-id-10 form.woocommerce-address-fields {
    background: #fff;
    border: 1px solid var(--zx-line) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 28px rgba(20, 50, 80, 0.07);
    margin: 0 !important;
    min-height: 100%;
    padding: 28px !important;
}

.page-id-10 form .password-input {
    width: 100%;
}

.page-id-10 .woocommerce-form-login__rememberme {
    align-items: center;
    display: inline-flex !important;
    gap: 8px;
    margin: 13px 14px 13px 0;
}

.page-id-10 .woocommerce-form-login__rememberme input {
    height: 18px;
    margin: 0;
    width: 18px;
}

.page-id-10 .woocommerce-MyAccount-navigation {
    background: var(--zx-navy);
    border-radius: 8px;
    box-shadow: var(--zx-shadow);
    float: left;
    overflow: hidden;
    padding: 10px;
    width: 250px;
}

.page-id-10 .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-id-10 .woocommerce-MyAccount-navigation li {
    margin: 0;
}

.page-id-10 .woocommerce-MyAccount-navigation a {
    align-items: center;
    border-radius: 6px;
    color: #c6d5e3;
    display: flex;
    font-size: 14px;
    font-weight: 650;
    gap: 10px;
    padding: 13px 14px;
    text-decoration: none;
}

.page-id-10 .woocommerce-MyAccount-navigation a:hover,
.page-id-10 .woocommerce-MyAccount-navigation .is-active a {
    background: rgba(8, 126, 229, 0.22);
    color: #fff;
}

.page-id-10 .woocommerce-MyAccount-navigation .is-active a {
    box-shadow: inset 3px 0 0 var(--zx-yellow);
}

.page-id-10 .woocommerce-MyAccount-content {
    background: #fff;
    border: 1px solid var(--zx-line);
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(20, 50, 80, 0.07);
    float: right;
    min-height: 420px;
    padding: 30px;
    width: calc(100% - 278px);
}

.zx-account-overview__intro > span,
.zx-order-guide__intro > span {
    color: var(--zx-blue);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.zx-account-overview__intro h2,
.zx-order-guide__intro h2 {
    font-size: 27px;
    margin: 7px 0 8px;
}

.zx-account-overview__intro p,
.zx-order-guide__intro p {
    color: var(--zx-muted);
    line-height: 1.6;
    margin: 0;
}

.zx-account-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
}

.zx-account-link {
    align-items: center;
    border: 1px solid var(--zx-line);
    border-radius: 7px;
    color: var(--zx-ink) !important;
    display: grid;
    gap: 3px 12px;
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    padding: 16px;
    text-decoration: none !important;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.zx-account-link:hover {
    border-color: #a9d7f7;
    box-shadow: 0 8px 20px rgba(20, 50, 80, 0.08);
    transform: translateY(-1px);
}

.zx-account-link__icon {
    align-items: center;
    background: #eaf6ff;
    border-radius: 6px;
    color: var(--zx-blue);
    display: flex;
    grid-row: 1 / span 2;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.zx-account-link strong {
    color: var(--zx-navy);
    font-size: 15px;
}

.zx-account-link small {
    color: var(--zx-muted);
    font-size: 12px;
    line-height: 1.4;
}

.zx-account-link__arrow {
    color: var(--zx-blue);
    grid-column: 3;
    grid-row: 1 / span 2;
}

/* Subscription data generated by Integrator. */
.page-id-10 .sub-container,
.woocommerce-order-details .sub-container {
    color: #fff;
    max-width: none !important;
    width: 100%;
}

.page-id-10 .sub-header,
.woocommerce-order-details .sub-header {
    background: var(--zx-blue) !important;
    border-radius: 8px 8px 0 0 !important;
    padding: 24px !important;
}

.page-id-10 .sub-content,
.woocommerce-order-details .sub-content {
    background: var(--zx-navy) !important;
    border-color: rgba(255,255,255,0.12) !important;
}

.page-id-10 .sub-status-banner,
.woocommerce-order-details .sub-status-banner,
.page-id-10 .sub-card,
.woocommerce-order-details .sub-card,
.page-id-10 .sub-stat,
.woocommerce-order-details .sub-stat {
    background: var(--zx-navy-2) !important;
    border-color: rgba(255,255,255,0.13) !important;
}

.page-id-10 .sub-section-title,
.woocommerce-order-details .sub-section-title,
.page-id-10 .sub-stat-value,
.woocommerce-order-details .sub-stat-value {
    color: #6dc8ff !important;
}

.page-id-10 .sub-footer,
.woocommerce-order-details .sub-footer {
    background: #061424 !important;
    border-color: rgba(255,255,255,0.13) !important;
    border-radius: 0 0 8px 8px !important;
}

.page-id-10 .sub-renew-btn,
.woocommerce-order-details .sub-renew-btn,
.page-id-10 .sub-edit-btn,
.woocommerce-order-details .sub-edit-btn {
    background: var(--zx-yellow) !important;
    border-radius: 5px !important;
    color: var(--zx-navy) !important;
}

/* Order confirmation guidance. */
.zx-order-guide {
    background: #fff;
    border: 1px solid var(--zx-line);
    border-radius: 8px;
    box-shadow: var(--zx-shadow);
    margin-top: 28px;
    padding: 28px;
}

.zx-order-guide__steps {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 24px 0;
    padding: 0;
}

.zx-order-guide__steps li {
    border: 1px solid var(--zx-line);
    border-radius: 7px;
    display: grid;
    gap: 12px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 16px;
}

.zx-order-guide__steps li > span {
    align-items: center;
    background: var(--zx-navy);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.zx-order-guide__steps strong {
    color: var(--zx-navy);
    display: block;
    margin-bottom: 4px;
}

.zx-order-guide__steps p {
    color: var(--zx-muted);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.zx-order-guide__button {
    background: var(--zx-yellow) !important;
    border-color: var(--zx-yellow) !important;
    color: var(--zx-navy) !important;
}

/* Responsive. */
@media (max-width: 1024px) {
    .woocommerce-shop ul.products,
    .post-type-archive-product ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-product div.product {
        gap: 28px;
        grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
    }

    .page-id-8 .wc-block-cart,
    .page-id-9 form.checkout {
        grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
    }
}

@media (max-width: 900px) {
    html.zx-menu-open,
    html.zx-menu-open body {
        overflow: hidden !important;
    }

    .elementor-location-header .nav-menu {
        box-sizing: border-box;
        height: 100dvh !important;
        max-width: calc(100vw - 28px);
        overflow-y: auto;
        padding: 92px 26px 30px !important;
        width: 318px !important;
    }

    .elementor-location-header .nav-links a {
        min-height: 50px;
    }

    body.woocommerce-page #content.site-main,
    body.woocommerce-shop #content.site-main,
    body.single-product #content.site-main {
        padding-top: 112px;
    }

    .page-id-8 .wc-block-cart,
    .page-id-9 form.checkout,
    .single-product div.product {
        grid-template-columns: minmax(0, 1fr);
    }

    .page-id-8 .wc-block-cart__sidebar {
        position: static;
    }

    .page-id-9 #customer_details {
        grid-column: 1;
        grid-row: auto;
    }

    .page-id-9 #order_review_heading,
    .page-id-9 #order_review {
        grid-column: 1;
    }

    .single-product .woocommerce-tabs,
    .single-product .related.products {
        grid-column: 1;
    }

    .page-id-10 .woocommerce-MyAccount-navigation,
    .page-id-10 .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }

    .page-id-10 .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }

    .page-id-10 .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .zx-order-guide__steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .elementor-location-header .header-container {
        min-height: 66px;
        padding: 11px 14px !important;
    }

    .elementor-location-header .logo {
        font-size: 20px !important;
        white-space: nowrap;
    }

    .elementor-location-header .mobile-right {
        gap: 0 !important;
    }

    .elementor-location-footer footer {
        padding: 46px 20px 24px !important;
    }

    .elementor-location-footer .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        margin-bottom: 34px !important;
    }

    body.woocommerce-page #content.site-main,
    body.woocommerce-shop #content.site-main,
    body.single-product #content.site-main {
        padding: 94px 14px 56px;
    }

    .zx-commerce-hero {
        display: block;
        margin-bottom: 22px;
        min-height: 0;
        padding: 25px 22px;
    }

    .zx-commerce-hero::after {
        opacity: 0.7;
        width: 28%;
    }

    .zx-commerce-hero h1 {
        font-size: 31px;
    }

    .zx-commerce-hero p {
        font-size: 14px;
    }

    .woocommerce-shop ul.products,
    .post-type-archive-product ul.products {
        grid-template-columns: 1fr;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        padding: 14px 14px 17px;
    }

    .single-product div.product .summary {
        padding: 24px 20px;
    }

    .single-product div.product .product_title {
        font-size: 34px;
    }

    .single-product div.product form.cart {
        align-items: stretch;
        flex-wrap: wrap;
    }

    .single-product div.product form.cart .single_add_to_cart_button {
        flex: 1;
    }

    .single-product .woocommerce-tabs {
        padding: 20px;
    }

    .woocommerce div.product .woocommerce-tabs .panel ul {
        grid-template-columns: 1fr;
    }

    .page-id-8 .wc-block-cart-items th,
    .page-id-8 .wc-block-cart-items td {
        padding: 14px !important;
    }

    .page-id-8 .wc-block-cart__sidebar {
        padding: 20px !important;
    }

    .page-id-9 .woocommerce-form-login-toggle,
    .page-id-9 .woocommerce-form-coupon-toggle {
        display: block;
        margin: 0 0 12px;
        width: 100%;
    }

    .page-id-9 .woocommerce-info {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        justify-content: center;
        min-height: 0;
    }

    .page-id-9 #customer_details,
    .page-id-9 #order_review {
        box-shadow: none;
        padding: 20px 16px;
    }

    .page-id-9 #customer_details h3,
    .page-id-9 #order_review_heading {
        font-size: 23px;
    }

    .page-id-9 form .form-row-first,
    .page-id-9 form .form-row-last {
        float: none !important;
        width: 100% !important;
    }

    .page-id-9 table.shop_table th,
    .page-id-9 table.shop_table td {
        font-size: 13px;
        padding: 13px 9px !important;
    }

    .zx-checkout-assurance {
        grid-template-columns: 1fr;
        margin: 0 14px 16px;
        padding: 13px;
    }

    .page-id-10 .u-columns.col2-set,
    .zx-account-grid {
        grid-template-columns: 1fr;
    }

    .page-id-10 form.login,
    .page-id-10 form.register,
    .page-id-10 form.woocommerce-ResetPassword,
    .page-id-10 form.woocommerce-EditAccountForm,
    .page-id-10 form.woocommerce-address-fields {
        padding: 22px 18px !important;
    }

    .page-id-10 .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr 1fr;
    }

    .page-id-10 .woocommerce-MyAccount-content {
        min-height: 0;
        padding: 22px 17px;
    }

    .zx-account-link {
        grid-template-columns: 40px minmax(0, 1fr) 18px;
        padding: 14px;
    }

    .page-id-10 .sub-status-banner {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .page-id-10 .sub-stats {
        grid-template-columns: 1fr 1fr !important;
    }

    .page-id-10 .sub-stat:first-child {
        grid-column: 1 / -1;
    }

    .page-id-10 .sub-row {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 7px;
    }

    .page-id-10 .sub-row-value {
        justify-content: space-between;
        width: 100%;
    }

    .zx-order-guide {
        padding: 22px 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* PlayGO installation and account guidance */
body.page-id-2 .zx-playgo-page {
	--zx-playgo-ink: #081b30;
	--zx-playgo-muted: #53657a;
	--zx-playgo-blue: #087ee5;
	--zx-playgo-yellow: #ffc928;
	--zx-playgo-line: #d8e3ee;
	--zx-playgo-panel: #f4f8fc;
	width: min(100% - 32px, 1180px);
	margin: 0 auto;
	padding: clamp(34px, 6vw, 76px) 0 80px;
	color: var(--zx-playgo-ink);
}

body.page-id-2 .zx-playgo-page *,
body.page-id-2 .zx-playgo-page *::before,
body.page-id-2 .zx-playgo-page *::after {
	box-sizing: border-box;
}

.zx-playgo-eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	color: #0767b9;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.page-id-2 .zx-playgo-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(250px, 0.65fr);
	align-items: center;
	gap: clamp(34px, 6vw, 78px);
	padding: clamp(32px, 6vw, 72px);
	background: #081b30;
	border: 1px solid #173855;
	border-radius: 8px;
	overflow: hidden;
}

body.page-id-2 .zx-playgo-hero h1 {
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 64px;
	line-height: 1.02;
	letter-spacing: 0;
}

body.page-id-2 .zx-playgo-hero__copy > p {
	max-width: 690px;
	margin: 0;
	color: #c6d4e1;
	font-size: 18px;
	line-height: 1.7;
}

.zx-playgo-actions,
.zx-playgo-inline-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.zx-playgo-actions {
	margin-top: 28px;
}

.zx-playgo-button,
.zx-playgo-store-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 12px 18px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none !important;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.zx-playgo-button .zx-lucide,
.zx-playgo-store-link .zx-lucide {
	flex: 0 0 auto;
}

.zx-playgo-button--primary {
	color: #ffffff !important;
	background: var(--zx-playgo-blue, #087ee5);
	border: 1px solid var(--zx-playgo-blue, #087ee5);
}

.zx-playgo-button--secondary {
	color: #ffffff !important;
	background: transparent;
	border: 1px solid #5d7790;
}

.zx-playgo-button:hover,
.zx-playgo-store-link:hover {
	transform: translateY(-2px);
}

body.page-id-2 .zx-playgo-preview {
	width: min(100%, 300px);
	margin: 0 auto;
	padding: 18px;
	background: #ffffff;
	border-radius: 8px;
}

body.page-id-2 .zx-playgo-preview img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

body.page-id-2 .zx-playgo-preview figcaption {
	margin-top: 14px;
	color: #53657a;
	font-size: 13px;
	line-height: 1.55;
}

body.page-id-2 .zx-playgo-preview figcaption strong {
	color: #081b30;
}

body.page-id-2 .zx-playgo-transition {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 15px;
	align-items: start;
	margin: 24px 0 0;
	padding: 20px 22px;
	background: #fff8d9;
	border: 1px solid #ead47b;
	border-radius: 6px;
}

body.page-id-2 .zx-playgo-transition > .zx-lucide {
	width: 22px;
	height: 22px;
	color: #845d00;
}

body.page-id-2 .zx-playgo-transition strong {
	display: block;
	margin-bottom: 4px;
	color: #302300;
	font-size: 15px;
}

body.page-id-2 .zx-playgo-transition p,
body.page-id-2 .zx-playgo-devices > header p,
body.page-id-2 .zx-playgo-help p {
	margin: 0;
	color: #53657a;
	line-height: 1.6;
}

body.page-id-2 .zx-playgo-basics,
body.page-id-2 .zx-playgo-devices {
	padding: clamp(48px, 7vw, 76px) 0 0;
}

body.page-id-2 .zx-playgo-basics h2,
body.page-id-2 .zx-playgo-devices h2,
body.page-id-2 .zx-playgo-help h2 {
	margin: 0 0 10px;
	color: #081b30;
	font-size: 40px;
	line-height: 1.15;
	letter-spacing: 0;
}

body.page-id-2 .zx-playgo-basics__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

body.page-id-2 .zx-playgo-basic {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	padding: 22px;
	background: #f4f8fc;
	border: 1px solid #d8e3ee;
	border-radius: 6px;
}

body.page-id-2 .zx-playgo-basic > span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: #ffffff;
	background: #087ee5;
	border-radius: 50%;
	font-weight: 800;
}

body.page-id-2 .zx-playgo-basic h3 {
	margin: 2px 0 6px;
	color: #081b30;
	font-size: 17px;
	letter-spacing: 0;
}

body.page-id-2 .zx-playgo-basic p {
	margin: 0;
	color: #53657a;
	font-size: 14px;
	line-height: 1.55;
}

body.page-id-2 .zx-playgo-device-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 24px;
}

body.page-id-2 .zx-playgo-device-grid a {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 12px;
	align-items: center;
	min-height: 84px;
	padding: 15px;
	color: #081b30;
	background: #ffffff;
	border: 1px solid #d8e3ee;
	border-radius: 6px;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease;
}

body.page-id-2 .zx-playgo-device-grid a:hover {
	transform: translateY(-2px);
	border-color: #087ee5;
}

body.page-id-2 .zx-playgo-device-grid a > span {
	display: grid;
	grid-row: 1 / 3;
	place-items: center;
	width: 42px;
	height: 42px;
	color: #087ee5;
	background: #e9f4ff;
	border-radius: 6px;
}

body.page-id-2 .zx-playgo-device-grid strong,
body.page-id-2 .zx-playgo-device-grid small {
	min-width: 0;
}

body.page-id-2 .zx-playgo-device-grid small {
	color: #6c7d90;
	font-size: 12px;
}

body.page-id-2 .zx-playgo-guide-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding-top: 30px;
}

body.page-id-2 .zx-playgo-device-guide {
	scroll-margin-top: 150px;
	padding: clamp(24px, 4vw, 34px);
	background: #ffffff;
	border: 1px solid #d8e3ee;
	border-radius: 8px;
}

body.page-id-2 .zx-playgo-device-guide > header {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 13px;
	align-items: center;
}

body.page-id-2 .zx-playgo-device-guide > header > span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	color: #087ee5;
	background: #e9f4ff;
	border-radius: 6px;
}

body.page-id-2 .zx-playgo-device-guide small {
	color: #087ee5;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

body.page-id-2 .zx-playgo-device-guide h2 {
	margin: 2px 0 0;
	color: #081b30;
	font-size: 21px;
	line-height: 1.25;
	letter-spacing: 0;
}

body.page-id-2 .zx-playgo-device-guide ol {
	margin: 22px 0;
	padding-left: 22px;
	color: #53657a;
}

body.page-id-2 .zx-playgo-device-guide li {
	margin: 0 0 10px;
	padding-left: 5px;
	line-height: 1.6;
}

body.page-id-2 .zx-playgo-device-guide li::marker {
	color: #087ee5;
	font-weight: 800;
}

body.page-id-2 .zx-playgo-store-link {
	color: #081b30 !important;
	background: #ffc928;
	border: 1px solid #e4ad00;
}

body.page-id-2 .zx-playgo-downloader {
	display: grid;
	gap: 5px;
	margin-top: 22px;
	padding: 18px 20px;
	background: #f4f8fc;
	border: 1px solid #c8ddec;
	border-radius: 8px;
}

body.page-id-2 .zx-playgo-downloader > span {
	color: #087ee5;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

body.page-id-2 .zx-playgo-downloader > strong {
	color: #081b30;
	font-size: 44px;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0;
	line-height: 1.05;
}

body.page-id-2 .zx-playgo-downloader > small {
	color: #53657a;
	font-size: 13px;
	font-weight: 600;
	text-transform: none;
}

body.page-id-2 .zx-playgo-device-note {
	margin: 17px 0 0;
	padding: 13px 15px;
	color: #3f5367;
	background: #f4f8fc;
	border-left: 3px solid #087ee5;
	font-size: 13px;
	line-height: 1.55;
}

body.page-id-2 .zx-playgo-help {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 24px;
	padding: clamp(28px, 5vw, 46px);
	color: #ffffff;
	background: #081b30;
	border-radius: 8px;
}

body.page-id-2 .zx-playgo-help h2 {
	color: #ffffff;
}

body.page-id-2 .zx-playgo-help p {
	color: #c6d4e1;
}

.zx-playgo-account-guide {
	margin-top: 28px;
	padding: clamp(22px, 4vw, 32px);
	background: #f4f8fc;
	border: 1px solid #d8e3ee;
	border-radius: 8px;
}

.zx-playgo-account-guide h2 {
	margin: 0 0 8px;
	color: #081b30;
	font-size: 32px;
	letter-spacing: 0;
}

.zx-playgo-account-guide p {
	margin: 0;
	color: #53657a;
	line-height: 1.6;
}

.zx-playgo-account-guide ol {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 22px 0;
	padding: 0;
	list-style: none;
}

.zx-playgo-account-guide li {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #d8e3ee;
	border-radius: 6px;
}

.zx-playgo-account-guide li > span {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	color: #ffffff;
	background: #087ee5;
	border-radius: 50%;
	font-weight: 800;
}

.zx-playgo-account-guide li strong,
.zx-playgo-account-guide li small {
	display: block;
}

.zx-playgo-account-guide li strong {
	color: #081b30;
	font-size: 14px;
}

.zx-playgo-account-guide li small {
	margin-top: 3px;
	color: #617387;
	font-size: 12px;
	line-height: 1.45;
}

@media (max-width: 900px) {
	body.page-id-2 .zx-playgo-hero {
		grid-template-columns: 1fr;
	}

	body.page-id-2 .zx-playgo-preview {
		width: min(100%, 250px);
	}

	body.page-id-2 .zx-playgo-device-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	body.page-id-2 .zx-playgo-page {
		width: min(100% - 24px, 1180px);
		padding-top: 24px;
	}

	body.page-id-2 .zx-playgo-hero {
		gap: 28px;
		padding: 28px 20px;
	}

	body.page-id-2 .zx-playgo-hero h1 {
		font-size: 42px;
	}

	body.page-id-2 .zx-playgo-hero__copy > p {
		font-size: 16px;
	}

	.zx-playgo-actions,
	.zx-playgo-inline-actions {
		flex-direction: column;
	}

	.zx-playgo-button,
	.zx-playgo-store-link {
		width: 100%;
	}

	body.page-id-2 .zx-playgo-basics__grid,
	body.page-id-2 .zx-playgo-guide-list,
	.zx-playgo-account-guide ol {
		grid-template-columns: 1fr;
	}

	body.page-id-2 .zx-playgo-device-grid {
		grid-template-columns: 1fr;
	}

	body.page-id-2 .zx-playgo-help {
		align-items: stretch;
		flex-direction: column;
	}
}
