/** Shopify CDN: Minification failed

Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 32:18 Unexpected "{"
Line 32:27 Expected ":"
Line 40:18 Unexpected "{"
Line 40:27 Expected ":"
Line 53:18 Unexpected "{"
Line 53:27 Expected ":"
Line 58:18 Unexpected "{"
Line 58:27 Expected ":"
... and 275 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* 作用域：仅当前 section */
#shopify-section-{{ section.id }} .bb-wrap{
  position: relative;
  min-height: var(--bb-h, 120px);
  /* 背景图 & 兜底色 */
  background-color: var(--bb-fallback, #f5f5f5);
  background-image: var(--bb-bg, none);
  background-size: var(--bb-bg-size, cover);
  background-position: var(--bb-bg-pos, center);
  background-repeat: no-repeat;
}

/* 覆盖层（控制透明度/颜色） */
#shopify-section-{{ section.id }} .bb-wrap::before{
  content:""; position:absolute; inset:0;
  background: var(--bb-ov-color, rgba(0,0,0,0.4));
  opacity: var(--bb-ov, .2);
  pointer-events:none;
}

/* 内部容器：桌面左右排布，移动端纵向堆叠 */
#shopify-section-{{ section.id }} .bb-inner{
  position: relative; z-index: 1;
  max-width: var(--bb-max, 1200px);
  margin: 0 auto;
  padding: var(--bb-pad-y, 18px) var(--bb-pad-x, 16px);
  display: flex;
  gap: 16px;
  align-items: center;                  /* 垂直居中一 */
  justify-content: space-between;
  min-height: var(--bb-h, 120px);       /* 垂直居中二：高度跟外层一致 */
}

/* 文本块（左） */
#shopify-section-{{ section.id }} .bb-text{
  margin: 0;
}

/* 按钮（右）——圆角强制生效 + 立体感 */
#shopify-section-{{ section.id }} .bb-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;

  /* 关键：强制圆角并裁剪内部高光/背景 */
  border-radius: var(--btn-radius, 8px) !important;
  -webkit-border-radius: var(--btn-radius, 8px) !important;
  overflow: hidden;

  /* 用局部 CSS 变量做渐变/阴影（下面第二步会在标签里注入这些变量） */
  background: linear-gradient(180deg, var(--btn-bg-light, #3da0ff), var(--btn-bg, #1976d2));
  color: var(--btn-color, #fff) !important;
  border: 1px solid var(--btn-border, #125aa0);

  font-size: var(--btn-size, 16px);
  font-weight: var(--btn-weight, 700);
  font-family: var(--btn-ff, system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial) !important;
  text-decoration: none !important;

  /* 立体感：内高光 + 外投影；再加整体透明度 */
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.25),
    0 6px 14px rgba(0,0,0,.18);
  opacity: var(--btn-op, 1);

  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease, opacity .15s ease;
  white-space: nowrap;
}
#shopify-section-{{ section.id }} .bb-btn:hover{
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.28),
    0 10px 20px rgba(0,0,0,.22);
  filter: brightness(1.02);
}
#shopify-section-{{ section.id }} .bb-btn:active{
  transform: translateY(0);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.2),
    0 4px 10px rgba(0,0,0,.18);
  filter: brightness(.98);
}
/* 移动端：改成上下排列，并按设置对齐 */
@media (max-width: 768px){
  #shopify-section-{{ section.id }} .bb-wrap{ min-height: var(--bb-h-m, 100px); }
  #shopify-section-{{ section.id }} .bb-inner{
    flex-direction: column;
    gap: 10px;
    align-items: var(--bb-m-align, center);
    text-align: var(--bb-m-align, center);
    min-height: var(--bb-h-m, 100px);                /* 同步手机高度，确保垂直居中 */
  }
}
/* ==== Best Sellers — Visual Controls (WORKING) ==== */
#shopify-section-{{ section.id }} .bs-section{
  background: var(--bs-bg,#f8fafc);
  padding: var(--bs-padding,60px 0);
  text-align:center;
}
#shopify-section-{{ section.id }} .bs-wrap{
  max-width: var(--bs-max,1800px);
  margin:0 auto;
  padding:0 var(--bs-side,32px);
}
#shopify-section-{{ section.id }} .bs-title{
  font-family: var(--sec-title-ff,inherit);
  font-size: var(--sec-title-size,34px);
  font-weight: var(--sec-title-weight,700);
  color: var(--sec-title-color,#111);
  margin: 0 0 40px;
}
#shopify-section-{{ section.id }} .bs-grid{
  display:grid;
  grid-template-columns: repeat(var(--bs-cols,4), minmax(0,1fr));
  gap: var(--bs-gap,28px);
}

/* 卡片用变量，且允许 block 覆盖 */
#shopify-section-{{ section.id }} .product-card{
  background: var(--card-bg,rgba(255,255,255,.85));
  border-radius: var(--card-radius,14px);
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  padding: var(--card-pad,16px);
  transition:.3s ease;
}
#shopify-section-{{ section.id }} .product-card:hover{transform:translateY(-6px);box-shadow:0 10px 28px rgba(0,0,0,.12);}
#shopify-section-{{ section.id }} .product-card img{
  width:100%; border-radius: var(--img-radius,12px); margin-bottom:18px;
}
/* 标题 */
#shopify-section-{{ section.id }} .product-card h3{
  font-family: var(--title-ff,inherit);
  font-size: var(--title-fs,20px);
  font-weight: var(--title-fw,700);
  color: var(--title-color,#111);
  letter-spacing: var(--title-ls,.2px);
  margin:10px 0 8px;
}
/* 价格 */
#shopify-section-{{ section.id }} .product-card .price{
  font-size: var(--price-fs,18px);
  font-weight: var(--price-fw,600);
  color: var(--price-color,#0077cc);
  margin-bottom:12px;
}
/* 按钮 */
#shopify-section-{{ section.id }} .product-card .btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-width: var(--btn-w,150px);
  padding: var(--btn-pad,12px 24px);
  border-radius: var(--btn-radius,8px);
  font-family: var(--btn-ff,inherit);
  font-size: var(--btn-fs,16px);
  font-weight: var(--btn-fw,600);
  color: var(--btn-color,#fff);
  background: var(--btn-bg,#0d7eea);
  text-decoration:none; transition:.25s ease; box-shadow:0 4px 12px rgba(0,0,0,var(--btn-shadow,.15));
  white-space:nowrap;
}
#shopify-section-{{ section.id }} .product-card .btn:hover{
  background: var(--btn-bg-hover,#0a6ed1);
  color: var(--btn-color-hover,#fff);
  transform: translateY(-3px);
  box-shadow:0 6px 18px rgba(0,0,0,var(--btn-shadow-hover,.25));
}

/* 响应式 */
@media (max-width:1024px){
  #shopify-section-{{ section.id }} .bs-grid{ grid-template-columns: repeat(var(--bs-cols-md,2), minmax(0,1fr)); }
}
@media (max-width:768px){
  #shopify-section-{{ section.id }} .bs-grid{ grid-template-columns: repeat(var(--bs-cols-sm,1), minmax(0,1fr)); }
}
/* ===== HeroBaner — 修复移动端错位 + 更稳的反转 ===== */

#shopify-section-{{ section.id }} .hero-section{
  padding: var(--hero-pad-y, 28px) 0;
  background: {{ section.settings.bg_color | default: '#ffffff' }};
}
#shopify-section-{{ section.id }} .page-width{
  max-width: {{ section.settings.content_max_width | default: '1140px' }};
  margin: 0 auto;
}

/* 桌面：两列，用 grid areas 明确区域，避免被主题覆盖 */
#shopify-section-{{ section.id }} .hero-container{
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(300px, 1.1fr) minmax(280px, 0.9fr);
  grid-template-areas: "copy media";
  gap: var(--hb-gap) 24px !important;
  column-gap: var(--hb-gap) !important;
  align-items: center;
  box-sizing: border-box;
}

/* 反转（图片在左）只改 areas，不再用 order */
#shopify-section-{{ section.id }}.is-reversed .hero-container{
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr);
  grid-template-areas: "media copy";
}

/* 区域归属 */
#shopify-section-{{ section.id }} .hero-copy{ 
  grid-area: copy;
  text-align: {{ section.settings.text_align_desktop | default: 'left' }};
  max-width: 720px; justify-self: start;
  padding-right: calc(var(--hb-gap) / 2) !important;
  padding-left: 0 !important;
}
#shopify-section-{{ section.id }} .hero-media{
  grid-area: media;
  text-align: right; justify-self: end;
  padding-left:  calc(var(--hb-gap) / 2) !important;
  padding-right: 0 !important;
  margin: 0 !important;
}


/* ========== 文案排版（完全 GUI 可配） ========== */
#shopify-section-{{ section.id }} .hero-kicker{
  font-family: {{ kicker_family }};
  font-weight: {{ section.settings.kicker_weight | default: 700 }};
  color: {{ section.settings.kicker_color | default: '#1976d2' }};
  margin-bottom: 8px;
  font-size: {{ section.settings.kicker_size | append: 'px' | default: '14px' }};
  letter-spacing: {{ section.settings.kicker_letter_spacing | default: '.4px' }};
  line-height: {{ section.settings.kicker_line_height | default: '1.4' }};
  text-transform: {{ section.settings.kicker_transform | default: 'none' }};
}

#shopify-section-{{ section.id }} .hero-heading{
  font-family: {{ title_family }};
  font-weight: {{ section.settings.title_weight | default: 800 }};
  color: {{ section.settings.title_color | default: '#111111' }};
  font-size: clamp(28px, 3.2vw, {{ section.settings.title_size | append: 'px' | default: '42px' }});
  line-height: {{ section.settings.title_line_height | default: '1.15' }};
  margin: 0 0 16px;
  overflow-wrap:anywhere;
  letter-spacing: {{ section.settings.title_letter_spacing | default: '0px' }};
  text-transform: {{ section.settings.title_transform | default: 'none' }};
  text-shadow: {{ section.settings.title_text_shadow | default: 'none' }};
}

#shopify-section-{{ section.id }} .hero-sub{
  font-family: {{ subtitle_family }};
  font-weight: {{ section.settings.subtitle_weight | default: 400 }};
  color: {{ section.settings.subtitle_color | default: '#444444' }};
  font-size: clamp(15px, 1.35vw, {{ section.settings.subtitle_size | append: 'px' | default: '18px' }});
  line-height: {{ section.settings.subtitle_line_height | default: '1.7' }};
  margin: 0 0 22px;
  max-width: 52ch;
  letter-spacing: {{ section.settings.subtitle_letter_spacing | default: '0px' }};
  text-transform: {{ section.settings.subtitle_transform | default: 'none' }};
}

/* 图片 */
#shopify-section-{{ section.id }} .hero-media img{
  width: 100%;
  max-width: {{ section.settings.image_max_width | default: '520px' }};
  height: auto;
  border-radius: {{ section.settings.image_radius | default: '12px' }};
  display: inline-block;
}

/* 裁切圆角用的外层盒子（不影响图片尺寸算法） */
#shopify-section-{{ section.id }} .hero-media-box{
  display: inline-block;
  max-width: {{ section.settings.image_max_width | default: '520px' }};
  border-radius: {{ section.settings.image_radius | default: '12px' }};
  overflow: hidden;               /* 只在外层裁切圆角 */
  line-height: 0;                 /* 消除行内间隙 */
}

/* 图片本身只负责自适应，不再设置圆角/隐藏溢出 */
#shopify-section-{{ section.id }} .hero-media-box img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 !important;    /* 避免主题把 img 圆角改回去引发叠加 */
  object-fit: contain;            /* 防止任何 cover 造成的裁切 */
}

/* 手机端确保能铺满容器宽度（不被 max-width 限制） */
@media (max-width: 992px){
  #shopify-section-{{ section.id }} .hero-media-box{
    max-width: 100% !important;
  }
}


/* 按钮样式（提高优先级，防止主题覆盖） */
#shopify-section-{{ section.id }} .hero-actions a.btn-primary{
  display:inline-block;padding:10px 18px;background:#1976d2 !important;color:#fff !important;
  text-decoration:none !important;border-radius:8px;font-weight:700;font-size:16px;
  border:2px solid #1976d2 !important;box-shadow:0 2px 5px rgba(0,0,0,.12);
  transition:all .25s ease;margin:6px 10px 0 0;
}
#shopify-section-{{ section.id }} .hero-actions a.btn-primary:hover{
  background:#125aa0 !important;border-color:#125aa0 !important;transform:translateY(-2px);
  box-shadow:0 4px 10px rgba(0,0,0,.18);
}
#shopify-section-{{ section.id }} .hero-actions a.btn-secondary{
  display:inline-block;padding:10px 18px;background:#fff !important;border:2px solid #1976d2 !important;
  color:#1976d2 !important;border-radius:8px;font-weight:700;font-size:16px;text-decoration:none !important;
  transition:all .25s ease;margin:6px 0 0 0;
}
#shopify-section-{{ section.id }} .hero-actions a.btn-secondary:hover{
  background:#1976d2 !important;color:#fff !important;transform:translateY(-2px);
  box-shadow:0 4px 10px rgba(0,0,0,.18);
}

/* ===== Mobile ultimate fix：未反转/反转都单列，图片完整显示，不被裁切 ===== */
@media (max-width: 992px){

  #shopify-section-{{ section.id }} .hero-section,
  #shopify-section-{{ section.id }} .page-width{
    overflow: visible !important;
  }

  #shopify-section-{{ section.id }} .hero-container{
    display: block !important;
    grid-template: none !important;
    gap: 0 !important;
    column-gap: 0 !important;
    padding: 0 16px !important;
    text-align: center !important;
  }

  #shopify-section-{{ section.id }} .hero-copy{
    display: block !important;
    float: none !important;
    position: static !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 0 auto 14px !important;
    padding: 0 !important;
    text-align: center !important;
    order: 1 !important;
  }

  #shopify-section-{{ section.id }} .hero-media{
    display: block !important;
    float: none !important;
    position: static !important;
    width: 100% !important;
    max-width: 700px !important;
    margin: 10px auto 0 !important;
    padding: 0 !important;
    text-align: center !important;
    justify-self: auto !important;
    align-self: auto !important;
    order: 2 !important;
  }

  #shopify-section-{{ section.id }} .hero-media img{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  #shopify-section-{{ section.id }}.is-reversed .hero-copy{ order: 1 !important; }
  #shopify-section-{{ section.id }}.is-reversed .hero-media{ order: 2 !important; }

  #shopify-section-{{ section.id }} .hero-actions{
    text-align: center !important;
    margin-bottom: 12px !important;
  }
}
/* ===========================
   How It Works (作用域隔离)
   =========================== */
#shopify-section-{{ section.id }} .hiw-section {
  padding: 40px 0;
  text-align: center;
  background: #fafafa;
}
#shopify-section-{{ section.id }} .hiw-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* 独立网格 */
#shopify-section-{{ section.id }} .hiw-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

/* 卡片 */
#shopify-section-{{ section.id }} .hiw-card {
  flex: 0 1 calc(25% - 20px);
  text-align: center;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
  transition: transform .2s, box-shadow .2s;
  padding: 24px 18px;
}
#shopify-section-{{ section.id }} .hiw-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

/* 图标可点击样式 */
#shopify-section-{{ section.id }} .hiw-link {
  display: inline-block;
  text-decoration: none;
}
#shopify-section-{{ section.id }} .hiw-link img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 12px;
  transition: transform .2s;
}
#shopify-section-{{ section.id }} .hiw-link:hover img {
  transform: scale(1.08);
}

/* 默认标题/正文（会被内联样式覆盖，留作兜底） */
#shopify-section-{{ section.id }} .hiw-card-title { font-weight: 700; font-size: 16px; margin-bottom: 8px; }
#shopify-section-{{ section.id }} .hiw-card-text  { font-size: 14px; color: #555; line-height: 1.6; margin: 0; }

/* 响应式 */
@media (max-width: 1024px) {
  #shopify-section-{{ section.id }} .hiw-card { flex: 0 1 calc(50% - 20px); }
}
@media (max-width: 768px) {
  #shopify-section-{{ section.id }} .hiw-card { flex: 0 1 100%; }
}

/* 统一图标尺寸 */
#shopify-section-{{ section.id }} .hiw-icon{
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto 12px;
  transition: transform .2s;
}
#shopify-section-{{ section.id }} .hiw-link:hover .hiw-icon{ transform: scale(1.08); }

/* ========== 手机端隐藏选项 ========== */
@media (max-width: 768px){
  #shopify-section-{{ section.id }} .is-hide-mobile { display: none !important; }
  #shopify-section-{{ section.id }} .hide-icons-mobile .hiw-icon { display: none !important; }
}
/* ==================================
   Reviews (作用域隔离 + 新布局 + 响应式)
   ================================== */
#shopify-section-{{ section.id }} .rev-section {
  padding: 40px 0;
  text-align: center;
  background: #fafafa;
}
#shopify-section-{{ section.id }} .rev-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

#shopify-section-{{ section.id }} .rev-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  align-items: center;
  margin: 6px 0 24px;
}
#shopify-section-{{ section.id }} .rev-summary .summary-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
#shopify-section-{{ section.id }} .rev-summary .summary-right a,
#shopify-section-{{ section.id }} .rev-summary .summary-right span {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
#shopify-section-{{ section.id }} .rev-summary .summary-right a:hover { text-decoration: underline; }

/* 星星评分 */
#shopify-section-{{ section.id }} .stars {
  --rating: 5;
  --size: 18px;
  --star-empty: #d8e5e4;
  --star-fill: #0ea5a3;
  font-size: var(--size);
  line-height: 1;
  letter-spacing: 3px;
  display: inline-block;
  font-family: "Arial", "Helvetica", sans-serif;
}
#shopify-section-{{ section.id }} .stars::before {
  content: "★★★★★";
  background: linear-gradient(90deg,
    var(--star-fill) calc(var(--rating) / 5 * 100%),
    var(--star-empty) calc(var(--rating) / 5 * 100%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 评论网格 */
#shopify-section-{{ section.id }} .rev-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* 单卡片 */
#shopify-section-{{ section.id }} .rev-card {
  flex: 0 1 calc(25% - 20px);
  display: flex;
  gap: 14px;
  text-align: left;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
  padding: 16px;
  box-sizing: border-box;
  transition: transform .2s, box-shadow .2s;
}
#shopify-section-{{ section.id }} .rev-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,.12);
}

/* 链接样式（头像/名字/评论文字可点） */
#shopify-section-{{ section.id }} .rev-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
#shopify-section-{{ section.id }} .rev-link:hover .rev-name {
  text-decoration: underline;
}
#shopify-section-{{ section.id }} .rev-link:hover .rev-text {
  color: #0ea5a3;
}

/* 头像 */
#shopify-section-{{ section.id }} .rev-avatar {
  flex: 0 0 56px;
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

/* 文本区域 */
#shopify-section-{{ section.id }} .rev-body {
  flex: 1 1 auto;
  min-width: 0;
}
#shopify-section-{{ section.id }} .rev-head{
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6px;
  align-items: start;
  justify-items: start;
  margin-bottom: 8px;
}
#shopify-section-{{ section.id }} .rev-name{
  font-weight: 700;
  font-size: 15px;
}
#shopify-section-{{ section.id }} .rev-stars .stars { --size: 16px; }
#shopify-section-{{ section.id }} .rev-score {
  font-size: 13px;
  color: #111;
  font-weight: 600;
  margin-left: 6px;
  white-space: nowrap;
}
#shopify-section-{{ section.id }} .rev-text {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

/* 响应式 */
@media (max-width: 1024px) {
  #shopify-section-{{ section.id }} .rev-card { flex: 0 1 calc(50% - 20px); }
}
@media (max-width: 768px) {
  #shopify-section-{{ section.id }} .rev-card { flex: 0 1 100%; }
}
/* ===========================
   Why Choose Us（作用域隔离）
   =========================== */
#shopify-section-{{ section.id }} .wcu-section {
  padding: 40px 0;
  text-align: center;
  background: #fafafa;
}
#shopify-section-{{ section.id }} .wcu-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* 网格（桌面 5 列） */
#shopify-section-{{ section.id }} .wcu-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

/* 卡片：桌面 5 列 */
#shopify-section-{{ section.id }} .wcu-card {
  flex: 0 1 calc(20% - 20px);
  text-align: center;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
  transition: transform .2s, box-shadow .2s;
  padding: 24px 18px;
}
#shopify-section-{{ section.id }} .wcu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

/* 图标（可选） */
#shopify-section-{{ section.id }} .wcu-icon-64 {
  width: 64px; height: 64px; object-fit: contain; margin-bottom: 12px;
}

/* 兜底标题/正文（会被内联覆盖） */
#shopify-section-{{ section.id }} .wcu-card-title { font-weight: 700; font-size: 16px; margin: 0 0 8px; }
#shopify-section-{{ section.id }} .wcu-card-text  { font-size: 14px; color: #555; line-height: 1.6; margin: 0; white-space: pre-wrap; text-indent: 0 !important;}

/* 取消 Why Choose Us 区域所有段落的首行缩进（保险做法）*/
#shopify-section-{{ section.id }} .wcu-section p {
  text-indent: 0 !important;
}

/* 精确到卡片正文 */
#shopify-section-{{ section.id }} .wcu-card-text {
  text-indent: 0 !important;
}

/* 响应式：平板 2 列、手机 1 列 */
@media (max-width: 1024px) { #shopify-section-{{ section.id }} .wcu-card { flex: 0 1 calc(50% - 20px); } }
@media (max-width: 768px)  { #shopify-section-{{ section.id }} .wcu-card { flex: 0 1 100%; } }

/* ===== 手机端隐藏选项 ===== */
@media (max-width: 768px){
  #shopify-section-{{ section.id }} .is-hide-mobile { display: none !important; }
  #shopify-section-{{ section.id }} .hide-icons-mobile .wcu-icon-64 { display: none !important; }
}