/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --site-max-width: 1300px;
  --site-max-width-medium: 1000px;
  --site-max-width-narrow: 600px;
  --site-gutter-desktop: 3rem;
  --site-gutter-tablet: 2rem;
  --site-gutter-mobile: 1.5rem;
  --surface-default: #FFFFFF;
  --surface-inverse: #222222;
  --surface-alt-1: #EEEEEE;
  --surface-alt-2: #DDDDDD;
  --color-default: #222222;
  --color-inverse: #FFFFFF;
  --color-primary: #223760;
  --color-secondary: #ACD0E4;
  --color-tertiary: #B48264;
}

/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.flex-center {
  display: flex;
  justify-content: center; /* horizontal (main axis) */
  align-items: center; /* vertical (cross axis) */
}

.flex-between {
  display: flex;
  justify-content: space-between; /* horizontal spacing */
  align-items: center; /* vertical alignment */
}

.flex-middle {
  display: flex;
  align-items: center; /* vertical alignment */
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-md-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  padding-left: 1rem;
}
ul li {
  padding-left: 0.25rem;
}

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit, .woocommerce button.button.alt, button.forminator-button.forminator-button-submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0.75rem 1.5rem !important;
  background: #223760;
  color: #FFFFFF;
  font-size: 0.875rem !important;
  font-weight: 300 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button:hover,
.site-search__submit:hover, .woocommerce button.button.alt:hover, button.forminator-button.forminator-button-submit:hover {
  color: #ACD0E4;
  background: #223760;
}
.button.button--light,
.site-search__submit.button--light, .woocommerce button.button.alt.button--light, button.forminator-button.forminator-button-submit.button--light {
  background: #FFFFFF;
  color: #223760;
}
.button.button--arrow,
.site-search__submit.button--arrow, .woocommerce button.button.alt.button--arrow, button.forminator-button.forminator-button-submit.button--arrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.button.button--arrow svg,
.site-search__submit.button--arrow svg, .woocommerce button.button.alt.button--arrow svg, button.forminator-button.forminator-button-submit.button--arrow svg {
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button.button--arrow svg *,
.site-search__submit.button--arrow svg *, .woocommerce button.button.alt.button--arrow svg *, button.forminator-button.forminator-button-submit.button--arrow svg * {
  stroke: #FFFFFF;
}
.button.button--arrow:hover svg,
.site-search__submit.button--arrow:hover svg, .woocommerce button.button.alt.button--arrow:hover svg, button.forminator-button.forminator-button-submit.button--arrow:hover svg {
  transform: translateX(2px);
}
.button.button--arrow:hover svg *,
.site-search__submit.button--arrow:hover svg *, .woocommerce button.button.alt.button--arrow:hover svg *, button.forminator-button.forminator-button-submit.button--arrow:hover svg * {
  stroke: #ACD0E4;
}

/* Forminator submit buttons & inputs — add arrow icon visually via CSS (no JS).
   Targets Forminator's submit controls explicitly (no global .forminator scope).
   We prefer currentColor for buttons, but native inputs handle SVG background-images inconsistently
   across browsers. To be robust we encode both a white SVG and a secondary-colored SVG and
   switch on hover. We also force the button color to white with higher specificity. */
/* URL-encoded color tokens (remove leading # and prefix with %23) so we can inject into data URIs */
/* Selectors limited to Forminator's submit button classes */
button.forminator-button.forminator-button-submit,
input.forminator-button.forminator-button-submit,
.forminator-button.forminator-button-submit {
  /* force white text so currentColor-based SVGs render white; increase specificity to avoid overrides */
  color: #FFFFFF !important;
  padding-right: 2rem; /* room for the icon */
}

/* Pseudo-element arrow for button elements */
button.forminator-button.forminator-button-submit::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.4rem;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* Use an explicitly white-encoded SVG for the pseudo-element background as well.
     Some browsers don't apply currentColor inside data-URI SVGs for background-images on pseudo-elements.
     We therefore encode white here for reliability and swap to the secondary-encoded SVG on hover. */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M12 5l7 7-7 7'/></svg>");
  transform: translateX(0);
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

/* For input[type=submit] we use a background-image so the icon shows on native inputs */
input.forminator-button.forminator-button-submit {
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 1em;
  padding-right: 2rem; /* room for the icon */
  /* Use an explicitly white-encoded SVG for input background-images (more reliable across browsers). */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFFFFF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M12 5l7 7-7 7'/></svg>");
}

/* Hover state: move the pseudo-element and change color to match .button hover behaviour */
button.forminator-button.forminator-button-submit:hover::after {
  transform: translateX(2px);
  /* swap to a secondary-colored SVG on hover for native background-image fidelity */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ACD0E4' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M12 5l7 7-7 7'/></svg>");
}

/* ensure inputs/buttons change color on hover to update the SVG stroke (currentColor) */
button.forminator-button.forminator-button-submit:hover,
input.forminator-button.forminator-button-submit:hover {
  /* change the color so currentColor-based SVGs (button pseudo-element) update automatically */
  color: #ACD0E4 !important;
}

/* For native inputs, swap the background-image to a secondary-colored SVG on hover */
input.forminator-button.forminator-button-submit:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ACD0E4' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M12 5l7 7-7 7'/></svg>");
}

.sgm-popup {
  border: none;
  padding: 0;
  background: transparent;
  outline: none;
  max-width: min(560px, 100vw - 3rem);
  width: 100%;
  margin: auto;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease, display 0.35s allow-discrete, overlay 0.35s allow-discrete;
}
.sgm-popup:not([open]) {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}
@starting-style {
  .sgm-popup[open] {
    opacity: 0;
    transform: translateY(20px);
  }
}
.sgm-popup::backdrop {
  background: rgba(0, 0, 0, 0);
  transition: background 0.35s ease, display 0.35s allow-discrete, overlay 0.35s allow-discrete;
}
.sgm-popup[open]::backdrop {
  background: rgba(0, 0, 0, 0.55);
}
@starting-style {
  .sgm-popup[open]::backdrop {
    background: rgba(0, 0, 0, 0);
  }
}
.sgm-popup__inner {
  background: #FFFFFF;
  padding: 2.5rem;
  position: relative;
}
@media (max-width: 480px) {
  .sgm-popup__inner {
    padding: 1.75rem 1.25rem;
  }
}
.sgm-popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.35rem;
  color: #223760;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  line-height: 1;
}
.sgm-popup__close svg {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
}
.sgm-popup__close:hover {
  color: #B48264;
  transform: rotate(90deg);
}
.sgm-popup__title {
  font-family: "Trocchi", serif;
  color: #223760;
  font-size: clamp(1.375rem, 3vw, 1.75rem);
  margin-bottom: 1.5rem;
  padding-right: 2rem;
  line-height: 1.2;
}
.sgm-popup__form .forminator-ui {
  padding: 0 !important;
}

.forminator-custom-form-163 .forminator-row:has(.forminator-field-name) {
  margin-bottom: 1rem !important;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "DM Sans", sans-serif;
  display: block !important;
  padding: 10px !important;
  width: 100% !important;
  border: none;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 15px !important;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  background: var(--default);
  color: var(--surface-default);
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  -webkit-appearance: none !important;
}
.gform_wrapper .button:hover {
  background: var(--surface-default);
  color: var(--default);
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message * {
  font: 400 45px/43px "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-default) !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.site-container {
  width: 100%;
  max-width: var(--site-max-width);
  margin-inline: auto;
  padding-inline: var(--site-gutter-desktop);
}
@media (max-width: 1024px) {
  .site-container {
    padding-inline: var(--site-gutter-tablet);
  }
}
@media (max-width: 560px) {
  .site-container {
    padding-inline: var(--site-gutter-mobile);
  }
}
.site-container--medium {
  max-width: var(--site-max-width-medium);
}
.site-container--narrow {
  max-width: var(--site-max-width-narrow);
}
.site-container--full {
  max-width: none;
  padding-inline: 0;
}
.site-container--wide {
  max-width: 1400px;
}

.site-section {
  padding: 5rem 0;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 2.5rem;
}
.site-section.light-bottom-padding {
  padding-bottom: 2.5rem;
}
.site-section.extra-top-padding {
  padding-top: 6rem;
}
.site-section.extra-bottom-padding {
  padding-bottom: 6rem;
}

@media (max-width: 1024px) {
  :root {
    --header-height: 100px;
  }
}
@media (min-width: 1025px) {
  :root {
    --header-height: 150px;
  }
}

.header {
  width: 100%;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
}
.header__nav .menu {
  display: flex;
  column-gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.header__nav .menu li a {
  display: block;
  color: #223760;
}
.header__nav .menu li .caret-wrapper {
  display: inline-flex;
  background-color: transparent;
  cursor: pointer;
}
.header__nav .menu > li > a {
  color: #223760;
  padding: 0.5rem 0 0.5rem 1rem;
}
.header__nav .sub-menu {
  background-color: var(--surface-default);
}
.header__nav .sub-menu a {
  color: #223760;
}
.header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  border: none !important;
  background: none;
  padding: 0.25rem;
}
.header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: var(--surface-default);
  border-radius: 15px;
  margin: 5px 0;
}
.header__cart {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}
.header__cart svg {
  height: 1rem;
  transform: translateY(-1px);
}
.header .custom-logo {
  width: auto;
}
.header ul {
  list-style: none;
}
.header a:hover {
  text-decoration: none;
}
.header a, .header .sub-menu, .header .caret-wrapper, .header svg, .header path, .header .header__toggle span {
  transition: all 0.25s ease;
}

@media (min-width: 1025px) {
  .header {
    padding: 0.75rem 2rem;
  }
  .header__nav .menu {
    justify-content: flex-end;
    width: auto;
  }
  .header__nav .menu li {
    position: relative;
    column-gap: 0.5rem;
    align-items: center;
  }
  .header__nav .menu > li:hover .sub-menu {
    display: block;
  }
  .header__nav .menu-item-has-children:hover .caret-wrapper svg path {
    fill: var(--surface-default);
  }
  .header .custom-logo {
    height: 4rem;
  }
  .header .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 14rem;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.35);
  }
}
@media (max-width: 1024px) {
  .header {
    overflow: hidden;
  }
  .header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: var(--default);
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
  }
  .header__nav .menu {
    padding: 100px 0;
    display: block;
  }
  .header__nav .menu li {
    padding-bottom: 1.25rem;
    display: block;
  }
  .header__nav .menu li a {
    min-width: 8rem;
    padding-left: 1.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .header__nav .menu li svg {
    cursor: pointer;
  }
  .header__nav .menu li .sub-menu {
    position: relative;
    max-height: 0;
    overflow: hidden;
    top: 0;
    padding: 0 0 0 1.5rem;
  }
  .header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .header__nav .menu li .sub-menu li a {
    padding-left: 0;
    font-size: 17px;
    margin: 0;
  }
  .header__nav .menu li:hover svg {
    transform: none;
  }
  .header__nav .menu-item-has-children:hover > a {
    pointer-events: none;
  }
  .header__toggle {
    display: block;
    position: relative;
  }
  .header__toggle.nav-open span {
    transition: all 0.25s ease;
    position: relative;
    right: 0;
  }
  .header__toggle.nav-open span:first-of-type {
    transform: translateY(4px) rotate(45deg);
  }
  .header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .header__toggle.nav-open span:last-of-type {
    transform: translateY(-3px) rotate(-45deg);
  }
  .header.nav-open .header__nav {
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
}
.sgm-footer {
  padding: 2rem 0;
}
.sgm-footer__inner {
  display: grid;
  gap: 2rem;
}
.sgm-footer__brand {
  font-family: "Trocchi", serif;
  text-transform: uppercase;
}
.sgm-footer__social {
  list-style: none;
  display: flex;
  gap: 0.5rem;
}
.sgm-footer__social svg {
  height: 1.5rem;
}
.sgm-footer__social svg * {
  fill: #223760;
}
.sgm-footer .custom-logo {
  height: 80px;
}
.sgm-footer * {
  margin-bottom: 0;
}
.sgm-footer .sgm-eyebrow {
  margin-top: 3rem;
}

@media (min-width: 1025px) {
  .sgm-footer__inner {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
  }
  .sgm-footer__nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
  }
  .sgm-footer__social {
    justify-self: end;
  }
}
.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid var(--surface-default) 2;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
body {
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--color-primary);
  background: #F8F6F1;
}

p {
  margin-bottom: 1rem;
}

.sgm-eyebrow {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  font-weight: 300;
  color: #B48264;
}

.sgm-stack {
  display: flex;
  flex-direction: column;
}
.sgm-stack * {
  margin-bottom: 0;
}

h1, h2, h3 {
  font-family: "Trocchi", serif;
  font-weight: 400;
}

h1 {
  line-height: 1.1;
  font-size: 4.1rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

h2 {
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.heading--large {
  font-size: 2.75rem;
}

@media (max-width: 768px) {
  .heading--large {
    font-size: 2.25rem;
  }
}
ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.products::before, ul.products::after {
  content: none !important;
  display: none !important;
}
ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  clear: none !important;
}

ul.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

ul.products.columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 768px) {
  ul.products,
  ul.products.columns-3,
  ul.products.columns-4,
  ul.products.columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  ul.products,
  ul.products[class*=columns-] {
    grid-template-columns: 1fr;
  }
}
.woocommerce-message {
  border-top-color: #6a8f5c;
}

.woocommerce-message::before {
  content: "\e015";
  color: #6a8f5c;
}

.woocommerce-info {
  border-top-color: #3E6CA0;
}

.woocommerce-info::before {
  color: #3E6CA0;
}

.woocommerce-error {
  border-top-color: #a03030;
}

.woocommerce-error::before {
  content: "\e016";
  color: #a03030;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #223760;
}

form.cart {
  display: flex;
}
form.cart .quantity input {
  border-radius: 0;
  border: 1px solid #666;
  height: 100%;
}

.woocommerce-message {
  outline: none;
  background-color: #FFFFFF;
}

.single-product .woocommerce-product-gallery__trigger {
  display: none !important;
}

.single-product .woocommerce-product-gallery__image a {
  pointer-events: none;
  cursor: default;
}

.sg-wc-disabled .sg-wc {
  display: none !important;
}
