.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: 3px solid transparent;
  padding: 7px 10px 7px 10px;
  font-size: 20px;
  border-radius: var(--border_radius);
  color: #f2f2f2;
  transition: background-color 400ms,color 400ms,border-color 400ms;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 1000px) {
    .primary-btn {
      font-size: 15px; } }
  .primary-btn p {
    margin: 0; }
  .primary-btn:hover {
    background-color: transparent;
    border-color: var(--color_main);
    color: var(--color_main); }

.secondary-btn {
  padding: 7px 10px 7px 10px;
  border: #f2f2f2 3px 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: border-color 400ms, color 400ms,text-shadow 400ms,box-shadow 400ms;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 1000px) {
    .secondary-btn {
      font-size: 15px; } }
  .secondary-btn p {
    margin: 0; }
  .secondary-btn:hover {
    color: var(--color_main);
    border-color: var(--color_main);
    text-shadow: none;
    box-shadow: none; }

.m-reset {
  margin: 0; }

.home-slider {
  background: #FFF; }
  .home-slider .slick-track {
    padding: 0 !important; }
  .home-slider .home-slider-items .home-slider-item {
    position: relative; }
    .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 (max-width: 1000px) {
        .home-slider .home-slider-items .home-slider-item .home-slider-item-content {
          gap: 10px;
          justify-content: center;
          align-items: center;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          text-align: center; } }
      .home-slider .home-slider-items .home-slider-item .home-slider-item-content h2 {
        text-transform: uppercase; }
      .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-banner-intro .home-banner-intro-container .home-banner-intro-flex {
  display: flex;
  column-gap: 2rem;
  grid-row-gap: 2rem; }
  @media (max-width: 1000px) {
    .home-banner-intro .home-banner-intro-container .home-banner-intro-flex {
      flex-direction: column-reverse; } }
  .home-banner-intro .home-banner-intro-container .home-banner-intro-flex .home-banner-intro-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 0; }
    @media (max-width: 1000px) {
      .home-banner-intro .home-banner-intro-container .home-banner-intro-flex .home-banner-intro-info-container {
        align-items: center;
        order: 2; } }
    .home-banner-intro .home-banner-intro-container .home-banner-intro-flex .home-banner-intro-info-container .home-banner-intro-header {
      margin: 0;
      text-align: center;
      color: var(--color_main);
      font-style: italic; }
    .home-banner-intro .home-banner-intro-container .home-banner-intro-flex .home-banner-intro-info-container .home-banner-intro-extra-header {
      font-size: 40px;
      font-weight: bold;
      text-align: center; }
      .home-banner-intro .home-banner-intro-container .home-banner-intro-flex .home-banner-intro-info-container .home-banner-intro-extra-header a {
        transition: color 400ms;
        color: #333; }
      .home-banner-intro .home-banner-intro-container .home-banner-intro-flex .home-banner-intro-info-container .home-banner-intro-extra-header:hover a {
        color: var(--color_main); }
    .home-banner-intro .home-banner-intro-container .home-banner-intro-flex .home-banner-intro-info-container .home-banner-intro-content {
      font-size: 16px;
      color: #666666;
      text-align: center; }
    .home-banner-intro .home-banner-intro-container .home-banner-intro-flex .home-banner-intro-info-container .primary-btn {
      margin: 0 auto;
      text-align: right;
      max-width: fit-content; }
  .home-banner-intro .home-banner-intro-container .home-banner-intro-flex .home-banner-intro-image-container {
    display: flex;
    flex: 1 1 0;
    max-height: 400px;
    transition: transform 400ms; }
    .home-banner-intro .home-banner-intro-container .home-banner-intro-flex .home-banner-intro-image-container picture {
      height: 100%;
      aspect-ratio: 1;
      margin: auto; }
    .home-banner-intro .home-banner-intro-container .home-banner-intro-flex .home-banner-intro-image-container img {
      animation: border-update 10s ease-in-out infinite alternate;
      height: 100%; }
    .home-banner-intro .home-banner-intro-container .home-banner-intro-flex .home-banner-intro-image-container:hover {
      transform: scale(105%); }

.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: center;
    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: 1 1 0; }
    .home-support .home-support-flex-lr .home-support-right {
      flex: 3 1 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      width: 100%;
      grid-gap: 5rem 2.5rem; }
      @media (max-width: 600px) {
        .home-support .home-support-flex-lr .home-support-right {
          grid-template-columns: repeat(1, 1fr);
          grid-gap: 2.5rem 1.25rem; } }
      .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-color: #60c452;
          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: 50%;
            height: 50%; }
          .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-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-new {
  position: relative; }
  .home-product-new .home-product-new-image-container {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    text-align: center; }
    .home-product-new .home-product-new-image-container img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
    .home-product-new .home-product-new-image-container:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.6);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .home-product-new .home-product-info-support-header {
    padding-top: 2rem;
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
    color: var(--color_main);
    font-style: italic; }
  .home-product-new .home-product-info-header {
    position: relative;
    z-index: 2;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem; }
    .home-product-new .home-product-info-header a {
      transition: color 400ms;
      color: #f2f2f2; }
    .home-product-new .home-product-info-header:hover a {
      color: var(--color_main); }
  .home-product-new .home-product-info-slider {
    padding-top: 1rem;
    padding-bottom: 2rem;
    height: 100%;
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(3, 1fr); }
    @media (max-width: 1000px) {
      .home-product-new .home-product-info-slider {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 600px) {
      .home-product-new .home-product-info-slider {
        grid-template-columns: repeat(1, 1fr); } }
    .home-product-new .home-product-info-slider .product-item-action {
      position: relative;
      z-index: 1; }
      .home-product-new .home-product-info-slider .product-item-action .product-item-action-wrap {
        padding: 1rem 1rem;
        background-color: #fff; }

.home-product-list .home-product-list-flex-td {
  /*.primary-horizontal-line{
			margin: 0;
			margin-left: 0.5rem;
			width: 100%;
			&:after{
				left: 0;
			}
		}*/ }
  .home-product-list .home-product-list-flex-td .home-product-list-support-header {
    padding-top: 2rem;
    position: relative;
    z-index: 2;
    margin: 0;
    text-align: center;
    color: var(--color_main);
    font-style: italic; }
  .home-product-list .home-product-list-flex-td .home-product-list-header {
    position: relative;
    z-index: 2;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem; }
    .home-product-list .home-product-list-flex-td .home-product-list-header a {
      transition: color 400ms;
      color: #333; }
    .home-product-list .home-product-list-flex-td .home-product-list-header:hover a {
      color: var(--color_main); }
  .home-product-list .home-product-list-flex-td .home-product-list-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0.5rem 1rem 0.5rem;
    column-gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem; }
    .home-product-list .home-product-list-flex-td .home-product-list-tabs .home-product-list-tab-item {
      position: relative;
      text-align: left;
      font-size: 1.25rem;
      transition: color 400ms;
      white-space: nowrap; }
      .home-product-list .home-product-list-flex-td .home-product-list-tabs .home-product-list-tab-item:hover {
        color: var(--color_main);
        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: "";
        width: 3px;
        height: 50%;
        right: -1rem;
        top: 50%;
        transform: translate(0, -50%);
        background-color: var(--color_main); }
    .home-product-list .home-product-list-flex-td .home-product-list-tabs .active {
      color: var(--color_main);
      font-weight: bold;
      font-size: 2.5rem; }
  .home-product-list .home-product-list-flex-td .home-product-list-slider-container .home-product-list-slider {
    min-width: 0; }
    .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-banner .home-product-banner-flex {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  grid-row-gap: 1rem; }
  .home-product-banner .home-product-banner-flex .home-product-banner-image {
    max-height: 250px;
    overflow: hidden;
    padding: 0 0.5rem;
    position: relative; }
    .home-product-banner .home-product-banner-flex .home-product-banner-image .home-product-banner-header {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #f2f2f2;
      z-index: 2;
      font-weight: bold;
      text-transform: uppercase;
      width: 80%;
      transition: transform 400ms; }
    .home-product-banner .home-product-banner-flex .home-product-banner-image:after {
      content: "";
      width: calc(100% - 1rem);
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.4);
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .home-product-banner .home-product-banner-flex .home-product-banner-image:before {
      content: "";
      position: absolute;
      width: 20px;
      height: 200%;
      top: 50%;
      left: -40%;
      transform: translate(0, -50%) rotate(45deg);
      background-color: white;
      z-index: 3;
      transition: left 1000ms; }
    .home-product-banner .home-product-banner-flex .home-product-banner-image:hover .home-product-banner-header {
      transform: translate(-50%, -50%) scale(110%); }
    .home-product-banner .home-product-banner-flex .home-product-banner-image:hover:before {
      left: 125%; }
  .home-product-banner .home-product-banner-flex .home-product-banner-info-slider:not(.slick-slider) {
    display: none; }

.home-blog .home-blog-wrap .home-blog-support-header {
  margin: 0;
  text-align: center;
  color: var(--color_main);
  font-style: italic; }

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

.home-blog .home-blog-wrap .home-blog-main {
  padding: 2rem 0; }
  .home-blog .home-blog-wrap .home-blog-main .home-blog-items:not(.slick-slider) {
    display: none; }

.home-product-sale .home-product-sale-slider:not(.slick-slider) .home-product-sale-item:nth-child(n+2) {
  display: none; }

.home-product-sale .home-product-sale-slider .home-product-sale-item {
  position: relative;
  padding: 0.5rem; }
  .home-product-sale .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;
    border-radius: var(--border_radius);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    grid-row-gap: 1rem; }
    @media (max-width: 1000px) {
      .home-product-sale .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex {
        flex-direction: column; } }
    .home-product-sale .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-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-item-image {
          padding: 1rem; } }
      .home-product-sale .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-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info {
      padding: 1rem;
      margin: auto;
      flex: 2 1 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      grid-row-gap: 0.5rem;
      margin: auto; }
      .home-product-sale .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;
        width: 70%;
        text-align: center;
        font-style: italic; }
        .home-product-sale .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; }
          .home-product-sale .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-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;
        width: 70%;
        text-align: center;
        font-weight: bold;
        font-style: italic;
        margin-bottom: 1rem; }
        .home-product-sale .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-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-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; }
      .home-product-sale .home-product-sale-slider .home-product-sale-item .home-product-sale-item-flex .home-product-sale-content-info .home-product-sale-item-detail-price {
        margin-top: 1rem;
        display: flex;
        column-gap: 1rem;
        margin-bottom: 1rem;
        align-items: center; }
        .home-product-sale .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-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-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; }
  .home-product-sale .home-product-sale-slider .home-product-sale-item .countdownLoop {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translate(0, -50%);
    top: 0.5rem;
    right: 0.5rem;
    transform: translate(0, 0);
    display: inline-flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 0 0 0 10px;
    z-index: 2; }

@Media (max-width: 600px) {
  .home-product-sale .home-product-sale-slider .home-product-sale-item .countdownLoop {
    padding: 0.75rem; } }
    .home-product-sale .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; }
      .home-product-sale .home-product-sale-slider .home-product-sale-item .countdownLoop span b {
        font-size: 1.75rem;
        font-weight: bold;
        line-height: 32px; }

@Media (max-width: 600px) {
  .home-product-sale .home-product-sale-slider .home-product-sale-item .countdownLoop span b {
    font-size: 1rem; } }

.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-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 a {
      color: var(--color_main); }
    .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%; }

@keyframes border-update {
  0% {
    border-radius: 36% 64% 24% 76% / 68% 24% 76% 32%; }
  25% {
    border-radius: 30% 70% 26% 74% / 66% 30% 70% 34%; }
  50% {
    border-radius: 77% 23% 72% 28% / 21% 78% 22% 79%; }
  75% {
    border-radius: 48% 52% 46% 54% / 49% 48% 52% 51%; }
  100% {
    border-radius: 36% 64% 24% 76% / 68% 24% 76% 32%; } }
