/** Shopify CDN: Minification failed

Line 33:0 All "@import" rules must come first
Line 87:0 Unexpected "}"
Line 100:0 Expected "{" but found end of file

**/
/* ===== Collection页面 & 首页 商品卡片标题 ===== */
.product-grid-item__title {
  font-family: 'Montserrat', sans-serif !important;
}

/* ===== 商品详情页 主标题 ===== */
.product__title,
h1.product__title,
.product-single__title {
  font-family: 'Montserrat', sans-serif !important;
}

/* ===== 商品详情页 手风琴标题 (Product Details / Shipping / Returns) ===== */
.product__accordion__title {
  font-family: 'Montserrat', sans-serif !important;
}
/* ===== Tab Collections - 标签居中 ===== */
.tab-collections__tabs,
[data-section-id="template--27270348996902__section_tab_collections_XXxH9F"] .tabs__nav,
[data-section-id="template--27270348996902__section_tab_collections_XXxH9F"] .tabs,
[data-section-id="template--27270348996902__section_tab_collections_XXxH9F"] ul {
  justify-content: center !important;
  text-align: center !important;
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

#template--27270348996902__section_tab_collections_XXxH9F [role="tab"] {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}

/* 选中 TAB 下划线 */
#template--27270348996902__section_tab_collections_XXxH9F [role="tab"][aria-selected="true"] {
  border-bottom: 2px solid #0b0b0b !important;
  padding-bottom: 6px !important;
}
/* Featured Collection: 移动端标题+按钮横排 */
/* Featured Collection 移动端布局 */
@media screen and (max-width: 767px) {

  /* 隐藏底部大按钮 */
  .featured-collection__button--bottom.mobile-only {
    display: none !important;
  }

  /* 显示右上角按钮 */
  .featured-collection__button--top.mobile-show {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    width: auto !important;
  }

  /* 标题行与按钮横向对齐 */
  .featured-collection__title-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
   .featured-collection__title-wrapper .featured-collection__title {
  flex: 1 1 auto !important;
  white-space: normal !important;
  word-break: normal !important;
  min-width: 0 !important;
  font-size: 1.2rem !important;
}


/* 隐藏 Featured Collection 的 SHOP ALL 按钮 */
.featured-collection__inline-btn.mobile-only {
  display: none !important;
}
  }
}
.featured-collection .featured-collection__button:not(.featured-collection__button--top) {
  display: none !important;
}
}
.featured-collection .featured-collection__button:not(.featured-collection__button--top) {
  display: none !important;
}

/* Collection Tab 手机端字体缩小 */
@media screen and (max-width: 767px) {
  .tab-collections__tab-btn {
    font-size: 14px !important;
    padding: 6px 12px !important;
  }
}
、
