#main .framer-7oecs5[data-orvia-purchase-cta="true"] {
  gap: 18px;
  overflow: visible !important;
  position: relative;
  z-index: 20;
}

#main .framer-cberg7,
#main .framer-4b04vn {
  overflow: visible !important;
}

.orvia-edition-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 30;
}

.orvia-edition-picker {
  position: relative;
  width: min(100%, 260px);
  z-index: 31;
}

.orvia-edition-button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  gap: 14px;
  height: 64px;
  padding: 0 22px;
  text-align: left;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  width: 100%;
}

.orvia-edition-button:hover {
  box-shadow: 0 14px 32px rgb(0 0 0 / 0.12);
  transform: translateY(-2px);
}

.orvia-edition-button:focus-visible,
.orvia-edition-option:focus-visible,
.orvia-edition-menu-links a:focus-visible {
  outline: 2px solid var(--orvia-accent);
  outline-offset: 3px;
}

.orvia-edition-button--store {
  background: #08090b;
  color: #fff;
}

.orvia-edition-button--classic {
  background: #fff;
  color: #08090b;
}

.orvia-edition-apple {
  color: currentColor;
  flex: 0 0 28px;
  filter: invert(1);
  height: 28px;
  width: 28px;
}

.orvia-edition-label {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.orvia-edition-label small {
  font: 500 13px/1 "SF Pro Display Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  opacity: 0.68;
}

.orvia-edition-label strong {
  font: 700 18px/1 "SF Pro Display Bold", -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.orvia-edition-chevron {
  color: currentColor;
  flex: 0 0 14px;
  height: 9px;
  opacity: 0.68;
  transition: transform 160ms ease;
  width: 14px;
}

.orvia-edition-button[aria-expanded="true"] .orvia-edition-chevron {
  transform: rotate(180deg);
}

.orvia-edition-button--store .orvia-edition-chevron {
  filter: invert(1);
}

.orvia-edition-menu {
  background: #fff;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 22px 54px rgb(0 0 0 / 0.18), 0 3px 10px rgb(0 0 0 / 0.08);
  left: 0;
  overflow: hidden;
  padding: 8px;
  position: absolute;
  right: auto;
  top: calc(100% + 10px);
  width: 340px;
  z-index: 1000;
}

.orvia-edition-picker:last-child .orvia-edition-menu {
  left: auto;
  right: 0;
}

.orvia-edition-menu[hidden] {
  display: none;
}

.orvia-edition-option {
  align-items: center;
  border-radius: 15px;
  color: var(--orvia-text);
  display: flex;
  gap: 12px;
  padding: 14px;
  text-decoration: none;
}

.orvia-edition-option:hover {
  background: var(--orvia-control-active);
}

.orvia-edition-option > .orvia-edition-option-icon {
  flex: 0 0 24px;
  height: 24px;
  opacity: 0.78;
  width: 24px;
}

.orvia-edition-option > span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.orvia-edition-option strong {
  font: 600 14px/1.2 "SF Pro Display Semibold", -apple-system, BlinkMacSystemFont, sans-serif;
}

.orvia-edition-option small {
  color: var(--orvia-text-secondary);
  font: 500 12px/1.3 "SF Pro Display Medium", -apple-system, BlinkMacSystemFont, sans-serif;
}

.orvia-edition-option em {
  color: var(--orvia-accent);
  font-size: 10px;
  font-style: normal;
  margin-left: 5px;
  text-transform: uppercase;
}

.orvia-edition-option.is-disabled {
  opacity: 0.55;
}

.orvia-edition-menu-links {
  border-top: 1px solid var(--orvia-line);
  display: flex;
  gap: 16px;
  margin: 4px 10px 0;
  padding: 12px 4px 6px;
}

.orvia-edition-menu-links a {
  color: var(--orvia-text-secondary);
  font: 500 12px/1.2 "SF Pro Display Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  text-decoration: none;
}

.orvia-edition-menu-links a:hover {
  color: var(--orvia-text);
}

.orvia-edition-note {
  color: var(--orvia-text-secondary);
  font: 500 14px/1.4 "SF Pro Display Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
  max-width: 900px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.orvia-edition-note strong {
  color: var(--orvia-text);
  font-weight: 700;
}

html[data-orvia-resolved-theme="dark"] .orvia-edition-button--store {
  background: #f5f7fa;
  color: #101114;
}

html[data-orvia-resolved-theme="dark"] .orvia-edition-button--store .orvia-edition-apple,
html[data-orvia-resolved-theme="dark"] .orvia-edition-button--store .orvia-edition-chevron {
  filter: none;
}

html[data-orvia-resolved-theme="dark"] .orvia-edition-button--classic {
  background: rgba(255, 255, 255, 0.08);
  color: var(--orvia-text);
}

html[data-orvia-resolved-theme="dark"] .orvia-edition-menu {
  background: #202328;
}

html[data-orvia-resolved-theme="dark"] .orvia-edition-option > .orvia-edition-option-icon {
  filter: invert(1);
}

html[data-orvia-resolved-theme="dark"] .orvia-edition-button--classic .orvia-edition-chevron {
  filter: invert(1);
}

@media (max-width: 809.98px) {
  .orvia-edition-actions {
    align-items: center;
    flex-direction: column;
    gap: 14px;
  }

  .orvia-edition-picker {
    width: min(100%, 290px);
  }

  .orvia-edition-button {
    height: 64px;
    padding-inline: 22px;
  }

  .orvia-edition-picker .orvia-edition-menu {
    left: 0;
    margin-bottom: 8px;
    position: relative;
    right: auto;
    top: 8px;
    width: 100%;
  }

  .orvia-edition-label small {
    font-size: 13px;
  }

  .orvia-edition-label strong {
    font-size: 18px;
  }

  .orvia-edition-note {
    font-size: 14px;
    max-width: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orvia-edition-button,
  .orvia-edition-chevron {
    transition-duration: 0ms;
  }
}
