.product-detail-main{position:relative}.product-detail-main__container{display:flex;gap:2rem;position:relative;align-items:start}.product-detail-content{min-height:600px;width:100%;min-width:0}.product-detail__header{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.product-detail__image{display:flex;flex-direction:column;gap:1rem}.product-image-main{width:100%;height:340px;border-radius:24px;border:1px solid var(--border);background:linear-gradient(135deg,rgb(54 153 102 / .08),rgb(255 102 0 / .05));display:flex;align-items:center;justify-content:center;overflow:hidden}.product-detail__image img{width:100%;height:100%;object-fit:cover}.image-placeholder{color:var(--muted);width:100%;height:100%;font-size:1rem;text-align:center}.product-image-carousel{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center}.carousel-track{display:flex;gap:.75rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x proximity;padding:.25rem .5rem}.carousel-track::-webkit-scrollbar{height:6px}.carousel-track::-webkit-scrollbar-thumb{background:rgb(54 153 102 / .3);border-radius:999px}.carousel-item{flex:0 0 160px;height:100px;border-radius:16px;border:1px solid var(--border);background:var(--card);display:flex;align-items:center;justify-content:center;text-align:center;font-size:.85rem;color:var(--muted);cursor:pointer;overflow:hidden;scroll-snap-align:center;transition:all 0.3s ease}.carousel-item:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.carousel-item.active{border-color:var(--primary);background:rgb(54 153 102 / .08);color:var(--primary);font-weight:600}.carousel-btn{position:absolute;width:50px;height:50px;border-radius:50%;border:1px solid #fff0;background:#fff;color:var(--fg);font-size:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;box-shadow:0 12px 24px rgb(54 153 102 / .15);z-index:90}.carousel-btn.prev{left:0}.carousel-btn.next{right:0}.carousel-btn:hover{border-color:var(--primary);color:var(--primary);box-shadow:0 12px 30px rgb(54 153 102 / .3)}.product-detail__info{display:flex;flex-direction:column;gap:1.5rem}.product-detail__title{font-size:2rem;margin:0;color:var(--fg);font-weight:700}.product-detail__subtitle{font-size:1.1rem;color:var(--muted);line-height:1.6;margin:0}.product-detail__specs{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem;background:rgb(54 153 102 / .05);border-radius:16px}.spec-item{display:flex;flex-direction:column;gap:.5rem}.spec-label{font-size:.85rem;color:var(--muted);font-weight:500}.spec-value{font-size:1rem;color:var(--fg);font-weight:600}.product-detail__actions{display:flex;gap:1rem;flex-wrap:nowrap}.product-detail__section{margin-bottom:3rem}.section-title{font-size:1.5rem;margin:0 0 1.5rem;color:var(--fg);font-weight:600;padding-bottom:.75rem;border-bottom:2px solid var(--border)}.product-detail__section p{font-size:1rem;color:var(--muted);line-height:1.8;margin:0 0 1rem}.product-detail__section p:last-child{margin-bottom:0}.feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.feature-list li{padding:1.25rem;background:var(--card);border:1px solid var(--border);border-radius:16px;font-size:.95rem;line-height:1.7;color:var(--muted);transition:all 0.3s ease}.feature-list li:hover{border-color:var(--primary);background:rgb(54 153 102 / .03);transform:translateX(4px)}.feature-list li strong{color:var(--fg);font-weight:600;display:block;margin-bottom:.5rem}.specs-table{display:grid;gap:0;border:1px solid var(--border);border-radius:16px;overflow:hidden}.specs-row{display:grid;grid-template-columns:200px 1fr;border-bottom:1px solid var(--border)}.specs-row:last-child{border-bottom:none}.specs-cell{padding:1rem 1.5rem;font-size:.95rem}.specs-cell--label{background:rgb(54 153 102 / .05);color:var(--fg);font-weight:600;border-right:1px solid var(--border)}.specs-cell--value{color:var(--muted);background:var(--card)}.sidebar-contact{padding:1rem 0}.sidebar-contact p{font-size:.9rem;color:var(--muted);margin:0;line-height:1.6}.related-products{margin-top:2rem;border-radius:16px;padding:2rem;background:linear-gradient(135deg,rgb(54 153 102 / .12),rgb(255 102 0 / .1))}.related-products .section-head{margin-bottom:2rem}.related-products .section-head h2{font-size:2rem;margin:0;color:var(--fg);font-weight:600}.related-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width:1024px){.product-detail-main__container{grid-template-columns:1fr;gap:2rem}.product-detail__header{grid-template-columns:1fr;gap:2rem}.product-image-main{height:260px}.carousel-track{gap:.5rem}.carousel-item{flex:0 0 140px;height:90px}.related-products__grid{grid-template-columns:repeat(2,1fr)}}.product-item__image{height:auto}@media (max-width:768px){.product-banner{padding:6rem 1.5rem 3rem;height:auto;min-height:250px}.product-banner__content h1{font-size:2rem}.product-banner__content p{font-size:1rem}.product-detail-main{padding:0 0rem 3rem}.product-detail__specs{grid-template-columns:1fr}.specs-row{grid-template-columns:1fr}.specs-cell--label{border-right:none;border-bottom:1px solid var(--border)}.carousel-item{flex:0 0 120px;height:80px}.related-products{padding:0 1.5rem 3rem}.related-products__grid{grid-template-columns:1fr;gap:1.25rem}}h3:hover{text-decoration:none!important}