[class*="gallery__trigger"] {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9;
	width: 39px;
	height: 39px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	color: var(--color);

	&:hover {
		color: #fff;
		background: var(--paletteColor1);
	}

	&:before {
		content: '';
		display: block;
		width: 14px;
		height: 14px;
		border: 2px solid currentColor;
		border-radius: 100%;
		position: absolute;
		top: 12px;
		left: 12px;
	}

	&:after {
		content: '';
		display: block;
		width: 2px;
		height: 6px;
		background: currentColor;
		border-radius: 6px;
		position: absolute;
		top: 23px;
		left: 23px;
		transform: rotate(-40deg);
	}
}

// popup
.woocommerce .pswp__bg, 
.woocommerce-page .pswp__bg {
	opacity: 0.7 !important;
}

.ct-photoswipe-open .ct-header {
	pointer-events: none;
}