.collection-hero__description.rte{font-size:1.2rem;text-align:justify;margin:auto}.collection-hero__description.rte.reluxe-desc-collapsed{max-height:3.6em;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to bottom,black 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 60%,transparent 100%)}.collection-hero__description.rte.reluxe-desc-expanded{max-height:none;-webkit-mask-image:none;mask-image:none}.reluxe-desc-toggle{display:block;margin:6px auto 0;background:none;border:none;cursor:pointer;font-size:1.2rem;font-family:var(--font-body-family);color:rgba(var(--color-foreground),.75);text-decoration:underline;text-underline-offset:.3rem;padding:0;transition:color .2s ease}.reluxe-desc-toggle:hover{color:#000}.reluxe-collection-wrapper{display:flex;gap:24px;max-width:1600px;margin:0 auto;padding:0 20px}#reluxe-filter-sidebar{width:220px;flex-shrink:0}.reluxe-main-content{flex:1;min-width:0}.reluxe-filter-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;margin-bottom:12px;border-bottom:1px solid #e8e8e8}.reluxe-filter-header h3{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin:0;color:#1d1d1f}.reluxe-clear-all{font-size:12px;color:#666;background:none;border:none;cursor:pointer;text-decoration:underline}.reluxe-clear-all:hover{color:#000}.reluxe-filter-group{margin-bottom:14px;border-bottom:1px solid #f5f5f5;padding-bottom:12px}.reluxe-filter-title{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.3px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:4px 0;color:#1d1d1f}.reluxe-toggle{font-size:14px;font-weight:300;color:#86868b}.reluxe-filter-options{padding-top:6px}.reluxe-filter-options.reluxe-scrollable{max-height:230px;overflow-y:auto;padding-bottom:8px;mask-image:linear-gradient(to bottom,black calc(100% - 20px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black calc(100% - 20px),transparent 100%)}.reluxe-filter-option{display:flex;align-items:center;gap:6px;padding:4px 0;cursor:pointer;font-size:12px;color:#1d1d1f}.reluxe-filter-option:hover{color:#0071e3}.reluxe-filter-option .reluxe-filter-label{flex:1}.reluxe-count{color:#86868b;font-size:11px;flex:0!important}.reluxe-filter-search{width:100%;padding:8px 10px;border:1px solid #e5e5e5;border-radius:4px;font-size:12px;margin-bottom:10px}.reluxe-filter-search:focus{outline:none;border-color:#000}.reluxe-price-inputs{display:flex;align-items:center;gap:10px}.reluxe-price-inputs input{width:80px;padding:8px 10px;border:1px solid #e5e5e5;border-radius:4px;font-size:12px}.reluxe-price-range-info{font-size:11px;color:#999;margin-top:8px}.reluxe-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e5e5e5}#reluxe-product-count{font-size:13px;color:#666}.reluxe-sort{display:flex;align-items:center;gap:8px}.reluxe-sort__label{font-size:13px;color:#666}.reluxe-dropdown{position:relative;font-family:var(--font-body-family)}.reluxe-dropdown__trigger{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:none;border-radius:4px;font-size:13px;font-family:var(--font-body-family);color:#000;cursor:pointer;white-space:nowrap}.reluxe-dropdown__trigger:focus{outline:none}.reluxe-dropdown__arrow{transition:transform .2s ease}.reluxe-dropdown--open .reluxe-dropdown__arrow{transform:rotate(180deg)}.reluxe-dropdown__menu{position:absolute;top:100%;right:0;margin-top:4px;padding:4px 0;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 12px #0000001a;list-style:none;min-width:180px;z-index:100;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .15s ease,transform .15s ease,visibility .15s}.reluxe-dropdown--open .reluxe-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.reluxe-dropdown__item{padding:10px 16px;font-size:13px;font-family:var(--font-body-family);color:#000;cursor:pointer;transition:background .15s ease}.reluxe-dropdown__item:hover{background:#f5f5f5}.reluxe-dropdown__item--active{font-weight:500}#reluxe-product-grid{position:relative;min-height:3200px}@media(min-width:750px){#reluxe-product-grid{min-height:2600px}}@media(min-width:990px){#reluxe-product-grid{min-height:2100px}}#reluxe-product-grid.reluxe-loading:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center}.reluxe-products-grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;row-gap:40px;list-style:none;padding:0;margin:0;width:100%;box-sizing:border-box}.reluxe-product{position:relative;list-style:none;min-width:0}.reluxe-product__link{text-decoration:none;color:inherit;display:block}.reluxe-product__media{position:relative;aspect-ratio:1/1;overflow:hidden;background:#fff;margin-bottom:12px;border-radius:4px}.reluxe-product__img{position:absolute;top:12%;left:8%;width:84%;height:80%;object-fit:contain}.reluxe-product__img--primary{z-index:1}.reluxe-product__img--hover{z-index:3;opacity:0;transform:scale(.9);transition:opacity .3s ease-out,transform .4s ease-out}.reluxe-product--has-hover .reluxe-product__media:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;z-index:2;opacity:0;transition:opacity .2s ease-out;pointer-events:none}.reluxe-product--has-hover:hover .reluxe-product__media:before{opacity:1}.reluxe-product--has-hover:hover .reluxe-product__img--hover{opacity:1;transform:scale(1)}.reluxe-product__sold-out{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;z-index:5}.reluxe-product__badges{position:absolute;top:0;left:0;right:0;pointer-events:none;z-index:4}.reluxe-badge{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;padding:5px 10px;pointer-events:auto}.reluxe-badge--investment-piece{position:absolute;top:10px;left:10px;background:#f5f5f5f2;color:#555;border:1px solid #ddd}.reluxe-badge--new{position:absolute;top:10px;right:10px;background:#000;color:#fff}.reluxe-badge--featured{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#d4af37,#f4e4bc,#d4af37);color:#333}.reluxe-badge--bestseller{position:absolute;top:40px;right:10px;background:#fff;color:#000;border:1px solid #000}.reluxe-badge--coming-soon{position:absolute;bottom:0;left:0;right:0;background:#000000d9;color:#fff;text-align:center;padding:8px 10px;font-size:11px;letter-spacing:1.5px}.reluxe-badge--sale{display:inline-block;background:#c41e3a;color:#fff;padding:3px 8px;margin-left:8px;font-size:10px;vertical-align:middle}.reluxe-product__price-wrapper{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.reluxe-product__price--sale{color:#c41e3a}.reluxe-product__price--original{text-decoration:line-through;color:#999;font-size:12px;font-weight:400}@media(max-width:768px){.reluxe-badge{font-size:9px;padding:4px 8px}.reluxe-badge--investment-piece,.reluxe-badge--new,.reluxe-badge--featured{top:8px}.reluxe-badge--investment-piece{left:8px}.reluxe-badge--new,.reluxe-badge--featured{right:8px}.reluxe-badge--bestseller{top:32px;right:8px}}.reluxe-product__details{text-align:left;padding:0 4px}.reluxe-product__vendor{display:block;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:4px}.reluxe-product__title{font-size:13px;font-weight:400;line-height:1.4;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#222;min-height:2.8em}.reluxe-product__price{font-size:14px;font-weight:600;color:#000}.reluxe-loading-products{text-align:center;padding:60px 20px;color:#666;font-size:14px}.reluxe-no-results{grid-column:1 / -1;text-align:center;padding:60px 20px}.reluxe-no-results p{font-size:16px;color:#666;margin-bottom:20px}.reluxe-no-results button{padding:12px 24px;background:#000;color:#fff;border:none;cursor:pointer;font-size:13px;text-transform:uppercase;letter-spacing:1px}.reluxe-no-results button:hover{background:#333}.reluxe-no-results--search{padding:80px 20px}.reluxe-no-results__title{font-size:18px;color:#333;margin-bottom:8px;font-weight:500}.reluxe-no-results__query{font-size:22px;color:#000;font-weight:600;margin-bottom:24px;font-style:italic}.reluxe-no-results__message{font-size:15px;color:#666;margin-bottom:8px}.reluxe-no-results__suggestion{font-size:14px;color:#888;margin-bottom:24px}.reluxe-no-results__btn{display:inline-block;padding:14px 32px;background:#000;color:#fff;text-decoration:none;font-size:13px;text-transform:uppercase;letter-spacing:1px;transition:background .2s}.reluxe-no-results__btn:hover{background:#333;color:#fff}.reluxe-error{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#c00}#reluxe-pagination{margin-top:40px}.reluxe-pagination{display:flex;justify-content:center;align-items:center;gap:4px}.reluxe-pagination__num{padding:8px 12px;background:transparent;border:none;cursor:pointer;font-size:14px;color:#666;transition:color .2s;text-decoration:none}.reluxe-pagination__num:hover{color:#000;text-decoration:underline}.reluxe-pagination__num--active{color:#000;font-weight:600}.reluxe-pagination__arrow{padding:8px 10px;background:transparent;border:none;cursor:pointer;color:#666;transition:color .2s;display:flex;align-items:center;font-size:14px}.reluxe-pagination__arrow:hover{color:#000}.reluxe-pagination__arrow .chevron-arrow-left,.reluxe-pagination__arrow .chevron-arrow-right{display:inline-block;width:8px;height:8px;border-style:solid;border-color:currentColor}.reluxe-pagination__arrow .chevron-arrow-left{border-width:0 0 2px 2px;transform:rotate(45deg)}.reluxe-pagination__arrow .chevron-arrow-right{border-width:2px 2px 0 0;transform:rotate(45deg)}.reluxe-ellipsis{padding:0 5px;color:#999}.reluxe-mobile-filter-toggle{display:none;padding:10px 16px;background:#fff;color:#000;border:1px solid #e5e5e5;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.reluxe-mobile-filter-toggle:hover{border-color:#000}.reluxe-mobile-filter-toggle svg{width:16px;height:16px}.reluxe-filter-count-badge{background:#000;color:#fff;padding:2px 7px;border-radius:10px;font-size:10px;font-weight:600;margin-left:4px}@media(max-width:1200px){.reluxe-products-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media(max-width:1024px){.reluxe-products-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){.reluxe-collection-wrapper{flex-direction:column;padding:15px;width:100%;max-width:100%;box-sizing:border-box}.reluxe-main-content{width:100%;min-width:0;box-sizing:border-box}.reluxe-mobile-filter-toggle{display:flex}#reluxe-filter-sidebar{width:100%;position:static;max-height:none;border-bottom:1px solid #e5e5e5;padding-bottom:20px;margin-bottom:20px;display:none}#reluxe-filter-sidebar.reluxe-sidebar-open{display:block}.reluxe-products-grid{grid-template-columns:repeat(2,1fr);gap:16px}.reluxe-toolbar{flex-direction:row;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}#reluxe-product-count{width:100%;order:-1;margin-bottom:5px}.reluxe-dropdown__trigger{font-size:12px;padding:10px}.reluxe-dropdown__menu{right:0;left:auto}}@media(max-width:480px){.reluxe-price-inputs input{width:70px}.reluxe-product__title{font-size:12px}.reluxe-product__price{font-size:13px}.reluxe-product__vendor{font-size:10px}}@media(max-width:768px){.reluxe-product__price-row{flex-direction:column!important;align-items:flex-start!important;gap:4px!important;padding-right:0!important}.reluxe-product__promo{font-size:8px!important;padding:2px 5px!important}}.reluxe-filters-active .facets-wrapper,.reluxe-filters-active .facets-container,.reluxe-filters-active .collection-filters{display:none!important}.reluxe-scrollable::-webkit-scrollbar{width:4px}.reluxe-scrollable::-webkit-scrollbar-track{background:#f5f5f5}.reluxe-scrollable::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.reluxe-scrollable::-webkit-scrollbar-thumb:hover{background:#999}.reluxe-product__favorite{position:absolute;top:10px;right:10px;height:32px;border:none;border-radius:16px;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;padding:0 10px;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;z-index:10}.reluxe-product__favorite:hover{transform:scale(1.1);background:transparent}.reluxe-product__favorite svg{width:18px;height:18px;fill:none;stroke:#999;stroke-width:2;transition:fill .2s ease,stroke .2s ease;flex-shrink:0}.reluxe-product__favorite:hover svg{stroke:#e74c3c}.reluxe-product__favorite--active svg{fill:#e74c3c;stroke:#e74c3c}.reluxe-product__favorite-count{font-size:12px;font-weight:500;color:#666}.reluxe-product__favorite-count:empty{display:none}.reluxe-product__favorite--active .reluxe-product__favorite-count{color:#e74c3c}.reluxe-product__favorite--pulse{animation:favorite-pulse .3s ease}@keyframes favorite-pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.reluxe-search-query{padding:12px 16px;background:#f8f8f8;border-radius:4px;margin-bottom:16px}.reluxe-search-query__label{color:#666;font-size:11px;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:4px}.reluxe-search-query__term{font-weight:600;font-size:14px;color:#000}.reluxe-filter-title{font-size:13px;font-weight:600;padding:8px 0}.reluxe-filter-group{margin-bottom:16px;padding-bottom:16px}.reluxe-filter-option{font-size:13px;padding:5px 0;gap:8px;position:relative}.reluxe-filter-option input[type=checkbox],.reluxe-filter-option input[type=radio]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.reluxe-checkbox{width:16px;height:16px;min-width:16px;min-height:16px;border:1.5px solid #bbb;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease;background:#fff;position:relative}.reluxe-filter-option:hover .reluxe-checkbox{border-color:#666}.reluxe-filter-option:has(input:checked) .reluxe-checkbox{background:#000;border-color:#000}.reluxe-filter-option:has(input:checked) .reluxe-checkbox:after{content:"";width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);position:absolute;top:1px;left:4px}.reluxe-checkbox.checked{background:#000;border-color:#000}.reluxe-checkbox.checked:after{content:"";width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);position:absolute;top:1px;left:4px}.reluxe-filter-label{flex:1;line-height:1.3}.reluxe-count{font-size:11px;color:#999;flex-shrink:0}.reluxe-price-ranges{display:flex;flex-direction:column;gap:0;margin-bottom:12px}.reluxe-price-range-option{display:flex;align-items:center;gap:8px;padding:5px 0;cursor:pointer;font-size:13px;color:#1d1d1f}.reluxe-price-range-option:hover{color:#0071e3}.reluxe-price-range-option:hover .reluxe-checkbox{border-color:#666}.reluxe-price-range-option.active .reluxe-checkbox{background:#000;border-color:#000}.reluxe-price-range-option.active .reluxe-checkbox:after{content:"";width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);position:absolute;top:1px;left:4px}.reluxe-price-range-btn{display:none}.reluxe-price-inputs{display:flex;align-items:center;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid #f0f0f0}.reluxe-price-inputs input{flex:1;max-width:80px;padding:8px 10px;font-size:13px;border:1px solid #e5e5e5;border-radius:4px}.reluxe-price-inputs input:focus{outline:none;border-color:#000}.reluxe-price-inputs span{color:#999;font-size:12px}.reluxe-color-list{display:flex;flex-direction:column;gap:0;max-height:250px;overflow-y:auto;padding-right:4px;padding-bottom:8px;mask-image:linear-gradient(to bottom,black calc(100% - 20px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black calc(100% - 20px),transparent 100%)}.reluxe-color-list::-webkit-scrollbar{width:4px}.reluxe-color-list::-webkit-scrollbar-track{background:#f5f5f5}.reluxe-color-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.reluxe-color-list::-webkit-scrollbar-thumb:hover{background:#999}.reluxe-color-option{display:flex;flex-direction:row;align-items:center;gap:8px;padding:5px 0;cursor:pointer;transition:all .15s ease}.reluxe-color-option:hover{color:#0071e3}.reluxe-color-option:hover .reluxe-checkbox{border-color:#666}.reluxe-color-option.active .reluxe-checkbox{background:#000;border-color:#000}.reluxe-color-option.active .reluxe-checkbox:after{content:"";width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);position:absolute;top:1px;left:4px}.reluxe-color-option input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.reluxe-color-swatch{width:18px;height:18px;min-width:18px;min-height:18px;border-radius:50%;flex-shrink:0;transition:box-shadow .15s ease}.reluxe-color-swatch--bordered{border:1px solid #ddd}.reluxe-color-swatch--composite{position:relative;overflow:hidden}.reluxe-color-swatch--composite:before,.reluxe-color-swatch--composite:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0}.reluxe-color-swatch--composite:before{clip-path:polygon(0 0,100% 0,0 100%)}.reluxe-color-swatch--composite:after{clip-path:polygon(100% 0,100% 100%,0 100%)}.reluxe-color-name{font-size:13px;color:#1d1d1f;flex:1}.reluxe-color-option.active .reluxe-color-name{color:#000;font-weight:500}.reluxe-color-count{font-size:11px;color:#999;flex-shrink:0}.reluxe-color-grid{display:none}@media(max-width:768px){.reluxe-color-list{max-height:180px}.reluxe-color-swatch{width:20px;height:20px;min-width:20px;min-height:20px}}#reluxe-filter-sidebar{width:240px}.reluxe-collection-wrapper{position:relative;z-index:1;isolation:isolate}.reluxe-main-content,#reluxe-product-grid{position:relative;z-index:1}.template-search .facets__form,.template-search .facet-filters,.template-search .facets-container{display:flex;align-items:center;gap:8px}.template-search select.facet-filters__sort,.template-search select[name=sort_by],.template-search .facets__sort select,.search-template select.facet-filters__sort,[data-template=search] select.facet-filters__sort,body[class*=search] select[name=sort_by]{appearance:none;-webkit-appearance:none;background:#fff url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 12px center;background-size:12px;border:none!important;border-radius:4px;padding:8px 32px 8px 12px;font-size:13px;font-family:var(--font-body-family);color:#000;cursor:pointer;min-width:160px;outline:none;box-shadow:none!important}.template-search select.facet-filters__sort:focus,.template-search select[name=sort_by]:focus,body[class*=search] select[name=sort_by]:focus{outline:none;border:none!important;box-shadow:none!important}.template-search .facets__wrapper,.template-search .facet-filters__field,.template-search .select,.template-search .field__input,body[class*=search] .facets__wrapper,body[class*=search] .facet-filters__field{border:none!important;box-shadow:none!important;background:transparent!important}.template-search .facet-filters__label,.template-search .facets__label,body[class*=search] .facet-filters__label{font-size:13px;color:#666;margin-right:8px}
/*# sourceMappingURL=/cdn/shop/t/35/assets/reluxe-filter-sidebar.css.map */
