/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 66:0 Unexpected "<"
Line 121:2 Unexpected "<"
Line 140:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .image-gallery-container {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .main-slider-image {
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 2rem;
  }

  .thumbnail-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1rem;
    justify-content: center;
    padding-bottom: 1rem;
  }

  .thumbnail-row img {
    height: 100px;
    border-radius: 0.5rem;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.2s;
  }

  .thumbnail-row img.active {
    border-color: white;
  }

  .gallery-button {
    margin-top: 2rem;
    background-color: white;
    color: #00aaff;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.2s;
  }

  .gallery-button:hover {
    background-color: #e0f7ff;
  }
</style>
<style>
    .image-gallery-container {
      padding-left: 1rem;
      padding-right: 1rem;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .main-slider-image {
      border-radius: 1rem;
      overflow: hidden;
      margin-bottom: 2rem;
    }

    .thumbnail-row {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 1rem;
      justify-content: center;
      padding-bottom: 1rem;
    }

    .thumbnail-row img {
      height: 100px;
      border-radius: 0.5rem;
      cursor: pointer;
      border: 2px solid transparent;
      transition: border 0.2s;
    }

    .thumbnail-row img.active {
      border-color: white;
    }

    .gallery-button {
      margin-top: 2rem;
      background-color: white;
      color: #00aaff;
      padding: 0.75rem 2rem;
      border-radius: 9999px;
      border: none;
      font-weight: 600;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      transition: background-color 0.2s;
    }

    .gallery-button:hover {
      background-color: #e0f7ff;
    }
  </style>
<style>
  .why-choose-card {
    border-radius: 1rem;
    background: white;
    padding: 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    text-align: left;
  }
  .why-choose-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    background-color: #e6f7fc;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
</style>