.tic-dest-gallery {
	position: relative;
}

.tic-dest-gallery .slide-item {
	padding: 0;
}

.tic-dest-gallery .gallery-img__holder {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	cursor: grab;
}

.tic-dest-gallery .gallery-img__holder:active {
	cursor: grabbing;
}

.tic-dest-gallery .gallery-img__holder img {
	width: 100%;
	height: 275px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

.tic-dest-gallery .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	right: 10px;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.tic-dest-gallery .owl-nav button {
	pointer-events: auto;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	color: var(--theme-color, #000);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.tic-dest-gallery .owl-nav button:hover {
	background: var(--theme-color, #000);
	color: #fff;
}
