.elementor-2899 .elementor-element.elementor-element-ca39c39{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2899 .elementor-element.elementor-element-e5d78a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2899 .elementor-element.elementor-element-e5d78a3.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2899 .elementor-element.elementor-element-59a6410{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;}.elementor-2899 .elementor-element.elementor-element-838f6e9.elementor-element{--align-self:flex-end;}.elementor-2899 .elementor-element.elementor-element-838f6e9 .elementor-icon-list-icon{width:14px;}.elementor-2899 .elementor-element.elementor-element-838f6e9 .elementor-icon-list-icon i{font-size:14px;}.elementor-2899 .elementor-element.elementor-element-838f6e9 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}.elementor-2899 .elementor-element.elementor-element-8fec20f{--display:flex;--margin-top:40px;--margin-bottom:040px;--margin-left:0px;--margin-right:0px;}.elementor-2899 .elementor-element.elementor-element-4f5fc37 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-2899 .elementor-element.elementor-element-f717c06 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-2899 .elementor-element.elementor-element-3d3a930 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-2899 .elementor-element.elementor-element-9df274a > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-2899 .elementor-element.elementor-element-bcc24e3 > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-2899 .elementor-element.elementor-element-998714c > .elementor-widget-container{margin:-20px 0px 0px 0px;}.elementor-2899 .elementor-element.elementor-element-45b083b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2899 .elementor-element.elementor-element-b24be99{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2899 .elementor-element.elementor-element-6adfc56{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2899 .elementor-element.elementor-element-9ba7ba8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2899 .elementor-element.elementor-element-4b8d3ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2899 .elementor-element.elementor-element-8b3b00e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2899 .elementor-element.elementor-element-883c599{--display:flex;}.elementor-2899 .elementor-element.elementor-element-db971c1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2899 .elementor-element.elementor-element-b9a9a08{--display:flex;}@media(max-width:767px){.elementor-2899 .elementor-element.elementor-element-59a6410.e-con{--order:99999 /* order end hack */;}}@media(min-width:768px){.elementor-2899 .elementor-element.elementor-element-e5d78a3{--width:75.169%;}.elementor-2899 .elementor-element.elementor-element-59a6410{--width:50%;}.elementor-2899 .elementor-element.elementor-element-9ba7ba8{--width:50%;}.elementor-2899 .elementor-element.elementor-element-4b8d3ea{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-4f5fc37 *//* 整体容器样式 */
.product-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  padding: 25px;
  overflow: hidden;
  position: relative;
}

/* 左侧图片部分 */
.product-card .image-section {
  flex: 0 0 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-right: 30px;
}

.product-card .img-section-top {
  display: flex;
  align-items: center;
}

.ribbon {
  margin-right: 15px;
  background: #673ab7;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.sort {
  margin-right: 15px;
  background: linear-gradient(45deg, #ff9800, #e68a00);
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.product-card .product-showcase {
  width: 220px;
  padding: 10px 0;
}

.product-card .main-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.product-card .thumbnail-container {
  width: 220px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-around;
}

.product-card .thumbnail-container img {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  cursor: pointer;
}

.product-card .img-section-bottom {
  width: 100%;
  text-align: center;
}

.product-card .title {
  font-size: 18px;
  font-weight: bold;
}

.product-card .options {
  font-size: 16px;
  color: #58717F;
}

.product-card .link:hover {
  color: #dea14b;
}

/* 中间内容部分 */
.product-card .details-section {
  flex: 3;
  text-align: left;
  margin-left: 20px;
}

.product-card .details-section h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card .rating-and-reviews {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product-card .score {
  font-size: 18px;
  font-weight: bold;
  color: #ff9800;
  margin-right: 5px;
}

.product-card .stars {
  color: #fbc02d;
  font-size: 14px;
  margin-right: 5px;
}

.product-card .reviews {
  font-size: 14px;
  color: #666;
}

.product-card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.8;
}

.product-card .checkmark {
  color: #4caf50;
  margin-right: 8px;
}

/* 用户反馈部分 */
.product-card .customer-reviews {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.product-card .customer-reviews h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card .feedback-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-card .feedback-item {
  font-size: 11px;
  color: #555;
  background: #f9f9f9;
  padding: 1px 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.product-card .feedback-item .highlight {
  font-weight: bold;
  color: #ff9800;
  margin-right: 5px;
}

/* 高亮数字样式 */
.product-card .highlight-number {
  font-size: 15px;
  font-weight: bold;
  color: #ff9800; /* 橙色，与评分颜色一致 */
}

/* 右侧内容部分 */
.product-card .right-section {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-left: 0px solid #ddd;
  padding-left: 20px;
}

.product-card .discount {
  font-size: 16px;
  font-weight: bold;
  color: #e53935;
  margin-bottom: 20px;
}

.product-card .button {
  border: none;
  background: #F6AE18;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  transition: transform 0.2s ease;
}

.product-card .button:hover {
  background: linear-gradient(45deg, #ff9800, #e68a00);
}

.product-card .amazon-logo {
  width: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-card .picked-by {
  font-size: 14px;
  color: #555;
}

/* 按钮晃动动画 */
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.product-card .shaking {
  animation: shake 0.6s ease; /* 动画持续时间 */
}

/* 自适应优化 */

/* 平板端及以下：调整为两列布局 */
@media (max-width: 1024px) {
  .product-card {
    flex-direction: column;
    padding: 15px;
  }

  .product-card .image-section {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .product-card .product-showcase {
    width: 480px;
    padding: 10px 0;
  }

  .main-image img {
    width: 100%;
    margin: 0 auto;
  }
  
  .thumbnail-container {
    margin-top: 15px;
  }

  .product-card .details-section {
    margin-left: 0;
    margin-top: 20px;
  }

  .product-card .right-section {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
  }
}

/* 手机端：调整为单列布局 */
@media (max-width: 768px) {
  .product-card .details-section h3 {
    font-size: 20px;
  }

  .product-card .rating-and-reviews {
    flex-direction: row; /* 强制评分、星星和评论数量在一行 */
    justify-content: flex-start;
    gap: 1px; /* 控制间距 */
  }

  .product-card .features {
    font-size: 14px;
  }

  .product-card .feedback-row {
    justify-content: center;
    gap: 8px;
  }

  .product-card .feedback-item {
    font-size: 11px;
    padding: 2px 6px;
  }

  .product-card .right-section {
    text-align: center;
  }

  .product-card .button {
    width: 100%;
    padding: 10px 0;
  }

  .product-card .amazon-logo {
    width: 80px;
  }
  
  .product-card .product-showcase {
    width: 280px;
    padding: 10px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f717c06 *//* 整体容器样式 */
.product-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  padding: 25px;
  overflow: hidden;
  position: relative;
}

/* 左侧图片部分 */
.product-card .image-section {
  flex: 0 0 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-right: 30px;
}

.product-card .img-section-top {
  display: flex;
  align-items: center;
}

.ribbon {
  margin-right: 15px;
  background: #673ab7;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.sort {
  margin-right: 15px;
  background: linear-gradient(45deg, #ff9800, #e68a00);
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.product-card .product-showcase {
  width: 220px;
  padding: 10px 0;
}

.product-card .main-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.product-card .thumbnail-container {
  width: 220px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-around;
}

.product-card .thumbnail-container img {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  cursor: pointer;
}

.product-card .img-section-bottom {
  width: 100%;
  text-align: center;
}

.product-card .title {
  font-size: 18px;
  font-weight: bold;
}

.product-card .options {
  font-size: 16px;
  color: #58717F;
}

.product-card .link:hover {
  color: #dea14b;
}

/* 中间内容部分 */
.product-card .details-section {
  flex: 3;
  text-align: left;
  margin-left: 20px;
}

.product-card .details-section h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card .rating-and-reviews {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product-card .score {
  font-size: 18px;
  font-weight: bold;
  color: #ff9800;
  margin-right: 5px;
}

.product-card .stars {
  color: #fbc02d;
  font-size: 14px;
  margin-right: 5px;
}

.product-card .reviews {
  font-size: 14px;
  color: #666;
}

.product-card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.8;
}

.product-card .checkmark {
  color: #4caf50;
  margin-right: 8px;
}

/* 用户反馈部分 */
.product-card .customer-reviews {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.product-card .customer-reviews h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card .feedback-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-card .feedback-item {
  font-size: 11px;
  color: #555;
  background: #f9f9f9;
  padding: 1px 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.product-card .feedback-item .highlight {
  font-weight: bold;
  color: #ff9800;
  margin-right: 5px;
}

/* 高亮数字样式 */
.product-card .highlight-number {
  font-size: 15px;
  font-weight: bold;
  color: #ff9800; /* 橙色，与评分颜色一致 */
}

/* 右侧内容部分 */
.product-card .right-section {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-left: 0px solid #ddd;
  padding-left: 20px;
}

.product-card .discount {
  font-size: 16px;
  font-weight: bold;
  color: #e53935;
  margin-bottom: 20px;
}

.product-card .button {
  border: none;
  background: #F6AE18;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  transition: transform 0.2s ease;
}

.product-card .button:hover {
  background: linear-gradient(45deg, #ff9800, #e68a00);
}

.product-card .amazon-logo {
  width: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-card .picked-by {
  font-size: 14px;
  color: #555;
}

/* 按钮晃动动画 */
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.product-card .shaking {
  animation: shake 0.6s ease; /* 动画持续时间 */
}

/* 自适应优化 */

/* 平板端及以下：调整为两列布局 */
@media (max-width: 1024px) {
  .product-card {
    flex-direction: column;
    padding: 15px;
  }

  .product-card .image-section {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .product-card .product-showcase {
    width: 480px;
    padding: 10px 0;
  }

  .main-image img {
    width: 100%;
    margin: 0 auto;
  }
  
  .thumbnail-container {
    margin-top: 15px;
  }

  .product-card .details-section {
    margin-left: 0;
    margin-top: 20px;
  }

  .product-card .right-section {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
  }
}

/* 手机端：调整为单列布局 */
@media (max-width: 768px) {
  .product-card .details-section h3 {
    font-size: 20px;
  }

  .product-card .rating-and-reviews {
    flex-direction: row; /* 强制评分、星星和评论数量在一行 */
    justify-content: flex-start;
    gap: 1px; /* 控制间距 */
  }

  .product-card .features {
    font-size: 14px;
  }

  .product-card .feedback-row {
    justify-content: center;
    gap: 8px;
  }

  .product-card .feedback-item {
    font-size: 11px;
    padding: 2px 6px;
  }

  .product-card .right-section {
    text-align: center;
  }

  .product-card .button {
    width: 100%;
    padding: 10px 0;
  }

  .product-card .amazon-logo {
    width: 80px;
  }
  
  .product-card .product-showcase {
    width: 280px;
    padding: 10px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d3a930 *//* 整体容器样式 */
.product-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  padding: 25px;
  overflow: hidden;
  position: relative;
}

/* 左侧图片部分 */
.product-card .image-section {
  flex: 0 0 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-right: 30px;
}

.product-card .img-section-top {
  display: flex;
  align-items: center;
}

.ribbon {
  margin-right: 15px;
  background: #673ab7;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.sort {
  margin-right: 15px;
  background: linear-gradient(45deg, #ff9800, #e68a00);
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.product-card .product-showcase {
  width: 220px;
  padding: 10px 0;
}

.product-card .main-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.product-card .thumbnail-container {
  width: 220px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-around;
}

.product-card .thumbnail-container img {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  cursor: pointer;
}

.product-card .img-section-bottom {
  width: 100%;
  text-align: center;
}

.product-card .title {
  font-size: 18px;
  font-weight: bold;
}

.product-card .options {
  font-size: 16px;
  color: #58717F;
}

.product-card .link:hover {
  color: #dea14b;
}

/* 中间内容部分 */
.product-card .details-section {
  flex: 3;
  text-align: left;
  margin-left: 20px;
}

.product-card .details-section h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card .rating-and-reviews {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product-card .score {
  font-size: 18px;
  font-weight: bold;
  color: #ff9800;
  margin-right: 5px;
}

.product-card .stars {
  color: #fbc02d;
  font-size: 14px;
  margin-right: 5px;
}

.product-card .reviews {
  font-size: 14px;
  color: #666;
}

.product-card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.8;
}

.product-card .checkmark {
  color: #4caf50;
  margin-right: 8px;
}

/* 用户反馈部分 */
.product-card .customer-reviews {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.product-card .customer-reviews h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card .feedback-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-card .feedback-item {
  font-size: 11px;
  color: #555;
  background: #f9f9f9;
  padding: 1px 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.product-card .feedback-item .highlight {
  font-weight: bold;
  color: #ff9800;
  margin-right: 5px;
}

/* 高亮数字样式 */
.product-card .highlight-number {
  font-size: 15px;
  font-weight: bold;
  color: #ff9800; /* 橙色，与评分颜色一致 */
}

/* 右侧内容部分 */
.product-card .right-section {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-left: 0px solid #ddd;
  padding-left: 20px;
}

.product-card .discount {
  font-size: 16px;
  font-weight: bold;
  color: #e53935;
  margin-bottom: 20px;
}

.product-card .button {
  border: none;
  background: #F6AE18;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  transition: transform 0.2s ease;
}

.product-card .button:hover {
  background: linear-gradient(45deg, #ff9800, #e68a00);
}

.product-card .amazon-logo {
  width: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-card .picked-by {
  font-size: 14px;
  color: #555;
}

/* 按钮晃动动画 */
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.product-card .shaking {
  animation: shake 0.6s ease; /* 动画持续时间 */
}

/* 自适应优化 */

/* 平板端及以下：调整为两列布局 */
@media (max-width: 1024px) {
  .product-card {
    flex-direction: column;
    padding: 15px;
  }

  .product-card .image-section {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .product-card .product-showcase {
    width: 480px;
    padding: 10px 0;
  }

  .main-image img {
    width: 100%;
    margin: 0 auto;
  }
  
  .thumbnail-container {
    margin-top: 15px;
  }

  .product-card .details-section {
    margin-left: 0;
    margin-top: 20px;
  }

  .product-card .right-section {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
  }
}

/* 手机端：调整为单列布局 */
@media (max-width: 768px) {
  .product-card .details-section h3 {
    font-size: 20px;
  }

  .product-card .rating-and-reviews {
    flex-direction: row; /* 强制评分、星星和评论数量在一行 */
    justify-content: flex-start;
    gap: 1px; /* 控制间距 */
  }

  .product-card .features {
    font-size: 14px;
  }

  .product-card .feedback-row {
    justify-content: center;
    gap: 8px;
  }

  .product-card .feedback-item {
    font-size: 11px;
    padding: 2px 6px;
  }

  .product-card .right-section {
    text-align: center;
  }

  .product-card .button {
    width: 100%;
    padding: 10px 0;
  }

  .product-card .amazon-logo {
    width: 80px;
  }
  
  .product-card .product-showcase {
    width: 280px;
    padding: 10px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9df274a *//* 整体容器样式 */
.product-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  padding: 25px;
  overflow: hidden;
  position: relative;
}

/* 左侧图片部分 */
.product-card .image-section {
  flex: 0 0 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-right: 30px;
}

.product-card .img-section-top {
  display: flex;
  align-items: center;
}

.ribbon {
  margin-right: 15px;
  background: #673ab7;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.sort {
  margin-right: 15px;
  background: linear-gradient(45deg, #ff9800, #e68a00);
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.product-card .product-showcase {
  width: 220px;
  padding: 10px 0;
}

.product-card .main-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.product-card .thumbnail-container {
  width: 220px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-around;
}

.product-card .thumbnail-container img {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  cursor: pointer;
}

.product-card .img-section-bottom {
  width: 100%;
  text-align: center;
}

.product-card .title {
  font-size: 18px;
  font-weight: bold;
}

.product-card .options {
  font-size: 16px;
  color: #58717F;
}

.product-card .link:hover {
  color: #dea14b;
}

/* 中间内容部分 */
.product-card .details-section {
  flex: 3;
  text-align: left;
  margin-left: 20px;
}

.product-card .details-section h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card .rating-and-reviews {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product-card .score {
  font-size: 18px;
  font-weight: bold;
  color: #ff9800;
  margin-right: 5px;
}

.product-card .stars {
  color: #fbc02d;
  font-size: 14px;
  margin-right: 5px;
}

.product-card .reviews {
  font-size: 14px;
  color: #666;
}

.product-card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.8;
}

.product-card .checkmark {
  color: #4caf50;
  margin-right: 8px;
}

/* 用户反馈部分 */
.product-card .customer-reviews {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.product-card .customer-reviews h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card .feedback-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-card .feedback-item {
  font-size: 11px;
  color: #555;
  background: #f9f9f9;
  padding: 1px 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.product-card .feedback-item .highlight {
  font-weight: bold;
  color: #ff9800;
  margin-right: 5px;
}

/* 高亮数字样式 */
.product-card .highlight-number {
  font-size: 15px;
  font-weight: bold;
  color: #ff9800; /* 橙色，与评分颜色一致 */
}

/* 右侧内容部分 */
.product-card .right-section {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-left: 0px solid #ddd;
  padding-left: 20px;
}

.product-card .discount {
  font-size: 16px;
  font-weight: bold;
  color: #e53935;
  margin-bottom: 20px;
}

.product-card .button {
  border: none;
  background: #F6AE18;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  transition: transform 0.2s ease;
}

.product-card .button:hover {
  background: linear-gradient(45deg, #ff9800, #e68a00);
}

.product-card .amazon-logo {
  width: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-card .picked-by {
  font-size: 14px;
  color: #555;
}

/* 按钮晃动动画 */
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.product-card .shaking {
  animation: shake 0.6s ease; /* 动画持续时间 */
}

/* 自适应优化 */

/* 平板端及以下：调整为两列布局 */
@media (max-width: 1024px) {
  .product-card {
    flex-direction: column;
    padding: 15px;
  }

  .product-card .image-section {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .product-card .product-showcase {
    width: 480px;
    padding: 10px 0;
  }

  .main-image img {
    width: 100%;
    margin: 0 auto;
  }
  
  .thumbnail-container {
    margin-top: 15px;
  }

  .product-card .details-section {
    margin-left: 0;
    margin-top: 20px;
  }

  .product-card .right-section {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
  }
}

/* 手机端：调整为单列布局 */
@media (max-width: 768px) {
  .product-card .details-section h3 {
    font-size: 20px;
  }

  .product-card .rating-and-reviews {
    flex-direction: row; /* 强制评分、星星和评论数量在一行 */
    justify-content: flex-start;
    gap: 1px; /* 控制间距 */
  }

  .product-card .features {
    font-size: 14px;
  }

  .product-card .feedback-row {
    justify-content: center;
    gap: 8px;
  }

  .product-card .feedback-item {
    font-size: 11px;
    padding: 2px 6px;
  }

  .product-card .right-section {
    text-align: center;
  }

  .product-card .button {
    width: 100%;
    padding: 10px 0;
  }

  .product-card .amazon-logo {
    width: 80px;
  }
  
  .product-card .product-showcase {
    width: 280px;
    padding: 10px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcc24e3 *//* 整体容器样式 */
.product-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  padding: 25px;
  overflow: hidden;
  position: relative;
}

/* 左侧图片部分 */
.product-card .image-section {
  flex: 0 0 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-right: 30px;
}

.product-card .img-section-top {
  display: flex;
  align-items: center;
}

.ribbon {
  margin-right: 15px;
  background: #673ab7;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.sort {
  margin-right: 15px;
  background: linear-gradient(45deg, #ff9800, #e68a00);
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.product-card .product-showcase {
  width: 220px;
  padding: 10px 0;
}

.product-card .main-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.product-card .thumbnail-container {
  width: 220px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-around;
}

.product-card .thumbnail-container img {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  cursor: pointer;
}

.product-card .img-section-bottom {
  width: 100%;
  text-align: center;
}

.product-card .title {
  font-size: 18px;
  font-weight: bold;
}

.product-card .options {
  font-size: 16px;
  color: #58717F;
}

.product-card .link:hover {
  color: #dea14b;
}

/* 中间内容部分 */
.product-card .details-section {
  flex: 3;
  text-align: left;
  margin-left: 20px;
}

.product-card .details-section h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card .rating-and-reviews {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product-card .score {
  font-size: 18px;
  font-weight: bold;
  color: #ff9800;
  margin-right: 5px;
}

.product-card .stars {
  color: #fbc02d;
  font-size: 14px;
  margin-right: 5px;
}

.product-card .reviews {
  font-size: 14px;
  color: #666;
}

.product-card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.8;
}

.product-card .checkmark {
  color: #4caf50;
  margin-right: 8px;
}

/* 用户反馈部分 */
.product-card .customer-reviews {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.product-card .customer-reviews h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card .feedback-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-card .feedback-item {
  font-size: 11px;
  color: #555;
  background: #f9f9f9;
  padding: 1px 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.product-card .feedback-item .highlight {
  font-weight: bold;
  color: #ff9800;
  margin-right: 5px;
}

/* 高亮数字样式 */
.product-card .highlight-number {
  font-size: 15px;
  font-weight: bold;
  color: #ff9800; /* 橙色，与评分颜色一致 */
}

/* 右侧内容部分 */
.product-card .right-section {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-left: 0px solid #ddd;
  padding-left: 20px;
}

.product-card .discount {
  font-size: 16px;
  font-weight: bold;
  color: #e53935;
  margin-bottom: 20px;
}

.product-card .button {
  border: none;
  background: #F6AE18;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  transition: transform 0.2s ease;
}

.product-card .button:hover {
  background: linear-gradient(45deg, #ff9800, #e68a00);
}

.product-card .amazon-logo {
  width: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-card .picked-by {
  font-size: 14px;
  color: #555;
}

/* 按钮晃动动画 */
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.product-card .shaking {
  animation: shake 0.6s ease; /* 动画持续时间 */
}

/* 自适应优化 */

/* 平板端及以下：调整为两列布局 */
@media (max-width: 1024px) {
  .product-card {
    flex-direction: column;
    padding: 15px;
  }

  .product-card .image-section {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .product-card .product-showcase {
    width: 480px;
    padding: 10px 0;
  }

  .main-image img {
    width: 100%;
    margin: 0 auto;
  }
  
  .thumbnail-container {
    margin-top: 15px;
  }

  .product-card .details-section {
    margin-left: 0;
    margin-top: 20px;
  }

  .product-card .right-section {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
  }
}

/* 手机端：调整为单列布局 */
@media (max-width: 768px) {
  .product-card .details-section h3 {
    font-size: 20px;
  }

  .product-card .rating-and-reviews {
    flex-direction: row; /* 强制评分、星星和评论数量在一行 */
    justify-content: flex-start;
    gap: 1px; /* 控制间距 */
  }

  .product-card .features {
    font-size: 14px;
  }

  .product-card .feedback-row {
    justify-content: center;
    gap: 8px;
  }

  .product-card .feedback-item {
    font-size: 11px;
    padding: 2px 6px;
  }

  .product-card .right-section {
    text-align: center;
  }

  .product-card .button {
    width: 100%;
    padding: 10px 0;
  }

  .product-card .amazon-logo {
    width: 80px;
  }
  
  .product-card .product-showcase {
    width: 280px;
    padding: 10px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-998714c *//* 整体容器样式 */
.product-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  padding: 25px;
  overflow: hidden;
  position: relative;
}

/* 左侧图片部分 */
.product-card .image-section {
  flex: 0 0 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-right: 30px;
}

.product-card .img-section-top {
  display: flex;
  align-items: center;
}

.ribbon {
  margin-right: 15px;
  background: #673ab7;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.sort {
  margin-right: 15px;
  background: linear-gradient(45deg, #ff9800, #e68a00);
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.product-card .product-showcase {
  width: 220px;
  padding: 10px 0;
}

.product-card .main-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.product-card .thumbnail-container {
  width: 220px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-around;
}

.product-card .thumbnail-container img {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  cursor: pointer;
}

.product-card .img-section-bottom {
  width: 100%;
  text-align: center;
}

.product-card .title {
  font-size: 18px;
  font-weight: bold;
}

.product-card .options {
  font-size: 16px;
  color: #58717F;
}

.product-card .link:hover {
  color: #dea14b;
}

/* 中间内容部分 */
.product-card .details-section {
  flex: 3;
  text-align: left;
  margin-left: 20px;
}

.product-card .details-section h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card .rating-and-reviews {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product-card .score {
  font-size: 18px;
  font-weight: bold;
  color: #ff9800;
  margin-right: 5px;
}

.product-card .stars {
  color: #fbc02d;
  font-size: 14px;
  margin-right: 5px;
}

.product-card .reviews {
  font-size: 14px;
  color: #666;
}

.product-card .features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.8;
}

.product-card .checkmark {
  color: #4caf50;
  margin-right: 8px;
}

/* 用户反馈部分 */
.product-card .customer-reviews {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.product-card .customer-reviews h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.product-card .feedback-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-card .feedback-item {
  font-size: 11px;
  color: #555;
  background: #f9f9f9;
  padding: 1px 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.product-card .feedback-item .highlight {
  font-weight: bold;
  color: #ff9800;
  margin-right: 5px;
}

/* 高亮数字样式 */
.product-card .highlight-number {
  font-size: 15px;
  font-weight: bold;
  color: #ff9800; /* 橙色，与评分颜色一致 */
}

/* 右侧内容部分 */
.product-card .right-section {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-left: 0px solid #ddd;
  padding-left: 20px;
}

.product-card .discount {
  font-size: 16px;
  font-weight: bold;
  color: #e53935;
  margin-bottom: 20px;
}

.product-card .button {
  border: none;
  background: #F6AE18;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  transition: transform 0.2s ease;
}

.product-card .button:hover {
  background: linear-gradient(45deg, #ff9800, #e68a00);
}

.product-card .amazon-logo {
  width: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-card .picked-by {
  font-size: 14px;
  color: #555;
}

/* 按钮晃动动画 */
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.product-card .shaking {
  animation: shake 0.6s ease; /* 动画持续时间 */
}

/* 自适应优化 */

/* 平板端及以下：调整为两列布局 */
@media (max-width: 1024px) {
  .product-card {
    flex-direction: column;
    padding: 15px;
  }

  .product-card .image-section {
    width: 100%;
    margin-right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .product-card .product-showcase {
    width: 480px;
    padding: 10px 0;
  }

  .main-image img {
    width: 100%;
    margin: 0 auto;
  }
  
  .thumbnail-container {
    margin-top: 15px;
  }

  .product-card .details-section {
    margin-left: 0;
    margin-top: 20px;
  }

  .product-card .right-section {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
  }
}

/* 手机端：调整为单列布局 */
@media (max-width: 768px) {
  .product-card .details-section h3 {
    font-size: 20px;
  }

  .product-card .rating-and-reviews {
    flex-direction: row; /* 强制评分、星星和评论数量在一行 */
    justify-content: flex-start;
    gap: 1px; /* 控制间距 */
  }

  .product-card .features {
    font-size: 14px;
  }

  .product-card .feedback-row {
    justify-content: center;
    gap: 8px;
  }

  .product-card .feedback-item {
    font-size: 11px;
    padding: 2px 6px;
  }

  .product-card .right-section {
    text-align: center;
  }

  .product-card .button {
    width: 100%;
    padding: 10px 0;
  }

  .product-card .amazon-logo {
    width: 80px;
  }
  
  .product-card .product-showcase {
    width: 280px;
    padding: 10px 0;
  }
}/* End custom CSS */