/* For Couples only. Header, cart, age gate and shared footer keep their styles. */
body.couples-category .cc-page {
  --cc-bg: #080e0b;
  --cc-panel: #111c15;
  --cc-line: #304035;
  --cc-text: #f0f5f1;
  --cc-muted: #b2c1b7;
  --cc-mint: #c9ebd8;
  display: block;
  margin: 0;
  padding: 0;
  background: var(--cc-bg);
  color: var(--cc-text);
  font: 400 15px/1.65 'Open Sans', sans-serif;
  text-align: left;
  overflow-wrap: break-word;
}
body.couples-category .cc-page *,
body.couples-category .cc-page *::before,
body.couples-category .cc-page *::after { box-sizing: border-box; }
body.couples-category .cc-page [hidden] { display: none !important; }
body.couples-category .cc-page section { margin: 0; padding: 0; }
body.couples-category .cc-page h1,
body.couples-category .cc-page h2,
body.couples-category .cc-page h3 { margin: 0; padding: 0; color: var(--cc-text); text-transform: none; letter-spacing: 0; text-wrap: pretty; }
body.couples-category .cc-page h1,
body.couples-category .cc-page h2 { font-family: 'Lilita One', sans-serif; font-weight: 400; }
body.couples-category .cc-page h2 { font-size: 32px; line-height: 1.16; }
body.couples-category .cc-page h3 { font: 600 18px/1.4 'Open Sans', sans-serif; }
body.couples-category .cc-page p,
body.couples-category .cc-page nav { margin: 0; padding: 0; color: inherit; }
body.couples-category .cc-page a { color: inherit; text-decoration: none; text-underline-offset: 4px; }
body.couples-category .cc-page a:hover { color: var(--cc-mint); }
body.couples-category .cc-page button,
body.couples-category .cc-page input,
body.couples-category .cc-page select { font: inherit; letter-spacing: 0; }
body.couples-category .cc-page button,
body.couples-category .cc-page summary { touch-action: manipulation; }
body.couples-category .cc-page :focus-visible { outline: 2px solid var(--cc-mint); outline-offset: 4px; }
body.couples-category .cc-page svg { display: block; flex: 0 0 auto; }
body.couples-category .cc-page .cc-wrap { width: min(1200px, calc(100% - 64px)); max-width: none; margin: 0 auto; padding-left: 0; padding-right: 0; }
body.couples-category .cc-page .cc-eyebrow { color: var(--cc-mint); font-size: 11px; line-height: 1.5; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }

/* A compact film header with a readable, quiet area for the copy. */
body.couples-category .cc-page .cc-hero { position: relative; isolation: isolate; overflow: hidden; background: #210b0e; }
body.couples-category .cc-page .cc-hero-media { position: absolute; inset: 0; z-index: -2; overflow: hidden; background: #210b0e url('/couples-video-poster.jpg') center 46% / cover no-repeat; }
body.couples-category .cc-page .cc-hero-media video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
body.couples-category .cc-page .cc-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(5, 10, 7, .96) 0%, rgba(5, 10, 7, .87) 29%, rgba(5, 10, 7, .46) 60%, rgba(6, 8, 7, .13) 100%), linear-gradient(0deg, rgba(5, 10, 7, .35), transparent 50%); }
body.couples-category .cc-page .cc-hero-layout { display: flex; align-items: center; min-height: 360px; padding-top: 18px; padding-bottom: 22px; }
body.couples-category .cc-page .cc-hero-copy { width: 100%; max-width: 650px; }
body.couples-category .cc-page .cc-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 12px; color: #c0c8c2; font-size: 11px; line-height: 1.5; }
body.couples-category .cc-page .cc-breadcrumb > span:last-child { color: #e2e9e4; }
body.couples-category .cc-page .cc-breadcrumb a:hover { color: #fff; text-decoration: underline; }
body.couples-category .cc-page .cc-hero-copy > .cc-eyebrow { margin-bottom: 6px; font-size: 10px; }
body.couples-category .cc-page .cc-hero h1 { font-size: clamp(40px, 4vw, 48px); line-height: 1.02; }
body.couples-category .cc-page .cc-hero h1 span { color: var(--cc-mint); }
body.couples-category .cc-page .cc-intro { max-width: 59ch; margin-top: 11px; color: #e1e8e3; font-size: 14px; line-height: 1.55; }
body.couples-category .cc-page .cc-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 16px; }
body.couples-category .cc-page .cc-primary { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 44px; padding: 10px 18px; border: 1px solid var(--cc-mint); border-radius: 4px; background: var(--cc-mint); color: #112d1e; font-size: 14px; font-weight: 600; line-height: 1.5; }
body.couples-category .cc-page .cc-primary:hover { background: #e4f6ec; border-color: #e4f6ec; color: #112d1e; }
body.couples-category .cc-page .cc-guide-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; text-decoration: underline; }
body.couples-category .cc-page .cc-trust { border-top: 1px solid #2c4435; border-bottom: 1px solid var(--cc-line); background: #14231a; }
body.couples-category .cc-page .cc-trust > .cc-wrap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding-top: 12px; padding-bottom: 12px; }
body.couples-category .cc-page .cc-trust-item { display: flex; align-items: center; justify-content: center; gap: 12px; min-width: 0; padding: 0 18px; }
body.couples-category .cc-page .cc-trust-item + .cc-trust-item { border-left: 1px solid #344b3b; }
body.couples-category .cc-page .cc-trust-icon { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid #44654f; border-radius: 10px; background: #1d3425; color: #d1f1dc; }
body.couples-category .cc-page .cc-trust-icon svg { display: block; width: 23px; height: 23px; }
body.couples-category .cc-page .cc-trust-label { display: block; min-width: 0; color: #deebe2; font-size: 13px; font-weight: 500; line-height: 1.5; }

/* Search and native filters stay close to the first row of products. */
body.couples-category .cc-page .cc-catalog { padding-top: 28px; padding-bottom: 54px; scroll-margin-top: 118px; }
body.couples-category .cc-page .cc-catalog-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
body.couples-category .cc-page .cc-catalog-intro .cc-eyebrow { display: none; }
body.couples-category .cc-page .cc-catalog-intro h2 { font-size: 30px; }
body.couples-category .cc-page .cc-catalog-intro > div > p:last-child { margin-top: 5px; color: var(--cc-muted); font-size: 13px; line-height: 1.6; }
body.couples-category .cc-page #fcount { flex-shrink: 0; padding-bottom: 3px; color: #d0dfd6; font-size: 13px; font-weight: 600; text-align: right; white-space: nowrap; }
body.couples-category .cc-page .cc-browser { position: relative; z-index: 5; display: block; margin: 0; padding: 0; border: 0; background: transparent; }
body.couples-category .cc-page .cc-quick-types { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
body.couples-category .cc-page .cc-quick-types button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 16px; border: 1px solid #415448; border-radius: 999px; color: #dbe8df; background: transparent; font-size: 13px; line-height: 1.4; }
body.couples-category .cc-page .cc-quick-types button:hover { border-color: #8bae98; background: #17281d; }
body.couples-category .cc-page .cc-quick-types button[aria-pressed='true'] { border-color: var(--cc-mint); background: var(--cc-mint); color: #143222; font-weight: 600; }
body.couples-category .cc-page .cc-controls { display: grid; grid-template-columns: minmax(0, 1fr) 230px 140px; gap: 12px; align-items: start; }
body.couples-category .cc-page .cc-search,
body.couples-category .cc-page .cc-sort { position: relative; display: block; min-width: 0; }
body.couples-category .cc-page .cc-search > span,
body.couples-category .cc-page .cc-sort > span { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
body.couples-category .cc-page .cc-controls input:not([type='checkbox']),
body.couples-category .cc-page .cc-controls select { display: block; width: 100%; max-width: 100%; min-height: 46px; margin: 0; padding: 10px 12px; border: 1px solid #415448; border-radius: 4px; background: #111d15; color: #eef5f0; font-size: 14px; line-height: 1.5; color-scheme: dark; }
body.couples-category .cc-page .cc-controls input::placeholder { color: #a8baae; opacity: 1; }
body.couples-category .cc-page .cc-search input { padding-right: 35px; }
body.couples-category .cc-page .cc-controls input:focus,
body.couples-category .cc-page .cc-controls select:focus { border-color: var(--cc-mint); }
body.couples-category .cc-page .cc-filter-menu { position: relative; min-width: 0; margin: 0; padding: 0; border: 0; }
body.couples-category .cc-page .cc-filter-menu > summary { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 12px; border: 1px solid #415448; border-radius: 4px; background: #111d15; color: #edf4ef; font-size: 14px; font-weight: 600; line-height: 1.5; list-style: none; cursor: pointer; }
body.couples-category .cc-page .cc-filter-menu > summary::-webkit-details-marker { display: none; }
body.couples-category .cc-page .cc-filter-menu > summary > span:last-child { margin-left: auto; font-size: 20px; font-weight: 400; line-height: 1; }
body.couples-category .cc-page .cc-filter-menu[open] > summary { border-color: var(--cc-mint); background: #1b3123; }
body.couples-category .cc-page .cc-filter-menu[open] > summary > span:last-child { transform: rotate(45deg); }
body.couples-category .cc-page #cc-filter-number { display: inline-flex; min-width: 20px; min-height: 20px; align-items: center; justify-content: center; border-radius: 50%; background: var(--cc-mint); color: #133320; font-size: 11px; }
body.couples-category .cc-page .cc-filter-panel { position: absolute; top: calc(100% + 10px); right: 0; z-index: 10; width: min(350px, calc(100vw - 40px)); padding: 20px; border: 1px solid #526e5b; border-radius: 6px; background: #132118; box-shadow: 0 16px 42px rgba(0, 0, 0, .55); }
body.couples-category .cc-page .cc-filter-panel > label,
body.couples-category .cc-page .cc-price-inputs label { display: grid; gap: 7px; color: #d9e6de; font-size: 12px; font-weight: 600; line-height: 1.5; }
body.couples-category .cc-page .cc-price-inputs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 17px; }
body.couples-category .cc-page .cc-filter-panel .cc-stock { display: flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 12px; font-size: 14px; cursor: pointer; }
body.couples-category .cc-page .cc-stock input { width: 18px; height: 18px; margin: 0; padding: 0; accent-color: var(--cc-mint); }
body.couples-category .cc-page #cc-panel-clear { min-height: 44px; margin-top: 4px; padding: 8px 0; color: var(--cc-mint); font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
body.couples-category .cc-page .cc-applied { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
body.couples-category .cc-page #fpills { display: flex; flex-wrap: wrap; gap: 6px; }
body.couples-category .cc-page #fpills:not(:empty) { margin-top: 12px; }
body.couples-category .cc-page #fpills button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 7px 10px; border: 1px solid #48614f; border-radius: 4px; background: #182b1f; color: #dbefe2; font-size: 12px; line-height: 1.5; }
body.couples-category .cc-page #fclear { flex-shrink: 0; min-height: 44px; margin-top: 8px; padding: 8px 0; color: var(--cc-mint); font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
body.couples-category .cc-page .cc-sync { display: flex; align-items: center; justify-content: flex-end; gap: 12px; min-height: 22px; margin: 10px 0 12px; }
body.couples-category .cc-page #cc-sync-status { color: #a8bcaf; font-size: 12px; line-height: 1.6; text-align: right; }
body.couples-category .cc-page #cc-sync-status[data-state='error'] { color: #e0cda9; }
body.couples-category .cc-page #cc-retry { flex-shrink: 0; min-height: 44px; padding: 8px 12px; border: 1px solid #72967e; border-radius: 4px; color: var(--cc-mint); font-size: 13px; }
body.couples-category .cc-page .cc-nojs { margin: 16px 0; padding: 14px 16px; border: 1px solid var(--cc-line); background: #111d15; color: #c3d3c8; font-size: 14px; }

/* One stable card shape for both the saved catalogue and live Shopify data. */
body.couples-category .cc-page .cc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 18px; width: 100%; margin: 0; padding: 0; }
/* Pagination reveals products immediately, without the global scroll stagger. */
body.couples-category .cc-page .cc-grid .card { display: flex; flex-direction: column; min-width: 0; margin: 0; padding: 0; overflow: hidden; border: 1px solid #34443a; border-radius: 7px; background: #111b15; box-shadow: none; opacity: 1; animation: none; transition: border-color .18s ease, transform .18s ease; }
body.couples-category .cc-page .cc-grid .card:hover { border-color: #a0c4ac; background: #111b15; transform: translateY(-2px); box-shadow: none; }
body.couples-category .cc-page .cc-grid .card-media { display: block; position: relative; aspect-ratio: 1; min-width: 0; margin: 0; padding: 16px; background: #f7f5f0; overflow: hidden; }
body.couples-category .cc-page .cc-grid .card-media-link { display: block; width: 100%; height: 100%; }
body.couples-category .cc-page .cc-grid .card-media img { display: block; width: 100%; height: 100%; max-width: 100%; margin: 0; object-fit: contain; object-position: center; transform: none; transition: transform .25s ease; }
body.couples-category .cc-page .cc-grid .card:hover .card-media img { transform: scale(1.025); }
body.couples-category .cc-page .cc-grid .card-body { display: flex; flex: 1; flex-direction: column; gap: 12px; padding: 15px; }
body.couples-category .cc-page .cc-grid .card-title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; min-height: 4.35em; overflow: hidden; color: #eaf1ed; font: 500 14px/1.45 'Open Sans', sans-serif; text-transform: none; letter-spacing: 0; }
body.couples-category .cc-page .cc-grid .card-title a:hover { color: var(--cc-mint); text-decoration: underline; }
body.couples-category .cc-page .cc-grid .card-price { margin: 0; color: #f5f8f6; font: 600 18px/1.4 'Open Sans', sans-serif; letter-spacing: 0; }
body.couples-category .cc-page .cc-grid .card-cta { display: block; width: 100%; min-height: 44px; margin: auto 0 0; padding: 10px 8px; border: 1px solid var(--cc-mint); border-radius: 4px; background: var(--cc-mint); color: #12311f; font: 600 14px/1.4 'Open Sans', sans-serif; text-align: center; text-transform: none; letter-spacing: 0; transition: background .16s ease; }
body.couples-category .cc-page .cc-grid .card-cta:hover { border-color: #e5f7ec; background: #e5f7ec; color: #12311f; }
body.couples-category .cc-page .cc-grid .card-cta::after { content: none; }
body.couples-category .cc-page .cc-grid .card-cta:disabled { border-color: #485d4f; background: #1d2a22; color: #b6c5bb; cursor: not-allowed; opacity: 1 !important; }
body.couples-category .cc-page .cc-pagination { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 32px 0 0; }
body.couples-category .cc-page #cc-progress { color: var(--cc-muted); font-size: 13px; }
body.couples-category .cc-page #cc-more,
body.couples-category .cc-page #cc-empty-clear { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-width: 200px; min-height: 48px; padding: 11px 20px; border: 1px solid #96bda3; border-radius: 4px; background: transparent; color: var(--cc-mint); font-size: 14px; font-weight: 600; line-height: 1.5; }
body.couples-category .cc-page #cc-more:hover,
body.couples-category .cc-page #cc-empty-clear:hover { background: #183122; }
body.couples-category .cc-page .cc-empty { padding: 52px 24px; border: 1px solid var(--cc-line); border-radius: 6px; background: #111d15; text-align: center; }
body.couples-category .cc-page .cc-empty h3 { font-size: 22px; }
body.couples-category .cc-page .cc-empty p { max-width: 52ch; margin: 12px auto 20px; color: var(--cc-muted); font-size: 14px; }

/* Supporting editorial content begins after the products. */
body.couples-category .cc-page .cc-guide { padding: 50px 0; border-top: 1px solid var(--cc-line); border-bottom: 1px solid var(--cc-line); background: #111e16; scroll-margin-top: 118px; }
body.couples-category .cc-page .cc-guide h2 { margin-top: 8px; }
body.couples-category .cc-page .cc-guide-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 30px; }
body.couples-category .cc-page .cc-guide-cards article { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 0 24px 0 0; }
body.couples-category .cc-page .cc-guide-cards article + article { padding-left: 28px; border-left: 1px solid #344b3b; }
body.couples-category .cc-page .cc-number { color: #98b7a3; font-size: 12px; font-weight: 600; letter-spacing: .08em; }
body.couples-category .cc-page .cc-guide-cards h3 { margin: 10px 0; font-size: 18px; }
body.couples-category .cc-page .cc-guide-cards p { margin-bottom: 17px; color: var(--cc-muted); font-size: 13px; line-height: 1.8; }
body.couples-category .cc-page .cc-guide-cards a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; margin-top: auto; color: var(--cc-mint); font-size: 13px; font-weight: 600; line-height: 1.5; }
body.couples-category .cc-page .cc-guide-cards a:hover { text-decoration: underline; }
body.couples-category .cc-page .cc-local { display: grid; grid-template-columns: 1.04fr 1fr; gap: 76px; padding-top: 62px; padding-bottom: 60px; }
body.couples-category .cc-page .cc-local > div > h2 { margin-top: 8px; }
body.couples-category .cc-page .cc-local > div > p:not(.cc-eyebrow) { margin-top: 18px; color: var(--cc-muted); font-size: 14px; line-height: 1.8; }
body.couples-category .cc-page .cc-local-links { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 18px; }
body.couples-category .cc-page .cc-local-links a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; color: var(--cc-mint); font-size: 14px; }
body.couples-category .cc-page .cc-local-links a:hover { text-decoration: underline; }
body.couples-category .cc-page .cc-faq h2 { margin-bottom: 17px; font-size: 27px; }
body.couples-category .cc-page .cc-faq details { padding: 0; border: 0; border-bottom: 1px solid var(--cc-line); }
body.couples-category .cc-page .cc-faq details:first-of-type { border-top: 1px solid var(--cc-line); }
body.couples-category .cc-page .cc-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 58px; padding: 16px 0; color: #e2ece6; font-size: 14px; font-weight: 600; line-height: 1.5; list-style: none; cursor: pointer; }
body.couples-category .cc-page .cc-faq summary::-webkit-details-marker { display: none; }
body.couples-category .cc-page .cc-faq summary > span { flex-shrink: 0; color: var(--cc-mint); font-size: 23px; font-weight: 400; line-height: 1; }
body.couples-category .cc-page .cc-faq details[open] summary > span { transform: rotate(45deg); }
body.couples-category .cc-page .cc-faq details p { padding: 0 28px 20px 0; color: var(--cc-muted); font-size: 13px; line-height: 1.8; }
body.couples-category .cc-page .cc-related { display: block; padding-bottom: 56px; }
body.couples-category .cc-page .cc-related h2 { margin-bottom: 18px; font-size: 28px; }
body.couples-category .cc-page .cc-related > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
body.couples-category .cc-page .cc-related a { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 58px; padding: 14px 18px; border: 1px solid #3c5143; border-radius: 4px; color: #dceae1; background: #111d15; font-size: 14px; }
body.couples-category .cc-page .cc-related a:hover { border-color: #9cbea8; color: var(--cc-mint); background: #182b1f; }

@media (max-width: 1000px) {
  body.couples-category .cc-page .cc-wrap { width: calc(100% - 48px); }
  body.couples-category .cc-page .cc-hero-copy { max-width: 610px; }
  body.couples-category .cc-page .cc-grid { gap: 18px 14px; }
  body.couples-category .cc-page .cc-grid .card-body { padding: 12px; }
  body.couples-category .cc-page .cc-grid .card-media { padding: 12px; }
  body.couples-category .cc-page .cc-local { gap: 40px; }
  body.couples-category .cc-page .cc-guide-cards { gap: 20px; }
  body.couples-category .cc-page .cc-guide-cards article { padding-right: 0; }
  body.couples-category .cc-page .cc-guide-cards article + article { padding-left: 20px; }
}
@media (max-width: 760px) {
  body.couples-category .cc-page .cc-wrap { width: calc(100% - 36px); }
  body.couples-category .cc-page .cc-hero-layout { min-height: 300px; padding-top: 18px; padding-bottom: 20px; }
  body.couples-category .cc-page .cc-hero::before { background: linear-gradient(90deg, rgba(5, 10, 7, .94), rgba(5, 10, 7, .7) 64%, rgba(5, 10, 7, .3)), linear-gradient(0deg, rgba(5, 10, 7, .42), transparent 70%); }
  body.couples-category .cc-page .cc-hero-media video { object-position: 60% center; }
  body.couples-category .cc-page .cc-hero-copy { max-width: 550px; }
  body.couples-category .cc-page .cc-breadcrumb { gap: 6px; margin-bottom: 13px; font-size: 10px; }
  body.couples-category .cc-page .cc-hero-copy > .cc-eyebrow { display: none; }
  body.couples-category .cc-page .cc-hero h1 { font-size: 37px; line-height: 1.03; }
  body.couples-category .cc-page .cc-intro { max-width: 43ch; margin-top: 11px; font-size: 13px; line-height: 1.55; }
  body.couples-category .cc-page .cc-hero-actions { gap: 14px; margin-top: 15px; }
  body.couples-category .cc-page .cc-primary { gap: 10px; padding-left: 13px; padding-right: 13px; font-size: 13px; }
  body.couples-category .cc-page .cc-guide-link { display: none; }
  body.couples-category .cc-page .cc-trust > .cc-wrap { padding-top: 11px; padding-bottom: 11px; }
  body.couples-category .cc-page .cc-trust-item { flex-direction: column; align-items: center; gap: 7px; padding: 0 8px; }
  body.couples-category .cc-page .cc-trust-icon { width: 31px; height: 31px; border-radius: 9px; }
  body.couples-category .cc-page .cc-trust-icon svg { width: 21px; height: 21px; }
  body.couples-category .cc-page .cc-trust-label { width: 100%; max-width: 14ch; min-height: 2.8em; font-size: 11px; line-height: 1.4; text-align: center; }
  body.couples-category .cc-page .cc-catalog { padding-top: 24px; padding-bottom: 38px; scroll-margin-top: 110px; }
  body.couples-category .cc-page .cc-catalog-intro { flex-direction: column; align-items: flex-start; gap: 9px; margin-bottom: 16px; }
  body.couples-category .cc-page .cc-catalog-intro h2 { font-size: 25px; }
  body.couples-category .cc-page .cc-catalog-intro > div > p:last-child { max-width: 36ch; margin-top: 6px; font-size: 12px; }
  body.couples-category .cc-page #fcount { max-width: none; padding-bottom: 0; font-size: 12px; text-align: left; white-space: nowrap; }
  body.couples-category .cc-page .cc-quick-types { gap: 6px; margin-bottom: 10px; }
  body.couples-category .cc-page .cc-quick-types button { min-height: 44px; padding: 8px 12px; font-size: 12px; }
  body.couples-category .cc-page .cc-controls { grid-template-columns: minmax(0, 1fr) 125px; gap: 10px; }
  body.couples-category .cc-page .cc-search { grid-column: 1 / -1; }
  body.couples-category .cc-page .cc-controls input:not([type='checkbox']),
  body.couples-category .cc-page .cc-controls select { font-size: 16px; }
  body.couples-category .cc-page .cc-filter-menu > summary { font-size: 14px; }
  body.couples-category .cc-page .cc-filter-panel { width: min(350px, calc(100vw - 36px)); padding: 17px; }
  body.couples-category .cc-page .cc-applied { align-items: flex-start; gap: 10px; }
  body.couples-category .cc-page #fpills button { min-height: 44px; }
  body.couples-category .cc-page #fclear { font-size: 12px; }
  body.couples-category .cc-page .cc-sync { margin: 9px 0 12px; }
  body.couples-category .cc-page #cc-sync-status { font-size: 11px; }
  body.couples-category .cc-page .cc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  body.couples-category .cc-page .cc-grid .card-media { padding: 10px; }
  body.couples-category .cc-page .cc-grid .card-body { gap: 10px; padding: 11px; }
  body.couples-category .cc-page .cc-grid .card-title { font-size: 14px; line-height: 1.45; }
  body.couples-category .cc-page .cc-grid .card-price { font-size: 16px; }
  body.couples-category .cc-page .cc-grid .card-cta { padding: 10px 5px; font-size: 13px; }
  body.couples-category .cc-page .cc-pagination { gap: 12px; padding-top: 26px; }
  body.couples-category .cc-page .cc-guide { padding: 36px 0; scroll-margin-top: 110px; }
  body.couples-category .cc-page .cc-guide h2 { font-size: 29px; }
  body.couples-category .cc-page .cc-guide-cards { grid-template-columns: 1fr; gap: 24px; margin-top: 25px; }
  body.couples-category .cc-page .cc-guide-cards article { padding: 0; }
  body.couples-category .cc-page .cc-guide-cards article + article { padding: 23px 0 0; border-left: 0; border-top: 1px solid #344b3b; }
  body.couples-category .cc-page .cc-guide-cards h3 { margin: 8px 0; font-size: 18px; }
  body.couples-category .cc-page .cc-guide-cards p { margin-bottom: 9px; font-size: 14px; }
  body.couples-category .cc-page .cc-guide-cards a { font-size: 14px; }
  body.couples-category .cc-page .cc-local { grid-template-columns: 1fr; gap: 36px; padding-top: 38px; padding-bottom: 38px; }
  body.couples-category .cc-page .cc-local h2 { font-size: 29px; }
  body.couples-category .cc-page .cc-local > div > p:not(.cc-eyebrow) { margin-top: 15px; }
  body.couples-category .cc-page .cc-faq details p { font-size: 14px; }
  body.couples-category .cc-page .cc-related { padding-bottom: 38px; }
  body.couples-category .cc-page .cc-related h2 { font-size: 27px; }
  body.couples-category .cc-page .cc-related > div { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 380px) {
  body.couples-category .cc-page .cc-wrap { width: calc(100% - 28px); }
  body.couples-category .cc-page .cc-hero h1 { font-size: 33px; }
  body.couples-category .cc-page .cc-intro { max-width: 37ch; font-size: 12px; }
  body.couples-category .cc-page .cc-breadcrumb { font-size: 9px; }
  body.couples-category .cc-page .cc-primary { gap: 7px; padding: 10px; font-size: 12px; }
  body.couples-category .cc-page .cc-catalog-intro h2 { font-size: 23px; }
  body.couples-category .cc-page .cc-quick-types button { padding: 8px 9px; font-size: 11px; }
  body.couples-category .cc-page .cc-grid { gap: 14px 10px; }
  body.couples-category .cc-page .cc-grid .card-body { padding: 9px; }
  body.couples-category .cc-page .cc-grid .card-cta { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  body.couples-category .cc-page *,
  body.couples-category .cc-page *::before,
  body.couples-category .cc-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto; }
  body.couples-category .cc-page .cc-grid .card:hover,
  body.couples-category .cc-page .cc-grid .card:hover .card-media img { transform: none; }
}
