.nbl-bundle-selector,
.nbl-bundle-selector * {
  box-sizing: border-box;
}

.nbl-bundle-selector {
  --nbl-leaf: #94c019;
  --nbl-leaf-alt: #90c449;
  --nbl-forest: #003311;
  --nbl-ink: #001a09;
  --nbl-sand: #f2ead3;
  --nbl-lime: #a9d96c;
  --nbl-cream: #fbf9f6;
  --nbl-charcoal: #4a4a4a;
  --nbl-soft-green: #d9edba;
  --nbl-error: #d9534f;
  --nbl-muted: #4a4a4a;
  --nbl-line: rgba(0, 51, 17, .14);
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  color: var(--nbl-ink);
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nbl-selector-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: start;
}

.nbl-visual-panel {
  min-height: 680px;
  position: sticky;
  top: 120px;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 85% 5%, rgba(169, 217, 108, .34), transparent 31%),
    linear-gradient(145deg, var(--nbl-cream) 0%, var(--nbl-sand) 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 51, 17, .08);
}

.nbl-product-circle {
  position: absolute;
  z-index: 0;
  width: min(72%, 390px);
  aspect-ratio: 1;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 40px 70px rgba(0, 26, 9, .07);
}

.nbl-product-circle::after {
  content: "";
  position: absolute;
  width: 66%;
  height: 15%;
  left: 17%;
  bottom: -7%;
  border-radius: 50%;
  background: rgba(0, 26, 9, .13);
  filter: blur(18px);
}

.nbl-visual-badge {
  position: absolute;
  z-index: 8;
  left: 26px;
  top: 26px;
  padding: 9px 13px;
  border: 1px solid rgba(0, 51, 17, .1);
  border-radius: 99px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 10px 30px rgba(0, 51, 17, .09);
  color: var(--nbl-forest);
  font-size: 11px;
  font-weight: 600;
}

.nbl-single-stage,
.nbl-bundle-stage {
  position: absolute;
  inset: 48px 0 60px;
  opacity: 0;
  visibility: hidden;
  transform: scale(.96);
  transition: opacity .28s ease, transform .42s cubic-bezier(.2, .8, .2, 1), visibility .28s ease;
}

.nbl-single-stage.is-active,
.nbl-bundle-stage.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.nbl-single-stage img {
  position: absolute;
  z-index: 3;
  width: min(64%, 390px);
  height: 82%;
  left: 50%;
  top: 8%;
  object-fit: contain;
  filter: drop-shadow(0 28px 25px rgba(0, 26, 9, .17));
  animation: nbl-float-single 4.8s ease-in-out infinite;
}

.nbl-bottle {
  position: absolute;
  z-index: 2;
  width: 43%;
  height: 74%;
  top: 13%;
  object-fit: contain;
  filter: drop-shadow(0 25px 22px rgba(0, 26, 9, .18));
}

.nbl-bottle-1 {
  left: 1%;
  animation: nbl-float-left 5.2s ease-in-out infinite;
}

.nbl-bottle-2 {
  z-index: 4;
  width: 48%;
  height: 83%;
  left: 50%;
  top: 7%;
  animation: nbl-float-center 4.6s ease-in-out infinite;
}

.nbl-bottle-3 {
  right: 0;
  animation: nbl-float-right 5s ease-in-out infinite;
}

.nbl-visual-points {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  bottom: 26px;
  display: flex;
  justify-content: center;
  gap: 26px;
  color: var(--nbl-charcoal);
  font-size: 10px;
}

.nbl-visual-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nbl-visual-points i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nbl-leaf);
}

.nbl-purchase-panel {
  padding-top: 18px;
}

.nbl-eyebrow {
  margin: 0;
  color: var(--nbl-leaf);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.nbl-purchase-panel h1 {
  margin: 14px 0 20px;
  color: var(--nbl-ink);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.nbl-product-intro {
  color: var(--nbl-charcoal);
  font-size: 15px;
  line-height: 1.7;
}

.nbl-product-intro > :first-child { margin-top: 0; }
.nbl-product-intro > :last-child { margin-bottom: 0; }

.nbl-offer-fieldset {
  margin: 30px 0 0;
  padding: 0;
  border: 0;
}

.nbl-offer-fieldset legend {
  margin-bottom: 12px;
  color: var(--nbl-ink);
  font-size: 13px;
  font-weight: 600;
}

.nbl-offer-card {
  position: relative;
  min-height: 94px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  margin: 0 0 11px;
  padding: 18px;
  border: 1px solid var(--nbl-line);
  border-radius: 18px;
  background: white;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.nbl-offer-card:hover {
  border-color: rgba(148, 192, 25, .7);
  transform: translateY(-1px);
}

.nbl-offer-card.is-selected {
  padding: 17px;
  border: 2px solid var(--nbl-leaf);
  background: linear-gradient(90deg, rgba(217, 237, 186, .7), white 40%);
  box-shadow: 0 15px 35px rgba(148, 192, 25, .13);
}

.nbl-offer-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nbl-radio-ui {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(74, 74, 74, .44);
  border-radius: 50%;
  background: white;
}

.nbl-offer-card.is-selected .nbl-radio-ui {
  border: 6px solid var(--nbl-leaf);
}

.nbl-offer-card:focus-within,
.nbl-quantity button:focus-visible,
.nbl-add-button:focus-visible {
  outline: 3px solid rgba(148, 192, 25, .42);
  outline-offset: 3px;
}

.nbl-offer-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.nbl-offer-copy > strong {
  color: var(--nbl-ink);
  font-size: 14px;
  font-weight: 600;
}

.nbl-offer-copy > small {
  margin-top: 3px;
  color: rgba(74, 74, 74, .76);
  font-size: 11px;
}

.nbl-mini-products {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 9px;
}

.nbl-mini-products em {
  padding: 4px 7px;
  border-radius: 5px;
  background: rgba(217, 237, 186, .58);
  color: var(--nbl-forest);
  font-size: 8px;
  font-style: normal;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.nbl-offer-price {
  color: var(--nbl-ink);
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

.nbl-offer-price .woocommerce-Price-amount { font-weight: inherit; }

.nbl-bundle-offer-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.nbl-bundle-offer-price s {
  color: rgba(74, 74, 74, .55);
  font-size: 10px;
  font-weight: 400;
}

.nbl-bundle-offer-price b {
  color: var(--nbl-forest);
  font-size: 18px;
  line-height: 1.2;
}

.nbl-bundle-offer-price > em {
  margin-top: 2px;
  color: var(--nbl-leaf);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
}

.nbl-recommended-label {
  position: absolute;
  right: 12px;
  top: -9px;
  padding: 4px 9px;
  border-radius: 99px;
  background: var(--nbl-leaf);
  color: white;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}

.nbl-selection-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding: 16px 0;
  border-top: 1px solid var(--nbl-line);
  border-bottom: 1px solid var(--nbl-line);
}

.nbl-summary-copy,
.nbl-summary-price-wrap {
  display: flex;
  flex-direction: column;
}

.nbl-summary-choice {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.nbl-summary-thumbnail {
  position: relative;
  width: 54px;
  height: 60px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--nbl-cream), var(--nbl-sand));
}

.nbl-summary-single-stage,
.nbl-summary-bundle-stage {
  position: absolute;
  inset: 3px;
  opacity: 0;
  visibility: hidden;
  transform: scale(.9);
  transition: opacity .2s ease, transform .25s ease, visibility .2s ease;
}

.nbl-summary-single-stage.is-active,
.nbl-summary-bundle-stage.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.nbl-summary-single-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nbl-summary-bundle-stage img {
  position: absolute;
  width: 58%;
  height: 88%;
  top: 6%;
  object-fit: contain;
}

.nbl-summary-bottle-1 { left: -7%; transform: translateY(5px) rotate(-5deg); }
.nbl-summary-bottle-2 { left: 21%; z-index: 2; }
.nbl-summary-bottle-3 { right: -7%; transform: translateY(5px) rotate(5deg); }

.nbl-selection-summary small {
  color: rgba(74, 74, 74, .63);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nbl-selection-summary strong {
  margin-top: 4px;
  font-size: 13px;
}

.nbl-selection-summary .nbl-summary-meta {
  margin-top: 2px;
  color: rgba(74, 74, 74, .76);
  font-size: 10px;
}

.nbl-summary-price-wrap {
  align-items: flex-end;
}

.nbl-summary-old-price {
  color: rgba(74, 74, 74, .55);
  font-size: 10px;
}

.nbl-summary-price-wrap .nbl-summary-price {
  color: var(--nbl-forest);
  font-size: 24px;
  letter-spacing: -.04em;
}

.nbl-buy-row {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 10px;
  margin-top: 18px;
}

.nbl-quantity {
  height: 56px;
  display: grid;
  grid-template-columns: 1fr 30px 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--nbl-line);
  border-radius: 13px;
  background: white;
}

.nbl-quantity button {
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--nbl-charcoal);
  font-size: 20px;
}

.nbl-quantity output {
  color: var(--nbl-ink);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.nbl-add-button {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border: 0;
  border-radius: 13px;
  background: var(--nbl-forest);
  box-shadow: 0 12px 26px rgba(0, 51, 17, .22);
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.nbl-add-button:hover {
  background: var(--nbl-ink);
  box-shadow: 0 16px 32px rgba(0, 26, 9, .26);
  transform: translateY(-1px);
}

.nbl-add-button:disabled {
  cursor: wait;
  opacity: .62;
}

.nbl-service-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.nbl-service-row.has-gift {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nbl-service-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nbl-service-item svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--nbl-leaf);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nbl-service-item span {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.nbl-service-item strong {
  color: var(--nbl-ink);
  font-size: 10px;
  font-weight: 600;
}

.nbl-service-item small {
  margin-top: 2px;
  color: rgba(74, 74, 74, .7);
  font-size: 9px;
  line-height: 1.4;
}

.nbl-cart-status {
  min-height: 20px;
  margin: 10px 0 0;
  color: var(--nbl-forest);
  font-size: 10px;
  font-weight: 600;
}

.nbl-cart-status.is-error { color: var(--nbl-error); }

.nbl-compatibility-note {
  margin: 4px 0 0;
  color: rgba(74, 74, 74, .58);
  font-size: 8px;
  line-height: 1.5;
}

.nbl-routine-section {
  margin-top: 100px;
  padding-top: 20px;
}

.nbl-routine-section > header {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
}

.nbl-routine-section h2 {
  margin: 12px 0 15px;
  color: var(--nbl-ink);
  font-size: clamp(30px, 3.7vw, 48px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.05em;
}

.nbl-routine-section > header > p:last-child {
  margin: 0;
  color: var(--nbl-muted);
  font-size: 14px;
  line-height: 1.7;
}

.nbl-routine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.nbl-routine-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--nbl-line);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, var(--nbl-cream));
}

.nbl-step-number {
  position: absolute;
  left: 24px;
  top: 22px;
  color: rgba(74, 74, 74, .52);
  font-size: 10px;
  font-weight: 600;
}

.nbl-routine-image {
  height: 220px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, var(--nbl-soft-green), transparent 62%);
}

.nbl-routine-image img {
  width: 190px;
  height: 210px;
  object-fit: contain;
  filter: drop-shadow(0 18px 15px rgba(0, 26, 9, .12));
  transition: transform .35s ease;
}
.nbl-routine-image .nbl-product-image-link { display: grid; place-items: center; width: 100%; height: 100%; border-radius: 16px; }

.nbl-routine-card:hover .nbl-routine-image img {
  transform: translateY(-5px);
}

.nbl-routine-card h3 {
  margin: 9px 0;
  color: var(--nbl-ink);
  font-size: 18px;
  letter-spacing: -.03em;
}

.nbl-routine-card p {
  margin: 0 0 16px;
  color: var(--nbl-charcoal);
  font-size: 11px;
  line-height: 1.7;
}

.nbl-role-tag {
  display: inline-block;
  padding: 6px 9px;
  border-radius: 99px;
  background: var(--nbl-soft-green);
  color: var(--nbl-forest);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.nbl-selector-notice {
  padding: 12px 15px;
  border-left: 3px solid var(--nbl-error);
  background: rgba(217, 83, 79, .08);
  color: var(--nbl-ink);
  font-size: 12px;
}

@keyframes nbl-float-single {
  0%, 100% { transform: translateX(-50%) translateY(0) rotate(-.5deg); }
  50% { transform: translateX(-50%) translateY(-9px) rotate(.8deg); }
}

@keyframes nbl-float-left {
  0%, 100% { transform: translate(4px, 26px) rotate(-6deg); }
  50% { transform: translate(0, 17px) rotate(-8deg); }
}

@keyframes nbl-float-center {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

@keyframes nbl-float-right {
  0%, 100% { transform: translate(-4px, 30px) rotate(6deg); }
  50% { transform: translate(0, 21px) rotate(8deg); }
}

@media (max-width: 980px) {
  .nbl-selector-grid { grid-template-columns: 1fr; gap: 30px; }
  .nbl-visual-panel { position: relative; top: auto; min-height: 570px; }
  .nbl-purchase-panel { padding: 10px 4px 0; }
  .nbl-routine-grid { grid-template-columns: 1fr; }
  .nbl-routine-card { min-height: 0; }
}

@media (max-width: 640px) {
  .nbl-visual-panel { min-height: 430px; border-radius: 21px; }
  .nbl-product-circle { width: 72%; top: 49%; }
  .nbl-visual-badge { left: 16px; top: 16px; font-size: 9px; }
  .nbl-single-stage,
  .nbl-bundle-stage { inset: 38px 0 48px; }
  .nbl-single-stage img { width: 70%; height: 82%; }
  .nbl-bottle { width: 48%; height: 72%; top: 15%; }
  .nbl-bottle-1 { left: -5%; }
  .nbl-bottle-2 { width: 52%; height: 82%; top: 8%; }
  .nbl-bottle-3 { right: -5%; }
  .nbl-visual-points { bottom: 17px; gap: 12px; font-size: 8px; }
  .nbl-purchase-panel h1 { font-size: 36px; }
  .nbl-product-intro { font-size: 13px; }
  .nbl-offer-card { grid-template-columns: 20px minmax(0, 1fr) auto; gap: 10px; padding: 16px 13px; }
  .nbl-offer-card.is-selected { padding: 15px 12px; }
  .nbl-offer-copy > strong { font-size: 12px; }
  .nbl-offer-copy > small { font-size: 9px; }
  .nbl-mini-products em { font-size: 7px; }
  .nbl-bundle-offer-price b { font-size: 15px; }
  .nbl-buy-row { grid-template-columns: 98px 1fr; }
  .nbl-add-button { padding: 0 15px; font-size: 10px; }
  .nbl-service-row { gap: 10px; }
  .nbl-service-item { align-items: flex-start; gap: 7px; }
  .nbl-service-item svg { width: 20px; height: 20px; }
  .nbl-service-item strong { font-size: 9px; }
  .nbl-service-item small { font-size: 8px; }
  .nbl-routine-section { margin-top: 70px; }
  .nbl-routine-section h2 { font-size: 31px; }
  .nbl-routine-card { padding: 22px; }
  .nbl-routine-image { height: 190px; }
  .nbl-routine-image img { height: 180px; }
}

@media (max-width: 480px) {
  .nbl-service-row,
  .nbl-service-row.has-gift {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nbl-bundle-selector *,
  .nbl-bundle-selector *::before,
  .nbl-bundle-selector *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
.nbl-bundle-selector .nbl-selection-summary,
.nbl-bundle-selector .nbl-compatibility-note,
.nbl-bundle-selector .nbl-service-item[hidden] { display: none !important; }
.nbl-bundle-selector .nbl-offer-price del { display: block; font-size: .75em; opacity: .65; }
.nbl-bundle-selector .nbl-offer-price ins { text-decoration: none; }
.nbl-bundle-selector .asnp-totalPrice-title { display: none; }
.nbl-bundle-selector .asnp-off-badge { background: #d9edba; color: #003311; }
.nbl-bundle-selector .nbl-many-products {
  display: grid; grid-template-columns: repeat(var(--nbl-columns), minmax(0, 1fr));
  align-content: center; padding: 15%; gap: 4%;
}
.nbl-bundle-selector .nbl-many-products .nbl-bottle {
  position: relative; inset: auto; width: 100%; height: 100%; max-height: 180px;
  object-fit: contain;
}

/* 1.2: shared standalone details, responsive cards and euro-only savings. */
.nbl-bundle-selector :is(button,input,select,summary),
.nbl-bundle-selector .asnp-totalPrice-wrapper,
.nbl-bundle-details-only :is(button,input,select,summary) { font-family: "Poppins", system-ui, sans-serif !important; }
.nbl-bundle-details-only, .nbl-other-bundles {
  --nbl-ink: #001a09; --nbl-line: #d8dfd4; --nbl-cream: #fbf9f6;
  --nbl-soft-green: #d9edba; --nbl-charcoal: #4a4a4a;
  font-family: "Poppins", system-ui, sans-serif; color: #001a09;
  width: 100%; max-width: 1240px; margin: 0 auto;
}

/* 1.3 refinements, also applied to standalone bundle sections. */
.nbl-bundle-selector .nbl-add-button,
.nbl-bundle-selector .nbl-recommended-label {
  background: #90c449 !important; color: #003311 !important;
  font-family: "Poppins", system-ui, sans-serif !important;
}
.nbl-bundle-selector .nbl-add-button { border-radius: 14px; font-size: 16px; box-shadow: 0 8px 22px #00331118; }
.nbl-bundle-selector .nbl-add-button:hover { background: #a9d96c !important; }
.nbl-bundle-selector .nbl-recommended-label { font-size: 14px; font-weight: 700; }
.nbl-bundle-selector .nbl-service-item strong { font-size: 14px !important; line-height: 1.5; color: #003311; }
.nbl-bundle-selector .nbl-service-item small { font-size: 13px !important; line-height: 1.6; color: #4a4a4a; }
.nbl-bundle-selector .nbl-service-row { gap: 20px; margin-top: 22px; }
.nbl-bundle-selector .nbl-service-item { align-items: flex-start; gap: 10px; min-width: 0; }
.nbl-bundle-selector .nbl-service-item svg { min-width: 24px; width: 24px; height: 24px; }
.nbl-bundle-details-only .nbl-routine-grid,
.nbl-bundle-selector .nbl-routine-grid { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.nbl-bundle-details-only .nbl-routine-card,
.nbl-bundle-selector .nbl-routine-card {
  border: 1px solid #e1e8da; border-radius: 26px; padding: 26px;
  background: linear-gradient(160deg,#fff 55%,#fbf9f6); box-shadow: 0 12px 32px #0033110c;
}
.nbl-info-popover summary::-webkit-details-marker { display: none; }
.nbl-info-popover summary > span {
  display: grid; place-items: center; width: 26px; height: 26px;
  border-radius: 50%; background: #003311; color: #fff;
  font-family: Georgia,serif; font-size: 18px; font-weight: 700;
}
.nbl-bundle-details-only .nbl-routine-section { width: 100%; margin-top: 32px; }
.nbl-bundle-details-only, .nbl-bundle-selector, .nbl-other-bundles { container-type: inline-size; }
.nbl-standalone-visual .nbl-visual-panel { position: relative; top: auto; min-height: 0; height: clamp(360px,65vw,580px); }
.nbl-standalone-visual .nbl-bundle-stage { inset: 12% 7% 15%; }
.nbl-standalone-visual .nbl-product-circle { top: 50%; }
.nbl-other-bundles .nbl-other-pack {
  display: grid; grid-template-columns: 48px minmax(0,1fr) auto 20px; gap: 18px;
  padding: 20px 24px; background: #fff; border-radius: 20px;
  border: 1px solid #e1e8da; box-shadow: 0 7px 24px #0033110a; color: #003311 !important;
}
.nbl-other-pack strong { color: #003311; font-size: 16px; line-height: 1.5; }
.nbl-pack-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: #f2ead3; font-size: 23px; }
.nbl-other-pack:nth-child(even) .nbl-pack-icon { background: #d9edba; }
.nbl-other-price { color: #003311; font-size: 18px; font-weight: 700; }
.nbl-other-price del { display: block; font-size: 14px; color: #5a6559; }
.nbl-other-price ins { text-decoration: none; }
@container (max-width:900px) {
  .nbl-bundle-details-only .nbl-routine-grid, .nbl-bundle-selector .nbl-routine-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
  .nbl-selector-grid { grid-template-columns: 1fr; }
  .nbl-service-row.has-gift { grid-template-columns: 1fr; }
}
@container (max-width:600px) {
  .nbl-bundle-details-only .nbl-routine-grid, .nbl-bundle-selector .nbl-routine-grid, .nbl-meal-grid { grid-template-columns: 1fr !important; }
  .nbl-service-row { grid-template-columns: 1fr !important; }
  .nbl-other-pack { grid-template-columns: 42px minmax(0,1fr) 20px !important; gap: 12px !important; padding: 18px !important; }
  .nbl-other-price { grid-column: 2; grid-row: 2; }
  .nbl-pack-icon { width: 42px; height: 42px; }
}
.nbl-bundle-details-only *, .nbl-other-bundles * { box-sizing: border-box; }
.nbl-pack-details[hidden], .nbl-bundle-selector .asnp-off-badge { display: none !important; }
.nbl-bundle-selector .nbl-offer-card { grid-template-columns: 24px minmax(0,1fr); padding: 24px; gap: 12px 16px; }
.nbl-bundle-selector .nbl-offer-card.is-selected {
  padding: 24px; border: 1px solid #94c019; outline: none;
  background: linear-gradient(120deg,#f1f7e6,#fff 75%);
  box-shadow: 0 8px 30px #94c01930, 0 0 22px #d9edba80;
}
.nbl-bundle-selector .nbl-offer-card:focus-within { outline: 3px solid #003311; outline-offset: 4px; }
.nbl-bundle-selector .nbl-offer-copy > strong { font-size: 17px; line-height: 1.4; }
.nbl-bundle-selector .nbl-offer-copy > small { font-size: 13px; line-height: 1.6; color: #4a4a4a; }
.nbl-bundle-selector .nbl-offer-price { grid-column: 2; text-align: left; justify-self: start; font-size: 22px; }
.nbl-bundle-selector .nbl-recommended { margin-top: 28px; padding-top: 30px; }
.nbl-bundle-selector .nbl-recommended.is-selected { padding-top: 30px; }
.nbl-bundle-selector .nbl-recommended-label { font-size: 13px; line-height: 1.4; padding: 7px 14px; top: -18px; color: #fff; background: #003311; }
.nbl-bundle-selector .asnp-totalPrice-wrapper { margin: 0 !important; padding: 0 !important; background: transparent !important; box-shadow: none !important; }
.nbl-bundle-selector .asnp-totalPrice-section { display: flex !important; flex-wrap: wrap; align-items: baseline; gap: 8px 12px; }
.nbl-bundle-selector .nbl-offer-price s, .nbl-bundle-selector .nbl-offer-price del,
.nbl-bundle-selector .nbl-offer-price s .amount { font-size: 16px !important; color: #5a6559 !important; opacity: 1; }
.nbl-bundle-selector .asnp-savedPrice { display: inline-flex; flex-wrap: wrap; gap: 5px; font-size: 14px !important; background: #d9edba !important; color: #003311 !important; padding: 5px 9px !important; border-radius: 8px; }
.nbl-bundle-selector .nbl-quantity button { min-width: 44px; min-height: 48px; }
.nbl-bundle-selector .nbl-add-button { min-height: 52px; background: #003311; color: #fff; }
.nbl-routine-grid { grid-template-columns: repeat(auto-fit,minmax(min(100%,270px),1fr)); }
.nbl-routine-card { min-width: 0; min-height: 0; padding: 24px; }
.nbl-routine-card h3 a { color: #003311; text-decoration: underline; text-decoration-color: #94c019; text-underline-offset: 5px; line-height: 1.5; }
.nbl-routine-card .nbl-check-list { padding: 0; margin: 16px 0 0; list-style: none; }
.nbl-item-price { display: flex; gap: 10px; flex-wrap: wrap; color: #003311; font-size: 17px; font-weight: 600; }
.nbl-item-price del { color: #5a6559; font-size: 15px; } .nbl-item-price ins { text-decoration: none; }
.nbl-check-list li { display: flex; align-items: flex-start; gap: 9px; margin: 10px 0; font-size: 14px; line-height: 1.65; color: #4a4a4a; }
.nbl-product-info { position: relative; }
.nbl-info-popover { position: absolute; top: 0; right: 0; z-index: 2; }
.nbl-info-popover summary { display: grid; place-items: center; min-width: 44px; min-height: 44px; cursor: pointer; color: #003311; font-size: 24px; list-style: none; }
.nbl-info-popover > div { display: none; position: absolute; top: 44px; right: 0; width: min(260px,65vw); padding: 16px; border: 1px solid #d8dfd4; border-radius: 12px; background: #fff; box-shadow: 0 8px 28px #00331122; font-size: 14px; line-height: 1.6; max-height: 240px; overflow: auto; }
.nbl-info-popover[open] > div { display: block; }
@media (hover:hover) { .nbl-product-info:hover .nbl-info-popover > div { display: block; } }
.nbl-day-routine { margin-top: 32px; }
.nbl-meal-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,230px),1fr)); gap: 16px; }
.nbl-meal { background: #f2ead3; border-radius: 16px; padding: 22px; }
.nbl-meal h4 { margin: 0 0 10px; font-size: 17px; color: #003311; }
.nbl-meal p, .nbl-routine-note { font-size: 15px; line-height: 1.7; color: #4a4a4a; overflow-wrap: anywhere; }
.nbl-routine-note { margin-top: 20px; padding: 20px; border-left: 3px solid #94c019; background: #fbf9f6; }
.nbl-other-bundles { padding-block: 32px; }
.nbl-other-pack { display: flex; justify-content: space-between; align-items: center; gap: 18px; min-height: 64px; padding: 22px; margin: 12px 0; border: 1px solid #d8dfd4; border-radius: 16px; background: #fbf9f6; color: #003311; text-decoration: none; }
.nbl-other-pack small { display: block; margin-top: 7px; color: #4a4a4a; font-size: 14px; }
.nbl-other-pack:hover { background: #f1f7e6; box-shadow: 0 8px 24px #94c01920; }
.nbl-other-pack:focus-visible, .nbl-info-popover summary:focus-visible, .nbl-routine-card a:focus-visible { outline: 3px solid #003311; outline-offset: 3px; }
@media (max-width:1024px) { .nbl-selector-grid { grid-template-columns: 1fr; gap: 28px; } .nbl-visual-panel { position: relative; top: auto; min-height: 480px; } }
@media (max-width:600px) {
  .nbl-bundle-selector .nbl-offer-card, .nbl-bundle-selector .nbl-offer-card.is-selected { padding: 20px 16px; }
  .nbl-bundle-selector .nbl-recommended, .nbl-bundle-selector .nbl-recommended.is-selected { padding-top: 28px; }
  .nbl-routine-grid, .nbl-meal-grid { grid-template-columns: 1fr; }
  .nbl-routine-card { padding: 20px; } .nbl-routine-section { margin-top: 32px; }
  .nbl-offer-copy, .nbl-other-pack > span { overflow-wrap: anywhere; }
  .nbl-visual-panel { min-height: 390px; }
}

/* Consistent section rhythm for both standalone and combined layouts. */
.nbl-bundle-selector .nbl-routine-section,
.nbl-bundle-details-only .nbl-routine-section { margin-top: 40px; }
.nbl-routine-section > h2, .nbl-routine-section > header h2,
.nbl-other-bundles > h2, .nbl-day-routine > h2, .nbl-day-routine > h3 { margin: 0 0 24px; }
.nbl-routine-section > p { margin: 0 0 20px; }
.nbl-bundle-selector .nbl-routine-card,
.nbl-bundle-details-only .nbl-routine-card { padding: 24px; }
.nbl-routine-card h3 { margin: 20px 0 12px; line-height: 1.45; }
.nbl-routine-card .nbl-item-price { margin-bottom: 16px; gap: 10px; align-items: baseline; }
.nbl-routine-card .nbl-check-list { margin: 0; }
.nbl-routine-card .nbl-check-list li { margin: 0 0 10px; }
.nbl-routine-card .nbl-check-list li:last-child { margin-bottom: 0; }
.nbl-routine-card .nbl-routine-image { height: 220px; }
.nbl-bundle-details-only .nbl-day-routine,
.nbl-bundle-selector .nbl-day-routine { margin-top: 40px; }
.nbl-meal-grid { gap: 20px; }
.nbl-meal { padding: 24px; }
.nbl-meal p { margin: 0; }
.nbl-routine-note { margin: 24px 0 0; padding: 18px 22px; }
.nbl-other-bundles { padding: 40px 0 24px; }
.nbl-other-bundles > div { display: grid; gap: 14px; }
.nbl-other-bundles .nbl-other-pack { margin: 0; }
@media(max-width:767px) {
  .nbl-bundle-selector .nbl-routine-section,
  .nbl-bundle-details-only .nbl-routine-section,
  .nbl-bundle-details-only .nbl-day-routine,
  .nbl-bundle-selector .nbl-day-routine { margin-top: 28px; }
  .nbl-routine-section > h2, .nbl-routine-section > header h2,
  .nbl-other-bundles > h2, .nbl-day-routine > h2, .nbl-day-routine > h3 { margin-bottom: 18px; }
  .nbl-bundle-selector .nbl-routine-card,
  .nbl-bundle-details-only .nbl-routine-card { padding: 20px; }
  .nbl-meal-grid { gap: 14px; }
  .nbl-meal { padding: 20px; }
  .nbl-routine-note { margin-top: 18px; padding: 16px 18px; }
  .nbl-other-bundles { padding-top: 28px; }
}

/* 1.4 shared-template typography and compact mobile pack imagery. */
.nbl-bundle-selector h1,
.nbl-bundle-selector .nbl-routine-section h2,
.nbl-bundle-details-only h2,
.nbl-bundle-details-only .nbl-day-routine > h3,
.nbl-bundle-selector .nbl-day-routine > h3,
.nbl-other-bundles > h2,
.nbl-bundle-title .elementor-heading-title {
  font-family: "Poppins",system-ui,sans-serif !important;
  font-size: 27px !important; font-weight: 700 !important; line-height: 1.3 !important;
}
@media(max-width:767px) {
  .nbl-bundle-selector h1, .nbl-bundle-selector .nbl-routine-section h2,
  .nbl-bundle-details-only h2, .nbl-bundle-details-only .nbl-day-routine > h3,
  .nbl-bundle-selector .nbl-day-routine > h3, .nbl-other-bundles > h2,
  .nbl-bundle-title .elementor-heading-title { font-size: 23px !important; }
  .nbl-bundle-selector .nbl-visual-panel { min-height: 0; height: 330px; border-radius: 22px; }
  .nbl-bundle-selector .nbl-product-circle { width: 72%; max-width: 270px; top: 49%; }
  .nbl-bundle-selector .nbl-bundle-stage { inset: 10px 0 36px; }
  .nbl-bundle-selector .nbl-bottle { width: 48%; height: 92%; top: 4%; }
  .nbl-bundle-selector .nbl-bottle-1 { left: -3%; }
  .nbl-bundle-selector .nbl-bottle-2 { width: 51%; height: 100%; top: 0; left: 50%; }
  .nbl-bundle-selector .nbl-bottle-3 { right: -3%; }
  .nbl-bundle-selector .nbl-visual-points { bottom: 12px; gap: 12px; }
  .nbl-bundle-selector .nbl-many-products { padding: 12%; }
  .nbl-bundle-selector .nbl-many-products .nbl-bottle { inset: auto; width: 100%; height: 100%; max-height: 120px; }
}
