:root {
  --clone-wine: #9d123f;
  --clone-wine-dark: #770023;
  --clone-pink: #ffe7ef;
  --clone-lime: #16c85d;
  --clone-yellow: #ffc04a;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background: rgb(var(--color-background, 255 255 255)) !important;
  color: rgb(var(--color-foreground, 0 0 0));
  opacity: 1 !important;
  visibility: visible !important;
}

.block-breadcrumbs,
.breadcrumbs,
.product-bought-together-block,
products-bought-together,
#shopify-section-template--21520506847459__custom_section_iPTkDf {
  display: none !important;
}

a,
button {
  text-transform: none !important;
}

page-transition,
.page-transition,
.fixed-overlay,
.shopify-section-group-overlay-group,
dialog:not([open])::backdrop {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

dialog:not([open]) {
  display: none !important;
}

#MainContent,
.header-section,
.shopify-section:not(.shopify-section-group-overlay-group) {
  opacity: 1 !important;
  visibility: visible !important;
}

script,
template {
  display: none !important;
}

motion-component,
[data-motion] {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

[data-motion].clone-reveal,
motion-component.clone-reveal {
  opacity: 0 !important;
  transform: translateY(28px) !important;
  transition: opacity 0.6s ease, transform 0.6s ease !important;
}

[data-motion].clone-visible,
motion-component.clone-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

img[loading="lazy"] {
  transition: transform 0.45s ease, opacity 0.45s ease;
}

.image-zoom-reveal .media__image,
.image-zoom-reveal.loaded .media__image,
.image-zoom-reveal.in-view .media__image,
.media .media__image:not(svg.placeholder),
.media.loaded .media__image:not(svg.placeholder) {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.media {
  background-color: transparent !important;
}

.product-information__media {
  min-width: 0;
}

.media-gallery__carousel-container {
  overflow: hidden !important;
}

.media-gallery__carousel-wrapper {
  display: flex !important;
  align-items: stretch !important;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform;
}

.media-gallery__carousel-wrapper > .media-gallery__item:not(.carousel__thumbnail) {
  flex: 0 0 100% !important;
  width: 100% !important;
}

.media-gallery__carousel-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.media-gallery__carousel-thumbnails {
  cursor: pointer;
}

.carousel__thumbnail {
  opacity: 0.72;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.carousel__thumbnail.is-active,
.carousel__thumbnail:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.clone-bundles {
  display: grid;
  gap: 12px;
  margin: -4px 0 18px;
  font-family: "Bricolage Grotesque", "Plus Jakarta Sans", sans-serif;
}

.clone-bundles__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 800;
  color: #111;
  letter-spacing: 0;
  text-align: center;
  justify-content: center;
}

.clone-bundles__title::before,
.clone-bundles__title::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: rgba(157, 18, 63, 0.22);
}

.clone-bundle {
  position: relative;
  width: 100%;
  border: 2px solid var(--clone-wine);
  border-radius: 20px;
  background: #fbfbfb;
  color: #111;
  padding: 20px 18px;
  text-align: left;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  cursor: pointer;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.clone-bundle:hover {
  transform: translateY(-1px);
}

.clone-bundle.is-selected {
  background: #ffefe7;
  box-shadow: 0 8px 20px rgba(157, 18, 63, 0.14);
}

.clone-bundle__badge {
  position: absolute;
  right: 22px;
  top: -10px;
  background: var(--clone-wine);
  color: #fff;
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 800;
}

.clone-bundle__radio {
  width: 17px;
  height: 17px;
  border: 2px solid rgba(157, 18, 63, 0.35);
  border-radius: 50%;
  position: relative;
}

.clone-bundle.is-selected .clone-bundle__radio {
  border-color: var(--clone-wine);
}

.clone-bundle.is-selected .clone-bundle__radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--clone-wine);
}

.clone-bundle__topline {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.clone-bundle__name {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.clone-bundle__label {
  background: var(--clone-lime);
  color: #fff;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.clone-bundle__pricebox {
  display: grid;
  justify-items: end;
  gap: 1px;
}

.clone-bundle__price {
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.clone-bundle__compare {
  color: #555;
  font-size: 12px;
  font-weight: 700;
  text-decoration: line-through;
}

.clone-social-circles {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 24px 0 26px;
  overflow: hidden;
}

.clone-social-circle {
  width: 58px;
  height: 58px;
  padding: 2px;
  border: 2px solid transparent;
  border-radius: 50%;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #ffbe3d, #ff3a76, #9d123f) border-box;
  cursor: pointer;
  flex: 0 0 auto;
}

.clone-social-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.clone-social-circle--next {
  display: grid;
  place-items: center;
  color: var(--clone-wine);
  font-size: 24px;
  font-weight: 800;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #ffbe3d, #ff3a76, #9d123f) border-box;
}

.clone-sticky-atc {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 40;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(157, 18, 63, 0.12);
  backdrop-filter: blur(10px);
}

.clone-sticky-atc.is-visible {
  display: flex;
}

.clone-sticky-atc img {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  object-fit: cover;
}

.clone-sticky-atc strong {
  display: block;
  font-size: 14px;
  line-height: 1.1;
}

.clone-sticky-atc span {
  font-size: 13px;
  color: var(--clone-wine);
  font-weight: 800;
}

.clone-sticky-atc button,
.clone-cart-modal__button {
  border: 0;
  background: var(--clone-wine);
  color: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  font-weight: 900;
  cursor: pointer;
}

.clone-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  background: rgba(0, 0, 0, 0.44);
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.clone-cart-modal.is-open {
  display: flex;
}

.clone-cart-modal__panel {
  width: min(440px, 100%);
  border-radius: 24px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.clone-cart-modal__panel h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.clone-cart-modal__panel p {
  margin: 0 0 18px;
  color: #555;
}

.clone-cart-modal__line {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 14px;
  align-items: center;
  margin: 16px 0 22px;
}

.clone-cart-modal__line img {
  width: 62px;
  height: 62px;
  border-radius: 14px;
  object-fit: cover;
}

.clone-cart-modal__actions {
  display: grid;
  gap: 10px;
}

.clone-cart-modal__button--ghost {
  background: #f7e9ee;
  color: var(--clone-wine);
}

.clone-purchase-toast {
  position: fixed;
  left: 50%;
  bottom: 92px;
  z-index: 90;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.dr-basic-widget:empty,
.drv-brand-mark,
.shopify-app-block:empty {
  display: none !important;
}

@media (max-width: 767px) {
  .search-drawer-button,
  .cart-drawer-button,
  .account-button,
  .header__right,
  .header__actions {
    display: none !important;
  }

  .product-information__grid {
    display: block !important;
  }

  .product-information__media {
    padding-top: 24px !important;
  }

  .product-information__details {
    padding-inline: 14px 0 !important;
  }

  .product-information__details .text-block.h1 > *,
  .product-information__details .h1 > * {
    font-size: 2.55rem !important;
    line-height: 1.18 !important;
  }

  .media-gallery__carousel-thumbnails {
    margin-top: 8px;
    margin-bottom: 30px;
  }

  .media-gallery--main .media-gallery__carousel-container {
    min-height: 405px !important;
  }

  .clone-bundle {
    grid-template-columns: 24px auto auto;
    gap: 10px;
    min-width: 430px;
    min-height: 72px;
    padding: 18px 17px;
  }

  .clone-bundle__topline {
    flex-wrap: nowrap;
    gap: 8px;
  }

  .clone-bundle__name {
    font-size: 19px;
    white-space: nowrap;
  }

  .clone-bundle__label {
    font-size: 9px;
    padding-inline: 7px;
    white-space: nowrap;
  }

  .clone-bundle__price {
    font-size: 21px;
  }

  .clone-bundle__badge {
    right: 20px;
  }

  .clone-social-circles {
    margin-top: 22px;
    gap: 8px;
  }

  .clone-social-circle {
    width: 56px;
    height: 56px;
  }

  .clone-sticky-atc {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .clone-sticky-atc button {
    padding-inline: 12px;
  }
}

@media (min-width: 768px) {
  .clone-social-circle img {
    display: none;
  }
}

/* Rebuild pass: mobile-first functional clone components. */
body.clone-modal-open {
  overflow: hidden;
}

.clone-product-gallery {
  width: 100%;
  position: sticky;
  top: 72px;
}

.clone-product-gallery__viewport {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
}

.clone-product-gallery__track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  touch-action: pan-y;
  will-change: transform;
}

.clone-product-gallery__slide {
  flex: 0 0 100%;
  margin: 0;
  aspect-ratio: 1 / 1;
  background: #fff;
  display: grid;
  place-items: center;
}

.clone-product-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.clone-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #9d123f;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  z-index: 2;
}

.clone-gallery-arrow--prev {
  left: 10px;
}

.clone-gallery-arrow--next {
  right: 10px;
}

.clone-product-gallery__thumbs {
  display: flex;
  gap: 7px;
  margin-top: 9px;
  padding-bottom: 6px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.clone-product-gallery__thumbs::-webkit-scrollbar,
.clone-horizontal::-webkit-scrollbar,
.clone-video-rail::-webkit-scrollbar,
.clone-stories::-webkit-scrollbar {
  display: none;
}

.clone-product-gallery__thumb {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border: 2px solid #e7d6dc;
  border-radius: 8px;
  background: #fff;
  padding: 0;
  overflow: hidden;
  scroll-snap-align: start;
}

.clone-product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clone-product-gallery__thumb.is-active {
  border-color: #9d123f;
}

.clone-bundles {
  width: 100%;
  margin: 18px 0 20px !important;
  display: grid !important;
  gap: 14px !important;
  overflow: visible !important;
}

.clone-bundles__title {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-size: 15px !important;
  font-weight: 900 !important;
  color: #111 !important;
  letter-spacing: 0.03em;
  text-align: center;
}

.clone-bundles__title::before,
.clone-bundles__title::after {
  content: "";
  height: 3px;
  flex: 1 1 0;
  background: #9d123f;
  opacity: 0.8;
}

.clone-bundle {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 94px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 18px 14px !important;
  border: 2px solid #f0cdbb !important;
  border-radius: 10px !important;
  background: #fffaf7 !important;
  color: #111 !important;
  text-align: left !important;
  position: relative !important;
  overflow: visible !important;
  box-shadow: none !important;
}

.clone-bundle__radio {
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #f0cdbb !important;
  border-radius: 999px !important;
  display: block !important;
  background: #fff;
}

.clone-bundle.is-selected {
  background: #fff0e7 !important;
  border-color: #9d123f !important;
  box-shadow: 0 0 0 1px rgba(157, 18, 63, 0.08) !important;
}

.clone-bundle.is-selected .clone-bundle__radio {
  border-color: #9d123f !important;
  box-shadow: 0 0 0 3px rgba(157, 18, 63, 0.12);
}

.clone-bundle.is-selected .clone-bundle__radio::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px;
  border-radius: 999px;
  background: #9d123f;
}

.clone-bundle__copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.clone-bundle__headline {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
}

.clone-bundle__copy strong {
  font-size: 19px;
  line-height: 1;
  white-space: normal;
  font-weight: 900;
}

.clone-bundle__headline span {
  width: fit-content;
  border-radius: 6px;
  background: #9d123f;
  color: #fff;
  font-weight: 900;
  font-size: 10px;
  line-height: 1;
  padding: 6px 9px;
  letter-spacing: 0.08em;
}

.clone-bundle__copy small {
  color: #111;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}

.clone-bundle__copy em {
  color: #231b20;
  font-size: 13px;
  line-height: 1.08;
  font-style: normal;
  font-weight: 700;
}

.clone-bundle__eyebrow,
.clone-bundle__tag {
  width: fit-content;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  background: #16c85d;
  letter-spacing: 0.04em;
}

.clone-bundle__tag {
  background: #16c85d;
}

.clone-bundle__pricebox {
  display: grid;
  text-align: right;
  line-height: 0.98;
  white-space: normal;
  align-self: center;
  justify-items: end;
  width: 105px;
}

.clone-bundle__pricebox strong {
  color: #9d123f;
  font-size: 18px;
  font-weight: 900;
  white-space: normal;
  max-width: 105px;
  line-height: 1.02;
}

.clone-bundle__pricebox strong span {
  display: block;
  margin-top: 2px;
  font-size: 13px;
}

.clone-bundle__pricebox span {
  margin-top: 4px;
  color: #333;
  font-size: 12px;
  font-weight: 800;
}

.clone-bundle__pricebox em {
  margin-top: 5px;
  font-size: 12px;
  color: #777;
  text-decoration: line-through;
  font-style: normal;
  font-weight: 800;
}

.clone-bundle__ribbon {
  position: absolute;
  right: -10px;
  top: -18px;
  z-index: 3;
  transform: rotate(3deg);
  max-width: calc(100% - 80px);
  padding: 7px 12px;
  border-radius: 3px;
  background: #070707;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);
}

.clone-bundle__badge {
  position: absolute !important;
  right: 14px !important;
  top: -12px !important;
  background: #9d123f !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 5px 12px !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.product-form-buttons {
  margin-top: 28px !important;
}

.product-form-buttons button,
.product-form-buttons .button,
.buy-buttons-block button {
  min-height: 54px !important;
  border-radius: 18px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

#shopify-section-template--21520506847459__main .product-form-buttons .add-to-cart-button {
  margin-top: 0 !important;
  border-radius: 18px !important;
}

.clone-routine {
  width: 100%;
  margin: 18px 0 24px !important;
  padding: 16px !important;
  border: 2px solid rgba(157, 18, 63, 0.22);
  border-radius: 14px;
  background: #fff8f5;
  color: #211018;
}

.clone-routine__head {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.clone-routine__head h3 {
  margin: 0;
  color: #9d123f;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
}

.clone-routine__head p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #5b3441;
}

.clone-routine__list {
  display: grid;
  gap: 10px;
}

.clone-routine__item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 34px 54px;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(157, 18, 63, 0.15);
  border-radius: 12px;
  background: #fff;
}

.clone-routine__item img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 9px;
  background: #fff;
}

.clone-routine__copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.clone-routine__copy strong {
  font-size: 14px;
  font-weight: 900;
  color: #211018;
}

.clone-routine__copy small {
  font-size: 11px;
  color: #6f5360;
  line-height: 1.2;
}

.clone-routine__copy small span {
  display: inline-block;
  margin-left: 4px;
}

.clone-routine__qty {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(157, 18, 63, 0.25);
  border-radius: 8px;
  font-weight: 900;
  color: #9d123f;
  background: #fff8f5;
}

.clone-routine__status {
  justify-self: end;
  min-width: 48px;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  color: #9d123f;
}

.clone-routine.is-locked .clone-routine__item,
.clone-routine.is-locked .clone-routine__bonus-item {
  opacity: 0.62;
}

.clone-routine.is-locked .clone-routine__status,
.clone-routine.is-locked [data-routine-bonus-status] {
  color: #b30022;
  font-size: 22px;
  line-height: 1;
}

.clone-routine.is-unlocked .clone-routine__status {
  color: #16a34a;
}

.clone-routine__bonus {
  margin-top: 12px;
  display: grid;
  gap: 7px;
}

.clone-routine__bonus--only {
  margin-top: 0;
}

.clone-routine__bonus > span {
  color: #9d123f;
  font-size: 12px;
  font-weight: 900;
}

.clone-routine__bonus-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(157, 18, 63, 0.12);
}

.clone-routine__bonus-item strong {
  width: 22px;
  text-align: center;
  color: #16a34a;
  font-weight: 900;
  font-size: 19px;
}

.clone-routine__bonus-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  color: #211018;
}

.clone-routine__bonus-item small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.2;
  color: #6f5360;
}

.clone-routine__subtotal {
  margin-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 4px 10px;
  padding-top: 12px;
  border-top: 1px dashed rgba(157, 18, 63, 0.28);
}

.clone-routine__subtotal span {
  font-weight: 900;
  color: #211018;
}

.clone-routine__subtotal strong {
  color: #16a34a;
  font-size: 17px;
  font-weight: 900;
}

.clone-routine__subtotal small {
  grid-column: 1 / -1;
  justify-self: end;
  color: #6f5360;
  font-weight: 800;
}

.clone-routine__summary {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px dashed rgba(157, 18, 63, 0.28);
  color: #211018;
  font-weight: 900;
}

.clone-routine__summary strong {
  color: #16a34a;
  font-size: 16px;
}

.clone-routine.is-locked .clone-routine__summary strong {
  color: #b30022;
}

.clone-stories {
  width: 100%;
  display: flex;
  gap: 9px;
  margin: 22px 0 30px;
  padding: 2px 2px 5px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.clone-story {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  aspect-ratio: 1 / 1;
  border: 3px solid transparent;
  border-radius: 50% !important;
  padding: 3px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #ffc04a, #ff477e, #9d123f) border-box;
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: start;
  position: relative;
}

.clone-stories .clone-story,
#shopify-section-template--21520506847459__main .clone-story {
  border-radius: 999px !important;
  clip-path: circle(50% at 50% 50%);
}

.clone-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
  clip-path: circle(50% at 50% 50%);
}

.clone-story::after,
.clone-video-card::after {
  content: "▶";
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #fff;
  color: #9d123f;
  font-size: 9px;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.clone-story--more {
  display: grid;
  place-items: center;
  color: #9d123f;
  font-size: 26px;
  font-weight: 900;
}

.clone-story--more::after {
  display: none;
}

.clone-section-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 24px;
  padding-inline: 18px;
}

.clone-section-head p {
  margin: 0 0 10px;
  color: #9d123f;
  font-weight: 800;
  font-size: 13px;
}

.clone-section-head h2 {
  margin: 0;
  color: #111;
  font-size: clamp(28px, 7vw, 56px);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 900;
}

.clone-objections {
  display: grid !important;
  gap: 12px !important;
  margin-top: 18px !important;
  width: 100% !important;
}

.clone-objection {
  border: 1px solid rgba(157, 18, 63, 0.22);
  border-radius: 18px;
  background: #fff8fb;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(157, 18, 63, 0.07);
}

.clone-objection[open] {
  border-color: #9d123f;
  background: #fff0f6;
}

.clone-objection summary {
  min-height: 62px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 17px 18px;
  cursor: pointer;
  list-style: none;
}

.clone-objection summary::-webkit-details-marker {
  display: none;
}

.clone-objection summary span {
  color: #111;
  font-size: clamp(18px, 5vw, 24px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

.clone-objection summary strong {
  min-width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #9d123f;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.clone-objection p {
  margin: 0;
  padding: 0 18px 18px;
  color: #3d3036;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 600;
}

.clone-ingredients,
.clone-before-after,
.clone-testimonials {
  width: 100%;
  padding: 48px max(16px, calc((100vw - 1200px) / 2));
  background: #fff;
}

.clone-horizontal,
.clone-video-rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2px 16px 10px;
  margin-inline: -16px;
}

.clone-ingredient-card {
  flex: 0 0 72%;
  max-width: 300px;
  min-height: 310px;
  background: #fff;
  border: 1px solid rgba(157, 18, 63, 0.12);
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 8px 22px rgba(157, 18, 63, 0.08);
  scroll-snap-align: start;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.clone-ingredient-card.clone-visible,
.clone-ba-card.clone-visible,
.clone-video-card.clone-visible {
  opacity: 1;
  transform: translateY(0);
}

.clone-ingredient-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 14px;
  background: #f6f6f6;
}

.clone-ingredient-card span {
  display: inline-block;
  margin-top: 12px;
  color: #9d123f;
  font-size: 11px;
  font-weight: 900;
}

.clone-ingredient-card h3 {
  margin: 7px 0 6px;
  font-size: 18px;
  line-height: 1.12;
  color: #9d123f;
}

.clone-ingredient-card p {
  margin: 0;
  color: #535353;
  font-size: 13px;
  line-height: 1.35;
}

.clone-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}

.clone-carousel-controls button {
  width: 38px;
  height: 38px;
  border: 1px solid #d8c3cb;
  border-radius: 999px;
  background: #fff;
  color: #9d123f;
  font-size: 24px;
  cursor: pointer;
}

.clone-before-after {
  padding-top: 56px;
}

.clone-ba-grid {
  display: grid;
  gap: 50px;
}

.clone-ba-card {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.clone-ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 20px;
  background: #9d123f;
  touch-action: none;
  user-select: none;
  cursor: ew-resize;
}

.clone-ba-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clone-ba-after {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 var(--pos));
}

.clone-ba-slider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 2px;
  transform: translateX(-1px);
  background: rgba(255, 255, 255, 0.92);
  z-index: 4;
}

.clone-ba-handle {
  position: absolute;
  left: var(--pos);
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #9d123f;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
  pointer-events: none;
}

.clone-ba-range {
  position: absolute;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.clone-ba-label {
  position: absolute;
  top: 10px;
  z-index: 6;
  background: #9d123f;
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 900;
}

.clone-ba-label--before {
  left: 10px;
}

.clone-ba-label--after {
  right: 10px;
}

.clone-ba-tag {
  width: fit-content;
  margin: 16px auto 12px !important;
  border-radius: 18px;
  background: #ffeff4;
  color: #9d123f !important;
  padding: 11px 17px;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 12px !important;
  text-align: center;
}

.clone-ba-card h3 {
  margin: 0 0 8px;
  text-align: center;
  font-size: 20px;
  line-height: 1.08;
  color: #111;
}

.clone-ba-card > p:last-child {
  margin: 0 auto;
  max-width: 330px;
  text-align: center;
  color: #626262;
  font-size: 14px;
  line-height: 1.35;
}

.clone-video-rail {
  align-items: stretch;
}

.clone-video-card {
  position: relative;
  flex: 0 0 76%;
  max-width: 310px;
  aspect-ratio: 9 / 16;
  border: 0;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  background: #111;
  scroll-snap-align: start;
  cursor: pointer;
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.clone-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clone-video-play {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  color: #9d123f;
  display: grid;
  place-items: center;
  font-size: 13px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.clone-video-card::after {
  display: none;
}

.clone-video-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.78);
}

.clone-video-modal.is-open {
  display: flex;
}

.clone-video-modal__video {
  width: min(420px, 92vw);
  max-height: 86vh;
  aspect-ratio: 9 / 16;
  border-radius: 22px;
  background: #000;
  object-fit: cover;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.clone-video-modal__close {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #9d123f;
  font-size: 28px;
  line-height: 1;
  z-index: 2;
  cursor: pointer;
}

.clone-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 998;
  display: none;
  background: rgba(0, 0, 0, 0.45);
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.clone-cart-modal.is-open {
  display: flex;
}

.clone-cart-modal__panel {
  width: min(420px, 100%);
  border-radius: 24px;
  background: #fff;
  padding: 22px;
}

.clone-cart-modal__panel h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.clone-cart-modal__panel p {
  margin: 0 0 16px;
  color: #555;
}

.clone-cart-modal__line {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.clone-cart-modal__line img {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
}

.clone-cart-modal__button,
.clone-sticky-atc button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: #9d123f;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.clone-sticky-atc {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 120;
  display: none;
  grid-template-columns: 46px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 9px;
  border: 1px solid rgba(157, 18, 63, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.clone-sticky-atc.is-visible {
  display: grid;
}

.clone-sticky-atc img {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  object-fit: cover;
}

.clone-sticky-atc strong,
.clone-sticky-atc span {
  display: block;
  line-height: 1.05;
}

.clone-sticky-atc strong {
  font-size: 13px;
}

.clone-sticky-atc span {
  margin-top: 3px;
  color: #9d123f;
  font-size: 13px;
  font-weight: 900;
}

.clone-sticky-atc button {
  width: auto;
  min-height: 44px;
  max-width: 154px;
  padding-inline: 12px;
  font-size: 11px;
  line-height: 1.05;
}

.clone-top-timer {
  width: 100%;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 5px 10px;
  background: #b12245;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  z-index: 140;
}

.clone-top-timer strong {
  font-size: clamp(12px, 3.1vw, 18px);
  line-height: 1.05;
  white-space: nowrap;
}

.clone-top-timer__boxes,
.clone-exit-popup__timer {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.clone-top-timer__boxes span,
.clone-exit-popup__timer span {
  min-width: 36px;
  min-height: 31px;
  display: grid;
  place-items: center;
  padding: 3px 4px;
  border-radius: 3px;
  background: #fff;
  color: #1a1220;
  line-height: 1;
}

.clone-top-timer__boxes b,
.clone-exit-popup__timer b {
  font-size: 14px;
  font-weight: 900;
}

.clone-top-timer__boxes small,
.clone-exit-popup__timer small {
  font-size: 6px;
  font-weight: 900;
}

.clone-top-timer__boxes i,
.clone-exit-popup__timer i {
  color: #fff;
  font-style: normal;
  font-size: 17px;
  font-weight: 900;
}

.clone-hero-benefits {
  display: grid;
  gap: 9px;
  margin: 8px 0 0;
  color: #111;
}

.clone-hero-benefits p {
  margin: 0;
  color: #111;
  font-size: clamp(15px, 4.1vw, 18px);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
}

.clone-exit-popup {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(17, 0, 8, 0.72);
}

.clone-exit-popup.is-open {
  display: flex;
}

body.clone-exit-open {
  overflow: hidden;
}

.clone-exit-popup__panel {
  position: relative;
  width: min(430px, 100%);
  border: 2px solid #b12245;
  border-radius: 24px;
  padding: 22px 18px 18px;
  background: #fff7fa;
  color: #141014;
  text-align: center;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.clone-exit-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: #1b1115;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.clone-exit-popup__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #b12245;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.clone-exit-popup__panel h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: clamp(25px, 7vw, 34px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.clone-exit-popup__panel p {
  margin: 0 auto 14px;
  max-width: 360px;
  color: #34282d;
  font-size: 15px;
  line-height: 1.34;
  font-weight: 700;
}

.clone-exit-popup__panel p strong {
  color: #b12245;
  font-weight: 900;
}

.clone-exit-popup__timer {
  margin: 2px 0 14px;
  padding: 10px 12px;
  border-radius: 16px;
  background: #b12245;
}

.clone-exit-popup__cta {
  min-height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #b12245;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.05;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(177, 34, 69, 0.32);
}

.clone-exit-popup__panel > small {
  display: block;
  margin-top: 10px;
  color: #5f4a52;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  .header-section {
    min-height: 60px !important;
  }

  .clone-top-timer {
    min-height: 34px;
    gap: 5px;
    justify-content: space-between;
    padding: 4px 6px;
  }

  .clone-top-timer strong {
    max-width: none;
    flex: 0 0 auto;
    text-align: left;
    font-size: clamp(10px, 2.9vw, 12px);
  }

  .clone-top-timer__boxes span {
    min-width: 29px;
    min-height: 26px;
    padding: 2px 3px;
  }

  .clone-top-timer__boxes b {
    font-size: 12px;
  }

  .clone-top-timer__boxes small {
    font-size: 5px;
  }

  .clone-top-timer__boxes i {
    font-size: 13px;
  }

  .clone-exit-popup {
    padding: 12px;
  }

  .header__right,
  .header__actions,
  .search-drawer-button,
  .cart-drawer-button {
    display: flex !important;
  }

  .account-button {
    display: none !important;
  }

  .product-information__grid {
    display: block !important;
  }

  .product-information__media {
    padding-top: 18px !important;
  }

  .clone-product-gallery {
    position: relative;
    top: auto;
  }

  .clone-gallery-arrow {
    display: none;
  }

  .product-information__details {
    padding: 18px 16px 0 !important;
  }

  .product-information__details .text-block.h1 p,
  .product-information__details .h1 p {
    font-size: 27px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  .clone-bundle__copy strong {
    font-size: 16px;
  }

  .clone-bundle__pricebox strong {
    font-size: 16px;
  }

  .clone-ingredients,
  .clone-before-after,
  .clone-testimonials {
    padding-inline: 16px;
  }
}

@media (min-width: 768px) {
  .clone-product-gallery__thumb {
    flex-basis: 74px;
    width: 74px;
    height: 74px;
  }

  .clone-horizontal,
  .clone-video-rail {
    margin-inline: 0;
    padding-inline: 0;
  }

  .clone-ingredient-card {
    flex-basis: 235px;
  }

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

  .clone-video-card {
    flex-basis: 260px;
  }

  .clone-sticky-atc {
    left: 50%;
    right: auto;
    bottom: 18px;
    width: min(520px, calc(100vw - 32px));
    transform: translateX(-50%);
  }
}
