/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 28 May 2026, 8:08 am
*/

/* Remove qualquer barra lateral residual da página de catálogos */
.page-template-default #secondary, 
.page-id-produtos #secondary {
    display: none !important;
}

.page-template-default #primary, 
.page-id-produtos #primary {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

/* Estilização Premium para as Capas dos Álbuns (Estilo Ab Club) */
.foogallery-album-gallery-list .foogallery-album-item {
    border: none !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    margin-bottom: 25px !important;
}

.foogallery-album-gallery-list .foogallery-album-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
}

.foogallery-album-gallery-list .foogallery-album-title {
    font-family: "Oxygen", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-top: 10px !important;
}