/** Shopify CDN: Minification failed

Line 159:27 Unexpected "{"
Line 185:9 Unexpected "{"
Line 185:18 Expected ":"
Line 193:9 Unexpected "{"
Line 193:18 Expected ":"
Line 199:9 Unexpected "{"
Line 199:18 Expected ":"
Line 205:9 Unexpected "{"
Line 205:18 Expected ":"
Line 209:9 Unexpected "{"
... and 77 more hidden warnings

**/
.image-with-text__text--colored {
  color: rgba(var(--color-foreground), 0.7);
}

.image-with-text__text--colored.rte a {
  color: rgb(var(--color-link));
  background-image: linear-gradient(to top, rgb(var(--color-border)) 0px, rgb(var(--color-border)) 0px), linear-gradient(to top, transparent 0px, transparent 0px);
}

.banner--overlay {
  position: relative;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 750px) {
  .banner--flex-start {
    justify-content: flex-start;
  }

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

.banner--overlay .banner__content {
  width: 85%;
  height: auto;
  margin: 0;
  z-index: 1;
  background-color: rgba(var(--color-overlay), var(--color-overlay-opacity));
}

@media screen and (min-width: 750px) {
  .banner--overlay .banner__content {
    width: 50%;
    height: 100%;
  }
}

.banner--overlay .banner__box {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .banner--overlay .banner__box {
    padding: 0;
  }
}

.banner--overlay .banner__trigger {
  display: block;
  position: absolute;
  top: 70%;
  pointer-events: none;
}

[data-animate-image] .banner--overlay .banner__content {
  opacity: 0;
}

[data-animate-image] .banner--overlay .banner__box {
  opacity: 0;
  transform: translateY(10%);
}

@media screen and (min-width: 750px) {
  [data-animate-image] .banner--overlay .banner__media .media-wrapper {
    transition: transform var(--duration-animate) ease;
  }
  
  [data-animate-image] .banner--overlay .banner__trigger[animate] ~ .banner__media:not(.banner__media-video) .media-wrapper {
    transform: scale(1.2) translate(0%, 5%);
  }
}

[data-animate-image] .banner--overlay .banner__trigger[animate] ~ .banner__content,
.no-js [data-animate-image] .banner--overlay .banner__content {
  opacity: 1;
}

[data-animate-image] .banner--overlay .banner__trigger[animate] ~ .banner__content {
  transition-property: opacity;
  transition-timing-function: ease;
  transition-duration: var(--duration-long);
}

[data-animate-image] .banner--overlay .banner__trigger[animate] ~ .banner__content .banner__box,
.no-js [data-animate-image] .banner--overlay .banner__content .banner__box {
  opacity: 1;
  transform: translateY(0);
}

[data-animate-image] .banner--overlay .banner__trigger[animate] ~ .banner__content .banner__box {
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: var(--duration-long);
}

[data-animate-image] .banner--overlay .banner__trigger[animate] ~ .banner__content,
[data-animate-image] .banner--overlay .banner__trigger[animate] ~ .banner__content .banner__box {
  transition-delay: 0.5s;
}

@media screen and (max-width: 749px) {
  .banner-mobile--text_overlay .banner__content {
    padding: 0;
    bottom: 7.5%;
    left: auto;
    top: auto;
  }

  .banner-mobile--image_first {
    flex-direction: column-reverse;
  }

  .banner-mobile--image_first .banner__content {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .page-width--full-width .banner-mobile--image_first .banner__content {
    padding: 0 1.5rem;
  }

  .banner-mobile--image_first .banner__box {
    padding: 3rem 0;
  }

  .banner-mobile--image_first .banner__trigger {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* CUSTOM CSS */
.section--padding {
  position: relative;
}

.section--padding::before, {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 0;
}

.section--padding::before {
  top: 0;
  height: var(--section-padding-top);
}

.section--padding::after {
  bottom: 0;
  height: var(--section-padding-bottom);
}


/* CUSTOM CSS */



/* FULL CLICKABLE BANNER FIXED */

#Banner-{{ section.id }} .full-banner-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

/* content should be above link */
#Banner-{{ section.id }} .banner__content {
  position: relative;
  z-index: 3;
}

/* button should be above all */
#Banner-{{ section.id }} .banner__content a.button {
  position: relative;
  z-index: 5;
  color: pink;
}

#Banner-{{ section.id }} .banner__content {
  pointer-events: none;
}

#Banner-{{ section.id }} .banner__content a.button {
  pointer-events: auto;
}
/* FORCE CENTER OVERLAY (FULL WIDTH STYLE) */
#Banner-{{ section.id }} {
  display: flex;
  align-items: center;
  justify-content: center;
}

#Banner-{{ section.id }} .banner__content {
  position: absolute;
  top: auto;
  left: auto;
  transform: none;
  width: auto;
  max-width: 700px;
  text-align: center;
  background: rgba(var(--color-overlay), var(--color-overlay-opacity));
  padding: 40px;
  margin: 0;
}

/* make text center */
#Banner-{{ section.id }} .banner__box {
  text-align: center;
}

/* mobile fix */
@media (max-width: 749px) {

  #Banner-{{ section.id }} {
    display: flex !important;
    flex-direction: column !important;
  }

  /* image full width */
  #Banner-{{ section.id }} .banner__media {
    order: 1 !important;
    width: 100% !important;
  }

  /* content under image - GLOSSY GLASS CARD */
  #Banner-{{ section.id }} .banner__content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.35),
    inset 0 1px 0 rgba(255,255,255,0.15);


    /* ✨ sakto sa content */
    width: fit-content !important;
    max-width: 90% !important;
    margin: 20px auto !important;
    padding: 25px 22px !important;

    /* ✨ glossy glass effect */
    background: linear-gradient(
      135deg,
      rgb(0, 0, 0),
      rgba(0, 0, 0, 0.9)
    ) !important;

    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;

    border: 1px solid rgba(255,255,255,0.15) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25) !important;
    border-radius: 16px !important;

    text-align: center !important;
    color: #ffffff !important;
  }

  /* optional glossy shine */
  #Banner-{{ section.id }} .banner__content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(
      to bottom right,
      rgba(255,255,255,0.15),
      transparent 60%
    );
    pointer-events: none;
  }

  #Banner-{{ section.id }} .banner__box {
    text-align: center !important;
  }

  #Banner-{{ section.id }} .banner__heading {
    font-size: 28px !important;
    color: #ffffff !important;
  }

  #Banner-{{ section.id }} .banner__text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #ffffff !important;
  }

  #Banner-{{ section.id }} .banner__subheading {
    color: #ffffff !important;
  }

  /* CTA button *


/* FORCE FULL WIDTH BANNER - DESKTOP FIX */
@media screen and (min-width: 750px) {

  #shopify-section-{{ section.id }} .page-width,
  #shopify-section-{{ section.id }} .page-width--full-width {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #shopify-section-{{ section.id }} {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body .page-width,
  body .page-width--full-width {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  

}






/* =====================================================
   RB DESIGN – FULL BLEED BANNER (ALL DEVICES)
===================================================== */

/* remove container limits */
#shopify-section-{{ section.id }},
#shopify-section-{{ section.id }} .section--padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}

/* remove page-width restriction */
#shopify-section-{{ section.id }} .page-width,
#shopify-section-{{ section.id }} .page-width--full-width {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}


/* ensure media fills */
#Banner-{{ section.id }} .banner__media,
#Banner-{{ section.id }} .media-wrapper,
#Banner-{{ section.id }} .media,
#Banner-{{ section.id }} img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* prevent horizontal scroll */
body {
  overflow-x: hidden;
}

/* =========================
   TABLET FIX (768px)
========================= */
@media screen and (max-width: 1024px) and (min-width: 750px) {

  #Banner-{{ section.id }} .banner__media img,
  #Banner-{{ section.id }} .media img {
    object-position: center center !important;
  }

  #Banner-{{ section.id }} .media-wrapper,
  #Banner-{{ section.id }} .banner__media {
    transform: none !important;
    left: 0 !important;
    width: 100% !important;
  }

}

/* =========================
   MOBILE – STACKED + GLASS
========================= */
@media (max-width: 749px) {

  #Banner-{{ section.id }} {
    display: flex !important;
    flex-direction: column !important;
  }

  #Banner-{{ section.id }} .banner__media {
    order: 1 !important;
    width: 100% !important;
  }

  #Banner-{{ section.id }} .banner__content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;

    width: fit-content !important;
    max-width: 90% !important;
    margin: 20px auto !important;
    padding: 25px 22px !important;

    background: linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.93),
      rgba(0, 0, 0, 0.93)
    ) !important;

    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;

    border: 1px solid rgba(255,255,255,0.15) !important;
    box-shadow:
      0 10px 30px rgba(0,0,0,0.35),
      inset 0 1px 0 rgba(255,255,255,0.15);

    border-radius: 16px !important;

    text-align: center !important;
    color: #fff !important;
  }

  #Banner-{{ section.id }} .banner__content::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(
      to bottom right,
      rgba(255,255,255,0.15),
      transparent 60%
    );
    pointer-events: none;
  }

  #Banner-{{ section.id }} .banner__heading {
    font-size: 28px !important;
    letter-spacing: 1px;
    color: #fff !important;
  }

  #Banner-{{ section.id }} .banner__text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #fff !important;
  }


/* =========================
   ULTRA WIDE (2560px+)
========================= */
@media screen and (min-width: 1920px) {
  #Banner-{{ section.id }} {
    min-height: 100vh;
  }
}

/* FULL BLEED BANNER */
#Banner-{{ section.id }} {
   width: 100% !important;
  max-width: 100% !important;
  position: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
