.sectionHeading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; }
  .sectionHeading h3 {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase; }
  .sectionHeading .sectionHeading-action {
    display: flex;
    align-items: center;
    gap: 50px; }

/* Slider */
.section-home-slider {
  margin-bottom: -6px; }
  .section-home-slider .swiper-button {
    color: var(--shop-color-main);
    background: transparent;
    width: 48px;
    height: 48px;
    border-radius: 50%; }
    .section-home-slider .swiper-button::after {
      font-size: 40px;
      color: #fff; }
    .section-home-slider .swiper-button.swiper-button-next {
      transform: translateX(-20px); }
    .section-home-slider .swiper-button.swiper-button-prev {
      transform: translateX(20px); }
  .section-home-slider .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
    position: absolute;
    gap: 10px; }
    .section-home-slider .swiper-pagination .swiper-pagination-bullet {
      width: 15px;
      height: 15px;
      background-color: #333333;
      opacity: 0.2;
      border: none; }
      .section-home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1; }
      .section-home-slider .swiper-pagination .swiper-pagination-bullet::before {
        content: none; }

/* Flash Sale */
.promotion-section {
  background-color: #FCF8F0; }
  .promotion-section .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100%/2);
    width: calc(100%/2); }
    @media (min-width: 992px) {
      .promotion-section .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%/4.2);
        width: calc(100%/4.2); } }
  .promotion-section .promotion-title {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 0.5px; }
  .promotion-section .promotion-subtitle {
    font-size: 24px;
    color: #000; }
    .promotion-section .promotion-subtitle .livestream-text {
      font-size: 40px;
      font-weight: 600;
      color: #000;
      padding-left: 14px; }
      .promotion-section .promotion-subtitle .livestream-text .text-danger {
        color: #eb3238 !important; }
  .promotion-section .countdown-wrapper {
    position: relative;
    margin-bottom: 40px; }
    .promotion-section .countdown-wrapper .countdown-container {
      position: relative;
      border-radius: 8px;
      padding: 0px 0 20px;
      margin: 0 auto;
      max-width: 600px;
      gap: 26px; }
    .promotion-section .countdown-wrapper .countdown-item {
      text-align: center;
      min-width: 118px; }
      .promotion-section .countdown-wrapper .countdown-item .countdown-number {
        font-size: 80px;
        font-weight: 500;
        line-height: 1;
        margin-bottom: 5px; }
      .promotion-section .countdown-wrapper .countdown-item .countdown-label {
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.2; }
    .promotion-section .countdown-wrapper .gradient-text {
      background: linear-gradient(90deg, #ff6d00 0%, #be0d0d 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent; }
  .promotion-section .btn-livestream {
    background: linear-gradient(90deg, #ff6d00 0%, #be0d0d 100%);
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease; }
    .promotion-section .btn-livestream:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(255, 109, 0, 0.3);
      color: #ffffff; }
  .promotion-section .section-content-flash-sale #owl-collection-flash-sale {
    padding: 4px 0; }

.hero-collection-section {
  position: relative;
  background: linear-gradient(-44.66deg, transparent 53.68%, rgba(0, 0, 0, 0.2) 81.79%);
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-collection-section .hero-content-wrapper .hero-content {
    height: 100%; }
    .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay {
      display: flex;
      height: 100%;
      padding: 40px;
      flex-direction: column;
      justify-content: space-between;
      align-items: start; }
      .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .hero-text-content {
        max-width: 600px; }
        .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .hero-text-content .hero-badge {
          margin-bottom: 24px; }
          .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .hero-text-content .hero-badge .badge-text {
            color: #ffffff;
            font-size: 16px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 0.5px; }
        .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .hero-text-content .hero-title {
          color: #ffffff;
          font-size: 64px;
          font-weight: 300;
          text-transform: uppercase;
          letter-spacing: -5.4px;
          margin-bottom: 24px; }
        .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .hero-text-content .hero-description {
          margin-bottom: 40px; }
          .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .hero-text-content .hero-description .weather-icons {
            color: #ffffff;
            font-size: 16px;
            line-height: 1.5;
            margin-bottom: 8px; }
          .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .hero-text-content .hero-description .description-text {
            color: #ffffff;
            font-size: 16px;
            font-weight: 300;
            line-height: 1.5;
            margin-bottom: 0; }
      .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .btn-hero-cta {
        background: #fcf8f0;
        color: #041b6b;
        text-transform: uppercase; }
  .hero-collection-section .hero-products-wrapper {
    overflow: hidden;
    padding: 100px 0; }
    .hero-collection-section .hero-products-wrapper .hero-products-slider {
      height: 100%;
      padding: 0;
      display: flex;
      align-items: center; }
      .hero-collection-section .hero-products-wrapper .hero-products-slider .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%/2.1);
        width: calc(100%/2.1); }
        @media (min-width: 992px) {
          .hero-collection-section .hero-products-wrapper .hero-products-slider .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
            flex: 0 0 calc(100%/1.5);
            width: calc(100%/1.5); } }

.section-home-collection .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  flex: 0 0 calc(100%/2);
  width: calc(100%/2); }
  @media (min-width: 992px) {
    .section-home-collection .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
      flex: 0 0 calc(100%/4);
      width: calc(100%/4); } }

.section-home-collection .list-collection-slider {
  position: relative; }

.section-home-collection .swiper {
  padding: 4px; }

.section-home-collection .swiper-arrow .swiper-button-custom {
  position: absolute;
  top: calc(50% - 100px);
  transform: translateY(-50%);
  z-index: 99;
  border-radius: 0;
  width: auto;
  height: auto;
  background: transparent;
  border: none; }
  .section-home-collection .swiper-arrow .swiper-button-custom svg {
    width: 30px;
    height: 30px; }
  .section-home-collection .swiper-arrow .swiper-button-custom.swiper-button-home-col-prev {
    left: 0; }
  .section-home-collection .swiper-arrow .swiper-button-custom.swiper-button-home-col-next {
    right: 0; }

.mega-sale-section .mega-sale-header {
  margin-bottom: 40px; }
  .mega-sale-section .mega-sale-header .mega-sale-title-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px; }
    .mega-sale-section .mega-sale-header .mega-sale-title-wrapper .mega-sale-title {
      font-weight: 300;
      font-size: 64px;
      line-height: 1;
      letter-spacing: -5.4px;
      text-transform: uppercase;
      color: #000000;
      margin: 0; }
    .mega-sale-section .mega-sale-header .mega-sale-title-wrapper .btn-mega-sale-cta {
      text-transform: uppercase; }
  .mega-sale-section .mega-sale-header .promotion-badges-wrapper {
    text-align: right; }
    .mega-sale-section .mega-sale-header .promotion-badges-wrapper .promotion-badges-title {
      font-weight: 500;
      font-size: 20px;
      color: #4a494b;
      text-transform: uppercase;
      margin-bottom: 9px; }
    .mega-sale-section .mega-sale-header .promotion-badges-wrapper .promotion-badges-grid {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .mega-sale-section .mega-sale-header .promotion-badges-wrapper .promotion-badges-grid .promotion-badges-row {
        display: flex;
        justify-content: flex-end;
        gap: 10px; }
      .mega-sale-section .mega-sale-header .promotion-badges-wrapper .promotion-badges-grid .promotion-badge {
        padding: 5px 10px;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 400;
        text-align: center; }
        .mega-sale-section .mega-sale-header .promotion-badges-wrapper .promotion-badges-grid .promotion-badge.badge-pink {
          background: #ff9ee4;
          color: #000000; }
        .mega-sale-section .mega-sale-header .promotion-badges-wrapper .promotion-badges-grid .promotion-badge.badge-green {
          background: #e3ff7e;
          color: #000000; }
        .mega-sale-section .mega-sale-header .promotion-badges-wrapper .promotion-badges-grid .promotion-badge.badge-purple {
          background: #9747ff;
          color: #ffffff; }
        .mega-sale-section .mega-sale-header .promotion-badges-wrapper .promotion-badges-grid .promotion-badge.badge-blue {
          background: #46a8f3;
          color: #ffffff; }

.mega-sale-section .mega-sale-content {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin: 0 -40px; }
  .mega-sale-section .mega-sale-content .mega-sale-banner {
    padding: 40px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
  .mega-sale-section .mega-sale-content .mega-sale-banner-slider .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100%/1);
    width: calc(100%/1); }
  .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-item {
    position: relative; }
    .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-item .mega-sale-banner-img img {
      border-radius: 8px; }
    .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-item .mega-sale-banner-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
      padding: 40px;
      align-items: center; }
      .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-item .mega-sale-banner-content .mega-sale-banner-btn {
        background-color: #FCF8F0;
        color: var(--shop-color-main);
        border: 1px solid var(--shop-color-main); }
  .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-action {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 9;
    display: flex;
    gap: 15px;
    align-items: center; }
    .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-action .swiper-pagination-mega-sale {
      color: #fff;
      font-size: 0;
      position: relative;
      padding-top: 16px; }
      .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-action .swiper-pagination-mega-sale span {
        font-size: 16px; }
        .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-action .swiper-pagination-mega-sale span.swiper-pagination-current {
          padding-right: 30px; }
      .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-action .swiper-pagination-mega-sale::before {
        content: "";
        position: absolute;
        top: calc(50% + 8px);
        right: 50%;
        width: 22px;
        height: 1px;
        background-color: #fff;
        transform: translateY(-50%) translateX(50%);
        display: block; }
    .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-action .swiper-arrow {
      gap: 0; }
      .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-action .swiper-arrow .swiper-button-custom {
        align-items: center; }
    .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-action .swiper-button-mega-sale-next {
      border-radius: 0px 4px 4px 0px; }
    .mega-sale-section .mega-sale-content .mega-sale-banner-slider .mega-sale-banner-action .swiper-button-mega-sale-prev {
      border-radius: 4px 0px 0px 4px; }
  .mega-sale-section .mega-sale-content .product-grid-item {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px; }
    .mega-sale-section .mega-sale-content .product-grid-item:nth-child(2), .mega-sale-section .mega-sale-content .product-grid-item:last-child {
      border-right: none; }
    .mega-sale-section .mega-sale-content .product-grid-item:nth-child(n+3) {
      border-bottom: none; }
    .mega-sale-section .mega-sale-content .product-grid-item .product-loop .product-inner {
      box-shadow: none;
      padding: 0; }

.section-home-category .sectionHeading {
  justify-content: center; }
  .section-home-category .sectionHeading h3 {
    flex: 1;
    text-align: center; }

.section-home-category .sectionContent {
  position: relative; }
  @media (min-width: 992px) {
    .section-home-category .sectionContent .swiper-button-custom {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 9;
      background: transparent;
      height: auto;
      width: auto; }
      .section-home-category .sectionContent .swiper-button-custom svg {
        width: 30px;
        height: 30px; }
      .section-home-category .sectionContent .swiper-button-custom.swiper-button-home-category-desktop-prev {
        left: 0; }
      .section-home-category .sectionContent .swiper-button-custom.swiper-button-home-category-desktop-next {
        right: 0; } }
  .section-home-category .sectionContent .slider-category.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100%/1);
    width: calc(100%/1); }
    @media (min-width: 992px) {
      .section-home-category .sectionContent .slider-category.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
        flex: 0 0 calc(100%/3);
        width: calc(100%/3); } }
  .section-home-category .sectionContent .slider-category .item-category .title-category h4 {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 500;
    text-align: center; }
    .section-home-category .sectionContent .slider-category .item-category .title-category h4 a {
      color: #252a2b; }

.section-home-blog-project .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  flex: 0 0 calc(100%/2);
  width: calc(100%/2); }
  @media (min-width: 992px) {
    .section-home-blog-project .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
      flex: 0 0 calc(100%/2);
      width: calc(100%/2); } }

.section-home-blog-project .item-blog-project .media-blog-project img {
  border-radius: 0;
  aspect-ratio: 1;
  object-fit: cover; }

.section-home-blog-project .item-blog-project .info-article {
  margin-top: 30px; }
  .section-home-blog-project .item-blog-project .info-article .title-article h4 {
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px; }
  .section-home-blog-project .item-blog-project .info-article time {
    margin-bottom: 20px;
    display: block; }

.limited-time-offer-section {
  background-color: var(--shop-color-main);
  padding: 12px 0;
  overflow: hidden;
  position: relative; }
  .limited-time-offer-section .limited-offer-marquee {
    width: 100%;
    overflow: hidden; }
    .limited-time-offer-section .limited-offer-marquee .marquee-content.swiper .swiper-wrapper {
      align-items: center;
      transition-timing-function: linear; }
      .limited-time-offer-section .limited-offer-marquee .marquee-content.swiper .swiper-wrapper .swiper-slide {
        width: auto;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: space-around; }
        .limited-time-offer-section .limited-offer-marquee .marquee-content.swiper .swiper-wrapper .swiper-slide .offer-text {
          color: #ffffff;
          font-size: 16px;
          font-weight: 500;
          text-transform: uppercase;
          letter-spacing: 1px;
          white-space: nowrap; }
        .limited-time-offer-section .limited-offer-marquee .marquee-content.swiper .swiper-wrapper .swiper-slide .offer-separator {
          color: #ffffff;
          font-size: 30px;
          font-weight: 500; }

.consultation-section .consultation-content {
  padding: 0 60px; }
  .consultation-section .consultation-content .consultation-badge {
    margin-bottom: 30px; }
    .consultation-section .consultation-content .consultation-badge .badge-text {
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase; }
  .consultation-section .consultation-content .consultation-title {
    color: #1f2937;
    font-size: 64px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .consultation-section .consultation-content .consultation-description {
    margin-bottom: 50px; }
    .consultation-section .consultation-content .consultation-description p {
      color: #4b5563;
      font-size: 20px;
      font-weight: 300;
      line-height: 30px;
      margin-bottom: 0; }

#section-home-blog .sectionContent {
  margin-right: -40px; }

#section-home-blog .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  flex: 0 0 calc(100%/2.2);
  width: calc(100%/2.2); }
  @media (min-width: 992px) {
    #section-home-blog .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
      flex: 0 0 calc(100%/3.5);
      width: calc(100%/3.5); } }

@media (max-width: 991px) {
  .sectionHeading {
    flex-direction: column;
    margin-bottom: 32px; }
    .sectionHeading h3 {
      font-size: 26px;
      margin: 0 0 20px; }
  .section-home-collection .swiper-arrow .swiper-button-custom svg {
    width: 20px;
    height: 20px; }
  .promotion-section .promotion-title {
    font-size: 14px;
    font-weight: 400; }
  .promotion-section .promotion-subtitle {
    font-size: 14px; }
    .promotion-section .promotion-subtitle .livestream-text {
      font-size: 16px; }
  .promotion-section .countdown-wrapper {
    margin-bottom: 32px; }
    .promotion-section .countdown-wrapper .countdown-container {
      max-width: 100%;
      gap: 25px;
      padding: 0 0 8px; }
    .promotion-section .countdown-wrapper .countdown-item {
      min-width: auto; }
      .promotion-section .countdown-wrapper .countdown-item .countdown-number {
        font-size: 44px; }
      .promotion-section .countdown-wrapper .countdown-item .countdown-label {
        font-size: 12px; }
  .promotion-section .btn-livestream {
    padding: 10px 20px;
    font-size: 14px; }
  .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay {
    padding: 230px 15px 15px; }
    .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .hero-text-content .hero-badge {
      font-size: 12px;
      margin-bottom: 8px; }
      .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .hero-text-content .hero-badge .badge-text {
        font-size: 12px; }
    .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .hero-text-content .hero-title {
      font-size: 26px;
      letter-spacing: normal;
      margin-bottom: 8px; }
    .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .hero-text-content .hero-description {
      margin-bottom: 32px; }
      .hero-collection-section .hero-content-wrapper .hero-content .hero-overlay .hero-text-content .hero-description .description-text {
        font-size: 12px; }
  .hero-collection-section .hero-products-wrapper {
    padding: 40px 0 40px 15px; }
  .mega-sale-section .mega-sale-header {
    margin-bottom: 32px; }
    .mega-sale-section .mega-sale-header .mega-sale-title-wrapper {
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 24px; }
      .mega-sale-section .mega-sale-header .mega-sale-title-wrapper .mega-sale-title {
        font-size: 26px;
        letter-spacing: normal; }
    .mega-sale-section .mega-sale-header .promotion-badges-wrapper {
      text-align: left; }
      .mega-sale-section .mega-sale-header .promotion-badges-wrapper .promotion-badges-title {
        font-size: 16px; }
      .mega-sale-section .mega-sale-header .promotion-badges-wrapper .promotion-badges-grid .promotion-badges-row {
        justify-content: start; }
  .mega-sale-section .mega-sale-content {
    margin: 0;
    border: none; }
    .mega-sale-section .mega-sale-content .mega-sale-banner {
      padding: 16px 0;
      border-right: none;
      border-bottom: none;
      border-top: 1px solid #e5e5e5; }
      .mega-sale-section .mega-sale-content .mega-sale-banner .mega-sale-banner-slider .mega-sale-banner-item .mega-sale-banner-content {
        padding: 10px; }
      .mega-sale-section .mega-sale-content .mega-sale-banner .mega-sale-banner-slider .mega-sale-banner-action {
        bottom: 10px;
        right: 10px; }
        .mega-sale-section .mega-sale-content .mega-sale-banner .mega-sale-banner-slider .mega-sale-banner-action .swiper-pagination-mega-sale span {
          font-size: 12px; }
        .mega-sale-section .mega-sale-content .mega-sale-banner .mega-sale-banner-slider .mega-sale-banner-action .swiper-arrow .swiper-button-custom {
          width: 28px;
          height: 28px;
          line-height: 28px; }
          .mega-sale-section .mega-sale-content .mega-sale-banner .mega-sale-banner-slider .mega-sale-banner-action .swiper-arrow .swiper-button-custom svg {
            width: 4px;
            height: 8px; }
    .mega-sale-section .mega-sale-content .product-grid-item {
      padding: 14px;
      border: 1px solid #e5e5e5 !important; }
      .mega-sale-section .mega-sale-content .product-grid-item .product-loop .product-inner {
        padding: 0; }
  .section-home-category .sectionContent .slider-category .item-category .title-category h4 {
    margin: 12px 0 0;
    font-size: 20px; }
  .section-home-blog-project .item-blog-project .info-article {
    margin-top: 8px; }
    .section-home-blog-project .item-blog-project .info-article .title-article h4 {
      font-size: 14px;
      margin-bottom: 6px; }
      .section-home-blog-project .item-blog-project .info-article .title-article h4 a {
        white-space: initial;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .section-home-blog-project .item-blog-project .info-article time {
      font-size: 12px;
      margin-bottom: 12px; }
  .consultation-section .consultation-content {
    padding: 0; }
    .consultation-section .consultation-content .consultation-badge {
      margin-bottom: 10px; }
    .consultation-section .consultation-content .consultation-title {
      font-size: 26px;
      margin-bottom: 10px; }
    .consultation-section .consultation-content .consultation-description {
      margin-bottom: 24px; }
      .consultation-section .consultation-content .consultation-description p {
        font-size: 14px;
        line-height: 24px; }
    .consultation-section .consultation-content .consultation-cta {
      margin-bottom: 24px; }
  #section-home-blog .sectionContent {
    margin-right: -15px; } }
