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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

.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-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.border {
  border-width: 1px;
}

.fill-current {
  fill: currentColor;
}

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

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

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

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

oem-menu .menu_title {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.65;
  font-size: var(--general_font_size);
  text-transform: uppercase;
}
oem-menu .pc_menu_title {
  margin-bottom: 15px;
}
oem-menu oem-menu-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(var(--general_font_size) + 2px);
  font-weight: bold;
  height: 40px;
  position: relative;
  position: relative;
}
oem-menu oem-menu-label span {
  flex: 1;
}
oem-menu oem-menu-label::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background-color: var(--color, #fff);
  content: "";
}
oem-menu oem-menu-label::after {
  position: absolute;
  right: 5px;
  top: 50%;
  bottom: 0;
  height: 12px;
  width: 2px;
  margin-top: -6px;
  background-color: var(--color, #fff);
  transition: all 0.2s;
  content: "";
}
oem-menu .oem-menu-warp {
  display: block;
}
@media (max-width: 767px) {
  oem-menu .oem-menu-warp {
    display: none;
  }
}
oem-menu .oem-menu-warp li {
  padding: 4px 0;
}
oem-menu .oem-menu-warp li a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 767px) {
  .oem-menu-acrive .oem-menu-warp {
    display: block;
  }
}
.oem-menu-acrive oem-menu-label::after {
  display: none;
}

#mobile_nav {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 510000;
  visibility: hidden;
}
#mobile_nav.show {
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
}
#mobile_nav.show .mobile_nav_content {
  transform: translateX(0);
}
#mobile_nav .mobile_nav_content {
  background-color: var(--bg);
  color: var(--color);
  height: 100vh;
  overflow-y: scroll;
  transform: translateX(-100%);
  transition: all 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
  max-width: 360px;
  width: 80%;
}
#mobile_nav .mobile_nav_content .close_box {
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #mobile_nav .mobile_nav_content .close_box {
    justify-content: flex-end;
  }
}
#mobile_nav .mobile_nav_content .close_box svg {
  width: 16px;
  height: 16px;
}
#mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item {
  display: flex;
  align-items: center;
  padding: 9px 16px;
  box-sizing: border-box;
  position: relative;
}
#mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item.open .animated-plus svg {
  transform: rotate(180deg);
}
#mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item .animated-plus {
  position: relative;
}
#mobile_nav .mobile_nav_content .mobile_menu .mobile_nav-item .animated-plus svg {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  fill: var(--color);
}
#mobile_nav .mobile_nav_content .mobile_menu ul li a {
  flex: 1;
  display: flex;
  align-items: center;
  color: var(--color);
  justify-content: space-between;
  box-sizing: border-box;
  font-weight: 300;
}
#mobile_nav .mobile_nav_content .mobile_menu ul li .child_mobile_nav {
  display: none;
  background-color: rgba(255, 255, 255, 0.2);
}
#mobile_nav .mobile_nav_content .mobile_menu ul li .child_mobile_nav > li .mobile_nav-item {
  padding-left: 26px;
}
#mobile_nav .mobile_nav_content .mobile_menu ul li .child_mobile_nav > li .child_mobile_nav > li {
  padding: 9px 16px;
  padding-left: 36px;
}
#mobile_nav .currency_box {
  flex: 1;
}
#mobile_nav .currency_box .drop_currency {
  width: 100%;
  max-width: 100% !important;
  background-color: #fff;
}
#mobile_nav .currency_box .drop_currency span, #mobile_nav .currency_box .drop_currency a {
  background-color: #fff;
  color: #000;
}

oem-header {
  position: relative;
  color: var(--menu-color);
  display: block;
}
oem-header .header_top,
oem-header .header_bottom {
  background-color: var(--nav-bg);
  z-index: 20;
  position: relative;
}
@media screen and (max-width: 767px) {
  oem-header .header_top svg {
    width: 22px;
  }
}
oem-header .content {
  justify-content: space-between;
}
oem-header .content .mobile_menu_icon {
  order: 0;
}
oem-header .content .nav-logo {
  order: 2;
}
@media screen and (min-width: 768px) {
  oem-header .content .nav-logo {
    margin-right: 60px;
  }
}
oem-header .content .nav-logo a {
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  letter-spacing: var(--title_letter_spacing);
}
oem-header .content .nav-logo .logo {
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--menu-color);
}
oem-header .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 .content .nav-logo .logo span.pc {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  oem-header .content .nav-logo .logo span.yd {
    display: flex;
    align-items: center;
  }
}
oem-header .content #inline_nav_wrap {
  order: 3;
}
oem-header .content .action-icon {
  order: 4;
}
oem-header .content .action-icon svg path {
  fill: var(--menu-color);
}
oem-header .content .action-icon .currency_box_wrap {
  max-width: 150px;
  padding: 8px 6px;
}
oem-header .content .action-icon .user_wrap .user {
  cursor: pointer;
}
oem-header .content .action-icon .cart-box-wrap .cart-box {
  position: relative;
}
oem-header .content .action-icon .cart-box-wrap .cart-box svg {
  display: none;
}
@media screen and (min-width: 768px) {
  oem-header .content .action-icon .cart-box-wrap .cart-box svg:nth-child(1) {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  oem-header .content .action-icon .cart-box-wrap .cart-box svg:nth-child(2) {
    display: flex;
  }
}
oem-header .content .action-icon .cart-box-wrap .cart-box #cart_number {
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -10px;
  min-width: 16px;
  min-height: 16px;
  padding: 1px;
  line-height: 1;
  position: absolute;
  border-radius: 99px;
  color: #fff;
  background-color: #82cd93;
  font-size: 12px;
}
oem-header .search_from {
  background-color: var(--nav-bg);
  border-top: 1px solid var(--menu-color);
}
oem-header .search_from form input {
  padding: 19px 24px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  oem-header .search_from form input {
    padding: 13px;
  }
}
oem-header .search_from form button {
  color: #222a40;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-left: 30px;
  background-color: transparent;
  cursor: pointer;
}
oem-header .search_from .search_overlay {
  background-color: rgba(0, 0, 0, 0.4);
  content: " ";
  height: 100vh;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
}
oem-header .header_links {
  background-color: var(--links-bg);
}
@media screen and (min-width: 768px) {
  oem-header .header_links {
    position: fixed;
    width: 100px;
    height: 100vh;
    left: 0;
    top: 0;
    padding: 30px 0;
    box-sizing: border-box;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    overflow-y: scroll;
  }
  oem-header .header_links::-webkit-scrollbar {
    display: none;
  }
  oem-header .header_links ul {
    flex-direction: column;
    gap: 15px;
  }
}
oem-header .header_links .container_wrapper {
  padding: 0;
}
oem-header .header_links a {
  color: var(--links-color);
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  oem-header .header_links a {
    font-weight: 700;
    white-space: nowrap;
  }
}
oem-header .header_links .links_content ul {
  display: flex;
  padding: 0 15px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  oem-header .header_links .links_content ul {
    height: 35px;
    overflow-x: scroll;
  }
  oem-header .header_links .links_content ul::-webkit-scrollbar {
    display: none;
  }
}
oem-header .header_links .links_content ul li .img_box img {
  height: 60px;
  width: 60px;
  object-fit: cover;
}

oem-header[logo=center] .content .nav-logo {
  order: 3;
  margin: 0 48px;
}
oem-header[logo=center] .content #inline_nav_wrap {
  order: 2;
}

.currency_box {
  position: relative;
}

oem-currency oem-currency-drop span,
oem-currency oem-currency-drop a {
  color: var(--color);
  background-color: var(--bg);
}

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

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

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

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

.currency_box .drop_currency {
  position: absolute;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  background-color: var(--bg);
  min-height: 92px;
  max-height: 300px;
  max-width: 200px;
  overflow-y: auto;
  display: none;
  z-index: 999;
}

.currency_box .drop_currency .currency {
  max-height: 400px;
  overflow-y: scroll;
}

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

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

.currency_box .drop_currency li a {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 6px;
  line-height: 30px;
  padding: 0 10px;
  letter-spacing: var(--nav_letter_spacing);
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
}

.currency_box .drop_currency li a:hover {
  opacity: 1;
  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);
}

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

#product_detail .module-box {
  border: 0;
  margin-top: 28px;
}
#product_detail .module-cell {
  border: 0;
}
#product_detail .module-cell.module-cell-active .module-cell-header svg {
  color: #008080;
  opacity: 1;
}
#product_detail .module-cell-header {
  padding: 0;
  position: relative;
  align-items: center;
}
#product_detail .module-cell-header .module-cell-tile {
  font-weight: 700;
  padding: 8px 0;
  color: var(--color-main);
  border-bottom: 1px solid #dcdcdc;
}
#product_detail .module-cell-header:hover svg {
  color: #008080;
  opacity: 1;
}
#product_detail .module-cell-header .add-icon,
#product_detail .module-cell-header .reduce-icon {
  position: absolute;
  right: 0;
}
#product_detail .module-cell-header .reduce-icon svg {
  transform: rotate(180deg);
}
#product_detail .module-cell-header svg {
  width: 0.5rem;
  color: #4f4f4f;
  opacity: 0.4;
}
#product_detail .product-price .general_buying-color {
  font-size: 24px;
  font-weight: 700;
}
#product_detail .product-price .general_original-color {
  font-size: 20px;
}
#product_detail .product-tabs {
  justify-content: center;
  gap: 40px;
  border-bottom: 2px solid #d3d4d5;
  position: relative;
}
#product_detail .product-tabs .product-tabs-item {
  margin-right: 0;
  padding: 10px 0;
}
#product_detail .product-tabs .product-tabs-item.product-tabs-item-active {
  border-bottom: 0;
}
#product_detail .product-tabs .slider {
  background-color: #000;
  bottom: 0;
  display: block;
  height: 2px;
  position: absolute;
  transform: translateY(2px);
  transition: all 0.25s ease-out 0s;
}

.product-name {
  font-weight: 700 !important;
  line-height: 1.5;
  margin-bottom: 5px !important;
}

.product-sku-name {
  color: #3a3a3a !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

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

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

.moi-product-sku-label {
  margin-top: 20px !important;
}

.product-sku-values .product-sku-values-item {
  padding: 6px 10px !important;
  border: 1px solid #ccc !important;
}
.product-sku-values .product-sku-values-item.product-sku-values-item-active {
  color: #222222 !important;
  border: 2px solid #222222 !important;
}

.product-calculator {
  height: 52px !important;
  border: 0 !important;
}
.product-calculator .product-calculator-handle {
  line-height: 52px !important;
  width: 52px !important;
  border: 1px solid #000 !important;
  box-sizing: border-box;
}
.product-calculator .product-calculator-handle:hover {
  border-color: #4f4f4f !important;
}
.product-calculator .product-calculator-handle svg {
  width: 0.8rem;
}
.product-calculator .product-calculator-handle.valueIsFirst svg {
  opacity: 0.4;
}
.product-calculator .product-calculator-value {
  width: 88px !important;
  border: 1px solid #000 !important;
  line-height: 52px !important;
  color: #555 !important;
  margin: 0px !important;
}

.product-cart-group {
  padding-top: 12px;
  border-top: 1px solid #ddd;
}

.custom_nav.nav_type1 > ul {
  height: var(--height);
  display: inline-flex;
  position: relative;
  justify-content: flex-start;
}
.custom_nav.nav_type1 > ul a {
  color: var(--menu-color);
}
.custom_nav.nav_type1 > ul li {
  padding: 0 20px;
  display: block;
  list-style-type: none;
  position: relative;
  z-index: 99;
}
.custom_nav.nav_type1 > ul li span {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  color: var(--bg);
}
.custom_nav.nav_type1 > ul li span svg {
  cursor: pointer;
  fill: var(--menu-color);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.custom_nav.nav_type1 > ul li span > i {
  margin-left: 10px;
  font-size: 15px !important;
  font-weight: bold;
  color: var(--menu-color);
}
.custom_nav.nav_type1 > ul li span > .nav-li-a {
  display: flex;
  align-items: center;
  font-size: 15px;
  position: relative;
  height: 100%;
  white-space: nowrap;
}
.custom_nav.nav_type1 > ul li > .nav-child {
  position: absolute;
  min-width: 200px;
  background: var(--bg);
  padding: 16px 30px;
  border-top: 1px solid var(--menu-color);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  max-height: calc(100vh - 126px);
  overflow: auto;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}
.custom_nav.nav_type1 > ul li > .nav-child dt i {
  display: none;
}
.custom_nav.nav_type1 > ul li > .nav-child dt a:hover {
  text-decoration: underline;
}
.custom_nav.nav_type1 > ul li > .nav-child > a {
  display: block;
  line-height: 2;
  transition: all 0.3s;
  white-space: nowrap;
  opacity: 0.6;
}
.custom_nav.nav_type1 > ul li > .nav-child > a:hover {
  text-decoration: underline;
  opacity: 1;
}
.custom_nav.nav_type1 > ul li.more_link, .custom_nav.nav_type1 > ul li.nav-child-three {
  position: static;
}
.custom_nav.nav_type1 > ul li.nav-child-second .nav-child dt {
  padding: 12px 0;
}
.custom_nav.nav_type1 > ul li.nav-child-second .nav-child dt a {
  display: flex;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child {
  width: 100%;
  left: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  background: var(--bg);
  padding: 0;
  max-height: calc(100vh - 126px);
  overflow: auto;
  position: absolute;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper {
  display: flex;
  padding: 20px 50px;
  box-sizing: border-box;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl {
  width: 25%;
  margin-bottom: 30px;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl a {
  display: block;
  line-height: 2;
  transition: all 0.3s;
  position: relative;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl a:hover {
  text-decoration: underline;
  color: var(--menu-color);
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dt {
  margin-bottom: 5px;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dt a {
  font-size: 16px;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dt a:hover {
  text-decoration: underline;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dd a {
  font-size: 14px;
  opacity: 0.6;
}
.custom_nav.nav_type1 > ul li.nav-child-three .nav-child .nav_container_wrapper dl dd a:hover {
  opacity: 1;
  text-decoration: underline;
}
.custom_nav.nav_type1 > ul li:hover span svg {
  transform: rotate(180deg);
}
.custom_nav.nav_type1 > ul li:hover > .nav-child {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
  transform: translateY(0);
  background-color: var(--bg);
  left: 0;
}

.custom_nav.nav_type2 > ul {
  height: var(--height);
  display: inline-flex;
  position: relative;
  justify-content: flex-start;
}
.custom_nav.nav_type2 > ul a {
  color: var(--menu-color);
}
.custom_nav.nav_type2 > ul li {
  padding: 0 20px;
  display: block;
  list-style-type: none;
  z-index: 99;
}
.custom_nav.nav_type2 > ul li:hover .nav-child {
  display: block;
}
.custom_nav.nav_type2 > ul li span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.custom_nav.nav_type2 > ul li span > i {
  margin-left: 10px;
}
.custom_nav.nav_type2 > ul li span > .nav-li-a {
  display: flex;
  align-items: center;
  font-size: 16px;
  position: relative;
  height: 100%;
  white-space: nowrap;
}
.custom_nav.nav_type2 > ul li span > .nav-li-a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #333;
  transition: width 0.2s;
}
.custom_nav.nav_type2 > ul li.nav-child-three .nav-child {
  position: absolute;
}
.custom_nav.nav_type2 > ul li .nav-child {
  display: none;
  position: absolute;
  box-shadow: 0 0 2px #ddd;
  max-width: 350px;
  min-width: 180px;
  max-height: 450px;
  overflow-y: scroll;
  padding: 10px 20px;
  background-color: var(--bg);
}
.custom_nav.nav_type2 > ul li .nav-child > .nav_container_wrapper dl {
  margin: 5px 0;
}
.custom_nav.nav_type2 > ul li .nav-child > .nav_container_wrapper dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.custom_nav.nav_type2 > ul li .nav-child > .nav_container_wrapper dl dt i {
  display: inline-block;
  transform: rotate(-90deg);
}
.custom_nav.nav_type2 > ul li .nav-child > .nav_container_wrapper dl dd {
  line-height: 1.5;
  opacity: 0.6;
  margin: 5px 0;
  display: none;
}

.custom_nav {
  height: var(--height);
}
.custom_nav > ul li.more_link {
  padding: 0 20px;
  display: block;
  list-style-type: none;
  z-index: 99;
}
.custom_nav > ul li.more_link > span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.custom_nav > ul li.more_link .more_link_child {
  width: 100%;
  max-height: calc(100vh - 126px);
  overflow: auto;
  background: var(--bg);
  position: absolute;
  left: 0;
  border-top: 1px solid var(--menu-color);
  opacity: 0;
  visibility: hidden;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper {
  display: flex;
  overflow: hidden;
  padding: 20px 50px;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul {
  padding: 30px 0;
  width: 25%;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li.on span {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.3s;
  min-height: 40px;
  cursor: pointer;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span svg {
  display: none;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span::after {
  display: none;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span .nav-li-a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span a:hover {
  text-decoration: underline;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li span:hover {
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > ul li .nav-child {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child {
  padding: 30px 20px;
  width: 75%;
  box-sizing: border-box;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > a {
  display: block;
  height: 34px;
  line-height: 34px;
  opacity: 0.6;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > a:hover {
  opacity: 1;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 20px;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dt {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 2;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dt i {
  display: none;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dt a:hover {
  text-decoration: underline;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dd a {
  line-height: 2;
  opacity: 0.6;
  transition: all 0.3s;
}
.custom_nav > ul li.more_link .more_link_child > .nav_container_wrapper > .nav-child > .nav_container_wrapper dd a:hover {
  text-decoration: underline;
  opacity: 1;
}
.custom_nav > ul li.more_link:hover .more_link_child {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
}

.collection_item {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.collection_item:hover .item-caption .item-caption-title {
  opacity: 0.7;
}
.collection_item .moi-start-warp {
  justify-content: center !important;
  flex-wrap: wrap;
  row-gap: 10px;
}
.collection_item .actions-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .collection_item .actions-wrapper {
    margin-top: 10px;
  }
}
.collection_item .actions-wrapper .actions-wrapper-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 18px 0;
  box-sizing: border-box;
  width: 100%;
  background-color: unset;
  border: 1px solid var(--main_button_bg);
  color: var(--main_button_color);
  z-index: 0;
  cursor: pointer;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 767px) {
  .collection_item .actions-wrapper .actions-wrapper-btn {
    padding: 10px 0;
  }
}
.collection_item .actions-wrapper .actions-wrapper-btn:hover {
  color: var(--main_button_bg);
}
.collection_item .actions-wrapper .actions-wrapper-btn:hover::before {
  transform: scaleX(0);
  transform-origin: right center;
}
.collection_item .actions-wrapper .actions-wrapper-btn::before {
  background-color: var(--main_button_bg);
  transform: scale(1);
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  right: 0;
  top: -1px;
  transform-origin: left center;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: calc(100% + 2px);
  z-index: -1;
}
.collection_item > div {
  width: 100%;
}
.collection_item .item-caption {
  margin-top: 10px;
}
.collection_item .item-caption .item-caption-price {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: var(--product_font_size);
}
@media screen and (max-width: 767px) {
  .collection_item .item-caption .item-caption-price {
    font-size: calc(var(--product_font_size) * 0.8);
  }
}
.collection_item .item-caption .item-caption-title {
  color: var(--title_color);
  font-size: var(--product_font_size);
  margin-bottom: 10px;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .collection_item .item-caption .item-caption-title {
    font-size: calc(var(--product_font_size) * 0.8);
  }
}
.collection_item .item-caption .item-caption-title:hover {
  opacity: 0.7;
}
.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-slide .bg_img_box {
  height: 100%;
  width: 100%;
}
.block_slides .swiper-slide .bg_img_box img {
  object-fit: cover;
}
.block_slides .swiper-pagination {
  bottom: 15px;
}
.block_slides .swiper-pagination .swiper-pagination-bullet {
  background-color: #222940;
  width: 16px;
  height: 8px;
  border-radius: 4px;
  opacity: 1;
}
.block_slides .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: width 0.5s;
  width: 48px;
}
.block_slides .slide-item-big {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
.block_slides .slide-item-center {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.block_slides .slide-item-small {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
.block_slides .slide-item-auto {
  height: auto;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .block_slides .slide-item-big {
    height: 600px;
  }
  .block_slides .slide-item-center {
    height: 400px;
  }
  .block_slides .slide-item-small {
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .block_slides .slide-item-big {
    height: 100vh;
  }
  .block_slides .slide-item-center {
    height: 70vh;
  }
  .block_slides .slide-item-small {
    height: 50vh;
  }
}
.block_image_list .content .list {
  display: grid;
  grid-template-columns: repeat(var(--yd-number), 1fr);
  column-gap: var(--column-px);
  row-gap: var(--row-px);
}
@media (min-width: 768px) {
  .block_image_list .content .list {
    grid-template-columns: repeat(var(--pc-number), 1fr);
  }
}
.block_image_list .content .list.scroll_flex {
  display: flex;
  column-gap: var(--column-px);
  overflow-x: scroll;
}
.block_image_list .content .list.scroll_flex .list_item {
  flex-shrink: 0;
  width: calc(100% / var(--yd-number));
}
@media (min-width: 768px) {
  .block_image_list .content .list.scroll_flex .list_item {
    width: calc(100% / var(--pc-number));
  }
}
.block_image_list .content .list .list_item img {
  width: 100%;
  object-fit: cover;
}

.block_collection_slides .swiper-button-next, .block_collection_slides .swiper-button-prev {
  background-image: none;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #d3d4d5;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 767px) {
  .block_collection_slides .swiper-button-next, .block_collection_slides .swiper-button-prev {
    display: none;
  }
}
.block_collection_slides .swiper-button-next.swiper-button-disabled, .block_collection_slides .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.block_collection_slides .swiper-button-next .swiper-btn-arrow, .block_collection_slides .swiper-button-prev .swiper-btn-arrow {
  border-bottom: 3px solid #212a2f;
  border-right: 3px solid #212a2f;
  display: block;
  height: 9px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  width: 9px;
}
.block_collection_slides .swiper-button-prev .swiper-btn-arrow {
  transform: translate(-50%, -50%) rotate(135deg);
}
.block_collection_slides .swiper-button-next .swiper-btn-arrow {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.block_collection_list .block_title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_collection_list .block_title h2::before {
  background-color: #222;
  content: " ";
  flex: 1;
  height: 1px;
  margin-right: 29px;
}
.block_collection_list .block_title h2::after {
  background-color: #222;
  content: " ";
  flex: 1;
  height: 1px;
  margin-left: 29px;
}
.block_collection_list .collection_product {
  display: grid;
  grid-template-columns: repeat(var(--wap_number), 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  .block_collection_list .collection_product {
    grid-template-columns: repeat(var(--pc_number), 1fr);
    gap: 25px;
  }
}

.block_new_product .swiper:hover .swiper-button-next,
.block_new_product .swiper:hover .swiper-button-prev {
  display: flex;
}
.block_new_product .swiper .swiper-slide {
  cursor: pointer;
}
.block_new_product .swiper .swiper-slide .img_box {
  width: 100%;
}
.block_new_product .swiper .swiper-slide .img_box img {
  width: 100%;
}
.block_new_product .swiper .swiper-slide .product_card-picture-crop-11 {
  padding-top: 100%;
}
.block_new_product .swiper .swiper-slide .product_card-picture-crop-11 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_new_product .swiper .swiper-slide .product_card-picture-crop-34 {
  padding-top: 125%;
}
.block_new_product .swiper .swiper-slide .product_card-picture-crop-34 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_new_product .swiper .swiper-slide .product_card-picture-crop-23 {
  padding-top: 150%;
}
.block_new_product .swiper .swiper-slide .product_card-picture-crop-23 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_new_product .swiper .swiper-slide .product_card-picture-crop-12 {
  padding-top: 200%;
}
.block_new_product .swiper .swiper-slide .product_card-picture-crop-12 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_new_product .swiper .swiper-slide:hover .text_box {
  display: flex;
}
.block_new_product .swiper .swiper-slide .text_box {
  color: var(--label-color);
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.block_new_product .swiper .swiper-slide .text_box svg,
.block_new_product .swiper .swiper-slide .text_box img {
  width: 20px;
  height: 20px;
}
.block_new_product .swiper .swiper-slide .text_box svg path {
  fill: var(--label-color);
}
.block_new_product .swiper .swiper-slide .text_box span {
  border: 2px solid var(--label-color);
  border-radius: 8px;
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  padding: 4px 12px;
  width: auto;
  font-size: 14px;
}
.block_new_product .swiper .swiper-button-next,
.block_new_product .swiper .swiper-button-prev {
  display: none;
  background-image: none;
  width: 46px;
  background-color: #fff;
  opacity: 0.7;
  height: 100%;
  top: 0;
  margin-top: 0;
}
.block_new_product .swiper .swiper-button-next.swiper-button-disabled,
.block_new_product .swiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.block_new_product .swiper .swiper-button-next svg,
.block_new_product .swiper .swiper-button-prev svg {
  height: 18px;
  width: auto;
  stroke-width: 10px;
  stroke: currentColor;
}
.block_new_product .swiper .swiper-button-next {
  right: 0;
}
.block_new_product .swiper .swiper-button-next:hover svg {
  animation: buttonFromLeftToRight 0.5s ease-in-out forwards;
}
.block_new_product .swiper .swiper-button-prev {
  left: 0;
}
.block_new_product .swiper .swiper-button-prev:hover svg {
  animation: buttonFromRightToLeft 0.5s ease-in-out forwards;
}
.block_new_product .swiper .swiper-button-prev svg {
  transform: rotate(180deg);
}

.footer {
  background-color: var(--bg);
  color: var(--color);
  font-size: 14px;
}
.footer a {
  color: var(--color);
}
.footer .top_container {
  padding: 36px 0;
}
@media screen and (min-width: 768px) {
  .footer .top_container .footer_nwesletter {
    width: 400px;
    margin-right: 50px;
  }
}
.footer .top_container .footer_nwesletter .submit_title {
  font-size: calc(var(--general_font_size) + 4px);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.65;
  text-transform: uppercase;
}
.footer .top_container .footer_nwesletter .footer_news_input {
  width: 100%;
}
.footer .top_container .footer_nwesletter .footer_news_input input {
  min-width: 60%;
  height: 44px;
  padding: 8px 30px 8px 12px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  color: #1e0909;
  font-size: 12px;
}
.footer .top_container .footer_nwesletter .footer_news_input input::placeholder {
  font-size: 12px;
}
.footer .top_container .footer_nwesletter .footer_news_input input:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.footer .top_container .footer_nwesletter .footer_news_input button {
  flex: 1;
  height: 44px;
  cursor: pointer;
  padding: 0;
  background-color: var(--submit-bg);
  color: var(--submit-color);
  opacity: 0.9;
}
.footer .top_container .footer_nwesletter .footer_news_input button:hover {
  opacity: 1;
}
.footer .top_container .footer_nwesletter .zuui-share-link a {
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .footer .top_container .custom_box {
    max-width: 18%;
  }
}
.footer .top_container .custom_box .custom_title {
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.65;
  font-size: var(--general_font_size);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer .top_container .custom_box .custom_detail {
  line-height: 30px;
  white-space: pre-wrap;
}
.footer .bottom {
  padding: 24px 0 36px;
}
.footer .bottom .copyright {
  font-size: 14px;
}

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

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

.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;
  font-weight: 300;
  color: var(--original_price_color);
  white-space: nowrap;
}

.public_title {
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  font-size: var(--title_font_size);
  line-height: 1;
}

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

.block_title h2 {
  color: var(--title_color);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  font-size: var(--title_font_size);
}

@media (max-width: 767px) {
  .block_title h2 {
    font-size: calc(var(--title_font_size) * 0.68);
  }
}
.block_title .block_detail {
  color: var(--detail_color);
  line-height: 1;
  margin-top: 12px;
  font-size: 14px;
  max-width: 580px;
}

body.index_body {
  padding-left: 100px;
  box-sizing: border-box;
}

@keyframes buttonFromRightToLeft {
  0% {
    transform: translateX(0) rotate(180deg);
  }
  25% {
    opacity: 0;
    transform: translateX(-100%) rotate(180deg);
  }
  50% {
    opacity: 0;
    transform: translateX(100%) rotate(180deg);
  }
  75% {
    opacity: 1;
    transform: translateX(0) rotate(180deg);
  }
}
@keyframes buttonFromLeftToRight {
  0% {
    transform: translateX(0);
  }
  25% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  75% {
    opacity: 1;
    transform: translateX(0);
  }
}
.default\:block:default {
  display: block;
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:right-0 {
    right: 0px;
  }
  .md\:top-0 {
    top: 0px;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
}