/**
 * PAA Shop All v3 — consolidated stylesheet (single source of truth, no override pile-up).
 * Card style: media box on top, body below (clean + legible), not the v2 text-over-image overlay.
 * Dark brand tokens; fonts come from the locked stack (Perfmatters Local Fonts owns loading).
 */

.paa-shop-v3 {
	--bg: #070605;
	--panel: #13110f;
	--panel2: #1b1814;
	--line: rgba(226, 194, 128, .2);
	--line2: rgba(255, 255, 255, .1);
	--text: #f7f0df;
	--muted: #c8b99c;
	--soft: #b3a384; /* brightened from v2 #8f826d for WCAG AA on small text (audit #15) */
	--gold: #d8b56c;
	--gold2: #f0d089;
	--ember: #b7120d;
	--ember2: #6e0907;
	color: var(--text);
	background: radial-gradient(circle at top left, rgba(185, 18, 13, .09), transparent 30%), linear-gradient(180deg, #090706, #050403);
	font-family: "Nunito Sans", Arial, sans-serif;
	margin-top: -142px;
	padding: 130px 18px 66px;
}
.paa-shop-v3 *, .paa-shop-v3 *::before, .paa-shop-v3 *::after { box-sizing: border-box; }
.paa-shop-v3 a { color: inherit; }
.paa-shop-v3__wrap { max-width: 1180px; margin: 0 auto; min-width: 0; }

/* Visually-hidden polite status for screen readers (the grid itself is NOT a live region — review P0-a11y). */
.paa-shop-v3-sr-status { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* Hide the BuddyBoss page title on the shop-all page (body-class scoped, no page-id). */
body.paa-shop-all-page .entry-title,
body.paa-shop-all-page .page-title,
body.paa-shop-all-page .entry-header { display: none !important; }

/* ---- Hero ---- */
.paa-shop-v3__hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 460px); gap: 24px; align-items: end; margin-bottom: 18px; border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.paa-shop-v3__eyebrow { font-family: "Marcellus SC", Georgia, serif; color: var(--gold); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; margin: 0 0 7px; }
.paa-shop-v3 h1 { font-family: Cinzel, Georgia, serif; font-size: clamp(36px, 6vw, 60px); line-height: 1; margin: 0 0 9px; }
.paa-shop-v3__intro { max-width: 640px; color: var(--muted); font-size: 16px; line-height: 1.48; margin: 0; }
.paa-shop-v3__proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.paa-shop-v3__proof-item { display: block; min-width: 0; background: rgba(9, 8, 7, .92); padding: 13px 14px; text-decoration: none; }
.paa-shop-v3__proof-item strong { display: flex; align-items: center; gap: 7px; font-family: Cinzel, Georgia, serif; font-size: 15px; line-height: 1.18; color: var(--gold2); }
.paa-shop-v3__proof-item > span { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; }

/* ---- Star rating (partial fill from real average) ---- */
.paa-shop-v3-stars { position: relative; display: inline-block; white-space: nowrap; line-height: 1; font-family: Arial, sans-serif; }
.paa-shop-v3-stars__off { color: rgba(240, 208, 137, .28); }
.paa-shop-v3-stars__on { position: absolute; left: 0; top: 0; overflow: hidden; color: var(--gold2); }

/* ---- Discovery rails ---- */
.paa-shop-v3__discovery { display: grid; gap: 12px; margin: 16px 0 12px; min-width: 0; }
.paa-shop-v3__rail { border: 1px solid var(--line2); background: rgba(19, 17, 15, .48); border-radius: 6px; padding: 12px; }
.paa-shop-v3__rail-head { margin-bottom: 10px; }
.paa-shop-v3__rail-title { margin: 0; font-family: Cinzel, Georgia, serif; color: var(--text); font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.paa-shop-v3__tile-row { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 8px; }

.paa-shop-v3-tile { min-width: 0; min-height: 86px; display: grid; gap: 7px; align-content: center; justify-items: center; border: 1px solid var(--line2); background: #0d0b09; color: var(--muted); border-radius: 5px; padding: 10px 7px 11px; cursor: pointer; font: inherit; text-align: center; }
.paa-shop-v3-tile__label { font-family: Cinzel, Georgia, serif; font-size: 11px; font-weight: 900; text-transform: uppercase; line-height: 1.1; }
.paa-shop-v3-icon { width: 38px; height: 38px; display: block; object-fit: contain; opacity: .94; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .55)); }
.paa-shop-v3-tile:hover { border-color: rgba(240, 208, 137, .5); color: var(--text); }
/* Selected = gold ring + faint gold tint (not red). */
.paa-shop-v3-tile.is-active { border-color: var(--gold2); background: rgba(240, 208, 137, .1); color: var(--text); box-shadow: 0 0 0 1px rgba(240, 208, 137, .35) inset; }
.paa-shop-v3-tile.is-active .paa-shop-v3-icon, .paa-shop-v3-tile:hover .paa-shop-v3-icon { opacity: 1; }

/* ---- Controls ---- */
.paa-shop-v3__controls { display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: 10px; align-items: end; margin: 16px 0 12px; }
.paa-shop-v3__control label { display: block; font-family: "Marcellus SC", Georgia, serif; color: var(--muted); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; margin: 0 0 5px; }
.paa-shop-v3 input[type="search"], .paa-shop-v3 select { width: 100%; height: 42px; background: #0d0b09; color: var(--text); border: 1px solid var(--line2); border-radius: 3px; padding: 0 11px; font: inherit; }
.paa-shop-v3 select { appearance: auto; }

/* ---- Buttons ---- */
.paa-shop-v3__btn { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--line2); background: linear-gradient(180deg, #201810, #0f0d0a); color: var(--text); text-decoration: none; padding: 0 13px; border-radius: 3px; font-family: Cinzel, Georgia, serif; font-size: 12px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.paa-shop-v3__btn--ember { border-color: #dc2a1f; background: linear-gradient(180deg, var(--ember), var(--ember2)); color: #fff; }
.paa-shop-v3__btn--ember:hover { background: linear-gradient(180deg, #ef2a1c, #b00f08); color: #fff !important; box-shadow: 0 3px 14px rgba(225, 35, 22, .5); }
.paa-shop-v3__btn--quiet { border-color: var(--line2); background: #0d0b09; color: var(--muted); }
.paa-shop-v3__btn--quiet:hover { border-color: rgba(240, 208, 137, .4); color: var(--gold2); }

/* ---- Layout: sidebar + results ---- */
.paa-shop-v3__layout { display: grid; grid-template-columns: 268px minmax(0, 1fr); gap: 22px; align-items: start; }
.paa-shop-v3__filters { position: sticky; top: 88px; background: var(--panel); border: 1px solid var(--line2); border-radius: 6px; padding: 13px; }
/* Button styling applies ONLY to the top-level Filters toggle, not the nested facet summaries (no boxes on labels). */
.paa-shop-v3__filters > summary { min-height: 42px; display: inline-flex; align-items: center; justify-content: space-between; width: 100%; list-style: none; cursor: pointer; margin-bottom: 12px; border: 1px solid var(--line2); border-radius: 3px; padding: 0 12px; font-family: Cinzel, Georgia, serif; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.paa-shop-v3__filters > summary::-webkit-details-marker { display: none; }
.paa-shop-v3__filters-count { font-family: "Nunito Sans", Arial, sans-serif; color: var(--muted); font-weight: 800; }
/* Filter sections: heading = label, then a rule extending from the text and stopping before a down chevron.
   Click the heading to collapse (native <details>). No box, no line above the label. */
.paa-shop-v3__facet { border: 0; padding: 0; margin: 0; }
.paa-shop-v3__facet-summary { display: flex; align-items: center; gap: 12px; list-style: none; cursor: pointer; padding: 14px 0 11px; }
.paa-shop-v3__facet-summary::-webkit-details-marker { display: none; }
.paa-shop-v3__facet-summary:focus-visible { outline: 2px solid var(--gold2); outline-offset: 2px; }
.paa-shop-v3__facet-title { flex: 0 0 auto; font-family: Cinzel, Georgia, serif; color: var(--text); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.paa-shop-v3__facet-rule { flex: 1 1 auto; height: 1px; background: linear-gradient(90deg, rgba(226, 194, 128, .35), rgba(226, 194, 128, 0)); }
.paa-shop-v3__facet-body { padding-bottom: 8px; }
.paa-shop-v3__chev { flex: 0 0 auto; width: 7px; height: 7px; border-right: 2px solid var(--soft); border-bottom: 2px solid var(--soft); transform: rotate(-45deg); transition: transform .15s ease; margin-right: 2px; }
.paa-shop-v3__facet[open] .paa-shop-v3__chev { transform: rotate(45deg); }
.paa-shop-v3__facet-summary:hover .paa-shop-v3__chev { border-color: var(--gold2); }
.paa-shop-v3__facet-summary:hover .paa-shop-v3__facet-title { color: var(--gold2); }
.paa-shop-v3__check { display: grid; grid-template-columns: 18px minmax(0, 1fr) auto; gap: 8px; align-items: center; min-height: 30px; color: var(--muted); font-size: 14px; cursor: pointer; }
/* Clear gold checkbox squares. The old faint 16px boxes read as dim red dashes; this fixes that.
   Higher specificity (.paa-shop-v3 + [type=checkbox]) beats BuddyBoss's global input styles. */
.paa-shop-v3 .paa-shop-v3__check input[type="checkbox"] { -webkit-appearance: none; appearance: none; width: 18px; height: 18px; min-width: 18px; flex: 0 0 18px; margin: 0; padding: 0; display: grid; place-content: center; background: #0b0907; border: 1.5px solid rgba(240, 208, 137, .6); border-radius: 3px; box-shadow: none; cursor: pointer; }
.paa-shop-v3 .paa-shop-v3__check input[type="checkbox"]:checked { background: var(--gold2); border-color: var(--gold2); }
.paa-shop-v3 .paa-shop-v3__check input[type="checkbox"]:checked::after { content: ""; width: 9px; height: 9px; background: #15120f; clip-path: polygon(14% 44%, 0 58%, 38% 96%, 100% 18%, 84% 4%, 36% 64%); }
.paa-shop-v3 .paa-shop-v3__check input[type="checkbox"]:focus-visible { outline: 2px solid var(--gold2); outline-offset: 2px; }
.paa-shop-v3 .paa-shop-v3__check input[type="checkbox"]:disabled { opacity: .4; background: #181512; cursor: default; }
.paa-shop-v3__check:has(input:checked) { color: var(--text); }
.paa-shop-v3__check em { font-style: normal; color: var(--soft); font-size: 12px; }

.paa-shop-v3__range { display: grid; gap: 9px; margin-top: 8px; }
.paa-shop-v3__range-values { display: flex; justify-content: space-between; color: var(--muted); font-weight: 800; font-size: 13px; }
.paa-shop-v3__range-sliders { position: relative; height: 34px; }
.paa-shop-v3__range-sliders input[type=range] { position: absolute; left: 0; right: 0; top: 8px; width: 100%; height: 20px; background: transparent; border: 0; padding: 0; pointer-events: none; appearance: none; }
.paa-shop-v3__range-sliders input[type=range]::-webkit-slider-thumb { appearance: none; width: 18px; height: 18px; border-radius: 999px; background: var(--gold2); border: 2px solid #110d09; box-shadow: 0 0 0 1px rgba(255, 255, 255, .22); pointer-events: auto; cursor: pointer; }
.paa-shop-v3__range-sliders input[type=range]::-webkit-slider-runnable-track { height: 4px; background: rgba(240, 208, 137, .25); border-radius: 999px; }
.paa-shop-v3__range-sliders input[type=range]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 999px; background: var(--gold2); border: 2px solid #110d09; pointer-events: auto; cursor: pointer; }
.paa-shop-v3__range-sliders input[type=range]::-moz-range-track { height: 4px; background: rgba(240, 208, 137, .25); border-radius: 999px; }
.paa-shop-v3__price-note { color: var(--soft); font-size: 12px; margin: 0; }
.paa-shop-v3__filter-actions { display: grid; gap: 8px; margin-top: 12px; }
.paa-shop-v3__done { display: none; }

/* ---- Results header ---- */
.paa-shop-v3__status { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 42px; margin-bottom: 10px; color: var(--muted); font-size: 14px; }
.paa-shop-v3__status-text { margin: 0; }
.paa-shop-v3__status-text strong { color: var(--text); }
.paa-shop-v3__chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; }
.paa-shop-v3__chip { display: inline-flex; align-items: center; gap: 6px; min-height: 32px; border: 1px solid var(--line2); background: #0d0b09; color: var(--muted); padding: 6px 10px; border-radius: 999px; cursor: pointer; font: inherit; font-size: 12px; }
.paa-shop-v3__chip:hover { border-color: rgba(240, 208, 137, .4); color: var(--gold2); }

/* ---- Product grid + cards (clean: media on top, body below) ---- */
.paa-shop-v3__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
/* Frameless: no card chrome behind the product (many product images are already framed art). */
.paa-shop-v3-card { min-width: 0; position: relative; background: none; border: 0; border-radius: 0; display: flex; flex-direction: column; }
.paa-shop-v3-card.is-hidden { display: none; }
/* Uniform 1:1 media on EVERY card (native to the template). Longer shots anchor top and fade at the bottom. */
/* No background behind the image so products float over the info panel (pre-framed art looks intentional). */
.paa-shop-v3-card__media { position: relative; display: block; aspect-ratio: 1 / 1; background: transparent; overflow: visible; }
/* Absolutely positioned so a tall source image can't stretch the media; the 1:1 box stays uniform. */
.paa-shop-v3-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; transform-origin: center bottom; transition: transform .2s ease, box-shadow .2s ease; }
/* Tall (cropped) images fade into the info panel below (panel2 color) so the crop melts into the card. */
.paa-shop-v3-card[data-image-shape="tall"] .paa-shop-v3-card__media::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 48px; background: linear-gradient(to top, rgb(27, 24, 20), rgba(27, 24, 20, 0)); pointer-events: none; }
.paa-shop-v3-card:hover { z-index: 3; }
.paa-shop-v3-card:hover .paa-shop-v3-card__media { z-index: 2; }
.paa-shop-v3-card:hover .paa-shop-v3-card__img { transform: scale(1.05); box-shadow: 0 12px 26px rgba(0, 0, 0, .55); }
.paa-shop-v3-card__badge--sale { position: absolute; left: 8px; top: 8px; z-index: 2; font-size: 13px; font-weight: 900; line-height: 1; padding: 5px 9px; background: #c11410; color: #fff; border-radius: 4px; box-shadow: 0 2px 7px rgba(0, 0, 0, .45); }
/* Bundle discount = left-flush double-tail (swallowtail) banner: "Bundle" over "Save ##%". */
.paa-shop-v3-card__flag { position: absolute; left: 0; top: 0; z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 2px; min-width: 62px; padding: 9px 11px 17px; background: linear-gradient(180deg, var(--ember), var(--ember2)); color: #fff; text-align: center; box-shadow: 2px 3px 8px rgba(0, 0, 0, .5); clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%); }
.paa-shop-v3-card__flag-top { font-family: Cinzel, Georgia, serif; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--gold2); line-height: 1; }
.paa-shop-v3-card__flag-save { font-family: Cinzel, Georgia, serif; font-size: 13px; font-weight: 900; line-height: 1; }
/* Frame lives on the BODY only, and meets the image flush (no top border, no gap). */
.paa-shop-v3-card__body { display: grid; gap: 8px; padding: 12px; flex: 1; align-content: start; background: linear-gradient(180deg, var(--panel2), var(--panel)); border: 1px solid var(--line2); border-top: 0; border-radius: 0 0 7px 7px; }
.paa-shop-v3-card__title { text-decoration: none; color: var(--text); font-weight: 900; line-height: 1.25; font-size: 15px; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.5em; }
/* Title must not change color on hover (BuddyBoss a:hover was turning it red). */
.paa-shop-v3 .paa-shop-v3-card__title:hover { color: var(--text) !important; }
/* Right-anchored so the payable price always ends at the frame edge, regardless of strikethrough. */
.paa-shop-v3-card__price { font-family: Cinzel, Georgia, serif; color: var(--gold2); font-size: 19px; font-weight: 900; line-height: 1; text-align: right; }
.paa-shop-v3-card__price del, .paa-shop-v3-card__price del .amount { color: var(--soft); text-decoration: line-through; font-size: 1em; margin-right: 6px; }
.paa-shop-v3-card__price ins, .paa-shop-v3-card__price ins .amount { color: var(--gold2); text-decoration: none; }
/* Single full-width red action per card (title/image cover "view details", so no separate icon). */
.paa-shop-v3-card__actions { margin-top: auto; }
.paa-shop-v3-card__primary { width: 100%; min-height: 40px; display: flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; border-radius: 3px; border: 1px solid #dc2a1f; background: linear-gradient(180deg, var(--ember), var(--ember2)); color: #fff !important; font-family: Cinzel, Georgia, serif; font-size: 11px; font-weight: 900; text-transform: uppercase; }
/* Hover = MORE vibrant/saturated red with crisp white text (no white glow, which washed it out). color !important beats BuddyBoss a:hover. */
.paa-shop-v3-card__primary:hover { background: linear-gradient(180deg, #ef2a1c, #b00f08); color: #fff !important; box-shadow: 0 3px 16px rgba(225, 35, 22, .55); }
.paa-shop-v3-card__primary.is-busy { opacity: .7; pointer-events: none; }

/* ---- Empty + load more ---- */
.paa-shop-v3__empty { border: 1px solid var(--line2); background: var(--panel); border-radius: 6px; padding: 28px; text-align: center; }
.paa-shop-v3__empty h2 { font-family: Cinzel, Georgia, serif; margin: 0 0 8px; }
.paa-shop-v3__empty p { color: var(--muted); line-height: 1.6; margin: 0 0 14px; }
.paa-shop-v3__load { display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 25px 0 4px; color: var(--muted); font-size: 13px; }
.paa-shop-v3__load-text { margin: 0; }

/* ---- Focus visibility (keyboard) ---- */
.paa-shop-v3-tile:focus-visible, .paa-shop-v3__btn:focus-visible, .paa-shop-v3__chip:focus-visible, .paa-shop-v3__filters > summary:focus-visible { outline: 2px solid var(--gold2); outline-offset: 2px; }

/* ---- Motion preference ---- */
@media (prefers-reduced-motion: reduce) {
	.paa-shop-v3-card__img { transition: none; }
	.paa-shop-v3-card:hover .paa-shop-v3-card__img { transform: none; }
}

/* ---- Responsive ---- */
@media (max-width: 940px) {
	.paa-shop-v3 { padding: 118px 12px 54px; overflow-x: hidden; }
	.paa-shop-v3__hero { grid-template-columns: 1fr; gap: 14px; padding-bottom: 14px; margin-bottom: 12px; }
	.paa-shop-v3__intro { font-size: 14px; }
	.paa-shop-v3__proof { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.paa-shop-v3__proof-item { display: grid; align-content: center; justify-items: start; gap: 3px; min-height: 48px; padding: 7px 6px; }
	.paa-shop-v3__proof-item strong { gap: 3px; max-width: 100%; font-size: 10.5px; line-height: 1.14; white-space: nowrap; }
	.paa-shop-v3__proof-item > span { max-width: 100%; font-size: 10px; line-height: 1.12; margin-top: 0; white-space: nowrap; }
	.paa-shop-v3__discovery { gap: 9px; margin: 11px 0 10px; }
	.paa-shop-v3__rail,
	.paa-shop-v3__rail-head { width: 100%; max-width: 100%; min-width: 0; }
	.paa-shop-v3__rail { overflow: hidden; padding: 10px; border-radius: 5px; }
	.paa-shop-v3__rail-head { margin-bottom: 8px; }
	.paa-shop-v3__rail-title { font-size: 11px; letter-spacing: .035em; }
	.paa-shop-v3__tile-row { width: 100%; max-width: 100%; min-width: 0; display: flex; grid-template-columns: none; overflow-x: auto; overflow-y: hidden; gap: 7px; scroll-snap-type: x proximity; padding-bottom: 4px; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; }
	.paa-shop-v3__tile-row::-webkit-scrollbar { height: 0; }
	.paa-shop-v3__tile-row { scrollbar-width: none; }
	.paa-shop-v3-tile { flex: 0 0 74px; min-width: 74px; min-height: 66px; gap: 5px; padding: 7px 5px 8px; scroll-snap-align: start; }
	.paa-shop-v3-icon { width: 28px; height: 28px; }
	.paa-shop-v3-tile__label { font-size: 9.5px; }
	.paa-shop-v3__controls { grid-template-columns: 1fr; }
	.paa-shop-v3__controls { gap: 8px; margin: 11px 0 10px; }
	.paa-shop-v3__control label { font-size: 10px; margin-bottom: 4px; }
	.paa-shop-v3 input[type="search"], .paa-shop-v3 select { height: 38px; padding: 0 9px; font-size: 13px; }
	.paa-shop-v3__layout { display: block; }
	.paa-shop-v3__filters { position: relative; top: auto; margin-bottom: 10px; padding: 10px; }
	.paa-shop-v3__filters > summary { min-height: 38px; margin-bottom: 9px; padding: 0 10px; font-size: 11px; }
	.paa-shop-v3__filters[open] summary { margin-bottom: 12px; }
	.paa-shop-v3__facet-summary { padding: 11px 0 9px; }
	.paa-shop-v3__facet-title { font-size: 11px; }
	.paa-shop-v3__check { min-height: 28px; font-size: 13px; }
	.paa-shop-v3__done { display: inline-flex; }
	.paa-shop-v3__status { min-height: 32px; margin-bottom: 8px; font-size: 12px; }
	.paa-shop-v3__chips { gap: 6px; margin-bottom: 10px; }
	.paa-shop-v3__chip { min-height: 28px; padding: 5px 8px; font-size: 11px; }
	.paa-shop-v3__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
	.paa-shop-v3-card__badge--sale { left: 6px; top: 6px; padding: 4px 6px; font-size: 10px; border-radius: 3px; }
	.paa-shop-v3-card__flag { min-width: 52px; padding: 7px 8px 14px; }
	.paa-shop-v3-card__flag-top { font-size: 8.5px; letter-spacing: .08em; }
	.paa-shop-v3-card__flag-save { font-size: 10px; }
	.paa-shop-v3-card__body { gap: 6px; padding: 8px; }
	.paa-shop-v3-card__title { font-size: 13px; line-height: 1.18; -webkit-line-clamp: 3; line-clamp: 3; min-height: 3.54em; }
	.paa-shop-v3-card__price { font-size: 15px; }
	.paa-shop-v3-card__price del, .paa-shop-v3-card__price del .amount { margin-right: 4px; }
	.paa-shop-v3-card__primary { min-height: 34px; font-size: 9.5px; }
	.paa-shop-v3__btn { min-height: 36px; padding: 0 10px; font-size: 10.5px; }
}
@media (max-width: 640px) {
	.paa-shop-v3 { position: relative; left: 50%; width: 100vw; margin-left: -50vw; margin-right: -50vw; padding: 118px 12px 48px; }
	.paa-shop-v3__wrap { width: 100%; max-width: none; }
	.paa-shop-v3 h1 { font-size: clamp(32px, 11vw, 43px); margin-bottom: 6px; }
	.paa-shop-v3__eyebrow { font-size: 10px; margin-bottom: 5px; }
	.paa-shop-v3__intro { font-size: 13px; line-height: 1.38; }
	.paa-shop-v3__proof { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.paa-shop-v3__proof-item { grid-template-columns: none; min-height: 48px; padding: 7px 6px; }
	.paa-shop-v3__proof-item strong { font-size: 10px; line-height: 1.14; }
	.paa-shop-v3__proof-item > span { font-size: 9.5px; line-height: 1.12; }
	.paa-shop-v3__rail { padding: 9px; }
	.paa-shop-v3-tile { flex-basis: 70px; min-width: 70px; min-height: 62px; }
}
@media (max-width: 430px) {
	.paa-shop-v3__grid { gap: 8px; }
	.paa-shop-v3-card__body { padding: 7px; }
	.paa-shop-v3-card__title { font-size: 12.5px; }
	.paa-shop-v3-card__price { font-size: 14px; }
	.paa-shop-v3-card__primary { min-height: 32px; font-size: 9px; }
}
@media (max-width: 360px) {
	.paa-shop-v3 { padding-left: 10px; padding-right: 10px; }
	.paa-shop-v3__proof-item { padding-left: 5px; padding-right: 5px; }
	.paa-shop-v3__proof-item strong { font-size: 9.5px; }
	.paa-shop-v3__proof-item > span { font-size: 9px; }
	.paa-shop-v3__grid { gap: 7px; }
	.paa-shop-v3-card__title { font-size: 12px; }
	.paa-shop-v3-card__price { font-size: 13px; }
	.paa-shop-v3-card__primary { font-size: 8.5px; }
}

/* PAA mobile first-fold pass 2026-07-04: lift the first product row up on phones (baseline first-card ~810px / ~1 full screen). Desktop untouched. */
@media (max-width: 640px) {
	.paa-shop-v3__hero { margin-bottom: 8px; padding-bottom: 8px; gap: 8px; }
	.paa-shop-v3__hero h1, .paa-shop-v3__title { font-size: 20px; line-height: 1.14; margin: 0 0 5px; }
	.paa-shop-v3__eyebrow { margin-bottom: 3px; }
	.paa-shop-v3__proof-item { display: flex; flex-wrap: wrap; align-items: baseline; align-content: center; gap: 1px 5px; min-height: 0; padding: 7px 8px; }
	.paa-shop-v3__proof-item strong { font-size: 11px; line-height: 1.15; white-space: normal; }
	.paa-shop-v3__proof-item > span { display: inline; margin-top: 0; font-size: 9.5px; line-height: 1.15; white-space: normal; }
	.paa-shop-v3__discovery { margin: 8px 0 8px; gap: 6px; }
	.paa-shop-v3__rail { padding: 8px; overflow: visible; }
	.paa-shop-v3__rail-head { margin-bottom: 6px; }
	.paa-shop-v3__tile-row { display: flex; flex-wrap: nowrap; overflow-x: auto; gap: 8px; padding-bottom: 3px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
	.paa-shop-v3__tile-row .paa-shop-v3-tile { flex: 0 0 auto; width: 86px; scroll-snap-align: start; }
	.paa-shop-v3__controls { grid-template-columns: minmax(0, 1fr) 126px; gap: 8px; margin: 8px 0 8px; align-items: end; }
	.paa-shop-v3__control label { font-size: 10px; margin-bottom: 3px; }
	.paa-shop-v3__filters { margin-bottom: 8px; }
	.paa-shop-v3__filters > summary { min-height: 40px; margin-bottom: 8px; }
}
