.maiscontainerbkg {
    max-width: 100%;
    font-family: Arial;
}

.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;
    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: -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;
    font-family: Eurostile, Fabriga, -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, noto, segoe ui, arial, sans-serif;
}

.maiscontainer__products {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 290px));
    grid-auto-rows: minmax(304px, max-content);
    justify-content: center;
    padding: initial;
    column-gap: 40px;
    row-gap: 45px;
    padding: 0px 25px
}

.products__box {
    display: flex;
    flex-direction: column;
    background: white;
    align-items: center;
    text-decoration: none !important;
    position: relative;
    max-width: 368px;
    position: relative;
    transition: all .1s ease-in-out;
    margin-bottom: 0 !important;
    box-shadow: 0 10px 10px -10px rgb(255 255 255 / 30%) !important;
}


.products__box:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}

.box__name:hover {
    text-decoration: underline;
    color: #707982;
}

.products__box:hover .box__hover {
    display: flex;
}

.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;
}

.products__box .box__link {
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: 45px;
    background-color: #f58220;
    text-transform: uppercase;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 12px 0px;
    transition: all .2s ease-in-out;
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    font-family: var(--font), sans-serif;
    font-size: 14px;
}

.box__discount {
    border-radius: 0px;
    max-width: 81px;
    width: 100%;
    height: 25px;
    text-align: center;
    z-index: 5;
    position: absolute;
    top: 0%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    text-transform: uppercase;
    font-family: var(--font), sans-serif;
    font-weight: 400;
    font-size: 14px;
    z-index: 1;
    padding: 2px 10px;
    background-color: #f58220;
    color: black;
    font-style: italic;
}

.box__price {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    column-gap: 5px;
    flex-direction: row;
    align-items: center;
    width: fit-content !important;
    height: 21px;
    align-items: center;
}

.box__heart {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
    right: 2%;
    width: 38px;
    z-index: 6;
    color: #000;
    height: 38px;
}

.box__image {
    width: 100%;
    max-height: 293px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 28px;
    transition: all .5s cubic-bezier(.4, .2, 0, 1) .3s;
}

.first_image {
    width: 100%;
    max-width: 368px;
    height: auto;
    -webkit-user-drag: none;
    object-fit: contain;
}

.last_image {
    display: none;
    width: 100%;
    max-width: 368px;
    height: auto;
    -webkit-user-drag: none;
    object-fit: contain;
}

.box__image:hover .last_image {
    display: flex;
    justify-content: center;
}

.box__image:hover .first_image {
    display: none;
}

.box__image__only {
    width: 100%;
    max-height: 293px;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 28px;
    transition: all .5s cubic-bezier(.4, .2, 0, 1) .3s;
}

.box__image__only .image__only {
    width: 100%;
    max-width: 368px;
    height: auto;
    -webkit-user-drag: none;
    object-fit: contain;
}

.box__cluster {
    position: absolute;
    z-index: 5;
    background: #000;
    color: #fff;
    font-family: var(--font), sans-serif;
    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;
}

.box__name {
    font-family: var(--font), sans-serif;
    text-transform: none;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    justify-content: center;
    text-align: center;
    color: #707982;
    font-weight: 700;
    margin-bottom: 0;
    height: 60px;
    text-decoration: none;
    font-size: 1.15em;
}

.box__name span {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
    color: #4a4a4a;
    margin-bottom: 5px;
    margin-top: 5px;
}

.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;
    font-family: "Montserrat", sans-serif !important;
}

.box__lastprice {
    display: block;
    text-align: center;
    letter-spacing: 0.5px !important;
    text-decoration: line-through;
    color: #000;
    width: 100%;
    white-space: nowrap;
    -webkit-text-stroke: 1px transparent;
    width: 50%;
    color: #999999;
    text-align: right;
    font-family: var(--font), sans-serif;
    font-size: .9em;
    font-weight: 400;
}

.box__lastprice::after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}

.box__lastprice .prefix {
    font-size: 14px;
}

.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-family: var(--font), sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    width: 50%;
    color: #404c58;
    font-weight: 600;
    white-space: nowrap;
    text-shadow: 0 0 1px transparent;
    -webkit-text-stroke: 1px transparent;
    font-size: 1.2em;
    max-height: 21px;
}

.box__currentprice .prefix {
    font-size: 14px;
    color: #333;
    font-style: normal;
}

.box__priceWithoutDiscount {
    font-family: "Montserrat", sans-serif !important;
    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__installments {
    font-family: Prompt, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #707982;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 21px;
    margin-bottom: 10px;
    width: 100%;
}

.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;
    column-gap: 5px;
    opacity: 1;
    font-size: 13px;
    width: 80%;
    margin: 0 auto;
    height: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #000;
    text-transform: uppercase;
}

.button__text::before {
    content: "Adicionar à Sacola";
}

/********* media queries *********/

@media screen and (max-width: 880px) {
    .maiscontainer__products {
        column-gap: 10px;
    }
}

@media screen and (max-width: 820px) {
    .maiscontainer__products {
        grid-template-columns: repeat(2, minmax(180px, 300px));
        column-gap: 40px;
    }

    .box__price {
        flex-direction: column;
        width: 100% !important;
        height: 40px;
        justify-content: center !important;
    }

    .box__price .box__lastprice {
        display: flex;
        width: 100%;
        justify-content: center;
        column-gap: 5px;
    }

    .box__price .box__currentprice {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .box__price .box__currentprice .prefix {
        font-size: 14px;
    }

    .box__price .box__lastprice::after {
        display: none;
    }

    .box__price .box__lastprice {
        font-size: 11.34px;
        align-items: flex-end;
    }

    .box__price .box__lastprice .prefix {
        font-size: 12.6px;
    }

    .box__installments {
        margin-bottom: 0px;
        font-size: 12.6px;
    }
}

@media screen and (max-width: 768px) {
    .maiscontainer__products {
        grid-template-columns: repeat(2, minmax(180px, 300px));
        grid-auto-rows: minmax(304px, max-content) !important;
    }

    .box__link {
        align-items: center;
        max-height: 33px;
        padding: 6px 12px !important;
    }
}

@media screen and (max-width: 580px) {
    .box__cluster {
        max-width: 97px;
    }
}

@media screen and (max-width: 450px) {
    .maiscontainer__products {
        column-gap: 5px;
    }
}

@media screen and (max-width: 400px) {
    .maiscontainer__products {
        grid-template-columns: repeat(auto-fill, minmax(180px, 300px));
    }
}

@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: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) {

    .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;
    }
}

/* 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%);
    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: #f58220;
    animation: shimmerAnimation 1.5s infinite linear;
}