@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.product-detail-page{min-height:100vh;background:#f8f9fa}.product-detail-content{padding:3rem 0}.product-detail-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.product-image-gallery{display:flex;flex-direction:column;align-items:center}.product-image-gallery img{width:100%;max-width:500px;height:auto;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.product-details{display:flex;flex-direction:column}.product-category{color:#c62828;font-size:.9rem;font-weight:600;text-transform:uppercase;margin-bottom:.5rem}.product-name{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem;line-height:1.2}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.product-rating .stars{display:flex;gap:2px}.product-rating .star{color:#ddd}.product-rating .star.filled{color:#ffc107;fill:#ffc107}.product-rating .rating-text{font-size:.9rem;color:#666}.product-price{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem}.current-price{font-size:2rem;font-weight:700;color:#333}.original-price{font-size:1.2rem;color:#999;text-decoration:line-through}.discount-percentage{background:#c62828;color:white;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600}.product-description{color:#555;line-height:1.7;margin-bottom:2rem}.product-features{margin-bottom:2rem}.product-features h3{font-size:1.2rem;color:#333;margin-bottom:1rem}.product-features ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.product-features li{color:#666;font-size:.95rem}.product-actions{display:flex;gap:1rem;margin-top:auto}.product-actions .add-to-cart{flex:1}.product-actions .add-to-cart,.product-actions .wishlist-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem}.out-of-stock-message{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;padding:1rem;border-radius:8px;margin-top:1.5rem;font-weight:500;text-align:center}.product-not-found{text-align:center;padding:5rem 0}.product-not-found h2{font-size:2rem;color:#c62828;margin-bottom:1rem}.product-not-found p{font-size:1.1rem;color:#666;margin-bottom:2rem}.product-detail-loading{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.product-image-loading{align-items:center}.product-image-loading,.product-info-loading{display:flex;flex-direction:column}@media (max-width:992px){.product-detail-grid,.product-detail-loading{grid-template-columns:1fr;gap:2rem}.product-image-gallery img{max-width:100%}.product-details{padding-top:0}.product-actions{flex-direction:column}.product-features ul{grid-template-columns:1fr}}