/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .row-1 {
    grid-row: 1;
  }
  .row-2 {
    grid-row: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .w-full {
    width: 100%;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@charset "UTF-8";
.module--padding-none {
  padding-top: 0;
  padding-bottom: 0;
}
.module--padding-top {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .module--padding-top {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {
  .module--padding-top {
    padding-top: 48px;
  }
}
.module--padding-bottom {
  padding-top: 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .module--padding-bottom {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .module--padding-bottom {
    padding-bottom: 48px;
  }
}
.module--padding-both {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .module--padding-both {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .module--padding-both {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.button__underline {
  position: relative;
  align-self: center;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #404d6a;
  width: fit-content;
  font-family: basefont, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  cursor: pointer;
}
.button__underline:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #404d6a;
  width: 100%;
  left: 0;
  bottom: -3px;
}

/* Ivy Presto Display — headfont */
/* Thin */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
/* Thin Italic */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
/* Light Italic */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
/* Regular */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
/* Regular Italic */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
/* SemiBold */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
/* SemiBold Italic */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: "headfont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli/fonts/IvyPresto/IvyprestoDisplay-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/* Light Italic */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
/* Book */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/* Book Italic */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-BookItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/* Demi */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-Demi.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
/* Demi Italic */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/Neutra2Text-DemiItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
/* Light Alt */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/NeutraText-LightAlt.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
/* Light Alt Italic */
@font-face {
  font-family: "basefont";
  src: url("https://cdn2.hubspot.net/hubfs/46322191/cli-assets/fonts/NeutraText-LightAltItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
.hs-form-field {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}

.hs-form-field input,
.hs-form-field select {
  height: 3rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #404d6a;
  font-size: 16px;
  font-family: "basefont";
  transition: 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  outline: none;
  background: none;
  color: #404d6a;
}

.hs-form-field label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #404d6a;
  text-align: left;
  transition: 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  font-size: 1rem;
  pointer-events: none;
}

.hs-form-field input.filled ~ label,
.hs-form-field input:focus ~ label {
  top: 0;
  left: 0;
  font-size: 12px;
  color: #404d6a;
}

.hs-form-field input:hover {
  border-bottom: 1px solid #404d6a;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.entryError .underline,
.entrySuccess .underline {
  display: none;
}

.hs-form-field legend {
  font-size: 16px;
  font-family: "basefont";
  transition: 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  color: #404d6a;
}

.hs-form-field textarea {
  border: none;
  border-bottom: 1px solid #404d6a;
  font-size: 16px;
  font-family: "basefont";
  transition: 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  outline: none;
  background: none;
  color: #404d6a;
  width: 100%;
}

.hs-fieldtype-select label,
.hs-fieldtype-text label,
.hs-fieldtype-textarea label,
.hs-fieldtype-file label {
  position: relative !important;
}

.gift-card {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .gift-card {
    font-size: 18px;
    line-height: 26px;
  }
}
.gift-card .hr {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  background-color: #d8d9d9;
}
.gift-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .gift-card__content {
    flex-direction: row;
    align-items: flex-start;
  }
}
.gift-card__image {
  flex: 1;
}
.gift-card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.gift-card__content-column {
  width: calc(100% - 32px);
  margin: 24px 16px 0 16px;
}
@media (min-width: 768px) {
  .gift-card__content-column {
    margin: 64px 5% 0 5%;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .gift-card__content-column {
    margin: 64px 10% 0 10%;
    width: 30%;
  }
}
.gift-card__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
}
.gift-card__legal {
  font-size: 16px;
  line-height: 24px;
}
.gift-card__legal-fine {
  font-size: 12px;
  line-height: 16px;
}
.gift-card__legal-footer {
  font-weight: 600;
}
.gift-card__radio-container {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .gift-card__radio-container {
    gap: 24px;
  }
}
.gift-card__radio-button {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
}
.gift-card__radio-label {
  position: relative;
  width: calc(50% - 8px);
  height: 56px;
  padding: 16px 12px;
  border: 1px solid rgba(64, 77, 106, 0.2);
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .gift-card__radio-label {
    width: calc(50% - 12px);
  }
}
.gift-card__radio-label.has-promo {
  padding-top: 8px;
}
.gift-card__radio-label.visuallyHidden {
  position: absolute;
}
.gift-card__promo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  background-color: #ECEDF0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}
.gift-card__radio-label.other, input[type=radio]:checked + .gift-card__radio-label {
  border-color: #404d6a;
  background-color: #ECEDF0;
}
.gift-card__reference-title {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  font-size: 16px;
  line-height: 24px;
  background-color: #FEFCF5;
  z-index: 99;
  font-weight: 600;
}
.gift-card__reference {
  position: relative;
}
.gift-card__reference::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d8d9d9;
}
.gift-card__reference-container {
  display: flex;
}
.gift-card__reference-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  border-right: 1px solid #d8d9d9;
}
.gift-card__reference-item:last-child {
  border-right: none;
}
.gift-card__reference-top {
  font-family: "headfont", arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.gift-card__reference-bottom {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 400;
}
.gift-card__reference-last {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
}
.gift-card__label {
  font-size: 12px;
  line-height: 16px;
}
.gift-card__input {
  display: block;
  width: 100%;
  padding-bottom: 6px;
  border: none;
  border-bottom: 1px solid #d8d9d9;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
}
.gift-card__form-item__optional-message {
  margin-bottom: 2rem;
}
.gift-card__form-item-additional-email {
  position: relative;
  padding: 16px;
  border: 1px solid #404d6a;
  background-color: #ecedf0;
}
.gift-card__form-item-additional-email.disabled {
  opacity: 0.5;
}
.gift-card__form-item-additional-email .additional-email__copy {
  display: flex;
  align-items: center;
  gap: 4%;
  position: relative;
  width: 100%;
  align-items: flex-start;
  line-height: normal;
  /* Checkmark (Tick) */
  /* Checked State */
}
@media (min-width: 1024px) {
  .gift-card__form-item-additional-email .additional-email__copy {
    gap: 3%;
  }
}
.gift-card__form-item-additional-email .additional-email__copy:hover {
  cursor: pointer;
}
.gift-card__form-item-additional-email .additional-email__copy.disabled:hover {
  cursor: not-allowed;
}
.gift-card__form-item-additional-email .additional-email__copy .consent-copy {
  width: 93%;
}
@media (min-width: 1024px) {
  .gift-card__form-item-additional-email .additional-email__copy .consent-copy {
    width: 92%;
  }
}
.gift-card__form-item-additional-email .additional-email__copy input[type=checkbox] {
  display: none;
}
.gift-card__form-item-additional-email .additional-email__copy .checkmark {
  width: 7%;
  aspect-ratio: 1/1;
  border: 2px solid #404d6a;
  background-color: #fff;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}
@media (min-width: 1024px) {
  .gift-card__form-item-additional-email .additional-email__copy .checkmark {
    width: 5%;
  }
}
.gift-card__form-item-additional-email .additional-email__copy .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.gift-card__form-item-additional-email .additional-email__copy input[type=checkbox]:checked + .checkmark {
  background-color: #404d6a;
  border-color: #404d6a;
}
.gift-card__form-item-additional-email .additional-email__copy input[type=checkbox]:checked + .checkmark::after {
  display: block;
}
.gift-card__form-item-additional-email__content {
  margin-left: 11%;
}
@media (min-width: 1024px) {
  .gift-card__form-item-additional-email__content {
    margin-left: 8%;
  }
}
.gift-card__form-item .button {
  width: 100%;
}
.gift-card .error-field {
  display: none;
  margin-bottom: 12px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 18px;
  color: red;
}
.gift-card .error-field.active {
  display: block;
}
.gift-card .promotionCard {
  display: flex;
  background-color: #ecedf0;
  margin-bottom: 16px;
  padding: 4px 16px;
  font-weight: 600;
  width: 100%;
}
.gift-card .promotionCard p {
  margin: 12px 0;
}
.gift-card .promotionCard p:has(> p) {
  margin: 0;
}
.gift-card .promotionCard img {
  display: block;
  max-width: 100%;
  height: auto;
}

.custom-gift-card-container {
  width: calc(50% - 12px);
  display: flex;
  flex-wrap: wrap;
}
.custom-gift-card-container .gift-card__radio-label {
  width: 100%;
}
.custom-gift-card-container .error-field.custom-gift-card {
  margin-top: 16px;
}

@tailwind components;
@tailwind utilities;
/* 
Add tailwind css below
*/