#cabecalho {
    position: relative;
    z-index: 1000;
}

#banner {
    margin-top: 1;
    position: relative;
    z-index: 999; /* Mantém abaixo do cabeçalho */
}

.submenu {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    padding: 10px;
    min-width: 150px;
    z-index: 1000;
}

li:hover .submenu {
    display: block;
}

footer {
    background-color: #cba768;
    padding: 40px 20px;
    color: #fff;
    font-family: 'Sora', sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin: 10px;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin-bottom: 5px;
}

a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 5px 0;
}

.banner-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.mini-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mini-banner img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
}

.mini-banner img:hover {
    transform: scale(1.05);
}

.bn_ctl.banner_central img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}

.bn_ctl.banner_central img:hover {
    transform: scale(1.05);
}

.botao-comprar {
    position: static !important;
}

.comprar {
    text-align: center;
    margin-top: 20px;
}

.container {
    background-color: #f0f0f0;
    padding: 20px;
    text-align: center;
}

.category-bar {
    background-color: blue;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

body.home .account-list::after {
    content: 'Rastrear Meu Pedido';
    display: block;
    color: #ff0000;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}

body.home .account-list::after {
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

body.home .account-list a.track-order {
    display: block;
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

#video-container {
    display: block;
    width: 100%;
    height: 500px;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.pagination li {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-width: 30px;
    text-align: center;
}

.pagination li a {
    display: block;
    padding: 5px 10px;
}

.logo img {
    transition: transform 0.3s ease-in-out;
}

.logo img:hover {
    transform: scale(1.1);
}

.categoria-nivel-dois {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
}

.categoria-nivel-dois.ativo {
    opacity: 1;
    transform: translateY(0);
    display: grid;
}

.categoria-nivel-dois {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    padding: 10px;
}

.categoria-nivel-dois a {
    color: black !important;
}

.seu-menu-classe {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    padding-top: 0;
    z-index: 999;
}

.banner-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mini-banner {
    flex: 1 1 30%;
    margin-bottom: 10px;
}

.mini-banner-img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .mini-banner {
        flex: 1 1 100%;
    }
    .banner-container {
        flex-direction: column;
    }
}

#busca-desktop {
    position: absolute !important;
    left: 1200px !important;
    top: 130px !important;
    border-radius: 10px; /* Ajuste o valor para mais ou menos arredondado */
    overflow: hidden; /* Garante que o conteúdo interno siga o formato arredondado */
}

#playerVideo {
    height: 500px !important;
}
