:root{--tp-ink: #151515;--tp-muted: #5d636b;--tp-line: #d9dde3;--tp-panel: #f5f7f8;--tp-paper: #ffffff;--tp-accent: #d53021;--tp-accent-dark: #a82016;--tp-check: #13795b;--tp-focus: #005fcc;--tp-radius: 8px;--tp-width: 1180px;--tp-shadow: 0 10px 24px rgba(17, 17, 17, .08)}*{box-sizing:border-box}body{margin:0;color:var(--tp-ink);background:var(--tp-paper);font-family:Arial,Helvetica,sans-serif;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:16px;top:-60px;z-index:20;padding:10px 14px;background:var(--tp-ink);color:var(--tp-paper)}.skip-link:focus{top:16px}.tp-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.tp-container{width:min(100% - 32px,var(--tp-width));margin:0 auto}.tp-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px;border:1px solid var(--tp-ink);border-radius:var(--tp-radius);background:var(--tp-ink);color:var(--tp-paper);font-weight:700;text-decoration:none;cursor:pointer}.tp-button:hover{background:#000;text-decoration:none}.tp-button--accent{border-color:var(--tp-accent);background:var(--tp-accent)}.tp-button--accent:hover{background:var(--tp-accent-dark)}.tp-button--secondary{background:var(--tp-paper);color:var(--tp-ink)}.tp-button--full{width:100%}.tp-site-header{border-bottom:1px solid var(--tp-line);background:#fffffff5;position:sticky;top:0;z-index:10}.tp-header-inner{min-height:72px;display:grid;grid-template-columns:auto 1fr minmax(240px,360px) auto;gap:24px;align-items:center}.tp-brand{display:inline-flex;flex-direction:column;font-weight:800;letter-spacing:0;text-decoration:none;width:220px}.tp-brand__logo{width:220px;height:auto}.tp-brand__line{font-size:.78rem;color:var(--tp-muted);font-weight:700}.tp-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;color:#30343a;font-weight:700;font-size:.95rem}.tp-header-actions{display:flex;align-items:center;gap:12px;font-weight:700}.tp-header-search{display:grid;grid-template-columns:1fr auto;gap:0;border:1px solid #aeb5bd;border-radius:var(--tp-radius);overflow:hidden;background:var(--tp-paper)}.tp-header-search input{min-width:0;border:0;padding:10px 12px}.tp-header-search button{border:0;border-left:1px solid var(--tp-line);padding:10px 12px;background:var(--tp-ink);color:var(--tp-paper);font-weight:800;cursor:pointer}.tp-cart-count{min-width:24px;min-height:24px;border-radius:999px;background:var(--tp-accent);color:var(--tp-paper);display:inline-flex;align-items:center;justify-content:center;font-size:.78rem}.tp-hero{min-height:min(720px,calc(100vh - 74px));color:var(--tp-paper);position:relative;overflow:hidden;background:linear-gradient(112deg,#101010fa,#181818f0 47%,#0b0b0bfa),repeating-linear-gradient(105deg,rgba(255,255,255,.06) 0 1px,transparent 1px 74px),var(--tp-ink)}.tp-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0000006b,#00000014 62%,#00000052),linear-gradient(180deg,rgba(213,48,33,.18),transparent 34%)}.tp-hero__inner{position:relative;z-index:1;width:min(100% - 32px,1360px);min-height:inherit;margin:0 auto;padding:72px 0 64px;display:grid;grid-template-columns:minmax(340px,.78fr) minmax(560px,1.42fr);gap:clamp(28px,4vw,54px);align-items:center}.tp-hero__content{position:relative;max-width:680px}.tp-eyebrow{margin:0 0 10px;font-weight:800;color:#f0c14b;text-transform:uppercase;font-size:.84rem}.tp-hero h1{max-width:760px;margin:0;font-size:clamp(2.4rem,5vw,5.4rem);line-height:.96;letter-spacing:0}.tp-hero__slogan{width:fit-content;margin:8px 0 12px;border-left:4px solid var(--tp-accent);padding:8px 12px;background:#0000006b;color:var(--tp-paper);font-size:1.08rem;font-weight:900}.tp-hero__text{max-width:650px;margin:18px 0 0;font-size:1.12rem;color:#f4f4f4}.tp-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.tp-hero__proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;padding:0;list-style:none}.tp-hero__proof li{border:1px solid rgba(255,255,255,.32);border-radius:var(--tp-radius);padding:8px 10px;background:#00000047;font-weight:700;font-size:.92rem}.tp-hero__showcase{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);grid-template-areas:"primary primary" "yellow green" "secondary secondary";gap:14px;align-items:center}.tp-hero__product-card{min-width:0;margin:0;overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:var(--tp-radius);background:var(--tp-paper);box-shadow:0 18px 42px #00000047}.tp-hero__product-card img{width:100%;height:100%;object-fit:contain}.tp-hero__product-card--primary{grid-area:primary;aspect-ratio:1100 / 410;transform:rotate(-1.2deg)}.tp-hero__product-card--square{grid-area:yellow;aspect-ratio:1 / 1}.tp-hero__product-card--offset{grid-area:green;aspect-ratio:760 / 300;transform:translateY(16px) rotate(1.1deg)}.tp-hero__product-card--secondary{grid-area:secondary;aspect-ratio:920 / 360;transform:translate(24px) rotate(.9deg)}.tp-hero__showcase--video{display:block}.tp-hero__video-card{overflow:hidden;border:1px solid rgba(255,255,255,.24);border-radius:var(--tp-radius);background:var(--tp-ink);box-shadow:0 18px 42px #00000047;aspect-ratio:4 / 3}.tp-hero__video{width:100%;height:100%;display:block;object-fit:contain}.tp-section{padding:64px 0}.tp-page{max-width:980px}.tp-page__header{max-width:820px;margin-bottom:24px}.tp-page__header h1{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1.02}.tp-page__content{max-width:820px;margin-bottom:30px}.tp-contact{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1fr);gap:24px;align-items:start}.tp-contact__intro,.tp-contact__panel{border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:22px}.tp-contact__intro{background:var(--tp-panel)}.tp-contact__panel{background:var(--tp-paper)}.tp-contact__intro h2{margin:0 0 10px;font-size:clamp(1.55rem,3vw,2.4rem);line-height:1.08}.tp-contact__intro p{color:var(--tp-muted)}.tp-contact__checklist{display:grid;gap:10px;margin:18px 0;padding:0;list-style:none}.tp-contact__checklist li{border-left:4px solid var(--tp-accent);padding:8px 0 8px 12px;background:var(--tp-paper);font-weight:700}.tp-share-install{display:grid;gap:6px;margin-top:18px;border:1px solid var(--tp-line);border-left:4px solid var(--tp-accent);border-radius:var(--tp-radius);padding:14px;background:var(--tp-paper)}.tp-share-install strong,.tp-share-install span{display:block}.tp-share-install span{color:var(--tp-muted)}.tp-contact-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tp-contact-form .tp-notice{margin:0 0 16px}.tp-textarea{min-height:170px;resize:vertical}.tp-marketplace-notice{max-width:980px}.tp-marketplace-notice__header{max-width:820px;margin-bottom:24px}.tp-marketplace-notice__header h1{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1.02}.tp-marketplace-notice__header p:not(.tp-eyebrow){color:var(--tp-muted)}.tp-marketplace-notice__summary{display:grid;gap:6px;margin-bottom:18px;border:1px solid var(--tp-line);border-left:4px solid var(--tp-accent);border-radius:var(--tp-radius);padding:16px;background:var(--tp-panel)}.tp-marketplace-notice__summary strong,.tp-marketplace-notice__summary span{display:block}.tp-marketplace-notice__summary span{color:var(--tp-muted)}.tp-marketplace-notice__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tp-marketplace-notice__card{min-width:0;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:18px;background:var(--tp-paper);box-shadow:var(--tp-shadow)}.tp-marketplace-notice__card--wide{grid-column:1 / -1}.tp-marketplace-notice__label{width:fit-content;display:inline-flex;border:1px solid var(--tp-line);border-radius:999px;padding:3px 8px;background:var(--tp-panel);font-size:.76rem;font-weight:900;text-transform:uppercase}.tp-marketplace-notice__card h2{margin:12px 0 8px;font-size:1.35rem;line-height:1.15}.tp-marketplace-notice__card p,.tp-marketplace-notice__rules{color:var(--tp-muted)}.tp-marketplace-notice__card a{display:inline-flex;margin-top:6px;color:var(--tp-accent-dark);font-weight:900}.tp-marketplace-notice__rules{display:grid;gap:8px;margin:0;padding-left:18px}.tp-marketplace-notice__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.tp-section--panel{background:var(--tp-panel)}.tp-section-heading{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:24px}.tp-section-heading h2{margin:0;font-size:clamp(1.8rem,3vw,3rem);line-height:1.05}.tp-section-heading p{max-width:560px;margin:8px 0 0;color:var(--tp-muted)}.tp-fitment-finder{border-bottom:1px solid var(--tp-line);padding:34px 0;background:var(--tp-paper)}.tp-fitment-finder__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.8fr);gap:22px;align-items:center}.tp-fitment-finder h2{max-width:680px;margin:0;font-size:clamp(1.7rem,3vw,2.7rem);line-height:1.05}.tp-fitment-finder p{margin:8px 0 0;color:var(--tp-muted)}.tp-fitment-finder__search{border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:16px;background:var(--tp-panel)}.tp-fitment-finder__search label{display:block;margin-bottom:8px;font-weight:900}.tp-fitment-finder__search div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.tp-fitment-finder__search input[type=search]{width:100%;min-height:46px;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:10px 12px;background:var(--tp-paper)}.tp-fitment-finder__search button{min-height:46px;border:1px solid var(--tp-accent-dark);border-radius:var(--tp-radius);padding:10px 16px;background:var(--tp-accent);color:var(--tp-paper);font-weight:900;cursor:pointer}.tp-fitment-finder__proof{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:2px 0 0;padding:0;list-style:none}.tp-fitment-finder__proof li{border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:13px 14px;background:var(--tp-paper)}.tp-fitment-finder__proof strong,.tp-fitment-finder__proof span{display:block}.tp-fitment-finder__proof span{margin-top:3px;color:var(--tp-muted);font-size:.92rem}.tp-trust{border-bottom:1px solid var(--tp-line);background:var(--tp-paper)}.tp-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--tp-line)}.tp-trust__item{background:var(--tp-paper);padding:20px}.tp-trust__item strong{display:block;margin-bottom:4px}.tp-trust__item span{color:var(--tp-muted);font-size:.92rem}.tp-confidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.tp-confidence-grid div{min-height:150px;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:18px;background:var(--tp-paper)}.tp-confidence-grid strong{display:block;margin-bottom:8px;font-size:1.05rem}.tp-confidence-grid span{display:block;color:var(--tp-muted)}.tp-customer-proof{background:var(--tp-paper)}.tp-install-guide{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 14px;align-items:center;margin-bottom:18px;border:1px solid var(--tp-line);border-left:4px solid var(--tp-accent);border-radius:var(--tp-radius);padding:14px 16px;background:var(--tp-panel)}.tp-install-guide strong,.tp-install-guide span{display:block}.tp-install-guide span{color:var(--tp-muted)}.tp-install-showcase{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.45fr);gap:16px;align-items:stretch}.tp-install-feature,.tp-install-card{min-width:0;min-height:100%;margin:0;overflow:hidden;border:1px solid var(--tp-line);border-radius:var(--tp-radius);background:var(--tp-paper);box-shadow:var(--tp-shadow)}.tp-install-feature{display:flex;flex-direction:column}.tp-install-feature img,.tp-install-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:var(--tp-panel)}.tp-install-feature img{flex:1 1 auto;min-height:300px}.tp-install-feature figcaption,.tp-install-card figcaption{display:grid;gap:6px;padding:14px}.tp-install-feature strong,.tp-install-feature span,.tp-install-card strong,.tp-install-card span{display:block}.tp-install-feature>figcaption>span:not(.tp-install-card__brand),.tp-install-card>figcaption>span:not(.tp-install-card__brand){color:var(--tp-muted);font-size:.92rem}.tp-install-card__brand{width:fit-content;border:1px solid var(--tp-line);border-radius:999px;padding:3px 8px;background:var(--tp-panel);color:var(--tp-ink);font-size:.76rem;font-weight:900;text-transform:uppercase}.tp-install-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.tp-install-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.tp-install-actions a{min-height:34px;display:inline-flex;align-items:center;border:1px solid var(--tp-accent-dark);border-radius:var(--tp-radius);padding:7px 10px;background:var(--tp-paper);color:var(--tp-accent-dark);font-size:.88rem;font-weight:900}.tp-install-actions a:hover{background:var(--tp-accent);color:var(--tp-paper);text-decoration:none}.tp-install-brand-routes{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:14px;align-items:center;margin-top:18px;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:16px;background:var(--tp-paper)}.tp-install-brand-routes strong,.tp-install-brand-routes span{display:block}.tp-install-brand-routes span{margin-top:3px;color:var(--tp-muted)}.tp-install-brand-routes nav{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.tp-install-brand-routes a{min-height:36px;display:inline-flex;align-items:center;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:8px 11px;background:var(--tp-panel);font-weight:900}.tp-install-brand-routes a:hover{border-color:var(--tp-accent);color:var(--tp-accent-dark);text-decoration:none}.tp-review-note{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;margin-top:18px;border:1px solid var(--tp-line);border-left:4px solid var(--tp-accent);border-radius:var(--tp-radius);padding:14px 16px;background:var(--tp-panel)}.tp-review-note span{color:var(--tp-muted)}.tp-review-note a{margin-left:auto;color:var(--tp-accent-dark);font-weight:900}.tp-brand-showcase{border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:22px;background:var(--tp-paper);box-shadow:var(--tp-shadow)}.tp-brand-showcase__bar{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:20px;align-items:end;margin-bottom:18px}.tp-brand-showcase__bar h3{margin:0;font-size:1.35rem}.tp-brand-showcase__bar p{margin:6px 0 0;color:var(--tp-muted)}.tp-brand-search label{display:block;margin-bottom:7px;font-size:.9rem;font-weight:800}.tp-brand-search div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.tp-brand-search input[type=search]{width:100%;min-height:46px;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:10px 12px;background:var(--tp-paper)}.tp-brand-search button{min-height:46px;border:1px solid var(--tp-accent-dark);border-radius:var(--tp-radius);padding:10px 16px;background:var(--tp-accent);color:var(--tp-paper);font-weight:800;cursor:pointer}.tp-brand-search input[type=search]:focus,.tp-brand-search button:focus{outline:3px solid rgba(0,95,204,.2);outline-offset:2px}.tp-brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tp-brand-card{position:relative;min-height:172px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:16px;background:var(--tp-panel);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.tp-brand-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--tp-accent);opacity:0;transition:opacity .16s ease}.tp-brand-card:hover{border-color:var(--tp-accent);box-shadow:0 12px 22px #1111111a;text-decoration:none;transform:translateY(-2px)}.tp-brand-card:hover:before{opacity:1}.tp-brand-card__top{display:flex;align-items:center;gap:11px}.tp-brand-card__badge{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--tp-radius);background:var(--tp-ink);color:var(--tp-paper);font-size:.82rem;font-weight:900}.tp-brand-card__name{font-size:1.08rem;font-weight:900;line-height:1.1}.tp-brand-card__models{display:block;margin:14px 0;color:var(--tp-muted);font-size:.95rem}.tp-brand-card__cta{display:block;margin-top:auto;color:var(--tp-accent-dark);font-weight:900}.tp-part-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--tp-line)}.tp-part-strip a{min-height:38px;display:inline-flex;align-items:center;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:8px 12px;background:var(--tp-paper);font-weight:800}.tp-part-strip a:hover{border-color:var(--tp-accent);text-decoration:none}.tp-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.tp-steps div{border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:18px;background:var(--tp-paper)}.tp-steps span{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--tp-accent);color:var(--tp-paper);font-weight:900;margin-bottom:12px}.tp-steps strong{display:block;margin-bottom:8px}.tp-steps p{margin:0;color:var(--tp-muted)}.tp-custom-cta{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:28px;background:#171717;color:var(--tp-paper)}.tp-custom-cta h2,.tp-custom-cta p{margin-top:0}.tp-custom-cta p{color:#d7dce1}.tp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.tp-product-card{border:1px solid var(--tp-line);border-radius:var(--tp-radius);overflow:hidden;background:var(--tp-paper);display:flex;flex-direction:column;min-height:100%}.tp-product-card:hover{box-shadow:var(--tp-shadow)}.tp-product-card__media{aspect-ratio:1 / 1;background:#eceff2;display:flex;align-items:center;justify-content:center}.tp-product-card__media img{width:100%;height:100%;object-fit:contain}.tp-product-card__body{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1}.tp-product-card h3{margin:0;font-size:1rem;line-height:1.25}.tp-price{font-weight:800}.tp-badge{display:inline-flex;align-items:center;width:fit-content;border:1px solid var(--tp-line);border-radius:999px;padding:3px 9px;color:var(--tp-muted);font-size:.78rem;font-weight:700}.tp-notice{border:1px solid var(--tp-line);border-left:4px solid var(--tp-accent);border-radius:var(--tp-radius);padding:14px 16px;background:#fffdfa;color:#383838}.tp-fitment-help{display:grid;gap:4px;margin:14px 0 16px;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:13px 14px;background:var(--tp-panel)}.tp-fitment-help span{color:var(--tp-muted)}.tp-fitment-help a{width:fit-content;font-weight:800;color:var(--tp-accent-dark)}.tp-product{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:42px;align-items:start}.tp-product__media{display:grid;gap:12px}.tp-product__main-gallery{display:grid}.tp-product__main-image,.tp-product__placeholder{border:1px solid var(--tp-line);border-radius:var(--tp-radius);background:var(--tp-panel);aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;overflow:hidden}.tp-product__main-image[hidden]{display:none}.tp-product__main-image img{width:100%;height:100%;object-fit:contain}.tp-product__main-image video,.tp-product__main-image iframe,.tp-product__video video,.tp-product__video iframe{width:100%;height:100%;border:0;display:block}.tp-product__thumbs{display:flex;gap:10px;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x proximity}.tp-product__thumb{flex:0 0 86px;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:0;background:var(--tp-panel);aspect-ratio:1 / 1;overflow:hidden;cursor:pointer;scroll-snap-align:start}.tp-product__thumb img{width:100%;height:100%;object-fit:contain}.tp-product__thumb span:not(.tp-visually-hidden){height:100%;display:flex;align-items:center;justify-content:center;padding:8px;color:var(--tp-muted);font-size:.78rem;font-weight:800;text-align:center;text-transform:capitalize}.tp-product__thumb:hover,.tp-product__thumb[aria-current=true]{border-color:var(--tp-accent);box-shadow:0 0 0 2px #d530212e}.tp-product__thumb:focus-visible{outline:3px solid rgba(0,95,204,.26);outline-offset:2px}.tp-product__thumbs::-webkit-scrollbar{height:8px}.tp-product__thumbs::-webkit-scrollbar-thumb{border-radius:999px;background:#aeb5bd}.tp-product__video{border:1px solid var(--tp-line);border-radius:var(--tp-radius);overflow:hidden;background:var(--tp-ink);aspect-ratio:16 / 9}.tp-media-note{border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:12px 14px;background:var(--tp-panel);color:var(--tp-muted);font-size:.92rem}.tp-product__info{position:sticky;top:96px}.tp-product h1{margin:0 0 12px;font-size:clamp(2rem,4vw,3.6rem);line-height:1.02}.tp-product__description{color:#33383f}.tp-product__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0 18px}.tp-product__facts div{border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:12px;background:var(--tp-panel)}.tp-product__facts span{display:block;color:var(--tp-muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.tp-product__facts strong{display:block;margin-top:4px;font-size:.95rem}.tp-what-ships{display:grid;gap:12px;margin:0 0 18px;border:1px solid var(--tp-line);border-left:4px solid var(--tp-check);border-radius:var(--tp-radius);padding:16px;background:#fbfdfb}.tp-what-ships h2{margin:0;font-size:1.2rem}.tp-what-ships p{margin:4px 0 0;color:var(--tp-muted)}.tp-what-ships dl{display:grid;gap:8px;margin:0}.tp-what-ships dl>div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;align-items:start}.tp-what-ships dt{color:var(--tp-muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.tp-what-ships dd{margin:0;color:#30363d}.tp-what-ships dd p,.tp-what-ships dd ul{margin:0}.tp-product__details{display:grid;gap:8px;margin:20px 0}.tp-product__details details{border:1px solid var(--tp-line);border-radius:var(--tp-radius);background:var(--tp-paper);overflow:hidden}.tp-product__details summary{min-height:44px;padding:11px 14px;cursor:pointer;font-weight:800;background:var(--tp-panel)}.tp-product__details details>div{padding:13px 14px;color:#33383f}.tp-product__details p{margin:0}.tp-form-row{display:grid;gap:8px;margin:18px 0}.tp-form-row label{font-weight:800}.tp-select,.tp-input{width:100%;min-height:44px;border:1px solid #aeb5bd;border-radius:var(--tp-radius);padding:10px 12px;background:var(--tp-paper)}.tp-product__checks{display:grid;gap:8px;margin:18px 0;padding:0;list-style:none}.tp-product__checks li:before{content:">";color:var(--tp-check);font-weight:900;margin-right:8px}.tp-checkout-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px;color:var(--tp-muted);font-size:.82rem;font-weight:800}.tp-checkout-proof span{border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:8px;background:var(--tp-panel);text-align:center}.tp-sticky-atc{display:none}.tp-collection-header,.tp-collection-hero{padding:52px 0 30px;border-bottom:1px solid var(--tp-line);background:var(--tp-paper)}.tp-collection-header h1,.tp-collection-hero h1{margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1.02}.tp-collection-header p:not(.tp-eyebrow){max-width:720px;margin:12px 0 0;color:var(--tp-muted)}.tp-collection-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:24px;align-items:end}.tp-collection-hero__description,.tp-collection-hero p{max-width:720px;margin:12px 0 0;color:var(--tp-muted)}.tp-collection-search{border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:16px;background:var(--tp-panel)}.tp-collection-search label,.tp-sort-form label{display:block;margin-bottom:7px;font-size:.9rem;font-weight:800}.tp-collection-search div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.tp-collection-search input[type=search],.tp-sort-form select{min-height:44px;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:9px 11px;background:var(--tp-paper)}.tp-collection-search button{min-height:44px;border:1px solid var(--tp-accent-dark);border-radius:var(--tp-radius);padding:9px 14px;background:var(--tp-accent);color:var(--tp-paper);font-weight:800;cursor:pointer}.tp-collection-search p{margin:10px 0 0;font-size:.9rem}.tp-collection-proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px}.tp-collection-proof span{min-height:88px;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:12px;background:var(--tp-panel);color:var(--tp-muted)}.tp-collection-proof strong{display:block;margin-bottom:4px;color:var(--tp-ink)}.tp-collection-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:18px}.tp-collection-toolbar strong,.tp-collection-toolbar span{display:block}.tp-collection-toolbar span{color:var(--tp-muted)}.tp-sort-form{min-width:210px}.tp-sort-form select{width:100%}.tp-empty-collection{grid-column:1 / -1;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:28px;background:var(--tp-panel)}.tp-empty-collection h2{margin:0 0 8px;font-size:1.35rem}.tp-empty-collection p{max-width:720px;margin:0 0 18px;color:var(--tp-muted)}.tp-empty-collection div{display:flex;flex-wrap:wrap;gap:10px}.tp-pagination{margin-top:32px}.tp-related-collections{margin-top:40px;border-top:1px solid var(--tp-line);padding-top:22px}.tp-related-collections h2{margin:0 0 14px;font-size:1.25rem}.tp-related-collections div{display:flex;flex-wrap:wrap;gap:8px}.tp-related-collections a{min-height:38px;display:inline-flex;align-items:center;border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:8px 12px;background:var(--tp-paper);font-weight:800}.tp-related-collections a:hover{border-color:var(--tp-accent);text-decoration:none}.tp-cart-table{width:100%;border-collapse:collapse}.tp-cart-table th,.tp-cart-table td{padding:14px 10px;border-bottom:1px solid var(--tp-line);text-align:left;vertical-align:top}.tp-cart-summary{margin-left:auto;max-width:390px;padding-top:24px}.tp-footer{border-top:1px solid var(--tp-line);background:#111;color:var(--tp-paper);padding:42px 0}.tp-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px}.tp-footer a,.tp-footer p{color:#d7dce1}.tp-footer__slogan{margin:16px 0 8px;color:var(--tp-paper)!important;font-size:1.05rem;font-weight:900}.tp-footer__logo{width:230px;height:auto;max-width:100%;padding:8px;border-radius:var(--tp-radius);background:var(--tp-paper)}@media(max-width:900px){.tp-header-inner{grid-template-columns:1fr;gap:12px;padding:14px 0}.tp-nav,.tp-header-actions{justify-content:flex-start}.tp-fitment-finder__grid{grid-template-columns:1fr}.tp-fitment-finder__proof{grid-template-columns:1fr 1fr 1fr}.tp-install-showcase{grid-template-columns:1fr}.tp-install-feature img{min-height:0}.tp-install-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tp-install-brand-routes{grid-template-columns:1fr}.tp-install-brand-routes nav{justify-content:flex-start}.tp-review-note a{margin-left:0}.tp-hero__inner{grid-template-columns:1fr;padding:64px 0 52px}.tp-hero__content{max-width:760px}.tp-hero__showcase{width:min(100%,720px);margin:0 auto}.tp-trust__grid,.tp-grid,.tp-confidence-grid,.tp-steps,.tp-product,.tp-footer__grid{grid-template-columns:1fr 1fr}.tp-contact{grid-template-columns:1fr}.tp-brand-showcase__bar{grid-template-columns:1fr;align-items:stretch}.tp-collection-hero__grid,.tp-collection-proof,.tp-brand-grid{grid-template-columns:1fr 1fr}.tp-marketplace-notice__grid{grid-template-columns:1fr}.tp-product__info{position:static}}@media(max-width:640px){.tp-container{width:min(100% - 24px,var(--tp-width))}.tp-hero{min-height:auto}.tp-hero__inner{width:min(100% - 24px,var(--tp-width));gap:30px;padding:50px 0 42px}.tp-hero__content{max-width:none}.tp-hero h1{font-size:2.55rem}.tp-hero__showcase{grid-template-columns:1fr 1fr;gap:10px}.tp-hero__product-card--primary,.tp-hero__product-card--offset,.tp-hero__product-card--secondary,.tp-hero__video-card{transform:none}.tp-hero__product-card--offset{aspect-ratio:1 / 1}.tp-fitment-finder{padding:28px 0}.tp-fitment-finder__search div,.tp-fitment-finder__proof,.tp-install-guide,.tp-install-grid,.tp-install-brand-routes{grid-template-columns:1fr}.tp-install-feature figcaption,.tp-install-card figcaption{padding:12px}.tp-review-note{display:grid}.tp-what-ships dl>div{grid-template-columns:1fr;gap:2px}.tp-sticky-atc{display:block}.tp-sticky-atc form{position:fixed;left:0;right:0;bottom:0;z-index:30;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;border-top:1px solid var(--tp-line);padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:var(--tp-paper);box-shadow:0 -10px 24px #1111111f}.tp-sticky-atc strong,.tp-sticky-atc span{display:block}.tp-sticky-atc strong{overflow:hidden;font-size:.86rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.tp-sticky-atc span{color:var(--tp-muted);font-weight:900}.tp-sticky-atc .tp-button{min-height:42px;padding:9px 12px;white-space:nowrap}.tp-section{padding:44px 0}.tp-section-heading{display:block}.tp-trust__grid,.tp-grid,.tp-confidence-grid,.tp-steps,.tp-custom-cta,.tp-product,.tp-footer__grid,.tp-brand-grid,.tp-brand-search div,.tp-contact,.tp-contact-form__grid,.tp-collection-hero__grid,.tp-collection-proof,.tp-collection-search div,.tp-checkout-proof{grid-template-columns:1fr}.tp-collection-toolbar{display:block}.tp-sort-form{min-width:0;margin-top:14px}.tp-brand-showcase{padding:16px}.tp-brand-card{min-height:150px}.tp-part-strip{display:grid;grid-template-columns:1fr}.tp-cart-table,.tp-cart-table tbody,.tp-cart-table tr,.tp-cart-table td{display:block;width:100%}.tp-cart-table thead{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/tightprints.css.map */
