/** Shopify CDN: Minification failed

Line 214:49 Expected ":"

**/


.zl-blog-all{display:flex;}

.zl-blog-cotainer{min-width:320px;max-width:320px;margin-right:30px;position: -webkit-sticky;position: sticky;top: 20px;align-self: flex-start;}
.blog-slide-wrapper { width: 20%; }

.toc-wrapper {
  background: #fff;
  border: 1px solid #ddd;
  padding: clamp(14px, 0.8232323vw, 16px);
  font-size: clamp(18px, 0.9vw, 18px);
  margin-bottom: clamp(20px, 1.0417vw, 20px);
  border-radius: 4px; 
}
.toc-toggle {
  font-weight: 500;

  cursor: pointer;
  color: #232323232323;
  font-size: 20px;
  display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}
.toc-list { list-style: none; padding-left: 0; transition: max-height 0.3s ease; }
.toc-list li { margin: clamp(8px, 0.3125vw, 6px) 0; }
.toc-list a {
  text-decoration: none;
  color: #232323;
  transition: all 0.3s ease;
  font-size: clamp(16px, 0.8vw, 16px);
  line-height: 1.4;
}
.toc-list a:hover { color: #5884E7; }
#toc-toggle-text{display:flex;}
#toc-toggle-text svg{width:24px;}


@media screen and (min-width: 1000px) {
  .article__inner { align-items: start; gap: 0vw !important; }
}
@media screen and (min-width: 1200px) {
  .article__info { max-width: 345px !important; }
}
@media screen and (max-width: 768px) {
  .article__info {
    width: 100%;
    max-width: 100%;
    padding-top: 30px !important;
  }
  .article__inner {
  margin-left: 0;
  margin-right: 0;

}
}
  .only-desktop { display: block; }
.only-mobile { display: none; }

@media screen and (max-width: 767px) {
  .c{ display: none; }
  .only-mobile { display: block; padding:8px 15px;}
     .zl-blog-all{    display: flex;flex-direction: column;}
    .order-2{order:1};

    
}
@media screen and (max-width: 767px) {
  .zl-blog-cotainer .toc-wrapper,
  .zl-blog-cotainer .toc-wrapper.only-desktop,
  .zl-blog-cotainer .only-desktop {
    display: none !important;
  }
   .zl-blog-cotainer .zl-auth-wrapper{margin-bottom:30px !important;}
}
 .toc-wrapper .toc-list .hidden { 
    display: none;
  }
 
    .sidebar-widget-wrapper {
      background: #fff;
      border: 1px solid #ddd; 
      width: 100%;
      margin-bottom: 30px;
      box-sizing: border-box;
      border-radius: 4px; 
      overflow: hidden;
    }
    
    .sidebar-widget-wrapper .widget-title {
      text-align: center;
      font-size: 20px;
      padding: 10px 0 10px 0; 
      margin: 0;
      margin-bottom: 10px;
      font-weight: 600;
      color: #232323;
      background: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    }

    
    .sidebar-widget-wrapper .product-scroll-window {
      height: 375px; 
      overflow-y: hidden;
      position: relative;
      padding: 0 15px; 
    }

    .sidebar-widget-wrapper .product-list {
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 10px 0;
      transition: transform 0.3s ease-out;
    }

    /* --- 产品卡片 --- */
    .sidebar-widget-wrapper .sidebar-product-card {
      padding-bottom: 10px;
      border-bottom: 1px solid #f0f0f0;
    }
    
    .sidebar-widget-wrapper .product-link {
      display: flex;
      text-decoration: none;
      color: inherit;
      align-items: center;
    }

    .sidebar-widget-wrapper .product-image img {
      width: 70px;
      height: 70px;
      object-fit: cover;
      border-radius: 4px;
      border: 1px solid #eee;
      display: block;
    }

    .sidebar-widget-wrapper .product-info {
      flex: 1;
      padding: 0 10px;
      overflow: hidden;
    }

    .sidebar-widget-wrapper .product-title {
      font-size: 13px;
      margin: 0 0 5px 0;
      line-height: 1.3;
      font-weight: 500;
      color: #232323;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      white-space: normal;
    }

    .sidebar-widget-wrapper .product-price {
      font-size: 14px;
      font-weight: 600;
      color: #e53935;
    }
    
    .sidebar-widget-wrapper .compare-price {
      font-size: 12px;
      text-decoration: line-through;
      color: #999;
      margin-left: 5px;
    }

    .sidebar-widget-wrapper .stars {
      font-size: 10px;
      color: #f1c40f;
      margin-top: 2px;
    }

    .sidebar-widget-wrapper .cart-icon {
      color: #232323;
      opacity: 0.7;
      transition: opacity 0.2s;
    }
    .sidebar-widget-wrapper .cart-icon:hover {
      opacity: 1;
    }

   
    .sidebar-controls {
      display: flex;
      border-top: 1px solid #e5e5e5; 
      background-color: #fcfcfc;
    }

    .sidebar-controls .control-btn {
      flex: 1; 
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 12px 0;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background 0.2s;
    }

 
    .sidebar-controls .control-btn:first-child {s
      border-right: 1px solid #e5e5e5;
    }

    .sidebar-controls .control-btn:hover {
      background-color: #f0f0f0;
    }
    
    .sidebar-controls .control-btn svg {
      width: 20px;
      height: 20px;
      stroke: #555;
    }


.zl-auth-wrapper {
      padding: 25px;
      margin-bottom: 30px;
      background-color: #fff;
      border-radius: 2px;
    }

    .zl-auth-inner {
      display: flow-root;
    }

    .zl-auth-image-col {
      float: left;
      margin-right: 20px;
      margin-bottom: 5px;
    }

    .zl-auth-avatar {
      width: 100px;
      height: 100px;
      object-fit: cover;
      display: block;
      border-radius: 0; 
    }
    
    .zl-auth-avatar-placeholder svg {
      width: 100px;
      height: 100px;
      background: #f0f0f0;
    }

    .zl-auth-content-col {
      display: block;
    }

    .zl-auth-name {
      font-size: 18px;
      font-weight: 500;
      color: #232323;
      margin: 0 0 10px 0;
      line-height: 1.2;
    }

    .zl-auth-bio {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
      margin-bottom: 15px;
    }
    
    .zl-auth-bio p {
      margin-bottom: 10px;
    }
    
    .zl-auth-bio p:last-child {
      margin-bottom: 0;
    }
    .zl-auth-link {
      font-size: 14px;
      color: #03a9f4; 
      text-decoration: underline;
      font-weight: 500;
      transition: opacity 0.2s;
    }

    .zl-auth-link:hover {
      opacity: 0.8;
      color:rgb(12, 80, 112);
    }

    @media (max-width: 767px) {
      .zl-auth-image-col {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
      }

      .zl-auth-content-col {
        text-align: center;
      }
    }



    @media (max-width: 767px) {
        .zl-blog-all{
            flex-direction: column;
        }
        .zl-blog-cotainer{
            order: 2;
            max-width:100%;
            margin-right:0px;
        }
    }


.content-blog h2 {
  font-size: 26px !important;
  margin-bottom:12px;
  margin-top:12px;
  font-weight: 600 !important;
}
.content-blog h3 {
  font-size: 22px !important;
  margin-bottom:12px;
   margin-top:12px;
}
.content-blog h4 {
  font-size: 20px !important;
  margin-bottom:12px;
   margin-top:12px;
}
.content-blog h5 {
  font-size: 18px !important;
  margin-bottom:12px;
   margin-top:12px;
}
.content-blog ul li{margin:10px 0px !important}
p{margin-bottom:26px;margin-top:0px !important;}
.content-blog a{color:#03a9f4 !important;}
 @media (max-width: 767px) {
.content-blog h2 {
  font-size: 22px !important;
  margin-bottom:12px;
   margin-top:12px;
   
}
.content-blog h3 {
  font-size: 18px !important;
  margin-bottom:12px;
   margin-top:12px;
}
.content-blog h4 {
  font-size: 16px !important;
  margin-bottom:12px;
   margin-top:12px;
}
.content-blog h5 {
  font-size: 16px !important;
  margin-bottom:12px;
   margin-top:12px;
}
p{margin-bottom:20px;margin-top:0px !important;}
 }
.content-blog ul li{margin:10px 0px !important}
 .zl-related-articles {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.zl-related-articles .widget-title {
  margin: 0;
  padding: 12px 10px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #232323;
  background: #f9f9f9;
  border-bottom: 1px solid #e8e8e8;
}

.zl-related-articles .product-scroll-window {
  width: 100%;
  height: 375px;
  overflow: hidden;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}

.zl-related-articles .product-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  transition: transform 0.3s ease-out;
}

.zl-related-articles .sidebar-product-card {
  width: 100%;
  padding: 14px 0;
  margin: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}

.zl-related-articles .sidebar-product-card:last-child {
  border-bottom: 0;
}

.zl-related-articles .product-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 70px;
  margin: 0;
  padding: 0;
  color: #232323;
  text-decoration: none;
  box-sizing: border-box;
}

.zl-related-articles .product-image {
  display: block;
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
}

.zl-related-articles .product-image img,
.zl-related-articles .product-image .placeholder-svg {
  display: block;
  width: 70px;
  height: 70px;
  max-width: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 4px;
}

.zl-related-articles .product-info {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.zl-related-articles .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  margin: 0 0 6px;
  padding: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #232323;
  white-space: normal;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
}

.zl-related-articles .article-meta {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 8px;
  row-gap: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 400;
  letter-spacing: 0;
  color: #555;
}

.zl-related-articles .article-meta .meta-date,
.zl-related-articles .article-meta .meta-views {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  gap: 4px;
  min-width: 0;
  margin: 0 !important;
  padding: 0;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 400;
  white-space: nowrap;
  color: #555;
}

.zl-related-articles .article-meta .meta-icon {
  display: block !important;
  flex: 0 0 12px;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px;
  min-height: 12px;
  max-width: 12px;
  max-height: 12px;
  margin: 0 !important;
  padding: 0 !important;
  position: static;
  vertical-align: middle;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.zl-related-articles .cart-icon {
  display: flex;
  flex: 0 0 20px;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 0 0 0 auto;
  padding: 0;
  color: #999;
  opacity: 1;
}

.zl-related-articles .cart-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  max-width: 20px;
  fill: none;
  stroke: currentColor;
}

.zl-related-articles .product-link:hover .product-title {
  color: #0063FF;
}

.zl-related-articles .product-link:hover .cart-icon {
  color: #0063FF;
}

.zl-related-articles .sidebar-controls {
  display: flex;
  border-top: 1px solid #e5e5e5;
  background: #fcfcfc;
}

.zl-related-articles .sidebar-controls .control-btn {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.zl-related-articles .sidebar-controls .control-btn:first-child {
  border-right: 1px solid #e5e5e5;
}

.zl-related-articles .sidebar-controls .control-btn:hover {
  background: #f0f0f0;
}

.zl-related-articles .sidebar-controls .control-btn svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #555;
}

@media screen and (max-width: 767px) {
  .zl-related-articles .product-scroll-window {
    padding-right: 15px;
    padding-left: 15px;
  }

  .zl-related-articles .sidebar-product-card {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .zl-related-articles .product-title {
    font-size: 14px;
    line-height: 20px;
  }
}

.sidebar-widget-wrapper .sidebar-controls {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.sidebar-widget-wrapper .sidebar-controls[hidden] {
  display: none !important;
}

.sidebar-widget-wrapper .sidebar-controls .control-btn {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: flex !important;
  flex: 1 1 50%;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  width: auto;
  height: 44px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0;
  box-shadow: none !important;
  background: transparent !important;
  color: #555;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  transform: none !important;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.sidebar-widget-wrapper .sidebar-controls .control-btn:first-child {
  border-right: 1px solid #e5e5e5 !important;
}

.sidebar-widget-wrapper .sidebar-controls .control-btn:last-child {
  border-right: 0 !important;
}

.sidebar-widget-wrapper .sidebar-controls .control-btn::before,
.sidebar-widget-wrapper .sidebar-controls .control-btn::after {
  content: none !important;
  display: none !important;
  box-shadow: none !important;
}

.sidebar-widget-wrapper .sidebar-controls .control-btn:hover {
  background: #f5f5f5 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.sidebar-widget-wrapper .sidebar-controls .control-btn:focus-visible {
  outline: 2px solid #0063FF !important;
  outline-offset: -3px;
}

.sidebar-widget-wrapper .sidebar-controls .control-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.sidebar-widget-wrapper .sidebar-controls .control-btn:disabled:hover {
  background: transparent !important;
}

.sidebar-widget-wrapper .sidebar-controls .control-btn svg {
  display: block !important;
  flex: 0 0 20px;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px;
  min-height: 20px;
  margin: 0 !important;
  padding: 0 !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transform: none !important;
}

.zl-related-articles .product-scroll-window {
  height: auto;
  max-height: 375px;
  overflow: hidden;
}