/* MINNUT protein theme — shared chrome */
:root {
  --nt-gold: #C4A071;
  --nt-cream: #DFCCB1;
  --nt-brown: #846044;
  --nt-rose: #A76D5E;
  --nt-sage: #98A086;
  --nt-ink: #2D2D2D;
  --nt-mute: #6B6B6B;
  --nt-page: 1280px;
  --ink: #ffffff;
  --ink2: #fafafa;
  --surface: #F3EBE0;
  --panel: #F7F1E8;
  --edge: rgba(132, 96, 68, 0.12);
  --edge2: rgba(132, 96, 68, 0.22);
  --white: #2D2D2D;
  --muted: #6B6B6B;
  --muted2: #846044;
  --accent: #C4A071;
  --accent2: #A76D5E;
  --gold: #C4A071;
  --gold-lt: #DFCCB1;
  --cyan: #98A086;
  --fire: linear-gradient(135deg, #846044 0%, #C4A071 100%);
  --font-display: 'Rajdhani', sans-serif;
  --font-ui: 'Rajdhani', sans-serif;
  --font-body: 'Rajdhani', sans-serif;
}

html { scroll-behavior: smooth; }
body.nt-body {
  font-family: Rajdhani, system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #2D2D2D;
  margin: 0;
  background: #fff;
  line-height: 1.5;
}
body.nt-body::after { display: none !important; }
.nt-body p { font-family: Rajdhani, system-ui, sans-serif; font-weight: 500; }
.nt-body img { max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.max-w-page { max-width: 1280px; margin-left: auto; margin-right: auto; }
.hide-sm { }
@media (max-width: 900px) { .hide-sm { display: none !important; } }

/* Announcement */
.announce {
  background: #C4A071;
  color: #fff;
  padding: 9px 20px;
  font-family: Rajdhani, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  height: auto !important;
  overflow: visible !important;
  z-index: 60;
}
.announce::before,
.announce::after { display: none !important; }
.announce-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}
.announce-left { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.announce-left a,
.announce-right {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-family: Rajdhani, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.announce-left a:hover { text-decoration: underline; }
.announce-center {
  font-family: Rajdhani, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
}
.announce-right { justify-self: end; }

/* Header */
.sticky-h,
.site-header.sticky-h {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid #eee;
  backdrop-filter: none;
}
.nt-header-row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.nt-logo img { height: 40px; width: auto; display: block; }
.nt-search { flex: 1; display: flex; justify-content: center; padding: 0 8px; }
.search-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background: #fff;
  padding: 11px 16px;
  width: 100%;
  max-width: 520px;
}
.search-pill input {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 13px;
  color: #2D2D2D;
  background: transparent;
  font-family: inherit;
}
.search-pill input::placeholder { color: #8a8a8a; }
.search-pill .search-ico { flex-shrink: 0; color: #666; }
.nt-header-actions { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.btn-track {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #846044;
  color: #fff;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-track:hover { background: #C4A071; color: #fff; }
.icon-btn,
.sticky-h .hdr-btn,
.sticky-h .acct-menu [data-acct-menu-toggle] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2D2D2D;
  text-decoration: none;
  width: 28px;
  height: 28px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.icon-btn .bolt {
  position: absolute;
  right: -2px;
  bottom: -1px;
  width: 12px;
  height: 12px;
  background: #C4A071;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1.5px #fff;
}
.icon-btn .bolt svg { width: 7px; height: 7px; }
.sticky-h .cart-pill,
.sticky-h [data-cart-count],
.sticky-h [data-wishlist-count] {
  position: absolute;
  top: -6px;
  right: -8px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #C4A071;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}
.menu-btn {
  display: none;
  background: none;
  border: 0;
  padding: 4px;
  cursor: pointer;
  color: #2D2D2D;
}

.desktop-nav { border-top: 1px solid #eee; }
.desktop-nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sticky-h .main-nav {
  display: flex !important;
  flex: none;
  justify-content: center;
  gap: 0;
  overflow: visible;
}
.sticky-h .main-nav .nav-link,
.sticky-h .main-nav > a:not(.nav-cta),
.nav-link {
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: rgb(75, 75, 77);
  letter-spacing: 0.14px;
  text-transform: none;
  text-decoration: none;
  padding: 12px 16px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 0;
}
.sticky-h .main-nav .nav-link::after,
.sticky-h .main-nav > a:not(.nav-cta)::after { display: none; }
.sticky-h .main-nav .nav-link:hover,
.nav-link:hover { color: #C4A071; background: none; }
.nav-star { color: #C4A071; font-size: 12px; line-height: 1; }
.sticky-h .nav-cta { display: none !important; }
.sticky-h .mega-panel {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 16px 40px rgba(0,0,0,.08);
}
.sticky-h .mega-tile-label { color: #2D2D2D; }
.sticky-h .mega-tile:hover .mega-tile-label { color: #C4A071; }

.sticky-h .acct-menu-panel {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
  min-width: 200px;
}
.sticky-h .acct-menu-label { color: #6B6B6B; border-bottom-color: #eee; font-size: 13px; }
.sticky-h .acct-menu-panel a,
.sticky-h .acct-menu-panel button {
  color: #2D2D2D;
  font-size: 14px;
}
.sticky-h .acct-menu-panel a:hover,
.sticky-h .acct-menu-panel button:hover { background: #F7F1E8; }

/* Mobile drawer */
.drawer-bg {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
.drawer-bg.open { opacity: 1; visibility: visible; }
.mobile-drawer {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(80%, 320px);
  background: #fff;
  z-index: 91;
  transform: translateX(-105%);
  transition: transform .25s ease;
  overflow-y: auto;
  padding: 20px;
  color: #2D2D2D;
}
.mobile-drawer.open { transform: none; }
.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.drawer-head img { height: 32px; width: auto; }
.drawer-close {
  background: none;
  border: 0;
  font-size: 22px;
  cursor: pointer;
  color: #2D2D2D;
}
.drawer-links { display: flex; flex-direction: column; }
.drawer-links a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  color: #2D2D2D;
  font-weight: 600;
  text-decoration: none;
}
.drawer-foot { margin-top: 20px; color: #846044; font-size: 14px; }
.nt-body .drawer-mega-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 8px 0 12px; }
.nt-body .drawer-mega-tile { border: 0 !important; }
.nt-body .drawer-mega-media img { width: 100%; height: 90px; object-fit: cover; }

/* Product cards */
.pcard,
.product-card.pcard {
  background: #F3EBE0;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px 14px 16px;
  box-sizing: border-box;
  border: 0;
  box-shadow: none;
  transform: none;
}
.pcard-img {
  background: transparent;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  margin: 0 0 8px;
  text-decoration: none;
}
.pcard-img img {
  width: 88%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.pcard .badge,
.pcard .prod-badge-row {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.pcard .badge {
  background: #fff;
  color: #846044;
  border: 1px solid #e5e5e5;
  font-family: Rajdhani, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 6px;
  min-width: 34px;
  text-align: center;
}
.pcard-body { margin: 0; display: flex; flex-direction: column; justify-content: space-between; flex: 1; gap: 10px; }
.pcard-info { margin: 0; color: inherit; text-decoration: none; display: block; }
.pcard-info:hover .pcard-title { color: #C4A071; }
.pcard-title {
  margin: 0 0 6px;
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #846044;
  line-height: 1.2;
  letter-spacing: 0.14px;
}
.pcard-desc {
  margin: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #846044;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pcard-form { margin-top: auto; }
.pcard-variants { display: flex; flex-direction: column; gap: 8px; margin: 0 0 10px; }
.vselect {
  width: 100%;
  padding: 8px 40px 8px 16px;
  background: #fff url("../cdn/icon-chevrons.svg") right 14px center / 18px 18px no-repeat;
  font-family: Rajdhani, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #846044;
  border: 1.5px solid #98A086;
  border-radius: 999px;
  line-height: 1.2;
  min-height: 42px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: 0;
}
.price-row {
  margin: 0 0 10px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.price-row .product-price {
  font-family: Rajdhani, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #C4A071;
}
.price-row .product-compare-price {
  font-family: Rajdhani, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #846044;
}
.price-row .product-compare-price del { text-decoration: line-through; color: #846044; }
.btn-atc {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #846044;
  color: #fff;
  border: 0;
  border-radius: 999px;
  min-height: 46px;
  padding: 0 16px;
  font-family: Rajdhani, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}
.btn-atc:hover { background-color: #A76D5E; color: #fff; }
.btn-atc .spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: nt-spin .6s linear infinite;
  display: none;
}
.btn-atc.is-loading .spinner { display: block; }
@keyframes nt-spin { to { transform: rotate(360deg); } }

/* Footer */
footer.nt-foot {
  background-color: #C4A071;
  color: #fff;
  padding: 36px 0 0;
  margin-top: 0;
  border: 0;
}
.nt-foot .footer-top {
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 20px 10px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px 20px;
}
.nt-foot .footer-block h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.nt-foot .accordion-arrow { display: none; width: 14px; height: 14px; }
.nt-foot .footer-links,
.nt-foot .footer-social { list-style: none; margin: 0; padding: 0; }
.nt-foot .footer-links a,
.nt-foot .footer-contact a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: Rajdhani, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 8px;
}
.nt-foot .footer-links a:hover,
.nt-foot .footer-contact a:hover { text-decoration: underline; }
.nt-foot .footer-social { display: flex; gap: 15px; margin: 16px 0 0; }
.nt-foot .footer-social a { display: inline-flex; width: 24px; height: 24px; color: #fff; }
.nt-foot .footer-bottom { padding: 20px 0 16px; }
.nt-foot .footer-bottom-inner {
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.nt-foot .payment_icons { max-width: 456px; width: 100%; }
.nt-foot .payment_icons img { width: 100%; height: auto; display: block; }
.nt-foot .copyright { margin: 0; font-family: Rajdhani, sans-serif; font-size: 12px; color: #fff; }

.section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 0 0 32px;
  color: #1a1a1a;
}

.nt-breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 24px 8px;
  font-size: 14px;
  color: #846044;
}
.nt-breadcrumb a { color: #846044; text-decoration: none; }
.nt-breadcrumb a:hover { color: #C4A071; }
.nt-breadcrumb span { margin: 0 8px; color: #c4b8a8; }

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 12px);
  background: #846044;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  z-index: 80;
  font-weight: 600;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 901px) and (max-width: 1100px) {
  .nt-foot .footer-top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .menu-btn { display: inline-flex; }
  .desktop-nav { display: none !important; }
  .nt-logo img { height: 32px; }
  .nt-header-row { padding: 14px 16px; gap: 12px; }
  .announce-inner { grid-template-columns: 1fr; text-align: center; gap: 4px; }
  .announce-left { justify-content: center; }
  .announce-right { justify-self: center; }
  .nt-foot .footer-top { grid-template-columns: 1fr; gap: 0; padding: 0 15px; }
  .nt-foot .footer-block { border-bottom: 1px solid rgba(255,255,255,.25); padding: 14px 0; }
  .nt-foot .footer-block h2 { font-size: 16px; margin: 0; cursor: pointer; }
  .nt-foot .accordion-arrow { display: flex; }
  .nt-foot .footer-block.is-open h2 .accordion-arrow { transform: rotate(180deg); }
  .nt-foot .footer-block .footer-panel { display: none; padding-top: 12px; }
  .nt-foot .footer-block.is-open .footer-panel { display: block; }
  .nt-foot .footer-block--static .footer-panel { display: block; }
  .nt-foot .footer-block--static h2 { cursor: default; }
  .nt-foot .footer-block--static h2 .accordion-arrow { display: none; }
  .nt-foot .footer-bottom-inner { justify-content: center; text-align: center; }
  .price-row .product-price { font-size: 16px; }
  .btn-atc { min-height: 38px; }
}
