.container_lojas{
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(222, 224, 224, 0.5);
    border-radius: 12px;
    margin-top: 16px;
}
.area_contant_cupons_her{
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: calc(100% - 43px);
    max-width: 100%;
    padding: 24px;
    gap: 24px;
    position: relative;
    z-index: 2;
}
.title_cupons_lojas{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.area_title_c_lojas{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    height: 36px;
    width: 100%;
}
.title_cupons_icon{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
}
.title_cupons_icon i{
    font-size: 20px;
    margin-right: -10px;
}
.title_cupons_icon h2{
    font-weight: 700;
    font-size: 18px;
    color: rgb(53, 58, 61);
    margin: 0;
}
.area_title_c_lojas h3{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: rgb(104, 112, 117);
    margin: 0;
}
.area_cupons_her{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: space-between;
}
.area_cupons_her a{
    text-decoration: none;
}
.itens_cupon_her{
    width: 121px;
    height: 121px;
    min-width: 121px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    gap: 8px;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgba(222, 224, 224, 0.5);
    border-radius: 8px;
    transition: 0.1s;
}
.logo_loja_cupom{
    height: 40px;
    width: 40px;
    min-height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(222, 224, 224, 0.5);
}
.name_loja_cupom{
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 16.93px;
    color: rgb(53, 58, 61);
}
.n_cuponsBy_loja{
    display: flex;
    align-items: center;
}
.n_cuponsBy_loja i{
    font-size: 20px;
    margin-right: 3px;
    margin-top: -2px;
    color: rgb(104, 112, 117);
}
.n_cuponsBy_loja p{
    margin: 0;
    font-size: 12px;
    line-height: 15.62px;
    color: rgb(104, 112, 117);
}
.area_cupons_itens{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item_cupom_her{
    margin: 6px;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    max-height: 500px;
    max-width: 272px;
    opacity: 1;
    transition: min-width 1s ease-out, max-height 1s ease-out, max-width 1s ease-out, margin-bottom 1s ease-out;
    word-break: break-word;
}
.top_cupon_iten{
    align-items: flex-start;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: start;
    order: 1;
    padding: 16px 16px 0;
    width: 100%
}
.line_die_cut{
    background-color: #fff;
    box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
    height: 20px;
    margin: 0;
    order: 2;
    position: relative;
    width: 100%;
}
.buttons_iten_cupom{
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: auto;
    margin-top: -1px;
    min-height: 40px;
    order: 3;
    padding: 0 24px 8px;
    width: 100%;
}
.badge_loja{
    height: 40px;
    margin-right: 12px;
    position: relative;
    width: 40px;
    min-width: 40px;
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    background-color: #ccc;
}
.info_section_cupom{
    height: 100%;
    overflow: hidden;
    padding-right: 16px;
    position: relative;
    width: 100%;
}
.title_cupon_item{
    color: rgba(0, 0, 0, .9);
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    max-width: 250px;
}
.title_cupon_item i{
    margin-right: 5px;
    font-size: 20px;
}
.subtitle_cupon_item{
    color: rgba(0, 0, 0, .7);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}
.subtitle_cupon_item span{
    font-weight: 600;
}
.inner_line{
    position: relative;
    width: 100%;
}
.line_die_cut::after{
    border-bottom: 1px dashed rgba(0, 0, 0, .15);
    content: "";
    left: 16px;
    position: absolute;
    right: 16px;
    top: 30%;
    z-index: 1;
}
.inner_line::after{
    border-bottom-left-radius: 32px;
    border-top-left-radius: 32px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .08);
    overflow: hidden;
    right: -1px;
    background: #f5f5f5;
    bottom: 0;
    content: "";
    display: block;
    height: 16px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 8px;
}
.inner_line::before{
    border-bottom-right-radius: 32px;
    border-top-right-radius: 32px;
    box-shadow: inset -1px 1px 1px rgba(0, 0, 0, .07);
    left: 0;
    background: #f5f5f5;
    bottom: 0;
    content: "";
    display: block;
    height: 16px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 8px;
}
.expiration_cupom{
    align-items: center;
    display: flex;
}
.expiration_cupom i{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.55);
}
.expiration_cupom span{
    color: rgba(0, 0, 0, 0.55);
    font-size: 12px;
    margin-left: 4px;
}
.get_cupom_by_cupom{
    border-radius: 4px;
    font-size: 12px;
    height: 24px;
    padding: 0 8px;
    background-color: var(--andes-color-blue-500, #3483fa);
    border-color: transparent;
    color: #fff;
    cursor: pointer;
    line-height: 24px;
    text-decoration: none;
}

@media only screen and (max-width: 664px) {
    .area_title_c_lojas{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .area_contant_cupons_her{
        width: calc(100% - 43px);
        max-width: 100%;
        padding: 24px;
        gap: 24px;
    }
    .area_cupons_her{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 10px;
    }
}