/** Shopify CDN: Minification failed

Line 38:11 Unexpected "{"
Line 38:20 Expected ":"
Line 39:16 Expected identifier but found whitespace
Line 39:18 Unexpected "{"
Line 39:27 Expected ":"
Line 39:78 Expected ":"
Line 40:19 Expected identifier but found whitespace
Line 40:21 Unexpected "{"
Line 40:30 Expected ":"
Line 40:84 Expected ":"
... and 14 more hidden warnings

**/
.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}

.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

.image-with-text__media--small {
  height: 19.4rem;
}
 .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}px;
      padding-bottom: {{ section.settings.padding_bottom }}px;
    }
  }
.font-combo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center; /* or left if needed */
  align-items: baseline;
}
.stacked-heading {
  text-align: left;
  display: block;
  line-height: 0.5;
}

.stacked-heading .outfit-font {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 32px;
  display: inline;
  line-height: 0.8;
}

.stacked-heading .harista-font {
  font-family: 'Harista', sans-serif;
  font-weight: 400;
  font-size: 122px !important;
  margin-left: 6px;
  display: inline;
  vertical-align: baseline;
  line-height: 0.8;
}

.outfit-font {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.image-with-text__heading {
  line-height: 1.3;
  margin-bottom: 0;
}

.harista-font {
  font-size: 72px;
  line-height: 1;
  display: block;
  margin-top: -8px; /* adjust as needed */
}







  .page-width--full {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
  }

  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.stacked-heading {
  display: block;
  text-align: left;
  line-height: 1.2;
  word-break: break-word;
  white-space: normal;
  max-width: 100%;
}

.stacked-heading .outfit-font,
.stacked-heading .harista-font {
  display: inline;
  white-space: normal;
  word-break: normal;
}

  .image-with-text__text.rte {
    max-width: 658px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* BUTTON */
  .inline-button {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #784F42;
    text-decoration: none;
    border-bottom: 1px solid #784F42;
    padding-bottom: 4px;
    transition: all 0.3s ease;
  }

  .inline-button:hover {
    opacity: 0.7;
  }

  .image-with-text__content h2 {
  font-size: 60px;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.harista-font {
  font-family: 'Harista', sans-serif;
  font-weight: 400;
  font-size: 56px;
  display: inline-block;
  margin-right: 8px;
}

.outfit-font {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  display: inline-block;
}


.image-with-text__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27.2px;
  letter-spacing: -0.1px;
  vertical-align: middle;
  margin: 0 0 20px 0;
}

.image-with-text__content b {
\  font-weight: 700;
  font-size: 20px;
  line-height: 27.2px;
  letter-spacing: -0.1px;
  vertical-align: middle;
}

/* MOBILE RESPONSIVE */
@media screen and (max-width: 749px) {
  .page-width--full {
    max-width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-with-text__content h2 {
    font-size: 36px;
    text-align: center;
  }

  .image-with-text__content span {
    font-size: 48px;
    text-align: center;
    display: inline-block;
  }

  .image-with-text__content p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }

  .image-with-text__content b {
    font-size: 16px;
  }
}


    .inline-button {
      display: inline-block;
      font-size: 14px;
      text-align: center;
      margin-top: 16px;
    }

    .image-with-text__text.rte {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
@media screen and (max-width: 749px) {
  /* let the full‑width container really fill the viewport */
  .page-width--full {
    max-width: 95% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
.inline-button{
  font-size:  12px;
}
  /* flow all content left, and allow it to stretch wider */
  .image-with-text__content {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .image-with-text__content h2 {
    font-size: 18px !important;
    text-align: left !important;
  }
  /* force the stacked heading to span across and wrap naturally */
  .stacked-heading {
    text-align: left !important;
    max-width: 100% !important;
    margin: 0 0 16px !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  /* paragraphs left‑flush */
  .image-with-text__text.rte {
    text-align: left !important;
    margin: 0 0 16px !important;
  }

  /* inline or block buttons flush left */
  .inline-button,
  .button {
    margin: 0 0 24px !important;
    align-self: flex-start !important;
    text-align: left !important;
  }
}

.image-with-text__media--medium {
  height: 29.6rem;
}

.image-with-text__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }

  .image-with-text__media--medium {
    height: 46rem;
  }

  .image-with-text__media--large {
    height: 69.5rem;
  }
}

.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder:after {
  content: '';
  position: absolute;
  background: rgba(var(--color-foreground), 0.04);
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}

.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.image-with-text__media--placeholder:is(.animate--ambient, .animate--zoom-in) > .svg-wrapper {
  top: 0;
  left: 0;
  transform: translate(0);
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 1;
}

.image-with-text .grid__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after {
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text .global-media-settings {
  overflow: hidden !important;
}

.image-with-text .image-with-text__text-item > * {
  border-radius: var(--text-boxes-radius);
  overflow: hidden;
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item > *,
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item > * {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media .placeholder-svg {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__content {
    border-top: 0;
  }
}

.image-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: right;
}

.image-with-text__content--mobile-center > * {
  align-self: center;
  text-align: center;
}

.image-with-text--overlap .image-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }

  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .image-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .image-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: right;
  }

  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
  }

  .image-with-text__content--desktop-center > * {
    align-self: center;
    text-align: center;
  }

  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }

  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    justify-content: flex-end;
  }

  .image-with-text--overlap .image-with-text__media-item--top {
    align-self: flex-start;
  }

  .image-with-text--overlap .image-with-text__media-item--middle {
    align-self: center;
  }

  .image-with-text--overlap .image-with-text__media-item--bottom {
    align-self: flex-end;
  }

  .image-with-text__media-item--small,
  .image-with-text__media-item--large + .image-with-text__text-item {
    flex-grow: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    .placeholder-svg,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    .placeholder-svg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content {
    border-left: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content {
    border-right: 0;
  }
}

.image-with-text:not(.collapse-corners, .image-with-text--overlap) .image-with-text__media-item {
  z-index: 2;
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.image-with-text.image-with-text--overlap .backround-transparent,
.image-with-text:not(.image-with-text--overlap) .background-transparent {
  background: transparent;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.image-with-text .gradient {
  transform: perspective(0);
}

.image-with-text__content {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  word-break: break-word;
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
}

.image-with-text__content > * + * {
  margin-top: 2rem;
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.image-with-text__content > :first-child:is(.image-with-text__heading),
.image-with-text__text--caption + .image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}

.image-with-text__content :last-child:is(.image-with-text__heading),
.image-with-text__text--caption {
  margin-bottom: 0;
}

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}

.image-with-text__content .image-with-text__text + .button {
  margin-top: 3rem;
}

.image-with-text__heading {
  margin-bottom: 0;
}

.image-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 749px) {
  .collapse-padding .image-with-text__grid .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 750px) {
  .collapse-padding
    .image-with-text__grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-right: 0;
  }

  .collapse-padding
    .image-with-text__grid--reverse
    .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-left: 0;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

/*
  Multirow
  note: consider removing from this stylesheet if multirow-specific styles increase signficantly
*/
.multirow__inner {
  display: flex;
  flex-direction: column;
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .multirow__inner {
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}


@media screen and (max-width: 749px) {
  /* Tighten container + remove extra padding */
  .page-width--full {
    max-width: 95% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Align content left */
  .image-with-text__content {
    align-items: flex-start !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  /* Shrink heading and limit it to 2 lines */
  .stacked-heading {
    margin-bottom: 8px !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.1 !important;
  }

  .stacked-heading .outfit-font {
    font-size: 24px !important;
    line-height: 1.2 !important;
    display: inline-block !important;
  }

  .stacked-heading .harista-font {
    font-size: 30px !important;
    line-height: 1.2 !important;
    display: inline-block !important;
    margin-left: 4px !important;
  }

  /* Subtitle (caption) align left */
  .image-with-text__text--caption {
    text-align: left !important;
    margin: 8px 0 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  /* Paragraph */
  .image-with-text__text.rte {
    text-align: left !important;
    margin: 8px 0 12px !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  /* Button higher up and aligned */
  .inline-button,
  .button {
    align-self: flex-start !important;
    text-align: left !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
  }

  /* Reduce image/video height spacing */
  .image-with-text__media {
    margin-bottom: 16px !important;
  }

  /* Tighten overall section height */
  .section-{{ section.id }}-padding {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (max-width: 749px) {
  .image-with-text__content {
    align-items: flex-start !important;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
  }

  .stacked-heading {
    text-align: left !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    word-break: break-word !important;
  }

  .stacked-heading .outfit-font {
    font-size: 24px !important;
    line-height: 1.2 !important;
    display: inline !important;
  }

  .stacked-heading .harista-font {
    font-size: 88px !important;
    margin-left: 6px !important;
    display: inline !important;
  }

  .image-with-text__text.rte {
    text-align: left !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 8px 0 12px !important;
    padding: 0 !important;
  }

  .inline-button,
  .button {
    align-self: flex-start !important;
    text-align: left !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
  }

  .image-with-text__media {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 749px) {
  /* Target text block directly */
  .image-with-text__text {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  /* Ensure paragraphs and bold inside text block align left */
  .image-with-text__text p,
  .image-with-text__text b,
  .image-with-text__text strong {
    text-align: left !important;
    display: block !important;
    margin: 0 0 12px 0 !important;
    width: 100% !important;
  }

  /* In case rich text editor wraps it in a span or div */
  .image-with-text__text * {
    text-align: left !important;
  }
}
