.section-wrapper .section-title {
  margin-bottom: 50px;
  text-align: center; }

.section-wrapper .section-title .title, .section-wrapper .section-title .title a {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 10px; }

.section-wrapper .section-title .sub-title {
  color: #959595;
  font-size: 1.5rem;
  font-style: italic; }

@media (max-width: 767px) {
  .section-wrapper .section-title {
    margin-bottom: 15px; }
  .section-wrapper .section-title .title, .section-wrapper .section-title .title a {
    font-size: 24px;
    margin-bottom: 5px; }
  .section-wrapper .section-title .sub-title {
    font-size: 16px; } }

@media (max-width: 360px) {
  .section-wrapper .section-title {
    margin-bottom: 15px; }
  .section-wrapper .section-title .title, .section-wrapper .section-title .title a {
    font-size: 22px;
    margin-bottom: 5px; }
  .section-wrapper .section-title .sub-title {
    font-size: 16px; } }

/* font */
.f-center {
  text-align: center; }

.f-size-1 {
  font-size: 13px; }
  @media (max-width: 1000px) {
    .f-size-1 {
      font-size: 9px; } }
  @media (max-width: 600px) {
    .f-size-1 {
      font-size: 8px; } }

.f-size-2 {
  font-size: 16px; }
  @media (max-width: 1000px) {
    .f-size-2 {
      font-size: 15px; } }
  @media (max-width: 600px) {
    .f-size-2 {
      font-size: 14px; } }

.f-size-3 {
  font-size: 20px; }
  @media (max-width: 1000px) {
    .f-size-3 {
      font-size: 18px; } }
  @media (max-width: 600px) {
    .f-size-3 {
      font-size: 16px; } }

.f-size-4 {
  font-size: 24px; }
  @media (max-width: 1000px) {
    .f-size-4 {
      font-size: 20px; } }
  @media (max-width: 600px) {
    .f-size-4 {
      font-size: 16px; } }

.f-size-5 {
  font-size: 28px; }
  @media (max-width: 1000px) {
    .f-size-5 {
      font-size: 24px; } }
  @media (max-width: 600px) {
    .f-size-5 {
      font-size: 20px; } }

.f-size-6 {
  font-size: 32px; }
  @media (max-width: 1000px) {
    .f-size-6 {
      font-size: 28px; } }
  @media (max-width: 600px) {
    .f-size-6 {
      font-size: 22px; } }

.f-size-7 {
  font-size: 42px; }
  @media (max-width: 1000px) {
    .f-size-7 {
      font-size: 32px; } }
  @media (max-width: 600px) {
    .f-size-7 {
      font-size: 22px; } }

.f-bold {
  font-weight: bold; }

.f-superbold {
  font-weight: 900; }

/* padding */
.p-reset {
  padding: 0; }

.padding-halfunit {
  padding: 0.25rem; }
  @media (max-width: 1000px) {
    .padding-halfunit {
      padding: 0.125rem; } }

.padding-1units {
  padding: 0.5rem; }
  @media (max-width: 1000px) {
    .padding-1units {
      padding: 0.25rem; } }

.padding-2units {
  padding: 1rem; }
  @media (max-width: 1000px) {
    .padding-2units {
      padding: 0.5rem; } }

.padding-3units {
  padding: 2rem; }
  @media (max-width: 1000px) {
    .padding-3units {
      padding: 1rem; } }

/* margin */
.m-reset {
  margin: 0; }

.margin-1units {
  margin: 0.5rem; }
  @media (max-width: 1000px) {
    .margin-1units {
      margin: 0.25rem; } }

.margin-2units {
  margin: 1rem; }
  @media (max-width: 1000px) {
    .margin-2units {
      margin: 0.5rem; } }

.margin-3units {
  margin: 2rem; }
  @media (max-width: 1000px) {
    .margin-3units {
      margin: 1rem; } }

/* flex */
.d-flex {
  display: flex; }

.d-flex-vertical {
  display: flex;
  flex-direction: column; }

.d-flex.d-flex-center, .d-flex-vertical.d-flex-center {
  align-items: center;
  justify-content: center; }

.d-flex.d-flex-start, .d-flex-vertical.d-flex-start {
  align-items: start;
  justify-content: start; }

.d-flex.layout-gap-0.5unit, .d-flex-vertical.layout-gap-0.5unit {
  gap: 0.25rem; }

.d-flex.layout-gap-1unit, .d-flex-vertical.layout-gap-1unit {
  gap: 0.5rem; }

.d-flex.layout-gap-1unit.layout-fix, .d-flex-vertical.layout-gap-1unit.layout-fix {
  gap: 0.25rem; }

.d-flex.layout-gap-2unit, .d-flex-vertical.layout-gap-2unit {
  gap: 1rem; }

.d-flex.layout-gap-2unit.layout-fix, .d-flex-vertical.layout-gap-2unit.layout-fix {
  gap: 0.5rem; }

.d-flex.layout-gap-3unit, .d-flex-vertical.layout-gap-3unit {
  gap: 2rem; }

.d-flex.layout-gap-3unit.layout-fix, .d-flex-vertical.layout-gap-3unit.layout-fix {
  gap: 0.25rem; }

.d-flex.d-flex-warp, .d-flex-vertical.d-flex-warp {
  flex-wrap: wrap; }

/* main-text-color */
.w-text {
  color: #ECECEC; }

.b-text {
  color: #333; }

.text-primary-color {
  color: var(--color_main); }

/* border-radius */
.border-radius-round {
  border-radius: 50%; }

.border-radius-1unit {
  border-radius: 0.5rem; }

.border-radius-2unit {
  border-radius: 1rem; }

.border-radius-3unit {
  border-radius: 2rem; }

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

.limit-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.limit-line.oneline {
  -webkit-line-clamp: 1; }

.limit-line.twoline {
  -webkit-line-clamp: 2; }

.limit-line.threeline {
  -webkit-line-clamp: 3; }

.limit-line.fourline {
  -webkit-line-clamp: 4; }

.limit-line.fiveline {
  -webkit-line-clamp: 5; }

.limit-line.sixline {
  -webkit-line-clamp: 6; }

/* other */
.fade-black-bg {
  position: relative; }
  .fade-black-bg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1;
    pointer-events: none; }

.fade-white-bg {
  position: relative; }
  .fade-white-bg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
    pointer-events: none; }

.primary-btn {
  text-align: center;
  border: none;
  border-radius: var(--border_radius);
  padding: 8px 16px;
  background-color: var(--color_main);
  width: fit-content;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFF;
  font-weight: bold;
  transition: background-color 400ms, color 400ms; }
  @media (max-width: 1000px) {
    .primary-btn {
      padding: 6px 12px; } }
  @media (max-width: 1000px) {
    .primary-btn {
      font-size: 14px; } }
  @media (hover: hover) {
    .primary-btn:hover {
      background-color: var(--color_main2);
      color: white; } }
  .primary-btn span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }

.hover-black-bg {
  position: relative; }
  .hover-black-bg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    transition: background 400ms;
    pointer-events: none; }
  @media (hover: hover) {
    .hover-black-bg:hover:after {
      background: rgba(0, 0, 0, 0.4); } }

/* layout */
.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; } }

#section-banner-tripple .list-banner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px; }
  #section-banner-tripple .list-banner > * {
    min-width: 0; }
  #section-banner-tripple .list-banner .banner-item {
    position: relative;
    overflow: hidden; }
    #section-banner-tripple .list-banner .banner-item__image img {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 100%; }
    #section-banner-tripple .list-banner .banner-item__content {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      flex-direction: column;
      justify-content: center;
      padding: 15px; }
      #section-banner-tripple .list-banner .banner-item__content .banner-title {
        font-size: 20px;
        color: var(--color_main2);
        margin-bottom: 2.5px; }
      #section-banner-tripple .list-banner .banner-item__content .banner-desc {
        color: var(--color_main);
        font-size: 36px;
        margin-bottom: 5px; }
      #section-banner-tripple .list-banner .banner-item__content .btn-banner:hover {
        color: #000; }
      #section-banner-tripple .list-banner .banner-item__content .btn-banner span {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 14px;
        position: relative;
        z-index: 3;
        color: #000; }
        #section-banner-tripple .list-banner .banner-item__content .btn-banner span:before {
          content: '';
          position: absolute;
          width: 30px;
          height: 2px;
          bottom: -3px;
          background: #000;
          transition: width 0.3s linear; }
  #section-banner-tripple .list-banner .link-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }

@media (min-width: 992px) {
  #section-banner-tripple .list-banner .banner-item__content .btn-banner span:hover:before {
    width: 100%; }
  #section-banner-tripple .list-banner .banner-item:hover .banner-item__image img {
    transform: scale(1.2); } }

@media (max-width: 991px) {
  #section-banner-tripple .list-banner {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: scroll; }
    #section-banner-tripple .list-banner .banner-item {
      flex: 0 0 80%;
      max-width: 80%; } }

@media (max-width: 767px) {
  #section-banner-tripple .list-banner {
    flex-wrap: wrap; }
    #section-banner-tripple .list-banner .banner-item {
      flex: 0 0 100%;
      max-width: 100%; } }

.home-benefit .home-benefit_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px; }
  .home-benefit .home-benefit_items > * {
    min-width: 0; }
  @media (max-width: 1000px) {
    .home-benefit .home-benefit_items {
      grid-template-columns: repeat(2, 1fr); } }
  .home-benefit .home-benefit_items .home-benefit_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .home-benefit .home-benefit_items .home-benefit_item.big_image {
      grid-column: 2/4;
      grid-row: 1/3;
      /*img{ filter: drop-shadow(-20px 10px 4px rgba(0, 0, 0, 0.5)) }*/ }
      @media (max-width: 1000px) {
        .home-benefit .home-benefit_items .home-benefit_item.big_image {
          grid-column: span 2;
          grid-row: 1; } }
    .home-benefit .home-benefit_items .home-benefit_item .home-benefit_item-image img {
      max-height: 75px;
      width: auto; }

.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-lg-item {
      text-align: start;
      position: absolute;
      top: 50%;
      left: 60%;
      transform: translateY(-50%);
      z-index: 2;
      width: 40%;
      padding: 0 45px; }
      @media (max-width: 767px) {
        .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 > h2, .home-video-lg .home-video-lg-container .home-video-lg-item .titleStyle1 > span {
        text-align: start;
        margin-bottom: 45px;
        display: block; }
      .home-video-lg .home-video-lg-container .home-video-lg-item a {
        display: block; }

.home-banner-triple .home-banner-triple-flex {
  display: flex;
  flex-direction: row;
  gap: 1rem; }
  @media (max-width: 1000px) {
    .home-banner-triple .home-banner-triple-flex {
      flex-direction: column; } }
  .home-banner-triple .home-banner-triple-flex .home-banner-triple-item {
    position: relative; }
    .home-banner-triple .home-banner-triple-flex .home-banner-triple-item .home-banner-triple-item-container {
      overflow: hidden;
      clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 0 0);
      transition: clip-path 400ms; }
      .home-banner-triple .home-banner-triple-flex .home-banner-triple-item .home-banner-triple-item-container:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: transparent;
        transition: background 400ms;
        pointer-events: none; }
    .home-banner-triple .home-banner-triple-flex .home-banner-triple-item img {
      transition: transform 400ms; }
    .home-banner-triple .home-banner-triple-flex .home-banner-triple-item .home-banner-trple-button {
      z-index: 2;
      position: absolute;
      bottom: 32px;
      left: 50%;
      transform: translate(-50%); }
    @media (hover: hover) {
      .home-banner-triple .home-banner-triple-flex .home-banner-triple-item:hover .home-banner-triple-item-container {
        clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%); }
        .home-banner-triple .home-banner-triple-flex .home-banner-triple-item:hover .home-banner-triple-item-container:after {
          background: rgba(0, 0, 0, 0.4); }
      .home-banner-triple .home-banner-triple-flex .home-banner-triple-item:hover img {
        transform: scale(110%); } }

@media (min-width: 991px) {
  .section_index--fSale.section_index--fSale-twice .section_index--fSale-wrap .section_index--fSale-body {
    display: grid;
    grid-template-columns: 1fr 35%;
    gap: 15px; } }
  @media (min-width: 991px) and (max-width: 991px) {
    .section_index--fSale.section_index--fSale-twice .section_index--fSale-wrap .section_index--fSale-body {
      grid-template-columns: 1fr;
      margin-top: 15px; } }

@media (min-width: 991px) {
    .section_index--fSale.section_index--fSale-twice .section_index--fSale-wrap .section_index--fSale-body > * {
      min-width: 0; }
    .section_index--fSale.section_index--fSale-twice .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info {
      order: 2; }
    .section_index--fSale.section_index--fSale-twice .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-data {
      order: 1; } }

.section_index--fSale .section_index--fSale-wrap .section_index--fSale-head {
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 360px) {
    .section_index--fSale .section_index--fSale-wrap .section_index--fSale-head {
      margin-bottom: 15px; } }
  .section_index--fSale .section_index--fSale-wrap .section_index--fSale-head h2 {
    text-align: center;
    margin: 0;
    overflow: hidden; }
    @media (hover: hover) {
      .section_index--fSale .section_index--fSale-wrap .section_index--fSale-head h2:hover img {
        transform: scale(1.05); } }
    .section_index--fSale .section_index--fSale-wrap .section_index--fSale-head h2 img {
      transition: all .5s; }

.section_index--fSale .section_index--fSale-wrap .section_index--fSale-body {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 15px; }
  @media (max-width: 991px) {
    .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body {
      grid-template-columns: 1fr;
      margin-top: 15px; } }
  .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body > * {
    min-width: 0; }
  .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info {
    position: sticky;
    top: 30%;
    height: min-content; }
    @media (max-width: 991px) {
      .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info {
        position: relative;
        top: 0; } }
    .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info .section_index--fSale-body-info-title b {
      color: #F30; }
    .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info .section_index--fSale-head-countdown {
      margin: 30px 0;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
      gap: 15px; }
      @media (max-width: 360px) {
        .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info .section_index--fSale-head-countdown {
          margin-top: 15px; } }
      .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info .section_index--fSale-head-countdown label {
        font-weight: 400;
        color: #333;
        font-size: 1rem;
        margin: 0;
        margin-right: 15px;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 5px; }
        @media (max-width: 1024px) {
          .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info .section_index--fSale-head-countdown label {
            text-align: center; } }
      .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info .section_index--fSale-head-countdown .countdownLoop {
        display: flex;
        flex-wrap: nowrap;
        justify-content: end;
        align-items: end; }
        .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info .section_index--fSale-head-countdown .countdownLoop 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); }
          .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info .section_index--fSale-head-countdown .countdownLoop span:not(:last-child) {
            margin-right: 15px; }
          @media (max-width: 360px) {
            .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info .section_index--fSale-head-countdown .countdownLoop span {
              width: 50px;
              height: 55px; } }
          .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-info .section_index--fSale-head-countdown .countdownLoop span b {
            font-size: 2.0rem;
            font-weight: bold;
            display: block;
            color: #F30;
            margin-bottom: 5px; }
  .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-data {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; }
    .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-data > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-data {
        gap: 15px; } }
    .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-data .product-item {
      padding: 0;
      margin: 0; }
      .section_index--fSale .section_index--fSale-wrap .section_index--fSale-body .section_index--fSale-body-data .product-item .product-item-wrap {
        background: #FFF; }

.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; }
    .home-tiktok .home-tiktok-data .home-tiktok-icon .titleStyle1-body:before, .home-tiktok .home-tiktok-data .home-tiktok-icon .titleStyle1-body:after {
      display: none !important; }
  .home-tiktok .home-tiktok-data .home-tiktok-embed blockquote {
    width: 100%;
    height: 100%; }
    .home-tiktok .home-tiktok-data .home-tiktok-embed blockquote iframe {
      width: 100%; }

.home-blog .home-blog-wrap .home-blog-items:not(.slick-slider):has(.article-item) {
  display: grid;
  grid-auto-columns: calc(100%/3);
  grid-auto-flow: column;
  overflow: hidden; }
  @media (max-width: 991px) {
    .home-blog .home-blog-wrap .home-blog-items:not(.slick-slider):has(.article-item) {
      grid-auto-columns: calc(100%/2); } }
  @media (max-width: 600px) {
    .home-blog .home-blog-wrap .home-blog-items:not(.slick-slider):has(.article-item) {
      grid-auto-columns: calc(100%/1); } }

.home-vendor {
  padding: 50px 8px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background: #fff; }
  .home-vendor .section-title .title, .home-vendor .section-title .title a, .home-vendor .section-title .sub-title {
    color: #000; }
  .home-vendor .home-vendor-flex .home-vendor-list {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 16px; }
    @media (max-width: 767px) {
      .home-vendor .home-vendor-flex .home-vendor-list {
        grid-template-columns: repeat(5, 1fr);
        gap: 8px; } }
    .home-vendor .home-vendor-flex .home-vendor-list > * {
      min-width: 0; }
    .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item {
      display: flex;
      align-items: center;
      justify-content: center;
      /*background: linear-gradient(180deg, var(--color_main), var(--color_main2));*/
      transition: all .5s;
      border-radius: var(--border_radius);
      overflow: hidden; }
      .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item:hover {
        /*background: linear-gradient(-180deg, var(--color_main), var(--color_main2), #F30, #FFF, #000);*/ }
        .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item:hover .home-vendor-container img {
          transform: rotate(10deg); }
        .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item:hover .home-vendor-container strong {
          color: var(--color_main); }
        .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item:hover .home-vendor-container:after {
          top: -50%;
          left: 350%;
          transform: translate(50%, -50%) rotate(45deg); }
      .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item .home-vendor-container {
        width: 100%;
        background: var(--color2);
        overflow: hidden;
        overflow: hidden;
        position: relative; }
        .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item .home-vendor-container a {
          color: #000;
          width: 100%;
          overflow: hidden;
          display: block; }
          .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item .home-vendor-container a img {
            transition: transform 400ms;
            object-fit: cover;
            width: 100%; }
        .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item .home-vendor-container strong {
          display: none;
          background: var(--color_main2);
          padding: 10px;
          color: #000;
          text-align: center;
          text-transform: uppercase;
          font-size: 1.1rem; }
          @media (max-width: 480px) {
            .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item .home-vendor-container strong {
              padding: 5px;
              font-size: .9rem; } }
        .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item .home-vendor-container:after {
          content: "";
          position: absolute;
          top: -50%;
          left: -50%;
          transform: translate(-50%, -50%) rotate(45deg);
          width: 20px;
          height: 1000%;
          background-color: white;
          transition: top 1200ms, left 1200ms, transform 1200ms;
          pointer-events: none; }

footer {
  margin-top: 0 !important; }

.section_index--group-tab .section_index--group-tab-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--color_main);
  gap: 10px; }
  .section_index--group-tab .section_index--group-tab-head .titleStyle1 h2 {
    font-size: 1.75rem;
    text-align: start;
    margin: 0;
    color: var(--color_main); }
  .section_index--group-tab .section_index--group-tab-head .titleStyle1 span {
    text-align: start; }
  .section_index--group-tab .section_index--group-tab-head ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    overflow: auto; }
    @media (max-width: 480px) {
      .section_index--group-tab .section_index--group-tab-head ul {
        gap: 10px;
        white-space: nowrap;
        justify-content: space-between; } }
    .section_index--group-tab .section_index--group-tab-head ul li {
      font-size: 1.15rem; }
      .section_index--group-tab .section_index--group-tab-head ul li a {
        font-weight: bold; }
      .section_index--group-tab .section_index--group-tab-head ul li.active a, .section_index--group-tab .section_index--group-tab-head ul li:hover a {
        color: var(--color_main);
        font-weight: bold; }

.section_index--group-tab .section_index--group-tab-body > ul > li {
  display: none; }
  .section_index--group-tab .section_index--group-tab-body > ul > li.active {
    display: block; }
  .section_index--group-tab .section_index--group-tab-body > ul > li .section_index--group-tab-body-products:not(:has( > p)) {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px; }
    @media (max-width: 1350px) {
      .section_index--group-tab .section_index--group-tab-body > ul > li .section_index--group-tab-body-products:not(:has( > p)) {
        grid-template-columns: repeat(4, 1fr); } }
    @media (max-width: 1200px) {
      .section_index--group-tab .section_index--group-tab-body > ul > li .section_index--group-tab-body-products:not(:has( > p)) {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 991px) {
      .section_index--group-tab .section_index--group-tab-body > ul > li .section_index--group-tab-body-products:not(:has( > p)) {
        grid-template-columns: repeat(2, 1fr); } }
  .section_index--group-tab .section_index--group-tab-body > ul > li .section_index--group-tab-body-products .product-item {
    padding: 0; }
