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

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-24 {
  height: 6rem;
}

.h-12 {
  height: 3rem;
}

.max-h-full {
  max-height: 100%;
}

.w-full {
  width: 100%;
}

.w-40 {
  width: 10rem;
}

.w-56 {
  width: 14rem;
}

.w-12 {
  width: 3rem;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.uppercase {
  text-transform: uppercase;
}

.opacity-100 {
  opacity: 1;
}

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

#card-header {
  position: sticky;
  z-index: 999;
}
#card-header .cart_number {
  border-radius: 0;
  font-weight: bold;
  border: 2px solid #446084;
  color: #446084;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 24px;
  height: 24px;
  font-size: 1em;
  line-height: 1.9em;
  margin-left: 6px;
  font-family: Helvetica, Arial, Sans-serif;
}
#card-header .cart_number::before {
  transition: height 0.1s ease-out;
  bottom: 100%;
  margin-bottom: 0;
  height: 8px;
  width: 14px;
  left: 50%;
  content: " ";
  position: absolute;
  transform: translateX(-50%);
  pointer-events: none;
  border: 2px solid #446084;
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
  border-bottom: 0;
}
#card-header .cart_number:hover::before {
  height: 10px;
}

.header-notice {
  background-color: var(--notice_bg);
  color: var(--text_color);
}
.header-notice a {
  color: inherit;
}
.header-notice a:hover {
  text-decoration: underline;
}

.pc-nav-menu .nav-search {
  cursor: pointer;
}
.pc-nav-menu .nav-search svg {
  width: 18px;
  height: 18px;
}
.pc-nav-menu .nav-search .nav-search-box input {
  background: transparent;
  color: var(--nav-color);
  border: 1px solid #ddd;
}
.pc-nav-menu .nav-search .nav-search-submit {
  background-color: #006039;
}
.pc-nav-menu .nav-search .nav-search-submit svg {
  color: var(--nav-bg) !important;
}
.pc-nav-menu .header-nav-item {
  margin-right: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.pc-nav-menu .header-nav-item:after {
  z-index: 10;
  opacity: 0;
  left: 50%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 8px;
  margin-left: -8px;
  margin-top: 10px;
  border-color: rgba(73, 78, 82, 0) rgba(73, 78, 82, 0) #ddd;
}
.pc-nav-menu .header-nav-item a {
  font-size: 14px;
}
.pc-nav-menu .header-nav-item a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.pc-nav-menu .header-nav-item .parent-level-ul {
  position: absolute;
  left: -9999999px;
  top: 50%;
  white-space: nowrap;
  background-color: var(--nav-bg);
  opacity: 0;
  border: 2px solid #ddd;
  transition: box-shadow 125ms 0ms, transform 125ms 0ms, opacity 125ms 0ms, visibility;
  margin-top: 25px;
  padding: 20px;
  max-width: 100vw;
  box-sizing: border-box;
  z-index: 100;
}
.pc-nav-menu .header-nav-item .parent-level-ul .sub-menu a {
  line-height: 2.2;
  color: var(--nav-color);
}
.pc-nav-menu .header-nav-item .parent-level-ul .sub-menu .sub-menu-item > a {
  font-weight: 600;
  font-size: 18px;
}
.pc-nav-menu .header-nav-item .parent-level-ul .sub-menu .secondary-ul-item a {
  font-size: 14px;
}
.pc-nav-menu .header-nav-item-children:hover:after {
  opacity: 1;
}
.pc-nav-menu .header-nav-item-children:hover .parent-level-ul {
  visibility: visible;
  opacity: 1;
  left: -45px;
  transition: visibility 0ms 0ms, opacity 0.35s 0ms, transform 0.35s 0ms, box-shadow 0.35s 62.5ms;
}

#header-nav {
  background-color: var(--nav-bg);
  z-index: 999;
  color: var(--nav-color);
}
#header-nav svg {
  color: var(--nav-color);
}
#header-nav a,
#header-nav button {
  color: var(--nav-color);
}
#header-nav .search_popup {
  background-color: var(--nav-bg);
  z-index: 50102;
}

.mobile_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.mobile_menu .mobile_menu_wrapper {
  background: #fff;
  width: 70%;
  height: 100vh;
  overflow-y: auto;
  transform: translate(-100%, 0);
  transition: all 0.3s;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.mobile_menu .mobile_menu_top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  height: 50px;
  border-bottom: 1px solid #ddd;
}

.mobile_menu .mobile_nav {
  /* padding: 15px 0; */
}

.mobile_menu .mobile_nav li a {
  /* line-height: 3; */
  flex: 1;
  padding: 0 18px;
  height: 64px;
  display: flex;
  align-items: center;
  color: var(--menu-color);
  justify-content: space-between;
  box-sizing: border-box;
}

.mobile_menu .mobile_nav li > .avtive {
  background-color: #e3e3e3;
}

.mobile_menu .mobile_nav li .child_mobile_nav {
  background-color: #f7f7f7;
  display: none;
}

.mobile_menu .mobile_currency {
  padding: 0 15px;
}

.mobile_menu .mobile_currency select {
  height: 40px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.mobile_menu_on {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_on .mobile_menu_wrapper {
  transform: none;
}

.mobile_nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile_nav-item svg {
  cursor: pointer;
  padding: 12px 18px;
  transition: transform 0.25s;
}

.mobile_nav-item-open svg {
  transform: rotate(180deg);
}

.search-mobile-box {
  padding: 12px;
  display: flex;
  align-items: center;
}

.search-mobile-icon {
  margin-right: 13px;
}

.search-mobile-input {
  flex: 1;
  height: 46px;
  font-size: 14px;
  line-height: 36px;
}

.button-claer {
  background-color: transparent;
  padding: 0;
}

.mobile_menu-clear {
  position: absolute;
  top: 28px;
  left: calc(70% + 30px);
}

.block_slides {
  position: relative;
}
.block_slides .mask {
  background-color: var(--mask-color);
  opacity: var(--opacity);
}
.block_slides .container-item {
  height: var(--slide-height);
}
.block_slides .container-item .btn_wrap a {
  border-radius: var(--button_border_radius);
  background-color: var(--btn-bg);
  color: var(--btn-color);
  font-size: 16px;
  padding: 6px 18px;
}
.block_slides .container-item .text_box.left {
  align-items: flex-start;
  text-align: left;
}
.block_slides .container-item .text_box.center {
  align-items: center;
  text-align: center;
}
.block_slides .container-item .text_box.right {
  align-items: flex-end;
  text-align: right;
}
.block_slides .container-item .text_box .item_title {
  color: var(--text-color);
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
  line-height: 1;
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 640px) {
  .block_slides .container-item .text_box .item_title {
    font-size: 42px !important;
    line-height: 52px !important;
    font-weight: 700;
  }
}
.block_slides .container-item .text_box .item_detail {
  font-size: 2em;
  font-family: "Dancing Script", sans-serif;
  padding: 5px 0;
  color: var(--text-color);
}
.block_slides .container-item .text_box .item_title,
.block_slides .container-item .text_box .item_detail,
.block_slides .container-item .text_box .btn_wrap {
  max-width: 550px;
}
.block_slides:hover .swiper-prev, .block_slides:hover .block_collection_body .swiper-next, .block_collection_body .block_slides:hover .swiper-next {
  opacity: 1;
  left: 50px;
}
.block_slides:hover .swiper-next {
  opacity: 1;
  right: 50px;
}
.block_slides .swiper-prev, .block_slides .block_collection_body .swiper-next, .block_collection_body .block_slides .swiper-next {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px;
  z-index: 100;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0;
  transition: opacity 0.2s, left 0.2s;
}
.block_slides .swiper-prev path, .block_slides .block_collection_body .swiper-next path, .block_collection_body .block_slides .swiper-next path {
  fill: #fff;
}
.block_slides .swiper-next {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px;
  z-index: 100;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0;
  transition: opacity 0.2s, right 0.2s;
}
.block_slides .swiper-next path {
  fill: #fff;
}

.animate {
  transform: perspective(400px) rotate3d(0, 1, 0, -90deg) translate3d(15px, 0, 0);
  transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in, -webkit-filter 1.3s, -webkit-transform 1.6s;
}

.animate-left {
  transform: translate3d(-70px, 0, 0);
  opacity: 0;
  transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in, -webkit-filter 1.3s, -webkit-transform 1.6s;
}

.swiper-slide-active .animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.swiper-slide-active .animate-left {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.block_image_list_gap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: var(--general_layout_spacing);
  grid-column-gap: var(--general_layout_spacing);
}
@media screen and (max-width: 767px) {
  .block_image_list_gap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block_image_list_gap .content {
  color: var(--color);
  background-color: var(--bg_color);
}
.block_image_list_gap .content:hover {
  background-color: #134d2e;
}
.block_image_list_gap .block_image_list_body {
  height: 158px;
}
.block_image_list_gap img {
  transition: transform 0.2s;
  height: 100%;
  object-fit: cover;
}
.block_image_list_gap img:hover {
  transform: scale(1.2);
}

.block_collection_body {
  overflow: hidden;
}
.block_collection_body:hover .swiper-prev, .block_collection_body:hover .swiper-next {
  opacity: 1;
  left: -30px;
}
.block_collection_body:hover .swiper-next {
  opacity: 1;
  left: 100%;
}
.block_collection_body .swiper-prev, .block_collection_body .swiper-next {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  z-index: 100;
  opacity: 1;
  width: 30px;
  height: 100%;
  opacity: 0;
  justify-content: center;
  transition: all 0.2s;
  display: flex;
  align-items: center;
}
.block_collection_body .swiper-prev path, .block_collection_body .swiper-next path {
  fill: #333;
}
.block_collection_body .swiper-next {
  left: calc(100% + 30px);
}
.block_collection_body .block_collection_item .block_collection_text {
  background-color: #fff;
  transition: margin-top 0.2s;
  position: relative;
}
.block_collection_body .block_collection_item:hover .block_collection_text {
  margin-top: -20px;
}

.collection_item {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.collection_item .moi-start-warp {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  row-gap: 10px;
}

.collection-product-item:hover .actions-wrapper {
  opacity: 1;
  bottom: 0;
}

.collection_item:hover .item-caption-title {
  text-decoration: underline;
}

.collection-product-item .actions-wrapper {
  position: absolute;
  width: 100%;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 20;
  transition: all 0.45s ease-in-out;
}

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

.collection-product-item .actions-wrapper .actions-wrapper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  background: var(--main_button_bg);
  color: var(--main_button_color);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .collection-product-item .actions-wrapper .actions-wrapper-btn {
    display: none;
  }
}
.collection_item > div {
  width: 100%;
}

.collection_item .item-caption {
  margin-top: 24px;
}

.collection_item .item-caption .item-caption-collection {
  margin-bottom: 3px;
  opacity: 0.7;
  color: #777;
}

.collection_item .item-caption .item-caption-title {
  color: #334862;
  font-size: 14px;
  margin-bottom: 3px;
  min-height: 42px;
  text-underline-offset: 3px;
}

.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 {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.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: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.animation-hover:hover .main-image {
  opacity: 0;
}

.animation-hover:hover .hover-two {
  opacity: 1;
}

.block_collection_slides .block_collection_product {
  position: relative;
  overflow: hidden;
}

.block_collection_slides .block_collection_product_content {
  position: relative;
  overflow: hidden;
}

.block_collection_slides .block_collection_product li {
  list-style-type: none;
  line-height: 1.4;
  text-align: center;
}

.block_collection_slides .block_collection_product .product_pic {
  margin-bottom: 18px;
  position: relative;
}

.block_collection_slides .block_collection_product .soldout {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
}

.block_collection_slides .block_collection_product .product_pic .product_img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.block_collection_slides .block_collection_product .product_pic img {
  max-width: 100%;
}

.block_collection_slides .block_collection_product .block_product_name {
  margin-bottom: 4px;
  line-height: 1.5;
}

.block_collection_slides .block_collection_product .block_product_name a {
  color: var(--title_color);
}

.block_collection_slides .block_collection_product .product_price {
  font-weight: bold;
}

.block_collection_slides .block_collection_product .product_oldprice {
  color: #888;
  text-decoration: line-through;
  margin-left: 5px;
  display: inline-block;
  font-weight: normal;
}

.block_collection_slides .block_collection_product_more {
  margin-top: calc(var(--general_layout_spacing) * 0.5);
  text-align: center;
}

.block_collection_slides .block_collection_product .prev,
.block_collection_slides .block_collection_product .next {
  position: absolute;
  top: 0;
  width: 30px;
  bottom: 0;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(30, 33, 34, 0.2);
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
}

.block_collection_slides .block_collection_product:hover .prev,
.block_collection_slides .block_collection_product:hover .next {
  opacity: 1;
}

.block_collection_slides .block_collection_product .prev {
  left: 0;
}

/* Button disabled state */
.block_collection_slides .block_collection_product .swiper-button-disabled {
  cursor: not-allowed;
}

.block_collection_slides .block_collection_product .swiper-button-disabled svg {
  fill: #fff;
}

.block_collection_slides .block_collection_product .next {
  right: 0;
}

.block_collection_slides .block_collection_product .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  overflow: hidden;
}

.block_collection_slides .block_collection_product .pagination span {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #1d1f21;
  border-radius: 50%;
  background: none;
  margin: 0 3px;
  opacity: 1;
  box-sizing: border-box;
  flex-shrink: 0;
}

.block_collection_slides .block_collection_product .pagination span.swiper-pagination-bullet-active {
  background: #1d1f21;
}

.block_collection_slides .block_collection_product .product_name {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: var(--product_font_size);
}

.block_collection_slides .block_collection_product .product_name a {
  color: var(--title_color);
}

@media (max-width: 768px) {
  .block_collection_slides .block_collection_product .prev,
.block_collection_slides .block_collection_product .next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .block_collection_slides .label_style_1 {
    transform: scale(0.8);
    right: -8px;
    top: -8px;
  }
}
.block_image_text_slides_title {
  color: var(--text-color);
  font-size: 2em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .block_image_text_slides_title {
    font-size: 18px;
  }
}

.block_image_text_slides_detail {
  color: var(--text-color);
  font-size: 15px;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 700px;
}

.block_image_text_slides:hover .swiper-prev, .block_image_text_slides:hover .block_collection_body .swiper-next, .block_collection_body .block_image_text_slides:hover .swiper-next {
  opacity: 1;
  left: 50px;
}
.block_image_text_slides:hover .swiper-next {
  opacity: 1;
  right: 50px;
}
.block_image_text_slides .swiper-prev, .block_image_text_slides .block_collection_body .swiper-next, .block_collection_body .block_image_text_slides .swiper-next {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px;
  z-index: 100;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0;
  transition: opacity 0.2s, left 0.2s;
}
.block_image_text_slides .swiper-prev path, .block_image_text_slides .block_collection_body .swiper-next path, .block_collection_body .block_image_text_slides .swiper-next path {
  fill: #fff;
}
.block_image_text_slides .swiper-next {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px !important;
  height: 40px !important;
  margin-top: -20px;
  z-index: 100;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0;
  transition: opacity 0.2s, right 0.2s;
}
.block_image_text_slides .swiper-next path {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .block_image_text_slides_detail {
    font-size: 12px;
  }
}
.block_blog {
  padding-bottom: 30px;
}
.block_blog .blog_list {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .block_blog .blog_list {
    padding: 0 30px;
  }
}
.block_blog:hover .swiper-prev,
.block_blog:hover .swiper-next {
  opacity: 1;
}
.block_blog .swiper-prev,
.block_blog .swiper-next {
  position: absolute;
  top: 0;
  width: 30px;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(30, 33, 34, 0.2);
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .block_blog .swiper-prev,
.block_blog .swiper-next {
    background-color: transparent;
  }
  .block_blog .swiper-prev svg,
.block_blog .swiper-next svg {
    width: 14px;
    height: 14px;
  }
}
.block_blog .swiper-prev, .block_blog .block_collection_body .swiper-next, .block_collection_body .block_blog .swiper-next {
  left: 0;
}
.block_blog .swiper-button-disabled {
  cursor: not-allowed;
}
.block_blog .swiper-button-disabled path {
  fill: #999;
}

.block_blog .blog_list li {
  list-style-type: none;
  overflow: hidden;
}

.block_blog .blog_iamge {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.block_blog .blog_iamge .block_iamge_pic {
  width: 100%;
  height: 100%;
}

.block_blog .blog_iamge img {
  width: 100%;
}

.block_blog .blog_iamge .block_iamge_name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 24px;
  font-family: var(--title_font_family);
  font-style: var(--title_font_style);
  font-weight: var(--title_font_weigth);
  letter-spacing: var(--title_letter_spacing);
}

.block_blog .blog_name {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--title_color);
  font-size: var(--product_font_size);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.block_blog .blog_descript {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: var(--detail_color);
}

.block_blog .blog_more {
  color: var(--detail_color);
  text-decoration: underline;
  transition: all 0.3s;
}

.block_blog .blog_more:hover {
  color: var(--title_color);
}

.block_blog .block_blog_more {
  text-align: center;
  margin-top: calc(var(--general_layout_spacing) * 0.5);
}

.block_blog li:hover .blog_descript,
.block_blog li:hover .blog_name {
  text-decoration: underline;
}

.currency_wrap.show_list .currency_list {
  display: block;
}

.currency_wrap .currency_list {
  box-shadow: 0 10px 16px #0000001a;
  background-color: #eee;
  max-height: 30vh;
  overflow: auto;
  display: none;
  left: -130%;
}

.currency_wrap .currency_list li {
  color: #121212;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
}

.currency_wrap .currency_list li.select svg {
  visibility: visible;
}

.currency_wrap .currency_list li svg {
  height: 18px;
  width: 18px;
  visibility: hidden;
}

.btn_anime {
  position: relative;
  z-index: 1;
}

.btn_anime span:nth-child(2) {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--hover-bg);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  border-radius: 2px;
}

.btn_anime:hover span:nth-child(2) {
  transform: scaleX(1);
}

.block_image_wrapper {
  width: 100%;
  max-width: var(--general_layout_width);
  margin: 0 auto;
}

.block_title {
  position: relative;
}

.block_title::before {
  position: absolute;
  top: 15px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #eeeeee;
  content: "";
  z-index: 1;
}

.block_title h2 {
  position: relative;
  z-index: 10;
  background-color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 0 20px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 3px solid #111;
  background-color: transparent;
  box-sizing: border-box;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
  border: 3px solid #fff;
}

#MainContent > div[data-section-type=block_newsletter] {
  margin-bottom: 0;
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

@media (min-width: 768px) {
  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-52 {
    width: 13rem;
  }
}