*, ::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: ;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.ml-4 {
  margin-left: 1rem;
}

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

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

.mt-\[14px\] {
  margin-top: 14px;
}

.mt-\[27px\] {
  margin-top: 27px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[32px\] {
  margin-top: 32px;
}

.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-\[64px\] {
  height: 64px;
}

.h-full {
  height: 100%;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

.-rotate-180 {
  --tw-rotate: -180deg;
  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-end {
  justify-content: flex-end;
}

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

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

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

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-\[16px\] {
  padding-bottom: 16px;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

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

.pt-\[16px\] {
  padding-top: 16px;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.header_menu .header_menu-item-first .header_menu-item-first-title {
  height: 100%;
}
.header_menu .header_menu-item-first .header_menu-item-first-title span {
  color: var(--menu-color);
  height: 100%;
}
.header_menu .header_menu-item-first .header_menu-item-first-title a {
  display: flex;
  padding: 5px 0;
  color: var(--menu-color);
  font-weight: 600;
}
.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=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: 1140px;
  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;
  justify-content: center;
  gap: 100px;
}
.header_menu .header_menu-item-first .header_menu-item-third a {
  opacity: 0.8;
  display: flex;
}
.header_menu .header_menu-item-first .header_menu-item-third a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.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);
}
.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;
  border-top: 1px solid #dee2e6;
  background-color: var(--nav-bg);
  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 .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 .header_menu-item-first-title span {
  justify-content: space-between;
  color: var(--menu-color);
}
.header_menu #oem-navigation-more-link .more_links_header_menu-item-first .header_menu-item-first .header_menu-item-first-title span a {
  color: var(--menu-color);
  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;
}

.ueeshop_search_popup {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 510000;
  background-color: #ffffff;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.55, 0.03, 0.37, 0.96);
}
.ueeshop_search_popup.show {
  transform: none;
}
.ueeshop_search_popup .input_wrap {
  background-color: #f5f5f4;
  height: 42px;
}
.ueeshop_search_popup .input_wrap input {
  height: 100%;
  padding-left: 15px;
  box-sizing: border-box;
}

#mobile_nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 510000;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.55, 0.03, 0.37, 0.96);
  display: flex;
}
#mobile_nav.show {
  opacity: 1;
  pointer-events: all;
}
#mobile_nav.show .mobile_wrap {
  transform: translateX(0);
}
#mobile_nav .mobile_wrap {
  overflow-y: scroll;
  width: 88%;
  height: 100%;
  max-width: 420px;
  background-color: #ffffff;
  padding-top: 20px;
  box-sizing: border-box;
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.55, 0.03, 0.37, 0.96);
}
#mobile_nav .mobile_wrap .mobile_user {
  border-bottom: 1px solid #dfdfdf;
}
#mobile_nav .mobile_wrap .mobile_nav_content {
  padding: 0 15px;
  color: #000000;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .panel-navigation {
  flex: 1;
  color: #000000;
  position: relative;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-warp {
  flex: 1;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-warp .panel-menu-ul {
  height: 100%;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-ul {
  display: none;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 32px 0;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-item svg.svg_arrow_up {
  transform: rotate(90deg);
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-item.mobile_currency {
  border-bottom: 0 !important;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-parent {
  justify-content: start;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-parent svg.svg_arrow_up {
  transform: rotate(-90deg);
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-warp .panel-menu-ul .panel-menu-parent span {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-left: 8px;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-warp::-webkit-scrollbar {
  display: none;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.45s ease-in-out;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-ul-show {
  display: block !important;
}
#mobile_nav .mobile_wrap .mobile_nav_content .panel-menu-mobile .only-ul-left100 {
  left: 100%;
}
#mobile_nav .mobile_wrap .mobile_currency {
  color: #000000;
}
#mobile_nav .mobile_wrap .mobile_currency.no_flag .mx-2 {
  margin-left: 0;
}
#mobile_nav .mobile_wrap .mobile_currency svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.3;
}
#mobile_nav .mobile_wrap .mobile_currency .drop_currency {
  max-width: 100%;
  width: 100%;
  bottom: calc(100% + 10px);
  left: 0;
  transform: none;
  box-shadow: none;
  border: 1px solid rgba(64, 64, 64, 0.15);
}
#mobile_nav .mobile_wrap .sns .zuui-share-link {
  gap: 12px;
}
#mobile_nav .mobile_wrap .sns .zuui-share-link a {
  margin-right: 0;
  width: 20px;
  height: 20px;
}

.oem_footer_menu .pc_title, .oem_footer_menu .mobile_title {
  font-family: var(--title_font_family);
}
.oem_footer_menu .mobile_title {
  color: var(--color);
  padding: 13px 0;
}
.oem_footer_menu .mobile_title.open .icon_svg::after {
  transform: translateY(-50%) rotate(180deg);
}
.oem_footer_menu .mobile_title.open .icon_svg::before {
  opacity: 0;
}
.oem_footer_menu .mobile_title .icon_svg {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}
.oem_footer_menu .mobile_title .icon_svg::before {
  content: "";
  position: absolute;
  background-color: var(--color);
  width: 2px;
  height: 12px;
  transition: all 0.3s ease;
}
.oem_footer_menu .mobile_title .icon_svg::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: var(--color);
  transform: translateY(-50%) rotate(0);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .oem_footer_menu .list {
    display: none;
  }
}
.oem_footer_menu .list li a {
  line-height: 2.3;
  position: relative;
  color: var(--color);
  opacity: 0.8;
}
.oem_footer_menu .list li a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.currency_box {
  position: relative;
  font-weight: 500;
  z-index: 1000;
  color: var(--menu-color);
}

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

.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;
  cursor: pointer;
}

.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;
  width: 18px;
  height: 18px;
}

.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;
  padding: 10px;
  display: none;
  z-index: 999;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.currency_box .drop_currency a span {
  color: #404040 !important;
}

.currency_box .drop_currency .currency {
  max-height: 280px;
  overflow-y: scroll;
  scrollbar-width: none;
}
.currency_box .drop_currency .currency::-webkit-scrollbar {
  display: none;
}

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

.currency_box .drop_currency li {
  list-style-type: none;
}

.currency_box .drop_currency li a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  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 li a:hover span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

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

oem-header {
  position: relative;
  z-index: 999;
  background-color: var(--nav-bg);
}
oem-header .mobile_nav_menu {
  color: var(--menu-color);
}
oem-header .nav-logo a {
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  letter-spacing: var(--title_letter_spacing);
}
oem-header .nav-logo .logo {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--menu-color);
}
oem-header .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-logo .logo span.pc {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  oem-header .nav-logo .logo span.yd {
    display: flex;
    align-items: center;
  }
}
oem-header .search_box {
  color: var(--menu-color);
  width: 100%;
  max-width: 500px;
}
oem-header .search_box input {
  border-radius: var(--button_border_radius);
  border: 1px solid #4f4f4f;
  line-height: 1.5;
  color: var(--menu-color);
}
oem-header .search_box button {
  color: var(--menu-color);
}

.collection_item {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  padding: 12px 12px 20px 12px;
  transition: all 0.4s ease-out;
}
.collection_item .moi-start-warp {
  justify-content: center !important;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .collection_item:hover {
    -webkit-box-shadow: 4px 4px 9px #dddddd;
    box-shadow: 4px 4px 9px #dddddd;
  }
  .collection_item:hover .actions-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
.collection_item .actions-wrapper {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  left: 0;
  width: 100%;
  bottom: 20px;
  box-sizing: border-box;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  .collection_item .actions-wrapper {
    opacity: 1;
    visibility: visible;
    top: 10px;
    bottom: auto;
    justify-content: flex-start;
    padding-left: 10px;
  }
}
.collection_item .actions-wrapper .actions-wrapper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 46px;
  border-radius: 50%;
  width: 46px;
  box-sizing: border-box;
  cursor: pointer;
}
.collection_item > div {
  width: 100%;
}
.collection_item .item-caption {
  margin-top: 16px;
  margin-bottom: 6px;
}
.collection_item .item-caption .item-caption-title {
  color: var(--title_color);
  font-size: calc(var(--product_font_size) * 1.16);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.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);
}

@media screen and (min-width: 768px) {
  #product_detail .swiper-container-small .swiper-slide, .block_product_single .swiper-container-small .swiper-slide {
    width: 108px;
    height: 108px;
  }
}
@media screen and (max-width: 767px) {
  #product_detail .product-name, #product_detail .product-info-title, .block_product_single .product-name, .block_product_single .product-info-title {
    font-size: 24px !important;
  }
}

.cell-item.moi-product-sku-value {
  margin-top: 12px !important;
}
.cell-item .product-sku-name {
  color: var(--main_color);
  font-size: 14px;
  line-height: 1.2;
}

.cell-item-product-calculator {
  margin-top: 12px !important;
}

.product-calculator {
  border: 1px solid #efefef !important;
  height: 48px !important;
  line-height: 48px !important;
  overflow: hidden;
  border-radius: var(--button_border_radius);
}
.product-calculator .product-calculator-handle {
  background-color: #efefef;
  height: 48px !important;
  line-height: 48px !important;
}
.product-calculator .product-calculator-value {
  width: 60px !important;
  margin: 0 !important;
}

#top-bar {
  background-color: var(--bg-color);
  color: var(--text-color);
  text-align: center;
  padding: 10px 8px;
}
#top-bar a {
  color: inherit;
  font-size: 18px;
  line-height: 1.75;
}

.block_slides.slideshow_anime .swiper-slide .slide-content {
  opacity: 0;
  transform: translateX(50px);
  transition: transform 0.5s 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-pagination {
  bottom: 20px;
}
.block_slides .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  opacity: 1;
  background-color: #ffffff;
  box-sizing: border-box;
}
.block_slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fd0002;
}
.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);
  min-width: 195px;
}
.block_slides .text_box .container_wrapper .public_btn:hover {
  background-color: var(--btn-color);
  color: var(--btn-bg);
}

.block_product_single {
  background-color: var(--bg-color);
  padding: 80px 70px;
}
@media screen and (max-width: 767px) {
  .block_product_single {
    padding: 30px;
  }
}
.block_product_single .product_preview_left .product-swiper-small {
  padding-right: 40px;
}
@media screen and (min-width: 769px) {
  .block_product_single .product-photo {
    width: 60% !important;
  }
  .block_product_single .product-info-wrap {
    width: 40% !important;
  }
}

.block_collection {
  padding: var(--padding);
  background-color: var(--bg-color);
}
.block_collection .list {
  grid-template-columns: repeat(var(--pc-number), minmax(0, 1fr));
}
.block_collection .list a {
  color: var(--text-color);
}
@media screen and (max-width: 767px) {
  .block_collection .list {
    grid-template-columns: repeat(var(--mobile-number), minmax(0, 1fr));
  }
}
.block_collection .list .img_box {
  grid-area: 1/1;
}
.block_collection .list .img_box .mask {
  background-color: var(--bg);
}
.block_collection .list .text_box {
  grid-area: 1/1;
  transition: all 0.4s ease-out;
  text-align: center;
  padding: 30px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .block_collection .list .text_box {
    font-size: calc(30px * var(--wap_title_scale));
    padding: 10px;
  }
}
.block_collection .list .text_box::after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .block_collection .list .text_box::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .block_collection .list .list_item .text_box {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .block_collection .list .list_item .text_box::after {
    border: 1px solid var(--border-color);
  }
}
.block_collection .list .list_item:hover .text_box {
  background-color: rgba(0, 0, 0, 0.2);
}
.block_collection .list .list_item:hover .text_box::after {
  border: 1px solid var(--border-color);
}
.block_collection .list .list_item a {
  grid-template-rows: auto auto;
}

.block_collection_list .collection_product {
  display: grid;
  grid-template-columns: repeat(var(--wap_number), 1fr);
  grid-row-gap: 15px;
  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;
  }
}
.block_collection_list .showMore {
  margin-top: 30px;
}

.block_newsletter .container_wrapper, .block_newsletter .full_container_wrapper {
  background-color: var(--bg-color);
  background-repeat: no-repeat;
  background-size: cover;
}
.block_newsletter .content {
  padding: var(--padding);
}
.block_newsletter .content .text {
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .block_newsletter .content .text .dy_wrap {
    border: 1px solid var(--btn-bg);
  }
  .block_newsletter .content .text .dy_wrap input {
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .block_newsletter .content .text .dy_wrap input {
    border: 1px solid var(--btn-bg);
    border-radius: var(--button_border_radius);
    height: 42px;
  }
}
.block_newsletter .content .text .dy_wrap {
  border-radius: var(--button_border_radius);
  font-size: inherit;
  background-color: #ffffff;
}
.block_newsletter .content .text .dy_wrap input {
  background-color: #ffffff;
}
.block_newsletter .content .text .dy_wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: calc(var(--general_font_size) - 2px);
  box-sizing: border-box;
  border-radius: var(--button_border_radius);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .block_newsletter .content .text .dy_wrap button {
    padding: 12px 10px;
  }
}

.footer {
  background-color: var(--bg);
  color: var(--color);
}
.footer a {
  color: var(--color);
}
.footer .footer_nwes .email_title {
  font-family: var(--title_font_family);
  font-size: 15px;
  text-transform: uppercase;
}
.footer .footer_nwes input {
  border: 1px solid var(--color);
  box-sizing: border-box;
  padding: 10px 15px;
  color: var(--color);
  font-size: var(--general_font_size);
  line-height: 22px;
}
.footer .footer_nwes .submit_box {
  padding: 10px 15px;
  font-size: calc(var(--general_font_size) + 4px);
  border-radius: var(--button_border_radius);
  transition: all 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: var(--color);
  color: var(--bg);
  cursor: pointer;
}
.footer .footer_nwes .submit_box:hover {
  background-color: #000000;
  color: #ffffff;
}
.footer .footer_nwes .zuui-share-link {
  gap: 15px;
}
.footer .footer_nwes .zuui-share-link a {
  margin-right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
}
.footer .footer_nwes .zuui-share-link a:hover::before {
  transform: scale(1.3);
  opacity: 1;
}
.footer .footer_nwes .zuui-share-link a::before {
  content: "";
  transition: transform 0.2s, opacity 0.2s;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--color);
}
.footer .footer_nwes .zuui-share-link svg {
  width: 12px;
  height: 12px;
}
.footer .footer_nwes .zuui-share-link svg path {
  fill: var(--bg);
}

html {
  font-size: 16px;
}

.general-price {
  color: var(--buying_parice_color);
  white-space: nowrap;
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  letter-spacing: var(--title_letter_spacing);
  font-weight: bold;
}

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

.general_buying-color {
  white-space: nowrap;
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  letter-spacing: var(--title_letter_spacing);
  font-weight: bold;
}

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

.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);
  font-size: var(--title_font_size);
}

@media (max-width: 767px) {
  .public_title {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
}
.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);
}

.block_title {
  margin-bottom: 30px;
}

.block_title h2 {
  font-weight: 700;
}

@media (max-width: 767px) {
  .block_title h2 {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
}
.block_title .block_detail {
  margin-top: 14px;
}

.block_title_custom {
  margin-bottom: 30px;
  position: relative;
}

.block_title_custom h2 {
  color: var(--title_color);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: 700;
  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));
  }
}
.block_title_custom .block_detail {
  color: var(--detail_color);
  margin-top: 14px;
}

.block_title_custom .title_more {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--title_color);
}

.public_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  font-size: calc(var(--general_font_size) - 2px);
  background-color: var(--btn-bg);
  color: var(--btn-color);
  border: 1px solid var(--btn-bg);
  border-radius: var(--button_border_radius);
  box-sizing: border-box;
}

.public_btn:hover {
  opacity: 0.9;
}

.secondary_btn, .main_btn {
  padding: 12px 40px;
  line-height: normal;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .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\:w-\[250px\] {
    width: 250px;
  }
  .md\:min-w-\[180px\] {
    min-width: 180px;
  }
  .md\:max-w-\[400px\] {
    max-width: 400px;
  }
  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:gap-\[30px\] {
    gap: 30px;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-7 {
    gap: 1.75rem;
  }
}