*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

.col-span-2 {
  grid-column: span 2/span 2;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

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

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

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

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

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

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

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

.block {
  display: 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;
}

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

.cursor-pointer {
  cursor: pointer;
}

.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-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.menu_title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .menu_title {
    margin-bottom: 50px;
    font-size: 18px;
  }
}

.menu_wrapper .child_box .list_menu .menu_item a {
  text-decoration: underline;
  line-height: 30px;
}
.menu_wrapper .child_box .list_menu .menu_item a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .menu_wrapper .child_box .list_menu .menu_item a {
    font-size: calc(var(--general_font_size) - 2px);
  }
}

.currency_box {
  position: relative;
}

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

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

.currency_box .currency_txt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: var(--nav_letter_spacing);
  border: none;
  cursor: pointer;
}

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

.currency_box .drop_currency {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: var(--bg);
  max-height: 300px;
  max-width: 250px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
}

.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.select a {
  background-color: rgba(255, 255, 255, 0.16);
}

.currency_box .drop_currency li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  padding: 8px;
  color: var(--color);
  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 {
  background-color: rgba(255, 255, 255, 0.16);
}

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

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

.oem_header_pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 20%;
  height: 100vh;
  padding: 35px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  background-color: var(--bg);
  color: var(--menu-color);
  z-index: 999;
  overflow-y: scroll;
  scrollbar-width: 0;
}
.oem_header_pc::-webkit-scrollbar {
  display: none;
}
.oem_header_pc.on {
  z-index: 510000;
}
.oem_header_pc .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.oem_header_pc .content .action_icon .pc_cart_icon #cart_number {
  position: absolute;
  margin-top: 5px;
}
.oem_header_pc .content .nav-logo {
  margin-bottom: 60px;
}
.oem_header_pc .content .nav-logo .logo {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--menu-color);
}
.oem_header_pc .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_pc .content .nav-logo .logo span.pc {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .oem_header_pc .content .nav-logo .logo span.yd {
    display: flex;
    align-items: center;
  }
}
.oem_header_pc .content .action_icon .pc_cart_icon:hover {
  color: var(--active-color);
}
.oem_header_pc .content .nav_menu {
  flex: 1;
  padding-bottom: 80px;
}

.oem_header_mobile {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: var(--bg);
  color: var(--menu-color);
}
.oem_header_mobile.is_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.oem_header_mobile .content .logo {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--menu-color);
}
.oem_header_mobile .content .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_mobile .content .logo span.pc {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .oem_header_mobile .content .logo span.yd {
    display: flex;
    align-items: center;
  }
}
.oem_header_mobile .content .action_icon .mobile_search svg {
  width: 24px;
  height: 24px;
}
.oem_header_mobile .content .action_icon .mobile_cart_icon #cart_number2 {
  position: absolute;
  margin-top: 5px;
}

.nav_menu a {
  background-image: linear-gradient(to right, var(--active-color), var(--active-color));
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: all 0.1s linear;
  background-position: left calc(1em + 3px);
  display: inline;
  color: var(--menu-color);
  line-height: 40px;
}
.nav_menu a:hover {
  background-size: 100% 1px;
  color: var(--active-color) !important;
}
.nav_menu svg path {
  fill: var(--menu-color);
}
.nav_menu svg polygon {
  fill: var(--menu-color);
}
.nav_menu .first_nav_menu_wrapper a {
  font-size: calc(var(--general_font_size) + 6px);
}
.nav_menu .first_nav_menu_wrapper .first_menu_item .first_menu_item_title:hover svg path {
  fill: var(--active-color) !important;
}
.nav_menu .first_nav_menu_wrapper .first_menu_item .first_menu_item_title:hover a {
  background-size: 100% 1px;
  color: var(--active-color) !important;
}
.nav_menu .first_nav_menu_wrapper .first_menu_item .second_nav_menu {
  background-color: var(--bg);
  overflow-y: scroll;
  scrollbar-width: 0;
}
.nav_menu .first_nav_menu_wrapper .first_menu_item .second_nav_menu::-webkit-scrollbar {
  display: none;
}
.nav_menu .first_nav_menu_wrapper .first_menu_item .second_nav_menu .second_menu_item .second_menu_item_title:hover svg path {
  fill: var(--active-color) !important;
}
.nav_menu .first_nav_menu_wrapper .first_menu_item .second_nav_menu .second_menu_item .second_menu_item_title:hover a {
  background-size: 100% 1px;
  color: var(--active-color) !important;
}
.nav_menu .first_nav_menu_wrapper .first_menu_item .second_nav_menu .second_menu_item .three_nav_menu {
  background-color: var(--bg);
  overflow-y: scroll;
  scrollbar-width: 0;
}
.nav_menu .first_nav_menu_wrapper .first_menu_item .second_nav_menu .second_menu_item .three_nav_menu::-webkit-scrollbar {
  display: none;
}
.nav_menu .first_nav_menu_wrapper .arrow_icon_wrapper svg {
  transform: rotate(90deg);
}
.nav_menu .recommend_nav_box {
  margin-top: 30px;
}
.nav_menu .recommend_nav_box .recommend_nav_item {
  line-height: 35px;
}
.nav_menu .login {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mobile_nav_wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 510000;
}
.mobile_nav_wrapper.open_menu {
  visibility: visible;
  pointer-events: all;
}
.mobile_nav_wrapper.open_menu .overlay {
  opacity: 1;
  pointer-events: all;
}
.mobile_nav_wrapper.open_menu .nav_menu {
  transform: translateX(0);
}
.mobile_nav_wrapper .overlay {
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s linear;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
}
.mobile_nav_wrapper .nav_menu {
  position: absolute;
  padding: 0 35px 35px 35px;
  width: 380px;
  height: 100%;
  right: 0;
  box-sizing: border-box;
  background-color: var(--bg);
  transform: translateX(100%);
  transition: all 0.18s linear;
  z-index: 10;
  overflow-y: scroll;
  scrollbar-width: 0;
}
@media screen and (max-width: 474px) {
  .mobile_nav_wrapper .nav_menu {
    width: 320px;
  }
}
.mobile_nav_wrapper .nav_menu::-webkit-scrollbar {
  display: none;
}
.mobile_nav_wrapper .nav_menu .mobile_close_btn span {
  position: relative;
  left: 17px;
}
.mobile_nav_wrapper .nav_menu .mobile_close_btn svg {
  width: 50px;
}
.mobile_nav_wrapper .nav_menu .mobile_close_btn svg:hover polygon {
  fill: var(--active-color);
}
.mobile_nav_wrapper .nav_menu .first_nav_menu_wrapper .second_nav_menu {
  display: none;
  box-sizing: border-box;
  padding-left: 15px;
}
.mobile_nav_wrapper .nav_menu .first_nav_menu_wrapper .second_nav_menu .three_nav_menu {
  display: none;
  padding-left: 15px;
  box-sizing: border-box;
}
.mobile_nav_wrapper .nav_menu .first_nav_menu_wrapper .arrow_icon_wrapper.open svg {
  transform: rotate(0);
}
.mobile_nav_wrapper .nav_menu .first_nav_menu_wrapper .arrow_icon_wrapper svg {
  transform: rotate(180deg);
  transition: transform 100ms ease;
}

.oem_header_pc .nav_menu .first_menu_item:hover .second_nav_menu {
  visibility: visible;
}
.oem_header_pc .nav_menu .first_menu_item:hover .second_nav_menu .second_menu_item {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.oem_header_pc .nav_menu .first_menu_item .second_nav_menu {
  position: fixed;
  height: 100vh;
  left: 20%;
  width: 20%;
  top: 0;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 35px;
  visibility: hidden;
  transition: all 0.15s cubic-bezier(0.4, 0, 1, 1);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.oem_header_pc .nav_menu .first_menu_item .second_nav_menu .second_menu_item {
  left: -20%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.4, 0, 1, 1) 0.1s;
  position: relative;
}
.oem_header_pc .nav_menu .first_menu_item .second_nav_menu .second_menu_item:hover .three_nav_menu {
  visibility: visible;
}
.oem_header_pc .nav_menu .first_menu_item .second_nav_menu .second_menu_item:hover .three_nav_menu .three_menu_item {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.oem_header_pc .nav_menu .first_menu_item .second_nav_menu .three_nav_menu {
  position: fixed;
  height: 100vh;
  left: 40%;
  width: 20%;
  top: 0;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 35px;
  visibility: hidden;
  transition: all 0.15s cubic-bezier(0.4, 0, 1, 1);
}
.oem_header_pc .nav_menu .first_menu_item .second_nav_menu .three_nav_menu .three_menu_item {
  left: -20%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.4, 0, 1, 1) 0.1s;
  position: relative;
}

.search_popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 510000;
}
@media screen and (min-width: 768px) {
  .search_popup.open_popup {
    pointer-events: all;
  }
  .search_popup.open_popup .search_box {
    width: 400px;
    background-color: var(--bg);
  }
  .search_popup.open_popup .search_box form {
    bottom: calc(100% - 65px);
  }
  .search_popup.open_popup .search_box form button.search_btn {
    display: none;
  }
  .search_popup.open_popup .search_box form button.close_btn {
    display: flex;
  }
  .search_popup.open_popup .overlay {
    opacity: 1;
    pointer-events: all;
  }
}
.search_popup .search_box {
  width: 20%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 35px;
  position: absolute;
  transition: background-color 80ms linear, width 80ms linear 60ms;
}
.search_popup .search_box form {
  position: absolute;
  width: calc(100% - 70px);
  bottom: 40px;
  box-sizing: border-box;
  height: 55px;
  transition: width 80ms linear, bottom 0.18s linear 60ms;
  pointer-events: all;
}
.search_popup .search_box form .gradient {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 40px;
  display: block;
  width: 100%;
  pointer-events: none;
}
.search_popup .search_box form input {
  height: 100%;
  width: 100%;
  font-size: 18px;
  border-bottom: 1px solid;
  color: var(--menu-color);
  background-color: var(--bg);
  padding-right: 40px;
  box-sizing: border-box;
}
.search_popup .search_box form input::placeholder {
  color: var(--menu-color);
  opacity: 0.6;
}
.search_popup .search_box form button {
  background-color: transparent;
  right: 8px;
  color: var(--menu-color);
  margin: 0;
  padding: 0;
}
.search_popup .search_box form button:hover {
  color: rgb(255, 0, 0);
}
.search_popup .search_box form button:hover svg path {
  fill: rgb(255, 0, 0);
}
.search_popup .search_box form button:hover svg polygon {
  fill: rgb(255, 0, 0);
}
.search_popup .search_box form button.search_btn svg {
  height: 21px;
  width: 21px;
}
.search_popup .search_box form button svg {
  opacity: 0.6;
  transition: all 0.15s linear;
}
.search_popup .search_box form button.close_btn {
  display: none;
  right: -5px;
}
.search_popup .search_box form button.close_btn svg {
  width: 50px;
}
.search_popup .overlay {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.36);
  opacity: 0;
  pointer-events: none;
}

.oem_header_pc .search_popup:not(.open_popup) .search_box form {
  box-sizing: content-box;
  bottom: 0;
  padding-bottom: 40px;
  background-color: var(--bg);
}

.mobile_search_popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 510000;
}
.mobile_search_popup .search_popup {
  pointer-events: none;
}
.mobile_search_popup .search_popup.open_popup {
  pointer-events: all;
}
.mobile_search_popup .search_popup.open_popup .search_box {
  transform: translateX(0);
}
.mobile_search_popup .search_popup.open_popup .overlay {
  opacity: 1;
  pointer-events: all;
}
.mobile_search_popup .search_popup .search_box {
  width: 380px;
  background-color: var(--bg);
  right: 0;
  transform: translateX(100%);
  transition: all 0.18s linear;
  z-index: 10;
}
@media screen and (max-width: 474px) {
  .mobile_search_popup .search_popup .search_box {
    width: 320px;
  }
}
.mobile_search_popup .search_popup .search_box form {
  bottom: calc(100% - 65px);
}
.mobile_search_popup .search_popup .search_box form input {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mobile_search_popup .search_popup .search_box form button.search_btn {
  display: none;
}
.mobile_search_popup .search_popup .search_box form button.close_btn {
  display: flex;
}
.mobile_search_popup .search_popup .search_box form button svg {
  opacity: 1;
}
.mobile_search_popup .search_popup .overlay {
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s linear;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.marquee-direction-right {
  text-align: end;
}
.marquee-direction-right .marquee_container {
  animation-direction: reverse !important;
}

.marquee--pause-on-mouseover:hover .marquee_container {
  animation-play-state: paused;
}

.marquee_container {
  display: flex;
  align-items: center;
  animation: marquee var(--animation-speed) linear infinite;
  will-change: transform;
}

.block_marquee {
  padding: 16px 0;
  background-color: var(--bg-color);
  color: var(--text-color);
  font-size: 24px;
}
.block_marquee .list {
  flex-shrink: 0;
}
.block_marquee .list .list_item.lk {
  color: transparent;
  font-weight: 100;
  -webkit-text-stroke-color: var(--text-color);
  -webkit-text-stroke-width: 1px;
}

.collection_item {
  text-align: left;
  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: flex-start !important;
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (min-width: 768px) {
  .collection_item:hover .actions-wrapper {
    opacity: 1;
    transform: translateY(0);
  }
  .collection_item:hover .item-caption-title {
    background-size: 100% 1px !important;
  }
}
.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);
    bottom: 10px;
    justify-content: flex-end;
    padding-right: 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%;
}
@media screen and (max-width: 767px) {
  .collection_item .actions-wrapper .actions-wrapper-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
  .collection_item .actions-wrapper .actions-wrapper-btn svg {
    display: block !important;
  }
  .collection_item .actions-wrapper .actions-wrapper-btn span {
    display: none;
  }
}
.collection_item .actions-wrapper .actions-wrapper-btn svg {
  display: none;
}
.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: var(--product_font_size);
  font-weight: bold;
  margin-bottom: 10px;
  background-image: linear-gradient(to right, var(--title_color), var(--title_color));
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: all 0.15s linear;
}
@media screen and (max-width: 767px) {
  .collection_item .item-caption .item-caption-title {
    font-size: 16px !important;
  }
}
.collection_item .item-caption .item-caption-price {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .collection_item .item-caption .item-caption-price {
    font-size: calc(var(--general_font_size) - 2px) !important;
  }
}
.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%;
}
.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_slides .swiper {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .block_slides .swiper {
    padding-bottom: 60px;
  }
}
.block_slides .swiper .swiper-pagination {
  width: 23px;
  border-radius: 23px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block_slides .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 3px 0;
  background-color: #fff;
  opacity: 1;
}
.block_slides .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .block_slides .swiper .swiper-pagination {
    position: relative;
    flex-direction: row;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    padding: 0;
    justify-content: center;
  }
  .block_slides .swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.16);
    margin: 0 3px;
  }
}
.block_slides .swiper .swiper-slide {
  overflow: hidden;
}
.block_slides .swiper .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
}
.block_slides .swiper .swiper-slide .slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_slides .swiper .swiper-slide .slide-inner .mask {
  opacity: var(--opacity);
  background-color: var(--bg-color);
}
.block_slides .swiper .swiper-slide .text_box {
  padding: 90px 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .block_slides .swiper .swiper-slide .text_box {
    padding: 24px 15px;
  }
}
@media screen and (min-width: 768px) {
  .block_slides .swiper .swiper-slide .text_box .text_content {
    max-width: 40%;
  }
}
.block_slides .swiper .swiper-slide .text_box .text_content a {
  color: var(--text-color);
  font-size: calc(var(--general_font_size) - 2px);
}
.block_slides .swiper .swiper-slide .text_box .text_content a .text_title {
  font-size: var(--size);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .block_slides .swiper .swiper-slide .text_box .text_content a .text_title {
    font-size: 34px;
  }
}
.block_slides .swiper .swiper-slide .text_box .text_content a .text_title span {
  background-image: linear-gradient(to right, var(--text-color), var(--text-color));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  transition: all 0.1s linear;
  background-position: left calc(1em + 2px);
}
@media screen and (max-width: 767px) {
  .block_slides .swiper .swiper-slide .text_box .text_content a .text_title span {
    background-size: 100% 2px;
  }
}
.block_slides .swiper .swiper-slide .text_box .text_content a .text_title span:hover {
  background-size: 100% 2px;
}
.block_slides .swiper .swiper-slide .text_box .text_content a .text_detail {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .block_slides .swiper .swiper-slide .text_box .text_content a .text_detail {
    margin-top: 18px;
  }
}
.block_slides .swiper .swiper-slide .text_box.top-center {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.block_slides .swiper .swiper-slide .text_box.top-right {
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}
.block_slides .swiper .swiper-slide .text_box.center-left {
  justify-content: flex-start;
  align-items: center;
}
.block_slides .swiper .swiper-slide .text_box.center-center {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.block_slides .swiper .swiper-slide .text_box.center-right {
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.block_slides .swiper .swiper-slide .text_box.bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
}
.block_slides .swiper .swiper-slide .text_box.bottom-center {
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.block_slides .swiper .swiper-slide .text_box.bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}
.block_slides .slide-item-auto {
  height: auto !important;
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .block_slides .slide-item-big {
    height: 100vh;
  }
  .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: calc(100vh - 60px);
  }
  .block_slides .slide-item-center {
    height: calc(70vh - 60px);
  }
  .block_slides .slide-item-small {
    height: calc(50vh - 60px);
  }
}
.block_collection .content .list {
  gap: var(--gap);
}
.block_collection .content .list .list_item {
  height: 50vh;
  flex-shrink: 0;
  width: var(--width);
}
@media screen and (max-width: 767px) {
  .block_collection .content .list .list_item {
    width: 100%;
  }
}
.block_collection .content .list .list_item a {
  height: 100%;
  width: 100%;
}
.block_collection .content .list .list_item a:hover .img_box img {
  transform: scale(1.1);
}
.block_collection .content .list .list_item a:hover .text_box .text {
  background-size: 100% 2px;
}
.block_collection .content .list .list_item a .img_box {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.block_collection .content .list .list_item a .img_box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
  filter: brightness(calc(100% - var(--mask)));
}
.block_collection .content .list .list_item a .text_box {
  padding: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .block_collection .content .list .list_item a .text_box {
    padding: 24px 15px;
  }
  .block_collection .content .list .list_item a .text_box .text {
    background-size: 100% 2px !important;
    font-size: calc(var(--title_font_size) * var(--wap_title_scale)) !important;
  }
}
.block_collection .content .list .list_item a .text_box .text {
  font-size: 27px;
  font-weight: 600;
  color: var(--text-color);
  line-height: 1.3;
  background-image: linear-gradient(to right, var(--text-color), var(--text-color));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: all 0.15s linear;
}

.block_featured_collection .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .block_featured_collection .list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.block_featured_collection .list .list_item {
  width: 100%;
  display: grid;
}
@media screen and (min-width: 768px) {
  .block_featured_collection .list .list_item:nth-child(1) .collection_item {
    height: 100%;
  }
  .block_featured_collection .list .list_item:nth-child(1) .collection_item > div {
    height: 100%;
  }
  .block_featured_collection .list .list_item:nth-child(1) .collection_item > div .collection-product-item {
    height: 100%;
  }
  .block_featured_collection .list .list_item:nth-child(1) .collection_item > div .item-caption, .block_featured_collection .list .list_item:nth-child(1) .collection_item > div .block_product_img_list {
    height: 0;
  }
}

.block_collection_slides .swiper-pagination {
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .block_collection_slides .swiper-pagination {
    padding-top: 60px;
  }
}
.block_collection_slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.block_collection_slides .swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.block_rich_text {
  padding: 150px 0;
  background-color: var(--bg);
  color: var(--text-color);
}
@media screen and (min-width: 768px) {
  .block_rich_text .content .text_wrapper {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .block_rich_text .content .text_wrapper {
    padding: 0 26px;
    box-sizing: border-box;
  }
}
.block_rich_text .content .text_wrapper .public_title {
  line-height: 1.2;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .block_rich_text .content .text_wrapper .public_title {
    font-size: 26px;
  }
}
.block_rich_text .content .text_wrapper .text_detail {
  margin-top: 30px;
}
.block_rich_text .content .text_wrapper .btn_wrap {
  margin-top: 30px;
}
.block_rich_text .content .text_wrapper .btn_wrap a {
  text-decoration: underline;
  color: var(--text-color);
}

.block_new_product .content .left a {
  color: var(--text-color);
}
.block_new_product .content .left .img_box {
  height: 100%;
}
.block_new_product .content .left .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(var(--mask));
}
.block_new_product .content .left .text_box {
  padding: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .block_new_product .content .left .text_box {
    padding: 24px !important;
  }
  .block_new_product .content .left .text_box .public_title {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale)) !important;
  }
  .block_new_product .content .left .text_box .text_detail {
    font-size: calc(var(--general_font_size) - 2px);
  }
}
.block_new_product .content .right .swiper-pagination {
  position: relative;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .block_new_product .content .right .swiper-pagination {
    padding-top: 60px;
  }
}
.block_new_product .content .right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.block_testimonials {
  background-color: var(--bg);
  color: var(--text-color);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .block_testimonials {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.block_testimonials .content .swiper .swiper-slide {
  box-sizing: border-box;
}
.block_testimonials .content .swiper .swiper-slide .autohr_info .img {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  overflow: hidden;
}
.block_testimonials .content .swiper .swiper-slide .autohr_info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_testimonials .content .swiper .swiper-slide .autohr_info .author_detail {
  font-size: calc(var(--general_font_size) - 2px);
}
.block_testimonials .content .swiper .swiper-slide .author_content {
  margin-top: 45px;
  font-size: var(--title_font_size);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .block_testimonials .content .swiper .swiper-slide .author_content {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale));
  }
}
.block_testimonials .content .swiper .swiper-pagination {
  position: relative;
  text-align: left;
  box-sizing: border-box;
  padding-top: 25px;
}
.block_testimonials .content .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .block_testimonials .content .swiper .autohr_info,
  .block_testimonials .content .swiper .author_content,
  .block_testimonials .content .swiper .swiper-pagination {
    max-width: 80%;
  }
}

.block_blogs .list {
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .block_blogs .list {
    grid-template-columns: repeat(var(--pc-number), minmax(0, 1fr));
    gap: 60px;
  }
}
.block_blogs .list .list_item .image_box {
  width: 100%;
}
.block_blogs .list .list_item .image_box a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: var(--aspect-ratio);
}
.block_blogs .list .list_item .image_box a:hover img {
  transform: scale(1.1);
  filter: brightness(80%);
}
.block_blogs .list .list_item .image_box a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transition: transform 0.6s ease-out;
}
@media screen and (max-width: 767px) {
  .block_blogs .list .list_item .text_box .time, .block_blogs .list .list_item .text_box .blog_descript {
    font-size: calc(var(--general_font_size) - 2px);
  }
}
.block_blogs .list .list_item .text_box .time {
  margin-top: 14px;
  opacity: 0.36;
  font-style: oblique;
}
.block_blogs .list .list_item .text_box .text_title a {
  font-size: 22px;
  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);
}
@media screen and (max-width: 767px) {
  .block_blogs .list .list_item .text_box .text_title a {
    font-size: 18px !important;
  }
}
.block_blogs .list .list_item .text_box .blog_descript {
  margin-top: 14px;
  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%;
}

.block_gallery .img_list {
  display: grid;
}
@media screen and (min-width: 1024px) {
  .block_gallery .img_list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.block_gallery .img_list .img_item {
  overflow: hidden;
  cursor: zoom-in;
}
.block_gallery .img_list .img_item.add_height {
  grid-row: span 2/span 2;
}
.block_gallery .img_list .img_item.add_width {
  grid-column: span 2/span 2;
}
.block_gallery .img_list .img_item:hover img {
  transform: scale(1.1);
}
.block_gallery .img_list .img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease-out;
}

.block_gallery_preview {
  width: 100vw;
  height: 100vh;
  padding: 20px 10px;
  box-sizing: border-box;
  cursor: zoom-out;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.block_gallery_preview.load::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  -webkit-animation: loadingRotate 0.75s linear infinite;
  animation: loadingRotate 0.75s linear infinite;
}
.block_gallery_preview.load img {
  visibility: hidden;
}
.block_gallery_preview img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.block_slogan {
  background-color: var(--bg);
  color: var(--text-color);
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .block_slogan {
    padding: 150px 0;
  }
}
.block_slogan .mask {
  height: 100%;
  right: 0;
  top: 0;
  width: 92px;
}
@media screen and (min-width: 1200px) {
  .block_slogan .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.block_slogan .content .list {
  column-gap: 60px;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .block_slogan .content .list {
    grid-template-columns: repeat(var(--pc-number), minmax(0, 1fr));
  }
}
.block_slogan .content .list .list_item img {
  width: 64px;
  object-fit: cover;
}
.block_slogan .content .list .list_item svg {
  width: 64px;
  height: 64px;
}
.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: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .block_slogan .content .list .list_item {
    width: 260px;
    max-width: 260px;
    flex-shrink: 0;
  }
}

.footer {
  background-color: var(--bg);
  color: var(--font-color);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.footer a {
  color: var(--font-color);
}
.footer .footer_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .footer_item {
    width: 45%;
  }
}
.footer .custom_wrapper .custom_text .custom_detail {
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .footer .custom_wrapper .custom_text .custom_detail {
    font-size: 26px;
  }
}
.footer .footer_newsletter input {
  height: 45px;
  background-color: transparent;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  width: 100%;
  box-sizing: border-box;
  transition: all 0.1s linear;
  color: var(--font-color);
}
.footer .footer_newsletter input:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);
}
.footer .footer_newsletter input:hover {
  border: 1px solid rgba(255, 255, 255, 0.36);
}
.footer .footer_newsletter button {
  right: 20px;
  background-color: transparent;
  color: var(--font-color);
  cursor: pointer;
}
.footer .currency_wrapper {
  display: flex;
}
.footer .currency_wrapper .currency_box {
  height: 46px;
}
.footer .currency_wrapper .currency_box .currency_txt {
  column-gap: 40px;
  padding: 10px 5px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.footer .currency_wrapper .currency_box .drop_currency {
  bottom: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 0;
}
.footer .copyright_wrapper .copyright {
  font-size: 13px;
}

#product_detail .product-warp {
  margin-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 16px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #product_detail .product-warp .product-left {
    order: 1;
    width: 55%;
  }
  #product_detail .product-warp .product-right {
    order: 0;
    width: 45%;
  }
}
@media screen and (min-width: 846px) and (max-width: 1600px) {
  #product_detail .product-card-bottom .product-tabs,
  #product_detail .product-card-bottom .product-tabs-content {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
#product_detail .product-router-nav {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
#product_detail .product-router-nav .product-router-nav-warp {
  margin-bottom: 30px;
}
#product_detail .product-router-nav .product-router-nav-warp a {
  color: #000;
}
#product_detail .product-router-nav .product-router-nav-warp .span {
  color: #000;
  opacity: 0.66;
}
#product_detail .module-box {
  margin-top: 30px;
}
#product_detail .module-box .module-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#product_detail .module-box .module-cell.module-cell-active .module-cell-header .reduce-icon {
  transform: rotate(180deg);
}
#product_detail .module-box .module-cell.module-cell-active .module-cell-header .reduce-icon svg {
  opacity: 1;
}
#product_detail .module-box .module-cell .module-cell-header {
  padding: 10px 0;
  align-items: center;
}
#product_detail .module-box .module-cell .module-cell-header .add-icon,
#product_detail .module-box .module-cell .module-cell-header .reduce-icon {
  width: auto;
  height: auto;
}
#product_detail .module-box .module-cell .module-cell-header .add-icon svg,
#product_detail .module-box .module-cell .module-cell-header .reduce-icon svg {
  width: 12px;
  opacity: 0.6;
}

.product-name {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .product-name {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale)) !important;
  }
}

.product-calculator {
  height: 55px !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
}
.product-calculator .product-calculator-handle {
  height: 55px !important;
  line-height: 55px !important;
  opacity: 0.36;
  transition: all 0.1s linear;
}
.product-calculator .product-calculator-handle:hover {
  opacity: 1;
}
.product-calculator .product-calculator-value {
  line-height: 55px !important;
  margin: 0 !important;
}

.cell-item {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .cell-item .product-price {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .product-info-subtitle,
  .product-info-describe {
    font-size: 14px !important;
  }
  .product-info-subtitle {
    margin-top: 8px;
  }
}
.product-info-describe {
  margin-top: 20px;
}

.secondary_btn,
.main_btn {
  height: 55px !important;
  line-height: 55px !important;
}
@media screen and (max-width: 767px) {
  .secondary_btn,
  .main_btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .block_product_single .product-info-title {
    font-size: calc(var(--title_font_size) * var(--wap_title_scale)) !important;
  }
}

.mo-popup .mo-popup-mask {
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) {
  #card-header {
    margin-left: 20%;
    box-sizing: border-box;
  }
  #MainContent {
    margin-left: 20%;
    box-sizing: border-box;
  }
  #card-footer {
    margin-left: 20%;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .container_wrapper {
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
  }
}
.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);
  white-space: nowrap;
}

.general-oldprice {
  text-decoration: line-through;
  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;
}

.block_title {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .block_title {
    margin-bottom: 25px;
  }
}
.block_title h2 {
  font-weight: 600;
}

.block_title .block_detail {
  margin-top: 15px;
  font-size: calc(var(--general_font_size) + 2px);
}

.block_title_custom {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .block_title_custom {
    margin-bottom: 25px;
  }
}
.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: 4px 0;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 400;
}

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

.block_title_custom .block_detail {
  color: var(--detail_color);
  line-height: 34px;
  margin-top: 15px;
  font-size: calc(var(--general_font_size) + 2px);
}

.title-animation--underline {
  background-image: linear-gradient(to right, var(--title_color), var(--title_color));
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: all 0.1s linear;
  background-position: left calc(1em + 2px);
  display: inline;
}

.title-animation--underline:hover {
  background-size: 100% 1px;
}

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

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:justify-between {
    justify-content: space-between;
  }
}