/** Shopify CDN: Minification failed

Line 506:0 Unexpected "="
Line 512:0 Expected identifier but found "="

**/

.megamenu {
    box-shadow: 0 6px 32px rgba(0,0,0,0.09);

    position: absolute;
    left: 0;
    top: calc(100%);
    width: 100%;
    padding-inline: 12rem;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 5rem 12rem 5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}

header[template="index"] .megamenu {
    background: #1a1a1a;
box-shadow:
  0 4px 16px rgba(0,0,0,0.32),
  0 1.5px 0 0 rgba(255,255,255,0.08),
  0 0 0 2px rgba(255,255,255,0.12);


}

.header-dropdown:hover .megamenu {
    opacity: 1;
    visibility: visible;
}

.megamenu-item {
    background: #616161;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.2rem 1.3rem;
    position: relative;
}

header[template="index"] .megamenu-item {
    background: #fff;
}

.megamenu-item > a {
    position: absolute;
    inset: 0;
    display: block !important;
}

.megamenu_image {
    width: 100%;
    max-width: 18rem;
    display: flex;
    align-items: center;
}

.megamenu_image img {
    width: 100%;
    height: auto;
}

.megamenu_meta {
    display: flex;
    flex-direction: column;
}

.megamenu_meta h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 1.4rem;
    margin: 0;
    margin-bottom: 0.8rem; /* 添加标题和文字之间的间距 */
}

header[template="index"] .megamenu_meta h3 {
    color: #1a1a1a;
}

.megamenu_meta p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 1.0rem;
    margin: 0;
    margin-bottom: 1.2rem; /* 添加文字和按钮之间的间距 */
}

header[template="index"] .megamenu_meta p {
    color: #666666;
}

.megamenu_meta span {
    background-color: var(--color-orange);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
    width: 10rem;
    display: block;
    text-align: center;
    border-radius: 2rem;
}

/* 完整 CSS 代码（包含所有部分） */
header {
    padding: 10px 3rem;
    position: relative;
    color: #fff;
    background-color: #fff;
}

header[template="index"] {
    background-color: #1a1a1a;
}

header[template="index"] * {
    color: #fff;
}

body[data-template="index"] .header-main {
    margin-bottom: calc(-1 * var(--header-height));
}

.header-main {
    position: sticky;
    top: 0;
    overflow: visible !important;
    transition: background-color 0.2s;
}

.header-main.scrolled,
.header-main:hover {
    background-color: #fff;
}

.header-inner {
    display: grid;
    grid-template-columns: 1fr auto 0.2fr;
    color: #000;
    max-width: 1660px;
    margin: 0 auto;
}

.header-logo a {
    text-decoration: none;
}

.header-logo h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0;
}

.header-left,
.header-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-logo {
    width: 23.6rem;
    align-items: center;
    justify-content: center;
    display: flex;
    line-height: 1;
}

.header-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.header_account_icon svg {
    width: 16px;
    height: auto;
}

.header-right {
    justify-content: flex-end;
        white-space: nowrap;
}

.header-right a,
.header-left a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1100px) {
    .header-right a,
    .header-left a {
        font-size: 14px;
    }
}
header[template="index"] .header-right a,
header[template="index"] .header-left a {
    color: #fff;
}

header:not([template="index"]) .header__icon--cart path {
    fill: #1a1a1a;
}

.header-right a:hover {
    text-decoration: underline;
}

.header__icon--cart {
    /* margin-left: -16px; */
}

.openbtn {
    display: none;
    gap: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    align-items: center;
}

.custom_header_link {
    margin-bottom: -4px;
}

.header_nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    gap: 2.2rem;
}
@media (min-width: 992px) and (max-width: 1100px) {
.header_nav {
    gap: 1.2rem;
}
}
.header_nav li {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.header_nav > li > a {
    padding: 0.7rem;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.header_nav > li.active > a,
.header_nav > li a:hover {
    /* color: var(--color-orange); */
}

.header_nav > li:first-of-type > a {
    padding-left: 0;
}

/* 按钮下拉样式 */
.header_nav .header-dropdown:first-child {
    background-color: #ff6f3c;
    color: white;
    border-radius: 5px;
    align-items: center;
    gap: 5px;
}

.header_nav .header-dropdown:first-child:hover {
    background-color: white;
    color: black !important;
    border-radius: 5px;
    align-items: center;
    gap: 5px;}

.header_nav .header-dropdown:first-child:hover .shop-label {
    color: black !important;
}

.header_nav .header-dropdown:first-child:hover .shop-button {
    color: black !important;
}

.header_nav .header-dropdown:first-child:hover .shop-button svg path {
    fill: black !important;
}

.shop-button {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    text-decoration: none;
}

.header-dropdown {
    display: inline-block;
}

.header-dropdown:before {
    content: "";
    width: 100%;
    height: 40px;
    top: 20px;
    left: 0;
    cursor: pointer;
}

.header-dropdown svg {
    transition: all 0.2s;
    margin-left: 0.8rem;
}

.header-dropdown svg path {
    fill: #1a1a1a;
}

header[template="index"] .header-dropdown svg path {
    fill: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 14rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 3rem 2rem;
    z-index: 1;
    border-radius: 0.8rem;
    top: calc(100% + 10px);
}

.header-dropdown:hover .dropdown-content {
    display: block;
}

.header-dropdown:hover svg {
    transform: rotate(-180deg);
}



.dropdown-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.dropdown-content ul li {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    padding-inline: 0;
}

.dropdown-content ul li:last-of-type {
    margin: 0;
}

.dropdown-content ul li a {
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
}

.dropdown-content ul li a.active {
    /* color: var(--color-orange); */
}

.dropdown-content ul li a:hover {
    color: var(--color-orange);
}

.megamenu {
    position: absolute;
    left: 0;
    top: calc(100%);
    width: 100%;
    padding-inline: 12rem;
    background: #fff;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 5rem 12rem 5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}

header[template="index"] .megamenu {
    background: #1a1a1a;
}

.header-dropdown:hover .megamenu {
    opacity: 1;
    visibility: visible;
}

.megamenu-item {
    background: #616161;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.2rem 1.3rem;
    position: relative;
}

header[template="index"] .megamenu-item {
    background: #fff;
}

.megamenu-item > a {
    position: absolute;
    inset: 0;
    display: block !important;
}

.megamenu_image {
    width: 100%;
    max-width: 18rem;
    display: flex;
    align-items: center;
}

.megamenu_image img {
    width: 100%;
    height: auto;
}

.megamenu_meta {
    display: flex;
    flex-direction: column;
}

.megamenu_meta h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 1.4rem;
    margin: 0;
    margin-bottom: 0.8rem;
}

header[template="index"] .megamenu_meta h3 {
    color: #1a1a1a;
}

.megamenu_meta p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 1.0rem;
    margin: 0;
    margin-bottom: 1.2rem;
}

header[template="index"] .megamenu_meta p {
    color: #666666;
}

.megamenu_meta span {
    background-color: var(--color-orange);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
    width: 10rem;
    display: block;
    text-align: center;
    border-radius: 2rem;
}

.header__icon--link1,
.header__icon--link2,
.header__icon--link3 {
    font-weight: bold;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 0.7rem;
}

=

@media screen and (max-width: 1500px) {
    .header_nav {
        gap: 1.8rem;
    }
=
}



@media screen and (max-width: 991px) {
    .openbtn span,
    .header_nav,
    .header__icon--link1,
    .header__icon--link2,
    .header__icon--link3 {
        display: none;
    }
    .openbtn {
        display: flex;
        position: relative;
        padding: 0;
    }
    header {
        padding: 15px 20px;
    }
    .header-logo h1 {
        font-size: 18px;
    }
    .header-logo {
        display: flex;
        align-items: center;
        width: 18.4rem;
    }
    .header-left {
        gap: 0;
    }
    body[data-template="product"] .header-main {
        margin-bottom: 0;
    }
    a.swym-wishlist.header__icon,
    .header__icon--account {
        display: none !important;
    }
    .header-right a svg {
        width: 3rem;
        height: auto;
    }
    .header-right a {
        line-height: 1;
    }
}

a.swym-wishlist.header__icon {
    margin-right: -16px;
}

.header_second_nav {
    overflow: hidden;
}

.not_initialized .swiper-wrapper {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 3.3rem;
    padding: 0;
    justify-content: center;
}

.header_second_nav_list a {
    text-decoration: none;
    font-size: 1.4rem;
    text-underline-offset: .5rem;
    white-space: nowrap;
    color: currentColor;
}

.header_second_nav_list a:hover,
.header_second_nav_list a.active {
    text-decoration: underline;
}

header-nav .swiper-slide {
    width: fit-content;
}

header-nav .swiper-button-next:after,
header-nav .swiper-button-prev:after {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}

header-nav .swiper-button-next,
header-nav .swiper-button-prev {
    width: 3rem;
}

header-nav .swiper-button-next.swiper-button-disabled,
header-nav .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

header-nav .swiper-button-next {
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 31%, rgba(255, 255, 255, 0.8) 67%, rgba(255, 255, 255, 0) 100%);
}

header-nav .swiper-button-prev {
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 31%, rgba(255, 255, 255, 0.8) 67%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 768px) {
    .header_second_nav_list a {
        font-size: 14px;
    }
    .header_second_nav {
        margin-inline: -2rem;
    }
    header-nav {
        padding-inline: 2rem !important;
    }
    .not_initialized .swiper-wrapper {
        justify-content: unset;
        gap: 1.5rem;
    }
}
/*123123*/
/* 文章下拉栏专属样式，完全独立 */
/* -------- 首页（template="index"）- 黑底白字 橙色hover -------- */
header[template="index"] .article-menu {
  background: #181818 !important;
  border-radius: 12px;
box-shadow:
  0 4px 16px rgba(0,0,0,0.32),
  0 1.5px 0 0 rgba(255,255,255,0.08),
  0 0 0 2px rgba(255,255,255,0.12);



  min-width: 230px;
  padding: 0;
  margin-top: 14px;
  position: absolute;
  left: 0;
  top: calc(100%);
  width: auto;
  display: flex;
  flex-direction: column;
  gap:0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 99;
}
header[template="index"] .header-dropdown:hover .article-menu {
  opacity: 1;
  visibility: visible;
}
header[template="index"] .article-menu .megamenu-item {
  padding: 1.12em 2em 1.12em 1.5em; /* 字体大时适配一点高度 */
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  cursor: pointer;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  border-radius: 0;
  position: relative;
  margin: 0;
}
header[template="index"] .article-menu .megamenu-item:last-child {
  border-bottom: none;
}
header[template="index"] .article-menu .megamenu-item:hover,
header[template="index"] .article-menu .megamenu-item:focus {
  background: none;
  color: #fe6a35 !important; /* 橙色高亮 */
}
header[template="index"] .article-menu h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: inherit;
  letter-spacing: 0.01em;
}
header[template="index"] .article-menu .megamenu-item a {
  color: inherit;
  text-decoration: none;
  position: static;
  display: block;
  width: 100%;
  height: 100%;
}

/* -------- 其他页面（非首页）- 白底黑字 橙色hover -------- */
header:not([template="index"]) .article-menu {
  background: #fff !important;
  border-radius: 12px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.09);
  min-width: 230px;
  padding: 0;
  margin-top: 14px;
  position: absolute;
  left: 0;
  top: calc(100%);
  width: auto;
  display: flex;
  flex-direction: column;
  gap:0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 99;
}
header:not([template="index"]) .header-dropdown:hover .article-menu {
  opacity: 1;
  visibility: visible;
}
header:not([template="index"]) .article-menu .megamenu-item {
  padding: 1.12em 2em 1.12em 1.5em;
  color: #181818;
  font-size: 1.4rem;
  line-height: 1.4;
  cursor: pointer;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  border-radius: 0;
  position: relative;
  margin: 0;
}
header:not([template="index"]) .article-menu .megamenu-item:last-child {
  border-bottom: none;
}
header:not([template="index"]) .article-menu .megamenu-item:hover,
header:not([template="index"]) .article-menu .megamenu-item:focus {
  background: none;
  color: #fe6a35 !important; /* 橙色高亮 */
}
header:not([template="index"]) .article-menu h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: inherit;
  letter-spacing: 0.01em;
}
header:not([template="index"]) .article-menu .megamenu-item a {
  color: inherit;
  text-decoration: none;
  position: static;
  display: block;
  width: 100%;
  height: 100%;
}

/* -------- 定位控制，只影响文章下拉栏，不影响Shop -------- */
.article-dropdown {
  position: relative;
}
.article-dropdown > .article-menu {
  left: 0;
  right: auto;
}

@media screen and (min-width: 992px) {
  .header-main.hide-on-scroll {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }

  .header-main {
    transition: transform 0.3s ease;
    will-change: transform;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}