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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-8 {
  height: 2rem;
}

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

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

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

.h-full {
  height: 100%;
}

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

.w-8 {
  width: 2rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

.justify-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-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.font-semibold {
  font-weight: 600;
}

.opacity-65 {
  opacity: 0.65;
}

.block_slogan {
  background-color: var(--bg);
  color: var(--text-color);
}
.block_slogan .mask {
  height: 100%;
  right: 0;
  top: 0;
  width: 92px;
}
.block_slogan .content {
  padding: var(--padding);
}
@media screen and (max-width: 767px) {
  .block_slogan .content {
    padding: var(--mobile-padding);
  }
}
.block_slogan .content .list .list_item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .block_slogan .content .list .list_item {
    gap: 14px;
  }
}
@media screen and (min-width: 768px) {
  .block_slogan .content .list .list_item + .list_item::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: -30px;
    border-left: 2px solid var(--dividing-color);
  }
}
.block_slogan .content .list .list_item .left {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  flex-shrink: 0;
}
.block_slogan .content .list .list_item img {
  width: 40px;
  object-fit: cover;
}
.block_slogan .content .list .list_item svg {
  width: 40px;
  height: 40px;
}
.block_slogan .content .list .list_item svg path {
  fill: var(--text-color);
}
.block_slogan .content .list .list_item .item-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  font-weight: 600;
}
.block_slogan .content .list .list_item .item-des {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .block_slogan .content .list .list_item {
    width: 260px;
    max-width: 260px;
    flex-shrink: 0;
  }
}

.block_countdown {
  color: var(--text-color);
}
.block_countdown .bg_img {
  grid-area: 1/1;
  z-index: 5;
}
.block_countdown .bg_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--mask-color);
}
.block_countdown .content_wrap {
  display: grid;
}
.block_countdown .content_wrap .content {
  grid-area: 1/1;
  padding-left: var(--full_container_padding);
  padding-right: var(--full_container_padding);
}
@media screen and (max-width: 767px) {
  .block_countdown .content_wrap .content {
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .block_countdown .content_wrap .content {
    flex-direction: column;
  }
}
@media screen and (min-width: 1400px) {
  .block_countdown .content_wrap .content {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .block_countdown .content_wrap .content {
    align-items: flex-end;
  }
}
.block_countdown .week_countdown > div {
  background-color: rgba(4, 4, 4, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .block_countdown .week_countdown > div {
    width: 187px;
  }
}
@media screen and (min-width: 768px) {
  .block_countdown .week_countdown > div {
    height: 200px;
  }
}
@media screen and (max-width: 1199px) {
  .block_countdown .week_countdown > div {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .block_countdown .week_countdown > div {
    padding: 30px 10px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .pc_height {
    height: var(--pc-height);
  }
  .pc_height iframe {
    width: 100%;
    height: 300%;
    position: absolute;
    top: -100%;
  }
}
@media screen and (max-width: 767px) {
  .mobile_height {
    height: var(--mobile-height);
  }
  .mobile_height iframe {
    width: 300%;
    height: 100%;
    position: absolute;
    left: -100%;
  }
}
.block_video_image_text {
  position: relative;
}

.block_video_image_text .block_video_content {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.block_video_image_text .custom_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block_video_image_text .video_empty {
  height: 100%;
  background-color: #eef0f5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block_video_image_text .video_text {
  position: absolute;
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  color: var(--text-color);
  z-index: 20;
  pointer-events: none;
}

.block_video_image_text .video_text .video_text_content .video_title {
  font-size: var(--font-size);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .block_video_image_text .video_text .video_text_content .moble-video-title {
    font-size: calc(var(--font-size) * 0.75) !important;
  }
  .block_video_image_text .video_text .video_text_content .subheading {
    margin-top: 6px;
    margin-bottom: 14px;
  }
}
.block_video_image_text .video_text .video_text_content .subheading {
  margin-top: 10px;
}

.block_video_image_text .video_text .video_text_content .btn {
  margin-top: 30px;
  pointer-events: all;
}

.block_video_image_text .block_video-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  background-color: var(--bg);
}

.block_video_image_text .center-center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.block_video_image_text .center-left {
  align-items: center;
  justify-content: start;
  text-align: left;
}

.block_video_image_text .center-right {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}

.block_video_image_text .bottom-left {
  align-items: flex-end;
  justify-content: start;
  text-align: left;
}

.block_video_image_text .bottom-center {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.block_video_image_text .bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}

@media screen and (min-width: 990px) {
  .block_video_image_text .video_text_content {
    max-width: 450px;
  }
}

.block_collection div[data-layout-type=grid] .swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(var(--pc-number), minmax(0, 1fr));
  column-gap: 8px;
  row-gap: 32px;
}
@media screen and (max-width: 767px) {
  .block_collection div[data-layout-type=grid] .swiper .swiper-wrapper {
    grid-template-columns: repeat(var(--yd-number), minmax(0, 1fr));
  }
}
.block_collection .swiper-slide a:hover .img_box img {
  transform: none;
}
.block_collection .swiper-slide a:hover .text_box {
  color: var(--main_button_bg);
}
.block_collection .swiper-slide .img_box {
  overflow: hidden;
}
.block_collection .swiper-slide .img_box img {
  transform: scale(1.05);
  transition: transform 0.5s;
}
.block_collection .swiper-slide .text_box {
  transition: color 0.5s;
  margin-top: 24px;
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: 700;
  letter-spacing: var(--title_letter_spacing);
}

.block_blogs div[data-layout-type=grid] .swiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(var(--pc-number), minmax(0, 1fr));
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .block_blogs div[data-layout-type=grid] .swiper .swiper-wrapper {
    grid-template-columns: repeat(var(--yd-number), minmax(0, 1fr));
  }
}
.block_blogs div[data-layout-type=grid] .swiper-slide {
  border: 2px solid #e3e1e1;
  padding: 24px;
  box-sizing: border-box;
  transition: background-color 0.5s ease;
}
.block_blogs div[data-layout-type=grid] .swiper-slide:hover {
  background-color: #ffffff;
}
.block_blogs div[data-layout-type=grid] .swiper-slide .blog_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.block_blogs div[data-layout-type=grid] .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  height: 100%;
}
.block_blogs div[data-layout-type=grid] .swiper-slide .read_more {
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.7;
  transition: all 0.25s;
}
.block_blogs div[data-layout-type=grid] .swiper-slide .read_more:hover {
  opacity: 1;
}

.block_image_text {
  color: var(--text-color);
}
.block_image_text .content:hover .img_box img {
  transform: none;
}
.block_image_text .img_box img {
  transform: scale(1.05);
  transition: transform 0.5s;
}
.block_image_text .img_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, var(--mask-bg) 13%, rgba(4, 4, 4, 0) 52%);
  opacity: 0.6;
}

.block_image_text_list div[data-layout-type=grid] .swiper-wrapper {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .block_image_text_list div[data-layout-type=grid] .swiper-wrapper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.block_image_text_list div[data-layout-type=grid] .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  height: auto;
}
@media screen and (min-width: 768px) {
  .block_image_text_list div[data-layout-type=grid] .swiper-wrapper .swiper-slide {
    grid-area: span 1/span var(--column);
  }
}
.block_image_text_list div[data-layout-type=grid] .swiper-wrapper .swiper-slide .slide_content {
  height: 100%;
  color: var(--text-color);
}
.block_image_text_list div[data-layout-type=grid] .swiper-wrapper .swiper-slide .slide_content:hover .img_box img {
  transform: none;
}
@media screen and (min-width: 768px) {
  .block_image_text_list div[data-layout-type=grid] .swiper-wrapper .swiper-slide .slide_content .img_box.gradation::after {
    background: linear-gradient(90deg, var(--mask-bg) 13%, rgba(4, 4, 4, 0) 70%);
  }
}
.block_image_text_list div[data-layout-type=grid] .swiper-wrapper .swiper-slide .slide_content .img_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.4;
  background-color: var(--mask-bg);
}
.block_image_text_list div[data-layout-type=grid] .swiper-wrapper .swiper-slide .slide_content .img_box img {
  transform: scale(1.05);
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .block_image_text_list div[data-layout-type=grid] .swiper-wrapper .swiper-slide .slide_content .text_content {
    max-width: var(--text-max-width);
  }
}
@media screen and (max-width: 767px) {
  .block_image_text_list .swiper-slide .slide_content {
    min-height: 400px;
  }
}
.block_image_text_list .swiper-slide .text_box.left {
  justify-content: flex-start;
  text-align: left;
}
.block_image_text_list .swiper-slide .text_box.center {
  justify-content: center;
  text-align: center;
}
.block_image_text_list .swiper-slide .text_box.right {
  justify-content: flex-end;
  text-align: right;
}

.block_collection_tab .pagination li a {
  display: flex;
  padding: 10px 16px;
  border-radius: 4px;
  border: 2px solid #e3e1e1;
  font-size: 13px;
  transition: border-color 0.25s;
}
.block_collection_tab .pagination li a:hover {
  border-color: #141920;
  font-weight: bold;
}
.block_collection_tab .pagination li.active a {
  border-color: #141920;
  font-weight: bold;
}
.block_collection_tab .list li {
  gap: 8px;
  flex-wrap: wrap;
  display: none;
}
.block_collection_tab .list li.active {
  display: block;
}
.block_collection_tab .list li > .box_content {
  display: grid;
}
.block_collection_tab .list li > .box_content > div {
  transition: box-shadow 0.3s ease;
}
.block_collection_tab .list li > .box_content > div:hover {
  box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.1);
}
.block_collection_tab .block_collection_product_more {
  text-align: center;
  margin-top: 30px;
}
.block_collection_tab .block_collection_product_more a {
  padding: 0px 30px;
  font-size: 13px;
  font-weight: 700;
  color: var(--title_color);
  min-height: 45px;
  border: 2px solid #e3e1e1;
  border-radius: var(--button_border_radius);
  transition: all 0.25s;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.block_collection_tab .block_collection_product_more a:hover {
  border-color: var(--title_color);
}

.block_product_promo div[data-layout-type=grid] .swiper-wrapper {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .block_product_promo div[data-layout-type=grid] .swiper-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.block_product_promo div[data-layout-type=grid] .swiper-wrapper .swiper-slide {
  min-height: 25rem;
}
@media screen and (min-width: 750px) {
  .block_product_promo div[data-layout-type=grid] .swiper-wrapper .swiper-slide {
    min-height: 400px;
  }
}
@media screen and (min-width: 1360px) {
  .block_product_promo div[data-layout-type=grid] .swiper-wrapper .swiper-slide {
    min-height: 500px;
  }
}
.block_product_promo div[data-layout-type=grid] .swiper-wrapper .swiper-slide:hover .img_box img {
  transform: none;
}
.block_product_promo div[data-layout-type=grid] .swiper-wrapper .swiper-slide .img_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--mask-bg);
}
.block_product_promo div[data-layout-type=grid] .swiper-wrapper .swiper-slide .img_box img {
  transform: scale(1.05);
  transition: transform 0.5s;
}
.block_product_promo .swiper-slide {
  color: var(--text-color);
}
.block_product_promo .collection-product-item {
  max-height: 300px;
}
.block_product_promo .mobile_box a {
  border-radius: 6px;
}

.collection_item {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 6px;
  height: 100%;
}
.collection_item .block_product_img_list {
  margin: 0 16px 20px 16px;
}
.collection_item .block_product_img_list .img_list .img_list_item {
  border: 1px solid #cbcbcb;
  overflow: hidden;
  border-radius: 50%;
}
.collection_item .block_product_img_list .img_list .img_list_item img {
  border-radius: 50%;
}
.collection_item .block_product_img_list .img_list .img_list_item.active {
  border-color: var(--color-main);
}
.collection_item .moi-start-warp {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (min-width: 767px) {
  .collection_item:hover .actions-wrapper {
    opacity: 1;
    transform: translateY(-20px);
  }
}
.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(10px);
  transition: opacity 0.25s ease, transform 0.25s ease-out;
}
@media screen and (max-width: 767px) {
  .collection_item .actions-wrapper {
    opacity: 1;
    justify-content: flex-start;
    margin-top: 16px;
    transform: translateY(0);
    position: relative;
    padding: 0 16px;
  }
  .collection_item .actions-wrapper .actions-wrapper-btn {
    width: 100% !important;
  }
}
.collection_item .actions-wrapper .actions-wrapper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 22px;
  padding: 10px 15px;
  width: 70%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  border-radius: var(--button_border_radius);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.collection_item .actions-wrapper .actions-wrapper-btn:hover {
  opacity: 0.8;
}
.collection_item > div {
  width: 100%;
}
.collection_item .item-caption {
  padding: 16px;
}
.collection_item .item-caption .item-caption-title {
  color: var(--title_color);
  font-size: var(--product_font_size);
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .collection_item .item-caption .item-caption-title {
    font-size: 14px;
  }
}
.collection_item .item-caption .item-caption-price {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.collection_item .item-caption .product_price {
  font-weight: bold;
  font-size: 16px;
}
.collection_item .item-caption .collection-product-soldout {
  align-self: flex-start;
  color: #282828;
  padding: 2px 10px;
  font-size: 12px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}
.collection_item .item-caption .product-info-star {
  flex-wrap: wrap;
  row-gap: 10px;
}
.collection_item .item-caption .product-info-star .comment-star-base {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .collection_item .product_card-wap-name {
    display: none;
  }
}
.collection_item .product_card-picture-crop-11 {
  padding-top: 100%;
}
.collection_item .product_card-picture-crop-11 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection_item .product_card-picture-crop-34 {
  padding-top: 125%;
}
.collection_item .product_card-picture-crop-34 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection_item .product_card-picture-crop-23 {
  padding-top: 150%;
}
.collection_item .product_card-picture-crop-23 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection_item .product_card-picture-crop-12 {
  padding-top: 200%;
}
.collection_item .product_card-picture-crop-12 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-product-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  vertical-align: top;
}
.collection-product-item .product_card_soldout {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  z-index: 20;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.collection-product-item .collection-product-item-image {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  cursor: pointer;
  transition: all cubic-bezier(0, 0, 0.2, 1) 200ms;
}
.collection-product-item .product_card-tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: var(--discount_tag_color);
}
.collection-product-item .product_card-tag .discount_tag_graphics {
  position: absolute;
  right: 0;
}
.collection-product-item .hover-two {
  opacity: 0;
}
.collection-product-item .label_style_1 {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.collection-product-item .label_style_1 .discount_tag_graphics {
  top: 0;
  width: 0;
  height: 0;
  border-top: 80px solid var(--discount_tag_bg);
  border-left: 80px solid transparent;
}
.collection-product-item .label_style_1 .discount_tag_name {
  position: relative;
  top: 6px;
  left: 15px;
  z-index: 9;
  line-height: 18px;
  transform: rotate(45deg);
  width: 80px;
  height: 40px;
  font-size: 14px;
  text-align: center;
}
.collection-product-item .label_style_1 span {
  display: block;
}
.collection-product-item .label_style_2 {
  padding: 0 0 10px;
}
.collection-product-item .label_style_2 .discount_tag_graphics {
  left: 0;
  bottom: 0;
  width: 40px;
  height: 10px;
}
.collection-product-item .label_style_2 .discount_tag_graphics:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--discount_tag_bg);
  border-left: 20px solid transparent;
}
.collection-product-item .label_style_2 .discount_tag_graphics:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid var(--discount_tag_bg);
  border-right: 20px solid transparent;
}
.collection-product-item .label_style_2 .discount_tag_name {
  width: 40px;
  text-align: center;
  background: var(--discount_tag_bg);
  padding: 10px 0;
}
.collection-product-item .label_style_3 {
  height: 80px;
  width: 80px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-product-item .label_style_3 .discount_tag_name {
  position: relative;
  top: -12px;
  left: 12px;
  z-index: 9;
  line-height: 24px;
  transform: rotate(45deg);
  height: 24px;
  white-space: nowrap;
  background: var(--discount_tag_bg);
  padding: 0px 25px;
}
.collection-product-item .label_style_4 {
  right: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--discount_tag_bg);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-product-item .label_style_4 .discount_tag_name {
  line-height: 18px;
  text-align: center;
}
.collection-product-item .label_style_4 .discount_tag_name span {
  display: block;
}

.main-image {
  opacity: 1;
}

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

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

.block_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));
  }
}
.block_collection_list .list .list_item.custom_text {
  background-color: #ffffff;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .block_collection_list .list .list_item.custom_text {
    grid-column: 1/3;
  }
}
.block_collection_list .list .list_item.custom_text .custom_subtitle {
  font-size: 10px;
  font-weight: 700;
  color: var(--detail_color);
}
.block_collection_list .list .list_item.custom_text .custom_detail {
  color: var(--detail_color);
}

@media screen and (min-width: 768px) {
  .block_image_text_slides .swiper {
    height: 600px;
  }
}
.block_image_text_slides .content {
  background-color: #ffffff;
  overflow: hidden;
}
.block_image_text_slides .content .product_box a {
  padding: 20px 40px 20px 20px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .block_image_text_slides .content .left {
    order: 1;
  }
  .block_image_text_slides .content .right {
    order: 0;
  }
}
.block_image_text_slides .content .public_title {
  line-height: 1.1;
}
.block_image_text_slides .content:hover .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .svg__circle {
  animation: none !important;
  opacity: 0;
}
.block_image_text_slides .content .swiper-pagination {
  right: auto;
}
@media screen and (max-width: 767px) {
  .block_image_text_slides .content .swiper-pagination {
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .block_image_text_slides .content .swiper-pagination {
    left: 20px;
  }
}
.block_image_text_slides .content .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.block_image_text_slides .content .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1 !important;
}
.block_image_text_slides .content .swiper-pagination .swiper-pagination-bullet:hover::after {
  width: 10px;
  height: 10px;
  background-color: #141920 !important;
}
.block_image_text_slides .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='28' height='28' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle opacity='0.5' cx='15' cy='15' r='14' stroke='%23E0E3EE' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
.block_image_text_slides .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 10px;
  height: 10px;
  background-color: #141920;
}
.block_image_text_slides .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .svg__circle {
  stroke: #141920;
  stroke-dasharray: 75;
  stroke-dashoffset: 0;
  animation-name: progress;
  animation-fill-mode: backwards;
  animation-timing-function: linear;
}
.block_image_text_slides .content .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e3e1e1;
  transition: all 0.25s;
}
.block_image_text_slides .content .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .block_image_text_slides .content .slide_content .left {
    padding: 30px 94px 80px 94px;
  }
}
@media screen and (max-width: 767px) {
  .block_image_text_slides .content .slide_content .left {
    padding: 30px 15px 80px 15px;
  }
}

.block_footer {
  background-color: var(--bg-color);
  color: var(--text-color);
  padding: 40px 0;
}
.block_footer a {
  color: var(--text-color);
}
@media screen and (max-width: 767px) {
  .block_footer .oem_menu:nth-child(2) {
    margin-top: 20px;
    border-top: 1px solid #e1e3e4;
  }
}
.block_footer .currency_wrapper .currency_box {
  border: 2px solid #e3e1e1;
  padding: 8px 20px;
  border-radius: var(--button_border_radius);
  width: 100%;
}
.block_footer .zuui-share-link a svg {
  width: 20px;
  height: 20px;
}
.block_footer .footer_news .footer_news_title {
  color: var(--text-color);
  opacity: 0.6;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .block_footer .footer_news .footer_input {
    display: grid;
    gap: 10px;
    width: 100%;
  }
}
.block_footer .footer_news input {
  padding: 16px 20px;
  border: 2px solid #e3e1e1;
  border-radius: var(--button_border_radius);
  color: var(--text-color);
  width: 235px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .block_footer .footer_news input {
    width: 100%;
  }
}
.block_footer .footer_news input:hover {
  border-color: var(--text-color);
}
.block_footer .footer_news .submit_box {
  padding: 13px 20px;
  vertical-align: middle;
  min-height: 52px;
}
@media screen and (max-width: 767px) {
  .block_footer .footer_news .submit_box {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .block_footer .footer_bottom {
    border-top: 2px solid #e3e1e1;
  }
}
@media screen and (min-width: 768px) {
  .block_footer .sns {
    padding-left: 50px;
    border-left: 2px solid #e3e1e1;
  }
}
.block_footer .copyright {
  opacity: 0.7;
  transition: opacity 0.5s ease;
}
.block_footer .copyright:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  oem-menu {
    border-bottom: 1px solid #e1e3e4;
  }
}
oem-menu .footer_title {
  color: var(--text-title-color);
  font-size: 16px;
}
oem-menu.oem-menu-acrive oem-menu-label span.icon svg {
  transform: rotate(180deg);
}
oem-menu oem-menu-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  color: var(--text-title-color);
}
oem-menu oem-menu-label span.icon {
  display: inline-flex;
}
oem-menu oem-menu-label span.icon svg {
  height: 20px;
}
oem-menu .oem-menu-warp {
  display: none;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  oem-menu .oem-menu-warp {
    padding-top: 0;
  }
}
oem-menu .oem-menu-warp li {
  opacity: 0.6;
  transition: all 0.15s ease;
}
@media screen and (min-width: 768px) {
  oem-menu .oem-menu-warp li:hover {
    opacity: 1;
  }
  oem-menu .oem-menu-warp li:hover a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 767px) {
  oem-menu .oem-menu-warp li a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
oem-menu .oem-menu-warp .text_detail {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .oem-menu-acrive {
    padding-bottom: calc(1.25rem - 10px);
  }
}
@media screen and (min-width: 767px) {
  .oem-menu-acrive .oem-menu-warp {
    display: block;
  }
}
.oem-menu-acrive oem-menu-label::after {
  transform: rotate(270deg);
}

.currency_box {
  position: relative;
}

.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 span {
  font-weight: 700;
}

.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%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #fff;
  min-width: 150px;
  width: 100%;
  padding: 10px;
  display: none;
  z-index: 1000;
  overflow: hidden;
  border-radius: var(--button_border_radius);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1019607843);
}
.currency_box .drop_currency a span {
  color: #404040 !important;
}

.currency_box .drop_currency .currency {
  max-height: 300px;
  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);
}

#top-bar {
  background-color: var(--bg-color);
  color: var(--text-color);
  padding: 13px 0;
}
#top-bar a {
  color: inherit;
  font-size: 14px;
  line-height: 1.1;
}

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

@media screen and (max-width: 767px) {
  .fixed_header_wrap {
    margin-bottom: 16px;
  }
}
.fixed_header_wrap {
  background-color: var(--nav-bg);
}
.fixed_header_wrap.header_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.fixed_header_wrap.hiden {
  transform: translateY(-100%);
}
.fixed_header_wrap.animate {
  transition: transform 0.15s ease-out;
}

#nav-action {
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}
#nav-action .nav-action-top {
  background-color: var(--nav-bg);
  color: var(--menu-color);
}
#nav-action .nav-action-top a {
  color: var(--menu-color);
}
#nav-action .nav-action-top.header_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.0588235294);
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}
#nav-action .nav-action-top.hiden {
  transform: translateY(-100%);
}
#nav-action .nav-action-top.animate {
  transition: transform 0.15s ease-out;
}
#nav-action .content {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #nav-action .content {
    padding: 15px 0;
  }
}
#nav-action .content .mobile_menu {
  align-items: center;
  justify-content: flex-start;
  border-radius: var(--button_border_radius);
  width: 40px;
  height: 40px;
  position: relative;
}
#nav-action .content .mobile_menu #mobile_menu_click.show svg:nth-child(1) {
  display: none;
}
#nav-action .content .mobile_menu #mobile_menu_click.show svg:nth-child(2) {
  display: inline-block;
}
#nav-action .content .mobile_menu #mobile_menu_click svg:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #nav-action .content .left .nav-logo {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #nav-action .content .left .nav-logo {
    margin-right: 120px;
  }
}
@media screen and (max-width: 767px) {
  #nav-action .content .left .nav-logo {
    margin: 0;
  }
}
#nav-action .content .left .nav-logo .logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--menu-color);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  line-height: 1;
}
#nav-action .content .left .nav-logo .logo a span {
  display: none;
}
@media screen and (min-width: 768px) {
  #nav-action .content .left .nav-logo .logo a span.pc {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #nav-action .content .left .nav-logo .logo a span.yd {
    display: flex;
    align-items: center;
  }
}
#nav-action .content .action_icon .currency_action_wrap {
  height: 42px;
  margin: 0 10px;
  align-items: center;
}
#nav-action .content .action_icon .currency_action_wrap .currency_box .currency_list {
  margin-top: 10px;
  background-color: #ffffff;
  color: #000000;
  right: -0.75rem;
}
#nav-action .content .action_icon .user {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 2px solid var(--menu-color);
}
#nav-action .content .action_icon .user a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#nav-action .content .action_icon .cart-box-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#nav-action .content .action_icon .cart-box-wrap a #cart_number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  border-radius: 100%;
  color: var(--nav-bg);
  right: -9px;
  top: -9px;
  font-size: 13px;
  background-color: var(--menu-color);
}
@media screen and (max-width: 767px) {
  #nav-action .search_box_wrap.mobile_search_box {
    padding-bottom: 15px;
  }
}
#nav-action .search_box_wrap .search_box {
  padding: 4px;
  height: 45px;
  box-sizing: border-box;
  border-radius: var(--button_border_radius);
  border: 2px solid #e3e1e1;
  background-color: #ffffff;
}
#nav-action .search_box_wrap .search_box:hover {
  border-color: var(--main_color);
}
#nav-action .search_box_wrap .search_box input {
  height: 100%;
  width: 100%;
  padding-left: 10px;
  color: var(--main_color);
  background-color: #ffffff;
  font-weight: bold;
}
#nav-action .search_box_wrap .search_box input::placeholder {
  color: #717171;
}
#nav-action .search_box_wrap .search_box button {
  padding: 7px 25px;
  border-radius: var(--button_border_radius);
  display: flex;
  align-items: center;
  color: var(--menu-color);
}

#inline_nav_wrap {
  background-color: var(--pc-nav-bg);
}

#mobile_card {
  width: 85vw;
  background-color: var(--nav-bg);
  z-index: 510000;
  overflow-y: scroll;
  box-sizing: border-box;
  opacity: 0;
  padding: 0 15px;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
  transform: scale(0.9);
}
#mobile_card .svg_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 50px;
}
#mobile_card svg {
  color: var(--menu-color);
}
#mobile_card.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
#mobile_card .menu_list_wrap {
  box-sizing: border-box;
}
#mobile_card .menu_list_wrap .menu_list > .nav-li > span > a {
  font-weight: bold;
}
#mobile_card .menu_list_wrap .menu_list .nav-li:nth-last-child(1) > span {
  border-bottom: 0;
}
#mobile_card .menu_list_wrap .menu_list .nav-li > span {
  padding: 15px 0;
  border-bottom: 1px solid var(--menu-color);
}
#mobile_card .menu_list_wrap .menu_list .nav-li > span a {
  position: relative;
  color: var(--menu-color);
  font-size: 16px;
}
#mobile_card .menu_list_wrap .menu_list .nav-li span {
  justify-content: space-between;
}
#mobile_card .menu_list_wrap .menu_list .nav-li span svg {
  color: var(--menu-color);
}
#mobile_card .menu_list_wrap .menu_list .nav-li.open span svg {
  transform: rotate(180deg);
}
#mobile_card .menu_list_wrap .menu_list .nav-li.open .nav-child {
  display: block;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child {
  display: none;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child dl {
  border-bottom: 1px solid var(--menu-color);
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child dl.open .dt_box svg {
  transform: rotate(180deg);
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child dl.open .dd_box {
  display: block;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child .dt_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 0;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child .dt_box a {
  position: relative;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child .dt_box svg {
  opacity: 0.5;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child .dd_box {
  display: none;
}
#mobile_card .menu_list_wrap .menu_list .nav-li .nav-child .dd_box dd {
  display: flex;
  padding: 15px 0;
}
#mobile_card .menu_list_wrap a {
  display: flex;
  color: var(--menu-color);
  width: 100%;
}

.header_menu a {
  transition: color 0.25s ease;
}
.header_menu a:hover {
  color: var(--main_button_bg) !important;
}
.header_menu > .header_menu-item-first:nth-child(1) {
  padding-left: 0px;
}
.header_menu > .header_menu-item-first > .header_menu-item-first-title {
  font-size: calc(var(--general_font_size) + 2px);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
}
.header_menu .header_menu-item-first .header_menu-item-first-title {
  display: flex;
  align-items: center;
  height: 100%;
}
.header_menu .header_menu-item-first .header_menu-item-first-title a {
  display: flex;
  padding: 1rem 0;
  color: var(--pc-nav-menu);
  position: relative;
}
.header_menu .header_menu-item-first[data-tree-type=three] .header_submenu {
  position: absolute;
  width: 100%;
  left: 0;
}
.header_menu .header_menu-item-first[data-tree-type=three] .header_submenu .header_submenu-content {
  max-width: var(--general_layout_width);
  margin-left: auto;
  margin-right: auto;
}
.header_menu .header_menu-item-first[data-tree-type=three] .header_submenu .header_submenu-content .header_submenu-content-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.header_menu .header_menu-item-first.header_menu-openable:hover .header_submenu {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffffff;
}
.header_menu .header_menu-item-first.header_menu-openable:hover .header_submenu a {
  color: #000000;
  position: relative;
}
.header_menu .header_menu-item-first .header_submenu {
  box-shadow: 0px 0px 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 .header_menu-item-second {
  font-size: calc(var(--general_font_size) + 1px);
}
.header_menu .header_menu-item-first .header_submenu .header_submenu-content-ul .header_menu-item-second:nth-child(1) {
  margin-top: 0;
}
.header_menu .header_menu-item-first .header_submenu .header_submenu-content-ul .header_menu-item-second .header_menu-item-second-title {
  font-weight: 600;
  text-transform: uppercase;
}
.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 a {
  padding: 0;
}
.header_menu #oem-navigation-more-link .more_links_header_menu-item-first .header_submenu {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.header_menu .header_submenu-content-ul {
  margin-left: -5px;
}
.header_menu .header_submenu-content-ul .header_menu-item-second-title, .header_menu .header_submenu-content-ul .header_menu-item-third > div, .header_menu .header_submenu-content-ul .header_menu-item-second {
  padding: 4px 10px;
  transition: background-color 0.3s ease;
}
.header_menu .header_submenu-content-ul .header_menu-item-second-title a, .header_menu .header_submenu-content-ul .header_menu-item-third > div a, .header_menu .header_submenu-content-ul .header_menu-item-second a {
  display: flex;
  align-items: center;
}
.header_menu .header_submenu-content-ul .header_menu-item-second-title li > div:hover, .header_menu .header_submenu-content-ul .header_menu-item-third > div li > div:hover, .header_menu .header_submenu-content-ul .header_menu-item-second li > div:hover {
  background-color: rgba(4, 4, 4, 0.04);
}

.block_media_grid .list {
  display: grid;
}
@media screen and (min-width: 1300px) {
  .block_media_grid .list {
    --calculated-row-height: max(150px, min(100vw / 6, var(--pc-height)));
    grid: auto-flow dense var(--calculated-row-height)/repeat(6, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .block_media_grid .list .list_item {
    grid-area: span var(--row)/span var(--column);
  }
}
.block_media_grid .list .list_item:hover .left img {
  transform: none;
}
.block_media_grid .list .list_item .left img {
  transform: scale(1.05);
  transition: transform 0.5s;
}
.block_media_grid .list .list_item .subtitle {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .block_media_grid .list .list_item .subtitle {
    margin-bottom: 16px;
  }
}
.block_media_grid .list .list_item .subtitle span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #f4f3f3;
}
.block_media_grid .list .list_item .text_title {
  font-size: var(--title-font-size);
}

.product-calculator {
  border: 2px solid #e3e1e1 !important;
}

.cell-item {
  margin-top: 20px !important;
}
.cell-item.moi-product-sku-label .product-sku-name {
  font-size: 13px;
  color: #040404;
}
.cell-item.moi-product-sku-value {
  margin-top: 4px !important;
}

.htmlScrollHiden {
  overflow: hidden;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #MainContent > div {
    margin-bottom: 40px;
  }
}
.general-price {
  color: var(--buying_parice_color);
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}

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

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

.public_title {
  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) {
  .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: 700;
  letter-spacing: var(--title_letter_spacing);
}

.block_title {
  margin-bottom: 30px;
}

.block_title h2 {
  font-weight: 600;
}

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

@media (max-width: 767px) {
  .block_title_custom h2 {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale)) !important;
  }
}
.block_title_custom h2 .title_more {
  padding: 0px 30px;
  font-size: 13px;
  font-weight: 700;
  color: var(--title_color);
  min-height: 45px;
  border: 2px solid #e3e1e1;
  border-radius: var(--button_border_radius);
  transition: all 0.25s;
  box-sizing: border-box;
}

.block_title_custom h2 .title_more:hover {
  border-color: var(--title_color);
}

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

.public_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 10px 14px;
  box-sizing: border-box;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  transition: all 0.25s;
  font-size: 16px;
  font-weight: 700;
  border-radius: var(--button_border_radius);
}

.public_btn:hover {
  opacity: 0.8;
}

.public_btn:hover .text {
  transform: translateX(5px);
}

.public_btn:hover .arrow svg {
  opacity: 1;
  transform: translateX(3px);
}

.public_btn .text {
  transition: all 0.25s;
  transform: translateX(10px);
}

.public_btn .arrow {
  display: flex;
  align-items: center;
}

.public_btn .arrow svg {
  width: 24px;
  height: 23px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.25s;
}

.public_card_radius {
  border-radius: 6px;
}

@keyframes progress {
  0% {
    stroke-dashoffset: 75;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mt-\[32px\] {
    margin-top: 32px;
  }
  .md\:mt-\[60px\] {
    margin-top: 60px;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-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-\[120px\] {
    max-width: 120px;
  }
  .md\:max-w-\[400px\] {
    max-width: 400px;
  }
  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:gap-\[60px\] {
    gap: 60px;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-\[48px\] {
    padding: 48px;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:px-\[94px\] {
    padding-left: 94px;
    padding-right: 94px;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .md\:py-\[96px\] {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-\[14px\] {
    font-size: 14px;
  }
  .md\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}