@font-face {
  font-family: "AMAL Shop Editorial";
  src: url("/_next/static/media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}

html {
  background: #fff;
  scroll-behavior: smooth;
}

body.shop-all-page {
  --shop-ink: #171717;
  --shop-blue: #0b4f92;
  --shop-gold: #b8954e;
  --shop-rule: #e6e2dc;
  --shop-display: var(--amal-type-display, "AMAL Bodoni", Georgia, serif);
  --shop-hero-display: "AMAL Shop Editorial", "AMAL Bodoni", Georgia, serif;
  --shop-body: var(--amal-type-body, "AMAL Sans", Arial, sans-serif);
  --shop-gutter: clamp(56px, 7.8vw, 120px);
  visibility: hidden;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--shop-ink);
  font-family: var(--shop-body);
  -webkit-font-smoothing: antialiased;
}

body.shop-all-page[data-shop-ready="true"] { visibility: visible; }
body.shop-all-page *, body.shop-all-page *::before, body.shop-all-page *::after { box-sizing: border-box; }
body.shop-all-page button, body.shop-all-page input, body.shop-all-page select { font: inherit; }
body.shop-all-page button { color: inherit; cursor: pointer; }

.shop-page { background: #fff; }
.shop-hero {
  position: relative;
  isolation: isolate;
  height: 435px;
  min-height: 435px;
  overflow: hidden;
  background: #cbbca8;
}

.shop-hero__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("/images/shop-all/amal-shop-all-hero-v3.webp") center 38% / cover no-repeat;
}

.shop-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(19,17,15,.5) 0%, rgba(19,17,15,.18) 29%, transparent 52%);
  content: "";
  pointer-events: none;
}

.shop-hero__copy {
  position: absolute;
  top: 128px;
  left: var(--shop-gutter);
  width: 455px;
  color: #fff;
}

.shop-page__eyebrow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1;
  text-transform: uppercase;
}

.shop-hero__star {
  display: inline-block;
  margin: 0;
  color: var(--shop-gold);
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1;
  transform: translate(-1px, 1px);
}

.shop-hero h1 {
  margin: 18px 0 0;
  color: #fff;
  font-family: "AMAL Hero Editorial", "AMAL Shop Editorial", Georgia, serif !important;
  font-size: 48px;
  font-weight: 600 !important;
  letter-spacing: .01em;
  line-height: .98;
}

.shop-hero__copy > p:not(.shop-page__eyebrow) {
  width: 280px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1.55;
}

.shop-hero__cta {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
}
.shop-hero__cta span { display: block; width: 50px; height: 1px; margin-left: 14px; background: var(--shop-gold); }

.shop-category-bar {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: stretch;
  min-height: 50px;
  padding: 0 var(--shop-gutter);
  border-bottom: 1px solid var(--shop-rule);
  background: #fff;
}
.shop-category-list {
  display: grid;
  grid-template-columns: repeat(6, max-content);
  column-gap: clamp(36px, 3.6vw, 76px);
  align-items: stretch;
  width: max-content;
  max-width: 100%;
}
.shop-category-button {
  position: relative;
  min-height: 50px;
  border: 0;
  background: transparent;
  color: #303030;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  white-space: nowrap;
  text-transform: uppercase;
}
.shop-category-button::after { position: absolute; right: 19%; bottom: -1px; left: 19%; height: 2px; background: var(--shop-blue); content: ""; opacity: 0; }
.shop-category-button[aria-selected="true"] { color: var(--shop-blue); }
.shop-category-button[aria-selected="true"]::after { opacity: 1; }
.shop-category-meta { align-self: center; color: #555; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.shop-catalog { background: #fff; }
.shop-catalog__header {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--shop-gutter);
  border-bottom: 1px solid rgba(230,226,220,.45);
}
.shop-catalog__header h2 { margin: 0; font-family: var(--shop-display); font-size: 23px; font-weight: 400; letter-spacing: 0; text-transform: uppercase; }
.shop-catalog__heading { display: grid; align-items: center; gap: 13px; padding-block: 18px; }
.shop-leather-back {
  justify-self: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: #555;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.shop-leather-back span { margin-right: 8px; font-family: Arial, sans-serif; font-size: 13px; font-weight: 400; }
.shop-leather-back[hidden], .shop-catalog__actions[hidden] { display: none; }
.shop-catalog__actions { display: flex; align-items: center; gap: 24px; }
.shop-action-button, .shop-sort-toggle {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 0;
  background: transparent;
  color: #444;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.shop-action-button svg, .shop-sort-toggle svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1; }
.shop-action-rule { width: 1px; height: 25px; background: var(--shop-rule); }
.shop-sort { position: relative; }
.shop-sort-toggle { min-height: 40px; padding: 0; cursor: pointer; }
.shop-sort-toggle:hover, .shop-sort-toggle:focus-visible { color: #071f39; }
.shop-sort-toggle:focus-visible { outline: 1px solid currentColor; outline-offset: 6px; }
.shop-sort-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 14px);
  right: 0;
  width: 245px;
  padding: 10px 0;
  border: 1px solid #d8d4cd;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 44px rgba(17,20,23,.14);
  backdrop-filter: blur(10px);
}
.shop-sort-menu[hidden] { display: none; }
.shop-sort-menu__title {
  padding: 10px 18px 13px;
  border-bottom: 1px solid #ebe8e2;
  color: #77716a;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.shop-sort-option {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: #262a2d;
  cursor: pointer;
  font-family: var(--shop-sans);
  font-size: 10px;
  letter-spacing: .04em;
  text-align: left;
}
.shop-sort-option:hover, .shop-sort-option:focus-visible { background: #f5f3ef; outline: 0; }
.shop-sort-option__mark { width: 6px; height: 6px; border-radius: 50%; background: transparent; }
.shop-sort-option[aria-checked="true"] { color: #064981; font-weight: 600; }
.shop-sort-option[aria-checked="true"] .shop-sort-option__mark { background: #064981; }

.shop-filter-drawer {
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(440px, 1.8fr) minmax(170px, .7fr) auto;
  gap: 36px;
  padding: 24px var(--shop-gutter);
  border-bottom: 1px solid var(--shop-rule);
  background: #faf9f6;
}
.shop-filter-drawer[hidden], .shop-search-panel[hidden] { display: none; }
.shop-filter-group { display: grid; align-content: start; gap: 12px; }
.shop-filter-group[hidden] { display: none; }
.shop-filter-group > span { font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.shop-filter-options { display: flex; flex-wrap: wrap; gap: 7px; }
.shop-filter-option, .shop-filter-clear {
  min-height: 29px;
  padding: 0 12px;
  border: 1px solid #d8d4cd;
  background: #fff;
  font-size: 9px;
  letter-spacing: .05em;
}
.shop-filter-option[aria-pressed="true"] { border-color: var(--shop-blue); color: var(--shop-blue); }
.shop-filter-option--inventory {
  display: grid;
  align-content: center;
  gap: 2px;
  text-align: left;
}
.shop-filter-option--inventory small { color: #77716a; font-size: 7px; }
.shop-filter-option:disabled {
  border-color: #dedbd6;
  background: #efede9;
  color: #8c8882;
  cursor: not-allowed;
  opacity: .58;
}
.shop-filter-option:disabled .shop-filter-option__swatch { filter: grayscale(1); opacity: .42; }
.shop-filter-options--textures {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 9px;
  max-height: 300px;
  overflow-y: auto;
  padding: 1px;
}
.shop-filter-option--texture {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 48px;
  padding: 5px 8px 5px 5px;
  text-align: left;
}
.shop-filter-option__details { display: grid; min-width: 0; gap: 3px; }
.shop-filter-option__details > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.shop-filter-option--texture small { color: #77716a; font-size: 7px; white-space: nowrap; }
.shop-filter-option__swatch {
  display: block;
  width: 38px;
  height: 36px;
  background-image: url("/images/shop-all/amal-leather-texture-atlas-v2.webp");
  background-position: var(--leather-x) var(--leather-y);
  background-size: 600% 600%;
}
.shop-filter-option__swatch--all {
  background:
    linear-gradient(135deg, transparent 47%, rgba(11,79,146,.65) 48%, rgba(11,79,146,.65) 52%, transparent 53%),
    #f5f2ec;
}
.shop-filter-clear { align-self: end; border: 0; border-bottom: 1px solid currentColor; background: transparent; }

.shop-search-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 25px;
  padding: 22px var(--shop-gutter);
  border-bottom: 1px solid var(--shop-rule);
  background: #fff;
}
.shop-search-panel label, .shop-search-panel button { border: 0; background: transparent; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.shop-search-panel input { min-width: 0; padding: 9px 0; border: 0; border-bottom: 1px solid #777; outline: none; background: transparent; font-family: var(--shop-display); font-size: 22px; }

.shop-leather-library[hidden], .shop-product-grid[hidden] { display: none !important; }
.shop-leather-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 var(--shop-gutter) 48px;
}
.shop-leather-card {
  display: grid;
  min-width: 0;
  padding: 0 18px 30px;
  border: 0;
  border-right: 1px solid #eeeae4;
  border-bottom: 1px solid #eeeae4;
  background: #fff;
  text-align: left;
}
.shop-leather-card:nth-child(4n + 1) { border-left: 1px solid #eeeae4; }
.shop-leather-card__texture {
  display: block;
  width: 100%;
  aspect-ratio: 1 / .72;
  background-image: url("/images/shop-all/amal-leather-texture-atlas-v2.webp");
  background-position: var(--leather-x) var(--leather-y);
  background-size: 600% 600%;
  box-shadow: inset 0 0 0 1px rgba(28, 28, 28, .06);
  transition: transform 350ms ease, filter 350ms ease;
}
.shop-leather-card:hover .shop-leather-card__texture,
.shop-leather-card:focus-visible .shop-leather-card__texture { transform: scale(.975); filter: saturate(1.08) contrast(1.02); }
.shop-leather-card:focus-visible { outline: 1px solid var(--shop-blue); outline-offset: -1px; }
.shop-leather-card__info { display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; padding-top: 17px; }
.shop-leather-card__info strong {
  grid-column: 1 / -1;
  font-family: var(--shop-display);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.08;
}
.shop-leather-card__info span {
  overflow: hidden;
  color: #65605a;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.45;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.shop-leather-card__info small {
  color: #65605a;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.shop-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); padding: 0 var(--shop-gutter); }
.shop-product-card { min-width: 0; border-right: 1px solid #eeeae4; }
.shop-product-card:nth-child(4n+1) { border-left: 1px solid #eeeae4; }
.shop-product-card a { display: grid; min-height: 335px; padding: 8px 2px 18px; color: inherit; text-decoration: none; }
.shop-product-card__media {
  position: relative;
  height: clamp(220px, 16vw, 260px);
  overflow: hidden;
  background: #fff;
}
.shop-product-card__media img {
  position: absolute;
  inset: 14px 18px 18px;
  display: block;
  width: calc(100% - 36px);
  height: calc(100% - 32px);
  max-width: none;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
  transition: transform 300ms ease;
}
.shop-product-card:hover img, .shop-product-card:focus-within img { transform: scale(1.035); }
.shop-product-card__info { position: relative; display: grid; align-content: start; min-height: 112px; padding: 0 21px; }
.shop-product-card h3 { margin: 0 0 7px; font-family: var(--shop-display); font-size: 14px; font-weight: 400; line-height: 1.2; }
.shop-product-card__material { margin: 0; font-size: 7px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.shop-product-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 11px; }
.shop-product-card__bottom strong { font-size: 11px; font-weight: 600; }
.shop-product-card__bottom span { display: flex; align-items: center; gap: 13px; color: #555; font-family: var(--shop-display); font-size: 11px; }
.shop-product-card__bottom b { font-family: Arial, sans-serif; font-size: 16px; font-weight: 400; }
.shop-product-card__sold { position: absolute; right: 21px; top: 29px; color: #866f61; font-size: 7px; letter-spacing: .14em; text-transform: uppercase; }
.shop-product-card.is-image-missing .shop-product-card__media::after { color: #999; content: "Image unavailable"; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.shop-empty { padding: 80px 6.05vw; font-family: var(--shop-display); font-size: 30px; text-align: center; }
.shop-load-more { display: block; min-width: 180px; height: 45px; margin: 28px auto 38px; border: 1px solid #222; background: transparent; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.shop-load-more[hidden] { display: none; }
.shop-load-more:hover, .shop-load-more:focus-visible { background: #111; color: #fff; outline: none; }

.shop-page__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 86px;
  padding: 18px var(--shop-gutter);
  border-top: 1px solid #f0ece6;
  text-align: center;
}
.shop-page__note > span { width: 52px; height: 1px; background: #d8bd82; }
.shop-page__note strong { display: block; font-size: 9px; font-weight: 500; letter-spacing: .34em; text-transform: uppercase; }
.shop-page__note p { margin: 5px 0 0; color: #6f675e; font-family: var(--shop-display); font-size: 12px; }
.shop-page.is-leather-library .shop-sort,
.shop-page.is-leather-library .shop-action-rule { display: none; }
.shop-page.is-leather-detail .shop-catalog__header { min-height: 110px; }
.shop-page.is-leather-detail .shop-product-grid { padding-bottom: 46px; }

@media (max-width: 1100px) {
  body.shop-all-page { --shop-gutter: clamp(40px, 7vw, 72px); }
  .shop-product-card a { min-height: 320px; }
  .shop-filter-drawer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-filter-clear { justify-self: start; }
}

@media (max-width: 820px) {
  body.shop-all-page { --shop-gutter: 24px; }
  .shop-hero { height: 500px; }
  .shop-hero__backdrop { background-position: 40% center; }
  .shop-hero__copy { top: 132px; left: var(--shop-gutter); width: min(430px, calc(100% - (2 * var(--shop-gutter)))); }
  .shop-hero h1 { font-size: 43px; }
  .shop-category-bar { display: block; padding: 0; overflow-x: auto; scrollbar-width: none; }
  .shop-category-list { display: flex; gap: 32px; width: max-content; min-width: max-content; padding-inline: var(--shop-gutter); }
  .shop-category-button { flex: 0 0 auto; width: auto; min-width: 0; height: 54px; padding-inline: 0; }
  .shop-category-meta { display: none; }
  .shop-catalog__header { padding-inline: 24px; }
  .shop-leather-grid { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 0 24px 38px; }
  .shop-leather-card:nth-child(4n + 1) { border-left: 0; }
  .shop-leather-card:nth-child(2n + 1) { border-left: 1px solid #eeeae4; }
  .shop-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); padding-inline: 24px; }
  .shop-product-card:nth-child(4n+1) { border-left: 0; }
  .shop-product-card:nth-child(2n+1) { border-left: 1px solid #eeeae4; }
  .shop-filter-drawer { grid-template-columns: 1fr; padding-inline: 24px; }
  .shop-page__note { padding: 18px 24px; }
}

@media (max-width: 560px) {
  body.shop-all-page { --shop-gutter: 18px; }
  .shop-hero { height: 540px; }
  .shop-hero__backdrop { background-position: 26% center; }
  .shop-hero::after { background: linear-gradient(90deg,rgba(10,9,8,.68),rgba(10,9,8,.3) 74%,transparent); }
  .shop-hero__copy { top: 150px; left: var(--shop-gutter); width: calc(100% - (2 * var(--shop-gutter))); }
  .shop-hero h1 { font-size: 38px; }
  .shop-catalog__header { min-height: 86px; align-items: flex-start; flex-direction: column; gap: 16px; padding: 18px var(--shop-gutter); }
  .shop-product-grid { grid-template-columns: 1fr; padding-inline: 18px; }
  .shop-leather-grid { grid-template-columns: 1fr; padding-inline: 18px; }
  .shop-leather-card,
  .shop-leather-card:nth-child(2n + 1) { border-left: 1px solid #eeeae4; }
  .shop-leather-card__texture { aspect-ratio: 1.35 / 1; }
  .shop-product-card, .shop-product-card:nth-child(2n+1) { border-left: 1px solid #eeeae4; }
  .shop-product-card__media { height: 250px; }
  .shop-filter-drawer, .shop-page__note { padding-inline: var(--shop-gutter); }
  .shop-search-panel { grid-template-columns: 1fr auto; padding-inline: var(--shop-gutter); }
  .shop-search-panel label { grid-column: 1 / -1; }
  .shop-sort-menu { position: fixed; top: auto; right: 18px; bottom: 18px; left: 18px; width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .shop-product-card__media img { transition: none; }
}
