/** Shopify CDN: Minification failed

Line 14:0 Unexpected "{"
Line 14:1 Expected identifier but found "%"
Line 14:47 Unexpected "1em，最后一个正常"
Line 14:73 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:main-product (INDEX:76) */
{%- comment -%}Advert 信息之间的间距为 1em，最后一个正常 {%- endcomment -%}
  .payment-icons>img {
    margin-bottom: .25rem;
    margin-right: .25rem;
  }
  .payment-icons {
    margin-right: -.25rem;
  }
/* END_SECTION:main-product */

/* START_SECTION:review-mansory (INDEX:110) */
.text-star{color:#f8fe51;}

.as-image-review-sticky {
  position: sticky;
  height: calc(100vh - var(--announcement-bar-offset-sm, 0px));
}

.as-image-review-background-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 15%,rgba(0, 0, 0, 0.68) 100%);
}

.as-image-review-column {
  flex: 1 1 0;
  min-width: 0;
}

.as-image-review-video-caption, .as-image-review-caption {
  background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    }

.as-image-review-video-play-icon svg {
  display: block;
}

.as-image-review-video-play-icon svg.as-video-icon-pause {
  display: none;
}

.as-image-review-video-button.is-playing .as-video-icon-play {
  display: none;
}

.as-image-review-video-button.is-playing .as-video-icon-pause {
  display: block;
}

.as-image-review-empty {
  width: 100%;
  aspect-ratio: 1 / 1;
}

/* .as-image-review-card-dark {
  background: #242424;
  color: #fff;
}

.as-image-review-card-light {
  background: #f4f4f4;
  color: #111;
} */

.as-image-review-item.is-hidden {
  display: none !important;
}

.as-image-review-more[hidden] {
  display: none !important;
}

@media (max-width: 767.98px) {
  .as-image-review-sticky {
    position: relative;
    height: auto;
  }
}
/* END_SECTION:review-mansory */