/** template style start **/
.animation-init {
  animation-duration: 1s;
  animation-timing-function: ease-in-out; }

.animation-move-top {
  animation-name: moveTop; }

@keyframes moveTop {
  0% {
    transform: translateY(-50px);
    opacity: 0.6; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.animation-move-bottom {
  animation-name: moveBottom; }

.animation-scale {
  animation-name: scale; }

@keyframes moveBottom {
  0% {
    transform: translateY(20px);
    opacity: 0.6; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.animation-move-left {
  animation-name: moveLeft; }

@keyframes moveLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0.6; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.animation-move-right {
  animation-name: moveRight; }

@keyframes moveRight {
  0% {
    transform: translateX(50px);
    opacity: 0.6; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes scale {
  0% {
    transform: scale(1.2);
    opacity: 0.6; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.padding-2 {
  padding: 2px; }

.padding-left-2 {
  padding-left: 2px; }

.padding-right-2 {
  padding-right: 2px; }

.padding-bottom-2 {
  padding-bottom: 2px; }

.padding-top-2 {
  padding-top: 2px; }

.padding-4 {
  padding: 4px; }

.padding-left-4 {
  padding-left: 4px; }

.padding-right-4 {
  padding-right: 4px; }

.padding-bottom-4 {
  padding-bottom: 4px; }

.padding-top-4 {
  padding-top: 4px; }

.padding-6 {
  padding: 6px; }

.padding-left-6 {
  padding-left: 6px; }

.padding-right-6 {
  padding-right: 6px; }

.padding-bottom-6 {
  padding-bottom: 6px; }

.padding-top-6 {
  padding-top: 6px; }

.padding-8 {
  padding: 8px; }

.padding-left-8 {
  padding-left: 8px; }

.padding-right-8 {
  padding-right: 8px; }

.padding-bottom-8 {
  padding-bottom: 8px; }

.padding-top-8 {
  padding-top: 8px; }

.padding-10 {
  padding: 10px; }

.padding-left-10 {
  padding-left: 10px; }

.padding-right-10 {
  padding-right: 10px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-12 {
  padding: 12px; }

.padding-left-12 {
  padding-left: 12px; }

.padding-right-12 {
  padding-right: 12px; }

.padding-bottom-12 {
  padding-bottom: 12px; }

.padding-top-12 {
  padding-top: 12px; }

.padding-14 {
  padding: 14px; }

.padding-left-14 {
  padding-left: 14px; }

.padding-right-14 {
  padding-right: 14px; }

.padding-bottom-14 {
  padding-bottom: 14px; }

.padding-top-14 {
  padding-top: 14px; }

.padding-16 {
  padding: 16px; }

.padding-left-16 {
  padding-left: 16px; }

.padding-right-16 {
  padding-right: 16px; }

.padding-bottom-16 {
  padding-bottom: 16px; }

.padding-top-16 {
  padding-top: 16px; }

.padding-18 {
  padding: 18px; }

.padding-left-18 {
  padding-left: 18px; }

.padding-right-18 {
  padding-right: 18px; }

.padding-bottom-18 {
  padding-bottom: 18px; }

.padding-top-18 {
  padding-top: 18px; }

.padding-20 {
  padding: 20px; }

.padding-left-20 {
  padding-left: 20px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-22 {
  padding: 22px; }

.padding-left-22 {
  padding-left: 22px; }

.padding-right-22 {
  padding-right: 22px; }

.padding-bottom-22 {
  padding-bottom: 22px; }

.padding-top-22 {
  padding-top: 22px; }

.padding-24 {
  padding: 24px; }

.padding-left-24 {
  padding-left: 24px; }

.padding-right-24 {
  padding-right: 24px; }

.padding-bottom-24 {
  padding-bottom: 24px; }

.padding-top-24 {
  padding-top: 24px; }

.padding-26 {
  padding: 26px; }

.padding-left-26 {
  padding-left: 26px; }

.padding-right-26 {
  padding-right: 26px; }

.padding-bottom-26 {
  padding-bottom: 26px; }

.padding-top-26 {
  padding-top: 26px; }

.padding-28 {
  padding: 28px; }

.padding-left-28 {
  padding-left: 28px; }

.padding-right-28 {
  padding-right: 28px; }

.padding-bottom-28 {
  padding-bottom: 28px; }

.padding-top-28 {
  padding-top: 28px; }

.padding-30 {
  padding: 30px; }

.padding-left-30 {
  padding-left: 30px; }

.padding-right-30 {
  padding-right: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-top-30 {
  padding-top: 30px; }

.mt2 {
  margin-top: 2px; }

.mt4 {
  margin-top: 4px; }

.mt6 {
  margin-top: 6px; }

.mt8 {
  margin-top: 8px; }

.mt10 {
  margin-top: 10px; }

.mt12 {
  margin-top: 12px; }

.mt14 {
  margin-top: 14px; }

.mt16 {
  margin-top: 16px; }

.mt18 {
  margin-top: 18px; }

.mt20 {
  margin-top: 20px; }

.mt22 {
  margin-top: 22px; }

.mt24 {
  margin-top: 24px; }

.mt26 {
  margin-top: 26px; }

.mt28 {
  margin-top: 28px; }

.mt30 {
  margin-top: 30px; }

.mb2 {
  margin-bottom: 2px; }

.mb4 {
  margin-bottom: 4px; }

.mb6 {
  margin-bottom: 6px; }

.mb8 {
  margin-bottom: 8px; }

.mb10 {
  margin-bottom: 10px; }

.mb12 {
  margin-bottom: 12px; }

.mb14 {
  margin-bottom: 14px; }

.mb16 {
  margin-bottom: 16px; }

.mb18 {
  margin-bottom: 18px; }

.mb20 {
  margin-bottom: 20px; }

.mb22 {
  margin-bottom: 22px; }

.mb24 {
  margin-bottom: 24px; }

.mb26 {
  margin-bottom: 26px; }

.mb28 {
  margin-bottom: 28px; }

.mb30 {
  margin-bottom: 30px; }

.font-size-12 {
  font-size: 12px;
  line-height: 1.4; }

.font-size-14 {
  font-size: 14px;
  line-height: 1.4; }

.font-size-16 {
  font-size: 16px;
  line-height: 1.4; }

.font-size-18 {
  font-size: 18px;
  line-height: 1.4; }

.font-size-20 {
  font-size: 20px;
  line-height: 1.4; }

.font-size-22 {
  font-size: 22px;
  line-height: 1.4; }

.font-size-24 {
  font-size: 24px;
  line-height: 1.4; }

.font-size-26 {
  font-size: 26px;
  line-height: 1.4; }

.font-size-28 {
  font-size: 28px;
  line-height: 1.4; }

.font-size-30 {
  font-size: 30px;
  line-height: 1.4; }

.font-size-32 {
  font-size: 32px;
  line-height: 1.4; }

.font-size-34 {
  font-size: 34px;
  line-height: 1.4; }

.font-size-36 {
  font-size: 36px;
  line-height: 1.4; }

.font-size-38 {
  font-size: 38px;
  line-height: 1.4; }

.font-size-40 {
  font-size: 40px;
  line-height: 1.4; }

.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-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%; }

.general-price {
  color: var(--buying_parice_color);
  font-weight: 400;
  margin-right: 10px;
  white-space: nowrap; }

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

.general_title-color {
  color: var(--title_color);
  font-size: var(--title_font_size);
  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) {
    .general_title-color {
      font-size: calc(var(--title_font_size) * var(--wap_title_scale)); } }

.container-wrapper {
  max-width: var(--general_layout_width);
  margin: 0 auto; }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .container-wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .container-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

.container-fill {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 var(--full_container_padding); }
  @media screen and (min-width: 767px) and (max-width: 1200px) {
    .container-fill {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .container-fill {
      padding-left: 15px;
      padding-right: 15px; } }

.general_title-color {
  color: var(--title_color);
  font-size: var(--title_font_size);
  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) {
    .general_title-color {
      font-size: calc(var(--title_font_size) * var(--wap_title_scale)); } }

.body-scroll-none {
  overflow: hidden;
  height: 100vh;
  width: 100vw; }

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

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

/** template style start **/
/** title style start **/
.block_custom_title {
  padding-bottom: 28px !important;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .block_custom_title .left_box h2 {
    font-size: var(--title_font_size);
    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);
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .block_custom_title .left_box h2 {
        font-size: calc(var(--title_font_size) * var(--wap_title_scale)); } }
  .block_custom_title .left_box .block_detail {
    color: var(--detail_color);
    line-height: 1.7;
    margin: 0;
    margin-top: 20px;
    max-width: auto;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .block_custom_title .left_box .block_detail {
        margin-top: 10px; } }
  .block_custom_title .right_box .more {
    font-weight: var(--title_font_weigth);
    letter-spacing: 0em;
    line-height: 1.6;
    color: var(--title_color);
    font-size: 16px;
    text-decoration: underline;
    text-underline-offset: 3px; }

/** title style end **/
/** public_btn style start **/
.public_btn {
  display: inline-block;
  border-radius: var(--button_border_radius);
  padding: 10px 20px;
  text-align: center;
  border-radius: 46px;
  font-weight: 700; }

.main_button {
  background-color: var(--main_button_bg);
  color: var(--main_button_color);
  position: relative; }
  .main_button:hover {
    opacity: 1; }
    .main_button:hover::after {
      animation: btn-sweep 1s; }
  .main_button::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: .4;
    height: 100%;
    width: 60%;
    background-image: linear-gradient(95deg, transparent, rgba(255, 255, 255, 0.15), transparent); }

.second_button {
  background-color: var(--secondary_button_bg);
  color: var(--secondary_button_color);
  border: 1px solid var(--secondary_button_color); }
  .second_button:hover {
    opacity: 1; }

@keyframes btn-sweep {
  0% {
    left: -60%;
    opacity: 1; }
  to {
    left: 100%;
    opacity: 1; } }

/** public_btn style end **/
/** collection_product style start **/
.collection_item {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateZ(0);
  position: relative; }
  .collection_item .product_price{
    font-weight: bold;
  }
  .collection_item .moi-start-warp {
    flex-wrap: wrap;
    row-gap: 10px; }
  @media screen and (min-width: 768px) {
    .collection_item:hover .actions-wrapper {
      top: 10px;
      opacity: 1; } }
  .collection_item .actions-wrapper {
    position: absolute;
    display: inline-flex;
    justify-content: flex-start;
    top: 20px;
    left: 10px;
    opacity: 0;
    z-index: 50;
    transition: all .25s ease; }
    @media screen and (max-width: 767px) {
      .collection_item .actions-wrapper {
        opacity: 1;
        top: 10px; } }
    .collection_item .actions-wrapper .actions-wrapper-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 32px;
      width: 32px;
      background-color: #27b1e4;
      border-radius: 50%;
      transition: transform .3s ease; }
      .collection_item .actions-wrapper .actions-wrapper-btn:hover {
        transform: scale(1.15); }
      .collection_item .actions-wrapper .actions-wrapper-btn svg {
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10;
        stroke-width: 4px; }
  .collection_item > div {
    width: 100%; }
  .collection_item .item-caption {
    margin-top: 17px; }
    .collection_item .item-caption .item-caption-title {
      color: var(--title_color);
      font-size: 16px;
      margin-bottom: 10px;
      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;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  display: inline-block;
  width: 100%;
  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; }

/** collection_product style end **/
/** waterfall_product style start **/
/** waterfall_product style end **/

.block_product_gallery .swiper-slide {
	display: grid;
	gap: 5px;
}
@media screen and (min-width: 1300px) {
	.block_product_gallery .swiper-slide {
	grid-template-columns: repeat(var(--pc-number), minmax(0, 1fr));
}
}
@media screen and (max-width: 767px) {
	.block_product_gallery .swiper-slide {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
} .block_product_gallery .swiper-slide .item.item-11 {
	aspect-ratio: 1 / 1;
}
.block_product_gallery .swiper-slide .item.item-34 {
	aspect-ratio: 3 / 4;
}
.block_product_gallery .swiper-slide .item.item-23 {
	aspect-ratio: 2 / 3;
}
.block_product_gallery .swiper-slide .item.item-12 {
	aspect-ratio: 1 / 2;
}
@media screen and (min-width: 768px) {
	.block_product_gallery .swiper-slide .item:hover .mask {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
} .block_product_gallery .swiper-slide .item .mask {
	display: none;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.8);
}
.block_product_gallery .swiper-slide .item .mask .main_btn {
	margin: 0;
	font-size: var(--general_font_size);
}
.absolute { position: absolute; }
.h-full { height: 100%; }
.left-0 { left: 0; }
.md\:grid-cols-5 { @media (min-width: 768px) { grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.relative { position: relative; }
.top-0 { top: 0; }
.w-full { width: 100%; }
