:root {
  --font-dubai: "Dubai", system-ui, sans-serif;
  --bg: #ffffff;
  --text: #191919;
  --muted: #6b6b6b;
  --black: #000000;
  --white: #ffffff;
  --card: rgba(255, 255, 255, 0.98);
  --border: rgba(0, 0, 0, 0.08);
}

@font-face {
  font-family: "Dubai";
  src: url("../fonts/DubaiW23-Regular.ed0f2585.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Dubai";
  src: url("../fonts/DubaiW23-Medium.0e20868c.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Dubai";
  src: url("../fonts/DubaiW23-Bold.86f8a19b.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Dubai";
  src: url("../fonts/DubaiW23-Light.2bb30124.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: var(--font-dubai);
  background: var(--bg);
  color: var(--text);
}

html {
  direction: rtl;
}

body {
  line-height: 1.5;
  direction: rtl;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #a98c36;
  border-bottom: 1px solid rgba(92, 65, 7, 0.12);
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(35, 21, 2, 0.06), rgba(35, 21, 2, 0.02) 34%, rgba(255, 245, 211, 0.08) 70%, rgba(35, 21, 2, 0.08)),
    linear-gradient(180deg, rgba(245, 224, 150, 0.08), rgba(102, 72, 9, 0.16));
  pointer-events: none;
  z-index: 1;
}

.header__media {
  position: relative;
  height: clamp(150px, 11vw, 169px);
  overflow: hidden;
}

.header__background {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.header__inner {
  position: absolute;
  inset: 0;
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto;
  padding: 8px 0 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}

.header__utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
  flex-direction: row-reverse;
}

.header__utility-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  color: #222;
  font-size: 0.78rem;
  font-weight: 500;
}

.order-page .header {
  background: #af923d;
}

.order-page .header::before {
  background:
    linear-gradient(90deg, rgba(35, 21, 2, 0.03), rgba(255, 245, 211, 0.05) 55%, rgba(35, 21, 2, 0.05)),
    linear-gradient(180deg, rgba(245, 224, 150, 0.06), rgba(102, 72, 9, 0.08));
}

.order-page .header__inner {
  width: min(1180px, calc(100% - 24px));
  padding: 8px 0 14px;
}

.order-page .brand__image {
  width: min(16vw, 104px);
  object-fit: contain;
  object-position: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  direction: rtl;
  color: var(--white);
}

.brand__image {
  width: min(16vw, 104px);
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: contain;
  filter: none;
}

.slider {
  width: 100vw;
  margin: 12px 0 0;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
}

.slider__viewport {
  position: relative;
  min-height: clamp(220px, 28vw, 320px);
  overflow: hidden;
  background: #10132a;
  box-shadow: 0 26px 70px rgba(22, 27, 56, 0.18);
}

.slider__track {
  position: relative;
  width: 100%;
  min-height: inherit;
}

.slider__slide {
  position: relative;
  width: 100%;
  min-height: inherit;
  display: none;
}

.slider__slide--active {
  display: block;
}

.slider__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slider__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(90deg, rgba(14, 18, 48, 0.6), transparent 54%);
}

.card {
  background: var(--card);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
  padding: 28px;
}

.card h2 {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.product-section {
  width: min(1120px, calc(100% - 32px));
  margin: 10px auto 28px;
  padding: 18px 0 0;
}

.product-section__title {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  font-weight: 300;
  letter-spacing: -0.04em;
  color: #101010;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.product-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff, #fafafa);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.12);
  padding: 0;
  overflow: hidden;
}

.product-card:nth-child(1) {
  background: linear-gradient(180deg, #f7f7f8, #ececec);
}

.product-card:nth-child(2) {
  background: linear-gradient(180deg, #f9f1da, #f0d98f);
}

.product-card:nth-child(3) {
  background: linear-gradient(180deg, #f3f4f7, #e2e4ea);
}

.product-card:nth-child(4) {
  background: linear-gradient(180deg, #eef4fb, #dfe9f6);
}

.product-card__summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px;
  cursor: pointer;
  list-style: none;
}

.product-card__summary::-webkit-details-marker {
  display: none;
}

.product-card__image {
  width: 156px;
  height: 136px;
  object-fit: contain;
  display: block;
  background: transparent;
  flex: 0 0 auto;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.product-card__body {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-card__name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.25;
  color: #121212;
  white-space: nowrap;
}

.product-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 0 12px;
  min-height: 24px;
  border-radius: 999px;
  background: #d72626;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.product-card__name--platinum {
  color: #2b2b2b;
}

.product-card__name--gold {
  color: #b08a2a;
}

.product-card__name--silver {
  color: #8b8b8b;
}

.product-card__name--discount {
  color: #1f4f86;
}

.product-card__price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.product-card__price-old {
  position: relative;
  color: #8a909a;
  font-size: 0.76rem;
  font-weight: 500;
}

.product-card__price-old::after {
  content: "";
  position: absolute;
  inset-inline: -2px;
  top: 50%;
  height: 2px;
  background: #d72626;
  transform: translateY(-50%);
}

.product-card__price-new,
.product-card__price-current {
  color: #d72626;
  font-size: 0.84rem;
  font-weight: 700;
}

.product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: min(132px, 100%);
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #151515;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
}

.product-card__feature-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.product-card__feature-preview {
  min-width: 0;
  color: #3e3e3e;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.2;
}

.product-card__feature-action {
  flex: 0 0 auto;
  color: #8f6b14;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.product-card:nth-child(2) .product-card__button {
  background: rgba(255, 248, 225, 0.84);
}

.product-card:nth-child(1) .product-card__button {
  background: rgba(245, 245, 247, 0.84);
  color: #202020;
}

.product-card:nth-child(3) .product-card__button {
  background: rgba(247, 248, 250, 0.84);
}

.product-card:nth-child(4) .product-card__button {
  background: rgba(239, 245, 252, 0.84);
}

.product-card:nth-child(1) .product-card__badge {
  background: #d72626;
  color: #ffffff;
}

.product-card:nth-child(1) .product-card__button {
  min-height: 46px;
  padding: 0 24px;
  font-size: 1.02rem;
  font-weight: 600;
}

.product-card__more {
  padding: 0 24px 14px 162px;
  color: #5d5d5d;
}

.product-card__list {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: none;
  display: grid;
  gap: 10px;
  text-align: right;
}

.product-card__list li {
  position: relative;
  padding-inline-start: 26px;
  color: #111111;
  font-size: 1.03rem;
  line-height: 1.35;
  font-weight: 400;
}

.product-card__list li::before {
  content: "✓";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  color: #be972a;
  font-weight: 700;
}

.order {
  flex: 1;
  padding: 12px 12px 22px;
}

.order__hero {
  width: min(560px, calc(100% - 24px));
  margin: 0 auto;
  text-align: center;
}

.order__title {
  margin: 0;
  color: #191919;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.order__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px auto 18px;
  direction: rtl;
}

.order__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-width: 96px;
}

.order__step-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #17376e;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 500;
}

.order__step-dot--active {
  background: linear-gradient(180deg, #d6b45b, #b18c33);
}

.order__step-label {
  color: #4d4d4d;
  font-size: 0.76rem;
  font-weight: 500;
}

.order__step-order {
  flex: 1;
  height: 2px;
  min-width: 56px;
  background: #d8d8d8;
  transform: translateY(-8px);
}

.order__step-order--active {
  background: linear-gradient(90deg, #7d5a13 0%, #b58b2a 45%, #e0bd67 100%);
}

.order__panel {
  width: min(560px, calc(100% - 24px));
  margin: 0 auto;
  padding: 16px 14px 18px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
  text-align: right;
}

.order__copy {
  margin: 0 auto 14px;
  max-width: 520px;
  color: #6b6b6b;
  font-size: 0.8rem;
  line-height: 1.55;
  text-align: center;
}

.order__field {
  display: block;
  width: min(480px, 100%);
  margin: 0 auto 12px;
  position: relative;
}

.order__label {
  display: block;
  margin-bottom: 6px;
  color: #444;
  font-size: 0.78rem;
  font-weight: 500;
  text-align: right;
}

.order__input {
  display: block;
  width: 100%;
  height: 46px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.09);
  outline: none;
  border-radius: 14px;
  background: #ffffff;
  font: inherit;
  text-align: right;
  direction: rtl;
  font-size: 0.86rem;
  padding: 0 13px;
  transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.order__autocomplete {
  position: relative;
}

.order__suggestions {
  position: absolute;
  inset-inline: 0;
  top: calc(100% + 2px);
  z-index: 8;
  display: block;
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.order__suggestions--hidden {
  display: none;
}

.order__suggestion {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #333;
  font: inherit;
  text-align: right;
  cursor: pointer;
  border-bottom: 1px solid #edf1f5;
}

.order__suggestion:last-child {
  border-bottom: 0;
}

.order__suggestion:hover {
  background: #f7f9fc;
}

.order__phone-wrap {
  position: relative;
}

.order__phone-prefix {
  position: absolute;
  inset-inline-start: auto;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
  width: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-inline-end: 1px solid rgba(0, 0, 0, 0.08);
  color: #333;
  font-size: 0.78rem;
  font-weight: 500;
  background: #f4f4f5;
  border-radius: 14px 0 0 14px;
  pointer-events: none;
}

.order__input--phone {
  padding-inline-start: 14px;
  padding-inline-end: 78px;
}

.order__date-wrap {
  position: relative;
}

.order__date-trigger {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 14px;
  background: #ffffff;
  color: #333;
  font: inherit;
  text-align: right;
  cursor: pointer;
}

.order__date-value {
  color: #333;
}

.order__date-value--placeholder {
  color: #9aa4b2;
}

.order__date-panel {
  position: absolute;
  inset-inline: 0;
  top: calc(100% + 8px);
  z-index: 10;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  max-width: min(100vw - 24px, 100%);
}

.order__date-panel--hidden {
  display: none;
}

.order__date-panel--top {
  top: auto;
  bottom: calc(100% + 8px);
}

.order__date-panel--compact {
  position: absolute;
}

.order__date-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.order__date-title {
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
}

.order__date-nav {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: #f3f3f4;
  color: #333;
  font: inherit;
  cursor: pointer;
}

.order__date-weekdays,
.order__date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.order__date-weekdays {
  margin-bottom: 8px;
  color: #8e8e8e;
  font-size: 0.72rem;
  text-align: center;
}

.order__date-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: #f7f7f8;
  color: #333;
  font: inherit;
  cursor: pointer;
}

.order__date-cell:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.order__date-cell--selected {
  background: linear-gradient(180deg, #d6b45b, #b18c33);
  color: #ffffff;
}

.order__date-cell--empty {
  min-height: 34px;
}

.order__date-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.order__date-action {
  flex: 1;
  min-height: 36px;
  border: 0;
  border-radius: 12px;
  background: #f3f3f4;
  color: #333;
  font: inherit;
  cursor: pointer;
}

.order__date-action--primary {
  background: linear-gradient(180deg, #d6b45b, #b18c33);
  color: #ffffff;
}

@media (max-width: 720px) {
  .order__date-panel {
    inset-inline: 0;
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }

  .order__date-title {
    font-size: 0.9rem;
  }

  .order__date-cell {
    min-height: 34px;
    border-radius: 8px;
    font-size: 0.84rem;
  }

  .order__date-actions {
    gap: 8px;
  }

  .order__date-action {
    min-height: 36px;
    font-size: 0.84rem;
  }

  .order__date-panel--compact {
    position: absolute;
    inset-inline: 0;
    width: 100%;
    max-width: 100%;
    transform: none;
  }
}

@media (max-height: 740px) {
  .order__date-panel {
    padding: 12px;
  }

  .order__date-weekdays,
  .order__date-grid {
    gap: 4px;
  }

  .order__date-cell {
    min-height: 32px;
    font-size: 0.82rem;
  }

  .order__date-actions {
    margin-top: 10px;
    gap: 8px;
  }

  .order__date-action {
    min-height: 34px;
    font-size: 0.82rem;
  }
}

.order__input::placeholder {
  color: #9aa4b2;
}

.order__input:focus {
  border-color: rgba(177, 140, 51, 0.35);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(214, 180, 91, 0.08);
}

.order__input--error {
  border-color: #d9534f;
  background: #fffaf9;
  box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.12);
}

.order__error {
  margin-top: 8px;
  color: #d9534f;
  font-size: 0.75rem;
  font-weight: 400;
  text-align: right;
}

.order__panel .order__label + .order__input {
  margin-top: 0;
}

.order__submit {
  display: block;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 44px;
  margin: 16px auto 0;
  padding: 0 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #d6b45b, #b18c33);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(177, 140, 51, 0.16);
  border: 0;
  cursor: pointer;
}

.order__submit:hover {
  filter: brightness(0.98);
}

.order__submit--back {
  min-width: 88px;
  height: 42px;
  margin: 16px 0 0 auto;
  padding: 0 14px;
  font-size: 0.78rem;
  background: #f3f3f4;
  color: #333;
  box-shadow: none;
}

.order__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
}

.order__actions .order__submit {
  margin: 0;
}

.order__actions [hidden] {
  display: none !important;
}

.order__step-panel {
  display: block;
}

.order__step-panel[hidden] {
  display: none;
}

.order__step-panel--active {
  display: block;
}

.order__step-panel--summary {
  max-width: 480px;
  margin: 0 auto;
}

.order__summary-title,
.order__payment-title {
  margin: 0 0 10px;
  color: #191919;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: right;
}

.order__summary-card {
  padding: 10px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.order__summary-heading {
  margin: 0;
  padding: 0 14px 10px;
  color: #6b6b6b;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.order__summary-list {
  display: grid;
  gap: 0;
}

.order__summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #333;
  font-size: 0.82rem;
  padding: 12px 14px;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.order__summary-row span {
  color: #6b6b6b;
  font-weight: 500;
  flex: 0 0 auto;
}

.order__summary-row strong {
  color: #191919;
  font-weight: 600;
  text-align: left;
  flex: 1 1 auto;
  min-width: 0;
}

.order__summary-total {
  margin-top: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: #ffffff;
  text-align: right;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.order__summary-total-label {
  color: #6b6b6b;
  font-size: 0.78rem;
  font-weight: 500;
}

.order__summary-total-value {
  margin-top: 2px;
  color: #191919;
  font-size: 1.08rem;
  font-weight: 600;
}

.order__payment {
  margin-top: 10px;
}

.order__payment-error {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fff4f3;
  border: 1px solid rgba(217, 83, 79, 0.18);
  color: #c33e39;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}

.order__payment-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  margin-bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  direction: ltr;
}

.order__payment-option input {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #c79b33;
  border-radius: 50%;
  background: #ffffff;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.order__payment-option input::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c79b33;
  transform: scale(0);
  transition: transform 0.18s ease;
}

.order__payment-option input:checked::before {
  transform: scale(1);
}

.order__payment-option:has(input:checked) {
  border-color: rgba(199, 155, 51, 0.5);
  background: #fffdf8;
  box-shadow: 0 14px 30px rgba(199, 155, 51, 0.1);
}

.order__payment-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  direction: rtl;
}

.order__payment-text {
  color: #191919;
  font-size: 0.88rem;
  font-weight: 500;
}

.order__payment-icons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.55rem;
  flex: 0 0 auto;
}

.order__payment-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.order__payment-icon--visa {
  color: #1434cb;
}

.order__payment-icon--mastercard-image {
  width: 30px;
  height: 19px;
  object-fit: contain;
}

.order__payment-icon--applepay {
  color: #111111;
  font-size: 1.75rem;
}

.order-page .footer {
  margin-top: auto;
}

.order-page .order__payment-icons {
  opacity: 0.9;
}

@media (min-width: 1200px) {
  .order {
    padding-top: 34px;
  }

  .order__hero {
    width: min(560px, calc(100% - 24px));
  }

  .order__title {
    font-size: 2.15rem;
  }

  .order__steps {
    gap: 8px;
    margin: 14px auto 18px;
  }

  .order__step {
    min-width: 96px;
    gap: 7px;
  }

  .order__step-label {
    font-size: 0.76rem;
  }

  .order__step-order {
    min-width: 40px;
  }

  .order__panel {
    width: min(560px, calc(100% - 24px));
    padding: 16px 14px 14px;
  }

  .order__copy {
    margin-bottom: 12px;
    font-size: 0.82rem;
  }

  .order__field {
    width: min(388px, 100%);
    margin-bottom: 12px;
  }

  .order__step-panel--summary {
    max-width: 388px;
  }
}

@media (max-width: 720px) {
  .order {
    padding-top: 22px;
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }

  .order__title {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .order__steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    width: 100%;
    max-width: 420px;
    margin: 12px auto 16px;
    padding-bottom: 0;
  }

  .order__step {
    min-width: 0;
    width: auto;
    flex: 1 1 0;
    gap: 6px;
  }

  .order__step-order {
    display: block;
    min-width: 40px;
    flex: 0 0 40px;
    transform: translateY(14px);
  }

  .order__panel {
    width: calc(100% - 20px);
    padding: 18px 12px 16px;
  }

  .order__copy {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .order__step-dot {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }

  .order__step-label {
    font-size: 0.68rem;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .order__field {
    width: min(100%, 460px);
    margin-bottom: 14px;
  }

  .order__input {
    height: 44px;
    border-radius: 12px;
    width: 100%;
    font-size: 0.82rem;
  }

  .order__phone-prefix {
    width: 66px;
    font-size: 0.8rem;
  }

  .order__input--phone {
    padding-inline-start: 12px;
    padding-inline-end: 78px;
  }

  .order__submit {
    height: 40px;
    min-width: 112px;
    font-size: 0.82rem;
  }

  .order__submit--back {
    min-width: 82px;
    height: 38px;
    font-size: 0.76rem;
  }

  .order__actions {
    gap: 8px;
    margin-top: 8px;
    flex-wrap: wrap;
  }

  .order__summary-card,
  .order__summary-total,
  .order__payment-option {
    border-radius: 14px;
  }

  .order__summary-row {
    font-size: 0.8rem;
    gap: 10px;
  }

  .order__payment-text {
    font-size: 0.84rem;
  }
}

.footer {
  background: var(--black);
  color: var(--white);
}

.footer__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  direction: rtl;
}

.footer__links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.8);
}

.footer__small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.78rem;
  font-weight: 400;
}

@media (max-width: 720px) {
  .header__utility,
  .footer__inner {
    align-items: flex-start;
  }

  .header__media {
    height: 112px;
  }

  .header__utility {
    flex-direction: row-reverse;
    gap: 12px;
  }

  .header__inner {
    width: calc(100% - 20px);
    padding: 8px 0;
  }

  .header__utility-link {
    padding: 7px 11px;
    font-size: 0.72rem;
  }

  .brand__image {
    width: 50px;
  }

  .slider {
    width: 100vw;
    margin-top: 10px;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
  }

  .slider__viewport {
    min-height: 190px;
  }

  .slider__slide {
    min-height: 190px;
  }

  .product-section {
    padding-top: 12px;
  }

  .product-card__summary {
    gap: 14px;
    padding: 12px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .product-card__body {
    width: 100%;
    min-height: 0;
    padding-top: 12px;
    order: 2;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .product-card__head {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    min-height: 36px;
  }

  .product-card__badge {
    top: 12px;
    right: 12px;
    left: auto;
  }

  .product-card__image {
    width: 128px;
    height: 118px;
    object-fit: contain;
    border-radius: 16px;
    margin-inline: auto;
    order: 1;
    flex-basis: 100%;
    box-shadow: none;
  }

  .product-card__name {
    grid-column: 2;
    text-align: center;
    width: auto;
    font-size: 1rem;
  }

  .product-card__more {
    padding: 0 12px 12px 140px;
  }

  .product-card__list li {
    font-size: 0.95rem;
  }

  .product-card__button {
    grid-column: 3;
    justify-self: end;
    width: min(92px, 88px);
    min-height: 30px;
    padding: 0 10px;
    font-size: 0.72rem;
    font-weight: 500;
  }

  .product-card__price-row {
    gap: 8px;
    margin-top: 6px;
  }

  .product-card__price-old {
    font-size: 0.68rem;
  }

  .product-card__price-new,
  .product-card__price-current {
    font-size: 0.76rem;
  }

  .product-card:nth-child(1) .product-card__button {
    grid-column: 3;
    justify-self: end;
    width: min(100px, 100%);
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.76rem;
    font-weight: 500;
  }

  .product-card__feature-row {
    margin-top: 10px;
    padding-top: 10px;
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .order {
    padding-top: 18px;
    padding-bottom: calc(92px + env(safe-area-inset-bottom, 0px));
  }

  .order__hero {
    width: calc(100% - 20px);
  }

  .order__title {
    font-size: 1.35rem;
    font-weight: 600;
  }

  .order__steps {
    gap: 2px;
    margin: 10px auto 14px;
  }

  .order__step-dot {
    width: 28px;
    height: 28px;
    font-size: 0.76rem;
  }

  .order__step-label {
    font-size: 0.62rem;
  }

  .order__step-order {
    min-width: 28px;
    flex-basis: 28px;
    transform: translateY(13px);
  }

  .order__hero {
    width: calc(100% - 20px);
  }

  .order__title {
    font-size: 1.9rem;
  }

  .order__panel {
    width: calc(100% - 20px);
    padding: 16px 10px 18px;
  }

  .order__input {
    width: 100%;
    height: 42px;
    font-size: 0.84rem;
    padding: 0 12px;
  }

  .order__submit {
    height: 38px;
    min-width: 104px;
    font-size: 0.8rem;
    padding-inline: 12px;
  }

  .order__submit--back {
    min-width: 78px;
  }

  .order__summary-title,
  .order__payment-title {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .order__summary-heading {
    font-size: 0.88rem;
  }

  .order__summary-row {
    font-size: 0.76rem;
  }

  .order__summary-total-label {
    font-size: 0.8rem;
  }

  .order__summary-total-value {
    font-size: 1.25rem;
  }

  .header__media {
    height: 96px;
  }

  .header__utility {
    gap: 10px;
  }

  .header__inner {
    width: calc(100% - 18px);
    padding: 7px 0;
  }

  .header__utility-link {
    padding: 6px 9px;
    font-size: 0.68rem;
  }

  .brand__image {
    width: 44px;
  }

  .slider__viewport {
    min-height: 175px;
  }

  .slider__slide {
    min-height: 175px;
  }

  .product-section {
    width: 100vw;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
    padding-inline: 16px;
  }

  .product-card__summary {
    gap: 10px;
    align-items: flex-start;
  }

  .product-card__image {
    width: 112px;
    height: 108px;
    object-fit: contain;
    box-shadow: none;
  }

  .product-card__body {
    padding-top: 10px;
  }

  .product-card__name {
    grid-column: 2;
    font-size: 0.95rem;
  }

  .product-card__button {
    grid-column: 3;
    justify-self: end;
    width: 84px;
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.7rem;
    font-weight: 500;
  }

  .product-card__price-row {
    gap: 6px;
    margin-top: 6px;
  }

  .product-card__price-old {
    font-size: 0.64rem;
  }

  .product-card__price-new,
  .product-card__price-current {
    font-size: 0.72rem;
  }

  .product-card:nth-child(1) .product-card__button {
    grid-column: 3;
    justify-self: end;
    width: 92px;
    min-height: 30px;
    padding: 0 11px;
    font-size: 0.72rem;
    font-weight: 500;
  }

  .product-card__feature-row {
    margin-top: 8px;
    padding-top: 9px;
    gap: 8px;
  }

  .product-card__feature-preview {
    font-size: 0.72rem;
  }

  .product-card__feature-action {
    font-size: 0.68rem;
  }
}
