/*
Theme Name: Arctic Grill
Theme URI: https://example.com
Author: DigiFam
Description: Custom theme
Version: 1.0
*/

.swiper-button-prev,
.swiper-button-next {
    color: white;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-pagination-bullet {
    background-color: white;
    opacity: 0.4;
}
.swiper-pagination-bullet-active {
    background-color: #e63946;
    opacity: 1;
}