

.card {
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}

.card:hover {
    top: -5px;
}

.btn {
    transition: 0.3s !important;
}

.btn:hover {
    background-color: var(--default-color-hover) !important;
}

@media only screen and (min-width: 768px) {

    /* Styles here */
    body {}

    .mycard {
        padding-left: 110px;
        padding-right: 110px;
    }
}

button,
a {
    outline: none;
    /* Remove o contorno ao focar */
}

button:focus,
a:focus {
    outline: none;
}

.card-body {
    padding-left: 3px;
    padding-right: 3px;
}


.ajax-load {
    background: #e1e1e1;
    padding: 10px 0px;
    width: 100%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);

}

.modal.show {
    display: block;
    /* Mostra o modal */
}

.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 370px;
    text-align: center;
    font-size: 20px;
    max-width: 416px;
    margin-top: 50px;
}

.close {
    color: #aaa;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
    height: 20px;
    width: 20px;
    text-align: center;
    justify-content: centet;
    display: flex;
    align-items: center;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.photo {
    border-radius: 1.5rem;
    aspect-ratio: 1;
    object-fit: contain;
    max-width: 175px;
}

.no-scroll {
    overflow: hidden;
    position: fixed;
    /* Garante que o body não se mova */
    width: 100%;
}

#bade {
    row-gap: 1.25rem;
    padding-bottom: 50px;
}

.mycardx {
    max-width: 360px;
    /* Limita a largura máxima mas permite redução */
    min-width: 300px;
    min-height: 650px;
    /* Altura mínima com espaço para expansão se necessário */
    padding: 10px;
    cursor: pointer;
    border-radius: 30px;
}

.displayflex {
    display: flex;
}

.alignitemscenter {
    align-items: center;
}

.seller-image {
    max-width: 48px;
    margin-right: 5px;
    border-radius: 50%;
}

.flex1 {
    flex: 1;
}

.fd-column {
    flex-direction: column
}

.lh1 {
    line-height: 1;
}

.postedAt {
    text-align: right;
    font-weight: 300;
    font-size: .875rem;
    color: rgb(145, 145, 145) !important;
    line-height: 1.25rem;
}

.content-image {
    justify-content: center;
    align-items: center;
    height: 280px;
    display: flex;
    min-height: 175px;
    max-height: 175px;
}

.card-title {
    max-height: 80px;
    height: 100px;
    line-height: 1.35rem;
    font-weight: 300;
    font-size: 1.125rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-content {
    display: grid;
    text-align: center;
    margin-bottom: 20px;
}

.link-redirect {
    text-decoration: none;
    display: grid
}

.from {
    font-weight: 300;
    font-size: .875rem;
    color: rgb(145, 145, 145) !important;
    line-height: 1.25rem;
}

.to {
    color: rgb(130, 136, 140);
    font-size: 15px;
    text-decoration: line-through;
}

.for {
    font-weight: 300;
    font-size: .875rem;
    color: rgb(145, 145, 145) !important;
    line-height: 1.25rem;
}

.for-price {
    font-weight: 700;
    color: var(--default-color);
    FONT-SIZE: 25px;
}

.btn-orange {
    background-color: var(--default-color);
}

.fa-up-right-from-square {
    float: right;
    margin-top: 5px;
}

.alert-message {
    font-size: 10px;
    margin-top: 15px;
    font-weight: 300;
    font-size: .875rem;
    color: rgb(145, 145, 145) !important;
    line-height: 1.25rem;
    color: var(--bs-secondary-color) !important;
}

.text-align-center {
    text-align: center;
}

.gap10 {
    gap: 10px;
}

#imgProduct {
    max-width: 70px;
    border-radius: 1.5rem;
}

.namedv {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.mb1 {
    margin-bottom: 1px
}

.content-info {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
}

.card-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 30px
}

.btn-dashed {
    width: 100%;
    display: flex;
    padding: 3px 10px;
    border: 3px dashed #b0b0b0;
    border-radius: 20px;
    color: black;
    align-items: center;
    font-weight: bold;
    text-decoration: none;
}

.text-left {
    text-align: left;
}

.width-100 {
    width: 100%;
}

.content-info>.postedAt {
    color: var(--default-color) !important;
    font-weight: bolder;
}

.flexcolumn {
    flex-direction: column;
}

.alignstart {
    align-items: start;
}

.datacupom>label {
    font-weight: 500;
    font-size: 13px;
    color: #918f8f;
}

