/* BIM Single Product Styles */

.single-produto-bim-wrap {
    padding: 3rem 0;
}

.single-produto-bim-wrap .produto-gallery {
    position: sticky;
    top: 100px;
}

.bim-info {
    padding-left: 2rem;
}

.bim-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.bim-subtitle {
    font-size: 1.1rem;
}

.bim-empresa a {
    font-size: 0.9rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bim-empresa a:hover {
    color: #111 !important;
}

.downloads-title {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bim-download-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.bim-download-btn:hover {
    background: #111;
    border-color: #111;
    color: #fff;
    text-decoration: none;
}

.download-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.download-info > i {
    font-size: 1.5rem;
}

.download-text strong {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.bim-download-btn:hover .download-text strong,
.bim-download-btn:hover .download-text small {
    color: #fff;
}

.bim-download-btn > i {
    font-size: 1.2rem;
}

.btn-missing-file {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #666;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-missing-file:hover {
    background: #f8f8f8;
    color: #111;
    text-decoration: none;
}

.bim-description {
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.bim-description h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .single-produto-bim-wrap .produto-gallery {
        position: static;
        margin-bottom: 2rem;
    }
    
    .bim-info {
        padding-left: 0;
    }
}
