:root {
  /* 白红主题色板 - 对齐 cnfans.com */
  --primary: #dc2626;
  --primary-strong: #b91c1c;
  --primary-light: #ef4444;
  --accent: #f87171;
  --text-primary: #1f2937;
  --text-secondary: #4b5563;
  --muted: #6b7280;
  --surface-50: #ffffff;
  --surface-100: #f9fafb;
  --border-color: #e5e7eb;
  --shadow-sm: 0 2px 8px rgba(220, 38, 38, 0.08);
  --shadow-md: 0 8px 24px rgba(220, 38, 38, 0.12);
  --radius-sm: 8px;
  --radius-lg: 12px;

  /* 覆盖旧变量，白红主题 */
  --deep-blue: #ffffff;
  --deep-purple: #ffffff;
  --cyan: var(--primary);
  --neon-blue: var(--primary);
  --pink: var(--primary);
  --purple: var(--primary);
  --light-gray: var(--muted);
  --lightest-slate: #1f2937;
  --white: #ffffff;
  --glass-bg: #ffffff;
  --glass-border: var(--border-color);
  --glass-shadow: rgba(220, 38, 38, 0.08);
  --container-width: 1200px;
  --section-padding: 24px 16px 32px;
}

/* 全局基线 */
* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

body {
  background: #ffffff !important;
  background-image: none !important;
  color: var(--text-primary) !important;
  line-height: 1.6;
  font-size: 16px;
}

a {
  color: inherit;
}

section {
  padding: var(--section-padding);
}

.container {
  max-width: var(--container-width);
  padding: 0 20px;
}

#particles-js {
  display: none !important;
  background: transparent !important;
}

/* 强制覆盖所有蓝色背景 */
body,
html {
  background: #ffffff !important;
  background-image: none !important;
}

section {
  background: transparent !important;
}

/* 导航 */
.glass-nav {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(8px);
}

.glass-nav.scrolled {
  background: #ffffff;
  box-shadow: var(--shadow-md);
}

.logo {
  color: var(--text-primary);
}

.logo .highlight {
  color: var(--primary);
}

.nav-links a {
  color: var(--text-secondary);
  font-size: 1.2rem !important;
  font-weight: 600;
}

.nav-links a:hover,
.nav-links a:focus,
.nav-links a.active {
  color: var(--primary);
}

.dropdown-menu {
  background: #ffffff;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-sm);
}

.dropdown-menu li a {
  color: var(--text-secondary);
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1px;
}

.dropdown-menu li a .link-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1px;
}

.dropdown-menu li a:hover {
  color: var(--primary);
}

.menu-toggle {
  color: var(--text-primary);
}

@media (max-width: 768px) {
  .nav-links,
  .nav-links_m {
    background: #ffffff;
  }

  .nav-links a {
    color: var(--text-primary);
  }
}

/* 顶部广告与悬浮图标收敛霓虹效果 */
.top-ad-container {
  background: #ffffff;
}

.top-ad-container .close-btn:hover {
  background: rgba(15, 23, 42, 0.08);
}

.social-icon {
  box-shadow: var(--shadow-sm);
  background: #ffffff;
}

.social-icon:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.social-icon:hover {
  box-shadow: var(--shadow-md);
}

/* 英雄区 & 搜索 */
.hero {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding: 120px 16px 90px;
}

.hero::before,
.hero .floating-shape {
  display: none;
}

.hero h1 {
  color: var(--text-primary);
  background: none;
  -webkit-text-fill-color: initial;
}

.hero h1 .highlight {
  color: var(--primary);
  -webkit-text-fill-color: initial;
  background: none;
}

.hero p {
  color: var(--text-secondary);
}

.subheading {
  color: var(--primary);
  letter-spacing: 1px;
  font-weight: 700;
}

.search-bar {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  padding: 4px 6px;
}

.search-bar input {
  background: transparent;
  color: var(--text-primary);
  border: none;
}

.search-bar input::placeholder {
  color: var(--muted);
}

.search-bar .search-icon {
  color: var(--muted);
}

.search-btn {
  background: var(--primary);
  box-shadow: none;
  color: #fff;
}

.search-btn:hover {
  background: var(--primary-strong);
  box-shadow: var(--shadow-sm);
}

/* 按钮体系 */
.glow-button,
.outline-button,
.add-to-cart-btn,
.view-all-btn,
.filter-btn,
.sort-btn,
.search-btn,
.detail-buy,
.copy-link-btn,
.diyclick {
  border-radius: var(--radius-lg);
  font-weight: 600;
  transition: all 0.2s ease;
}

.glow-button,
.add-to-cart-btn,
.detail-buy,
.copy-link-btn {
  background: var(--primary);
  color: #ffffff !important;
  border: 1px solid transparent;
  box-shadow: var(--shadow-sm);
}

.glow-button:hover,
.add-to-cart-btn:hover,
.detail-buy:hover,
.copy-link-btn:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.outline-button,
.filter-btn,
.sort-btn {
  background: #ffffff;
  color: var(--text-primary);
  border: 1px solid var(--border-color);
  box-shadow: none;
}

.outline-button:hover,
.filter-btn:hover,
.filter-btn.active,
.sort-btn:hover,
.sort-btn.active {
  border-color: var(--primary);
  color: var(--primary);
  background: #fef2f2;
  box-shadow: var(--shadow-sm);
}

.view-all-btn {
  background: #ffffff;
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  box-shadow: none;
}

.view-all-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: var(--shadow-sm);
}

/* 卡片 & 网格 */
.glass-card,
.product-card,
.product-info,
.product-gallery,
.filter-bar,
.breadcrumb,
.thumbnail,
.search-bar,
.category-item,
.category-item.glass-card,
a.category-item,
a.category-item.glass-card {
  background: #ffffff !important;
  border: 1px solid var(--border-color) !important;
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-sm) !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  text-decoration: none !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

.category-item a,
.category-item.glass-card a {
  pointer-events: auto !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.category-item h3,
.category-item.glass-card h3,
a.category-item h3,
a.category-item.glass-card h3 {
  pointer-events: none !important; /* 让点击事件传递到父元素 */
  user-select: none !important;
}

.category-item .category-icon,
.category-item.glass-card .category-icon {
  pointer-events: none !important;
}

.glass-card:hover,
.product-card:hover,
.category-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.product-info h3,
.product-name,
.product-title h3,
.section-header h2,
.page-header h1 {
  color: #333333 !important;
}

.section-header p,
.page-header p,
.product-description,
.product-meta,
.breadcrumb a {
  color: var(--text-secondary);
}

/* 产品浏览量单独处理 - 确保红色可见 */
.product-views span {
  color: #dc2626 !important;
  -webkit-text-fill-color: #dc2626 !important;
}

.product-price,
.product-views i {
  color: var(--primary);
}

.product-views {
  background: #f4f6fb;
  border-radius: 999px;
}

.category-item h3 {
  color: var(--text-primary);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1px;
}

.category-icon {
  color: var(--primary);
}

.product-image {
  background: #f8fafc;
  border-radius: var(--radius-sm);
}

.product-image::after {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.04) 100%);
}

.product-grid {
  gap: 16px;
}

.hot-tag-text {
  color: #ffffff;
}

/* 列表页筛选 */
.filter-bar {
  border-radius: var(--radius-lg);
  gap: 12px;
}

.filter-options {
  gap: 10px;
}

.search-bar input {
  padding: 10px 40px 10px 36px;
}

.search-btn {
  width: 32px;
  height: 32px;
}

/* 详情页 */
.detail-container {
  padding: 110px 16px 48px;
}

.product-detail {
  gap: 24px;
  align-items: start;
}

.product-gallery,
.product-info {
  box-shadow: var(--shadow-md);
}

.breadcrumb {
  background: #ffffff;
}

.breadcrumb span {
  color: var(--primary);
  background: #fef2f2;
}

.product-price {
  font-weight: 700;
}

.product-info-section {
  background: #f8fafc;
  border-color: var(--border-color);
}

.sku-option {
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-color);
  background: #ffffff;
}

.sku-option:hover,
.sku-option.active {
  border-color: var(--primary);
  box-shadow: var(--shadow-sm);
}

.fenxiang .diyclick {
  background: #ffffff;
  color: #dc2626 !important;
  border: 1px solid var(--border-color);
}

.fenxiang .diyclick:hover {
  border-color: #dc2626;
  color: #dc2626 !important;
  box-shadow: var(--shadow-sm);
}

/* 浏览量链接特殊处理 - 确保红色可见 */
.diyclick,
a.diyclick,
.fenxiang .diyclick,
.share-container .diyclick {
  color: #dc2626 !important;
  -webkit-text-fill-color: #dc2626 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.diyclick i,
a.diyclick i,
.fenxiang .diyclick i,
.share-container .diyclick i {
  color: #dc2626 !important;
  -webkit-text-fill-color: #dc2626 !important;
}

.diyclick:hover,
a.diyclick:hover {
  color: #b91c1c !important;
  transform: none !important;
}

.copy-success {
  background: #fef2f2;
  color: var(--primary);
  border-color: transparent;
  box-shadow: var(--shadow-sm);
}

/* 分页 */
.pagination a,
.pagination span {
  background: #ffffff;
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  box-shadow: none;
}

.pagination li.active a {
  background: #fef2f2;
  color: var(--primary);
  border-color: var(--primary);
}

.pagination a:hover {
  background: #fee2e2;
  color: var(--primary);
}

/* 模态 & 抽屉 */
.modal,
.drawer {
  background: rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(6px);
}

.modal-content,
.drawer-content {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);
}

/* Skeleton / Loading */
.lazy-image,
.lazy-bg {
  background: #eef2f7;
}

.lazy-image-placeholder {
  background: linear-gradient(90deg, #eef2f7 0%, #e2e8f0 50%, #eef2f7 100%);
}

@keyframes shimmer {
  from {
    background-position: -200% 0;
  }
  to {
    background-position: 200% 0;
  }
}

/* 页脚 */
.glass-footer {
  background: #ffffff;
  border-top: 1px solid var(--border-color);
  box-shadow: none;
  color: var(--text-secondary);
}

.copyright-text {
  color: var(--text-secondary);
}

.copyright-text a {
  color: var(--primary);
}

/* 响应式断点 */
@media (min-width: 1280px) {
  .container {
    max-width: 1240px;
  }
}

@media (max-width: 1024px) {
  .hero {
    padding-top: 110px;
  }

  .product-detail {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  section {
    padding: 18px 16px;
  }

  .container {
    padding: 0 16px;
  }

  .hero {
    padding: 100px 16px 60px;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 12px;
  }

  .filter-bar {
    padding: 12px;
  }

  .product-detail {
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .search-bar {
    border-radius: 14px;
  }
}

/* 文字颜色修复 - 确保在白色背景下可见 */
.language-selector .label,
.currency-selector .label {
  color: #333333 !important;
}

/* language-currency-wrapper 顶部显示文字颜色修复 - 仅修复顶部显示，不影响下拉菜单 */
.language-currency-wrapper,
.language-currency-container,
.language-currency-container .text,
.language-container .text,
.currency-container .text,
.diy_pc .language-currency-container .text {
  color: #333333 !important;
  -webkit-text-fill-color: #333333 !important;
}

.language-currency-container .concat-container {
  color: #666666 !important;
}

/* 修复图标背景色 */
.language-currency-container .icon {
  background-color: #333333 !important;
}

.category-item h3 {
  color: #333333 !important;
}

.pagination a,
.pagination span {
  color: #333333 !important;
}

.filter-btn,
.sort-btn {
  color: #333333 !important;
}

.search-bar input {
  color: #333333 !important;
}

.search-bar .search-icon {
  color: #666666 !important;
}

.product-info h3,
.product-name,
.product-title h3 {
  color: #333333 !important;
}

.page-header h1 {
  color: #333333 !important;
}

.page-header p {
  color: #666666 !important;
}

.product-title {
  color: #333333 !important;
}

.product-description {
  color: #333333 !important;
}

.weidian-btn,
.buy-now-btn,
.favorite-btn,
.copy-link-btn {
  color: #333333 !important;
}

.sku-title {
  color: #333333 !important;
}

/* 文章页标题修复 */
.article-title-detail {
  color: #333333 !important;
}

.article-header h1,
.article-title-detail h1 {
  color: #333333 !important;
}

.article-meta-detail {
  color: #666666 !important;
}

.article-content-detail {
  color: #333333 !important;
}

.article-content-detail p {
  color: #333333 !important;
}

/* 列表页文章标题修复 */
.article-title h2,
.article-card .article-title h2 {
  color: #333333 !important;
}

.article-excerpt {
  color: #666666 !important;
}

.article-meta {
  color: #666666 !important;
}

.read-more {
  color: var(--primary) !important;
}

/* Related Products 标题 */
.product-list h2,
.related-products h2,
.section-header h2 {
  color: #333333 !important;
}

/* FAQ 样式修复 - 确保在白色背景下可见且可点击 */
.faq-item,
.faq-item.glass-card {
  position: relative !important;
  z-index: 1 !important;
}

.faq-question,
.faq-item .faq-question,
.faq-item.glass-card .faq-question {
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 2 !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

.faq-question h3,
.faq-item .faq-question h3,
.faq-item.glass-card .faq-question h3 {
  color: #333333 !important;
  pointer-events: none !important; /* 让点击事件传递到父元素 */
  user-select: none !important;
}

.faq-answer p,
.faq-answer ul,
.faq-answer ol,
.faq-answer li {
  color: #666666 !important;
  opacity: 1 !important;
}

.faq-icon,
.faq-item .faq-icon,
.faq-item.glass-card .faq-icon {
  color: var(--primary) !important;
  pointer-events: none !important; /* 让点击事件传递到父元素 */
  user-select: none !important;
}

.faq-item.active .faq-question h3 {
  color: var(--primary) !important;
}

.faq-item.active .faq-answer p,
.faq-item.active .faq-answer ul,
.faq-item.active .faq-answer ol {
  opacity: 1 !important;
}

/* 产品卡片样式 - 保持原始样式 */
.product-info {
  background: transparent !important;
}

.product-price {
  color: var(--cyan) !important;
}

/* 产品浏览量修复 - 确保在白色背景下可见 */
.product-views,
.product-views span,
.product-meta .product-views,
.product-meta .product-views span,
.product-card .product-views,
.product-card .product-views span,
.product-info .product-views,
.product-info .product-views span {
  color: #dc2626 !important;
  -webkit-text-fill-color: #dc2626 !important;
  opacity: 1 !important;
  background: rgba(220, 38, 38, 0.1) !important;
}

.product-views i,
.product-meta .product-views i,
.product-card .product-views i,
.product-info .product-views i {
  color: #dc2626 !important;
  -webkit-text-fill-color: #dc2626 !important;
  opacity: 1 !important;
}

.product-card:hover .product-views {
  background: rgba(220, 38, 38, 0.15) !important;
}

/* ========== 弹窗重新设计 - 现代化白红主题 ========== */

/* 平台选择弹窗和分享弹窗背景 */
.platform-modal,
.social-share-dropdown {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

/* 弹窗内容容器 - 白色背景 */
.platform-modal-content,
.social-share-content {
  background: #ffffff !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  padding: 32px !important;
  max-width: 700px !important;
}

/* 关闭按钮 */
.close-modal,
.close-share {
  color: #666666 !important;
  font-size: 28px !important;
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  transition: all 0.2s ease !important;
  top: 16px !important;
  right: 16px !important;
}

.close-modal:hover,
.close-share:hover {
  color: #dc2626 !important;
  background: #fef2f2 !important;
  transform: scale(1.1) !important;
}

/* 弹窗标题 */
.platform-modal h3,
.social-share-title {
  color: #dc2626 !important;
  text-align: center !important;
  margin-bottom: 8px !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  text-shadow: none !important;
  letter-spacing: -0.5px !important;
}

/* 弹窗说明文字 */
.modal-note,
.social-share-note {
  text-align: center !important;
  color: #666666 !important;
  margin-bottom: 24px !important;
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
}

/* 平台列表和分享网格 */
.platform-list,
.social-share-grid {
  gap: 16px !important;
  padding: 0 !important;
  scrollbar-width: thin !important;
  scrollbar-color: #dc2626 #f5f5f5 !important;
}

.platform-list::-webkit-scrollbar,
.social-share-grid::-webkit-scrollbar {
  width: 6px !important;
}

.platform-list::-webkit-scrollbar-track,
.social-share-grid::-webkit-scrollbar-track {
  background: #f5f5f5 !important;
  border-radius: 3px !important;
}

.platform-list::-webkit-scrollbar-thumb,
.social-share-grid::-webkit-scrollbar-thumb {
  background: #dc2626 !important;
  border-radius: 3px !important;
}

/* 平台选项卡片 - 现代化设计 */
.platform-option {
  background: #ffffff !important;
  border: 2px solid #e5e7eb !important;
  border-radius: 16px !important;
  padding: 20px 16px !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 120px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.platform-option:hover {
  background: #ffffff !important;
  border-color: #dc2626 !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.15) !important;
}

.platform-option img {
  width: 56px !important;
  height: 56px !important;
  object-fit: contain !important;
  margin-bottom: 12px !important;
  border-radius: 8px !important;
  transition: transform 0.2s ease !important;
}

.platform-option:hover img {
  transform: scale(1.05) !important;
}

.platform-option span {
  color: #333333 !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  text-align: center !important;
  line-height: 1.4 !important;
}

.platform-option:hover span {
  color: #dc2626 !important;
}

/* 分享选项卡片 - 现代化设计 */
.social-share-item {
  background: #ffffff !important;
  border: 2px solid #e5e7eb !important;
  border-radius: 16px !important;
  padding: 16px 20px !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  color: #333333 !important;
}

.social-share-item:hover {
  background: #ffffff !important;
  border-color: #dc2626 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.15) !important;
  color: #dc2626 !important;
}

.social-share-item i {
  width: 32px !important;
  font-size: 1.25rem !important;
  margin-right: 12px !important;
  text-align: center !important;
  color: inherit !important;
}

.social-share-item span {
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  color: inherit !important;
}

/* 响应式优化 */
@media (max-width: 768px) {
  .platform-modal-content,
  .social-share-content {
    padding: 24px 20px !important;
    width: 92% !important;
    max-width: none !important;
  }

  .platform-modal h3,
  .social-share-title {
    font-size: 1.5rem !important;
  }

  .platform-list,
  .social-share-grid {
    gap: 12px !important;
  }

  .platform-option {
    padding: 16px 12px !important;
    min-height: 100px !important;
  }

  .platform-option img {
    width: 48px !important;
    height: 48px !important;
  }

  .social-share-item {
    padding: 14px 16px !important;
  }
}

@media (max-width: 480px) {
  .platform-modal-content,
  .social-share-content {
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }

  .platform-modal h3,
  .social-share-title {
    font-size: 1.25rem !important;
  }

  .modal-note,
  .social-share-note {
    font-size: 0.875rem !important;
    margin-bottom: 20px !important;
  }

  .platform-option {
    padding: 14px 10px !important;
    min-height: 90px !important;
  }

  .platform-option img {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 8px !important;
  }

  .platform-option span {
    font-size: 0.75rem !important;
  }

  .social-share-item {
    padding: 12px 14px !important;
  }

  .social-share-item i {
    width: 28px !important;
    font-size: 1.1rem !important;
    margin-right: 10px !important;
  }

  .social-share-item span {
    font-size: 0.875rem !important;
  }
}

/* 产品名称强制黑色 */
.product-card .product-name,
.product-info .product-name,
.product-card h3.product-name {
  color: #333333 !important;
  -webkit-text-fill-color: #333333 !important;
}

.product-card {
  background: var(--glass-bg) !important;
}

