.tdcb-commercial-cta{background:linear-gradient(135deg,var(--color-steel,#415a77) 0,var(--color-navy,#0d1b2a) 100%);border-radius:var(--radius-lg,12px);margin:var(--space-3xl,4rem) 0;overflow:hidden}.tdcb-commercial-cta__inner{align-items:flex-start;color:var(--color-white,#fff);display:flex;gap:var(--space-xl,2rem);padding:var(--space-2xl,3rem)}.tdcb-commercial-cta__icon{align-items:center;background-color:hsla(0,0%,100%,.1);border-radius:var(--radius-md,8px);color:var(--color-ember,#e63946);display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.tdcb-commercial-cta__title{color:var(--color-white,#fff);font-size:var(--text-xl,1.25rem);font-weight:var(--weight-bold,700);margin:0 0 var(--space-sm,.5rem)}.tdcb-commercial-cta__text{font-size:var(--text-base,1rem);line-height:1.7;margin:0 0 var(--space-lg,1.5rem);opacity:.9}.tdcb-commercial-cta__btn{align-items:center;background-color:var(--color-ember,#e63946);border-radius:var(--radius-md,8px);color:var(--color-white,#fff);display:inline-flex;font-size:var(--text-sm,.875rem);font-weight:var(--weight-semibold,600);padding:.75rem 1.75rem;text-decoration:none;transition:all .25s ease}.tdcb-commercial-cta__btn:hover{background-color:var(--color-ember-hover,#c5303c);box-shadow:0 4px 12px rgba(230,57,70,.3);color:var(--color-white,#fff);transform:translateY(-1px)}@media (max-width:600px){.tdcb-commercial-cta__inner{flex-direction:column;padding:var(--space-xl,2rem)}}.tdcb-product-showcase{margin:var(--space-2xl,3rem) 0}.tdcb-product-showcase__title{color:var(--color-navy,#0d1b2a);font-size:var(--text-2xl,1.5rem);margin-bottom:var(--space-xl,2rem);text-align:center}.tdcb-product-showcase__grid{display:grid;gap:var(--space-xl,2rem)}.tdcb-product-showcase__grid--cols-2{grid-template-columns:repeat(2,1fr)}.tdcb-product-showcase__grid--cols-3{grid-template-columns:repeat(3,1fr)}.tdcb-product-showcase__grid--cols-4{grid-template-columns:repeat(4,1fr)}.tdcb-product-card{background:var(--color-white,#fff);border-radius:var(--radius-lg,12px);box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,.05));overflow:hidden;transition:all .25s ease}.tdcb-product-card:hover{box-shadow:var(--shadow-lg,0 10px 25px rgba(0,0,0,.1));transform:translateY(-2px)}.tdcb-product-card__link{color:inherit;display:block;text-decoration:none}.tdcb-product-card__image{overflow:hidden;position:relative}.tdcb-product-card__img{aspect-ratio:1/1;object-fit:cover;transition:transform .4s ease;width:100%}.tdcb-product-card:hover .tdcb-product-card__img{transform:scale(1.03)}.tdcb-product-card__placeholder{aspect-ratio:1/1;background:var(--color-light-gray,#f5f5f7);width:100%}.tdcb-product-card__sale{background:var(--color-ember,#e63946);border-radius:var(--radius-sm,4px);color:var(--color-white,#fff);font-size:11px;font-weight:700;left:var(--space-md,1rem);letter-spacing:.05em;padding:4px 12px;position:absolute;text-transform:uppercase;top:var(--space-md,1rem)}.tdcb-product-card__info{padding:var(--space-md,1rem) var(--space-lg,1.5rem) var(--space-lg,1.5rem)}.tdcb-product-card__name{color:var(--color-navy,#0d1b2a);font-size:var(--text-base,1rem);font-weight:var(--weight-semibold,600);margin:0 0 var(--space-xs,.25rem)}.tdcb-product-card__price{color:var(--color-steel,#415a77);font-size:var(--text-lg,1.125rem);font-weight:var(--weight-bold,700)}.tdcb-product-card__price del{font-size:var(--text-sm,.875rem);opacity:.5}.tdcb-product-card__price ins{color:var(--color-ember,#e63946);text-decoration:none}@media (max-width:768px){.tdcb-product-showcase__grid--cols-3,.tdcb-product-showcase__grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.tdcb-product-showcase__grid--cols-2,.tdcb-product-showcase__grid--cols-3,.tdcb-product-showcase__grid--cols-4{grid-template-columns:1fr}}.tdcb-faq-section{margin:var(--space-3xl,4rem) 0}.tdcb-faq-section__title{font-size:var(--text-2xl,1.5rem);margin-bottom:var(--space-xl,2rem)}.tdcb-faq-item{border:1px solid var(--color-border,#e5e5ea);border-radius:var(--radius-md,8px);margin-bottom:var(--space-sm,.5rem);overflow:hidden;transition:border-color .25s ease}.tdcb-faq-item[open]{border-color:var(--color-steel,#415a77)}.tdcb-faq-item__question{align-items:center;color:var(--color-navy,#0d1b2a);cursor:pointer;display:flex;font-size:var(--text-base,1rem);font-weight:var(--weight-semibold,600);gap:var(--space-md,1rem);justify-content:space-between;list-style:none;padding:var(--space-lg,1.5rem);transition:background-color .15s ease}.tdcb-faq-item__question:hover{background-color:var(--color-light-gray,#f5f5f7)}.tdcb-faq-item__question::-webkit-details-marker{display:none}.tdcb-faq-item__toggle{align-items:center;color:var(--color-text-light,#636366);display:flex;flex-shrink:0;transition:transform .25s ease}.tdcb-faq-item[open] .tdcb-faq-item__toggle{transform:rotate(180deg)}.tdcb-faq-item__answer{color:var(--color-text-light,#636366);font-size:var(--text-base,1rem);line-height:1.7;padding:0 var(--space-lg,1.5rem) var(--space-lg,1.5rem)}.tdcb-faq-item__answer p:last-child{margin-bottom:0}.tdcb-amazon-badge{background-color:var(--color-light-gray,#f5f5f7);border-radius:var(--radius-md,8px);margin:var(--space-xl,2rem) 0;padding:var(--space-lg,1.5rem)}.tdcb-amazon-badge__label{color:var(--color-text-light,#636366);font-size:var(--text-sm,.875rem);margin:0 0 var(--space-sm,.5rem)}.tdcb-amazon-badge__links{display:flex;flex-wrap:wrap;gap:var(--space-md,1rem)}.tdcb-amazon-badge__link{align-items:center;border:1px solid var(--color-border,#e5e5ea);border-radius:var(--radius-sm,4px);color:var(--color-steel,#415a77);display:inline-flex;font-size:var(--text-sm,.875rem);font-weight:var(--weight-semibold,600);gap:6px;padding:var(--space-sm,.5rem) var(--space-md,1rem);text-decoration:none;transition:all .15s ease}.tdcb-amazon-badge__link:hover{background-color:var(--color-steel,#415a77);border-color:var(--color-steel,#415a77);color:var(--color-white,#fff)}.tdcb-badges{margin:var(--space-xl,2rem) 0}.tdcb-badges__row{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-md,1rem);justify-content:center}.tdcb-badge{align-items:center;border:2px solid;border-radius:var(--radius-md,8px);display:inline-flex;font-size:12px;font-weight:var(--weight-semibold,600);gap:var(--space-xs,.25rem);letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase}.tdcb-badge--quebec{background-color:rgba(65,90,119,.05);border-color:var(--color-steel,#415a77);color:var(--color-steel,#415a77)}.tdcb-badge--canada{background-color:rgba(230,57,70,.05);border-color:var(--color-ember,#e63946);color:var(--color-ember,#e63946)}.tdcb-badge--inhouse{background-color:rgba(13,27,42,.05);border-color:var(--color-navy,#0d1b2a);color:var(--color-navy,#0d1b2a)}.tdcb-badges--sm .tdcb-badge{font-size:10px;padding:.25rem .75rem}.tdcb-badges--sm .tdcb-badge svg{height:12px;width:12px}.tdcb-badges--lg .tdcb-badge{font-size:var(--text-sm,.875rem);padding:.75rem 1.5rem}.tdcb-seasonal-hero{align-items:center;background-color:var(--color-navy,#0d1b2a);background-position:50%;background-size:cover;color:var(--color-white,#fff);display:flex;justify-content:center;overflow:hidden;padding:var(--space-4xl,6rem) 0;position:relative;text-align:center}.tdcb-seasonal-hero__overlay{inset:0;position:absolute}.tdcb-seasonal-hero--spring .tdcb-seasonal-hero__overlay{background:linear-gradient(135deg,rgba(26,46,26,.9),rgba(15,96,52,.8) 50%,rgba(22,62,33,.85))}.tdcb-seasonal-hero--summer .tdcb-seasonal-hero__overlay{background:linear-gradient(135deg,rgba(46,26,26,.88),rgba(96,52,15,.8) 50%,rgba(62,33,22,.85))}.tdcb-seasonal-hero--fall .tdcb-seasonal-hero__overlay{background:linear-gradient(135deg,rgba(46,36,26,.9),rgba(96,62,15,.82) 50%,rgba(62,42,22,.87))}.tdcb-seasonal-hero--winter .tdcb-seasonal-hero__overlay{background:linear-gradient(135deg,rgba(26,26,46,.92),rgba(15,52,96,.85) 50%,rgba(22,33,62,.9))}.tdcb-seasonal-hero__content{margin:0 auto;max-width:800px;padding:0 var(--space-lg,1.5rem);position:relative;z-index:1}.tdcb-seasonal-hero__title{color:var(--color-white,#fff);font-size:clamp(2rem,5vw,3.5rem);font-weight:var(--weight-extrabold,800);letter-spacing:-.03em;margin:0 0 var(--space-lg,1.5rem)}.tdcb-seasonal-hero__subtitle{font-size:var(--text-xl,1.25rem);font-weight:var(--weight-light,300);margin:0 auto var(--space-2xl,3rem);max-width:600px;opacity:.9}.tdcb-seasonal-hero__actions{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-md,1rem);justify-content:center}.tdcb-seasonal-hero__btn{align-items:center;border:2px solid transparent;border-radius:var(--radius-md,8px);cursor:pointer;display:inline-flex;font-size:var(--text-base,1rem);font-weight:var(--weight-semibold,600);justify-content:center;padding:1rem 2.25rem;text-decoration:none;transition:all .25s ease}.tdcb-seasonal-hero__btn--primary{background-color:var(--color-ember,#e63946);border-color:var(--color-ember,#e63946);color:var(--color-white,#fff)}.tdcb-seasonal-hero__btn--primary:hover{background-color:var(--color-ember-hover,#c5303c);border-color:var(--color-ember-hover,#c5303c);box-shadow:0 4px 12px rgba(230,57,70,.3);color:var(--color-white,#fff);transform:translateY(-1px)}.tdcb-seasonal-hero__btn--outline{background-color:transparent;border-color:var(--color-white,#fff);color:var(--color-white,#fff)}.tdcb-seasonal-hero__btn--outline:hover{background-color:var(--color-white,#fff);color:var(--color-navy,#0d1b2a)}.tdcb-testimonial{margin:var(--space-lg,1.5rem) 0}.tdcb-testimonial__card{background:var(--color-white,#fff);border:1px solid var(--color-border,#e5e5ea);border-radius:var(--radius-lg,12px);box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,.05));padding:var(--space-2xl,3rem);transition:box-shadow .25s ease}.tdcb-testimonial__card:hover{box-shadow:var(--shadow-lg,0 10px 25px rgba(0,0,0,.1))}.tdcb-testimonial__rating{display:flex;gap:2px;margin-bottom:var(--space-md,1rem)}.tdcb-testimonial__star{color:var(--color-mid-gray,#d1d1d6)}.tdcb-testimonial__star--filled{color:var(--color-ember,#e63946)}.tdcb-testimonial__quote{background:none;border:none;margin:0 0 var(--space-lg,1.5rem);padding:0}.tdcb-testimonial__quote p{color:var(--color-text,#2c2c2e);font-size:var(--text-lg,1.125rem);font-style:italic;line-height:1.7;margin:0}.tdcb-testimonial__author{align-items:center;display:flex;gap:var(--space-md,1rem)}.tdcb-testimonial__avatar{border-radius:50%;height:48px;object-fit:cover;width:48px}.tdcb-testimonial__avatar-placeholder{align-items:center;background:var(--color-light-gray,#f5f5f7);border-radius:50%;color:var(--color-text-light,#636366);display:flex;height:48px;justify-content:center;width:48px}.tdcb-testimonial__name{color:var(--color-navy,#0d1b2a);font-size:var(--text-sm,.875rem);font-weight:var(--weight-semibold,600)}.tdcb-filament-teaser{background:linear-gradient(135deg,var(--color-slate,#2c3e50) 0,var(--color-navy,#0d1b2a) 100%);color:var(--color-white,#fff);padding:var(--space-4xl,6rem) 0;text-align:center}.tdcb-filament-teaser__inner{margin:0 auto;max-width:700px;padding:0 var(--space-lg,1.5rem)}.tdcb-filament-teaser__badge{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);border-radius:20px;color:var(--color-white,#fff);display:inline-block;font-size:12px;font-weight:var(--weight-semibold,600);letter-spacing:.08em;margin-bottom:var(--space-xl,2rem);padding:.5rem 1.25rem;text-transform:uppercase}.tdcb-filament-teaser__title{color:var(--color-white,#fff);font-size:var(--text-3xl,2rem);font-weight:var(--weight-bold,700);margin:0 0 var(--space-md,1rem)}.tdcb-filament-teaser__description{font-size:var(--text-lg,1.125rem);line-height:1.7;margin:0 0 var(--space-2xl,3rem);opacity:.9}.tdcb-filament-teaser__features{display:flex;flex-wrap:wrap;gap:var(--space-xl,2rem);justify-content:center;margin-bottom:var(--space-2xl,3rem)}.tdcb-filament-teaser__feature{align-items:center;display:inline-flex;font-size:var(--text-sm,.875rem);font-weight:var(--weight-medium,500);gap:var(--space-xs,.25rem);opacity:.85}.tdcb-filament-teaser__feature svg{color:var(--color-ember,#e63946)}.tdcb-filament-teaser__email{margin:0 auto;max-width:460px}.tdcb-filament-teaser__form{display:flex;gap:var(--space-sm,.5rem)}.tdcb-filament-teaser__form input[type=email]{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--radius-md,8px);color:var(--color-white,#fff);flex:1;font-family:inherit;font-size:var(--text-sm,.875rem);outline:none;padding:.75rem 1rem;transition:border-color .15s ease}.tdcb-filament-teaser__form input[type=email]::placeholder{color:hsla(0,0%,100%,.4)}.tdcb-filament-teaser__form input[type=email]:focus{border-color:var(--color-ember,#e63946)}.tdcb-filament-teaser__submit{background:var(--color-ember,#e63946);border:none;border-radius:var(--radius-md,8px);color:var(--color-white,#fff);cursor:pointer;font-family:inherit;font-size:var(--text-sm,.875rem);font-weight:var(--weight-semibold,600);padding:.75rem 1.5rem;transition:background-color .15s ease;white-space:nowrap}.tdcb-filament-teaser__submit:hover{background-color:var(--color-ember-hover,#c5303c)}@media (max-width:600px){.tdcb-filament-teaser__form{flex-direction:column}}.tdcb-collection-intro{background:var(--color-light-gray,#f5f5f7);border-radius:var(--radius-lg,12px);margin:var(--space-2xl,3rem) 0;padding:var(--space-2xl,3rem)}.tdcb-collection-intro--placeholder{background:transparent;border:2px dashed var(--color-mid-gray,#d1d1d6);color:var(--color-text-light,#636366);text-align:center}.tdcb-collection-intro__heading{color:var(--color-navy,#0d1b2a);font-size:var(--text-2xl,1.5rem);font-weight:var(--weight-bold,700);margin:0 0 var(--space-sm,.5rem)}.tdcb-collection-intro__subheading{color:var(--color-text-light,#636366);font-size:var(--text-lg,1.125rem);font-weight:var(--weight-medium,500);margin:0 0 var(--space-xl,2rem)}.tdcb-collection-intro__content{color:var(--color-text,#2c2c2e);font-size:var(--text-base,1rem);line-height:1.7}.tdcb-collection-intro__content p:last-child{margin-bottom:0}.tdcb-collection-intro__content h2{font-size:var(--text-xl,1.25rem);margin-top:var(--space-xl,2rem)}.tdcb-collection-intro__content h3{font-size:var(--text-lg,1.125rem);margin-top:var(--space-lg,1.5rem)}.tdcb-collection-intro__content a{color:var(--color-ember,#e63946);font-weight:var(--weight-medium,500)}.tdcb-collection-intro__content a:hover{text-decoration:underline}