/* Summernote ajustes */
.note-toolbar .dropdown-toggle::after {
    display: none !important;
}

.note-dropzone {
    display: none !important;
}

/* Swiper botón deshabilitado */
.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.featured-card, .category-item, .ad-slide {
    user-select: none;          /* Desactiva selección en todos los navegadores modernos */
    -webkit-user-select: none;  /* Safari y Chrome */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* Edge antiguo */
}