/* Elefante collection shop */
body.page-template-page-shop-elefante {
    max-width: 100%;
    background: transparent;
    overflow-x: clip
}

body.page-template-page-shop-elefante .nm-page-wrap,
body.page-template-page-shop-elefante .nm-page-wrap-inner {
    background: transparent
}

.nm-elefante-shop,
.nm-elefante-shop * {
    box-sizing: border-box
}

.nm-elefante-shop {
    --shop-gutter: clamp(20px, 3vw, 46px);
    width: 100%;
    max-width: 100%;
    padding: 58px var(--shop-gutter) 0;
    color: var(--nm-brand-navy);
    overflow: hidden
}

.nm-collection-intro,
.nm-collection-categories,
.nm-collection-toolbar,
.nm-collection-sections,
.nm-collection-personalise,
.nm-collection-benefits {
    width: 100%;
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto
}

.nm-collection-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: clamp(42px, 6vw, 86px);
    color: rgba(19, 42, 79, .62);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase
}

.nm-collection-breadcrumbs a:hover {
    color: var(--nm-brand-brown)
}

.nm-collection-catalog-head {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto 32px
}

.nm-collection-catalog-head h1 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    color: var(--nm-brand-navy);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -.035em;
    text-transform: uppercase
}

.nm-collection-catalog-head h1 span {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--nm-brand-navy)
}

.nm-collection-intro-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
    align-items: end;
    gap: clamp(30px, 8vw, 150px);
    padding-bottom: clamp(38px, 5vw, 70px);
    border-bottom: 1px solid rgba(19, 42, 79, .14)
}

.nm-collection-eyebrow,
.nm-collection-section-heading p,
.nm-collection-personalise-copy>p:first-child {
    margin: 0 0 14px !important;
    color: var(--nm-brand-brown) !important;
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase
}

.nm-collection-intro h1 {
    margin: 0;
    color: var(--nm-brand-navy);
    font-size: clamp(56px, 8vw, 128px);
    font-weight: 700;
    line-height: .86;
    letter-spacing: -.07em
}

.nm-collection-intro-row>p {
    max-width: 480px;
    margin: 0 0 4px;
    color: rgba(19, 42, 79, .72);
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.65
}

.nm-collection-categories {
    display: flex;
    gap: 10px;
    padding: 26px 0;
    overflow-x: auto;
    scrollbar-width: none
}

.nm-collection-categories::-webkit-scrollbar {
    display: none
}

.nm-collection-categories a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 9px 18px;
    border: 1px solid rgba(19, 42, 79, .2);
    border-radius: 999px;
    color: var(--nm-brand-navy);
    font-size: 13px;
    font-weight: 700;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease
}

.nm-collection-categories a span {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    font-size: 10px
}

.nm-collection-categories a:hover,
.nm-collection-categories a.is-active {
    border-color: var(--nm-brand-navy);
    background: var(--nm-brand-navy);
    color: #fff
}

.nm-collection-toolbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 42px;
    margin-bottom: 10px;
    padding: 0;
    border: 0
}

.nm-collection-filter-toggle {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 10px;
    min-height: 40px;
    padding: 8px 14px;
    border: 0;
    background: transparent;
    color: var(--nm-brand-navy);
    font-size: 13px;
    font-weight: 700
}

.nm-collection-filter-toggle:hover,
.nm-collection-filter-toggle:focus-visible {
    background: var(--nm-brand-cream);
    color: var(--nm-brand-navy)
}

.nm-collection-toolbar>p {
    display: none;
    margin: 0;
    color: rgba(19, 42, 79, .62);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase
}

.nm-collection-sort {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 10px
}

.nm-collection-sort label {
    margin: 0;
    color: rgba(19, 42, 79, .62);
    font-size: 12px
}

.nm-collection-sort select {
    min-width: 150px;
    height: 40px;
    padding: 0 32px 0 12px;
    border: 0;
    background-color: transparent;
    color: var(--nm-brand-navy);
    font-size: 13px;
    font-weight: 700
}

.nm-collection-product-section {
    margin-bottom: clamp(80px, 10vw, 150px)
}

.nm-collection-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: clamp(30px, 4vw, 54px)
}

.nm-collection-section-heading h2 {
    margin: 0;
    color: var(--nm-brand-navy);
    font-size: clamp(38px, 4vw, 68px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.045em
}

.nm-collection-section-heading>a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--nm-brand-gold);
    color: var(--nm-brand-navy);
    font-size: 13px;
    font-weight: 700
}

.nm-collection-section-heading>a span {
    font-size: 20px;
    transition: transform .18s ease
}

.nm-collection-section-heading>a:hover span {
    transform: translateX(4px)
}

.nm-collection-sections {
    margin-bottom: clamp(70px, 8vw, 70px)
}

.nm-collection-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px 14px
}

.nm-collection-card {
    min-width: 0;
    padding: 8px;
    border-radius: 14px;
    background: #fff
}

.nm-collection-card-media {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 10px;
    background: #fff;
    overflow: hidden
}

.nm-collection-card-media>a:first-child {
    display: block;
    width: 100%;
    height: 100%
}

.nm-collection-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    padding: clamp(10px, 1.6vw, 26px);
    object-fit: contain;
    transition: opacity .45s ease, transform .65s cubic-bezier(.22, 1, .36, 1)
}

.nm-collection-card-image.is-secondary {
    opacity: 0
}

.nm-collection-card:hover .nm-collection-card-image.is-primary:has(+.is-secondary) {
    opacity: 0
}

.nm-collection-card:hover .nm-collection-card-image.is-secondary {
    opacity: 1;
    transform: scale(1.025)
}

.nm-collection-card:not(:has(.is-secondary)):hover .nm-collection-card-image.is-primary {
    transform: scale(1.035)
}

.nm-collection-card-badges {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    gap: 6px;
    pointer-events: none
}

.nm-collection-card-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 11px;
    border-radius: 999px;
    background: var(--nm-brand-navy);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.nm-collection-card-view {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: var(--nm-brand-navy);
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .22s ease, transform .22s ease, background-color .18s ease
}

.nm-collection-card:hover .nm-collection-card-view,
.nm-collection-card:focus-within .nm-collection-card-view {
    opacity: 1;
    transform: translateY(0)
}

.nm-collection-card-view:hover {
    background: var(--nm-brand-gold);
    color: var(--nm-brand-navy)
}

.nm-collection-card-details {
    min-height: 98px;
    padding: 10px 4px 8px
}

.nm-collection-card-category {
    margin: 0 0 5px !important;
    color: var(--nm-brand-brown) !important;
    font-size: 8px !important;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.nm-collection-card-details h3 {
    margin: 0 0 6px;
    color: var(--nm-brand-navy);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25
}

.nm-collection-card-price,
.nm-collection-card-price .amount {
    color: rgba(19, 42, 79, .72);
    font-size: 10px;
    font-weight: 600
}

.nm-collection-card-price del {
    opacity: .5
}

.nm-collection-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1000010;
    background: rgba(19, 42, 79, .38);
    backdrop-filter: blur(3px)
}

.nm-collection-filter-panel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000011;
    width: min(440px, 92vw);
    height: 100dvh;
    padding: 28px clamp(24px, 4vw, 44px) 42px;
    background: #fff;
    box-shadow: 24px 0 70px rgba(19, 42, 79, .16);
    overflow-y: auto;
    transform: translateX(-105%);
    transition: transform .36s cubic-bezier(.22, 1, .36, 1)
}

.nm-collection-filter-panel.is-open {
    transform: translateX(0)
}

.nm-filter-panel-open {
    overflow: hidden
}

.nm-collection-filter-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 44px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(19, 42, 79, .14)
}

.nm-collection-filter-heading h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.035em
}

.nm-collection-filter-heading button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    background: var(--nm-brand-cream);
    color: var(--nm-brand-navy);
    font-size: 26px
}

.nm-collection-filter-panel fieldset {
    margin: 0 0 34px;
    padding: 0;
    border: 0
}

.nm-collection-filter-panel legend {
    width: 100%;
    margin-bottom: 18px;
    color: var(--nm-brand-brown);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase
}

.nm-collection-filter-panel fieldset>label {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 38px;
    margin: 0;
    color: var(--nm-brand-navy);
    font-size: 14px
}

.nm-collection-filter-panel fieldset>label span {
    margin-left: auto;
    color: rgba(19, 42, 79, .55)
}

.nm-collection-filter-panel input[type=radio] {
    accent-color: var(--nm-brand-navy)
}

.nm-collection-price-range {
    padding: 8px 3px 2px
}

.nm-collection-price-track {
    position: relative;
    height: 30px;
    margin: 0 8px 14px
}

.nm-collection-price-track::before,
.nm-collection-price-track>span {
    position: absolute;
    top: 14px;
    right: 0;
    left: 0;
    height: 4px;
    border-radius: 999px;
    content: ""
}

.nm-collection-price-track::before {
    background: rgba(19, 42, 79, .14)
}

.nm-collection-price-track>span {
    background: var(--nm-brand-navy)
}

.nm-collection-price-track input[type=range] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    pointer-events: none
}

.nm-collection-price-track input[type=range]::-webkit-slider-runnable-track {
    height: 4px;
    background: transparent
}

.nm-collection-price-track input[type=range]::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    margin-top: -9px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--nm-brand-navy);
    box-shadow: 0 2px 9px rgba(19, 42, 79, .3);
    appearance: none;
    -webkit-appearance: none;
    cursor: grab;
    pointer-events: auto
}

.nm-collection-price-track input[type=range]::-moz-range-track {
    height: 4px;
    background: transparent
}

.nm-collection-price-track input[type=range]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--nm-brand-navy);
    box-shadow: 0 2px 9px rgba(19, 42, 79, .3);
    cursor: grab;
    pointer-events: auto
}

.nm-collection-price-track input[type=range]:focus-visible::-webkit-slider-thumb {
    outline: 3px solid rgba(19, 42, 79, .24);
    outline-offset: 3px
}

.nm-collection-price-values {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: rgba(19, 42, 79, .62);
    font-size: 12px
}

.nm-collection-price-values strong {
    color: var(--nm-brand-navy);
    font-weight: 700
}

.nm-collection-apply,
.nm-collection-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700
}

.nm-collection-apply {
    background: var(--nm-brand-navy);
    color: #fff
}

.nm-collection-reset {
    margin-top: 8px;
    background: var(--nm-brand-cream);
    color: var(--nm-brand-navy)
}

.nm-collection-pagination {
    display: flex;
    justify-content: center;
    margin-top: 42px
}

.nm-collection-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    margin: 0 2px;
    border: 1px solid rgba(19, 42, 79, .16);
    border-radius: 999px;
    background: #fff;
    color: var(--nm-brand-navy);
    font-size: 11px;
    font-weight: 700
}

.nm-collection-pagination .page-numbers.current,
.nm-collection-pagination .page-numbers:hover {
    border-color: var(--nm-brand-navy);
    background: var(--nm-brand-navy);
    color: #fff
}

.nm-collection-empty {
    padding: 80px 0;
    text-align: center
}

.nm-collection-personalise {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
    align-items: center;
    min-height: clamp(520px, 42vw, 690px);
    margin-bottom: clamp(80px, 9vw, 80px);
    padding: clamp(42px, 6vw, 90px);
    border-radius: 32px;
    background: var(--nm-brand-navy);
    overflow: hidden
}

.nm-collection-personalise-copy {
    position: relative;
    z-index: 2;
    max-width: 570px
}

.nm-collection-personalise-copy>p:first-child {
    color: var(--nm-brand-gold) !important
}

.nm-collection-personalise-copy h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(46px, 5vw, 78px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.055em
}

.nm-collection-personalise-copy>p:not(:first-child) {
    max-width: 470px;
    margin: 0;
    color: rgba(255, 255, 255, .75);
    font-size: 16px;
    line-height: 1.65
}

.nm-collection-personalise-copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 52px;
    margin-top: 32px;
    padding: 10px 28px;
    border-radius: 999px;
    background: var(--nm-brand-gold);
    color: var(--nm-brand-navy);
    font-size: 13px;
    font-weight: 700
}

.nm-collection-personalise-art {
    position: relative;
    display: grid;
    place-items: center;
    height: 100%;
    min-height: 430px
}

.nm-collection-personalise-art img {
    position: relative;
    z-index: 2;
    width: min(48%, 280px);
    max-height: 560px;
    object-fit: contain;
    filter: drop-shadow(0 32px 35px rgba(0, 0, 0, .24));
    transform: rotate(5deg)
}

.nm-collection-personalise-orbit {
    position: absolute;
    width: min(88%, 540px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(198, 148, 59, .34) 0 22%, transparent 23% 100%)
}

.nm-collection-personalise-orbit:before,
.nm-collection-personalise-orbit:after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    content: ""
}

.nm-collection-personalise-orbit:before {
    inset: 12%
}

.nm-collection-personalise-orbit:after {
    inset: 27%
}

.nm-collection-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(19, 42, 79, .16);
    border-bottom: 1px solid rgba(19, 42, 79, .16)
}

.nm-collection-benefits>div {
    min-height: 230px;
    padding: 34px clamp(18px, 2.4vw, 38px);
    border-right: 1px solid rgba(19, 42, 79, .16)
}

.nm-collection-benefits>div:last-child {
    border-right: 0
}

.nm-collection-benefits span {
    color: var(--nm-brand-gold);
    font-size: 11px;
    font-weight: 700
}

.nm-collection-benefits h3 {
    margin: 56px 0 10px;
    color: var(--nm-brand-navy);
    font-size: 18px;
    font-weight: 700
}

.nm-collection-benefits p {
    margin: 0;
    color: rgba(19, 42, 79, .66);
    font-size: 13px;
    line-height: 1.55
}

@media(max-width:1100px) {
    .nm-collection-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .nm-collection-personalise {
        grid-template-columns: 1fr .8fr
    }

    .nm-collection-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .nm-collection-benefits>div:nth-child(2) {
        border-right: 0
    }

    .nm-collection-benefits>div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(19, 42, 79, .16)
    }
}

@media(max-width:767px) {
    .nm-elefante-shop {
        padding-top: 32px
    }

    .nm-collection-catalog-head {
        margin-bottom: 34px
    }

    .nm-collection-catalog-head h1 {
        font-size: 24px
    }

    .nm-collection-catalog-head h1 span {
        width: 18px;
        height: 18px
    }

    .nm-collection-toolbar {
        grid-template-columns: 1fr 1fr
    }

    .nm-collection-toolbar>p {
        display: none
    }

    .nm-collection-product-section,
    .nm-collection-grid {
        width: 100%;
        min-width: 0
    }

    .nm-collection-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px 10px
    }

    .nm-collection-card-media {
        border-radius: 9px
    }

    .nm-collection-card-view {
        display: none
    }

    .nm-collection-card-badges {
        top: 7px;
        left: 7px
    }

    .nm-collection-card-details {
        padding: 9px 2px 5px
    }

    .nm-collection-personalise {
        grid-template-columns: 1fr;
        padding: 48px 28px 22px;
        border-radius: 24px
    }

    .nm-collection-personalise-art {
        min-height: 380px
    }

    .nm-collection-personalise-art img {
        width: min(42%, 220px)
    }
}

@media(max-width:520px) {
    .nm-elefante-shop {
        --shop-gutter: 12px
    }

    .nm-collection-toolbar {
        margin-bottom: 18px
    }

    .nm-collection-filter-toggle {
        padding-left: 4px
    }

    .nm-collection-sort label {
        display: none
    }

    .nm-collection-sort select {
        min-width: 126px;
        max-width: 46vw
    }

    .nm-collection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .nm-collection-card-details h3 {
        font-size: 11px
    }

    .nm-collection-benefits {
        grid-template-columns: 1fr
    }

    .nm-collection-benefits>div,
    .nm-collection-benefits>div:nth-child(2) {
        min-height: 185px;
        border-right: 0;
        border-bottom: 1px solid rgba(19, 42, 79, .16)
    }

    .nm-collection-benefits>div:last-child {
        border-bottom: 0
    }

    .nm-collection-benefits h3 {
        margin-top: 38px
    }
}

@media(prefers-reduced-motion:reduce) {

    .nm-collection-card-image,
    .nm-collection-card-view,
    .nm-collection-filter-panel {
        transition-duration: 1ms !important
    }
}

/* Reuse the exact Best Sellers product-card system in the catalogue. */
.nm-collection-best-seller-grid.nm-home-best-sellers-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px 14px;
    width: 100%;
    padding: 0 !important;
    overflow: visible
}

.nm-collection-best-seller-grid.nm-home-best-sellers-products ul.products>li.product {
    display: flex;
    flex: initial;
    width: auto !important;
    min-width: 0;
    max-width: none !important;
    margin: 0 !important
}

.nm-collection-best-seller-grid.nm-home-best-sellers-products .nm-shop-loop-product-wrap {
    width: 100%
}

.nm-collection-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: fit-content;
    margin: 48px auto 0;
    padding: 6px;
    border: 1px solid rgba(19, 42, 79, .1);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(19, 42, 79, .07)
}

.nm-collection-pagination .page-numbers {
    display: flex;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-width: 34px;
    height: 34px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: var(--nm-brand-navy);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    transition: transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease
}

.nm-collection-pagination .page-numbers:hover,
.nm-collection-pagination .page-numbers:focus-visible {
    border-color: rgba(19, 42, 79, .14);
    background: var(--nm-brand-cream);
    color: var(--nm-brand-navy);
    transform: translateY(-1px)
}

.nm-collection-pagination .page-numbers.current {
    border-color: var(--nm-brand-navy);
    background: var(--nm-brand-navy);
    color: #fff;
    box-shadow: 0 4px 12px rgba(19, 42, 79, .2)
}

.nm-collection-pagination .page-numbers.next,
.nm-collection-pagination .page-numbers.prev {
    color: var(--nm-brand-gold)
}

@media(max-width:1100px) {
    .nm-collection-best-seller-grid.nm-home-best-sellers-products ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media(max-width:767px) {
    .nm-collection-best-seller-grid.nm-home-best-sellers-products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px 10px
    }

    .nm-collection-best-seller-grid.nm-home-best-sellers-products .nm-shop-loop-product-wrap {
        padding: 11px 11px 14px;
        border-radius: 14px
    }

    .nm-collection-best-seller-grid.nm-home-best-sellers-products .nm-shop-loop-details {
        padding-top: 12px
    }

    .nm-collection-pagination {
        margin-top: 36px
    }

    .nm-collection-pagination .page-numbers {
        height: 34px;
        font-size: 12px
    }
}

@media(max-width:520px) {
    .nm-collection-best-seller-grid.nm-home-best-sellers-products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .nm-collection-pagination {
        gap: 4px;
        padding: 5px
    }

    .nm-collection-pagination .page-numbers {
        flex-basis: 32px;
        width: 32px;
        min-width: 32px;
        height: 32px;
        font-size: 11px
    }
}
