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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.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-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

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

oem-menu {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  oem-menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
}
@media screen and (min-width: 768px) {
  oem-menu.email {
    max-width: 300px;
  }
  oem-menu.custom_text {
    max-width: 300px;
  }
}

oem-menu oem-menu-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: bold;
  position: relative;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  oem-menu oem-menu-label {
    height: 60px;
  }
}
oem-menu oem-menu-label span {
  flex: 1;
}
@media screen and (max-width: 767px) {
  oem-menu oem-menu-label span {
    text-align: center;
  }
}
oem-menu oem-menu-label .svg_wrap {
  height: 100%;
  display: none;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  oem-menu oem-menu-label .svg_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
oem-menu oem-menu-label .svg_wrap.show svg {
  transform: rotate(180deg);
}
oem-menu oem-menu-label .svg_wrap svg {
  transition: transform 0.15s;
}
@media (max-width: 767px) {
  oem-menu .oem-menu-warp {
    display: none;
    text-align: center;
  }
}
oem-menu .oem-menu-warp li {
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) {
  oem-menu .oem-menu-warp li {
    margin-bottom: 8px;
  }
}

.oem-menu-acrive .oem-menu-warp {
  display: block;
}
.oem-menu-acrive oem-menu-label::after {
  display: none;
}

.currency_box {
  position: relative;
  color: var(--color);
}

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

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

.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;
  font-size: 13px;
  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;
}

.currency_box .drop_currency {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-12px);
  -moz-transform: translateX(-50%) translateY(-12px);
  -ms-transform: translateX(-50%) translateY(-12px);
  -o-transform: translateX(-50%) translateY(-12px);
  transform: translateX(-50%) translateY(-12px);
  box-sizing: border-box;
  background-color: #fff;
  max-height: 300px;
  max-width: 250px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
}

.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 a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  color: var(--color) !important;
  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 {
  opacity: 0.7;
}

.currency_box.drop_currency_on .drop_currency {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0px);
  -moz-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  -o-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

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

#oem-header {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  background-color: var(--bg-color);
  color: var(--font-color);
  z-index: 999;
}
#oem-header .header_nav {
  min-height: 65px;
}
#oem-header a {
  color: var(--font-color);
}
#oem-header .header-nav-content {
  flex: 1;
  overflow: hidden;
}
#oem-header .header-nav-content .header-menu {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
#oem-header .header-nav-content .header-menu .logo-left {
  height: 100%;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
#oem-header .header-nav-content .header-menu .logo-right {
  height: 100%;
  flex: 1;
  align-items: center;
  justify-content: start;
}
#oem-header .header-nav-content .header-menu .header-nav-item {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 12px;
  white-space: nowrap;
}
#oem-header .header-nav-content .header-menu .header-nav-item > a.navigation {
  position: relative;
}
#oem-header .header-nav-content .header-menu .header-nav-item > a.navigation::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--font-color);
  transition: all 0.25s ease-in-out;
  content: "";
}
#oem-header .header-nav-content .header-menu .header-nav-item > a.navigation:hover::before {
  width: 100%;
}
#oem-header .header-nav-content .header-menu .header-nav-item:hover .parent-level-ul {
  display: block;
}
#oem-header .header-nav-content .header-menu .header-nav-item .parent-level-ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: var(--bg-color);
  display: none;
  z-index: 200;
  padding: 20px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
}
#oem-header .header-nav-content .header-menu .header-nav-item .parent-level-ul .sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: var(--general_layout_width);
  margin: 0 auto;
}
#oem-header .header-nav-content .header-menu .header-nav-item .parent-level-ul .sub-menu .sub-menu-item {
  text-align: left;
  padding: 0 24px;
}
#oem-header .header-nav-content .header-menu .header-nav-item .parent-level-ul .sub-menu .header-nav-item-parent {
  display: block;
}
#oem-header .header-nav-content .header-menu .header-nav-item .parent-level-ul .sub-menu .nav-child-a {
  font-weight: 600;
  font-size: 14px;
}
#oem-header .header-nav-content .header-menu .header-nav-item .parent-level-ul .secondary-ul {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  width: 100%;
}
#oem-header .header-nav-content .header-menu .header-nav-item .parent-level-ul .secondary-ul .secondary-ul-item {
  width: 100%;
  text-align: left;
}
#oem-header .header-nav-content .header-menu .nav-child-el {
  line-height: 1.8;
}
#oem-header .search_box {
  background-color: var(--bg-color);
  color: var(--font-color);
}
#oem-header .search_box button {
  color: var(--font-color);
}
#oem-header .search_box input {
  color: var(--font-color);
}
#oem-header .search_box .search_box_mask {
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(115, 115, 115, 0.6);
  z-index: -1;
}

.header-logo {
  font-size: 30px;
  font-weight: bold;
  max-height: 100%;
  display: inline-flex;
  align-items: center;
  color: var(--font-color);
  margin: 0 12px;
}
.header-logo span {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-logo span.pc {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .header-logo span.yd {
    display: flex;
    align-items: center;
  }
}

#mobile-nav {
  height: 100vh;
  width: 100vw;
  z-index: 500100;
  background-color: rgba(115, 115, 115, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#mobile-nav.show {
  opacity: 1;
  visibility: visible;
}
#mobile-nav.show .navigation_container {
  transform: translateX(0);
}
#mobile-nav .navigation_container {
  width: 85%;
  max-width: 350px;
  background-color: #fff;
  height: 100vh;
  overflow-y: scroll;
  transform: translateX(-100%);
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#mobile-nav .navigation_container .mobile-close {
  padding: 15px 0;
  height: 70px;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(232, 232, 225);
}
#mobile-nav .navigation_container .menu_list_wrap {
  box-sizing: border-box;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li > span {
  padding: 15px 30px 15px 10px;
  border-bottom: 1px solid rgb(232, 232, 225);
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li > span.hasChild a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgb(232, 232, 225);
  right: 0px;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li > span a {
  position: relative;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li span {
  justify-content: space-between;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li span svg {
  transform: rotate(-180deg);
  flex-shrink: 0;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li.open span svg {
  transform: rotate(0deg);
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li.open .nav-child {
  display: block;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li .nav-child {
  padding-left: 10px;
  display: none;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li .nav-child dl.open .dt_box svg {
  transform: rotate(0deg);
  flex-shrink: 0;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li .nav-child dl.open .dd_box {
  display: block;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li .nav-child .dt_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 30px 15px 10px;
    width: 100%;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li .nav-child .dt_box svg {
  transform: rotate(-180deg);
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li .nav-child .dt_box.hasChild a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgb(232, 232, 225);
  right: 0px;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li .nav-child .dt_box a {
  position: relative;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li .nav-child .dd_box {
  display: none;
}
#mobile-nav .navigation_container .menu_list_wrap .menu_list .nav-li .nav-child .dd_box dd {
  display: flex;
  padding: 15px 0 15px 10px;
}
#mobile-nav .navigation_container .menu_list_wrap a {
  color: #000;
  display: flex;
  width: 100%;
}
#mobile-nav .navigation_container .mobile_user {
  padding: 15px 0;
  box-sizing: border-box;
}

.collection_item {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.collection_item .moi-start-warp {
  justify-content: center !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(100% + 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;
    margin-top: 10px;
  }
}
.collection_item .actions-wrapper .actions-wrapper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  width: 100%;
}
.collection_item > div {
  width: 100%;
}
.collection_item .item-caption {
  margin-top: 8px;
}
.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);
}

.product-sku-values {
  gap: 10px !important;
}

.product-sku-values-item {
  border: 1px solid #e8e8e1 !important;
}
.active .product-sku-values-item.product-sku-values-item-active {
    border-color: #000000 !important;
    box-shadow: 0 0 0 1px #000000;
}
.product-sku-values-item.active {
    border-color: #000000 !important;
    box-shadow: 0 0 0 1px #000000;
}

.cell-item.moi-product-sku-value {
  margin-top: 10px !important;
}

.cell-item {
  margin-top: 26px !important;
}

.product-sku-name {
  font-size: 12px !important;
  color: #000000 !important;
}

.product-calculator {
  height: 40px !important;
  border: 1px solid #e8e8e1 !important;
}
.product-calculator .product-calculator-handle {
  height: 40px !important;
  width: 27px !important;
  line-height: 40px;
}
.product-calculator .product-calculator-handle.valueIsFirst {
  opacity: 0.4;
}

.product-custom-tabs .product-tabs-item {
  padding: 16px 0;
  border-bottom: 1px solid #e8e8e1;
}
.product-custom-tabs .product-tabs-item.product-tabs-item-active {
  border: 0;
}
.product-custom-tabs .product-tabs-item.product-tabs-item-active .product-tabs-content {
  display: block;
  padding: 15px 0;
}
.product-custom-tabs .product-tabs-item.product-tabs-item-active .item-title svg {
  transform: rotate(0deg);
}
.product-custom-tabs .product-tabs-item .item-title {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  background-color: #F6F6F6;
  padding: 15px 10px;
}
.product-custom-tabs .product-tabs-item .item-title svg {
  transform: rotate(180deg);
  width: 16px;
  height: 16px;
  transition: transform 0.15s ease-in;
}
.product-custom-tabs .product-tabs-item .product-tabs-content {
  display: none;
}

.block_board {
  background-color: var(--bg);
  color: var(--color);
  padding: 10px 0;
  box-sizing: border-box;
}
.block_board * {
  color: var(--color) !important;
}

.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_slides .swiper-slide .bg_img_box img {
  object-fit: cover;
}
.block_slides .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.4;
}
.block_slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.block_slides .slide-item-big {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
.block_slides .slide-item-center {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.block_slides .slide-item-small {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
.block_slides .slide-item-auto {
  height: auto;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .block_slides .slide-item-big {
    height: 600px;
  }
  .block_slides .slide-item-center {
    height: 400px;
  }
  .block_slides .slide-item-small {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .block_slides .slide-item-big {
    height: 100vh;
  }
  .block_slides .slide-item-center {
    height: 70vh;
  }
  .block_slides .slide-item-small {
    height: 50vh;
  }
}
.block_html .content {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .block_html .content {
    font-size: 20px;
  }
}

.block_collection .content .list {
  display: grid;
  grid-template-columns: repeat(var(--mobile-number), 1fr);
}
@media (min-width: 768px) {
  .block_collection .content .list {
    grid-template-columns: repeat(var(--pc-number), 1fr);
  }
}
.block_collection .content .list .list_item img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.block_collection .content .list .list_item:hover .mask {
  opacity: 0.2;
}
.block_collection .content .list .list_item:hover img {
  transform: scale(1.1);
}
.block_collection .content .list .list_item .mask {
  background: #000;
  opacity: 0.1;
  transition: opacity 0.4s ease;
}
.block_collection .content .list .list_item .item_title_wrap .item_title {
  letter-spacing: 0.2em;
  max-width: calc(100% - 60px);
  padding: 7px 15px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  text-transform: uppercase;
}

.block_image_text .content {
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .block_image_text .content.img_left .text_box {
    order: 2;
  }
  .block_image_text .content.img_left .img_box {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .block_image_text .content .text_box {
    order: 2;
  }
  .block_image_text .content .img_box {
    order: 1;
  }
}
.block_image_text .content .text_box .text_content .text_subtitle {
  letter-spacing: 0.3em;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .block_image_text .content .text_box .text_content .text_subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .block_image_text .content .text_box .text_content .text_title {
    font-size: 40px;
  }
}
.block_image_text .content .text_box .text_content .text_detail {
  line-height: 1.6;
}
.block_image_text .content .text_box .text_content .btn_wrap a {
  background-color: var(--btn-bg);
  color: var(--btn-color);
}
.block_image_text .content .img_box {
  width: var(--img-width);
}
@media screen and (max-width: 767px) {
  .block_image_text .content .img_box {
    width: 100%;
  }
}
.block_image_text .content .img_box a {
  width: 100%;
}
.block_image_text .content .img_box a img {
  width: 100%;
  object-fit: cover;
}

.block_slogan {
  background-color: var(--bg);
  color: var(--text-color);
}
.block_slogan .mask {
  height: 100%;
  right: 0;
  top: 0;
  width: 92px;
}
@media screen and (max-width: 767px) {
  .block_slogan .container_wrapper {
    padding: 0;
  }
}
.block_slogan .content {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .block_slogan .content {
    overflow-x: scroll;
    padding: 30px 0;
  }
}
.block_slogan .content .list .list_item img {
  width: 48px;
  object-fit: cover;
}
.block_slogan .content .list .list_item svg {
  width: 48px;
  height: 48px;
}
.block_slogan .content .list .list_item svg path {
  fill: var(--text-color);
}
.block_slogan .content .list .list_item .item-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .block_slogan .content .list .list_item {
    width: 260px;
    max-width: 260px;
    flex-shrink: 0;
  }
}

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

#top-bar {
  background-color: var(--bg-color);
  color: var(--text-color);
  text-align: center;
  padding: 12px 10px;
}
#top-bar a {
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

#header_currency {
  height: 31px;
  background-color: var(--bg);
}

.footer {
  font-size: 13px;
  border-top: 1px solid #e8e8e1;
  background-color: var(--bg);
  color: var(--color);
}
.footer a {
  color: var(--color);
}
.footer .footer_top .footer_newsletter {
  border-bottom: 2px solid;
}
@media screen and (max-width: 767px) {
  .footer .footer_top .footer_newsletter {
    max-width: 295px;
    margin: 17px auto 0 auto;
  }
}
.footer .footer_top .footer_newsletter input {
  background: transparent;
  border: none;
  line-height: 42px;
  outline: none;
  padding: 0 4px;
  flex: 1;
}
.footer .footer_top .footer_newsletter input::placeholder {
  color: var(--color);
}
.footer .footer_top .footer_newsletter button {
  background-color: transparent;
  color: var(--color);
}
.footer .footer_top .footer_logo .logo {
  font-size: 30px;
  font-weight: bold;
}
.footer .footer_top .footer_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) {
  .footer .footer_top .footer_logo .logo span.pc {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_top .footer_logo .logo span.yd {
    display: flex;
    align-items: center;
  }
}

body {
  letter-spacing: 0.025em;
}

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

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

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

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

.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);
  line-height: 1;
}

.public_btn {
  display: inline-flex;
  border-radius: var(--button_border_radius);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.6;
  padding: 13px 23px;
}

.btn_anime {
  position: relative;
  overflow: hidden;
}

.btn_anime:hover::after {
  animation: btn-sweep 0.75s cubic-bezier(0.01, 0.56, 1, 1);
  background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.25), transparent);
  left: 150%;
  transform: skew(-20deg);
}

.btn_anime::after {
  height: 100%;
  width: 200%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

.block_title {
  text-align: center;
  margin-bottom: 30px;
}

.block_title 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 h2 {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale)) !important;
  }
}
.block_title .block_detail {
  color: var(--detail_color);
  line-height: 34px;
  margin-top: 20px;
  font-size: 20px;
  max-width: 580px;
}

.main_btn {
  min-height: auto;
}

@keyframes btn-sweep {
  to {
    left: -200%;
  }
}
.text-ellipsis2 {
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
}

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

@media (min-width: 768px) {
  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-16 {
    gap: 4rem;
  }
  .md\:gap-20 {
    gap: 5rem;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
