.featured-collections{margin:0 auto}.featured-collections__header{margin-bottom:3rem;text-align:center}.featured-collections__title{margin:0;font-weight:700}.featured-collections__wrapper{display:flex;flex-direction:column;gap:2rem;position:relative}.featured-collections__overview-images{display:none;position:relative;width:1920px;margin-left:calc(-960px + 50%);margin-bottom:0}@media screen and (min-width: 750px){.featured-collections__overview-images{display:block}}.featured-collections__overview{display:none;width:100%}.featured-collections__overview--active{display:block;animation:fadeIn .4s ease-out}.featured-collections__overview-image-wrapper{position:relative;width:100%;overflow:hidden}.featured-collections__overview-image{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:4 / 1;min-height:380px}.featured-collections__overview-content{position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;margin-inline:auto}.featured-collections__overview-text{display:none}.featured-collections__overview-text--active{display:block;animation:fadeIn .4s ease-out}.featured-collections__overview-icon{width:220px;object-fit:contain;margin-block-end:16px}.featured-collections__overview-headline{color:#fff;font-size:var(--text-heading-1);font-weight:700;line-height:.9}.featured-collections__tabs{display:none}@media screen and (min-width: 750px){.featured-collections__tabs{display:flex;gap:2rem;justify-content:center;margin-top:-65px;z-index:10;position:relative}}.featured-collections__tab{background-color:#fff6;color:#fff;border:none;padding:14px 24px;cursor:pointer;flex:1;transition:transform .3s ease,opacity .3s ease}.featured-collections__tab--active{background-color:#fff;color:#252525}.featured-collections__tab-label{display:flex;align-items:center;justify-content:center;gap:.5rem}.featured-collections__tab-label-icon{width:30px;height:30px;object-fit:contain}.featured-collections__tab-label-text{font-size:var(--text-body-primary);font-weight:500}.featured-collections__panels{width:100%}.featured-collections__panel{display:block;margin-bottom:3rem}.featured-collections__panel:last-child{margin-bottom:0}@media screen and (min-width: 750px){.featured-collections__panel{display:none;margin-bottom:0}.featured-collections__panel--active{display:block}}.featured-collections__mobile-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media screen and (min-width: 750px){.featured-collections__mobile-header{display:none}}.featured-collections__mobile-image-wrapper{position:relative;width:100%;overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%)}.featured-collections__mobile-image{width:100%;height:auto;display:block;aspect-ratio:5 / 2;min-height:180px;object-fit:cover}.featured-collections__mobile-overview-content{position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;margin-inline:auto}.featured-collections__mobile-headline{color:#fff;font-size:var(--text-heading-5);line-height:.9;font-weight:700;z-index:2;margin-block-start:12px}.featured-collections__mobile-tab-label{display:flex;align-items:center;gap:.5rem;color:#fff}.featured-collections__mobile-tab-text{font-size:var(--text-body-small);text-transform:uppercase;font-weight:700;margin-block-start:2px}.featured-collections__subcategories{margin-bottom:3rem;overflow:hidden}.featured-collections__subcategories-scroll{display:grid;gap:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:1rem;padding-left:0;margin-block:0;list-style:none}.featured-collections__subcategory{text-decoration:none;color:inherit;scroll-snap-align:start;transition:transform .3s ease;position:relative}@media screen and (max-width: 749px){.featured-collections__subcategories-scroll{grid-auto-flow:column;grid-auto-columns:calc(40% - .5rem)}}@media screen and (min-width: 750px){.featured-collections__subcategories-scroll{overflow-x:visible;display:flex;flex-wrap:wrap;justify-content:center}.featured-collections__subcategory{width:calc(33.33% - 8px);max-width:calc(33.33% - 8px);flex-basis:calc(33.33% - 8px)}}@media screen and (min-width: 990px){.featured-collections__subcategory{width:calc(16.66% - 10px);max-width:calc(16.66% - 10px);flex-basis:calc(16.66% - 10px)}}.featured-collections__subcategory-image{width:100%;height:auto;object-fit:cover;aspect-ratio:20 / 9}.featured-collections__subcategory-title{text-decoration:none;font-size:var(--text-body-xs);font-weight:var(--font-heading-weight);text-align:center;margin:0;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%}@media screen and (min-width: 750px){.featured-collections__subcategory-title{font-size:var(--text-sub-heading-small)}}.featured-collections__subcategories-scroll::-webkit-scrollbar{display:none}.featured-collections__subcategories-scroll{-ms-overflow-style:none;scrollbar-width:none}.featured-collections__collection{margin-top:2rem}.featured-collections__collection-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.featured-collections__collection-title{font-size:var(--text-heading-6);font-weight:var(--font-heading-weight);margin:0}@media screen and (min-width: 750px){.featured-collections__collection-title{font-size:var(--text-heading-4)}}.featured-collections__collection-controls{display:none;align-items:center;gap:2.4rem}@media screen and (min-width: 750px){.featured-collections__collection-controls{display:flex}}.featured-collections__view-all{text-decoration:none;color:#333;font-weight:600;transition:color .3s ease}.endurelite-theme .featured-collections__view-all{color:#000065}.featured-collections__view-all:hover{color:#666;text-decoration:underline}.endurelite-theme .featured-collections__view-all:hover{color:#2673b8}.featured-collections__view-all--desktop{display:none}@media screen and (min-width: 750px){.featured-collections__view-all--desktop{display:inline-block;font-size:var(--text-body-small);text-transform:uppercase;text-decoration:underline}}.featured-collections__slider-buttons{display:flex;gap:1.2rem}.featured-collections__slider-button{background:#252525;color:#fff;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0;border:none}@media screen and (min-width: 1000px){.featured-collections__slider-buttons{position:absolute;width:100%;justify-content:space-between!important;top:50%;transform:translateY(-50%);z-index:2}.featured-collections__slider-button.slider-button--prev{margin-left:-40px}.featured-collections__slider-button.slider-button--next{margin-right:-40px}}.featured-collections__slider-button:hover{background:#252525;color:#fff}.featured-collections__slider-button:disabled{background:#c2cacc40;color:#c2cacc}.featured-collections__slider-button svg{width:20px;height:20px;color:#fff}.featured-collections__slider-button:disabled svg{color:#c2cacc}.endurelite-theme .featured-collections__slider-button{background:#000065}.endurelite-theme .featured-collections__slider-button:hover{background:#000065!important;border:none!important}.endurelite-theme .featured-collections__slider-button:disabled{background:#c2cacc40;color:#c2cacc}.featured-collections__products{overflow:visible;position:relative}.featured-collections__products-scroll{display:flex;gap:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding-bottom:1rem;list-style:none}@media screen and (max-width: 749px){.featured-collections__products-scroll{gap:1rem;padding-left:var(--spacing-base);padding-right:var(--spacing-base);margin-left:calc(-.5*(100vw - 100%));margin-right:calc(-.5*(100vw - 100%));scroll-snap-type:none}}@media screen and (min-width: 750px){.featured-collections__products-scroll{gap:1.5rem;overflow-x:hidden;scroll-snap-type:none;padding-bottom:0;padding-left:0;padding-right:0;margin-left:0;margin-right:0}}.featured-collections__product{min-width:0;flex:0 0 auto;width:75%;padding-top:3rem}.featured-collections__product .trellis-card{padding:0;border:none;border-bottom:solid 1px #252525}.endurelite-theme .featured-collections__product .trellis-card{border-color:#000065}.featured-collections__product .trellis-card .card__badge{left:0;top:12px!important}.featured-collections__product .trellis-card .card__badge span{background-color:#fff;color:#252525;font-size:var(--text-body-xxs);font-weight:700;text-transform:uppercase;position:relative;letter-spacing:0;z-index:5}.featured-collections__product .trellis-card .card__badge span.sale-badge{background-color:#ed4337;color:#fff}.featured-collections__product .trellis-card .card__media{padding:2.4rem;background-color:#c2cacc40}.featured-collections__product .trellis-card-wrapper{padding:0}.featured-collections__product .card .card__inner .card__media .media{position:relative}.featured-collections__product .trellis-card .card__content{padding-block-start:16px;padding-block-end:12px;align-items:start}.featured-collections__product .trellis-card .card__information{text-align:left}.featured-collections__product .trellis-card .card__heading a{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:var(--text-body-large);text-align:left;color:#1d1d1b}.endurelite-theme .featured-collections__product .trellis-card .card__heading a{font-size:var(--text-body-primary);color:#000065}.featured-collections__product .card__content .yotpo .yotpo-bottomline{justify-content:flex-start;flex-direction:row;margin-block-start:4px;gap:4px}.featured-collections__product .yotpo.bottomLine .standalone-bottomline .yotpo-icon.yotpo-icon-star,.featured-collections__product .yotpo.bottomLine .standalone-bottomline .yotpo-icon.yotpo-icon-empty-star,.featured-collections__product .yotpo.bottomLine .standalone-bottomline .yotpo-icon.yotpo-icon-half-star{width:10px!important;height:10px!important;margin-right:2px;background-position:0;background-size:cover;background-repeat:no-repeat}.featured-collections__product .card__content .yotpo .text-m{font-size:var(--text-body-xxs);text-decoration:underline!important}.endurelite-theme .featured-collections__product .card__content .yotpo .text-m{color:#0032a0!important}.featured-collections__product .card__variant-info{margin-block:4px!important}.featured-collections__product .card__variant-text{font-size:12px;color:#1d1d1b99;font-weight:400;line-height:1.6}.featured-collections__product .card__variant-separator{margin:0 4px}.featured-collections__product .trellis-card .price span{color:#1d1d1b;font-weight:700;letter-spacing:0}.endurelite-theme .featured-collections__product .trellis-card .price span{color:#000065}.featured-collections__product .trellis-card .button{margin:0;width:100%;max-width:100%;background-color:#252525;color:#fff;position:absolute;bottom:0;opacity:0;visibility:hidden;pointer-events:none}.featured-collections__product .trellis-card .button:visited{color:#fff}.featured-collections__product .trellis-card:visited .button,.featured-collections__product .trellis-card:hover .button{opacity:1;visibility:visible;pointer-events:all;background-color:#252525;color:#fff}@media screen and (min-width: 750px){.featured-collections__product{width:calc(25% - 1.125rem)}}.featured-collections__products-scroll::-webkit-scrollbar{display:none}.featured-collections__products-scroll{-ms-overflow-style:none;scrollbar-width:none}.featured-collections__view-all-mobile{display:flex;justify-content:center;margin-top:2rem}@media screen and (min-width: 750px){.featured-collections__view-all-mobile{display:none}}.featured-collections__view-all-button{display:inline-block;padding:.8rem 2.4rem;background-color:transparent;color:#252525;border:solid 1px #252525;text-decoration:none;text-transform:uppercase;font-weight:600;transition:background-color .3s ease;text-align:center;min-width:180px;font-size:var(--text-body-small)}.featured-collections__view-all-button:hover{background-color:#252525;color:#fff;text-decoration:none}.endurelite-theme .featured-collections__view-all-button{color:#000065;border:solid 1px #000065}.endurelite-theme .featured-collections__view-all-button:hover{background-color:#000065}@media screen and (max-width: 749px){.featured-collections__header{margin-bottom:2rem}.featured-collections__title{font-size:1.75rem}.featured-collections__wrapper{gap:1rem}.featured-collections__panel{margin-bottom:3rem}.featured-collections__panel:last-child{margin-bottom:0}}@media screen and (min-width: 750px) and (max-width: 989px){.featured-collections__tab{max-width:300px}.featured-collections__tab-headline{font-size:1.25rem}.featured-collections__tab-icon{width:60px;height:60px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.featured-collections__panel--active{animation:fadeIn .4s ease-out}.featured-collections__tab:focus-visible{outline:2px solid #005fcc;outline-offset:4px;border-radius:8px}.featured-collections__subcategory:focus-visible,.featured-collections__view-all:focus-visible,.featured-collections__view-all-button:focus-visible{outline:2px solid #005fcc;outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/521/assets/section-featured-collections.css.map */
