html,
body.single-product.postid-17 {
  overflow-x: hidden !important;
}

/* 0.1.30 Shilajit-only offer polish */
body.single-product.postid-17 .ar-offer-card--subscription {
  padding: 16px 18px 15px 50px !important;
}

body.single-product.postid-17 .ar-offer-card--subscription .ar-offer-card__radio {
  top: 19px !important;
  left: 18px !important;
}

body.single-product.postid-17 .ar-offer-card--subscription .ar-offer-card__content {
  row-gap: 4px !important;
}

body.single-product.postid-17 .ar-offer-card--subscription .ar-offer-card__title {
  line-height: 1.12 !important;
}

body.single-product.postid-17 .ar-offer-card--subscription .ar-offer-card__prices strong {
  font-size: 24px !important;
}

body.single-product.postid-17 .ar-offer-card--subscription .ar-offer-card__benefits {
  gap: 5px !important;
}

body.single-product.postid-17 .ar-offer-card--subscription .ar-offer-card__benefits span {
  line-height: 1.18 !important;
}

body.single-product.postid-17 .ar-title-tm {
  display: inline-block !important;
  font-size: 0.5em !important;
  line-height: 0 !important;
  vertical-align: super !important;
  transform: translateY(-0.06em) !important;
}

body.single-product.postid-17 .ar-offer-card__image--one {
  max-width: 112px !important;
  max-height: 96px !important;
}

body.single-product.postid-17 .ar-offer-gift {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) minmax(128px, 34%);
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 12px 0 0;
  padding: 12px 14px;
  border: 1.5px solid rgba(52, 44, 35, 0.16);
  border-radius: 10px;
  background: linear-gradient(180deg, #fffefb 0%, #fbf6ee 100%);
  box-shadow: 0 10px 24px rgba(42, 35, 27, 0.06);
  color: #29251f;
  pointer-events: none;
}

body.single-product.postid-17 .ar-offer-gift__check {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #245a3e;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

body.single-product.postid-17 .ar-offer-gift__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.single-product.postid-17 .ar-offer-gift__copy strong {
  color: #2b261f;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.1;
}

body.single-product.postid-17 .ar-offer-gift__copy small {
  color: #6a6157;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
}

body.single-product.postid-17 .ar-offer-gift__image {
  display: block;
  width: 100%;
  max-width: 172px;
  height: 62px;
  justify-self: end;
  object-fit: contain;
  object-position: center right;
}

@media (max-width: 767px) {
  body.single-product.postid-17 .ar-offer-card--subscription {
    padding: 14px 12px 13px 42px !important;
  }

  body.single-product.postid-17 .ar-offer-card--subscription .ar-offer-card__radio {
    top: 15px !important;
    left: 13px !important;
  }

  body.single-product.postid-17 .ar-offer-card--subscription .ar-offer-card__content {
    row-gap: 4px !important;
  }

  body.single-product.postid-17 .ar-offer-card--subscription .ar-offer-card__prices strong {
    font-size: 23px !important;
  }

  body.single-product.postid-17 .ar-offer-gift {
    grid-template-columns: 24px minmax(0, 1fr) 96px;
    gap: 10px;
    margin-top: 10px;
    padding: 10px;
  }

  body.single-product.postid-17 .ar-offer-gift__check {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  body.single-product.postid-17 .ar-offer-gift__copy strong {
    font-size: 13px;
  }

  body.single-product.postid-17 .ar-offer-gift__copy small {
    font-size: 10px;
  }

  body.single-product.postid-17 .ar-offer-gift__image {
    max-width: 96px;
    height: 50px;
  }

  body.single-product.postid-17 .ar-offer-card__image--one {
    max-width: 106px !important;
    max-height: 88px !important;
  }
}

/* 0.1.15 sticky promo, gallery, and desktop offer polish */
.ar-promo-bar {
  position: fixed !important;
  top: var(--ar-promo-sticky-top, var(--ar-header-height, 0px)) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 990 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 32px !important;
  overflow: hidden !important;
  background: #a48b73 !important;
  color: #fff !important;
  white-space: nowrap !important;
}

.elementor-2126 {
  padding-top: var(--ar-promo-height, 32px) !important;
}

.ar-promo-bar__track {
  display: inline-flex !important;
  align-items: center !important;
  min-width: max-content !important;
  white-space: nowrap !important;
  animation: ar-promo-marquee 36s linear infinite !important;
}

.ar-promo-bar__text {
  padding: 10px 42px !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a > .e-con-inner {
  width: min(90vw, 1520px) !important;
  max-width: 1520px !important;
}

@media (min-width: 1180px) {
  body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a > .e-con-inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(610px, 1.08fr) !important;
  }

  .ar-offer-card--bundle .ar-offer-card__title {
    font-size: 14px !important;
    line-height: 1.16 !important;
    white-space: normal !important;
  }

  .ar-offer-card--subscription .ar-offer-card__title {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery .woocommerce-product-gallery__image,
body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery .woocommerce-product-gallery__image a,
body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  visibility: visible !important;
  opacity: 1 !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  max-width: none !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .ar-mobile-gallery-dots {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: 12px !important;
  transform: translateX(-50%) !important;
  flex-wrap: nowrap !important;
}

@media (max-width: 767px) {
  .ar-promo-bar {
    min-height: 28px !important;
    font-size: 11px !important;
  }

  .ar-promo-bar__track {
    animation-duration: 24s !important;
  }

  .ar-promo-bar__text {
    padding: 8px 32px !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .ar-mobile-gallery-dots {
    bottom: 10px !important;
  }

  .ar-offer-card--bundle .ar-offer-card__title,
  .ar-offer-card--subscription .ar-offer-card__title {
    white-space: normal !important;
  }
}

/* 0.1.14 product polish */
.ar-promo-bar {
  position: relative !important;
  overflow: hidden !important;
  background: #7d705f !important;
  color: #fff8ec !important;
  white-space: nowrap !important;
}

.ar-promo-bar__viewport,
.ar-promo-bar__track,
.ar-promo-bar__text {
  white-space: nowrap !important;
}

.ar-promo-bar__text {
  padding: 10px 38px !important;
}

.ar-promo-bar__item {
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

.ar-promo-bar__emoji {
  display: inline-block !important;
  margin-left: 5px !important;
}

.ar-promo-bar__sep {
  display: inline-flex !important;
  margin: 0 16px !important;
  opacity: 0.72 !important;
}

.ar-star--partial {
  background: linear-gradient(90deg, #d99a31 0 66%, rgba(217, 154, 49, 0.22) 66% 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.ar-review-card__stars {
  color: #d99a31 !important;
}

.ar-offer-card--subscription {
  padding: 22px 22px 20px 54px !important;
}

.ar-offer-card--subscription .ar-offer-card__radio {
  top: 24px !important;
  left: 20px !important;
}

.ar-offer-card--subscription .ar-offer-card__content {
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.48fr) !important;
  grid-template-areas:
    "title benefits"
    "subtitle benefits"
    "prices benefits"
    "note benefits" !important;
  column-gap: 22px !important;
  row-gap: 7px !important;
}

.ar-offer-card--subscription .ar-offer-card__title {
  grid-area: title !important;
  padding: 0 !important;
}

.ar-offer-card--subscription .ar-offer-card__subtitle {
  grid-area: subtitle !important;
}

.ar-offer-card--subscription .ar-offer-card__prices {
  grid-area: prices !important;
}

.ar-offer-card--subscription .ar-offer-card__note {
  grid-area: note !important;
}

.ar-offer-card--subscription .ar-offer-card__benefits {
  grid-area: benefits !important;
  grid-column: auto !important;
  grid-row: auto !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .flex-control-thumbs {
  display: none !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .ar-mobile-gallery-nav {
  display: grid !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .ar-mobile-gallery-dots {
  position: absolute !important;
  left: 50% !important;
  bottom: 12px !important;
  z-index: 9 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  background: rgba(255, 253, 248, 0.72) !important;
}

@media (max-width: 767px) {
  .ar-promo-bar__text {
    padding: 8px 30px !important;
  }

  .ar-offer-card--subscription {
    padding: 18px 14px 16px 46px !important;
  }

  .ar-offer-card--subscription .ar-offer-card__radio {
    top: 19px !important;
    left: 14px !important;
  }

  .ar-offer-card--subscription .ar-offer-card__content {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "title"
      "subtitle"
      "prices"
      "note"
      "benefits" !important;
  }
}

body.single-product.postid-17 {
  background: #fbf7ef;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a {
  gap: clamp(18px, 2.2vw, 30px);
  align-items: stretch;
  padding-top: clamp(16px, 2vw, 28px);
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 {
  position: relative;
  overflow: hidden;
  padding: clamp(12px, 1.4vw, 18px);
  border: 1px solid rgba(55, 48, 39, 0.14);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 20px 60px rgba(56, 45, 32, 0.08);
}

body.single-product.postid-17 .elementor-2126 .elementor-element-325f1d2 {
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(55, 48, 39, 0.14);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 20px 60px rgba(56, 45, 32, 0.08);
}

body.single-product.postid-17 .elementor-2126 .elementor-element-325f1d2 > .elementor-element:not(.ar-shilajit-shortcode-widget) {
  display: none !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.ar-gallery-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 44px);
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 249, 237, 0.94);
  color: #1f1d1a;
  font-family: Inter, Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.15;
  box-shadow: 0 10px 26px rgba(33, 27, 19, 0.12);
}

.ar-gallery-reassurance {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 4px 0;
  padding: 12px 14px;
  border: 1px solid rgba(55, 48, 39, 0.12);
  border-radius: 10px;
  background: rgba(255, 252, 246, 0.9);
  color: #443e36;
  font-family: Inter, Montserrat, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.25;
}

.ar-gallery-reassurance span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.ar-offer,
.ar-offer *,
.ar-offer *::before,
.ar-offer *::after {
  box-sizing: border-box;
}

.ar-offer {
  color: #26221c;
  font-family: Inter, Montserrat, Arial, sans-serif;
}

.ar-offer__top {
  display: grid;
  gap: 12px;
}

.ar-offer__pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 100%;
  width: fit-content;
  padding: 8px 14px;
  border: 1px solid rgba(35, 31, 24, 0.14);
  border-radius: 999px;
  background: #fffdf8;
  color: #25221d;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  box-shadow: 0 8px 20px rgba(51, 42, 31, 0.05);
}

.ar-offer__shield {
  color: #244d38;
  font-size: 16px;
  line-height: 1;
}

.ar-offer__intro {
  display: block;
  margin-top: 2px;
}

.ar-offer__title {
  display: block !important;
  margin: 0 0 8px;
  color: #24211d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.35vw, 52px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
}

.ar-offer__lead {
  max-width: 680px;
  margin: 0;
  color: #514b43;
  font-size: 14px;
  line-height: 1.45;
}

.ar-offer__rating {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
  color: #28241f;
  font-size: 13px;
  font-weight: 650;
}

.ar-offer__stars {
  color: #f2a51f;
  letter-spacing: 1px;
}

body.single-product.postid-17 .ar-offer__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

body.single-product.postid-17 .ar-offer__benefits li {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
  color: #2d2923;
  font-size: 12.5px;
  line-height: 1.25;
}

body.single-product.postid-17 .ar-offer__benefits li span {
  display: grid;
  flex: 0 0 21px;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #f3eadf;
  color: #8d6844;
  font-size: 11px;
  line-height: 1;
}

.ar-offer-card__benefits span {
  position: relative;
  min-width: 0;
  padding-left: 24px;
  color: #2d2923;
  font-size: 12px;
  line-height: 1.25;
}

.ar-offer-card__benefits span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #234d38;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.ar-review-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.ar-review-carousel__viewport {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(245px, 48%);
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.ar-review-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.ar-review-card {
  scroll-snap-align: start;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(50, 42, 33, 0.1);
  border-radius: 10px;
  background: #f3eee7;
  color: #5b554c;
}

.ar-review-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 1.35;
}

.ar-review-card strong {
  display: block;
  margin-top: 4px;
  color: #342f29;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
}

.ar-review-carousel__nav {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(44, 37, 29, 0.14);
  border-radius: 50%;
  background: #fffdf8;
  color: #5b5248;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.ar-review-carousel__nav:hover,
.ar-review-carousel__nav:focus-visible {
  border-color: #234d38;
  color: #234d38;
  outline: none;
}

.ar-offer__choice-title {
  margin: 16px 0 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(45, 38, 29, 0.12);
  text-align: center;
  color: #28241f;
  font-size: 14px;
  font-weight: 750;
}

.ar-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  min-width: 0;
}

.ar-offer-card {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 18px 14px 14px;
  border: 1.5px solid rgba(52, 44, 35, 0.18) !important;
  border-radius: 10px;
  background: #fffdf8 !important;
  color: #28241f !important;
  text-align: center;
  cursor: pointer;
  appearance: none;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ar-offer-card:hover,
.ar-offer-card:focus-visible {
  border-color: rgba(35, 77, 56, 0.72) !important;
  box-shadow: 0 10px 28px rgba(36, 77, 56, 0.11);
  outline: none;
}

.ar-offer-card.is-selected {
  border-color: #0f5a38 !important;
  box-shadow: inset 0 0 0 1px #0f5a38, 0 12px 28px rgba(15, 90, 56, 0.1);
}

.ar-offer-card--subscription {
  grid-column: 1 / -1;
  padding: 16px 18px 15px 50px;
  text-align: left;
}

.ar-offer-card--subscription .ar-offer-card__radio {
  top: 19px;
  left: 18px;
}

.ar-offer-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 7px 10px;
  border-radius: 9px 9px 0 0;
  background: linear-gradient(180deg, #0f7a44, #075f34);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
}

.ar-offer-card__radio {
  position: absolute;
  top: 15px;
  left: 14px;
  width: 20px;
  height: 20px;
  border: 2px solid #b7aea3;
  border-radius: 50%;
  background: #fffdf8;
}

.ar-offer-card--bundle .ar-offer-card__radio {
  top: 41px;
}

.ar-offer-card.is-selected .ar-offer-card__radio {
  border-color: #0f5a38;
  background: #0f5a38;
}

.ar-offer-card.is-selected .ar-offer-card__radio::after {
  content: "✓";
  position: absolute;
  inset: -1px 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
}

.ar-offer-card__content {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.ar-offer-card--bundle .ar-offer-card__content {
  padding-top: 22px;
}

.ar-offer-card--subscription .ar-offer-card__content {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.58fr);
  column-gap: 18px;
  row-gap: 4px;
  align-items: center;
}

.ar-offer-card__title {
  display: block;
  min-width: 0;
  padding: 0 18px;
  color: #29251f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.ar-title-tm {
  display: inline-block;
  font-size: 0.5em;
  line-height: 0;
  vertical-align: super;
  transform: translateY(-0.06em);
}

.ar-offer-card--subscription .ar-offer-card__title,
.ar-offer-card--subscription .ar-offer-card__subtitle,
.ar-offer-card--subscription .ar-offer-card__prices,
.ar-offer-card--subscription .ar-offer-card__note {
  grid-column: 1;
}

.ar-offer-card__subtitle {
  color: #5c554b;
  font-size: 12px;
  line-height: 1.25;
}

.ar-offer-card__media {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 78px;
  margin: 2px auto 0;
}

.ar-offer-card__image {
  width: auto;
  max-width: 92px;
  max-height: 82px;
  object-fit: contain;
}

.ar-offer-card--bundle .ar-offer-card__image {
  max-width: 132px;
}

.ar-offer-card__multiplier {
  position: absolute;
  right: calc(50% - 76px);
  bottom: 2px;
  padding: 3px 7px;
  border-radius: 7px;
  background: #15130f;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.ar-offer-card__prices {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ar-offer-card__prices del {
  color: #82786d;
  font-size: 13px;
  line-height: 1;
}

.ar-offer-card__prices strong {
  color: #201d19;
  font-size: 25px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.ar-offer-card--subscription .ar-offer-card__prices strong {
  font-size: 24px;
}

.ar-offer-card__saving,
.ar-offer-card__note {
  color: #e45b18;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.ar-offer-card__benefits {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 5;
  gap: 5px;
  min-width: 0;
  text-align: left;
}

.ar-offer-card__benefits span {
  font-size: 12px;
  line-height: 1.18;
}

.ar-offer-gift {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) minmax(128px, 34%);
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 12px 0 0;
  padding: 12px 14px;
  border: 1.5px solid rgba(52, 44, 35, 0.16);
  border-radius: 10px;
  background: linear-gradient(180deg, #fffefb 0%, #fbf6ee 100%);
  box-shadow: 0 10px 24px rgba(42, 35, 27, 0.06);
  color: #29251f;
  pointer-events: none;
}

.ar-offer-gift__check {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #245a3e;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.ar-offer-gift__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ar-offer-gift__copy strong {
  color: #2b261f;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.1;
}

.ar-offer-gift__copy small {
  color: #6a6157;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
}

.ar-offer-gift__image {
  display: block;
  width: 100%;
  max-width: 172px;
  height: 62px;
  justify-self: end;
  object-fit: contain;
  object-position: center right;
}

.ar-offer .ar-offer__cta,
.ar-offer button.ar-offer__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 60px;
  margin-top: 14px;
  border: 0 !important;
  border-radius: 10px;
  background: linear-gradient(180deg, #ee7020 0%, #db5414 100%) !important;
  color: #fff !important;
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
  text-align: center !important;
  cursor: pointer;
  box-shadow: 0 15px 30px rgba(221, 83, 20, 0.2);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.ar-offer .ar-offer__cta:hover,
.ar-offer .ar-offer__cta:focus-visible,
.ar-offer button.ar-offer__cta:hover,
.ar-offer button.ar-offer__cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(221, 83, 20, 0.26);
  outline: none;
}

.ar-offer .ar-offer__cta.is-loading {
  opacity: 0.74;
  pointer-events: none;
}

.ar-offer__assurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  color: #5f584f;
  font-size: 12px;
  line-height: 1.35;
}

.ar-offer__assurance span::before {
  content: "◇";
  margin-right: 5px;
  color: #7a7268;
}

.ar-offer__paypal {
  margin: 14px 0 0;
  text-align: center;
  color: #746b60;
  font-size: 12px;
}

.ar-offer__paypal strong {
  color: #1266b0;
  font-weight: 900;
  font-style: italic;
}

.ar-offer__trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  padding: 13px 12px;
  border: 1px solid rgba(47, 39, 31, 0.1);
  border-radius: 10px;
  background: #fffdf8;
}

.ar-offer__trust-grid div {
  min-width: 0;
  text-align: center;
}

.ar-offer__trust-grid strong,
.ar-offer__trust-grid span {
  display: block;
}

.ar-offer__trust-grid strong {
  color: #2d2923;
  font-size: 12px;
  line-height: 1.25;
}

.ar-offer__trust-grid span {
  margin-top: 3px;
  color: #6e655b;
  font-size: 11px;
  line-height: 1.25;
}

@media (min-width: 1180px) {
  body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a {
    grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr);
  }
}

@media (max-width: 1100px) {
  .ar-offer__title {
    font-size: clamp(34px, 4vw, 46px);
  }

  .ar-offer-grid {
    grid-template-columns: 1fr;
  }

  .ar-offer-card--subscription {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a {
    gap: 16px;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3,
  body.single-product.postid-17 .elementor-2126 .elementor-element-325f1d2 {
    max-width: 100%;
    border-radius: 12px;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery__wrapper {
    max-width: 100%;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-325f1d2 {
    padding: 15px;
  }

  .ar-gallery-badge {
    top: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
    font-size: 12px;
  }

  .ar-gallery-reassurance {
    grid-template-columns: 1fr 1fr;
    margin: 12px 0 0;
    padding: 11px;
    font-size: 11px;
  }

  .ar-offer__pill {
    width: 100%;
    justify-content: center;
    padding: 8px 10px;
    font-size: 12px;
    text-align: center;
  }

  .ar-offer__title {
    font-size: 32px;
  }

  .ar-offer__lead,
  .ar-offer__rating {
    font-size: 13px;
  }

  body.single-product.postid-17 .ar-offer__benefits {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .ar-review-carousel {
    grid-template-columns: minmax(0, 1fr);
  }

  .ar-review-carousel__nav {
    display: none;
  }

  .ar-review-carousel__viewport {
    grid-auto-columns: minmax(235px, 86%);
  }

  .ar-offer-card {
    padding: 16px 13px 13px;
  }

  .ar-offer-card__title {
    padding: 0 22px;
  }

  .ar-offer-card--subscription .ar-offer-card__content {
    grid-template-columns: 1fr;
  }

  .ar-offer-card--subscription .ar-offer-card__title,
  .ar-offer-card--subscription .ar-offer-card__subtitle,
  .ar-offer-card--subscription .ar-offer-card__prices,
  .ar-offer-card--subscription .ar-offer-card__note,
  .ar-offer-card__benefits {
    grid-column: auto;
    grid-row: auto;
  }

  .ar-offer-card__benefits {
    margin-top: 4px;
  }

  .ar-offer__cta {
    min-height: 58px;
    font-size: 18px;
  }

  .ar-offer__trust-grid {
    grid-template-columns: 1fr;
  }
}

/* 0.1.11 UX finishing */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.ar-recaptcha-disclosure {
  max-width: min(960px, 92vw);
  margin: 14px auto 10px;
  padding: 0 10px;
  color: rgba(45, 39, 33, 0.62);
  font-family: Inter, Montserrat, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

.ar-recaptcha-disclosure a {
  color: rgba(45, 39, 33, 0.76);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ar-promo-bar {
  position: sticky;
  top: var(--ar-header-height, 0px);
  z-index: 990;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(35, 31, 24, 0.12);
  background: #17130f;
  color: #fff8eb;
  font-family: Inter, Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  white-space: nowrap;
}

.ar-promo-bar__viewport {
  overflow: hidden;
  width: 100%;
}

.ar-promo-bar__track {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  animation: ar-promo-marquee 28s linear infinite;
  will-change: transform;
}

.ar-promo-bar__text {
  display: inline-flex;
  align-items: center;
  padding: 10px 26px;
}

@keyframes ar-promo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ar-promo-bar__track {
    animation: none;
  }
}

body.single-product.postid-17 .elementor-2126 {
  margin-top: 0 !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a {
  width: 100%;
  margin-top: 0 !important;
  padding-top: clamp(8px, 1.2vw, 16px) !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a > .e-con-inner {
  width: 90% !important;
  max-width: 1500px !important;
}

.ar-offer__pill {
  display: none !important;
}

.ar-offer__title {
  font-size: clamp(36px, 2.8vw, 46px);
  line-height: 1.04;
}

.ar-offer__lead {
  max-width: 760px;
  color: #4e473e;
}

.ar-offer__stars {
  display: inline-flex;
  gap: 1px;
  color: #eda12b;
  letter-spacing: 0;
}

.ar-star {
  display: inline-block;
  color: #eda12b;
}

.ar-star--partial {
  color: rgba(237, 161, 43, 0.22);
  background: linear-gradient(90deg, #eda12b 0 75%, rgba(237, 161, 43, 0.22) 75% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ar-review-card strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ar-review-card__stars {
  color: #d99a31;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.ar-offer-card__prices strong {
  color: #2d2923;
  font-weight: 650;
  letter-spacing: 0;
}

.ar-offer-card__prices del {
  color: #8a8177;
  font-weight: 500;
}

.ar-offer-card--bundle .ar-offer-card__content {
  padding-top: 28px;
}

.ar-offer-card--bundle .ar-offer-card__title {
  padding-right: 24px;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.18;
}

.ar-offer-card--bundle .ar-offer-card__radio {
  top: 43px;
}

.ar-offer__assurance {
  gap: 10px 14px;
}

.ar-offer__assurance span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ar-offer__assurance span::before {
  content: none !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery {
  border-radius: 12px;
}

.ar-mobile-gallery-nav,
.ar-mobile-gallery-dots {
  display: none;
}

@media (max-width: 767px) {
  .ar-promo-bar {
    font-size: 11px;
  }

  .ar-promo-bar__text {
    padding: 9px 22px;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a {
    gap: 12px;
    padding-top: 4px !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a > .e-con-inner {
    width: 97% !important;
    max-width: 97% !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3,
  body.single-product.postid-17 .elementor-2126 .elementor-element-325f1d2 {
    width: 100% !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 {
    padding: 8px !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery {
    position: relative;
    width: 100%;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .flex-viewport {
    border-radius: 10px;
    overflow: hidden;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .flex-control-thumbs {
    display: none !important;
  }

  .ar-gallery-reassurance {
    display: none !important;
  }

  .ar-mobile-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 7;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(35, 31, 24, 0.22);
    border-radius: 50%;
    background: rgba(255, 253, 248, 0.86);
    color: #27231d;
    font-size: 27px;
    line-height: 1;
    transform: translateY(-50%);
    box-shadow: 0 8px 22px rgba(30, 25, 19, 0.12);
  }

  .ar-mobile-gallery-nav--prev {
    left: 12px;
  }

  .ar-mobile-gallery-nav--next {
    right: 12px;
  }

  .ar-mobile-gallery-dots {
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin: 11px auto 0;
    padding: 0 8px 2px;
  }

  .ar-mobile-gallery-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1.5px solid rgba(20, 18, 15, 0.72);
    border-radius: 999px;
    background: transparent;
    font-size: 0;
    line-height: 0;
  }

  .ar-mobile-gallery-dot.is-active {
    background: #17130f;
    border-color: #17130f;
  }

  .ar-gallery-badge {
    top: 12px;
    left: 12px;
    z-index: 8;
    font-size: 11px;
    pointer-events: none;
  }

  .ar-offer__title {
    margin-bottom: 7px;
    font-size: clamp(31px, 8.4vw, 36px);
    line-height: 1.05;
  }

  .ar-offer__lead {
    font-size: 13px;
    line-height: 1.42;
  }

  .ar-offer__rating {
    gap: 7px;
    margin-top: 9px;
  }

  .ar-offer-card__prices strong {
    font-size: 23px;
    font-weight: 650;
  }

  .ar-offer-card--subscription .ar-offer-card__prices strong {
    font-size: 24px;
  }

  .ar-offer__assurance {
    justify-content: center;
    gap: 7px 12px;
    font-size: 11px;
  }
}

/* 0.1.15 final cascade guard */
.ar-promo-bar {
  position: fixed !important;
  top: var(--ar-promo-sticky-top, var(--ar-header-height, 0px)) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 990 !important;
  min-height: 32px !important;
  background: #a48b73 !important;
  color: #fff !important;
  white-space: nowrap !important;
}

.elementor-2126 {
  padding-top: var(--ar-promo-height, 32px) !important;
}

.ar-promo-bar__track {
  display: inline-flex !important;
  min-width: max-content !important;
  animation: ar-promo-marquee 36s linear infinite !important;
}

.ar-promo-bar__text {
  padding: 10px 42px !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a > .e-con-inner {
  width: min(90vw, 1520px) !important;
  max-width: 1520px !important;
}

@media (min-width: 1180px) {
  body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a > .e-con-inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(610px, 1.08fr) !important;
  }
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery .woocommerce-product-gallery__image,
body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery .woocommerce-product-gallery__image a,
body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  visibility: visible !important;
  opacity: 1 !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  max-width: none !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .ar-mobile-gallery-dots {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: 12px !important;
  transform: translateX(-50%) !important;
  flex-wrap: nowrap !important;
}

.ar-review-card__stars {
  color: #d99a31 !important;
}

@media (max-width: 767px) {
  .ar-promo-bar {
    min-height: 28px !important;
    font-size: 11px !important;
  }

  .ar-promo-bar__track {
    animation-duration: 24s !important;
  }

  .ar-promo-bar__text {
    padding: 8px 32px !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .ar-mobile-gallery-dots {
    bottom: 10px !important;
  }
}

/* 0.1.16 site-wide promo, CTA, and desktop price polish */
.ar-promo-bar {
  position: fixed !important;
  top: var(--ar-promo-top, var(--ar-header-height, 0px)) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 990 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 34px !important;
  overflow: hidden !important;
  border: 0 !important;
  background: #b49373 !important;
  color: #fff8ec !important;
  font-family: Inter, Montserrat, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  box-shadow: 0 1px 0 rgba(32, 25, 18, 0.14) !important;
}

.ar-promo-spacer {
  display: block !important;
  width: 100% !important;
  height: var(--ar-promo-height, 34px) !important;
  min-height: var(--ar-promo-height, 34px) !important;
  pointer-events: none !important;
}

.elementor-2126 {
  padding-top: 0 !important;
}

.ar-promo-bar__track {
  display: inline-flex !important;
  align-items: center !important;
  min-width: max-content !important;
  white-space: nowrap !important;
  animation: ar-promo-marquee 38s linear infinite !important;
  will-change: transform !important;
}

.ar-promo-bar__text {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  padding: 10px 44px !important;
  white-space: nowrap !important;
}

.ar-promo-bar__emoji {
  margin-left: 6px !important;
}

.ar-promo-bar__sep {
  margin: 0 18px !important;
  opacity: 0.78 !important;
}

.ar-offer .ar-offer__cta,
.ar-offer button.ar-offer__cta {
  min-height: 54px !important;
  border-radius: 999px !important;
  padding: 0 28px !important;
  font-size: 17px !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 12px 24px rgba(221, 83, 20, 0.18) !important;
}

.ar-offer-card__prices strong {
  color: #2d2923 !important;
  font-size: 23px !important;
  font-weight: 650 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.ar-offer-card--subscription .ar-offer-card__prices strong {
  font-size: 24px !important;
  font-weight: 650 !important;
}

.ar-offer-card__prices del {
  color: #8a8177 !important;
  font-weight: 500 !important;
}

@media (min-width: 1180px) {
  body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a > .e-con-inner {
    width: min(90vw, 1560px) !important;
    max-width: 1560px !important;
    grid-template-columns: minmax(0, 0.9fr) minmax(650px, 1.1fr) !important;
  }

  .ar-offer-card--bundle .ar-offer-card__title,
  .ar-offer-card--subscription .ar-offer-card__title {
    white-space: normal !important;
  }
}

@media (max-width: 767px) {
  .ar-promo-bar {
    min-height: 30px !important;
    font-size: 11px !important;
  }

  .ar-promo-bar__track {
    animation-duration: 24s !important;
  }

  .ar-promo-bar__text {
    padding: 9px 34px !important;
  }

  .ar-offer .ar-offer__cta,
  .ar-offer button.ar-offer__cta {
    min-height: 52px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
  }
}

/* 0.1.17 mobile and promo refinement */
.ar-promo-bar {
  min-height: 32px !important;
  background: #c2a17d !important;
  color: #fff !important;
  contain: paint !important;
}

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.ar-promo-bar__viewport {
  max-width: 100vw !important;
  contain: layout paint !important;
}

.ar-promo-bar__track {
  display: flex !important;
  align-items: center !important;
  width: max-content !important;
  min-width: max-content !important;
  animation: ar-promo-marquee 42s linear infinite !important;
}

.ar-promo-bar__group,
.ar-promo-bar__text {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  padding: 10px 44px !important;
  white-space: nowrap !important;
}

.ar-promo-bar__emoji {
  margin-left: 6px !important;
}

.ar-promo-bar__sep {
  margin: 0 18px !important;
}

.elementor-location-header,
.elementor-location-header .elementor-nav-menu--dropdown,
.elementor-location-header .elementor-menu-toggle.elementor-active,
.elementor-nav-menu--dropdown.elementor-nav-menu__container,
.elementor-popup-modal {
  z-index: 10020 !important;
}

@media (max-width: 767px) {
  body:has(.elementor-menu-toggle.elementor-active) .ar-promo-bar {
    z-index: 1 !important;
  }
}

.ar-offer .ar-offer__cta,
.ar-offer button.ar-offer__cta {
  min-height: 50px !important;
  border-radius: 999px !important;
  padding: 0 26px !important;
  font-size: 16px !important;
  font-weight: 740 !important;
  box-shadow: 0 10px 22px rgba(221, 83, 20, 0.16) !important;
}

body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .ar-gallery-badge {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 3 !important;
  width: max-content !important;
  max-width: calc(100% - 8px) !important;
  margin: 0 0 8px 4px !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  .ar-promo-bar {
    min-height: 30px !important;
    font-size: 11px !important;
  }

  .ar-promo-bar__track {
    animation-duration: 26s !important;
  }

  .ar-promo-bar__group,
  .ar-promo-bar__text {
    padding: 9px 36px !important;
  }

  .ar-offer .ar-offer__cta,
  .ar-offer button.ar-offer__cta {
    min-height: 49px !important;
    font-size: 15px !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a {
    gap: 8px !important;
    padding-top: 6px !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 {
    margin-bottom: 0 !important;
    padding: 8px !important;
    min-height: 0 !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery,
  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .flex-viewport {
    margin-bottom: 0 !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-325f1d2 {
    margin-top: 0 !important;
  }

  .ar-gallery-reassurance {
    display: none !important;
  }
}

/* 0.1.18 final UX/mobile refinement */
.ar-offer__title {
  font-size: clamp(34px, 2.35vw, 40px) !important;
  line-height: 1.04 !important;
}

.ar-offer-card__radio {
  display: grid !important;
  place-items: center !important;
  line-height: 1 !important;
}

body.single-product.postid-17 .ar-gallery-reassurance {
  display: none !important;
}

.ar-offer-card.is-selected .ar-offer-card__radio::after {
  position: static !important;
  inset: auto !important;
  display: block !important;
  line-height: 1 !important;
  transform: translateY(-0.5px) !important;
}

.ar-offer-card--subscription .ar-offer-card__radio {
  top: 22px !important;
}

.ar-mobile-gallery-dot.ar-gallery-dot--active {
  background: #17130f !important;
  border-color: #17130f !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@keyframes ar-promo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 767px) {
  body.ar-mobile-menu-open .ar-promo-bar,
  body:has(.elementor-menu-toggle.elementor-active) .ar-promo-bar {
    z-index: 0 !important;
    pointer-events: none !important;
  }

  .elementor-location-header,
  body.single-product .elementor-location-header {
    position: relative !important;
    z-index: 10040 !important;
  }

  body.ar-mobile-menu-open .elementor-location-header,
  .elementor-location-header:has(.elementor-menu-toggle.elementor-active) {
    position: relative !important;
    z-index: 10080 !important;
  }

  body.ar-mobile-menu-open .elementor-location-header .elementor-widget-nav-menu,
  body.ar-mobile-menu-open .elementor-location-header .elementor-nav-menu--dropdown,
  .elementor-location-header:has(.elementor-menu-toggle.elementor-active) .elementor-widget-nav-menu,
  .elementor-location-header:has(.elementor-menu-toggle.elementor-active) .elementor-nav-menu--dropdown {
    position: relative !important;
    z-index: 10090 !important;
  }

  body.single-product.postid-17.ar-mobile-menu-open .elementor-2126 {
    position: relative !important;
    z-index: 1 !important;
  }

  .elementor-location-header .elementor-element-969c713,
  .elementor-location-header .e-con-inner,
  .elementor-location-header .elementor-container {
    min-height: 96px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .elementor-location-header .elementor-widget-image img,
  .elementor-location-header img {
    max-height: 72px !important;
    width: auto !important;
  }

  .elementor-location-header .elementor-menu-toggle {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
  }

  body.single-product.postid-17 .elementor-2126 {
    padding-top: 0 !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a {
    gap: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-a64b59a > .e-con-inner {
    gap: 0 !important;
    row-gap: 0 !important;
    padding-top: 0 !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 6px 6px 0 !important;
    min-height: 0 !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .elementor-widget-container,
  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .woocommerce-product-gallery,
  body.single-product.postid-17 .elementor-2126 .elementor-element-d35e1f3 .flex-viewport {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body.single-product.postid-17 .elementor-2126 .elementor-element-325f1d2 {
    margin-top: -28px !important;
    padding-top: 12px !important;
  }

  .ar-offer__title {
    margin-bottom: 6px !important;
    font-size: clamp(28px, 7.6vw, 31px) !important;
    line-height: 1.05 !important;
  }

  .ar-offer-card--subscription .ar-offer-card__radio {
    top: 18px !important;
  }

  body.ar-mobile-menu-open .elementor-location-header .elementor-widget-nav-menu,
  .elementor-location-header:has(.elementor-menu-toggle.elementor-active) .elementor-widget-nav-menu {
    position: static !important;
    z-index: 10090 !important;
  }

  body.ar-mobile-menu-open .elementor-location-header .elementor-nav-menu--dropdown,
  .elementor-location-header:has(.elementor-menu-toggle.elementor-active) .elementor-nav-menu--dropdown,
  body.ar-mobile-menu-open .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    z-index: 10090 !important;
    transform: none !important;
  }

  body.ar-mobile-menu-open .elementor-location-header .e-con-inner,
  .elementor-location-header:has(.elementor-menu-toggle.elementor-active) .e-con-inner,
  body.ar-mobile-menu-open .elementor-location-header .elementor-container,
  .elementor-location-header:has(.elementor-menu-toggle.elementor-active) .elementor-container {
    align-items: center !important;
  }
}

/* 0.1.23 focused UX/content update, scoped to Shilajit product only */
body.single-product.postid-17 .ar-offer__benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px 10px !important;
  margin-top: 14px !important;
}

body.single-product.postid-17 .ar-offer__benefits li {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding-left: 0 !important;
  font-size: 12.5px !important;
}

body.single-product.postid-17 .ar-offer__benefits li::before {
  content: none !important;
}

body.single-product.postid-17 .ar-offer__benefits li span {
  display: grid !important;
  flex: 0 0 21px !important;
  place-items: center !important;
  width: 21px !important;
  height: 21px !important;
  border-radius: 50% !important;
  background: #f3eadf !important;
  color: #8d6844 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  overflow: hidden !important;
}

body.single-product.postid-17 .ar-offer__benefits li span img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

body.single-product.postid-17 .ar-sticky-cart {
  position: fixed;
  right: auto;
  bottom: 24px;
  left: 50%;
  z-index: 10030;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 58px;
  gap: 14px;
  align-items: center;
  width: min(430px, calc(100vw - 32px));
  min-height: 84px;
  padding: 12px 14px;
  border: 1px solid rgba(42, 34, 24, 0.08);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 18px 45px rgba(31, 25, 18, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, 18px, 0);
  transition: opacity 180ms ease, transform 180ms ease;
  cursor: pointer;
}

body.single-product.postid-17 .ar-sticky-cart.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}

body.single-product.postid-17 .ar-sticky-cart__media {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 15px;
  background: #f7f1e8;
}

body.single-product.postid-17 .ar-sticky-cart__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.single-product.postid-17 .ar-sticky-cart__copy {
  min-width: 0;
}

body.single-product.postid-17 .ar-sticky-cart__copy > strong,
body.single-product.postid-17 .ar-sticky-cart__copy > span {
  display: block;
}

body.single-product.postid-17 .ar-sticky-cart__copy > strong {
  overflow: hidden;
  color: #302a23;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.single-product.postid-17 .ar-sticky-cart__copy > span {
  margin-top: 4px;
  color: #111;
  font-size: 19px;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}

body.single-product.postid-17 .ar-sticky-cart__copy > span span,
body.single-product.postid-17 .ar-sticky-cart__copy .woocommerce-Price-amount,
body.single-product.postid-17 .ar-sticky-cart__copy .woocommerce-Price-currencySymbol {
  display: inline !important;
}

body.single-product.postid-17 .ar-sticky-cart__copy del {
  margin-right: 7px;
  color: #8f857b;
  font-size: 14px;
  font-weight: 500;
}

body.single-product.postid-17 .ar-sticky-cart__button {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ee7020 0%, #db5414 100%);
  color: #fff !important;
  font-size: 24px;
  text-decoration: none !important;
  box-shadow: 0 12px 25px rgba(221, 83, 20, 0.22);
}

body.single-product.postid-17 .ar-product-story {
  display: block;
  width: min(1180px, calc(100vw - 36px));
  margin: 42px auto 70px;
  color: #2b2722;
  font-family: Inter, Montserrat, Arial, sans-serif;
}

body.single-product.postid-17 .ar-product-story[hidden],
body.single-product.postid-17 .ar-product-content-old {
  display: none !important;
}

body.single-product.postid-17 .ar-story-reassurance {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  padding: 36px 0 42px;
  border-bottom: 1px solid rgba(53, 45, 34, 0.12);
}

body.single-product.postid-17 .ar-story-reassurance article {
  min-width: 0;
  margin: 0;
  text-align: center;
}

body.single-product.postid-17 .ar-reassurance-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  color: #c09a78;
}

body.single-product.postid-17 .ar-reassurance-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.single-product.postid-17 .ar-reassurance-icon--users svg,
body.single-product.postid-17 .ar-reassurance-icon--payment svg,
body.single-product.postid-17 .ar-reassurance-icon--return svg {
  fill: currentColor;
  stroke: none;
}

body.single-product.postid-17 .ar-story-reassurance strong {
  display: block;
  color: #050505;
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 850;
  line-height: 1.02;
  letter-spacing: -0.01em;
}

body.single-product.postid-17 .ar-story-reassurance p {
  max-width: 260px;
  margin: 8px auto 0;
  color: #111;
  font-size: clamp(15px, 1.1vw, 20px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

body.single-product.postid-17 .ar-story-section {
  padding: 42px 0;
  border-top: 1px solid rgba(53, 45, 34, 0.12);
}

body.single-product.postid-17 .ar-story-section:first-child {
  border-top: 0;
}

body.single-product.postid-17 .ar-story-kicker {
  margin-bottom: 10px;
  color: #9b714b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-product.postid-17 .ar-story-section h2 {
  max-width: 820px;
  margin: 0 0 12px;
  color: #27231f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.04;
}

body.single-product.postid-17 .ar-story-lead {
  max-width: 740px;
  margin: 0 0 24px;
  color: #5d554b;
  font-size: 16px;
  line-height: 1.55;
}

body.single-product.postid-17 .ar-story-benefit-grid,
body.single-product.postid-17 .ar-story-card-grid,
body.single-product.postid-17 .ar-story-steps,
body.single-product.postid-17 .ar-story-quote-grid,
body.single-product.postid-17 .ar-story-timeline {
  display: grid;
  gap: 16px;
}

body.single-product.postid-17 .ar-story-benefit-grid,
body.single-product.postid-17 .ar-story-card-grid,
body.single-product.postid-17 .ar-story-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.single-product.postid-17 .ar-story-benefit-grid--detailed {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

body.single-product.postid-17 .ar-story-quote-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-product.postid-17 .ar-story-timeline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

body.single-product.postid-17 .ar-story-benefit-grid article,
body.single-product.postid-17 .ar-story-card-grid article,
body.single-product.postid-17 .ar-story-steps article,
body.single-product.postid-17 .ar-story-duration,
body.single-product.postid-17 .ar-story-quote-grid blockquote,
body.single-product.postid-17 .ar-story-timeline article {
  min-width: 0;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(55, 46, 35, 0.11);
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 10px 30px rgba(42, 34, 24, 0.05);
}

body.single-product.postid-17 .ar-story-timeline article,
body.single-product.postid-17 .ar-story-duration {
  background: #f8f2e8;
}

body.single-product.postid-17 .ar-story-benefit-grid article > span,
body.single-product.postid-17 .ar-story-card-grid article > span,
body.single-product.postid-17 .ar-story-steps article > span,
body.single-product.postid-17 .ar-story-timeline article > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: #f2e6d6;
  color: #8d6844;
  font-size: 13px;
  font-weight: 800;
}

body.single-product.postid-17 .ar-story-symbol {
  overflow: hidden;
}

body.single-product.postid-17 .ar-story-symbol img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.single-product.postid-17 .ar-story-benefit-grid article > strong,
body.single-product.postid-17 .ar-story-card-grid article > strong,
body.single-product.postid-17 .ar-story-steps article > strong,
body.single-product.postid-17 .ar-story-duration > strong,
body.single-product.postid-17 .ar-story-timeline article > strong {
  display: block;
  color: #28231e;
  font-size: 17px;
  line-height: 1.2;
}

body.single-product.postid-17 .ar-story-benefit-grid p,
body.single-product.postid-17 .ar-story-card-grid p,
body.single-product.postid-17 .ar-story-steps p,
body.single-product.postid-17 .ar-story-duration p,
body.single-product.postid-17 .ar-story-timeline p,
body.single-product.postid-17 .ar-story-quote-grid blockquote {
  color: #60584e;
  font-size: 14px;
  line-height: 1.5;
}

body.single-product.postid-17 .ar-story-benefit-grid p,
body.single-product.postid-17 .ar-story-card-grid p,
body.single-product.postid-17 .ar-story-steps p,
body.single-product.postid-17 .ar-story-duration p,
body.single-product.postid-17 .ar-story-timeline p {
  margin: 10px 0 0;
}

body.single-product.postid-17 .ar-story-benefit-grid ul,
body.single-product.postid-17 .ar-story-accordions ul {
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}

body.single-product.postid-17 .ar-story-benefit-grid li,
body.single-product.postid-17 .ar-story-accordions li {
  position: relative;
  margin: 7px 0 0;
  padding-left: 18px;
  color: #514a42;
  font-size: 13px;
  line-height: 1.4;
}

body.single-product.postid-17 .ar-story-benefit-grid li::before,
body.single-product.postid-17 .ar-story-accordions li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9b714b;
}

body.single-product.postid-17 .ar-story-timeline article em {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #efe2d0;
  color: #76583a;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

body.single-product.postid-17 .ar-story-meter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 16px;
}

body.single-product.postid-17 .ar-story-meter i {
  display: block;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(141, 104, 68, 0.16);
}

body.single-product.postid-17 .ar-story-meter i::before {
  content: "";
  display: block;
  width: var(--ar-meter, 0);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b8926e, #7e5b3b);
}

body.single-product.postid-17 .ar-story-meter b {
  color: #7e5b3b;
  font-size: 13px;
  font-weight: 850;
}

body.single-product.postid-17 .ar-story-quote-grid cite {
  display: block;
  margin-top: 12px;
  color: #95704c;
  font-style: normal;
  font-weight: 750;
}

body.single-product.postid-17 .ar-story-link,
body.single-product.postid-17 .ar-story-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 20px 0 16px;
  padding: 0 22px;
  border: 1px solid rgba(141, 104, 68, 0.34);
  border-radius: 999px;
  background: #efe2d0;
  color: #352b22 !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
}

body.single-product.postid-17 .ar-story-button {
  margin-bottom: 0;
  cursor: pointer;
}

body.single-product.postid-17 .ar-story-accordions {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

body.single-product.postid-17 .ar-story-accordions details {
  border: 1px solid rgba(55, 46, 35, 0.12);
  border-radius: 14px;
  background: #fffdf8;
}

body.single-product.postid-17 .ar-story-accordions summary {
  cursor: pointer;
  padding: 17px 18px;
  color: #2d2822;
  font-size: 15px;
  font-weight: 760;
  list-style: none;
}

body.single-product.postid-17 .ar-story-accordions summary::-webkit-details-marker {
  display: none;
}

body.single-product.postid-17 .ar-story-accordions summary::after {
  content: "+";
  float: right;
  color: #8d6844;
  font-weight: 800;
}

body.single-product.postid-17 .ar-story-accordions details[open] summary::after {
  content: "–";
}

body.single-product.postid-17 .ar-story-accordions details p {
  margin: 0;
  padding: 0 18px 18px;
  color: #60584e;
  font-size: 14px;
  line-height: 1.55;
}

body.single-product.postid-17 .ar-story-accordions details > div {
  padding: 0 18px 18px;
}

body.single-product.postid-17 .ar-story-accordions details > div p {
  padding: 0;
}

body.single-product.postid-17 .ar-story-duration {
  margin-top: 18px;
}

@media (max-width: 1180px) {
  body.single-product.postid-17 .ar-story-reassurance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.single-product.postid-17 .ar-story-benefit-grid--detailed,
  body.single-product.postid-17 .ar-story-card-grid,
  body.single-product.postid-17 .ar-story-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .elementor-location-header .e-con-inner,
  .elementor-location-header .elementor-container {
    min-height: 76px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .elementor-location-header .elementor-widget-image img,
  .elementor-location-header img {
    max-height: 54px !important;
    width: auto !important;
  }

  .elementor-location-header .elementor-menu-toggle {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }

  body.single-product.postid-17 .ar-sticky-cart {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    grid-template-columns: 56px minmax(0, 1fr) 52px;
    width: auto;
    min-height: 76px;
    padding: 10px 12px;
    border-radius: 20px;
    transform: translate3d(0, 18px, 0);
  }

  body.single-product.postid-17 .ar-sticky-cart.is-visible {
    transform: translate3d(0, 0, 0);
  }

  body.single-product.postid-17 .ar-story-reassurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    padding: 26px 0 30px;
  }

  body.single-product.postid-17 .ar-story-reassurance article:last-child {
    grid-column: 1 / -1;
  }

  body.single-product.postid-17 .ar-reassurance-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 9px;
  }

  body.single-product.postid-17 .ar-story-reassurance strong {
    font-size: 15px;
    line-height: 1.08;
  }

  body.single-product.postid-17 .ar-story-reassurance p {
    max-width: 190px;
    font-size: 13px;
    line-height: 1.15;
  }

  body.single-product.postid-17 .ar-sticky-cart__media {
    width: 56px;
    height: 56px;
    border-radius: 13px;
  }

  body.single-product.postid-17 .ar-sticky-cart__copy > strong {
    font-size: 15px;
  }

  body.single-product.postid-17 .ar-sticky-cart__copy > span {
    font-size: 17px;
  }

  body.single-product.postid-17 .ar-sticky-cart__button {
    width: 50px;
    height: 50px;
    font-size: 21px;
  }

  body.single-product.postid-17 .ar-product-story {
    width: min(100% - 24px, 560px);
    margin: 24px auto 96px;
  }

  body.single-product.postid-17 .ar-story-section {
    padding: 30px 0;
  }

  body.single-product.postid-17 .ar-story-section h2 {
    font-size: clamp(27px, 8vw, 34px);
  }

  body.single-product.postid-17 .ar-story-lead {
    font-size: 14px;
  }

  body.single-product.postid-17 .ar-story-benefit-grid,
  body.single-product.postid-17 .ar-story-card-grid,
  body.single-product.postid-17 .ar-story-steps,
  body.single-product.postid-17 .ar-story-quote-grid,
  body.single-product.postid-17 .ar-story-timeline {
    grid-template-columns: 1fr;
  }

  body.single-product.postid-17 .ar-story-benefit-grid article,
  body.single-product.postid-17 .ar-story-card-grid article,
  body.single-product.postid-17 .ar-story-steps article,
  body.single-product.postid-17 .ar-story-duration,
  body.single-product.postid-17 .ar-story-quote-grid blockquote,
  body.single-product.postid-17 .ar-story-timeline article {
    padding: 18px;
    border-radius: 16px;
  }
}
