/* Strong overrides for Owl Carousel: force dots below images and keep nav above */
.owl-carousel{position:relative}

/* Reduce bottom padding now that dots are removed */
.owl-carousel .owl-stage-outer{overflow:hidden!important;padding-bottom:12px!important}

/* Remove dots completely */
.owl-carousel .owl-dots{display:none!important;visibility:hidden!important;pointer-events:none!important}

/* Make sure nav buttons remain above images */
.owl-carousel .owl-nav{z-index:10!important}

/* Small responsive adjustments */
@media (max-width:1199px){.owl-carousel .owl-stage-outer{padding-bottom:10px!important}}
@media (max-width:767px){.owl-carousel .owl-stage-outer{padding-bottom:8px!important}}
