.shop-catalog-hero { position:relative; overflow:hidden; padding:clamp(58px,8vw,100px) 0; background:radial-gradient(circle at 82% 25%,rgba(232,154,47,.24),transparent 26%),linear-gradient(135deg,#07182b,#123b63 72%,#173f36); color:#fff; }
.shop-catalog-hero::after { content:""; position:absolute; right:-80px; bottom:-145px; width:360px; height:360px; border:1px solid rgba(255,255,255,.1); border-radius:50%; box-shadow:inset 0 0 0 25px rgba(255,255,255,.025),inset 0 0 0 50px rgba(255,255,255,.02); }
.shop-catalog-hero .shell { position:relative; z-index:1; }
.shop-catalog-hero h1 { max-width:850px; margin:0; font:800 clamp(2.5rem,5vw,4.6rem)/1.04 Inter,Arial,sans-serif; letter-spacing:-.045em; }
.shop-catalog-hero .shell>p:not(.eyebrow) { max-width:760px; margin:22px 0 0; color:#d4dee8; font-size:clamp(1rem,1.5vw,1.2rem); line-height:1.7; }
.shop-catalog-hero__facts { display:flex; gap:10px; flex-wrap:wrap; margin-top:30px; }
.shop-catalog-hero__facts span { padding:9px 14px; border:1px solid rgba(255,255,255,.2); border-radius:999px; background:rgba(255,255,255,.07); color:#dce5ec; font-size:.82rem; }
.shop-catalog-hero__facts strong { color:#ffc66f; }
.shop-series-strip { padding:56px 0; border-bottom:1px solid #e5dfd2; background:#f8f4ec; }
.shop-series-strip__heading { margin-bottom:22px; }
.shop-series-strip__heading h2 { margin:0; color:#102033; font-size:clamp(1.75rem,3vw,2.5rem); line-height:1.15; }
.shop-series-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.shop-series-grid a { position:relative; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:4px 12px; align-items:center; min-height:105px; padding:20px; border:1px solid #dfd5c3; border-radius:13px; background:#fff; color:#112337; text-decoration:none; transition:border-color .2s,transform .2s,box-shadow .2s; }
.shop-series-grid a:hover,.shop-series-grid a:focus-visible { border-color:#b6781d; transform:translateY(-2px); box-shadow:0 12px 28px rgba(7,24,43,.09); }
.shop-series-grid a:focus-visible { outline:3px solid rgba(232,154,47,.3); outline-offset:2px; }
.shop-series-grid span { font-size:1.02rem; font-weight:800; line-height:1.25; }
.shop-series-grid small { grid-column:1; color:#667386; }
.shop-series-grid i { grid-column:2; grid-row:1/3; color:#9b5b0a; }
.shop-catalog { padding-top:clamp(54px,7vw,90px); padding-bottom:clamp(70px,8vw,110px); }
.shop-filter-panel { margin-bottom:48px; padding:clamp(20px,3vw,32px); border:1px solid #dfe4e8; border-radius:18px; background:#fff; box-shadow:0 18px 45px rgba(7,24,43,.08); }
.shop-filter-panel__heading { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:22px; }
.shop-filter-panel__heading h2 { margin:0; color:#102033; font-size:clamp(1.55rem,2.6vw,2.2rem); line-height:1.2; }
.shop-filter-panel__heading>a { color:#8d5309; font-size:.85rem; font-weight:800; }
.shop-filter-grid { display:grid; grid-template-columns:minmax(230px,1.4fr) repeat(3,minmax(165px,.8fr)); gap:15px; align-items:end; }
.shop-filter-grid>label,.shop-filter-grid fieldset label { display:grid; gap:6px; min-width:0; }
.shop-filter-grid label>span,.shop-filter-grid legend { color:#3d4b5e; font-size:.76rem; font-weight:800; }
.shop-filter-grid input,.shop-filter-grid select { width:100%; min-height:48px; padding:11px 12px; border:1px solid #c6cfd6; border-radius:9px; background:#fff; color:#142337; font-size:.95rem; }
.shop-filter-grid input:focus,.shop-filter-grid select:focus { border-color:#a96a12; outline:3px solid rgba(232,154,47,.18); }
.shop-filter-search>div { position:relative; }
.shop-filter-search i { position:absolute; top:50%; left:14px; color:#718092; transform:translateY(-50%); }
.shop-filter-search input { padding-left:41px; }
.shop-filter-grid fieldset { grid-column:span 2; display:grid; grid-template-columns:1fr 1fr; gap:12px; min-width:0; margin:0; padding:0; border:0; }
.shop-filter-grid fieldset legend { grid-column:1/-1; padding:0; }
.shop-price-field { position:relative; }
.shop-price-field b { position:absolute; top:50%; left:13px; color:#718092; font-weight:700; transform:translateY(-50%); }
.shop-price-field input { padding-left:29px; }
.shop-filter-submit { gap:9px; min-height:48px; white-space:nowrap; }
.shop-results-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:25px; }
.shop-results-heading h2 { margin:0; font-size:clamp(1.85rem,3vw,2.65rem); line-height:1.15; }
.shop-results-heading .cart-message { margin-left:auto; }
.shop-product-grid.product-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
.shop-product-grid .product-card { display:flex; min-width:0; flex-direction:column; }
.shop-product-grid .product-info { display:flex; flex:1; flex-direction:column; }
.shop-product-grid .product-info h3 { min-height:0; }
.shop-product-grid .product-bottom { margin-top:auto; }
.shop-product-grid .product-kicker a { color:inherit; text-decoration:none; }
.shop-product-grid .product-kicker a:hover { text-decoration:underline; }
.shop-catalog-notice { display:flex; align-items:flex-start; gap:13px; margin:0 0 25px; padding:18px; border:1px solid #edd09b; border-radius:12px; background:#fff8e9; }
.shop-catalog-notice i { margin-top:4px; color:#9b5b0a; }
.shop-catalog-notice strong { display:block; }
.shop-catalog-notice p { margin:3px 0 0; color:#5f6875; }
.shop-empty-state>i { display:block; margin-bottom:12px; color:#a76c16; font-size:2rem; }
.shop-empty-state>div { display:flex; justify-content:center; gap:10px; flex-wrap:wrap; margin-top:20px; }
.product-type a,.product-meta a { color:#8d5309; font-weight:800; text-decoration:underline; text-underline-offset:3px; }
@media(max-width:1000px){.shop-series-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-filter-grid fieldset{grid-column:span 2}.shop-product-grid.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.shop-series-grid,.shop-product-grid.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-filter-panel__heading,.shop-results-heading{align-items:flex-start;flex-direction:column}.shop-results-heading .cart-message{margin-left:0}}
@media(max-width:560px){.shop-catalog-hero{padding:52px 0 58px}.shop-catalog-hero h1{font-size:clamp(2.15rem,11vw,3rem)}.shop-catalog-hero__facts{display:grid}.shop-series-grid,.shop-filter-grid,.shop-product-grid.product-grid{grid-template-columns:1fr}.shop-filter-grid fieldset{grid-column:auto;grid-template-columns:1fr}.shop-filter-grid fieldset legend{grid-column:auto}.shop-filter-submit{width:100%}}

/* Keep products near the top of the shop while leaving every filter within reach. */
.shop-catalog-hero{padding:24px 0 27px}
.shop-catalog-hero h1{font-size:clamp(2.35rem,4vw,3.55rem)}
.shop-catalog-hero .shell>p:not(.eyebrow){margin-top:10px;font-size:1rem}
.shop-catalog-hero__facts{margin-top:16px}
.shop-series-strip{padding:9px 0}
.shop-series-strip .shell{display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px;align-items:center}
.shop-series-strip__heading{margin:0}
.shop-series-strip__heading .eyebrow{margin-bottom:4px}
.shop-series-strip__heading h2{font-size:1.25rem}
.shop-series-grid{display:flex;gap:9px;overflow-x:auto;padding:3px 3px 7px;scrollbar-width:thin}
.shop-series-grid a{flex:0 0 auto;grid-template-columns:auto auto;min-height:48px;padding:7px 12px;border-radius:9px}
.shop-series-grid span{font-size:.86rem}
.shop-series-grid small{font-size:.69rem}
.shop-series-grid i{margin-left:5px;font-size:.76rem}
.shop-catalog{padding-top:18px;padding-bottom:80px}
.shop-filter-panel{margin-bottom:18px;padding:11px 13px}
.shop-filter-panel__heading{display:none;margin-bottom:0}
.shop-filter-panel__heading .eyebrow{display:none}
.shop-filter-panel__heading h2{font-size:1.25rem}
.shop-filter-disclosure>summary{display:none}
.shop-filter-grid{grid-template-columns:minmax(210px,1.65fr) repeat(3,minmax(135px,1fr)) minmax(135px,.85fr) auto;gap:10px}
.shop-filter-grid input,.shop-filter-grid select{min-height:44px;padding-top:8px;padding-bottom:8px;font-size:.86rem}
.shop-price-dropdown{position:relative;min-width:0}
.shop-price-dropdown>summary{display:flex;align-items:center;min-height:44px;padding:8px 12px;border:1px solid #c6cfd6;border-radius:9px;color:#3d4b5e;font-size:.8rem;font-weight:800;cursor:pointer;list-style:none}
.shop-price-dropdown>summary::-webkit-details-marker{display:none}
.shop-price-dropdown>summary::after{content:"+";margin-left:auto;color:#9b5b0a;font-size:1rem}
.shop-price-dropdown[open]>summary::after{content:"−"}
.shop-price-dropdown>div{position:absolute;z-index:20;top:calc(100% + 7px);right:0;display:grid;grid-template-columns:1fr 1fr;gap:10px;width:330px;padding:15px;border:1px solid #d9dfe3;border-radius:11px;background:#fff;box-shadow:0 16px 35px rgba(7,24,43,.16)}
.shop-price-dropdown label{display:grid;gap:5px}
.shop-filter-submit{min-height:44px;padding:0 15px;font-size:.8rem}
.shop-filter-clear{align-self:center;color:#8d5309;font-size:.78rem;font-weight:850}
.shop-results-heading{margin-bottom:12px}
.shop-results-heading h2{font-size:2rem}
@media(max-width:1050px){.shop-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-filter-search{grid-column:span 2}.shop-filter-submit{width:100%}}
@media(max-width:760px){
 .shop-catalog-hero{padding:22px 0 24px}
 .shop-catalog-hero h1{font-size:2.35rem}
 .shop-catalog-hero .shell>p:not(.eyebrow){line-height:1.5}
 .shop-catalog-hero__facts{margin-top:12px}
 .shop-series-strip{padding:8px 0}
 .shop-series-strip .shell{display:block}
 .shop-series-strip__heading{display:none}
 .shop-series-grid{margin:0 -2px}
 .shop-series-grid a{min-height:46px}
 .shop-catalog{padding-top:12px}
 .shop-filter-panel{margin-bottom:14px;padding:9px 12px}
 .shop-filter-panel__heading{display:none}
 .shop-filter-disclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:45px;cursor:pointer;list-style:none}
 .shop-filter-disclosure>summary::-webkit-details-marker{display:none}
 .shop-filter-disclosure>summary span{font-weight:850}
 .shop-filter-disclosure>summary span i{margin-right:7px;color:#9b5b0a}
 .shop-filter-disclosure>summary small{color:#657184}
 .shop-filter-disclosure:not([open])>.shop-filter-grid{display:none}
 .shop-filter-disclosure[open]>.shop-filter-grid{display:grid;margin-top:13px;padding-top:13px;border-top:1px solid #e2e6e9}
 .shop-filter-grid,.shop-filter-search{grid-template-columns:1fr;grid-column:auto}
 .shop-price-dropdown>div{position:static;width:auto;margin-top:8px;grid-template-columns:1fr}
 .shop-results-heading{margin-bottom:14px}
 .shop-results-heading h2{font-size:1.75rem}
}

/* Desktop faceted shop: filters remain beside the inventory instead of above it. */
.shop-commerce-layout{display:grid;grid-template-columns:minmax(235px,270px) minmax(0,1fr);gap:24px;align-items:start}
.shop-facets{position:sticky;top:94px;min-width:0;max-height:calc(100vh - 110px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
.shop-results{min-width:0}
.shop-filter-panel{margin:0;padding:18px;border-radius:14px;box-shadow:0 12px 32px rgba(7,24,43,.07)}
.shop-filter-panel__heading{display:flex;align-items:flex-start;margin-bottom:16px}
.shop-filter-panel__heading .eyebrow{margin-bottom:3px}
.shop-filter-panel__heading h2{font-size:1.25rem}
.shop-filter-disclosure>summary{display:none}
.shop-facet-fields{display:grid;gap:17px}
.shop-filter-search,.shop-sort-field{display:grid;gap:6px;min-width:0}
.shop-filter-search>span,.shop-sort-field>span,.shop-facet-group legend{color:#25384c;font-size:.78rem;font-weight:850;letter-spacing:.01em}
.shop-filter-search>div{position:relative}
.shop-filter-search i{position:absolute;top:50%;left:13px;color:#718092;transform:translateY(-50%)}
.shop-filter-search input,.shop-sort-field select,.shop-facet-price input{width:100%;min-height:44px;padding:9px 11px;border:1px solid #c6cfd6;border-radius:8px;background:#fff;color:#142337;font:inherit;font-size:.88rem}
.shop-filter-search{padding-bottom:1px}
.shop-filter-search>div{display:block;width:100%}
.shop-filter-search input{padding-left:38px}
.shop-filter-search input:focus,.shop-sort-field select:focus,.shop-facet-price input:focus{border-color:#a96a12;outline:3px solid rgba(232,154,47,.18)}
.shop-facet-group{min-width:0;margin:0;padding:15px 0 0;border:0;border-top:1px solid #e2e6e9}
.shop-facet-group legend{padding:0 0 9px}
.shop-facet-options{display:grid;gap:2px;max-height:292px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin}
.shop-facet-options label{display:grid;grid-template-columns:18px minmax(0,1fr) auto;gap:8px;align-items:center;min-height:36px;padding:3px 2px;color:#26384b;font-size:.85rem;line-height:1.25;cursor:pointer}
.shop-facet-options label:hover{color:#8d5309}
.shop-facet-options input{width:18px;height:18px;margin:0;accent-color:#1b4a2b;cursor:pointer}
.shop-facet-options small{min-width:24px;padding:2px 6px;border-radius:999px;background:#eef1f3;color:#596777;text-align:center;font-size:.69rem;font-weight:800}
.shop-facet-price{display:grid;grid-template-columns:1fr;gap:9px}
.shop-facet-price label{display:grid;gap:5px;color:#596777;font-size:.74rem;font-weight:750}
.shop-price-field{position:relative}
.shop-price-field b{position:absolute;top:50%;left:11px;color:#718092;transform:translateY(-50%)}
.shop-facet-price input{padding-left:27px}
.shop-sort-field select{width:100%}
.shop-filter-submit{width:100%;min-height:44px;margin-top:1px}
.shop-filter-clear{color:#8d5309;font-size:.8rem;font-weight:850;text-align:center}
.shop-results-heading{min-height:61px;margin-bottom:14px}
.shop-catalog-hero .shell,.shop-series-strip .shell,.shop-catalog.shell{width:min(1500px,calc(100% - 40px))}
.shop-product-grid.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.shop-facet-group>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 0 9px;color:#25384c;font:850 .78rem/1.25 Inter,Arial,sans-serif;letter-spacing:.01em;cursor:pointer;list-style:none}
.shop-facet-group>summary::-webkit-details-marker{display:none}
.shop-facet-group>summary i{color:#8d5309;font-size:.7rem;transition:transform .18s ease}
.shop-facet-group[open]>summary i{transform:rotate(180deg)}
.shop-facet-group[open]>.shop-facet-options,.shop-facet-group[open]>.shop-facet-price{margin-top:1px}
.shop-product-grid .product-card-price,.pce-home-featured-price{display:inline-flex;align-items:center;min-height:27px;padding:4px 8px;border-radius:999px;background:#eef4f1;color:#173b2f;font:850 .82rem/1 Inter,Arial,sans-serif;white-space:nowrap}
.shop-product-grid .coin-compare-add{align-self:flex-start;width:auto;min-height:30px;margin-top:10px;padding:5px 8px;border-color:transparent;background:transparent;color:#536376;font:750 .73rem/1 Inter,Arial,sans-serif}
.shop-product-grid .coin-compare-add:hover,.shop-product-grid .coin-compare-add:focus-visible{border-color:#cfbea1;background:#f8f3e9;color:#795312}
.shop-product-grid .coin-compare-add.is-selected{border-color:#d9b45f;background:#173b2f;color:#fff}

@media(max-width:1100px){
 .shop-product-grid.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
 .shop-commerce-layout{grid-template-columns:235px minmax(0,1fr);gap:18px}
 .shop-product-grid.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
 .shop-commerce-layout{grid-template-columns:1fr;gap:14px}
 .shop-facets{position:static;max-height:none;overflow:visible}
 .shop-filter-panel{padding:9px 12px}
 .shop-filter-panel__heading{display:none}
 .shop-filter-disclosure>summary{display:flex}
 .shop-filter-disclosure:not([open])>.shop-facet-fields{display:none}
 .shop-filter-disclosure[open]>.shop-facet-fields{display:grid;margin-top:13px;padding-top:13px;border-top:1px solid #e2e6e9}
 .shop-facet-options{max-height:none;overflow:visible}
 .shop-facet-price{grid-template-columns:1fr 1fr}
 .shop-results-heading{min-height:0}
}
@media(max-width:560px){.shop-facet-price{grid-template-columns:1fr}}

/* Shop sorting, view controls, table listings, and crawlable pagination. */
.shop-results-heading>div>p:last-child{margin:4px 0 0;color:#667386;font-size:.82rem}
.shop-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;padding:10px 12px;border:1px solid #dfe4e8;border-radius:11px;background:#f8fafb}
.shop-top-sort{display:flex;align-items:center;gap:8px;margin:0}
.shop-top-sort label{display:flex;align-items:center;gap:8px;color:#33465a;font:750 .84rem/1.2 Inter,Arial,sans-serif}
.shop-top-sort label>i{color:#9b5b0a}
.shop-top-sort select{min-height:40px;padding:7px 34px 7px 10px;border:1px solid #bbc6ce;border-radius:8px;background:#fff;color:#142337;font:600 .86rem/1.2 Inter,Arial,sans-serif;cursor:pointer}
.shop-top-sort select:focus{border-color:#a96a12;outline:3px solid rgba(232,154,47,.18)}
.shop-view-switch{display:flex;align-items:center;gap:5px;color:#596777;font:750 .78rem/1 Inter,Arial,sans-serif}
.shop-view-switch>span{margin-right:3px}
.shop-view-switch a{display:grid;place-items:center;width:40px;height:40px;border:1px solid #bbc6ce;border-radius:8px;background:#fff;color:#173b2f;text-decoration:none}
.shop-view-switch a:hover,.shop-view-switch a:focus-visible{border-color:#a96a12;color:#8d5309}
.shop-view-switch a[aria-current="true"]{border-color:#173b2f;background:#173b2f;color:#fff}
.shop-table-wrap{overflow:auto;border:1px solid #d8dfe4;border-radius:13px;background:#fff;box-shadow:0 10px 28px rgba(7,24,43,.055)}
.shop-product-table{width:100%;border-collapse:collapse;font:400 .88rem/1.4 Roboto,Arial,sans-serif}
.shop-product-table th{padding:11px 12px;background:#edf1f4;color:#536376;font:800 .72rem/1.2 Inter,Arial,sans-serif;letter-spacing:.045em;text-align:left;text-transform:uppercase}
.shop-product-table thead{position:sticky;z-index:2;top:0}
.shop-product-table td{padding:11px 12px;border-top:1px solid #e3e7ea;vertical-align:middle}
.shop-product-table tbody tr:nth-child(even){background:#fbfcfd}
.shop-product-table tbody tr:hover{background:#fff9ee}
.shop-table-coin{display:grid;grid-template-columns:64px minmax(10rem,1fr);gap:11px;align-items:center;color:#112337}
.shop-table-image-link{display:block;width:64px;height:64px;border-radius:8px}
.shop-table-image-link:hover img,.shop-table-image-link:focus-visible img{outline:2px solid #a96a12;outline-offset:2px}
.shop-table-title-link{color:#112337;text-decoration:none}
.shop-table-title-link:hover strong,.shop-table-title-link:focus-visible strong{text-decoration:underline;text-underline-offset:3px}
.shop-table-coin img{width:64px;height:64px;border-radius:8px;background:#f0ece4;object-fit:contain}
.shop-table-coin strong{font:750 .9rem/1.35 Inter,Arial,sans-serif}
.shop-product-table td:nth-child(2) a{color:#8d5309;font-weight:700;text-decoration:none}
.shop-product-table td:nth-child(2) a:hover{text-decoration:underline}
.shop-product-table td:nth-child(3){white-space:nowrap}
.shop-table-status{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-weight:700}
.shop-table-status.available{color:#236a50}.shop-table-status.auction{color:#87550e}.shop-table-status.unavailable{color:#687586}
.shop-table-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}
.shop-table-actions .small-button{min-height:38px;white-space:nowrap}
.shop-table-actions .coin-compare-add{display:grid;place-items:center;width:39px;height:39px;padding:0;border:1px solid #c9d1d7;border-radius:8px;background:#fff;color:#173b2f;cursor:pointer}
.shop-table-actions .coin-compare-add:hover,.shop-table-actions .coin-compare-add:focus-visible{border-color:#a96a12;color:#8d5309}
.shop-pagination{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:25px;padding-top:18px;border-top:1px solid #dfe4e8;font-family:Inter,Arial,sans-serif}
.shop-pagination p{margin:0;color:#637083;font-size:.82rem;font-weight:650}
.shop-pagination>div{display:flex;align-items:center;gap:5px}
.shop-pagination a{display:grid;place-items:center;min-width:40px;height:40px;padding:0 10px;border:1px solid #c5ced5;border-radius:8px;background:#fff;color:#173b2f;font-size:.83rem;font-weight:800;text-decoration:none}
.shop-pagination a:hover,.shop-pagination a:focus-visible{border-color:#a96a12;color:#8d5309}
.shop-pagination a[aria-current="page"]{border-color:#173b2f;background:#173b2f;color:#fff}
.shop-pagination .shop-page-direction{display:flex;gap:7px;width:auto}
.shop-pagination.is-infinite{min-height:72px;justify-content:center;border-top:0}
.shop-pagination.is-infinite>*{visibility:hidden}
.shop-pagination.is-infinite::after{display:block;width:28px;height:28px;border:3px solid #d8dfe4;border-top-color:#8d5309;border-radius:50%;content:"";animation:shop-spin .8s linear infinite}
.shop-pagination.is-complete{justify-content:center}
.shop-pagination.is-complete::after{display:none}
.shop-pagination.is-complete>*{visibility:visible}
.shop-back-to-top{display:inline-flex!important;gap:8px!important;width:auto!important;padding:0 16px!important}
.shop-commerce-layout[aria-busy="true"] .shop-results{opacity:.68;transition:opacity .15s ease}
@keyframes shop-spin{to{transform:rotate(360deg)}}
@media(min-width:761px){.shop-table-wrap{max-height:95vh}}
@media(max-width:920px){.shop-product-table th:nth-child(2),.shop-product-table td:nth-child(2){display:none}}
@media(max-width:760px){
 .shop-results-toolbar{align-items:stretch;flex-direction:column}.shop-top-sort,.shop-top-sort label{width:100%}.shop-top-sort label span{flex:0 0 auto}.shop-top-sort select{flex:1;min-width:0}.shop-view-switch{justify-content:flex-end}
 .shop-table-wrap{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.shop-product-table,.shop-product-table tbody{display:block}.shop-product-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.shop-product-table tr{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:12px;padding:12px;border:1px solid #d8dfe4;border-radius:12px;background:#fff!important;box-shadow:0 7px 20px rgba(7,24,43,.05)}.shop-product-table td{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0;border:0}.shop-product-table td::before{color:#667386;font:800 .68rem/1.2 Inter,Arial,sans-serif;letter-spacing:.04em;text-transform:uppercase;content:attr(data-label)}.shop-product-table td:first-child,.shop-product-table td:last-child{grid-column:1/-1}.shop-product-table td:first-child::before,.shop-product-table td:last-child::before{display:none}.shop-table-coin{grid-template-columns:70px minmax(0,1fr);width:100%}.shop-table-coin img{width:70px;height:70px}.shop-table-actions{width:100%;justify-content:stretch}.shop-table-actions .small-button{flex:1}.shop-pagination{align-items:flex-start;flex-direction:column}.shop-pagination>div{max-width:100%;flex-wrap:wrap}
}
@media(max-width:440px){.shop-product-table tr{grid-template-columns:1fr}.shop-product-table td,.shop-product-table td:first-child,.shop-product-table td:last-child{grid-column:1}.shop-pagination .shop-page-direction{font-size:0}.shop-pagination .shop-page-direction i{font-size:.8rem}}

/* Compact, table-first catalog results. */
.shop-catalog-hero{padding:14px 0 16px}
.shop-catalog-hero::after{display:none}
.shop-catalog-hero h1{font-size:clamp(1.85rem,3vw,2.65rem);letter-spacing:-.03em}
.shop-catalog-hero .shell>p:not(.eyebrow){max-width:66rem;margin-top:5px;font-size:.92rem;line-height:1.45}
.shop-results-toolbar{justify-content:flex-start;padding:8px 10px}
.shop-top-sort{flex-wrap:wrap}
.shop-table-actions{flex-wrap:wrap}
.shop-row-view{display:grid;place-items:center;width:32px;height:32px;min-height:32px;padding:0;border-radius:6px;background:#173b2f;color:#fff;text-decoration:none}
.shop-row-view i,.shop-row-view svg{font-size:.82rem}
.shop-row-view:hover,.shop-row-view:focus-visible{background:#245a48;color:#fff}
.shop-table-actions .coin-compare-add{display:inline-flex;width:auto;min-width:76px;height:32px;gap:4px;padding:0 6px;font:800 .72rem/1 Inter,Arial,sans-serif}
.shop-table-actions .coin-compare-add.is-selected{border-color:#173b2f;background:#edf5f1;color:#173b2f}
.coin-save-heart{display:grid;place-items:center;width:32px;height:32px;border:1px solid #c9d1d7;border-radius:6px;background:#fff;color:#8b3044;cursor:pointer}
.coin-save-heart:hover,.coin-save-heart:focus-visible,.coin-save-heart.is-saved{border-color:#b85b71;background:#fff2f5;color:#9b2643}
.shop-product-table th:last-child{text-align:right}

@media(max-width:760px){
 .shop-catalog-hero{padding:10px 0 11px}
 .shop-catalog-hero .eyebrow{margin-bottom:2px;font-size:.65rem}
 .shop-catalog-hero h1{font-size:1.65rem}
 .shop-catalog-hero .shell>p:not(.eyebrow){margin-top:3px;font-size:.82rem;line-height:1.35}
 .shop-results-toolbar{padding:7px 8px}
 .shop-table-wrap{overflow-x:hidden;border:1px solid #d8dfe4;border-radius:9px;background:#fff;box-shadow:none}
 .shop-product-table{display:table;width:100%;min-width:0;table-layout:fixed}
 .shop-product-table thead{position:static;display:table-header-group;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}
 .shop-product-table tbody{display:table-row-group}
 .shop-product-table tr{display:table-row;margin:0;padding:0;border:0;border-radius:0;box-shadow:none}
 .shop-product-table td{display:table-cell;padding:9px 10px;border-top:1px solid #e3e7ea}
 .shop-product-table td::before{display:none}
 .shop-product-table td:first-child,.shop-product-table td:last-child{grid-column:auto}
 .shop-table-coin{grid-template-columns:58px minmax(11rem,1fr)}
 .shop-table-coin img{width:58px;height:58px}
 .shop-product-table th:nth-child(4),.shop-product-table td:nth-child(4){display:none}
 .shop-product-table th:first-child{width:auto}.shop-product-table th:nth-child(3){width:3.6rem}.shop-product-table th:last-child{width:7.4rem}
 .shop-product-table td:first-child{overflow:hidden}
 .shop-table-coin{grid-template-columns:44px minmax(0,1fr);gap:7px}
 .shop-table-coin img{width:44px;height:44px}
 .shop-table-coin strong{font-size:.76rem;line-height:1.25;overflow-wrap:anywhere}
 .shop-table-actions{width:auto;min-width:0;flex-wrap:nowrap;gap:4px;justify-content:flex-end}
 .shop-row-view i,.shop-row-view svg{font-size:.76rem}
 .shop-table-actions .coin-compare-add{width:32px;min-width:32px;padding:0}.shop-table-actions .coin-compare-add span{display:none}
}
