*, ::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;
  }
}
.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.z-\[200\] {
  z-index: 200;
}

.z-\[999\] {
  z-index: 999;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.-ml-\[18px\] {
  margin-left: -18px;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.ml-3 {
  margin-left: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

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

.w-full {
  width: 100%;
}

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

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

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.bg-\[\#F1F1F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241/var(--tw-bg-opacity));
}

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

.p-2 {
  padding: 0.5rem;
}

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

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[34px\] {
  padding-top: 34px;
  padding-bottom: 34px;
}

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

.opacity-65 {
  opacity: 0.65;
}

.opacity-75 {
  opacity: 0.75;
}

#oem_header {
  color: var(--menu-color);
}
#oem_header.is_fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#oem_header.is_fixed .nav_wrapper {
  background-color: var(--nav-bg) !important;
}
#oem_header.index_page {
  position: absolute;
}
#oem_header.index_page .nav_wrapper {
  background-color: transparent;
}
#oem_header .nav_wrapper {
  background-color: var(--nav-bg);
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #oem_header .nav_wrapper .content {
    min-height: 60px;
  }
}
#oem_header .nav_wrapper .content .nav-logo a {
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  letter-spacing: var(--title_letter_spacing);
}
#oem_header .nav_wrapper .content .nav-logo .logo {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--menu-color);
}
#oem_header .nav_wrapper .content .nav-logo .logo span {
  display: none;
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  letter-spacing: var(--title_letter_spacing);
}
@media screen and (min-width: 768px) {
  #oem_header .nav_wrapper .content .nav-logo .logo span.pc {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #oem_header .nav_wrapper .content .nav-logo .logo span.yd {
    display: flex;
    align-items: center;
  }
}
#oem_header .nav_wrapper .content .action_icon svg {
  stroke-width: 5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#oem_header .nav_wrapper .content .action_icon a {
  color: var(--menu-color);
}
#oem_header .nav_wrapper .content .action_icon .cart_icon #cart_number {
  min-width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #fff;
  color: #101123;
  position: absolute;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: -13px;
}
#oem_header .nav_wrapper .content .action_icon .cart_icon, #oem_header .nav_wrapper .content .action_icon .user_icon, #oem_header .nav_wrapper .content .action_icon .search_icon {
  transition: transform 0.25s ease-in-out;
}
#oem_header .nav_wrapper .content .action_icon .cart_icon:hover, #oem_header .nav_wrapper .content .action_icon .user_icon:hover, #oem_header .nav_wrapper .content .action_icon .search_icon:hover {
  transform: scale(0.9);
}

.header_menu .header_menu-item-first .header_menu-item-first-title {
  height: 100%;
  display: flex;
  align-items: center;
}
.header_menu .header_menu-item-first .header_menu-item-first-title a {
  display: flex;
  padding: 29px 0;
  color: var(--menu-color);
}
.header_menu .header_menu-item-first:hover span a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.header_menu .header_menu-item-first[data-tree-type=two] .header_submenu-content-ul .header_menu-item-second:nth-child(1) {
  margin-top: 0;
}
.header_menu .header_menu-item-first[data-tree-type=two] .header_submenu {
  border-radius: 12px;
}
.header_menu .header_menu-item-first[data-tree-type=three] .header_submenu {
  position: absolute;
  width: 100%;
  left: 0;
}
.header_menu .header_menu-item-first[data-tree-type=three] .header_submenu .header_submenu-content {
  max-width: var(--general_layout_width);
  margin-left: auto;
  margin-right: auto;
}
.header_menu .header_menu-item-first[data-tree-type=three] .header_submenu .header_submenu-content .header_submenu-content-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.header_menu .header_menu-item-first.header_menu-openable:hover .header_submenu {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--nav-bg);
}
.header_menu .header_menu-item-first .header_submenu {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  position: absolute;
  visibility: hidden;
  transform: translateY(-10px);
  opacity: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.header_menu .header_menu-item-first .header_submenu::-webkit-scrollbar {
  display: none;
}
.header_menu .header_menu-item-first .header_submenu .header_submenu-content-ul a {
  color: var(--menu-color);
}
.header_menu .header_menu-item-first .header_submenu .header_submenu-content-ul a:hover {
  opacity: 0.75;
}
.header_menu .header_menu-item-first .header_submenu .header_submenu-content-ul .header_menu-item-second .header_menu-item-second-title {
  font-size: calc(var(--general_font_size) + 1px);
  font-weight: 600;
}
.header_menu #oem-navigation-more-link .more_links_header_menu-item-first .header_menu-item-first {
  line-height: 2;
}
.header_menu #oem-navigation-more-link .more_links_header_menu-item-first .header_menu-item-first:hover > .header_menu-item-first-title span a {
  box-shadow: none !important;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.header_menu #oem-navigation-more-link .more_links_header_menu-item-first .header_menu-item-first .header_menu-item-first-title span {
  justify-content: space-between;
}
.header_menu #oem-navigation-more-link .more_links_header_menu-item-first .header_menu-item-first .header_menu-item-first-title span a {
  padding: 0;
  box-shadow: none !important;
}
.header_menu #oem-navigation-more-link .more_links_header_menu-item-first .header_menu-item-first .header_menu-item-first-title span svg {
  transform: rotate(-90deg);
}
.header_menu #oem-navigation-more-link .more_links_header_menu-item-first .header_submenu {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

oem-drawer oem-drawer-popup {
  position: fixed;
  z-index: 510000;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in 0s;
  display: block;
  opacity: 1;
  visibility: visible;
}
oem-drawer oem-drawer-popup[hidden] {
  visibility: hidden;
  opacity: 0;
}
oem-drawer oem-drawer-popup[hidden] oem-drawer-popup-wrap {
  transform: translateY(-100%);
}
oem-drawer oem-drawer-popup oem-drawer-popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-top: 1px solid rgba(136, 138, 139, 0.15);
  z-index: 10;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  transform: translateY(0) !important;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  oem-drawer oem-drawer-popup oem-drawer-popup-wrap .content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
}
@media (min-width: 960px) {
  oem-drawer oem-drawer-popup oem-drawer-popup-wrap .content {
    width: 49%;
    position: relative;
    margin: 0 auto;
  }
}
oem-drawer oem-drawer-popup oem-drawer-popup-wrap .content form {
  display: flex;
  align-items: center;
}
oem-drawer oem-drawer-popup oem-drawer-popup-wrap .content form .input_wrap input {
  width: 100%;
  height: 48px;
  padding: 13px 51px 13px 19px;
  font-size: 15px;
  transition: border-color 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: var(--button_border_radius);
}
oem-drawer oem-drawer-popup oem-drawer-popup-wrap .content form .input_wrap input:focus {
  outline: 0;
  box-shadow: 0 0 5px 2px rgba(51, 51, 51, 0.15);
}
oem-drawer oem-drawer-popup oem-drawer-popup-wrap .content form .input_wrap button {
  background-color: transparent;
  position: absolute;
  right: 15px;
  cursor: pointer;
}
oem-drawer oem-drawer-popup oem-drawer-popup-wrap .content form .input_wrap button svg {
  height: 26px;
  width: 26px;
  stroke: #101123;
  stroke-width: 5px !important;
}
oem-drawer oem-drawer-popup oem-drawer-popup-wrap .content form .close_search {
  margin-left: 20px;
}
oem-drawer oem-drawer-popup oem-drawer-popup-wrap .content form .close_search svg {
  height: 26px;
  width: 26px;
  stroke: #101123;
  stroke-width: 5px !important;
}
oem-drawer oem-drawer-popup oem-drawer-popup-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.meun_item .child_box .list_menu .menu_item a {
  line-height: 2.5;
}
.meun_item .child_box .list_menu .menu_item a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.currency_box {
  position: relative;
}

oem-currency oem-currency-drop span,
oem-currency oem-currency-drop a {
  color: #000 !important;
}

.currency_box oem-currency-drop[position=top] {
  bottom: calc(100% + 20px);
}

.currency_box oem-currency-drop[position=bottom] {
  top: calc(100% + 10px);
}

.currency_box .currency_txt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: var(--nav_letter_spacing);
  border: none;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  cursor: pointer;
}
.currency_box .currency_txt:hover {
  border: 1px solid rgb(255, 255, 255);
}

.currency_box.drop_currency_on .currency_txt svg {
  transform: rotate(-180deg);
}

.currency_box .currency_txt svg {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  height: 10px;
  width: 15px;
}

.currency_box .drop_currency {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #fff;
  max-height: 300px;
  min-width: 150px;
  max-width: 250px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
  box-shadow: 0 -5px 21px rgba(51, 51, 51, 0.15);
  border-radius: 5px;
}

.currency_box .drop_currency .currency {
  max-height: 200px;
  overflow-y: scroll;
}

.currency_box .drop_currency .currency::-webkit-scrollbar {
  display: none;
}

.currency_box .drop_currency li {
  list-style-type: none;
}
.currency_box .drop_currency li:hover a {
  text-decoration: underline;
}

.currency_box .drop_currency li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  color: #000;
  opacity: 1;
  letter-spacing: var(--nav_letter_spacing);
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}

.currency_box.drop_currency_on .drop_currency {
  display: block;
}

.currency_box.drop_currency_on .currency_txt svg.down {
  transform: rotate(-180deg);
}

#mobile_nav {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 510000;
  visibility: hidden;
  display: flex;
}
#mobile_nav .mask {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
#mobile_nav.show {
  visibility: visible;
}
#mobile_nav.show .mobile_nav_content {
  transform: translateX(0);
}
#mobile_nav.show .mask {
  transition: all 0.2s 0.35s ease-in-out;
  opacity: 1;
}
#mobile_nav .mobile_nav_content {
  background-color: var(--bg);
  color: var(--color);
  height: 100vh;
  overflow-y: scroll;
  transform: translateX(-100%);
  transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  width: 85%;
}
@media screen and (min-width: 768px) {
  #mobile_nav .mobile_nav_content {
    max-width: 290px;
  }
}
#mobile_nav .mobile_nav_content .close_box {
  padding: 15px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#mobile_nav .mobile_nav_content .close_box .mobile_nav_logo {
  font-size: 24px;
  font-weight: bold;
}
#mobile_nav .mobile_nav_content .close_box .mobile_nav_logo img {
  max-width: 100%;
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  #mobile_nav .mobile_nav_content .close_box {
    justify-content: space-between;
  }
}
#mobile_nav .mobile_nav_content .close_box span {
  position: relative;
  display: flex;
  width: 22px;
  height: 22px;
}
#mobile_nav .mobile_nav_content .close_box span::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  transform: rotate(-45deg);
  background-color: var(--color);
}
#mobile_nav .mobile_nav_content .close_box span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  transform: rotate(45deg);
  background-color: var(--color);
}
#mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  box-sizing: border-box;
  position: relative;
}
#mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item .user_login {
  justify-content: flex-start;
  gap: 10px;
}
#mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item .user_login svg {
  width: 18px;
}
#mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item.open .animated-plus::before {
  opacity: 0;
}
#mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item .animated-plus {
  position: relative;
  width: 20px;
  height: 10px;
}
#mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item .animated-plus::before {
  width: 10px;
  height: 2px;
  opacity: 1;
}
#mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item .animated-plus::after {
  width: 2px;
  height: 10px;
}
#mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item .animated-plus::before, #mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item .animated-plus::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 74%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: var(--color);
}
#mobile_nav .mobile_nav_content .mobile_menu ul li {
  border-top: 1px solid rgba(237, 237, 237, 0.6);
}
#mobile_nav .mobile_nav_content .mobile_menu ul li a {
  flex: 1;
  display: flex;
  align-items: center;
  color: var(--color);
  justify-content: space-between;
  box-sizing: border-box;
  font-weight: 400;
}
#mobile_nav .mobile_nav_content .mobile_menu ul li .child_mobile_nav {
  display: none;
  font-size: 14px;
}
#mobile_nav .mobile_nav_content .mobile_menu ul li .child_mobile_nav .mobile_nav-item {
  padding-left: 30px;
}
#mobile_nav .mobile_nav_content .mobile_menu ul li .child_mobile_nav .child_mobile_nav li {
  padding-left: 40px !important;
}

.block_collection_list .custom_text_box {
  word-break: break-word;
}
.block_collection_list .public_title {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .block_collection_list .public_title {
    font-size: calc(36px * var(--wap_title_scale));
  }
}
.block_collection_list .secondary_btn {
  display: inline-flex;
  align-items: center;
}
.block_collection_list .secondary_btn svg {
  margin-left: 10px;
}
.block_collection_list .collection_product {
  display: grid;
  grid-template-columns: repeat(var(--wap_number), 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 15px;
}
@media (min-width: 768px) {
  .block_collection_list .collection_product {
    grid-template-columns: repeat(var(--pc_number), 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
}

.collection_item {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.collection_item .block_product_img_list .img_list .img_list_item {
  border: 1px solid #cbcbcb;
  overflow: hidden;
  border-radius: 50%;
}
.collection_item .block_product_img_list .img_list .img_list_item img {
  border-radius: 50%;
}
.collection_item .block_product_img_list .img_list .img_list_item.active {
  border-color: var(--color-main);
}
.collection_item .moi-start-warp {
  justify-content: left !important;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (min-width: 767px) {
  .collection_item:hover .actions-wrapper {
    opacity: 1;
    transform: translateY(0);
  }
}
.collection_item .actions-wrapper {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  left: 0;
  width: 100%;
  bottom: 0px;
  box-sizing: border-box;
  z-index: 50;
  opacity: 0;
  transform: translateY(calc(40% + 10px));
  transition: opacity 0.25s ease, transform 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .collection_item .actions-wrapper {
    opacity: 1;
    transform: translateY(0);
    position: relative;
  }
}
.collection_item .actions-wrapper .actions-wrapper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 22px;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.collection_item .actions-wrapper .actions-wrapper-btn:hover {
  opacity: 0.7;
}
.collection_item > div {
  width: 100%;
}
.collection_item .item-caption {
  margin-top: 16px;
}
.collection_item .item-caption .item-caption-title {
  color: var(--title_color);
  font-size: var(--product_font_size);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .collection_item .item-caption .item-caption-title {
    font-size: 14px;
  }
}
.collection_item .item-caption .item-caption-price {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.collection_item .item-caption .collection-product-soldout {
  align-self: flex-start;
  color: #282828;
  padding: 2px 10px;
  font-size: 12px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}
.collection_item .item-caption .product-info-star {
  flex-wrap: wrap;
  row-gap: 10px;
}
.collection_item .item-caption .product-info-star .comment-star-base {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .collection_item .product_card-wap-name {
    display: none;
  }
}
.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-product-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  vertical-align: top;
}
.collection-product-item .product_card_soldout {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 20;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.collection-product-item .collection-product-item-image {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  cursor: pointer;
  transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
}
.collection-product-item .product_card-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: var(--discount_tag_color);
}
.collection-product-item .product_card-tag .discount_tag_graphics {
  position: absolute;
  right: 0;
}
.collection-product-item .hover-two {
  opacity: 0;
}
.collection-product-item .label_style_1 {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.collection-product-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-product-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-product-item .label_style_1 span {
  display: block;
}
.collection-product-item .label_style_2 {
  padding: 0 0 10px;
}
.collection-product-item .label_style_2 .discount_tag_graphics {
  left: 0;
  bottom: 0;
  width: 40px;
  height: 10px;
}
.collection-product-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-product-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-product-item .label_style_2 .discount_tag_name {
  width: 40px;
  text-align: center;
  background: var(--discount_tag_bg);
  padding: 10px 0;
}
.collection-product-item .label_style_3 {
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-product-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-product-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-product-item .label_style_4 .discount_tag_name {
  line-height: 18px;
  text-align: center;
}
.collection-product-item .label_style_4 .discount_tag_name span {
  display: block;
}

.main-image {
  opacity: 1;
}

.hover-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(1.1);
  transition: transform 1s;
}

.animation-hover:hover .main-image {
  opacity: 0;
}
.animation-hover:hover .hover-two {
  opacity: 1;
  transform: scale(1);
}

.block_slogan {
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .block_slogan .list {
    grid-template-columns: repeat(var(--pc-number), minmax(0, 1fr));
  }
}
.block_slogan .item_title {
  font-size: 20px;
}
.block_slogan svg {
  height: 48px;
  width: 48px;
}
.block_slogan svg path {
  fill: var(--text-color);
}
.block_slogan img {
  max-width: 48px;
  max-height: 48px;
  object-fit: cover;
}

.block_slides.slideshow_anime .swiper-slide .slide-content {
  opacity: 0;
  transform: scale(1.3);
  transition: transform 1s ease-in 0.05s, opacity 0.5s ease-in 0.05s;
}
.block_slides.slideshow_anime .swiper-slide.swiper-slide-active .slide-content {
  opacity: 1;
  transform: none;
}
.block_slides .swiper-slide .slide-content {
  background-color: var(--bg);
}
.block_slides .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.block_slides .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  margin: 0 7px;
  opacity: 0.8;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 0;
}
.block_slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.block_slides .img_box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--mask-color);
  left: 0;
  top: 0;
}
.block_slides .img_box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block_slides .img_box.img-small {
  height: 420px;
}
@media screen and (max-width: 767px) {
  .block_slides .img_box.img-small {
    height: 50vh;
  }
}
.block_slides .img_box.img-middle {
  height: 600px;
}
@media screen and (max-width: 767px) {
  .block_slides .img_box.img-middle {
    height: 70vh;
  }
}
.block_slides .img_box.img-big {
  height: 800px;
}
@media screen and (max-width: 767px) {
  .block_slides .img_box.img-big {
    height: 100vh;
  }
}
.block_slides .text_box {
  color: var(--text-color);
}
.block_slides .text_box .container_wrapper.top-left {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.block_slides .text_box .container_wrapper.top-center {
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}
.block_slides .text_box .container_wrapper.top-right {
  justify-content: flex-end;
  align-items: flex-start;
  text-align: right;
}
.block_slides .text_box .container_wrapper.center-left {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.block_slides .text_box .container_wrapper.center-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.block_slides .text_box .container_wrapper.center-right {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.block_slides .text_box .container_wrapper.bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}
.block_slides .text_box .container_wrapper.bottom-center {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.block_slides .text_box .container_wrapper.bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.block_slides .text_box .container_wrapper .slide-title {
  font-size: var(--size);
}
@media screen and (max-width: 767px) {
  .block_slides .text_box .container_wrapper .slide-title {
    font-size: calc(var(--size) * 0.6);
  }
}
.block_slides .text_box .container_wrapper .public_btn {
  background-color: var(--btn-bg);
  color: var(--btn-color);
  border-color: var(--btn-bg);
}
.block_slides .text_box .container_wrapper .public_btn:hover {
  background-color: var(--btn-color);
  color: var(--btn-bg);
}

.footer {
  background-color: var(--bg);
  color: var(--color);
}
.footer a {
  color: var(--color);
}
.footer .menu_title {
  font-size: 24px;
  margin-bottom: 24px;
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: 600;
  letter-spacing: var(--title_letter_spacing);
}
.footer .footer_newsletter .title_family {
  font-size: 36px;
}
.footer .footer_input input {
  width: 100%;
  height: 48px;
  border: 1px solid var(--bg);
  background-color: var(--color);
  padding: 0 15px;
  padding-right: 68px;
  box-sizing: border-box;
  color: var(--bg);
}
.footer .footer_input .submit_box {
  position: absolute;
  right: 4px;
  height: 40px;
  display: flex;
  padding: 0 23px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: var(--sub-btn-bg);
  color: var(--sub-btn-color);
  cursor: pointer;
  overflow: hidden;
}
.footer .footer_input .submit_box:hover svg {
  animation: leftToRight 0.35s ease-in-out;
}
.footer .footer_bottom {
  border-top: 1px solid var(--color);
}
.footer .footer_bottom .zuui-share-link {
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom .zuui-share-link a {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 0;
  }
}
.footer .footer_bottom .zuui-share-link svg {
  width: 15px;
  height: 15px;
}

@keyframes leftToRight {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.title_family {
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
}

.public_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);
}

.public_title_color {
  color: var(--title_color);
}

.block_title {
  margin-bottom: 20px;
}

.block_title .block_detail {
  margin-left: 0;
  margin-right: 0;
}

.block_title_custom {
  margin-bottom: 20px;
}

.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);
  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)) !important;
  }
}
.block_title_custom h2 .title_more {
  padding: 4px 16px;
}

.block_title_custom .block_detail {
  color: var(--detail_color);
  line-height: 34px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
}

.general-price {
  color: var(--buying_parice_color);
  white-space: nowrap;
  font-weight: 700;
}

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

.general-price,
.general-oldprice {
  font-size: var(--product_font_size);
}

@media screen and (max-width: 767px) {
  .general-price,
  .general-oldprice {
    font-size: 14px;
  }
}
.public_btn {
  display: inline-flex;
  padding: 11px 25px;
  min-height: 48px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  transition: all 0.3s ease-in-out;
}

.public_btn:hover {
  background-color: var(--btn-cloor);
  color: var(--btn-bg);
}

.block_default_product_recommend .swiper {
  text-align: left !important;
}

@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:max-h-\[70vh\] {
    max-height: 70vh;
  }
  .md\:min-w-\[180px\] {
    min-width: 180px;
  }
  .md\:max-w-\[360px\] {
    max-width: 360px;
  }
  .md\:max-w-\[400px\] {
    max-width: 400px;
  }
  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}