/* Store page + share modal (Aqar360 identity purple) */

.eshop-store-page {
    padding: 0.25rem 0 3rem;
    width: 100%;
}

/* Keep store rail padded even if Tailwind utilities fail to load */
.shop-page .eshop-catalog-products--store > .eshop-catalog-shell__inner {
    padding-inline: 1rem;
    margin-inline: auto;
    box-sizing: border-box;
}

@media (min-width: 640px) {
    .shop-page .eshop-catalog-products--store > .eshop-catalog-shell__inner {
        padding-inline: 2rem;
    }
}

.eshop-store-page__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #6b7280;
}

.eshop-store-page__breadcrumb .eshop-pdp-breadcrumb__link,
.eshop-store-page__breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
}

.eshop-store-page__breadcrumb .eshop-pdp-breadcrumb__link:hover,
.eshop-store-page__breadcrumb a:hover {
    color: var(--eshop-brand, #6a5d8b);
}

.eshop-store-page__breadcrumb .eshop-pdp-breadcrumb__current,
.eshop-store-page__breadcrumb-current {
    color: #372a58;
    font-weight: 700;
}

.eshop-store-page__breadcrumb .eshop-pdp-breadcrumb__sep,
.eshop-store-page__breadcrumb-sep {
    opacity: 0.45;
    user-select: none;
    color: #9ca3af;
}

.eshop-store-page__hero {
    --shop-brand: #6a5d8b;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 4.25rem;
    border-radius: 14px;
    overflow: visible;
}

.eshop-store-page__banner {
    position: relative;
    display: block;
    width: 100%;
    height: clamp(13rem, 30vw, 19rem);
    border-radius: 14px;
    overflow: hidden;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--shop-brand) 72%, #fff) 0%, var(--shop-brand) 100%);
    border: 1px solid #e1dfe8;
}

.eshop-store-page__banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
    display: block;
}

/* Compact floating card — matches reference (logo + info + Chat over banner corner) */
.eshop-store-page__identity-card {
    position: absolute;
    z-index: 2;
    inset-inline-start: 1.15rem;
    bottom: 0;
    transform: translateY(52%);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.85rem;
    width: max-content;
    max-width: min(calc(100% - 2.3rem), 36rem);
    margin: 0;
    padding: 0.8rem 0.95rem;
    border-radius: 12px;
    border: 1px solid #e8e5ef;
    background: #fff;
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.04),
        0 14px 32px rgba(15, 23, 42, 0.14);
}

.eshop-store-page__identity-main {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    flex: 1 1 auto;
}

.eshop-store-page__logo-wrap {
    position: relative;
    flex-shrink: 0;
}

.eshop-store-page__logo {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.65rem;
    object-fit: cover;
    border: 1px solid #ece9f3;
    box-shadow: none;
    background: #fff;
}

.eshop-store-page__logo--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    background: var(--eshop-brand-gradient, linear-gradient(135deg, #7d6db5, #6a5d8b));
}

.eshop-store-page__hero-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

/* Beat Shared/typography.css `h1 { font-size: 3.75rem !important }` */
.shop-page .eshop-store-page h1.eshop-store-page__title,
.eshop-store-page__title {
    margin: 0 !important;
    font-size: 1.125rem !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em !important;
    font-family: "IBM Plex Sans Arabic", "Poppins", system-ui, sans-serif !important;
}

.shop-page .eshop-store-page .eshop-store-page__meta,
.eshop-store-page__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem 0.4rem;
    margin: 0;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: #64748b !important;
}

.eshop-store-page__meta-item--secondary {
    display: block;
    width: 100%;
    margin-top: 0.1rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
}

.shop-page .eshop-store-page .eshop-store-page__shipping,
.eshop-store-page__shipping {
    margin: 0.35rem 0 0;
    max-width: 28rem;
    font-size: 0.72rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: #475569 !important;
}

.shop-page .eshop-store-page .eshop-store-page__desc,
.eshop-store-page__desc {
    display: none !important;
}

.eshop-store-page__hero-actions {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
    margin-inline-start: 0.35rem;
}

.eshop-store-page__chat-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.95rem;
    border-radius: 0.55rem;
    border: 1px solid transparent;
    background: #1e293b;
    color: #fff !important;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
    transition: background 0.15s ease, transform 0.15s ease;
}

.eshop-store-page__chat-btn:hover {
    background: #0f172a;
    color: #fff !important;
    transform: none;
    box-shadow: none;
}

.eshop-store-page__chat-btn:active {
    transform: none;
}

.eshop-store-page__chat-btn svg {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
}

.eshop-store-page__shell.eshop-catalog-shell__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "filters"
        "products";
    column-gap: 1.25rem;
    row-gap: 1rem;
    align-items: start;
    margin-top: 0.35rem;
}

.eshop-store-page__filters {
    grid-area: filters;
}

.eshop-store-page__shell > .eshop-catalog-shell__main {
    grid-area: products;
    min-width: 0;
}

.eshop-store-page__filters .eshop-filter-sidebar__panel {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.eshop-store-page__filters .eshop-filter-sidebar__shell {
    margin: 0;
    padding: 0.85rem 0.9rem 1rem;
    border: 1px solid #e1dfe8;
    border-radius: 14px;
    background: #fff;
    box-shadow:
        0 1px 2px rgba(55, 42, 88, 0.04),
        0 6px 18px rgba(55, 42, 88, 0.06);
}

.eshop-store-page__filters .eshop-filter-sidebar__legend {
    display: block;
    width: auto;
    max-width: calc(100% - 1rem);
    padding: 0 0.45rem;
    margin-inline-start: 0.55rem;
    float: none;
    font-family: "IBM Plex Sans Arabic", "Poppins", system-ui, sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.35;
    color: #372a58;
    background: #fff;
}

.eshop-store-page__filters .eshop-filter-sidebar__title {
    font: inherit;
    color: inherit;
}

.eshop-store-page__filters .eshop-filter-sidebar__close {
    display: none;
}

.eshop-store-page__products-card {
    margin: 0;
    padding: 0.85rem 0.9rem 1rem;
    border: 1px solid #e1dfe8;
    border-radius: 14px;
    background: #fff;
    box-shadow:
        0 1px 2px rgba(55, 42, 88, 0.04),
        0 6px 18px rgba(55, 42, 88, 0.06);
    overflow: visible;
}

.eshop-store-page__products-card > .eshop-section-fieldset__legend {
    width: auto;
    max-width: calc(100% - 1rem);
    padding: 0 0.55rem;
    margin-inline-start: 0.65rem;
    float: none;
    font-family: "IBM Plex Sans Arabic", "Poppins", system-ui, sans-serif !important;
    font-size: 1.0625rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: #372a58 !important;
    background: #fff;
}

.eshop-store-page__products-card > .eshop-section-fieldset__body {
    padding: 0;
    overflow: visible;
}

@media (min-width: 640px) {
    .eshop-store-page__filters .eshop-filter-sidebar__legend,
    .eshop-store-page__products-card > .eshop-section-fieldset__legend {
        font-size: 1.1875rem !important;
    }
}

@media (min-width: 1024px) {
    .eshop-store-page__shell.eshop-catalog-shell__grid {
        grid-template-columns: minmax(220px, 250px) minmax(0, 1fr);
        grid-template-areas: "filters products";
        row-gap: 1rem;
        column-gap: 1.25rem;
    }

    .eshop-store-page__filters {
        position: sticky;
        top: calc(var(--client-fixed-header-offset, 120px) + 1rem);
        align-self: start;
    }
}

.eshop-store-page__search-bar {
    margin-bottom: 1rem;
}

.eshop-store-page__panel--products {
    padding-top: 1rem;
}

@media (max-width: 900px) {
    .eshop-store-page__hero {
        margin-bottom: 5rem;
    }

    .eshop-store-page__identity-card {
        inset-inline-start: 0.75rem;
        max-width: min(calc(100% - 1.5rem), 100%);
        width: calc(100% - 1.5rem);
        transform: translateY(48%);
        flex-wrap: nowrap;
    }

    .eshop-store-page__chat-btn span {
        display: none;
    }

    .eshop-store-page__chat-btn {
        padding: 0.55rem;
    }
}

@media (max-width: 640px) {
    .shop-page .eshop-store-page h1.eshop-store-page__title,
    .eshop-store-page__title {
        font-size: 1rem !important;
    }

    .eshop-store-page__logo {
        width: 3rem;
        height: 3rem;
    }

    .eshop-store-page__banner {
        border-radius: 12px;
        height: clamp(11rem, 42vw, 14rem);
    }

    .eshop-store-page__identity-card,
    .eshop-store-page__content-card,
    .eshop-store-page__filters .eshop-filter-sidebar__shell,
    .eshop-store-page__products-card {
        border-radius: 12px;
    }

    .eshop-store-page__hero-actions .eshop-store-page__icon-btn {
        display: none;
    }
}

.eshop-store-page__meta-sep {
    opacity: 0.45;
}

.eshop-store-page__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.eshop-store-page__rating-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.eshop-store-page__rating-stars {
    display: inline-flex;
    gap: 0.05rem;
    color: #e5e7eb;
}

.eshop-store-page__rating-stars svg.is-filled {
    color: #f59e0b;
}

.eshop-store-page__rating-stars svg {
    width: 0.75rem;
    height: 0.75rem;
}

.eshop-store-page__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    border: 1px solid #e8e5ef;
    background: #fff;
    color: #64748b;
    cursor: pointer;
    box-shadow: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.eshop-store-page__icon-btn:hover {
    background: #f8f7fb;
    border-color: #d4d0dc;
    color: #372a58;
    box-shadow: none;
    transform: none;
}

.eshop-store-page__icon-btn.is-following,
.eshop-store-page__icon-btn[aria-pressed="true"] {
    background: var(--eshop-brand-soft, rgba(106, 93, 139, 0.12));
    border-color: var(--eshop-brand, #6a5d8b);
    color: var(--eshop-brand, #6a5d8b);
}

.eshop-store-page__icon-btn.is-following .eshop-store-page__follow-icon {
    fill: var(--eshop-brand, #6a5d8b);
    stroke: var(--eshop-brand, #6a5d8b);
}

.eshop-store-page__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.85rem 0 0;
}

.eshop-store-page__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    border: 1px solid var(--border, #e5e7eb);
    background: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--foreground, #374151);
}

.eshop-store-page__chip--verified {
    color: var(--eshop-brand-deep, #433862);
    border-color: color-mix(in srgb, var(--eshop-brand, #6a5d8b) 25%, #e5e7eb);
    background: var(--eshop-brand-soft, rgba(106, 93, 139, 0.08));
}

.eshop-store-page__tabs {
    display: flex;
    gap: 0;
    margin-top: 0;
    border-bottom: 1px solid var(--border, #e5e7eb);
    width: 100%;
    padding: 0 0.25rem;
}

.eshop-store-page__tab {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.85rem 1.15rem;
    margin-bottom: -1px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    font: inherit;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--muted-foreground, #9ca3af);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.eshop-store-page__tab:hover {
    color: var(--eshop-brand, #6a5d8b);
}

.eshop-store-page__tab.is-active {
    color: var(--eshop-brand, #6a5d8b);
    border-bottom-color: var(--eshop-brand, #6a5d8b);
}

.eshop-store-page__tab.is-active svg {
    stroke: var(--eshop-brand, #6a5d8b);
}

.eshop-store-page__content-card {
    margin-top: 1.25rem;
    width: 100%;
    background: #fff;
    border: 1px solid #e1dfe8;
    border-radius: 14px;
    box-shadow:
        0 1px 2px rgba(55, 42, 88, 0.04),
        0 6px 18px rgba(55, 42, 88, 0.06);
    /* visible so product-card props panel can stack above neighbors */
    overflow: visible;
    padding: 0 1.05rem 1.15rem;
}

.eshop-store-page__panel {
    padding-top: 1.15rem;
    width: 100%;
}

.eshop-store-page__panel[hidden] {
    display: none !important;
}

/* Searchable city combobox */
.eshop-store-city {
    position: relative;
    width: 100%;
}

.eshop-store-city__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    min-height: 2.6rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid #e1dfe8;
    border-radius: 0.65rem;
    background: #fff;
    color: #1e293b;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: start;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.eshop-store-city__trigger:hover,
.eshop-store-city.is-open .eshop-store-city__trigger {
    border-color: #6a5d8b;
    box-shadow: 0 0 0 3px rgba(106, 93, 139, 0.14);
}

.eshop-store-city__value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.eshop-store-city__chevron {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: #8a849c;
    transition: transform 0.15s ease;
}

.eshop-store-city.is-open .eshop-store-city__chevron {
    transform: rotate(180deg);
}

.eshop-store-city__panel {
    position: absolute;
    z-index: 40;
    inset-inline: 0;
    top: calc(100% + 0.35rem);
    display: flex;
    flex-direction: column;
    max-height: 16.5rem;
    padding: 0.5rem;
    border: 1px solid #e1dfe8;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow:
        0 8px 24px rgba(15, 23, 42, 0.12),
        0 2px 6px rgba(55, 42, 88, 0.06);
}

.eshop-store-city__panel[hidden] {
    display: none !important;
}

.eshop-store-city__search {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid #e1dfe8;
    border-radius: 0.55rem;
    background: #f8f7fb;
    font: inherit;
    font-size: 0.8125rem;
    color: #1e293b;
    outline: none;
}

.eshop-store-city__search:focus {
    border-color: #6a5d8b;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(106, 93, 139, 0.12);
}

.eshop-store-city__list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    max-height: 12rem;
}

.eshop-store-city__option {
    display: block;
    width: 100%;
    padding: 0.55rem 0.65rem;
    border-radius: 0.45rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
}

.eshop-store-city__option:hover,
.eshop-store-city__option:focus {
    background: rgba(106, 93, 139, 0.1);
    color: #372a58;
    outline: none;
}

.eshop-store-city__option.is-selected {
    background: rgba(106, 93, 139, 0.14);
    color: #372a58;
}

.eshop-store-city__option[hidden] {
    display: none !important;
}

.eshop-store-city__empty {
    margin: 0.35rem 0.25rem 0.15rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #8a849c;
    text-align: center;
}

.eshop-store-city__empty[hidden] {
    display: none !important;
}

.eshop-store-page__toolbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    align-items: start;
    width: 100%;
}

@media (min-width: 768px) {
    /* Side (count/sort/cats) | Search — in RTL side sits at inline-start (right). */
    .eshop-store-page__toolbar {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }
}

.eshop-store-page__toolbar-search {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.7rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid #d4d0dc !important;
    background: #fff;
    box-shadow: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.eshop-store-page__toolbar-search:focus-within {
    border-color: #6a5d8b !important;
    box-shadow: 0 0 0 3px rgba(106, 93, 139, 0.18);
}

.eshop-store-page__toolbar-search svg {
    flex-shrink: 0;
    color: var(--muted-foreground, #9ca3af);
}

.eshop-store-page__search-input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    font-size: 0.9375rem;
    outline: none;
    color: var(--foreground, #111827);
}

.eshop-store-page__toolbar-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
    min-width: 0;
}

.eshop-store-page__count {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--foreground, #111827);
}

.eshop-store-page__sort-card {
    width: 100%;
    max-width: 18rem;
    margin: 0;
}

.eshop-store-page__sort-label {
    display: block;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.eshop-store-page__sort-wrap {
    min-width: 0;
    width: 100%;
}

.eshop-store-page__sort-wrap .retail-shop-filter-select {
    width: 100%;
}

.eshop-store-page__toolbar-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.eshop-store-page__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
}

.eshop-store-page__cat-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.9rem;
    border-radius: 0.625rem;
    border: 1px solid var(--border, #e5e7eb);
    background: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--foreground, #374151);
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.eshop-store-page__cat-chip:hover {
    border-color: var(--eshop-brand, #6a5d8b);
    color: var(--eshop-brand, #6a5d8b);
}

.eshop-store-page__cat-chip.is-active {
    background: var(--eshop-brand-soft, rgba(106, 93, 139, 0.1));
    border-color: var(--eshop-brand, #6a5d8b);
    color: var(--eshop-brand-deep, #433862);
}

/* Beat shop-home #product-grid 5-col rules — store page is full-bleed without sidebar. */
.eshop-store-page__grid-wrap,
.eshop-catalog-products--store .eshop-store-page__grid-wrap,
.shop-page .eshop-catalog-products--store #product-grid.eshop-store-page__grid-wrap {
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.eshop-store-page__grid-wrap .eshop-product-grid,
.eshop-catalog-products--store #product-grid .eshop-product-grid,
.shop-page .eshop-catalog-products--store #product-grid .eshop-product-grid,
.eshop-catalog-products--store:not(.eshop-catalog-products--with-sidebar) #product-grid .eshop-product-grid {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: start;
    overflow: visible;
    /* auto-fill keeps card size stable; empty tracks stay empty instead of shrinking cards to 1/5 width */
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)) !important;
    gap: 0.875rem !important;
}

@media (min-width: 640px) {
    .eshop-store-page__grid-wrap .eshop-product-grid,
    .eshop-catalog-products--store #product-grid .eshop-product-grid,
    .shop-page .eshop-catalog-products--store #product-grid .eshop-product-grid,
    .eshop-catalog-products--store:not(.eshop-catalog-products--with-sidebar) #product-grid .eshop-product-grid {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
        gap: 1rem !important;
    }
}

.eshop-catalog-products--store #product-grid .eshop-product-grid > .eshop-product-card-v2,
.shop-page .eshop-catalog-products--store #product-grid .eshop-product-grid > .eshop-product-card-v2,
.eshop-store-page__grid-wrap .eshop-product-grid > .eshop-product-card-v2 {
    min-width: 0;
    width: 100%;
    max-width: none;
    height: auto;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.eshop-store-page__grid-wrap .eshop-product-grid > .eshop-product-card-v2--has-props:hover,
.eshop-store-page__grid-wrap .eshop-product-grid > .eshop-product-card-v2--has-props:focus-within,
.eshop-store-page__grid-wrap .eshop-product-grid > .eshop-product-card-v2--has-props.is-props-open,
.shop-page .eshop-store-page #product-grid .eshop-product-card-v2--has-props:hover,
.shop-page .eshop-store-page #product-grid .eshop-product-card-v2--has-props:focus-within,
.shop-page .eshop-store-page #product-grid .eshop-product-card-v2--has-props.is-props-open {
    z-index: 40;
}

.eshop-store-page__grid-wrap .eshop-product-card-v2__props-wrap,
.shop-page .eshop-store-page #product-grid .eshop-product-card-v2__props-wrap {
    z-index: 41;
}

.eshop-store-page__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 3rem 1.5rem;
    border-radius: 1rem;
    border: 1px dashed var(--border, #e5e7eb);
    background: var(--muted, #f9fafb);
    color: var(--muted-foreground, #6b7280);
    text-align: center;
}

.eshop-store-page__empty svg {
    color: var(--eshop-brand-light, #7d6db5);
    opacity: 0.65;
}

.eshop-store-page__pagination {
    margin-top: 2rem;
}

.eshop-store-page__panel--reviews {
    padding-top: 1rem;
}

.eshop-store-page__panel--reviews .eshop-reviews-showcase {
    padding: 0;
}

/* ---- Share modal (SweetAlert2) ---- */
.eshop-share-swal.swal2-popup {
    width: min(100%, 22rem) !important;
    padding: 1.75rem 1.5rem 1.5rem !important;
    border-radius: 1rem !important;
    font-family: inherit !important;
}

.eshop-share-swal .swal2-title,
.eshop-share-swal__title {
    margin: 0 0 0.35rem !important;
    padding: 0 1.75rem 0 0 !important;
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #111827 !important;
}

html[dir="rtl"] .eshop-share-swal .swal2-title,
html[dir="rtl"] .eshop-share-swal__title,
.eshop-share-swal[dir="rtl"] .swal2-title,
.eshop-share-swal[dir="rtl"] .eshop-share-swal__title {
    padding: 0 0 0 1.75rem !important;
}

.eshop-share-swal .swal2-html-container {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    color: inherit !important;
}

.eshop-share-swal .swal2-close {
    width: 2rem !important;
    height: 2rem !important;
    margin: 0.65rem !important;
    font-size: 1.5rem !important;
    color: #6b7280 !important;
    border-radius: 9999px !important;
}

.eshop-share-swal .swal2-close:hover {
    background: #f3f4f6 !important;
    color: #111827 !important;
}

.eshop-share-swal__subtitle {
    margin: 0 0 1.35rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6b7280;
    text-align: start;
}

.eshop-share-swal__social {
    display: flex;
    justify-content: center;
    gap: 1.75rem;
    margin-bottom: 1.35rem;
}

.eshop-share-swal__social-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease;
}

.eshop-share-swal__social-btn:hover {
    transform: translateY(-2px);
}

.eshop-share-swal__social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
}

.eshop-share-swal__social-btn--wa .eshop-share-swal__social-icon {
    background: #dcfce7;
    color: #16a34a;
}

.eshop-share-swal__social-btn--fb .eshop-share-swal__social-icon {
    background: #dbeafe;
    color: #1877f2;
}

.eshop-share-swal__social-btn--x .eshop-share-swal__social-icon {
    background: #f3f4f6;
    color: #111827;
}

.eshop-share-swal__social-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #4b5563;
}

.eshop-share-swal__copy-field {
    display: flex;
    align-items: stretch;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #f9fafb;
}

.eshop-share-swal__copy-input {
    flex: 1;
    min-width: 0;
    border: 0;
    padding: 0.7rem 0.85rem;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #4b5563;
    background: transparent;
    direction: ltr;
    text-align: left;
}

.eshop-share-swal__copy-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
    padding: 0.65rem 0.95rem;
    border: 0;
    background: var(--eshop-brand, #6a5d8b);
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease;
}

.eshop-share-swal__copy-btn:hover {
    background: var(--eshop-brand-hover, #574a75);
}

.eshop-share-swal__copy-btn.is-copied {
    background: #16a34a;
}

/* Order detail share trigger */
.fin-cg-order-info__share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}
