.nada-products-wrap,
.nada-categories-wrap,
.nada-single-product {
    width: 100%;
    margin: 38px auto;
}

.nada-products-hero {
    position: relative;
    padding: 8px 0 4px;
}

.nada-products-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 28px;
}

.nada-products-kicker {
font-family: 'Inter', sans-serif !important;
    color: var(--nada-products-accent, #0172BB);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
}

.nada-products-header h2,
.nada-related-header h3 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 800 !important;   /* bold */
    color: #6F7171 !important;     /* grey */
    line-height: 1.1 !important;
    letter-spacing: -0.03em;
    margin: 10px 0 14px !important;
}

.nada-products-header p {
    color: #667085;
    font-size: 16px;
    margin: 0;
}

.nada-products-filters {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(160px, .8fr)) auto;
    gap: 14px;
    align-items: end;
    background: linear-gradient(135deg, rgba(15, 76, 129, .06), rgba(26, 167, 236, .09));
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: calc(var(--nada-products-radius, 22px) + 6px);
    padding: 18px;
    margin: 0 0 22px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.nada-products-filters label {
    display: block;
    color: #344054;
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.nada-products-filters input,
.nada-products-filters select {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(15, 23, 42, .14);
    border-radius: 14px;
    padding: 9px 13px;
    color: #101828;
    background: #fff;
    box-shadow: none;
}

.nada-filter-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nada-filter-actions button,
.nada-filter-actions a,
.nada-product-quick-view,
.nada-product-link {
    border: 0;
    background: #101828;
    color: #fff !important;
    border-radius: 999px;
    padding: 12px 18px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.nada-filter-actions button:hover,
.nada-filter-actions a:hover,
.nada-product-quick-view:hover,
.nada-product-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .16);
}

.nada-filter-actions a,
.nada-product-view-link {
    background: #fff;
    color: #101828 !important;
    border: 1px solid rgba(15, 23, 42, .12);
}

.nada-products-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 20px;
}

.nada-products-active-filters span,
.nada-products-active-filters a {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.nada-products-active-filters span {
    background: rgba(26, 167, 236, .11);
    color: var(--nada-products-primary, #0f4c81);
}

.nada-products-active-filters a {
    background: #f2f4f7;
    color: #344054;
}

.nada-products-grid,
.nada-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.nada-products-grid-related {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nada-product-card,
.nada-category-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: var(--nada-products-radius, 22px);
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.nada-product-card:hover,
.nada-category-card:hover {
    transform: translateY(-4px);
    border-color: rgba(26, 167, 236, .34);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
}

.nada-product-ribbon {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--nada-products-primary, #0f4c81), var(--nada-products-accent, #1aa7ec));
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 10px 30px rgba(15, 76, 129, .2);
}

.nada-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    background: radial-gradient(circle at top left, rgba(26, 167, 236, .14), transparent 34%), linear-gradient(145deg, #f7fbff, #eef6ff);
    overflow: hidden;
}

.nada-product-image img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    padding: 20px;
    transition: transform .25s ease;
}

.nada-product-card:hover .nada-product-image img {
    transform: scale(1.04);
}

.nada-product-placeholder,
.nada-category-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 26px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(135deg, var(--nada-products-primary, #0f4c81), var(--nada-products-accent, #1aa7ec));
}

.nada-product-body {
    padding: 20px;
}

.nada-product-badges,
.nada-lightbox-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.nada-product-category,
.nada-product-brand,
.nada-lightbox-badges span {
    display: inline-flex;
    background: rgba(26, 167, 236, .1);
    color: var(--nada-products-primary, #0f4c81);
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.nada-product-brand {
    background: rgba(15, 23, 42, .06);
    color: #344054;
}

.nada-product-body h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.nada-product-body h3 a {
    color: #101828;
    text-decoration: none;
}

.nada-product-body p {
    color: #667085;
    margin: 0 0 16px;
}

.nada-product-meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.nada-product-price {
    color: var(--nada-products-primary, #0f4c81);
    font-weight: 900;
    font-size: 18px;
}

.nada-product-stock,
.nada-lightbox-availability {
    color: #027a48;
    font-weight: 800;
    font-size: 13px;
}

.nada-product-actions,
.nada-lightbox-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nada-product-link,
.nada-product-link.primary {
    background: linear-gradient(135deg, var(--nada-products-primary, #0f4c81), var(--nada-products-accent, #1aa7ec));
}

.nada-categories-grid {
    grid-template-columns: repeat(var(--nada-category-columns, 4), minmax(0, 1fr));
}

.nada-category-card {
    padding: 18px;
    text-decoration: none !important;
    color: #101828;
    text-align: center;
}

.nada-category-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-bottom: 14px;
    background: #f8fafc;
    border-radius: calc(var(--nada-products-radius, 22px) - 4px);
    overflow: hidden;
}

.nada-category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px;
}

.nada-category-card strong {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
}

.nada-category-card em {
    display: block;
    color: #667085;
    font-style: normal;
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 8px;
}

.nada-category-card small {
    color: #667085;
}

.nada-products-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.nada-products-lightbox.is-open {
    display: block;
}

.nada-products-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, .72);
    backdrop-filter: blur(6px);
}

.nada-products-lightbox-panel {
    position: relative;
    max-width: 1180px;
    max-height: 88vh;
    overflow: auto;
    margin: 5vh auto;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
    padding: 30px;
}

.nada-products-lightbox-close {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 0;
    background: #f2f4f7;
    color: #101828;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.nada-lightbox-product {
    display: grid;
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    gap: 30px;
}

.nada-lightbox-media {
    background: #f8fafc;
    border-radius: 22px;
    padding: 20px;
}

.nada-lightbox-main-image {
    display: flex;
    min-height: 350px;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
}

.nada-lightbox-main-image > img {
    width: 100%;
    max-height: 430px;
    object-fit: contain;
}

.nada-lightbox-gallery {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.nada-gallery-thumb-button {
    padding: 0;
    border: 2px solid transparent;
    background: #fff;
    border-radius: 14px;
    cursor: pointer;
    overflow: hidden;
}

.nada-gallery-thumb-button.is-active {
    border-color: var(--nada-products-accent, #1aa7ec);
}

.nada-gallery-thumb-button img {
    display: block;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.nada-lightbox-info h2 {
    margin-top: 0;
    color: #101828;
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 900;
    line-height: 1.12;
}

.nada-lightbox-price {
    color: var(--nada-products-primary, #0f4c81);
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 8px;
}

.nada-lightbox-info h3 {
    color: #101828;
    margin: 20px 0 8px;
    font-weight: 900;
}

.nada-lightbox-info li {
    margin-bottom: 6px;
}

.nada-spec-list,
.nada-feature-list {
    padding-left: 22px;
}

.nada-related-products {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(15, 23, 42, .08);
}

.nada-related-header {
    text-align: center;
    margin-bottom: 20px;
}

.nada-related-header h3 {
    font-size: clamp(24px, 3vw, 34px);
}

.nada-products-pagination {
    text-align: center;
    margin-top: 28px;
}

.nada-products-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    margin: 0 3px;
    border-radius: 12px;
    background: #f2f4f7;
    color: #101828;
    text-decoration: none;
    font-weight: 800;
}

.nada-products-pagination .current {
    background: var(--nada-products-primary, #0f4c81);
    color: #fff;
}

.nada-products-empty,
.nada-products-loading {
    grid-column: 1 / -1;
    background: #fff;
    border: 1px dashed rgba(15, 23, 42, .18);
    border-radius: var(--nada-products-radius, 22px);
    padding: 28px;
    text-align: center;
    color: #667085;
    font-weight: 800;
}

@media (max-width: 1120px) {
    .nada-products-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nada-filter-actions {
        grid-column: 1 / -1;
    }

    .nada-products-grid-related,
    .nada-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .nada-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nada-lightbox-product {
        grid-template-columns: 1fr;
    }

    .nada-products-lightbox-panel {
        margin: 3vh 14px;
        padding: 22px;
    }
}

@media (max-width: 620px) {
    .nada-products-filters,
    .nada-products-grid,
    .nada-products-grid-related,
    .nada-categories-grid {
        grid-template-columns: 1fr;
    }

    .nada-filter-actions,
    .nada-product-actions,
    .nada-lightbox-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .nada-filter-actions button,
    .nada-filter-actions a,
    .nada-product-quick-view,
    .nada-product-link {
        width: 100%;
    }
}


.nada-product-image img,
.nada-category-image img,
.nada-lightbox-main-image img {
    height: auto;
}

/* Phase 6 catalog and viewer polish */
.nada-products-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 18px;
    padding: 14px 18px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .05);
}

.nada-products-toolbar strong {
    color: var(--nada-products-primary, #0f4c81);
    font-size: 22px;
    font-weight: 900;
    margin-right: 4px;
}

.nada-products-toolbar span {
    color: #667085;
    font-weight: 700;
}

.nada-products-toolbar a,
.nada-single-breadcrumb a {
    color: var(--nada-products-primary, #0f4c81);
    font-weight: 900;
    text-decoration: none !important;
}

.nada-products-filters.is-submitting {
    opacity: .72;
    pointer-events: none;
}

.nada-product-card-v2 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.nada-product-image-wrap {
    position: relative;
    background: radial-gradient(circle at top left, rgba(26, 167, 236, .16), transparent 35%), linear-gradient(145deg, #f7fbff, #eef6ff);
}

.nada-product-card-v2 .nada-product-image {
    min-height: 280px;
}

.nada-product-card-v2 .nada-product-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.nada-product-card-v2 .nada-product-actions {
    margin-top: auto;
}

.nada-product-image-quick {
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translate(-50%, 8px);
    opacity: 0;
    background: rgba(16, 24, 40, .92);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .22);
    white-space: nowrap;
}

.nada-product-card-v2:hover .nada-product-image-quick {
    transform: translate(-50%, 0);
    opacity: 1;
}

body.nada-products-lightbox-open {
    overflow: hidden;
}

.nada-products-lightbox-panel {
    outline: 0;
}

.nada-products-lightbox-content {
    min-height: 120px;
}

.nada-products-error {
    padding: 28px;
    margin: 0;
    color: #b42318;
    background: #fff1f3;
    border-radius: 18px;
    font-weight: 800;
    text-align: center;
}

.nada-product-viewer {
    align-items: start;
}

.nada-viewer-summary-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 16px 0 20px;
}

.nada-viewer-summary-card > div {
    padding: 14px 16px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 18px;
    background: linear-gradient(145deg, #fff, #f8fafc);
}

.nada-viewer-summary-card small {
    display: block;
    color: #667085;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 900;
    margin-bottom: 4px;
}

.nada-viewer-summary-card strong {
    color: #101828;
    font-size: 18px;
    font-weight: 900;
}

.nada-product-tabs {
    margin-top: 16px;
}

.nada-product-tab-nav {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 6px;
    background: #f2f4f7;
    border-radius: 18px;
    margin-bottom: 14px;
}

.nada-product-tab-nav button {
    border: 0;
    border-radius: 999px;
    padding: 10px 14px;
    color: #475467;
    background: transparent;
    font-weight: 900;
    cursor: pointer;
}

.nada-product-tab-nav button.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--nada-products-primary, #0f4c81), var(--nada-products-accent, #1aa7ec));
    box-shadow: 0 10px 25px rgba(15, 76, 129, .18);
}

.nada-product-tab-panel {
    display: none;
}

.nada-product-tab-panel.is-active {
    display: block;
}

.nada-feature-list,
.nada-spec-list {
    margin: 0;
}

.nada-feature-list li,
.nada-spec-list li {
    padding: 9px 0;
    border-bottom: 1px solid rgba(15, 23, 42, .07);
    color: #344054;
}

.nada-single-product-v2 {
    max-width: 1220px;
    padding: 0 16px;
}

.nada-single-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    color: #667085;
    font-size: 14px;
}

.nada-single-product-v2 .nada-lightbox-product {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 30px;
    padding: 26px;
    box-shadow: 0 24px 75px rgba(15, 23, 42, .1);
}

.nada-single-product-v2 .nada-lightbox-media {
    position: sticky;
    top: 20px;
}

@media (max-width: 980px) {
    .nada-single-product-v2 .nada-lightbox-media {
        position: static;
    }

    .nada-single-product-v2 .nada-lightbox-product {
        padding: 18px;
    }
}

@media (max-width: 620px) {
    .nada-products-toolbar,
    .nada-viewer-summary-card {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }

    .nada-product-image-quick {
        position: static;
        transform: none;
        opacity: 1;
        width: calc(100% - 32px);
        margin: 0 16px 16px;
    }
}

.nada-product-view-link {
    border: 0;
    background: #fff;
    color: #101828 !important;
    border-radius: 999px;
    padding: 12px 18px;
    line-height: 1;
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(15, 23, 42, .12);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.nada-product-view-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .16);
}

/* Phase 6.1 - Web-store catalog and product viewer */
.nada-store-wrap {
    max-width: 1320px;
    padding: 0 16px;
}

.nada-store-hero {
    margin-bottom: 18px;
    padding: 34px 22px;
    border-radius: 34px;
    background: radial-gradient(circle at 15% 20%, rgba(26, 167, 236, .20), transparent 28%), linear-gradient(135deg, #f8fbff, #eef7ff);
    border: 1px solid rgba(15, 76, 129, .08);
}

.nada-store-shell {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.nada-store-sidebar {
    position: sticky;
    top: 24px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 26px;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .08);
    padding: 18px;
}

.nada-store-sidebar-title {
    padding: 2px 2px 16px;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    margin-bottom: 16px;
}

.nada-store-sidebar-title strong {
    display: block;
    color: #101828;
    font-size: 20px;
    font-weight: 950;
}

.nada-store-sidebar-title span {
    display: block;
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 4px;
}

.nada-products-sidebar-filters {
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.nada-products-sidebar-filters > div {
    margin-bottom: 15px;
}

.nada-products-sidebar-filters .nada-filter-actions {
    margin-top: 18px;
    flex-direction: column;
    align-items: stretch;
}

.nada-products-sidebar-filters .nada-filter-actions button,
.nada-products-sidebar-filters .nada-filter-actions a {
    width: 100%;
}

.nada-filter-price-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.nada-store-main {
    min-width: 0;
}

.nada-store-toolbar {
    position: relative;
    overflow: hidden;
}

.nada-store-toolbar::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: linear-gradient(180deg, var(--nada-products-primary, #0f4c81), var(--nada-products-accent, #1aa7ec));
}

.nada-store-toolbar-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.nada-store-toolbar-actions > span {
    color: #667085;
    font-size: 13px;
    font-weight: 800;
    margin-right: 4px;
}

.nada-store-view-toggle {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 12px;
    background: #fff;
    color: #101828;
    cursor: pointer;
    font-weight: 900;
}

.nada-store-view-toggle.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--nada-products-primary, #0f4c81), var(--nada-products-accent, #1aa7ec));
    border-color: transparent;
}

.nada-store-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.nada-store-product-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-radius: 26px;
    background: #fff;
}

.nada-store-card-media {
    position: relative;
    background: radial-gradient(circle at 12% 12%, rgba(26, 167, 236, .18), transparent 36%), linear-gradient(145deg, #f8fbff, #edf6ff);
}

.nada-store-card-media .nada-product-image {
    min-height: 292px;
}

.nada-store-card-media .nada-product-image img {
    height: 278px;
}

.nada-store-card-badges {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nada-product-ribbon-inline,
.nada-sale-badge {
    position: static;
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .15);
}

.nada-sale-badge {
    background: linear-gradient(135deg, #b42318, #f04438);
}

.nada-store-icon-button {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    color: #101828;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .13);
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
}

.nada-store-icon-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, .18);
}

.nada-store-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px;
}

.nada-store-card-body h3 {
    min-height: 52px;
    font-size: 18px;
}

.nada-store-sku {
    color: #667085;
    font-size: 12px;
    margin: 0 0 12px;
}

.nada-store-sku strong {
    color: #344054;
}

.nada-store-price-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: auto 0 15px;
    padding: 13px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, .07);
}

.nada-store-price-stack {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nada-store-price-stack del,
.nada-store-buy-main del {
    color: #98a2b3;
    font-weight: 700;
    font-size: 13px;
}

.nada-store-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.nada-store-actions .nada-product-quick-view,
.nada-store-actions .nada-product-view-link,
.nada-store-actions .nada-product-link {
    padding: 11px 10px;
    font-size: 13px;
    white-space: nowrap;
}

.nada-products-grid.is-list-view {
    grid-template-columns: 1fr;
}

.nada-products-grid.is-list-view .nada-store-product-card {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
}

.nada-products-grid.is-list-view .nada-store-card-media .nada-product-image {
    min-height: 100%;
    height: 100%;
}

.nada-products-grid.is-list-view .nada-store-card-media .nada-product-image img {
    height: 100%;
    min-height: 240px;
}

.nada-store-product-viewer {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
    gap: 34px;
}

.nada-store-viewer-gallery {
    background: linear-gradient(145deg, #f8fbff, #eef6ff);
    border: 1px solid rgba(15, 23, 42, .07);
}

.nada-store-viewer-info h2 {
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: -.03em;
}

.nada-store-buy-box {
    margin: 18px 0 22px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, .08);
    background: linear-gradient(145deg, #fff, #f8fafc);
    box-shadow: 0 16px 45px rgba(15, 23, 42, .06);
}

.nada-store-buy-main small {
    display: block;
    color: #667085;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 3px;
}

.nada-store-buy-main strong {
    display: block;
    color: var(--nada-products-primary, #0f4c81);
    font-size: 30px;
    font-weight: 950;
    line-height: 1.1;
}

.nada-store-buy-stock {
    display: inline-flex;
    margin-top: 12px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #027a48;
    background: #ecfdf3;
    font-weight: 900;
    font-size: 13px;
}

.nada-store-buy-sku {
    color: #667085;
    font-size: 13px;
    margin-top: 10px;
}

.nada-store-viewer-actions {
    margin-top: 16px;
}

.nada-plain-tab-text {
    color: #344054;
    font-size: 15px;
    line-height: 1.75;
}

.nada-plain-tab-text p {
    margin: 0 0 12px;
}

.nada-store-feature-list,
.nada-store-spec-list {
    display: block;
    padding-left: 22px;
    list-style: disc;
}

.nada-store-feature-list li,
.nada-store-spec-list li {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 5px 0;
}


@media (max-width: 1180px) {
    .nada-store-shell {
        grid-template-columns: 260px minmax(0, 1fr);
    }
    .nada-store-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .nada-store-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .nada-store-shell,
    .nada-store-product-viewer,
    .nada-products-grid.is-list-view .nada-store-product-card {
        grid-template-columns: 1fr;
    }
    .nada-store-sidebar {
        position: static;
    }
}

@media (max-width: 620px) {
    .nada-store-products-grid,
    .nada-filter-price-row {
        grid-template-columns: 1fr;
    }
    .nada-store-toolbar-actions {
        width: 100%;
    }
}

/* Phase 6.2 archive/page ownership fix */
.nada-products-auto-page,
.nada-products-template-wrap {
    width: min(1320px, calc(100% - 32px));
    margin: 0 auto;
    padding: 36px 0 56px;
}
.nada-products-template-wrap .nada-categories-wrap,
.nada-products-template-wrap .nada-products-wrap,
.nada-products-auto-page .nada-categories-wrap,
.nada-products-auto-page .nada-products-wrap {
    margin-left: auto;
    margin-right: auto;
}
.nada-products-archive-template .nada-products-header,
.nada-products-taxonomy-template .nada-products-header {
    text-align: left;
}

/* Phase 6.3: lightbox-only catalog display. Price, stock, SKU, external/detail links are permanently hidden on public UI. */
.nada-product-image-button,
.nada-product-title-button {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: inherit;
    color: inherit;
    font: inherit;
    cursor: pointer;
}

.nada-product-title-button {
    font-weight: 800;
    line-height: 1.25;
}

.nada-product-title-button:hover,
.nada-product-title-button:focus {
    color: var(--nada-products-primary);
}

.nada-product-image-button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nada-store-actions-single {
    grid-template-columns: 1fr;
}

.nada-store-actions-single .nada-product-lightbox-only-button {
    width: 100%;
}

.nada-store-sku,
.nada-store-price-panel,
.nada-store-buy-box,
.nada-store-buy-main,
.nada-store-buy-stock,
.nada-store-buy-sku,
.nada-product-price,
.nada-product-stock,
.nada-lightbox-price,
.nada-product-view-link,
.nada-product-link,
.nada-sale-badge {
    display: none !important;
}


/* Phase 6.4: clean web-store cards and improved product gallery lightbox. */
.nada-store-product-card-clean {
    border: 1px solid rgba(15, 23, 42, .08) !important;
    box-shadow: 0 22px 56px rgba(15, 23, 42, .09) !important;
    overflow: hidden;
}

.nada-store-product-card-clean button,
.nada-store-product-card-clean .nada-product-image-button,
.nada-store-product-card-clean .nada-product-title-button,
.nada-store-product-card-clean .nada-card-cover-link,
.nada-webstore-viewer button {
    border: 0 !important;
    outline: 0;
    box-shadow: none;
}

.nada-store-product-card-clean .nada-store-card-media {
    min-height: 292px;
    border: 0 !important;
    background: radial-gradient(circle at 16% 14%, rgba(26, 167, 236, .18), transparent 34%), linear-gradient(145deg, #fbfdff, #eef7ff);
}

.nada-store-product-card-clean .nada-product-image-button {
    width: 100%;
    min-height: 292px;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.nada-store-product-card-clean .nada-product-image-button img {
    width: 100%;
    height: 292px;
    padding: 24px;
    object-fit: contain;
}

.nada-store-product-card-clean .nada-store-card-body {
    position: relative;
    gap: 10px;
    padding: 20px;
    border: 0 !important;
}

.nada-store-product-card-clean .nada-product-badges {
    margin: 0 0 4px;
}

.nada-store-product-card-clean h3 {
    min-height: auto;
    margin: 0;
    font-size: 18px;
    line-height: 1.28;
}

.nada-store-product-card-clean .nada-product-title-button {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #101828;
    background: transparent !important;
}

.nada-store-product-card-clean p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.65;
}

.nada-gallery-count-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    color: #344054;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .12);
}

.nada-card-cover-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    color: transparent !important;
    cursor: pointer;
}

.nada-store-actions-single,
.nada-product-actions.nada-store-actions-single {
    display: none !important;
}

.nada-products-lightbox-panel {
    width: min(1180px, calc(100vw - 34px));
    max-height: min(880px, calc(100vh - 34px));
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
}

.nada-products-lightbox-content {
    max-height: calc(100vh - 34px);
    overflow: auto;
}

.nada-webstore-viewer {
    display: grid;
    grid-template-columns: minmax(0, 54%) minmax(360px, 46%);
    gap: 0;
    align-items: stretch;
    background: #fff;
}

.nada-webstore-gallery {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 0;
    padding: 26px;
    background: radial-gradient(circle at 18% 18%, rgba(26, 167, 236, .14), transparent 34%), linear-gradient(145deg, #f8fbff, #edf6ff);
    border: 0 !important;
    border-radius: 0;
    min-height: 620px;
}

.nada-webstore-main-image {
    position: relative;
    grid-column: 2;
    min-height: 560px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .07);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5), 0 18px 45px rgba(15, 23, 42, .06);
}

.nada-webstore-main-image > img,
.nada-webstore-main-image .nada-lightbox-active-image {
    width: 100%;
    height: 560px;
    max-height: 560px;
    padding: 34px;
    object-fit: contain;
}

.nada-webstore-thumbs {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 16px 0 0;
    max-height: 560px;
    overflow: auto;
}

.nada-webstore-thumbs .nada-gallery-thumb-button {
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
    padding: 6px !important;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}

.nada-webstore-thumbs .nada-gallery-thumb-button.is-active {
    border-color: var(--nada-products-accent, #1aa7ec) !important;
    box-shadow: 0 0 0 3px rgba(26, 167, 236, .18), 0 12px 30px rgba(15, 23, 42, .1);
}

.nada-webstore-thumbs .nada-gallery-thumb-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nada-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .96) !important;
    color: #101828;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .16) !important;
}

.nada-gallery-nav-prev { left: 18px; }
.nada-gallery-nav-next { right: 18px; }

.nada-webstore-info {
    padding: 42px;
    overflow: auto;
    max-height: calc(100vh - 34px);
}

.nada-webstore-info h2 {
    margin: 8px 0 16px;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.12;
    color: #101828;
}

.nada-lightbox-amazon-link-wrap { margin: 0 0 22px; }

.nada-lightbox-amazon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    border-radius: 16px;
    background: linear-gradient(135deg, #101828, var(--nada-products-primary, #0f4c81));
    color: #fff !important;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 16px 36px rgba(15, 23, 42, .16);
}

.nada-lightbox-amazon-link:hover,
.nada-lightbox-amazon-link:focus {
    transform: translateY(-1px);
    color: #fff !important;
}

.nada-webstore-info .nada-product-tab-nav {
    display: flex;
    gap: 8px;
    padding: 6px;
    border-radius: 18px;
    background: #f2f4f7;
    margin-bottom: 16px;
}

.nada-webstore-info .nada-product-tab-nav button {
    flex: 1;
    min-height: 40px;
    border-radius: 14px;
    background: transparent;
    color: #344054;
    font-weight: 900;
    cursor: pointer;
}

.nada-webstore-info .nada-product-tab-nav button.is-active {
    background: #fff;
    color: var(--nada-products-primary, #0f4c81);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .08);
}

@media (max-width: 980px) {
    .nada-webstore-viewer { grid-template-columns: 1fr; }
    .nada-webstore-gallery { min-height: 0; grid-template-columns: 1fr; padding: 18px; }
    .nada-webstore-main-image { grid-column: 1; min-height: 360px; }
    .nada-webstore-main-image > img,
    .nada-webstore-main-image .nada-lightbox-active-image { height: 360px; max-height: 360px; padding: 22px; }
    .nada-webstore-thumbs { grid-column: 1; grid-row: auto; flex-direction: row; max-height: none; padding: 14px 0 0; overflow-x: auto; }
    .nada-webstore-info { padding: 26px; max-height: none; }
}

@media (max-width: 620px) {
    .nada-store-product-card-clean .nada-store-card-media,
    .nada-store-product-card-clean .nada-product-image-button { min-height: 250px; }
    .nada-store-product-card-clean .nada-product-image-button img { height: 250px; }
    .nada-products-lightbox-panel { width: calc(100vw - 18px); max-height: calc(100vh - 18px); border-radius: 22px; }
    .nada-products-lightbox-close { top: 10px; right: 10px; }
}

/* Phase 6.5: product cards show product name only, no summary/photo count/overlay. */
.nada-store-product-card-clean .nada-gallery-count-badge,
.nada-store-product-card-clean p,
.nada-store-product-card-clean .nada-card-cover-link {
    display: none !important;
}

.nada-store-product-card-clean .nada-store-card-body {
    position: relative;
    z-index: 3;
    min-height: auto !important;
    padding: 18px 20px 22px !important;
    background: #fff !important;
}

.nada-store-product-card-clean h3,
.nada-product-card .nada-store-card-body h3 {
    display: block !important;
    margin: 8px 0 0 !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
}

.nada-store-product-card-clean .nada-product-title-button,
.nada-product-card .nada-product-title-button {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #101828 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: normal !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    -webkit-text-fill-color: #101828 !important;
}

.nada-store-product-card-clean .nada-product-title-button:hover,
.nada-store-product-card-clean .nada-product-title-button:focus {
    color: var(--nada-products-primary, #0f4c81) !important;
}

.nada-store-product-card-clean .nada-product-badges {
    position: relative;
    z-index: 4;
    margin-bottom: 10px !important;
}

.nada-store-product-card-clean .nada-store-card-media {
    position: relative;
    z-index: 1;
}

.nada-store-product-card-clean .nada-store-icon-button {
    z-index: 6;
}

@media (max-width: 620px) {
    .nada-store-product-card-clean .nada-product-title-button,
    .nada-product-card .nada-product-title-button {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
}