:root {
  color-scheme: light;
  --color-date: #4B2E1F;
  --color-sand: #F8D8BE;
  --color-honey: #C89146;
  --color-palm: #5E7A45;
  --color-cream: #FAF6EE;
  --color-card: #FFFDF8;
  --color-ink: #1F1A16;

  --border-soft: rgba(75, 46, 31, 0.18);
  --border-muted: rgba(75, 46, 31, 0.12);
  --text-muted: rgba(31, 26, 22, 0.68);
  --text-soft: rgba(75, 46, 31, 0.72);
  --danger: #8A2F1D;
  --focus-ring: rgba(200, 145, 70, 0.18);
  font-family: "IBM Plex Sans Arabic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  min-height: 100vh;
  margin: 0;
  background-color: #FAF6EE;
  background-image: url("../assets/market/background-fallback.webp");
  background-size: 3000px 3000px;
  background-position: center top;
  background-repeat: repeat;
  color: var(--color-ink);
  font-family: "IBM Plex Sans Arabic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
textarea {
  font: inherit;
}

button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

.app-shell {
  width: min(100%, 480px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 16px;
  background: var(--color-cream);
  border-inline: 1px solid var(--border-muted);
}

body.market-page-body {
  --market-tamr: #4B2E1F;
  --market-asali: #C89146;
  --market-nakhl: #5E7A45;
  --market-cream: #FAF6EE;
  --market-raml: #E8D8BE;
  --market-fahm: #1F1A16;
  direction: rtl;
  background-color: #4B2E1F;
  background-image: none;
  font-family: "IBM Plex Sans Arabic", system-ui, sans-serif;
}

body.market-page-body .app-shell {
  max-width: 480px;
  min-height: 100vh;
  margin-inline: auto;
  background-color: #E8D8BE;
}

body.market-page-body .app-shell,
body.market-page-body .market-controls,
body.market-page-body .families-section,
body.market-page-body .families-grid,
body.market-page-body .market-footer {
  background-color: #E8D8BE;
}

body.market-page-body .market-header-intro,
body.market-page-body .market-sticky-header {
  border-bottom: 2px solid #C89146;
  background-color: #4B2E1F;
}

body.market-page-body .market-header-intro {
  position: relative;
  overflow: hidden;
  padding: 14px 12px 0;
}

body.market-page-body .market-header-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.20;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='100' viewBox='0 0 60 100'%3E%3Cdefs%3E%3Cpattern id='palm' x='0' y='0' width='60' height='100' patternUnits='userSpaceOnUse'%3E%3Cline x1='30' y1='100' x2='30' y2='40' stroke='%23E8D8BE' stroke-width='1.5'/%3E%3Cpath d='M30,40 Q50,20 65,10' stroke='%23E8D8BE' stroke-width='1' fill='none'/%3E%3Cpath d='M30,45 Q55,30 70,25' stroke='%23E8D8BE' stroke-width='1' fill='none'/%3E%3Cpath d='M30,50 Q52,42 62,45' stroke='%23E8D8BE' stroke-width='1' fill='none'/%3E%3Cpath d='M30,40 Q10,20 -5,10' stroke='%23E8D8BE' stroke-width='1' fill='none'/%3E%3Cpath d='M30,45 Q5,30 -10,25' stroke='%23E8D8BE' stroke-width='1' fill='none'/%3E%3Cpath d='M30,50 Q8,42 -2,45' stroke='%23E8D8BE' stroke-width='1' fill='none'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='60' height='100' fill='url(%23palm)'/%3E%3C/svg%3E");
  background-position: center bottom;
  background-repeat: repeat;
  background-size: 70px 110px;
}

body.market-page-body .market-header-top {
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 74px;
  gap: 0;
  padding: 6px 58px 8px;
}

body.market-page-body .market-header-top .site-header__brand {
  flex: 0 1 auto;
  justify-content: center;
  width: 100%;
  gap: 0;
  text-align: center;
}

body.market-page-body .market-header-top .site-header__brand > div {
  min-width: 0;
}

body.market-page-body .market-header-top .site-header__logo {
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  width: 64px;
  height: 64px;
  flex-basis: auto;
  padding: 0;
  box-sizing: border-box;
  object-fit: contain;
  transform: translateY(-50%) scale(1.2);
  transform-origin: center;
}

body.market-page-body .market-header-top .market-share-button {
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  border-color: rgba(200, 145, 70, 0.5);
  background: rgba(250, 246, 238, 0.12);
  color: #FAF6EE;
  transform: translateY(-50%);
}

body.market-page-body .market-header-top .market-install-button {
  position: absolute;
  inset-inline-end: 0;
  top: calc(50% + 26px);
  z-index: 2;
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  border-color: rgba(200, 145, 70, 0.5);
  background: rgba(250, 246, 238, 0.12);
  color: #FAF6EE;
}

body.market-page-body .market-header-stats {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin-top: 6px;
  padding: 4px 0 2px;
}

body.market-page-body .market-sticky-header {
  display: none !important;
}

body.market-page-body:has(.market-sticky-header.is-collapsed) .market-sticky-header {
  display: none !important;
}

body.market-page-body .market-header-collapsed {
  background-color: #4B2E1F;
}

body.market-page-body .site-header__title {
  color: #FAF6EE;
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

body.market-page-body .site-header__tagline {
  margin-top: 3px;
  text-align: center;
}

body.market-page-body .site-header__tagline,
body.market-page-body .market-header-stats,
body.market-page-body .market-header-stats span,
body.market-page-body .market-header-stats .market-hero__stat strong,
body.market-page-body .market-header-stats .market-hero__stat span {
  color: #C89146;
}

body.market-page-body .market-header-stats .market-hero__stat {
  border: 1px solid rgba(200, 145, 70, 0.4);
  border-radius: 8px;
  color: #C89146;
  padding: 2px 7px;
}

body.market-page-body .search-box input {
  border: 1.5px solid #C89146;
  background-color: #FAF6EE;
}

body.market-page-body .market-controls--expanded,
body.market-page-body .market-controls--expanded[hidden] {
  position: relative;
  z-index: 1;
  display: block !important;
  margin: 16px -12px 0;
  border-top: 2px solid #C89146;
  background-color: #4B2E1F;
  padding: 12px 12px 14px;
}

body.market-page-body .category-row {
  direction: rtl;
  justify-content: flex-start;
}

body.market-page-body .category-row .category-button {
  direction: rtl;
}

body.market-page-body .category-button {
  border: 1.5px solid #4B2E1F;
  background: #FAF6EE;
  color: #4B2E1F;
}

body.market-page-body .category-button.active {
  border: 1.5px solid #4B2E1F;
  background: #4B2E1F;
  color: #FAF6EE;
}

body.market-page-body .section-heading h2,
body.market-page-body .family-title {
  color: #1F1A16;
  font-weight: 700;
}

body.market-page-body .section-heading span,
body.market-page-body .family-summary {
  color: #4B2E1F;
  opacity: 0.6;
}

body.market-page-body .families-section {
  padding-top: 6px;
}

body.market-page-body .family-card {
  border: 1.5px solid #4B2E1F;
  background: #FAF6EE;
}

body.market-page-body .family-image {
  border-bottom: 1.5px solid #4B2E1F;
  background: #E0CDB0;
}

body.market-page-body .store-link {
  border-color: #4B2E1F;
  background: #4B2E1F;
  color: #FAF6EE;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 56px;
  margin: -16px -16px 4px;
  border-bottom: 1px solid rgba(75, 46, 31, 0.18);
  background: #FAF6EE;
  box-shadow: none;
}

.site-header__inner {
  max-width: 430px;
  height: 56px;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  width: 100%;
}

.site-header__brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
}

.site-header__logo {
  width: 56px;
  height: 56px;
  border-radius: 0;
  flex: 0 0 56px;
  object-fit: contain;
  transform: none;
}

.site-header__brand strong,
.site-header__brand span {
  display: block;
}

.site-header__title {
  color: #4B2E1F;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.08;
  margin: 0;
}

.site-header__tagline {
  color: rgba(75, 46, 31, 0.64);
  font-size: 11px;
  line-height: 1.2;
  margin: 0;
}

.store-site-header {
  justify-content: initial;
}

.market-sticky-header {
  position: sticky;
  top: 0;
  z-index: 60;
  box-sizing: border-box;
  margin: 0 -16px 0;
  border-bottom: 1px solid rgba(75, 46, 31, 0.18);
  background: #FAF6EE;
  box-shadow: none;
  overflow: hidden;
}

.market-header-intro,
.market-header-expanded,
.market-header-collapsed {
  box-sizing: border-box;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.market-header-intro {
  margin-top: -16px;
  padding: 6px 12px 4px;
}

.market-header-top,
.market-header-compact-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.market-header-expanded {
  position: relative;
  padding: 6px 12px 7px;
}

.market-header-top {
  gap: 10px;
}

.market-sticky-header .site-header__brand {
  gap: 6px;
}

.market-sticky-header .site-header__logo {
  width: 52px;
  height: 52px;
  flex-basis: 52px;
}

.market-sticky-header .site-header__title {
  font-size: 18px;
  font-weight: 900;
}

.market-sticky-header .site-header__tagline {
  font-size: 11px;
}

.market-header-stats {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 58px 4px 0;
  color: var(--color-date);
  scrollbar-width: none;
}

.market-header-stats::-webkit-scrollbar {
  display: none;
}

.market-header-stats .market-hero__stat {
  min-height: 0;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 3px;
  padding: 0;
  color: var(--color-date);
  font-size: 0.8rem;
  line-height: 1.3;
}

.market-header-stats .market-hero__stat + .market-hero__stat {
  border-inline-start: 0;
}

.market-header-stats .market-hero__stat strong {
  color: var(--color-date);
  font-size: inherit;
  font-weight: 900;
  line-height: inherit;
}

.market-header-stats .market-hero__stat span {
  color: rgba(75, 46, 31, 0.62);
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.market-header-collapsed {
  position: relative;
  opacity: 1;
  padding: 6px 10px 6px;
  pointer-events: auto;
  transform: translateY(0);
}

.is-scrolled .market-header-expanded {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
}

.is-scrolled .market-header-collapsed {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.market-sticky-header.is-collapsed .market-header-expanded {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
}

.market-sticky-header.is-collapsed .market-header-collapsed {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-header__brand--compact {
  flex: 0 0 auto;
  gap: 4px;
  max-width: 120px;
}

.site-header__brand--compact .site-header__logo {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

.site-header__brand--compact .site-header__title {
  max-width: 64px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-header-compact-row {
  gap: 7px;
}

.market-share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid rgba(75, 46, 31, 0.1);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.74);
  color: #4B2E1F;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
}

.market-install-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid rgba(75, 46, 31, 0.1);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.74);
  color: #4B2E1F;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
}

.market-install-button[hidden] {
  display: none !important;
}

.market-share-button svg,
.market-install-button svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.market-install-button .install-icon {
  width: 22px;
  height: 22px;
}

.install-modal[hidden] {
  display: none !important;
}

.install-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
}

.install-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(34, 24, 18, 0.46);
}

.install-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 360px);
  border: 1px solid rgba(200, 145, 70, 0.35);
  border-radius: 8px;
  background: #FFFDF8;
  color: #4B2E1F;
  padding: 20px;
  text-align: center;
  box-shadow: 0 12px 34px rgba(34, 24, 18, 0.18);
}

.install-modal__close {
  position: absolute;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(75, 46, 31, 0.1);
  border-radius: 50%;
  background: #FAF6EE;
  color: #6F5642;
  font: inherit;
  line-height: 1;
  cursor: pointer;
}

.install-modal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  border: 1px solid rgba(200, 145, 70, 0.35);
  border-radius: 50%;
  background: #FAF6EE;
  color: #C89146;
}

.install-modal__icon svg {
  width: 28px;
  height: 28px;
}

.install-modal__panel h2 {
  margin: 0 0 6px;
  font-size: 1.12rem;
  line-height: 1.45;
}

.install-modal__panel p {
  margin: 0 0 16px;
  color: #6F5642;
  font-size: 0.94rem;
  line-height: 1.75;
}

.install-modal__steps {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  text-align: start;
}

.install-modal__steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  border: 1px solid rgba(200, 145, 70, 0.18);
  border-radius: 8px;
  background: #FAF6EE;
  padding: 8px 10px;
  color: #4B2E1F;
  line-height: 1.55;
}

.install-modal__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 50%;
  background: #C89146;
  color: #FFFDF8;
  font-size: 0.82rem;
  font-weight: 700;
}

.install-modal__confirm {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #C89146;
  color: #FFFDF8;
  padding: 0 18px;
  font: inherit;
  cursor: pointer;
}

.install-nudge[hidden] {
  display: none !important;
}

.install-nudge {
  position: fixed;
  inset-inline: 12px;
  inset-block-end: max(12px, env(safe-area-inset-bottom));
  z-index: 70;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 430px;
  margin-inline: auto;
  border: 1px solid rgba(200, 145, 70, 0.34);
  border-radius: 8px;
  background: #FFFDF8;
  color: #4B2E1F;
  box-shadow: 0 12px 32px rgba(34, 24, 18, 0.16);
  padding: 12px 12px 12px 42px;
}

.install-nudge__close {
  position: absolute;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(75, 46, 31, 0.1);
  border-radius: 50%;
  background: #FAF6EE;
  color: #6F5642;
  font: inherit;
  line-height: 1;
  cursor: pointer;
}

.install-nudge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(200, 145, 70, 0.35);
  border-radius: 50%;
  background: #FAF6EE;
  color: #C89146;
}

.install-nudge__icon svg {
  width: 24px;
  height: 24px;
}

.install-nudge__content {
  min-width: 0;
  flex: 1;
}

.install-nudge__content strong {
  display: block;
  margin: 0 0 3px;
  font-size: 0.96rem;
  line-height: 1.45;
}

.install-nudge__content p {
  margin: 0 0 9px;
  color: #6F5642;
  font-size: 0.84rem;
  line-height: 1.55;
}

.install-nudge__action {
  min-height: 34px;
  border: 0;
  border-radius: 8px;
  background: #C89146;
  color: #FFFDF8;
  padding: 0 14px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 680px) {
  .install-nudge {
    display: none !important;
  }
}

body.market-page-body .app-shell {
  padding-block-end: calc(112px + env(safe-area-inset-bottom));
}

body.market-page-body .families-section {
  scroll-margin-top: 88px;
}

.install-nudge {
  inset-block-end: calc(100px + env(safe-area-inset-bottom));
}

.mobile-bottom-nav {
  position: fixed;
  left: 50%;
  right: auto;
  inset-block-end: max(8px, env(safe-area-inset-bottom));
  z-index: 65;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  width: min(calc(100% - 16px), 460px);
  min-height: 68px;
  border: 1px solid rgba(200, 145, 70, 0.28);
  border-radius: 18px;
  background: #4B2E1F;
  color: #FAF6EE;
  box-shadow: 0 10px 24px rgba(31, 26, 22, 0.28);
  padding: 5px 6px calc(5px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  direction: rtl;
  transform: translateX(-50%);
}

.mobile-bottom-nav__item {
  display: inline-flex;
  min-width: 0;
  min-height: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(250, 246, 238, 0.86);
  padding: 4px 2px;
  font: inherit;
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mobile-bottom-nav__item svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  color: #E4B368;
}

.mobile-bottom-nav__item span {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.mobile-bottom-nav__item:focus-visible {
  outline: 2px solid #E4B368;
  outline-offset: 2px;
}

.mobile-bottom-nav__item--primary {
  justify-content: flex-start;
  color: #FFFDF8;
  transform: translateY(-8px);
}

.mobile-bottom-nav__primary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid #4B2E1F;
  border-radius: 50%;
  background: #C89146;
  color: #FFFDF8;
  box-shadow: 0 8px 18px rgba(31, 26, 22, 0.28);
}

.mobile-bottom-nav__primary-icon svg {
  width: 23px;
  height: 23px;
  color: currentColor;
}

.market-share-feedback {
  margin: -4px 0 10px;
  color: var(--color-palm);
  font-size: 0.88rem;
  text-align: center;
}

.market-share-fallback {
  margin: -4px 0 10px;
  overflow-wrap: anywhere;
  border: 1px dashed var(--border-soft);
  border-radius: 8px;
  background: var(--color-card);
  color: var(--text-muted);
  padding: 10px;
  direction: ltr;
  text-align: left;
  font-size: 0.86rem;
}

.market-hero {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  padding: 6px 14px 2px;
  text-align: center;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  opacity: 0.16;
}

.market-hero::after {
  display: none;
}

.topbar,
.hero-content {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  background: var(--color-cream);
  border-bottom: 1px solid var(--border-muted);
}

.brand-mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: var(--color-honey);
  color: var(--color-cream);
  font-weight: 800;
}

.brand-label {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.hero-content {
  display: grid;
  justify-items: center;
  min-height: 0;
  padding: 0;
}

.market-hero__logo {
  display: none;
  width: min(260px, 78vw);
  height: auto;
  margin: 0 auto 16px;
}

.market-hero__logo,
.market-hero__tagline,
.market-hero__title,
.market-hero__description {
  display: none !important;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--color-honey);
  font-size: 0.92rem;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 12px;
  color: var(--color-date);
  font-size: clamp(2rem, 10vw, 3.4rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

h2,
h3 {
  color: var(--color-date);
  font-weight: 700;
}

.market-hero__description {
  max-width: 340px;
  margin: 0 auto 10px;
  color: rgba(31, 26, 22, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.market-hero__stats {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(75, 46, 31, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: #FFFDF8;
  color: #4B2E1F;
  box-shadow: none;
}

.market-hero__stat {
  min-height: 52px;
  padding: 5px 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.market-hero__stat + .market-hero__stat {
  border-inline-start: 1px solid rgba(75, 46, 31, 0.09);
}

.market-hero__stat strong {
  display: block;
  color: #4B2E1F;
  direction: ltr;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
  unicode-bidi: isolate;
}

.market-hero__stat span {
  display: block;
  color: rgba(75, 46, 31, 0.5);
  font-size: 10.8px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.market-controls {
  padding: 4px 0 0;
}

.market-controls--expanded {
  padding-top: 3px;
}

.search-box {
  display: block;
  min-width: 0;
}

.search-box input {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  outline: none;
  background: #FFFFFF;
  color: var(--color-ink);
  padding: 12px 14px;
  line-height: 1.35;
}

.search-box--compact {
  flex: 1 1 auto;
}

.search-box--compact input {
  min-height: 34px;
  padding: 7px 10px;
  font-size: 0.82rem;
}

.search-box input::placeholder,
textarea::placeholder {
  color: rgba(75, 46, 31, 0.45);
}

.search-box input:focus,
.delivery-location-field textarea:focus,
.cart-note-field textarea:focus {
  border-color: var(--color-honey);
  outline: 2px solid var(--focus-ring);
  outline-offset: 0;
}

.category-row {
  display: flex;
  direction: ltr;
  justify-content: flex-start;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 0 1px;
  scrollbar-width: none;
}

.category-row::-webkit-scrollbar {
  display: none;
}

.category-button {
  min-width: max-content;
  height: 36px;
  border: 1px solid rgba(75, 46, 31, 0.14);
  border-radius: 8px;
  background: #FFFDF8;
  color: var(--color-date);
  padding: 0 12px;
  cursor: pointer;
  font-size: 0.9rem;
}

.category-button.active {
  border-color: rgba(75, 46, 31, 0.14);
  background: #F8D8BE;
  color: var(--color-date);
  font-weight: 800;
}

.category-row--compact {
  gap: 6px;
  padding-top: 6px;
}

.category-row--compact .category-button {
  height: 30px;
  padding: 0 10px;
  font-size: 0.78rem;
}

.homepage-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 8px;
  width: min(100%, 360px);
  max-width: 100%;
  margin: 4px auto 8px;
  padding: 2px 8px 0;
  overflow: visible;
  direction: rtl;
  box-sizing: border-box;
}

.homepage-shortcuts[hidden] {
  display: none;
}

.homepage-shortcut {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  background: transparent;
  color: var(--color-date);
  padding: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  box-sizing: border-box;
}

.homepage-shortcut:visited,
.homepage-shortcut:hover,
.homepage-shortcut:active,
.homepage-shortcut:focus {
  color: var(--color-date);
  text-decoration: none;
}

.homepage-shortcut__visual,
.homepage-shortcut-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 5px;
  border: 1px solid rgba(75, 46, 31, 0.16);
  border-radius: 50%;
  background: #FFFDF8;
  color: var(--color-date);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
}

.homepage-shortcut__visual img,
.homepage-shortcut-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-shortcut-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.homepage-shortcut__label {
  display: block;
  width: 100%;
  max-width: 74px;
  overflow-wrap: anywhere;
  color: rgba(75, 46, 31, 0.86);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.shortcut-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 16px 12px;
  direction: rtl;
}

.shortcut-modal[hidden] {
  display: none;
}

.shortcut-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(31, 26, 22, 0.58);
  cursor: pointer;
}

.shortcut-modal__panel {
  position: relative;
  display: flex;
  width: min(430px, calc(100vw - 24px));
  max-width: min(430px, calc(100vw - 24px));
  max-height: calc(100dvh - 64px);
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  background: var(--color-cream);
  padding: 12px;
  box-shadow: 0 14px 34px rgba(31, 26, 22, 0.2);
}

.shortcut-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.shortcut-modal__header h2 {
  margin: 0;
  color: var(--color-date);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.35;
}

.shortcut-modal__close {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: var(--color-card);
  color: var(--color-date);
  font-size: 1.05rem;
  font-weight: 900;
  cursor: pointer;
}

.shortcut-modal__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-height: 0;
  max-height: calc(100dvh - 174px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-inline-end: 2px;
}

.shortcut-modal-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  align-items: center;
  border: 1px solid var(--border-muted);
  border-radius: 14px;
  background: var(--color-card);
  padding: 10px;
}

.shortcut-modal-card__image {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: var(--color-sand);
  color: var(--color-date);
  font-weight: 900;
}

.shortcut-modal-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shortcut-modal-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.shortcut-modal-card__body h3,
.shortcut-modal-card__store {
  margin: 0;
}

.shortcut-modal-card__body h3 {
  color: var(--color-date);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.3;
}

.shortcut-modal-card__store {
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.shortcut-modal-card__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.shortcut-modal-card__prices strong {
  color: var(--color-date);
  font-size: 0.86rem;
}

.shortcut-modal-card__prices span {
  color: rgba(75, 46, 31, 0.54);
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: line-through;
}

.shortcut-modal-card__link,
.shortcut-modal__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid var(--color-palm);
  border-radius: 8px;
  background: var(--color-palm);
  color: var(--color-cream);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  padding: 0 10px;
  cursor: pointer;
}

.shortcut-modal__empty {
  margin: 10px 0 0;
  border: 1px solid var(--border-muted);
  border-radius: 14px;
  background: var(--color-card);
  color: var(--text-muted);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 14px 12px;
  text-align: center;
}

.shortcut-modal__more {
  width: 100%;
  margin-top: 10px;
}

body.has-shortcut-modal {
  overflow: hidden;
}

.families-section {
  padding: 0 0 24px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 6px;
}

.section-heading h2 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
}

.section-heading span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(75, 46, 31, 0.14);
  border-radius: 8px;
  background: #FFFDF8;
  color: rgba(75, 46, 31, 0.72);
  font-size: 0.86rem;
  font-weight: 800;
  padding: 0 8px;
}

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

.families-load-more {
  display: flex;
  justify-content: center;
  gap: 6px;
  min-height: 24px;
  margin: 12px 0 0;
}

.families-load-more[hidden] {
  display: none;
}

.families-load-more span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-date);
  opacity: 0.45;
  animation: families-load-more-pulse 0.95s ease-in-out infinite;
}

.families-load-more span:nth-child(2) {
  animation-delay: 0.12s;
}

.families-load-more span:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes families-load-more-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }

  50% {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}

.family-card {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-card);
}

.family-image {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 1.15 / 1;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--border-muted);
  border-radius: 0;
  background: var(--color-sand);
  color: var(--color-date);
  font-weight: 800;
}

.family-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.family-body {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding: 10px;
  text-align: start;
}

.family-card-header {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 8px;
  direction: rtl;
}

.family-logo {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--border-muted);
  border-radius: 12px;
  background: var(--color-sand);
  color: var(--color-date);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

.family-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.family-logo-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.family-title-block {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 5px;
}

.family-title-row {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: flex-start;
  gap: 6px;
  direction: rtl;
}

.family-title {
  display: -webkit-box;
  min-width: 0;
  margin: 0;
  flex: 1 1 auto;
  overflow: hidden;
  color: var(--color-date);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
  max-height: 2.7em;
  text-overflow: clip;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.market-page-body .family-title {
  display: -webkit-box;
  overflow: hidden;
  max-height: 2.7em;
  text-overflow: clip;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.family-meta {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  overflow: hidden;
}

.family-meta span {
  display: inline-flex;
  min-width: 0;
  min-height: 24px;
  max-width: 100%;
  flex: 0 1 auto;
  align-items: center;
  border: 1px solid var(--border-muted);
  border-radius: 8px;
  background: var(--color-cream);
  color: var(--color-date);
  padding: 2px 6px;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.family-new-badge {
  flex: 0 0 auto;
  min-height: 22px;
  border: 1px solid #1f9d55;
  border-radius: 999px;
  background: #1f9d55;
  color: #ffffff;
  padding: 4px 10px;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.family-new-badge--overlay {
  position: absolute;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  z-index: 2;
  min-height: 20px;
  padding: 4px 9px;
  box-shadow: 0 6px 14px rgba(31, 26, 22, 0.14);
  pointer-events: none;
}

.family-meta-overflow {
  flex: 0 0 auto;
}

.family-meta .family-new-badge {
  border-color: #1f9d55;
  background: #1f9d55;
  color: #ffffff;
}

.family-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.store-link,
.empty-state button,
.add-product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid var(--color-palm);
  border-radius: 8px;
  background: var(--color-palm);
  color: var(--color-cream);
  font-weight: 800;
  text-decoration: none;
  padding: 0 12px;
  cursor: pointer;
}

.store-link {
  width: 100%;
  min-height: 32px;
  align-self: stretch;
  margin-top: auto;
  border-color: var(--color-date);
  background: var(--color-date);
  color: var(--color-cream);
  padding: 0 10px;
  font-size: 0.86rem;
}

.store-link:hover {
  border-color: #3B2418;
  background: #3B2418;
}

.empty-state button:hover,
.add-product-button:hover,
.cart-next-button:not(:disabled):hover {
  border-color: #4F6A39;
  background: #4F6A39;
}

.empty-state {
  display: block;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 4px 0 12px;
  text-align: start;
}

.empty-state p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.empty-state button {
  display: none;
}

.market-footer {
  padding: 4px 0 22px;
  text-align: center;
}

.market-footer a {
  color: rgba(75, 46, 31, 0.68);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.error-message,
.cart-error {
  border: 1px solid rgba(138, 47, 29, 0.18);
  border-radius: 8px;
  background: rgba(138, 47, 29, 0.08);
  color: var(--danger);
  padding: 14px;
  text-align: center;
}

.store-shell {
  padding-bottom: 28px;
}

.store-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0 14px;
  color: var(--text-muted);
}

.market-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  flex: 0 0 auto;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-card);
  color: var(--color-date);
  text-decoration: none;
  padding: 0 14px;
}

.store-profile {
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-sand);
}

.store-cover {
  min-height: 170px;
  background-position: center;
  background-size: cover;
}

.store-profile-body {
  padding: 18px;
}

.store-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.store-meta-row span,
.order-type-row span {
  min-height: 28px;
  border: 1px solid rgba(94, 122, 69, 0.25);
  border-radius: 8px;
  background: rgba(94, 122, 69, 0.12);
  color: var(--color-palm);
  padding: 4px 9px;
  font-size: 0.86rem;
}

.store-profile h1 {
  margin-bottom: 12px;
  color: var(--color-date);
  font-weight: 800;
}

.store-profile p {
  margin-bottom: 16px;
  color: var(--text-muted);
  line-height: 1.8;
}

.order-type-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pickup-schedule {
  margin-top: 12px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-card);
  color: var(--text-soft);
  padding: 9px 10px;
  font-size: 0.9rem;
  font-weight: 800;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.share-store-button {
  min-height: 38px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-card);
  color: var(--color-date);
  font-weight: 800;
  padding: 0 12px;
  cursor: pointer;
}

.share-feedback {
  color: var(--color-palm);
  font-size: 0.88rem;
}

.share-fallback {
  margin-top: 10px;
  overflow-wrap: anywhere;
  border: 1px dashed var(--border-soft);
  border-radius: 8px;
  background: var(--color-card);
  color: var(--text-muted);
  padding: 10px;
  direction: ltr;
  text-align: left;
  font-size: 0.86rem;
}

.social-links-section {
  margin-top: 16px;
}

.social-links-section h2 {
  margin-bottom: 8px;
  color: var(--color-date);
  font-size: 1rem;
}

.social-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-link-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(122, 78, 41, 0.32);
  border-radius: 999px;
  background: #fffdf8;
  color: #4a2a18;
  text-decoration: none;
  padding: 0;
  font-size: 0;
}

.social-link-chip:hover {
  background: rgba(200, 145, 70, 0.16);
  color: #4a2a18;
}

.social-link-chip:focus-visible {
  outline: 2px solid rgba(200, 145, 70, 0.65);
  outline-offset: 2px;
}

.social-link-icon {
  display: block;
  width: 18px;
  height: 18px;
  color: #4a2a18;
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: none;
}

.social-link-icon path,
.social-link-icon rect,
.social-link-icon circle {
  fill: none;
  stroke: #4a2a18;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.products-section {
  padding-top: 18px;
}

.products-list {
  display: grid;
  gap: 12px;
}

.product-card {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 12px;
  min-height: 138px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-card);
  padding: 10px;
}

.product-card.unavailable {
  background: rgba(75, 46, 31, 0.04);
  opacity: 0.78;
}

.product-card.featured {
  border-color: rgba(200, 145, 70, 0.45);
}

.product-card--linked {
  border-color: var(--color-honey);
  background: #FFFDF8;
}

.product-image {
  display: grid;
  min-height: 118px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--border-muted);
  border-radius: 8px;
  background: var(--color-sand);
  color: var(--color-date);
  font-weight: 800;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-body {
  display: grid;
  min-width: 0;
  align-content: space-between;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}

.featured-badge {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(200, 145, 70, 0.35);
  border-radius: 8px;
  background: var(--color-sand);
  color: var(--color-date);
  padding: 3px 8px;
  font-size: 0.82rem;
  font-weight: 900;
}

.product-title {
  margin: 2px 0 8px;
  color: var(--color-date);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.4;
}

.product-description {
  margin-bottom: 12px;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.unavailable-message {
  margin: 0 0 10px;
  color: rgba(75, 46, 31, 0.72);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.6;
}

.product-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.product-price {
  color: var(--color-date);
  font-weight: 800;
}

.product-variant-panel {
  width: 100%;
  margin-top: 10px;
  border: 1px solid rgba(200, 145, 70, 0.28);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.82);
  padding: 8px;
}

.product-variant-panel[hidden] {
  display: none;
}

.product-variant-title {
  display: block;
  margin-bottom: 6px;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.product-variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-variant-option {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  border: 1px solid rgba(200, 145, 70, 0.26);
  border-radius: 8px;
  background: var(--color-card);
  color: var(--color-date);
  padding: 4px 7px;
  font-size: 0.78rem;
  font-weight: 800;
}

.product-variant-option input {
  accent-color: var(--color-honey);
}

.product-variant-hint {
  margin: 6px 0 0;
  color: #9A3B2F;
  font-size: 0.76rem;
  font-weight: 900;
}

.availability-chip {
  min-height: 30px;
  border: 1px solid rgba(94, 122, 69, 0.25);
  border-radius: 8px;
  background: rgba(94, 122, 69, 0.12);
  color: var(--color-palm);
  padding: 5px 10px;
  font-size: 0.86rem;
  font-weight: 800;
}

.product-card.unavailable .availability-chip {
  border: 1px solid rgba(75, 46, 31, 0.12);
  background: rgba(75, 46, 31, 0.08);
  color: rgba(75, 46, 31, 0.55);
}

.add-product-button {
  min-height: 32px;
  font-size: 0.86rem;
}

.product-share-button,
.product-inquiry-button {
  min-height: 32px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-card);
  color: var(--color-date);
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0 10px;
  cursor: pointer;
}

.product-inquiry-button {
  border-color: rgba(94, 122, 69, 0.28);
  color: var(--color-palm);
}

.product-share-fallback {
  margin-top: 8px;
  overflow-wrap: anywhere;
  border: 1px dashed var(--border-soft);
  border-radius: 8px;
  background: var(--color-cream);
  color: var(--text-muted);
  padding: 8px;
  direction: ltr;
  text-align: left;
  font-size: 0.82rem;
}

.store-shell {
  padding: 10px 10px 24px;
}

.store-site-header {
  height: 40px;
  margin: -10px -10px 6px;
}

.store-site-header .site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 6px;
  height: 40px;
  max-width: 480px;
  padding: 0 8px;
}

.store-site-header .site-header__brand {
  display: none;
}

.store-breadcrumb {
  min-width: 0;
  color: var(--text-muted);
  line-height: 1.1;
  text-align: center;
}

.store-breadcrumb span,
.store-breadcrumb strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-breadcrumb span {
  font-size: 0.68rem;
  font-weight: 800;
}

.store-breadcrumb strong {
  margin-top: 1px;
  color: var(--color-date);
  font-size: 0.78rem;
  font-weight: 900;
}

.store-site-header .market-back-link,
.store-site-header .share-store-button--top {
  min-height: 30px;
  padding: 0 9px;
  font-size: 0.78rem;
}

.store-site-header .share-store-button--top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.store-shell .store-profile {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  min-height: 112px;
  margin: 0 0 6px;
}

.store-shell .store-cover {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.store-shell .store-profile-body {
  display: grid;
  align-content: center;
  gap: 5px;
  min-width: 0;
  padding: 10px;
}

.store-shell .store-meta-row {
  order: 3;
  flex-wrap: nowrap;
  gap: 5px;
  margin: 0;
  overflow: hidden;
}

.store-shell .store-meta-row span,
.store-shell .order-type-row span {
  min-height: 22px;
  max-width: 100%;
  overflow: hidden;
  padding: 2px 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.72rem;
}

.store-shell .store-profile h1 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}

.store-shell .store-profile p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.store-shell .order-type-row {
  gap: 5px;
  margin-top: 2px;
}

.store-shell .pickup-schedule {
  margin-top: 2px;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0.72rem;
  line-height: 1.35;
}

.store-shell .store-actions {
  min-height: 18px;
  margin: 0;
  gap: 4px;
}

.store-shell .store-actions .share-store-button {
  display: none;
}

.store-shell .share-feedback {
  font-size: 0.72rem;
}

.store-shell .share-fallback {
  margin-top: 4px;
  padding: 7px;
  font-size: 0.72rem;
}

.store-shell .social-links-section {
  display: block;
  margin-top: 6px;
}

.store-shell .social-links-section h2 {
  margin-bottom: 6px;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.store-shell .social-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 100%;
}

.store-shell .social-link-chip {
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 0;
  line-height: 1.2;
}

.store-shell .social-link-icon {
  width: 15px;
  height: 15px;
}

.store-shell .products-section {
  padding-top: 6px;
}

.store-shell .products-section .section-heading {
  margin-bottom: 6px;
}

.store-shell .products-section .section-heading h2 {
  font-size: 0.95rem;
}

.store-shell .products-section .section-heading span {
  min-height: 22px;
  padding: 0 7px;
  font-size: 0.72rem;
}

.store-shell .products-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.store-shell .product-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 0;
  padding: 7px;
}

.store-shell .product-image {
  width: 100%;
  min-height: 0;
  aspect-ratio: 1 / 0.78;
}

.store-shell .product-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  align-content: initial;
  padding-top: 6px;
}

.store-shell .product-badges {
  gap: 4px;
  margin: 0;
}

.store-shell .featured-badge {
  min-height: 20px;
  padding: 1px 5px;
  font-size: 0.68rem;
}

.store-shell .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.3;
}

.store-shell .product-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.35;
}

.store-shell .unavailable-message {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.35;
}

.store-shell .product-footer {
  align-items: center;
  gap: 4px;
  margin-top: auto;
  padding-top: 4px;
}

.store-shell .product-price {
  font-size: 0.82rem;
  font-weight: 900;
}

.store-shell .availability-chip {
  min-height: 22px;
  padding: 2px 5px;
  font-size: 0.68rem;
}

.store-shell .add-product-button {
  width: 30px;
  height: 30px;
  min-height: 30px;
  margin-inline-start: auto;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1;
}

.store-shell .product-actions {
  gap: 4px;
  margin-top: 4px;
}

.store-shell .product-share-button,
.store-shell .product-inquiry-button {
  min-height: 24px;
  padding: 0 6px;
  font-size: 0.68rem;
}

.store-shell .product-share-fallback {
  margin-top: 4px;
  padding: 6px;
  font-size: 0.68rem;
}

.store-shell .cart-panel {
  margin-top: 10px;
  padding: 10px;
}

.store-shell .store-profile {
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: start;
  min-height: 0;
}

.store-shell .store-cover {
  width: 70px;
  height: 70px;
  align-self: start;
  justify-self: center;
  margin-top: 10px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
}

.store-shell .store-cover[hidden] + .store-profile-body {
  grid-column: 1 / -1;
}

.store-shell .store-profile-body {
  align-content: start;
  min-height: 92px;
}

.store-info-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 6px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-card);
  padding: 6px 7px;
}

.store-info-strip[hidden] {
  display: none;
}

.store-info-strip .order-type-row {
  display: flex;
  flex: 0 1 auto;
  gap: 5px;
  margin: 0;
}

.store-info-strip .pickup-schedule {
  flex: 1 1 130px;
  min-width: 0;
  margin: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 0.72rem;
  line-height: 1.35;
}

.store-site-header {
  height: 44px;
  margin: -10px -10px 4px;
}

.store-site-header .site-header__inner {
  display: grid;
  direction: ltr;
  grid-template-columns: 36px 1fr 36px;
  align-items: center;
  gap: 0;
  height: 44px;
  max-width: 480px;
  padding: 0 10px;
}

.store-header-spacer {
  display: none;
}

.store-site-header .site-header__brand {
  display: inline-flex;
  grid-column: 3;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 0;
  text-decoration: none;
}

.store-site-header .site-header__brand > div {
  display: none;
}

.store-site-header .site-header__logo {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.store-breadcrumb {
  grid-column: 2;
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--text-muted);
  direction: rtl;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-breadcrumb span,
.store-breadcrumb strong {
  display: inline;
  overflow: visible;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-overflow: clip;
  white-space: inherit;
}

.store-breadcrumb span::after {
  content: " > ";
}

.store-breadcrumb strong {
  margin: 0;
}

.store-site-header .share-store-button--top {
  grid-column: 1;
  display: inline-grid;
  width: 34px;
  height: 34px;
  min-height: 34px;
  place-items: center;
  overflow: hidden;
  padding: 0;
  font-size: 0;
  line-height: 1;
}

.store-site-header .share-store-button--top::before {
  content: none;
}

.store-site-header .share-store-button--top svg {
  display: block;
  width: 17px;
  height: 17px;
}

.store-shell .store-profile {
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  min-height: 96px;
  max-height: 108px;
  margin-bottom: 4px;
  overflow: hidden;
}

.store-shell .store-cover {
  display: grid;
  width: 54px;
  height: 54px;
  min-height: 0;
  place-items: center;
  justify-self: center;
  margin-top: 0;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  color: var(--color-date);
  font-size: 1rem;
  font-weight: 900;
}

.store-shell .store-cover[hidden] {
  display: grid;
}

.store-shell .store-cover[hidden] + .store-profile-body {
  grid-column: auto;
}

.store-shell .store-profile-body {
  gap: 3px;
  min-height: 0;
  padding: 10px 10px 10px 4px;
}

.store-shell .store-profile h1 {
  font-size: 0.92rem;
  line-height: 1.18;
}

.store-shell .store-profile p {
  -webkit-line-clamp: 1;
  font-size: 0.72rem;
  line-height: 1.3;
}

.store-shell .store-meta-row {
  gap: 4px;
}

.store-shell .store-meta-row span {
  min-height: 18px;
  padding: 1px 5px;
  font-size: 0.66rem;
  line-height: 1.2;
}

.store-info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  min-height: 32px;
  max-height: 34px;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}

.store-info-strip .order-type-row {
  display: contents;
}

.store-info-strip .order-type-row span,
.store-info-strip .pickup-schedule {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 30px;
  overflow: hidden;
  border: 0;
  border-inline-start: 1px solid var(--border-soft);
  border-radius: 0;
  background: transparent;
  padding: 0 5px;
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-info-strip .order-type-row span:first-child {
  border-inline-start: 0;
}

.store-info-strip .order-type-row span::before,
.store-info-strip .pickup-schedule::before {
  margin-inline-end: 3px;
  color: var(--color-palm);
  font-size: 0.66rem;
}

.store-info-strip [data-info-item="delivery"]::before {
  content: "●";
}

.store-info-strip [data-info-item="pickup"]::before {
  content: "○";
}

.store-info-strip .pickup-schedule::before {
  content: "◷";
}

.store-shell .products-section {
  padding-top: 6px;
}

.store-site-header {
  height: 40px;
  margin-bottom: 6px;
}

.store-site-header .site-header__inner {
  height: 40px;
}

.store-header-spacer,
.store-site-header .market-back-link,
.store-site-header .share-store-button--top {
  width: 34px;
  height: 34px;
  min-height: 34px;
  flex-basis: 34px;
  overflow: hidden;
  padding: 0;
  font-size: 0;
  line-height: 1;
}

.store-header-spacer {
  pointer-events: none;
  visibility: hidden;
}

.store-breadcrumb {
  display: block;
  text-decoration: none;
}

.store-site-header .market-back-link::before {
  content: "‹";
  font-size: 1.25rem;
  font-weight: 900;
}

.store-site-header .share-store-button--top::before {
  content: "↗";
  font-size: 1rem;
  font-weight: 900;
}

.store-breadcrumb span {
  font-size: 10.5px;
  line-height: 1.05;
}

.store-breadcrumb strong {
  font-size: 12.5px;
  line-height: 1.1;
}

.store-shell .store-profile {
  min-height: 112px;
  max-height: 135px;
  overflow: hidden;
}

.store-shell .store-cover {
  width: 68px;
  height: 68px;
  margin-top: 10px;
}

.store-shell .store-profile-body {
  gap: 4px;
  min-height: 0;
  padding: 10px 12px;
}

.store-shell .store-profile h1 {
  font-size: 0.98rem;
  line-height: 1.2;
}

.store-shell .store-profile p {
  -webkit-line-clamp: 2;
  font-size: 0.76rem;
  line-height: 1.35;
}

.store-shell .store-meta-row span,
.store-shell .order-type-row span {
  min-height: 20px;
  padding: 1px 6px;
  font-size: 0.68rem;
  line-height: 1.25;
}

.store-shell .store-actions {
  display: none;
}

.store-info-strip {
  min-height: 36px;
  max-height: 40px;
  overflow: hidden;
  padding: 5px 7px;
}

.store-shell .products-section {
  padding-top: 6px;
}

.store-shell .products-section .section-heading {
  margin-bottom: 6px;
}

.store-shell .products-list {
  gap: 8px;
}

.store-shell .product-card {
  padding: 8px;
}

.store-shell .product-image {
  height: 128px;
  aspect-ratio: auto;
}

.store-shell .product-title {
  -webkit-line-clamp: 2;
  font-size: 0.82rem;
}

.store-shell .product-description {
  -webkit-line-clamp: 1;
  font-size: 0.7rem;
}

.store-shell .product-footer {
  flex-wrap: nowrap;
}

.store-shell .availability-chip {
  flex: 0 0 auto;
}

.store-shell .add-product-button {
  width: 32px;
  height: 32px;
  min-height: 32px;
  flex: 0 0 32px;
}

.store-shell .product-actions,
.store-shell .product-share-fallback {
  display: none;
}

.about-page {
  display: grid;
  gap: 10px;
  padding: 10px 0 28px;
}

.about-page h1,
.about-page h2 {
  margin: 0;
}

.about-page h1 {
  color: var(--color-date);
  font-size: 1.45rem;
  font-weight: 900;
}

.about-page h2 {
  color: var(--color-date);
  font-size: 1.05rem;
  font-weight: 800;
}

.about-page p {
  margin: 0 0 8px;
  color: var(--text-muted);
  line-height: 1.8;
}

.cart-panel {
  margin-top: 18px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-card);
  padding: 14px;
}

.cart-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.cart-heading h2 {
  margin-bottom: 4px;
  color: var(--color-date);
  font-size: 1.15rem;
  font-weight: 800;
}

.cart-heading span,
.cart-note {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.cart-heading strong {
  color: var(--color-date);
  font-weight: 800;
  white-space: nowrap;
}

.cart-empty {
  margin: 0 0 12px;
  border: 1px dashed var(--border-soft);
  border-radius: 8px;
  color: var(--text-muted);
  padding: 14px;
  text-align: center;
}

.cart-items {
  display: grid;
  gap: 10px;
}

.cart-item {
  display: grid;
  gap: 10px;
  border: 1px solid var(--border-muted);
  border-radius: 8px;
  background: var(--color-cream);
  padding: 10px;
}

.cart-item-details {
  min-width: 0;
}

.cart-item h3 {
  margin: 0 0 6px;
  color: var(--color-date);
  font-size: 0.98rem;
  line-height: 1.4;
}

.cart-item p {
  margin-bottom: 6px;
  color: var(--text-muted);
}

.cart-item strong {
  color: var(--color-date);
}

.cart-controls {
  display: grid;
  grid-template-columns: 36px 36px 36px minmax(64px, 1fr);
  gap: 8px;
  align-items: center;
}

.cart-controls button,
.cart-controls span {
  display: inline-grid;
  min-width: 0;
  height: 36px;
  place-items: center;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-cream);
  color: var(--color-date);
}

.cart-controls button {
  cursor: pointer;
}

.cart-controls .remove-cart-item {
  color: var(--danger);
}

.order-method-panel {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-cream);
  padding: 12px;
}

.order-method-panel h3 {
  margin: 0;
  color: var(--color-date);
  font-size: 1rem;
  font-weight: 700;
}

.order-method-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.order-method-button {
  min-width: 0;
  min-height: 40px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-card);
  color: var(--color-date);
  cursor: pointer;
}

.order-method-button.active {
  border-color: var(--color-honey);
  background: var(--color-honey);
  color: var(--color-cream);
  font-weight: 800;
}

.digital-order-fields,
.digital-contact-field {
  display: grid;
  gap: 8px;
}

.digital-order-help {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.digital-contact-field span {
  color: var(--color-date);
  font-size: 0.88rem;
  font-weight: 700;
}

.digital-contact-field input {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  outline: none;
  background: #FFFFFF;
  color: var(--color-ink);
  padding: 9px 12px;
}

.digital-contact-field input:focus {
  border-color: var(--color-honey);
}

.digital-executor-notes {
  margin-top: 0;
}

.delivery-location-field,
.cart-note-field {
  display: grid;
  gap: 8px;
}

.cart-note-field {
  margin-top: 12px;
}

.delivery-location-field span,
.cart-note-field span {
  color: var(--color-date);
  font-size: 0.88rem;
  font-weight: 700;
}

.delivery-location-field textarea,
.cart-note-field textarea {
  width: 100%;
  min-height: 84px;
  resize: vertical;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  outline: none;
  background: #FFFFFF;
  color: var(--color-ink);
  padding: 10px 12px;
  line-height: 1.6;
}

.preorder-panel {
  display: grid;
  gap: 9px;
  margin-top: 12px;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: var(--color-cream);
  padding: 10px;
}

.preorder-panel h3 {
  margin: 0;
  color: var(--color-date);
  font-size: 0.95rem;
  font-weight: 800;
}

.preorder-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.preorder-fields label {
  display: grid;
  gap: 5px;
}

.preorder-fields span {
  color: var(--color-date);
  font-size: 0.82rem;
  font-weight: 700;
}

.preorder-fields input,
.preorder-fields select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  outline: none;
  background: #FFFFFF;
  color: var(--color-ink);
  padding: 7px 10px;
  font: inherit;
}

.preorder-fields input:focus,
.preorder-fields select:focus {
  border-color: var(--color-honey);
}

.preorder-date-field {
  position: relative;
}

.preorder-date-field .preorder-date-input {
  color: transparent;
}

.preorder-date-field.has-date .preorder-date-input,
.preorder-date-field .preorder-date-input:focus {
  color: var(--color-ink);
}

.preorder-date-placeholder {
  position: absolute;
  inset: 1px 12px 1px 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  background: #FFFFFF;
  color: var(--color-muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  padding: 0;
  text-align: start;
  z-index: 1;
}

.preorder-date-display {
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.preorder-date-display.has-date {
  color: var(--color-date);
  font-weight: 700;
}

.preorder-time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.preorder-time-chip {
  min-height: 34px;
  border: 1px solid rgba(200, 145, 70, 0.35);
  border-radius: 10px;
  background: #FFFFFF;
  color: var(--color-date);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 7px 10px;
  transition: background-color 140ms ease, border-color 140ms ease, transform 120ms ease, opacity 120ms ease;
}

.preorder-time-chip:hover {
  border-color: rgba(200, 145, 70, 0.68);
  background: #FFFDF8;
}

.preorder-time-chip:active {
  transform: scale(0.98);
}

.preorder-time-chip:focus-visible {
  outline: 2px solid rgba(200, 145, 70, 0.55);
  outline-offset: 2px;
}

.preorder-time-chip.is-selected {
  border-color: var(--color-honey);
  background: var(--color-honey);
  color: var(--color-cream);
  font-weight: 800;
}

.preorder-note {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.cart-error {
  margin: 10px 0 0;
  padding: 10px;
}

.cart-next-button {
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border: 1px solid var(--color-palm);
  border-radius: 8px;
  background: var(--color-palm);
  color: var(--color-cream);
  font-weight: 800;
}

button:disabled,
.cart-next-button:disabled {
  border: 1px solid rgba(75, 46, 31, 0.12);
  background: rgba(75, 46, 31, 0.12);
  color: rgba(75, 46, 31, 0.45);
  cursor: not-allowed;
}

.cart-note {
  margin: 10px 0 0;
  line-height: 1.7;
  text-align: center;
}

.has-bottom-cart .store-shell {
  padding-bottom: 92px;
}

.store-shell .cart-panel {
  position: fixed;
  right: 50%;
  bottom: 0;
  z-index: 80;
  width: min(100%, 480px);
  max-height: min(78vh, 640px);
  margin: 0;
  overflow-y: auto;
  border-right: 1px solid var(--border-muted);
  border-bottom: 0;
  border-left: 1px solid var(--border-muted);
  border-radius: 8px 8px 0 0;
  padding: 12px;
  transform: translateX(50%);
}

.store-shell .cart-panel[hidden],
.store-shell .bottom-cart-bar[hidden] {
  display: none;
}

.store-shell .cart-heading {
  align-items: center;
  margin-bottom: 10px;
}

.cart-drawer-close {
  display: inline-grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: var(--color-card);
  color: var(--color-date);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.bottom-cart-bar {
  position: fixed;
  right: 50%;
  bottom: 0;
  z-index: 70;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  width: min(100%, 480px);
  border: 1px solid var(--border-soft);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: var(--color-card);
  padding: 8px 10px;
  transform: translateX(50%);
}

.bottom-cart-summary {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.bottom-cart-summary span {
  overflow: hidden;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bottom-cart-summary strong {
  overflow: hidden;
  color: var(--color-date);
  font-size: 0.9rem;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bottom-cart-action {
  min-height: 34px;
  border: 1px solid var(--color-palm);
  border-radius: 8px;
  background: var(--color-palm);
  color: var(--color-cream);
  padding: 0 12px;
  font-size: 0.82rem;
  font-weight: 900;
  cursor: pointer;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

@media (max-width: 360px) {
  .app-shell {
    padding: 10px;
  }

  .site-header {
    margin: -10px -10px 4px;
  }

  .site-header__inner {
    padding: 0 7px;
  }

  .site-header__brand {
    gap: 5px;
  }

  .site-header__logo {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
    transform: none;
  }

  .market-share-button {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .market-install-button {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .market-hero__stat {
    min-height: 50px;
    padding-inline: 4px;
  }

  .market-hero__stat strong {
    font-size: 20px;
  }

  .market-hero__stat span {
    font-size: 9.8px;
  }

  .market-back-link {
    padding: 0 10px;
  }

  .families-grid {
    gap: 8px;
  }

  .family-image {
    aspect-ratio: 1.1 / 1;
  }

  .family-body {
    gap: 6px;
    padding: 8px;
  }

  .family-title {
    font-size: 0.9rem;
  }

  .family-summary {
    font-size: 0.78rem;
  }

  .store-link {
    min-height: 30px;
    font-size: 0.8rem;
  }

  .product-card {
    grid-template-columns: 88px 1fr;
  }
}

.store-site-header {
  height: 44px;
  margin: -10px -10px 4px;
}

.store-site-header .site-header__inner {
  display: grid;
  direction: ltr;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 0;
  height: 44px;
  padding: 0 10px;
}

.store-site-header .share-store-button--top,
.store-site-header .store-breadcrumb,
.store-site-header .site-header__brand {
  grid-row: 1;
}

.store-site-header .share-store-button--top {
  grid-column: 1;
  display: inline-grid;
  width: 34px;
  height: 34px;
  min-height: 34px;
  place-items: center;
  padding: 0;
  font-size: 0;
}

.store-site-header .share-store-button--top::before {
  content: none;
}

.store-site-header .share-store-button--top svg {
  display: block;
  width: 17px;
  height: 17px;
}

.store-site-header .store-breadcrumb {
  grid-column: 2;
  overflow: hidden;
  direction: ltr;
  color: var(--text-muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-site-header .store-breadcrumb span,
.store-site-header .store-breadcrumb strong {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.store-site-header .store-breadcrumb span::after {
  content: " > ";
}

.store-site-header .site-header__brand {
  grid-column: 3;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
}

.store-site-header .site-header__brand > div,
.store-header-spacer {
  display: none;
}

.store-site-header .site-header__logo {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}

.store-shell .store-profile {
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 96px;
  max-height: 108px;
  margin-bottom: 4px;
}

.store-shell .store-cover {
  width: 54px;
  height: 54px;
  margin-top: 0;
}

.store-shell .store-profile-body {
  gap: 3px;
  min-height: 0;
  padding: 10px 10px 10px 4px;
}

.store-shell .store-profile h1 {
  font-size: 0.92rem;
  line-height: 1.18;
}

.store-shell .store-profile p {
  -webkit-line-clamp: 1;
  font-size: 0.72rem;
  line-height: 1.3;
}

.store-info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 32px;
  max-height: 34px;
  margin-bottom: 6px;
  padding: 0;
}

.store-board {
  position: relative;
  width: 100%;
  margin: 10px auto 14px;
  border: 1px solid rgba(200, 145, 70, 0.45);
  border-radius: 30px;
  background: var(--color-cream);
  padding: 14px;
  overflow: hidden;
}

.store-board[hidden] {
  display: none;
}

.store-board::before {
  content: "";
  position: absolute;
  inset: 5px;
  pointer-events: none;
  border: 1px solid rgba(200, 145, 70, 0.22);
  border-radius: 25px;
}

.store-board > * {
  position: relative;
  z-index: 1;
}

.store-board .store-profile {
  grid-template-columns: 66px minmax(0, 1fr);
  min-height: 78px;
  max-height: 90px;
  margin: 0 0 10px;
  border: 0;
  background: transparent;
}

.store-board .store-cover {
  width: 62px;
  height: 62px;
  border-radius: 16px;
}

.store-board .store-profile-body {
  align-content: center;
  gap: 4px;
  padding: 0 10px 0 0;
}

.store-board .store-profile h1 {
  color: var(--color-date);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.05;
}

.store-board .store-profile p {
  -webkit-line-clamp: 1;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.25;
}

.store-board .store-meta-row {
  gap: 5px;
}

.store-board .store-meta-row span {
  min-height: 20px;
  padding: 1px 7px;
  font-size: 0.68rem;
}

.store-board .store-info-strip {
  display: flex;
  align-items: center;
  min-height: 38px;
  max-height: none;
  margin: 0 0 12px;
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  background: var(--color-card);
  padding: 8px 10px;
}

.store-board .store-info-strip .order-type-row {
  display: none;
}

.store-board .store-info-strip .pickup-schedule {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  width: 100%;
  border: 0;
  padding: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

.store-board .store-info-strip .pickup-schedule::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  margin-inline-end: 6px;
  border-radius: 50%;
  background: var(--color-palm);
}

.store-board .store-info-strip .pickup-schedule::after {
  content: "";
}

.store-board .products-section {
  padding-top: 0;
}

body.store-page-body .store-board .products-section {
  margin-inline: -14px;
  padding-inline: 14px;
  background-color: #1F1A16;
}

.store-board .products-section .section-heading {
  display: none;
}

.store-board .products-list {
  gap: 12px;
}

body.store-page-body .store-board .products-list {
  background-color: #1F1A16;
}

.store-board .product-card {
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(200, 145, 70, 0.35);
  border-radius: 16px;
  background: var(--color-card);
  padding: 0;
}

.store-board .product-image {
  height: 138px;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: var(--color-sand);
}

.store-board .product-image img {
  object-fit: contain;
}

.store-board .product-body {
  gap: 5px;
  padding: 9px;
}

.store-board .product-title {
  -webkit-line-clamp: 2;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.25;
}

.store-board .product-description {
  display: none;
}

.store-board .product-footer {
  gap: 6px;
  padding-top: 2px;
}

.store-board .product-price {
  font-size: 0.9rem;
}

.store-board .availability-chip {
  min-height: 20px;
  padding: 1px 6px;
  font-size: 0.66rem;
}

.store-board .add-product-button {
  width: 30px;
  height: 30px;
  min-height: 30px;
  flex: 0 0 30px;
}

.store-order-cta {
  width: 100%;
  min-height: 54px;
  margin-top: 12px;
  border: 1px solid var(--color-palm);
  border-radius: 16px;
  background: var(--color-palm);
  color: var(--color-cream);
  font-size: 0.98rem;
  font-weight: 900;
  cursor: pointer;
}

.store-order-cta:disabled {
  border-color: rgba(75, 46, 31, 0.12);
  background: rgba(75, 46, 31, 0.12);
  color: rgba(75, 46, 31, 0.45);
  cursor: not-allowed;
}

.store-board .product-actions,
.store-board .product-share-fallback,
.bottom-cart-bar {
  display: none;
}

.has-bottom-cart .store-shell {
  padding-bottom: 24px;
}

body:has(.store-shell) {
  background-color: #1F1A16;
}

.store-shell {
  background: #1F1A16;
}

body.store-page-body {
  background-color: #1F1A16;
  background-image: none;
}

body.store-page-body .app-shell,
body.store-page-body .store-shell,
body.store-page-body .store-site-header {
  background-color: #1F1A16;
}

.store-site-header {
  background: #F1E4D4;
}

.store-site-header .store-breadcrumb {
  color: rgba(75, 46, 31, 0.7);
  font-size: 11px;
}

.store-site-header .store-breadcrumb span::after {
  content: none;
}

.store-site-header .store-breadcrumb strong {
  display: none;
}

.store-site-header .store-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  line-height: 1.15;
  white-space: normal;
}

.store-site-header .store-breadcrumb span,
.store-site-header .store-breadcrumb strong {
  display: block;
}

.store-site-header .store-breadcrumb span::after {
  content: none;
}

.store-breadcrumb__label {
  color: rgba(75, 46, 31, 0.58);
  font-size: 9.5px;
  font-weight: 500;
}

.store-breadcrumb__market {
  color: var(--color-date);
  font-size: 11px;
  font-weight: 800;
}

.store-site-header .store-breadcrumb .store-breadcrumb__label {
  color: rgba(75, 46, 31, 0.58);
  font-size: 9.5px;
  font-weight: 500;
}

.store-site-header .store-breadcrumb .store-breadcrumb__market {
  color: var(--color-date);
  font-size: 11px;
  font-weight: 800;
}

.store-board {
  border-color: rgba(200, 145, 70, 0.58);
  background: #FFFDF8;
}

.store-board::before {
  border-color: rgba(200, 145, 70, 0.3);
}

body.store-page-body .store-board {
  background-color: #1F1A16;
}

body.store-page-body .store-board .store-profile {
  background-color: #FFFDF8;
}

.store-board .store-info-strip {
  background: #FAF6EE;
}

.store-board .product-card {
  background: #FAF6EE;
}

.store-board .product-image {
  background: #FFFDF8;
}

.store-site-header {
  background: #FFFDF8;
  border-bottom: 1px solid rgba(200, 145, 70, 0.38);
}

.store-board .product-footer {
  align-items: center;
}

.store-board .product-quantity-controls {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-inline-start: auto;
}

.store-board .decrease-product-button,
.store-board .product-quantity {
  display: none;
}

.store-board .product-card.has-quantity .decrease-product-button,
.store-board .product-card.has-quantity .product-quantity {
  display: inline-grid;
}

.store-board .add-product-button,
.store-board .decrease-product-button {
  width: 30px;
  height: 30px;
  min-height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 10px;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
}

.store-board .decrease-product-button {
  border: 1px solid rgba(75, 46, 31, 0.18);
  background: #FFFDF8;
  color: var(--color-date);
  font-weight: 900;
  cursor: pointer;
}

.store-board .decrease-product-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.store-board .product-quantity {
  min-width: 22px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 145, 70, 0.35);
  border-radius: 9px;
  background: #FAF6EE;
  color: var(--color-date);
  font-size: 0.78rem;
  font-weight: 900;
}

.store-site-header {
  height: 52px;
}

.store-site-header .site-header__inner {
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  height: 52px;
  padding: 0 10px;
}

.store-site-header .site-header__brand {
  display: none;
}

.store-site-header .store-header-spacer {
  display: block;
  grid-column: 3;
  grid-row: 1;
  width: 34px;
  height: 34px;
  visibility: hidden;
}

.store-site-header .store-breadcrumb {
  display: inline-flex;
  grid-column: 2;
  width: max-content;
  min-width: 118px;
  max-width: 100%;
  height: 44px;
  max-height: 44px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0 auto;
  border: 1px solid rgba(200, 145, 70, 0.35);
  border-radius: 15px;
  background: #FAF6EE;
  padding: 5px 8px;
  box-sizing: border-box;
  color: var(--color-date);
  cursor: pointer;
  direction: rtl;
  text-align: right;
  text-decoration: none;
  transform: translateY(0) scale(1);
  transition: background-color 140ms ease, border-color 140ms ease, transform 120ms ease, opacity 120ms ease;
  -webkit-tap-highlight-color: transparent;
}

.store-site-header .store-breadcrumb:hover {
  border-color: rgba(200, 145, 70, 0.58);
  background: #FFFDF8;
}

.store-site-header .store-breadcrumb:active {
  border-color: rgba(200, 145, 70, 0.68);
  background: #F8F0E4;
  transform: translateY(1px) scale(0.98);
}

.store-site-header .store-breadcrumb:focus-visible {
  outline: 2px solid rgba(91, 128, 68, 0.62);
  outline-offset: 2px;
}

.store-site-header .store-breadcrumb .store-breadcrumb__icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  font-size: 0;
  line-height: 0;
}

.store-site-header .store-breadcrumb .store-breadcrumb__icon img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.store-site-header .store-breadcrumb .store-breadcrumb__text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  line-height: 1.12;
}

.store-site-header .store-breadcrumb .store-breadcrumb__label {
  display: block;
  color: rgba(75, 46, 31, 0.58);
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1.1;
}

.store-site-header .store-breadcrumb .store-breadcrumb__market {
  display: block;
  color: var(--color-date);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
}

.store-order-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 14px;
}

.store-order-cta__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
}

.store-order-cta__icon {
  display: inline-grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
}

.store-order-cta__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.store-order-cta__total {
  display: inline-flex;
  min-width: 66px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 253, 248, 0.42);
  border-radius: 12px;
  padding: 2px 10px;
  background: rgba(255, 253, 248, 0.14);
  font-size: 0.92rem;
  font-weight: 900;
  white-space: nowrap;
}

.store-order-cta:disabled .store-order-cta__total {
  border-color: rgba(75, 46, 31, 0.14);
  background: rgba(255, 253, 248, 0.32);
}

.store-site-header .site-header__inner {
  grid-template-columns: 40px minmax(0, 1fr) auto;
  column-gap: 8px;
}

.store-site-header .store-breadcrumb {
  grid-column: 3;
  justify-self: end;
  margin: 0;
  min-width: 118px;
  width: max-content;
}

.store-site-header .store-header-spacer {
  display: block;
  grid-column: 2;
  width: auto;
  height: 1px;
  visibility: hidden;
}

.store-site-header .share-store-button--top {
  border: 1px solid rgba(200, 145, 70, 0.35);
  border-radius: 14px;
  background: #FAF6EE;
  color: var(--color-date);
  transform: translateY(0) scale(1);
  transition: background-color 140ms ease, border-color 140ms ease, transform 120ms ease, opacity 120ms ease;
  -webkit-tap-highlight-color: transparent;
}

.store-site-header .share-store-button--top:hover {
  border-color: rgba(200, 145, 70, 0.58);
  background: #FFFDF8;
}

.store-site-header .share-store-button--top:active {
  border-color: rgba(200, 145, 70, 0.68);
  background: #F8F0E4;
  transform: translateY(1px) scale(0.98);
}

.store-site-header .share-store-button--top:focus-visible {
  outline: 2px solid rgba(91, 128, 68, 0.62);
  outline-offset: 2px;
}

.store-order-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  justify-content: stretch;
  direction: ltr;
  gap: 12px;
  padding-inline: 16px;
}

.store-order-cta__label {
  grid-column: 1;
  direction: rtl;
  justify-content: flex-start;
  justify-self: start;
}

.store-order-cta__total {
  grid-column: 3;
  direction: rtl;
  justify-self: end;
  margin-inline-start: 0;
  border-color: transparent;
  background: transparent;
  padding-inline: 0;
  text-align: right;
}

.store-shell .cart-panel {
  max-height: min(82vh, 640px);
  border-radius: 16px 16px 0 0;
  background: #FFFDF8;
  padding: 12px;
}

.store-shell .cart-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: start;
  gap: 8px 10px;
  margin-bottom: 10px;
}

.store-shell .cart-heading > div {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

.store-shell .cart-heading h2 {
  margin: 0 0 2px;
  font-size: 1.08rem;
  line-height: 1.2;
}

.store-shell .cart-heading span {
  font-size: 0.78rem;
  line-height: 1.25;
}

.store-shell .cart-heading strong {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 145, 70, 0.28);
  border-radius: 12px;
  background: #FAF6EE;
  color: var(--color-date);
  font-size: 0.92rem;
  font-weight: 900;
  white-space: normal;
}

.store-shell .cart-drawer-close {
  grid-column: 2;
  grid-row: 1;
  width: 34px;
  height: 34px;
  min-height: 34px;
  border-radius: 12px;
  background: #FAF6EE;
  transition: background-color 140ms ease, border-color 140ms ease, transform 120ms ease, opacity 120ms ease;
  -webkit-tap-highlight-color: transparent;
}

.store-shell .cart-drawer-close:hover {
  border-color: rgba(200, 145, 70, 0.58);
  background: #FFFDF8;
}

.store-shell .cart-drawer-close:active {
  transform: translateY(1px) scale(0.98);
}

.store-shell .cart-drawer-close:focus-visible {
  outline: 2px solid rgba(91, 128, 68, 0.62);
  outline-offset: 2px;
}

.store-shell .cart-items {
  gap: 8px;
}

.store-shell .cart-item {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px;
  border-color: rgba(200, 145, 70, 0.3);
  border-radius: 14px;
  background: #FAF6EE;
  padding: 10px;
}

.store-shell .cart-item-details {
  display: contents;
}

.store-shell .cart-item h3 {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.3;
}

.store-shell .cart-item p {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
}

.store-shell .cart-item .cart-item-variant {
  color: var(--color-date);
  font-weight: 900;
}

.store-shell .cart-item strong {
  grid-column: 1;
  margin-top: 3px;
  font-size: 0.92rem;
  font-weight: 900;
}

.store-shell .cart-controls {
  grid-column: 2;
  display: inline-grid;
  grid-template-columns: 32px 30px 32px 34px;
  width: max-content;
  align-items: center;
  justify-content: end;
  gap: 4px;
  margin-inline-start: auto;
}

.store-shell .cart-controls button,
.store-shell .cart-controls span {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  border-radius: 10px;
  background: #FFFDF8;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
}

.store-shell .cart-controls span {
  width: 30px;
  min-width: 30px;
  background: transparent;
  border-color: transparent;
}

.store-shell .cart-controls button {
  transition: background-color 140ms ease, border-color 140ms ease, transform 120ms ease, opacity 120ms ease;
  -webkit-tap-highlight-color: transparent;
}

.store-shell .cart-controls button:hover {
  border-color: rgba(200, 145, 70, 0.58);
  background: #FFFDF8;
}

.store-shell .cart-controls button:active {
  transform: translateY(1px) scale(0.98);
}

.store-shell .cart-controls button:focus-visible {
  outline: 2px solid rgba(91, 128, 68, 0.62);
  outline-offset: 2px;
}

.store-shell .cart-controls .remove-cart-item {
  width: 34px;
  min-width: 34px;
  color: var(--danger);
}

.store-shell .remove-cart-item svg {
  display: block;
}

.store-board .product-quantity-controls {
  direction: rtl;
}

.store-board .product-quantity-controls .add-product-button {
  order: 1;
}

.store-board .product-quantity-controls .product-quantity {
  order: 2;
}

.store-board .product-quantity-controls .decrease-product-button {
  order: 3;
}

.store-shell .cart-controls {
  direction: rtl;
}

.store-shell .cart-next-button {
  border-color: var(--color-honey);
  background: var(--color-honey);
  color: var(--color-cream);
}

.store-shell .cart-next-button:not(:disabled):hover {
  border-color: #B87A2B;
  background: #B87A2B;
}

.store-shell .delivery-location-field {
  gap: 7px;
}

.store-shell .auto-location-button {
  min-height: 36px;
  border: 1px solid rgba(200, 145, 70, 0.42);
  border-radius: 10px;
  background: #FFFDF8;
  color: var(--color-date);
  font-size: 0.84rem;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 140ms ease, border-color 140ms ease, transform 120ms ease, opacity 120ms ease;
  -webkit-tap-highlight-color: transparent;
}

.store-shell .auto-location-button:hover {
  border-color: rgba(200, 145, 70, 0.68);
  background: #FAF6EE;
}

.store-shell .auto-location-button:active {
  transform: translateY(1px) scale(0.98);
}

.store-shell .auto-location-button:focus-visible {
  outline: 2px solid rgba(91, 128, 68, 0.62);
  outline-offset: 2px;
}

.store-shell .auto-location-status {
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.store-shell .delivery-location-field textarea {
  min-height: 52px;
  max-height: 96px;
  padding: 8px 10px;
  line-height: 1.45;
  resize: vertical;
}

.store-board .store-order-cta:not(:disabled) {
  border-color: var(--color-honey);
  background: var(--color-honey);
  color: var(--color-cream);
}

.store-board .store-order-cta:not(:disabled):hover {
  border-color: #B87A2B;
  background: #B87A2B;
}

body.store-page-body,
body.store-page-body .app-shell,
body.store-page-body .store-shell {
  background-color: #FAF6EE;
}

body.store-page-body .store-board,
body.store-page-body .store-board .products-section,
body.store-page-body .store-board .products-list {
  background-color: #FAF6EE;
}

body.store-page-body .store-board .products-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.store-page-body .store-board .product-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: 108px;
  overflow: hidden;
  border: 1.5px solid #4B2E1F;
  border-radius: 16px;
  background: #E8D8BE;
  padding: 0;
}

body.store-page-body .store-board .product-image {
  order: -1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 108px;
  min-width: 108px;
  height: auto;
  min-height: 108px;
  overflow: hidden;
  border: 0;
  border-left: 1.5px solid #4B2E1F;
  border-radius: 0;
  background: #E1D0B2;
}

body.store-page-body .store-board .product-image img {
  border: 0;
  background: transparent;
  box-shadow: none;
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
}

body.store-page-body .product-image-frame,
body.store-page-body .product-thumb,
body.store-page-body .product-visual {
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.store-page-body .store-board .product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  padding: 15px 10px 13px 8px;
}

body.store-page-body .store-board .product-title {
  margin: 0;
  color: #4B2E1F;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

body.store-page-body .store-board .product-description {
  display: block;
  margin: 0;
  color: rgba(75, 46, 31, 0.78);
  font-size: 12.5px;
  line-height: 1.45;
  text-align: right;
}

body.store-page-body .store-board .product-description[hidden] {
  display: none;
}

body.store-page-body .store-board .product-footer {
  width: 86px;
  min-width: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
  padding: 14px 18px 14px 12px;
}

body.store-page-body .store-board .product-card.has-quantity .product-footer {
  width: 108px;
  min-width: 108px;
  padding-inline: 7px;
}

body.store-page-body .store-board .product-price {
  color: #4B2E1F;
  font-size: 13.5px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

body.store-page-body .store-board .product-variant-panel {
  margin-top: 2px;
  padding: 6px;
}

body.store-page-body .store-board .product-variant-title,
body.store-page-body .store-board .product-variant-hint {
  font-size: 0.7rem;
}

body.store-page-body .store-board .product-variant-options {
  gap: 5px;
}

body.store-page-body .store-board .product-variant-option {
  min-height: 26px;
  padding: 3px 6px;
  font-size: 0.72rem;
  line-height: 1.2;
}

body.store-page-body .store-board .product-quantity-controls {
  display: inline-flex;
  align-items: center;
  gap: 0;
  direction: ltr;
  margin-inline-start: 0;
  flex: 0 0 auto;
}

body.store-page-body .store-board .product-quantity-controls .decrease-product-button {
  order: 1;
}

body.store-page-body .store-board .product-quantity-controls .product-quantity {
  order: 2;
}

body.store-page-body .store-board .product-quantity-controls .add-product-button {
  order: 3;
}

body.store-page-body .store-board .add-product-button,
body.store-page-body .store-board .decrease-product-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  min-height: 31px;
  flex: 0 0 31px;
  border: 0;
  background: #5E7A45;
  color: #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

body.store-page-body .store-board .decrease-product-button {
  border-radius: 8px 0 0 8px;
}

body.store-page-body .store-board .add-product-button {
  border-radius: 0 8px 8px 0;
}

body.store-page-body .store-board .product-card:not(.has-quantity) .add-product-button {
  border-radius: 9px;
}

body.store-page-body .store-board .decrease-product-button,
body.store-page-body .store-board .product-quantity {
  display: none;
}

body.store-page-body .store-board .product-card.has-quantity .decrease-product-button,
body.store-page-body .store-board .product-card.has-quantity .product-quantity {
  display: inline-flex;
}

body.store-page-body .store-board .product-quantity {
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  min-width: 31px;
  border: 0;
  border-top: 1.5px solid #5E7A45;
  border-bottom: 1.5px solid #5E7A45;
  border-radius: 0;
  background: #fff;
  color: #4B2E1F;
  font-weight: 900;
}

body.store-page-body .store-board .availability-chip {
  position: absolute;
  left: 8px;
  bottom: 10px;
  z-index: 2;
  min-height: 0;
  border: 1px solid rgba(94, 122, 69, 0.3);
  border-radius: 999px;
  background: rgba(250, 246, 238, 0.9);
  color: #5E7A45;
  padding: 4px 7px;
  font-size: 10.5px;
  line-height: 1;
}

/* store-product-list-original-spec-enforcement-20260603 */
body.store-page-body {
  background: #FAF6EE;
}

body.store-page-body .app-shell,
body.store-page-body .store-shell,
body.store-page-body .store-board,
body.store-page-body .store-board .products-section,
body.store-page-body .store-board .products-list {
  background-color: #FAF6EE;
}

body.store-page-body .store-board .products-list,
body.store-page-body .products-list,
body.store-page-body .products-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  grid-template-columns: none;
}

body.store-page-body .store-board .product-card,
body.store-page-body .product-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: auto;
  height: auto;
  overflow: hidden;
  border: 1.5px solid #4B2E1F;
  border-radius: 16px;
  background: #E8D8BE;
  padding: 0;
}

body.store-page-body .store-board .product-image,
body.store-page-body .product-image,
body.store-page-body .product-media,
body.store-page-body .product-card__image {
  order: -1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 110px;
  min-width: 110px;
  height: auto;
  overflow: hidden;
  border: 0;
  border-left: 1.5px solid #4B2E1F;
  border-radius: 0;
  background: #D4C4A8;
}

body.store-page-body .store-board .product-image img,
body.store-page-body .product-image img,
body.store-page-body .product-media img,
body.store-page-body .product-card__image img,
body.store-page-body .product-image svg,
body.store-page-body .product-media svg,
body.store-page-body .product-card__image svg {
  max-width: 78px;
  max-height: 78px;
  object-fit: contain;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.store-page-body .store-board .product-body,
body.store-page-body .product-body,
body.store-page-body .product-main,
body.store-page-body .product-card__body,
body.store-page-body .product-info,
body.store-page-body .product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  min-width: 0;
  padding: 13px 14px;
}

body.store-page-body .store-board .product-title,
body.store-page-body .product-title,
body.store-page-body .product-name {
  margin: 0;
  color: #4B2E1F;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.4;
  text-align: right;
}

body.store-page-body .store-board .product-description,
body.store-page-body .product-description,
body.store-page-body .product-desc {
  margin: 0;
  color: rgba(75, 46, 31, 0.78);
  font-size: 12.5px;
  line-height: 1.45;
  text-align: right;
}

body.store-page-body .store-board .product-footer,
body.store-page-body .product-footer,
body.store-page-body .product-card__footer,
body.store-page-body .product-actions-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  gap: 10px;
  margin-top: 10px;
  padding: 0;
}

body.store-page-body .store-board .product-card.has-quantity .product-footer {
  width: 100%;
  min-width: 0;
  padding-inline: 0;
}

body.store-page-body .store-board .product-price,
body.store-page-body .product-price {
  color: #4B2E1F;
  font-size: inherit;
  font-weight: 800;
  line-height: normal;
  white-space: nowrap;
  text-align: start;
}

body.store-page-body .store-board .product-quantity-controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  gap: 0;
  margin-inline-start: 0;
  flex: 0 0 auto;
}

body.store-page-body .store-board .add-product-button,
body.store-page-body .store-board .decrease-product-button,
body.store-page-body .quantity-button,
body.store-page-body .product-quantity-btn,
body.store-page-body .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-height: 30px;
  flex: 0 0 30px;
  border: none;
  background: #5E7A45;
  color: #fff;
  padding: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

body.store-page-body .store-board .product-quantity-controls .decrease-product-button {
  order: 1;
  border-radius: 8px 0 0 8px;
}

body.store-page-body .store-board .product-quantity-controls .product-quantity {
  order: 2;
}

body.store-page-body .store-board .product-quantity-controls .add-product-button {
  order: 3;
  border-radius: 0 8px 8px 0;
}

body.store-page-body .store-board .product-card:not(.has-quantity) .add-product-button {
  border-radius: 8px;
}

body.store-page-body .store-board .decrease-product-button,
body.store-page-body .store-board .product-quantity {
  display: none;
}

body.store-page-body .store-board .product-card.has-quantity .decrease-product-button,
body.store-page-body .store-board .product-card.has-quantity .product-quantity {
  display: inline-flex;
}

body.store-page-body .store-board .product-quantity,
body.store-page-body .product-quantity-number,
body.store-page-body .c-num {
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 30px;
  min-width: 32px;
  border: 0;
  border-top: 1.5px solid #5E7A45;
  border-bottom: 1.5px solid #5E7A45;
  border-radius: 0;
  background: #fff;
  color: #4B2E1F;
  font-weight: 800;
}

body.store-page-body .store-board .availability-chip,
body.store-page-body .availability-pill,
body.store-page-body .product-availability {
  position: absolute;
  left: 8px;
  bottom: 8px;
  z-index: 2;
}

/* store-page-header-category-contrast-navbar-fix-20260603 */
body.store-page-body .store-site-header,
body.store-page-body .store-header,
body.store-page-body .store-topbar,
body.store-page-body .page-header {
  border-bottom: 1.5px solid #4B2E1F;
  background: #4B2E1F;
  color: #FAF6EE;
}

body.store-page-body .store-site-header *,
body.store-page-body .store-header *,
body.store-page-body .store-topbar *,
body.store-page-body .page-header * {
  color: inherit;
}

body.store-page-body .store-site-header .site-header__logo,
body.store-page-body .store-site-header img {
  color: initial;
}

body.store-page-body .share-store-button--top,
body.store-page-body .store-share-button,
body.store-page-body .share-button,
body.store-page-body .header-action {
  border: 1px solid rgba(250, 246, 238, 0.35);
  background: rgba(250, 246, 238, 0.14);
  color: #FAF6EE;
}

body.store-page-body .store-cover,
body.store-page-body [data-store-cover],
body.store-page-body .store-avatar,
body.store-page-body .family-avatar,
body.store-page-body .store-initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  border: 1.5px solid #4B2E1F;
  border-radius: 50%;
  background: #C89146;
  color: #4B2E1F;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

body.store-page-body {
  background: #FAF6EE;
}

body.store-page-body .store-shell,
body.store-page-body .store-page,
body.store-page-body .store-main,
body.store-page-body .app-shell {
  background: #FAF6EE;
}

body.store-page-body .store-board,
body.store-page-body .store-content,
body.store-page-body .products-section {
  background: transparent;
}

body.store-page-body .store-board .store-profile {
  background: #F4E8D7;
}

body.store-page-body .store-board .products-list {
  background: transparent;
}

body.store-page-body .store-board .product-card,
body.store-page-body .product-card {
  border: 1.5px solid #4B2E1F;
  background: #E8D8BE;
}

body.store-page-body .store-order-cta,
body.store-page-body .bottom-cart-bar,
body.store-page-body .cart-bar,
body.store-page-body .store-bottom-bar,
body.store-page-body .mobile-nav,
body.store-page-body .store-nav {
  border-color: #4B2E1F;
  border-top: 1.5px solid #4B2E1F;
  background: #4B2E1F;
  color: #FAF6EE;
}

body.store-page-body .store-order-cta *,
body.store-page-body .bottom-cart-bar *,
body.store-page-body .cart-bar *,
body.store-page-body .store-bottom-bar *,
body.store-page-body .mobile-nav *,
body.store-page-body .store-nav * {
  color: inherit;
}

body.store-page-body .store-order-cta:not(:disabled),
body.store-page-body .store-order-cta:disabled {
  background: #4B2E1F;
  color: #FAF6EE;
  opacity: 1;
}

body.store-page-body .store-order-cta .store-order-cta__total {
  color: #FAF6EE;
}

body.store-page-body .cart-bar button,
body.store-page-body .bottom-cart-bar button,
body.store-page-body .store-bottom-bar button,
body.store-page-body .view-cart-button,
body.store-page-body .bottom-cart-action {
  border: 1px solid #C89146;
  border-radius: 12px;
  background: #C89146;
  color: #4B2E1F;
  font-weight: 900;
}

/* store-page-final-visible-fixes-20260603 */
body.store-page-body .store-board .store-profile,
body.store-page-body .store-profile {
  border: 1.5px solid #4B2E1F;
  background: #4B2E1F;
  color: #FAF6EE;
}

body.store-page-body .store-board .store-profile *,
body.store-page-body .store-profile * {
  color: inherit;
}

body.store-page-body .store-profile .pill,
body.store-page-body [data-store-category],
body.store-page-body [data-store-status] {
  border: 1px solid rgba(250, 246, 238, 0.35);
  background: rgba(250, 246, 238, 0.14);
  color: #FAF6EE;
}

body.store-page-body .store-profile .store-cover,
body.store-page-body .store-profile [data-store-cover],
body.store-page-body .store-profile .store-avatar,
body.store-page-body .store-profile .family-avatar,
body.store-page-body .store-profile .store-initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  border: 1.5px solid #FAF6EE;
  border-radius: 50%;
  background: #C89146;
  color: #4B2E1F;
  font-weight: 900;
}

body.store-page-body .store-info-strip,
body.store-page-body .store-nav,
body.store-page-body .mobile-nav,
body.store-page-body .bottom-nav,
body.store-page-body .bottom-cart-bar,
body.store-page-body .cart-bar,
body.store-page-body .store-bottom-bar,
body.store-page-body [data-store-bottom-bar],
body.store-page-body [data-store-order-bar] {
  border-color: #4B2E1F;
  background: #4B2E1F;
  color: #FAF6EE;
}

body.store-page-body .store-info-strip *,
body.store-page-body .store-nav *,
body.store-page-body .mobile-nav *,
body.store-page-body .bottom-nav *,
body.store-page-body .bottom-cart-bar *,
body.store-page-body .cart-bar *,
body.store-page-body .store-bottom-bar *,
body.store-page-body [data-store-bottom-bar] *,
body.store-page-body [data-store-order-bar] * {
  color: inherit;
}

body.store-page-body .store-order-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
}

body.store-page-body .store-order-cta__total,
body.store-page-body [data-store-order-cta-total] {
  order: 1;
  margin-inline-start: 0;
  margin-inline-end: auto;
}

body.store-page-body .store-order-cta__label {
  order: 2;
  margin-inline-start: auto;
  margin-inline-end: 0;
}

body.store-page-body .bottom-cart-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
}

body.store-page-body .bottom-cart-bar[hidden] {
  display: none;
}

body.store-page-body .bottom-cart-summary {
  order: 1;
  margin-inline-start: 0;
  margin-inline-end: auto;
}

body.store-page-body .bottom-cart-action {
  order: 2;
  margin-inline-start: auto;
  margin-inline-end: 0;
}

/* store-product-contrast-cart-order-border-fix-20260603 */
body.store-page-body {
  background: #FAF6EE;
}

body.store-page-body .store-shell,
body.store-page-body .store-page,
body.store-page-body .store-main,
body.store-page-body [data-store-board] {
  background: #FAF6EE;
}

body.store-page-body .store-board,
body.store-page-body .store-content,
body.store-page-body [data-products-section],
body.store-page-body [data-products-list],
body.store-page-body .products-section,
body.store-page-body .products-list,
body.store-page-body .store-products {
  background: #FAF6EE;
}

body.store-page-body .store-profile,
body.store-page-body [data-store-content].store-profile {
  background: #4B2E1F;
}

body.store-page-body .store-board .product-card,
body.store-page-body .product-card {
  background: #E8D8BE;
  border: 2px solid #4B2E1F;
  outline: 1px solid #4B2E1F;
  outline-offset: -1px;
  border-radius: 16px;
  overflow: hidden;
}

body.store-page-body .add-product-button,
body.store-page-body .decrease-product-button,
body.store-page-body .quantity-button,
body.store-page-body .product-quantity-btn,
body.store-page-body .c-btn {
  background: #5E7A45;
  color: #fff;
}

body.store-page-body [data-store-order-cta],
body.store-page-body .cart-bar,
body.store-page-body .bottom-cart-bar,
body.store-page-body .store-bottom-bar,
body.store-page-body [data-store-order-bar] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
}

body.store-page-body [data-store-order-cta-total],
body.store-page-body [data-cart-total],
body.store-page-body .cart-total,
body.store-page-body .store-order-total,
body.store-page-body .order-total {
  order: 1;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

body.store-page-body .store-order-cta__label,
body.store-page-body .view-cart-button,
body.store-page-body [data-store-order-button],
body.store-page-body .store-order-button {
  order: 2;
  margin-inline-start: auto;
  margin-inline-end: 0;
}

body.store-page-body .bottom-cart-bar[hidden] {
  display: none;
}

/* store-page-card-background-contrast-enforcement-20260603 */
body.store-page-body,
body.store-page-body .store-shell,
body.store-page-body .store-page,
body.store-page-body .store-main,
body.store-page-body .store-board,
body.store-page-body .store-content,
body.store-page-body [data-store-board],
body.store-page-body [data-products-section],
body.store-page-body [data-products-list],
body.store-page-body .products-section,
body.store-page-body .products-list,
body.store-page-body .store-products {
  background: #FAF6EE;
}

body.store-page-body .store-profile,
body.store-page-body [data-store-content].store-profile {
  background: #4B2E1F;
}

body.store-page-body .products-list,
body.store-page-body [data-products-list] {
  background: #FAF6EE;
  gap: 10px;
}

body.store-page-body .store-board .products-list,
body.store-page-body .store-board [data-products-list],
body.store-page-body [data-store-board] .products-list,
body.store-page-body [data-store-board] [data-products-list] {
  background: #FAF6EE;
}

body.store-page-body .store-board .product-card,
body.store-page-body .product-card {
  background: #E8D8BE;
  border: 2px solid #4B2E1F;
  border-radius: 16px;
  overflow: hidden;
}

/* store-header-logo-transparent-badge-fix-20260603 */
body.store-page-body .store-site-header .store-breadcrumb,
body.store-page-body .market-link,
body.store-page-body .store-market-link,
body.store-page-body .header-market-link,
body.store-page-body [data-market-link] {
  background: rgba(200, 145, 70, 0.14);
  border: 1px solid rgba(200, 145, 70, 0.42);
  border-radius: 14px;
  color: #FAF6EE;
}

body.store-page-body .store-site-header .store-breadcrumb:hover {
  background: rgba(200, 145, 70, 0.2);
  border-color: rgba(200, 145, 70, 0.56);
}

body.store-page-body .store-site-header .store-breadcrumb:active {
  background: rgba(200, 145, 70, 0.24);
  border-color: rgba(200, 145, 70, 0.68);
}

body.store-page-body .store-site-header .store-breadcrumb .store-breadcrumb__icon,
body.store-page-body .market-link__icon,
body.store-page-body .store-market-link__icon,
body.store-page-body .header-market-link__icon,
body.store-page-body [data-market-link-icon] {
  background: rgba(200, 145, 70, 0.18);
  border: 1px solid rgba(200, 145, 70, 0.5);
  border-radius: 12px;
  color: #C89146;
}

body.store-page-body .store-site-header .store-breadcrumb img,
body.store-page-body .market-link img,
body.store-page-body .store-market-link img,
body.store-page-body .header-market-link img,
body.store-page-body [data-market-link] img {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.store-page-body .store-site-header .store-breadcrumb .store-breadcrumb__label {
  color: rgba(250, 246, 238, 0.72);
}

body.store-page-body .store-site-header .store-breadcrumb .store-breadcrumb__market {
  color: #FAF6EE;
}

body.store-page-body .share-store-button--top,
body.store-page-body .store-share-button,
body.store-page-body .share-button,
body.store-page-body .header-action {
  background: rgba(250, 246, 238, 0.08);
  border: 1px solid rgba(250, 246, 238, 0.25);
  color: #FAF6EE;
}

/* store-info-strip-text-color-fix-20260603 */
body.store-page-body .store-info-strip,
body.store-page-body [data-store-info-strip],
body.store-page-body .store-info-strip .pickup-schedule,
body.store-page-body [data-store-info-strip] [data-pickup-schedule] {
  color: #E8D8BE;
}

body.store-page-body .store-info-strip .order-type-row,
body.store-page-body [data-store-info-strip] [data-order-types] {
  color: #E8D8BE;
}

/* store-product-add-button-gold-cta-20260603 */
body.store-page-body .store-board .add-product-button,
body.store-page-body .store-board .decrease-product-button,
body.store-page-body .store-board [data-product-add],
body.store-page-body .store-board .quantity-button,
body.store-page-body .store-board .product-quantity-btn,
body.store-page-body .store-board .c-btn {
  background: #C89146;
  color: #4B2E1F;
  border: 1.5px solid #4B2E1F;
}

body.store-page-body .store-board .product-quantity,
body.store-page-body .store-board .product-quantity-number,
body.store-page-body .store-board .c-num {
  background: #FAF6EE;
  color: #4B2E1F;
  border-top: 1.5px solid #4B2E1F;
  border-bottom: 1.5px solid #4B2E1F;
}

/* final override for store-status-dot-fix-restore-add-button-green-20260603 */
body.store-page-body .store-board .add-product-button,
body.store-page-body .store-board .decrease-product-button,
body.store-page-body .store-board [data-product-add],
body.store-page-body .store-board .quantity-button,
body.store-page-body .store-board .product-quantity-btn,
body.store-page-body .store-board .c-btn {
  background: #5E7A45;
  color: #FFFFFF;
  border-color: transparent;
}

body.store-page-body .store-board .add-product-button:hover,
body.store-page-body .store-board .decrease-product-button:hover,
body.store-page-body .store-board [data-product-add]:hover,
body.store-page-body .store-board .quantity-button:hover,
body.store-page-body .store-board .product-quantity-btn:hover,
body.store-page-body .store-board .c-btn:hover {
  background: #4F6A39;
}

/* store-status-dot-fix-restore-add-button-green-20260603 */
body.store-page-body .store-board .add-product-button,
body.store-page-body .store-board .decrease-product-button,
body.store-page-body .store-board [data-product-add],
body.store-page-body .store-board .quantity-button,
body.store-page-body .store-board .product-quantity-btn,
body.store-page-body .store-board .c-btn {
  background: #5E7A45;
  color: #FFFFFF;
  border-color: transparent;
}

body.store-page-body .store-board .add-product-button:hover,
body.store-page-body .store-board .decrease-product-button:hover,
body.store-page-body .store-board [data-product-add]:hover,
body.store-page-body .store-board .quantity-button:hover,
body.store-page-body .store-board .product-quantity-btn:hover,
body.store-page-body .store-board .c-btn:hover {
  background: #4F6A39;
}

body.store-page-body .store-info-strip .pickup-schedule::before,
body.store-page-body [data-store-info-strip] [data-pickup-schedule]::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-inline-end: 5px;
  border: 1px solid rgba(250, 246, 238, 0.65);
  border-radius: 50%;
  background: #7FB069;
  font-size: 0;
  line-height: 1;
}

/* store-product-add-button-strong-green-cta-20260603 */
body.store-page-body .store-board .add-product-button,
body.store-page-body .store-board .decrease-product-button,
body.store-page-body .store-board [data-product-add],
body.store-page-body .store-board .quantity-button,
body.store-page-body .store-board .product-quantity-btn,
body.store-page-body .store-board .c-btn {
  background: #2F6B3A;
  color: #FFFFFF;
  border: 1.5px solid #4B2E1F;
}

body.store-page-body .store-board .add-product-button:hover,
body.store-page-body .store-board .decrease-product-button:hover,
body.store-page-body .store-board [data-product-add]:hover,
body.store-page-body .store-board .quantity-button:hover,
body.store-page-body .store-board .product-quantity-btn:hover,
body.store-page-body .store-board .c-btn:hover {
  background: #285A32;
}

body.store-page-body .store-board .product-quantity,
body.store-page-body .store-board .product-quantity-number,
body.store-page-body .store-board .c-num {
  background: #FAF6EE;
  color: #4B2E1F;
  border-top: 1.5px solid #4B2E1F;
  border-bottom: 1.5px solid #4B2E1F;
}

/* final restore for store-status-dot-fix-restore-add-button-green-20260603 */
body.store-page-body .store-board .add-product-button,
body.store-page-body .store-board .decrease-product-button,
body.store-page-body .store-board [data-product-add],
body.store-page-body .store-board .quantity-button,
body.store-page-body .store-board .product-quantity-btn,
body.store-page-body .store-board .c-btn {
  background: #5E7A45;
  color: #FFFFFF;
  border-color: transparent;
}

body.store-page-body .store-board .add-product-button:hover,
body.store-page-body .store-board .decrease-product-button:hover,
body.store-page-body .store-board [data-product-add]:hover,
body.store-page-body .store-board .quantity-button:hover,
body.store-page-body .store-board .product-quantity-btn:hover,
body.store-page-body .store-board .c-btn:hover {
  background: #4F6A39;
}

/* final override for store-product-add-button-earthy-color-fix-20260603 */
body.store-page-body .store-board .add-product-button,
body.store-page-body .store-board .decrease-product-button,
body.store-page-body .store-board [data-product-add],
body.store-page-body .store-board .quantity-button,
body.store-page-body .store-board .product-quantity-btn,
body.store-page-body .store-board .c-btn {
  background: #C89146;
  color: #4B2E1F;
  border: 1.5px solid #4B2E1F;
}

body.store-page-body .store-board .add-product-button:hover,
body.store-page-body .store-board .decrease-product-button:hover,
body.store-page-body .store-board [data-product-add]:hover,
body.store-page-body .store-board .quantity-button:hover,
body.store-page-body .store-board .product-quantity-btn:hover,
body.store-page-body .store-board .c-btn:hover {
  background: #B9833D;
}

body.store-page-body .store-board .product-quantity,
body.store-page-body .store-board .product-quantity-number,
body.store-page-body .store-board .c-num {
  background: #FAF6EE;
  color: #4B2E1F;
  border-top: 1.5px solid #4B2E1F;
  border-bottom: 1.5px solid #4B2E1F;
}

/* store-remove-duplicate-bottom-order-box-20260603 */
body.store-page-body .bottom-cart-bar,
body.store-page-body [data-bottom-cart-bar] {
  display: none !important;
}

/* store-cart-panel-header-controls-polish-20260603 */
body.store-page-body [data-cart-panel] .cart-heading {
  background: #4B2E1F;
  color: #FAF6EE;
  border-radius: 14px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 30px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  direction: rtl;
}

body.store-page-body [data-cart-panel] .cart-heading *,
body.store-page-body [data-cart-panel] .cart-heading h2,
body.store-page-body [data-cart-panel] .cart-heading [data-cart-count],
body.store-page-body [data-cart-panel] .cart-heading [data-cart-total] {
  color: inherit;
}

body.store-page-body [data-cart-panel] .cart-heading > div {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

body.store-page-body [data-cart-panel] .cart-heading h2 {
  margin: 0 0 2px;
}

body.store-page-body [data-cart-panel] .cart-heading [data-cart-count] {
  display: block;
  opacity: 0.82;
}

body.store-page-body [data-cart-panel] .cart-heading [data-cart-total] {
  grid-column: 2;
  grid-row: 1;
  width: auto;
  min-width: max-content;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-align: left;
  white-space: nowrap;
}

body.store-page-body [data-cart-panel] .cart-heading [data-close-order-panel],
body.store-page-body [data-cart-panel] .cart-heading [data-cart-close],
body.store-page-body [data-cart-panel] .cart-heading .cart-drawer-close,
body.store-page-body [data-cart-panel] .cart-heading .close-button {
  grid-column: 3;
  grid-row: 1;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  background: rgba(250, 246, 238, 0.12);
  color: #FAF6EE;
  border: 1px solid rgba(250, 246, 238, 0.28);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.store-page-body [data-cart-panel] .cart-item .cart-controls button:not(.remove-cart-item),
body.store-page-body [data-cart-panel] [data-cart-item] .cart-controls button:not(.remove-cart-item),
body.store-page-body [data-cart-panel] .increase-button,
body.store-page-body [data-cart-panel] .decrease-button,
body.store-page-body [data-cart-panel] .quantity-button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: #4B2E1F;
  color: #FAF6EE;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

body.store-page-body [data-cart-panel] .cart-item .remove-cart-item,
body.store-page-body [data-cart-panel] .remove-button,
body.store-page-body [data-cart-panel] [data-cart-item] .remove-button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  background: #FAF6EE;
  color: #4B2E1F;
  border: 1px solid rgba(75, 46, 31, 0.25);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.store-page-body [data-cart-panel] .cart-item .cart-controls span,
body.store-page-body [data-cart-panel] .quantity-number,
body.store-page-body [data-cart-panel] .cart-quantity {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: #FAF6EE;
  color: #1F1A16;
  border-top: 1.5px solid #4B2E1F;
  border-bottom: 1.5px solid #4B2E1F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

body.store-page-body [data-cart-panel] .order-method-button,
body.store-page-body [data-cart-panel] .order-type-button,
body.store-page-body [data-cart-panel] [data-order-method-options] button,
body.store-page-body [data-cart-panel] [data-order-type-button] {
  background: #FAF6EE;
  color: #4B2E1F;
  border: 1px solid rgba(75, 46, 31, 0.18);
  border-radius: 10px;
}

body.store-page-body [data-cart-panel] .order-method-button.active,
body.store-page-body [data-cart-panel] .order-method-button.is-selected,
body.store-page-body [data-cart-panel] .order-method-button[aria-pressed="true"],
body.store-page-body [data-cart-panel] .order-type-button.is-selected,
body.store-page-body [data-cart-panel] [data-order-method-options] button[aria-pressed="true"],
body.store-page-body [data-cart-panel] [data-order-type-button].is-selected {
  background: #4B2E1F;
  color: #FAF6EE;
  border-color: #4B2E1F;
}

body.store-page-body [data-cart-panel] [data-send-whatsapp],
body.store-page-body [data-cart-panel] .send-whatsapp-button,
body.store-page-body [data-cart-panel] .cart-submit-button,
body.store-page-body [data-cart-panel] .cart-next-button {
  background: #C89146;
  color: #4B2E1F;
  border: 1px solid #C89146;
  border-radius: 12px;
  font-weight: 900;
}

/* store-cart-panel-visual-system-fix-20260603 */
body.store-page-body [data-cart-panel],
body.store-page-body .cart-panel,
body.store-page-body .cart-sheet,
body.store-page-body .checkout-panel {
  background: #FAF6EE;
  color: #4B2E1F;
}

body.store-page-body [data-cart-panel] .cart-heading h2,
body.store-page-body [data-cart-panel] #cart-title,
body.store-page-body [data-cart-panel] [data-cart-count] {
  color: #4B2E1F;
}

body.store-page-body [data-cart-panel] .cart-drawer-close,
body.store-page-body [data-cart-panel] .close-button,
body.store-page-body [data-cart-panel] [data-cart-close],
body.store-page-body [data-cart-panel] [data-close-order-panel] {
  background: #FAF6EE;
  color: #4B2E1F;
  border: 1px solid rgba(75, 46, 31, 0.18);
  border-radius: 12px;
}

body.store-page-body [data-cart-panel] [data-cart-total],
body.store-page-body [data-cart-panel] .cart-total-box,
body.store-page-body [data-cart-panel] .cart-summary,
body.store-page-body [data-cart-panel] [data-cart-summary],
body.store-page-body [data-cart-panel] [data-cart-total-box] {
  background: #FAF6EE;
  color: #4B2E1F;
  border: 1.5px solid rgba(75, 46, 31, 0.22);
  border-radius: 12px;
  font-weight: 800;
}

body.store-page-body [data-cart-panel] .cart-item,
body.store-page-body [data-cart-panel] [data-cart-item] {
  background: #E8D8BE;
  color: #4B2E1F;
  border: 1.5px solid #4B2E1F;
  border-radius: 14px;
}

body.store-page-body [data-cart-panel] .cart-item *,
body.store-page-body [data-cart-panel] [data-cart-item] * {
  color: inherit;
}

body.store-page-body [data-cart-panel] .cart-item .cart-controls button:not(.remove-cart-item),
body.store-page-body [data-cart-panel] [data-cart-item] .cart-controls button:not(.remove-cart-item),
body.store-page-body [data-cart-panel] .cart-item .decrease-button,
body.store-page-body [data-cart-panel] .cart-item .increase-button,
body.store-page-body [data-cart-panel] .cart-item .quantity-button,
body.store-page-body [data-cart-panel] [data-cart-item] .decrease-button,
body.store-page-body [data-cart-panel] [data-cart-item] .increase-button,
body.store-page-body [data-cart-panel] [data-cart-item] .quantity-button {
  background: #4B2E1F;
  color: #FAF6EE;
  border: none;
}

body.store-page-body [data-cart-panel] .cart-item .cart-controls span,
body.store-page-body [data-cart-panel] [data-cart-item] .cart-controls span,
body.store-page-body [data-cart-panel] .cart-item .cart-quantity,
body.store-page-body [data-cart-panel] .cart-item .quantity-number,
body.store-page-body [data-cart-panel] [data-cart-item] .cart-quantity,
body.store-page-body [data-cart-panel] [data-cart-item] .quantity-number {
  background: #FAF6EE;
  color: #1F1A16;
  border-top: 1.5px solid #4B2E1F;
  border-bottom: 1.5px solid #4B2E1F;
  font-weight: 700;
}

body.store-page-body [data-cart-panel] .cart-item .remove-cart-item,
body.store-page-body [data-cart-panel] .cart-item .remove-button,
body.store-page-body [data-cart-panel] [data-cart-item] .remove-cart-item,
body.store-page-body [data-cart-panel] [data-cart-item] .remove-button {
  background: #FAF6EE;
  color: #4B2E1F;
  border: 1px solid rgba(75, 46, 31, 0.25);
}

body.store-page-body [data-cart-panel] .order-method-panel,
body.store-page-body [data-cart-panel] .order-type-section,
body.store-page-body [data-cart-panel] [data-order-method-panel],
body.store-page-body [data-cart-panel] [data-order-type-section] {
  background: #FAF6EE;
  border: 1px solid rgba(75, 46, 31, 0.15);
  border-radius: 14px;
  color: #4B2E1F;
}

body.store-page-body [data-cart-panel] .order-method-button,
body.store-page-body [data-cart-panel] .order-type-button,
body.store-page-body [data-cart-panel] [data-order-method-options] button,
body.store-page-body [data-cart-panel] [data-order-type-button] {
  background: #FAF6EE;
  color: #4B2E1F;
  border: 1px solid rgba(75, 46, 31, 0.18);
  border-radius: 10px;
}

body.store-page-body [data-cart-panel] .order-method-button.is-selected,
body.store-page-body [data-cart-panel] .order-method-button[aria-pressed="true"],
body.store-page-body [data-cart-panel] .order-type-button.is-selected,
body.store-page-body [data-cart-panel] [data-order-method-options] button[aria-pressed="true"],
body.store-page-body [data-cart-panel] [data-order-type-button].is-selected {
  background: #4B2E1F;
  color: #FAF6EE;
  border-color: #4B2E1F;
}

body.store-page-body [data-cart-panel] textarea,
body.store-page-body [data-cart-panel] .order-notes,
body.store-page-body [data-cart-panel] [data-order-notes] {
  background: #FAF6EE;
  color: #4B2E1F;
  border: 1.5px solid rgba(75, 46, 31, 0.18);
  border-radius: 12px;
}

body.store-page-body [data-cart-panel] textarea::placeholder {
  color: rgba(75, 46, 31, 0.45);
}

body.store-page-body [data-cart-panel] .cart-next-button,
body.store-page-body [data-cart-panel] .send-whatsapp-button,
body.store-page-body [data-cart-panel] [data-send-whatsapp],
body.store-page-body [data-cart-panel] .cart-submit-button {
  background: #4B2E1F;
  color: #FAF6EE;
  border: 1px solid #4B2E1F;
  border-radius: 12px;
  font-weight: 900;
}

/* final EOF cart ordering enforcement for store-page-final-visual-system-and-cart-fix-20260603 */
body.store-page-body [data-store-order-cta],
body.store-page-body .store-order-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
}

body.store-page-body [data-store-order-cta].is-empty,
body.store-page-body .store-order-cta.is-empty {
  background: #E8D8BE;
  border: 1px solid rgba(75, 46, 31, 0.15);
  color: #4B2E1F;
  opacity: 0.75;
}

body.store-page-body [data-store-order-cta]:not(.is-empty),
body.store-page-body .store-order-cta:not(.is-empty) {
  background: #4B2E1F;
  color: #FAF6EE;
  border: 1px solid #4B2E1F;
  opacity: 1;
}

body.store-page-body [data-store-order-cta-total],
body.store-page-body .store-order-cta__total {
  order: 1;
  margin-inline: 0;
  color: inherit;
  border-color: transparent;
  background: transparent;
  padding-inline: 0;
  text-align: right;
}

body.store-page-body .store-order-cta__label {
  order: 2;
  margin-inline: 0;
  color: inherit;
}

body.store-page-body [data-store-order-cta].is-empty .store-order-cta__label,
body.store-page-body [data-store-order-cta].is-empty .store-order-cta__total,
body.store-page-body [data-store-order-cta].is-empty [data-store-order-cta-total],
body.store-page-body .store-order-cta.is-empty .store-order-cta__label,
body.store-page-body .store-order-cta.is-empty .store-order-cta__total {
  color: #4B2E1F;
}

body.store-page-body [data-store-order-cta]:not(.is-empty) .store-order-cta__label,
body.store-page-body [data-store-order-cta]:not(.is-empty) .store-order-cta__total,
body.store-page-body [data-store-order-cta]:not(.is-empty) [data-store-order-cta-total],
body.store-page-body .store-order-cta:not(.is-empty) .store-order-cta__label,
body.store-page-body .store-order-cta:not(.is-empty) .store-order-cta__total {
  color: #FAF6EE;
}

body.store-page-body .bottom-cart-bar[data-bottom-cart-bar] {
  display: none !important;
}

/* final cart ordering enforcement for store-page-final-visual-system-and-cart-fix-20260603 */
body.store-page-body [data-store-order-cta],
body.store-page-body .store-order-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
}

body.store-page-body [data-store-order-cta].is-empty,
body.store-page-body .store-order-cta.is-empty {
  background: #E8D8BE;
  border: 1px solid rgba(75, 46, 31, 0.15);
  color: #4B2E1F;
  opacity: 0.75;
}

body.store-page-body [data-store-order-cta]:not(.is-empty),
body.store-page-body .store-order-cta:not(.is-empty) {
  background: #4B2E1F;
  color: #FAF6EE;
  border: 1px solid #4B2E1F;
  opacity: 1;
}

body.store-page-body [data-store-order-cta-total],
body.store-page-body .store-order-cta__total {
  order: 1;
  margin-inline: 0;
  color: inherit;
  border-color: transparent;
  background: transparent;
  padding-inline: 0;
  text-align: right;
}

body.store-page-body .store-order-cta__label {
  order: 2;
  margin-inline: 0;
  color: inherit;
}

body.store-page-body [data-store-order-cta].is-empty .store-order-cta__label,
body.store-page-body [data-store-order-cta].is-empty .store-order-cta__total,
body.store-page-body [data-store-order-cta].is-empty [data-store-order-cta-total],
body.store-page-body .store-order-cta.is-empty .store-order-cta__label,
body.store-page-body .store-order-cta.is-empty .store-order-cta__total {
  color: #4B2E1F;
}

body.store-page-body [data-store-order-cta]:not(.is-empty) .store-order-cta__label,
body.store-page-body [data-store-order-cta]:not(.is-empty) .store-order-cta__total,
body.store-page-body [data-store-order-cta]:not(.is-empty) [data-store-order-cta-total],
body.store-page-body .store-order-cta:not(.is-empty) .store-order-cta__label,
body.store-page-body .store-order-cta:not(.is-empty) .store-order-cta__total {
  color: #FAF6EE;
}

body.store-page-body .bottom-cart-bar[data-bottom-cart-bar] {
  display: none !important;
}

/* store-page-final-visual-system-and-cart-fix-20260603 */
body.store-page-body,
body.store-page-body .store-shell,
body.store-page-body .store-page,
body.store-page-body .store-main,
body.store-page-body [data-store-board],
body.store-page-body [data-products-section],
body.store-page-body [data-products-list] {
  background: #FAF6EE;
}

body.store-page-body .store-profile,
body.store-page-body [data-store-content] {
  background: #4B2E1F;
  color: #FAF6EE;
}

body.store-page-body [data-store-name],
body.store-page-body .store-profile h1 {
  color: #FAF6EE;
  opacity: 1;
}

body.store-page-body [data-store-description],
body.store-page-body .store-profile p {
  color: #E8D8BE;
  opacity: 0.7;
}

body.store-page-body .store-cover,
body.store-page-body [data-store-cover],
body.store-page-body .store-avatar,
body.store-page-body .family-avatar,
body.store-page-body .store-initial {
  background: #C89146;
  color: #4B2E1F;
  border: 1.5px solid #FAF6EE;
  border-radius: 50%;
}

body.store-page-body [data-store-category],
body.store-page-body [data-store-status],
body.store-page-body .store-profile .pill,
body.store-page-body .store-profile .chip {
  background: rgba(250, 246, 238, 0.12);
  color: #FAF6EE;
  border: 1px solid rgba(250, 246, 238, 0.28);
}

body.store-page-body .store-info-strip,
body.store-page-body [data-store-info-strip] {
  background: rgba(232, 216, 190, 0.08);
  border: 1px solid rgba(232, 216, 190, 0.15);
  color: #E8D8BE;
}

body.store-page-body .store-info-strip *,
body.store-page-body [data-store-info-strip] * {
  color: #E8D8BE;
}

body.store-page-body .store-info-strip .pickup-schedule::before,
body.store-page-body [data-store-info-strip] [data-pickup-schedule]::before {
  background: #5E7A45;
  box-shadow: 0 0 0 3px rgba(94, 122, 69, 0.3);
  border-radius: 50%;
}

body.store-page-body .product-card {
  background: #E8D8BE;
  border: 1.5px solid #4B2E1F;
  border-radius: 14px;
  overflow: hidden;
}

body.store-page-body .product-image,
body.store-page-body .product-media,
body.store-page-body .product-card__image {
  background: #D4C4A8;
}

body.store-page-body .product-card .add-product-button,
body.store-page-body .product-card .increase-product-button,
body.store-page-body .product-card .decrease-product-button,
body.store-page-body .product-card [data-product-add] {
  background: #4B2E1F;
  color: #FAF6EE;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

body.store-page-body .product-card .add-product-button:hover,
body.store-page-body .product-card .increase-product-button:hover,
body.store-page-body .product-card .decrease-product-button:hover,
body.store-page-body .product-card [data-product-add]:hover {
  background: #3F271B;
  color: #FAF6EE;
}

body.store-page-body .product-card .add-product-button {
  border-radius: 8px;
}

body.store-page-body .product-card.has-quantity .decrease-product-button {
  border-radius: 8px 0 0 8px;
}

body.store-page-body .product-card.has-quantity .add-product-button,
body.store-page-body .product-card.has-quantity .increase-product-button {
  border-radius: 0 8px 8px 0;
}

body.store-page-body .product-card .product-quantity,
body.store-page-body .product-card [data-product-quantity] {
  background: #FAF6EE;
  border-top: 1.5px solid #4B2E1F;
  border-bottom: 1.5px solid #4B2E1F;
  color: #1F1A16;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.store-page-body .product-card:not(.has-quantity) .decrease-product-button,
body.store-page-body .product-card:not(.has-quantity) .product-quantity,
body.store-page-body .product-card:not(.has-quantity) [data-product-quantity] {
  display: none;
}

body.store-page-body .product-card.has-quantity .decrease-product-button,
body.store-page-body .product-card.has-quantity .product-quantity,
body.store-page-body .product-card.has-quantity [data-product-quantity] {
  display: inline-flex;
}

body.store-page-body [data-store-order-cta],
body.store-page-body .store-order-cta,
body.store-page-body .cart-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
}

body.store-page-body [data-store-order-cta].is-empty,
body.store-page-body .store-order-cta.is-empty,
body.store-page-body .cart-bar.is-empty {
  background: #E8D8BE;
  border: 1px solid rgba(75, 46, 31, 0.15);
  color: #4B2E1F;
  opacity: 0.75;
}

body.store-page-body [data-store-order-cta]:not(.is-empty),
body.store-page-body .store-order-cta:not(.is-empty),
body.store-page-body .cart-bar:not(.is-empty),
body.store-page-body [data-store-order-cta].has-items,
body.store-page-body .store-order-cta.has-items {
  background: #4B2E1F;
  color: #FAF6EE;
  border: 1px solid #4B2E1F;
  opacity: 1;
}

body.store-page-body [data-store-order-cta] *,
body.store-page-body .store-order-cta * {
  color: inherit;
}

body.store-page-body [data-store-order-cta-total],
body.store-page-body .store-order-cta__total,
body.store-page-body [data-cart-total],
body.store-page-body .cart-total,
body.store-page-body .store-order-total,
body.store-page-body .order-total {
  order: 1;
  margin-inline: 0;
}

body.store-page-body .store-order-cta__label,
body.store-page-body [data-store-order-button],
body.store-page-body .view-cart-button,
body.store-page-body .store-order-button {
  order: 2;
  margin-inline: 0;
}

body.store-page-body .store-order-cta__total,
body.store-page-body [data-store-order-cta-total] {
  border-color: transparent;
  background: transparent;
  padding-inline: 0;
  text-align: right;
}

body.store-page-body [data-store-order-cta].is-empty .store-order-cta__label,
body.store-page-body [data-store-order-cta].is-empty .store-order-cta__total,
body.store-page-body [data-store-order-cta].is-empty [data-store-order-cta-total],
body.store-page-body .store-order-cta.is-empty .store-order-cta__label,
body.store-page-body .store-order-cta.is-empty .store-order-cta__total {
  color: #4B2E1F;
}

body.store-page-body [data-store-order-cta]:not(.is-empty) .store-order-cta__label,
body.store-page-body [data-store-order-cta]:not(.is-empty) .store-order-cta__total,
body.store-page-body [data-store-order-cta]:not(.is-empty) [data-store-order-cta-total],
body.store-page-body .store-order-cta:not(.is-empty) .store-order-cta__label,
body.store-page-body .store-order-cta:not(.is-empty) .store-order-cta__total {
  color: #FAF6EE;
}

body.store-page-body .bottom-cart-bar[data-bottom-cart-bar] {
  display: none !important;
}

/* store-page-final-color-system-polish-20260603 */
body.store-page-body,
body.store-page-body .store-shell,
body.store-page-body .store-page,
body.store-page-body .store-main,
body.store-page-body [data-store-board],
body.store-page-body [data-products-section],
body.store-page-body [data-products-list],
body.store-page-body .products-section,
body.store-page-body .products-list {
  background: #FAF6EE;
}

body.store-page-body .store-profile,
body.store-page-body [data-store-content].store-profile,
body.store-page-body .store-hero,
body.store-page-body .store-summary {
  background: #4B2E1F;
  color: #FAF6EE;
}

body.store-page-body .store-profile h1,
body.store-page-body [data-store-name] {
  color: #FAF6EE;
  opacity: 1;
}

body.store-page-body .store-profile p,
body.store-page-body .store-profile [data-store-description],
body.store-page-body [data-store-description] {
  color: #E8D8BE;
  opacity: 0.7;
}

body.store-page-body .store-cover,
body.store-page-body [data-store-cover],
body.store-page-body .store-avatar,
body.store-page-body .family-avatar,
body.store-page-body .store-initial {
  background: #C89146;
  color: #4B2E1F;
  border: 1.5px solid #FAF6EE;
  border-radius: 50%;
}

body.store-page-body [data-store-category],
body.store-page-body [data-store-status],
body.store-page-body .store-profile .pill,
body.store-page-body .store-profile .chip {
  background: rgba(250, 246, 238, 0.12);
  color: #FAF6EE;
  border: 1px solid rgba(250, 246, 238, 0.28);
}

body.store-page-body .store-info-strip,
body.store-page-body [data-store-info-strip] {
  background: rgba(232, 216, 190, 0.08);
  border: 1px solid rgba(232, 216, 190, 0.15);
  color: #E8D8BE;
}

body.store-page-body .store-info-strip *,
body.store-page-body [data-store-info-strip] * {
  color: #E8D8BE;
}

body.store-page-body .store-info-strip .pickup-schedule::before,
body.store-page-body [data-store-info-strip] [data-pickup-schedule]::before {
  background: #5E7A45;
  box-shadow: 0 0 0 3px rgba(94, 122, 69, 0.3);
  border: 0;
  border-radius: 50%;
}

body.store-page-body .store-board .product-card,
body.store-page-body .product-card {
  background: #E8D8BE;
  border: 1.5px solid #4B2E1F;
  outline: 0;
  border-radius: 14px;
  overflow: hidden;
}

body.store-page-body .store-board .product-image,
body.store-page-body .product-image,
body.store-page-body .product-media,
body.store-page-body .product-card__image {
  background: #D4C4A8;
}

body.store-page-body .store-board .product-quantity-controls {
  direction: ltr;
}

body.store-page-body .store-board .product-quantity-controls .decrease-product-button {
  order: 1;
  border-radius: 8px 0 0 8px;
}

body.store-page-body .store-board .product-quantity-controls .product-quantity {
  order: 2;
}

body.store-page-body .store-board .product-quantity-controls .add-product-button {
  order: 3;
  border-radius: 0 8px 8px 0;
}

body.store-page-body .store-board .product-card:not(.has-quantity) .add-product-button {
  border-radius: 8px;
}

body.store-page-body .store-board .product-card:not(.has-quantity) .decrease-product-button,
body.store-page-body .store-board .product-card:not(.has-quantity) .product-quantity {
  display: none;
}

/* store-product-card-add-button-only-color-fix-20260603 */
body.store-page-body .store-board .product-card .add-product-button,
body.store-page-body .store-board .product-card .decrease-product-button,
body.store-page-body .store-board .product-card [data-product-add],
body.store-page-body .store-board .product-card .product-add-button {
  background: #4B2E1F;
  color: #FAF6EE;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

body.store-page-body .store-board .product-card .add-product-button:hover,
body.store-page-body .store-board .product-card .decrease-product-button:hover,
body.store-page-body .store-board .product-card [data-product-add]:hover,
body.store-page-body .store-board .product-card .product-add-button:hover {
  background: #3F271B;
  color: #FAF6EE;
}

body.store-page-body .store-board .product-card .add-product-button.is-single,
body.store-page-body .store-board .product-card [data-product-add]:only-child,
body.store-page-body .store-board .product-card .product-add-button.is-single {
  border-radius: 8px;
}

body.store-page-body .store-board .product-card .product-quantity,
body.store-page-body .store-board .product-card [data-product-quantity] {
  background: #FAF6EE;
  border-top: 1.5px solid #4B2E1F;
  border-bottom: 1.5px solid #4B2E1F;
  border-left: 0;
  border-right: 0;
  color: #1F1A16;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.store-page-body .store-board .product-card.has-quantity .decrease-product-button,
body.store-page-body .store-board .product-card.has-quantity .product-quantity {
  display: inline-flex;
}

body.store-page-body [data-store-order-cta] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
  gap: 12px;
}

body.store-page-body [data-store-order-cta].is-empty,
body.store-page-body [data-cart-empty="true"] {
  background: #E8D8BE;
  border: 1px solid rgba(75, 46, 31, 0.15);
  color: #4B2E1F;
  opacity: 0.75;
}

body.store-page-body [data-store-order-cta]:not(.is-empty) {
  background: #4B2E1F;
  color: #FAF6EE;
  border: 1px solid #4B2E1F;
  opacity: 1;
}

body.store-page-body .store-order-cta__label {
  order: 2;
  margin-inline: 0;
  color: inherit;
}

body.store-page-body .store-order-cta__total,
body.store-page-body [data-store-order-cta-total] {
  order: 1;
  margin-inline: 0;
  color: inherit;
  border-color: transparent;
  background: transparent;
  padding-inline: 0;
  text-align: right;
}

body.store-page-body [data-store-order-cta].is-empty .store-order-cta__label,
body.store-page-body [data-store-order-cta].is-empty .store-order-cta__total,
body.store-page-body [data-store-order-cta].is-empty [data-store-order-cta-total] {
  color: #4B2E1F;
}

body.store-page-body [data-store-order-cta]:not(.is-empty) .store-order-cta__label,
body.store-page-body [data-store-order-cta]:not(.is-empty) .store-order-cta__total,
body.store-page-body [data-store-order-cta]:not(.is-empty) [data-store-order-cta-total] {
  color: #FAF6EE;
}

body.store-page-body .bottom-cart-bar,
body.store-page-body [data-bottom-cart-bar] {
  display: none !important;
}
/* store-cart-panel-header-controls-polish-20260603 final override */
body.store-page-body [data-cart-panel] .cart-heading {
  background: #4B2E1F;
  color: #FAF6EE;
  border-radius: 14px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 30px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  direction: rtl;
}

body.store-page-body [data-cart-panel] .cart-heading *,
body.store-page-body [data-cart-panel] .cart-heading h2,
body.store-page-body [data-cart-panel] .cart-heading [data-cart-count],
body.store-page-body [data-cart-panel] .cart-heading [data-cart-total] {
  color: inherit;
}

body.store-page-body [data-cart-panel] .cart-heading > div {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
}

body.store-page-body [data-cart-panel] .cart-heading [data-cart-total] {
  grid-column: 2;
  grid-row: 1;
  width: auto;
  min-width: max-content;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-align: left;
  white-space: nowrap;
}

body.store-page-body [data-cart-panel] .cart-heading [data-close-order-panel],
body.store-page-body [data-cart-panel] .cart-heading [data-cart-close],
body.store-page-body [data-cart-panel] .cart-heading .cart-drawer-close,
body.store-page-body [data-cart-panel] .cart-heading .close-button {
  grid-column: 3;
  grid-row: 1;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  background: rgba(250, 246, 238, 0.12);
  color: #FAF6EE;
  border: 1px solid rgba(250, 246, 238, 0.28);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.store-page-body [data-cart-panel] .cart-item .cart-controls button:not(.remove-cart-item),
body.store-page-body [data-cart-panel] [data-cart-item] .cart-controls button:not(.remove-cart-item),
body.store-page-body [data-cart-panel] .increase-button,
body.store-page-body [data-cart-panel] .decrease-button,
body.store-page-body [data-cart-panel] .quantity-button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: #4B2E1F;
  color: #FAF6EE;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

body.store-page-body [data-cart-panel] .cart-item .remove-cart-item,
body.store-page-body [data-cart-panel] .remove-button,
body.store-page-body [data-cart-panel] [data-cart-item] .remove-button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  background: #FAF6EE;
  color: #4B2E1F;
  border: 1px solid rgba(75, 46, 31, 0.25);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.store-page-body [data-cart-panel] .cart-item .cart-controls span,
body.store-page-body [data-cart-panel] .quantity-number,
body.store-page-body [data-cart-panel] .cart-quantity {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: #FAF6EE;
  color: #1F1A16;
  border-top: 1.5px solid #4B2E1F;
  border-bottom: 1.5px solid #4B2E1F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

body.store-page-body [data-cart-panel] .order-method-button,
body.store-page-body [data-cart-panel] .order-type-button,
body.store-page-body [data-cart-panel] [data-order-method-options] button,
body.store-page-body [data-cart-panel] [data-order-type-button] {
  background: #FAF6EE;
  color: #4B2E1F;
  border: 1px solid rgba(75, 46, 31, 0.18);
  border-radius: 10px;
}

body.store-page-body [data-cart-panel] .order-method-button.active,
body.store-page-body [data-cart-panel] .order-method-button.is-selected,
body.store-page-body [data-cart-panel] .order-method-button[aria-pressed="true"],
body.store-page-body [data-cart-panel] .order-type-button.is-selected,
body.store-page-body [data-cart-panel] [data-order-method-options] button[aria-pressed="true"],
body.store-page-body [data-cart-panel] [data-order-type-button].is-selected {
  background: #4B2E1F;
  color: #FAF6EE;
  border-color: #4B2E1F;
}

body.store-page-body [data-cart-panel] [data-send-whatsapp],
body.store-page-body [data-cart-panel] .send-whatsapp-button,
body.store-page-body [data-cart-panel] .cart-submit-button,
body.store-page-body [data-cart-panel] .cart-next-button {
  background: #C89146;
  color: #4B2E1F;
  border: 1px solid #C89146;
  border-radius: 12px;
  font-weight: 900;
}
/* store-cart-panel-header-controls-polish-20260603 computed correction */
body.store-page-body [data-cart-panel] .cart-heading #cart-title,
body.store-page-body [data-cart-panel] .cart-heading [data-cart-count],
body.store-page-body [data-cart-panel] .cart-heading [data-cart-total] {
  color: #FAF6EE;
}

body.store-page-body [data-cart-panel] .cart-heading [data-close-order-panel],
body.store-page-body [data-cart-panel] .cart-heading [data-cart-close],
body.store-page-body [data-cart-panel] .cart-heading .cart-drawer-close,
body.store-page-body [data-cart-panel] .cart-heading .close-button,
body.store-page-body [data-cart-panel] .cart-item .cart-controls button:not(.remove-cart-item),
body.store-page-body [data-cart-panel] [data-cart-item] .cart-controls button:not(.remove-cart-item),
body.store-page-body [data-cart-panel] .cart-item .remove-cart-item,
body.store-page-body [data-cart-panel] .remove-button,
body.store-page-body [data-cart-panel] [data-cart-item] .remove-button,
body.store-page-body [data-cart-panel] .cart-item .cart-controls span,
body.store-page-body [data-cart-panel] .quantity-number,
body.store-page-body [data-cart-panel] .cart-quantity {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;
  line-height: 1;
  box-sizing: border-box;
}
/* store-cart-delivery-location-field-polish-20260603 */
body.store-page-body [data-cart-panel] .delivery-location-field,
body.store-page-body [data-cart-panel] [data-delivery-location-field] {
  display: grid;
  gap: 6px;
}

body.store-page-body [data-cart-panel] .auto-location-button,
body.store-page-body [data-cart-panel] [data-detect-location],
body.store-page-body [data-cart-panel] .detect-location-button,
body.store-page-body [data-cart-panel] .location-detect-button {
  width: 100%;
}

body.store-page-body [data-cart-panel] .auto-location-status,
body.store-page-body [data-cart-panel] .location-status,
body.store-page-body [data-cart-panel] [data-location-status],
body.store-page-body [data-cart-panel] .delivery-location-status {
  margin-top: 6px;
  margin-bottom: 8px;
  color: #5E7A45;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

body.store-page-body [data-cart-panel] textarea::placeholder,
body.store-page-body [data-cart-panel] input::placeholder {
  color: rgba(75, 46, 31, 0.45);
}
/* store-cart-panel-bottom-sheet-20260603 */
body.store-page-body.cart-sheet-open {
  overflow: hidden;
}

body.store-page-body .store-cart-overlay,
body.store-page-body [data-cart-overlay] {
  position: fixed;
  inset: 0;
  background: rgba(31, 26, 22, 0.52);
  z-index: 900;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

body.store-page-body.cart-sheet-open .store-cart-overlay,
body.store-page-body.cart-sheet-open [data-cart-overlay] {
  opacity: 1;
  pointer-events: auto;
}

body.store-page-body .cart-panel,
body.store-page-body .cart-sheet,
body.store-page-body .checkout-panel,
body.store-page-body [data-cart-panel] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: min(100%, 480px);
  margin-inline: auto;
  max-height: 85dvh;
  overflow-y: auto;
  background: #FAF6EE;
  color: #4B2E1F;
  border-radius: 20px 20px 0 0;
  border-top: 2px solid #C89146;
  z-index: 901;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 260ms ease,
    opacity 180ms ease;
  padding: 16px;
  box-sizing: border-box;
}

body.store-page-body.cart-sheet-open .cart-panel,
body.store-page-body.cart-sheet-open .cart-sheet,
body.store-page-body.cart-sheet-open .checkout-panel,
body.store-page-body.cart-sheet-open [data-cart-panel] {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

body.store-page-body .bottom-cart-bar[data-bottom-cart-bar],
body.store-page-body [data-bottom-cart-bar] {
  display: none !important;
}
/* store-info-strip-readable-text-fix-20260603 */
body.store-page-body .store-info-strip,
body.store-page-body [data-store-info-strip] {
  color: #E8D8BE;
}

body.store-page-body .store-info-strip .pickup-schedule,
body.store-page-body .store-info-strip [data-pickup-schedule],
body.store-page-body [data-store-info-strip] .pickup-schedule,
body.store-page-body [data-store-info-strip] [data-pickup-schedule] {
  color: #E8D8BE;
  opacity: 1;
}

/* store-info-strip-dark-background-contrast-fix-20260603 */
body.store-page-body .store-board .store-info-strip,
body.store-page-body [data-store-info-strip] {
  background: #4B2E1F;
  border: 1px solid rgba(232, 216, 190, 0.18);
  color: #E8D8BE;
}

body.store-page-body [data-store-info-strip] [data-pickup-schedule],
body.store-page-body .store-info-strip .pickup-schedule {
  color: #E8D8BE;
  opacity: 1;
}

body.store-page-body .store-info-strip .pickup-schedule::before,
body.store-page-body [data-store-info-strip] [data-pickup-schedule]::before {
  background: #5E7A45;
  box-shadow: 0 0 0 3px rgba(94, 122, 69, 0.3);
}

/* store-cart-choice-buttons-unified-color-20260603 */
body.store-page-body [data-cart-panel] .preorder-time-chip,
body.store-page-body [data-cart-panel] .order-method-button,
body.store-page-body [data-cart-panel] .order-type-button,
body.store-page-body [data-cart-panel] [data-time-slot-button],
body.store-page-body [data-cart-panel] [data-order-type-button],
body.store-page-body .cart-panel .preorder-time-chip,
body.store-page-body .cart-panel .order-method-button,
body.store-page-body .cart-panel .order-type-button {
  background: #FAF6EE;
  color: #4B2E1F;
  border: 1.5px solid rgba(75, 46, 31, 0.22);
  border-radius: 10px;
  font-weight: 700;
}

body.store-page-body [data-cart-panel] .preorder-time-chip.is-selected,
body.store-page-body [data-cart-panel] .preorder-time-chip.active,
body.store-page-body [data-cart-panel] .preorder-time-chip.selected,
body.store-page-body [data-cart-panel] .preorder-time-chip[aria-pressed="true"],
body.store-page-body [data-cart-panel] .preorder-time-chip[data-selected="true"],
body.store-page-body [data-cart-panel] .order-method-button.active,
body.store-page-body [data-cart-panel] .order-method-button.is-selected,
body.store-page-body [data-cart-panel] .order-method-button.selected,
body.store-page-body [data-cart-panel] .order-method-button[aria-pressed="true"],
body.store-page-body [data-cart-panel] .order-method-button[data-selected="true"],
body.store-page-body [data-cart-panel] .order-type-button.active,
body.store-page-body [data-cart-panel] .order-type-button.is-selected,
body.store-page-body [data-cart-panel] .order-type-button.selected,
body.store-page-body [data-cart-panel] .order-type-button[aria-pressed="true"],
body.store-page-body [data-cart-panel] .order-type-button[data-selected="true"],
body.store-page-body [data-cart-panel] [data-time-slot-button].is-selected,
body.store-page-body [data-cart-panel] [data-time-slot-button].active,
body.store-page-body [data-cart-panel] [data-time-slot-button][aria-pressed="true"],
body.store-page-body [data-cart-panel] [data-time-slot-button][data-selected="true"],
body.store-page-body [data-cart-panel] [data-order-type-button].is-selected,
body.store-page-body [data-cart-panel] [data-order-type-button].active,
body.store-page-body [data-cart-panel] [data-order-type-button][aria-pressed="true"],
body.store-page-body [data-cart-panel] [data-order-type-button][data-selected="true"],
body.store-page-body .cart-panel .preorder-time-chip.is-selected,
body.store-page-body .cart-panel .order-method-button.active,
body.store-page-body .cart-panel .order-type-button.is-selected,
body.store-page-body .cart-panel [data-time-slot-button].is-selected,
body.store-page-body .cart-panel [data-order-type-button].is-selected {
  background: #4B2E1F;
  color: #FAF6EE;
  border-color: #4B2E1F;
  font-weight: 800;
}

/* store-whatsapp-handoff-keep-market-open-20260603 */
body.store-page-body [data-cart-panel] .whatsapp-handoff,
body.store-page-body .cart-panel .whatsapp-handoff {
  margin-top: 12px;
  padding: 12px;
  background: #E8D8BE;
  border: 1.5px solid #4B2E1F;
  border-radius: 14px;
  color: #4B2E1F;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff[hidden],
body.store-page-body .cart-panel .whatsapp-handoff[hidden] {
  display: none !important;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff h3,
body.store-page-body .cart-panel .whatsapp-handoff h3 {
  margin: 0 0 4px;
  color: #4B2E1F;
  font-size: 1rem;
  font-weight: 900;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff p,
body.store-page-body .cart-panel .whatsapp-handoff p {
  margin: 0;
  color: #4B2E1F;
  font-size: 0.82rem;
  line-height: 1.6;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff__fallback,
body.store-page-body .cart-panel .whatsapp-handoff__fallback {
  margin-top: 6px;
  font-weight: 700;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff__manual-link,
body.store-page-body .cart-panel .whatsapp-handoff__manual-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 8px;
  padding: 0 12px;
  background: #4B2E1F;
  color: #FAF6EE;
  border: 1px solid #4B2E1F;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff__manual-link[hidden],
body.store-page-body .cart-panel .whatsapp-handoff__manual-link[hidden] {
  display: none !important;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff__actions,
body.store-page-body .cart-panel .whatsapp-handoff__actions {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff__button,
body.store-page-body .cart-panel .whatsapp-handoff__button {
  min-height: 38px;
  border-radius: 12px;
  font-weight: 900;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff__button--primary,
body.store-page-body .cart-panel .whatsapp-handoff__button--primary {
  background: #4B2E1F;
  color: #FAF6EE;
  border: 1px solid #4B2E1F;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff__button--secondary,
body.store-page-body .cart-panel .whatsapp-handoff__button--secondary {
  background: #FAF6EE;
  color: #4B2E1F;
  border: 1px solid rgba(75, 46, 31, 0.2);
}

body.store-page-body [data-cart-panel] .whatsapp-handoff__button--done,
body.store-page-body .cart-panel .whatsapp-handoff__button--done {
  background: #C89146;
  color: #4B2E1F;
  border: 1px solid #C89146;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff__message,
body.store-page-body .cart-panel .whatsapp-handoff__message {
  width: 100%;
  min-height: 120px;
  margin-top: 10px;
  background: #FAF6EE;
  color: #4B2E1F;
  border: 1px solid rgba(75, 46, 31, 0.2);
  border-radius: 12px;
  font-size: 0.78rem;
  line-height: 1.6;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff__message[hidden],
body.store-page-body .cart-panel .whatsapp-handoff__message[hidden] {
  display: none !important;
}

/* store-cart-overlay-click-layer-fix-20260603 */
body.store-page-body .store-cart-overlay,
body.store-page-body [data-cart-overlay] {
  z-index: 900;
}

body.store-page-body .cart-panel,
body.store-page-body .cart-sheet,
body.store-page-body .checkout-panel,
body.store-page-body [data-cart-panel] {
  z-index: 1100;
}

body.store-page-body.cart-sheet-open .cart-panel,
body.store-page-body.cart-sheet-open .cart-sheet,
body.store-page-body.cart-sheet-open .checkout-panel,
body.store-page-body.cart-sheet-open [data-cart-panel] {
  z-index: 1100;
  pointer-events: auto;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff,
body.store-page-body .cart-panel .whatsapp-handoff {
  position: relative;
  z-index: 1;
}

body.store-page-body [data-cart-panel] [data-order-confirmation-link],
body.store-page-body .cart-panel [data-order-confirmation-link] {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

/* store-whatsapp-handoff-fullscreen-modal-20260604 */
[data-whatsapp-handoff-modal] {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  background: #F4E8D5;
  padding: 12px;
  box-sizing: border-box;
  color: #4B2E1F;
  direction: rtl;
  text-align: center;
}

[data-whatsapp-handoff-modal][hidden] {
  display: none !important;
}

.whatsapp-handoff-modal__inner {
  width: calc(100% - 24px);
  max-width: 430px;
  border: 2px solid #6B422B;
  border-radius: 24px;
  background: #FFF8EC;
  padding: 24px 18px;
  text-align: center;
  direction: rtl;
  box-sizing: border-box;
}

.whatsapp-handoff-modal__icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #D09A45;
}

.whatsapp-handoff-modal__bubble {
  position: relative;
  width: 46px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 2px solid #2E2119;
  border-radius: 18px;
  background: #FFF8EC;
}

.whatsapp-handoff-modal__bubble::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: -7px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #2E2119;
  border-bottom: 2px solid #2E2119;
  background: #FFF8EC;
  transform: rotate(35deg);
}

.whatsapp-handoff-modal__dots {
  display: flex;
  gap: 4px;
}

.whatsapp-handoff-modal__dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2E2119;
}

.whatsapp-handoff-modal__inner p {
  margin: 0 0 18px;
  color: #4B2E1F;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.45;
}

[data-whatsapp-handoff-modal] .whatsapp-handoff__actions {
  display: grid;
  gap: 10px;
  width: 100%;
  margin: 0;
}

[data-whatsapp-handoff-modal] .whatsapp-handoff__button {
  width: 100%;
  min-height: 52px;
  border-radius: 14px;
  box-sizing: border-box;
  font-weight: 800;
}

[data-whatsapp-handoff-modal] .whatsapp-handoff__button--primary {
  border: 1px solid #4B2E1F;
  background: #4B2E1F;
  color: #FFF8EC;
}

[data-whatsapp-handoff-modal] .whatsapp-handoff__button--back {
  border: 1px solid #6B422B;
  background: #FFF8EC;
  color: #4B2E1F;
  cursor: pointer;
}

a[data-order-confirmation-link],
a[data-order-confirmation-link].whatsapp-handoff__button,
.whatsapp-handoff-modal__inner a[data-order-confirmation-link] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer !important;
  border-radius: 14px !important;
  background: #D09A45 !important;
  color: #4B2E1F !important;
  font-weight: 800 !important;
}

a[data-order-confirmation-link]:visited,
a[data-order-confirmation-link]:hover,
a[data-order-confirmation-link]:active,
a[data-order-confirmation-link]:focus {
  text-decoration: none !important;
  color: #4B2E1F !important;
}

/* store-product-image-img-only-fill-20260606 */
body.store-page-body .product-card .product-image > img,
body.store-page-body .product-card .product-media > img,
body.store-page-body .product-card .product-card__image > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* store-logo-cover-separation-20260605 */
body.store-page-body .store-profile,
body.store-page-body .store-board .store-profile,
body.store-page-body [data-store-content].store-profile {
  display: block;
  min-height: 0;
  max-height: none;
  overflow: hidden;
}

body.store-page-body .store-cover,
body.store-page-body [data-store-cover],
body.store-page-body .store-profile .store-cover,
body.store-page-body .store-profile [data-store-cover] {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1200 / 630;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: #E8D8BE;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
}

body.store-page-body .store-cover[hidden],
body.store-page-body [data-store-cover][hidden] {
  display: none;
}

body.store-page-body .store-identity-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  direction: rtl;
}

body.store-page-body .store-identity-text {
  min-width: 0;
  flex: 1 1 auto;
}

body.store-page-body .store-logo,
body.store-page-body [data-store-logo] {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  overflow: hidden;
  border: 2px solid #FAF6EE;
  border-radius: 50%;
  background: #FAF6EE;
  color: #4B2E1F;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
}

body.store-page-body .store-logo[hidden],
body.store-page-body [data-store-logo][hidden] {
  display: none;
}

body.store-page-body .store-logo img,
body.store-page-body [data-store-logo] img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.store-page-body .store-logo-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

body.store-page-body .store-identity-row .store-meta-row {
  margin-bottom: 8px;
}

body.store-page-body .store-identity-row h1 {
  margin: 0;
}

/* store-profile-description-spacing-20260605 */
body.store-page-body .store-profile-body {
  padding: 14px 18px 14px;
}

body.store-page-body [data-store-description],
body.store-page-body .store-profile p {
  margin: 0;
}

/* store-product-image-fill-20260606 */
body.store-page-body .store-board .product-image,
body.store-page-body .product-image,
body.store-page-body .product-media,
body.store-page-body .product-card__image {
  align-self: flex-start;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0;
}

body.store-page-body .store-board .product-image img,
body.store-page-body .product-image img,
body.store-page-body .product-media img,
body.store-page-body .product-card__image img,
body.store-page-body .product-image svg,
body.store-page-body .product-media svg,
body.store-page-body .product-card__image svg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

/* store-product-image-fill-global-20260606 */
body.store-page-body .product-card .product-image,
body.store-page-body .product-card .product-media,
body.store-page-body .product-card .product-card__image {
  overflow: hidden;
}

body.store-page-body .product-card .product-image > img,
body.store-page-body .product-card .product-media > img,
body.store-page-body .product-card .product-card__image > img,
body.store-page-body .product-card .product-image > svg,
body.store-page-body .product-card .product-media > svg,
body.store-page-body .product-card .product-card__image > svg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

/* store-full-description-no-clamp-20260606 */
body.store-page-body [data-store-description],
body.store-page-body .store-profile p,
body.store-page-body .store-board .store-profile p {
  display: block;
  max-height: none;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

/* market-approved-category-scrollbar-20260604 */
body.market-page-body .category-row,
body.market-page-body .category-row--compact {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  direction: rtl;
  padding: 6px 0 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}

body.market-page-body .category-row::-webkit-scrollbar,
body.market-page-body .category-row--compact::-webkit-scrollbar {
  display: none;
}

body.market-page-body .category-button,
body.market-page-body .category-row--compact .category-button {
  flex: 0 0 auto;
  height: 34px;
  min-height: 34px;
  min-width: max-content;
  max-width: none;
  padding: 0 13px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  box-sizing: border-box;
}

body.market-page-body .category-button.active,
body.market-page-body .category-row--compact .category-button.active {
  font-weight: 800;
}

/* market-home-header-visual-polish-20260611 */
body.market-page-body .market-header-intro {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: -16px 0 8px;
  padding: 18px 16px 14px;
  border-bottom: 1px solid rgba(200, 145, 70, 0.38);
  background-color: #4B2E1F;
  border-radius: 0 0 24px 24px;
}

body.market-page-body .market-header-intro::before {
  opacity: 0.13;
  background-size: 64px 104px;
}

body.market-page-body .market-header-top {
  min-height: 72px;
  width: min(100%, 430px);
  margin-inline: auto;
  padding: 6px 56px 7px;
}

body.market-page-body .market-header-top .site-header__brand {
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.market-page-body .market-header-top .site-header__brand > div {
  display: grid;
  justify-items: center;
  gap: 4px;
}

body.market-page-body .market-header-top .site-header__logo {
  inset-inline-start: 2px;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
}

body.market-page-body .market-header-top .market-share-button {
  inset-inline-end: 4px;
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-color: rgba(232, 216, 190, 0.28);
  background: rgba(250, 246, 238, 0.10);
  color: #F8D8BE;
  box-shadow: 0 8px 18px rgba(31, 26, 22, 0.16);
}

body.market-page-body .market-header-top .market-share-button:active {
  transform: translateY(-50%) scale(0.96);
}

body.market-page-body .site-header__title {
  font-size: clamp(1.34rem, 6vw, 1.7rem);
  letter-spacing: 0;
}

body.market-page-body .site-header__tagline {
  width: min(100%, 260px);
  margin-top: 0;
  color: rgba(250, 246, 238, 0.78);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.55;
}

body.market-page-body .market-header-stats {
  width: min(100%, 360px);
  margin: 12px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding: 0;
  overflow: visible;
}

body.market-page-body .market-header-stats .market-hero__stat {
  display: grid;
  min-width: 0;
  min-height: 40px;
  align-content: center;
  justify-items: center;
  gap: 2px;
  border: 1px solid rgba(200, 145, 70, 0.36);
  border-radius: 999px;
  background: rgba(250, 246, 238, 0.10);
  color: #F8D8BE;
  padding: 5px 8px;
}

body.market-page-body .market-header-stats .market-hero__stat + .market-hero__stat {
  border-inline-start: 1px solid rgba(200, 145, 70, 0.36);
}

body.market-page-body .market-header-stats .market-hero__stat strong {
  color: #FAF6EE;
  font-size: 1rem;
  line-height: 1;
}

body.market-page-body .market-header-stats .market-hero__stat span {
  color: rgba(248, 216, 190, 0.88);
  font-size: 0.66rem;
  line-height: 1.15;
}

body.market-page-body .market-controls--expanded,
body.market-page-body .market-controls--expanded[hidden] {
  width: min(100%, 430px);
  margin: 13px auto 0;
  border-top: 0;
  background: transparent;
  padding: 0;
}

body.market-page-body .market-controls--expanded .search-box {
  position: relative;
  display: block;
}

body.market-page-body .market-controls--expanded .search-box::before {
  content: "";
  position: absolute;
  inset-inline-start: 16px;
  top: 50%;
  z-index: 1;
  width: 18px;
  height: 18px;
  pointer-events: none;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23C89146' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.4-3.4'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.market-page-body .market-controls--expanded .search-box input {
  min-height: 48px;
  border: 1px solid rgba(200, 145, 70, 0.46);
  border-radius: 16px;
  background: #FFFDF8;
  color: #1F1A16;
  padding: 13px 44px 13px 16px;
  direction: rtl;
  text-align: right;
  box-shadow: 0 10px 22px rgba(31, 26, 22, 0.12);
}

body.market-page-body .market-controls--expanded .search-box input:focus {
  border-color: #C89146;
  outline: 3px solid rgba(200, 145, 70, 0.20);
}

body.market-page-body .market-controls--expanded .category-row {
  display: flex;
  direction: rtl;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  margin-top: 9px;
  padding: 0 1px 2px;
  overflow-x: auto;
  overflow-y: hidden;
}

body.market-page-body .market-controls--expanded .category-button,
body.market-page-body .market-controls--expanded .category-filter-button {
  height: 35px;
  min-height: 35px;
  border-radius: 999px;
  padding-inline: 13px;
  font-size: 0.78rem;
}

body.market-page-body .market-controls--expanded .category-filter-button {
  order: -2;
  border-color: rgba(248, 216, 190, 0.24);
  background: rgba(250, 246, 238, 0.12);
  color: #FAF6EE;
}

body.market-page-body .market-controls--expanded .category-button {
  border-color: rgba(200, 145, 70, 0.42);
  background: #FAF6EE;
  color: #4B2E1F;
}

body.market-page-body .market-controls--expanded .category-button.active {
  background: #C89146;
  border-color: #C89146;
  color: #FFFDF8;
}

@media (min-width: 700px) {
  body.market-page-body .market-header-intro {
    width: min(100%, 480px);
    margin-inline: auto;
    border-radius: 0 0 26px 26px;
  }
}

@media (max-width: 360px) {
  body.market-page-body .market-header-intro {
    width: 100%;
    margin: -10px 0 8px;
    padding-inline: 12px;
  }

  body.market-page-body .market-header-top {
    padding-inline: 50px;
  }

  body.market-page-body .market-header-top .site-header__logo {
    width: 49px;
    height: 49px;
  }

  body.market-page-body .market-header-top .market-share-button {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  body.market-page-body .market-header-stats {
    gap: 5px;
  }
}

/* market-category-bottom-sheet-20260606 */
body.market-page-body.filter-sheet-open {
  overflow: hidden;
}

body.market-page-body .category-row,
body.market-page-body .category-row--compact {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  padding: 6px 0 2px;
}

body.market-page-body .category-row .category-button,
body.market-page-body .category-row--compact .category-button,
body.market-page-body .category-filter-button {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  height: 34px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 12px;
  font-size: 12.5px;
  line-height: 1;
  white-space: nowrap;
}

body.market-page-body .category-filter-button {
  flex: 0 0 auto;
  border: 1.5px solid #4B2E1F;
  background: #4B2E1F;
  color: #FAF6EE;
  font-weight: 800;
  cursor: pointer;
}

body.market-page-body .category-filter-button::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 6px;
  vertical-align: -2px;
  background:
    linear-gradient(currentColor, currentColor) 50% 2px / 11px 1.5px no-repeat,
    linear-gradient(currentColor, currentColor) 50% 6px / 11px 1.5px no-repeat,
    linear-gradient(currentColor, currentColor) 50% 10px / 11px 1.5px no-repeat;
}

.filter-sheet[hidden] {
  display: none;
}

.filter-sheet {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: block;
}

.filter-sheet__overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 26, 22, 0.42);
}

.filter-sheet__panel {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: auto;
  width: calc(100% - 24px);
  max-width: 580px;
  max-height: min(78vh, 560px);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 22px 22px 0 0;
  background: #FFFDF8;
  color: #1F1A16;
  padding: 10px 18px 18px;
  box-shadow: 0 -20px 48px rgba(31, 26, 22, 0.22);
  transform: translateX(50%);
  box-sizing: border-box;
}

.filter-sheet__panel:focus {
  outline: none;
}

.filter-sheet__handle {
  width: 42px;
  height: 4px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: rgba(75, 46, 31, 0.26);
}

.filter-sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.filter-sheet__header h2,
.filter-sheet__section h3 {
  margin: 0;
  color: #1F1A16;
}

.filter-sheet__header h2 {
  font-size: 1.18rem;
}

.filter-sheet__section h3 {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.filter-sheet__reset {
  border: 0;
  background: transparent;
  color: #4B2E1F;
  font-weight: 800;
  cursor: pointer;
}

.filter-sheet__chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.filter-sheet__chip {
  width: 100%;
  min-height: 36px;
  border: 1px solid rgba(75, 46, 31, 0.18);
  border-radius: 12px;
  background: #FAF6EE;
  color: #4B2E1F;
  padding: 0 13px;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
  white-space: normal;
}

.filter-sheet__chip.active {
  border-color: #4B2E1F;
  background: #4B2E1F;
  color: #FAF6EE;
}

.filter-sheet__apply {
  width: 100%;
  min-height: 44px;
  margin-top: 22px;
  border: 0;
  border-radius: 14px;
  background: #4B2E1F;
  color: #FAF6EE;
  font-weight: 900;
  cursor: pointer;
}

@media (min-width: 680px) {
  .filter-sheet__chips {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* store-whatsapp-handoff-horizontal-actions-20260604 */
[data-whatsapp-handoff-modal] .whatsapp-handoff__actions {
  display: flex !important;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  margin-top: 18px;
}

[data-whatsapp-handoff-modal] .whatsapp-handoff__actions a,
[data-whatsapp-handoff-modal] .whatsapp-handoff__actions button {
  flex: 1 1 0;
  min-width: 0;
  min-height: 44px !important;
  padding: 10px 12px;
  border-radius: 14px;
  border: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  box-sizing: border-box;
}

[data-whatsapp-handoff-modal] [data-order-confirmation-link],
[data-whatsapp-handoff-modal] a[data-order-confirmation-link],
[data-whatsapp-handoff-modal] a[data-order-confirmation-link].whatsapp-handoff__button {
  width: auto !important;
  background: #5E7A45 !important;
  color: #FFFFFF !important;
}

[data-whatsapp-handoff-modal] [data-order-confirmation-link]:visited,
[data-whatsapp-handoff-modal] [data-order-confirmation-link]:hover,
[data-whatsapp-handoff-modal] [data-order-confirmation-link]:active,
[data-whatsapp-handoff-modal] [data-order-confirmation-link]:focus {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

[data-whatsapp-handoff-modal] [data-whatsapp-handoff-back],
[data-whatsapp-handoff-modal] .whatsapp-handoff-modal__back,
[data-whatsapp-handoff-modal] .whatsapp-handoff__button--back {
  background: #2F2F2F !important;
  color: #FFFFFF !important;
}

/* store-whatsapp-handoff-hit-test-final-fix-20260603 */
body.store-page-body .store-cart-overlay,
body.store-page-body [data-cart-overlay] {
  z-index: 900;
}

body.store-page-body .cart-panel,
body.store-page-body .cart-sheet,
body.store-page-body .checkout-panel,
body.store-page-body [data-cart-panel],
body.store-page-body.cart-sheet-open .cart-panel,
body.store-page-body.cart-sheet-open .cart-sheet,
body.store-page-body.cart-sheet-open .checkout-panel,
body.store-page-body.cart-sheet-open [data-cart-panel] {
  z-index: 1500;
  pointer-events: auto;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff,
body.store-page-body .cart-panel .whatsapp-handoff,
body.store-page-body [data-cart-panel] .whatsapp-handoff__actions,
body.store-page-body .cart-panel .whatsapp-handoff__actions {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}

body.store-page-body [data-cart-panel] [data-order-confirmation-link],
body.store-page-body .cart-panel [data-order-confirmation-link],
body.store-page-body [data-cart-panel] .whatsapp-handoff__button--done,
body.store-page-body .cart-panel .whatsapp-handoff__button--done {
  position: relative;
  z-index: 20;
  pointer-events: auto;
}

body.store-page-body [data-cart-panel] .whatsapp-handoff::before,
body.store-page-body [data-cart-panel] .whatsapp-handoff::after,
body.store-page-body [data-cart-panel] .whatsapp-handoff__actions::before,
body.store-page-body [data-cart-panel] .whatsapp-handoff__actions::after,
body.store-page-body [data-cart-panel] [data-order-confirmation-link]::before,
body.store-page-body [data-cart-panel] [data-order-confirmation-link]::after,
body.store-page-body .cart-panel .whatsapp-handoff::before,
body.store-page-body .cart-panel .whatsapp-handoff::after,
body.store-page-body .cart-panel .whatsapp-handoff__actions::before,
body.store-page-body .cart-panel .whatsapp-handoff__actions::after,
body.store-page-body .cart-panel [data-order-confirmation-link]::before,
body.store-page-body .cart-panel [data-order-confirmation-link]::after {
  pointer-events: none;
}

/* store-confirmation-link-remove-old-selector-20260603 */
body.store-page-body [data-cart-panel] [data-order-confirmation-link],
body.store-page-body .cart-panel [data-order-confirmation-link],
body.store-page-body [data-cart-panel] .whatsapp-handoff__button--done,
body.store-page-body .cart-panel .whatsapp-handoff__button--done {
  position: relative;
  z-index: 20;
  pointer-events: auto;
}

body.store-page-body [data-cart-panel] [data-order-confirmation-link]::before,
body.store-page-body [data-cart-panel] [data-order-confirmation-link]::after,
body.store-page-body .cart-panel [data-order-confirmation-link]::before,
body.store-page-body .cart-panel [data-order-confirmation-link]::after {
  pointer-events: none;
}

/* store-confirmation-link-full-button-css-20260603 */
a[data-order-confirmation-link],
a[data-order-confirmation-link].whatsapp-handoff__button,
.whatsapp-handoff a[data-order-confirmation-link] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer !important;
  border-radius: 14px !important;
  background: #D09A45 !important;
  color: #4B2E1F !important;
  font-weight: 800 !important;
}

a[data-order-confirmation-link]:visited,
a[data-order-confirmation-link]:hover,
a[data-order-confirmation-link]:active,
a[data-order-confirmation-link]:focus {
  text-decoration: none !important;
  color: #4B2E1F !important;
}

/* store-product-image-column-stretch-final-20260606 */
body.store-page-body .product-card > .product-image,
body.store-page-body .product-card > .product-media,
body.store-page-body .product-card > .product-card__image {
  align-self: stretch;
  height: auto;
  min-height: 100%;
  max-height: none;
  aspect-ratio: auto;
  overflow: hidden;
}

body.store-page-body .product-card > .product-image > img,
body.store-page-body .product-card > .product-media > img,
body.store-page-body .product-card > .product-card__image > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

/* store-category-badge-list-20260608 */
body.store-page-body [data-store-category] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
}

body.store-page-body [data-store-category][hidden] {
  display: none;
}

body.store-page-body [data-store-category] > span {
  border: 1px solid rgba(250, 246, 238, 0.28);
  border-radius: 8px;
  background: rgba(250, 246, 238, 0.12);
  color: #FAF6EE;
  padding: 2px 8px;
  line-height: 1.5;
  white-space: nowrap;
}

/* store-product-categories-20260609 */
body.store-page-body .product-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  max-width: 100%;
  overflow: visible;
}

body.store-page-body .product-category-tabs[hidden] {
  display: none;
}

body.store-page-body .product-category-tab {
  appearance: none;
  border: 1px solid rgba(83, 61, 38, 0.22);
  border-radius: 8px;
  background: #FAF6EE;
  color: #4C3423;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  min-height: 36px;
  max-width: 100%;
  padding: 7px 12px;
  text-align: center;
  white-space: normal;
}

body.store-page-body .product-category-tab.active,
body.store-page-body .product-category-tab[aria-pressed="true"] {
  background: #4C3423;
  border-color: #4C3423;
  color: #FAF6EE;
}

body.store-page-body .product-category-tab:focus-visible {
  outline: 2px solid #8E5C38;
  outline-offset: 2px;
}

/* image-loading-placeholder-20260609 */
.family-image,
.family-logo,
body.store-page-body .product-image,
body.store-page-body .product-media,
body.store-page-body .product-card__image,
body.store-page-body .store-logo,
body.store-page-body [data-store-logo] {
  background-color: #E1D0B2;
}

.family-image > img,
.family-logo > img,
body.store-page-body .product-image > img,
body.store-page-body .product-media > img,
body.store-page-body .product-card__image > img,
body.store-page-body .store-logo > img,
body.store-page-body [data-store-logo] > img {
  opacity: 0;
  transition: opacity 180ms ease;
}

.family-image.is-loaded > img,
.family-logo.is-loaded > img,
body.store-page-body .product-image.is-loaded > img,
body.store-page-body .product-media.is-loaded > img,
body.store-page-body .product-card__image.is-loaded > img,
body.store-page-body .store-logo.is-loaded > img,
body.store-page-body [data-store-logo].is-loaded > img,
.family-image > img.is-loaded,
.family-logo > img.is-loaded,
body.store-page-body .product-image > img.is-loaded,
body.store-page-body .product-media > img.is-loaded,
body.store-page-body .product-card__image > img.is-loaded,
body.store-page-body .store-logo > img.is-loaded,
body.store-page-body [data-store-logo] > img.is-loaded {
  opacity: 1;
}

.family-logo.is-loaded .family-logo-fallback,
body.store-page-body .store-logo.is-loaded .store-logo-fallback,
body.store-page-body [data-store-logo].is-loaded .store-logo-fallback {
  display: none;
}

.family-image.image-missing,
.family-logo.image-missing,
body.store-page-body .product-image.image-missing,
body.store-page-body .product-media.image-missing,
body.store-page-body .product-card__image.image-missing,
body.store-page-body .store-logo.image-missing,
body.store-page-body [data-store-logo].image-missing {
  background-color: #D4C4A8;
}

/* market-home-filter-row-final-polish-20260611 */
body.market-page-body .market-controls--expanded .category-row {
  direction: rtl;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 1px 2px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body.market-page-body .market-controls--expanded .category-row::-webkit-scrollbar {
  display: none;
}

body.market-page-body .market-controls--expanded .category-button,
body.market-page-body .market-controls--expanded .category-filter-button {
  flex: 0 0 auto;
  height: 35px;
  min-height: 35px;
  border-radius: 999px;
  padding-inline: 13px;
  font-size: 0.78rem;
}

body.market-page-body .market-controls--expanded .category-filter-button {
  order: -2;
  border-color: rgba(248, 216, 190, 0.24);
  background: rgba(250, 246, 238, 0.12);
  color: #FAF6EE;
}

body.market-page-body .market-controls--expanded .category-button {
  border-color: rgba(200, 145, 70, 0.42);
  background: #FAF6EE;
  color: #4B2E1F;
}

body.market-page-body .market-controls--expanded .category-button.active {
  border-color: #C89146;
  background: #C89146;
  color: #FFFDF8;
}

/* market-home-logo-balance-20260611 */
body.market-page-body .market-header-top .site-header__logo {
  inset-inline-start: 10px;
  width: 62px;
  height: 62px;
  filter: drop-shadow(0 2px 3px rgba(31, 26, 22, 0.22)) saturate(1.06) contrast(1.04);
  transform: translateY(-50%);
}

body.market-page-body .market-header-top .market-share-button {
  inset-inline-end: 8px;
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-color: rgba(232, 216, 190, 0.22);
  background: rgba(250, 246, 238, 0.07);
  color: rgba(248, 216, 190, 0.90);
  box-shadow: 0 5px 12px rgba(31, 26, 22, 0.11);
}

body.market-page-body .site-header__title {
  font-size: clamp(1.12rem, 4.9vw, 1.41rem);
}

@media (max-width: 360px) {
  body.market-page-body .market-header-top .site-header__logo {
    inset-inline-start: 8px;
    width: 58px;
    height: 58px;
  }

  body.market-page-body .market-header-top .market-share-button {
    inset-inline-end: 7px;
    width: 37px;
    height: 37px;
    flex-basis: 37px;
  }
}
