Descrição
@import url(‘https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap’);
.ts-pdp-wrap * {
box-sizing: border-box;
font-family: ‘Montserrat’, sans-serif;
}
.ts-pdp-wrap {
max-width: 100%;
margin: 0 auto;
color: #1a1a1a;
line-height: 1.6;
}
/* Hero */
.ts-hero {
background: #ffffff;
border-bottom: 2px solid #0065b3;
padding: 56px 0 44px;
text-align: center;
margin-bottom: 56px;
}
.ts-hero-eyebrow {
font-size: 11px;
font-weight: 600;
letter-spacing: 3px;
text-transform: uppercase;
color: #0065b3;
margin-bottom: 14px;
}
.ts-hero-title {
font-size: 34px;
font-weight: 700;
color: #111111;
margin: 0 0 18px;
line-height: 1.2;
}
.ts-hero-sub {
font-size: 15px;
color: #555;
max-width: 600px;
margin: 0 auto;
}
/* Alert / Note */
.ts-alert {
background: #fffbf0;
border-left: 3px solid #f59e0b;
border-radius: 8px;
padding: 14px 18px;
font-size: 13px;
color: #6b4c00;
margin-bottom: 14px;
}
.ts-note {
background: #f0f6ff;
border-left: 3px solid #0065b3;
border-radius: 8px;
padding: 14px 18px;
font-size: 13px;
color: #003d6b;
margin-bottom: 56px;
}
/* Section */
.ts-section {
margin-bottom: 72px;
}
.ts-section-eyebrow {
font-size: 11px;
font-weight: 600;
letter-spacing: 3px;
text-transform: uppercase;
color: #0065b3;
margin-bottom: 10px;
text-align: center;
}
.ts-section-title {
font-size: 30px;
font-weight: 700;
color: #111;
margin: 0 0 12px;
text-align: center;
}
.ts-section-sub {
font-size: 14px;
color: #666;
margin-bottom: 36px;
text-align: center;
}
/* Image-Text Selling Points */
.ts-imgtext-item {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
align-items: center;
margin-bottom: 24px;
background: #ffffff;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
.ts-imgtext-item.reverse {
direction: rtl;
}
.ts-imgtext-item.reverse > * {
direction: ltr;
}
.ts-imgtext-img {
width: 100%;
display: block;
object-fit: cover;
aspect-ratio: 1 / 1;
border-radius: 16px;
}
.ts-imgtext-content {
padding: 40px 44px;
}
.ts-imgtext-num {
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: #0065b3;
margin-bottom: 12px;
}
.ts-imgtext-title {
font-size: 19px;
font-weight: 700;
color: #111;
margin-bottom: 14px;
line-height: 1.3;
}
.ts-imgtext-desc {
font-size: 13px;
color: #555;
line-height: 1.75;
}
/* Kit Options */
.ts-kit-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 36px;
}
.ts-kit-card {
background: #ffffff;
border-radius: 16px;
padding: 36px 20px;
text-align: center;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
display: flex;
flex-direction: column;
align-items: center;
}
.ts-kit-card.featured {
background: #f4f9ff;
box-shadow: 0 4px 20px rgba(0,101,179,0.12);
border: 2px solid #0065b3;
}
.ts-kit-badge {
display: inline-block;
background: #0065b3;
color: #fff;
font-size: 10px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: 4px 12px;
border-radius: 20px;
margin-bottom: 14px;
}
.ts-kit-pcs {
font-size: 48px;
font-weight: 700;
color: #0065b3;
line-height: 1;
margin-bottom: 2px;
}
.ts-kit-unit {
font-size: 12px;
font-weight: 600;
color: #0065b3;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 18px;
}
.ts-kit-divider {
width: 32px;
height: 2px;
background: #e0e0e0;
margin: 0 auto 18px;
border-radius: 2px;
}
.ts-kit-card.featured .ts-kit-divider {
background: #0065b3;
opacity: 0.3;
}
.ts-kit-coverage {
font-size: 12px;
color: #555;
line-height: 1.7;
}
/* Location Images Row */
.ts-location-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.ts-location-card {
text-align: center;
}
.ts-location-img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 14px;
display: block;
margin-bottom: 12px;
}
.ts-location-label {
font-size: 12px;
font-weight: 600;
color: #333;
text-transform: uppercase;
letter-spacing: 1px;
}
/* Install Steps */
.ts-steps {
margin-bottom: 0;
}
.ts-step {
display: flex;
gap: 20px;
margin-bottom: 16px;
align-items: flex-start;
background: #ffffff;
border-radius: 12px;
padding: 28px;
box-shadow: 0 1px 8px rgba(0,0,0,0.05);
}
.ts-step-num {
flex-shrink: 0;
width: 36px;
height: 36px;
background: #0065b3;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 700;
}
.ts-step-content-title {
font-size: 15px;
font-weight: 700;
color: #1a1a1a;
margin-bottom: 6px;
}
.ts-step-content-desc {
font-size: 13px;
color: #555;
line-height: 1.6;
}
/* FAQ Accordion */
.ts-faq-title {
font-size: 30px;
font-weight: 700;
color: #111;
margin-bottom: 24px;
text-align: center;
}
.ts-faq-item {
background: #ffffff;
border-radius: 12px;
margin-bottom: 14px;
overflow: hidden;
box-shadow: 0 1px 6px rgba(0,0,0,0.06);
}
.ts-faq-toggle {
display: none;
}
.ts-faq-label {
display: flex;
justify-content: space-between;
align-items: center;
padding: 24px 28px;
cursor: pointer;
font-size: 16px;
font-weight: 600;
color: #1a1a1a;
user-select: none;
gap: 12px;
min-height: 76px;
}
.ts-faq-label-text {
display: flex;
align-items: baseline;
gap: 10px;
flex: 1;
}
.ts-faq-qnum {
font-size: 13px;
font-weight: 700;
color: #0065b3;
letter-spacing: 1px;
flex-shrink: 0;
}
.ts-faq-label::after {
content: ‘+’;
font-size: 24px;
font-weight: 300;
color: #0065b3;
flex-shrink: 0;
line-height: 1;
}
.ts-faq-toggle:checked + .ts-faq-label::after {
content: ‘−’;
}
.ts-faq-body {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
font-size: 14px;
color: #666;
line-height: 1.7;
padding: 0 28px;
}
.ts-faq-anum {
font-size: 13px;
font-weight: 700;
color: #0065b3;
letter-spacing: 1px;
margin-right: 6px;
}
.ts-faq-toggle:checked ~ .ts-faq-body {
max-height: 300px;
padding: 0 28px 24px;
}
@media (max-width: 640px) {
.ts-hero { padding: 36px 16px 28px; margin-bottom: 36px; }
.ts-hero-title { font-size: 26px; }
.ts-section { margin-bottom: 48px; }
.ts-section-title { font-size: 22px; }
.ts-faq-title { font-size: 22px; }
.ts-imgtext-item { grid-template-columns: 1fr; }
.ts-imgtext-item.reverse { direction: ltr; }
.ts-imgtext-content { padding: 24px; }
.ts-kit-grid { grid-template-columns: 1fr; gap: 12px; }
.ts-location-grid { gap: 10px; }
.ts-faq-label { font-size: 14px; padding: 18px 20px; }
.ts-faq-body { padding: 0 20px; }
.ts-faq-toggle:checked ~ .ts-faq-body { padding: 0 20px 18px; }
}
Four Colors. One Perfect Glow.
Plug-and-play footwell LED lights engineered for Tesla Model 3, Y, S & X — no wiring, no tools, just instant ambiance.
Why Drivers Love It
Four reasons this is the most popular interior lighting upgrade for Tesla owners.
Choose Your Coverage
From essential footwell lighting to a full cabin transformation — pick the kit that fits your needs.
Front + Rear
Glove Compartment
Front Trunk · Rear Trunk
3 Steps to a Transformed Cabin
No professional installation needed. All you need is a small flat-head screwdriver.














Avaliações
Ainda não existem avaliações.