/* Hide thumbnails strip (keep images in DOM for lightbox) */
.woocommerce div.product div.images .flex-control-nav.flex-control-thumbs,
.woocommerce div.product div.images .gt3_control_wrapper {
	display: none !important;
}

/* Gallery as positioning context */
.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative !important;
}

/* Nav container — no layout impact */
.woocommerce div.product div.images .flex-direction-nav {
	display: block !important;
	padding: 0;
	margin: 0;
	list-style: none;
	position: static;
}

.woocommerce div.product div.images .flex-direction-nav li {
	padding: 0;
	margin: 0;
	list-style: none;
	position: static;
}

.woocommerce div.product div.images .flex-direction-nav li:before {
	display: none;
}

/* Arrow links */
.woocommerce div.product div.images .flex-direction-nav a {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: block !important;
	width: 14px;
	height: 13px;
	margin-top: -7px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.3s;
	background-color: #000;
	text-indent: -9999px;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 13'%3E%3Cpath d='M11.7921 1.27971L3.21909 1.13474L3.236 0.134882L13.0768 0.301294L13.0741 0.461784L13.0748 0.461772L13.0778 0.301311L13.417 0.307697L13.4142 0.455382L13.5619 0.452601L13.5683 0.791811L13.4078 0.794832L13.4078 0.795483L13.5683 0.792769L13.7347 10.6336L12.7348 10.6505L12.5869 1.89916L1.55789 12.9281L0.850781 12.221L11.7921 1.27971Z'/%3E%3C/svg%3E") no-repeat;
	-webkit-mask-size: contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 13'%3E%3Cpath d='M11.7921 1.27971L3.21909 1.13474L3.236 0.134882L13.0768 0.301294L13.0741 0.461784L13.0748 0.461772L13.0778 0.301311L13.417 0.307697L13.4142 0.455382L13.5619 0.452601L13.5683 0.791811L13.4078 0.794832L13.4078 0.795483L13.5683 0.792769L13.7347 10.6336L12.7348 10.6505L12.5869 1.89916L1.55789 12.9281L0.850781 12.221L11.7921 1.27971Z'/%3E%3C/svg%3E") no-repeat;
	mask-size: contain;
}

.woocommerce div.product div.images .flex-direction-nav a.flex-prev {
	left: -24px;
	transform: rotate(-135deg);
}

.woocommerce div.product div.images .flex-direction-nav a.flex-next {
	right: -24px;
	left: auto;
	transform: rotate(45deg);
}

.woocommerce div.product div.images .flex-direction-nav a:hover {
	opacity: 1;
}

.woocommerce div.product div.images .flex-direction-nav a.flex-disabled {
	opacity: 0.2;
	pointer-events: auto;
}

@media (max-width: 768px) {
	.woocommerce div.product div.images .flex-direction-nav a.flex-prev {
		left: 20px;
	}
	.woocommerce div.product div.images .flex-direction-nav a.flex-next {
		right: 20px;
	}
}

/* ---- PhotoSwipe lightbox arrows ---- */
body.single-product button.pswp__button.pswp__button--arrow--left,
body.single-product button.pswp__button.pswp__button--arrow--right {
	visibility: visible !important;
	background: none !important;
	opacity: 1 !important;
}

body.single-product button.pswp__button.pswp__button--arrow--left::before,
body.single-product button.pswp__button.pswp__button--arrow--right::before {
	display: block !important;
	content: '' !important;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 13px;
	background-color: #fff !important;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 13'%3E%3Cpath d='M11.7921 1.27971L3.21909 1.13474L3.236 0.134882L13.0768 0.301294L13.0741 0.461784L13.0748 0.461772L13.0778 0.301311L13.417 0.307697L13.4142 0.455382L13.5619 0.452601L13.5683 0.791811L13.4078 0.794832L13.4078 0.795483L13.5683 0.792769L13.7347 10.6336L12.7348 10.6505L12.5869 1.89916L1.55789 12.9281L0.850781 12.221L11.7921 1.27971Z'/%3E%3C/svg%3E") no-repeat;
	-webkit-mask-size: contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 13'%3E%3Cpath d='M11.7921 1.27971L3.21909 1.13474L3.236 0.134882L13.0768 0.301294L13.0741 0.461784L13.0748 0.461772L13.0778 0.301311L13.417 0.307697L13.4142 0.455382L13.5619 0.452601L13.5683 0.791811L13.4078 0.794832L13.4078 0.795483L13.5683 0.792769L13.7347 10.6336L12.7348 10.6505L12.5869 1.89916L1.55789 12.9281L0.850781 12.221L11.7921 1.27971Z'/%3E%3C/svg%3E") no-repeat;
	mask-size: contain;
}

body.single-product button.pswp__button.pswp__button--arrow--left::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

body.single-product button.pswp__button.pswp__button--arrow--right::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

body.single-product button.pswp__button.pswp__button--arrow--left::after,
body.single-product button.pswp__button.pswp__button--arrow--right::after {
	display: none !important;
}
