:root {
  --home-bg-section: linear-gradient(270deg, #EA5531 0%, #1D2972 35%, #11007A 100%); }

.swiper-button {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.25);
  width: 34px;
  height: 34px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .swiper-button::after {
    content: none; }
  .swiper-button.swiper-button-prev {
    left: 80px; }
  .swiper-button.swiper-button-next {
    right: 80px; }
  .swiper-button.swiper-button-disabled {
    opacity: 0; }

.sectionHeading h3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 24px;
  color: var(--shop-color-title); }
  .sectionHeading h3 b {
    color: var(--shop-color-main); }
  @media (max-width: 991px) {
    .sectionHeading h3 {
      font-size: 28px;
      line-height: 38px; } }

#homepage-slider {
  position: relative; }
  #homepage-slider .slider-item {
    position: relative; }
  @media (max-width: 991px) {
    #homepage-slider .slide--video {
      position: relative;
      padding-bottom: 110%; }
      #homepage-slider .slide--video video {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        object-fit: cover; } }
  #homepage-slider .slide--content {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 100px 0 32px;
    width: 100%;
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.8) 0%, rgba(112, 112, 112, 0) 100%);
    text-align: center;
    z-index: 9; }
    #homepage-slider .slide--content h2 {
      font-size: 48px;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 65px;
      color: #fff;
      text-align: center; }
  @media (max-width: 991px) {
    #homepage-slider .slide--content {
      padding: 80px 0 24px;
      left: 0;
      transform: none; }
      #homepage-slider .slide--content h2 {
        font-size: 28px;
        line-height: 38px;
        text-align: left; }
        #homepage-slider .slide--content h2 br {
          display: none; } }

@media (max-width: 991px) {
  .section-home-intro .home-intro {
    text-align: left !important; } }

.section-home-intro .home-intro--titles h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 65px;
  color: var(--shop-color-title); }

.section-home-intro .home-intro--content {
  font-size: 24px;
  margin-bottom: 48px; }

@media (max-width: 991px) {
  .section-home-intro .home-intro .text-center {
    text-align: left !important; }
  .section-home-intro .home-intro--titles h2 {
    font-size: 28px;
    line-height: 38px; }
  .section-home-intro .home-intro--content {
    font-size: 15px;
    margin-bottom: 32px; } }

/* ===== Section Home Counter ===== */
.section-home-counter {
  position: relative;
  overflow: hidden;
  min-height: 340px; }
  .section-home-counter .home-counter__bg {
    position: absolute;
    inset: 0;
    z-index: 0; }
  .section-home-counter .home-counter__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .section-home-counter .container {
    position: relative;
    z-index: 1; }
  .section-home-counter .home-counter__head {
    margin-bottom: 40px; }
  .section-home-counter .home-counter__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 65px;
    color: #fff;
    margin-bottom: 12px; }
  .section-home-counter .home-counter__desc {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0; }
  .section-home-counter .home-counter__list {
    display: flex;
    align-items: flex-start;
    gap: 0; }
  .section-home-counter .home-counter__item {
    position: relative;
    padding: 0 16px; }
    .section-home-counter .home-counter__item:not(:last-child)::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 160px;
      background: rgba(255, 255, 255, 0.25); }
  .section-home-counter .home-counter__number {
    display: block;
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    color: #fff; }
  .section-home-counter .home-counter__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .section-home-counter {
      min-height: 260px; }
      .section-home-counter .home-counter__head {
        margin-bottom: 32px; }
      .section-home-counter .home-counter__title {
        font-size: 24px;
        line-height: normal; }
      .section-home-counter .home-counter__desc {
        font-size: 15px;
        line-height: 22px; }
      .section-home-counter .home-counter__list {
        flex-wrap: wrap;
        gap: 16px 0;
        padding: 0 16px; }
      .section-home-counter .home-counter__item {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 0 0;
        text-align: left !important; }
        .section-home-counter .home-counter__item:not(:last-child) {
          border-bottom: 1px solid rgba(255, 255, 255, 0.25);
          padding-bottom: 16px; }
        .section-home-counter .home-counter__item:not(:last-child)::after {
          display: none; }
      .section-home-counter .home-counter__number {
        font-size: 24px;
        line-height: normal;
        flex: 0 0 90px; }
      .section-home-counter .home-counter__label {
        font-size: 14px;
        line-height: 20px;
        flex: 1;
        margin: 0; } }

/* ===== Section Home categories ===== */
.section-home-categories .categories-tabs {
  position: relative;
  z-index: 9;
  top: 18px;
  display: inline-flex;
  justify-content: start;
  align-items: center;
  border: 1px solid #E5E5E5;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, 0.1), 0 2px 4px -2px rgba(16, 24, 40, 0.06);
  padding: 4px;
  gap: 2px;
  width: 100%;
  white-space: nowrap;
  overflow: auto hidden; }
  .section-home-categories .categories-tabs__btn {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 16px;
    border-radius: 6px;
    border: none;
    border-radius: 100px;
    background: transparent;
    color: #737373;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease; }
    .section-home-categories .categories-tabs__btn.is-active {
      background: var(--shop-color-button);
      color: #fff; }

.section-home-categories .categories-content {
  position: relative; }
  @media (min-width: 992px) {
    .section-home-categories .categories-content__tab {
      background: var(--home-bg-section);
      padding: 32px 16px 16px 16px;
      border-radius: 8px;
      overflow: hidden; }
      .section-home-categories .categories-content__tab:not(:last-child) {
        margin-bottom: 20px; }
      .section-home-categories .categories-content__tab-title {
        font-size: 35px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 24px; } }
  @media (max-width: 991px) {
    .section-home-categories .categories-content {
      background: var(--home-bg-section); }
      .section-home-categories .categories-content__tab {
        display: none; }
        .section-home-categories .categories-content__tab.is-active {
          display: block; } }

.section-home-categories .categories-slider {
  position: relative; }

.section-home-categories .category-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden; }
  .section-home-categories .category-item__image {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 410 / 510;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.3s ease; }
    .section-home-categories .category-item__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease; }
  .section-home-categories .category-item__title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(10, 10, 10, 0.7) 100%);
    padding: 56px 24px 16px 24px;
    margin: 0;
    border-radius: 2px;
    width: 100%; }
    .section-home-categories .category-item__title a {
      font-size: 35px;
      font-weight: 600;
      font-family: var(--title-font);
      line-height: 45px;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      transition: color 0.3s ease; }
      .section-home-categories .category-item__title a:hover {
        color: var(--shop-color-main); }
  .section-home-categories .category-item:hover__image img {
    transform: scale(1.05); }

@media (max-width: 991px) {
  .section-home-categories {
    overflow: hidden;
    padding-bottom: 0; }
    .section-home-categories .sectionHeading h3 {
      margin-bottom: -10px; }
    .section-home-categories .categories-content {
      position: relative; }
      .section-home-categories .categories-content__tab-title {
        font-size: 24px;
        margin-bottom: 12px; }
    .section-home-categories .categories-slider {
      overflow: initial; }
    .section-home-categories .categories-content {
      margin: 0px -15px;
      padding: 32px 15px 0;
      background: linear-gradient(180deg, #EA5531 0%, #1D2972 35%, #11007A 100%); }
      .section-home-categories .categories-content__tab-title {
        color: #fff; }
    .section-home-categories .category-item__image {
      height: auto; }
    .section-home-categories .category-item__title {
      font-size: 24px;
      line-height: 34px;
      padding: 56px 12px 16px 12px; }
      .section-home-categories .category-item__title a {
        font-size: 24px;
        line-height: 34px; }
    .section-home-categories .swiper-pagination {
      position: unset;
      margin-top: 24px; } }

.section-home-brand-partners {
  position: relative; }
  .section-home-brand-partners .sectionHeading h3 {
    text-align: center; }
  .section-home-brand-partners .brand-partners__tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px; }
    .section-home-brand-partners .brand-partners__tabs-list {
      display: flex;
      background: #fff;
      border-radius: 40px;
      padding: 6px; }
  .section-home-brand-partners .brand-partners__tab-btn {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 100px;
    border: none;
    background: transparent;
    color: #737373;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none; }
    .section-home-brand-partners .brand-partners__tab-btn:hover {
      background: rgba(255, 255, 255, 0.5); }
    .section-home-brand-partners .brand-partners__tab-btn.is-active {
      background: var(--shop-color-button);
      color: #fff; }
  .section-home-brand-partners .brand-partners__content {
    position: relative; }
  .section-home-brand-partners .brand-partners__tab-content {
    display: none; }
    .section-home-brand-partners .brand-partners__tab-content.is-active {
      display: block; }
  .section-home-brand-partners .brand-partners__row {
    margin-bottom: 16px; }
    .section-home-brand-partners .brand-partners__row:last-child {
      margin-bottom: 0; }
  .section-home-brand-partners .brand-slider .swiper-wrapper {
    transition-timing-function: linear; }
  .section-home-brand-partners .brand-item {
    width: 180px;
    flex-shrink: 0; }
    .section-home-brand-partners .brand-item__box {
      background: #fff;
      border: 1px solid #F5F5F5;
      border-radius: 8px;
      padding: 16px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease; }
      .section-home-brand-partners .brand-item__box:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px); }
    .section-home-brand-partners .brand-item__img {
      max-width: 100%;
      max-height: 90px;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block; }
    .section-home-brand-partners .brand-item__placeholder {
      width: 80px;
      height: 80px;
      background: #F5F5F5;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: 600;
      color: #999;
      text-transform: uppercase; }
  @media (max-width: 991px) {
    .section-home-brand-partners {
      overflow: hidden; }
      .section-home-brand-partners .sectionHeading h3 {
        margin-bottom: 0; }
      .section-home-brand-partners .brand-partners__tabs {
        margin-top: 10px;
        margin-bottom: 24px; }
      .section-home-brand-partners .brand-partners__tab-btn {
        min-width: auto;
        padding: 10px 16px;
        font-size: 13px; }
      .section-home-brand-partners .brand-slider {
        overflow: initial; }
      .section-home-brand-partners .brand-item {
        width: 92px; }
        .section-home-brand-partners .brand-item__box {
          height: 92px;
          padding: 12px; }
        .section-home-brand-partners .brand-item__img {
          max-height: 100%; } }

.section-home-blog-news {
  position: relative; }
  .section-home-blog-news .blog-news__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
  .section-home-blog-news .blog-news__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 65px;
    color: var(--shop-color-main2);
    margin: 0; }
  .section-home-blog-news .blog-news__slider {
    position: relative;
    padding-bottom: 60px; }
  @media (max-width: 991px) {
    .section-home-blog-news {
      padding-top: 0;
      overflow: hidden; }
      .section-home-blog-news .blog-news__header {
        margin-bottom: 24px;
        text-align: center;
        justify-content: center; }
      .section-home-blog-news .blog-news__slider {
        overflow: initial; }
      .section-home-blog-news .blog-news__title {
        font-size: 28px;
        line-height: 38px; }
      .section-home-blog-news .blog-news__btn {
        width: auto;
        min-height: auto; } }

@media (max-width: 991px) {
  .swiper-button.swiper-button-next {
    right: 16px; }
  .swiper-button.swiper-button-prev {
    left: 16px; } }
