/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 26 2025 | 09:09:37 */
button.slick-arrow {
	position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    z-index: 99;
    background-image: url(/wp-content/uploads/sites/3/2025/11/down-chevron-e1762344269882.webp);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
background-color: transparent;
	transform: translate(0, -50%);
	padding: 10px;
}
button.slick-prev.slick-arrow {
    left: 0;
	transform: rotate(90deg);
}
button.slick-next.slick-arrow {
    right: 0;
    transform: rotate(-90deg);
}
.slick-dots li button {
	font-size: 0;
}