/*
 * Cello Navigation V2 — 2026
 * Standalone, namespaced navigation layer.
 * No Bootstrap menu classes and no dependency on the legacy Cello navigation DOM.
 */

:root {
  --cnv2-ink: #111111;
  --cnv2-muted: #6f6f6f;
  --cnv2-line: #e7e7e5;
  --cnv2-line-strong: #d9d9d6;
  --cnv2-surface: #ffffff;
  --cnv2-surface-soft: #f7f7f5;
  --cnv2-surface-warm: #f4efe8;
  --cnv2-accent: #c6a06c;
  --cnv2-accent-strong: #a77f4c;
  --cnv2-radius-sm: 10px;
  --cnv2-radius-md: 16px;
  --cnv2-radius-lg: 22px;
  --cnv2-shadow: 0 18px 55px rgba(17, 17, 17, .10);
  --cnv2-shadow-soft: 0 8px 30px rgba(17, 17, 17, .06);
  --cnv2-container: 1480px;
  --cnv2-font: Montserrat, Arial, Helvetica, sans-serif;
  --cnv2-mobile-top: 124px;
}

.cnv2,
.cnv2 * {
  box-sizing: border-box;
}

.cnv2 {
  position: sticky;
  top: 0;
  z-index: 990;
  width: 100%;
  color: var(--cnv2-ink);
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid var(--cnv2-line);
  font-family: var(--cnv2-font);
  transition: box-shadow .22s ease, background-color .22s ease;
}

.cnv2.is-scrolled {
  box-shadow: 0 8px 28px rgba(17, 17, 17, .07);
}

.cnv2 a,
.cnv2 a:hover,
.cnv2 a:focus {
  color: inherit;
  text-decoration: none;
}

.cnv2 button,
.cnv2 input {
  font: inherit;
}

.cnv2 button {
  color: inherit;
}

.cnv2-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.cnv2-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

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

/* Utility */
.cnv2-utility {
  height: 38px;
  min-height: 38px;
  background: #fbfbfa;
  border-bottom: 1px solid var(--cnv2-line);
}

.cnv2-utility__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 38px;
}

.cnv2-utility__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 22px;
  padding: 0 22px;
  color: #3d3d3d;
  border-left: 1px solid var(--cnv2-line);
  font-size: 12px;
  font-weight: 450;
  white-space: nowrap;
  transition: color .16s ease;
}

.cnv2-utility__link:first-child {
  border-left: 0;
}

.cnv2-utility__link:last-child {
  padding-right: 0;
}

.cnv2-utility__link:hover {
  color: var(--cnv2-ink);
}

.cnv2-utility__link.is-strong {
  font-weight: 650;
}

.cnv2-utility__link .cnv2-icon {
  width: 17px;
  height: 17px;
}

/* Main header */
.cnv2-main {
  background: var(--cnv2-surface);
}

.cnv2-main__inner {
  display: grid;
  grid-template-columns: 118px minmax(360px, 1fr) auto;
  align-items: center;
  gap: 48px;
  min-height: 116px;
}

.cnv2-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.cnv2-logo img {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
  border-radius: 50%;
}

.cnv2-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  margin: 0;
  border: 1px solid var(--cnv2-line-strong);
  border-radius: 999px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.cnv2-search:focus-within {
  border-color: #b7b7b2;
  box-shadow: 0 0 0 4px rgba(17, 17, 17, .04);
}

.cnv2-search__icon {
  position: absolute;
  left: 21px;
  width: 23px;
  height: 23px;
  color: #232323;
  pointer-events: none;
}

.cnv2-search input[type="search"] {
  width: 100%;
  height: 100%;
  padding: 0 24px 0 58px;
  color: var(--cnv2-ink);
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  appearance: none;
}

.cnv2-search input::placeholder {
  color: #9a9a96;
  opacity: 1;
}

.cnv2-search input::-webkit-search-cancel-button {
  opacity: .45;
}

.cnv2-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.cnv2-action {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 58px;
  color: #242424;
}

.cnv2-action__icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.cnv2-action__icon-wrap > .cnv2-icon {
  width: 28px;
  height: 28px;
  stroke-width: 1.45;
}

.cnv2-action__label {
  max-width: 92px;
  overflow: hidden;
  color: #2a2a2a;
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cnv2-count {
  position: absolute;
  top: -5px;
  right: -7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  color: #fff;
  background: #111;
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 650;
  line-height: 1;
}

.cnv2-count--subtle {
  background: #555;
}

.cnv2-legacy-cart-count {
  display: none !important;
}

.cnv2-mobile-menu-button,
.cnv2-mobile-search-wrap {
  display: none;
}

/* Primary navigation */
.cnv2-primary {
  position: relative;
  height: 64px;
  background: #fff;
  border-top: 1px solid var(--cnv2-line);
}

.cnv2-primary__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 64px;
}

.cnv2-primary__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 13px;
  color: #242424;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .012em;
  white-space: nowrap;
  transition: color .16s ease;
}

.cnv2-primary__link::after {
  position: absolute;
  right: 14px;
  bottom: -1px;
  left: 14px;
  height: 2px;
  content: "";
  background: var(--cnv2-ink);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

.cnv2-primary__link:hover,
.cnv2-primary__link.is-active {
  color: #000;
}

.cnv2-primary__link:hover::after,
.cnv2-primary__link.is-active::after {
  transform: scaleX(1);
}

.cnv2-primary__link.is-accent {
  color: var(--cnv2-accent-strong);
}

.cnv2-primary__link.is-accent::after {
  background: var(--cnv2-accent);
}

/* Mega menu */
.cnv2-mega-layer {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}

.cnv2-mega-layer::before {
  position: fixed;
  inset: var(--cnv2-desktop-header-bottom, 218px) 0 0 0;
  z-index: -1;
  content: "";
  background: rgba(20, 20, 20, .14);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
}

.cnv2-mega-layer.has-open-panel::before {
  opacity: 1;
}

.cnv2-mega-panel {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
}

.cnv2-mega-panel.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.cnv2-mega-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 38%);
  gap: 28px;
  min-height: 430px;
  margin-top: 0;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--cnv2-line);
  border-top: 0;
  border-radius: 0 0 var(--cnv2-radius-lg) var(--cnv2-radius-lg);
  box-shadow: var(--cnv2-shadow);
}

.cnv2-mega-sections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  min-width: 0;
}

.cnv2-mega-section {
  min-width: 0;
  padding: 4px 18px 8px;
  border-right: 1px solid var(--cnv2-line);
}

.cnv2-mega-section:last-child {
  border-right: 0;
}

.cnv2-mega-section h3,
.cnv2-mobile-section h3 {
  margin: 0 0 15px;
  padding: 0 0 12px;
  color: #222;
  border-bottom: 1px solid var(--cnv2-line-strong);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .025em;
  line-height: 1.3;
}

.cnv2-mega-list {
  display: flex;
  flex-direction: column;
}

.cnv2-mega-item {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 11px;
  min-height: 50px;
  padding: 7px 2px;
  color: #313131;
  border-bottom: 1px solid #eeeeec;
  font-size: 13px;
  font-weight: 450;
  transition: color .15s ease, padding-left .15s ease;
}

.cnv2-mega-item:last-child {
  border-bottom: 0;
}

.cnv2-mega-item:hover {
  color: #000;
  padding-left: 4px;
}

.cnv2-mega-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #313131;
}

.cnv2-mega-item__icon .cnv2-icon {
  width: 20px;
  height: 20px;
  stroke-width: 1.45;
}

.cnv2-mega-item__arrow {
  width: 14px;
  height: 14px;
  color: #a5a5a1;
}

.cnv2-promo {
  position: relative;
  display: block;
  min-height: 365px;
  overflow: hidden;
  color: var(--cnv2-ink) !important;
  background:
    radial-gradient(circle at 73% 32%, rgba(255,255,255,.96) 0 14%, transparent 15%),
    linear-gradient(138deg, #f0ece7 0%, #f7f5f1 45%, #e4e0da 100%);
  border-radius: 18px;
  isolation: isolate;
}

.cnv2-promo::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,.34), transparent 56%);
}

.cnv2-promo__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
  min-height: 365px;
  padding: 28px;
}

.cnv2-promo__logo {
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  object-fit: contain;
  border-radius: 50%;
  mix-blend-mode: multiply;
}

.cnv2-promo__eyebrow {
  margin-bottom: 10px;
  color: #6f6b65;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
}

.cnv2-promo strong {
  display: block;
  max-width: 320px;
  margin-bottom: 13px;
  color: #111;
  font-size: clamp(26px, 2vw, 37px);
  font-weight: 550;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.cnv2-promo__copy {
  display: block;
  max-width: 300px;
  color: #57534e;
  font-size: 12px;
  line-height: 1.65;
}

.cnv2-promo__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 11px 15px;
  color: #1e1e1e;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(25,25,25,.16);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 550;
}

.cnv2-promo__cta .cnv2-icon {
  width: 13px;
  height: 13px;
}

/* Abstract, theme-specific product silhouettes. They keep V2 self-contained. */
.cnv2-promo__visual {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 100%;
  pointer-events: none;
}

.cnv2-promo__visual i {
  position: absolute;
  display: block;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28), 0 20px 42px rgba(37,31,24,.18);
}

.cnv2-promo__visual i:nth-child(1) {
  right: 24%;
  bottom: 14%;
  width: 88px;
  height: 190px;
  background: linear-gradient(90deg, #282828, #444, #222);
  border-radius: 38px;
}

.cnv2-promo__visual i:nth-child(2) {
  right: 3%;
  bottom: 24%;
  width: 124px;
  height: 124px;
  background: linear-gradient(145deg, #303030, #535353);
  border-radius: 50%;
}

.cnv2-promo__visual i:nth-child(3) {
  right: 7%;
  bottom: 4%;
  width: 150px;
  height: 74px;
  background: transparent;
  border: 18px solid #b9b4ad;
  border-bottom-width: 25px;
  border-radius: 80px 80px 54px 54px;
  box-shadow: 0 17px 30px rgba(37,31,24,.16);
}

.cnv2-promo--watch .cnv2-promo__visual i:nth-child(1) {
  right: 18%;
  bottom: 18%;
  width: 104px;
  height: 104px;
  background: radial-gradient(circle, #181818 0 52%, #bcaa92 53% 61%, #393633 62%);
  border-radius: 50%;
}

.cnv2-promo--watch .cnv2-promo__visual i:nth-child(2) {
  right: 34%;
  bottom: -5%;
  width: 42px;
  height: 240px;
  background: linear-gradient(#e8e4df, #b8b3ad);
  border-radius: 22px;
  transform: rotate(24deg);
}

.cnv2-promo--watch .cnv2-promo__visual i:nth-child(3) {
  right: -15px;
  bottom: 25px;
  width: 150px;
  height: 75px;
  background: #d4cec5;
  border: 0;
  border-radius: 50%;
}

.cnv2-promo--headphones .cnv2-promo__visual i:nth-child(1),
.cnv2-promo--accessory .cnv2-promo__visual i:nth-child(1),
.cnv2-promo--wellness .cnv2-promo__visual i:nth-child(1),
.cnv2-promo--brands .cnv2-promo__visual i:nth-child(1) {
  background: linear-gradient(145deg, #d8d2c9, #8d8881);
}

/* Mobile drawer */
.cnv2-mobile-overlay,
.cnv2-mobile-drawer {
  display: none;
}

body.cnv2-lock {
  overflow: hidden !important;
  touch-action: none;
}

@media (max-width: 1260px) and (min-width: 992px) {
  .cnv2-container {
    width: calc(100% - 36px);
  }

  .cnv2-main__inner {
    grid-template-columns: 94px minmax(300px, 1fr) auto;
    gap: 28px;
  }

  .cnv2-actions {
    gap: 17px;
  }

  .cnv2-action__label {
    font-size: 11px;
  }

  .cnv2-primary__link {
    padding: 0 8px;
    font-size: 12px;
  }

  .cnv2-mega-card {
    grid-template-columns: minmax(0, 1fr) 35%;
    padding: 26px;
  }

  .cnv2-mega-section {
    padding-inline: 10px;
  }
}

@media (max-width: 991px) {
  :root {
    --cnv2-mobile-top: 124px;
  }

  .cnv2 {
    position: sticky;
    top: 0;
    z-index: 1100;
  }

  .cnv2-container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .cnv2-utility,
  .cnv2-primary,
  .cnv2-mega-layer,
  .cnv2-main__inner > .cnv2-search {
    display: none;
  }

  .cnv2-main {
    border-bottom: 1px solid var(--cnv2-line);
  }

  .cnv2-main__inner {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    gap: 12px;
    min-height: 66px;
    padding-top: 6px;
    padding-bottom: 4px;
  }

  .cnv2-mobile-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 50%;
    transition: background .18s ease, transform .22s cubic-bezier(.2,.7,.2,1);
  }

  .cnv2-mobile-menu-button .cnv2-icon {
    width: 25px;
    height: 25px;
    transition: transform .22s cubic-bezier(.2,.7,.2,1);
  }

  .cnv2-mobile-menu-button.is-open {
    background: #f5f3f0;
  }

  .cnv2-mobile-menu-button.is-open .cnv2-icon {
    transform: rotate(90deg);
  }

  .cnv2-logo {
    justify-self: center;
    width: 50px;
    height: 50px;
  }

  .cnv2-logo img {
    width: 46px;
    height: 46px;
  }

  .cnv2-actions {
    gap: 7px;
  }

  .cnv2-action {
    min-width: 34px;
  }

  .cnv2-action__icon-wrap {
    width: 34px;
    height: 34px;
  }

  .cnv2-action__icon-wrap > .cnv2-icon {
    width: 23px;
    height: 23px;
  }

  .cnv2-action__label {
    display: none;
  }

  .cnv2-count {
    top: -3px;
    right: -5px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    font-size: 8px;
  }

  .cnv2-count--subtle {
    display: none;
  }

  .cnv2-mobile-search-wrap {
    display: block;
    padding-top: 2px;
    padding-bottom: 12px;
  }

  .cnv2-search--mobile {
    height: 44px;
    border-radius: 12px;
  }

  .cnv2-search--mobile .cnv2-search__icon {
    left: 14px;
    width: 20px;
    height: 20px;
  }

  .cnv2-search--mobile input[type="search"] {
    padding-right: 14px;
    padding-left: 46px;
    font-size: 13px;
  }

  .cnv2-mobile-overlay {
    position: fixed;
    top: var(--cnv2-mobile-top);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1080;
    display: block;
    background: rgba(17,17,17,.18);
    opacity: 0;
    transition: opacity .22s ease;
  }

  .cnv2-mobile-overlay[hidden] {
    display: none;
  }

  .cnv2-mobile-overlay.is-visible {
    opacity: 1;
  }

  .cnv2-mobile-drawer {
    position: fixed;
    top: var(--cnv2-mobile-top);
    bottom: 0;
    left: 0;
    z-index: 1090;
    display: block;
    width: min(430px, 100%);
    overflow: hidden;
    background: #fff;
    border-right: 1px solid var(--cnv2-line);
    box-shadow: 18px 0 40px rgba(17,17,17,.10);
    transform: translateX(-103%);
    transition: transform .26s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
  }

  .cnv2-mobile-drawer.is-open {
    transform: translateX(0);
  }

  .cnv2-mobile-drawer__scroll {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: max(18px, env(safe-area-inset-bottom));
  }

  .cnv2-mobile-group,
  .cnv2-mobile-direct {
    display: block;
    border-bottom: 1px solid var(--cnv2-line);
  }

  .cnv2-mobile-group__heading {
    display: grid;
    grid-template-columns: 1fr 52px;
    align-items: center;
    min-height: 58px;
  }

  .cnv2-mobile-group__heading > a {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding-left: 22px;
    color: #171717;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .01em;
  }

  .cnv2-mobile-group__heading > button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 58px;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .cnv2-mobile-group__heading > button .cnv2-icon {
    width: 17px;
    height: 17px;
    transform: rotate(90deg);
    transition: transform .18s ease;
  }

  .cnv2-mobile-group.is-open .cnv2-mobile-group__heading > button .cnv2-icon {
    transform: rotate(-90deg);
  }

  .cnv2-mobile-group__panel {
    padding: 0 22px 18px;
  }

  .cnv2-mobile-group__panel[hidden] {
    display: none;
  }

  .cnv2-mobile-view-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    margin-bottom: 20px;
    padding: 0 14px;
    color: #2a2a2a !important;
    background: #f6f4f1;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 520;
  }

  .cnv2-mobile-view-all .cnv2-icon {
    width: 14px;
    height: 14px;
  }

  .cnv2-mobile-section {
    margin-bottom: 22px;
  }

  .cnv2-mobile-section:last-child {
    margin-bottom: 0;
  }

  .cnv2-mobile-section h3 {
    margin-bottom: 4px;
    padding-bottom: 9px;
    font-size: 11px;
  }

  .cnv2-mobile-section > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 43px;
    color: #282828;
    border-bottom: 1px solid #eeeeec;
    font-size: 13px;
    font-weight: 440;
  }

  .cnv2-mobile-section > a:last-child {
    border-bottom: 0;
  }

  .cnv2-mobile-item-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .cnv2-mobile-item-label .cnv2-icon {
    width: 19px;
    height: 19px;
    color: #5d5d5b;
  }

  .cnv2-mobile-chevron {
    width: 13px;
    height: 13px;
    color: #777773;
  }

  .cnv2-mobile-direct {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 22px;
    color: #171717;
    font-size: 14px;
    font-weight: 600;
  }

  .cnv2-mobile-direct > .cnv2-icon {
    width: 16px;
    height: 16px;
  }

  .cnv2-mobile-direct.is-accent {
    color: var(--cnv2-accent-strong);
    background: #fbf3e7;
  }

  .cnv2-mobile-utility {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 1px;
    margin: 18px 16px 0;
    overflow: hidden;
    background: var(--cnv2-line);
    border: 1px solid var(--cnv2-line);
    border-radius: 12px;
  }

  .cnv2-mobile-utility > a {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 52px;
    padding: 10px 12px;
    color: #333;
    background: #fff;
    font-size: 11px;
    font-weight: 500;
  }

  .cnv2-mobile-utility .cnv2-icon {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 420px) {
  .cnv2-main__inner {
    grid-template-columns: 40px 1fr auto;
    gap: 5px;
  }

  .cnv2-actions {
    gap: 2px;
  }

  .cnv2-action {
    min-width: 31px;
  }

  .cnv2-action__icon-wrap {
    width: 31px;
  }

  .cnv2-logo img {
    width: 43px;
    height: 43px;
  }
}

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

/* V2.1: optional Admin-managed promo artwork */
.cnv2-promo__visual--image{background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:18px;min-height:100%;display:block}
.cnv2-promo__visual--image i{display:none!important}

/* -------------------------------------------------------------------------
 * Cello Navigation V2.2
 * Primary category icons, compact sticky header and live search suggestions.
 * ---------------------------------------------------------------------- */
.cnv2-primary__link{gap:8px}
.cnv2-primary__icon{width:19px;height:19px;color:#555;stroke-width:1.55;transition:color .16s ease,transform .16s ease}
.cnv2-primary__link:hover .cnv2-primary__icon,.cnv2-primary__link.is-active .cnv2-primary__icon{color:#111;transform:translateY(-1px)}
.cnv2-primary__link.is-accent .cnv2-primary__icon{color:var(--cnv2-accent-strong)}
.cnv2-mobile-main-label{display:inline-flex;align-items:center;gap:11px;min-width:0}
.cnv2-mobile-main-label>.cnv2-icon{width:20px;height:20px;color:#555;stroke-width:1.55}
.cnv2-mobile-direct.is-accent .cnv2-mobile-main-label>.cnv2-icon{color:var(--cnv2-accent-strong)}

/* Live suggestion layer */
.cnv2-search{z-index:12}
.cnv2-suggest{position:absolute;top:calc(100% + 9px);right:0;left:0;z-index:30;overflow:hidden;max-height:min(520px,calc(100vh - 150px));overflow-y:auto;background:#fff;border:1px solid var(--cnv2-line);border-radius:16px;box-shadow:0 20px 55px rgba(17,17,17,.14);text-align:left}
.cnv2-suggest[hidden]{display:none!important}
.cnv2-suggest__status{padding:19px 20px;color:#777;font-size:12px}
.cnv2-suggest__brand{display:flex;align-items:center;gap:12px;padding:13px 16px;background:#faf9f7;border-bottom:1px solid var(--cnv2-line);color:#222!important}
.cnv2-suggest__brand-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #dfddd9;border-radius:50%;background:#fff}
.cnv2-suggest__brand-icon .cnv2-icon{width:17px;height:17px}
.cnv2-suggest__brand-copy{min-width:0;flex:1}.cnv2-suggest__brand-copy span{display:block;color:#85827d;font-size:9px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.cnv2-suggest__brand-copy strong{display:block;margin-top:2px;font-size:12px;font-weight:600}
.cnv2-suggest__heading{padding:12px 16px 7px;color:#77736e;font-size:9px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}
.cnv2-suggest__product{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:72px;padding:8px 16px;color:#222!important;border-top:1px solid #f0f0ed;transition:background .14s ease}
.cnv2-suggest__product:hover,.cnv2-suggest__product.is-keyboard-active{background:#f8f8f6}
.cnv2-suggest__image{width:54px;height:54px;overflow:hidden;background:#f5f5f3;border-radius:9px}.cnv2-suggest__image img{display:block;width:100%;height:100%;object-fit:contain}
.cnv2-suggest__copy{min-width:0}.cnv2-suggest__copy strong{display:block;overflow:hidden;color:#191919;font-size:12px;font-weight:550;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.cnv2-suggest__copy span{display:block;margin-top:3px;overflow:hidden;color:#898985;font-size:9px;text-overflow:ellipsis;white-space:nowrap}
.cnv2-suggest__price{text-align:right;white-space:nowrap}.cnv2-suggest__price strong{display:block;color:#171717;font-size:11px;font-weight:650}.cnv2-suggest__price del{display:block;margin-top:2px;color:#999;font-size:9px}
.cnv2-suggest__all{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:0 16px;color:#222!important;background:#faf9f7;border-top:1px solid var(--cnv2-line);font-size:11px;font-weight:600}.cnv2-suggest__all .cnv2-icon{width:14px;height:14px}
.cnv2-search.is-suggest-open{border-color:#bbb8b2;box-shadow:0 0 0 4px rgba(17,17,17,.035)}

@media (min-width:992px){
  /* Animate the real row heights instead of max-height. The old 70px max-height
     caused Utility (38px) and Primary (64px) to begin collapsing at different
     moments, producing the visible shake/flicker around the scroll threshold. */
  .cnv2-utility,.cnv2-primary{overflow:hidden;opacity:1;transition:height .22s cubic-bezier(.22,.61,.36,1),opacity .14s ease,border-color .14s ease}
  .cnv2-main__inner,.cnv2-logo,.cnv2-logo img,.cnv2-search,.cnv2-action__icon-wrap,.cnv2-action__label{transition:min-height .22s cubic-bezier(.22,.61,.36,1),width .22s cubic-bezier(.22,.61,.36,1),height .22s cubic-bezier(.22,.61,.36,1),gap .22s cubic-bezier(.22,.61,.36,1),font-size .18s ease,opacity .14s ease}
  .cnv2.is-scrolled .cnv2-utility{height:0;min-height:0;opacity:0;border-bottom-color:transparent;pointer-events:none}
  .cnv2.is-scrolled .cnv2-primary{height:0;opacity:0;border-top-color:transparent;pointer-events:none}
  .cnv2.is-scrolled .cnv2-main__inner{grid-template-columns:82px minmax(340px,1fr) auto;gap:30px;min-height:76px}
  .cnv2.is-scrolled .cnv2-logo{width:62px;height:62px}
  .cnv2.is-scrolled .cnv2-logo img{width:56px;height:56px}
  .cnv2.is-scrolled .cnv2-search{height:44px}
  .cnv2.is-scrolled .cnv2-search__icon{left:18px;width:20px;height:20px}
  .cnv2.is-scrolled .cnv2-search input[type="search"]{padding-left:50px;font-size:13px}
  .cnv2.is-scrolled .cnv2-actions{gap:20px}
  .cnv2.is-scrolled .cnv2-action{min-width:36px;gap:0}
  .cnv2.is-scrolled .cnv2-action__icon-wrap{width:29px;height:29px}
  .cnv2.is-scrolled .cnv2-action__icon-wrap>.cnv2-icon{width:25px;height:25px}
  .cnv2.is-scrolled .cnv2-action__label{width:0;max-width:0;height:0;opacity:0;overflow:hidden}
  .cnv2.is-scrolled .cnv2-mega-layer{display:none}
}

@media (max-width:1260px) and (min-width:992px){
  .cnv2-primary__link{gap:5px;padding-right:7px;padding-left:7px;font-size:11.5px}
  .cnv2-primary__icon{width:16px;height:16px}
  .cnv2.is-scrolled .cnv2-main__inner{grid-template-columns:72px minmax(280px,1fr) auto;gap:22px}
}

@media (max-width:991px){
  .cnv2-suggest{top:calc(100% + 7px);right:0;left:0;max-height:calc(100vh - 145px);border-radius:13px}
  .cnv2-suggest__product{grid-template-columns:48px minmax(0,1fr);padding:8px 12px}.cnv2-suggest__image{width:48px;height:48px}.cnv2-suggest__price{grid-column:2;text-align:left;margin-top:-7px}.cnv2-suggest__price strong,.cnv2-suggest__price del{display:inline;margin-right:7px}
}


/* =========================================================
 * Cello Navigation V2.3 — search image fallback + conversion feedback
 * ======================================================= */
.cnv2-action--consult .cnv2-action__icon-wrap {
  background: var(--cnv2-surface-warm);
  border-color: #e7ded2;
}
.cnv2-action--consult:hover .cnv2-action__icon-wrap {
  color: #6f512f;
  border-color: #d8c6af;
}

.cnv2-suggest__image.is-empty {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f3;
}
.cnv2-suggest__image.is-empty::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1.5px solid #c9c9c4;
  border-radius: 5px;
  background: linear-gradient(145deg, transparent 48%, #d7d7d2 49%, #d7d7d2 53%, transparent 54%);
}

.cnv2-action.is-cart-bump .cnv2-action__icon-wrap {
  animation: cnv2-cart-bump .62s cubic-bezier(.2,.9,.25,1.25);
}
.cnv2-action.is-cart-bump .cnv2-count {
  animation: cnv2-cart-badge .62s ease;
}
@keyframes cnv2-cart-bump {
  0% { transform: scale(1); }
  35% { transform: scale(1.22) rotate(-5deg); }
  62% { transform: scale(.96) rotate(2deg); }
  100% { transform: scale(1) rotate(0); }
}
@keyframes cnv2-cart-badge {
  0%,100% { transform: scale(1); }
  45% { transform: scale(1.34); }
}

.cnv2-cart-toast {
  position: fixed;
  z-index: 2200;
  right: 24px;
  bottom: 24px;
  display: grid;
  grid-template-columns: 38px minmax(180px,1fr) auto;
  align-items: center;
  gap: 12px;
  width: min(460px, calc(100vw - 32px));
  padding: 14px 15px;
  color: #171717;
  background: rgba(255,255,255,.98);
  border: 1px solid #e3e3df;
  border-radius: 16px;
  box-shadow: 0 18px 55px rgba(17,17,17,.16);
  font-family: var(--cnv2-font);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(.98);
  transition: opacity .2s ease, transform .24s cubic-bezier(.2,.8,.25,1), visibility .2s;
}
.cnv2-cart-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.cnv2-cart-toast__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: #171717;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 650;
}
.cnv2-cart-toast__copy { min-width: 0; }
.cnv2-cart-toast__copy strong {
  display: block;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}
.cnv2-cart-toast__copy span {
  display: block;
  margin-top: 2px;
  color: #77736e;
  font-size: 10px;
  line-height: 1.45;
}
.cnv2-cart-toast__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  color: #fff!important;
  background: #171717;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.cnv2-cart-toast__link:hover { color: #fff!important; background: #333; }

@media (max-width: 767px) {
  .cnv2-cart-toast {
    right: 16px;
    bottom: 16px;
    left: 16px;
    grid-template-columns: 34px minmax(0,1fr);
    width: auto;
    padding: 12px;
    border-radius: 14px;
  }
  .cnv2-cart-toast__check { width: 34px; height: 34px; }
  .cnv2-cart-toast__link {
    grid-column: 1 / -1;
    min-height: 38px;
    margin-top: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cnv2-action.is-cart-bump .cnv2-action__icon-wrap,
  .cnv2-action.is-cart-bump .cnv2-count { animation: none; }
  .cnv2-cart-toast { transition: opacity .01s linear; }
}

/* =========================================================
 * Cello Navigation V2.4 — Information hub, reliable search media,
 * and stronger add-to-cart confirmation.
 * ======================================================= */
button.cnv2-action {
  margin: 0;
  padding: 0;
  font: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  appearance: none;
}

.cnv2-info-hub {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cnv2-action--info .cnv2-action__icon-wrap {
  border: 1px solid transparent;
  border-radius: 50%;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}
.cnv2-action--info:hover .cnv2-action__icon-wrap,
.cnv2-action--info.is-active .cnv2-action__icon-wrap {
  background: #f6f4f0;
  border-color: #dfdbd4;
}
.cnv2-info-panel {
  position: absolute;
  z-index: 90;
  top: calc(100% + 15px);
  right: -76px;
  width: 390px;
  overflow: hidden;
  color: #202020;
  background: rgba(255,255,255,.99);
  border: 1px solid #dfdfdb;
  border-radius: 18px;
  box-shadow: 0 24px 65px rgba(17,17,17,.16);
  text-align: left;
  transform-origin: 82% 0;
  animation: cnv2-info-in .18s cubic-bezier(.2,.75,.2,1);
}
.cnv2-info-panel[hidden] { display: none!important; }
@keyframes cnv2-info-in {
  from { opacity: 0; transform: translateY(-5px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.cnv2-info-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 18px 14px;
  background: #faf9f7;
  border-bottom: 1px solid #ebeae6;
}
.cnv2-info-panel__head > div { min-width: 0; }
.cnv2-info-panel__head span {
  display: block;
  color: #9b8266;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
}
.cnv2-info-panel__head strong {
  display: block;
  margin-top: 3px;
  color: #171717;
  font-size: 15px;
  font-weight: 600;
}
.cnv2-info-panel__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #555;
  background: #fff;
  border: 1px solid #e2e0db;
  border-radius: 50%;
  cursor: pointer;
}
.cnv2-info-panel__close .cnv2-icon { width: 16px; height: 16px; }
.cnv2-info-panel__list { padding: 7px; }
.cnv2-info-panel__item {
  display: grid;
  grid-template-columns: 40px minmax(0,1fr) 16px;
  align-items: center;
  gap: 11px;
  min-height: 62px;
  padding: 8px 10px;
  color: #202020!important;
  border-radius: 12px;
  transition: background .14s ease, transform .14s ease;
}
.cnv2-info-panel__item:hover { background: #f7f6f3; transform: translateX(2px); }
.cnv2-info-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #faf9f7;
  border: 1px solid #e5e2dc;
  border-radius: 11px;
}
.cnv2-info-panel__icon .cnv2-icon { width: 19px; height: 19px; }
.cnv2-info-panel__copy { min-width: 0; }
.cnv2-info-panel__copy strong {
  display: block;
  overflow: hidden;
  color: #1b1b1b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cnv2-info-panel__copy small {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #85817c;
  font-size: 9px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cnv2-info-panel__chevron { width: 14px; height: 14px; color: #98938b; }

/* New image endpoint already guarantees a valid URL; keep the object clean and
 * visible immediately when the suggestion panel opens. */
.cnv2-suggest__image img { opacity: 1; transition: opacity .15s ease; }
.cnv2-suggest__image:not(.is-empty) { background: #f7f7f5; }

/* Cart confirmation is intentionally high-attention without leaving Cello's
 * monochrome / warm-neutral design language. */
.cnv2-action.is-cart-ring .cnv2-action__icon-wrap::after {
  content: '';
  position: absolute;
  inset: -8px;
  border: 2px solid #171717;
  border-radius: 50%;
  pointer-events: none;
  animation: cnv2-cart-ring .95s ease-out both;
}
@keyframes cnv2-cart-ring {
  0% { opacity: 0; transform: scale(.65); }
  18% { opacity: .55; }
  100% { opacity: 0; transform: scale(1.48); }
}

.cnv2-cart-fly {
  position: fixed;
  z-index: 2600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  color: #fff;
  background: #171717;
  border: 2px solid #fff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  pointer-events: none;
}
.cnv2-cart-fly img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.cnv2-cart-fly > span { font-size: 18px; font-weight: 700; }

.cnv2-cart-toast {
  top: calc(var(--cnv2-desktop-header-bottom, 118px) + 14px);
  right: 24px;
  bottom: auto;
  grid-template-columns: 58px minmax(210px,1fr);
  gap: 13px 15px;
  width: min(500px, calc(100vw - 36px));
  padding: 16px 17px 15px;
  border-color: #d9d7d1;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(17,17,17,.22);
  transform: translateY(-14px) scale(.985);
}
.cnv2-cart-toast.is-visible { transform: translateY(0) scale(1); }
.cnv2-cart-toast__close {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 2;
  width: 28px;
  height: 28px;
  padding: 0;
  color: #777;
  background: transparent;
  border: 0;
  border-radius: 50%;
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
}
.cnv2-cart-toast__visual {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  background: #f5f4f1;
  border: 1px solid #e2dfd9;
  border-radius: 14px;
}
.cnv2-cart-toast__visual img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.cnv2-cart-toast__check {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  box-shadow: 0 8px 18px rgba(17,17,17,.15);
  transition: width .15s ease,height .15s ease,transform .15s ease;
}
.cnv2-cart-toast__check.is-small {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 22px;
  height: 22px;
  min-width: 22px;
  flex-basis: 22px;
  border: 2px solid #fff;
  font-size: 10px;
}
.cnv2-cart-toast__copy { padding-right: 22px; }
.cnv2-cart-toast__copy small {
  display: block;
  margin-bottom: 3px;
  color: #9b8266;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}
.cnv2-cart-toast__copy strong { font-size: 14px; font-weight: 650; }
.cnv2-cart-toast__copy span {
  max-width: 310px;
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cnv2-cart-toast__actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.cnv2-cart-toast__link,
.cnv2-cart-toast__continue {
  min-height: 40px;
  border-radius: 999px;
  font-family: var(--cnv2-font);
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
}
.cnv2-cart-toast__continue {
  color: #292929;
  background: #f7f5f1;
  border: 1px solid #dedad3;
}
.cnv2-cart-toast__progress {
  position: absolute;
  right: 14px;
  bottom: 0;
  left: 14px;
  height: 3px;
  overflow: hidden;
  background: #eeeae4;
  border-radius: 999px;
}
.cnv2-cart-toast__progress::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #a98761;
  transform-origin: left center;
}
.cnv2-cart-toast.is-visible .cnv2-cart-toast__progress::after { animation: cnv2-cart-progress 5.2s linear both; }
@keyframes cnv2-cart-progress { from { transform: scaleX(1); } to { transform: scaleX(0); } }

@media (max-width: 991px) {
  .cnv2-info-panel {
    position: fixed;
    top: calc(var(--cnv2-mobile-top, 114px) + 8px);
    right: 12px;
    left: 12px;
    width: auto;
    max-height: calc(100vh - var(--cnv2-mobile-top, 114px) - 22px);
    overflow-y: auto;
    border-radius: 16px;
    transform-origin: 75% 0;
  }
  .cnv2-info-panel__item { min-height: 58px; }
}

@media (max-width: 767px) {
  .cnv2-cart-toast {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 54px minmax(0,1fr);
    width: auto;
    padding: 14px;
    border-radius: 17px;
    transform: translateY(22px) scale(.985);
  }
  .cnv2-cart-toast__visual { width: 54px; height: 54px; }
  .cnv2-cart-toast__copy strong { font-size: 13px; }
  .cnv2-cart-toast__actions { gap: 8px; }
  .cnv2-cart-toast__link,
  .cnv2-cart-toast__continue { min-height: 42px; }
  .cnv2-cart-toast__progress { right: 12px; left: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .cnv2-info-panel { animation: none; }
  .cnv2-action.is-cart-ring .cnv2-action__icon-wrap::after,
  .cnv2-cart-toast.is-visible .cnv2-cart-toast__progress::after { animation: none; }
  .cnv2-cart-fly { display: none!important; }
}
.cnv2-cart-toast__actions .cnv2-cart-toast__link,
.cnv2-cart-toast__actions .cnv2-cart-toast__continue { grid-column: auto; width: 100%; }

/* ==========================================================================
 * Cello Navigation V2.6.0 — Stable Header Geometry
 * --------------------------------------------------------------------------
 * Desktop only. The navigation root stays in normal flow; a fixed-height slot
 * preserves document geometry while only .cnv2-main becomes fixed/compact.
 * Stage 1: slot top reaches viewport top -> fixed main at 116px.
 * Stage 2: slot top reaches -40px       -> compact main at 76px.
 * This makes the 40px visual reduction happen only in a fixed layer, never in
 * document flow, eliminating the sticky/scroll feedback loop.
 * ======================================================================== */
.cnv2-sticky-sentinel {
  display: none;
}

@media (min-width: 992px) {
  .cnv2 {
    position: relative;
    top: auto;
    z-index: 990;
  }

  .cnv2-main-slot {
    position: relative;
    height: 116px;
    min-height: 116px;
    background: var(--cnv2-surface);
  }

  .cnv2-sticky-sentinel {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .cnv2-main {
    position: relative;
    z-index: 7;
    width: 100%;
    height: 116px;
  }

  .cnv2.is-fixed {
    box-shadow: none;
  }

  .cnv2.is-fixed .cnv2-main {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 116px;
    min-height: 116px;
    background: rgba(255, 255, 255, .985);
    border-bottom: 1px solid var(--cnv2-line);
    box-shadow: 0 8px 28px rgba(17, 17, 17, .07);
  }

  .cnv2.is-fixed .cnv2-mega-layer {
    display: none;
  }

  /* V2.2/V2.5 collapsed Utility + Primary. V2.6 explicitly keeps those rows
     in invariant flow; they simply scroll away underneath the fixed main row. */
  .cnv2.is-scrolled .cnv2-utility {
    height: 38px;
    min-height: 38px;
    opacity: 1;
    border-bottom-color: var(--cnv2-line);
    pointer-events: auto;
  }

  .cnv2.is-scrolled .cnv2-primary {
    height: 64px;
    min-height: 64px;
    opacity: 1;
    border-top-color: var(--cnv2-line);
    pointer-events: auto;
  }

  .cnv2.is-fixed.is-scrolled .cnv2-main {
    height: 76px;
    min-height: 76px;
  }

  /* Never animate document-flow row heights in V2.6. Only elements inside the
     fixed main row retain the existing logo/search/action compact transitions. */
  .cnv2-utility,
  .cnv2-primary {
    transition: none;
  }
}

@media (max-width: 991px) {
  .cnv2-main-slot {
    position: static;
    height: auto;
    min-height: 0;
  }

  .cnv2-sticky-sentinel {
    display: none !important;
  }
}

