.client-template-luxe .market-merchant-showcase {
    margin-top: 42px;
}

.client-template-luxe .market-merchant-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.client-template-luxe .market-merchant-card {
    min-width: 0;
    padding: 18px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    border: 1px solid #dfe4ee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(31, 43, 72, .06);
}

.client-template-luxe .market-merchant-avatar {
    width: 66px;
    height: 66px;
    margin-bottom: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #6958e8;
    border-radius: 50%;
    color: #5b4ce6;
    background: #f3f1ff;
    font-size: 25px;
}

.client-template-luxe .market-merchant-avatar img,
.client-template-luxe .market-store-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-template-luxe .market-merchant-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.client-template-luxe .market-merchant-title h3 {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: #141a2a;
    font-size: 16px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.client-template-luxe .market-merchant-title span,
.client-template-luxe .market-store-name-row span {
    flex: 0 0 auto;
    color: #0b8f70;
    font-size: 10px;
    font-weight: 800;
}

.client-template-luxe .market-merchant-title i,
.client-template-luxe .market-store-name-row i {
    margin-right: 4px;
}

.client-template-luxe .market-merchant-card-body > p {
    height: 42px;
    margin: 10px 0 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #68758e;
    font-size: 12px;
    line-height: 1.7;
}

.client-template-luxe .market-merchant-card-meta {
    display: flex;
    gap: 14px;
    color: #66738c;
    font-size: 11px;
    font-weight: 700;
}

.client-template-luxe .market-merchant-open {
    height: 40px;
    margin-top: 16px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #5b4ce6;
    border-radius: 7px;
    color: #ffffff;
    background: #5b4ce6;
    font-size: 12px;
    font-weight: 800;
}

.client-template-luxe .market-merchant-open:hover {
    color: #ffffff;
    background: #4938cd;
}

.client-template-luxe .market-store-page {
    min-height: calc(100vh - 80px);
    padding-bottom: 72px;
    color: #141a2a;
    background: #f1f4fa;
}

.client-template-luxe .market-store-hero {
    padding: 30px 0 34px;
    border-bottom: 1px solid #dfe4ee;
    background: #ffffff;
}

.client-template-luxe .market-store-heading {
    margin-top: 24px;
    padding: 24px;
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) minmax(320px, 440px);
    align-items: center;
    gap: 24px;
    border: 1px solid #dfe4ee;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(31, 43, 72, .07);
}

.client-template-luxe .market-store-avatar {
    width: 92px;
    height: 92px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #6958e8;
    border-radius: 50%;
    color: #5b4ce6;
    background: #f3f1ff;
    font-size: 34px;
}

.client-template-luxe .market-store-name-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.client-template-luxe .market-store-name-row h1 {
    margin: 0;
    color: #11182a;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0;
}

.client-template-luxe .market-store-intro > p {
    max-width: 700px;
    margin: 10px 0 0;
    color: #65728a;
    font-size: 13px;
    line-height: 1.75;
}

.client-template-luxe .market-store-contact {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4d5870;
    font-size: 12px;
}

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

.client-template-luxe .market-store-stats div {
    min-height: 72px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #e2e6ef;
    border-radius: 7px;
    background: #f8f9fc;
}

.client-template-luxe .market-store-stats strong {
    color: #5142d8;
    font-size: 20px;
}

.client-template-luxe .market-store-stats span {
    margin-top: 2px;
    color: #707d94;
    font-size: 10px;
}

.client-template-luxe .market-store-products {
    padding-top: 34px;
    scroll-margin-top: 86px;
}

.client-template-luxe .market-store-products .market-catalog-result-head > span {
    color: #65728a;
    font-size: 12px;
    font-weight: 700;
}

.client-template-luxe .market-store-policy {
    margin-top: 34px;
}

.client-template-luxe .market-store-policy-card {
    padding: 22px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    border: 1px solid #dfe4ee;
    border-radius: 8px;
    background: #ffffff;
}

.client-template-luxe .market-store-policy-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #5b4ce6;
    background: #f0edff;
    font-size: 21px;
}

.client-template-luxe .market-store-policy h2 {
    margin: 0;
    color: #141a2a;
    font-size: 17px;
}

.client-template-luxe .market-store-policy p {
    margin: 8px 0 0;
    color: #606d84;
    font-size: 13px;
    line-height: 1.8;
}

.client-template-luxe .market-product-seller {
    min-height: 68px;
    margin: 18px 0;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 11px;
    border: 1px solid #dfe4ee;
    border-radius: 8px;
    color: #141a2a;
    background: #ffffff;
}

.client-template-luxe .market-product-seller:hover {
    border-color: #bdb6f5;
    color: #141a2a;
}

.client-template-luxe .market-product-seller-avatar {
    width: 44px;
    height: 44px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #6a59e8;
    border-radius: 50%;
    color: #5b4ce6;
    background: #f2f0ff;
}

.client-template-luxe .market-product-seller-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-template-luxe .market-product-seller-info small,
.client-template-luxe .market-product-seller-info strong {
    display: block;
}

.client-template-luxe .market-product-seller-info small {
    color: #778198;
    font-size: 10px;
}

.client-template-luxe .market-product-seller-info strong {
    margin-top: 2px;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.client-template-luxe .market-product-seller-verified {
    color: #0b8f70;
    font-size: 10px;
    font-weight: 800;
}

.client-template-luxe .market-product-seller > i {
    color: #78839a;
    font-size: 10px;
}

.client-template-luxe .market-product-after-sales {
    margin-top: 16px;
}

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

    .client-template-luxe .market-store-heading {
        grid-template-columns: 80px minmax(0, 1fr);
    }

    .client-template-luxe .market-store-avatar {
        width: 76px;
        height: 76px;
    }

    .client-template-luxe .market-store-stats {
        grid-column: 1 / 3;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .client-template-luxe .market-merchant-showcase {
        margin-top: 30px;
    }

    .client-template-luxe .market-merchant-grid {
        gap: 8px;
    }

    .client-template-luxe .market-merchant-card {
        padding: 13px;
    }

    .client-template-luxe .market-merchant-avatar {
        width: 54px;
        height: 54px;
        margin-bottom: 10px;
    }

    .client-template-luxe .market-merchant-title {
        display: block;
    }

    .client-template-luxe .market-merchant-title h3 {
        font-size: 14px;
    }

    .client-template-luxe .market-merchant-title span {
        margin-top: 4px;
        display: block;
    }

    .client-template-luxe .market-merchant-card-body > p {
        height: 38px;
        margin: 7px 0 9px;
        font-size: 11px;
    }

    .client-template-luxe .market-merchant-card-meta {
        display: block;
        font-size: 10px;
    }

    .client-template-luxe .market-merchant-card-meta span + span {
        margin-left: 8px;
    }

    .client-template-luxe .market-merchant-open {
        height: 36px;
        margin-top: 11px;
    }

    .client-template-luxe .market-store-hero {
        padding: 18px 0 22px;
    }

    .client-template-luxe .market-store-heading {
        margin-top: 16px;
        padding: 18px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .client-template-luxe .market-store-name-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .client-template-luxe .market-store-name-row h1 {
        font-size: 23px;
    }

    .client-template-luxe .market-store-stats {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .client-template-luxe .market-store-products {
        padding-top: 24px;
    }

    .client-template-luxe .market-store-policy-card {
        padding: 17px;
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
    }

    .client-template-luxe .market-store-policy-icon {
        width: 40px;
        height: 40px;
    }

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

    .client-template-luxe .market-product-seller-verified {
        display: none;
    }
}
