/** Shopify CDN: Minification failed

Line 102:16 Expected identifier but found whitespace
Line 102:18 Unexpected "{"
Line 102:27 Expected ":"
Line 102:75 Expected ":"

**/


/* CSS from section stylesheet tags */
.brand-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .brand-banner__background {
    width: 100%;
  }

  .brand-banner__background-image {
    width: 100%;
    height: auto;
    display: block;
  }

  .brand-banner__background-image--mobile {
    display: none;
  }

  .brand-banner--full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  .brand-banner__content {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    text-align: center;
    padding: 0 20px;
  }

  .brand-banner__subtitle {
    font-size: 29px;
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: 400;
  }

  .brand-banner__title {
    line-height: 1.2;
    margin-bottom: 24px;
  }

  .brand-banner__description {
    font-size: 15px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
  }

  @media screen and (min-width: 750px) {
    .brand-banner__subtitle {
      margin-bottom: 20px;
    }

    .brand-banner__title {
      font-size: 48px;
      margin-bottom: 32px;
    }

    /* .brand-banner__description {
      font-size: 13px;
    } */
  }

  @media screen and (max-width: 749px) {
    .brand-banner__background-image--desktop {
      display: none;
    }

    .brand-banner__background-image--mobile {
      display: block;
    }

    .brand-banner__content {
      top: 30%;
    }

    .brand-banner__subtitle {
      font-size: 31px;
      margin-bottom: 12px;
    }

    .brand-banner__title {
      font-size: {{ section.settings.title_font_size | divided_by: 1.5 }}px !important;
      margin-bottom: 16px;
    }

    /* .brand-banner__description {
      font-size: 12px;
      line-height: 1.5;
    } */
  }
.brand-hero {
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
  }

  .brand-hero__background {
    position: relative;
    width: 100%;
  }

  .brand-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 这里的 0.4 是透明度，可以根据需要调整 */
    z-index: 1;
  }

  .brand-hero__background-video {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
  }

  .brand-hero--full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .brand-hero__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .brand-hero__logo {
    margin-bottom: 40px;
  }

  .brand-hero__logo img {
    width: 180px;
    height: auto;
  }

  .brand-hero__title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: -0.02em;
    max-width: 800px;
    font-family: Poppins, sans-serif;
  }

  .brand-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 15px;
    border-radius: 44px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease;
    gap: 8px;
    border: none;
    cursor: pointer;
    text-transform: none;
    font-family: Poppins, sans-serif;
  }

  .brand-hero__button svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    margin-left: 4px;
  }

  .brand-hero__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  @media screen and (min-width: 750px) {
    .brand-hero__background-video--desktop {
      display: block;
    }

    .brand-hero__background-video--mobile {
      display: none;
    }

    .brand-hero__content {
      padding: 0 40px;
    }

    .brand-hero__logo img {
      width: 220px;
    }

    .brand-hero__title {
      font-size: 64px;
      margin-bottom: 48px;
    }

    .brand-hero__button {
      font-size: 18px;
      padding: 18px 36px;
    }
  }

  .video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
  }

  .video-modal[aria-hidden="false"] {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-modal__content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    background: transparent;
  }

  .video-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    color: #fff;
  }

  .video-modal__video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
  }

  .video-modal__video-wrapper iframe,
  .video-modal__video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  @media screen and (max-width: 749px) {
    .brand-hero__content {
      padding: 30px 20px;
    }
  }
.page-width {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
  }

  .brand-stats {
    padding: 40px 0;
    background-color: #ffffff;
  }

  .brand-stats__title {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 24px;
    white-space: pre-line;
  }

  .brand-stats__container {
    position: relative;
  }

  .brand-stats__scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #1e3d8f #f5f5f5;
  }

  .brand-stats__scroll-wrapper::-webkit-scrollbar {
    height: 4px;
  }

  .brand-stats__scroll-wrapper::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 2px;
  }

  .brand-stats__scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: #1e3d8f;
    border-radius: 2px;
  }

  .brand-stats__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .brand-stats__item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
  }

  .brand-stats__number-wrapper {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 4px;
  }

  .brand-stats__number {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
  }

  .brand-stats__unit {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    text-align: left;
  }

  .brand-stats__label {
    font-size: 17px;
    line-height: 1.4;
    color: #666666;
  }

  @media screen and (min-width: 750px) {
    .page-width {
      width: 80%;
      padding: 0;
    }

    .brand-stats {
      padding: 60px 0;
    }

    .brand-stats__title {
      font-size: 32px;
      margin-bottom: 40px;
    }

    .brand-stats__grid {
      flex-direction: row;
      gap: 20px;
    }

    .brand-stats__item {
      flex: 1;
      min-width: 260px;
      padding: 50px 15px;
    }

    .brand-stats__number,
    .brand-stats__unit {
      font-size: 40px;
    }
  }
.product-comparison-section {
  text-align: center;
  padding: 10px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.comparison-title {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.comparison-container {
  display: flex;
  justify-content: center;
  gap: 120px;
}

.product-column {
  flex: 1;
  max-width: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-image-container {
  height: 180px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.product-image {
  height: 100%;
  width: auto;
  transition: transform 0.3s ease;
}

.product-image:hover {
  transform: scale(1.05);
}

.new-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #e53e3e;
  font-weight: bold;
  font-size: 14px;
}

.product-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 25px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.3;
}

.comparison-item {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.item-value {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  width: 100%;
  line-height: 1.3;
}

.item-label {
  font-size: 13px;
  color: #718096;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  width: 100%;
  line-height: 1.3;
}

.button-container {
  margin-top: 30px;
}

.shop-now-button {
  background-color: #1a365d;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.shop-now-button:hover {
  background-color: #2c5282;
}

@media (max-width: 768px) {
  .comparison-container {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 5px;
    overflow-x: auto;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding: 15px;
    padding-left: 7px;
    padding-right: 7px;
  }
  
  .product-column {
    flex: 0 0 calc(50% - 13px);
    min-width: calc(50% - 13px);
    padding: 0 5px;
    box-sizing: border-box;
    scroll-snap-align: start;
  }
  
  .comparison-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .product-title {
    font-size: 16px;
    margin-bottom: 10px;
    hyphens: auto;
  }
  
  .item-value {
    font-size: 14px;
    margin-bottom: 2px;
    hyphens: auto;
  }
  
  .item-label {
    font-size: 11px;
    hyphens: auto;
  }
  
  .product-image-container {
    height: 120px;
    margin-bottom: 10px;
  }
  
  .new-tag {
    font-size: 12px;
    top: 5px;
    right: 5px;
  }
  
  .button-container {
    margin-top: 15px;
  }
  
  .shop-now-button {
    padding: 8px 11px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .comparison-title {
    font-size: 24px;
  }
  
  .product-title {
    font-size: 15.5px;
  }
  
  .item-value {
    font-size: 12.5px;
  }
  
  .item-label {
    font-size: 11.5px;
  }
}