.tc-home{--tc-ink: #252525;--tc-paper: #efecec;--tc-cream: #f7f1df;--tc-orange: #d95f36;--tc-green: #3f5147;--tc-moss: #716a56;color:var(--tc-ink);background:var(--tc-paper);overflow:hidden}.tc-home *{box-sizing:border-box}.tc-hero{width:min(100% - 3.2rem,138rem);margin:0 auto;min-height:64rem;display:grid;grid-template-columns:minmax(34rem,.8fr) minmax(48rem,1.2fr);align-items:center;gap:clamp(3rem,5vw,7rem);padding:clamp(4.5rem,7vw,8rem) 0 3rem;background:#fbf2e7;box-shadow:0 0 0 100vmax #fbf2e7;clip-path:inset(0 -100vmax)}.tc-kicker{margin:0 0 2rem;font:700 1.2rem/1.2 var(--font-body-family);letter-spacing:.18em;text-transform:uppercase}.tc-hero__title{max-width:8ch;margin:0;font-size:clamp(5.6rem,7vw,9.8rem);line-height:.9;letter-spacing:-.055em}.tc-hero__copy{max-width:59rem;margin-top:3rem;font-size:clamp(1.7rem,1.6vw,2.1rem);line-height:1.55}.tc-actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:3.2rem}.tc-button{min-height:5rem;display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 2.4rem;border:1px solid var(--tc-ink);border-radius:999px;color:var(--tc-ink);font-weight:700;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.tc-button:hover{transform:translateY(-2px);box-shadow:0 5px 0 var(--tc-ink)}.tc-button--primary{color:#fff;background:var(--tc-ink)}.tc-proof{display:grid;grid-template-columns:repeat(4,1fr);width:min(100% - 3.2rem,138rem);gap:0;margin:0 auto clamp(5rem,7vw,9rem);padding:0;border:2px solid var(--tc-ink);border-radius:1.2rem;background:var(--tc-cream)}.tc-proof>div{padding:2.4rem 3rem}.tc-proof>div+div{border-left:1px solid rgba(37,37,37,.35)}.tc-proof dt{font:700 2.4rem/1 var(--font-heading-family)}.tc-proof dd{margin:.8rem 0 0;font-size:1.25rem;line-height:1.35}.tc-hero__art{min-height:55rem;position:relative;background:#fbf2e7}.tc-hero__image{width:100%;height:55rem;display:block;border:0;border-radius:0;box-shadow:none;background:#fbf2e7;object-fit:contain}.tc-rug{position:absolute;overflow:hidden;border:1.3rem solid var(--tc-ink);box-shadow:2rem 2rem 0 var(--tc-green);background:var(--tc-cream)}.tc-rug--large{top:2rem;right:2rem;bottom:5rem;left:2rem;border-radius:48% 48% 8% 8%;transform:rotate(2deg)}.tc-rug__sun{width:16rem;height:16rem;position:absolute;top:6rem;right:5rem;border-radius:50%;background:var(--tc-orange)}.tc-rug__hill{width:68rem;height:32rem;position:absolute;left:-14rem;bottom:-12rem;border-radius:50%;background:var(--tc-green);transform:rotate(8deg)}.tc-rug__hill--two{left:14rem;bottom:-19rem;background:var(--tc-moss);transform:rotate(-10deg)}.tc-rug__line{width:46rem;height:46rem;position:absolute;top:8rem;left:-26rem;border:2rem solid var(--tc-ink);border-radius:50%}.tc-yarn{width:8rem;height:8rem;position:absolute;z-index:2;border:.8rem solid var(--tc-ink);border-radius:50%;box-shadow:.8rem .8rem #25252533}.tc-yarn:before,.tc-yarn:after{content:"";position:absolute;top:1.2rem;right:-.4rem;bottom:1.2rem;left:-.4rem;border:.45rem solid var(--tc-ink);border-radius:50%;transform:rotate(42deg)}.tc-yarn:after{transform:rotate(-42deg)}.tc-yarn--orange{right:0;bottom:2rem;background:var(--tc-orange)}.tc-yarn--green{left:-1rem;top:1rem;background:var(--tc-green)}.tc-art-note{display:none}.tc-marquee{display:flex;gap:5rem;width:max-content;min-width:100%;padding:1.7rem 0;border-block:2px solid var(--tc-ink);background:var(--tc-orange);color:#fff;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.tc-marquee span{white-space:nowrap}.tc-collections,.tc-bestsellers,.tc-story,.tc-bundle,.tc-testimonials{width:min(100% - 3.2rem,138rem);margin-inline:auto}.tc-collections,.tc-bestsellers{padding:clamp(7rem,10vw,13rem) 0}.tc-bestsellers{padding-bottom:2rem}.tc-section-heading{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;margin-bottom:5rem}.tc-section-heading h2,.tc-story h2{margin:0;font-size:clamp(4rem,5vw,7rem);line-height:.95;letter-spacing:-.04em}.tc-section-heading__copy{max-width:52rem;justify-self:end;font-size:1.7rem}.tc-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.tc-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem}.tc-product-card{color:var(--tc-ink);text-decoration:none}.tc-product-card__media{position:relative;aspect-ratio:1;overflow:hidden;border:2px solid var(--tc-ink);border-radius:1.2rem;background:var(--tc-cream)}.tc-product-card__media img,.tc-product-card__placeholder{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease}.tc-product-card:hover .tc-product-card__media img{transform:scale(1.035)}.tc-badge{position:absolute;top:1.4rem;left:1.4rem;padding:.7rem 1.1rem;border:2px solid var(--tc-ink);border-radius:999px;background:var(--tc-orange);color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tc-product-card__details{display:flex;justify-content:space-between;gap:1rem;padding:1.6rem 0}.tc-product-card__details>div{display:grid;gap:.4rem}.tc-product-card__details strong{font:700 2rem/1.1 var(--font-heading-family)}.tc-product-card__details span{font-size:1.25rem}.tc-collection-card{min-height:28rem;position:relative;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:2.4rem;border:2px solid var(--tc-ink);border-radius:1.2rem;color:var(--tc-ink);text-decoration:none;background:var(--tc-cream);transition:transform .18s ease,box-shadow .18s ease}.tc-collection-card:hover{transform:translateY(-5px);box-shadow:.8rem .8rem 0 var(--tc-ink)}.tc-collection-card--2,.tc-collection-card--5{background:#d9dfd9}.tc-collection-card--3,.tc-collection-card--6{background:#edc9b9}.tc-collection-card__number{position:absolute;top:1.8rem;left:2rem;font-weight:700}.tc-collection-card__art{width:clamp(12rem,40%,18rem);height:15rem;object-fit:contain;object-position:center;position:absolute;top:1.5rem;right:1.5rem;z-index:1;transition:transform .18s ease}.tc-collection-card:hover .tc-collection-card__art{transform:translateY(-.4rem) rotate(2deg)}.tc-collection-card__content{position:relative;z-index:2;display:grid;gap:.7rem}.tc-collection-card__content strong{font:700 2.6rem/1 var(--font-heading-family)}.tc-collection-card__content>span{max-width:28rem;font-size:1.4rem;line-height:1.35}.tc-collection-card__arrow{position:absolute;right:2rem;bottom:2rem;font-size:2rem}.tc-story{display:grid;grid-template-columns:.38fr 1fr .7fr;gap:clamp(3rem,6vw,8rem);align-items:center;margin-bottom:clamp(7rem,10vw,13rem);padding:clamp(4rem,6vw,8rem);border-radius:1.6rem;color:#fff;background:var(--tc-green)}.tc-story__label{display:grid;place-items:center;aspect-ratio:1;border:2px solid #fff;border-radius:50%;text-align:center}.tc-story__label span{max-width:9rem;font-weight:700;line-height:1.2;transform:rotate(-8deg)}.tc-story__copy{margin-top:2rem;font-size:1.7rem}.tc-text-link{display:inline-flex;gap:1rem;margin-top:2rem;color:inherit;font-weight:700;text-underline-offset:.5rem}.tc-story__steps{border-top:1px solid rgba(255,255,255,.5)}.tc-story__steps div{display:grid;grid-template-columns:3rem 1fr;gap:1.5rem;align-items:center;padding:1.6rem 0;border-bottom:1px solid rgba(255,255,255,.5)}.tc-story__steps span{display:grid;place-items:center;width:2.8rem;height:2.8rem;border-radius:50%;color:var(--tc-green);background:#fff;font-weight:700}.tc-story__steps p{margin:0;font-weight:700}.tc-button--light{margin-top:2rem;background:#fff}.tc-bundle{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(3rem,7vw,9rem);align-items:center;margin-bottom:clamp(7rem,10vw,13rem);padding:clamp(4rem,7vw,8rem);border:2px solid var(--tc-ink);border-radius:1.6rem;background:var(--tc-orange)}.tc-bundle h2,.tc-testimonials h2{margin:0;font-size:clamp(4rem,5vw,7rem);line-height:.95;letter-spacing:-.04em}.tc-bundle__copy{max-width:62rem;margin-top:2rem;font-size:1.7rem}.tc-bundle__list{padding:3rem;border:2px solid var(--tc-ink);border-radius:1.2rem;background:var(--tc-cream);box-shadow:1rem 1rem 0 var(--tc-ink)}.tc-bundle__list>p,.tc-bundle__list>strong{display:block;font-weight:700}.tc-bundle__list ul{display:grid;gap:1rem;margin:2rem 0;padding-left:2rem}.tc-testimonials{display:grid;grid-template-columns:.55fr 1.45fr;gap:clamp(3rem,7vw,9rem);margin-bottom:clamp(7rem,10vw,13rem)}.tc-quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}.tc-quote-grid figure{display:flex;flex-direction:column;justify-content:space-between;min-height:27rem;margin:0;padding:2.6rem;border:2px solid var(--tc-ink);border-radius:1.2rem;background:var(--tc-cream)}.tc-quote-grid blockquote{margin:0;font:700 2.1rem/1.25 var(--font-heading-family)}.tc-quote-grid figcaption{margin-top:2rem;font-size:1.25rem;font-weight:700}@media screen and (max-width:989px){.tc-hero{min-height:auto;grid-template-columns:1fr}.tc-hero__art{min-height:48rem}.tc-collection-grid,.tc-product-grid{grid-template-columns:repeat(2,1fr)}.tc-story,.tc-bundle,.tc-testimonials{grid-template-columns:.35fr 1fr}.tc-story__steps,.tc-bundle__list,.tc-quote-grid{grid-column:1 / -1}}@media screen and (max-width:749px){.tc-hero{width:min(100% - 2.4rem,138rem);gap:3.2rem;padding:2rem 0 5rem}.tc-hero__art{order:0}.tc-hero__title{max-width:10ch;font-size:clamp(4.6rem,15vw,6.8rem);line-height:.92}.tc-hero__copy{margin-top:2rem;font-size:1.65rem}.tc-actions{display:grid;grid-template-columns:1fr;margin-top:2.4rem}.tc-button{width:100%;min-height:5.6rem;padding-inline:1.8rem}.tc-button--secondary{min-height:4.8rem;border-color:transparent;text-decoration:underline;text-underline-offset:.5rem}.tc-proof{width:min(100% - 2.4rem,138rem);grid-template-columns:1fr;margin-bottom:5rem}.tc-proof>div{padding:1.8rem 2rem;text-align:center}.tc-proof>div+div{border-top:1px solid rgba(37,37,37,.35);border-left:0}.tc-hero__art{min-height:34rem}.tc-hero__image{height:auto;aspect-ratio:3 / 2;border-radius:0}.tc-rug--large{top:1rem;right:.5rem;bottom:3rem;left:.5rem;border-width:.8rem;border-radius:2rem;box-shadow:.8rem .8rem 0 var(--tc-green)}.tc-art-note{top:1.2rem;right:.2rem;max-width:12rem}.tc-marquee{gap:3rem;padding-block:1.3rem;font-size:1.2rem}.tc-section-heading,.tc-collection-grid,.tc-product-grid,.tc-story,.tc-bundle,.tc-testimonials,.tc-quote-grid{grid-template-columns:1fr}.tc-collections,.tc-bestsellers{padding-block:7rem}.tc-section-heading{gap:2rem;margin-bottom:3.2rem}.tc-section-heading h2,.tc-story h2,.tc-bundle h2,.tc-testimonials h2{font-size:clamp(3.8rem,12vw,5.4rem)}.tc-section-heading__copy{justify-self:start}.tc-collection-card{min-height:30rem}.tc-product-grid{gap:3.2rem}.tc-product-card__details{align-items:start;padding:1.6rem .2rem 0}.tc-product-card__details strong{font-size:2.4rem}.tc-story__label{width:12rem}.tc-story,.tc-bundle{gap:3rem;padding:3.2rem 2.2rem}.tc-story__steps,.tc-bundle__list,.tc-quote-grid{grid-column:auto}.tc-bundle__list{padding:2.4rem 2rem;box-shadow:.6rem .6rem 0 var(--tc-ink)}.tc-quote-grid{gap:1.2rem}.tc-quote-grid figure{min-height:20rem;padding:2.2rem}}@media(prefers-reduced-motion:reduce){.tc-button,.tc-collection-card,.tc-product-card__media img{transition:none}}.tc-culture{--tc-ink: #1f211c;--tc-cream: #f4f0e6;--tc-accent: #d65f39;color:var(--tc-ink);padding:clamp(5rem,9vw,10rem) clamp(1.5rem,5vw,7rem)}.tc-culture h2{max-width:16ch;margin:0;font-size:clamp(3.4rem,6vw,8rem);line-height:.92;letter-spacing:-.045em}.tc-culture__eyebrow{margin:0 0 1.4rem;font-size:1.1rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.tc-culture__body{max-width:62rem;font-size:clamp(1.6rem,1.8vw,2.1rem);line-height:1.55}.tc-culture__drop,.tc-culture__community{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:68rem;overflow:hidden;border-radius:2.4rem}.tc-culture__drop{background:var(--tc-ink);color:var(--tc-cream)}.tc-culture__drop h2{max-width:11ch;color:var(--tc-cream)!important;font-size:clamp(4.2rem,5.5vw,7.2rem);line-height:.94}.tc-culture__drop-copy,.tc-culture__community-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,8rem)}.tc-culture__drop-art,.tc-culture__community-media{position:relative;min-height:48rem;background:#cbc4b5}.tc-culture__drop-art img,.tc-culture__community-media img,.tc-culture__placeholder{width:100%;height:100%;object-fit:cover}.tc-culture__drop-stamp{position:absolute;right:2.4rem;bottom:2.4rem;display:grid;width:13rem;height:13rem;place-content:center;border-radius:50%;background:var(--tc-accent);color:#fff;text-align:center;transform:rotate(-7deg)}.tc-culture__drop-stamp span{font-size:1rem;letter-spacing:.12em;text-transform:uppercase}.tc-culture__drop-stamp strong{font-size:2rem}.tc-culture__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.6rem}.tc-culture__button{display:inline-flex;min-height:5.2rem;align-items:center;justify-content:center;padding:1.2rem 2.2rem;border:.1rem solid currentColor;border-radius:999px;color:inherit;font-weight:700;text-decoration:none;transition:transform .2s ease,background .2s ease,color .2s ease}.tc-culture__button:hover{transform:translateY(-2px)}.tc-culture__button--solid{border-color:var(--tc-accent);background:var(--tc-accent);color:#fff}.tc-culture__button--line{color:var(--tc-cream)}.tc-culture__button--dark{align-self:flex-start;margin-top:2.6rem;background:var(--tc-ink);color:var(--tc-cream)}.tc-culture__benefits{display:flex;flex-wrap:wrap;gap:.8rem 2rem;margin:3rem 0 0;padding:2.4rem 0 0;border-top:.1rem solid rgba(244,240,230,.24);list-style:none}.tc-culture__benefits li:before{content:"\2726";margin-right:.7rem;color:var(--tc-accent)}.tc-culture__story{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(28rem,.9fr);gap:clamp(4rem,10vw,14rem);padding:clamp(8rem,13vw,16rem) clamp(1rem,4vw,5rem)}.tc-culture__story-copy{align-self:end}.tc-culture__text-link{display:inline-block;margin-top:1.8rem;border-bottom:.1rem solid currentColor;color:inherit;font-weight:700;text-decoration:none}.tc-culture__community{background:var(--tc-cream)}.tc-culture__event-grid{display:grid;gap:0;margin-top:2.8rem;border-top:.1rem solid rgba(31,33,28,.25)}.tc-culture__event-grid div{display:grid;grid-template-columns:4rem 1fr;gap:1.2rem;padding:1.6rem 0;border-bottom:.1rem solid rgba(31,33,28,.25)}.tc-culture__event-grid span{color:var(--tc-accent);font-size:1.2rem}.tc-culture__faq{display:grid;grid-template-columns:minmax(26rem,.75fr) minmax(0,1.25fr);gap:clamp(4rem,9vw,12rem);padding:clamp(9rem,13vw,16rem) clamp(1rem,4vw,5rem) 2rem}.tc-culture__faq-heading h2{font-size:clamp(3.4rem,5vw,6.5rem)}.tc-culture__faq-list details{border-top:.1rem solid rgba(31,33,28,.28)}.tc-culture__faq-list details:last-child{border-bottom:.1rem solid rgba(31,33,28,.28)}.tc-culture__faq-list summary{display:flex;min-height:7.2rem;cursor:pointer;align-items:center;justify-content:space-between;gap:2rem;font-size:clamp(1.7rem,2vw,2.2rem);font-weight:700;list-style:none}.tc-culture__faq-list summary::-webkit-details-marker{display:none}.tc-culture__faq-icon{position:relative;flex:0 0 2rem;height:2rem}.tc-culture__faq-icon:before,.tc-culture__faq-icon:after{position:absolute;top:50%;left:0;width:100%;height:.15rem;background:currentColor;content:"";transition:transform .2s ease}.tc-culture__faq-icon:after{transform:rotate(90deg)}details[open] .tc-culture__faq-icon:after{transform:rotate(0)}.tc-culture__answer{max-width:65rem;padding:0 4rem 2.4rem 0;font-size:1.6rem;line-height:1.6}@media screen and (max-width:749px){.tc-culture{padding:5rem 1.2rem}.tc-culture__drop,.tc-culture__community,.tc-culture__story,.tc-culture__faq{grid-template-columns:1fr}.tc-culture__drop-art{order:-1}.tc-culture__drop-art,.tc-culture__community-media{min-height:34rem}.tc-culture__drop,.tc-culture__community{min-height:0;border-radius:1.6rem}.tc-culture__drop-copy,.tc-culture__community-copy{padding:3.2rem 2rem}.tc-culture h2{font-size:clamp(3.8rem,12vw,5.4rem);line-height:.96}.tc-culture__actions{display:grid;grid-template-columns:1fr}.tc-culture__button{width:100%;min-height:5.6rem}.tc-culture__button--dark{align-self:stretch}.tc-culture__benefits{display:grid;grid-template-columns:1fr}.tc-culture__drop-stamp{right:1.4rem;bottom:1.4rem;width:10rem;height:10rem}.tc-culture__drop-stamp strong{font-size:1.6rem}.tc-culture__story{gap:3rem;padding:7rem .8rem}.tc-culture__faq{gap:4rem;padding:7rem .8rem 1rem}.tc-culture__faq-list summary{min-height:6.4rem;font-size:1.7rem}.tc-culture__answer{padding-right:0}}@media(prefers-reduced-motion:reduce){.tc-culture__button,.tc-culture__faq-icon:after{transition:none}}.tc-conversion-stack{padding-top:0}.tc-conversion-stack .tc-bestsellers{padding-top:clamp(4rem,6vw,7rem)}.tc-kit-compare{margin:clamp(5rem,8vw,10rem) auto;padding:clamp(3.2rem,5vw,6rem);border:.2rem solid #252525;border-radius:3.2rem;background:#f7f1df;color:#252525}.tc-kit-compare__heading{max-width:76rem;margin:0 auto 3.2rem;text-align:center}.tc-kit-compare__heading h2{margin:.6rem 0 1rem;font-size:clamp(3.2rem,5vw,6rem);line-height:.98}.tc-kit-compare__heading>p:last-child{max-width:62rem;margin:0 auto;font-size:1.7rem}.tc-kit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.6rem;align-items:stretch}.tc-kit-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border:.15rem solid #252525;border-radius:2.2rem;background:#fffaf1;box-shadow:.7rem .7rem #3f51472e}.tc-kit-card--featured{border:.3rem solid #d95f36;box-shadow:1rem 1rem #3f5147;transform:translateY(-1.2rem)}.tc-kit-card>img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.tc-kit-card__badge{position:absolute;z-index:2;top:1.2rem;left:50%;transform:translate(-50%);padding:.7rem 1.4rem;border:.15rem solid #252525;border-radius:999px;background:#d95f36;color:#fff;font-size:1.2rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.tc-kit-card__body{display:flex;flex:1;flex-direction:column;padding:2.2rem}.tc-kit-card__eyebrow{min-height:3.2rem;margin:0 0 .8rem;color:#d95f36;font-size:1.2rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.tc-kit-card h3{margin:0;font-size:2.6rem}.tc-kit-card__price{margin:.5rem 0 1rem;font-size:3rem;font-weight:800}.tc-kit-card__body>p:not(.tc-kit-card__eyebrow):not(.tc-kit-card__price){min-height:7.2rem;font-size:1.45rem;line-height:1.5}.tc-kit-card ul{margin:1rem 0 2.2rem;padding-left:1.8rem;font-size:1.4rem;line-height:1.75}.tc-kit-card__button{display:block;margin-top:auto;padding:1.3rem 1.4rem;border-radius:999px;background:#252525;color:#fff;text-align:center;text-decoration:none;font-weight:800}.tc-kit-card--featured .tc-kit-card__button{background:#3f5147}.tc-kit-card small{display:block;margin-top:1rem;color:#d95f36;text-align:center;font-weight:700}.tc-kit-compare__trust{margin:2.8rem 0 0;text-align:center;font-size:1.35rem;font-weight:700}.tc-kit-compare__swipe{display:none}@media screen and (max-width:989px){.tc-kit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tc-kit-card--featured{transform:none}}@media screen and (max-width:749px){.tc-kit-compare{width:auto;margin:4rem -1.2rem;padding:3.2rem 0;border-radius:2.4rem;overflow:hidden}.tc-kit-compare__heading{padding-inline:2rem;margin-bottom:1.8rem}.tc-kit-compare__heading h2{font-size:clamp(3rem,10vw,4.4rem);line-height:1}.tc-kit-compare__heading>p:last-of-type{font-size:1.5rem;line-height:1.55}.tc-kit-compare__swipe{display:block;margin-top:1.4rem;color:#d95f36;font-size:1.25rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.tc-kit-grid{display:flex;gap:1.2rem;width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-padding-inline:2rem;padding:1rem 2rem 2rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tc-kit-grid::-webkit-scrollbar{display:none}.tc-kit-card{flex:0 0 calc(100vw - 4rem);min-width:0;max-width:38rem;scroll-snap-align:center;scroll-snap-stop:always}.tc-kit-card--featured{order:-1}.tc-kit-card>img{aspect-ratio:1 / 1;object-fit:cover;object-position:center}.tc-kit-card__body{padding:2rem}.tc-kit-card__eyebrow{min-height:0}.tc-kit-card h3{font-size:2.5rem}.tc-kit-card__price{font-size:3.2rem}.tc-kit-card__body>p:not(.tc-kit-card__eyebrow):not(.tc-kit-card__price){min-height:0}.tc-kit-card__button{display:flex;min-height:5.2rem;align-items:center;justify-content:center;padding:1.3rem 1.6rem;font-size:1.6rem}.tc-kit-compare__trust{padding-inline:2rem;margin-top:1rem;font-size:1.2rem;line-height:1.5}}.tc-kit-compare{margin:clamp(3.5rem,5vw,6rem) auto;padding:clamp(2.4rem,3.5vw,4rem);border-radius:2.4rem}.tc-kit-compare__heading{max-width:68rem;margin-bottom:2.4rem}.tc-kit-compare__heading h2{font-size:clamp(3rem,4vw,4.8rem);line-height:1.02}.tc-kit-compare__heading>p:last-child{font-size:1.6rem;line-height:1.5}.tc-kit-card>img{height:clamp(18rem,20vw,25rem);aspect-ratio:auto;object-fit:cover;object-position:center 42%}.tc-kit-card__body{padding:1.7rem}.tc-kit-card__eyebrow{min-height:0;margin-bottom:.5rem}.tc-kit-card h3{font-size:2.25rem;line-height:1.1}.tc-kit-card__price{margin:.35rem 0 .65rem;font-size:2.55rem}.tc-kit-card__body>p:not(.tc-kit-card__eyebrow):not(.tc-kit-card__price){min-height:5.6rem;margin:0;font-size:1.4rem;line-height:1.45}.tc-kit-card ul{margin:.8rem 0 1.5rem;font-size:1.35rem;line-height:1.55}.tc-kit-card__button{min-height:4.6rem;padding:1.1rem 1.3rem}@media screen and (max-width:749px){.tc-kit-compare{margin:3rem -1.2rem;padding:2.4rem 0;border-radius:2rem}.tc-kit-compare__heading{padding-inline:2.2rem;margin-bottom:1.2rem}.tc-kit-compare__heading h2{margin:.5rem auto .8rem;max-width:31rem;font-size:3.15rem;line-height:1.04}.tc-kit-compare__heading>p:last-of-type{max-width:32rem;font-size:1.45rem;line-height:1.45}.tc-kit-compare__swipe{margin-top:1rem;font-size:1.15rem}.tc-kit-grid{gap:1rem;padding:.8rem 2.2rem 1.5rem;scroll-padding-inline:2.2rem}.tc-kit-card{flex-basis:calc(100vw - 6.4rem);max-width:33rem;border-radius:1.8rem;box-shadow:.45rem .45rem #3f514729}.tc-kit-card--featured{border-width:.2rem;box-shadow:.55rem .55rem #3f5147}.tc-kit-card>img{height:18.5rem;aspect-ratio:auto;object-position:center 42%}.tc-kit-card__badge{top:.8rem;padding:.55rem 1.1rem;font-size:1.05rem}.tc-kit-card__body{padding:1.5rem}.tc-kit-card h3{font-size:2.2rem}.tc-kit-card__price{margin:.3rem 0 .55rem;font-size:2.6rem}.tc-kit-card__body>p:not(.tc-kit-card__eyebrow):not(.tc-kit-card__price){font-size:1.38rem;line-height:1.42}.tc-kit-card ul{margin:.7rem 0 1.3rem;font-size:1.32rem;line-height:1.5}.tc-kit-card__button{min-height:4.8rem;font-size:1.5rem}.tc-kit-compare__trust{margin-top:.6rem}}@media screen and (max-width:749px){.tc-kit-compare{margin:3rem 0;padding:2.8rem 1.6rem;border-radius:2rem;overflow:visible}.tc-kit-compare__heading{padding-inline:.4rem;margin-bottom:2.2rem}.tc-kit-compare__heading h2{max-width:34rem;font-size:3.6rem;line-height:1.05}.tc-kit-compare__heading>p:last-of-type{max-width:35rem;font-size:1.8rem;line-height:1.5}.tc-kit-compare__swipe{display:none!important}.tc-kit-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:2.4rem;width:100%;overflow:visible!important;padding:0;scroll-snap-type:none}.tc-kit-card{width:100%;max-width:none;min-width:0;border-radius:2rem;scroll-snap-align:none;box-shadow:.55rem .55rem #3f514729}.tc-kit-card--featured{order:-1;border-width:.25rem;box-shadow:.7rem .7rem #3f5147}.tc-kit-card>img{display:block;width:100%;height:22rem!important;max-height:22rem!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center 42%}.tc-kit-card__badge{top:1.2rem;padding:.75rem 1.5rem;font-size:1.35rem}.tc-kit-card__body{padding:2.2rem}.tc-kit-card__eyebrow{margin-bottom:.7rem;font-size:1.5rem;line-height:1.35}.tc-kit-card h3{font-size:3rem;line-height:1.1}.tc-kit-card__price{margin:.6rem 0 1rem;font-size:3.6rem;line-height:1}.tc-kit-card__body>p:not(.tc-kit-card__eyebrow):not(.tc-kit-card__price){min-height:0;margin:0;font-size:1.75rem;line-height:1.5}.tc-kit-card ul{margin:1.4rem 0 2rem;padding-left:2.2rem;font-size:1.7rem;line-height:1.65}.tc-kit-card__button{min-height:5.6rem;padding:1.4rem 1.8rem;font-size:1.75rem;line-height:1.25}.tc-kit-compare__trust{padding-inline:.5rem;margin:2.4rem 0 0;font-size:1.45rem;line-height:1.55}}@media screen and (max-width:390px){.tc-kit-card>img{height:20rem!important;max-height:20rem!important}.tc-kit-card__body{padding:1.9rem}}
/*# sourceMappingURL=/cdn/shop/t/11/compiled_assets/styles.css.map?subset=AAAAAAAAgAk */
