.site-primary-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-3-equal.ast-builder-grid-row-tablet-3-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
  background-color: #cd909c;
}

.site-below-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-2-equal.ast-builder-grid-row-tablet-2-equal.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
  background-color: #CD909C;
}

.woocommerce-page #content table.cart td.actions .coupon .input-text+.button {
  background-color: #B05E6E;
}

.checkout-button.button.alt.wc-forward {
  background-color: #B05E6E;
}

.woocommerce-page.woocommerce-checkout #payment #place_order {
  background-color: #B05E6E;
}

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ast-builder-layout-element.ast-flex.site-header-focus-item {
  margin: 0px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 48px;
  /* Sesuaikan dengan panjang rata-rata judul */
}

.woocommerce ul.products li.product .price {
  min-height: 24px;
  /* Atur agar harga sejajar */
}

.woocommerce ul.products li.product .star-rating {
  min-height: 20px;
}

.woocommerce ul.products li.product .button {
  margin-top: auto;
}

.woocommerce-js ul.products li.product .onsale {
  background-color: #ffeb94;
  color: #000000;
  font-weight: bold;
}

.entry-content h2 {
  font-size: 24px;
}

.entry-content h3 {
  font-size: 18px;
}

strong {
  font-size: 18px;
}