/* Marketplace template. Every rule is scoped to the opt-in template. */
.client-template-luxe {
    --market-ink: #151a2d;
    --market-muted: #66708a;
    --market-line: #dde3ef;
    --market-bg: #f1f4fa;
    --market-card: #ffffff;
    --market-accent: #5b42d6;
    --market-accent-dark: #4431a9;
    --market-green: #069b72;
    --market-orange: #f39b18;
    --market-content-width: 1600px;
    color: var(--market-ink);
    background: var(--market-bg);
}

.client-template-luxe.market-menu-open {
    overflow: hidden;
    padding-right: var(--market-scrollbar-compensation, 0px);
}

.client-template-luxe .market-site-header {
    position: sticky;
    top: 0;
    z-index: 1050;
    height: 66px;
    border-bottom: 1px solid var(--market-line);
    background: #ffffff;
}

.client-template-luxe .market-site-header-inner {
    position: relative;
    width: calc(100% - 30px);
    max-width: var(--market-content-width) !important;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.client-template-luxe .market-brand {
    max-width: 210px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}

.client-template-luxe .market-brand img {
    max-width: 100%;
    max-height: 42px;
    display: block;
    object-fit: contain;
    object-position: left center;
}

.client-template-luxe .market-brand-text {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: var(--market-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.client-template-luxe .market-brand-text[hidden] {
    display: none !important;
}

.client-template-luxe .market-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.client-template-luxe .market-language-control {
    height: 38px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--market-line);
    border-radius: 7px;
    color: var(--market-ink);
    background: #ffffff;
}

.client-template-luxe .market-language-control i {
    color: #2ba9d2;
    font-size: 12px;
}

.client-template-luxe .market-language-control select {
    max-width: 78px;
    border: 0;
    outline: 0;
    color: var(--market-ink);
    background: transparent;
    font-size: 11px;
    font-weight: 750;
    cursor: pointer;
}

.client-template-luxe .market-gtranslate {
    max-width: 130px;
    overflow: hidden;
}

.client-template-luxe .market-menu-toggle {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--market-line);
    border-radius: 7px;
    color: var(--market-ink);
    background: #ffffff;
    font-size: 17px;
    cursor: pointer;
}

.client-template-luxe .market-menu-toggle:hover,
.client-template-luxe .market-menu-toggle[aria-expanded="true"] {
    border-color: #a99ee8;
    color: var(--market-accent);
    background: #f5f3ff;
}

.client-template-luxe .market-menu-panel[hidden],
.client-template-luxe .market-menu-backdrop[hidden] {
    display: none !important;
}

.client-template-luxe .market-menu-panel {
    position: absolute;
    top: 58px;
    right: 12px;
    z-index: 1060;
    width: 292px;
    max-height: calc(100vh - 82px);
    padding: 14px;
    overflow-y: auto;
    border: 1px solid var(--market-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 46px rgba(18, 24, 41, .18);
}

.client-template-luxe .market-menu-backdrop {
    position: fixed;
    inset: 66px 0 0;
    z-index: 1040;
    background: rgba(21, 26, 45, .18);
}

.client-template-luxe .market-menu-account {
    padding: 3px 5px 12px;
}

.client-template-luxe .market-menu-account span,
.client-template-luxe .market-menu-account strong,
.client-template-luxe .market-menu-account small {
    display: block;
}

.client-template-luxe .market-menu-account > span,
.client-template-luxe .market-menu-label {
    margin: 0;
    color: #7d879d;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0;
}

.client-template-luxe .market-menu-account strong {
    margin-top: 5px;
    overflow: hidden;
    color: var(--market-ink);
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.client-template-luxe .market-menu-account small {
    margin-top: 2px;
    color: var(--market-green);
    font-size: 10px;
}

.client-template-luxe .market-menu-label {
    margin-top: 10px;
    padding: 10px 7px 5px;
    border-top: 1px solid #edf0f6;
}

.client-template-luxe .market-menu-links {
    display: grid;
    gap: 2px;
}

.client-template-luxe .market-menu-links a {
    min-height: 36px;
    padding: 0 8px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    border-radius: 6px;
    color: var(--market-ink);
    font-size: 11px;
    font-weight: 650;
    text-decoration: none;
}

.client-template-luxe .market-menu-links a:hover {
    color: var(--market-accent-dark);
    background: #f3f1ff;
}

.client-template-luxe .market-menu-links a i {
    color: var(--market-accent);
    text-align: center;
}

.client-template-luxe .market-menu-account-links {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding-bottom: 4px;
}

.client-template-luxe .market-menu-account-links a {
    min-height: 40px;
    grid-template-columns: 25px minmax(0, 1fr);
    border: 1px solid #e6e9f1;
    background: #fafbfe;
}

.client-template-luxe .market-menu-help-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px 5px;
}

.client-template-luxe .market-menu-help-links a {
    min-height: 34px;
    grid-template-columns: 24px minmax(0, 1fr);
    padding: 0 6px;
}

.client-template-luxe .market-menu-currency {
    margin-top: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #e7eaf2;
    border-radius: 7px;
    background: #f8f9fc;
}

.client-template-luxe .market-menu-currency label {
    margin: 0;
    color: var(--market-muted);
    font-size: 10px;
}

.client-template-luxe .market-menu-currency select {
    max-width: 90px;
    border: 0;
    outline: 0;
    color: var(--market-ink);
    background: transparent;
    font-size: 10px;
    font-weight: 750;
}

.client-template-luxe .market-menu-special,
.client-template-luxe .market-menu-logout {
    min-height: 38px;
    margin-top: 7px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 750;
    text-decoration: none;
}

.client-template-luxe .market-menu-special {
    color: #ffffff;
    background: var(--market-accent);
}

.client-template-luxe .market-menu-logout {
    color: #b23b4c;
    background: #fff1f3;
}

.client-template-luxe .market-mobile-tabs {
    display: none;
}

.client-template-luxe .header-top,
.client-template-luxe .header-part,
.client-template-luxe .navbar-part {
    background: #ffffff !important;
    border-color: var(--market-line) !important;
}

.client-template-luxe .header-top {
    border-bottom: 1px solid var(--market-line);
}

.client-template-luxe .header-top a,
.client-template-luxe .header-top p,
.client-template-luxe .header-select,
.client-template-luxe .header-select select,
.client-template-luxe .navbar-link,
.client-template-luxe .header-widget,
.client-template-luxe .header-widget span,
.client-template-luxe .header-widget p {
    color: var(--market-ink) !important;
}

.client-template-luxe .header-content {
    min-height: 72px;
}

.client-template-luxe .header-form {
    border: 1px solid var(--market-line) !important;
    border-radius: 8px !important;
    background: #f7f8fc !important;
}

.client-template-luxe .navbar-list {
    gap: 5px;
}

.client-template-luxe .navbar-link {
    padding: 11px 13px !important;
    border-radius: 6px;
}

.client-template-luxe .navbar-link:hover,
.client-template-luxe .navbar-item:hover > .navbar-link {
    color: var(--market-accent) !important;
    background: #f0edff !important;
}

.client-template-luxe .market-page {
    min-height: 70vh;
    color: var(--market-ink);
    background: var(--market-bg);
}

.client-template-luxe .market-page .container {
    width: calc(100% - 30px);
    max-width: var(--market-content-width) !important;
}

.client-template-luxe .market-hero {
    padding: 54px 0 42px;
    color: #ffffff;
    background: #4d36b5;
}

.client-template-luxe .market-hero-inner {
    text-align: center;
}

.client-template-luxe .market-eyebrow {
    margin: 0 0 12px;
    color: #ddd7ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.client-template-luxe .market-eyebrow i {
    margin-right: 7px;
    color: #7ce0b9;
}

.client-template-luxe .market-hero h1 {
    max-width: 820px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.client-template-luxe .market-hero-copy {
    max-width: 680px;
    margin: 17px auto 0;
    color: #e3dfff;
    font-size: 15px;
    line-height: 1.7;
}

.client-template-luxe .market-hero-actions {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.client-template-luxe .market-primary-action,
.client-template-luxe .market-secondary-action {
    min-width: 150px;
    height: 46px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
}

.client-template-luxe .market-primary-action {
    border: 1px solid #ffffff;
    color: var(--market-accent-dark);
    background: #ffffff;
}

.client-template-luxe .market-secondary-action {
    border: 1px solid rgba(255, 255, 255, .5);
    color: #ffffff;
    background: transparent;
}

.client-template-luxe .market-primary-action:hover,
.client-template-luxe .market-secondary-action:hover {
    transform: translateY(-1px);
}

.client-template-luxe .market-stats {
    max-width: 540px;
    margin: 26px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-template-luxe .market-stats div {
    min-width: 0;
    padding: 0 16px;
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.client-template-luxe .market-stats div:last-child {
    border-right: 0;
}

.client-template-luxe .market-stats strong,
.client-template-luxe .market-stats span {
    display: block;
}

.client-template-luxe .market-stats strong {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2;
}

.client-template-luxe .market-stats span {
    margin-top: 5px;
    color: #d7d1fb;
    font-size: 10px;
}

.client-template-luxe .market-trust-band {
    border-bottom: 1px solid var(--market-line);
    background: #ffffff;
}

.client-template-luxe .market-trust-list {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    color: #5f6c86;
    font-size: 12px;
    font-weight: 650;
}

.client-template-luxe .market-trust-list span {
    white-space: nowrap;
}

.client-template-luxe .market-trust-list i {
    margin-right: 8px;
    color: var(--market-accent);
}

.client-template-luxe .market-trust-list span:nth-child(3) i {
    color: #1699c5;
}

.client-template-luxe .market-trust-list span:nth-child(4) i {
    color: var(--market-orange);
}

.client-template-luxe .market-surface {
    padding: 30px 0 54px;
    background: var(--market-bg);
}

.client-template-luxe .market-promo-grid {
    margin-bottom: 18px;
    display: grid;
    gap: 14px;
}

.client-template-luxe .market-promo-count-1 {
    grid-template-columns: minmax(0, 1fr);
}

.client-template-luxe .market-promo-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-template-luxe .market-promo-count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.client-template-luxe .market-promo-count-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-template-luxe .market-promo-card {
    min-width: 0;
    min-height: 126px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    border: 1px solid var(--market-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(28, 37, 62, .06);
}

.client-template-luxe .market-promo-media {
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f46e5;
    background: #eef2ff;
}

.client-template-luxe .market-promo-tone-2 .market-promo-media {
    color: #078562;
    background: #e9fbf6;
}

.client-template-luxe .market-promo-tone-3 .market-promo-media {
    color: #d67508;
    background: #fff5e6;
}

.client-template-luxe .market-promo-tone-4 .market-promo-media {
    color: #cc3f64;
    background: #fff0f4;
}

.client-template-luxe .market-promo-media > i {
    font-size: 17px;
}

.client-template-luxe .market-promo-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.client-template-luxe .market-promo-has-image {
    min-height: 224px;
    display: flex;
    flex-direction: column;
}

.client-template-luxe .market-promo-has-image .market-promo-media,
.client-template-luxe .market-promo-has-image .market-promo-media img {
    min-height: 108px;
    max-height: 132px;
}

.client-template-luxe .market-promo-body {
    min-width: 0;
    padding: 15px 16px;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

.client-template-luxe .market-promo-body > span {
    margin-bottom: 5px;
    color: var(--market-accent);
    font-size: 9px;
    font-weight: 800;
}

.client-template-luxe .market-promo-body h2 {
    width: 100%;
    margin: 0;
    color: var(--market-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.client-template-luxe .market-promo-body p {
    width: 100%;
    margin: 7px 0 0;
    overflow: hidden;
    display: -webkit-box;
    color: var(--market-muted);
    font-size: 12px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.client-template-luxe .market-promo-body a {
    margin-top: auto;
    padding-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--market-accent);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

.client-template-luxe .market-promo-count-1 .market-promo-card {
    min-height: 134px;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
}

.client-template-luxe .market-promo-count-1 .market-promo-media {
    height: 100%;
    max-height: none;
}

.client-template-luxe .market-promo-count-1 .market-promo-has-image {
    min-height: 178px;
    grid-template-columns: minmax(220px, 30%) minmax(0, 1fr);
}

.client-template-luxe .market-promo-count-1 .market-promo-has-image .market-promo-media,
.client-template-luxe .market-promo-count-1 .market-promo-has-image .market-promo-media img {
    min-height: 178px;
    max-height: none;
}

.client-template-luxe .market-promo-count-1 .market-promo-body {
    justify-content: center;
    padding: 22px 26px;
}

.client-template-luxe .market-promo-count-1 .market-promo-body h2 {
    font-size: 20px;
}

.client-template-luxe .market-promo-legacy {
    margin-bottom: 18px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid var(--market-line);
    border-radius: 8px;
    background: #ffffff;
}

.client-template-luxe .market-promo-legacy > div {
    max-width: 100%;
}

.client-template-luxe .market-promo-legacy > div > * {
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.client-template-luxe .market-search {
    width: 100%;
    min-height: 56px;
    padding: 6px 6px 6px 18px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--market-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 9px 24px rgba(28, 37, 62, .07);
}

.client-template-luxe .market-search > i {
    color: #8d98af;
}

.client-template-luxe .market-search input {
    min-width: 0;
    height: 40px;
    border: 0;
    outline: 0;
    color: var(--market-ink);
    background: transparent;
    font-size: 13px;
}

.client-template-luxe .market-search button {
    height: 42px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
}

.client-template-luxe .market-search button[type="submit"] {
    border: 1px solid var(--market-accent);
    color: #ffffff;
    background: var(--market-accent);
}

.client-template-luxe .market-category-jump {
    border: 1px solid var(--market-line);
    color: var(--market-ink);
    background: #ffffff;
}

.client-template-luxe .market-section {
    padding-top: 34px;
    scroll-margin-top: 100px;
}

.client-template-luxe .market-products-section {
    padding-top: 42px;
}

.client-template-luxe .market-section-head {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.client-template-luxe .market-section-head p {
    margin: 0 0 3px;
    color: var(--market-accent);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0;
}

.client-template-luxe .market-section-head h2 {
    margin: 0;
    color: var(--market-ink);
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0;
}

.client-template-luxe .market-text-action {
    padding: 7px 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    color: var(--market-accent);
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.client-template-luxe .market-category-grid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 8px;
}

.client-template-luxe .market-category-grid:not(.is-expanded) .market-category-tile:nth-child(n+13) {
    display: none;
}

.client-template-luxe .market-category-tile {
    min-width: 0;
    height: 96px;
    padding: 10px 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--market-line) !important;
    border-radius: 8px !important;
    color: var(--market-ink) !important;
    background: #ffffff !important;
    box-shadow: none !important;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.client-template-luxe .market-category-tile > span:last-child {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: anywhere;
}

.client-template-luxe .market-category-tile:hover,
.client-template-luxe .market-category-tile.active {
    border-color: #9e91e8 !important;
    color: var(--market-accent-dark) !important;
    background: #f7f5ff !important;
    transform: translateY(-2px);
}

.client-template-luxe .market-category-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    border-radius: 8px;
    color: var(--market-accent);
    background: #f1efff;
    font-size: 20px;
    overflow: hidden;
}

.client-template-luxe .market-category-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.client-template-luxe .market-all-icon {
    color: #ffffff;
    background: var(--market-accent);
}

.client-template-luxe .market-product-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 9px;
}

.client-template-luxe .market-product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--market-line);
    border-radius: 8px;
    background: #ffffff;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.client-template-luxe .market-product-card:hover {
    border-color: #b5abea;
    box-shadow: 0 10px 22px rgba(38, 35, 76, .09);
    transform: translateY(-3px);
}

.client-template-luxe .market-product-card.is-sold-out {
    opacity: .66;
}

.client-template-luxe .market-product-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.client-template-luxe .market-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    box-sizing: border-box;
    object-fit: contain;
    transition: transform .22s ease;
}

.client-template-luxe .market-product-card:hover .market-product-image img {
    transform: scale(1.025);
}

.client-template-luxe .market-discount {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 4px 7px;
    border-radius: 6px;
    color: #ffffff;
    background: var(--market-orange);
    font-size: 9px;
    font-weight: 800;
}

.client-template-luxe .market-product-body {
    padding: 8px 9px 10px;
}

.client-template-luxe .market-product-category {
    display: block;
    overflow: hidden;
    color: #8690a6;
    font-size: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.client-template-luxe .market-product-body h3 {
    height: 34px;
    margin: 0 0 7px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--market-ink);
    font-size: 12px;
    line-height: 1.38;
    font-weight: 720;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.client-template-luxe .market-product-body h3 a {
    color: inherit;
    text-decoration: none;
}

.client-template-luxe .market-product-meta {
    min-height: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.client-template-luxe .market-product-meta strong {
    color: var(--market-green);
    font-size: 13px;
    white-space: nowrap;
}

.client-template-luxe .market-product-meta del {
    color: #9aa3b5;
    font-size: 9px;
}

.client-template-luxe .market-product-meta span {
    margin-left: auto;
    padding: 3px 6px;
    border-radius: 6px;
    color: var(--market-accent);
    background: #f0edff;
    font-size: 9px;
    white-space: nowrap;
}

.client-template-luxe .market-product-footer {
    min-height: 30px;
    margin-top: 7px;
    padding-top: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-top: 1px solid #edf0f6;
}

.client-template-luxe .market-product-footer small {
    min-width: 0;
    overflow: hidden;
    color: #7b869d;
    font-size: 9px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.client-template-luxe .market-product-footer small i {
    margin-right: 5px;
    color: var(--market-orange);
}

.client-template-luxe .market-product-footer button,
.client-template-luxe .market-pagination button {
    width: 29px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 29px;
    border: 1px solid var(--market-accent);
    border-radius: 7px;
    color: #ffffff;
    background: var(--market-accent);
    cursor: pointer;
}

.client-template-luxe .market-product-footer button:hover,
.client-template-luxe .market-pagination button:hover {
    background: var(--market-accent-dark);
}

.client-template-luxe .market-product-footer button:disabled,
.client-template-luxe .market-pagination button:disabled {
    border-color: #cbd1df;
    color: #929bad;
    background: #e7eaf1;
    cursor: not-allowed;
}

.client-template-luxe .market-pagination {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.client-template-luxe .market-pagination span {
    min-width: 60px;
    color: var(--market-muted);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.client-template-luxe .market-empty {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px dashed #cbd2e2;
    border-radius: 8px;
    color: var(--market-muted);
    background: #ffffff;
    text-align: center;
}

.client-template-luxe .market-empty i {
    color: var(--market-accent);
    font-size: 29px;
}

.client-template-luxe .market-empty strong {
    color: var(--market-ink);
    font-size: 15px;
}

.client-template-luxe .market-empty span {
    font-size: 11px;
}

.client-template-luxe .market-product-skeleton {
    min-height: 180px;
    padding: 8px;
    border: 1px solid var(--market-line);
    border-radius: 8px;
    background: #ffffff;
}

.client-template-luxe .market-product-skeleton span,
.client-template-luxe .market-product-skeleton b,
.client-template-luxe .market-product-skeleton small {
    display: block;
    border-radius: 5px;
    background: #e8ebf2;
}

.client-template-luxe .market-product-skeleton span {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.client-template-luxe .market-product-skeleton b {
    width: 82%;
    height: 12px;
    margin-top: 13px;
}

.client-template-luxe .market-product-skeleton small {
    width: 54%;
    height: 10px;
    margin-top: 10px;
}

.client-template-luxe .market-account-strip {
    margin-top: 38px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--market-line);
    border-radius: 8px;
    background: #ffffff;
}

.client-template-luxe .market-account-strip div span,
.client-template-luxe .market-account-strip div strong {
    display: block;
}

.client-template-luxe .market-account-strip div span {
    margin-bottom: 4px;
    color: #8b95aa;
    font-size: 9px;
}

.client-template-luxe .market-account-strip div strong {
    color: var(--market-ink);
    font-size: 16px;
    overflow-wrap: anywhere;
}

.client-template-luxe .market-account-strip > a {
    min-height: 40px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 7px;
    color: #ffffff;
    background: var(--market-accent);
    font-size: 11px;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.client-template-luxe .market-account-message {
    grid-column: span 3;
}

.client-template-luxe #openModal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(18, 22, 39, .24);
}

.client-template-luxe .market-site-footer {
    margin-top: 56px;
    color: #aeb9ce;
    background: #10182b;
}

.client-template-luxe .market-site-footer > .container {
    width: calc(100% - 30px);
    max-width: var(--market-content-width) !important;
}

.client-template-luxe .market-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) repeat(3, minmax(140px, 1fr));
    gap: 48px;
    padding: 52px 0 42px;
}

.client-template-luxe .market-footer-logo {
    width: min(190px, 100%);
    min-height: 42px;
    display: inline-flex;
    align-items: center;
}

.client-template-luxe .market-footer-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 48px;
    object-fit: contain;
}

.client-template-luxe .market-footer-brand > p {
    max-width: 310px;
    margin: 18px 0 0;
    color: #9ca9c1;
    font-size: 13px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.client-template-luxe .market-footer-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.client-template-luxe .market-footer-actions a {
    min-height: 34px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #2b3852;
    border-radius: 6px;
    color: #e9eef9;
    background: #19243a;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.client-template-luxe .market-footer-actions a:hover {
    border-color: #3f8cff;
    color: #ffffff;
    background: #21314d;
}

.client-template-luxe .market-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

.client-template-luxe .market-footer-column h3 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.client-template-luxe .market-footer-column a {
    color: #aeb9ce;
    font-size: 12px;
    line-height: 1.45;
    text-decoration: none;
    transition: color .18s ease;
}

.client-template-luxe .market-footer-column a:hover,
.client-template-luxe .market-footer-legal a:hover {
    color: #ffffff;
}

.client-template-luxe .market-footer-bottom {
    min-height: 66px;
    padding: 15px 0;
    display: flex;
    align-items: center;
    gap: 24px;
    border-top: 1px solid #263149;
    color: #7f8ca5;
    font-size: 11px;
}

.client-template-luxe .market-footer-bottom p {
    margin: 0;
}

.client-template-luxe .market-footer-legal {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.client-template-luxe .market-footer-legal a {
    color: #8f9bb1;
    text-decoration: none;
}

.client-template-luxe .market-footer-payment {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.client-template-luxe .market-footer-payment img {
    width: auto;
    max-width: 120px;
    max-height: 28px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .client-template-luxe .market-category-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .client-template-luxe .market-product-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .client-template-luxe .market-promo-count-3,
    .client-template-luxe .market-promo-count-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .client-template-luxe .market-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 48px;
    }

    .client-template-luxe .market-footer-bottom {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .client-template-luxe .market-footer-legal {
        margin-left: 0;
    }

    .client-template-luxe .market-hero h1 {
        font-size: 42px;
    }

    .client-template-luxe .market-trust-list {
        justify-content: flex-start;
        gap: 26px;
        overflow-x: auto;
    }

    .client-template-luxe .market-category-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .client-template-luxe .market-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .client-template-luxe .header-content {
        min-height: 62px;
    }

    .client-template-luxe .market-hero {
        padding: 40px 0 34px;
    }

    .client-template-luxe .market-hero h1 {
        font-size: 34px;
    }

    .client-template-luxe .market-hero-copy {
        font-size: 13px;
    }

    .client-template-luxe .market-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 0;
    }

    .client-template-luxe .market-stats div:nth-child(2) {
        border-right: 0;
    }

    .client-template-luxe .market-trust-list {
        min-height: 50px;
    }

    .client-template-luxe .market-surface {
        padding-top: 20px;
    }

    .client-template-luxe .market-search {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .client-template-luxe .market-category-jump {
        display: none !important;
    }

    .client-template-luxe .market-search button[type="submit"] span {
        display: none;
    }

    .client-template-luxe .market-search button[type="submit"] {
        width: 42px;
        padding: 0;
    }

    .client-template-luxe .market-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .client-template-luxe .market-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .client-template-luxe .market-account-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .client-template-luxe .market-account-message {
        grid-column: span 1;
    }
}

@media (max-width: 479px) {
    .client-template-luxe .market-promo-count-2,
    .client-template-luxe .market-promo-count-3,
    .client-template-luxe .market-promo-count-4 {
        grid-template-columns: minmax(0, 1fr);
    }

    .client-template-luxe .market-promo-count-1 .market-promo-card {
        min-height: 118px;
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .client-template-luxe .market-promo-count-1 .market-promo-has-image {
        min-height: 0;
        display: flex;
    }

    .client-template-luxe .market-promo-count-1 .market-promo-has-image .market-promo-media,
    .client-template-luxe .market-promo-count-1 .market-promo-has-image .market-promo-media img {
        min-height: 118px;
    }

    .client-template-luxe .market-promo-count-1 .market-promo-body {
        padding: 16px;
    }

    .client-template-luxe .market-promo-count-1 .market-promo-body h2 {
        font-size: 16px;
    }

    .client-template-luxe .market-site-footer {
        margin-top: 40px;
    }

    .client-template-luxe .market-footer-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 30px;
        padding: 40px 0 32px;
    }

    .client-template-luxe .market-footer-brand > p {
        max-width: none;
    }

    .client-template-luxe .market-footer-bottom {
        flex-direction: column;
        gap: 12px;
        padding: 20px 0;
    }

    .client-template-luxe .market-footer-legal {
        gap: 14px;
    }

    .client-template-luxe .market-footer-payment {
        justify-content: flex-start;
    }

    .client-template-luxe .market-hero-actions {
        flex-direction: column;
    }

    .client-template-luxe .market-primary-action,
    .client-template-luxe .market-secondary-action {
        width: 100%;
    }

    .client-template-luxe .market-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .client-template-luxe .market-category-tile {
        height: 90px;
        font-size: 10px;
    }

    .client-template-luxe .market-product-body {
        padding: 9px;
    }

    .client-template-luxe .market-product-body h3 {
        height: 34px;
        font-size: 12px;
    }

    .client-template-luxe .market-product-meta {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .client-template-luxe .market-product-meta span {
        margin-left: 0;
    }

    .client-template-luxe .market-section-head h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .client-template-luxe {
        padding-bottom: 68px;
    }

    .client-template-luxe .market-site-header,
    .client-template-luxe .market-site-header-inner {
        height: 56px;
    }

    .client-template-luxe .market-site-header-inner,
    .client-template-luxe .market-page .container,
    .client-template-luxe .market-site-footer > .container {
        width: calc(100% - 24px);
    }

    .client-template-luxe .market-brand {
        max-width: 138px;
        height: 38px;
    }

    .client-template-luxe .market-brand img {
        max-height: 36px;
    }

    .client-template-luxe .market-language-control {
        height: 36px;
    }

    .client-template-luxe .market-menu-toggle {
        width: 40px;
        height: 40px;
    }

    .client-template-luxe .market-menu-panel {
        top: 50px;
        right: 0;
        width: min(310px, calc(100vw - 24px));
    }

    .client-template-luxe .market-hero {
        padding: 30px 0 28px;
    }

    .client-template-luxe .market-eyebrow {
        display: none;
    }

    .client-template-luxe .market-hero h1 {
        max-width: 350px;
        font-size: 28px;
        line-height: 1.2;
    }

    .client-template-luxe .market-hero-copy {
        max-width: 350px;
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.65;
    }

    .client-template-luxe .market-hero-actions {
        margin-top: 22px;
        gap: 10px;
        flex-direction: row;
    }

    .client-template-luxe .market-primary-action,
    .client-template-luxe .market-secondary-action {
        width: calc(50% - 5px);
        min-width: 0;
        height: 52px;
        padding: 0 10px;
        font-size: 13px;
    }

    .client-template-luxe .market-stats {
        max-width: 360px;
        margin-top: 26px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }

    .client-template-luxe .market-stats div {
        padding: 0 8px;
        border-right: 1px solid rgba(255, 255, 255, .25);
    }

    .client-template-luxe .market-stats div:nth-child(2) {
        border-right: 1px solid rgba(255, 255, 255, .25);
    }

    .client-template-luxe .market-stats div:nth-child(3),
    .client-template-luxe .market-stats div:nth-child(4) {
        border-right: 0;
    }

    .client-template-luxe .market-stats div:nth-child(4) {
        grid-column: 2;
        margin-top: 24px;
    }

    .client-template-luxe .market-stats strong {
        font-size: 22px;
    }

    .client-template-luxe .market-stats span {
        font-size: 10px;
    }

    .client-template-luxe .market-trust-list {
        min-height: 0;
        padding: 5px 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        overflow: visible;
    }

    .client-template-luxe .market-trust-list span {
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        white-space: normal;
        text-align: center;
    }

    .client-template-luxe .market-surface {
        padding: 30px 0 38px;
    }

    .client-template-luxe .market-surface > .container {
        width: calc(100% - 16px);
        padding-right: 0;
        padding-left: 0;
        display: flex;
        flex-direction: column;
    }

    .client-template-luxe .market-search {
        position: relative;
        order: 1;
        margin-bottom: 68px;
        min-height: 54px;
        padding: 5px 5px 5px 15px;
        grid-template-columns: auto minmax(0, 1fr) auto;
        border-radius: 8px;
    }

    .client-template-luxe .market-search input {
        font-size: 12px;
    }

    .client-template-luxe .market-search button[type="submit"] {
        width: auto;
        min-width: 64px;
        padding: 0 14px;
    }

    .client-template-luxe .market-search button[type="submit"] span {
        display: inline;
    }

    .client-template-luxe .market-category-jump {
        position: absolute;
        top: 66px;
        left: 0;
        width: auto;
        height: 48px;
        padding: 0 20px;
        display: inline-flex !important;
        box-shadow: 0 8px 20px rgba(28, 37, 62, .07);
    }

    .client-template-luxe #marketCategories {
        order: 3;
        padding-top: 30px;
    }

    .client-template-luxe .market-promo-grid,
    .client-template-luxe .market-promo-legacy {
        order: 0;
        margin-top: 0;
        margin-bottom: 14px;
    }

    .client-template-luxe #marketCatalog {
        order: 4;
    }

    .client-template-luxe .market-merchant-showcase {
        order: 5;
    }

    .client-template-luxe .market-account-strip {
        order: 6;
    }

    .client-template-luxe .market-section-head {
        align-items: center;
        margin-bottom: 14px;
    }

    .client-template-luxe .market-section-head p {
        display: none;
    }

    .client-template-luxe .market-section-head h2 {
        font-size: 22px;
    }

    .client-template-luxe .market-category-grid {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-flow: row;
        grid-auto-columns: auto;
        gap: 9px;
        overflow: visible;
        overscroll-behavior-inline: auto;
        scroll-snap-type: none;
    }

    .client-template-luxe .market-category-tile {
        height: 96px;
        scroll-snap-align: none;
    }

    .client-template-luxe .market-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .client-template-luxe .market-product-image {
        aspect-ratio: 16 / 10;
    }

    .client-template-luxe .market-product-image img {
        padding: 0;
        box-sizing: border-box;
        object-fit: contain;
    }

    .client-template-luxe .market-product-body {
        padding: 8px 9px 10px;
    }

    .client-template-luxe .market-product-body h3 {
        height: 36px;
        font-size: 13px;
        line-height: 1.38;
    }

    .client-template-luxe .market-product-meta strong {
        font-size: 15px;
    }

    .client-template-luxe .market-product-meta {
        align-items: center;
        flex-wrap: nowrap;
        gap: 4px;
    }

    .client-template-luxe .market-product-meta span {
        margin-left: auto;
        font-size: 10px;
    }

    .client-template-luxe .market-mobile-tabs {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        height: 64px;
        padding: 5px max(8px, env(safe-area-inset-right)) max(5px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        border-top: 1px solid var(--market-line);
        background: #ffffff;
        box-shadow: 0 -8px 24px rgba(28, 37, 62, .08);
    }

    .client-template-luxe .market-mobile-tabs a {
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        color: #66708a;
        font-size: 10px;
        font-weight: 700;
        text-decoration: none;
    }

    .client-template-luxe .market-mobile-tabs a:first-child,
    .client-template-luxe .market-mobile-tabs a:hover {
        color: var(--market-accent);
    }

    .client-template-luxe .market-mobile-tabs i {
        font-size: 18px;
    }

    .client-template-luxe .market-site-footer {
        margin-bottom: 0;
    }
}

@media (max-width: 479px) {
    .client-template-luxe .market-surface > .container {
        width: calc(100% - 12px);
    }

    .client-template-luxe .market-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Luxe keeps the footer focused on the brand and support actions. The full
   navigation columns remain available in the Hstock template only. */
.client-template-luxe .market-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 30px 0 24px;
}

.client-template-luxe .market-footer-brand > p {
    max-width: 620px;
}

.client-template-luxe .market-footer-bottom {
    min-height: 50px;
    padding: 12px 0;
}

@media (max-width: 767px) {
    .client-template-luxe .market-brand {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 104px);
        height: 38px;
    }

    .client-template-luxe .market-brand img {
        max-width: 100%;
        max-height: 34px;
    }

    .client-template-luxe .market-brand-text {
        max-width: 100%;
        font-size: 14px;
    }

    .client-template-luxe .market-footer-grid {
        padding: 24px 0 18px;
    }
}

/* Configurable project-entry promo banner. */
.client-template-luxe .market-promo-grid .market-promo-entry {
    position: relative;
    isolation: isolate;
    min-width: 0;
    min-height: 94px;
    padding: 13px 16px 13px 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    overflow: hidden;
    border: 0;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #4d36b8 0%, #5b42d6 52%, #7c55e6 100%);
    box-shadow: 0 13px 28px rgba(65, 45, 166, .23), inset 0 1px 0 rgba(255, 255, 255, .2);
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease;
    animation: marketPromoEntryGlow 5s ease-in-out infinite;
}

.client-template-luxe .market-promo-grid .market-promo-entry:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.client-template-luxe .market-promo-grid .market-promo-entry:focus-visible {
    outline: 3px solid rgba(91, 66, 214, .3);
    outline-offset: 3px;
}

.client-template-luxe .market-promo-grid .market-promo-entry[href] {
    cursor: pointer;
}

.client-template-luxe .market-promo-entry::before {
    position: absolute;
    top: -45%;
    bottom: -45%;
    left: -35%;
    width: 27%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    pointer-events: none;
    transform: translateX(-150%) skewX(-18deg);
    animation: marketPromoEntryShine 6.5s ease-in-out infinite;
}

.client-template-luxe .market-promo-entry > * {
    position: relative;
    z-index: 1;
}

.client-template-luxe .market-promo-entry-badge {
    position: absolute;
    top: 9px;
    right: -30px;
    padding: 3px 34px;
    color: #713f12;
    background: #fde047;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    pointer-events: none;
    transform: rotate(35deg);
}

.client-template-luxe .market-promo-entry-icon {
    position: relative;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 18px;
    color: #ffd452;
    background: rgba(255, 255, 255, .13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 8px 15px rgba(34, 20, 105, .16);
}

.client-template-luxe .market-promo-entry-icon > i {
    font-size: 24px;
    filter: drop-shadow(0 4px 7px rgba(34, 20, 105, .25));
    animation: marketPromoEntryIcon 3.8s ease-in-out infinite;
}

.client-template-luxe .market-promo-live-dot {
    position: absolute;
    right: -2px;
    bottom: 2px;
    width: 11px;
    height: 11px;
    border: 3px solid #6549d5;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 2px rgba(74, 222, 128, .16);
    animation: marketPromoEntryDot 2.6s ease-in-out infinite;
}

.client-template-luxe .market-promo-entry-body {
    min-width: 0;
    max-width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding-top: 2px;
}

.client-template-luxe .market-promo-entry-title {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.client-template-luxe .market-promo-entry-title > i {
    flex: 0 0 auto;
    color: #ffd452;
    font-size: 13px;
    animation: marketPromoEntryIcon 3.8s ease-in-out infinite;
}

.client-template-luxe .market-promo-entry-title > strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.client-template-luxe .market-promo-entry-text {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    display: block;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: opacity .26s ease, transform .26s ease;
}

.client-template-luxe .market-promo-entry-text.is-changing {
    opacity: 0;
    transform: translateY(4px);
}

.client-template-luxe .market-promo-entry-action {
    min-width: 76px;
    height: 36px;
    padding: 0 13px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 999px;
    color: #5138bd;
    background: #ffffff;
    box-shadow: 0 7px 15px rgba(34, 20, 105, .16);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    animation: marketPromoEntryActionPulse 2.6s ease-in-out infinite;
    overflow: hidden;
}

.client-template-luxe .market-promo-entry-action::before {
    position: absolute;
    top: -20%;
    left: -130%;
    width: 55%;
    height: 140%;
    content: "";
    background: linear-gradient(105deg, transparent, rgba(139, 92, 246, .5) 50%, transparent);
    pointer-events: none;
    transform: skewX(-22deg);
    animation: marketPromoEntryActionShine 2.6s ease-in-out infinite;
}

.client-template-luxe .market-promo-entry-action > span,
.client-template-luxe .market-promo-entry-action > i {
    position: relative;
    z-index: 1;
}

.client-template-luxe .market-promo-entry-action > i {
    font-size: 12px;
    transition: transform .22s ease;
}

.client-template-luxe .market-promo-entry:hover .market-promo-entry-action > i,
.client-template-luxe .market-promo-entry:focus-visible .market-promo-entry-action > i {
    transform: translateX(3px);
    animation: marketPromoEntryArrow .7s ease-in-out infinite;
}

@keyframes marketPromoEntryGlow {
    0%, 100% {
        box-shadow: 0 13px 28px rgba(65, 45, 166, .23), inset 0 1px 0 rgba(255, 255, 255, .2);
    }
    50% {
        box-shadow: 0 16px 34px rgba(65, 45, 166, .31), 0 0 0 4px rgba(91, 66, 214, .08), inset 0 1px 0 rgba(255, 255, 255, .24);
    }
}

@keyframes marketPromoEntryShine {
    0%, 54% {
        transform: translateX(-150%) skewX(-18deg);
    }
    74%, 100% {
        transform: translateX(570%) skewX(-18deg);
    }
}

@keyframes marketPromoEntryIcon {
    0%, 76%, 100% {
        transform: rotate(0deg) translateY(0);
    }
    80% {
        transform: rotate(-8deg) translateY(-1px);
    }
    84% {
        transform: rotate(8deg) translateY(0);
    }
    88% {
        transform: rotate(-4deg) translateY(0);
    }
}

@keyframes marketPromoEntryDot {
    0%, 100% {
        box-shadow: 0 0 0 2px rgba(74, 222, 128, .16);
    }
    50% {
        box-shadow: 0 0 0 5px rgba(74, 222, 128, .02), 0 0 13px rgba(74, 222, 128, .65);
    }
}

@keyframes marketPromoEntryActionPulse {
    0%, 100% {
        box-shadow: 0 7px 15px rgba(34, 20, 105, .16), 0 0 0 0 rgba(255, 255, 255, .45);
    }
    50% {
        box-shadow: 0 8px 18px rgba(34, 20, 105, .2), 0 0 0 6px rgba(255, 255, 255, 0);
    }
}

@keyframes marketPromoEntryActionShine {
    0%, 60% {
        left: -130%;
    }
    80%, 100% {
        left: 140%;
    }
}

@keyframes marketPromoEntryArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

@media (max-width: 767px) {
    .client-template-luxe .market-promo-grid .market-promo-entry,
    .client-template-luxe .market-promo-count-1 .market-promo-entry {
        min-height: 82px;
        padding: 11px 12px;
        gap: 10px;
        border-radius: 18px;
    }

    .client-template-luxe .market-promo-entry-badge {
        display: none;
    }

    .client-template-luxe .market-promo-entry-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 15px;
    }

    .client-template-luxe .market-promo-entry-icon > i {
        font-size: 20px;
    }

    .client-template-luxe .market-promo-entry-title {
        font-size: 14px;
    }

    .client-template-luxe .market-promo-entry-text {
        font-size: 11px;
    }

    .client-template-luxe .market-promo-entry-action {
        min-width: 66px;
        height: 34px;
        padding: 0 11px;
        font-size: 10px;
    }
}

@media (max-width: 479px) {
    .client-template-luxe .market-promo-grid .market-promo-entry,
    .client-template-luxe .market-promo-count-1 .market-promo-entry {
        min-height: 76px;
        padding: 9px 10px;
        gap: 9px;
        border-radius: 18px;
    }

    .client-template-luxe .market-promo-entry-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 13px;
    }

    .client-template-luxe .market-promo-entry-icon > i {
        font-size: 18px;
    }

    .client-template-luxe .market-promo-entry-action {
        min-width: 62px;
        height: 32px;
        padding: 0 9px;
        gap: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .client-template-luxe .market-promo-grid .market-promo-entry,
    .client-template-luxe .market-promo-entry::before,
    .client-template-luxe .market-promo-entry-icon > i,
    .client-template-luxe .market-promo-entry-title > i,
    .client-template-luxe .market-promo-live-dot,
    .client-template-luxe .market-promo-entry-action > i {
        animation: none;
    }

    .client-template-luxe .market-promo-entry,
    .client-template-luxe .market-promo-entry-action > i,
    .client-template-luxe .market-promo-entry-text {
        transition: none;
    }

    .client-template-luxe .market-promo-entry-action,
    .client-template-luxe .market-promo-entry-action::before {
        animation: none;
    }

    .client-template-luxe .market-promo-entry-text.is-changing {
        opacity: 1;
        transform: none;
    }
}

/* SMM-style project entry, based on the supplied kk.html reference. */
.client-template-luxe .market-promo-grid .smm-promo {
    min-height: 0;
    padding: 1rem 1.4rem 1rem 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem 1rem;
    border: 1px solid rgba(255, 215, 100, .15);
    /* Keep project-entry cards compact and consistent across breakpoints. */
    border-radius: 18px;
    color: #f0f4ff;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    box-shadow: 0 8px 22px rgba(99, 102, 241, .28);
    overflow: visible;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: all .25s ease;
    animation: luxeSmmCardRing 5.4s ease-in-out infinite, luxeSmmCardGlow 2.2s ease-in-out infinite;
    will-change: transform, box-shadow;
}

.client-template-luxe .market-promo-grid .smm-promo::before {
    display: none;
    content: none;
    animation: none;
}

.client-template-luxe .market-promo-grid .smm-promo:hover {
    color: #ffffff;
    filter: brightness(1.05);
    transform: none;
    animation: luxeSmmCardRingFast .45s ease-in-out infinite;
}

.client-template-luxe .market-promo-grid .smm-promo:focus-visible {
    color: #ffffff;
}

.client-template-luxe .smm-promo-badge {
    top: 9px;
    right: -30px;
    padding: 3px 34px;
    color: #713f12;
    background: #fde047;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    font-size: .56rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    transform: rotate(35deg);
}

.client-template-luxe .smm-promo-ic {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 13px;
    color: inherit;
    background: rgba(255, 255, 255, .2);
    font-size: 20px;
    box-shadow: none;
}

.client-template-luxe .smm-promo-ic > i {
    font-size: 20px;
    animation: none;
}

.client-template-luxe .smm-promo-ic .fa-bolt {
    color: #facc15;
    filter: drop-shadow(0 0 6px rgba(250, 204, 21, .5));
}

.client-template-luxe .promo-live-dot {
    top: -3px;
    right: -3px;
    bottom: auto;
    width: 11px;
    height: 11px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: none;
    animation: luxeSmmDotBeep 1.6s ease-out infinite;
}

.client-template-luxe .smm-promo-body {
    min-width: 160px;
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    gap: .2rem;
    padding: 0;
}

.client-template-luxe .smm-promo-t {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #f5f9ff;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.client-template-luxe .smm-promo-t .promo-bell {
    flex: 0 0 auto;
    display: inline-block;
    color: inherit;
    font-size: .8rem;
    transform-origin: 50% 0;
    animation: luxeSmmBellRing 3.6s ease-in-out infinite;
}

.client-template-luxe .smm-promo-t > strong {
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.client-template-luxe .smm-promo-s {
    min-height: 1.1em;
    max-width: 100%;
    overflow: hidden;
    display: block;
    color: #e2e8f0;
    opacity: .95;
    font-size: .78rem;
    line-height: 1.4;
    text-overflow: clip;
    white-space: normal;
    transition: opacity .26s ease, transform .26s ease;
}

.client-template-luxe .smm-promo-s.is-changing {
    opacity: 0;
    transform: translateY(7px);
}

.client-template-luxe .smm-promo-go {
    min-width: 0;
    height: auto;
    padding: 8px 14px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    color: #5b21b6;
    background: #ffffff;
    box-shadow: none;
    font-size: .82rem;
    font-weight: 800;
    line-height: 1;
    animation: luxeSmmGoPulse 2.6s ease-in-out infinite;
}

.client-template-luxe .smm-promo-go::before {
    position: absolute;
    top: -20%;
    left: -130%;
    width: 55%;
    height: 140%;
    display: block;
    content: "";
    background: linear-gradient(105deg, transparent, rgba(139, 92, 246, .5) 50%, transparent);
    pointer-events: none;
    transform: skewX(-22deg);
    animation: luxeSmmGoShine 2.6s ease-in-out infinite;
}

.client-template-luxe .smm-promo-go > span,
.client-template-luxe .smm-promo-go > i {
    position: relative;
    z-index: 1;
}

.client-template-luxe .smm-promo-go > span {
    white-space: nowrap;
}

.client-template-luxe .smm-promo-go > i {
    font-size: inherit;
    animation: luxeSmmGoArrow 1.3s ease-in-out infinite;
}

@keyframes luxeSmmCardGlow {
    0%, 100% {
        box-shadow: 0 8px 22px rgba(99, 102, 241, .28);
    }
    50% {
        box-shadow: 0 8px 30px rgba(139, 92, 246, .65), 0 0 0 3px rgba(253, 224, 71, .55);
    }
}

@keyframes luxeSmmCardRing {
    0%, 12%, 100% {
        transform: rotate(0) translateX(0);
    }
    1.5% {
        transform: rotate(2deg) translateX(4px);
    }
    3% {
        transform: rotate(-1.8deg) translateX(-4px);
    }
    4.5% {
        transform: rotate(1.5deg) translateX(3px);
    }
    6% {
        transform: rotate(-1.2deg) translateX(-3px);
    }
    7.5% {
        transform: rotate(.8deg) translateX(2px);
    }
    9% {
        transform: rotate(-.4deg) translateX(-1px);
    }
    10.5% {
        transform: rotate(.2deg);
    }
}

@keyframes luxeSmmCardRingFast {
    0%, 100% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(.8deg) translateX(2px);
    }
    75% {
        transform: rotate(-.8deg) translateX(-2px);
    }
}

@keyframes luxeSmmDotBeep {
    0% {
        box-shadow: 0 0 0 0 rgba(74, 222, 128, .65);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(74, 222, 128, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0);
    }
}

@keyframes luxeSmmBellRing {
    0%, 12%, 100% {
        transform: rotate(0);
    }
    2% {
        transform: rotate(15deg);
    }
    4% {
        transform: rotate(-13deg);
    }
    6% {
        transform: rotate(10deg);
    }
    8% {
        transform: rotate(-7deg);
    }
    10% {
        transform: rotate(3deg);
    }
}

@keyframes luxeSmmGoShine {
    0%, 60% {
        left: -130%;
    }
    100% {
        left: 140%;
    }
}

@keyframes luxeSmmGoArrow {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(6px);
    }
}

@keyframes luxeSmmGoPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .45);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
    }
}

@media (max-width: 520px) {
    .client-template-luxe .market-promo-grid .smm-promo {
        min-height: 0;
        padding: .8rem 1rem;
        flex-wrap: wrap;
        border-radius: 18px;
    }

    .client-template-luxe .smm-promo-body {
        min-width: 120px;
        flex: 1 1 140px;
    }

    .client-template-luxe .smm-promo-t {
        font-size: .85rem;
    }

    .client-template-luxe .smm-promo-s {
        font-size: .7rem;
    }

    .client-template-luxe .smm-promo-go {
        padding: 6px 12px;
        font-size: .75rem;
    }

    .client-template-luxe .smm-promo-go > span {
        font-size: .75rem;
    }

    .client-template-luxe .smm-promo-badge {
        display: none;
    }

    .client-template-luxe .smm-promo-ic {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        font-size: 17px;
    }

    .client-template-luxe .smm-promo-ic > i {
        font-size: 17px;
    }

    .client-template-luxe .promo-live-dot {
        top: -2px;
        right: -2px;
        width: 9px;
        height: 9px;
    }
}

@media (max-width: 400px) {
    .client-template-luxe .smm-promo-t .promo-bell {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .client-template-luxe .market-promo-grid .smm-promo,
    .client-template-luxe .smm-promo-go,
    .client-template-luxe .smm-promo-go::before,
    .client-template-luxe .smm-promo-ic > i,
    .client-template-luxe .promo-live-dot,
    .client-template-luxe .smm-promo-t .promo-bell,
    .client-template-luxe .smm-promo-go > i {
        animation: none !important;
    }

    .client-template-luxe .smm-promo-s {
        transition: none;
    }

    .client-template-luxe .smm-promo-s.is-changing {
        opacity: 1;
        transform: none;
    }
}

/* Multiple project entries use full-width rows so four cards stay readable. */
.client-template-luxe .market-promo-grid.market-promo-entry-stack {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}

.client-template-luxe .market-promo-grid.market-promo-entry-stack .market-promo-entry {
    width: 100%;
}

.client-template-luxe .market-promo-grid.market-promo-entry-stack .market-promo-entry.market-promo-tone-2 {
    background: linear-gradient(135deg, #0ea5e9, #6366f1);
}

.client-template-luxe .market-promo-grid.market-promo-entry-stack .market-promo-entry.market-promo-tone-3 {
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
}

.client-template-luxe .market-promo-grid.market-promo-entry-stack .market-promo-entry.market-promo-tone-4 {
    background: linear-gradient(135deg, #f97316, #ef4444);
}
