:root {
  --ink: #173f35;
  --ink-2: #285c4e;
  --ink2: #285c4e;
  --muted: #66746f;
  --cream: #fbf8ef;
  --paper: #ffffff;
  --line: #dfe7e2;
  --gold: #d89f4b;
  --danger: #a64038;
  --shadow: 0 18px 50px rgba(23, 63, 53, .12);
  color-scheme: light;
  font-family: Inter, "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { min-width: 320px; scroll-behavior: smooth; }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.hidden { display: none !important; }
.catalog-slow-help { margin:14px 0;padding:16px;border:1px solid #f0d8a8;border-radius:14px;background:#fff9ed;color:#5d4930;display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:.9rem }
.catalog-slow-help strong { width:100%;color:#3f3020 }
.catalog-slow-help button,.catalog-slow-help a { border:1px solid #b88a3d;border-radius:9px;background:#fff;color:#684b1c;padding:8px 12px;font:700 .82rem inherit;text-decoration:none;cursor:pointer }

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-height: 76px;
  padding: 12px max(22px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid rgba(23, 63, 53, .1);
  background: rgba(251, 248, 239, .94);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
}
.brand-mark img { width: 100%; height: 100%; object-fit: contain; background: #fff; }

.brand span:last-child { min-width: 0; }
.brand strong, .brand small { display: block; }
.brand strong { overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.brand small { color: var(--muted); font-size: 11px; }

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 43px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  padding: 8px 10px 8px 17px;
  font-weight: 750;
  cursor: pointer;
}

.cart-button b {
  display: grid;
  min-width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 12px;
}

main { width: 100%; padding-bottom: 72px; }
body.has-cart main { padding-bottom: 185px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 40px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 72px 26px 54px;
}
.hero > div { max-width: 860px; }

.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.hero h1 + p {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
}
.hero .store-shipping-promise {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 18px 0 0;
  border: 1px solid color-mix(in srgb, var(--gold) 55%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--gold) 14%, #fff);
  padding: 9px 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; margin-top: 28px; }
.hero-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 999px; background: var(--ink); padding: 11px 21px; color: #fff; font-size: 13px; font-weight: 750; text-decoration: none; }
.hero-actions > span { color: var(--muted); font-size: 12px; }

.hero-stat {
  display: flex;
  flex-direction: column;
  min-width: 205px;
  border-left: 2px solid var(--gold);
  padding: 9px 0 9px 18px;
}

.hero-stat strong { font-size: 13px; }
.hero-stat span { color: var(--muted); font-size: 12px; }

.catalog-tools,
.catalog-section,
.order-status-page {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 26px;
  padding-left: 26px;
}

.catalog-tools {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
}

.predictive-search {
  position: relative;
  flex: 1 1 420px;
  min-width: 0;
}

.search {
  display: flex;
  width: 100%;
  align-items: center;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(23, 63, 53, .05);
  padding: 0 15px;
}

.predictive-search:focus-within .search { border-color: color-mix(in srgb, var(--ink) 55%, #fff); box-shadow: 0 10px 30px rgba(23, 63, 53, .11); }
.search-suggestions {
  position: absolute;
  z-index: 80;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: min(460px, 62vh);
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  padding: 7px;
  box-shadow: 0 22px 54px rgba(18, 54, 45, .18);
}
.search-suggestion-heading { padding: 8px 10px 6px; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.search-suggestion {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  width: 100%;
  align-items: center;
  gap: 11px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  padding: 8px;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.search-suggestion:hover, .search-suggestion.active { background: color-mix(in srgb, var(--ink) 7%, #fff); }
.search-suggestion-media { display: grid; width: 50px; height: 50px; overflow: hidden; place-items: center; border-radius: 10px; background: #f4f2e9; color: var(--muted); font-size: 9px; text-align: center; }
.search-suggestion-media img { width: 100%; height: 100%; object-fit: cover; }
.search-suggestion-copy { min-width: 0; }
.search-suggestion-copy strong, .search-suggestion-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-suggestion-copy strong { font-size: 13px; }
.search-suggestion-copy small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.search-suggestion > b { font-size: 13px; white-space: nowrap; }
.recent-search-chip { margin: 4px; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 8px 12px; color: var(--ink); cursor: pointer; }
.recent-search-chip:hover, .recent-search-chip.active { border-color: var(--ink); background: color-mix(in srgb, var(--ink) 7%, #fff); }
.search-no-results-help { margin: 3px 10px 10px; color: var(--muted); font-size: 12px; }

.search > span { color: var(--muted); font-size: 25px; line-height: 1; }
.search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; padding: 15px 11px; color: var(--ink); }
.search input::placeholder { color: #87938f; }

.category-list {
  display: flex;
  flex: 1 1 auto;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0;
  scrollbar-width: none;
}

.category-list::-webkit-scrollbar { display: none; }
.category-chip {
  flex: 0 0 auto;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 9px 15px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.category-chip.active { border-color: var(--ink); background: var(--ink); color: #fff; }

.saved-products-button {
  display: inline-flex; min-height: 42px; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 999px;
  background: #fff; padding: 7px 10px; color: var(--ink); font: inherit; font-size: 12px; font-weight: 750; cursor: pointer;
}
.saved-products-button > span { color: #a14654; font-size: 20px; line-height: 1; }
.saved-products-button > i { display: grid; min-width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #f4e9d3; font-size: 10px; font-style: normal; }
.saved-products-button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.saved-products-button.active > span { color: #f0b5be; }

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(29px, 4vw, 42px); font-weight: 500; line-height: 1.05; }
.section-heading > span { color: var(--muted); font-size: 12px; white-space: nowrap; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding-bottom: 46px;
}

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(23, 63, 53, .06);
}

.product-save-button {
  position: absolute; z-index: 2; top: 10px; right: 10px; display: grid; width: 38px; height: 38px; place-items: center;
  border: 1px solid rgba(23, 63, 53, .15); border-radius: 50%; background: rgba(255,255,255,.94); box-shadow: 0 5px 15px rgba(23,63,53,.12);
  color: #8a3444; font-size: 21px; line-height: 1; cursor: pointer;
}
.product-save-button.active { background: #fff0f2; color: #b12643; }

.product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eee9df;
}
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }

.product-info { display: flex; flex: 1; min-width: 0; flex-direction: column; padding: 17px; }
.product-category { margin-bottom: 5px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-info h3 { margin: 0; overflow-wrap: anywhere; font-size: 15px; line-height: 1.3; }
.product-info > p {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 17px; }
.price strong, .price small { display: block; }
.price strong { font-size: 17px; }
.price small { color: var(--muted); font-size: 10px; }
.add-button {
  flex: 0 0 auto;
  min-height: 38px;
  border: 0;
  border-radius: 11px;
  background: var(--ink);
  color: #fff;
  padding: 9px 12px;
  font-size: 11px;
  font-weight: 750;
  cursor: pointer;
}
.add-button:disabled { opacity: .45; cursor: not-allowed; }
.product-code { display: block; margin-top: 8px; }

.status, .cart-empty {
  border: 1px dashed #cbd7d1;
  border-radius: 18px;
  background: rgba(255, 255, 255, .55);
  padding: 32px;
  color: var(--muted);
  text-align: center;
}

.backdrop { position: fixed; z-index: 60; inset: 0; background: rgba(10, 31, 26, .48); backdrop-filter: blur(3px); }

.floating-checkout {
  position: fixed;
  z-index: 50;
  right: 50%;
  bottom: max(14px, env(safe-area-inset-bottom));
  display: grid;
  width: min(680px, calc(100vw - 28px));
  transform: translateX(50%);
  grid-template-columns: minmax(0, 1fr) minmax(150px, .7fr);
  gap: 8px;
  border: 1px solid rgba(23, 63, 53, .16);
  border-radius: 19px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 18px 55px rgba(10, 31, 26, .24);
  padding: 8px;
  backdrop-filter: blur(16px);
}
.floating-cart-summary { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 12px; border: 0; border-radius: 13px; background: #f4f1e8; padding: 10px 14px; color: var(--muted); cursor: pointer; }
.floating-cart-summary span { font-size: 12px; }
.floating-cart-summary b { color: var(--ink); font-size: 15px; }
.floating-cart-summary strong { color: var(--ink); font-size: 16px; }
.floating-checkout-button { min-height: 48px; border: 0; border-radius: 13px; background: var(--ink); padding: 11px 22px; color: #fff; font-size: 14px; font-weight: 800; cursor: pointer; }
.floating-shipping-offer { display: grid; grid-column: 1 / -1; gap: 6px; padding: 2px 8px 3px; }
.floating-shipping-offer strong { color: var(--ink); font-size: 12px; line-height: 1.2; text-align: center; }
.floating-shipping-progress { height: 5px; overflow: hidden; border-radius: 999px; background: #e4e9e5; }
.floating-shipping-progress i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--gold); transition: width .25s ease; }
.floating-shipping-offer.unlocked strong { color: #15704f; }
.floating-shipping-offer.unlocked .floating-shipping-progress i { background: #2d9b70; }

.whatsapp-support-fab {
  position: fixed;
  z-index: 49;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 9px;
  border: 2px solid rgba(255, 255, 255, .92);
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 14px 36px rgba(12, 84, 48, .28);
  color: #fff;
  padding: 11px 16px 11px 13px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: bottom .2s ease, transform .2s ease, box-shadow .2s ease;
}
.whatsapp-support-fab:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(12, 84, 48, .34); }
.whatsapp-support-fab svg { width: 28px; height: 28px; flex: 0 0 28px; fill: currentColor; }
body.has-cart .whatsapp-support-fab { bottom: max(136px, calc(env(safe-area-inset-bottom) + 122px)); }
body.order-page .whatsapp-support-fab { display: none; }

.cart-drawer {
  position: fixed;
  z-index: 70;
  top: 0;
  right: 0;
  display: flex;
  width: min(440px, 100vw);
  height: 100dvh;
  transform: translateX(105%);
  flex-direction: column;
  background: #fff;
  box-shadow: -24px 0 70px rgba(10, 31, 26, .2);
  transition: transform .25s ease;
}
.cart-drawer.open { transform: translateX(0); }
.drawer-head, .checkout-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 23px 24px; border-bottom: 1px solid var(--line); }
.drawer-head h2, .checkout-head h2 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.drawer-actions { display: flex; align-items: center; gap: 9px; }
.clear-cart-button { min-height: 38px; border: 1px solid #e4bbb5; border-radius: 999px; background: #fff7f5; padding: 8px 13px; color: var(--danger); font-size: 11px; font-weight: 750; cursor: pointer; }
.clear-cart-button:disabled { opacity: .55; cursor: wait; }
.icon-button { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 25px; line-height: 1; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; padding: 6px 24px; }
.cart-empty { margin: 24px; }
.cart-empty strong, .cart-empty span { display: block; }
.cart-empty span { margin-top: 5px; font-size: 12px; }
.cart-line { display: flex; align-items: start; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); padding: 18px 0; }
.cart-line > div:first-child { min-width: 0; }
.cart-line strong, .cart-line small { display: block; }
.cart-line strong { overflow-wrap: anywhere; font-size: 14px; }
.cart-line small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.line-price { flex: 0 0 auto; font-size: 13px; font-weight: 750; }
.qty-control { display: inline-flex; align-items: center; gap: 4px; margin-top: 10px; border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.cart-line-actions { display: flex; align-items: center; gap: 11px; margin-top: 10px; }
.cart-line-actions .qty-control { margin-top: 0; }
.remove-line-button, .save-line-button { border: 0; background: transparent; padding: 7px 3px; font-size: 11px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.remove-line-button { color: var(--danger); }
.save-line-button { color: var(--ink); }
.save-line-button:disabled { opacity: .45; cursor: not-allowed; }
.qty-control button { display: grid; width: 27px; height: 27px; place-items: center; border: 0; border-radius: 50%; background: #f0f4f2; cursor: pointer; }
.qty-control span { min-width: 22px; text-align: center; font-size: 12px; font-weight: 700; }
.cart-footer { border-top: 1px solid var(--line); background: #fffdf8; padding: 20px 24px max(24px, env(safe-area-inset-bottom)); }
.total-row { display: flex; justify-content: space-between; gap: 20px; margin: 6px 0; color: var(--muted); font-size: 13px; }
.total-row strong { color: var(--ink); }
.total-row.grand { margin-top: 13px; border-top: 1px solid var(--line); padding-top: 13px; color: var(--ink); font-size: 16px; }
.cart-footer small { display: block; margin-top: 10px; color: var(--muted); text-align: center; font-size: 10px; }
.checkout-assurance { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 13px; color: var(--muted); }
.checkout-assurance > span:first-child { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: #e8f1ed; color: var(--ink); font-weight: 800; }
.checkout-assurance strong, .checkout-assurance small { display: block; margin: 0; text-align: left; }
.checkout-assurance strong { color: var(--ink); font-size: 11px; }
.checkout-assurance small { color: var(--muted); font-size: 9px; }
.modal-assurance { margin-top: 14px; }

.primary-button, .primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
  padding: 13px 20px;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.primary-button { margin-top: 16px; }
.primary-button:disabled { opacity: .6; cursor: wait; }

.checkout-modal {
  position: fixed;
  z-index: 80;
  top: 50%;
  left: 50%;
  width: min(720px, calc(100vw - 28px));
  max-height: min(900px, calc(100dvh - 28px));
  overflow-y: auto;
  transform: translate(-50%, -50%);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}
.checkout-modal form { padding: 22px 24px 26px; }
.native-autofill-note { margin: 0 0 16px; border-radius: 12px; background: #eef5f2; padding: 10px 12px; color: var(--ink-2); font-size: 11px; line-height: 1.45; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.field-grid label { min-width: 0; color: var(--ink-2); font-size: 11px; font-weight: 750; }
.field-grid label > span { color: var(--muted); font-weight: 500; }
.field-grid .wide { grid-column: 1 / -1; }
.field-grid input, .field-grid select {
  display: block;
  width: 100%;
  min-height: 46px;
  margin-top: 6px;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: 0;
  background: #fff;
  padding: 11px 13px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}
.field-grid input:focus, .field-grid select:focus { border-color: var(--ink-2); box-shadow: 0 0 0 3px rgba(40, 92, 78, .1); }
.checkout-total { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; border-radius: 16px; background: #f7f3e9; padding: 18px; }
.checkout-total span { color: var(--muted); font-size: 13px; }
.checkout-total strong { font-size: 22px; }
.recovery-consent { display: flex; align-items: flex-start; gap: 10px; margin: 13px 3px 0; color: var(--muted); font-size: 11px; line-height: 1.45; cursor: pointer; }
.recovery-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 1px; accent-color: var(--primary); }
.payment-note { margin: 11px 8px 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-error { margin-top: 14px; border: 1px solid #efc0ba; border-radius: 12px; background: #fff1ef; padding: 12px; color: var(--danger); font-size: 12px; }
.coupon-cart-saving { color: #167149; }
.coupon-cart-saving b { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.coupon-checkout { margin-top: 18px; border: 1px solid #b9ddce; border-radius: 16px; background: linear-gradient(135deg, #f4fbf8, #eaf7f1); padding: 16px; }
.coupon-heading { display: flex; align-items: center; gap: 11px; }
.coupon-heading strong { display: block; color: var(--ink); }
.coupon-heading p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.coupon-mark { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 15px; font-weight: 850; }
.coupon-controls { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; margin-top: 14px; }
.coupon-controls input { min-width: 0; border: 1px solid #a8cfc0; border-radius: 10px; background: #fff; padding: 10px 12px; color: var(--ink); font-size: 14px; font-weight: 750; text-transform: uppercase; }
.coupon-controls button { border: 1px solid var(--ink); border-radius: 10px; background: var(--ink); padding: 10px 14px; color: #fff; font-size: 12px; font-weight: 750; cursor: pointer; }
.coupon-controls #removeCoupon { border-color: #d9a9a2; background: #fff; color: var(--danger); }
.coupon-controls button:disabled { opacity: .55; cursor: wait; }
.coupon-saving { display: flex; justify-content: space-between; margin-top: 12px; border-top: 1px dashed #a8cfc0; padding-top: 11px; color: #167149; font-size: 13px; }

.loyalty-checkout { margin-top: 18px; border: 1px solid #e8d4a7; border-radius: 16px; background: linear-gradient(135deg, #fffaf0, #f7f0dc); padding: 16px; }
.loyalty-heading { display: flex; align-items: center; gap: 11px; }
.loyalty-heading strong { display: block; color: var(--ink); }
.loyalty-heading p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.loyalty-star { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #f0d28c; color: #6d4a0c; }
.loyalty-controls { display: flex; align-items: end; gap: 10px; margin-top: 14px; }
.loyalty-controls label { flex: 1; color: var(--ink-2); font-size: 11px; font-weight: 700; }
.loyalty-controls input { display: block; width: 100%; margin-top: 5px; border: 1px solid #dac28e; border-radius: 10px; background: #fff; padding: 10px 12px; font-size: 14px; font-weight: 600; }
.loyalty-controls button { border: 1px solid var(--ink); border-radius: 10px; background: #fff; padding: 10px 13px; color: var(--ink); font-size: 12px; font-weight: 700; cursor: pointer; }
.loyalty-saving { display: flex; justify-content: space-between; margin-top: 12px; border-top: 1px dashed #dac28e; padding-top: 11px; color: #6d4a0c; font-size: 13px; }

.order-status-page { margin-top: 54px; margin-bottom: 54px; }
.order-card { position: relative; max-width: 680px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(180deg, #fff, #fffdf7); box-shadow: 0 24px 70px rgba(23, 63, 53, .12); padding: 48px; text-align: center; }
.order-celebration { display: flex; height: 18px; justify-content: center; gap: 45px; margin-bottom: 13px; color: var(--gold); font-size: 15px; }
.order-icon { display: grid; width: 70px; height: 70px; margin: 0 auto 18px; place-items: center; border-radius: 50%; background: #e5f2ec; color: var(--ink); font-size: 34px; }
.order-card h1 { margin: 0; font-family: Georgia, serif; font-size: 44px; font-weight: 500; line-height: 1.08; }
.order-card > p:not(.eyebrow) { max-width: 520px; margin: 14px auto 0; color: var(--muted); }
.order-card dl { max-width: 490px; margin: 26px auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 10px 0; }
.order-card dl div { display: flex; justify-content: space-between; gap: 20px; margin: 10px 4px; }
.order-card dt { color: var(--muted); font-size: 13px; }
.order-card dd { margin: 0; font-weight: 700; text-align: right; }
.order-card .primary-link { max-width: 320px; margin: 18px auto 0; }
.order-trust { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 18px; margin: 18px 0 4px; color: var(--muted); font-size: 11px; }
.support-link { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; border: 1px solid #20b858; border-radius: 999px; background: #effcf4; padding: 10px 17px; color: #14753a; font-size: 13px; font-weight: 800; text-decoration: none; }
.support-link svg { width: 22px; height: 22px; fill: currentColor; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: max(96px, calc(env(safe-area-inset-bottom) + 82px)); max-width: calc(100vw - 32px); transform: translateX(-50%); border-radius: 999px; background: #102e26; box-shadow: var(--shadow); padding: 12px 18px; color: #fff; font-size: 13px; font-weight: 700; text-align: center; }

@media (max-width: 1040px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-tools { align-items: stretch; flex-direction: column; }
  .predictive-search { flex-basis: auto; }
  .search-suggestions { position: fixed; top: 128px; right: 12px; left: 12px; max-height: min(480px, 62vh); }
}

@media (max-width: 760px) {
  .topbar { min-height: 66px; padding: 10px 16px; }
  .brand-mark { flex-basis: 38px; width: 38px; height: 38px; border-radius: 12px; font-size: 19px; }
  .brand small { display: none; }
  .cart-button { min-height: 40px; }
  .hero { grid-template-columns: 1fr; gap: 24px; padding: 42px 18px 36px; }
  .hero h1 { font-size: clamp(43px, 14vw, 65px); }
  .hero h1 + p { margin-top: 16px; font-size: 15px; }
  .hero-actions { margin-top: 22px; }
  .hero-stat { min-width: 0; }
  .catalog-tools, .catalog-section, .order-status-page { padding-right: 14px; padding-left: 14px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .product-card { border-radius: 16px; }
  .coupon-controls { grid-template-columns: minmax(0, 1fr) auto; }
  .coupon-controls #removeCoupon { grid-column: 1 / -1; }
  .product-info { padding: 12px; }
  .product-info h3 { font-size: 13px; }
  .product-info > p { -webkit-line-clamp: 2; font-size: 10px; }
  .product-bottom { align-items: stretch; flex-direction: column; padding-top: 12px; }
  .add-button { width: 100%; }
  .featured-section { margin-right: 12px; margin-left: 12px; }
  .checkout-modal { top: auto; bottom: 0; width: 100%; max-height: 94dvh; transform: translateX(-50%); border-width: 1px 0 0; border-radius: 24px 24px 0 0; }
  .loyalty-controls { align-items: stretch; flex-direction: column; }
  .loyalty-controls button { width: 100%; }
  .order-status-page { margin-top: 24px; padding: 12px; }
  .order-card { padding: 34px 20px; }
  .order-card h1 { font-size: 34px; }
  .order-trust { display: grid; }
  .order-card dl div { margin: 9px 2px; }
}

@media (max-width: 460px) {
  .cart-button > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .cart-button { padding-left: 10px; }
  .saved-products-button { padding: 7px 9px; }
  .saved-products-button > b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .section-heading { align-items: start; }
  .section-heading h2 { font-size: 28px; }
  .product-code { font-size: 9px; }
  .price strong { font-size: 15px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-grid .wide { grid-column: auto; }
  .checkout-modal form { padding-right: 18px; padding-left: 18px; }
  .floating-checkout { bottom: max(9px, env(safe-area-inset-bottom)); width: calc(100vw - 18px); grid-template-columns: minmax(0, 1fr) minmax(124px, .72fr); border-radius: 17px; }
  .floating-cart-summary { padding-right: 11px; padding-left: 11px; }
  .floating-checkout-button { padding-right: 16px; padding-left: 16px; }
  .whatsapp-support-fab { width: 56px; min-height: 56px; justify-content: center; padding: 0; }
  .whatsapp-support-fab span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  body.has-cart .whatsapp-support-fab { bottom: max(137px, calc(env(safe-area-inset-bottom) + 126px)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
.topbar-actions{display:flex;align-items:center;gap:10px}.account-button{display:flex;align-items:center;gap:7px;border:1px solid #d7e0da;border-radius:999px;background:#fff;color:var(--ink);padding:10px 14px;text-decoration:none;font-size:13px}.account-button span{font-size:18px}.account-button b{white-space:nowrap}@media(max-width:600px){.account-button{width:42px;height:42px;justify-content:center;padding:0}.account-button b{display:none}}
.saved-address-picker{display:block;margin:0 0 14px;padding:13px;border-radius:13px;background:#edf6f1;color:var(--ink);font-size:13px;font-weight:750}.saved-address-picker select{display:block;width:100%;margin-top:7px;border:1px solid #cbd8d1;border-radius:10px;background:#fff;padding:11px;color:#18332c}
