body.app:not(.auth-page) .ee-store-hero {
    border: 0;
    border-radius: 8px;
    border-left: 4px solid var(--primary-bg-color);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(20, 40, 110, 0.06);
}

body.app:not(.auth-page) .ee-store-hero .card-body {
    padding: 22px 24px;
}

body.app:not(.auth-page) .ee-store-eyebrow {
    margin-bottom: 6px;
    color: var(--primary-bg-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.app:not(.auth-page) .ee-store-title {
    margin: 0;
    color: #1f2937;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
}

body.app:not(.auth-page) .ee-store-subtitle {
    max-width: 780px;
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
}

body.app:not(.auth-page) .ee-store-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

body.app:not(.auth-page) .ee-store-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 6px 0 16px;
}

body.app:not(.auth-page) .ee-store-section-title h4 {
    margin: 0;
    color: #1f2937;
    font-size: 18px;
    font-weight: 800;
}

body.app:not(.auth-page) .ee-store-product-card {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(20, 40, 110, 0.06);
    height: calc(100% - 1.5rem);
}

body.app:not(.auth-page) .ee-store-product-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 185px;
    padding: 24px;
    background: #f8faff;
}

body.app:not(.auth-page) .ee-store-product-media img {
    width: 100%;
    max-width: 175px;
    height: 145px;
    object-fit: contain;
}

body.app:not(.auth-page) .ee-store-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 999px;
    padding: 5px 10px;
    background: #ffffff;
    color: var(--primary-bg-color);
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(20, 40, 110, 0.08);
}

body.app:not(.auth-page) .ee-store-product-name {
    min-height: 44px;
    margin: 0;
    color: #1f2937;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
}

body.app:not(.auth-page) .ee-store-price {
    margin-top: 10px;
    color: var(--primary-bg-color);
    font-size: 19px;
    font-weight: 800;
}

body.app:not(.auth-page) .ee-store-meta {
    min-height: 20px;
    color: #64748b;
    font-size: 12px;
}

body.app:not(.auth-page) .ee-store-empty {
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    padding: 32px;
    background: #fff;
    text-align: center;
}

body.app:not(.auth-page) .ee-store-stat {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(20, 40, 110, 0.06);
    height: calc(100% - 1rem);
}

body.app:not(.auth-page) .ee-store-stat-label {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.app:not(.auth-page) .ee-store-stat-value {
    margin-top: 6px;
    color: #1f2937;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0;
}

body.app:not(.auth-page) .ee-store-tier-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: var(--primary-bg-color);
    color: #fff;
    font-size: 18px;
}

body.app:not(.auth-page) .ee-store-detail-img {
    max-height: 360px;
    width: 100%;
    object-fit: contain;
    background: #f8faff;
}

body.app:not(.auth-page) .ee-store-cart-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

body.app:not(.auth-page) .ee-store-progress {
    height: 12px;
    border-radius: 999px;
    background: #edf2f7;
    overflow: hidden;
}

body.app:not(.auth-page) .ee-store-progress-bar {
    height: 100%;
    border-radius: 999px;
    background: var(--primary-bg-color);
}

@media (max-width: 767px) {
    body.app:not(.auth-page) .ee-store-hero .card-body {
        padding: 18px;
    }

    body.app:not(.auth-page) .ee-store-title {
        font-size: 22px;
    }

    body.app:not(.auth-page) .ee-store-actions {
        justify-content: flex-start;
        margin-top: 14px;
    }

    body.app:not(.auth-page) .ee-store-section-title {
        align-items: flex-start;
        flex-direction: column;
    }
}
