:root {
  --shop-ink: #242129;
  --shop-muted: #746f79;
  --shop-paper: #fbfafb;
  --shop-surface: #ffffff;
  --shop-soft: #f4eef5;
  --shop-line: #e4dfe6;
  --shop-primary: #6d4f72;
  --shop-primary-dark: #553b5a;
  --shop-success: #24634d;
  --shop-danger: #a14242;
  --shop-shadow: 0 18px 52px rgba(56, 39, 58, .09);
  --shop-radius: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--shop-paper); }
body { margin: 0; color: var(--shop-ink); background: var(--shop-paper); font-family: Montserrat, system-ui, sans-serif; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.shop-shell { min-height: 100vh; }
.shop-visually-hidden, .shop-search .bzl-field-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.shop-header {
  position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: minmax(150px, .75fr) minmax(280px, 1.35fr) minmax(260px, .9fr);
  align-items: center; gap: clamp(18px, 3vw, 42px); min-height: 78px; padding: 12px clamp(22px, 4vw, 64px);
  border-bottom: 1px solid var(--shop-line); background: rgba(255,255,255,.97); backdrop-filter: blur(18px);
}
.shop-brand { display: inline-flex; align-items: center; gap: 8px; min-width: 0; text-decoration: none; }
.shop-brand .zuza-brand__lockup { gap: 0; }
.shop-brand .zuza-brand__logo { width: auto; height: 50px; }
.shop-brand .zuza-brand__slogan { display: none; }
.shop-brand .zuza-brand__suffix { color: var(--shop-primary); font-size: 15px; letter-spacing: .01em; }
.shop-search { position: relative; display: flex; align-items: center; }
.shop-search x-field-search { flex: 1; min-width: 0; }
.shop-search .zuza-icon { position: absolute; left: 16px; z-index: 1; width: 18px; height: 18px; color: var(--shop-muted); }
.shop-search input { width: 100%; min-height: 46px; border: 1px solid var(--shop-line); border-radius: 12px; padding: 0 18px 0 44px; outline: none; background: #f8f6f8; color: var(--shop-ink); }
.shop-search input:focus { border-color: var(--shop-primary); background: white; box-shadow: 0 0 0 3px rgba(109,79,114,.12); }
.shop-header__actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.shop-account { min-width: 88px; }
.shop-account .zwh-auth-link--primary { border: 1px solid var(--shop-line); border-radius: 10px; padding: 11px 16px; background: white; color: var(--shop-ink); text-decoration: none; }
.shop-account .zuza-app-account--structured .zwh-auth-user {
  min-height: 46px; padding: 4px 12px 4px 4px; border: 1px solid var(--shop-primary); border-radius: 999px;
  background: var(--shop-primary); color: white; box-shadow: 0 8px 24px rgba(75,48,78,.16);
}
.shop-account .zuza-app-account--structured .zwh-auth-user:hover,
.shop-account .zuza-app-account--structured .zwh-auth-user:focus-visible {
  border-color: var(--shop-primary-dark); background: var(--shop-primary-dark); outline: 3px solid rgba(109,79,114,.18); outline-offset: 2px;
}
.shop-account .zuza-app-account--structured .zuza-app-account__trigger-avatar {
  width: 36px; height: 36px; border: 0; background: white; color: var(--shop-primary-dark);
}
.shop-account .zuza-app-account__trigger-chevron { color: white; }
.shop-account .zuza-app-account-menu--structured {
  top: calc(100% + 12px); right: 0; width: min(408px, calc(100vw - 24px)); overflow: hidden;
  border: 1px solid var(--shop-line); border-radius: 20px; background: white;
  box-shadow: 0 28px 72px rgba(50,34,52,.22);
}
.shop-account .zuza-app-account-menu__identity--structured {
  grid-template-columns: 54px minmax(0,1fr); min-height: 96px; gap: 15px; padding: 18px 20px;
  background: var(--shop-primary-dark); color: white;
}
.shop-account .zuza-app-account-menu__avatar { width: 54px; height: 54px; border: 2px solid rgba(255,255,255,.75); outline: 0; }
.shop-account .zuza-app-account-menu__identity--structured strong { font-size: 19px; }
.shop-account .zuza-app-account-menu__identity--structured .zuza-app-account-menu__identity-copy > span { font-size: 12px; }
.shop-account .zuza-app-account-menu__context {
  margin: 0; padding: 12px 20px; border-bottom: 1px solid var(--shop-line); background: var(--shop-soft);
  color: var(--shop-muted); font-size: 11px; font-weight: 650; line-height: 1.45;
}
.shop-account .zuza-app-account-menu__groups { grid-template-columns: 1fr; gap: 16px; padding: 18px 20px; }
.shop-account .zuza-app-account-menu__group { padding: 0; }
.shop-account .zuza-app-account-menu__group + .zuza-app-account-menu__group {
  padding-top: 16px; border-top: 1px solid var(--shop-line); border-left: 0;
}
.shop-account .zuza-app-account-menu__group h2 { margin-bottom: 6px; color: var(--shop-primary-dark); }
.shop-account .zuza-app-account-menu--structured .zuza-app-account-menu__group a {
  min-height: 44px; padding: 9px 10px; border-radius: 10px; color: var(--shop-ink); font-size: 13px;
}
.shop-account .zuza-app-account-menu--structured .zuza-app-account-menu__group a:hover,
.shop-account .zuza-app-account-menu--structured .zuza-app-account-menu__group a:focus-visible {
  background: var(--shop-soft); outline: 2px solid rgba(109,79,114,.18); outline-offset: 0;
}
.shop-account .zuza-app-account-menu__footer {
  grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px 20px 16px; background: #fcfbfc;
}
.shop-account .zuza-app-account-menu--structured .zuza-app-account-menu__footer button {
  min-height: 42px; justify-content: center; border: 1px solid var(--shop-line); border-radius: 10px; padding: 8px 10px;
}
.shop-account .zuza-app-account-menu--structured .zuza-app-account-menu__footer .zuza-app-account-menu__logout {
  margin-top: 0; border-top: 1px solid var(--shop-line); border-radius: 10px;
}
.shop-icon-button { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; border: 1px solid var(--shop-line); border-radius: 10px; padding: 8px 13px; background: white; text-decoration: none; cursor: pointer; }
.shop-icon-button .zuza-icon { width: 18px; height: 18px; }
.shop-cart-button strong { display: grid; place-items: center; min-width: 22px; height: 22px; border-radius: 50%; background: var(--shop-primary); color: white; font-size: 11px; }
.shop-category-nav { display: flex; align-items: center; gap: 10px; overflow-x: auto; padding: 11px clamp(22px, 4vw, 64px); border-bottom: 1px solid var(--shop-line); background: var(--shop-surface); scrollbar-width: none; }
.shop-category-nav::-webkit-scrollbar { display: none; }
.shop-category-nav a { flex: 0 0 auto; border: 1px solid var(--shop-line); border-radius: 999px; padding: 8px 14px; color: #5e5963; font-size: 12px; font-weight: 700; text-decoration: none; }
.shop-category-nav a:hover, .shop-category-nav a.is-active { border-color: var(--shop-primary); background: var(--shop-soft); color: var(--shop-primary-dark); }
.shop-category-nav__all { margin-left: auto; }

.shop-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); align-items: end; gap: clamp(28px, 6vw, 84px); max-width: 1320px; margin: 0 auto; padding: clamp(60px, 8vw, 108px) clamp(22px, 4vw, 64px) 62px; }
.shop-hero__inner { max-width: 790px; }
.shop-hero h1 { max-width: 760px; margin: 12px 0 20px; font-size: clamp(44px, 6vw, 82px); line-height: .99; letter-spacing: -.055em; }
.shop-hero__inner > p:not(.zuza-kicker) { max-width: 680px; color: var(--shop-muted); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.65; }
.shop-hero .shop-btn { display: inline-flex; margin-top: 24px; }
.shop-hero__note { padding: 26px; border: 1px solid #e3d9e4; border-radius: var(--shop-radius); background: var(--shop-soft); }
.shop-hero__note .zuza-icon { display: block; width: 24px; height: 24px; margin-bottom: 20px; color: var(--shop-primary); }
.shop-hero__note p { margin: 10px 0 0; color: var(--shop-muted); font-size: 13px; line-height: 1.6; }
.zuza-kicker { margin: 0; color: var(--shop-primary); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.shop-alert { max-width: 1192px; margin: 0 auto 24px; padding: 15px 18px; border: 1px solid #e5b7b4; border-radius: 10px; background: #fff5f4; color: var(--shop-danger); }
.shop-brand-directory-section { max-width: 1400px; margin: 0 auto; padding: 28px clamp(28px, 4.6vw, 74px) 44px; }
.shop-section-head__note { max-width: 460px; margin: 0; color: var(--shop-muted); font-size: 12px; line-height: 1.6; text-align: right; }
.shop-brand-directory { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.shop-brand-card { display: grid; grid-template-columns: 54px minmax(0, 1fr); grid-template-rows: auto auto; align-items: center; gap: 0 13px; min-height: 92px; padding: 15px; border: 1px solid var(--shop-line); border-radius: 8px; background: var(--shop-surface); text-decoration: none; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.shop-brand-card:hover, .shop-brand-card:focus-visible { border-color: var(--shop-primary); outline: 0; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(53, 38, 54, .08); }
.shop-brand-card__mark { grid-row: 1 / 3; display: grid; place-items: center; width: 54px; height: 54px; overflow: hidden; border-radius: 50%; background: var(--shop-soft); color: var(--shop-primary-dark); font-size: 15px; font-weight: 800; letter-spacing: .04em; }
.shop-brand-card__mark img { width: 80%; height: 80%; object-fit: contain; }
.shop-brand-card__copy { display: grid; min-width: 0; gap: 3px; }
.shop-brand-card__copy strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.shop-brand-card__copy small { overflow: hidden; color: var(--shop-muted); font-size: 9px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.shop-brand-card__count { align-self: end; color: var(--shop-primary); font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.shop-brand-directory:not(.is-expanded):not(.is-searching) .shop-brand-card:nth-child(n+13) { display: none; }
.shop-brand-directory__toggle { display: block; min-height: 38px; margin: 16px auto 0; border: 0; border-bottom: 1px solid var(--shop-primary); padding: 4px 2px; background: transparent; color: var(--shop-primary); font-size: 11px; font-weight: 750; cursor: pointer; }
.shop-brand-directory__toggle:hover, .shop-brand-directory__toggle:focus-visible { color: var(--shop-primary-dark); outline: 2px solid rgba(109,79,114,.18); outline-offset: 4px; }
.shop-catalog { max-width: 1320px; min-height: 320px; margin: 0 auto; padding: 22px clamp(22px, 4vw, 64px) 96px; }
.shop-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.shop-section-head h2 { margin: 7px 0 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -.035em; }
.shop-filter-button { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; border: 1px solid var(--shop-line); border-radius: 10px; padding: 8px 14px; background: white; color: var(--shop-ink); cursor: pointer; }
.shop-filter-button .zuza-icon { width: 17px; height: 17px; }
.shop-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.shop-product { position: relative; overflow: hidden; border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: var(--shop-surface); transition: transform .18s ease, box-shadow .18s ease; }
.shop-product:hover { transform: translateY(-3px); box-shadow: var(--shop-shadow); }
.shop-product__visual { display: grid; place-items: center; aspect-ratio: 1/.96; overflow: hidden; border-bottom: 1px solid var(--shop-line); background: #f7f4f7; text-decoration: none; }
.shop-product__visual img { width: 100%; height: 100%; object-fit: contain; padding: 14px; transition: transform .25s ease; }
.shop-product:hover .shop-product__visual img { transform: scale(1.025); }
.shop-product__favorite { position: absolute; top: 12px; right: 12px; z-index: 2; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--shop-line); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--shop-muted); cursor: pointer; }
.shop-product__favorite .zuza-icon { width: 17px; height: 17px; }
.shop-product__favorite.is-active { background: var(--shop-primary); color: white; }
.shop-product__body { padding: 18px; }
.shop-product__body small, .shop-stock { color: var(--shop-muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.shop-product h3 { min-height: 42px; margin: 8px 0; font-size: 17px; line-height: 1.25; }
.shop-product h3 a { text-decoration: none; }
.shop-product p { min-height: 40px; margin: 0; overflow: hidden; color: var(--shop-muted); font-size: 12px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.shop-product__buy { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 18px 0 9px; }
.shop-product__buy strong { font-size: 17px; white-space: nowrap; }
.shop-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; border: 1px solid var(--shop-primary); border-radius: 10px; padding: 9px 17px; background: white; color: var(--shop-primary-dark); font-weight: 750; text-decoration: none; cursor: pointer; }
.shop-btn:hover { background: var(--shop-soft); }
.shop-btn--primary, .shop-btn--dark { background: var(--shop-primary); color: white; }
.shop-btn--primary:hover, .shop-btn--dark:hover { background: var(--shop-primary-dark); }
.shop-btn--wide { width: 100%; }
.shop-btn:disabled { opacity: .45; cursor: not-allowed; }
.shop-stock.is-available { color: var(--shop-success); }
.shop-pagination { display: flex; justify-content: center; align-items: center; gap: 24px; padding-top: 42px; color: var(--shop-muted); font-size: 13px; }
.shop-pagination a { color: var(--shop-primary); font-weight: 700; }
.shop-state { padding: 60px 24px; border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: white; text-align: center; }
.shop-state--page { max-width: 760px; margin: 10vh auto; }
.shop-state--filtered { margin-top: 18px; }

.shop-detail { padding-top: 28px; }
.shop-detail__back { display: inline-flex; margin-bottom: 24px; color: var(--shop-muted); font-size: 13px; font-weight: 700; text-decoration: none; }
.shop-detail__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .85fr); gap: clamp(34px,6vw,78px); align-items: center; }
.shop-detail__visual { display: grid; place-items: center; min-height: 590px; overflow: hidden; border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: #f7f4f7; }
.shop-detail__visual img { width: 100%; height: 100%; max-height: 660px; object-fit: contain; padding: 26px; }
.shop-detail h1 { margin: 10px 0 8px; font-size: clamp(36px,3.3vw,50px); line-height: 1.05; letter-spacing: -.04em; }
.shop-detail__size { color: var(--shop-primary); font-size: 13px; font-weight: 800; }
.shop-detail__lead { color: var(--shop-muted); font-size: 16px; line-height: 1.7; }
.shop-benefits { display: grid; gap: 12px; margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid var(--shop-line); list-style: none; }
.shop-benefits li { display: flex; align-items: center; gap: 10px; color: var(--shop-muted); font-size: 13px; line-height: 1.5; }
.shop-benefits .zuza-icon { flex: 0 0 auto; width: 16px; height: 16px; color: var(--shop-primary); }
.shop-detail__summary .shop-product__buy { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--shop-line); }
.shop-detail__summary .shop-product__buy strong { font-size: 25px; }
.shop-detail__content { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 46px; }
.shop-detail__content section { padding: 24px; border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: var(--shop-surface); }
.shop-detail__content h2 { margin: 0 0 12px; font-size: 18px; }
.shop-detail__content p { color: var(--shop-muted); line-height: 1.7; }
.shop-detail__wide { grid-column: 1/-1; }
.shop-trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 34px; overflow: hidden; border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: var(--shop-line); }
.shop-trust-row > div { padding: 18px; background: white; }

.shop-page { max-width: 1180px; min-height: 60vh; margin: 0 auto; padding: 64px clamp(22px,4vw,64px) 96px; }
.shop-page--checkout { max-width: 1260px; }
.shop-page-head { max-width: 720px; margin-bottom: 36px; }
.shop-page-head h1 { margin: 9px 0 12px; font-size: clamp(42px,6vw,68px); letter-spacing: -.055em; }
.shop-page-head p:last-child { color: var(--shop-muted); line-height: 1.6; }
.shop-cart-page { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 28px; }
.shop-cart-page__items, .shop-cart-page__summary, .shop-checkout__form, .shop-checkout__summary { border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: white; }
.shop-cart-page__items { padding: 8px 24px; }
.shop-cart-row { display: grid; grid-template-columns: minmax(0,1fr) 90px auto; align-items: center; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--shop-line); }
.shop-cart-row:last-child { border-bottom: 0; }
.shop-cart-row__copy { display: grid; gap: 5px; }
.shop-cart-row__copy span { color: var(--shop-muted); font-size: 12px; }
.shop-cart-row input { width: 72px; min-height: 42px; border: 1px solid var(--shop-line); border-radius: 9px; padding: 8px; }
.shop-link-btn { justify-self: start; border: 0; padding: 4px; background: none; color: var(--shop-primary); text-decoration: underline; cursor: pointer; }
.shop-cart-page__summary, .shop-checkout__summary { align-self: start; padding: 24px; position: sticky; top: 154px; }
.shop-cart-page__summary h2, .shop-checkout__summary h2 { margin-top: 0; }
.shop-total-row { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--shop-line); font-size: 17px; }
.shop-total-note { color: var(--shop-muted); font-size: 12px; line-height: 1.55; }

.shop-cart-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(36,33,41,.42); }
.shop-cart { position: fixed; z-index: 51; inset: 0 0 0 auto; width: min(460px,100vw); display: flex; flex-direction: column; padding: 26px; background: white; box-shadow: -20px 0 60px rgba(36,33,41,.2); }
.shop-cart header, .shop-cart footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.shop-cart header h2 { margin: 5px 0; }
.shop-cart header button { border: 0; background: none; font-size: 28px; cursor: pointer; }
.shop-cart__items { flex: 1; overflow: auto; padding: 22px 0; }
.shop-cart__items article { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 18px 0; border-bottom: 1px solid var(--shop-line); }
.shop-cart__items article div { display: grid; }
.shop-cart__items label { grid-row: span 2; display: grid; gap: 4px; font-size: 11px; }
.shop-cart__items input { width: 64px; padding: 8px; }
.shop-cart footer { align-items: stretch; flex-direction: column; }
.shop-cart footer > div { display: flex; justify-content: space-between; }

.shop-checkout { color: var(--shop-ink); }
.shop-checkout__inner { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 28px; }
.shop-checkout__form { padding: 28px; }
.shop-checkout__form h2 { margin: 0 0 22px; }
.shop-form-section + .shop-form-section { margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--shop-line); }
.shop-form-section h3 { margin: 0 0 18px; }
.shop-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.shop-form-grid > :first-child, .shop-form-grid > :nth-child(4) { grid-column: 1/-1; }
.shop-form .bzl-field-component__field { display: grid; gap: 7px; }
.shop-form input:not([type="radio"]):not([type="checkbox"]) { min-height: 48px; border: 1px solid var(--shop-line); border-radius: 9px; padding: 10px 12px; background: white; color: var(--shop-ink); }
.shop-options { display: grid; gap: 12px; }
.shop-options .bzl-field-option { padding: 15px; border: 1px solid var(--shop-line); border-radius: 10px; background: #fcfbfc; }
.shop-accept { display: grid; gap: 10px; }
.shop-review__lines { display: grid; gap: 13px; margin: 20px 0; }
.shop-review__lines span { display: flex; justify-content: space-between; gap: 16px; font-size: 13px; }
.shop-confirmation { padding: 54px; border: 1px solid #b7d9cc; border-radius: var(--shop-radius); background: #f2faf7; text-align: center; }
.shop-confirmation .zuza-icon { width: 34px; height: 34px; color: var(--shop-success); }
.shop-signin-gate { max-width: 700px; padding: 38px; border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: white; }
.shop-signin-gate h2 { font-size: 30px; }
.shop-signin-gate__actions { display: flex; gap: 12px; margin-top: 24px; }
.shop-saved { min-height: 260px; }
.shop-info-card { max-width: 820px; padding: clamp(24px,4vw,42px); border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: white; }
.shop-info-card h2 { margin-top: 0; }
.shop-info-card p { color: var(--shop-muted); line-height: 1.75; }
.shop-info-card a { color: var(--shop-primary); font-weight: 700; }

.shop-auth-main, .shop-account-main { min-height: 65vh; }
.shop-auth-layout { padding-top: 68px; }
.shop-auth-story { border-color: var(--shop-line); background: var(--shop-soft); }
.shop-footer { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(150px,1fr)); gap: 34px; padding: 54px clamp(22px,4vw,64px) 24px; border-top: 1px solid var(--shop-line); background: white; }
.shop-footer > div:first-child p { max-width: 310px; color: var(--shop-muted); font-size: 13px; line-height: 1.6; }
.shop-footer nav, .shop-footer__contact { display: flex; flex-direction: column; gap: 11px; font-size: 13px; }
.shop-footer nav a, .shop-footer__contact a { color: var(--shop-muted); text-decoration: none; }
.shop-footer__contact span { color: var(--shop-muted); font-size: 12px; }
.shop-footer__legal { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: 20px; padding-top: 22px; border-top: 1px solid var(--shop-line); color: var(--shop-muted); font-size: 11px; }
.shop-footer__legal span { margin-right: auto; }

@media (max-width: 1080px) {
  .shop-header { grid-template-columns: auto minmax(240px,1fr) auto; padding-inline: 24px; }
  .shop-cart-button > span:not(.zuza-icon) { display: none; }
  .shop-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .shop-footer { grid-template-columns: repeat(3,1fr); }
  .shop-footer > div:first-child { grid-column: 1/-1; }
}
@media (max-width: 820px) {
  .shop-header { grid-template-columns: 1fr auto; gap: 12px; }
  .shop-search { grid-column: 1/-1; grid-row: 2; }
  .shop-category-nav { padding-inline: 18px; }
  .shop-hero { grid-template-columns: 1fr; }
  .shop-hero__note { max-width: 520px; }
  .shop-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .shop-detail__grid, .shop-detail__content, .shop-cart-page, .shop-checkout__inner { grid-template-columns: 1fr; }
  .shop-detail__wide { grid-column: auto; }
  .shop-detail__visual { min-height: 420px; }
  .shop-cart-page__summary, .shop-checkout__summary { position: static; }
  .shop-trust-row { grid-template-columns: 1fr; }
  .shop-footer { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
  .shop-header { padding: 8px 16px 12px; }
  .shop-brand .zuza-brand__logo { height: 44px; }
  .shop-account { min-width: auto; }
  .shop-account .zwh-auth-link--primary { padding: 9px 11px; font-size: 12px; }
  .shop-account .zuza-app-account--structured .zwh-auth-user { width: 44px; min-width: 44px; height: 44px; padding: 4px; }
  .shop-account .zuza-app-account--structured .zwh-auth-user__text,
  .shop-account .zuza-app-account--structured .zuza-app-account__trigger-chevron { display: none; }
  .shop-account .zuza-app-account-menu--structured {
    position: fixed; top: 68px; right: 8px; left: 8px; width: auto; max-height: calc(100svh - 76px); overflow-y: auto;
  }
  .shop-account .zuza-app-account-menu__identity--structured { grid-template-columns: 48px minmax(0,1fr); min-height: 84px; padding: 15px 16px; }
  .shop-account .zuza-app-account-menu__avatar { width: 48px; height: 48px; }
  .shop-account .zuza-app-account-menu__groups { gap: 12px; padding: 14px 16px; }
  .shop-account .zuza-app-account-menu__group + .zuza-app-account-menu__group { padding-top: 12px; }
  .shop-account .zuza-app-account-menu__footer { padding: 10px 16px 14px; }
  .shop-category-nav { padding-inline: 14px; }
  .shop-hero, .shop-catalog, .shop-page { padding-inline: 16px; }
  .shop-hero { padding-top: 48px; }
  .shop-product-grid { grid-template-columns: 1fr; }
  .shop-section-head { align-items: start; flex-direction: column; }
  .shop-detail__visual { min-height: 340px; }
  .shop-detail__content { display: block; }
  .shop-detail__content section + section { margin-top: 12px; }
  .shop-form-grid { grid-template-columns: 1fr; }
  .shop-form-grid > * { grid-column: auto !important; }
  .shop-cart-row { grid-template-columns: 1fr auto; gap: 12px; }
  .shop-cart-row input { grid-column: 1; }
  .shop-footer { grid-template-columns: 1fr; padding-inline: 20px; }
  .shop-footer > div:first-child { grid-column: auto; }
  .shop-footer__legal { grid-column: auto; }
  .shop-footer__legal span { width: 100%; }
  .shop-signin-gate__actions { align-items: stretch; flex-direction: column; }
}

/* Atelier 2026: compact commerce shell, quiet surfaces and product-first hierarchy. */
:root {
  --shop-ink: #29232d;
  --shop-muted: #79727e;
  --shop-paper: #fcfbfb;
  --shop-soft: #f5f0f5;
  --shop-line: #e8e1e8;
  --shop-primary: #704f70;
  --shop-primary-dark: #563855;
  --shop-success: #5e8877;
  --shop-radius: 8px;
  --shop-shadow: 0 16px 36px rgba(53, 38, 54, .08);
}

.shop-header {
  grid-template-columns: minmax(180px, .7fr) minmax(340px, 1.45fr) minmax(250px, .75fr);
  min-height: 68px;
  gap: clamp(18px, 3vw, 44px);
  padding: 8px clamp(28px, 4.6vw, 74px);
  background: rgba(255, 255, 255, .98);
}
.shop-brand .zuza-brand__logo { height: 40px; }
.shop-brand .zuza-brand__suffix { color: var(--shop-ink); font-size: 18px; font-weight: 600; }
.shop-search input {
  min-height: 42px;
  border-radius: 8px;
  padding-left: 46px;
  background: #fff;
}
.shop-header__actions { gap: 10px; }
.shop-icon-button {
  min-height: 42px;
  border-radius: 8px;
  padding: 7px 12px;
}
.shop-cart-button strong { background: var(--shop-primary); }
.shop-account .zwh-auth-link--primary { border-radius: 8px; padding: 10px 14px; }
.shop-account .zuza-app-account--structured .zwh-auth-user {
  min-height: 42px;
  border-color: transparent;
  border-radius: 8px;
  padding: 3px 9px 3px 3px;
  background: transparent;
  color: var(--shop-ink);
  box-shadow: none;
}
.shop-account .zuza-app-account--structured .zwh-auth-user:hover,
.shop-account .zuza-app-account--structured .zwh-auth-user:focus-visible {
  border-color: var(--shop-line);
  background: var(--shop-soft);
  color: var(--shop-ink);
  outline: 2px solid rgba(112, 79, 112, .14);
}
.shop-account .zuza-app-account--structured .zuza-app-account__trigger-avatar {
  width: 36px;
  height: 36px;
  background: #dfe9e5;
  color: var(--shop-ink);
}
.shop-account .zuza-app-account__trigger-chevron { color: var(--shop-ink); }

.shop-category-nav {
  min-height: 64px;
  gap: 10px;
  padding: 10px clamp(28px, 4.6vw, 74px);
  background: #fff;
}
.shop-category-nav__label {
  flex: 0 0 auto;
  color: var(--shop-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.shop-category-nav a {
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 12px;
}
.shop-category-nav a:hover,
.shop-category-nav a.is-active {
  border-color: var(--shop-primary);
  background: var(--shop-primary);
  color: #fff;
}
.shop-category-nav__divider { width: 1px; height: 28px; margin-left: auto; background: var(--shop-line); }
.shop-category-nav__all { margin-left: 0; }

.shop-hero {
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 320px);
  max-width: 1400px;
  gap: 44px;
  padding: 44px clamp(28px, 4.6vw, 74px) 28px;
}
.shop-hero h1 {
  max-width: 760px;
  margin: 8px 0 12px;
  font-size: clamp(38px, 4.7vw, 66px);
  line-height: 1.02;
}
.shop-hero__inner > p:not(.zuza-kicker) { max-width: 650px; font-size: 15px; line-height: 1.55; }
.shop-hero .shop-btn { margin-top: 16px; }
.shop-hero__note { border-radius: 8px; padding: 20px; }
.shop-hero__note .zuza-icon { margin-bottom: 12px; }
.shop-brand-hero {
  max-width: 1400px;
  margin: 0 auto;
  padding: 46px clamp(28px, 4.6vw, 74px) 30px;
  border-bottom: 1px solid var(--shop-line);
}
.shop-brand-hero__top { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); align-items: center; gap: clamp(36px, 7vw, 96px); }
.shop-brand-hero h1 { margin: 7px 0 8px; font-size: clamp(40px, 5vw, 64px); letter-spacing: -.045em; }
.shop-brand-hero__logo { display: block; width: min(260px, 68%); max-height: 126px; margin-bottom: 30px; object-fit: contain; object-position: left center; }
.shop-brand-hero__tagline { max-width: 540px; margin: 0; color: var(--shop-muted); font-size: 17px; line-height: 1.65; }
.shop-brand-hero__actions { display: flex; align-items: center; gap: 18px; margin-top: 24px; }
.shop-brand-hero__media { position: relative; min-height: 460px; margin: 0; overflow: hidden; border-radius: 10px; background: #f2ecef; }
.shop-brand-hero__media::after { content: ''; position: absolute; inset: auto -18% -32% 28%; height: 72%; background: color-mix(in srgb, var(--shop-primary) 13%, transparent); clip-path: polygon(25% 0, 100% 30%, 72% 100%, 0 76%); pointer-events: none; }
.shop-brand-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.shop-text-link { color: var(--shop-primary); font-size: 12px; font-weight: 750; text-underline-offset: 3px; }
.shop-brand-story { max-width: 860px; margin: 34px auto 0; padding: 32px; border: 1px solid var(--shop-line); border-radius: 8px; background: #fff; }
.shop-brand-story > p:not(.zuza-kicker) { margin: 10px 0 22px; color: var(--shop-muted); line-height: 1.75; }
.shop-brand-highlights { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.shop-brand-highlights li { position: relative; padding-left: 19px; color: var(--shop-ink); font-size: 12px; line-height: 1.5; }
.shop-brand-highlights li::before { content: ''; position: absolute; top: .58em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--shop-primary); }
.shop-brand-collections { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--shop-line); }
.shop-brand-collections a { border: 1px solid var(--shop-line); border-radius: 999px; padding: 7px 11px; color: var(--shop-muted); font-size: 10px; font-weight: 700; text-decoration: none; }
.shop-brand-editorial { display: grid; gap: 30px; margin-top: 42px; }
.shop-brand-editorial__section { display: grid; grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr); align-items: center; gap: clamp(30px, 6vw, 84px); padding: clamp(24px, 4vw, 48px); background: #faf8f7; }
.shop-brand-editorial__section.is-reversed > div { order: 2; }
.shop-brand-editorial__section h2 { margin: 7px 0 13px; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.035em; }
.shop-brand-editorial__section p:not(.zuza-kicker) { color: var(--shop-muted); line-height: 1.75; }
.shop-brand-editorial__section figure { min-height: 320px; margin: 0; overflow: hidden; border-radius: 8px; background: #f0ebed; }
.shop-brand-editorial__section img { display: block; width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.shop-brand-education { margin-top: 48px; padding: clamp(28px, 4vw, 46px); border-radius: 10px; background: #201c21; color: #fff; }
.shop-brand-education > header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .68fr); gap: 30px; align-items: end; margin-bottom: 26px; }
.shop-brand-education > header h2 { margin: 6px 0 0; font-size: clamp(28px, 3.4vw, 44px); letter-spacing: -.04em; }
.shop-brand-education > header > p { margin: 0; color: #c8bec7; line-height: 1.65; }
.shop-brand-education__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.shop-brand-education__card { display: grid; align-content: start; padding: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 8px; background: rgba(255,255,255,.06); }
.shop-brand-education__card > div:first-child { display: flex; gap: 7px; }
.shop-brand-education__card > div:first-child span { padding: 5px 8px; border-radius: 999px; background: rgba(255,255,255,.1); color: #ddd3dc; font-size: 9px; font-weight: 750; text-transform: uppercase; }
.shop-brand-education__card h3 { margin: 18px 0 8px; font-size: 20px; letter-spacing: -.025em; }
.shop-brand-education__card > p { margin: 0; color: #c8bec7; font-size: 12px; line-height: 1.6; }
.shop-brand-education__card dl { display: grid; gap: 7px; margin: 20px 0; }
.shop-brand-education__card dl > div { display: flex; justify-content: space-between; gap: 14px; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.shop-brand-education__card dt { color: #aa9faa; }
.shop-brand-education__card dd { margin: 0; font-weight: 750; text-align: right; }
.shop-brand-education__card > a, .shop-brand-education__card > span { align-self: end; color: #fff; font-size: 11px; font-weight: 800; text-underline-offset: 3px; }

.shop-catalog { max-width: 1400px; padding: 26px clamp(28px, 4.6vw, 74px) 78px; }
.shop-catalog--brand { padding-top: 30px; }
.shop-section-head { margin-bottom: 18px; }
.shop-section-head h1,
.shop-section-head h2 { margin-top: 5px; font-size: clamp(27px, 3vw, 38px); }
.shop-filter-button { border-radius: 8px; }
.shop-product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.shop-product { border-radius: 7px; box-shadow: none; }
.shop-product:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(53, 38, 54, .08); }
.shop-product__visual { aspect-ratio: 1 / 1.08; background: #f7f4f5; }
.shop-product__visual img { padding: 12px; }
.shop-product__visual--fallback { grid-template-rows: 1fr auto; padding: 36px; color: var(--shop-muted); font-size: 10px; font-weight: 700; text-align: center; }
.shop-product__visual--fallback img { width: min(150px, 70%); height: auto; opacity: .18; filter: grayscale(1); }
.shop-product__favorite { top: 9px; right: 9px; width: 34px; height: 34px; border-radius: 8px; }
.shop-product__body { padding: 14px; }
.shop-product__body small { display: block; min-height: 14px; }
.shop-brand-link { color: var(--shop-primary); text-decoration: none; }
.shop-brand-link:hover { text-decoration: underline; }
.shop-product h3 { min-height: 38px; margin: 6px 0; font-size: 14px; }
.shop-product p { min-height: 34px; font-size: 11px; line-height: 1.5; }
.shop-rating-line { margin-top: 9px; color: var(--shop-primary); font-size: 11px; font-weight: 650; }
.shop-product__buy { margin: 13px 0 8px; }
.shop-product__buy strong { font-size: 15px; }
.shop-btn { min-height: 38px; border-radius: 7px; padding: 7px 13px; }

.shop-detail { padding-top: 18px; }
.shop-detail__back { margin-bottom: 18px; }
.shop-detail__grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, .9fr) minmax(220px, .6fr);
  align-items: stretch;
  gap: clamp(24px, 3vw, 44px);
}
.shop-detail__gallery { min-width: 0; }
.shop-detail__visual { min-height: 620px; border-radius: 8px; background: #f4f0ef; }
.shop-detail__visual img { max-height: 660px; padding: 20px; }
.shop-detail__visual--fallback { grid-template-rows: 1fr auto; padding: 54px; color: var(--shop-muted); font-size: 11px; font-weight: 700; }
.shop-detail__visual--fallback img { max-width: 230px; height: auto; opacity: .18; filter: grayscale(1); }
.shop-detail__thumbs { display: flex; gap: 8px; margin-top: 10px; overflow-x: auto; }
.shop-detail__thumbs button { width: 74px; height: 74px; border: 1px solid var(--shop-line); border-radius: 7px; padding: 4px; background: #fff; cursor: pointer; }
.shop-detail__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.shop-detail__summary { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.shop-detail-brand { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; padding: 15px 16px; border: 1px solid var(--shop-line); border-radius: 8px; background: #fff; text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.shop-detail-brand:hover { border-color: var(--shop-primary); transform: translateY(-1px); }
.shop-detail-brand > img { width: min(154px, 48%); height: 58px; object-fit: contain; object-position: left center; }
.shop-detail-brand > strong { font-size: 18px; }
.shop-detail-brand > span { display: grid; justify-items: end; gap: 4px; text-align: right; }
.shop-detail-brand small { color: var(--shop-muted); font-size: 9px; }
.shop-detail-brand b { color: var(--shop-primary); font-size: 11px; }
.shop-detail h1 { margin: 9px 0 7px; font-size: clamp(34px, 3.2vw, 48px); }
.shop-detail__lead { font-size: 14px; line-height: 1.6; }
.shop-benefits { gap: 10px; margin-top: 18px; padding-top: 18px; }
.shop-detail__summary .shop-product__buy { display: grid; grid-template-columns: auto 70px minmax(150px, 1fr) 42px; margin-top: 20px; padding-top: 18px; }
.shop-detail__summary .shop-product__buy label input { width: 100%; min-height: 40px; border: 1px solid var(--shop-line); border-radius: 7px; padding: 7px; text-align: center; }
.shop-detail__summary .shop-product__buy strong { font-size: 24px; }
.shop-detail__favorite { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--shop-line); border-radius: 7px; background: #fff; color: var(--shop-primary); cursor: pointer; }
.shop-detail__favorite .zuza-icon { width: 18px; height: 18px; }
.shop-detail__favorite:hover,
.shop-detail__favorite:focus-visible,
.shop-detail__favorite.is-active { border-color: var(--shop-primary); background: var(--shop-primary); color: #fff; }
.shop-related { padding-left: 22px; border-left: 1px solid var(--shop-line); }
.shop-related h2 { margin: 7px 0 16px; font-size: 19px; }
.shop-related__card { display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--shop-line); text-decoration: none; }
.shop-related__card img { width: 76px; height: 82px; border-radius: 7px; background: #f4f0ef; object-fit: contain; }
.shop-related__card span { display: grid; gap: 6px; }
.shop-related__card strong { font-size: 12px; line-height: 1.35; }
.shop-related__card small { color: var(--shop-primary); font-weight: 750; }
.shop-rating-editor { margin-top: 14px; padding: 13px 15px; border: 1px solid var(--shop-line); border-radius: 7px; background: var(--shop-soft); }
.shop-rating-editor > strong { font-size: 12px; }
.shop-rating-editor p { margin: 5px 0 0; color: var(--shop-muted); font-size: 11px; line-height: 1.45; }
.shop-rating-actions { display: flex; gap: 6px; margin-top: 9px; }
.shop-rating-actions button { width: 32px; height: 30px; border: 1px solid var(--shop-line); border-radius: 6px; background: #fff; color: var(--shop-primary); cursor: pointer; }
.shop-rating-actions button:hover,
.shop-rating-actions button.is-active { border-color: var(--shop-primary); background: var(--shop-primary); color: #fff; }
.shop-trust-row { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 28px; border-radius: 8px; background: #faf7f9; }
.shop-trust-row > div { padding: 16px 20px; background: transparent; }
.shop-trust-row > div + div { border-left: 1px solid var(--shop-line); }
.shop-trust-row strong { font-size: 12px; }
.shop-trust-row p { margin: 4px 0 0; color: var(--shop-muted); font-size: 11px; line-height: 1.45; }
.shop-delivery { display: grid; grid-template-columns: minmax(190px, .5fr) minmax(0, 1.5fr); gap: 26px 42px; margin-top: 28px; padding: 24px; border: 1px solid var(--shop-line); border-radius: 8px; background: #fff; }
.shop-delivery h2 { margin: 6px 0 0; font-size: 21px; line-height: 1.25; }
.shop-delivery__options { display: grid; gap: 0; }
.shop-delivery__options > div { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(150px, auto); align-items: center; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--shop-line); }
.shop-delivery__options > div:last-child { border-bottom: 0; }
.shop-delivery__options span { display: grid; gap: 3px; }
.shop-delivery__options strong { font-size: 12px; }
.shop-delivery__options small { color: var(--shop-muted); font-size: 10px; line-height: 1.35; }
.shop-delivery__options b { font-size: 11px; }
.shop-delivery__options em { color: var(--shop-primary); font-size: 10px; font-style: normal; font-weight: 700; text-align: right; }
.shop-delivery > p { grid-column: 2; margin: -10px 0 0; color: var(--shop-muted); font-size: 10px; line-height: 1.5; }
.shop-detail__content { gap: 12px; margin-top: 28px; }
.shop-detail__content section { border-radius: 7px; padding: 20px; }

.shop-page { padding-top: 48px; }
.shop-page-head { margin-bottom: 28px; }
.shop-page-head h1 { margin: 7px 0 10px; font-size: clamp(38px, 5vw, 58px); }
.shop-cart-page__items,
.shop-cart-page__summary,
.shop-checkout__form,
.shop-checkout__summary,
.shop-info-card,
.shop-signin-gate,
.shop-confirmation { border-radius: 8px; }
.shop-options .bzl-field-option { border-radius: 7px; }
.shop-option > span { display: inline-grid; gap: 4px; margin-left: 6px; }
.shop-option small, .shop-option em { display: block; color: var(--shop-muted); font-size: 10px; font-style: normal; line-height: 1.45; }

/* The account trigger stays light; the popup is a compact extension of the header. */
.shop-account .zuza-app-account-menu--structured {
  top: calc(100% + 9px);
  width: min(324px, calc(100vw - 20px));
  border-radius: 9px;
  box-shadow: 0 18px 44px rgba(44, 31, 45, .16);
}
.shop-account .zuza-app-account-menu__identity--structured {
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 68px;
  gap: 11px;
  padding: 12px 14px;
  background: var(--shop-soft);
  color: var(--shop-ink);
}
.shop-account .zuza-app-account-menu__identity--structured .zuza-app-account-menu__identity-copy { color: var(--shop-ink); }
.shop-account .zuza-app-account-menu__avatar { width: 42px; height: 42px; border: 0; background: #fff; color: var(--shop-primary); }
.shop-account .zuza-app-account-menu__identity--structured strong { font-size: 14px; }
.shop-account .zuza-app-account-menu__identity--structured .zuza-app-account-menu__identity-copy > span { color: var(--shop-muted); font-size: 10px; }
.shop-account .zuza-app-account-menu__context { padding: 8px 14px; background: #fff; font-size: 9px; }
.shop-account .zuza-app-account-menu__groups { gap: 8px; padding: 10px 12px; }
.shop-account .zuza-app-account-menu__group + .zuza-app-account-menu__group { padding-top: 8px; }
.shop-account .zuza-app-account-menu__group h2 { margin: 0 0 3px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.shop-account .zuza-app-account-menu--structured .zuza-app-account-menu__group a { min-height: 35px; border-radius: 6px; padding: 6px 8px; font-size: 11px; }
.shop-account .zuza-app-account-menu__footer { gap: 6px; padding: 8px 12px 10px; }
.shop-account .zuza-app-account-menu--structured .zuza-app-account-menu__footer button { min-height: 34px; border-radius: 6px; padding: 6px 8px; font-size: 10px; }

.shop-auth-main,
.shop-account-main { background: var(--shop-paper); }
.shop-auth-layout { max-width: 1120px; margin: 0 auto; padding: 54px 28px 78px; }
.shop-auth-story { border-radius: 8px; background: var(--shop-soft); }
.shop-account-main .zwh-section--first { max-width: 1120px; margin: 0 auto; padding-inline: 28px; }
.shop-account-main .zwh-workspace-head { max-width: 680px; }

@media (max-width: 1220px) {
  .shop-brand-directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shop-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .shop-detail__grid { grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); }
  .shop-related { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 18px 0 0; border-top: 1px solid var(--shop-line); border-left: 0; }
  .shop-related > .zuza-kicker,
  .shop-related > h2 { grid-column: 1 / -1; }
}
@media (max-width: 960px) {
  .shop-header { grid-template-columns: auto minmax(220px, 1fr) auto; padding-inline: 22px; }
  .shop-category-nav { padding-inline: 22px; }
  .shop-category-nav__label { display: none; }
  .shop-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shop-brand-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-brand-education__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .shop-header { grid-template-columns: 1fr auto; }
  .shop-search { grid-column: 1 / -1; }
  .shop-hero { padding-top: 34px; }
  .shop-brand-hero__top,
  .shop-brand-education > header,
  .shop-brand-editorial__section { grid-template-columns: 1fr; gap: 22px; }
  .shop-brand-editorial__section.is-reversed > div { order: initial; }
  .shop-brand-hero__media { min-height: 360px; }
  .shop-detail__grid { grid-template-columns: 1fr; }
  .shop-detail__visual { min-height: 430px; }
  .shop-trust-row { grid-template-columns: 1fr; }
  .shop-trust-row > div + div { border-top: 1px solid var(--shop-line); border-left: 0; }
  .shop-delivery { grid-template-columns: 1fr; }
  .shop-delivery > p { grid-column: auto; margin-top: -8px; }
  .shop-related { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .shop-header { padding: 7px 14px 10px; }
  .shop-brand { overflow: hidden; }
  .shop-brand .zuza-brand__logo { height: 36px; }
  .shop-brand .zuza-brand__suffix,
  body:not(:has(.zuza-app-topbar)) .shop-brand .zuza-brand__slogan { display: none; }
  .shop-account .zuza-app-signed-out .zwh-auth-link--primary { display: inline-flex; min-height: 38px; padding: 8px 10px; }
  .shop-category-nav { min-height: 54px; padding-inline: 14px; }
  .shop-category-nav__divider { display: none; }
  .shop-hero,
  .shop-brand-directory-section,
  .shop-catalog,
  .shop-brand-hero,
  .shop-page { padding-inline: 14px; }
  .shop-hero { grid-template-columns: 1fr; gap: 16px; }
  .shop-hero h1 { font-size: 40px; }
  .shop-hero__note { display: none; }
  .shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .shop-brand-directory { grid-template-columns: 1fr; }
  .shop-brand-education { padding: 22px 16px; }
  .shop-brand-education__grid { grid-template-columns: 1fr; }
  .shop-brand-directory:not(.is-expanded):not(.is-searching) .shop-brand-card:nth-child(n+7) { display: none; }
  .shop-section-head__note { display: none; }
  .shop-product__body { padding: 11px; }
  .shop-product__visual img { padding: 8px; }
  .shop-product__body p { display: none; }
  .shop-product h3 { min-height: 48px; font-size: 13px; }
  .shop-product__buy { align-items: stretch; flex-direction: column; }
  .shop-product__buy .shop-btn { width: 100%; }
  .shop-detail__visual { min-height: 350px; }
  .shop-detail__summary .shop-product__buy { grid-template-columns: 1fr 70px 42px; }
  .shop-detail__summary .shop-product__buy .shop-btn { grid-column: 1 / 3; }
  .shop-detail-brand > img { height: 46px; }
  .shop-delivery { padding: 18px; }
  .shop-delivery__options > div { grid-template-columns: 1fr auto; gap: 7px 14px; }
  .shop-delivery__options em { grid-column: 1 / -1; text-align: left; }
  .shop-related { grid-template-columns: 1fr; }
  .shop-account .zuza-app-account-menu--structured { top: 62px; right: 7px; left: 7px; }
  .shop-account .zuza-app-account-menu__identity--structured { min-height: 62px; padding: 10px 12px; }
}
