*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[128px\] {
  height: 128px;
}

.h-full {
  height: 100%;
}

.w-\[128px\] {
  width: 128px;
}

.w-\[80\%\] {
  width: 80%;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[6px\] {
  gap: 6px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.border {
  border-width: 1px;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-5 {
  padding: 1.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-\[30px\] {
  padding-right: 30px;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-center {
  text-align: center;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@font-face {
  font-family: "iconfont-athens"; /* Project id 3833466 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAZMAAsAAAAADAQAAAX+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACECgqJHIdUATYCJAMkCxQABCAFhTsHextlCsgekiQnwR1QYIErKOBoCqJ+7Ld3T/Qb2lwi063ikUwkRELzmMmEZhrql/nHTftA1QKtpyIGVKgasjkvJT9SIcUqmtx5MjGDqZ47cuIOD9C9+i53CWgwmyMS4DlpA+VrQTdCqV6c6+ePpWaD5Vsbzej/63eVaYsCO12DzKOLJjwr8An6DIbXribU5AY+8RAEZFvqiVttPRoQtsGsRhDPBysWFOmyoUkMBGgKtqdVRLEfe2CqFG0CeeiZ+EWA6+Tz5V1ZCAAoFwE7zcG6FQePfi7+5ihhvRnmXlSEwMYKHDBg7chUct5veCBmuJYIsig3uQAYEqFJ9Yl/b+1z9efjn9s+X//5pW9M3gGaw2EoMfRPHsAIvEhZjkAKgAkqqbwMRnyJg0EYfKXLCBCqIcNDOA7mWKENfOYI10OGhfASBuHwb2Lfb0GKDhgCGAdkAoA8YKKdJGAo/1RECUcTiQoP80EDQ/nuQVEx0VFIdGJoaDKiDwfNXFAad5zs3IkgcPv2bdukUmIHx5SJro2JwXHiHTtkMjJ8VURZpPBQ7PJdN4LCtOGCnT2V/E3+hHRtEO/gTgcHC9uRGeER7mH+DvtQKf/8Je7yC8Jzj7GPPssIWh/nnrj5RfbCs3poF/LJHUERvHIbSJk9OFI4LfLlpPgNXk5Q2c2zpuzMjS7ZrXPOWc/fHoXIdkFG7tzj4GNwYgd/ikXG+UOkLj0Ogiy4nT01x2ucvIXVulqEZZ4WTud+jWle93z93kfyb3sEV639obg7Hc5ll3S33LyzxlnycJmbW+YZphO0rhlZrOYCwTudbBEreDyc263Zmqr0UKiKUwvJNM7FGTLhlMRqtws7OaluapTOvfxVjTOi3cylmPKaGqdD48hzsI58BwjW/tnQ+qM6zes9bZ35yZDkDfn6an98PqWqYGJl0NvYV35f1t7GhJq8CumDkqS746fkIZFxESFDwSFx9j+MIRFxkSH3Bf+bF7D1TFx5aXlZemm6gC79ofpjScX4q/yZWkVcHcvaFUKqLVA55wOrbk3lqhqVubzRp8L3aLZ/BfIeEuwQkD1dU7e6rm1DRcI3DyeEloe/Sch2AGHNXdsi7SmObTsdYS1x9OwCO29P1qSF4KYV855e/14O5d0mWMcoPREo/atmKCWuUOBK6hclqYC4vNz7F1IJ5XJIDC8lx6ECL+B/tLGvLUn31P0PfdyilWm00sqPH7r/KV1b0lv8H03ZN2EC4e96sznnd7k6qX1fUltSC023xLg/syXRdKJGBCu2q7u+ze/My+tcltdBUUdLOrATBd74m3sr9t6skHcDdw+1dwzHrY3Tx2KxGzaEqC/dYrijvaV1dfzKuFVRa6I66u88NCXzyqbv3KlrN06yKm5l/Gr6xItqZCB6IEYtnZtF8trBGNvszFBMSsu+2TmpOqaLUAdYygBzmLZYl6xaFO8ABmxaK+G8UFrw0V/VnsRmAAY/6lOMINJHI0cVQq/F8xLFP2UjHu8cVejDlb8FlF+P+/m50X8IXSbxKi1JOODrK2Q083+hG+bv6ynpDuc4IaXPCCso7S818Lr7muw1giTnvuQ+BZlbYADLkPfXlQx/gXSiVWGpoIIZMFqWS23lNjjFPngtR5Ctwg4vhq0jkhQIYMFBCcSEp0A1vYMx4acS2xjCwRkLhehFlc2QnQXsZMVCuN5shpgV4ujwDEobGCPhi63JFxViVgoaLUOQtI1hZsFw5TYdNFvomdDSohJhuB0aoXn5XSyTZJnVSqCEmRlH25TLwbExBp0wMyPQYC2irNYJeXExIXqXIgMzDpqZQRgrCIcaNgNFM2AYEdH01qqgcDRS2u8xshgCkWzGYMzjxtAT0IHMIxhYHlSpIiXjBe0JY86wZ5BrMYlUxkpjCSiCGaFxqDZNB43xAAM1IV5vBGRgVYSa4ZsgV0ymI8YKio5GNP6SzAEy9jEpiEUSkY/IV+Qn8hcFiAJFQSAuMBrHjHpGYqCwQJKxTdkMFCz1n2FsIzRmDJgOS0lWeuZZGxM8wxhJylY4Y8OMfhbGZrExAAAAAA==") format("woff2");
}
.iconfont-athens {
  font-family: "iconfont-athens" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-athens-caidan_o:before {
  content: "\eb71";
}

.icon-athens-cha:before {
  content: "\e675";
}

.icon-athens-gouwuche1:before {
  content: "\e602";
}

.icon-athens-youjian:before {
  content: "\e68d";
}

.icon-athens-xiangxia:before {
  content: "\e6b2";
}

.icon-athens-xiangzuo:before {
  content: "\e653";
}

.icon-athens-yonghu-yuan:before {
  content: "\e623";
}

.icon-athens-sousuo:before {
  content: "\e66d";
}

.collection_item {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: var(--button_border_radius);
  box-shadow: inset 0 0 0 0px #dadada, 0 3px 0 rgba(218, 218, 218, 0.3);
  border: 1px solid #dadada;
  box-sizing: border-box;
  text-align: left;
}
.collection_item .item-caption .item-caption-title {
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  color: var(--title_color);
}
.collection_item .item-caption .item-caption-title a {
  color: inherit;
}
.collection_item .item-caption .item-caption-title:hover {
  text-decoration: underline;
}
.collection_item .product_card-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: var(--discount_tag_color);
}
.collection_item .product_card-tag .discount_tag_graphics {
  position: absolute;
  right: 0;
}
.collection_item .label_style_1 {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.collection_item .label_style_1 .discount_tag_graphics {
  top: 0;
  width: 0;
  height: 0;
  border-top: 80px solid var(--discount_tag_bg);
  border-left: 80px solid transparent;
}
.collection_item .label_style_1 .discount_tag_name {
  position: relative;
  top: 6px;
  left: 15px;
  z-index: 9;
  line-height: 18px;
  transform: rotate(45deg);
  width: 80px;
  height: 40px;
  font-size: 14px;
  text-align: center;
}
.collection_item .label_style_1 span {
  display: block;
}
.collection_item .label_style_2 {
  padding: 0 0 10px;
}
.collection_item .label_style_2 .discount_tag_graphics {
  left: 0;
  bottom: 0;
  width: 40px;
  height: 10px;
}
.collection_item .label_style_2 .discount_tag_graphics:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--discount_tag_bg);
  border-left: 20px solid transparent;
}
.collection_item .label_style_2 .discount_tag_graphics:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--discount_tag_bg);
  border-right: 20px solid transparent;
}
.collection_item .label_style_2 .discount_tag_name {
  width: 40px;
  text-align: center;
  background: var(--discount_tag_bg);
  padding: 10px 0;
}
.collection_item .label_style_3 {
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection_item .label_style_3 .discount_tag_name {
  position: relative;
  top: -12px;
  left: 12px;
  z-index: 9;
  line-height: 24px;
  transform: rotate(45deg);
  height: 24px;
  white-space: nowrap;
  background: var(--discount_tag_bg);
  padding: 0px 25px;
}
.collection_item .label_style_4 {
  right: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--discount_tag_bg);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection_item .label_style_4 .discount_tag_name {
  line-height: 18px;
  text-align: center;
}
.collection_item .label_style_4 .discount_tag_name span {
  display: block;
}
.collection_item .product_card-picture-crop-11 {
  padding-top: 100%;
}
.collection_item .product_card-picture-crop-11 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection_item .product_card-picture-crop-34 {
  padding-top: 125%;
}
.collection_item .product_card-picture-crop-34 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection_item .product_card-picture-crop-23 {
  padding-top: 150%;
}
.collection_item .product_card-picture-crop-23 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection_item .product_card-picture-crop-12 {
  padding-top: 200%;
}
.collection_item .product_card-picture-crop-12 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection_item .collection-product-item {
  display: block;
  width: 100%;
}
.collection_item .collection-product-item .product_card_soldout {
  color: #fff;
  background: #444649;
  position: absolute;
  top: 10px;
  left: 10px;
  box-sizing: border-box;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 0.875rem;
}
.collection_item .collection-product-item:hover .collection-product-item-image {
  transform: scale(1.05);
}
.collection_item .collection-product-item-image {
  object-fit: cover;
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collection_item .actions-wrapper .actions-wrapper-btn {
  width: 100%;
  padding: 11px 36px;
  border-radius: var(--button_border_radius);
  border: 1px solid #000000;
  color: #000000;
  transition: all 0.1s linear;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .collection_item .actions-wrapper .actions-wrapper-btn {
    font-size: 16px;
    padding: 11px 0;
  }
}
.collection_item .actions-wrapper .actions-wrapper-btn:hover {
  background-color: var(--main_button_bg);
  border-color: var(--main_button_bg);
  color: var(--main_button_color);
}
.collection_item .animation-hover:hover .main-image {
  opacity: 0;
}
.collection_item .animation-hover:hover .hover-two {
  opacity: 1;
}
.collection_item .hover-two {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .collection_item .product_card-wap-name {
    display: none;
  }
}

.currency_box {
  color: var(--text-color);
}
.currency_box.show_list .currency_list {
  display: block;
}
.currency_box .currency_list {
  background-color: var(--bg-color);
  width: max-content;
  min-width: 11.25rem;
  border: 1px solid rgba(29, 29, 29, 0.15);
  display: none;
  z-index: 100;
  max-height: 22.5rem;
  overflow-y: scroll;
}
.currency_box .currency_list li {
  padding: 7px 12px;
}
.currency_box .currency_list li.select {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.currency_box .currency_list li:hover {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}

.custom_nav.nav_type1 > ul {
  height: var(--height);
  display: inline-flex;
  position: relative;
  justify-content: flex-start;
}
.custom_nav.nav_type1 > ul a {
  color: var(--menu-color);
}
.custom_nav.nav_type1 > ul li {
  padding: 0 20px;
  display: block;
  list-style-type: none;
  position: relative;
  z-index: 99;
}
.custom_nav.nav_type1 > ul li span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  color: var(--bg);
}
.custom_nav.nav_type1 > ul li span > i {
  margin-left: 10px;
  font-size: 14px !important;
  font-weight: bold;
  color: var(--menu-color);
}
.custom_nav.nav_type1 > ul li span > .nav-li-a {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  height: 100%;
  white-space: nowrap;
}
.custom_nav.nav_type1 > ul li > .nav-child {
  position: absolute;
  min-width: 200px;
  background: var(--bg);
  box-shadow: 0 0 2px #ddd;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  max-height: calc(100vh - 126px);
  overflow: auto;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}
.custom_nav.nav_type1 > ul li > .nav-child dt i {
  display: none;
}
.custom_nav.nav_type1 > ul li > .nav-child > a {
  display: block;
  line-height: 2;
  transition: all 0.3s;
  white-space: nowrap;
  opacity: 0.6;
}
.custom_nav.nav_type1 > ul li > .nav-child > a:hover {
  text-decoration: underline;
  opacity: 1;
}
.custom_nav.nav_type1 > ul li.more_link, .custom_nav.nav_type1 > ul li.nav-child-three {
  position: static;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child {
  width: 100%;
  left: 0;
  box-shadow: 2px 0px 2px #ddd;
  background: var(--bg);
  padding: 0;
  max-height: calc(100vh - 126px);
  overflow: auto;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 50px;
  box-sizing: border-box;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl {
  width: 25%;
  margin-bottom: 30px;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl a {
  display: block;
  line-height: 2;
  transition: all 0.3s;
  position: relative;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl a:hover {
  text-decoration: underline;
  color: var(--menu-color);
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dt {
  margin-bottom: 5px;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dt a {
  font-size: 16px;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dd a {
  font-size: 14px;
  opacity: 0.6;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dd a:hover {
  opacity: 1;
}
.custom_nav.nav_type1 > ul li:hover > .nav-child {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
  transform: translateY(0);
}
.custom_nav.nav_type1 > ul li:hover > span::after {
  border-bottom-color: var(--secondary_button_bg) !important;
  transition-delay: 0s;
}
.custom_nav.nav_type1 > ul li.nav-li > span {
  position: relative;
}
.custom_nav.nav_type1 > ul li.nav-li > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s 0.2s ease;
}

.custom_nav.nav_type2 > ul {
  height: var(--height);
  display: inline-flex;
  position: relative;
  justify-content: flex-start;
}
.custom_nav.nav_type2 > ul a {
  color: var(--menu-color);
}
.custom_nav.nav_type2 > ul li.nav-li {
  padding: 0 20px;
  display: block;
  list-style-type: none;
  z-index: 99;
}
.custom_nav.nav_type2 > ul li.nav-li:hover .nav-child {
  display: block;
}
.custom_nav.nav_type2 > ul li.nav-li span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.custom_nav.nav_type2 > ul li.nav-li span > i {
  margin-left: 10px;
}
.custom_nav.nav_type2 > ul li.nav-li span > .nav-li-a {
  display: flex;
  align-items: center;
  font-size: 16px;
  position: relative;
  height: 100%;
  white-space: nowrap;
}
.custom_nav.nav_type2 > ul li.nav-li span > .nav-li-a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #333;
  transition: width 0.2s;
}
.custom_nav.nav_type2 > ul li.nav-li .nav-child {
  display: none;
  position: absolute;
  box-shadow: 0 0 2px #ddd;
  max-width: 350px;
  min-width: 180px;
  max-height: 450px;
  overflow-y: scroll;
  padding: 10px 20px;
  background-color: var(--bg);
}
.custom_nav.nav_type2 > ul li.nav-li .nav-child > .nav_container_wrapper dl {
  margin: 5px 0;
}
.custom_nav.nav_type2 > ul li.nav-li .nav-child > .nav_container_wrapper dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.custom_nav.nav_type2 > ul li.nav-li .nav-child > .nav_container_wrapper dl dt i {
  display: inline-block;
  transform: rotate(-90deg);
}
.custom_nav.nav_type2 > ul li.nav-li .nav-child > .nav_container_wrapper dl dd {
  line-height: 1.5;
  opacity: 0.6;
  margin: 5px 0;
  display: none;
}

.custom_nav > ul li.more_link {
  padding: 0 20px;
  display: block;
  list-style-type: none;
  z-index: 99;
}
.custom_nav > ul li.more_link > span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.custom_nav > ul li.more_link .more_link_child {
  width: 100%;
  max-height: calc(100vh - 126px);
  overflow: auto;
  background: var(--bg);
  position: absolute;
  left: 0;
  box-shadow: 2px 0px 2px #ddd;
  opacity: 0;
  visibility: hidden;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 20px 50px;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul {
  padding: 30px 0;
  width: 25%;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li.on span {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.3s;
  min-height: 40px;
  cursor: pointer;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span::after {
  display: none;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span i {
  transform: rotate(-90deg);
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span .nav-li-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span:hover {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li .nav-child {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child {
  padding: 30px 20px;
  width: 75%;
  box-sizing: border-box;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > a {
  display: block;
  height: 34px;
  line-height: 34px;
  opacity: 0.6;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > a:hover {
  opacity: 1;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 20px;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dt {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 2;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dt i {
  display: none;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dt a:hover {
  text-decoration: underline;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dd a {
  line-height: 2;
  opacity: 0.6;
  transition: all 0.3s;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dd a:hover {
  text-decoration: underline;
  opacity: 1;
}
.custom_nav > ul li.more_link:hover .more_link_child {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.block_slides {
  width: 100%;
  margin: 0 auto;
}
.block_slides .slide-item-btn {
  margin-top: 30px;
}

.block_slides .slides {
  max-width: 1200px;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.block_slides .slide-item-content {
  padding: 80px;
}

.slides-fill .slide-item-content {
  padding: 0;
}

.slides-fill {
  width: 100%;
  max-width: 100%;
}

.slides-fill .slide-item-content {
  max-width: 1200px !important;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}

.slides-fill .swiper-small {
  max-width: 1200px !important;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}

.block_slides .slide-item {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: relative;
}

.block_slides .slide-item-big {
  height: 800px;
  width: 100%;
  object-fit: cover;
}

.block_slides .slide-item-center {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

.block_slides .slide-item-samll {
  height: 420px;
  width: 100%;
  object-fit: cover;
}

.block_slides .slide-item-auto {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.block_slides .slide-item-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.block_slides .slide-item-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 110;
  box-sizing: border-box;
}

.block_slides .slide-item-content-left {
  align-items: flex-start;
}

.block_slides .slide-item-content-left .slide-item-des {
  text-align: left;
  max-width: 385px;
}

.block_slides .slide-item-content-right {
  align-items: flex-end;
}

.block_slides .slide-item-content-right .slide-item-des {
  text-align: right;
  max-width: 385px;
}

.block_slides .slide-item-content-center {
  align-items: center;
}

.block_slides .slide-item-content-center .slide-item-des {
  max-width: 800px;
  text-align: center;
}

.block_slides .slide-item-content-right .slide-item .slide-item-des,
.block_slides .slide-item-content-left .slide-item .slide-item-des {
  max-width: 385px;
}

.block_slides .slide-item .slide-item-title {
  font-size: 56px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  font-size: var(--title_font_size);
  color: var(--title_color);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
}

.block_slides .slide-item .slide-item-line {
  width: 50px;
  margin-top: 30px;
  border: 1px solid #ffffff;
}

.block_slides .slide-item .slide-item-des {
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.block_slides .swiper-small {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px;
  z-index: 100;
  box-sizing: border-box;
}

.block_slides .swiper-small .swiper-small-warp {
  overflow: hidden;
}

.block_slides .swiper-small .swiper-small-container {
  display: flex;
  align-items: center;
  transition: all 0.25s;
}

.block_slides .swiper-small .swiper-small-hanle {
  display: flex;
  align-items: center;
  float: left;
  padding: 0 10px;
}

.block_slides .swiper-small .swiper-small-item {
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 0 10px;
}

.block_slides .swiper-small .swiper-small-item-active {
  background-color: #ffffff;
}

.block_slides .carousel-panel {
  width: 100%;
  overflow: hidden;
}

.block_slides .carousel-panel-container {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.block_slides .carousel-panel-container .carousel-panel-container-item {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.block_slides .block-image-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .block_slides .slide-item .slide-item-title {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
  .block_slides .slide-item .slide-item-des {
    font-size: 14px;
  }
  .block_slides .slide-item-big {
    height: 600px;
  }
  .block_slides .slide-item-center {
    height: 400px;
  }
  .block_slides .slide-item-samll {
    height: 320px;
  }
  .block_slides .slide-item-content {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1200px) {
  .block_slides .slide-item-content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .block_slides .slide-item .slide-item-des {
    font-size: 14px;
  }
  .block_slides .block-image-mobile {
    display: block;
  }
  .block_slides .block-image-pc {
    display: none;
  }
  .block_slides .slide-item-big {
    height: 100vh;
  }
  .block_slides .slide-item-center {
    height: 70vh;
  }
  .block_slides .slide-item-samll {
    height: 50vh;
  }
}
.block_slides .swiper-pagination-bullet {
  background-color: #fff;
}

.block_slides .swiper-pagination-bullet-active {
  background: #fff;
}

.block_slides .swiper-pagination span {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: none;
  margin: 0 3px;
  opacity: 1;
  box-sizing: border-box;
}

.block_slides .swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}

.block_collection .title_box {
  margin-bottom: 30px;
}
.block_collection .title_box .right .more_wrap {
  display: inline-flex;
  align-items: center;
  padding: 9px 25px;
  box-shadow: 0 0 0 1px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
  border-radius: var(--button_border_radius);
  color: var(--title_color);
  font-weight: 500;
  font-size: 17px;
}
.block_collection .title_box .right .more_wrap:hover {
  box-shadow: 0 0 0 2px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
}
.block_collection .title_box .right .more_wrap i {
  display: inline-block;
  transform: rotate(180deg);
  font-size: 13px !important;
}
.block_collection .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 2;
  height: 5px;
  width: 42px;
  background-color: var(--secondary_button_bg);
}
@media screen and (max-width: 767px) {
  .block_collection .swiper .swiper-slide {
    width: 85%;
    grid-column: span 1;
    height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .block_collection .swiper .swiper-slide {
    width: 100%;
    grid-column: span 1;
    height: 460px;
  }
  .block_collection .swiper .swiper-slide.width-2 {
    grid-column: span 2;
  }
}
.block_collection .swiper .swiper-slide .img_box {
  width: 100%;
  height: 100%;
}
.block_collection .swiper .swiper-slide .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_collection .swiper .swiper-slide .img_box .mask {
  opacity: var(--opacity);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.block_collection .swiper .swiper-slide .text_box {
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  color: var(--text-color);
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .block_collection .swiper .swiper-slide .text_box {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .block_collection .swiper .swiper-slide .text_box .text_content {
    max-width: 430px;
  }
}
.block_collection .swiper .swiper-slide .text_box .item_title {
  font-size: 26px;
  font-weight: 550;
}
@media screen and (max-width: 767px) {
  .block_collection .swiper .swiper-slide .text_box .item_title {
    font-size: 23px;
  }
}
.block_collection .swiper .swiper-slide .text_box .item_title a {
  color: var(--text-color);
}

.block_logo_list .title_box {
  margin-bottom: 30px;
}
.block_logo_list .title_box .swiper_action_btn .my-swiper-button-next, .block_logo_list .title_box .swiper_action_btn .my-swiper-button-prev {
  padding: 8px 16px;
  color: var(--title_color);
  cursor: pointer;
  background-color: var(--page_background_color);
  box-shadow: 0 0 0 1px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
}
.block_logo_list .title_box .swiper_action_btn .my-swiper-button-next.swiper-button-disabled, .block_logo_list .title_box .swiper_action_btn .my-swiper-button-prev.swiper-button-disabled {
  cursor: no-drop;
}
.block_logo_list .title_box .swiper_action_btn .my-swiper-button-next.swiper-button-disabled i, .block_logo_list .title_box .swiper_action_btn .my-swiper-button-prev.swiper-button-disabled i {
  opacity: 0.5;
}
.block_logo_list .title_box .swiper_action_btn .my-swiper-button-next.swiper-button-disabled:hover, .block_logo_list .title_box .swiper_action_btn .my-swiper-button-prev.swiper-button-disabled:hover {
  box-shadow: 0 0 0 1px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
}
.block_logo_list .title_box .swiper_action_btn .my-swiper-button-next:hover, .block_logo_list .title_box .swiper_action_btn .my-swiper-button-prev:hover {
  box-shadow: 0 0 0 2px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
}
.block_logo_list .title_box .swiper_action_btn .my-swiper-button-next i, .block_logo_list .title_box .swiper_action_btn .my-swiper-button-prev i {
  display: inline-block;
}
.block_logo_list .title_box .swiper_action_btn .my-swiper-button-next {
  border-top-left-radius: var(--button_border_radius);
  border-bottom-left-radius: var(--button_border_radius);
}
.block_logo_list .title_box .swiper_action_btn .my-swiper-button-prev {
  border-top-right-radius: var(--button_border_radius);
  border-bottom-right-radius: var(--button_border_radius);
  margin-left: -1px;
}
.block_logo_list .title_box .swiper_action_btn .my-swiper-button-prev i {
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  .block_logo_list .swiper .swiper-slide {
    width: 85%;
    max-width: 85%;
  }
}
.block_logo_list .swiper .swiper-slide a {
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: var(--button_border_radius);
  box-shadow: inset 0 0 0 1px #dadada, 0 3px 0 rgba(218, 218, 218, 0.3);
}
.block_logo_list .swiper .swiper-slide a img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.block_collection_list.grid_style .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(var(--pc-number), minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .block_collection_list.grid_style .swiper-wrapper {
    grid-template-columns: repeat(var(--wap-number), minmax(0, 1fr));
  }
}
.block_collection_list .title_box {
  margin-bottom: 30px;
}
.block_collection_list .title_box .swiper_action_btn .my-swiper-button-next, .block_collection_list .title_box .swiper_action_btn .my-swiper-button-prev {
  padding: 8px 16px;
  color: var(--title_color);
  cursor: pointer;
  background-color: var(--page_background_color);
  box-shadow: 0 0 0 1px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
}
.block_collection_list .title_box .swiper_action_btn .my-swiper-button-next.swiper-button-disabled, .block_collection_list .title_box .swiper_action_btn .my-swiper-button-prev.swiper-button-disabled {
  cursor: no-drop;
}
.block_collection_list .title_box .swiper_action_btn .my-swiper-button-next.swiper-button-disabled i, .block_collection_list .title_box .swiper_action_btn .my-swiper-button-prev.swiper-button-disabled i {
  opacity: 0.5;
}
.block_collection_list .title_box .swiper_action_btn .my-swiper-button-next.swiper-button-disabled:hover, .block_collection_list .title_box .swiper_action_btn .my-swiper-button-prev.swiper-button-disabled:hover {
  box-shadow: 0 0 0 1px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
}
.block_collection_list .title_box .swiper_action_btn .my-swiper-button-next:hover, .block_collection_list .title_box .swiper_action_btn .my-swiper-button-prev:hover {
  box-shadow: 0 0 0 2px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
}
.block_collection_list .title_box .swiper_action_btn .my-swiper-button-next i, .block_collection_list .title_box .swiper_action_btn .my-swiper-button-prev i {
  display: inline-block;
}
.block_collection_list .title_box .swiper_action_btn .my-swiper-button-next {
  border-top-left-radius: var(--button_border_radius);
  border-bottom-left-radius: var(--button_border_radius);
}
.block_collection_list .title_box .swiper_action_btn .my-swiper-button-prev {
  border-top-right-radius: var(--button_border_radius);
  border-bottom-right-radius: var(--button_border_radius);
  margin-left: -1px;
}
.block_collection_list .title_box .swiper_action_btn .my-swiper-button-prev i {
  transform: rotate(-180deg);
}
.block_collection_list .swiper {
  padding-bottom: 3px;
}
.block_collection_list .swiper-slide {
  height: auto;
}
.block_collection_list .block_collection_more {
  margin-top: calc(var(--general_layout_spacing) * 0.5);
  text-align: center;
}
.block_collection_list .block_collection_more a {
  margin: 0;
}

.block_collection_tab .title_box {
  margin-bottom: 30px;
}
.block_collection_tab .title_box .right {
  padding: 3px;
  margin-right: -3px;
}
.block_collection_tab .title_box .right .tab_nav .tab_action {
  padding: 13px 25px;
  cursor: pointer;
  background-color: var(--page_background_color);
  border-radius: var(--button_border_radius);
  box-shadow: 0 0 0 1px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
  font-size: 15px;
  line-height: 1.2;
}
.block_collection_tab .title_box .right .tab_nav .tab_action.on {
  background-color: var(--main_button_bg);
}
.block_collection_tab .title_box .right .tab_nav .tab_action.on:hover {
  box-shadow: 0 0 0 1px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
}
.block_collection_tab .title_box .right .tab_nav .tab_action.on a {
  color: var(--main_button_color);
}
.block_collection_tab .title_box .right .tab_nav .tab_action:hover {
  box-shadow: 0 0 0 2px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
}
.block_collection_tab .collection_tab_content .common_tab .swiper {
  opacity: 0;
  z-index: 1;
}
.block_collection_tab .collection_tab_content .common_tab .swiper.on {
  opacity: 1;
  position: relative;
  z-index: 10;
}
.block_collection_tab .collection_tab_content .common_tab ul {
  padding-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .block_collection_tab .collection_tab_content .common_tab ul {
    display: grid;
    row-gap: 30px;
    column-gap: 30px;
    grid-template-columns: repeat(4, calc(25% - 22.5px));
  }
}
.block_collection_tab .collection_tab_content .common_tab.collection_product_pc_3 ul {
  grid-template-columns: repeat(3, calc(33.3333% - 20px));
}
.block_collection_tab .collection_tab_content .common_tab.collection_product_pc_4 ul {
  grid-template-columns: repeat(4, calc(25% - 22.5px));
}
.block_collection_tab .collection_tab_content .common_tab.collection_product_pc_5 ul {
  grid-template-columns: repeat(5, calc(20% - 24px));
}
@media screen and (max-width: 767px) {
  .block_collection_tab .collection_tab_content .common_tab .swiper-slide {
    max-width: 85%;
    width: 85%;
  }
}
.block_collection_tab .collection_tab_content .common_tab .swiper-slide {
  height: auto;
}

.block_featured .title_box {
  margin-bottom: 30px;
}
.block_featured .swiper .swiper-wrapper {
  padding-bottom: 3px;
}
@media screen and (min-width: 1200px) {
  .block_featured .swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .block_featured .swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .block_featured .swiper .swiper-wrapper .swiper-slide {
    max-width: 85%;
    width: 85%;
  }
}
.block_featured .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.block_featured .swiper .swiper-wrapper .swiper-slide .collection_item {
  box-sizing: border-box;
}
.block_featured .swiper .swiper-wrapper .noProduct .collection_item {
  height: 100%;
}
.block_featured .swiper .swiper-wrapper .custom_slide {
  color: var(--text-color);
}
.block_featured .swiper .swiper-wrapper .custom_slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 2;
  height: 5px;
  width: 42px;
  background-color: var(--secondary_button_bg);
}
.block_featured .swiper .swiper-wrapper .custom_slide .img_box {
  width: 100%;
  height: 100%;
}
.block_featured .swiper .swiper-wrapper .custom_slide .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_featured .swiper .swiper-wrapper .custom_slide .img_box .mask {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 100%);
}
.block_featured .swiper .swiper-wrapper .custom_slide .text_box {
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  color: var(--text-color);
  word-break: break-word;
}
.block_featured .swiper .swiper-wrapper .custom_slide .text_box .item_title {
  font-size: 26px;
  font-weight: 550;
}
.block_featured .swiper .swiper-wrapper .custom_slide .text_box .item_title a {
  color: var(--text-color);
}
@media screen and (max-width: 767px) {
  .block_featured .swiper .swiper-wrapper .custom_slide .text_box .item_title {
    font-size: 23px;
  }
}

.block_blogs .title_box {
  margin-bottom: 30px;
}
.block_blogs .title_box .right .more_wrap {
  display: inline-flex;
  align-items: center;
  padding: 9px 25px;
  box-shadow: 0 0 0 1px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
  border-radius: var(--button_border_radius);
  color: var(--title_color);
  font-weight: 500;
  font-size: 17px;
}
.block_blogs .title_box .right .more_wrap:hover {
  box-shadow: 0 0 0 2px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
}
.block_blogs .title_box .right .more_wrap i {
  display: inline-block;
  transform: rotate(180deg);
  font-size: 13px !important;
}
.block_blogs .list {
  display: grid;
  grid-template-columns: repeat(var(--pc-number), 1fr);
  gap: 20px;
  text-align: var(--text-algin);
}
@media screen and (max-width: 767px) {
  .block_blogs .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block_blogs .list .list_item {
  width: 100%;
}
.block_blogs .list .list_item .img_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.block_blogs .list .list_item .img_box img {
  width: 100%;
  object-fit: cover;
}
.block_blogs .list .list_item .time {
  font-size: 13px;
}
.block_blogs .list .list_item .text_title {
  margin-top: 5px;
}
.block_blogs .list .list_item .text_title a {
  font-size: 16px;
}
.block_blogs .list .list_item .text_title a:hover {
  text-decoration: underline;
}

.block_slogan {
  padding: 46px 0;
  background-color: var(--bg);
}
.block_slogan .list .list_item {
  padding: 20px;
  box-shadow: 0 0 0 1px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
  border-radius: var(--button_border_radius);
  background-color: var(--item-bg);
}
@media screen and (max-width: 767px) {
  .block_slogan .list .list_item {
    margin-top: -1px;
  }
}
.block_slogan .list .list_item .img_box img {
  max-width: 40px;
  object-fit: cover;
}
.block_slogan .list .list_item .img_box svg {
  height: 40px;
  width: 40px;
}
.block_slogan .list .list_item .img_box svg path {
  fill: var(--title-color);
}
.block_slogan .list .list_item .text_box .item_title {
  font-size: 16px;
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  line-height: 1;
  color: var(--title-color);
}
.block_slogan .list .list_item .text_box .item_detail {
  font-size: 13px;
  color: var(--detail-color);
}

.block_newsletter {
  background-color: var(--bg);
  color: var(--text-color);
  padding: 30px 0;
}
.block_newsletter .icon_box i {
  font-size: 40px !important;
  color: var(--icon-color);
  font-weight: bold;
}
.block_newsletter .text_box {
  max-width: 375px;
}
.block_newsletter .text_box .text_title {
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  line-height: 1;
  font-size: calc(var(--title_font_size) * 0.7);
}
.block_newsletter .news_input_box {
  max-width: 400px;
  width: 100%;
  padding: 0 4px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: var(--button_border_radius);
}
@media screen and (max-width: 767px) {
  .block_newsletter .news_input_box {
    margin-top: 10px;
  }
}
.block_newsletter .news_input_box.hover {
  box-shadow: 0 0 0 0.1rem #fff;
}
.block_newsletter .news_input_box .news_input_wrap input {
  padding: 12px 10px;
  height: 22px;
}
.block_newsletter .news_input_box .news_input_wrap button {
  padding: 12px 25px;
  border-radius: var(--button_border_radius);
  cursor: pointer;
  background-color: var(--btn-bg-color);
  color: var(--btn-color);
}
.block_newsletter .news_input_box .news_input_wrap button:hover {
  box-shadow: 0 0 0 2px var(--btn-bg-color);
}

.block_list_with_images .title_box {
  margin-bottom: 30px;
}
.block_list_with_images .list_item:hover .arrow {
  animation: arr 1.5s infinite;
}
.block_list_with_images .list_item:hover .arrow svg {
  color: var(--main_button_bg);
}
.block_list_with_images .list_item:hover .text_title {
  color: var(--main_button_bg);
}
.block_list_with_images .list_item:hover .text_title span::before {
  width: 100%;
}
.block_list_with_images .list_item .text_title {
  line-height: 1.2;
}
.block_list_with_images .list_item .text_title span {
  position: relative;
}
.block_list_with_images .list_item .text_title span::before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  top: 100%;
  width: 0%;
  background-color: var(--main_button_bg);
  transition: width 0.3s ease;
}
.block_list_with_images .list_item .arrow svg {
  transition: color 0.3s ease;
}

@keyframes arr {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
}
#top-bar {
  background-color: var(--bg-color);
  color: var(--text-color);
  padding: 13px 0;
  border-bottom: 1px solid #dadada;
}
#top-bar a {
  color: inherit;
  font-size: 14px;
  line-height: 1.1;
}
#top-bar .notice-menu a {
  display: inline-block;
  margin: 0 10px;
  color: var(--text-color);
}
#top-bar .notice-menu a:hover {
  text-decoration: underline;
  color: #0c6cff;
}

#card-header.on {
  z-index: 510000;
  position: relative;
}

.fixed_header_wrap {
  background-color: var(--nav-bg);
}
.fixed_header_wrap.header_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.fixed_header_wrap.hiden {
  transform: translateY(-100%);
}
.fixed_header_wrap.animate {
  transition: transform 0.15s ease-out;
}

#nav-action {
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}
#nav-action .nav-action-top {
  background-color: var(--nav-bg);
  color: var(--menu-color);
}
#nav-action .nav-action-top a {
  color: var(--menu-color);
}
#nav-action .nav-action-top.header_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.0588235294);
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}
#nav-action .nav-action-top.hiden {
  transform: translateY(-100%);
}
#nav-action .nav-action-top.animate {
  transition: transform 0.15s ease-out;
}
#nav-action .content {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #nav-action .content {
    padding: 15px 0;
  }
}
#nav-action .content .mobile_menu {
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
  border-radius: var(--button_border_radius);
  width: 40px;
  height: 40px;
  position: relative;
}
#nav-action .content .mobile_menu::after {
  position: absolute;
  height: 100%;
  border-left: 1px dashed #dadada;
  content: "";
  left: -17px;
}
#nav-action .content .mobile_menu #mobile_menu_click.show i:nth-child(1) {
  display: none;
}
#nav-action .content .mobile_menu #mobile_menu_click.show i:nth-child(2) {
  display: inline-block;
}
#nav-action .content .mobile_menu #mobile_menu_click i {
  font-size: 30px !important;
}
#nav-action .content .mobile_menu #mobile_menu_click i:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #nav-action .content .left .nav-logo {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #nav-action .content .left .nav-logo {
    margin-right: 120px;
  }
}
@media screen and (max-width: 767px) {
  #nav-action .content .left .nav-logo {
    margin: 0;
  }
}
#nav-action .content .left .nav-logo .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--menu-color);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  line-height: 1;
}
#nav-action .content .left .nav-logo .logo a span {
  display: none;
}
@media screen and (min-width: 768px) {
  #nav-action .content .left .nav-logo .logo a span.pc {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #nav-action .content .left .nav-logo .logo a span.yd {
    display: flex;
    align-items: center;
  }
}
#nav-action .content .action_icon .currency_action_wrap {
  height: 42px;
  padding: 0 20px;
  margin: 0 10px;
  align-items: center;
  border-left: 1px dashed #dadada;
  border-right: 1px dashed #dadada;
}
#nav-action .content .action_icon .currency_action_wrap .currency_box .currency_list {
  margin-top: 10px;
  background-color: #ffffff;
  color: #000000;
  right: -0.75rem;
}
#nav-action .content .action_icon .user a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#nav-action .content .action_icon .user a i {
  font-size: 27px !important;
}
#nav-action .content .action_icon .cart-box-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#nav-action .content .action_icon .cart-box-wrap a #cart_number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: #fff;
  right: 0;
  top: -1px;
  background-color: #0c6cff;
}
#nav-action .content .action_icon .cart-box-wrap a i {
  font-size: 22px !important;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #nav-action .search_box_wrap.mobile_search_box {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
#nav-action .search_box_wrap .help_wrap .help_title {
  font-size: 16px;
  line-height: 16px;
}
#nav-action .search_box_wrap .help_wrap .help_phone {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
}
#nav-action .search_box_wrap .search_box {
  padding: 4px;
  height: 42px;
  box-sizing: border-box;
  border-radius: var(--button_border_radius);
  box-shadow: 0 0 0 1px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
}
#nav-action .search_box_wrap .search_box.hover {
  box-shadow: 0 0 0 2px rgb(0, 0, 0), 0 3px 0 rgba(218, 218, 218, 0.3);
}
#nav-action .search_box_wrap .search_box input {
  height: 100%;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  color: var(--menu-color);
  background-color: transparent;
}
#nav-action .search_box_wrap .search_box button {
  padding: 7px 25px;
  background-color: var(--main_button_bg);
  border-radius: var(--button_border_radius);
  display: flex;
  align-items: center;
  color: var(--main_button_color);
}
#nav-action .search_box_wrap .search_box button:hover {
  box-shadow: 0 0 0 1px var(--main_button_bg);
}
#nav-action .search_box_wrap .search_box button i {
  font-size: 18px !important;
  font-weight: bold;
  margin-right: 8px;
}

#pc_nav {
  background-color: var(--bg);
}
#pc_nav .custom_nav {
  margin: 0 -20px;
}

#mobile_card {
  width: 100vw;
  background-color: #fff;
  z-index: 510000;
  overflow-y: scroll;
  box-sizing: border-box;
  border-top: 1px solid #dadada;
  opacity: 0;
  padding: 20px 15px;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
  transform: scale(0.9);
}
#mobile_card.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
#mobile_card .menu_list_wrap {
  box-sizing: border-box;
}
#mobile_card .menu_list_wrap .menu_list .nav-li > span {
  padding: 15px 30px 15px 10px;
  border-bottom: 1px solid #dadada;
}
#mobile_card .menu_list_wrap .menu_list .nav-li > span.hasChild a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  right: 0px;
}
#mobile_card .menu_list_wrap .menu_list .nav-li > span a {
  position: relative;
}
#mobile_card .menu_list_wrap .menu_list .nav-li span {
  justify-content: space-between;
}
#mobile_card .menu_list_wrap .menu_list .nav-li span i {
  color: #000;
}
#mobile_card .menu_list_wrap .menu_list .nav-li.open span i {
  transform: rotate(180deg);
}
#mobile_card .menu_list_wrap .menu_list .nav-li.open .nav-child {
  display: block;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child {
  padding-left: 10px;
  display: none;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child dl.open .dt_box i {
  transform: rotate(180deg);
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child dl.open .dd_box {
  display: block;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child .dt_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 30px 15px 10px;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child .dt_box.hasChild a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  right: 0px;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child .dt_box a {
  position: relative;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child .dd_box {
  display: none;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child .dd_box dd {
  display: flex;
  padding: 15px 0 15px 10px;
}
#mobile_card .menu_list_wrap a {
  color: #000;
  display: flex;
  width: 100%;
}
#mobile_card .mobile_help {
  margin: 40px 0;
}
#mobile_card .mobile_help .help_wrap {
  margin: 0;
}
#mobile_card .mobile_help .help_wrap .help_title, #mobile_card .mobile_help .help_wrap .help_phone, #mobile_card .mobile_help .help_wrap .help_email {
  color: #000;
}
#mobile_card .mobile_currency {
  margin-top: 40px;
}
#mobile_card .mobile_currency .mobile_currency_box {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px rgb(218, 218, 218), 0 3px 0 rgba(218, 218, 218, 0.3);
  border-radius: var(--button_border_radius);
}
#mobile_card .mobile_currency .mobile_currency_box .currency_box {
  width: 100%;
  padding: 15px;
}
#mobile_card .mobile_currency .mobile_currency_box .currency_box .currency_text {
  width: 100%;
  justify-content: space-between;
  color: #000;
}
#mobile_card .mobile_currency .mobile_currency_box .currency_box .currency_list {
  bottom: 105%;
  left: 0;
  width: 100%;
  background-color: #fff !important;
}
#mobile_card .mobile_currency .mobile_currency_box .currency_box .currency_list li {
  color: #000;
}

.help_wrap {
  margin-left: 15px;
  margin-right: 70px;
  color: var(--menu-color);
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .help_wrap {
    margin-right: 20px;
  }
}
.help_wrap .help_title {
  font-weight: 500;
  margin-bottom: 20px;
}
.help_wrap .help_phone {
  font-weight: 500;
}
.help_wrap .help_email {
  opacity: 0.6;
}

.header-mb-box {
  margin-bottom: var(--header-mb);
}

.footer {
  background-color: var(--bg-color);
  color: var(--text-color);
}
.footer .footer_top {
  padding: 45px 0;
}
.footer .footer_top .footer_item .list li {
  margin-bottom: 0.3125rem;
}
.footer .footer_top .footer_item .list li a {
  transition: opacity 0.1s linear;
  color: var(--text-color);
  opacity: 0.6;
}
.footer .footer_top .footer_item .list li a:hover {
  color: #0c6cff;
  opacity: 1;
}
.footer .footer_top .footer_title {
  text-transform: uppercase;
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  margin-bottom: 20px;
}
.footer .footer_top .footer_title a {
  color: var(--text-color);
}
.footer .footer_bottom {
  border-top: 1px dashed #dadada;
  padding: 15px 0;
}
.footer .footer_bottom .left {
  opacity: 0.6;
  font-size: 12px;
}
.footer .footer_bottom .right .zuui-share-link {
  gap: 12px;
}
.footer .footer_bottom .right .zuui-share-link a {
  width: 17px;
  height: 17px;
  opacity: 0.6;
  margin-right: 0;
}
.footer .footer_bottom .right .zuui-share-link a:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .full_container_wrapper,
  .container_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
.public_btn {
  display: inline-block;
  padding: 12px 25px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  box-shadow: 0 0 0 0.1rem var(--btn-bg);
  transition: box-shadow 0.1s linear;
  border-radius: var(--button_border_radius);
}

.public_btn:hover {
  box-shadow: 0 0 0 0.2rem var(--btn-bg);
}

.body-over-scroll {
  overflow: hidden;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
}

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}

.general-price {
  color: var(--buying_parice_color);
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
}

.general-oldprice {
  text-decoration: line-through;
  font-weight: 300;
  color: var(--original_price_color);
  white-space: nowrap;
}

.block_title_custom h2 {
  color: var(--title_color);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  line-height: 1;
  font-size: var(--title_font_size);
}

@media (max-width: 767px) {
  .block_title_custom h2 {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
}
.block_title_custom .block_detail {
  color: var(--detail_color);
  line-height: 34px;
  margin-top: 20px;
  font-size: 20px;
}

.search_key_warp .search_key_warp-item:hover {
  background: var(--secondary_button_bg) !important;
  border: 1px solid var(--secondary_button_color) !important;
  color: var(--secondary_button_color) !important;
  opacity: 0.9;
}

.block_search_term_content .search_term-item:hover {
  background: var(--secondary_button_bg) !important;
  border: 1px solid var(--secondary_button_color) !important;
  color: var(--secondary_button_color) !important;
  opacity: 0.9;
}

.public_card_radius {
  border-radius: 12px;
}

.public_shadow {
  box-shadow: 2px 2px 4px 0px rgba(36, 40, 53, 0.1);
  transition: box-shadow 0.5s ease;
}

.public_shadow:hover {
  box-shadow: 2px 14px 10px 0px rgba(36, 40, 53, 0.15);
}

.default\:block:default {
  display: block;
}

@media (min-width: 768px) {
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-\[24px\] {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}