@import 'product_detail.css';

/* Style 7: Cinematic Split - Balanced 50/50 */
.view-7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
    max-width: 100%;
}

.view-7 .product-gallery {
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
}

.view-7 .main-image {
    background: none;
    border: none;
    height: 80%;
}

.view-7 .product-details {
    padding: 5rem 10%;
    background: #0f172a;
    min-height: 100vh;
}

.view-7 .thumbnails {
    position: fixed;
    bottom: 30px;
    left: 25%;
    transform: translateX(-50%);
}