.is-hidden {
  display: none !important;
}

body.lac-menu-shell > .relative.min-h-screen {
  min-height: auto;
  background: transparent;
  overflow: visible;
}

@media (max-width: 1099px) {
  body.lac-menu-shell > .relative.min-h-screen > header,
body.lac-menu-shell > .relative.min-h-screen > footer {
    display: none;
  }

  body.lac-menu-shell.resource-page > .screen-reader-text,
body.lac-menu-shell.resource-page .wpFooter {
    display: none;
  }

  body.lac-menu-shell.resource-page .mainContent > .lac-app-page {
    padding-top: calc(5.75rem + env(safe-area-inset-top));
  }

  body.lac-menu-shell.resource-page:is(.search-menu-open, .menu-open) :where(.lac-bottom-nav, .lac-floating-cart),
body.lac-menu-shell.resource-page #nav:is(.search-menu-open, .menu-open) ~ #smooth-content :where(.lac-bottom-nav, .lac-floating-cart) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

body.lac-modal-open {
  overflow: hidden;
}

.lac-app-page {
  --lac-ink: #18375a;
  --lac-ink-soft: rgba(24, 55, 90, 0.68);
  --lac-green: #2f86be;
  --lac-green-deep: #1f638f;
  --lac-navy: #173f63;
  --lac-gold: #ffd84b;
  --lac-gold-deep: #f0bb11;
  --lac-orange: #2f86be;
  --lac-paper: rgba(255, 255, 255, 0.96);
  --lac-paper-soft: rgba(255, 255, 255, 0.78);
  --lac-cream: #fffaf0;
  --lac-line: rgba(104, 189, 242, 0.22);
  --lac-shadow: 0 26px 64px rgba(47, 134, 190, 0.16);
  --lac-sticky-top: 74px;
  --lac-section-offset: 160px;
  min-height: 100vh;
  color: var(--lac-ink);
  background:
    radial-gradient(circle at top center, rgba(255, 219, 91, 0.42), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 247, 214, 0.7), transparent 26%),
    linear-gradient(180deg, #fffdf8 0%, #f6efdd 100%);
  font-family: "Be Vietnam Pro", var(--font-family-text, sans-serif);
}

.lac-app-page * {
  box-sizing: border-box;
}

.lac-app-page :where(button, input, select, textarea) {
  font-family: inherit;
}

.lac-app-page :where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  color: var(--lac-ink);
  font-family: inherit;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.lac-app-page p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.68;
  letter-spacing: 0;
}

.lac-app-page :where(h1, h2, h3, h4, h5, h6, p, ul, ol, pre, table, figure, blockquote, form, fieldset, dl, address, details, hr, aside, video, .video-embed) + * {
  margin-top: 0;
}

.lac-app-layout {
  width: min(100%, 492px);
  max-width: 492px;
  margin: 0 auto;
  padding: 14px 8px 176px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: center;
  gap: 30px;
}

.lac-app-main {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  background:
    radial-gradient(circle at top center, rgba(255, 230, 116, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 251, 242, 0.92));
  box-shadow: var(--lac-shadow);
  backdrop-filter: blur(20px);
}

.lac-app-main::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 180px;
  background: radial-gradient(circle at top center, rgba(255, 216, 74, 0.18), transparent 72%);
  pointer-events: none;
}

.lac-app-topbar,
.lac-order-tracking,
.lac-mode-card,
.lac-toolbar,
.lac-app-section,
.lac-search-empty {
  position: relative;
  z-index: 1;
}

.lac-app-topbar {
  display: grid;
  gap: 10px;
  padding: 14px 14px 10px;
  position: sticky;
  top: 0;
  z-index: 8;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.82));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(24, 55, 90, 0.06);
}

.lac-app-topbar__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.lac-app-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.lac-app-brand img,
.lac-app-brand__logo {
  width: 38px;
  height: 38px;
  max-width: 38px;
  flex: 0 0 38px;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 28px rgba(24, 55, 90, 0.08);
  padding: 6px;
}

.lac-app-brand__logo {
  --quao-logo-width: 38px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  line-height: 0;
}

.lac-app-brand__logo .quao-logo-svg,
.lac-app-brand__logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lac-app-brand__copy {
  min-width: 0;
}

.lac-app-brand__copy p,
.lac-app-eyebrow {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--lac-green);
}

.lac-app-brand__copy strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.lac-app-topbar__actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.lac-app-pill {
  appearance: none;
  border: 1px solid rgba(24, 55, 90, 0.08);
  background: rgba(255, 255, 255, 0.8);
  color: var(--lac-green);
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 14px 24px rgba(24, 55, 90, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lac-app-pill__icon,
.lac-bag-button__icon,
.lac-toolbar__search-icon,
.lac-toolbar__chevron,
.lac-bottom-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.lac-app-pill__icon svg,
.lac-bag-button__icon svg,
.lac-toolbar__search-icon svg,
.lac-toolbar__chevron svg,
.lac-bottom-nav__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.lac-app-pill.is-active,
.lac-app-pill:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 28px rgba(24, 55, 90, 0.1);
}

.lac-mode-card {
  margin: 12px 14px 0;
  padding: 16px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 241, 0.98));
  border: 1px solid rgba(24, 55, 90, 0.08);
  box-shadow: 0 12px 30px rgba(24, 55, 90, 0.08);
  display: grid;
  gap: 12px;
}

.lac-mode-card__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.lac-mode-card__copy {
  min-width: 0;
}

.lac-mode-card__copy strong,
.lac-checkout-mode strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.24;
}

.lac-mode-card__copy p:last-child,
.lac-checkout-mode p,
.lac-sheet__header p,
.lac-search-empty p,
.lac-cart-sidebar__head p:last-child,
.lac-section-head__description,
.lac-product-sheet__description,
.lac-product-sheet__note {
  margin: 8px 0 0;
  line-height: 1.68;
  color: var(--lac-ink-soft);
}

.lac-bag-button {
  appearance: none;
  border: 0;
  min-width: 86px;
  padding: 12px 12px 10px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--lac-ink);
  box-shadow: 0 18px 34px rgba(24, 55, 90, 0.1);
  font: inherit;
  cursor: pointer;
  display: grid;
  place-items: center;
  gap: 6px;
}

.lac-bag-button__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(34, 78, 112, 0.08);
  color: var(--lac-navy);
}

.lac-bag-button > span:not(.lac-bag-button__icon) {
  font-size: 0.75rem;
  color: var(--lac-ink-soft);
}

.lac-bag-button strong {
  font-size: 1.34rem;
}

.lac-bag-button:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.lac-segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  border-radius: 20px;
  background: rgba(24, 55, 90, 0.06);
}

.lac-segmented--compact {
  margin-top: 14px;
}

.lac-segmented__button {
  appearance: none;
  border: 0;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--lac-ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.lac-segmented__button.is-active {
  background: linear-gradient(135deg, var(--lac-navy), var(--lac-green));
  color: #fff;
  box-shadow: 0 16px 28px rgba(34, 78, 112, 0.24);
}

.lac-mode-card__checkout,
.lac-product-form__submit,
.lac-checkout-form__submit,
.lac-result-card__close,
.lac-cart-sidebar__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}

.lac-floating-cart,
.lac-mode-card__checkout,
.lac-product-form__submit,
.lac-checkout-form__submit,
.lac-result-card__close,
.lac-cart-sidebar__checkout {
  appearance: none;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--lac-gold), var(--lac-gold-deep));
  color: #17324a;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 20px 38px rgba(255, 208, 58, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.lac-mode-card__checkout {
  min-height: 56px;
}

.lac-mode-card__checkout:hover,
.lac-product-form__submit:hover,
.lac-checkout-form__submit:hover,
.lac-result-card__close:hover,
.lac-cart-sidebar__checkout:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 42px rgba(255, 208, 58, 0.34);
}

.lac-mode-card__checkout:disabled,
.lac-checkout-form__submit:disabled,
.lac-cart-sidebar__checkout:disabled {
  opacity: 0.56;
  cursor: not-allowed;
  box-shadow: none;
}

.lac-toolbar {
  margin: 14px 14px 0;
  padding: 14px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(24, 55, 90, 0.08);
  box-shadow: 0 12px 28px rgba(24, 55, 90, 0.06);
}

.lac-toolbar--search {
  display: grid;
  gap: 10px;
}

.lac-toolbar__select,
.lac-toolbar__icon,
.lac-toolbar__clear {
  appearance: none;
  border: 0;
  font: inherit;
}

.lac-toolbar__search-shell {
  position: relative;
}

.lac-toolbar__select {
  min-height: 54px;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(245, 247, 250, 0.92);
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lac-toolbar__select-copy {
  display: grid;
  gap: 2px;
}

.lac-toolbar__select-copy span {
  font-size: 0.74rem;
  color: var(--lac-ink-soft);
}

.lac-toolbar__select-copy strong {
  font-size: 0.98rem;
  color: var(--lac-ink);
}

.lac-toolbar__chevron {
  width: 24px;
  height: 24px;
  color: var(--lac-ink-soft);
}

.lac-toolbar__search {
  display: block;
  position: relative;
}

.lac-toolbar__search input,
.lac-checkout-field input,
.lac-checkout-field textarea,
.lac-qty-control input,
.lac-otp-form input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(24, 55, 90, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--lac-ink);
  font: inherit;
  padding: 0 16px;
  outline: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lac-toolbar__search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: var(--lac-ink-soft);
  pointer-events: none;
}

.lac-toolbar__search input {
  min-height: 58px;
  padding-left: 46px;
  padding-right: 52px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
}

.lac-toolbar__clear {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(34, 78, 112, 0.08);
  color: var(--lac-ink-soft);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.lac-toolbar__search input:focus,
.lac-checkout-field input:focus,
.lac-checkout-field textarea:focus,
.lac-qty-control input:focus,
.lac-otp-form input:focus {
  border-color: rgba(34, 78, 112, 0.28);
  box-shadow: 0 0 0 4px rgba(34, 78, 112, 0.08);
}

.lac-toolbar__icon {
  min-width: 50px;
  min-height: 54px;
  border-radius: 18px;
  background: rgba(245, 247, 250, 0.92);
  color: var(--lac-ink-soft);
  font-size: 1.6rem;
  cursor: pointer;
}

.lac-toolbar__hint {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--lac-ink-soft);
}

.lac-status-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.lac-status-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--lac-green);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(24, 55, 90, 0.05);
}

.lac-order-tracking {
  margin: 12px 14px 0;
  padding: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 208, 58, 0.22), transparent 34%),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(24, 55, 90, 0.08);
  box-shadow: 0 18px 38px rgba(24, 55, 90, 0.08);
  width: auto;
  max-width: none;
}

.lac-order-tracking--error {
  background: rgba(255, 255, 255, 0.94);
}

.lac-order-tracking__head {
  display: grid;
  gap: 14px;
}

.lac-order-tracking__head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 6vw, 2.5rem);
  line-height: 1.05;
  color: var(--lac-ink);
  overflow-wrap: break-word;
}

.lac-order-tracking__status {
  display: inline-grid;
  gap: 4px;
  justify-self: start;
  max-width: 100%;
  min-height: 56px;
  padding: 10px 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--lac-gold), var(--lac-gold-deep));
  color: #17324a;
  box-shadow: 0 14px 28px rgba(255, 208, 58, 0.24);
}

.lac-order-tracking__status span {
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  opacity: 0.72;
}

.lac-order-tracking__status strong {
  font-size: 1rem;
  line-height: 1.25;
  overflow-wrap: break-word;
}

.lac-order-tracking__steps {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.lac-order-tracking__step {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(24, 55, 90, 0.06);
}

.lac-order-tracking__step > div {
  min-width: 0;
}

.lac-order-tracking__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 999px;
  background: rgba(34, 78, 112, 0.12);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.92);
}

.lac-order-tracking__dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: inherit;
  background: rgba(34, 78, 112, 0.32);
}

.lac-order-tracking__step strong {
  display: block;
  color: var(--lac-ink);
  font-size: 0.98rem;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.lac-order-tracking__step small {
  display: block;
  margin-top: 4px;
  color: var(--lac-ink-soft);
  font-size: 0.86rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.lac-order-tracking__step.is-complete .lac-order-tracking__dot,
.lac-order-tracking__step.is-current .lac-order-tracking__dot {
  background: var(--lac-gold);
}

.lac-order-tracking__step.is-complete .lac-order-tracking__dot::after {
  width: 10px;
  height: 6px;
  border-radius: 0;
  background: transparent;
  border-left: 2px solid var(--lac-green);
  border-bottom: 2px solid var(--lac-green);
  transform: rotate(-45deg) translate(1px, -1px);
}

.lac-order-tracking__step.is-current {
  border-color: rgba(255, 208, 58, 0.34);
  background: rgba(255, 251, 236, 0.94);
  box-shadow: 0 14px 26px rgba(255, 208, 58, 0.12);
}

.lac-order-tracking__step.is-current .lac-order-tracking__dot::after {
  background: var(--lac-orange);
}

.lac-order-tracking__meta {
  margin: 14px 0 0;
  color: var(--lac-ink-soft);
  font-size: 0.88rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}

.lac-quick-card__image img,
.lac-product-card__image img,
.lac-section-head__badge img,
.lac-product-sheet__visual img,
.lac-result-card__qr img {
  display: block;
  width: 100%;
  height: auto;
}

.lac-app-section,
.lac-search-empty {
  margin: 14px 14px 0;
  padding: 16px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(24, 55, 90, 0.08);
  box-shadow: 0 12px 28px rgba(24, 55, 90, 0.06);
}

.lac-app-section--guide {
  background:
    radial-gradient(circle at top right, rgba(255, 218, 89, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 240, 0.96));
}

.lac-app-section--plain,
.lac-app-section--catalog {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lac-guide-steps {
  display: grid;
  gap: 10px;
}

.lac-guide-step {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid rgba(24, 55, 90, 0.08);
}

.lac-guide-step:first-child {
  border-top: 0;
  padding-top: 0;
}

.lac-guide-step__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(23, 63, 99, 0.12), rgba(104, 189, 242, 0.18));
  color: var(--lac-green);
  font-weight: 800;
}

.lac-guide-step strong {
  display: block;
  font-size: 0.98rem;
}

.lac-guide-step p {
  margin: 4px 0 0;
  color: var(--lac-ink-soft);
  line-height: 1.55;
}

.lac-app-section--plain .lac-section-head,
.lac-app-section--catalog .lac-section-head {
  padding: 0 4px;
  margin-bottom: 12px;
}

.lac-search-empty h2,
.lac-section-head h2,
.lac-cart-sidebar__head h2,
.lac-sheet__header h2 {
  margin: 0;
}

.lac-app-section--guide .lac-section-head h2,
.lac-app-section--plain .lac-section-head h2,
.lac-search-empty h2,
.lac-cart-sidebar__head h2,
.lac-sheet__header h2 {
  font-size: 1.26rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.lac-app-section--catalog .lac-section-head h2 {
  font-size: clamp(1.84rem, 6.6vw, 2.52rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.lac-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.lac-section-link {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--lac-orange);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.lac-quick-row,
.lac-category-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.lac-quick-row::-webkit-scrollbar,
.lac-category-strip::-webkit-scrollbar {
  display: none;
}

.lac-quick-card {
  min-width: 156px;
  border-radius: 24px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(24, 55, 90, 0.06);
  box-shadow: 0 16px 32px rgba(24, 55, 90, 0.08);
  display: grid;
  gap: 12px;
  flex: 0 0 auto;
}

.lac-quick-card__image {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 240, 197, 0.85), rgba(255, 255, 255, 0.94));
}

.lac-quick-card__image img {
  height: 100%;
  object-fit: cover;
}

.lac-quick-card__body p,
.lac-product-card__copy > p {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lac-green);
}

.lac-quick-card__body h3,
.lac-product-card__copy h3,
.lac-product-sheet__title {
  margin: 6px 0 0;
  font-size: 1rem;
  line-height: 1.32;
}

.lac-quick-card__body strong,
.lac-product-card__meta strong,
.lac-product-form__summary strong,
.lac-checkout-form__total strong,
.lac-result-card__row strong,
.lac-cart-sidebar__row strong {
  display: block;
  margin-top: 8px;
  color: var(--lac-ink);
}

.lac-quick-card__button,
.lac-product-card__button {
  appearance: none;
  border: 0;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--lac-navy), var(--lac-green));
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 14px 30px rgba(34, 78, 112, 0.22);
}

.lac-quick-card__button:hover,
.lac-product-card__button:hover,
.lac-segmented__button:hover {
  transform: translateY(-1px);
}

.lac-category-strip {
  margin: 16px 14px 0;
  padding: 8px 10px;
  position: sticky;
  top: var(--lac-sticky-top, 74px);
  z-index: 7;
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(24, 55, 90, 0.08);
  box-shadow: 0 10px 24px rgba(24, 55, 90, 0.08);
  backdrop-filter: blur(14px);
}

.lac-category-strip__chip {
  appearance: none;
  border: 1px solid rgba(24, 55, 90, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: var(--lac-green);
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.lac-category-strip__chip.is-active {
  background: rgba(34, 78, 112, 0.08);
  color: var(--lac-ink);
  box-shadow: 0 12px 24px rgba(24, 55, 90, 0.08);
}

#lac-menu-catalog,
#lac-menu-featured,
.lac-app-section--plain,
.lac-app-section--catalog {
  scroll-margin-top: var(--lac-section-offset, 160px);
}

.lac-product-stack {
  display: grid;
  gap: 14px;
}

.lac-product-card {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(24, 55, 90, 0.06);
  box-shadow: 0 8px 22px rgba(24, 55, 90, 0.05);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 16px;
  align-items: start;
}

.lac-product-card--wide {
  background: rgba(255, 255, 255, 0.98);
}

.lac-product-card__description,
.lac-product-card__note {
  margin: 10px 0 0;
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--lac-ink-soft);
}

.lac-product-card__note {
  color: var(--lac-green);
}

.lac-product-card__meta {
  display: grid;
  justify-items: start;
  gap: 10px;
  margin-top: 14px;
}

.lac-product-card__meta strong {
  margin-top: 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.lac-product-card__button {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 15px;
}

.lac-product-card__image {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 248, 230, 0.94), rgba(255, 255, 255, 0.98));
}

.lac-product-card__image img {
  height: 100%;
  object-fit: cover;
}

.lac-section-head__badge {
  width: 74px;
  min-width: 74px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
}

.lac-cart-sidebar {
  display: none;
}

.lac-cart-sidebar__head p:last-child {
  margin-top: 8px;
}

.lac-cart-sidebar__items,
.lac-sheet__summary {
  display: grid;
  gap: 12px;
}

.lac-cart-sidebar__empty p {
  margin: 0;
  line-height: 1.68;
  color: var(--lac-ink-soft);
}

.lac-cart-item {
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 250, 241, 0.94);
  border: 1px solid rgba(24, 55, 90, 0.06);
  display: grid;
  gap: 10px;
}

.lac-cart-item__body h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.lac-cart-item__body p {
  margin: 0;
  color: var(--lac-ink-soft);
}

.lac-cart-item__addon {
  margin-top: 8px;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--lac-green);
}

.lac-cart-item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lac-cart-item__qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lac-cart-item__qty button,
.lac-cart-item__remove,
.lac-cart-sidebar__clear,
.lac-result-card__row--copy button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--lac-ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.lac-cart-item__qty button {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(34, 78, 112, 0.08);
}

.lac-cart-sidebar__footer {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.lac-cart-sidebar__row,
.lac-checkout-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lac-cart-sidebar__warning,
.lac-checkout-form__minimum,
.lac-checkout-form__error {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.65;
}

.lac-checkout-form__minimum.is-blocking,
.lac-checkout-form__error {
  color: #1f638f;
}

.lac-floating-cart {
  position: fixed;
  left: 50%;
  bottom: 86px;
  z-index: 1000;
  width: min(492px, calc(100vw - 16px));
  min-height: 68px;
  padding: 0 18px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.lac-floating-cart__copy {
  display: grid;
  gap: 4px;
  text-align: left;
}

.lac-floating-cart__copy small {
  font-size: 0.8rem;
  color: rgba(23, 50, 74, 0.76);
}

.lac-floating-cart__copy strong {
  font-size: 1.06rem;
  font-weight: 700;
}

.lac-floating-cart__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--lac-ink);
  font-weight: 700;
}

.lac-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 999;
  width: min(492px, calc(100vw - 16px));
  transform: translateX(-50%);
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(24, 55, 90, 0.08);
  box-shadow: 0 22px 42px rgba(24, 55, 90, 0.18);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  backdrop-filter: blur(18px);
}

.lac-bottom-nav__item {
  appearance: none;
  border: 0;
  min-height: 58px;
  border-radius: 16px;
  background: transparent;
  color: var(--lac-ink-soft);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  padding: 6px 4px;
  position: relative;
  isolation: isolate;
}

.lac-bottom-nav__icon {
  color: currentColor;
}

.lac-bottom-nav__icon svg {
  width: 21px;
  height: 21px;
}

.lac-bottom-nav__label {
  font-size: 0.72rem;
  line-height: 1.1;
}

.lac-bottom-nav__item.is-active {
  color: var(--lac-orange);
}

.lac-bottom-nav__item.is-active::before {
  content: "";
  position: absolute;
  inset: 2px 4px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 242, 203, 0.9), rgba(255, 255, 255, 0.2));
  z-index: -1;
}

.lac-sheet {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 10px 8px 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.28s ease;
}

.lac-sheet.is-hidden {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.lac-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 27, 40, 0.52);
  backdrop-filter: blur(10px);
}

.lac-sheet__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  max-height: min(90svh, 92vh);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(47, 134, 190, 0.56) rgba(23, 63, 99, 0.08);
  background:
    radial-gradient(circle at top center, rgba(255, 221, 96, 0.16), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #f8f0df 100%);
  background-clip: padding-box;
  border-radius: 32px 32px 0 0;
  box-shadow: 0 32px 80px rgba(15, 27, 40, 0.32);
  isolation: isolate;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.lac-sheet__dialog::-webkit-scrollbar {
  width: 12px;
}

.lac-sheet__dialog::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

.lac-sheet__dialog::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 3px solid transparent;
  background-clip: padding-box;
  background: linear-gradient(180deg, rgba(255, 216, 74, 0.88), rgba(47, 134, 190, 0.7));
}

.lac-sheet__dialog::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(255, 205, 26, 0.94), rgba(34, 78, 112, 0.76));
}

.lac-sheet__dialog::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.lac-sheet.is-hidden .lac-sheet__dialog {
  transform: translateY(28px);
  opacity: 0.95;
}

.lac-sheet__dialog--product {
  max-width: 520px;
  max-height: min(84svh, 84vh);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  overflow: hidden;
}

.lac-sheet__dialog--checkout {
  max-width: 560px;
}

.lac-sheet__grip {
  width: 48px;
  height: 4px;
  margin: 10px auto 4px;
  border-radius: 999px;
  background: rgba(24, 55, 90, 0.18);
}

.lac-sheet__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: rgba(24, 55, 90, 0.08);
  color: var(--lac-ink);
  font-size: 1.35rem;
  cursor: pointer;
}

.lac-product-sheet__visual {
  padding: 0 10px;
}

.lac-product-sheet__visual img {
  max-height: min(36svh, 320px);
  object-fit: cover;
  width: 100%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 246, 218, 0.94), rgba(255, 255, 255, 0.96));
}

.lac-product-sheet__content,
.lac-sheet__state {
  padding: 14px 14px calc(22px + env(safe-area-inset-bottom));
}

.lac-sheet__dialog--product .lac-product-sheet__content {
  overflow-y: auto;
  scrollbar-width: none;
}

.lac-sheet__dialog--product .lac-product-sheet__content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.lac-product-form,
.lac-checkout-form,
.lac-otp-form {
  display: grid;
  gap: 16px;
}

.lac-checkout-form {
  gap: 22px;
}

.lac-checkout-form__grid {
  display: grid;
  gap: 22px;
}

.lac-checkout-field {
  display: grid;
  gap: 10px;
}

.lac-product-form__label,
.lac-checkout-field span,
.lac-time-picker__head span {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.lac-checkout-field span {
  margin-bottom: 0;
}

.lac-size-options {
  display: grid;
  gap: 10px;
}

.lac-size-option {
  display: block;
  position: relative;
}

.lac-size-option__content {
  appearance: none;
  border: 1px solid rgba(24, 55, 90, 0.12);
  width: 100%;
  text-align: left;
  font: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  min-height: 58px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.lac-size-option__content::before,
.lac-size-option__content::after {
  content: none !important;
  display: none !important;
}

.lac-size-option__main {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.lac-size-option__indicator {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1.5px solid rgba(104, 189, 242, 0.46);
  background: rgba(255, 255, 255, 0.96);
}

.lac-size-option__main::before,
.lac-size-option__main::after,
.lac-size-option__indicator::before,
.lac-size-option__indicator::after,
.lac-size-option__content strong::before,
.lac-size-option__content strong::after {
  content: none !important;
  display: none !important;
}

.lac-size-option__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  color: var(--lac-green);
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.lac-size-option__content strong {
  font-size: 0.98rem;
  font-weight: 700;
}

.lac-size-option__price {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--lac-ink);
}

.lac-size-option__content.is-selected {
  border-color: rgba(239, 143, 29, 0.38);
  background: linear-gradient(180deg, rgba(255, 241, 193, 0.92), rgba(255, 255, 255, 0.98));
  box-shadow: 0 14px 28px rgba(255, 208, 58, 0.14);
}

.lac-size-option__content.is-selected .lac-size-option__indicator {
  border-color: rgba(104, 189, 242, 0.56);
  background: rgba(255, 255, 255, 1);
}

.lac-size-option__content.is-selected .lac-size-option__check {
  opacity: 1;
  transform: scale(1);
}

.lac-product-form__head {
  display: grid;
  gap: 6px;
}

.lac-product-form__hint,
.lac-topping-summary {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--lac-ink-soft);
}

.lac-topping-summary {
  color: var(--lac-green);
}

.lac-topping-options {
  display: grid;
  gap: 10px;
}

.lac-topping-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(24, 55, 90, 0.1);
  background: rgba(255, 255, 255, 0.92);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.lac-topping-option.is-active {
  border-color: rgba(239, 143, 29, 0.28);
  background: linear-gradient(180deg, rgba(255, 244, 203, 0.92), rgba(255, 255, 255, 0.98));
  box-shadow: 0 14px 30px rgba(255, 208, 58, 0.12);
}

.lac-topping-option__copy {
  min-width: 0;
}

.lac-topping-option__copy strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.34;
}

.lac-topping-option__copy span {
  display: block;
  margin-top: 4px;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--lac-ink-soft);
}

.lac-topping-option__qty {
  display: inline-grid;
  grid-template-columns: 34px auto 34px;
  align-items: center;
  gap: 8px;
}

.lac-topping-option__qty button {
  appearance: none;
  border: 0;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(34, 78, 112, 0.08);
  color: var(--lac-ink);
  font: inherit;
  font-size: 1.06rem;
  font-weight: 700;
  cursor: pointer;
}

.lac-topping-option__qty strong {
  min-width: 18px;
  text-align: center;
  font-size: 0.96rem;
  font-weight: 700;
}

.lac-qty-control {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 8px;
  align-items: center;
}

.lac-qty-control button {
  appearance: none;
  border: 0;
  min-height: 54px;
  border-radius: 18px;
  background: rgba(34, 78, 112, 0.08);
  color: var(--lac-ink);
  font: inherit;
  font-size: 1.3rem;
  font-weight: 700;
  cursor: pointer;
}

.lac-qty-control input {
  text-align: center;
}

.lac-product-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 4px;
}

.lac-sheet__dialog--product .lac-product-form__footer {
  position: sticky;
  bottom: -22px;
  margin: 8px -14px -22px;
  padding: 12px 14px calc(14px + env(safe-area-inset-bottom));
  background: rgba(255, 253, 249, 0.96);
  border-top: 1px solid rgba(24, 55, 90, 0.08);
  backdrop-filter: blur(16px);
}

.lac-product-form__summary span,
.lac-checkout-form__total span,
.lac-result-card__row span,
.lac-cart-sidebar__row span,
.lac-time-picker__head strong {
  display: block;
  color: var(--lac-ink-soft);
}

.lac-product-form__submit,
.lac-result-card__close {
  min-height: 54px;
  padding: 0 24px;
}

.lac-sheet__header {
  margin-bottom: 16px;
}

.lac-sheet__header h2 {
  font-size: clamp(1.9rem, 6vw, 2.7rem);
  line-height: 1.06;
}

.lac-sheet__header--result h2 {
  color: var(--lac-ink);
}

.lac-checkout-mode {
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(24, 55, 90, 0.08);
  box-shadow: 0 16px 34px rgba(24, 55, 90, 0.06);
}

.lac-checkout-field textarea {
  min-height: 112px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.lac-checkout-field__hint {
  display: block;
  margin-top: 8px;
  font-size: 0.88rem;
  line-height: 1.56;
  color: var(--lac-ink-soft);
}

.lac-time-picker {
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(24, 55, 90, 0.08);
  display: grid;
  gap: 14px;
}

.lac-time-picker__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.lac-time-picker__head strong {
  font-size: 0.92rem;
  text-align: right;
}

.lac-time-picker__chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lac-time-chip {
  appearance: none;
  border: 1px solid rgba(24, 55, 90, 0.1);
  min-height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--lac-ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.lac-time-chip.is-active {
  border-color: rgba(239, 143, 29, 0.24);
  background: linear-gradient(135deg, rgba(255, 233, 160, 0.96), rgba(255, 255, 255, 0.98));
  color: var(--lac-ink);
}

.lac-checkout-field--compact span {
  margin-bottom: 8px;
}

.lac-sheet__summary {
  margin-bottom: 16px;
}

.lac-checkout-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(24, 55, 90, 0.05);
}

.lac-checkout-summary__row span {
  display: grid;
  gap: 4px;
  color: var(--lac-ink-soft);
}

.lac-checkout-summary__row span strong {
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--lac-ink);
}

.lac-checkout-summary__row span small {
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--lac-green);
}

.lac-checkout-form__submit {
  min-height: 56px;
  font-family: var(--quaotea-font-sans, "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.lac-checkout-form__footer {
  position: sticky;
  bottom: -24px;
  margin: 8px -18px -24px;
  padding: 16px 18px calc(16px + env(safe-area-inset-bottom));
  background: rgba(255, 253, 249, 0.96);
  border-top: 1px solid rgba(24, 55, 90, 0.08);
  backdrop-filter: blur(16px);
}

.lac-otp-form__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lac-result-card {
  padding: 18px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(24, 55, 90, 0.08);
  box-shadow: 0 22px 42px rgba(24, 55, 90, 0.08);
}

.lac-result-card__qr {
  padding: 12px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.lac-result-card__qr img {
  width: 100%;
}

.lac-result-card__details {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.lac-result-card__row {
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(24, 55, 90, 0.12);
}

.lac-result-card__row strong {
  margin-top: 6px;
  line-height: 1.58;
}

.lac-result-order-list {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.lac-result-order-list__empty {
  margin: 0;
  color: var(--lac-ink-soft);
  line-height: 1.6;
}

.lac-result-order-item {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(24, 55, 90, 0.06);
}

.lac-result-order-item__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.lac-result-order-item__title {
  min-width: 0;
  flex: 1 1 auto;
}

.lac-result-order-item__title strong {
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 1.42;
}

.lac-result-order-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.lac-result-order-item__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(34, 78, 112, 0.08);
  color: var(--lac-ink);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}

.lac-result-order-item__badge--soft {
  background: rgba(255, 244, 212, 0.9);
  color: var(--lac-orange);
}

.lac-result-order-item__total {
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--lac-ink);
}

.lac-result-order-item__toppings {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.lac-result-order-item__topping {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px dashed rgba(24, 55, 90, 0.1);
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--lac-ink-soft);
}

.lac-result-order-item__topping strong {
  margin: 0;
  color: var(--lac-green);
  font-size: 0.88rem;
}

.lac-result-card__row--copy {
  display: grid;
  gap: 8px;
}

.lac-result-card__copy-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.lac-result-card__copy-value strong {
  margin-top: 0;
  min-width: 0;
  flex: 1 1 auto;
}

.lac-copy-button {
  appearance: none;
  border: 0;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  position: relative;
  overflow: hidden;
  line-height: 0;
  background: rgba(255, 244, 212, 0.9);
  color: var(--lac-orange);
  box-shadow: inset 0 0 0 1px rgba(239, 143, 29, 0.16);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.lac-copy-button:hover,
.lac-copy-button:focus-visible {
  background: rgba(255, 233, 160, 0.96);
  box-shadow: inset 0 0 0 1px rgba(239, 143, 29, 0.22), 0 10px 20px rgba(255, 208, 58, 0.16);
  outline: none;
}

.lac-copy-button:active {
  transform: scale(0.96);
}

.lac-copy-button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.lac-copy-button__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.lac-copy-button__icon--copy {
  opacity: 1;
  transform: scale(1);
}

.lac-copy-button__icon--check {
  opacity: 0;
  transform: scale(0.72);
}

.lac-copy-button.is-copied {
  background: rgba(232, 247, 255, 0.96);
  color: var(--lac-green);
  box-shadow: inset 0 0 0 1px rgba(104, 189, 242, 0.24), 0 10px 20px rgba(47, 134, 190, 0.14);
}

.lac-copy-button.is-copied .lac-copy-button__icon--copy {
  opacity: 0;
  transform: scale(0.72);
}

.lac-copy-button.is-copied .lac-copy-button__icon--check {
  opacity: 1;
  transform: scale(1);
}

.lac-result-card__footer {
  position: sticky;
  bottom: -24px;
  margin: 20px -18px -24px;
  padding: 16px 18px calc(16px + env(safe-area-inset-bottom));
  background: rgba(255, 253, 249, 0.96);
  border-top: 1px solid rgba(24, 55, 90, 0.08);
  display: grid;
  gap: 10px;
}

.lac-result-card__close {
  width: 100%;
}

.lac-result-card__tracking {
  text-decoration: none;
}

@media (min-width: 1100px) {
  body.lac-menu-shell > .relative.min-h-screen > header,
body.lac-menu-shell > .relative.min-h-screen > footer {
    display: block;
  }

  body.lac-menu-shell.resource-page .pageWrapper,
body.lac-menu-shell.resource-page #smooth-content,
body.lac-menu-shell.resource-page .mainContent {
    overflow: visible !important;
    transform: none !important;
    will-change: auto !important;
  }

  body.lac-menu-shell.resource-page .mainContent > .lac-app-page {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .lac-app-page {
    min-height: auto;
    background: transparent;
    width: 100%;
    max-width: none;
  }

  .lac-app-layout {
    width: min(1380px, calc(100vw - 80px));
    max-width: none;
    padding: clamp(8.5rem, 10vw, 10.5rem) 24px 56px;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
    justify-content: stretch;
    gap: 32px;
  }

  .lac-app-topbar {
    position: relative;
    top: auto;
    z-index: 1;
    padding: 0 0 18px;
    margin: 0 0 20px;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
  }

  .lac-app-topbar__row {
    align-items: flex-start;
  }

  .lac-app-brand img,
.lac-app-brand__logo,
.lac-app-topbar__actions {
    display: none;
  }

  .lac-app-brand__copy p {
    margin-bottom: 10px;
  }

  .lac-app-brand__copy strong {
    font-size: clamp(1.85rem, 2.2vw, 2.35rem);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.04em;
  }

  .lac-app-section--guide .lac-section-head h2,
.lac-app-section--plain .lac-section-head h2,
.lac-search-empty h2,
.lac-cart-sidebar__head h2 {
    font-size: clamp(1.18rem, 1.35vw, 1.5rem);
    line-height: 1.14;
    letter-spacing: -0.03em;
  }

  .lac-app-section--catalog .lac-section-head h2 {
    font-size: clamp(2.1rem, 2.7vw, 3rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
  }

  .lac-section-head__description,
.lac-cart-sidebar__head p:last-child,
.lac-search-empty p {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .lac-app-main {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .lac-app-main::before {
    display: none;
  }

  .lac-order-tracking,
.lac-mode-card,
.lac-toolbar,
.lac-app-section,
.lac-search-empty {
    margin-left: 0;
    margin-right: 0;
  }

  .lac-app-section--guide {
    margin-top: 18px;
  }

  .lac-order-tracking,
.lac-mode-card,
.lac-toolbar,
.lac-search-empty {
    box-shadow: 0 18px 42px rgba(24, 55, 90, 0.08);
  }

  .lac-category-strip {
    margin: 0 0 18px;
    border-radius: 20px;
    top: calc(var(--lac-sticky-top, 92px) + 8px);
    z-index: 24;
    background: rgba(255, 253, 248, 0.96);
  }

  .lac-app-section--plain .lac-product-stack,
.lac-app-section--catalog .lac-product-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .lac-product-card {
    grid-template-columns: minmax(0, 1fr) 116px;
    gap: 18px;
    padding: 18px;
    border-radius: 24px;
  }

  .lac-product-card__image {
    border-radius: 20px;
  }

  .lac-cart-sidebar {
    position: sticky;
    top: calc(var(--lac-sticky-top, 92px) + 12px);
    display: block;
    align-self: start;
    padding: 22px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(24, 55, 90, 0.08);
    box-shadow: var(--lac-shadow);
  }

  body.lac-menu-shell.search-menu-open .lac-app-topbar,
body.lac-menu-shell.menu-open .lac-app-topbar,
body.lac-menu-shell.search-menu-open .lac-category-strip,
body.lac-menu-shell.menu-open .lac-category-strip,
body.lac-menu-shell.search-menu-open .lac-cart-sidebar,
body.lac-menu-shell.menu-open .lac-cart-sidebar,
body.lac-menu-shell.resource-page #nav.search-menu-open ~ #smooth-content .lac-app-topbar,
body.lac-menu-shell.resource-page #nav.menu-open ~ #smooth-content .lac-app-topbar,
body.lac-menu-shell.resource-page #nav.search-menu-open ~ #smooth-content .lac-category-strip,
body.lac-menu-shell.resource-page #nav.menu-open ~ #smooth-content .lac-category-strip,
body.lac-menu-shell.resource-page #nav.search-menu-open ~ #smooth-content .lac-cart-sidebar,
body.lac-menu-shell.resource-page #nav.menu-open ~ #smooth-content .lac-cart-sidebar {
    display: none !important;
    z-index: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .lac-cart-sidebar__checkout {
    width: 100%;
    min-height: 64px;
    padding: 14px 24px;
    line-height: 1.35;
  }

  body.lac-menu-shell.resource-page .wpFooter {
    display: block;
    margin-top: 28px;
    position: relative;
    z-index: 1;
  }

  body.lac-menu-shell.resource-page .wpFooter .footer [data-animate-fade-up],
body.lac-menu-shell.resource-page .wpFooter .footer [data-animated] .social-menu,
body.lac-menu-shell.resource-page .wpFooter .footer [data-animated] .line-left,
body.lac-menu-shell.resource-page .wpFooter .footer [data-animated] .line-right {
    opacity: 1 !important;
    transform: none !important;
    background-position: 0% 50% !important;
  }

  body.lac-menu-shell.resource-page .wpFooter .footer [data-animated] .sun-image-container {
    opacity: 1 !important;
    transform: translate(-50%) scale(1) rotate(0) !important;
  }

  body.lac-menu-shell.resource-page .wpFooter .footer [data-animated] .logo-container {
    opacity: 1 !important;
    transform: translateY(0) scale(1) rotate(0) !important;
  }

  .lac-floating-cart,
.lac-bottom-nav {
    display: none;
  }
}

@media (min-width: 768px) {
  .lac-sheet {
    align-items: center;
    padding: 20px 16px;
  }

  .lac-sheet__dialog {
    width: min(720px, calc(100vw - 32px));
    margin: 0;
    border-radius: 32px;
  }

  .lac-sheet__dialog--product {
    width: min(520px, calc(100vw - 32px));
  }

  .lac-product-sheet__visual {
    padding: 0 18px;
  }

  .lac-product-form__footer,
.lac-checkout-form__footer {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .lac-product-card {
    grid-template-columns: minmax(0, 1fr) 90px;
  }

  .lac-sheet__dialog {
    scrollbar-width: none;
  }

  .lac-sheet__dialog::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

@media (max-width: 640px) {
  .lac-app-topbar__row {
    flex-direction: column;
    align-items: stretch;
  }

  .lac-app-topbar__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .lac-mode-card__row {
    align-items: stretch;
  }

  .lac-toolbar {
    grid-template-columns: 1fr;
  }

  .lac-time-picker__head,
.lac-product-form__footer,
.lac-checkout-form__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .lac-time-picker__head strong {
    text-align: left;
  }

  .lac-product-form__submit,
.lac-checkout-form__submit {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .lac-sheet {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lac-app-layout {
    width: 100%;
    max-width: none;
    padding-left: 4px;
    padding-right: 4px;
  }

  .lac-app-main {
    border-radius: 28px;
  }

  .lac-app-topbar,
.lac-order-tracking,
.lac-mode-card,
.lac-toolbar,
.lac-app-section,
.lac-search-empty,
.lac-product-sheet__content,
.lac-sheet__state {
    margin-left: 8px;
    margin-right: 8px;
    width: auto;
  }

  .lac-app-topbar {
    margin-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .lac-order-tracking,
.lac-mode-card,
.lac-toolbar,
.lac-app-section,
.lac-search-empty {
    padding: 14px;
  }

  .lac-app-section--catalog .lac-section-head h2 {
    font-size: clamp(1.54rem, 5.9vw, 1.98rem);
  }

  .lac-category-strip {
    margin: 16px 8px 0;
    padding: 7px 8px;
  }

  .lac-floating-cart,
.lac-bottom-nav {
    width: calc(100vw - 10px);
  }

  .lac-product-sheet__visual {
    padding-left: 8px;
    padding-right: 8px;
  }

  .lac-sheet__dialog {
    border-radius: 28px 28px 0 0;
  }
}
