/*! 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-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .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-bundle__wrapper {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .gift-card-bundle__wrapper {
    font-size: 18px;
    line-height: 26px;
  }
}
.gift-card-bundle__wrapper.gift-card-bundle--uses-offer-filter:not(.gift-card-bundle--locations-ready):not(.gift-card-bundle--no-offer-locations) .gift-card-bundle__app {
  display: none;
}
.gift-card-bundle__wrapper.gift-card-bundle--no-offer-locations .gift-card-bundle__location-shell {
  display: none;
}
.gift-card-bundle__wrapper.gift-card-bundle--no-offer-locations .gift-card-bundle__empty-offers-locations {
  display: block;
}
.gift-card-bundle__wrapper.gift-card-bundle--no-offer-locations .gift-card-bundle__app {
  display: none;
}

.gift-card-bundle__empty-offers-locations {
  display: none;
  margin: 0 auto 2rem;
  max-width: 480px;
  text-align: center;
}

.gift-card-bundle__empty-offers-copy {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
  color: #404d6a;
}

.gift-card-bundle__find-boutique-cta {
  display: inline-block;
}

.gift-card-bundle__location {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.gift-card-bundle__location .location-picker__head {
  justify-content: center;
}
.gift-card-bundle__location .location-picker__dropdown-trigger {
  display: none;
}
.gift-card-bundle__location .location-picker__header {
  font-family: "headfont", arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  color: #404d6a;
}
.gift-card-bundle__location .location-picker__card-container {
  text-align: left;
}

.gift-card-bundle__legal-footer {
  margin-top: 16px;
  font-size: 18px;
  line-height: 28px;
  color: #404d6a;
  font-weight: 600;
}
@media (max-width: 767px) {
  .gift-card-bundle__legal-footer {
    font-size: 16px;
    line-height: 24px;
  }
}
.gift-card-bundle__legal-footer p {
  margin: 0;
}

.gift-card-bundle__loading {
  margin-top: 32px;
}

.gift-card-bundle__empty {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
  color: #404d6a;
}

.gift-card-bundle__old-site {
  margin-top: 32px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.gift-card-bundle__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .gift-card-bundle__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.gift-card-bundle__card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(64, 77, 106, 0.2);
  background-color: #FEFCF5;
  text-align: left;
}

.gift-card-bundle__card-title {
  font-family: "headfont", arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  color: #404d6a;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .gift-card-bundle__card-title {
    font-size: 24px;
  }
}

.gift-card-bundle__badge {
  display: inline-block;
  align-self: flex-start;
  font-weight: 600;
  margin: 0 0 16px;
  padding: 4px 10px;
  font-family: "basefont", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  background-color: #E2E0DA;
}
@media (max-width: 767px) {
  .gift-card-bundle__badge {
    font-size: 14px;
  }
}

.gift-card-bundle__items-label {
  margin: 0 0 12px;
  font-family: "basefont", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #404d6a;
}
@media (max-width: 767px) {
  .gift-card-bundle__items-label {
    font-size: 14px;
    line-height: 20px;
  }
}

.gift-card-bundle__items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gift-card-bundle__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  color: #404d6a;
}
@media (max-width: 767px) {
  .gift-card-bundle__item {
    font-size: 16px;
    line-height: 24px;
  }
}
.gift-card-bundle__item:last-child {
  margin-bottom: 0;
}

.gift-card-bundle__check {
  flex-shrink: 0;
  color: #404d6a;
  margin-top: 2px;
}

.gift-card-bundle__divider {
  width: 100%;
  height: 1px;
  margin: 20px 0 16px;
  background-color: #d8d9d9;
}

.gift-card-bundle__pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.gift-card-bundle__price-current {
  font-family: "headfont", arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #404d6a;
}
@media (max-width: 767px) {
  .gift-card-bundle__price-current {
    font-size: 24px;
  }
}

.gift-card-bundle__price-was {
  font-family: "basefont", arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #8F98A8;
  text-decoration: line-through;
}

.gift-card-bundle__cta {
  margin-top: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.gift-card-bundle__terms-source {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gift-card-bundle__modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px;
  overflow-y: auto;
  background-color: rgba(15, 23, 42, 0.45);
}
@media (max-width: 767px) {
  .gift-card-bundle__modal-backdrop {
    padding: 0;
    align-items: stretch;
    justify-content: flex-start;
    overflow-y: hidden;
  }
}

.gift-card-bundle__modal {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto 0;
  padding: 52px 24px 32px;
  background-color: #f9f7f2;
  border: none;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.12);
}
@media (max-width: 767px) {
  .gift-card-bundle__modal {
    display: flex;
    flex-direction: column;
    max-width: none;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    padding: max(52px, env(safe-area-inset-top, 0px) + 40px) max(16px, env(safe-area-inset-right, 0px)) max(24px, env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-left, 0px));
    box-shadow: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.gift-card-bundle__modal-frame {
  border: 1px solid #d8d9d9;
  background-color: transparent;
}

.gift-card-bundle__modal-frame-section {
  padding: 24px;
}

.gift-card-bundle__modal-frame-rule {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #d8d9d9;
}

.gift-card-bundle__modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  color: #404d6a;
  cursor: pointer;
}
.gift-card-bundle__modal-close:hover, .gift-card-bundle__modal-close:focus-visible {
  opacity: 0.65;
}
.gift-card-bundle__modal-close:focus-visible {
  outline: 2px solid rgba(64, 77, 106, 0.45);
  outline-offset: 2px;
}
@media (max-width: 767px) {
  .gift-card-bundle__modal-close {
    top: max(14px, env(safe-area-inset-top, 0px));
    right: max(14px, env(safe-area-inset-right, 0px));
  }
}

.gift-card-bundle__modal-card {
  margin-bottom: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.gift-card-bundle__modal-card .gift-card-bundle__card-title {
  font-size: 24px;
  line-height: 32px;
}

.gift-card-bundle__modal-form {
  text-align: left;
}
.gift-card-bundle__modal-form .gift-card-bundle__form-item.mb-6 {
  margin-bottom: 24px;
}
.gift-card-bundle__modal-form .h5.mb-4 {
  margin-bottom: 16px;
}
.gift-card-bundle__modal-form .mt-4 {
  margin-top: 16px;
}

.gift-card-bundle__form-item {
  margin-bottom: 0;
}

.gift-card-bundle__optional-message-heading {
  margin-bottom: 1rem;
}

.gift-card-bundle__label {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.gift-card-bundle__input {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 6px;
  border: none;
  border-bottom: 1px solid #d8d9d9;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  color: #404d6a;
}
.gift-card-bundle__input:focus {
  outline: none;
  border-bottom-color: rgba(64, 77, 106, 0.65);
}

.gift-card-bundle__textarea {
  min-height: 20px;
  padding-top: 8px;
  resize: vertical;
}

.gift-card-bundle__hr {
  width: 100%;
  height: 1px;
  margin: 24px 0;
  background-color: #d8d9d9;
}

.gift-card-bundle__total .h4 {
  margin: 0;
  font-family: "headfont", arial, sans-serif;
  color: #404d6a;
}

.gift-card-bundle__form-error {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 20px;
  color: #b42318;
}

.gift-card-bundle__terms-accordion {
  margin-top: 0;
  border-top: 1px solid #d8d9d9;
  padding-top: 20px;
}

.gift-card-bundle__terms-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: "basefont", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #404d6a;
  cursor: pointer;
  text-decoration: none;
}
.gift-card-bundle__terms-toggle:hover {
  text-decoration: none;
  opacity: 0.85;
}
.gift-card-bundle__terms-toggle:focus-visible {
  outline: 2px solid rgba(64, 77, 106, 0.35);
  outline-offset: 2px;
}

.gift-card-bundle__terms-toggle-label {
  font-weight: 400;
}

.gift-card-bundle__terms-toggle-icon {
  flex-shrink: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
}

.gift-card-bundle__terms-panel {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #404d6a;
}
.gift-card-bundle__terms-panel p {
  margin: 0 0 10px;
}
.gift-card-bundle__terms-panel p:last-child {
  margin-bottom: 0;
}
.gift-card-bundle__terms-panel ul,
.gift-card-bundle__terms-panel ol {
  margin: 0 0 10px;
  padding-left: 1.25em;
}

.gift-card-bundle__modal-disclaimer {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #404d6a;
}

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