.pst-tbl .pst-tbl-config{min-width:0}.pst-tbl .pst-tbl-config>.pst-panel{margin-bottom:18px}.pst-tbl .pst-tbl-intro{margin:4px 0 16px}.pst-tbl .pst-tbl-intro__title{font-family:var(--font-display);font-weight:800;font-size:24px;letter-spacing:-.015em;color:var(--ink);margin:0}.pst-tbl .pst-tbl-intro__sub{font-size:14.5px;line-height:1.55;color:var(--fg-2);margin:7px 0 0;max-width:62ch}.pst-tbl .pst-tbl-nav{position:sticky;top:calc(var(--header-height, 84px) + 20px);z-index:6;display:flex;flex-wrap:wrap;gap:8px;padding:9px;margin-bottom:18px;background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.pst-tbl .pst-tbl-nav:empty{display:none}.pst-tbl .pst-tbl-nav__chip{display:inline-flex;align-items:center;gap:8px;padding:6px 13px 6px 6px;border-radius:var(--radius-pill);background:var(--gray-50);border:1px solid var(--border);color:var(--fg-2);font-weight:600;font-size:13px;text-decoration:none;white-space:nowrap;transition:all .15s var(--ease-out)}.pst-tbl .pst-tbl-nav__num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#fff;border:1px solid var(--border);font-size:12px;font-weight:800;color:var(--fg-2);flex:0 0 auto;transition:inherit}.pst-tbl .pst-tbl-nav__chip:hover{border-color:var(--border-strong);color:var(--ink)}.pst-tbl .pst-tbl-nav__chip.is-required:not(.is-active) .pst-tbl-nav__num{background:#fef2f2;color:#dc2626;border-color:#fca5a5}.pst-tbl .pst-tbl-nav__chip.is-active{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:var(--shadow-brand)}.pst-tbl .pst-tbl-nav__chip.is-active .pst-tbl-nav__num{background:#ffffff38;color:#fff;border-color:transparent}.pst-tbl .pst-acc-group--table .pst-panel__step{margin-bottom:0}.pst-tbl .pst-acc-group--table .pst-acc__rows{display:flex;flex-direction:column;margin-top:15px;border-top:1px solid var(--border)}.pst-tbl .pst-acc-group--table[data-skipped=true] .pst-acc__rows{opacity:.4;pointer-events:none}.pst-tbl .pst-row{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr) max-content 150px;grid-template-areas:"thumb body price action";align-items:center;gap:16px;padding:15px 2px}.pst-tbl .pst-row+.pst-row{border-top:1px solid var(--border)}.pst-tbl .pst-row>*{position:relative;z-index:1}.pst-tbl .pst-row[data-in-kit=true]:before{content:"";position:absolute;top:0;bottom:0;left:-22px;right:-22px;z-index:0;background:var(--splash-50);box-shadow:inset 3px 0 0 var(--splash-500)}.pst-tbl .pst-row__media{grid-area:thumb;position:relative;width:58px;height:58px;flex:0 0 auto}.pst-tbl .pst-row__thumb{width:100%;height:100%;border:1px solid var(--border);border-radius:10px;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.pst-tbl .pst-row__thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.pst-tbl .pst-row__thumb-ph{color:var(--splash-300)}.pst-tbl .pst-row__check{position:absolute;top:-6px;right:-6px;z-index:2;width:20px;height:20px;border-radius:999px;background:var(--splash-500);color:#fff;box-shadow:0 0 0 2px #fff;display:none;align-items:center;justify-content:center}.pst-tbl .pst-row[data-in-kit=true] .pst-row__check{display:inline-flex}.pst-tbl .pst-row__body{grid-area:body;min-width:0}.pst-tbl .pst-row__title{font-family:var(--font-display);font-weight:700;font-size:15px;line-height:1.3;color:var(--ink);text-decoration:none;transition:color .15s var(--ease-out)}.pst-tbl .pst-row__title:hover{color:var(--splash-700);text-decoration:underline}.pst-tbl .pst-row__pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.pst-tbl .pst-row__pill{font-size:11px;font-weight:700;color:var(--splash-700);background:var(--splash-50);border:1px solid var(--splash-100, var(--border));padding:3px 8px;border-radius:var(--radius-pill);white-space:nowrap}.pst-tbl .pst-row__desc{font-size:12.5px;line-height:1.45;color:var(--fg-3);margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pst-tbl .pst-row__price{grid-area:price;justify-self:end;font-family:var(--font-display);font-weight:800;font-size:17px;color:var(--ink);white-space:nowrap}.pst-tbl .pst-row__action{grid-area:action;justify-self:end}.pst-tbl .pst-row__add{display:inline-flex;align-items:center;gap:6px;background:#fff;color:var(--brand);border:1.5px solid var(--border-brand);font-weight:700;font-size:13.5px;padding:8px 16px;border-radius:var(--radius-pill);cursor:pointer;transition:all .15s var(--ease-out);white-space:nowrap}.pst-tbl .pst-row__add:hover{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:var(--shadow-brand)}.pst-tbl .pst-row__add:active{transform:scale(.97)}.pst-tbl .pst-row__step{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.pst-tbl .pst-row__step[hidden]{display:none}.pst-tbl .pst-row__oos{font-weight:700;font-size:13px;color:var(--fg-3)}.pst-tbl .pst-tbl-config .pst-swatch__chip{height:104px}@media(max-width:620px){.pst-tbl .pst-row{grid-template-columns:52px minmax(0,1fr) auto;grid-template-areas:"thumb body  body" "thumb price action";align-items:start;row-gap:10px;column-gap:13px}.pst-tbl .pst-row__media{width:52px;height:52px}.pst-tbl .pst-row__price{justify-self:start;align-self:center;font-size:16px}.pst-tbl .pst-row__action{align-self:center}.pst-tbl .pst-row[data-in-kit=true]:before{left:-16px;right:-16px}.pst-tbl .pst-tbl-nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:920px){.pst-tbl .pst-kit-rail{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:60;display:flex;flex-direction:column;max-height:88vh;background:#fff;border-top:1px solid var(--border);border-radius:18px 18px 0 0;box-shadow:0 -12px 40px -14px #082a5566}.pst-tbl .pst-kitbar{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:12px 18px calc(12px + env(safe-area-inset-bottom,0px));background:#fff;border:0;cursor:pointer;text-align:left;border-radius:18px 18px 0 0;position:relative;z-index:1}.pst-tbl .pst-kit-rail.is-open .pst-kitbar{padding-bottom:12px;border-bottom:1px solid var(--border)}.pst-tbl .pst-kitbar__main{display:flex;align-items:center;gap:11px;min-width:0}.pst-tbl .pst-kitbar__box{width:34px;height:34px;border-radius:10px;flex:0 0 auto;background:var(--splash-50);color:var(--splash-600);display:flex;align-items:center;justify-content:center}.pst-tbl .pst-kitbar__info{display:flex;flex-direction:column;line-height:1.15;min-width:0}.pst-tbl .pst-kitbar__count{font-size:12px;font-weight:700;color:var(--splash-700)}.pst-tbl .pst-kitbar__sub{font-family:var(--font-display);font-weight:800;font-size:20px;color:var(--ink)}.pst-tbl .pst-kitbar__cue{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;font-weight:700;font-size:13.5px;color:var(--splash-600)}.pst-tbl .pst-kitbar__cue-close,.pst-tbl .pst-kit-rail.is-open .pst-kitbar__cue-open{display:none}.pst-tbl .pst-kit-rail.is-open .pst-kitbar__cue-close{display:inline}.pst-tbl .pst-kitbar__chev{transition:transform .3s var(--ease-out)}.pst-tbl .pst-kit-rail.is-open .pst-kitbar__chev{transform:rotate(180deg)}.pst-tbl .pst-kit{border:0;border-radius:0;box-shadow:none;min-height:0;max-height:0;overflow:hidden;transition:max-height .32s var(--ease-out)}.pst-tbl .pst-kit-rail.is-open .pst-kit{max-height:calc(88vh - 68px);overflow-y:auto}.pst-tbl .pst-kit__head{display:none}.pst-tbl .pst-kitbar__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;border:0;background:#0814286b}.pst-tbl .pst-kit-rail.is-open .pst-kitbar__scrim{display:block}.pst-tbl .pst-pdp{padding-bottom:78px}}.pst-tbl .pst-gallery__main[data-pst-zoom]{cursor:zoom-in;position:relative}.pst-tbl .pst-gallery__zoom{position:absolute;bottom:12px;right:12px;z-index:1;pointer-events:none;width:34px;height:34px;border-radius:var(--radius-pill);background:#ffffffeb;color:var(--ink);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:transform .15s var(--ease-out),background .15s var(--ease-out)}.pst-tbl .pst-gallery__main[data-pst-zoom]:hover .pst-gallery__zoom{transform:scale(1.08);background:#fff}.pst-tbl .pst-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#080f1ee6}@supports (backdrop-filter: blur(2px)){.pst-tbl .pst-lightbox{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}}.pst-tbl .pst-lightbox[hidden]{display:none}.pst-tbl .pst-lightbox__stage{position:relative;z-index:1;margin:0;max-width:min(1100px,94vw);max-height:90vh;display:flex}.pst-tbl .pst-lightbox__img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;background:#fff;box-shadow:0 30px 80px -20px #0009}.pst-tbl .pst-lightbox__btn{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;border:0;cursor:pointer;color:#fff;background:#ffffff24;border-radius:var(--radius-pill);transition:background .15s var(--ease-out)}.pst-tbl .pst-lightbox__btn:hover{background:#ffffff4d}.pst-tbl .pst-lightbox__btn:active{transform:scale(.94)}.pst-tbl .pst-lightbox__close{top:18px;right:18px;width:44px;height:44px}.pst-tbl .pst-lightbox__nav{top:50%;transform:translateY(-50%);width:48px;height:48px}.pst-tbl .pst-lightbox__nav:active{transform:translateY(-50%) scale(.94)}.pst-tbl .pst-lightbox__nav--prev{left:18px}.pst-tbl .pst-lightbox__nav--next{right:18px}.pst-tbl .pst-lightbox__counter{position:absolute;z-index:2;bottom:20px;left:50%;transform:translate(-50%);color:#fff;font-size:13px;font-weight:600;letter-spacing:.02em;background:#00000061;padding:5px 12px;border-radius:var(--radius-pill)}html.pst-lightbox-open{overflow:hidden}@media(max-width:620px){.pst-tbl .pst-lightbox{padding:0}.pst-tbl .pst-lightbox__img{border-radius:0;max-height:100vh}.pst-tbl .pst-lightbox__nav{width:42px;height:42px}.pst-tbl .pst-lightbox__nav--prev{left:8px}.pst-tbl .pst-lightbox__nav--next{right:8px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/pst-pool-table.css.map */
