/** Shopify CDN: Minification failed

Line 560:3 Unexpected "="

**/
@charset "UTF-8";


.product-card-compare-text, .product-card .product-card-swatches, .product-card .product-card-swatches .product-card-swatch, .product-card .product-card-swatches--title {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.products .gallery--item, .product-card.product-card--content-spacing-false .product-featured-image-link, .product-card.product-card--content-spacing-true {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }

.no-js .product-card-quickview {
  display: none !important; }


.product-card-quickview {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08); }


.products {
  list-style: none; }
  .products.carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 100%;
    padding: 0; }
    .products.carousel .product-card {
      flex-shrink: 0;
      margin-bottom: 0 !important; }
    .products.carousel .carousel__slide {
      width: 100%;
      display: flex; }
    .no-js .products.carousel {
      overflow-x: scroll; }
    .products.carousel.flickity-enabled {
      overflow: visible; }
    .products.carousel .promotion-column {
      margin-bottom: 0;
      height: 100%; }
    @media only screen and (max-width: 767px) {
      .products.carousel .flickity-viewport {
        overflow: visible; } }
  .products .promotion-column {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .products .promotion-column {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 768px) {
      .products .promotion-column.promotion-column-width--2 {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 768px) {
      .products .promotion-column.promotion-column-width--2.product-columns-3 {
        flex: 0 0 66.6%;
        max-width: 66.6%; } }
    @media only screen and (min-width: 768px) {
      .products .promotion-column.promotion-column-width--2.product-columns-5 {
        flex: 0 0 40%;
        max-width: 40%; } }
  .products .gallery--item {
    height: 100%;
    overflow: hidden;
    flex: 1; }
    .products .gallery--item figure {
      height: 100%;
      padding-bottom: 0; }
    .products .gallery--item-content {
      padding: 15px; }
      @media only screen and (min-width: 768px) {
        .products .gallery--item-content {
          padding: 30px; } }
      .products .gallery--item-content p {
        font-size: 0.8125rem;
        margin-bottom: 15px; }
        @media only screen and (min-width: 768px) {
          .products .gallery--item-content p {
            font-size: 0.9375rem; } }

  .product-card-spacing-small .products.row {
    margin: 0 -5px; }
    .product-card-spacing-small .products.row .columns,
    .product-card-spacing-small .products.row .column {
      padding: 0 5px; }
    .product-card-spacing-small .products.row .product-card {
      margin-bottom: 10px;
      min-height: calc(100% - 10px); }
    .product-card-spacing-small .products.row + .pagination {
      margin-top: 20px; }
    .product-card-spacing-small .products.row .flickity-nav.flickity-prev {
      left: -16px; }
    .product-card-spacing-small .products.row .flickity-nav.flickity-next {
      right: -16px; }
  @media only screen and (min-width: 768px) {
    .product-card-spacing-medium .products.row {
      margin: 0 -10px; }
      .product-card-spacing-medium .products.row .columns,
      .product-card-spacing-medium .products.row .column {
        padding: 0 10px; }
      .product-card-spacing-medium .products.row .product-card {
        margin-bottom: 20px;
        min-height: calc(100% - 20px); }
      .product-card-spacing-medium .products.row + .pagination {
        margin-top: 10px; } }
  .product-card-spacing-medium .products.row .flickity-nav.flickity-prev {
    left: -11px; }
  .product-card-spacing-medium .products.row .flickity-nav.flickity-next {
    right: -11px; }
  @media only screen and (min-width: 768px) {
    .product-card-spacing-large .products.row {
      margin: 0 -15px; }
      .product-card-spacing-large .products.row .columns,
      .product-card-spacing-large .products.row .column {
        padding: 0 15px; }
      .product-card-spacing-large .products.row .product-card {
        margin-bottom: 30px;
        min-height: calc(100% - 30px); }
      .product-card-spacing-large .products.row + .pagination {
        margin-top: 0px; } }
  .product-card-spacing-large .products.row .flickity-nav.flickity-prev {
    left: -6px; }
  .product-card-spacing-large .products.row .flickity-nav.flickity-next {
    right: -6px; }
  .products.loading {
    position: relative; }
    .products.loading .columns,
    .products.loading .column {
      opacity: 0.5; }
    .products.loading .loading-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      transform: none; }
      .products.loading .loading-overlay--sticky {
        position: sticky;
        top: calc(var(--header-height, 0px) + var(--header-offset, 0px) + 100px);
        display: inline-block;
        left: 0;
        height: 42px;
        padding: 20% 0;
        text-align: center;
        width: 100%; }
        .products.loading .loading-overlay--sticky svg {
          position: static;
          width: 42px;
          height: 42px; }

.product-card {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
  width: 100%;
  background: var(--color-product-card-bg, #fff); }
  .carousel .product-card {
    margin-bottom: 0; }
  .product-card .product-card-info {
    line-height: 1;
    flex: 1;
    display: flex;
    flex-direction: column; }
    .product-card .product-card-info > *:last-child {
      margin-bottom: 0; }
  .product-card .product-featured-image {
    margin-bottom: 15px;
    position: relative;
    z-index: 0; }
    @media only screen and (min-width: 768px) {
      .product-card .product-featured-image {
        margin-bottom: 20px; } }
    @media (hover: hover) {
      .product-card .product-featured-image.thb-hover:hover .product-primary-image {
        opacity: 0; }
      .product-card .product-featured-image.thb-hover:hover .product-secondary-image {
        opacity: 1; } }
    .product-card .product-featured-image-link {
      display: block;
      position: relative;
      height: 0;
      width: 100%;
      overflow: hidden;
      padding-top: 0;
      padding-bottom: var(--padding-bottom);
      border-radius: var(--block-border-radius, 16px) var(--block-border-radius, 16px) 0 0; }
      .product-card .product-featured-image-link img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 5; }
      .product-card .product-featured-image-link .thb-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .product-card .product-featured-image-link .product-secondary-image {
        z-index: 10;
        opacity: 0; }
      .product-card .product-featured-image-link.aspect-ratio--square {
        padding-bottom: 100%; }
      .product-card .product-featured-image-link.aspect-ratio--portrait {
        padding-bottom: 125%; }
      .product-card .product-featured-image-link.aspect-ratio--landscape {
        padding-bottom: 75%; }
  .product-card .product-card-vendor {
    text-transform: uppercase;
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
    opacity: 0.8; }
    .product-card .product-card-vendor a {
      color: var(--color-body, #2c2d2e); }
  .product-card .product-card-title {
    font-size: calc(var(--font-product-title-scale, 1) * 1rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.3);
    font-weight: var(--font-body-medium-weight, 500);
    display: block;
    margin-bottom: 10px; }
  .product-card .price {
    font-size: calc(var(--font-product-price-scale, 1) * 1rem); }
    .product-card .price + .product-card-title {
      margin-top: 5px;
      margin-bottom: 0; }
  .product-card--badges {
    position: absolute;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 5px; }
    .product-card--badges.bottom {
      bottom: calc(var(--badge-offset, 0px) + 7px); }
      @media only screen and (min-width: 768px) {
        .product-card--badges.bottom {
          bottom: calc(var(--badge-offset, 0px) + 14px); } }
    .product-card--badges.left {
      left: calc(var(--badge-offset, 0px) + 7px);
      align-items: flex-start; }
      @media only screen and (min-width: 768px) {
        .product-card--badges.left {
          left: calc(var(--badge-offset, 0px) + 14px); } }
    .product-card--badges.top {
      top: calc(var(--badge-offset, 0px) + 7px); }
      @media only screen and (min-width: 768px) {
        .product-card--badges.top {
          top: calc(var(--badge-offset, 0px) + 14px); } }
    .product-card--badges.right {
      right: calc(var(--badge-offset, 0px) + 7px);
      align-items: flex-end; }
      @media only screen and (min-width: 768px) {
        .product-card--badges.right {
          right: calc(var(--badge-offset, 0px) + 14px); } }
  .product-card .product-inventory-notice {
    margin-bottom: 10px;
    margin-top: 5px; }
    .product-card .product-inventory-notice--text {
      margin-bottom: 0;
      display: inline-flex; }
  .product-card-subtitle {
    font-size: 0.8125rem;
    color: rgba(var(--color-body-rgb), 0.8);
    margin-top: 10px;
    margin-bottom: 0; }
  .product-card-compare {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 40;
    line-height: 1; }
    .product-card-compare input {
      margin-right: 0;
      width: 16px;
      height: 16px; }
      .product-card-compare input + label:before {
        background-color: var(--bg-body, #f5f5f5);
        margin-right: 0;
        border: 1px solid rgba(var(--color-body-rgb), 0.25); }
      .product-card-compare input:checked + label:before {
        border-color: var(--color-accent); }
    .product-card-compare-text {
      position: absolute;
      left: 50%;
      bottom: calc(100% + 6px);
      transform: translateX(-50%);
      background-color: var(--color-body, #2c2d2e);
      color: var(--bg-body, #f5f5f5);
      white-space: nowrap;
      font-size: 0.75rem;
      padding: 3px 6px;
      border-radius: 1px;
      opacity: 0;
      pointer-events: none; }
      .product-card-compare-text:after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 3px 2.5px 0 2.5px;
        border-color: var(--color-body, #2c2d2e) transparent transparent transparent;
        transform: translateX(-2.5px);
        position: absolute;
        bottom: -3px;
        left: 50%; }
    .product-card-compare:hover .product-card-compare-text {
      opacity: 1; }
    .compare-true .product-card-compare {
      display: block; }
  .product-card-quickview {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 20;
    background: var(--color-drawer-bg, #fff);
    color: var(--color-body, #2c2d2e);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    opacity: 0;
    transition: opacity 0.25s linear;
    border-radius: calc(var(--block-border-radius, 16px) / 2); }
    @media only screen and (min-width: 768px) {
      .product-card-quickview {
        bottom: 15px;
        left: 15px;
        right: 15px; } }
    .product-card-quickview span {
      line-height: 1;
      font-size: 0.8125rem;
      font-weight: var(--font-body-medium-weight, 500);
      padding-right: 0;
      white-space: nowrap;
      opacity: 1; }
    .product-card-quickview .loading-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      z-index: 20;
      opacity: 0;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .product-card-quickview .loading-overlay .spinner {
        width: 18px; }
    .product-card-quickview.loading span {
      opacity: 0; }
    .product-card-quickview.loading .loading-overlay {
      opacity: 1; }
  .product-card--add-to-cart-button {
    font-size: 0.8125rem;
    margin-top: 15px;
    width: 100%;
    height: 44px;
    border-radius: calc(var(--block-border-radius, 16px) / 2); }
    .product-card--add-to-cart-button-wrapper {
      margin-top: auto; }
    .product-card--add-to-cart-button .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 20;
      opacity: 0;
      width: 34px;
      height: 34px;
      margin: -17px 0 0 -17px;
      padding: 10px; }
    .product-card--add-to-cart-button.loading .spinner {
      opacity: 1; }
    .product-card--add-to-cart-button.loading .product-card--add-to-cart-text {
      opacity: 0; }
  .product-card .product-card-swatches {
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%); }
    .product-card .product-card-swatches .product-card-swatch {
      display: inline-flex;
      margin: 0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      position: relative;
      cursor: pointer;
    }
      .product-card .product-card-swatches .product-card-swatch:after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border-radius: 6px;
        background: var(--option-color);
        background-image: var(--option-color-image);
        background-size: cover; }
      .product-card .product-card-swatches .product-card-swatch.active {
        box-shadow: 0 0 0 1px var(--color-body, #2c2d2e) inset; }
    .product-card .product-card-swatches--container {
      position: relative;
      overflow: hidden;
      height: 30px;
      margin-top: 0px;
      margin-bottom: 3px; }
    .product-card .product-card-swatches--title {
      font-size: 0.85rem;
      line-height: 30px;
      margin-left: 5px;
      opacity: 0.8;
      transform: translateY(0%); }
  .product-card--label-container {
    margin-top: 10px; }
  .product-card.text-center .product-card--label-container {
    justify-content: center; }
  .product-card.text-right .product-card--label-container {
    justify-content: flex-end; }
  .product-card .star-rating {
    margin-top: 7px;
    font-size: 0.875rem; }
  .product-card:hover .product-card-swatches {
    transform: translateY(0%); }
    .product-card:hover .product-card-swatches--title {
      transform: translateY(-100%); 
    }
  .product-card:hover .product-card-quickview {
    opacity: 1; }
  .product-card--border-true {
    border: 1px solid var(--color-border, #dadce0);
    --badge-offset: 10px; }
    .product-card--border-true .product-featured-image {
      padding: 10px; }
  .product-card.product-card--content-spacing-true .product-card-info {
    padding: 10px;
    padding-bottom: 0px;  
  }
  .product-card.product-card--content-spacing-true.product-card--border-true .product-featured-image {
    padding-bottom: 0; }
  .product-card.product-card--content-spacing-true.product-card--border-true .product-featured-image-link {
    border-top-left-radius: calc(var(--block-border-radius, 16px) / 1.4);
    border-top-right-radius: calc(var(--block-border-radius, 16px) / 1.4); }
  .product-card.product-card--content-spacing-true .product-featured-image {
    margin-bottom: 0; }

.collection-empty {
  text-align: center;
  padding: 10vh;
  width: 100%; }
  .collection-empty svg {
    margin-bottom: 30px; }
  .collection-empty .text-button {
    font-size: inherit; }
  .collection-empty p {
    font-size: 1.25rem; }

.sidebar-container {
  display: grid;
  gap: clamp(20px, 4%, 40px); }
  @media only screen and (min-width: 1068px) {
    .sidebar-container.facets--sidebar {
      grid-template-columns: clamp(200px, 22%, 240px) 1fr; } }
  .sidebar-container.facets--sidebar.results--0 {
    grid-template-columns: 1fr; }
  @media only screen and (min-width: 1068px) {
    .sidebar-container.facets--sidebar .facets-toggle {
      display: none; } }
  .sidebar-container .products.collection.row {
    padding: 0; }



.star-rating {
  --star-percent: calc(var(--star-rating) / 5 * 100%);
  display: inline-block;
  font-size: 1rem;
  font-family: Times;
  line-height: 1; }
  .star-rating:before {
    content: "★★★★★";
    background: linear-gradient(90deg, var(--color-star) var(--star-percent), #e1e1e1 var(--star-percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .star-rating span {
    font-size: 0.75rem;
    margin-left: 8px; }

.rating {
  display: inline-block;
  margin: 0; }

.rating-star {
  --letter-spacing: 0.3;
  --font-size: 1.5;
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) *
          var(--font-size) /
          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
      ) * 100%
  );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0; }

.rating-star:before {
  content: "\2605\2605\2605\2605\2605";
  background: linear-gradient(90deg, var(--color-reviews) var(--percent), rgba(var(--color-foreground), 0.15) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.rating-text {
  display: none; }

.rating-count {
  display: none;
  margin: 0; }

@media (forced-colors: active) {
  .rating {
    display: none; }
  .rating-text {
    display: block; } }


.product-card--label {
  font-size: 0.625rem;
  border: 1px solid var(--color-border, #dadce0);
  padding: 0px;
  line-height: 1.2;
  border-radius: var(--input-border-radius, 6px); }
  .product-card--label-container {
    display: flex;
    gap: 0px;
    flex-wrap: wrap; } 
    


   PRODUCT CARD LABEL – FINAL VERSION
   ================================================= */

/* ---------- 基础样式（通用） ---------- */

.product-card--label-container {
  margin-top: 0px;
}

/* 单个 label item */
.product-card--label-item{
  display: grid;
  grid-template-columns: 30px 1fr; /* pandora */
  gap: 5px;
  align-items: start;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,.08);
  background: #f9f9f9;
}

.product-card--label-icon{
  width: 30px;                 /* pandora */
  height: 30px;                /* pandora */
  display: flex;               /* pandora */
  align-items: center;         /* pandora */
  justify-content: center;     /* pandora */
}

/* pandora */
.product-card--label-icon img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

/* pandora */
.product-card--label-title {
  font-size: 0.7rem;
  color:#6B4B3D;
  line-height: 1.25;
  margin: 0;
}

/* pandora */
.product-card--label-desc {
  font-size: 0.6rem;
  line-height: 1.25;
  padding-top:3px;
  opacity: .85;
  margin: 0;
}

/* pandora */
@media only screen and (max-width: 767px) {
  .product-card--label-container {
    display: grid !important;
    gap: 0px !important; /* pandora */
    grid-auto-flow: column !important;
    grid-auto-columns: 70% !important;  /* pandora */
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap !important;
    padding-bottom:20px;
  }

  .product-card--label-container::-webkit-scrollbar {
    display: none;
  }

  /* pandora */
  .product-card--label-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;      /* pandora */
    justify-content: center !important;  /* pandora */
    text-align: center !important;       /* pandora */
    gap: 0px !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /* pandora */
  .product-card--label-icon{
    width: 30px;                 /* pandora */
    height: 30px;                /* pandora */
    display: flex;               /* pandora */
    align-items: center;         /* pandora */
    justify-content: center;     /* pandora */
  }
  .product-card--label-icon img{
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  .product-card--label-title{
    text-align: center !important;
    white-space: nowrap
  }
  .product-card--label-desc {
    text-align: center !important;
    white-space: nowrap
  }

  /* pandora */
  .product-card--label-text {
    display: flex;
    flex-direction: column;
    gap: 0px;

    align-items: center;         /* pandora */
    text-align: center !important;
  }


  /* ✅ Product recommendations：Mobile 强制居中（覆盖主题 mobile 规则） */
@media (max-width: 767px) {
  .section-product-recommendations .section-header,
  .section-product-recommendations .section-header--content,
  .section-product-recommendations .section-header--title,
  .section-product-recommendations .section-header--description,
  .section-product-recommendations .section-header--description.rte,
  .section-product-recommendations .section-header--description p {
    text-align: center !important;
    

  }

  /* 如果主题用 flex 把内容顶到左边，这个也一起压住 */
  .section-product-recommendations .section-header {
    display: flex !important;
    justify-content: center !important;
  }
  .section-header--title{
font-size:1.5rem!important;
  }

  .section-product-recommendations .section-header--content {
    width: 100% !important;          /* 防止 content 宽度太窄导致看起来没居中 */
    margin: 0 auto !important;

  }
}

}


/* ---------- pandora ---------- */
@media (min-width: 768px) {

  .product-card--label-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* pandora */
    gap: 0px;
    justify-content: center;
    max-height: 170px; /* pandora */
    overflow: hidden;
  }

  .product-card--label-item {
    flex: 0 0 auto;
    width: auto;
    padding: 15px 5px 15px 5px;
  }
  .product-card--label-title {
  font-size: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}

/* pandora */
.product-card--label-desc {
  font-size: 0.65rem;
  line-height: 1.25;
  opacity: .85;
  margin: 0;
}

/* Product recommendations 标题 & 描述 强制居中 */
.section-product-recommendations .section-header {
  display: flex;
  justify-content: center;
}

.section-product-recommendations .section-header--content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-product-recommendations .section-header--title {
  text-align: center;
}

.section-product-recommendations .section-header--description,
.section-product-recommendations .section-header--description.rte,
.section-product-recommendations .section-header--description p {
  text-align: center;
}
}

/* ✅ Product recommendations：Mobile 产品卡 1列横滑 + 70% */
@media (max-width: 767px){

  .section-product-recommendations ul.products.row.no-padding{
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;

    scroll-snap-type: x mandatory;
    scrollbar-width: none;

    width: 100% !important;
    max-width: 100% !important;

    padding: 0 15px 20px !important;
    margin: 0 !important;
  }

  .section-product-recommendations ul.products.row.no-padding::-webkit-scrollbar{
    display: none;
  }

  .section-product-recommendations ul.products.row.no-padding > li.columns{
    flex: 0 0 70% !important;
    width: 70% !important;
    max-width: 70% !important;
    float: none !important;
    scroll-snap-align: start;
  }

  .section-product-recommendations product-card.product-card{
    width: 100% !important;
  }
}

/* pandora: pin labels to bottom (only) */
.product-card .product-card--label-container{
  margin-top: auto;     /* 关键：推到底 */
  padding-top: 12px;    /* 上方间距，你要多少自己调 */
}



/* pandora: mobile bottom spacing 10px */
@media (min-width: 767px){
  .product-card .product-card--label-container{
    margin-top: auto;
    padding-top: 10px;     /* 上方间距 */
  }

  .product-card.product-card--content-spacing-true .product-card-info{
    padding-bottom: 10px;  /* 底部间距 */
  }
}