*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body.bff-body{margin:0;font-family:var(--bff-font);color:var(--bff-black);background:var(--bff-white);line-height:1.6;font-size:17px}img{max-width:100%;height:auto;display:block}a{color:var(--bff-navy);text-decoration-thickness:1px;text-underline-offset:2px}a:hover{color:var(--bff-sky)}.bff-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bff-skip{position:absolute;left:-999px;top:0;background:var(--bff-navy);color:var(--bff-white);padding:.75rem 1rem;z-index:1000}.bff-skip:focus{left:1rem}.bff-container{width:min(1180px,calc(100% - 2.5rem));margin-inline:auto}.bff-muted{color:#4a5568;font-size:.95rem}.bff-section{padding-block:4.75rem}.bff-section__title{margin:0 0 1rem;font-size:clamp(2.1rem,3.2vw,3rem);letter-spacing:-.02em;color:var(--bff-navy);font-weight:900}.bff-section__head{margin-bottom:2rem}.bff-section__sub{margin:0;max-width:52ch;color:#4a5568}.bff-section__cta{margin-top:2rem;display:flex;justify-content:center}.bff-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.6rem;border-radius:var(--bff-radius);font-weight:700;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;font-size:1rem;letter-spacing:.01em}.bff-btn--primary{background:var(--bff-sky);color:var(--bff-navy);box-shadow:0 14px 28px #5ec8f04d}.bff-btn--primary:hover{transform:translateY(-1px);filter:brightness(1.03)}.bff-btn--outline{background:transparent;border-color:var(--bff-navy);border-width:2px;color:var(--bff-navy)}.bff-btn--outline:hover{background:#5ec8f01f}.bff-btn--sm{padding:.65rem 1rem;font-size:.95rem}.bff-btn--wide{width:100%}.bff-announcement{background:#fff;color:#111827;font-size:.95rem;font-weight:600;border-bottom:2px solid #d1d5db}.bff-announcement__inner{padding-block:.65rem}.bff-announcement__track{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0}.bff-announcement__item{padding-block:.15rem;display:inline-flex;align-items:center;gap:.5rem}.bff-announcement__icon{flex-shrink:0;width:28px;height:28px;object-fit:contain}.bff-announcement__text{line-height:1.2}.bff-announcement__item+.bff-announcement__item{border-left:2px solid #d1d5db;padding-left:1.35rem;margin-left:1.35rem}@media(max-width:640px){.bff-announcement__item+.bff-announcement__item{padding-left:.9rem;margin-left:.9rem}}.bff-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:2px solid #cbd5e1}.bff-header .bff-container{width:min(1280px,calc(100% - 48px))}.bff-header__top{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:28px;background:#fff}.bff-header__logo{flex:0 0 auto;background:#fff;border-radius:10px;padding:8px 14px}.bff-header__logo img{width:auto;max-height:98px}.bff-header__search{position:relative;flex:0 1 540px;margin-left:40px}.bff-header__search svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.bff-header__search input{width:100%;height:50px;border-radius:6px;border:2px solid #cbd5e1;padding:0 16px 0 42px;font-size:16px;color:#111827}.bff-header__search input::placeholder{color:#9ca3af}.bff-utility{display:flex;align-items:center;gap:24px;flex:0 0 auto}.bff-utility__link{text-decoration:none;color:#374151;font-size:16px;display:inline-flex;align-items:center;gap:4px}.bff-utility__link--account{color:var(--bff-sky);font-weight:700}.bff-utility__link--account:hover{color:var(--bff-navy)}.bff-utility__link--pill{border:2px solid #35bfff;color:#1a4d6e;padding:6px 14px;border-radius:6px;font-weight:700;gap:6px}.bff-utility__link--pill:hover{background:#1a4d6e;color:#fff!important}.bff-utility__label{white-space:nowrap}.bff-utility__count{color:#9ca3af}.bff-utility__icon{display:none;font-size:18px;line-height:1}.bff-utility__cart-png{display:block;flex-shrink:0;width:24px;height:24px;object-fit:contain}.bff-utility__link--cart{gap:8px}.bff-utility__link--cart .bff-utility__icon--cart-fallback{display:none}.bff-header__bottom{min-height:44px;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:center;position:relative}.bff-category-nav{display:flex;align-items:center;justify-content:center;gap:0;width:100%;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.bff-category-nav::-webkit-scrollbar{display:none}.bff-category-nav__link{position:relative;font-family:var(--bff-font-category-nav);font-size:.82rem;font-weight:400;letter-spacing:0;color:#111827;text-decoration:none;line-height:1.2;padding:2px 0;white-space:nowrap;flex:0 0 auto}.bff-category-nav__link+.bff-category-nav__link{border-left:1px solid #d1d5db;padding-left:.85rem;margin-left:.85rem}.bff-category-nav__link:after{content:"";position:absolute;left:0;bottom:-11px;width:100%;height:3px;transform:scaleX(0);transform-origin:left;background:#1a4d6e;transition:transform .2s ease}.bff-category-nav__link:hover{color:#1a4d6e}.bff-category-nav__link:hover:after{transform:scaleX(1)}.bff-header__menu-toggle{display:none;width:40px;height:40px;border:0;background:transparent;color:#111827;margin-right:12px;cursor:pointer}@media(max-width:1023px){.bff-header__top{gap:16px}.bff-header__search{flex-basis:360px;margin-left:18px}.bff-utility{gap:14px}.bff-category-nav__link+.bff-category-nav__link{padding-left:.65rem;margin-left:.65rem}}@media(max-width:767px){.bff-header .bff-container{width:min(1280px,calc(100% - 32px))}.bff-header__top{min-height:58px;gap:12px;flex-wrap:wrap}.bff-header__logo img{max-height:64px}.bff-header__search{display:none}.bff-utility{gap:10px}.bff-utility__label{display:none}.bff-utility__link--pill{border:0;padding:0;color:#374151;font-weight:700}.bff-utility__link--pill:hover{background:transparent;color:#1a4d6e!important}.bff-utility__icon{display:inline}.bff-utility__link--cart .bff-utility__cart-png{display:block}.bff-header__bottom{min-height:40px;justify-content:flex-start}.bff-header__menu-toggle{display:inline-flex;align-items:center;justify-content:center}.bff-category-nav{display:none}}.bff-mobile-nav{border-top:1px solid #e6e8eb;background:#f8fafc}.bff-mobile-nav__inner{display:grid;padding:1rem 1.25rem 1.25rem}.bff-mobile-nav__link{padding:.65rem 0;font-weight:700;text-decoration:none;color:var(--bff-navy);border-bottom:1px solid #e6e8eb}.bff-mobile-nav__link--category{font-family:var(--bff-font-category-nav);font-weight:400;letter-spacing:.01em}.bff-hero-slider{position:relative;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);height:clamp(500px,58vh,650px);overflow:hidden;background:#0f1a28}.bff-hero-slider__viewport{position:relative;width:100%;height:100%;overflow:hidden}.bff-hero-slider__track{display:flex;height:100%;width:calc(var(--bff-hero-slide-count, 3) * 100%);transition:transform .7s ease-in-out;will-change:transform}.bff-hero-slider__slide{position:relative;flex:0 0 calc(100% / var(--bff-hero-slide-count, 3));min-height:100%;overflow:hidden}.bff-hero-slider__media{position:absolute;top:0;right:0;bottom:0;left:0}.bff-hero-slider__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.02);transition:transform .8s ease-in-out}.bff-hero-slider__slide.is-active .bff-hero-slider__img{transform:scale(1.08)}.bff-hero-slider__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1b2f45,#0f1a28,#1a4d6e)}.bff-hero-slider__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;pointer-events:none}.bff-hero-slider__content-outer{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:flex-start;padding-left:80px;padding-right:24px;z-index:2;pointer-events:none}.bff-hero-slider__content{max-width:520px;pointer-events:auto}.bff-hero-slider__title{margin:0;font-size:clamp(44px,5vw,56px);font-weight:800;line-height:1.15;color:#fff;letter-spacing:-.02em}.bff-hero-slider__sub{margin:12px 0 0;font-size:clamp(16px,1.5vw,18px);line-height:1.55;color:#ffffffd9}.bff-hero-slider__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:22px;min-height:44px;min-width:140px;padding:0 28px;background:#1a4d6e;color:#fff!important;font-weight:700;font-size:15px;text-decoration:none;border-radius:6px;border:none;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.bff-hero-slider__cta:hover{background:#153d56;transform:translateY(-2px);box-shadow:0 10px 24px #0003}.bff-hero-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:40px;height:40px;border:0;border-radius:50%;background:#00000073;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.bff-hero-slider__arrow:hover{background:#0000009e}.bff-hero-slider__arrow--prev{left:16px}.bff-hero-slider__arrow--next{right:16px}.bff-hero-slider__dots{position:absolute;left:0;right:0;bottom:22px;z-index:4;display:flex;justify-content:center;align-items:center;gap:10px;pointer-events:auto}.bff-hero-slider__dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#9ca3af;cursor:pointer;transition:background .25s ease,transform .25s ease}.bff-hero-slider__dot.is-active{background:#fff;transform:scale(1.05)}@media(max-width:749px){.bff-hero-slider{height:420px}.bff-hero-slider__content-outer{padding-left:1.25rem;padding-right:1.25rem;justify-content:center}.bff-hero-slider__content{max-width:100%;text-align:center}.bff-hero-slider__title{font-size:clamp(28px,8vw,34px)}.bff-hero-slider__cta{width:80%;max-width:320px}.bff-hero-slider__arrow--prev{left:8px}.bff-hero-slider__arrow--next{right:8px}}.bff-hero{position:relative;min-height:clamp(460px,66vw,700px);display:grid;align-items:end;color:var(--bff-white)}.bff-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.bff-hero__img,.bff-hero__placeholder{width:100%;height:100%;object-fit:cover}.bff-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1b2f4526,#1b2f45d1)}.bff-hero__content{position:relative;padding-block:4.25rem 5rem}.bff-hero__kicker{margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.12em;font-size:.95rem;font-weight:700;color:var(--bff-sky)}.bff-hero__title{margin:0 0 .75rem;font-size:clamp(2.8rem,7vw,5rem);line-height:1.05;max-width:16ch}.bff-hero__text{margin:0 0 1.5rem;max-width:52ch;font-size:1.25rem;color:#ffffffeb}.bff-cat-grid{display:grid;gap:1.6rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:900px){.bff-cat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.bff-cat-card{text-decoration:none;color:inherit;border-radius:var(--bff-radius);overflow:hidden;border:1px solid #e6e8eb;box-shadow:0 12px 28px #1b2f451f;background:var(--bff-white);transition:transform .18s ease,box-shadow .18s ease}.bff-cat-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #1b2f451f}.bff-cat-card__media img{width:100%;height:230px;object-fit:cover}.bff-cat-card__ph{height:180px;background:linear-gradient(135deg,#5ec8f059,#1b2f4559)}.bff-cat-card__body{padding:1.25rem 1.3rem 1.5rem}.bff-cat-card__title{display:block;font-weight:900;font-size:1.4rem;color:var(--bff-navy)}.bff-cat-card__sub{display:block;font-size:1rem;color:#4a5568;margin-top:.2rem}.bff-product-grid{display:grid;gap:1.9rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:750px){.bff-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.bff-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.bff-product-card{border:1px solid #e5e7eb;border-radius:var(--bff-radius);overflow:hidden;background:var(--bff-white);box-shadow:0 4px 18px #0f172a14;transition:box-shadow .2s ease,transform .2s ease}.bff-product-card--flooring:hover{transform:translateY(-3px);box-shadow:0 10px 28px #0f172a1f}.bff-product-card__media-wrap{position:relative;background:#f3f4f6}.bff-product-card__media-link{display:block;text-decoration:none;color:inherit;overflow:hidden}.bff-product-card__media{position:relative;aspect-ratio:1}.bff-product-card--flooring .bff-product-card__media{aspect-ratio:4 / 3}.bff-product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease,opacity .35s ease}.bff-product-card__img--zoom{transform-origin:center center}.bff-product-card--flooring:hover .bff-product-card__img--zoom{transform:scale(1.08)}.bff-product-card__media--dual .bff-product-card__img--primary,.bff-product-card__media--dual .bff-product-card__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0}.bff-product-card__media--dual .bff-product-card__img--secondary,.bff-product-card--flooring:hover .bff-product-card__media--dual .bff-product-card__img--primary{opacity:0}.bff-product-card--flooring:hover .bff-product-card__media--dual .bff-product-card__img--secondary{opacity:1;transform:scale(1.04)}.bff-product-card__badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-wrap:wrap;gap:.35rem;z-index:2;max-width:calc(100% - 1rem)}.bff-product-card__badge{font-size:.65rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.28rem .45rem;border-radius:4px;line-height:1.2}.bff-product-card__badge--best{background:#15803d;color:#fff}.bff-product-card__badge--sale{background:#b45309;color:#fff}.bff-product-card__badge--stock{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.bff-product-card__badge--sold{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.bff-product-card__zoom-hint{margin:0;padding:.35rem .5rem;font-size:.68rem;text-align:center;color:#6b7280;background:linear-gradient(180deg,#f3f4f600,#f3f4f6 40%)}.bff-product-card__body{padding:1rem 1rem 1.15rem}.bff-product-card__title-link{text-decoration:none;color:inherit}.bff-product-card__title{margin:0 0 .4rem;font-size:.95rem;font-weight:800;line-height:1.25;color:var(--bff-navy);text-transform:uppercase;letter-spacing:.02em}.bff-product-card__sku{margin:0 0 .25rem;font-size:.75rem;font-weight:600;color:#4b5563}.bff-product-card__type{margin:0 0 .5rem;font-size:.8rem;color:#374151;line-height:1.35}.bff-product-card__price-row{margin-bottom:.35rem;display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.bff-product-card__compare{font-size:.88rem;font-weight:700;color:#9ca3af;text-decoration:line-through}.bff-product-card__price{font-weight:900;font-size:1.05rem;color:var(--bff-black)}.bff-product-card__price--call{font-size:.95rem;color:var(--bff-navy)}.bff-product-card__phone{display:inline-block;margin-bottom:.45rem;font-size:.85rem;font-weight:800;color:var(--bff-navy);text-decoration:none}.bff-product-card__phone:hover{text-decoration:underline}.bff-product-card__coverage{margin:0 0 .65rem;font-size:.78rem;color:#6b7280}.bff-product-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .65rem;margin-top:.25rem}.bff-product-card__btn{flex:1 1 auto;min-width:6.5rem;text-align:center;text-decoration:none;justify-content:center}.bff-product-card__or{font-size:.78rem;color:#9ca3af;text-transform:lowercase}.bff-product-card__link-detail{font-size:.82rem;font-weight:700;color:var(--bff-navy);text-decoration:underline;text-underline-offset:2px}.bff-product-card__ph{aspect-ratio:1;background:#eef2f6}.bff-product-card--flooring .bff-product-card__ph{aspect-ratio:4 / 3}.bff-collection-hero{position:relative;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:320px;margin-bottom:2rem;overflow:hidden;background:var(--bff-navy)}.bff-collection-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.bff-collection-hero__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.bff-collection-hero__placeholder{width:100%;height:100%;min-height:320px}.bff-collection-hero__placeholder--hardwood{background:linear-gradient(135deg,#3d2914,#1b2f45)}.bff-collection-hero__placeholder--laminate{background:linear-gradient(135deg,#4a5568,#1b2f45)}.bff-collection-hero__placeholder--vinyl{background:linear-gradient(135deg,#1a4d6e,#0f1a28)}.bff-collection-hero__placeholder--tile{background:linear-gradient(135deg,#2d3748,#1a202c)}.bff-collection-hero__placeholder--other{background:linear-gradient(135deg,#1b2f45,#0f1a28)}.bff-collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000b8,#00000073 45%,#00000040);pointer-events:none}.bff-collection-hero__content{position:relative;z-index:2;padding:2.75rem 0 3.25rem;color:#fff;font-family:var(--bff-font-collection-hero)}.bff-collection-hero__eyebrow{margin:0 0 .35rem;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf}.bff-collection-hero__title{margin:0 0 1.25rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:900;line-height:1.15;color:#fff;max-width:100%}.bff-collection-hero__columns{display:grid;gap:1.75rem 2.75rem;max-width:100%;align-items:start}@media(min-width:768px){.bff-collection-hero__columns{grid-template-columns:1fr 1fr;gap:1.5rem 3rem}}.bff-collection-hero__column{margin:0}.bff-collection-hero__subheading{margin:0 0 .5rem;font-size:1.05rem;font-weight:700;line-height:1.3;color:#fff}.bff-collection-hero__paragraph{margin:0;font-size:1rem;line-height:1.65;color:#ffffffe6}.bff-collection-hero__intro .bff-collection-hero__rte{max-width:720px;color:#ffffffeb}.bff-collection-hero__intro .bff-collection-hero__rte a{color:var(--bff-sky)}@media(max-width:749px){.bff-collection-hero{min-height:280px}.bff-collection-hero__content{padding:2rem 0 2.5rem}}.bff-collection__header{margin-bottom:2rem}.bff-collection__title{margin:0 0 .5rem;font-size:clamp(2.2rem,3.8vw,3.2rem);color:var(--bff-navy);font-weight:900}.bff-collection__layout{display:grid;gap:1.5rem}@media(min-width:990px){.bff-collection__layout{grid-template-columns:280px minmax(0,1fr);align-items:start}.bff-facets__mobile-toggle{display:none!important}.bff-facets__panel{display:block!important;position:static;border:1px solid #e6e8eb;border-radius:var(--bff-radius);padding:1.25rem;background:#f8fafc}}.bff-facets__mobile-toggle{width:100%;margin-bottom:.5rem}.bff-facets__panel[hidden]{display:none}@media(min-width:990px){.bff-facets__panel[hidden]{display:block!important}}.bff-facet{margin-bottom:1.25rem}.bff-facet__label{display:block;font-weight:800;margin-bottom:.5rem;color:var(--bff-navy)}.bff-facet__list{list-style:none;margin:0;padding:0}.bff-facet__list li{margin-bottom:.35rem}.bff-check{display:flex;gap:.5rem;align-items:flex-start;font-size:.95rem}.bff-check--inline{align-items:center}.bff-price-range{display:flex;align-items:center;gap:.5rem}.bff-facets__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:1rem}.bff-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2.5rem}.bff-pagination__status{font-size:.95rem;color:#4a5568}.bff-product__layout{display:grid;gap:2.6rem}@media(min-width:990px){.bff-product__layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:3rem;align-items:start}}.bff-product__main-media{border:1px solid #e6e8eb;border-radius:var(--bff-radius);overflow:hidden;background:#fff;box-shadow:var(--bff-shadow)}.bff-product__main-media img{width:100%;aspect-ratio:1;object-fit:cover}.bff-product__thumbs{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.bff-product__thumb{padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:none}.bff-product__thumb.is-active{border-color:var(--bff-sky)}.bff-product__thumb img{width:72px;height:72px;object-fit:cover}.bff-product__title{margin:0 0 .5rem;font-size:clamp(2.2rem,4vw,3.2rem);color:var(--bff-navy);font-weight:900}.bff-product__features{margin:0 0 1rem;font-weight:700;font-size:1.08rem;color:#374151}.bff-product__price{font-size:1.9rem;font-weight:900;margin-bottom:1.25rem;color:var(--bff-navy)}.bff-product__compare{margin-left:.5rem;font-weight:600;color:#6b7280}.bff-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:1.25rem;font-size:.9rem}.bff-breadcrumb__link{color:#2563eb;font-weight:700;text-decoration:none}.bff-breadcrumb__link:hover{text-decoration:underline}.bff-breadcrumb__sep{color:#94a3b8;-webkit-user-select:none;user-select:none}.bff-breadcrumb__current{color:#475569;font-weight:600}.bff-product__main-media--zoom{cursor:zoom-in}.bff-product__main-media--zoom img{transition:transform .55s ease;transform-origin:center center}.bff-product__main-media--zoom:hover img{transform:scale(1.14)}.bff-product__zoom-hint{margin:.45rem 0 0;font-size:.82rem;color:#64748b;font-weight:600}.bff-product__badges--inline{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.bff-product__sku,.bff-product__type{margin:0 0 .35rem;font-size:.92rem;color:#475569;font-weight:600}.bff-product__reviews-hint{margin:0 0 .75rem;font-size:.9rem}.bff-product__reviews-hint a{color:#2563eb;font-weight:700;text-decoration:none}.bff-product__reviews-hint a:hover{text-decoration:underline}.bff-product__coverage-line{margin:0 0 .85rem;font-weight:700;color:#166534;font-size:.98rem}.bff-product__call-block{margin-bottom:1.25rem;padding:1rem 1.15rem;border-radius:var(--bff-radius);border:2px solid #e2e8f0;background:#f8fafc;display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}.bff-product__call-label{margin:0;font-weight:900;font-size:1.1rem;color:var(--bff-navy)}.bff-product__call-phone{font-weight:800;font-size:1.05rem;color:#0f766e}.bff-product__call-note{margin:.75rem 0 0}.bff-product__inventory{margin:.35rem 0 0}.bff-product-accessories{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e2e8f0}.bff-accessories__title{margin:0 0 .35rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:900;color:var(--bff-navy);letter-spacing:-.02em}.bff-accessories__sub{margin:0 0 1rem;font-size:.92rem;max-width:46rem;line-height:1.45}.bff-accessories__tabs{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.bff-accessories__tab{border:2px solid #cbd5e1;background:#fff;color:#334155;font-weight:800;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;padding:.5rem .75rem;border-radius:6px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.bff-accessories__tab:hover{border-color:#94a3b8;color:#0f172a}.bff-accessories__tab.is-active{background:var(--bff-navy);border-color:var(--bff-navy);color:#fff}.bff-accessories__panel[hidden]{display:none!important}.bff-accessories__track{display:flex;gap:.65rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding:0 1rem;margin:0 -.5rem;padding:.15rem .5rem .5rem;-webkit-overflow-scrolling:touch}@media(min-width:750px){.bff-accessories__track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;overflow:visible;scroll-snap-type:none;margin:0;padding:0}}@media(min-width:1100px){.bff-accessories__track{grid-template-columns:repeat(4,minmax(0,1fr))}}.bff-accessory-card{flex:0 0 min(88vw,280px);scroll-snap-align:start;border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:.75rem .85rem;display:flex;flex-direction:column;gap:.35rem;box-shadow:0 1px 3px #0f172a0f}@media(min-width:750px){.bff-accessory-card{flex:none;min-height:100%}}.bff-accessory-card__title{margin:0;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.03em;line-height:1.25;color:#0f172a;order:0}.bff-accessory-card__sku{margin:0;font-size:.72rem;font-weight:700;color:#64748b}.bff-accessory-card__spec{margin:0;font-size:.8rem;font-weight:700;color:#1e293b}.bff-accessory-card__spread{margin:0;font-size:.72rem;font-weight:600;color:#475569;font-style:italic}.bff-accessory-card__price{margin:.15rem 0 0;font-size:1.15rem;font-weight:900;color:var(--bff-navy)}.bff-accessory-card__variant{padding:.45rem .5rem;font-size:.82rem;margin-top:.15rem}.bff-accessory-card__note{margin:0;font-size:.75rem;line-height:1.35;color:#475569;flex:1}.bff-accessory-card__row{display:flex;flex-direction:row;align-items:stretch;gap:.45rem;margin-top:.35rem}.bff-accessory-card__qty-wrap{flex:0 0 5.75rem;min-width:5.75rem;margin:0}.bff-accessory-card__qty{width:100%;min-width:0;box-sizing:border-box;padding:.65rem .5rem;text-align:center;font-weight:800;font-size:1.1rem;line-height:1.2;-moz-appearance:textfield}.bff-accessory-card__qty::-webkit-outer-spin-button,.bff-accessory-card__qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bff-accessory-card__add{flex:1;min-width:0;padding-left:.65rem;padding-right:.65rem;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.bff-accessory-card__feedback{margin:.25rem 0 0;font-size:.72rem;font-weight:700;color:#15803d}.bff-accessory-card__feedback--error{color:#b91c1c}.bff-field{margin-bottom:1rem}.bff-label{display:block;font-weight:700;margin-bottom:.35rem;color:var(--bff-navy)}.bff-input{width:100%;padding:.85rem .9rem;border-radius:var(--bff-radius);border:2px solid #cbd5e1;font:inherit;background:#fff}.bff-input:focus{outline:2px solid rgba(94,200,240,.55);outline-offset:1px}.bff-calculator{border:1px solid #e6e8eb;border-radius:var(--bff-radius);padding:1.5rem 1.6rem;margin:1.25rem 0 1.5rem;background:#f2f8ff;border-width:2px}.bff-calculator__head{margin-bottom:.75rem}.bff-calculator__hint{display:block;margin-top:.25rem;font-weight:500}.bff-calculator__row{display:grid;gap:.75rem}@media(min-width:600px){.bff-calculator__row{grid-template-columns:1fr auto;align-items:center}}.bff-calculator__result{margin-top:.85rem;display:flex;justify-content:space-between;align-items:center;font-weight:900;font-size:1.1rem}.bff-calculator__subtotal{margin-top:.85rem;padding-top:.85rem;border-top:1px dashed #cbd5e1;display:flex;flex-direction:column;gap:.25rem}.bff-calculator__subtotal[hidden]{display:none!important}.bff-calculator__subtotal-label{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.bff-calculator__subtotal-money{font-size:1.25rem;font-weight:900;color:var(--bff-navy)}.bff-calculator__subtotal-note{font-size:.88rem}.bff-product__availability{margin-top:1rem}.bff-link{font-weight:700}.bff-tabs{margin-top:3.8rem;border-top:1px solid #e6e8eb;padding-top:1.5rem}.bff-tabs__list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.bff-tabs__tab{border:2px solid #9fdfff;background:#fff;padding:.75rem 1.2rem;border-radius:999px;font-weight:800;font-size:.98rem;cursor:pointer;color:var(--bff-navy)}.bff-tabs__tab.is-active{background:var(--bff-navy);color:var(--bff-white);border-color:var(--bff-navy)}.bff-tabs__panel{padding:1rem 0 0}.bff-tabs__panel[hidden]{display:none}.rte p{margin-top:0}.rte p:last-child{margin-bottom:0}.bff-showcase--neutral{background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding-block:2.25rem}.bff-showcase--neutral .bff-section__title,.bff-showcase__title{color:#111827}.bff-showcase--neutral .bff-section__sub,.bff-showcase__sub{color:#6b7280}.bff-showcase__head .bff-section__sub,.bff-showcase__sub{margin-inline:auto;text-align:center;max-width:min(52ch,100%)}.bff-showcase__head{text-align:center;max-width:52rem;margin-inline:auto}.bff-showcase__title{margin-bottom:.35rem}.bff-showcase__track{margin-top:.5rem}.bff-showcase__track--grid{display:flex;gap:.85rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.35rem;scrollbar-width:thin}.bff-showcase__track--grid::-webkit-scrollbar{height:6px}.bff-showcase__track--grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.bff-showcase__cell{flex:0 0 min(78vw,280px);scroll-snap-align:start;min-width:0}@media(min-width:990px){.bff-showcase--grid .bff-showcase__track--grid{display:grid;grid-template-columns:repeat(var(--bff-showcase-cols, 4),minmax(0,1fr));overflow-x:visible;scroll-snap-type:none;gap:1.15rem;padding-bottom:0}.bff-showcase--grid .bff-showcase__cell{flex:initial;min-width:0;scroll-snap-align:unset}}.bff-showcase__track--strip{display:flex;gap:.85rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.35rem}.bff-showcase--slideshow .bff-showcase__cell{flex:0 0 min(72vw,300px);scroll-snap-align:start}@media(min-width:990px){.bff-showcase--slideshow .bff-showcase__cell{flex:0 0 clamp(220px,22vw,320px)}}.bff-showcase__hint{text-align:center;margin:.5rem 0 0;font-size:.8rem;color:#6b7280}.bff-showcase__cta{margin-top:1.75rem;display:flex;flex-direction:column;align-items:center;gap:.35rem}.bff-showcase__shop-all{display:inline-flex;align-items:center;justify-content:center;min-width:200px;padding:.75rem 1.75rem;font-weight:700;font-size:.95rem;color:#111827!important;background:#fff;border:2px solid #d1d5db;border-radius:var(--bff-radius);text-decoration:none;box-shadow:0 1px 2px #0000000a;transition:background .18s ease,border-color .18s ease,color .18s ease}.bff-showcase__shop-all:hover{background:#f9fafb;border-color:#9ca3af;color:#111827!important}.bff-showcase__cta-note{margin:0;font-size:.82rem;font-weight:600;color:#9ca3af}.bff-showcase-card{height:100%;border:1px solid #d1d5db;border-radius:10px;background:#fff;box-shadow:0 4px 14px #0f172a0f;transition:box-shadow .22s ease,transform .22s ease,border-color .22s ease;display:flex;flex-direction:column;overflow:hidden}.bff-showcase-card:hover{box-shadow:0 10px 28px #0f172a1a;border-color:#cbd5e1;transform:translateY(-2px)}.bff-showcase-card__media-wrap{position:relative;overflow:hidden}.bff-showcase-card__media-link{display:block}.bff-showcase-card__media{position:relative;aspect-ratio:1;background:#f3f4f6;overflow:hidden}.bff-showcase-card--flooring .bff-showcase-card__media{aspect-ratio:4 / 3}.bff-showcase-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .35s ease,transform .45s ease}.bff-showcase-card:hover .bff-showcase-card__img--primary{transform:scale(1.04)}.bff-showcase-card__media--dual .bff-showcase-card__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.bff-showcase-card__media--dual:hover .bff-showcase-card__img--primary{opacity:0;transform:scale(1)}.bff-showcase-card__media--dual:hover .bff-showcase-card__img--secondary{opacity:1;transform:scale(1.04)}.bff-showcase-card--flooring:hover .bff-showcase-card__img--primary.bff-showcase-card__img--zoom{transform:scale(1.08)}.bff-showcase-card__ph{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0,#f8fafc)}.bff-showcase-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-wrap:wrap;gap:6px;z-index:2;pointer-events:none}.bff-showcase-card__badge{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .45rem;border-radius:4px;color:#fff}.bff-showcase-card__badge--sale{background:#dc2626}.bff-showcase-card__badge--soldout{background:#475569}.bff-showcase-card__badge-row{position:absolute;top:10px;left:10px;display:flex;flex-wrap:wrap;gap:6px;z-index:2;pointer-events:none}.bff-showcase-card__zoom-hint{position:absolute;bottom:8px;left:8px;right:8px;margin:0;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#ffffffeb;text-shadow:0 1px 3px rgba(15,23,42,.55);z-index:1;pointer-events:none}.bff-showcase-card__sku,.bff-showcase-card__type{margin:0;font-size:.78rem;font-weight:600;color:#64748b;line-height:1.3}.bff-showcase-card__call{font-weight:800;color:var(--bff-navy)}.bff-showcase-card__phone{font-weight:700;font-size:.85rem;color:#0f766e}.bff-showcase-card__coverage{margin:0;font-size:.8rem;font-weight:700;color:#166534}.bff-showcase-card__actions{display:flex;flex-direction:column;gap:.45rem;margin-top:.35rem}.bff-showcase-card__detail-link{font-size:.82rem;font-weight:700;text-align:center;color:#2563eb;text-decoration:none}.bff-showcase-card__detail-link:hover{text-decoration:underline}.bff-showcase-card__hover{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background:linear-gradient(180deg,#0f1a280d,#0f1a28b8);opacity:0;transition:opacity .25s ease;z-index:3}.bff-showcase-card:hover .bff-showcase-card__hover{opacity:1}.bff-showcase-card__qv-btn{border:1px solid #d1d5db;border-radius:999px;padding:.55rem 1.1rem;font-weight:800;font-size:.82rem;cursor:pointer;background:#fff;color:#111827}.bff-showcase-card__qv-link{color:#fff;font-weight:700;font-size:.85rem;text-decoration:underline;text-underline-offset:2px}.bff-showcase-card__body{padding:.85rem .95rem 1rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.bff-showcase-card__title{margin:0;font-size:.92rem;font-weight:800;color:#111827;line-height:1.25}.bff-showcase-card__title-link{text-decoration:none;color:inherit}.bff-showcase-card__title-link:hover{color:#374151}.bff-showcase-card__price{font-weight:800;font-size:.88rem;color:#111827}.bff-showcase-card__compare{text-decoration:line-through;color:#94a3b8;font-weight:600;margin-right:.35rem;font-size:.82rem}.bff-showcase-card__form{margin-top:auto}.bff-showcase-card__atc{width:100%;margin-top:.25rem}.bff-showcase--neutral .bff-showcase-card .bff-btn--primary{background:#f3f4f6;color:#111827;border:1px solid #d1d5db;box-shadow:none}.bff-showcase--neutral .bff-showcase-card .bff-btn--primary:hover{filter:none;background:#e5e7eb;border-color:#9ca3af;transform:none}.bff-showcase--neutral .bff-showcase-card .bff-btn--outline{border-color:#d1d5db;color:#374151}.bff-showcase-promo{position:relative;height:100%;min-height:100%;border-radius:10px;overflow:hidden;border:1px solid #d1d5db;box-shadow:0 4px 14px #0f172a0f}.bff-showcase-promo--noimg{min-height:280px;background:linear-gradient(135deg,#1b2f45,#1a4d6e)}.bff-showcase-promo__img{width:100%;height:100%;object-fit:cover;display:block;min-height:280px}@media(min-width:990px){.bff-showcase-promo__img{min-height:100%;aspect-ratio:1}}.bff-showcase-promo__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.1rem;color:#fff}.bff-showcase-promo__heading{margin:0 0 .35rem;font-size:1.1rem;font-weight:900}.bff-showcase-promo__text{margin:0 0 .65rem;font-size:.85rem;line-height:1.45;color:#ffffffeb}.bff-showcase-qv{max-width:min(920px,calc(100vw - 2rem));width:100%;border:none;border-radius:12px;padding:0;box-shadow:0 24px 60px #00000059}.bff-showcase-qv::backdrop{background:#0f172a8c}.bff-showcase-qv__inner{position:relative;padding:1.25rem 1.25rem 1.5rem}.bff-showcase-qv__close{position:absolute;top:10px;right:12px;border:0;background:transparent;font-size:1.75rem;line-height:1;cursor:pointer;color:#64748b;z-index:2}.bff-showcase-qv__grid{display:grid;gap:1rem}@media(min-width:640px){.bff-showcase-qv__grid{grid-template-columns:1fr 1.1fr;align-items:start}}.bff-showcase-qv__media img{width:100%;border-radius:8px;object-fit:cover}.bff-showcase-qv__title{margin:0 0 .35rem;font-size:1.25rem;font-weight:900;color:var(--bff-navy)}.bff-showcase-qv__price{margin:0 0 .75rem;font-weight:800;color:#111827}.bff-showcase-qv__desc{font-size:.88rem;color:#475569;margin-bottom:.75rem}.bff-showcase-qv__full{display:inline-block;margin-top:.65rem;font-weight:700;font-size:.88rem}.bff-our-story{background:#f9fafb;border-top:1px solid #e5e7eb;padding-block:2.5rem}.bff-our-story__grid{display:grid;gap:1.75rem;align-items:center}@media(min-width:900px){.bff-our-story__grid{grid-template-columns:1fr 1fr;gap:2.5rem}.bff-our-story__grid--img-right .bff-our-story__media{order:2}.bff-our-story__grid--img-right .bff-our-story__content{order:1}}.bff-our-story__media{border-radius:10px;overflow:hidden;border:1px solid #d1d5db;box-shadow:0 4px 14px #0f172a0f;background:#e5e7eb;width:min(100%,17.5rem);aspect-ratio:1 / 1;margin-inline:auto}.bff-our-story__media img{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 38%}@media(min-width:900px){.bff-our-story__media{width:min(100%,19.5rem);aspect-ratio:1 / 1;margin-inline:0}.bff-our-story__grid--img-right .bff-our-story__media{justify-self:end}.bff-our-story__grid:not(.bff-our-story__grid--img-right) .bff-our-story__media{justify-self:start}}.bff-our-story__eyebrow{margin:0 0 .4rem;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#6b7280}.bff-our-story__title{margin:0 0 1rem;font-size:clamp(1.65rem,2.8vw,2.1rem);font-weight:900;color:#111827;line-height:1.15}.bff-our-story__text{margin:0;color:#4b5563;font-size:.98rem;line-height:1.65}.bff-our-story__text p:first-child{margin-top:0}.bff-our-story__text p:last-child{margin-bottom:0}.bff-our-story__btn{margin-top:1.25rem;display:inline-flex;align-items:center;justify-content:center;padding:.72rem 1.35rem;font-weight:700;font-size:.92rem;color:#111827!important;background:#fff;border:2px solid #d1d5db;border-radius:var(--bff-radius);text-decoration:none;box-shadow:0 1px 2px #0000000a;transition:background .18s ease,border-color .18s ease}.bff-our-story__btn:hover{background:#f3f4f6;border-color:#9ca3af;color:#111827!important}.bff-page__inner{max-width:720px}.bff-page__title{margin:0 0 1rem;font-size:clamp(1.75rem,3vw,2.35rem);font-weight:900;color:var(--bff-navy)}.bff-page__body{color:#374151}.bff-faq-page__inner{max-width:760px}.bff-faq-page__intro{margin-bottom:1.5rem;color:#374151}.bff-faq-page__list{display:flex;flex-direction:column;gap:.65rem}.bff-faq-page__item{border:1px solid #e2e8f0;border-radius:var(--bff-radius);background:#fff;box-shadow:0 4px 14px #1b2f450f;overflow:hidden}.bff-faq-page__item[open]{box-shadow:0 6px 18px #1b2f4514}.bff-faq-page__question{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;font-weight:800;color:var(--bff-navy);cursor:pointer}.bff-faq-page__question::-webkit-details-marker{display:none}.bff-faq-page__chev{flex-shrink:0;width:10px;height:10px;border-right:2px solid var(--bff-navy);border-bottom:2px solid var(--bff-navy);transform:rotate(45deg);margin-top:-4px;transition:transform .2s ease}.bff-faq-page__item[open] .bff-faq-page__chev{transform:rotate(225deg);margin-top:4px}.bff-faq-page__answer{padding:0 1rem 1rem;color:#4a5568;border-top:1px solid #f1f5f9}.bff-faq-page__answer p:first-child{margin-top:.75rem}.bff-contact-page--simple{padding-block:2rem 2.75rem;background:#f9fafb;border-top:1px solid #e5e7eb}.bff-contact-page__simple{max-width:36rem;margin-inline:auto}.bff-contact-page__simple-title{margin:0 0 .65rem;font-size:clamp(1.45rem,3vw,1.8rem);font-weight:800;color:var(--bff-navy, #1b2f45);line-height:1.2}.bff-contact-page__simple-lead{margin:0 0 1.35rem;font-size:.98rem;line-height:1.6;color:#4b5563}.bff-contact-page__form-panel--simple{padding:1.35rem 1.25rem;border-radius:12px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px 3px #0f172a0a}@media(min-width:640px){.bff-contact-page__form-panel--simple{padding:1.5rem}}.bff-contact-form__grid{display:grid;gap:1rem;margin-bottom:1.25rem}.bff-contact-form__grid--simple{grid-template-columns:1fr}.bff-contact-form__grid--simple .bff-contact-form__full{grid-column:1}@media(min-width:640px){.bff-contact-form__grid:not(.bff-contact-form__grid--simple){grid-template-columns:1fr 1fr}.bff-contact-form__grid:not(.bff-contact-form__grid--simple) .bff-contact-form__full{grid-column:1 / -1}}.bff-input--textarea{min-height:140px;resize:vertical}.bff-contact-form__success{padding:.85rem 1rem;border-radius:var(--bff-radius);background:#5ec8f033;color:var(--bff-navy);font-weight:700;margin-bottom:1rem}.bff-contact-form .errors,.bff-contact-form ul.errors{margin:0 0 1rem;padding:.85rem 1rem .85rem 2rem;list-style:disc;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--bff-radius);color:#991b1b;font-size:.92rem}.bff-input--select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%231b2f45' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.25rem}.bff-contact-form__submit{width:100%;padding:.85rem 1.25rem;font-size:1rem}@media(min-width:480px){.bff-contact-form__submit{width:auto;min-width:12rem}}.bff-contact-form__footer{margin:1rem 0 0;font-size:.85rem;line-height:1.5;color:#6b7280}.bff-cart-page__title{margin:0 0 1.5rem;color:var(--bff-navy);font-size:clamp(2.1rem,4vw,3rem);font-weight:900}.bff-cart-row{display:grid;grid-template-columns:96px minmax(0,1fr);gap:1rem 1.25rem;padding:1.25rem 0;border-bottom:1px solid #e6e8eb}@media(min-width:750px){.bff-cart-row{grid-template-columns:120px minmax(0,1fr) 110px 120px auto;align-items:center}}.bff-cart-row__media img{border-radius:6px;border:1px solid #e6e8eb}.bff-cart-row__title{font-weight:800;text-decoration:none;color:var(--bff-navy)}.bff-cart-props{margin:.35rem 0 0;padding-left:1.1rem;font-size:.9rem;color:#4a5568}.bff-cart-props__k{font-weight:700}.bff-input--qty{max-width:96px}.bff-cart-row__price{font-weight:800}.bff-cart__footer{margin-top:2rem;display:grid;gap:1rem;justify-items:start}.bff-cart__subtotal{display:flex;gap:1rem;align-items:baseline;font-size:1.15rem}.bff-locations__grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.bff-location-card{border:1px solid #e6e8eb;border-radius:var(--bff-radius);padding:1.25rem;background:#fff;box-shadow:var(--bff-shadow)}.bff-location-card__name{margin:0 0 .5rem;color:var(--bff-navy)}.bff-location-card__addr,.bff-location-card__hours{margin:0 0 .5rem;color:#374151;font-size:.95rem}.bff-location-card__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.bff-footer{background:var(--bff-navy);color:#ffffffeb;margin-top:3rem;padding-block:3rem 2rem}.bff-footer a{color:var(--bff-sky)}.bff-footer__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.bff-footer__brand{font-weight:900;font-size:1.2rem;margin-bottom:.5rem}.bff-footer__muted{margin:0;color:#ffffffc7;max-width:40ch}.bff-footer__phone a{font-weight:800}.bff-footer__logo{display:inline-block;margin-bottom:.5rem}.bff-footer__logo img{max-width:min(240px,100%);height:auto}.bff-footer__email{margin:.35rem 0 0}.bff-footer__email a{color:var(--bff-sky)}.bff-footer__heading{font-weight:800;margin-bottom:.65rem}.bff-footer__list{list-style:none;margin:0;padding:0}.bff-footer__list li{margin-bottom:.4rem}.bff-footer__select{width:100%;max-width:220px;background:#fff;color:#111827;border:1px solid #cbd5e1;border-radius:6px;padding:.45rem .55rem;font:inherit}.bff-footer__bottom{margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.12);font-size:.9rem;color:#ffffffa6}body.bff-body{font-size:15px;line-height:1.45}.bff-container{width:min(1160px,calc(100% - 2rem))}.bff-section{padding-block:2.6rem}.bff-section__head{margin-bottom:1.25rem}.bff-section__title{margin-bottom:.65rem;font-size:clamp(1.65rem,2.6vw,2.35rem)}.bff-section__cta{margin-top:1.25rem}.bff-btn{padding:.72rem 1.1rem;font-size:.92rem}.bff-header .bff-container{width:min(1240px,calc(100% - 28px))}.bff-header__top{min-height:50px;gap:14px}.bff-header__logo{padding:4px 8px}.bff-header__logo img{max-height:76px}.bff-header__search{flex-basis:420px;margin-left:14px}.bff-header__search input{height:40px;padding:0 12px 0 36px;font-size:14px}.bff-utility{gap:12px}.bff-utility__link{font-size:14px}.bff-utility__link--pill{padding:4px 10px}.bff-announcement{font-size:.82rem}.bff-announcement__inner{padding-block:.4rem}.bff-announcement__icon{width:20px;height:20px}.bff-mobile-nav__inner{padding:.65rem 1rem .85rem}.bff-mobile-nav__link{padding:.45rem 0;font-size:.92rem}.bff-hero-slider{height:clamp(360px,46vh,500px)}.bff-hero-slider__content-outer{padding-left:42px}.bff-hero-slider__title{font-size:clamp(30px,3.6vw,40px)}.bff-hero-slider__sub{margin-top:8px;font-size:clamp(14px,1.15vw,16px)}.bff-hero-slider__cta{margin-top:14px;min-height:38px;min-width:110px;padding:0 16px;font-size:13px}.bff-product-grid{gap:1.15rem}.bff-product-card--flooring .bff-product-card__body{padding:.85rem .9rem 1rem}.bff-product-card--flooring .bff-product-card__title{font-size:.9rem}.bff-product-card--flooring .bff-product-card__price{font-size:1rem}.bff-collection__header{margin-bottom:1.1rem}.bff-collection__title{font-size:clamp(1.6rem,2.9vw,2.3rem)}.bff-collection-hero{min-height:250px;margin-bottom:1.25rem}.bff-collection-hero__content{padding:1.65rem 0 1.9rem}.bff-collection-hero__title{margin-bottom:.8rem;font-size:clamp(1.6rem,3.2vw,2.15rem)}.bff-collection-hero__columns{gap:.95rem 1.4rem}.bff-collection-hero__subheading{margin-bottom:.3rem;font-size:.94rem}.bff-collection-hero__paragraph{font-size:.92rem;line-height:1.5}.bff-footer{margin-top:2.4rem;padding:2rem 0 1.35rem}.bff-footer__grid{gap:1.3rem}@media(max-width:1023px){.bff-section{padding-block:2rem}.bff-header__search{flex-basis:300px;margin-left:8px}}@media(max-width:767px){.bff-header .bff-container,.bff-container{width:min(100%,calc(100% - 1rem))}.bff-header__top{min-height:46px;gap:8px}.bff-header__logo img{max-height:52px}.bff-header__bottom{min-height:36px}.bff-hero-slider{height:310px}.bff-hero-slider__content-outer{padding-left:.8rem;padding-right:.8rem}.bff-hero-slider__title{font-size:clamp(23px,7vw,28px)}.bff-hero-slider__sub{font-size:.9rem}.bff-hero-slider__cta{min-height:34px;width:auto;max-width:none;padding:0 14px}.bff-collection-hero{min-height:220px}.bff-collection-hero__content{padding:1.2rem 0 1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
