/** Shopify CDN: Minification failed

Line 95:0 Unexpected "<"
Line 99:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.image-stack-content {
    position: absolute;
    z-index: 2;
    max-width: 700px;
  }

  /* Apply text shadow and styling to heading */
  .image-stack-content h2 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 2rem;
    font-family: 'Porsche Next', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .image-stack-content p {
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  }

  /* Button styling with rounded corners */
  .hero-buttonp {
    display: inline-block;
    color: #fff !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    border-radius: 4px;
    padding: 12px 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-shadow: none !important;
  }

  .hero-buttonp:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
  }

  .image-stack-section {
    margin: 0;
    padding: 0;
  }

  .image-stack-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .image-stack-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 20px;
  }

  .image-stack-content p {
    line-height: 1.6;
  }
  @media (max-width: 768px) {
    .image-stack-slide img {
      height: 449px !important;
      /* max-height: 550px; */
      width: 100%;
      object-fit: cover;
    }

    .image-stack-content {
      /* max-width: 90%; */
      width: 100%;
      position: absolute;
      text-align: center !important;
    }

    .image-stack-content h2 {
      font-size: 32px !important;
    }

    .image-stack-content p {
      font-size: 15px !important;
    }
  }
<style>
  .accordion-button:focus {
    box-shadow: none;
  }
</style>
.hero-button {
      display: inline-block;
      color: #fff;
      background: transparent;
      border: 2px solid #fff;
      padding: 12px 32px;
      font-size: 1.125rem;
      font-weight: 500;
      text-decoration: none;
      transition: all 0.3s ease;
      border-radius: 0;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .hero-button:hover {
      background: #fff;
      color: #000;
    }
.image-stack-section {
  margin: 0;
  padding: 0;
}
.image-stack-slide {
  position: relative;
  width: 100%;
  /*height: 100vh;  Full screen */
  overflow: hidden;
}
.image-stack-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.image-stack-content {
  position: absolute;
  z-index: 2;
  max-width: 700px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
.image-stack-content h2 {
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.2;
}
.image-stack-content p {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .image-stack-slide img {
    height: 449px !important;
    /* max-height: 550px; */
    width: 100%;
    object-fit: cover;
  }

  .image-stack-content {
    /* max-width: 90%; */
    width: 100%;
    position: absolute;
  }

  .image-stack-content h2 {
    font-size: 32px !important;
  }

  .image-stack-content p {
    font-size: 15px !important;
  }
}