.main-image-container {
    position: relative;
}

#main-image {
    width: 800px !important;
    height: 400px !important;
    object-fit: cover;
    cursor: none;
}

#img-mini {
    cursor: pointer; 
    width: 70px; 
    min-width: 70px;
    height: 70px; 
    min-height: 70px;
    object-fit: cover;
}

#card-info {
    background-color: black; 
    border: 2px solid white; 
    border-radius: 10px; 
    padding: 20px; 
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

.card-body {
    padding: 0 !important;
}

.zoom-area {
    position: absolute;
    top: 0;
    left: 105%;
    width: 800px;
    height: 400px;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    display: none;
    z-index: 10;
}

.thumbnail-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thumbnail-image:hover {
    border: 2px solid #ffc107;
}

#main-image:hover {
    cursor: zoom-in;
}

.mt-200 {
    margin-top: 200px !important;
}

.mb-10 {
    margin-bottom: 6rem !important;
}

.header {
    text-align: center;
    padding: 20px;
    background-color: #161616;
    color: white;
    border-color: #EDB115;
  }

.dropdown-menu {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    background-color: #161616;
    color: white;
}

.option_dropdown {
    color: white !important
}