/*
 * Public collection detail page.
 * All colors are supplied by the semantic collection aliases in blue-colors.css.
 */

html[data-site-theme="blue"] .collection-public-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: var(--collection-canvas);
    color: var(--collection-text);
}

html[data-site-theme="blue"] .collection-page-shell {
    width: min(100%, 1500px);
    margin: 0 auto;
    padding: clamp(24px, 3vw, 46px) clamp(16px, 3vw, 48px) 64px;
}

html[data-site-theme="blue"] .collection-guide-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin: 20px 0;
    padding: 14px 18px;
    border: 1px solid var(--collection-border);
    border-radius: 16px;
    background: var(--collection-surface);
    color: var(--collection-muted);
    font-size: 13px;
    font-weight: 700;
}

html[data-site-theme="blue"] .collection-guide-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 12px;
    border-radius: 10px;
    color: var(--collection-primary-readable);
    background: var(--collection-surface-soft);
    text-decoration: none;
}

html[data-site-theme="blue"] .collection-guide-nav a:hover,
html[data-site-theme="blue"] .collection-guide-nav a:focus-visible {
    outline: 2px solid var(--collection-primary-readable);
    outline-offset: 2px;
}

html[data-site-theme="blue"] .collection-page-shell [id] {
    scroll-margin-top: 150px;
}

html[data-site-theme="blue"] .collection-breadcrumb {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: var(--collection-muted);
    font-size: 13px;
}

html[data-site-theme="blue"] .collection-breadcrumb a {
    color: var(--collection-primary-readable);
    font-weight: 700;
    text-decoration: none;
}

html[data-site-theme="blue"] .collection-breadcrumb a:hover {
    color: var(--collection-primary-hover);
}

html[data-site-theme="blue"] .collection-breadcrumb i {
    color: var(--collection-subtle);
    font-size: 12px;
}

html[data-site-theme="blue"] .collection-breadcrumb span {
    overflow: hidden;
    color: var(--collection-text);
    text-overflow: ellipsis;
    white-space: nowrap;
}

html[data-site-theme="blue"] .collection-hero {
    position: relative;
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, .72fr);
    gap: clamp(26px, 4vw, 64px);
    align-items: center;
    min-height: 330px;
    padding: clamp(28px, 4vw, 58px);
    border: 1px solid var(--collection-border-strong);
    border-radius: 24px;
    background: var(--collection-gradient-hero);
    box-shadow: var(--collection-shadow-md);
}

html[data-site-theme="blue"] .collection-hero::before,
html[data-site-theme="blue"] .collection-hero::after {
    position: absolute;
    border-radius: 50%;
    background: var(--collection-hero-glow);
    content: "";
    pointer-events: none;
}

html[data-site-theme="blue"] .collection-hero::before {
    top: -160px;
    right: -70px;
    width: 360px;
    height: 360px;
}

html[data-site-theme="blue"] .collection-hero::after {
    bottom: -150px;
    left: 24%;
    width: 270px;
    height: 270px;
    opacity: .55;
}

html[data-site-theme="blue"] .collection-hero__content,
html[data-site-theme="blue"] .collection-hero__stats {
    position: relative;
    z-index: 1;
}

html[data-site-theme="blue"] .collection-eyebrow,
html[data-site-theme="blue"] .collection-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--collection-primary-readable);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

html[data-site-theme="blue"] .collection-eyebrow {
    margin-bottom: 16px;
    padding: 7px 11px;
    border: 1px solid var(--collection-border);
    border-radius: 999px;
    background: var(--collection-surface-soft);
}

html[data-site-theme="blue"] .collection-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--collection-positive);
    box-shadow: 0 0 0 5px var(--collection-positive-soft);
}

html[data-site-theme="blue"] .collection-hero h1 {
    max-width: 880px;
    margin: 0;
    color: var(--collection-heading);
    font-size: clamp(32px, 4.1vw, 58px);
    font-weight: 820;
    letter-spacing: -.045em;
    line-height: 1.05;
}

html[data-site-theme="blue"] .collection-hero__content > p {
    max-width: 850px;
    margin: 18px 0 0;
    color: var(--collection-muted);
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.75;
}

html[data-site-theme="blue"] .collection-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

html[data-site-theme="blue"] .collection-hero__chips span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 6px 11px;
    border: 1px solid var(--collection-border);
    border-radius: 10px;
    background: var(--collection-surface);
    color: var(--collection-text);
    font-size: 12px;
    font-weight: 700;
    box-shadow: var(--collection-shadow-xs);
}

html[data-site-theme="blue"] .collection-hero__chips img {
    width: 20px;
    height: 14px;
    border-radius: 3px;
    object-fit: cover;
}

html[data-site-theme="blue"] .collection-hero__chips i {
    color: var(--collection-primary);
    font-size: 15px;
}

html[data-site-theme="blue"] .collection-hero__stats {
    display: grid;
    gap: 10px;
    padding: 13px;
    border: 1px solid var(--collection-border);
    border-radius: 19px;
    background: var(--collection-surface);
    box-shadow: var(--collection-shadow-sm);
}

html[data-site-theme="blue"] .collection-hero__stats > div {
    padding: 16px 17px;
    border: 1px solid var(--collection-divider);
    border-radius: 13px;
    background: var(--collection-surface-soft);
}

html[data-site-theme="blue"] .collection-hero__stats dt {
    margin-bottom: 5px;
    color: var(--collection-muted);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .06em;
    text-transform: uppercase;
}

html[data-site-theme="blue"] .collection-hero__stats dd {
    margin: 0;
    color: var(--collection-heading);
    font-size: clamp(17px, 1.55vw, 22px);
    font-weight: 800;
    line-height: 1.25;
}

html[data-site-theme="blue"] .collection-hero__stats dd span {
    color: var(--collection-muted);
    font-size: .78em;
}

html[data-site-theme="blue"] .collection-page-shell > .horizontal-ad-container,
html[data-site-theme="blue"] .collection-product-list > .horizontal-ad-container {
    margin-block: 24px;
}

html[data-site-theme="blue"] :is(.collection-results, .collection-editorial, .collection-faq, .collection-related) {
    margin-top: 28px;
    padding: clamp(22px, 3vw, 34px);
    border: 1px solid var(--collection-border);
    border-radius: 22px;
    background: var(--collection-surface);
    box-shadow: var(--collection-shadow-sm);
}

html[data-site-theme="blue"] .collection-section-heading {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 22px;
}

html[data-site-theme="blue"] .collection-section-heading h2,
html[data-site-theme="blue"] .collection-editorial > header h2 {
    margin: 5px 0 0;
    color: var(--collection-heading);
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.2;
}

html[data-site-theme="blue"] .collection-section-heading p,
html[data-site-theme="blue"] .collection-editorial > header > p {
    max-width: 850px;
    margin: 7px 0 0;
    color: var(--collection-muted);
    line-height: 1.65;
}

html[data-site-theme="blue"] .collection-count-pill {
    flex: 0 0 auto;
    padding: 8px 12px;
    border: 1px solid var(--collection-border);
    border-radius: 999px;
    background: var(--collection-primary-soft);
    color: var(--collection-primary-readable);
    font-size: 12px;
    font-weight: 800;
}

html[data-site-theme="blue"] .collection-product-list {
    display: grid;
    gap: 16px;
}

html[data-site-theme="blue"] .collection-product-card {
    position: relative;
    display: grid;
    overflow: hidden;
    grid-template-columns: minmax(270px, 3fr) minmax(0, 7fr);
    min-height: 320px;
    border: 1px solid var(--collection-border);
    border-radius: 18px;
    background: var(--collection-surface-soft);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

html[data-site-theme="blue"] .collection-product-card:hover {
    border-color: var(--collection-border-strong);
    box-shadow: var(--collection-shadow-md);
    transform: translateY(-2px);
}

html[data-site-theme="blue"] .collection-rank {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 15px;
    display: inline-flex;
    width: 62px;
    height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid var(--collection-border-strong);
    border-radius: 15px;
    background: var(--collection-slate-soft);
    color: var(--collection-slate);
    box-shadow: var(--collection-shadow-sm);
}

html[data-site-theme="blue"] .collection-rank i {
    font-size: 17px;
}

html[data-site-theme="blue"] .collection-rank span {
    font-size: 16px;
    font-weight: 850;
    line-height: 1;
}

html[data-site-theme="blue"] .collection-rank--1 {
    border-color: var(--collection-warning);
    background: var(--collection-warning-soft);
    color: var(--collection-warning);
}

html[data-site-theme="blue"] .collection-rank--2 {
    border-color: var(--collection-border-strong);
    background: var(--collection-slate-soft);
    color: var(--collection-slate);
}

html[data-site-theme="blue"] .collection-rank--3 {
    border-color: var(--collection-orange);
    background: var(--collection-orange-soft);
    color: var(--collection-orange);
}

html[data-site-theme="blue"] .collection-rank--4 {
    border-color: var(--collection-primary);
    background: var(--collection-primary-soft);
    color: var(--collection-primary);
}

html[data-site-theme="blue"] .collection-product-media {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 66px 28px 26px;
    border-right: 1px solid var(--collection-divider);
    background: var(--collection-media-surface);
    text-decoration: none;
}

html[data-site-theme="blue"] .collection-product-media > img {
    width: 100%;
    max-width: 270px;
    height: 240px;
    object-fit: contain;
    transition: transform .25s ease;
}

html[data-site-theme="blue"] .collection-product-card:hover .collection-product-media > img {
    transform: scale(1.035);
}

html[data-site-theme="blue"] .collection-discount-pill {
    position: absolute;
    top: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 9px;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
}

html[data-site-theme="blue"] .collection-discount-pill {
    right: 14px;
    min-width: 78px;
    border: 1px solid var(--collection-danger);
    background: var(--collection-danger);
    color: var(--collection-on-primary);
    text-align: center;
    box-shadow: var(--collection-shadow-xs);
}

html[data-site-theme="blue"] .collection-product-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 14px;
    padding: 22px 24px;
}

html[data-site-theme="blue"] .collection-taxonomy {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 7px;
}

html[data-site-theme="blue"] .collection-taxonomy span {
    display: inline-flex;
    overflow: hidden;
    max-width: 260px;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border: 1px solid var(--collection-border);
    border-radius: 8px;
    background: var(--collection-primary-soft);
    color: var(--collection-primary-readable);
    font-size: 10px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html[data-site-theme="blue"] .collection-taxonomy .collection-taxonomy__brand {
    border-color: var(--collection-border-strong);
    background: var(--collection-purple-soft);
    color: var(--collection-purple);
}

html[data-site-theme="blue"] .collection-taxonomy .collection-taxonomy__store {
    border-color: var(--collection-orange);
    background: var(--collection-orange-soft);
    color: var(--collection-orange);
}

html[data-site-theme="blue"] .collection-taxonomy__store img {
    width: 18px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

html[data-site-theme="blue"] .collection-product-content h3 {
    margin: 0;
    font-size: clamp(17px, 1.6vw, 22px);
    font-weight: 780;
    letter-spacing: -.02em;
    line-height: 1.38;
}

html[data-site-theme="blue"] .collection-product-content h3 a {
    display: -webkit-box;
    overflow: hidden;
    color: var(--collection-heading);
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

html[data-site-theme="blue"] .collection-product-content h3 a:hover {
    color: var(--collection-primary);
}

html[data-site-theme="blue"] .collection-price-row {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}

html[data-site-theme="blue"] .collection-price-row > div {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: baseline;
}

html[data-site-theme="blue"] .collection-price-row > div > span {
    flex-basis: 100%;
    color: var(--collection-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

html[data-site-theme="blue"] .collection-price-row strong {
    color: var(--collection-positive);
    font-size: clamp(25px, 2.5vw, 34px);
    font-weight: 850;
    letter-spacing: -.035em;
    line-height: 1;
}

html[data-site-theme="blue"] .collection-price-row del {
    color: var(--collection-muted);
    font-size: 13px;
}

html[data-site-theme="blue"] .collection-stock-pill {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    border: 1px solid var(--collection-danger);
    border-radius: 9px;
    background: var(--collection-danger-soft);
    color: var(--collection-danger);
    font-size: 10px;
    font-weight: 800;
}

html[data-site-theme="blue"] .collection-stock-pill--available {
    border-color: var(--collection-positive);
    background: var(--collection-positive-soft);
    color: var(--collection-positive);
}

html[data-site-theme="blue"] .collection-price-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin: 0;
}

html[data-site-theme="blue"] .collection-price-metrics > div {
    min-width: 0;
    padding: 11px 12px;
    border: 1px solid var(--collection-border);
    border-radius: 11px;
    background: var(--collection-surface);
}

html[data-site-theme="blue"] .collection-price-metrics dt {
    overflow: hidden;
    margin-bottom: 4px;
    color: var(--collection-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

html[data-site-theme="blue"] .collection-price-metrics dd {
    overflow: hidden;
    margin: 0;
    color: var(--collection-heading);
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html[data-site-theme="blue"] .collection-price-metrics .collection-positive {
    color: var(--collection-positive);
}

html[data-site-theme="blue"] .collection-price-metrics .collection-danger {
    color: var(--collection-danger);
}

html[data-site-theme="blue"] .collection-price-metrics .collection-average {
    color: var(--collection-purple);
}

html[data-site-theme="blue"] .collection-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-top: auto;
}

html[data-site-theme="blue"] .collection-primary-action {
    display: inline-flex;
    width: 205px;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 13px;
    border: 1px solid var(--collection-primary);
    border-radius: 10px;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
    background: var(--collection-gradient-brand);
    color: var(--collection-on-primary);
    box-shadow: var(--collection-shadow-xs);
}

html[data-site-theme="blue"] .collection-primary-action:hover {
    color: var(--collection-on-primary);
    transform: translateY(-1px);
}

html[data-site-theme="blue"] .collection-score-action {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 9px;
    width: 205px;
    min-width: 205px;
    min-height: 52px;
    align-items: center;
    padding: 7px 11px;
    border: 1px solid var(--collection-border-strong);
    border-radius: 11px;
    background: var(--collection-primary-soft);
    color: var(--collection-primary);
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

html[data-site-theme="blue"] .collection-score-action > i:first-child {
    font-size: 19px;
}

html[data-site-theme="blue"] .collection-score-action span {
    display: grid;
    gap: 1px;
}

html[data-site-theme="blue"] .collection-score-action small {
    color: var(--collection-muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

html[data-site-theme="blue"] .collection-score-action strong {
    overflow: hidden;
    color: var(--collection-primary-readable);
    font-size: 12px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html[data-site-theme="blue"] .collection-score-action:hover {
    border-color: var(--collection-primary);
    background: var(--collection-primary);
    color: var(--collection-on-primary);
    transform: translateY(-1px);
}

html[data-site-theme="blue"] .collection-score-action:hover :is(small, strong) {
    color: var(--collection-on-primary);
}

html[data-site-theme="blue"] .collection-tracking-note {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
    color: var(--collection-muted);
    font-size: 10px;
    font-weight: 750;
}

html[data-site-theme="blue"] .collection-empty-state {
    padding: 58px 24px;
    border: 1px dashed var(--collection-border-strong);
    border-radius: 16px;
    background: var(--collection-surface-soft);
    text-align: center;
}

html[data-site-theme="blue"] .collection-empty-state > span {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--collection-primary-soft);
    color: var(--collection-primary);
    font-size: 27px;
}

html[data-site-theme="blue"] .collection-empty-state h2 {
    margin: 16px 0 7px;
    color: var(--collection-heading);
    font-size: 22px;
}

html[data-site-theme="blue"] .collection-empty-state p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--collection-muted);
    line-height: 1.65;
}

html[data-site-theme="blue"] .collection-empty-state a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 18px;
    color: var(--collection-primary);
    font-weight: 800;
    text-decoration: none;
}

html[data-site-theme="blue"] .collection-score-modal[hidden] {
    display: none;
}

html[data-site-theme="blue"] .collection-score-modal {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    overflow-y: auto;
    place-items: center;
    padding: 24px;
}

html[data-site-theme="blue"] .collection-score-modal__backdrop {
    position: fixed;
    inset: 0;
    background: var(--collection-overlay);
    backdrop-filter: blur(10px);
}

html[data-site-theme="blue"] .collection-score-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 540px);
    overflow: hidden;
    border: 1px solid var(--collection-border-strong);
    border-radius: 20px;
    background: var(--collection-surface-raised);
    box-shadow: var(--collection-shadow-lg);
}

html[data-site-theme="blue"] .collection-score-modal__dialog > header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid var(--collection-divider);
}

html[data-site-theme="blue"] .collection-score-modal__dialog > header > span,
html[data-site-theme="blue"] .collection-score-modal__dialog > header > button {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--collection-border);
    border-radius: 11px;
    background: var(--collection-primary-soft);
    color: var(--collection-primary);
}

html[data-site-theme="blue"] .collection-score-modal__dialog > header > button {
    background: var(--collection-surface-soft);
    color: var(--collection-muted);
    cursor: pointer;
}

html[data-site-theme="blue"] .collection-score-modal__dialog header small {
    color: var(--collection-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

html[data-site-theme="blue"] .collection-score-modal__dialog header h3 {
    margin: 2px 0 0;
    color: var(--collection-heading);
    font-size: 21px;
}

html[data-site-theme="blue"] .collection-score-modal__body {
    display: grid;
    gap: 12px;
    padding: 18px 20px 22px;
}

html[data-site-theme="blue"] .collection-score-notice {
    display: flex;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--collection-warning);
    border-radius: 11px;
    background: var(--collection-warning-soft);
    color: var(--collection-warning);
}

html[data-site-theme="blue"] .collection-score-notice p {
    margin: 3px 0 0;
    color: var(--collection-text);
    font-size: 11px;
    line-height: 1.5;
}

html[data-site-theme="blue"] .collection-score-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border: 1px solid var(--collection-border);
    border-radius: 12px;
    background: var(--collection-primary-soft);
}

html[data-site-theme="blue"] .collection-score-total span {
    color: var(--collection-text);
    font-size: 12px;
    font-weight: 800;
}

html[data-site-theme="blue"] .collection-score-total strong {
    color: var(--collection-primary);
    font-size: 28px;
}

html[data-site-theme="blue"] .collection-score-total small {
    color: var(--collection-muted);
    font-size: 11px;
}

html[data-site-theme="blue"] .collection-score-metric,
html[data-site-theme="blue"] .collection-score-confidence {
    padding: 13px 14px;
    border: 1px solid var(--collection-border);
    border-radius: 11px;
    background: var(--collection-surface-soft);
}

html[data-site-theme="blue"] :is(.collection-score-metric, .collection-score-confidence) > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--collection-heading);
    font-size: 11px;
}

html[data-site-theme="blue"] :is(.collection-score-metric, .collection-score-confidence) > div span {
    color: var(--collection-primary);
    font-weight: 850;
}

html[data-site-theme="blue"] .collection-score-metric--positive > div span {
    color: var(--collection-positive);
}

html[data-site-theme="blue"] .collection-score-metric progress {
    width: 100%;
    height: 7px;
    overflow: hidden;
    margin-top: 9px;
    border: 0;
    border-radius: 999px;
    background: var(--collection-primary-soft);
}

html[data-site-theme="blue"] .collection-score-metric progress::-webkit-progress-bar {
    background: var(--collection-primary-soft);
}

html[data-site-theme="blue"] .collection-score-metric progress::-webkit-progress-value {
    border-radius: 999px;
    background: var(--collection-primary);
}

html[data-site-theme="blue"] .collection-score-metric--positive progress::-webkit-progress-value {
    background: var(--collection-positive);
}

html[data-site-theme="blue"] .collection-score-metric progress::-moz-progress-bar {
    background: var(--collection-primary);
}

html[data-site-theme="blue"] .collection-score-metric--positive progress::-moz-progress-bar {
    background: var(--collection-positive);
}

html[data-site-theme="blue"] :is(.collection-score-metric, .collection-score-confidence) > p {
    margin: 7px 0 0;
    color: var(--collection-muted);
    font-size: 10px;
    line-height: 1.5;
}

html[data-site-theme="blue"] body.collection-modal-open {
    overflow: hidden;
}

html[data-site-theme="blue"] .collection-editorial > header {
    max-width: 1050px;
}

html[data-site-theme="blue"] .collection-reviewer {
    display: flex;
    max-width: 850px;
    align-items: center;
    gap: 11px;
    margin-top: 17px;
    padding: 12px 14px;
    border: 1px solid var(--collection-border);
    border-radius: 12px;
    background: var(--collection-surface-soft);
}

html[data-site-theme="blue"] .collection-reviewer > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--collection-positive-soft);
    color: var(--collection-positive);
    font-size: 19px;
}

html[data-site-theme="blue"] .collection-reviewer > div {
    display: grid;
    min-width: 0;
    gap: 2px;
}

html[data-site-theme="blue"] .collection-reviewer strong {
    color: var(--collection-heading);
    font-size: 12px;
}

html[data-site-theme="blue"] .collection-reviewer a {
    color: var(--collection-primary-readable);
    text-decoration: none;
}

html[data-site-theme="blue"] .collection-reviewer small,
html[data-site-theme="blue"] .collection-reviewer time {
    color: var(--collection-muted);
    font-size: 10px;
    line-height: 1.45;
}

html[data-site-theme="blue"] .collection-reviewer time {
    flex: 0 0 auto;
    margin-left: auto;
    font-weight: 750;
    white-space: nowrap;
}

html[data-site-theme="blue"] .collection-snapshot-table {
    overflow-x: auto;
    margin-top: 24px;
    border: 1px solid var(--collection-border);
    border-radius: 14px;
}

html[data-site-theme="blue"] .collection-snapshot-table table {
    width: 100%;
    min-width: 680px;
    table-layout: fixed;
    border-collapse: collapse;
    background: var(--collection-surface-soft);
}

html[data-site-theme="blue"] .collection-snapshot-table :is(th, td) {
    padding: 13px 15px;
    border-bottom: 1px solid var(--collection-divider);
    color: var(--collection-text);
    font-size: 12px;
    text-align: left;
}

html[data-site-theme="blue"] .collection-snapshot-table th {
    background: var(--collection-surface-muted);
    color: var(--collection-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

html[data-site-theme="blue"] .collection-snapshot-table td:first-child {
    width: 40%;
}

html[data-site-theme="blue"] .collection-snapshot-table :is(th, td):nth-child(2),
html[data-site-theme="blue"] .collection-snapshot-table :is(th, td):nth-child(3) {
    width: 21%;
}

html[data-site-theme="blue"] .collection-snapshot-table :is(th, td):nth-child(4) {
    width: 18%;
}

html[data-site-theme="blue"] .collection-snapshot-table td a {
    color: var(--collection-heading);
    font-weight: 750;
    text-decoration: none;
}

html[data-site-theme="blue"] .collection-snapshot-table td a:hover {
    color: var(--collection-primary);
}

html[data-site-theme="blue"] .collection-snapshot-current,
html[data-site-theme="blue"] .collection-snapshot-highest,
html[data-site-theme="blue"] .collection-snapshot-saving {
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
}

html[data-site-theme="blue"] .collection-snapshot-current {
    color: var(--collection-positive);
}

html[data-site-theme="blue"] .collection-snapshot-highest {
    color: var(--collection-danger);
}

html[data-site-theme="blue"] .collection-snapshot-saving {
    color: var(--collection-primary);
}

html[data-site-theme="blue"] .collection-snapshot-table tbody tr:last-child td {
    border-bottom: 0;
}

html[data-site-theme="blue"] .collection-editorial__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

html[data-site-theme="blue"] .collection-editorial__grid > section {
    padding: 18px;
    border: 1px solid var(--collection-border);
    border-radius: 14px;
    background: var(--collection-surface-soft);
}

html[data-site-theme="blue"] .collection-editorial__icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    border-radius: 11px;
    background: var(--collection-primary-soft);
    color: var(--collection-primary);
    font-size: 19px;
}

html[data-site-theme="blue"] .collection-editorial__grid h3 {
    margin: 0 0 8px;
    color: var(--collection-heading);
    font-size: 16px;
}

html[data-site-theme="blue"] .collection-editorial__grid p {
    margin: 0 0 9px;
    color: var(--collection-muted);
    font-size: 12px;
    line-height: 1.7;
}

html[data-site-theme="blue"] .collection-editorial__grid p:last-child {
    margin-bottom: 0;
}

html[data-site-theme="blue"] .collection-faq__icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--collection-purple-soft);
    color: var(--collection-purple);
    font-size: 23px;
}

html[data-site-theme="blue"] .collection-faq__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

html[data-site-theme="blue"] .collection-faq__item {
    align-self: start;
    overflow: hidden;
    border: 1px solid var(--collection-border);
    border-radius: 13px;
    background: var(--collection-surface-soft);
}

html[data-site-theme="blue"] .collection-faq__item[open] {
    border-color: var(--collection-border-strong);
    box-shadow: var(--collection-shadow-xs);
}

html[data-site-theme="blue"] .collection-faq__item summary {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
    min-height: 62px;
    padding: 14px 16px;
    color: var(--collection-heading);
    font-size: 12px;
    font-weight: 780;
    line-height: 1.45;
    list-style: none;
    cursor: pointer;
}

html[data-site-theme="blue"] .collection-faq__item summary::-webkit-details-marker {
    display: none;
}

html[data-site-theme="blue"] .collection-faq__item summary i {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--collection-primary-soft);
    color: var(--collection-primary);
    transition: transform .2s ease;
}

html[data-site-theme="blue"] .collection-faq__item[open] summary i {
    transform: rotate(45deg);
}

html[data-site-theme="blue"] .collection-faq__item > div {
    padding: 0 16px 16px;
}

html[data-site-theme="blue"] .collection-faq__item p {
    margin: 0;
    padding-top: 13px;
    border-top: 1px solid var(--collection-divider);
    color: var(--collection-muted);
    font-size: 11px;
    line-height: 1.72;
}

html[data-site-theme="blue"] .collection-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

html[data-site-theme="blue"] .collection-related__grid > a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    min-height: 78px;
    padding: 13px;
    border: 1px solid var(--collection-border);
    border-radius: 13px;
    background: var(--collection-surface-soft);
    color: var(--collection-heading);
    text-decoration: none;
}

html[data-site-theme="blue"] .collection-related__grid > a:hover {
    border-color: var(--collection-primary);
    color: var(--collection-primary);
    box-shadow: var(--collection-shadow-xs);
}

html[data-site-theme="blue"] .collection-related__grid > a > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--collection-primary-soft);
    color: var(--collection-primary);
    font-size: 18px;
}

html[data-site-theme="blue"] .collection-related__grid strong,
html[data-site-theme="blue"] .collection-related__grid small {
    display: block;
}

html[data-site-theme="blue"] .collection-related__grid strong {
    overflow: hidden;
    font-size: 12px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html[data-site-theme="blue"] .collection-related__grid small {
    margin-top: 3px;
    color: var(--collection-muted);
    font-size: 9px;
}

html[data-site-theme="blue"] .collection-disclaimer {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 28px;
    padding: 20px 22px;
    border: 1px solid var(--collection-warning);
    border-radius: 16px;
    background: var(--collection-warning-soft);
}

html[data-site-theme="blue"] .collection-disclaimer > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: var(--collection-surface);
    color: var(--collection-warning);
    font-size: 21px;
}

html[data-site-theme="blue"] .collection-disclaimer h2 {
    margin: 0 0 5px;
    color: var(--collection-heading);
    font-size: 15px;
}

html[data-site-theme="blue"] .collection-disclaimer p {
    margin: 0;
    color: var(--collection-text);
    font-size: 11px;
    line-height: 1.7;
}

@media (max-width: 1050px) {
    html[data-site-theme="blue"] .collection-hero {
        grid-template-columns: 1fr;
    }

    html[data-site-theme="blue"] .collection-hero__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    html[data-site-theme="blue"] .collection-editorial__grid,
    html[data-site-theme="blue"] .collection-related__grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 760px) {
    html[data-site-theme="blue"] .collection-page-shell {
        padding: 18px 12px 42px;
    }

    html[data-site-theme="blue"] .collection-hero,
    html[data-site-theme="blue"] :is(.collection-results, .collection-editorial, .collection-faq, .collection-related) {
        border-radius: 17px;
    }

    html[data-site-theme="blue"] .collection-hero {
        min-height: 0;
        padding: 24px 20px;
    }

    html[data-site-theme="blue"] .collection-hero__stats {
        grid-template-columns: 1fr;
    }

    html[data-site-theme="blue"] .collection-section-heading {
        gap: 12px;
    }

    html[data-site-theme="blue"] .collection-product-card {
        grid-template-columns: 1fr;
    }

    html[data-site-theme="blue"] .collection-product-media {
        min-height: 260px;
        border-right: 0;
        border-bottom: 1px solid var(--collection-divider);
    }

    html[data-site-theme="blue"] .collection-product-media > img {
        max-width: 180px;
        height: 180px;
    }

    html[data-site-theme="blue"] .collection-faq__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    html[data-site-theme="blue"] .collection-breadcrumb span {
        max-width: 52vw;
    }

    html[data-site-theme="blue"] .collection-hero__chips span {
        width: 100%;
    }

    html[data-site-theme="blue"] :is(.collection-results, .collection-editorial, .collection-faq, .collection-related) {
        padding: 18px 14px;
    }

    html[data-site-theme="blue"] .collection-section-heading {
        display: block;
    }

    html[data-site-theme="blue"] :is(.collection-count-pill, .collection-faq__icon) {
        display: inline-flex;
        margin-top: 12px;
    }

    html[data-site-theme="blue"] .collection-product-content {
        padding: 18px 14px;
    }

    html[data-site-theme="blue"] .collection-reviewer {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr);
        align-items: flex-start;
    }

    html[data-site-theme="blue"] .collection-reviewer time {
        grid-column: 2;
        width: auto;
        margin-left: 0;
        white-space: normal;
    }

    html[data-site-theme="blue"] .collection-price-row {
        align-items: flex-end;
    }

    html[data-site-theme="blue"] .collection-price-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    html[data-site-theme="blue"] .collection-price-metrics > div {
        padding: 10px 7px;
    }

    html[data-site-theme="blue"] .collection-price-metrics dd {
        font-size: 11px;
        overflow-wrap: anywhere;
    }

    html[data-site-theme="blue"] .collection-price-metrics dt,
    html[data-site-theme="blue"] .collection-price-metrics dd {
        overflow: visible;
        white-space: normal;
    }

    html[data-site-theme="blue"] :is(.collection-primary-action, .collection-score-action) {
        width: 100%;
        min-width: 0;
        flex: 1 1 100%;
    }

    html[data-site-theme="blue"] .collection-tracking-note {
        margin-left: 0;
    }

    html[data-site-theme="blue"] .collection-score-modal {
        align-items: end;
        padding: 10px;
    }

    html[data-site-theme="blue"] .collection-score-modal__dialog {
        border-radius: 18px;
    }

    html[data-site-theme="blue"] .collection-disclaimer {
        padding: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html[data-site-theme="blue"] .collection-product-card,
    html[data-site-theme="blue"] .collection-product-media > img,
    html[data-site-theme="blue"] .collection-faq__item summary i {
        transition: none;
    }
}
