/* START_SNIPPET:tfc-brand-grid (INDEX:133) */
.tfc-brand-grid{max-width:1600px;margin:auto;padding:42px 5%;border-bottom:1px solid #e6e6e6;background:#fff}
.tfc-brand-grid__heading{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}
.tfc-brand-grid__heading h2{font-size:clamp(27px,3vw,38px);font-weight:800;line-height:1.1;text-transform:uppercase;letter-spacing:-.035em;margin:0}
.tfc-brand-grid__all{display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:14px;font-weight:700;text-decoration:underline;text-underline-offset:5px}
.tfc-brand-grid__logos{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}
.tfc-brand-grid__brand{display:flex;align-items:center;justify-content:center;flex:0 0 calc((100% - 112px)/8);min-width:0;aspect-ratio:1.65;background:#faf8f6;border:1px solid #eee;overflow:hidden}
.tfc-brand-grid__brand svg{display:block;width:90%;height:90%}
.tfc-brand-grid__brand .tfc-brand-grid__carhartt{display:block;width:76%;height:76%;object-fit:contain}
.tfc-brand-grid__brand:focus-visible{outline:3px solid #174b3b;outline-offset:3px}
.tfc-brand-grid__brand:hover{border-color:#174b3b}
@media(max-width:1000px){.tfc-brand-grid__brand{flex-basis:calc((100% - 48px)/4)}}
@media(max-width:620px){.tfc-brand-grid{padding:30px 5%}.tfc-brand-grid__heading{gap:8px;margin-bottom:18px}.tfc-brand-grid__heading h2{font-size:27px}.tfc-brand-grid__logos{gap:12px}.tfc-brand-grid__brand{flex-basis:calc((100% - 12px)/2);aspect-ratio:1.65}.tfc-brand-grid__all{font-size:13px}}
/* END_SNIPPET:tfc-brand-grid */
