Descrição
.pdp-wrapper {
font-family: ‘Helvetica Neue’, Arial, sans-serif;
color: #1a1a1a;
background-color: #f7fbff;
margin: 0;
padding: 0 0.5cm;
box-sizing: border-box;
}
.pdp-wrapper *, .pdp-wrapper *::before, .pdp-wrapper *::after { box-sizing: border-box; }
.pdp-hero { background: #f7fbff; padding: 40px 0 32px; text-align: center; }
.pdp-hero h1 { font-size: 2rem; font-weight: 700; letter-spacing: -0.5px; margin: 0 0 16px; color: #111; }
.pdp-hero p { font-size: 1.05rem; color: #555; max-width: 860px; margin: 0 auto 28px; line-height: 1.7; }
.pdp-hero-video { width: 100%; max-width: 1100px; aspect-ratio: 16/9; border-radius: 12px; margin: 0 auto; overflow: hidden; }
.pdp-hero-video iframe { width: 100%; height: 100%; border-radius: 12px; border: none; display: block; }
.pdp-why { background: #f7fbff; padding: 48px 0; }
.pdp-why h2 { text-align: center; font-size: 1.6rem; font-weight: 700; margin: 0 0 32px; color: #111; letter-spacing: -0.3px; }
.pdp-feature-card {
display: flex;
align-items: stretch;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
margin-bottom: 20px;
max-width: 1100px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.pdp-feature-card.reverse { flex-direction: row-reverse; }
.pdp-feature-img {
flex: 0 0 50%;
width: 50%;
aspect-ratio: 1 / 1;
overflow: hidden;
margin: 0;
padding: 0;
line-height: 0;
font-size: 0;
display: block;
}
.pdp-feature-img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
margin: 0;
padding: 0;
vertical-align: top;
}
.pdp-feature-text {
flex: 1;
padding: 32px 36px;
display: flex;
flex-direction: column;
justify-content: center;
}
.pdp-feature-text .feature-num { font-size: 0.7rem; font-weight: 700; letter-spacing: 3px; color: #2a7fd4; text-transform: uppercase; margin-bottom: 8px; }
.pdp-feature-text h3 { font-size: 1.4rem; font-weight: 800; color: #111; margin: 0 0 12px; line-height: 1.3; border-left: 3px solid #2a7fd4; padding-left: 12px; }
.pdp-feature-text p { font-size: 0.95rem; color: #555; line-height: 1.75; margin: 0; }
/* Banner: 内容宽度与卡片一致(max-width: 1100px),文案与图片间距缩小 */
.pdp-banner { background: #ffffff; padding: 56px 0; text-align: center; }
.pdp-banner-inner { max-width: 1100px; margin: 0 auto; }
.pdp-banner-label { display: block; font-size: 0.72rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #2a7fd4; margin: 0 auto 10px; }
.pdp-banner-title { font-size: 1.75rem; font-weight: 700; color: #111; margin: 0 auto 14px; line-height: 1.35; letter-spacing: -0.3px; }
.pdp-banner-quote { font-size: 1.05rem; color: #555; margin: 0 auto 16px; line-height: 1.65; }
.pdp-banner-quote span { color: #2a7fd4; font-weight: 600; }
.pdp-banner-img { width: 100%; overflow: hidden; border-radius: 16px; }
.pdp-banner-img img { width: 100%; height: auto; display: block; border-radius: 16px; }
.pdp-specs { background: #f7fbff; padding: 48px 0; }
.pdp-specs h2 { text-align: center; font-size: 1.6rem; font-weight: 700; margin: 0 0 32px; color: #111; }
.pdp-tables { display: flex; gap: 24px; max-width: 1100px; margin: 0 auto; flex-wrap: wrap; }
.pdp-table-block { flex: 1; min-width: 280px; background: #ffffff; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); overflow: hidden; }
.pdp-table-block h3 { background: #f0f6ff; color: #1a6fc4; font-size: 0.95rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin: 0; padding: 16px 20px; border-bottom: 2px solid #d0e6f8; }
.pdp-table-block table { width: 100%; border-collapse: collapse; }
.pdp-table-block table tr:nth-child(even) { background: #f7fbff; }
.pdp-table-block table td { padding: 12px 20px; font-size: 0.9rem; color: #444; border-bottom: 1px solid #eaf3fb; vertical-align: top; }
.pdp-table-block table td:first-child { font-weight: 600; color: #111; width: 45%; }
.pdp-table-block table tr:last-child td { border-bottom: none; }
.pdp-faq { background: #f7fbff; padding: 48px 0 64px; }
.pdp-faq h2 { text-align: center; font-size: 1.6rem; font-weight: 700; margin: 0 0 32px; color: #111; }
.pdp-faq-list { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.pdp-faq-item { background: #ffffff; border-radius: 14px; box-shadow: 0 4px 16px rgba(0,0,0,0.07); overflow: hidden; border-left: 3px solid #2a7fd4; }
.pdp-faq-item summary { font-size: 1rem; font-weight: 700; color: #111; padding: 18px 22px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; user-select: none; }
.pdp-faq-item summary::-webkit-details-marker { display: none; }
.pdp-faq-item summary::after { content: ‘+’; font-size: 1.3rem; font-weight: 400; color: #2a7fd4; flex-shrink: 0; margin-left: 16px; }
.pdp-faq-item[open] summary::after { content: ‘−’; }
.pdp-faq-item summary:hover { background: #f7fbff; }
.pdp-faq-answer { padding: 14px 22px 18px; font-size: 0.93rem; color: #555; line-height: 1.75; border-top: 1px solid #eaf3fb; }
@media (max-width: 768px) {
.pdp-wrapper { padding: 0 16px; }
.pdp-hero { padding: 28px 0 24px; }
.pdp-hero h1 { font-size: 1.4rem; }
.pdp-hero p { font-size: 0.95rem; margin-bottom: 20px; }
.pdp-why { padding: 32px 0; }
.pdp-why h2 { font-size: 1.25rem; margin-bottom: 20px; }
.pdp-feature-card, .pdp-feature-card.reverse { flex-direction: column; }
.pdp-feature-img { flex: none; width: 100%; aspect-ratio: 1 / 1; }
.pdp-feature-text { flex: none; width: 100%; padding: 20px 20px 24px; }
.pdp-feature-text h3 { font-size: 1.15rem; }
.pdp-feature-text p { font-size: 0.9rem; }
.pdp-banner { padding: 36px 0; }
.pdp-banner-title { font-size: 1.3rem; }
.pdp-banner-quote { font-size: 0.95rem; margin-bottom: 12px; }
.pdp-banner-img { border-radius: 12px; }
.pdp-banner-img img { border-radius: 12px; }
.pdp-specs { padding: 32px 0; }
.pdp-specs h2 { font-size: 1.25rem; }
.pdp-tables { flex-direction: column; gap: 16px; }
.pdp-table-block { min-width: unset; }
.pdp-table-block table td { padding: 10px 14px; font-size: 0.85rem; }
.pdp-faq { padding: 32px 0 48px; }
.pdp-faq h2 { font-size: 1.25rem; }
.pdp-faq-item summary { font-size: 0.93rem; padding: 16px 18px; }
.pdp-faq-answer { font-size: 0.88rem; padding: 12px 18px 16px; }
}
TESERY Upgraded Pet Seat Cover for Tesla Model Y 2020-ON
Protect your interior. Comfort your companion. Engineered for Tesla Model Y with 600D waterproof Oxford fabric, a see-through mesh window, and a rigid base board — so every ride feels safe and serene for your pet.
Why Choose TESERY Pet Seat Cover?

Effective Interior Protection
Shields your car seats from scratches, mud, dust, and pet hair — keeping your Model Y’s interior pristine while giving your pet a comfortable, dedicated space to ride in style.

See-Through Mesh Window
The transparent mesh panel lets your pet maintain eye contact with you throughout the journey — reducing travel anxiety and keeping them calm, relaxed, and reassured.

600D Waterproof Oxford Fabric
Scratch-resistant and abrasion-proof, with a dual-layer waterproof coating that prevents moisture from ever reaching your seats — no matter how muddy the adventure gets.

Foldable Side Wings
Zip up the side flaps to instantly convert to hammock mode — providing 360° coverage that prevents paws from scratching door panels or your pet from escaping to the front seat.

Anti-Slip Silicone Base
Hundreds of silicone grip dots on the underside lock the cover firmly in place — zero shifting, zero bunching, even on sharp turns or sudden stops.

4 Large Storage Pockets
Four generously sized pockets expand your in-car storage — perfect for tablets, magazines, pet snacks, leashes, and all the essentials that come with traveling with your furry companion.

Upgraded Rigid Base Board Support
A firm internal board creates a flat, floor-like surface — preventing your pet from sinking into fabric folds and ensuring stable footing throughout the entire journey.
Specifications & Use Cases
Product Specifications
| Compatible Model | Tesla Model Y 2020-Present |
| Material | 600D Oxford Fabric |
| Waterproof | Dual-Layer Waterproof Coating |
| Base Support | Rigid Hard Board |
| Anti-Slip | Silicone Dot Base |
| Mesh Window | Yes — Transparent PVC Mesh |
| Side Wings | Yes — Zip-On Hammock Mode |
| Storage Pockets | 4 Large Capacity Pockets |
| Installation | Headrest Straps + Seat Anchors |
| Color | Black |
Ideal Use Cases
| Daily Commute | Keep seats clean from everyday pet hair and paw prints |
| Road Trips | Long-distance comfort with stable footing and mesh visibility |
| Vet Visits | Easy to wipe clean after muddy or stressful trips |
| Outdoor Adventures | Waterproof protection after hikes, beaches, or parks |
| Multi-Pet Travel | Spacious hammock mode accommodates multiple small pets |
| Rainy Days | Dual waterproof layers handle wet dogs with ease |














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