/** Shopify CDN: Minification failed

Line 724:10 Expected identifier but found whitespace
Line 724:16 Unexpected "!"

**/
.raksha-bundle {
  --raksha-ink: #1d2320;
  --raksha-muted: #647068;
  --raksha-line: #e6dfd3;
  --raksha-brand: #c58a24;
  --raksha-brand-dark: #8b5c13;
  --raksha-soft: #f8f3e8;
  --raksha-green: #e9f4ed;
  --raksha-shadow: 0 18px 45px rgba(34, 30, 18, 0.12);
  background:
    radial-gradient(circle at top left, rgba(197, 138, 36, 0.12), transparent 32rem),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 55%);
  color: var(--raksha-ink);
  padding: 28px 16px 48px;
}

.raksha-bundle * {
  box-sizing: border-box;
}

.raksha-bundle__wrap {
  max-width: 1320px;
  margin: 0 auto;
}

.raksha-bundle__header {
  max-width: 680px;
  margin: 0 auto 22px;
  text-align: center;
}

.raksha-bundle__header::before {
  content: "";
  display: grid;
  width: min(190px, 44vw);
  aspect-ratio: 1 / 1;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 1px solid rgba(197, 138, 36, 0.22);
  border-radius: 24px;
  background: #fff7e8;
  background-image: url("https://helbredenutraherbs.com/cdn/shop/files/Mobilesliderpost-3_19bdc108-ede9-4d5c-bd4f-1b7e2e167056_grande.jpg?v=1786943432");
  background-position: center;
  background-size: cover;
  box-shadow: 0 16px 38px rgba(64, 45, 14, 0.14);
}

.raksha-bundle__eyebrow {
  margin: 0 0 8px;
  color: #59685e;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.raksha-bundle__header h1 {
  margin: 0;
  color: var(--raksha-ink);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
}

.raksha-bundle__header p:last-child {
  margin: 14px auto 0;
  color: var(--raksha-muted);
  font-size: 17px;
  line-height: 1.6;
}

.raksha-bundle__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}

.raksha-bundle__main,
.raksha-summary {
  border: 1px solid rgba(197, 138, 36, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--raksha-shadow);
}

.raksha-bundle__main {
  padding: 18px;
}

.raksha-bundle__tiers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.raksha-tier {
  min-height: 72px;
  border: 1px solid var(--raksha-line);
  border-radius: 18px;
  background: #fff;
  color: var(--raksha-ink);
  cursor: pointer;
  padding: 13px;
  text-align: left;
  touch-action: manipulation;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.raksha-tier span,
.raksha-tier strong {
  display: block;
}

.raksha-tier span {
  margin-bottom: 6px;
  font-size: 14px;
}

.raksha-tier strong {
  font-size: 17px;
}

.raksha-tier:hover,
.raksha-tier.is-active {
  border-color: var(--raksha-brand);
  box-shadow: 0 10px 26px rgba(197, 138, 36, 0.18);
  transform: translateY(-1px);
}

.raksha-tier.is-active {
  background: linear-gradient(135deg, #fffaf0, #fbf8e8);
}

.raksha-bundle__notice {
  display: none;
}

.raksha-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.raksha-product {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid rgba(29, 35, 32, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(21, 24, 18, 0.08);
  overflow: hidden;
  padding: 11px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.raksha-product.is-selected {
  border-color: #202020;
}

.raksha-product:hover {
  transform: translateY(-2px);
}

.raksha-product__image {
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: #f5f0e8;
}

.raksha-product__image img,
.raksha-product__image svg {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  background: #f7f3ea;
}

.raksha-product__title {
  flex: 1;
  margin: 12px 0 14px;
  color: var(--raksha-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.raksha-product__add,
.raksha-summary__add,
.raksha-qty {
  min-height: 44px;
  border-radius: 12px;
}

.raksha-product__add,
.raksha-summary__add {
  border: 1px solid #202020;
  background: #fff;
  color: #202020;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  touch-action: manipulation;
}

.raksha-product__add:hover {
  background: #202020;
  color: #fff;
}

.raksha-qty {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  overflow: hidden;
  border: 1px solid #202020;
}

.raksha-qty button,
.raksha-summary-item__qty button {
  border: 0;
  background: #fff;
  color: #202020;
  cursor: pointer;
  font-size: 22px;
  touch-action: manipulation;
}

.raksha-qty button:disabled,
.raksha-summary-item__qty button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.raksha-qty span {
  display: grid;
  place-items: center;
  border-inline: 1px solid #eee;
  font-size: 17px;
  font-weight: 700;
}

.raksha-summary {
  position: sticky;
  top: 24px;
  z-index: 5;
  padding: 20px;
}

body:has(.raksha-bundle) #scrollUp,
body:has(.raksha-bundle) .scrollup,
body:has(.raksha-bundle) .scroll-top,
body:has(.raksha-bundle) .back-to-top {
  display: none !important;
}

body:has(.raksha-bundle) .breadcrumbs,
body:has(.raksha-bundle) .breadcrumb-area,
body:has(.raksha-bundle) .breadcrumb-section,
body:has(.raksha-bundle) .breadcrumb-wrap {
  display: none !important;
}

.raksha-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.raksha-summary__head h2 {
  margin: 0;
  font-size: 24px;
}

.raksha-summary__head span {
  display: grid;
  min-width: 50px;
  min-height: 38px;
  place-items: center;
  border-radius: 999px;
  background: #202020;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.raksha-summary__progress {
  height: 8px;
  margin: 22px 0 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #d8d8d8;
}

.raksha-summary__progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #202020;
  transition: width 0.2s ease;
}

.raksha-summary__tier {
  margin-bottom: 18px;
  border: 1px solid #202020;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 16px;
}

.raksha-summary__items {
  display: grid;
  gap: 12px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}

.raksha-summary-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.raksha-summary-item img,
.raksha-summary-item__placeholder {
  width: 76px;
  height: 76px;
  border-radius: 12px;
  background: #f5f0e8;
  object-fit: cover;
}

.raksha-summary-item__title {
  color: var(--raksha-ink);
  font-size: 15px;
  line-height: 1.18;
}

.raksha-summary-item__qty {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  border: 1px solid #ececec;
  border-radius: 14px;
  overflow: hidden;
}

.raksha-summary-item__qty span {
  text-align: center;
  font-weight: 700;
}

.raksha-summary-slot {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: center;
  color: #595959;
}

.raksha-summary-slot span {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px dashed #858585;
  border-radius: 12px;
  color: #202020;
  font-size: 32px;
}

.raksha-summary-slot p {
  margin: 0;
}

.raksha-summary__total {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 22px 0;
  border-top: 1px solid #eee;
  padding-top: 22px;
  font-size: 17px;
  text-align: center;
}

.raksha-summary__total strong {
  font-size: 24px;
}

.raksha-summary__add {
  width: 100%;
  border-color: #202020;
  background: #202020;
  color: #fff;
}

.raksha-summary__add:disabled {
  border-color: #999;
  background: #999;
  cursor: not-allowed;
}

.raksha-bundle__empty {
  border: 1px dashed var(--raksha-line);
  border-radius: 18px;
  padding: 24px;
  text-align: center;
}

@media (max-width: 1180px) {
  .raksha-bundle__layout {
    grid-template-columns: 1fr;
  }

  .raksha-products {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }

  .raksha-summary {
    position: static;
  }
}

@media (max-width: 980px) {
  .raksha-products {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  }
}

@media (max-width: 760px) {
  .raksha-bundle {
    padding: 24px 10px 36px;
  }

  .raksha-bundle__main {
    padding: 14px;
  }

  .raksha-bundle__tiers,
  .raksha-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .raksha-bundle__header::before {
    width: 118px;
    margin-bottom: 12px;
    border-radius: 18px;
  }

  .raksha-bundle__header {
    margin-bottom: 16px;
  }

  .raksha-bundle__eyebrow {
    font-size: 12px;
  }

  .raksha-bundle__header h1 {
    font-size: 25px;
  }

  .raksha-bundle__header p:last-child {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.45;
  }

  .raksha-bundle__tiers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .raksha-tier {
    min-height: 62px;
    border-radius: 12px;
    padding: 8px 6px;
  }

  .raksha-tier span {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.1;
  }

  .raksha-tier strong {
    font-size: 12px;
    line-height: 1.15;
  }

  .raksha-product {
    border-radius: 18px;
    padding: 10px;
  }

  .raksha-product__title {
    margin: 12px 0 14px;
    font-size: 14px;
  }

  .raksha-product__add,
  .raksha-summary__add,
  .raksha-qty {
    min-height: 46px;
  }

  .raksha-summary {
    position: static;
    max-height: none;
    overflow: visible;
    margin-top: 0;
    border: 1px solid rgba(197, 138, 36, 0.28);
    border-radius: 20px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 14px 32px rgba(29, 35, 32, 0.12);
  }

  .raksha-summary__head h2 {
    font-size: 20px;
  }

  .raksha-summary__head span {
    min-width: 44px;
    min-height: 32px;
    font-size: 15px;
  }

  .raksha-summary__progress {
    height: 7px;
    margin: 14px 0 12px;
  }

  .raksha-summary__tier {
    margin-bottom: 12px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .raksha-summary__items {
    max-height: 132px;
  }

  .raksha-summary-item {
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .raksha-summary-item img,
  .raksha-summary-item__placeholder,
  .raksha-summary-slot span {
    width: 52px;
    height: 52px;
  }

  .raksha-summary-slot {
    grid-template-columns: 52px 1fr;
    gap: 10px;
    font-size: 14px;
  }

  .raksha-summary-item__title {
    font-size: 13px;
    line-height: 1.15;
  }

  .raksha-summary-item__qty {
    grid-template-columns: 30px 30px 30px;
    border-radius: 12px;
  }

  .raksha-summary-item__qty button {
    font-size: 18px;
  }

  .raksha-summary__total {
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 12px 0;
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
  }

  .raksha-summary__total strong {
    font-size: 20px;
    white-space: nowrap;
  }

  .raksha-summary__add {
    min-height: 48px;
    border-radius: 14px;
    font-size: 15px;
  }

}





/* Raksha rollback: remove header image, restore tier layout, hide duplicate label */
.raksha-bundle__header::before {
  content: none !important;
  display: none !important;
  background: none !important;
  width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.raksha-bundle__eyebrow {


/* Raksha offer prepaid discount badge */
.raksha-tier::after {
  content: "₹100 OFF prepaid";
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(35, 117, 73, 0.1);
  color: #237549;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.raksha-tier.is-active::after {
  background: rgba(197, 138, 36, 0.16);
  color: #8a5a08;
}

@media (max-width: 760px) {
  .raksha-tier::after {
    margin-top: 8px;
    padding: 3px 7px;
    font-size: 11px;
  }
}


/* Raksha offer prepaid discount badge - standalone override */
body .raksha-bundle .raksha-tier::after {
  content: "₹100 OFF prepaid" !important;
  display: inline-flex !important;
  width: fit-content;
  margin-top: 10px;
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(35, 117, 73, 0.1);
  color: #237549;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

body .raksha-bundle .raksha-tier.is-active::after {
  background: rgba(197, 138, 36, 0.16);
  color: #8a5a08;
}

@media (max-width: 760px) {
  body .raksha-bundle .raksha-tier::after {
    margin-top: 8px;
    padding: 3px 7px;
    font-size: 11px;
  }
}

}

/* Raksha offer prepaid discount badge - top-level fix */
body .raksha-bundle .raksha-tier::after {
  content: "₹100 OFF prepaid" !important;
  display: inline-flex !important;
  width: fit-content !important;
  margin-top: 10px !important;
  border-radius: 999px !important;
  padding: 4px 9px !important;
  background: rgba(35, 117, 73, 0.1) !important;
  color: #237549 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
}

body .raksha-bundle .raksha-tier.is-active::after {
  background: rgba(197, 138, 36, 0.16) !important;
  color: #8a5a08 !important;
}

@media (max-width: 760px) {
  body .raksha-bundle .raksha-tier::after {
    margin-top: 8px !important;
    padding: 3px 7px !important;
    font-size: 11px !important;
  }
}



  display: none !important;
}

@media (max-width: 760px) {
  .raksha-bundle__tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .raksha-tier {
    min-height: 82px !important;
    border-radius: 16px !important;
    padding: 14px !important;
  }

  .raksha-tier span {
    margin-bottom: 8px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  .raksha-tier strong {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
}



/* Raksha prepaid message correction: one discount notice per order */
body .raksha-bundle .raksha-tier::after {
  content: none !important;
  display: none !important;
}

body .raksha-bundle .raksha-bundle__tiers::after {
  content: "₹100 OFF on prepaid orders, applied once at checkout";
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  border: 1px solid rgba(35, 117, 73, 0.18);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(35, 117, 73, 0.08);
  color: #237549;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 760px) {
  body .raksha-bundle .raksha-bundle__tiers::after {
    padding: 9px 10px;
    font-size: 12px;
  }
}



/* Raksha prepaid notice wording update */
body .raksha-bundle .raksha-bundle__tiers::after {
  content: "Pay online and get extra ₹100 OFF at checkout" !important;
}
