.product-detail-page{padding:2rem;background:#0f0f0f;color:white;font-family:Segoe UI,sans-serif;line-height:1.6}.breadcrumb{color:#aaa;font-size:.9rem;margin-bottom:1.5rem}.breadcrumb a{color:#ddd;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.product-main{display:flex;flex-wrap:wrap;gap:2rem}.product-gallery{flex:1;min-width:320px}.main-image{width:100%;border-radius:10px;border:1px solid #333}.thumbnail-row{display:flex;gap:.5rem;margin-top:1rem}.thumbnail-row img{width:60px;height:60px;border:2px solid #444;border-radius:5px;cursor:pointer;transition:border .2s ease}.thumbnail-row img:hover{border-color:#ff4444}.product-info{flex:1;min-width:320px}.tags{display:flex;gap:.5rem;margin-bottom:1rem}.tag{font-size:.75rem;padding:.3rem .6rem;border-radius:5px;color:white}.tag.green{background:#228b22}.tag.red{background:#ff3333}.product-title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.rating{margin:.3rem 0}.rating span{color:#aaa}.price{font-size:1.6rem;color:#ff4444;margin:1rem 0;font-weight:700}.spec-box{background:#1a1a1a;padding:1rem;border-radius:8px;margin:1.5rem 0}.spec-box h3{margin-bottom:.8rem}.spec-box ul{list-style:none;padding-left:0}.spec-box li{margin-bottom:.4rem}.description{margin:1.5rem 0;color:#ccc}.buttons{display:flex;gap:1rem;margin:1.5rem 0;flex-wrap:wrap}button.red{background:#ff3333;color:white;padding:.6rem 1.4rem;border:none;border-radius:5px;cursor:pointer;transition:background .2s ease}button.red:hover{background:#cc0000}button.outline{background:transparent;border:1px solid #555;color:white;padding:.6rem 1.4rem;border-radius:5px;cursor:pointer;transition:border .2s ease,color .2s ease}button.outline:hover{border-color:#ff4444;color:#ff4444}.warning-box{background:#4c3300;color:#ffcc66;padding:1rem;margin-top:1.5rem;border-radius:5px;font-size:.9rem;line-height:1.4}.related-products{margin-top:4rem;margin-bottom:2rem;padding-bottom:2rem}.related-products h2{text-align:center;color:#fff;margin-bottom:2.5rem;font-size:1.8rem;font-weight:700;letter-spacing:1px}.product-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;max-width:1200px;margin:0 auto}.product-card{background:#1a1a1a;padding:1.2rem;width:220px;border-radius:10px;text-align:center;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #2a2a2a;cursor:pointer}.product-card:hover{transform:translateY(-6px);box-shadow:0 6px 16px rgba(255,68,68,.2);border-color:#ff4444}.product-card img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:.8rem;border:1px solid #333}.product-card h4{color:white;margin-bottom:.5rem;font-size:1rem;line-height:1.3;min-height:2.6em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.product-card p{color:#aaa;font-size:.85rem;margin:.3rem 0}.product-card .price{color:#ff4444;font-weight:700;margin-top:.6rem;font-size:1.1rem}@media (max-width:768px){.product-main{flex-direction:column}.product-gallery,.product-info{min-width:100%}}