.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-price-range{width:100%;gap:1vw;align-items:stretch!important}.psp-price-slider{position:relative;width:100%;height:1.6vw;direction:ltr}.psp-price-slider.disabled{opacity:.5;pointer-events:none}.psp-price-track,.psp-price-track-fill{position:absolute;top:50%;transform:translateY(-50%);height:.3vw;border-radius:1vw;pointer-events:none}.psp-price-track{inset-inline:0;background:rgba(107,139,171,.25)}.psp-price-track-fill{background:var(--primary-blue-500)}.psp-price-thumb{position:absolute;inset-inline:0;top:0;width:100%;height:100%;margin:0;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.psp-price-thumb:focus{outline:none}.psp-price-thumb::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:auto;width:1.1vw;height:1.1vw;border-radius:50%;background:#ffffff;border:.2vw solid var(--primary-blue-500);box-shadow:0 0 .4vw rgba(0,0,0,.2);cursor:pointer}.psp-price-thumb::-moz-range-thumb{pointer-events:auto;width:1.1vw;height:1.1vw;border-radius:50%;background:#ffffff;border:.2vw solid var(--primary-blue-500);box-shadow:0 0 .4vw rgba(0,0,0,.2);cursor:pointer}.psp-price-thumb::-moz-range-track{background:none}.psp-price-inputs{width:100%;gap:.75vw}.psp-price-field{flex:1 1;min-width:0;gap:.3vw;align-items:flex-start!important}.psp-price-field span{font-size:var(--fontSize-xxs);color:var(--primary-500)}.psp-price-field input{width:100%;padding:.5vw .75vw;border-radius:.8vw;border:.1vw solid rgba(107,139,171,.3);background:#ffffff;font-size:var(--fontSize-xxs);color:var(--primary-700);text-align:left;direction:ltr}.psp-price-field input:focus{outline:none;border-color:var(--primary-blue-500)}body.dark .psp-price-field input{background-color:rgba(35,35,48,.8);color:var(--primary-200)}@media screen and (max-width:992px){.psp-price-range{gap:3vw}.psp-price-slider{height:6vw}.psp-price-track,.psp-price-track-fill{height:1.2vw}.psp-price-thumb::-webkit-slider-thumb{width:5vw;height:5vw;border-width:.8vw}.psp-price-thumb::-moz-range-thumb{width:5vw;height:5vw;border-width:.8vw}.psp-price-inputs{gap:3vw}.psp-price-field span{font-size:3vw}.psp-price-field input{padding:2.2vw 3vw;border-radius:3vw;font-size:3.4vw}}.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)}