.primary-btn {
  position: relative;
  background: var(--color_main);
  color: var(--color2);
  bottom: 0;
  width: max-content;
  padding: .3rem 1rem;
  z-index: 3;
  border: 1px solid var(--color1);
  transition: border-radius 0.5s,color 0.5s,background-color 0.5s,scale 0.5s,box-shadow 0.5s,bottom 0.5s;
  border: 1px solid var(--color_main);
  border-radius: var(--border_radius); }
  .primary-btn p {
    max-width: 250px;
    text-transform: capitalize;
    font-size: 1rem;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0; }
  .primary-btn svg {
    transition: all .5s; }
  @media (hover: hover) {
    .primary-btn:hover {
      background-color: var(--color2);
      color: var(--color1);
      border: 1px solid; }
      .primary-btn:hover svg, .primary-btn:hover svg * {
        fill: var(--color_main); } }

.section-distance {
  display: block;
  margin-bottom: 60px; }

.section_index--slider img {
  width: 100%;
  transition: all .5s; }

.section_index--slider .section_index--slider-items:not(.slick-slider) {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow: hidden; }
  .section_index--slider .section_index--slider-items:not(.slick-slider) > * {
    min-width: 0; }

.section_index--slider .section_index--slider-items.slick-slider .slick-dots {
  bottom: 15px; }
  .section_index--slider .section_index--slider-items.slick-slider .slick-dots li.slick-active button {
    background: white;
    border: 1px solid white; }
  .section_index--slider .section_index--slider-items.slick-slider .slick-dots li button {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.6); }

.section_index--slider .section_index--slider-items .section_index--slider-item:has(.section_index--slider-item-product) {
  display: grid;
  grid-template-columns: 75% 25%; }
  .section_index--slider .section_index--slider-items .section_index--slider-item:has(.section_index--slider-item-product) > * {
    min-width: 0; }
  @media (max-width: 991px) {
    .section_index--slider .section_index--slider-items .section_index--slider-item:has(.section_index--slider-item-product) {
      grid-template-columns: 1fr; } }

.section_index--slider .section_index--slider-items .section_index--slider-item .section_index--slider-item-image {
  display: block;
  background: #F4F4F4; }
  @media (min-width: 991px) {
    .section_index--slider .section_index--slider-items .section_index--slider-item .section_index--slider-item-image img {
      clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%); } }

.section_index--slider .section_index--slider-items .section_index--slider-item .section_index--slider-item-product {
  padding: 10%;
  background: #F4F4F4;
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  align-content: center; }
  @media (max-width: 480px) {
    .section_index--slider .section_index--slider-items .section_index--slider-item .section_index--slider-item-product {
      padding: 15px; } }
  .section_index--slider .section_index--slider-items .section_index--slider-item .section_index--slider-item-product .product-item {
    width: 100%;
    background: #FFF;
    border-radius: var(--border_radius);
    box-shadow: rgba(0, 0, 0, 0.05) 1px -1px, rgba(0, 0, 0, 0.15) 3px 3px, rgba(0, 0, 0, 0.15) 6px 6px, rgba(0, 0, 0, 0.15) 9px 9px; }
    .section_index--slider .section_index--slider-items .section_index--slider-item .section_index--slider-item-product .product-item .product-item-detail .product-item-detail-title {
      display: none !important; }

.home-about .home-banner-lg-item-info, .home-about .section_index--product-banner-head-title, .home-about .home-flashsale-left-header, .home-about .home-product-new-header-wrapper, .home-about .home-product-list-header-wrapper, .home-about .home-product-list-header-wrapper, .home-about .home-product-list-header-wrapper {
  display: flex;
  text-align: center;
  width: fit-content;
  margin: auto;
  align-items: center;
  justify-items: center;
  grid-gap: 2rem; }
  .home-about .home-banner-lg-item-info h2, .home-about .section_index--product-banner-head-title h2, .home-about .home-flashsale-left-header h2, .home-about .home-product-new-header-wrapper h2, .home-about .home-product-list-header-wrapper h2, .home-about .home-product-list-header-wrapper h2, .home-about .home-product-list-header-wrapper h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 24px; }
    @media (max-width: 1024px) {
      .home-about .home-banner-lg-item-info h2, .home-about .section_index--product-banner-head-title h2, .home-about .home-flashsale-left-header h2, .home-about .home-product-new-header-wrapper h2, .home-about .home-product-list-header-wrapper h2, .home-about .home-product-list-header-wrapper h2, .home-about .home-product-list-header-wrapper h2 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .home-about .home-banner-lg-item-info h2, .home-about .section_index--product-banner-head-title h2, .home-about .home-flashsale-left-header h2, .home-about .home-product-new-header-wrapper h2, .home-about .home-product-list-header-wrapper h2, .home-about .home-product-list-header-wrapper h2, .home-about .home-product-list-header-wrapper h2 {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .home-about .home-banner-lg-item-info h2, .home-about .section_index--product-banner-head-title h2, .home-about .home-flashsale-left-header h2, .home-about .home-product-new-header-wrapper h2, .home-about .home-product-list-header-wrapper h2, .home-about .home-product-list-header-wrapper h2, .home-about .home-product-list-header-wrapper h2 {
        font-size: 18px; } }
    @media (max-width: 360px) {
      .home-about .home-banner-lg-item-info h2, .home-about .section_index--product-banner-head-title h2, .home-about .home-flashsale-left-header h2, .home-about .home-product-new-header-wrapper h2, .home-about .home-product-list-header-wrapper h2, .home-about .home-product-list-header-wrapper h2, .home-about .home-product-list-header-wrapper h2 {
        font-size: 16px; } }
  .home-about .home-banner-lg-item-info hr, .home-about .section_index--product-banner-head-title hr, .home-about .home-flashsale-left-header hr, .home-about .home-product-new-header-wrapper hr, .home-about .home-product-list-header-wrapper hr, .home-about .home-product-list-header-wrapper hr, .home-about .home-product-list-header-wrapper hr {
    height: 1px;
    width: 70px;
    background-color: var(--color1);
    margin: 0;
    padding: 0; }
    @media (max-width: 480px) {
      .home-about .home-banner-lg-item-info hr, .home-about .section_index--product-banner-head-title hr, .home-about .home-flashsale-left-header hr, .home-about .home-product-new-header-wrapper hr, .home-about .home-product-list-header-wrapper hr, .home-about .home-product-list-header-wrapper hr, .home-about .home-product-list-header-wrapper hr {
        width: 60px; } }
    @media (max-width: 360px) {
      .home-about .home-banner-lg-item-info hr, .home-about .section_index--product-banner-head-title hr, .home-about .home-flashsale-left-header hr, .home-about .home-product-new-header-wrapper hr, .home-about .home-product-list-header-wrapper hr, .home-about .home-product-list-header-wrapper hr, .home-about .home-product-list-header-wrapper hr {
        width: 50px; } }
    .home-about .home-banner-lg-item-info hr:first-child, .home-about .section_index--product-banner-head-title hr:first-child, .home-about .home-flashsale-left-header hr:first-child, .home-about .home-product-new-header-wrapper hr:first-child, .home-about .home-product-list-header-wrapper hr:first-child, .home-about .home-product-list-header-wrapper hr:first-child, .home-about .home-product-list-header-wrapper hr:first-child {
      clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%); }
    .home-about .home-banner-lg-item-info hr:last-child, .home-about .section_index--product-banner-head-title hr:last-child, .home-about .home-flashsale-left-header hr:last-child, .home-about .home-product-new-header-wrapper hr:last-child, .home-about .home-product-list-header-wrapper hr:last-child, .home-about .home-product-list-header-wrapper hr:last-child, .home-about .home-product-list-header-wrapper hr:last-child {
      clip-path: polygon(0 100%, 100% 100%, 100% 0, 0% 100%); }

.home-about h3:not(.product-item-detail-title) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  margin-top: 0.5rem;
  text-align: center;
  color: gray;
  font-size: .9rem;
  margin-bottom: 2rem; }

.home-about a {
  transition: all .5s; }
  .home-about a:hover {
    color: var(--color_main); }

.home-about .home-about-wrap {
  display: grid;
  grid-template-columns: 25% 1fr 25%;
  gap: 15px;
  place-items: center;
  text-align: start; }
  @media (max-width: 991px) {
    .home-about .home-about-wrap {
      grid-template-columns: 1fr; } }
  .home-about .home-about-wrap .home-about-left {
    padding-bottom: 20%; }
    @media (max-width: 991px) {
      .home-about .home-about-wrap .home-about-left {
        padding-bottom: 10%; } }
    @media (max-width: 480px) {
      .home-about .home-about-wrap .home-about-left {
        padding-bottom: 30px; } }
    .home-about .home-about-wrap .home-about-left img {
      border-radius: var(--border_radius); }
  .home-about .home-about-wrap .home-about-center {
    text-align: center; }
    .home-about .home-about-wrap .home-about-center p {
      max-width: 85%;
      margin: 0 auto 15px; }
      @media (max-width: 991px) {
        .home-about .home-about-wrap .home-about-center p {
          max-width: 100%; } }
    .home-about .home-about-wrap .home-about-center .home-about-left-actions {
      display: flex;
      justify-content: center;
      gap: 15px; }
  .home-about .home-about-wrap .home-about-right {
    padding-top: 20%; }
    @media (max-width: 991px) {
      .home-about .home-about-wrap .home-about-right {
        padding-top: 10%; } }
    @media (max-width: 480px) {
      .home-about .home-about-wrap .home-about-right {
        padding-top: 30px; } }
    .home-about .home-about-wrap .home-about-right img {
      border-radius: var(--border_radius); }

.home-collection-list .home-banner-lg-item-info, .home-collection-list .section_index--product-banner-head-title, .home-collection-list .home-flashsale-left-header, .home-collection-list .home-product-new-header-wrapper, .home-collection-list .home-product-list-header-wrapper, .home-collection-list .home-product-list-header-wrapper, .home-collection-list .home-product-list-header-wrapper {
  display: flex;
  text-align: center;
  width: fit-content;
  margin: auto;
  align-items: center;
  justify-items: center;
  grid-gap: 2rem; }
  .home-collection-list .home-banner-lg-item-info h2, .home-collection-list .section_index--product-banner-head-title h2, .home-collection-list .home-flashsale-left-header h2, .home-collection-list .home-product-new-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 24px; }
    @media (max-width: 1024px) {
      .home-collection-list .home-banner-lg-item-info h2, .home-collection-list .section_index--product-banner-head-title h2, .home-collection-list .home-flashsale-left-header h2, .home-collection-list .home-product-new-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .home-collection-list .home-banner-lg-item-info h2, .home-collection-list .section_index--product-banner-head-title h2, .home-collection-list .home-flashsale-left-header h2, .home-collection-list .home-product-new-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2 {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .home-collection-list .home-banner-lg-item-info h2, .home-collection-list .section_index--product-banner-head-title h2, .home-collection-list .home-flashsale-left-header h2, .home-collection-list .home-product-new-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2 {
        font-size: 18px; } }
    @media (max-width: 360px) {
      .home-collection-list .home-banner-lg-item-info h2, .home-collection-list .section_index--product-banner-head-title h2, .home-collection-list .home-flashsale-left-header h2, .home-collection-list .home-product-new-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2, .home-collection-list .home-product-list-header-wrapper h2 {
        font-size: 16px; } }
  .home-collection-list .home-banner-lg-item-info hr, .home-collection-list .section_index--product-banner-head-title hr, .home-collection-list .home-flashsale-left-header hr, .home-collection-list .home-product-new-header-wrapper hr, .home-collection-list .home-product-list-header-wrapper hr, .home-collection-list .home-product-list-header-wrapper hr, .home-collection-list .home-product-list-header-wrapper hr {
    height: 1px;
    width: 70px;
    background-color: var(--color1);
    margin: 0;
    padding: 0; }
    @media (max-width: 480px) {
      .home-collection-list .home-banner-lg-item-info hr, .home-collection-list .section_index--product-banner-head-title hr, .home-collection-list .home-flashsale-left-header hr, .home-collection-list .home-product-new-header-wrapper hr, .home-collection-list .home-product-list-header-wrapper hr, .home-collection-list .home-product-list-header-wrapper hr, .home-collection-list .home-product-list-header-wrapper hr {
        width: 60px; } }
    @media (max-width: 360px) {
      .home-collection-list .home-banner-lg-item-info hr, .home-collection-list .section_index--product-banner-head-title hr, .home-collection-list .home-flashsale-left-header hr, .home-collection-list .home-product-new-header-wrapper hr, .home-collection-list .home-product-list-header-wrapper hr, .home-collection-list .home-product-list-header-wrapper hr, .home-collection-list .home-product-list-header-wrapper hr {
        width: 50px; } }
    .home-collection-list .home-banner-lg-item-info hr:first-child, .home-collection-list .section_index--product-banner-head-title hr:first-child, .home-collection-list .home-flashsale-left-header hr:first-child, .home-collection-list .home-product-new-header-wrapper hr:first-child, .home-collection-list .home-product-list-header-wrapper hr:first-child, .home-collection-list .home-product-list-header-wrapper hr:first-child, .home-collection-list .home-product-list-header-wrapper hr:first-child {
      clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%); }
    .home-collection-list .home-banner-lg-item-info hr:last-child, .home-collection-list .section_index--product-banner-head-title hr:last-child, .home-collection-list .home-flashsale-left-header hr:last-child, .home-collection-list .home-product-new-header-wrapper hr:last-child, .home-collection-list .home-product-list-header-wrapper hr:last-child, .home-collection-list .home-product-list-header-wrapper hr:last-child, .home-collection-list .home-product-list-header-wrapper hr:last-child {
      clip-path: polygon(0 100%, 100% 100%, 100% 0, 0% 100%); }

.home-collection-list h3:not(.product-item-detail-title) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  margin-top: 0.5rem;
  text-align: center;
  color: gray;
  font-size: .9rem;
  margin-bottom: 2rem; }

.home-collection-list a {
  transition: all .5s; }
  .home-collection-list a:hover {
    color: var(--color_main); }

.home-collection-list .home-collection_list-wrapper {
  text-align: center;
  display: flex;
  grid-gap: 1rem;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1200px) {
    .home-collection-list .home-collection_list-wrapper {
      overflow: auto hidden;
      justify-content: flex-start; } }
  .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
    display: block;
    margin: 0.5rem;
    width: calc(100%/8); }
    @media (max-width: 1200px) {
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
        min-width: calc(100%/6); } }
    @media (max-width: 1024px) {
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
        min-width: calc(100%/5); } }
    @media (max-width: 767px) {
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
        min-width: calc(100%/4); } }
    @media (max-width: 480px) {
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
        min-width: calc(100%/3); } }
    @media (max-width: 360px) {
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
        min-width: calc(100%/2); } }
    @media (hover: hover) {
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item:hover .home-collection-list-item-image-holder {
        transform: scale(90%) rotate(10deg); }
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item:hover span {
        color: var(--color_main); } }
    .home-collection-list .home-collection_list-wrapper .home-collection-list-item .home-collection-list-item-image-holder {
      margin-bottom: 1rem;
      border-radius: 999px;
      overflow: hidden;
      transition: all .5s; }
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item .home-collection-list-item-image-holder img {
        max-width: 100px;
        margin: 0 auto;
        border-radius: 999px; }
    .home-collection-list .home-collection_list-wrapper .home-collection-list-item span {
      transition: all .5s; }

.home-coupon .home-coupon-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start; }
  @media (max-width: 1201px) {
    .home-coupon .home-coupon-wrap {
      overflow-x: auto;
      overflow-y: hidden; } }
  .home-coupon .home-coupon-wrap .home-coupon-item {
    width: calc(100%/4 - 15px);
    position: relative; }
    @media (max-width: 1201px) {
      .home-coupon .home-coupon-wrap .home-coupon-item {
        min-width: 325px;
        margin-right: 15px; } }
    @media (max-width: 768px) {
      .home-coupon .home-coupon-wrap .home-coupon-item {
        min-width: 300px; } }
    .home-coupon .home-coupon-wrap .home-coupon-item:after {
      content: "";
      background: url(https://file.hstatic.net/200000306687/file/coupon_cbd1a12636394ed8aa601bef6_af4ff98d4007447bbe804f3fd20ce129.png);
      position: absolute;
      left: 1px;
      top: 6px !important;
      width: 65px;
      height: 63px;
      background-size: cover; }
      @media (max-width: 768px) {
        .home-coupon .home-coupon-wrap .home-coupon-item:after {
          width: 50px;
          height: 50px; } }
    .home-coupon .home-coupon-wrap .home-coupon-item .home-coupon-content {
      position: absolute;
      top: 50%;
      left: 25px;
      transform: translateY(-50%);
      width: 70%; }
      .home-coupon .home-coupon-wrap .home-coupon-item .home-coupon-content .home-coupon-content-head h3 {
        font-size: 12px;
        color: #F30;
        font-weight: bold;
        margin-bottom: 3px;
        margin-left: 30px;
        min-height: 15px;
        padding-top: 0px; }
      .home-coupon .home-coupon-wrap .home-coupon-item .home-coupon-content .home-coupon-content-head p {
        font-size: 12px;
        line-height: 1.2;
        color: #727272;
        padding-bottom: 7px;
        margin-top: 7px;
        margin-bottom: 0; }
      .home-coupon .home-coupon-wrap .home-coupon-item .home-coupon-content .home-coupon-content-foot {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 5px; }
        .home-coupon .home-coupon-wrap .home-coupon-item .home-coupon-content .home-coupon-content-foot button {
          background: none;
          outline: 0;
          box-shadow: none;
          border: none;
          font-size: 12px;
          padding: 0; }
          .home-coupon .home-coupon-wrap .home-coupon-item .home-coupon-content .home-coupon-content-foot button:first-child {
            font-size: 12px;
            text-decoration: underline;
            color: #2E72D2;
            cursor: pointer; }
            .home-coupon .home-coupon-wrap .home-coupon-item .home-coupon-content .home-coupon-content-foot button:first-child:hover {
              color: var(--color_main); }
          .home-coupon .home-coupon-wrap .home-coupon-item .home-coupon-content .home-coupon-content-foot button:last-child {
            background: var(--color_main);
            border: 1px solid var(--color_main);
            border-radius: 4px;
            padding: 0 5px;
            color: var(--color2); }
            .home-coupon .home-coupon-wrap .home-coupon-item .home-coupon-content .home-coupon-content-foot button:last-child:hover {
              color: var(--color_main);
              background: transparent; }
          .home-coupon .home-coupon-wrap .home-coupon-item .home-coupon-content .home-coupon-content-foot button .home-coupon-content-info {
            display: none; }

.home-flashsale .home-flashsale-wrapper {
  display: grid;
  grid-template-columns: 45% 1fr; }
  .home-flashsale .home-flashsale-wrapper > * {
    min-width: 0; }
  @media (max-width: 767px) {
    .home-flashsale .home-flashsale-wrapper {
      grid-template-columns: 1fr; } }
  .home-flashsale .home-flashsale-wrapper .home-flashsale-left {
    height: 100%;
    position: relative;
    overflow: hidden; }
    .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-banner-lg-item-info, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .section_index--product-banner-head-title, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-left-header, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-new-header-wrapper, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper {
      display: flex;
      text-align: center;
      width: fit-content;
      margin: auto;
      align-items: center;
      justify-items: center;
      grid-gap: 2rem; }
      .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-banner-lg-item-info h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .section_index--product-banner-head-title h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-left-header h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-new-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
        padding: 0;
        font-size: 24px; }
        @media (max-width: 1024px) {
          .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-banner-lg-item-info h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .section_index--product-banner-head-title h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-left-header h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-new-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2 {
            font-size: 22px; } }
        @media (max-width: 767px) {
          .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-banner-lg-item-info h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .section_index--product-banner-head-title h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-left-header h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-new-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2 {
            font-size: 20px; } }
        @media (max-width: 480px) {
          .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-banner-lg-item-info h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .section_index--product-banner-head-title h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-left-header h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-new-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2 {
            font-size: 18px; } }
        @media (max-width: 360px) {
          .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-banner-lg-item-info h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .section_index--product-banner-head-title h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-left-header h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-new-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper h2 {
            font-size: 16px; } }
      .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-banner-lg-item-info hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .section_index--product-banner-head-title hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-left-header hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-new-header-wrapper hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr {
        height: 1px;
        width: 70px;
        background-color: var(--color1);
        margin: 0;
        padding: 0; }
        @media (max-width: 480px) {
          .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-banner-lg-item-info hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .section_index--product-banner-head-title hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-left-header hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-new-header-wrapper hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr {
            width: 60px; } }
        @media (max-width: 360px) {
          .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-banner-lg-item-info hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .section_index--product-banner-head-title hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-left-header hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-new-header-wrapper hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr {
            width: 50px; } }
        .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-banner-lg-item-info hr:first-child, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .section_index--product-banner-head-title hr:first-child, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-left-header hr:first-child, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-new-header-wrapper hr:first-child, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr:first-child, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr:first-child, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr:first-child {
          clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%); }
        .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-banner-lg-item-info hr:last-child, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .section_index--product-banner-head-title hr:last-child, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-left-header hr:last-child, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-new-header-wrapper hr:last-child, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr:last-child, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr:last-child, .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-product-list-header-wrapper hr:last-child {
          clip-path: polygon(0 100%, 100% 100%, 100% 0, 0% 100%); }
    .home-flashsale .home-flashsale-wrapper .home-flashsale-left h3:not(.product-item-detail-title) {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin: 0;
      margin-top: 0.5rem;
      text-align: center;
      color: gray;
      font-size: .9rem;
      margin-bottom: 2rem; }
    .home-flashsale .home-flashsale-wrapper .home-flashsale-left a {
      transition: all .5s; }
      .home-flashsale .home-flashsale-wrapper .home-flashsale-left a:hover {
        color: var(--color_main); }
    .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: 25%;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; }
      @media (max-width: 991px) {
        .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-info {
          bottom: 15%; } }
      .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-info .countdownLoop {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 1rem; }
        .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-info .countdownLoop b {
          display: flex;
          width: 50px;
          height: 50px;
          align-items: center;
          justify-content: center;
          color: var(--color1);
          background-color: rgba(255, 255, 255, 0.95);
          border-radius: 10px;
          box-shadow: 0px 3px 5px rgba(25, 25, 25, 0.5);
          font-size: 1.5rem;
          line-height: 1; }
        .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-info .countdownLoop span {
          color: var(--color2);
          text-align: center;
          font-size: 1.25rem;
          text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
          line-height: 1; }
      .home-flashsale .home-flashsale-wrapper .home-flashsale-left .home-flashsale-info a {
        border-radius: var(--border_radius);
        margin-top: 15px; }
    .home-flashsale .home-flashsale-wrapper .home-flashsale-left img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: var(--border_radius) 0 0 var(--border_radius); }
  .home-flashsale .home-flashsale-wrapper .home-flashsale-right {
    background: #FFF;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.14);
    padding: 1rem 1rem 2rem;
    border-radius: var(--border_radius) var(--border_radius) var(--border_radius) 0; }
    .home-flashsale .home-flashsale-wrapper .home-flashsale-right:not(.slick-slider) {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 50%;
      overflow: hidden; }
    .home-flashsale .home-flashsale-wrapper .home-flashsale-right.slick-slider .slick-dots {
      display: none !important; }

.home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item {
  position: relative;
  overflow: hidden; }
  .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .section_index--product-banner-head-title, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-flashsale-left-header, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-new-header-wrapper, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper {
    display: flex;
    text-align: center;
    width: fit-content;
    margin: auto;
    align-items: center;
    justify-items: center;
    grid-gap: 2rem; }
    .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .section_index--product-banner-head-title h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-flashsale-left-header h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-new-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin: 0;
      padding: 0;
      font-size: 24px; }
      @media (max-width: 1024px) {
        .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .section_index--product-banner-head-title h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-flashsale-left-header h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-new-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2 {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .section_index--product-banner-head-title h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-flashsale-left-header h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-new-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2 {
          font-size: 20px; } }
      @media (max-width: 480px) {
        .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .section_index--product-banner-head-title h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-flashsale-left-header h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-new-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2 {
          font-size: 18px; } }
      @media (max-width: 360px) {
        .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .section_index--product-banner-head-title h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-flashsale-left-header h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-new-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper h2 {
          font-size: 16px; } }
    .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .section_index--product-banner-head-title hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-flashsale-left-header hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-new-header-wrapper hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr {
      height: 1px;
      width: 70px;
      background-color: var(--color1);
      margin: 0;
      padding: 0; }
      @media (max-width: 480px) {
        .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .section_index--product-banner-head-title hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-flashsale-left-header hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-new-header-wrapper hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr {
          width: 60px; } }
      @media (max-width: 360px) {
        .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .section_index--product-banner-head-title hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-flashsale-left-header hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-new-header-wrapper hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr {
          width: 50px; } }
      .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info hr:first-child, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .section_index--product-banner-head-title hr:first-child, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-flashsale-left-header hr:first-child, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-new-header-wrapper hr:first-child, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr:first-child, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr:first-child, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr:first-child {
        clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%); }
      .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info hr:last-child, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .section_index--product-banner-head-title hr:last-child, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-flashsale-left-header hr:last-child, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-new-header-wrapper hr:last-child, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr:last-child, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr:last-child, .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-product-list-header-wrapper hr:last-child {
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0% 100%); }
  .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item h3:not(.product-item-detail-title) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    margin-top: 0.5rem;
    text-align: center;
    color: gray;
    font-size: .9rem;
    margin-bottom: 2rem; }
  .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item a {
    transition: all .5s; }
    .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item a:hover {
      color: var(--color_main); }
  .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item img {
    width: 100%;
    height: auto;
    transition: transform 0.75s; }
  @media (hover: hover) {
    .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item:hover img {
      transform: scale(1.025); } }

.section_index--product-banner {
  margin: 30px 0; }
  .section_index--product-banner .section_index--product-banner-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .section_index--product-banner .section_index--product-banner-wrap {
        grid-template-columns: repeat(1, 1fr); } }
    .section_index--product-banner .section_index--product-banner-wrap > * {
      min-width: 0; }
    .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head {
      grid-column: span 2;
      font-size: 18px;
      text-align: center; }
      .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-banner-lg-item-info, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .section_index--product-banner-head-title, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-flashsale-left-header, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-new-header-wrapper, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper {
        display: flex;
        text-align: center;
        width: fit-content;
        margin: auto;
        align-items: center;
        justify-items: center;
        grid-gap: 2rem; }
        .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-banner-lg-item-info h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .section_index--product-banner-head-title h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-flashsale-left-header h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-new-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2 {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          margin: 0;
          padding: 0;
          font-size: 24px; }
          @media (max-width: 1024px) {
            .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-banner-lg-item-info h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .section_index--product-banner-head-title h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-flashsale-left-header h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-new-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2 {
              font-size: 22px; } }
          @media (max-width: 767px) {
            .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-banner-lg-item-info h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .section_index--product-banner-head-title h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-flashsale-left-header h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-new-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2 {
              font-size: 20px; } }
          @media (max-width: 480px) {
            .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-banner-lg-item-info h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .section_index--product-banner-head-title h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-flashsale-left-header h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-new-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2 {
              font-size: 18px; } }
          @media (max-width: 360px) {
            .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-banner-lg-item-info h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .section_index--product-banner-head-title h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-flashsale-left-header h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-new-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper h2 {
              font-size: 16px; } }
        .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-banner-lg-item-info hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .section_index--product-banner-head-title hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-flashsale-left-header hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-new-header-wrapper hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr {
          height: 1px;
          width: 70px;
          background-color: var(--color1);
          margin: 0;
          padding: 0; }
          @media (max-width: 480px) {
            .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-banner-lg-item-info hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .section_index--product-banner-head-title hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-flashsale-left-header hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-new-header-wrapper hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr {
              width: 60px; } }
          @media (max-width: 360px) {
            .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-banner-lg-item-info hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .section_index--product-banner-head-title hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-flashsale-left-header hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-new-header-wrapper hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr {
              width: 50px; } }
          .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-banner-lg-item-info hr:first-child, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .section_index--product-banner-head-title hr:first-child, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-flashsale-left-header hr:first-child, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-new-header-wrapper hr:first-child, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr:first-child, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr:first-child, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr:first-child {
            clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%); }
          .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-banner-lg-item-info hr:last-child, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .section_index--product-banner-head-title hr:last-child, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-flashsale-left-header hr:last-child, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-new-header-wrapper hr:last-child, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr:last-child, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr:last-child, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head .home-product-list-header-wrapper hr:last-child {
            clip-path: polygon(0 100%, 100% 100%, 100% 0, 0% 100%); }
      .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head h3:not(.product-item-detail-title) {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
        margin-top: 0.5rem;
        text-align: center;
        color: gray;
        font-size: .9rem;
        margin-bottom: 2rem; }
      .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head a {
        transition: all .5s; }
        .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head a:hover {
          color: var(--color_main); }
      @media (max-width: 767px) {
        .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head {
          grid-column: initial; } }
      .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-head h2 {
        margin: 0;
        line-height: 1; }
    .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-tabs-group {
      grid-column: span 2;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-tabs-group {
          grid-column: initial; } }
      .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-tabs-group .section_index--product-banner-tabs {
        display: flex;
        justify-content: center;
        gap: 30px;
        overflow: auto hidden; }
        @media (max-width: 480px) {
          .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-tabs-group .section_index--product-banner-tabs {
            gap: 15px; } }
        @media (max-width: 360px) {
          .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-tabs-group .section_index--product-banner-tabs {
            gap: 10px;
            white-space: nowrap;
            justify-content: space-between; } }
        .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-tabs-group .section_index--product-banner-tabs .section_index--product-banner-tab {
          cursor: pointer;
          border-bottom: 1px solid transparent; }
          .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-tabs-group .section_index--product-banner-tabs .section_index--product-banner-tab.active, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-tabs-group .section_index--product-banner-tabs .section_index--product-banner-tab:hover {
            border-bottom: 1px solid var(--color_main2); }
            .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-tabs-group .section_index--product-banner-tabs .section_index--product-banner-tab.active span, .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-tabs-group .section_index--product-banner-tabs .section_index--product-banner-tab:hover span {
              color: var(--color_main2); }
    .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-left .section_index--product-banner-details .section_index--product-banner-detail {
      display: none; }
      .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-left .section_index--product-banner-details .section_index--product-banner-detail.active {
        display: block; }
      .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-left .section_index--product-banner-details .section_index--product-banner-detail .section_index--product-banner-detail-box {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-left .section_index--product-banner-details .section_index--product-banner-detail .section_index--product-banner-detail-box img {
          height: auto; }
        .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-left .section_index--product-banner-details .section_index--product-banner-detail .section_index--product-banner-detail-box h3 {
          font-size: 28px;
          font-weight: 900;
          margin: 0; }
        .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-left .section_index--product-banner-details .section_index--product-banner-detail .section_index--product-banner-detail-box h4 {
          font-size: 14px;
          font-weight: normal;
          font-style: italic;
          color: gray;
          margin: 0 0 5px;
          line-height: 1; }
        .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-left .section_index--product-banner-details .section_index--product-banner-detail .section_index--product-banner-detail-box p {
          font-size: 14px;
          font-weight: 500; }
        .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-left .section_index--product-banner-details .section_index--product-banner-detail .section_index--product-banner-detail-box a {
          text-align: right;
          color: var(--color_main2);
          text-decoration: underline;
          margin: 0 0 0 auto; }
          .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-left .section_index--product-banner-details .section_index--product-banner-detail .section_index--product-banner-detail-box a:hover {
            color: #F30; }
    @media (max-width: 991px) {
      .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-right {
        margin-top: 15px; } }
    .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-right .section_index--product-banner-mains .section_index--product-banner-main {
      display: none; }
      .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-right .section_index--product-banner-mains .section_index--product-banner-main.active {
        display: block; }
      .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-right .section_index--product-banner-mains .section_index--product-banner-main .section_index--product-banner-main-box:not(:has( > p)) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px; }
      .section_index--product-banner .section_index--product-banner-wrap .section_index--product-banner-right .section_index--product-banner-mains .section_index--product-banner-main .section_index--product-banner-main-box .product-item {
        padding: 0; }

.home-vendor .home-vendor-items {
  padding: 15px 0 0;
  pointer-events: none; }
  .home-vendor .home-vendor-items .home-vendor-item {
    padding: 0 15px; }
    .home-vendor .home-vendor-items .home-vendor-item img {
      max-width: 150px; }

.home-product-pos .home-product-pos-wrap {
  position: relative;
  margin: 0 auto; }
  .home-product-pos .home-product-pos-wrap > picture img {
    width: 100%;
    border-radius: var(--border_radius); }
  .home-product-pos .home-product-pos-wrap .home-product-pos-item {
    position: absolute;
    z-index: 10;
    cursor: pointer; }
    @media (max-width: 991px) {
      .home-product-pos .home-product-pos-wrap .home-product-pos-item.left {
        z-index: 100; }
        .home-product-pos .home-product-pos-wrap .home-product-pos-item.left .home-product-pos-item-dots {
          display: none; } }
    .home-product-pos .home-product-pos-wrap .home-product-pos-item.left .home-product-pos-item-contents {
      opacity: 1;
      visibility: visible;
      left: 50px;
      min-width: 160px; }
      .home-product-pos .home-product-pos-wrap .home-product-pos-item.left .home-product-pos-item-contents:after {
        border-color: transparent #FFF transparent transparent;
        left: -19px; }
    @media (max-width: 991px) {
      .home-product-pos .home-product-pos-wrap .home-product-pos-item.right {
        z-index: 100; }
        .home-product-pos .home-product-pos-wrap .home-product-pos-item.right .home-product-pos-item-dots {
          display: none; } }
    .home-product-pos .home-product-pos-wrap .home-product-pos-item.right .home-product-pos-item-contents {
      opacity: 1;
      visibility: visible;
      right: 50px;
      min-width: 160px; }
      @media (max-width: 991px) {
        .home-product-pos .home-product-pos-wrap .home-product-pos-item.right .home-product-pos-item-contents {
          right: unset; } }
      .home-product-pos .home-product-pos-wrap .home-product-pos-item.right .home-product-pos-item-contents:after {
        border-color: transparent transparent transparent #FFF;
        right: -19px; }
    .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-dots {
      width: 20px;
      height: 20px;
      background: #FFF;
      display: block;
      border-radius: 999px;
      position: relative;
      border: 7.5px solid var(--color_main); }
      .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-dots::selection {
        background: transparent; }

@keyframes cusBigger {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes cusBigger {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
      @media (max-width: 480px) {
        .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-dots {
          width: 22.5px;
          height: 22.5px; } }
      .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-dots:after {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, 0.5);
        top: -12px;
        left: -12px;
        width: 30px;
        height: 30px;
        border-radius: 999px;
        animation: cusBigger 1.5s ease-out infinite;
        z-index: -1; }
        @media (max-width: 480px) {
          .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-dots:after {
            width: 25px;
            height: 25px;
            top: -8px;
            left: -8.5px; } }
    .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      z-index: 10;
      min-width: 0;
      padding: 10px;
      box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: opacity .5s ease-in;
      border-radius: var(--border_radius);
      overflow: hidden; }
      @media (max-width: 991px) {
        .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents {
          transform: translate(-50%, -50%);
          position: fixed;
          left: 50% !important; } }
      .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents *::selection {
        background: transparent; }
      .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 10px;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 991px) {
          .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents:after {
            display: none; } }
      .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents img {
        border-radius: var(--border_radius); }
      .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents h3 {
        font-size: 1rem; }
      .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents a {
        display: block;
        margin-top: 5px; }
        .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents a p {
          font-weight: 600;
          margin: 0;
          margin-bottom: 0;
          font-size: 1rem;
          line-height: 1.25; }
          .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents a p small {
            font-weight: normal;
            color: #aaa; }
          .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents a p i {
            display: none !important; }
        .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents a span {
          font-weight: bold;
          font-size: .85rem;
          color: #F30; }

.home-product-list .home-banner-lg-item-info, .home-product-list .section_index--product-banner-head-title, .home-product-list .home-flashsale-left-header, .home-product-list .home-product-new-header-wrapper, .home-product-list .home-product-list-header-wrapper, .home-product-list .home-product-list-header-wrapper, .home-product-list .home-product-list-header-wrapper {
  display: flex;
  text-align: center;
  width: fit-content;
  margin: auto;
  align-items: center;
  justify-items: center;
  grid-gap: 2rem; }
  .home-product-list .home-banner-lg-item-info h2, .home-product-list .section_index--product-banner-head-title h2, .home-product-list .home-flashsale-left-header h2, .home-product-list .home-product-new-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 24px; }
    @media (max-width: 1024px) {
      .home-product-list .home-banner-lg-item-info h2, .home-product-list .section_index--product-banner-head-title h2, .home-product-list .home-flashsale-left-header h2, .home-product-list .home-product-new-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .home-product-list .home-banner-lg-item-info h2, .home-product-list .section_index--product-banner-head-title h2, .home-product-list .home-flashsale-left-header h2, .home-product-list .home-product-new-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2 {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .home-product-list .home-banner-lg-item-info h2, .home-product-list .section_index--product-banner-head-title h2, .home-product-list .home-flashsale-left-header h2, .home-product-list .home-product-new-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2 {
        font-size: 18px; } }
    @media (max-width: 360px) {
      .home-product-list .home-banner-lg-item-info h2, .home-product-list .section_index--product-banner-head-title h2, .home-product-list .home-flashsale-left-header h2, .home-product-list .home-product-new-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2, .home-product-list .home-product-list-header-wrapper h2 {
        font-size: 16px; } }
  .home-product-list .home-banner-lg-item-info hr, .home-product-list .section_index--product-banner-head-title hr, .home-product-list .home-flashsale-left-header hr, .home-product-list .home-product-new-header-wrapper hr, .home-product-list .home-product-list-header-wrapper hr, .home-product-list .home-product-list-header-wrapper hr, .home-product-list .home-product-list-header-wrapper hr {
    height: 1px;
    width: 70px;
    background-color: var(--color1);
    margin: 0;
    padding: 0; }
    @media (max-width: 480px) {
      .home-product-list .home-banner-lg-item-info hr, .home-product-list .section_index--product-banner-head-title hr, .home-product-list .home-flashsale-left-header hr, .home-product-list .home-product-new-header-wrapper hr, .home-product-list .home-product-list-header-wrapper hr, .home-product-list .home-product-list-header-wrapper hr, .home-product-list .home-product-list-header-wrapper hr {
        width: 60px; } }
    @media (max-width: 360px) {
      .home-product-list .home-banner-lg-item-info hr, .home-product-list .section_index--product-banner-head-title hr, .home-product-list .home-flashsale-left-header hr, .home-product-list .home-product-new-header-wrapper hr, .home-product-list .home-product-list-header-wrapper hr, .home-product-list .home-product-list-header-wrapper hr, .home-product-list .home-product-list-header-wrapper hr {
        width: 50px; } }
    .home-product-list .home-banner-lg-item-info hr:first-child, .home-product-list .section_index--product-banner-head-title hr:first-child, .home-product-list .home-flashsale-left-header hr:first-child, .home-product-list .home-product-new-header-wrapper hr:first-child, .home-product-list .home-product-list-header-wrapper hr:first-child, .home-product-list .home-product-list-header-wrapper hr:first-child, .home-product-list .home-product-list-header-wrapper hr:first-child {
      clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%); }
    .home-product-list .home-banner-lg-item-info hr:last-child, .home-product-list .section_index--product-banner-head-title hr:last-child, .home-product-list .home-flashsale-left-header hr:last-child, .home-product-list .home-product-new-header-wrapper hr:last-child, .home-product-list .home-product-list-header-wrapper hr:last-child, .home-product-list .home-product-list-header-wrapper hr:last-child, .home-product-list .home-product-list-header-wrapper hr:last-child {
      clip-path: polygon(0 100%, 100% 100%, 100% 0, 0% 100%); }

.home-product-list h3:not(.product-item-detail-title) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  margin-top: 0.5rem;
  text-align: center;
  color: gray;
  font-size: .9rem;
  margin-bottom: 2rem; }

.home-product-list a {
  transition: all .5s; }
  .home-product-list a:hover {
    color: var(--color_main); }

.home-product-list .home-product-list-wrapper .home-product-list-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  min-width: 0; }
  @media (max-width: 1024px) {
    .home-product-list .home-product-list-wrapper .home-product-list-items {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 768px) {
    .home-product-list .home-product-list-wrapper .home-product-list-items {
      grid-template-columns: repeat(1, 1fr); } }
  .home-product-list .home-product-list-wrapper .home-product-list-items .product-item-action {
    border: 1px solid #DbDbDb;
    border-radius: var(--border_radius); }
    .home-product-list .home-product-list-wrapper .home-product-list-items .product-item-action.viewMore {
      display: grid;
      place-items: center;
      align-content: center; }
      .home-product-list .home-product-list-wrapper .home-product-list-items .product-item-action.viewMore > * {
        min-width: 0; }
      .home-product-list .home-product-list-wrapper .home-product-list-items .product-item-action.viewMore strong {
        font-size: 2rem; }

@keyframes viewing {
  0% {
    transform: translate(0%, 0%) scale(100%); }
  10% {
    transform: translate(30%, 30%) scale(160%); }
  25% {
    transform: translate(-15%, 30%) scale(160%); }
  45% {
    transform: translate(10%, -40%) scale(180%); }
  65% {
    transform: translate(50%, -40%) scale(200%); }
  85% {
    transform: translate(0%, 0%) scale(100%); }
  100% {
    transform: translate(0%, 0%) scale(100%); } }

.home-banner-small {
  overflow: hidden; }
  .home-banner-small .home-banner-small-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem; }
    @media (max-width: 767px) {
      .home-banner-small .home-banner-small-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 1rem; } }
    .home-banner-small .home-banner-small-wrapper .home-banner-small-item {
      position: relative;
      overflow: hidden;
      aspect-ratio: 2;
      position: relative;
      border-radius: var(--border_radius); }
      .home-banner-small .home-banner-small-wrapper .home-banner-small-item:after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.25); }
      .home-banner-small .home-banner-small-wrapper .home-banner-small-item:hover img {
        animation: viewing 7.5s  infinite; }
      .home-banner-small .home-banner-small-wrapper .home-banner-small-item .home-banner-small-item-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--color2);
        text-align: center;
        z-index: 2;
        width: 90%; }
        .home-banner-small .home-banner-small-wrapper .home-banner-small-item .home-banner-small-item-info h2 {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          font-size: 2rem; }
        .home-banner-small .home-banner-small-wrapper .home-banner-small-item .home-banner-small-item-info hr {
          width: 10%;
          height: 1px;
          background-color: var(--color2);
          margin: 1rem auto; }
        .home-banner-small .home-banner-small-wrapper .home-banner-small-item .home-banner-small-item-info h3 {
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          font-size: 1rem; }
      .home-banner-small .home-banner-small-wrapper .home-banner-small-item img {
        position: relative;
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: bottom 5s,transform 0.75s;
        border-radius: var(--border_radius); }

.home-product-big .home-product-big-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }
  .home-product-big .home-product-big-wrap > * {
    min-width: 0; }
  @media (max-width: 991px) {
    .home-product-big .home-product-big-wrap {
      grid-template-columns: repeat(1, 1fr); } }
  .home-product-big .home-product-big-wrap .home-product-big-image {
    position: relative; }
    .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-items:not(.slick-slider) {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 100%;
      overflow: hidden; }
      .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-items:not(.slick-slider) > * {
        min-width: 0; }
    .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-items.slick-slider .slick-dots {
      display: none !important; }
    .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos {
      position: absolute;
      z-index: 10;
      cursor: pointer; }
      @media (max-width: 991px) {
        .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos.left {
          z-index: 100; }
          .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos.left .home-product-big-image-pos-dots {
            display: none; } }
      .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos.left .home-product-big-image-pos-contents {
        opacity: 1;
        visibility: visible;
        left: 50px;
        min-width: 160px; }
        .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos.left .home-product-big-image-pos-contents:after {
          border-color: transparent #FFF transparent transparent;
          left: -19px; }
      @media (max-width: 991px) {
        .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos.right {
          z-index: 100; }
          .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos.right .home-product-big-image-pos-dots {
            display: none; } }
      .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos.right .home-product-big-image-pos-contents {
        opacity: 1;
        visibility: visible;
        right: 50px;
        min-width: 160px; }
        @media (max-width: 991px) {
          .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos.right .home-product-big-image-pos-contents {
            right: unset; } }
        .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos.right .home-product-big-image-pos-contents:after {
          border-color: transparent transparent transparent #FFF;
          right: -19px; }
      .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos .home-product-big-image-pos-dots {
        width: 20px;
        height: 20px;
        background: #FFF;
        display: block;
        border-radius: 999px;
        position: relative;
        border: 7.5px solid var(--color_main); }
        .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos .home-product-big-image-pos-dots::selection {
          background: transparent; }

@keyframes cusBigger {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes cusBigger {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
        @media (max-width: 480px) {
          .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos .home-product-big-image-pos-dots {
            width: 22.5px;
            height: 22.5px; } }
        .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos .home-product-big-image-pos-dots:after {
          content: '';
          position: absolute;
          background: rgba(255, 255, 255, 0.5);
          top: -12px;
          left: -12px;
          width: 30px;
          height: 30px;
          border-radius: 999px;
          animation: cusBigger 1.5s ease-out infinite;
          z-index: -1; }
          @media (max-width: 480px) {
            .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos .home-product-big-image-pos-dots:after {
              width: 25px;
              height: 25px;
              top: -8px;
              left: -8.5px; } }
      .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos .home-product-big-image-pos-contents {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fff;
        z-index: 10;
        min-width: 0;
        padding: 10px;
        box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity .5s ease-in;
        border-radius: var(--border_radius);
        overflow: hidden; }
        @media (max-width: 991px) {
          .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos .home-product-big-image-pos-contents {
            transform: translate(-50%, -50%);
            position: fixed;
            left: 50% !important; } }
        .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos .home-product-big-image-pos-contents *::selection {
          background: transparent; }
        .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos .home-product-big-image-pos-contents:after {
          content: '';
          position: absolute;
          border-style: solid;
          border-width: 10px;
          top: 50%;
          transform: translateY(-50%); }
          @media (max-width: 991px) {
            .home-product-big .home-product-big-wrap .home-product-big-image .home-product-big-image-pos .home-product-big-image-pos-contents:after {
              display: none; } }
  .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-items {
    display: flex;
    gap: 30px; }
    @media (max-width: 480px) {
      .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-items {
        justify-content: space-between; } }
    @media (max-width: 480px) {
      .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-items strong {
        display: block; } }
  .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price {
    padding: 15px 0;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-wrap;
      align-items: center; }
      .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-this {
        font-size: 1.5rem;
        font-weight: bold;
        color: #FF0000; }
        @media (max-width: 991px) {
          .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-this {
            font-size: 1.45rem; } }
        @media (max-width: 768px) {
          .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-this {
            font-size: 1.40rem; } }
        @media (max-width: 480px) {
          .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-this {
            font-size: 1.35rem; } }
        @media (max-width: 360px) {
          .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-this {
            font-size: 1.30rem; } }
        .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-this.contact {
          width: 100%;
          text-transform: uppercase;
          font-size: 1.25rem !important;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center; }
          .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-this.contact a {
            display: block; }
            .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-this.contact a img {
              max-height: 50px; }
              @media (max-width: 480px) {
                .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-this.contact a img {
                  max-height: 45px; } }
              @media (max-width: 360px) {
                .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-this.contact a img {
                  max-height: 40px; } }
      .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-compare {
        margin-left: 0;
        font-size: 14px;
        color: #777a7b;
        padding-right: 10px;
        font-weight: 500; }
        @media (max-width: 768px) {
          .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-compare {
            display: block; } }
      .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-discount {
        margin-left: 10px;
        display: inline-block;
        padding: 2.5px 10px;
        margin-right: 10px;
        background: transparent;
        font-weight: 600;
        font-size: 13px;
        color: var(--color2);
        background: #FF0000;
        border-radius: var(--border_radius); }
        @media (max-width: 375px) {
          .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-price .home-product-big-info-price-wrap .home-product-big-info-price-discount {
            margin-left: 10px;
            margin-right: 5px; } }
  .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-des {
    position: relative; }
    .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-des .home-product-big-info-des-more {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85), #FFF);
      padding: 50px 0 25px;
      text-align: center;
      transition: all .4s linear;
      line-height: 1; }
      .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-des .home-product-big-info-des-more a {
        display: block;
        color: var(--color_main);
        transition: all .5s;
        font-weight: bold;
        text-transform: uppercase; }
        .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-des .home-product-big-info-des-more a:hover {
          letter-spacing: 1px; }
  .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-actions {
    display: flex;
    justify-content: center;
    gap: 30px; }
    @media (max-width: 480px) {
      .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-actions {
        gap: 15px; } }
    .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-actions button {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none;
      border-radius: var(--border_radius);
      text-align: center;
      height: 40px;
      padding: 0 10px;
      transition: all .4s;
      min-width: 100px;
      box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 0.05);
      font-size: .9rem;
      width: 100%; }
      .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-actions button:first-child {
        background: transparent;
        border: 1px solid var(--color_main);
        color: var(--color_main); }
        @media (hover: hover) {
          .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-actions button:first-child:hover {
            background: var(--color_main2);
            border: 1px solid var(--color_main2);
            color: var(--color2); } }
      .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-actions button:last-child {
        background: var(--color_main);
        color: var(--color2); }
        @media (hover: hover) {
          .home-product-big .home-product-big-wrap .home-product-big-info .home-product-big-info-actions button:last-child:hover {
            background: var(--color_main2);
            color: var(--color2); } }

.home-blogs .home-banner-lg-item-info, .home-blogs .section_index--product-banner-head-title, .home-blogs .home-flashsale-left-header, .home-blogs .home-product-new-header-wrapper, .home-blogs .home-product-list-header-wrapper, .home-blogs .home-product-list-header-wrapper, .home-blogs .home-product-list-header-wrapper {
  display: flex;
  text-align: center;
  width: fit-content;
  margin: auto;
  align-items: center;
  justify-items: center;
  grid-gap: 2rem; }
  .home-blogs .home-banner-lg-item-info h2, .home-blogs .section_index--product-banner-head-title h2, .home-blogs .home-flashsale-left-header h2, .home-blogs .home-product-new-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 24px; }
    @media (max-width: 1024px) {
      .home-blogs .home-banner-lg-item-info h2, .home-blogs .section_index--product-banner-head-title h2, .home-blogs .home-flashsale-left-header h2, .home-blogs .home-product-new-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .home-blogs .home-banner-lg-item-info h2, .home-blogs .section_index--product-banner-head-title h2, .home-blogs .home-flashsale-left-header h2, .home-blogs .home-product-new-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2 {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .home-blogs .home-banner-lg-item-info h2, .home-blogs .section_index--product-banner-head-title h2, .home-blogs .home-flashsale-left-header h2, .home-blogs .home-product-new-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2 {
        font-size: 18px; } }
    @media (max-width: 360px) {
      .home-blogs .home-banner-lg-item-info h2, .home-blogs .section_index--product-banner-head-title h2, .home-blogs .home-flashsale-left-header h2, .home-blogs .home-product-new-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2, .home-blogs .home-product-list-header-wrapper h2 {
        font-size: 16px; } }
  .home-blogs .home-banner-lg-item-info hr, .home-blogs .section_index--product-banner-head-title hr, .home-blogs .home-flashsale-left-header hr, .home-blogs .home-product-new-header-wrapper hr, .home-blogs .home-product-list-header-wrapper hr, .home-blogs .home-product-list-header-wrapper hr, .home-blogs .home-product-list-header-wrapper hr {
    height: 1px;
    width: 70px;
    background-color: var(--color1);
    margin: 0;
    padding: 0; }
    @media (max-width: 480px) {
      .home-blogs .home-banner-lg-item-info hr, .home-blogs .section_index--product-banner-head-title hr, .home-blogs .home-flashsale-left-header hr, .home-blogs .home-product-new-header-wrapper hr, .home-blogs .home-product-list-header-wrapper hr, .home-blogs .home-product-list-header-wrapper hr, .home-blogs .home-product-list-header-wrapper hr {
        width: 60px; } }
    @media (max-width: 360px) {
      .home-blogs .home-banner-lg-item-info hr, .home-blogs .section_index--product-banner-head-title hr, .home-blogs .home-flashsale-left-header hr, .home-blogs .home-product-new-header-wrapper hr, .home-blogs .home-product-list-header-wrapper hr, .home-blogs .home-product-list-header-wrapper hr, .home-blogs .home-product-list-header-wrapper hr {
        width: 50px; } }
    .home-blogs .home-banner-lg-item-info hr:first-child, .home-blogs .section_index--product-banner-head-title hr:first-child, .home-blogs .home-flashsale-left-header hr:first-child, .home-blogs .home-product-new-header-wrapper hr:first-child, .home-blogs .home-product-list-header-wrapper hr:first-child, .home-blogs .home-product-list-header-wrapper hr:first-child, .home-blogs .home-product-list-header-wrapper hr:first-child {
      clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%); }
    .home-blogs .home-banner-lg-item-info hr:last-child, .home-blogs .section_index--product-banner-head-title hr:last-child, .home-blogs .home-flashsale-left-header hr:last-child, .home-blogs .home-product-new-header-wrapper hr:last-child, .home-blogs .home-product-list-header-wrapper hr:last-child, .home-blogs .home-product-list-header-wrapper hr:last-child, .home-blogs .home-product-list-header-wrapper hr:last-child {
      clip-path: polygon(0 100%, 100% 100%, 100% 0, 0% 100%); }

.home-blogs h3:not(.product-item-detail-title) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  margin-top: 0.5rem;
  text-align: center;
  color: gray;
  font-size: .9rem;
  margin-bottom: 2rem; }

.home-blogs a {
  transition: all .5s; }
  .home-blogs a:hover {
    color: var(--color_main); }

.home-blogs .home-blogs-bottom .home-blogs-items:not(.slick-slider) {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(100%/3 - (1rem/3));
  overflow: hidden;
  gap: 1rem; }
  @media (max-width: 1024px) {
    .home-blogs .home-blogs-bottom .home-blogs-items:not(.slick-slider) {
      grid-auto-columns: calc(100%/2 - (1rem/2)); } }
  @media (max-width: 480px) {
    .home-blogs .home-blogs-bottom .home-blogs-items:not(.slick-slider) {
      display: block; } }

.home-blogs .home-blogs-bottom .home-blogs-items.slick-slider {
  margin: 0 -.5rem;
  padding-bottom: 1rem; }

.home-tiktok .home-tiktok-data {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 15px;
  align-items: center; }
  .home-tiktok .home-tiktok-data .home-banner-lg-item-info, .home-tiktok .home-tiktok-data .section_index--product-banner-head-title, .home-tiktok .home-tiktok-data .home-flashsale-left-header, .home-tiktok .home-tiktok-data .home-product-new-header-wrapper, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper {
    display: flex;
    text-align: center;
    width: fit-content;
    margin: auto;
    align-items: center;
    justify-items: center;
    grid-gap: 2rem; }
    .home-tiktok .home-tiktok-data .home-banner-lg-item-info h2, .home-tiktok .home-tiktok-data .section_index--product-banner-head-title h2, .home-tiktok .home-tiktok-data .home-flashsale-left-header h2, .home-tiktok .home-tiktok-data .home-product-new-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin: 0;
      padding: 0;
      font-size: 24px; }
      @media (max-width: 1024px) {
        .home-tiktok .home-tiktok-data .home-banner-lg-item-info h2, .home-tiktok .home-tiktok-data .section_index--product-banner-head-title h2, .home-tiktok .home-tiktok-data .home-flashsale-left-header h2, .home-tiktok .home-tiktok-data .home-product-new-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2 {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .home-tiktok .home-tiktok-data .home-banner-lg-item-info h2, .home-tiktok .home-tiktok-data .section_index--product-banner-head-title h2, .home-tiktok .home-tiktok-data .home-flashsale-left-header h2, .home-tiktok .home-tiktok-data .home-product-new-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2 {
          font-size: 20px; } }
      @media (max-width: 480px) {
        .home-tiktok .home-tiktok-data .home-banner-lg-item-info h2, .home-tiktok .home-tiktok-data .section_index--product-banner-head-title h2, .home-tiktok .home-tiktok-data .home-flashsale-left-header h2, .home-tiktok .home-tiktok-data .home-product-new-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2 {
          font-size: 18px; } }
      @media (max-width: 360px) {
        .home-tiktok .home-tiktok-data .home-banner-lg-item-info h2, .home-tiktok .home-tiktok-data .section_index--product-banner-head-title h2, .home-tiktok .home-tiktok-data .home-flashsale-left-header h2, .home-tiktok .home-tiktok-data .home-product-new-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper h2 {
          font-size: 16px; } }
    .home-tiktok .home-tiktok-data .home-banner-lg-item-info hr, .home-tiktok .home-tiktok-data .section_index--product-banner-head-title hr, .home-tiktok .home-tiktok-data .home-flashsale-left-header hr, .home-tiktok .home-tiktok-data .home-product-new-header-wrapper hr, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr {
      height: 1px;
      width: 70px;
      background-color: var(--color1);
      margin: 0;
      padding: 0; }
      @media (max-width: 480px) {
        .home-tiktok .home-tiktok-data .home-banner-lg-item-info hr, .home-tiktok .home-tiktok-data .section_index--product-banner-head-title hr, .home-tiktok .home-tiktok-data .home-flashsale-left-header hr, .home-tiktok .home-tiktok-data .home-product-new-header-wrapper hr, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr {
          width: 60px; } }
      @media (max-width: 360px) {
        .home-tiktok .home-tiktok-data .home-banner-lg-item-info hr, .home-tiktok .home-tiktok-data .section_index--product-banner-head-title hr, .home-tiktok .home-tiktok-data .home-flashsale-left-header hr, .home-tiktok .home-tiktok-data .home-product-new-header-wrapper hr, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr {
          width: 50px; } }
      .home-tiktok .home-tiktok-data .home-banner-lg-item-info hr:first-child, .home-tiktok .home-tiktok-data .section_index--product-banner-head-title hr:first-child, .home-tiktok .home-tiktok-data .home-flashsale-left-header hr:first-child, .home-tiktok .home-tiktok-data .home-product-new-header-wrapper hr:first-child, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr:first-child, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr:first-child, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr:first-child {
        clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%); }
      .home-tiktok .home-tiktok-data .home-banner-lg-item-info hr:last-child, .home-tiktok .home-tiktok-data .section_index--product-banner-head-title hr:last-child, .home-tiktok .home-tiktok-data .home-flashsale-left-header hr:last-child, .home-tiktok .home-tiktok-data .home-product-new-header-wrapper hr:last-child, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr:last-child, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr:last-child, .home-tiktok .home-tiktok-data .home-product-list-header-wrapper hr:last-child {
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0% 100%); }
  .home-tiktok .home-tiktok-data h3:not(.product-item-detail-title) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    margin-top: 0.5rem;
    text-align: center;
    color: gray;
    font-size: .9rem;
    margin-bottom: 2rem; }
  .home-tiktok .home-tiktok-data a {
    transition: all .5s; }
    .home-tiktok .home-tiktok-data a:hover {
      color: var(--color_main); }
  @media (max-width: 991px) {
    .home-tiktok .home-tiktok-data {
      display: block; } }
  .home-tiktok .home-tiktok-data .home-tiktok-icon {
    text-align: center; }
    .home-tiktok .home-tiktok-data .home-tiktok-icon hr {
      display: none; }
    .home-tiktok .home-tiktok-data .home-tiktok-icon svg {
      width: 100px;
      height: 100px; }
    .home-tiktok .home-tiktok-data .home-tiktok-icon .titleStyle1-body:before, .home-tiktok .home-tiktok-data .home-tiktok-icon .titleStyle1-body:after {
      display: none !important; }
  .home-tiktok .home-tiktok-data .home-tiktok-embed blockquote {
    width: 100%;
    height: 100%; }
    .home-tiktok .home-tiktok-data .home-tiktok-embed blockquote iframe {
      width: 100%; }

.home-insta .home-insta-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr); }
  .home-insta .home-insta-items > * {
    min-width: 0; }
  @media (max-width: 1201px) {
    .home-insta .home-insta-items {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 768px) {
    .home-insta .home-insta-items {
      grid-template-columns: repeat(2, 1fr); } }
  .home-insta .home-insta-items .home-insta-item.title {
    grid-column: span 2;
    display: grid;
    place-items: center;
    align-content: center;
    overflow: hidden; }
    @media (min-width: 991px) {
      .home-insta .home-insta-items .home-insta-item.title {
        grid-area: 1 / 3 / 1 / 5; } }
    @media (max-width: 768px) {
      .home-insta .home-insta-items .home-insta-item.title {
        margin-bottom: 30px; } }
    .home-insta .home-insta-items .home-insta-item.title svg {
      width: 64px;
      height: 64px; }
  .home-insta .home-insta-items .home-insta-item:not(.title) a {
    position: relative;
    display: block;
    overflow: hidden; }
    .home-insta .home-insta-items .home-insta-item:not(.title) a:hover img {
      transform: rotate(5deg) scale(1.1); }
    .home-insta .home-insta-items .home-insta-item:not(.title) a:hover:before {
      left: 15px;
      right: 15px; }
    .home-insta .home-insta-items .home-insta-item:not(.title) a:hover:after {
      top: 15px;
      bottom: 15px; }
    .home-insta .home-insta-items .home-insta-item:not(.title) a:before {
      content: "";
      position: absolute;
      top: 15px;
      bottom: 15px;
      left: 50%;
      right: 50%;
      border-top: solid 1px rgba(255, 255, 255, 0.3);
      border-bottom: solid 1px rgba(255, 255, 255, 0.3);
      -webkit-transition: all 0.75s linear;
      -o-transition: all 0.75s linear;
      transition: all 0.75s linear;
      pointer-events: none;
      z-index: 1; }
    .home-insta .home-insta-items .home-insta-item:not(.title) a:after {
      content: "";
      position: absolute;
      left: 15px;
      right: 15px;
      top: 50%;
      bottom: 50%;
      border-left: solid 1px rgba(255, 255, 255, 0.3);
      border-right: solid 1px rgba(255, 255, 255, 0.3);
      -webkit-transition: all 0.75s linear;
      -o-transition: all 0.75s linear;
      transition: all 0.75s linear;
      pointer-events: none;
      z-index: 1; }
    .home-insta .home-insta-items .home-insta-item:not(.title) a img {
      transition: all .75s linear; }

.footers2 {
  margin-top: 0 !important; }
