main.products-search-page{padding:7.5vw 0;width:100%;min-height:100vh;position:relative;gap:2vw;justify-content:flex-start!important;z-index:2;overflow-x:clip!important}.psp-sticky-boundary{width:100%}@media screen and (max-width:992px){main.products-search-page{padding:17vw 0;min-height:190vh;overflow-x:hidden;gap:3vw;justify-content:flex-start!important}}.psp-container{width:100%;max-width:96rem;margin:0 auto;padding:0 2rem;align-items:flex-start;gap:1.5rem;overflow:visible;position:relative}.psp-sidebar{position:-webkit-sticky;position:sticky;top:calc(3.5vw + .35vw + 2.5vw + 1rem);align-self:flex-start;z-index:10;width:18rem;padding:1.25rem;border-radius:1rem;background:var(--primary-0);border:1px solid var(--primary-200);box-shadow:0 .25rem .75rem rgba(0,0,0,.08)}.psp-main{flex:1 1 auto;min-width:0;width:100%;position:relative}.psp-filters-drawer-trigger{display:none}@media screen and (max-width:992px){.psp-container{flex-direction:column;padding:0 1rem;gap:1rem}.psp-main{padding-top:12vw}.psp-sidebar{display:none}.psp-filters-drawer-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:.15rem solid rgba(192,201,227,.45);border-right:none;border-left:none;border-radius:1rem;background:linear-gradient(45deg,rgba(178,190,227,.25),rgba(178,190,227,.05));font-family:var(--mainFontFamily),sans-serif;font-size:var(--fontSize-xxs);color:var(--primary-700);cursor:pointer;transition:color .2s,background .2s;margin-bottom:.5rem}.psp-filters-drawer-trigger:hover{color:var(--primary-blue-500)}.psp-filters-drawer-trigger i{font-size:1rem}}body.dark .psp-filters-drawer-trigger{background:linear-gradient(45deg,rgba(178,190,227,.12),rgba(178,190,227,.02));border-top-color:rgba(192,201,227,.35);border-bottom-color:rgba(192,201,227,.35);color:var(--primary-300)}body.dark .psp-filters-drawer-trigger:hover{color:var(--primary-blue-300)}body.dark .psp-sidebar{background:var(--primary-800);border-color:var(--primary-700);box-shadow:0 .25rem .75rem rgba(0,0,0,.2)}.psp-filters{width:100%;height:-moz-fit-content;height:fit-content;gap:1.25rem;align-items:stretch}.psp-filters-header{width:100%;justify-content:flex-start;padding-bottom:.5rem;border-bottom:1px solid var(--primary-200)}.psp-filters-title{margin:0;font-size:var(--fontSize-sm);font-weight:600;color:var(--primary-800)}.psp-filters-body{width:100%;gap:1.25rem;align-items:stretch}.psp-filters-price-row{width:100%;gap:.5rem;align-items:stretch}.psp-filters-price-row .psp-filter-number-wrap{flex:1 1}.psp-filters-actions{width:100%;gap:.75rem;align-items:stretch;padding-top:.5rem;border-top:1px solid var(--primary-200)}.psp-filters-reset{width:100%;padding:.5rem 1rem;border:.15rem solid rgba(192,201,227,.45);border-right:none;border-left:none;border-radius:1rem;background:linear-gradient(45deg,rgba(178,190,227,.25),rgba(178,190,227,.05));font-family:var(--mainFontFamily),sans-serif;font-size:var(--fontSize-xxs);color:var(--primary-700);cursor:pointer;transition:border-color .2s,color .2s,background .2s}.psp-filters-reset:hover{color:var(--primary-blue-500)}.psp-filters-reset:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.psp-filters-reset:disabled:hover{color:var(--primary-700)}body.dark .psp-filters-header{border-bottom-color:var(--primary-700)}body.dark .psp-filters-title{color:var(--primary-200)}body.dark .psp-filters-actions{border-top-color:var(--primary-700)}body.dark .psp-filters-reset{background:linear-gradient(45deg,rgba(178,190,227,.12),rgba(178,190,227,.02));border-top-color:rgba(192,201,227,.35);border-bottom-color:rgba(192,201,227,.35);color:var(--primary-300)}body.dark .psp-filters-reset:hover{color:var(--primary-blue-300)}body.dark .psp-filters-reset:disabled{opacity:.5;cursor:not-allowed}.psp-filter-section{width:100%;gap:.5rem;align-items:stretch}.psp-filter-section-label{font-size:var(--fontSize-xxxs);font-weight:600;color:var(--primary-700)}body.dark .psp-filter-section-label{color:var(--primary-300)}.psp-filter-dropdown{position:relative;width:100%}.psp-filter-dropdown-trigger{width:100%;padding:.5rem .85rem;border:1px solid var(--primary-300);border-radius:.75rem;background:var(--primary-0);font-family:var(--mainFontFamily),sans-serif;font-size:var(--fontSize-xxs);color:var(--primary-900);cursor:pointer;justify-content:space-between;transition:border-color .2s,box-shadow .2s}.psp-filter-dropdown-trigger:hover{border-color:var(--primary-blue-400)}.psp-filter-dropdown-trigger:focus-visible{outline:none;border-color:var(--primary-blue-500);box-shadow:0 0 0 2px rgba(2,61,243,.25)}.psp-filter-dropdown-value{flex:1 1;text-align:right}.psp-filter-dropdown-icon{font-size:.75rem;color:var(--primary-600);transition:transform .2s}.psp-filter-dropdown-icon.is-open{transform:rotate(180deg)}.psp-filter-dropdown-list{position:absolute;top:calc(100% + .25rem);right:0;left:0;z-index:50;max-height:14rem;overflow-y:auto;border:1px solid var(--primary-200);border-radius:.75rem;background:var(--primary-0);box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);padding:.25rem}.psp-filter-dropdown-item{width:100%;padding:.5rem .85rem;border:none;border-radius:.5rem;background:transparent;font-family:var(--mainFontFamily),sans-serif;font-size:var(--fontSize-xxs);color:var(--primary-800);cursor:pointer;justify-content:flex-start;text-align:right;transition:background .15s}.psp-filter-dropdown-item:hover{background:var(--primary-100)}.psp-filter-dropdown-item.is-selected{background:var(--primary-blue-25);color:var(--primary-blue-700);font-weight:600}body.dark .psp-filter-dropdown-trigger{background:var(--primary-800);border-color:var(--primary-600);color:var(--primary-100)}body.dark .psp-filter-dropdown-trigger:hover{border-color:var(--primary-blue-400)}body.dark .psp-filter-dropdown-icon{color:var(--primary-400)}body.dark .psp-filter-dropdown-list{background:var(--primary-800);border-color:var(--primary-700)}body.dark .psp-filter-dropdown-item{color:var(--primary-200)}body.dark .psp-filter-dropdown-item:hover{background:var(--primary-700)}body.dark .psp-filter-dropdown-item.is-selected{background:rgba(2,61,243,.2);color:var(--primary-blue-300)}.psp-filter-switch{cursor:pointer;gap:.75rem;align-items:center;justify-content:flex-start;-webkit-user-select:none;-moz-user-select:none;user-select:none}.psp-filter-switch-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.psp-filter-switch-track{position:relative;width:2.75rem;height:1.5rem;border-radius:2rem;background:var(--primary-300);transition:background .2s ease;flex-shrink:0;direction:ltr}.psp-filter-switch-thumb{position:absolute;top:.2rem;left:.2rem;width:1.1rem;height:1.1rem;border-radius:50%;background:var(--primary-0);box-shadow:0 .125rem .25rem rgba(0,0,0,.15);transition:transform .2s ease}.psp-filter-switch-thumb.is-on{transform:translateX(1.25rem)}.psp-filter-switch:focus-within .psp-filter-switch-track,.psp-filter-switch:hover .psp-filter-switch-track{background:var(--primary-400)}.psp-filter-switch-input:checked~.psp-filter-switch-track{background:linear-gradient(45deg,var(--primary-blue-500),var(--primary-cyan-500))}.psp-filter-switch-thumb.is-on{background:linear-gradient(45deg,var(--primary-blue-100),var(--primary-blue-300));border:1px solid rgba(122,143,210,.5);box-shadow:0 0 .2rem rgba(192,201,227,.45)}.psp-filter-switch-label{font-size:var(--fontSize-xxs);color:var(--primary-800)}body.dark .psp-filter-switch-track{background:var(--primary-600)}body.dark .psp-filter-switch-thumb{background:var(--primary-200)}body.dark .psp-filter-switch-thumb.is-on{background:linear-gradient(45deg,var(--primary-blue-100),var(--primary-blue-300));border-color:rgba(122,143,210,.5)}body.dark .psp-filter-switch:focus-within .psp-filter-switch-track,body.dark .psp-filter-switch:hover .psp-filter-switch-track{background:var(--primary-500)}body.dark .psp-filter-switch-label{color:var(--primary-200)}.psp-filter-switch-input:focus-visible~.psp-filter-switch-track{outline:2px solid var(--primary-blue-400);outline-offset:2px}.psp-filter-number-wrap{width:100%}.psp-filter-number-input{width:100%;padding:.5rem .85rem;border:1px solid var(--primary-300);border-radius:.75rem;background:var(--primary-0);font-family:var(--mainFontFamily),sans-serif;font-size:var(--fontSize-xxs);color:var(--primary-900);transition:border-color .2s,box-shadow .2s}.psp-filter-number-input::placeholder{color:var(--primary-500)}.psp-filter-number-input:hover{border-color:var(--primary-blue-200)}.psp-filter-number-input:focus{outline:none;border-color:var(--primary-blue-500);box-shadow:0 0 0 2px rgba(2,61,243,.2)}body.dark .psp-filter-number-input{background:var(--primary-800);border-color:var(--primary-600);color:var(--primary-100)}body.dark .psp-filter-number-input::placeholder{color:var(--primary-500)}body.dark .psp-filter-number-input:focus{border-color:var(--primary-blue-400)}.psp-filters-drawer-container{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:100;overflow:hidden;animation:psp-filters-drawer-fade-in .3s ease-in-out forwards}@keyframes psp-filters-drawer-fade-in{0%{backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);background-color:transparent}to{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:rgba(9,20,33,.2)}}.psp-filters-drawer-backdrop{position:absolute;inset:0;z-index:1}.psp-filters-drawer-wrapper{padding:14vw 4vw 2rem;width:100%;max-height:88vh;position:absolute;bottom:0;left:0;z-index:2;background-color:var(--primary-0);border-radius:10vw 10vw 0 0;box-shadow:0 -1vw 4vw rgba(14,14,14,.2);animation:psp-filters-drawer-slide-up .4s ease-in-out forwards;justify-content:flex-start!important;gap:1rem;overflow:hidden;flex-direction:column}@keyframes psp-filters-drawer-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.psp-filters-drawer-close-btn{padding:0!important;min-width:unset!important;width:36vw;height:7vw;position:absolute;top:-2vw;z-index:15;cursor:pointer}.psp-filters-drawer-close-btn img{width:100%;height:100%;position:relative;z-index:1}.psp-filters-drawer-close-btn span{width:90%;position:absolute;z-index:2;color:#ffffff;font-size:3.3vw;font-weight:600!important;transition:all .15s ease-in-out;text-align:center;white-space:nowrap;gap:2vw!important;transform:translateY(-3%)}.psp-filters-drawer-close-btn:hover span{color:var(--primary-cyan-200)}.psp-filters-drawer-content{width:100%;flex:1 1 auto;min-height:0;overflow-y:auto;padding-bottom:2rem}body.dark .psp-filters-drawer-wrapper{background-color:var(--primary-900)}.psp-product-list{width:100%;gap:.625rem}.psp-product-list-meta{width:100%}.psp-product-list-count{font-size:var(--fontSize-sm);color:var(--primary-600)}.psp-product-list-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:.375rem;gap:.375rem;width:100%;align-items:stretch}@media screen and (min-width:400px){.psp-product-list-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media screen and (min-width:576px){.psp-product-list-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:768px){.psp-product-list-grid{grid-template-columns:repeat(4,1fr);gap:.625rem}}@media screen and (min-width:992px){.psp-product-list-grid{grid-template-columns:repeat(5,1fr);gap:.75rem}}.psp-product-list-empty{width:100%;min-height:12rem;align-items:center;justify-content:center;gap:1rem;color:var(--primary-600);font-size:var(--fontSize-md)}.psp-product-list-empty-icon{width:100%;max-width:8rem;height:auto;object-fit:contain;margin-top:4rem}.psp-product-list-more-skeletons{width:100%}.psp-product-list-more-skeletons .psp-product-list-grid{margin-top:.5rem}.psp-product-list-sentinel{width:100%;height:1px;pointer-events:none}@media screen and (max-width:992px){.psp-product-list{gap:.5rem}.psp-product-list-grid{grid-template-columns:1fr;gap:.5rem}}body.dark .psp-product-list-count,body.dark .psp-product-list-empty{color:var(--primary-400)}.psp-product-list-grid .psp-product-card.lso-slide-card{padding:.35rem .4rem;width:100%;height:100%;min-height:0;border-radius:1rem;overflow:hidden;border-top:2px solid rgba(255,255,255,.85);border-bottom:2px solid rgba(255,255,255,.95);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);justify-content:space-between!important;box-shadow:0 0 .5rem rgba(0,0,0,.1);background:linear-gradient(180deg,rgba(255,255,255,.8),rgba(255,255,255,.9));transition:box-shadow .2s}.psp-product-list-grid .psp-product-card.lso-slide-card:hover{box-shadow:0 0 .75rem rgba(0,0,0,.12)}.psp-product-list-grid .psp-product-card.lso-slide-card figure{padding:.65rem;width:100%;min-height:0;height:auto;position:relative;border-radius:.75rem;background:#ffffff;overflow:hidden}.psp-product-list-grid .psp-product-card.lso-slide-card figure img{width:100%;height:auto;border-radius:.5rem;object-fit:contain;pointer-events:auto}.psp-product-list-grid .psp-product-card.lso-slide-card figure .lso-item-discount-label{width:1.85rem;height:1.75rem;position:absolute;top:6%;right:6%;z-index:2;border-radius:50%;background:linear-gradient(55deg,var(--primary-blue-500),var(--primary-cyan-500) 90%)}.psp-product-list-grid .psp-product-card.lso-slide-card figure .lso-item-discount-label:before{content:"";position:absolute;top:25%;width:110%;height:110%;border-radius:50%;border-top:1px solid var(--primary-blue-100);border-bottom:1px solid var(--primary-blue-100);z-index:3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:rgba(163,198,236,.1);box-shadow:0 0 .25rem rgba(0,0,0,.2)}.psp-product-list-grid .psp-product-card.lso-slide-card figure .lso-item-discount-label>span{position:absolute;z-index:4;gap:0;top:44%}.psp-product-list-grid .psp-product-card.lso-slide-card figure .lso-item-discount-label>span span{width:100%;position:relative;z-index:4;font-size:var(--fontSize-sm);color:var(--primary-blue-800);opacity:.9;gap:1px}.psp-product-list-grid .psp-product-card.lso-slide-card figure .lso-item-discount-label>span span span{font-size:var(--fontSize-xxs)}.psp-product-list-grid .psp-product-card.lso-slide-card figure div.instalment-box{padding:.2rem .2rem .2rem .5rem;width:calc(100% - .5rem);height:1.75rem;border-radius:.75rem;position:absolute;bottom:.35rem;left:.35rem;z-index:4;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:rgba(255,255,255,.4);box-shadow:0 0 .4rem rgba(0,0,0,.15);justify-content:space-between!important}.psp-product-list-grid .psp-product-card.lso-slide-card figure div.instalment-box .ib-right-side{width:1.5rem;height:1.5rem;border-radius:50%;background:linear-gradient(45deg,var(--primary-cyan-500),var(--primary-blue-500));color:#ffffff;gap:0!important}.psp-product-list-grid .psp-product-card.lso-slide-card figure div.instalment-box .ib-right-side span:first-child{font-size:.65rem;font-weight:700;transform:translateY(10%)}.psp-product-list-grid .psp-product-card.lso-slide-card figure div.instalment-box .ib-right-side span:nth-child(2){font-size:.5rem;font-weight:300;transform:translateY(-37%)}.psp-product-list-grid .psp-product-card.lso-slide-card figure div.instalment-box h5{gap:.25rem;font-size:.6rem;font-weight:600;margin:0}.psp-product-list-grid .psp-product-card.lso-slide-card figure div.instalment-box h5 svg{fill:#5d5d5d;width:.65rem;height:.65rem}.psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content{width:100%;height:36%!important;min-height:0;justify-content:space-between!important;gap:0!important;padding:.2rem 0}.psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content>h5.lso-slide-card-title{width:95%;min-height:0;position:relative;text-align:start!important;font-weight:400;font-size:.8rem;align-items:flex-start!important;overflow:hidden;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content>h4.lso-slide-card-price{padding-bottom:.2rem;width:95%;height:auto;align-items:flex-end!important;justify-content:flex-end!important;font-size:.95rem;color:var(--primary-blue-500);gap:.1rem!important;margin:0}.psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content>h4.lso-slide-card-price svg{fill:var(--primary-blue-500);width:1rem;height:1rem}.psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content>h4.lso-slide-card-price s{font-size:.75rem;letter-spacing:.5px;font-weight:300;color:var(--primary-cyan-500)}@media screen and (max-width:992px){.psp-product-list-grid .psp-product-card.lso-slide-card{flex-direction:row;align-items:stretch;padding:.5rem .6rem;border-radius:1rem;border-top-width:2px;border-bottom-width:2px;gap:.75rem;min-height:0}.psp-product-list-grid .psp-product-card.lso-slide-card figure{flex:0 0 auto;width:6.25rem;height:6.25rem;min-width:6.25rem;min-height:6.25rem;padding:.35rem;border-radius:.75rem;align-self:center}.psp-product-list-grid .psp-product-card.lso-slide-card figure img{width:100%;height:100%;object-fit:contain;border-radius:.5rem}.psp-product-list-grid .psp-product-card.lso-slide-card figure .lso-item-discount-label{width:1.6rem;height:1.5rem;top:2%;right:2%}.psp-product-list-grid .psp-product-card.lso-slide-card figure .lso-item-discount-label>span span{font-size:.6rem}.psp-product-list-grid .psp-product-card.lso-slide-card figure div.instalment-box{padding:.1rem .1rem .1rem .25rem;height:1.25rem;bottom:.2rem;left:.2rem}.psp-product-list-grid .psp-product-card.lso-slide-card figure div.instalment-box .ib-right-side{width:1rem;height:1rem}.psp-product-list-grid .psp-product-card.lso-slide-card figure div.instalment-box h5{font-size:.5rem}.psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content{flex:1 1 auto;min-width:0;height:auto!important;justify-content:space-between!important;align-items:stretch;padding:.25rem 0;gap:0!important}.psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content>h5.lso-slide-card-title{font-size:.8rem;min-height:0;-webkit-line-clamp:2;line-clamp:2;align-self:flex-start}.psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content>h4.lso-slide-card-price{font-size:.9rem;width:auto;max-width:100%;justify-content:flex-start!important;align-items:center!important;align-self:flex-start;margin-top:auto;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:0;margin-inline-end:0;padding-bottom:0}.psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content>h4.lso-slide-card-price svg{width:.9rem;height:.9rem}.psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content>h4.lso-slide-card-price s{font-size:.7rem}}body.dark .psp-product-list-grid .psp-product-card.lso-slide-card{background:linear-gradient(180deg,rgba(57,57,57,.95),rgba(39,39,39,.98));border-top-color:rgba(255,255,255,.15);border-bottom-color:rgba(255,255,255,.2)}body.dark .psp-product-list-grid .psp-product-card.lso-slide-card figure{background:var(--primary-800)}body.dark .psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content>h5.lso-slide-card-title{color:var(--primary-100)}body.dark .psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content>h4.lso-slide-card-price{color:var(--primary-blue-300)}body.dark .psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content>h4.lso-slide-card-price svg{fill:var(--primary-blue-300)}body.dark .psp-product-list-grid .psp-product-card.lso-slide-card .lso-slide-card-txt-content>h4.lso-slide-card-price s{color:var(--primary-cyan-400)}.psp-product-card-skeleton{width:100%;min-height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;border-radius:.75rem;overflow:hidden;background:var(--primary-0);border:1px solid var(--primary-200)}.psp-skeleton-image{width:100%;flex:0 0 auto;aspect-ratio:1;background:linear-gradient(90deg,var(--primary-100) 25%,var(--primary-200) 50%,var(--primary-100) 75%);background-size:200% 100%;animation:psp-skeleton-shine 1.2s ease-in-out infinite}.psp-skeleton-content{flex:1 1 auto;display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem 1rem;min-height:4rem}.psp-skeleton-line{height:.875rem;border-radius:.25rem;background:linear-gradient(90deg,var(--primary-100) 25%,var(--primary-200) 50%,var(--primary-100) 75%);background-size:200% 100%;animation:psp-skeleton-shine 1.2s ease-in-out infinite}.psp-skeleton-title{width:95%;height:1rem}.psp-skeleton-price{width:55%;height:1.125rem;margin-top:.25rem}@keyframes psp-skeleton-shine{0%{background-position:200% 0}to{background-position:-200% 0}}@media screen and (max-width:992px){.psp-product-card-skeleton{flex-direction:row;align-items:stretch;border-radius:1rem;gap:.75rem;padding:.5rem .6rem}.psp-skeleton-image{flex:0 0 auto;width:6.25rem;height:6.25rem;min-width:6.25rem;min-height:6.25rem;aspect-ratio:unset;border-radius:.75rem}.psp-skeleton-content{flex:1 1 auto;min-width:0;padding:.25rem 0;justify-content:space-between}.psp-skeleton-line{height:.875rem}.psp-skeleton-title{height:1rem;width:100%;align-self:flex-start}.psp-skeleton-price{height:1.125rem;width:55%;margin-top:auto;align-self:flex-end}}body.dark .psp-product-card-skeleton{background:var(--primary-800);border-color:var(--primary-700)}body.dark .psp-skeleton-image,body.dark .psp-skeleton-line{background:linear-gradient(90deg,var(--primary-700) 25%,var(--primary-600) 50%,var(--primary-700) 75%);background-size:200% 100%}.psp-toolbar{width:100%;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.psp-toolbar-chips-wrap{flex:1 1 auto;min-width:0}@media screen and (max-width:992px){.psp-toolbar-chips-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.psp-toolbar-chips-wrap::-webkit-scrollbar{display:none}}.psp-toolbar-count{align-items:baseline;gap:.35rem}.psp-toolbar-count-number{font-size:var(--fontSize-sm);font-weight:700;color:var(--primary-blue-600)}.psp-toolbar-count-label{font-size:var(--fontSize-xxs);color:var(--primary-600)}.psp-toolbar-count-loading{font-size:var(--fontSize-xs);color:var(--primary-500)}body.dark .psp-toolbar-count-number{color:var(--primary-blue-400)}body.dark .psp-toolbar-count-label{color:var(--primary-400)}body.dark .psp-toolbar-count-loading{color:var(--primary-500)}.psp-sort-chips{flex-wrap:wrap;gap:.5rem;justify-content:flex-start}@media screen and (max-width:992px){.psp-sort-chips{flex-wrap:nowrap;justify-content:flex-start;direction:rtl;width:max-content}.psp-sort-chip{flex-shrink:0}}.psp-sort-chip{padding:.3rem .6rem;border-radius:2rem;border:.15rem solid rgba(192,201,227,.45);border-right:none;border-left:none;background:linear-gradient(45deg,rgba(178,190,227,.25),rgba(178,190,227,.05));font-family:var(--mainFontFamily),sans-serif;font-size:var(--fontSize-xxxs);color:var(--primary-700);cursor:pointer;transition:border-color .2s,background .2s,color .2s}.psp-sort-chip:hover{color:var(--primary-blue-500)}.psp-sort-chip.active{font-weight:500;background:linear-gradient(45deg,var(--primary-blue-500),var(--primary-cyan-500));color:#ffffff!important;border-color:transparent}.psp-sort-chip.active:hover{background:linear-gradient(45deg,var(--primary-blue-600),var(--primary-cyan-600));color:#ffffff!important}body.dark .psp-sort-chip{background:linear-gradient(45deg,rgba(178,190,227,.12),rgba(178,190,227,.02));border-top-color:rgba(192,201,227,.35);border-bottom-color:rgba(192,201,227,.35);color:var(--primary-300)}body.dark .psp-sort-chip:hover{color:var(--primary-blue-300)}body.dark .psp-sort-chip.active{background:linear-gradient(45deg,var(--primary-blue-500),var(--primary-cyan-500));color:#ffffff!important;border-color:transparent}body.dark .psp-sort-chip.active:hover{background:linear-gradient(45deg,var(--primary-blue-400),var(--primary-cyan-400));color:#ffffff!important}