/** Shopify CDN: Minification failed

Line 111:0 Unexpected "<"
Line 116:0 Unexpected "<"

**/
/* 页脚边距 */
.footer-default .footer-bottom {
    padding: 5px;
}
.footer-bottom .container {
    display: flex;
}
.footer-bottom address{
  flex:1;
}


/* top */
.slick-next , .slick-prev {
  display:none !important;
}
/* 超级菜单 */

.mega-menu .menu-lv-2 a {
  padding: 6px 0 4px;
  text-align: center;
}

.collection-template-no-sidebar .sidebar .sidebar-filter > .widget {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;

}

/* 收藏top */
.breadcrumb {
    display: none;
}
.layout_default .collection-header .collection-wrapper {
    margin-top: 0px;
}
.collection-template-no-sidebar .relative {
  margin-bottom: 0px;
}
.collection-template-no-sidebar .sidebar .sidebar-filter > .widget {
  margin-bottom: 5px;
}
.collection-template-no-sidebar .bg-filter {
  margin-bottom: 0px;
  padding: 0;
}

/* 产品页面top */
.next_prev-groups .next-prev-product {
    display: none;
}

@media (min-width: 1200px) {
/* info */
.home-store-info  .container{
  max-width: 1000px !important;
}

}



@media (max-width: 768px) {
  .footer-bottom .container {
    display: block;
}
  
}
/* 产品图片悬停缩放动效 */
.card__media img,
.product-card img {
  transition: transform 0.4s ease;
}

.card__media:hover img,
.product-card:hover img {
  transform: scale(1.08);
}
/* Product Tabs 滚动淡入动画 */
.home_product_tabs_rNDwgX {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.home_product_tabs_rNDwgX.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Social Media Toolbar - Bigger Icons */
.newsletter-toolbar .icon-social a {
  font-size: 36px !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
}
.newsletter-toolbar .icon-social svg {
  width: 36px !important;
  height: 36px !important;
}
.newsletter-toolbar {
  padding: 10px 5px !important;
}
<style>
.toolbar-collapsible { transition: transform 0.3s ease; }
.toolbar-collapsible.is-collapsed { transform: translateY(-50%) translateX(calc(100% - 30px)); }
.toolbar-toggle { position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: #333; color: #fff; border: none; cursor: pointer; padding: 8px 6px; font-size: 14px; z-index: 9999; }
.toolbar-collapsible.is-collapsed .toolbar-toggle { transform: translateY(-50%) rotate(180deg); }
</style>
