@import 'product_detail.css';

/* Style 6: Hero Banner - Product as an ecosystem */
.view-6 {
    max-width: 100%;
    padding: 0;
}

.view-6 .product-gallery {
    width: 100%;
    height: 70vh;
    position: relative;
    top: 0;
}

.view-6 .main-image {
    height: 100%;
    border-radius: 0;
    margin: 0;
}

.view-6 .product-details {
    padding: 4rem 10%;
    background: #111;
    margin-top: 1px;
    z-index: 10;
    position: relative;
    border-radius: 50px 50px 0 0;
    box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.5);
}

.view-6 .thumbnails {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}