@font-face {
  font-family: "Source Sans 3";
  src: url("brand/SourceSans3-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --noor-dark: #303834;
  --noor-text: #303834;
  --noor-muted: #69736e;
  --noor-green: #8baf99;
  --noor-green-dark: #6f947d;
  --noor-sage: #abbab1;
  --noor-cream: #f5f3ef;
  --noor-blush: #edded4;
  --noor-taupe: #ad9d93;
  --noor-soft: #eaf2ed;
  --noor-line: #d8ddd9;
  --noor-white: #fff;
  --noor-error: #9f3e3e;
  --noor-shadow: 0 22px 64px rgba(48, 56, 52, .09);
}

.noor-gift-page .container-wrap {
  padding-top: 0 !important;
}

.noor-gift-page .noor-gift-main {
  min-height: 70vh;
  overflow: hidden;
  background: var(--noor-cream);
  color: var(--noor-text);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
}

.noor-gift-main *,
.noor-gift-main *::before,
.noor-gift-main *::after {
  box-sizing: border-box;
}

.noor-gift-admin-preview {
  max-width: 1380px;
  margin: 18px auto 0;
  padding: 12px 18px;
  border-left: 4px solid #b7791f;
  background: #fff7e6;
  color: #563b16;
  font: 15px/1.45 Arial, sans-serif;
}

.noor-gift-main button,
.noor-gift-main input,
.noor-gift-main textarea {
  font-family: inherit;
}

.noor-gift-shell {
  width: min(1120px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.noor-gift-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(96px, 10vw, 144px) 0 clamp(70px, 8vw, 108px);
  border-bottom: 5px solid var(--noor-green);
  background: var(--noor-dark);
  color: var(--noor-white);
}

.noor-gift-hero::before {
  position: absolute;
  top: 50%;
  right: 8%;
  z-index: -1;
  width: 150px;
  height: 108px;
  background: url("brand/noor-infinity-light.svg") center / contain no-repeat;
  content: "";
  opacity: .1;
  transform: translateY(-50%);
}

.noor-gift-hero--compact {
  padding-top: clamp(54px, 5vw, 72px);
  padding-bottom: clamp(42px, 4vw, 54px);
}

.noor-gift-hero__content {
  max-width: 750px;
}

.noor-gift-eyebrow {
  margin: 0 0 14px;
  color: var(--noor-green-dark);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .17em;
  line-height: 1.2;
  text-transform: uppercase;
}

.noor-gift-hero .noor-gift-eyebrow {
  color: var(--noor-sage);
}

.noor-gift-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--noor-white);
  font-size: clamp(44px, 5.6vw, 74px);
  font-weight: 620;
  letter-spacing: -.035em;
  line-height: 1.01;
}

.noor-gift-hero--compact h1 {
  font-size: clamp(39px, 4.5vw, 60px);
}

.noor-gift-lead {
  max-width: 665px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.58;
}

.noor-gift-hero--shop .noor-gift-button {
  margin-top: 32px;
}

.noor-gift-back {
  display: inline-flex;
  margin-bottom: 26px;
  align-items: center;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.noor-gift-back:hover,
.noor-gift-back:focus-visible {
  color: var(--noor-white);
}

.noor-gift-trust {
  display: flex;
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.noor-gift-trust span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 600;
}

.noor-gift-trust b {
  display: grid;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  place-items: center;
  color: var(--noor-sage);
  font-size: 11px;
}

.noor-gift-products {
  padding-top: clamp(64px, 8vw, 104px);
  padding-bottom: clamp(88px, 10vw, 136px);
}

.noor-section-heading {
  display: grid;
  max-width: 980px;
  margin: 0 auto 34px;
  grid-template-columns: 1fr minmax(300px, .8fr);
  align-items: end;
  gap: 56px;
}

.noor-section-heading h2 {
  margin: 0;
  color: var(--noor-dark);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 430;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.noor-section-heading > p {
  margin: 0;
  color: var(--noor-muted);
  font-size: 17px;
  line-height: 1.6;
}

.noor-product-card {
  display: grid;
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--noor-line);
  border-radius: 4px;
  grid-template-columns: minmax(330px, .9fr) minmax(390px, 1.1fr);
  background: var(--noor-white);
  box-shadow: var(--noor-shadow);
  color: var(--noor-text);
  text-decoration: none;
  transition: box-shadow .25s ease, transform .25s ease;
}

.noor-product-card:hover,
.noor-product-card:focus-visible {
  box-shadow: 0 28px 72px rgba(48, 56, 52, .15);
  color: var(--noor-text);
  transform: translateY(-4px);
}

.noor-product-card:focus-visible,
.noor-gift-button:focus-visible {
  outline: 3px solid rgba(139, 175, 153, .55);
  outline-offset: 4px;
}

.noor-product-card__visual {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 455px;
  overflow: hidden;
  padding: 44px;
  flex-direction: column;
  justify-content: flex-end;
  background: var(--noor-dark);
  color: var(--noor-white);
}

.noor-product-card__visual::before {
  position: absolute;
  inset: -4%;
  z-index: -1;
  background: url("brand/noor-pattern.svg") center / 820px auto repeat;
  content: "";
  filter: invert(1);
  opacity: .045;
  transform: rotate(-4deg);
}

.noor-product-card__visual::after {
  position: absolute;
  top: 82px;
  right: 72px;
  z-index: -1;
  width: 1px;
  height: 132px;
  background: rgba(255, 255, 255, .3);
  content: "";
}

.noor-product-card__visual img {
  position: absolute;
  top: 40px;
  left: 42px;
  width: 150px;
  height: 60px;
  object-fit: contain;
}

.noor-product-card__visual small {
  position: absolute;
  top: 98px;
  left: 45px;
  color: var(--noor-sage);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .22em;
}

.noor-product-card__visual strong {
  position: relative;
  font-size: clamp(39px, 4vw, 51px);
  font-weight: 420;
  letter-spacing: -.025em;
  line-height: 1;
}

.noor-product-card__visual i {
  position: relative;
  margin-top: 16px;
  color: var(--noor-sage);
  font-size: 16px;
  font-style: normal;
}

.noor-product-card__content {
  display: flex;
  padding: clamp(42px, 5vw, 68px);
  flex-direction: column;
  justify-content: center;
}

.noor-product-card__content > strong {
  margin-bottom: 20px;
  color: var(--noor-dark);
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 430;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.noor-product-card__content > span:not(.noor-gift-eyebrow, .noor-product-points) {
  color: var(--noor-muted);
  font-size: 17px;
  line-height: 1.65;
}

.noor-product-points {
  display: flex;
  margin-top: 27px;
  flex-wrap: wrap;
  gap: 8px;
}

.noor-product-points i {
  padding: 7px 10px;
  border-radius: 2px;
  background: var(--noor-soft);
  color: var(--noor-green-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.noor-product-card__content em {
  display: inline-flex;
  margin-top: 34px;
  align-items: center;
  gap: 13px;
  color: var(--noor-dark);
  font-size: 16px;
  font-style: normal;
  font-weight: 750;
}

.noor-product-card__content em b {
  transition: transform .2s ease;
}

.noor-product-card:hover em b {
  transform: translateX(5px);
}

.noor-gift-checkout {
  display: grid;
  padding-top: clamp(42px, 6vw, 76px);
  padding-bottom: clamp(90px, 10vw, 135px);
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 36px;
}

.noor-gift-checkout__form {
  padding: clamp(28px, 4.5vw, 54px);
  border: 1px solid var(--noor-line);
  border-radius: 4px;
  background: var(--noor-white);
  box-shadow: var(--noor-shadow);
}

.noor-form-heading {
  margin-bottom: 30px;
}

.noor-form-heading h2 {
  margin: 0 0 7px;
  color: var(--noor-dark);
  font-size: clamp(31px, 3vw, 40px);
  font-weight: 440;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.noor-form-heading > p:last-child {
  margin: 0;
  color: var(--noor-muted);
  font-size: 14px;
}

.noor-gift-steps {
  display: grid;
  margin: 0 0 42px;
  border-bottom: 1px solid var(--noor-line);
  grid-template-columns: repeat(3, 1fr);
}

.noor-gift-steps span {
  position: relative;
  display: flex;
  padding: 0 6px 16px;
  align-items: center;
  gap: 9px;
  color: #929a95;
  font-size: 13px;
  font-weight: 650;
}

.noor-gift-steps span::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
  content: "";
}

.noor-gift-steps b {
  display: grid;
  width: 26px;
  height: 26px;
  border: 1px solid var(--noor-line);
  border-radius: 50%;
  place-items: center;
  background: var(--noor-white);
  font-size: 11px;
}

.noor-gift-steps .is-active,
.noor-gift-steps .is-complete {
  color: var(--noor-dark);
}

.noor-gift-steps .is-active::after {
  background: var(--noor-green);
}

.noor-gift-steps .is-active b,
.noor-gift-steps .is-complete b {
  border-color: var(--noor-green);
  background: var(--noor-green);
  color: var(--noor-white);
}

.noor-gift-form-step fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.noor-form-section {
  margin-bottom: 32px !important;
  padding-bottom: 32px !important;
  border-bottom: 1px solid var(--noor-line) !important;
}

.noor-form-section--last {
  border-bottom: 0 !important;
}

.noor-form-section legend,
.noor-gift-form-step h2 {
  margin: 0 0 7px;
  color: var(--noor-dark);
  font-size: 21px;
  font-weight: 650;
  line-height: 1.25;
}

.noor-form-section legend > span {
  margin-right: 9px;
  color: var(--noor-green-dark);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .13em;
  vertical-align: 3px;
}

.noor-form-section legend small {
  color: var(--noor-muted);
  font-size: 13px;
  font-weight: 400;
}

.noor-field-help {
  margin: 0 0 18px;
  color: var(--noor-muted);
  font-size: 14px;
  line-height: 1.5;
}

.noor-amount-options {
  display: grid;
  margin-bottom: 17px;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.noor-amount-options button {
  min-height: 54px;
  padding: 11px !important;
  border: 1px solid var(--noor-line) !important;
  border-radius: 3px !important;
  background: var(--noor-white) !important;
  box-shadow: none !important;
  color: var(--noor-dark) !important;
  font-size: 16px !important;
  font-weight: 720 !important;
  cursor: pointer;
}

.noor-amount-options button:hover,
.noor-amount-options button:focus-visible,
.noor-amount-options button.is-selected {
  border-color: var(--noor-green) !important;
  background: var(--noor-soft) !important;
  box-shadow: inset 0 0 0 1px var(--noor-green) !important;
}

.noor-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.noor-field-grid[hidden] {
  display: none !important;
}

.noor-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--noor-dark);
  font-size: 14px;
  font-weight: 650;
}

.noor-field input,
.noor-field textarea {
  width: 100%;
  border: 1px solid #cbd3ce !important;
  border-radius: 3px !important;
  background: var(--noor-white) !important;
  box-shadow: none !important;
  color: var(--noor-dark) !important;
  font-size: 16px !important;
}

.noor-field input::placeholder,
.noor-field textarea::placeholder {
  color: #909993;
  opacity: 1;
}

.noor-field input {
  height: 54px;
  padding: 0 15px !important;
}

.noor-field textarea {
  min-height: 112px;
  padding: 14px 15px !important;
  resize: vertical;
}

.noor-field input:focus,
.noor-field textarea:focus {
  border-color: var(--noor-green-dark) !important;
  outline: 3px solid rgba(139, 175, 153, .2) !important;
}

.noor-field small {
  color: var(--noor-muted);
  font-size: 12px;
  font-weight: 400;
}

.noor-field--amount {
  max-width: 260px;
}

.noor-amount-input {
  position: relative;
  display: block;
}

.noor-amount-input input {
  padding-right: 42px !important;
}

.noor-amount-input i {
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--noor-dark);
  font-size: 17px;
  font-style: normal;
  transform: translateY(-50%);
}

.noor-counter {
  position: absolute;
  right: 10px;
  bottom: 9px;
  padding: 2px 5px;
  background: var(--noor-white);
}

.noor-check {
  display: flex;
  margin: 0 0 20px;
  align-items: flex-start;
  gap: 11px;
  color: var(--noor-dark);
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
}

.noor-check input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin: 2px 0 0;
  accent-color: var(--noor-dark);
}

.noor-check a {
  color: inherit;
  text-decoration: underline;
}

.noor-check--self {
  padding: 15px 16px;
  border: 1px solid var(--noor-line);
  border-radius: 3px;
  background: var(--noor-soft);
}

.noor-check--self b,
.noor-check--self small {
  display: block;
}

.noor-check--self b {
  margin-bottom: 2px;
}

.noor-check--self small {
  color: var(--noor-muted);
  font-size: 12px;
}

.noor-gift-button {
  display: inline-flex;
  min-height: 56px;
  padding: 14px 25px !important;
  border: 1px solid var(--noor-dark) !important;
  border-radius: 2px !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--noor-dark) !important;
  box-shadow: none !important;
  color: var(--noor-white) !important;
  font-size: 15px !important;
  font-weight: 720 !important;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.noor-gift-button:hover,
.noor-gift-button:focus-visible {
  border-color: var(--noor-green-dark) !important;
  background: var(--noor-green-dark) !important;
  color: var(--noor-white) !important;
  transform: translateY(-2px);
}

.noor-gift-button:disabled {
  cursor: wait;
  opacity: .65;
  transform: none;
}

.noor-gift-button--light {
  border-color: var(--noor-white) !important;
  background: var(--noor-white) !important;
  color: var(--noor-dark) !important;
}

.noor-gift-button--light:hover,
.noor-gift-button--light:focus-visible {
  border-color: var(--noor-green) !important;
  background: var(--noor-green) !important;
  color: var(--noor-dark) !important;
}

.noor-gift-button--secondary {
  border-color: var(--noor-line) !important;
  background: var(--noor-white) !important;
  color: var(--noor-dark) !important;
}

.noor-gift-button--wide {
  width: 100%;
}

.noor-gift-assurance {
  position: sticky;
  top: 126px;
  overflow: hidden;
  border: 1px solid var(--noor-line);
  border-radius: 4px;
  background: var(--noor-white);
  box-shadow: 0 16px 44px rgba(48, 56, 52, .07);
}

.noor-assurance-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 258px;
  overflow: hidden;
  padding: 27px;
  flex-direction: column;
  background: var(--noor-dark);
  color: var(--noor-white);
}

.noor-assurance-card::after {
  position: absolute;
  right: 20px;
  bottom: 12px;
  z-index: -1;
  width: 104px;
  height: 74px;
  background: url("brand/noor-infinity-light.svg") center / contain no-repeat;
  content: "";
  opacity: .11;
}

.noor-assurance-card img {
  width: 108px;
  height: 40px;
  margin-bottom: 23px;
  object-fit: contain;
}

.noor-assurance-card > span {
  color: var(--noor-sage);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.noor-assurance-card > strong {
  margin-top: auto;
  font-size: 44px;
  font-weight: 450;
  letter-spacing: -.025em;
}

.noor-assurance-card > small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
}

.noor-assurance-content {
  padding: 27px;
}

.noor-assurance-content h2 {
  margin: 0 0 22px;
  color: var(--noor-dark);
  font-size: 22px;
  font-weight: 620;
}

.noor-assurance-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: noor-steps;
}

.noor-assurance-content li {
  position: relative;
  margin: 0 0 20px;
  padding-left: 34px;
  counter-increment: noor-steps;
}

.noor-assurance-content li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  place-items: center;
  background: var(--noor-soft);
  color: var(--noor-green-dark);
  content: counter(noor-steps);
  font-size: 11px;
  font-weight: 750;
}

.noor-assurance-content li b,
.noor-assurance-content li span {
  display: block;
}

.noor-assurance-content li b {
  margin-bottom: 2px;
  color: var(--noor-dark);
  font-size: 14px;
}

.noor-assurance-content li span,
.noor-assurance-content p {
  color: var(--noor-muted);
  font-size: 13px;
  line-height: 1.5;
}

.noor-assurance-content p {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--noor-line);
}

.noor-assurance-content a {
  color: var(--noor-dark);
  font-weight: 720;
}

.noor-review-heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--noor-green-dark);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.noor-review-heading h2 {
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 440;
}

.noor-step-intro {
  margin: 0 0 26px;
  color: var(--noor-muted);
  font-size: 15px;
  line-height: 1.55;
}

.noor-management-preview-note {
  display: grid;
  padding: 20px 22px;
  border-left: 4px solid var(--noor-green);
  background: var(--noor-soft);
  color: var(--noor-dark);
  gap: 5px;
}

.noor-management-preview-note strong {
  font-size: 16px;
}

.noor-management-preview-note span {
  color: var(--noor-muted);
  font-size: 13px;
  line-height: 1.5;
}

.noor-order-review {
  margin: 27px 0;
  border-top: 1px solid var(--noor-line);
}

.noor-order-review > div {
  display: grid;
  padding: 15px 0;
  border-bottom: 1px solid var(--noor-line);
  grid-template-columns: 95px 1fr;
  gap: 18px;
}

.noor-order-review dt,
.noor-order-review dd {
  margin: 0;
}

.noor-order-review dt {
  color: var(--noor-muted);
  font-size: 13px;
}

.noor-order-review dd {
  color: var(--noor-dark);
  font-size: 14px;
}

.noor-form-actions {
  display: flex;
  margin-top: 26px;
  justify-content: space-between;
  gap: 14px;
}

.noor-form-error {
  margin: 18px 0;
  padding: 13px 15px;
  border-left: 4px solid var(--noor-error);
  background: #fff2f1;
  color: #772d29;
  font-size: 14px;
}

.noor-payment-note {
  margin: 16px 0 0;
  color: var(--noor-muted);
  font-size: 12px;
  text-align: right;
}

.noor-privacy-note,
.noor-form-disclosure {
  margin: -6px 0 22px;
  color: var(--noor-muted);
  font-size: 12px;
  line-height: 1.55;
}

.noor-privacy-note a,
.noor-form-disclosure a {
  color: var(--noor-dark);
  text-decoration: underline;
}

.noor-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.noor-gift-result {
  display: grid;
  min-height: 72vh;
  padding-top: clamp(110px, 13vw, 170px);
  padding-bottom: 100px;
  place-items: center;
}

.noor-result-card {
  width: min(660px, 100%);
  padding: clamp(36px, 6vw, 64px);
  border: 1px solid var(--noor-line);
  border-radius: 4px;
  background: var(--noor-white);
  box-shadow: var(--noor-shadow);
  text-align: center;
}

.noor-result-icon {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 24px;
  border-radius: 50%;
  place-items: center;
  background: var(--noor-green);
  color: var(--noor-white);
  font-size: 26px;
}

.noor-result-icon--muted {
  background: var(--noor-soft);
  color: var(--noor-dark);
}

.noor-result-card h1 {
  margin: 0 0 17px;
  color: var(--noor-dark);
  font-size: clamp(34px, 5vw, 50px);
  font-weight: 430;
  letter-spacing: -.03em;
  line-height: 1.05;
}

.noor-result-card > p:not(.noor-gift-eyebrow) {
  max-width: 510px;
  margin: 0 auto 28px;
  color: var(--noor-muted);
  font-size: 16px;
  line-height: 1.62;
}

.noor-legal-hero {
  padding: clamp(56px, 7vw, 88px) 0 clamp(42px, 5vw, 64px);
  border-bottom: 5px solid var(--noor-green);
  background: var(--noor-dark);
  color: var(--noor-white);
}

.noor-legal-hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--noor-white);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 440;
  letter-spacing: -.03em;
  line-height: 1.05;
}

.noor-legal-hero p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.6;
}

.noor-legal-page,
.noor-withdrawal {
  display: grid;
  padding-top: clamp(42px, 6vw, 76px);
  padding-bottom: clamp(72px, 9vw, 112px);
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 42px;
}

.noor-legal-page--single {
  display: block;
}

.noor-legal-page article,
.noor-withdrawal__card {
  padding: clamp(28px, 4.5vw, 52px);
  border: 1px solid var(--noor-line);
  border-radius: 4px;
  background: var(--noor-white);
  box-shadow: var(--noor-shadow);
}

.noor-legal-page--single article {
  max-width: 850px;
  margin: 0 auto;
}

.noor-legal-page h2,
.noor-withdrawal h2 {
  margin: 38px 0 11px;
  color: var(--noor-dark);
  font-size: 23px;
  font-weight: 650;
  line-height: 1.25;
}

.noor-legal-page h2:first-child,
.noor-withdrawal h2:first-child {
  margin-top: 0;
}

.noor-legal-page p,
.noor-withdrawal__card > p {
  margin: 0 0 16px;
  color: var(--noor-muted);
  font-size: 15px;
  line-height: 1.72;
}

.noor-legal-page a,
.noor-withdrawal a {
  color: var(--noor-green-dark);
}

.noor-legal-aside {
  position: sticky;
  top: 126px;
  padding: 26px;
  border: 1px solid var(--noor-line);
  border-top: 4px solid var(--noor-green);
  background: var(--noor-white);
  color: var(--noor-muted);
}

.noor-legal-aside > strong {
  display: block;
  margin-bottom: 14px;
  color: var(--noor-dark);
  font-size: 18px;
}

.noor-legal-aside ul,
.noor-legal-aside ol {
  margin: 0 0 22px;
  padding-left: 20px;
}

.noor-legal-aside li,
.noor-legal-aside p {
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 1.55;
}

.noor-withdrawal__card form {
  display: grid;
  gap: 21px;
}

.noor-withdrawal__card .noor-form-disclosure {
  margin: 0;
}

.noor-withdrawal-success {
  padding: 24px;
  border-left: 4px solid var(--noor-green);
  background: var(--noor-soft);
}

.noor-withdrawal-success > strong {
  color: var(--noor-dark);
  font-size: 20px;
}

.noor-withdrawal-success p {
  margin: 8px 0 18px;
  color: var(--noor-muted);
}

.noor-withdrawal-success dl,
.noor-withdrawal-success dl div {
  margin: 0;
}

.noor-withdrawal-success dl div {
  display: grid;
  padding: 8px 0;
  grid-template-columns: 130px 1fr;
  gap: 15px;
}

.noor-withdrawal-success dt {
  color: var(--noor-muted);
}

.noor-withdrawal-success dd {
  margin: 0;
  color: var(--noor-dark);
  font-weight: 700;
}

.noor-legal-footer {
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: var(--noor-dark);
  color: rgba(255, 255, 255, .7);
}

.noor-legal-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.noor-legal-footer__inner > div,
.noor-legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
}

.noor-legal-footer__inner > div {
  max-width: 620px;
}

.noor-legal-footer strong {
  color: var(--noor-white);
}

.noor-legal-footer span,
.noor-legal-footer a {
  color: inherit;
  font-size: 12px;
  line-height: 1.45;
}

.noor-legal-footer nav {
  justify-content: flex-end;
}

.noor-legal-footer nav a {
  color: var(--noor-white);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.noor-legal-footer nav .noor-withdrawal-link {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .42);
  text-decoration: none;
}

@media (max-width: 940px) {
  .noor-section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .noor-product-card {
    grid-template-columns: 1fr;
  }

  .noor-product-card__visual {
    min-height: 360px;
  }

  .noor-gift-checkout {
    grid-template-columns: 1fr;
  }

  .noor-gift-assurance {
    position: static;
    display: grid;
    grid-template-columns: minmax(250px, .8fr) 1fr;
  }

  .noor-legal-page,
  .noor-withdrawal {
    grid-template-columns: 1fr;
  }

  .noor-legal-aside {
    position: static;
  }

  .noor-legal-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .noor-legal-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .noor-gift-shell {
    width: min(100% - 28px, 1120px);
  }

  .noor-gift-hero,
  .noor-gift-hero--compact {
    padding-top: 44px;
    padding-bottom: 36px;
  }

  .noor-gift-hero::before {
    display: none;
  }

  .noor-gift-hero--compact {
    padding-top: 25px;
    padding-bottom: 28px;
  }

  .noor-gift-hero--compact .noor-gift-back {
    margin-bottom: 17px;
    font-size: 13px;
  }

  .noor-gift-hero h1 {
    font-size: 36px;
  }

  .noor-gift-hero--compact h1 {
    font-size: 34px;
  }

  .noor-gift-lead {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.48;
  }

  .noor-gift-hero--compact .noor-gift-trust {
    display: none;
  }

  .noor-gift-products {
    padding-top: 42px;
    padding-bottom: 70px;
  }

  .noor-section-heading {
    margin-bottom: 24px;
  }

  .noor-section-heading h2 {
    font-size: 30px;
  }

  .noor-section-heading > p {
    font-size: 15px;
    line-height: 1.5;
  }

  .noor-product-card__visual {
    min-height: 250px;
    padding: 29px;
  }

  .noor-product-card__visual img {
    top: 25px;
    left: 27px;
    width: 124px;
  }

  .noor-product-card__visual small {
    top: 79px;
    left: 30px;
  }

  .noor-product-card__content {
    padding: 27px 23px 31px;
  }

  .noor-gift-checkout {
    width: 100%;
    padding-top: 0;
    padding-bottom: 64px;
    gap: 14px;
  }

  .noor-gift-checkout__form {
    padding: 26px 20px 36px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .noor-form-heading,
  .noor-gift-steps {
    display: none;
  }

  .noor-form-section {
    margin-bottom: 26px !important;
    padding-bottom: 26px !important;
  }

  .noor-form-section legend {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .noor-field-help {
    display: none;
  }

  .noor-amount-options {
    margin-bottom: 14px;
    grid-template-columns: repeat(2, 1fr);
  }

  .noor-amount-options button,
  .noor-field input {
    min-height: 50px;
    height: 50px;
  }

  .noor-field-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .noor-field--amount {
    max-width: none;
  }

  .noor-gift-assurance {
    display: none;
  }

  .noor-management-preview-note {
    display: none;
  }

  .noor-review-heading > span {
    display: none;
  }

  .noor-form-actions {
    flex-direction: column-reverse;
  }

  .noor-form-actions .noor-gift-button {
    width: 100%;
  }

  .noor-payment-note {
    text-align: center;
  }

  .noor-legal-hero {
    padding: 30px 0 34px;
  }

  .noor-legal-hero h1 {
    font-size: 34px;
  }

  .noor-legal-hero p:last-child {
    font-size: 15px;
    line-height: 1.5;
  }

  .noor-legal-page,
  .noor-withdrawal {
    width: 100%;
    padding-top: 0;
    padding-bottom: 48px;
    gap: 14px;
  }

  .noor-legal-page article,
  .noor-withdrawal__card {
    padding: 30px 20px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .noor-legal-aside {
    margin: 0 14px;
  }

  .noor-legal-footer {
    padding: 28px 0;
  }

  .noor-legal-footer__inner > div,
  .noor-legal-footer nav {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .noor-gift-main *,
  .noor-gift-main *::before,
  .noor-gift-main *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
