/* Category listing, measured against the supplied desktop and mobile references. */
body.retail-storefront .retail-category-page {
  width: 100%; max-width: none; margin: 0; padding: 0 0 64px;
  background: #fff; color: #111;
}
.retail-category-page .retail-breadcrumb,
.retail-category-page .retail-category-heading,
.retail-category-page .retail-category-nav { margin-left: 50px; margin-right: 50px; }
.retail-category-page .retail-breadcrumb { min-height: 57px; padding-top: 16px; color: #111; font-size: 12px; }
.retail-category-page .retail-category-heading { display: block; padding: 4px 0 12px; }
.retail-category-page .retail-category-heading h1 { margin: 0; font-size: 25px; font-weight: 400; line-height: 1.2; letter-spacing: -.04em; }
.retail-category-page .retail-category-heading > p { max-width: none; margin: 12px 0 0; color: #606060; font-size: 13px; line-height: 1.4; }
.retail-category-page .retail-category-nav { min-height: 36px; margin-bottom: 20px; gap: 10px; overflow: auto; border: 0; }
.retail-category-page .retail-category-nav a { min-height: 30px; padding: 0 13px; align-self: flex-start; border: 1px solid #c7c7c7; border-radius: 18px; color: #171717; font-size: 12px; white-space: nowrap; }
.retail-category-page .retail-category-nav a.is-active { border-color: #bdbdbd; background: #e9e9e9; font-weight: 400; }
.retail-category-page .retail-results-toolbar { min-height: 45px; margin: 0; padding: 0 50px; justify-content: flex-start; border-block: 1px solid #e3e3e3; }
.retail-category-page .market-filter-trigger { min-height: 43px; margin-left: -12px; padding: 0 12px; display: inline-flex; align-items: center; gap: 8px; border: 0; border-right: 1px solid #ddd; background: transparent; color: #111; font-size: 12px; cursor: pointer; }
.retail-category-page .market-filter-trigger svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.25; }
.retail-category-page .retail-product-count { margin-left: auto; color: #888; font-size: 13px; }
.retail-category-page .retail-catalog-layout { display: block; }
.retail-category-page .retail-filter-rail { position: fixed; z-index: 90; top: 0; right: 0; bottom: 0; left: auto; width: min(390px, 94vw); max-height: none; padding: 18px 24px 30px; overflow-y: auto; background: #fff; box-shadow: -10px 0 28px #0002; transform: translateX(110%); transition: transform .25s ease; }
.retail-category-page .retail-filter-rail.is-open { transform: translateX(0); }
.retail-category-page .retail-filter-overlay:not([hidden]) { display: block !important; }
.retail-category-page .retail-filter-head { min-height: 44px; font-size: 15px; text-transform: none; }
.retail-category-page .retail-filter-head button { width: 40px; height: 40px; display: grid; place-items: center; border: 0; background: transparent; font-size: 24px; cursor: pointer; }
.retail-category-page .retail-filter-rail .retail-sort-select { margin: 18px 0 8px; display: grid; gap: 8px; color: #111; }
.retail-category-page .retail-filter-rail .retail-sort-select select { width: 100%; max-width: none; }
.retail-category-page .retail-product-results { padding: 20px 50px 0; }
.retail-category-page .retail-product-results .retail-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 20px; align-items: start; }
.retail-category-page .retail-product-card { min-width: 0; }
.retail-category-page .retail-product-card__media { aspect-ratio: 1 / 1.30; background: #f2f2f2; }
.retail-category-page .retail-product-card__media img { object-fit: cover; }
.retail-category-page .retail-product-card__copy { padding-top: 8px; }
.retail-category-page .retail-product-card__copy h2 { margin: 0; font-size: 13px; font-weight: 400; line-height: 1.25; }
.retail-category-page .retail-product-card__copy .market-card-price { margin-top: 3px; font-size: 13px; font-weight: 400; }
.retail-category-page .retail-product-card__copy .market-card-price strong { font-weight: 400; }
.retail-category-page .retail-card-save { width: 34px; height: 34px; top: auto; right: 9px; bottom: 9px; border: 0; border-radius: 0; box-shadow: none; }
.retail-category-page .retail-card-save svg { width: 17px; }
.retail-category-page .market-card-badge { top: 10px; left: 10px; border-radius: 0; background: #fff; color: #111; font-size: 11px; }
.retail-category-page .ck-editorial-card { position: relative; min-width: 0; aspect-ratio: 1 / 1.30; display: block; overflow: hidden; background: #f0f0f0; color: #fff; }
.retail-category-page .ck-editorial-card picture,
.retail-category-page .ck-editorial-card img,
.retail-category-page .ck-editorial-card video { width: 100%; height: 100%; display: block; object-fit: cover; }
.retail-category-page .ck-editorial-card > span { position: absolute; right: 18px; bottom: 18px; left: 18px; color: #fff; font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-shadow: 0 1px 4px #0009; }
.retail-category-page .ck-editorial-card--video > span { pointer-events: none; }
.retail-category-page .retail-results-summary { padding: 28px 0 0; }
.retail-category-page .market-mobile-search,
.retail-category-page .retail-category-story { display: none !important; }
.retail-category-page .retail-filter-overlay:not([hidden]) { z-index: 89; }
@media (max-width: 900px) {
  .retail-category-page .retail-filter-rail { display: block !important; left: 0; right: auto; width: min(360px, 92vw); box-shadow: 10px 0 28px #0002; transform: translateX(-110%); }
  .retail-category-page .retail-product-results .retail-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  body.retail-storefront .retail-category-page { padding-bottom: 38px; }
  .retail-category-page .retail-breadcrumb,
  .retail-category-page .retail-category-heading,
  .retail-category-page .retail-category-nav { margin-left: 10px; margin-right: 10px; }
  .retail-category-page .retail-breadcrumb { min-height: 43px; padding-top: 6px; font-size: 11px; }
  .retail-category-page .retail-category-heading { padding: 0 0 12px; }
  .retail-category-page .retail-category-heading h1 { font-size: 20px; }
  .retail-category-page .retail-category-heading > p { margin-top: 10px; max-width: 96%; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .retail-category-page .retail-category-nav { min-height: 40px; margin-bottom: 8px; gap: 6px; }
  .retail-category-page .retail-category-nav a { min-height: 30px; padding-inline: 12px; font-size: 11px; }
  .retail-category-page .retail-results-toolbar { min-height: 44px; padding: 0 10px; }
  .retail-category-page .market-filter-trigger { min-height: 43px; margin-left: -10px; padding-inline: 10px; font-size: 12px; }
  .retail-category-page .retail-product-count { font-size: 11px; }
  .retail-category-page .retail-product-results { padding: 10px 10px 0; }
  .retail-category-page .retail-product-results .retail-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 10px; }
  .retail-category-page .retail-product-card__media,
  .retail-category-page .ck-editorial-card { aspect-ratio: 1 / 1.31; }
  .retail-category-page .retail-product-card__copy h2 { font-size: 12px; line-height: 1.28; }
  .retail-category-page .retail-product-card__copy .market-card-price { font-size: 12px; }
  .retail-category-page .retail-card-save { width: 32px; height: 32px; top: auto; right: 7px; bottom: 7px; }
  .retail-category-page .ck-editorial-card > span { right: 10px; bottom: 12px; left: 10px; font-size: 12px; }
}
