/* ===================== *
 * ## Full row swiper ##
 * ===================== */

.full-row-swiper .role-swiper-pagination .swiper-pagination-bullet {
   opacity: .5;

   transition: background-color .25s, opacity .25s;
}
.full-row-swiper .role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity: 1; }