.hero-section {
  padding: 16px 0 0;
  background: #fff; }
  .hero-section .hero-slider-wrapper {
    border-radius: 8px;
    overflow: hidden; }
    .hero-section .hero-slider-wrapper .heroSwiper {
      width: 100%;
      height: 400px;
      border-radius: 8px;
      /* Hero Swiper Navigation Buttons */
      /* Hero Swiper Pagination */ }
      .hero-section .hero-slider-wrapper .heroSwiper .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f5f5f5; }
        .hero-section .hero-slider-wrapper .heroSwiper .swiper-slide .hero-image {
          width: 100%;
          height: 400px;
          object-fit: cover;
          display: block; }
      .hero-section .hero-slider-wrapper .heroSwiper .hero-swiper-button-next,
      .hero-section .hero-slider-wrapper .heroSwiper .hero-swiper-button-prev {
        width: 32px;
        height: 32px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ff6d4d;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
        .hero-section .hero-slider-wrapper .heroSwiper .hero-swiper-button-next:hover,
        .hero-section .hero-slider-wrapper .heroSwiper .hero-swiper-button-prev:hover {
          background: #fff;
          transform: scale(1.1); }
        .hero-section .hero-slider-wrapper .heroSwiper .hero-swiper-button-next::after,
        .hero-section .hero-slider-wrapper .heroSwiper .hero-swiper-button-prev::after {
          content: ''; }
      .hero-section .hero-slider-wrapper .heroSwiper .hero-swiper-button-next {
        right: 20px; }
      .hero-section .hero-slider-wrapper .heroSwiper .hero-swiper-button-prev {
        left: 20px; }
      .hero-section .hero-slider-wrapper .heroSwiper .hero-swiper-pagination {
        bottom: 20px !important; }
        .hero-section .hero-slider-wrapper .heroSwiper .hero-swiper-pagination .swiper-pagination-bullet {
          width: 12px;
          height: 12px;
          background: rgba(255, 255, 255, 0.5);
          opacity: 1;
          margin: 0 6px !important;
          transition: all 0.3s; }
          .hero-section .hero-slider-wrapper .heroSwiper .hero-swiper-pagination .swiper-pagination-bullet-active {
            background: #fff;
            width: 30px;
            border-radius: 6px; }

.banner-grid {
  padding: 16px 0;
  background: #fff; }
  .banner-grid .row {
    margin-left: -8px;
    margin-right: -8px; }
    .banner-grid .row > [class*="col"] {
      padding-left: 8px;
      padding-right: 8px; }
  .banner-grid .banner-item {
    height: 189px;
    border-radius: 8px;
    overflow: hidden;
    position: relative; }
    .banner-grid .banner-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s; }
    .banner-grid .banner-item:hover img {
      transform: scale(1.05); }

/* SCSS converted from CSS, structured based on HTML */
.flash-sale-section {
  padding: 0 0 30px;
  /* Header */
  /* Flash Sale Slider Wrapper */ }
  .flash-sale-section .container-custom .box {
    border-radius: 4px;
    background: linear-gradient(180deg, #FB5B2A 0%, #FFA556 100%);
    padding: 29px 24px; }
  .flash-sale-section .flash-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    /* Countdown Timer */
    /* View All Link */ }
    .flash-sale-section .flash-header .flash-title {
      display: flex;
      align-items: center;
      gap: 4px; }
      .flash-sale-section .flash-header .flash-title-text {
        font-family: 'SVN-Omnes';
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px; }
        @media (max-width: 768px) {
          .flash-sale-section .flash-header .flash-title-text {
            font-size: 22px; } }
      .flash-sale-section .flash-header .flash-title .flash-icon {
        width: 28px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .flash-sale-section .flash-header .flash-title .flash-icon img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
    .flash-sale-section .flash-header .flash-countdown {
      display: flex;
      align-items: center;
      gap: 4px;
      margin-left: 20px; }
      @media (max-width: 768px) {
        .flash-sale-section .flash-header .flash-countdown {
          margin-left: 12px; } }
      .flash-sale-section .flash-header .flash-countdown .countdown-box {
        background: #fff;
        color: #FF6D4D;
        font-weight: 700;
        font-size: 18px;
        min-width: 40px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        padding: 0 8px; }
        @media (max-width: 768px) {
          .flash-sale-section .flash-header .flash-countdown .countdown-box {
            min-width: 32px;
            height: 30px;
            font-size: 14px; } }
      .flash-sale-section .flash-header .flash-countdown .countdown-separator {
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        margin: 0 2px; }
    .flash-sale-section .flash-header .view-all-link {
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      text-decoration: none;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      transition: opacity 0.2s; }
      .flash-sale-section .flash-header .view-all-link:hover {
        color: #fff;
        opacity: 0.8;
        text-decoration: none; }
      .flash-sale-section .flash-header .view-all-link i {
        font-size: 14px; }
      @media (max-width: 768px) {
        .flash-sale-section .flash-header .view-all-link {
          font-size: 14px; } }
  .flash-sale-section .flash-sale-slider-wrapper {
    position: relative;
    padding: 0;
    /* Navigation Buttons */ }
    .flash-sale-section .flash-sale-slider-wrapper .flashSaleSwiper {
      overflow: hidden;
      padding: 0; }
      .flash-sale-section .flash-sale-slider-wrapper .flashSaleSwiper .swiper-slide {
        height: auto; }
    .flash-sale-section .flash-sale-slider-wrapper .flash-swiper-button-next,
    .flash-sale-section .flash-sale-slider-wrapper .flash-swiper-button-prev {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 32px;
      height: 32px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FF6D4D;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
      z-index: 10; }
      .flash-sale-section .flash-sale-slider-wrapper .flash-swiper-button-next:hover,
      .flash-sale-section .flash-sale-slider-wrapper .flash-swiper-button-prev:hover {
        background: #fff;
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
      .flash-sale-section .flash-sale-slider-wrapper .flash-swiper-button-next::after,
      .flash-sale-section .flash-sale-slider-wrapper .flash-swiper-button-prev::after {
        content: ''; }
      .flash-sale-section .flash-sale-slider-wrapper .flash-swiper-button-next.swiper-button-disabled,
      .flash-sale-section .flash-sale-slider-wrapper .flash-swiper-button-prev.swiper-button-disabled {
        opacity: 0.5;
        cursor: not-allowed; }
      @media (max-width: 768px) {
        .flash-sale-section .flash-sale-slider-wrapper .flash-swiper-button-next,
        .flash-sale-section .flash-sale-slider-wrapper .flash-swiper-button-prev {
          width: 36px;
          height: 36px;
          font-size: 14px; } }
    .flash-sale-section .flash-sale-slider-wrapper .flash-swiper-button-next {
      right: 0; }
    .flash-sale-section .flash-sale-slider-wrapper .flash-swiper-button-prev {
      left: 0; }

.news-section {
  padding: 30px 0;
  background: #fff; }
  .news-section .container-custom {
    /* Header */
    /* News Slider Wrapper */ }
    .news-section .container-custom .news-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .news-section .container-custom .news-header {
          flex-direction: column;
          align-items: flex-start;
          gap: 16px; } }
      .news-section .container-custom .news-header .news-title {
        font-family: 'SF Pro Display' , sans-serif;
        font-size: 32px;
        font-weight: 700;
        color: #ff6d4d;
        margin: 0; }
        @media (max-width: 992px) {
          .news-section .container-custom .news-header .news-title {
            font-size: 28px; } }
        @media (max-width: 768px) {
          .news-section .container-custom .news-header .news-title {
            font-size: 24px; } }
      .news-section .container-custom .news-header .view-all-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        font-weight: 700;
        color: #0A0A0A;
        text-decoration: none;
        transition: color 0.2s; }
        .news-section .container-custom .news-header .view-all-btn:hover {
          color: #ff6d4d;
          text-decoration: none; }
        .news-section .container-custom .news-header .view-all-btn i {
          font-size: 16px; }
    .news-section .container-custom .news-slider-wrapper {
      position: relative;
      padding: 0 0px; }
      .news-section .container-custom .news-slider-wrapper .newsSwiper {
        overflow: hidden; }
        .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide {
          height: auto;
          /* News Card Styles */ }
          .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card {
            flex: 1;
            min-width: 0;
            max-width: 389px;
            background: #fff;
            border-radius: 4px;
            overflow: hidden;
            transition: box-shadow 0.3s;
            height: 100%; }
            @media (max-width: 1200px) {
              .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card {
                max-width: calc(33.333% - 12px); } }
            @media (max-width: 992px) {
              .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card {
                max-width: calc(50% - 9px); } }
            @media (max-width: 768px) {
              .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card {
                max-width: 100%; } }
            .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card:hover .news-image {
              transform: scale(1.05); }
            .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card:hover .news-read-more {
              gap: 12px; }
              .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card:hover .news-read-more i {
                transform: translateX(4px); }
            .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card-link {
              display: block;
              text-decoration: none;
              color: inherit; }
              .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card-link:hover {
                text-decoration: none;
                color: inherit; }
            .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-image-wrap {
              width: 100%;
              height: 292px;
              overflow: hidden;
              border-radius: 4px 4px 0 0; }
              .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-image-wrap .news-image {
                width: 100%;
                height: auto;
                object-fit: cover;
                transition: transform 0.3s; }
            .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-content {
              padding: 16px 0px;
              display: flex;
              flex-direction: column;
              gap: 16px; }
              .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-content .news-date {
                font-family: 'SF Pro Display' , sans-serif;
                font-size: 14px;
                font-weight: 400;
                color: #0A0A0A;
                line-height: 1.4; }
              .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-content .news-text {
                display: flex;
                flex-direction: column;
                gap: 4px; }
                .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-content .news-text .news-article-title {
                  font-family: 'SF Pro Display' , sans-serif;
                  font-size: 18px;
                  font-weight: 700;
                  color: #000;
                  line-height: 1.4;
                  margin: 0;
                  display: -webkit-box;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  overflow: hidden; }
                .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-content .news-text .news-excerpt {
                  font-family: 'SF Pro Display' , sans-serif;
                  font-size: 14px;
                  font-weight: 400;
                  color: #323232;
                  line-height: 1.4;
                  margin: 0;
                  display: -webkit-box;
                  -webkit-line-clamp: 3;
                  -webkit-box-orient: vertical;
                  overflow: hidden; }
              .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-content .view-details-btn {
                display: flex;
                padding: 8px 12px 8px 0;
                justify-content: start;
                align-items: center;
                position: relative;
                background: none;
                border: none;
                cursor: pointer; }
                .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-content .view-details-btn .btn-text {
                  color: #FF6D4D;
                  position: relative;
                  font: 400 16px 'SF Pro Display' , sans-serif; }
                  @media (max-width: 640px) {
                    .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-content .view-details-btn .btn-text {
                      font-size: 16px; } }
                .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-content .view-details-btn .btn-icon {
                  display: flex;
                  width: 24px;
                  height: 24px;
                  justify-content: start;
                  align-items: center;
                  position: relative; }
                  .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-content .view-details-btn .btn-icon .arrow-icon {
                    display: flex;
                    width: 24px;
                    height: 24px;
                    justify-content: center;
                    align-items: center;
                    position: relative; }
              .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-content .news-read-more {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                font-family: 'SF Pro Display' , sans-serif;
                font-size: 16px;
                font-weight: 500;
                color: #ff6d4d;
                transition: gap 0.2s; }
                .news-section .container-custom .news-slider-wrapper .newsSwiper .swiper-slide .news-card .news-content .news-read-more i {
                  font-size: 16px;
                  transition: transform 0.2s; }
      .news-section .container-custom .news-slider-wrapper .news-swiper-button-next,
      .news-section .container-custom .news-slider-wrapper .news-swiper-button-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ff6d4d;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        z-index: 10; }
        @media (max-width: 768px) {
          .news-section .container-custom .news-slider-wrapper .news-swiper-button-next,
          .news-section .container-custom .news-slider-wrapper .news-swiper-button-prev {
            width: 36px;
            height: 36px;
            font-size: 14px; } }
        .news-section .container-custom .news-slider-wrapper .news-swiper-button-next:hover,
        .news-section .container-custom .news-slider-wrapper .news-swiper-button-prev:hover {
          background: #ff6d4d;
          color: #fff;
          transform: translateY(-50%) scale(1.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); }
        .news-section .container-custom .news-slider-wrapper .news-swiper-button-next::after,
        .news-section .container-custom .news-slider-wrapper .news-swiper-button-prev::after {
          content: ''; }
        .news-section .container-custom .news-slider-wrapper .news-swiper-button-next.swiper-button-disabled,
        .news-section .container-custom .news-slider-wrapper .news-swiper-button-prev.swiper-button-disabled {
          opacity: 0.35;
          cursor: not-allowed; }
          .news-section .container-custom .news-slider-wrapper .news-swiper-button-next.swiper-button-disabled:hover,
          .news-section .container-custom .news-slider-wrapper .news-swiper-button-prev.swiper-button-disabled:hover {
            background: #fff;
            color: #ff6d4d;
            transform: translateY(-50%); }
      .news-section .container-custom .news-slider-wrapper .news-swiper-button-next {
        right: 0; }
      .news-section .container-custom .news-slider-wrapper .news-swiper-button-prev {
        left: 0; }

.partner-section {
  padding: 48px 0;
  background-color: #FFF9F8; }
  .partner-section .partner-wrapper .partnerSwiper .swiper-wrapper .swiper-slide {
    /* Partner Item Styles */ }
    .partner-section .partner-wrapper .partnerSwiper .swiper-wrapper .swiper-slide .partner-item {
      background: #fff;
      border-radius: 4px;
      height: 105px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px;
      transition: box-shadow 0.3s; }
      .partner-section .partner-wrapper .partnerSwiper .swiper-wrapper .swiper-slide .partner-item:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
      .partner-section .partner-wrapper .partnerSwiper .swiper-wrapper .swiper-slide .partner-item .partner-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
        .partner-section .partner-wrapper .partnerSwiper .swiper-wrapper .swiper-slide .partner-item .partner-link .partner-logo {
          max-width: 100%;
          max-height: 100%;
          object-fit: contain;
          transition: filter 0.3s;
          opacity: 1; }

.product-group-section {
  padding: 30px 0;
  background: #fff; }
  .product-group-section .container-custom .product-group-wrapper {
    display: flex;
    gap: 16px;
    align-items: stretch;
    /* Left Banner */
    /* Right Product Slider */ }
    @media (max-width: 992px) {
      .product-group-section .container-custom .product-group-wrapper {
        flex-direction: column; } }
    .product-group-section .container-custom .product-group-wrapper .product-group-banner {
      width: 288px;
      min-width: 288px;
      height: auto;
      border-radius: 8px;
      overflow: hidden;
      position: relative;
      flex-shrink: 0; }
      @media (max-width: 992px) {
        .product-group-section .container-custom .product-group-wrapper .product-group-banner {
          width: 100%;
          min-width: 100%;
          height: auto; } }
      .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-bg {
        border-radius: 8px;
        overflow: hidden;
        /*
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 252px;
                    border-radius: 8px;
                    overflow: hidden;

                    @media (max-width: 992px) {
                        height: 100%;
                    }
*/ }
        .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-bg img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-content {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 2; }
        @media (max-width: 992px) {
          .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-content {
            top: 50%;
            transform: translateY(-50%); } }
        .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-content .banner-title {
          display: flex;
          flex-direction: column;
          align-items: center; }
          .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-content .banner-title .title-line1 {
            font-family: 'SVN-Omnes', sans-serif;
            font-size: 30px;
            font-weight: 700;
            color: #fff;
            line-height: 1.2; }
            @media (max-width: 992px) {
              .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-content .banner-title .title-line1 {
                font-size: 24px; } }
          .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-content .banner-title .title-line2 {
            font-family: 'SVN-Omnes', sans-serif;
            font-size: 40px;
            font-weight: 700;
            color: #fff;
            line-height: 1.2; }
            @media (max-width: 992px) {
              .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-content .banner-title .title-line2 {
                font-size: 32px; } }
      .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-card {
        position: absolute;
        bottom: 55px;
        left: 20px;
        right: 10px;
        background: #fff;
        border-radius: 6px;
        padding: 24px 28px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
        @media (max-width: 992px) {
          .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-card {
            display: none;
            position: relative;
            bottom: auto;
            left: auto;
            right: auto;
            margin: -40px 20px 0;
            padding: 16px 20px; } }
        .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-card .card-title {
          font-family: 'SF Pro Display', sans-serif;
          font-size: 24px;
          font-weight: 700;
          color: #ff6d4d;
          margin-bottom: 8px; }
          @media (max-width: 992px) {
            .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-card .card-title {
              font-size: 20px; } }
        .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-card .view-all-btn {
          display: inline-flex;
          align-items: center;
          gap: 6px;
          font-size: 12px;
          font-weight: 700;
          color: #0A0A0A;
          text-decoration: none;
          transition: color 0.2s; }
          .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-card .view-all-btn:hover {
            color: #ff6d4d;
            text-decoration: none; }
          .product-group-section .container-custom .product-group-wrapper .product-group-banner .banner-card .view-all-btn i {
            font-size: 12px; }
    .product-group-section .container-custom .product-group-wrapper .product-group-slider-wrapper {
      flex: 1;
      position: relative;
      overflow: hidden;
      min-width: 0;
      /* Product Group Navigation Button */ }
      .product-group-section .container-custom .product-group-wrapper .product-group-slider-wrapper .productGroupSwiper {
        overflow: hidden;
        padding: 8px 0; }
        .product-group-section .container-custom .product-group-wrapper .product-group-slider-wrapper .productGroupSwiper .swiper-slide {
          height: auto; }
      .product-group-section .container-custom .product-group-wrapper .product-group-slider-wrapper .product-group-swiper-next,
      .product-group-section .container-custom .product-group-wrapper .product-group-slider-wrapper .product-group-swiper-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ff6d4d;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
        z-index: 10; }
        .product-group-section .container-custom .product-group-wrapper .product-group-slider-wrapper .product-group-swiper-next:hover,
        .product-group-section .container-custom .product-group-wrapper .product-group-slider-wrapper .product-group-swiper-prev:hover {
          background: #ff6d4d;
          color: #fff;
          transform: translateY(-50%) scale(1.1); }
        .product-group-section .container-custom .product-group-wrapper .product-group-slider-wrapper .product-group-swiper-next::after,
        .product-group-section .container-custom .product-group-wrapper .product-group-slider-wrapper .product-group-swiper-prev::after {
          content: ''; }
        .product-group-section .container-custom .product-group-wrapper .product-group-slider-wrapper .product-group-swiper-next.swiper-button-disabled,
        .product-group-section .container-custom .product-group-wrapper .product-group-slider-wrapper .product-group-swiper-prev.swiper-button-disabled {
          opacity: 0.5;
          cursor: not-allowed; }

.video-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden; }
  @media (max-width: 992px) {
    .video-section {
      padding: 40px 0; } }
  @media (max-width: 576px) {
    .video-section {
      padding: 30px 0; } }
  .video-section .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background: linear-gradient(180deg, #FFF 23.69%, rgba(255, 255, 255, 0) 71.38%), url("https://cdn.hstatic.net/files/200001055952/file/bg_video_1765529936c94b1d8ea94313d8e18aef.jpg") lightgray 50%/cover no-repeat; }
    .video-section .video-bg-img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .video-section .video-bg-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4); }
  .video-section .container-custom {
    position: relative;
    z-index: 2; }
    .video-section .container-custom .video-wrapper {
      display: flex;
      justify-content: center;
      align-items: center; }
      .video-section .container-custom .video-wrapper .video-container {
        position: relative;
        width: 100%;
        max-width: 940px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4); }
        @media (max-width: 576px) {
          .video-section .container-custom .video-wrapper .video-container {
            border-radius: 8px; } }
        .video-section .container-custom .video-wrapper .video-container .main-video {
          width: 100%;
          height: auto;
          display: block;
          aspect-ratio: 16/9;
          object-fit: cover;
          background: #000; }
        .video-section .container-custom .video-wrapper .video-container .video-play-btn {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 80px;
          height: 80px;
          background: rgba(255, 255, 255, 0.95);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          transition: all 0.3s ease;
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); }
          @media (max-width: 992px) {
            .video-section .container-custom .video-wrapper .video-container .video-play-btn {
              width: 60px;
              height: 60px; } }
          @media (max-width: 576px) {
            .video-section .container-custom .video-wrapper .video-container .video-play-btn {
              width: 50px;
              height: 50px; } }
          .video-section .container-custom .video-wrapper .video-container .video-play-btn i {
            font-size: 28px;
            color: #ff6d4d;
            margin-left: 4px; }
            @media (max-width: 992px) {
              .video-section .container-custom .video-wrapper .video-container .video-play-btn i {
                font-size: 22px;
                margin-left: 3px; } }
            @media (max-width: 576px) {
              .video-section .container-custom .video-wrapper .video-container .video-play-btn i {
                font-size: 18px;
                margin-left: 2px; } }
          .video-section .container-custom .video-wrapper .video-container .video-play-btn:hover {
            transform: translate(-50%, -50%) scale(1.1);
            background: #fff;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); }
          .video-section .container-custom .video-wrapper .video-container .video-play-btn.playing {
            opacity: 0;
            visibility: hidden;
            transform: translate(-50%, -50%) scale(0.8); }
        .video-section .container-custom .video-wrapper .video-container:hover .video-play-btn.playing {
          opacity: 1;
          visibility: visible;
          transform: translate(-50%, -50%) scale(1); }
          .video-section .container-custom .video-wrapper .video-container:hover .video-play-btn.playing i::before {
            content: "\f04c"; }
