:root {
  --nf-ink: #0b0d0c;
  --nf-carbon: #121513;
  --nf-panel: #191d1a;
  --nf-paper: #f6f7f4;
  --nf-white: #fcfdf9;
  --nf-muted: #737972;
  --nf-line: rgba(11, 13, 12, 0.14);
  --nf-dark-line: rgba(252, 253, 249, 0.13);
  --nf-accent: #c8f500;
  --nf-accent-ink: #101400;
  --nf-shell: min(94vw, 1520px);
  --nf-motion: 420ms cubic-bezier(0.22, 1, 0.36, 1);
  --nf-font: "Barlow", sans-serif;
  --nf-display: "Barlow Condensed", sans-serif;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--nf-ink);
  background: var(--nf-white);
  font-family: var(--nf-font);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}
body, button, input, select, textarea { font-family: var(--nf-font); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { border-radius: 0; }
.newfly-site a:focus:not(:focus-visible),
.newfly-site button:focus:not(:focus-visible),
.newfly-site summary:focus:not(:focus-visible),
.newfly-site input:focus:not(:focus-visible),
.newfly-site select:focus:not(:focus-visible) { outline: 0; box-shadow: none; }
.newfly-shell { width: var(--nf-shell); margin-inline: auto; }
.newfly-site { overflow: clip; }
.newfly-site .site-content { margin: 0; padding: 0; }
.newfly-site .site-content > .col-full { width: var(--nf-shell); margin-inline: auto; padding: 0; }
.newfly-site .content-area { float: none; width: 100%; margin: 0; }
.newfly-site .widget-area { display: none; }

.newfly-promo {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 5px 4vw;
  color: #e9ece6;
  background: #080a09;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.newfly-promo__dot { width: 7px; height: 7px; background: var(--nf-accent); transform: rotate(45deg); }
.newfly-header-sentinel { height: 1px; }
.newfly-header {
  position: relative;
  z-index: 30;
  color: var(--nf-white);
  background: var(--nf-ink);
  border-bottom: 1px solid var(--nf-dark-line);
  transition: background var(--nf-motion), box-shadow var(--nf-motion);
}
.newfly-header.is-scrolled { position: sticky; top: 0; background: rgba(11, 13, 12, 0.96); box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18); }
.admin-bar .newfly-header.is-scrolled { top: 32px; }
.newfly-header__inner {
  width: var(--nf-shell);
  min-height: 78px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) auto minmax(190px, 0.8fr);
  align-items: center;
  gap: 28px;
}
.newfly-wordmark { justify-self: start; display: inline-flex; width: clamp(166px, 13vw, 230px); }
.newfly-wordmark img { width: 100%; height: auto; }
.newfly-nav { display: flex; align-items: stretch; justify-content: center; height: 78px; }
.newfly-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 19px;
  color: #d9ddd7;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  transition: color var(--nf-motion);
}
.newfly-nav a::after { content: ""; position: absolute; right: 19px; bottom: 0; left: 19px; height: 3px; background: var(--nf-accent); transform: scaleX(0); transform-origin: left; transition: transform var(--nf-motion); }
.newfly-nav a:hover, .newfly-nav a:focus-visible { color: var(--nf-white); }
.newfly-nav a:hover::after, .newfly-nav a:focus-visible::after { transform: scaleX(1); }
.newfly-nav a:focus { outline: 0; box-shadow: none; }
.newfly-nav a:focus-visible { outline: 0; box-shadow: inset 0 -3px var(--nf-accent); }
.newfly-header__tools { justify-self: end; display: flex; align-items: center; gap: 5px; }
.newfly-language-switcher { position: relative; z-index: 12; width: 148px; margin-right: 7px; }
.newfly-language-switcher--mobile { display: none; }
.newfly-language-menu { position: relative; width: 100%; color: #eef1eb; }
.newfly-language-menu summary {
  height: 44px;
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr) 10px;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  color: #eef1eb;
  background: #111411;
  border: 1px solid rgba(255,255,255,.22);
  list-style: none;
  cursor: pointer;
  transition: color var(--nf-motion), border-color var(--nf-motion), background var(--nf-motion);
}
.newfly-language-menu summary::-webkit-details-marker { display: none; }
.newfly-language-menu summary:hover,
.newfly-language-menu summary:focus-visible { color: var(--nf-accent); background: #171b18; border-color: rgba(200,245,0,.55); outline: none; }
.newfly-language-menu summary img,
.newfly-language-menu__options img { width: 21px; height: 14px; margin: 0; object-fit: cover; }
.newfly-language-menu summary span { min-width: 0; overflow: hidden; font-size: 13px; font-weight: 600; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.newfly-language-menu summary i { width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translate(-2px, 2px); transition: transform var(--nf-motion); }
.newfly-language-menu[open] summary i { transform: rotate(225deg) translate(-1px, -1px); }
.newfly-language-menu__options {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  right: 0;
  width: 188px;
  padding: 7px;
  background: #111411;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 42px rgba(0,0,0,.34);
}
.newfly-language-menu__options a { min-height: 44px; display: grid; grid-template-columns: 21px 1fr; align-items: center; gap: 10px; padding: 0 10px; color: #d9ddd7; font-size: 13px; font-weight: 600; transition: color var(--nf-motion), background var(--nf-motion); }
.newfly-language-menu__options a:hover,
.newfly-language-menu__options a:focus-visible { color: var(--nf-accent); background: rgba(255,255,255,.06); outline: none; }
.newfly-language-menu__options a.is-current { color: var(--nf-white); background: rgba(255,255,255,.045); }
.newfly-icon-link, .newfly-menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 0;
  color: var(--nf-white);
  background: transparent;
  transition: color var(--nf-motion), background var(--nf-motion), transform var(--nf-motion);
}
.newfly-icon-link:hover, .newfly-menu-toggle:hover { color: var(--nf-accent); background: rgba(255,255,255,.06); }
.newfly-icon-link:active, .newfly-menu-toggle:active { transform: scale(.94); }
.newfly-icon-link svg, .newfly-menu-toggle svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.newfly-cart-count { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border-radius: 9px; color: var(--nf-accent-ink); background: var(--nf-accent); font-size: 10px; font-weight: 800; }
.newfly-menu-toggle { display: none; cursor: pointer; }
.newfly-search-panel { position: absolute; right: 0; left: 0; top: 100%; background: var(--nf-white); color: var(--nf-ink); border-bottom: 1px solid var(--nf-line); transform: translateY(-16px); opacity: 0; visibility: hidden; transition: transform var(--nf-motion), opacity var(--nf-motion), visibility var(--nf-motion); }
.newfly-search-panel.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
.newfly-search-panel form { width: var(--nf-shell); min-height: 86px; margin-inline: auto; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 16px; }
.newfly-search-panel svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.newfly-search-panel input { width: 100%; padding: 15px 0; border: 0; background: transparent; color: var(--nf-ink); font-size: 19px; box-shadow: none; }
.newfly-search-panel button { border: 0; padding: 13px 24px; background: var(--nf-ink); color: var(--nf-white); font-weight: 700; }
.newfly-mobile-nav { display: none; }

.newfly-site,
.newfly-site *,
.newfly-site *::before,
.newfly-site *::after { box-sizing: border-box; }

.newfly-eyebrow { margin: 0 0 14px; color: #5b615b; font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.newfly-eyebrow--light { color: #bdc2bb; }
.newfly-hero { --newfly-hero-interval: 8000ms; position: relative; min-height: clamp(570px, 68vw, 780px); display: grid; align-items: center; overflow: hidden; color: var(--nf-white); background: #050706; isolation: isolate; }
.newfly-hero__slides, .newfly-hero__slide { position: absolute; inset: 0; }
.newfly-hero__slides { z-index: 0; overflow: hidden; background: #050706; }
.newfly-hero__slide { opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity 900ms cubic-bezier(.22,1,.36,1), transform 1200ms cubic-bezier(.22,1,.36,1), visibility 900ms; }
.newfly-hero__slide.is-active { z-index: 1; opacity: 1; visibility: visible; transform: scale(1); }
.newfly-hero__asset { width: 100%; height: 100%; display: block; object-fit: cover; object-position: var(--newfly-media-position, center right); }
.newfly-hero__slide--studio { background: #080a08; }
.newfly-hero__slide--studio .newfly-hero__asset { width: 74%; margin-left: 26%; filter: saturate(.72) contrast(1.13) brightness(.58); }
.newfly-hero__slide--studio::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #050706 0%, rgba(5,7,6,.97) 27%, rgba(5,7,6,.62) 51%, rgba(5,7,6,.16) 78%, rgba(5,7,6,.28) 100%); }
.newfly-hero__overlay { position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(2,3,2,.96) 0%, rgba(2,3,2,.78) 31%, rgba(2,3,2,.13) 62%, rgba(2,3,2,.02) 100%), linear-gradient(180deg, rgba(0,0,0,.02) 54%, rgba(0,0,0,.72) 100%); }
.newfly-hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 700px) 1fr; align-items: end; min-height: inherit; padding-block: clamp(88px, 11vw, 150px) 60px; }
.newfly-hero__copy { align-self: center; max-width: 650px; }
.newfly-hero h1, .newfly-hero__heading { margin: 0; color: var(--nf-white); font-family: var(--nf-display); font-size: clamp(64px, 7vw, 112px); font-style: normal; font-weight: 800; line-height: .84; letter-spacing: -0.025em; text-transform: uppercase; }
.newfly-hero h1 em, .newfly-hero__heading em { color: var(--nf-accent); font-style: inherit; }
.newfly-hero__copy > p:not(.newfly-eyebrow) { max-width: 620px; margin: 29px 0 0; color: #d2d6d0; font-size: clamp(17px, 1.4vw, 20px); line-height: 1.6; }
.newfly-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.newfly-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 23px; border: 1px solid transparent; font-size: 14px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; transition: color var(--nf-motion), background var(--nf-motion), border-color var(--nf-motion), transform var(--nf-motion); }
.newfly-button svg, .newfly-text-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform var(--nf-motion); }
.newfly-button:hover svg, .newfly-text-link:hover svg { transform: translateX(5px); }
.newfly-button:active { transform: scale(.98); }
.newfly-button--accent { color: var(--nf-accent-ink); background: var(--nf-accent); border-color: var(--nf-accent); }
.newfly-button--accent:hover { color: var(--nf-accent-ink); background: #d8ff40; border-color: #d8ff40; }
.newfly-button--outline { color: var(--nf-white); background: rgba(11,13,12,.42); border-color: rgba(255,255,255,.5); }
.newfly-button--outline:hover { color: var(--nf-ink); background: var(--nf-white); border-color: var(--nf-white); }
.newfly-hero__controls { justify-self: end; align-self: end; display: flex; align-items: center; gap: 7px; padding: 7px; background: rgba(5,7,6,.78); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); }
.newfly-hero__control { width: 42px; height: 42px; display: grid; place-items: center; padding: 0; color: var(--nf-white); background: transparent; border: 1px solid rgba(255,255,255,.2); border-radius: 0; cursor: pointer; transition: color var(--nf-motion), background var(--nf-motion), border-color var(--nf-motion); }
.newfly-hero__control:hover { color: var(--nf-accent-ink); background: var(--nf-accent); border-color: var(--nf-accent); }
.newfly-hero__control svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.newfly-hero__control--toggle { position: relative; }
.newfly-hero__pause-icon { width: 11px; height: 14px; display: block; border-right: 3px solid currentColor; border-left: 3px solid currentColor; }
.newfly-hero__play-icon { display: none; width: 0; height: 0; margin-left: 2px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; }
.newfly-hero.is-paused .newfly-hero__pause-icon { display: none; }
.newfly-hero.is-paused .newfly-hero__play-icon { display: block; }
.newfly-hero__index { min-width: 208px; display: flex; align-items: center; justify-content: center; gap: 13px; padding-inline: 8px; color: #eef0eb; font-family: var(--nf-display); font-size: 14px; font-weight: 700; letter-spacing: .12em; }
.newfly-hero__index i { position: relative; width: 70px; height: 3px; display: block; overflow: hidden; background: rgba(255,255,255,.26); }
.newfly-hero__index i b { position: absolute; inset: 0; display: block; background: var(--nf-accent); transform: scaleX(0); transform-origin: left center; animation: newflyHeroProgress var(--newfly-hero-interval) linear both; }
.newfly-hero.is-paused .newfly-hero__index i b { animation-play-state: paused; }
.newfly-hero__inner > .newfly-hero__index { justify-self: end; align-self: end; }
@keyframes newflyHeroProgress { to { transform: scaleX(1); } }

html[lang^="zh"] .newfly-hero__inner { grid-template-columns: minmax(0, 760px) 1fr; }
html[lang^="zh"] .newfly-hero__copy { max-width: 760px; }
html[lang^="zh"] .newfly-hero h1,
html[lang^="zh"] .newfly-hero__heading {
  font-family: var(--nf-font);
  font-size: clamp(56px, 5vw, 82px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
}
html[lang^="zh"] .newfly-hero h1 br,
html[lang^="zh"] .newfly-hero__heading br { display: none; }
html[lang^="zh"] .newfly-hero h1 em,
html[lang^="zh"] .newfly-hero__heading em { display: block; margin-top: .08em; }

.newfly-performance-strip { color: var(--nf-white); background: var(--nf-panel); }
.newfly-performance-strip__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.newfly-performance-strip article { min-height: 145px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 22px; padding: 24px clamp(20px, 2.8vw, 48px); border-right: 1px solid var(--nf-dark-line); }
.newfly-performance-strip article:first-child { padding-left: 0; }
.newfly-performance-strip article:last-child { border-right: 0; padding-right: 0; }
.newfly-performance-strip article > svg { width: 50px; height: 50px; fill: none; stroke: var(--nf-accent); stroke-width: 1.5; }
.newfly-performance-strip strong, .newfly-performance-strip span { display: block; }
.newfly-performance-strip strong { font-family: var(--nf-display); font-size: 24px; font-style: normal; font-weight: 700; line-height: 1.1; text-transform: uppercase; }
.newfly-performance-strip span { margin-top: 5px; color: #aeb4ad; font-size: 14px; }

.newfly-section { padding-block: clamp(70px, 8vw, 118px); background: var(--nf-white); }
.newfly-section + .newfly-section { padding-top: 26px; }
.newfly-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.newfly-section-head h2, .newfly-section-heading { max-width: 820px; margin: 0; color: var(--nf-ink); font-family: var(--nf-display); font-size: clamp(38px, 4.2vw, 66px); font-style: normal; font-weight: 700; line-height: .98; letter-spacing: 0; text-transform: uppercase; }
.newfly-section-head--compact h2 { max-width: 650px; }
.newfly-text-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 16px; padding: 12px 0 9px; border-bottom: 2px solid var(--nf-ink); font-size: 14px; font-weight: 700; text-transform: uppercase; }
.newfly-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.newfly-category-card { min-width: 0; display: grid; grid-template-rows: auto minmax(70px, auto); align-self: start; background: var(--nf-paper); overflow: hidden; }
.newfly-category-card__image { width: 100%; aspect-ratio: 1; overflow: hidden; background: #eef0ed; }
.newfly-category-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 650ms cubic-bezier(.22,1,.36,1), filter 650ms cubic-bezier(.22,1,.36,1); }
.newfly-category-card:hover img { transform: scale(1.045); filter: contrast(1.04); }
.newfly-category-card__meta { min-height: 70px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; padding: 14px 18px; background: var(--nf-paper); }
.newfly-category-card__meta span { color: #8a8f89; font-family: var(--nf-display); font-size: 14px; }
.newfly-category-card__meta strong { font-family: var(--nf-display); font-size: clamp(20px, 1.8vw, 27px); font-style: normal; text-transform: uppercase; }
.newfly-category-card__meta svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform var(--nf-motion); }
.newfly-category-card:hover .newfly-category-card__meta svg { transform: translateX(5px); }

.newfly-site ul.products.newfly-product-grid, .newfly-site .site-main ul.products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
}
.newfly-site ul.products::before,
.newfly-site ul.products::after { display: none !important; content: none !important; }
.newfly-site ul.products li.product {
  min-width: 0;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  background: var(--nf-white);
  border: 1px solid var(--nf-line);
  overflow: hidden;
  transition: transform var(--nf-motion), border-color var(--nf-motion), box-shadow var(--nf-motion);
}
.newfly-site ul.products li.product:hover { transform: translateY(-5px); border-color: rgba(11,13,12,.38); box-shadow: 0 16px 38px rgba(16,20,17,.08); }
.newfly-site ul.products li.product a.woocommerce-LoopProduct-link { display: flex; flex: 1; flex-direction: column; color: var(--nf-ink); }
.newfly-site ul.products li.product img { width: 100%; aspect-ratio: 1; margin: 0; object-fit: cover; object-position: center; background: var(--nf-paper); transition: transform 650ms cubic-bezier(.22,1,.36,1); }
.newfly-site ul.products li.product:hover img { transform: scale(1.025); }
.newfly-site ul.products li.product .woocommerce-loop-product__title { min-height: 66px; margin: 0; padding: 17px 16px 7px; color: var(--nf-ink); font-family: var(--nf-display); font-size: 21px; font-weight: 700; line-height: 1.16; text-transform: uppercase; }
.newfly-site ul.products li.product .price { margin: auto 0 0; padding: 5px 16px 14px; color: var(--nf-ink); font-size: 18px; font-weight: 700; }
.newfly-site ul.products li.product .button { width: auto; max-width: calc(100% - 24px); min-height: 44px; margin: 0 12px 12px; display: flex; align-items: center; justify-content: center; align-self: stretch; padding: 11px 15px; border-radius: 0; color: var(--nf-white); background: var(--nf-ink); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-align: center; text-transform: uppercase; overflow: hidden; transition: color var(--nf-motion), background var(--nf-motion), transform var(--nf-motion); }
.newfly-site ul.products li.product .button:hover { color: var(--nf-accent-ink); background: var(--nf-accent); }
.newfly-site ul.products li.product .button:active { transform: scale(.985); }
.newfly-site ul.products li.product:has(> .added_to_cart) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: minmax(0, 1fr) auto;
}
.newfly-site ul.products li.product:has(> .added_to_cart) > a.woocommerce-LoopProduct-link {
  grid-column: 1 / -1;
  grid-row: 1;
}
.newfly-site ul.products li.product:has(> .added_to_cart) > .button {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  margin-right: 6px;
}
.newfly-site ul.products li.product > .added_to_cart {
  grid-column: 2;
  grid-row: 2;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 12px 12px 6px;
  padding: 10px 14px;
  color: var(--nf-accent-ink);
  background: var(--nf-accent);
  border: 1px solid var(--nf-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--nf-motion), background var(--nf-motion), border-color var(--nf-motion);
}
.newfly-site ul.products li.product > .added_to_cart:hover { color: var(--nf-white); background: var(--nf-ink); border-color: var(--nf-ink); }

.newfly-feature { padding-block: clamp(70px, 8vw, 118px); color: var(--nf-white); background: var(--nf-ink); }
.newfly-feature__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: stretch; gap: 0; }
.newfly-feature__visual { position: relative; min-height: 560px; overflow: hidden; background: #eceeea; }
.newfly-feature__media-link { position: absolute; inset: 0; display: block; overflow: hidden; cursor: zoom-in; }
.newfly-feature__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(.22,1,.36,1), filter 650ms cubic-bezier(.22,1,.36,1); }
.newfly-feature__media-link:hover img { transform: scale(1.025); filter: contrast(1.03); }
.newfly-feature__label { position: absolute; z-index: 2; left: 24px; bottom: 22px; padding: 8px 12px; color: var(--nf-accent-ink); background: var(--nf-accent); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.newfly-feature__zoom { position: absolute; z-index: 2; right: 22px; bottom: 22px; width: 48px; height: 48px; display: grid; place-items: center; color: var(--nf-ink); background: rgba(252,253,249,.94); border: 1px solid rgba(11,13,12,.18); transition: color var(--nf-motion), background var(--nf-motion), transform var(--nf-motion); }
.newfly-feature__zoom svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.newfly-feature__media-link:hover .newfly-feature__zoom { color: var(--nf-accent-ink); background: var(--nf-accent); transform: translateY(-3px); }
.newfly-feature__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 4.8vw, 78px); background: #141714; }
.newfly-feature__copy h2, .newfly-feature-heading { max-width: 680px; margin: 0; color: var(--nf-white); font-family: var(--nf-display); font-size: clamp(40px, 4vw, 60px); font-style: normal; font-weight: 700; line-height: 1.05; letter-spacing: 0; text-transform: uppercase; overflow-wrap: normal; text-wrap: pretty; }
.newfly-feature__copy > p:not(.newfly-eyebrow) { max-width: 560px; margin: 24px 0 32px; color: #bdc2bb; font-size: 17px; line-height: 1.7; }
.newfly-feature__copy .newfly-button { align-self: flex-start; }

.newfly-lightbox { position: fixed; z-index: 99999; inset: 0; display: grid; place-items: center; padding: clamp(20px, 4vw, 64px); background: rgba(4,6,5,.9); opacity: 0; visibility: hidden; transition: opacity 240ms ease, visibility 240ms ease; }
.newfly-lightbox.is-open { opacity: 1; visibility: visible; }
.newfly-lightbox__figure { position: relative; width: min(92vw, 1380px); max-height: 90vh; display: grid; place-items: center; margin: 0; }
.newfly-lightbox__image { display: block; width: auto; max-width: 100%; height: auto; max-height: 88vh; object-fit: contain; }
.newfly-lightbox__close { position: absolute; top: 0; right: 0; width: 48px; height: 48px; display: grid; place-items: center; padding: 0; color: var(--nf-ink); background: var(--nf-white); border: 0; cursor: pointer; }
.newfly-lightbox__close::before, .newfly-lightbox__close::after { content: ""; position: absolute; width: 22px; height: 2px; background: currentColor; }
.newfly-lightbox__close::before { transform: rotate(45deg); }
.newfly-lightbox__close::after { transform: rotate(-45deg); }
body.newfly-lightbox-open { overflow: hidden; }

.newfly-method__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); border-top: 1px solid var(--nf-line); border-bottom: 1px solid var(--nf-line); }
.newfly-method article { padding: 31px clamp(24px, 3vw, 48px) 36px; border-right: 1px solid var(--nf-line); }
.newfly-method article:first-child { padding-left: 0; }
.newfly-method article:last-child { border-right: 0; padding-right: 0; }
.newfly-method article > span { color: #858b84; font-family: var(--nf-display); font-size: 14px; }
.newfly-method h3 { margin: 35px 0 10px; font-family: var(--nf-display); font-size: 28px; font-weight: 700; line-height: 1.05; text-transform: uppercase; }
.newfly-method article p { max-width: 360px; margin: 0; color: var(--nf-muted); font-size: 15px; }
.newfly-cta { position: relative; padding-block: 70px; color: var(--nf-white); background: #0d100e; overflow: hidden; }
.newfly-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 50%, rgba(200,245,0,.16), transparent 28%), repeating-linear-gradient(110deg, transparent 0 30px, rgba(255,255,255,.02) 30px 31px); }
.newfly-cta__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.newfly-cta h2, .newfly-cta-heading { margin: 0; color: var(--nf-white); font-family: var(--nf-display); font-size: clamp(42px, 4.8vw, 70px); font-style: normal; font-weight: 700; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.newfly-newsletter { padding-block: 54px; color: var(--nf-ink); background: var(--nf-paper); border-top: 1px solid var(--nf-line); }
.newfly-newsletter__inner { display: grid; grid-template-columns: 1fr minmax(440px, .8fr); align-items: end; gap: 60px; }
.newfly-newsletter h2 { max-width: 620px; margin: 0; font-family: var(--nf-display); font-size: 34px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.newfly-newsletter__form { display: grid; grid-template-columns: 1fr auto; border-bottom: 2px solid var(--nf-ink); }
.newfly-newsletter__form input, .newfly-newsletter__form button { min-height: 54px; border: 0; box-shadow: none; }
.newfly-newsletter__form input { padding: 0 10px 0 0; background: transparent; font-size: 16px; }
.newfly-newsletter__form button { padding: 0 22px; color: #7c827b; background: transparent; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.newfly-footer { padding-block: 58px 24px; color: #d5d9d3; background: #090b0a; }
.newfly-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, .75fr); gap: 64px; }
.newfly-footer__brand img { width: 200px; }
.newfly-footer__brand p { max-width: 370px; margin: 22px 0 0; color: #91978f; }
.newfly-footer__grid > div:not(.newfly-footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.newfly-footer strong { margin-bottom: 8px; color: var(--nf-white); font-family: var(--nf-display); font-size: 17px; text-transform: uppercase; }
.newfly-footer a { color: #a9afa7; font-size: 14px; transition: color var(--nf-motion), transform var(--nf-motion); }
.newfly-footer a:hover { color: var(--nf-accent); transform: translateX(3px); }
.newfly-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--nf-dark-line); color: #787e77; font-size: 12px; }

/* WooCommerce inner pages */
body:not(.home) .newfly-site .site-content { min-height: 55vh; padding-block: 55px 90px; background: var(--nf-white); }
body:not(.home) .newfly-site .site-content > #primary { width: var(--nf-shell); margin-inline: auto; }
.newfly-site .woocommerce-breadcrumb { margin-bottom: 30px; color: #777d76; font-size: 13px; }
.newfly-site .page-title, .newfly-site .entry-title { margin-bottom: 28px; font-family: var(--nf-display); font-size: clamp(40px, 4vw, 60px); font-style: normal; font-weight: 700; line-height: 1.04; letter-spacing: 0; text-transform: uppercase; }
.newfly-site .woocommerce-products-header { padding: 30px 0 48px; text-align: left; }
.newfly-site .woocommerce-result-count { color: var(--nf-muted); }
.newfly-site .woocommerce-ordering select { min-height: 44px; padding: 0 42px 0 14px; border: 1px solid var(--nf-line); background-color: var(--nf-white); }

/* Product archives */
body.woocommerce.archive .newfly-site .site-content { padding-block: 52px 82px; }
body.woocommerce.archive .newfly-site .woocommerce-products-header {
  padding: 12px 0 34px;
  border-bottom: 1px solid var(--nf-line);
}
body.woocommerce.archive .newfly-site .woocommerce-products-header .page-title {
  max-width: 980px;
  margin: 0;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}
body.woocommerce.archive .newfly-site .term-description,
body.woocommerce.archive .newfly-site .page-description {
  max-width: 760px;
  margin-top: 20px;
  color: var(--nf-muted);
  font-size: 17px;
  line-height: 1.7;
}
body.woocommerce.archive .newfly-site .storefront-sorting {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 32px;
  padding: 14px 0;
  border-bottom: 1px solid var(--nf-line);
}
body.woocommerce.archive .newfly-site .storefront-sorting::before,
body.woocommerce.archive .newfly-site .storefront-sorting::after { display: none !important; content: none !important; }
body.woocommerce.archive .newfly-site .storefront-sorting .woocommerce-notices-wrapper:empty { display: none; }
body.woocommerce.archive .newfly-site .storefront-sorting .woocommerce-result-count {
  order: 1;
  float: none;
  margin: 0;
  padding: 0;
  color: #60665f;
  font-size: 14px;
}
body.woocommerce.archive .newfly-site .storefront-sorting .woocommerce-ordering {
  order: 2;
  float: none;
  margin: 0;
  padding: 0;
}
body.woocommerce.archive .newfly-site .storefront-sorting .woocommerce-ordering select {
  min-width: 220px;
  height: 48px !important;
  padding: 0 42px 0 16px;
  color: var(--nf-ink);
  background-color: var(--nf-white);
  border: 1px solid var(--nf-line);
  box-shadow: none;
  font-size: 14px;
}
body.woocommerce.archive .newfly-site .site-main > ul.products {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 28px);
  clear: none;
}
body.woocommerce.archive .newfly-site .site-main > ul.products li.product img { aspect-ratio: 1; object-fit: contain; background: #f2f3f0; }
body.woocommerce.archive .newfly-site .site-main > ul.products li.product .woocommerce-loop-product__title {
  min-height: 72px;
  padding: 18px 17px 8px;
  font-size: clamp(20px, 1.6vw, 24px);
  line-height: 1.12;
}
body.woocommerce.archive .newfly-site .site-main > ul.products li.product .price { padding: 8px 17px 16px; font-size: 19px; }
body.woocommerce.archive .newfly-site .woocommerce-pagination {
  float: none;
  width: 100%;
  margin: 42px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--nf-line);
  text-align: center;
}

/* Single product: override Storefront's float layout with a stable commerce grid. */
body.single-product .newfly-site .site-content { padding-block: 42px 84px; }
body.single-product .newfly-site .woocommerce-breadcrumb { margin-bottom: 24px; }
body.single-product .newfly-site div.product {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  grid-template-areas:
    "gallery summary"
    "tabs tabs"
    "related related";
  column-gap: clamp(42px, 5vw, 82px);
  row-gap: clamp(60px, 6vw, 92px);
  align-items: start;
  margin: 0;
}
body.single-product .newfly-site div.product::before,
body.single-product .newfly-site div.product::after { display: none !important; content: none !important; }
body.single-product .newfly-site div.product > .onsale { position: absolute; z-index: 4; top: 18px; left: 18px; margin: 0; }
body.single-product .newfly-site div.product > .woocommerce-product-gallery {
  grid-area: gallery;
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  background: #f2f3f0;
  border: 1px solid var(--nf-line);
  overflow: hidden;
}
body.single-product .newfly-site .woocommerce-product-gallery__wrapper { margin: 0; background: #f2f3f0; }
body.single-product .newfly-site .woocommerce-product-gallery__image {
  width: 100% !important;
  aspect-ratio: 1;
  display: grid !important;
  place-items: center;
  background: #f2f3f0;
  overflow: hidden;
}
body.single-product .newfly-site .woocommerce-product-gallery__image > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0;
}
body.single-product .newfly-site .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 100% !important;
  max-height: none;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}
body.single-product .newfly-site .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 0;
}
body.single-product .newfly-site .woocommerce-product-gallery .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  border: 1px solid var(--nf-line);
  background: var(--nf-white);
}
body.single-product .newfly-site .woocommerce-product-gallery .flex-control-thumbs img { aspect-ratio: 1; object-fit: contain; }
body.single-product .newfly-site .woocommerce-product-gallery__trigger {
  top: auto;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--nf-white);
  background: var(--nf-ink);
  border: 0;
  border-radius: 0;
  transition: color var(--nf-motion), background var(--nf-motion), transform var(--nf-motion);
}
body.single-product .newfly-site .woocommerce-product-gallery__trigger:hover { color: var(--nf-accent-ink); background: var(--nf-accent); transform: translateY(-2px); }
body.single-product .newfly-site div.product > .summary {
  grid-area: summary;
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: clamp(12px, 2.3vw, 34px) 0 0;
}
body.single-product .newfly-site div.product .product_title {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--nf-ink);
  font-family: var(--nf-display);
  font-size: clamp(40px, 3.8vw, 58px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: uppercase;
}
body.single-product .newfly-site div.product p.price {
  margin: 0 0 24px;
  color: var(--nf-ink);
  font-family: var(--nf-display);
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 700;
  line-height: 1;
}
body.single-product .newfly-site div.product .woocommerce-product-details__short-description {
  max-width: 620px;
  padding-top: 23px;
  color: #60665f;
  border-top: 1px solid var(--nf-line);
  font-size: 17px;
  line-height: 1.72;
}
body.single-product .newfly-site div.product .woocommerce-product-details__short-description p:last-child { margin-bottom: 0; }
body.single-product .newfly-site div.product form.cart {
  display: grid;
  grid-template-columns: 94px minmax(210px, 1fr);
  gap: 10px;
  margin: 30px 0 0;
  padding: 24px 0;
  border-top: 1px solid var(--nf-line);
  border-bottom: 1px solid var(--nf-line);
}
body.single-product .newfly-site div.product form.cart::before,
body.single-product .newfly-site div.product form.cart::after { display: none !important; content: none !important; }
body.single-product .newfly-site div.product form.cart .quantity { float: none; margin: 0; }
body.single-product .newfly-site div.product form.cart .qty {
  width: 100%;
  height: 56px;
  padding: 0 10px;
  color: var(--nf-ink);
  background: var(--nf-paper);
  border: 1px solid var(--nf-line);
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
}
body.single-product .newfly-site div.product .single_add_to_cart_button,
.newfly-site .checkout-button,
.newfly-site #place_order {
  min-height: 56px;
  border: 1px solid var(--nf-accent);
  border-radius: 0;
  color: var(--nf-accent-ink);
  background: var(--nf-accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: color var(--nf-motion), background var(--nf-motion), border-color var(--nf-motion);
}
body.single-product .newfly-site div.product form.cart .single_add_to_cart_button { float: none; width: 100%; margin: 0; }
body.single-product .newfly-site div.product .single_add_to_cart_button:hover,
.newfly-site .checkout-button:hover,
.newfly-site #place_order:hover { color: var(--nf-white); background: var(--nf-ink); border-color: var(--nf-ink); transform: translateY(-2px); }
body.single-product .newfly-site div.product .product_meta {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  color: var(--nf-muted);
  font-size: 13px;
}
body.single-product .newfly-site div.product .product_meta a { color: var(--nf-ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
body.single-product .newfly-site .woocommerce-tabs {
  grid-area: tabs;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--nf-line);
}
body.single-product .newfly-site .woocommerce-tabs::before,
body.single-product .newfly-site .woocommerce-tabs::after { display: none !important; content: none !important; }
body.single-product .newfly-site .woocommerce-tabs ul.tabs {
  float: none !important;
  width: 100% !important;
  display: flex;
  gap: 34px;
  margin: 0 0 34px;
  padding: 0;
  border-bottom: 1px solid var(--nf-line);
}
body.single-product .newfly-site .woocommerce-tabs ul.tabs li {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}
body.single-product .newfly-site .woocommerce-tabs ul.tabs li::after { display: none; }
body.single-product .newfly-site .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 22px 0 18px;
  color: var(--nf-muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}
body.single-product .newfly-site .woocommerce-tabs ul.tabs li.active a { color: var(--nf-ink); }
body.single-product .newfly-site .woocommerce-tabs ul.tabs li.active::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--nf-accent);
}
body.single-product .newfly-site .woocommerce-tabs .panel {
  float: none !important;
  width: 100% !important;
  max-width: 960px;
  margin: 0 !important;
  color: #505650;
  font-size: 17px;
  line-height: 1.76;
}
body.single-product .newfly-site .woocommerce-tabs .panel > h2:first-child { margin: 0 0 20px; font-family: var(--nf-display); font-size: 34px; font-weight: 700; text-transform: uppercase; }
body.single-product .newfly-site .related.products {
  grid-area: related;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--nf-line);
}
body.single-product .newfly-site .related.products > h2 {
  margin: 0;
  padding: 34px 0 28px;
  font-family: var(--nf-display);
  font-size: clamp(30px, 3vw, 42px);
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
body.single-product .newfly-site .related.products ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
body.single-product .storefront-product-pagination { display: none !important; }

@media (max-width: 1100px) {
  .newfly-header__inner { grid-template-columns: minmax(170px, 1fr) auto; }
  .newfly-nav { display: none; }
  .newfly-menu-toggle { display: inline-grid; }
  .newfly-mobile-nav { position: absolute; top: 100%; right: 0; left: 0; display: grid; padding: 18px 4vw 26px; color: var(--nf-white); background: #0d100e; border-top: 1px solid var(--nf-dark-line); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: transform var(--nf-motion), opacity var(--nf-motion), visibility var(--nf-motion); }
  .newfly-mobile-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .newfly-mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--nf-dark-line); font-family: var(--nf-display); font-size: 24px; font-weight: 700; text-transform: uppercase; }
  .newfly-site ul.products.newfly-product-grid, .newfly-site .site-main ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.woocommerce.archive .newfly-site .site-main > ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .newfly-product-grid li:nth-child(n+4) { display: none !important; }
  .newfly-feature__grid { grid-template-columns: 1fr 1fr; }
  .newfly-feature__visual { min-height: 500px; }
  .newfly-footer__grid { grid-template-columns: 1.3fr repeat(3, .8fr); gap: 32px; }
}

@media (max-width: 767px) {
  :root { --nf-shell: min(100% - 32px, 680px); }
  .admin-bar .newfly-header.is-scrolled { top: 0; }
  .newfly-promo { min-height: 31px; font-size: 10px; }
  .newfly-header__inner { min-height: 66px; grid-template-columns: 1fr auto; gap: 12px; }
  .newfly-wordmark { width: 150px; }
  .newfly-header__tools { gap: 0; }
  .newfly-language-switcher--desktop { display: none; }
  .newfly-language-switcher--mobile { width: 100%; display: block; margin: 18px 0 0; }
  .newfly-language-switcher--mobile .newfly-language-menu__options { position: static; width: 100%; margin-top: 8px; box-shadow: none; }
  .newfly-header__tools > .newfly-icon-link:nth-child(2) { display: none; }
  .newfly-icon-link, .newfly-menu-toggle { width: 38px; height: 38px; }
  .newfly-search-panel form { width: var(--nf-shell); min-height: 72px; grid-template-columns: 24px 1fr; }
  .newfly-search-panel button { display: none; }
  .newfly-hero { min-height: 640px; align-items: end; }
  .newfly-hero__slide--image .newfly-hero__asset { object-position: 66% center; }
  .newfly-hero__slide--studio .newfly-hero__asset { width: 100%; margin-left: 0; object-position: 60% center; filter: saturate(.68) contrast(1.16) brightness(.46); }
  .newfly-hero__slide--studio::after { background: linear-gradient(90deg, rgba(5,7,6,.92) 0%, rgba(5,7,6,.68) 52%, rgba(5,7,6,.3) 100%); }
  .newfly-hero__inner { grid-template-columns: 1fr; padding-block: 105px 30px; }
  .newfly-hero__copy { align-self: end; padding-bottom: 54px; }
  .newfly-hero h1, .newfly-hero__heading { font-size: clamp(57px, 18vw, 78px); }
  .newfly-hero__copy > p:not(.newfly-eyebrow) { max-width: 95%; margin-top: 22px; font-size: 16px; }
  .newfly-hero__actions { display: grid; grid-template-columns: 1fr; max-width: 280px; margin-top: 26px; }
  .newfly-button { justify-content: space-between; }
  .newfly-hero__controls { justify-self: start; max-width: 100%; }
  .newfly-hero__index { min-width: 0; flex: 1 1 auto; justify-self: start; }
  .newfly-hero__index i { width: 48px; }
  .newfly-hero__control { width: 40px; height: 40px; }
  .newfly-performance-strip__grid { grid-template-columns: 1fr; }
  .newfly-performance-strip article { min-height: 108px; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--nf-dark-line); }
  .newfly-performance-strip article:last-child { border-bottom: 0; }
  .newfly-performance-strip strong { font-size: 22px; }
  .newfly-section { padding-block: 64px; }
  .newfly-section + .newfly-section { padding-top: 0; }
  .newfly-section-head { display: grid; gap: 22px; margin-bottom: 26px; }
  .newfly-section-head h2, .newfly-section-heading { font-size: 42px; }
  .newfly-section-head .newfly-text-link { justify-self: start; }
  .newfly-category-grid { display: flex; gap: 12px; overflow-x: auto; margin-right: -16px; padding-right: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .newfly-category-grid::-webkit-scrollbar { display: none; }
  .newfly-category-card { min-width: min(82vw, 340px); scroll-snap-align: start; }
  .newfly-category-card__image { aspect-ratio: 1; }
  .newfly-site ul.products.newfly-product-grid, .newfly-site .site-main ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .newfly-product-grid li:nth-child(n+5) { display: none !important; }
  .newfly-site ul.products li.product .woocommerce-loop-product__title { min-height: 58px; padding: 13px 12px 4px; font-size: 18px; }
  .newfly-site ul.products li.product .price { padding: 5px 12px 12px; font-size: 16px; }
  .newfly-site ul.products li.product .button { width: calc(100% - 16px); min-height: 42px; margin: 0 8px 8px; font-size: 11px; }
  .newfly-feature { padding-block: 64px; }
  .newfly-feature__grid { grid-template-columns: 1fr; }
  .newfly-feature__visual { min-height: 390px; }
  .newfly-feature__copy { padding: 38px 24px 44px; }
  .newfly-feature__copy h2, .newfly-feature-heading { font-size: 44px; }
  .newfly-feature__copy > p:not(.newfly-eyebrow) { font-size: 16px; }
  .newfly-method__grid { grid-template-columns: 1fr; }
  .newfly-method article, .newfly-method article:first-child, .newfly-method article:last-child { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--nf-line); }
  .newfly-method article:last-child { border-bottom: 0; }
  .newfly-method h3 { margin-top: 20px; }
  .newfly-cta__inner { display: grid; gap: 28px; }
  .newfly-cta h2, .newfly-cta-heading { font-size: 44px; }
  .newfly-cta .newfly-button { justify-self: start; }
  .newfly-newsletter__inner { grid-template-columns: 1fr; gap: 30px; }
  .newfly-newsletter h2 { font-size: 30px; }
  .newfly-footer__grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .newfly-footer__brand { grid-column: 1 / -1; }
  .newfly-footer__bottom { display: grid; gap: 8px; }
  body:not(.home) .newfly-site .site-content { padding-block: 36px 68px; }
  body.woocommerce.archive .newfly-site .site-content { padding-block: 28px 58px; }
  body.woocommerce.archive .newfly-site .woocommerce-products-header { padding: 8px 0 24px; }
  body.woocommerce.archive .newfly-site .woocommerce-products-header .page-title { font-size: 44px; }
  body.woocommerce.archive .newfly-site .storefront-sorting {
    min-height: 0;
    display: grid;
    gap: 12px;
    padding: 16px 0 20px;
  }
  body.woocommerce.archive .newfly-site .storefront-sorting .woocommerce-result-count,
  body.woocommerce.archive .newfly-site .storefront-sorting .woocommerce-ordering { width: 100%; }
  body.woocommerce.archive .newfly-site .storefront-sorting .woocommerce-ordering select { width: 100%; min-width: 0; }
  body.woocommerce.archive .newfly-site .site-main > ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  body.woocommerce.archive .newfly-site .site-main > ul.products li.product .woocommerce-loop-product__title { min-height: 62px; padding: 14px 12px 6px; font-size: 18px; }
  body.woocommerce.archive .newfly-site .site-main > ul.products li.product .price { padding: 6px 12px 12px; font-size: 16px; }
  .newfly-site .page-title, .newfly-site .entry-title { font-size: 46px; }
  body.single-product .newfly-site div.product {
    grid-template-columns: 1fr;
    grid-template-areas: "gallery" "summary" "tabs" "related";
    row-gap: 44px;
  }
  body.single-product .newfly-site div.product > .summary { padding-top: 0; }
  body.single-product .newfly-site div.product .product_title { font-size: clamp(42px, 14vw, 58px); }
  body.single-product .newfly-site div.product form.cart { grid-template-columns: 82px minmax(0, 1fr); }
  body.single-product .newfly-site .woocommerce-tabs ul.tabs { gap: 22px; overflow-x: auto; }
  body.single-product .newfly-site .woocommerce-tabs ul.tabs li { flex: 0 0 auto; }
  body.single-product .newfly-site .related.products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

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

/* Full Site Editing and WooCommerce block templates */
.wp-site-blocks { padding: 0; }
.wp-site-blocks > *,
.newfly-site > *,
.newfly-home-content > *,
.newfly-home-content .wp-block-post-content > * { margin-block-start: 0; }
.newfly-site .wp-block-template-part { margin: 0; }
.newfly-home-content,
.newfly-home-content > .wp-block-post-content { width: 100%; max-width: none; margin: 0; padding: 0; }
.newfly-block-main,
.newfly-commerce-main {
  width: 100%;
  min-height: 58vh;
  padding-block: clamp(46px, 5vw, 78px) clamp(72px, 8vw, 118px);
  background: var(--nf-white);
}
.newfly-block-main > *,
.newfly-commerce-main > * { width: var(--nf-shell); max-width: none; margin-inline: auto; }
.newfly-block-main > .alignwide,
.newfly-commerce-main > .alignwide { width: var(--nf-shell); max-width: none; }
.newfly-block-main > .alignfull,
.newfly-commerce-main > .alignfull { width: 100%; max-width: none; }
.newfly-block-main > .wp-block-post-title,
.newfly-commerce-main > .wp-block-query-title,
.newfly-cart-main > .wp-block-post-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: var(--nf-display);
  font-size: clamp(40px, 4vw, 60px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
}
.newfly-newsletter-heading {
  max-width: 620px;
  margin: 0;
  font-family: var(--nf-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.newfly-catalog-main > .wp-block-query-title {
  margin-bottom: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--nf-line);
}
.newfly-catalog-main > .wp-block-term-description {
  max-width: min(760px, var(--nf-shell));
  margin: -12px auto 30px;
  color: var(--nf-muted);
  font-size: 17px;
  line-height: 1.7;
}
.newfly-catalog-toolbar {
  min-height: 74px;
  margin-bottom: 30px;
  padding-block: 12px;
  border-bottom: 1px solid var(--nf-line);
}
.newfly-catalog-toolbar .wc-block-components-product-results-count { margin: 0; color: var(--nf-muted); font-size: 14px; }
.newfly-catalog-toolbar select {
  min-width: 230px;
  min-height: 48px;
  padding-inline: 15px 42px;
  color: var(--nf-ink);
  background-color: var(--nf-white);
  border: 1px solid var(--nf-line);
  box-shadow: none;
  font-size: 14px;
}
.newfly-block-product-grid .wc-block-product {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 0 12px;
  text-align: left;
  background: var(--nf-white);
  border: 1px solid var(--nf-line);
  transition: transform var(--nf-motion), border-color var(--nf-motion), box-shadow var(--nf-motion);
}
.newfly-block-product-grid .wc-block-product:hover {
  transform: translateY(-5px);
  border-color: rgba(11,13,12,.38);
  box-shadow: 0 16px 38px rgba(16,20,17,.08);
}
.newfly-block-product-grid .wc-block-components-product-image {
  margin: 0 0 16px;
  overflow: hidden;
  background: var(--nf-paper);
}
.newfly-block-product-grid .wc-block-components-product-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  transition: transform 650ms cubic-bezier(.22,1,.36,1);
}
.newfly-block-product-grid .wc-block-product:hover .wc-block-components-product-image img { transform: scale(1.025); }
.newfly-block-product-grid .wp-block-post-title {
  min-height: 55px;
  margin: 0;
  padding: 0 16px 6px;
  font-family: var(--nf-display);
  font-size: clamp(19px, 1.4vw, 23px) !important;
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
}
.newfly-block-product-grid .wp-block-post-title a { color: var(--nf-ink); }
.newfly-block-product-grid .wp-block-woocommerce-product-price {
  margin: auto 0 14px;
  padding-inline: 16px;
  color: var(--nf-ink);
  font-size: 18px !important;
  font-weight: 700;
}
.newfly-block-product-grid .wp-block-woocommerce-product-button { margin: 0 12px; }
.newfly-block-product-grid .wp-block-button__link,
.newfly-block-product-grid .wc-block-components-product-button__button {
  width: 100%;
  max-width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  color: var(--nf-white);
  background: var(--nf-ink);
  border: 1px solid var(--nf-ink);
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: color var(--nf-motion), background var(--nf-motion), border-color var(--nf-motion), transform var(--nf-motion);
}
.newfly-block-product-grid .wp-block-button__link:hover,
.newfly-block-product-grid .wc-block-components-product-button__button:hover { color: var(--nf-accent-ink); background: var(--nf-accent); border-color: var(--nf-accent); }
.newfly-block-product-grid .wp-block-query-pagination { margin-top: 42px; }

/* Keep catalog and related Product Collection cards aligned with homepage cards. */
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wc-block-product {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  background: var(--nf-white);
  border: 1px solid var(--nf-line);
  overflow: hidden;
  transition: transform var(--nf-motion), border-color var(--nf-motion), box-shadow var(--nf-motion);
}
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wc-block-product:hover { transform: translateY(-5px); border-color: rgba(11,13,12,.38); box-shadow: 0 16px 38px rgba(16,20,17,.08); }
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wc-block-components-product-image { margin: 0; overflow: hidden; background: var(--nf-paper); }
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wc-block-components-product-image img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center; transition: transform 650ms cubic-bezier(.22,1,.36,1); }
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wc-block-product:hover .wc-block-components-product-image img { transform: scale(1.025); }
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wp-block-post-title {
  min-height: 66px;
  margin: 0 !important;
  padding: 17px 16px 7px;
  color: var(--nf-ink);
  font-family: var(--nf-display);
  font-size: 21px !important;
  font-weight: 700;
  line-height: 1.16;
  text-align: left !important;
  text-transform: uppercase;
}
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wp-block-woocommerce-product-price {
  margin: auto 0 0 !important;
  padding: 5px 16px 14px;
  color: var(--nf-ink);
  font-size: 18px !important;
  font-weight: 700;
  text-align: left !important;
}
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wp-block-woocommerce-product-button {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: 48px;
  align-items: stretch !important;
  align-content: stretch !important;
  gap: 0 !important;
  margin: 0 12px 12px;
  padding: 0 !important;
}
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wp-block-woocommerce-product-button:has(> span:not([hidden])) { grid-template-columns: minmax(0, 1fr) auto; gap: 12px !important; }
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wp-block-woocommerce-product-button > span { display: contents; margin: 0 !important; padding: 0 !important; }
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wp-block-woocommerce-product-button > span[hidden] { display: none !important; }
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wc-block-components-product-button__button {
  width: 100%;
  min-width: 0;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  align-self: stretch !important;
  margin: 0 !important;
  padding: 10px 15px;
  color: var(--nf-white);
  background: var(--nf-ink);
  border: 1px solid var(--nf-ink);
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: color var(--nf-motion), background var(--nf-motion), border-color var(--nf-motion);
}
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wc-block-components-product-button__button:hover {
  color: var(--nf-accent-ink);
  background: var(--nf-accent);
  border-color: var(--nf-accent);
}
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wc-block-components-product-button__button:active { transform: none; }
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .added_to_cart {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch !important;
  margin: 0 !important;
  position: relative;
  top: -2px;
  padding: 10px 14px;
  color: var(--nf-accent-ink);
  background: var(--nf-accent);
  border: 1px solid var(--nf-accent);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--nf-motion), background var(--nf-motion), border-color var(--nf-motion);
}
.newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .added_to_cart:hover { color: var(--nf-white); background: var(--nf-ink); border-color: var(--nf-ink); }
.newfly-single-product-main [data-collection="woocommerce/product-collection/related"] > .wp-block-heading { margin: 0 0 28px !important; font-family: var(--nf-display); font-size: clamp(30px, 3vw, 42px) !important; font-weight: 700; line-height: 1.04; letter-spacing: 0; text-transform: uppercase; }

.newfly-single-product-main > .wp-block-woocommerce-breadcrumbs { margin-bottom: 26px; }
.newfly-product-hero {
  align-items: start !important;
  gap: clamp(34px, 5vw, 82px);
  margin-bottom: clamp(64px, 7vw, 96px);
}
.newfly-product-gallery-column {
  min-width: 0;
  padding: clamp(14px, 1.6vw, 24px);
  background: #f1f2ef;
  border: 1px solid var(--nf-line);
}
.newfly-product-gallery-column .wc-block-product-gallery,
.newfly-product-gallery-column .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.newfly-product-gallery-column .woocommerce-product-gallery__wrapper,
.newfly-product-gallery-column .woocommerce-product-gallery__image {
  width: 100% !important;
  aspect-ratio: 1;
  margin: 0 !important;
  background: #f1f2ef;
  overflow: hidden;
}
.newfly-product-gallery-column .woocommerce-product-gallery__image { display: grid !important; place-items: center; }
.newfly-product-gallery-column .woocommerce-product-gallery__image > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0;
}
.newfly-product-gallery-column .woocommerce-product-gallery__image img:not(.zoomImg) {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center !important;
}
.newfly-product-gallery-column .woocommerce-product-gallery__image img.zoomImg { object-fit: cover !important; object-position: center !important; }
.newfly-product-summary-column { min-width: 0; padding-top: clamp(6px, 1vw, 16px); }
.newfly-product-summary-column > .wp-block-post-title {
  max-width: 720px;
  margin: 0 0 4px;
  font-family: var(--nf-display);
  font-size: clamp(40px, 3.8vw, 58px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-transform: uppercase;
}
.newfly-product-summary-column .wc-block-components-product-rating { margin-top: 20px; }
.newfly-product-summary-column > .wp-block-woocommerce-product-price {
  margin: 24px 0 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--nf-line);
  color: var(--nf-ink);
  font-family: var(--nf-display);
  font-size: 32px !important;
  font-weight: 700;
}
.newfly-product-summary-column > .wp-block-post-excerpt { margin: 26px 0; color: var(--nf-muted); font-size: 17px; line-height: 1.7; }
.newfly-product-summary-column .wp-block-add-to-cart-form { margin: 0; padding-block: 22px; border-top: 1px solid var(--nf-line); border-bottom: 1px solid var(--nf-line); }
.newfly-product-summary-column form.cart {
  display: grid !important;
  grid-template-columns: minmax(132px, 152px) minmax(180px, 1fr);
  align-items: stretch;
  gap: 12px;
  margin: 0 !important;
}
.newfly-product-summary-column form.cart::before,
.newfly-product-summary-column form.cart::after { display: none !important; content: none !important; }
.newfly-product-summary-column form.cart .quantity { float: none !important; width: auto; margin: 0 !important; }
.newfly-product-summary-column form.cart .quantity.newfly-quantity-control {
  display: grid !important;
  grid-template-columns: 44px minmax(44px, 1fr) 44px;
  align-items: stretch;
  border: 1px solid var(--nf-line);
  background: var(--nf-paper);
  overflow: hidden;
}
.newfly-quantity-button { min-width: 44px; height: 56px; display: grid; place-items: center; padding: 0; color: var(--nf-ink); background: transparent; border: 0; font-size: 24px; font-weight: 500; line-height: 1; cursor: pointer; transition: color var(--nf-motion), background var(--nf-motion); }
.newfly-quantity-button:hover { color: var(--nf-accent-ink); background: var(--nf-accent); }
.newfly-quantity-button:disabled { color: #a5aaa4; background: transparent; cursor: not-allowed; }
.newfly-product-summary-column form.cart .qty {
  width: 100%;
  height: 56px;
  margin: 0;
  padding: 0 10px;
  color: var(--nf-ink);
  background: var(--nf-paper);
  border: 0;
  border-right: 1px solid var(--nf-line);
  border-left: 1px solid var(--nf-line);
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.newfly-product-summary-column form.cart .qty::-webkit-outer-spin-button,
.newfly-product-summary-column form.cart .qty::-webkit-inner-spin-button { margin: 0; appearance: none; }
.newfly-product-summary-column form.cart .qty[type="number"] { appearance: textfield; }
.newfly-product-summary-column form.cart .single_add_to_cart_button {
  float: none !important;
  width: 100%;
  min-height: 56px;
  margin: 0 !important;
  padding: 0 22px;
  color: var(--nf-accent-ink);
  background: var(--nf-accent);
  border: 1px solid var(--nf-accent);
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
  transition: color var(--nf-motion), background var(--nf-motion), border-color var(--nf-motion), transform var(--nf-motion);
}
.newfly-product-summary-column form.cart .single_add_to_cart_button:hover { color: var(--nf-white); background: var(--nf-ink); border-color: var(--nf-ink); transform: translateY(-2px); }
.newfly-product-summary-column .wp-block-woocommerce-product-meta { margin-top: 20px; color: var(--nf-muted); font-size: 13px; }
.newfly-product-summary-column .wp-block-woocommerce-product-meta .wp-block-group { gap: 8px 20px; }
.newfly-single-product-main > .wp-block-woocommerce-product-details,
.newfly-single-product-main > .wp-block-woocommerce-related-products { padding-top: 34px; border-top: 1px solid var(--nf-line); }
.newfly-single-product-main .wp-block-woocommerce-product-details p { max-width: 980px; color: #505650; font-size: 17px; line-height: 1.76; }
.newfly-single-product-main .wp-block-woocommerce-related-products > h2,
.newfly-single-product-main .wp-block-woocommerce-related-products .wp-block-heading {
  font-family: var(--nf-display);
  font-size: clamp(32px, 3.4vw, 48px);
  font-style: normal;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* Keep the storefront heading voice consistent across page types. */
.newfly-hero h1,
.newfly-hero__heading,
.newfly-section-head h2,
.newfly-section-heading,
.newfly-feature__copy h2,
.newfly-feature-heading,
.newfly-cta h2,
.newfly-cta-heading,
.newfly-category-card__meta strong,
.newfly-performance-strip strong {
  font-style: normal;
  letter-spacing: 0;
}
html[lang^="zh"] .newfly-site .page-title,
html[lang^="zh"] .newfly-site .entry-title,
html[lang^="zh"] .newfly-block-main > .wp-block-post-title,
html[lang^="zh"] .newfly-commerce-main > .wp-block-query-title,
html[lang^="zh"] .newfly-product-summary-column > .wp-block-post-title,
html[lang^="zh"] body.single-product .newfly-site div.product .product_title {
  font-family: var(--nf-font);
  text-transform: none;
}
html[lang^="zh"] .newfly-feature__copy h2,
html[lang^="zh"] .newfly-feature-heading {
  max-width: 700px;
  font-family: var(--nf-font);
  font-size: clamp(40px, 3.2vw, 54px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: none;
}

.newfly-cart-main .wc-block-cart,
.newfly-checkout-main .wc-block-checkout { margin-top: 22px; }
.newfly-cart-main .wc-block-components-button,
.newfly-checkout-main .wc-block-components-button {
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
}

/* Empty-cart recommendations use WooCommerce's legacy product grid. */
.newfly-cart-main .wc-block-grid__products {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  margin: 0 !important;
}
.newfly-cart-main .wc-block-grid__product {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
  min-height: 100%;
  display: flex !important;
  flex: none !important;
  flex-direction: column;
  padding: 0 0 12px !important;
  margin: 0 !important;
  overflow: hidden;
  text-align: left;
  background: var(--nf-white);
  border: 1px solid var(--nf-line);
  box-sizing: border-box;
  transition: border-color var(--nf-motion), box-shadow var(--nf-motion);
}
.newfly-cart-main .wc-block-grid__product:hover {
  border-color: rgba(11, 13, 12, .38);
  box-shadow: 0 16px 38px rgba(16, 20, 17, .08);
}
.newfly-cart-main .wc-block-grid__product-link {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  color: var(--nf-ink);
  text-decoration: none;
}
.newfly-cart-main .wc-block-grid__product-image {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 !important;
  overflow: hidden;
  background: var(--nf-paper);
}
.newfly-cart-main .wc-block-grid__product-image img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  display: block;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
  transition: transform 650ms cubic-bezier(.22, 1, .36, 1);
}
.newfly-cart-main .wc-block-grid__product:hover .wc-block-grid__product-image img { transform: scale(1.025); }
.newfly-cart-main .wc-block-grid__product-title {
  min-height: 66px;
  margin: 0 !important;
  padding: 17px 16px 7px;
  color: var(--nf-ink);
  font-family: var(--nf-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.16;
  text-align: left;
  text-transform: uppercase;
  box-sizing: border-box;
}
.newfly-cart-main .wc-block-grid__product-price {
  width: 100%;
  margin: auto 0 0 !important;
  padding: 5px 16px 14px;
  color: var(--nf-ink);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  box-sizing: border-box;
}
.newfly-cart-main .wc-block-grid__product-add-to-cart {
  width: auto;
  min-height: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  margin: 0 12px !important;
}
.newfly-cart-main .wc-block-grid__product-add-to-cart:has(.added_to_cart) {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}
.newfly-cart-main .wc-block-grid__product-add-to-cart :is(.wp-block-button__link, .added_to_cart) {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 10px 15px;
  color: var(--nf-white);
  background: var(--nf-ink);
  border: 1px solid var(--nf-ink);
  border-radius: 0;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .035em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color var(--nf-motion), background var(--nf-motion), border-color var(--nf-motion);
}
.newfly-cart-main .wc-block-grid__product-add-to-cart :is(.wp-block-button__link, .added_to_cart):hover {
  color: var(--nf-accent-ink);
  background: var(--nf-accent);
  border-color: var(--nf-accent);
  transform: none;
}
html[lang^="zh"] .newfly-cart-main .wc-block-grid__product-title {
  font-family: var(--nf-font);
  text-transform: none;
}

/* Customer account and order tracking */
.newfly-account-main,
.newfly-order-tracking-main { min-height: 0; padding-block: clamp(52px, 6vw, 88px) clamp(68px, 7vw, 96px); }
.newfly-account-main > .wp-block-post-content,
.newfly-order-tracking-main > .wp-block-post-content { width: var(--nf-shell); max-width: none; margin-inline: auto; }
.newfly-account-main .woocommerce-notices-wrapper:empty { display: none; }
.newfly-account-main .woocommerce-error,
.newfly-account-main .woocommerce-info,
.newfly-account-main .woocommerce-message,
.newfly-order-tracking-main .woocommerce-error,
.newfly-order-tracking-main .woocommerce-info,
.newfly-order-tracking-main .woocommerce-message {
  margin: 0 0 24px;
  padding: 17px 18px 17px 50px;
  color: var(--nf-ink);
  background: var(--nf-paper);
  border: 1px solid var(--nf-line);
  border-top: 3px solid var(--nf-accent);
  line-height: 1.5;
}
.newfly-account-main .required,
.newfly-order-tracking-main .required { color: #c32b25; }
.newfly-account-main :is(input.input-text, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea),
.newfly-order-tracking-main :is(input.input-text, input[type="text"], input[type="email"], select, textarea) {
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 12px 14px;
  color: var(--nf-ink);
  background: var(--nf-white);
  border: 1px solid rgba(11, 13, 12, .24);
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.35;
  transition: border-color var(--nf-motion), box-shadow var(--nf-motion), background var(--nf-motion);
}
.newfly-account-main :is(input.input-text, input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select, textarea):focus,
.newfly-order-tracking-main :is(input.input-text, input[type="text"], input[type="email"], select, textarea):focus {
  background: var(--nf-white);
  border-color: var(--nf-ink);
  outline: 2px solid var(--nf-accent);
  outline-offset: 1px;
  box-shadow: none;
}
.newfly-account-main label,
.newfly-order-tracking-main label { display: block; margin: 0 0 8px; color: #383d38; font-size: 14px; font-weight: 600; }
.newfly-account-main .form-row,
.newfly-order-tracking-main .form-row { float: none; width: 100%; margin: 0 0 20px; padding: 0; }
.newfly-account-main .password-input { display: block; width: 100%; }
.newfly-account-main .show-password-input { top: 50%; right: 14px; transform: translateY(-50%); }
.newfly-account-main :is(.button, button.button),
.newfly-order-tracking-main :is(.button, button.button) {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: var(--nf-white);
  background: var(--nf-ink);
  border: 1px solid var(--nf-ink);
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: color var(--nf-motion), background var(--nf-motion), border-color var(--nf-motion);
}
.newfly-account-main :is(.button, button.button):hover,
.newfly-order-tracking-main :is(.button, button.button):hover { color: var(--nf-accent-ink); background: var(--nf-accent); border-color: var(--nf-accent); }

.newfly-account-auth { width: min(100%, 820px); margin: 0 auto; border: 1px solid var(--nf-line); background: var(--nf-white); }
.newfly-account-auth__header { padding: clamp(34px, 5vw, 58px); color: var(--nf-white); background: var(--nf-ink); border-bottom: 4px solid var(--nf-accent); }
.newfly-account-auth__header .newfly-eyebrow { margin-bottom: 18px; }
.newfly-account-auth__header h1 { max-width: 650px; margin: 0; color: var(--nf-white); font-family: var(--nf-display); font-size: clamp(46px, 6vw, 72px); font-style: normal; font-weight: 700; line-height: .96; letter-spacing: 0; text-transform: uppercase; }
.newfly-account-auth__tabs { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--nf-line); }
.newfly-account-auth__tabs a { position: relative; min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 12px 20px; color: #545a54; background: var(--nf-paper); font-size: 14px; font-weight: 700; text-align: center; text-transform: uppercase; transition: color var(--nf-motion), background var(--nf-motion); }
.newfly-account-auth__tabs a + a { border-left: 1px solid var(--nf-line); }
.newfly-account-auth__tabs a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--nf-accent); transform: scaleX(0); transform-origin: left; transition: transform var(--nf-motion); }
.newfly-account-auth__tabs a[aria-selected="true"] { color: var(--nf-ink); background: var(--nf-white); }
.newfly-account-auth__tabs a[aria-selected="true"]::after { transform: scaleX(1); }
.newfly-account-auth__tabs a:focus-visible { outline: 2px solid var(--nf-accent); outline-offset: -4px; }
.newfly-account-auth #customer_login { width: 100%; margin: 0; padding: clamp(28px, 4vw, 46px); }
.newfly-account-auth #customer_login::before,
.newfly-account-auth #customer_login::after { display: none; content: none; }
.newfly-account-auth #customer_login > :is(.u-column1, .u-column2) { float: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }
.newfly-account-auth #customer_login > :is(.u-column1, .u-column2)[hidden] { display: none !important; }
body.newfly-account-auth-login .newfly-account-auth #customer_login > .u-column2,
body.newfly-account-auth-register .newfly-account-auth #customer_login > .u-column1 { display: none !important; }
body.newfly-account-auth-register .newfly-account-auth #customer_login > .u-column2 { display: block !important; }
.newfly-account-auth #customer_login > :is(.u-column1, .u-column2) > h2 { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.newfly-account-auth .woocommerce-form { margin: 0 !important; padding: 0 !important; background: transparent !important; border: 0 !important; box-shadow: none !important; }
.newfly-account-auth .woocommerce-form-login .form-row:has(.woocommerce-form-login__rememberme) { display: grid; grid-template-columns: 1fr; align-items: stretch; gap: 16px; }
.newfly-account-auth .woocommerce-form-login__rememberme { display: inline-flex; align-items: center; gap: 9px; margin: 0; }
.newfly-account-auth .woocommerce-form-login__rememberme input { width: 18px; height: 18px; margin: 0; accent-color: var(--nf-accent); }
.newfly-account-auth .woocommerce-form-login__submit,
.newfly-account-auth .woocommerce-form-register__submit { width: 100%; min-width: 180px; }
.newfly-account-auth .lost_password { margin: 4px 0 0; }
.newfly-account-auth .lost_password a,
.newfly-account-auth .woocommerce-privacy-policy-link { border-bottom: 1px solid currentColor; }
.newfly-account-auth .woocommerce-privacy-policy-text { margin: 4px 0 22px; color: var(--nf-muted); font-size: 13px; line-height: 1.65; }
.newfly-account-auth__tracking { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px clamp(28px, 4vw, 46px); color: var(--nf-ink); background: var(--nf-paper); border-top: 1px solid var(--nf-line); font-size: 14px; font-weight: 700; }
.newfly-account-auth__tracking svg { flex: 0 0 auto; width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform var(--nf-motion); }
.newfly-account-auth__tracking:hover svg { transform: translateX(5px); }

.newfly-account-main .woocommerce:has(.woocommerce-MyAccount-navigation) { display: grid; grid-template-columns: 260px minmax(0, 1fr); align-items: start; gap: 0 clamp(34px, 5vw, 76px); }
.newfly-account-main .woocommerce:has(.woocommerce-MyAccount-navigation) > .woocommerce-notices-wrapper,
.newfly-account-heading { grid-column: 1 / -1; }
.newfly-account-heading { margin-bottom: 34px; padding-bottom: 28px; border-bottom: 1px solid var(--nf-line); }
.newfly-account-heading h1 { max-width: 900px; margin: 0; font-family: var(--nf-display); font-size: clamp(44px, 5vw, 68px); font-style: normal; font-weight: 700; line-height: .98; letter-spacing: 0; text-transform: uppercase; }
.newfly-account-main .woocommerce-MyAccount-navigation { width: 100%; padding: 10px; background: var(--nf-ink); }
.newfly-account-main .woocommerce-MyAccount-navigation ul { display: flex; flex-direction: column; gap: 2px; margin: 0; padding: 0; list-style: none; }
.newfly-account-main .woocommerce-MyAccount-navigation li { margin: 0; padding: 0; }
.newfly-account-main .woocommerce-MyAccount-navigation a { min-height: 48px; display: flex; align-items: center; padding: 11px 14px; color: #c8cdc7; border-left: 3px solid transparent; font-size: 14px; font-weight: 600; transition: color var(--nf-motion), background var(--nf-motion), border-color var(--nf-motion); }
.newfly-account-main .woocommerce-MyAccount-navigation a:hover,
.newfly-account-main .woocommerce-MyAccount-navigation a:focus-visible { color: var(--nf-white); background: #181c19; border-color: rgba(200, 245, 0, .5); outline: 0; }
.newfly-account-main .woocommerce-MyAccount-navigation .is-active a { color: var(--nf-accent-ink); background: var(--nf-accent); border-color: var(--nf-accent); }
.newfly-account-main .woocommerce-MyAccount-navigation-link--customer-logout { margin-top: 8px; padding-top: 8px !important; border-top: 1px solid var(--nf-dark-line); }
.newfly-account-main .woocommerce-MyAccount-content { float: none; width: 100%; min-width: 0; min-height: 360px; }
.newfly-account-main .woocommerce-MyAccount-content > :first-child { margin-top: 0; }
.newfly-account-main .woocommerce-MyAccount-content > p { max-width: 920px; color: #505650; font-size: 16px; line-height: 1.75; }
.newfly-account-main .woocommerce-MyAccount-content h2,
.newfly-account-main .woocommerce-MyAccount-content h3 { margin: 0 0 22px; color: var(--nf-ink); font-family: var(--nf-display); font-style: normal; font-weight: 700; line-height: 1; letter-spacing: 0; text-transform: uppercase; }
.newfly-account-main .woocommerce-MyAccount-content h2 { font-size: clamp(32px, 3vw, 44px); }
.newfly-account-main .woocommerce-MyAccount-content h3 { font-size: 26px; }
.newfly-account-main .woocommerce-MyAccount-content a:not(.button) { font-weight: 600; text-decoration: underline; text-decoration-color: rgba(11, 13, 12, .32); text-underline-offset: 3px; }
.newfly-account-main .woocommerce-MyAccount-content a:not(.button):hover { text-decoration-color: var(--nf-accent); text-decoration-thickness: 2px; }
.newfly-account-main .woocommerce-MyAccount-content table { width: 100%; margin: 0; border: 1px solid var(--nf-line); border-collapse: collapse; background: var(--nf-white); }
.newfly-account-main .woocommerce-MyAccount-content table th,
.newfly-account-main .woocommerce-MyAccount-content table td { padding: 15px 16px; border: 0; border-bottom: 1px solid var(--nf-line); text-align: left; vertical-align: middle; }
.newfly-account-main .woocommerce-MyAccount-content table th { color: #555b55; background: var(--nf-paper); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.newfly-account-main .woocommerce-MyAccount-content table tr:last-child td { border-bottom: 0; }
.newfly-account-main .woocommerce-MyAccount-content table .button { min-height: 38px; padding-inline: 14px; font-size: 12px; }
.newfly-account-main .woocommerce-Addresses { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.newfly-account-main .woocommerce-Addresses::before,
.newfly-account-main .woocommerce-Addresses::after { display: none; content: none; }
.newfly-account-main .woocommerce-Address { float: none !important; width: 100% !important; margin: 0; padding: 24px; background: var(--nf-paper); border: 1px solid var(--nf-line); }
.newfly-account-main .woocommerce-Address-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; padding-bottom: 15px; border-bottom: 1px solid var(--nf-line); }
.newfly-account-main .woocommerce-Address-title h2 { flex: 1 1 auto; min-width: 0; margin: 0; font-size: 26px; white-space: nowrap; }
.newfly-account-main .woocommerce .woocommerce-Address-title .edit { flex: 0 0 128px; width: 128px; min-width: 128px; height: 44px; display: inline-flex !important; align-items: center; justify-content: center; padding: 0 14px; color: var(--nf-white); background: var(--nf-ink); font-size: 12px; line-height: 1; text-align: center; text-decoration: none !important; text-transform: uppercase; white-space: nowrap; }
.newfly-account-main .woocommerce-Address address { margin: 0; color: #545a54; font-style: normal; line-height: 1.75; }
.newfly-account-main :is(.woocommerce-address-fields__field-wrapper, .woocommerce-EditAccountForm) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.newfly-account-main :is(.woocommerce-address-fields__field-wrapper, .woocommerce-EditAccountForm) > .form-row { float: none !important; width: 100% !important; }
.newfly-account-main :is(.woocommerce-address-fields__field-wrapper, .woocommerce-EditAccountForm) > .form-row-wide,
.newfly-account-main .woocommerce-EditAccountForm > :is(fieldset, p:last-child) { grid-column: 1 / -1; }
.newfly-account-main .woocommerce-EditAccountForm fieldset { margin: 14px 0 24px; padding: 24px; border: 1px solid var(--nf-line); }
.newfly-account-main .woocommerce-EditAccountForm legend { padding: 0 10px; font-family: var(--nf-display); font-size: 22px; font-weight: 700; text-transform: uppercase; }
.newfly-account-main .select2-container { width: 100% !important; }
.newfly-account-main .select2-container .select2-selection--single { height: 52px; border: 1px solid rgba(11, 13, 12, .24); border-radius: 0; }
.newfly-account-main .select2-container .select2-selection--single .select2-selection__rendered { padding: 11px 40px 11px 14px; line-height: 28px; }
.newfly-account-main .select2-container .select2-selection--single .select2-selection__arrow { width: 40px; height: 50px; }

.newfly-order-tracking-main > .newfly-eyebrow { width: var(--nf-shell); max-width: none; margin: 0 auto 16px; }
.newfly-order-tracking-main > .wp-block-post-title { width: var(--nf-shell); max-width: none; margin: 0 auto clamp(32px, 4vw, 50px); font-size: clamp(48px, 6vw, 82px); font-style: normal; line-height: .94; letter-spacing: 0; text-transform: uppercase; }
.newfly-order-tracking-main .track_order { width: min(100%, 900px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; margin: 0; padding: clamp(28px, 4vw, 46px); background: var(--nf-paper); border: 1px solid var(--nf-line); border-top: 4px solid var(--nf-accent); }
.newfly-order-tracking-main .track_order .form-row { float: none !important; width: 100% !important; }
.newfly-order-tracking-main .track_order > p:first-child { grid-column: 1 / -1; max-width: 760px; margin: 0 0 28px; color: #535953; font-size: 16px; line-height: 1.7; }
.newfly-order-tracking-main .track_order .clear { display: none; }
.newfly-order-tracking-main .track_order > .form-row:last-of-type { grid-column: 1 / -1; margin: 4px 0 0; }
.newfly-order-tracking-main .track_order button { min-width: 190px; }
.newfly-order-tracking-main .order-info { margin: 0 0 26px; padding: 17px 20px; background: var(--nf-paper); border-left: 4px solid var(--nf-accent); }
.newfly-order-tracking-main :is(.woocommerce-order-details, .woocommerce-customer-details) { margin-top: 34px; }
.newfly-order-tracking-main :is(.woocommerce-order-details, .woocommerce-customer-details) h2 { margin: 0 0 18px; font-family: var(--nf-display); font-size: 34px; font-style: normal; letter-spacing: 0; text-transform: uppercase; }
.newfly-order-tracking-main table { width: 100%; border: 1px solid var(--nf-line); border-collapse: collapse; }
.newfly-order-tracking-main table :is(th, td) { padding: 14px 16px; border-bottom: 1px solid var(--nf-line); text-align: left; }

.newfly-block-main .wp-block-post-content { font-size: 17px; line-height: 1.75; }
.newfly-block-main .wp-block-post-content > :first-child { margin-top: 0; }
.newfly-block-main .wp-block-post-content img { height: auto; }
.newfly-block-main .wp-block-query .wp-block-post-template { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.newfly-block-main .wp-block-query .wp-block-post { padding: 24px; border: 1px solid var(--nf-line); }
.newfly-block-main .wp-block-query .wp-block-post-title { margin: 0 0 12px; font-family: var(--nf-display); font-size: 28px; line-height: 1.05; text-transform: uppercase; }

.editor-styles-wrapper .newfly-site { overflow: visible; }
.editor-styles-wrapper .newfly-header { position: relative !important; top: auto !important; }
.editor-styles-wrapper .newfly-search-panel,
.editor-styles-wrapper .newfly-mobile-nav { display: none; }
.editor-styles-wrapper .newfly-block-main,
.editor-styles-wrapper .newfly-commerce-main { min-height: 320px; }

@media (max-width: 1100px) {
  .newfly-block-product-grid .wc-block-product { min-width: 0; }
  .newfly-product-hero { gap: 34px; }
  .newfly-product-summary-column > .wp-block-post-title { font-size: clamp(40px, 5.4vw, 54px); }
  .newfly-block-main .wp-block-query .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .newfly-cart-main .wc-block-grid__products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newfly-account-main .woocommerce:has(.woocommerce-MyAccount-navigation) { grid-template-columns: 1fr; gap: 24px; }
  .newfly-account-main .woocommerce-MyAccount-navigation ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px; }
  .newfly-account-main .woocommerce-MyAccount-navigation-link--customer-logout { margin-top: 0; padding-top: 0 !important; border-top: 0; }
  .newfly-account-main .woocommerce-MyAccount-content { min-height: 0; }
}

@media (max-width: 767px) {
  .newfly-block-main,
  .newfly-commerce-main { padding-block: 34px 68px; }
  .newfly-block-main > .wp-block-post-title,
  .newfly-commerce-main > .wp-block-query-title,
  .newfly-cart-main > .wp-block-post-title { font-size: 46px; }
  .newfly-catalog-toolbar { align-items: stretch !important; flex-direction: column; gap: 12px; }
  .newfly-catalog-toolbar select { width: 100%; min-width: 0; }
  .newfly-product-hero { flex-direction: column; gap: 30px; margin-bottom: 58px; }
  .newfly-product-gallery-column,
  .newfly-product-summary-column { flex-basis: 100% !important; width: 100%; }
  .newfly-product-summary-column > .wp-block-post-title { font-size: clamp(36px, 10vw, 48px); }
  .newfly-product-summary-column form.cart { grid-template-columns: 132px minmax(0, 1fr); }
  .newfly-block-main .wp-block-query .wp-block-post-template { grid-template-columns: 1fr; }
  .newfly-newsletter-heading { font-size: 30px; }
  .newfly-account-main,
  .newfly-order-tracking-main { padding-block: 38px 72px; }
  .newfly-account-auth__header { padding: 32px 24px; }
  .newfly-account-auth__header h1 { font-size: clamp(42px, 13vw, 58px); line-height: .98; }
  .newfly-account-auth #customer_login { padding: 28px 22px; }
  .newfly-account-auth__tabs a { min-height: 54px; padding-inline: 12px; font-size: 13px; }
  .newfly-account-auth .woocommerce-form-login .form-row:has(.woocommerce-form-login__rememberme) { align-items: stretch; flex-direction: column; }
  .newfly-account-auth .woocommerce-form-login__submit,
  .newfly-account-auth .woocommerce-form-register__submit { width: 100%; }
  .newfly-account-heading { margin-bottom: 24px; padding-bottom: 22px; }
  .newfly-account-heading h1 { font-size: 46px; }
  .newfly-account-main .woocommerce-MyAccount-navigation { padding: 7px; overflow: hidden; }
  .newfly-account-main .woocommerce-MyAccount-navigation ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .newfly-account-main .woocommerce-MyAccount-navigation a { min-height: 46px; padding: 9px 10px; font-size: 13px; }
  .newfly-account-main .woocommerce-MyAccount-content { overflow-x: auto; }
  .newfly-account-main .woocommerce-Addresses,
  .newfly-account-main :is(.woocommerce-address-fields__field-wrapper, .woocommerce-EditAccountForm),
  .newfly-order-tracking-main .track_order { grid-template-columns: 1fr; }
  .newfly-account-main :is(.woocommerce-address-fields__field-wrapper, .woocommerce-EditAccountForm) > *,
  .newfly-order-tracking-main .track_order > * { grid-column: 1 !important; }
  .newfly-account-main .woocommerce-EditAccountForm fieldset { padding: 20px 16px; }
  .newfly-order-tracking-main > .wp-block-post-title { margin-bottom: 28px; font-size: 52px; }
  .newfly-order-tracking-main .track_order { padding: 26px 20px; }
  .newfly-order-tracking-main .track_order button { width: 100%; }
}

@media (max-width: 620px) {
  .newfly-cart-main .wc-block-grid__products { grid-template-columns: 1fr; }
  .newfly-cart-main .wc-block-grid__product-add-to-cart:has(.added_to_cart) { grid-template-columns: 1fr; gap: 6px; }
  .newfly-site ul.products li.product:has(> .added_to_cart) { grid-template-columns: 1fr; }
  .newfly-site ul.products li.product:has(> .added_to_cart) > .button,
  .newfly-site ul.products li.product > .added_to_cart { grid-column: 1; }
  .newfly-site ul.products li.product:has(> .added_to_cart) > .button { margin-right: 12px; margin-bottom: 6px; }
  .newfly-site ul.products li.product > .added_to_cart { grid-row: 3; margin: 0 12px 12px; }
  .newfly-site :is(.newfly-block-product-grid, [data-collection="woocommerce/product-collection/related"]) .wp-block-woocommerce-product-button:has(> span:not([hidden])) { grid-template-columns: 1fr; gap: 6px !important; }
}

@media (max-width: 767px) {
  html[lang^="zh"] .newfly-hero__inner { grid-template-columns: 1fr; }
  html[lang^="zh"] .newfly-hero__copy { max-width: 100%; }
  html[lang^="zh"] .newfly-hero h1,
  html[lang^="zh"] .newfly-hero__heading { font-size: clamp(46px, 13vw, 60px); line-height: 1.04; }
}
