/* Asegura 2 por fila en pantallas chicas si algún CSS del tema lo impide */
@media (max-width: 575.98px) {
    .mySwiper-3 .swiper-slide {
        width: calc(50% - 6px) !important;
    }
}


/* carrito css */
.order-check .dlab-media img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #fcefb7;
}


/* Confirm modal */
.domus-confirm .modal-content {
    border-radius: 18px;
}

.domus-confirm .confirm-icon {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fde2e1;
    color: #d93025; /* rojo suave */
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.domus-confirm .confirm-title {
    font-weight: 800;
    margin: 0;
    color: #2c2e35;
}

.domus-confirm .confirm-text {
    color: #6b7280;
    margin: 0;
}

.card-body img {
    width: 100%;
    height: auto;
    object-fit: cover;  
}
