body.mastercraft-theme
{
	background: #080808;
	color: #f7f7f5;
}
.mastercraft-theme .site-header,
.mastercraft-theme .site-header.fixed,
.mastercraft-theme .site-header.is-open .site-menu
{
	background: #080808;
	border-bottom: 1px solid #303030;
	box-shadow: none;
}
.mastercraft-theme .site-navigation a,
.mastercraft-theme .site-navigation summary,
.mastercraft-theme .site-menu-toggle
{
	color: #f7f7f5;
}
.mastercraft-theme .site-brand
{
	background: #fff;
	border-radius: 3px;
	padding: 5px;
}
.mastercraft-theme .site-brand img
{
	max-width: 100%;
}
.mastercraft-theme .site-navigation .site-nav-submenu
{
	background: #191919;
	border-color: #363636;
}
.mastercraft-theme .site-nav-submenu a:hover
{
	background: #292929;
}
.mastercraft-theme .site-inspiration-mobile strong
{
	color: #181818;
}
.mastercraft-theme .site-nav-utilities
{
	border-color: #363636;
}
.mastercraft-theme footer a[href="https://www.fotori.cz/"],
.mastercraft-theme footer a[href="/vyvolani-filmu"]
{
	display: none;
}

.mastercraft-theme .mastercraft-page .mc-contact,
.mastercraft-theme .mastercraft-page .mc-contact a
{
	color: #fff;
}

.mastercraft-theme footer
{
	background: #080808;
	border-top: 1px solid #303030;
	color: #bbb;
}
.mastercraft-theme footer a
{
	color: #d5d5d5;
}
.mastercraft-theme footer strong
{
	color: #fff;
}
.mastercraft-page
{
	font-size: 18px;
	line-height: 1.65;
}
.mastercraft-page .mc-container
{
	width: calc(100% - 96px);
	max-width: 1280px;
	margin-inline: auto;
}
.mastercraft-page h1,
.mastercraft-page h2,
.mastercraft-page h3
{
	color: #f7f7f5;
	font-weight: 500;
	line-height: 1.15;
	letter-spacing: -.035em;
}
.mastercraft-page h1
{
	font-size: clamp(40px, 4.5vw, 66px);
	margin: 0 0 30px;
}
.mastercraft-page h2
{
	font-size: clamp(30px, 3vw, 42px);
	margin: 0 0 28px;
}
.mastercraft-page h3
{
	font-size: 24px;
	margin: 0 0 18px;
}
.mastercraft-page p
{
	color: #bcbcbc;
	margin: 0 0 22px;
}
.mastercraft-page .mc-eyebrow
{
	color: #e7e7e7;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .15em;
	text-transform: uppercase;
	margin-bottom: 26px;
	width: fit-content;
}
.mastercraft-page .mc-eyebrow::before
{
	content: '';
	display: block;
	width: 72px;
	border-top: 3px solid #c73832;
	margin-bottom: 20px;
}
.mastercraft-page .mc-lead
{
	font-size: 21px;
	line-height: 1.6;
	color: #e5e5e3;
}
.mastercraft-page .mc-caption
{
	margin: 0;
}
.mastercraft-page .mc-hero .mc-caption
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 14px;
	max-width: 540px;
	margin: 28px auto 0;
	padding: 15px 20px;
	border-block: 1px solid rgb(255 255 255 / 18%);
	background: linear-gradient(90deg, transparent, rgb(255 255 255 / 6%), transparent);
	color: #e7e7e4;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
}
.mastercraft-page .mc-caption-brand
{
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.mastercraft-page .mc-caption-certification
{
	color: #efefec;
}
.mastercraft-page .mc-hero
{
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: 64px;
	align-items: center;
	padding-block: 80px;
}
.mastercraft-page .mc-hero-visual
{
	margin: 0;
}
.mastercraft-page .mc-hero-visual img
{
	width: 100%;
	height: 560px;
	object-fit: cover;
}
.mastercraft-page .mc-hero-visual .mc-hero-carousel,
.mastercraft-page .mc-hero-visual .carousel-inner,
.mastercraft-page .mc-hero-visual .carousel-item
{
	height: 560px;
}
.mastercraft-page .mc-hero-visual .carousel-item > img,
.mastercraft-page .mc-hero-visual .carousel-item > video
{
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}
.mastercraft-page .mc-hero-visual .carousel-control-prev,
.mastercraft-page .mc-hero-visual .carousel-control-next
{
	width: 14%;
}
.mastercraft-page figcaption
{
	color: #999;
	font-size: 12px;
	padding-top: 10px;
}
.mastercraft-page .mc-actions
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px 28px;
	margin: 30px 0 24px;
}
.mastercraft-page .mc-button
{
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	background: #c73832;
	color: #fff;
	padding: 15px 22px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	min-height: 52px;
}
.mastercraft-page .mc-button:hover
{
	background: #a82b27;
}
.mastercraft-page .mc-link
{
	color: #f5f5f5;
	font-size: 16px;
	text-decoration: none;
	padding-block: 10px;
	border-bottom: 1px solid #666;
}
.mastercraft-page .mc-link:hover
{
	border-color: #fff;
}
.mastercraft-page a:focus-visible,
.mastercraft-page summary:focus-visible
{
	outline: 2px solid #fff;
	outline-offset: 5px;
}
.mastercraft-page .mc-section
{
	padding-block: 72px;
	border-top: 1px solid #303030;
	scroll-margin-top: 125px;
}
.mastercraft-page .mc-editorial
{
	display: grid;
	grid-template-columns: .85fr 1.5fr;
	gap: 100px;
}
.mastercraft-page .mc-benefits
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	padding-bottom: 60px;
}
.mastercraft-page .mc-certification-logo
{
	display: block;
	width: min(100%, 320px);
	height: auto;
	margin: 12px auto 0;
}
.mastercraft-page .mc-certification-brand
{
	display: block;
	width: min(100%, 360px);
	height: auto;
	margin: 0 auto;
}
.mastercraft-page .mc-process-summary
{
	font-size: 14px;
	color: #eee;
	border-block: 1px solid #333;
	padding-block: 20px;
}
.mastercraft-page .mc-certification .mc-process-summary
{
	grid-column: 1 / -1;
	margin: 0;
	font-size: clamp(18px, 2vw, 26px);
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
}
.mastercraft-page .mc-list
{
	color: #ddd;
	padding-left: 22px;
	margin-block: 28px;
}
.mastercraft-page .mc-list li
{
	padding: 5px 0;
}
.mastercraft-page .mc-highlight
{
	margin: 25px 0;
	padding: 18px 22px;
	border-left: 3px solid #c73832;
	background: #151515;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
}
.mastercraft-page .mc-steps
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px 48px;
	list-style: none;
	margin: 45px 0 25px;
	padding: 0;
}
.mastercraft-page .mc-steps p,
.mastercraft-page .mc-benefits p,
.mastercraft-page .mc-audiences p
{
	font-size: 17px;
}
.mastercraft-page .mc-audiences
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px 72px;
	margin-top: 40px;
}
.mastercraft-page .mc-related-products
{
	display: flex;
	gap: 28px;
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid #303030;
}
.mastercraft-page .mc-related-products a,
.mastercraft-page .mc-contact a
{
	color: #eee;
	text-underline-offset: 4px;
}
.mastercraft-page .mc-faq details
{
	border-bottom: 1px solid #333;
}
.mastercraft-page .mc-faq summary
{
	cursor: pointer;
	font-size: 19px;
	color: #eee;
	padding: 20px 0;
}
.mastercraft-page .mc-faq p
{
	font-size: 17px;
	padding-bottom: 8px;
}
.mastercraft-page .mc-consultation
{
	padding-block: 85px 95px;
}
.mastercraft-page .mc-consultation h2,
.mastercraft-page .mc-consultation .mc-lead
{
	max-width: 800px;
}
.mastercraft-page .mc-contact
{
	font-size: 16px;
	margin-top: 35px;
}
.mastercraft-page .mc-consultation .mc-contact-prominent
{
	width: 100%;
	margin-top: 42px;
	font-size: clamp(19px, 2.2vw, 28px);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: .01em;
}
.mastercraft-theme .content-editor #images.vystavniTiskFlex .item-wrapper
{
	max-width: 100%;
	padding-right: calc(var(--physical-frame-width, 0px) + 12px);
	padding-left: calc(var(--physical-frame-width, 0px) + 12px);
}
.mastercraft-theme .content-editor #images.vystavniTiskFlex .item
{
	max-width: 100%;
}
.mastercraft-theme .content-editor #images.vystavniTiskFlex .item .image-wrapper
{
	isolation: isolate;
}
.mastercraft-theme .content-editor #images.vystavniTiskFlex .item .image-wrapper::before
{
	position: absolute;
	inset: calc(-12px - var(--physical-frame-width, 0px));
	z-index: -1;
	background-color: #fff;
	background-image: conic-gradient(#000 0 25%, #fff 0 50%, #000 0 75%, #fff 0);
	background-size: 16px 16px;
	box-shadow: 0 0 0 1px #666;
	content: '';
	pointer-events: none;
}
@media (max-width: 991px)
{
	.mastercraft-page .mc-hero
	{
		grid-template-columns: 1fr;
		gap: 30px;
		padding-block: 48px;
	}
	.mastercraft-page .mc-hero-visual img
	{
		height: auto;
		aspect-ratio: 3 / 2;
	}
	.mastercraft-page .mc-hero-visual .mc-hero-carousel,
	.mastercraft-page .mc-hero-visual .carousel-inner,
	.mastercraft-page .mc-hero-visual .carousel-item
	{
		height: auto;
		aspect-ratio: 3 / 2;
	}
	.mastercraft-page .mc-editorial
	{
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.mastercraft-page .mc-certification-logo
	{
		max-width: 330px;
		margin: 12px auto 0;
	}
	.mastercraft-page .mc-benefits,
	.mastercraft-page .mc-steps,
	.mastercraft-page .mc-audiences
	{
		grid-template-columns: repeat(2, 1fr);
		gap: 28px;
	}
}
@media (max-width: 599px)
{
	.mastercraft-page
	{
		font-size: 17px;
	}
	.mastercraft-page .mc-container
	{
		width: calc(100% - 40px);
	}
	.mastercraft-page h1
	{
		font-size: 36px;
		margin-bottom: 22px;
	}
	.mastercraft-page .mc-hero
	{
		padding-block: 32px;
		gap: 22px;
	}
	.mastercraft-page .mc-heading .mc-lead
	{
		font-size: 18px;
		line-height: 1.55;
	}
	.mastercraft-page .mc-heading .mc-eyebrow
	{
		font-size: 10px;
		margin-bottom: 20px;
	}
	.mastercraft-page .mc-heading .mc-button
	{
		font-size: 13px;
		padding: 14px 16px;
		gap: 12px;
	}
	.mastercraft-page .mc-heading .mc-link
	{
		font-size: 13px;
	}
	.mastercraft-page .mc-lead
	{
		font-size: 19px;
	}
	.mastercraft-page .mc-section
	{
		padding-block: 44px;
		scroll-margin-top: 110px;
	}
	.mastercraft-page .mc-benefits,
	.mastercraft-page .mc-steps,
	.mastercraft-page .mc-audiences
	{
		grid-template-columns: 1fr;
		gap: 22px;
	}
	.mastercraft-page .mc-benefits
	{
		padding-bottom: 30px;
	}
	.mastercraft-page .mc-actions
	{
		gap: 14px;
	}
	.mastercraft-page .mc-contact
	{
		line-height: 2;
	}
	.mastercraft-page .mc-consultation .mc-contact-prominent
	{
		margin-top: 32px;
		line-height: 1.6;
	}
}

.mastercraft-selection-page
{
	min-height: 70vh;
	padding: 74px 0 110px;
	background: #080808;
}

.mastercraft-selection-page .mc-selection-intro
{
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
	gap: clamp(48px, 8vw, 120px);
	align-items: end;
	padding-bottom: 74px;
	border-bottom: 1px solid #2a2a2a;
}

.mastercraft-selection-page .mc-selection-heading h1
{
	max-width: 760px;
	margin-bottom: 24px;
	font-size: clamp(40px, 5vw, 68px);
}

.mastercraft-selection-page .mc-selection-heading .mc-lead
{
	max-width: 680px;
}

.mastercraft-selection-page .mc-upload-panel
{
	padding: 24px;
	border: 1px solid #333;
	background: #111;
}

.mastercraft-selection-page .mc-upload-dropzone
{
	display: flex;
	min-height: 210px;
	padding: 34px;
	border: 1px dashed #5a5a5a;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	text-align: center;
	transition: border-color 160ms ease, background-color 160ms ease;
}

.mastercraft-selection-page .mc-upload-dropzone:hover,
.mastercraft-selection-page .mc-upload-dropzone.is-dragging
{
	border-color: #c84a3d;
	background: #171212;
}

.mastercraft-selection-page .mc-upload-dropzone.is-uploading
{
	pointer-events: none;
	opacity: 0.64;
}

.mastercraft-selection-page .mc-upload-dropzone input
{
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}

.mastercraft-selection-page .mc-upload-title
{
	display: inline-flex;
	margin-bottom: 12px;
	padding: 14px 22px;
	background: #c84a3d;
	color: #fff;
	font-weight: 700;
}

.mastercraft-selection-page .mc-upload-dropzone > span:last-of-type,
.mastercraft-selection-page .mc-upload-status
{
	color: #9f9f9f;
	font-size: 14px;
}

.mastercraft-selection-page .mc-upload-progress
{
	height: 3px;
	margin-top: 16px;
	overflow: hidden;
	background: #292929;
}

.mastercraft-selection-page .mc-upload-progress span
{
	display: block;
	width: 0;
	height: 100%;
	background: #c84a3d;
	transition: width 160ms ease;
}

.mastercraft-selection-page .mc-upload-status
{
	margin: 12px 0 0;
}

.mastercraft-selection-page .mc-upload-status.is-error
{
	color: #ef867c;
}

.mastercraft-selection-page .mc-selection-result,
.mastercraft-selection-page .mc-paper-section
{
	padding-top: 76px;
}

.mastercraft-selection-page .mc-selection-result-heading
{
	margin-bottom: 34px;
}


.mastercraft-selection-page .mc-scene-stage
{
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	background: #151515;
}

.mastercraft-selection-page .mc-scene-background
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mastercraft-selection-page .mc-scene-artwork
{
	position: absolute;
	left: var(--mc-outer-left);
	top: var(--mc-outer-top);
	width: var(--mc-outer-width);
	height: var(--mc-outer-height);
	background: #111;
	box-shadow: 0 2px 8px rgb(0 0 0 / 42%);
	pointer-events: none;
}

.mastercraft-selection-page [data-scene-panel="scene06"] .mc-scene-artwork
{
	transform-origin: center var(--mc-perspective-origin-y);
	transform: perspective(65vw) rotateY(30deg);
}

.mastercraft-selection-page [data-scene-panel="scene14"] .mc-scene-artwork
{
	transform-origin: center var(--mc-perspective-origin-y);
	transform: perspective(75vw) rotateY(-30deg);
}

.mastercraft-selection-page .mc-scene-photo
{
	position: absolute;
	display: block;
}

.mastercraft-selection-page .mc-scene-photo
{
	left: var(--mc-print-left);
	top: var(--mc-print-top);
	width: var(--mc-print-width);
	height: var(--mc-print-height);
	object-fit: cover;
}

.mastercraft-selection-page .mc-scene-dimension
{
	position: absolute;
	display: block;
	z-index: 1;
	padding: 0;
	background: transparent;
	color: #000;
	font-size: clamp(9px, .8vw, 13px);
	font-weight: 600;
	line-height: 1.1;
	white-space: nowrap;
	text-shadow: none;
}

.mastercraft-selection-page .mc-scene-dimension-width
{
	left: var(--mc-print-center-x);
	top: -6px;
	transform: translate(-50%, -100%);
}

.mastercraft-selection-page .mc-scene-dimension-height
{
	left: var(--mc-print-left);
	top: var(--mc-print-center-y);
	transform: translate(-105%, -50%) rotate(-90deg);
	transform-origin: center;
}

.mastercraft-selection-page .mc-scene-scale-warning
{
	margin: 13px 0 0;
	padding: 10px 13px;
	border-left: 3px solid #c73832;
	background: #1a1211;
	color: #f1d8d4;
	font-size: 14px;
}

.mastercraft-selection-page .mc-scene-scale-warning strong
{
	color: #fff;
}

.mastercraft-selection-page .mc-paper-section
{
	margin-top: 76px;
	padding-bottom: 12px;
	border-top: 1px solid #2a2a2a;
}

.mastercraft-selection-page .mc-paper-section > .mc-lead
{
	max-width: 760px;
	margin-bottom: 34px;
}

.mastercraft-selection-page .mc-paper-selection-form
{
	margin: 0;
}

.mastercraft-selection-page .mc-paper-grid
{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.mastercraft-selection-page .mc-paper-card
{
	display: flex;
	min-width: 0;
	min-height: 100%;
	padding: 0;
	border: 1px solid #363636;
	background: #101010;
	color: #d7d7d7;
	flex-direction: column;
	cursor: pointer;
	text-align: left;
	transition: border-color 160ms ease, transform 160ms ease;
}

.mastercraft-selection-page .mc-paper-card:hover
{
	border-color: #c84a3d;
	transform: translateY(-3px);
}

.mastercraft-selection-page .mc-paper-image
{
	display: block;
	aspect-ratio: 1;
	overflow: hidden;
	background: #240303;
}

.mastercraft-selection-page .mc-paper-image img
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mastercraft-selection-page .mc-paper-content
{
	display: flex;
	min-height: 188px;
	padding: 26px 26px 30px;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.mastercraft-selection-page .mc-paper-meta
{
	display: flex;
	gap: 8px;
	margin-bottom: 13px;
	color: #9b9b9b;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mastercraft-selection-page .mc-paper-meta span + span::before
{
	margin-right: 8px;
	content: '·';
}

.mastercraft-selection-page .mc-paper-content > strong
{
	margin-bottom: 15px;
	color: #fff;
	font-size: 25px;
	line-height: 1.15;
}

.mastercraft-selection-page .mc-paper-description
{
	display: -webkit-box;
	overflow: hidden;
	color: #aaa;
	font-size: 15px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.mastercraft-selection-page .mc-paper-price
{
	display: flex;
	min-height: 116px;
	gap: 4px;
	padding: 20px 26px;
	background: linear-gradient(120deg, #8e0809, #c51b1e);
	color: #fff;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.mastercraft-selection-page .mc-paper-price > span
{
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mastercraft-selection-page .mc-paper-price > strong
{
	font-size: 30px;
	white-space: nowrap;
}

.mastercraft-selection-page .mc-paper-price small
{
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.mastercraft-selection-page .mc-selection-message
{
	padding: 28px;
	border-left: 3px solid #c84a3d;
	background: #111;
}

.mastercraft-selection-page .mc-selection-message.is-error
{
	margin-bottom: 24px;
	color: #ef867c;
}

.mastercraft-selection-page .mc-selection-message p:last-child
{
	margin-bottom: 0;
}

@media (max-width: 991px)
{
	.mastercraft-selection-page .mc-selection-intro
	{
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.mastercraft-selection-page .mc-paper-grid
	{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px)
{
	.mastercraft-selection-page
	{
		padding: 48px 0 72px;
	}

	.mastercraft-selection-page .mc-selection-intro
	{
		padding-bottom: 52px;
	}

	.mastercraft-selection-page .mc-upload-panel
	{
		padding: 14px;
	}

	.mastercraft-selection-page .mc-upload-dropzone
	{
		min-height: 176px;
		padding: 24px 18px;
	}

	.mastercraft-selection-page .mc-paper-section
	{
		margin-top: 54px;
	}

	.mastercraft-selection-page .mc-paper-grid
	{
		grid-template-columns: 1fr;
	}

	.mastercraft-selection-page .mc-paper-price
	{
		padding: 18px 20px;
	}
}

/* Informace o rozměru tvoří společný řádek a na úzké obrazovce se zalomí. */
.mastercraft-selection-page .mc-preview-details
{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 20px 48px;
	margin-top: 22px;
	color: #fff;
	font-size: clamp(16px, 1.55vw, 22px);
	font-weight: 700;
}
.mastercraft-selection-page .mc-preview-size,
.mastercraft-selection-page .mc-preview-subtitle
{
	margin: 0;
	color: #fff;
}
@media (max-width: 767px)
{
	.mastercraft-selection-page .mc-preview-details
	{
		flex-wrap: wrap;
	}
}
/* Prostorový carousel zachovává geometrii uvnitř každé scény. */
.mastercraft-selection-page .mc-scene-carousel
{
	position: relative;
	min-width: 0;
}
.mastercraft-selection-page .mc-scene-swiper
{
	padding: 20px 0 30px;
	isolation: isolate;
}
.mastercraft-selection-page .mc-scene-swiper .swiper-wrapper
{
	align-items: center;
}
.mastercraft-selection-page .mc-scene-swiper .mc-scene-panel
{
	width: 74%;
	height: auto;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.mastercraft-selection-page .mc-scene-stage
{
	border-radius: 12px;
	box-shadow: 0 16px 28px rgb(0 0 0 / 28%);
}
.mastercraft-selection-page .swiper-initialized .mc-scene-stage
{
	transition: filter 650ms ease;
}
.mastercraft-selection-page .swiper-initialized .mc-scene-panel:not(.swiper-slide-active) .mc-scene-stage
{
	filter: brightness(.55);
}
.mastercraft-selection-page .swiper-initialized .mc-scene-panel:not(.swiper-slide-active) .mc-scene-scale-warning
{
	visibility: hidden;
}
.mastercraft-selection-page .mc-scene-arrow
{
	display: none;
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 52px;
	height: 52px;
	padding: 0 0 5px;
	border: 1px solid #777;
	border-radius: 50%;
	background: rgb(20 20 20 / 85%);
	color: #fff;
	font: 42px/1 Arial, sans-serif;
	transform: translateY(-50%);
	cursor: pointer;
	transition: background 180ms ease, border-color 180ms ease;
}
.mastercraft-selection-page .mc-scene-prev { left: 0; }
.mastercraft-selection-page .mc-scene-next { right: 0; }
.mastercraft-selection-page .mc-scene-arrow:hover
{
	border-color: #c84a3d;
	background: #a4362b;
}
.mastercraft-selection-page .has-scene-carousel .mc-scene-arrow
{
	display: block;
}
.mastercraft-selection-page .mc-scene-swiper:not(.swiper-initialized) .swiper-wrapper
{
	display: block;
}
.mastercraft-selection-page .mc-scene-swiper:not(.swiper-initialized) .mc-scene-panel
{
	width: 100%;
	margin-bottom: 24px;
}
.mastercraft-selection-page .mc-scene-arrow:focus-visible,
.mastercraft-selection-page .mc-scene-swiper:focus-visible,
.mastercraft-selection-page .mc-paper-card:focus-visible,
.mastercraft-selection-page .mc-upload-dropzone:focus-within
{
	outline: 2px solid #fff;
	outline-offset: 4px;
}
@media (max-width: 767px)
{
	.mastercraft-selection-page .mc-scene-swiper .mc-scene-panel
	{
		width: 90%;
	}
	.mastercraft-selection-page .mc-scene-arrow
	{
		width: 44px;
		height: 44px;
		font-size: 30px;
	}
	.mastercraft-selection-page .mc-scene-swiper
	{
		padding-bottom: 18px;
	}
}
@media (prefers-reduced-motion: reduce)
{
	.mastercraft-selection-page .mc-scene-carousel *
	{
		transition-duration: 0ms !important;
	}
}
