/*
Theme Name: North Graft Retail
Theme URI: https://northgraft.co.uk
Author: North Graft
Description: Mobile-first WooCommerce storefront for North Graft new and pre-owned footwear and clothing.
Version: 3.5.1
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: northgraft
*/

:root {
  --ng-black: #080808;
  --ng-charcoal: #171717;
  --ng-white: #fff;
  --ng-off: #f7f7f5;
  --ng-teal: #14d8df;
  --ng-teal-dark: #09b6bd;
  --ng-grey: #767676;
  --ng-line: #e8e8e8;
  --ng-max: 1540px;
  --ng-gutter: clamp(16px, 3.2vw, 52px);
  --ng-radius: 6px;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; overflow-x: clip; background: var(--ng-off); color: var(--ng-black); font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.ng-panel-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a, button, [role="button"] { touch-action: manipulation; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; border-radius: 0; box-shadow: none; }
button, .button { cursor: pointer; -webkit-appearance: none; appearance: none; }
::selection { background: var(--ng-teal); color: var(--ng-black); }
:where(a, button, input, select, textarea, [tabindex]):focus { outline: 0; box-shadow: none; }
:where(a, button, input, select, textarea, [tabindex]):focus-visible { outline: 2px solid var(--ng-teal); outline-offset: 3px; }
:where(input, select, textarea):focus-visible { border-color: var(--ng-teal) !important; outline: 0; box-shadow: none !important; }
:where(a, button, .button):active { box-shadow: none !important; transform: none !important; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ng-hugeicon { width: 1.5em; height: 1.5em; flex: 0 0 auto; fill: none; }
.ng-shell { width: 100%; max-width: calc(var(--ng-max) + 104px); margin-inline: auto; padding-inline: var(--ng-gutter); }
.ng-skip { position: fixed; top: -100px; left: 12px; z-index: 9999; background: #fff; padding: 12px 16px; }
.ng-skip:focus { top: 12px; }

/* Shared UI */
.ng-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 12px; font-size: 10px; font-weight: 800; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.ng-eyebrow::before { content: ""; width: 18px; height: 3px; background: var(--ng-teal); }
.ng-section { padding-block: clamp(64px, 8vw, 112px); }
.ng-section-tight { padding-block: 38px 62px; }
.ng-section--white { background: var(--ng-white); }
.ng-section-head { display: grid; gap: 18px; margin-bottom: 28px; }
.ng-section-head--compact { margin-bottom: 20px; }
.ng-section-head h2, .ng-headwear h2 { margin: 0; font-size: clamp(31px, 5.4vw, 62px); font-weight: 900; letter-spacing: -.055em; line-height: .92; }
.ng-section-head p { margin: 10px 0 0; color: var(--ng-grey); font-size: 14px; }
.ng-btn, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid var(--ng-black); border-radius: var(--ng-radius); background: var(--ng-black); color: #fff; padding: 13px 20px; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: background .2s, border-color .2s, color .2s, transform .2s; }
.ng-btn svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ng-btn:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { border-color: var(--ng-teal); background: var(--ng-teal); color: var(--ng-black); transform: translateY(-1px); }
.ng-btn--teal { border-color: var(--ng-teal); background: var(--ng-teal); color: var(--ng-black); }
.ng-btn--teal:hover { border-color: #fff; background: #fff; }
.ng-btn--light { border-color: #fff; background: #fff; color: var(--ng-black); }
.ng-text-link { display: inline-flex; align-items: center; gap: 10px; width: max-content; border-bottom: 1px solid; padding-bottom: 4px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ng-text-link svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ng-text-link:hover { color: #00aab2; }
.ng-text-link--light { color: #fff; }
.ng-empty { min-height: 210px; display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 20px; border: 1px solid var(--ng-line); background: var(--ng-off); padding: 24px; }
.ng-empty__mark { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: var(--ng-black); color: var(--ng-teal); font-size: 22px; font-weight: 900; letter-spacing: -.08em; }
.ng-empty h3 { margin: 0 0 6px; font-size: 20px; }
.ng-empty p { max-width: 570px; margin: 0; color: var(--ng-grey); font-size: 13px; }

/* Header */
.ng-announcement { height: 31px; overflow: hidden; background: #000; color: #fff; }
.ng-announcement__track { height: 31px; display: flex; align-items: center; justify-content: center; gap: 11px; padding-inline: 12px; font-size: 8px; font-weight: 800; letter-spacing: .13em; white-space: nowrap; text-transform: uppercase; }
.ng-announcement__track i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--ng-teal); }
.ng-announcement__track span:nth-of-type(2), .ng-announcement__track span:nth-of-type(3), .ng-announcement__track i:nth-of-type(2) { display: none; }
.ng-header { position: sticky; top: 0; z-index: 100; background: var(--ng-black); color: #fff; }
.ng-header.is-scrolled { box-shadow: 0 10px 26px rgba(0,0,0,.2); }
.ng-header__main { background: var(--ng-black); }
.ng-header__main-inner { min-height: 66px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 8px; }
.ng-brand { justify-self: center; display: inline-flex; align-items: center; }
.ng-brand img { width: 84px; height: 56px; object-fit: contain; }
.ng-icon-button { position: relative; min-width: 42px; height: 42px; display: inline-grid; place-items: center; border: 0; background: transparent; color: currentColor; }
.ng-icon-button:hover { color: var(--ng-teal); }
.ng-icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ng-icon-button small { display: none; }
.ng-header-actions { display: flex; justify-content: flex-end; }
.ng-account-button, .ng-wishlist-button { display: none; }
.ng-cart-count { position: absolute; top: -1px; right: -1px; min-width: 18px; height: 18px; display: grid; place-items: center; border: 2px solid var(--ng-black); border-radius: 50%; background: var(--ng-teal); color: var(--ng-black); padding-inline: 3px; font-size: 8px; font-weight: 900; }
.ng-menu-search { min-height: 50px; display: grid; grid-template-columns: 22px minmax(0,1fr); align-items: center; gap: 9px; border: 1px solid #2f2f2f; border-radius: 4px; background: #fff; color: var(--ng-black); padding: 0 12px; }
.ng-menu-search:focus-within { border-color: var(--ng-teal); }
.ng-menu-search svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ng-menu-search input { min-width: 0; border: 0; outline: 0; background: transparent; font-size: 16px; box-shadow: none !important; }
.ng-nav { display: none; }
.ng-overlay { position: fixed; inset: 0; z-index: 1000; visibility: hidden; background: rgba(0,0,0,.7); opacity: 0; transition: opacity .22s, visibility .22s; }
.ng-overlay.is-open { visibility: visible; opacity: 1; }
.ng-mobile-menu, .ng-mini-cart { width: min(92vw, 440px); height: 100%; overflow-y: auto; background: var(--ng-black); color: #fff; padding: 18px; transform: translateX(-100%); transition: transform .24s ease; }
.ng-overlay.is-open .ng-mobile-menu { transform: translateX(0); }
.ng-panel-head { min-height: 62px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #303030; padding-bottom: 12px; }
.ng-panel-head .ng-brand { margin-left: 0; }
.ng-menu-search { margin-block: 20px 12px; }
.ng-mobile-nav { display: grid; }
.ng-mobile-nav a { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #2d2d2d; padding: 17px 4px; font-size: 23px; font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; }
.ng-mobile-nav a::after { content: none; }
.ng-mobile-nav a .ng-hugeicon { width: 21px; height: 21px; color: var(--ng-teal); }
.ng-mobile-nav .ng-nav-sell { color: var(--ng-teal); }
.ng-mobile-secondary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding-top: 24px; }
.ng-mobile-secondary a { color: #aaa; font-size: 11px; }
.ng-cart-overlay { display: flex; justify-content: flex-end; }
.ng-mini-cart { background: #fff; color: var(--ng-black); transform: translateX(100%); }
.ng-overlay.is-open .ng-mini-cart { transform: translateX(0); }
.ng-mini-cart .ng-panel-head { border-color: var(--ng-line); }
.ng-panel-head > div { display: grid; }
.ng-panel-head strong { font-size: 27px; font-weight: 900; line-height: 1; }
.ng-panel-kicker { color: var(--ng-grey); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.ng-mini-cart__body { padding-top: 18px; }
.woocommerce-mini-cart { list-style: none; margin: 0; padding: 0; }
.woocommerce-mini-cart-item { position: relative; min-height: 96px; border-bottom: 1px solid var(--ng-line); padding: 0 28px 14px 88px !important; margin-bottom: 14px !important; }
.woocommerce-mini-cart-item img { position: absolute; left: 0; top: 0; width: 74px !important; height: 74px !important; object-fit: contain; background: var(--ng-off); }
.woocommerce-mini-cart-item .remove { position: absolute !important; right: 0; top: 0; left: auto !important; color: var(--ng-black) !important; }
.woocommerce a.remove { width: 32px; height: 32px; display: grid !important; place-items: center; border: 0; border-radius: 50%; color: var(--ng-black) !important; font-size: 0; }
.woocommerce a.remove:hover { background: var(--ng-off); color: var(--ng-black) !important; }
.woocommerce a.remove .ng-hugeicon { width: 18px; height: 18px; }
.woocommerce-mini-cart__total { display: flex; justify-content: space-between; border-top: 0 !important; padding: 18px 0 !important; }
.woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.woocommerce-mini-cart__empty-message { padding-block: 34px; color: var(--ng-grey); }

/* Hero and home */
.ng-hero { position: relative; min-height: 590px; display: flex; align-items: flex-end; overflow: hidden; background: #060708; color: #fff; }
.ng-hero__media { position: absolute; inset: 0; }
.ng-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 20%, rgba(0,0,0,.82) 100%); }
.ng-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.ng-hero__content { position: relative; z-index: 1; padding-block: 70px 42px; }
.ng-hero__mark { width: 88px; margin: 0 0 12px; opacity: .92; }
.ng-hero .ng-eyebrow { color: #fff; }
.ng-hero h1, .ng-preowned h2, .ng-sell-cta h2 { max-width: 770px; margin: 0; font-size: clamp(40px, 9vw, 94px); font-weight: 900; letter-spacing: -.065em; line-height: .86; }
.ng-hero h1 span { color: var(--ng-teal); }
.ng-hero__content > p { max-width: 560px; margin: 21px 0 27px; color: rgba(255,255,255,.76); font-size: 15px; }
.ng-hero__actions { display: flex; flex-wrap: wrap; gap: 9px; }
.ng-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; max-width: 1120px; }
.ng-category-card { position: relative; overflow: hidden; border: 1px solid var(--ng-line); border-radius: var(--ng-radius); background: #fff; }
.ng-category-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .25s; }
.ng-category-card:hover img { transform: scale(1.025); }
.ng-category-card > span { min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; font-size: 12px; text-transform: uppercase; }
.ng-category-card svg { width: 17px; fill: none; stroke: var(--ng-teal-dark); stroke-width: 1.8; }
.ng-category-card__coming { position: absolute; top: 14px; right: 14px; left: 14px; z-index: 2; border: 1px solid rgba(255,255,255,.24); border-radius: 3px; background: rgba(8,8,8,.9); color: #fff; padding: 10px 12px; font-size: var(--ng-label-size); font-weight: 900; letter-spacing: .14em; text-align: center; text-transform: uppercase; backdrop-filter: blur(8px); }
.ng-category-card.is-coming-soon img { filter: saturate(.55) brightness(.72); }
.ng-category-card.is-coming-soon:hover img { filter: saturate(.7) brightness(.78); }
.ng-product-rail { display: grid !important; grid-auto-flow: column; grid-auto-columns: minmax(220px, 70vw); grid-template-columns: none !important; gap: 10px !important; overflow-x: auto; margin-inline: calc(var(--ng-gutter) * -1) !important; padding-inline: var(--ng-gutter) !important; padding-bottom: 16px !important; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.ng-product-rail > * { scroll-snap-align: start; }
.ng-brand-strip { border-block: 1px solid var(--ng-line); background: #fff; padding-block: 34px; }
.ng-brand-list { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 7px; }
.ng-brand-list a { flex: 0 0 auto; border: 1px solid var(--ng-line); border-radius: 3px; padding: 15px 23px; font-size: 13px; font-weight: 900; letter-spacing: -.02em; text-transform: uppercase; }
.ng-brand-list a:hover { border-color: var(--ng-teal); }
.ng-preowned { position: relative; min-height: 620px; display: flex; align-items: flex-end; overflow: hidden; background: #050505; color: #fff; }
.ng-preowned__media { position: absolute; inset: 0; }
.ng-preowned__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.9)); }
.ng-preowned__media img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; }
.ng-preowned__content { position: relative; z-index: 1; padding-block: 70px 46px; }
.ng-preowned h2 { font-size: clamp(42px, 8vw, 88px); }
.ng-preowned h2 span { color: var(--ng-teal); }
.ng-preowned p { max-width: 570px; margin: 20px 0 27px; color: #bfbfbf; }
.ng-preowned__content > div { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.ng-headwear { background: var(--ng-off); }
.ng-headwear__inner { display: grid; gap: 30px; align-items: center; }
.ng-headwear p { max-width: 500px; color: var(--ng-grey); }
.ng-headwear img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.ng-sell-cta { background: var(--ng-charcoal); color: #fff; padding-block: clamp(66px, 8vw, 105px); }
.ng-sell-cta__inner { display: grid; gap: 45px; }
.ng-sell-cta h2 { max-width: 880px; font-size: clamp(38px, 7vw, 78px); }
.ng-sell-cta p { max-width: 600px; color: #aaa; }
.ng-sell-cta__steps { display: flex; align-items: center; }
.ng-sell-cta__steps span { width: 58px; height: 58px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid #404040; border-radius: 50%; color: var(--ng-teal); font-size: 11px; font-weight: 800; }
.ng-sell-cta__steps small { display: none; }
.ng-sell-cta__steps i { height: 1px; flex: 1; background: #404040; }

/* Products */
.products, .woocommerce ul.products { list-style: none; margin: 0; padding: 0; }
.ng-card, .woocommerce ul.products li.product { position: relative; float: none !important; clear: none !important; width: auto !important; min-width: 0; margin: 0 !important; background: transparent; }
.ng-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / 1; border-radius: 4px; background: #f0f0ee; }
.ng-card__image img, .woocommerce ul.products li.product a img { width: 100%; height: 100%; margin: 0; object-fit: contain; mix-blend-mode: multiply; transition: transform .25s, filter .25s; }
.ng-card:hover .ng-card__image img { transform: scale(1.025); }
.ng-card.is-sold .ng-card__image img { filter: saturate(.25) contrast(.9); opacity: .7; }
.ng-card.is-sold .ng-card__image::after { content: "SOLD"; position: absolute; inset: 50% auto auto 50%; z-index: 2; transform: translate(-50%,-50%) rotate(-6deg); border: 3px solid #fff; background: rgba(8,8,8,.88); color: #fff; padding: 9px 16px; font-size: 18px; font-weight: 900; letter-spacing: .15em; }
.ng-badge { position: absolute; top: 8px; left: 8px; z-index: 3; border-radius: 2px; background: var(--ng-teal); color: var(--ng-black); padding: 5px 7px; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ng-badge--sold { background: var(--ng-black); color: #fff; }
.ng-card__wish { position: absolute; top: 8px; right: 8px; z-index: 4; width: 34px; height: 34px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); }
.ng-card__wish svg { width: 17px; fill: transparent; stroke: var(--ng-black); stroke-width: 1.7; }
.ng-card__wish.is-saved { background: var(--ng-black); }
.ng-card__wish.is-saved svg { fill: var(--ng-teal); stroke: var(--ng-teal); }
.ng-card__body { padding: 12px 2px 24px; }
.ng-card__brand { color: var(--ng-grey); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ng-card__title { margin: 4px 0 6px; font-size: 13px; font-weight: 750; line-height: 1.35; }
.ng-card__details { display: flex; flex-wrap: wrap; gap: 5px 9px; min-height: 18px; color: var(--ng-grey); font-size: 9px; text-transform: uppercase; }
.ng-card__details span + span::before { content: "·"; margin-right: 9px; }
.ng-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; margin-top: 7px; font-size: 13px; font-weight: 800; }
.ng-card__price > b { color: var(--ng-grey); font-size: 9px; letter-spacing: .12em; }
.ng-card__price del { color: var(--ng-grey); font-weight: 500; opacity: 1; }
.ng-card__price ins { color: #008e94; text-decoration: none; }
.ng-card__price small { color: var(--ng-grey); font-size: 9px; font-weight: 500; }
.ng-sold-divider { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; border-top: 1px solid var(--ng-black); padding: 25px 0 3px; }
.ng-sold-divider span { font-size: 21px; font-weight: 900; letter-spacing: -.04em; }
.ng-sold-divider small { color: var(--ng-grey); font-size: 10px; }

/* Shop and product pages */
.ng-collection-hero { border-bottom: 1px solid var(--ng-line); background: #fff; padding-block: 42px 32px; }
.ng-collection-hero h1, .ng-page h1 { margin: 0; font-size: clamp(38px, 7vw, 78px); font-weight: 900; letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.ng-collection-hero p, .ng-collection-hero > div > div { max-width: 680px; margin: 16px 0 0; color: var(--ng-grey); font-size: 13px; }
.ng-shop-tools { position: sticky; top: 66px; z-index: 30; border-bottom: 1px solid var(--ng-line); background: rgba(247,247,245,.97); backdrop-filter: blur(10px); }
.ng-shop-tools__inner { min-height: 59px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; }
.ng-filter-button { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; padding: 10px 0; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ng-filter-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.woocommerce .woocommerce-result-count { margin: 0; color: var(--ng-grey); font-size: 9px; text-align: center; }
.woocommerce .woocommerce-ordering { margin: 0; }
.woocommerce .woocommerce-ordering select { max-width: 136px; border: 0; background: transparent; font-size: 9px; font-weight: 700; outline: 0; }
.ng-shop-grid { padding-block: 26px 80px; }
.ng-headwear-coming { position: relative; min-height: min(820px, calc(100svh - 140px)); display: flex; align-items: flex-end; overflow: hidden; background: #080808; color: #fff; }
.ng-headwear-coming__media { position: absolute; inset: 0; background: #111; }
.ng-headwear-coming__media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,8,.14) 10%, rgba(8,8,8,.94) 88%); content: ""; }
.ng-headwear-coming__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; filter: saturate(.78); }
.ng-headwear-coming__inner { position: relative; z-index: 1; display: flex; align-items: flex-end; padding-block: clamp(90px,15vw,170px) clamp(48px,7vw,82px); }
.ng-headwear-coming__copy { max-width: 800px; }
.ng-headwear-coming__status { width: max-content; display: block; margin-bottom: 20px; border-radius: 3px; background: var(--ng-teal); color: var(--ng-black); padding: 9px 12px; font-size: var(--ng-label-size); font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ng-headwear-coming h1 { max-width: 790px; margin: 0; font-size: clamp(42px,7vw,78px); font-weight: 900; letter-spacing: -.06em; line-height: .91; text-transform: uppercase; }
.ng-headwear-coming p { max-width: 610px; margin: 22px 0 28px; color: rgba(255,255,255,.74); font-size: var(--ng-copy-size); line-height: 1.65; }

@media (min-width: 700px) {
  .ng-headwear-coming__media::after { background: linear-gradient(90deg, rgba(8,8,8,1) 0%, rgba(8,8,8,.96) 35%, rgba(8,8,8,.54) 66%, rgba(8,8,8,.08) 100%); }
  .ng-headwear-coming__media img { object-fit: contain; object-position: right center; }
}
.woocommerce ul.products { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px 10px; clear: both; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce nav.woocommerce-pagination { margin-top: 42px; }
.woocommerce nav.woocommerce-pagination ul { display: inline-flex; gap: 4px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; min-height: 42px; display: grid; place-items: center; background: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--ng-black); color: #fff; }
.ng-commerce { padding-block: 14px 78px; }
.woocommerce .woocommerce-breadcrumb { margin: 0; padding-block: 9px 18px; color: var(--ng-grey); font-size: 9px; }
.single-product div.product { display: grid; min-width: 0; gap: 26px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: 100%; margin: 0; }
.woocommerce div.product div.images { overflow: hidden; border-radius: 4px; background: #f0f0ee; }
.woocommerce div.product div.images img { width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.woocommerce div.product .product_title { margin: 4px 0 12px; font-size: clamp(34px, 7vw, 58px); font-weight: 900; line-height: .93; letter-spacing: -.055em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ng-black); font-size: 22px; font-weight: 850; }
.woocommerce div.product p.price ins { color: #008e94; text-decoration: none; }
.ng-product-facts { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.ng-product-facts span { min-width: 120px; display: grid; border: 1px solid var(--ng-line); background: #fff; padding: 9px 11px; color: var(--ng-grey); font-size: 11px; }
.ng-product-facts b { color: var(--ng-black); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce-product-details__short-description { margin-block: 19px; color: var(--ng-grey); font-size: 14px; }
.woocommerce div.product form.cart { margin-block: 22px 14px; }
.woocommerce div.product form.cart .variations { width: 100%; margin-bottom: 10px; }
.woocommerce div.product form.cart .variations th { width: 76px; padding: 9px 10px 9px 0; text-align: left; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.woocommerce div.product form.cart .variations td { padding: 9px 0; }
.woocommerce div.product form.cart .variations select { width: 100%; min-height: 52px; border: 1px solid var(--ng-line); border-radius: 4px; background: #fff; padding: 0 11px; }
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart, .woocommerce div.product form.cart:not(.variations_form) { display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 8px; }
.woocommerce .quantity .qty { width: 100%; min-height: 54px; border: 1px solid var(--ng-line); border-radius: 4px; background: #fff; }
.woocommerce div.product form.cart .single_add_to_cart_button { min-width: 0; background: var(--ng-black); }
.woocommerce div.product form.cart .single_add_to_cart_button:hover { background: var(--ng-teal); color: var(--ng-black); }
.ng-sold-panel { border: 1px solid var(--ng-line); background: #fff; padding: 18px; }
.ng-sold-panel strong { display: block; background: var(--ng-black); color: #fff; padding: 14px; text-align: center; font-size: 15px; letter-spacing: .18em; }
.ng-sold-panel p { color: var(--ng-grey); font-size: 13px; }
.ng-product-tools { display: flex; gap: 18px; padding-block: 14px; }
.ng-save-link, .ng-share-link { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; padding: 6px 0; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ng-save-link svg, .ng-share-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.ng-save-link.is-saved { color: #008e94; }
.ng-save-link.is-saved svg { fill: var(--ng-teal); }
.ng-trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ng-line); border: 1px solid var(--ng-line); }
.ng-trust-row span { display: flex; align-items: center; gap: 6px; background: #fff; padding: 11px 9px; font-size: 9px; }
.ng-trust-row svg { width: 15px; flex: 0 0 auto; fill: none; stroke: #008e94; stroke-width: 1.7; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; padding-top: 28px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 24px; overflow-x: auto; margin: 0 0 20px; padding: 0; border-bottom: 1px solid var(--ng-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 12px 0; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid var(--ng-teal); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 850px; color: var(--ng-grey); }
.woocommerce .related.products { grid-column: 1 / -1; padding-top: 38px; }
.woocommerce .related.products > h2 { font-size: 32px; font-weight: 900; letter-spacing: -.04em; }

/* Forms, cart, pages */
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--ng-teal); background: #fff; }
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before { width: 18px; height: 18px; background: #008e94; content: ""; -webkit-mask: url("assets/icons/hugeicons-information.svg") center / contain no-repeat; mask: url("assets/icons/hugeicons-information.svg") center / contain no-repeat; }
.woocommerce-message::before { -webkit-mask-image: url("assets/icons/hugeicons-tick.svg"); mask-image: url("assets/icons/hugeicons-tick.svg"); }
.woocommerce-error::before { background: #bd2222; -webkit-mask-image: url("assets/icons/hugeicons-alert.svg"); mask-image: url("assets/icons/hugeicons-alert.svg"); }
.woocommerce table.shop_table { border: 1px solid var(--ng-line); border-radius: 4px; background: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .ng-form input, .ng-form select, .ng-form textarea { width: 100%; min-height: 52px; border: 1px solid #d6d6d6; border-radius: 4px; background: #fff; padding: 10px 12px; font-size: 16px; }
.woocommerce form .form-row textarea, .ng-form textarea { min-height: 120px; }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #order_review { border: 1px solid var(--ng-line); border-radius: 4px; background: #fff; padding: clamp(18px,3vw,30px); }
.ng-page { min-height: 58vh; }
.ng-page-hero { position: relative; overflow: hidden; background: var(--ng-charcoal); color: #fff; }
.ng-page-hero::after { content: ""; position: absolute; right: -120px; bottom: -240px; width: 420px; height: 420px; border: 1px solid rgba(20,216,223,.13); border-radius: 50%; }
.ng-page-hero__inner { position: relative; z-index: 1; min-height: 290px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-block: 70px 38px; }
.ng-page-hero h1 { max-width: 930px; margin: 0; color: #fff; font-size: clamp(43px, 8vw, 94px); font-weight: 900; letter-spacing: -.07em; line-height: .86; text-transform: uppercase; }
.ng-page--sell-to-us .ng-page-hero h1 { word-spacing: .14em; text-transform: none; }
.ng-page-hero p { max-width: 650px; margin: 18px 0 0; color: #aaa; font-size: 14px; }
.ng-page-hero__stamp { display: none; color: var(--ng-teal); font-size: 86px; font-weight: 900; letter-spacing: -.12em; opacity: .14; transform: rotate(-8deg); }
.ng-help-nav { border-bottom: 1px solid var(--ng-line); background: #fff; }
.ng-help-nav .ng-shell { display: flex; gap: 24px; overflow-x: auto; padding-block: 14px; scrollbar-width: none; }
.ng-help-nav .ng-shell::-webkit-scrollbar { display: none; }
.ng-help-nav a { flex: 0 0 auto; position: relative; color: #5b5b5b; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ng-help-nav a:hover { color: var(--ng-black); }
.ng-help-nav a::after { content: ""; position: absolute; right: 0; bottom: -14px; left: 0; height: 2px; background: var(--ng-teal); transform: scaleX(0); transition: transform .2s; }
.ng-help-nav a:hover::after, .ng-help-nav a:focus-visible::after { transform: scaleX(1); }
.ng-page-body { background: var(--ng-off); padding-block: clamp(48px,7vw,92px); }
.ng-page__inner { max-width: 980px; }
.ng-page.is-wide .ng-page__inner { max-width: 1320px; }
.ng-prose { max-width: 820px; }
.ng-page.is-wide .ng-prose { max-width: none; }
.ng-prose > p:first-child { margin-top: 0; color: var(--ng-black); font-size: clamp(18px,2.2vw,23px); font-weight: 650; line-height: 1.45; letter-spacing: -.025em; }
.ng-prose > h2 { margin: 42px 0 12px; border-top: 1px solid #d8d8d8; padding-top: 28px; font-size: clamp(23px,3vw,32px); font-weight: 900; letter-spacing: -.045em; line-height: 1; }
.ng-prose > h3 { margin: 30px 0 9px; font-size: 19px; font-weight: 850; letter-spacing: -.03em; }
.ng-prose p, .ng-prose li { color: #505050; }
.ng-prose li + li { margin-top: 7px; }
.ng-prose a:not(.button):not(.ng-btn) { text-decoration: underline; text-decoration-color: var(--ng-teal-dark); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.ng-prose a:hover { color: #007f84; }
.ng-pullquote, .ng-prose blockquote.ng-pullquote { margin: 34px 0 8px; border: 0; border-left: 4px solid var(--ng-teal); background: var(--ng-black); color: #fff !important; padding: clamp(22px,4vw,38px); font-size: clamp(24px,4vw,42px); font-weight: 900; letter-spacing: -.05em; line-height: 1.02; text-transform: uppercase; }
.ng-info-grid { display: grid; gap: 0; margin-block: 26px 8px; border-block: 1px solid #d8d8d8; }
.ng-info-grid section { padding: 24px 0; }
.ng-info-grid section + section { border-top: 1px solid #d8d8d8; }
.ng-info-grid b { display: block; margin-bottom: 22px; color: #008c92; font-size: 22px; font-weight: 900; letter-spacing: -.04em; }
.ng-info-grid h3 { margin: 0 0 8px; font-size: 18px; font-weight: 850; letter-spacing: -.03em; }
.ng-info-grid p { margin: 0; color: var(--ng-grey); font-size: 13px; }
.ng-check-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 20px; list-style: none; margin: 18px 0 8px; padding: 0; }
.ng-check-list li { position: relative; margin: 0; padding-left: 23px; font-size: 13px; }
.ng-check-list li::before { content: ""; position: absolute; top: .18em; left: 0; width: 16px; height: 16px; background: #008c92; -webkit-mask: url("assets/icons/hugeicons-tick.svg") center / contain no-repeat; mask: url("assets/icons/hugeicons-tick.svg") center / contain no-repeat; }
.ng-definition-list { margin-block: 20px; border-top: 1px solid #d8d8d8; }
.ng-definition-list > div { display: grid; gap: 5px; border-bottom: 1px solid #d8d8d8; padding-block: 17px; }
.ng-definition-list strong { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.ng-definition-list span { color: var(--ng-grey); font-size: 13px; }
.ng-callout { margin-block: 30px 4px; border-left: 4px solid var(--ng-teal); background: #fff; padding: 21px 22px; }
.ng-callout strong { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.ng-callout p { margin: 6px 0 0; font-size: 13px; }
.ng-faq { border-top: 1px solid #d5d5d5; }
.ng-faq details { border-bottom: 1px solid #d5d5d5; }
.ng-faq summary { position: relative; list-style: none; cursor: pointer; padding: 21px 40px 21px 0; font-size: 16px; font-weight: 850; letter-spacing: -.02em; }
.ng-faq summary::-webkit-details-marker { display: none; }
.ng-faq summary::after { content: ""; position: absolute; top: 50%; right: 5px; width: 21px; height: 21px; background: #008c92; transform: translateY(-50%); -webkit-mask: url("assets/icons/hugeicons-add.svg") center / contain no-repeat; mask: url("assets/icons/hugeicons-add.svg") center / contain no-repeat; }
.ng-faq details[open] summary::after { -webkit-mask-image: url("assets/icons/hugeicons-minus.svg"); mask-image: url("assets/icons/hugeicons-minus.svg"); }
.ng-faq details p { max-width: 700px; margin: -4px 0 21px; color: var(--ng-grey); font-size: 13px; }
.ng-size-run { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 6px; margin-block: 18px 8px; }
.ng-size-run span { min-height: 45px; display: grid; place-items: center; border: 1px solid #d5d5d5; background: #fff; font-size: 11px; font-weight: 800; }
.ng-form { display: grid; gap: 20px; margin-top: 34px; border-top: 3px solid var(--ng-black); background: #fff; padding: clamp(18px,4vw,36px); }
.ng-form-grid { display: grid; gap: 18px; }
.ng-form label { display: grid; gap: 7px; color: var(--ng-black); font-size: 11px; font-weight: 800; }
.ng-form input[type="checkbox"] { width: 18px; min-height: 18px; display: inline-block; margin: 0 7px 0 0; accent-color: var(--ng-teal-dark); vertical-align: middle; }
.ng-form input[type="file"] { min-height: 56px; border-style: dashed; background: var(--ng-off); padding: 12px; }
.ng-form input[type="file"]::file-selector-button { min-height: 32px; margin-right: 10px; border: 0; border-radius: 3px; background: var(--ng-black); color: #fff; padding: 7px 11px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.ng-form-help { color: var(--ng-grey); font-size: 10px; font-weight: 500; line-height: 1.5; }
.ng-form .ng-btn { width: 100%; }
.woocommerce .select2-container .select2-selection--single { height: 52px; border: 1px solid #d6d6d6; border-radius: 4px; background: #fff; }
.woocommerce .select2-container .select2-selection--single .select2-selection__rendered { line-height: 50px; padding-left: 12px; }
.woocommerce .select2-container .select2-selection--single .select2-selection__arrow { height: 50px; }
.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single { border-color: var(--ng-teal); box-shadow: none; }
.woocommerce-account .woocommerce { display: grid; gap: 24px; }
.woocommerce-account .woocommerce-MyAccount-navigation { float: none; width: 100%; overflow-x: auto; border-bottom: 1px solid var(--ng-line); }
.woocommerce-account .woocommerce-MyAccount-navigation ul { min-width: max-content; display: flex; gap: 22px; list-style: none; margin: 0; padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 0 0 12px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { border-bottom: 2px solid var(--ng-teal); }
.woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }
.woocommerce-account form.login, .woocommerce-account form.register { max-width: 620px; margin: 0; border: 1px solid var(--ng-line); border-radius: 4px; background: #fff; padding: clamp(18px,4vw,32px); }
.woocommerce-cart table.cart img { width: 90px; height: 90px; object-fit: contain; background: var(--ng-off); }
.woocommerce-cart table.cart td.actions .coupon { display: flex; gap: 7px; }
.woocommerce-cart table.cart td.actions .coupon .input-text { min-width: 150px; min-height: 52px; border: 1px solid #d6d6d6; }
.woocommerce-checkout .col2-set { display: grid; gap: 25px; }
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 { float: none; width: 100%; }
.ng-process { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-block: 28px; }
.ng-process div { border: 1px solid var(--ng-line); background: #fff; padding: 16px; }
.ng-process b { display: block; color: #008e94; font-size: 20px; }
.ng-process span { font-size: 12px; font-weight: 750; }
.ng-notice-success { border-left: 4px solid var(--ng-teal); background: #fff; padding: 17px; }

/* Footer */
.ng-footer { background: var(--ng-black); color: #fff; }
.ng-footer__newsletter { display: grid; gap: 24px; border-bottom: 1px solid #2b2b2b; padding-block: 45px; }
.ng-footer-kicker { color: var(--ng-teal); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.ng-footer__newsletter h2 { max-width: 670px; margin: 7px 0 0; font-size: clamp(25px, 4vw, 42px); line-height: 1; letter-spacing: -.045em; }
.ng-newsletter { display: grid; gap: 8px; }
.ng-newsletter__fields { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; }
.ng-newsletter input[type="email"] { min-width: 0; min-height: 52px; border: 1px solid #3c3c3c; border-radius: 4px; background: #1a1a1a; color: #fff; padding: 0 13px; }
.ng-newsletter label { color: #aaa; font-size: 9px; }
.ng-newsletter label input { vertical-align: middle; }
.ng-footer__main { display: grid; gap: 44px; padding-block: 48px; }
.ng-footer__brand img { width: 150px; margin-bottom: 15px; }
.ng-footer__brand p { max-width: 360px; color: #969696; font-size: 13px; }
.ng-footer__columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 20px; }
.ng-footer h3 { margin: 0 0 15px; color: var(--ng-teal); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.ng-footer nav { display: grid; gap: 9px; }
.ng-footer nav a { font-size: 12px; }
.ng-footer nav a:hover { color: var(--ng-teal); }
.ng-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; border-top: 1px solid #2b2b2b; padding-block: 19px; color: #747474; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.ng-footer__bottom nav { display: flex; flex-direction: row; gap: 14px; }

@media (max-width: 1023px) {
  input, select, textarea { font-size: 16px !important; }
  .woocommerce-cart table.cart td.actions .coupon { width: 100%; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { width: 100% !important; }
  .woocommerce-cart table.cart td.actions > .button { width: 100%; margin-top: 8px; }
}

@media (min-width: 700px) {
  .ng-announcement__track span:nth-of-type(2), .ng-announcement__track i:nth-of-type(2) { display: inline; }
  .ng-section-head { grid-template-columns: 1fr auto; align-items: end; }
  .ng-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .ng-product-rail { grid-auto-columns: minmax(250px, 39vw); }
  .ng-headwear__inner { grid-template-columns: 1fr 1fr; }
  .ng-sell-cta__inner { grid-template-columns: .7fr 1.3fr; align-items: center; }
  .ng-sell-cta__steps { flex-direction: column; align-items: flex-start; min-height: 310px; }
  .ng-sell-cta__steps span { width: 76px; height: 76px; grid-template-columns: auto 1fr; gap: 7px; border-radius: 50%; padding: 10px; }
  .ng-sell-cta__steps small { display: inline; color: #fff; font-size: 8px; text-transform: uppercase; }
  .ng-sell-cta__steps i { width: 1px; min-height: 20px; flex: 1; margin-left: 38px; }
  .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px 14px; }
  .ng-form-grid { grid-template-columns: 1fr 1fr; }
  .ng-process { grid-template-columns: repeat(4,1fr); }
  .ng-form .ng-btn { width: max-content; }
  .ng-page-hero__stamp { display: block; }
  .ng-info-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ng-info-grid section { padding: 27px 22px; }
  .ng-info-grid section + section { border-top: 0; border-left: 1px solid #d8d8d8; }
  .ng-definition-list > div { grid-template-columns: 180px 1fr; gap: 30px; }
  .ng-size-run { grid-template-columns: repeat(10,minmax(0,1fr)); }
  .ng-footer__newsletter { grid-template-columns: 1fr minmax(340px,.75fr); align-items: end; }
  .ng-footer__main { grid-template-columns: .8fr 1.2fr; }
  .ng-footer__columns { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (min-width: 1024px) {
  .ng-announcement__track { gap: 23px; }
  .ng-announcement__track span:nth-of-type(3) { display: inline; }
  .ng-header__main-inner { min-height: 78px; grid-template-columns: 1fr auto; gap: 28px; }
  .ng-brand { justify-self: start; }
  .ng-brand img { width: 114px; height: 68px; }
  .ng-menu-button { display: none; }
  .ng-account-button, .ng-wishlist-button { display: inline-grid; }
  .ng-header-actions { gap: 4px; }
  .ng-icon-button { width: 58px; height: 54px; grid-template-rows: 27px 12px; }
  .ng-icon-button small { display: block; font-size: 8px; letter-spacing: .07em; }
  .ng-cart-count { top: 1px; right: 4px; }
  .ng-nav { display: block; border-top: 1px solid #292929; background: #101010; }
  .ng-nav__inner { min-height: 43px; display: flex; align-items: center; justify-content: center; gap: clamp(27px,3.2vw,54px); }
  .ng-nav__inner a { position: relative; font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
  .ng-nav__inner a .ng-hugeicon { display: none; }
  .ng-nav__inner a::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--ng-teal); transform: scaleX(0); transition: transform .2s; }
  .ng-nav__inner a:hover::after { transform: scaleX(1); }
  .ng-nav__inner .ng-nav-sell { color: var(--ng-teal); }
  .ng-hero { min-height: min(780px, calc(100svh - 152px)); }
  .ng-hero__media::after { background: linear-gradient(90deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.3) 46%, rgba(0,0,0,.04) 75%); }
  .ng-hero__media img { object-position: center; }
  .ng-hero__content { padding-bottom: 76px; }
  .ng-hero__mark { width: 115px; }
  .ng-hero__content > p { font-size: 17px; }
  .ng-category-card > span { min-height: 54px; padding-inline: 15px; }
  .ng-product-rail { grid-auto-flow: initial; grid-auto-columns: auto; grid-template-columns: repeat(4,minmax(0,1fr)) !important; gap: 16px !important; overflow: visible; margin-inline: 0 !important; padding-inline: 0 !important; }
  .ng-preowned { min-height: 700px; align-items: center; }
  .ng-preowned__media::after { background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.22) 62%, rgba(0,0,0,.06)); }
  .ng-preowned__media img { object-position: center; }
  .ng-preowned__content { padding-block: 100px; }
  .ng-shop-tools { top: 121px; }
  .woocommerce ul.products { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 44px 16px; }
  .single-product div.product { grid-template-columns: minmax(0,1.12fr) minmax(390px,.88fr); gap: clamp(45px,6vw,90px); }
  .woocommerce div.product div.summary { padding-top: 38px; }
  .ng-trust-row { grid-template-columns: repeat(2,1fr); }
  .woocommerce-account .woocommerce { grid-template-columns: 220px minmax(0,1fr); align-items: start; }
  .woocommerce-account .woocommerce-MyAccount-navigation { overflow: visible; border: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { min-width: 0; display: grid; gap: 0; border-top: 1px solid var(--ng-line); }
  .woocommerce-account .woocommerce-MyAccount-navigation li { border-bottom: 1px solid var(--ng-line); }
  .woocommerce-account .woocommerce-MyAccount-navigation li a { padding: 13px 4px; }
  .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { border: 0; color: #00868c; }
  .woocommerce-checkout .col2-set { grid-template-columns: 1fr 1fr; gap: 35px; }
}

@media (min-width: 1500px) {
  .ng-shop-grid .woocommerce ul.products { grid-template-columns: repeat(5,minmax(0,1fr)); }
}

/* North Graft product experience */
.single-product .ng-commerce { padding-top: 0; background: #fff; }
.single-product .woocommerce-breadcrumb { padding-block: 16px 22px; }
.single-product div.product.ng-product-detail { display: block; }
.ng-product-stage { display: grid; gap: 30px; padding-bottom: clamp(58px,7vw,104px); }
.ng-product-gallery-shell { position: relative; min-width: 0; }
.ng-product-gallery-meta { position: absolute; z-index: 8; top: 13px; right: 13px; left: 13px; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.ng-product-gallery-meta > span:last-child { border: 1px solid rgba(8,8,8,.08); border-radius: 3px; background: rgba(255,255,255,.9); padding: 6px 8px; color: #555; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.ng-product-gallery-badge { border-radius: 2px; background: var(--ng-teal); padding: 7px 9px; font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ng-product-gallery-badge.is-sold { background: var(--ng-black); color: #fff; }
.woocommerce div.product .ng-product-gallery-shell div.images { width: 100%; overflow: visible; border: 1px solid #eeeeec; border-radius: 5px; background: #f3f3f1; }
.woocommerce div.product .ng-product-gallery-shell .woocommerce-product-gallery { margin: 0; opacity: 1 !important; }
.woocommerce div.product .ng-product-gallery-shell .woocommerce-product-gallery__wrapper { margin: 0; }
.woocommerce div.product .ng-product-gallery-shell .woocommerce-product-gallery__image { min-height: 330px; display: grid !important; place-items: center; }
.woocommerce div.product .ng-product-gallery-shell .woocommerce-product-gallery__image > a { width: 100%; display: grid; place-items: center; cursor: zoom-in; }
.woocommerce div.product .ng-product-gallery-shell .woocommerce-product-gallery__image, .woocommerce div.product .ng-product-gallery-shell .woocommerce-product-gallery__image .zoomImg { cursor: zoom-in; }
.woocommerce div.product .ng-product-gallery-shell .woocommerce-product-gallery__image img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; padding: clamp(24px,5vw,70px); mix-blend-mode: multiply; }
.woocommerce div.product .ng-product-gallery-shell .flex-control-thumbs { display: flex; gap: 8px; overflow-x: auto; margin: 8px; padding: 0; }
.woocommerce div.product .ng-product-gallery-shell .flex-control-thumbs li { width: 76px; flex: 0 0 76px; border: 1px solid transparent; border-radius: 3px; background: #fff; }
.woocommerce div.product .ng-product-gallery-shell .flex-control-thumbs li:has(img.flex-active) { border-color: var(--ng-black); }
.woocommerce div.product .ng-product-gallery-shell .flex-control-thumbs img { aspect-ratio: 1; object-fit: contain; padding: 7px; }
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger { display: none !important; }
.ng-gallery-hint { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 10px 0 0; color: var(--ng-grey); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.ng-gallery-hint .ng-hugeicon { width: 18px; height: 18px; color: #008f95; }

.woocommerce div.product div.summary.ng-product-summary { width: 100%; margin: 0; }
.ng-product-summary-head { padding-bottom: 18px; border-bottom: 1px solid var(--ng-line); }
.ng-product-summary-kicker { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; color: #555; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.ng-live-status { display: inline-flex; align-items: center; gap: 7px; color: #14673c; }
.ng-live-status i { width: 7px; height: 7px; border-radius: 50%; background: #14a967; box-shadow: 0 0 0 4px rgba(20,169,103,.1); }
.ng-live-status.is-sold { color: #777; }
.ng-live-status.is-sold i { background: #111; box-shadow: 0 0 0 4px rgba(0,0,0,.07); }
.ng-live-status.is-demo { color: #007e84; }
.ng-live-status.is-demo i { background: var(--ng-teal-dark); box-shadow: 0 0 0 4px rgba(20,216,223,.13); }
.woocommerce div.product .ng-product-summary .product_title { max-width: 680px; margin: 0; font-size: clamp(39px,8vw,66px); line-height: .91; letter-spacing: -.06em; text-wrap: balance; }
.ng-product-reference { margin: 13px 0 0; color: var(--ng-grey); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.ng-product-price-block { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 14px; padding-block: 20px; }
.woocommerce div.product .ng-current-price .price, .woocommerce div.product .ng-current-price .amount { color: var(--ng-black); font-size: 30px; font-weight: 900; letter-spacing: -.04em; }
.ng-reference-price { display: inline-flex; align-items: baseline; gap: 6px; color: var(--ng-grey); font-size: 10px; }
.ng-reference-price span { text-transform: uppercase; letter-spacing: .08em; }
.ng-reference-price del { text-decoration-thickness: 1px; }
.ng-saving { border-radius: 3px; background: #e5fbf5; color: #087150; padding: 5px 7px; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.ng-product-summary .ng-product-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 0 0 16px; border: 1px solid var(--ng-line); background: var(--ng-line); }
.ng-product-summary .ng-product-facts span { min-width: 0; min-height: 70px; align-content: center; gap: 3px; border: 0; background: #fff; padding: 12px; color: #333; font-size: 11px; line-height: 1.35; }
.ng-product-summary .ng-product-facts span:last-child { grid-column: 1 / -1; }
.ng-product-summary .ng-product-facts b { color: var(--ng-grey); font-size: 8px; letter-spacing: .12em; }
.ng-used-item-note { margin: 0 0 18px; border: 1px solid #b8e9eb; border-left: 4px solid var(--ng-teal); border-radius: 4px; background: #f0fbfb; padding: 15px 16px; }
.ng-used-item-note strong { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 850; }
.ng-used-item-note p { margin: 0; color: #3f4c4d; font-size: 13px; line-height: 1.55; }
.ng-used-item-note p + p { margin-top: 7px; }
.ng-size-selected { display: grid; grid-template-columns: 1fr auto; align-items: center; border: 1px solid var(--ng-black); border-radius: 5px; background: #fff; padding: 13px 14px; margin: 16px 0; }
.ng-size-selected span { color: var(--ng-grey); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.ng-size-selected strong { grid-row: 1 / 3; grid-column: 2; font-size: 21px; }
.ng-size-selected a { width: max-content; margin-top: 2px; border-bottom: 1px solid; font-size: 9px; }
.ng-dispatch-note { display: flex; align-items: center; gap: 11px; border-top: 1px solid var(--ng-line); padding-top: 17px; }
.ng-dispatch-note i { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #15a96b; box-shadow: 0 0 0 5px #e9f8f1; }
.ng-dispatch-note span { display: grid; color: var(--ng-grey); font-size: 10px; }
.ng-dispatch-note b { color: var(--ng-black); font-size: 11px; }
.woocommerce div.product .ng-purchase-block form.cart { margin: 15px 0 10px; }
.woocommerce div.product .ng-purchase-block form.cart:not(.variations_form) { grid-template-columns: 72px minmax(0,1fr); }
.woocommerce div.product .ng-purchase-block form.cart .single_add_to_cart_button { min-height: 58px; font-size: 11px; }
.woocommerce div.product .ng-purchase-block form.cart .quantity:only-child { display: none; }
.ng-demo-product-note { border: 1px solid #b7eaed; border-radius: 5px; background: #effcfc; padding: 17px; }
.ng-demo-product-note > span { color: #00777d; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.ng-demo-product-note p { margin: 7px 0 14px; color: #42666a; font-size: 12px; }
.ng-demo-product-note .ng-btn { width: 100%; border-color: #91dce0; background: #dff9fa; color: #477174; cursor: not-allowed; opacity: 1; }
.ng-sold-panel { display: grid; gap: 15px; border: 1px solid var(--ng-black); border-radius: 5px; background: #fff; padding: 7px; }
.ng-sold-panel > strong { border-radius: 3px; background: var(--ng-black); padding: 15px; font-size: 14px; letter-spacing: .2em; }
.ng-sold-panel > div { padding: 5px 10px 0; }
.ng-sold-panel h2 { margin: 0 0 5px; font-size: 22px; letter-spacing: -.04em; }
.ng-sold-panel p { margin: 0; line-height: 1.55; }
.ng-sold-panel .ng-btn { margin: 0 7px 7px; }
.ng-product-summary .ng-product-tools { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border-block: 1px solid var(--ng-line); margin-top: 16px; padding: 0; }
.ng-product-summary .ng-product-tools button { min-height: 50px; justify-content: center; }
.ng-product-summary .ng-product-tools button + button { border-left: 1px solid var(--ng-line); }
.ng-product-summary .ng-trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; border: 0; margin-top: 17px; background: var(--ng-line); }
.ng-product-summary .ng-trust-row span { min-height: 69px; display: grid; grid-template-columns: 18px 1fr; align-content: center; column-gap: 7px; background: var(--ng-off); padding: 10px; }
.ng-product-summary .ng-trust-row svg { grid-row: 1 / 3; width: 17px; }
.ng-product-summary .ng-trust-row b { align-self: end; font-size: 9px; }
.ng-product-summary .ng-trust-row small { color: var(--ng-grey); font-size: 8px; line-height: 1.3; }
.ng-product-help { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 17px 2px 0; color: var(--ng-grey); font-size: 10px; }
.ng-product-help a { display: inline-flex; align-items: center; gap: 7px; color: var(--ng-black); font-weight: 800; text-transform: uppercase; }
.ng-product-help svg { width: 15px; fill: none; stroke: var(--ng-teal-dark); stroke-width: 2; }

.ng-product-information { display: grid; gap: 34px; border-block: 1px solid var(--ng-line); padding-block: clamp(58px,7vw,94px); }
.ng-product-information__intro h2 { max-width: 560px; margin: 0; font-size: clamp(38px,6vw,72px); font-weight: 900; letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.ng-product-information__intro > p { max-width: 440px; margin: 18px 0 0; color: var(--ng-grey); font-size: 13px; }
.ng-product-accordions { border-top: 1px solid var(--ng-black); }
.ng-product-accordions details { border-bottom: 1px solid var(--ng-line); }
.ng-product-accordions summary { min-height: 64px; display: grid; grid-template-columns: 1fr 22px; align-items: center; cursor: pointer; list-style: none; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ng-product-accordions summary::-webkit-details-marker { display: none; }
.ng-accordion-icon { position: relative; width: 22px; height: 22px; display: grid; place-items: center; }
.ng-accordion-icon > span { position: absolute; inset: 0; display: grid; place-items: center; }
.ng-accordion-icon .ng-hugeicon { width: 19px; height: 19px; }
.ng-accordion-icon .is-minus { display: none; }
.ng-product-accordions details[open] .ng-accordion-icon .is-plus { display: none; }
.ng-product-accordions details[open] .ng-accordion-icon .is-minus { display: grid; }
.ng-product-accordions details > div { max-width: 720px; padding: 0 34px 25px 0; color: #555; font-size: 13px; line-height: 1.7; }
.ng-product-accordions details > div > :first-child { margin-top: 0; }
.ng-product-accordions details h3 { margin: 0 0 7px; color: var(--ng-black); font-size: 18px; }
.ng-product-accordions details a { display: inline-block; border-bottom: 1px solid var(--ng-black); color: var(--ng-black); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.ng-product-accordions dl { margin: 0; }
.ng-product-accordions dl > div { display: grid; grid-template-columns: minmax(100px,.55fr) 1fr; gap: 20px; border-bottom: 1px solid var(--ng-line); padding: 10px 0; }
.ng-product-accordions dt { color: var(--ng-grey); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ng-product-accordions dd { margin: 0; color: var(--ng-black); font-weight: 700; }
.ng-product-related { padding-block: clamp(58px,7vw,95px) 20px; }
.ng-product-related__head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.ng-product-related__head h2 { margin: 0; font-size: clamp(32px,4.5vw,58px); font-weight: 900; letter-spacing: -.055em; line-height: .95; text-transform: uppercase; }
.ng-product-related .related.products { padding: 0; }
.ng-product-related .related.products > h2 { display: none; }
.ng-product-related .products { margin: 0; }

@media (max-width: 699px) {
  .single-product .ng-commerce > .ng-shell { padding-inline: 14px; }
  .single-product .woocommerce-breadcrumb { margin-bottom: 0; padding-block: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .ng-product-stage { gap: 30px; padding-top: 0; }
  .ng-product-gallery-shell { width: 100vw; margin-inline: calc(50% - 50vw); }
  .woocommerce div.product .ng-product-gallery-shell div.images { border-right: 0; border-left: 0; border-radius: 0; }
  .woocommerce div.product .ng-product-gallery-shell .woocommerce-product-gallery__image img { padding: 0; }
  .ng-gallery-hint { padding-inline: 14px; }
  .ng-product-summary .ng-product-facts { grid-template-columns: 1fr; }
  .ng-product-summary .ng-product-facts span, .ng-product-summary .ng-product-facts span:first-child, .ng-product-summary .ng-product-facts span:last-child { grid-column: auto; }
  .ng-product-information { margin-inline: -14px; padding-inline: 14px; }
  .ng-product-related__head .ng-text-link { display: none; }
}

@media (min-width: 700px) {
  .ng-product-summary .ng-product-facts { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ng-product-summary .ng-product-facts span:last-child { grid-column: auto; }
  .ng-product-information { grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(50px,8vw,130px); }
  .ng-product-information__intro { position: sticky; top: 155px; align-self: start; }
}

@media (min-width: 960px) {
  .ng-product-stage { grid-template-columns: minmax(0,1.12fr) minmax(390px,.88fr); align-items: start; gap: clamp(42px,6vw,92px); padding-top: 10px; }
  .ng-product-gallery-shell { position: sticky; top: 150px; }
  .woocommerce div.product .ng-product-gallery-shell .woocommerce-product-gallery__image { min-height: 610px; }
  .woocommerce div.product .ng-product-gallery-shell .woocommerce-product-gallery__image img { max-height: 720px; }
  .woocommerce div.product div.summary.ng-product-summary { padding-top: 21px; }
}

@media (min-width: 1280px) {
  .woocommerce div.product .ng-product-summary .product_title { font-size: 66px; }
  .ng-product-summary .ng-trust-row { grid-template-columns: repeat(2,1fr); }
}

/* Consistent readable storefront type scale */
:root {
  --ng-copy-size: 15px;
  --ng-ui-size: 13px;
  --ng-label-size: 11px;
}
body { font-size: var(--ng-copy-size); line-height: 1.55; }
p, li, dd, address, blockquote { font-size: var(--ng-copy-size); }
.ng-section { padding-block: clamp(56px,7vw,88px); }
.ng-section-tight { padding-block: 34px 54px; }
.ng-eyebrow, .ng-footer-kicker, .ng-panel-kicker { font-size: var(--ng-label-size); }
.ng-section-head h2, .ng-headwear h2 { font-size: clamp(30px,4.4vw,50px); line-height: .98; }
.ng-section-head p, .ng-hero__content > p, .ng-preowned p, .ng-sell-cta p { font-size: var(--ng-copy-size); line-height: 1.6; }
.ng-btn, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { min-height: 50px; font-size: var(--ng-ui-size); letter-spacing: .09em; }
.ng-text-link { font-size: var(--ng-ui-size); letter-spacing: .08em; }
.ng-empty p { font-size: var(--ng-copy-size); }
.ng-empty h3 { font-size: 21px; }

.ng-announcement__track { font-size: 10px; }
.ng-cart-count { font-size: 10px; }
.ng-mobile-nav a { font-size: 21px; }
.ng-mobile-secondary a { font-size: var(--ng-ui-size); }
.ng-panel-head strong { font-size: 25px; }
.ng-menu-search input { font-size: 16px; }
.ng-hero h1, .ng-preowned h2, .ng-sell-cta h2 { font-size: clamp(42px,7vw,76px); line-height: .91; }
.ng-preowned h2 { font-size: clamp(40px,6.5vw,70px); }
.ng-sell-cta h2 { font-size: clamp(38px,6vw,66px); }
.ng-category-card > span, .ng-brand-list a { font-size: var(--ng-ui-size); }
.ng-sell-cta__steps span { font-size: var(--ng-ui-size); }

.ng-badge { font-size: 10px; }
.ng-card__brand { font-size: var(--ng-label-size); }
.ng-card__title { font-size: var(--ng-copy-size); line-height: 1.4; }
.ng-card__details { min-height: 21px; font-size: 12px; line-height: 1.5; }
.ng-card__price { font-size: var(--ng-copy-size); }
.ng-card__price > b, .ng-card__price small { font-size: 12px; }
.ng-sold-divider span { font-size: 22px; }
.ng-sold-divider small { font-size: var(--ng-ui-size); }

.ng-collection-hero { padding-block: 38px 30px; }
.ng-collection-hero h1, .ng-page h1 { font-size: clamp(40px,5.8vw,66px); line-height: .95; }
.ng-collection-hero p, .ng-collection-hero > div > div { font-size: var(--ng-copy-size); line-height: 1.6; }
.ng-filter-button, .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering select { font-size: var(--ng-ui-size); }
.woocommerce .woocommerce-ordering select { max-width: 170px; }
.woocommerce .woocommerce-breadcrumb { font-size: 12px; line-height: 1.45; }
.woocommerce-product-details__short-description { font-size: var(--ng-copy-size); }
.woocommerce div.product form.cart .variations th { font-size: var(--ng-label-size); }
.ng-save-link, .ng-share-link { font-size: var(--ng-ui-size); }

.ng-page-hero__inner { min-height: 250px; padding-block: 58px 34px; }
.ng-page-hero h1 { font-size: clamp(42px,6.5vw,72px); line-height: .91; }
.ng-page-hero p { font-size: var(--ng-copy-size); line-height: 1.6; }
.ng-help-nav a { font-size: var(--ng-ui-size); letter-spacing: .08em; }
.ng-prose, .ng-prose p, .ng-prose li { font-size: var(--ng-copy-size); line-height: 1.7; }
.ng-prose > p:first-child { font-size: 17px; line-height: 1.55; }
.ng-prose > h2 { font-size: clamp(24px,2.8vw,30px); line-height: 1.1; }
.ng-prose > h3 { font-size: 20px; }
.ng-pullquote, .ng-prose blockquote.ng-pullquote { font-size: clamp(24px,3.2vw,34px); line-height: 1.08; }
.ng-info-grid h3 { font-size: 20px; }
.ng-info-grid p, .ng-check-list li, .ng-definition-list span, .ng-callout p, .ng-faq details p { font-size: var(--ng-copy-size); line-height: 1.65; }
.ng-definition-list strong, .ng-callout strong, .ng-form label { font-size: var(--ng-ui-size); }
.ng-faq summary { font-size: var(--ng-copy-size); }
.ng-size-run span { font-size: var(--ng-ui-size); }
.ng-form input[type="file"]::file-selector-button { font-size: var(--ng-ui-size); }
.ng-form-help { font-size: var(--ng-ui-size); }
.woocommerce-account .woocommerce-MyAccount-navigation li a { font-size: var(--ng-ui-size); }
.ng-process span { font-size: 14px; }

.ng-footer__newsletter h2 { font-size: clamp(27px,3.4vw,36px); line-height: 1.05; }
.ng-newsletter label { font-size: 12px; }
.ng-footer__brand p { font-size: 14px; line-height: 1.65; }
.ng-footer h3 { font-size: var(--ng-label-size); }
.ng-footer nav a { font-size: 14px; }
.ng-footer__bottom { font-size: var(--ng-label-size); }

.ng-product-gallery-meta > span:last-child, .ng-product-gallery-badge { font-size: var(--ng-label-size); }
.ng-gallery-hint, .ng-product-summary-kicker, .ng-product-reference { font-size: 12px; }
.woocommerce div.product .ng-product-summary .product_title { font-size: clamp(38px,5vw,56px); line-height: .95; }
.woocommerce div.product .ng-current-price .price, .woocommerce div.product .ng-current-price .amount { font-size: 28px; }
.ng-reference-price { font-size: var(--ng-ui-size); }
.ng-saving { font-size: var(--ng-label-size); }
.ng-product-summary .ng-product-facts span { font-size: 14px; line-height: 1.45; }
.ng-product-summary .ng-product-facts b { font-size: var(--ng-label-size); }
.ng-size-selected span { font-size: var(--ng-label-size); }
.ng-size-selected strong { font-size: 20px; }
.ng-size-selected a { font-size: var(--ng-ui-size); }
.ng-dispatch-note span, .ng-dispatch-note b { font-size: var(--ng-ui-size); }
.woocommerce div.product .ng-purchase-block form.cart .single_add_to_cart_button { font-size: var(--ng-ui-size); }
.ng-demo-product-note > span { font-size: var(--ng-label-size); }
.ng-demo-product-note p, .ng-sold-panel p { font-size: var(--ng-copy-size); line-height: 1.6; }
.ng-sold-panel > strong { font-size: var(--ng-ui-size); }
.ng-sold-panel h2 { font-size: 23px; }
.ng-product-summary .ng-trust-row b, .ng-product-summary .ng-trust-row small { font-size: 12px; }
.ng-product-help { font-size: var(--ng-ui-size); }
.ng-product-information { padding-block: clamp(54px,6vw,78px); }
.ng-product-information__intro h2 { font-size: clamp(36px,4.7vw,50px); line-height: .96; }
.ng-product-information__intro > p { font-size: var(--ng-copy-size); line-height: 1.6; }
.ng-product-accordions summary { font-size: 14px; }
.ng-product-accordions details > div { font-size: var(--ng-copy-size); line-height: 1.7; }
.ng-product-accordions details > div p { font-size: var(--ng-copy-size); }
.ng-product-accordions details h3 { font-size: 20px; }
.ng-product-accordions details a { font-size: var(--ng-ui-size); }
.ng-product-accordions dt { font-size: var(--ng-label-size); }
.ng-product-accordions dd { font-size: var(--ng-copy-size); }
.ng-product-related { padding-block: clamp(54px,6vw,76px) 20px; }
.ng-product-related__head h2 { font-size: clamp(31px,4vw,46px); line-height: 1; }

/* Catalogue */
.ng-collection-hero { border-bottom: 0; padding-block: 0; }
.ng-collection-hero__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 20px; padding-block: 31px 25px; }
.ng-collection-hero__copy { min-width: 0; }
.ng-collection-hero h1 { font-size: clamp(38px,7vw,66px); }
.ng-collection-hero p, .ng-collection-hero > div > div { max-width: 620px; margin-top: 13px; }
.ng-collection-count { min-width: 57px; display: grid; justify-items: end; padding-bottom: 2px; }
.ng-collection-count strong { font-size: 34px; font-weight: 900; letter-spacing: -.06em; line-height: .85; }
.ng-collection-count span { margin-top: 7px; color: var(--ng-grey); font-size: var(--ng-label-size); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ng-collection-links { display: flex; gap: 25px; overflow-x: auto; border-top: 1px solid var(--ng-line); padding-block: 0; scrollbar-width: none; }
.ng-collection-links::-webkit-scrollbar { display: none; }
.ng-collection-links a { position: relative; min-height: 52px; display: inline-flex; align-items: center; flex: 0 0 auto; color: #5e5e5e; font-size: var(--ng-ui-size); font-weight: 800; text-transform: uppercase; }
.ng-collection-links a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--ng-teal); content: ""; transform: scaleX(0); }
.ng-collection-links a.is-active { color: var(--ng-black); }
.ng-collection-links a.is-active::after { transform: scaleX(1); }

.ng-shop-tools { top: 66px; background: rgba(255,255,255,.97); }
.ng-shop-tools__inner { min-height: 62px; grid-template-columns: 1fr 1fr; gap: 0; }
.ng-filter-button { width: 100%; min-height: 62px; gap: 9px; padding: 0 12px 0 0; color: var(--ng-black); font-size: var(--ng-ui-size); }
.ng-filter-button b { min-width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: var(--ng-teal); color: var(--ng-black); font-size: 11px; }
.ng-tools-count { display: none; color: var(--ng-grey); font-size: var(--ng-ui-size); text-align: center; }
.ng-sort-control { min-width: 0; min-height: 62px; display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 8px; border-left: 1px solid var(--ng-line); padding-left: 13px; }
.ng-sort-control > span { color: var(--ng-grey); font-size: var(--ng-label-size); font-weight: 800; text-transform: uppercase; }
.ng-sort-control .woocommerce-ordering { min-width: 0; width: 100%; }
.ng-sort-control .woocommerce-ordering select { width: 100%; max-width: none; min-height: 44px; appearance: none; border: 0; background: transparent url("assets/icons/hugeicons-arrow-down.svg") right center / 17px no-repeat; padding: 0 23px 0 0; color: var(--ng-black); font-weight: 750; }

.ng-filter-overlay { display: flex; justify-content: flex-end; }
.ng-filter-drawer { width: min(94vw,440px); height: 100%; overflow-y: auto; background: #fff; color: var(--ng-black); padding: 18px; transform: translateX(100%); transition: transform .24s ease; }
.ng-filter-overlay.is-open .ng-filter-drawer { transform: translateX(0); }
.ng-filter-drawer .ng-panel-head { border-color: var(--ng-line); }
.ng-catalogue-filter-form { display: grid; gap: 0; padding-top: 8px; }
.ng-catalogue-filter-form fieldset { margin: 0; border: 0; border-bottom: 1px solid var(--ng-line); padding: 24px 0; }
.ng-catalogue-filter-form legend, .ng-filter-categories > span { margin-bottom: 13px; padding: 0; font-size: var(--ng-label-size); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ng-catalogue-filter-form label { min-height: 58px; display: grid; grid-template-columns: 22px minmax(0,1fr); align-items: center; gap: 10px; border-top: 1px solid #f0f0f0; cursor: pointer; }
.ng-catalogue-filter-form label:first-of-type { border-top: 0; }
.ng-catalogue-filter-form input[type="radio"] { width: 18px; height: 18px; margin: 0; accent-color: var(--ng-teal-dark); }
.ng-catalogue-filter-form label span { display: grid; }
.ng-catalogue-filter-form label b { font-size: var(--ng-ui-size); }
.ng-catalogue-filter-form label small { color: var(--ng-grey); font-size: 12px; }
.ng-filter-categories { border-bottom: 1px solid var(--ng-line); padding-block: 24px; }
.ng-filter-categories > span { display: block; }
.ng-filter-categories nav { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.ng-filter-categories a { min-height: 45px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ng-line); border-radius: 4px; padding: 9px 10px; font-size: var(--ng-ui-size); font-weight: 750; }
.ng-filter-categories a .ng-hugeicon { width: 16px; color: var(--ng-teal-dark); }
.ng-filter-actions { position: sticky; bottom: -18px; display: grid; gap: 12px; background: #fff; padding-block: 18px; }
.ng-filter-actions .ng-btn { width: 100%; }
.ng-filter-actions > a { justify-self: center; border-bottom: 1px solid; font-size: var(--ng-ui-size); font-weight: 800; }

.ng-shop-grid { background: var(--ng-off); padding-block: 18px 58px; }
.ng-shop-grid ul.products { gap: 13px 9px; }
.ng-shop-grid ul.products:has(> .ng-card:only-child) { max-width: 460px; grid-template-columns: minmax(0,1fr); }
.ng-shop-grid .ng-card { overflow: hidden; border: 1px solid #e4e4e1; border-radius: 5px; background: #fff; }
.ng-shop-grid .ng-card__image { border-radius: 0; }
.ng-shop-grid .ng-card__body { padding: 14px 13px 15px; }
.ng-card__topline { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.ng-card__brand { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ng-card__availability { display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; color: #147044; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.ng-card__availability i { width: 6px; height: 6px; border-radius: 50%; background: #16a566; }
.ng-card__availability.is-sold { color: var(--ng-grey); }
.ng-card__availability.is-sold i { background: var(--ng-black); }
.ng-shop-grid .ng-card__title { min-height: 0; margin: 7px 0; font-size: var(--ng-copy-size); line-height: 1.35; }
.ng-shop-grid .ng-card__details { min-height: 0; font-size: 12px; line-height: 1.5; }
.ng-shop-grid .ng-card__price { margin-top: 9px; font-size: var(--ng-copy-size); }
.ng-card__view { display: none; }
.ng-shop-grid .ng-card__view { min-height: 41px; display: flex; align-items: center; justify-content: space-between; margin-top: 13px; border-top: 1px solid var(--ng-line); padding-top: 10px; font-size: var(--ng-ui-size); font-weight: 850; text-transform: uppercase; }
.ng-shop-grid .ng-card__view .ng-hugeicon { width: 17px; color: var(--ng-teal-dark); }
.ng-shop-grid .ng-sold-divider { margin-top: 22px; }

.ng-catalogue-empty .ng-btn { margin-top: 16px; }
.ng-catalogue-end { background: var(--ng-black); color: #fff; padding-block: 54px; }
.ng-catalogue-end__inner { display: grid; gap: 26px; }
.ng-catalogue-end h2 { max-width: 680px; margin: 0; font-size: clamp(34px,6vw,58px); font-weight: 900; letter-spacing: -.055em; line-height: .94; }
.ng-catalogue-end p { max-width: 650px; margin: 17px 0 0; color: #aaa; line-height: 1.65; }
.ng-catalogue-end__inner > div:last-child { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }

@media (min-width: 700px) {
  .ng-collection-hero__inner { padding-block: 45px 33px; }
  .ng-collection-count strong { font-size: 45px; }
  .ng-shop-tools__inner { grid-template-columns: 180px 1fr 260px; }
  .ng-tools-count { display: block; }
  .ng-sort-control { padding-left: 20px; }
  .ng-shop-grid { padding-block: 30px 78px; }
  .ng-shop-grid ul.products { gap: 28px 14px; }
  .ng-catalogue-end__inner { grid-template-columns: minmax(0,1fr) auto; align-items: end; }
  .ng-catalogue-end__inner > div:last-child { justify-content: flex-end; }
}

@media (min-width: 1024px) {
  .ng-shop-tools { top: 121px; }
  .ng-shop-grid ul.products { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 38px 16px; }
  .ng-shop-grid ul.products:has(> .ng-card:only-child) { max-width: 390px; }
}

@media (min-width: 1024px) {
  .ng-icon-button small { font-size: var(--ng-label-size); }
  .ng-nav__inner a { font-size: 12px; }
  .ng-hero__content > p { font-size: var(--ng-copy-size); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
