/* style.css */

body,
html {
	padding: 0;
	margin: 0;
	border: 0;
}

.ar div {
	box-sizing: border-box;
}

.__hidden {
	display: none !important;
}

/* text reset */
.textbox h1,
.textbox h2,
.textbox h3,
.textbox h4,
.textbox p {
	color: #222222;
	font-family: AtlasGrotesk;

	margin: 0;
	line-height: 1.25em;
	margin: 20px 0;
	font-weight: 400;
}

.textbox h1 {
	font-family: Bembo;
	font-size: 28px;
}

.textbox h1 ._artist {
	text-transform: uppercase;
	font-weight: bold;
}

.textbox h1 ._dob {
	white-space: nowrap;
}

.textbox h2,
.textbox h3 {
	font-weight: 550;
	font-size: 18px;
}

.textbox h2.artworkTitle {
	font-family: Bembo;
	margin-top: 0;
}

.textbox h4 {
	font-weight: 550;
	font-size: 16px;
}

.textbox p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 22px;
}

.textbox b {
	font-weight: 550;
}

.ar a {
	text-decoration:none;	
}
.ar button {
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-appearance: button;
	font-family: "AtlasGrotesk";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-property: color, background-color, border-color, -webkit-box-shadow;
	transition-property: color, background-color, border-color, -webkit-box-shadow;
	transition-property: color, background-color, border-color, box-shadow;
	transition-property: color, background-color, border-color, box-shadow, -webkit-box-shadow;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border: 3px solid transparent;
	border-radius: 5px;
	background-clip: padding-box;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
	padding: 0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	padding: 10px 32px;
	-webkit-box-shadow: inset 0 0 0 1px #222;
	box-shadow: inset 0 0 0 1px #222;
	-webkit-box-shadow: inset 0 0 0 1px var(--c-button-primary-dark);
	box-shadow: inset 0 0 0 1px var(--c-button-primary-dark);
	background-color: #222;
	background-color: var(--c-button-primary-dark);
	color: #f7f7f7;
	color: var(--c-button-text-primary-dark);
}

.ar button:active,
.ar button:hover {
	background-color: rgba(34, 34, 34, 0.85);
	background-color: var(--c-button-primary-dark-hover);
}

.headerHolder {
	position: fixed;
	width: 100%;
	z-index: 900;
	top: 0px;
}

#VideoHeader {
	margin: 54px 0;
	height: 80vh;
}

#VideoHeader video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#VideoHeader._stub {
	height: 0;
}

.info {
	margin: 54px 0 0;
	width: 100%;
	color: #878787;
}

.info ._photo {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 85%;
	background-color: #efefef;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.info .textbox {
	text-align: center;
}

.info ._desktopDetails {
	display: none;
}

.textbox {
	padding: 6.2vw 5.3vw;
}

.ar ._modelViewer {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 85%;
	background-color: #efefef;
}

.ar ._mobileBottomPadding {
	background-color: #efefef;
	position: relative;
}

.ar ._mobileBottomPadding button._viewAtHome {
	margin: -30px 5.3vw 2vw;
}

.ar .textbox {
	padding-top: 8px;
}

button._viewAtHome {
/*	line-height: 22px;*/
/*	padding-left: 44px;*/
	/*	opacity:0.2;*/
/*	border-color: rgba(0, 0, 0, 0.2);*/
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	background-color:#efefef;
	color: rgba(0, 0, 0, 0.2);
	cursor: not-allowed;
	pointer-events: none;
}

button._viewAtHome::before {
/*	position: absolute;*/
	display: inline-block;
	content: "";
	width: 22px;
	height: 22px;
	background-image: url(../img/cube.svg);
	background-size: auto 22px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 0 4px 0;
	opacity: 0.2;
}

.ar .textbox button._viewAtHome {
	display: none;
}

.ar ._modelViewer {
	position: relative;
}

.ar model-viewer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: unset;
	--poster-color: transparent;
}

.ar ._mobileDetails {
	border-top: 1px solid #cccccc;
	margin-top: 32px;
	padding-top: 10px;
}

.ar ._mobileDetails ._enquire {
	width: 100%;
}

.ar ._desktopError {
	display: none;
}

.ar ._mobileError {
	background-color: #cccccc;
	font-weight: bold;
	padding: 16px;
	display: none;
}

.__ar-no .ar ._mobileError {
	display: block;
}

.__ar-yes button._viewAtHome {
	opacity: 1;
	cursor: auto;
	pointer-events: auto;
/*	border-color: black;*/
	color: var(--c-button-text-primary-dark);
	background-color: var(--c-button-primary-dark);
	box-shadow: inset 0 0 0 1px var(--c-button-primary-dark);
	cursor: pointer;
}

.__ar-yes button._viewAtHome:before {
	opacity: 1;
	background-image: url(../img/cube-white.svg);
}

.__ar-yes button._viewAtHome:hover {
    background-color: rgba(34, 34, 34, 0.85);
    background-color: var(--c-button-primary-dark-hover);
}

.four-oh-four {
	margin: 54px 0 0;
	text-align: center;
	min-height: 80vh;
}

.only {
	display: none;
}

.__ios-yes .only.ios-only {
	display: inherit;
}

@media (min-width: 768px) {

	.info,
	#VideoHeader {
		margin-top: 58px;
	}
}

@media (min-width: 900px) {
	body {
		/*
		background-image: url(../img/christies-product-page-lalanne-desktop.png);
		background-size: 1440px auto;
		background-position: 50% 28px;
*/
	}

	.arBodyHolder {
		display: none;
	}

	.arHeadHolder {
		display: none;
	}

	.ar ._mobileBottomPadding {
		display: none;
	}

	.textbox h1 {
		font-size: 36px;
		line-height: 1.2em;
	}

	.textbox h2 {
		font-size: 22px;
		line-height: 1.2em;
	}

	.info {
		margin: 58px auto 0;
		text-align: center;
		width: 850px;
		padding: 47px 0 0;
		display: table;
	}

	#VideoHeader {
		margin: 58px auto 0;
	}

	#VideoHeader._stub {
		height: 0.01vh;
	}

	.info ._photo {
		position: relative;
		display: table-cell;
		height: 0;
		width: 416px;
		height: 100%;
		padding-bottom: 0;
		background-size: contain;
		background-position: 50% 0;
		background-color: transparent;
		top: 32px;
	}

	.info .textbox {
		display: table-cell;
		text-align: left;
		padding: 0 0 0 16px;
	}

	.info ._desktopDetails {
		display: block;
		margin-top: 28px;
		border-bottom: 1px solid #cccccc;
	}

	.info ._enquire {
		width: 48%;
		margin: 18px 0 40px;
	}

	.ar {
		margin: 40px auto 0;
		width: 850px;
		position: relative;
	}

	.ar ._modelViewer {
		padding-bottom: 320px;
	}

	.ar model-viewer button._viewAtHome {
		visibility: hidden;
	}

	.ar .textbox {
		display: relative;
		padding: 18px 0 64px 0;
	}

	.ar ._viewAtHome {
		width: 202px;
	}

	.ar ._artworkInfo {
		width: 48%;
		display: inline-block;
		vertical-align: top;
		position: relative;
		padding-right: 2%;
	}

	.ar ._arInfo {
		width: 48%;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}

	.ar ._mobileDetails {
		display: none;
	}

	.ar ._desktopError {
		width: 100%;
		border: 1px solid #cccccc;
		padding: 0 20px 0 153px;
		position: relative;
		display: none;
	}

	.ar ._qrCode {
		width: 113px;
		height: 113px;
		position: absolute;
		left: 20px;
		top: 20px;
	}

	.ar ._qrCode img,
	.ar ._qrCode canvas {
		width: 100%;
	}

	.ar ._desktopError p {
		margin-top: -12px;
	}

	.ar ._instructions {
		display: none;
	}

	.ar .textbox button._viewAtHome {
		display: none;
	}

	.__ar-no .ar {
		min-height: 580px;
	}

	.__ar-no .ar ._desktopError {
		display: block;
	}

	.ar ._mobileError,
	.__ar-no .ar ._mobileError {
		display: none;
	}

	.__ar-yes .ar .textbox button._viewAtHome {
		display: block;
	}

	.__ar-yes .ar ._instructions {
		display: block;
	}

	.four-oh-four {
		margin: 58px auto 0;
	}
}

@media (min-width: 1280px) {

	.four-oh-four,
	.info {
		margin: 109px auto 0;
	}

	#VideoHeader {
		margin-top: 109px;
	}
}
