.bizinc-store-standalone {
    background: linear-gradient(180deg, #0d5fd1 0, #0d8cff 420px, #ff8c2f 700px, #eef3f8 700px, #eef3f8 100%);
}

.bizinc-store-standalone .store-site-main {
    padding: 132px 18px 0;
}

.bizinc-store-standalone .v25-shop-page {
    max-width: 1240px;
    margin: 0 auto;
}

.store-content-shell {
    max-width: 1240px;
    margin: 0 auto;
}

.store-site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 51, 102, 0.1);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 26px rgba(0, 51, 102, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.store-site-header-inner {
    display: grid;
    grid-template-columns: minmax(180px, auto) minmax(0, 1fr) minmax(220px, auto);
    gap: 1rem;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0.8rem 1.2rem;
}

.store-category-menu {
    display: flex;
    gap: 0.35rem;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 51, 102, 0.08);
    padding: 0.45rem 1rem 0.55rem;
    background: #f8fafc;
    overflow-x: auto;
    scrollbar-width: thin;
}

.store-category-menu span,
.store-category-menu a {
    flex: 0 0 auto;
    white-space: nowrap;
}

.store-category-menu span {
    margin-right: 0.35rem;
    color: var(--accent-color);
    font-size: 0.82rem;
    font-weight: 900;
}

.store-category-menu a {
    border-radius: 8px;
    padding: 0.48rem 0.72rem;
    color: #253f59;
    font-size: 0.86rem;
    font-weight: 900;
    text-decoration: none;
}

.store-category-menu a:hover {
    background: #e8f4fb;
    color: var(--primary-color);
}

.store-site-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--primary-color);
    font-size: 1.12rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.store-site-logo img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.store-site-menu {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    overflow-x: auto;
    scrollbar-width: none;
}

.store-site-menu::-webkit-scrollbar {
    display: none;
}

.store-site-menu a {
    flex: 0 0 auto;
    border-radius: 8px;
    padding: 0.58rem 0.78rem;
    color: #253f59;
    font-size: 0.92rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.store-site-menu a:hover {
    background: #eef6fb;
    color: var(--primary-color);
}

.store-site-actions {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.store-site-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0.58rem 0.8rem;
    background: #eef3f7;
    color: var(--primary-color);
    font-size: 0.88rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.store-site-actions .store-site-phone {
    background: var(--primary-color);
    color: #fff;
}

.store-site-footer {
    max-width: 1280px;
    margin: 3rem auto 0;
    padding: 1.5rem 1.2rem 2.2rem;
    color: #5c6b78;
    font-size: 0.9rem;
}

.store-site-footer > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.store-site-footer strong {
    color: var(--primary-color);
    font-size: 1rem;
}

.store-site-footer a {
    margin-right: 0.8rem;
    color: var(--primary-color);
    font-weight: 800;
    text-decoration: none;
}

.store-site-footer p {
    margin: 0;
    line-height: 1.6;
}

.store-benefit-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    margin: 0 0 2rem;
}

.store-benefit-strip div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 0.75rem;
    row-gap: 0.1rem;
    align-items: center;
    border: 1px solid rgba(0, 51, 102, 0.1);
    border-radius: 8px;
    padding: 0.95rem;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 51, 102, 0.06);
}

.store-benefit-strip i {
    grid-row: span 2;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eef8fb;
    color: var(--accent-color);
}

.store-benefit-strip strong {
    color: var(--primary-color);
    font-size: 0.98rem;
    font-weight: 900;
}

.store-benefit-strip span {
    overflow: hidden;
    color: var(--text-light);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-front-nav {
    display: grid;
    grid-template-columns: minmax(160px, auto) minmax(280px, 1fr) minmax(150px, auto);
    gap: 0.85rem;
    align-items: center;
    margin: 0 0 1rem;
    border: 1px solid rgba(0, 51, 102, 0.1);
    border-radius: 8px;
    padding: 0.75rem;
    background: #fff;
    box-shadow: 0 10px 26px rgba(0, 51, 102, 0.07);
}

.store-front-brand,
.store-front-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--primary-color);
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.store-front-brand img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.store-front-search {
    display: flex;
    min-width: 0;
    gap: 0.65rem;
    align-items: center;
    border-radius: 8px;
    padding: 0.78rem 1rem;
    background: #f1f5f8;
    color: var(--text-light);
    font-weight: 800;
}

.store-front-search span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-front-search i,
.store-front-phone i {
    color: var(--accent-color);
}

.store-front-phone {
    justify-content: center;
    border-radius: 8px;
    padding: 0.78rem 1rem;
    background: var(--primary-color);
    color: #fff;
}

.store-front-phone i {
    color: #fff;
}

@media (max-width: 900px) {
    .store-front-nav {
        grid-template-columns: 1fr;
    }

    .store-site-header-inner {
        grid-template-columns: 1fr;
        gap: 0.55rem;
        padding: 0.7rem 1rem;
    }

    .store-site-menu,
    .store-category-menu {
        justify-content: flex-start;
    }

    .store-benefit-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-site-actions {
        justify-content: stretch;
    }

    .store-site-actions a {
        flex: 1 1 0;
    }

    .bizinc-store-standalone .store-site-main {
        padding-top: 220px;
    }
}

@media (max-width: 680px) {
    .store-benefit-strip {
        grid-template-columns: 1fr;
    }

    .store-benefit-strip span {
        white-space: normal;
    }
}
