
.neo-cart-badge[data-v-8272b9a5] {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}
.neo-cart-badge svg[data-v-8272b9a5] {
    width: 20px;
    height: 20px;
}
.neo-cart-badge__count[data-v-8272b9a5] {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    padding: 0 4px;
}
.neo-cart-badge__count--bounce[data-v-8272b9a5] {
    animation: neo-badge-bounce-8272b9a5 0.4s ease;
}
@keyframes neo-badge-bounce-8272b9a5 {
0% { transform: scale(1);
}
50% { transform: scale(1.3);
}
100% { transform: scale(1);
}
}

/* ─── NEO CATEGORY PAGE ─── */
.ncp[data-v-479f98c9] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 60px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #1f2937;
    direction: rtl;
}

/* Breadcrumb */
.ncp-breadcrumb[data-v-479f98c9] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 0;
    font-size: 13px;
    color: #6b7280;
}
.ncp-breadcrumb a[data-v-479f98c9] { color: inherit; text-decoration: none;
}
.ncp-breadcrumb a[data-v-479f98c9]:hover { color: #111827;
}

/* Header */
.ncp-header[data-v-479f98c9] {
    margin-bottom: 32px;
}
.ncp-header__title[data-v-479f98c9] {
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    margin: 0 0 8px;
}
.ncp-header__desc[data-v-479f98c9] {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
    line-height: 1.6;
}

/* Filter Bar */
.ncp-filter[data-v-479f98c9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}
.ncp-filter__count[data-v-479f98c9] {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}
.ncp-filter__actions[data-v-479f98c9] {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ncp-filter__sort[data-v-479f98c9] {
    padding: 8px 12px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-size: 13px;
    color: #374151;
    background: #fff;
    cursor: pointer;
    font-family: inherit;
}
.ncp-filter__sort[data-v-479f98c9]:focus { outline: none; border-color: #6366f1;
}
.ncp-filter__view[data-v-479f98c9] {
    display: flex;
    gap: 4px;
}
.ncp-filter__view button[data-v-479f98c9] {
    width: 32px;
    height: 32px;
    border: 1.5px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    transition: all 0.15s;
}
.ncp-filter__view button.active[data-v-479f98c9],
.ncp-filter__view button[data-v-479f98c9]:hover {
    border-color: #111827;
    color: #111827;
    background: #f9fafb;
}

/* Grid */
.ncp-grid[data-v-479f98c9] {
    display: grid;
    grid-template-columns: repeat(var(--ncp-cols, 4), 1fr);
    gap: var(--ncp-gap, 16px);
}
.ncp-grid--slider[data-v-479f98c9] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.ncp-grid--slider[data-v-479f98c9]::-webkit-scrollbar { display: none;
}
.ncp-grid--slider .ncp-card[data-v-479f98c9] {
    min-width: 260px;
    scroll-snap-align: start;
}

/* Slider */
.ncp-slider[data-v-479f98c9] { position: relative;
}
.ncp-slider__arrow[data-v-479f98c9] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.ncp-slider__arrow[data-v-479f98c9]:hover { background: #f9fafb; border-color: #d1d5db;
}
.ncp-slider__arrow--right[data-v-479f98c9] { right: -15px;
}
.ncp-slider__arrow--left[data-v-479f98c9] { left: -15px;
}

/* Product Card */
.ncp-card[data-v-479f98c9] {
    text-decoration: none;
    color: inherit;
    border-radius: var(--ncp-radius, 12px);
    overflow: hidden;
    background: #fff;
    transition: transform 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
}
.ncp-card[data-v-479f98c9]:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.ncp-card__img[data-v-479f98c9] {
    position: relative;
    aspect-ratio: var(--ncp-img-ratio, 1/1);
    overflow: hidden;
    background: #f9fafb;
}
.ncp-card__img img[data-v-479f98c9] {
    width: 100%;
    height: 100%;
    object-fit: var(--ncp-img-fit, cover);
    transition: transform 0.4s;
}
.ncp-card:hover .ncp-card__img img[data-v-479f98c9] {
    transform: scale(1.06);
}
.ncp-card__badge[data-v-479f98c9] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ef4444;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}
.ncp-card__info[data-v-479f98c9] {
    padding: 14px 14px 8px;
    flex: 1;
}
.ncp-card__title[data-v-479f98c9] {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 6px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ncp-card__price[data-v-479f98c9] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.ncp-card__current[data-v-479f98c9] {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}
.ncp-card__compare[data-v-479f98c9] {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: line-through;
}
.ncp-card__btn[data-v-479f98c9] {
    margin: 0 14px 14px;
    padding: 10px;
    text-align: center;
    background: #111827;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.2s;
}
.ncp-card:hover .ncp-card__btn[data-v-479f98c9] {
    background: #1f2937;
}

/* Loading */
.ncp-loading[data-v-479f98c9] {
    display: flex;
    justify-content: center;
    padding: 60px 0;
}
.ncp-loading__dots[data-v-479f98c9] {
    display: flex;
    gap: 6px;
}
.ncp-loading__dots span[data-v-479f98c9] {
    width: 8px;
    height: 8px;
    background: #d1d5db;
    border-radius: 50%;
    animation: ncp-bounce-479f98c9 1.4s infinite ease-in-out both;
}
.ncp-loading__dots span[data-v-479f98c9]:nth-child(1) { animation-delay: -0.32s;
}
.ncp-loading__dots span[data-v-479f98c9]:nth-child(2) { animation-delay: -0.16s;
}
@keyframes ncp-bounce-479f98c9 {
0%, 80%, 100% { transform: scale(0);
}
40% { transform: scale(1);
}
}

/* Empty */
.ncp-empty[data-v-479f98c9] {
    text-align: center;
    padding: 80px 20px;
    color: #9ca3af;
}
.ncp-empty p[data-v-479f98c9] { margin-top: 12px; font-size: 15px;
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
.ncp-grid[data-v-479f98c9] {
        grid-template-columns: repeat(var(--ncp-mobile-cols, 2), 1fr);
}
.ncp-header__title[data-v-479f98c9] { font-size: 1.5rem;
}
.ncp-filter__view[data-v-479f98c9] { display: none;
}
.ncp-card__info[data-v-479f98c9] { padding: 10px 10px 6px;
}
.ncp-card__btn[data-v-479f98c9] { margin: 0 10px 10px; padding: 8px; font-size: 12px;
}
}

/* ─── NEO PRODUCT PAGE ─── */
.npp[data-v-5cc92da2] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #1f2937;
    direction: rtl;
}

/* Breadcrumb */
.npp-breadcrumb[data-v-5cc92da2] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px 0;
    font-size: 13px;
    color: #6b7280;
}
.npp-breadcrumb a[data-v-5cc92da2] { color: inherit; text-decoration: none;
}
.npp-breadcrumb a[data-v-5cc92da2]:hover { color: #111827;
}

/* Layout */
.npp-layout[data-v-5cc92da2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
}

/* Gallery */
.npp-gallery__main[data-v-5cc92da2] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f9fafb;
    aspect-ratio: 1 / 1;
    cursor: zoom-in;
}
.npp-gallery__main img[data-v-5cc92da2] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.npp-gallery__thumbs[data-v-5cc92da2] {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    overflow-x: auto;
    padding: 4px 0;
}
.npp-gallery__thumb[data-v-5cc92da2] {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    flex-shrink: 0;
    transition: border-color 0.2s;
}
.npp-gallery__thumb--active[data-v-5cc92da2],
.npp-gallery__thumb[data-v-5cc92da2]:hover {
    border-color: #111827;
}
.npp-gallery__thumb img[data-v-5cc92da2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Badge */
.npp-badge[data-v-5cc92da2] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ef4444;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}
.npp-badge--sm[data-v-5cc92da2] {
    font-size: 11px;
    padding: 2px 8px;
}

/* Info */
.npp-info[data-v-5cc92da2] {
    padding-top: 10px;
}
.npp-info__title[data-v-5cc92da2] {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 8px;
    color: #111827;
}
.npp-info__sku[data-v-5cc92da2] {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 16px;
}

/* Pricing */
.npp-pricing[data-v-5cc92da2] {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.npp-pricing__current[data-v-5cc92da2] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #111827;
}
.npp-pricing__compare[data-v-5cc92da2] {
    font-size: 1.1rem;
    color: #9ca3af;
    text-decoration: line-through;
}
.npp-pricing__discount[data-v-5cc92da2] {
    background: #fef2f2;
    color: #dc2626;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

/* Variants */
.npp-variants[data-v-5cc92da2] {
    margin-bottom: 24px;
}
.npp-variants__group[data-v-5cc92da2] {
    margin-bottom: 16px;
}
.npp-variants__label[data-v-5cc92da2] {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #374151;
}
.npp-variants__label span[data-v-5cc92da2] {
    font-weight: 400;
    color: #6b7280;
}
.npp-variants__options[data-v-5cc92da2] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.npp-variants__btn[data-v-5cc92da2] {
    padding: 8px 20px;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.15s;
    color: #374151;
}
.npp-variants__btn[data-v-5cc92da2]:hover {
    border-color: #9ca3af;
}
.npp-variants__btn--active[data-v-5cc92da2] {
    background: #111827;
    color: #fff;
    border-color: #111827;
}

/* Quantity */
.npp-quantity[data-v-5cc92da2] {
    margin-bottom: 24px;
}
.npp-quantity__label[data-v-5cc92da2] {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #374151;
}
.npp-quantity__controls[data-v-5cc92da2] {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
}
.npp-quantity__btn[data-v-5cc92da2] {
    width: 40px;
    height: 40px;
    border: none;
    background: #f9fafb;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
    color: #374151;
}
.npp-quantity__btn[data-v-5cc92da2]:hover { background: #e5e7eb;
}
.npp-quantity__input[data-v-5cc92da2] {
    width: 50px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    -moz-appearance: textfield;
    color: #111827;
}
.npp-quantity__input[data-v-5cc92da2]::-webkit-outer-spin-button,
.npp-quantity__input[data-v-5cc92da2]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Actions */
.npp-actions[data-v-5cc92da2] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}
.npp-actions__add[data-v-5cc92da2],
.npp-actions__buy[data-v-5cc92da2] {
    flex: 1;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s;
}
.npp-actions__add[data-v-5cc92da2] {
    background: #111827;
    color: #fff;
    border: 2px solid #111827;
}
.npp-actions__add[data-v-5cc92da2]:hover { background: #1f2937;
}
.npp-actions__add[data-v-5cc92da2]:disabled { opacity: 0.6; cursor: wait;
}
.npp-actions__buy[data-v-5cc92da2] {
    background: transparent;
    color: #111827;
    border: 2px solid #111827;
}
.npp-actions__buy[data-v-5cc92da2]:hover {
    background: #111827;
    color: #fff;
}

/* Trust Blocks */
.npp-trust[data-v-5cc92da2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 24px;
    padding: 20px 0;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}
.npp-trust__item[data-v-5cc92da2] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #6b7280;
}
.npp-trust__item svg[data-v-5cc92da2] {
    flex-shrink: 0;
    color: #9ca3af;
}
.npp-trust__item strong[data-v-5cc92da2] {
    display: block;
    color: #374151;
    font-weight: 600;
    font-size: 13px;
}
.npp-trust__item span[data-v-5cc92da2] {
    display: block;
    font-size: 12px;
}

/* Description */
.npp-description[data-v-5cc92da2] {
    border-top: 1px solid #f3f4f6;
    padding-top: 16px;
}
.npp-description__toggle[data-v-5cc92da2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 4px 0;
}
.npp-description__toggle h3[data-v-5cc92da2] {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    color: #111827;
}
.npp-description__toggle svg[data-v-5cc92da2] {
    transition: transform 0.3s;
    color: #9ca3af;
}
.npp-rotate[data-v-5cc92da2] { transform: rotate(180deg);
}
.npp-description__content[data-v-5cc92da2] {
    padding: 16px 0;
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
}
.npp-slide-enter-active[data-v-5cc92da2], .npp-slide-leave-active[data-v-5cc92da2] {
    transition: all 0.3s ease;
    max-height: 1000px;
    overflow: hidden;
}
.npp-slide-enter[data-v-5cc92da2], .npp-slide-leave-to[data-v-5cc92da2] {
    max-height: 0;
    opacity: 0;
}

/* ─── Related Products ─── */
.npp-related[data-v-5cc92da2] {
    padding: 40px 0 60px;
    border-top: 1px solid #f3f4f6;
}
.npp-related__title[data-v-5cc92da2] {
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 0 24px;
    color: #111827;
}
.npp-related__grid[data-v-5cc92da2] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.npp-rcard[data-v-5cc92da2] {
    text-decoration: none;
    color: inherit;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    background: #fff;
}
.npp-rcard[data-v-5cc92da2]:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.npp-rcard__img[data-v-5cc92da2] {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #f9fafb;
}
.npp-rcard__img img[data-v-5cc92da2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.npp-rcard:hover .npp-rcard__img img[data-v-5cc92da2] {
    transform: scale(1.05);
}
.npp-rcard__info[data-v-5cc92da2] {
    padding: 12px;
}
.npp-rcard__info h3[data-v-5cc92da2] {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 6px;
    color: #1f2937;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.npp-rcard__price[data-v-5cc92da2] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.npp-rcard__current[data-v-5cc92da2] {
    font-weight: 700;
    color: #111827;
}
.npp-rcard__compare[data-v-5cc92da2] {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: line-through;
}

/* ─── Lightbox ─── */
.npp-lightbox[data-v-5cc92da2] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}
.npp-lightbox img[data-v-5cc92da2] {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
}
.npp-lightbox__close[data-v-5cc92da2] {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    z-index: 10;
}
.npp-lightbox__nav[data-v-5cc92da2] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.15);
    border: none;
    color: #fff;
    font-size: 48px;
    width: 50px;
    height: 80px;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
}
.npp-lightbox__nav[data-v-5cc92da2]:hover { background: rgba(255,255,255,0.25);
}
.npp-lightbox__nav--prev[data-v-5cc92da2] { right: 20px;
}
.npp-lightbox__nav--next[data-v-5cc92da2] { left: 20px;
}

/* ═══ Showcase Layout ═══ */
.npp--showcase .npp-layout[data-v-5cc92da2] {
    grid-template-columns: 1fr;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.npp--showcase .npp-gallery[data-v-5cc92da2] {
    grid-column: 1 / -1;
    grid-row: 1;
}
.npp--showcase .npp-gallery__main[data-v-5cc92da2] {
    aspect-ratio: 4/3;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.npp--showcase .npp-gallery__main img[data-v-5cc92da2] {
    object-fit: cover;
}
.npp--showcase .npp-gallery__main[data-v-5cc92da2]::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.05) 50%, transparent 100%);
    pointer-events: none;
    z-index: 1;
}
.npp--showcase .npp-gallery__thumbs[data-v-5cc92da2] {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 6px;
    gap: 6px;
    margin-top: 0;
}
.npp--showcase .npp-gallery__thumb[data-v-5cc92da2] {
    width: 52px;
    height: 52px;
    border-radius: 8px;
}
.npp--showcase .npp-info[data-v-5cc92da2] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    width: 420px;
    max-height: calc(100% - 60px);
    overflow-y: auto;
    z-index: 10;
    grid-row: 1;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.12) transparent;
}
.npp--showcase .npp-info[data-v-5cc92da2]::-webkit-scrollbar { width: 4px;
}
.npp--showcase .npp-info[data-v-5cc92da2]::-webkit-scrollbar-track { background: transparent;
}
.npp--showcase .npp-info[data-v-5cc92da2]::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.12); border-radius: 4px;
}
.npp--showcase .npp-info__title[data-v-5cc92da2] { font-size: 1.625rem; color: #1f2937;
}
.npp--showcase .npp-info__sku[data-v-5cc92da2] { color: #6b7280;
}
.npp--showcase .npp-pricing__current[data-v-5cc92da2] { color: #111827;
}
.npp--showcase .npp-pricing__compare[data-v-5cc92da2] { color: #9ca3af;
}
.npp--showcase .npp-pricing__discount[data-v-5cc92da2] { background: rgba(254,242,242,0.85);
}
.npp--showcase .npp-variants__label[data-v-5cc92da2] { color: #374151;
}
.npp--showcase .npp-variants__btn[data-v-5cc92da2] { background: rgba(255,255,255,0.7);
}
.npp--showcase .npp-quantity__controls[data-v-5cc92da2] { background: rgba(255,255,255,0.5);
}
.npp--showcase .npp-trust[data-v-5cc92da2] {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 0;
}
.npp--showcase .npp-trust__item[data-v-5cc92da2] {
    background: rgba(255,255,255,0.4);
    border-radius: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(0,0,0,0.04);
}
.npp--showcase .npp-trust__item strong[data-v-5cc92da2] { color: #374151; font-size: 12px;
}
.npp--showcase .npp-trust__item span[data-v-5cc92da2] { font-size: 11px;
}
.npp--showcase .npp-actions__add[data-v-5cc92da2],
.npp--showcase .npp-actions__buy[data-v-5cc92da2] {
    font-size: 14px;
    padding: 12px 18px;
}

/* ═══ Showcase on Tablet ═══ */
@media (max-width: 1024px) {
.npp--showcase .npp-gallery__main[data-v-5cc92da2] { aspect-ratio: 4/3;
}
.npp--showcase .npp-info[data-v-5cc92da2] {
        width: 380px;
        left: 24px;
        padding: 28px;
}
.npp--showcase .npp-info__title[data-v-5cc92da2] { font-size: 1.375rem;
}
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
.npp-layout[data-v-5cc92da2] {
        grid-template-columns: 1fr;
        gap: 24px;
}
.npp-info__title[data-v-5cc92da2] { font-size: 1.4rem;
}
.npp-pricing__current[data-v-5cc92da2] { font-size: 1.4rem;
}
.npp-trust[data-v-5cc92da2] { grid-template-columns: 1fr; gap: 8px;
}
.npp-related__grid[data-v-5cc92da2] { grid-template-columns: repeat(2, 1fr);
}
.npp-actions[data-v-5cc92da2] { flex-direction: column;
}

    /* Showcase mobile: stack vertically with subtle overlap */
.npp--showcase .npp-layout[data-v-5cc92da2] { overflow: visible;
}
.npp--showcase .npp-gallery[data-v-5cc92da2] { position: static;
}
.npp--showcase .npp-gallery__main[data-v-5cc92da2] {
        aspect-ratio: 3/2;
        border-radius: 16px 16px 0 0;
}
.npp--showcase .npp-gallery__main[data-v-5cc92da2]::after {
        background: linear-gradient(to top, rgba(0,0,0,0.3) 0%, transparent 50%);
}
.npp--showcase .npp-gallery__thumbs[data-v-5cc92da2] {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        background: transparent;
        backdrop-filter: none;
        border-radius: 0;
        padding: 8px 0;
}
.npp--showcase .npp-info[data-v-5cc92da2] {
        position: relative;
        top: auto;
        transform: none;
        right: auto;
        width: 100%;
        max-height: none;
        margin-top: -32px;
        border-radius: 16px 16px 0 0;
        background: #fff;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: 0 -8px 30px rgba(0,0,0,0.08);
        border: none;
        padding: 28px 20px;
}
}

/* ===== Base ===== */
.ncat[data-v-f33c1091] {
    direction: rtl;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px 60px;
    color: var(--ncat-title-color, #111827);
}

/* ===== Breadcrumb ===== */
.ncat-breadcrumb[data-v-f33c1091] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 16px 0;
    font-size: 13px;
    color: #9ca3af;
}
.ncat-breadcrumb a[data-v-f33c1091] {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s;
}
.ncat-breadcrumb a[data-v-f33c1091]:hover {
    color: var(--ncat-primary, #111827);
}
.ncat-breadcrumb span[data-v-f33c1091] {
    color: var(--ncat-title-color, #111827);
}

/* ===== Header ===== */
.ncat-header[data-v-f33c1091] {
    position: relative;
    text-align: center;
    margin-bottom: 32px;
    padding: 32px 24px;
    border-radius: 16px;
    overflow: hidden;
}
.ncat-header__img[data-v-f33c1091] {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.ncat-header__img img[data-v-f33c1091] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ncat-header__overlay[data-v-f33c1091] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}
.ncat-header__title[data-v-f33c1091] {
    position: relative;
    z-index: 1;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
}
.ncat-header__desc[data-v-f33c1091] {
    position: relative;
    z-index: 1;
    font-size: 15px;
    margin: 0;
    opacity: 0.75;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}
.ncat-header__img ~ .ncat-header__title[data-v-f33c1091],
.ncat-header__img ~ .ncat-header__desc[data-v-f33c1091] {
    color: #fff;
}

/* ===== Filter Bar ===== */
.ncat-filter[data-v-f33c1091] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #f3f4f6;
}
.ncat-filter__count[data-v-f33c1091] {
    font-size: 14px;
    color: #6b7280;
}
.ncat-filter__actions[data-v-f33c1091] {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ncat-filter__sort[data-v-f33c1091] {
    appearance: none;
    -webkit-appearance: none;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 6px 32px 6px 12px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 10px center;
    font-family: inherit;
    direction: rtl;
}
.ncat-filter__sort[data-v-f33c1091]:focus {
    outline: none;
    border-color: var(--ncat-primary, #111827);
}
.ncat-filter__view[data-v-f33c1091] {
    display: flex;
    gap: 4px;
}
.ncat-filter__view button[data-v-f33c1091] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
    color: #9ca3af;
    cursor: pointer;
    transition: all 0.2s;
}
.ncat-filter__view button.active[data-v-f33c1091] {
    border-color: var(--ncat-primary, #111827);
    color: var(--ncat-primary, #111827);
    background: #f9fafb;
}
.ncat-filter__view button[data-v-f33c1091]:hover:not(.active) {
    border-color: #d1d5db;
    color: #6b7280;
}

/* ===== Product Grid ===== */
.ncat-grid[data-v-f33c1091] {
    display: grid;
    grid-template-columns: repeat(var(--ncat-cols, 4), 1fr);
    gap: var(--ncat-gap, 16px);
}

/* ===== Product Card ===== */
.ncat-card[data-v-f33c1091] {
    display: flex;
    flex-direction: column;
    background: var(--ncat-card-bg, #fff);
    border-radius: var(--ncat-radius, 12px);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}

/* Card Styles */
.ncat-card--clean[data-v-f33c1091] {
    border: none;
    box-shadow: none;
}
.ncat-card--clean[data-v-f33c1091]:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.ncat-card--bordered[data-v-f33c1091] {
    border: 1px solid #e5e7eb;
}
.ncat-card--bordered[data-v-f33c1091]:hover {
    border-color: #d1d5db;
    transform: translateY(-2px);
}
.ncat-card--shadow[data-v-f33c1091] {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}
.ncat-card--shadow[data-v-f33c1091]:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.ncat-card--minimal[data-v-f33c1091] {
    /* no effects */
}

/* Card Image */
.ncat-card__img[data-v-f33c1091] {
    position: relative;
    aspect-ratio: var(--ncat-img-ratio, 1/1);
    overflow: hidden;
    background: #f9fafb;
    cursor: pointer;
}
.ncat-card__img img[data-v-f33c1091] {
    width: 100%;
    height: 100%;
    object-fit: var(--ncat-img-fit, cover);
    transition: transform 0.4s ease;
}
.ncat-card:hover .ncat-card__img img[data-v-f33c1091] {
    transform: scale(1.06);
}
.ncat-card--minimal:hover .ncat-card__img img[data-v-f33c1091] {
    transform: none;
}

/* Badge */
.ncat-card__badge[data-v-f33c1091] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--ncat-badge-bg, #ef4444);
    color: var(--ncat-badge-color, #fff);
    font-size: 12px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    line-height: 1;
}

/* Card Body */
.ncat-card__body[data-v-f33c1091] {
    display: flex;
    flex-direction: column;
    padding: 12px 14px 14px;
    flex: 1;
}

/* Title */
.ncat-card__title[data-v-f33c1091] {
    font-size: 14px;
    font-weight: 500;
    color: var(--ncat-title-color, #111827);
    text-decoration: none;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.45;
}
.ncat-card__title[data-v-f33c1091]:hover {
    color: var(--ncat-primary, #111827);
}

/* Pricing */
.ncat-card__pricing[data-v-f33c1091] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
}
.ncat-card__price[data-v-f33c1091] {
    font-size: 16px;
    font-weight: 700;
    color: var(--ncat-price-color, #111827);
}
.ncat-card__compare[data-v-f33c1091] {
    font-size: 13px;
    color: var(--ncat-compare-color, #9ca3af);
    text-decoration: line-through;
}
.ncat-card__discount[data-v-f33c1091] {
    font-size: 11px;
    font-weight: 600;
    color: var(--ncat-badge-bg, #ef4444);
    background: color-mix(in srgb, var(--ncat-badge-bg, #ef4444) 10%, transparent);
    padding: 2px 6px;
    border-radius: 4px;
}

/* Quick Add Button */
.ncat-card__btn[data-v-f33c1091] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    width: 100%;
}
.ncat-card__btn[data-v-f33c1091]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Button Styles */
.ncat-card__btn--solid[data-v-f33c1091] {
    background: var(--ncat-btn-bg, #111827);
    color: var(--ncat-btn-color, #fff);
    border-radius: var(--ncat-btn-radius, 8px);
}
.ncat-card__btn--solid[data-v-f33c1091]:hover:not(:disabled) {
    opacity: 0.88;
}
.ncat-card__btn--outline[data-v-f33c1091] {
    background: transparent;
    color: var(--ncat-btn-bg, #111827);
    border: 1.5px solid var(--ncat-btn-bg, #111827);
    border-radius: var(--ncat-btn-radius, 8px);
}
.ncat-card__btn--outline[data-v-f33c1091]:hover:not(:disabled) {
    background: var(--ncat-btn-bg, #111827);
    color: var(--ncat-btn-color, #fff);
}
.ncat-card__btn--pill[data-v-f33c1091] {
    background: var(--ncat-btn-bg, #111827);
    color: var(--ncat-btn-color, #fff);
    border-radius: 50px;
}
.ncat-card__btn--pill[data-v-f33c1091]:hover:not(:disabled) {
    opacity: 0.88;
}
.ncat-card__btn--ghost[data-v-f33c1091] {
    background: transparent;
    color: var(--ncat-btn-bg, #111827);
    border-radius: var(--ncat-btn-radius, 8px);
}
.ncat-card__btn--ghost[data-v-f33c1091]:hover:not(:disabled) {
    background: #f3f4f6;
}

/* ===== Variant Picker ===== */
.ncat-vpicker[data-v-f33c1091] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid #e5e7eb;
    padding: 12px;
    z-index: 10;
    border-radius: 0 0 var(--ncat-radius, 12px) var(--ncat-radius, 12px);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
}
.ncat-vpicker__head[data-v-f33c1091] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.ncat-vpicker__title[data-v-f33c1091] {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}
.ncat-vpicker__close[data-v-f33c1091] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    background: #f3f4f6;
    border-radius: 50%;
    cursor: pointer;
    color: #6b7280;
    transition: all 0.15s;
    padding: 0;
}
.ncat-vpicker__close[data-v-f33c1091]:hover {
    background: #e5e7eb;
    color: #111827;
}
.ncat-vpicker__body[data-v-f33c1091] {
    max-height: 140px;
    overflow-y: auto;
}
.ncat-vpicker__group[data-v-f33c1091] {
    margin-bottom: 8px;
}
.ncat-vpicker__group[data-v-f33c1091]:last-child {
    margin-bottom: 0;
}
.ncat-vpicker__label[data-v-f33c1091] {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 4px;
}
.ncat-vpicker__opts[data-v-f33c1091] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.ncat-vpicker__opt[data-v-f33c1091] {
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    font-family: inherit;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    background: #fff;
    color: #374151;
    cursor: pointer;
    transition: all 0.15s;
    line-height: 1.4;
}
.ncat-vpicker__opt[data-v-f33c1091]:hover {
    border-color: #9ca3af;
}
.ncat-vpicker__opt--active[data-v-f33c1091] {
    background: var(--ncat-primary, #111827);
    color: #fff;
    border-color: var(--ncat-primary, #111827);
}
.ncat-vpicker__opt--active[data-v-f33c1091]:hover {
    border-color: var(--ncat-primary, #111827);
}
.ncat-vpicker__price[data-v-f33c1091] {
    font-size: 14px;
    font-weight: 700;
    color: var(--ncat-price-color, #111827);
    margin: 8px 0 4px;
    text-align: center;
}
.ncat-vpicker__add[data-v-f33c1091] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    border: none;
    border-radius: var(--ncat-btn-radius, 8px);
    background: var(--ncat-btn-bg, #111827);
    color: var(--ncat-btn-color, #fff);
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 6px;
}
.ncat-vpicker__add[data-v-f33c1091]:hover:not(:disabled) {
    opacity: 0.88;
}
.ncat-vpicker__add[data-v-f33c1091]:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Slide transition */
.ncat-slide-enter-active[data-v-f33c1091],
.ncat-slide-leave-active[data-v-f33c1091] {
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.ncat-slide-enter[data-v-f33c1091],
.ncat-slide-leave-to[data-v-f33c1091] {
    transform: translateY(100%);
    opacity: 0;
}

/* ===== Loading ===== */
.ncat-loading[data-v-f33c1091] {
    display: flex;
    justify-content: center;
    padding: 60px 0;
}
.ncat-loading__dots[data-v-f33c1091] {
    display: flex;
    gap: 6px;
}
.ncat-loading__dots span[data-v-f33c1091] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ncat-primary, #111827);
    animation: ncat-bounce-f33c1091 1.2s ease-in-out infinite;
}
.ncat-loading__dots span[data-v-f33c1091]:nth-child(2) {
    animation-delay: 0.15s;
}
.ncat-loading__dots span[data-v-f33c1091]:nth-child(3) {
    animation-delay: 0.3s;
}
@keyframes ncat-bounce-f33c1091 {
0%, 80%, 100% { transform: scale(0.4); opacity: 0.3;
}
40% { transform: scale(1); opacity: 1;
}
}

/* ===== Empty State ===== */
.ncat-empty[data-v-f33c1091] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
    color: #9ca3af;
}
.ncat-empty svg[data-v-f33c1091] {
    margin-bottom: 16px;
    stroke: #d1d5db;
}
.ncat-empty p[data-v-f33c1091] {
    font-size: 15px;
    margin: 0;
}

/* ===== Spinner ===== */
.ncat-spin[data-v-f33c1091] {
    animation: ncat-spin-anim-f33c1091 0.8s linear infinite;
}
@keyframes ncat-spin-anim-f33c1091 {
to { transform: rotate(360deg);
}
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
.ncat-grid[data-v-f33c1091] {
        grid-template-columns: repeat(3, 1fr);
}
.ncat-filter__view button[data-v-f33c1091]:last-child {
        display: none;
}
}
@media (max-width: 768px) {
.ncat[data-v-f33c1091] {
        padding: 0 16px 40px;
}
.ncat-grid[data-v-f33c1091] {
        grid-template-columns: repeat(2, 1fr);
}
.ncat-header__title[data-v-f33c1091] {
        font-size: 22px;
}
.ncat-header__desc[data-v-f33c1091] {
        font-size: 14px;
}
.ncat-header[data-v-f33c1091] {
        padding: 24px 16px;
        margin-bottom: 20px;
}
.ncat-filter__view[data-v-f33c1091] {
        display: none;
}
.ncat-card__body[data-v-f33c1091] {
        padding: 10px 10px 12px;
}
.ncat-card__title[data-v-f33c1091] {
        font-size: 13px;
}
.ncat-card__price[data-v-f33c1091] {
        font-size: 15px;
}
.ncat-card__btn[data-v-f33c1091] {
        font-size: 12px;
        padding: 7px 10px;
}
.ncat-vpicker[data-v-f33c1091] {
        padding: 10px;
}
.ncat-vpicker__opt[data-v-f33c1091] {
        padding: 2px 8px;
        font-size: 11px;
}
}

/* ========================================
   NEO GALLERY - CSS Custom Properties
   ======================================== */
.neo-gallery[data-v-9e435ec1] {
    --npp-gallery-bg: #ffffff;
    --npp-gallery-radius: 8px;
    --npp-gallery-thumb-size: 64px;
    --npp-gallery-thumb-radius: 6px;
    --npp-gallery-thumb-gap: 8px;
    --npp-gallery-active-border: var(--neo-primary, #4F46E5);
    --npp-gallery-transition: 0.25s ease;
    width: 100%;
    position: relative;
}

/* ========================================
   MAIN IMAGE
   ======================================== */
.neo-gallery__main[data-v-9e435ec1] {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background: var(--npp-gallery-bg);
    border-radius: var(--npp-gallery-radius);
}
.neo-gallery__main > img[data-v-9e435ec1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.2s ease;
    will-change: transform;
    user-select: none;
    -webkit-user-drag: none;
}

/* ========================================
   ZOOM
   ======================================== */
.neo-gallery__zoom-lens[data-v-9e435ec1] {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

/* ========================================
   BOTTOM THUMBS
   ======================================== */
.neo-gallery__thumbs[data-v-9e435ec1] {
    display: flex;
    gap: var(--npp-gallery-thumb-gap);
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
    -webkit-overflow-scrolling: touch;
}
.neo-gallery__thumbs[data-v-9e435ec1]::-webkit-scrollbar {
    height: 4px;
}
.neo-gallery__thumbs[data-v-9e435ec1]::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}
.neo-gallery__thumb[data-v-9e435ec1] {
    flex: 0 0 var(--npp-gallery-thumb-size);
    width: var(--npp-gallery-thumb-size);
    height: var(--npp-gallery-thumb-size);
    border: 2px solid transparent;
    border-radius: var(--npp-gallery-thumb-radius);
    overflow: hidden;
    cursor: pointer;
    background: var(--npp-gallery-bg);
    padding: 0;
    transition: border-color var(--npp-gallery-transition), opacity var(--npp-gallery-transition);
    opacity: 0.65;
}
.neo-gallery__thumb[data-v-9e435ec1]:hover {
    opacity: 0.9;
}
.neo-gallery__thumb--active[data-v-9e435ec1] {
    border-color: var(--npp-gallery-active-border);
    opacity: 1;
}
.neo-gallery__thumb img[data-v-9e435ec1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ========================================
   LEFT THUMBS
   ======================================== */
.neo-gallery__side-layout[data-v-9e435ec1] {
    display: flex;
    gap: 10px;
}
.neo-gallery--rtl .neo-gallery__side-layout[data-v-9e435ec1] {
    flex-direction: row-reverse;
}
.neo-gallery__side-thumbs[data-v-9e435ec1] {
    display: flex;
    flex-direction: column;
    gap: var(--npp-gallery-thumb-gap);
    flex: 0 0 var(--npp-gallery-thumb-size);
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.15) transparent;
}
.neo-gallery__side-thumbs[data-v-9e435ec1]::-webkit-scrollbar {
    width: 4px;
}
.neo-gallery__side-thumbs[data-v-9e435ec1]::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}
.neo-gallery__main-wrap[data-v-9e435ec1] {
    flex: 1;
    min-width: 0;
}

/* ========================================
   GRID
   ======================================== */
.neo-gallery__grid[data-v-9e435ec1] {
    display: grid;
    gap: 6px;
    border-radius: var(--npp-gallery-radius);
    overflow: hidden;
}
.neo-gallery__grid--4[data-v-9e435ec1] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
.neo-gallery__grid--2[data-v-9e435ec1] {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}
.neo-gallery__grid--1[data-v-9e435ec1] {
    grid-template-columns: 1fr;
}
.neo-gallery__grid-cell[data-v-9e435ec1] {
    position: relative;
    overflow: hidden;
    background: var(--npp-gallery-bg);
    border-radius: calc(var(--npp-gallery-radius) / 2);
    cursor: pointer;
}
.neo-gallery__grid-cell img[data-v-9e435ec1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.neo-gallery__grid-cell:hover img[data-v-9e435ec1] {
    transform: scale(1.04);
}
.neo-gallery__grid-more[data-v-9e435ec1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    z-index: 2;
}

/* ========================================
   SLIDER
   ======================================== */
.neo-gallery__slider[data-v-9e435ec1],
.neo-gallery__slider-track[data-v-9e435ec1] {
    direction: ltr;
}
.neo-gallery__slider[data-v-9e435ec1] {
    position: relative;
    overflow: hidden;
    border-radius: var(--npp-gallery-radius);
}
.neo-gallery__slider-track[data-v-9e435ec1] {
    display: flex;
    flex-direction: row;
    will-change: transform;
}
.neo-gallery__slider-slide[data-v-9e435ec1] {
    flex: 0 0 100%;
    width: 100%;
}
.neo-gallery__arrow[data-v-9e435ec1] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
    transition: background var(--npp-gallery-transition), box-shadow var(--npp-gallery-transition);
    color: #333;
    padding: 0;
}
.neo-gallery__arrow[data-v-9e435ec1]:hover {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
.neo-gallery__arrow--prev[data-v-9e435ec1] {
    left: 10px;
}
.neo-gallery__arrow--next[data-v-9e435ec1] {
    right: 10px;
}
.neo-gallery--rtl .neo-gallery__arrow--prev[data-v-9e435ec1] {
    left: auto;
    right: 10px;
}
.neo-gallery--rtl .neo-gallery__arrow--next[data-v-9e435ec1] {
    right: auto;
    left: 10px;
}
.neo-gallery--rtl .neo-gallery__arrow--prev svg[data-v-9e435ec1],
.neo-gallery--rtl .neo-gallery__arrow--next svg[data-v-9e435ec1] {
    transform: scaleX(-1);
}
.neo-gallery__dots[data-v-9e435ec1] {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 10px 0 4px;
}
.neo-gallery__dot[data-v-9e435ec1] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    padding: 0;
    transition: background var(--npp-gallery-transition), transform var(--npp-gallery-transition);
}
.neo-gallery__dot--active[data-v-9e435ec1] {
    background: var(--npp-gallery-active-border);
    transform: scale(1.3);
}

/* ========================================
   LIGHTBOX
   ======================================== */
.neo-gallery__lightbox[data-v-9e435ec1] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}
.neo-gallery__lb-close[data-v-9e435ec1] {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 3;
    transition: background 0.2s;
    padding: 0;
}
.neo-gallery__lb-close[data-v-9e435ec1]:hover {
    background: rgba(255, 255, 255, 0.25);
}
.neo-gallery__lb-arrow[data-v-9e435ec1] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 3;
    transition: background 0.2s;
    padding: 0;
}
.neo-gallery__lb-arrow[data-v-9e435ec1]:hover {
    background: rgba(255, 255, 255, 0.22);
}
.neo-gallery__lb-arrow--prev[data-v-9e435ec1] {
    left: 16px;
}
.neo-gallery__lb-arrow--next[data-v-9e435ec1] {
    right: 16px;
}
.neo-gallery--rtl .neo-gallery__lb-arrow--prev[data-v-9e435ec1] {
    left: auto;
    right: 16px;
}
.neo-gallery--rtl .neo-gallery__lb-arrow--next[data-v-9e435ec1] {
    right: auto;
    left: 16px;
}
.neo-gallery--rtl .neo-gallery__lb-arrow--prev svg[data-v-9e435ec1],
.neo-gallery--rtl .neo-gallery__lb-arrow--next svg[data-v-9e435ec1] {
    transform: scaleX(-1);
}
.neo-gallery__lb-img-wrap[data-v-9e435ec1] {
    max-width: 90vw;
    max-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.neo-gallery__lb-img-wrap img[data-v-9e435ec1] {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px;
    user-select: none;
    -webkit-user-drag: none;
}
.neo-gallery__lb-counter[data-v-9e435ec1] {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    direction: ltr;
}

/* ========================================
   TRANSITIONS
   ======================================== */
.neo-gallery-fade-enter-active[data-v-9e435ec1],
.neo-gallery-fade-leave-active[data-v-9e435ec1] {
    transition: opacity 0.25s ease;
}
.neo-gallery-fade-enter[data-v-9e435ec1],
.neo-gallery-fade-leave-to[data-v-9e435ec1] {
    opacity: 0;
}

/* ========================================
   MOBILE (< 768px)
   ======================================== */
@media (max-width: 767px) {
.neo-gallery[data-v-9e435ec1] {
        --npp-gallery-thumb-size: 52px;
        --npp-gallery-thumb-gap: 6px;
}
.neo-gallery__arrow[data-v-9e435ec1] {
        width: 32px;
        height: 32px;
}
.neo-gallery__arrow--prev[data-v-9e435ec1] {
        left: 6px;
}
.neo-gallery__arrow--next[data-v-9e435ec1] {
        right: 6px;
}
.neo-gallery__lb-arrow[data-v-9e435ec1] {
        width: 36px;
        height: 36px;
}
.neo-gallery__lb-arrow--prev[data-v-9e435ec1] {
        left: 8px;
}
.neo-gallery__lb-arrow--next[data-v-9e435ec1] {
        right: 8px;
}
.neo-gallery__lb-close[data-v-9e435ec1] {
        top: 10px;
        right: 10px;
}
.neo-gallery__grid[data-v-9e435ec1] {
        gap: 4px;
}
}
