.elementor-1637 .elementor-element.elementor-element-032eb1a{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1637 .elementor-element.elementor-element-c727d72.elementor-element{--align-self:flex-start;}.elementor-1637 .elementor-element.elementor-element-7f0b3ce{--display:flex;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1637 .elementor-element.elementor-element-a4b569a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-1637 .elementor-element.elementor-element-a4b569a.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-1637 .elementor-element.elementor-element-773ad49.elementor-element{--align-self:center;}@media(max-width:1024px){.elementor-1637 .elementor-element.elementor-element-a4b569a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1637 .elementor-element.elementor-element-a4b569a.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-c727d72 */.category-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  padding: 0px 0px;

}

/* ITEM */
.category-item {
  text-align: center;
  max-width: 120px;
}

/* ẢNH TRÒN */
.category-item img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 12px;
}

/* TEXT */
.category-item p {
  font-size: 14px;
  color: #222;
  line-height: 1.4;
  margin: 0;
}

/* HOVER NHẸ */
.category-item:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}
/* ================= MOBILE ADJUST ================= */
@media (max-width: 768px) {

  .category-section {
    gap: 14px;
  }

  .category-item {
    max-width: 90px;
  }

  /* ẢNH TRÒN – NHỎ HƠN */
  .category-item img {
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
  }

  /* TEXT NHỎ HƠN */
  .category-item p {
    font-size: 12px;
    line-height: 1.3;
  }
}

/* MOBILE RẤT NHỎ (iPhone SE, Android nhỏ) */
@media (max-width: 480px) {

  .category-section {
    gap: 10px;
  }

  .category-item {
    max-width: 80px;
  }

  .category-item img {
    width: 64px;
    height: 64px;
  }

  .category-item p {
    font-size: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-773ad49 *//* NÚT XEM THÊM */
.load-more-wrap {
  text-align: center;
  margin: 40px 0;
}

#load-more-products {
  padding: 14px 36px;
  border-radius: 40px;
  background: #700002;
  color: #fff;
  border: none;
  font-size: 15px;
  cursor: pointer;
  transition: .3s;
}

#load-more-products:hover {
  opacity: .85;
}

#load-more-products.loading {
  pointer-events: none;
  opacity: .6;
}

/* GRID GIỮ NGUYÊN */
.elementor-products-grid {
  display: grid !important;
}/* NÚT XEM THÊM */
.load-more-wrap {
  text-align: center;
  margin: 40px 0;
}

#load-more-products {
  padding: 14px 36px;
  border-radius: 40px;
  background: #700002;
  color: #fff;
  border: none;
  font-size: 15px;
  cursor: pointer;
  transition: .3s;
}

#load-more-products:hover {
  opacity: .85;
}

#load-more-products.loading {
  pointer-events: none;
  opacity: .6;
}

/* GRID GIỮ NGUYÊN */
.elementor-products-grid {
  display: grid !important;
}/* End custom CSS */