/**
 * Novera Visual Shop storefront.
 * Every selector is deliberately scoped to the plugin namespace.
 */

.novera-visual-shop {
	--novera-background: #eee9e1;
	--novera-ink: #211f1c;
	--novera-cream: #fbf8f1;
	--novera-control: rgba(250, 247, 240, 0.84);
	--novera-control-dark: rgba(25, 23, 20, 0.72);
	--novera-viewport-width: 100vw;
	--novera-breakout-offset: calc(50% - 50vw);
	--novera-mobile-aspect-ratio: 9 / 16;
	position: relative;
	width: 100%;
	max-width: none;
	margin-block: 0;
	background: var(--novera-background);
	color: var(--novera-cream);
	isolation: isolate;
	overflow-x: clip;
	font-family: inherit;
}

.novera-visual-shop *,
.novera-visual-shop *::before,
.novera-visual-shop *::after {
	box-sizing: border-box;
}

.novera-visual-shop--edge-always {
	width: var(--novera-viewport-width);
	max-width: none;
	margin-inline: var(--novera-breakout-offset);
}

.novera-visual-shop__products {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.novera-product {
	position: relative;
	display: grid;
	width: 100%;
	height: clamp(700px, 92svh, 1080px);
	min-height: 0;
	margin: 0;
	padding: 0;
	background: var(--novera-background);
	overflow: hidden;
}

.novera-product-gallery,
.novera-product-gallery__track,
.novera-product-gallery__slide,
.novera-product__veil,
.novera-product__interface {
	grid-area: 1 / 1;
}

.novera-product-gallery {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	outline: none;
}

.novera-product-gallery:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.92);
	outline-offset: -5px;
}

.novera-product-gallery__track {
	display: flex;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	touch-action: pan-x pan-y pinch-zoom;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	cursor: grab;
}

.novera-product-gallery__track::-webkit-scrollbar {
	display: none;
}

.novera-product-gallery__track.is-novera-dragging {
	cursor: grabbing;
	user-select: none;
}

.novera-product-gallery__slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	min-width: 0;
	background: var(--novera-background);
}

.novera-visual-shop .novera-product-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	user-select: none;
	-webkit-user-drag: none;
}

.novera-product__veil {
	position: relative;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(16, 14, 12, 0.05) 0%, transparent 28%),
		linear-gradient(0deg, rgba(15, 13, 11, 0.48) 0%, rgba(15, 13, 11, 0.08) 35%, transparent 58%);
	transition: opacity 180ms ease;
}

.novera-product__interface {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	padding:
		clamp(28px, 5vw, 70px)
		max(clamp(20px, 4vw, 64px), env(safe-area-inset-right))
		max(clamp(30px, 6vw, 76px), env(safe-area-inset-bottom))
		max(clamp(20px, 4vw, 64px), env(safe-area-inset-left));
	pointer-events: none;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.novera-product--info-active .novera-product__veil,
.novera-product--info-active .novera-product__interface {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.novera-product-info {
	display: block;
	background: var(--novera-background);
	color: var(--novera-ink);
	opacity: 0.18;
	transition: opacity 160ms linear;
}

.novera-product-info__scroll {
	width: 100%;
	height: 100%;
	padding:
		max(clamp(44px, 8vh, 100px), env(safe-area-inset-top))
		max(clamp(28px, 7vw, 110px), env(safe-area-inset-right))
		max(clamp(52px, 10vh, 130px), env(safe-area-inset-bottom))
		max(clamp(28px, 7vw, 110px), env(safe-area-inset-left));
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior-y: auto;
	touch-action: pan-x pan-y pinch-zoom;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: rgba(33, 31, 28, 0.28) transparent;
	scrollbar-width: thin;
}

.novera-product-info__scroll:focus-visible {
	outline: 2px solid rgba(33, 31, 28, 0.7);
	outline-offset: -6px;
}

.novera-product-info__eyebrow {
	margin: 0 0 18px;
	color: rgba(33, 31, 28, 0.6);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.novera-product-info__title {
	max-width: 20ch;
	margin: 0;
	color: var(--novera-ink);
	font: inherit;
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -0.025em;
}

.novera-product-info__price {
	margin: 18px 0 clamp(30px, 5vh, 60px);
	color: var(--novera-ink);
	font-size: clamp(1.25rem, 2.4vw, 1.85rem);
	line-height: 1.15;
}

.novera-product-info__price del {
	opacity: 0.55;
	font-size: 0.75em;
}

.novera-product-info__price ins {
	color: inherit;
	text-decoration: none;
}

.novera-product-info__highlights,
.novera-product-info__attributes {
	display: grid;
	gap: 0;
	margin: 0 0 clamp(28px, 5vh, 54px);
	padding: 0;
}

.novera-product-info__fact,
.novera-product-info__attribute {
	display: grid;
	grid-template-columns: minmax(90px, 0.7fr) minmax(0, 1.3fr);
	gap: 18px;
	padding: 14px 0;
	border-top: 1px solid rgba(33, 31, 28, 0.16);
}

.novera-product-info__fact:last-child,
.novera-product-info__attribute:last-child {
	border-bottom: 1px solid rgba(33, 31, 28, 0.16);
}

.novera-product-info__fact dt,
.novera-product-info__attribute dt {
	color: rgba(33, 31, 28, 0.6);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.novera-product-info__fact dd,
.novera-product-info__attribute dd {
	margin: 0;
	color: var(--novera-ink);
	font-size: 0.95rem;
	line-height: 1.45;
}

.novera-product-info__summary,
.novera-product-info__description {
	max-width: 720px;
	margin: 0 0 clamp(26px, 4vh, 48px);
	color: var(--novera-ink);
	font-size: clamp(0.98rem, 1.5vw, 1.12rem);
	line-height: 1.72;
}

.novera-product-info__summary {
	font-size: clamp(1.08rem, 1.8vw, 1.3rem);
	line-height: 1.6;
}

.novera-product-info__summary > :first-child,
.novera-product-info__description > :first-child {
	margin-top: 0;
}

.novera-product-info__summary > :last-child,
.novera-product-info__description > :last-child {
	margin-bottom: 0;
}

.novera-product-info__summary a,
.novera-product-info__description a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.novera-product-info__sku {
	margin: 38px 0 0;
	color: rgba(33, 31, 28, 0.5);
	font-size: 0.68rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.novera-product__price {
	color: #000;
	font-family: "Abel", sans-serif;
	font-size: clamp(1.3rem, 2.2vw, 2rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.035em;
	text-align: center;
	text-shadow: none;
	pointer-events: auto;
}

.novera-product__price del {
	opacity: 0.66;
	font-size: 0.72em;
	font-weight: 400;
}

.novera-product__price ins {
	margin-inline-start: 0.25em;
	color: inherit;
	text-decoration: none;
}

.novera-visual-shop--price-left .novera-product__interface {
	align-items: flex-start;
}

.novera-visual-shop--price-right .novera-product__interface {
	align-items: flex-end;
}

.novera-product__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: min(100%, 390px);
	pointer-events: auto;
}

.novera-visual-shop--price-left .novera-product__actions {
	align-items: flex-start;
}

.novera-visual-shop--price-right .novera-product__actions {
	align-items: flex-end;
}

.novera-product__add-to-cart,
.novera-product__options,
.novera-product__sold,
.novera-product__unavailable {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	width: 100%;
	margin: 0;
	padding: 13px 22px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 999px;
	background: var(--novera-control);
	box-shadow: none;
	color: var(--novera-ink);
	font: inherit;
	font-size: clamp(0.68rem, 1.2vw, 0.78rem);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.14em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
	-webkit-appearance: none;
	appearance: none;
}

.novera-product__add-to-cart {
	border: 1px solid #000;
	border-radius: 8px;
	background: transparent;
	box-shadow: none;
	color: #000;
	cursor: pointer;
	font-family: "Abel", sans-serif;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.novera-product__add-to-cart:hover,
.novera-product__add-to-cart:focus-visible {
	border-color: #000;
	background: #000;
	color: #fff;
	outline: none;
}

.novera-product__add-to-cart.is-cart-state,
.novera-product__add-to-cart.is-cart-state:hover,
.novera-product__add-to-cart.is-cart-state:focus-visible {
	border-color: #000;
	background: #000;
	color: #fff;
}

.novera-product__button-label[hidden] {
	display: none;
}

.novera-product__options:hover,
.novera-product__options:focus-visible {
	border-color: rgba(255, 255, 255, 0.92);
	background: var(--novera-control-dark);
	color: #fff;
	outline: none;
}

.novera-product__add-to-cart:focus-visible,
.novera-product__options:focus-visible {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.novera-product__add-to-cart[disabled] {
	cursor: wait;
	opacity: 0.68;
}

.novera-product__sold,
.novera-product__unavailable {
	background: rgba(30, 28, 25, 0.58);
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

.novera-product__details {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.novera-product__details:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	padding: 8px 12px;
	overflow: visible;
	clip: auto;
	border-radius: 999px;
	background: rgba(20, 18, 16, 0.78);
	color: #fff;
	font-size: 0.78rem;
	white-space: normal;
}

.novera-product-gallery__controls {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-inline: clamp(14px, 3vw, 40px);
	pointer-events: none;
	transform: translateY(-50%);
}

.novera-product-gallery__arrow {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(250, 247, 240, 0.62);
	box-shadow: none;
	color: #26231f;
	font: inherit;
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
	pointer-events: auto;
	transition: opacity 160ms ease, background-color 160ms ease;
	-webkit-appearance: none;
	appearance: none;
}

.novera-product-gallery__arrow:hover,
.novera-product-gallery__arrow:focus-visible {
	background: rgba(250, 247, 240, 0.92);
	outline: none;
}

.novera-product-gallery__arrow:focus-visible {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.55);
}

.novera-product-gallery__arrow[disabled] {
	opacity: 0;
	pointer-events: none;
}

/* Mobile/tablet first-image swipe hint. Hidden outside the mobile/tablet mode. */
.novera-product-gallery__scroll-hint {
	display: none;
}

@media (max-width: 1023px), (min-width: 1024px) and (pointer: coarse) {
	.novera-product-gallery__scroll-hint {
		position: absolute;
		z-index: 5;
		right: max(24px, env(safe-area-inset-right));
		top: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: flex-end;
		width: 48px;
		height: 24px;
		margin: 0;
		padding: 0;
		border: 0 !important;
		border-radius: 0;
		background: transparent !important;
		box-shadow: none !important;
		color: #000;
		font: inherit;
		cursor: pointer;
		-webkit-appearance: none;
		appearance: none;
		text-decoration: none;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(-50%);
		transition: opacity 180ms ease, visibility 180ms ease;
	}

	.novera-product-gallery__scroll-hint.is-novera-scroll-hint-visible {
		opacity: 0.78;
		visibility: visible;
		pointer-events: auto;
		animation: novera-scroll-hint-in 520ms ease-out both;
	}

	.novera-product-gallery__scroll-hint-chevron {
		display: block;
		width: 9px;
		height: 9px;
		margin-left: -1px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(45deg);
	}
}

@keyframes novera-scroll-hint-in {
	0% {
		opacity: 0;
		transform: translate( -7px, -50% );
	}
	100% {
		opacity: 0.78;
		transform: translate( 0, -50% );
	}
}

.novera-visual-shop__sentinel {
	width: 100%;
	height: 2px;
	margin-top: -2px;
	pointer-events: none;
}

.novera-visual-shop__empty {
	margin: 0;
	padding: clamp(70px, 15vh, 160px) 24px;
	background: var(--novera-background);
	color: var(--novera-ink);
	font-size: 1rem;
	text-align: center;
}

.novera-visual-shop__status.is-visible {
	position: relative !important;
	display: block;
	width: min(100% - 32px, 560px) !important;
	height: auto !important;
	margin: 18px auto !important;
	padding: 12px 18px !important;
	overflow: visible !important;
	clip: auto !important;
	border: 1px solid rgba(33, 31, 28, 0.16) !important;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.6);
	color: var(--novera-ink);
	font-size: 0.82rem;
	line-height: 1.4;
	text-align: center;
	white-space: normal !important;
}

.novera-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (min-width: 768px) {
	.novera-visual-shop--desktop-contained {
		width: min(100%, 1440px);
		margin-inline: auto;
	}

	.novera-visual-shop--desktop-wide .novera-product {
		height: clamp(720px, 94vh, 1120px);
	}
}

@media (max-width: 767px) {
	.novera-visual-shop--edge-mobile {
		width: var(--novera-viewport-width);
		max-width: none;
		margin-inline: var(--novera-breakout-offset);
	}

	.novera-visual-shop .novera-visual-shop__products {
		display: block;
		gap: 0;
		margin: 0;
		padding: 0;
	}

	.novera-visual-shop .novera-product,
	.novera-visual-shop--mobile-compact .novera-product {
		display: grid;
		width: 100%;
		height: auto;
		min-height: 0;
		max-height: none;
		aspect-ratio: var(--novera-mobile-aspect-ratio);
		grid-template-rows: minmax(0, 1fr);
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.novera-visual-shop .novera-product-gallery,
	.novera-visual-shop .novera-product__veil,
	.novera-visual-shop .novera-product__interface {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		min-width: 0;
		min-height: 0;
	}

	.novera-visual-shop .novera-product + .novera-product {
		margin-top: 0;
	}

	.novera-visual-shop .novera-product-gallery,
	.novera-visual-shop .novera-product-gallery__track,
	.novera-visual-shop .novera-product-gallery__slide {
		width: 100%;
		height: 100%;
		min-width: 0;
		min-height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
	}

	.novera-visual-shop .novera-product-gallery__slide:not(.novera-product-gallery__slide--info) {
		background: transparent;
	}

	.novera-visual-shop .novera-product-gallery__image {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		object-fit: cover;
		object-position: 50% 50%;
		border: 0;
		border-radius: 0;
	}

	.novera-visual-shop .novera-product__veil {
		background: linear-gradient(
			0deg,
			rgba(15, 13, 11, 0.36) 0%,
			rgba(15, 13, 11, 0.08) 30%,
			transparent 58%
		);
	}

	.novera-product-gallery__controls {
		display: none;
	}

	.novera-product__interface {
		gap: 13px;
		padding-top: max(24px, env(safe-area-inset-top));
		padding-bottom: max(26px, env(safe-area-inset-bottom));
	}

	.novera-product__actions {
		width: 100%;
	}

	.novera-product__add-to-cart,
	.novera-product__options,
	.novera-product__sold,
	.novera-product__unavailable {
		min-height: 50px;
	}

	.novera-product__add-to-cart {
		width: min(76vw, 315px);
		min-height: 42px;
		padding: 9px 18px;
	}

	.novera-product-info__scroll {
		padding:
			max(36px, env(safe-area-inset-top))
			max(24px, env(safe-area-inset-right))
			max(48px, env(safe-area-inset-bottom))
			max(24px, env(safe-area-inset-left));
	}

	.novera-product-info__title {
		font-size: clamp(2rem, 10vw, 3.15rem);
	}

	.novera-product-info__fact,
	.novera-product-info__attribute {
		grid-template-columns: minmax(82px, 0.75fr) minmax(0, 1.25fr);
		gap: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.novera-visual-shop *,
	.novera-visual-shop *::before,
	.novera-visual-shop *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}


/*
 * Novera desktop mode.
 *
 * IMPORTANT: everything below is desktop-only. The existing mobile/tablet
 * rules above remain the source of truth below 1024px.
 */

/*
 * Novera Visual Shop V1.3.0 — clean desktop layout.
 *
 * IMPORTANT:
 * Desktop is intentionally implemented as one viewport-width grid.
 * The grid is centered against the actual viewport, not against the
 * Elementor/Blocksy content-box. This removes left/right parent padding
 * from the visual result and gives two exact 50vw panels with zero seam.
 *
 * Smartphone/tablet CSS is untouched.
 */
@media (min-width: 1024px) and (pointer: fine) {

	/* Break out of any centered Elementor/Blocksy content wrapper. */
	.novera-visual-shop {
		position: relative !important;
		display: block !important;
		width: 100vw !important;
		max-width: 100vw !important;
		min-width: 100vw !important;
		margin: 0 !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	/* Exactly two 50vw panels per row. No gap, no overlap, no negative margins. */
	.novera-visual-shop__products {
		position: relative !important;
		display: grid !important;
		grid-template-columns: 50vw 50vw !important;
		grid-auto-flow: row !important;
		grid-auto-rows: auto !important;
		align-items: stretch !important;
		justify-items: stretch !important;

		width: 100vw !important;
		max-width: 100vw !important;
		min-width: 100vw !important;

		margin: 0 !important;
		padding: 0 !important;

		gap: 0 !important;
		column-gap: 0 !important;
		row-gap: 0 !important;

		border: 0 !important;
		overflow: visible !important;
		box-sizing: border-box !important;

		/* Neutralise any inherited transform/positioning from older versions. */
		left: auto !important;
		right: auto !important;
		transform: none !important;
	}

	.novera-visual-shop__products > .novera-product {
		position: relative !important;
		display: grid !important;

		width: 50vw !important;
		max-width: 50vw !important;
		min-width: 50vw !important;
		height: clamp(700px, 92svh, 1080px) !important;
		min-height: 0 !important;

		margin: 0 !important;
		padding: 0 !important;

		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;

		background: var(--novera-background) !important;
		overflow: hidden !important;

		left: auto !important;
		right: auto !important;
		transform: none !important;
		z-index: 1 !important;
		box-sizing: border-box !important;
	}

	/* Absolutely no seam compensation: panels meet at x = 50vw. */
	.novera-visual-shop__products > .novera-product:nth-child(odd),
	.novera-visual-shop__products > .novera-product:nth-child(even) {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.novera-visual-shop .novera-product-gallery,
	.novera-visual-shop .novera-product-gallery__track,
	.novera-visual-shop .novera-product-gallery__slide {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		height: 100% !important;
		min-height: 0 !important;

		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-sizing: border-box !important;
	}

	.novera-visual-shop .novera-product-gallery__track {
		scroll-behavior: auto !important;
		scroll-snap-type: none !important;
	}

	.novera-visual-shop .novera-product-gallery__slide {
		flex: 0 0 100% !important;
	}

	.novera-visual-shop .novera-product-gallery__image {
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		object-fit: cover !important;
		object-position: center !important;
		box-sizing: border-box !important;
	}

	/* Minimal standalone black chevrons. */
	.novera-visual-shop .novera-product-gallery__controls {
		position: absolute !important;
		z-index: 4 !important;
		top: 50% !important;
		left: 0 !important;
		width: 100% !important;
		padding: 0 22px !important;
		margin: 0 !important;
		transform: translateY(-50%) !important;
		box-sizing: border-box !important;
	}

	.novera-visual-shop .novera-product-gallery__arrow {
		display: inline-grid !important;
		place-items: center !important;
		width: 28px !important;
		height: 40px !important;
		min-width: 28px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		color: transparent !important;
		font-size: 0 !important;
	}

	.novera-visual-shop .novera-product-gallery__arrow::before {
		content: "" !important;
		display: block !important;
		width: 10px !important;
		height: 10px !important;
		border: solid #000 !important;
		border-width: 1.5px 1.5px 0 0 !important;
	}

	.novera-visual-shop .novera-product-gallery__arrow--next::before {
		transform: rotate(45deg) !important;
	}

	.novera-visual-shop .novera-product-gallery__arrow--previous::before {
		transform: rotate(-135deg) !important;
	}

	.novera-visual-shop .novera-product-gallery__arrow:hover::before {
		opacity: 0.62;
	}

	.novera-visual-shop .novera-product__interface {
		padding:
			28px
			max(28px, env(safe-area-inset-right))
			max(34px, env(safe-area-inset-bottom))
			max(28px, env(safe-area-inset-left)) !important;
		box-sizing: border-box !important;
	}

	.novera-visual-shop .novera-product__actions {
		width: min(100%, 390px) !important;
	}

	.novera-visual-shop .novera-product__add-to-cart {
		width: 100% !important;
	}
}


/* V1.3.5 mobile corrections: force the requested visible button rounding and keep
 * the existing next-photo control as a bare, transparent clickable target. */
@media (max-width: 1023px), (min-width: 1024px) and (pointer: coarse) {
	.novera-visual-shop .novera-product__add-to-cart {
		border-radius: 16px !important;
	}

	.novera-visual-shop .novera-product-gallery__scroll-hint,
	.novera-visual-shop .novera-product-gallery__scroll-hint:hover,
	.novera-visual-shop .novera-product-gallery__scroll-hint:focus,
	.novera-visual-shop .novera-product-gallery__scroll-hint:active {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 48px !important;
		height: 48px !important;
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: none !important;
		background-color: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
		outline: 0 !important;
		appearance: none !important;
		-webkit-appearance: none !important;
		pointer-events: auto !important;
		z-index: 10 !important;
		-webkit-tap-highlight-color: transparent !important;
	}

	.novera-visual-shop .novera-product-gallery__scroll-hint::before,
	.novera-visual-shop .novera-product-gallery__scroll-hint::after {
		content: none !important;
		display: none !important;
	}
}
