/* Catalog, independent labels, and the product drawer share Labsny's new palette. */
.shop-page,
.brand-directory,
.home-catalog {
  max-width: 1180px;
  margin-inline: auto;
  color: #172b3a;
}
.shop-page,
.brand-directory { padding-top: 32px; padding-bottom: 50px; }
.shop-page .catalog-shop-heading {
  position: relative;
  overflow: hidden;
  padding: 48px 54px;
  gap: 36px;
  border: 1px solid #293f4e;
  border-radius: 22px;
  color: #f5f4ed;
  background-color: #172b3a;
  background-image: repeating-radial-gradient(ellipse at 100% 0%, transparent 0 82px, #bce8d310 83px 84px, transparent 85px 148px);
  background-size: auto;
}
.shop-page .catalog-shop-heading > div:first-child { min-width: 0; }
.catalog-shop-heading .eyebrow { color: #bce8d3; font-size: 10px; letter-spacing: 1.7px; }
.catalog-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: #bce8d3; }
.shop-page .catalog-shop-heading .page-title {
  max-width: 820px;
  margin: 22px 0 19px;
  font-family: var(--font-display, Georgia, "Times New Roman", serif);
  font-size: clamp(44px, 5.8vw, 76px);
  font-weight: 500;
  letter-spacing: -3.7px;
  line-height: .99;
  overflow-wrap: anywhere;
}
.catalog-shop-heading .page-title .serif { font: inherit; color: #bce8d3; letter-spacing: inherit; }
.shop-page .catalog-shop-heading .page-subtitle { max-width: 450px; margin: 0; font-size: 13px; line-height: 1.75; color: #d1dadb; }
.catalog-shop-heading .brand-site-link { margin: 17px 0 0; color: #bce8d3; font-size: 11px; }
.shop-page .shop-stamp {
  display: flex;
  width: 138px;
  height: 138px;
  border: 1px solid #bce8d356;
  background: #bce8d308;
  transform: rotate(8deg);
  color: #bce8d3;
  gap: 10px;
  letter-spacing: 1.2px;
}
.shop-page .shop-stamp > span { color: #eeb69a; font-size: 49px; line-height: 1; }
.shop-page .shop-stamp > strong { font-weight: 500; font-size: 9px; line-height: 1.6; }

/* Search and filters stay compact and visible above the collection. */
.shop-page .catalog-filters { display: grid; grid-template-columns: minmax(280px, 1fr) minmax(420px, 1.2fr); gap: 12px; margin: 24px 0 0; scroll-margin-top: 95px; }
.shop-page .catalog-search { min-width: 0; gap: 10px; padding: 7px 7px 7px 17px; border: 1px solid #d8e0dc; border-radius: 12px; background: #fffef9; }
.catalog-search > span { display: inline-flex; color: #536c72; }
.shop-page .catalog-search input { width: 100%; min-width: 0; font-size: 12px; padding: 12px 0; color: #172b3a; }
.shop-page .catalog-search input::placeholder { color: #596c70; }
.shop-page .catalog-search .button { flex: none; gap: 7px; min-height: 39px; padding: 10px 13px; background: #172b3a; color: #f5f4ed; border-radius: 8px; font-size: 11px; }
.shop-page .catalog-search .button .icon { width: 15px; height: 15px; }
.shop-page .catalog-selects { grid-template-columns: 1.2fr 1fr 1fr; gap: 8px; margin: 0; }
.shop-page .catalog-selects label { display: block; min-width: 0; padding: 8px 10px 6px; border: 1px solid #d8e0dc; border-radius: 12px; background: #fffef9; color: #596c70; font-size: 9px; line-height: 1.4; }
.shop-page .catalog-selects select { display: block; padding: 5px 0 2px; color: #172b3a; font-size: 11px; line-height: 1.5; }
.shop-page .catalog-results-top { padding: 26px 0 19px; color: #596c70; font-size: 12px; }
.shop-page .catalog-results-top strong { color: #172b3a; font-weight: 650; }
.shop-page .catalog-count-note { font-size: 9px; letter-spacing: 1.1px; color: #596c70; }
.shop-page .catalog-results-top .inline-link { color: #377263; font-size: 11px; }

/* A framed product photo, a clear price, and an actual size-selection action. */
.shop-page .catalog-grid,
.home-catalog .catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.catalog-product {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 7px;
  border: 1px solid #d8e0dc;
  border-radius: 15px;
  background: #fffef9;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.catalog-product:hover { border-color: #afc4bd; box-shadow: 0 8px 24px #172b3a09; transform: translateY(-2px); }
.catalog-product-open { border-radius: 9px; overflow: hidden; }
.catalog-product .catalog-picture { aspect-ratio: 4 / 5; background: #e9eeea; }
.catalog-product .catalog-picture > img { object-fit: cover; padding: 0; transition: transform .45s; }
.catalog-product .catalog-picture.studio-product-picture { background: #f8f8f2; }
.catalog-product .studio-product-picture > img { object-fit: contain; padding: 8%; }
.catalog-product .catalog-image-fallback { color: #b1c3bc; }
.catalog-product .studio-image-label { top: 9px; left: 9px; padding: 5px 7px; border: 1px solid #dbe6df; border-radius: 5px; background: #fffef6eb; color: #596c70; font-size: 8px; letter-spacing: .2px; }
.catalog-product-body { display: flex; flex-direction: column; flex: 1; min-width: 0; padding: 13px 7px 6px; }
.catalog-product .catalog-product-meta { margin: 0; min-height: 16px; gap: 6px; color: #596c70; font-size: 10px; letter-spacing: 1.2px; line-height: 1.7; }
.catalog-product-meta > span:first-child { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.catalog-sample-label { font-size: 10px; letter-spacing: 0; color: #987552; }
.catalog-product .catalog-product-title { margin: 6px 0 12px; width: 100%; }
.catalog-product .catalog-product-title h3 { min-height: 38px; font-family: "DM Sans", sans-serif; color: #172b3a; font-size: 13px; font-weight: 550; letter-spacing: -.15px; line-height: 1.45; }
.catalog-product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-top: auto; }
.catalog-product-bottom > div { min-width: 0; }
.catalog-product .catalog-product-price { font-size: 12px; font-weight: 650; line-height: 1.5; color: #172b3a; overflow-wrap: anywhere; }
.catalog-product .catalog-price-status { margin-top: 3px; font-size: 10px; color: #596c70; line-height: 1.4; }
.catalog-piece-link { display: grid; place-items: center; flex: none; width: 34px; height: 34px; padding: 0; border: 1px solid #d5e5db; border-radius: 50%; background: #e7f2ec; color: #172b3a; transition: background .2s, transform .2s; }
.catalog-piece-link .icon { width: 16px; height: 16px; }
.catalog-piece-link:hover { background: #bce8d3; transform: rotate(6deg); }
.catalog-product-unavailable .catalog-piece-link { border-color: #e2e1d6; background: #f1f0e9; color: #788385; }
.catalog-product button:focus-visible { outline: 2px solid #377263; outline-offset: 3px; }

.home-catalog { padding-top: 66px; padding-bottom: 12px; }
.home-catalog .section-heading { margin-bottom: 0; align-items: flex-end; }
.home-catalog .section-heading .eyebrow { margin-bottom: 11px; font-size: 9px; color: #596c70; }
.home-catalog .section-heading h2 { font-family: var(--font-display, Georgia, "Times New Roman", serif); font-size: clamp(34px, 3.5vw, 47px); font-weight: 500; letter-spacing: -1.5px; line-height: 1.07; color: #172b3a; }
.home-catalog .section-heading .text-link { max-width: none; gap: 9px; padding: 0 0 4px; font-size: 11px; color: #377263; }
.home-catalog .home-catalog-intro { margin: 13px 0 25px; color: #596c70; font-size: 12px; line-height: 1.7; }
.shop-page .catalog-pagination { gap: 22px; margin: 36px 0 22px; font-size: 11px; }
.shop-page .catalog-pagination .button { min-height: 40px; border-radius: 9px; padding: 10px 15px; font-size: 11px; }
.shop-page .catalog-pagination .button.dark { background: #172b3a; color: #f5f4ed; }
.shop-page .catalog-pagination .button.quiet { background: #e9eeea; border: 1px solid #d8e0dc; color: #172b3a; }
.shop-page .catalog-source-note { margin: 20px 0 0; padding: 20px 0; border-top: 1px solid #d8e0dc; text-align: center; }
.shop-page .catalog-source-note .inline-link { color: #596c70; font-size: 10px; }
.shop-page .catalog-loading { min-height: 390px; color: #596c70; font-size: 13px; }
.shop-page .empty-state,
.brand-directory .empty-state { padding: 60px 24px; border: 1px dashed #cbd7d1; border-radius: 16px; background: #edf2ec; }
.shop-page .empty-state h3,
.brand-directory .empty-state h3 { font-family: var(--font-display, Georgia, "Times New Roman", serif); color: #172b3a; font-size: 28px; letter-spacing: -.7px; }
.shop-page .empty-state p,
.brand-directory .empty-state p { color: #596c70; }

/* Brand logos remain separate from the labels below them. */
.brand-directory { padding-top: 48px; }
.brand-directory > .eyebrow { color: #638577; font-size: 9px; }
.brand-directory .shop-heading { margin-top: 22px; align-items: flex-end; }
.brand-directory .page-title { margin: 0; font-family: var(--font-display, Georgia, "Times New Roman", serif); font-size: clamp(42px, 5vw, 67px); font-weight: 500; letter-spacing: -2.5px; line-height: 1.02; color: #172b3a; }
.brand-directory .page-title .serif { font: inherit; letter-spacing: inherit; color: #377263; }
.brand-directory .page-subtitle { margin: 20px 0 0; max-width: 470px; color: #596c70; font-size: 13px; line-height: 1.7; }
.brand-directory .shop-heading > .button { min-height: 45px; margin-bottom: 3px; padding: 12px 18px; border-radius: 11px; font-size: 11px; background: #172b3a; color: #f5f4ed; }
.brand-directory .brand-directory-search { max-width: 100%; margin: 29px 0 21px; padding: 14px 18px; border: 1px solid #d8e0dc; border-radius: 12px; background: #fffef9; gap: 12px; }
.brand-directory-search > .icon { width: 18px; height: 18px; color: #627f72; }
.brand-directory-search input { padding: 3px 0; font-size: 12px; color: #172b3a; }
.brand-directory .brand-directory-count { font-size: 11px; margin-bottom: 18px; color: #596c70; }
.brand-directory .brand-directory-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.directory-brand { min-width: 0; overflow: hidden; padding: 7px 7px 15px; border: 1px solid #d8e0dc; border-radius: 15px; background: #fffef9; }
.directory-brand-art { aspect-ratio: 1.3; border-radius: 9px; background: var(--brand-bg, #e7f2ec); }
.directory-brand-art > img { padding: 26px; mix-blend-mode: normal; object-fit: contain; background: var(--brand-bg, #e7f2ec); }
.directory-brand-fallback { z-index: 0; max-width: 85%; font-family: var(--font-display, Georgia, "Times New Roman", serif); font-size: 28px; font-weight: 500; letter-spacing: -.8px; color: #172b3a; }
.directory-brand-fallback[hidden] { display: none !important; }
.directory-brand-arrow { right: 10px; bottom: 10px; width: 29px; height: 29px; border: 1px solid #172b3a12; background: #fffef9eb; color: #172b3a; }
.directory-brand-bottom { align-items: flex-start; gap: 8px; padding: 15px 9px 8px; }
.directory-brand-bottom > div { min-width: 0; }
.directory-brand-bottom h3 { margin: 0 0 5px; font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: -.2px; line-height: 1.5; color: #172b3a; overflow-wrap: anywhere; }
.directory-brand-bottom span { color: #596c70; font-size: 10px; line-height: 1.5; }
.directory-brand-bottom .icon-button { width: 26px; height: 26px; border: 0; background: transparent; color: #627f72; }
.directory-brand-bottom .icon-button .icon { width: 16px; height: 16px; }
.directory-brand .directory-brand-site { display: inline-block; margin: 0 9px; color: #596c70; font-size: 10px; line-height: 1.5; }

/* Product details use a quiet cream canvas with the real size controls intact. */
.single-product-modal { width: 980px; max-width: calc(100vw - 36px); max-height: 90dvh; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #d6dfd9; border-radius: 20px; background: #fffef8; color: #172b3a; overflow: hidden; }
.single-product-modal .modal-close { border: 1px solid #d6dfd9; background: #fffef9ee; color: #172b3a; }
.single-product-modal .single-product-visual { min-width: 0; background: #e9eee8; }
.single-product-modal .single-product-visual > .catalog-picture { min-height: min(650px, 90dvh); height: 100%; background: #e9eee8; }
.single-product-modal .single-product-visual > .catalog-picture > img { object-fit: contain; padding: 42px 22px 96px; }
.single-product-modal .single-product-visual > .studio-product-picture { background: #f4f5ed; }
.single-product-modal .product-photo-caption { max-width: calc(100% - 34px); top: 17px; left: 17px; padding: 6px 9px; border: 1px solid #dde4dc; border-radius: 6px; color: #596c70; background: #fffef8eb; font-size: 9px; }
.single-product-modal .single-product-content { min-width: 0; max-height: 90dvh; padding: 46px 34px 31px; overflow: auto; }
.single-product-modal .single-product-content > .eyebrow { margin-bottom: 14px; color: #596c70; font-size: 9px; letter-spacing: 1.4px; }
.single-product-modal .single-product-content h2 { margin: 0 0 17px; padding-right: 16px; font-family: var(--font-display, Georgia, "Times New Roman", serif); font-size: 35px; font-weight: 500; line-height: 1.11; letter-spacing: -1.2px; color: #172b3a; }
.single-product-modal .single-product-price { color: #172b3a; font-size: 20px; font-weight: 600; line-height: 1.5; }
.single-product-modal .single-product-category { margin: 11px 0 23px; color: #596c70; font-size: 10px; }
.single-product-modal .product-size-advice { margin: 12px 0; padding: 11px 13px; border: 1px solid #d6e6dc; border-radius: 8px; background: #e7f2ec; }
.single-product-modal .product-size-advice.size-advice-estimate { background: #f6e9dc; border-color: #eddbca; }
.single-product-modal .product-size-advice > strong { color: #377263; font-size: 11px; }
.single-product-modal .product-size-advice.size-advice-estimate > strong { color: #966c49; }
.single-product-modal .product-sizes { margin: 23px 0 8px; }
.single-product-modal .product-sizes legend { margin-bottom: 11px; color: #172b3a; font-size: 11px; font-weight: 600; }
.single-product-modal .product-sizes > div { gap: 7px; }
.single-product-modal .product-sizes span { min-width: 41px; padding: 11px 12px; border: 1px solid #d8e0dc; border-radius: 7px; background: #f9f9f2; color: #596c70; font-size: 11px; }
.single-product-modal .product-sizes input:checked + span { border-color: #172b3a; background: #172b3a; color: #bce8d3; }
.single-product-modal .product-sizes input:disabled + span { border-color: #dce1d9; border-style: dashed; background: #f0f1e9; color: #98a099; }
.single-product-modal .requested-size-field { margin-top: 22px; font-size: 11px; color: #596c70; }
.single-product-modal .requested-size-field input { width: 100%; max-width: 100%; border-color: #d8e0dc; border-radius: 9px; background: #fffef9; color: #172b3a; }
.single-product-modal .sold-out-sizes,
.single-product-modal .availability-note { color: #966c49; font-size: 10px; line-height: 1.7; }
.single-product-modal .button.full { margin-top: 12px; min-height: 46px; border-radius: 9px; font-size: 11px; }
.single-product-modal .button.dark { background: #172b3a; color: #f5f4ed; }
.single-product-modal .button.dark .icon { color: #bce8d3; }
.single-product-modal .button.quiet { border: 1px solid #d8e0dc; background: #f1f4ec; color: #4f7466; }
.single-product-modal button:disabled { cursor: not-allowed; }
.single-product-modal .product-combined-note { margin: 20px 0; gap: 9px; color: #596c70; font-size: 10px; line-height: 1.7; }
.single-product-modal .product-combined-note > .icon { width: 15px; height: 15px; color: #596c70; }
.single-product-modal .product-thumbnails { bottom: 22px; left: 18px; right: 18px; gap: 8px; }
.single-product-modal .product-thumbnails button { width: 49px; height: 61px; padding: 3px; border: 1px solid #dbe2d8; border-radius: 7px; background: #fffef8; }
.single-product-modal .product-thumbnails button.selected { border-color: #377263; box-shadow: 0 0 0 1px #377263; }
.single-product-modal .product-source { color: #596c70; font-size: 9px; }
.single-product-modal .studio-image-note { color: #596c70; font-size: 10px; }
.single-product-modal .inline-link { color: #377263; }
.single-product-modal [hidden] { display: none !important; }

.shop-page .outfit-bag-bar { padding: 14px 18px; border: 1px solid #d1ddd5; border-radius: 14px; background: #fffef8f5; box-shadow: 0 10px 30px #172b3a10; }
.shop-page .outfit-bag-bar strong { color: #172b3a; font-size: 12px; }
.shop-page .outfit-bag-bar span:not(.catalog-image-fallback) { color: #596c70; font-size: 10px; }
.shop-page .outfit-bag-bar .button { border-radius: 9px; background: #172b3a; color: #bce8d3; font-size: 11px; }
.shop-page .outfit-bag-preview .catalog-picture { background: #e7eee5; border-color: #fffef8; }

@media (max-width: 1000px) {
  .shop-page .catalog-shop-heading { padding: 37px 36px; }
  .shop-page .catalog-filters { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .shop-page .catalog-selects label { display: flex; align-items: center; gap: 8px; padding: 9px 13px; }
  .shop-page .catalog-selects select { padding: 3px 0; }
  .shop-page .catalog-grid,
  .home-catalog .catalog-grid { gap: 13px; }
  .catalog-product-body { padding: 11px 5px 5px; }
  .catalog-product .catalog-product-title h3 { font-size: 12px; min-height: 35px; }
  .catalog-product .catalog-product-price { font-size: 11px; }
  .catalog-piece-link { width: 30px; height: 30px; }
  .brand-directory .brand-directory-grid { gap: 14px; }
  .single-product-modal .single-product-content { padding: 45px 26px 27px; }
}
@media (max-width: 720px) {
  .shop-page,
  .brand-directory { padding-top: 22px; padding-bottom: 34px; }
  .shop-page .catalog-shop-heading { padding: 30px 24px 32px; border-radius: 16px; }
  .shop-page .catalog-shop-heading .page-title { font-size: clamp(40px, 8vw, 59px); letter-spacing: -2px; margin: 19px 0 17px; }
  .shop-page .catalog-shop-heading .page-subtitle { font-size: 11px; line-height: 1.8; max-width: 350px; }
  .catalog-shop-heading .eyebrow { font-size: 8px; letter-spacing: 1.2px; }
  .shop-page .shop-stamp { display: none; }
  .shop-page .catalog-search { padding: 6px 6px 6px 12px; gap: 9px; }
  .shop-page .catalog-search input { font-size: 16px; }
  .shop-page .catalog-search .button { width: 38px; min-height: 38px; padding: 10px; font-size: 0; gap: 0; }
  .shop-page .catalog-search .button .icon { width: 17px; height: 17px; }
  .shop-page .catalog-selects { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .shop-page .catalog-selects label { display: block; grid-column: auto; padding: 8px; font-size: 8px; }
  .shop-page .catalog-selects select { padding: 6px 0 1px; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
  .shop-page .catalog-results-top { padding: 21px 0 16px; font-size: 10px; gap: 10px; }
  .shop-page .catalog-count-note { display: none; }
  .shop-page .catalog-grid,
  .home-catalog .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .catalog-product { padding: 5px; border-radius: 12px; }
  .catalog-product-open { border-radius: 8px; }
  .catalog-product-body { padding: 11px 6px 6px; }
  .catalog-product .catalog-product-meta { font-size: 10px; letter-spacing: .5px; }
  .catalog-product .catalog-product-title { margin: 5px 0 10px; }
  .catalog-product .catalog-product-title h3 { min-height: 34px; font-size: 12px; line-height: 1.4; }
  .catalog-product .catalog-product-price { font-size: 11px; }
  .catalog-piece-link { width: 30px; height: 30px; }
  .catalog-piece-link .icon { width: 14px; height: 14px; }
  .catalog-product .catalog-price-status { font-size: 10px; }
  .home-catalog { padding-top: 43px; }
  .home-catalog .section-heading { align-items: flex-end; gap: 16px; }
  .home-catalog .section-heading h2 { font-size: 33px; }
  .home-catalog .section-heading .eyebrow { font-size: 8px; margin-bottom: 9px; }
  .home-catalog .section-heading .text-link { max-width: none; font-size: 9px; gap: 5px; white-space: nowrap; }
  .home-catalog .section-heading .text-link .icon { width: 13px; height: 13px; }
  .home-catalog .home-catalog-intro { font-size: 11px; margin: 12px 0 22px; }
  .shop-page .catalog-pagination { gap: 11px; font-size: 9px; margin: 28px 0 16px; }
  .shop-page .catalog-pagination .button { padding: 9px 12px; font-size: 10px; min-height: 38px; }
  .shop-page .catalog-source-note { padding: 16px 0; }
  .brand-directory > .eyebrow { font-size: 8px; }
  .brand-directory .shop-heading { display: block; margin-top: 20px; }
  .brand-directory .page-title { font-size: 46px; letter-spacing: -2px; }
  .brand-directory .page-subtitle { margin-top: 17px; font-size: 12px; }
  .brand-directory .shop-heading > .button { margin: 20px 0 0; font-size: 10px; min-height: 42px; }
  .brand-directory .brand-directory-search { margin-top: 22px; padding: 13px; }
  .brand-directory .brand-directory-search input { font-size: 16px; }
  .brand-directory .brand-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .directory-brand { padding: 5px 5px 13px; border-radius: 12px; }
  .directory-brand-art { aspect-ratio: 1.1; border-radius: 8px; }
  .directory-brand-art > img { padding: 21px; }
  .directory-brand-fallback { font-size: 23px; }
  .directory-brand-bottom { padding: 12px 7px 7px; }
  .directory-brand-bottom h3 { font-size: 11px; }
  .directory-brand-bottom span { font-size: 10px; }
  .directory-brand-bottom .icon-button { display: none; }
  .directory-brand .directory-brand-site { margin-inline: 7px; font-size: 10px; }
  .directory-brand-arrow { width: 25px; height: 25px; right: 7px; bottom: 7px; }
  .directory-brand-arrow .icon { width: 13px; height: 13px; }
  .single-product-modal { display: block; width: calc(100vw - 20px); max-width: 560px; max-height: 92dvh; border-radius: 17px; overflow: auto; }
  .single-product-modal .modal-close { position: sticky; top: 12px; float: right; margin: 12px 12px -49px 0; z-index: 5; }
  .single-product-modal .single-product-visual > .catalog-picture { min-height: 0; height: min(84vw, 400px); }
  .single-product-modal .single-product-visual > .catalog-picture > img { padding: 33px 18px 78px; }
  .single-product-modal .single-product-content { max-height: none; overflow: visible; padding: 29px 23px 30px; }
  .single-product-modal .single-product-content h2 { font-size: 31px; letter-spacing: -.9px; }
  .single-product-modal .single-product-price { font-size: 19px; }
  .single-product-modal .product-photo-caption { top: 12px; left: 12px; font-size: 8px; }
  .single-product-modal .product-thumbnails { bottom: 15px; gap: 7px; }
  .single-product-modal .product-thumbnails button { width: 40px; height: 49px; }
  .single-product-modal .button.full { min-height: 46px; }
  .single-product-modal .requested-size-field input { font-size: 16px; }
  .shop-page .outfit-bag-bar { bottom: 83px; padding: 12px; gap: 10px; border-radius: 12px; }
  .shop-page .outfit-bag-bar strong { font-size: 10px; }
  .shop-page .outfit-bag-bar span:not(.catalog-image-fallback) { font-size: 8px; }
  .shop-page .outfit-bag-bar .button { padding: 10px 11px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .catalog-product,
  .catalog-product .catalog-picture > img,
  .catalog-piece-link { transition: none; }
  .catalog-product:hover,
  .catalog-product-open:hover img,
  .catalog-piece-link:hover { transform: none; }
}
