.form-control:focus {
    box-shadow: none;
    border-color: #ae575d;
}

@media(min-width: 768px) {
    .prop--interna {
        display: block;
    }
}

main {
    min-height: 40vh;
    position: relative;
    padding: 3rem 0;
}

header {
    background: url('/assets/imagens/closet.png') bottom no-repeat #b0223a !important;
    height: 0;
    position: relative;
    background-size: 100%;
    padding-bottom: calc(146px + 13.55%);
}

header .search-site {
    background-image: url('/assets/imagens/bg-search-gray.png');
}

header::after {
    content: url(/assets/imagens/about-prop-1.png);
    bottom: -155px;
    position: absolute;
    left: 0;
}

@media(max-width: 1366px) {
    header::after {
        zoom: 0.8;
    }
}

nav.navbar {
    background: #fff;
}

.prop--1 {
    top: -48px;
}

.prop--2 {
    right: 0;
    top: -140px;
}

.prop--3 {
    right: 0;
    top: -210px;
}

.prd-card {
    border: 1px solid #efefef;
    border-radius: 6px;
    padding-bottom: 6px;
}

.prd-card .discount {
    bottom: 135px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: #e3747a;
    line-height: 44px;
}

.prd-card .new {
    bottom: 55px;
    right: 15px;
    width: 45px;
    height: 45px;
    background: #b0223a;
    line-height: 44px;
}

.page-title {
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
}

.page-title::after,
.page-title::before {
    content: '•';
    margin: 0 15px;
    font-size: 1rem;
    display: inline-block;
    transform: translateY(-4px);
}

.page-title::before {
    margin-left: 0;
}

.page-subtitle {
    color: #b0223a;
    letter-spacing: 3px;
}

.page-section-title {
    font-size: 1.55rem;
    position: relative;
}

[ian="top"] {
    background: black;
}

.page-section-title::before {
    content: url('/assets/imagens/semi-circle.png');
    position: absolute;
    top: -22px;
    left: 0;
}

@media(min-width:769px) {
    .form-filtros {
        width: 20%;
        max-width: 20%;
        flex: 0 0 20%;
    }
    .grid-produto {
        max-width: 77%;
        flex: 0 0 77%;
        margin-left: 3%;
    }
}

footer {
    position: relative;
}

.page-link {
    color: #b0223a;
}

.page-item.active .page-link {
    background-color: #b0223a;
    border-color: #b0223a;
}

@media(max-width:768px) {
    header {
        height: 110px;
        padding-bottom: 0;
    }
    header::after {
        zoom: 0.45;
    }
    header .navbar-brand img {
        height: 100px;
    }
    .navbar-toggler-icon {
        height: 1rem;
        width: 1rem;
    }
    .page-title {
        letter-spacing: 2px;
        font-size: 1.75rem;
    }
    nav.navbar {
        background: #fee2e0;
    }
}