/* ==== Body padding when sticky bar is visible ==== */
body.has-nena-sticky { padding-bottom: 110px !important; }

/* ==== Menu (6441) + Franchise (6445) — full-width container, no Salient max-width cap ==== */
body.page-id-6441 .container-wrap,
body.page-id-6441 .container-wrap > .container.main-content,
body.page-id-6441 .container-wrap > .container.main-content > .row,
body.page-id-6445 .container-wrap,
body.page-id-6445 .container-wrap > .container.main-content,
body.page-id-6445 .container-wrap > .container.main-content > .row {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ==== Menu page — full-width grid, scoped to /menu/ and WC archive only ==== */

/* Kill Salient span_9 column constraint — scoped inside .container-wrap to avoid header nav */
body.post-type-archive-product .container-wrap #post-area,
body.post-type-archive-product .container-wrap .col.span_9,
body.page-id-6441 .container-wrap #post-area,
body.page-id-6441 .container-wrap .col.span_9,
body.page-id-6445 .container-wrap #post-area,
body.page-id-6445 .container-wrap .col.span_9 {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Hide sidebar column — scoped inside .container-wrap */
body.post-type-archive-product .container-wrap #sidebar,
body.post-type-archive-product .container-wrap aside.col.span_3,
body.page-id-6441 .container-wrap #sidebar,
body.page-id-6441 .container-wrap aside.col.span_3,
body.page-id-6445 .container-wrap #sidebar,
body.page-id-6445 .container-wrap aside.col.span_3 {
  display: none !important;
}

/* Kill Salient clearfix pseudo-elements — rogue grid items in CSS Grid */
body.post-type-archive-product ul.products::before,
body.post-type-archive-product ul.products::after,
body.page-id-6441 ul.products::before,
body.page-id-6441 ul.products::after {
  content: none !important;
  display: none !important;
}

/* CSS Grid for product list */
body.post-type-archive-product ul.products,
body.page-id-6441 ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
  padding: 0 32px !important;
  margin: 0 auto !important;
  max-width: 1400px !important;
  list-style: none !important;
  float: none !important;
}

/* Product cards — flex column, rounded with shadow */
body.post-type-archive-product ul.products li.product,
body.page-id-6441 ul.products li.product {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
}

/* Mobile: 2 cols → 1 col */
@media (max-width: 768px) {
  body.post-type-archive-product ul.products,
  body.page-id-6441 ul.products {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
    gap: 12px !important;
  }
}
@media (max-width: 480px) {
  body.post-type-archive-product ul.products,
  body.page-id-6441 ul.products {
    grid-template-columns: 1fr !important;
  }
}

/* ==== Product card typography (scoped to /menu/ only) ==== */

/* Title — fixed 2-line height, above footer */
body.page-id-6441 li.product h2.woocommerce-loop-product__title,
body.page-id-6441 li.product .woocommerce-loop-product__title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  color: #0a0a0a !important;
  line-height: 1.2 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 2.4em !important;
  max-height: 2.4em !important;
  margin: 14px 16px 8px 16px !important;
  padding: 0 !important;
}

/* Footer row: price left, btn/counter right — pinned to card bottom */
body.page-id-6441 li.product .nena-product__footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px !important;
  margin: auto 16px 14px 16px !important;
  padding: 0 !important;
  min-height: 44px !important;
}
body.page-id-6441 li.product .nena-product__footer .price {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  color: #0a0a0a !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
body.page-id-6441 li.product .nena-product__footer .price .woocommerce-Price-amount,
body.page-id-6441 li.product .nena-product__footer .price bdi {
  display: inline !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  color: #0a0a0a !important;
  line-height: 1 !important;
  vertical-align: middle !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.page-id-6441 li.product .nena-product__footer .nena-add-btn,
body.page-id-6441 li.product .nena-product__footer .nena-counter {
  flex: 0 0 auto !important;
  margin-left: auto !important;
}

/* ==== Product image — 4:3 ratio, cover fit ==== */
body.page-id-6441 ul.products li.product img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

/* ==== Card text content ==== */

/* Short description */
body.page-id-6441 li.product .nena-short-desc {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  color: #666 !important;
  line-height: 1.55 !important;
  padding: 0 16px 10px !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
body.page-id-6441 li.product .nena-short-desc:empty { display: none !important; }

/* Macros row (pills) */
body.page-id-6441 li.product .nena-macros {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 5px !important;
  padding: 0 16px 10px !important;
  margin: 0 !important;
}
body.page-id-6441 li.product .nena-macros span {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #777 !important;
  background: #f4f4f4 !important;
  padding: 3px 9px !important;
  border-radius: 20px !important;
}

/* Ingredients */
body.page-id-6441 li.product .nena-ingredients {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  color: #999 !important;
  line-height: 1.5 !important;
  padding: 0 16px 6px !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
body.page-id-6441 li.product .nena-ingredients:empty { display: none !important; }

/* Allergens */
body.page-id-6441 li.product .nena-allergens {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  color: #bbb !important;
  padding: 0 16px 8px !important;
  margin: 0 !important;
}
body.page-id-6441 li.product .nena-allergens strong { color: #888 !important; font-weight: 600 !important; }
body.page-id-6441 li.product .nena-allergens:empty { display: none !important; }

/* ==== Sale price — hide del/onsale badge, no layout residue ==== */
body.page-id-6441 li.product .price del,
body.page-id-6441 li.product .price ins::before,
body.page-id-6441 li.product .price::before,
body.page-id-6441 li.product .onsale,
body.page-id-6441 li.product .price .from {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
body.page-id-6441 li.product .price ins {
  display: inline !important;
  background: transparent !important;
  text-decoration: none !important;
}
/* Prevent WC from adding arrows or symbols via content */
body.page-id-6441 li.product .price bdi::before,
body.page-id-6441 li.product .price bdi::after {
  content: none !important;
}

/* ==== Add button (red +) ==== */
.nena-add-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #FA3434;
  border: none;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center; justify-content: center;
  transition: all .2s;
  padding: 0;
}
.nena-add-btn:hover { background: #e02929; transform: scale(1.05); }

/* ==== Counter (black border, white bg) ==== */
.nena-counter {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #0a0a0a;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  height: 36px; /* match .nena-add-btn height — prevents layout jump on swap */
}
.nena-counter__btn {
  width: 32px; height: 100%;
  background: transparent;
  border: none;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: center; justify-content: center;
  transition: background .15s;
  padding: 0;
}
.nena-counter__btn:hover { background: #f5f5f5; }
.nena-counter__val {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 13px;
  min-width: 22px;
  text-align: center;
  color: #0a0a0a;
}

/* Card in-cart highlight */
body.page-id-6441 .nena-product--in-cart,
body.page-id-6441 li.product.nena-product--in-cart {
  border: 1.5px solid #FA3434 !important;
  border-radius: 16px;
}

/* Hide WC default add-to-cart button */
body.page-id-6441 ul.products li.product .button.add_to_cart_button { display: none !important; }

/* ==== Cart icon portal ==== */

/* When mounted inside Salient nav (desktop) */
#nena-cart-icon-portal.nena-cart-mounted {
  display: inline-flex;
  align-items: center;
  margin: 0 4px;
}

/* Mobile: nav is hidden by Salient — keep portal visible via fixed position.
   Also covers the fallback when mount point not found. */
@media (max-width: 999px) {
  #nena-cart-icon-portal {
    position: fixed !important;
    top: 14px;
    right: 64px; /* leave room for Salient mobile burger (~52px wide) */
    z-index: 100000;
    display: flex !important;
  }
}

.nena-cart-icon {
  position: relative;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #000000;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center; justify-content: center;
  transition: background .2s;
  padding: 0;
  flex-shrink: 0;
}
.nena-cart-icon:hover { background: #FA3434 !important; }

@media (max-width: 999px) {
  .nena-cart-icon {
    width: 40px; height: 40px;
    background: #000000;
    border: none;
    color: #ffffff;
    box-shadow: 0 1px 6px rgba(0,0,0,.25);
  }
}

.nena-cart-icon__badge {
  position: absolute;
  top: -4px; right: -4px;
  min-width: 20px; height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: #FA3434;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 10px;
  display: flex;
  align-items: center; justify-content: center;
  border: 2px solid #fff;
  line-height: 1;
}

/* ==== Sticky cart bar ==== */
.nena-cart-sticky {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  width: calc(100% - 32px);
  max-width: 640px;
  z-index: 9000;
  transition: transform .35s cubic-bezier(.2,.9,.25,1);
  pointer-events: none;
}
.nena-cart-sticky.is-visible { transform: translateX(-50%) translateY(0); pointer-events: auto; }
.nena-cart-sticky__btn {
  width: 100%;
  background: #0a0a0a;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.nena-cart-sticky__left { display: flex; align-items: center; gap: 12px; }
.nena-cart-sticky__icon {
  position: relative;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
}
.nena-cart-sticky__badge {
  position: absolute;
  top: -2px; right: -2px;
  min-width: 18px; height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #FA3434;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 9px;
  display: flex; align-items: center; justify-content: center;
}
.nena-cart-sticky__info { display: flex; flex-direction: column; gap: 2px; text-align: left; }
.nena-cart-sticky__label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.nena-cart-sticky__total { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 14px; }
.nena-cart-sticky__cta {
  display: flex; align-items: center;
  padding: 8px 16px;
  background: #FA3434;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ==== Cart drawer ==== */
.nena-cart-drawer {
  position: fixed; inset: 0;
  z-index: 10000;
  pointer-events: none;
  visibility: hidden;
}
.nena-cart-drawer.is-open { pointer-events: auto; visibility: visible; }
.nena-cart-drawer__overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  transition: opacity .3s;
}
.nena-cart-drawer.is-open .nena-cart-drawer__overlay { opacity: 1; }
.nena-cart-drawer__panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 100%; max-width: 440px;
  background: #fff;
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.2,.9,.25,1);
  box-shadow: -20px 0 40px rgba(0,0,0,.15);
  overflow-y: auto;
}
.nena-cart-drawer.is-open .nena-cart-drawer__panel { transform: translateX(0); }

@media (max-width: 640px) {
  .nena-cart-drawer__panel {
    top: auto; right: 0; left: 0;
    max-width: 100%;
    height: 85vh; max-height: 85vh;
    border-radius: 24px 24px 0 0;
    transform: translateY(100%);
    box-shadow: 0 -10px 40px rgba(0,0,0,.2);
  }
  .nena-cart-drawer.is-open .nena-cart-drawer__panel { transform: translateY(0); }
}

.nena-cart-drawer__header {
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
  display: flex; justify-content: space-between; align-items: center;
  flex-shrink: 0;
  position: sticky; top: 0;
  background: #fff;
  z-index: 1;
}
.nena-cart-drawer__eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 10px;
  letter-spacing: .2em; text-transform: uppercase;
  color: #888; margin: 0 0 4px;
}
.nena-cart-drawer__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 22px;
  letter-spacing: -.01em; text-transform: uppercase;
  color: #0a0a0a; margin: 0;
}
.nena-cart-drawer__close {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  border: none; cursor: pointer;
  font-size: 18px; color: #0a0a0a;
}
.nena-cart-drawer__items { flex: 1; overflow-y: auto; padding: 8px 24px; }
.nena-cart-item {
  display: flex; gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.nena-cart-item:last-child { border-bottom: none; }
.nena-cart-item__img {
  width: 70px; height: 70px;
  border-radius: 12px;
  background: #f0f0f0;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.nena-cart-item__body { flex: 1; min-width: 0; }
.nena-cart-item__name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 14px;
  margin: 0 0 4px; color: #0a0a0a; line-height: 1.2;
}
.nena-cart-item__each { font-size: 11px; color: #888; margin: 0 0 10px; }
.nena-cart-item__row { display: flex; justify-content: space-between; align-items: center; }
.nena-cart-item__sub { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 15px; margin: 0; color: #0a0a0a; }

.nena-cart-drawer__footer {
  padding: 20px 24px;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
  flex-shrink: 0;
}
.nena-cart-drawer__total {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 16px;
}
.nena-cart-drawer__total span:first-child {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 11px;
  letter-spacing: .15em; text-transform: uppercase; color: #888;
}
.nena-cart-drawer__total span:last-child {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 22px; color: #0a0a0a;
}
.nena-cart-drawer__primary {
  width: 100%; padding: 14px 20px;
  background: #FA3434; color: #fff;
  border: none; border-radius: 999px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 13px;
  letter-spacing: .12em; text-transform: uppercase;
  cursor: pointer; margin-bottom: 8px;
}
.nena-cart-drawer__primary:hover { background: #e02929; }
.nena-cart-drawer__badge {
  background: #0a0a0a; color: #fff;
  padding: 3px 7px; border-radius: 999px;
  font-size: 9px; margin-left: 2px;
}
.nena-cart-drawer__alts { display: flex; gap: 8px; }
.nena-cart-drawer__alt {
  flex: 1; padding: 11px;
  border: none; border-radius: 999px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 10px;
  letter-spacing: .1em; text-transform: uppercase;
  cursor: pointer; transition: transform .15s;
}
.nena-cart-drawer__alt:hover { transform: translateY(-1px); }
.nena-cart-drawer__alt--gofood  { background: #E53935; }
.nena-cart-drawer__alt--grabfood { background: #00B14F; }

/* Empty state */
.nena-cart-drawer__empty { padding: 60px 32px; text-align: center; flex: 1; }
.nena-cart-drawer__empty p { color: #888; margin: 0 0 20px; }
.nena-cart-drawer__empty-cta {
  display: inline-block; padding: 12px 24px;
  background: #FA3434; color: #fff;
  text-decoration: none; border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase;
}

/* Success state */
.nena-cart-success { padding: 40px 32px; text-align: center; border-bottom: 1px solid #f0f0f0; }
.nena-cart-success__icon {
  width: 72px; height: 72px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
}
.nena-cart-success__icon--black { background: #0a0a0a; }
.nena-cart-success__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 24px;
  letter-spacing: -.01em; text-transform: uppercase;
  color: #0a0a0a; margin: 0 0 8px; line-height: 1;
}
.nena-cart-success__sub {
  font-size: 14px; color: #666; line-height: 1.5;
  margin: 0 0 24px;
  max-width: 320px; margin-left: auto; margin-right: auto;
}
.nena-cart-success__phone {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; background: #f5f5f5; border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 11px;
  letter-spacing: .08em; text-transform: uppercase; color: #0a0a0a;
}
.nena-cart-drawer__summary { padding: 20px 24px; background: #fafafa; }
.nena-cart-drawer__stitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 10px;
  letter-spacing: .15em; text-transform: uppercase;
  color: #888; margin: 0 0 12px;
}
.nena-cart-drawer__srow { display: flex; justify-content: space-between; padding: 6px 0; font-size: 13px; color: #0a0a0a; }
.nena-cart-drawer__stotal {
  display: flex; justify-content: space-between;
  padding: 12px 0 0; margin-top: 8px;
  border-top: 1px solid #e8e8e8;
  font-family: 'Montserrat', sans-serif; font-weight: 900; text-transform: uppercase;
}
.nena-cart-drawer__stotal span:first-child { font-size: 11px; letter-spacing: .05em; }
.nena-cart-drawer__stotal span:last-child  { font-size: 16px; }
.nena-cart-drawer__snote { font-size: 12px; color: #888; margin: 0 0 12px; line-height: 1.5; text-align: center; }
.nena-cart-drawer__alttowa {
  width: 100%; padding: 10px 20px;
  background: transparent; color: #FA3434; border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase; cursor: pointer;
}
.nena-cart-drawer__sactions {
  padding: 16px 24px;
  display: flex; flex-direction: column; gap: 8px;
}
.nena-cart-drawer__sprimary {
  width: 100%; padding: 12px;
  background: #fff; color: #0a0a0a;
  border: 1.5px solid #0a0a0a; border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 11px;
  letter-spacing: .12em; text-transform: uppercase; cursor: pointer;
}
.nena-cart-drawer__ssecondary {
  width: 100%; padding: 12px;
  background: transparent; color: #666; border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; font-size: 10px;
  letter-spacing: .12em; text-transform: uppercase; cursor: pointer;
}

/* ==== NPC — redesigned product card (scoped to /menu/) ==== */

body.page-id-6441 li.product .npc-media {
  position: relative;
  overflow: hidden;
}
body.page-id-6441 li.product .npc-img-link {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  line-height: 0;
}
body.page-id-6441 li.product .npc-img-link img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: unset !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  transition: transform .4s ease;
}
body.page-id-6441 li.product:hover .npc-img-link img { transform: scale(1.04); }

body.page-id-6441 li.product .npc-badge {
  position: absolute;
  top: 12px; left: 12px;
  padding: 4px 10px;
  border-radius: 100px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 900;
  letter-spacing: .06em; text-transform: uppercase;
  pointer-events: none; z-index: 2;
}
body.page-id-6441 li.product .npc-badge--dark { background: rgba(10,10,10,.78); color: #fff; }
body.page-id-6441 li.product .npc-badge--red  { background: #FA3434; color: #fff; }

body.page-id-6441 li.product .npc-num {
  position: absolute;
  bottom: -6px; right: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1;
  color: rgba(255,255,255,.2);
  pointer-events: none; user-select: none; z-index: 2;
}

body.page-id-6441 li.product .npc-body {
  display: flex;
  flex-direction: column;
  padding: 14px 16px 16px;
  flex: 1;
}

body.page-id-6441 li.product .npc-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}
body.page-id-6441 li.product .npc-name-link {
  text-decoration: none !important;
  flex: 1 1 auto; min-width: 0;
}
body.page-id-6441 li.product .npc-name-link:hover { text-decoration: none !important; }
body.page-id-6441 li.product .npc-name {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: #0a0a0a !important;
  line-height: 1.2 !important;
  margin: 0 !important; padding: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: unset !important; max-height: unset !important;
}
body.page-id-6441 li.product .npc-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900; font-size: 14px; color: #0a0a0a;
  white-space: nowrap; flex-shrink: 0; padding-top: 1px;
}
body.page-id-6441 li.product .npc-price .woocommerce-Price-amount,
body.page-id-6441 li.product .npc-price bdi {
  font-size: 14px !important; font-weight: 900 !important; color: #0a0a0a !important;
}
body.page-id-6441 li.product .npc-price del,
body.page-id-6441 li.product .npc-price ins::before,
body.page-id-6441 li.product .npc-price .from { display: none !important; }
body.page-id-6441 li.product .npc-price ins { display: inline !important; background: transparent !important; text-decoration: none !important; }
body.page-id-6441 li.product .npc-price bdi::before,
body.page-id-6441 li.product .npc-price bdi::after { content: none !important; }

body.page-id-6441 li.product .npc-desc {
  font-family: 'Inter', sans-serif;
  font-size: 12px; color: #777; line-height: 1.5;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.page-id-6441 li.product .npc-macros {
  display: flex; flex-wrap: wrap; gap: 4px;
  margin-bottom: 12px;
}
body.page-id-6441 li.product .npc-macros span {
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 600; color: #777;
  background: #f4f4f4; padding: 2px 8px; border-radius: 20px;
}

body.page-id-6441 li.product .npc-foot {
  margin-top: auto;
  display: flex; justify-content: flex-end;
  padding-top: 4px;
}

@media (max-width: 480px) {
  li.product .npc-num { font-size: 32px; }
}

/* ============================================================
   MENU — FINAL SIMPLE CARD STYLING (no grouping)
   ============================================================ */

/* Grid — плоский, просто колонки */
body.post-type-archive-product ul.products,
body.nena-menu-archive ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 24px !important;
    padding: 40px 32px 80px 32px !important;
    margin: 0 auto !important;
    max-width: 1400px !important;
    width: 100% !important;
    list-style: none !important;
    float: none !important;
    background: #fff !important;
}

/* Удаляем category header стили если где-то остались */
body.post-type-archive-product li.nena-category-header {
    display: none !important;
}

/* Card */
body.post-type-archive-product ul.products li.product {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 0 72px 0 !important;
    float: none !important;
    clear: none !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    position: relative !important;
    transition: all 0.2s !important;
}

body.post-type-archive-product ul.products li.product:hover {
    border-color: #FA3434 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important;
}

/* Media area — фото 4:3 */
body.post-type-archive-product li.product > a:first-child {
    display: block !important;
    position: relative !important;
    aspect-ratio: 4 / 3 !important;
    background: #f5f5f5 !important;
    overflow: hidden !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    isolation: isolate !important;
}

body.post-type-archive-product li.product img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* Overlay: номер 01, 02, 03 — огромная полупрозрачная цифра внизу-справа media */
body.post-type-archive-product li.product .nena-num-overlay {
    position: absolute !important;
    bottom: -8px !important;
    right: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 88px !important;
    color: rgba(255, 255, 255, 0.45) !important;
    line-height: 1 !important;
    user-select: none !important;
    pointer-events: none !important;
    z-index: 10 !important;
    letter-spacing: -0.03em !important;
    mix-blend-mode: overlay !important;
}

/* Title */
body.post-type-archive-product li.product h2.woocommerce-loop-product__title,
body.post-type-archive-product li.product .woocommerce-loop-product__title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
    color: #0a0a0a !important;
    line-height: 1.2 !important;
    margin: 18px 20px 8px 20px !important;
    padding: 0 !important;
    letter-spacing: -0.01em !important;
    display: block !important;
}

/* Price — красный жирный сразу под title */
body.post-type-archive-product li.product .price,
body.post-type-archive-product li.product span.price {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    color: #FA3434 !important;
    margin: 0 20px 10px 20px !important;
    padding: 0 !important;
    display: block !important;
}

body.post-type-archive-product li.product .price .woocommerce-Price-amount {
    color: #FA3434 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

body.post-type-archive-product li.product .price del {
    display: none !important;
}

/* Short description */
body.post-type-archive-product li.product .nena-short-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #5a5a5a !important;
    line-height: 1.5 !important;
    margin: 0 20px 10px 20px !important;
    padding: 0 !important;
}

body.post-type-archive-product li.product .nena-short-desc:empty {
    display: none !important;
}

/* Allergens */
body.post-type-archive-product li.product .nena-allergens {
    font-family: 'Inter', sans-serif !important;
    font-size: 10px !important;
    color: #999 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    margin: 0 20px 8px 20px !important;
    font-weight: 500 !important;
}

/* КБЖУ pills — .nena-macros (PHP) и .nena-nutrition (добавляется JS) */
body.post-type-archive-product li.product .nena-macros,
body.post-type-archive-product li.product .nena-nutrition {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 0 20px 14px 20px !important;
    padding: 0 !important;
    background: transparent !important;
}

body.post-type-archive-product li.product .nena-macros span,
body.post-type-archive-product li.product .nena-nutrition span {
    background: #f3f3f3 !important;
    color: #6b6b6b !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    padding: 4px 10px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    line-height: 1.3 !important;
    display: inline-block !important;
}

/* Hide WC buttons/links */
body.post-type-archive-product li.product a.add_to_cart_button,
body.post-type-archive-product li.product a.button.product_type_simple,
body.post-type-archive-product li.product a.ajax_add_to_cart,
body.post-type-archive-product li.product .added_to_cart,
body.post-type-archive-product li.product .nena-whatsapp,
body.post-type-archive-product li.product a[href*="wa.me"] {
    display: none !important;
}

/* "+" button — absolute в правом нижнем углу карточки */
body.post-type-archive-product li.product .nena-add-btn {
    position: absolute !important;
    bottom: 16px !important;
    right: 16px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 999px !important;
    background: #FA3434 !important;
    color: #fff !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    padding: 0 !important;
    box-shadow: 0 4px 12px rgba(250, 52, 52, 0.3) !important;
    transition: transform 0.15s !important;
    z-index: 5 !important;
}

body.post-type-archive-product li.product .nena-add-btn:hover {
    transform: scale(1.08) !important;
}

/* Counter */
body.post-type-archive-product li.product .nena-counter {
    position: absolute !important;
    bottom: 16px !important;
    right: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    background: #fff !important;
    border: 1.5px solid #0a0a0a !important;
    border-radius: 999px !important;
    height: 44px !important;
    z-index: 5 !important;
}

body.post-type-archive-product li.product .nena-counter button {
    width: 36px !important;
    height: 42px !important;
    border: none !important;
    background: transparent !important;
    color: #0a0a0a !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

body.post-type-archive-product li.product .nena-counter span {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    min-width: 20px !important;
    text-align: center !important;
    color: #0a0a0a !important;
}

@media (max-width: 640px) {
    body.post-type-archive-product ul.products {
        grid-template-columns: 1fr !important;
        padding: 24px 16px 48px 16px !important;
    }
}

/* ============================================================
   MENU CARD — FINAL RESTORE (title, price, + button)
   ============================================================ */

/* Reset ::before on card and title */
body.post-type-archive-product li.product::before,
body.post-type-archive-product li.product::after,
body.post-type-archive-product li.product h2.woocommerce-loop-product__title::before,
body.post-type-archive-product li.product h2.woocommerce-loop-product__title::after,
body.nena-menu-archive li.product::before,
body.nena-menu-archive li.product::after {
    content: none !important;
    display: none !important;
}

/* TITLE */
body.post-type-archive-product li.product h2.woocommerce-loop-product__title,
body.post-type-archive-product li.product .woocommerce-loop-product__title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
    color: #0a0a0a !important;
    line-height: 1.2 !important;
    margin: 16px 20px 6px 20px !important;
    padding: 0 !important;
    letter-spacing: -0.01em !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100% !important;
    height: auto !important;
    overflow: visible !important;
}

/* PRICE */
body.post-type-archive-product li.product .price,
body.post-type-archive-product li.product span.price {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    color: #FA3434 !important;
    margin: 0 20px 10px 20px !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    float: none !important;
}

body.post-type-archive-product li.product .price .woocommerce-Price-amount {
    color: #FA3434 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    display: inline !important;
    visibility: visible !important;
}

body.post-type-archive-product li.product .price del {
    display: none !important;
}

/* "+" BUTTON */
body.post-type-archive-product li.product .nena-add-btn,
body.nena-menu-archive li.product .nena-add-btn {
    position: absolute !important;
    bottom: 16px !important;
    right: 16px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 999px !important;
    background: #FA3434 !important;
    color: #fff !important;
    border: none !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    padding: 0 !important;
    box-shadow: 0 4px 12px rgba(250, 52, 52, 0.3) !important;
    z-index: 10 !important;
}

body.post-type-archive-product li.product .nena-counter {
    position: absolute !important;
    bottom: 16px !important;
    right: 16px !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10 !important;
}

/* NUM OVERLAY — inside media a:first-child */
body.post-type-archive-product li.product > a:first-child,
body.nena-menu-archive li.product > a:first-child {
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
    aspect-ratio: 4 / 3 !important;
}

body.post-type-archive-product li.product .nena-num-overlay,
body.nena-menu-archive li.product .nena-num-overlay {
    position: absolute !important;
    bottom: 4px !important;
    right: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 80px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    line-height: 1 !important;
    user-select: none !important;
    pointer-events: none !important;
    z-index: 5 !important;
    letter-spacing: -0.02em !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

/* Card min-height for "+" button room */
body.post-type-archive-product ul.products li.product,
body.nena-menu-archive ul.products li.product {
    padding-bottom: 72px !important;
    min-height: 380px !important;
}

/* ============================================================
   MENU CARD — CORRECT DOM-AWARE STYLES (product-wrap structure)
   ============================================================ */

/* Grid */
body.post-type-archive-product ul.products,
body.nena-menu-archive ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 24px !important;
    padding: 40px 32px 80px !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    list-style: none !important;
    float: none !important;
    width: 100% !important;
    background: transparent !important;
}

/* li.product — the card */
body.post-type-archive-product ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    padding: 0 0 76px 0 !important;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s !important;
}
body.post-type-archive-product ul.products li.product:hover {
    border-color: #FA3434 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important;
}

/* product-wrap — photo + button container */
body.post-type-archive-product li.product .product-wrap {
    position: static !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Media link — CORRECT: inside .product-wrap */
body.post-type-archive-product li.product .product-wrap > a:first-child {
    display: block !important;
    position: relative !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    background: #f5f5f5 !important;
    line-height: 0 !important;
}
body.post-type-archive-product li.product .product-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    transition: transform 0.3s ease !important;
}
body.post-type-archive-product li.product:hover .product-wrap img {
    transform: scale(1.04) !important;
}

/* Num overlay — absolute inside .product-wrap > a */
body.post-type-archive-product li.product .nena-num-overlay {
    position: absolute !important;
    bottom: 4px !important;
    right: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 80px !important;
    color: rgba(255,255,255,0.5) !important;
    line-height: 1 !important;
    user-select: none !important;
    pointer-events: none !important;
    z-index: 5 !important;
    letter-spacing: -0.02em !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
}

/* Title */
body.post-type-archive-product li.product h2.woocommerce-loop-product__title,
body.post-type-archive-product li.product .woocommerce-loop-product__title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    color: #0a0a0a !important;
    line-height: 1.2 !important;
    margin: 16px 18px 6px !important;
    padding: 0 !important;
    letter-spacing: -0.01em !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Price */
body.post-type-archive-product li.product .price,
body.post-type-archive-product li.product span.price {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    color: #FA3434 !important;
    margin: 0 18px 8px !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
body.post-type-archive-product li.product .price .woocommerce-Price-amount {
    color: #FA3434 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    display: inline !important;
}
body.post-type-archive-product li.product .price del { display: none !important; }

/* Ingredients */
body.post-type-archive-product li.product .nena-ingredients {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    color: #777 !important;
    line-height: 1.5 !important;
    margin: 0 18px 6px !important;
    padding: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Allergens */
body.post-type-archive-product li.product .nena-allergens {
    font-size: 10px !important;
    color: #bbb !important;
    margin: 0 18px 6px !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

/* КБЖУ pills — .nena-macros is the actual PHP class */
body.post-type-archive-product li.product .nena-macros,
body.post-type-archive-product li.product .nena-nutrition {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin: 0 18px 10px !important;
    padding: 0 !important;
    background: transparent !important;
    list-style: none !important;
}
body.post-type-archive-product li.product .nena-macros span,
body.post-type-archive-product li.product .nena-nutrition span {
    background: #f3f3f3 !important;
    color: #666 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    padding: 3px 9px !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    line-height: 1.4 !important;
}

/* Hide the WC default add-to-cart link, keep our button */
body.post-type-archive-product li.product a.button.add_to_cart_button,
body.post-type-archive-product li.product a.ajax_add_to_cart,
body.post-type-archive-product li.product .added_to_cart {
    display: none !important;
}

/* product-add-to-cart wrapper — zero height, button escapes via absolute */
body.post-type-archive-product li.product .product-add-to-cart {
    height: 0 !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}

/* + button — absolute to li.product */
body.post-type-archive-product li.product .nena-add-btn {
    position: absolute !important;
    bottom: 16px !important;
    right: 16px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 999px !important;
    background: #FA3434 !important;
    color: #fff !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    padding: 0 !important;
    z-index: 10 !important;
    box-shadow: 0 4px 12px rgba(250,52,52,0.3) !important;
    transition: transform 0.15s !important;
    visibility: visible !important;
    opacity: 1 !important;
}
body.post-type-archive-product li.product .nena-add-btn:hover {
    transform: scale(1.08) !important;
}

/* Counter (cart.js replaces + with counter) */
body.post-type-archive-product li.product .nena-counter {
    position: absolute !important;
    bottom: 16px !important;
    right: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    background: #fff !important;
    border: 1.5px solid #0a0a0a !important;
    border-radius: 999px !important;
    height: 44px !important;
    z-index: 10 !important;
    visibility: visible !important;
    opacity: 1 !important;
}
body.post-type-archive-product li.product .nena-counter button {
    width: 36px !important;
    height: 42px !important;
    border: none !important;
    background: transparent !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    color: #0a0a0a !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}
body.post-type-archive-product li.product .nena-counter .nena-counter__val,
body.post-type-archive-product li.product .nena-counter span:not(.nena-counter__btn) {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 14px !important;
    min-width: 20px !important;
    text-align: center !important;
    color: #0a0a0a !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

/* Reset pseudo-elements — belt + suspenders */
body.post-type-archive-product li.product::before,
body.post-type-archive-product li.product::after,
body.nena-menu-archive li.product::before,
body.nena-menu-archive li.product::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 640px) {
    body.post-type-archive-product ul.products {
        grid-template-columns: 1fr !important;
        padding: 24px 16px 60px !important;
    }
}

/* ============================================================
   MENU CATEGORY SECTIONS (2026-04-23 v8)
   JS groups products into .nena-cat > ul.nena-cat-grid
   ============================================================ */

/* Hide the original (now-empty) wrapper */
body.post-type-archive-product ul.products[data-nena-grouped="1"] {
    display: none !important;
}

/* Outer cats container */
body.post-type-archive-product .nena-menu-cats,
body.nena-menu-archive .nena-menu-cats {
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 16px 32px 80px !important;
    background: transparent !important;
}

/* Section wrapper */
body.post-type-archive-product .nena-cat,
body.nena-menu-archive .nena-cat {
    margin: 0 0 48px !important;
    padding: 0 !important;
}

/* Category title */
body.post-type-archive-product .nena-cat__title,
body.nena-menu-archive .nena-cat__title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(24px, 3vw, 36px) !important;
    color: #0a0a0a !important;
    text-transform: uppercase !important;
    letter-spacing: -0.02em !important;
    line-height: 1.1 !important;
    margin: 24px 0 20px !important;
    padding: 0 0 14px !important;
    border-bottom: 2px solid #FA3434 !important;
    position: relative !important;
}

/* Grid for the per-category ul */
body.post-type-archive-product ul.nena-cat-grid,
body.nena-menu-archive ul.nena-cat-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    list-style: none !important;
    float: none !important;
    width: 100% !important;
    background: transparent !important;
}

/* Per-card rules already apply (body.post-type-archive-product li.product) — nothing extra needed */

/* Mobile */
@media (max-width: 640px) {
    body.post-type-archive-product .nena-menu-cats {
        padding: 8px 16px 60px !important;
    }
    body.post-type-archive-product ul.nena-cat-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    body.post-type-archive-product .nena-cat {
        margin: 0 0 32px !important;
    }
}

/* ============================================================
   MENU PILL FILTER BAR (2026-04-23 v9)
   Rendered by nena-menu.php under the marquee
   ============================================================ */

body.post-type-archive-product .nena-pillbar,
body.nena-menu-archive .nena-pillbar {
    width: 100% !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(0,0,0,0.06) !important;
    padding: 16px 0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 20 !important;
}

body.post-type-archive-product .nena-pillbar__inner,
body.nena-menu-archive .nena-pillbar__inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 32px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
}
body.post-type-archive-product .nena-pillbar__inner::-webkit-scrollbar {
    display: none !important;
}

body.post-type-archive-product .nena-pill,
body.nena-menu-archive .nena-pill {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 20px !important;
    border-radius: 999px !important;
    background: #f3f3f3 !important;
    color: #0a0a0a !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    text-decoration: none !important;
    border: 1.5px solid transparent !important;
    transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.1s !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    line-height: 1 !important;
}
body.post-type-archive-product .nena-pill:hover,
body.nena-menu-archive .nena-pill:hover {
    background: #eaeaea !important;
    transform: translateY(-1px) !important;
}
body.post-type-archive-product .nena-pill.is-active,
body.nena-menu-archive .nena-pill.is-active {
    background: #FA3434 !important;
    color: #fff !important;
    border-color: #FA3434 !important;
    box-shadow: 0 4px 12px rgba(250,52,52,0.25) !important;
}

@media (max-width: 640px) {
    body.post-type-archive-product .nena-pillbar__inner {
        padding: 0 16px !important;
        gap: 8px !important;
    }
    body.post-type-archive-product .nena-pill {
        padding: 9px 16px !important;
        font-size: 11px !important;
    }
}

/* Client-side pill filter hides non-matching sections (2026-04-23 v10) */
body.post-type-archive-product .nena-cat.is-hidden,
body.nena-menu-archive .nena-cat.is-hidden { display: none !important; }

/* ============================================================
   MENU CARD COMPACT v11 (2026-04-23)
   - Pillbar transparent
   - Media 4:3, clamped height
   - Title/ingredients 2-line clamp
   - Price + "+" on one row via .nena-product__footer (existing wrapper)
   ============================================================ */

/* ── 1. Pillbar transparent background ── */
body.post-type-archive-product .nena-pillbar,
body.nena-menu-archive .nena-pillbar {
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* ── 2. Media — locked 4:3, max 260px tall ── */
body.post-type-archive-product li.product .product-wrap > a:first-child,
body.nena-menu-archive li.product .product-wrap > a:first-child {
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
    max-height: 260px !important;
    min-height: 0 !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    background: #f5f5f5 !important;
    line-height: 0 !important;
}
body.post-type-archive-product li.product .product-wrap img,
body.nena-menu-archive li.product .product-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    margin: 0 !important;
}

/* ── 3. Card body compaction ── */
body.post-type-archive-product ul.nena-cat-grid li.product,
body.post-type-archive-product ul.products li.product {
    padding: 0 0 12px 0 !important;
    min-height: 0 !important;
}

body.post-type-archive-product li.product h2.woocommerce-loop-product__title,
body.post-type-archive-product li.product .woocommerce-loop-product__title {
    margin: 14px 16px 6px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    min-height: 2.4em !important;
    max-height: 2.4em !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

/* .nena-ingredients acts as description (from nena-menu-hook.php) */
body.post-type-archive-product li.product .nena-ingredients {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin: 0 16px 8px !important;
    padding: 0 !important;
    color: #6b6b6b !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2.8em !important;
}

body.post-type-archive-product li.product .nena-allergens {
    font-size: 9px !important;
    margin: 0 16px 6px !important;
    letter-spacing: 0.1em !important;
    color: #bbb !important;
}

body.post-type-archive-product li.product .nena-macros,
body.post-type-archive-product li.product .nena-nutrition {
    margin: 0 16px 10px !important;
    gap: 5px !important;
    padding: 0 !important;
}
body.post-type-archive-product li.product .nena-macros span,
body.post-type-archive-product li.product .nena-nutrition span {
    font-size: 10px !important;
    padding: 3px 8px !important;
}

/* ── 4. Price + "+" on one row (uses existing .nena-product__footer from cart.js) ── */
body.post-type-archive-product li.product .nena-product__footer,
body.post-type-archive-product li.product .nena-price-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 10px 16px 4px !important;
    padding: 10px 0 0 !important;
    border-top: 1px solid rgba(0,0,0,0.06) !important;
    min-height: 44px !important;
}

body.post-type-archive-product li.product .nena-product__footer .price,
body.post-type-archive-product li.product .nena-price-row .price {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    min-height: 0 !important;
    flex: 1 1 auto !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    color: #FA3434 !important;
    position: static !important;
    float: none !important;
}
body.post-type-archive-product li.product .nena-product__footer .price .woocommerce-Price-amount,
body.post-type-archive-product li.product .nena-price-row .price .woocommerce-Price-amount {
    color: #FA3434 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

/* "+" button — static, inside the flex row (NOT absolute anymore) */
body.post-type-archive-product li.product .nena-product__footer .nena-add-btn,
body.post-type-archive-product li.product .nena-price-row .nena-add-btn {
    position: static !important;
    bottom: auto !important;
    right: auto !important;
    margin: 0 !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 18px !important;
    flex: 0 0 auto !important;
    box-shadow: 0 2px 6px rgba(250,52,52,0.3) !important;
}

/* Counter (after add) — also static inline */
body.post-type-archive-product li.product .nena-product__footer .nena-counter,
body.post-type-archive-product li.product .nena-price-row .nena-counter {
    position: static !important;
    bottom: auto !important;
    right: auto !important;
    height: 36px !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}

/* ============================================================
   PRODUCT MODAL v12 (2026-04-23) — click "+" or product link opens this
   ============================================================ */

.nena-modal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
}
.nena-modal.is-open { display: flex !important; }

.nena-modal__backdrop {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(10,10,10,0.6) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    cursor: pointer !important;
}

.nena-modal__dialog {
    position: relative !important;
    background: #fff !important;
    border-radius: 24px !important;
    max-width: 480px !important;
    width: 100% !important;
    max-height: 90vh !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 24px 64px rgba(0,0,0,0.3) !important;
    animation: nena-modal-in 0.25s ease-out !important;
}
@keyframes nena-modal-in {
    from { opacity: 0; transform: translateY(20px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.nena-modal__close {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.95) !important;
    color: #0a0a0a !important;
    border: none !important;
    font-size: 22px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    z-index: 10 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
    font-weight: 300 !important;
}
.nena-modal__close:hover {
    background: #fff !important;
    transform: scale(1.05) !important;
}

.nena-modal__media {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    border-radius: 16px 16px 0 0 !important;
    background: #f4f4f4 !important;
    flex-shrink: 0 !important;
}
.nena-modal__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nena-modal__body {
    padding: 20px !important;
    overflow-y: auto !important;
    flex: 1 !important;
    -webkit-overflow-scrolling: touch !important;
}

.nena-modal__head { margin-bottom: 10px !important; }
.nena-modal__title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 22px !important;
    color: #0a0a0a !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.01em !important;
}
.nena-modal__meta-row {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    justify-content: space-between !important;
}
.nena-modal__weight {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #888 !important;
    font-weight: 500 !important;
}
.nena-modal__price {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    color: #FA3434 !important;
    font-size: 18px !important;
}

.nena-modal__short-desc {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #5a5a5a !important;
    line-height: 1.5 !important;
    margin: 10px 0 12px 0 !important;
}
.nena-modal__short-desc:empty { display: none !important; }

.nena-modal__allergens-wrap {
    display: flex !important;
    gap: 6px !important;
    align-items: baseline !important;
    margin: 0 0 12px 0 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    color: #999 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
}
.nena-modal__allergens:empty,
.nena-modal__allergens-wrap[hidden] { display: none !important; }

.nena-modal__nutrition {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-bottom: 18px !important;
}
.nena-modal__nutrition:empty { display: none !important; }
.nena-modal__nutrition span {
    background: #f3f3f3 !important;
    color: #6b6b6b !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    padding: 4px 10px !important;
    border-radius: 999px !important;
    line-height: 1.3 !important;
}

.nena-modal__section-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 0.1em !important;
    color: #0a0a0a !important;
    margin: 0 0 4px 0 !important;
    display: block !important;
}
.nena-modal__hint {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    color: #999 !important;
    margin: 0 0 10px 0 !important;
}

.nena-modal__ingredients-wrap {
    margin-bottom: 18px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
}
.nena-modal__ingredients {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}
.nena-modal__ingredient {
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 14px !important;
    background: #FA3434 !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
    cursor: pointer !important;
    transition: all 0.15s !important;
    border: 1.5px solid #FA3434 !important;
    user-select: none !important;
    line-height: 1 !important;
}
.nena-modal__ingredient.is-removed {
    background: #fff !important;
    color: #999 !important;
    border-color: #ddd !important;
    text-decoration: line-through !important;
    text-decoration-color: #bbb !important;
}
.nena-modal__ingredient:hover { transform: translateY(-1px) !important; }

.nena-modal__notes-wrap {
    margin-bottom: 20px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
}
.nena-modal__notes {
    width: 100% !important;
    padding: 10px 12px !important;
    border: 1.5px solid rgba(0,0,0,0.12) !important;
    border-radius: 12px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    resize: none !important;
    outline: none !important;
    background: #fafafa !important;
    box-sizing: border-box !important;
    margin-top: 8px !important;
}
.nena-modal__notes:focus {
    border-color: #FA3434 !important;
    background: #fff !important;
}

.nena-modal__footer {
    position: sticky !important;
    bottom: 0 !important;
    background: #fff !important;
    margin: 0 -20px -20px -20px !important;
    padding: 16px 20px !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    z-index: 5 !important;
}
.nena-modal__qty-wrap {
    display: inline-flex !important;
    align-items: center !important;
    background: #fff !important;
    border: 1.5px solid #0a0a0a !important;
    border-radius: 999px !important;
    height: 44px !important;
    flex-shrink: 0 !important;
}
.nena-modal__qty-btn {
    width: 38px !important;
    height: 42px !important;
    border: none !important;
    background: transparent !important;
    color: #0a0a0a !important;
    cursor: pointer !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}
.nena-modal__qty {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    min-width: 24px !important;
    text-align: center !important;
}
.nena-modal__add {
    flex: 1 !important;
    background: #FA3434 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 0 24px !important;
    height: 44px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    font-size: 12px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 12px rgba(250,52,52,0.3) !important;
    transition: transform 0.15s !important;
}
.nena-modal__add:hover { transform: translateY(-1px) !important; }

@media (max-width: 640px) {
    .nena-modal {
        padding: 0 !important;
        align-items: flex-end !important;
    }
    .nena-modal__dialog {
        max-width: 100% !important;
        max-height: 95vh !important;
        border-radius: 20px 20px 0 0 !important;
    }
}

body.nena-modal-open { overflow: hidden !important; }

/* ── Cart drawer: removed ingredients + notes per line item ── */
.nena-cart-item__mods {
    margin-top: 4px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}
.nena-cart-item__removed {
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    color: #888 !important;
    line-height: 1.3 !important;
}
.nena-cart-item__removed::before {
    content: "\2296  No " !important;
    color: #FA3434 !important;
    font-weight: 600 !important;
}
.nena-cart-item__notes {
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    color: #5a5a5a !important;
    font-style: italic !important;
    line-height: 1.3 !important;
    margin-top: 2px !important;
}
.nena-cart-item__notes::before {
    content: "\270E  " !important;
    color: #FA3434 !important;
    font-style: normal !important;
}

/* ============================================================
   MENU CARDS v13 (2026-04-23) — 1:1 media, darker text, hover
   Selectors adapted to actual DOM: li.product > .product-wrap > a
   Description uses .nena-ingredients (PHP field), not .nena-short-desc
   ============================================================ */

/* ── 1. Media 1:1 square ── */
body.post-type-archive-product li.product .product-wrap > a:first-child,
body.post-type-archive-product li.product > a:first-child {
    aspect-ratio: 1 / 1 !important;
    max-height: none !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    background: #f8f8f8 !important;
    border-radius: 0 !important;
    line-height: 0 !important;
}
body.post-type-archive-product li.product .product-wrap img,
body.post-type-archive-product li.product img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ── 2. Text colors — darker everywhere ── */
body.post-type-archive-product li.product h2.woocommerce-loop-product__title,
body.post-type-archive-product li.product .woocommerce-loop-product__title {
    color: #0a0a0a !important;
    font-weight: 900 !important;
    font-size: 17px !important;
    line-height: 1.25 !important;
    letter-spacing: -0.01em !important;
    text-transform: uppercase !important;
    font-family: 'Montserrat', sans-serif !important;
    margin: 16px 18px 8px 18px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2.5em !important;
    max-height: none !important;
}

/* Description — .nena-ingredients is the actual PHP-rendered field */
body.post-type-archive-product li.product .nena-ingredients,
body.post-type-archive-product li.product .nena-short-desc {
    color: #1a1a1a !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    font-family: 'Inter', sans-serif !important;
    margin: 0 18px 10px 18px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 4em !important;
    padding: 0 !important;
}

body.post-type-archive-product li.product .nena-allergens {
    color: #555 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    margin: 0 18px 4px 18px !important;
    padding: 0 !important;
}
body.post-type-archive-product li.product .nena-allergens strong {
    color: #0a0a0a !important;
    font-weight: 800 !important;
}

body.post-type-archive-product li.product .nena-macros,
body.post-type-archive-product li.product .nena-nutrition {
    margin: 4px 18px 12px 18px !important;
    gap: 5px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 0 !important;
}
body.post-type-archive-product li.product .nena-macros span,
body.post-type-archive-product li.product .nena-nutrition span {
    background: #ececec !important;
    color: #2a2a2a !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    padding: 4px 10px !important;
    border-radius: 999px !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
}

/* ── 3. Price row — use existing .nena-product__footer (cart.js wrapper) + alias ── */
body.post-type-archive-product li.product .nena-product__footer,
body.post-type-archive-product li.product .nena-price-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 8px 18px 16px 18px !important;
    padding: 12px 0 0 0 !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
    min-height: 44px !important;
}

body.post-type-archive-product li.product .nena-product__footer .price,
body.post-type-archive-product li.product .nena-price-row .price {
    color: #FA3434 !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: inline-block !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
}
body.post-type-archive-product li.product .nena-product__footer .price .woocommerce-Price-amount,
body.post-type-archive-product li.product .nena-price-row .price .woocommerce-Price-amount {
    color: #FA3434 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

body.post-type-archive-product li.product .nena-product__footer .nena-add-btn,
body.post-type-archive-product li.product .nena-price-row .nena-add-btn {
    position: static !important;
    bottom: auto !important;
    right: auto !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 999px !important;
    background: #FA3434 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 2px 6px rgba(250,52,52,0.3) !important;
    line-height: 1 !important;
}
body.post-type-archive-product li.product .nena-product__footer .nena-counter,
body.post-type-archive-product li.product .nena-price-row .nena-counter {
    position: static !important;
    bottom: auto !important;
    right: auto !important;
    height: 36px !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}

/* ── 4. Card shell — rounded, bordered, hover-lift ── */
body.post-type-archive-product ul.products li.product,
body.post-type-archive-product ul.nena-cat-grid li.product {
    padding: 0 0 4px 0 !important;
    border: 1px solid rgba(0,0,0,0.08) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background: #fff !important;
    transition: all 0.2s !important;
}
body.post-type-archive-product ul.products li.product:hover,
body.post-type-archive-product ul.nena-cat-grid li.product:hover {
    border-color: #FA3434 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
}

/* ── 5. Num overlay — more readable on 1:1 photos ── */
body.post-type-archive-product li.product .nena-num-overlay {
    position: absolute !important;
    bottom: 4px !important;
    right: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 72px !important;
    color: rgba(255,255,255,0.55) !important;
    line-height: 1 !important;
    z-index: 2 !important;
    pointer-events: none !important;
    user-select: none !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.25) !important;
    letter-spacing: -0.03em !important;
}

/* ============================================================
   MENU TITLE — BOLD override v14 (beats Salient's 500 !important)
   Salient selector specificity = (0,4,2); ours = (0,4,3) to win.
   ============================================================ */
body.post-type-archive-product ul.products li.product h2.woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.nena-cat-grid li.product h2.woocommerce-loop-product__title,
body.post-type-archive-product ul.nena-cat-grid li.product .woocommerce-loop-product__title,
body.nena-menu-archive ul.products li.product h2.woocommerce-loop-product__title,
body.nena-menu-archive ul.nena-cat-grid li.product h2.woocommerce-loop-product__title {
    font-weight: 900 !important;
    font-family: 'Montserrat', sans-serif !important;
    color: #0a0a0a !important;
}

/* ============================================================
   MODAL MOBILE BOTTOM SHEET v15 + CART LINE v2 (removed on top)
   ============================================================ */

/* ── Modal bottom-sheet on mobile ── */
@media (max-width: 768px) {
    .nena-modal {
        padding: 0 !important;
        align-items: flex-end !important;
        justify-content: center !important;
    }
    .nena-modal__dialog {
        max-width: 100% !important;
        width: 100% !important;
        max-height: 85vh !important;
        border-radius: 24px 24px 0 0 !important;
        animation: nena-modal-slide-up 0.3s ease-out !important;
    }
    @keyframes nena-modal-slide-up {
        from { transform: translateY(100%); }
        to   { transform: translateY(0); }
    }
    .nena-modal__media {
        aspect-ratio: 3 / 2 !important;
        max-height: 32vh !important;
    }
    .nena-modal__body  { padding: 18px 18px 0 18px !important; }
    .nena-modal__title { font-size: 19px !important; }
    .nena-modal__footer {
        margin: 0 -18px !important;
        padding: 14px 18px !important;
        padding-bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    }
    .nena-modal__add {
        font-size: 11px !important;
        letter-spacing: 0.08em !important;
        padding: 0 16px !important;
    }
    .nena-modal__ingredient {
        font-size: 11px !important;
        padding: 7px 12px !important;
    }

    /* Drag handle indicator */
    .nena-modal__dialog::before {
        content: '' !important;
        position: absolute !important;
        top: 8px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 36px !important;
        height: 4px !important;
        background: rgba(0,0,0,0.15) !important;
        border-radius: 999px !important;
        z-index: 20 !important;
    }
    .nena-modal__close {
        top: 18px !important;
        right: 12px !important;
        width: 32px !important;
        height: 32px !important;
    }
}

@media (max-width: 380px) {
    .nena-modal__media { max-height: 28vh !important; }
    .nena-modal__title { font-size: 17px !important; }
    .nena-modal__ingredient {
        padding: 6px 10px !important;
        font-size: 10.5px !important;
    }
}

/* ── Cart drawer line item v2 — removed/notes banner ABOVE the product row ── */
/* These rules overtake the older .nena-cart-item__mods/__removed/__notes layout */
.nena-cart-drawer .nena-cart-item {
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    background: transparent !important;
}
.nena-cart-drawer .nena-cart-item:last-child {
    border-bottom: none !important;
}

.nena-cart-drawer .nena-cart-item__removed-top {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    color: #6b6b6b !important;
    line-height: 1.4 !important;
    padding: 8px 12px !important;
    background: #fff5f5 !important;
    border-radius: 10px !important;
    border-left: 3px solid #FA3434 !important;
}
.nena-cart-drawer .nena-cart-item__removed-label {
    color: #FA3434 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 0.1em !important;
    margin-right: 4px !important;
}

.nena-cart-drawer .nena-cart-item__notes-top {
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    color: #5a5a5a !important;
    font-style: italic !important;
    line-height: 1.4 !important;
    padding: 8px 12px !important;
    background: #fafafa !important;
    border-radius: 10px !important;
    border-left: 3px solid #999 !important;
}
.nena-cart-drawer .nena-cart-item__notes-icon {
    color: #FA3434 !important;
    font-style: normal !important;
    margin-right: 6px !important;
    font-weight: 700 !important;
}

.nena-cart-drawer .nena-cart-item__main {
    display: flex !important;
    gap: 12px !important;
    align-items: flex-start !important;
}

.nena-cart-drawer .nena-cart-item__img {
    width: 72px !important;
    height: 72px !important;
    border-radius: 12px !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
    background: #f5f5f5 !important;
    display: block !important;
    background-size: cover !important;
    background-position: center !important;
}

.nena-cart-drawer .nena-cart-item__content {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    min-height: 72px !important;
}

.nena-cart-drawer .nena-cart-item__name {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    color: #0a0a0a !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
}

.nena-cart-drawer .nena-cart-item__bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin-top: auto !important;
}

.nena-cart-drawer .nena-cart-item__qty {
    display: inline-flex !important;
    align-items: center !important;
    background: #fff !important;
    border: 1.5px solid #0a0a0a !important;
    border-radius: 999px !important;
    height: 34px !important;
    flex-shrink: 0 !important;
}
.nena-cart-drawer .nena-cart-item__qty button {
    width: 32px !important;
    height: 32px !important;
    border: none !important;
    background: transparent !important;
    color: #0a0a0a !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}
.nena-cart-drawer .nena-cart-item__qty span {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 13px !important;
    min-width: 18px !important;
    text-align: center !important;
    color: #0a0a0a !important;
    padding: 0 2px !important;
    background: transparent !important;
    border: none !important;
}

.nena-cart-drawer .nena-cart-item__price {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    color: #0a0a0a !important;
    flex-shrink: 0 !important;
}

/* Kill legacy "each" line + legacy row layout */
.nena-cart-drawer .nena-cart-item__each,
.nena-cart-drawer .nena-cart-item__price-each,
.nena-cart-drawer .nena-cart-item__unit-price { display: none !important; }
.nena-cart-drawer .nena-cart-item__row {
    /* The new bottom row is .nena-cart-item__bottom; hide legacy one if HTML still has it */
    display: none !important;
}
.nena-cart-drawer .nena-cart-item__body { display: contents !important; }
.nena-cart-drawer .nena-cart-item__mods { display: none !important; }

/* ============================================================
   v16 FIX: cart drawer thumbnails were blanked by `background: #f5f5f5`
   shorthand which reset background-image. Use background-color instead.
   ============================================================ */
.nena-cart-drawer .nena-cart-item__img,
.nena-cart-drawer div.nena-cart-item__img {
    background-color: #f5f5f5 !important;
    /* Do NOT set `background:` shorthand here — inline background-image must survive. */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* v16b: <img> tag variant for cart thumb */
.nena-cart-drawer img.nena-cart-item__img {
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

/* ============================================================
   BUTTON BRAND TYPOGRAPHY v17 (2026-04-23)
   - Every button/CTA forced to Montserrat 700+
   - Primary CTA → Montserrat 800 UPPERCASE + letter-spacing
   Selectors prefixed with `body` to outrank Salient's default
   Public Sans 500. !important to beat its inline.
   ============================================================ */

/* Level 1: every button element gets Montserrat 700 baseline */
body button,
body input[type="submit"],
body input[type="button"],
body input[type="reset"],
body .button,
body a.button,
body .btn,
body .nectar-button,
body .woocommerce button,
body .woocommerce a.button,
body .woocommerce input.button,
body .nena-btn,
body .nena-pill,
body .nena-counter__btn,
body .nena-counter button,
body .nena-add-btn,
body .nena-cart-drawer__alt,
body .nena-cart-drawer__close,
body .nena-cart-drawer__continue,
body .nena-cart-drawer__sprimary,
body .nena-cart-drawer__ssecondary,
body .nena-cart-drawer__alttowa,
body .nena-cart-icon,
body .nena-modal__close,
body .nena-modal__qty-btn,
body .nena-cart-item__qty button {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

/* Level 2: PRIMARY CTAs — Montserrat 800 UPPERCASE + letter-spacing
   (hero buttons, WhatsApp checkout, sticky "View cart", modal Add) */
body .nena-btn,
body .nena-btn--white,
body .nena-btn--outline,
body .nena-btn--red,
body .nena-btn--black,
body .nena-cart-drawer__primary,
body .nena-cart-sticky__btn,
body .nena-cart-sticky__cta,
body .nena-modal__add {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

/* Numeric counters inside qty widgets should stay heavy but NOT uppercase */
body .nena-counter__val,
body .nena-modal__qty,
body .nena-cart-item__qty span {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* v17b: force allergens <strong> into brand font — was Public Sans 800 */
body.post-type-archive-product li.product .nena-allergens,
body.post-type-archive-product li.product .nena-allergens strong,
body.post-type-archive-product li.product .nena-ingredients strong,
body.post-type-archive-product li.product strong {
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
}
/* Keep the label emphasis readable */
body.post-type-archive-product li.product .nena-allergens strong {
    color: #0a0a0a !important;
    font-weight: 800 !important;
}

/* ============================================================
   PRODUCT BADGE v19 (2026-04-23) — inserted by menu-enhance.js renderBadges()
   Position: top-left of the square photo inside .product-wrap
   ============================================================ */
body.post-type-archive-product li.product .nena-badge,
body.nena-menu-archive li.product .nena-badge {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 3 !important;
    padding: 5px 12px !important;
    border-radius: 999px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    line-height: 1 !important;
    color: #fff !important;
    background: #0a0a0a !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
    pointer-events: none !important;
    user-select: none !important;
}
body.post-type-archive-product li.product .nena-badge--red,
body.nena-menu-archive li.product .nena-badge--red {
    background: #FA3434 !important;
}
/* product-wrap must be positioned for absolute badge */
body.post-type-archive-product li.product .product-wrap {
    position: relative !important;
}

/* ============================================================
   MODAL EXTRAS — доп-ингредиенты с ценой
   ============================================================ */

.nena-modal__extras-wrap {
    margin-bottom: 18px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.nena-modal__extras {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-top: 8px !important;
}

.nena-modal__extra {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    background: #fafafa !important;
    border: 1.5px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 14px !important;
    cursor: pointer !important;
    transition: all 0.15s !important;
    font-family: 'Inter', sans-serif !important;
    gap: 10px !important;
}

.nena-modal__extra:hover {
    border-color: rgba(0, 0, 0, 0.2) !important;
}

.nena-modal__extra.is-active {
    background: #fff5f5 !important;
    border-color: #FA3434 !important;
}

.nena-modal__extra-check {
    flex-shrink: 0 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 6px !important;
    border: 2px solid #ccc !important;
    background: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.15s !important;
    position: relative !important;
}

.nena-modal__extra.is-active .nena-modal__extra-check {
    background: #FA3434 !important;
    border-color: #FA3434 !important;
}

.nena-modal__extra.is-active .nena-modal__extra-check::after {
    content: "✓" !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.nena-modal__extra-info {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.nena-modal__extra-name {
    font-weight: 700 !important;
    font-size: 13px !important;
    color: #0a0a0a !important;
    line-height: 1.2 !important;
}

.nena-modal__extra-weight {
    font-size: 11px !important;
    color: #888 !important;
    font-weight: 500 !important;
}

.nena-modal__extra-price {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    color: #FA3434 !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
}

/* ============================================================
   CART ITEM v4 — plain text Remove/Extras/Notes lists (2026-04-24)
   ============================================================ */

/* Kill old badge + icon structures */
.nena-cart-drawer .nena-cart-item__removed-top,
.nena-cart-drawer .nena-cart-item__removed-label,
.nena-cart-drawer .nena-cart-item__notes-top,
.nena-cart-drawer .nena-cart-item__notes-icon,
.nena-cart-item__added,
.nena-cart-item__added-label,
.nena-cart-item__mod-icon,
.nena-cart-item__mod--removed,
.nena-cart-item__mod--added,
.nena-cart-item__mod--notes {
    display: none !important;
}

/* Item: row flex — photo left, content right */
.nena-cart-drawer .nena-cart-item {
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

/* __main wrapper gone from HTML */
.nena-cart-drawer .nena-cart-item__main {
    display: contents !important;
}

/* Content column */
.nena-cart-drawer .nena-cart-item__content {
    min-height: unset !important;
    justify-content: flex-start !important;
    gap: 0 !important;
}

/* Weight label inline after name */
.nena-cart-item__weight {
    font-weight: 400 !important;
    color: #888 !important;
    font-size: 12px !important;
    font-family: 'Inter', sans-serif !important;
}

/* Mod block: label + bullet list */
.nena-cart-item__mod {
    display: block !important;
    margin-top: 6px !important;
}

.nena-cart-item__mod-label {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 11.5px !important;
    color: #0a0a0a !important;
    line-height: 1.3 !important;
    margin: 0 0 2px 0 !important;
    padding: 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.nena-cart-item__mod-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 10px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #333 !important;
}

.nena-cart-item__mod-list li {
    position: relative !important;
    padding-left: 12px !important;
    margin: 0 !important;
    list-style: none !important;
}

.nena-cart-item__mod-list li::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #333 !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}

/* Extras price — red accent */
.nena-cart-item__extra-price {
    color: #FA3434 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 11.5px !important;
    margin-left: 2px !important;
}

/* Bottom row spacing */
.nena-cart-drawer .nena-cart-item__bottom { margin-top: 8px !important; }

/* ============================================================
   HERO SPLIT LAYOUT — контент слева + слайдшоу справа
   ============================================================ */

body.post-type-archive-product .nena-hero--split,
body.nena-menu-archive .nena-hero--split {
    padding: 80px 40px 60px !important;
}

.nena-hero--split .nena-hero__inner {
    display: flex !important;
    align-items: center !important;
    gap: 60px !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.nena-hero--split .nena-hero__content {
    flex: 1 1 60% !important;
    min-width: 0 !important;
    position: relative !important;
    z-index: 2 !important;
}

.nena-hero--split .nena-hero__slideshow {
    flex: 0 0 38% !important;
    max-width: 420px !important;
    position: relative !important;
    z-index: 3 !important;
}

/* Non-split fallback: keep old hero centered (no slides set) */
.nena-hero:not(.nena-hero--split) .nena-hero__inner {
    display: block !important;
}

/* === SLIDES === */

.nena-hero__slides {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2) !important;
    background: #111 !important;
}

.nena-hero__slide {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    transition: opacity 0.8s ease-in-out !important;
    pointer-events: none !important;
}

.nena-hero__slide.is-active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* === Ken Burns — start at full frame, slow zoom in === */
.nena-hero__slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: scale(1.0);
    transform-origin: center center;
    transition: opacity 0.8s ease-in-out, transform 6000ms ease-out !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nena-hero__slide.is-active img {
    transform: scale(1.12);
}

@media (max-width: 900px) {
    .nena-hero__slide img {
        transform: scale(1.0);
    }
    .nena-hero__slide.is-active img {
        transform: scale(1.08);
    }
}

@media (prefers-reduced-motion: reduce) {
    .nena-hero__slide img,
    .nena-hero__slide.is-active img {
        transition: opacity 0.8s ease-in-out !important;
        transform: scale(1.0) !important;
    }
}

/* Rating pill — top left */
.nena-hero__rating {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    background: #fff !important;
    color: #0a0a0a !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    z-index: 4 !important;
    line-height: 1 !important;
}

.nena-hero__rating-star {
    color: #0a0a0a !important;
    font-size: 13px !important;
}

/* NENA logo pill — top right */
.nena-hero__slide-logo {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: #FA3434 !important;
    color: #fff !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: 10px !important;
    letter-spacing: 0.08em !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
    z-index: 4 !important;
}

/* Caption — bottom inside image, with gradient overlay */
.nena-hero__caption {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 80px 24px 50px 24px !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(18px, 2vw, 26px) !important;
    line-height: 1.05 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.01em !important;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.8),
        0 2px 8px rgba(0, 0, 0, 0.6),
        0 4px 16px rgba(0, 0, 0, 0.4) !important;
    z-index: 4 !important;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(0, 0, 0, 0.2) 75%,
        rgba(0, 0, 0, 0) 100%
    ) !important;
}

/* Pagination dots */
.nena-hero__dots {
    position: absolute !important;
    bottom: 16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    gap: 8px !important;
    z-index: 5 !important;
}

.nena-hero__dot {
    width: 8px !important;
    height: 8px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.45) !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    transition: all 0.25s !important;
}

.nena-hero__dot.is-active {
    background: #fff !important;
    width: 24px !important;
}

/* === Mobile: stack vertical === */
@media (max-width: 900px) {
    body.post-type-archive-product .nena-hero--split,
    body.nena-menu-archive .nena-hero--split {
        padding: 60px 24px 48px !important;
    }

    .nena-hero--split .nena-hero__inner {
        flex-direction: column !important;
        gap: 32px !important;
        align-items: stretch !important;
    }

    .nena-hero--split .nena-hero__content {
        flex: 1 1 auto !important;
        text-align: center !important;
    }

    .nena-hero--split .nena-hero__slideshow {
        flex: 1 1 auto !important;
        max-width: 400px !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .nena-hero__slides {
        aspect-ratio: 1 / 1 !important;
    }

    .nena-hero__caption {
        padding: 60px 20px 44px 20px !important;
        font-size: 18px !important;
    }

    .nena-hero__slide-logo {
        width: 44px !important;
        height: 44px !important;
        font-size: 9px !important;
    }

    .nena-hero__rating {
        padding: 6px 12px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 480px) {
    .nena-hero--split .nena-hero__slideshow {
        max-width: 100% !important;
    }

    .nena-hero__caption {
        font-size: 16px !important;
    }
}

/* Cursor grab on desktop */
.nena-hero__slides {
    cursor: grab !important;
    user-select: none !important;
    -webkit-user-drag: none !important;
}

.nena-hero__slides:active {
    cursor: grabbing !important;
}

/* ── Hide empty Salient/WC shop headers on menu archive ──────────────────── */
/* Defence-in-depth: PHP remove_action handles it, CSS catches any remnant.   */
body.post-type-archive-product .nectar-shop-header,
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .nectar-shop-header,
body.tax-product_cat .woocommerce-products-header {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* ── Container-wrap background override on menu archive ──────────────────── */
/* Salient injects inline: .post-type-archive-product.woocommerce .container-wrap
   { background-color: #f6f6f6 } — visible as a grey/green band above hero.  */
body.post-type-archive-product.woocommerce .container-wrap,
body.tax-product_cat.woocommerce .container-wrap {
    background: transparent !important;
}

/* Reset any top spacing that exposes the container-wrap background */
body.post-type-archive-product .container.main-content,
body.tax-product_cat .container.main-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.post-type-archive-product .container.main-content > .row,
body.tax-product_cat .container.main-content > .row {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* ── Two-step checkout: reassurance badge ──────────────────────────────────── */
.nena-cart__reassure {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FFF1F1;
    border-radius: 12px;
    padding: 14px 16px;
    margin: 0 0 14px;
}
.nena-cart__reassure-icon {
    color: #FA3434;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.nena-cart__reassure-text strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #111;
    margin: 0 0 2px;
}
.nena-cart__reassure-text span {
    font-size: 11px;
    color: #666;
    font-family: 'Inter', sans-serif;
}

/* ── Send order button (replaces old .nena-cart-drawer__primary in cart step) */
.nena-cart__send {
    width: 100%;
    background: #FA3434;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 16px 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.15s;
    margin-bottom: 0;
}
.nena-cart__send:hover { background: #E62929; }
.nena-cart__send:disabled { background: #ccc; cursor: not-allowed; }
.nena-cart__send-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* ── Reassurance line below button ──────────────────────────────────────────── */
.nena-cart__reassure-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 12px 0 0;
    font-size: 12px;
    color: #2E7D32;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.nena-cart__reassure-line svg { stroke: #2E7D32; flex-shrink: 0; }

/* ── Details step container ──────────────────────────────────────────────────── */
.nena-cart-details {
    padding: 0 20px 24px;
    overflow-y: auto;
    flex: 1;
}

/* ── Back button ─────────────────────────────────────────────────────────────── */
.nena-cart__back {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.15s;
}
.nena-cart__back:hover { color: #FA3434; }

/* ── Form fields ─────────────────────────────────────────────────────────────── */
.nena-field {
    margin-bottom: 16px;
}
.nena-field label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #222;
    margin-bottom: 8px;
}
.nena-field input[type="text"],
.nena-field input[type="tel"],
.nena-field textarea,
.nena-field select {
    width: 100%;
    border: 1.5px solid #E0E0E0;
    border-radius: 10px;
    padding: 12px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #111;
    background: #fff;
    outline: none;
    transition: border-color 0.15s;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}
.nena-field input:focus,
.nena-field textarea:focus,
.nena-field select:focus {
    border-color: #FA3434;
}
.nena-field textarea {
    resize: vertical;
    min-height: 72px;
}
.nena-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}
.nena-field__hint {
    display: block;
    font-size: 11px;
    color: #888;
    font-family: 'Inter', sans-serif;
    margin-top: 6px;
}
.nena-field__hint--warn {
    color: #D32F2F;
    font-weight: 600;
}
.nena-field--error input,
.nena-field--error textarea,
.nena-field--error select {
    border-color: #FA3434;
}
.nena-field__error {
    display: block;
    font-size: 11px;
    color: #FA3434;
    font-family: 'Inter', sans-serif;
    margin-top: 5px;
    font-weight: 600;
}

/* ── Delivery / Pickup toggle ────────────────────────────────────────────────── */
.nena-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    background: #F4F4F4;
    border-radius: 12px;
    padding: 4px;
}
.nena-toggle__btn {
    background: transparent;
    border: 0;
    padding: 11px 8px;
    border-radius: 9px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.15s;
    color: #666;
    white-space: nowrap;
    text-align: center;
}
.nena-toggle__btn:hover:not(:disabled) { color: #FA3434; }
.nena-toggle__btn.is-active {
    background: #FA3434;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(250,52,52,0.28);
}
.nena-toggle__btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Details step: reuse .nena-cart__send but with slightly smaller top margin */
.nena-cart-details .nena-cart__send {
    margin-top: 8px;
}
.nena-cart-details .nena-cart__reassure-line {
    margin-top: 14px;
}


/* ── Modal card refactor 2026-04-26 ────────────────────────────── */
/* Replaces .nena-modal__media + .nena-modal__body with             */
/* .nena-modal__card (scroll) + .nena-modal__footer (sticky)        */

.nena-modal__card {
    flex: 1 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    min-height: 0 !important;
}

.nena-modal__card .nena-product__media {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    background: #f4f4f4 !important;
    flex-shrink: 0 !important;
}

.nena-modal__card .nena-product__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nena-modal__card .nena-product__info {
    padding: 20px 20px 4px !important;
}

/* Footer is now a direct child of dialog — needs flex-shrink:0 */
.nena-modal__dialog > .nena-modal__footer {
    flex-shrink: 0 !important;
}

@media (max-width: 480px) {
    .nena-modal__card .nena-product__media {
        aspect-ratio: 4 / 3 !important;
    }
}
/* ── end modal card refactor ───────────────────────────────────── */
