.sellable-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  justify-content: center;
}

.sellable-price--sm .sellable-price__current {
  font-size: 16px;
}

.sellable-price__compare {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.sellable-price__current {
  font-size: 20px;
  font-weight: 700;
  color: #006838;
}

.sellable-price__current.is-contact {
  font-size: 18px;
  color: #e65100;
  text-transform: uppercase;
}

.sellable-price__unit {
  font-size: 13px;
  color: #666;
}

.sellable-actions--inline {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.sellable-actions--inline .sellable-actions__buttons {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
}

.sellable-actions--inline .sellable-actions__buttons .button {
  flex: 1 1 0;
  min-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.sellable-actions--stacked .sellable-actions__buttons {
  gap: 10px;
}

.sellable-actions--stacked .sellable-actions__buttons .button {
  width: 100%;
}

.product-detail-price .sellable-price {
  justify-content: flex-start;
}

.product-detail-price .sellable-price__current {
  font-size: 28px;
}

.card-link-wrapper .sellable-actions {
  position: relative;
  z-index: 3;
}

.card-link-wrapper .sellable-actions .button {
  position: relative;
  z-index: 4;
}

.solution-bundle-items--card {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
}

.solution-bundle-items__line + .solution-bundle-items__line {
  margin-top: 2px;
}

.solution-bundle-items--summary {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.solution-bundle-items--summary-label {
  font-weight: 700;
}

.solution-usage-display--card {
  font-size: 13px;
  line-height: 1.4;
}

.solution-usage-display__label {
  font-weight: 700;
}

/* Hover cả thẻ (không zoom riêng ảnh) */
.productCard.card-link-wrapper {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}

.card-link-wrapper:hover,
.home-products-card.card-link-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 104, 56, 0.12);
}

.home-products-card {
  border: 1px solid #e8ece9;
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-products-card .productCard__image {
  flex-shrink: 0;
}

.home-products-card .productCard__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.home-products-card .sellable-actions-wrap {
  margin-top: auto;
  padding-top: 14px;
  width: 100%;
  flex-shrink: 0;
}

.card-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-solution-section .productCard:hover .productCard__image img,
.home-solution-section .productCard.card-link-wrapper:hover .productCard__image img {
  transform: none;
}

.home-solution-section .productCard__image img {
  transition: none;
}

.card-link-wrapper .home-solution-card__info {
  position: relative;
  z-index: 2;
}

/* Nhãn danh mục trên ảnh thẻ giải pháp */
.productCard__image {
  position: relative;
  overflow: hidden;
}

.productCard__category {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  max-width: 88%;
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-radius: 0 10px 0 0;
}

/* Section SẢN PHẨM gộp - trang chủ */
.home-products-section__top {
  margin-bottom: 4px;
  align-items: center;
}

.home-products-section__top .sectionTitle {
  margin-bottom: 0;
}

.home-products-section__top .sectionTitle__title {
  margin-bottom: 0;
  padding-bottom: 12px;
}

.home-products-section .sectionTitle {
  margin-bottom: 0;
}

.home-products-card .sellable-actions__buttons.mt-15 {
  margin-top: 10px;
}

.home-products-group__head {
  margin-bottom: 20px;
  padding-top: 20px;
}

.home-products-group:first-child .home-products-group__head {
  padding-top: 16px;
}

.home-products-group + .home-products-group,
.home-videos-section .home-videos-group + .home-videos-group {
  margin-top: 0;
  padding-top: 36px;
  border-top: 1px solid #e9ecef;
}

.home-videos-section .home-products-section__top .sectionTitle__title {
  margin-bottom: 0;
  padding-bottom: 12px;
}

.home-videos-group .home-products-group__head {
  padding-top: 16px;
}

.home-videos-group + .home-videos-group .home-products-group__head {
  padding-top: 0;
}

.home-products-group + .home-products-group .home-products-group__head {
  padding-top: 0;
}

.home-products-grid {
  align-items: stretch;
}

.home-products-group__title {
  margin: 0;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-left: 4px solid #006838;
}

.home-products-group__title a {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.home-products-group__title a:hover {
  color: #006838;
}

.home-products-group__title a .icon-arrow-top-right {
  font-size: 14px;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-products-group__title a:hover .icon-arrow-top-right {
  opacity: 1;
  transform: translate(2px, -2px);
}

@media (max-width: 767px) {
  .home-products-group__title {
    font-size: 15px;
    padding-left: 12px;
  }

  .home-products-group + .home-products-group {
    padding-top: 32px;
  }
}

/* Trang chủ: thẻ bộ giải pháp / sản phẩm lẻ */
.home-solution-card__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  flex: 1;
}

.home-solution-card__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.home-solution-card__block--title {
  margin-bottom: 8px;
}

.home-solution-card__block--bundle,
.home-solution-card__block--ingredients,
.home-solution-card__block--usage {
  margin-bottom: 8px;
}

.home-solution-card__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #000;
  text-transform: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.home-solution-card__title a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.productCard:hover .home-solution-card__title a {
  color: #000;
}

.home-solution-card__bundle-items,
.home-solution-card__ingredients {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #555;
  text-transform: none;
  width: 100%;
}

.solution-ingredients-display__line + .solution-ingredients-display__line {
  margin-top: 3px;
}

.home-solution-card__bundle-items .solution-bundle-items__line + .solution-bundle-items__line {
  margin-top: 3px;
}

.home-solution-card__usage {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: #555;
  text-transform: none;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Nút trên thẻ trang chủ — màu thương hiệu xanh */
.home-products-section .sellable-actions--inline .sellable-actions__buttons {
  gap: 6px;
}

.home-products-section .sellable-actions--inline .sellable-actions__buttons .button {
  flex: 1 1 0;
  min-width: 0;
  padding: 9px 6px;
  font-size: 12px;
  line-height: 1.25;
  border-radius: 6px;
  white-space: normal;
}

.home-products-section .sellable-actions--inline .button.-outline-blue-1 {
  border-color: #006838;
  color: #006838;
  background: #fff;
}

.home-products-section .sellable-actions--inline .button.-outline-blue-1:hover {
  background: rgba(0, 104, 56, 0.06);
}

.home-products-section .sellable-actions--inline .button.bg-blue-1 {
  background-color: #006838 !important;
  border-color: #006838;
}

.home-products-section .sellable-price {
  min-height: 28px;
  margin-bottom: 2px;
}

.home-products-section .sellable-price__current {
  font-size: 17px;
}

.home-products-section .sellable-price__current.is-contact {
  font-size: 16px;
}

.home-solution-card__usage .solution-usage-display__label {
  font-weight: 700;
  color: #000;
  text-transform: none;
}

/* Trang chi tiết — Bộ giải pháp liên quan (cùng style trang danh sách) */
.related-solutions-section .home-products-grid {
  align-items: stretch;
}

.related-solutions-section .productCard:hover .productCard__image img,
.related-solutions-section .productCard.card-link-wrapper:hover .productCard__image img {
  transform: none;
}

.related-solutions-section .productCard__image img {
  transition: none;
}

.related-solutions-section .productCard__image .ratio {
  max-width: 100%;
  margin: 0;
}

.related-solutions-section .productCard__image {
  padding: 0;
}

.related-solutions-section .sellable-actions--inline .button.-outline-blue-1 {
  border-color: #006838;
  color: #006838;
  background: #fff;
}

.related-solutions-section .sellable-actions--inline .button.-outline-blue-1:hover {
  background: rgba(0, 104, 56, 0.06);
}

.related-solutions-section .sellable-actions--inline .button.bg-blue-1 {
  background-color: #006838 !important;
  border-color: #006838;
}

.related-solutions-section .sellable-price {
  min-height: 28px;
  margin-bottom: 2px;
}

.related-solutions-section .sellable-price__current {
  font-size: 17px;
}

.related-solutions-section .sellable-price__current.is-contact {
  font-size: 16px;
}

/* Danh sách sản phẩm trang chủ — ẩn mục vượt quá 4, nút Xem thêm */
.home-products-list--home-only {
  display: block;
  width: 100%;
  clear: both;
}

.home-products-grid__item--extra.is-hidden {
  display: none !important;
}

.home-products-show-more-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 4px;
  clear: both;
}

.home-products-show-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 18px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #006838;
  background: #fff;
  border: 1.5px solid rgba(0, 104, 56, 0.28);
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(0, 60, 30, 0.07);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-products-show-more:hover {
  color: #fff;
  background: linear-gradient(135deg, #006838, #00884a);
  border-color: #006838;
  box-shadow: 0 4px 16px rgba(0, 104, 56, 0.22);
  transform: translateY(-1px);
}

.home-products-show-more__label {
  letter-spacing: 0.01em;
}

.home-products-show-more__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
  color: #006838;
  background: rgba(0, 104, 56, 0.1);
  border-radius: 999px;
  transition: color 0.2s ease, background 0.2s ease;
}

.home-products-show-more:hover .home-products-show-more__count {
  color: #fff;
  background: rgba(255, 255, 255, 0.22);
}

.home-products-show-more__icon {
  font-size: 11px;
  opacity: 0.85;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.home-products-show-more:hover .home-products-show-more__icon {
  opacity: 1;
  transform: translateY(2px);
}

.home-products-show-more.is-expanded .home-products-show-more__icon {
  transform: rotate(180deg);
}

.home-products-show-more.is-expanded:hover .home-products-show-more__icon {
  transform: rotate(180deg) translateY(-2px);
}

.home-products-show-more.is-expanded .home-products-show-more__count {
  display: none;
}

@media (max-width: 767px) {
  .home-products-show-more-wrap {
    margin-top: 16px;
  }

  .home-products-show-more {
    min-height: 34px;
    padding: 0 16px;
    font-size: 12px;
  }
}
