.ptspl-library{--ptspl-accent:#f59e0b;--ptspl-header:#111827;--ptspl-card:#fff;--ptspl-text:#111827;--ptspl-muted:#6b7280;--ptspl-bg:#f3f4f6;--ptspl-columns:3;background:var(--ptspl-bg);border-radius:18px;overflow:hidden;color:var(--ptspl-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-shadow:0 10px 30px rgba(17,24,39,.08)}.ptspl-library *{box-sizing:border-box}.ptspl-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 30px;background:var(--ptspl-header);color:#fff}.ptspl-header h2{margin:0 0 6px!important;color:#fff!important;font-size:clamp(24px,4vw,38px)!important;line-height:1.05!important}.ptspl-header p{margin:0!important;color:rgba(255,255,255,.75)!important;font-size:16px}.ptspl-count{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:96px;height:72px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.08)}.ptspl-count strong{font-size:26px;line-height:1}.ptspl-count span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-top:5px;color:rgba(255,255,255,.7)}.ptspl-controls{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,.45fr) minmax(180px,.45fr) auto;gap:10px;padding:18px 20px;background:var(--ptspl-card);border-bottom:1px solid rgba(17,24,39,.08)}.ptspl-search,.ptspl-select-wrap{position:relative;display:flex;align-items:center}.ptspl-search svg{position:absolute;left:14px;width:19px;height:19px;fill:none;stroke:var(--ptspl-muted);stroke-width:2;stroke-linecap:round;pointer-events:none}.ptspl-search input,.ptspl-select-wrap select{width:100%;min-height:46px;border:1px solid rgba(17,24,39,.16)!important;border-radius:10px!important;background:#fff!important;color:var(--ptspl-text)!important;font:inherit!important;box-shadow:none!important}.ptspl-search input{padding:0 14px 0 44px!important}.ptspl-select-wrap select{padding:0 38px 0 14px!important}.ptspl-search input:focus,.ptspl-select-wrap select:focus{outline:2px solid color-mix(in srgb,var(--ptspl-accent) 55%,transparent)!important;border-color:var(--ptspl-accent)!important}.ptspl-view-buttons{display:flex;align-items:center;gap:4px;padding:4px;background:var(--ptspl-bg);border-radius:10px}.ptspl-view-button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:7px;background:transparent;color:var(--ptspl-muted);cursor:pointer}.ptspl-view-button.active{background:var(--ptspl-card);color:var(--ptspl-header);box-shadow:0 1px 4px rgba(17,24,39,.12)}.ptspl-view-button svg{width:20px;height:20px;fill:currentColor;stroke:currentColor;stroke-width:2;stroke-linecap:round}.ptspl-products{display:grid;grid-template-columns:repeat(var(--ptspl-columns),minmax(0,1fr));gap:18px;padding:22px}.ptspl-card{position:relative;display:flex;flex-direction:column;min-width:0;background:var(--ptspl-card);border:1px solid rgba(17,24,39,.08);border-radius:14px;overflow:hidden;box-shadow:0 3px 10px rgba(17,24,39,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ptspl-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(17,24,39,.12);border-color:color-mix(in srgb,var(--ptspl-accent) 50%,transparent)}.ptspl-image-link{position:relative;display:grid;place-items:center;aspect-ratio:4/3;background:#fff;padding:18px;text-decoration:none!important}.ptspl-image{display:block;max-width:100%;width:100%;height:100%;object-fit:contain}.ptspl-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--ptspl-muted)}.ptspl-image-placeholder svg{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.ptspl-featured-badge{position:absolute;top:12px;left:12px;background:var(--ptspl-accent);color:#111827;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;box-shadow:0 2px 8px rgba(0,0,0,.16)}.ptspl-card-content{display:flex;flex-direction:column;flex:1;padding:17px}.ptspl-category{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ptspl-accent);margin-bottom:8px}.ptspl-title{font-size:17px!important;line-height:1.35!important;margin:0 0 12px!important}.ptspl-title a{color:var(--ptspl-text)!important;text-decoration:none!important}.ptspl-title a:hover{color:var(--ptspl-accent)!important}.ptspl-card-meta{min-height:48px}.ptspl-pricing{display:flex;align-items:baseline;gap:8px;margin-bottom:5px}.ptspl-current-price{font-size:21px;font-weight:800;color:var(--ptspl-text)}.ptspl-pricing del{font-size:13px;color:var(--ptspl-muted)}.ptspl-check-price{font-size:13px;font-weight:600;color:var(--ptspl-muted)}.ptspl-availability{font-size:12px;color:var(--ptspl-muted)}.ptspl-card-bottom{display:flex;flex-direction:column;gap:9px;margin-top:auto;padding-top:16px}.ptspl-button{display:flex!important;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:10px 15px!important;border-radius:9px!important;background:var(--ptspl-header)!important;color:#fff!important;text-decoration:none!important;font-size:14px!important;font-weight:800!important;line-height:1!important;transition:background .16s ease,color .16s ease!important}.ptspl-button:hover{background:var(--ptspl-accent)!important;color:#111827!important}.ptspl-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.ptspl-updated{display:block;font-size:10px;line-height:1.35;color:var(--ptspl-muted);text-align:center}.ptspl-footer{padding:18px 24px 22px;background:var(--ptspl-card);border-top:1px solid rgba(17,24,39,.08)}.ptspl-footer p{margin:0!important;color:var(--ptspl-muted)!important;font-size:12px!important;line-height:1.55!important}.ptspl-footer .ptspl-price-note{margin-top:5px!important}.ptspl-empty{padding:44px 24px;text-align:center;color:var(--ptspl-muted);font-weight:700}.ptspl-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.ptspl-card[hidden]{display:none!important}
.ptspl-library.ptspl-layout-list .ptspl-products{grid-template-columns:1fr}.ptspl-library.ptspl-layout-list .ptspl-card{display:grid;grid-template-columns:190px minmax(0,1fr)}.ptspl-library.ptspl-layout-list .ptspl-image-link{aspect-ratio:auto;min-height:170px}.ptspl-library.ptspl-layout-list .ptspl-card-content{padding:20px}.ptspl-library.ptspl-layout-list .ptspl-card-bottom{display:grid;grid-template-columns:minmax(150px,220px) 1fr;align-items:center}.ptspl-library.ptspl-layout-list .ptspl-updated{text-align:left}
@media(max-width:900px){.ptspl-controls{grid-template-columns:1fr 1fr}.ptspl-search{grid-column:span 2}.ptspl-view-buttons{justify-self:end}.ptspl-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.ptspl-library{border-radius:12px}.ptspl-header{align-items:flex-start;padding:22px 18px}.ptspl-count{display:none}.ptspl-controls{grid-template-columns:1fr;padding:14px}.ptspl-search{grid-column:auto}.ptspl-view-buttons{justify-self:stretch;justify-content:flex-end}.ptspl-products{grid-template-columns:1fr;padding:14px;gap:14px}.ptspl-library.ptspl-layout-list .ptspl-card{grid-template-columns:112px minmax(0,1fr)}.ptspl-library.ptspl-layout-list .ptspl-image-link{min-height:150px;padding:8px}.ptspl-library.ptspl-layout-list .ptspl-card-content{padding:14px}.ptspl-library.ptspl-layout-list .ptspl-card-bottom{grid-template-columns:1fr}.ptspl-library.ptspl-layout-list .ptspl-updated{text-align:center}.ptspl-title{font-size:15px!important}.ptspl-current-price{font-size:18px}}
