.sidebar {
    min-height: 90vh;
    background-color: #f8f9fa;
    padding: 20px;
}

.product-card img {
    height: 200px;
    object-fit: cover;
}

.extra-img-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 5px;
    cursor: pointer;
}

#transformer-results.htmx-request {
    opacity: 0.5;
    transition: opacity 200ms ease-in;
    pointer-events: none;
}

.photo-tile {
    background-color: #f8f9fa;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    overflow: hidden;
}

.photo-tile img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
