/* PMC pmc-shop-product */
.product-detail{padding:3rem 0 5rem;background:var(--off-white)}
.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}
.product-gallery{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(10,22,40,.08)}
.product-main{aspect-ratio:4/3;background:#eef1f6;overflow:hidden}
.product-main img{width:100%;height:100%;object-fit:cover;display:block}
.product-thumbs{display:flex;gap:.5rem;padding:1rem;overflow-x:auto;background:#f8f9fc;border-top:1px solid var(--gray-light)}
.product-thumb{border:none;background:none;padding:0;cursor:pointer;border-radius:8px;overflow:hidden;border:2px solid transparent;opacity:.65;width:72px;height:54px;flex-shrink:0}
.product-thumb.active,.product-thumb:hover{opacity:1;border-color:var(--blue)}
.product-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.product-info{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 24px rgba(10,22,40,.08)}
.product-info h1{font-family:var(--font-d);font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900;text-transform:uppercase;color:var(--navy);margin-bottom:.75rem;line-height:1.1}
.product-price{font-family:var(--font-d);font-size:2rem;font-weight:900;color:var(--blue);margin:1rem 0}
.product-price s{font-size:1.2rem;color:var(--gray);margin-right:.5rem}
.product-tag{display:inline-block;background:rgba(26,111,196,.1);color:var(--blue);font-family:var(--font-d);font-size:.78rem;font-weight:700;text-transform:uppercase;padding:.3rem .65rem;border-radius:4px;margin-bottom:.75rem}
.product-desc{color:var(--text-mid);line-height:1.7;margin-bottom:1.25rem;font-size:1rem}
.product-note{font-size:.9rem;color:var(--gray);margin-bottom:1.5rem;line-height:1.6}
.product-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}
.product-reviews{margin:1.5rem 0 0;padding-top:1.25rem;border-top:1px solid var(--gray-light)}
.product-reviews-head{font-family:var(--font-d);font-size:.85rem;font-weight:800;text-transform:uppercase;color:var(--navy);margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.product-reviews-head span{font-size:.72rem;color:var(--gray);font-family:var(--font-b);font-weight:500;text-transform:none}
.product-review{background:#f8f9fc;border-radius:10px;padding:1rem;margin-bottom:.65rem;border:1px solid var(--gray-light)}
.product-review:last-child{margin-bottom:0}
.product-review-stars{color:#f59e0b;font-size:.82rem;margin-bottom:.35rem}
.product-review-text{font-size:.88rem;color:var(--text-mid);line-height:1.55;margin-bottom:.65rem}
.product-review-author{display:flex;align-items:center;gap:.55rem}
.product-review-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:var(--font-d);font-weight:800;font-size:.72rem;flex-shrink:0}
.product-review-name{font-weight:700;font-size:.82rem;color:var(--navy)}
.product-review-source{font-size:.72rem;color:var(--gray)}
.product-extra{padding:0 0 4rem;background:var(--off-white)}
.product-extra-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}
.product-panel{background:#fff;border-radius:16px;padding:1.75rem 2rem;box-shadow:0 4px 24px rgba(10,22,40,.06)}
.product-panel h2{font-family:var(--font-d);font-size:1.15rem;font-weight:900;text-transform:uppercase;color:var(--navy);margin-bottom:1rem}
.product-specs{display:grid;gap:.85rem}
.product-spec{display:grid;grid-template-columns:140px 1fr;gap:.75rem;font-size:.92rem;line-height:1.5}
.product-spec dt{font-weight:700;color:var(--navy)}
.product-spec dd{color:var(--text-mid);margin:0}
.hull-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}
.hull-tag{background:rgba(26,111,196,.1);color:var(--blue);font-family:var(--font-d);font-size:.78rem;font-weight:700;text-transform:uppercase;padding:.35rem .7rem;border-radius:4px}
.hull-note{font-size:.88rem;color:var(--gray);line-height:1.6}
.install-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.install-step{text-align:center;padding:1rem .75rem;background:#f8f9fc;border-radius:12px;border:1px solid var(--gray-light)}
.install-step-num{width:36px;height:36px;border-radius:50%;background:var(--blue);color:#fff;font-family:var(--font-d);font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto .65rem}
.install-step strong{font-family:var(--font-d);font-size:.88rem;text-transform:uppercase;display:block;color:var(--navy);margin-bottom:.35rem}
.install-step p{font-size:.82rem;color:var(--text-mid);line-height:1.5;margin:0}
.product-video{position:relative;padding-bottom:56.25%;height:0;border-radius:12px;overflow:hidden;background:#000}
.product-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.product-faq details{border:1px solid var(--gray-light);border-radius:10px;margin-bottom:.5rem;background:#fff}
.product-faq summary{padding:1rem 1.15rem;font-weight:600;color:var(--navy);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}
.product-faq summary::-webkit-details-marker{display:none}
.product-faq summary::after{content:'+';font-family:var(--font-d);font-weight:900;color:var(--blue)}
.product-faq details[open] summary::after{content:'−'}
.product-faq p{padding:0 1.15rem 1rem;color:var(--text-mid);line-height:1.65;font-size:.92rem;margin:0}
.shipping-note{background:linear-gradient(135deg,#0a1628,#1a3a6b);color:#fff;border-radius:16px;padding:1.75rem 2rem}
.shipping-note h2{color:#fff;margin-bottom:.65rem}
.shipping-note p{color:rgba(255,255,255,.88);line-height:1.7;margin:0;font-size:.95rem}
.product-panel-full{grid-column:1/-1}
@media(max-width:900px){.product-layout{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr}.product-extra-grid{grid-template-columns:1fr}.install-steps{grid-template-columns:1fr}.product-spec{grid-template-columns:1fr;gap:.2rem}}
.sell-wa{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;padding:.85rem 1.25rem;border-radius:6px;font-family:var(--font-d);font-weight:700;font-size:.95rem;text-transform:uppercase;text-decoration:none;justify-content:center;width:100%}
.sell-wa svg{width:20px;height:20px;fill:currentColor}
.sell-buy-now{background:var(--blue)}
.sell-buy-now:hover{background:var(--blue-light)}
.sell-contact-dims{background:var(--navy)}
.sell-contact-dims:hover{background:var(--navy-mid)}
.product-back{display:inline-block;color:var(--blue);text-decoration:none;font-weight:600;margin-bottom:1.5rem;font-size:.92rem}
.related h2{font-family:var(--font-d);font-size:1.5rem;font-weight:900;text-transform:uppercase;color:var(--navy);margin-bottom:1.25rem}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.related-card{background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 4px 16px rgba(10,22,40,.06);transition:transform .2s}
.related-card:hover{transform:translateY(-2px)}
.related-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.related-card-body{padding:1rem}
.related-card-body strong{font-family:var(--font-d);font-size:.95rem;text-transform:uppercase;display:block;color:var(--navy)}
.related{padding:2rem 0 4rem}
