.product-detail-loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;display:flex}.product-detail-loading .loading-spinner{border:4px solid #e5e7eb;border-top-color:currentColor;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-detail-loading p{color:#6b7280;font-size:1rem}.product-detail-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:50vh;padding:2rem;display:flex}.product-detail-error svg{color:#9ca3af}.product-detail-error h2{color:#1f2937;margin:0;font-size:1.5rem}.product-detail-error p{color:#6b7280;margin:0}.product-detail-error .back-link{margin-top:1rem;font-weight:500;text-decoration:none}.product-detail-error .back-link:hover{text-decoration:underline}.product-detail-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.product-breadcrumb{align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;display:flex}.product-breadcrumb a{color:#6b7280;text-decoration:none;transition:color .2s}.product-breadcrumb a:hover{color:#111827}.product-breadcrumb .separator{color:#d1d5db}.product-breadcrumb .current{color:#111827;font-weight:500}.product-detail-content{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.product-image-section{position:relative}.product-main-image{object-fit:cover;aspect-ratio:4/3;border-radius:16px;width:100%;box-shadow:0 4px 20px #00000014}.product-image-placeholder{aspect-ratio:4/3;border-radius:16px;justify-content:center;align-items:center;width:100%;display:flex}.discount-badge{color:#fff;background:#ef4444;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;position:absolute;top:1rem;left:1rem}.product-info-section{flex-direction:column;gap:1rem;display:flex}.product-type-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;width:fit-content;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.product-title{color:#111827;margin:0;font-size:2rem;font-weight:700;line-height:1.2}.product-rating{align-items:center;gap:.5rem;display:flex}.product-rating .stars{color:#fbbf24;letter-spacing:2px;font-size:1.25rem}.product-rating .rating-value{color:#111827;font-weight:600}.product-rating .review-count{color:#6b7280;font-size:.875rem}.product-price-section{align-items:center;gap:1rem;margin:.5rem 0;display:flex}.product-price-section .current-price{color:#111827;font-size:2rem;font-weight:700}.product-price-section .original-price{color:#9ca3af;font-size:1.25rem;text-decoration:line-through}.product-short-desc{color:#4b5563;margin:0;font-size:1.0625rem;line-height:1.6}.purchase-button{color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.purchase-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.purchase-button:disabled{opacity:.7;cursor:not-allowed}.button-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}.file-info{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;gap:1.5rem;padding:1rem 0;display:flex}.file-info span{color:#6b7280;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.file-info svg{color:#9ca3af}.guarantee-section{color:#166534;background:#f0fdf4;border-radius:8px;align-items:center;gap:.75rem;padding:1rem;font-size:.9375rem;font-weight:500;display:flex}.product-description-section{background:#fff;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 10px #0000000a}.product-description-section h2{color:#111827;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.description-content p{color:#4b5563;margin-bottom:1rem;line-height:1.8}.description-content p:last-child{margin-bottom:0}.product-features-section{background:#fff;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 10px #0000000a}.product-features-section h2{color:#111827;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.features-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.features-list li{background:#f9fafb;border-radius:12px;gap:1rem;padding:1rem;display:flex}.features-list li svg{flex-shrink:0;margin-top:.125rem}.features-list li strong{color:#111827;margin-bottom:.25rem;display:block}.features-list li p{color:#6b7280;margin:0;font-size:.9375rem}.product-cta-section{text-align:center;background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border-radius:16px;padding:3rem 2rem}.product-cta-section h3{color:#111827;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.product-cta-section p{color:#4b5563;margin:0 0 1.5rem}.cta-purchase-button{color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.cta-purchase-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.cta-purchase-button:disabled{opacity:.7;cursor:not-allowed}@media (max-width:768px){.product-detail-container{padding:1rem}.product-detail-content{grid-template-columns:1fr;gap:2rem}.product-title,.product-price-section .current-price{font-size:1.5rem}.product-description-section,.product-features-section{padding:1.5rem}}@media (prefers-color-scheme:dark){.product-detail-loading p{color:#94a3b8}.product-detail-loading .loading-spinner{border-color:#334155}.product-detail-error h2{color:#f1f5f9}.product-detail-error p,.product-breadcrumb a{color:#94a3b8}.product-breadcrumb a:hover{color:#f1f5f9}.product-breadcrumb .separator{color:#475569}.product-breadcrumb .current{color:#f1f5f9}.product-main-image{box-shadow:0 4px 20px #0000004d}.product-title,.product-rating .rating-value{color:#f1f5f9}.product-rating .review-count{color:#94a3b8}.product-price-section .current-price{color:#f1f5f9}.product-price-section .original-price{color:#64748b}.product-short-desc{color:#cbd5e1}.file-info{border-color:#334155}.file-info span{color:#94a3b8}.guarantee-section{color:#86efac;background:#22c55e1a}.product-description-section,.product-features-section{background:#1e293b;box-shadow:0 2px 10px #0003}.product-description-section h2,.product-features-section h2{color:#f1f5f9}.description-content p{color:#cbd5e1}.features-list li{background:#0f172a}.features-list li strong{color:#f1f5f9}.features-list li p{color:#94a3b8}.product-cta-section{background:linear-gradient(135deg,#22c55e1a 0%,#10b9811a 100%)}.product-cta-section h3{color:#f1f5f9}.product-cta-section p{color:#cbd5e1}}
