/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5.use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5.use[3]!./src/scss/pc/common/header.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.newheader {
  position: fixed;
  width: 100%;
  height: 156px;
  background: #FFFFFF;
  border: 1px solid #FAFAFA;
  z-index: 99;
  box-sizing: border-box;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  max-width: 1920px;
  margin: 0 auto;
}

.header-logo img {
  height: 50px;
  cursor: pointer;
}

.header-search-container {
  flex: 1;
  position: relative;
  margin: 0 40px;
}

.header-search {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #281F15;
  border-radius: 24px;
  height: auto;
  padding: 0 4px;
  position: relative;
  background: #fff;
}
.header-search .search-box {
  display: flex;
  align-items: center;
  height: 52px;
}
.header-search .search-box .search-input, .header-search .search-box .search-input-new {
  flex: 1;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  outline: none;
  background: none;
  border: none;
}
.header-search .search-box .search-btn {
  width: 67px;
  height: 44px;
  background: #281F15;
  border-radius: 26px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header-search .search-box .search-btn img {
  width: 22px;
  height: 22px;
}
.header-search .search-dropdown {
  padding: 0 20px 20px;
}
.header-search .search-dropdown .search-hot-title {
  font-weight: 400;
  font-size: 14px;
  color: #C2C2C2;
}
.header-search .search-dropdown .search-hot-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 10%;
}
.header-search .search-dropdown .search-hot-list .search-hot-item {
  width: 40%;
  font-weight: 400;
  font-size: 14px;
  color: #281F15;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  border-radius: 3px;
  padding: 0 10px;
  cursor: pointer;
}
.header-search .search-dropdown .search-hot-list .search-hot-item:hover {
  background: #EEEEEE;
}
.header-search.header-search--active {
  display: none;
  background: #FBF9F6;
  border: 1px solid #FF8429;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-lang, .header-cart, .header-user {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #281F15;
  cursor: pointer;
  position: relative;
}

.lang-currency-trigger {
  display: flex;
  align-items: center;
}

.arrow {
  width: 16px;
  height: 16px;
}

.header-cart img, .user-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.lang-currency-popup {
  position: absolute;
  top: 48px;
  left: -36%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 10px;
  min-width: 260px;
  z-index: 100;
  display: none;
}
.lang-currency-popup .lang-currency-form {
  display: flex;
  flex-direction: column;
}
.lang-currency-popup .lang-currency-form .popup-section {
  margin-bottom: 8px;
}
.lang-currency-popup .lang-currency-form .popup-section .popup-label {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 44px;
  display: block;
}
.lang-currency-popup .lang-currency-form .popup-section .popup-select {
  width: 100%;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #281F15;
  padding: 0 10px;
}
.lang-currency-popup .lang-currency-form .popup-section .popup-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.lang-currency-popup .lang-currency-form .popup-section .popup-row .popup-flag {
  width: 22px;
  height: 22px;
  border-radius: 4px;
}
.lang-currency-popup .lang-currency-form .popup-section .popup-row .popup-select {
  flex: 1;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid #e5e8ef;
  font-size: 15px;
  background: #f7f8fa;
}
.lang-currency-popup .lang-currency-form .popup-save-btn {
  width: 100%;
  background: #ff9000;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.lang-currency-popup .lang-currency-form .popup-save-btn:hover {
  background: #e6611a;
}

.lang-currency-popup.show {
  display: block;
}

.header-user {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-user .user-menu-popup {
  display: none;
  position: absolute;
  top: 44px;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  min-width: 240px;
  z-index: 100;
  overflow: hidden;
}
.header-user .user-menu-popup.show {
  display: block;
}
.header-user .user-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 20px;
  color: #0D0D0D;
  padding: 24px;
}
.header-user .user-menu-header .user-menu-logout {
  position: relative;
  background: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #F2F2F2;
}
.header-user .user-menu-header .user-menu-logout img {
  width: 20px;
  height: 20px;
}
.header-user .user-menu-header .user-menu-logout .logout-icon {
  display: inline-block;
}
.header-user .user-menu-header .user-menu-logout .logout-active-icon {
  display: none;
}
.header-user .user-menu-header .user-menu-logout:hover {
  background: #FF8429;
  border: 1px solid #FF8429;
}
.header-user .user-menu-header .user-menu-logout:hover .logout-icon {
  display: none;
}
.header-user .user-menu-header .user-menu-logout:hover .logout-active-icon {
  display: inline-block;
}
.header-user .user-menu-header .user-menu-register {
  font-weight: bold;
  font-size: 20px;
  color: #0D0D0D;
}
.header-user .user-menu-header .user-menu-register:hover {
  color: #FF8429;
}
.header-user .user-menu-header .user-menu-login {
  font-weight: bold;
  font-size: 20px;
  color: #0D0D0D;
  padding: 8px 20px;
  background: none;
  cursor: pointer;
  border: 1px solid #F2F2F2;
  border-radius: 10px;
}
.header-user .user-menu-header .user-menu-login:hover {
  background: #FF8429;
  border: 1px solid #FF8429;
  color: #fff;
}
.header-user .user-menu-list {
  list-style: none;
  margin: 0;
}
.header-user .user-menu-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  font-weight: bold;
  font-size: 16px;
  color: #0D0D0D;
  cursor: pointer;
  transition: background 0.2s;
}
.header-user .user-menu-list li img {
  width: 20px;
  height: 20px;
}
.header-user .user-menu-list li .menu-icon {
  display: inline-block;
}
.header-user .user-menu-list li .menu-icon-active {
  display: none;
}
.header-user .user-menu-list li:hover {
  background: #FAFAFA;
  color: #FF8429;
}
.header-user .user-menu-list li:hover .menu-icon {
  display: none;
}
.header-user .user-menu-list li:hover .menu-icon-active {
  display: inline-block;
}

.header-cart {
  position: relative;
}
.header-cart .cart-num {
  position: absolute;
  top: -14px;
  right: -14px;
  background: #FF8429;
  font-weight: 600;
  font-size: 10px;
  color: #0D1A2D;
  border-radius: 50%;
  padding: 2px 0;
  min-width: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.header-cart .cart-menu {
  position: absolute;
  right: -60px;
  top: 48px;
  width: 420px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  padding: 0 2px 12px;
}

.header-nav {
  display: flex;
  align-items: center;
  background: #fff;
  margin: 0 auto;
  position: relative;
}

.nav-category {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #0F1928;
  cursor: pointer;
  background: #FBF9F6;
  height: 49px;
  border-radius: 30px;
  width: 263px;
  margin-right: 62px;
  position: relative;
}
.nav-category.active {
  border-radius: 30px 30px 0 0;
}

.nav-category-dropdown {
  position: absolute;
  left: 0;
  top: 48px;
  width: 263px;
  border-radius: 0 0 30px 30px;
  border-top: none;
  z-index: 99;
  background: #FBF9F6;
}
.nav-category-dropdown.radius {
  border-radius: 0 0 0 30px;
}
.nav-category-dropdown .nav-category-dropdown-inner {
  display: flex;
  min-width: 1100px;
  min-height: 296px;
}
.nav-category-dropdown .nav-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 263px;
  max-height: 460px;
  box-shadow: 0px 18px 10px 0px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
.nav-category-dropdown .nav-category-list::-webkit-scrollbar {
  display: none;
}
.nav-category-dropdown .nav-category-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav-category-dropdown .nav-category-list .nav-category-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #281F15;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.nav-category-dropdown .nav-category-list .nav-category-item img {
  width: 24px;
  height: 24px;
}
.nav-category-dropdown .nav-category-list .nav-category-item:hover {
  background: #FFFFFF;
  color: #281F15;
  font-weight: bold;
}
.nav-category-dropdown .nav-category-list .nav-category-item.active {
  background: #FFFFFF;
  color: #281F15;
  font-weight: bold;
}
.nav-category-dropdown .nav-category-list .nav-category-item:last-child {
  border-radius: 0 0 0 30px;
}
.nav-category-dropdown .nav-category-content {
  display: flex;
  flex: 1;
  background: #ffffff;
  border-radius: 0 16px 16px 0;
  position: relative;
  min-height: 296px;
  max-height: 460px;
  box-shadow: 0px 18px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 22px 0;
  box-sizing: border-box;
}
.nav-category-dropdown .nav-category-panel {
  flex: 1;
  display: flex;
  position: relative;
  height: 100%;
  overflow-y: auto;
}
.nav-category-dropdown .nav-category-panel::-webkit-scrollbar {
  display: none;
}
.nav-category-dropdown .nav-category-panel {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav-category-dropdown .nav-category-panel .nav-category-panel-content {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nav-category-dropdown .nav-category-panel .nav-category-panel-content.active {
  display: block;
}
.nav-category-dropdown .nav-category-panel .nav-category-panel-content .nav-category-panel-columns {
  display: flex;
  gap: 2%;
  padding: 0 0 0 20px;
  flex-wrap: wrap;
  position: relative;
}
.nav-category-dropdown .nav-category-panel .nav-category-panel-content .nav-category-panel-columns .nav-category-panel-col {
  width: 23%;
  margin-top: 10px;
}
.nav-category-dropdown .nav-category-panel .nav-category-panel-content .nav-category-panel-columns .nav-category-panel-col .nav-category-panel-title {
  font-weight: bold;
  font-size: 14px;
  color: #281F15;
  word-break: break-all;
}
.nav-category-dropdown .nav-category-panel .nav-category-panel-content .nav-category-panel-columns .nav-category-panel-col .nav-category-panel-item {
  font-weight: 400;
  font-size: 12px;
  color: #281F15;
  margin-top: 8px;
  cursor: pointer;
  word-break: break-all;
}
.nav-category-dropdown .nav-category-panel .nav-category-panel-content .nav-category-panel-columns .nav-category-panel-col .nav-category-panel-item:hover {
  color: #FF8429;
}
.nav-category-dropdown .nav-category-panel .nav-category-panel-content .nav-category-panel-banner {
  position: absolute;
  right: 10px;
  top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nav-category-dropdown .nav-category-panel .nav-category-panel-content .nav-category-panel-banner img {
  width: 180px;
  height: 200px;
  border-radius: 10px;
}
.nav-category-dropdown .nav-category-imgs {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  border-left: 1px solid #EEEEEE;
  gap: 10px;
}
.nav-category-dropdown .nav-category-imgs img {
  width: 180px;
  height: 200px;
  border-radius: 10px;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 52px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item a {
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  text-decoration: none;
  padding: 12px 0;
  display: block;
  position: relative;
}

.nav-item.active a {
  color: #FF8429;
}
.nav-item.active a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background: #FF8429;
}

.arrow {
  font-size: 12px;
  margin-left: 4px;
}

@media screen and (max-width: 820px) {
  .nav-list {
    gap: 24px;
  }
  .header-search-container {
    margin: 0 15px;
  }
  .header-actions {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .newheader {
    padding: 0 20px;
  }
  .nav-category {
    margin-right: 40px;
    width: 224px;
  }
  .nav-item a {
    font-size: 14px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@wordpress/scripts/node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-5.use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??clonedRuleSet-5.use[3]!./src/scss/pc/common/rtl.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html[dir=rtl] .nav-category {
  margin-right: 0;
  margin-left: 62px;
}
html[dir=rtl] .nav-category-dropdown {
  right: 0;
}
html[dir=rtl] .nav-category-content {
  border-radius: 16px 0 0 16px;
}
html[dir=rtl] .nav-category-panel-content {
  padding-right: 12px;
}
html[dir=rtl] .nav-category-imgs {
  border-left: none;
  border-right: 1px solid #EEEEEE;
}
html[dir=rtl] .lang-currency-popup {
  left: -85%;
}
html[dir=rtl] .header-cart .cart-menu {
  right: auto;
  left: -63px;
}
html[dir=rtl] .header-user .user-menu-popup {
  right: auto;
  left: 0;
}
html[dir=rtl] .flash-sale__image,
html[dir=rtl] .top-product__main .top-product__block .top-product__header .top-product__icon,
html[dir=rtl] .top-product__main .top-product__block .top-product__header .new_product__icon {
  transform: rotateY(180deg);
}
html[dir=rtl] .flash-sale__banner-info {
  right: 0;
  left: auto;
}
html[dir=rtl] .flash-arrow, html[dir=rtl] .content-page__icon {
  transform: rotate(180deg);
}
html[dir=rtl] .flash-sale__list {
  margin-left: 0;
  margin-right: -40px;
}
html[dir=rtl] .top-product__main .top-product__block .top-product__header .top-product__arrow,
html[dir=rtl] .view-more__btn .arrow-icon,
html[dir=rtl] .footer .footer-top .footer-top__right img,
html[dir=rtl] .home-insights .insights-btns .insights-next img,
html[dir=rtl] .banner-swiper .swiper-next img,
html[dir=rtl] .time-arrow__right,
html[dir=rtl] .info-left__text img {
  transform: rotate(90deg);
}
html[dir=rtl] .home-insights .insights-btns .insights-prev img,
html[dir=rtl] .banner-swiper .swiper-prev img,
html[dir=rtl] .time-arrow__left {
  transform: rotate(-90deg);
}
html[dir=rtl] .top-selling__section .section-header .section-icon,
html[dir=rtl] .top-product__main .top-product__block .top-product__header .top-up__icon {
  left: auto;
  right: 0;
}
html[dir=rtl] .detail-info {
  left: 0;
}
html[dir=rtl] .custom-checkbox {
  margin-right: 0;
  margin-left: 8px;
}
html[dir=rtl] .waterfall {
  margin-left: 0;
  margin-right: -19px;
}
html[dir=rtl] .insights-footer {
  left: 0;
  right: auto;
}
html[dir=rtl] .main-tab__list.active-tab-0 .main-tab__slider {
  left: 200px;
}
html[dir=rtl] .main-tab__list.active-tab-1 .main-tab__slider {
  left: 7px;
}
html[dir=rtl] .goods-img {
  margin-left: 6px;
  margin-right: 0;
}
html[dir=rtl] .address-edit {
  right: auto;
  left: 3px;
}
html[dir=rtl] .coupon-item, html[dir=rtl] .order-accept, html[dir=rtl] .icon-safe, html[dir=rtl] .icon-lock {
  gap: 6px;
}
html[dir=rtl] .order-info {
  gap: 10px;
}
html[dir=rtl] .coupon-choose, html[dir=rtl] .coupon-checkbox, html[dir=rtl] .accept-icon, html[dir=rtl] .info-pic, html[dir=rtl] .icon-safe img, html[dir=rtl] .icon-lock img {
  margin-right: 0;
}
html[dir=rtl] .order-quantity {
  text-align: left;
}

/*# sourceMappingURL=header.css.map*/