/** Shopify CDN: Minification failed

Line 1236:8 Unexpected "{"
Line 1236:17 Expected ":"
Line 1236:43 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:pb-custom-hero (INDEX:50) */
/* Force transparency on all header and menu elements */
.header-wrapper,
.header-wrapper *,
.header-wrapper *::before,
.header-wrapper *::after,
.header-wrapper .gradient,
.header-wrapper [class*="color-scheme-"],
.header-wrapper .menu-drawer,
.header-wrapper .menu-drawer *,
.header-wrapper .header__inline-menu,
.header-wrapper .header__inline-menu *,
.header-wrapper .header__icons,
.header-wrapper .header__icons *,
.header-wrapper .header__search,
.header-wrapper .header__search *,
.header-wrapper .header__heading-link,
.header-wrapper .header__heading-link * {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Ensure menu drawer has solid background on mobile */
@media screen and (max-width: 749px) {
  .menu-drawer,
  .menu-drawer *,
  .menu-drawer::before,
  .menu-drawer::after,
  .menu-drawer .gradient,
  .menu-drawer [class*="color-scheme-"],
  .menu-drawer .menu-drawer__inner-container {
    background: var(--gradient-background) !important;
    background-color: rgb(var(--color-background)) !important;
  }
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

.section-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.section.overlap-header {
  position: relative;
  z-index: 0;
}

.custom-video-section-wrapper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  z-index: 1;
  overflow-x: hidden;
}

.custom-video-wrapper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  z-index: 1;
}

.custom-video {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  border-radius: inherit;
}

.custom-video.overlap-header {
  height: calc(100% + var(--header-height, 0px)) !important;
}

.custom-video-one-third { height: 33.33vh !important; }
.custom-video-half { height: 50vh !important; }
.custom-video-two-thirds { height: 66.66vh !important; }
.custom-video-three-quarters { height: 75vh !important; }
.custom-video-four-fifths { height: 80vh !important; }
.custom-video-five-sixths { height: 83.33vh !important; }
.custom-video-full { height: 100vh !important; }
.custom-video-custom { height: var(--custom-height) !important; }

.custom-video__container {
  width: 100%;
  height: 100% !important;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
}

.custom-video__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
}

.custom-hero__buttons-container {
  --parent-button-color: var(--color-button);
  --parent-button-text-color: var(--color-button-text);
  --parent-foreground-color: var(--color-foreground);
  width: 100%;
  max-width: var(--cta-width);
  padding: 0;
  margin: 0;
}

.custom-hero__buttons-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  pointer-events: none;
  z-index: 1;
}

.custom-hero__buttons-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0;
  margin: 0;
}

.custom-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  word-break: break-word;
  padding-top: 2.5rem; /* Adjust the value as needed */
}

.custom-hero__buttons.buttons-left {
  justify-content: flex-start;
}

.custom-hero__buttons.buttons-center {
  justify-content: center;
}

.custom-hero__buttons.buttons-right {
  justify-content: flex-end;
}

.custom-hero__buttons--multiple {
  width: 100%;
}

.button {
  width: auto;
  min-width: 0;
  text-align: center;
  white-space: normal;
  height: auto;
  min-height: 3rem;
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  line-height: 1.3;
  word-wrap: break-word;
  border-radius: var(--buttons-radius);
  transition: all 0.3s ease;
}

.button--primary {
  background-color: rgb(var(--parent-button-color));
  color: rgb(var(--parent-button-text-color));
  border: none;
}

.button--primary:hover {
  background-color: rgba(var(--parent-button-color), 0.8);
  color: rgb(var(--parent-button-text-color));
}

.button--secondary {
  background-color: transparent;
  color: rgb(var(--parent-button-color));
  border: 0.2rem solid currentColor;
}

.button--secondary:hover {
  background-color: rgb(var(--parent-button-color));
  color: rgb(var(--parent-button-text-color));
  border-color: rgb(var(--parent-button-color));
}

.text-left .custom-hero__buttons-wrapper,
.text-left .custom-hero__buttons {
  text-align: left;
}

.text-center .custom-hero__buttons-wrapper,
.text-center .custom-hero__buttons {
  text-align: center;
}

.text-right .custom-hero__buttons-wrapper,
.text-right .custom-hero__buttons {
  text-align: right;
}

.text-left .custom-hero__buttons-wrapper {
  align-items: flex-start;
}

.text-center .custom-hero__buttons-wrapper {
  align-items: center;
}

.text-right .custom-hero__buttons-wrapper {
  align-items: flex-end;
}

@media screen and (max-width: 749px) {
  .custom-video__slider-nav {
    display: none !important;
  }

  .custom-hero__buttons-container {
    padding: 0 1.5rem;
    max-width: min(90vw, v-bind('block.settings.cta_width'));
    margin-right: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .custom-hero__buttons-container[style*="left:"] {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .custom-hero__buttons-container[style*="right:"] {
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
  }

  .custom-hero__buttons-wrapper {
    gap: 1.25rem;
  }

  .button {
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
    min-height: 2.75rem;
  }

  /* Mobile Text Alignment */
  .custom-hero__buttons-container[data-mobile-text-align="text-left"] .custom-hero__buttons-wrapper,
  .custom-hero__buttons-container[data-mobile-text-align="text-left"] .custom-hero__feature-text,
  .custom-hero__buttons-container[data-mobile-text-align="text-left"] h1,
  .custom-hero__buttons-container[data-mobile-text-align="text-left"] .custom-hero__body-text,
  .custom-hero__buttons-container[data-mobile-text-align="text-left"] .custom-hero__buttons {
    text-align: left;
  }

  .custom-hero__buttons-container[data-mobile-text-align="text-center"] .custom-hero__buttons-wrapper,
  .custom-hero__buttons-container[data-mobile-text-align="text-center"] .custom-hero__feature-text,
  .custom-hero__buttons-container[data-mobile-text-align="text-center"] h1,
  .custom-hero__buttons-container[data-mobile-text-align="text-center"] .custom-hero__body-text,
  .custom-hero__buttons-container[data-mobile-text-align="text-center"] .custom-hero__buttons {
    text-align: center;
  }

  .custom-hero__buttons-container[data-mobile-text-align="text-right"] .custom-hero__buttons-wrapper,
  .custom-hero__buttons-container[data-mobile-text-align="text-right"] .custom-hero__feature-text,
  .custom-hero__buttons-container[data-mobile-text-align="text-right"] h1,
  .custom-hero__buttons-container[data-mobile-text-align="text-right"] .custom-hero__body-text,
  .custom-hero__buttons-container[data-mobile-text-align="text-right"] .custom-hero__buttons {
    text-align: right;
  }

  /* Mobile Button Alignment */
  .custom-hero__buttons-container[data-mobile-button-align="buttons-left"] .custom-hero__buttons {
    justify-content: flex-start;
  }

  .custom-hero__buttons-container[data-mobile-button-align="buttons-center"] .custom-hero__buttons {
    justify-content: center;
  }

  .custom-hero__buttons-container[data-mobile-button-align="buttons-right"] .custom-hero__buttons {
    justify-content: flex-end;
  }

  /* Mobile Text Size */
  .custom-hero__buttons-container[data-mobile-text-size="text-sm"] h1 {
    font-size: 2.5rem;
  }

  .custom-hero__buttons-container[data-mobile-text-size="text-md"] h1 {
    font-size: 2.75rem;
  }

  .custom-hero__buttons-container[data-mobile-text-size="text-lg"] h1 {
    font-size: 4rem;
  }

  .custom-hero__buttons-container[data-mobile-text-size="text-xl"] h1 {
    font-size: 5.25rem;
  }

  .custom-hero__buttons-container[data-mobile-text-size="text-custom"] h1 {
    font-size: var(--mobile-cta-text-size);
  }
}

@media screen and (max-width: 480px) {
  .custom-hero__buttons-container {
    max-width: 380px;
    padding: 0 1rem;
    margin-right: 1rem;
  }

  .custom-hero__buttons-wrapper {
    gap: 1rem;
  }

  .button {
    padding: 0.625rem 1rem;
    font-size: 0.9rem;
    min-height: 2.5rem;
  }
}

main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.video-pause-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
  margin: 20px;
}

.video-pause-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.video-pause-button svg {
  width: 20px;
  height: 20px;
  color: white;
}

.video-pause-button .play-icon {
  display: none;
}

.video-pause-button.paused .pause-icon {
  display: none;
}

.video-pause-button.paused .play-icon {
  display: block;
}

@media screen and (max-width: 749px) {
  .video-pause-button {
    bottom: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    margin: 15px;
  }
  
  .video-pause-button svg {
    width: 18px;
    height: 18px;
  }
}

.custom-video__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1;
  border-radius: inherit;
}

.custom-video__slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.custom-video__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  border-radius: inherit;
}

.custom-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
  border-radius: inherit;
  pointer-events: none;
}

.custom-video__slide-content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  max-width: 80%;
  padding: 2rem;
}

.custom-video__slide-content.top-left { top: 5%; left: 5%; transform: none; }
.custom-video__slide-content.top-center { top: 5%; left: 50%; transform: translateX(-50%); }
.custom-video__slide-content.top-right { top: 5%; right: 5%; transform: none; }
.custom-video__slide-content.middle-left { top: 50%; left: 5%; transform: translateY(-50%); }
.custom-video__slide-content.middle-center { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.custom-video__slide-content.middle-right { top: 50%; right: 5%; transform: translateY(-50%); }
.custom-video__slide-content.bottom-left { bottom: 5%; left: 5%; transform: none; }
.custom-video__slide-content.bottom-center { bottom: 5%; left: 50%; transform: translateX(-50%); }
.custom-video__slide-content.bottom-right { bottom: 5%; right: 5%; transform: none; }

.custom-video__slide-image-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: 1;
  border-radius: inherit;
  position: relative;
}

.custom-video.overlap-header .custom-video__slide-image {
  height: 100% !important;
}

.custom-video.overlap-header .custom-video__slide-image-img {
  height: 100% !important;
}

.custom-video__slide-heading {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.custom-video__slide-text {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.custom-video__slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}

.custom-video__slider-button {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.3s ease;
}

.custom-video__slider-button:hover {
  background: rgba(255, 255, 255, 0.3);
}

.custom-video__slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  gap: 10px;
}

.custom-video__slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-video__slider-dot.active {
  background: #fff;
}

@media screen and (max-width: 749px) {
  .custom-video__slide-heading {
    font-size: 2rem;
  }

  .custom-video__slide-text {
    font-size: 1rem;
  }

  .custom-video__slider-button {
    width: 40px;
    height: 40px;
  }

  .custom-video__slider-nav {
    padding: 0 1rem;
  }
}

.buttons-left .custom-hero__buttons-wrapper {
  align-items: flex-start;
}

.buttons-center .custom-hero__buttons-wrapper {
  align-items: center;
}

.buttons-right .custom-hero__buttons-wrapper {
  align-items: flex-end;
}

.custom-hero__body-text {
  font-family: var(--font-body-family, 'Josefin Sans', sans-serif);
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  color: inherit;
}

.custom-video__background {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.custom-video__background-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  border-radius: inherit;
}

.custom-video__background-wrapper.overlap-header {
  z-index: 0;
  margin-top: calc(-1 * var(--header-height, 0px));
}

.header--transparent {
  background: transparent !important;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.header--transparent .header__inline-menu,
.header--transparent .header__search,
.header--transparent .header__icons {
  background: transparent;
}

/* Ensure slider respects parent height */
.custom-video__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
}

.custom-video__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1;
  border-radius: inherit;
}

.custom-video__slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.custom-video__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  border-radius: inherit;
}

.custom-video__slide-image-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: 1;
  border-radius: inherit;
}

/* Ensure background wrapper respects height */
.custom-video__background-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  border-radius: inherit;
}

.custom-video__background-wrapper.overlap-header {
  z-index: 0;
  margin-top: calc(-1 * var(--header-height, 0px));
}

.custom-video__background {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
}

.custom-video__container {
  width: 100%;
  height: 100% !important;
  position: relative;
  overflow: hidden;
}

.custom-video__slider,
.custom-video__slide,
.custom-video__slide-image,
.custom-video__slide-image-img {
  height: 100% !important;
}

/* Add debugging styles */
.header-wrapper,
.header-wrapper *,
.header-wrapper::before,
.header-wrapper::after,
.header-wrapper *::before,
.header-wrapper *::after {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Ensure no white backgrounds are present */
.header__inline-menu,
.header__search,
.header__icons,
.header__heading-link,
.header__menu-item,
.header__menu-item span {
  background: transparent !important;
}

/* Ensure the hero section is properly layered */
.custom-video {
  position: relative;
  z-index: 1;
}

.custom-video__overlay-image {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.custom-video__overlay-image img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.custom-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2;
  border-radius: inherit;
  pointer-events: none;
}

.custom-video__video {
  position: relative;
  z-index: 1;
}

.custom-hero__feature-text {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.18);
  opacity: 0.92;
  text-align: inherit;
  justify-content: inherit;
}

/* Add mobile styles for feature text */
@media screen and (max-width: 749px) {
  .custom-hero__feature-text {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.375rem;
    text-align: inherit;
    justify-content: inherit;
  }

  /* Mobile Text Alignment for feature text */
  .custom-hero__buttons-container[data-mobile-text-align="text-left"] .custom-hero__feature-text {
    text-align: left;
    justify-content: flex-start;
  }

  .custom-hero__buttons-container[data-mobile-text-align="text-center"] .custom-hero__feature-text {
    text-align: center;
    justify-content: center;
  }

  .custom-hero__buttons-container[data-mobile-text-align="text-right"] .custom-hero__feature-text {
    text-align: right;
    justify-content: flex-end;
  }
}

/* Remove debug borders */
.custom-hero__buttons-wrapper {
  border: none !important;
}
.custom-hero__buttons-container {
  border: none !important;
}

/* Mobile/Desktop Image Display */
.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

@media screen and (max-width: 749px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .custom-video__slider-nav {
    display: none !important;
  }
}

/* Add this CSS in the stylesheet section */
@media screen and (max-width: 749px) {

  .custom-hero__buttons[data-mobile-buttons-position="top"] {
    position: fixed !important;
    top: 0 !important;
    bottom: auto !important;
  }

  .custom-hero__buttons[data-mobile-buttons-position="middle"] {
    position: fixed !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
  }

  .custom-hero__buttons[data-mobile-buttons-position="bottom"] {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
  }
}

h3 {
  margin: 0 0 1rem 0 !important;
}
h4 {
  margin: 0 0 0.5rem 0 !important;
}
/* END_SECTION:pb-custom-hero */

/* START_SECTION:pb-custom-video-image (INDEX:51) */
.custom-video-section-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.custom-video-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.custom-video {
  position: relative;
  width: 100%;
  overflow: visible;
}

.custom-video-full { height: 100vh; }
.custom-video-two-thirds { height: 66.67vh; }
.custom-video-half { height: 50vh; }
.custom-video-one-third { height: 33.33vh; }
.custom-video-three-quarters { height: 75vh; }

/* Apply the same height to the wrapper */
.custom-video-full ~ .custom-video-wrapper { height: 100vh; }
.custom-video-two-thirds ~ .custom-video-wrapper { height: 66.67vh; }
.custom-video-half ~ .custom-video-wrapper { height: 50vh; }
.custom-video-one-third ~ .custom-video-wrapper { height: 33.33vh; }
.custom-video-three-quarters ~ .custom-video-wrapper { height: 75vh; }

/* Update the section wrapper to match */
.custom-video-section-wrapper {
  min-height: auto;
}

.custom-video.overlap-header {
  position: relative;
  z-index: 0;
}

.custom-video__container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.custom-video__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
}

.custom-video__overlay-image {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100%;
}

.custom-video__overlay-image-img {
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  object-position: center;
}

.custom-video__overlay-image.position-left {
  left: 5%;
  justify-content: flex-start;
}

.custom-video__overlay-image.position-center {
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
}

.custom-video__overlay-image.position-right {
  right: 5%;
  justify-content: flex-end;
}

.custom-video__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  height: 100%;
  position: relative;
  z-index: 3;
}

.custom-video__text {
  flex: 1;
  max-width: 50%;
  text-align: left;
  position: relative;
  z-index: 3;
}

.custom-video__side-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  z-index: 2;
  pointer-events: none;
}

.custom-video__image-fill {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.custom-video__image-fill--left {
  justify-content: flex-start;
  padding-right: 10px;
}

.custom-video__image-fill--right {
  justify-content: flex-end;
  padding-left: 10px;
}

.custom-video__side-image {
  height: auto;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 749px) {
  .custom-video__content {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }

  .custom-video__text {
    max-width: 100%;
    position: relative;
    margin-bottom: 20px;
  }

  .custom-video__side-images {
    position: relative;
    flex-direction: column;
    height: auto;
    gap: 20px;
    padding: 20px;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin-top: -20px;
  }

  .custom-video__image-fill {
    width: 100% !important;
    height: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-video__image-fill--left,
  .custom-video__image-fill--right {
    padding: 0;
    width: 80% !important;
  }

  .custom-video__side-image {
    width: 100%;
    height: auto;
    max-height: 40vh;
    object-fit: contain;
  }

  .custom-video__overlay-image {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    width: 100% !important;
    padding: 20px;
    display: block;
  }

  .custom-video__overlay-image.position-left,
  .custom-video__overlay-image.position-center,
  .custom-video__overlay-image.position-right {
    transform: none;
    left: auto;
    right: auto;
  }

  .custom-video {
    min-height: auto;
  }

  .custom-video__container {
    margin: 0;
    border-radius: calc({{ section.settings.border_radius }}px / 2);
  }
}

/* Button styles from image-banner */
.banner__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  z-index: 4;
}

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

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 12rem;
  max-width: max-content;
  min-height: 3rem;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 0.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.button--primary {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}

.button--primary:hover {
  background-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-text));
}

.button--secondary {
  background-color: transparent;
  color: rgb(var(--color-button));
  border: 0.2rem solid rgb(var(--color-button));
}

.button--secondary:hover {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
}

@media screen and (max-width: 749px) {
  .banner__buttons {
    flex-direction: column;
    align-items: center;
  }

  .button {
    width: auto;
    min-width: auto;
    padding: 1rem 1.5rem;
  }
}

/* Remove old overlay image styles */
.custom-video__overlay-image.position-left,
.custom-video__overlay-image.position-center,
.custom-video__overlay-image.position-right {
  left: auto;
  right: auto;
  transform: none;
}

main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


/* Fix mobile layout */
@media screen and (max-width: 749px) {
  .custom-video-wrapper {
    height: auto;
  }

  .custom-video {
    min-height: auto;
  }
}

/* Adjust stacking context */
.color-{{ section.settings.color_scheme }} {
  position: relative;
}

.custom-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-video__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-pause-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
  margin: 20px;
}

.video-pause-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.video-pause-button svg {
  width: 20px;
  height: 20px;
  color: white;
}

.video-pause-button .play-icon {
  display: none;
}

.video-pause-button.paused .pause-icon {
  display: none;
}

.video-pause-button.paused .play-icon {
  display: block;
}

@media screen and (max-width: 749px) {
  .video-pause-button {
    bottom: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    margin: 15px;
  }
  
  .video-pause-button svg {
    width: 18px;
    height: 18px;
  }
}
/* END_SECTION:pb-custom-video-image */

/* START_SECTION:pb-ingredients (INDEX:54) */
.ingredients {
  background: #FFF0E1;
}
.ingredients__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  max-width: var(--page-width);
  margin: 0 auto;
  padding-left: var(--section-padding-left);
  padding-right: var(--section-padding-right);
}
.ingredients__left {
  width: 35%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.ingredients__left img {
  border-radius: 30% 0 0 0;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}
.ingredients__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.ingredients__overlay img {
  height: auto;
  display: block;
}
.ingredients__right {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ingredients__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3rem;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.ingredients__block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 15px 0 0 0;
}
.ingredients__icon img {
  width: 32px;
  height: 32px;
}
.ingredients__heading {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4.95px;
  font-size: 1em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #a97c50;
}
.ingredients__description {
  font-size: 16px;
  color: #555;
}

.ingredients__button {
  border-radius: 999px !important;
  border: 2px solid #bc8559 !important;
  background: #f9f7f2 !important;
  color: #bc8559 !important;
  font-family: 'Josefin Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14.58px !important;
  letter-spacing: 5.22px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  width: 100% !important;
  padding: 1.2em 4.2em 0.8em 4.2em !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 3rem auto 0 auto !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.ingredients__button:hover {
  background: #fff7ef !important;
  color: #955425 !important;
  border-color: #955425 !important;
}

.ingredients__mobile-logo {
  display: none;
}
@media (max-width: 1100px) {
  .ingredients__mobile-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
  }
  .ingredients__left,
  .ingredients__overlay {
    display: none !important;
  }
  .ingredients__container {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .ingredients__right {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ingredients__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 100%;
    max-width: 100%;
  }
  .ingredients__block {
    align-items: center;
    text-align: center;
    padding: 15px 0 0 0;
  }
}
/* END_SECTION:pb-ingredients */