.font-newstyle, .titleStyle1 .title, .primary-btn, .secondary-btn, .home-banner-slider .home-banner-slider-header, .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-item-sale-detail-flex .home-product-item-detail-vendor, .home-video-lg .home-video-lg-container .home-video-lg-item .titleStyle1 > span {
  font-family: "Dancing Script", serif !important; }

.box-title, .heading-style1, .home-store .container-fluid > h2, .heading-style1-middle, .home-collections .home-collections-flex .home-collections-top .home-collections-top-header, .index_about .index_about-container .index_about-flex .index_about-info-container .index_about-extra-header, .home-product-list .home-product-list-flex-td .home-product-list-header h2, .home-blog .home-blog-wrap .home-blog-header-title, .home-tiktok .home-tiktok-data .home-banner-intro-header, .home-insta h2 {
  margin-bottom: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 0.05);
  display: inline-block;
  background: #FFF;
  padding: 5px 20px;
  border-radius: var(--border_radius);
  color: var(--color);
  transition: all 400ms;
  text-align: center;
  background: transparent;
  font-family: "Tac One", sans-serif  !important;
  clip-path: polygon(5% 0, 75% 0%, 100% 100%, 0% 100%);
  padding-right: 60px;
  font-size: 2.5rem; }
  .box-title a, .heading-style1 a, .home-store .container-fluid > h2 a, .heading-style1-middle a, .home-collections .home-collections-flex .home-collections-top .home-collections-top-header a, .index_about .index_about-container .index_about-flex .index_about-info-container .index_about-extra-header a, .home-product-list .home-product-list-flex-td .home-product-list-header h2 a, .home-blog .home-blog-wrap .home-blog-header-title a, .home-tiktok .home-tiktok-data .home-banner-intro-header a, .home-insta h2 a {
    transition: all 400ms;
    display: block;
    color: var(--color); }
  .box-title:hover, .heading-style1:hover, .home-store .container-fluid > h2:hover, .heading-style1-middle:hover, .home-collections .home-collections-flex .home-collections-top .home-collections-top-header:hover, .index_about .index_about-container .index_about-flex .index_about-info-container .index_about-extra-header:hover, .home-product-list .home-product-list-flex-td .home-product-list-header h2:hover, .home-blog .home-blog-wrap .home-blog-header-title:hover, .home-tiktok .home-tiktok-data .home-banner-intro-header:hover, .home-insta h2:hover {
    border-color: var(--color_main);
    color: var(--color_main); }
    .box-title:hover a, .heading-style1:hover a, .home-store .container-fluid > h2:hover a, .heading-style1-middle:hover a, .home-collections .home-collections-flex .home-collections-top .home-collections-top-header:hover a, .index_about .index_about-container .index_about-flex .index_about-info-container .index_about-extra-header:hover a, .home-product-list .home-product-list-flex-td .home-product-list-header h2:hover a, .home-blog .home-blog-wrap .home-blog-header-title:hover a, .home-tiktok .home-tiktok-data .home-banner-intro-header:hover a, .home-insta h2:hover a {
      color: var(--color_main); }

.section-distance {
  margin-bottom: 3rem; }

.width_limitation {
  max-width: 1920px;
  margin: auto; }

.primary-horizontal-line {
  position: relative;
  height: 0.5px;
  width: 20%;
  min-width: 160px;
  background-color: var(--color_main); }
  .primary-horizontal-line:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--color_main);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg); }

.secondary-horizontal-line {
  margin: 8px;
  height: 0.5px;
  width: 10%;
  min-width: 160px;
  background-color: var(--color_main); }

.primary-btn {
  background-color: var(--color_main);
  border: 2px solid transparent;
  padding: 3px 10px;
  font-size: 20px;
  border-radius: var(--border_radius);
  color: #f2f2f2;
  transition: all 400ms;
  text-transform: uppercase; }
  @media (max-width: 1000px) {
    .primary-btn {
      font-size: 15px; } }
  .primary-btn p {
    margin: 0; }
  .primary-btn:hover {
    letter-spacing: 1px;
    background-color: transparent;
    border-color: var(--color_main);
    color: var(--color_main); }

.secondary-btn {
  padding: 3px 10px;
  border: #f2f2f2 2px solid;
  font-size: 20px;
  border-radius: var(--border_radius);
  color: #f2f2f2;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 400ms;
  text-transform: uppercase; }
  @media (max-width: 1000px) {
    .secondary-btn {
      font-size: 15px; } }
  .secondary-btn p {
    margin: 0; }
  .secondary-btn:hover {
    letter-spacing: 1px;
    color: var(--color_main);
    border-color: var(--color_main);
    text-shadow: none;
    box-shadow: none; }

.m-reset {
  margin: 0; }

.heading-style1-middle {
  clip-path: polygon(20% 0, 80% 0%, 100% 100%, 0% 100%); }

.activeSidebar {
  padding: 1rem 0 0; }
  .activeSidebar .activeSidebar-wrap {
    display: grid;
    grid-template-columns: 275px 1fr;
    align-items: stretch;
    gap: 1rem; }
    .activeSidebar .activeSidebar-wrap > * {
      min-width: 0; }
    .activeSidebar .activeSidebar-wrap .activeSidebar-left ul {
      height: 100%;
      background: #F5F5F5;
      padding: 1rem;
      border-radius: var(--border_radius); }
      .activeSidebar .activeSidebar-wrap .activeSidebar-left ul > li > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .75rem 0;
        font-size: 1.15rem; }
      .activeSidebar .activeSidebar-wrap .activeSidebar-left ul > li > ul {
        display: none; }

.home-slider {
  background: #FFF; }
  .home-slider .slick-track {
    padding: 0 !important; }
  .home-slider .home-slider-items .home-slider-item {
    position: relative;
    border-radius: var(--border_radius);
    overflow: hidden; }
    .home-slider .home-slider-items .home-slider-item img {
      width: 100%; }
    .home-slider .home-slider-items .home-slider-item .home-slider-item-content {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      gap: 15px;
      max-width: 600px;
      height: fit-content;
      z-index: 2;
      width: 100%;
      padding: 0 15px; }
      @media (min-width: 1000px) {
        .home-slider .home-slider-items .home-slider-item .home-slider-item-content {
          left: calc((100vw - 960px) / 2 + 15px); } }
      @media (min-width: 1200px) {
        .home-slider .home-slider-items .home-slider-item .home-slider-item-content {
          left: calc((100vw - 1140px) / 2 + 15px); } }
      @media (min-width: 1300px) {
        .home-slider .home-slider-items .home-slider-item .home-slider-item-content {
          left: calc((100vw - 1370px) / 2 + 15px); } }
      @media (min-width: 1500px) {
        .home-slider .home-slider-items .home-slider-item .home-slider-item-content {
          left: calc((100vw - 1440px) / 2 + 15px); } }
      @media (min-width: 1700px) {
        .home-slider .home-slider-items .home-slider-item .home-slider-item-content {
          left: calc((100vw - 1650px) / 2 + 15px); } }
      @media (max-width: 1000px) {
        .home-slider .home-slider-items .home-slider-item .home-slider-item-content {
          display: none; } }
      .home-slider .home-slider-items .home-slider-item .home-slider-item-content h2 {
        text-transform: uppercase;
        color: #FFF;
        font-size: 3rem;
        margin-bottom: 1rem; }
      .home-slider .home-slider-items .home-slider-item .home-slider-item-content p {
        color: #FFF;
        margin-bottom: 1rem; }
      .home-slider .home-slider-items .home-slider-item .home-slider-item-content .home-slider-item-tags {
        gap: 10px 15px; }
        @media (max-width: 1000px) {
          .home-slider .home-slider-items .home-slider-item .home-slider-item-content .home-slider-item-tags {
            justify-content: center;
            align-items: center; } }

.home-vendor .home-vendor-items .slick-arrow, .home-vendor .home-vendor-items .slick-dots {
  display: none !important; }

.home-vendor .home-vendor-items .home-vendor-item {
  padding: 2rem; }
  .home-vendor .home-vendor-items .home-vendor-item img {
    max-width: 150px;
    max-height: 150px; }

.index_four_banner .index_four_banner-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: var(--border_radius);
  overflow: hidden; }
  .index_four_banner .index_four_banner-items > * {
    min-width: 0; }
  @media (max-width: 991px) {
    .index_four_banner .index_four_banner-items {
      grid-template-columns: repeat(2, 1fr); } }
  .index_four_banner .index_four_banner-items .index_four_banner-item {
    position: relative; }
    .index_four_banner .index_four_banner-items .index_four_banner-item:nth-child(1) {
      grid-column: span 2;
      grid-row: span 2; }
      .index_four_banner .index_four_banner-items .index_four_banner-item:nth-child(1) .index_four_banner-item-content {
        justify-content: flex-end;
        align-items: flex-start;
        align-content: flex-start; }
        .index_four_banner .index_four_banner-items .index_four_banner-item:nth-child(1) .index_four_banner-item-content a {
          margin-left: inherit !important; }
    .index_four_banner .index_four_banner-items .index_four_banner-item:nth-child(4) {
      grid-column: span 2; }
      .index_four_banner .index_four_banner-items .index_four_banner-item:nth-child(4) .index_four_banner-item-image:before {
        transform: translateX(100%);
        left: inherit;
        right: 0;
        clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 0% 100%); }
      .index_four_banner .index_four_banner-items .index_four_banner-item:nth-child(4) .index_four_banner-item-content {
        justify-content: flex-end;
        align-items: flex-end;
        align-content: flex-start; }
        .index_four_banner .index_four_banner-items .index_four_banner-item:nth-child(4) .index_four_banner-item-content a {
          margin-right: inherit !important; }
    .index_four_banner .index_four_banner-items .index_four_banner-item:hover .index_four_banner-item-image:before {
      opacity: 1;
      visibility: visible;
      transform: none; }
    .index_four_banner .index_four_banner-items .index_four_banner-item .index_four_banner-item-image {
      position: relative;
      overflow: hidden; }
      .index_four_banner .index_four_banner-items .index_four_banner-item .index_four_banner-item-image:before {
        content: "";
        clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
        width: 50%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        transform: translateX(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all .5s; }
      .index_four_banner .index_four_banner-items .index_four_banner-item .index_four_banner-item-image:after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.25); }
      .index_four_banner .index_four_banner-items .index_four_banner-item .index_four_banner-item-image img {
        width: 100%; }
    .index_four_banner .index_four_banner-items .index_four_banner-item .index_four_banner-item-content {
      position: absolute;
      inset: 0;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1000px) {
        .index_four_banner .index_four_banner-items .index_four_banner-item .index_four_banner-item-content {
          padding: .25rem 1rem .5rem; } }
      .index_four_banner .index_four_banner-items .index_four_banner-item .index_four_banner-item-content h2 {
        color: #FFF;
        font-size: 3rem; }
        @media (max-width: 1000px) {
          .index_four_banner .index_four_banner-items .index_four_banner-item .index_four_banner-item-content h2 {
            font-size: 2rem; } }
      .index_four_banner .index_four_banner-items .index_four_banner-item .index_four_banner-item-content p {
        color: #FFF;
        font-size: 1.5rem; }
        @media (max-width: 1000px) {
          .index_four_banner .index_four_banner-items .index_four_banner-item .index_four_banner-item-content p {
            font-size: 1rem; } }
      .index_four_banner .index_four_banner-items .index_four_banner-item .index_four_banner-item-content a {
        width: auto !important; }

.home-fsale {
  padding: 25px 0; }
  @media (max-width: 768px) {
    .home-fsale {
      padding: 12.5px 0; } }
  .home-fsale .home-fsale-wrap .home-fsale-cta {
    margin-left: auto;
    padding: 5px;
    width: 150px;
    display: block;
    max-width: 100%;
    color: var(--color_main2);
    border: 1px solid var(--color_main);
    font-size: 13px;
    position: relative;
    text-align: center;
    line-height: 1.5;
    z-index: 1; }
    .home-fsale .home-fsale-wrap .home-fsale-cta:after {
      content: "";
      display: block;
      width: 0;
      height: 100%;
      background-color: var(--color_main);
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      transition: 0.5s ease;
      z-index: -1; }
    .home-fsale .home-fsale-wrap .home-fsale-cta:hover {
      color: #ffffff; }
      .home-fsale .home-fsale-wrap .home-fsale-cta:hover:after {
        width: 100%; }
    @media (max-width: 991px) {
      .home-fsale .home-fsale-wrap .home-fsale-cta {
        width: 100%;
        text-align: center;
        margin-top: 20px; } }
  .home-fsale .home-fsale-wrap .home-fsale-head {
    background: var(--color_main2);
    text-align: center;
    padding: 25px 20px;
    position: relative;
    border-bottom: 1px solid #DbDbDb; }
    .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item {
      position: absolute;
      bottom: 15px;
      left: 52.5%;
      display: none; }
      .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item.active {
        display: block; }
      @media (max-width: 991px) {
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item {
          position: relative;
          left: 0;
          bottom: 0; } }
      .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item label {
        font-weight: 400;
        color: #fff;
        font-size: 1rem;
        margin: 0;
        margin-right: 10px;
        text-transform: uppercase;
        text-align: left;
        width: 100%;
        margin-bottom: 5px; }
        @media (max-width: 1024px) {
          .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item label {
            text-align: center; } }
      .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown {
        display: flex;
        flex-wrap: nowrap;
        justify-content: end;
        align-items: end; }
        @media (max-width: 991px) {
          .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown {
            justify-content: center; } }
        .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span {
          display: inline-flex;
          flex-direction: column;
          justify-content: center;
          align-content: center;
          text-align: center;
          align-items: center;
          color: #999;
          background: white;
          border-radius: 12px;
          width: 60px;
          height: 66px;
          text-align: center;
          font-size: 0.85rem;
          line-height: .8;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
          .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span:not(:last-child) {
            margin-right: 15px; }
          @media (max-width: 360px) {
            .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span {
              width: 50px;
              height: 55px; } }
          .home-fsale .home-fsale-wrap .home-fsale-head .home-fsale-head-item .home-fsale-head-item-countdown span b {
            font-size: 1.75rem;
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
            color: var(--color1); }
  .home-fsale .home-fsale-wrap .home-fsale-banner .home-fsale-banner-item {
    position: relative;
    display: none; }
    .home-fsale .home-fsale-wrap .home-fsale-banner .home-fsale-banner-item.active {
      display: block; }
  .home-fsale .home-fsale-wrap .home-fsale-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: var(--color_main2);
    padding: 0 20px; }
    @media (max-width: 991px) {
      .home-fsale .home-fsale-wrap .home-fsale-tab {
        flex-wrap: nowrap;
        overflow: auto hidden;
        justify-content: flex-start; } }
    .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
      flex: 1;
      background: var(--color_main2);
      color: #c3c3c3;
      padding: 20px 0 5px;
      text-align: center;
      cursor: pointer;
      white-space: nowrap;
      min-width: 200px;
      transition: all .5s linear; }
      @media (max-width: 1201px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 185px; } }
      @media (max-width: 1024px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 170px; } }
      @media (max-width: 991px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 155px; } }
      @media (max-width: 768px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 140px; } }
      @media (max-width: 480px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 125px; } }
      @media (max-width: 360px) {
        .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item {
          min-width: 110px; } }
      .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item.active {
        color: var(--color2); }
      .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item strong {
        font-size: 1.75rem;
        display: block;
        line-height: 1;
        margin-bottom: 2.5px; }
      .home-fsale .home-fsale-wrap .home-fsale-tab .home-fsale-tab-item span {
        font-size: 1rem;
        line-height: 1; }
  .home-fsale .home-fsale-wrap .home-fsale-body {
    background: linear-gradient(to bottom, var(--color_main2), transparent);
    padding: 20px; }
    .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item {
      display: none; }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item.active {
        display: block; }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data:not(.slick-slider) {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px; }
        @media (max-width: 991px) {
          .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data:not(.slick-slider) {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px; } }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data:not(.slick-slider) > * {
          min-width: 0; }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data:not(.slick-slider) > .product-item:first-child {
          grid-column: span 2;
          grid-row: span 2; }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data.slick-slider {
        padding-bottom: 25px;
        margin: 0 -10px; }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data.slick-slider .product-item {
          padding: 0 10px; }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data.slick-slider .slick-dots {
          bottom: 15px; }
      .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data .product-item .product-item-wrap {
        background: #FFF; }
        .home-fsale .home-fsale-wrap .home-fsale-body .home-fsale-body-item .home-fsale-body-item-data .product-item .product-item-wrap .product-item-detail {
          padding: 10px !important; }

.home-collections .home-collections-flex .home-collections-bottom {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1rem; }
  @media (max-width: 1024px) {
    .home-collections .home-collections-flex .home-collections-bottom {
      grid-template-columns: repeat(6, 1fr); } }
  @media (max-width: 768px) {
    .home-collections .home-collections-flex .home-collections-bottom {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 480px) {
    .home-collections .home-collections-flex .home-collections-bottom {
      grid-template-columns: repeat(2, 1fr); } }
  .home-collections .home-collections-flex .home-collections-bottom > * {
    min-width: 0; }
  .home-collections .home-collections-flex .home-collections-bottom .home-collections-item {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: var(--border_radius);
    transition: background-color 600ms; }
    .home-collections .home-collections-flex .home-collections-bottom .home-collections-item:first-child {
      background-color: var(--color_main);
      grid-column: span 2;
      grid-row: span 2; }
      .home-collections .home-collections-flex .home-collections-bottom .home-collections-item:first-child img {
        width: 300px; }
      .home-collections .home-collections-flex .home-collections-bottom .home-collections-item:first-child .home-collections-item-display-text {
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-shadow: 1px 1px 2px #F30;
        font-size: 1.5rem; }
      .home-collections .home-collections-flex .home-collections-bottom .home-collections-item:first-child:hover {
        background-color: var(--color_main2); }
    .home-collections .home-collections-flex .home-collections-bottom .home-collections-item:hover {
      background-color: var(--color_main); }
      .home-collections .home-collections-flex .home-collections-bottom .home-collections-item:hover .home-collections-item-display-text {
        color: #FFF; }
    .home-collections .home-collections-flex .home-collections-bottom .home-collections-item img {
      width: 100px;
      aspect-ratio: 1;
      margin-bottom: 15px;
      clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
      box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
      background: #FFF; }
    .home-collections .home-collections-flex .home-collections-bottom .home-collections-item .home-collections-item-display-text {
      text-align: center;
      font-weight: bold;
      color: #222;
      white-space: nowrap;
      font-size: 1em; }

.home-banner-slider .home-banner-slider-header {
  margin: 0;
  text-align: center;
  color: var(--color_main);
  font-style: italic;
  margin-bottom: 1rem; }

.home-banner-slider .home-banner-slider-extra-header {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem; }
  .home-banner-slider .home-banner-slider-extra-header a {
    transition: color 400ms;
    color: #333; }
  .home-banner-slider .home-banner-slider-extra-header:hover a {
    color: var(--color_main); }

.home-banner-slider .forth_home .forth_home_content {
  padding: 100px 0;
  background-image: url("https://file.hstatic.net/1000405263/file/bg_forth_home.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.home-banner-slider .forth_home .slick-track {
  display: flex;
  align-items: center; }

.home-banner-slider .forth_home .forth_home_item {
  padding: 20px;
  position: relative; }

.home-banner-slider .forth_home .forth_home_item:focus-visible {
  outline: unset; }

.home-banner-slider .forth_home .forth_home_item .bg_images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 90%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 1;
  visibility: initial;
  transition: all 0.4s linear; }

.home-banner-slider .forth_home .forth_home_item .bg_images img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 70%;
  height: auto;
  border-radius: 50%; }

.home-banner-slider .forth_home .forth_home_item .detail_images {
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.4s linear;
  border-radius: 40px;
  box-shadow: 0px 0px 4.084px 0px rgba(0, 0, 0, 0.25) inset;
  overflow: hidden;
  border: 10px solid #fff; }

.home-banner-slider .forth_home .forth_home_item .detail_images img {
  width: 100%;
  height: 100%; }

.home-banner-slider .forth_home .forth_home_item .detail_images:focus-visible {
  outline: unset; }

.home-banner-slider .forth_home .forth_home_item.slick-active.slick-center .bg_images {
  opacity: 0;
  visibility: hidden; }

.home-banner-slider .forth_home .forth_home_item.slick-active.slick-center .detail_images {
  transform: scale(1);
  visibility: inherit;
  opacity: 1; }

.home-banner-slider .forth_home .slick-slider .slick-dots {
  position: absolute;
  bottom: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 9; }

.home-banner-slider .forth_home .slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  width: 64px;
  height: 4px;
  background: #e3ecf4;
  border-radius: 130px;
  transition: all 0.3s linear; }

.home-banner-slider .forth_home .slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0; }

.home-banner-slider .forth_home .slick-slider .slick-dots li.slick-active {
  width: 4px;
  height: 4px;
  background: #8ea9f6;
  border-radius: 50%; }

.home-banner-full.home-banner-full-two .home-banner-full-item .home-banner-full-item-info {
  left: inherit;
  right: 5%; }
  @media (max-width: 1000px) {
    .home-banner-full.home-banner-full-two .home-banner-full-item .home-banner-full-item-info {
      left: 50%;
      right: inherit; } }

.home-banner-full .home-banner-full-item {
  border-radius: var(--border_radius);
  overflow: hidden;
  position: relative; }
  .home-banner-full .home-banner-full-item .home-banner-full-item-image {
    overflow: hidden; }
    .home-banner-full .home-banner-full-item .home-banner-full-item-image:hover img {
      transform: scale(1.05); }
    .home-banner-full .home-banner-full-item .home-banner-full-item-image img {
      transition: ease-in-out .5s; }
    .home-banner-full .home-banner-full-item .home-banner-full-item-image:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.05);
      z-index: 2;
      pointer-events: none;
      transition: background-color 600ms; }

.index_about .index_about-container .index_about-flex {
  display: flex;
  column-gap: 3rem;
  grid-row-gap: 3rem; }
  @media (max-width: 1000px) {
    .index_about .index_about-container .index_about-flex {
      flex-direction: column-reverse; } }
  .index_about .index_about-container .index_about-flex .index_about-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 0; }
    @media (max-width: 1000px) {
      .index_about .index_about-container .index_about-flex .index_about-info-container {
        align-items: center;
        order: 2; } }
    .index_about .index_about-container .index_about-flex .index_about-info-container .index_about-content {
      font-size: 16px;
      color: #666666;
      text-align: center; }
    .index_about .index_about-container .index_about-flex .index_about-info-container .primary-btn {
      margin: 0 auto;
      text-align: right;
      max-width: fit-content; }
  .index_about .index_about-container .index_about-flex .index_about-image-container {
    flex: 1 1 0; }
    @media (min-width: 1000px) {
      .index_about .index_about-container .index_about-flex .index_about-image-container {
        padding: 5%; } }
    .index_about .index_about-container .index_about-flex .index_about-image-container picture {
      margin: auto; }
    .index_about .index_about-container .index_about-flex .index_about-image-container img {
      transition: all .35s; }
    .index_about .index_about-container .index_about-flex .index_about-image-container:hover img {
      transform: scale(105%); }

.index_knowledge .index_knowledge-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem; }
  .index_knowledge .index_knowledge-items > * {
    min-width: 0; }
  @media (max-width: 768px) {
    .index_knowledge .index_knowledge-items {
      grid-template-columns: repeat(2, 1fr); } }
  .index_knowledge .index_knowledge-items .index_knowledge-item {
    text-align: center; }
    .index_knowledge .index_knowledge-items .index_knowledge-item:hover .index_knowledge-item-image img {
      transform: scaleX(-1); }
    .index_knowledge .index_knowledge-items .index_knowledge-item:hover .index_knowledge-item-content h2 {
      color: var(--color_main2); }
    .index_knowledge .index_knowledge-items .index_knowledge-item .index_knowledge-item-image img {
      transition: all .5s; }
    .index_knowledge .index_knowledge-items .index_knowledge-item .index_knowledge-item-content h2 {
      font-size: 1.5rem;
      margin: 1rem 0; }
    .index_knowledge .index_knowledge-items .index_knowledge-item .index_knowledge-item-content p {
      margin: 0;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }

.home-product-sale .home-product-sale-wrap {
  position: relative; }
  .home-product-sale .home-product-sale-wrap .home-product-sale-slider:not(.slick-slider) .home-product-sale-item:nth-child(n+2) {
    display: none; }
  .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item {
    position: relative; }
    .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex {
      display: inline-flex;
      column-gap: 1rem;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      grid-row-gap: 1rem; }
      @media (max-width: 1000px) {
        .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex {
          flex-direction: column; } }
      .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-item-image {
        flex: 1 1 0;
        width: 100%; }
        @media (min-width: 1000px) {
          .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-item-image {
            padding: 1rem; } }
        .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-item-image img {
          width: 100%;
          object-fit: cover; }
      .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info {
        margin: auto;
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-row-gap: 0.5rem;
        margin: auto;
        border-radius: var(--border_radius);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        padding: 1rem;
        transform: translateY(-12.5%);
        background: linear-gradient(to top, #FFF 92.5%, transparent); }
        @media (min-width: 1000px) {
          .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info {
            transform: translateX(-12.5%);
            padding: 2rem;
            background: linear-gradient(to left, #FFF 92.5%, transparent);
            position: relative;
            z-index: 1;
            border-radius: var(--border_radius);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); } }
        .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-item-sale-detail-flex {
          margin: 0;
          text-align: center;
          font-style: italic; }
          .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-item-sale-detail-flex .home-product-item-detail-vendor {
            transition: color 400ms;
            color: #333;
            margin-bottom: 5px;
            display: block;
            font-size: 1.25rem;
            color: var(--main_color); }
            .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-item-sale-detail-flex .home-product-item-detail-vendor:hover {
              color: var(--color_main); }
          .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-item-sale-detail-flex .sapo-product-reviews-badge {
            text-align: center;
            justify-content: center;
            margin-bottom: 1rem; }
        .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-sale-item-detail-title {
          margin-top: -0.5rem;
          text-align: center;
          font-weight: bold;
          font-style: italic;
          margin-bottom: 1rem; }
          .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-sale-item-detail-title a {
            transition: color 400ms;
            color: #333;
            font-weight: bold; }
          .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-sale-item-detail-title:hover a {
            color: var(--color_main); }
        .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-sale-paragraph {
          margin: 0;
          width: 70%;
          text-align: center;
          color: #666666;
          margin-bottom: 1rem; }
          @media (max-width: 600px) {
            .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-sale-paragraph {
              width: 100%; } }
        .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-sale-item-detail-price {
          display: flex;
          column-gap: 1rem;
          margin-bottom: 1rem;
          align-items: center; }
          .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-sale-item-detail-price strong {
            font-size: 2.5rem; }
          .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-sale-item-detail-price del {
            font-size: 1rem;
            color: #666666; }
        .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-sale-item-actions {
          margin-top: 1rem; }
          .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-sale-item-actions button {
            text-transform: uppercase;
            font-weight: bold;
            background: var(--bgCountdown); }
            .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-sale-item-actions button:hover {
              background: #FFF; }
    .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .countdownLoop {
      display: inline-flex;
      border-radius: 0 0 0 10px;
      z-index: 2;
      gap: 1rem; }
      .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .countdownLoop span {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        aspect-ratio: 1;
        font-weight: normal;
        color: #F9F9F9;
        background: var(--bgCountdown);
        padding: .5rem; }
        .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .countdownLoop span b {
          font-size: 1.75rem;
          font-weight: bold;
          line-height: 32px;
          border-bottom: 1px solid #FFF;
          padding-bottom: .5rem;
          margin-bottom: .5rem; }

@Media (max-width: 600px) {
  .home-product-sale .home-product-sale-wrap .home-product-sale-slider .home-product-sale-item .countdownLoop span b {
    font-size: 1rem; } }
  .home-product-sale .home-product-sale-wrap .home-product-sale-slider-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
    width: fit-content;
    flex-direction: column; }
    @media (max-width: 1000px) {
      .home-product-sale .home-product-sale-wrap .home-product-sale-slider-dots {
        display: none; } }
    .home-product-sale .home-product-sale-wrap .home-product-sale-slider-dots .home-product-sale-slider-dot {
      margin: 10px 0;
      cursor: pointer;
      border-radius: var(--border_radius);
      overflow: hidden;
      border: 2px solid transparent; }
      .home-product-sale .home-product-sale-wrap .home-product-sale-slider-dots .home-product-sale-slider-dot.active {
        border: 2px solid var(--bgCountdown); }
      .home-product-sale .home-product-sale-wrap .home-product-sale-slider-dots .home-product-sale-slider-dot img {
        max-width: 40px;
        border-radius: var(--border_radius); }

.home-product-list .home-product-list-flex-td .home-product-list-header {
  margin-bottom: 1rem; }
  @media (min-width: 1000px) {
    .home-product-list .home-product-list-flex-td .home-product-list-header {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; } }
  @media (min-width: 1000px) {
    .home-product-list .home-product-list-flex-td .home-product-list-header h2 {
      margin-bottom: 0; } }

.home-product-list .home-product-list-flex-td .home-product-list-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  flex-wrap: wrap; }
  @media (max-width: 1000px) {
    .home-product-list .home-product-list-flex-td .home-product-list-tabs {
      flex-wrap: nowrap;
      overflow: auto hidden;
      white-space: nowrap;
      justify-content: flex-start; } }
  .home-product-list .home-product-list-flex-td .home-product-list-tabs .home-product-list-tab-item {
    position: relative;
    text-align: left;
    font-size: 1rem;
    transition: color 400ms;
    white-space: nowrap;
    padding: 0 .5rem; }
    .home-product-list .home-product-list-flex-td .home-product-list-tabs .home-product-list-tab-item:hover {
      color: var(--color_main2);
      cursor: pointer; }
    .home-product-list .home-product-list-flex-td .home-product-list-tabs .home-product-list-tab-item:not(.home-product-list .home-product-list-flex-td .home-product-list-tabs .home-product-list-tab-item:nth-child(3)):after {
      position: absolute;
      content: "|";
      right: -1rem; }
  .home-product-list .home-product-list-flex-td .home-product-list-tabs .active {
    font-weight: bold;
    color: var(--color_main2);
    font-size: 1.5rem;
    text-decoration: underline; }

.home-product-list .home-product-list-flex-td .home-product-list-slider-container .home-product-list-slider {
  min-width: 0; }
  @media (max-width: 768px) {
    .home-product-list .home-product-list-flex-td .home-product-list-slider-container .home-product-list-slider {
      margin-left: -5px;
      margin-right: -5px; } }
  @media (min-width: 768px) {
    .home-product-list .home-product-list-flex-td .home-product-list-slider-container .home-product-list-slider {
      margin-left: -10px;
      margin-right: -10px; } }
  .home-product-list .home-product-list-flex-td .home-product-list-slider-container .home-product-list-slider:not(.active) {
    max-height: 0;
    opacity: 0;
    pointer-events: none; }
  .home-product-list .home-product-list-flex-td .home-product-list-slider-container .home-product-list-slider:not(.slick-slider) {
    display: none; }
  .home-product-list .home-product-list-flex-td .home-product-list-slider-container .home-product-list-slider .product-item {
    margin-bottom: 1rem; }

.home-double-banner .home-double-banner-flex-tw {
  display: flex;
  flex-direction: column; }
  @media (max-width: 1000px) {
    .home-double-banner .home-double-banner-flex-tw {
      gap: 2rem; } }
  .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr {
    display: flex;
    flex: 1 1 0; }
    .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr:nth-child(2) {
      flex-direction: row-reverse; }
    @media (max-width: 1000px) {
      .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr:nth-child(1) {
        flex-direction: column-reverse; }
      .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr:nth-child(2) {
        flex-direction: column-reverse; }
      .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr:nth-child(3) {
        flex-direction: column-reverse; } }
    .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr .home-double-banner-info-container {
      padding: 2rem 0;
      height: 75%;
      margin: auto;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 400px; }
      .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr .home-double-banner-info-container .home-double-banner-info-flex-container {
        width: 75%;
        margin: auto; }
        @media (max-width: 600px) {
          .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr .home-double-banner-info-container .home-double-banner-info-flex-container {
            width: 100%; } }
      .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr .home-double-banner-info-container .home-double-banner-support-header {
        margin: 0;
        text-align: center;
        color: var(--color_main);
        font-style: italic; }
      .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr .home-double-banner-info-container .home-double-banner-header {
        font-size: 40px;
        font-weight: bold;
        text-align: center; }
        .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr .home-double-banner-info-container .home-double-banner-header a {
          transition: color 400ms;
          color: #333; }
        .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr .home-double-banner-info-container .home-double-banner-header:hover a {
          color: var(--color_main); }
      .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr .home-double-banner-info-container .home-double-banner-content {
        font-size: 16px;
        font-color: #f2f2f2;
        text-align: center; }
      .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr .home-double-banner-info-container .primary-btn {
        margin: auto;
        width: fit-content; }
    .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr .home-double-banner-image-container {
      flex: 1;
      overflow: hidden; }
      .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr .home-double-banner-image-container img {
        transition: transform 400ms; }
      .home-double-banner .home-double-banner-flex-tw .home-double-banner-flex-lr .home-double-banner-image-container:hover img {
        transform: scale(105%); }

.home-achievement .home-achievement-container .home-achievement-flex {
  display: flex; }
  @media (max-width: 600px) {
    .home-achievement .home-achievement-container .home-achievement-flex {
      flex-direction: column; } }
  .home-achievement .home-achievement-container .home-achievement-flex .home-achievement-item {
    padding: 2rem 0;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #f2f2f2; }
    .home-achievement .home-achievement-container .home-achievement-flex .home-achievement-item .home-achievement-counter {
      font-size: 32px;
      font-weight: bold; }
    .home-achievement .home-achievement-container .home-achievement-flex .home-achievement-item .home-achievement-extra-text {
      font-size: 16px;
      font-weight: bold; }

.home-support {
  position: relative; }
  .home-support .home-support-flex-lr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 2rem; }
    @media (max-width: 1000px) {
      .home-support .home-support-flex-lr {
        flex-direction: column;
        grid-row-gap: 2rem; } }
    .home-support .home-support-flex-lr .home-support-left {
      flex: 2 1 0; }
    .home-support .home-support-flex-lr .home-support-right {
      flex: 1 1 0;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 2.5rem 1.25rem;
      width: 100%; }
      .home-support .home-support-flex-lr .home-support-right .home-support-right-item {
        display: flex;
        justify-content: center;
        align-items: start;
        column-gap: 1rem;
        grid-row-gap: 1rem; }
        .home-support .home-support-flex-lr .home-support-right .home-support-right-item .home-support-right-svg-container {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 60px;
          width: auto;
          aspect-ratio: 1;
          background: url(https://file.hstatic.net/200000934809/file/circle_grande_6530787e-9c1d-4d13.png) center center/cover no-repeat;
          border-radius: 50%;
          margin-bottom: auto;
          transition: transform 400ms, background-color 400ms; }
          .home-support .home-support-flex-lr .home-support-right .home-support-right-item .home-support-right-svg-container svg {
            width: 40%;
            height: 40%;
            fill: var(--color_main);
            color: var(--color_main); }
            .home-support .home-support-flex-lr .home-support-right .home-support-right-item .home-support-right-svg-container svg * {
              fill: var(--color_main);
              color: var(--color_main); }
          .home-support .home-support-flex-lr .home-support-right .home-support-right-item .home-support-right-svg-container:hover {
            background-color: var(--color_main);
            transform: scale(110%); }
            .home-support .home-support-flex-lr .home-support-right .home-support-right-item .home-support-right-svg-container:hover svg {
              width: 40%;
              height: 40%;
              fill: var(--color2);
              color: var(--color2); }
              .home-support .home-support-flex-lr .home-support-right .home-support-right-item .home-support-right-svg-container:hover svg * {
                fill: var(--color2);
                color: var(--color2); }
        .home-support .home-support-flex-lr .home-support-right .home-support-right-item .home-support-right-content .home-support-right-header {
          font-size: 20px;
          font-weight: bold;
          color: var(--color_main);
          font-style: italic; }
          @media (min-width: 1000px) {
            .home-support .home-support-flex-lr .home-support-right .home-support-right-item .home-support-right-content .home-support-right-header {
              line-height: 24px; } }
        .home-support .home-support-flex-lr .home-support-right .home-support-right-item .home-support-right-content .home-support-right-content {
          font-size: 16px;
          color: #919191;
          font-style: italic; }
          @media (min-width: 1000px) {
            .home-support .home-support-flex-lr .home-support-right .home-support-right-item .home-support-right-content .home-support-right-content {
              line-height: 18px; } }

.home-preview .home-preview-flex-td {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .home-preview .home-preview-flex-td .home-preview-support-header {
    margin: 0;
    text-align: center;
    color: var(--color_main);
    font-style: italic; }
  .home-preview .home-preview-flex-td .home-preview-header {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem; }
    .home-preview .home-preview-flex-td .home-preview-header a {
      transition: color 400ms;
      color: #333; }
    .home-preview .home-preview-flex-td .home-preview-header:hover a {
      color: var(--color_main); }
  .home-preview .home-preview-flex-td .home-preview-items-flex-lr {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 3rem; }
    @media (max-width: 600px) {
      .home-preview .home-preview-flex-td .home-preview-items-flex-lr {
        flex-direction: column; } }
    .home-preview .home-preview-flex-td .home-preview-items-flex-lr .home-preview-item {
      flex: 1 1 0;
      margin-top: 2rem; }
      .home-preview .home-preview-flex-td .home-preview-items-flex-lr .home-preview-item .home-preview-avatar-container {
        display: flex;
        align-items: center;
        justify-content: center; }
        .home-preview .home-preview-flex-td .home-preview-items-flex-lr .home-preview-item .home-preview-avatar-container img {
          border-radius: 50%;
          width: 80px; }
      .home-preview .home-preview-flex-td .home-preview-items-flex-lr .home-preview-item .home-preview-item-info {
        margin-top: 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-row-gap: 0.5rem; }
        .home-preview .home-preview-flex-td .home-preview-items-flex-lr .home-preview-item .home-preview-item-info .home-preview-item-header {
          margin-bottom: -0.5rem;
          font-size: 14px;
          text-align: center;
          font-weight: bold; }
        .home-preview .home-preview-flex-td .home-preview-items-flex-lr .home-preview-item .home-preview-item-info .home-preview-item-extra-header {
          margin: 0;
          font-size: 16px;
          text-align: center;
          color: #666666; }
        .home-preview .home-preview-flex-td .home-preview-items-flex-lr .home-preview-item .home-preview-item-info .home-preview-item-content {
          font-size: 16px;
          text-align: center;
          line-height: 18px;
          color: #666666;
          width: 100%; }

.home-product-banner .home-product-banner-flex {
  display: flex;
  flex-direction: column;
  grid-row-gap: 1rem; }
  .home-product-banner .home-product-banner-flex .home-product-banner-info-slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem; }
    @media (min-width: 1000px) {
      .home-product-banner .home-product-banner-flex .home-product-banner-info-slider {
        grid-template-columns: repeat(4, 1fr); } }
    .home-product-banner .home-product-banner-flex .home-product-banner-info-slider > * {
      padding: 0 !important; }
    .home-product-banner .home-product-banner-flex .home-product-banner-info-slider .home-product-banner-image {
      display: block;
      border-radius: var(--border_radius); }
      .home-product-banner .home-product-banner-flex .home-product-banner-info-slider .home-product-banner-image:nth-of-type(1) img {
        border-top-right-radius: 50%; }
      .home-product-banner .home-product-banner-flex .home-product-banner-info-slider .home-product-banner-image:nth-of-type(2) img {
        border-bottom-left-radius: 50%; }
      .home-product-banner .home-product-banner-flex .home-product-banner-info-slider .home-product-banner-image:hover img {
        border-radius: var(--border_radius) !important; }
      @media (min-width: 1000px) {
        .home-product-banner .home-product-banner-flex .home-product-banner-info-slider .home-product-banner-image.home-product-banner-image-1 {
          grid-column-start: 3;
          grid-column-end: 5;
          grid-row-start: 1;
          grid-row-end: 3; }
        .home-product-banner .home-product-banner-flex .home-product-banner-info-slider .home-product-banner-image.home-product-banner-image-2 {
          grid-column-start: 1;
          grid-column-end: 3;
          grid-row-start: 5;
          grid-row-end: 7; } }
      .home-product-banner .home-product-banner-flex .home-product-banner-info-slider .home-product-banner-image picture img {
        position: sticky;
        top: 1rem;
        height: min-content;
        border-radius: var(--border_radius);
        transition: ease-in-out 2s; }

.home-video-lg {
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  .home-video-lg .home-video-lg-container {
    position: relative; }
    .home-video-lg .home-video-lg-container .home-video-logo {
      position: absolute;
      top: 20px;
      left: 20px;
      background: linear-gradient(to right, var(--color_main), var(--color_main2)); }
      .home-video-lg .home-video-lg-container .home-video-logo img {
        margin: 2.5px; }
      @media (max-width: 1000px) {
        .home-video-lg .home-video-lg-container .home-video-logo {
          display: none; } }
    .home-video-lg .home-video-lg-container .home-video-lg-item {
      text-align: center;
      position: absolute;
      top: 10%;
      left: 10%;
      z-index: 2;
      width: fit-content;
      text-align: center;
      justify-content: center;
      padding: 2rem;
      background: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(5px);
      border-radius: var(--border_radius);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      @media (max-width: 1000px) {
        .home-video-lg .home-video-lg-container .home-video-lg-item {
          display: none !important; } }
      .home-video-lg .home-video-lg-container .home-video-lg-item .titleStyle1 > span {
        margin: 0;
        text-align: center;
        color: var(--color_main);
        font-style: italic;
        margin-bottom: 1rem; }
      .home-video-lg .home-video-lg-container .home-video-lg-item .titleStyle1 h2 {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 2rem; }
        .home-video-lg .home-video-lg-container .home-video-lg-item .titleStyle1 h2 a {
          transition: color 400ms;
          color: #333; }
        .home-video-lg .home-video-lg-container .home-video-lg-item .titleStyle1 h2:hover a {
          color: var(--color_main); }

.home-blog .home-blog-wrap .home-blog-main .home-blog-items {
  margin: 0 -8px; }
  .home-blog .home-blog-wrap .home-blog-main .home-blog-items:not(.slick-slider) > p {
    padding: 0 8px; }

.home-tiktok .home-tiktok-data {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 15px;
  align-items: center; }
  @media (max-width: 991px) {
    .home-tiktok .home-tiktok-data {
      display: block; } }
  .home-tiktok .home-tiktok-data .home-banner-intro-extra-header {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem; }
    @media (max-width: 1000px) {
      .home-tiktok .home-tiktok-data .home-banner-intro-extra-header {
        font-size: 2rem; } }
    .home-tiktok .home-tiktok-data .home-banner-intro-extra-header a {
      transition: color 400ms;
      color: #333; }
    .home-tiktok .home-tiktok-data .home-banner-intro-extra-header:hover a {
      color: var(--color_main); }
  .home-tiktok .home-tiktok-data .home-tiktok-icon {
    text-align: center; }
    .home-tiktok .home-tiktok-data .home-tiktok-icon svg {
      width: 100px;
      height: 100px;
      margin-top: 15px; }
    .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%;
    border-radius: var(--border_radius);
    overflow: hidden; }
    .home-tiktok .home-tiktok-data .home-tiktok-embed blockquote iframe {
      width: 100%; }

.home-store .container-fluid {
  margin: 0;
  padding: 0; }
  .home-store .container-fluid .home-store-wrap {
    margin-top: 0 !important; }
    .home-store .container-fluid .home-store-wrap h2 {
      /*@extend .heading-style1-middle;*/ }

.home-insta {
  margin: 0 !important;
  position: relative; }
  .home-insta .home-insta-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    padding: 0 0 1rem; }
    .home-insta .home-insta-items > * {
      min-width: 0; }
    @media (max-width: 1000px) {
      .home-insta .home-insta-items {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 600px) {
      .home-insta .home-insta-items {
        grid-template-columns: repeat(2, 1fr); } }
    .home-insta .home-insta-items .home-insta-item {
      position: relative; }
      .home-insta .home-insta-items .home-insta-item a {
        display: block;
        overflow: hidden;
        position: relative;
        border-radius: var(--border_radius); }
      .home-insta .home-insta-items .home-insta-item:hover:after, .home-insta .home-insta-items .home-insta-item:hover strong, .home-insta .home-insta-items .home-insta-item:hover i {
        opacity: 1;
        visibility: visible; }
      .home-insta .home-insta-items .home-insta-item:hover strong {
        margin-top: -40px; }
      .home-insta .home-insta-items .home-insta-item:hover img {
        transform: scale(1.25); }
      .home-insta .home-insta-items .home-insta-item:hover:after {
        transform: scale(1); }
      .home-insta .home-insta-items .home-insta-item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        border-radius: var(--border_radius);
        transition: ease-in 1000ms;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transform: scale(0); }
      .home-insta .home-insta-items .home-insta-item strong, .home-insta .home-insta-items .home-insta-item i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 2.5em;
        color: #FFF;
        opacity: 0;
        visibility: hidden;
        z-index: 2; }
      .home-insta .home-insta-items .home-insta-item img {
        border-radius: var(--border_radius);
        transition: ease-in 2400ms; }
      .home-insta .home-insta-items .home-insta-item strong {
        transition: ease-in 800ms 400ms;
        font-size: 1.5rem;
        display: block;
        width: 100%;
        padding: 0 1rem;
        text-align: center; }
      .home-insta .home-insta-items .home-insta-item i {
        transition: ease-in 800ms 800ms; }

footer {
  margin: 0 !important; }

.index_special_collection {
  border-radius: var(--border_radius);
  background: var(--isc-background, #F30); }
  .index_special_collection .fill-color {
    color: var(--isc-color, #FFF);
    border-color: var(--isc-color, #FFF); }
  .index_special_collection .isc-banners {
    margin-bottom: 2rem; }
    .index_special_collection .isc-banners.grid_1_row:not(.slick-slider) {
      display: grid;
      grid-auto-flow: column;
      gap: 1rem; }
      .index_special_collection .isc-banners.grid_1_row:not(.slick-slider) > * {
        min-width: 0; }
      @media (max-width: 768px) {
        .index_special_collection .isc-banners.grid_1_row:not(.slick-slider):has(*:nth-child(2)) {
          grid-auto-flow: inherit;
          grid-template-columns: repeat(2, 1fr); } }
    .index_special_collection .isc-banners.grid_2_rows:not(.slick-slider) {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem; }
      .index_special_collection .isc-banners.grid_2_rows:not(.slick-slider) > * {
        min-width: 0; }
    .index_special_collection .isc-banners.slick-slider {
      margin-left: -1rem;
      margin-right: -1rem; }
      .index_special_collection .isc-banners.slick-slider .isc-banner {
        padding: 0 1rem; }
    @media (max-width: 991px) {
      .index_special_collection .isc-banners {
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 1rem !important;
        grid-template-columns: inherit !important;
        grid-auto-flow: column !important;
        grid-auto-columns: 100% !important;
        overflow: hidden !important; } }
    @media (max-width: 991px) {
      .index_special_collection .isc-banners .isc-banner {
        padding: 0 !important; } }
    .index_special_collection .isc-banners .isc-banner a {
      display: block;
      height: 100%;
      border-radius: var(--border_radius);
      overflow: hidden; }
      .index_special_collection .isc-banners .isc-banner a:hover * {
        transform: scale(1.05); }
      .index_special_collection .isc-banners .isc-banner a img, .index_special_collection .isc-banners .isc-banner a video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: var(--border_radius);
        transition: all .5s; }
  .index_special_collection .isc-head {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem; }
    @media (max-width: 991px) {
      .index_special_collection .isc-head {
        gap: 2rem; } }
    .index_special_collection .isc-head h2 {
      font-size: 2.5rem;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0; }
      @media (max-width: 991px) {
        .index_special_collection .isc-head h2 {
          width: 100%; } }
    .index_special_collection .isc-head .isc-head-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem; }
      @media (max-width: 991px) {
        .index_special_collection .isc-head .isc-head-tabs {
          padding: 7.5px 0;
          width: 100%;
          justify-content: flex-start;
          flex-wrap: nowrap;
          white-space: nowrap;
          overflow: auto hidden; } }
      .index_special_collection .isc-head .isc-head-tabs li.active a, .index_special_collection .isc-head .isc-head-tabs li a:hover {
        filter: brightness(1.5);
        box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.5);
        background: var(--color_main);
        color: var(--color1); }
        @media (min-width: 991px) {
          .index_special_collection .isc-head .isc-head-tabs li.active a, .index_special_collection .isc-head .isc-head-tabs li a:hover {
            font-size: 1.5rem;
            letter-spacing: .5px; } }
      .index_special_collection .isc-head .isc-head-tabs li a {
        color: var(--color2);
        font-size: 1.25rem;
        border: 1px solid #DbDbDb;
        padding: 5px 10px;
        transition: all .35s;
        position: relative;
        background: var(--color2);
        color: var(--color1);
        border-radius: var(--border_radius); }
      .index_special_collection .isc-head .isc-head-tabs li.view-all a {
        text-transform: uppercase; }
    .index_special_collection .isc-head p {
      width: 100%;
      margin: 0;
      font-size: 1.25rem;
      margin-top: 2rem; }
      .index_special_collection .isc-head p:empty {
        margin: 0;
        display: none; }
  .index_special_collection .isc-flashsale {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem; }
    @media (max-width: 991px) {
      .index_special_collection .isc-flashsale {
        flex-direction: column; } }
    .index_special_collection .isc-flashsale.hasBanner {
      justify-content: space-between; }
      @media (min-width: 991px) {
        .index_special_collection .isc-flashsale.hasBanner.hasRowReverse {
          flex-direction: row-reverse; }
          .index_special_collection .isc-flashsale.hasBanner.hasRowReverse .isc-flashsale-countdown {
            margin-left: inherit; } }
      @media (min-width: 991px) {
        .index_special_collection .isc-flashsale.hasBanner:not(.hasRowReverse) .isc-flashsale-countdown {
          margin-right: inherit; } }
    .index_special_collection .isc-flashsale .isc-flashsale-image img {
      border-radius: var(--border_radius); }
    .index_special_collection .isc-flashsale .isc-flashsale-countdown {
      border-radius: 0 0 0 10px;
      z-index: 2;
      gap: 1rem;
      max-width: 375px;
      margin-left: auto;
      margin-right: auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr); }
      .index_special_collection .isc-flashsale .isc-flashsale-countdown > * {
        min-width: 0; }
      .index_special_collection .isc-flashsale .isc-flashsale-countdown span {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        aspect-ratio: 1;
        font-weight: normal;
        color: var(--isc-fs-color);
        background: var(--isc-fs-background);
        padding: .5rem 1rem;
        border-radius: var(--border_radius);
        box-shadow: inset 2px 2px 1px 1px rgba(0, 0, 0, 0.75); }
        .index_special_collection .isc-flashsale .isc-flashsale-countdown span b {
          font-size: 1.75rem;
          font-weight: bold;
          line-height: 32px;
          border-bottom: 1px solid var(--isc-fs-color);
          padding-bottom: .5rem;
          margin-bottom: .5rem; }
          @media (min-width: 1201px) {
            .index_special_collection .isc-flashsale .isc-flashsale-countdown span b {
              font-size: 2.25rem; } }
  .index_special_collection .isc-body .isc-body-cols.grid_4_columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem; }
    .index_special_collection .isc-body .isc-body-cols.grid_4_columns > * {
      min-width: 0; }
  .index_special_collection .isc-body .isc-body-cols.grid_5_columns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem; }
    .index_special_collection .isc-body .isc-body-cols.grid_5_columns > * {
      min-width: 0; }
  .index_special_collection .isc-body .isc-body-cols.slider_4_columns:not(.slick-slider) {
    margin-left: -1rem;
    margin-right: -1rem;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 25%;
    overflow: hidden; }
    .index_special_collection .isc-body .isc-body-cols.slider_4_columns:not(.slick-slider) .product-item {
      padding: 0 1rem; }
  .index_special_collection .isc-body .isc-body-cols.slider_5_columns:not(.slick-slider) {
    margin-left: -1rem;
    margin-right: -1rem;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 20%;
    overflow: hidden; }
    .index_special_collection .isc-body .isc-body-cols.slider_5_columns:not(.slick-slider) .product-item {
      padding: 0 1rem; }
  .index_special_collection .isc-body .isc-body-cols.slick-slider {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-bottom: 1rem; }
    .index_special_collection .isc-body .isc-body-cols.slick-slider .product-item {
      padding: 0 1rem !important; }
  @media (max-width: 991px) {
    .index_special_collection .isc-body .isc-body-cols {
      margin-left: 0 !important;
      margin-right: 0 !important;
      gap: 1rem !important;
      grid-template-columns: inherit !important;
      grid-auto-flow: column !important;
      grid-auto-columns: 30% !important;
      overflow: auto hidden !important; } }
  @media (max-width: 768px) {
    .index_special_collection .isc-body .isc-body-cols {
      margin-left: 0 !important;
      margin-right: 0 !important;
      gap: 1rem !important;
      grid-template-columns: inherit !important;
      grid-auto-flow: column !important;
      grid-auto-columns: 45% !important;
      overflow: auto hidden !important; } }
  @media (max-width: 480px) {
    .index_special_collection .isc-body .isc-body-cols {
      margin-left: 0 !important;
      margin-right: 0 !important;
      gap: 1rem !important;
      grid-template-columns: inherit !important;
      grid-auto-flow: column !important;
      grid-auto-columns: 60% !important;
      overflow: auto hidden !important; } }
  .index_special_collection .isc-body .isc-body-cols .product-item {
    padding: 0; }
    @media (max-width: 991px) {
      .index_special_collection .isc-body .isc-body-cols .product-item {
        padding: 0 !important; } }
