.elementor-5457 .elementor-element.elementor-element-2bab5ce{--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-5457 .elementor-element.elementor-element-6b5bb2d{--display:flex;}.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-5457 .elementor-element.elementor-element-48a5b29 .swiper-wrapper{align-items:flex-start;}.elementor-5457 .elementor-element.elementor-element-48a5b29 h3.title, .elementor-5457 .elementor-element.elementor-element-48a5b29 .products-title{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-98d42b3 *//* 外层容器，控制最大宽度和居中 */
.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 16px;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #2a2a3d;
  background: none; /* 无背景 */
}

/* 文章主体，去掉多余边距和背景 */
.container .content {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.65;
  color: inherit;
}

/* 文章标题 */
.container .content h1 {
  font-size: 2.0rem;
  font-weight: 700;
  color: #27187E;
  margin: 0 0 1.2em 0;
  line-height: 1.15;
}

/* 二级标题 */
.container .content h2 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #643ae6;
  margin: 2em 0 1em 0;
  padding-left: 10px;
  border-left: 4px solid #643ae6;
  background: rgba(100, 58, 230, 0.05);
  border-radius: 4px;
  line-height: 1.3;
}

/* 段落 */
.container .content p,
.container .content strong {
  margin: 0 0 1.2em 0;
  text-indent: 2em;
  color: #2a2a3d;
  font-size: 1rem;
}

/* 列表 */
.container .content ul,
.container .content ol {
  margin: 1.2em 0 1.2em 2.2em;
  padding: 0;
  font-size: 0.95rem;
  list-style-position: outside;
  color: #3a3a50;
}

.container .content li {
  margin-bottom: 0.7em;
}

/* 图片及说明 */
.container .content figure {
  margin: 2em auto;
  max-width: 720px;
  text-align: center;
}

.container .content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 0.6em;
}

.container .content figcaption {
  font-size: 0.9rem;
  font-style: italic;
  color: #6c6f85;
  line-height: 1.4;
}

/* 链接 */
.container .content a {
  color: #643ae6;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.container .content a:hover {
  color: #27187E;
}

/* Footer 样式 */
.container .article-footer {
  margin-top: 3em;
  font-weight: 600;
  color: #27187E;
  font-size: 1.1rem;
}

/* 响应式调整 */
@media (max-width: 900px) {
  .container {
    padding: 0 12px;
  }

  .container .content h1 {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  .container .content h2 {
    font-size: 1.1rem;
    border-left-width: 3px;
    padding-left: 8px;
  }

  .container .content p,
  .container .content strong {
    font-size: 0.95rem;
  }

  .container .content ul,
  .container .content ol {
    margin-left: 1.8em;
    font-size: 0.9rem;
  }

  .container .content figure {
    margin: 1.5em auto;
  }

  .container .content img {
    border-radius: 6px;
  }

  .container .article-footer {
    font-size: 1rem;
  }
}/* 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 */