
html body.ads-product-single,
html body.ads-product-single .site,
html body.ads-product-single #page{background:#fff !important}
.ads-product-page{max-width:1120px;margin:0 auto;padding:28px 24px 70px;color:#1f2933}
.ads-product-page *{box-sizing:border-box}
.ads-product-back{margin:0 0 24px;font-size:14px}
.ads-product-back a{text-decoration:none}
.ads-product-back a:hover{text-decoration:underline}
.ads-product-layout{display:grid;grid-template-columns:minmax(320px,480px) minmax(0,1fr);gap:56px;align-items:start}
.ads-product-image{width:100%;aspect-ratio:1/1;background:#fff;border:1px solid #ececec;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.04)}
.ads-product-image img{width:100%;height:100%;object-fit:contain;display:block}
.ads-product-title{font-size:clamp(30px,3.2vw,42px);font-weight:700;line-height:1.14;letter-spacing:-.02em;margin:0 0 14px;color:#111827}
.ads-product-brand{display:inline-block;margin:0 0 20px;padding:5px 10px;background:#f6f7f8;border:1px solid #e8eaed;border-radius:999px;font-size:12px;line-height:1.3;color:#4b5563}
.ads-product-intro{font-size:16px;line-height:1.7;margin:0 0 22px;color:#4b5563;max-width:680px}
.ads-product-cta{display:inline-block;padding:11px 19px;background:#fff;border:1px solid #174ea6;border-radius:6px;text-decoration:none;font-size:14px;font-weight:600;line-height:1.35;color:#174ea6;transition:background .15s ease,color .15s ease}
.ads-product-cta:hover{background:#174ea6;color:#fff}
.ads-product-section{margin-top:30px;padding-top:24px;border-top:1px solid #e8eaed}
.ads-product-section h2{font-size:20px;font-weight:650;line-height:1.3;margin:0 0 14px;color:#111827}
.ads-product-bullets{padding-left:20px;margin:0}
.ads-product-bullets li{margin:0 0 10px;line-height:1.6;font-size:15px;color:#374151}
.ads-product-bullets li:last-child{margin-bottom:0}
.ads-product-description{font-size:15px;line-height:1.7;color:#4b5563}
.ads-product-topics{display:flex;flex-wrap:wrap;gap:7px}
.ads-product-topic{display:inline-block;padding:5px 9px;border:1px solid #e1e4e8;border-radius:999px;background:#fff;font-size:11px;line-height:1.25;color:#59636e;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.ads-product-topic:hover{background:#f6f7f8;border-color:#cfd4da;color:#174ea6;text-decoration:none}
.ads-product-related{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.ads-product-related-card{text-decoration:none;color:#1f2933;display:block}
.ads-product-related-card:hover .ads-product-related-title{text-decoration:underline}
.ads-product-related-image{width:100%;aspect-ratio:1/1;object-fit:contain;background:#fff;border:1px solid #ececec;border-radius:8px;display:block}
.ads-product-related-title{display:block;margin-top:9px;font-size:13px;font-weight:600;line-height:1.4;color:#1f2933}
@media(max-width:850px){.ads-product-layout{grid-template-columns:1fr;gap:30px}.ads-product-page{padding:22px 18px 55px}.ads-product-image{max-width:560px;margin:0 auto}.ads-product-title{font-size:32px}}
@media(max-width:560px){.ads-product-related{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ads-product-title{font-size:29px}}