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

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-full {
  height: 100%;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

.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-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-2 {
  padding-bottom: 0.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;
}

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.text-\[12px\] {
  font-size: 12px;
}

.font-bold {
  font-weight: 700;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-85 {
  opacity: 0.85;
}

.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% + 5px);
}

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

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

#oem_header {
  color: var(--menu-color);
}
#oem_header.is_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#oem_header .nav_wrapper {
  background-color: var(--nav-bg);
}
#oem_header .nav_wrapper .content .mobile_menu_btn span {
  cursor: pointer;
}
#oem_header .nav_wrapper .content .mobile_menu_btn span.open .icon-open {
  display: none;
}
#oem_header .nav_wrapper .content .mobile_menu_btn span.open .icon-close {
  display: flex;
}
#oem_header .nav_wrapper .content .mobile_menu_btn span .icon-close {
  display: none;
}
#oem_header .nav_wrapper .content .mobile_menu_btn svg {
  stroke: var(--menu-color);
}
#oem_header .nav_wrapper .content .mobile_menu_btn svg:hover {
  transform: scale(1.07);
}
#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 svg:hover {
  transform: scale(1.07);
}
#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: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: var(--main_button_bg);
  color: var(--main_button_color);
  position: absolute;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -5px;
  right: 0px;
}
#oem_header .nav_wrapper .content .action_icon .mobile_btn {
  color: var(--menu-color);
}
#oem_header .nav_wrapper .content .action_icon .mobile_btn svg path {
  stroke: currentColor;
  fill: currentColor;
  transition: all 0.3s cubic-bezier(0.18, 0.77, 0.58, 1);
}
#oem_header .nav_wrapper .content .action_icon .mobile_btn.is-active svg path:first-child {
  transform: rotate(45deg);
  transform-origin: 20% 30%;
}
#oem_header .nav_wrapper .content .action_icon .mobile_btn.is-active svg path:nth-child(2) {
  opacity: 0;
}
#oem_header .nav_wrapper .content .action_icon .mobile_btn.is-active svg path:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 15% 66%;
}

#top-bar {
  background-color: var(--bg-color);
  color: var(--text-color);
}
#top-bar a {
  color: var(--text-color);
}

.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: 1rem 0;
  color: var(--menu-color);
}
.header_menu .header_menu-item-first:hover span a {
  color: var(--main_button_bg);
}
.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-bottom-right-radius: 12px;
  border-bottom-left-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 {
  color: var(--main_color);
}
.header_menu .header_menu-item-first.header_menu-openable:hover a {
  color: var(--main_color);
}
.header_menu .header_menu-item-first.header_menu-openable:hover > .header_menu-item-first-title span a {
  color: var(--main_button_bg);
}
.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(--page_background_color);
}
.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 {
  opacity: 0.75;
}
.header_menu .header_menu-item-first .header_submenu .header_submenu-content-ul a:hover {
  opacity: 1;
}
.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;
}

.search_form .input_wrap input {
  padding: 0 50px 0 15px;
  color: var(--menu-color);
  box-shadow: 0 0 0 1px rgba(var(--rgb-color), 0.3);
}
.search_form .input_wrap input:hover {
  box-shadow: 0 0 0 2px rgba(var(--rgb-color), 0.3);
}
.search_form .input_wrap input:focus {
  box-shadow: 0 0 0 2px rgba(var(--rgb-color), 1);
}
.search_form .input_wrap button {
  color: var(--menu-color);
}
.search_form svg path {
  fill: currentColor;
}

.pc_search_wrap .search_form .input_wrap input {
  border-radius: var(--button_border_radius);
}

#mobile_nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 510000;
  background-color: rgba(50, 50, 50, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: background-color 0.3s ease;
}
#mobile_nav.open {
  opacity: 1;
  pointer-events: all;
}
#mobile_nav.open .content {
  transform: translateX(0);
}
#mobile_nav .content {
  width: 90%;
  max-width: 333px;
  background-color: var(--nav-bg);
  color: var(--menu-color);
  border-top: 1px solid rgba(50, 50, 50, 0.1);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
#mobile_nav .content a {
  color: var(--menu-color);
}
#mobile_nav .content .mobile_search form > div {
  width: 100%;
}
#mobile_nav .content .mobile_search form > div input {
  height: 47px;
  border-radius: 7px;
}
#mobile_nav .content .mobile_nav_list .mobile_nav_ul {
  visibility: hidden;
  pointer-events: none;
}
#mobile_nav .content .mobile_nav_list li {
  padding: 4px 0;
}
#mobile_nav .content .mobile_nav_list li .mobile_nav_link a {
  display: flex;
  align-items: center;
}
#mobile_nav .content .mobile_nav_list li .link_title,
#mobile_nav .content .mobile_nav_list li .back_title {
  padding: 5px 32px;
}
#mobile_nav .content .mobile_nav_list li .link_title:hover,
#mobile_nav .content .mobile_nav_list li .back_title:hover {
  opacity: 0.7;
}
#mobile_nav .content .mobile_nav_list[data-path="1"] {
  visibility: hidden;
}
#mobile_nav .content .mobile_nav_list[data-path="0"] {
  visibility: visible;
}
#mobile_nav .content .mobile_nav_list[data-path="0"] ul.level-1 {
  visibility: hidden;
}
#mobile_nav .content .mobile_nav_list[data-path="2"] {
  visibility: hidden;
}
#mobile_nav .content .mobile_nav_list[data-path="2"] > li > .mobile_nav_ul {
  visibility: hidden !important;
  pointer-events: all !important;
}
#mobile_nav .content .mobile_nav_list .level-li-0 > .link_title a {
  font-family: var(--title_font_family);
}
#mobile_nav .content .mobile_nav_list .level-li-1 {
  font-size: var(--general_font_size);
}
#mobile_nav .content .mobile_nav_list .back_title {
  font-family: var(--title_font_family);
}
#mobile_nav .content .mobile_nav_list li.open .back_title {
  margin-bottom: 10px;
}
#mobile_nav .content .mobile_nav_list li.open > .mobile_nav_ul {
  visibility: visible;
  pointer-events: all;
}

.cell-item .general_buying-color {
  font-size: 32px;
  font-weight: 600;
  margin-right: 16px !important;
}
.cell-item .general_original-color {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.cell-item {
  margin-top: 25px !important;
}
.cell-item.moi-product-sku-label .product-sku-name {
  font-size: 13px !important;
  font-weight: 700;
}
.cell-item .product-sku-name {
  font-size: 13px !important;
}
.cell-item.moi-product-sku-value {
  margin-top: 10px !important;
}
.cell-item.moi-product-sku-value .product-sku-values-item {
  border-color: var(--main_button_bg) !important;
  transition: border 0.1s ease;
  border-radius: var(--button_border_radius) !important;
  padding: 8px 20px;
}
.cell-item.moi-product-sku-value .product-sku-values-item.sku-image-item-mall img {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
}
.cell-item.moi-product-sku-value .product-sku-values-item:hover {
  border-color: rgb(50, 50, 50) !important;
}
.cell-item.moi-product-sku-value .product-sku-values-item.product-sku-values-item-active {
  border-color: var(--main_button_bg) !important;
  background-color: var(--main_button_bg);
  color: var(--main_button_color) !important;
}
.cell-item.moi-product-sku-value .product-sku-values-item.product-sku-values-item-active:hover {
  border-color: rgb(50, 50, 50) !important;
}
.cell-item.product-calculator-cell-item {
  margin-top: 10px !important;
}

.product-calculator {
  border-color: rgba(50, 50, 50, 0.3) !important;
  height: 37px !important;
  border-radius: var(--button_border_radius) !important;
}
.product-calculator .product-calculator-handle {
  height: 37px !important;
  line-height: 37px !important;
  box-sizing: border-box;
}
.product-calculator svg {
  width: 10px;
  height: 10px;
}
.product-calculator .product-calculator-value {
  width: 60px !important;
  height: 37px !important;
  line-height: 37px !important;
}

.product-right-sticky .module-box {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .product-right-sticky .swiper-container-small .swiper-small-item {
    width: 126px;
    height: 126px;
    overflow: hidden;
  }
  .product-right-sticky .swiper-container-small .swiper-small-item.active {
    border-width: 1px;
  }
  .product-right-sticky .product-swiper-small .navigation svg {
    height: 14px;
  }
}
.block_image.image-size-middle img {
  height: 660px;
}

.block_collection .list {
  grid-template-columns: repeat(var(--pc-number), minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .block_collection .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.block_collection .list .list_item {
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1019607843);
}
.block_collection .list .list_item:hover img {
  transform: scale(1.2);
}
.block_collection .list .list_item img {
  transition: transform 0.5s ease;
}
.block_collection .list .list_item .img_box {
  overflow: hidden;
  border-radius: 4px;
}
.block_collection .list .list_item .text_box {
  margin: 10px 0;
  font-size: 18px;
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  letter-spacing: var(--title_letter_spacing);
  color: var(--title_color);
}

.block_picture_list .list {
  grid-template-columns: repeat(var(--pc-number), minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .block_picture_list .list {
    grid-template-columns: repeat(var(--wap-number), minmax(0, 1fr));
  }
}
.block_picture_list .list .list_item a:hover img {
  transform: scale(1.1);
}
.block_picture_list .list .list_item a:hover::after {
  transform: scale(1);
}
.block_picture_list .list .list_item a img {
  transition: transform 0.35s;
}
.block_picture_list .list .list_item a::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 3px solid #ffffff;
  content: "";
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: transform 0.35s;
}
@media screen and (max-width: 767px) {
  .block_picture_list .list .list_item a::after {
    transform: scale(1);
  }
}

.meun_item .menu_title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.meun_item .menu_title a {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .meun_item .menu_title {
    font-size: 18px;
  }
}
.meun_item .child_box .list_menu {
  display: grid;
}
@media screen and (min-width: 768px) {
  .meun_item .child_box .list_menu {
    grid-template-columns: 50% 50%;
  }
}
.meun_item .child_box .list_menu .menu_item a {
  padding: 8px 0;
  display: inline-flex;
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .meun_item .child_box .list_menu .menu_item a {
    font-size: 14px;
  }
}

.block_slogan {
  background-color: var(--bg-color);
  color: var(--text-color);
  padding: var(--padding);
  font-size: calc(var(--general_font_size) - 1px);
}
.block_slogan ul {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.block_slogan ul::-webkit-scrollbar {
  display: none;
}
.block_slogan li {
  min-width: 74px;
}
.block_slogan svg path {
  fill: currentColor;
}
.block_slogan svg, .block_slogan img {
  max-width: 50px;
  max-height: 50px;
}
.block_slogan img {
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .block_slogan {
    font-size: calc(var(--general_font_size) - 2px);
  }
  .block_slogan svg, .block_slogan img {
    max-width: 35px;
    max-height: 35px;
  }
}
.block_slogan .item_title {
  font-weight: 700;
}

.collection_item {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1019607843);
  word-break: break-word;
  height: 100%;
}
.collection_item .block_product_img_list {
  margin: 18px 18px 2px 18px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .collection_item .block_product_img_list {
    margin: 12px 12px 2px 12px;
  }
}
.collection_item:hover .item-caption-title {
  opacity: 0.6;
}
.collection_item .item-caption {
  padding: 18px 18px 2px 18px;
}
@media screen and (max-width: 767px) {
  .collection_item .item-caption {
    padding: 12px 12px 2px 12px;
  }
}
.collection_item .item-caption .item-caption-title {
  font-size: var(--product_font_size);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: 700;
  letter-spacing: var(--title_letter_spacing);
  color: var(--title_color);
}
.collection_item .item-caption .item-caption-title a {
  color: var(--title_color) !important;
}
@media screen and (max-width: 767px) {
  .collection_item .item-caption .item-caption-title {
    font-size: 16px;
  }
}
.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;
  border-radius: 4px;
  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 {
  padding: 0 18px;
}
@media screen and (max-width: 767px) {
  .collection_item .actions-wrapper {
    padding: 0 12px;
  }
}
.collection_item .actions-wrapper .actions-wrapper-btn {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-radius: var(--button_border_radius);
  font-weight: 800;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .collection_item .actions-wrapper .actions-wrapper-btn {
    font-size: 12px;
    padding-left: 18px;
  }
}
.collection_item .actions-wrapper .actions-wrapper-btn svg {
  position: absolute;
  width: 35px;
  height: 30px;
  font-size: 20px;
  padding: 5px;
  line-height: 28px;
  top: 0;
  left: 0;
  border-bottom-right-radius: 1.866rem 5rem;
  color: var(--icon-color, #fff);
  background-color: var(--icon-bg, #002655);
  box-sizing: border-box;
}
.collection_item .actions-wrapper .actions-wrapper-btn svg path {
  fill: var(--icon-color, #fff) !important;
}
.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;
  }
}

.block_collection_list .list {
  grid-template-columns: repeat(var(--pc-number), minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .block_collection_list .list {
    grid-template-columns: repeat(var(--mobile-number), minmax(0, 1fr));
  }
}

.footer {
  background-color: var(--bg);
  color: var(--color);
}
.footer a {
  color: var(--color);
}
.footer .footer_news {
  text-align: center;
}
.footer .footer_news .email_title {
  font-size: 20px;
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
}
@media screen and (max-width: 767px) {
  .footer .footer_news .email_title {
    font-size: 18px;
  }
}
.footer .footer_news .email_detail {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .footer .footer_news .email_detail {
    font-size: 14px;
  }
}
.footer .footer_news .news_input .input_wrap {
  margin: 0 auto;
  max-width: 360px;
  color: var(--color);
}
.footer .footer_news .news_input .input_wrap input {
  padding: 15px;
  padding-right: 50px;
  box-sizing: border-box;
  height: 45px;
  position: relative;
  box-shadow: 0 0 0 1px rgba(var(--rgb-color), 0.3);
  border-radius: 7px;
}
.footer .footer_news .news_input .input_wrap input::placeholder {
  color: transparent;
}
.footer .footer_news .news_input .input_wrap input:not(:placeholder-shown) {
  padding: 15px !important;
  padding-right: 50px !important;
}
.footer .footer_news .news_input .input_wrap input:not(:placeholder-shown) ~ .input_label {
  display: none;
}
.footer .footer_news .news_input .input_wrap input:focus {
  padding: 22px 15px 8px 15px;
}
.footer .footer_news .news_input .input_wrap input:focus ~ .input_label {
  font-size: 10px;
  transform: translateY(-70%);
}
.footer .footer_news .news_input .input_wrap input:hover {
  box-shadow: 0 0 0 2px rgba(var(--rgb-color), 0.3);
}
.footer .footer_news .news_input .input_wrap .input_label {
  transition: all 0.1s ease;
  color: rgba(var(--rgb-color), 0.75);
}
.footer .footer_news .news_input .input_wrap button {
  color: rgba(var(--rgb-color), 0.75);
}
.footer .copyright {
  border-top: 1px solid rgba(var(--rgb-color), 0.08);
}

html {
  font-size: 16px;
}

.html_hide {
  overflow: hidden;
}

.block_title {
  margin-bottom: 30px;
}

.block_title h2 {
  font-weight: 700;
}

@media (max-width: 767px) {
  .block_title h2 {
    font-size: 22px !important;
  }
}
.block_title .block_detail {
  margin-top: 15px;
}

.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: 22px;
  }
}
.block_title_custom h2 .title_more {
  padding: 4px 0;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 400;
  color: var(--title_color);
}

.block_title_custom .block_detail {
  color: var(--detail_color);
  margin-top: 15px;
}

.general-price {
  color: var(--buying_parice_color);
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
}

.general-oldprice {
  text-decoration: line-through;
  color: var(--original_price_color);
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  margin-left: 5px;
}

.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: 22px;
  }
}
.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_more_box {
  margin-top: calc(var(--general_layout_spacing) * 0.5);
}

.public_more_box a {
  margin: 0;
}

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

@media (min-width: 768px) {
  .md\:mr-0 {
    margin-right: 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-\[400px\] {
    max-width: 400px;
  }
  .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\:gap-8 {
    gap: 2rem;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:text-left {
    text-align: left;
  }
}