.ivee-single-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

.ivee-single-title-row .product_title {
	flex: 1 1 auto;
	margin: 0;
}

.ivee-single-title-text {
	display: inline;
}

.ivee-single-title-pro-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
	padding: 5px 8px 4px;
	border: 1px solid rgba(215, 181, 116, 0.48);
	border-radius: 4px;
	background: #000;
	color: #d7b574;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
	vertical-align: middle;
	transform: translateY(-2px);
}

.ivee-single-title-sku {
	flex: 0 0 auto;
	margin-top: 6px;
	color: #777;
	font-size: 14px;
	line-height: 1.4;
	white-space: nowrap;
}

.ivee-single-title-sku__label {
	color: inherit;
}

.ivee-single-title-sku__value {
	color: #282828;
	font-weight: 600;
}

.ivee-product-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin: 22px 0 0;
	padding: 0;
}

.ivee-product-benefit {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
	color: #777;
	font-size: 14px;
	line-height: 1.45;
}

.ivee-product-benefit__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #d7b574;
}

.ivee-product-benefit__icon svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ivee-product-benefit__text {
	display: block;
	min-width: 0;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	column-gap: 24px;
	align-items: start;
	float: left;
	padding-right: 15px;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery__wrapper {
	grid-column: 2;
	float: none;
	width: 100%;
	padding-left: 0;
	overflow: hidden;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery > .product-extra-desc {
	grid-column: 2;
	width: 100%;
	margin-top: 28px;
	font-size: 16px;
	line-height: 1.7;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery > .product-extra-desc p {
	margin: 0 0 16px;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-control-thumbs {
	grid-column: 1;
	grid-row: 1;
	float: none;
	width: 86px;
	height: auto;
	max-height: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-control-thumbs li {
	float: none;
	width: 100%;
	margin: 0 !important;
	padding: 0 0 10px !important;
	box-sizing: border-box;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-control-thumbs li:last-child {
	margin-bottom: 0 !important;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-control-thumbs li img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product .nm-single-product.ivee-product-gallery-vertical #nm-product-gallery-thumbs-inner {
	width: 100%;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-control-thumbs .slick-list {
	overflow: hidden;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-control-thumbs .slick-track {
	display: block;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-control-thumbs .slick-slide {
	height: auto;
	outline: none;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-slick-arrow {
	position: absolute;
	left: 0;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #777;
	cursor: pointer;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-slick-arrow--prev {
	top: -32px;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-slick-arrow--next {
	bottom: -32px;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-slick-arrow span {
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid currentColor;
	border-left: 1px solid currentColor;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-slick-arrow--prev span {
	transform: rotate(45deg);
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-slick-arrow--next span {
	transform: rotate(225deg);
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-slick-arrow:hover {
	color: #d7b574;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-slick-arrow.slick-disabled {
	opacity: 0.28;
	cursor: default;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-rail-button {
	grid-column: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--ivee-gallery-thumb-size, 86px);
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #777;
	cursor: pointer;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-rail-button[hidden] {
	display: none;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-rail-button--prev {
	grid-row: 1;
	align-self: start;
	margin-top: -34px;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-rail-button--next {
	grid-row: 1;
	align-self: end;
	margin-bottom: -34px;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-rail-button span {
	display: block;
	width: 9px;
	height: 9px;
	border-top: 1px solid currentColor;
	border-left: 1px solid currentColor;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-rail-button--prev span {
	transform: rotate(45deg);
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-rail-button--next span {
	transform: rotate(225deg);
}

.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-rail-button:hover {
	color: #d7b574;
}

.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-direction-nav .flex-prev {
	left: 122px;
}

@media (min-width: 768px) {
	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery > .flex-direction-nav {
		display: none;
	}
}

@media (max-width: 767px) {
	.ivee-single-title-row {
		display: block;
	}

	.ivee-single-title-sku {
		display: inline-block;
		margin-top: 8px;
	}

	.ivee-product-benefits {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 18px;
	}

	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery {
		display: block;
		margin-bottom: 32px;
		padding-right: 0;
	}

	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery__wrapper,
	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-control-thumbs,
	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery > .product-extra-desc {
		width: 100%;
	}

	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery > .product-extra-desc {
		margin-top: 22px;
	}

	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-control-thumbs {
		max-height: none;
		margin: 10px -5px 0;
		overflow: visible;
	}

	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-control-thumbs li {
		float: left;
		width: 20%;
		margin-bottom: 10px;
		padding: 0 5px;
	}

	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-direction-nav {
		visibility: visible;
	}

	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-direction-nav a {
		top: 50%;
		opacity: 1;
		width: 48px;
		height: 96px;
		margin-top: -48px !important;
		color: #000;
		text-shadow: 0 1px 8px rgba(255, 255, 255, 0.55);
	}

	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-direction-nav .flex-prev {
		left: 10px;
	}

	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-direction-nav .flex-next {
		right: 10px;
	}

	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-direction-nav .flex-prev::after,
	.single-product .nm-single-product.ivee-product-gallery-vertical .woocommerce-product-gallery .flex-direction-nav .flex-next::after {
		font-size: 44px;
		line-height: 96px;
	}

	.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-slick-arrow,
	.single-product .nm-single-product.ivee-product-gallery-vertical .ivee-gallery-rail-button {
		display: none;
	}
}

body.ivee-pro-style.single-product .pswp,
body.ivee-pro-style.single-product .pswp__bg {
	background: #000 !important;
}

body.ivee-pro-style.single-product .pswp__bg {
	opacity: 0.96 !important;
}

body.ivee-pro-style.single-product .nm-product-pswp .pswp__counter {
	color: rgba(244, 241, 235, 0.9) !important;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.75);
}

body.ivee-pro-style.single-product .nm-product-pswp .pswp__button,
body.ivee-pro-style.single-product .nm-product-pswp .pswp__button::before {
	color: rgba(244, 241, 235, 0.9) !important;
	opacity: 0.95 !important;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.85);
}

body.ivee-pro-style.single-product .nm-product-pswp .pswp__button:hover,
body.ivee-pro-style.single-product .nm-product-pswp .pswp__button:hover::before {
	color: #d7b574 !important;
	opacity: 1 !important;
}

body.ivee-pro-style.single-product .nm-product-pswp .pswp__button--arrow--left,
body.ivee-pro-style.single-product .nm-product-pswp .pswp__button--arrow--right {
	color: rgba(244, 241, 235, 0.86) !important;
}
