h1.board-finder-header.main-page-title.page-title.h0{margin-bottom:0}.board-finder__filters{margin-bottom:1rem;padding:1rem 0rem;background:var(--gradient-background);border-radius:8px}.board-finder__filters .button:after{box-shadow:none}.filter-group{margin-bottom:1.2rem}.filter-group label{display:block;font-size:2rem;font-weight:700}.filter-group input{width:100%;max-width:380px;padding:.5rem;border:1px solid var(--color-border);border-radius:4px}button#find-boards{font-size:.8em;padding:0rem 2rem;min-height:4rem;border-radius:3px;border:none;box-shadow:none;font-weight:700;margin-top:1.5rem;background-color:#292929}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 0rem}.product-item{transition:opacity .3s ease}.product-item__link{text-decoration:none;color:inherit;display:block}.product-item__image-wrapper{position:relative;padding-bottom:100%;overflow:hidden;margin-bottom:.5rem;border-radius:4px}.product-item__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-item__info{padding:.5rem 0}.product-item__vendor{font-size:1rem;letter-spacing:.05rem;opacity:.7;margin:0 0 .25rem}.product-item__title{margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.product-item__price{font-size:1.1rem;font-weight:400;margin:0 0 .5rem}.product-item__variants{font-size:.9rem;color:#9d9d9d;margin:.5rem 0}.product-item__link:hover .product-item__image{transform:scale(1.03);transition:transform .3s ease}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:10}.loading-overlay.hidden{display:none}.button--secondary{margin-top:1rem}.board-finder__slider-container{position:relative;width:100%;max-width:450px;margin-bottom:1rem;display:flex;align-items:center;gap:1rem;padding:5px 0}.board-finder__slider{-webkit-appearance:none;appearance:none;width:200px;height:8px;border-radius:4px;background:rgb(var(--color-foreground),.1);outline:none;opacity:.9;transition:opacity .2s;margin:17px 0}.board-finder__slider-value{font-size:2rem;font-weight:700;color:#2a2a2a;white-space:nowrap;min-width:100px}.board-finder__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:35px;height:35px;border-radius:50%;background:#2a2a2a;cursor:pointer;border:none;box-shadow:0 2px 4px #0003;transition:all .2s ease;margin-top:0}.board-finder__slider::-moz-range-thumb{width:35px;height:35px;border-radius:50%;background:#2a2a2a;cursor:pointer;border:none;box-shadow:0 2px 4px #0003;transition:all .2s ease}.board-finder__slider:hover::-webkit-slider-thumb,.board-finder__slider:hover::-moz-range-thumb,.board-finder__slider:focus::-webkit-slider-thumb,.board-finder__slider:focus::-moz-range-thumb{transform:scale(1.1);box-shadow:0 3px 6px #0000004d}.board-finder__slider::-webkit-slider-runnable-track,.board-finder__slider::-moz-range-track{width:100%;height:8px;cursor:pointer;background:rgb(var(--color-foreground),.1);border-radius:4px}.board-finder__swiper-container{width:100%;margin-top:10px;max-width:1300px;position:relative}.board-finder__swiper{overflow:hidden;position:relative}.board-finder__swiper-wrapper{display:flex;width:100%;height:100%;position:relative;transition-property:transform}.board-finder__swiper-slide{width:auto;min-width:120px;flex-shrink:0}.board-finder__swiper-button-next,.board-finder__swiper-button-prev{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground))}.board-finder__swiper-button-next{right:0}.board-finder__swiper-button-prev{left:0}.board-style-slide{padding:8px 4px;border:none;border-radius:4px;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#f0f0f0;color:#666;font-weight:700;font-size:.9em}.swiper-slide.active .board-style-slide{background:#000;color:rgb(var(--color-background));transform:scale(1.05);box-shadow:0 2px 8px #0000001a}.board-style-slide:hover{background:rgb(var(--color-foreground),.05)}.swiper-slide.active .board-style-slide:hover{background-color:#000;opacity:.9;color:#fff}.swiper-slide{transition:transform .3s ease}.board-style-slide:focus{outline:2px solid #000;outline-offset:2px}.board-style-section{opacity:0;transform:translateY(-10px);transition:all .3s ease;margin-top:2rem}.board-style-section[style*="display: block"]{opacity:1;transform:translateY(0)}.filter-group.board-style-filter{margin-bottom:20px}#find-boards-btn{margin-bottom:1rem}.vendor-filter{margin-bottom:35px}.vendor-filter__wrapper{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;margin-bottom:20px}.vendor-button{padding:8px 16px;border:none;border-radius:4px;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#f0f0f0;color:#666;font-weight:700;font-size:.9em}.vendor-button:hover{background:rgb(var(--color-foreground),.05)}.vendor-button.active{background:#000;color:rgb(var(--color-background));transform:scale(1.05);box-shadow:0 2px 8px #0000001a}.vendor-button.active:hover{background-color:#000;opacity:.9;color:#fff}.view-switcher{display:flex;gap:.5rem;margin-left:1rem;margin-top:1.5rem}.view-switcher.hidden{display:none}.view-button{background:none;border:1px solid var(--color-border);border-radius:3px;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;-webkit-tap-highlight-color:transparent;color:#292929}.view-button svg{width:20px;height:20px;fill:#292929}.view-button.active{background-color:#292929;color:#fff}.view-button.active svg{fill:#fff}.products-list{flex-direction:column;gap:1rem;width:100%}.products-list.active{display:flex}.product-list-item{display:grid;grid-template-columns:120px 1fr 1fr 1fr auto auto;align-items:center;gap:1rem;padding:.5rem;border-bottom:1px solid var(--color-border)}.product-list-item__image{width:120px;height:120px;object-fit:cover;border-radius:3px}.product-list-item__vendor{font-size:1.2rem;color:var(--color-foreground-60);margin:0}.product-list-item__title{font-weight:700;margin:0;font-size:1.2rem}.product-list-item__price{font-weight:700;font-size:1.2rem}.product-list-item__specs{display:flex;gap:3rem;font-size:1.2rem}@media screen and (max-width: 989px){.product-list-item{grid-template-columns:100px 1fr;gap:1rem;padding:.5rem}.product-list-item__image{width:100px;height:100px}.product-list-item__specs{grid-column:1 / -1;gap:1rem}}.board-finder__controls{display:flex;align-items:center;gap:1rem}@media screen and (min-width: 750px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;padding:0}}@media screen and (min-width: 750px){.board-finder__filters{display:flex;gap:2rem;align-items:center}.product-item__info{padding:1rem 0}.product-item__title{font-size:1.4rem}}.products-grid,.products-list{width:100%}.hidden{display:none}.products-list .product-card{display:grid;grid-template-columns:200px 1fr;gap:2rem;padding:1rem;border:1px solid #ddd}.products-table-container{overflow-x:auto;position:relative;cursor:grab;-webkit-user-select:none;user-select:none}.products-table-container.grabbing{cursor:grabbing}.products-table-container a,.products-table-container input,.products-table-container label{cursor:pointer}.products-table{width:100%;border-collapse:collapse}.products-table thead th{position:sticky;top:0;background:#f5f5f5;z-index:1}.products-table thead th.sticky-left{position:sticky;z-index:2}.products-table thead th.sticky-left.checkbox-column{left:0}.products-table thead th.sticky-left:nth-child(2){left:50px}.products-table thead th[data-sort=name]{position:sticky;left:160px;z-index:2}.products-table tbody td.sticky-left.checkbox-column{left:0;z-index:1}.products-table tbody td.sticky-left.image-column{left:50px;z-index:1}.products-table tbody td.sticky-left.name-column{left:160px;z-index:1}.products-table .sticky-left{position:sticky;background:#fff}.products-table thead th.sticky-left{background:#f5f5f5}.products-table tbody tr:nth-child(2n) td.sticky-left{background-color:#fafafa}.products-table tbody tr:nth-child(odd) td.sticky-left{background-color:#fff}.products-table tbody tr:hover td.sticky-left{background-color:#f0f0f0}.products-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1rem}.products-table th,.products-table td{min-width:120px;padding:.5rem 1rem;text-align:left;border-bottom:1px solid var(--color-border);font-size:1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.products-table th{font-weight:700;background:#f5f5f5;position:sticky;top:0;z-index:2}.products-table th:first-child,.products-table td:first-child{position:sticky;left:0;z-index:2;background:#fff;border-right:1px solid var(--color-border)}.products-table tbody tr:hover{background-color:#f0f0f0}.products-table td a{color:inherit;text-decoration:none;font-weight:700}.products-table td a:hover{text-decoration:underline}.sortable{cursor:pointer;position:relative;padding-right:2rem}.sortable:after{content:"\21c5";position:absolute;right:8px;opacity:.3;font-size:12px;line-height:1;margin-top:5px}.sortable.sort-asc:after{content:"\21e7";opacity:1;margin-top:5px}.sortable.sort-desc:after{content:"\21e9";opacity:1;margin-top:5px}.product-table-image{width:80px;height:80px;object-fit:cover;border-radius:4px}.selected-row{background-color:#0000000d}.divider-row{height:2px;background-color:var(--color-border)}.divider-row td{padding:0}.products-table-wrapper:after{content:"";position:fixed;top:auto;right:0;height:100%;width:30px;pointer-events:none;background:linear-gradient(to right,transparent,rgba(0,0,0,.1));transform:translate(0)}.products-table-wrapper.at-end:after{display:none}.products-table-wrapper.is-scrolled .sticky-left:last-child:after{content:"";position:absolute;top:0;right:-8px;height:100%;width:8px;background:linear-gradient(to right,rgba(0,0,0,.1),transparent);pointer-events:none;opacity:1}@keyframes selectHighlight{0%{background-color:var(--color-background)}50%{background-color:var(--color-highlight, #c1c1c1)}to{background-color:#f5f5f5}}@media screen and (max-width: 767px){.products-table td,.products-table th{position:static!important;left:auto!important;box-shadow:none!important;z-index:1!important}.products-table td.checkbox-column,.products-table th.sticky-left.checkbox-column,.products-table th:nth-child(1){position:sticky!important;left:0!important;z-index:2!important}.products-table td.image-column,.products-table th:nth-child(2){position:sticky!important;left:40px!important;z-index:2!important}.products-table th.sortable{position:relative!important}.products-table th.sortable:after{z-index:2!important}.products-table tbody tr:nth-child(odd) td.checkbox-column,.products-table tbody tr:nth-child(odd) td.image-column{background-color:#fff}.products-table tbody tr:nth-child(2n) td.checkbox-column,.products-table tbody tr:nth-child(2n) td.image-column{background-color:#fafafa}.products-table th:nth-child(1),.products-table th:nth-child(2){background:#f5f5f5;z-index:2!important}}.products-table tbody tr:nth-child(odd){background-color:#fff}.products-table tbody tr:nth-child(2n){background-color:#fafafa}.products-table td.checkbox-column,.products-table td.image-column,.products-table td.name-column{background-color:inherit!important}.products-table tbody tr.selected-row:nth-of-type(odd){background-color:#e7e7e7!important}.products-table tbody tr.selected-row:nth-of-type(2n){background-color:#dcdcdc!important}.products-table thead{position:sticky;top:0;z-index:2}.products-table thead th{background-color:#f5f5f5}.products-table th.checkbox-column,.products-table td.checkbox-column{position:sticky;left:0;z-index:3}.products-table th.image-column,.products-table td.image-column{position:sticky;left:40px;z-index:2}.products-table th.name-column,.products-table td.name-column{position:sticky;left:160px;z-index:2}@media screen and (max-width: 767px){.products-table th.name-column,.products-table td.name-column{position:static!important;left:auto!important;z-index:1!important}}.products-table th.checkbox-column,.products-table td.checkbox-column{width:50px;min-width:50px;text-align:center}.products-table td.checkbox-column .checkbox-wrapper,.products-table th.checkbox-column .checkbox-wrapper{display:inline-flex;align-items:center;justify-content:center}.products-grid,.products-list{transition:opacity .3s ease}.products-grid.hidden,.products-list.hidden{opacity:0;pointer-events:none}.product-item__link:focus-visible,.product-link:focus-visible,.vendor-button:focus-visible,.view-button:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}@media print{.board-finder__filters,.board-finder__controls,.view-switcher,.vendor-filter{display:none!important}.products-table{border-collapse:collapse}.products-table th,.products-table td{border:1px solid #000}.product-table-image{max-width:60px;height:auto}tr:not(.selected-row):not(.divider-row){display:none}}.checkbox-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.product-selector{cursor:pointer;width:20px;height:20px}.custom-checkbox{position:absolute;width:20px;height:20px;pointer-events:none}.product-link{color:inherit;text-decoration:none;font-weight:700}.product-link:hover{text-decoration:underline}@keyframes selectHighlight{0%{background-color:var(--color-background)}50%{background-color:#0000001a}to{background-color:var(--color-background)}}.selecting-row{animation:selectHighlight .5s ease-out}.slider-value-container{position:relative;display:inline-block}.slider-value-select{appearance:none;-webkit-appearance:none;background:none;border:none;font-size:2rem;font-family:neue-haas-grotesk-display,sans-serif;font-weight:600;color:#3f3f3f;padding:0;margin:0;cursor:pointer;width:auto;text-align:left;letter-spacing:1.5px}.slider-value-select::-webkit-calendar-picker-indicator{display:none}.slider-value-select::-webkit-inner-spin-button,.slider-value-select::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.slider-value-select::-ms-expand{display:none}.slider-value-container:after{content:"";position:absolute;right:-1.2em;top:50%;transform:translateY(-50%);pointer-events:none;font-size:.8em;opacity:.5}@supports (-webkit-touch-callout: none){.slider-value-select{border-radius:0;padding-right:0}}@media screen and (min-width: 768px){.products-table-wrapper.is-scrolled td.name-column,.products-table-wrapper.is-scrolled thead th[data-sort=name]{border-right:1px solid #00000012}}@media screen and (max-width: 767px){.products-table-wrapper.is-scrolled td.image-column,.products-table-wrapper.is-scrolled th.sticky-left:nth-child(2){border-right:1px solid #00000012}}.products-table td.sticky-left,.products-table th.sticky-left{background-clip:padding-box}.load-all-button{margin-left:10px;padding:8px 16px;background-color:#f0f0f0;border:none;border-radius:4px;cursor:pointer;font-size:.8em;font-weight:700;color:#666}.load-all-button:hover{background-color:#e0e0e0}.metric-container{display:flex;flex-direction:column;gap:4px;min-width:80px}.bar{background-color:#f8f8f8;border-radius:1px;position:relative;height:.6em;width:60px;margin:.2em 0;overflow:hidden}.products-table .bar .bar-fill{position:absolute;left:0;top:0;height:100%;border-radius:2px;transition:width .3s ease}.products-table .bar .bar-fill.bar-very-low{background-color:#e1a065!important}.products-table .bar .bar-fill.bar-low{background-color:#cfb55e!important}.products-table .bar .bar-fill.bar-medium{background-color:#a0b861!important}.products-table .bar .bar-fill.bar-high{background-color:#769a46!important}.products-table .bar .bar-fill.bar-very-high{background-color:#189332!important}.products-table .bar .bar-fill:hover{filter:brightness(1.2)}.bar-value{text-align:left;font-size:.8em;font-weight:700;font-family:var(--font-body-family);color:#999}.products-table td[data-flex],.products-table td[data-carving],.products-table td[data-freeride],.products-table td[data-powder],.products-table td[data-freestyle]{padding:.5rem 1rem;min-width:100px}.products-table tbody tr:nth-child(2n) .bar{background-color:#f0f0f0}@media screen and (max-width: 767px){.metric-container{min-width:60px}.bar{width:50px}.bar-value{font-size:.7em}}.product-item__image-wrapper,.product-table-image-wrapper{position:relative;overflow:hidden}.product-item__no-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem}.product-item__no-image-placeholder .placeholder-text{font-size:1.2rem;font-weight:500;color:#666;word-break:break-word;line-height:1.2;max-width:100%}.product-item__compare{position:absolute;top:10px;right:10px;z-index:2;opacity:.8;transition:opacity .2s ease}.visually-hidden{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.product-item__compare .compare-checkbox,.product-table-image-wrapper .compare-checkbox{width:20px!important;height:20px!important;cursor:pointer;position:relative;appearance:none!important;-webkit-appearance:none!important;background-color:#fff!important;border:2px solid #000!important;border-radius:4px!important;transition:all .2s ease;display:block!important;margin:0!important;padding:0!important}.product-item__compare .compare-checkbox:checked,.product-table-image-wrapper .compare-checkbox:checked{background-color:#000!important;border-color:#000!important}.product-item__compare .compare-checkbox:checked:after,.product-table-image-wrapper .compare-checkbox:checked:after{content:"";position:absolute;left:6px;top:2px;width:4px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.product-item__compare .compare-checkbox:hover,.product-table-image-wrapper .compare-checkbox:hover{transform:scale(1.1);box-shadow:0 0 5px #0003}.product-item__compare .compare-checkbox:focus,.product-table-image-wrapper .compare-checkbox:focus{outline:2px solid #000;outline-offset:2px}.product-item__image-wrapper:hover .product-item__compare,.product-table-image-wrapper:hover .product-item__compare{opacity:1}.product-item__compare sc-add-to-compare,.product-table-image-wrapper sc-add-to-compare{background-color:transparent!important;border-radius:0!important;padding:0!important;width:auto!important;margin:0!important;display:block!important}.price,.price__container{display:flex;flex-direction:column;gap:.25rem}.price__regular{display:flex;align-items:left;gap:.5rem}.price__sale{display:flex;flex-direction:column;gap:.25rem}.price-item{display:inline-block;font-size:1.3rem;font-weight:400}.price-item--regular{color:#000}.price-item--sale{font-size:1.3rem;color:#b90000;font-weight:600;display:block}.price__sale .price-item--sale{display:block;margin-top:.25rem}
/*# sourceMappingURL=/cdn/shop/t/19/assets/custom-board-finder.css.map */
