:root[data-eshop],[data-eshop]{--eshop-yellow: #f0c01c;--eshop-yellow-soft: #f7f8fc;--eshop-yellow-tint: #f6f8fc;--eshop-yellow-deep: #b8860b;--eshop-yellow-shadow: rgba(184, 134, 11, .18);--eshop-ink: #1a1410;--eshop-ink-muted: #4d3a26;--eshop-paper: #ffffff;--eshop-line: rgba(26, 20, 16, .12);--eshop-line-strong: rgba(26, 20, 16, .24);--eshop-sale: #1f3e75;--eshop-stock: #2f7d32;--eshop-sidebar-w: clamp(16rem, 18vw, 20rem);--eshop-card-min: clamp(13rem, 17vw, 17.5rem);--eshop-header-offset: var(--aurea-mainnav-h, clamp(3rem, 5vw, 4rem));--eshop-mobile-bottom: 4.5rem;--eshop-popover-w: clamp(22rem, 28vw, 32rem)}body[data-eshop]{background:var(--white, #fff);color:var(--eshop-ink)}@media(max-width:640px){:root[data-eshop],[data-eshop]{--eshop-header-offset: var(--aurea-effective-header-h, 56px)}body[data-eshop]{padding-block-end:var(--eshop-mobile-bottom)}}.eshop-shell{display:grid;grid-template-columns:var(--eshop-sidebar-w) minmax(0,1fr);gap:0;align-items:start;width:100%;min-height:calc(100vh - var(--eshop-header-offset));overflow-x:clip}.eshop-shell--search{--eshop-sidebar-w: clamp(12rem, 15vw, 14.5rem);--eshop-card-min: 13rem;max-width:min(100% - clamp(1.25rem,4vw,3rem),1560px);min-height:auto;margin-inline:auto;background:var(--white, #fff)}.eshop-shell--search .eshop-shell__main{padding-inline:clamp(.75rem,1.5vw,1.25rem);padding-block-start:0}.eshop-shell--search .eshop-shell__sidebar{position:relative;inset-block-start:auto;height:auto;max-height:none;overflow:visible;border-inline-end:0;padding-block-start:0;padding-inline-start:0}.eshop-shell--no-sidebar{grid-template-columns:minmax(0,1fr)}.eshop-shell--no-sidebar .eshop-shell__sidebar{display:none}.eshop-shell--no-sidebar .eshop-shell__main{grid-column:1}.eshop-shell__sidebar{grid-column:1;grid-row:1;position:sticky;inset-block-start:var(--eshop-header-offset);align-self:start;height:calc(100vh - var(--eshop-header-offset));overflow-y:auto;background:var(--white, #fff);border-inline-end:1px solid var(--eshop-line);padding-block:clamp(.75rem,1.4vw,1.5rem);padding-inline:clamp(.5rem,1vw,1rem);scrollbar-width:thin}.eshop-shell__main{grid-column:2;grid-row:1;min-width:0;overflow-x:clip;padding-inline:clamp(.75rem,1.5vw,2rem);padding-block-start:clamp(.75rem,1.2vw,1.5rem);padding-block-end:clamp(2rem,3vw,4rem)}@media(max-width:1180px){.eshop-shell{grid-template-columns:minmax(0,1fr)}.eshop-shell__sidebar{display:none}.eshop-shell__main{grid-column:1}}.eshop-topbar{display:flex;flex-direction:column;align-items:center;gap:clamp(.5rem,.8vw,.9rem);padding-block-end:clamp(.75rem,1vw,1rem);border-block-end:1px solid var(--eshop-line);margin-block-end:clamp(.75rem,1.2vw,1.5rem);text-align:center}.eshop-topbar__crumbs{align-self:stretch;width:100%;text-align:left;white-space:normal;overflow-wrap:break-word;font-family:var(--font-mono);font-size:.72rem;letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--eshop-ink-muted)}.eshop-topbar__crumbs a{color:inherit;text-decoration:none;border-block-end:1px dotted currentColor}.eshop-topbar__crumbs a:hover{color:var(--eshop-yellow-deep)}.eshop-topbar__title{margin:0;max-width:min(100%,48ch);font-family:var(--font-serif);font-style:italic;font-weight:var(--weight-medium);font-size:clamp(1.5rem,2.4vw,2.6rem);line-height:1.05;letter-spacing:-.02em;color:var(--eshop-ink);text-wrap:balance}.eshop-topbar__intro{margin:0;font-family:var(--font-sans);font-size:clamp(.88rem,.4vw + .7rem,1rem);line-height:1.6;color:var(--eshop-ink-muted);max-width:82ch}.eshop-topbar__intro--html p{margin:0 0 .6em}.eshop-topbar__intro--html p:last-child{margin-bottom:0}.eshop-topbar__intro--html a{color:var(--eshop-ink);border-block-end:1px solid var(--eshop-yellow-deep);text-decoration:none}.eshop-topbar__intro--html a:hover{color:var(--eshop-yellow-deep)}.eshop-topbar__intro--html ul,.eshop-topbar__intro--html ol{margin:0 0 .6em 1.2em;padding:0}.eshop-topbar__intro--html li{margin-block-end:.2em}.eshop-topbar__intro--html h2,.eshop-topbar__intro--html h3,.eshop-topbar__intro--html h4{margin:.8em 0 .4em;font-family:var(--font-serif);color:var(--eshop-ink)}.eshop-topbar__hero{margin:0;max-width:320px}.eshop-topbar__hero img{width:100%;height:auto;border-radius:8px;display:block}.eshop-topbar__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem .5rem;list-style:none;margin:0;padding:0}.eshop-topbar__chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;background:var(--color-bg-surface);border:1px solid var(--eshop-line-strong);border-radius:999px;font-family:var(--font-sans);font-size:.82rem;font-weight:var(--weight-medium);color:var(--eshop-ink);text-decoration:none;cursor:pointer;transition:background var(--duration-fast) var(--ease-default),border-color var(--duration-fast) var(--ease-default)}.eshop-topbar__chip:hover{background:var(--eshop-yellow-tint);border-color:var(--eshop-yellow-deep)}.eshop-topbar__chip[data-active=true]{background:var(--ink-800, #0f1535);border-color:var(--ink-800, #0f1535);color:#fff}.eshop-topbar__chip-count{font-family:var(--font-mono);font-size:.7rem;color:var(--eshop-ink-muted)}.eshop-topbar__chip-icon{width:22px;height:22px;border-radius:50%;object-fit:cover;flex:none;background:var(--eshop-yellow-tint)}.eshop-topbar__chip[data-active=true] .eshop-topbar__chip-icon{outline:1px solid rgba(255,255,255,.7)}.eshop-topbar__chips-wrap{display:flex;flex-direction:column;align-items:center;gap:.35rem}.eshop-topbar__chips-toggle{display:none;align-items:center;gap:.3rem;padding:.3rem .8rem;border:1px dashed var(--eshop-line-strong);border-radius:999px;background:transparent;font-family:var(--font-sans);font-size:.78rem;font-weight:var(--weight-medium);color:var(--eshop-ink-muted);cursor:pointer}.eshop-topbar__chips-toggle-less{display:none}@media(max-width:768px){.eshop-topbar__chips-wrap[data-chips-collapse] .eshop-topbar__chips-toggle{display:inline-flex}.eshop-topbar__chips-wrap[data-chips-collapse][data-collapsed=true] .eshop-topbar__chips li:nth-child(n+4){display:none}.eshop-topbar__chips-wrap[data-chips-collapse][data-collapsed=false] .eshop-topbar__chips-toggle-more{display:none}.eshop-topbar__chips-wrap[data-chips-collapse][data-collapsed=false] .eshop-topbar__chips-toggle-less{display:inline}}.eshop-topbar__controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;position:sticky;top:var(--eshop-header-offset);z-index:5;padding-block:.5rem;margin-inline:calc(-1*clamp(.75rem,1.4vw,1.5rem));padding-inline:clamp(.75rem,1.4vw,1.5rem);background:var(--color-bg-surface, #fff);border-block-end:1px solid var(--eshop-line)}.eshop-topbar__count{font-family:var(--font-mono);font-size:.85rem;letter-spacing:var(--tracking-mono);color:var(--eshop-ink-muted)}.eshop-topbar__count strong{color:var(--eshop-ink);font-weight:var(--weight-semibold)}.eshop-topbar__right{display:inline-flex;align-items:center;gap:.6rem .9rem;flex-wrap:wrap}.eshop-sort{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-sans);font-size:.85rem;color:var(--eshop-ink-muted)}.eshop-sort__label{font-family:var(--font-mono);font-size:.72rem;letter-spacing:var(--tracking-wider);text-transform:uppercase}.eshop-sort__select{appearance:none;-webkit-appearance:none;background:var(--color-bg-surface);color:var(--eshop-ink);border:1px solid var(--eshop-line-strong);border-radius:6px;padding:.35rem 1.8rem .35rem .7rem;font:inherit;font-weight:var(--weight-medium);background-image:linear-gradient(45deg,transparent 50%,var(--eshop-ink-muted) 50%),linear-gradient(135deg,var(--eshop-ink-muted) 50%,transparent 50%);background-position:calc(100% - .85rem) 50%,calc(100% - .55rem) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat;cursor:pointer}.eshop-sort__select:hover{border-color:var(--eshop-yellow-deep)}.eshop-sort__select:focus-visible{outline:none;border-color:var(--eshop-ink);box-shadow:0 0 0 2px var(--eshop-yellow-shadow)}.eshop-hoverpreview{position:fixed;z-index:var(--z-popover);width:var(--eshop-popover-w, 360px);max-width:calc(100vw - 1.5rem);background:var(--color-bg-surface);border:1px solid var(--eshop-line-strong);border-radius:var(--radius-card);box-shadow:var(--shadow-xl);padding:clamp(.75rem,1vw,1.1rem);opacity:0;transform:translateY(4px);transition:opacity .18s var(--ease-out),transform .18s var(--ease-out);pointer-events:none;display:flex;flex-direction:column;gap:.65rem;container-type:inline-size;container-name:hoverpreview}.eshop-hoverpreview[data-open=true]{opacity:1;transform:translateY(0);pointer-events:auto}.eshop-hoverpreview__close{position:absolute;top:.4rem;right:.4rem;width:2rem;height:2rem;border:0;background:transparent;font-size:1.4rem;line-height:1;color:var(--eshop-ink-muted);cursor:pointer;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.eshop-hoverpreview__close:hover{background:var(--eshop-yellow-tint);color:var(--eshop-ink)}.eshop-hoverpreview__body{display:flex;flex-direction:column;gap:.5rem}.eshop-hoverpreview__name{margin:0;font-family:var(--font-serif);font-style:italic;font-weight:var(--weight-medium);font-size:1.1rem;line-height:1.2;color:var(--eshop-ink)}.eshop-hoverpreview__code{margin:0;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--eshop-ink-muted)}.eshop-hoverpreview__desc{margin:0;font-family:var(--font-sans);font-size:.85rem;line-height:1.5;color:var(--eshop-ink-muted);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.eshop-hoverpreview__params{display:grid;grid-template-columns:auto 1fr auto 1fr;gap:.15rem .7rem;margin:0;font-family:var(--font-mono);font-size:.72rem;color:var(--eshop-ink-muted)}@container hoverpreview (max-width: 380px){.eshop-hoverpreview__params{grid-template-columns:auto 1fr}}.eshop-hoverpreview__params dt{letter-spacing:var(--tracking-wider);text-transform:uppercase}.eshop-hoverpreview__params dd{margin:0;color:var(--eshop-ink);font-family:var(--font-sans);text-transform:none;letter-spacing:0}.eshop-hoverpreview__footer{display:flex;justify-content:space-between;align-items:baseline;gap:.6rem}.eshop-hoverpreview__price{font-family:var(--font-serif);font-size:1.25rem;font-weight:var(--weight-semibold);color:var(--eshop-ink)}.eshop-hoverpreview__avail{font-family:var(--font-sans);font-size:.78rem;font-weight:var(--weight-semibold);padding:.15rem .5rem;border-radius:999px;background:var(--eshop-paper);color:var(--eshop-ink-muted);white-space:nowrap}.eshop-hoverpreview__avail[data-availability=instock]{background:#e6f4ea;color:#0f7a3a}.eshop-hoverpreview__avail[data-availability=outofstock]{background:#f6e8e8;color:#8a3a3a}.eshop-hoverpreview__avail[data-availability=preorder]{background:#fff3d6;color:#8a6a1a}.eshop-hoverpreview__avail[data-availability=onorder]{background:#e7eefb;color:#2c4a85}.eshop-hoverpreview__cta{display:flex;flex-wrap:wrap;gap:.4rem}.eshop-hoverpreview__btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .85rem;font-family:var(--font-sans);font-size:.82rem;font-weight:var(--weight-semibold);border-radius:999px;border:1px solid var(--eshop-ink);cursor:pointer;text-decoration:none;transition:background var(--duration-fast) var(--ease-default),color var(--duration-fast) var(--ease-default)}.eshop-hoverpreview__btn--primary{background:var(--eshop-ink);color:var(--eshop-yellow)}.eshop-hoverpreview__btn--primary:hover{background:var(--eshop-yellow-deep);color:var(--eshop-paper);border-color:var(--eshop-yellow-deep)}.eshop-hoverpreview__btn--ghost{background:transparent;color:var(--eshop-ink)}.eshop-hoverpreview__btn--ghost:hover{background:var(--eshop-yellow-tint)}.eshop-hoverpreview[data-mode=touch]{padding-top:2.4rem}.eshop-sidebar{display:flex;flex-direction:column;gap:1rem;font-family:var(--font-sans)}.eshop-sidebar__details{margin:0}.eshop-sidebar__details>summary{list-style:none;cursor:pointer}.eshop-sidebar__details>summary::-webkit-details-marker{display:none}.eshop-sidebar__heading{margin:0;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--eshop-ink-muted);background:var(--white, #fff);padding-block-start:.15rem;padding-block-end:.4rem;border-block-end:1px solid var(--eshop-line)}.eshop-sidebar__chev{color:var(--gold-700, #b4860b);transition:transform .18s ease}.eshop-sidebar__details[open]>summary .eshop-sidebar__chev{transform:rotate(180deg)}.eshop-sidebar__collapse-all{display:inline-flex;align-items:center;gap:.4rem;margin:.25rem 0 .4rem;padding:.3rem .55rem;background:transparent;border:1px solid var(--gold-200, #f3deb0);border-radius:var(--radius-pill, 999px);color:var(--gold-700, #b4860b);font-family:var(--font-mono, ui-monospace, monospace);font-size:.66rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.eshop-sidebar__collapse-all:hover{background:var(--gold-50, #fbf6e6);border-color:var(--gold-400, #e2c25c);color:var(--gold-800, #8a6300)}.eshop-sidebar__collapse-all:focus-visible{outline:2px solid var(--gold-400, #e2c25c);outline-offset:2px}.eshop-tree{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.05rem}.eshop-tree__node{position:relative;display:flex;flex-direction:column}.eshop-tree__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.4rem;padding:.35rem .5rem;border-radius:6px;cursor:pointer;background:transparent;border:0;font:inherit;text-align:start;color:var(--eshop-ink);font-size:.86rem;line-height:1.25;transition:background var(--duration-fast) var(--ease-default)}.eshop-tree__row:hover{background:var(--eshop-yellow-tint)}.eshop-tree__row[aria-expanded=true]{font-weight:var(--weight-semibold)}.eshop-tree__caret{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;font-size:.65rem;color:var(--eshop-ink-muted);transition:transform var(--duration-fast) var(--ease-default)}.eshop-tree__row[aria-expanded=true] .eshop-tree__caret{transform:rotate(90deg);color:var(--eshop-yellow-deep)}.eshop-tree__count{font-family:var(--font-mono);font-size:.68rem;color:var(--eshop-ink-muted)}.eshop-tree__children{list-style:none;margin:0;padding-inline-start:.9rem;border-inline-start:1px solid var(--eshop-line);margin-inline-start:.55rem}.eshop-tree__node[data-active=true]>.eshop-tree__row{background:var(--eshop-yellow-tint);border-inline-start:3px solid var(--eshop-yellow);padding-inline-start:calc(.5rem - 3px)}.eshop-tree__node[data-trail=true]>.eshop-tree__row{background:#f0c01c14;border-inline-start:3px solid rgba(240,192,28,.34);padding-inline-start:calc(.5rem - 3px);font-weight:var(--weight-semibold)}.eshop-tree__leaflink{color:inherit;text-decoration:none;flex:1;min-width:0;overflow-wrap:break-word;white-space:normal}.eshop-tree__leaflink:hover{color:var(--eshop-yellow-deep)}.eshop-tree__skeleton{display:flex;flex-direction:column;gap:.4rem;padding-block:.5rem}.eshop-tree__skel{height:.9rem;background:var(--eshop-line);border-radius:4px;animation:eshop-pulse 1.4s ease-in-out infinite}@keyframes eshop-pulse{0%,to{opacity:.55}50%{opacity:1}}.eshop-mobile-filterbar{display:none;position:sticky;inset-block-start:var(--aurea-mainnav-h, 44px);z-index:50;background:var(--eshop-paper);border-block-end:1px solid var(--eshop-line)}.eshop-mobile-toolbar{display:none;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem clamp(.75rem,1.5vw,1.5rem)}@media(max-width:1180px){.eshop-mobile-filterbar{display:block}.eshop-mobile-toolbar{display:flex}}@media(min-width:641px),(max-width:640px)and (orientation:landscape){.eshop-mobile-toolbar__view{display:none!important}}.eshop-tablet-toolbar{display:none}@media(min-width:641px)and (max-width:1180px){.eshop-tablet-toolbar{display:grid}.eshop-mobile-filterbar,.eshop-controlsbar{display:none}}.eshop-tablet-toolbar{position:sticky;inset-block-start:var(--aurea-mainnav-h, 44px);z-index:50;grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:0;padding:.4rem clamp(.6rem,1.2vw,1.2rem);background:var(--eshop-paper);border-block-end:1px solid var(--eshop-line);font-size:clamp(.7rem,1.4vw,.85rem)}.eshop-tablet-toolbar__group{display:flex;align-items:center;gap:.4rem}.eshop-tablet-toolbar__group--left{grid-column:1;justify-self:start}.eshop-tablet-toolbar__group--center{grid-column:3;justify-self:center}.eshop-tablet-toolbar__group--right{grid-column:5;justify-self:end}.eshop-tablet-toolbar__count{flex:0 0 auto;color:var(--color-fg-muted, #555);font-size:.8em;white-space:nowrap}.eshop-tablet-toolbar__count strong{color:var(--color-fg, #1a1410);font-weight:600}.eshop-tablet-toolbar__btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .7rem;background:transparent;border:1px solid var(--eshop-line, rgba(15,21,53,.12));border-radius:var(--radius-sm, 6px);color:var(--color-fg, #1a1410);font:inherit;font-size:.85em;cursor:pointer;white-space:nowrap}.eshop-tablet-toolbar__btn:hover{background:#0f15350a}.eshop-tablet-toolbar__btn svg{flex:0 0 auto}.eshop-tablet-toolbar__zoom{display:inline-flex;align-items:center;gap:.25rem;flex:0 0 auto}.eshop-tablet-toolbar__zoombtn{width:1.6rem;height:1.6rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--eshop-line, rgba(15,21,53,.12));border-radius:var(--radius-sm, 6px);background:transparent;color:inherit;font:inherit;font-size:.95em;line-height:1;cursor:pointer}.eshop-tablet-toolbar__zoomrange{width:clamp(60px,12vw,100px);accent-color:var(--gold-500, #c8a96a)}.eshop-infodensity{display:inline-flex;align-items:center;gap:.3rem;min-height:2rem;padding:.18rem .35rem;border:1px solid var(--eshop-line-strong, rgba(15,21,53,.18));border-radius:999px;background:var(--color-bg-surface, #fff);color:var(--eshop-ink, #0d1530);font-family:var(--font-sans);white-space:nowrap}.eshop-infodensity__title{padding-left:.35rem;color:var(--eshop-ink-muted, #5f6477);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.eshop-infodensity__btn{display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;border:1px solid transparent;border-radius:999px;background:transparent;color:inherit;font:inherit;font-size:1rem;font-weight:800;line-height:1;cursor:pointer}.eshop-infodensity__btn:hover:not(:disabled),.eshop-infodensity__btn:focus-visible:not(:disabled){background:var(--ink-900, #0d1530);color:#fff;outline:none}.eshop-infodensity__btn:focus-visible:not(:disabled){outline:2px solid var(--gold-600, #b8860b);outline-offset:1px}.eshop-infodensity__btn:disabled{cursor:not-allowed;opacity:.38}.eshop-infodensity__value{min-width:4.8rem;text-align:center;font-size:.78rem;font-weight:700}.eshop-infodensity--tablet .eshop-infodensity__title{padding-left:.25rem}.eshop-tablet-toolbar__select{display:inline-flex;align-items:center;gap:.3rem;flex:0 0 auto}.eshop-tablet-toolbar__select-label{font-size:.75em;color:var(--color-fg-muted, #555);white-space:nowrap}.eshop-tablet-toolbar__select select{font:inherit;font-size:.85em;padding:.25rem .4rem;border:1px solid var(--eshop-line, rgba(15,21,53,.12));border-radius:var(--radius-sm, 6px);background:transparent;cursor:pointer}@media(min-width:641px)and (max-width:760px){.eshop-tablet-toolbar{font-size:.7rem;gap:.3rem;padding-inline:.5rem}.eshop-tablet-toolbar__select-label{display:none}.eshop-tablet-toolbar__count{font-size:.7em}.eshop-infodensity--tablet .eshop-infodensity__title{display:none}.eshop-infodensity--tablet .eshop-infodensity__value{min-width:4.2rem}}@media(max-width:640px){.eshop-mobile-filterbar{inset-block-start:var(--aurea-effective-header-h, 0px)}}.eshop-mobile-filterbar .eshop-mobile-toolbar{position:static;inset-block-start:auto;z-index:auto;border-block-end:0}.eshop-mobile-filterbar[hidden],.eshop-tablet-toolbar[hidden]{display:none!important}@media(max-width:899px){.eshop-controlsbar--search{display:none!important}}.eshop-mobile-filterbar--search .eshop-mobile-toolbar--search{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-block:.72rem .9rem;padding:0;background:transparent;border:0}.eshop-mobile-toolbar__btn--search-cat,.eshop-mobile-toolbar__btn--search-filter{width:100%;min-height:2.7rem;justify-content:center;border-color:#111936;border-radius:7px;background:#fff;color:#111936;font-weight:800}.eshop-mobile-toolbar__btn--search-cat svg{flex:0 0 auto}.eshop-mobile-toolbar__btn--search-filter strong{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding-inline:.35rem;border-radius:999px;background:#111936;color:#fff;font-family:var(--font-mono);font-size:.72rem;line-height:1}.eshop-mobile-toolbar__sort{grid-column:1 / -1;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.35rem;min-height:2.7rem;padding-inline:.7rem;border:1px solid #d9dbe5;border-radius:7px;background:#fff;color:#111936;font-family:var(--font-sans);font-size:.84rem;font-weight:700}@media(min-width:520px)and (max-width:899px){.eshop-mobile-filterbar--search .eshop-mobile-toolbar--search{grid-template-columns:auto auto minmax(12rem,1fr)}.eshop-mobile-toolbar__sort{grid-column:auto}}.eshop-mobile-toolbar__sort span{color:#6f7280;white-space:nowrap}.eshop-mobile-toolbar__sort select{min-width:0;width:100%;border:0;background:transparent;color:inherit;font:inherit}.eshop-mobile-toolbar__btn{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .95rem;min-height:40px;background:var(--color-bg-surface);border:1px solid var(--eshop-line-strong);border-radius:999px;font-family:var(--font-sans);font-size:.85rem;font-weight:var(--weight-semibold);color:var(--eshop-ink);cursor:pointer;flex:0 0 auto}.eshop-mobile-toolbar__btn--cat{justify-self:start}.eshop-mobile-toolbar__btn--filter{justify-self:end}.eshop-mobile-toolbar__view{display:inline-flex;align-items:center;gap:2px;padding:2px;background:var(--color-bg-surface);border:1px solid var(--eshop-line-strong);border-radius:999px}.eshop-mobile-toolbar__viewbtn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:32px;padding:0 .55rem;background:transparent;border:none;border-radius:999px;color:var(--eshop-ink-muted);cursor:pointer}.eshop-mobile-toolbar__viewbtn[aria-pressed=true]{background:var(--ink-900, #171d49);color:#fff}.eshop-mobile-toolbar__btn:hover{background:var(--eshop-yellow-tint);border-color:var(--eshop-yellow-deep)}.eshop-mobile-drawer{position:fixed;inset:0 auto 0 0;z-index:var(--z-modal);width:min(90vw,22rem);background:var(--eshop-paper);border-inline-end:1px solid var(--eshop-line-strong);box-shadow:var(--shadow-xl);transform:translate(-100%);transition:transform .22s var(--ease-out);padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.eshop-mobile-drawer[data-open=true]{transform:translate(0)}.eshop-mobile-drawer__close{align-self:flex-end;background:transparent;border:1px solid var(--eshop-line);padding:.4rem .7rem;border-radius:999px;font:inherit;font-size:.8rem;cursor:pointer;color:var(--eshop-ink)}.eshop-mobile-drawer__backdrop{position:fixed;inset:0;z-index:calc(var(--z-modal) - 1);background:#1a14108c;opacity:0;pointer-events:none;transition:opacity .22s var(--ease-out)}.eshop-mobile-drawer__backdrop[data-open=true]{opacity:1;pointer-events:auto}.product-grid__item{contain:layout paint}.listing-filters{display:flex;flex-direction:column;gap:.65rem;margin-block-start:var(--space-4);padding-block-start:var(--space-4);border-block-start:1px solid var(--eshop-line);font-family:var(--font-sans)}.listing-filters__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-2)}.listing-filters__head h2{margin:0;font-family:var(--font-mono);font-size:var(--size-xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--eshop-ink)}.listing-filters__head a,.listing-filter__price button{font:inherit;font-size:var(--size-xs);font-weight:var(--weight-semibold);color:var(--eshop-ink);text-decoration:none;border:1px solid var(--eshop-line-strong);border-radius:var(--radius-pill);background:var(--color-bg-surface);padding:.35rem .6rem;cursor:pointer}.listing-filters__head a:hover,.listing-filter__price button:hover{background:var(--eshop-yellow-tint);border-color:var(--eshop-yellow-deep)}.listing-filters__count{margin:0;font-size:var(--size-xs);color:var(--eshop-ink-muted)}.listing-filters__quick{list-style:none;margin:.6rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.listing-filters__quick-chip{display:inline-flex;align-items:center;height:28px;padding:0 12px;border:1px solid var(--eshop-line-strong);border-radius:999px;background:var(--color-bg-surface, #fff);color:var(--eshop-ink);font-family:var(--font-sans);font-size:.78rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background var(--duration-fast) var(--ease-default),border-color var(--duration-fast) var(--ease-default),color var(--duration-fast) var(--ease-default)}.listing-filters__quick-chip:hover{background:var(--eshop-yellow-tint);border-color:var(--eshop-yellow-deep)}.listing-filters__quick-chip[data-active=true]{background:var(--ink-800, #22245a);border-color:var(--ink-800, #22245a);color:#fff}.listing-filters__quick-chip:focus-visible{outline:2px solid var(--gold-500, #d6a62c);outline-offset:2px}.listing-filters__quick-label+.listing-filters__quick-count{margin-inline-start:.4rem;padding-inline:.4rem;border-radius:999px;background:#0f15350f;font-size:.7rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--eshop-ink-muted, #58606e);line-height:1.4}.listing-filters__quick-chip[data-active=true] .listing-filters__quick-count{background:#ffffff2e;color:#ffffffd9}.eshop-sidebar__brands{margin-block-start:1rem;padding-block-start:.6rem;border-block-start:1px solid var(--eshop-line)}.eshop-sidebar__brands-heading{margin:0 0 .5rem;font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--eshop-ink-muted)}.eshop-sidebar__brands-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.eshop-sidebar__brand{display:flex;align-items:center;gap:8px;padding:4px 6px;border-radius:6px;text-decoration:none;color:var(--eshop-ink);transition:background .15s}.eshop-sidebar__brand:hover{background:#1f3e750f}.eshop-sidebar__brand img{max-height:28px;max-width:100%;object-fit:contain}.listing-filters__price,.listing-filters__brands,.listing-filters__status{margin-block-start:1rem}.listing-filters__section-title{margin:0 0 .6rem;font-size:.95rem;font-weight:700;letter-spacing:.01em;color:var(--eshop-ink)}.price-slider{display:flex;flex-direction:column;gap:6px;margin-block:2px 8px;padding-inline:10px}.price-slider__edges{display:flex;justify-content:space-between;font-family:var(--font-mono, ui-monospace, monospace);font-size:.74rem;color:var(--eshop-ink-muted)}.price-slider__track-wrap{position:relative;height:24px;display:flex;align-items:center}.price-slider__track{position:absolute;inset-inline:0;height:6px;border-radius:999px;background:#e3e6ee;pointer-events:none}.price-slider__fill{position:absolute;height:6px;border-radius:999px;background:#1f3e75;pointer-events:none}.price-slider__handle{position:absolute;inset-inline:0;width:100%;height:24px;margin:0;padding:0;background:transparent;pointer-events:none;appearance:none;-webkit-appearance:none}.price-slider__handle::-webkit-slider-runnable-track{height:24px;background:transparent;border:none}.price-slider__handle::-moz-range-track{height:24px;background:transparent;border:none}.price-slider__handle::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;pointer-events:auto;height:20px;width:20px;border-radius:999px;background:#fff;border:2px solid #1f3e75;box-shadow:0 2px 6px #1f3e754d;cursor:grab;margin-top:0}.price-slider__handle::-moz-range-thumb{pointer-events:auto;height:20px;width:20px;border-radius:999px;background:#fff;border:2px solid #1f3e75;box-shadow:0 2px 6px #1f3e754d;cursor:grab}.price-slider__handle:active::-webkit-slider-thumb{cursor:grabbing;background:#1f3e75}.price-slider__handle:active::-moz-range-thumb{cursor:grabbing;background:#1f3e75}.price-slider__handle:focus-visible::-webkit-slider-thumb{outline:none;box-shadow:0 0 0 3px var(--gold-600, #b8860b)}.price-slider__handle:focus-visible::-moz-range-thumb{outline:none;box-shadow:0 0 0 3px var(--gold-600, #b8860b)}.price-slider__handle--lo{z-index:2}.price-slider__handle--hi{z-index:3}.price-slider__handle[data-on-top=true]{z-index:4}.listing-filter__price{display:flex;flex-direction:column;gap:8px}.listing-filter__price-row{display:flex;flex-wrap:nowrap;align-items:center;gap:6px}.price-input{flex:1 1 0;min-width:0;display:inline-flex;flex-wrap:nowrap;align-items:center;gap:4px;background:var(--eshop-paper);border:1px solid var(--eshop-line-strong);border-radius:6px;padding:5px 8px;transition:border-color .15s,box-shadow .15s}.price-input:focus-within{border-color:#1f3e75;box-shadow:0 0 0 2px #1f3e752e}.price-input input{flex:1 1 0;width:100%;min-width:0;padding:0;border:0;background:transparent;font-size:.9rem;color:var(--eshop-ink);text-align:end;appearance:none;-webkit-appearance:none}.price-input input::-webkit-outer-spin-button,.price-input input::-webkit-inner-spin-button{appearance:none;-webkit-appearance:none;margin:0}.price-input input:focus{outline:none}.price-input__suffix{flex:0 0 auto;font-size:.85rem;color:var(--eshop-ink-muted);pointer-events:none}.price-input__sep{flex:0 0 auto;color:var(--eshop-ink-muted);font-weight:600}.listing-filter__price-submit{align-self:stretch;padding:6px 10px;background:var(--eshop-paper);border:1px solid var(--eshop-line-strong);border-radius:6px;color:var(--eshop-ink);font-weight:600;font-size:.85rem;cursor:pointer;transition:background .15s,border-color .15s}.listing-filter__price-submit:hover{background:var(--eshop-yellow-tint);border-color:var(--eshop-yellow-deep)}.listing-filters__status{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.listing-filters__status-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border:1px solid var(--eshop-line-strong);border-radius:6px;background:var(--eshop-paper);text-decoration:none;color:var(--eshop-ink);font-size:.88rem;font-weight:500;transition:background .15s,border-color .15s,color .15s}.listing-filters__status-row:hover{background:var(--eshop-yellow-tint);border-color:var(--eshop-yellow-deep)}.listing-filters__status-row[data-active=true]{background:var(--eshop-ink);color:var(--eshop-paper);border-color:var(--eshop-ink)}.listing-filters__status-row[data-active=true] .listing-filters__status-count{color:#ffffffd9}.listing-filters__status-count{font-family:var(--font-mono, ui-monospace, monospace);font-size:.78rem;color:var(--eshop-ink-muted)}.listing-filters__brand-row{gap:10px}.listing-filters__brand-logo{flex:0 0 auto;width:24px;height:24px;object-fit:contain;border-radius:4px;background:#fff}.listing-filter{border-block-start:1px solid var(--eshop-line);padding-block-start:.45rem}.listing-filter summary{display:flex;align-items:center;gap:.5rem;cursor:pointer;list-style:none;font-weight:var(--weight-semibold);font-size:var(--size-sm);color:var(--eshop-ink)}.listing-filter__summary-label{flex:1 1 auto;min-width:0}.listing-filter__summary-count{flex:0 0 auto;font-family:var(--font-mono);font-weight:var(--weight-regular);font-size:var(--size-xs);color:var(--eshop-ink-muted);font-variant-numeric:tabular-nums}.listing-filter summary::-webkit-details-marker{display:none}.listing-filter summary:after{content:"▾";flex:0 0 auto;color:var(--eshop-ink-muted);transition:transform var(--duration-fast) var(--ease-default)}.listing-filter:not([open]) summary:after{transform:rotate(-90deg)}.listing-filter__search{position:relative;margin-top:.5rem}.listing-filter__search-icon{position:absolute;left:.55rem;top:50%;width:.8rem;height:.8rem;transform:translateY(-50%);color:var(--eshop-muted, #6f768a);pointer-events:none}.listing-filter__search-input{width:100%;box-sizing:border-box;padding:5px 8px 5px 1.75rem;font:inherit;font-size:.8rem;color:inherit;background:var(--eshop-paper);border:1px solid var(--eshop-line-strong);border-radius:6px;transition:border-color .15s,box-shadow .15s}.listing-filter__search-input:focus-visible{outline:2px solid var(--gold-600, #b8860b);outline-offset:1px;border-color:var(--gold-400, #d3b574)}.listing-filter__values li[hidden]{display:none}.listing-filter__values{display:flex;flex-direction:column;gap:.15rem;max-height:12rem;overflow-y:auto;list-style:none;margin:.5rem 0 0;padding:0 .15rem 0 0;scrollbar-width:thin}.listing-filter__value{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.5rem;min-height:1.85rem;padding:.28rem .42rem;background:var(--color-bg-surface);border:1px solid color-mix(in srgb,var(--eshop-line) 75%,transparent);border-radius:3px;color:var(--eshop-ink);text-decoration:none;font-size:var(--size-sm)}.listing-filter__value:hover{background:#f7f7fb}.listing-filter__value[data-active=true]{border-color:#2d4b8e;background:color-mix(in srgb,#2d4b8e 8%,var(--color-bg-surface))}.listing-filter__box{width:.9rem;height:.9rem;border:1px solid var(--eshop-line-strong);border-radius:2px;background:var(--color-bg-surface)}.listing-filter__value[data-active=true] .listing-filter__box{background:#2d4b8e;border-color:#2d4b8e;box-shadow:inset 0 0 0 2px var(--color-bg-surface)}.listing-filter__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-filter__count{min-width:1.2rem;min-height:1.2rem;padding:0 .35rem;border-radius:999px;background:#f0f0f0;color:#666;font-family:var(--font-mono);font-size:.68rem;text-align:center}.listing-filter__more{width:100%;margin-block-start:.45rem;border:1px dashed var(--eshop-line-strong);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--eshop-yellow-tint) 42%,var(--color-bg-surface));color:var(--eshop-ink);cursor:pointer;font:inherit;font-size:var(--size-xs);font-weight:var(--weight-semibold);padding:.42rem .5rem}.listing-filter__more:hover{background:var(--eshop-yellow-tint);border-color:var(--eshop-yellow-deep)}.eshop-side-drawer{position:fixed;inset:0 auto;width:min(420px,92vw);height:100dvh;max-height:100dvh;margin:0;padding:0;border:none;background:var(--eshop-paper);color:var(--eshop-ink);box-shadow:0 0 32px #0d15302e;display:flex;flex-direction:column}.eshop-side-drawer:not([open]){display:none}.eshop-side-drawer::backdrop{background:#0d153073;backdrop-filter:blur(2px)}.eshop-side-drawer--left{inset-inline-start:0;inset-inline-end:auto;border-inline-end:1px solid var(--eshop-line-strong)}.eshop-side-drawer--right{inset-inline-start:auto;inset-inline-end:0;border-inline-start:1px solid var(--eshop-line-strong)}.eshop-side-drawer[open]{animation:eshop-side-drawer-in .22s var(--ease-out, cubic-bezier(.2, .7, .3, 1))}.eshop-side-drawer--left[open]{animation-name:eshop-side-drawer-in-left}.eshop-side-drawer--right[open]{animation-name:eshop-side-drawer-in-right}@keyframes eshop-side-drawer-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes eshop-side-drawer-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.eshop-side-drawer[open]{animation:none}}.eshop-side-drawer__head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--color-bg-surface);font-family:var(--font-sans)}.eshop-side-drawer__chips{flex:0 0 auto;padding:0 var(--space-4) var(--space-3);background:var(--color-bg-surface);border-bottom:1px solid var(--eshop-line-soft, rgba(15, 21, 53, .08))}.eshop-side-drawer__chip-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.eshop-side-drawer__chip{display:inline-flex;align-items:center;gap:4px;padding:4px 4px 4px 10px;background:var(--color-bg-paper, #f8f7f1);border:1px solid var(--eshop-line-strong, #d4dae6);border-radius:999px;font-size:12px;line-height:1.2;color:var(--ink-900, #0d1530)}.eshop-side-drawer__chip-group{color:var(--color-fg-muted, #5f6477);font-weight:600}.eshop-side-drawer__chip-value{font-weight:600;max-width:18ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eshop-side-drawer__chip-remove{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-left:2px;border-radius:999px;background:transparent;color:var(--color-fg-muted, #5f6477);text-decoration:none;font-size:14px;font-weight:700;line-height:1}.eshop-side-drawer__chip-remove:hover,.eshop-side-drawer__chip-remove:focus-visible{background:var(--ink-900, #0d1530);color:#fff;outline:none}.eshop-side-drawer__chip-remove:focus-visible{outline:2px solid var(--gold-600, #b8860b);outline-offset:1px}.eshop-side-drawer__chip--clear{background:transparent;border:0;padding:4px 8px}.eshop-side-drawer__chip--clear a{color:var(--ink-900, #0d1530);font-weight:600;text-decoration:underline;text-underline-offset:3px}.eshop-side-drawer__display{flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:.55rem;padding:var(--space-3) var(--space-4);background:var(--color-bg-surface);border-bottom:1px solid var(--eshop-line-soft, rgba(15, 21, 53, .08))}.eshop-side-drawer__display-title{color:var(--eshop-ink-muted, #5f6477);font-family:var(--font-sans);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.eshop-infodensity--drawer{justify-self:start}.eshop-side-drawer__body .listing-filters__head,.eshop-side-drawer__body .eshop-sidebar__details>summary{display:none}.eshop-side-drawer__head strong{font-size:var(--size-md);font-weight:var(--weight-semibold);color:var(--eshop-ink)}.eshop-side-drawer__close{border:1px solid var(--eshop-line-strong);border-radius:var(--radius-pill);background:var(--color-bg-surface);padding:.35rem .85rem;font:inherit;font-size:var(--size-sm);color:var(--eshop-ink);cursor:pointer;min-height:36px}.eshop-side-drawer__close:hover{background:var(--eshop-yellow-tint, #fef6d4)}.eshop-side-drawer__body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:var(--space-3) var(--space-4);min-height:0}.eshop-side-drawer__foot{flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;align-items:center;padding:.75rem var(--space-4);background:var(--color-bg-surface);border-block-start:1px solid var(--eshop-line);box-shadow:0 -10px 22px #0d15300f}.eshop-side-drawer__draft{min-width:0;color:var(--eshop-ink-muted);font-family:var(--font-sans);font-size:.8rem;line-height:1.25}.eshop-side-drawer__reset,.eshop-side-drawer__apply{min-height:40px;border-radius:var(--radius-pill);font:inherit;font-size:.86rem;font-weight:var(--weight-semibold);cursor:pointer}.eshop-side-drawer__reset{grid-column:1;border:1px solid var(--eshop-line-strong);background:var(--eshop-paper);color:var(--eshop-ink);padding:.45rem .8rem;justify-self:start}.eshop-side-drawer__apply{grid-column:2;grid-row:1 / span 2;border:1px solid var(--eshop-ink);background:var(--eshop-ink);color:var(--eshop-paper);padding:.55rem 1rem}.eshop-side-drawer__reset:hover:not(:disabled){background:var(--eshop-yellow-tint, #fef6d4)}.eshop-side-drawer__apply:hover:not(:disabled){background:#2b2119}.eshop-side-drawer__reset:disabled,.eshop-side-drawer__apply:disabled{cursor:not-allowed;opacity:.48}.eshop-side-drawer__loading{margin:0;color:var(--eshop-ink-muted);font-family:var(--font-sans);font-size:var(--size-sm)}.product-grid__item{min-width:0}.product-grid__item .product-card{min-width:0;max-width:100%}[data-astro-cid-v7blqnl3][data-eshop-page].is-loading{opacity:.65;pointer-events:none;transition:opacity .12s ease}.aurea-swap-curtain[data-astro-cid-v7blqnl3]{position:fixed;z-index:9990;pointer-events:auto;display:grid;place-items:center;overflow:hidden;background:radial-gradient(120% 80% at 50% 42%,rgba(244,196,48,.12),transparent 60%),var(--color-bg-page, #f5f5f7);opacity:0;transition:opacity .14s ease}.aurea-swap-curtain[data-astro-cid-v7blqnl3][data-active=true]{opacity:1}.aurea-swap-curtain[data-astro-cid-v7blqnl3][data-active=false]{opacity:0}.aurea-swap-curtain__pulse[data-astro-cid-v7blqnl3]{grid-area:1 / 1;width:60px;height:60px;border-radius:50%;background:radial-gradient(circle at 50% 50%,var(--gold-300, #f4c430),rgba(212,161,58,.35) 60%,transparent 72%);filter:blur(2px);animation:aurea-curtain-core 1.4s cubic-bezier(.2,.8,.2,1) infinite}.aurea-swap-curtain__ring[data-astro-cid-v7blqnl3]{grid-area:1 / 1;width:60px;height:60px;border-radius:50%;border:2px solid var(--gold-400, #e2b020);animation:aurea-curtain-ring 1.8s cubic-bezier(.2,.8,.2,1) infinite}.aurea-swap-curtain__ring--2[data-astro-cid-v7blqnl3]{animation-delay:.6s}@keyframes aurea-curtain-core{0%,to{transform:scale(.78);opacity:.65}50%{transform:scale(1.12);opacity:1}}@keyframes aurea-curtain-ring{0%{transform:scale(.6);opacity:.7}70%{opacity:.18}to{transform:scale(3.4);opacity:0}}.aurea-swap-curtain[data-astro-cid-v7blqnl3][data-reduced=true]{transition:none}.aurea-swap-curtain[data-astro-cid-v7blqnl3][data-reduced=true] .aurea-swap-curtain__pulse[data-astro-cid-v7blqnl3]{animation:none;opacity:1;transform:none}.aurea-swap-curtain[data-astro-cid-v7blqnl3][data-reduced=true] .aurea-swap-curtain__ring[data-astro-cid-v7blqnl3]{animation:none;opacity:.25}@media(prefers-reduced-motion:reduce){.aurea-swap-curtain[data-astro-cid-v7blqnl3],.aurea-swap-curtain[data-astro-cid-v7blqnl3] [data-astro-cid-v7blqnl3]{animation:none!important;transition:none!important}}:root[data-eshop-restoring=true]{scroll-behavior:auto}:root[data-eshop]{scroll-behavior:auto}@media(prefers-reduced-motion:reduce){[data-astro-cid-v7blqnl3][data-eshop-page].is-loading{transition:none}}
