body {
    font-family: "Montserrat", sans-serif;
}

.maiscontainerbkg {
    max-width: 100%;
    background-color: #f9f9f9;
}

.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 {
    max-width: 1400px !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;
    margin: 0 3%;
}

.top__banner {
    position: relative;
    text-align: center;
    max-width: 1250px;
}

.top__banner img {
    width: 100%;
    max-width: 1250px;
    -webkit-user-drag: none;
}

.top__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 2;
    max-width: 1250px;
}

.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: -25%;
    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;
    padding-left: 40px;
    flex: 3;
}

.content__name,
.content__description {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    font-style: normal;
}

.maiscontainer__products {
    display: grid;
    grid-template-columns: repeat(3, minmax(171px, 275px));
    grid-auto-rows: minmax(300px, 400px);
    justify-content: center;
    gap: 30px;
    padding: 0px 25px;
}

.products__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    margin-bottom: 0 !important;
    background-color: #fff;
    border-radius: 1.2rem;
    border: 1px solid rgb(218, 218, 218);
    padding: 1rem 1.6rem;
    cursor: pointer;
    position: relative;
}


.products__box:hover {
    border-color: rgb(85, 85, 85);
    box-shadow: rgba(33, 33, 33, 0.2) 0px 10px 10px;
    transition: all 0.5s ease 0s;
}

.products__box:hover .box__heart {
    opacity: 1;
}

.box__star {
    width: 80px;
    height: 20px;
    z-index: 1;
    filter: grayscale(1);
    opacity: .4;
    display: flex;
    justify-content: center;
}

.box__star img {
    object-fit: contain;
    -webkit-user-drag: none;
}

.box__group {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
}

.box__discount {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: max-content;
    border-radius: 0.8rem;
    padding: 0.3rem 0.8rem;
    margin: 0px 0px 0px 8px;
    background-color: rgb(218, 242, 212);
}

.box__discount span {
    font-family: "Montserrat", sans-serif;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 17px;
    color: rgb(37, 176, 0);
}

.box__price {
    margin-top: 5px;
    display: flex;
    column-gap: 5px;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.box__image {
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 180px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 28px;
}

.box__heart {
    position: absolute;
    right: 16px;
    top: 10px;
    z-index: 2;
    opacity: 0;
    transition: all 100ms ease-in 0s;
}

.box__car {
    position: absolute;
    bottom: 10px;
    left: 16px;
    z-index: 2;
    position: absolute;
    z-index: 1;
    background: rgb(0, 163, 180);
    color: rgb(255, 255, 255);
    border: none;
    width: 32px;
    cursor: pointer;
    height: 32px;
    border-radius: 50%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    right: 18px;
    top: 179px;
    left: unset;
}

.box__image img {
    width: 100%;
}

.box__image__only {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}


.first_image {
    width: 100%;
    max-width: 280px;
    height: auto;
    -webkit-user-drag: none;
    object-fit: contain;
    border-radius: 0.25rem;
}

.last_image {
    display: none;
    width: 100%;
    max-width: 280px;
    height: auto;
    -webkit-user-drag: none;
    object-fit: contain;
    border-radius: 0.25rem;
}

.box__image:hover .last_image {
    display: flex;
    justify-content: center;
}

.box__image:hover .first_image {
    display: none;
}


.box__image__only .image__only {
    width: 100%;
    max-width: 290px;
    height: auto;
    -webkit-user-drag: none;
    object-fit: contain;
}

.box__cluster {
    position: absolute;
    z-index: 5;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 0.3em 0.6em;
    font-size: .8em;
    left: 0%;
    min-height: 22px;
    align-items: center;
    max-width: 95px;
    justify-content: center;
    max-width: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: normal;
    white-space: nowrap;
    display: block;
    text-align: center;
}

.categories {
    color: rgb(119, 119, 119);
    font-weight: 400;
    font-size: 13px;
}

.box__name {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #222;
    font-weight: 400;
    padding: 0.5rem 0 1rem;
}

.box__complementname {
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    height: 22px;
    margin-top: 5px;
    padding: 0 20px;
    color: #666;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px !important;
}

.box__lastprice {
    color: #555;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 18px;
    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 {
    display: flex;
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 24px;
    padding-bottom: 30px;
}

.box__installments,
.box__pix {
    display: flex;
    width: 100%;
    color: #2cbf59;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4em;
}

.info__payment {
    display: flex;
    justify-content: center;
    font-size: 15px;
    line-height: 18px;
    color: #676767;
    text-align: center;
    min-height: 18px;
}

.box__currentprice .prefix {
    font-size: 14px;
    color: #333;
    font-style: normal;
}

.box__priceWithoutDiscount {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    white-space: nowrap;
    text-shadow: 0 0 1px transparent;
    -webkit-text-stroke: 1px transparent;
}

.box__value {
    font-size: 13px;
    line-height: 18px;
    color: #676767;
    text-align: center;
    font-weight: bold;
}

.box__hover {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    row-gap: 7px;
    top: 83%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.box__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.2rem;
    line-height: 1.8rem;
    font-size: 1.2rem;
    padding: .8rem 1.6rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #7eb339;
    border-radius: 30px;
}

.box__button:hover {
    background-color: #71a133;
}

.group__button {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: flex-end;
    width: 100%;
}

.button__text::before {
    content: "Adicionar à Sacola";
}

.box__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.content__main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/********* 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;
    }

    .maiscontainer {
        padding: 0 18px 18px;
    }

    .maiscontainer__products {
        grid-template-columns: repeat(1, minmax(171px, 620px));
        grid-auto-rows: minmax(255px, auto);
    }

    .container__main {
        flex-direction: row;
    }

    .box__image {
        max-width: 120px;
        max-height: 120px;
    }

    .box__heart {
        opacity: 1;
    }
}

@media screen and (max-width:665px) {
    .profile__content {
        padding-left: 0px;
    }
}

@media screen and (max-width: 550px) {
    .box__image {
        max-width: 100px;
        max-height: 100px;
        min-width: 100px;
        min-height: 100px;
    }
}

@media screen and (max-width:465px) {

    .maiscontainer {
        padding: 0 10px;
    }

    .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;
    }
}

@media screen and (max-width: 380px) {
    .box__currentprice {
        flex-direction: column;
    }

    .box__discount {
        margin: 0;
    }
}

/* Swiper CSS */
.swiper {
    margin-top: 30px;
    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%);
    position: absolute;
    top: 57%;
    justify-content: center;
    align-items: center;
}

.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%);
    position: absolute;
    top: 57%;
    justify-content: center;
    align-items: center;
}

.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;
    display: none;
}

@media screen and (max-width: 900px) {
    .swiper-button-next {
        display: none !important;
    }

    .swiper-button-prev {
        display: none !important;
    }
}

.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);
    }
}

.shimmerLoad {
    position: relative;
    width: 100%;
    height: -webkit-fill-available;
    min-height: 400px;
    overflow: hidden;
}

.shimmerLoad: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: #00a3b4;
    animation: shimmerAnimation 1.5s infinite linear;
}