/* Shared layout for product detail pages (tools, wraps, films, care products...) */

.pd-page img { max-width: 100%; }
.pd-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---- Intro ---- */
.pd-intro { background: #1b1b1b; padding: 80px 0 60px; }
.pd-intro.light { background: #f7f7f7; }
.pd-intro p { font-size: 14px; line-height: 1.9; color: #ccc; }
.pd-intro.light p { color: #444; }
.pd-intro .pd-hero-img { width: 100%; aspect-ratio: 16/9; object-fit: contain; }

.pd-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; margin-top: 60px; }
.pd-badges .badge-item { text-align: center; width: 130px; }
.pd-badges .badge-item i { font-size: 30px; color: #fff; display: block; margin-bottom: 14px; }
.pd-intro.light .pd-badges .badge-item i { color: #1b1b1b; }
.pd-badges .badge-item span { font-size: 12px; color: #ddd; }
.pd-intro.light .pd-badges .badge-item span { color: #333; }

/* ---- Products ---- */
.pd-products { background: #1b1b1b; padding: 80px 0; }
.pd-products .pd-lead { color: #bbb; font-size: 15px; text-align: center; margin-top: -10px; margin-bottom: 45px; }
.pd-filter { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 35px; }
.pd-filter .cat-list a { display: block; color: #eee; font-size: 15px; margin-bottom: 6px; text-decoration: none; }
.pd-filter .cat-list a:hover { color: #d9571d; }
.pd-filter .series-select { background: #fff; border: none; border-radius: 4px; padding: 8px 16px; font-size: 14px; color: #1b1b1b; min-width: 160px; }

.pd-card { position: relative; background: #242424; border-radius: 8px; overflow: hidden; margin-bottom: 30px; }
.pd-card .thumb { width: 100%; aspect-ratio: 4/3; overflow: hidden; background: #2c2c2c; }
.pd-card .code { position: absolute; top: 14px; left: 16px; color: #fff; font-size: 13px; z-index: 2; text-shadow: 0 1px 3px rgba(0,0,0,.6); }
.pd-card .cap { background: rgba(255,255,255,.12); color: #fff; text-align: center; font-size: 14px; padding: 14px 10px; }

.pd-carousel { position: relative; }
.pd-carousel .owl-nav { position: absolute; top: 36%; left: 0; right: 0; display: flex; justify-content: space-between; pointer-events: none; margin: 0 -55px; }
.pd-carousel .owl-nav [class*="owl-"] { pointer-events: all; background: transparent; color: #fff; font-size: 28px; width: 40px; height: 40px; line-height: 36px; text-align: center; }

.pd-more { text-align: right; margin-top: 25px; }
.pd-more a { display: inline-flex; align-items: center; gap: 8px; background: #d9571d; color: #fff; padding: 10px 26px; border-radius: 4px; font-size: 15px; text-decoration: none; }

.pd-pager { display: flex; justify-content: flex-end; gap: 8px; margin-top: 20px; }
.pd-pager a { width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 13px; color: #ccc; background: #2e2e2e; border-radius: 3px; text-decoration: none; }
.pd-pager a.active { background: #d9571d; color: #fff; }

/* ---- Feature cards (window film) ---- */
.pd-feature { position: relative; border-radius: 10px; overflow: hidden; margin-bottom: 30px; min-height: 340px; }
.pd-feature .bg { position: absolute; inset: 0; }
.pd-feature .bg img { width: 100%; height: 100%; object-fit: cover; }
.pd-feature .overlay { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; height: 100%; min-height: 340px; padding: 32px; background: linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,.75) 100%); }
.pd-feature h4 { color: #fff; font-size: 30px; font-weight: 600; margin: 0; }
.pd-feature h4 sup { font-size: 18px; }
.pd-feature p { color: #eee; font-size: 14px; line-height: 1.7; margin: 0; }

/* ---- Why choose (product blurb) ---- */
.pd-why-product { background: #1b1b1b; padding: 80px 0; text-align: center; }
.pd-why-product p { color: #bbb; font-size: 14px; line-height: 1.9; margin-top: 35px; text-align: left; }

/* ---- Parameter table ---- */
.pd-params { background: #1b1b1b; padding: 60px 0 80px; }
.pd-table-wrap { overflow-x: auto; margin-top: 45px; }
.pd-table { width: 100%; min-width: 860px; border-collapse: collapse; }
.pd-table th { color: #d9571d; font-size: 18px; font-weight: 600; text-align: left; padding: 0 14px 14px; border-bottom: 2px solid #d9571d; white-space: nowrap; }
.pd-table td { color: #ddd; font-size: 14px; padding: 16px 14px; border-bottom: 1px solid #3a3a3a; }
.pd-table tbody tr:last-child td { border-bottom: 2px solid #d9571d; }
.pd-table .series-cell { color: #ccc; font-size: 14px; border-bottom: 2px solid #d9571d; vertical-align: middle; }
.pd-table .warranty-cell { color: #ccc; font-size: 22px; border-bottom: 2px solid #d9571d; vertical-align: middle; white-space: nowrap; }
.pd-table .dot:before { content: ''; display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #d9571d; margin-right: 10px; vertical-align: middle; }

/* ---- FAQ ---- */
.pd-faq { background: #1b1b1b; padding: 40px 0 80px; }
.pd-faq .faq-item { margin-bottom: 32px; }
.pd-faq .faq-item h5 { color: #fff; font-size: 18px; font-weight: 400; margin-bottom: 12px; }
.pd-faq .faq-item p { color: #bbb; font-size: 13px; line-height: 1.8; margin: 0; }
.pd-dealer { text-align: center; margin-top: 55px; }
.pd-dealer a { display: inline-block; border: 1px solid #777; color: #fff; padding: 10px 30px; border-radius: 4px; font-size: 14px; text-decoration: none; }
.pd-dealer a:hover { border-color: #d9571d; color: #d9571d; }
.pd-dealer p { color: #999; font-size: 13px; margin-top: 16px; }

/* ---- Why choose us (brand blurb, matches brand/factory pages) ---- */
.pd-heading { font-family: 'Outfit', sans-serif; font-size: 42px; font-weight: 600; color: #1b1b1b; text-transform: uppercase; margin-bottom: 0; letter-spacing: 6px; }
.pd-heading.white { color: #fff; }

.pd-why { background: #1b1b1b; padding: 100px 0; }
.pd-why p { font-size: 15px; line-height: 1.9; color: #ccc; margin-top: 25px; }
/* Proportions taken 1:1 from the design: big 981x951, each stacked image 871x454,
   column gap 59 / row gap 43. Fixed aspect-ratios let the row gap resolve to the
   design's 4.5% of column height at any container width. */
.pd-why-imgs { display: flex; column-gap: 3.1%; }
.pd-why-imgs .big { flex: 1.126; aspect-ratio: 103/100; overflow: hidden; border-radius: 30px; }
.pd-why-imgs .stack { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.pd-why-imgs .stack > div { aspect-ratio: 192/100; overflow: hidden; border-radius: 30px; }
.pd-why-imgs img { border-radius: 30px; }

@media (max-width: 767px) {
    .pd-heading { font-size: 28px; letter-spacing: 2px; }
    .pd-why-imgs { margin-top: 30px; }
    .pd-badges { gap: 25px; margin-top: 40px; }
    .pd-badges .badge-item { width: 90px; }
    .pd-feature, .pd-feature .overlay { min-height: 260px; }
    .pd-feature h4 { font-size: 22px; }
    .pd-carousel .owl-nav { margin: 0; }
}
