@charset "UTF-8";
.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; } }

/* 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 {
  background: #FFF;
  margin-bottom: 0;
  padding-bottom: 20px !important;
  position: relative; }
  .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-slider:after {
    content: "";
    background: var(--color_bg);
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 125px;
    -webkit-mask-image: url(https://file.hstatic.net/200000934815/file/slider-cloud-bg.png);
    mask-image: url(https://file.hstatic.net/200000934815/file/slider-cloud-bg.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: bottom center;
    -webkit-mask-repeat: repeat-x; }

@keyframes rotation {
  100% {
    transform: rotate(360deg); } }

@keyframes rotationReverse {
  100% {
    transform: rotate(-360deg); } }

.home-collection-list .titleStyle1 {
  text-align: center;
  margin-bottom: 3rem; }
  .home-collection-list .titleStyle1 a {
    color: #F30; }

.home-collection-list .home-collection_list-wrapper {
  text-align: center;
  display: flex;
  grid-gap: 1rem;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1200px) {
    .home-collection-list .home-collection_list-wrapper {
      overflow: auto hidden;
      justify-content: flex-start; } }
  .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
    display: block;
    margin: 0.5rem;
    width: calc((100%/6)); }
    @media (max-width: 1200px) {
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
        min-width: calc(100%/5); } }
    @media (max-width: 767px) {
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
        min-width: calc(100%/4); } }
    @media (max-width: 480px) {
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
        min-width: calc(100%/3); } }
    @media (max-width: 360px) {
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item {
        min-width: calc(100%/2); } }
    .home-collection-list .home-collection_list-wrapper .home-collection-list-item:hover .home-collection-list-item-image-holder {
      animation: 10s linear infinite rotation;
      border-color: var(--color_main); }
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item:hover .home-collection-list-item-image-holder img {
        animation: 10s linear infinite rotationReverse;
        padding: 10px; }
    .home-collection-list .home-collection_list-wrapper .home-collection-list-item:hover span {
      color: var(--color_main); }
    .home-collection-list .home-collection_list-wrapper .home-collection-list-item .home-collection-list-item-image-holder {
      margin-bottom: 1rem;
      border-radius: 999px;
      overflow: hidden;
      transition: all .5s;
      border: 1px dashed #DbDBDB; }
      .home-collection-list .home-collection_list-wrapper .home-collection-list-item .home-collection-list-item-image-holder img {
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
        border-radius: 999px;
        transition: all .5s; }
    .home-collection-list .home-collection_list-wrapper .home-collection-list-item span {
      transition: all .5s;
      font-size: 1.1rem; }

.section__index-policy .section__index-policy-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -1rem; }
  .section__index-policy .section__index-policy-wrap .section__index-policy-big-image {
    width: 50%;
    padding: 0 1rem; }
    @media (max-width: 767px) {
      .section__index-policy .section__index-policy-wrap .section__index-policy-big-image {
        width: 100%; } }
  .section__index-policy .section__index-policy-wrap .section__index-policy-content {
    width: 50%;
    padding: 0 1rem; }
    @media (max-width: 767px) {
      .section__index-policy .section__index-policy-wrap .section__index-policy-content {
        width: 100%; } }
    .section__index-policy .section__index-policy-wrap .section__index-policy-content .titleStyle1 {
      margin-bottom: 15px; }
      .section__index-policy .section__index-policy-wrap .section__index-policy-content .titleStyle1 h2 {
        text-align: start;
        color: var(--color_main1);
        margin: 0; }
    .section__index-policy .section__index-policy-wrap .section__index-policy-content .section__index-policy-items .section__index-policy-item {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; }
      .section__index-policy .section__index-policy-wrap .section__index-policy-content .section__index-policy-items .section__index-policy-item:not(:last-child) {
        margin-bottom: 15px; }
      .section__index-policy .section__index-policy-wrap .section__index-policy-content .section__index-policy-items .section__index-policy-item span {
        width: 60px;
        height: 60px;
        background: var(--color_main3);
        padding: 10px;
        border-radius: var(--border_radius); }
      .section__index-policy .section__index-policy-wrap .section__index-policy-content .section__index-policy-items .section__index-policy-item .section__index-policy-item-content {
        width: calc(100% - 60px);
        padding-left: 15px; }
        .section__index-policy .section__index-policy-wrap .section__index-policy-content .section__index-policy-items .section__index-policy-item .section__index-policy-item-content h3 {
          font-size: 1.5rem; }

.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: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      max-width: 960px;
      width: 95%;
      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: center;
        margin-bottom: 45px;
        display: block; }
      .home-video-lg .home-video-lg-container .home-video-lg-item a {
        display: inline-block; }

.home-product-custom .home-product-custom-flex {
  display: flex;
  flex-direction: column;
  grid-gap: .5rem; }
  .home-product-custom .home-product-custom-flex .home-product-custom-list-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -10px; }
    @media (max-width: 1000px) {
      .home-product-custom .home-product-custom-flex .home-product-custom-list-items {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 600px) {
      .home-product-custom .home-product-custom-flex .home-product-custom-list-items {
        grid-template-columns: repeat(1, 1fr); } }
    .home-product-custom .home-product-custom-flex .home-product-custom-list-items:not(.active) {
      display: none; }

.home-banner-lg {
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  .home-banner-lg img {
    background: #FFF;
    border-radius: var(--border_radius);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1); }
  .home-banner-lg .home-banner-lg-container {
    position: relative; }
    .home-banner-lg .home-banner-lg-container .home-banner-lg-item {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 40%;
      transform: translateY(-50%);
      z-index: 2;
      width: 60%;
      padding: 0 15px; }
      @media (max-width: 991px) {
        .home-banner-lg .home-banner-lg-container .home-banner-lg-item {
          width: 90%;
          left: 10%; } }
      .home-banner-lg .home-banner-lg-container .home-banner-lg-item h2 {
        text-transform: uppercase;
        color: #FFF; }

@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;
      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%; }

.home-blog .titleStyle1 {
  text-align: center;
  margin-bottom: 3rem; }
  .home-blog .titleStyle1 a {
    color: var(--color_main); }

.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 .titleStyle1 {
  text-align: center;
  margin-bottom: 3rem; }
  .home-vendor .titleStyle1 a {
    color: var(--color_main); }

.home-vendor .home-vendor-flex .home-vendor-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px; }
  @media (max-width: 767px) {
    .home-vendor .home-vendor-flex .home-vendor-list {
      gap: 8px;
      grid-template-columns: repeat(2, 1fr); } }
  .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;
    border: 1px dashed #FFF;
    padding: 10px;
    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: varr(--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;
      border-radius: var(--border_radius);
      overflow: hidden;
      position: relative; }
      .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item .home-vendor-container a {
        width: 100%;
        overflow: hidden;
        display: block;
        border-radius: var(--border_radius);
        overflow: hidden; }
        .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item .home-vendor-container a img {
          transition: transform 400ms;
          object-fit: cover;
          width: 100%;
          border-radius: var(--border_radius); }
      .home-vendor .home-vendor-flex .home-vendor-list .home-vendor-item .home-vendor-container strong {
        display: none;
        background: var(--color_main2);
        padding: 10px;
        color: #FFF;
        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 .titleStyle1 {
  margin-bottom: 3rem; }
  .section_index--group-tab .section_index--group-tab-head .titleStyle1 h2 {
    margin: 0;
    color: var(--color_main); }

.section_index--group-tab .section_index--group-tab-head ul {
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  overflow: auto hidden;
  white-space: nowrap; }
  @media (max-width: 480px) {
    .section_index--group-tab .section_index--group-tab-head ul {
      gap: 10px;
      justify-content: space-between; } }
  .section_index--group-tab .section_index--group-tab-head ul li {
    font-size: 2.5rem; }
    .section_index--group-tab .section_index--group-tab-head ul li:not(:last-child):after {
      content: "/";
      display: inline-block;
      padding: 0 0 0 30px;
      color: #AbAbAb;
      font-weight: bold; }
    .section_index--group-tab .section_index--group-tab-head ul li h3 {
      display: inline-block; }
    .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); }

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

.home-store .titleStyle1 {
  text-align: center; }
  .home-store .titleStyle1 a {
    color: var(--color_main); }

/*section slider*/
#slider {
  position: relative;
  overflow: hidden; }

#slider .slick-dots {
  bottom: 15px !important; }

#slider .slider-main-item {
  position: relative; }

#slider .slider-main-item:nth-child(1) .slider-item-content {
  top: 35%;
  left: 5%;
  text-align: left; }

#slider .slider-main-item:nth-child(2) .slider-item-content {
  top: 35%;
  right: 33%;
  text-align: center; }

#slider .slider-main-item:nth-child(3) .slider-item-content {
  top: 35%;
  right: 5%;
  text-align: right; }

#slider .slider-main-item .slider-item-content {
  position: absolute;
  max-width: 500px;
  border-radius: 5px; }

@media (max-width: 991px) {
  #slider .slider-main-item .slider-item-content {
    display: none; } }

#slider .slider-main-item .slider-item-content h2 {
  margin-bottom: 10px; }

#slider .slider-main-item .slider-item-content h2 b {
  font-weight: 700;
  background: linear-gradient(360deg, var(--brandColor) 30%, transparent 35%, transparent 35%);
  border-radius: 0 0 5px 5px; }

#slider .slider-main-item .slider-item-content span {
  display: inline-block;
  background: #fff;
  color: var(--brandColor);
  font-weight: 700;
  padding: 10px 20px;
  transition: all .5s;
  border-radius: var(--s-radius); }

#slider .slider-main-item .slider-item-content span:hover {
  background: var(--brandColor);
  color: var(--mainColor);
  letter-spacing: 1.2px; }

#slider .slider-main:not(.slick-initialized) {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex; }

#slider .slider-main:not(.slick-initialized) .slider-main-item {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%; }

@media (max-width: 767px) {
  #slider .slider-main {
    overflow: hidden; }
  #slider .slick-arrow {
    display: none; } }

/*section about*/
.home_about {
  padding: 80px; }

@media (max-width: 991px) {
  .home_about {
    padding: 40px 0 !important; } }

.home_about .home_about_content .home_about_top {
  display: flex;
  gap: 40px; }

@media (max-width: 991px) {
  .home_about .home_about_content .home_about_top {
    flex-direction: column;
    gap: 0; } }

.home_about .home_about_content .home_about_top .home_about_left {
  flex: 0 0 50%; }

@media (max-width: 991px) {
  .home_about .home_about_content .home_about_top .home_about_left {
    flex: 0 0 100%; } }

.home_about .home_about_content .home_about_top .home_about_left img {
  height: auto;
  aspect-ratio: 790 / 532; }

.home_about .home_about_content .home_about_top .home_about-content {
  position: relative;
  padding: 6.25rem 0 3.125rem; }

.home_about .home_about_content .home_about_top .home_about-content .home_about_icon {
  position: absolute; }

.home_about .home_about_content .home_about_top .home_about-content .home_about_icon:first-child {
  top: 0;
  left: 0; }

.home_about .home_about_content .home_about_top .home_about-content .home_about_icon:last-child {
  right: 0; }

@media (max-width: 767px) {
  .home_about .home_about_content .home_about_top .home_about-content {
    padding: 1.5rem 0;
    margin: 0rem 0 0; } }

.home_about .home_about_content .home_about_top .home_about_right .home_about_icon {
  font-size: 8rem;
  line-height: 1.2;
  color: #58595B; }

@media (max-width: 991px) {
  .home_about .home_about_content .home_about_top .home_about_right .home_about_icon {
    font-size: 4rem;
    line-height: 2.2; } }

@media (max-width: 767px) {
  .home_about .home_about_content .home_about_top .home_about_right .home_about_icon {
    line-height: .8; } }

.home_about .home_about_content .home_about_top .home_about_right .home_about_icon.right {
  text-align: right; }

.home_about .home_about_content .home_about_top .home_about_right .home_about_text {
  font-weight: 400;
  color: #58595B;
  margin: 0; }

@media (max-width: 991px) {
  .home_about .home_about_content .home_about_top .home_about_right .home_about_text {
    font-size: 14px; } }

.home_about .home_about_content .home_about_top .home_about_right .home_about_btn {
  transition: all .2s linear; }

.home_about .home_about_content .home_about_top .home_about_right .home_about_btn a {
  display: inline-flex;
  align-items: center; }

.home_about .home_about_content .home_about_top .home_about_right .home_about_btn:hover {
  transform: translateY(-5px); }

@media (max-width: 991px) {
  .home_about .home_about_content .home_about_top .home_about_right .home_about_btn {
    text-align: center; } }

.home_about .home_about_content .home_about_top .home_about_right .home_about_btn span {
  position: relative;
  z-index: 1; }

.home_about .home_about_content .home_about_top .home_about_right .home_about_btn span::before {
  content: "Xem thêm";
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  font-size: 1.219rem;
  line-height: 1.463rem;
  color: #FFF;
  z-index: 2;
  font-weight: 600;
  white-space: nowrap; }

@media (max-width: 991px) {
  .home_about .home_about_content .home_about_top .home_about_right .home_about_btn span::before {
    font-size: 14px; } }

@media (max-width: 767px) {
  .home_about .home_about_content .home_about_top .home_about_right .home_about_btn span img {
    width: 70%; } }

.home_about .home_about_content .home_about_bot {
  display: flex;
  flex-direction: row;
  gap: 20px;
  border-radius: 16px;
  position: relative;
  margin-top: 80px; }

@media (max-width: 991px) {
  .home_about .home_about_content .home_about_bot {
    margin-top: 20px;
    overflow-x: auto;
    padding-bottom: 10px; } }

.home_about .home_about_content .home_about_bot .home_about_item {
  border: 1px solid #E5E5E5;
  width: calc((100% - 60px) / 4);
  position: relative;
  border-radius: 16px; }

@media (max-width: 991px) {
  .home_about .home_about_content .home_about_bot .home_about_item {
    width: 80%;
    flex: 0 0 auto; } }

.home_about .home_about_content .home_about_bot .home_about_item::before, .home_about .home_about_content .home_about_bot .home_about_item::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-block;
  top: calc(50% - 18px);
  background: #FFF; }

.home_about .home_about_content .home_about_bot .home_about_item::before {
  left: -20px;
  border-right: 1px solid #E5E5E5; }

.home_about .home_about_content .home_about_bot .home_about_item::after {
  right: -20px;
  border-left: 1px solid #E5E5E5; }

.home_about .home_about_content .home_about_bot .home_about_item .home_about_item_coupon {
  color: #DB8F86;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px; }

.home_about .home_about_content .home_about_bot .home_about_item .home_about_item_discount {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #D0B49E;
  margin: 0 auto;
  border: 1px solid #E5E5E5;
  padding: 8px;
  position: relative;
  left: 50%;
  border-radius: 16px;
  transform: translateX(-50%);
  margin-bottom: 10px;
  font-weight: 600; }

.home_about .home_about_content .home_about_bot .home_about_item .home_about_item_discount span {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.114rem; }

.home_about .home_about_content .home_about_bot .home_about_item .home_about_item_discount .home_about_item_number {
  font-size: 4.608rem;
  line-height: 5.53rem;
  font-weight: bold; }

@media (max-width: 991px) {
  .home_about .home_about_content .home_about_bot .home_about_item .home_about_item_discount .home_about_item_number {
    font-size: 2rem;
    line-height: 3rem; } }

.home_about .home_about_content .home_about_bot .home_about_item .home_about_item_more {
  background: #F4F4F4;
  padding: 10px 15px;
  border-radius: 0 0 1rem 1rem; }

.home_about .home_about_content .home_about_bot .home_about_item .home_about_item_more p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px; }

.home_about .home_about_content .home_about_bot .home_about_item .home_about_item_more .home_about_item_note {
  color: #000;
  margin-bottom: 10px;
  font-size: 0.759rem;
  line-height: 0.911rem;
  color: #59595B; }

.home_about .home_about_content .home_about_bot .home_about_item .home_about_item_more .home_about_item_copy {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.home_about .home_about_content .home_about_bot .home_about_item .home_about_item_more .home_about_item_copy > span {
  color: #DB8F85;
  font-size: .712rem;
  line-height: .854rem; }

.home_about .home_about_content .home_about_bot .home_about_item .home_about_item_more .home_about_item_copy .btn_copy {
  background: #D0B49E;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 8px;
  border-radius: 6px;
  color: #FFF;
  font-weight: 600;
  cursor: pointer; }

@media (max-width: 991px) {
  .home_about .home_about_content .home_about_bot .home_about_item .home_about_item_more {
    padding: 5px 10px;
    border-radius: 0 0 1rem 1rem; } }

/*home-product-slider*/
.home-product-slider {
  background: #f4f4f4; }

.home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body {
  margin-top: 30px;
  /*@include dFlex;*/ }

@media (max-width: 767px) {
  .home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body {
    margin-left: -5px;
    margin-right: -5px; } }

@media (min-width: 767px) {
  .home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body {
    margin-left: -10px;
    margin-right: -10px; } }

@media (max-width: 991px) {
  .home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body {
    margin: 15px 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: initial; } }

.home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body .slick-prev {
  left: 10px; }

.home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body .slick-next {
  right: 10px; }

.home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  /*	-ms-flex-wrap: wrap;
				flex-wrap: wrap;*/
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden; }

@media (min-width: 992px) {
  .home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) {
    /*	height: 455px;*/ }
  .home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) .pro-loop {
    width: calc(100%/4);
    flex: 0 0 auto; } }

@media (max-width: 991px) {
  .home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) {
    margin-top: 15px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: initial;
    overflow-x: auto; }
  .home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) .pro-loop {
    min-width: 30%; } }

@media (max-width: 767px) {
  .home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) {
    margin-left: -5px;
    margin-right: -5px;
    gap: 10px; }
  .home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) .pro-loop {
    min-width: 45%; } }

@media (max-width: 480px) {
  .home-product-slider .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) .pro-loop {
    min-width: 45%; } }

.home-product-slider .section-title-all .section-title-right {
  margin-left: auto; }

/*home slider product 2*/
.home-product-slider-2 {
  background: #f4f4f4; }

.home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-header .section-title-all {
  justify-content: center; }

.home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-header .section_title_center h2 {
  flex-direction: column; }

.home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-header .section_title_center h2 span {
  font-size: 1.438rem;
  line-height: 2rem;
  color: var(--mainColor); }

.home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-header .section_title_center p {
  margin: 0 auto;
  color: #58595B; }

@media (min-width: 992px) {
  .home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-header .section_title_center p {
    max-width: 75%; } }

.home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body {
  margin-top: 30px; }

@media (max-width: 767px) {
  .home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body {
    margin-left: -5px;
    margin-right: -5px; } }

@media (min-width: 767px) {
  .home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body {
    margin-left: -10px;
    margin-right: -10px; } }

@media (max-width: 991px) {
  .home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body {
    margin: 15px 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: initial; } }

.home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body .slick-prev {
  left: 10px; }

.home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body .slick-next {
  right: 10px; }

.home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body .slick-dots {
  display: none !important; }

.home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-wrap: wrap;*/
  /*flex-wrap: wrap;*/
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden; }

@media (min-width: 992px) {
  .home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) {
    /*height: 455px;*/ }
  .home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) .pro-loop {
    width: calc(100%/4);
    flex: 0 0 auto; } }

@media (max-width: 991px) {
  .home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) {
    margin-top: 15px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: initial;
    overflow-x: auto; }
  .home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) .pro-loop {
    min-width: 30%; } }

@media (max-width: 767px) {
  .home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) {
    margin-left: -5px;
    margin-right: -5px;
    gap: 10px; }
  .home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) .pro-loop {
    min-width: 45%; } }

@media (max-width: 480px) {
  .home-product-slider-2 .home-product-slider-wrap .home-product-slider-wrap-body .listProduct-row:not(.slick-initialized) .pro-loop {
    min-width: 45%; } }

/*home gallery*/
.home-gallery {
  padding: 50px 0; }

.home-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px; }

.home-gallery .gallery-grid--item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /*
			&:after{
			content: '';
			z-index: 1;
			position: absolute;
			bottom: 0;
			left: 0;
			clip-path: circle(0 at 50% 50%);
			background: rgba(232, 159, 72, 0.5);
			width: 100%;
			height: 100%;
			transition: clip-path 1s;
			filter: brightness(0.75);
		}
			&:hover:after{
			clip-path: circle(200% at 0 100%);
		}
			*/ }

.home-gallery .gallery-grid--item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.home-gallery .gallery-grid--item span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.219rem;
  line-height: 1.463rem;
  color: #fff;
  font-weight: 700;
  z-index: 2; }

@media (min-width: 768px) {
  .home-gallery .gallery-grid--item:first-child {
    grid-column: 1/ span 1;
    grid-row: 1 / span 2; }
  .home-gallery .gallery-grid--item:nth-child(2) {
    grid-column: 1 / span 1;
    grid-row: 3 / span 1; }
  .home-gallery .gallery-grid--item:nth-child(3) {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1; }
  .home-gallery .gallery-grid--item:nth-child(4) {
    grid-column: 2 / span 1;
    grid-row: 2 / span 2; }
  .home-gallery .gallery-grid--item:nth-child(5) {
    grid-column: 3 / span 1;
    grid-row: 1 / span 2; }
  .home-gallery .gallery-grid--item:last-child {
    grid-column: 3 / span 1;
    grid-row: 3 / span 1; } }

@media (max-width: 767px) {
  .home-gallery .gallery-grid {
    grid-auto-flow: column;
    grid-template-columns: unset;
    grid-auto-columns: 40%;
    overflow-x: auto;
    scroll-padding: 10px;
    gap: 10px;
    padding: 0 10px 20px;
    margin-bottom: -20px;
    margin-left: -10px; }
  .home-gallery .gallery-grid--item {
    border-radius: 0; }
  .home-gallery .gallery-grid--item span {
    font-size: 10px;
    width: 100%;
    text-align: center; }
  .home-gallery .gallery-grid--item img {
    height: 100%;
    object-fit: cover; } }

@media (min-width: 992px) {
  .home-gallery .gallery-grid {
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; } }

.home-gallery-wrap .section-title-all {
  justify-content: space-between; }

/*homebanner*/
.home-banner {
  padding: 0 !important; }

.home-banner a {
  display: flex; }

.home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/*home blog*/
.home-blog .home-blog-header-center {
  position: relative;
  text-align: center;
  margin-bottom: 40px; }

.home-blog .home-blog-header-center .viewmore {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

@media (max-width: 767px) {
  .home-blog .home-blog-body {
    margin-left: -5px;
    margin-right: -5px; } }

@media (min-width: 767px) {
  .home-blog .home-blog-body {
    margin-left: -10px;
    margin-right: -10px; } }

.home-blog .home-blog-body:not(.slick-initialized) {
  display: flex;
  overflow: hidden; }

.home-blog .home-blog-body:not(.slick-initialized) .article-item {
  flex: 0 0 auto;
  width: calc(100% / 3); }

/*home insta*/
.home-insta {
  padding-bottom: 0; }

.home-insta .home-insta-top {
  text-align: center; }

.home-insta .home-insta-top .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; }

.home-insta .home-insta-top i {
  font-size: 3rem;
  color: #b3b3b3; }

.home-insta .home-insta-top h2 {
  margin-bottom: 0; }

.home-insta .home-insta-mid-wrap {
  padding-top: 30px; }

.home-insta .home-insta-mid-wrap .home-insta-mid {
  padding-bottom: 50px; }

@media (max-width: 1024px) {
  .home-insta .home-insta-mid-wrap .home-insta-mid {
    padding-bottom: 85px; } }

@media (max-width: 991px) {
  .home-insta .home-insta-mid-wrap .home-insta-mid {
    padding-bottom: 70px; } }

@media (max-width: 767px) {
  .home-insta .home-insta-mid-wrap .home-insta-mid {
    padding-bottom: 55px; } }

@media (max-width: 480px) {
  .home-insta .home-insta-mid-wrap .home-insta-mid {
    padding-bottom: 40px; } }

@media (max-width: 360px) {
  .home-insta .home-insta-mid-wrap .home-insta-mid {
    padding-bottom: 25px; } }

.home-insta .home-insta-mid-wrap .home-insta-mid .slick-arrow {
  top: calc(50% - 50px); }

@media (max-width: 991px) {
  .home-insta .home-insta-mid-wrap .home-insta-mid .slick-arrow {
    top: 50%; } }

.home-insta .home-insta-mid-wrap .home-insta-mid .slick-dots {
  display: none !important; }

.home-insta .home-insta-mid-wrap .home-insta-mid .home-insta-mid-item {
  padding: 0 5px; }

.home-insta .home-insta-mid-wrap .home-insta-mid .home-insta-mid-item a {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden; }

.home-insta .home-insta-mid-wrap .home-insta-mid .home-insta-mid-item a:hover img {
  transform: scale(1.2); }

.home-insta .home-insta-mid-wrap .home-insta-mid .home-insta-mid-item a img {
  transition: .3s all;
  border-radius: 16px; }

.home-insta .home-insta-mid-wrap .home-insta-mid .home-insta-mid-item a:hover span {
  visibility: visible;
  opacity: 1; }

.home-insta .home-insta-mid-wrap .home-insta-mid .home-insta-mid-item a:hover span i {
  visibility: visible;
  opacity: 1; }

.home-insta .home-insta-mid-wrap .home-insta-mid .home-insta-mid-item a span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(40, 40, 40, 0.4);
  backdrop-filter: blur(2px);
  transition: all .5s;
  visibility: visible;
  opacity: 0;
  flex-direction: column;
  color: #FFF;
  font-weight: 500; }

.home-insta .home-insta-mid-wrap .home-insta-mid .home-insta-mid-item a span i {
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
  color: #fff;
  font-size: 35px; }

.home-insta .home-insta-bot {
  text-align: center;
  margin-bottom: 80px; }

.home-insta .home-insta-bot h2 {
  margin-bottom: 0; }

.home-insta .home-insta-bot iframe {
  border-radius: 24px; }

@media (max-width: 991px) {
  .home-insta .home-insta-bot iframe {
    width: 100%;
    min-height: 211px;
    height: auto;
    border-radius: 12px; } }

@media (max-width: 767px) {
  .home-insta .home-insta-bot {
    margin-bottom: 20px; } }

/*home newletter*/
.home-newletter {
  background: #F5F6F8;
  position: relative;
  z-index: 2;
  padding: 30px 0 10px !important;
  background: #F5F6F8; }

.home-newletter .home-newletter-bg {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #F5F6F8;
  border-top: 1px solid #ccc; }

.home-newletter .home-newletter-bg img {
  height: 100%;
  object-fit: cover; }

.home-newletter .container {
  position: relative;
  z-index: 2; }

.home-newletter .home-newletter-wrap {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

@media (max-width: 1024px) {
  .home-newletter .home-newletter-wrap {
    padding-top: 40px; } }

@media (max-width: 991px) {
  .home-newletter .home-newletter-wrap {
    padding-top: 30px; } }

@media (max-width: 767px) {
  .home-newletter .home-newletter-wrap {
    padding-top: 20px; } }

@media (max-width: 480px) {
  .home-newletter .home-newletter-wrap {
    padding-top: 10px; } }

@media (max-width: 360px) {
  .home-newletter .home-newletter-wrap {
    padding-top: 5px; } }

.home-newletter .home-newletter-wrap .home-newletter-wrap-left {
  width: 50%; }

@media (max-width: 767px) {
  .home-newletter .home-newletter-wrap .home-newletter-wrap-left {
    width: 100%;
    margin-bottom: 25px; } }

.home-newletter .home-newletter-wrap .home-newletter-wrap-left h2 {
  font-size: 3.5rem;
  line-height: 4rem;
  margin-bottom: 10px; }

@media (max-width: 1024px) {
  .home-newletter .home-newletter-wrap .home-newletter-wrap-left h2 {
    font-size: 3.5rem; } }

@media (max-width: 991px) {
  .home-newletter .home-newletter-wrap .home-newletter-wrap-left h2 {
    font-size: 3.0rem; } }

@media (max-width: 767px) {
  .home-newletter .home-newletter-wrap .home-newletter-wrap-left h2 {
    font-size: 2.5rem; } }

@media (max-width: 767px) {
  .home-newletter .home-newletter-wrap .home-newletter-wrap-left h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 10px; } }

.home-newletter .home-newletter-wrap .home-newletter-wrap-left p {
  line-height: 1.2;
  font-size: 14px;
  /*	&:first-of-type{
        margin-bottom: 20px;
      }
      */ }

@media (max-width: 767px) {
  .home-newletter .home-newletter-wrap .home-newletter-wrap-left p:first-of-type {
    margin-bottom: 10px; } }

.home-newletter .home-newletter-wrap .home-newletter-wrap-left p:last-of-type {
  /*	margin-top: 10px;*/
  color: #b3b3b3; }

.home-newletter .home-newletter-wrap .home-newletter-wrap-left form {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }

.home-newletter .home-newletter-wrap .home-newletter-wrap-left form input {
  width: 70%;
  padding: 0 10px;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  background: #fff;
  height: 45px; }

.home-newletter .home-newletter-wrap .home-newletter-wrap-left form button {
  border: none;
  background: none;
  position: relative; }

.home-newletter .home-newletter-wrap .home-newletter-wrap-left form button span {
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase; }

.home-newletter .home-newletter-wrap .home-newletter-wrap-left form img {
  max-height: 60px; }

.home-newletter .home-newletter-wrap .home-newletter-wrap-right {
  width: 50%; }

@media (max-width: 767px) {
  .home-newletter .home-newletter-wrap .home-newletter-wrap-right {
    width: 100%; } }

.home-newletter .home-newletter-wrap .home-newletter-wrap-right img {
  margin-top: -30px; }

@media (max-width: 767px) {
  .home-newletter .home-newletter-wrap .home-newletter-wrap-right img {
    margin-top: 0; } }

/*home policy*/
.home-policy {
  padding-bottom: 0; }

.home-policy .home-policy-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-items: flex-start; }

@media (max-width: 767px) {
  .home-policy .home-policy-wrap {
    margin-left: -5px;
    margin-right: -5px; } }

@media (min-width: 767px) {
  .home-policy .home-policy-wrap {
    margin-left: -10px;
    margin-right: -10px; } }

@media (max-width: 991px) {
  .home-policy .home-policy-wrap {
    flex-wrap: nowrap;
    justify-content: start;
    overflow-x: auto; } }

.home-policy .home-policy-wrap .home-policy-item {
  width: calc(100%/4);
  text-align: center; }

@media (max-width: 767px) {
  .home-policy .home-policy-wrap .home-policy-item {
    padding-left: 5px;
    padding-right: 5px; } }

@media (min-width: 767px) {
  .home-policy .home-policy-wrap .home-policy-item {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 991px) {
  .home-policy .home-policy-wrap .home-policy-item {
    min-width: 75%;
    margin: 10px 0; } }

.home-policy .home-policy-wrap .home-policy-item:nth-child(1) span {
  background: #fff4f4; }

.home-policy .home-policy-wrap .home-policy-item:nth-child(2) span {
  background: #f0ffff; }

.home-policy .home-policy-wrap .home-policy-item:nth-child(3) span {
  background: #fffbe6; }

.home-policy .home-policy-wrap .home-policy-item:nth-child(4) span {
  background: #f1f2ff; }

.home-policy .home-policy-wrap .home-policy-item:hover span:after {
  visibility: visible;
  opacity: 1;
  transform: rotate(90deg); }

.home-policy .home-policy-wrap .home-policy-item:hover h3 {
  letter-spacing: 1px;
  color: var(--brandColor); }

.home-policy .home-policy-wrap .home-policy-item span {
  background: #e3e3e3;
  display: inline-flex;
  padding: 25px;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 3px solid transparent;
  position: relative;
  background-clip: padding-box; }

.home-policy .home-policy-wrap .home-policy-item span img {
  max-height: 40px; }

.home-policy .home-policy-wrap .home-policy-item span:after {
  visibility: hidden;
  opacity: 0;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(to right, var(--mainColor), #fff, var(--brandColor));
  transition: all .5s; }

.home-policy .home-policy-wrap .home-policy-item h3 {
  transition: all .5s;
  letter-spacing: 1px;
  line-height: 2rem;
  color: #59595B;
  font-size: 18px; }

.home-policy .home-policy-wrap .home-policy-item p {
  max-width: 80%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1rem; }

@media (max-width: 991px) {
  .home-policy .home-policy-wrap .home-policy-item p {
    max-width: 100%; } }

.nous-title {
  font-size: 33px;
  line-height: 40px;
  font-weight: 700; }

@media (max-width: 991px) {
  .nous-title {
    font-size: 20px; } }

.pc {
  display: block !important; }

@media (max-width: 991px) {
  .pc {
    display: none !important; } }

.sp {
  display: none !important; }

@media (max-width: 991px) {
  .sp {
    display: block !important; } }

/*Product loop*/
.pro-loop {
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .pro-loop {
    padding-left: 5px;
    padding-right: 5px; } }

@media (min-width: 767px) {
  .pro-loop {
    padding-left: 10px;
    padding-right: 10px; } }

.pro-loop .pro-loop-wrap {
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  background: #fff; }

.pro-loop .pro-loop-wrap .pro-loop-image {
  position: relative; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-sale {
  position: absolute;
  top: 5px;
  left: 5px;
  line-height: 1rem;
  z-index: 9;
  /*background: var(--mainRed); */
  background: #ed583f;
  padding: 2px 6px;
  border-radius: 3px; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-sale span {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff; }

.pro-loop .pro-loop-wrap .pro-loop-image .product_gift_label {
  position: absolute;
  top: 40px;
  left: 5px;
  z-index: 2; }

.pro-loop .pro-loop-wrap .pro-loop-image .product_gift_label.hidden {
  display: none; }

.pro-loop .pro-loop-wrap .pro-loop-image .product_gift_label img {
  max-height: 25px; }

.pro-loop .pro-loop-wrap .pro-loop-image .label-code {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 8;
  width: 40px; }

.pro-loop .pro-loop-wrap .pro-loop-image .label-code + .pro-loop-soldout {
  bottom: 5px;
  top: unset; }

@media (min-width: 1024px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .label-code {
    width: 45px; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-image-item {
  position: relative;
  padding-bottom: 100%;
  display: block;
  overflow: hidden; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-image-item picture {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-image-item picture:nth-of-type(2) {
  opacity: 0;
  visibility: hidden; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: var(--s-radius);
  color: var(--mainColor);
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 1.25rem;
  border-radius: 50%; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button:hover {
  color: var(--mainRed); }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button:hover span {
  opacity: 1;
  visibility: visible; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button span {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: var(--mainColor);
  white-space: nowrap;
  background: var(--brandColor);
  padding: 2.5px 10px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  font-size: 11px;
  line-height: 20px;
  top: 35px; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button span.active {
  opacity: 1;
  visibility: visible; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button span:after {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--brandColor); }

@media (max-width: 768px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button span {
    display: none; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-action button span:after {
  top: -6px;
  bottom: initial;
  border-top: none;
  border-bottom: 6px solid var(--brandColor); }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
  visibility: visible; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  padding: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button:hover span {
  opacity: 1;
  visibility: visible; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button span {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: var(--mainColor);
  white-space: nowrap;
  background: var(--brandColor);
  padding: 2.5px 10px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  font-size: 11px;
  line-height: 20px;
  top: 35px; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button span.active {
  opacity: 1;
  visibility: visible; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button span:after {
  position: absolute;
  content: '';
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--brandColor); }

@media (max-width: 768px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button span {
    display: none; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button span:after {
  top: -6px;
  bottom: initial;
  border-top: none;
  border-bottom: 6px solid var(--brandColor); }

@media (max-width: 767px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-cart-icon button {
    width: 30px;
    height: 30px; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-soldout {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-soldout span {
  border-radius: var(--s-radius);
  color: #fff;
  background: #b6b6b6;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  line-height: 35px;
  text-align: center;
  font-size: 12px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-sale + .pro-loop-soldout,
.pro-loop .pro-loop-wrap .pro-loop-image .product_gift_label + .pro-loop-soldout,
.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-image-item + .pro-loop-soldout {
  top: unset;
  bottom: 5px; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant {
  position: absolute;
  bottom: 10px;
  left: 50%;
  height: 80px;
  width: 90%;
  transition: all .4s ease;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden; }

@media (max-width: 991px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant {
    width: 100%;
    height: 60px; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant.active {
  opacity: 1;
  visibility: visible; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant p {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #58595B;
  margin-bottom: 10px; }

@media (max-width: 991px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant .pro-size-select {
  display: flex;
  gap: 10px;
  align-items: center; }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant .pro-size-select .pro-size-select-item {
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px; }

@media (max-width: 991px) {
  .pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant .pro-size-select .pro-size-select-item {
    padding: 4px; } }

.pro-loop .pro-loop-wrap .pro-loop-image .pro-loop-variant .pro-size-select .pro-size-select-item span {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  color: #58595B; }

.pro-loop .pro-loop-wrap .pro-loop-vendor {
  margin: 10px 0;
  font-size: .765rem;
  line-height: .918rem;
  display: block; }

.pro-loop .pro-loop-wrap .pro-loop-name {
  margin: 10px 0;
  overflow: hidden;
  line-height: 1.071rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 35px; }

.pro-loop .pro-loop-wrap .pro-loop-name a {
  color: #58595B;
  font-size: .893rem;
  line-height: 1.071rem;
  font-weight: normal; }

.pro-loop .pro-loop-wrap .pro-loop-price {
  color: #DB9087;
  margin: 0;
  line-height: 1.224rem;
  font-size: 1.02rem;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: left;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.pro-loop .pro-loop-wrap .pro-loop-price del {
  color: var(--mainColor);
  margin-left: 10px;
  font-size: .8rem; }

.pro-loop .pro-loop-wrap .pro-loop-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-bottom: 10px; }

.pro-loop .pro-loop-wrap .pro-loop-tag span {
  display: inline-flex;
  font-size: 0.7rem;
  margin-left: 3px;
  margin-right: 3px;
  padding: 5px 8px 4px;
  line-height: 1;
  border-radius: 3px;
  text-transform: uppercase; }

.pro-loop .pro-loop-wrap .pro-loop-tag span:nth-child(1) {
  background: #ebf0ff;
  color: #1560f5; }

.pro-loop .pro-loop-wrap .pro-loop-tag span:nth-child(2) {
  background: #ffebeb;
  color: #f51517; }

.pro-loop .pro-loop-wrap .pro-loop-variants {
  position: absolute; }

.pro-loop .pro-loop-wrap .pro-loop-variants .pro-size-select {
  margin: 10px 0;
  white-space: nowrap;
  padding-bottom: 2px;
  white-space: nowrap;
  overflow-x: scroll; }

.pro-loop .pro-loop-wrap .pro-loop-variants .pro-size-select::-webkit-scrollbar {
  display: none; }

.pro-loop .pro-loop-wrap .pro-loop-variants .pro-size-select-item {
  position: relative;
  display: inline-block;
  max-width: 100%;
  list-style: none;
  margin: 0 4px 4px 0;
  outline: none;
  cursor: pointer; }

.pro-loop .pro-loop-wrap .pro-loop-variants .pro-size-select-item a {
  position: relative;
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  padding: 4px 8px;
  min-width: 25px;
  line-height: 14px;
  border: 1.5px solid #e2cbbb;
  color: #292929;
  background-color: #e2cbbb;
  text-decoration-color: #292929;
  text-transform: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  -webkit-appearance: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

.pro-loop .pro-loop-wrap .pro-loop-variants .pro-size-select-item:hover a, .pro-loop .pro-loop-wrap .pro-loop-variants .pro-size-select-item.selected a {
  color: #292929;
  background-color: #e2cbbb;
  border-color: #292929;
  text-decoration-color: #292929; }

.pro-loop .pro-loop-wrap .pro-loop-sold {
  margin-bottom: 10px;
  display: none; }

.pro-loop .pro-loop-wrap .pro-loop-sold label {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  margin: 0; }

.pro-loop .pro-loop-wrap .pro-loop-sold label.fSale_chayhang span {
  font-weight: bold;
  text-transform: uppercase; }

.pro-loop .pro-loop-wrap .pro-loop-sold label img {
  max-width: 35px;
  margin-right: 10px; }

.pro-loop .pro-loop-wrap .pro-loop-sold label span {
  font-weight: 400;
  color: var(--mainRed); }

.pro-loop .pro-loop-wrap .pro-loop-sold .pro-loop-sold-wrap {
  background: #ffaaaf;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  position: relative;
  overflow: hidden; }

.pro-loop .pro-loop-wrap .pro-loop-sold .pro-loop-sold-wrap span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: var(--percent);
  background: linear-gradient(to right, #ff9966, #ff5e62);
  border-radius: 999px;
  transition: all 1s; }

.pro-loop .pro-loop-wrap .pro-loop-bottom {
  opacity: 0;
  visibility: hidden;
  gap: 5px;
  display: none; }

@media (max-width: 767px) {
  .pro-loop .pro-loop-wrap .pro-loop-bottom {
    display: none; } }

.pro-loop .pro-loop-wrap .pro-loop-bottom button {
  width: 50%;
  color: var(--mainColor);
  background: var(--brandColor);
  padding: 5px 10px;
  border-radius: 4px; }

.pro-loop .pro-loop-wrap .pro-loop-bottom button:last-child {
  background: var(--mainRed);
  color: #fff; }

@media (max-width: 991px) {
  .pro-loop .pro-loop-wrap {
    padding: 5px; } }

@media (min-width: 1024px) {
  .pro-loop .pro-loop-wrap:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); }
  .pro-loop .pro-loop-wrap:hover .pro-loop-image .pro-loop-image-item {
    display: block; }
  .pro-loop .pro-loop-wrap:hover .pro-loop-image .pro-loop-image-item picture:nth-of-type(1) {
    opacity: 0;
    visibility: hidden; }
  .pro-loop .pro-loop-wrap:hover .pro-loop-image .pro-loop-image-item picture:nth-of-type(2) {
    opacity: 1;
    visibility: visible; }
  .pro-loop .pro-loop-wrap:hover .pro-loop-image .pro-loop-cart-icon {
    opacity: 1;
    visibility: visible;
    right: 10px; }
  .pro-loop .pro-loop-wrap:hover .pro-loop-bottom {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 767px) {
  .pro-loop {
    padding: 0;
    width: calc(50% - 5px); }
  .pro-loop .pro-loop-wrap {
    padding: 0; } }

.section-title-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px; }

.section-title-all span {
  margin: 0 0 5px;
  display: block;
  color: var(--brandColor);
  font-weight: 500;
  font-size: 1rem; }

.section-title-all .section_title_center {
  text-align: center; }

.section-title-all .section_title_center h2 span {
  display: block; }

.section-title-all a.viewmore {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  overflow: hidden;
  transition: all .5s; }

@media (max-width: 991px) {
  .section-title-all a.viewmore {
    display: none; } }

.section-title-all a.viewmore:hover {
  /*letter-spacing: 1.5px;*/
  color: var(--brandColor);
  text-decoration: underline; }

.section-title-all .section-title-left {
  text-align: center;
  width: 100%; }

.section-title-all .section-title-left h2 {
  text-transform: uppercase; }

.section-title-all .section-title-right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center; }

.section-title-all .section-title-right ul {
  margin: 0 15px 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end; }

.section-title-all .section-title-right ul li a {
  padding: 0 10px;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.224rem;
  font-weight: 700; }

.section-title-all .section-title-right ul li a.active {
  color: #D0B49E; }

@media (max-width: 991px) {
  .section-title-all {
    flex-wrap: wrap;
    text-align: center; }
  .section-title-all .section-title-right {
    overflow: hidden; }
  .section-title-all .section-title-right ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 10px 0 0 -10px;
    padding-bottom: 10px;
    overflow-x: auto; } }

/*home icon*/
.home_icons img {
  max-width: 100%; }

@media (max-width: 991px) {
  .home_icons {
    display: none; } }

.home_icons .home_icon_left {
  position: absolute;
  left: 00px;
  position: fixed;
  top: 40%;
  transform: translateX(-100%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: all .3s linear; }

.home_icons .home_icon_left.active {
  transform: translateX(0);
  left: 10px; }

.home_icons .home_icon_top a {
  background-size: 117px 72.75px;
  width: 117px;
  height: 72.75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  line-height: 22px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase; }

.home_icons p {
  transition: all .2s linear;
  margin-bottom: 0; }

.home_icons p:hover {
  transform: translateY(-5px); }

.home_icons .home_icon_right {
  position: absolute;
  right: 0;
  position: fixed;
  top: 40%;
  transform: translateX(100%);
  z-index: 10;
  transition: all .3s linear; }

.home_icons .home_icon_right.active {
  transform: translateX(0);
  right: 10px; }

section:not(#slider) {
  padding: 40px 0; }

@media (max-width: 767px) {
  section:not(#slider) {
    padding: 20px 0; } }

.section-title-all .section-title-left {
  text-align: center;
  width: 100%; }

.section-title-all h2 {
  justify-content: center; }

.home_icon_left .home_icon_top a {
  background: url(https://i.imgur.com/tIP99aM.png) no-repeat center/cover; }

.home_icon_right .home_icon_top a {
  background: url(https://i.imgur.com/yXPFDlv.png) no-repeat center/cover; }

section.main-banner {
  padding: 0 !important; }

@media (max-width: 992px) {
  .cate.nav.collection-navtabs-title.pills-tab a {
    display: block !important; }
  .home-product-slider .section-title-all .section-title-right {
    margin: auto; }
  section.main-banner {
    display: none; } }
