/* style2.css */

html {
		font-size:14px;
    font-family: "Atlas Grotesk Web",Helvetica,Arial;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
    margin: 0;
    font-weight: 400;
    color: #000;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body, html {
  /*
	background-image: url(../img/christies-product-page-lalanne.png);
	background-size: 375px auto;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 300vw;
*/
	height:100%;
	width: 100%;
	overflow: hidden;
	padding:0;
	border:0;
	margin:0;

}

*, :after, :before {
    box-sizing: border-box;
}

.__hidden {
  display: none !important;
}

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

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

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

.textbox h1 ._artist {
  text-transform: uppercase;
}
.textbox h1 ._dob {
  white-space: nowrap;
}

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

.artworkTitle {
  font-style: italic;
}

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

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

.textbox b {
  font-weight: 550;
}

button {
  border: 2px solid black;
  color: black;
  font-weight: 550;
  background: white;
  font-size: 16px;
  padding: 12px 12px;
  line-height: 22px;
  margin: 8px 0;
}

button:hover {
  border-color: #575757;
  color: #575757;
  opacity: 0.9;
}

.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 {
	height:100%;	
}

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

.ar ._mobileBottomPadding {
  background-color: #efefef;
  position: absolute;
	height:0;
}
.ar ._mobileBottomPadding button._viewAtHome {
	position: absolute;
	width:18rem;
	bottom:1rem;
	left:2rem;
}

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

button._viewAtHome {
  line-height: 22px;
  padding-left: 44px;
  opacity:1;
  cursor: pointer;
  pointer-events: auto;
  border-color: black;
  color: black;
}

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 0 0 -32px;
/*  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;
	position:absolute;
	top:0;
	left:0;
	z-index:900;
	background-color:rgba(239,239,239,0.75);
	right:0;
	bottom:0;
	text-align:center;
	line-height:100vh;
}

.ar ._desktopError ._inner {
	display:inline-block;
	text-align:left;
	width:440px;
	vertical-align: middle;
	margin-bottom:50px;
	padding:16px 15px 20px 220px;
	background-color:white;
	position: relative;
	border:2px solid black;
	line-height:20px;
}

.ar ._desktopError h4 {
	font-weight:bold;
	font-size:18px;
	line-height:22px;
	margin:0 0 10px;
}

.ar ._desktopError img {
	width:180px;
	position: absolute;
	left:20px;
	top:20px;
}

.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: black;
}

.__ar-yes button._viewAtHome:before {
  opacity: 1;
}

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

.only {
  display: none;
}

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