.featured-products{background-color:rgb(var(--color-background));padding-bottom:1.6rem}.featured-products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(28rem,1fr));gap:1.6rem;list-style:none;margin:0;padding:0}.featured-card{position:relative;border-radius:var(--blocks-radius);overflow:hidden;aspect-ratio:3 / 4;display:flex;flex-direction:column}.featured-card__bg-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.featured-card__bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.featured-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,#0000,#0000004d 60%,#0009);z-index:1}.featured-card__header{display:flex;flex-direction:column;gap:.4rem;padding:2rem 1.6rem}.featured-card__category{font-size:1.5rem;font-weight:900;color:#ffffffe6}.featured-card__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.8rem;line-height:1.2;color:#fff;margin:0}.featured-card__product{display:flex;align-items:center;justify-content:space-between;gap:1.6rem;padding:1.2rem 1.6rem 1.6rem;background:#ffffff26;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-top:1px solid rgba(255,255,255,.18);transition:.3s all}.featured-card__product:hover{background:#ffffff40;transition:.3s all}.featured-card__product-info{display:flex;align-items:center;gap:1.2rem;min-width:0;text-decoration:none}.featured-card__thumb{width:6rem;height:6rem;object-fit:cover;border-radius:7px;background-color:#fff;flex-shrink:0}.featured-card__details{display:flex;flex-direction:column;gap:.4rem;min-width:0;flex:1}.featured-card__name{font-size:1.5rem;font-weight:600;color:#fff;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-decoration:underline}.featured-card__price{font-size:1.6rem;font-weight:700;color:#fff}@media(max-width:1279.98px){.featured-products{padding-block:5rem}.featured-products__grid{grid-template-columns:repeat(auto-fit,minmax(26rem,1fr));gap:2rem}}@media(max-width:1023.98px){.featured-products__grid{grid-template-columns:repeat(2,1fr);gap:1.6rem}.featured-card{min-height:45rem}.featured-card__title{font-size:2.8rem}}@media(max-width:767.98px){.featured-products{padding-block:4rem}.featured-products__grid--swipe{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scroll-behavior:smooth;padding-inline:var(--page-padding);margin-inline:calc(var(--page-padding) * -1);scroll-padding-inline:var(--page-padding);scrollbar-width:none;gap:1.2rem}.featured-products__grid--swipe::-webkit-scrollbar{display:none}.featured-card{flex:0 0 85vw;max-width:85vw;min-height:50rem;scroll-snap-align:start}.featured-card__overlay{padding:2rem}.featured-card__title{font-size:2.4rem}.featured-card__product{align-items:stretch;gap:1.2rem}.featured-card__product-info{flex-direction:column;align-items:flex-start;text-align:center}.featured-card__thumb{width:8rem;height:8rem}}@media(max-width:479.98px){.featured-card{flex:0 0 90vw;max-width:90vw}.featured-card__category{font-size:1.3rem}.featured-card__title{font-size:2.2rem}.featured-card__name{font-size:1.4rem}.featured-card__price{font-size:1.5rem}}.custom-tabs{padding-top:9.6rem;padding-bottom:9.6rem}.custom-tabs__container{display:flex;flex-direction:column;align-items:center;max-width:144rem;margin:0 auto;padding:0}.custom-tabs__nav{display:flex;flex-wrap:wrap;gap:10px 4dvw;margin-bottom:4.8rem}.custom-tabs__nav-item{background:none;border-radius:0;padding:0 0 1rem;margin:0;cursor:pointer;font-size:3.6rem;font-weight:900;color:#9c9c9c;transition:color .2s ease;font-family:inherit}.custom-tabs__nav-item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#000;transform:scaleX(0);transition:transform .3s ease-in-out;transform-origin:bottom right}.custom-tabs__nav-item.is-active:after{transform:scaleX(1);transform-origin:bottom left;color:#000}.custom-tabs__nav-item.is-active{color:#000}.custom-tabs__nav-item:hover{color:#666}.custom-tabs__content{width:100%}.custom-tabs__pane{display:none;opacity:0;transition:opacity .3s ease}.custom-tabs__pane.is-active{display:block;opacity:1;animation:fadeIn .4s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.custom-tabs__pills-container{display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%;gap:2.4rem;padding:6.4rem 0}.custom-tabs__pills-heading{font-weight:700;font-size:1.9rem;color:#101010;margin:0;line-height:1.4rem;word-wrap:break-word}.custom-tabs__pills-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;list-style:none;padding:0;margin:0}.custom-tabs__pill-wrapper{display:flex;align-items:center;border:1px solid #d2d5d8;border-radius:100px;padding:.8rem 2.4rem;gap:1rem;background-color:#fff}.custom-tabs__pill-text{display:inline-block;font-size:1.9rem;color:#1c1d1d;cursor:default;font-weight:500}@media screen and (max-width:768px){.custom-tabs{padding-top:6.4rem;padding-bottom:6.4rem}.custom-tabs__nav{gap:3rem;flex-wrap:wrap;justify-content:center}.custom-tabs__nav-item{font-size:2.4rem}.custom-tabs__pills-heading{font-size:1.6rem}.custom-tabs__pills-list{padding:2rem 4rem}}.expandable-text{padding:3.2rem 0 9.6rem;padding-inline:var(--page-padding);margin:0 auto}.expandable-text__heading{font-size:2.4rem;font-weight:700;color:#000}read-more-component{display:block;position:relative}.expandable-text__content-wrapper{position:relative;overflow:hidden;transition:max-height .4s ease-out}.expandable-text__content-wrapper:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:10rem;background:linear-gradient(to bottom,#fff0,#fff);pointer-events:none;transition:opacity .3s ease;opacity:1}.expandable-text__content p{font-size:1.4rem;line-height:1.6;margin-bottom:1.5rem;color:#333}.expandable-text__content p:last-child{margin-bottom:0;padding-bottom:1rem}.expandable-text__trigger{background:none;border:none;padding:0;font-size:1.4rem;font-weight:700;color:#000;text-decoration:underline;text-underline-offset:.3rem;cursor:pointer;margin-top:1.5rem;display:inline-block}.expandable-text__trigger:hover{opacity:.8}.expandable-text__trigger[hidden]{display:none}read-more-component[data-state=expanded] .expandable-text__content-wrapper:after{opacity:0;pointer-events:none}read-more-component[data-state=hidden-trigger] .expandable-text__content-wrapper:after{opacity:0;display:none}.dual-panel-hero{position:relative;width:100%;overflow:hidden}.dual-panel-hero__container{display:flex;position:relative;width:100%;min-height:70vh}.dual-panel-hero__badge{position:absolute;top:4.8rem;left:50%;transform:translate(-50%);z-index:10;width:10rem;height:10rem;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center}.dual-panel-hero__badge-text{font-weight:900;font-size:2rem;line-height:1;color:#000;max-width:7rem;padding-top:.2rem}.dual-panel-hero__panel{position:relative;width:50%;display:flex;align-items:flex-end;overflow:hidden}.dual-panel-hero__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.dual-panel-hero__image{width:100%;height:100%;object-fit:cover}.dual-panel-hero__content{position:relative;z-index:2;padding:6.4rem;width:80%;color:#fff}.dual-panel-hero__subhead{font-family:var(--font-heading-family);font-size:2rem;font-weight:500;margin:0 0 .8rem;opacity:.9}.dual-panel-hero__title{font-family:var(--font-heading-family);font-size:5.6rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;margin:0 0 2.4rem;color:#fff}.dual-panel-hero__link{display:inline-block;color:#fff;font-size:1.6rem;font-weight:600;text-decoration:underline;text-underline-offset:.4rem;text-decoration-thickness:.15rem;transition:opacity .3s ease;text-shadow:0 2px 4px rgba(0,0,0,.3)}.dual-panel-hero__link:hover{opacity:.8;text-decoration-thickness:.2rem}@media(max-width:1023.98px){.dual-panel-hero__container{min-height:50rem}.dual-panel-hero__title{font-size:4.2rem;max-width:38rem}.dual-panel-hero__content{padding:3.2rem}.dual-panel-hero__badge{width:8.5rem;height:8.5rem;top:2.4rem}.dual-panel-hero__badge-text{font-size:1.6rem;max-width:6rem}}@media(max-width:767.98px){.dual-panel-hero__container{flex-direction:column;min-height:auto}.dual-panel-hero__panel{width:100%;min-height:50rem}.dual-panel-hero__badge{width:7.5rem;height:7.5rem;top:2rem}.dual-panel-hero__badge-text{font-size:1.4rem;max-width:5.5rem}.dual-panel-hero__content{padding:2.4rem 2rem}.dual-panel-hero__subhead{font-size:1.6rem;margin-bottom:.6rem}.dual-panel-hero__title{font-size:3.2rem;max-width:100%;margin-bottom:2rem}.dual-panel-hero__link{font-size:1.4rem}}.stj-comparison{margin:0 auto;padding:9.6rem 1.6rem;padding-inline:var(--page-padding);background:#f8f7f5}.stj-comparison__title{text-align:center;margin-bottom:3.2rem;font-size:3.2rem}.stj-comparison__grid{display:grid;grid-auto-rows:auto;column-gap:6.4rem;grid-template-columns:repeat(var(--stj-comp-cols),1fr);grid-template-rows:repeat(var(--stj-comp-rows),auto)}@media(max-width:1024px){.stj-comparison__grid{grid-template-columns:repeat(3,1fr)}[data-desktop-hide]{display:none!important}}@media(max-width:640px){.stj-comparison__grid{grid-template-columns:repeat(2,1fr)}[data-tablet-hide]{display:none!important}}.stj-comparison__product-image{text-align:center;margin-bottom:1.6rem}.stj-comparison__product-image img{width:200px;height:200px;object-fit:contain}.stj-comparison__product-card-title{text-align:center;font-size:2.5rem;font-weight:900;line-height:2.4rem;margin-bottom:.8rem;text-wrap:balance}.stj-comparison__product-description{text-align:center;font-size:1.4rem;color:#666;margin-bottom:1.6rem;min-height:40px}.stj-comparison__product-price{text-align:center;font-size:2.9rem;font-weight:500;margin-bottom:1.6rem}.stj-comparison__learn-more{text-align:center;padding-bottom:2.4rem;border-bottom:1px solid #f0f0f0}.stj-comparison__learn-more a{color:#000;text-decoration:underline;font-size:1.4rem}.stj-comparison__row{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:1.2rem;padding:1.6rem 0;text-align:center}.stj-comparison__row-icon{flex-shrink:0;width:3.6rem;height:3.6rem}.stj-comparison__row-icon svg{width:100%;height:100%}.stj-comparison__row-icon img{width:3.6rem;height:3.6rem;object-fit:contain}.stj-comparison__row-content{flex:1;font-size:1.4rem;line-height:1.5;color:#333}.stj-comparison__shop-btn-wrapper{display:flex;justify-content:center;align-items:center}.stj-comparison__shop-btn{display:block;width:50%;padding:1.4rem;background:#000;color:#fff;text-align:center;text-decoration:none;border-radius:var(--buttons-radius, 0);font-weight:600;margin-top:auto;transition:background .2s}.stj-comparison__shop-btn:hover{background:#333}.dual-feature{padding-top:9.6rem;padding-bottom:9.6rem}.dual-feature__wrapper{display:flex;flex-direction:column;gap:9.6rem}.dual-feature__description{padding:2rem 0 0}@media screen and (min-width:990px){.dual-feature__wrapper{flex-direction:row;gap:9.6rem;align-items:stretch}.dual-feature__col--left{width:60%;display:flex;flex-direction:column;gap:9rem}.dual-feature__col--right{width:40%;display:flex;flex-direction:column;justify-content:flex-end}}.dual-feature__card{position:relative;border-radius:2rem;overflow:hidden;width:100%}.dual-feature__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.dual-feature__card:hover .dual-feature__image{transform:scale(1.05)}.dual-feature__overlay{position:absolute;bottom:0;left:0;width:100%;padding:4.8rem;background:linear-gradient(to top,#000000b3,#0000);display:flex;flex-direction:column;justify-content:flex-end;pointer-events:none}.dual-feature__heading{color:#fff;font-size:2.6rem;font-weight:700;line-height:110%;margin:0;max-width:25rem}.dual-feature__description{padding:0 10% 5.4rem;color:var(--color-foreground, #000);font-size:1.9rem;line-height:1.4;font-weight:500;text-wrap:pretty}.feature-showcase-slider{text-align:center;max-width:140rem;margin:0 auto;position:relative}.feature-showcase-slider__controls{display:none;gap:1.2rem;justify-content:center;align-items:center;padding:1.6rem 3.2rem}@media screen and (min-width:768px){.feature-showcase-slider__controls{display:flex;justify-content:flex-end}}.swiper-btn{width:5rem;height:5rem;border-radius:50%;background:#0000000a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:none;padding:0}.swiper-btn:hover:not(:disabled){background:#00000014;transform:scale(1.05)}.swiper-btn:active:not(:disabled){transform:scale(.98)}.swiper-btn:disabled{opacity:.3;cursor:not-allowed}.swiper-btn svg{width:2rem;height:2rem;color:#0009}.feature-showcase-slider__gallery{position:relative;padding:0 2rem 2rem}.feature-showcase-slider__track{display:flex;gap:2rem;transition:transform .5s ease}.feature-showcase-slider__track:active{cursor:grabbing}.feature-showcase-slider__track--no-slider{flex-wrap:wrap;justify-content:center}.feature-showcase-slider__item{flex-shrink:0;text-align:left;margin:0;position:relative}.feature-showcase-slider__item{width:380px;max-width:85vw}.feature-showcase-slider__item--small{width:350px}.feature-showcase-slider__item--medium{width:450px}.feature-showcase-slider__item--large{width:600px}.feature-showcase-slider__item--xlarge{width:670px}.feature-showcase-slider__image-wrapper{position:relative;width:100%;height:45dvh;overflow:hidden;border-radius:2rem}.feature-showcase-slider__image{width:100%;height:100%;display:block;object-fit:cover}.feature-showcase-slider__caption-gradient{display:flex;position:absolute;left:0;right:0;bottom:0;height:30%;background:linear-gradient(0deg,#1d1d1de6,#1d1d1d00);-webkit-backdrop-filter:blur(2.2px);backdrop-filter:blur(2.2px);align-items:flex-end;padding:4rem}.feature-showcase-slider__caption{color:#fff;font-size:2.5rem;font-weight:700;line-height:1.2;word-wrap:break-word;max-width:40rem;text-shadow:0px 0px 7px rgba(0,0,0,.39);text-wrap:pretty;margin:0}.feature-showcase-slider__description{margin:0 auto;padding:1.6rem 0 6.4rem;max-width:80rem;color:#3e3e3e;font-size:3.6rem;font-weight:500;line-height:1.1;letter-spacing:-1px;word-wrap:break-word;text-wrap:pretty}.feature-showcase-slider__outro{margin:0 auto;padding:0;max-width:86rem;font-size:1.9rem;font-weight:300;line-height:1.4;word-wrap:break-word;text-wrap:pretty}@media screen and (max-width:768px){.feature-showcase-slider__gallery{padding:0 0 2rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-padding-left:1.6rem}.feature-showcase-slider__item:first-child{margin-left:1.6rem}.feature-showcase-slider__gallery::-webkit-scrollbar{display:none}.feature-showcase-slider__track{transform:none!important;gap:1.6rem}.feature-showcase-slider__track:after{content:"";flex-shrink:0;width:1px;height:1px}.feature-showcase-slider__item{scroll-snap-align:start;scroll-snap-stop:always}.feature-showcase-slider__image-wrapper{height:60dvh}.feature-showcase-slider__caption{font-size:2rem;line-height:2.4rem}.feature-showcase-slider__caption-gradient{padding:2.8rem}.feature-showcase-slider__description{padding:0 4rem 4rem 2rem;font-size:2.2rem;line-height:1.3}.feature-showcase-slider__outro{padding:3rem 4rem 0;font-size:2.2rem;line-height:1.3;font-weight:500}}.feature-showcase{text-align:center;padding:4rem 0 0;max-width:120rem;margin:0 auto}.feature-showcase__gallery{display:flex;justify-content:center;gap:2rem;margin-bottom:0;padding:0 2rem;position:relative;z-index:1}.feature-showcase__item{flex:1 1 30%;max-width:380px;text-align:left;margin:0}.feature-showcase__image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:1.6rem}.feature-showcase__image{width:100%;height:100%;display:block;object-fit:cover}.feature-showcase__caption-gradient{display:flex;position:absolute;left:0;right:0;bottom:0;height:30%;background:linear-gradient(0deg,#1d1d1de6,#1d1d1d00);-webkit-backdrop-filter:blur(2.2px);backdrop-filter:blur(2.2px);align-items:flex-end;padding:1.5rem}.feature-showcase__caption{color:#fff;font-size:2.5rem;font-weight:700;line-height:3rem;word-wrap:break-word;padding-left:1rem;width:100%;text-shadow:0px 0px 7px rgba(0,0,0,.39);margin:0;margin-bottom:.5rem;text-wrap:balance}.feature-showcase__description{padding:8rem 10rem 0rem;color:#3e3e3e;font-size:2.6rem;font-weight:500;line-height:3.6rem;word-wrap:break-word}@media screen and (max-width:768px){.feature-showcase__gallery{flex-direction:column;align-items:center;gap:3rem}.feature-showcase__item{max-width:100%;width:100%}.feature-showcase__description{padding:4rem 2rem;font-size:2rem;line-height:2.8rem}}.image-filter-container{display:none;gap:.8rem}.image-filter-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.8rem 1rem .4rem;gap:0;width:100%;min-width:7rem;border:1px solid transparent;transition:all .3s ease;border-radius:var(--blocks-radius)}.image-filter-item:hover,.image-filter-item.active{border-radius:var(--blocks-radius);border:1px solid #E5E5E5;transition:all .3s ease}.image-filter-image{width:auto;height:2.2rem;object-fit:contain;flex-shrink:0}.image-filter-icon{flex-shrink:0;line-height:0}.image-filter-icon svg{width:auto;height:2.8rem}.image-filter-title{font-weight:500;font-size:1.6rem;letter-spacing:-.5px;text-align:center;margin:0}@media(min-width:768px){.image-filter-container{display:flex}}.stj-state-msg{display:none;align-items:center;justify-content:flex-end;width:100%;gap:8px;font-weight:500}inventory-logic[data-ui-state=available] .state-available{display:inline-flex}inventory-logic[data-ui-state=low] .state-low{display:inline-flex}inventory-logic[data-ui-state=out] .state-out{display:inline-flex}inventory-logic[data-ui-state=backorder] .state-backorder{display:inline-flex}.inventory-wrapper{font-weight:500;display:flex;align-items:center;gap:.5rem}.dot{width:8px;height:8px;border-radius:50%;background:#ccc}.state-available .dot{background:#0d8756;animation:pulse-green 2s ease-out infinite}.state-available{color:#0d8756}.state-low .dot{background:#f59e0b;animation:pulse-orange 1s ease-out infinite}.state-low{color:#f59e0b}.state-out .dot{background:#ef4444}.state-out{color:#ef4444}.state-backorder .dot{background:#3b82f6}.state-backorder{color:#3b82f6}@keyframes pulse-green{0%{box-shadow:0 0 #0d8756b3}to{box-shadow:0 0 0 8px #0d875600}}@keyframes pulse-orange{0%{box-shadow:0 0 #f59e0bb3}to{box-shadow:0 0 0 8px #f59e0b00}}.product-kit-content{display:flex;margin:0 auto;gap:3rem;padding:6.4rem 3.2rem;background-color:#f8f7f5;border-radius:2rem}.product-kit-content__column{flex:1;padding:0 4.8rem;display:flex;flex-direction:column;position:relative}.product-kit-content__column:not(:last-child):after{content:"";position:absolute;right:-1.5rem;top:0%;height:100%;width:1px;background-color:#e2e1df}.product-kit-content__label{font-weight:700;color:#fff;padding:4px 12px;border-radius:100rem;display:inline-block;margin-bottom:3.2rem;font-size:14px;align-self:flex-start}.product-kit-content__title{font-size:3.2rem;font-weight:500;margin-bottom:8px;margin-top:0;letter-spacing:-1px}.product-kit-content__description{font-size:1.9rem;margin-bottom:4.8rem;line-height:1.4;min-height:48px}.product-kit-content__list{list-style:none;padding:0;margin:0}.product-kit-content__item{font-size:16px;line-height:1.4;margin-bottom:1rem;color:#343a40;display:flex}.product-kit-content__quantity{font-weight:700;margin-right:.5rem;min-width:2rem;text-wrap:nowrap}.product-kit-content__dimensions{font-size:.9em;color:#888;margin-left:5px}.product-kit-content__link{transition:text-decoration .2s ease-in-out;text-decoration:none;text-wrap:ballance}.product-kit-content__link:hover{text-decoration:underline;color:inherit}@media(max-width:768px){.product-kit-content{flex-direction:column;gap:2rem}.product-kit-content__column:not(:last-child):after{display:none}.product-kit-content__column{padding:0;border-bottom:1px solid #d1d1d1;padding-bottom:2rem}.product-kit-content__column:last-child{border-bottom:none}}.product-price-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1.6rem;margin-bottom:2rem}.product-price-heading__content{flex:1}.product-price-heading__title{text-wrap:balance;font-size:4.2rem;margin:0;line-height:1.1}.product-price-heading__subheading{font-size:1.8rem;font-weight:400}.product-price-heading__meta{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;text-align:right;min-width:14rem}.product-price-heading__meta .f-price--large{font-size:3.2rem;line-height:1.45;font-weight:500}.product-price-heading__tax{margin-top:.5rem;font-size:1.2rem}@media screen and (max-width:768px){.product-price-heading{flex-direction:column;gap:0}.product-price-heading__meta{align-items:flex-start;text-align:left;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/28/compiled_assets/styles.css.map */
