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

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

.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-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-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-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-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-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-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-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-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 h3 {
  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 {
        width: calc(100%/4); } }
    @media (max-width: 480px) {
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
        width: calc(100%/3); } }
    @media (max-width: 360px) {
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
        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);
        letter-spacing: 1px;
        font-weight: bold; } }
    .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 span {
      transition: all .5s; }

.home-flashsale .home-flashsale-wrapper {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 1rem; }
  .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;
    border-radius: var(--border_radius);
    overflow: hidden; }
    .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%; }
      .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); }
    .home-flashsale .home-flashsale-wrapper .home-flashsale-left img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .home-flashsale .home-flashsale-wrapper .home-flashsale-right {
    padding-bottom: 1rem; }
    .home-flashsale .home-flashsale-wrapper .home-flashsale-right:not(.slick-slider) {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: 25%;
      overflow: hidden; }
      @media (max-width: 1024px) {
        .home-flashsale .home-flashsale-wrapper .home-flashsale-right:not(.slick-slider) {
          grid-auto-columns: calc(100%/3); } }
      @media (max-width: 991px) {
        .home-flashsale .home-flashsale-wrapper .home-flashsale-right:not(.slick-slider) {
          grid-auto-columns: calc(100%/2); } }
    .home-flashsale .home-flashsale-wrapper .home-flashsale-right.slick-slider {
      margin: 0 -.5rem; }

.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:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1; }
  .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item img {
    width: 100%;
    height: auto;
    transition: transform 0.5s; }
  @media (hover: hover) {
    .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item:hover img {
      transform: scale(1.05); } }
  .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info {
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: absolute;
    transform: translateY(-50%);
    width: 25%;
    left: 65%;
    top: 50%;
    text-align: center; }
    @media (max-width: 1024px) {
      .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info {
        width: 35%;
        left: 55%; } }
    @media (max-width: 767px) {
      .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info {
        width: 60%;
        left: 20%; } }
    @media (max-width: 480px) {
      .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info {
        width: 90%;
        left: 5%; } }
    .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info h2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 2rem;
      margin: 0;
      color: var(--color2); }
      @media (max-width: 767px) {
        .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info h2 {
          color: var(--color2); } }
    .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info hr {
      width: 10%;
      height: 1px;
      background-color: var(--color2);
      margin: 1rem auto; }
    .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info h3 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: var(--color2);
      font-size: 1.25rem; }
    .home-banner-lg .home-banner-lg-wrapper .home-banner-lg-item .home-banner-lg-item-info a {
      margin: auto;
      margin-top: 1rem; }

.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-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-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-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-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-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-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-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-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 h3 {
  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: 60% 1fr;
  gap: 15px;
  place-items: center;
  text-align: start; }
  @media (max-width: 767px) {
    .home-about .home-about-wrap {
      grid-template-columns: 1fr; } }
  .home-about .home-about-wrap .home-about-left .home-about-left-header {
    margin-left: inherit !important; }
    .home-about .home-about-wrap .home-about-left .home-about-left-header hr:first-child {
      display: none; }
  .home-about .home-about-wrap .home-about-left h3 {
    text-align: start !important; }
  .home-about .home-about-wrap .home-about-left p {
    max-width: 85%; }
    @media (max-width: 767px) {
      .home-about .home-about-wrap .home-about-left p {
        max-width: 100%; } }
  .home-about .home-about-wrap .home-about-left .home-about-left-actions {
    display: flex;
    gap: 15px; }
  .home-about .home-about-wrap .home-about-right {
    text-align: center; }
    .home-about .home-about-wrap .home-about-right img {
      margin-bottom: 15px; }
    .home-about .home-about-wrap .home-about-right p {
      margin: 0;
      text-align: start;
      display: none; }

.home-banner-stylist .home-banner-stylist-wrapper {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem; }
  @media (max-width: 767px) {
    .home-banner-stylist .home-banner-stylist-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  .home-banner-stylist .home-banner-stylist-wrapper .home-banner-stylist-item {
    position: relative;
    overflow: hidden;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: var(--border_radius);
    position: relative; }
    .home-banner-stylist .home-banner-stylist-wrapper .home-banner-stylist-item img {
      transition: transform 0.5s; }
    @media (hover: hover) {
      .home-banner-stylist .home-banner-stylist-wrapper .home-banner-stylist-item:hover img {
        transform: scale(1.1); } }
    .home-banner-stylist .home-banner-stylist-wrapper .home-banner-stylist-item .home-banner-stylist-info a {
      text-align: center;
      position: absolute;
      bottom: 10%;
      left: 50%;
      transform: translate(-50%);
      z-index: 2;
      border-radius: var(--border_radius); }
      .home-banner-stylist .home-banner-stylist-wrapper .home-banner-stylist-item .home-banner-stylist-info a p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 1.25rem; }

.home-product-new .home-product-new-header-wrapper, .home-product-new .home-product-list-header-wrapper, .home-product-new .home-product-list-header-wrapper, .home-product-new .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-new .home-product-new-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2, .home-product-new .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-new .home-product-new-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .home-product-new .home-product-new-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2 {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .home-product-new .home-product-new-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2 {
        font-size: 18px; } }
    @media (max-width: 360px) {
      .home-product-new .home-product-new-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2, .home-product-new .home-product-list-header-wrapper h2 {
        font-size: 16px; } }
  .home-product-new .home-product-new-header-wrapper hr, .home-product-new .home-product-list-header-wrapper hr, .home-product-new .home-product-list-header-wrapper hr, .home-product-new .home-product-list-header-wrapper hr {
    height: 1px;
    width: 70px;
    background-color: var(--color1);
    margin: 0;
    padding: 0; }
    @media (max-width: 480px) {
      .home-product-new .home-product-new-header-wrapper hr, .home-product-new .home-product-list-header-wrapper hr, .home-product-new .home-product-list-header-wrapper hr, .home-product-new .home-product-list-header-wrapper hr {
        width: 60px; } }
    @media (max-width: 360px) {
      .home-product-new .home-product-new-header-wrapper hr, .home-product-new .home-product-list-header-wrapper hr, .home-product-new .home-product-list-header-wrapper hr, .home-product-new .home-product-list-header-wrapper hr {
        width: 50px; } }

.home-product-new h3 {
  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-new a {
  transition: all .5s; }
  .home-product-new a:hover {
    color: var(--color_main); }

.home-product-new .home-product-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 25% 1fr 25%;
  max-width: 1920px;
  margin: 0 auto; }
  .home-product-new .home-product-wrapper > * {
    min-width: 0; }
  @media (max-width: 767px) {
    .home-product-new .home-product-wrapper {
      grid-template-columns: 20% 1fr 20%; } }
  @media (max-width: 480px) {
    .home-product-new .home-product-wrapper {
      grid-template-columns: 15% 1fr 15%; } }
  @media (max-width: 360px) {
    .home-product-new .home-product-wrapper {
      grid-template-columns: 10% 1fr 10%; } }
  .home-product-new .home-product-wrapper .home-product-new-banner {
    position: relative;
    overflow: hidden;
    height: 100%; }
    .home-product-new .home-product-wrapper .home-product-new-banner.home-product-new-banner-1 img {
      border-radius: 0 var(--border_radius) var(--border_radius) 0; }
      @media (min-width: 1920px) {
        .home-product-new .home-product-wrapper .home-product-new-banner.home-product-new-banner-1 img {
          border-radius: var(--border_radius); } }
    .home-product-new .home-product-wrapper .home-product-new-banner.home-product-new-banner-2 img {
      border-radius: var(--border_radius) 0 0 var(--border_radius); }
      @media (min-width: 1920px) {
        .home-product-new .home-product-wrapper .home-product-new-banner.home-product-new-banner-2 img {
          border-radius: var(--border_radius); } }
    @media (hover: hover) {
      .home-product-new .home-product-wrapper .home-product-new-banner:hover img {
        transform: scale(1.1); } }
    .home-product-new .home-product-wrapper .home-product-new-banner img {
      transition: transform 0.5s;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .home-product-new .home-product-wrapper .home-product-new-slider {
    display: block;
    padding-bottom: 1rem; }
    .home-product-new .home-product-wrapper .home-product-new-slider:not(.slick-slider) {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc(100%/3);
      overflow: hidden; }
      @media (max-width: 1024px) {
        .home-product-new .home-product-wrapper .home-product-new-slider:not(.slick-slider) {
          grid-auto-columns: calc(100%/2); } }
      @media (max-width: 767px) {
        .home-product-new .home-product-wrapper .home-product-new-slider:not(.slick-slider) {
          grid-auto-columns: calc(100%/1); } }
    .home-product-new .home-product-wrapper .home-product-new-slider.slick-slider .slick-dots {
      bottom: -5px; }

.home-product-new .primary-btn {
  display: block !important; }

@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-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-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-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-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-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-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-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-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-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 h3 {
  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 {
  display: flex;
  flex-direction: column;
  gap: 2rem; }
  .home-product-list .home-product-list-wrapper .home-product-list-slider {
    display: block;
    min-width: 0; }
    .home-product-list .home-product-list-wrapper .home-product-list-slider:not(.slick-slider).home-product-list-slider-1 {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc(100%/5);
      overflow: hidden; }
      @media (max-width: 1024px) {
        .home-product-list .home-product-list-wrapper .home-product-list-slider:not(.slick-slider).home-product-list-slider-1 {
          grid-auto-columns: calc(100%/4); } }
      @media (max-width: 991px) {
        .home-product-list .home-product-list-wrapper .home-product-list-slider:not(.slick-slider).home-product-list-slider-1 {
          grid-auto-columns: calc(100%/3); } }
      @media (max-width: 480px) {
        .home-product-list .home-product-list-wrapper .home-product-list-slider:not(.slick-slider).home-product-list-slider-1 {
          grid-auto-columns: calc(100%/2); } }
    .home-product-list .home-product-list-wrapper .home-product-list-slider:not(.slick-slider).home-product-list-slider-2 {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: calc(100%/4);
      overflow: hidden; }
      @media (max-width: 1024px) {
        .home-product-list .home-product-list-wrapper .home-product-list-slider:not(.slick-slider).home-product-list-slider-2 {
          grid-auto-columns: calc(100%/3); } }
      @media (max-width: 991px) {
        .home-product-list .home-product-list-wrapper .home-product-list-slider:not(.slick-slider).home-product-list-slider-2 {
          grid-auto-columns: calc(100%/2); } }
      @media (max-width: 480px) {
        .home-product-list .home-product-list-wrapper .home-product-list-slider:not(.slick-slider).home-product-list-slider-2 {
          grid-auto-columns: calc(100%/2); } }
    .home-product-list .home-product-list-wrapper .home-product-list-slider.slick-slider {
      margin: 0 -.5rem;
      padding-bottom: 1rem; }

.home-vendor .home-vendor-wrapper {
  overflow: hidden;
  display: flex; }
  @media (max-width: 767px) {
    .home-vendor .home-vendor-wrapper {
      flex-wrap: wrap;
      gap: 1rem; } }
  .home-vendor .home-vendor-wrapper .home-vendor-info {
    flex: 2;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    background: var(--home_vendor_bg) center center/cover no-repeat; }
    @media (max-width: 1024px) {
      .home-vendor .home-vendor-wrapper .home-vendor-info {
        flex: 3; } }
    @media (max-width: 767px) {
      .home-vendor .home-vendor-wrapper .home-vendor-info {
        flex: initial;
        width: 100%;
        padding: 2rem 0;
        clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%); } }
    .home-vendor .home-vendor-wrapper .home-vendor-info:after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.25);
      z-index: -1; }
    .home-vendor .home-vendor-wrapper .home-vendor-info h2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 2rem;
      color: var(--color2); }
    .home-vendor .home-vendor-wrapper .home-vendor-info hr {
      width: 10%;
      height: 1px;
      background-color: var(--color2);
      margin: 1rem auto;
      color: var(--color2); }
    .home-vendor .home-vendor-wrapper .home-vendor-info h3 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 1rem;
      color: var(--color2); }
  .home-vendor .home-vendor-wrapper .home-vendor-item-wrapper {
    flex: 4;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    width: 80%;
    grid-gap: 1rem;
    margin: auto; }
    @media (max-width: 991px) {
      .home-vendor .home-vendor-wrapper .home-vendor-item-wrapper {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 767px) {
      .home-vendor .home-vendor-wrapper .home-vendor-item-wrapper {
        flex: initial; } }
    .home-vendor .home-vendor-wrapper .home-vendor-item-wrapper img {
      object-fit: cover; }
    .home-vendor .home-vendor-wrapper .home-vendor-item-wrapper .home-vendor-item {
      overflow: hidden; }
      .home-vendor .home-vendor-wrapper .home-vendor-item-wrapper .home-vendor-item img {
        transform: scale(0.75);
        transition: transform 400ms; }
        @media (max-width: 767px) {
          .home-vendor .home-vendor-wrapper .home-vendor-item-wrapper .home-vendor-item img {
            transform: scale(0.85); } }
        @media (max-width: 480px) {
          .home-vendor .home-vendor-wrapper .home-vendor-item-wrapper .home-vendor-item img {
            transform: scale(0.95); } }
      @media (hover: hover) {
        .home-vendor .home-vendor-wrapper .home-vendor-item-wrapper .home-vendor-item:hover img {
          transform: scale(85%); } }

.home-product-stylist .home-product-new-header-wrapper, .home-product-stylist .home-product-list-header-wrapper, .home-product-stylist .home-product-list-header-wrapper, .home-product-stylist .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-stylist .home-product-new-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2, .home-product-stylist .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-stylist .home-product-new-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .home-product-stylist .home-product-new-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2 {
        font-size: 20px; } }
    @media (max-width: 480px) {
      .home-product-stylist .home-product-new-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2 {
        font-size: 18px; } }
    @media (max-width: 360px) {
      .home-product-stylist .home-product-new-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2, .home-product-stylist .home-product-list-header-wrapper h2 {
        font-size: 16px; } }
  .home-product-stylist .home-product-new-header-wrapper hr, .home-product-stylist .home-product-list-header-wrapper hr, .home-product-stylist .home-product-list-header-wrapper hr, .home-product-stylist .home-product-list-header-wrapper hr {
    height: 1px;
    width: 70px;
    background-color: var(--color1);
    margin: 0;
    padding: 0; }
    @media (max-width: 480px) {
      .home-product-stylist .home-product-new-header-wrapper hr, .home-product-stylist .home-product-list-header-wrapper hr, .home-product-stylist .home-product-list-header-wrapper hr, .home-product-stylist .home-product-list-header-wrapper hr {
        width: 60px; } }
    @media (max-width: 360px) {
      .home-product-stylist .home-product-new-header-wrapper hr, .home-product-stylist .home-product-list-header-wrapper hr, .home-product-stylist .home-product-list-header-wrapper hr, .home-product-stylist .home-product-list-header-wrapper hr {
        width: 50px; } }

.home-product-stylist h3 {
  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-stylist a {
  transition: all .5s; }
  .home-product-stylist a:hover {
    color: var(--color_main); }

.home-product-stylist .home-product-stylist-wrapper {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem; }
  .home-product-stylist .home-product-stylist-wrapper > * {
    min-width: 0; }
  @media (min-width: 481px) {
    .home-product-stylist .home-product-stylist-wrapper.home-product-stylist-wrapper-2 .home-product-stylist-sideBanner {
      order: 2; } }
  @media (max-width: 480px) {
    .home-product-stylist .home-product-stylist-wrapper {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  @media (hover: hover) {
    .home-product-stylist .home-product-stylist-wrapper:hover .home-product-stylist-sideBanner img {
      transform: scale(1.05); } }
  .home-product-stylist .home-product-stylist-wrapper .home-product-stylist-sideBanner {
    overflow: hidden;
    border-radius: var(--border_radius); }
    .home-product-stylist .home-product-stylist-wrapper .home-product-stylist-sideBanner img {
      overflow: hidden;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s; }
  .home-product-stylist .home-product-stylist-wrapper .home-product-stylist-item-wrapper:not(.slick-slider) {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100%/2 - .5rem);
    overflow: hidden;
    gap: 1rem; }
    .home-product-stylist .home-product-stylist-wrapper .home-product-stylist-item-wrapper:not(.slick-slider) > * {
      min-width: 0;
      padding: 0; }
  .home-product-stylist .home-product-stylist-wrapper .home-product-stylist-item-wrapper.slick-slider {
    margin: 0 -.5rem;
    padding-bottom: 1rem; }
    .home-product-stylist .home-product-stylist-wrapper .home-product-stylist-item-wrapper.slick-slider .slick-dots {
      bottom: 0; }

.home-product-pos {
  max-width: 1920px; }
  .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-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-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-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-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-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-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-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-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-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 h3 {
  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-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-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-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-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-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-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-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-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-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 h3 {
    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-embed blockquote {
    width: 100%;
    height: 100%; }
    .home-tiktok .home-tiktok-data .home-tiktok-embed blockquote iframe {
      width: 100%; }
