.elementor-kit-784{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-784 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1210px;}.e-con{--container-max-width:1210px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#contentPageHome {
  min-height: 200px; /* cố định trước */
  max-height: 200px; /* thu gọn ban đầu */
  overflow: hidden;
  position: relative;
  transition: max-height 0.7s ease;
}

/* Khi mở rộng, bỏ giới hạn chiều cao */
#contentPageHome.expanded {
  max-height: 5000px; /* Bung lớn để hiển thị hết */
  min-height: 200px;
}

/* Fade trắng mờ ở dưới */
#contentPageHome::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; /* chiều cao fade */
  background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
  pointer-events: none;
  transition: opacity 0.5s ease;
}

/* Khi mở rộng, tắt lớp fade */
#contentPageHome.expanded::after {
  opacity: 0;
}

#seeMoreContentPageHome {
  margin-top: 20px;
  display: block;
  width: 100%;
  background: none;
  border: none;
  color: #0073e6;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.woocommerce .products .product-small .col-inner .product-small {
    min-height: 300px;
}/* End custom CSS */