/* =========================================================
   Noutstock Catalog / Shop Archive
   modern SaaS + magazine premium + ecommerce layout
========================================================= */

.ns-catalog-page {
    --ns-container: 1240px;
    --ns-bg: #f5f7f8;
    --ns-surface: #ffffff;
    --ns-surface-soft: #f8fafc;
    --ns-dark: #101820;
    --ns-dark-2: #1f2933;
    --ns-text: #263241;
    --ns-muted: #6b7280;
    --ns-line: rgba(16, 24, 32, .09);
    --ns-accent: #00a046;
    --ns-accent-2: #21c063;
    --ns-accent-dark: #008a3d;
    --ns-accent-soft: rgba(0, 160, 70, .09);
    --ns-logo-gray: #758086;
    --ns-red: #ef4444;
    --ns-radius-xl: 28px;
    --ns-radius-lg: 22px;
    --ns-radius-md: 16px;
    --ns-shadow-card: 0 12px 36px rgba(15, 23, 42, .07);
    --ns-shadow-hover: 0 22px 58px rgba(15, 23, 42, .12), 0 10px 26px rgba(0, 160, 70, .06);
    background:
        radial-gradient(circle at 8% 0%, rgba(0, 160, 70, .06), transparent 30%),
        radial-gradient(circle at 92% 4%, rgba(117, 128, 134, .08), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f5f7f8 42%, #eef1f4 100%);
    color: var(--ns-text);
}

.ns-catalog-page *,
.ns-catalog-page *::before,
.ns-catalog-page *::after { box-sizing: border-box; }

.ns-container {
    width: min(var(--ns-container), calc(100% - 32px));
    margin: 0 auto;
}

.ns-catalog-hero { padding: 26px 0 24px; }
.ns-catalog-hero__top { margin-bottom: 14px; }

.ns-catalog-breadcrumbs,
.ns-catalog-breadcrumbs .woocommerce-breadcrumb {
    color: var(--ns-muted);
    font-size: 13px;
    line-height: 1.5;
}

.ns-catalog-breadcrumbs a {
    color: var(--ns-accent-dark);
    text-decoration: none;
    font-weight: 800;
}

.ns-catalog-breadcrumbs a:hover { text-decoration: underline; }

.ns-catalog-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 18px;
    align-items: stretch;
}

.ns-catalog-hero__content,
.ns-catalog-hero__card {
    position: relative;
    overflow: hidden;
    border-radius: var(--ns-radius-xl);
    border: 1px solid var(--ns-line);
    box-shadow: var(--ns-shadow-card);
}

.ns-catalog-hero__content {
    padding: clamp(28px, 4vw, 44px);
    background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,250,252,.94));
}

.ns-catalog-hero__content::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(0, 160, 70, .06);
    pointer-events: none;
}

.ns-catalog-eyebrow {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 13px;
    border-radius: 999px;
    background: var(--ns-accent-soft);
    color: var(--ns-accent-dark);
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ns-catalog-hero h1 {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 0 16px;
    color: var(--ns-dark);
    font-size: clamp(38px, 5vw, 68px);
    line-height: .96;
    letter-spacing: -.055em;
}

.ns-catalog-lead {
    position: relative;
    z-index: 2;
    max-width: 740px;
    margin: 0 0 24px;
    color: var(--ns-muted);
    font-size: 17px;
    line-height: 1.72;
}

.ns-catalog-hero__badges {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ns-catalog-hero__badges span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(16,24,32,.08);
    color: var(--ns-dark);
    font-size: 13px;
    font-weight: 850;
    box-shadow: 0 8px 24px rgba(15,23,42,.04);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.ns-catalog-hero__badges span:hover {
    transform: translateY(-2px);
    border-color: rgba(0,160,70,.28);
    box-shadow: 0 14px 34px rgba(0,160,70,.10);
}

.ns-catalog-hero__card {
    padding: 28px;
    background:
        radial-gradient(circle at top right, rgba(0,160,70,.24), transparent 40%),
        linear-gradient(145deg, #101820 0%, #1f2933 100%);
    color: #fff;
}

.ns-catalog-hero__card > span {
    display: block;
    margin-bottom: 12px;
    color: #6ee7a8;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ns-catalog-hero__card > strong {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 30px;
    line-height: 1.06;
    letter-spacing: -.04em;
}

.ns-catalog-hero__card p {
    margin: 0 0 22px;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.7;
}

.ns-catalog-hero__stats {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.ns-catalog-hero__stats div {
    padding: 13px;
    border-radius: 16px;
    background: rgba(255,255,255,.075);
    border: 1px solid rgba(255,255,255,.08);
}

.ns-catalog-hero__stats strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 17px;
    line-height: 1;
}

.ns-catalog-hero__stats span {
    color: rgba(255,255,255,.56);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.ns-catalog-main { padding: 0 0 36px; }

.ns-catalog-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.ns-catalog-sidebar {
    position: sticky;
    top: 118px;
    height: fit-content;
    max-height: calc(100vh - 136px);
    overflow: hidden;
    border-radius: var(--ns-radius-lg);
    border: 1px solid var(--ns-line);
    background: #fff;
    box-shadow: var(--ns-shadow-card);
}

.ns-catalog-sidebar__head {
    position: sticky;
    top: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(16,24,32,.07);
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
}

.ns-catalog-sidebar__head strong {
    color: var(--ns-dark);
    font-size: 19px;
    font-weight: 950;
    letter-spacing: -.02em;
}

.ns-close-filter {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: #f3f4f6;
    color: var(--ns-dark);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.ns-catalog-sidebar__body {
    max-height: calc(100vh - 198px);
    overflow-y: auto;
    padding: 8px 20px 20px;
}

.ns-catalog-sidebar .yith-wcan-filters,
.ns-catalog-sidebar .filters-container,
.ns-catalog-sidebar form { margin: 0; }

.ns-catalog-sidebar .yith-wcan-filter {
    padding: 16px 0;
    border-bottom: 1px solid rgba(16,24,32,.07);
}

.ns-catalog-sidebar .yith-wcan-filter:last-child { border-bottom: 0; }

.ns-catalog-sidebar .filter-title {
    margin: 0 0 12px;
    color: var(--ns-dark);
    font-size: 15px;
    font-weight: 950;
    letter-spacing: -.015em;
}

.ns-catalog-sidebar .filter-items {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ns-catalog-sidebar .filter-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    margin: 0;
    cursor: pointer;
}

.ns-catalog-sidebar .filter-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    accent-color: var(--ns-accent);
}

.ns-catalog-sidebar .filter-item .term-label,
.ns-catalog-sidebar .filter-item a {
    color: var(--ns-text);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
    text-decoration: none;
    transition: color .18s ease;
}

.ns-catalog-sidebar .filter-item:hover .term-label,
.ns-catalog-sidebar .filter-item:hover a,
.ns-catalog-sidebar .filter-item.active .term-label,
.ns-catalog-sidebar .filter-item.active a,
.ns-catalog-sidebar .show-more {
    color: var(--ns-accent-dark);
}

.ns-catalog-content { min-width: 0; }

.ns-catalog-toolbar {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 68px;
    margin-bottom: 18px;
    padding: 14px;
    border-radius: var(--ns-radius-lg);
    border: 1px solid var(--ns-line);
    background: rgba(255,255,255,.94);
    box-shadow: var(--ns-shadow-card);
    backdrop-filter: blur(14px);
}

.ns-catalog-toolbar__meta strong {
    display: block;
    color: var(--ns-dark);
    font-size: 16px;
    font-weight: 950;
}

.ns-catalog-toolbar__meta span {
    display: block;
    margin-top: 2px;
    color: var(--ns-muted);
    font-size: 13px;
    font-weight: 750;
}

.ns-mobile-filter-btn {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 15px;
    border: 0;
    border-radius: 14px;
    background: var(--ns-dark);
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    cursor: pointer;
}

.ns-mobile-filter-btn svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.ns-active-filters {
    grid-column: 1 / -1;
    min-width: 0;
}

.ns-active-filters:empty { display: none; }

.ns-active-filters .active-filter,
.ns-active-filters a,
.ns-active-filters span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin: 3px 5px 3px 0;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--ns-accent-soft);
    color: var(--ns-accent-dark);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.ns-catalog-ordering { justify-self: end; }
.ns-catalog-ordering form { margin: 0; }

.ns-catalog-ordering select,
.ns-catalog-ordering .orderby {
    min-height: 44px;
    max-width: 260px;
    padding: 0 42px 0 14px;
    border: 1px solid rgba(16,24,32,.10);
    border-radius: 14px;
    background-color: #fff;
    color: var(--ns-dark);
    font-size: 14px;
    font-weight: 850;
    outline: none;
    cursor: pointer;
}

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

.ns-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border-radius: var(--ns-radius-lg);
    border: 1px solid var(--ns-line);
    background: #fff;
    box-shadow: var(--ns-shadow-card);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.ns-product-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0,160,70,.24);
    box-shadow: var(--ns-shadow-hover);
}

.ns-product-card__top {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    pointer-events: none;
}

.ns-product-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ns-product-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
    box-shadow: 0 10px 26px rgba(15,23,42,.10);
    pointer-events: auto;
}

.ns-product-badge--new { background: var(--ns-dark); color: #fff; }
.ns-product-badge--sale { background: linear-gradient(135deg, var(--ns-accent), var(--ns-accent-2)); color: #fff; }

.ns-product-actions {
    display: flex;
    gap: 7px;
    pointer-events: auto;
}

.ns-product-action-btn {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(16,24,32,.08);
    border-radius: 14px;
    background: rgba(255,255,255,.92);
    color: var(--ns-dark);
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.ns-product-action-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(0,160,70,.22);
    background: var(--ns-dark);
    color: #fff;
}

.ns-product-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / .82;
    /* padding: 34px 22px 22px; */
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(0,160,70,.045), transparent 44%),
        linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
    text-decoration: none;
}

.ns-product-image::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 1px;
    background: rgba(16,24,32,.07);
}

.ns-product-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform .32s ease;
}

.ns-product-card:hover .ns-product-image img { transform: scale(1.035); }

.ns-product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.ns-product-category {
    min-height: 18px;
    margin-bottom: 8px;
    color: var(--ns-muted);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.4;
}

.ns-product-category a { color: inherit; text-decoration: none; }
.ns-product-category a:hover { color: var(--ns-accent-dark); }

.ns-product-title {
    margin: 0 0 10px;
    color: var(--ns-dark);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -.015em;
}

.ns-product-title a {
    display: -webkit-box;
    min-height: 46px;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ns-product-title a:hover { color: var(--ns-accent-dark); }

.ns-product-short {
    display: -webkit-box;
    min-height: 44px;
    margin-bottom: 14px;
    overflow: hidden;
    color: var(--ns-muted);
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ns-product-meta { margin-bottom: 14px; }

.ns-stock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f3f4f6;
    font-size: 12px;
    font-weight: 950;
}

.ns-stock::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.ns-stock--in { background: rgba(0,160,70,.09); color: var(--ns-accent-dark); }
.ns-stock--in::before { background: var(--ns-accent); box-shadow: 0 0 0 5px rgba(0,160,70,.12); }
.ns-stock--out { background: rgba(239,68,68,.09); color: var(--ns-red); }
.ns-stock--out::before { background: var(--ns-red); box-shadow: 0 0 0 5px rgba(239,68,68,.12); }

.ns-product-footer {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid rgba(16,24,32,.07);
}

.ns-product-price { margin-bottom: 14px; }
.ns-product-price del { display: block; margin-bottom: 3px; color: var(--ns-muted); font-size: 13px; font-weight: 700; }
.ns-product-price ins { text-decoration: none; }
.ns-product-price .amount,
.ns-product-price > .amount,
.ns-product-price strong {
    color: var(--ns-dark);
    font-size: 25px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -.035em;
}

.ns-product-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ns-product-more,
.ns-add-to-cart-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 14px;
    border: 0 !important;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}

.ns-product-more { background: var(--ns-dark); color: #fff; }
.ns-product-more:hover { transform: translateY(-2px); background: var(--ns-dark-2); color: #fff; }

.ns-add-to-cart-btn {
    background: linear-gradient(135deg, var(--ns-accent), var(--ns-accent-2)) !important;
    color: #fff !important;
    box-shadow: 0 12px 28px rgba(0,160,70,.22);
}

.ns-add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(0,160,70,.30);
    color: #fff !important;
}

.ns-add-to-cart-btn .ns-cart-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    color: #fff;
    transition: transform .22s ease;
}

.ns-add-to-cart-btn:hover .ns-cart-icon { transform: translateX(2px) scale(1.04); }

.ns-pagination { padding-top: 26px; }

.ns-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    margin: 0 6px 6px 0;
    border-radius: 14px;
    border: 1px solid rgba(16,24,32,.08);
    background: #fff;
    color: var(--ns-dark);
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.ns-pagination .page-numbers:hover,
.ns-pagination .page-numbers.current {
    transform: translateY(-2px);
    border-color: var(--ns-dark);
    background: var(--ns-dark);
    color: #fff;
}

.ns-no-products {
    padding: 48px 26px;
    border-radius: var(--ns-radius-lg);
    border: 1px solid var(--ns-line);
    background: #fff;
    box-shadow: var(--ns-shadow-card);
    text-align: center;
}

.ns-no-products h2 { margin: 0 0 10px; color: var(--ns-dark); font-size: 28px; letter-spacing: -.03em; }
.ns-no-products p { margin: 0 0 16px; color: var(--ns-muted); line-height: 1.7; }
.ns-no-products a { color: var(--ns-accent-dark); font-weight: 900; text-decoration: none; }

.ns-catalog-description { padding: 0 0 70px; }

.ns-catalog-description__content {
    padding: clamp(24px,4vw,36px);
    border-radius: var(--ns-radius-lg);
    border: 1px solid var(--ns-line);
    background: #fff;
    box-shadow: var(--ns-shadow-card);
    color: var(--ns-text);
    line-height: 1.75;
}

.ns-catalog-description__content:empty { display: none; }
body.ns-mobile-lock { overflow: hidden; }

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

@media (max-width: 980px) {
    .ns-catalog-hero__grid,
    .ns-catalog-layout { grid-template-columns: 1fr; }
    .ns-catalog-hero__card { display: none; }

    .ns-catalog-toolbar { grid-template-columns: auto minmax(0,1fr); }
    .ns-mobile-filter-btn { display: inline-flex; }
    .ns-catalog-ordering { grid-column: 1 / -1; justify-self: stretch; }
    .ns-catalog-ordering select,
    .ns-catalog-ordering .orderby { width: 100%; max-width: none; }

    .ns-catalog-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1001;
        width: min(420px, 92vw);
        max-height: none;
        border-radius: 0 24px 24px 0;
        transform: translateX(-105%);
        transition: transform .28s ease;
    }

    .ns-catalog-sidebar.is-open { transform: translateX(0); }
    .ns-catalog-sidebar__body { max-height: calc(100vh - 62px); }
    .ns-close-filter { display: inline-flex; align-items: center; justify-content: center; }

    body.ns-mobile-lock::before {
        content: "";
        position: fixed;
        inset: 0;
        /* z-index: 1000; */
        background: rgba(16,24,32,.52);
        backdrop-filter: blur(4px);
    }
}

@media (max-width: 720px) {
    .ns-container { width: min(100% - 22px, var(--ns-container)); }
    .ns-catalog-hero { padding: 18px 0; }
    .ns-catalog-hero__content { padding: 24px; border-radius: 22px; }
    .ns-catalog-hero h1 { font-size: 42px; }
    .ns-catalog-lead { font-size: 15px; }
    .ns-catalog-toolbar { padding: 12px; border-radius: 20px; }
    .ns-products-grid { grid-template-columns: 1fr; gap: 14px; }
    .ns-product-card { border-radius: 20px; }
    .ns-product-image { aspect-ratio: 1 / .76; }
    .ns-product-buttons { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .ns-catalog-hero h1 { font-size: 36px; }
    .ns-catalog-hero__badges span { min-height: 34px; font-size: 12px; }
    .ns-product-price .amount,
    .ns-product-price > .amount,
    .ns-product-price strong { font-size: 23px; }
}

.ns-search-page-form {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    max-width: 760px;
    margin: 0 0 22px;
    padding: 8px;
    border-radius: 18px;
    border: 1px solid rgba(16,24,32,.08);
    background: #fff;
    box-shadow: 0 12px 34px rgba(15,23,42,.06);
}

.ns-search-page-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ns-dark);
    font-size: 15px;
    font-weight: 750;
}

.ns-search-page-form button {
    min-height: 48px;
    padding: 0 20px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--ns-accent), var(--ns-accent-2));
    color: #fff;
    font-size: 14px;
    font-weight: 950;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease;
}

.ns-search-page-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0,160,70,.22);
}

.ns-search-page .ns-catalog-description__content h2 {
    margin: 0 0 12px;
    color: var(--ns-dark);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.ns-search-page .ns-catalog-description__content p {
    margin: 0 0 14px;
    color: var(--ns-muted);
}

.ns-search-page .ns-catalog-description__content a {
    color: var(--ns-accent-dark);
    font-weight: 900;
    text-decoration: none;
}

.ns-search-page .ns-catalog-description__content a:hover {
    text-decoration: underline;
}

@media (max-width: 720px) {
    .ns-search-page-form {
        grid-template-columns: 1fr;
    }

    .ns-search-page-form button {
        width: 100%;
    }
}