@charset "UTF-8";
.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  height: 32px;
  background: #F2F4F7;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: #757575; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none; }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 12px;
    height: 14px;
    transition: transform 0.3s ease; }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background: var(--shop-color-main);
    color: #fff;
    transform: scale(1.1); }
    .swiper-button-next:hover svg,
    .swiper-button-prev:hover svg {
      transform: translateX(2px); }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none; }

.swiper-button-prev:hover svg {
  transform: translateX(-2px); }

.sectionHeading h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.2px;
  color: #1d1d1d;
  margin-bottom: 10px;
  text-transform: uppercase; }

.home-bg {
  background: var(--shop-color-bg-white);
  padding: 24px;
  border-radius: 12px;
  overflow: hidden; }

/* ============================================
   HOME SLIDER - CENTERED SLIDES EFFECT
   ============================================ */
.section-home-slider {
  background: #f5f5f5;
  /* Responsive */ }
  .section-home-slider .home-slider {
    position: relative;
    overflow: hidden;
    border-radius: 12px; }
    .section-home-slider .home-slider .swiper-wrapper {
      align-items: center; }
    .section-home-slider .home-slider .swiper-slide {
      width: 70%;
      transition: all 0.2s ease;
      transform: scale(1);
      max-height: 300px;
      display: flex; }
      .section-home-slider .home-slider .swiper-slide.swiper-slide-active {
        transform: scale(1);
        z-index: 2;
        max-height: 100%; }
      .section-home-slider .home-slider .swiper-slide.swiper-slide-prev, .section-home-slider .home-slider .swiper-slide.swiper-slide-next {
        transform: scale(1);
        max-height: 250px;
        z-index: 1; }
    .section-home-slider .home-slider .slide--image {
      position: relative;
      width: 100%;
      border-radius: 12px;
      overflow: hidden; }
      .section-home-slider .home-slider .slide--image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center; }
  @media (max-width: 991px) {
    .section-home-slider {
      padding: 16px 0; }
      .section-home-slider .home-slider {
        border-radius: 8px; }
        .section-home-slider .home-slider .swiper-slide {
          width: 80%; }
          .section-home-slider .home-slider .swiper-slide.swiper-slide-active {
            transform: scale(1); }
          .section-home-slider .home-slider .swiper-slide.swiper-slide-prev, .section-home-slider .home-slider .swiper-slide.swiper-slide-next {
            transform: scale(1); } }
  @media (max-width: 767px) {
    .section-home-slider {
      padding: 12px 0; }
      .section-home-slider .home-slider .swiper-slide {
        width: 100%; }
      .section-home-slider .home-slider .swiper-pagination {
        bottom: 12px; } }

/* ============================================
   CATEGORY GRID - DANH MỤC SẢN PHẨM
   ============================================ */
.section-category-grid .category-grid__wrapper {
  width: 100%; }

.section-category-grid .category-grid__container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  width: 100%; }

.section-category-grid .category-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.3s ease;
  text-decoration: none;
  min-height: 123px; }
  .section-category-grid .category-grid__item:hover {
    background: #f9fafb;
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }
    .section-category-grid .category-grid__item:hover .category-grid__image {
      transform: scale(1.1); }
    .section-category-grid .category-grid__item:hover .category-grid__name {
      color: var(--shop-color-main); }
  .section-category-grid .category-grid__item--view-all .category-grid__icon-view-all {
    color: var(--shop-color-main); }

.section-category-grid .category-grid__image-wrapper {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center; }

.section-category-grid .category-grid__image,
.section-category-grid .category-grid__placeholder,
.section-category-grid .category-grid__icon-view-all {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease; }

.section-category-grid .category-grid__placeholder,
.section-category-grid .category-grid__icon-view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f7;
  color: #98a2b3; }
  .section-category-grid .category-grid__placeholder svg,
  .section-category-grid .category-grid__icon-view-all svg {
    width: 48px;
    height: 48px; }

.section-category-grid .category-grid__label {
  position: absolute;
  top: -8px;
  left: 30px;
  background: #fbd1c1;
  color: #f05a22;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 2; }

.section-category-grid .category-grid__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1d1d1d;
  text-align: center;
  margin: 0;
  width: 100%;
  height: 100%;
  word-wrap: break-word;
  transition: color 0.3s ease; }

@media (max-width: 1199px) {
  .section-category-grid .category-grid__container {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px; } }

@media (max-width: 991px) {
  .section-category-grid .category-grid__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }
  .section-category-grid .category-grid__container {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px; }
  .section-category-grid .category-grid__item {
    min-height: 110px;
    padding: 6px; } }

@media (max-width: 767px) {
  .section-category-grid {
    padding: 16px 0; }
    .section-category-grid .category-grid__title {
      font-size: 16px;
      margin-bottom: 16px; }
    .section-category-grid .category-grid__container {
      grid-template-columns: repeat(4, 1fr);
      gap: 12px; }
    .section-category-grid .category-grid__item {
      min-height: 100px;
      padding: 4px;
      gap: 6px; }
      .section-category-grid .category-grid__item:hover {
        transform: translateY(-2px); }
    .section-category-grid .category-grid__image-wrapper {
      width: 56px;
      height: 56px; }
    .section-category-grid .category-grid__image,
    .section-category-grid .category-grid__placeholder,
    .section-category-grid .category-grid__icon-view-all {
      width: 56px;
      height: 56px; }
      .section-category-grid .category-grid__image svg,
      .section-category-grid .category-grid__placeholder svg,
      .section-category-grid .category-grid__icon-view-all svg {
        width: 40px;
        height: 40px; }
    .section-category-grid .category-grid__label {
      font-size: 10px;
      line-height: 14px;
      padding: 0 3px;
      left: 24px; }
    .section-category-grid .category-grid__name {
      font-size: 12px;
      line-height: 16px; } }

@media (max-width: 479px) {
  .section-category-grid .category-grid__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; }
  .section-category-grid .category-grid__item {
    min-height: 90px; } }

/* ============================================
   FLASH SALE
   ============================================ */
.section-flash-sale .home-bg {
  background: var(--bg-img-flashsale);
  background-size: cover; }

.section-flash-sale .heading-flash-sale-title {
  display: flex;
  gap: 24px; }

.section-flash-sale .sectionHeading h2 {
  color: var(--shop-color-main); }
  .section-flash-sale .sectionHeading h2 img {
    object-fit: contain; }
  .section-flash-sale .sectionHeading h2 span {
    display: inline-block;
    padding-left: 4px; }

.section-flash-sale .countdown-deal {
  display: flex;
  gap: 8px; }
  .section-flash-sale .countdown-deal li {
    color: var(--shop-color-main);
    text-align: center; }
    .section-flash-sale .countdown-deal li strong {
      background-color: var(--bg-color-countdown);
      color: var(--txt-color-countdown);
      font-size: 14px;
      font-weight: 700;
      display: block;
      margin-bottom: 6px;
      text-align: center;
      border-radius: 4px;
      min-width: 28px;
      min-height: 28px;
      line-height: 28px; }
    .section-flash-sale .countdown-deal li span {
      font-size: 10px;
      font-weight: 400;
      display: block;
      color: #fff; }

.section-flash-sale .flash-sale-btn a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #fff; }
  .section-flash-sale .flash-sale-btn a:hover {
    text-decoration: underline; }

.section-flash-sale #owl-collection-flash-sale .swiper-slide {
  width: 194px;
  height: auto; }
  @media (max-width: 1199px) {
    .section-flash-sale #owl-collection-flash-sale .swiper-slide {
      width: 194px; } }
  @media (max-width: 991px) {
    .section-flash-sale #owl-collection-flash-sale .swiper-slide {
      width: 240px; } }
  @media (max-width: 767px) {
    .section-flash-sale #owl-collection-flash-sale .swiper-slide {
      width: 200px; } }

/* ============================================
   HOME PRODUCT TABS
   ============================================ */
.section-home-products-tabs .products-tabs__nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none; }
  .section-home-products-tabs .products-tabs__nav-link {
    padding: 10px;
    border-radius: 8px;
    background-color: #F2F4F7;
    outline: none !important;
    border: 1px solid transparent;
    color: #000;
    transition: .3s all ease;
    height: 100%;
    max-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content; }
    .section-home-products-tabs .products-tabs__nav-link.active, .section-home-products-tabs .products-tabs__nav-link:hover {
      background-color: #FFEBE3;
      border-color: var(--shop-color-main);
      color: var(--shop-color-main); }
    .section-home-products-tabs .products-tabs__nav-link img {
      object-fit: contain; }

.section-home-products-tabs .products-tabs__pane {
  display: none; }
  .section-home-products-tabs .products-tabs__pane.active {
    display: block; }

.section-home-products-tabs .products-tabs__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  gap: 15px; }
  .section-home-products-tabs .products-tabs__loading p {
    font-size: 14px;
    color: #666;
    margin: 0; }
  .section-home-products-tabs .products-tabs__loading .spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--shop-color-main);
    border-radius: 50%;
    animation: spin 1s linear infinite; }

.section-home-products-tabs .products-tabs__empty, .section-home-products-tabs .products-tabs__error {
  text-align: center;
  padding: 60px 20px;
  font-size: 16px;
  color: #666; }
  @media (max-width: 767px) {
    .section-home-products-tabs .products-tabs__empty, .section-home-products-tabs .products-tabs__error {
      padding: 40px 20px;
      font-size: 14px; } }

.section-home-products-tabs .products-tabs__error {
  color: #d9534f; }

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

/* ============================================
   HOME DOUBLE BANNER - BANNER ĐÔI
   ============================================ */
.section-home-double-banner .double-banner-slider {
  position: relative; }
  .section-home-double-banner .double-banner-slider .swiper-wrapper {
    display: flex;
    align-items: center; }
  .section-home-double-banner .double-banner-slider .swiper-slide {
    width: 50%;
    transition: all 0.3s ease; }
    .section-home-double-banner .double-banner-slider .swiper-slide:not(:last-child) {
      margin-right: 24px; }
  .section-home-double-banner .double-banner-slider__item {
    position: relative;
    width: 100%;
    height: 196px;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5; }
  .section-home-double-banner .double-banner-slider__link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
  .section-home-double-banner .double-banner-slider__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; }
    .section-home-double-banner .double-banner-slider__image:hover {
      transform: scale(1.02); }

@media (max-width: 991px) {
  .section-home-double-banner {
    padding: 16px 0; }
    .section-home-double-banner .double-banner-slider .swiper-slide {
      width: 100%; }
      .section-home-double-banner .double-banner-slider .swiper-slide:not(:last-child) {
        margin-right: 16px; }
    .section-home-double-banner .double-banner-slider__item {
      height: 160px;
      border-radius: 10px; }
    .section-home-double-banner .double-banner-slider__nav {
      width: 28px;
      height: 28px; }
      .section-home-double-banner .double-banner-slider__nav svg {
        width: 14px;
        height: 14px; }
      .section-home-double-banner .double-banner-slider__nav.swiper-button-prev {
        left: 12px; }
      .section-home-double-banner .double-banner-slider__nav.swiper-button-next {
        right: 12px; } }

@media (max-width: 767px) {
  .section-home-double-banner {
    padding: 12px 0; }
    .section-home-double-banner .double-banner-slider .swiper-slide:not(:last-child) {
      margin-right: 12px; }
    .section-home-double-banner .double-banner-slider__item {
      height: 120px;
      border-radius: 8px; }
    .section-home-double-banner .double-banner-slider__nav {
      width: 24px;
      height: 24px; }
      .section-home-double-banner .double-banner-slider__nav svg {
        width: 12px;
        height: 12px; }
      .section-home-double-banner .double-banner-slider__nav.swiper-button-prev {
        left: 8px; }
      .section-home-double-banner .double-banner-slider__nav.swiper-button-next {
        right: 8px; } }

/* ============================================
   HOME PROMO
   ============================================ */
.section-home-promo .promo-banner {
  border-radius: 12px;
  height: 100%;
  overflow: hidden; }
  .section-home-promo .promo-banner img {
    border-radius: 12px;
    aspect-ratio: 1;
    object-fit: cover;
    height: 100%;
    transition: transform 0.3s ease; }
  .section-home-promo .promo-banner:hover img {
    transform: scale(1.03); }

.section-home-promo .promo-swiper {
  overflow: initial; }

/* ============================================
   HOME HERO BANNER
   ============================================ */
.home-hero .hero-slide-link {
  display: block;
  width: 100%;
  border-radius: 12px;
  overflow: hidden; }

/* ============================================
   HOME BLOG SECTION - BLOG/VIDEO
   ============================================ */
.section-home-blog .home-blog__slider {
  margin-bottom: 24px; }

.section-home-blog .home-blog__footer {
  display: flex;
  justify-content: center;
  align-items: center; }

.section-home-blog .blog-slider {
  position: relative;
  overflow: hidden;
  margin: 0 -6px; }
  .section-home-blog .blog-slider .swiper-wrapper {
    display: flex;
    align-items: stretch; }
  .section-home-blog .blog-slider .swiper-slide {
    height: auto;
    padding: 0 6px; }

.section-home-blog .blog-card {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .section-home-blog .blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    transition: all 0.3s ease; }
    .section-home-blog .blog-card__link:hover .blog-card__image {
      transform: scale(1.05); }
    .section-home-blog .blog-card__link:hover .blog-card__title {
      color: var(--shop-color-main); }
  .section-home-blog .blog-card__image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 279 / 158;
    border-radius: 4px;
    overflow: hidden;
    background: #F5F5F5;
    margin-bottom: 12px; }
  .section-home-blog .blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; }
  .section-home-blog .blog-card__title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #1D1D1D;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease; }

@media (max-width: 991px) {
  .section-home-blog .home-blog__slider {
    margin-bottom: 20px; }
  .section-home-blog .blog-card__title {
    font-size: 13px;
    line-height: 18px; } }

@media (max-width: 767px) {
  .section-home-blog .home-blog__slider {
    margin-bottom: 16px; }
  .section-home-blog .blog-slider {
    margin: 0 -4px; }
    .section-home-blog .blog-slider .swiper-slide {
      padding: 0 4px; }
  .section-home-blog .blog-card__image-wrapper {
    margin-bottom: 8px; }
  .section-home-blog .blog-card__title {
    font-size: 12px;
    line-height: 16px; } }

/* ============================================
   HOME SEARCH TAGS - MỌI NGƯỜI CÙNG TÌM KIẾM
   ============================================ */
.section-home-search-tags .home-search-tags__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start; }

.section-home-search-tags .search-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  background: #F2F4F7;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap; }
  .section-home-search-tags .search-tag__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #1d1d1d;
    transition: color 0.3s ease; }
  .section-home-search-tags .search-tag:hover {
    background: var(--shop-color-main);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
    .section-home-search-tags .search-tag:hover .search-tag__text {
      color: #ffffff; }
  .section-home-search-tags .search-tag:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

@media (max-width: 991px) {
  .section-home-search-tags .home-search-tags__wrapper {
    gap: 10px; }
  .section-home-search-tags .search-tag {
    padding: 5px 7px; }
    .section-home-search-tags .search-tag__text {
      font-size: 13px;
      line-height: 18px; } }

@media (max-width: 767px) {
  .section-home-search-tags .home-search-tags__wrapper {
    gap: 8px; }
  .section-home-search-tags .search-tag {
    padding: 4px 6px; }
    .section-home-search-tags .search-tag__text {
      font-size: 12px;
      line-height: 16px; }
    .section-home-search-tags .search-tag:hover {
      transform: none; } }

@media (max-width: 991px) {
  .product-loop__meta .meta-rating {
    display: flex;
    align-items: center; }
  .home-bg {
    padding: 15px; }
  .sectionHeading h2 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
    text-align: center; }
  .section-flash-sale .heading-flash-sale-title {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px; }
  .section-home-products-tabs .products-tabs__nav-link img {
    min-width: 70px; }
  .section-home-products-tabs .products-tabs__nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto hidden; } }
