/* =========== Top黑色區塊 =========== */
.header-black-top {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 0 16px;
    z-index: 999;
    width: 100%;
    padding:4px 16px;
}
@media(min-width:744px){
.header-black-top {
	padding:4px 20px;
}
}
@media(min-width:992px){
.header-black-top {
	padding:4px 24px;
}
}
.header-black-top .tab-menu-swiper02{
	padding-bottom:0;
	margin:0;
}
.header-black-top .tab-menu-swiper02 .swiper-slide{
    border-right:0;
    margin:0;
    font-size:14px;
}
.header-black-top .tab-menu-swiper02 .swiper-slide a{
    position:relative;
}
.header-black-top .tab-menu-swiper02 .swiper-slide a::after {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    top: 4px;
    right: 0;
}
.header-black-top .tab-menu-swiper02 .swiper-slide:last-child a::after {
	width:0;
}
.header-black-top .tab-menu-swiper02 .swiper-slide:first-child a{
	padding-left:0!important;
}
.header-black-menu {
    display: flex;
    justify-content: space-between;
    margin: auto;
/*     width:703px; */
}
@media (min-width: 744px) {
.header-black-menu {
     width:911px;
    }  
}
@media (min-width: 951px) {
.header-black-menu {
    padding:0;
}
}
@media (min-width: 992px) {
.header-black-menu {
    width:1119px;
    }  
}
@media (min-width: 1167px) {
.header-black-menu {
    padding:0;
}
}
@media (min-width: 1200px) {
    .header-black-menu {
    width: 1128px;
    }
}
@media (min-width: 1280px) {
    .header-black-menu {
    width: 1200px;
    }
}
@media (min-width: 1440px) {
    .header-black-menu {
    width: 1360px;
    }
}
.header-black-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
}
.header-black-menu ul li {
    position: relative;
    list-style: none;
    margin-right: 12px;
    white-space: nowrap;
}
.header-black-menu li:hover,
.header-black-menu a i:hover {
    color: rgba(229, 0, 18, 1) !important;
    cursor: pointer;
}
.header-black-menu ul li::after {
    content: "";
    position: absolute;
    height: 14px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    top: 4px;
    right: -12px;
}
.header-black-menu ul li:last-child:after {
    display: none;
}

/* =========== Menu白色區塊 =========== */
/* .header-main-menu {
    display: grid;
    grid-template-columns: 40% 214px 40%;
    justify-content: space-between;
    max-width: 1360px;
    padding:0 24px;
    margin: 0 auto;
    height: 92px;
    align-items: center;
}
@media (max-width: 1199px) {
    .header-main-menu {
        grid-template-columns: 30% 214px 30%;
        height: 72px;
        padding: 0 16px;
    }
}
@media (max-width: 743px) {
    .header-main-menu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: space-between;
        margin: auto;
        align-items: center;
    }
} */

.header-main-menu {
    display: grid;
    grid-template-columns: 1fr 214px 1fr;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    width:703px;
    max-width:100%;
    padding:0 16px;
    height:72px;
}
@media (min-width: 744px) {
	.header-main-menu {
	grid-template-columns: 30% 214px 30%;
	width:911px;
	}
}
@media (min-width: 951px) {
    .header-main-menu {
    padding:0;
}
}
@media (min-width: 992px) {
    .header-main-menu {
        width:1120px;
        padding:0 24px;
        
    }
}
@media (min-width: 1167px) {
    .header-main-menu {
    padding:0;
}
}
@media (min-width: 1200px) {
    .header-main-menu {
        grid-template-columns: 38% 214px 38%;
        height: 92px;
        width:1120px;
    }
}
@media (min-width: 1280px) {
    .header-main-menu {
    width:1200px;
    }
}
@media(min-width:1440px){
	.header-main-menu {
    display: grid;
    grid-template-columns: 40% 214px 40%;
    justify-content: space-between;
    margin: 0 auto;
    height: 92px;
    align-items: center;
    width:1360px;
}
}
.header-main-menu img {
    max-width: 100%;
    width: auto;
    height: 32px;
}
@media (min-width: 1200px) {
    .header-main-menu img {
        width: auto;
        height: 52px;
    }
}
.header-main-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}
.header-main-menu ul li {
    list-style: none;
    font-size: 16px;
    line-height: 20px;
    padding-right:0;
}
.header-main-menu li:hover,
.header-main-menu a:hover,
.header-main-menu a i:hover {
    color: var(--header_link_hover_color)!important;
    cursor: pointer;
}
.header-main-menu a {
    color:var(--header_main_f_color, #222222);
}

.sticky-block {
    position: sticky;
    top: 195px;
} 
.menu-right {
    display: flex;
    justify-content: end;
    align-items:center;
    gap: 12px;
    font-size: 16px;
    color:var(--header_main_f_color, #222222);
}
@media (min-width: 1200px) {
    .menu-right {
        gap: 16px;
    }
}
.header-main-menu img {
    max-width: 100%;
    width: auto;
    height: 32px;
    object-fit:contain;
}
@media (min-width: 1200px) {
.header-main-menu img {
        width: auto;
        height: 52px;
    }
}
.wishlist-item-count--red {
    background:var(--header_main_f_color, #222222) !important;
}

/* =========== Header-Menu Dropdown =========== */
ul.mega-menu__item{
	flex-direction:column;
	font-size:14px;
	gap:0;
	padding:8px 15px 8px 0;
}
.dropdown__menu, .dropdown__submenu{
	flex-direction:column;
}
.dropdown__menu .dropdown__list{
	font-size:14px;
	padding:0 20px;
}
.mega-menu {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.mega-menu__box{
	padding:8px 15px;
}

/* =========== Header設定 =========== */
.sticky-header {
    width: 100%;
    color: rgba(34, 34, 34, 1);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 5%);
    height: 80px;
    position: fixed;
    z-index: 99;
    margin-top:28px;
}
.sticky-header {
    height: 92px;
}
@media (max-width: 1199px) {
    .sticky-header {
        height: 72px;
    }
}
.sticky-header.is-sticky{
	margin-top:28px !important;
}
.header__mobile {
    top: 28px;
    padding: 0;
    height: 72px;
    width: 100%;
    z-index: 100;
    position: fixed;
}
.header__mobile i {
    font-size: 22px;
    transition: all 0.3s ease;
}
.header__mobile i:hover {
    color: rgba(229, 0, 18, 1);
}
.hero2 {
    margin-top: 140px !important;
}
#brand_custom_area {
    margin-top: 100px;
}
@media(min-width:1200px){
#brand_custom_area {
    margin-top: 120px;
}	
}

.header__nav:hover .special-header-menu {
    width: 1200px;
    background: #ffffff !important;
}
@media (min-width: 1200px) {
    .header__nav-item:hover .mega-menu.special-header-menu {
        transform: translateX(-10%) rotateX(0deg) !important;
    }
}
.color-red {
    color: #d22d26 !important;
}
.product_phint {
    background: #ffe2e1 !important;
    border-color: darkred !important;
    color: darkred !important;
}
.mega-menu__list ul{
    flex-direction: column;
    gap: 12px;
}
.a_to_btn:hover {
    color: var(--header_link_hover_color) !important;
}