:root {
    --primary: #059669;
    --primary-dark: #047857;
    --accent: #f97316;
    --hero-to: #14b8a6;
    --bg: #ffffff;
    --bg-alt: #f3faf7;
    --bg-card: #ffffff;
    --text: #10231b;
    --text-muted: #5b6f66;
    --border: #dcece4;
    --border-strong: #b8d4c6;
    --danger: #dc2626;
    --success: #16a34a;
    --mark-bg: #fef3c7;
    --mark-text: #0f172a;
}
@media (prefers-color-scheme: dark) {
    :root[data-theme="auto"] {
        --bg: #08120e;
        --bg-alt: #101c16;
        --bg-card: #101c16;
        --text: #e2e8f0;
        --text-muted: #94a3b8;
        --border: #1c2f26;
        --border-strong: #31493d;
        --mark-bg: #92400e;
        --mark-text: #fef3c7;
    }
}
:root[data-theme="dark"] {
    --bg: #08120e;
    --bg-alt: #101c16;
    --bg-card: #101c16;
    --text: #e2e8f0;
    --text-muted: #94a3b8;
    --border: #1c2f26;
    --border-strong: #31493d;
    --mark-bg: #92400e;
    --mark-text: #fef3c7;
}
:root {
    --font: "Segoe UI", Tahoma, sans-serif;
    --font-heading: "Palatino Linotype", Palatino, Georgia, serif;
}
:root {
    --gap: 1.4rem;
    --gap-lg: 2rem;
    --card-pad-y: 1rem;
    --card-pad-x: 1.1rem;
    --section-gap: 3.25rem;
    --main-pad-top: 2rem;
    --main-pad-bottom: 4rem;
    --container-pad-x: 1.25rem;
    --max-width: 1280px;
    --header-height: 104px;
}
:root { --radius: 14px; --radius-sm: 8px; --radius-btn: 999px; }
:root {
    --shadow-sm: none;
    --shadow: none;
    --hover-shadow: none;
    --card-border: 1px solid var(--border);
}
* { box-sizing: border-box; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }
.ph-9ebc11-skip-link {
    position: absolute; left: -9999px; top: 0; z-index: 200;
    background: var(--primary); color: white;
    padding: .55rem 1rem; border-radius: 0 0 var(--radius) 0;
    font-size: 14px; font-weight: 600;
}
.ph-9ebc11-skip-link:focus { left: 0; text-decoration: none; }
html, body { margin: 0; padding: 0; }
body {
    font: 16px/1.55 var(--font);
    color: var(--text);
    background: var(--bg);
    min-height: 100vh;
    display: flex; flex-direction: column;
}
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
button { font: inherit; cursor: pointer; }
.ph-9ebc11-container { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--container-pad-x); }
.ph-9ebc11-search-box { position: relative; flex: 1; max-width: 560px; }
.ph-9ebc11-search-box input {
    width: 100%; padding: .55rem .9rem; font-size: 14px;
    border: 1px solid var(--border-strong); border-radius: var(--radius-btn);
    background: var(--bg-alt); color: var(--text);
}
.ph-9ebc11-search-box input:focus { outline: 2px solid var(--primary); outline-offset: -1px; }
.ph-9ebc11-search-suggestions {
    position: absolute; top: 100%; left: 0; right: 0;
    margin-top: .25rem;
    background: var(--bg-card);
    border: 1px solid var(--border); border-radius: var(--radius);
    box-shadow: var(--shadow);
    max-height: 360px; overflow-y: auto;
    display: none; z-index: 100;
}
.ph-9ebc11-search-suggestions.open { display: block; }
.ph-9ebc11-search-suggestions a {
    display: block; padding: .55rem .85rem; color: var(--text);
    font-size: 14px; border-bottom: 1px solid var(--border);
}
.ph-9ebc11-search-suggestions a:last-child { border-bottom: 0; }
.ph-9ebc11-search-suggestions a:hover,
.ph-9ebc11-search-suggestions a.active { background: var(--bg-alt); text-decoration: none; }
.ph-9ebc11-search-box.loading::after {
    content: ""; position: absolute; right: .7rem; top: 50%;
    width: 14px; height: 14px; margin-top: -7px;
    border: 2px solid var(--border-strong); border-top-color: var(--primary);
    border-radius: 50%; animation: spin .6s linear infinite;
    pointer-events: none;
}
@keyframes spin { to { transform: rotate(360deg); } }
.ph-9ebc11-theme-toggle {
    background: transparent; border: 1px solid var(--border-strong);
    border-radius: var(--radius-btn); padding: .45rem .75rem; color: var(--text);
    font-size: 13px;
}
.ph-9ebc11-nav-toggle {
    display: none;
    background: transparent; border: 1px solid var(--border-strong);
    border-radius: var(--radius-btn); padding: .4rem .65rem; color: var(--text);
    font-size: 18px; line-height: 1;
}
@media (max-width: 950px) {
    .ph-9ebc11-nav-toggle { display: inline-flex; }
}
.ph-9ebc11-search-open {
    display: none;
    background: transparent; border: 1px solid var(--border-strong);
    border-radius: var(--radius-btn); padding: .45rem .6rem; color: var(--text);
    line-height: 0; cursor: pointer;
}
.ph-9ebc11-search-open svg { width: 17px; height: 17px; }
.ph-9ebc11-search-open:hover { background: var(--bg-alt); }
@media (max-width: 720px) {
    .ph-9ebc11-site-header .ph-9ebc11-search-box { display: none; }
    .ph-9ebc11-search-open { display: inline-flex; align-items: center; }
}
.ph-9ebc11-search-modal { display: none; position: fixed; inset: 0; z-index: 200; }
.ph-9ebc11-search-modal.open { display: block; }
.ph-9ebc11-search-modal-backdrop {
    position: absolute; inset: 0;
    background: rgba(10, 14, 12, .55);
    backdrop-filter: blur(3px);
}
.ph-9ebc11-search-modal-card {
    position: relative; margin: 9vh auto 0;
    width: min(640px, calc(100% - 2rem));
    background: var(--bg-card); border: 1px solid var(--border);
    border-radius: var(--radius); box-shadow: var(--shadow);
    padding: 1rem;
}
.ph-9ebc11-search-modal-box { max-width: none; }
.ph-9ebc11-search-modal-card form { display: flex; gap: .5rem; }
.ph-9ebc11-search-modal-card input { flex: 1; font-size: 16px; }
.ph-9ebc11-search-modal-submit {
    background: var(--primary); color: #fff;
    border: 0; border-radius: var(--radius-btn);
    padding: .55rem 1.1rem; font-weight: 700; font-size: 14px; cursor: pointer;
}
.ph-9ebc11-search-modal-submit:hover { filter: brightness(1.08); }
.ph-9ebc11-search-modal-x {
    position: absolute; top: -2.7rem; right: 0;
    background: transparent; border: 0; color: #fff;
    font-size: 22px; line-height: 1; padding: .4rem; cursor: pointer;
}
.ph-9ebc11-search-modal .ph-9ebc11-search-suggestions {
    position: static; margin-top: .6rem;
    box-shadow: none; max-height: 55vh;
}
:root[data-theme="dark"] .ph-9ebc11-logo img,
:root[data-theme="dark"] .ph-9ebc11-footer-logo img {
    filter: brightness(0) invert(1) opacity(.92);
}
@media (prefers-color-scheme: dark) {
    :root[data-theme="auto"] .ph-9ebc11-logo img,
    :root[data-theme="auto"] .ph-9ebc11-footer-logo img {
        filter: brightness(0) invert(1) opacity(.92);
    }
}
.ph-9ebc11-main-nav {
    display: flex; align-items: center; gap: 1.1rem;
    flex-shrink: 0;
}
.ph-9ebc11-main-nav > a { color: var(--text); font-size: 14px; font-weight: 600; white-space: nowrap; }
.ph-9ebc11-main-nav > a:hover { color: var(--primary); text-decoration: none; }
@media (max-width: 950px) {
    .ph-9ebc11-main-nav { display: none; }
}
.ph-9ebc11-site-header { position: relative; z-index: 120; }
.ph-9ebc11-cat-menu { position: static; }
.ph-9ebc11-cat-menu-toggle {
    display: inline-flex; align-items: center; gap: .4rem;
    background: transparent; border: 2px solid var(--text); color: var(--text);
    font-size: 13.5px; font-weight: 700; letter-spacing: .02em;
    padding: .38rem .75rem; cursor: pointer; border-radius: 0;
}
.ph-9ebc11-cat-menu-toggle:hover { background: var(--bg-alt); }
.ph-9ebc11-cat-menu.open .ph-9ebc11-cat-menu-toggle { background: var(--bg-alt); }
.ph-9ebc11-cat-menu .ph-9ebc11-caret { font-size: 10px; transition: transform .15s ease; }
.ph-9ebc11-cat-menu.open .ph-9ebc11-caret { transform: rotate(180deg); }
.ph-9ebc11-cat-menu-panel {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%; z-index: 120;
    max-height: min(74vh, 640px); overflow-y: auto; overscroll-behavior: contain;
    background: var(--bg-card);
    border-top: 1px solid var(--border);
    border-bottom: 2px solid var(--text);
    box-shadow: var(--shadow);
    padding: 1.1rem max(var(--container-pad-x), calc((100% - var(--max-width)) / 2 + var(--container-pad-x))) 1.3rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.1rem 1.8rem;
}
.ph-9ebc11-cat-menu.open .ph-9ebc11-cat-menu-panel { display: grid; }
.ph-9ebc11-cat-group { min-width: 0; }
.ph-9ebc11-cat-group-title {
    display: block; padding: 0 .55rem .4rem; margin-bottom: .3rem;
    border-bottom: 1px solid var(--border);
    font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
    color: var(--text);
}
.ph-9ebc11-cat-group-title:hover { color: var(--primary); text-decoration: none; }
.ph-9ebc11-cat-link {
    display: flex; align-items: center; gap: .55rem;
    padding: .4rem .55rem; border-radius: var(--radius-sm);
    font-size: 13.5px; font-weight: 600; line-height: 1.25; color: var(--text);
}
.ph-9ebc11-cat-link:hover { background: var(--bg-alt); color: var(--primary); text-decoration: none; }
.ph-9ebc11-cat-link-label { min-width: 0; }
.ph-9ebc11-cat-ic {
    width: 27px; height: 27px; flex: 0 0 auto;
    display: grid; place-items: center;
    background: var(--bg-alt); border-radius: var(--radius-sm);
    font-size: 15px; line-height: 1;
}
.ph-9ebc11-cat-link:hover .ph-9ebc11-cat-ic { background: var(--bg-card); }
.ph-9ebc11-cat-n { margin-left: auto; padding-left: .5rem; font-size: 11.5px; font-weight: 600; color: var(--text-muted); }
.ph-9ebc11-cat-link-all { color: var(--primary); margin-top: .15rem; }
.ph-9ebc11-cat-link-all:hover { text-decoration: underline; background: transparent; }
.ph-9ebc11-mobile-nav {
    display: none;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    background: var(--bg);
    border-top: 1px solid var(--border);
    overflow-y: auto; overscroll-behavior: contain;
    padding: .6rem .8rem 2rem;
}
.ph-9ebc11-mobile-nav.open { display: block; }
body.nav-locked { overflow: hidden; }
.ph-9ebc11-mobile-nav-title {
    margin: .8rem .5rem .25rem; padding-top: .8rem;
    border-top: 1px solid var(--border);
    font-size: 11.5px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
    color: var(--text-muted);
}
.ph-9ebc11-mobile-nav-link {
    display: flex; align-items: center; gap: .65rem;
    padding: .55rem .5rem; border-radius: var(--radius-sm);
    color: var(--text); font-size: 15px; font-weight: 600;
}
.ph-9ebc11-mobile-nav-link:hover, .ph-9ebc11-mobile-nav-link:active { background: var(--bg-alt); color: var(--primary); text-decoration: none; }
.ph-9ebc11-mobile-nav-link.ph-9ebc11-sub { font-weight: 500; font-size: 14px; }
.ph-9ebc11-mobile-nav-link.ph-9ebc11-sub .ph-9ebc11-cat-ic { width: 24px; height: 24px; font-size: 13px; }
.ph-9ebc11-mobile-nav-group summary {
    display: flex; align-items: center; gap: .65rem;
    padding: .55rem .5rem; cursor: pointer; border-radius: var(--radius-sm);
    font-size: 15px; font-weight: 600; color: var(--text);
    list-style: none;
}
.ph-9ebc11-mobile-nav-group summary:hover { background: var(--bg-alt); }
.ph-9ebc11-mobile-nav-group summary::-webkit-details-marker { display: none; }
.ph-9ebc11-mobile-nav-group summary::after {
    content: "›"; margin-left: auto; padding-left: .5rem;
    transition: transform .15s ease; color: var(--text-muted); font-size: 17px;
}
.ph-9ebc11-mobile-nav-group summary .ph-9ebc11-cat-n { margin-left: auto; }
.ph-9ebc11-mobile-nav-group summary:has(.ph-9ebc11-cat-n)::after { margin-left: 0; }
.ph-9ebc11-mobile-nav-group[open] summary::after { transform: rotate(90deg); }
.ph-9ebc11-mobile-nav-group[open] { background: var(--bg-alt); border-radius: var(--radius-sm); padding-bottom: .3rem; }
.ph-9ebc11-mobile-nav-group[open] .ph-9ebc11-mobile-nav-link:hover { background: var(--bg); }
.ph-9ebc11-mobile-nav-group .ph-9ebc11-mobile-nav-link.ph-9ebc11-sub { margin-left: .8rem; }
@media (min-width: 951px) {
    .ph-9ebc11-mobile-nav { display: none !important; }
}
main { flex: 1; padding: var(--main-pad-top) 0 var(--main-pad-bottom); }
h1, h2, h3 { line-height: 1.25; color: var(--text); font-family: var(--font-heading); }
h1 { font-size: 28px; margin: 0 0 1rem; }
h2 { font-size: 22px; margin: 0 0 1rem; }
h3 { font-size: 18px; margin: 0 0 .75rem; }
@media (min-width: 720px) {
    h1 { font-size: 32px; }
}
.ph-9ebc11-muted { color: var(--text-muted); }
.ph-9ebc11-text-right { text-align: right; }
.ph-9ebc11-breadcrumbs {
    font-size: 13px; color: var(--text-muted);
    margin-bottom: 1rem;
}
.ph-9ebc11-breadcrumbs a { color: var(--text-muted); }
.ph-9ebc11-breadcrumbs a:hover { color: var(--primary); }
.ph-9ebc11-breadcrumbs .ph-9ebc11-sep { margin: 0 .35rem; opacity: .6; }
.ph-9ebc11-breadcrumbs .ph-9ebc11-current { color: var(--text); }
.ph-9ebc11-btn {
    display: inline-block; padding: .65rem 1.1rem; font-size: 14px;
    border: 1px solid transparent; border-radius: var(--radius-btn);
    text-decoration: none; cursor: pointer; font-weight: 600;
}
.ph-9ebc11-btn-primary { background: var(--primary); color: white; }
.ph-9ebc11-btn-primary:hover { background: var(--primary-dark); text-decoration: none; }
.ph-9ebc11-btn-secondary { background: var(--bg-alt); color: var(--text); border-color: var(--border-strong); }
.ph-9ebc11-btn-secondary:hover { background: var(--bg-card); text-decoration: none; }
.ph-9ebc11-btn-cta {
    background: var(--accent); color: #1f2937;
    font-size: 16px; padding: .85rem 1.4rem;
}
.ph-9ebc11-btn-cta:hover { filter: brightness(1.05); text-decoration: none; }
.ph-9ebc11-btn-cta.ph-9ebc11-btn-muted { background: var(--border-strong); color: var(--text); }
.ph-9ebc11-listing-toolbar {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: var(--gap); gap: .75rem; flex-wrap: wrap;
}
.ph-9ebc11-listing-toolbar .ph-9ebc11-count { color: var(--text-muted); font-size: 14px; }
.ph-9ebc11-listing-toolbar select {
    padding: .45rem .65rem; font-size: 13px;
    border: 1px solid var(--border-strong); border-radius: var(--radius-sm);
    background: var(--bg); color: var(--text);
}
.ph-9ebc11-listing-toolbar .ph-9ebc11-sort-form { margin: 0; }
.ph-9ebc11-listing-toolbar .ph-9ebc11-sort-label { margin-right: .35rem; font-size: 13px; }
.ph-9ebc11-product-head { margin-bottom: 1.25rem; }
.ph-9ebc11-product-head h1 { margin: .35rem 0 0; }
.ph-9ebc11-meta-brand { color: var(--text-muted); font-size: 14px; text-transform: uppercase; letter-spacing: .04em; }
.ph-9ebc11-product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: var(--gap-lg);
    margin-bottom: var(--gap-lg);
}
@media (max-width: 900px) {
    .ph-9ebc11-product-detail { grid-template-columns: 1fr; }
}
.ph-9ebc11-product-detail .ph-9ebc11-gallery {
    background: var(--bg-alt); border-radius: var(--radius);
    aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.ph-9ebc11-product-detail .ph-9ebc11-gallery img { max-width: 100%; max-height: 100%; object-fit: contain; }
.ph-9ebc11-product-detail .ph-9ebc11-gallery.ph-9ebc11-placeholder { color: var(--text-muted); font-size: 64px; }
.ph-9ebc11-product-detail .ph-9ebc11-meta-merchant { color: var(--text-muted); font-size: 13px; margin-top: .5rem; }
.ph-9ebc11-price-box {
    background: var(--bg-card); border: var(--card-border);
    border-radius: var(--radius); padding: 1.25rem; margin-top: 1rem;
    box-shadow: var(--shadow-sm);
}
.ph-9ebc11-price-box .ph-9ebc11-current { font-size: 30px; font-weight: 700; }
.ph-9ebc11-price-box .ph-9ebc11-old { font-size: 16px; color: var(--text-muted); text-decoration: line-through; margin-left: .5rem; }
.ph-9ebc11-price-box .ph-9ebc11-savings {
    display: inline-block; margin-left: .5rem; padding: .15rem .55rem;
    background: var(--success); color: white; border-radius: 99px; font-size: 12px; font-weight: 700;
}
.ph-9ebc11-price-box .ph-9ebc11-cta { margin-top: 1rem; text-align: center; }
.ph-9ebc11-price-box .ph-9ebc11-cta .ph-9ebc11-btn { width: 100%; }
.ph-9ebc11-price-box .ph-9ebc11-stock { margin-top: .75rem; font-size: 13px; color: var(--text-muted); }
.ph-9ebc11-price-box .ph-9ebc11-stock.ph-9ebc11-in { color: var(--success); }
.ph-9ebc11-price-box .ph-9ebc11-stock.ph-9ebc11-out { color: var(--danger); }
.ph-9ebc11-price-box .ph-9ebc11-oos-note { margin: 0 0 .5rem; font-size: 12px; color: var(--danger); }
.ph-9ebc11-price-box .ph-9ebc11-affiliate-disclosure { margin: .75rem 0 0; font-size: 11px; line-height: 1.5; color: var(--text-muted); }
.ph-9ebc11-price-box .ph-9ebc11-price-checked { margin: .5rem 0 0; font-size: 12px; color: var(--text-muted); }
.ph-9ebc11-review-content { line-height: 1.75; }
.ph-9ebc11-review-content p { margin: 0 0 1rem; }
.ph-9ebc11-review-content ul, .ph-9ebc11-review-content ol { margin: 0 0 1rem; padding-left: 1.5rem; }
.ph-9ebc11-review-content li { margin-bottom: .35rem; }
.ph-9ebc11-review-content strong { color: var(--text); font-weight: 700; }
.ph-9ebc11-description-content { line-height: 1.7; }
.ph-9ebc11-specs-table {
    width: 100%; border-collapse: collapse; margin: 1rem 0;
    border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden;
}
.ph-9ebc11-specs-table th, .ph-9ebc11-specs-table td {
    text-align: left; padding: .55rem .85rem;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}
.ph-9ebc11-specs-table th { background: var(--bg-alt); width: 40%; font-weight: 600; }
.ph-9ebc11-specs-table tr:last-child th, .ph-9ebc11-specs-table tr:last-child td { border-bottom: 0; }
.ph-9ebc11-product-section { margin-top: var(--section-gap); }
.ph-9ebc11-product-detail .ph-9ebc11-meta-category { margin-top: 1rem; font-size: 13px; }
.ph-9ebc11-sticky-cta { display: none; }
@media (max-width: 720px) {
    .ph-9ebc11-sticky-cta {
        display: flex; align-items: center; justify-content: space-between; gap: .75rem;
        position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
        background: var(--bg-card); border-top: 1px solid var(--border);
        padding: .6rem 1rem calc(.6rem + env(safe-area-inset-bottom));
        box-shadow: 0 -4px 14px rgba(15, 23, 42, 0.12);
        transform: translateY(110%); transition: transform .2s ease;
    }
    .ph-9ebc11-sticky-cta.visible { transform: translateY(0); }
    .ph-9ebc11-sticky-cta .ph-9ebc11-price { font-size: 18px; font-weight: 700; white-space: nowrap; }
    .ph-9ebc11-sticky-cta .ph-9ebc11-btn { flex-shrink: 0; padding: .6rem 1.1rem; font-size: 14px; }
}
.ph-9ebc11-faq-item {
    background: var(--bg-card);
    border: var(--card-border);
    border-radius: var(--radius);
    margin-bottom: .5rem;
}
.ph-9ebc11-faq-item summary {
    padding: .75rem 2.25rem .75rem 1rem;
    font-size: 15px; font-weight: 600; color: var(--text);
    cursor: pointer; position: relative;
    list-style: none;
}
.ph-9ebc11-faq-item summary::-webkit-details-marker { display: none; }
.ph-9ebc11-faq-item summary::after {
    content: "›"; position: absolute; right: 1rem; top: .65rem;
    font-size: 18px; color: var(--text-muted);
    transition: transform .15s ease;
}
.ph-9ebc11-faq-item[open] summary::after { transform: rotate(90deg); }
.ph-9ebc11-faq-item .ph-9ebc11-faq-answer {
    padding: 0 1rem .85rem;
    font-size: 14px; line-height: 1.6; color: var(--text-muted);
}
.ph-9ebc11-similar-products { margin-top: var(--section-gap); }
.ph-9ebc11-similar-products h2 { margin-bottom: 1rem; }
.ph-9ebc11-tile-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: .75rem; margin-bottom: var(--gap-lg);
}
.ph-9ebc11-tile {
    background: var(--bg-card); border: var(--card-border);
    border-radius: var(--radius); padding: 1rem; text-align: center;
    color: var(--text); display: block;
    box-shadow: var(--shadow-sm);
}
.ph-9ebc11-tile:hover { background: var(--bg-alt); text-decoration: none; transform: translateY(-2px); transition: transform .15s; }
.ph-9ebc11-tile .ph-9ebc11-name { font-weight: 600; font-size: 14px; }
.ph-9ebc11-tile .ph-9ebc11-count { color: var(--text-muted); font-size: 12px; margin-top: .25rem; }
.ph-9ebc11-section { margin-bottom: var(--section-gap); }
.ph-9ebc11-section-head {
    display: flex; justify-content: space-between; align-items: baseline;
    margin-bottom: 1rem;
}
.ph-9ebc11-section-head a { font-size: 14px; }
.ph-9ebc11-error-page {
    text-align: center; padding: 3rem 1rem;
}
.ph-9ebc11-error-page .ph-9ebc11-code { font-size: 80px; font-weight: 800; color: var(--primary); line-height: 1; }
.ph-9ebc11-error-page h1 { margin: 1rem 0 .5rem; }
.ph-9ebc11-error-page p { color: var(--text-muted); margin-bottom: 1.5rem; }
mark { background: var(--mark-bg); color: var(--mark-text); padding: 0 .15rem; border-radius: 2px; }
.ph-9ebc11-footer-social { list-style: none; padding: 0; margin: .5rem 0 0; display: flex; gap: .85rem; flex-wrap: wrap; }
.ph-9ebc11-footer-social a { color: var(--text-muted); font-size: 13px; }
.ph-9ebc11-footer-social a:hover { color: var(--primary); }
.ph-9ebc11-cookie-banner {
    position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 130;
    max-width: 860px; margin: 0 auto;
    background: var(--bg-card); color: var(--text);
    border: 1px solid var(--border); border-radius: var(--radius);
    box-shadow: var(--shadow); padding: 1rem 1.1rem;
}
.ph-9ebc11-cookie-banner-inner { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.ph-9ebc11-cookie-banner-text { margin: 0; font-size: 14px; flex: 1; min-width: 220px; line-height: 1.5; }
.ph-9ebc11-cookie-banner-actions { display: flex; gap: .5rem; flex-wrap: wrap; }
.ph-9ebc11-cookie-banner-actions .ph-9ebc11-btn { padding: .5rem .9rem; font-size: 14px; }
.ph-9ebc11-cookie-modal { position: fixed; inset: 0; z-index: 140; }
.ph-9ebc11-cookie-modal-backdrop { position: absolute; inset: 0; background: rgba(15,23,42,.5); }
.ph-9ebc11-cookie-modal-dialog {
    position: relative; max-width: 560px; margin: 5vh auto 0;
    max-height: 90vh; overflow-y: auto;
    background: var(--bg-card); color: var(--text);
    border: 1px solid var(--border); border-radius: var(--radius);
    box-shadow: var(--shadow); padding: 1.5rem;
}
.ph-9ebc11-cookie-modal-dialog h2 { margin: 0 0 .5rem; font-size: 20px; }
.ph-9ebc11-cookie-cat { padding: .75rem 0; border-bottom: 1px solid var(--border); }
.ph-9ebc11-cookie-cat:last-of-type { border-bottom: 0; }
.ph-9ebc11-cookie-cat label { display: flex; gap: .6rem; align-items: flex-start; font-size: 14px; line-height: 1.5; cursor: pointer; }
.ph-9ebc11-cookie-cat input { margin-top: .2rem; flex-shrink: 0; }
.ph-9ebc11-cookie-modal-actions { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: flex-end; margin-top: 1rem; }
.ph-9ebc11-link-button {
    background: none; border: 0; padding: 0; margin: 0;
    color: var(--text-muted); font: inherit; cursor: pointer; text-align: left;
}
.ph-9ebc11-link-button:hover { color: var(--primary); text-decoration: underline; }
.ph-9ebc11-legal-page { max-width: 760px; }
.ph-9ebc11-legal-page h2 { font-size: 18px; margin-top: 1.5rem; }
.ph-9ebc11-pj-stamp {
    display: inline-block; padding: .32rem .6rem;
    border: 2px solid var(--border-strong); color: var(--text-muted);
    font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
    line-height: 1.25; white-space: nowrap;
}
.ph-9ebc11-pj-stamp.ph-9ebc11-pj-real  { border-color: var(--success); color: var(--success); }
.ph-9ebc11-pj-stamp.ph-9ebc11-pj-min   { border-color: var(--primary); color: var(--primary); }
.ph-9ebc11-pj-stamp.ph-9ebc11-pj-above { border-color: var(--accent);  color: var(--accent); }
.ph-9ebc11-price-journal { border-top: 3px solid var(--text); padding-top: 1rem; }
.ph-9ebc11-pj-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.ph-9ebc11-pj-head h2 { margin: 0; }
.ph-9ebc11-pj-lead { margin: .6rem 0 1.2rem; font-size: 15px; line-height: 1.6; max-width: 640px; }
.ph-9ebc11-pj-chart svg { width: 100%; height: auto; display: block; }
.ph-9ebc11-pj-legend {
    display: flex; gap: 1.1rem; flex-wrap: wrap; align-items: center;
    margin: .6rem 0 0; font-size: 12px; color: var(--text-muted);
}
.ph-9ebc11-pj-legend .ph-9ebc11-swatch { display: inline-block; width: 10px; height: 10px; margin-right: .35rem; vertical-align: -1px; }
.ph-9ebc11-pj-legend .ph-9ebc11-sw-day   { background: var(--border-strong); }
.ph-9ebc11-pj-legend .ph-9ebc11-sw-min   { background: var(--success); }
.ph-9ebc11-pj-legend .ph-9ebc11-sw-today { background: var(--primary); }
.ph-9ebc11-pj-note { font-size: 12.5px; color: var(--text-muted); margin: .8rem 0 0; }
.ph-9ebc11-pj-range { margin: 1.6rem 0 .4rem; }
.ph-9ebc11-pj-range-track {
    position: relative; height: 8px; margin-top: 30px;
    background: linear-gradient(90deg, var(--success), var(--accent));
}
.ph-9ebc11-pj-range-avg { position: absolute; top: -5px; width: 2px; height: 18px; background: var(--text-muted); }
.ph-9ebc11-pj-range-today {
    position: absolute; top: -26px; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center;
}
.ph-9ebc11-pj-range-today b {
    font-size: 10px; font-weight: 800; letter-spacing: .08em;
    text-transform: uppercase; color: var(--text);
}
.ph-9ebc11-pj-range-today i { width: 3px; height: 26px; background: var(--text); }
.ph-9ebc11-pj-range-ends {
    display: flex; justify-content: space-between; gap: 1rem;
    font-size: 12px; color: var(--text-muted); margin-top: .45rem;
}
.ph-9ebc11-pj-ledger { margin-top: 1.3rem; border-top: 1px solid var(--border); }
.ph-9ebc11-pj-row { display: flex; align-items: baseline; gap: .7rem; padding: .6rem 0; border-bottom: 1px solid var(--border); }
.ph-9ebc11-pj-key { display: flex; flex-direction: column; min-width: 0; }
.ph-9ebc11-pj-label { font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--text); }
.ph-9ebc11-pj-hint { font-size: 12px; color: var(--text-muted); margin-top: .1rem; }
.ph-9ebc11-pj-fill { flex: 1; min-width: 24px; border-bottom: 2px dotted var(--border-strong); transform: translateY(-4px); }
.ph-9ebc11-pj-value { font-size: 19px; font-weight: 800; font-variant-numeric: tabular-nums; white-space: nowrap; }
.ph-9ebc11-pj-value.ph-9ebc11-v-min  { color: var(--success); }
.ph-9ebc11-pj-value.ph-9ebc11-v-max  { color: var(--accent); }
.ph-9ebc11-pj-value.ph-9ebc11-v-save { color: var(--primary); }
.ph-9ebc11-verdict-chip {
    display: inline-block; margin-top: .6rem; padding: .3rem .6rem;
    border: 2px solid var(--border-strong); color: var(--text-muted);
    font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
}
.ph-9ebc11-verdict-chip:hover { text-decoration: none; background: var(--bg-alt); }
.ph-9ebc11-verdict-chip.ph-9ebc11-verdict-real  { border-color: var(--success); color: var(--success); }
.ph-9ebc11-verdict-chip.ph-9ebc11-verdict-min   { border-color: var(--primary); color: var(--primary); }
.ph-9ebc11-verdict-chip.ph-9ebc11-verdict-above { border-color: var(--accent);  color: var(--accent); }
.ph-9ebc11-product-card .ph-9ebc11-img-wrap { position: relative; }
.ph-9ebc11-drop-badge {
    position: absolute; left: 0; bottom: 0; z-index: 2;
    background: var(--text); color: var(--bg);
    border-left: 3px solid var(--success);
    font-size: 11px; font-weight: 800; letter-spacing: .06em;
    padding: .28rem .55rem; line-height: 1.3;
}
.ph-9ebc11-ticker {
    display: flex; align-items: stretch;
    border-top: 3px solid var(--text); border-bottom: 1px solid var(--border);
    margin-bottom: var(--section-gap); overflow-x: auto;
}
.ph-9ebc11-ticker-item { flex: 1 1 0; min-width: 150px; padding: .85rem 1.1rem .9rem; color: var(--text); }
.ph-9ebc11-ticker-item + .ph-9ebc11-ticker-item { border-left: 1px solid var(--border); }
.ph-9ebc11-ticker-value { display: block; font-size: 30px; font-weight: 800; line-height: 1.1; font-variant-numeric: tabular-nums; }
.ph-9ebc11-ticker-label {
    display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; color: var(--text-muted); margin-top: .2rem;
}
a.ph-9ebc11-ticker-link:hover { background: var(--bg-alt); text-decoration: none; }
.ph-9ebc11-ticker-link .ph-9ebc11-ticker-value { color: var(--success); }
.ph-9ebc11-section-sub { margin: -.5rem 0 1rem; font-size: 14px; }
.ph-9ebc11-section-more { font-size: 14px; white-space: nowrap; }
.ph-9ebc11-deals-head { margin-bottom: 1.4rem; max-width: 760px; }
.ph-9ebc11-deals-head p { margin-top: .35rem; line-height: 1.6; }
.ph-9ebc11-deals-bar {
    display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem;
    border-bottom: 2px solid var(--border); flex-wrap: wrap;
}
.ph-9ebc11-deals-count {
    font-size: 11px; font-weight: 700; letter-spacing: .07em;
    text-transform: uppercase; color: var(--text-muted); padding-bottom: .55rem;
}
.ph-9ebc11-sort-tabs { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.ph-9ebc11-sort-tab {
    display: inline-block; padding: .45rem 0; margin-bottom: -2px;
    font-size: 13.5px; font-weight: 600; color: var(--text-muted);
    border-bottom: 3px solid transparent;
}
.ph-9ebc11-sort-tab:hover { color: var(--text); text-decoration: none; }
.ph-9ebc11-sort-tab.active { color: var(--text); border-bottom-color: var(--text); }
.ph-9ebc11-deal-list { display: flex; flex-direction: column; }
.ph-9ebc11-deal-row { display: flex; align-items: center; gap: 1.1rem; padding: 1rem 0; border-bottom: 1px solid var(--border); }
.ph-9ebc11-deal-thumb {
    flex: 0 0 96px; width: 96px; height: 96px;
    display: flex; align-items: center; justify-content: center;
    background: var(--bg-card); border: 1px solid var(--border);
}
.ph-9ebc11-deal-thumb img { max-width: 100%; max-height: 100%; object-fit: contain; }
.ph-9ebc11-deal-thumb.ph-9ebc11-placeholder { color: var(--text-muted); font-size: 28px; }
.ph-9ebc11-deal-main { flex: 1; min-width: 0; }
.ph-9ebc11-deal-brand { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--text-muted); }
.ph-9ebc11-deal-title { font-size: 15px; font-weight: 600; line-height: 1.4; margin: .15rem 0 .4rem; }
.ph-9ebc11-deal-title a { color: var(--text); }
.ph-9ebc11-deal-journey { font-size: 13.5px; color: var(--text-muted); }
.ph-9ebc11-deal-journey s { opacity: .85; }
.ph-9ebc11-deal-arrow { margin: 0 .2rem; }
.ph-9ebc11-deal-journey .ph-9ebc11-now { color: var(--text); font-weight: 800; font-size: 16px; font-variant-numeric: tabular-nums; }
.ph-9ebc11-deal-side { display: flex; flex-direction: column; align-items: flex-end; gap: .45rem; text-align: right; flex-shrink: 0; }
.ph-9ebc11-deal-econ { font-size: 12px; font-weight: 600; color: var(--success); }
@media (max-width: 560px) {
    .ph-9ebc11-deal-row { flex-wrap: wrap; }
    .ph-9ebc11-deal-thumb { flex-basis: 72px; width: 72px; height: 72px; }
    .ph-9ebc11-deal-side { flex-direction: row; align-items: center; justify-content: space-between; width: 100%; text-align: left; }
}
.ph-9ebc11-deals-empty { border: 2px dashed var(--border-strong); padding: 2rem 1.5rem; text-align: center; margin: 1.5rem 0; }
.ph-9ebc11-main-nav a.ph-9ebc11-nav-deals { color: var(--success); font-weight: 700; }
.ph-9ebc11-mobile-nav-link.ph-9ebc11-nav-deals { color: var(--success); }
.ph-9ebc11-pj-stamp.ph-9ebc11-pj-bad { border-color: var(--danger); color: var(--danger); }
.ph-9ebc11-deals-fair-note { font-size: 12.5px; }
.ph-9ebc11-inflated-real { color: var(--danger); }
.ph-9ebc11-deal-side .ph-9ebc11-inflated-real { font-size: 12px; font-weight: 600; }
.ph-9ebc11-main-nav a.ph-9ebc11-nav-inflated { color: var(--danger); }
.ph-9ebc11-mobile-nav-link.ph-9ebc11-nav-inflated { color: var(--danger); }
.ph-9ebc11-verifier-form { display: flex; gap: .5rem; margin: 1.2rem 0 1.6rem; max-width: 640px; }
.ph-9ebc11-verifier-form input[type="search"] {
    flex: 1; padding: .7rem 1rem; font-size: 15px;
    border: 2px solid var(--text); border-radius: 0;
    background: var(--bg-card); color: var(--text);
}
.ph-9ebc11-verifier-form input[type="search"]:focus { outline: 2px solid var(--primary); outline-offset: 2px; }
.ph-9ebc11-verifier-form .ph-9ebc11-btn { border-radius: 0; padding: .7rem 1.3rem; }
.ph-9ebc11-alert-box { border-top: 3px solid var(--text); padding-top: 1rem; }
.ph-9ebc11-alert-form { display: flex; gap: .5rem; max-width: 520px; flex-wrap: wrap; }
.ph-9ebc11-alert-form input[type="email"] {
    flex: 1; min-width: 220px; padding: .65rem .9rem; font-size: 14px;
    border: 2px solid var(--text); border-radius: 0;
    background: var(--bg-card); color: var(--text);
}
.ph-9ebc11-alert-form input[type="email"]:focus { outline: 2px solid var(--primary); outline-offset: 2px; }
.ph-9ebc11-alert-form .ph-9ebc11-btn { border-radius: 0; }
.ph-9ebc11-hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.ph-9ebc11-alert-result { max-width: 560px; margin: 2.5rem auto; text-align: center; }
.ph-9ebc11-alert-result h1 { margin: 1rem 0 .5rem; }
.ph-9ebc11-alert-result p { color: var(--text-muted); line-height: 1.6; }
.ph-9ebc11-method-page { max-width: 820px; }
.ph-9ebc11-method-step {
    display: flex; gap: 1.1rem; align-items: flex-start;
    padding: 1.2rem 0; border-top: 1px solid var(--border);
}
.ph-9ebc11-method-step:first-of-type { border-top: 3px solid var(--text); }
.ph-9ebc11-method-step h2 { margin: 0 0 .45rem; font-size: 19px; }
.ph-9ebc11-method-step p { margin: 0; line-height: 1.65; color: var(--text-muted); }
.ph-9ebc11-method-num {
    flex: 0 0 40px; width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid var(--text); color: var(--text);
    font-size: 18px; font-weight: 800; font-variant-numeric: tabular-nums;
}
.ph-9ebc11-method-step .ph-9ebc11-pj-ledger { margin-top: .3rem; border-top: 0; }
.ph-9ebc11-method-step .ph-9ebc11-pj-row { align-items: center; flex-wrap: wrap; }
.ph-9ebc11-method-verdict-desc { font-size: 13.5px; color: var(--text-muted); line-height: 1.5; flex: 1; min-width: 220px; }
.ph-9ebc11-merchant-ledger { border-top: 0; }
.ph-9ebc11-merchant-initials {
    flex: 0 0 40px; width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    background: var(--bg-alt); border: 1px solid var(--border);
    font-size: 13px; font-weight: 800; letter-spacing: .04em; color: var(--text-muted);
}
.ph-9ebc11-merchant-ledger .ph-9ebc11-pj-row { align-items: center; }
.ph-9ebc11-merchant-count-label { font-size: 12px; color: var(--text-muted); white-space: nowrap; }
.ph-9ebc11-filter-check { display: block; font-weight: 400; margin-top: .35rem; }
.ph-9ebc11-hero-eyebrow {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: 11.5px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
    color: var(--success);
}
.ph-9ebc11-hero-eyebrow::before, .ph-9ebc11-hero-eyebrow::after {
    content: ""; width: 26px; height: 2px; background: var(--success); opacity: .55;
}
.ph-9ebc11-hero-claim { margin: .6rem 0 1.25rem; }
.ph-9ebc11-hero-search {
    position: relative;
    display: flex; gap: .5rem; max-width: 560px;
    margin: 0 0 1.1rem;
}
.ph-9ebc11-hero-search input {
    flex: 1; min-width: 0; padding: .75rem 1rem; font-size: 15px;
    border: 2px solid var(--text); border-radius: 0;
    background: var(--bg-card); color: var(--text);
}
.ph-9ebc11-hero-search input:focus { outline: 2px solid var(--primary); outline-offset: 2px; }
.ph-9ebc11-hero-search .ph-9ebc11-hero-btn { border-radius: 0; padding: .75rem 1.4rem; font-size: 15px; }
.ph-9ebc11-hero-intro {
    margin: 0; max-width: 640px;
    font-size: 15px; line-height: 1.65; color: var(--text-muted);
}
.ph-9ebc11-hero-intro a { text-decoration: underline; }
@media (max-width: 560px) {
    .ph-9ebc11-hero-search { flex-direction: column; }
}
.ph-9ebc11-guide-toc {
    background: var(--bg-alt);
    border-radius: var(--radius, 8px);
    padding: 14px 18px;
    margin: 16px 0 24px;
}
.ph-9ebc11-guide-toc ol { margin: 8px 0 0; padding-left: 20px; }
.ph-9ebc11-guide-toc li { margin: 4px 0; }
.ph-9ebc11-guide-toc a { text-decoration: none; }
.ph-9ebc11-guide-toc a:hover { text-decoration: underline; }
.ph-9ebc11-guide-article .ph-9ebc11-description-content h2 { margin-top: 28px; scroll-margin-top: 80px; }
.ph-9ebc11-guide-article .ph-9ebc11-description-content h3 { margin-top: 18px; }
.ph-9ebc11-guide-article .ph-9ebc11-description-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
}
.ph-9ebc11-guide-article .ph-9ebc11-description-content th,
.ph-9ebc11-guide-article .ph-9ebc11-description-content td {
    border: 1px solid var(--border, #e2e8f0);
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}
.ph-9ebc11-guide-article .ph-9ebc11-description-content thead th { background: var(--bg-alt); font-weight: 600; }
.ph-9ebc11-guide-list { list-style: none; padding: 0; }
.ph-9ebc11-guide-list-item { margin: 0 0 18px; }
.ph-9ebc11-guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    margin: 20px 0;
}
.ph-9ebc11-guide-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border, #e2e8f0);
    border-radius: var(--radius, 10px);
    overflow: hidden;
    background: var(--bg, #fff);
    transition: box-shadow .15s ease, transform .15s ease;
}
.ph-9ebc11-guide-card:hover { box-shadow: var(--shadow, 0 4px 16px rgba(0,0,0,.08)); transform: translateY(-2px); }
.ph-9ebc11-guide-card-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--bg-alt, #f8fafc); }
.ph-9ebc11-guide-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ph-9ebc11-guide-card-media.ph-9ebc11-placeholder { display: flex; align-items: center; justify-content: center; }
.ph-9ebc11-guide-card-emoji { font-size: 42px; }
.ph-9ebc11-guide-card-body { display: flex; flex-direction: column; gap: 8px; padding: 14px 16px 16px; flex: 1; }
.ph-9ebc11-guide-card-cat { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; text-decoration: none; }
.ph-9ebc11-guide-card-title { font-size: 17px; line-height: 1.35; margin: 0; }
.ph-9ebc11-guide-card-title a { text-decoration: none; color: inherit; }
.ph-9ebc11-guide-card-title a:hover { text-decoration: underline; }
.ph-9ebc11-guide-card-body .ph-9ebc11-muted { font-size: 14px; margin: 0; }
.ph-9ebc11-guide-card-more { margin-top: auto; font-weight: 600; font-size: 14px; text-decoration: none; }
.ph-9ebc11-guide-card-more:hover { text-decoration: underline; }
.ph-9ebc11-guide-hero { margin: 0 0 20px; }
.ph-9ebc11-guide-hero img { width: 100%; height: auto; border-radius: var(--radius, 10px); display: block; }
.ph-9ebc11-product-card.ph-9ebc11-oos .ph-9ebc11-img-wrap img { opacity: .55; filter: grayscale(.5); }
.ph-9ebc11-product-card.ph-9ebc11-oos .ph-9ebc11-title a { color: var(--muted, #64748b); }
.ph-9ebc11-stock-out {
    display: inline-block;
    align-self: flex-start;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    background: var(--bg-alt, #f1f5f9);
    color: var(--muted, #64748b);
    border: 1px solid var(--border, #e2e8f0);
}
.ph-9ebc11-price-last { font-size: 13px; color: var(--muted, #64748b); }
.ph-9ebc11-price-box-inline { display: none; }
.ph-9ebc11-price-box-bottom { margin-top: var(--gap-lg); }
@media (max-width: 900px) {
    .ph-9ebc11-price-box-inline { display: block; margin-bottom: var(--gap-lg); }
    .ph-9ebc11-product-detail > aside { display: none; }
}
@media (max-width: 720px) {
    .ph-9ebc11-ticker { flex-wrap: wrap; overflow-x: visible; }
    .ph-9ebc11-ticker-item { flex: 0 0 50%; min-width: 0; max-width: 50%; box-sizing: border-box; padding: .7rem .9rem .75rem; }
    .ph-9ebc11-ticker-item + .ph-9ebc11-ticker-item { border-left: 0; }
    .ph-9ebc11-ticker-item:nth-child(even) { border-left: 1px solid var(--border); }
    .ph-9ebc11-ticker-item:nth-child(n+3) { border-top: 1px solid var(--border); }
    .ph-9ebc11-ticker-value { font-size: 24px; }
}
.ph-9ebc11-sticky-cta-info { min-width: 0; flex: 1 1 auto; display: flex; flex-direction: column; gap: .1rem; }
.ph-9ebc11-sticky-cta-title {
    font-size: 12px; font-weight: 600; color: var(--text-muted);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ph-9ebc11-sticky-cta-prices { display: flex; align-items: baseline; gap: .45rem; flex-wrap: nowrap; min-width: 0; }
.ph-9ebc11-sticky-cta-prices .ph-9ebc11-old { font-size: 13px; color: var(--text-muted); text-decoration: line-through; white-space: nowrap; }
.ph-9ebc11-sticky-cta-prices .ph-9ebc11-savings {
    font-size: 11px; font-weight: 800; color: #fff; background: var(--success, #16a34a);
    border-radius: 999px; padding: 1px 7px; white-space: nowrap;
}
.ph-9ebc11-price-ref-note { margin: .2rem 0 0; font-size: 12px; color: var(--text-muted); }
.ph-9ebc11-site-header {
    background: linear-gradient(to bottom, var(--bg-alt), transparent);
    border-bottom: 0;
    backdrop-filter: blur(6px);
}
.ph-9ebc11-site-header .ph-9ebc11-container {
    display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: var(--gap);
    min-height: var(--header-height);
    padding-top: .5rem; padding-bottom: .5rem;
}
.ph-9ebc11-site-header .ph-9ebc11-logo { display: flex; align-items: center; justify-self: start; }
.ph-9ebc11-site-header .ph-9ebc11-logo img { height: calc(var(--header-height) - 24px); width: auto; display: block; }
.ph-9ebc11-site-header .ph-9ebc11-header-side { display: flex; align-items: center; gap: .6rem; justify-self: end; width: 100%; max-width: 520px; }
.ph-9ebc11-site-header .ph-9ebc11-header-side .ph-9ebc11-search-box { flex: 1; }
.ph-9ebc11-site-header .ph-9ebc11-search-box input { background: var(--bg); }
@media (max-width: 720px) {
    .ph-9ebc11-site-header .ph-9ebc11-container { grid-template-columns: auto 1fr auto; }
    .ph-9ebc11-site-header .ph-9ebc11-header-side { width: auto; max-width: none; }
    .ph-9ebc11-site-header .ph-9ebc11-logo { justify-self: center; }
    .ph-9ebc11-site-header .ph-9ebc11-logo img { height: 56px; }
}
.ph-9ebc11-hero {
    text-align: center;
    border-top: 3px solid var(--text);
    border-bottom: 1px solid var(--border);
    background: linear-gradient(to bottom, var(--bg-alt), var(--bg) 70%);
    padding: 3rem 1rem 2.6rem;
    margin-bottom: var(--section-gap);
}
.ph-9ebc11-hero .ph-9ebc11-hero-claim { font-size: 42px; letter-spacing: -.015em; line-height: 1.12; }
.ph-9ebc11-hero .ph-9ebc11-hero-search {
    margin: 0 auto 1.3rem; max-width: 620px; gap: 0;
}
.ph-9ebc11-hero .ph-9ebc11-hero-search input {
    border-right: 0; font-size: 16px; padding: .9rem 1.15rem;
}
.ph-9ebc11-hero .ph-9ebc11-hero-search .ph-9ebc11-hero-btn {
    border: 2px solid var(--text); background: var(--text); color: var(--bg);
    font-weight: 700; padding: .9rem 1.6rem;
}
.ph-9ebc11-hero .ph-9ebc11-hero-search .ph-9ebc11-hero-btn:hover { background: var(--primary); border-color: var(--primary); color: #fff; }
.ph-9ebc11-hero .ph-9ebc11-hero-intro { margin: 0 auto; }
@media (max-width: 720px) {
    .ph-9ebc11-hero { padding: 2rem .75rem 1.75rem; }
    .ph-9ebc11-hero .ph-9ebc11-hero-claim { font-size: 29px; }
}
@media (max-width: 560px) {
    .ph-9ebc11-hero .ph-9ebc11-hero-search input { border-right: 2px solid var(--text); }
}
.ph-9ebc11-layout-with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: var(--gap-lg);
}
.ph-9ebc11-filters {
    background: var(--bg-card);
    border: var(--card-border);
    border-radius: var(--radius);
    padding: 1rem;
    position: sticky; top: calc(var(--header-height) + 1rem);
    align-self: start;
}
.ph-9ebc11-filters-toggle { display: none; }
@media (max-width: 900px) {
    .ph-9ebc11-layout-with-sidebar { grid-template-columns: 1fr; }
    .ph-9ebc11-filters { order: -1; position: static; padding: 0; border: 0; background: transparent; }
    .ph-9ebc11-filters > h3 { display: none; }
    .ph-9ebc11-filters-toggle {
        display: block; width: 100%; text-align: left;
        padding: .6rem .9rem; font-size: 14px; font-weight: 600;
        background: var(--bg-card); color: var(--text);
        border: 1px solid var(--border-strong); border-radius: var(--radius);
    }
    .ph-9ebc11-filters-body {
        display: none; margin-top: .5rem; padding: 1rem;
        background: var(--bg-card);
        border: 1px solid var(--border); border-radius: var(--radius);
    }
    .ph-9ebc11-filters.open .ph-9ebc11-filters-body { display: block; }
}
.ph-9ebc11-filters h3 { margin: 0 0 .85rem; font-size: 15px; color: var(--text); }
.ph-9ebc11-filter-field { margin-bottom: .8rem; }
.ph-9ebc11-filter-field label { display: block; font-size: 12px; font-weight: 600; color: var(--text-muted); margin-bottom: .3rem; text-transform: uppercase; letter-spacing: .03em; }
.ph-9ebc11-filter-field select, .ph-9ebc11-filter-field input[type=number], .ph-9ebc11-filter-field input[type=text] {
    width: 100%; padding: .5rem .6rem; font-size: 13px;
    border: 1px solid var(--border-strong); border-radius: var(--radius-sm);
    background: var(--bg); color: var(--text);
}
.ph-9ebc11-filters .ph-9ebc11-apply-btn { width: 100%; margin-top: .35rem; }
.ph-9ebc11-filters .ph-9ebc11-reset-filters { text-align: center; margin-top: .5rem; }
.ph-9ebc11-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: var(--gap);
}
.ph-9ebc11-product-card {
    background: var(--bg-card);
    border: var(--card-border);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex; flex-direction: row; align-items: stretch;
    box-shadow: var(--shadow-sm);
    transition: box-shadow .15s ease, border-color .15s ease;
}
.ph-9ebc11-product-card:hover { box-shadow: var(--hover-shadow); border-color: var(--border-strong); }
.ph-9ebc11-product-card .ph-9ebc11-img-wrap {
    flex: 0 0 116px; align-self: stretch;
    background: var(--bg-alt);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.ph-9ebc11-product-card .ph-9ebc11-img-wrap img { width: 100%; height: 100%; object-fit: contain; }
.ph-9ebc11-product-card .ph-9ebc11-img-wrap.ph-9ebc11-placeholder { color: var(--text-muted); font-size: 28px; }
.ph-9ebc11-product-card .ph-9ebc11-body {
    padding: var(--card-pad-y) var(--card-pad-x);
    display: flex; flex-direction: column; gap: .3rem; flex: 1; min-width: 0;
}
.ph-9ebc11-product-card .ph-9ebc11-brand { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: .04em; }
.ph-9ebc11-product-card .ph-9ebc11-title {
    font-size: 14px; font-weight: 500; color: var(--text);
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden;
}
.ph-9ebc11-product-card .ph-9ebc11-title a { color: inherit; }
.ph-9ebc11-product-card .ph-9ebc11-price-row { display: flex; align-items: baseline; gap: .5rem; margin-top: auto; padding-top: .3rem; flex-wrap: wrap; }
.ph-9ebc11-product-card .ph-9ebc11-price { font-size: 17px; font-weight: 700; color: var(--primary); }
.ph-9ebc11-product-card .ph-9ebc11-price-old { font-size: 12px; color: var(--text-muted); text-decoration: line-through; }
.ph-9ebc11-product-card .ph-9ebc11-stock-out {
    font-size: 10px; color: var(--danger);
    text-transform: uppercase; font-weight: 600; letter-spacing: .04em;
}
.ph-9ebc11-pagination-more { margin-top: var(--gap-lg); text-align: center; }
.ph-9ebc11-pagination-more .ph-9ebc11-page-links {
    display: flex; gap: 1rem; justify-content: center; align-items: baseline;
    font-size: 14px; flex-wrap: wrap;
}
.ph-9ebc11-pagination-more .ph-9ebc11-page-status { color: var(--text-muted); font-size: 13px; }
.ph-9ebc11-pagination-more .ph-9ebc11-load-more-btn { padding: .7rem 2rem; font-size: 15px; }
.ph-9ebc11-site-footer {
    background: var(--bg-alt);
    border-top: 1px solid var(--border);
    padding: 2rem 0 1.5rem;
    margin-top: auto;
    color: var(--text-muted);
    font-size: 14px;
}
.ph-9ebc11-site-footer .ph-9ebc11-columns {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: var(--gap-lg); margin-bottom: var(--gap-lg);
}
.ph-9ebc11-site-footer .ph-9ebc11-footer-logo { display: inline-block; margin-bottom: .55rem; }
.ph-9ebc11-site-footer .ph-9ebc11-footer-logo img { height: 64px; width: auto; display: block; }
.ph-9ebc11-site-footer h4 { color: var(--text); margin: 0 0 .55rem; font-size: 14px; }
.ph-9ebc11-site-footer ul { list-style: none; padding: 0; margin: 0; }
.ph-9ebc11-site-footer li { margin-bottom: .25rem; }
.ph-9ebc11-site-footer a { color: var(--text-muted); }
.ph-9ebc11-site-footer .ph-9ebc11-bottom {
    text-align: center; padding-top: 1.25rem; border-top: 1px solid var(--border);
    font-size: 12px;
}
