.elementor-29062 .elementor-element.elementor-element-787dd82{--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-29062 .elementor-element.elementor-element-779300c{--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-29062 .elementor-element.elementor-element-54e8dff{--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-29062 .elementor-element.elementor-element-54db429{--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-29062 .elementor-element.elementor-element-1cad0f1{--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;}/* Start custom CSS for html, class: .elementor-element-8809b67 */.returns-wrapper {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
}

.returns-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.returns-description {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.returns-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
}

.returns-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.important-stuff {
    margin-left: 20px;
    list-style-type: disc;
}

.returns-link {
    color: #0056b3; /* 蓝色链接 */
    text-decoration: none;
}

.returns-link:hover {
    text-decoration: underline;
}

.returns-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #0056b3;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.returns-button:hover {
    background-color: #004080;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6670474 */.warranty-button-wrapper {
  text-align: center;
  margin-top: 20px;
}

.warranty-button {
  background-color: #333; /* 默认背景色 */
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease; /* 背景色变化过渡 */
}

.warranty-button:hover {
  background-color: #D3D3D3; /* 鼠标悬停时的背景色 */
  color: #333; /* 鼠标悬停时的文字颜色 */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87307a3 */.social-media-wrapper {
  text-align: center;
  padding: 40px 20px;
}

.social-media-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.social-media-subtitle {
  font-size: 16px;
  margin-bottom: 30px;
}

.social-media-images {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-media-item {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
}

.social-media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.camera-icon {
  position: absolute;
  top: 50%;                  /* 垂直居中 */
  left: 50%;                 /* 水平居中 */
  transform: translate(-50%, -50%); /* 使图标完美居中 */
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 50%;
  display: none;
}

.social-media-item:hover .camera-icon {
  display: block;
}

.social-media-item:hover img {
  opacity: 0.7; /* 当鼠标悬停时，让图片变得稍微透明 */
}

.social-media-item a {
  text-decoration: none;
  color: inherit;
}

/* 调整相机图标大小 */
.camera-icon img {
  width: 40px;  /* 设置相机图标的宽度 */
  height: 40px; /* 设置相机图标的高度 */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e5e6b65 */.love-wrapper {
  text-align: center;
  padding: 60px 20px 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #444;
}

/* 标题 */
.love-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 40px;
}

/* 顶部社交图标行 */
.love-socials {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 60px;
}

.love-social-item {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.love-social-item img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* 底部优势行 */
.love-features {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;          /* 屏幕窄时换行 */
}

.love-feature-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #777;
}

.love-feature-item img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* 简单响应式：手机端缩小间距与字号 */
@media (max-width: 768px) {
  .love-title {
    font-size: 24px;
  }

  .love-socials {
    gap: 20px;
    margin-bottom: 40px;
  }

  .love-features {
    gap: 30px;
  }

  .love-feature-item {
    font-size: 13px;
  }
}/* End custom CSS */