.lg-next {
	width: 25px;
	height: 25px;
    background-image: url(//cdn.shopify.com/s/files/1/2319/6909/t/71/assets/slide-right.png?v=3313989971360766164);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.lg-prev {
	width: 25px;
	height: 25px;
    background-image: url(//cdn.shopify.com/s/files/1/2319/6909/t/71/assets/slide-left.png?v=2187603078570096398);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
} 


.flickity-prev-next-button.next  {
    background-image: url(//cdn.shopify.com/s/files/1/2319/6909/t/71/assets/slide-right.png?v=3313989971360766164);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.flickity-prev-next-button.previous  {
    background-image: url(//cdn.shopify.com/s/files/1/2319/6909/t/71/assets/slide-left.png?v=2187603078570096398);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
} 

.cursor-right  {
    cursor: url(//cdn.shopify.com/s/files/1/2319/6909/t/71/assets/diary-right.png?v=11461093754145664744), auto;
}

.cursor-left  {
    cursor: url(//cdn.shopify.com/s/files/1/2319/6909/t/71/assets/diary-left.png?v=1655576625773666054), auto;
} 

.cursor-right.invert  {
    cursor: url(//cdn.shopify.com/s/files/1/2319/6909/t/71/assets/diary-w-right.png?v=8417529569149294216), auto;
}

.cursor-left.invert  {
    cursor: url(//cdn.shopify.com/s/files/1/2319/6909/t/71/assets/diary-w-left.png?v=149893522371639637), auto;
} 

