/*
 * LiVAR Order Assistant — v3.13.218
 * Mobile-first guided commerce interface. All selectors are scoped to .oa-page.
 */

.oa-page {
  --oa-bg: #060708;
  --oa-bg-soft: #0b0d10;
  --oa-panel: rgba(14, 16, 19, .92);
  --oa-panel-solid: #101215;
  --oa-panel-raised: #15181c;
  --oa-line: rgba(255, 255, 255, .105);
  --oa-line-strong: rgba(255, 255, 255, .18);
  --oa-text: #f6f7f9;
  --oa-muted: #a7adb7;
  --oa-muted-strong: #c9ced6;
  --oa-orange: #ff6500;
  --oa-orange-bright: #ff7a22;
  --oa-orange-soft: rgba(255, 101, 0, .13);
  --oa-success: #74d6a0;
  --oa-danger: #ff8585;
  --oa-radius-xs: 10px;
  --oa-radius-sm: 14px;
  --oa-radius-md: 18px;
  --oa-radius-lg: 24px;
  --oa-radius-xl: 30px;
  --oa-shadow: 0 26px 80px rgba(0, 0, 0, .34);
  position: relative;
  width: 100%;
  min-width: 0;
  color: var(--oa-text);
  font: inherit;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.oa-page,
.oa-page *,
.oa-page *::before,
.oa-page *::after {
  box-sizing: border-box;
}

.oa-page [hidden] {
  display: none !important;
}

.oa-page button,
.oa-page input,
.oa-page select {
  font: inherit;
}

.oa-page button,
.oa-page a,
.oa-page select,
.oa-page input {
  -webkit-tap-highlight-color: transparent;
}

.oa-page button {
  margin: 0;
}

.oa-page svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.order-assistant-public-page {
  background: #050607;
}

.order-assistant-public-page .dynamic-page-shell {
  width: 100%;
}

.oa-server-notice {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  width: min(1180px, calc(100% - 24px));
  margin: 12px auto;
  padding: 14px 16px;
  border: 1px solid rgba(116, 214, 160, .32);
  border-radius: var(--oa-radius-sm);
  background: rgba(38, 116, 75, .17);
  color: #ddf8e8;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .18);
}

.oa-server-notice--error {
  border-color: rgba(255, 133, 133, .34);
  background: rgba(150, 48, 48, .18);
  color: #ffe4e4;
}

.oa-server-notice > span {
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: currentColor;
  color: #0a0b0d;
  font-size: 13px;
  font-weight: 900;
}

.oa-server-notice p {
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 1.55;
}

.oa-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 0;
  background:
    radial-gradient(circle at 76% 4%, rgba(255, 101, 0, .10), transparent 34%),
    linear-gradient(180deg, #090a0c 0%, #07080a 100%);
  box-shadow: var(--oa-shadow);
  isolation: isolate;
}

.oa-story {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 390px;
  flex-direction: column;
  overflow: hidden;
  padding: 18px 18px 16px;
  border-bottom: 1px solid var(--oa-line);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, .035), transparent 44%),
    radial-gradient(circle at 68% 42%, rgba(255, 97, 0, .19), transparent 34%),
    #090b0d;
}

.oa-story::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, .014) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 92%);
}

.oa-story__ambient {
  position: absolute;
  z-index: 0;
  top: -105px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 101, 0, .18);
  filter: blur(80px);
  pointer-events: none;
}

.oa-story__topline,
.oa-story__copy,
.oa-product-stage,
.oa-story__assurance {
  position: relative;
  z-index: 1;
}

.oa-story__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.oa-story__kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  color: #f0f2f5;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.oa-story__kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--oa-orange);
  box-shadow: 0 0 0 4px rgba(255, 101, 0, .12), 0 0 18px rgba(255, 101, 0, .72);
}

.oa-cart-pill {
  display: inline-flex;
  min-width: 0;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(7, 8, 10, .64);
  color: #fff;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.oa-cart-pill:hover,
.oa-cart-pill:focus-visible {
  border-color: rgba(255, 101, 0, .52);
  background: rgba(255, 101, 0, .10);
  transform: translateY(-1px);
}

.oa-cart-pill svg {
  width: 18px;
  height: 18px;
}

.oa-cart-pill > span {
  font-size: 12px;
  font-weight: 720;
}

.oa-cart-pill b {
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--oa-orange);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
}

.oa-story__copy {
  width: min(330px, 90%);
  margin-top: 24px;
}

.oa-story__eyebrow {
  margin: 0 0 8px;
  color: var(--oa-orange-bright);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.oa-story__copy h1 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-size: clamp(29px, 8.8vw, 42px);
  font-weight: 790;
  letter-spacing: -.052em;
  line-height: .98;
  text-wrap: balance;
}

.oa-story__copy > p:last-child {
  max-width: 36ch;
  margin: 12px 0 0;
  color: #b6bbc4;
  font-size: 12px;
  line-height: 1.5;
}

.oa-product-stage {
  align-self: flex-end;
  display: grid;
  place-items: center;
  width: 54%;
  min-width: 170px;
  max-width: 258px;
  aspect-ratio: 1 / 1;
  margin: -45px 4px -4px auto;
  border-radius: 50%;
}

.oa-stage-glow {
  position: absolute;
  z-index: 0;
  inset: 18%;
  border-radius: 50%;
  background: rgba(255, 101, 0, .33);
  filter: blur(42px);
}

.oa-stage-orbit {
  position: absolute;
  z-index: 0;
  inset: 9%;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  transform: rotate(-16deg) scaleY(.46);
}

.oa-stage-orbit--two {
  inset: 20%;
  border-color: rgba(255, 101, 0, .31);
  transform: rotate(23deg) scaleY(.44);
}

.oa-stage-placeholder,
.oa-stage-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 88%;
  height: 88%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 24px 28px rgba(0, 0, 0, .58));
  transition: opacity .28s ease, transform .34s cubic-bezier(.2,.75,.2,1);
}

.oa-stage-image.is-changing {
  opacity: .18;
  transform: translateY(7px) scale(.96);
}

.oa-stage-placeholder {
  display: grid;
  place-items: center;
}

.oa-stage-placeholder svg {
  width: 48%;
  max-width: 110px;
  color: rgba(255, 255, 255, .54);
  stroke-width: 1.1;
}

.oa-stage-badge {
  position: absolute;
  z-index: 3;
  right: 2px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  max-width: 150px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(7, 8, 10, .78);
  color: #f4f5f7;
  box-shadow: 0 10px 28px rgba(0,0,0,.26);
  backdrop-filter: blur(10px);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .02em;
  text-align: center;
}

.oa-story__assurance {
  display: none;
}

.oa-wizard {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 600px;
  flex-direction: column;
  background:
    radial-gradient(circle at 90% -12%, rgba(255, 101, 0, .07), transparent 33%),
    #f7f7f8;
  color: #111318;
}

.oa-wizard__header {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 16px 16px 12px;
}

.oa-icon-button,
.oa-reset-button,
.oa-text-button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.oa-icon-button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(17, 19, 24, .11);
  border-radius: 12px;
  background: #fff;
  color: #14161b;
  box-shadow: 0 5px 15px rgba(15,17,21,.05);
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.oa-icon-button:hover,
.oa-icon-button:focus-visible {
  border-color: rgba(255, 101, 0, .48);
  background: #fff8f3;
  transform: translateX(-1px);
}

.oa-icon-button svg {
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

.oa-progress-copy {
  grid-column: 2;
  min-width: 0;
}

.oa-icon-button {
  grid-column: 1;
}

.oa-reset-button {
  grid-column: 3;
}

.oa-progress-copy span,
.oa-progress-copy strong {
  display: block;
}

.oa-progress-copy span {
  margin-bottom: 3px;
  color: #818791;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.oa-progress-copy strong {
  overflow: hidden;
  color: #1a1c21;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: -.01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.oa-reset-button {
  min-height: 34px;
  padding: 0 5px;
  color: #6d737d;
  font-size: 11px;
  font-weight: 720;
}

.oa-reset-button:hover,
.oa-reset-button:focus-visible,
.oa-text-button:hover,
.oa-text-button:focus-visible {
  color: #d94f00;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.oa-progress {
  position: relative;
  height: 3px;
  margin: 0 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(17, 19, 24, .095);
}

.oa-progress > span {
  display: block;
  width: 14.2857%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--oa-orange), #ff9147);
  box-shadow: 0 0 14px rgba(255, 101, 0, .38);
  transition: width .42s cubic-bezier(.2,.8,.2,1);
}

.oa-wizard__body {
  flex: 1 1 auto;
  min-width: 0;
  padding: 23px 16px 112px;
  outline: 0;
}

.oa-wizard__body.is-transitioning > * {
  animation: oa-content-enter .34s cubic-bezier(.2,.75,.2,1) both;
}

@keyframes oa-content-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.oa-step-head {
  max-width: 620px;
  margin: 0 0 20px;
}

.oa-step-head__eyebrow {
  margin: 0 0 7px !important;
  color: #db5200 !important;
  font-size: 10px !important;
  font-weight: 820 !important;
  letter-spacing: .13em !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.oa-step-head h2 {
  margin: 0;
  color: #0f1115;
  font-size: clamp(27px, 7.8vw, 39px);
  font-weight: 790;
  letter-spacing: -.046em;
  line-height: 1.02;
  text-wrap: balance;
}

.oa-step-head > p:last-child {
  max-width: 54ch;
  margin: 10px 0 0;
  color: #6c727c;
  font-size: 13px;
  line-height: 1.58;
}

.oa-choice-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.oa-choice-card {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 24px;
  min-width: 0;
  min-height: 86px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 14px;
  overflow: hidden;
  border: 1px solid rgba(17, 19, 24, .10);
  border-radius: 18px;
  background: #fff;
  color: #15171b;
  box-shadow: 0 8px 25px rgba(21, 23, 27, .045);
  text-align: left;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .22s ease, transform .2s ease, background .2s ease;
}

.oa-choice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 101, 0, .08), transparent 44%);
  opacity: 0;
  transition: opacity .2s ease;
}

.oa-choice-card:hover,
.oa-choice-card:focus-visible {
  border-color: rgba(255, 101, 0, .40);
  box-shadow: 0 12px 30px rgba(34, 27, 22, .08);
  transform: translateY(-1px);
}

.oa-choice-card:hover::before,
.oa-choice-card:focus-visible::before,
.oa-choice-card.is-selected::before {
  opacity: 1;
}

.oa-choice-card.is-selected {
  border-color: rgba(255, 101, 0, .82);
  background: #fffaf7;
  box-shadow: 0 0 0 2px rgba(255, 101, 0, .09), 0 13px 32px rgba(255, 101, 0, .09);
}

.oa-choice-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #f2f3f5;
  color: #343840;
  transition: background .2s ease, color .2s ease;
}

.oa-choice-card.is-selected .oa-choice-icon {
  background: var(--oa-orange-soft);
  color: var(--oa-orange);
}

.oa-choice-icon svg {
  width: 25px;
  height: 25px;
  stroke-width: 1.55;
}

.oa-choice-copy {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
}

.oa-choice-copy > strong {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: #17191e;
  font-size: 14px;
  font-weight: 770;
  letter-spacing: -.018em;
  line-height: 1.25;
}

.oa-choice-copy > span {
  display: block;
  margin-top: 5px;
  color: #777d87;
  font-size: 11px;
  line-height: 1.45;
}

.oa-recommended-tag {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(255, 101, 0, .11);
  color: #c84b00;
  font-size: 8px;
  font-style: normal;
  font-weight: 820;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.oa-choice-check {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(17, 19, 24, .17);
  border-radius: 50%;
  color: transparent;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.oa-choice-check svg {
  width: 13px;
  height: 13px;
  stroke-width: 2.4;
}

.oa-choice-card.is-selected .oa-choice-check {
  border-color: var(--oa-orange);
  background: var(--oa-orange);
  color: #fff;
  transform: scale(1.04);
}

.oa-info-strip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 13px;
  border: 1px solid rgba(17, 19, 24, .08);
  border-radius: 14px;
  background: rgba(17, 19, 24, .035);
  color: #676d77;
  font-size: 11px;
  line-height: 1.5;
}

.oa-info-strip svg {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  color: #e15600;
}

.oa-product-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -4px 0 12px;
  color: #7b818b;
  font-size: 11px;
}

.oa-text-button {
  padding: 4px 0;
  color: #d94f00;
  font-size: 11px;
  font-weight: 760;
}

.oa-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.oa-product-grid--machine {
  grid-template-columns: minmax(0, 1fr);
}

.oa-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(17, 19, 24, .10);
  border-radius: 18px;
  background: #fff;
  color: #17191d;
  box-shadow: 0 8px 24px rgba(22, 24, 28, .05);
  text-align: left;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.oa-product-card:hover,
.oa-product-card:focus-visible {
  border-color: rgba(255, 101, 0, .43);
  box-shadow: 0 15px 34px rgba(31, 24, 18, .10);
  transform: translateY(-2px);
}

.oa-product-card.is-selected {
  border-color: var(--oa-orange);
  box-shadow: 0 0 0 2px rgba(255, 101, 0, .10), 0 16px 34px rgba(255, 101, 0, .10);
}

.oa-product-media {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 148px;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 55%, rgba(255, 101, 0, .15), transparent 38%),
    linear-gradient(145deg, #171a1e, #0a0c0e);
}

.oa-product-media::after {
  content: "";
  position: absolute;
  inset: auto 15% 12% 15%;
  height: 14px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .47);
  filter: blur(8px);
}

.oa-product-media img,
.oa-media-fallback {
  position: relative;
  z-index: 1;
  display: block;
  width: 83%;
  height: 132px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 15px 16px rgba(0,0,0,.48));
  transition: transform .28s cubic-bezier(.2,.75,.2,1);
}

.oa-product-card:hover .oa-product-media img,
.oa-product-card:focus-visible .oa-product-media img,
.oa-product-card.is-selected .oa-product-media img {
  transform: translateY(-2px) scale(1.035);
}

.oa-media-fallback {
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .64);
}

.oa-media-fallback svg {
  width: 58px;
  height: 58px;
}

.oa-product-rank {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 9px;
  display: inline-flex;
  min-height: 23px;
  align-items: center;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(5, 6, 8, .67);
  color: #fff;
  backdrop-filter: blur(8px);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.oa-product-selected {
  position: absolute;
  z-index: 4;
  top: 9px;
  right: 9px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: rgba(5, 6, 8, .60);
  color: transparent;
  backdrop-filter: blur(8px);
}

.oa-product-selected svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.3;
}

.oa-product-card.is-selected .oa-product-selected {
  border-color: var(--oa-orange);
  background: var(--oa-orange);
  color: #fff;
}

.oa-product-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 12px 14px;
}

.oa-product-copy small,
.oa-product-copy strong,
.oa-product-copy p,
.oa-product-copy b {
  display: block;
  width: 100%;
}

.oa-product-copy small {
  overflow: hidden;
  color: #a05a31;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.3;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.oa-product-copy strong {
  margin-top: 5px;
  color: #17191d;
  font-size: 13px;
  font-weight: 780;
  letter-spacing: -.022em;
  line-height: 1.25;
}

.oa-product-copy p {
  display: -webkit-box;
  min-height: 44px;
  margin: 7px 0 10px;
  overflow: hidden;
  color: #737984;
  font-size: 10px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.oa-product-copy b {
  margin-top: auto;
  color: #d95000;
  font-size: 11px;
  font-weight: 800;
}

.oa-product-grid--machine .oa-product-card {
  display: grid;
  grid-template-columns: minmax(125px, 36%) minmax(0, 1fr);
  min-height: 210px;
}

.oa-product-grid--machine .oa-product-media {
  min-height: 100%;
}

.oa-product-grid--machine .oa-product-media img,
.oa-product-grid--machine .oa-media-fallback {
  height: 190px;
}

.oa-product-grid--machine .oa-product-copy {
  justify-content: center;
  padding: 18px;
}

.oa-product-grid--machine .oa-product-copy strong {
  font-size: 18px;
}

.oa-product-grid--machine .oa-product-copy p {
  min-height: 0;
  font-size: 12px;
  -webkit-line-clamp: 4;
}

.oa-product-empty {
  grid-column: 1 / -1;
  padding: 30px 18px;
  border: 1px dashed rgba(17,19,24,.17);
  border-radius: 18px;
  background: rgba(255,255,255,.65);
  color: #737984;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.oa-compatibility-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(38, 141, 88, .17);
  border-radius: 17px;
  background: rgba(59, 170, 105, .075);
}

.oa-compatibility-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(38, 141, 88, .12);
  color: #21834f;
}

.oa-compatibility-card__icon svg {
  width: 21px;
  height: 21px;
}

.oa-compatibility-card strong {
  display: block;
  color: #1b4f32;
  font-size: 12px;
  font-weight: 800;
}

.oa-compatibility-card p {
  margin: 4px 0 0;
  color: #5f7568;
  font-size: 10px;
  line-height: 1.48;
}

.oa-configuration-card {
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(17,19,24,.10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22,24,28,.04);
}

.oa-configuration-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.oa-configuration-card__head > div {
  min-width: 0;
}

.oa-configuration-card__head span,
.oa-configuration-card__head small {
  display: block;
}

.oa-configuration-card__head span {
  color: #17191d;
  font-size: 13px;
  font-weight: 790;
}

.oa-configuration-card__head small {
  max-width: 48ch;
  margin-top: 4px;
  color: #777d87;
  font-size: 10px;
  line-height: 1.45;
}

.oa-price-chip {
  flex: 0 0 auto;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255, 101, 0, .10);
  color: #cc4c00;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.oa-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.oa-field {
  display: block;
  min-width: 0;
}

.oa-field > span {
  display: block;
  margin: 0 0 6px;
  color: #6e747e;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.oa-select {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 34px 0 12px;
  border: 1px solid rgba(17,19,24,.12);
  border-radius: 13px;
  outline: 0;
  background: #f5f6f7;
  color: #191b20;
  font-size: 12px;
  font-weight: 700;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.oa-select:focus {
  border-color: rgba(255,101,0,.70);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255,101,0,.10);
}

.oa-segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 4px;
  margin-bottom: 13px;
  padding: 4px;
  border: 1px solid rgba(17,19,24,.09);
  border-radius: 14px;
  background: #ebecef;
}

.oa-segmented button {
  min-height: 42px;
  padding: 0 9px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #6b717b;
  font-size: 11px;
  font-weight: 760;
  cursor: pointer;
}

.oa-segmented button.is-selected {
  background: #fff;
  color: #17191d;
  box-shadow: 0 4px 13px rgba(17,19,24,.08);
}

.oa-segmented button:disabled {
  opacity: .38;
  cursor: not-allowed;
}

.oa-quantity-panel {
  margin-top: 10px;
  padding: 15px;
  border: 1px solid rgba(17,19,24,.10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22,24,28,.04);
}

.oa-quantity-panel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}

.oa-quantity-panel__copy {
  min-width: 0;
}

.oa-quantity-panel__copy strong,
.oa-quantity-panel__copy span {
  display: block;
}

.oa-quantity-panel__copy strong {
  color: #17191d;
  font-size: 13px;
  font-weight: 780;
}

.oa-quantity-panel__copy span {
  margin-top: 4px;
  color: #777d87;
  font-size: 10px;
  line-height: 1.4;
}

.oa-stepper {
  display: grid;
  grid-template-columns: 34px 44px 34px;
  flex: 0 0 auto;
  height: 40px;
  overflow: hidden;
  border: 1px solid rgba(17,19,24,.13);
  border-radius: 12px;
  background: #f6f7f8;
}

.oa-stepper button,
.oa-stepper input {
  min-width: 0;
  height: 100%;
  border: 0;
  background: transparent;
  color: #17191d;
  text-align: center;
}

.oa-stepper button {
  padding: 0;
  font-size: 19px;
  font-weight: 580;
  cursor: pointer;
}

.oa-stepper button:hover,
.oa-stepper button:focus-visible {
  background: rgba(255,101,0,.10);
  color: #d74f00;
}

.oa-stepper input {
  padding: 0;
  outline: 0;
  border-right: 1px solid rgba(17,19,24,.09);
  border-left: 1px solid rgba(17,19,24,.09);
  font-size: 12px;
  font-weight: 780;
  -moz-appearance: textfield;
}

.oa-stepper input::-webkit-inner-spin-button,
.oa-stepper input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.oa-quantity-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 7px;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(17,19,24,.08);
}

.oa-quantity-metric {
  min-width: 0;
}

.oa-quantity-metric span,
.oa-quantity-metric strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.oa-quantity-metric span {
  color: #8a9099;
  font-size: 8px;
  font-weight: 730;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.oa-quantity-metric strong {
  margin-top: 4px;
  color: #25282e;
  font-size: 10px;
  font-weight: 800;
}

.oa-review {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 11px;
}

.oa-review-card,
.oa-review-summary {
  border: 1px solid rgba(17,19,24,.10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22,24,28,.04);
}

.oa-review-card {
  overflow: hidden;
}

.oa-review-item {
  display: grid;
  grid-template-columns: 66px minmax(0,1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 12px;
}

.oa-review-item + .oa-review-item {
  border-top: 1px solid rgba(17,19,24,.08);
}

.oa-review-image {
  display: grid;
  place-items: center;
  width: 66px;
  height: 72px;
  overflow: hidden;
  border-radius: 13px;
  background:
    radial-gradient(circle at 58% 55%, rgba(255,101,0,.16), transparent 40%),
    #101215;
}

.oa-review-image img,
.oa-review-image .oa-media-fallback {
  width: 90%;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 8px 9px rgba(0,0,0,.42));
}

.oa-review-copy {
  min-width: 0;
}

.oa-review-copy small,
.oa-review-copy strong,
.oa-review-copy span {
  display: block;
}

.oa-review-copy small {
  color: #d24f00;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.oa-review-copy strong {
  margin-top: 4px;
  color: #17191d;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.25;
}

.oa-review-copy span {
  margin-top: 4px;
  color: #777d87;
  font-size: 9px;
  line-height: 1.4;
}

.oa-review-price {
  color: #25282e;
  font-size: 10px;
  font-weight: 820;
  white-space: nowrap;
}

.oa-review-summary {
  padding: 14px;
}

.oa-review-summary__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0;
  color: #777d87;
  font-size: 10px;
}

.oa-review-summary__row + .oa-review-summary__row {
  border-top: 1px solid rgba(17,19,24,.07);
}

.oa-review-summary__row strong {
  color: #25282e;
  font-weight: 780;
  text-align: right;
}

.oa-review-summary__row--total {
  margin-top: 4px;
  padding-top: 13px;
  color: #17191d;
  font-size: 12px;
  font-weight: 780;
}

.oa-review-summary__row--total strong {
  color: #d94f00;
  font-size: 15px;
}

.oa-review-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 10px 0 0;
  padding: 10px;
  border-radius: 12px;
  background: #f4f5f6;
  color: #757b85;
  font-size: 9px;
  line-height: 1.48;
}

.oa-review-note svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: #d95000;
}

.oa-wizard__footer {
  position: absolute;
  z-index: 12;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 88px;
  padding: 13px 16px max(13px, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(17,19,24,.10);
  background: rgba(247, 247, 248, .94);
  box-shadow: 0 -15px 34px rgba(18,20,24,.06);
  backdrop-filter: blur(18px);
}

.oa-selection-hint {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #777d87;
  font-size: 10px;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.oa-primary-action {
  position: relative;
  display: inline-flex;
  min-width: 154px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  overflow: hidden;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff6500, #ff7a20);
  color: #fff;
  box-shadow: 0 12px 26px rgba(255, 101, 0, .25);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.oa-primary-action::before {
  content: "";
  position: absolute;
  top: -80%;
  left: -35%;
  width: 42%;
  height: 260%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  transform: rotate(20deg);
  transition: left .55s ease;
}

.oa-primary-action:hover:not(:disabled)::before,
.oa-primary-action:focus-visible:not(:disabled)::before {
  left: 105%;
}

.oa-primary-action:hover:not(:disabled),
.oa-primary-action:focus-visible:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(255, 101, 0, .31);
}

.oa-primary-action:disabled {
  background: #cfd2d7;
  color: #8a8f98;
  box-shadow: none;
  cursor: not-allowed;
}

.oa-primary-action svg {
  width: 17px;
  height: 17px;
  stroke-width: 2;
}

.oa-primary-action.is-loading svg {
  animation: oa-loading-arrow .8s ease-in-out infinite alternate;
}

@keyframes oa-loading-arrow {
  to { transform: translateX(4px); }
}

.oa-live-region {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.oa-noscript {
  width: min(660px, calc(100% - 24px));
  margin: 20px auto;
  padding: 24px;
  border: 1px solid var(--oa-line);
  border-radius: 20px;
  background: #101215;
  color: var(--oa-text);
  text-align: center;
}

.oa-noscript h2 {
  margin: 0;
  font-size: 22px;
}

.oa-noscript p {
  margin: 10px 0 18px;
  color: var(--oa-muted);
}

.oa-noscript a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 18px;
  border-radius: 14px;
  background: var(--oa-orange);
  color: #fff;
  font-weight: 760;
  text-decoration: none;
}

.oa-page :focus-visible {
  outline: 3px solid rgba(255, 101, 0, .30);
  outline-offset: 2px;
}

@media (min-width: 520px) {
  .oa-shell {
    width: min(720px, calc(100% - 24px));
    margin: 14px auto 22px;
    border-radius: var(--oa-radius-xl);
  }

  .oa-story {
    min-height: 430px;
    padding: 22px 24px 18px;
  }

  .oa-product-stage {
    width: 51%;
    max-width: 286px;
  }

  .oa-wizard__header,
  .oa-wizard__body,
  .oa-wizard__footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .oa-progress {
    margin-right: 24px;
    margin-left: 24px;
  }

  .oa-choice-grid--two,
  .oa-app-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .oa-choice-grid--two .oa-choice-card,
  .oa-app-grid .oa-choice-card {
    grid-template-columns: 42px minmax(0,1fr) 22px;
    min-height: 103px;
    align-items: start;
  }

  .oa-choice-grid--two .oa-choice-icon,
  .oa-app-grid .oa-choice-icon {
    width: 42px;
    height: 42px;
  }

  .oa-product-grid {
    gap: 12px;
  }

  .oa-product-media {
    min-height: 180px;
  }

  .oa-product-media img,
  .oa-media-fallback {
    height: 160px;
  }

  .oa-review {
    grid-template-columns: minmax(0, 1.28fr) minmax(220px, .72fr);
    align-items: start;
  }
}

@media (min-width: 960px) {
  .order-assistant-public-page .dynamic-page-shell {
    margin-bottom: 28px;
  }

  .oa-shell {
    grid-template-columns: minmax(430px, .86fr) minmax(540px, 1.14fr);
    width: 100%;
    min-height: min(790px, calc(100vh - 128px));
    margin: 0 auto;
    border-radius: 30px;
  }

  .oa-story {
    position: sticky;
    top: 112px;
    min-height: 720px;
    height: min(790px, calc(100vh - 128px));
    padding: 28px 30px 24px;
    border-right: 1px solid var(--oa-line);
    border-bottom: 0;
  }

  .oa-story__kicker {
    min-height: 34px;
    padding: 0 13px;
    font-size: 10px;
  }

  .oa-cart-pill {
    min-height: 40px;
    padding: 0 13px;
  }

  .oa-story__copy {
    width: min(410px, 92%);
    margin-top: clamp(42px, 7vh, 74px);
  }

  .oa-story__copy h1 {
    max-width: 11ch;
    font-size: clamp(45px, 4.2vw, 67px);
  }

  .oa-story__copy > p:last-child {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.6;
  }

  .oa-product-stage {
    align-self: center;
    width: min(78%, 410px);
    min-width: 300px;
    max-width: 430px;
    margin: -10px auto 0;
  }

  .oa-stage-badge {
    right: 1%;
    bottom: 16%;
    min-height: 31px;
    max-width: 180px;
    padding: 0 11px;
    font-size: 10px;
  }

  .oa-story__assurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 8px;
    margin-top: auto;
  }

  .oa-story__assurance span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    color: #aeb4bd;
    font-size: 9px;
    line-height: 1.3;
  }

  .oa-story__assurance svg {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    color: var(--oa-orange-bright);
    stroke-width: 1.8;
  }

  .oa-wizard {
    min-height: 720px;
    height: min(790px, calc(100vh - 128px));
    overflow: hidden;
  }

  .oa-wizard__header {
    padding: 23px 30px 16px;
  }

  .oa-progress {
    margin: 0 30px;
  }

  .oa-wizard__body {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 34px 30px 118px;
    scrollbar-width: thin;
    scrollbar-color: rgba(17,19,24,.22) transparent;
  }

  .oa-wizard__body::-webkit-scrollbar {
    width: 7px;
  }

  .oa-wizard__body::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    border-radius: 999px;
    background: rgba(17,19,24,.20);
    background-clip: padding-box;
  }

  .oa-wizard__footer {
    min-height: 94px;
    padding: 15px 30px;
  }

  .oa-primary-action {
    min-width: 190px;
    min-height: 54px;
    font-size: 13px;
  }

  .oa-step-head {
    margin-bottom: 25px;
  }

  .oa-step-head h2 {
    font-size: clamp(36px, 3vw, 48px);
  }

  .oa-step-head > p:last-child {
    font-size: 14px;
  }

  .oa-choice-grid {
    gap: 12px;
  }

  .oa-choice-card {
    min-height: 94px;
    padding: 15px 16px;
  }

  .oa-choice-copy > strong {
    font-size: 15px;
  }

  .oa-choice-copy > span {
    font-size: 12px;
  }

  .oa-choice-grid--two,
  .oa-app-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .oa-product-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  .oa-product-grid--machine {
    grid-template-columns: minmax(0,1fr);
  }

  .oa-product-media {
    min-height: 166px;
  }

  .oa-product-media img,
  .oa-media-fallback {
    height: 150px;
  }

  .oa-product-copy p {
    min-height: 47px;
  }

  .oa-review {
    grid-template-columns: minmax(0, 1.24fr) minmax(230px, .76fr);
  }
}

@media (min-width: 1180px) {
  .oa-shell {
    grid-template-columns: minmax(470px, .9fr) minmax(610px, 1.1fr);
  }

  .oa-story {
    padding-right: 36px;
    padding-left: 36px;
  }

  .oa-wizard__header,
  .oa-wizard__body,
  .oa-wizard__footer {
    padding-right: 38px;
    padding-left: 38px;
  }

  .oa-progress {
    margin-right: 38px;
    margin-left: 38px;
  }
}

@media (max-width: 379px) {
  .oa-story {
    min-height: 370px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .oa-story__kicker {
    max-width: 158px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .oa-cart-pill > span {
    display: none;
  }

  .oa-product-stage {
    min-width: 155px;
    margin-top: -35px;
  }

  .oa-wizard__header,
  .oa-wizard__body,
  .oa-wizard__footer {
    padding-right: 13px;
    padding-left: 13px;
  }

  .oa-progress {
    margin-right: 13px;
    margin-left: 13px;
  }

  .oa-product-grid {
    gap: 8px;
  }

  .oa-product-media {
    min-height: 133px;
  }

  .oa-product-media img,
  .oa-media-fallback {
    height: 118px;
  }

  .oa-product-copy {
    padding: 10px;
  }

  .oa-product-copy strong {
    font-size: 12px;
  }

  .oa-wizard__footer {
    grid-template-columns: minmax(0,1fr) auto;
  }

  .oa-primary-action {
    min-width: 136px;
    padding: 0 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oa-page *,
  .oa-page *::before,
  .oa-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (prefers-contrast: more) {
  .oa-choice-card,
  .oa-product-card,
  .oa-configuration-card,
  .oa-quantity-panel,
  .oa-review-card,
  .oa-review-summary {
    border-color: rgba(17,19,24,.35);
  }

  .oa-choice-card.is-selected,
  .oa-product-card.is-selected {
    border-width: 2px;
  }
}


/* --------------------------------------------------------------------------
   Capacity guidance — introduced in v3.13.216
   Scoped additions only. Existing Order Assistant layout remains unchanged.
   -------------------------------------------------------------------------- */

.oa-page .oa-fill-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
  padding: 4px;
  border: 1px solid rgba(17, 19, 24, .08);
  border-radius: 16px;
  background: rgba(17, 19, 24, .045);
}

.oa-page .oa-fill-mode > button {
  display: flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #676d77;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.25;
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.oa-page .oa-fill-mode > button > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #8a9099;
}

.oa-page .oa-fill-mode svg {
  width: 21px;
  height: 21px;
  stroke-width: 1.65;
}

.oa-page .oa-fill-mode > button.is-selected {
  border-color: rgba(255, 101, 0, .20);
  background: #fff;
  color: #17191e;
  box-shadow: 0 7px 20px rgba(21, 23, 27, .07);
}

.oa-page .oa-fill-mode > button.is-selected > span {
  color: var(--oa-orange);
}

.oa-page .oa-fill-mode > button:focus-visible,
.oa-page .oa-unit-switch > button:focus-visible,
.oa-page .oa-quick-amounts button:focus-visible {
  outline: 3px solid rgba(255, 101, 0, .19);
  outline-offset: 1px;
}

.oa-page .oa-fill-card {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(17, 19, 24, .09);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 101, 0, .08), transparent 31%),
    #fff;
  box-shadow: 0 14px 38px rgba(22, 24, 28, .055);
}

.oa-page .oa-fill-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.oa-page .oa-fill-card__head > div:first-child {
  min-width: 0;
}

.oa-page .oa-fill-card__head small,
.oa-page .oa-quick-amounts > small {
  display: block;
  color: #8a9099;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .075em;
  line-height: 1.2;
  text-transform: uppercase;
}

.oa-page .oa-fill-card__head strong {
  display: block;
  margin-top: 4px;
  color: #17191e;
  font-size: 15px;
  font-weight: 780;
  letter-spacing: -.018em;
}

.oa-page .oa-unit-switch {
  display: inline-grid;
  flex: 0 0 auto;
  grid-template-columns: repeat(2, 44px);
  gap: 3px;
  padding: 3px;
  border-radius: 12px;
  background: #f0f1f3;
}

.oa-page .oa-unit-switch > button {
  display: grid;
  min-height: 34px;
  place-items: center;
  border-radius: 9px;
  color: #737983;
  font-size: 12px;
  font-weight: 820;
  text-transform: lowercase;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.oa-page .oa-unit-switch > button.is-selected {
  background: #17191e;
  color: #fff;
  box-shadow: 0 5px 12px rgba(17, 19, 24, .18);
}

.oa-page .oa-fill-input {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  min-height: 66px;
  align-items: center;
  gap: 9px;
  padding: 8px 14px 8px 10px;
  border: 1px solid rgba(17, 19, 24, .12);
  border-radius: 17px;
  background: #f8f9fa;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.oa-page .oa-fill-input:focus-within {
  border-color: rgba(255, 101, 0, .68);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 101, 0, .10);
}

.oa-page .oa-fill-input > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 101, 0, .10);
  color: var(--oa-orange);
}

.oa-page .oa-fill-input svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.6;
}

.oa-page .oa-fill-input input {
  min-width: 0;
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111317;
  font: inherit;
  font-size: clamp(24px, 8vw, 34px);
  font-weight: 780;
  letter-spacing: -.04em;
  line-height: 1;
  appearance: textfield;
}

.oa-page .oa-fill-input input::-webkit-inner-spin-button,
.oa-page .oa-fill-input input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.oa-page .oa-fill-input input::placeholder {
  color: #b0b5bd;
  font-size: 17px;
  font-weight: 620;
  letter-spacing: -.02em;
}

.oa-page .oa-fill-input > b {
  color: #565c66;
  font-size: 14px;
  font-weight: 820;
}

.oa-page .oa-quick-amounts {
  margin-top: 15px;
}

.oa-page .oa-quick-amounts > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.oa-page .oa-quick-amounts button {
  display: inline-flex;
  min-height: 37px;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  padding: 0 12px;
  border: 1px solid rgba(17, 19, 24, .10);
  border-radius: 999px;
  background: #fff;
  color: #343941;
  font-size: 12px;
  font-weight: 780;
  box-shadow: 0 4px 12px rgba(20, 22, 26, .035);
  transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

.oa-page .oa-quick-amounts button span {
  color: #8b919a;
  font-size: 9px;
  font-weight: 760;
}

.oa-page .oa-quick-amounts button:hover {
  border-color: rgba(255, 101, 0, .42);
  transform: translateY(-1px);
}

.oa-page .oa-quick-amounts button.is-selected {
  border-color: var(--oa-orange);
  background: var(--oa-orange);
  color: #fff;
}

.oa-page .oa-quick-amounts button.is-selected span {
  color: rgba(255, 255, 255, .78);
}

.oa-page .oa-fill-helper,
.oa-page .oa-fill-size-intro {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 15px;
  padding: 12px 13px;
  border: 1px solid rgba(17, 19, 24, .075);
  border-radius: 14px;
  background: rgba(17, 19, 24, .035);
  color: #676d77;
  font-size: 10.5px;
  line-height: 1.52;
}

.oa-page .oa-fill-helper--estimate {
  border-color: rgba(192, 109, 0, .17);
  background: rgba(255, 174, 64, .085);
  color: #6d573c;
}

.oa-page .oa-fill-helper > svg,
.oa-page .oa-fill-size-intro > span {
  flex: 0 0 20px;
  width: 20px;
  color: #dd5604;
}

.oa-page .oa-fill-helper svg,
.oa-page .oa-fill-size-intro svg {
  width: 20px;
  height: 20px;
}

.oa-page .oa-fill-helper strong,
.oa-page .oa-fill-size-intro strong {
  color: #2d3138;
}

.oa-page .oa-fill-size-intro {
  margin: 0 0 12px;
  padding: 14px;
  background: linear-gradient(135deg, rgba(255, 101, 0, .08), rgba(17, 19, 24, .025));
}

.oa-page .oa-fill-size-intro > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #fff;
}

.oa-page .oa-fill-size-intro p {
  margin: 4px 0 0;
}

.oa-page .oa-fill-size-grid .oa-choice-card {
  min-height: 92px;
}

.oa-page .oa-info-strip--capacity {
  margin: 0 0 12px;
  border-color: rgba(35, 129, 93, .15);
  background: rgba(35, 129, 93, .06);
  color: #45675b;
}

.oa-page .oa-info-strip--capacity svg {
  color: #2a8c69;
}

.oa-page .oa-info-strip--warning {
  margin: 0 0 12px;
  border-color: rgba(211, 105, 0, .18);
  background: rgba(255, 153, 35, .075);
  color: #70543b;
}

.oa-page .oa-product-rank--exact {
  border-color: rgba(116, 214, 160, .40);
  background: rgba(21, 96, 64, .82);
  color: #e9fff3;
}

.oa-page .oa-product-rank--fit {
  border-color: rgba(255, 151, 82, .42);
  background: rgba(176, 65, 0, .80);
}

.oa-page .oa-product-rank--estimate {
  border-color: rgba(120, 180, 255, .36);
  background: rgba(30, 78, 135, .82);
  color: #f0f7ff;
}

.oa-page .oa-product-rank--warning {
  border-color: rgba(255, 202, 99, .40);
  background: rgba(116, 74, 11, .83);
  color: #fff8e9;
}

.oa-page .oa-product-card.is-unavailable {
  opacity: .52;
  cursor: not-allowed;
  filter: saturate(.58);
}

.oa-page .oa-product-card.is-unavailable:hover,
.oa-page .oa-product-card.is-unavailable:focus-visible {
  border-color: rgba(17, 19, 24, .10);
  box-shadow: 0 8px 24px rgba(22, 24, 28, .05);
  transform: none;
}

@media (min-width: 520px) {
  .oa-page .oa-fill-card {
    padding: 19px;
  }

  .oa-page .oa-fill-input {
    min-height: 74px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
  }

  .oa-page .oa-fill-input > span {
    width: 46px;
    height: 46px;
  }

  .oa-page .oa-quick-amounts button {
    min-width: 68px;
  }
}

@media (min-width: 960px) {
  .oa-page .oa-fill-mode {
    max-width: 460px;
  }

  .oa-page .oa-fill-card {
    padding: 22px;
    border-radius: 22px;
  }

  .oa-page .oa-fill-input {
    min-height: 78px;
  }

  .oa-page .oa-fill-input input {
    font-size: 36px;
  }

  .oa-page .oa-fill-size-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 379px) {
  .oa-page .oa-fill-mode > button {
    gap: 5px;
    padding-inline: 7px;
    font-size: 10px;
  }

  .oa-page .oa-fill-card__head {
    align-items: flex-start;
  }

  .oa-page .oa-unit-switch {
    grid-template-columns: repeat(2, 38px);
  }

  .oa-page .oa-fill-input {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    padding-inline: 8px 11px;
  }

  .oa-page .oa-fill-input > span {
    width: 36px;
    height: 36px;
  }

  .oa-page .oa-quick-amounts button {
    padding-inline: 10px;
  }
}


/* --------------------------------------------------------------------------
   v3.13.217 — product-form and aluminium-closure matching
   -------------------------------------------------------------------------- */

.oa-page .oa-form-classifier {
  position: relative;
  margin-top: 14px;
  padding: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 101, 0, .20);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 5%, rgba(255, 101, 0, .13), transparent 34%),
    linear-gradient(145deg, #fffaf6, #fff 58%);
  box-shadow: 0 14px 38px rgba(56, 31, 14, .07);
}

.oa-page .oa-form-classifier::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.52), transparent 34%);
}

.oa-page .oa-form-classifier__head,
.oa-page .oa-form-classifier__options,
.oa-page .oa-form-classifier__rule {
  position: relative;
  z-index: 1;
}

.oa-page .oa-form-classifier__head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin-bottom: 13px;
}

.oa-page .oa-form-classifier__head > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #17191d;
  color: var(--oa-orange);
  box-shadow: 0 9px 22px rgba(15, 17, 20, .16);
}

.oa-page .oa-form-classifier__head svg {
  width: 23px;
  height: 23px;
}

.oa-page .oa-form-classifier__head small {
  display: block;
  margin: 1px 0 3px;
  color: #c14a03;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.oa-page .oa-form-classifier__head strong {
  display: block;
  color: #17191e;
  font-size: 14px;
  font-weight: 790;
  letter-spacing: -.018em;
  line-height: 1.28;
}

.oa-page .oa-form-classifier__head p {
  margin: 4px 0 0;
  color: #777d86;
  font-size: 10.5px;
  line-height: 1.48;
}

.oa-page .oa-form-classifier__options {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.oa-page .oa-form-classifier__options > button {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 20px;
  min-width: 0;
  min-height: 64px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 10px;
  border: 1px solid rgba(20, 22, 27, .10);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  color: #1b1e23;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(20, 22, 27, .035);
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.oa-page .oa-form-classifier__options > button:hover,
.oa-page .oa-form-classifier__options > button:focus-visible {
  border-color: rgba(255, 101, 0, .45);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(61, 32, 13, .075);
  outline: none;
}

.oa-page .oa-form-classifier__options > button.is-selected {
  border-color: rgba(255, 101, 0, .84);
  background: #fff6ef;
  box-shadow: 0 0 0 2px rgba(255,101,0,.08), 0 10px 26px rgba(255,101,0,.09);
}

.oa-page .oa-form-classifier__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: #f0f2f4;
  color: #3d424a;
}

.oa-page .oa-form-classifier__options > button.is-selected .oa-form-classifier__icon {
  background: rgba(255,101,0,.12);
  color: var(--oa-orange);
}

.oa-page .oa-form-classifier__icon svg {
  width: 20px;
  height: 20px;
}

.oa-page .oa-form-classifier__options strong,
.oa-page .oa-form-classifier__options small {
  display: block;
}

.oa-page .oa-form-classifier__options strong {
  color: #1b1d22;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.25;
}

.oa-page .oa-form-classifier__options small {
  margin-top: 3px;
  color: #7b818a;
  font-size: 9px;
  line-height: 1.4;
}

.oa-page .oa-form-classifier__options i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(20,22,27,.16);
  border-radius: 50%;
  color: transparent;
  font-style: normal;
}

.oa-page .oa-form-classifier__options i svg {
  width: 12px;
  height: 12px;
  stroke-width: 2.4;
}

.oa-page .oa-form-classifier__options > button.is-selected i {
  border-color: var(--oa-orange);
  background: var(--oa-orange);
  color: #fff;
}

.oa-page .oa-form-classifier__rule {
  margin: 11px 1px 0;
  color: #6f5c4e;
  font-size: 9.5px;
  line-height: 1.45;
}

.oa-page .oa-form-classifier__rule b {
  color: #b84400;
}

.oa-page .oa-smart-rule-strip {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin-top: 13px;
  padding: 12px 13px;
  border: 1px solid rgba(35, 129, 93, .16);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(35,129,93,.075), rgba(255,255,255,.76));
  color: #365b4e;
}

.oa-page .oa-smart-rule-strip > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(35,129,93,.10);
  color: #247a5c;
}

.oa-page .oa-smart-rule-strip svg {
  width: 22px;
  height: 22px;
}

.oa-page .oa-smart-rule-strip small,
.oa-page .oa-smart-rule-strip strong,
.oa-page .oa-smart-rule-strip p {
  display: block;
}

.oa-page .oa-smart-rule-strip small {
  color: #34745f;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.oa-page .oa-smart-rule-strip strong {
  margin-top: 2px;
  color: #263a33;
  font-size: 12px;
  font-weight: 790;
}

.oa-page .oa-smart-rule-strip p {
  margin: 3px 0 0;
  color: #597167;
  font-size: 10px;
  line-height: 1.42;
}

.oa-page .oa-auto-closure {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  gap: 13px;
  align-items: start;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 129, 49, .32);
  border-radius: 21px;
  background:
    radial-gradient(circle at 95% 6%, rgba(255,101,0,.24), transparent 34%),
    linear-gradient(142deg, #17191d, #0d0f12 72%);
  color: #fff;
  box-shadow: 0 18px 44px rgba(13, 15, 18, .20);
}

.oa-page .oa-auto-closure::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 50%;
  pointer-events: none;
}

.oa-page .oa-auto-closure__mark,
.oa-page .oa-auto-closure__copy,
.oa-page .oa-auto-closure__check {
  position: relative;
  z-index: 1;
}

.oa-page .oa-auto-closure__mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 126, 42, .28);
  border-radius: 15px;
  background: rgba(255,101,0,.11);
  color: #ff8a3d;
}

.oa-page .oa-auto-closure__mark svg {
  width: 25px;
  height: 25px;
}

.oa-page .oa-auto-closure__copy small {
  display: block;
  color: #ff9b5c;
  font-size: 8px;
  font-weight: 870;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.oa-page .oa-auto-closure__copy > strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 790;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.oa-page .oa-auto-closure__copy > p {
  margin: 5px 0 0;
  color: #b8bdc5;
  font-size: 10.5px;
  line-height: 1.48;
}

.oa-page .oa-auto-closure__logic {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}

.oa-page .oa-auto-closure__logic span {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #ecedf0;
  font-size: 9px;
  font-weight: 740;
}

.oa-page .oa-auto-closure__logic b {
  color: #ff7b28;
  font-size: 14px;
}

.oa-page .oa-auto-closure__copy em {
  display: block;
  margin-top: 10px;
  color: #858c96;
  font-size: 8.5px;
  font-style: normal;
  line-height: 1.45;
}

.oa-page .oa-auto-closure__check {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--oa-orange);
  color: #fff;
  box-shadow: 0 0 0 5px rgba(255,101,0,.11);
}

.oa-page .oa-auto-closure__check svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.5;
}

@media (min-width: 640px) {
  .oa-page .oa-form-classifier {
    padding: 18px;
  }

  .oa-page .oa-form-classifier__options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .oa-page .oa-form-classifier__options > button {
    grid-template-columns: 36px minmax(0, 1fr);
    min-height: 94px;
    align-content: start;
    align-items: start;
  }

  .oa-page .oa-form-classifier__options i {
    position: absolute;
    top: 9px;
    right: 9px;
  }

  .oa-page .oa-form-classifier__options > button {
    position: relative;
  }

  .oa-page .oa-auto-closure {
    padding: 19px;
  }

  .oa-page .oa-auto-closure__copy > strong {
    font-size: 18px;
  }
}

@media (max-width: 379px) {
  .oa-page .oa-form-classifier,
  .oa-page .oa-auto-closure {
    padding: 13px;
  }

  .oa-page .oa-auto-closure {
    grid-template-columns: 40px minmax(0, 1fr) 24px;
    gap: 9px;
  }

  .oa-page .oa-auto-closure__mark {
    width: 40px;
    height: 40px;
  }

  .oa-page .oa-auto-closure__check {
    width: 24px;
    height: 24px;
  }
}

/* --------------------------------------------------------------------------
   v3.13.218 — readability-only hotfix for the “I’m not sure” label
   This selector is deliberately limited to one existing button and changes
   no layout, state, icon, event, capacity logic or other Order Assistant UI.
   -------------------------------------------------------------------------- */

.oa-page .oa-fill-mode > button[data-oa-fill-mode="unsure"] > b {
  display: block;
  min-width: 0;
  color: #2f333a;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: -.012em;
  white-space: nowrap;
  opacity: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.oa-page .oa-fill-mode > button[data-oa-fill-mode="unsure"].is-selected > b {
  color: #17191e;
}

@media (max-width: 379px) {
  .oa-page .oa-fill-mode > button[data-oa-fill-mode="unsure"] > b {
    font-size: 12px;
    letter-spacing: -.01em;
  }
}

/* --------------------------------------------------------------------------
   v3.13.219 — exact inactive-label contrast hotfix
   Scope is intentionally limited to the two reported labels only:
   1) “I’m not sure” while not selected
   2) the inactive “g” measurement-unit label
   No dimensions, backgrounds, icons, states, events or business logic change.
   -------------------------------------------------------------------------- */

.oa-page .oa-fill-mode > button[data-oa-fill-mode="unsure"][aria-pressed="false"] > b {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  opacity: 1;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .22);
}

.oa-page .oa-unit-switch > button[data-oa-fill-unit="g"][aria-pressed="false"] {
  color: #111317;
  -webkit-text-fill-color: #111317;
  font-size: 13px;
  font-weight: 900;
  opacity: 1;
  text-shadow: none;
}

@media (max-width: 379px) {
  .oa-page .oa-fill-mode > button[data-oa-fill-mode="unsure"][aria-pressed="false"] > b,
  .oa-page .oa-unit-switch > button[data-oa-fill-unit="g"][aria-pressed="false"] {
    font-size: 12.5px;
  }
}

/* --------------------------------------------------------------------------
   v3.13.220 — desktop wizard layout-shift hotfix
   Same-step selections no longer trigger the step-entry animation in JS.
   On desktop, actual step changes use opacity only (no vertical transform),
   and a stable scrollbar gutter prevents width changes between tall/short steps.
   -------------------------------------------------------------------------- */

@keyframes oa-content-enter-desktop-stable {
  from { opacity: .32; transform: none; }
  to { opacity: 1; transform: none; }
}

@media (min-width: 960px) {
  .oa-page .oa-wizard__body {
    scrollbar-gutter: stable;
    overflow-anchor: none;
  }

  .oa-page .oa-wizard__body.is-transitioning > * {
    animation-name: oa-content-enter-desktop-stable;
    animation-duration: .22s;
    animation-timing-function: ease-out;
  }
}

/* --------------------------------------------------------------------------
   v3.13.221 — visual measurement-unit icons
   Scope: only the compact ml / g selector in the capacity step.
   Logic, values, states and the surrounding layout remain unchanged.
   -------------------------------------------------------------------------- */

.oa-page .oa-unit-switch {
  grid-template-columns: repeat(2, 54px);
}

.oa-page .oa-unit-switch > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 7px;
  white-space: nowrap;
}

.oa-page .oa-unit-switch__icon {
  display: grid;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  place-items: center;
  color: currentColor;
  opacity: .9;
}

.oa-page .oa-unit-switch__icon svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.9;
}

.oa-page .oa-unit-switch__label {
  display: block;
  color: currentColor;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: lowercase;
  -webkit-text-fill-color: currentColor;
}

.oa-page .oa-unit-switch > button.is-selected .oa-unit-switch__icon {
  opacity: 1;
}

.oa-page .oa-unit-switch > button[data-oa-fill-unit="g"][aria-pressed="false"] .oa-unit-switch__label {
  color: #111317;
  -webkit-text-fill-color: #111317;
}

@media (max-width: 359px) {
  .oa-page .oa-unit-switch {
    grid-template-columns: repeat(2, 50px);
  }

  .oa-page .oa-unit-switch > button {
    gap: 4px;
    padding-inline: 5px;
  }
}

