div#instagram_store .owl-item {
    float: left;
}
div#instafeed {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
div#instafeed a {
    height: 293px;
    width: 25%;
    margin: 5px;
    position: relative;
    text-align: center;
}
div#instafeed a:hover {
    filter: brightness(0.8);
}
div#instafeed a:after {
    content: "\f16d";
    font-family: FontAwesome;
    position: absolute;
    width: 35px;
    display: table;
    text-align: center;
    height: 35px;
    font-size: 36px;
    font-weight: 300;
    left: calc(50% - 12.5px);
    top: calc(50% - 12.5px);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    color: #fff;
}
div#instafeed a:hover:after {
    opacity: 0.6;
    visibility: visible;
}
div#instagram_store .container.instagram div#instafeed.owl-loaded {
    display: block;
    position: relative;
    overflow: hidden;
}
div#instagram_store .container.instagram div#instafeed.owl-loaded a {
    width: auto;
    height: 100%;
    display: block;
}
div#instagram_store .owl-nav button {
    position: absolute;
    left: 0;
    top: calc(48% - 25px);
    font-size: 45px;
    width: 50px;
    height: 50px;
    padding-bottom: 0;
    background: rgb(238 238 238 / 88%) !important;
    border-radius: 50px;
    transition: all 0.3s;
    color: #7b7b7b;
    overflow: hidden;
    font-size: 27px;
}
div#instagram_store .owl-nav button.owl-prev {
    left: 0;
}
div#instagram_store .owl-nav button.owl-next {
    left: initial;
    right: 0;
    padding-left: 2px;
}
div#instagram_store:not(.new-feed) {
    display: none;
}
#instagram_store .title-instagram {
    margin-bottom: 35px !IMPORTANT;
}
div#instagram_store a img {
    max-height: 270px;
}
@media (min-width: 768px) {
    div#instafeed > a:nth-child(n + 5) {
        display: none;
    }
    
}
@media (max-width: 767px) {
    div#instafeed > a:nth-child(n + 3) {
        display: none;
    }
    div#instafeed a {
        width: 46%;
        height: 48vw;
    }
    div#instafeed {
        flex-wrap: wrap;
    }
}
/* Oculta a seção de banners/produtos quebrados em TODAS as telas */
.banners-list {
    display: none !important;
}
