/* Admin-preview V1 shell. Scope: header, drawer, footer, mobile sticky only. */

body.ncw-v1-shell-active {
  --ncw-v1-green: #062d21;
  --ncw-v1-gold: #c8a86a;
  --ncw-green: #062d21;
  --ncw-green-2: #0e3b2c;
  --ncw-green-3: #0b1d15;
  --ncw-ivory: #f8f4ea;
  --ncw-cream: #eee5d3;
  --ncw-paper: #fffdf7;
  --ncw-gold: #c8a86a;
  --ncw-gold-2: #8a6a32;
  --ncw-ink: #27332c;
  --ncw-muted: #626257;
  --ncw-border: rgba(24, 39, 31, .12);
  --ncw-shadow: 0 24px 60px -38px rgba(6, 45, 33, .6);
  --ncw-serif: "Playfair Display", Georgia, serif;
  --ncw-mono: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --ncw-body: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  margin: 0;
  padding-top: 0;
}

body.ncw-v1-shell-active.drawer-open,
body.ncw-v1-shell-active.chat-choice-open {
  overflow: hidden;
}

body.ncw-v1-shell-active #header.site-header,
body.ncw-v1-shell-active #colophon.site-footer,
body.ncw-v1-shell-active #mobile-menu.side-panel,
body.ncw-v1-shell-active #fullscreen-menu.side-panel {
  display: none;
}

body.ncw-v1-shell-active .ncw-v1-shell {
  box-sizing: border-box;
  margin-top: 0;
  color: var(--ncw-ink);
  font-family: var(--ncw-body);
  line-height: 1.55;
  letter-spacing: 0;
}

body.ncw-v1-shell-active .ncw-v1-shell *,
body.ncw-v1-shell-active .ncw-v1-shell *::before,
body.ncw-v1-shell-active .ncw-v1-shell *::after {
  box-sizing: border-box;
}

body.ncw-v1-shell-active .ncw-v1-shell a {
  color: inherit;
  text-decoration: none;
}

body.ncw-v1-shell-active .ncw-v1-shell button,
body.ncw-v1-shell-active .ncw-v1-shell input {
  font: inherit;
}

body.ncw-v1-shell-active .ncw-homepage-v1 .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: block;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
  background: var(--ncw-paper);
  box-shadow: 0 1px 0 rgba(24, 39, 31, .1);
}

body.admin-bar.ncw-v1-shell-active {
  --ncw-v1-admin-bar-height: 32px;
}

body.admin-bar.ncw-v1-shell-active .ncw-homepage-v1 .site-header {
  top: var(--ncw-v1-admin-bar-height);
}

@media (max-width: 1100px) {
  body.admin-bar.ncw-v1-shell-active .mobile-drawer {
    top: var(--ncw-v1-admin-bar-height);
    height: calc(100dvh - var(--ncw-v1-admin-bar-height));
  }

  body.admin-bar.ncw-v1-shell-active .drawer-scrim {
    top: var(--ncw-v1-admin-bar-height);
  }
}

@media (max-width: 782px) {
  body.admin-bar.ncw-v1-shell-active {
    --ncw-v1-admin-bar-height: 46px;
  }
}

body.ncw-v1-shell-active .ncw-homepage-v1 .utility-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  padding: 0 54px;
  color: var(--ncw-gold);
  background: var(--ncw-green);
  font-family: var(--ncw-mono);
  font-size: 12px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.ncw-v1-shell-active .utility-bar p,
body.ncw-v1-shell-active .utility-bar a {
  margin: 0;
}

body.ncw-v1-shell-active .utility-bar p a {
  color: var(--ncw-gold);
}

body.ncw-v1-shell-active .utility-bar div {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--ncw-cream);
  font-family: Georgia, serif;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

body.ncw-v1-shell-active .ncw-homepage-v1 .nav-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 332px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 84px;
  padding: 0 54px;
}

body.ncw-v1-shell-active .brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

body.ncw-v1-shell-active .brand-seal {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(14, 59, 44, .55);
  border-radius: 50%;
  overflow: hidden;
  background: #fffdf7;
}

body.ncw-v1-shell-active .brand-seal img {
  display: block;
  width: 78%;
  height: 78%;
  object-fit: contain;
}

body.ncw-v1-shell-active .brand strong {
  display: block;
  color: var(--ncw-green-2);
  font-family: var(--ncw-serif);
  font-size: 25px;
  font-weight: 600;
  line-height: .98;
  white-space: nowrap;
}

body.ncw-v1-shell-active .brand small {
  display: block;
  margin-top: 5px;
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.ncw-v1-shell-active .desktop-nav,
body.ncw-v1-shell-active .nav-tools {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

body.ncw-v1-shell-active .desktop-nav {
  justify-content: center;
  justify-content: safe center;
  gap: 15px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 13px;
}

body.ncw-v1-shell-active .desktop-nav::-webkit-scrollbar {
  display: none;
}

body.ncw-v1-shell-active .desktop-nav a,
body.ncw-v1-shell-active .nav-trigger {
  position: relative;
  border: 0;
  padding: 8px 0;
  color: var(--ncw-ink);
  background: transparent;
  font-weight: 400;
  cursor: pointer;
}

html body.ncw-v1-shell-active .ncw-v1-shell .desktop-nav > a,
html body.ncw-v1-shell-active .ncw-v1-shell .desktop-nav > a:visited {
  color: var(--ncw-ink);
}

body.ncw-v1-shell-active .elite-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ncw-ink);
  font-weight: 400;
}

body.ncw-v1-shell-active .menu-label {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 16px;
  border-radius: 3px;
  padding: 0 5px;
  color: #fff;
  background: #b89768;
  font-family: var(--ncw-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

body.ncw-v1-shell-active .nav-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--ncw-gold-2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

body.ncw-v1-shell-active .mega-open [data-mega-toggle]::after,
body.ncw-v1-shell-active .all-brands-open [data-all-brands-toggle]::after {
  transform: scaleX(1);
}

body.ncw-v1-shell-active .nav-tools {
  justify-content: flex-end;
  gap: 12px;
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 14px;
}

body.ncw-v1-shell-active .nav-tools > a:not(.cart-pill) {
  color: var(--ncw-green-2);
  font-weight: 700;
}

body.ncw-v1-shell-active .header-search-toggle {
  display: inline-grid;
  width: 58px;
  height: 42px;
  flex: 0 0 58px;
  place-items: center;
  margin: 0;
  border: 0;
  border-radius: 10px;
  padding: 0;
  appearance: none;
  color: #fff;
  background: var(--ncw-green-2);
  box-shadow: none;
  line-height: 1;
  cursor: pointer;
}

body.ncw-v1-shell-active .header-search-toggle:hover,
body.ncw-v1-shell-active .header-search-toggle:focus-visible,
body.ncw-v1-shell-active .search-open .header-search-toggle {
  color: #1c1407;
  background: var(--ncw-gold);
}

body.ncw-v1-shell-active .header-search-toggle:focus-visible {
  outline: 2px solid rgba(200, 168, 106, .42);
  outline-offset: 2px;
}

body.ncw-v1-shell-active .header-search-toggle svg {
  width: 19px;
  height: 19px;
}

body.ncw-v1-shell-active .cart-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 58px;
  height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  color: #fff;
  background: var(--ncw-green-2);
  font-weight: 700;
}

body.ncw-v1-shell-active .cart-pill svg {
  display: block;
  width: 21px;
  height: 21px;
  color: #fff;
}

body.ncw-v1-shell-active .cart-pill svg path,
body.ncw-v1-shell-active .mobile-cart-link svg path {
  stroke: #fff;
}

body.ncw-v1-shell-active .cart-pill svg circle,
body.ncw-v1-shell-active .mobile-cart-link svg circle {
  fill: #fff;
}

body.ncw-v1-shell-active .cart-pill .cart-count {
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
  color: var(--ncw-green-2);
  background: var(--ncw-gold);
  font-size: 11px;
}

/* Fragment replacement must not replay the parent theme's price fade. */
body.ncw-v1-shell-active #side-cart .et-cart-panel-item-subtotal,
body.ncw-v1-shell-active #side-cart .et-cart-panel-summary-subtotal,
body.ncw-v1-shell-active #side-cart .woocommerce-mini-cart__total,
body.ncw-v1-shell-active #side-cart .woocommerce-mini-cart__total .amount {
  animation: none;
  transition: none;
}

body.ncw-v1-shell-active .header-search-panel {
  border-top: 1px solid var(--ncw-border);
  border-bottom: 1px solid rgba(14, 59, 44, .08);
  padding: 18px 54px;
  background: var(--ncw-paper);
  box-shadow: 0 12px 24px rgba(7, 35, 25, .08);
}

body.ncw-v1-shell-active .header-search-panel[hidden] {
  display: none;
}

body.ncw-v1-shell-active .header-search-form {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: min(760px, 100%);
  min-height: 48px;
  margin: 0 auto;
  border: 1px solid rgba(14, 59, 44, .22);
  border-radius: 6px;
  padding: 5px 6px 5px 16px;
  background: #fffdf7;
}

body.ncw-v1-shell-active .header-search-form:focus-within {
  border-color: var(--ncw-gold-2);
  box-shadow: 0 0 0 3px rgba(200, 168, 106, .13);
}

body.ncw-v1-shell-active .header-search-leading {
  width: 20px;
  height: 20px;
  color: var(--ncw-green-2);
}

body.ncw-v1-shell-active .header-search-form input[type="search"] {
  min-width: 0;
  height: 38px;
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  appearance: none;
  color: var(--ncw-ink);
  background: transparent;
  box-shadow: none;
  font: inherit;
  font-size: 14px;
}

body.ncw-v1-shell-active .header-search-form input[type="search"]::placeholder {
  color: var(--ncw-muted);
}

body.ncw-v1-shell-active .header-search-form button[type="submit"] {
  min-width: 92px;
  height: 38px;
  margin: 0;
  border: 0;
  border-radius: 4px;
  padding: 0 18px;
  appearance: none;
  color: #fff;
  background: var(--ncw-green-2);
  box-shadow: none;
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

body.ncw-v1-shell-active .header-search-form button[type="submit"]:hover,
body.ncw-v1-shell-active .header-search-form button[type="submit"]:focus-visible {
  color: #1c1407;
  background: var(--ncw-gold);
}

body.ncw-v1-shell-active .mobile-cart-link {
  position: relative;
  display: none;
}

body.ncw-v1-shell-active .mobile-cart-link .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  border: 2px solid var(--ncw-paper);
  border-radius: 999px;
  padding: 0 4px;
  color: var(--ncw-green-2);
  background: var(--ncw-gold);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

body.ncw-v1-shell-active .drawer-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  align-items: center;
  gap: 0;
  min-height: 52px;
  margin: 10px 18px 16px;
  border: 1px solid rgba(244, 238, 224, .08);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, .12);
}

body.ncw-v1-shell-active .drawer-search:focus-within {
  border-color: rgba(200, 168, 106, .62);
  box-shadow: 0 0 0 2px rgba(200, 168, 106, .12);
}

body.ncw-v1-shell-active .drawer-search input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 52px;
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0 16px;
  appearance: none;
  color: #f4eee0;
  background: transparent;
  box-shadow: none;
  font: inherit;
  font-size: 12px;
}

body.ncw-v1-shell-active .drawer-search input[type="search"]::placeholder {
  color: rgba(244, 238, 224, .58);
}

body.ncw-v1-shell-active .drawer-search button[type="submit"] {
  display: grid;
  width: 52px;
  min-width: 52px;
  height: 52px;
  place-items: center;
  margin: 0;
  border: 0;
  border-left: 1px solid rgba(244, 238, 224, .08);
  border-radius: 0 9px 9px 0;
  padding: 0;
  appearance: none;
  color: #1c1407;
  background: var(--ncw-gold);
  box-shadow: none;
  line-height: 1;
  transform: none;
  cursor: pointer;
}

body.ncw-v1-shell-active .drawer-search button[type="submit"] svg {
  width: 18px;
  height: 18px;
}

body.ncw-v1-shell-active .mobile-cart-link svg {
  width: 21px;
  height: 21px;
  color: #fff;
}

body.ncw-v1-shell-active .mobile-drawer nav > .drawer-elite-link {
  border-bottom: 1px solid rgba(200, 168, 106, .48);
}

body.ncw-v1-shell-active .mobile-drawer nav > .drawer-account-link {
  border-bottom: 1px solid rgba(200, 168, 106, .48);
}

body.ncw-v1-shell-active .menu-button {
  display: none;
}

body.ncw-v1-shell-active .mega-panel,
body.ncw-v1-shell-active .all-brands-panel {
  display: none;
  border-top: 1px solid var(--ncw-border);
  background: var(--ncw-paper);
}

body.ncw-v1-shell-active .mega-open .mega-panel,
body.ncw-v1-shell-active .all-brands-open .all-brands-panel {
  display: block;
}

body.ncw-v1-shell-active .mega-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, .9fr);
  gap: 36px;
  padding: 38px 126px 48px;
}

body.ncw-v1-shell-active .mega-rolex-index {
  min-width: 0;
}

body.ncw-v1-shell-active .mega-rolex-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
}

body.ncw-v1-shell-active .mega-rolex-group {
  min-width: 0;
}

body.ncw-v1-shell-active .mega-rolex-group .kicker {
  margin-bottom: 8px;
  letter-spacing: .16em;
}

body.ncw-v1-shell-active .all-brands-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 18px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 54px 28px;
}

body.ncw-v1-shell-active .all-brands-grid a {
  display: flex;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid rgba(24, 39, 31, .08);
  color: var(--ncw-ink);
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 13px;
}

html body.ncw-v1-shell-active .ncw-v1-shell .site-header .all-brands-panel .all-brands-grid a,
html body.ncw-v1-shell-active .ncw-v1-shell .site-header .all-brands-panel .all-brands-grid a:visited {
  color: var(--ncw-ink);
}

html body.ncw-v1-shell-active .ncw-v1-shell .site-header .all-brands-panel .all-brands-grid a:hover,
html body.ncw-v1-shell-active .ncw-v1-shell .site-header .all-brands-panel .all-brands-grid a:focus-visible {
  color: var(--ncw-green-2);
}

body.ncw-v1-shell-active .kicker {
  margin: 0 0 24px;
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 11px;
  letter-spacing: .28em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.ncw-v1-shell-active .mega-grid section > a:not(.feature-card):not(.rating-card) {
  display: block;
  padding: 9px 0 10px;
  border-bottom: 1px solid rgba(24, 39, 31, .08);
  color: #0d2018;
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 16px;
}

body.ncw-v1-shell-active .mega-grid .all-models {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  border-bottom: 1px solid rgba(138, 106, 50, .45);
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.ncw-v1-shell-active .drawer-rolex-groups {
  padding: 2px 0 14px;
}

body.ncw-v1-shell-active .drawer-rolex-group + .drawer-rolex-group {
  margin-top: 12px;
}

body.ncw-v1-shell-active .drawer-rolex-group-title {
  margin: 0 0 7px;
  color: var(--ncw-gold);
  font-family: var(--ncw-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.ncw-v1-shell-active .drawer-all-models {
  display: inline-flex;
  margin-top: 4px;
  border-bottom: 1px solid rgba(200, 168, 106, .48);
  padding: 8px 0 5px;
  color: var(--ncw-gold);
  font-family: var(--ncw-mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.ncw-v1-shell-active .feature-card {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 18px;
  align-items: center;
  padding: 15px;
  border: 1px solid var(--ncw-border);
  border-radius: 14px;
  background: #fff;
}

body.ncw-v1-shell-active .feature-media {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #d9c089;
}

body.ncw-v1-shell-active .feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.ncw-v1-shell-active .feature-card small,
body.ncw-v1-shell-active .feature-card b {
  display: block;
  color: var(--ncw-gold-2);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.ncw-v1-shell-active .feature-card strong {
  display: block;
  margin: 7px 0 4px;
  color: var(--ncw-green-2);
  font-family: var(--ncw-serif);
  font-size: 25px;
  font-weight: 600;
}

body.ncw-v1-shell-active .feature-card em {
  display: block;
  margin-bottom: 12px;
  color: var(--ncw-muted);
  font-size: 13px;
  font-style: normal;
}

body.ncw-v1-shell-active .rating-card {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(200, 168, 106, .28);
  border-radius: 8px;
  color: var(--ncw-cream);
  background: linear-gradient(135deg, #062d21 0%, #0d3b2e 58%, #1d2017 100%);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(244, 238, 224, .08);
}

body.ncw-v1-shell-active .rating-mark {
  display: grid;
  place-items: center;
  flex: 0 0 68px;
  min-height: 54px;
  border-right: 1px solid rgba(200, 168, 106, .22);
  color: var(--ncw-gold);
  font-family: var(--ncw-serif);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
}

body.ncw-v1-shell-active .verify-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.ncw-v1-shell-active .rating-card strong {
  color: var(--ncw-gold);
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

body.ncw-v1-shell-active .rating-card small {
  color: rgba(244, 238, 224, .9);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1.45;
}

body.ncw-v1-shell-active .site-footer {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 46px;
  padding: 62px 54px 72px;
  color: rgba(244, 238, 224, .72);
  background: #082f24;
}

body.ncw-v1-shell-active .site-footer .brand strong {
  color: #f4eee0;
}

body.ncw-v1-shell-active .site-footer .brand-seal {
  border-color: rgba(244, 238, 224, .5);
  background: rgba(255, 255, 255, .92);
}

body.ncw-v1-shell-active .site-footer p {
  max-width: 290px;
  font-size: 13px;
  line-height: 1.65;
}

body.ncw-v1-shell-active .site-footer summary {
  margin: 0 0 16px;
  color: var(--ncw-gold);
  font-family: var(--ncw-mono);
  font-size: 10px;
  letter-spacing: .14em;
  list-style: none;
  text-transform: uppercase;
  cursor: default;
  pointer-events: none;
}

body.ncw-v1-shell-active .site-footer summary::-webkit-details-marker {
  display: none;
}

body.ncw-v1-shell-active .site-footer nav a {
  display: block;
  margin: 0 0 9px;
  color: inherit;
  font-size: 13px;
}

html body.ncw-v1-shell-active .ncw-v1-shell .site-footer nav a,
html body.ncw-v1-shell-active .ncw-v1-shell .site-footer nav a:visited {
  color: #f4eee0;
}

html body.ncw-v1-shell-active .ncw-v1-shell .site-footer nav a:hover,
html body.ncw-v1-shell-active .ncw-v1-shell .site-footer nav a:focus-visible {
  color: var(--ncw-gold);
}

body.ncw-v1-shell-active .mobile-drawer,
body.ncw-v1-shell-active .drawer-scrim,
body.ncw-v1-shell-active .mobile-sticky-actions {
  display: none;
}

body.ncw-v1-shell-active .chat-choice-scrim {
  position: fixed;
  inset: 0;
  z-index: 88;
  display: block;
  opacity: 0;
  pointer-events: none;
  background: rgba(6, 45, 33, .28);
  transition: opacity .18s ease;
}

body.ncw-v1-shell-active .chat-choice-panel {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  display: grid;
  gap: 11px;
  width: min(330px, calc(100vw - 32px));
  border: 1px solid rgba(244, 238, 224, .16);
  border-radius: 10px;
  padding: 22px;
  color: #f4eee0;
  background: #062d21;
  box-shadow: 0 24px 70px rgba(6, 45, 33, .36);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity .18s ease, transform .18s ease;
}

body.ncw-v1-shell-active.chat-choice-open .chat-choice-scrim,
body.ncw-v1-shell-active.chat-choice-open .chat-choice-panel {
  opacity: 1;
  pointer-events: auto;
}

body.ncw-v1-shell-active.chat-choice-open .chat-choice-panel {
  transform: translateY(0);
}

body.ncw-v1-shell-active .chat-choice-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  color: #f4eee0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

body.ncw-v1-shell-active .chat-choice-panel span {
  color: var(--ncw-gold);
  font-family: var(--ncw-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.ncw-v1-shell-active .chat-choice-panel strong {
  max-width: 245px;
  font-family: var(--ncw-serif);
  font-size: 27px;
  line-height: 1;
}

body.ncw-v1-shell-active .chat-choice-panel p {
  margin: 0;
  color: rgba(244, 238, 224, .72);
  font-size: 13px;
  line-height: 1.55;
}

body.ncw-v1-shell-active .chat-choice-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

body.ncw-v1-shell-active .chat-choice-actions a {
  display: grid;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(244, 238, 224, .2);
  border-radius: 9px;
  color: #f4eee0;
  font-family: ui-sans-serif, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

body.ncw-v1-shell-active .chat-choice-actions .chat-choice-whatsapp {
  border-color: #25d366;
  color: #073d22;
  background: #25d366;
}

@media (max-width: 1200px) {
  body.ncw-v1-shell-active .ncw-homepage-v1 .nav-row {
    grid-template-columns: minmax(300px, 316px) 1fr auto;
    gap: 18px;
    padding-inline: 34px;
  }

  body.ncw-v1-shell-active .ncw-homepage-v1 .utility-bar {
    padding-inline: 34px;
  }

  body.ncw-v1-shell-active .desktop-nav {
    gap: 16px;
    font-size: 13px;
  }

  body.ncw-v1-shell-active .mega-grid {
    padding-inline: 80px;
  }

  body.ncw-v1-shell-active .all-brands-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-inline: 34px;
  }
}

@media (max-width: 1200px) and (min-width: 901px) {
  body.ncw-v1-shell-active .ncw-homepage-v1 .nav-row {
    grid-template-columns: minmax(210px, 250px) minmax(0, 1fr) auto;
    gap: 10px;
    padding-inline: 24px;
  }

  body.ncw-v1-shell-active .brand {
    gap: 9px;
  }

  body.ncw-v1-shell-active .brand-seal {
    width: 38px;
    height: 38px;
  }

  body.ncw-v1-shell-active .brand strong {
    font-size: 20px;
  }

  body.ncw-v1-shell-active .brand small {
    font-size: 8px;
    letter-spacing: .16em;
  }

  body.ncw-v1-shell-active .desktop-nav {
    gap: 8px;
    font-size: 11px;
  }

  body.ncw-v1-shell-active .nav-tools {
    gap: 6px;
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  body.ncw-v1-shell-active .ncw-homepage-v1 .utility-bar,
  body.ncw-v1-shell-active .ncw-homepage-v1 .desktop-nav,
  body.ncw-v1-shell-active .ncw-homepage-v1 .nav-tools,
  body.ncw-v1-shell-active .ncw-homepage-v1 .header-search-panel,
  body.ncw-v1-shell-active .ncw-homepage-v1 .all-brands-panel,
  body.ncw-v1-shell-active .ncw-homepage-v1 .mega-panel {
    display: none;
  }

  body.ncw-v1-shell-active .ncw-homepage-v1 .site-header {
    position: sticky;
  }

  body.ncw-v1-shell-active .ncw-homepage-v1 .nav-row {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 54px;
    min-height: 56px;
    padding: 0 14px;
    gap: 10px;
  }

  body.ncw-v1-shell-active .menu-button {
    display: inline-grid;
    gap: 4px;
    width: 34px;
    height: 34px;
    place-content: center;
    border: 0;
    background: transparent;
  }

  body.ncw-v1-shell-active .menu-button span {
    display: block;
    width: 17px;
    height: 1px;
    background: var(--ncw-green-2);
  }

  body.ncw-v1-shell-active .brand {
    justify-content: center;
    gap: 8px;
  }

  body.ncw-v1-shell-active .brand-seal {
    width: 28px;
    height: 28px;
  }

  body.ncw-v1-shell-active .brand strong {
    font-size: 16px;
  }

  body.ncw-v1-shell-active .brand small {
    font-size: 7px;
    letter-spacing: .18em;
  }

  body.ncw-v1-shell-active .mobile-cart-link {
    display: grid;
    place-items: center;
    justify-self: end;
    width: 42px;
    height: 34px;
    border: 1px solid rgba(14, 59, 44, .16);
    border-radius: 9px;
    color: #fff;
    background: var(--ncw-green-2);
  }

  body.ncw-v1-shell-active .mobile-cart-link svg {
    width: 19px;
    height: 19px;
    color: #fff;
  }

  body.ncw-v1-shell-active .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 36px 18px 100px;
  }

  body.ncw-v1-shell-active .footer-accordion {
    border-top: 1px solid rgba(200, 168, 106, .22);
    padding-top: 12px;
  }

  body.ncw-v1-shell-active .footer-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0;
    pointer-events: auto;
  }

  body.ncw-v1-shell-active .footer-accordion summary::after {
    content: "+";
    color: rgba(244, 238, 224, .78);
    font-size: 15px;
  }

  body.ncw-v1-shell-active .footer-accordion[open] summary {
    margin-bottom: 10px;
  }

  body.ncw-v1-shell-active .footer-accordion[open] summary::after {
    content: "-";
  }

  body.ncw-v1-shell-active .mobile-drawer {
    position: fixed;
    z-index: 70;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: min(86vw, 360px);
    height: 100dvh;
    max-height: none;
    overflow: auto;
    border: 0;
    border-radius: 0 18px 18px 0;
    color: #f4eee0;
    background: var(--ncw-green);
    box-shadow: 0 30px 80px -36px #000;
    transform: translateX(-105%);
    transition: transform .24s ease;
  }

  body.ncw-v1-shell-active.drawer-open .mobile-drawer {
    transform: translateX(0);
  }

  body.ncw-v1-shell-active .drawer-scrim {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: block;
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
    transition: background .2s ease;
  }

  body.ncw-v1-shell-active.drawer-open .drawer-scrim {
    pointer-events: auto;
    background: rgba(0, 0, 0, .3);
  }

  body.ncw-v1-shell-active .drawer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 18px 8px;
    font-family: var(--ncw-mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  body.ncw-v1-shell-active .drawer-top button {
    border: 0;
    color: #f4eee0;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
  }

  body.ncw-v1-shell-active .mobile-drawer nav {
    padding: 0 18px 22px;
  }

  body.ncw-v1-shell-active .mobile-drawer nav > a,
  body.ncw-v1-shell-active .mobile-drawer summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(244, 238, 224, .1);
    padding: 13px 0;
    color: #f4eee0;
    font-family: ui-sans-serif, Arial, sans-serif;
    font-size: 14px;
  }

  body.ncw-v1-shell-active .mobile-drawer summary {
    cursor: pointer;
  }

  body.ncw-v1-shell-active .mobile-drawer details {
    border-bottom: 1px solid rgba(244, 238, 224, .1);
  }

  body.ncw-v1-shell-active .drawer-ready span {
    border-radius: 20px;
    padding: 2px 7px;
    color: #073d22;
    background: var(--ncw-gold);
    font-family: var(--ncw-mono);
    font-size: 8px;
    text-transform: uppercase;
  }

  body.ncw-v1-shell-active .drawer-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-bottom: 13px;
  }

  body.ncw-v1-shell-active .drawer-chip-grid a {
    border: 1px solid rgba(200, 168, 106, .22);
    border-radius: 5px;
    padding: 7px 9px;
    color: rgba(244, 238, 224, .8);
    font-size: 10px;
  }

  body.ncw-v1-shell-active .drawer-chat-trigger {
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    border: 0;
    border-radius: 10px;
    color: #073d22;
    background: #25d366;
    font-weight: 700;
    cursor: pointer;
  }

  body.ncw-v1-shell-active .mobile-sticky-actions {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 10px 12px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(24, 39, 31, .14);
    background: rgba(248, 244, 234, .96);
    transform: none;
  }

  body.ncw-v1-shell-active .mobile-sticky-actions a,
  body.ncw-v1-shell-active .mobile-sticky-actions button {
    display: grid;
    place-items: center;
    min-height: 42px;
    border: 1px solid rgba(14, 59, 44, .24);
    border-radius: 10px;
    color: var(--ncw-green-2);
    background: transparent;
    font-family: ui-sans-serif, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }

  body.ncw-v1-shell-active .mobile-sticky-actions a:last-child,
  body.ncw-v1-shell-active .mobile-sticky-actions button:last-child {
    color: #073d22;
    background: #25d366;
  }

  body.ncw-v1-shell-active .mobile-sticky-actions .elite-sticky {
    border-color: rgba(200, 168, 106, .48);
    color: var(--ncw-gold);
    background: var(--ncw-green-2);
  }

  body.ncw-v1-shell-active .mobile-sticky-actions .sticky-menu-trigger {
    background: #fffdf7;
  }

  body.ncw-v1-shell-active.drawer-open .mobile-sticky-actions {
    display: none;
  }

  body.ncw-v1-shell-active.chat-choice-open .mobile-sticky-actions {
    display: none;
  }

  body.ncw-v1-shell-active.video-open .mobile-sticky-actions {
    display: none;
  }

  body.ncw-v1-shell-active .chat-choice-panel {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  body.ncw-v1-shell-active .nav-tools .nav-account-link {
    display: none;
  }

  body.ncw-v1-shell-active .site-footer {
    padding-bottom: 112px;
  }

  body.ncw-v1-shell-active .footer-accordion {
    border-top: 1px solid rgba(200, 168, 106, .22);
    padding-top: 12px;
  }

  body.ncw-v1-shell-active .footer-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0;
    pointer-events: auto;
  }

  body.ncw-v1-shell-active .footer-accordion summary::after {
    content: "+";
    color: rgba(244, 238, 224, .78);
    font-size: 15px;
  }

  body.ncw-v1-shell-active .footer-accordion[open] summary {
    margin-bottom: 10px;
  }

  body.ncw-v1-shell-active .footer-accordion[open] summary::after {
    content: "-";
  }

  body.ncw-v1-shell-active .mobile-drawer {
    position: fixed;
    z-index: 70;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: min(86vw, 360px);
    height: 100dvh;
    max-height: none;
    overflow: auto;
    border: 0;
    border-radius: 0 18px 18px 0;
    color: #f4eee0;
    background: var(--ncw-green);
    box-shadow: 0 30px 80px -36px #000;
    transform: translateX(-105%);
    transition: transform .24s ease;
  }

  body.ncw-v1-shell-active.drawer-open .mobile-drawer {
    transform: translateX(0);
  }

  body.ncw-v1-shell-active .drawer-scrim {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: block;
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
    transition: background .2s ease;
  }

  body.ncw-v1-shell-active.drawer-open .drawer-scrim {
    pointer-events: auto;
    background: rgba(0, 0, 0, .3);
  }

  body.ncw-v1-shell-active .drawer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 18px 8px;
    font-family: var(--ncw-mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  body.ncw-v1-shell-active .drawer-top button {
    border: 0;
    color: #f4eee0;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
  }

  body.ncw-v1-shell-active .mobile-drawer nav {
    padding: 0 18px 22px;
  }

  body.ncw-v1-shell-active .mobile-drawer nav > a,
  body.ncw-v1-shell-active .mobile-drawer summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(244, 238, 224, .1);
    padding: 13px 0;
    color: #f4eee0;
    font-family: ui-sans-serif, Arial, sans-serif;
    font-size: 14px;
  }

  body.ncw-v1-shell-active .mobile-drawer summary {
    cursor: pointer;
  }

  body.ncw-v1-shell-active .mobile-drawer details {
    border-bottom: 1px solid rgba(244, 238, 224, .1);
  }

  body.ncw-v1-shell-active .drawer-ready span {
    border-radius: 20px;
    padding: 2px 7px;
    color: #073d22;
    background: var(--ncw-gold);
    font-family: var(--ncw-mono);
    font-size: 8px;
    text-transform: uppercase;
  }

  body.ncw-v1-shell-active .drawer-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-bottom: 13px;
  }

  body.ncw-v1-shell-active .drawer-chip-grid a {
    border: 1px solid rgba(200, 168, 106, .22);
    border-radius: 5px;
    padding: 7px 9px;
    color: rgba(244, 238, 224, .8);
    font-size: 10px;
  }

  body.ncw-v1-shell-active .drawer-chat-trigger {
    justify-content: center;
    width: 100%;
    margin-top: 16px;
    border: 0;
    border-radius: 10px;
    color: #073d22;
    background: #25d366;
    font-weight: 700;
    cursor: pointer;
  }

  body.ncw-v1-shell-active .mobile-sticky-actions {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 10px 12px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(24, 39, 31, .14);
    background: rgba(248, 244, 234, .96);
    transform: none;
  }

  body.ncw-v1-shell-active .mobile-sticky-actions a,
  body.ncw-v1-shell-active .mobile-sticky-actions button {
    display: grid;
    place-items: center;
    min-height: 42px;
    border: 1px solid rgba(14, 59, 44, .24);
    border-radius: 10px;
    color: var(--ncw-green-2);
    background: transparent;
    font-family: ui-sans-serif, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }

  body.ncw-v1-shell-active .mobile-sticky-actions a:last-child,
  body.ncw-v1-shell-active .mobile-sticky-actions button:last-child {
    color: #073d22;
    background: #25d366;
  }

  body.ncw-v1-shell-active .mobile-sticky-actions .elite-sticky {
    border-color: rgba(200, 168, 106, .48);
    color: var(--ncw-gold);
    background: var(--ncw-green-2);
  }

  body.ncw-v1-shell-active .mobile-sticky-actions .sticky-menu-trigger {
    background: #fffdf7;
  }

  body.ncw-v1-shell-active.drawer-open .mobile-sticky-actions,
  body.ncw-v1-shell-active.chat-choice-open .mobile-sticky-actions,
  body.ncw-v1-shell-active.video-open .mobile-sticky-actions,
  body.ncw-v1-shell-active.panel-open-cart .mobile-sticky-actions {
    display: none;
  }

  body.ncw-v1-shell-active.single-product .et-product-detail.et-cart-mixed:not(.sold-individually):not(.product-type-grouped):not(.product-type-external) .buy-now-container-single-product > div {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    margin-left: 0;
  }

  body.ncw-v1-shell-active.single-product .single_add_to_cart_button,
  body.ncw-v1-shell-active.single-product .single_buy_now_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    box-sizing: border-box;
  }

  body.ncw-v1-shell-active .chat-choice-panel {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ncw-v1-shell-active .ncw-v1-shell *,
  body.ncw-v1-shell-active .ncw-v1-shell *::before,
  body.ncw-v1-shell-active .ncw-v1-shell *::after {
    scroll-behavior: auto;
    transition-duration: .001ms;
    animation-duration: .001ms;
  }
}
