#fw-section-product-product-default {

/* Biến cột thông tin sản phẩm thành flex theo chiều dọc */
.product-info {
  display: flex;
  flex-direction: column;
}

/* Sắp xếp lại thứ tự hiển thị các block bên trong */
.product-info__options {
  order: 3;
}

.product-info__cta {
  order: 4;  /* Add to Cart */
}

/* Đưa mô tả xuống dưới nút Add to Cart */
.product-info__description {
  order: 5;
}

/* Để phần "More details" / accordion nằm sau cùng */
.product-info__additional-info {
  order: 6;
}
.product-info__description {
  order: 5;
  margin-top: 1.5rem;   /* chỉnh khoảng cách theo ý */
}


}













#fw-section-header {

.header__link {
  font-size: 1rem; /* Tăng kích thước chữ */
  font-weight: bold; /* In đậm chữ */
}
}

#fw-section-hero-1761973741 {

/* Đổi màu chữ H1 + sub thành trắng */
.hero__heading {
  font-weight: 700;   /* 600 = semi-bold, 700 = bold */
}
/* In đậm subtitle dưới hero */
.hero__text {
  font-weight: 700;   /* 600 = semi-bold, 700 = bold */
}
#fw-section-hero-1761973741 .hero__text {
  font-weight: 700;
}


}