/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/storefront/storefront-shell.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Storefront shell — Resume-18H.4D.
 *
 * The frame every rented store renders inside: breadcrumb, identity masthead,
 * body, store information, attribution.
 *
 * Two rules run through all of it.
 *
 *   - **Logical properties only.** `padding-inline`, `border-inline-start`,
 *     `text-align: start`. The same rules serve Arabic RTL and English LTR
 *     without a mirrored stylesheet, which is the only way two directions stay
 *     correct as this file grows.
 *   - **`var(--store-*, var(--kees-*))` for anything a merchant can theme.** The
 *     store's own value when `resolveStoreTheme` emitted one, the platform token
 *     otherwise, so an unthemed store needs no branching in a component.
 */

.storefront-shell_shell__v3Cx1 {
  color: var(--store-text, var(--kees-text));
  font-family: var(--store-font, inherit);
}

/* ── Store header bar ───────────────────────────────────────────────────── */

/*
 * The merchant's own header — Resume-18H.4E. It replaced a KEES breadcrumb, and
 * the KEES navigation bar that used to sit above this page entirely. It reads
 * as the store's, so it takes the store's primary colour rather than the
 * platform's navy.
 */
.storefront-shell_storeBar__ahsXq {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s3);
  margin-bottom: var(--s5);
  padding: var(--s3) var(--s4);
  border: 1px solid var(--kees-border);
  border-radius: var(--store-radius, 0.75rem);
  background: var(--kees-surface);
}

.storefront-shell_storeBarBrand__duRDw {
  display: inline-flex;
  align-items: center;
  gap: var(--s3);
  min-width: 0;
  color: var(--store-text, var(--kees-text));
  text-decoration: none;
}

.storefront-shell_storeBarMark__ZdNW_ {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: var(--store-radius, 0.5rem);
  background: var(--kees-muted);
  font-weight: 800;
  color: var(--store-primary, var(--kees-primary));
  overflow: hidden;
}

.storefront-shell_storeBarMark__ZdNW_ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-shell_storeBarName__OkdTQ {
  font-weight: 800;
  overflow-wrap: anywhere;
}

.storefront-shell_storeBarLinks__V3n7d {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s2);
}

.storefront-shell_storeBarLink__Qg6rx {
  padding: var(--s2) var(--s3);
  border-radius: var(--r-full);
  color: var(--kees-text-3);
  font-size: var(--t-sm);
  font-weight: 600;
  text-decoration: none;
}

.storefront-shell_storeBarLink__Qg6rx:hover {
  color: var(--store-primary, var(--kees-primary));
}

/*
 * The cart is the one control here that belongs to KEES rather than to the
 * merchant, because the basket and checkout stay shared across every rented
 * store. It is styled as the store's primary action so it does not read as a
 * foreign element in the merchant's header.
 */
.storefront-shell_storeBarCart__suXse {
  padding: var(--s2) var(--s5);
  border-radius: var(--r-full);
  background: var(--store-primary, var(--kees-primary));
  color: var(--kees-on-primary);
  font-size: var(--t-sm);
  font-weight: 700;
  text-decoration: none;
}

.storefront-shell_storeBarBrand__duRDw:focus-visible,
.storefront-shell_storeBarLink__Qg6rx:focus-visible,
.storefront-shell_storeBarCart__suXse:focus-visible {
  outline: 2px solid var(--store-primary, var(--kees-primary));
  outline-offset: 2px;
}

/* ── Identity masthead ──────────────────────────────────────────────────── */

.storefront-shell_masthead__NFcBo {
  margin-bottom: var(--s8);
  border: 1px solid var(--kees-border);
  border-radius: var(--store-radius, 0.75rem);
  background: var(--kees-surface);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

/*
 * A ratio rather than a fixed height: a wide screen would letterbox a short
 * banner, and a tall one would push the store name below the fold. A store with
 * no banner keeps the block, filled with its own primary colour, so the masthead
 * has the same shape whether or not the merchant uploaded artwork.
 */
.storefront-shell_banner__RRwsu {
  aspect-ratio: 5 / 1;
  min-height: 7rem;
  background: linear-gradient(
    135deg,
    var(--store-primary, var(--kees-primary)),
    var(--store-accent, var(--kees-accent))
  );
}

.storefront-shell_banner__RRwsu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-shell_identity__z_Tkc {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: var(--s4);
  padding: var(--s5) var(--s6) var(--s6);
}

.storefront-shell_logo__rQCJ6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  /* Lifts the logo over the banner edge — the masthead shape a shopper reads as
     "this is a shop" rather than "this is a page about a shop". */
  -webkit-margin-before: -3.5rem;
          margin-block-start: -3.5rem;
  border: 4px solid var(--kees-surface);
  border-radius: var(--store-radius, 0.75rem);
  background: var(--kees-muted);
  font-size: var(--t-2xl);
  font-weight: 800;
  color: var(--store-primary, var(--kees-primary));
  overflow: hidden;
}

.storefront-shell_logo__rQCJ6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.storefront-shell_identityBody__exk_t {
  flex: 1 1 20rem;
  min-width: 0;
  text-align: start;
}

.storefront-shell_storeName__fQiCB {
  margin: 0;
  font-size: var(--t-2xl);
  font-weight: 800;
  line-height: 1.3;
  color: var(--store-text, var(--kees-text));
  /* Merchant-supplied and unbounded — a long unbroken name must wrap rather
     than widen the page. */
  overflow-wrap: anywhere;
}

.storefront-shell_storeNameAlt__ooN5r {
  margin: var(--s1) 0 0;
  font-size: var(--t-sm);
  color: var(--kees-text-4);
}

.storefront-shell_storeDescription__LEbWI {
  margin: var(--s3) 0 0;
  max-width: 62ch;
  line-height: 1.9;
  color: var(--kees-text-2);
  overflow-wrap: anywhere;
}

.storefront-shell_stats__MUXPo {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s2) var(--s5);
  -webkit-margin-before: var(--s4);
          margin-block-start: var(--s4);
  font-size: var(--t-sm);
  color: var(--kees-text-3);
}

.storefront-shell_stat__3rnKx {
  display: inline-flex;
  align-items: center;
  gap: var(--s1);
}

.storefront-shell_star__tJPdJ {
  color: var(--kees-star);
}

.storefront-shell_identityActions__zDhPx {
  flex-shrink: 0;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

/* ── Body ───────────────────────────────────────────────────────────────── */

.storefront-shell_body__Ue5rI {
  min-height: 12rem;
}

/* ── Product grid ───────────────────────────────────────────────────────── */

/*
 * The storefront's product grid, shared by the legacy catalogue and the
 * templated PRODUCT_GRID / FEATURED_PRODUCTS sections.
 *
 * `auto-fit`, deliberately, and this is the rule that fixes the reported
 * "content squeezed to one side". `auto-fill` — which the global marketplace
 * `.product-grid` still uses — keeps the empty tracks it creates, so a store
 * with three products got a five-track row with three filled; the storefront is
 * RTL by default, so the blank half sat on the left and the page read as broken.
 * `auto-fit` collapses the empty tracks.
 *
 * The global class is left alone: it is shared by home, products and search,
 * where a full catalogue hides the problem, and editing it would restyle three
 * marketplace surfaces to fix a store page.
 *
 * The desktop cap stops three products stretching into billboards now that
 * empty tracks no longer absorb the slack; `justify-content: start` then keeps a
 * short row aligned to the reading edge rather than floating mid-page.
 */
.storefront-shell_productGrid__8MwQv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(15rem, 100%), 1fr));
  grid-gap: var(--s4);
  gap: var(--s4);
}

@media (min-width: 64rem) {
  .storefront-shell_productGrid__8MwQv {
    grid-template-columns: repeat(auto-fit, minmax(min(16rem, 100%), 21rem));
    justify-content: start;
  }
}

/* ── Store information ──────────────────────────────────────────────────── */

.storefront-shell_storeFooter__JhaQW {
  -webkit-margin-before: var(--s10);
          margin-block-start: var(--s10);
  -webkit-padding-before: var(--s8);
          padding-block-start: var(--s8);
  -webkit-border-before: 1px solid var(--kees-border);
          border-block-start: 1px solid var(--kees-border);
}

.storefront-shell_footerGrid__rNDG8 {
  display: grid;
  /* `auto-fit`: with one or two cards the row closes up instead of leaving the
     empty tracks `auto-fill` keeps, which is what made this page read as broken
     at small content volumes. */
  grid-template-columns: repeat(auto-fit, minmax(min(18rem, 100%), 1fr));
  grid-gap: var(--s5);
  gap: var(--s5);
}

.storefront-shell_footerCard__N4_eF {
  padding: var(--s5);
  border: 1px solid var(--kees-border);
  border-radius: var(--store-radius, 0.75rem);
  background: var(--kees-surface);
  text-align: start;
}

.storefront-shell_footerTitle__adRdH {
  margin: 0 0 var(--s3);
  font-size: var(--t-md);
  font-weight: 800;
  color: var(--store-text, var(--kees-text));
}

.storefront-shell_footerBody__oMIGl {
  margin: 0;
  line-height: 1.9;
  color: var(--kees-text-2);
  overflow-wrap: anywhere;
}

.storefront-shell_policyList__Cgax8 {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
}

.storefront-shell_policyLabel__CgJeG {
  margin: 0 0 var(--s1);
  font-size: var(--t-xs);
  font-weight: 800;
  color: var(--kees-text-2);
}

.storefront-shell_socialRow__3cg6Y {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s2);
}

.storefront-shell_socialLink__OV8wE {
  padding: var(--s2) var(--s4);
  border: 1px solid var(--kees-border);
  border-radius: var(--r-full);
  color: var(--store-primary, var(--kees-primary));
  font-size: var(--t-sm);
  font-weight: 600;
  text-decoration: none;
}

.storefront-shell_socialLink__OV8wE:hover {
  border-color: var(--store-primary, var(--kees-primary));
}

.storefront-shell_socialLink__OV8wE:focus-visible {
  outline: 2px solid var(--store-primary, var(--kees-primary));
  outline-offset: 2px;
}

.storefront-shell_attribution__sgnK7 {
  margin: var(--s6) 0 0;
  font-size: var(--t-xs);
  color: var(--kees-text-4);
  text-align: center;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */

@media (max-width: 48rem) {
  .storefront-shell_banner__RRwsu {
    aspect-ratio: 3 / 1;
    min-height: 5rem;
  }

  .storefront-shell_identity__z_Tkc {
    padding: var(--s4);
  }

  .storefront-shell_logo__rQCJ6 {
    width: 4.5rem;
    height: 4.5rem;
    -webkit-margin-before: -2.5rem;
            margin-block-start: -2.5rem;
    border-width: 3px;
  }

  /* The follow button drops to its own row rather than being squeezed beside a
     wrapping name. */
  .storefront-shell_identityActions__zDhPx {
    flex-basis: 100%;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@15.3.4_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!../../node_modules/.pnpm/next@15.3.4_@babel+core@7.29.7_@opentelemetry+api@1.9.1_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./src/storefront/storefront.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Templated storefront sections — Resume-18H.4.
 *
 * Every colour reads `var(--store-*, var(--kees-*))`: the store's own value when
 * `resolveStoreTheme` emitted one, and the platform token otherwise. That
 * two-level fallback is why an unthemed store needs no branching in a component
 * and why the platform palette can change without touching stored data.
 *
 * CSS Modules, per docs/45 §9. The scoping matters here beyond tidiness: these
 * rules run on the same route as the legacy layout, and a global class could
 * restyle a store that never opted into a template.
 */

.storefront_root__eEypm {
  font-family: var(--store-font, inherit);
  background: var(--store-bg, transparent);
  color: var(--store-text, var(--kees-text));
}

.storefront_section__k_Bvi {
  margin-bottom: var(--s8);
}

.storefront_sectionHead__W6Qwl {
  margin-bottom: var(--s4);
}

.storefront_sectionTitle__N4a1c {
  margin: 0 0 var(--s1);
  font-size: var(--t-xl);
  font-weight: 800;
  color: var(--store-text, var(--kees-text));
}

.storefront_sectionSubtitle__2Dnwb {
  margin: 0;
  color: var(--kees-text-3);
  font-size: var(--t-sm);
  line-height: 1.8;
}

/* ── Hero ───────────────────────────────────────────────────────────────── */

.storefront_hero__QjPSa {
  position: relative;
  overflow: hidden;
  margin-bottom: var(--s8);
  padding: var(--s10) var(--s6);
  border-radius: var(--store-radius, 0.75rem);
  background: var(--store-primary, var(--kees-primary));
  color: var(--kees-on-primary);
}

.storefront_heroCompact__tmUVI {
  padding: var(--s8) var(--s5);
}

.storefront_heroImage__SL0sE {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.storefront_heroBody__9TpTb {
  position: relative;
  max-width: 40rem;
}

.storefront_heroTitle___ecaT {
  margin: 0 0 var(--s2);
  font-size: var(--t-2xl);
  font-weight: 800;
  line-height: 1.35;
}

.storefront_heroSubtitle__EgYmi {
  margin: 0 0 var(--s5);
  font-size: var(--t-md);
  line-height: 1.8;
  opacity: 0.92;
}

.storefront_heroCta__qrYs7 {
  display: inline-block;
  padding: var(--s3) var(--s6);
  border-radius: var(--store-radius, 0.5rem);
  background: var(--store-accent, var(--kees-accent));
  color: var(--kees-on-accent);
  font-weight: 700;
  text-decoration: none;
}

.storefront_heroCta__qrYs7:focus-visible {
  outline: 2px solid var(--kees-on-primary);
  outline-offset: 3px;
}

/* ── Category grid ──────────────────────────────────────────────────────── */

/*
 * `auto-fit`, not `auto-fill` — Resume-18H.4D. `auto-fill` keeps the tracks it
 * creates, so a store with one category got a nine-track row holding one tile
 * with the rest blank. The storefront is RTL by default, so that blank sat on
 * the left and read as a broken layout. The cap stops a single category
 * stretching the full page width.
 */
.storefront_categoryGrid__oNDCo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(9rem, 100%), 14rem));
  justify-content: start;
  grid-gap: var(--s3);
  gap: var(--s3);
}

.storefront_categoryGridCompact__8DO36 {
  grid-template-columns: repeat(auto-fit, minmax(min(7.5rem, 100%), 12rem));
}

.storefront_categoryTile__mfDvl {
  display: block;
  padding: var(--s4);
  border: 1px solid var(--kees-border);
  border-radius: var(--store-radius, 0.5rem);
  background: var(--kees-surface);
  color: var(--store-text, var(--kees-text));
  font-size: var(--t-sm);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.storefront_categoryTile__mfDvl:hover {
  border-color: var(--store-primary, var(--kees-primary));
}

.storefront_categoryTile__mfDvl:focus-visible {
  outline: 2px solid var(--store-primary, var(--kees-primary));
  outline-offset: 2px;
}

/* ── Banner ─────────────────────────────────────────────────────────────── */

.storefront_banner__G56P5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--s4);
  padding: var(--s5) var(--s6);
  border-radius: var(--store-radius, 0.5rem);
  background: var(--store-accent, var(--kees-accent));
  color: var(--kees-on-accent);
}

.storefront_bannerText__H3lpV {
  margin: 0;
  font-weight: 700;
}

.storefront_bannerCta__W5_Cd {
  padding: var(--s2) var(--s5);
  border-radius: var(--store-radius, 0.375rem);
  background: var(--kees-surface);
  color: var(--store-text, var(--kees-text));
  font-weight: 700;
  text-decoration: none;
}

.storefront_bannerCta__W5_Cd:focus-visible {
  outline: 2px solid var(--kees-surface);
  outline-offset: 3px;
}

/* ── Brand story ────────────────────────────────────────────────────────── */

.storefront_brandStory__YJrFp {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--s5);
  gap: var(--s5);
  padding: var(--s6);
  border: 1px solid var(--kees-border);
  border-radius: var(--store-radius, 0.75rem);
  background: var(--kees-surface);
}

@media (min-width: 48rem) {
  .storefront_brandStoryWithImage__aP5x7 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.storefront_brandStoryBody___eB5o {
  margin: 0;
  line-height: 1.9;
  color: var(--kees-text-2);
}

.storefront_brandStoryImage__sjN4W {
  width: 100%;
  border-radius: var(--store-radius, 0.5rem);
  object-fit: cover;
}

/* ── Testimonials ───────────────────────────────────────────────────────── */

.storefront_testimonialGrid__ST8k3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: var(--s4);
  gap: var(--s4);
}

.storefront_testimonial__U0Ijr {
  padding: var(--s5);
  border: 1px solid var(--kees-border);
  border-radius: var(--store-radius, 0.75rem);
  background: var(--kees-surface);
}

.storefront_testimonialQuote__sXKAi {
  margin: 0 0 var(--s3);
  line-height: 1.9;
  color: var(--kees-text-2);
}

.storefront_testimonialAuthor___j_NM {
  margin: 0;
  font-size: var(--t-sm);
  font-weight: 700;
  color: var(--store-primary, var(--kees-primary));
}

/* ── FAQ ────────────────────────────────────────────────────────────────── */

.storefront_faqItem__rlWXT {
  padding: var(--s4) 0;
  border-bottom: 1px solid var(--kees-border-subtle);
}

.storefront_faqItem__rlWXT:last-child {
  border-bottom: none;
}

.storefront_faqQuestion__HUwGI {
  margin: 0 0 var(--s1);
  font-weight: 700;
  color: var(--store-text, var(--kees-text));
}

.storefront_faqAnswer__GrsKP {
  margin: 0;
  line-height: 1.9;
  color: var(--kees-text-3);
}

/* ── Contact / footer ───────────────────────────────────────────────────── */

.storefront_contactCard__8xXHH {
  padding: var(--s6);
  border: 1px solid var(--kees-border);
  border-radius: var(--store-radius, 0.75rem);
  background: var(--kees-surface);
}

.storefront_contactBody__sIdPd {
  margin: 0 0 var(--s4);
  line-height: 1.9;
  color: var(--kees-text-2);
}

.storefront_linkRow__u_znK {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s3);
}

.storefront_socialLink__mPElL {
  padding: var(--s2) var(--s4);
  border: 1px solid var(--kees-border);
  border-radius: 999px;
  color: var(--store-primary, var(--kees-primary));
  font-size: var(--t-sm);
  font-weight: 600;
  text-decoration: none;
}

.storefront_socialLink__mPElL:focus-visible {
  outline: 2px solid var(--store-primary, var(--kees-primary));
  outline-offset: 2px;
}

.storefront_footer__w_AT3 {
  margin-top: var(--s10);
  padding-top: var(--s6);
  border-top: 1px solid var(--kees-border);
}

.storefront_footerName__6Ex7V {
  margin: 0 0 var(--s2);
  font-weight: 800;
  color: var(--store-text, var(--kees-text));
}

.storefront_footerNote__R4CpA {
  margin: var(--s3) 0 0;
  font-size: var(--t-xs);
  color: var(--kees-text-4);
}

