.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set {
  width: 100%;
  padding: var(--hp-set-vertical-padding, 72px) 24px;
  color: var(--hp-set-text, #2a3832);
  background: var(--hp-set-bg, #f4f0e8);
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__inner {
  width: 100%;
  max-width: var(--hp-set-max-width, 1360px);
  margin: 0 auto;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__header {
  max-width: 760px;
  margin: 0 auto clamp(30px, 4vw, 58px);
  text-align: center;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__heading {
  margin: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__intro {
  max-width: 58ch;
  margin: 16px auto 0;
  color: inherit;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.6;
  opacity: 0.72;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.74fr) minmax(520px, 1.26fr);
  align-items: stretch;
  min-height: 660px;
  overflow: hidden;
  background: var(--hp-set-card-bg, #fff);
  box-shadow: 0 26px 80px rgb(53 43 29 / 10%);
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__details {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(34px, 4.6vw, 72px);
  background: var(--hp-set-card-bg, #fff);
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  animation: cc_ejH44EQYFN_pAn6ujDEVl_hp-product-enter 440ms cubic-bezier(0.24, 0.76, 0.24, 1) both;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product-image-wrap {
  display: grid;
  flex: 1;
  place-items: center;
  min-height: 280px;
  margin-bottom: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, rgb(248 246 240 / 70%), rgb(255 255 255 / 0%));
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product-image {
  display: block;
  width: min(82%, 390px);
  height: 100%;
  max-height: 370px;
  object-fit: contain;
  filter: drop-shadow(0 25px 26px rgb(45 37 26 / 14%));
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product-placeholder {
  display: block;
  width: min(58%, 240px);
  aspect-ratio: 0.72;
  background:
    linear-gradient(90deg, transparent 44%, rgb(255 255 255 / 70%) 54%, transparent 64%),
    linear-gradient(160deg, #eee8dc 0%, #fff 58%, #d9d2c5 100%);
  border-radius: 18px 18px 8px 8px;
  box-shadow: 0 24px 34px rgb(55 44 29 / 10%);
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product-copy {
  padding-top: 24px;
  border-top: 1px solid color-mix(in srgb, var(--hp-set-accent, #bf9a52) 34%, transparent);
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__brand {
  display: block;
  margin-bottom: 11px;
  color: var(--hp-set-accent, #bf9a52);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product-title {
  margin: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product-description {
  max-width: 42ch;
  margin: 14px 0 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.72;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__price {
  display: block;
  margin-top: 16px;
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 190px;
  margin-top: 22px;
  padding: 14px 18px;
  color: var(--hp-set-card-bg, #fff);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--hp-set-text, #2a3832);
  transition: gap 220ms ease, filter 220ms ease;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__cta:hover {
  gap: 32px;
  filter: brightness(1.12);
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__cta:focus-visible {
  outline: 2px solid var(--hp-set-accent, #bf9a52);
  outline-offset: 3px;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__steps {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 36px;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__step {
  position: relative;
  width: 46px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__step span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
  background: currentColor;
  opacity: 0.2;
  transform: translateY(-50%);
  transition: height 200ms ease, opacity 200ms ease;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__step--active span {
  height: 3px;
  opacity: 0.88;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__step:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__counter {
  margin-left: auto;
  color: inherit;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.14em;
  opacity: 0.52;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__scene {
  position: relative;
  min-width: 0;
  min-height: 660px;
  overflow: hidden;
  background: #e9edf1;
  isolation: isolate;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__scene-image, .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__scene-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__scene-image {
  object-fit: cover;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__scene-placeholder {
  background:
    radial-gradient(circle at 27% 62%, rgb(255 255 255 / 88%) 0 6%, transparent 6.4%),
    radial-gradient(circle at 53% 52%, rgb(255 255 255 / 82%) 0 8%, transparent 8.4%),
    radial-gradient(circle at 76% 65%, rgb(255 255 255 / 76%) 0 7%, transparent 7.4%),
    linear-gradient(142deg, #f7f8fa 0%, #e8edf0 54%, #d4e0df 100%);
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot {
  position: absolute;
  z-index: 2;
  width: 54px;
  height: 54px;
  padding: 0;
  color: var(--hp-set-hotspot-ring, #fff);
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot-ring, .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot-core {
  position: absolute;
  inset: 50% auto auto 50%;
  display: block;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot-ring {
  width: 100%;
  height: 100%;
  background: color-mix(in srgb, var(--hp-set-hotspot-ring, #fff) 72%, transparent);
  box-shadow: 0 8px 24px rgb(24 34 30 / 14%);
  transition: transform 220ms ease, background 220ms ease;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot-core {
  width: 22px;
  height: 22px;
  background: var(--hp-set-hotspot, #30483e);
  transition: transform 220ms ease;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot-number {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  color: var(--hp-set-hotspot-ring, #fff);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 200ms ease;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot:hover .hp-interactive-set__hotspot-ring, .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot--active .hp-interactive-set__hotspot-ring {
  background: color-mix(in srgb, var(--hp-set-hotspot-ring, #fff) 92%, transparent);
  transform: translate(-50%, -50%) scale(1.12);
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot--active .hp-interactive-set__hotspot-core {
  transform: translate(-50%, -50%) scale(1.28);
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot--active .hp-interactive-set__hotspot-number {
  opacity: 1;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot--active::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid var(--hp-set-hotspot-ring, #fff);
  border-radius: 50%;
  animation: cc_ejH44EQYFN_pAn6ujDEVl_hp-hotspot-pulse 1.9s ease-out infinite;
}

.cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot:focus-visible {
  outline: 2px solid var(--hp-set-hotspot, #30483e);
  outline-offset: 4px;
}

@keyframes cc_ejH44EQYFN_pAn6ujDEVl_hp-product-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cc_ejH44EQYFN_pAn6ujDEVl_hp-hotspot-pulse {
  from {
    opacity: 0.72;
    transform: scale(0.84);
  }
  to {
    opacity: 0;
    transform: scale(1.55);
  }
}

@media (max-width: 1023px) {
  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set {
    padding-inline: 18px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__layout {
    grid-template-columns: minmax(300px, 0.82fr) minmax(430px, 1.18fr);
    min-height: 590px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__details {
    padding: 36px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__scene {
    min-height: 590px;
  }
}

@media (max-width: 767px) {
  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set {
    padding: max(34px, calc(var(--hp-set-vertical-padding, 72px) * 0.64)) 12px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__header {
    margin-bottom: 26px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__heading {
    font-size: clamp(34px, 11vw, 48px);
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__intro {
    margin-top: 12px;
    font-size: 14px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__layout {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__scene {
    order: 1;
    min-height: auto;
    aspect-ratio: 1 / 1.05;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__details {
    order: 2;
    padding: 26px 22px 24px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product-image-wrap {
    min-height: 210px;
    margin-bottom: 22px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product-image {
    width: min(74%, 280px);
    max-height: 240px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product-placeholder {
    width: min(44%, 150px);
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product-copy {
    padding-top: 20px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product-title {
    font-size: clamp(26px, 8vw, 34px);
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__steps {
    margin-top: 28px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__step {
    width: 38px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot {
    width: 48px;
    height: 48px;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot-core {
    width: 20px;
    height: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__product, .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot--active::after {
    animation: none;
  }

  .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__cta, .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__step span, .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot-ring, .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot-core, .cc_ejH44EQYFN_pAn6ujDEVl .hp-interactive-set__hotspot-number {
    transition: none;
  }
}
