:root {
 --nav-height: 72px;
}

@media screen and (max-width: 767px) {
	:root {
		 --nav-height: 107px;
	}
}


/*------- GENERAL -------*/
.pdp{ overflow:clip; }
.pdp-center{ text-align: center !important; }
.pdp-left{ text-align: left !important; }
.pdp-right{ text-align: right !important; }
.pdp-show{ display: block !important; }
.pdp-visuallyshow{ opacity: 1 !important; }

/*------- HERO VIDEO -------*/
.hero-video:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    box-shadow: inset -1px 1px 30px 40px #ffffff;
    width: 100%;
    height: 100%;
}

/*------- SLIDER -------*/
.w-slider-dot {
color: #D3D3D3 !important;
background: none !important;
border: 3px solid #D3D3D3 !important;
}
 
.w-slider-dot.w-active {
background: #D3D3D3 !important;
border: 3px solid #D3D3D3 !important;
}

/*------- VIDEO & CTRLS DISPLAY -------*/
.pdp-video-cont{
    position: relative;
    max-width: 1200px;
	margin: 0 auto;
    text-align: right;
}

.ctrl-nav{ padding: 6px 12px 0 0; }

.ctrl-nav button,
button.js-modal-close{
	background: transparent;
	padding: 6px;
}

.ctrl-nav svg,
.js-modal-close svg{
    width: 48px;
    height: 48px;
    fill: none;
    stroke: #fcfbfa;
    stroke-width: 0.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.js-modal-link{
color: var(--accent-color) !important;
    align-self: center;
    margin-bottom: 0;
    text-decoration: none;
    display: block;
}

.js-modal-link:hover {
    color: var(--accent-color) !important;
}

/*------- HOTSPOT -------*/
.interactive-hotspot-contain{
	--coord-x: 0;
	--coord-y: 0;
	transform: translate(var(--coord-x), var(--coord-y));
}

.interactive-hotspot-point.w-active{
	opacity: 1;
}

/*
.interactive-hotspot-point.w-active .point-centre{
	outline: 4px solid #f9705f;
}
*/

/*------- TABS -------*/
.tabs::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: 68px;
    background: rgb(105,99,111);
    background: linear-gradient(270deg, rgba(105,99,111,1) 0%, rgba(105,99,111,0) 100%);
}
