html{scroll-behavior:smooth}.ceq-content-hub [id]{scroll-margin-top:80px}.ceq-content-hub{margin:0 auto}.ceq-hub__block--narrow{max-width:768px;margin-left:auto;margin-right:auto;padding-left:var(--ceq-space4);padding-right:var(--ceq-space4)}.ceq-hub__block--wide{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:var(--ceq-space4);padding-right:var(--ceq-space4)}.ceq-hub__block--full{width:100%;max-width:none;padding-left:0;padding-right:0}.ceq-hub__block+.ceq-hub__block{margin-top:var(--ceq-space7)}.ceq-hub__block--full+.ceq-hub__block{margin-top:var(--ceq-space6)}.ceq-hub__article-nav{margin-top:var(--ceq-space7);padding-top:var(--ceq-space6);border-top:2px solid rgb(var(--ceq-color-strokes))}.ceq-hub__article-nav-inner{display:flex;justify-content:space-between;gap:var(--ceq-space4)}.ceq-hub__article-nav-link{display:flex;flex-direction:column;gap:var(--ceq-space1);text-decoration:none;padding:var(--ceq-space4);background-color:rgb(var(--ceq-color-gray));transition:border-color .2s ease;border:1px solid transparent;flex:1;max-width:48%}.ceq-hub__article-nav-link:hover{border-color:rgb(var(--ceq-color-brand))}.ceq-hub__article-nav-link--next{text-align:right;margin-left:auto}.ceq-hub__article-nav-label{font-family:var(--ceq-font-family-body),sans-serif;font-size:.8rem;color:rgb(var(--ceq-color-brand));font-weight:700;text-transform:uppercase;letter-spacing:.05em}.ceq-hub__article-nav-title{font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:1.1rem;color:rgb(var(--ceq-color-text-primary));line-height:1.3}@media screen and (max-width:749px){.ceq-hub__article-nav-inner{flex-direction:column}.ceq-hub__article-nav-link{max-width:100%}.ceq-hub__article-nav-link--next{text-align:left}}.ceq-hub__back{margin-top:var(--ceq-space7);padding-top:var(--ceq-space5);border-top:1px solid rgb(var(--ceq-color-strokes))}.ceq-hub__back a{font-family:var(--ceq-font-family-body),sans-serif;font-weight:700;color:rgb(var(--ceq-color-brand));text-decoration:none}.ceq-hub__back a:hover{text-decoration:underline}.ceq-hub-hero{position:relative;width:100%;min-height:60vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.ceq-hub-hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;pointer-events:none}.ceq-hub-hero__content{position:relative;z-index:1;text-align:center;padding:var(--ceq-space7) var(--ceq-space5);max-width:900px}.ceq-hub-hero__heading{font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:2.5rem;line-height:1.1;margin:0 0 var(--ceq-space3)}.ceq-hub-hero__subline{font-family:var(--ceq-font-family-body),sans-serif;font-size:1.15rem;line-height:1.6;margin:0 0 var(--ceq-space5);opacity:.9}.ceq-hub-hero__cta{display:inline-block;background-color:rgb(var(--ceq-color-brand));color:rgb(var(--ceq-color-white))!important;font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:var(--ceq-font-size-b2);text-transform:uppercase;text-decoration:none!important;letter-spacing:.0625rem;padding:1rem 2.5rem;border:2px solid rgb(var(--ceq-color-brand));transition:background-color .2s ease,border-color .2s ease}.ceq-hub-hero__cta:hover{background-color:#a10;border-color:#a10}@media screen and (min-width:750px){.ceq-hub-hero{min-height:70vh}.ceq-hub-hero__heading{font-size:3.5rem}.ceq-hub-hero__subline{font-size:1.3rem}}@media screen and (max-width:749px){.ceq-hub-hero{min-height:50vh}.ceq-hub-hero__heading{font-size:2rem}}.product-showcase__heading{margin-top:0}.product-showcase__intro{margin-bottom:var(--ceq-space5)}.product-showcase__footer{margin-top:var(--ceq-space5);text-align:center}.ceq-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--ceq-space4);margin:var(--ceq-space5) 0}@media screen and (min-width:750px){.ceq-product-grid{grid-template-columns:repeat(3,1fr)}}.ceq-product-card{display:flex;flex-direction:column;background:rgb(var(--ceq-color-white));border:1px solid rgb(var(--ceq-color-strokes));text-decoration:none!important;color:rgb(var(--ceq-color-text-primary));transition:transform .2s ease,box-shadow .2s ease}.ceq-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.ceq-product-card__image{aspect-ratio:1;overflow:hidden;background:rgb(var(--ceq-color-gray))}.ceq-product-card__image img{width:100%;height:100%;object-fit:cover;display:block}.ceq-product-card__info{padding:var(--ceq-space3);flex:1;display:flex;flex-direction:column}.ceq-product-card__title{font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:.95rem;line-height:1.3;margin:0 0 var(--ceq-space2);flex:1}.ceq-product-card__price{font-family:var(--ceq-font-family-body),sans-serif;font-weight:700;font-size:.9rem;color:rgb(var(--ceq-color-brand));margin:0}.ceq-product-list{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--ceq-space2);margin:var(--ceq-space3) 0 var(--ceq-space5)}@media screen and (min-width:600px){.ceq-product-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.ceq-product-list{grid-template-columns:repeat(3,minmax(0,1fr))}}.ceq-product-list__item{display:flex;align-items:center;gap:var(--ceq-space3);padding:var(--ceq-space2);background:rgb(var(--ceq-color-white));border:1px solid rgb(var(--ceq-color-strokes));text-decoration:none!important;color:rgb(var(--ceq-color-text-primary));transition:border-color .2s ease;min-width:0;overflow:hidden}.ceq-product-list__item:hover{border-color:rgb(var(--ceq-color-brand))}.ceq-product-list__image{flex-shrink:0;width:60px;height:60px;overflow:hidden;background:rgb(var(--ceq-color-gray))}.ceq-product-list__image img{width:100%;height:100%;object-fit:cover}.ceq-product-list__info{flex:1 1 0;min-width:0;overflow:hidden}.ceq-product-list__title{font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:.85rem;line-height:1.3;margin:0 0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ceq-product-list__price{font-family:var(--ceq-font-family-body),sans-serif;font-weight:700;font-size:.8rem;color:rgb(var(--ceq-color-brand));margin:0}.ceq-product-category{margin-top:var(--ceq-space6)}.ceq-product-category__heading{font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:1.2rem;margin:0 0 var(--ceq-space3);padding-bottom:var(--ceq-space2);border-bottom:2px solid rgb(var(--ceq-color-brand))}.feature-grid{display:grid;grid-template-columns:1fr;gap:var(--ceq-space4);margin:var(--ceq-space6) 0}@media screen and (min-width:750px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.feature-grid{grid-template-columns:repeat(3,1fr)}}.feature-grid__item{background-color:rgb(var(--ceq-color-gray));padding:var(--ceq-space6);border-top:3px solid rgb(var(--ceq-color-brand))}.feature-grid__icon{font-size:2rem;line-height:1;margin-bottom:var(--ceq-space3);display:block}.feature-grid__item h4{font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:1.35rem;line-height:1.2;color:rgb(var(--ceq-color-text-primary));margin:0 0 var(--ceq-space3)}.feature-grid__item p{font-family:var(--ceq-font-family-body),sans-serif;font-size:.95rem;line-height:1.65;color:rgb(var(--ceq-color-text-primary));margin:0;opacity:.75}.ceq-content-hub blockquote{border-left:4px solid rgb(var(--ceq-color-brand));padding:var(--ceq-space4) 0 var(--ceq-space4) var(--ceq-space5);margin:var(--ceq-space5) 0;font-family:var(--ceq-font-family-heading),sans-serif;font-style:italic;font-weight:700;font-size:1.4rem;line-height:1.5;color:rgb(var(--ceq-color-text-primary));quotes:"\ab" "\bb"}.ceq-content-hub blockquote:before{content:open-quote}.ceq-content-hub blockquote:after{content:close-quote}@media screen and (min-width:750px){.ceq-content-hub blockquote{font-size:1.6rem}}.ceq-content-hub .article-template__quote-author{display:block;margin-top:var(--ceq-space2);font-family:var(--ceq-font-family-body),sans-serif;font-weight:400;font-size:.9rem;color:rgb(var(--ceq-color-strokes));font-style:normal}.spec-sheet{display:flex;flex-direction:column;gap:var(--ceq-space5);margin:var(--ceq-space5) 0}@media screen and (min-width:750px){.spec-sheet{flex-direction:row;align-items:flex-start}}.spec-sheet__data{flex:1}.spec-sheet__image{flex:1;display:flex;align-items:center;justify-content:center}.spec-sheet__image img{width:100%;max-width:500px;height:auto}.spec-sheet__table{width:100%;border-collapse:collapse}.spec-sheet__table tr{border-bottom:1px solid rgb(var(--ceq-color-strokes))}.spec-sheet__table tr:last-child{border-bottom:none}.spec-sheet__table td{padding:var(--ceq-space3) 0;font-family:var(--ceq-font-family-body),sans-serif;font-size:1.05rem;line-height:1.6;vertical-align:top}.spec-sheet__table td:first-child{font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:1.2rem;color:rgb(var(--ceq-color-text-primary));white-space:nowrap;padding-right:var(--ceq-space5);width:160px}.spec-sheet__table td:last-child{color:rgb(var(--ceq-color-text-primary))}.ceq-hub-comparison__heading{font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:1.5rem;color:rgb(var(--ceq-color-text-primary));margin:0 0 var(--ceq-space4);padding-bottom:var(--ceq-space2);border-bottom:3px solid rgb(var(--ceq-color-brand))}@media screen and (min-width:750px){.ceq-hub-comparison__heading{font-size:1.8rem}}.ceq-hub-comparison__table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ceq-hub-comparison__table-wrapper table,.ceq-comparison-table{width:100%;border-collapse:collapse}.ceq-hub-comparison__table-wrapper thead th,.ceq-comparison-table thead th{background-color:rgb(var(--ceq-color-text-primary));color:rgb(var(--ceq-color-white));font-size:var(--ceq-font-size-p2);font-weight:600;padding:var(--ceq-space4);text-align:left;border-bottom:2px solid rgb(var(--ceq-color-strokes))}.ceq-hub-comparison__table-wrapper tbody tr,.ceq-comparison-table tbody tr{border-bottom:1px solid rgb(var(--ceq-color-strokes))}.ceq-hub-comparison__table-wrapper tbody tr:last-child,.ceq-comparison-table tbody tr:last-child{border-bottom:none}.ceq-hub-comparison__table-wrapper tbody td,.ceq-comparison-table tbody td{padding:var(--ceq-space4);font-size:var(--ceq-font-size-p2);color:rgb(var(--ceq-color-text-secondary));vertical-align:top}.ceq-hub-comparison__table-wrapper tbody td:first-child,.ceq-comparison-table tbody td:first-child{font-weight:600;color:rgb(var(--ceq-color-text-primary));width:30%}@media screen and (min-width:750px){.ceq-hub-comparison__table-wrapper thead th,.ceq-comparison-table thead th,.ceq-hub-comparison__table-wrapper tbody td,.ceq-comparison-table tbody td{padding:var(--ceq-space5)}}@media screen and (max-width:749px){.ceq-hub-comparison__table-wrapper table,.ceq-comparison-table{display:block}.ceq-hub-comparison__table-wrapper thead,.ceq-comparison-table thead{display:none}.ceq-hub-comparison__table-wrapper tbody,.ceq-comparison-table tbody{display:flex;flex-direction:column;gap:var(--ceq-space3)}.ceq-hub-comparison__table-wrapper tbody tr,.ceq-comparison-table tbody tr{display:grid;grid-template-columns:1fr 1fr;gap:var(--ceq-space2);padding:var(--ceq-space4);background-color:rgb(var(--ceq-color-gray));border-bottom:none}.ceq-hub-comparison__table-wrapper tbody td:first-child,.ceq-comparison-table tbody td:first-child{grid-column:1 / -1;font-weight:700;font-size:var(--ceq-font-size-p2);padding-bottom:var(--ceq-space2);border-bottom:1px solid rgb(var(--ceq-color-strokes));margin-bottom:var(--ceq-space2);width:auto}.ceq-hub-comparison__table-wrapper tbody td,.ceq-comparison-table tbody td{padding:0;font-size:var(--ceq-font-size-p3, .85rem)}}.ceq-section-nav{position:sticky;top:0;z-index:9;background:rgb(var(--ceq-color-white));border-bottom:2px solid rgb(var(--ceq-color-strokes))}.ceq-section-nav__inner{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:0;max-width:1200px;margin:0 auto;padding:0 var(--ceq-space4);scrollbar-width:none}.ceq-section-nav__inner::-webkit-scrollbar{display:none}.ceq-section-nav__link{white-space:nowrap;font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:1rem;color:rgb(var(--ceq-color-text-primary));text-decoration:none;padding:var(--ceq-space3) var(--ceq-space4);border-bottom:3px solid transparent;transition:color .2s ease,border-color .2s ease;margin-bottom:-2px}.ceq-section-nav__link:hover,.ceq-section-nav__link--active{color:rgb(var(--ceq-color-brand));border-bottom-color:rgb(var(--ceq-color-brand))}@media screen and (max-width:749px){.ceq-section-nav__link{font-size:.9rem;padding:var(--ceq-space2) var(--ceq-space3)}}.mini-gallery{display:grid;grid-template-columns:1fr;gap:var(--ceq-space4);margin:var(--ceq-space5) 0}@media screen and (min-width:750px){.mini-gallery{grid-template-columns:repeat(2,1fr)}}.mini-gallery__item{position:relative;overflow:hidden;aspect-ratio:4 / 3}.mini-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.mini-gallery__item:hover img{transform:scale(1.03)}.mini-gallery__caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:var(--ceq-space5) var(--ceq-space4) var(--ceq-space3);color:rgb(var(--ceq-color-white));font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:1rem}.ceq-hub-cta{text-align:center;padding:var(--ceq-space7) var(--ceq-space4);margin:var(--ceq-space6) 0;background-color:rgb(var(--ceq-color-gray))}.ceq-hub-cta__heading{font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:1.6rem;color:rgb(var(--ceq-color-text-primary));margin:0 0 var(--ceq-space3)}@media screen and (min-width:750px){.ceq-hub-cta__heading{font-size:2rem}}.ceq-hub-cta__text{font-family:var(--ceq-font-family-body),sans-serif;font-size:1.05rem;line-height:1.6;color:rgb(var(--ceq-color-text-primary));opacity:.8;margin:0 0 var(--ceq-space5);max-width:600px;margin-left:auto;margin-right:auto}.ceq-hub-cta__buttons{display:flex;flex-direction:column;gap:var(--ceq-space3);align-items:center}@media screen and (min-width:750px){.ceq-hub-cta__buttons{flex-direction:row;justify-content:center}}.ceq-hub-cta__button{display:inline-block;font-family:var(--ceq-font-family-heading),sans-serif;font-weight:700;font-size:var(--ceq-font-size-b2);text-transform:uppercase;text-decoration:none!important;letter-spacing:.0625rem;padding:1rem 2.5rem;min-height:3.5rem;border:2px solid rgb(var(--ceq-color-brand));transition:background-color .2s ease,color .2s ease;text-align:center}.ceq-hub-cta__button--primary{background-color:rgb(var(--ceq-color-brand));color:rgb(var(--ceq-color-white))!important}.ceq-hub-cta__button--primary:hover{background-color:#a10;border-color:#a10}.ceq-hub-cta__button--secondary{background-color:transparent;color:rgb(var(--ceq-color-brand))!important}.ceq-hub-cta__button--secondary:hover{background-color:rgb(var(--ceq-color-brand));color:rgb(var(--ceq-color-white))!important}@media screen and (max-width:749px){.ceq-hub-cta__button{width:100%}}.ceq-content-hub .teaser-item__image{flex:0 0 50%}.ceq-content-hub .teaser-item__image img{width:100%;height:auto;object-fit:cover}.ceq-content-hub .teaser-item__image img,.ceq-content-hub .teaser{border-radius:0}.ceq-content-hub .article-template__section--inner{line-height:1.7}
/*# sourceMappingURL=/cdn/shop/t/15/assets/ceq-content-hub.css.map */
