.maiscontainerbkg {
    max-width: 100%;
    font-family: Soleil, 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;
}

.maiscontainer__showcase .mais-first-showcase {
    color: #8f8f8f !important;
}

.maiscontainer {
    background-color: #fff;
    max-width: 1900px !important;
    margin: 0 auto;
    padding: 123px 38px 0;
}

.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%;
}

.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%;
}

.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: 20px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    font-style: normal;
    font-family: Soleil;
}

.maiscontainer__products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(134px, 350px));
    grid-auto-rows: minmax(304px, 505px);
    justify-content: center;
    padding: initial;
}

.products__box {
    display: flex;
    flex-direction: column;
    background: white;
    justify-content: center;
    align-items: center;
    padding: 1.1rem;
    text-decoration: none !important;
    position: relative;
}

.products__box:hover {
    box-shadow: 0 0 0 2px #000 inset;
}

.products__box:hover .box__button {
    display: block;
    opacity: 1;
}

.box__discount {
    z-index: 2;
    position: absolute;
    top: 40px;
    right: 32px;
    width: 36px;
    height: 36px;
    font-family: Scout Condensed;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 36px;
    background: #d20d17;
    border-radius: 100px;
}

.box__image {
    display: block;
    position: relative;
}

.box__image img {
    width: 100%;
    height: auto;
}

.box__name {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    line-height: 17px;
    color: #282828;
    letter-spacing: 1px;
    font-weight: 600;
}

.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__lastprice {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: line-through;
    color: #282828;
    width: 100%;
}

.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: block;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #282828;
    width: 100%;
}

.box__installments {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0;
    color: #282828;
    width: 100%;
}

.box__button {
    display: none;
    opacity: 0;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    width: 92%;
    margin: 0 auto;
    height: 48px;
    font-family: Scout Condensed;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #a66c18;
    text-transform: uppercase;
}

.box__button:hover {}

/********* 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:680px) {
    .maiscontainer {
        padding: 96px 38px 0;
    }

    .maiscontainer__products {
        grid-gap: 0;
    }

    .products__box {
        min-width: 42% !important;
    }

    .top__banner {
        height: 142px;
    }

    .profile__image img {
        margin-top: -45px !important;
        border: 4px solid white;
    }
}

@media screen and (max-width:665px) {
    .profile__content {
        padding-left: 0px;
    }
}

@media screen and (max-width:465px) {
    .products__box:hover .box__image .image__addbutton {
        display: none;
    }

    .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__products {
        display: flex;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:375px) {}


/* 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;
}

.swiper-button-prev img {
    width: 21px !important;
    height: 21px;
}

.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);
    }
}

.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: #262626;
    animation: shimmerAnimation 1.5s infinite linear;
}