.elementor-131 .elementor-element.elementor-element-ad62cb1{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-global{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-global.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-global.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-global.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-131 .elementor-element.elementor-element-7807471{--display:flex;}.elementor-131 .elementor-element.elementor-element-c21a4db .swiper-wrapper{align-items:flex-start;}.elementor-131 .elementor-element.elementor-element-c21a4db h3.title, .elementor-131 .elementor-element.elementor-element-c21a4db .products-title{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-f4b7ffe */body {
  background-color: #f9fbfd;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
  line-height: 1.65;
}
.product-article {
  max-width: 1140px;
  margin: 40px auto;
  padding: 32px 24px;
  background-color: #fff;
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
  border-radius: 14px;
  border: 1px solid #e3e8ee;
}
.product-article h1 {
  font-size: 2.2rem;
  color: #1769aa;
  margin-bottom: 28px;
  font-weight: 700;
  text-align: center;
}
.product-article h2 {
  font-size: 1.35rem;
  border-bottom: 2px solid #1769aa;
  margin-top: 38px;
  margin-bottom: 18px;
  padding-bottom: 4px;
  font-weight: 700;
}
.product-article h3 {
  font-size: 1.13rem;
  margin-top: 32px;
  font-weight: 700;
}
.product-article p {
  font-size: 1.04rem;
  color: #444;
  margin-bottom: 22px;
  letter-spacing: 0.01em;
  line-height: 1.74;
}
.product-image {
  display: block;
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 18px auto 28px auto;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.10);
  transition: transform 0.28s;
}
.product-image:hover {
  transform: scale(1.025);
}
.cta-button {
  text-align: center;
  margin: 34px 0;
}
.cta-button a {
  background: linear-gradient(90deg, #1a73e8, #0f56c0);
  color: #fff;
  font-weight: bold;
  border-radius: 28px;
  padding: 13px 44px;
  font-size: 1rem;
  box-shadow: 0 3px 16px rgba(26, 115, 232, 0.11);
  text-decoration: none;
  transition: background .2s, box-shadow .2s;
  display: inline-block;
  letter-spacing: 0.03em;
}
.cta-button a:hover {
  background: linear-gradient(90deg, #0f56c0, #1a73e8);
  box-shadow: 0 8px 24px rgba(26, 115, 232, 0.18);
}
.compatibility-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: 26px;
  font-size: 1rem;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
  border-radius: 11px;
  overflow: hidden;
}
.compatibility-table th, .compatibility-table td {
  font-size: 0.98rem;
  padding: 9px 10px;
}
.compatibility-table thead tr {
  background: linear-gradient(90deg, #1a73e8, #0f56c0);
  color: #fff;
  font-weight: 700;
}
.compatibility-table tbody tr {
  background-color: #f8fafb;
  transition: background-color 0.28s;
}
.compatibility-table tbody tr:hover {
  background-color: #e4f0fe;
}
.compatibility-table tbody td {
  border-bottom: 1px solid #d6dbe6;
  color: #444;
}
a {
  color: #1a73e8;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.22s;
}
a:hover, a:focus {
  color: #0f56c0;
  text-decoration: underline;
}
.contact-support {
  color: #1a73e8;
  font-weight: bold;
}
.faq-section {
  margin: 30px 0 18px 0;
}
.faq-item {
  border-radius: 8px;
  background: #f2f8fc;
  border: 1px solid #dde7ef;
  margin-bottom: 18px;
  padding: 16px 18px 10px 18px;
  box-shadow: 0 2px 10px #c6e0f92a;
  transition: box-shadow 0.2s;
}
.faq-item h3 {
  font-size: 1.09rem;
  color: #1565c0;
  margin: 0 0 9px 0;
}
.faq-item p {
  margin: 0 0 2px 0;
  color: #3a3a3a;
  font-size: 1.02rem;
}
.article-footer {
  margin-top: 44px;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .product-image { max-width: 98%; }
  .product-article { padding: 10px 4px; }
  .cta-button a { width: 100%; font-size:1rem; padding: 13px 0;}
  .compatibility-table th, .compatibility-table td { font-size: 0.93rem; padding: 8px 5px;}
  .faq-item { padding: 12px 9px 7px 12px; }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-6131 */.coupon-banner {
  max-width: 850px;
  margin: 40px auto 36px auto;
  padding: 36px 32px 28px 32px;
  background: #fff;
  border-radius: 32px;
  border: 1.4px solid #f3e8fd;
  box-shadow: 0 8px 32px 0 rgba(162,89,255,0.06);
  font-family: 'Segoe UI', Arial, sans-serif;
}

.coupon-header-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 28px;
}

.coupon-title-icon {
  font-size: 1.48rem;
  color: #FF3434 !important;   /* 鲜红色icon */
}

.coupon-title-text {
  font-size: 1.35rem;
  color: #FF3434 !important;   /* 标题鲜红色 */
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1.14;
  white-space: nowrap;
}

.coupon-badge {
  background: #FF3434 !important;   /* badge红色背景 */
  color: #fff !important;
  font-size: 1.07rem;
  font-weight: 800;
  border-radius: 40px;
  padding: 8px 28px;
  margin-left: 14px;
  border: none;
  box-shadow: none;
  white-space: nowrap;
}

.coupon-content-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: 100%;
  margin-bottom: 20px;
}

.coupon-label {
  color: #a289c8;
  font-size: 1.12rem;
  font-weight: 700;
}

.coupon-code {
  font-size: 1.32rem;
  font-family: 'Fira Mono', monospace;
  letter-spacing: 0.22em;
  background: #f5ecff;
  border: 2.4px dashed #A259FF;
  color: #A259FF;
  border-radius: 22px;
  padding: 13px 38px;
  font-weight: 900;
  user-select: all;
}

.copy-btn {
  background: #A259FF;
  color: #fff;
  font-size: 1.11rem;
  font-weight: 700;
  border: none;
  border-radius: 24px;
  padding: 16px 28px;
  cursor: pointer;
  letter-spacing: 0.02em;
  transition: background 0.14s, box-shadow 0.14s, transform 0.12s;
  margin-left: 3px;
}
.copy-btn:hover,
.copy-btn:focus {
  background: #7C3AED;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
}

.btn-link.shopnow-btn {
  background: #A259FF;
  color: #fff !important;
  border-radius: 24px;
  padding: 16px 38px;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.18rem;
  letter-spacing: 0.06em;
  border: none;
  outline: none;
  margin-left: 12px;
  display: inline-block;
  transition: background 0.14s, box-shadow 0.14s, transform 0.13s;
}
.btn-link.shopnow-btn:hover,
.btn-link.shopnow-btn:focus {
  background: #7C3AED;
  color: #fff !important;
  transform: translateY(-3px) scale(1.05);
}

.copied-tip {
  color: #53C499;
  font-size: 1.12rem;
  font-weight: 700;
  min-width: 38px;
  margin-left: 12px;
}

.coupon-bottom-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.coupon-bottom-desc {
  color: #6931ad;
  font-size: 1.13rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.brand-link {
  color: #A259FF;
  font-weight: 800;
  text-decoration: underline;
  border-radius: 6px;
  padding: 0 3px;
  transition: background 0.13s, color 0.13s;
}
.brand-link:hover,
.brand-link:focus {
  background: #A259FF;
  color: #fff;
}

.coupon-timer-simple {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 1.21rem;
  font-weight: 700;
  color: #A259FF;
  letter-spacing: 0.02em;
}

.timer-icon {
  font-size: 1.18rem;
  color: #A259FF;
}
.timer-label {
  color: #A259FF;
  font-weight: 700;
  margin-right: 2px;
}
.timer-number {
  color: #A259FF;
  font-family: 'Fira Mono', monospace;
  font-size: 1.27rem;
  font-weight: 900;
  letter-spacing: 0.07em;
}

@media (max-width: 800px) {
  .coupon-banner {
    padding: 12px 2vw 18px 2vw;
    max-width: 99vw;
  }
  .coupon-header-row {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 13px;
  }
  .coupon-content-row {
    flex-direction: column;
    gap: 16px;
  }
  .coupon-bottom-row {
    flex-direction: column;
    gap: 16px;
    margin-top: 14px;
  }
  .btn-link.shopnow-btn,
  .copy-btn {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    padding: 16px 0 16px 0;
    font-size: 1.09rem;
    margin-left: 0;
  }
  .coupon-code {
    font-size: 1.16rem;
    padding: 10px 12vw;
  }
}/* End custom CSS */