:root {
	--vivart-bg: #ffffff;
	--vivart-media-bg: #f3f1ed;
	--vivart-text: #0b0b0b;
	--vivart-line: rgba(11, 11, 11, 0.55);
}

.single-product .vivart-single-product-main {
	width: 100%;
	max-width: none !important;
	padding: 0 !important;
}

.vivart-product {
	width: 100%;
	margin: 0;
	background: var(--vivart-bg);
	color: var(--vivart-text);
}

.vivart-product * {
	box-sizing: border-box;
}

.vivart-product > section {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.vivart-product-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(480px, 0.95fr);
	min-height: min(760px, calc(100vh - 90px));
	border-bottom: 1px solid var(--vivart-line);
	background: #fff;
}

.vivart-product-info {
	display: flex;
	flex-direction: column;
	padding: clamp(28px, 4.5vw, 80px) clamp(24px, 4vw, 76px) 42px;
}

.vivart-product-breadcrumbs {
	margin-bottom: 22px;
	font-size: 11px;
}

.vivart-product-breadcrumbs .woocommerce-breadcrumb {
	margin: 0;
	color: inherit;
	font-size: inherit;
}

.vivart-product-title {
	max-width: 760px;
	margin: 0 0 22px;
	line-height: 1;
	color: inherit;
}

.vivart-product-excerpt {
	margin: 0;
	padding: 14px 0 15px;
	border-top: 1px solid var(--vivart-line);
	border-bottom: 1px solid var(--vivart-line);
	font-size: 17px;
	line-height: 1.45;
}

.vivart-product-excerpt p,
.vivart-tab-panel p {
	margin: 0;
}

.vivart-product-tabs {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	min-height: 128px;
	padding: 18px 0;
	border-bottom: 1px solid var(--vivart-line);
}

.vivart-tab-list {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

.vivart-tab-list button {
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
	opacity: 0.58;
}

.vivart-tab-list button.is-active {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.vivart-tab-panel {
	max-width: 630px;
	font-size: 16px;
	line-height: 1.55;
}

.vivart-product-purchase-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding: 18px 0;
	border-bottom: 1px solid var(--vivart-line);
}

.vivart-product-price {
	font-size: 24px;
}

.vivart-product-price del {
	font-size: 0.75em;
	opacity: 0.55;
}

.vivart-product-stock {
	font-size: 13px;
}

.vivart-product-stock.is-out-of-stock {
	color: #8a1f1f;
}

.vivart-product-cart {
	margin-top: 18px;
}

.vivart-product-cart form.cart,
.vivart-product-cart .variations_form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
}

.vivart-product-cart .variations {
	width: 100%;
	margin: 0 0 6px;
	border-collapse: collapse;
}

.vivart-product-cart .variations th,
.vivart-product-cart .variations td {
	padding: 7px 0;
	text-align: left;
}

.vivart-product-cart .variations select {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--vivart-line);
	border-radius: 0;
	background: transparent;
}

.vivart-product-cart .quantity {
	width: 92px;
}

.vivart-product-cart .quantity input {
	width: 100%;
	height: 48px;
	border: 1px solid #000;
	border-radius: 0;
	background: transparent;
}

.vivart-product-cart .single_variation_wrap,
.vivart-product-cart .woocommerce-variation-add-to-cart {
	width: 100%;
}

.vivart-product-cart .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.vivart-product-cart .single_add_to_cart_button,
.vivart-product-cart button.single_add_to_cart_button {
	flex: 1 0 100%;
	width: 100%;
	min-height: 58px;
	padding: 16px 24px;
	border: 1px solid #000;
	border-radius: 0;
	background: #000;
	color: #fff;
	font-size: 16px;
}

.vivart-product-cart .single_add_to_cart_button:hover,
.vivart-product-cart .single_add_to_cart_button:focus-visible {
	border-color: #6cbab1;
	background: #6cbab1;
	color: #fff;
}

.vivart-product-cart .added_to_cart {
	display: none !important;
}

.vivart-product-gallery {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 16px;
	background: #fff;
}

.vivart-product-gallery-inner {
	width: 100%;
	min-width: 0;
}

.vivart-product-gallery .onsale {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 4;
}

.vivart-hero-image-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--vivart-media-bg);
}

.vivart-hero-image-frame:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.vivart-hero-image-frame[tabindex] {
	touch-action: pan-y;
}

.vivart-product-gallery-slides {
	position: absolute;
	inset: 0;
}

.vivart-product-gallery-slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 260ms ease, visibility 260ms ease;
}

.vivart-product-gallery-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.vivart-hero-image-frame .vivart-hero-product-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	padding: 0;
	object-fit: cover;
	object-position: center;
	background: var(--vivart-media-bg);
}

.vivart-product-gallery-arrow {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(13, 13, 13, 0.68);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.88);
	color: #0d0d0d;
	transform: translateY(-50%);
	cursor: pointer;
	backdrop-filter: blur(4px);
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.vivart-product-gallery-arrow.is-prev {
	left: 18px;
}

.vivart-product-gallery-arrow.is-next {
	right: 18px;
}

.vivart-product-gallery-arrow:hover,
.vivart-product-gallery-arrow:focus-visible {
	border-color: #6cbab1;
	background: #6cbab1;
	color: #fff;
	transform: translateY(-50%) scale(1.04);
}

.vivart-product-gallery-arrow .vivart-arrow-icon {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vivart-product-gallery-thumbnails {
	display: flex;
	gap: 10px;
	justify-content: center;
	max-width: 100%;
	margin-top: 12px;
	padding: 0 2px 2px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.vivart-product-gallery-thumbnail {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	padding: 0;
	border: 1px solid rgba(13, 13, 13, 0.24);
	border-radius: 0;
	background: var(--vivart-media-bg);
	opacity: 0.65;
	overflow: hidden;
	cursor: pointer;
	transition: border-color 180ms ease, opacity 180ms ease;
}

.vivart-product-gallery-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.vivart-product-gallery-thumbnail.is-active,
.vivart-product-gallery-thumbnail:hover,
.vivart-product-gallery-thumbnail:focus-visible {
	border-color: #0d0d0d;
	opacity: 1;
}

.vivart-about-product {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 800px;
	background: #fff;
}

/* Editorial breathing room between the hero and About only. */
.vivart-product > .vivart-about-product {
	margin-top: clamp(56px, 6vw, 96px) !important;
}

.vivart-about-image {
	min-height: 800px;
	height: 800px;
	background: #cbb9a8;
}

.vivart-about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vivart-about-copy {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(42px, 5vw, 86px);
}

.vivart-about-copy h2 {
	margin: 0 0 22px;
	font-size: clamp(46px, 4vw, 76px);
	line-height: 1;
	color: inherit;
}

.vivart-about-description {
	max-width: 720px;
	font-size: 15px;
	line-height: 1.55;
}

.vivart-product-values {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--vivart-line);
	border-bottom: 1px solid var(--vivart-line);
}

.vivart-product-values div {
	padding: 28px 20px;
	border-right: 1px solid var(--vivart-line);
	font-size: clamp(16px, 1.4vw, 24px);
	text-align: center;
}

.vivart-product-values div:last-child {
	border-right: 0;
}

.vivart-discover-more {
	padding: clamp(46px, 4vw, 76px) clamp(22px, 3vw, 54px) clamp(65px, 6vw, 110px);
	background: #fff;
}

.vivart-discover-more > h2 {
	margin: 0 0 28px;
	font-size: clamp(42px, 4vw, 72px);
	color: inherit;
}

.vivart-related-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.vivart-related-card {
	color: inherit;
	text-decoration: none;
}

.vivart-related-image {
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: var(--vivart-media-bg);
}

.vivart-related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 450ms ease;
}

.vivart-related-card:hover .vivart-related-image img {
	transform: scale(1.025);
}

.vivart-related-card h3 {
	margin: 14px 0 3px;
	color: inherit;
	font-size: 16px;
}

.vivart-related-price {
	font-size: 16px;
}

.vivart-social-collage {
	position: relative;
	min-height: 900px;
	overflow: hidden;
	background: rgba(108, 186, 177, 0.10);
}

.vivart-social-center {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	width: min(420px, 40vw);
	text-align: center;
	transform: translate(-50%, -50%);
}

.vivart-social-center h2 {
	margin: 0 0 14px;
	font-size: clamp(48px, 5vw, 86px);
	color: inherit;
}

.vivart-social-center p {
	margin: 0 0 18px;
	font-size: 14px;
}

.vivart-social-center a {
	display: inline-block;
	padding: 11px 22px;
	border: 1px solid #000;
	color: #000;
	font-size: 13px;
	text-decoration: none;
}

.vivart-social-center a:hover,
.vivart-social-center a:focus-visible {
	border-color: #6cbab1;
	background: #6cbab1;
	color: #fff;
}

.vivart-social-image {
	position: absolute;
	object-fit: cover;
	will-change: transform;
}

.vivart-social-image-1 {
	top: 50px;
	left: 2vw;
	width: 20vw;
	height: 315px;
}

.vivart-social-image-2 {
	bottom: -35px;
	left: 23vw;
	width: 17vw;
	height: 280px;
}

.vivart-social-image-3 {
	top: 32px;
	left: 28vw;
	width: 14vw;
	height: 205px;
}

.vivart-social-image-4 {
	top: 105px;
	right: 25vw;
	width: 17vw;
	height: 300px;
}

.vivart-social-image-5 {
	right: 11vw;
	bottom: 28px;
	width: 18vw;
	height: 280px;
}

.vivart-social-image-6 {
	top: 45px;
	right: 1.5vw;
	width: 14vw;
	height: 235px;
}

@media (max-width: 1024px) {
	.vivart-product-hero {
		min-height: auto;
	}

	.vivart-about-copy {
		padding: 65px 45px;
	}
}

@media (max-width: 767px) {
	.vivart-product-hero,
	.vivart-about-product {
		grid-template-columns: 1fr;
	}

	.vivart-product-info {
		padding: 18px 10px 30px;
	}

	.vivart-product-title {
		margin-bottom: 16px;
	}

	.vivart-product > .vivart-about-product {
		margin-top: 40px !important;
	}

	.vivart-product-breadcrumbs {
		margin-bottom: 16px;
	}

	.vivart-product-gallery {
		grid-row: 1;
		min-height: auto;
		padding: 20px 10px 10px;
	}

	.vivart-product-gallery-arrow {
		width: 40px;
		height: 40px;
	}

	.vivart-product-gallery-arrow.is-prev {
		left: 10px;
	}

	.vivart-product-gallery-arrow.is-next {
		right: 10px;
	}

	.vivart-product-gallery-thumbnail {
		flex-basis: 58px;
		width: 58px;
		height: 58px;
	}

	.vivart-hero-image-frame .vivart-hero-product-image {
		min-height: 0;
		padding: 0;
		object-fit: cover;
	}

	.vivart-product-tabs {
		grid-template-columns: minmax(108px, 31%) minmax(0, 1fr);
		column-gap: 14px;
		min-height: auto;
	}

	.vivart-tab-list,
	.vivart-tab-panels,
	.vivart-tab-panel {
		min-width: 0;
	}

	.vivart-tab-list button {
		width: 100%;
		font-size: 12px;
		white-space: normal;
	}

	.vivart-tab-panel {
		font-size: 15px;
	}

	.vivart-about-image,
	.vivart-about-product {
		min-height: auto;
	}

	.vivart-about-image {
		height: auto;
		aspect-ratio: 1 / 1;
	}

	.vivart-about-copy {
		padding: 52px 22px 62px;
	}

	.vivart-product-values {
		grid-template-columns: 1fr 1fr;
	}

	.vivart-product-values div {
		border-bottom: 1px solid var(--vivart-line);
	}

	.vivart-product-values div:nth-child(2) {
		border-right: 0;
	}

	.vivart-product-values div:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.vivart-related-grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 10px;
	}

	.vivart-related-card {
		flex: 0 0 82%;
		scroll-snap-align: start;
	}

	.vivart-social-collage {
		display: block;
		min-height: 1050px;
		padding: 0;
	}

	.vivart-social-center {
		position: absolute;
		top: 250px;
		left: 50%;
		width: 88%;
		padding: 0 8px;
		transform: translateX(-50%);
	}

	.vivart-social-center h2 {
		font-size: clamp(44px, 14vw, 60px);
	}

	.vivart-social-center p {
		font-size: 13px;
	}

	.vivart-social-image {
		position: absolute;
		aspect-ratio: auto;
		will-change: transform;
	}

	.vivart-social-image-1 {
		top: 55px;
		left: 4%;
		width: 31%;
		height: 185px;
	}

	.vivart-social-image-2 {
		top: 90px;
		right: 4%;
		left: auto;
		width: 31%;
		height: 180px;
	}

	.vivart-social-image-3 {
		top: 410px;
		left: 8%;
		width: 29%;
		height: 180px;
	}

	.vivart-social-image-4 {
		top: 465px;
		right: 5%;
		left: auto;
		width: 31%;
		height: 195px;
	}

	.vivart-social-image-5 {
		top: 720px;
		bottom: auto;
		left: 4%;
		width: 32%;
		height: 190px;
	}

	.vivart-social-image-6 {
		top: 765px;
		right: 8%;
		width: 30%;
		height: 180px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vivart-product-gallery-slide,
	.vivart-product-gallery-arrow,
	.vivart-product-gallery-thumbnail {
		transition: none;
	}
}
