/* Self-contained interaction layer for the Toplux reference preview. */
html.clone-modal-open,
html.clone-modal-open body { overflow: hidden !important; }

body { overflow-x: hidden; }
body.klaviyo-prevent-body-scrolling { overflow: auto !important; }

.jdgm-prev-badge { display: block !important; }
.jdgm-rev-widg { display: block !important; }
.jdgm-temp-hiding-style { display: none !important; }
.shopify-payment-button,
square-placement,
afterpay-placement,
afterpay-modal { display: none !important; }
.cart-link__bubble.is-visible {
  display: grid !important;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f9e000;
  color: #111;
  font-size: 9px;
  line-height: 1;
}
.site-header__search-container.clone-open {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  z-index: 40 !important;
}
#NavDrawer.clone-open {
  display: block !important;
  visibility: visible !important;
  left: 0 !important;
  right: auto !important;
  transform: translateX(0) !important;
  z-index: 99995 !important;
}
#NavDrawer .drawer__fixed-header {
  position: relative !important;
  z-index: 3 !important;
  background: #fff !important;
}
#NavDrawer .drawer__header {
  position: relative !important;
  min-height: 70px !important;
}
#NavDrawer .drawer__close {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 4 !important;
  width: 70px !important;
  height: 70px !important;
}
#NavDrawer .drawer__close-button {
  position: relative !important;
  z-index: 5 !important;
  width: 70px !important;
  height: 70px !important;
}

/* Rehydrate the captured Slick markup without loading the source scripts. */
#ProductPhotos-9039255273753 .slick-list {
  height: auto !important;
  overflow: hidden !important;
}
#ProductPhotos-9039255273753 .slick-track {
  position: relative !important;
  width: 100% !important;
  transform: none !important;
}
#ProductPhotos-9039255273753 .slick-slide {
  display: none !important;
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  opacity: 1 !important;
  z-index: 1 !important;
}
#ProductPhotos-9039255273753 .slick-slide.is-local-active { display: block !important; }
#ProductPhotos-9039255273753 .image-wrap { position: relative !important; }
#ProductPhotos-9039255273753 .image-wrap img {
  position: absolute !important;
  inset: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}

#ProductThumbs-9039255273753 {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}
#ProductThumbs-9039255273753 > .slick-list { overflow-x: auto !important; scrollbar-width: none; }
#ProductThumbs-9039255273753 > .slick-list::-webkit-scrollbar { display: none; }
#ProductThumbs-9039255273753 .slick-track {
  display: flex !important;
  gap: 9px;
  align-items: center;
  width: max-content !important;
  transform: none !important;
}
#ProductThumbs-9039255273753 .product__thumb-item {
  width: 76px !important;
  min-width: 76px !important;
  position: relative !important;
  inset: auto !important;
  opacity: .72;
  border: 1px solid transparent;
  cursor: pointer;
}
#ProductThumbs-9039255273753 .product__thumb-item.is-local-active {
  opacity: 1;
  border-color: #111;
}
#ProductThumbs-9039255273753 .product__thumb-item img { width: 100%; display: block; }
#ProductThumbs-9039255273753 > .slick-arrow {
  position: static !important;
  transform: none !important;
  display: grid !important;
  place-items: center;
  width: 34px;
  height: 34px;
}

/* Reviews: preserve the source Judge.me visual language with local pagination. */
.clone-review-provenance {
  margin: 10px 0 16px;
  padding: 9px 11px;
  border-left: 3px solid #e2b400;
  background: #fffbed;
  color: #5b5130;
  font-size: 11px;
  line-height: 1.45;
}
.clone-review-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 18px 0 4px;
}
.clone-review-pagination button {
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #222;
  cursor: pointer;
  font: inherit;
}
.clone-review-pagination button[aria-current="page"] {
  border-color: #111;
  background: #111;
  color: #fff;
}
.clone-review-pagination button:disabled { opacity: .35; cursor: default; }
.clone-review-page-status { margin-top: 8px; text-align: center; color: #777; font-size: 11px; }
.clone-review-loading { padding: 30px 0; text-align: center; color: #777; }
.clone-review-empty { padding: 28px 0; text-align: center; color: #777; }
.jdgm-rev__transparency-badge-wrapper { margin-top: 8px; }
.clone-source-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  font-size: 11px;
}

/* Lightbox. */
.clone-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px 76px;
  background: rgba(0, 0, 0, .9);
}
.clone-lightbox.is-open { display: flex; }
.clone-lightbox__image { max-width: 96vw; max-height: 92vh; object-fit: contain; }
.clone-lightbox__close,
.clone-lightbox__prev,
.clone-lightbox__next {
  position: absolute;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: #111;
  cursor: pointer;
  font-size: 28px;
}
.clone-lightbox__close { top: 18px; right: 18px; }
.clone-lightbox__prev { left: 18px; top: 50%; transform: translateY(-50%); }
.clone-lightbox__next { right: 18px; top: 50%; transform: translateY(-50%); }
.clone-lightbox__count { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); color: #fff; font-size: 12px; }

/* Toplux Nutrients-inspired cart drawer, adapted to the connected Shopify offer. */
.clone-cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99996;
  visibility: hidden;
  opacity: 0;
  background: rgba(16, 28, 23, .48);
  transition: opacity .24s ease, visibility .24s ease;
}
.clone-cart-backdrop.is-open { visibility: visible; opacity: 1; }
.clone-cart {
  position: fixed;
  z-index: 99997;
  top: 0;
  right: 0;
  width: min(400px, 100vw);
  height: 100dvh;
  box-sizing: border-box;
  background: #fff;
  box-shadow: -12px 0 35px rgba(0, 0, 0, .2);
  color: #163b39;
  font-family: Poppins, Arial, sans-serif;
  transform: translateX(105%);
  transition: transform .28s cubic-bezier(.22, .61, .36, 1);
  display: flex;
  flex-direction: column;
}
.clone-cart.is-open { transform: translateX(0); }
.clone-cart [hidden] { display: none !important; }
.clone-cart button,
.clone-cart input { font: inherit; }
.clone-cart__head {
  display: flex;
  flex: 0 0 70px;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding: 0 22px 0 30px;
  background: #f8f8f8;
}
.clone-cart__title {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #163b39;
  font-family: Poppins, Arial, sans-serif !important;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.035em;
  text-transform: none;
}
.clone-cart__count {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  background: #1b4945;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.clone-cart__close {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #163b39;
  cursor: pointer;
}
.clone-cart__close::before,
.clone-cart__close::after {
  position: absolute;
  left: 15px;
  top: 4px;
  width: 1px;
  height: 25px;
  background: currentColor;
  content: '';
}
.clone-cart__close::before { transform: rotate(45deg); }
.clone-cart__close::after { transform: rotate(-45deg); }
.clone-cart__notice {
  flex: 0 0 auto;
  padding: 8px 12px;
  background: #282828;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
}
.clone-cart__trust {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 8px 13px;
  background: #123d2d;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}
.clone-cart__trust span + span { border-left: 1px solid rgba(255, 255, 255, .28); }
.clone-cart__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 15px 18px;
  scrollbar-width: thin;
}
.clone-cart__empty {
  display: grid;
  min-height: 270px;
  place-items: center;
  margin: 0;
  color: #6f7c78;
  text-align: center;
}
.clone-cart__progress { padding: 9px 30px 13px; text-align: center; }
.clone-cart__progress-copy { margin: 0 0 7px; color: #163b39; font-size: 13px; }
.clone-cart__progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #ececec;
}
.clone-cart__progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2e7d32, #1b5e20);
  transition: width .25s ease;
}
.clone-cart__item-row {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 2px 18px;
}
.clone-cart__item-row > img {
  width: 76px;
  height: 82px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}
.clone-cart__item-main { min-width: 0; }
.clone-cart__item-top { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.clone-cart__name {
  max-width: 135px;
  margin: 0;
  color: #163b39;
  font-family: Poppins, Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
}
.clone-cart__prices { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 5px 7px; color: #2e7d32; font-size: 14px; }
.clone-cart__prices s { color: #a5a5a5; }
.clone-cart__prices strong { color: #2e7d32; font-weight: 600; }
.clone-cart__saving {
  display: inline-flex;
  margin-top: 5px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #e8f5e9;
  color: #1b5e20;
  font-size: 11px;
  line-height: 1.35;
}
.clone-cart__controls { display: flex; align-items: center; gap: 12px; margin-top: 10px; }
.clone-cart__qty {
  display: inline-grid;
  grid-template-columns: 32px 38px 32px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fff;
}
.clone-cart__qty button,
.clone-cart__qty span { display: grid; height: 32px; place-items: center; }
.clone-cart__qty button { padding: 0; border: 0; background: #fff; color: #4c5a56; cursor: pointer; }
.clone-cart__qty span { border-inline: 1px solid #ececec; color: #40524c; font-size: 12px; }
.clone-cart__remove {
  width: 28px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #163b39;
  cursor: pointer;
}
.clone-cart__remove svg { width: 17px; height: 17px; fill: currentColor; }
.clone-cart__discount {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 7px;
  color: #253834;
  font-size: 9px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.clone-cart__discount svg { width: 11px; height: 11px; fill: currentColor; }
.clone-cart__routine-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 6px 0 11px;
  color: #163b39;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}
.clone-cart__routine-title::before,
.clone-cart__routine-title::after { flex: 1; height: 1px; background: #dcdcdc; content: ''; }
.clone-cart__routine-title strong { font-weight: 700; }
.clone-cart__upsell {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 5px 2px 11px;
}
.clone-cart__upsell img { width: 76px; height: 76px; object-fit: contain; }
.clone-cart__upsell-copy strong,
.clone-cart__upsell-copy small { display: block; }
.clone-cart__upsell-copy strong { color: #1d2d29; font-size: 12px; font-weight: 600; line-height: 1.3; }
.clone-cart__upsell-copy small { margin-top: 3px; color: #6f7c78; font-size: 9px; line-height: 1.3; }
.clone-cart__upsell-button {
  min-height: 27px;
  padding: 3px 7px;
  border: 0;
  border-radius: 3px;
  background: #2e7d32;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.clone-cart__foot {
  flex: 0 0 auto;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  background: #f8f8f8;
}
.clone-cart__discount-form { display: grid; grid-template-columns: minmax(0, 1fr) 72px; gap: 8px; }
.clone-cart__discount-form input {
  width: 100%;
  height: 43px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #fff;
  padding: 0 10px;
  color: #202c29;
  font-size: 11px;
}
.clone-cart__discount-apply {
  border: 0;
  border-radius: 3px;
  background: #111;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}
.clone-cart__discount-status { min-height: 13px; margin: 4px 0 0; color: #67736f; font-size: 9px; }
.clone-cart__totals {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin: 6px 0 7px;
  color: #163b39;
  font-size: 12px;
}
.clone-cart__totals-price { display: flex; align-items: baseline; gap: 6px; }
.clone-cart__totals-price s { color: #8a9692; font-size: 12px; }
.clone-cart__totals-price strong { color: #1c2a27; font-size: 16px; font-weight: 600; }
.clone-cart__totals-saving {
  display: inline-flex;
  padding: 3px 7px;
  border-radius: 4px;
  background: #e8f5e9;
  color: #1b5e20;
  font-size: 10px;
}
.clone-cart__checkout {
  display: flex;
  width: 100%;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 4px;
  background: #1f7431;
  box-shadow: inset 0 -3px rgba(0, 0, 0, .18);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.02em;
}
.clone-cart__checkout svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.clone-cart__checkout[disabled] { background: #76817d; cursor: not-allowed; }
.clone-cart__guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 6px 0 3px;
  color: #111;
  font-size: 11px;
  font-weight: 500;
}
.clone-cart__guarantee svg { width: 16px; height: 16px; fill: currentColor; }
.clone-cart__payments .payment-icons {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 !important;
  padding: 0 !important;
}
.clone-cart__payments .icon--payment { display: flex; margin: 0 !important; }
.clone-cart__payments .icon--payment svg { width: 31px; height: 20px; }

@media (max-width: 420px) {
  .clone-cart__head { padding-left: 24px; }
  .clone-cart__notice { font-size: 12px; }
  .clone-cart__trust { padding-inline: 7px; font-size: 9px; }
  .clone-cart__body { padding-inline: 13px; }
  .clone-cart__progress { padding-inline: 28px; }
  .clone-cart__item-row { grid-template-columns: 72px minmax(0, 1fr); gap: 10px; }
  .clone-cart__item-row > img { width: 72px; height: 80px; }
  .clone-cart__upsell { grid-template-columns: 68px minmax(0, 1fr) auto; }
  .clone-cart__upsell img { width: 68px; height: 68px; }
  .clone-cart__routine-title { gap: 7px; font-size: 11px; }
  .clone-cart__checkout { min-height: 58px; font-size: 16px; }
  .clone-cart__payments .icon--payment svg { width: 27px; height: 18px; }
}

/* Source-style capture modal rebuilt without third-party scripts. */
.clone-offer-overlay {
  position: fixed;
  inset: 0;
  z-index: 99998;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(20, 20, 20, .6);
}
.clone-offer-overlay.is-open { display: flex; }
.clone-offer {
  position: relative;
  width: min(810px, 96vw);
  min-height: 500px;
  border-radius: 4px;
  background: #fff url('../img/9ea7cc09-644f-4f50-adb6-f1d7472c6597-ed16db39a69c.png') center / cover no-repeat;
  box-shadow: 0 0 30px rgba(0, 0, 0, .15);
  padding: 52px 56% 34px 34px;
  color: #111;
}
.clone-offer__close { position: absolute; top: 10px; right: 10px; width: 35px; height: 35px; border: 0; border-radius: 50%; background: #fff; cursor: pointer; font-size: 22px; }
.clone-offer h2 { margin: 0 0 12px; font-family: Arial, sans-serif; font-size: 39px; line-height: 1; text-transform: none; }
.clone-offer p { margin: 0 0 18px; font-family: Arial, sans-serif; font-size: 16px; font-weight: 700; line-height: 1.35; }
.clone-offer input { width: 100%; min-height: 44px; border: 1px solid #bbb; background: #fff; padding: 9px 11px; }
.clone-offer__submit { width: 100%; min-height: 44px; margin-top: 9px; border: 0; background: #2f60d3; color: #fff; font-weight: 700; cursor: pointer; }
.clone-offer__decline { display: block; width: 100%; margin-top: 10px; border: 0; background: transparent; font-size: 12px; cursor: pointer; }
.clone-offer__success { display: none; padding: 18px; background: rgba(255,255,255,.9); font-weight: 700; }

.clone-toast { position: fixed; left: 50%; bottom: 24px; z-index: 100001; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; padding: 11px 16px; background: #111; color: #fff; transition: .2s ease; font-size: 12px; }
.clone-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 768px) {
  #ProductThumbs-9039255273753.small--hide { display: grid !important; }
  #ProductThumbs-9039255273753 { grid-template-columns: 28px minmax(0, 1fr) 28px; gap: 4px; }
  #ProductThumbs-9039255273753 .product__thumb-item { width: 60px !important; min-width: 60px !important; }
  #ProductThumbs-9039255273753 > .slick-arrow { width: 28px; height: 30px; }
  .clone-lightbox { padding: 56px 12px; }
  .clone-lightbox__prev,
  .clone-lightbox__next { width: 38px; height: 38px; font-size: 24px; }
  .clone-lightbox__prev { left: 8px; }
  .clone-lightbox__next { right: 8px; }
  .clone-offer { min-height: 450px; padding: 35px 48% 28px 22px; background-position: 58% center; }
  .clone-offer h2 { font-size: 28px; }
  .clone-offer p { font-size: 13px; }
  .clone-review-pagination { gap: 3px; }
  .clone-review-pagination button { min-width: 28px; height: 30px; padding: 0 6px; font-size: 11px; }
}

@media (max-width: 520px) {
  .clone-offer { min-height: 520px; padding: 280px 18px 20px; background-position: center top; background-size: auto 520px; }
  .clone-offer h2 { font-size: 25px; }
  .clone-offer-overlay { padding: 10px; }
  .product-single__description-full img { width: 100%; height: auto; }
}

/* Hybrid conversion layer: Toplux Nutrition editorial shell + Toplux Nutrients offer UX. */
:root {
  --hybrid-ink: #14291f;
  --hybrid-green: #245c3b;
  --hybrid-green-2: #357a52;
  --hybrid-mint: #e8f2eb;
  --hybrid-cream: #f7f5ee;
  --hybrid-line: #d8e2db;
  --hybrid-gold: #d7ab49;
}

.hybrid-product-section,
.hybrid-product-section * { box-sizing: border-box; }
.hybrid-product-section { background: #fff; }
.hybrid-product-section .product-single { align-items: flex-start; }
.hybrid-product-section .product-single__meta { color: var(--hybrid-ink); }
.hybrid-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 11px;
  color: var(--hybrid-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}
.hybrid-kicker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #58a36f;
  box-shadow: 0 0 0 4px #e4f1e8;
}
.hybrid-product-section .product-single__title {
  max-width: 560px;
  margin-bottom: 10px;
  color: #111;
  font-size: clamp(34px, 4vw, 55px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .98;
  text-transform: none;
}
.hybrid-product-section .jdgm-preview-badge { margin: 8px 0 13px; }
.hybrid-product-section .jdgm-prev-badge__text { color: #2d493a; font-weight: 700; }
.hybrid-hero-lead {
  max-width: 540px;
  margin: 0 0 10px;
  color: #52625a;
  font-size: 16px;
  line-height: 1.45;
}
.hybrid-product-section .product__price-wrap-9039255273753,
.hybrid-product-section #ProductPrice-9039255273753,
.hybrid-product-section #SavePrice-9039255273753 { vertical-align: middle; }
.hybrid-product-section #ComparePrice-9039255273753 { color: #929b95; font-size: 16px; }
.hybrid-product-section #ProductPrice-9039255273753 {
  margin-left: 6px;
  color: var(--hybrid-ink);
  font-size: 27px;
  font-weight: 800;
}
.hybrid-product-section #SavePrice-9039255273753 {
  display: inline-flex;
  margin-left: 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--hybrid-mint);
  color: var(--hybrid-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
}
.hybrid-product-section .product-single__meta > .jdgm-preview-badge { display: none !important; }
.hybrid-top-rating {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 9px;
  color: #2d342f;
  font-size: 12px;
}
.hybrid-top-rating span { color: #f3a21b; font-size: 15px; letter-spacing: .02em; }
.hybrid-top-rating strong { font-weight: 700; }
.hybrid-review-proof {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 10px 0;
  color: #26322b;
  font-size: 11px;
  text-decoration: none;
}
.hybrid-review-proof span { color: #f3a21b; font-size: 15px; letter-spacing: .025em; }
.hybrid-review-proof strong { font-size: 12px; font-weight: 900; }
.hybrid-review-proof b { color: #93a097; }
.hybrid-review-proof em { color: #47554d; font-style: normal; font-weight: 600; }
.hybrid-authority-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 12px;
  padding: 12px 14px;
  border-radius: 9px;
  background: #205b36;
  color: #fff;
}
.hybrid-authority-card > span { color: #ffd142; font-size: 23px; line-height: 1; }
.hybrid-authority-card strong,
.hybrid-authority-card small { display: block; }
.hybrid-authority-card strong { font-size: 12px; font-weight: 900; letter-spacing: .035em; }
.hybrid-authority-card small { margin-top: 3px; color: #cfe4d5; font-size: 9px; font-weight: 600; }
.hybrid-savings-meter {
  margin: 0 0 11px;
  padding: 11px 13px 12px;
  border: 1.5px solid #f0a01c;
  border-radius: 9px;
  background: #fff5e5;
}
.hybrid-savings-meter > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.hybrid-savings-meter strong { color: #bd3c23; font-size: 11px; font-weight: 900; }
.hybrid-savings-meter span { color: #78634d; font-size: 8px; font-weight: 600; text-align: right; }
.hybrid-savings-meter__track { height: 7px; margin-top: 9px; overflow: hidden; border-radius: 999px; background: #dce0dd; }
.hybrid-savings-meter__track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #173f29, #2d7549); transition: width .2s ease; }
.hybrid-stock-alert {
  margin: 0 0 12px;
  padding: 12px 13px 11px;
  border: 1.5px solid #ff7a00;
  border-radius: 9px;
  background: #fff4e2;
}
.hybrid-stock-alert__head strong,
.hybrid-stock-alert__head small { display: block; }
.hybrid-stock-alert__head strong { color: #df2d23; font-size: 11px; font-weight: 900; }
.hybrid-stock-alert__head strong span { margin-right: 4px; font-size: 15px; }
.hybrid-stock-alert__head small { margin-top: 4px; color: #5b4b40; font-size: 9px; line-height: 1.35; }
.hybrid-stock-alert__track { height: 10px; margin: 10px 0 5px; overflow: hidden; border-radius: 999px; background: #dce0e3; }
.hybrid-stock-alert__track i { display: block; width: 93%; height: 100%; background: #202321; }
.hybrid-stock-alert > b { color: #df2d23; font-size: 10px; font-weight: 900; }
.hybrid-delivery-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  padding: 7px 11px;
  border: 1px solid #c7e2cc;
  border-radius: 999px;
  background: #f6fbf6;
  color: #34483b;
  font-size: 10px;
  font-weight: 700;
}
.hybrid-delivery-chip span { color: #5bac6a; font-size: 12px; }
.hybrid-delivery-chip strong { color: #22643b; font-weight: 900; }
.hybrid-authenticity-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff2de;
  color: #9e251c;
}
.hybrid-authenticity-note > span { font-size: 14px; }
.hybrid-authenticity-note strong,
.hybrid-authenticity-note small { display: block; }
.hybrid-authenticity-note strong { font-size: 10px; font-weight: 900; }
.hybrid-authenticity-note small { margin-top: 2px; color: #5f5145; font-size: 9px; line-height: 1.35; }
.hybrid-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: 12px 0 14px;
}
.hybrid-benefits > div {
  position: relative;
  min-height: 49px;
  padding: 8px 8px 7px 35px;
  border: 1px solid #e1e6e2;
  border-radius: 9px;
  background: #fafbf9;
}
.hybrid-benefits span {
  position: absolute;
  left: 11px;
  top: 9px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--hybrid-green);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.hybrid-benefits strong,
.hybrid-benefits small { display: block; }
.hybrid-benefits strong { color: var(--hybrid-ink); font-size: 13px; line-height: 1.2; }
.hybrid-benefits small { margin-top: 3px; color: #708078; font-size: 10px; line-height: 1.25; }

.hybrid-native-quantity {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.hybrid-bundle { margin: 0 0 12px; color: var(--hybrid-ink); }
.hybrid-bundle__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.hybrid-bundle__head h2 { margin: 0; color: var(--hybrid-ink); font-size: 18px; font-weight: 800; text-transform: none; }
.hybrid-bundle__head > span { color: var(--hybrid-green); font-size: 11px; font-weight: 800; text-align: right; }
.hybrid-bundle__tiers { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.hybrid-bundle__tier {
  position: relative;
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 57px;
  padding: 9px 13px;
  border: 1.5px solid #cdd8d1;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.hybrid-bundle__tier:hover { border-color: #70a184; transform: translateY(-1px); }
.hybrid-bundle__tier.is-selected { border-color: var(--hybrid-green); background: #f3f8f4; box-shadow: 0 0 0 1px var(--hybrid-green); }
.hybrid-bundle__tier input { position: absolute; opacity: 0; pointer-events: none; }
.hybrid-bundle__radio {
  width: 19px;
  height: 19px;
  border: 2px solid #91a098;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}
.hybrid-bundle__tier.is-selected .hybrid-bundle__radio { border-color: var(--hybrid-green); background: var(--hybrid-green); }
.hybrid-bundle__copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 2px; }
.hybrid-bundle__copy strong { color: var(--hybrid-ink); font-size: 14px; line-height: 1.2; }
.hybrid-bundle__copy small { color: #68766f; font-size: 11px; line-height: 1.3; }
.hybrid-bundle__copy em { margin-top: 2px; padding: 2px 6px; border-radius: 999px; background: #d9ecdf; color: #245c3b; font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .04em; }
.hybrid-bundle__price { display: flex; flex-direction: column; align-items: flex-end; color: var(--hybrid-ink); font-size: 16px; font-weight: 900; line-height: 1.05; white-space: nowrap; }
.hybrid-bundle__price s { margin-bottom: 3px; color: #8c9790; font-size: 10px; font-weight: 500; }
.hybrid-bundle__badge {
  position: absolute;
  right: 11px;
  top: -9px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--hybrid-green-2);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .07em;
}
.hybrid-bundle__badge--dark { background: var(--hybrid-ink); }
.hybrid-bundle__note { display: block; margin: 8px 0 0; color: #586a60; font-size: 10px; font-weight: 700; text-align: center; }
.hybrid-product-section #AddToCart-9039255273753 {
  min-height: 57px;
  border: 0;
  border-radius: 8px;
  background: var(--hybrid-green);
  box-shadow: 0 9px 22px rgba(36, 92, 59, .2);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .06em;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
}
.hybrid-product-section #AddToCart-9039255273753:hover { background: #183f29; transform: translateY(-1px); box-shadow: 0 12px 26px rgba(36, 92, 59, .28); }
.hybrid-assurance { display: flex; justify-content: center; gap: 12px; margin: 10px 0 0; color: #647168; font-size: 9px; line-height: 1.3; text-align: center; }
.hybrid-assurance span { flex: 1; }
.hybrid-assurance b { color: var(--hybrid-green); font-size: 12px; }
.hybrid-payment-row { display: flex; align-items: center; justify-content: center; gap: 5px; margin: 9px 0 0; }
.hybrid-pay { display: inline-grid; place-items: center; min-width: 34px; height: 19px; padding: 0 5px; border: 1px solid #dfe4e0; border-radius: 3px; background: #fff; color: #23352b; font-size: 7px; font-weight: 900; letter-spacing: -.02em; }
.hybrid-pay--visa { color: #183b8f; font-style: italic; }
.hybrid-pay--mastercard { color: #ef2b2d; letter-spacing: -5px; padding-right: 9px; text-shadow: 5px 0 #f1a51e; }
.hybrid-pay--amex { background: #1679af; color: #fff; }
.hybrid-pay--gpay { color: #3863a9; }
.hybrid-pay--shop { background: #5a31f4; color: #fff; }
.hybrid-pay--paypal { color: #0b4e9e; }
.hybrid-mini-review { margin: 17px 0 0; padding: 14px 16px; border-left: 3px solid var(--hybrid-gold); background: var(--hybrid-cream); }
.hybrid-mini-review__stars { color: #d69e2e; font-size: 12px; letter-spacing: .12em; }
.hybrid-mini-review blockquote { margin: 6px 0 4px; color: #35463d; font-size: 11px; font-style: italic; line-height: 1.45; }
.hybrid-mini-review figcaption { color: #6c776f; font-size: 9px; font-weight: 700; }

.hybrid-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 78px max(24px, calc((100vw - 1180px) / 2));
}
.hybrid-section__head { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.hybrid-eyebrow { display: block; margin-bottom: 11px; color: var(--hybrid-green); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.hybrid-section__head h2,
.hybrid-editorial-intro h2 {
  margin: 0;
  color: var(--hybrid-ink);
  font-size: clamp(35px, 5vw, 60px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: .98;
  text-transform: none;
}
.hybrid-section__head h2 em,
.hybrid-editorial-intro h2 em { color: var(--hybrid-green-2); font-family: Georgia, serif; font-weight: 500; }
.hybrid-section__head > p { max-width: 600px; margin: 17px auto 0; color: #66736c; font-size: 15px; line-height: 1.55; }

.hybrid-trust-strip {
  width: 100vw;
  margin: 35px 0 0 calc(50% - 50vw);
  padding: 24px 0;
  border-top: 1px solid #e7eae7;
  border-bottom: 1px solid #e7eae7;
  background: #fbfcfa;
  text-align: center;
}
.hybrid-trust-strip > p { margin: 0 0 15px; color: #7b857f; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.hybrid-logo-viewport { position: relative; overflow: hidden; }
.hybrid-logo-viewport::before,
.hybrid-logo-viewport::after { content: ''; position: absolute; z-index: 2; top: 0; bottom: 0; width: 70px; pointer-events: none; }
.hybrid-logo-viewport::before { left: 0; background: linear-gradient(to right, #fbfcfa, transparent); }
.hybrid-logo-viewport::after { right: 0; background: linear-gradient(to left, #fbfcfa, transparent); }
.hybrid-logo-row { display: flex; align-items: center; width: max-content; animation: hybrid-logo-scroll 30s linear infinite; }
.hybrid-logo-row:hover { animation-play-state: paused; }
.hybrid-logo-set { display: flex; flex-shrink: 0; align-items: center; }
.hybrid-logo-set img { display: block; flex-shrink: 0; width: auto; max-width: 126px; height: 28px; margin: 0 32px; opacity: .82; filter: none; object-fit: contain; transition: opacity .25s ease; }
.hybrid-logo-set img:hover { opacity: 1; }
@keyframes hybrid-logo-scroll { to { transform: translateX(-50%); } }

.hybrid-results { background: linear-gradient(135deg, #f6f8f4 0%, #e9f1eb 100%); }
.hybrid-result-card { display: grid; grid-template-columns: minmax(0, .72fr) 36px minmax(0, .72fr) minmax(280px, 1fr); align-items: center; gap: 17px; max-width: 1120px; margin: 0 auto; }
.hybrid-result-card figure { position: relative; margin: 0; overflow: hidden; border-radius: 18px; background: #dae4dc; box-shadow: 0 16px 35px rgba(20, 41, 31, .12); }
.hybrid-result-card figure > span { position: absolute; z-index: 2; left: 12px; top: 12px; padding: 5px 8px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--hybrid-ink); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.hybrid-result-card figure img { display: block; width: 100%; aspect-ratio: .8; object-fit: cover; }
.hybrid-result-card__arrow { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--hybrid-green); color: #fff; font-size: 19px; }
.hybrid-result-card__copy { padding-left: 18px; }
.hybrid-result-card__stars { color: #d69e2e; font-size: 15px; letter-spacing: .12em; }
.hybrid-result-card__copy blockquote { margin: 13px 0 10px; color: var(--hybrid-ink); font-family: Georgia, serif; font-size: 23px; line-height: 1.32; }
.hybrid-result-card__copy > p { color: #69776f; font-size: 11px; font-weight: 700; }
.hybrid-result-card__copy button,
.hybrid-stories__cta { min-height: 46px; margin-top: 16px; padding: 0 20px; border: 0; border-radius: 6px; background: var(--hybrid-ink); color: #fff; cursor: pointer; font-size: 11px; font-weight: 900; letter-spacing: .09em; }

.hybrid-infographics { max-width: 1180px; margin: 0 auto; padding: 76px 24px 0; }
.hybrid-editorial-intro { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.hybrid-editorial-intro > p { max-width: 620px; margin: 17px auto 0; color: #68766f; font-size: 15px; line-height: 1.55; }
.hybrid-infographics > .de:first-of-type { overflow: hidden; border-radius: 18px; box-shadow: 0 18px 50px rgba(20, 41, 31, .1); }
.hybrid-infographics > .de:first-of-type img { display: block; width: 100%; height: auto; }
.hybrid-infographics > .de:nth-of-type(2) { max-width: 850px; margin: 44px auto 0; color: #536159; font-size: 14px; line-height: 1.75; }

.hybrid-how { background: #fff; }
.hybrid-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; max-width: 1120px; margin: 0 auto; }
.hybrid-step-grid article { overflow: hidden; border: 1px solid #e1e6e2; border-radius: 17px; background: #fff; box-shadow: 0 12px 30px rgba(20, 41, 31, .06); }
.hybrid-step-image { position: relative; overflow: hidden; background: #edf2ee; }
.hybrid-step-image img { display: block; width: 100%; aspect-ratio: 1.2; object-fit: cover; transition: transform .35s ease; }
.hybrid-step-grid article:hover img { transform: scale(1.025); }
.hybrid-step-image span { position: absolute; left: 14px; bottom: 14px; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--hybrid-green); color: #fff; font-size: 13px; font-weight: 900; }
.hybrid-step-grid h3 { margin: 20px 20px 9px; color: var(--hybrid-ink); font-size: 19px; font-weight: 800; text-transform: none; }
.hybrid-step-grid p { margin: 0 20px 23px; color: #69766f; font-size: 12px; line-height: 1.55; }

.hybrid-stories { background: var(--hybrid-ink); }
.hybrid-section__head--light h2 { color: #fff; }
.hybrid-section__head--light h2 em { color: #83c097; }
.hybrid-section__head--light > p { color: #b8c6bd; }
.hybrid-section__head--light .hybrid-eyebrow { color: #83c097; }
.hybrid-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 920px; margin: 0 auto; }
.hybrid-video-story { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: #152c20; box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.hybrid-video-story__media { position: relative; overflow: hidden; aspect-ratio: 9 / 16; background: #0b1711 var(--story-poster) center / cover no-repeat; }
.hybrid-video-story__media iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; background: transparent; }
.hybrid-video-story__footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px 16px; color: #fff; }
.hybrid-video-story__footer span { color: #83c097; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.hybrid-video-story__footer a { color: #fff; font-size: 11px; font-weight: 800; text-decoration: none; }
.hybrid-video-story__footer a:hover { color: #a8d8b6; }
.hybrid-stories__cta { display: block; margin: 28px auto 0; background: #fff; color: var(--hybrid-ink); }

.hybrid-product-section #judgeme_product_reviews { max-width: 1120px; margin: 0 auto; padding: 80px 24px; }
.hybrid-product-section .jdgm-rev-widg__title { max-width: 700px; margin: 0 auto 30px; color: var(--hybrid-ink); font-size: clamp(30px, 4vw, 48px); font-weight: 800; letter-spacing: -.035em; line-height: 1; text-align: center; text-transform: none; }
.hybrid-product-section .clone-review-provenance,
.hybrid-product-section .clone-source-badge { display: none !important; }

.hybrid-sticky-buy {
  position: fixed;
  z-index: 99990;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid #dce3de;
  background: rgba(255,255,255,.96);
  box-shadow: 0 -8px 28px rgba(20, 41, 31, .12);
  backdrop-filter: blur(12px);
  transform: translateY(115%);
  transition: transform .22s ease;
}
.hybrid-sticky-buy.is-visible { transform: translateY(0); }
.hybrid-sticky-buy > img { width: 48px; height: 48px; border-radius: 7px; object-fit: cover; }
.hybrid-sticky-buy > div { display: flex; min-width: 0; flex-direction: column; }
.hybrid-sticky-buy strong { color: var(--hybrid-ink); font-size: 11px; letter-spacing: .04em; }
.hybrid-sticky-buy span { color: var(--hybrid-green); font-size: 15px; font-weight: 900; }
.hybrid-sticky-buy button { min-height: 46px; padding: 0 17px; border: 0; border-radius: 7px; background: var(--hybrid-green); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .06em; }

@media (min-width: 769px) {
  .hybrid-product-section .product-single__meta { position: sticky; top: 18px; }
}

@media (max-width: 900px) {
  .hybrid-result-card { grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr); }
  .hybrid-result-card__copy { grid-column: 1 / -1; max-width: 700px; padding: 15px 0 0; text-align: center; }
}

@media (max-width: 768px) {
  .hybrid-product-section .product-single__title { font-size: 38px; }
  .hybrid-hero-lead { font-size: 14px; }
  .hybrid-authority-card { margin-top: 9px; }
  .hybrid-savings-meter { padding-block: 10px; }
  .hybrid-benefits { margin-bottom: 18px; }
  .hybrid-assurance { gap: 5px; }
  .hybrid-trust-strip { margin-top: 24px; padding-block: 20px; }
  .hybrid-logo-viewport::before,
  .hybrid-logo-viewport::after { width: 40px; }
  .hybrid-logo-set img { max-width: 112px; height: 22px; margin-inline: 21px; }
  .hybrid-section { padding: 57px 16px; }
  .hybrid-section__head { margin-bottom: 28px; }
  .hybrid-section__head h2,
  .hybrid-editorial-intro h2 { font-size: 39px; }
  .hybrid-section__head > p,
  .hybrid-editorial-intro > p { font-size: 13px; }
  .hybrid-result-card { gap: 7px; }
  .hybrid-result-card__arrow { width: 28px; height: 28px; font-size: 15px; }
  .hybrid-result-card figure { border-radius: 12px; }
  .hybrid-result-card__copy blockquote { font-size: 20px; }
  .hybrid-infographics { padding: 58px 0 0; }
  .hybrid-editorial-intro { padding: 0 18px; margin-bottom: 30px; }
  .hybrid-infographics > .de:first-of-type { border-radius: 0; box-shadow: none; }
  .hybrid-infographics > .de:nth-of-type(2) { padding: 0 18px; margin-top: 30px; font-size: 13px; line-height: 1.65; }
  .hybrid-step-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 82%; gap: 13px; overflow-x: auto; padding: 2px 1px 18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hybrid-step-grid::-webkit-scrollbar { display: none; }
  .hybrid-step-grid article { scroll-snap-align: center; }
  .hybrid-step-image img { aspect-ratio: 1.25; }
  .hybrid-story-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 78%; overflow-x: auto; padding: 0 2px 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hybrid-story-grid::-webkit-scrollbar { display: none; }
  .hybrid-story-grid article { scroll-snap-align: center; }
  .hybrid-product-section #judgeme_product_reviews { padding: 58px 16px 95px; }
  .hybrid-sticky-buy { display: grid; }
  .clone-toast { bottom: 84px; }
}

@media (max-width: 420px) {
  .hybrid-kicker { font-size: 9px; letter-spacing: .1em; }
  .hybrid-top-rating { margin-bottom: 7px; }
  .hybrid-product-section .product-single__title { font-size: 35px; }
  .hybrid-review-proof { flex-wrap: wrap; row-gap: 1px; }
  .hybrid-review-proof em { flex-basis: 100%; padding-left: 1px; }
  .hybrid-savings-meter > div:first-child { align-items: flex-start; flex-direction: column; gap: 2px; }
  .hybrid-savings-meter span { text-align: left; }
  .hybrid-delivery-chip { font-size: 9px; }
  .hybrid-benefits > div { padding-left: 34px; }
  .hybrid-bundle__head { align-items: center; }
  .hybrid-bundle__head h2 { font-size: 17px; white-space: nowrap; }
  .hybrid-bundle__head > span { max-width: none; font-size: 9px; line-height: 1.2; white-space: nowrap; }
  .hybrid-bundle__tier { grid-template-columns: 19px minmax(0, 1fr) 69px; gap: 8px; min-height: 66px; padding: 11px 10px; }
  .hybrid-bundle__copy strong { font-size: 13px; letter-spacing: 0; text-transform: none; }
  .hybrid-bundle__copy small { font-size: 9px; letter-spacing: 0; text-transform: none; }
  .hybrid-bundle__price { width: 69px; font-size: 14px; text-align: right; }
  .hybrid-bundle__note { padding-inline: 4px; line-height: 1.35; }
  .hybrid-product-section #AddToCart-9039255273753 { font-size: 13px; letter-spacing: .04em; }
  .hybrid-assurance { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; font-size: 7px; }
  .hybrid-assurance span { min-width: 0; }
  .hybrid-payment-row { flex-wrap: wrap; gap: 4px; }
  .hybrid-story-grid { grid-auto-columns: 84%; }
  .hybrid-sticky-buy { grid-template-columns: 42px minmax(0, 1fr) auto; padding-inline: 8px; }
  .hybrid-sticky-buy > img { width: 42px; height: 42px; }
  .hybrid-sticky-buy button { padding-inline: 12px; }
}

/* The mirrored announcement slider arrived with inline desktop widths. */
#AnnouncementSlider .slick-list,
#AnnouncementSlider .slick-track,
#AnnouncementSlider .announcement-slider__slide {
  width: 100% !important;
}

#AnnouncementSlider .slick-track {
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .hybrid-logo-row { animation-play-state: paused; }
}
