.img-category picture {
    display: flex;
    justify-content: start;
}

.emr-banner-container img {
    border-radius: 8px;
}

.swiper-button-prev,
.swiper-button-next {
    height: 30px;
    top: 45%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 12px;
    background-color: #CE5032;
    padding: 9px 12px;
    border-radius: 99%;
    color: #fff;
}

.swiper-pagination-bullet {
    background-color: #fff;
    border: solid 1px #CE5032;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #CE5032 !important;
}

.page-numbers {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page-numbers li {
    font-weight: 500;
    list-style: none;
}

.page-numbers a {
    background-color: #fff;
    border: solid 1px #CE5032;
    color: #CE5032;
    transition: all 0.25s ease-in;
    border-radius: 99%;
    min-height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers a:hover {
    background-color: #CE5032;
    color: #fff;
}

.page-numbers .current {
    background-color: #CE5032;
    border: solid 1px #CE5032;
    color: #fff !important;
    border-radius: 99%;
    min-height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h3:is(.m-0) {
    margin: 0px !important;
}

/* Estilos específicos para o slider de marcas */
.marcas-slider-container .swiper:not(.swiper-initialized) {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marcas-slider-container .swiper:not(.swiper-initialized) .swiper-slide {
    max-width: 180px;
}

.marcas-slider-container {
    overflow-x: hidden;
    position: relative;
    padding: 0 40px;
    height: 200px;
}

.marcas-swiper {
    overflow: visible;
}

.marcas-swiper .swiper-wrapper {
    max-height: 150px !important;
}

.marcas-swiper .swiper-slide {
    height: auto;
    display: flex;
    justify-content: center;
}

.marcas-button-prev,
.marcas-button-next {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    background-color: #CE5032;
    border-radius: 50%;
    color: white;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.marcas-button-prev:after,
.marcas-button-next:after {
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: none;
    padding: 0;
}

.marcas-button-prev:hover,
.marcas-button-next:hover {
    background-color: #B8441E;
    transform: scale(1.1);
}

.marcas-button-prev {
    left: 0;
}

.marcas-button-next {
    right: 0;
}

.marcas-pagination {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.marcas-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #E5E5E5;
    border: 1px solid #CE5032;
    opacity: 1;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.marcas-pagination .swiper-pagination-bullet-active {
    background-color: #CE5032;
    transform: scale(1.2);
}

@media (max-width: 1024px) {
    .marcas-slider-container {
        padding: 0 35px;
    }
}

@media (max-width: 768px) {
    .categorias-destaque .group {
        display: flex;
        justify-content: center;
    }

    .marcas-slider-container {
        padding: 0 30px;
    }

    .marcas-button-prev,
    .marcas-button-next {
        width: 28px;
        height: 28px;
        margin-top: -14px;
    }

    .marcas-button-prev:after,
    .marcas-button-next:after {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .marcas-slider-container {
        padding: 0 25px;
    }
}