:root {
  --duration-short: 0.1s;
  --duration-default: 0.2s;
  --duration-announcement-bar: 0.25s;
  --duration-medium: 0.3s;
  --duration-long: 0.5s;
  --duration-extra-long: 0.6s;
  --duration-extra-longer: 0.75s;
  --duration-extended: 3s;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);
  --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow)
    forwards;
  --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow);
  --Color_Charcoal: #272727;
  --Color_Sand: #ded9d3;
  --Color_Border: var(--Color_Charcoal);
  --Color_GlassWhite: #faf7f4b3;
  --Grid_Container: 1320px;
  --Grid_Gutter: 16px;
  --Header_Height: 48px;
  --Site_Margin: 16px;
  --Section_Margin: 30px;
  --Color_Brand: var(--Color_Charcoal);
  --Color_Red: #be3220;
  --Color_Green: #12d60e;
  --Color_Anchor: #fff;
  --Color_Background: var(--Color_AlmostWhite);
  --Color_Body: var(--Color_Brand);
  --Color_Border: var(--Color_Charcoal);
  --Color_Border-light: #2d2d2d1a;
  --Color_Error: var(--Color_Red);
  --Color_Success: var(--Color_Green);
  --Color_ProductCard: #fff;
  --Color_Beauty: #f5f0eb;
  --Color_BeautyDark: #2d2d2d;
  --Color_Wheat: #c7c99c;
  --Color_Black: #000;
  --Color_DarkBrunette: #453c34;
  --Color_TextGrey: #665e5c;
  --Color_JungleGrey: #837e79;
  --Color_DarkSeagreen: #92966c;
  --Color_DeepForestGreen: #2f3e35;
  --Color_OliveDrab: #4e593c;
  --Color_Nature: #aeb59f;
  --Color_Olive: #a9a293;
  --Color_RosePlumeria: #f4b3b3;
  --Color_Matcha: #c3ab14;
  --Color_FutureDusk: #4343d0;
  --Color_LemonGrass: #ecd43d;
  --Color_VodkaLemon: #fff18b;
  --Color_LightGrey: #f6f3f0;
  --Color_FeatherBeige: #f6f3f0;
  --Color_OffWhite: #f4f0ec;
  --Color_WhiteSmoke: #f4f0ec;
  --Color_PureWhite: #fff;
  --Color_AlmostWhite: #fbfaf8;
  --Color_Lavendar: #9f7cef;
  --Color_Divider: #eee;
  --Color_Divider_dark: #d3cec9;
  --Font_Family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", sans-serif;
  --Font_Family-ebGaramond: "EB Garamond", var(--Font_Family);
  --Font_Family-karla: "Karla", var(--Font_Family);
  --Font_Family-body: var(--Font_Family-karla);
  --Font_Family-headings: var(--Font_Family-ebGaramond);
  --font-body-family: var(--Font_Family-karla);
  --font-body-style: normal;
  --font-body-weight: 200;
  --font-body-weight-bold: 700;
  --font-heading-family: Karla, sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 400;
  --font-body-scale: 1;
  --font-heading-scale: 1;
  --inputs-radius: 0px;
  --inputs-border-width: 1px;
  --inputs-border-opacity: 0.55;
  --inputs-shadow-opacity: 0;
  --inputs-shadow-horizontal-offset: 0px;
  --inputs-margin-offset: 0px;
  --inputs-shadow-vertical-offset: 4px;
  --inputs-shadow-blur-radius: 5px;
  --inputs-radius-outset: 0px;
  --color-foreground: var(--Color_AlmostWhite);
  --Border_Color: var(--Color_Divider);
  --New_Label_Background_Color: #2f3e35;
  --New_Label_Text_Color: #ffffff;
  --NewComer_Label_Background_Color: #2f3e35;
  --NewComer_Label_Border_Color: #2f3e35;
  --NewComer_Label_Text_Color: #fff;
  --CombinedHeader_Height: calc(
    var(--Header_Height) + var(--Announcement_Height, 0px) +
      var(--FreeGift_Announcement_Height, 0px)
  );
}
.contact.page-width h2 {
  color: #272727;
  display: flex;
  flex-direction: column;
  font-family: EB Garamond;
  font-size: 44px;
  font-weight: 400;
  height: auto;
  justify-content: flex-start;
  max-width: 100%;
  position: relative;
  text-align: start;
  width: auto;
}
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/EBGaramond-Regular-2b2ddcb8.ttf") format("truetype");
}
@font-face {
  font-family: "EB Garamond Medium Italic";
  font-style: italic;
  font-weight: 600 900;
  font-display: swap;
  src: url("/assets/EBGaramond-MediumItalic-cd7ab5bf.ttf") format("truetype");
}
@font-face {
  font-family: "EB Garamond Italic";
  font-style: italic;
  font-weight: 100 600;
  font-display: swap;
  src: url("/assets/EBGaramond-Italic-d72fd3a5.ttf") format("truetype");
}
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Karla-VariableFont_wght-5d579e31.ttf") format("truetype");
}
@font-face {
  font-family: "Karla Italic";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/Karla-Italic-VariableFont_wght-62ac56d7.ttf") format("truetype");
}
#shopify-contact-form {
  max-width: 100%;
  padding: 0 48px !important;
  background: #f4f0ec;
  font-family: "Karla";
  font-size: 16px;
}
.subheadline {
  margin-bottom: 24px;
}
@media screen and (min-width: 750px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media screen and (min-width: 750px) {
  .contact .field {
    margin-bottom: 20px;
  }
  .file__field__input {
    margin-top: 24px !important;
  }
}
.field {
  position: relative;
  width: 100%;
  transition: box-shadow var(--duration-short) ease;
}
.contact.page-width form input,
.contact.page-width form select,
.contact.page-width form textarea {
  border: 1px solid black;
}
.field__input,
.customer .field input,
.file__field__input {
  flex-grow: 1;
  text-align: left;
  padding: 15px;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 45px;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7px + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}
.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.4px;
}
.field__label,
.customer .field label {
  font-size: 16px;
  left: calc(var(--inputs-border-width) + 20px);
  top: calc(10px + var(--inputs-border-width));
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  display: block;
  margin-bottom: 6px;
}
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 10px;
  top: calc(var(--inputs-border-width) + 5px);
  left: calc(var(--inputs-border-width) + 20px);
  letter-spacing: 0.4px;
}
select.field__input {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-size: 12px;
}
.field--checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.field--checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
textarea.field__input {
  height: auto;
  min-height: 132px;
  resize: vertical;
  padding-top: 18px;
}
.field__label {
  top: 14px;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label {
  top: 4px;
}

.contact.page-width form input[type="submit"] {
  border: none;
  cursor: pointer;
  margin-top: 10px;
  background-color: var(--Color_DeepForestGreen) !important;
  color: var(--Color_PureWhite) !important;
  justify-content: center;
  padding: 12px 24px !important;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}
.contact.page-width form select {
  padding-top: 15px;
  padding-bottom: 0;
}
.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 22px 15px 8px 20px;
  margin: var(--inputs-border-width);
}
.file__field__input {
  padding: 15px;
  width: 100%;
}
#file-upload-button {
  background-color: #000 !important;
  color: #fff;
  border: none;
}
.contact-success {
  background: #d4edda;
  border: 1px solid #155724;
  color: #155724;
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 16px;
}
