:root {
  --wp--custom--spacing-small: 12px;
  --wp--custom--spacing-medium: 24px;
  --wp--custom--spacing-large: 48px;
}
.btn,
.wp-block-button:not(.is-style-section-link) .wp-element-button,
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.98px;
  text-transform: uppercase;
  padding: 10px 16px;
  cursor: pointer;
  text-decoration: none;
  width: max-content;
  white-space: nowrap;
  gap: 5px;
  transition: 0.3s;
  border-radius: 0px;
}
.is-style-section-link .wp-element-button {
  padding: 0;
  border: none;
  background: none;
}
.btn:disabled,
.wp-element-button:disabled,
.button:disabled {
  pointer-events: none;
}
.btn-md {
  width: 158px;
  max-width: 100%;
}
.btn-block {
  width: 100%;
}
.wp-block-group {
    padding: 10px 0;
}
.wp-block-group__inner-container {
    position: relative;
}
.wp-block-button[style*="--button-width"] {
  width: var(--button-width);
}

.wp-block-button[style*="--button-width"] .wp-element-button {
  width: 100%;
}

.wp-block-buttons[style*="--button-width"] .wp-block-button {
  width: var(--button-width);
}

.wp-block-buttons[style*="--button-width"] .wp-block-button .wp-element-button {
  width: 100%;
}

.btn-default {
  background: #5f9e98;
  color: #fff;
}
.btn-black,
.single_add_to_cart_button,
.is-style-fill .wp-element-button {
  border: 1px solid var(--Greyscale-Text-Title, #212121);
  background: #212121;
  color: #fff;
}
.btn-black:disabled,
.single_add_to_cart_button:disabled,
.btn-border:disabled,
.is-style-outline .wp-element-button:disabled,
.is-style-fill .wp-element-button:disabled {
  background: #dadada;
  border-color: #dadada;
  color: #818181;
}
.btn-banner {
  border: 1px solid var(--Grey, #eeeae7);
  background: rgba(237, 152, 170, 0.3);
  color: #fff;
  backdrop-filter: blur(2px);
}
.btn-primary,
.wp-block-button__link {
  background: var(--raecks-40, #dd252a);
  color: #fff;
}
.btn-border,
.is-style-outline .wp-element-button {
  border: 1px solid #000;
  color: #000;
  background: transparent;
}

.btn-border-white {
  border: 1px solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
}
.btn-primary:disabled {
  color: #580f11;
  border: 1px solid #580f11;
  background: none;
}
.btn-primary.btn-reverse:disabled {
  color: #fff;
  border: 1px solid #fff;
}
.btn-center {
  margin-left: auto;
  margin-right: auto;
}
.btn-sm {
  padding: 4px 8px;
  height: 32px;
  font-size: 12px;
}

.wp-container .wp-container {
  margin: 0;
  padding: 0;
  max-width: none;
  width: auto;
}
.container .container:not(.menu-container) {
  padding: 0;
}
.editor-styles-wrapper {
  font-family: Jost;
}
h1.wp-block-heading, .h1 {
  font-size: 80px;
  font-weight: 500;
  line-height: normal;
}
h2.wp-block-heading, .h2 {
  font-size: 64px;
  font-weight: 500;
  line-height: normal;
}
.wp-block-heading sup,
.wp-block-heading sub,
.wp-block-heading .eyebrow,
.wp-block-heading .overline {
  font-size: 70%;
}
.eyebrow,
sup {
  position: relative;
  top: -15px;
}
sub,
.overline {
  position: relative;
  bottom: -15px;
}
.h5,
.description h5,
h5.wp-block-heading {
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}
.h4,
.description h4,
h4.wp-block-heading {
  font-size: 39px;
  font-weight: 500;
  line-height: normal;
}
.h3,
.description h3,
h3.wp-block-heading {
  font-size: 51px;
  font-weight: 500;
  line-height: normal;
}
.h6,
.description h6,
h6.wp-block-heading {
  font-size: 23px;
  font-weight: 500;
  line-height: normal;
}
.body-l, .has-large-font-size {
  font-size: 18px;
  line-height: normal;
}
.body-m {
  font-size: 16px;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
}
.body-s {
  font-size: 14px;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.28px;
}
.body-xs {
  font-size: 10px;
  font-weight: 500;
  line-height: 12px; /* 120% */
  letter-spacing: 0.2px;
}
.wp-block-list li + li,
#iub-pp-container ul li + li {
  margin-top: 8px;
}
.wp-block-list,
#iub-pp-container ul {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 18px;
}
.wp-block-embed__wrapper {
  position: static;
}
.space-s > div {
  margin: var(--wp--custom--spacing-small, 12px) 0;
}
.space-m > div {
  margin: var(--wp--custom--spacing-medium, 24px) 0;
}
.space-l > div {
  margin: var(--wp--custom--spacing-large, 48px) 0;
}
@media (max-width: 1230px) {
  .h4,
  .description h4,
  h4.wp-block-heading {
    font-size: 28px;
    line-height: normal;
  }
  .h5,
  .description h5,
  h5.wp-block-heading {
    font-size: 24px;
  }
  .h3,
  .description h3,
  h3.wp-block-heading {
    font-size: 34px;
  }
  .h6,
  .description h6,
  h6.wp-block-heading {
    font-size: 20px;
    line-height: normal;
  }
  h1.wp-block-heading, .h1 {
    font-size: 64px;
  }
  h2.wp-block-heading, .h2 {
    font-size: 42px;
  }
  .body-l, .has-large-font-size {
    font-size: 18px;
    line-height: normal;
  }
  .body-m {
    font-size: 16px;
    line-height: 20px;
  }
  .body-s {
    font-size: 14px;
    line-height: 16px; /* 114.286% */
    letter-spacing: 0.28px;
  }
  .body-xs {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.02px;
  }
}
@media (max-width: 767px) {
  .h4,
  .description h4,
  h4.wp-block-heading {
    font-size: 28px;
  }
  .h5,
  .description h5,
  h5.wp-block-heading {
    font-size: 24px;
  }
  .h3,
  .description h3,
  h3.wp-block-heading {
    font-size: 33px;
  }
  .h6,
  .description h6,
  h6.wp-block-heading {
    font-size: 20px;
  }
  h1.wp-block-heading {
    font-size: 51px;
  }
  h2.wp-block-heading {
    font-size: 41px;
  }
  .body-l, .has-large-font-size {
    font-size: 18px;
  }
  .body-m {
    font-size: 16px;
  }
  .body-s {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.28px;
  }
  .body-xs {
    font-size: 12px;
    letter-spacing: 0.18px;
  }
}

/* Text colors */
.has-brand-gray-light-color {
  color: #cacaca !important;
}
.has-brand-ivory-color {
  color: #f8f7f5 !important;
}
.has-brand-charcoal-color {
  color: #212121 !important;
}
.has-brand-stone-color {
  color: #eeeae7 !important;
}
.has-brand-teal-dark-color {
  color: #598984 !important;
}
.has-brand-teal-light-color {
  color: #8daca9 !important;
}
.has-brand-sage-color {
  color: #c5cdc4 !important;
}
.has-brand-orange-bright-color {
  color: #ff4d00 !important;
}
.has-brand-pink-color {
  color: #ed98aa !important;
}
.has-brand-pink-light-color {
  color: #fdced8 !important;
}
.has-brand-rose-color {
  color: #f4d8df !important;
}
.has-brand-rose-light-color {
  color: #fcf3f5 !important;
}
.has-brand-gold-dark-color {
  color: #a57b32 !important;
}
.has-brand-gold-color {
  color: #cba158 !important;
}
.has-brand-gold-light-color {
  color: #eed9b5 !important;
}

/* Background colors */
.has-brand-gray-light-background-color {
  background-color: #cacaca !important;
}
.has-brand-ivory-background-color {
  background-color: #f8f7f5 !important;
}
.has-brand-charcoal-background-color {
  background-color: #212121 !important;
}
.has-brand-stone-background-color {
  background-color: #eeeae7 !important;
}
.has-brand-teal-dark-background-color {
  background-color: #598984 !important;
}
.has-brand-teal-light-background-color {
  background-color: #8daca9 !important;
}
.has-brand-sage-background-color {
  background-color: #c5cdc4 !important;
}
.has-brand-orange-bright-background-color {
  background-color: #ff4d00 !important;
}
.has-brand-pink-background-color {
  background-color: #ed98aa !important;
}
.has-brand-pink-light-background-color {
  background-color: #fdced8 !important;
}
.has-brand-rose-background-color {
  background-color: #f4d8df !important;
}
.has-brand-rose-light-background-color {
  background-color: #fcf3f5 !important;
}
.has-brand-gold-dark-background-color {
  background-color: #a57b32 !important;
}
.has-brand-gold-background-color {
  background-color: #cba158 !important;
}
.has-brand-gold-light-background-color {
  background-color: #eed9b5 !important;
}

/* Responsive spacer block heights */
.wp-block-spacer {
  height: var(--spacer-height-desktop, 50px) !important;
}
@media (max-width: 1024px) {
  .wp-block-spacer {
    height: var(
      --spacer-height-tablet,
      var(--spacer-height-desktop)
    ) !important;
  }
}
@media (max-width: 767px) {
  .wp-block-spacer {
    height: var(
      --spacer-height-mobile,
      var(--spacer-height-tablet, var(--spacer-height-desktop))
    ) !important;
  }
}

.editor-styles-wrapper .wp-block-spacer {
  background: #dddddd;
}
.has-text-align-justify {
  text-align: justify;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  position: relative;
  flex-basis: var(--column-width-desktop);
  background-size: var(--column-bg-size);
  background-position: var(--column-bg-position);
}

.wp-block-group {
  position: relative;
  background-size: var(--group-bg-size);
  background-position: var(--group-bg-position);
}

.wp-block-column::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--column-overlay-color);
  pointer-events: none;
}

.wp-block-group::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--group-overlay-color);
  pointer-events: none;
}

.wp-block-column.has-bg-video,
.wp-block-group.has-bg-video {
  overflow: hidden;
}

.wp-block-column.has-bg-video video.column-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: var(--column-bg-size);
  object-position: var(--column-bg-position);
  z-index: -1;
}
.wp-block-group.has-bg-video video.column-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: var(--group-bg-size);
  object-position: var(--group-bg-position);
  z-index: -1;
}

.wp-block-image img {
  object-position: var(--image-position);
}

@media (max-width: 1230px) and (min-width: 768px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column,
  .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: var(--column-width-tablet);
  }
}

@media (max-width: 767px) {
  .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    flex-basis: var(--column-width-mobile) !important;
    min-width: var(--column-width-mobile);
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-direction: column;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto !important;
    min-width: var(--column-width-mobile);
    width: var(--column-width-mobile);
  }

  .wp-block-columns.is-not-stacked-on-mobile {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
    scroll-snap-align: start;
  }
}
