html {
  scroll-behavior: smooth;
}

body {
  background: #faf8ff;
  color: #191b24;
  font-family: "Work Sans", Arial, sans-serif;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.material-symbols-outlined.fill {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.icon-fill {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.homeease-shadow {
  box-shadow: 0 18px 44px -24px rgba(0, 54, 139, 0.35);
}

.image-soft-overlay {
  background: linear-gradient(180deg, rgba(25, 27, 36, 0) 25%, rgba(25, 27, 36, 0.76) 100%);
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hide-scrollbar {
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.article-prose {
  color: #424656;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.article-prose p {
  margin: 0 0 1.4em;
}

.article-prose .lead {
  color: #191b24;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 1.6em;
}

.article-prose h2 {
  color: #191b24;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin: 2em 0 0.75em;
}

.article-prose ul {
  list-style: disc;
  margin: 0 0 1.8em;
  padding-left: 1.5rem;
}

.article-prose li + li {
  margin-top: 0.5rem;
}

.article-prose strong {
  color: #191b24;
  font-weight: 600;
}

.product-highlight {
  align-items: center;
  background: #f2f3ff;
  border: 1px solid rgba(194, 198, 216, 0.7);
  border-radius: 0.75rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 2.5rem 0;
  padding: 1.5rem;
}

@media (max-width: 768px) {
  .article-prose {
    font-size: 16px;
  }

  .article-prose .lead {
    font-size: 18px;
  }

  .article-prose h2 {
    font-size: 28px;
  }

  .product-highlight {
    grid-template-columns: 1fr;
  }
}

[data-checkout-form] input:not([type="radio"]):not([type="checkbox"]),
[data-checkout-form] select,
[data-checkout-form] textarea {
  box-sizing: border-box;
  display: block;
  min-width: 0;
  width: 100%;
}

[data-checkout-form] input:not([type="radio"]):not([type="checkbox"]),
[data-checkout-form] select {
  min-height: 52px;
}

[data-checkout-form] select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23727687%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m6%209%206%206%206-6%22/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-right: 48px;
}

.payment-options {
  display: grid;
  gap: 12px;
}

.payment-option {
  align-items: center;
  background: #ffffff;
  border: 1px solid #c2c6d8;
  border-radius: 12px;
  cursor: pointer;
  display: grid;
  gap: 16px;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  min-height: 82px;
  padding: 16px;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.payment-option:hover {
  background: #f2f3ff;
  border-color: #0050cb;
}

.payment-option:has(.payment-option__radio:checked) {
  background: #f2f3ff;
  border-color: #0050cb;
  box-shadow: inset 0 0 0 1px #0050cb;
}

.payment-option__radio {
  accent-color: #0050cb;
  height: 20px;
  margin: 0;
  width: 20px;
}

.payment-option__content {
  display: block;
  min-width: 0;
}

.payment-option__title {
  color: #191b24;
  display: block;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.payment-option__desc {
  color: #64748b;
  display: block;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 6px;
}

.payment-option__icon,
.payment-option__wallets {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-width: 56px;
}

.payment-option__icon {
  color: #64748b;
  font-size: 32px;
}

.payment-option__wallets {
  gap: 8px;
}

.payment-wallet {
  align-items: center;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  line-height: 1;
  width: 32px;
}

.payment-wallet--momo {
  background: #a50064;
}

.payment-wallet--zalo {
  background: #005bff;
}

@media (max-width: 640px) {
  .payment-option {
    grid-template-columns: 22px minmax(0, 1fr);
    min-height: 0;
  }

  .payment-option__icon,
  .payment-option__wallets {
    grid-column: 2;
    justify-content: flex-start;
    min-width: 0;
  }
}
