:root{--boost-bg: hsl(30 30% 97%);--boost-bg-secondary: hsl(30 25% 93%);--boost-text: hsl(0 0% 21%);--boost-text-muted: hsl(0 0% 45%);--boost-primary: hsl(0 60% 86%);--boost-primary-hover: hsl(0 55% 80%);--boost-secondary: hsl(95 24% 62%);--boost-secondary-hover: hsl(95 24% 52%);--boost-border: hsl(30 20% 88%);--boost-shadow: 0 4px 20px -4px hsl(0 0% 21% / .08);--boost-shadow-lg: 0 10px 40px -10px hsl(0 0% 21% / .15);--boost-radius: .5rem;--boost-radius-lg: 1rem;--boost-font-heading: "Playfair Display", Georgia, serif;--boost-font-body: "Montserrat", system-ui, sans-serif;--boost-transition: .3s ease}.boost-pfs-search-box,.boost-pfs-search-suggestion{font-family:var(--boost-font-body)}.boost-pfs-search-box{position:relative;width:100%;max-width:600px}.boost-pfs-search-box input[type=text],.boost-pfs-search-box .boost-pfs-search-input{width:100%;padding:1rem 1.5rem 1rem 3rem;font-family:var(--boost-font-body);font-size:.9375rem;font-weight:300;color:var(--boost-text);background:var(--boost-bg);border:1px solid var(--boost-border);border-radius:var(--boost-radius-lg);transition:all var(--boost-transition);outline:none}.boost-pfs-search-box input[type=text]:focus,.boost-pfs-search-box .boost-pfs-search-input:focus{border-color:var(--boost-secondary);box-shadow:0 0 0 3px #9ab58726}.boost-pfs-search-box input[type=text]::placeholder,.boost-pfs-search-box .boost-pfs-search-input::placeholder{color:var(--boost-text-muted);font-weight:300}.boost-pfs-search-box .boost-pfs-search-icon,.boost-pfs-search-box:before{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--boost-text-muted);pointer-events:none}.boost-pfs-search-suggestion{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:var(--boost-bg);border:1px solid var(--boost-border);border-radius:var(--boost-radius-lg);box-shadow:var(--boost-shadow-lg);z-index:1000;overflow:hidden;animation:boostFadeIn .2s ease}@keyframes boostFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.boost-pfs-search-suggestion-header{padding:.75rem 1rem;font-family:var(--boost-font-body);font-size:.6875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--boost-text-muted);background:var(--boost-bg-secondary);border-bottom:1px solid var(--boost-border)}.boost-pfs-search-suggestion-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;transition:background var(--boost-transition);cursor:pointer;text-decoration:none}.boost-pfs-search-suggestion-item:hover{background:var(--boost-bg-secondary)}.boost-pfs-search-suggestion-item img{width:50px;height:50px;object-fit:cover;border-radius:var(--boost-radius);border:1px solid var(--boost-border)}.boost-pfs-search-suggestion-item-title{font-family:var(--boost-font-heading);font-size:.9375rem;font-weight:400;color:var(--boost-text);margin-bottom:.25rem}.boost-pfs-search-suggestion-item-price{font-family:var(--boost-font-body);font-size:.8125rem;font-weight:500;color:var(--boost-secondary)}.boost-pfs-search-suggestion-collection,.boost-pfs-search-suggestion-page{padding:.625rem 1rem;font-size:.875rem;color:var(--boost-text);transition:all var(--boost-transition);cursor:pointer;display:block;text-decoration:none}.boost-pfs-search-suggestion-collection:hover,.boost-pfs-search-suggestion-page:hover{background:var(--boost-bg-secondary);color:var(--boost-secondary)}.boost-pfs-search-suggestion-view-all{display:block;padding:1rem;text-align:center;font-family:var(--boost-font-body);font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--boost-text);background:var(--boost-bg-secondary);border-top:1px solid var(--boost-border);transition:all var(--boost-transition);text-decoration:none}.boost-pfs-search-suggestion-view-all:hover{background:var(--boost-primary);color:var(--boost-text)}.boost-pfs-filter-tree,.boost-pfs-filter-option{font-family:var(--boost-font-body)}.boost-pfs-filter-tree{background:var(--boost-bg);padding:1.5rem;border-radius:var(--boost-radius-lg);border:1px solid var(--boost-border)}.boost-pfs-filter-option{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--boost-border)}.boost-pfs-filter-option:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.boost-pfs-filter-option-title,.boost-pfs-filter-option-title-wrapper{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:.5rem 0;margin-bottom:.75rem}.boost-pfs-filter-option-title h3,.boost-pfs-filter-option-title-text{font-family:var(--boost-font-heading);font-size:1rem;font-weight:500;color:var(--boost-text);margin:0}.boost-pfs-filter-option-title-icon,.boost-pfs-filter-option-toggle{width:1.25rem;height:1.25rem;color:var(--boost-text-muted);transition:transform var(--boost-transition)}.boost-pfs-filter-option.collapsed .boost-pfs-filter-option-toggle{transform:rotate(-180deg)}.boost-pfs-filter-option-content{max-height:250px;overflow-y:auto;padding-right:.5rem}.boost-pfs-filter-option-content::-webkit-scrollbar{width:4px}.boost-pfs-filter-option-content::-webkit-scrollbar-track{background:var(--boost-bg-secondary);border-radius:2px}.boost-pfs-filter-option-content::-webkit-scrollbar-thumb{background:var(--boost-border);border-radius:2px}.boost-pfs-filter-option-content::-webkit-scrollbar-thumb:hover{background:var(--boost-text-muted)}.boost-pfs-filter-option-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;cursor:pointer;transition:color var(--boost-transition)}.boost-pfs-filter-option-item:hover{color:var(--boost-secondary)}.boost-pfs-filter-option-item input[type=checkbox],.boost-pfs-filter-option-item input[type=radio]{position:relative;width:1.125rem;height:1.125rem;-webkit-appearance:none;appearance:none;background:var(--boost-bg);border:1.5px solid var(--boost-border);border-radius:3px;cursor:pointer;transition:all var(--boost-transition);flex-shrink:0}.boost-pfs-filter-option-item input[type=radio]{border-radius:50%}.boost-pfs-filter-option-item input[type=checkbox]:checked,.boost-pfs-filter-option-item input[type=radio]:checked{background:var(--boost-secondary);border-color:var(--boost-secondary)}.boost-pfs-filter-option-item input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.boost-pfs-filter-option-item input[type=radio]:checked:after{content:"";position:absolute;left:4px;top:4px;width:8px;height:8px;background:#fff;border-radius:50%}.boost-pfs-filter-option-item-label{font-size:.875rem;font-weight:400;color:var(--boost-text);flex:1}.boost-pfs-filter-option-item-count{font-size:.75rem;color:var(--boost-text-muted);background:var(--boost-bg-secondary);padding:.125rem .5rem;border-radius:var(--boost-radius)}.boost-pfs-filter-option-swatch{display:flex;flex-wrap:wrap;gap:.5rem}.boost-pfs-filter-option-swatch-item{position:relative;width:2rem;height:2rem;border-radius:50%;border:2px solid var(--boost-border);cursor:pointer;transition:all var(--boost-transition);overflow:hidden}.boost-pfs-filter-option-swatch-item:hover{transform:scale(1.1);border-color:var(--boost-secondary)}.boost-pfs-filter-option-swatch-item.selected{border-color:var(--boost-secondary);box-shadow:0 0 0 2px var(--boost-bg),0 0 0 4px var(--boost-secondary)}.boost-pfs-filter-option-swatch-item img,.boost-pfs-filter-option-swatch-color{width:100%;height:100%;object-fit:cover}.boost-pfs-filter-option-range-slider{padding:1rem 0}.boost-pfs-filter-option-range-slider input[type=range]{width:100%;height:4px;-webkit-appearance:none;appearance:none;background:var(--boost-border);border-radius:2px;outline:none}.boost-pfs-filter-option-range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:var(--boost-secondary);border-radius:50%;cursor:pointer;border:3px solid var(--boost-bg);box-shadow:var(--boost-shadow);transition:all var(--boost-transition)}.boost-pfs-filter-option-range-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}.boost-pfs-filter-option-range-values{display:flex;justify-content:space-between;margin-top:.75rem}.boost-pfs-filter-option-range-value{font-size:.875rem;font-weight:500;color:var(--boost-text)}.boost-pfs-filter-selected-items{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.boost-pfs-filter-selected-item{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;color:var(--boost-text);background:var(--boost-primary);border-radius:var(--boost-radius);transition:all var(--boost-transition)}.boost-pfs-filter-selected-item:hover{background:var(--boost-primary-hover)}.boost-pfs-filter-selected-item-remove{display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;cursor:pointer;opacity:.7;transition:opacity var(--boost-transition)}.boost-pfs-filter-selected-item-remove:hover{opacity:1}.boost-pfs-filter-clear-all{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--boost-text-muted);background:transparent;border:1px solid var(--boost-border);border-radius:var(--boost-radius);cursor:pointer;transition:all var(--boost-transition)}.boost-pfs-filter-clear-all:hover{color:var(--boost-text);border-color:var(--boost-text)}.boost-pfs-filter-products{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 1023px){.boost-pfs-filter-products{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.boost-pfs-filter-products{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 475px){.boost-pfs-filter-products{grid-template-columns:repeat(2,1fr);gap:.75rem}}.boost-pfs-filter-product-item{position:relative;background:var(--boost-bg);border-radius:var(--boost-radius-lg);overflow:hidden;transition:all var(--boost-transition)}.boost-pfs-filter-product-item:hover{transform:translateY(-4px);box-shadow:var(--boost-shadow-lg)}.boost-pfs-filter-product-item-image-wrapper{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--boost-bg-secondary)}.boost-pfs-filter-product-item-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.boost-pfs-filter-product-item:hover .boost-pfs-filter-product-item-image{transform:scale(1.05)}.boost-pfs-filter-product-item-label{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.375rem;z-index:2}.boost-pfs-filter-product-item-label span{display:inline-block;padding:.25rem .625rem;font-size:.625rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:2px}.boost-pfs-filter-product-item-label-sale{background:var(--boost-primary);color:var(--boost-text)}.boost-pfs-filter-product-item-label-new{background:var(--boost-secondary);color:#fff}.boost-pfs-filter-product-item-label-bestseller{background:var(--boost-text);color:var(--boost-bg)}.boost-pfs-filter-product-item-quickview,.boost-pfs-filter-product-item-quick-add{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%) translateY(20px);opacity:0;padding:.75rem 1.5rem;font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--boost-bg);background:var(--boost-text);border:none;border-radius:var(--boost-radius);cursor:pointer;transition:all var(--boost-transition);white-space:nowrap;z-index:2}.boost-pfs-filter-product-item:hover .boost-pfs-filter-product-item-quickview,.boost-pfs-filter-product-item:hover .boost-pfs-filter-product-item-quick-add{opacity:1;transform:translate(-50%) translateY(0)}.boost-pfs-filter-product-item-quickview:hover,.boost-pfs-filter-product-item-quick-add:hover{background:var(--boost-secondary)}.boost-pfs-filter-product-item-inner{padding:1rem}.boost-pfs-filter-product-item-vendor{font-size:.625rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--boost-secondary);margin-bottom:.375rem}.boost-pfs-filter-product-item-title{font-family:var(--boost-font-heading);font-size:1rem;font-weight:400;color:var(--boost-text);margin-bottom:.5rem;line-height:1.3}.boost-pfs-filter-product-item-title a{color:inherit;text-decoration:none}.boost-pfs-filter-product-item-title a:hover{color:var(--boost-secondary)}.boost-pfs-filter-product-item-price{display:flex;align-items:center;gap:.5rem;font-family:var(--boost-font-body);font-size:.9375rem;font-weight:500}.boost-pfs-filter-product-item-price-regular{color:var(--boost-text)}.boost-pfs-filter-product-item-price-compare{font-size:.8125rem;font-weight:400;color:var(--boost-text-muted);text-decoration:line-through}.boost-pfs-filter-product-item-price-sale{color:#c53030}.boost-pfs-filter-toolbar,.boost-pfs-filter-top-sorting{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.5rem;background:var(--boost-bg);border:1px solid var(--boost-border);border-radius:var(--boost-radius-lg)}.boost-pfs-filter-toolbar-result{font-size:.875rem;color:var(--boost-text-muted)}.boost-pfs-filter-toolbar-result strong{color:var(--boost-text);font-weight:600}.boost-pfs-filter-top-sorting-select,.boost-pfs-filter-sort-by select{padding:.625rem 2.5rem .625rem 1rem;font-family:var(--boost-font-body);font-size:.8125rem;font-weight:500;color:var(--boost-text);background:var(--boost-bg);border:1px solid var(--boost-border);border-radius:var(--boost-radius);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23363636' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;transition:all var(--boost-transition)}.boost-pfs-filter-top-sorting-select:hover,.boost-pfs-filter-sort-by select:hover{border-color:var(--boost-secondary)}.boost-pfs-filter-top-sorting-select:focus,.boost-pfs-filter-sort-by select:focus{outline:none;border-color:var(--boost-secondary);box-shadow:0 0 0 2px #9ab58726}.boost-pfs-filter-view-mode{display:flex;gap:.25rem}.boost-pfs-filter-view-mode button{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:transparent;border:1px solid var(--boost-border);border-radius:var(--boost-radius);cursor:pointer;color:var(--boost-text-muted);transition:all var(--boost-transition)}.boost-pfs-filter-view-mode button:hover{color:var(--boost-text);border-color:var(--boost-text)}.boost-pfs-filter-view-mode button.active{color:var(--boost-bg);background:var(--boost-text);border-color:var(--boost-text)}.boost-pfs-filter-bottom-pagination,.boost-pfs-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--boost-border)}.boost-pfs-filter-bottom-pagination a,.boost-pfs-filter-bottom-pagination span,.boost-pfs-pagination a,.boost-pfs-pagination span{display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;font-size:.875rem;font-weight:500;color:var(--boost-text);background:var(--boost-bg);border:1px solid var(--boost-border);border-radius:var(--boost-radius);text-decoration:none;transition:all var(--boost-transition)}.boost-pfs-filter-bottom-pagination a:hover,.boost-pfs-pagination a:hover{border-color:var(--boost-secondary);color:var(--boost-secondary)}.boost-pfs-filter-bottom-pagination .active,.boost-pfs-filter-bottom-pagination span.current,.boost-pfs-pagination .active,.boost-pfs-pagination span.current{background:var(--boost-text);border-color:var(--boost-text);color:var(--boost-bg)}.boost-pfs-filter-bottom-pagination .disabled,.boost-pfs-pagination .disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.boost-pfs-filter-skeleton,.boost-pfs-loading{position:relative;overflow:hidden}.boost-pfs-filter-skeleton:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,var(--boost-bg-secondary) 0%,var(--boost-bg) 50%,var(--boost-bg-secondary) 100%);background-size:200% 100%;animation:boostShimmer 1.5s infinite}@keyframes boostShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.boost-pfs-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#faf7f5cc;display:flex;align-items:center;justify-content:center;z-index:9999}.boost-pfs-loading-spinner{width:40px;height:40px;border:3px solid var(--boost-border);border-top-color:var(--boost-secondary);border-radius:50%;animation:boostSpin .8s linear infinite}@keyframes boostSpin{to{transform:rotate(360deg)}}@media (max-width: 767px){.boost-pfs-filter-tree-mobile-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;font-size:.8125rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--boost-text);background:var(--boost-bg);border:1px solid var(--boost-border);border-radius:var(--boost-radius-lg);cursor:pointer;margin-bottom:1rem}.boost-pfs-filter-tree-mobile-button svg{width:1.25rem;height:1.25rem}.boost-pfs-filter-tree-mobile{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;visibility:hidden;opacity:0;transition:all var(--boost-transition)}.boost-pfs-filter-tree-mobile.open{visibility:visible;opacity:1}.boost-pfs-filter-tree-mobile-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080}.boost-pfs-filter-tree-mobile-content{position:absolute;top:0;left:0;bottom:0;width:85%;max-width:360px;background:var(--boost-bg);transform:translate(-100%);transition:transform var(--boost-transition);overflow-y:auto;padding:1.5rem}.boost-pfs-filter-tree-mobile.open .boost-pfs-filter-tree-mobile-content{transform:translate(0)}.boost-pfs-filter-tree-mobile-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--boost-border)}.boost-pfs-filter-tree-mobile-header h2{font-family:var(--boost-font-heading);font-size:1.25rem;font-weight:500;color:var(--boost-text)}.boost-pfs-filter-tree-mobile-close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:transparent;border:1px solid var(--boost-border);border-radius:50%;cursor:pointer;color:var(--boost-text);transition:all var(--boost-transition)}.boost-pfs-filter-tree-mobile-close:hover{background:var(--boost-bg-secondary)}.boost-pfs-filter-tree-mobile-apply{margin-top:1.5rem;width:100%;padding:1rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--boost-bg);background:var(--boost-text);border:none;border-radius:var(--boost-radius);cursor:pointer;transition:all var(--boost-transition)}.boost-pfs-filter-tree-mobile-apply:hover{background:var(--boost-secondary)}}.boost-pfs-widget-recommendation{padding:3rem 0;background:#f2ede980}.boost-pfs-widget-recommendation-header{text-align:center;margin-bottom:2rem}.boost-pfs-widget-recommendation-title{font-family:var(--boost-font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:var(--boost-text);margin-bottom:.5rem}.boost-pfs-widget-recommendation-subtitle{font-size:.9375rem;font-weight:300;color:var(--boost-text-muted)}.boost-pfs-widget-recommendation-products{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width: 1023px){.boost-pfs-widget-recommendation-products{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.boost-pfs-widget-recommendation-products{grid-template-columns:repeat(2,1fr);gap:1rem}}.boost-pfs-filter-option-item:focus-within{outline:2px solid var(--boost-secondary);outline-offset:2px;border-radius:var(--boost-radius)}.boost-pfs-search-suggestion-item:focus,.boost-pfs-filter-product-item a:focus{outline:2px solid var(--boost-secondary);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/boost-integration.css.map */
