/** Shopify CDN: Minification failed

Line 224:50 Unexpected "'h1'"
Line 225:54 Unexpected "'h1'"
Line 226:58 Unexpected "'h1'"

**/
/* ==========================================================================
   DLP - Store Detail: Klaviyo popup form
   Overlay + modal wrapper and Klaviyo embedded-form style overrides.
   Loaded only when a store block has a Klaviyo Form ID set.
   ========================================================================== */

/* Hidden / visible state */
.klaviyo-hidden {
  display: none !important;
}

.klaviyo-visible {
  display: block !important;
}

/* Overlay + modal shell */
.klaviyo-custom-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: #1e1d1db2;
  transition: opacity 300ms ease !important;
}

.klaviyo-custom-form {
  width: 100%;
  max-width: 587px;
  background: #e9e1d8;
  min-height: 395px;
  max-height: min(90vh, 100dvh - 32px);
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease !important;
}

.klaviyo-cross-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  appearance: none;
}

.klaviyo-cross-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .klaviyo-custom-form,
  .klaviyo-custom-form-overlay {
    transition: none !important;
  }
}

.klaviyo-cross-btn .svg-icon {
  width: 20px;
  height: 20px;
}

/* Klaviyo embedded form overrides */
.klaviyo-form [data-testid="form-row"] {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.klaviyo-form .needsclick [data-testid="form-row"]:not(:first-child) {
  max-width: 374px;
}

.needsclick.klaviyo-form[class*="klaviyo-form-version-cid_"].kl-private-reset-css-Xuajs1 > .needsclick.kl-private-reset-css-Xuajs1 {
  justify-content: flex-start !important;
}

.klaviyo-form[class*="form-version-cid-"] {
  max-width: 610px;
  margin: auto;
}

.klaviyo-form[class*="form-version-cid-"] h1 {
  padding: 39.5px 10px;
  margin-bottom: 40px !important;
  background: linear-gradient(90deg, #752d36 0%, #925f36 100%) !important;
  text-align: center !important;
  font-family: "Work Sans" !important;
  font-size: 25px !important;
  font-weight: 300 !important;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #fff;
}

.klaviyo-form[class*="form-version-cid-"] h1 span {
  color: #fff !important;
  text-align: center;
  font-family: "Work Sans" !important;
  font-weight: 300 !important;
  font-size: 25px !important;
  line-height: 100% !important;
  letter-spacing: -0.8px !important;
}

form.klaviyo-form .needsclick input {
  border: 0.8px solid #5b5b5b !important;
  background: transparent !important;
  border-radius: 0 !important;
  text-align: left !important;
  height: 31px !important;
  box-sizing: border-box;
}

form.klaviyo-form .needsclick input[type="email"] {
  padding: 0px 15px !important;
}

form.klaviyo-form .needsclick input::placeholder,
form.klaviyo-form .needsclick input {
  color: #5b5b5b !important;
  font-family: "Work Sans" !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: -0.8px !important;
}

form.klaviyo-form .needsclick .needsclick input:hover,
form.klaviyo-form .needsclick .needsclick input:focus,
form.klaviyo-form .needsclick .needsclick input:focus-visible {
  border-color: #5b5b5b !important;
  outline: none !important;
}

.klaviyo-form[class*="form-version-cid-"] .needsclick.kl-private-reset-css-Xuajs1 [data-testid="form-row"]:nth-child(1) > div {
  padding: 0px !important;
}

form.klaviyo-form {
  padding: 0px !important;
  margin-top: 0px !important;
  background: transparent !important;
}

form.klaviyo-form .needsclick button:not(button[aria-haspopup="listbox"]) {
  border: none;
  background: #1f1f1f !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-align: center !important;
  font-family: "Work Sans" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: uppercase;
  height: 42px !important;
  padding: 0px !important;
  letter-spacing: -0.8px !important;
  margin-top: 5px !important;
}

.klaviyo-form[class*="form-version-cid-"] p {
  font-family: "Work Sans" !important;
  font-size: 10px !important;
  font-weight: 300 !important;
  line-height: 12px !important;
  text-align: center !important;
  color: #000 !important;
  letter-spacing: -0.3px;
  margin-top: -3px;
  padding-inline: 8px;
}

.klaviyo-form h5 br {
  display: none;
}

form.klaviyo-form .needsclick .needsclick p * {
  font-family: inherit !important;
  font-size: inherit !important;
}

form.klaviyo-form .needsclick .needsclick input[type="tel"] {
  text-align: left !important;
}

.klaviyo-form[class*="form-version-cid-"] p a {
  color: #984461;
}

.klaviyo-form[class*="form-version-cid-"] p a:hover {
  color: #000;
}

.klaviyo-form div[data-testid="form-row"] > * {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.klaviyo-form div[data-testid="form-row"] > *:not('h1'),
.klaviyo-form div[data-testid="form-row"] > * > *:not('h1'),
.klaviyo-form div[data-testid="form-row"] > * > * > *:not('h1') {
  background: transparent !important;
  border: none !important;
  outline: none !important;
}

.klaviyo-form button[aria-haspopup="listbox"] {
  padding: 0px 0px 0px 15px !important;
  width: 76px !important;
  border: 1px solid #5b5b5b !important;
  height: 31px !important;
  margin-right: 10px;
  position: relative;
}

.klaviyo-form button[aria-haspopup="listbox"] svg {
  display: none;
}

.klaviyo-form button[aria-haspopup="listbox"]::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 9px;
  background-image: url(/cdn/shop/files/down-chevron-black.png?v=1746473000);
  background-repeat: no-repeat;
  background-size: contain;
  top: 11px;
  right: 13px;
  pointer-events: none;
}

.klaviyo-form div[id^="downshift-"][role="listbox"] {
  background: #fff !important;
}

.klaviyo-form h5 > * {
  font-size: inherit !important;
  letter-spacing: 0px;
}

.klaviyo-form h5 {
  text-transform: unset !important;
  color: #000 !important;
  font-size: 18px !important;
  line-height: 30px !important;
  font-family: "Work Sans" !important;
  font-weight: 400 !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  letter-spacing: -0.6px;
}

.klaviyo-form h5 * {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}

.klaviyo-form [data-testid="form-row"]:nth-child(2) > div > div > div {
  height: auto !important;
  background: transparent !important;
  border: none !important;
}

.klaviyo-form div[id^="downshift-"][role="listbox"] * {
  background: transparent !important;
}

.klaviyo-form div[id^="downshift-"][role="listbox"] {
  background: rgba(0, 0, 0, 0.9) !important;
  border-color: rgb(0, 0, 0) !important;
}

.klaviyo-form .needsclick [data-testid="form-row"]:nth-child(2) > div > div > div > div > div {
  padding: 0px !important;
  height: auto !important;
  position: relative;
  border: none !important;
}

form.klaviyo-form div.needsclick input[placeholder="Search countries"] + span {
  position: absolute;
  z-index: 1;
  right: 10px;
  padding-bottom: 0px !important;
  top: 2px;
}

form.klaviyo-form div.needsclick input[placeholder="Search countries"] {
  background: rgba(0, 0, 0, 0.9) !important;
  border-color: rgb(0, 0, 0) !important;
  text-align: left;
  padding-left: 10px;
}

.klaviyo-form div[id^="downshift-"][role="listbox"] > div * {
  font-size: 14px;
}

.klaviyo-form div[id^="downshift-"][role="listbox"] > div {
  cursor: pointer;
}

.klaviyo-form .needsclick [data-testid="form-row"]:nth-child(4) button:not(button[aria-haspopup="listbox"]) {
  background: unset !important;
  height: auto !important;
  width: max-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-decoration: underline;
  font-size: 14px !important;
  color: #000 !important;
  font-family: "Work Sans" !important;
  font-weight: 300 !important;
  text-underline-offset: 2px;
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .klaviyo-cross-btn .svg-icon {
    width: 15px;
    height: 15px;
  }

  .klaviyo-cross-btn {
    position: absolute;
    right: 5px;
    top: 3px;
    z-index: 1;
    cursor: pointer;
  }

  .klaviyo-custom-form .needsclick.klaviyo-form[class*="klaviyo-form-version-cid_"].kl-private-reset-css-Xuajs1 > .needsclick.kl-private-reset-css-Xuajs1 {
    min-height: auto !important;
  }

  .klaviyo-custom-form form.klaviyo-form .needsclick button:not(button[aria-haspopup="listbox"]) {
    margin-top: -3px !important;
  }

  .klaviyo-custom-form {
    max-width: calc(100% - 60px);
    min-height: auto;
    padding-bottom: 23px;
  }

  .klaviyo-custom-form .klaviyo-form[class*="form-version-cid-"] {
    max-width: 100%;
  }

  .klaviyo-form h5 {
    font-size: 13px !important;
    line-height: 18px !important;
    letter-spacing: -0.03em;
  }

  .klaviyo-form[class*="form-version-cid-"] h1 {
    font-size: 20px !important;
    letter-spacing: -1px !important;
    padding: 19.5px 5px;
    margin-bottom: 25px !important;
  }

  .klaviyo-form .needsclick [data-testid="form-row"]:not(:first-child) {
    max-width: 285px;
  }

  form.klaviyo-form .needsclick button:not(button[aria-haspopup="listbox"]) {
    height: 38px !important;
    font-size: 14px !important;
  }
}
