body.xqsb-on {
    --xqsb-card-bg: #2f3033;
    --xqsb-card-bg-soft: #35363a;
    --xqsb-card-text: #f8fbff;
    --xqsb-card-muted: rgba(224, 232, 245, 0.72);
    --xqsb-pink: #f488bb;
    --xqsb-blue: #2486dd;
    --xqsb-border: rgba(244, 136, 187, 0.58);
}

body.xqsb-shop-landing-page .article-header,
body.xqsb-shop-landing-page .article-footer,
body.xqsb-shop-landing-page .page-cover,
body.xqsb-shop-landing-page .breadcrumb,
body.xqsb-shop-landing-page .zib-widget:empty {
    display: none !important;
}

body.xqsb-shop-landing-page .article-content,
body.xqsb-shop-landing-page .single-content,
body.xqsb-shop-landing-page .entry-content {
    padding-top: 0 !important;
}

body.xqsb-shop-landing-page main.container,
body.xqsb-shop-landing-page main.container.page-id-163,
body.xqsb-shop-landing-page .container.page-id-163 {
    width: 100% !important;
    max-width: none !important;
    padding-left: clamp(16px, 2vw, 32px) !important;
    padding-right: clamp(16px, 2vw, 32px) !important;
}

body.xqsb-shop-landing-page .content-wrap,
body.xqsb-shop-landing-page .content-layout,
body.xqsb-shop-landing-page .site-content,
body.xqsb-shop-landing-page .main-content {
    width: 100% !important;
    max-width: none !important;
}

body.xqsb-shop-landing-page .article.page-article {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.xqsb-shop-landing-page .wp-posts-content {
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
}

.xq-shop-home,
.xq-shop-home * {
    box-sizing: border-box;
}

.xq-shop-home {
    width: min(1840px, calc(100vw - clamp(24px, 3vw, 56px)));
    max-width: 100%;
    margin: 24px auto 72px;
    color: #f7fbff;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.xq-shop-home a {
    color: inherit;
    text-decoration: none;
}

.xq-shop-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(420px, 0.86fr) minmax(360px, 0.54fr);
    align-items: center;
    gap: clamp(28px, 4vw, 72px);
    min-height: 520px;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(56px, 5vw, 88px) clamp(34px, 5vw, 86px);
    border-radius: 20px;
    background:
        radial-gradient(circle at 76% 40%, rgba(45, 120, 255, 0.22), transparent 30%),
        radial-gradient(circle at 18% 20%, rgba(0, 229, 255, 0.18), transparent 30%),
        linear-gradient(125deg, rgba(255, 42, 174, 0.13), transparent 36%),
        linear-gradient(135deg, #07111f, #11284a);
    border: 1px solid rgba(58, 242, 255, 0.32);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26), 0 0 34px rgba(0, 229, 255, 0.16);
}

.xq-shop-hero::before,
.xq-shop-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.xq-shop-hero::before {
    inset: 0;
    background:
        repeating-linear-gradient(115deg, rgba(77, 246, 255, 0.08) 0 1px, transparent 1px 66px),
        linear-gradient(115deg, rgba(0, 229, 255, 0.12), transparent 35%),
        linear-gradient(295deg, rgba(255, 42, 174, 0.10), transparent 44%);
    z-index: 0;
}

.xq-shop-hero::after {
    inset: 1px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1;
}

.xq-shop-hero-copy {
    position: relative;
    z-index: 3;
    max-width: 720px;
    padding: 0;
}

.xq-shop-hero-copy::after {
    content: "";
    position: absolute;
    left: -32px;
    top: -34px;
    width: min(720px, calc(100vw - 80px));
    height: calc(100% + 68px);
    z-index: -1;
    border-radius: 28px;
    background: linear-gradient(90deg, rgba(3, 8, 19, 0.68), rgba(3, 8, 19, 0.22));
    filter: blur(10px);
}

.xq-shop-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(7, 19, 39, 0.78);
    border: 1px solid rgba(54, 247, 255, 0.48);
    color: #eafbff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.xq-shop-kicker::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #26f4ff;
    box-shadow: 0 0 18px rgba(38, 244, 255, 0.8);
}

.xq-shop-hero h1 {
    margin: 34px 0 18px;
    color: #fff;
    font-size: clamp(44px, 4.3vw, 76px);
    line-height: 1.08;
    letter-spacing: 0;
    font-weight: 900;
    max-width: 11em;
    text-wrap: balance;
}

.xq-shop-hero p {
    max-width: 610px;
    margin: 0;
    color: rgba(232, 242, 255, 0.86);
    font-size: 19px;
    line-height: 1.85;
}

.xq-shop-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.xq-shop-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    background: rgba(8, 24, 44, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff !important;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.xq-shop-btn-primary {
    color: #06101a !important;
    border: 0;
    background: linear-gradient(90deg, #20e7ff, #ff37aa);
    box-shadow: 0 14px 32px rgba(32, 231, 255, 0.25);
}

.xq-shop-hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 3;
    width: min(520px, 100%);
    justify-self: end;
    padding: 30px 32px;
    border-radius: 18px;
    background: rgba(5, 13, 27, 0.80);
    border: 1px solid rgba(38, 244, 255, 0.28);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(12px);
}

.xq-shop-hero-panel::before {
    content: "";
    position: absolute;
    left: auto;
    right: 20px;
    top: -150px;
    width: min(460px, 88vw);
    height: 210px;
    border: 1px solid rgba(48, 244, 255, 0.26);
    border-radius: 34px;
    background:
        linear-gradient(90deg, rgba(0, 229, 255, 0.18), transparent 45%),
        linear-gradient(135deg, rgba(7, 16, 34, 0.82), rgba(35, 13, 59, 0.72));
    box-shadow: 0 0 38px rgba(0, 229, 255, 0.14);
    transform: rotate(0deg);
    pointer-events: none;
    z-index: -1;
}

.xq-shop-hero-panel::after {
    content: "XQAI";
    position: absolute;
    right: 112px;
    top: -88px;
    min-width: 180px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.02em;
    pointer-events: none;
    z-index: -1;
}

.xq-shop-hero-panel span,
.xq-shop-section-head span {
    display: block;
    color: #30f4ff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.xq-shop-hero-panel strong {
    display: block;
    margin-top: 9px;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.xq-shop-hero-panel em {
    display: block;
    margin-top: 8px;
    color: rgba(224, 237, 255, 0.72);
    font-size: 13px;
    font-style: normal;
    line-height: 1.65;
}

.xq-shop-cats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 22px 0 34px;
}

.xq-shop-cat {
    min-height: 118px;
    padding: 22px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 20% 0%, rgba(48, 244, 255, 0.16), transparent 42%),
        linear-gradient(135deg, rgba(8, 19, 35, 0.96), rgba(18, 31, 56, 0.94));
    border: 1px solid rgba(48, 244, 255, 0.20);
    box-shadow: 0 14px 36px rgba(7, 12, 24, 0.16);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.xq-shop-cat:hover {
    transform: translateY(-3px);
    border-color: rgba(48, 244, 255, 0.48);
    box-shadow: 0 18px 44px rgba(0, 229, 255, 0.16);
}

.xq-shop-cat strong {
    display: block;
    color: #fff;
    font-size: 19px;
    line-height: 1.35;
}

.xq-shop-cat span {
    display: block;
    margin-top: 10px;
    color: rgba(230, 239, 255, 0.70);
    font-size: 13px;
    line-height: 1.65;
}

.xq-shop-section {
    margin-top: 34px;
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(7, 15, 30, 0.96), rgba(13, 23, 42, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 58px rgba(8, 13, 26, 0.16);
}

.xq-shop-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.xq-shop-section-head h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 900;
}

.xq-shop-section-head > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    color: #06101a !important;
    background: #30f4ff;
    font-weight: 900;
}

.xq-shop-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    gap: 20px;
}

.xq-shop-native-products.product-lists-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(260px, 1fr)) !important;
    gap: 20px !important;
    margin: 0 !important;
}

.xq-shop-native-products.product-lists-row > .product-item.posts-item.card {
    width: 100% !important;
    max-width: none !important;
    min-height: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 18% 8%, rgba(48, 244, 255, 0.13), transparent 32%),
        linear-gradient(160deg, rgba(13, 27, 49, 0.98), rgba(8, 15, 30, 0.98)) !important;
    border: 1px solid rgba(48, 244, 255, 0.18) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.20) !important;
}

.xq-shop-native-products.product-lists-row > .product-item.posts-item.card > .item-thumbnail {
    aspect-ratio: 16 / 10 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    background: rgba(4, 12, 26, 0.92) !important;
}

.xq-shop-native-products.product-lists-row > .product-item.posts-item.card > .item-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.xq-shop-native-products.product-lists-row > .product-item.posts-item.card > .item-body {
    padding: 18px 18px 20px !important;
    text-align: left !important;
}

.xq-shop-native-products .item-heading {
    min-height: 52px;
    margin: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    font-weight: 900 !important;
}

.xq-shop-native-products .item-heading a {
    color: #fff !important;
}

.xq-shop-native-products .item-excerpt {
    min-height: 24px;
    margin-top: 10px !important;
    color: rgba(226, 237, 255, 0.72) !important;
    font-size: 14px !important;
}

.xq-shop-native-products .show-price-box,
.xq-shop-native-products .show-price-box .price {
    color: #ff5cae !important;
    font-weight: 900 !important;
}

.xq-shop-product-card {
    overflow: hidden;
    border-radius: 18px;
    background: #101a2c;
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.20);
}

.xq-shop-product-cover {
    position: relative;
    display: block;
    aspect-ratio: 1 / 0.72;
    overflow: hidden;
    background: #07111f;
}

.xq-shop-product-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .28s ease;
}

.xq-shop-product-card:hover .xq-shop-product-cover img {
    transform: scale(1.04);
}

.xq-shop-product-cover span {
    position: absolute;
    top: 14px;
    left: 14px;
    min-height: 30px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    color: #06101a;
    background: linear-gradient(90deg, #30f4ff, #ffd166);
    font-size: 13px;
    font-weight: 900;
}

.xq-shop-product-body {
    padding: 18px 18px 20px;
}

.xq-shop-product-body h3 {
    margin: 0;
    color: #fff;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 900;
}

.xq-shop-product-body p {
    min-height: 48px;
    margin: 10px 0 18px;
    color: rgba(226, 237, 255, 0.72);
    font-size: 14px;
    line-height: 1.7;
}

.xq-shop-product-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.xq-shop-product-foot strong {
    color: #ff5cae;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
}

.xq-shop-product-foot a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(48, 244, 255, 0.12);
    border: 1px solid rgba(48, 244, 255, 0.26);
    color: #dffcff !important;
    font-weight: 800;
}

.xq-shop-service-section {
    background:
        radial-gradient(circle at 82% 12%, rgba(48, 244, 255, 0.12), transparent 32%),
        linear-gradient(180deg, rgba(7, 15, 30, 0.96), rgba(10, 18, 34, 0.94));
}

.xqsb-shop-landing-page .wp-block-zibllblock-productbox.post-productbox {
    width: min(1760px, calc(100vw - clamp(32px, 4vw, 72px))) !important;
    max-width: 100% !important;
    margin: 22px auto !important;
}

.xqsb-hide-original-blocks .wp-block-zibllblock-productbox.post-productbox {
    display: none !important;
}

.xqsb-shop-landing-page .wp-block-zibllblock-productbox.post-productbox + .wp-block-zibllblock-productbox.post-productbox {
    margin-top: 18px !important;
}

.xqsb-shop-landing-page .wp-block-paragraph:empty {
    display: none !important;
}

.xq-shop-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.xq-shop-step {
    min-height: 170px;
    padding: 22px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.xq-shop-step > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 28px;
    border-radius: 999px;
    background: rgba(48, 244, 255, 0.14);
    color: #30f4ff;
    font-size: 13px;
    font-weight: 900;
}

.xq-shop-step h3 {
    margin: 18px 0 8px;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
}

.xq-shop-step p {
    margin: 0;
    color: rgba(226, 237, 255, 0.72);
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 991px) {
    .xq-shop-home {
        width: calc(100vw - 24px);
        max-width: 100%;
        margin-top: 14px;
    }

    .xq-shop-hero {
        grid-template-columns: 1fr;
        gap: 26px;
        min-height: 0;
        padding: 46px 26px 28px;
    }

    .xq-shop-hero-copy {
        padding: 0;
    }

    .xq-shop-hero-panel {
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        justify-self: stretch;
    }

    .xq-shop-hero-panel::before,
    .xq-shop-hero-panel::after {
        display: none;
    }

    .xq-shop-cats,
    .xq-shop-product-grid,
    .xq-shop-native-products.product-lists-row,
    .xq-shop-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 560px) {
    .xq-shop-home {
        width: calc(100vw - 16px);
        margin-bottom: 44px;
    }

    .xq-shop-hero {
        border-radius: 16px;
    }

    .xq-shop-hero-copy {
        padding: 0;
    }

    .xq-shop-hero h1 {
        font-size: 38px;
        max-width: 100%;
    }

    .xq-shop-hero p {
        font-size: 16px;
    }

    .xq-shop-hero-actions {
        gap: 10px;
    }

    .xq-shop-btn {
        flex: 1 1 145px;
        min-width: 0;
    }

    .xq-shop-cats,
    .xq-shop-product-grid,
    .xq-shop-native-products.product-lists-row,
    .xq-shop-steps {
        grid-template-columns: 1fr !important;
    }

    .xq-shop-section {
        padding: 20px;
        border-radius: 16px;
    }

    .xq-shop-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .xq-shop-product-body p {
        min-height: 0;
    }
}

body.xqsb-on.xqsb-two-col .shop-term-main > .product-lists-row,
body.xqsb-on.xqsb-two-col .widget-tab-product .product-lists-row,
body.xqsb-on.xqsb-two-col .zib-widget > .product-lists-row,
body.xqsb-on.xqsb-two-col .product-lists-row.ajaxpager:not(.cart-list-box):not(.cart-product) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch !important;
    margin: 0 0 18px !important;
}

body.xqsb-on .product-lists-row > .search-key-text,
body.xqsb-on .product-lists-row > .post_ajax_loader,
body.xqsb-on .product-lists-row > .ajax-pag,
body.xqsb-on .product-lists-row > .theme-pagination,
body.xqsb-on .product-lists-row > .next-page,
body.xqsb-on .product-lists-row > .zib-widget,
body.xqsb-on .product-lists-row > .ajax-next {
    grid-column: 1 / -1;
}

body.xqsb-on .product-lists-row > .product-item.posts-item.card,
body.xqsb-on .post-productbox .product-item.posts-item.card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    position: relative !important;
}

body.xqsb-on.xqsb-dark-card .product-lists-row > .product-item.posts-item.card,
body.xqsb-on.xqsb-dark-card .post-productbox .product-item.posts-item.card {
    background:
        radial-gradient(circle at 18% 12%, rgba(244, 136, 187, 0.13), transparent 35%),
        linear-gradient(135deg, var(--xqsb-card-bg), var(--xqsb-card-bg-soft)) !important;
    color: var(--xqsb-card-text) !important;
    border: 1px solid rgba(244, 136, 187, 0.32) !important;
    border-radius: 14px !important;
}

body.xqsb-on.xqsb-glow-border .product-lists-row > .product-item.posts-item.card,
body.xqsb-on.xqsb-glow-border .post-productbox .product-item.posts-item.card {
    box-shadow:
        0 0 0 1px rgba(36, 134, 221, 0.12),
        0 0 18px rgba(244, 136, 187, 0.28),
        0 14px 32px rgba(0, 0, 0, 0.20) !important;
}

body.xqsb-on.xqsb-compact-card .product-lists-row > .product-item.posts-item.card {
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr) !important;
    min-height: 176px !important;
    gap: 14px !important;
    padding: 56px 18px 20px !important;
}

body.xqsb-on.xqsb-compact-card .product-lists-row > .product-item.posts-item.card > .item-thumbnail {
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    padding-bottom: 0 !important;
    border-radius: 10px !important;
    align-self: center !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

body.xqsb-on.xqsb-compact-card .product-lists-row > .product-item.posts-item.card > .item-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 10px !important;
}

body.xqsb-on.xqsb-compact-card .product-lists-row > .product-item.posts-item.card > .item-body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
}

body.xqsb-on .product-lists-row > .product-item.posts-item.card .item-heading {
    font-size: 16px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
    margin: 0 !important;
}

body.xqsb-on.xqsb-dark-card .product-lists-row > .product-item.posts-item.card .item-heading a,
body.xqsb-on.xqsb-dark-card .post-productbox .product-item.posts-item.card .item-heading a {
    color: var(--xqsb-card-text) !important;
}

body.xqsb-on.xqsb-dark-card .product-lists-row > .product-item.posts-item.card .item-excerpt,
body.xqsb-on.xqsb-dark-card .product-lists-row > .product-item.posts-item.card .muted-color,
body.xqsb-on.xqsb-dark-card .product-lists-row > .product-item.posts-item.card .muted-2-color {
    color: var(--xqsb-card-muted) !important;
}

body.xqsb-on .product-lists-row > .product-item.posts-item.card .item-price {
    margin-top: auto !important;
}

body.xqsb-on .product-lists-row > .product-item.posts-item.card .show-price-box,
body.xqsb-on .product-lists-row > .product-item.posts-item.card .show-price-box .price,
body.xqsb-on .post-productbox .product-item.posts-item.card .show-price-box,
body.xqsb-on .post-productbox .product-item.posts-item.card .show-price-box .price {
    color: #ff4f8d !important;
    font-weight: 900 !important;
}

body.xqsb-on .product-lists-row > .product-item.posts-item.card .pay-mark {
    font-weight: 900 !important;
    opacity: 1 !important;
}

body.xqsb-on .product-lists-row > .product-item.posts-item.card .img-badge {
    top: 48px !important;
    right: 8px !important;
    background: linear-gradient(135deg, #ff6678, #ff3d8f) !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(255, 79, 141, 0.32) !important;
}

body.xqsb-on.xqsb-mac-dots .product-lists-row > .product-item.posts-item.card::before,
body.xqsb-on.xqsb-mac-dots .post-productbox .product-item.posts-item.card::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 18px;
    width: 10px;
    height: 10px;
    z-index: 3;
    border-radius: 999px;
    background: #ff625f;
    box-shadow: 18px 0 #ffbd2e, 36px 0 #28c840;
}

body.xqsb-on.xqsb-mac-dots .product-lists-row > .product-item.posts-item.card > .item-thumbnail,
body.xqsb-on.xqsb-mac-dots .post-productbox .product-item.posts-item.card > .item-thumbnail {
    position: relative !important;
    z-index: 2 !important;
}

body.xqsb-on.xqsb-mac-dots .product-lists-row > .product-item.posts-item.card > .item-body,
body.xqsb-on.xqsb-mac-dots .post-productbox .product-item.posts-item.card > .item-body {
    position: relative !important;
    z-index: 2 !important;
}

body.xqsb-on.xqsb-mac-dots .product-lists-row > .product-item.posts-item.card::after,
body.xqsb-on.xqsb-glow-border .product-lists-row > .product-item.posts-item.card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
}

body.xqsb-on.xqsb-glow-border .product-lists-row > .product-item.posts-item.card::after {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(90deg, rgba(36, 134, 221, 0.10), rgba(244, 136, 187, 0.12));
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

body.xqsb-on .product-lists-row .item-discount-badge .badg,
body.xqsb-on .product-lists-row .badge,
body.xqsb-on .product-lists-row badge {
    border-radius: 999px !important;
}

body.xqsb-shop-landing-page {
    --xq-zib-bg: #f5f7fb;
    --xq-zib-surface: #ffffff;
    --xq-zib-surface-2: #f8fbff;
    --xq-zib-text: #1f2937;
    --xq-zib-muted: #667085;
    --xq-zib-border: rgba(31, 41, 55, 0.08);
    --xq-zib-primary: #ff6a00;
    --xq-zib-primary-2: #ffb000;
    background: var(--xq-zib-bg);
}

body.dark-theme.xqsb-shop-landing-page,
body.dark-mode.xqsb-shop-landing-page,
body.xqsb-shop-landing-page.dark-theme {
    --xq-zib-bg: #242629;
    --xq-zib-surface: #303236;
    --xq-zib-surface-2: #36383d;
    --xq-zib-text: #f7f8fb;
    --xq-zib-muted: rgba(230, 235, 245, 0.68);
    --xq-zib-border: rgba(255, 255, 255, 0.08);
}

.xq-zib-shop {
    width: min(1400px, calc(100vw - 32px));
    max-width: 100%;
    margin: 18px auto 64px;
    color: var(--xq-zib-text);
    font-family: inherit;
}

.xq-zib-shop a {
    color: inherit;
    text-decoration: none;
}

.xq-zib-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 335px;
    gap: 14px;
    margin-bottom: 14px;
}

.xq-zib-hero-main,
.xq-zib-promo-card,
.xq-zib-widget,
.xq-zib-service-card,
.xq-zib-feature-strip {
    border-radius: 10px;
    background: var(--xq-zib-surface);
    border: 1px solid var(--xq-zib-border);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.xq-zib-hero-main {
    position: relative;
    min-height: 292px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    padding: 36px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.18)),
        var(--xq-hero-img) center/cover no-repeat,
        linear-gradient(135deg, #ff8a00, #ffbd2e);
}

.xq-zib-hero-main::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 74px),
        radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.28), transparent 28%);
}

.xq-zib-hero-main > * {
    position: relative;
    z-index: 1;
}

.xq-zib-hero-main span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 13px;
    font-weight: 700;
}

.xq-zib-hero-main h1 {
    max-width: 720px;
    margin: 18px 0 12px;
    color: #fff;
    font-size: clamp(32px, 3.4vw, 54px);
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 900;
}

.xq-zib-hero-main p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.8;
}

.xq-zib-hero-main > strong {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    color: #d9480f;
    font-size: 15px;
    font-weight: 900;
}

.xq-zib-hero-side {
    display: grid;
    gap: 14px;
}

.xq-zib-promo-card {
    display: flex;
    min-height: 139px;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 176, 0, 0.20), transparent 34%),
        var(--xq-zib-surface);
}

.xq-zib-promo-card span,
.xq-zib-titlebar span,
.xq-zib-feature-strip span {
    color: var(--xq-zib-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.xq-zib-promo-card strong {
    display: block;
    margin-top: 8px;
    color: var(--xq-zib-text);
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
}

.xq-zib-promo-card em {
    display: block;
    margin-top: 8px;
    color: var(--xq-zib-muted);
    font-style: normal;
    font-size: 13px;
    line-height: 1.55;
}

.xq-zib-catbar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 14px;
}

.xq-zib-catbar a {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    min-height: 78px;
    padding: 14px;
    border-radius: 10px;
    background: var(--xq-zib-surface);
    border: 1px solid var(--xq-zib-border);
}

.xq-zib-catbar a > span {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--xq-zib-primary), var(--xq-zib-primary-2));
    font-weight: 900;
}

.xq-zib-catbar strong {
    color: var(--xq-zib-text);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
}

.xq-zib-catbar em {
    min-width: 0;
    color: var(--xq-zib-muted);
    font-size: 12px;
    font-style: normal;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xq-zib-widget {
    padding: 20px;
    margin-top: 14px;
}

.xq-zib-titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
}

.xq-zib-titlebar h2 {
    margin: 5px 0 0;
    color: var(--xq-zib-text);
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.xq-zib-titlebar > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--xq-zib-muted) !important;
    background: var(--xq-zib-surface-2);
    border: 1px solid var(--xq-zib-border);
    font-size: 13px;
    font-weight: 700;
}

.xq-zib-products.product-lists-row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin: 0 !important;
}

.xq-zib-products.product-lists-row > .product-item.posts-item.card {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: var(--xq-zib-surface) !important;
    border: 1px solid var(--xq-zib-border) !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06) !important;
}

.xq-zib-products.product-lists-row > .product-item.posts-item.card::before,
.xq-zib-products.product-lists-row > .product-item.posts-item.card::after {
    display: none !important;
}

.xq-zib-products.product-lists-row > .product-item.posts-item.card > .item-thumbnail {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-width: 0 !important;
    aspect-ratio: 1 / 0.78 !important;
    padding-bottom: 0 !important;
    border-radius: 0 !important;
    background: var(--xq-zib-surface-2) !important;
}

.xq-zib-products.product-lists-row > .product-item.posts-item.card > .item-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}

.xq-zib-products.product-lists-row > .product-item.posts-item.card > .item-body {
    display: block !important;
    padding: 14px !important;
    margin: 0 !important;
    text-align: center !important;
}

.xq-zib-products .item-heading {
    min-height: 44px !important;
    margin: 0 !important;
    color: var(--xq-zib-text) !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
}

.xq-zib-products .item-heading a {
    color: var(--xq-zib-text) !important;
}

.xq-zib-products .item-excerpt {
    min-height: 38px !important;
    margin-top: 8px !important;
    color: var(--xq-zib-muted) !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
}

.xq-zib-products .item-discount-badge {
    justify-content: center;
    margin-top: 10px !important;
}

.xq-zib-products .show-price-box,
.xq-zib-products .show-price-box .price {
    color: #ff3b7f !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.xq-zib-small-grid.product-lists-row > .product-item.posts-item.card {
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    min-height: 112px !important;
}

.xq-zib-small-grid.product-lists-row > .product-item.posts-item.card > .item-thumbnail {
    height: 112px !important;
    aspect-ratio: auto !important;
}

.xq-zib-small-grid.product-lists-row > .product-item.posts-item.card > .item-body {
    text-align: left !important;
}

.xq-zib-small-grid .item-excerpt {
    display: none !important;
}

.xq-zib-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    overflow-x: auto;
}

.xq-zib-tabs button {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: var(--xq-zib-surface-2);
    color: var(--xq-zib-muted);
    font-weight: 800;
    cursor: pointer;
}

.xq-zib-tabs button.active {
    color: #fff;
    background: linear-gradient(135deg, var(--xq-zib-primary), var(--xq-zib-primary-2));
}

.xq-zib-tab-panel {
    display: none;
}

.xq-zib-tab-panel.active {
    display: block;
}

.xq-zib-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.xq-zib-service-card {
    min-height: 78px;
    padding: 16px;
}

.xq-zib-service-card strong {
    display: block;
    color: var(--xq-zib-text);
    font-size: 16px;
    font-weight: 900;
}

.xq-zib-service-card span {
    display: block;
    margin-top: 6px;
    color: var(--xq-zib-muted);
    font-size: 12px;
    line-height: 1.5;
}

.xq-zib-feature-strip {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 14px;
    padding: 18px;
}

.xq-zib-feature-strip img {
    width: 120px;
    height: 84px;
    object-fit: cover;
    border-radius: 10px;
}

.xq-zib-feature-strip h2 {
    margin: 4px 0 6px;
    color: var(--xq-zib-text);
    font-size: 20px;
    line-height: 1.35;
}

.xq-zib-feature-strip p {
    margin: 0;
    color: var(--xq-zib-muted);
    font-size: 13px;
    line-height: 1.7;
}

.xq-zib-feature-strip > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--xq-zib-primary), var(--xq-zib-primary-2));
    font-weight: 900;
}

.xq-zib-empty {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--xq-zib-muted);
    border-radius: 10px;
    background: var(--xq-zib-surface-2);
}

@media (max-width: 991px) {
    .xq-zib-shop {
        width: calc(100vw - 24px);
    }

    .xq-zib-hero-grid,
    .xq-zib-feature-strip {
        grid-template-columns: 1fr;
    }

    .xq-zib-hero-main {
        min-height: 260px;
        padding: 26px;
        align-items: flex-start;
        flex-direction: column;
    }

    .xq-zib-catbar,
    .xq-zib-products.product-lists-row,
    .xq-zib-services {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 560px) {
    .xq-zib-shop {
        width: calc(100vw - 16px);
    }

    .xq-zib-hero-main h1 {
        font-size: 30px;
    }

    .xq-zib-catbar,
    .xq-zib-products.product-lists-row,
    .xq-zib-services {
        grid-template-columns: 1fr !important;
    }

    .xq-zib-small-grid.product-lists-row > .product-item.posts-item.card {
        grid-template-columns: 88px minmax(0, 1fr) !important;
    }

    .xq-zib-feature-strip > a {
        width: 100%;
    }
}

@media (max-width: 991px) {
    body.xqsb-on.xqsb-two-col .shop-term-main > .product-lists-row,
    body.xqsb-on.xqsb-two-col .widget-tab-product .product-lists-row,
    body.xqsb-on.xqsb-two-col .zib-widget > .product-lists-row,
    body.xqsb-on.xqsb-two-col .product-lists-row.ajaxpager:not(.cart-list-box):not(.cart-product) {
        grid-template-columns: 1fr !important;
    }

    body.xqsb-on.xqsb-mobile-two-col .shop-term-main > .product-lists-row,
    body.xqsb-on.xqsb-mobile-two-col .widget-tab-product .product-lists-row,
    body.xqsb-on.xqsb-mobile-two-col .zib-widget > .product-lists-row,
    body.xqsb-on.xqsb-mobile-two-col .product-lists-row.ajaxpager:not(.cart-list-box):not(.cart-product) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    body.xqsb-on.xqsb-mobile-two-col.xqsb-compact-card .product-lists-row > .product-item.posts-item.card {
        display: block !important;
        min-height: 0 !important;
        padding: 52px 10px 12px !important;
    }

    body.xqsb-on.xqsb-mobile-two-col.xqsb-compact-card .product-lists-row > .product-item.posts-item.card > .item-thumbnail {
        width: 100% !important;
        height: auto !important;
        padding-bottom: 76% !important;
    }
}

@media (max-width: 520px) {
    body.xqsb-on.xqsb-compact-card .product-lists-row > .product-item.posts-item.card {
        grid-template-columns: 96px minmax(0, 1fr) !important;
        min-height: 150px !important;
        padding: 52px 12px 14px !important;
    }

    body.xqsb-on.xqsb-compact-card .product-lists-row > .product-item.posts-item.card > .item-thumbnail {
        width: 88px !important;
        height: 88px !important;
        min-width: 88px !important;
    }

    body.xqsb-on .product-lists-row > .product-item.posts-item.card .item-heading {
        font-size: 14px !important;
    }
}

/* 1.4.0 Zibll-style marketplace modules */
body.xqsb-shop-landing-page {
    --xq-demo-bg: #242629;
    --xq-demo-surface: #303236;
    --xq-demo-surface-2: #37393e;
    --xq-demo-text: #f7f8fb;
    --xq-demo-muted: rgba(232, 238, 248, 0.68);
    --xq-demo-border: rgba(255, 255, 255, 0.08);
    --xq-demo-line: rgba(255, 122, 0, 0.42);
    --xq-demo-primary: #ff7a00;
    --xq-demo-pink: #ff3b8a;
    --xq-demo-cyan: #28dff4;
    background: var(--xq-demo-bg);
}

body.white-theme.xqsb-shop-landing-page,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page {
    --xq-demo-bg: #f5f7fb;
    --xq-demo-surface: #fff;
    --xq-demo-surface-2: #f8fafc;
    --xq-demo-text: #1f2937;
    --xq-demo-muted: #667085;
    --xq-demo-border: rgba(15, 23, 42, 0.09);
    --xq-demo-line: rgba(255, 122, 0, 0.28);
}

.xq-demo-shop {
    width: min(1500px, calc(100vw - 48px));
    max-width: 100%;
    margin: 22px auto 70px;
    color: var(--xq-demo-text);
    font-family: inherit;
}

.xq-demo-shop a {
    color: inherit;
    text-decoration: none;
}

.xq-demo-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 14px;
    align-items: stretch;
}

.xq-demo-slider,
.xq-demo-promo,
.xq-demo-cats a,
.xq-demo-shop .xq-zib-widget,
.xq-demo-service-card,
.xq-demo-shop .xq-zib-feature-strip {
    border-radius: 8px;
    border: 1px solid var(--xq-demo-border);
    background: var(--xq-demo-surface);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.12);
}

.xq-demo-slider {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    isolation: isolate;
    border-color: var(--xq-demo-line);
}

.xq-demo-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    transform: scale(1.018);
    pointer-events: none;
    transition: opacity 260ms ease, transform 360ms ease;
}

.xq-demo-slide.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.xq-demo-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #07121f;
}

.xq-demo-abstract {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 38%, rgba(40, 223, 244, 0.22), transparent 22%),
        radial-gradient(circle at 88% 18%, rgba(255, 59, 138, 0.15), transparent 20%),
        repeating-linear-gradient(120deg, rgba(40, 223, 244, 0.08) 0 1px, transparent 1px 64px),
        linear-gradient(115deg, #06111f 0%, #08293a 54%, #13152b 100%);
}

.xq-demo-abstract::before,
.xq-demo-abstract::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(40, 223, 244, 0.34);
    background: rgba(5, 16, 33, 0.62);
    box-shadow: 0 0 24px rgba(40, 223, 244, 0.18);
}

.xq-demo-abstract::before {
    width: 230px;
    height: 150px;
    right: 13%;
    top: 24%;
    border-radius: 18px;
}

.xq-demo-abstract::after {
    width: 142px;
    height: 86px;
    right: 27%;
    top: 34%;
    border-radius: 14px;
    border-color: rgba(255, 59, 138, 0.28);
}

.xq-demo-abstract i {
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    right: 18%;
    top: 34%;
    background: linear-gradient(90deg, transparent, rgba(40, 223, 244, 0.9), transparent);
    box-shadow: 0 0 12px rgba(40, 223, 244, 0.7);
    transform-origin: right center;
}

.xq-demo-abstract i:nth-child(2) {
    top: 42%;
    width: 170px;
    transform: rotate(9deg);
}

.xq-demo-abstract i:nth-child(3) {
    top: 50%;
    width: 150px;
    transform: rotate(-8deg);
    background: linear-gradient(90deg, transparent, rgba(255, 59, 138, 0.85), transparent);
    box-shadow: 0 0 12px rgba(255, 59, 138, 0.62);
}

.xq-demo-abstract i:nth-child(4) {
    top: 58%;
    width: 110px;
    transform: rotate(15deg);
}

.xq-demo-abstract i:nth-child(5) {
    top: 66%;
    width: 190px;
    transform: rotate(-14deg);
    background: linear-gradient(90deg, transparent, rgba(255, 122, 0, 0.74), transparent);
    box-shadow: 0 0 12px rgba(255, 122, 0, 0.56);
}

.xq-demo-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(2, 8, 18, 0.86), rgba(2, 8, 18, 0.48) 48%, rgba(2, 8, 18, 0.18)),
        radial-gradient(circle at 72% 36%, rgba(40, 223, 244, 0.20), transparent 34%),
        linear-gradient(135deg, rgba(255, 59, 138, 0.16), transparent 42%);
}

.xq-demo-slide-copy {
    position: absolute;
    left: clamp(24px, 3.4vw, 50px);
    right: clamp(24px, 3vw, 42px);
    bottom: clamp(24px, 3.2vw, 46px);
    z-index: 2;
    max-width: 770px;
}

.xq-demo-slide-copy > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 32px;
    max-width: 100%;
    padding: 0 16px;
    border-radius: 999px;
    color: #eafbff;
    background: rgba(3, 15, 28, 0.72);
    border: 1px solid rgba(40, 223, 244, 0.48);
    font-size: 13px;
    font-weight: 800;
}

.xq-demo-slide-copy > span::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--xq-demo-cyan);
    box-shadow: 0 0 18px rgba(40, 223, 244, 0.84);
}

.xq-demo-slide-copy h1 {
    max-width: 10.8em;
    margin: 24px 0 14px;
    color: #fff;
    font-size: clamp(38px, 4.2vw, 68px);
    line-height: 1.05;
    letter-spacing: 0;
    font-weight: 900;
    text-wrap: balance;
}

.xq-demo-slide-copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(238, 244, 255, 0.86);
    font-size: 16px;
    line-height: 1.75;
}

.xq-demo-slide-copy strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 22px;
    padding: 0 22px;
    border-radius: 999px;
    color: #111827;
    background: #fff;
    font-size: 14px;
    font-weight: 900;
}

.xq-demo-dots {
    position: absolute;
    left: clamp(24px, 3.4vw, 50px);
    bottom: 16px;
    z-index: 4;
    display: flex;
    gap: 8px;
}

.xq-demo-dots button {
    width: 22px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
    cursor: pointer;
    transition: width 180ms ease, background 180ms ease;
}

.xq-demo-dots button.active {
    width: 38px;
    background: linear-gradient(90deg, var(--xq-demo-primary), var(--xq-demo-pink));
}

.xq-demo-side {
    display: grid;
    gap: 14px;
}

.xq-demo-promo {
    position: relative;
    display: flex;
    min-height: 158px;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 22px 24px;
}

.xq-demo-promo::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 122, 0, 0.20), transparent 38%),
        linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.04));
}

.xq-demo-promo span,
.xq-demo-shop .xq-zib-titlebar span,
.xq-demo-shop .xq-zib-feature-strip span {
    position: relative;
    z-index: 1;
    color: var(--xq-demo-primary);
    font-size: 13px;
    font-weight: 900;
}

.xq-demo-promo strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 12px;
    color: var(--xq-demo-text);
    font-size: clamp(26px, 2vw, 38px);
    line-height: 1.12;
    font-weight: 900;
}

.xq-demo-promo em {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 10px;
    color: var(--xq-demo-muted);
    font-size: 13px;
    line-height: 1.55;
    font-style: normal;
}

.xq-demo-cats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
    margin: 14px 0;
}

.xq-demo-cats a {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
    min-height: 84px;
    padding: 16px;
}

.xq-demo-cats a > span {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--xq-demo-primary), var(--xq-demo-pink));
    font-weight: 900;
}

.xq-demo-cats strong {
    color: var(--xq-demo-text);
    font-size: 17px;
    line-height: 1.25;
    font-weight: 900;
}

.xq-demo-cats em {
    min-width: 0;
    color: var(--xq-demo-muted);
    font-size: 13px;
    line-height: 1.45;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xq-demo-shop .xq-zib-widget {
    margin-top: 14px;
    padding: 22px;
    background: var(--xq-demo-surface);
}

.xq-demo-shop .xq-zib-titlebar h2,
.xq-demo-shop .xq-zib-feature-strip h2,
.xq-demo-shop .xq-zib-products .item-heading,
.xq-demo-shop .xq-zib-products .item-heading a {
    color: var(--xq-demo-text) !important;
}

.xq-demo-shop .xq-zib-titlebar > a {
    color: var(--xq-demo-muted) !important;
    background: var(--xq-demo-surface-2);
    border-color: var(--xq-demo-border);
}

.xq-demo-shop .xq-zib-products.product-lists-row {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(238px, 1fr)) !important;
    gap: 14px !important;
    align-items: stretch !important;
}

.xq-demo-shop .xq-zib-products.product-lists-row > .product-item.posts-item.card {
    min-width: 0 !important;
    max-width: none !important;
    background: var(--xq-demo-surface) !important;
    border-color: rgba(255, 255, 255, 0.09) !important;
}

.xq-demo-shop .xq-zib-main-grid.product-lists-row > .product-item.posts-item.card {
    display: block !important;
}

body.xqsb-on.xqsb-compact-card .xq-demo-shop .xq-zib-main-grid.product-lists-row > .product-item.posts-item.card,
body.xqsb-on.xqsb-compact-card .xq-demo-shop .xq-zib-main-grid.product-lists-row > .product-item.posts-item.card > .item-body {
    display: block !important;
}

body.xqsb-on.xqsb-compact-card .xq-demo-shop .xq-zib-main-grid.product-lists-row > .product-item.posts-item.card {
    min-height: 0 !important;
    padding: 0 !important;
}

body.xqsb-on.xqsb-compact-card .xq-demo-shop .xq-zib-main-grid.product-lists-row > .product-item.posts-item.card > .item-thumbnail {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 0.78 !important;
    padding-bottom: 0 !important;
    border-radius: 0 !important;
}

body.xqsb-on.xqsb-compact-card .xq-demo-shop .xq-zib-main-grid.product-lists-row > .product-item.posts-item.card > .item-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.xqsb-on.xqsb-compact-card .xq-demo-shop .xq-zib-main-grid.product-lists-row > .product-item.posts-item.card > .item-body {
    padding: 14px !important;
    text-align: center !important;
}

.xq-demo-shop .xq-zib-small-grid.product-lists-row {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)) !important;
}

.xq-demo-shop .xq-zib-small-grid.product-lists-row > .product-item.posts-item.card {
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
}

.xq-demo-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.xq-demo-service-card {
    min-height: 86px;
    padding: 18px;
}

.xq-demo-service-card strong {
    display: block;
    color: var(--xq-demo-text);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
}

.xq-demo-service-card span {
    display: block;
    margin-top: 7px;
    color: var(--xq-demo-muted);
    font-size: 13px;
    line-height: 1.55;
}

.xq-demo-shop .xq-zib-feature-strip {
    background: var(--xq-demo-surface);
    border-color: var(--xq-demo-border);
}

.xq-demo-shop .xq-zib-feature-strip p,
.xq-demo-shop .xq-zib-products .item-excerpt {
    color: var(--xq-demo-muted) !important;
}

body.xqsb-on:not(.xqsb-shop-landing-page).xqsb-compact-card .shop-term-main > .product-lists-row > .product-item.posts-item.card,
body.xqsb-on:not(.xqsb-shop-landing-page).xqsb-compact-card .archive-shop .product-lists-row > .product-item.posts-item.card,
body.xqsb-on:not(.xqsb-shop-landing-page).xqsb-compact-card .term-shop_cat .product-lists-row > .product-item.posts-item.card {
    display: block !important;
}

body.xqsb-on:not(.xqsb-shop-landing-page) .shop-term-main > .product-lists-row {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
    gap: 16px !important;
    align-items: stretch !important;
}

body.xqsb-on:not(.xqsb-shop-landing-page) .shop-term-main > .product-lists-row > .product-item.posts-item.card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

@media (max-width: 1199px) {
    .xq-demo-top {
        grid-template-columns: 1fr;
    }

    .xq-demo-side {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
}

@media (max-width: 767px) {
    .xq-demo-shop {
        width: calc(100vw - 24px);
        margin-top: 14px;
    }

    .xq-demo-slider {
        min-height: 430px;
    }

    .xq-demo-slide-copy {
        left: 20px;
        right: 20px;
        bottom: 26px;
    }

    .xq-demo-slide-copy h1 {
        font-size: 38px;
    }

    .xq-demo-slide-copy p {
        font-size: 14px;
    }

    .xq-demo-shop .xq-zib-products.product-lists-row,
    .xq-demo-shop .xq-zib-small-grid.product-lists-row,
    body.xqsb-on:not(.xqsb-shop-landing-page) .shop-term-main > .product-lists-row {
        grid-template-columns: 1fr !important;
    }
}

/* 1.5.0 near-native Zibll shop clone */
body.xqsb-shop-landing-page {
    --xq-clone-bg: var(--body-bg-color, #f5f6f7);
    --xq-clone-surface: var(--main-bg-color, #fff);
    --xq-clone-surface-soft: rgba(127, 127, 127, 0.06);
    --xq-clone-text: var(--main-color, #222);
    --xq-clone-muted: var(--muted-color, #7b8491);
    --xq-clone-border: rgba(136, 146, 158, 0.18);
    --xq-clone-focus: var(--theme-color, #16b597);
    background: var(--xq-clone-bg) !important;
}

body.dark-theme.xqsb-shop-landing-page,
body.dark-mode.xqsb-shop-landing-page {
    --xq-clone-bg: #242629;
    --xq-clone-surface: #303236;
    --xq-clone-surface-soft: rgba(255, 255, 255, 0.055);
    --xq-clone-text: #f4f6f8;
    --xq-clone-muted: rgba(235, 239, 245, 0.66);
    --xq-clone-border: rgba(255, 255, 255, 0.08);
}

.xq-clone-shop {
    width: min(1400px, calc(100vw - 32px));
    max-width: 100%;
    margin: 18px auto 70px;
    color: var(--xq-clone-text);
    font-family: inherit;
}

.xq-clone-shop a {
    color: inherit;
    text-decoration: none;
}

.xq-clone-shop .zib-widget,
.xq-clone-shop .xq-zib-widget,
.xq-clone-top,
.xq-clone-service-bar,
.xq-clone-cats {
    border-radius: var(--main-radius, 8px) !important;
    background: var(--xq-clone-surface) !important;
    border: 1px solid var(--xq-clone-border) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.035) !important;
}

.xq-clone-top {
    padding: 18px !important;
    overflow: hidden;
}

.xq-clone-top-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.xq-clone-top-head span,
.xq-clone-shop .xq-zib-titlebar span {
    color: var(--xq-clone-focus) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

.xq-clone-top-head h1 {
    margin: 5px 0 5px;
    color: var(--xq-clone-text);
    font-size: 25px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: 0;
}

.xq-clone-top-head p {
    max-width: 760px;
    margin: 0;
    color: var(--xq-clone-muted);
    font-size: 14px;
    line-height: 1.65;
}

.xq-clone-top-head > a,
.xq-clone-shop .xq-zib-titlebar > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 15px;
    border-radius: 999px;
    color: #fff !important;
    background: var(--xq-clone-focus) !important;
    font-size: 13px;
    font-weight: 700;
}

.xq-clone-swiper {
    overflow-x: auto;
    padding: 2px 2px 8px;
}

.xq-clone-products {
    display: flex !important;
    gap: 14px;
    margin: 0 !important;
}

.xq-clone-products .swiper-slide {
    flex: 0 0 252px;
    width: 252px;
}

.xq-clone-cover-widget {
    margin-top: 14px;
    padding: 0 !important;
    overflow: hidden;
}

.xq-clone-cover-widget .box-body {
    padding: 16px 18px 0;
}

.xq-clone-cover-widget .widget-content {
    padding: 12px 18px 18px;
}

.xq-clone-cover-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 14px;
}

.xq-clone-cover-item {
    display: block;
    min-width: 0;
}

.xq-clone-cover-item .graphic {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 35% !important;
    overflow: hidden;
    border-radius: var(--main-radius, 8px);
    background: var(--xq-clone-surface-soft);
}

.xq-clone-cover-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xq-clone-cover-item strong {
    display: block;
    margin-top: 8px;
    color: var(--xq-clone-text);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.xq-clone-cover-item span {
    display: block;
    margin-top: 4px;
    color: var(--xq-clone-muted);
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xq-clone-service-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 14px;
    overflow: hidden;
}

.xq-clone-service-bar a {
    min-height: 78px;
    padding: 16px 18px;
    border-right: 1px solid var(--xq-clone-border);
}

.xq-clone-service-bar a:last-child {
    border-right: 0;
}

.xq-clone-service-bar strong {
    display: block;
    color: var(--xq-clone-text);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.xq-clone-service-bar span {
    display: block;
    margin-top: 6px;
    color: var(--xq-clone-muted);
    font-size: 12px;
    line-height: 1.5;
}

.xq-clone-cats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
    gap: 0;
    margin-top: 14px;
    overflow: hidden;
}

.xq-clone-cats a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    min-height: 78px;
    padding: 15px;
    border-right: 1px solid var(--xq-clone-border);
}

.xq-clone-cats a:last-child {
    border-right: 0;
}

.xq-clone-cats a > span {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #fff;
    background: var(--xq-clone-focus);
    font-weight: 800;
}

.xq-clone-cats strong {
    color: var(--xq-clone-text);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
}

.xq-clone-cats em {
    min-width: 0;
    color: var(--xq-clone-muted);
    font-size: 12px;
    line-height: 1.45;
    font-style: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xq-clone-shop .xq-zib-widget {
    margin-top: 14px !important;
    padding: 18px !important;
}

.xq-clone-shop .xq-zib-titlebar {
    margin-bottom: 14px !important;
}

.xq-clone-shop .xq-zib-titlebar h2 {
    margin: 5px 0 0 !important;
    color: var(--xq-clone-text) !important;
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
}

.xq-clone-shop .xq-zib-products.product-lists-row {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
    gap: 14px !important;
    margin: 0 !important;
    align-items: stretch !important;
}

.xq-clone-shop .xq-clone-products .product-item.posts-item.card,
.xq-clone-shop .xq-zib-products.product-lists-row > .product-item.posts-item.card {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: var(--main-radius, 8px) !important;
    background: var(--xq-clone-surface) !important;
    border: 1px solid var(--xq-clone-border) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04) !important;
}

.xq-clone-shop .product-item.posts-item.card::before,
.xq-clone-shop .product-item.posts-item.card::after {
    display: none !important;
}

.xq-clone-shop .product-item.posts-item.card > .item-thumbnail {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 0.86 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: var(--xq-clone-surface-soft) !important;
}

.xq-clone-shop .product-item.posts-item.card > .item-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}

.xq-clone-shop .product-item.posts-item.card > .item-body {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 13px 12px 14px !important;
    text-align: center !important;
}

.xq-clone-shop .product-item .item-heading {
    min-height: 42px !important;
    margin: 0 !important;
    color: var(--xq-clone-text) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
}

.xq-clone-shop .product-item .item-heading a {
    color: var(--xq-clone-text) !important;
}

.xq-clone-shop .product-item .item-excerpt {
    min-height: 34px !important;
    margin-top: 7px !important;
    color: var(--xq-clone-muted) !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
}

.xq-clone-shop .product-item .item-discount-badge {
    justify-content: center !important;
    margin-top: 8px !important;
}

.xq-clone-shop .product-item .show-price-box,
.xq-clone-shop .product-item .show-price-box .price {
    color: var(--focus-color, var(--xq-clone-focus)) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
}

.xq-clone-shop .xq-zib-tabs {
    display: block !important;
    margin: 0 0 15px !important;
    overflow: visible !important;
}

.xq-clone-shop .xq-zib-tabs ul {
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
}

.xq-clone-shop .xq-zib-tabs li {
    flex: 0 0 auto;
}

.xq-clone-shop .xq-zib-tabs button {
    min-height: 34px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--xq-clone-muted);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.xq-clone-shop .xq-zib-tabs li.active button,
.xq-clone-shop .xq-zib-tabs button.active {
    color: #fff;
    background: var(--xq-clone-focus);
}

.xq-clone-shop .xq-zib-small-grid.product-lists-row {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
}

.xq-clone-shop .xq-zib-feature-strip {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.xq-clone-shop .xq-zib-feature-strip img {
    width: 96px;
    height: 72px;
    object-fit: cover;
    border-radius: var(--main-radius, 8px);
}

.xq-clone-shop .xq-zib-feature-strip h2 {
    color: var(--xq-clone-text) !important;
}

.xq-clone-shop .xq-zib-feature-strip p {
    color: var(--xq-clone-muted) !important;
}

@media (max-width: 991px) {
    .xq-clone-shop {
        width: calc(100vw - 24px);
    }

    .xq-clone-service-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xq-clone-service-bar a:nth-child(2n) {
        border-right: 0;
    }

    .xq-clone-products .swiper-slide {
        flex-basis: 230px;
        width: 230px;
    }

    .xq-clone-cover-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .xq-clone-shop {
        width: calc(100vw - 16px);
        margin-top: 12px;
    }

    .xq-clone-top-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .xq-clone-service-bar,
    .xq-clone-cats,
    .xq-clone-shop .xq-zib-products.product-lists-row,
    .xq-clone-shop .xq-zib-small-grid.product-lists-row {
        grid-template-columns: 1fr !important;
    }

    .xq-clone-service-bar a,
    .xq-clone-cats a {
        border-right: 0;
        border-bottom: 1px solid var(--xq-clone-border);
    }

    .xq-clone-service-bar a:last-child,
    .xq-clone-cats a:last-child {
        border-bottom: 0;
    }

    .xq-clone-shop .xq-zib-feature-strip {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .xq-clone-shop .xq-zib-feature-strip > a {
        grid-column: 1 / -1;
        width: 100%;
    }
}

/* 1.5.2 native Zibll shop layout */
body.xqsb-shop-landing-page {
    --xq-native-max: 1400px;
    --xq-native-gap: 18px;
    --xq-native-bg: var(--body-bg-color, #f5f6f7);
    --xq-native-surface: var(--main-bg-color, #fff);
    --xq-native-soft: rgba(127, 127, 127, 0.06);
    --xq-native-text: var(--main-color, #202226);
    --xq-native-muted: var(--muted-color, #7b8491);
    --xq-native-border: rgba(136, 146, 158, 0.16);
    --xq-native-focus: var(--theme-color, #ff7a00);
    background: var(--xq-native-bg) !important;
}

body.dark-theme.xqsb-shop-landing-page,
body.dark-mode.xqsb-shop-landing-page {
    --xq-native-bg: #242629;
    --xq-native-surface: #303236;
    --xq-native-soft: rgba(255, 255, 255, 0.055);
    --xq-native-text: #f5f6f8;
    --xq-native-muted: rgba(235, 239, 245, 0.66);
    --xq-native-border: rgba(255, 255, 255, 0.08);
}

.xq-native-shop {
    width: min(var(--xq-native-max), calc(100vw - 24px));
    margin: 18px auto 72px;
    color: var(--xq-native-text);
}

.xq-native-shop,
.xq-native-shop * {
    box-sizing: border-box;
}

.xq-native-shop a {
    color: inherit;
    text-decoration: none;
}

.xq-native-top-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: var(--xq-native-gap);
    align-items: stretch;
}

.xq-native-main {
    display: grid;
    gap: var(--xq-native-gap);
    min-width: 0;
}

.xq-native-shop .zib-widget,
.xq-native-widget,
.xq-native-service-bar,
.xq-native-cats,
.xq-native-promo-card {
    border: 1px solid var(--xq-native-border) !important;
    border-radius: var(--main-radius, 8px) !important;
    background: var(--xq-native-surface) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.035) !important;
}

.xq-native-widget {
    overflow: hidden;
}

.xq-native-widget .box-body {
    padding: 16px 18px 0 !important;
}

.xq-native-widget .widget-content {
    padding: 14px 18px 18px !important;
}

.xq-native-shop .title-theme {
    color: var(--xq-native-text) !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}

.xq-native-shop .title-theme::before {
    background: var(--xq-native-focus) !important;
}

.xq-native-subtitle {
    margin: -4px 0 12px;
    font-size: 13px;
    line-height: 1.5;
}

.xq-native-cover-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.xq-native-cover-item {
    display: block;
    min-width: 0;
}

.xq-native-cover-list .xq-native-cover-item:first-child {
    grid-column: 1 / -1;
}

.xq-native-cover-item .graphic {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    padding-bottom: 35% !important;
    overflow: hidden !important;
    border-radius: var(--main-radius, 8px) !important;
    background: var(--xq-native-soft) !important;
}

.xq-native-cover-list .xq-native-cover-item:first-child .graphic {
    padding-bottom: 34% !important;
}

.xq-native-cover-media,
.xq-clone-cover-media {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.xq-native-cover-item strong {
    display: block;
    margin-top: 8px;
    color: var(--xq-native-text);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 800;
}

.xq-native-cover-item span {
    display: block;
    margin-top: 3px;
    color: var(--xq-native-muted);
    font-size: 12px;
    line-height: 1.55;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xq-native-side {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: var(--xq-native-gap);
}

.xq-native-promo-card {
    position: relative;
    display: flex;
    min-height: 0;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 22px;
}

.xq-native-promo-card::after {
    content: "";
    position: absolute;
    inset: auto -42px -50px auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 122, 0, 0.23), transparent 68%);
    pointer-events: none;
}

.xq-native-promo-card span {
    position: relative;
    z-index: 1;
    color: var(--xq-native-focus);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 800;
}

.xq-native-promo-card strong {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    color: var(--xq-native-text);
    font-size: 28px;
    line-height: 1.18;
    font-weight: 900;
}

.xq-native-promo-card em {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    color: var(--xq-native-muted);
    font-size: 13px;
    line-height: 1.55;
    font-style: normal;
}

.xq-native-product-swiper .swiper-container {
    margin: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.xq-native-product-swiper .swiper-wrapper-product-lists {
    display: flex !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 0 4px !important;
}

.xq-native-product-swiper .product-item.posts-item.card.swiper-slide {
    flex: 0 0 214px !important;
    width: 214px !important;
}

.xq-native-service-bar {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: var(--xq-native-gap);
    overflow: hidden;
}

.xq-native-service-bar a {
    min-height: 76px;
    padding: 16px 18px;
    border-right: 1px solid var(--xq-native-border);
}

.xq-native-service-bar a:last-child {
    border-right: 0;
}

.xq-native-service-bar strong,
.xq-native-cats strong {
    display: block;
    color: var(--xq-native-text);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
}

.xq-native-service-bar span,
.xq-native-cats em {
    display: block;
    margin-top: 5px;
    color: var(--xq-native-muted);
    font-size: 12px;
    line-height: 1.45;
    font-style: normal;
}

.xq-native-cats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    margin-top: var(--xq-native-gap);
    overflow: hidden;
}

.xq-native-cats a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 12px;
    align-items: center;
    min-height: 78px;
    padding: 15px;
    border-right: 1px solid var(--xq-native-border);
}

.xq-native-cats a:last-child {
    border-right: 0;
}

.xq-native-cats a > span {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #ff9500, #ff6a00);
    font-weight: 900;
}

.xq-native-cats em {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xq-native-shop .xq-native-product-section,
.xq-native-shop .widget-tab-product,
.xq-native-shop .xq-zib-feature-strip {
    margin-top: var(--xq-native-gap) !important;
    padding: 0 !important;
    overflow: hidden;
}

.xq-native-shop .xq-zib-products.product-lists-row {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)) !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
}

.xq-native-shop .xq-zib-small-grid.product-lists-row {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)) !important;
}

body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .product-lists-row > .product-item.posts-item.card,
body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .post-productbox .product-item.posts-item.card,
.xq-native-shop .product-item.posts-item.card {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: var(--main-radius, 8px) !important;
    background: var(--xq-native-surface) !important;
    box-shadow: none !important;
}

body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .product-item.posts-item.card::before,
body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .product-item.posts-item.card::after {
    display: none !important;
}

body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .product-item.posts-item.card > .item-thumbnail {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 0.82 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: var(--main-radius, 8px) !important;
    background: var(--xq-native-soft) !important;
}

body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .product-item.posts-item.card > .item-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: var(--main-radius, 8px) !important;
}

body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .product-item.posts-item.card > .item-body {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 10px 4px 4px !important;
    text-align: center !important;
    background: transparent !important;
}

body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .product-item .item-heading,
body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .product-item .item-heading a {
    min-height: 20px !important;
    margin: 0 !important;
    color: var(--xq-native-text) !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
}

body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .product-item .item-excerpt {
    margin-top: 5px !important;
    color: var(--xq-native-muted) !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
}

body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .product-item .item-discount-badge {
    justify-content: center !important;
    margin-top: 7px !important;
}

body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .product-item .show-price-box,
body.xqsb-on.xqsb-shop-landing-page .xq-native-shop .product-item .show-price-box .price {
    color: var(--focus-color, #ff3b8a) !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

.xq-native-shop .xq-zib-tabs {
    padding: 16px 18px 0 !important;
    margin: 0 0 12px !important;
}

.xq-native-shop .xq-zib-tabs ul {
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 0;
    overflow-x: auto;
}

.xq-native-shop .xq-zib-tabs li {
    flex: 0 0 auto;
}

.xq-native-shop .xq-zib-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 13px;
    border-radius: 999px;
    color: var(--xq-native-muted);
    font-size: 14px;
    font-weight: 800;
}

.xq-native-shop .xq-zib-tabs li.active a,
.xq-native-shop .xq-zib-tabs a.active {
    color: #fff !important;
    background: var(--xq-native-focus) !important;
}

.xq-native-shop .xq-zib-tab-panels {
    padding: 0 18px 18px !important;
}

.xq-native-shop .xq-zib-tab-panel {
    display: none;
}

.xq-native-shop .xq-zib-tab-panel.active {
    display: block;
}

.xq-native-shop .xq-zib-feature-strip {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 18px !important;
}

.xq-native-shop .xq-zib-feature-strip img {
    width: 88px;
    height: 68px;
    object-fit: cover;
    border-radius: var(--main-radius, 8px);
}

.xq-native-shop .xq-zib-feature-strip span {
    color: var(--xq-native-focus);
    font-size: 12px;
    font-weight: 800;
}

.xq-native-shop .xq-zib-feature-strip h2 {
    margin: 4px 0 !important;
    color: var(--xq-native-text) !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
}

.xq-native-shop .xq-zib-feature-strip p {
    margin: 0 !important;
    color: var(--xq-native-muted) !important;
    font-size: 13px !important;
}

.xq-native-shop .xq-zib-feature-strip > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 15px;
    border-radius: 999px;
    color: #fff !important;
    background: var(--xq-native-focus) !important;
    font-size: 13px;
    font-weight: 800;
}

@media (max-width: 991px) {
    .xq-native-top-layout {
        grid-template-columns: 1fr;
    }

    .xq-native-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .xq-native-service-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xq-native-service-bar a:nth-child(2n) {
        border-right: 0;
    }

    .xq-native-product-swiper .product-item.posts-item.card.swiper-slide {
        flex-basis: 198px !important;
        width: 198px !important;
    }
}

@media (max-width: 640px) {
    .xq-native-shop {
        width: calc(100vw - 16px);
        margin-top: 12px;
    }

    .xq-native-cover-list,
    .xq-native-side,
    .xq-native-service-bar,
    .xq-native-cats,
    .xq-native-shop .xq-zib-products.product-lists-row,
    .xq-native-shop .xq-zib-small-grid.product-lists-row {
        grid-template-columns: 1fr !important;
    }

    .xq-native-service-bar a,
    .xq-native-cats a {
        border-right: 0;
        border-bottom: 1px solid var(--xq-native-border);
    }

    .xq-native-service-bar a:last-child,
    .xq-native-cats a:last-child {
        border-bottom: 0;
    }

    .xq-native-widget .box-body,
    .xq-native-shop .xq-zib-tabs {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .xq-native-widget .widget-content,
    .xq-native-shop .xq-zib-tab-panels {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .xq-native-shop .xq-zib-feature-strip {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .xq-native-shop .xq-zib-feature-strip > a {
        grid-column: 1 / -1;
        width: 100%;
    }
}

/* 1.6.0 final marketplace layout */
body.xqsb-shop-landing-page {
    background: #24272b !important;
}

.xq-final-shop {
    --xq-final-bg: #111821;
    --xq-final-bg-2: #1b222b;
    --xq-final-card: rgba(28, 34, 43, 0.92);
    --xq-final-card-2: rgba(36, 42, 52, 0.92);
    --xq-final-border: rgba(255, 255, 255, 0.11);
    --xq-final-border-strong: rgba(255, 255, 255, 0.18);
    --xq-final-text: #f8fafc;
    --xq-final-sub: rgba(226, 232, 240, 0.72);
    --xq-final-muted: rgba(203, 213, 225, 0.56);
    --xq-final-pink: var(--xq-final-price, #ff4f86);
    --xq-final-orange: var(--xq-final-accent, #ff8a00);
    width: min(calc(100vw - 32px), var(--xq-final-max, 1460px));
    margin: 14px auto 36px;
    color: var(--xq-final-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}

.xq-final-shop,
.xq-final-shop * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.xq-final-shop a {
    text-decoration: none !important;
}

.xq-final-announcement,
.xq-final-hero-card,
.xq-final-license-card,
.xq-final-delivery-card,
.xq-final-service-row,
.xq-final-products,
.xq-final-bottom-row {
    border: 1px solid var(--xq-final-border);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(31, 38, 47, 0.96), rgba(22, 29, 38, 0.96));
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
}

.xq-final-announcement {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 42px;
    margin-bottom: 12px;
    padding: 0 18px;
    color: var(--xq-final-sub);
    font-size: 13px;
}

.xq-final-announce-left,
.xq-final-trust-mini {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.xq-final-announce-left span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xq-final-announce-left i,
.xq-final-trust-mini i {
    color: var(--xq-final-sub);
}

.xq-final-announce-left strong {
    padding-right: 12px;
    border-right: 1px solid var(--xq-final-border);
    color: #fff;
}

.xq-final-trust-mini span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.xq-final-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(360px, 0.88fr);
    gap: 14px;
}

.xq-final-hero-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(340px, 1.05fr);
    gap: 24px;
    min-height: 374px;
    padding: 34px 42px;
    background:
        radial-gradient(circle at 78% 22%, rgba(255, 84, 164, 0.22), transparent 30%),
        radial-gradient(circle at 30% 12%, rgba(55, 224, 255, 0.12), transparent 36%),
        linear-gradient(135deg, #21182f 0%, #182135 44%, #121929 100%);
}

.xq-final-hero-card.has-texture::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(115deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: 0.28;
}

.xq-final-hero-slides {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    min-height: 300px;
}

.xq-final-hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(360px, 0.95fr) minmax(340px, 1.05fr);
    gap: 24px;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.xq-final-hero-slide.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.xq-final-hero-copy,
.xq-final-hero-visual,
.xq-final-dots,
.xq-final-hero-actions,
.xq-final-arrow {
    position: relative;
    z-index: 1;
}

.xq-final-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding-bottom: 34px;
}

.xq-final-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: max-content;
    max-width: 100%;
    min-height: 30px;
    margin-bottom: 18px;
    padding: 0 18px;
    border: 1px solid rgba(255, 121, 180, 0.55);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.xq-final-kicker i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6aa8;
    box-shadow: 0 0 14px rgba(255, 106, 168, 0.8);
}

.xq-final-hero-copy h1 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 52px !important;
    line-height: 1.08 !important;
    font-weight: 950 !important;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.xq-final-hero-copy p {
    max-width: 560px;
    margin: 18px 0 0 !important;
    color: var(--xq-final-sub) !important;
    font-size: 18px !important;
    line-height: 1.75 !important;
    font-weight: 600;
}

.xq-final-hero-icons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, auto));
    gap: 14px 20px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--xq-final-border);
}

.xq-final-hero-icons span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    white-space: nowrap;
}

.xq-final-hero-icons i {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.xq-final-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.xq-final-media {
    display: block;
    width: 100%;
    max-width: 460px;
    max-height: 330px;
    object-fit: contain;
    border-radius: 14px;
    filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.42));
}

.xq-final-arrow {
    position: absolute;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-50%);
    cursor: pointer;
    transition: background 0.18s ease, transform 0.18s ease;
}

.xq-final-arrow:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-50%) scale(1.04);
}

.xq-final-arrow.prev {
    left: 14px;
}

.xq-final-arrow.next {
    right: 14px;
}

.xq-final-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    display: flex;
    gap: 12px;
    transform: translateX(-50%);
}

.xq-final-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    cursor: pointer;
}

.xq-final-dots button.active {
    width: 18px;
    border-radius: 999px;
    background: var(--xq-final-pink);
}

.xq-final-hero-actions {
    position: absolute;
    left: 42px;
    bottom: 28px;
    display: flex;
    gap: 12px;
}

.xq-final-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    color: #111827 !important;
    background: linear-gradient(135deg, #38d8ff, #ff4fba);
    font-weight: 950;
}

.xq-final-hero-actions a + a {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--xq-final-border-strong);
}

.xq-final-side {
    display: grid;
    gap: 10px;
}

.xq-final-license-card,
.xq-final-delivery-card {
    padding: 20px;
}

.xq-final-license-card h2,
.xq-final-delivery-card h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
}

.xq-final-license-card h2 i,
.xq-final-delivery-card h2 i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #ff78ad;
    background: rgba(255, 87, 140, 0.16);
}

.xq-final-delivery-card h2 i {
    color: #7cf49c;
    background: rgba(74, 222, 128, 0.16);
}

.xq-final-plans {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.xq-final-plan {
    position: relative;
    display: block;
    min-height: 118px;
    padding: 18px 20px;
    border: 2px solid rgba(255, 79, 134, 0.88);
    border-radius: 8px;
    color: #fff !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.xq-final-plan.highlight {
    border-color: rgba(255, 156, 49, 0.95);
}

.xq-final-plan::before {
    content: "";
    position: absolute;
    left: 12px;
    bottom: 18px;
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 50%;
    opacity: 0.7;
}

.xq-final-plan span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}

.xq-final-plan span b {
    padding: 3px 9px;
    border-radius: 999px;
    color: #fff;
    background: #ff5e9c;
    font-size: 12px;
    line-height: 1;
}

.xq-final-plan.highlight span b {
    color: #4d2900;
    background: #ffb341;
}

.xq-final-plan strong {
    display: block;
    margin-top: 6px;
    color: #ff72aa;
    font-size: 39px;
    line-height: 1;
    font-weight: 950;
    text-align: center;
}

.xq-final-plan.highlight strong {
    color: #ffad46;
}

.xq-final-plan strong small {
    margin-left: 5px;
    color: #fff;
    font-size: 13px;
}

.xq-final-plan em {
    display: block;
    margin-top: 10px;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-style: normal;
}

.xq-final-main-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 12px;
    border-radius: 8px;
    color: #fff !important;
    background: linear-gradient(135deg, #ff6a87, #ff2d72);
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(255, 45, 114, 0.2);
}

.xq-final-delivery-card strong {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 950;
}

.xq-final-delivery-card p {
    margin: 10px 0 16px !important;
    color: var(--xq-final-sub) !important;
    font-size: 13px !important;
}

.xq-final-delivery-card a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    border: 1px solid var(--xq-final-border);
    border-radius: 8px;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.04);
    font-weight: 900;
}

.xq-final-category-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.xq-final-category-row a {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 88px;
    padding: 16px 18px;
    border-radius: 8px;
    color: #111827 !important;
    background: linear-gradient(145deg, #fff, #f4f7fb);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.xq-final-category-row a > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #8b5cf6, #5b73f6);
    font-size: 25px;
}

.xq-final-category-row a:nth-child(2) > i {
    background: linear-gradient(135deg, #ffb020, #ff7a00);
}

.xq-final-category-row a:nth-child(3) > i {
    background: linear-gradient(135deg, #38bdf8, #0f6dfd);
}

.xq-final-category-row a:nth-child(4) > i {
    background: linear-gradient(135deg, #4ade80, #16a34a);
}

.xq-final-category-row strong,
.xq-final-category-row em,
.xq-final-category-row b {
    display: block;
}

.xq-final-category-row strong {
    color: #111827;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 900;
}

.xq-final-category-row em {
    overflow: hidden;
    margin-top: 6px;
    color: #64748b;
    font-size: 12px;
    line-height: 1.35;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xq-final-category-row b {
    margin-top: 4px;
    color: #334155;
    font-size: 12px;
}

.xq-final-service-row,
.xq-final-bottom-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 14px;
}

.xq-final-service-row a,
.xq-final-bottom-row div {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 76px;
    padding: 16px 22px;
    border-right: 1px solid var(--xq-final-border);
    color: var(--xq-final-text) !important;
}

.xq-final-service-row a:last-child,
.xq-final-bottom-row div:last-child {
    border-right: 0;
}

.xq-final-service-row i,
.xq-final-bottom-row i {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--xq-final-border-strong);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.06);
}

.xq-final-service-row strong,
.xq-final-bottom-row strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}

.xq-final-service-row span,
.xq-final-bottom-row span {
    color: var(--xq-final-muted);
    font-size: 12px;
    line-height: 1.4;
}

.xq-final-products {
    margin-top: 10px;
    padding: 16px 22px 24px;
}

.xq-final-section-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-bottom: 16px;
}

.xq-final-section-head span {
    display: block;
    margin-bottom: 8px;
    color: var(--xq-final-orange);
    font-size: 13px;
    font-weight: 900;
}

.xq-final-section-head h2 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 950 !important;
}

.xq-final-product-tabs {
    display: flex;
    align-items: center;
    gap: 34px;
    min-width: 0;
}

.xq-final-product-tabs a {
    position: relative;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    color: var(--xq-final-sub) !important;
    font-weight: 800;
    white-space: nowrap;
}

.xq-final-product-tabs a.active {
    color: var(--xq-final-orange) !important;
}

.xq-final-product-tabs a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 999px;
    background: var(--xq-final-orange);
}

.xq-final-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 15px;
    border: 1px solid var(--xq-final-border);
    border-radius: 999px;
    color: var(--xq-final-sub) !important;
    background: rgba(255, 255, 255, 0.04);
    font-weight: 800;
}

.xq-final-tab-panel {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.xq-final-tab-panel.active {
    display: grid;
}

.xq-final-all-page {
    padding-top: 12px;
}

.xq-final-all-products {
    min-height: 520px;
}

.xq-final-all-products .xq-final-section-head {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--xq-final-border);
}

.xq-final-all-products .xq-final-section-head h1 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
}

.xq-final-all-cats {
    justify-content: center;
}

.xq-final-all-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(520px, 1fr));
    gap: 14px;
}

.xq-final-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    border: 1px dashed var(--xq-final-border-strong);
    border-radius: 8px;
    color: var(--xq-final-sub);
    background: rgba(255, 255, 255, 0.04);
    font-weight: 800;
}

.xq-final-product-card {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 22px;
    min-height: 190px;
    padding: 22px;
    border: 1px solid rgba(255, 121, 187, 0.18);
    border-radius: 8px;
    background:
        radial-gradient(circle at 10% 30%, rgba(255, 91, 163, 0.14), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.xq-final-product-thumb {
    overflow: hidden;
    display: block;
    width: 100%;
    aspect-ratio: 1.55 / 1;
    align-self: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.xq-final-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xq-final-product-info {
    min-width: 0;
}

.xq-final-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 24px;
    margin-bottom: 8px;
}

.xq-final-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: #ff9d25;
    background: rgba(255, 138, 0, 0.1);
    font-size: 12px;
    font-weight: 800;
}

.xq-final-badges span:nth-child(2) {
    color: #ff6aa8;
    background: rgba(255, 79, 134, 0.1);
}

.xq-final-product-card h3 {
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    font-weight: 950 !important;
}

.xq-final-product-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: #fff !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xq-final-product-card p {
    display: -webkit-box;
    overflow: hidden;
    min-height: 42px;
    margin: 10px 0 12px !important;
    color: var(--xq-final-sub) !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xq-final-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.xq-final-product-tags span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 26px;
    padding: 0 9px;
    border: 1px solid var(--xq-final-border);
    border-radius: 6px;
    color: rgba(226, 232, 240, 0.76);
    font-size: 12px;
}

.xq-final-product-tags i {
    color: #49d17d;
}

.xq-final-product-bottom {
    display: grid;
    grid-template-columns: auto 1fr auto 40px;
    gap: 12px;
    align-items: center;
}

.xq-final-product-bottom strong {
    color: var(--xq-final-pink);
    font-size: 22px;
    line-height: 1;
    font-weight: 950;
}

.xq-final-product-bottom small {
    margin-left: 4px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
}

.xq-final-product-bottom em {
    justify-self: end;
    color: var(--xq-final-muted);
    font-size: 12px;
    font-style: normal;
}

.xq-final-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 6px;
    color: #fff !important;
    background: linear-gradient(135deg, #ff6a87, #ff2d72);
    font-weight: 900;
}

.xq-final-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--xq-final-border);
    border-radius: 6px;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.04);
}

.xq-final-bottom-row {
    margin-top: 14px;
}

@media (max-width: 1280px) {
    .xq-final-hero-grid,
    .xq-final-hero-slide,
    .xq-final-tab-panel {
        grid-template-columns: 1fr;
    }

    .xq-final-hero-card {
        min-height: 0;
    }

    .xq-final-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xq-final-section-head {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .xq-final-all-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 920px) {
    .xq-final-announcement,
    .xq-final-trust-mini {
        align-items: flex-start;
        flex-direction: column;
    }

    .xq-final-hero-copy h1 {
        font-size: 38px !important;
    }

    .xq-final-hero-copy p {
        font-size: 15px !important;
    }

    .xq-final-category-row,
    .xq-final-service-row,
    .xq-final-bottom-row,
    .xq-final-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xq-final-product-card {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .xq-final-all-products .xq-final-section-head {
        grid-template-columns: 1fr;
    }

    .xq-final-product-bottom {
        grid-template-columns: 1fr auto;
    }

    .xq-final-product-bottom em {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .xq-final-shop {
        width: calc(100vw - 18px);
        margin-top: 10px;
    }

    .xq-final-hero-card,
    .xq-final-license-card,
    .xq-final-delivery-card,
    .xq-final-products {
        padding: 18px;
    }

    .xq-final-hero-copy h1 {
        font-size: 31px !important;
    }

    .xq-final-hero-slides {
        min-height: 520px;
    }

    .xq-final-hero-actions {
        left: 18px;
        right: 18px;
        bottom: 54px;
        flex-direction: column;
    }

    .xq-final-kicker {
        width: 100%;
        white-space: normal;
    }

    .xq-final-hero-icons,
    .xq-final-category-row,
    .xq-final-service-row,
    .xq-final-bottom-row,
    .xq-final-side,
    .xq-final-plans,
    .xq-final-product-card {
        grid-template-columns: 1fr;
    }

    .xq-final-service-row a,
    .xq-final-bottom-row div {
        border-right: 0;
        border-bottom: 1px solid var(--xq-final-border);
    }

    .xq-final-service-row a:last-child,
    .xq-final-bottom-row div:last-child {
        border-bottom: 0;
    }

    .xq-final-product-tabs {
        overflow-x: auto;
        gap: 22px;
        padding-bottom: 6px;
    }

    .xq-final-product-thumb {
        aspect-ratio: 16 / 9;
    }
}

/* 1.6.3 follow Zibll light theme */
body.white-theme.xqsb-shop-landing-page,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page {
    background: #f3f6fb !important;
}

body.white-theme.xqsb-shop-landing-page .xq-final-shop,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-shop,
.xq-final-shop.xq-final-theme-light {
    --xq-final-bg: #f3f6fb;
    --xq-final-bg-2: #ffffff;
    --xq-final-card: rgba(255, 255, 255, 0.96);
    --xq-final-card-2: rgba(248, 251, 255, 0.96);
    --xq-final-border: rgba(15, 23, 42, 0.1);
    --xq-final-border-strong: rgba(15, 23, 42, 0.16);
    --xq-final-text: #111827;
    --xq-final-sub: #475569;
    --xq-final-muted: #64748b;
    color: var(--xq-final-text);
}

body.white-theme.xqsb-shop-landing-page .xq-final-announcement,
body.white-theme.xqsb-shop-landing-page .xq-final-license-card,
body.white-theme.xqsb-shop-landing-page .xq-final-delivery-card,
body.white-theme.xqsb-shop-landing-page .xq-final-service-row,
body.white-theme.xqsb-shop-landing-page .xq-final-products,
body.white-theme.xqsb-shop-landing-page .xq-final-bottom-row,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-announcement,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-license-card,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-delivery-card,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-service-row,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-products,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-bottom-row,
.xq-final-shop.xq-final-theme-light .xq-final-announcement,
.xq-final-shop.xq-final-theme-light .xq-final-license-card,
.xq-final-shop.xq-final-theme-light .xq-final-delivery-card,
.xq-final-shop.xq-final-theme-light .xq-final-service-row,
.xq-final-shop.xq-final-theme-light .xq-final-products,
.xq-final-shop.xq-final-theme-light .xq-final-bottom-row {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98));
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

body.white-theme.xqsb-shop-landing-page .xq-final-hero-card,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-hero-card,
.xq-final-shop.xq-final-theme-light .xq-final-hero-card {
    background:
        radial-gradient(circle at 78% 22%, rgba(255, 79, 134, 0.14), transparent 30%),
        radial-gradient(circle at 28% 14%, rgba(42, 183, 255, 0.14), transparent 36%),
        linear-gradient(135deg, #fff7fb 0%, #eef6ff 46%, #f8fbff 100%);
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

body.white-theme.xqsb-shop-landing-page .xq-final-hero-card.has-texture::before,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-hero-card.has-texture::before,
.xq-final-shop.xq-final-theme-light .xq-final-hero-card.has-texture::before {
    background-image: linear-gradient(115deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);
    opacity: 0.2;
}

body.white-theme.xqsb-shop-landing-page .xq-final-announce-left strong,
body.white-theme.xqsb-shop-landing-page .xq-final-license-card h2,
body.white-theme.xqsb-shop-landing-page .xq-final-delivery-card h2,
body.white-theme.xqsb-shop-landing-page .xq-final-delivery-card strong,
body.white-theme.xqsb-shop-landing-page .xq-final-section-head h2,
body.white-theme.xqsb-shop-landing-page .xq-final-section-head h1,
body.white-theme.xqsb-shop-landing-page .xq-final-service-row strong,
body.white-theme.xqsb-shop-landing-page .xq-final-bottom-row strong,
body.white-theme.xqsb-shop-landing-page .xq-final-product-card h3 a,
body.white-theme.xqsb-shop-landing-page .xq-final-hero-copy h1,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-announce-left strong,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-license-card h2,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-delivery-card h2,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-delivery-card strong,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-section-head h2,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-section-head h1,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-service-row strong,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-bottom-row strong,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-product-card h3 a,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-hero-copy h1,
.xq-final-shop.xq-final-theme-light .xq-final-announce-left strong,
.xq-final-shop.xq-final-theme-light .xq-final-license-card h2,
.xq-final-shop.xq-final-theme-light .xq-final-delivery-card h2,
.xq-final-shop.xq-final-theme-light .xq-final-delivery-card strong,
.xq-final-shop.xq-final-theme-light .xq-final-section-head h2,
.xq-final-shop.xq-final-theme-light .xq-final-section-head h1,
.xq-final-shop.xq-final-theme-light .xq-final-service-row strong,
.xq-final-shop.xq-final-theme-light .xq-final-bottom-row strong,
.xq-final-shop.xq-final-theme-light .xq-final-product-card h3 a,
.xq-final-shop.xq-final-theme-light .xq-final-hero-copy h1 {
    color: #111827 !important;
    text-shadow: none;
}

body.white-theme.xqsb-shop-landing-page .xq-final-hero-copy p,
body.white-theme.xqsb-shop-landing-page .xq-final-delivery-card p,
body.white-theme.xqsb-shop-landing-page .xq-final-service-row span,
body.white-theme.xqsb-shop-landing-page .xq-final-bottom-row span,
body.white-theme.xqsb-shop-landing-page .xq-final-product-card p,
body.white-theme.xqsb-shop-landing-page .xq-final-hero-icons span,
body.white-theme.xqsb-shop-landing-page .xq-final-trust-mini span,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-hero-copy p,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-delivery-card p,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-service-row span,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-bottom-row span,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-product-card p,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-hero-icons span,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-trust-mini span,
.xq-final-shop.xq-final-theme-light .xq-final-hero-copy p,
.xq-final-shop.xq-final-theme-light .xq-final-delivery-card p,
.xq-final-shop.xq-final-theme-light .xq-final-service-row span,
.xq-final-shop.xq-final-theme-light .xq-final-bottom-row span,
.xq-final-shop.xq-final-theme-light .xq-final-product-card p,
.xq-final-shop.xq-final-theme-light .xq-final-hero-icons span,
.xq-final-shop.xq-final-theme-light .xq-final-trust-mini span {
    color: #475569 !important;
}

body.white-theme.xqsb-shop-landing-page .xq-final-kicker,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-kicker,
.xq-final-shop.xq-final-theme-light .xq-final-kicker {
    color: #334155;
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(255, 79, 134, 0.42);
}

body.white-theme.xqsb-shop-landing-page .xq-final-hero-icons,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-hero-icons,
.xq-final-shop.xq-final-theme-light .xq-final-hero-icons {
    border-top-color: rgba(15, 23, 42, 0.1);
}

body.white-theme.xqsb-shop-landing-page .xq-final-hero-icons i,
body.white-theme.xqsb-shop-landing-page .xq-final-service-row i,
body.white-theme.xqsb-shop-landing-page .xq-final-bottom-row i,
body.white-theme.xqsb-shop-landing-page .xq-final-cart,
body.white-theme.xqsb-shop-landing-page .xq-final-more,
body.white-theme.xqsb-shop-landing-page .xq-final-delivery-card a,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-hero-icons i,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-service-row i,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-bottom-row i,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-cart,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-more,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-delivery-card a,
.xq-final-shop.xq-final-theme-light .xq-final-hero-icons i,
.xq-final-shop.xq-final-theme-light .xq-final-service-row i,
.xq-final-shop.xq-final-theme-light .xq-final-bottom-row i,
.xq-final-shop.xq-final-theme-light .xq-final-cart,
.xq-final-shop.xq-final-theme-light .xq-final-more,
.xq-final-shop.xq-final-theme-light .xq-final-delivery-card a {
    color: #334155 !important;
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.12);
}

body.white-theme.xqsb-shop-landing-page .xq-final-plan,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-plan,
.xq-final-shop.xq-final-theme-light .xq-final-plan {
    color: #111827 !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
}

body.white-theme.xqsb-shop-landing-page .xq-final-plan span,
body.white-theme.xqsb-shop-landing-page .xq-final-plan strong small,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-plan span,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-plan strong small,
.xq-final-shop.xq-final-theme-light .xq-final-plan span,
.xq-final-shop.xq-final-theme-light .xq-final-plan strong small {
    color: #111827;
}

body.white-theme.xqsb-shop-landing-page .xq-final-plan em,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-plan em,
.xq-final-shop.xq-final-theme-light .xq-final-plan em {
    color: #64748b;
}

body.white-theme.xqsb-shop-landing-page .xq-final-product-card,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-product-card,
.xq-final-shop.xq-final-theme-light .xq-final-product-card {
    background:
        radial-gradient(circle at 10% 30%, rgba(255, 79, 134, 0.08), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
    border-color: rgba(15, 23, 42, 0.1);
}

body.white-theme.xqsb-shop-landing-page .xq-final-product-tags span,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-product-tags span,
.xq-final-shop.xq-final-theme-light .xq-final-product-tags span {
    color: #475569;
    background: rgba(15, 23, 42, 0.03);
    border-color: rgba(15, 23, 42, 0.1);
}

body.white-theme.xqsb-shop-landing-page .xq-final-arrow,
body:not(.dark-theme):not(.dark-mode).xqsb-shop-landing-page .xq-final-arrow,
.xq-final-shop.xq-final-theme-light .xq-final-arrow {
    color: #111827;
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(15, 23, 42, 0.12);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
}

/* 1.6.4 shop category archive layout fix */
body.xqsb-on.tax-shop_cat .container,
body.xqsb-on.post-type-archive-shop_product .container {
    width: min(1500px, calc(100vw - 40px)) !important;
    max-width: none !important;
}

body.xqsb-on.tax-shop_cat .shop-term-main,
body.xqsb-on.post-type-archive-shop_product .shop-term-main {
    width: 100% !important;
    max-width: none !important;
    margin: 18px auto 44px !important;
}

body.xqsb-on.tax-shop_cat .shop-term-main > .product-lists-row,
body.xqsb-on.post-type-archive-shop_product .shop-term-main > .product-lists-row {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(286px, 1fr)) !important;
    gap: 18px !important;
    align-items: start !important;
    width: 100% !important;
    margin: 0 !important;
}

body.xqsb-on.tax-shop_cat .shop-term-main > .product-lists-row > .shop-term-header,
body.xqsb-on.post-type-archive-shop_product .shop-term-main > .product-lists-row > .shop-term-header {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 0 2px !important;
}

body.xqsb-on.tax-shop_cat .shop-term-header .shop-cat-filter,
body.xqsb-on.post-type-archive-shop_product .shop-term-header .shop-cat-filter,
body.xqsb-on.tax-shop_cat .shop-cat-filter,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 18px 22px !important;
    border-radius: 12px !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16) !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter .scroll-x,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter .scroll-x,
body.xqsb-on.tax-shop_cat .shop-cat-filter ul,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 24px !important;
    align-items: center !important;
    overflow: visible !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter li,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter li {
    margin: 0 !important;
}

body.xqsb-on.tax-shop_cat .product-lists-row > .product-item.posts-item.card,
body.xqsb-on.post-type-archive-shop_product .product-lists-row > .product-item.posts-item.card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
}

body.xqsb-on.tax-shop_cat.xqsb-compact-card .product-lists-row > .product-item.posts-item.card,
body.xqsb-on.post-type-archive-shop_product.xqsb-compact-card .product-lists-row > .product-item.posts-item.card {
    display: block !important;
    min-height: 430px !important;
}

body.xqsb-on.tax-shop_cat.xqsb-compact-card .product-lists-row > .product-item.posts-item.card > .item-thumbnail,
body.xqsb-on.post-type-archive-shop_product.xqsb-compact-card .product-lists-row > .product-item.posts-item.card > .item-thumbnail {
    width: 100% !important;
    height: 260px !important;
}

body.xqsb-on.tax-shop_cat.xqsb-compact-card .product-lists-row > .product-item.posts-item.card > .item-body,
body.xqsb-on.post-type-archive-shop_product.xqsb-compact-card .product-lists-row > .product-item.posts-item.card > .item-body {
    padding: 18px !important;
    text-align: center;
}

body.dark-theme.xqsb-on.tax-shop_cat,
body.dark-mode.xqsb-on.tax-shop_cat,
body.dark-theme.xqsb-on.post-type-archive-shop_product,
body.dark-mode.xqsb-on.post-type-archive-shop_product {
    background: #242629 !important;
}

body.dark-theme.xqsb-on.tax-shop_cat .shop-cat-filter,
body.dark-mode.xqsb-on.tax-shop_cat .shop-cat-filter,
body.dark-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter,
body.dark-mode.xqsb-on.post-type-archive-shop_product .shop-cat-filter {
    background: linear-gradient(145deg, rgba(48, 50, 54, 0.96), rgba(38, 40, 44, 0.96)) !important;
    border-color: rgba(244, 136, 187, 0.28) !important;
}

body.white-theme.xqsb-on.tax-shop_cat .shop-cat-filter,
body:not(.dark-theme):not(.dark-mode).xqsb-on.tax-shop_cat .shop-cat-filter,
body.white-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter,
body:not(.dark-theme):not(.dark-mode).xqsb-on.post-type-archive-shop_product .shop-cat-filter {
    background: #fff !important;
    border-color: rgba(255, 79, 134, 0.16) !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06) !important;
}

@media (max-width: 768px) {
    body.xqsb-on.tax-shop_cat .container,
    body.xqsb-on.post-type-archive-shop_product .container {
        width: calc(100vw - 18px) !important;
    }

    body.xqsb-on.tax-shop_cat .shop-term-main > .product-lists-row,
    body.xqsb-on.post-type-archive-shop_product .shop-term-main > .product-lists-row {
        grid-template-columns: 1fr !important;
    }
}

/* 1.6.5 product detail recommended cards */
body.xqsb-on.single .single-related-box {
    width: 100% !important;
    max-width: none !important;
    margin: 20px 0 !important;
}

body.xqsb-on.single .single-related-box > .product-lists-row,
body.xqsb-on.single .single-related-box .product-lists-row.ajaxpager {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

body.xqsb-on.single .single-related-box .product-lists-row > .product-item.posts-item.card {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

body.xqsb-on.single .single-related-box .product-lists-row > .product-item.posts-item.card > .item-thumbnail {
    width: 100% !important;
    height: 210px !important;
    min-height: 210px !important;
    border-radius: 12px 12px 0 0 !important;
}

body.xqsb-on.single .single-related-box .product-lists-row > .product-item.posts-item.card > .item-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.xqsb-on.single .single-related-box .product-lists-row > .product-item.posts-item.card > .item-body {
    padding: 16px !important;
    text-align: center !important;
}

body.xqsb-on.single .single-related-box .product-lists-row > .product-item.posts-item.card .item-heading,
body.xqsb-on.single .single-related-box .product-lists-row > .product-item.posts-item.card .item-heading a {
    display: -webkit-box !important;
    overflow: hidden !important;
    min-height: 44px !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.xqsb-on.single .single-related-box .product-lists-row > .ajax-pag,
body.xqsb-on.single .single-related-box .product-lists-row > .post_ajax_loader {
    grid-column: 1 / -1 !important;
}

@media (max-width: 768px) {
    body.xqsb-on.single .single-related-box > .product-lists-row,
    body.xqsb-on.single .single-related-box .product-lists-row.ajaxpager {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    body.xqsb-on.single .single-related-box .product-lists-row > .product-item.posts-item.card > .item-thumbnail {
        height: 150px !important;
        min-height: 150px !important;
    }
}

@media (max-width: 480px) {
    body.xqsb-on.single .single-related-box > .product-lists-row,
    body.xqsb-on.single .single-related-box .product-lists-row.ajaxpager {
        grid-template-columns: 1fr !important;
    }
}

/* 1.6.7 category archive: Zibll-style filter page */
body.xqsb-on.tax-shop_cat .container,
body.xqsb-on.post-type-archive-shop_product .container {
    width: min(1500px, calc(100vw - 36px)) !important;
    max-width: none !important;
}

body.xqsb-on.tax-shop_cat .shop-term-main,
body.xqsb-on.post-type-archive-shop_product .shop-term-main {
    margin-top: 22px !important;
}

body.xqsb-on.tax-shop_cat .shop-term-main > .product-lists-row,
body.xqsb-on.post-type-archive-shop_product .shop-term-main > .product-lists-row {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
    gap: 22px !important;
}

body.xqsb-on.tax-shop_cat .shop-term-main > .product-lists-row > .shop-term-header,
body.xqsb-on.post-type-archive-shop_product .shop-term-main > .product-lists-row > .shop-term-header {
    display: block !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: 0 0 2px !important;
}

body.xqsb-on.tax-shop_cat .shop-term-header .breadcrumb,
body.xqsb-on.post-type-archive-shop_product .shop-term-header .breadcrumb {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    padding: 0 8px !important;
    border: 0 !important;
    background: transparent !important;
    color: #8b949e !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

body.xqsb-on.tax-shop_cat .shop-term-header .breadcrumb li,
body.xqsb-on.post-type-archive-shop_product .shop-term-header .breadcrumb li {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.xqsb-on.tax-shop_cat .shop-term-header .breadcrumb a,
body.xqsb-on.post-type-archive-shop_product .shop-term-header .breadcrumb a {
    color: inherit !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 22px !important;
    overflow: hidden !important;
    border-radius: 9px !important;
    box-shadow: none !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter-tab,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab,
body.xqsb-on.tax-shop_cat .shop-cat-filter-orderby,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-orderby,
body.xqsb-on.tax-shop_cat .shop-cat-filter-child:not(.shop-cat-filter-orderby),
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-child:not(.shop-cat-filter-orderby) {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px 34px !important;
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16) !important;
    white-space: normal !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter-orderby,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-orderby {
    min-height: 54px !important;
    border-bottom: 0 !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter li,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter li,
body.xqsb-on.tax-shop_cat .shop-cat-filter span,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter span,
body.xqsb-on.tax-shop_cat .shop-cat-filter a,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter a {
    float: none !important;
    margin: 0 !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter-tab li,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab li {
    display: inline-flex !important;
    align-items: center !important;
    height: 58px !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter a,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter a,
body.xqsb-on.tax-shop_cat .shop-cat-filter span,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter span {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    color: #6b7280 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter-tab a,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab a,
body.xqsb-on.tax-shop_cat .shop-cat-filter-tab span,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab span {
    color: #374151 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter .focus-color,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter .focus-color,
body.xqsb-on.tax-shop_cat .shop-cat-filter .active > a,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter .active > a,
body.xqsb-on.tax-shop_cat .shop-cat-filter .active > span,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter .active > span {
    color: #14b8a6 !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter-tab .active > a::after,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab .active > a::after,
body.xqsb-on.tax-shop_cat .shop-cat-filter-tab .active > span::after,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab .active > span::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -18px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter-orderby > span:first-child,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-orderby > span:first-child {
    color: #9ca3af !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter .more-btns,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter .more-btns {
    position: absolute !important;
    top: 18px !important;
    right: 22px !important;
    width: auto !important;
    height: 24px !important;
    padding: 0 !important;
    border: 0 !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter .main-search-btn,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter .main-search-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    color: #6b7280 !important;
    font-size: 18px !important;
}

body.xqsb-on.tax-shop_cat .shop-cat-filter-tab,
body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab {
    padding-right: 44px !important;
}

body.white-theme.xqsb-on.tax-shop_cat,
body:not(.dark-theme):not(.dark-mode).xqsb-on.tax-shop_cat,
body.white-theme.xqsb-on.post-type-archive-shop_product,
body:not(.dark-theme):not(.dark-mode).xqsb-on.post-type-archive-shop_product {
    background: #f5f6f8 !important;
}

body.white-theme.xqsb-on.tax-shop_cat .shop-cat-filter,
body:not(.dark-theme):not(.dark-mode).xqsb-on.tax-shop_cat .shop-cat-filter,
body.white-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter,
body:not(.dark-theme):not(.dark-mode).xqsb-on.post-type-archive-shop_product .shop-cat-filter {
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, 0.06) !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04) !important;
}

body.dark-theme.xqsb-on.tax-shop_cat .shop-cat-filter,
body.dark-mode.xqsb-on.tax-shop_cat .shop-cat-filter,
body.dark-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter,
body.dark-mode.xqsb-on.post-type-archive-shop_product .shop-cat-filter {
    background: #2d2f33 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22) !important;
}

body.dark-theme.xqsb-on.tax-shop_cat .shop-cat-filter-tab,
body.dark-mode.xqsb-on.tax-shop_cat .shop-cat-filter-tab,
body.dark-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab,
body.dark-mode.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab,
body.dark-theme.xqsb-on.tax-shop_cat .shop-cat-filter-child,
body.dark-mode.xqsb-on.tax-shop_cat .shop-cat-filter-child,
body.dark-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter-child,
body.dark-mode.xqsb-on.post-type-archive-shop_product .shop-cat-filter-child {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

body.dark-theme.xqsb-on.tax-shop_cat .shop-cat-filter-tab a,
body.dark-mode.xqsb-on.tax-shop_cat .shop-cat-filter-tab a,
body.dark-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab a,
body.dark-mode.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab a,
body.dark-theme.xqsb-on.tax-shop_cat .shop-cat-filter-tab span,
body.dark-mode.xqsb-on.tax-shop_cat .shop-cat-filter-tab span,
body.dark-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab span,
body.dark-mode.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab span {
    color: #e5e7eb !important;
}

body.dark-theme.xqsb-on.tax-shop_cat .shop-cat-filter a,
body.dark-mode.xqsb-on.tax-shop_cat .shop-cat-filter a,
body.dark-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter a,
body.dark-mode.xqsb-on.post-type-archive-shop_product .shop-cat-filter a,
body.dark-theme.xqsb-on.tax-shop_cat .shop-cat-filter span,
body.dark-mode.xqsb-on.tax-shop_cat .shop-cat-filter span,
body.dark-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter span,
body.dark-mode.xqsb-on.post-type-archive-shop_product .shop-cat-filter span {
    color: #aeb6c2 !important;
}

body.dark-theme.xqsb-on.tax-shop_cat .shop-cat-filter .focus-color,
body.dark-mode.xqsb-on.tax-shop_cat .shop-cat-filter .focus-color,
body.dark-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter .focus-color,
body.dark-mode.xqsb-on.post-type-archive-shop_product .shop-cat-filter .focus-color,
body.dark-theme.xqsb-on.tax-shop_cat .shop-cat-filter .active > a,
body.dark-mode.xqsb-on.tax-shop_cat .shop-cat-filter .active > a,
body.dark-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter .active > a,
body.dark-mode.xqsb-on.post-type-archive-shop_product .shop-cat-filter .active > a,
body.dark-theme.xqsb-on.tax-shop_cat .shop-cat-filter .active > span,
body.dark-mode.xqsb-on.tax-shop_cat .shop-cat-filter .active > span,
body.dark-theme.xqsb-on.post-type-archive-shop_product .shop-cat-filter .active > span,
body.dark-mode.xqsb-on.post-type-archive-shop_product .shop-cat-filter .active > span {
    color: #f04494 !important;
}

@media (max-width: 768px) {
    body.xqsb-on.tax-shop_cat .container,
    body.xqsb-on.post-type-archive-shop_product .container {
        width: calc(100vw - 20px) !important;
    }

    body.xqsb-on.tax-shop_cat .shop-cat-filter,
    body.xqsb-on.post-type-archive-shop_product .shop-cat-filter {
        padding: 0 16px !important;
    }

    body.xqsb-on.tax-shop_cat .shop-cat-filter-tab,
    body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab,
    body.xqsb-on.tax-shop_cat .shop-cat-filter-orderby,
    body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-orderby,
    body.xqsb-on.tax-shop_cat .shop-cat-filter-child:not(.shop-cat-filter-orderby),
    body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-child:not(.shop-cat-filter-orderby) {
        gap: 10px 20px !important;
    }

    body.xqsb-on.tax-shop_cat .shop-cat-filter-tab a,
    body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab a,
    body.xqsb-on.tax-shop_cat .shop-cat-filter-tab span,
    body.xqsb-on.post-type-archive-shop_product .shop-cat-filter-tab span {
        font-size: 16px !important;
    }
}

/* 1.6.9 heart wallpaper basic detail page */
body.xqsb-heart-basic-detail-page .article-content,
body.xqsb-heart-basic-detail-page .wp-posts-content,
body.xqsb-heart-basic-detail-page .entry-content {
    overflow: visible !important;
}

.xq-heart-basic-detail,
.xq-heart-basic-detail * {
    box-sizing: border-box;
}

.xq-heart-basic-detail {
    --heart-pink: #f05aa8;
    --heart-purple: #8a62d8;
    --heart-blue: #42bfd6;
    --heart-ink: #1e2430;
    --heart-muted: #6f7685;
    --heart-line: rgba(219, 128, 184, 0.22);
    width: min(1220px, 100%);
    margin: 0 auto 34px;
    color: var(--heart-ink);
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

.xq-heart-basic-detail img {
    display: block;
    max-width: 100%;
}

.xq-heart-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.72fr);
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
    overflow: hidden;
    min-height: 560px;
    padding: clamp(34px, 5vw, 72px);
    border: 1px solid rgba(240, 90, 168, 0.22);
    border-radius: 28px;
    background:
        radial-gradient(circle at 80% 18%, rgba(66, 191, 214, 0.18), transparent 28%),
        radial-gradient(circle at 10% 12%, rgba(240, 90, 168, 0.22), transparent 32%),
        linear-gradient(135deg, rgba(255, 246, 251, 0.98), rgba(244, 252, 255, 0.96));
    box-shadow: 0 24px 70px rgba(166, 94, 137, 0.18);
}

.xq-heart-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.66) 42% 43%, transparent 43% 100%),
        repeating-linear-gradient(90deg, rgba(240, 90, 168, 0.045) 0 1px, transparent 1px 72px);
}

.xq-heart-hero-copy,
.xq-heart-phone-stack {
    position: relative;
    z-index: 1;
}

.xq-heart-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    color: #b72e7e;
    font-size: 14px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(240, 90, 168, 0.24);
    box-shadow: 0 12px 28px rgba(240, 90, 168, 0.12);
}

.xq-heart-hero h2,
.xq-heart-section-head h3,
.xq-heart-admin h3 {
    margin: 0;
    color: var(--heart-ink);
    letter-spacing: 0;
    font-weight: 900;
}

.xq-heart-hero h2 {
    max-width: 8.5em;
    margin-top: 24px;
    font-size: clamp(42px, 5.2vw, 72px);
    line-height: 1.08;
}

.xq-heart-hero p {
    max-width: 660px;
    margin: 22px 0 0;
    color: var(--heart-muted);
    font-size: 18px;
    line-height: 1.9;
}

.xq-heart-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.xq-heart-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
    border-radius: 999px;
    color: #8d3d72;
    font-size: 14px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(240, 90, 168, 0.18);
}

.xq-heart-boundary {
    margin-top: 32px;
    padding: 20px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(240, 90, 168, 0.26);
}

.xq-heart-boundary strong,
.xq-heart-delivery strong,
.xq-heart-notice strong {
    display: block;
    color: #b72e7e;
    font-size: 17px;
    font-weight: 900;
}

.xq-heart-boundary p {
    margin: 8px 0 0;
    color: #596172;
    font-size: 14px;
    line-height: 1.8;
}

.xq-heart-phone-stack {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    align-items: center;
    min-height: 520px;
}

.xq-heart-phone-stack img {
    width: min(280px, 100%);
    aspect-ratio: 1179 / 2556;
    object-fit: cover;
    border-radius: 30px;
    border: 8px solid rgba(255, 255, 255, 0.92);
    box-shadow: 0 28px 52px rgba(87, 44, 82, 0.24);
}

.xq-heart-phone-stack img:first-child {
    justify-self: end;
    transform: rotate(-7deg) translateX(26px);
}

.xq-heart-phone-stack img:last-child {
    justify-self: start;
    transform: rotate(7deg) translateY(-16px);
}

.xq-heart-feature-grid,
.xq-heart-delivery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.xq-heart-feature-grid > div,
.xq-heart-delivery-grid > div,
.xq-heart-notice {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--heart-line);
    box-shadow: 0 18px 42px rgba(132, 88, 115, 0.08);
}

.xq-heart-feature-grid > div {
    min-height: 186px;
    padding: 22px;
}

.xq-heart-feature-grid b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--heart-pink), var(--heart-blue));
    font-size: 14px;
}

.xq-heart-feature-grid strong {
    display: block;
    margin-top: 18px;
    color: var(--heart-ink);
    font-size: 19px;
    font-weight: 900;
}

.xq-heart-feature-grid p {
    margin: 10px 0 0;
    color: var(--heart-muted);
    font-size: 14px;
    line-height: 1.75;
}

.xq-heart-showcase,
.xq-heart-admin,
.xq-heart-delivery,
.xq-heart-notice {
    margin-top: 24px;
}

.xq-heart-section-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.xq-heart-section-head span,
.xq-heart-admin span {
    color: var(--heart-pink);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.xq-heart-section-head h3,
.xq-heart-admin h3 {
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.2;
}

.xq-heart-section-head p,
.xq-heart-admin p {
    margin: 0;
    color: var(--heart-muted);
    font-size: 15px;
    line-height: 1.75;
}

.xq-heart-screen-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.xq-heart-screen-grid figure {
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--heart-line);
    box-shadow: 0 22px 46px rgba(132, 88, 115, 0.10);
}

.xq-heart-screen-grid img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: top center;
}

.xq-heart-screen-grid figcaption {
    padding: 14px 16px 16px;
    color: #8d3d72;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.xq-heart-admin {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(360px, 1fr);
    gap: 28px;
    align-items: center;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 24px;
    background:
        radial-gradient(circle at 82% 10%, rgba(66, 191, 214, 0.14), transparent 26%),
        linear-gradient(135deg, #fff, #fff6fb);
    border: 1px solid var(--heart-line);
}

.xq-heart-admin ul,
.xq-heart-delivery ul {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.xq-heart-admin li,
.xq-heart-delivery li {
    position: relative;
    margin-top: 11px;
    padding-left: 22px;
    color: #596172;
    font-size: 14px;
    line-height: 1.7;
}

.xq-heart-admin li::before,
.xq-heart-delivery li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--heart-pink);
}

.xq-heart-admin img {
    width: 100%;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 24px 44px rgba(74, 36, 66, 0.14);
}

.xq-heart-delivery {
    padding: clamp(24px, 4vw, 42px);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 252, 255, 0.96));
    border: 1px solid var(--heart-line);
}

.xq-heart-delivery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 8px;
}

.xq-heart-delivery-grid > div {
    padding: 24px;
}

.xq-heart-delivery .is-include li::before {
    background: #28c98f;
}

.xq-heart-delivery .is-exclude li::before {
    background: #f05a7f;
}

.xq-heart-notice {
    padding: 24px;
}

.xq-heart-notice p {
    margin: 8px 0 0;
    color: #596172;
    font-size: 15px;
    line-height: 1.8;
}

body.dark-theme .xq-heart-basic-detail,
body.dark-mode .xq-heart-basic-detail {
    --heart-ink: #f8fbff;
    --heart-muted: rgba(224, 232, 245, 0.72);
    --heart-line: rgba(244, 136, 187, 0.22);
}

body.dark-theme .xq-heart-hero,
body.dark-mode .xq-heart-hero,
body.dark-theme .xq-heart-admin,
body.dark-mode .xq-heart-admin,
body.dark-theme .xq-heart-delivery,
body.dark-mode .xq-heart-delivery {
    background:
        radial-gradient(circle at 80% 18%, rgba(66, 191, 214, 0.12), transparent 28%),
        radial-gradient(circle at 10% 12%, rgba(240, 90, 168, 0.16), transparent 32%),
        linear-gradient(135deg, #1f2228, #2a2430) !important;
    border-color: rgba(244, 136, 187, 0.22);
}

body.dark-theme .xq-heart-feature-grid > div,
body.dark-mode .xq-heart-feature-grid > div,
body.dark-theme .xq-heart-delivery-grid > div,
body.dark-mode .xq-heart-delivery-grid > div,
body.dark-theme .xq-heart-screen-grid figure,
body.dark-mode .xq-heart-screen-grid figure,
body.dark-theme .xq-heart-notice,
body.dark-mode .xq-heart-notice,
body.dark-theme .xq-heart-boundary,
body.dark-mode .xq-heart-boundary {
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.10);
}

body.dark-theme .xq-heart-boundary p,
body.dark-mode .xq-heart-boundary p,
body.dark-theme .xq-heart-admin li,
body.dark-mode .xq-heart-admin li,
body.dark-theme .xq-heart-delivery li,
body.dark-mode .xq-heart-delivery li,
body.dark-theme .xq-heart-notice p,
body.dark-mode .xq-heart-notice p,
body.dark-theme .xq-heart-feature-grid p,
body.dark-mode .xq-heart-feature-grid p {
    color: rgba(224, 232, 245, 0.72);
}

@media (max-width: 1024px) {
    .xq-heart-hero,
    .xq-heart-admin {
        grid-template-columns: 1fr;
    }

    .xq-heart-phone-stack {
        justify-content: center;
    }

    .xq-heart-feature-grid,
    .xq-heart-screen-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .xq-heart-hero {
        min-height: 0;
        padding: 26px 18px;
        border-radius: 20px;
    }

    .xq-heart-hero h2 {
        font-size: 36px;
    }

    .xq-heart-phone-stack {
        min-height: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xq-heart-phone-stack img {
        border-width: 5px;
        border-radius: 20px;
    }

    .xq-heart-feature-grid,
    .xq-heart-screen-grid,
    .xq-heart-delivery-grid {
        grid-template-columns: 1fr;
    }

    .xq-heart-screen-grid img {
        height: 520px;
    }
}
