.product-detail{padding:40px 0;font-family:Poppins,sans-serif}.breadcrumb{margin-bottom:25px;color:#666;font-size:.9rem}.breadcrumb a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:var(--accent-color)}.breadcrumb span{color:#999}.product-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:60px}.product-gallery{position:-webkit-sticky;position:sticky;top:40px;align-self:start}.main-image{width:100%;height:450px;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);position:relative;background-color:#f8f8f8}.main-image img{transition:transform .5s ease}.main-image:hover img{transform:scale(1.05)}.zoom-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:200%;background-repeat:no-repeat;pointer-events:none}.main-image.zoomed{cursor:crosshair}.zoom-hint{position:absolute;bottom:12px;right:12px;background-color:rgba(0,0,0,.7);color:#fff;padding:6px 12px;border-radius:20px;font-size:.75rem;opacity:0;transition:opacity .3s ease}.main-image:hover .zoom-hint{opacity:1}.thumbnail-gallery{display:flex;gap:12px;margin-top:15px;overflow-x:auto;padding-bottom:5px}.thumbnail{width:80px;height:80px;border-radius:10px;overflow:hidden;cursor:pointer;opacity:.6;transition:all .3s ease;border:2px solid transparent;position:relative;flex-shrink:0}.thumbnail:hover{opacity:.9;transform:translateY(-2px)}.thumbnail.active{opacity:1;border-color:var(--accent-color);box-shadow:0 4px 12px rgba(231,107,60,.3)}.back-button{background-color:transparent;color:var(--primary-color);border:none;padding:0;margin-bottom:20px;font-size:.95rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:5px}.back-button:hover{color:var(--accent-color);transform:translateX(-5px)}.product-info h1{color:var(--primary-color);margin-bottom:15px;font-size:2rem;font-weight:700;line-height:1.3}.product-meta{background:linear-gradient(135deg,#fff8f0,#faf5f0);padding:20px;border-radius:12px;margin-bottom:25px;border:1px solid rgba(139,69,19,.1)}.meta-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.05);font-size:.95rem}.meta-item:last-child{border-bottom:none}.meta-label{font-weight:600;color:var(--text-color)}.meta-value{color:var(--accent-color);font-weight:500}.meta-item.price{margin-top:10px;padding-top:15px;border-top:2px dashed rgba(139,69,19,.2)}.meta-item.price .meta-value{font-size:1.6rem;font-weight:700;color:#8b4513}.product-description{margin-bottom:25px}.product-description h2{color:var(--primary-color);margin-bottom:12px;font-size:1.3rem;font-weight:600}.product-description p{line-height:1.7;color:#555;font-size:1rem}.product-actions{display:flex;flex-direction:column;gap:15px}.primary-action{display:flex;gap:12px;margin-top:10px}.wishlist-button{width:50px;height:50px;border-radius:50%;background-color:#f8f8f8;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.wishlist-button:hover{background-color:#fff5f0;border-color:#8b4513;color:#e74c3c}.request-button{flex:1 1;padding:14px 20px;font-size:1rem;text-align:center;border-radius:25px;background:linear-gradient(135deg,#8b4513,#6b3410);color:#fff;border:none;cursor:pointer;transition:all .3s ease;font-weight:600}.request-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(139,69,19,.4)}.social-share{display:flex;align-items:center;gap:12px;padding-top:15px;border-top:1px solid rgba(0,0,0,.05)}.social-share span{font-weight:500;color:#666;font-size:.9rem}.share-buttons{display:flex;gap:8px}.share-button{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;transition:all .3s ease;font-size:.85rem}.share-button:hover{transform:translateY(-2px)}.share-button.facebook{background-color:#3b5998}.share-button.twitter{background-color:#1da1f2}.share-button.pinterest{background-color:#bd081c}.related-products{margin-top:50px}.related-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.related-products h2{color:var(--primary-color);margin:0;font-size:1.5rem;font-weight:700}.view-all-link{color:var(--accent-color);text-decoration:none;font-weight:500;font-size:.9rem;display:flex;align-items:center;gap:5px;transition:gap .3s ease}.view-all-link:hover{gap:10px}.related-scroll{display:flex;gap:20px;overflow-x:auto;padding:10px 5px;scroll-snap-type:x mandatory}.related-scroll::-webkit-scrollbar{height:6px}.related-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.related-scroll::-webkit-scrollbar-thumb{background:#8b4513;border-radius:10px}.related-card{flex:0 0 260px;scroll-snap-align:start;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s ease;text-decoration:none;color:inherit}.related-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.12)}.related-card .art-image{height:180px}.related-card .art-info{padding:15px}.related-card .art-info h3{font-size:1rem;margin-bottom:5px}.related-card .art-price{font-size:1.1rem;margin-bottom:10px}.not-found{text-align:center;padding:60px 0}.not-found h1{color:var(--primary-color);margin-bottom:15px;font-size:1.8rem}.not-found p{margin-bottom:25px;color:#666}.not-found-actions{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}@media (max-width:992px){.product-detail{padding:30px 0}.product-content{grid-template-columns:1fr;gap:30px}.product-gallery{position:static}.main-image{height:400px}.product-info h1{font-size:1.6rem}}@media (max-width:768px){.product-detail{padding:20px 0}.breadcrumb{font-size:.85rem}.main-image{height:350px}.thumbnail{width:70px;height:70px}.product-meta{padding:15px}.meta-item{font-size:.9rem;padding:8px 0}.product-description h2{font-size:1.2rem}.related-products h2{font-size:1.3rem}.related-card{flex:0 0 220px}}@media (max-width:480px){.product-detail{padding:15px 0}.main-image{height:280px;border-radius:12px}.thumbnail-gallery{gap:8px}.thumbnail{width:60px;height:60px}.meta-item.price .meta-value,.product-info h1{font-size:1.4rem}.related-scroll{gap:15px}.related-card{flex:0 0 200px}.related-card .art-image{height:150px}}