.product-detail-container{padding:2rem;background-color:#f8fafc;min-height:100vh;font-family:Inter,sans-serif}.product-card{background-color:#ffffff;border-radius:1rem;padding:2rem;box-shadow:0 6px 18px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;max-width:600px;margin:auto;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(0,0,0,.1)}.product-image{width:100%;max-width:280px;object-fit:contain;border-radius:.75rem;margin-bottom:1.5rem;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-info{text-align:center}.product-title{font-size:1.35rem;font-weight:600;margin-bottom:.75rem;color:#1f2937;line-height:1.4}.product-price{font-size:1.1rem;font-weight:600;color:#059669;margin-bottom:.5rem}.product-rating{margin:.3rem 0;font-size:1rem;color:#facc15}.product-carbon{font-size:.85rem;color:#6b7280;margin-top:.3rem;font-style:italic}.product-badge{font-size:.9rem;font-weight:500;margin-top:.3rem;color:#3b82f6;display:flex;align-items:center;justify-content:center;gap:.3rem}.not-found{color:#dc2626;font-size:1.35rem;text-align:center;margin-top:3rem;font-weight:600}