.maiscontainerbkg {
    max-width: 100%;
    font-family: Lato, sans-serif;
}

.maiscontainer__showcase {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.maiscontainer__showcase .mais-btn-showcase {
    font-size: 24px;
    padding: 5px 7px;
    margin: 0 5px;
    cursor: pointer;
    color: #343434;
}

.maiscontainer__showcase .mais-btn-showcase img,
.mais-first-showcase img {
    max-width: 23px;
    -webkit-user-drag: none;
}

.maiscontainer__showcase .mais-first-showcase {
    color: #8f8f8f !important;
}

.maiscontainer {
    background-color: #fff;
    max-width: 1900px !important;
    margin: 0 auto;
    padding: 0 38px 38px;
    margin-bottom: 50px;
}

.maiscontainer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.top__banner {
    position: relative;
    text-align: center;
}

.top__banner img {
    width: 100%;
    -webkit-user-drag: none;
}

.top__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.content__profile {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.profile__image {
    flex: 1;
    max-width: 460px;
    text-align: end;
}

.profile__image img {
    width: 61%;
    height: 100%;
    border: 8px solid white;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -13%;
    max-width: 180px;
    min-width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-user-drag: none;
}

.profile__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    /* max-width: 700px; */
    padding-left: 40px;
    flex: 3;
}

.content__name,
.content__description {
    color: #000;
    font-size: 56px;
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
}

.content__description {
    font-size: 20px;
    font-family: New Rubric Light;
}

.content__description {
    font-family: alternative, sans-serif;
}

.maiscontainer__products {
    display: grid;
    grid-template-columns: repeat(5, minmax(177px, 218px));
    grid-auto-rows: minmax(max-content, max-content);
    justify-content: center;
    column-gap: 16px;
    row-gap: 22px;
    padding: 0px 25px
}

.products__box {
    display: flex;
    flex-direction: column;
    background: #fff;
    align-items: center;
    text-decoration: none !important;
    position: relative;
    cursor: default;
}

.products__box:hover .box__link {
    opacity: 1;
    transition: all .5s linear;
}

.box__discount {
    padding: 4px;
    border: 1px solid #bb0a30;
    color: #bb0a30;
    font-size: 14px;
    letter-spacing: .08em;
    margin-left: 8px;
    padding: 0 3px;
    text-align: center;
}

.box__group {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}

.box__price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 5px;
    margin: 10px 0;
    flex-wrap: wrap;
}

.box__image {
    cursor: pointer;
    width: 100%;
    max-height: 450px;
    position: relative;
    background: #f7f7f7;
}

.box__image img {
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
}

.box__image__aditional {
    display: none;
    width: 100%;
    max-height: 450px;
    position: relative;
    background: #f7f7f7;
}

.box__image__aditional img {
    width: 100%;
    height: 100%;
    -webkit-user-drag: none;
}

.box__cluster {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}

.box__cluster span {
    position: relative;
    min-height: 11px;
    background-color: #e9712f;
    color: #fff;
    padding: 0.3rem 0.45rem 0.2rem;
    font-size: 12px;
    text-transform: uppercase;
}

.box__cluster span::after {
    content: "";
    position: absolute;
    right: -7px;
    bottom: 0;
    border-right: 0;
    border-top: 11px;
    border-bottom: 11px;
    border-left: 7px;
    border-color: transparent #e9712f;
    border-style: solid;
}

.box__heart {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background-image: url('https://bucket-seed.s3.us-east-2.amazonaws.com/individual.com.br/store/img/icon-heart.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 16px;
}

.box__link {
    font-size: 1rem;
    align-items: center;
    background: hsla(0, 0%, 100%, .95);
    border: 1px solid #122b41;
    bottom: 0;
    color: #122b41 !important;
    display: flex;
    font-weight: 500;
    padding: 8px 0;
    width: 100%;
    z-index: 5;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    justify-content: center;
    transition: all .5s linear;
    opacity: 0;
}

.box__name {
    width: 100%;
    text-align: left;
    padding: 8px 0 0;
    cursor: pointer;
    font-size: .875rem;
    line-height: normal;
    text-overflow: ellipsis;
    text-transform: capitalize;
    overflow: hidden;
    color: #000;
    font-weight: 500;
}

.box__lastprice {
    color: #747474;
    font-size: 16px;
    font-style: normal;
    text-decoration: line-through;
}

.box__discountprice {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-top: 5px;
    color: #5e5e5e;
    font-size: 1.4em;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}

.box__discountprice span {
    font-size: 0.7em;
    line-height: 0.7em;
    margin: 3px 0 0 0;
    display: block;
    width: 100%;
}

.box__currentprice {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    letter-spacing: .08em;
}

.box__installments {
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    color: #000;
    letter-spacing: .08em;
    text-align: left;
    width: 100%;
}

@media screen and (max-width: 1024px) {

    .box__name,
    .box__price,
    .box__installments,
    .box__discount {
        display: none;
    }

    .maiscontainer__products {
        grid-template-columns: repeat(3, minmax(67px, 215px));
        column-gap: 10px;
        row-gap: 10px;
    }

    .products__box:hover .box__link {
        opacity: 0;
    }
}

/********* media queries *********/
@media screen and (max-width: 900px) {

    .top__content {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .top__content .content__profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .maisviewcategories {
        margin-right: 0;
        margin-left: 30px;
    }

    .profile__content {
        align-items: center;
        padding: 0 3px;
    }

    .profile__content .content__description {
        text-align: center;
        margin: 10px 0;
    }

    .profile__image {
        width: 50%;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .maiscontainer__products {
        grid-template-columns: repeat(2, minmax(129px, 336px));
        column-gap: 16px;
        row-gap: 30px;
    }

    .box__name,
    .box__price,
    .box__installments,
    .box__discount {
        display: flex;
    }

    .box__name,
    .box__lastprice,
    .box__currentprice {
        font-size: 12px;
    }

}

@media screen and (max-width:680px) {

    .top__banner {
        height: 142px;
    }

    .profile__image img {
        margin-top: -45px !important;
        border: 4px solid white;
        -webkit-user-drag: none;
    }
}

@media screen and (max-width:665px) {
    .profile__content {
        padding-left: 0px;
    }
}

@media screen and (max-width:465px) {

    .profile__content .content__description {
        font-size: 12.5px;
        line-height: 22px;
    }

    .profile__content .content__name {
        font-size: 16px;
        height: 21px;
    }

    .maistitle {
        text-align: center;
    }

    .profile__content {
        padding-left: 5px !important;
        text-align: center;
    }

    .maiscontainer {
        padding: 0 16px;
    }
}

/* Swiper CSS */
.swiper {
    position: static !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    margin-top: -15px !important;
    display: flex !important;
    cursor: pointer !important;
    pointer-events: all !important;
    background-color: #ffffff;
    border-radius: 90px;
    height: 46px !important;
    width: 46px !important;
    opacity: unset !important;
    right: -2% !important;
    border: 1px solid #f4f4f4 !important;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}

.swiper-button-next img {
    width: 21px !important;
    height: 21px;
    -webkit-user-drag: none;
}

.swiper-button-prev img {
    width: 21px !important;
    height: 21px;
    -webkit-user-drag: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-prev {
    margin-top: -15px !important;
    display: flex !important;
    cursor: pointer !important;
    pointer-events: all !important;
    background-color: #ffffff;
    border-radius: 90px;
    height: 46px !important;
    width: 46px !important;
    opacity: unset !important;
    left: -2% !important;
    border: 1px solid #f4f4f4 !important;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}

.swiper-button-next::after {
    display: none;
}

.swiper-button-prev::after {
    display: none;
}

.swiper-slide {
    background: transparent;
    min-height: fit-content !important;
}

.swiper-slide:nth-child(odd) {
    background: transparent;
}

.swiper-pagination {
    position: initial !important;
    padding-top: 10px;
}

@media screen and (max-width: 900px) {
    .swiper-button-next {
        display: none !important;
    }

    .swiper-button-prev {
        display: none !important;
    }

    .swiper-pagination {
        display: none;
    }
}

.shimmer {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #efefef;
    overflow: hidden;
}

.shimmer:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.8);
    animation: shimmerAnimation 1.5s infinite linear;
}

@keyframes shimmerAnimation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}