.feed-tabs{position:relative;z-index:0;margin-top:32px}.feed-tabs .tab-list-scroll-wrapper{max-width:100%;margin-bottom:-1px;overflow:auto}.feed-tabs .tab-list-scroll-wrapper .tab-list-container{padding-inline:0}.feed-tabs .tab-list{position:relative;z-index:2;display:inline-flex;gap:12px;padding-inline:12px}.feed-tabs .tab-list .tab-item{position:relative;display:flex;flex:1 0 80px;align-items:center;justify-content:center;padding:12px 16px;text-align:center;background-color:#edeff2;border:solid #edeff2;border-width:1px 1px 0;box-shadow:inset 0 -4px 8px 0 rgba(43,59,88,.08);transition:background-color .25s,box-shadow .3s}.feed-tabs .tab-list .tab-item img{display:block;width:66px;height:35px;-o-object-fit:contain;object-fit:contain;-o-object-position:50% 50%;object-position:50% 50%}.feed-tabs .tab-list .tab-item:hover{background-color:#e5f7fd}.feed-tabs .tab-list .tab-item.tab-active{background-color:#f9fafb;box-shadow:none}.feed-tabs .tab-list .tab-item.tab-with-flag{padding-block:16px;margin-top:16px}.feed-tabs .tab-list .tab-item .tab-item-flag{position:absolute;top:0;left:50%;display:inline-block;width:auto;padding-inline:8px;color:var(--theme-text);white-space:nowrap;background-color:var(--theme-bg);translate:-50% -50%;font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.75rem}@media(min-width:768px){.feed-tabs .tab-list .tab-item .tab-item-flag{font-size:.875rem}}.feed-tabs .tab-list .tab-item .tab-item-flag{font-weight:600;font-style:normal;line-height:calc(1em + 4px);line-height:1em}.feed-tabs .tab-panels{position:relative;z-index:1;padding-block:24px;background-color:#f9fafb;border-top:1px solid #edeff2}@media(min-width:768px){.feed-tabs .tab-list{width:100%;padding-inline:16px}.feed-tabs .tab-list .tab-item img{display:block;width:100px;height:40px;-o-object-fit:contain;object-fit:contain;-o-object-position:50% 50%;object-position:50% 50%}.feed-tabs .tab-list .tab-item .tab-item-flag{padding-inline:12px}}@media(min-width:992px){.feed-tabs .tab-list{gap:24px;padding-inline:24px}}.short-video{position:relative;width:100%;overflow:hidden;border-radius:10px}.short-video .short-video-player{width:100%;height:400px;cursor:pointer;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;border-radius:8px}.short-video .short-video-controls{position:absolute;top:20px;right:20px;display:flex;gap:12px;justify-content:end}@media(hover:hover)and (pointer:fine){.short-video.never-interacted .short-video-controls{pointer-events:all;opacity:1}.short-video.has-interacted .short-video-controls{pointer-events:none;opacity:0;transition:opacity .2s ease}.short-video.has-interacted:hover .short-video-controls{pointer-events:all;opacity:1}}.short-video .short-video-control-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#fff;cursor:pointer;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);border:none;border-radius:50%;transition:all .2s ease}.short-video .short-video-control-btn:hover{background:rgba(0,0,0,.8);transform:scale(1.05)}.short-video .short-video-control-btn:active{transform:scale(.95)}.short-video .short-video-control-btn svg{width:24px;height:24px}.short-video .short-video-play-btn-center{position:absolute;top:50%;left:50%;z-index:5;width:64px;height:64px;transform:translate(-50%,-50%);animation:play-button-appear .2s ease-out}.short-video .short-video-play-btn-center:active,.short-video .short-video-play-btn-center:hover{transform:translate(-50%,-50%)!important}.short-video .short-video-play-btn-center svg{width:32px;height:32px}.short-video .short-video-tooltip{position:absolute;top:calc(100% + 30px);right:0;z-index:10;cursor:pointer;transform:translateY(-50%)}.short-video .short-video-tooltip.muted.not-interacted{display:block;animation:tooltip-fade-in .3s ease-out}.short-video .short-video-tooltip.interacted,.short-video .short-video-tooltip.unmuted{display:none}.short-video .short-video-tooltip .short-video-tooltip-content{padding:8px 12px;font-size:14px;font-weight:500;color:#fff;white-space:nowrap;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);border-radius:6px;transition:all .2s ease}.short-video .short-video-tooltip .short-video-tooltip-arrow{position:absolute;top:-6px;right:16px;width:0;height:0;border-right:6px solid rgba(0,0,0,0);border-bottom:6px solid rgba(0,0,0,.7);border-left:6px solid rgba(0,0,0,0)}.short-video .short-video-tooltip:active .short-video-tooltip-content,.short-video .short-video-tooltip:hover .short-video-tooltip-content{background:rgba(0,0,0,.8);transform:scale(1.02)}@keyframes tooltip-fade-in{0%{opacity:0;transform:translateY(-50%) translateX(-5px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}@keyframes play-button-appear{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.short-video .short-video-progress-container{position:absolute;right:0;bottom:0;left:0;height:4px;background:hsla(0,0%,100%,.3);transition:all .2s ease}.short-video .short-video-progress-container.top{top:0;bottom:auto}.short-video .short-video-progress-container.top.paused{top:20px;bottom:auto;height:8px;margin:0 12px;background:rgba(0,0,0,.6);border-radius:4px}.short-video .short-video-progress-container.paused{bottom:20px;height:8px;margin:0 12px;background:rgba(0,0,0,.6);border-radius:4px}.short-video .short-video-progress-bar{position:relative;width:100%;height:100%;cursor:pointer}.short-video .short-video-progress-bar:before{position:absolute;inset:-20px -20px -60px;cursor:pointer;content:""}.short-video .short-video-progress-fill{width:0;height:100%;background:red;border-radius:inherit;border-radius:4px}.short-video .short-video-progress-thumb-area{position:absolute;top:50%;width:20px;height:20px;cursor:grab;transform:translate(-50%,-50%)}.short-video .short-video-progress-thumb-area:before{position:absolute;inset:-25px;z-index:2;cursor:grab;content:""}.short-video .short-video-progress-thumb-area:active,.short-video .short-video-progress-thumb-area:active:before{cursor:grabbing}.short-video .short-video-progress-thumb{position:relative;z-index:1;width:100%;height:100%;background:red;border:2px solid #fff;border-radius:50%;transition:all .2s ease}.short-video .short-video-progress-thumb:hover{transform:scale(1.1)}.short-video .short-video-progress-container.top.paused~.short-video-controls{top:60px}.short-video.short-video-fullscreen{position:absolute;inset:0;margin:0}.short-video.short-video-fullscreen .short-video-player{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.short-video.short-video-fullscreen .short-video-controls{top:30px;left:20px}.short-video.short-video-fullscreen .short-video-progress-container.top.paused~.short-video-controls{top:50px}.short-video.short-video-fullscreen .short-video-progress-container.top.paused{top:20px;margin:0 20px}.short-video.short-video-fullscreen .short-video-progress-container.paused{bottom:30px;margin:0 20px}.short-video-loading{position:absolute;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.3)}.short-video-spinner{width:40px;height:40px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:short-video-spin 1s linear infinite}@keyframes short-video-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.section-split-featured-brand{margin-block:32px}.section-split-featured-brand:first-child{margin-top:16px}@media(min-width:768px){.section-split-featured-brand{margin-block:48px}.section-split-featured-brand:first-child{margin-top:24px}}.section-split-featured-brand .pointless-pointer{display:none}.section-split-featured-brand .brand-cta{position:static}.section-split-featured-brand .brand-cta:after{position:absolute;top:0;left:0;width:100%;height:100%;content:""}.section-split-featured-brand .split-featured-brand-card{position:relative;padding:40px 16px 16px}.section-split-featured-brand .split-featured-brand-card>.feed-image img{border-radius:10px}.section-split-featured-brand .split-featured-brand-card .brand-card-bg-image{position:absolute;inset:0;z-index:-1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background:#000}.section-split-featured-brand .split-featured-brand-card .brand-cta,.section-split-featured-brand .split-featured-brand-card .brand-description,.section-split-featured-brand .split-featured-brand-card .brand-logo,.section-split-featured-brand .split-featured-brand-card .brand-value-props{margin-bottom:24px}.section-split-featured-brand .split-featured-brand-card .brand-logo{width:100%;height:30px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left;filter:brightness(0) invert(1)}.section-split-featured-brand .split-featured-brand-card .brand-heading{color:#fff;font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:2rem}@media(min-width:768px){.section-split-featured-brand .split-featured-brand-card .brand-heading{font-size:2.5rem}}.section-split-featured-brand .split-featured-brand-card .brand-heading{font-weight:600;font-style:normal;line-height:calc(1em + 4px)}.section-split-featured-brand .split-featured-brand-card .brand-description{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem}@media(min-width:768px){.section-split-featured-brand .split-featured-brand-card .brand-description{font-size:1rem}}.section-split-featured-brand .split-featured-brand-card .brand-description{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.section-split-featured-brand .split-featured-brand-card .brand-description strong{font-weight:600}.section-split-featured-brand .split-featured-brand-card .brand-description{color:#fff}.section-split-featured-brand .split-featured-brand-card .brand-value-props{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.section-split-featured-brand .split-featured-brand-card .brand-value-props .brand-value-prop{flex:0 0 auto}.section-split-featured-brand .split-featured-brand-card .desktop-card .brand-card-bg-image,.section-split-featured-brand .split-featured-brand-card .value-prop-desktop{display:none}.section-split-featured-brand .split-featured-brand-card .product-cards-wrapper{width:calc(100% + 32px + 24px);padding-inline:28px;padding-bottom:24px;margin-inline:-28px;overflow:auto}.section-split-featured-brand .split-featured-brand-card .product-cards{display:flex;justify-content:center;width:-moz-max-content;width:max-content;margin:0 auto;white-space:nowrap}.section-split-featured-brand .split-featured-brand-card .product-cards .product-variant-card{width:280px;height:auto;margin-right:12px;text-align:left;text-align:initial}.section-split-featured-brand .split-featured-brand-card .product-cards .product-variant-card:last-child{margin-right:0}@media(min-width:768px){.section-split-featured-brand .split-featured-brand-card{display:flex;gap:24px;padding:0;overflow:auto;border-radius:0}.section-split-featured-brand .split-featured-brand-card .brand-card-bg-image-wrapper,.section-split-featured-brand .split-featured-brand-card .brand-value-props{display:none}.section-split-featured-brand .split-featured-brand-card .brand-cta{margin:0}.section-split-featured-brand .split-featured-brand-card .desktop-card{position:relative;display:flex;justify-content:center;padding:32px;overflow:hidden;border-radius:10px}.section-split-featured-brand .split-featured-brand-card .desktop-card .brand-card-bg-image{display:block}.section-split-featured-brand .split-featured-brand-card .desktop-card .value-prop-desktop{position:absolute;top:32px;display:inline-block}.section-split-featured-brand .split-featured-brand-card .desktop-card.brand-content{flex:0 0 373px;flex-direction:column;align-items:flex-start}.section-split-featured-brand .split-featured-brand-card .desktop-card.brand-content .value-prop-desktop{left:32px}.section-split-featured-brand .split-featured-brand-card .desktop-card.brand-content .brand-card-bg-image{-o-object-position:left;object-position:left}.section-split-featured-brand .split-featured-brand-card .desktop-card.products-content{flex:1 0;align-items:center;padding-block:100px;padding-inline:16px}.section-split-featured-brand .split-featured-brand-card .desktop-card.products-content .value-prop-desktop.value-prop-left{left:32px}.section-split-featured-brand .split-featured-brand-card .desktop-card.products-content .value-prop-desktop.value-prop-right{right:32px}.section-split-featured-brand .split-featured-brand-card .desktop-card.products-content .brand-card-bg-image{-o-object-position:-380px;object-position:-380px}.section-split-featured-brand .split-featured-brand-card .desktop-card.products-content .product-cards .product-variant-card{width:240px}.section-split-featured-brand .split-featured-brand-card.products-content-left .brand-content{order:2}.section-split-featured-brand .split-featured-brand-card.products-content-left .brand-content .brand-card-bg-image{-o-object-position:right;object-position:right}.section-split-featured-brand .split-featured-brand-card.products-content-left .products-content{order:1}.section-split-featured-brand .split-featured-brand-card.products-content-left .products-content .brand-card-bg-image{-o-object-position:calc(100% + 380px);object-position:calc(100% + 380px)}}@media(min-width:992px){.section-split-featured-brand .split-featured-brand-card .product-cards-wrapper{position:relative;width:auto;overflow:visible}.section-split-featured-brand .split-featured-brand-card .pointless-pointer{position:absolute;right:-20px;bottom:-20px;display:flex}}@media(min-width:1200px){.section-split-featured-brand .split-featured-brand-card .desktop-card.products-content .product-cards .product-variant-card{width:280px}}.section-split-featured-brand.split-featured-brand-video-mode .split-featured-brand-card{padding-top:55vh;margin-bottom:300px;background:rgba(0,0,0,0)}.section-split-featured-brand.split-featured-brand-video-mode .split-featured-brand-card .brand-card-bg-image-wrapper,.section-split-featured-brand.split-featured-brand-video-mode .split-featured-brand-card .brand-cta,.section-split-featured-brand.split-featured-brand-video-mode .split-featured-brand-card .brand-description{display:none}.section-split-featured-brand.split-featured-brand-video-mode .split-featured-brand-card .brand-card-video{margin-bottom:24px}.section-split-featured-brand.split-featured-brand-video-mode .split-featured-brand-card .value-prop-desktop{top:auto;bottom:32px}.section-split-featured-brand.split-featured-brand-video-mode .split-featured-brand-card .products-content{margin-bottom:-300px;background:rgba(0,0,0,0)}.section-split-featured-brand.split-featured-brand-video-mode .split-featured-brand-card .products-content .brand-card-bg-image{z-index:auto;-o-object-position:0 0;object-position:0 0}.section-split-featured-brand.split-featured-brand-video-mode .value-prop-desktop{display:none!important}.section-split-featured-brand.split-featured-brand-video-mode .brand-value-props{position:absolute;top:30px;right:80px;left:20px;display:flex;max-width:270px;margin-bottom:0}.section-split-featured-brand.split-featured-brand-video-mode.scrubbing .brand-value-props{display:none}@media(min-width:768px){.section-split-featured-brand.split-featured-brand-video-mode .split-featured-brand-card{padding-top:0;margin-bottom:0;background-color:rgba(0,0,0,0)}.section-split-featured-brand.split-featured-brand-video-mode .split-featured-brand-card .products-content{margin-bottom:0}.section-split-featured-brand.split-featured-brand-video-mode .split-featured-brand-card .desktop-card{background-color:var(--theme-bg)}.section-split-featured-brand.split-featured-brand-video-mode .split-featured-brand-card .desktop-card.brand-content .brand-logo{display:none}}.section-split-card-banner{margin-block:32px}.section-split-card-banner:first-child{margin-top:16px}@media(min-width:768px){.section-split-card-banner{margin-block:48px}.section-split-card-banner:first-child{margin-top:24px}}.section-split-card-banner .split-card-container{padding-block:64px;background-color:var(--theme-bg)}.section-split-card-banner .split-card-container.split-banner-right-img{flex-direction:row-reverse}.section-split-card-banner .split-card-image-wrapper{position:relative;margin-bottom:24px}.section-split-card-banner .split-card-image-wrapper .split-card-image{width:100%;height:345px;-o-object-fit:cover;object-fit:cover;border-radius:10px}.section-split-card-banner .split-card-image-wrapper .split-card-value-prop{position:absolute;left:50%;text-align:center;white-space:nowrap;translate:-50% 0}.section-split-card-banner .split-card-image-wrapper .split-card-value-prop.value-prop-0{top:16px}.section-split-card-banner .split-card-image-wrapper .split-card-value-prop.value-prop-1{bottom:16px}.section-split-card-banner .split-card-copy .split-card-value-prop{margin-bottom:24px}.section-split-card-banner .split-card-copy .split-card-pointer-wrapper{display:none}.section-split-card-banner .split-card-copy .split-card-heading{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1rem}@media(min-width:768px){.section-split-card-banner .split-card-copy .split-card-heading{font-size:1.5rem}}.section-split-card-banner .split-card-copy .split-card-heading{font-weight:600;font-style:normal;line-height:calc(1em + 4px);margin-bottom:24px;color:var(--theme-heading)}.section-split-card-banner .split-card-copy .split-card-description{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1.125rem}@media(min-width:768px){.section-split-card-banner .split-card-copy .split-card-description{font-size:1.25rem}}.section-split-card-banner .split-card-copy .split-card-description{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.section-split-card-banner .split-card-copy .split-card-description strong{font-weight:600}.section-split-card-banner .split-card-copy .split-card-description{margin:0;color:var(--theme-text)}.section-split-card-banner .split-card-copy .split-card-cta{align-self:flex-start;margin-top:24px}@media(min-width:768px){.section-split-card-banner .split-card-container{display:flex;gap:24px;padding-block:0;background-color:rgba(0,0,0,0)}.section-split-card-banner .split-card-image-wrapper{position:relative;flex:1 0;min-width:0;margin:0}.section-split-card-banner .split-card-image-wrapper .split-card-image{height:100%}.section-split-card-banner .split-card-copy{display:flex;flex:0 0 373px;flex-direction:column;justify-content:center;min-height:600px;padding:32px;background-color:var(--theme-bg);border-radius:10px}.section-split-card-banner .split-card-copy .split-card-pointer-wrapper{display:flex;justify-content:flex-end;margin-bottom:24px}.section-split-card-banner .split-card-copy .split-card-value-prop{align-self:flex-start}}@media(min-width:1200px){.section-split-card-banner .split-card-image-wrapper .split-card-value-prop{top:32px;translate:0}.section-split-card-banner .split-card-image-wrapper .split-card-value-prop.value-prop-0{top:32px;left:24px}.section-split-card-banner .split-card-image-wrapper .split-card-value-prop.value-prop-1{right:24px;bottom:auto;left:auto}}.section-split-card-banner[class*=theme-strava] .split-card-copy .feed-corner-flag{color:var(--theme-flag-color);background-color:var(--theme-flag-bg)}@media(min-width:768px){.section-split-card-banner[class*=theme-strava] .feed-corner-flag.value-prop-0{top:32px}.section-split-card-banner[class*=theme-strava] .feed-corner-flag.value-prop-1{bottom:32px}.section-split-card-banner[class*=theme-strava] .split-card-copy{position:relative}.section-split-card-banner[class*=theme-strava] .split-card-copy .split-card-pointer-wrapper{display:flex}.section-split-card-banner[class*=theme-strava] .split-card-copy .feed-corner-flag{position:absolute;top:32px;left:32px}}.section-split-square-banner{--split-square-banner-content-padding-inline:32px;--split-square-banner-content-padding-block:64px;--split-square-banner-min-height:0px}.section-split-square-banner>*{box-sizing:border-box}.section-split-square-banner .split-banner-disclaimer{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.8125rem}@media(min-width:768px){.section-split-square-banner .split-banner-disclaimer{font-size:.75rem}}.section-split-square-banner .split-banner-disclaimer{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.section-split-square-banner .split-banner-disclaimer strong{font-weight:600}.section-split-square-banner .split-banner-disclaimer{margin-top:24px;opacity:.7;color:var(--theme-text)}.section-split-square-banner .split-banner-disclaimer a{color:var(--theme-text);text-decoration:underline}.section-split-square-banner .split-banner-disclaimer a:hover{color:var(--theme-text-hover)}.section-split-square-banner .split-banner-container{padding-block:32px;background-color:var(--theme-bg)}.section-split-square-banner .split-banner-picture-wrapper{position:relative}@media(max-width:767.98px){.section-split-square-banner .split-banner-picture-wrapper{display:block;aspect-ratio:10/11}}.section-split-square-banner .split-banner-picture{width:100%;height:100%}.section-split-square-banner .split-banner-over-media{position:absolute;inset:0;z-index:1;pointer-events:none}.section-split-square-banner .split-banner-over-media-inner{width:100%;height:100%;pointer-events:auto;padding-block:24px;padding-inline:calc(var(--bs-gutter-x)*.5)}@media(min-width:1200px){.section-split-square-banner .split-banner-over-media-inner{padding:48px}}.section-split-square-banner .split-banner-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media(max-width:767.98px){.section-split-square-banner .split-banner-img{margin-bottom:0;border-radius:0}}@media(min-width:768px){.section-split-square-banner .split-banner-img{height:345px;margin-bottom:24px;border-radius:10px}}.section-split-square-banner .split-banner-content .split-banner-pointer{margin-bottom:24px}@media(max-width:767.98px){.section-split-square-banner .split-banner-content{padding-block:32px}}.section-split-square-banner .split-banner-content .split-banner-heading{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:2rem}@media(min-width:768px){.section-split-square-banner .split-banner-content .split-banner-heading{font-size:2.5rem}}.section-split-square-banner .split-banner-content .split-banner-heading{font-weight:600;font-style:normal;line-height:calc(1em + 4px);margin-bottom:24px;color:var(--theme-card-heading)}.section-split-square-banner .split-banner-content .split-banner-dynamic-content{color:var(--theme-text-light)}.section-split-square-banner .split-banner-content .split-banner-dynamic-content h3,.section-split-square-banner .split-banner-content .split-banner-dynamic-content h4,.section-split-square-banner .split-banner-content .split-banner-dynamic-content h5,.section-split-square-banner .split-banner-content .split-banner-dynamic-content h6{margin-bottom:8px;color:var(--theme-heading)}.section-split-square-banner .split-banner-content .split-banner-dynamic-content p{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1.125rem}@media(min-width:768px){.section-split-square-banner .split-banner-content .split-banner-dynamic-content p{font-size:1.25rem}}.section-split-square-banner .split-banner-content .split-banner-dynamic-content p{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.section-split-square-banner .split-banner-content .split-banner-dynamic-content p strong{font-weight:600}.section-split-square-banner .split-banner-content .split-banner-dynamic-content p{margin-bottom:24px;color:var(--theme-text-light)}.section-split-square-banner .split-banner-content .split-banner-dynamic-content p:last-child{margin-bottom:0}.section-split-square-banner .split-banner-content .split-banner-dynamic-content ul{list-style:disc}.section-split-square-banner .split-banner-content .split-banner-dynamic-content ol{list-style:decimal}.section-split-square-banner .split-banner-content .split-banner-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 32px;gap:16px 32px;margin-top:24px}.section-split-square-banner .split-banner-content .split-banner-stats .stat-item .stat-key{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:2rem}@media(min-width:768px){.section-split-square-banner .split-banner-content .split-banner-stats .stat-item .stat-key{font-size:2.5rem}}.section-split-square-banner .split-banner-content .split-banner-stats .stat-item .stat-key{font-weight:600;font-style:normal;line-height:calc(1em + 4px);line-height:1em;color:var(--theme-card-heading)}.section-split-square-banner .split-banner-content .split-banner-stats .stat-item .stat-value{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem}@media(min-width:768px){.section-split-square-banner .split-banner-content .split-banner-stats .stat-item .stat-value{font-size:1rem}}.section-split-square-banner .split-banner-content .split-banner-stats .stat-item .stat-value{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.section-split-square-banner .split-banner-content .split-banner-stats .stat-item .stat-value strong{font-weight:600}.section-split-square-banner .split-banner-content .split-banner-stats .stat-item .stat-value{color:var(--theme-text)}.section-split-square-banner .split-banner-content .split-banner-cta-wrapper{margin-top:24px}@media(min-width:768px){.section-split-square-banner .split-banner-container{display:flex;min-height:0;min-height:var(--split-square-banner-min-height,0);padding-block:0;background-color:rgba(0,0,0,0)}.section-split-square-banner .split-banner-picture-wrapper{display:inline-block;flex:0 0 50%;width:auto;min-width:0}.section-split-square-banner .split-banner-img{display:block;height:100%;aspect-ratio:1/1;margin:0;border-radius:0}.section-split-square-banner .split-banner-content{display:flex;flex:0 0 50%;flex-direction:column;justify-content:center;width:0;min-width:0;padding-block:64px;padding-block:var(--split-square-banner-content-padding-block,64px);padding-inline:32px;padding-inline:var(--split-square-banner-content-padding-inline,32px);background-color:var(--theme-bg)}.section-split-square-banner.split-banner-right-img .split-banner-picture-wrapper{order:2}}@media(min-width:1200px){.section-split-square-banner{--split-square-banner-content-padding-inline:48px}.section-split-square-banner .split-banner-content .split-banner-stats{grid-template-columns:1fr 1fr 1fr}}.section-split-square-banner.strava .split-banner-container{padding-top:64px}@media(min-width:768px){.section-split-square-banner.strava .split-banner-container{padding-top:0}}.section-split-square-banner.strava .split-banner-picture-wrapper{overflow:hidden;background-color:#dcdfe5;border-radius:10px}.section-split-square-banner.strava .split-banner-picture-wrapper:has(video){line-height:6px;aspect-ratio:auto}.section-split-square-banner.strava .split-banner-picture-wrapper .split-banner-picture{margin-bottom:0}@media(min-width:768px){.section-split-square-banner.strava .split-banner-picture-wrapper{border-radius:0}}.section-split-square-banner.strava .split-banner-content .split-banner-heading{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1.5rem}@media(min-width:768px){.section-split-square-banner.strava .split-banner-content .split-banner-heading{font-size:2.25rem}}.section-split-square-banner.strava .split-banner-content .split-banner-heading{font-weight:600;font-style:normal;line-height:calc(1em + 4px)}.section-split-square-banner.strava .split-banner-dynamic-content,.section-split-square-banner.strava .split-banner-dynamic-content p{color:var(--theme-text)}.section-split-square-banner.split-banner-variant-wide-media{background-color:var(--theme-bg)}.section-split-square-banner.split-banner-variant-wide-media .split-banner-container{padding-block:0}@media(min-width:768px){.section-split-square-banner.split-banner-variant-wide-media .split-banner-picture-wrapper{flex:0 0 auto;width:min(50vw,1000px);max-width:1000px;min-width:0;margin-left:calc(50% - 50vw)}.section-split-square-banner.split-banner-variant-wide-media .split-banner-content{flex:0 0 50%;max-width:50%;margin-left:auto}}@media(min-width:768px)and (min-width:1921px){.section-split-square-banner.split-banner-variant-wide-media .split-banner-picture-wrapper{-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgb(0,0,0) 30%,rgb(0,0,0));mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0,rgb(0,0,0) 30%,rgb(0,0,0));-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}}@media(min-width:768px){.section-split-square-banner.split-banner-variant-wide-media.split-banner-right-img .split-banner-picture-wrapper{margin-left:0;margin-right:calc(50% - 50vw)}.section-split-square-banner.split-banner-variant-wide-media.split-banner-right-img .split-banner-content{margin-left:0}}@media(min-width:768px)and (min-width:1921px){.section-split-square-banner.split-banner-variant-wide-media.split-banner-right-img .split-banner-picture-wrapper{-webkit-mask-image:linear-gradient(90deg,rgb(0,0,0) 0,rgb(0,0,0) 70%,rgba(0,0,0,0));mask-image:linear-gradient(90deg,rgb(0,0,0) 0,rgb(0,0,0) 70%,rgba(0,0,0,0));-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}}@media(max-width:767.98px){.section-split-square-banner.split-banner-variant-wide-media .split-banner-picture-wrapper{border-radius:0;overflow:visible;margin-inline:calc(var(--bs-gutter-x)*-.5)}}.section-video{margin-block:32px}.section-video:first-child{margin-top:16px}@media(min-width:768px){.section-video{margin-block:48px}.section-video:first-child{margin-top:24px}}@media(max-width:767.98px){.section-video{padding:0}}@media(min-width:768px){.section-video .responsive-video{border-radius:10px}}.offer-list-item{display:block;padding:16px;text-decoration:none;background-color:#fff;border:1px solid #dcdfe5;border-radius:10px;transition:background-color .2s}.offer-list-item:hover{background-color:#e5f7fd}.offer-list-item .offer-item-heading{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem}@media(min-width:768px){.offer-list-item .offer-item-heading{font-size:1.25rem}}.offer-list-item .offer-item-heading{font-weight:600;font-style:normal;line-height:calc(1em + 4px);margin:0 0 8px;color:#09023d}.offer-list-item .offer-item-subheading{font-size:1rem}@media(min-width:768px){.offer-list-item .offer-item-subheading{font-size:1rem}}.offer-list-item .offer-item-subheading{font-weight:400;font-family:libertad,monospace;font-style:normal;line-height:calc(1em + 4px);margin:0 0 8px;color:#ed1c24}.offer-list-item .offer-item-description{margin:0;color:#4d5e80}.kevel-skeleton-loading-container{max-height:600px;overflow:hidden}.kevel-skeleton-loading-container.kevel-no-ads{max-height:0;transition:max-height .3s cubic-bezier(.52,.01,.16,.99)}.feed-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;width:48px;width:var(--avatar-size,48px);height:48px;height:var(--avatar-size,48px);flex-shrink:0;overflow:hidden;background-color:#f6f7f8;border-radius:50%}.feed-avatar .feed-image{width:100%;height:100%}.feed-avatar .feed-avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.feed-avatar .feed-avatar-initials{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.75rem}@media(min-width:768px){.feed-avatar .feed-avatar-initials{font-size:.875rem}}.feed-avatar .feed-avatar-initials{font-style:normal;line-height:calc(1em + 4px);display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#7586a3;font-weight:600;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}.team-page:has(.team.strava-bottles){margin-bottom:0}.feed-page:has(.team.strava-bottles) .top-bar{display:none}.feed-page:has(.team.strava-bottles) header#main-navbar .bottom-navigation,.feed-page:has(.team.strava-bottles) header#main-navbar .search-bar-wrapper{display:none}.feed-page:has(.team.strava-bottles) header#main-navbar .navbar-row.navbar-top{padding-bottom:16px}.feed-author-row{display:flex;gap:8px;align-items:center}.feed-author-row .feed-image{width:50px;width:var(--author-image-size,50px);height:50px;height:var(--author-image-size,50px)}.feed-author-row .author-info{flex:1 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px}.feed-author-row .author-info .author-name{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.75rem}@media(min-width:768px){.feed-author-row .author-info .author-name{font-size:.875rem}}.feed-author-row .author-info .author-name{font-weight:600;font-style:normal;line-height:calc(1em + 4px);margin-bottom:0}.feed-author-row .author-info .author-title{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem}@media(min-width:768px){.feed-author-row .author-info .author-title{font-size:.875rem}}.feed-author-row .author-info .author-title{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.feed-author-row .author-info .author-title strong{font-weight:600}.feed-author-row .author-info .author-title{margin:0}.feed-author-row .author-info .verified-badge{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem}@media(min-width:768px){.feed-author-row .author-info .verified-badge{font-size:.875rem}}.feed-author-row .author-info .verified-badge{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.feed-author-row .author-info .verified-badge strong{font-weight:600}.feed-author-row .author-info .verified-badge{display:flex;justify-content:flex-start;gap:4px;margin:0}.team-page{margin-bottom:40px}.section-brand-testimonial{margin-block:32px}.section-brand-testimonial:first-child{margin-top:16px}@media(min-width:768px){.section-brand-testimonial{margin-block:48px}.section-brand-testimonial:first-child{margin-top:24px}}.section-brand-testimonial .brand-testiminial-container{padding-block:24px 48px;background-color:var(--theme-bg)}.section-brand-testimonial .bt-bg-photo{width:100%;height:345px;margin-bottom:40px;-o-object-fit:cover;object-fit:cover;border-radius:10px}.section-brand-testimonial .brand-logo{display:block;width:140px;height:32px;margin-bottom:24px;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.section-brand-testimonial .testimonial-copy{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1rem}@media(min-width:768px){.section-brand-testimonial .testimonial-copy{font-size:1.5rem}}.section-brand-testimonial .testimonial-copy{font-weight:600;font-style:normal;line-height:calc(1em + 4px);margin-bottom:24px;color:var(--theme-text)}.section-brand-testimonial .author-name{color:var(--theme-heading-secondary)}.section-brand-testimonial .author-title{color:var(--theme-text)}@media(min-width:768px){.section-brand-testimonial .brand-testiminial-container{padding-block:0;background-color:rgba(0,0,0,0)}.section-brand-testimonial .brand-testiminial-container .bt-image-wrapper{position:relative;padding:160px 40px}.section-brand-testimonial .bt-bg-photo{position:absolute;inset:0;width:100%;height:100%}.section-brand-testimonial .bt-content-card{background-color:var(--theme-bg-transparent);backdrop-filter:blur(15px);width:60%;max-width:620px;padding:64px 32px;border-radius:10px}}@media(min-width:1200px){.section-brand-testimonial .brand-testiminial-container .bt-image-wrapper{padding-inline:64px}}.section-testimonial-carousel{margin-block:32px}.section-testimonial-carousel:first-child{margin-top:16px}@media(min-width:768px){.section-testimonial-carousel{margin-block:48px}.section-testimonial-carousel:first-child{margin-top:24px}}.section-testimonial-carousel{overflow:hidden}.section-testimonial-carousel .testimonial-carousel-heading{margin-bottom:24px}@media(max-width:991.98px){.section-testimonial-carousel .testimonial-carousel{width:100vw;padding-inline:calc(var(--bs-gutter-x)*.5);margin-inline:calc(var(--bs-gutter-x)*-.5)}}.section-testimonial-with-product{margin-block:32px}.section-testimonial-with-product:first-child{margin-top:16px}@media(min-width:768px){.section-testimonial-with-product{margin-block:48px}.section-testimonial-with-product:first-child{margin-top:24px}}.section-testimonial-with-product .testimonial-card{padding:40px 24px;overflow:hidden;color:var(--theme-text);background-color:var(--theme-bg);border-radius:10px}.section-testimonial-with-product .testimonial-card .tdf-sale-streamers{display:none}.section-testimonial-with-product .testimonial-card .brand-logo{width:100%;height:32px;margin-bottom:24px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left}.section-testimonial-with-product .testimonial-card .testimonial-bonus-value-prop{display:flex;flex-direction:column}.section-testimonial-with-product .testimonial-card .testimonial-bonus-value-prop .value-prop-title{font-size:.875rem}@media(min-width:768px){.section-testimonial-with-product .testimonial-card .testimonial-bonus-value-prop .value-prop-title{font-size:.875rem}}.section-testimonial-with-product .testimonial-card .testimonial-bonus-value-prop .value-prop-title{font-weight:400;font-family:libertad,monospace;font-style:normal;line-height:calc(1em + 4px);order:1;margin-bottom:16px}.section-testimonial-with-product .testimonial-card .testimonial-bonus-value-prop .value-prop-title:last-child{margin-bottom:0}.section-testimonial-with-product .testimonial-card .testimonial-bonus-value-prop .bonus-value-prop{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem}@media(min-width:768px){.section-testimonial-with-product .testimonial-card .testimonial-bonus-value-prop .bonus-value-prop{font-size:1rem}}.section-testimonial-with-product .testimonial-card .testimonial-bonus-value-prop .bonus-value-prop{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.section-testimonial-with-product .testimonial-card .testimonial-bonus-value-prop .bonus-value-prop strong{font-weight:600}.section-testimonial-with-product .testimonial-card .testimonial-bonus-value-prop .bonus-value-prop{order:2;margin:0;color:var(--theme-text-light)}.section-testimonial-with-product .testimonial-card .testimonial-copy{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1.25rem}@media(min-width:768px){.section-testimonial-with-product .testimonial-card .testimonial-copy{font-size:2rem}}.section-testimonial-with-product .testimonial-card .testimonial-copy{font-weight:600;font-style:normal;line-height:calc(1em + 4px);margin:0 0 24px}.section-testimonial-with-product .testimonial-card .testimonial-author .author-title{color:var(--theme-text-light)}.section-testimonial-with-product .testimonial-card .desktop-copy-half .pointless-pointer-wrapper{order:3;margin-top:24px;margin-bottom:24px}.section-testimonial-with-product .testimonial-card .product-card-wrapper{margin-block:24px}.section-testimonial-with-product .testimonial-card .product-card-wrapper .pointless-pointer-wrapper{display:none}.section-testimonial-with-product .testimonial-card .product-card-wrapper .product-variant-card{display:block;max-width:380px;margin-inline:auto}.section-testimonial-with-product .testimonial-card .value-prop-flags{display:flex;flex-direction:column;gap:16px;align-items:center}.section-testimonial-with-product .testimonial-card .product-half-bg-image-wrapper{display:none}@media(min-width:768px){.section-testimonial-with-product .testimonial-card{display:flex;padding:0}.section-testimonial-with-product .testimonial-card .desktop-copy-half,.section-testimonial-with-product .testimonial-card .desktop-product-half{flex:1 0 50%}.section-testimonial-with-product .testimonial-card .desktop-copy-half{display:flex;flex-direction:column;justify-content:flex-end;padding:64px}.section-testimonial-with-product .testimonial-card .desktop-copy-half .pointless-pointer-wrapper{order:1;margin-top:0}.section-testimonial-with-product .testimonial-card .desktop-copy-half .testimonial-bonus-value-prop{order:3;padding-top:24px;margin-block:40px 0;border-top:1px solid var(--theme-border);border-bottom:0}.section-testimonial-with-product .testimonial-card .desktop-product-half{position:relative;display:flex;align-items:center;justify-content:center;padding-block:140px}.section-testimonial-with-product .testimonial-card .desktop-product-half .product-half-bg-image-wrapper{display:contents}.section-testimonial-with-product .testimonial-card .desktop-product-half .tdf-sale-streamers{position:absolute;top:-3%;left:-38%;z-index:2;display:block;width:200%;rotate:20deg}.section-testimonial-with-product .testimonial-card .desktop-product-half .product-half-bg-image{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section-testimonial-with-product .testimonial-card .desktop-product-half .product-card-wrapper{position:relative;margin-block:0}.section-testimonial-with-product .testimonial-card .desktop-product-half .product-card-wrapper .product-variant-card{width:340px}.section-testimonial-with-product .testimonial-card .desktop-product-half .value-prop-flags{position:absolute;top:24px;left:24px;display:block}.section-testimonial-with-product .testimonial-card .desktop-product-half .value-prop-flags .value-prop-flag{margin-right:24px;color:var(--theme-text);background-color:var(--theme-bg)}}@media(min-width:1200px){.section-testimonial-with-product .testimonial-card .product-card-wrapper .pointless-pointer-wrapper{position:absolute;right:-60px;bottom:-50px;display:block}}.section-testimonial-with-product.feed-skeleton .testimonial-card{min-height:734px}.testimonial-carousel-item{flex:0 0 322px;min-height:500px;padding:0;--cards-shown:3;--card-width:calc((var(--container-max-width) - (var(--bs-gutter-x) * 0.5) * 2 - var(--carousel-gap) * (var(--cards-shown) - 1)) / var(--cards-shown))}.testimonial-carousel-item .section-brand-testimonial{height:100%;margin:0}.testimonial-carousel-item .section-brand-testimonial .brand-testiminial-container{height:100%;padding:0;background-color:rgba(0,0,0,0)}.testimonial-carousel-item .section-brand-testimonial .bt-image-wrapper{position:relative;display:flex;align-items:flex-end;height:100%;padding:48px 16px 16px}.testimonial-carousel-item .section-brand-testimonial .bt-image-wrapper .bt-bg-photo{position:absolute;inset:0;width:100%;height:100%;margin:0}.testimonial-carousel-item .section-brand-testimonial .bt-image-wrapper .bt-content-card{background-color:var(--theme-bg-transparent);backdrop-filter:blur(15px);flex:0 0 auto;width:100%;padding:16px;border-radius:10px}.testimonial-carousel-item .section-brand-testimonial .bt-image-wrapper .bt-content-card .bt-pointer-row{margin-bottom:12px;text-align:right}.testimonial-carousel-item .section-brand-testimonial .bt-image-wrapper .bt-content-card .bt-pointer-row .bt-content-arrow{display:inline-flex}.testimonial-carousel-item .section-brand-testimonial .bt-image-wrapper .bt-content-card .testimonial-copy{margin-bottom:12px}@media(min-width:1200px){.testimonial-carousel-item{flex:0 0 var(--card-width);min-height:680px}.testimonial-carousel-item .section-brand-testimonial .bt-image-wrapper{padding:24px}}.feed-markdown{line-height:1.6;color:var(--theme-text)}.feed-markdown h1,.feed-markdown h2,.feed-markdown h3,.feed-markdown h4,.feed-markdown h5,.feed-markdown h6{margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.3;color:var(--theme-heading)}.feed-markdown h1:first-child,.feed-markdown h2:first-child,.feed-markdown h3:first-child,.feed-markdown h4:first-child,.feed-markdown h5:first-child,.feed-markdown h6:first-child{margin-top:0}.feed-markdown h1{font-size:2em}.feed-markdown h2{font-size:1.5em}.feed-markdown h3{font-size:1.25em}.feed-markdown h4{font-size:1em}.feed-markdown p{margin-bottom:1em}.feed-markdown p:last-child{margin-bottom:0}.feed-markdown a{color:var(--theme-link);text-decoration:underline}.feed-markdown a:hover{color:var(--theme-link-hover,var(--theme-link))}.feed-markdown strong{font-weight:600}.feed-markdown em{font-style:italic}.feed-markdown ol,.feed-markdown ul{margin-bottom:1em;padding-left:1.5em}.feed-markdown ol:last-child,.feed-markdown ul:last-child{margin-bottom:0}.feed-markdown ul{list-style-type:disc}.feed-markdown ol{list-style-type:decimal}.feed-markdown li{margin-bottom:.25em}.feed-markdown li:last-child{margin-bottom:0}.feed-markdown blockquote{margin:1em 0;padding:.5em 1em;border-left:4px solid #e0e0e0;border-left:4px solid var(--theme-border,#e0e0e0);color:var(--theme-text-muted,var(--theme-text));font-style:italic}.feed-markdown code{padding:.2em .4em;font-family:monospace;font-size:.9em;border-radius:3px}.feed-markdown code,.feed-markdown pre{background-color:rgba(0,0,0,.05);background-color:var(--theme-code-bg,rgba(0,0,0,.05))}.feed-markdown pre{margin:1em 0;padding:1em;overflow-x:auto;border-radius:6px}.feed-markdown pre code{padding:0;background-color:rgba(0,0,0,0);border-radius:0}.feed-markdown hr{margin:1.5em 0;border:0;border-top:1px solid #e0e0e0;border-top:1px solid var(--theme-border,#e0e0e0)}.feed-markdown table{width:100%;margin:1em 0;border-collapse:collapse}.feed-markdown table td,.feed-markdown table th{padding:.5em .75em;border:1px solid #e0e0e0;border:1px solid var(--theme-border,#e0e0e0);text-align:left}.feed-markdown table th{font-weight:600;background-color:rgba(0,0,0,.03);background-color:var(--theme-table-header-bg,rgba(0,0,0,.03))}.feed-markdown img{max-width:100%;height:auto}.feed-markdown input[type=checkbox]{margin-right:.5em}.feed-markdown del{text-decoration:line-through}.section-flavor-scale{position:relative;padding-block:64px}.section-flavor-scale .themed-card{max-width:720px}@media(max-width:767.98px){.section-flavor-scale .themed-card{padding:16px}}.section-flavor-scale .feed-image{position:absolute;inset:0;z-index:0;display:block}.section-flavor-scale .feed-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section-flavor-scale .feed-container{position:relative;z-index:1}.section-flavor-scale .flavor-scale-container{display:flex;justify-content:center}@media(min-width:992px){.section-flavor-scale .flavor-scale-container{align-items:end;justify-content:flex-end;margin-block-start:64px}}@media(min-width:1200px){.section-flavor-scale .flavor-scale-container{margin-block-start:120px}}.section-flavor-scale .flavor-scale-copy{position:relative;z-index:1;padding:16px;background-color:var(--theme-bg-secondary);border-radius:8px}@media(min-width:768px){.section-flavor-scale .flavor-scale-copy{padding:24px}}.section-flavor-scale .flavor-scale-heading{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1.5rem}@media(min-width:768px){.section-flavor-scale .flavor-scale-heading{font-size:2.25rem}}.section-flavor-scale .flavor-scale-heading{font-weight:600;font-style:normal;line-height:calc(1em + 4px);margin-block-start:24px;color:var(--theme-heading)}.section-flavor-scale .theme-lime .flavor-scale-copy{background-color:rgba(255,255,255,.44)}.section-flavor-scale .theme-lime .flavor-scale-content{color:var(--theme-accent-bg)}.section-flavor-scale .flavor-scale-content{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem}@media(min-width:768px){.section-flavor-scale .flavor-scale-content{font-size:1rem}}.section-flavor-scale .flavor-scale-content{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.section-flavor-scale .flavor-scale-content strong{font-weight:600}.section-flavor-scale .flavor-scale-content{color:var(--theme-text-highlight)}.section-flavor-scale .scale-indicator-table{font-size:.875rem}@media(min-width:768px){.section-flavor-scale .scale-indicator-table{font-size:.875rem}}.section-flavor-scale .scale-indicator-table{font-weight:400;font-family:libertad,monospace;font-style:normal;line-height:calc(1em + 4px);width:100%;margin-block:32px 12px;color:var(--theme-text);border-spacing:0;border-collapse:separate}@media(min-width:768px){.section-flavor-scale .scale-indicator-table{margin-block:40px 16px}}.section-flavor-scale td{padding-bottom:12px}.section-flavor-scale .scale-indicator-max,.section-flavor-scale .scale-indicator-min{width:1px;white-space:nowrap;vertical-align:middle}.section-flavor-scale .scale-indicator-min{padding-inline-end:8px;text-align:end}@media(min-width:768px){.section-flavor-scale .scale-indicator-min{padding-inline-end:16px}}.section-flavor-scale .scale-indicator-max{padding-inline-start:8px;text-align:start}@media(min-width:768px){.section-flavor-scale .scale-indicator-max{padding-inline-start:16px}}.section-flavor-scale .scale-indicator-marker{position:relative;display:block}.section-flavor-scale .scale-indicator-marker:before{display:block;width:100%;height:1px;content:"";background-color:var(--theme-border)}.section-flavor-scale .scale-indicator-marker:after{position:absolute;top:50%;left:50%;left:var(--marker-position,50%);width:16px;height:16px;content:"";background-color:var(--theme-accent-bg);border:1px solid var(--theme-accent-color);border-radius:50%;transform:translate(-50%,-50%)}.product-reviews-grid-section{padding-block:32px;background-color:#fff;--max-reviews:5}.product-reviews-grid-section .review-section-title{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1.5rem}@media(min-width:768px){.product-reviews-grid-section .review-section-title{font-size:2.25rem}}.product-reviews-grid-section .review-section-title{font-weight:600;font-style:normal;line-height:calc(1em + 4px);margin-bottom:32px;display:none}.product-reviews-grid-section:has(.okeReviews[data-oke-container]) .review-section-title{display:block}.product-reviews-grid-section .okeReviews.oke-w,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large.oke-w,.product-reviews-grid-section .okeReviews[data-oke-container].oke-w{margin:0;padding:0;max-width:none}.product-reviews-grid-section .okeReviews .oke-w-header,.product-reviews-grid-section .okeReviews .oke-w-reviews-controls,.product-reviews-grid-section .okeReviews .oke-w-reviews-footer,.product-reviews-grid-section .okeReviews .oke-w-reviews-head,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-header,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-controls,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-footer,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-head,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-header,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-controls,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-footer,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-head{display:none}.product-reviews-grid-section .okeReviews .oke-w-reviews-list-item,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-list-item,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-list-item{border:none;padding:0}.product-reviews-grid-section .okeReviews .oke-w-reviews-list-item .oke-w-review-media,.product-reviews-grid-section .okeReviews .oke-w-reviews-list-item .oke-w-review-side-expandContent,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-list-item .oke-w-review-media,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-list-item .oke-w-review-side-expandContent,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-list-item .oke-w-review-media,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-list-item .oke-w-review-side-expandContent{display:none}.product-reviews-grid-section .okeReviews .oke-w-reviews-main,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main{border:none}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px;margin-bottom:0}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item{display:none}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item:nth-child(-n+3),.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item:nth-child(-n+3),.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item:nth-child(-n+3){display:block}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item .oke-w-review,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item .oke-w-review,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item .oke-w-review{display:flex;gap:12px;flex-direction:column;padding:0;margin:0;height:100%}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side{order:2;flex-basis:auto;background:rgba(0,0,0,0);padding:0;margin:0;border:none}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem;font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer strong,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer strong,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer strong{font-weight:600}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer .oke-w-reviewer-avatar,.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer .oke-w-reviewer-verified,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer .oke-w-reviewer-avatar,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer .oke-w-reviewer-verified,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer .oke-w-reviewer-avatar,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer .oke-w-reviewer-verified{display:none}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main{order:1;display:flex;flex-direction:column;gap:16px;padding:0}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-top,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-top,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-top{justify-content:flex-start;align-items:center;line-height:1}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem;font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p strong,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p strong,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p strong{font-weight:600}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p{line-height:1.25}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-w-review-footer,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-w-review-footer,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-w-review-footer{display:none}@media(min-width:992px){.product-reviews-grid-section{padding-block:64px;background-color:#fff;--max-reviews:5}.product-reviews-grid-section .review-section-title{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1.5rem;font-weight:600;font-style:normal;line-height:calc(1em + 4px);margin-bottom:32px;display:none}}@media(min-width:992px)and (min-width:768px){.product-reviews-grid-section .review-section-title{font-size:2.25rem}}@media(min-width:992px){.product-reviews-grid-section:has(.okeReviews[data-oke-container]) .review-section-title{display:block}.product-reviews-grid-section .okeReviews.oke-w,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large.oke-w,.product-reviews-grid-section .okeReviews[data-oke-container].oke-w{margin:0;padding:0;max-width:none}.product-reviews-grid-section .okeReviews .oke-w-header,.product-reviews-grid-section .okeReviews .oke-w-reviews-controls,.product-reviews-grid-section .okeReviews .oke-w-reviews-footer,.product-reviews-grid-section .okeReviews .oke-w-reviews-head,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-header,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-controls,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-footer,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-head,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-header,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-controls,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-footer,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-head{display:none}.product-reviews-grid-section .okeReviews .oke-w-reviews-list-item,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-list-item,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-list-item{border:none;padding:0}.product-reviews-grid-section .okeReviews .oke-w-reviews-list-item .oke-w-review-media,.product-reviews-grid-section .okeReviews .oke-w-reviews-list-item .oke-w-review-side-expandContent,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-list-item .oke-w-review-media,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-list-item .oke-w-review-side-expandContent,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-list-item .oke-w-review-media,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-list-item .oke-w-review-side-expandContent{display:none}.product-reviews-grid-section .okeReviews .oke-w-reviews-main,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main{border:none}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item:nth-child(-n+6),.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item:nth-child(-n+6),.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item:nth-child(-n+6){display:block}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item .oke-w-review,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item .oke-w-review,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-reviews-list-item .oke-w-review{display:flex;gap:12px;flex-direction:column;padding:20px;border:1px solid #dcdfe5;border-radius:10px;margin:0;height:100%}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side{order:1;flex-basis:auto;background:rgba(0,0,0,0);padding:0;margin:0;border:none}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem;font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer strong,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer strong,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer strong{font-weight:600}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer .oke-w-reviewer-avatar,.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer .oke-w-reviewer-verified,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer .oke-w-reviewer-avatar,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer .oke-w-reviewer-verified,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer .oke-w-reviewer-avatar,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-side .oke-w-reviewer .oke-w-reviewer-verified{display:none}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main{order:2;display:flex;flex-direction:column;gap:16px;padding:0}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-top,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-top,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-top{justify-content:flex-start;align-items:center;line-height:1}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem;font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p strong,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p strong,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p strong{font-weight:600}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-reviewContent-body p{line-height:1.25}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-w-review-footer,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-w-review-footer,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-w-review-footer{display:flex;align-items:center;justify-content:flex-start;line-height:1;margin:0;gap:0}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-w-review-footer .oke-helpful,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-w-review-footer .oke-helpful,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-w-review-footer .oke-helpful{display:flex;align-items:center;justify-content:flex-start;gap:16px}.product-reviews-grid-section .okeReviews .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-w-review-footer .oke-helpful .oke-helpful-vote,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-is-large .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-w-review-footer .oke-helpful .oke-helpful-vote,.product-reviews-grid-section .okeReviews[data-oke-container] .oke-w-reviews-main .oke-w-reviews-list .oke-w-review-main .oke-w-review-footer .oke-helpful .oke-helpful-vote{margin:0}}.section-frequently-bought-together{padding-block:32px 40px;background-color:#f9fafb}@media(min-width:768px){.section-frequently-bought-together{padding-block:48px 64px}}.section-frequently-bought-together .frequently-bought-together-heading{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1.5rem}@media(min-width:768px){.section-frequently-bought-together .frequently-bought-together-heading{font-size:2.25rem}}.section-frequently-bought-together .frequently-bought-together-heading{font-weight:600;font-style:normal;line-height:calc(1em + 4px);margin-bottom:40px;text-transform:capitalize}.section-frequently-bought-together .widget-fbt-track{display:flex;flex-direction:column;gap:0;padding-inline:12px}@media(min-width:576px){.section-frequently-bought-together .widget-fbt-track{display:inline-flex;flex-direction:row;gap:0;align-items:stretch;width:auto;max-width:100%;padding-inline:12px;overflow:auto}.section-frequently-bought-together .widget-fbt-footer{padding-block:32px}}.section-frequently-bought-together .widget-fbt-product{position:relative;width:100%}@media(min-width:576px){.section-frequently-bought-together .widget-fbt-product{flex:0 0 276px;min-width:276px;max-width:314px}}.section-frequently-bought-together .widget-fbt-product:not(:last-child,:only-child):after{position:absolute;top:100%;left:70px;z-index:1;transform:translateY(-50%);display:flex;align-items:flex-end;justify-content:center;color:var(--theme-accent-color);content:"+";background-color:var(--theme-accent-bg);width:24px;height:24px;font-size:1.6rem;line-height:1.05em;border-radius:4px}@media(min-width:576px){.section-frequently-bought-together .widget-fbt-product:not(:last-child,:only-child):after{top:50%;left:100%;transform:translate(-50%,-50%);display:flex;align-items:flex-end;justify-content:center;color:var(--theme-accent-color);content:"+";background-color:var(--theme-accent-bg);width:40px;height:40px;font-size:2.3rem;line-height:1.2em;border-radius:8px}}.section-frequently-bought-together .widget-fbt-product:not(:only-child) .product-variant-card{border-radius:0}@media(max-width:575.98px){.section-frequently-bought-together .widget-fbt-product:not(:last-child) .product-variant-card{border-bottom:0}}@media(min-width:576px){.section-frequently-bought-together .widget-fbt-product:not(:last-child) .product-variant-card{border-right:0}}@media(max-width:575.98px){.section-frequently-bought-together .widget-fbt-product+.section-frequently-bought-together .widget-fbt-product .product-variant-card{border-top:0}}@media(min-width:576px){.section-frequently-bought-together .widget-fbt-product+.section-frequently-bought-together .widget-fbt-product .product-variant-card{border-left:0}}@media(max-width:575.98px){.section-frequently-bought-together .widget-fbt-product:first-child .product-variant-card{border-top-left-radius:10px;border-top-right-radius:10px}}@media(min-width:576px){.section-frequently-bought-together .widget-fbt-product:first-child .product-variant-card{border-top-left-radius:10px;border-bottom-left-radius:10px}}@media(max-width:575.98px){.section-frequently-bought-together .widget-fbt-product:last-child .product-variant-card{border-bottom-right-radius:10px;border-bottom-left-radius:10px}}@media(min-width:576px){.section-frequently-bought-together .widget-fbt-product:last-child .product-variant-card{border-top-right-radius:10px;border-bottom-right-radius:10px}}.section-frequently-bought-together .widget-fbt-skeleton .widget-fbt-product:after{display:none}.section-frequently-bought-together .widget-fbt-skeleton .pc-image{border-radius:0}.section-frequently-bought-together .product-variant-card{position:relative;flex-direction:row;width:100%;text-align:start;border:1px solid #dcdfe5}.section-frequently-bought-together .product-variant-card .pc-image{flex:0 0 150px;height:180px}.section-frequently-bought-together .product-variant-card .pc-title-link{flex-grow:0}.section-frequently-bought-together .product-variant-card .pc-title-link:after{height:100%}.section-frequently-bought-together .product-variant-card .pc-button-row{display:none}@media(max-width:575.98px){.section-frequently-bought-together .product-variant-card .nsf-logo{position:absolute;top:12px;right:auto;left:150px;transform:translateX(calc(-100% - 12px))}}@media(min-width:576px){.section-frequently-bought-together .product-variant-card{flex-direction:column}.section-frequently-bought-together .product-variant-card .pc-image{box-sizing:content-box;padding-block:70px}.section-frequently-bought-together .product-variant-card .pc-image img{max-height:180px}.section-frequently-bought-together .product-variant-card .pc-title-link{flex-grow:0}.section-frequently-bought-together .product-variant-card .pc-title-link:after{height:auto}.section-frequently-bought-together .product-variant-card .pc-price-row{margin-top:auto}.section-frequently-bought-together .product-variant-card .pc-button-row{display:block}}.kevel-debug-mode{position:relative;background-color:#ffebee;outline:2px dashed #faadbb;outline-offset:2px}.kevel-debug-mode:after{display:inline-block;color:#72182d;content:"Kevel Ad";background-color:#ffebee}.kevel-debug-corner-flag,.kevel-debug-mode:after{position:absolute;top:0;right:0;padding:8px 12px;font-size:.75rem}.kevel-debug-corner-flag{z-index:3;color:#fff;background-color:#72182d;box-shadow:0 1px 10px 0 rgba(31,36,51,.5)}.strava-bottles.bottle-upsell .bottle-upsell-container-error{display:none}.strava-bottles.bottle-upsell .bottle-upsell-cta{margin-bottom:32px}.strava-bottles.bottle-upsell .bottle-upsell-cta .bottle-upsell-error{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.8125rem}@media(min-width:768px){.strava-bottles.bottle-upsell .bottle-upsell-cta .bottle-upsell-error{font-size:.75rem}}.strava-bottles.bottle-upsell .bottle-upsell-cta .bottle-upsell-error{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.strava-bottles.bottle-upsell .bottle-upsell-cta .bottle-upsell-error strong{font-weight:600}.strava-bottles.bottle-upsell .bottle-upsell-cta .bottle-upsell-error{margin:0 0 16px;color:#b91c1c;color:var(--theme-error,#b91c1c);text-align:center}.strava-bottles.bottle-upsell .bottle-upsell-cta .bottle-upsell-cta-button{width:100%;padding:10px 24px}.strava-bottles.bottle-upsell .bottle-upsell-cta .bottle-upsell-fine-print{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.8125rem}@media(min-width:768px){.strava-bottles.bottle-upsell .bottle-upsell-cta .bottle-upsell-fine-print{font-size:.75rem}}.strava-bottles.bottle-upsell .bottle-upsell-cta .bottle-upsell-fine-print{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.strava-bottles.bottle-upsell .bottle-upsell-cta .bottle-upsell-fine-print strong{font-weight:600}.strava-bottles.bottle-upsell .bottle-upsell-cta .bottle-upsell-fine-print{margin:16px 0 0;color:#7586a3;text-align:center}.strava-bottles.bottle-upsell .bottle-upsell-container{display:grid;grid-template:"media" 100vw "content" auto/1fr}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper{background-color:#f9fafb;grid-area:content;min-width:0;display:flex;padding:40px 0;flex-direction:column;justify-content:center}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-heading{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:2rem}@media(min-width:768px){.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-heading{font-size:2.5rem}}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-heading{font-weight:600;font-style:normal;line-height:calc(1em + 4px);margin:0 0 24px}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-price{margin-bottom:24px;font-size:20px}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-cta{margin-bottom:32px}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-description{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1.125rem}@media(min-width:768px){.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-description{font-size:1.25rem}}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-description{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-description strong{font-weight:600}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-description{color:var(--theme-heading);margin:0 0 32px}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-around;padding:0;margin:0}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li{display:flex;padding:16px 0;gap:10px;align-items:flex-start;justify-content:flex-start;list-style:none;border-bottom:1px solid #edeff2}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li:last-child{border-bottom:none}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li .bullet-point-icon{width:20px;height:20px}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li .bullet-point-text .title{display:none}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li .bullet-point-text .title-mobile{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1.25rem;font-weight:600;font-style:normal;line-height:calc(1em + 4px);display:block}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li .bullet-point-text .text{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem}@media(min-width:768px){.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li .bullet-point-text .text{font-size:1rem}}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li .bullet-point-text .text{font-weight:400;font-style:normal;line-height:calc(1em + 4px)}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li .bullet-point-text .text strong{font-weight:600}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-media-wrapper{grid-area:media;position:relative;z-index:0;padding:32px calc(var(--bs-gutter-x)*.5);margin-inline:calc(var(--bs-gutter-x)*-.5);display:flex;place-content:flex-start center;align-items:center;flex-wrap:wrap;gap:16px}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-media-wrapper .bottle-upsell-flag{font-size:.875rem}@media(min-width:768px){.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-media-wrapper .bottle-upsell-flag{font-size:.875rem}}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-media-wrapper .bottle-upsell-flag{font-weight:400;font-family:libertad,monospace;font-style:normal;line-height:calc(1em + 4px);font-weight:600;line-height:1;color:#fff;background-color:#fc5200;padding:8px 16px;border-radius:50px;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:center;gap:1ch;white-space:nowrap}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-media-wrapper .bottle-upsell-flag .strava-logo{height:12px;display:inline-block}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-media-wrapper .brand-logo{display:none}@media(min-width:992px){.strava-bottles.bottle-upsell .bottle-upsell-container{min-height:600px;grid-template:"content media" 1fr/1fr 1fr}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper{grid-area:content;min-width:0;display:flex;padding:64px 48px;flex-direction:column;justify-content:center}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-heading{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1.25rem;font-weight:600;font-style:normal;line-height:calc(1em + 4px);margin:0 0 32px}}@media(min-width:992px)and (min-width:768px){.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-heading{font-size:2rem}}@media(min-width:992px){.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-description{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.875rem;font-weight:400;font-style:normal;line-height:calc(1em + 4px);margin:0 0 32px}}@media(min-width:992px)and (min-width:768px){.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-description{font-size:1rem}}@media(min-width:992px){.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-description strong{font-weight:600}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:16px;padding:0;margin:0 0 40px}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li{display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-content:flex-start;list-style:none;border-bottom:none}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li .icon{width:20px;height:20px}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li .bullet-point-text{max-width:200px}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li .bullet-point-text .title{display:block;font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:1rem;font-weight:600;font-style:normal;line-height:calc(1em + 4px)}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li .bullet-point-text .text,.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-bullet-points li .bullet-point-text .title-mobile{display:none}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-price{order:3;margin-bottom:20px}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-cta{order:4}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-cta .bottle-upsell-cta-button{width:-moz-fit-content;width:fit-content;padding:14px 24px}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-cta .bottle-upsell-fine-print{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.8125rem;font-weight:400;font-style:normal;line-height:calc(1em + 4px);margin:16px 0 0;color:#7586a3;text-align:start}}@media(min-width:992px)and (min-width:768px){.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-cta .bottle-upsell-fine-print{font-size:.75rem}}@media(min-width:992px){.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-content-wrapper .bottle-upsell-cta .bottle-upsell-fine-print strong{font-weight:600}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-media-wrapper{grid-area:media;min-width:0;padding:64px;margin-inline:0;position:relative;z-index:0;display:flex;place-content:flex-start space-between;align-items:flex-start;flex-wrap:wrap;gap:16px}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-media-wrapper .bottle-upsell-flag{font-size:.875rem;font-weight:400;font-family:libertad,monospace;font-style:normal;line-height:calc(1em + 4px);font-weight:600;line-height:1;color:#fff;background-color:#fc5200;padding:8px 16px;border-radius:50px;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:center;gap:1ch;white-space:nowrap}}@media(min-width:992px)and (min-width:768px){.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-media-wrapper .bottle-upsell-flag{font-size:.875rem}}@media(min-width:992px){.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-media-wrapper .bottle-upsell-flag .strava-logo{height:12px;display:inline-block}.strava-bottles.bottle-upsell .bottle-upsell-container .bottle-upsell-media-wrapper .brand-logo{display:block;width:100%;height:auto;max-width:110px;max-height:100px;margin-left:auto}.strava-bottles.bottle-upsell .bottle-upsell-cta-container .bottle-upsell-cta{display:flex;flex-direction:column;align-items:center;justify-content:center}.strava-bottles.bottle-upsell .bottle-upsell-cta-container .bottle-upsell-cta .bottle-upsell-cta-button{width:-moz-fit-content;width:fit-content;padding:14px 24px}.strava-bottles.bottle-upsell .bottle-upsell-cta-container .bottle-upsell-cta .bottle-upsell-fine-print{font-family:TT Hoves Pro,arial,sans-serif;font-synthesis:none;font-size:.8125rem;font-weight:400;font-style:normal;line-height:calc(1em + 4px);margin:16px 0 0;color:#7586a3}}@media(min-width:992px)and (min-width:768px){.strava-bottles.bottle-upsell .bottle-upsell-cta-container .bottle-upsell-cta .bottle-upsell-fine-print{font-size:.75rem}}@media(min-width:992px){.strava-bottles.bottle-upsell .bottle-upsell-cta-container .bottle-upsell-cta .bottle-upsell-fine-print strong{font-weight:600}}