.nupon-pf-v2 {
    --npf-accent: #7b8f22;
    --npf-accent-dark: #647516;
    --npf-section-bg: #f7eee8;
    --npf-surface: #fffdf9;
    --npf-ink: #28231f;
    --npf-muted: #746d65;
    --npf-border: #ded0c4;
    --npf-soft: rgba(123, 143, 34, 0.1);
    --npf-swatch-size: 18px;
    --npf-card-swatch-size: var(--npf-swatch-size);
    --npf-swatch-border-color: #ded8d3;
    --npf-swatch-fallback-bg: #f4f0ec;
    --npf-swatch-fallback-text: #4c4541;
    --npf-unit-pill-bg: #f4e9d8;
    --npf-unit-pill-text: #8a6030;
    --npf-shadow: 0 18px 45px rgba(65, 51, 39, 0.08);
    --npf-radius-lg: 22px;
    --npf-radius-md: 15px;
    --npf-radius-sm: 10px;
    --npf-grid-gap: 24px;
    --npf-columns: 4;
    --npf-font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --npf-font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;

    position: relative;
    width: 100%;
    max-width: 100%;
    padding: clamp(28px, 4vw, 64px);
    overflow: hidden;
    overflow: clip;
    border: 1px solid var(--npf-border);
    border-radius: var(--npf-radius-lg);
    background: var(--npf-section-bg);
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.75), transparent 28%),
        var(--npf-section-bg);
    color: var(--npf-ink);
    font-family: var(--npf-font-sans);
    line-height: 1.55;
}

.nupon-pf-v2,
.nupon-pf-v2 * {
    box-sizing: border-box;
}

.nupon-pf-v2 button,
.nupon-pf-v2 input {
    font: inherit;
}

.nupon-pf-v2 button {
    -webkit-tap-highlight-color: transparent;
}

.nupon-pf-v2 .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Main layout */
.nupon-pf-v2 .npf-layout {
    display: grid;
    grid-template-columns: minmax(230px, 278px) minmax(0, 1fr);
    gap: clamp(26px, 4vw, 52px);
    align-items: start;
    min-width: 0;
}

.nupon-pf-v2 .npf-sidebar {
    position: sticky;
    top: 28px;
    min-width: 0;
    padding: 22px;
    border: 1px solid var(--npf-border);
    border-radius: var(--npf-radius-md);
    background: rgba(255, 253, 249, 0.94);
    background: color-mix(in srgb, var(--npf-surface) 94%, transparent);
    box-shadow: 0 12px 32px rgba(65, 51, 39, 0.055);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.nupon-pf-v2 .npf-filter-toggle {
    display: none;
}

/* Search */
.nupon-pf-v2 .npf-search {
    position: relative;
    margin-bottom: 24px;
}

.nupon-pf-v2 .npf-search__icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 15px;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    color: var(--npf-muted);
    pointer-events: none;
}

.nupon-pf-v2 .npf-search__input {
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 11px 38px 11px 44px;
    border: 1px solid var(--npf-border);
    border-radius: 999px;
    outline: none;
    background: #fff;
    color: var(--npf-ink);
    font-size: 14px;
    line-height: 1.35;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
    appearance: none;
    -webkit-appearance: none;
}

.nupon-pf-v2 .npf-search__input::-webkit-search-cancel-button {
    cursor: pointer;
}

.nupon-pf-v2 .npf-search__input::placeholder {
    color: var(--npf-muted);
    opacity: 0.78;
}

.nupon-pf-v2 .npf-search__input:focus {
    border-color: var(--npf-accent);
    box-shadow: 0 0 0 3px rgba(123, 143, 34, 0.17);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--npf-accent) 17%, transparent);
}

/* Sidebar heading */
.nupon-pf-v2 .npf-sidebar__header {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--npf-border);
}

.nupon-pf-v2 .npf-sidebar__eyebrow {
    display: block;
    margin-bottom: 2px;
    color: var(--npf-accent-dark);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.nupon-pf-v2 .npf-sidebar__title {
    margin: 0;
    color: var(--npf-ink);
    font-family: var(--npf-font-serif);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.nupon-pf-v2 .npf-clear {
    flex: 0 0 auto;
    margin: 0 0 2px;
    padding: 2px;
    border: 0;
    outline: none;
    background: transparent;
    color: var(--npf-accent-dark);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 3px;
    transition: color 160ms ease, text-decoration-color 160ms ease, opacity 160ms ease;
}

.nupon-pf-v2 .npf-clear:hover:not(:disabled),
.nupon-pf-v2 .npf-clear:focus-visible:not(:disabled) {
    color: var(--npf-accent);
    text-decoration-color: currentColor;
}

.nupon-pf-v2 .npf-clear:focus-visible {
    outline: 2px solid var(--npf-accent);
    outline-offset: 2px;
    border-radius: 4px;
}

.nupon-pf-v2 .npf-clear:disabled {
    opacity: 0.38;
    cursor: default;
}

/* Category tree */
.nupon-pf-v2 .npf-categories {
    max-height: min(58vh, 560px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 2px 7px 2px 0;
    scrollbar-width: thin;
    scrollbar-color: var(--npf-border) transparent;
}

.nupon-pf-v2 .npf-categories::-webkit-scrollbar {
    width: 5px;
}

.nupon-pf-v2 .npf-categories::-webkit-scrollbar-track {
    background: transparent;
}

.nupon-pf-v2 .npf-categories::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: var(--npf-border);
}

.nupon-pf-v2 .npf-category {
    width: 100%;
}

.nupon-pf-v2 .npf-category + .npf-category {
    margin-top: 5px;
}

.nupon-pf-v2 .npf-category__row {
    display: flex;
    gap: 7px;
    align-items: center;
    min-height: 38px;
    padding-left: calc(var(--npf-level, 0) * 14px);
}

.nupon-pf-v2 .npf-category__label {
    display: flex;
    flex: 1 1 auto;
    gap: 10px;
    align-items: center;
    min-width: 0;
    padding: 6px 4px;
    border-radius: 8px;
    color: var(--npf-ink);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    transition: color 160ms ease, background-color 160ms ease;
}

.nupon-pf-v2 .npf-category__label:hover {
    background: var(--npf-soft);
    color: var(--npf-accent-dark);
}

.nupon-pf-v2 .npf-category__checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.nupon-pf-v2 .npf-category__checkmark {
    position: relative;
    display: inline-flex;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--npf-border);
    border-radius: 5px;
    background: #fff;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.nupon-pf-v2 .npf-category__checkmark::after {
    width: 8px;
    height: 4px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    opacity: 0;
    transform: translateY(-1px) rotate(-45deg) scale(0.7);
    transition: opacity 140ms ease, transform 140ms ease;
}

.nupon-pf-v2 .npf-category__checkbox:checked + .npf-category__checkmark {
    border-color: var(--npf-accent);
    background: var(--npf-accent);
    box-shadow: 0 0 0 3px rgba(123, 143, 34, 0.13);
}

.nupon-pf-v2 .npf-category__checkbox:checked + .npf-category__checkmark::after {
    opacity: 1;
    transform: translateY(-1px) rotate(-45deg) scale(1);
}

.nupon-pf-v2 .npf-category__checkbox:focus-visible + .npf-category__checkmark {
    outline: 2px solid var(--npf-accent);
    outline-offset: 2px;
}

.nupon-pf-v2 .npf-category__name {
    min-width: 0;
    overflow-wrap: anywhere;
}

.nupon-pf-v2 .npf-category__toggle {
    display: inline-flex;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: transparent;
    color: var(--npf-muted);
    cursor: pointer;
    transition: color 160ms ease, background-color 160ms ease;
}

.nupon-pf-v2 .npf-category__toggle:hover,
.nupon-pf-v2 .npf-category__toggle:focus-visible {
    background: var(--npf-soft);
    color: var(--npf-accent-dark);
}

.nupon-pf-v2 .npf-category__toggle:focus-visible {
    outline: 2px solid var(--npf-accent);
    outline-offset: 1px;
}

.nupon-pf-v2 .npf-category__toggle svg {
    width: 16px;
    height: 16px;
    transition: transform 180ms ease;
}

.nupon-pf-v2 .npf-category.is-expanded > .npf-category__row .npf-category__toggle svg {
    transform: rotate(90deg);
}

.nupon-pf-v2 .npf-category__children[hidden] {
    display: none !important;
}

.nupon-pf-v2 .npf-sidebar__notice {
    margin: 0;
    color: var(--npf-muted);
    font-size: 13px;
}

/* Results */
.nupon-pf-v2 .npf-results {
    min-width: 0;
}

.nupon-pf-v2 .npf-results__toolbar {
    display: flex;
    min-height: 32px;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--npf-border);
}

.nupon-pf-v2 .npf-results__statement {
    margin: 0;
    color: var(--npf-muted);
    font-size: 13px;
    font-weight: 600;
}

.nupon-pf-v2 .npf-results__loading {
    display: inline-block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(123, 143, 34, 0.22);
    border-top-color: var(--npf-accent);
    border-radius: 50%;
    opacity: 0;
    animation: npf-spin 750ms linear infinite;
    transition: opacity 140ms ease;
}

.nupon-pf-v2.is-loading .npf-results__loading {
    opacity: 1;
}

@keyframes npf-spin {
    to { transform: rotate(360deg); }
}

.nupon-pf-v2 .npf-products {
    display: grid;
    grid-template-columns: repeat(var(--npf-columns), minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: var(--npf-grid-gap);
    width: 100%;
    min-width: 0;
    transition: opacity 180ms ease, transform 180ms ease;
}

.nupon-pf-v2.is-loading .npf-products {
    opacity: 0.45;
    transform: translateY(2px);
    pointer-events: none;
}

/* Product card */
.nupon-pf-v2 .npf-product-card {
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--npf-border);
    border-radius: var(--npf-radius-md);
    background: var(--npf-surface);
    box-shadow: 0 8px 22px rgba(65, 51, 39, 0.035);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.nupon-pf-v2 .npf-product-card:hover {
    border-color: var(--npf-accent);
    border-color: color-mix(in srgb, var(--npf-accent) 32%, var(--npf-border));
    box-shadow: var(--npf-shadow);
    transform: translateY(-5px);
}

.nupon-pf-v2 .npf-product-card__link {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none !important;
}

.nupon-pf-v2 .npf-product-card__link:focus-visible {
    outline: 3px solid rgba(123, 143, 34, 0.45);
    outline-offset: -3px;
}

.nupon-pf-v2 .npf-product-card__media {
    position: relative;
    display: flex;
    aspect-ratio: 1 / 1.04;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: clamp(14px, 2vw, 26px);
    border-bottom: 1px solid var(--npf-border);
    background: radial-gradient(circle at 50% 42%, #fff 0%, rgba(255, 255, 255, 0.88) 45%, rgba(244, 236, 227, 0.82) 100%);
}

.nupon-pf-v2 .npf-product-card__media img {
    display: block;
    width: 100%;
    height: 100% !important;
    max-width: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 14px 15px rgba(58, 45, 35, 0.11));
    transition: transform 320ms ease;
}

.nupon-pf-v2 .npf-product-card:hover .npf-product-card__media img {
    transform: scale(1.035);
}

.nupon-pf-v2 .npf-product-card__badge {
    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--npf-accent);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.nupon-pf-v2 .npf-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 18px 18px 17px;
}

.nupon-pf-v2 .npf-product-card__meta {
    display: flex;
    min-width: 0;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8px;
}

.nupon-pf-v2 .npf-product-card__category {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    margin: 1px 0 0;
    color: var(--npf-accent-dark);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.nupon-pf-v2 .npf-product-card__details {
    display: flex;
    flex: 0 1 auto;
    max-width: 70%;
    min-width: 0;
    gap: 6px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-left: auto;
}

.nupon-pf-v2 .npf-product-card__swatches {
    display: inline-flex;
    flex: 0 1 auto;
    min-width: 0;
    gap: 3px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.nupon-pf-v2 .npf-product-card__swatch {
    display: inline-flex;
    width: var(--npf-card-swatch-size);
    height: var(--npf-card-swatch-size);
    min-width: var(--npf-card-swatch-size);
    min-height: var(--npf-card-swatch-size);
    flex: 0 0 var(--npf-card-swatch-size);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--npf-swatch-border-color);
    border-radius: 50%;
    background-clip: padding-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 0 1px rgba(255, 253, 249, 0.76);
    color: var(--npf-swatch-fallback-text);
    font-size: calc(var(--npf-card-swatch-size) * 0.34);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.nupon-pf-v2 .npf-product-card__swatch.has-visual {
    font-size: 0;
}

.nupon-pf-v2 .npf-product-card__swatch.is-label,
.nupon-pf-v2 .npf-product-card__swatch--more {
    background: var(--npf-swatch-fallback-bg);
}

.nupon-pf-v2 .npf-product-card__swatch--more {
    font-size: calc(var(--npf-card-swatch-size) * 0.36);
    letter-spacing: -0.04em;
}

.nupon-pf-v2 .npf-product-card__pill {
    display: inline-flex;
    max-width: 100%;
    min-height: 19px;
    padding: 4px 7px 3px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 7.5px;
    font-weight: 800;
    letter-spacing: 0.075em;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.nupon-pf-v2 .npf-product-card__pill--unit {
    border-color: rgba(138, 96, 48, 0.16);
    background: var(--npf-unit-pill-bg);
    color: var(--npf-unit-pill-text);
}

.nupon-pf-v2 .npf-product-card__title {
    display: block;
    min-height: calc(1.22em * 3);
    margin: 0 0 16px;
    overflow: visible;
    color: var(--npf-ink);
    font-family: var(--npf-font-serif);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.018em;
    line-height: 1.22;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: pretty;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.nupon-pf-v2 .npf-product-card__footer {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 13px;
    border-top: 1px solid var(--npf-border);
}

.nupon-pf-v2 .npf-product-card__price {
    min-width: 0;
    color: var(--npf-accent-dark);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.nupon-pf-v2 .npf-product-card__price del {
    margin-right: 5px;
    color: var(--npf-muted);
    font-size: 11px;
    font-weight: 500;
    opacity: 0.7;
}

.nupon-pf-v2 .npf-product-card__price ins {
    text-decoration: none;
}

.nupon-pf-v2 .npf-product-card__arrow {
    display: inline-flex;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--npf-soft);
    color: var(--npf-accent-dark);
    font-size: 17px;
    line-height: 1;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nupon-pf-v2 .npf-product-card:hover .npf-product-card__arrow {
    background: var(--npf-accent);
    color: #fff;
    transform: translateX(2px);
}

/* Empty/error state */
.nupon-pf-v2 .npf-empty {
    grid-column: 1 / -1;
    display: flex;
    min-height: 280px;
    padding: 38px 24px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px dashed var(--npf-border);
    border-radius: var(--npf-radius-md);
    background: rgba(255, 253, 249, 0.72);
    text-align: center;
}

.nupon-pf-v2 .npf-empty__icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--npf-soft);
    color: var(--npf-accent-dark);
    font-family: var(--npf-font-serif);
    font-size: 28px;
}

.nupon-pf-v2 .npf-empty h3 {
    margin: 0;
    color: var(--npf-ink);
    font-family: var(--npf-font-serif);
    font-size: 27px;
    font-weight: 500;
}

.nupon-pf-v2 .npf-empty p {
    max-width: 440px;
    margin: 8px 0 0;
    color: var(--npf-muted);
    font-size: 13px;
}

.nupon-pf-v2 .npf-empty--error .npf-empty__icon {
    background: rgba(158, 54, 54, 0.1);
    color: #9e3636;
}

/* Pagination */
.nupon-pf-v2 .npf-pagination {
    margin-top: clamp(28px, 4vw, 48px);
}

.nupon-pf-v2 .npf-pagination:empty {
    display: none;
}

.nupon-pf-v2 .npf-pagination__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    justify-content: center;
}

.nupon-pf-v2 .npf-page {
    display: inline-flex;
    min-width: 39px;
    height: 39px;
    margin: 0;
    padding: 0 11px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--npf-border);
    border-radius: 999px;
    outline: none;
    background: var(--npf-surface);
    color: var(--npf-ink);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease, opacity 160ms ease;
}

.nupon-pf-v2 .npf-page--wide {
    gap: 6px;
    padding-inline: 16px;
}

.nupon-pf-v2 .npf-page:hover:not(.is-active):not(:disabled),
.nupon-pf-v2 .npf-page:focus-visible:not(.is-active):not(:disabled) {
    border-color: var(--npf-accent);
    color: var(--npf-accent-dark);
    transform: translateY(-1px);
}

.nupon-pf-v2 .npf-page:focus-visible {
    outline: 2px solid var(--npf-accent);
    outline-offset: 2px;
}

.nupon-pf-v2 .npf-page.is-active {
    border-color: var(--npf-accent);
    background: var(--npf-accent);
    color: #fff;
    cursor: default;
}

.nupon-pf-v2 .npf-page:disabled {
    opacity: 0.6;
    cursor: wait;
}

.nupon-pf-v2 .npf-page__ellipsis {
    min-width: 20px;
    color: var(--npf-muted);
    text-align: center;
}

.nupon-pf-v2 .npf-editor-message {
    padding: 20px;
    border: 1px solid #d63638;
    background: #fff;
    color: #8a2424;
}

/* Tablet and mobile filter drawer */
@media (max-width: 900px) {
    .nupon-pf-v2 {
        padding: clamp(24px, 5vw, 40px);
    }

    .nupon-pf-v2 .npf-layout {
        display: block;
    }

    .nupon-pf-v2 .npf-filter-toggle {
        display: inline-flex;
        min-height: 46px;
        margin: 0 0 18px;
        padding: 10px 15px;
        gap: 9px;
        align-items: center;
        border: 1px solid var(--npf-border);
        border-radius: 999px;
        outline: none;
        background: var(--npf-surface);
        color: var(--npf-ink);
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(65, 51, 39, 0.05);
    }

    .nupon-pf-v2 .npf-filter-toggle svg {
        width: 19px;
        height: 19px;
        color: var(--npf-accent-dark);
    }

    .nupon-pf-v2 .npf-filter-toggle:focus-visible {
        outline: 2px solid var(--npf-accent);
        outline-offset: 2px;
    }

    .nupon-pf-v2 .npf-filter-toggle__count {
        display: inline-flex;
        min-width: 20px;
        height: 20px;
        padding: 0 5px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: var(--npf-accent);
        color: #fff;
        font-size: 10px;
        line-height: 1;
    }

    .nupon-pf-v2 .npf-filter-toggle__count[hidden] {
        display: none !important;
    }

    .nupon-pf-v2 .npf-sidebar {
        position: static;
        width: 100%;
        margin-bottom: 25px;
    }

    .nupon-pf-v2.is-enhanced .npf-sidebar {
        display: none;
    }

    .nupon-pf-v2.is-enhanced.is-filter-open .npf-sidebar {
        display: block;
        animation: npf-reveal 180ms ease both;
    }

    .nupon-pf-v2 .npf-categories {
        max-height: 340px;
    }
}

@keyframes npf-reveal {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
    .nupon-pf-v2 {
        border-radius: 16px;
    }

    .nupon-pf-v2 .npf-sidebar {
        padding: 18px;
    }

    .nupon-pf-v2 .npf-products {
        gap: 12px;
    }

    .nupon-pf-v2 .npf-product-card__media {
        padding: 12px;
    }

    .nupon-pf-v2 .npf-product-card__body {
        padding: 14px 12px 12px;
    }

    .nupon-pf-v2 .npf-product-card {
        --npf-card-swatch-size: min(var(--npf-swatch-size), 16px);
    }

    .nupon-pf-v2 .npf-product-card__meta {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 6px;
        align-items: start;
        margin-bottom: 9px;
    }

    .nupon-pf-v2 .npf-product-card__category {
        width: 100%;
        margin-top: 0;
        font-size: 8px;
        line-height: 1.4;
        letter-spacing: 0.1em;
    }

    .nupon-pf-v2 .npf-product-card__details {
        width: 100%;
        max-width: none;
        gap: 5px;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-left: 0;
    }

    .nupon-pf-v2 .npf-product-card__swatches {
        max-width: 100%;
        gap: 3px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .nupon-pf-v2 .npf-product-card__pill {
        flex: 0 0 auto;
    }

    .nupon-pf-v2 .npf-product-card__pill {
        min-height: 18px;
        padding: 4px 6px 3px;
        font-size: 7px;
        letter-spacing: 0.06em;
    }

    .nupon-pf-v2 .npf-product-card__title {
        min-height: calc(1.2em * 3);
        margin-bottom: 12px;
        font-size: clamp(16px, 4.6vw, 18px);
        line-height: 1.2;
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }

    .nupon-pf-v2 .npf-product-card__footer {
        gap: 8px;
        align-items: center;
        padding-top: 10px;
    }

    .nupon-pf-v2 .npf-product-card__price {
        font-size: 12px;
    }

    .nupon-pf-v2 .npf-product-card__arrow {
        flex-basis: 27px;
        width: 27px;
        height: 27px;
        font-size: 15px;
    }

    .nupon-pf-v2 .npf-page--wide {
        padding-inline: 12px;
    }
}

@media (max-width: 360px) {
    .nupon-pf-v2 .npf-product-card {
        --npf-card-swatch-size: min(var(--npf-swatch-size), 14px);
    }

    .nupon-pf-v2 .npf-product-card__details {
        gap: 4px;
    }

    .nupon-pf-v2 .npf-product-card__swatches {
        gap: 2px;
    }

    .nupon-pf-v2 .npf-product-card__body {
        padding: 12px 10px 11px;
    }

    .nupon-pf-v2 .npf-product-card__title {
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nupon-pf-v2 *,
    .nupon-pf-v2 *::before,
    .nupon-pf-v2 *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
}

/* v2.6 asynchronous initial state */
.nupon-pf-v2 .npf-initial-loading {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(var(--npf-columns), minmax(0, 1fr));
    gap: var(--npf-grid-gap);
    width: 100%;
    min-width: 0;
}

.nupon-pf-v2 .npf-initial-loading > span {
    position: relative;
    display: block;
    min-width: 0;
    aspect-ratio: 0.72 / 1;
    overflow: hidden;
    border: 1px solid var(--npf-border);
    border-radius: var(--npf-radius-md);
    background: rgba(255, 255, 255, 0.58);
}

.nupon-pf-v2 .npf-initial-loading > span::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.72) 45%, transparent 70%);
    content: "";
    transform: translateX(-100%);
    animation: npf-skeleton-sweep 1.1s ease-in-out infinite;
}

@keyframes npf-skeleton-sweep {
    to { transform: translateX(100%); }
}

.nupon-pf-v2 .npf-page:disabled {
    pointer-events: none;
}

@media (max-width: 900px) {
    .nupon-pf-v2 .npf-initial-loading {
        grid-template-columns: repeat(var(--npf-columns), minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .nupon-pf-v2 .npf-initial-loading {
        gap: 12px;
    }
}
