#wrap {
	margin-top: 0;
	max-width: none;
}

#header-wrap.video {
	background-color: transparent;
}

#header-wrap.video::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
	transition: background .12s ease-in-out;
}

#video-wrap-outer {
	height: 100vh;
}

#video-wrap {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	background-color: #000;
}

#video-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

#main {
	margin-top: clamp(35px, 5vw, 105px);
	padding-left: 0;
	padding-right: 0;
}

#video-more {
	position: absolute;
	/*bottom: 10px;*/
	top: calc(var(--app-height) - 20px);
	left: 0;
	width: 100%;
	text-align: center;
	color: #f3f3f3;
	z-index: 2;
	text-transform: uppercase;
	font-size: .8em;
	font-family: poppins-medium;
	transition: top .3s ease-in-out;
}

body.is-mobile #video-more {
	bottom: 80px;
}

#video-more:before {
	content: '';
	position: absolute;
	bottom: calc(100% + 20px);
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAxCAMAAACMLlv4AAAALVBMVEX///////////////////////////////////////////////////////////+g0jAFAAAAD3RSTlMAEFCAn79Ar/8gYO/fMI8WlTciAAAAzElEQVR42u1U0Q4CIQwTxg4Ojvv/z5UJscfELCY+GftCYGUdCe3tEzhPgTmQd8vyFtMTcXsp75wm8D7Xc+nH1NCpJU91OTry0Hb5kH1WdbreoIlRS+voZ00vZ3VsRLTXlSqP96G/VumvjW0+dIZWmzTK6h7j4BpdRZxcknVFcGM0kmEUoYP7JqR0rglnSgE8TUDvLxMqc31DAP6EXybgTwL4k+BpoDd8AcAXcBagnAVvAvCm6W7kQ17mg5kwVkZZKWfnpJ20dlbbaW/jDnZJDcEwjpeMAAAAAElFTkSuQmCC);
	width: 32px;
	height: 49px;
	left: 50%;
	transform: translateX(-50%);
}

body.is-mobile #video-more:before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAsCAMAAAAzZkq9AAAAM1BMVEX////////////////////////////////////////////////////////////////////lEOhHAAAAEXRSTlMAEGCPv69wMCCf/8/fQIDvUGvj3GUAAAFdSURBVHgBvJNVwiAhDIMHd7n/abctzv5ufRnhIwnS5xPFuJBQSpsXh63zswL/f7bwR8lLhQX8GwVPKWV6L/UYL6hbTzd+zc/7jFRAY7kI4vsynLbwaoCIU7GP5+JbOUbEFAVHBdOVnxVBXU8JBn8sYV7CKiq+FNCI3rfYnAQ4+cyEjiTciMiJzxgzZ/skGrIDkOhgQLYlQ7xqhkqaDaDrsb6M9BxFQEYHDsGrANSalwDRqIdEil6AQs0Ek3dg7RLZAw72fALBUea105E8FsBw7UIKO0NwENLLgvh15OAv6eV/wDcNV/gLQEhuj3oDJP82kP4UqNJHZ18HeDse8wpAdzIWIGp4GaCNbL3Xjy3SCSY8JTmATijsiGzgUwNa261k7RIzSHrdtbxCEtkP97pKO3FXbKf5OrFdK/cSQenfIjje9IPIJyBoWw6C3x2VnpOQN3BJynpmkOLfGIgAALrzGUaWiN4KAAAAAElFTkSuQmCC);
	height: 44px;
}

#video-more::after {
	content: '';
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	bottom: calc(100% + 8px);
	left: calc(50% - 1px);
	opacity: 1;
	animation: move 1s infinite;
}

@keyframes move {
	0% { bottom: calc(100% + 8px); opacity: 1; }
	100% { bottom: calc(100% - 2px); opacity: 0; }
}

#video-ad {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
}

#video-ad > div:first-child {
	color: #f6ce3e;
	font-family: playfairdisplay-regular;
	font-size: clamp(2em, 2em + 4vw, 6em);
	line-height: 1em;
	margin-bottom: 45px;
	text-shadow: 3px 0px 8px rgba(0, 0, 0, .5);
}

#video-ad > div:last-child {
	color: #fff;
	font-family: raleway-semibold;
	line-height: 1.35em;
	font-size: clamp(0.8em, .8em + 1vw, 2em);
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
}

#video-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .65);
}

#video-holiday-hours {
	position: absolute;
	top: 142px;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
}

#video-holiday-hours a {
	line-height: 1.2em;
}

#promos-wrap {
	background-color: #7a908c;
	color: #feffff;
	font-family: raleway-semibold;
	text-align: center;
	font-size: 1.1em;
}

.promo {
	padding: 16px;
}

.promo:nth-of-type(even) {
	background-color: #627572;
}

h1 {
	max-width: 722px;
	margin: 0 auto 2vw;
	margin-bottom: clamp(30px, 1.5vw, 55px);
}

h1 span {
	display: none;
}

.box {
	padding: 60px 0;
}

.box:first-child {
	padding-top: 0;
}

.box:last-child:not(.yellow) {
	padding-bottom: 0;
}

.box > div {
	padding: 0 100px;
	max-width: 1500px;
	margin: 0 auto;
}

.box.yellow {
	background-color: #f8ead7;
}

.box:not(:last-child) {
	margin-bottom: 20px;
}

.box h2 {
	font-family: playfairdisplay-italic;
	font-size: clamp(35px, 7vw, 65px);
	line-height: 1.15em;
	padding-bottom: 0;
	margin-bottom: 20px;
	font-weight: normal;
	color: #0065ad;
}

.box.why-us h2 {
/*	margin-bottom: 20px;*/
}

.box.what-customers-say h2 {
	margin-bottom: 0;
}

#main-brands > div {
	display: flex;
	justify-content: space-between;
	gap: 20px 2.3vw;
}

#main-brands > div > div {
	width: 225px;
	height: 0;
	padding-bottom: 5.77%;
	position: relative;
	scale: 1;
	transition: scale .2s ease-in-out;
}

body:not(.is-mobile) #main-brands > div > div:hover {
	scale: 1.1;
}

.debut-h3 {
	text-align: center;
}

.promo-box-cta {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.2em;
}

.box.exclusive {
	padding: 0;
}

.box.exclusive.promo-box > div {
	padding: 0;
}

.box.exclusive.promo-box .focus-box {
	display: flex;
	flex-wrap: wrap;
	gap: 17px 30px;
	justify-content: space-evenly;
}

.box.full-image {
	padding: 0;
	min-height: 66vh;
	position: relative;
}

.box.full-image > div > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.box.full-image > div > div img {
	display: block;
	object-position: 50% 50%;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.focus-box {
	padding: 16px 26px;
	border-radius: 6px;
	text-align: center;
	color: var(--main-bg-color);
	background-color: var(--green);
	margin: 0 54px 30px;
	font-size: 1.3em;
}

#main-brands > div > div > a {
	display: flex;
	/* height: 75px; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main-brands > div > div span {
	display: none;
}

#main-brands > div > div svg {
	width: 100%;
	height: auto;
	fill: var(--white);
}

#main-brands a {
	border-radius: 4px;
}

#main-brands .c-bechstein a {
	background-color: #111941;
	padding: 7.1111%; /*16px;*/
}

#main-brands .w-hoffmann a {
	background-color: #087c7c;
	padding: 12.4444%; /*28px;*/
}

#main-brands .ritmuller a {
	background-color: #c79b52;
	padding: 11.1111%; /*25px;*/
}

#main-brands .casio a {
	background-color: #00309c;
	padding: 11.5555%; /*26px;*/
}

#main-brands .pre-owned a {
	background-color: #453823;
	padding: 8.1%; /*25px;*/
}

#main-brands .clearance a {
	background-color: #942911;
	padding: 13px;
}

#main-brands .zimmermann a {
	background-color: #ef7910;
	padding: 7.1111%;
}

#main-brands .holiday-specials a {
	background-color: #942911;
	padding: 13px;
}

#reasons-wrap {
	display: flex;
	flex-direction: column;
}

#reasons-wrap > div {
	display: flex;
	align-items: center;
}

#reasons-wrap > div:not(:last-child) {
	margin-bottom: 70px;
}

.reason-image {
	transform: skew(-8deg);
	border: 1px solid #ceccc1;
	max-width: 398px;
	width: 34%;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	padding-bottom: 19%;
	height: 0;
}

.reason-image > div {
	transform: skew(8deg);
	width: 108%;
	position: relative;
	left: -4%;
	top: -24px;
}

.reason-text {
	flex: 1;
	margin-left: 70px;
}

.slider-container-outer {
	margin: 0 40px;
	position: relative;
}

/* ===== Reviews Slider ===== */

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider {
	display: flex;
	transition: transform 0.5s ease-in-out;
	align-items: center;
}

.slider > div {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.slider > div .inner {
	background-color: var(--white);
	border-radius: 10px;
	margin: 0 30px;
	box-shadow: 0 2px 10px -4px rgba(0, 0, 0, .25);
	padding: 20px 28px;
	text-align: center;
	font-family: raleway-italic;
	position: relative;
}

.slider > div .inner > div {
	position: relative;
}

.slider > div .inner b {
	display: block;
}

.slider > div .inner::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 34px;
	width: 72px;
	height: 72px;
	background-image: url("data:image/svg+xml,%3Csvg id='review-quote-svg' xmlns='http://www.w3.org/2000/svg' width='13.54' height='13.68' viewBox='0 0 13.54 13.68'%3E%3Cpath d='M6.34,0l-2.52,7.13h1.3l-1.37,6.55H0l1.44-6.55L4.39,0h1.94ZM13.54,0l-2.52,7.13h1.3l-1.37,6.55h-3.74l1.44-6.55L11.59,0h1.94Z' fill='%23ede8e4' stroke-width='0'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.slider-container button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.slider-container-outer .pn-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	cursor: pointer;
	width: 29px;
}

.slider-container-outer .pn-nav svg {
	width: 100%;
	height: auto;
	fill: var(--pink);
}

/*.slider-container-outer .pn-nav.disabled {
	display: none;
}*/

.slider-container-outer .prev {
    left: -40px;
}

.slider-container-outer .next {
	right: -40px;
}

.slider-nav {
	display: flex;
	gap: 0 10px;
	justify-content: center;
}

.slider-nav > div {
	background-color: #fad7da;
	height: 6px;
	width: 40px;
}

.slider-nav > div:not(.active) {
	cursor: pointer;
}

.slider-nav > div.active {
	background-color: #ff6978;
}

.more-link {
	text-align: center;
	text-transform: uppercase;
	font-family: raleway-bold;
}

.box.what-customers-say .more-link {
	margin-top: 20px;
}

/* ===== Gallery Slider ===== */

.slider-container-outer-mult {
	margin: 0 40px;
	position: relative;
	padding: 0 16px;
}

body.is-mobile .slider-container-outer-mult {
	margin: 0;
}

.slider-container-mult {
    position: relative;
    width: 100%;
    overflow: hidden;
}

body.is-mobile .slider-container-mult {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 3px;
}

.slider-mult {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-mult > div {
	position: relative;
	height: 0;
}

.slider-mult img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,-50%);
	border-radius: 6px;
	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .3);
}

.slider-container-mult button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

body.is-mobile .slider-container-mult button {
	display: none;
}

.slider-container-outer-mult .pn-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	cursor: pointer;
	width: 29px;
}

.slider-container-outer-mult .pn-nav.disabled {
	opacity: .2;
	cursor: default;
}

body.is-mobile .slider-container-outer-mult .pn-nav {
	display: none;
}

.slider-container-outer-mult .pn-nav svg {
	width: 100%;
	height: auto;
	fill: var(--pink);
}

/*.slider-container-outer-mult .pn-nav.disabled {
	display: none;
}*/

.slider-container-outer-mult .prev {
    left: -40px;
}

.slider-container-outer-mult .next {
	right: -40px;
}

.box.gallery .more-link {
	margin-top: 20px;
}

#promo-box-images {
	display: flex;
	gap: clamp(30px, 3vw, 60px);
	justify-content: space-between;
	margin: 20px 0 40px;
}

#promo-box-images img {
	border-radius: 6px;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .3);
	width: 100%;
}

#promo-box-links {
	display: flex;
	justify-content: space-around;
	gap: clamp(30px, 3vw, 60px);
	flex-wrap: wrap;
}

#b212-wrap > div:first-child {
	float: left;
	margin: 0 40px 20px 0;
	position: relative;
	overflow: hidden;
}

#b212-wrap > div:first-child::after {
	content: 'in store now';
	text-transform: uppercase;
	background-color: var(--header-color);
	color: #fff;
	font-family: raleway-bold;
	font-size: 12px;
	position: absolute;
	top: 34px;
	left: -37px;
	rotate: -45deg;
	line-height: 1;
	padding: 7px 0;
	width: 14em;
	box-shadow: 0px 5px 9px -6px rgba(0, 0, 0, .75);
	text-align: center;
}

#b212-wrap > div:first-child img {
	border-radius: 6px;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .3);
	width: 100%;
	max-width: 315px;
}

#b212-wrap > div:last-child {
	flex: 1;
}

#b212-wrap > div:last-child .more-link {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: clamp(30px, 3vw, 60px);
}

/* ===== MEDIA QUERIES ===== */

@media screen and (max-width: 1023px) {
	.box > div {
		padding: 0 40px;
	}
}

@media screen and (max-width: 1000px) {
	#reasons-wrap > div {
		align-items: start;
	}
}

@media screen and (max-width: 800px) {
	#main-brands > div {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#main-brands > div > div {
		height: 60px;
	}
	
	#main-brands .c-bechstein a {
		padding: 6.111%;
	}
	
	#main-brands .w-hoffmann a {
		padding: 9.444%;
	}
	
	#main-brands .ritmuller a {
		padding: 9.111%;
	}
	
	#main-brands .casio a {
		padding: 22px;
	}
	
	#main-brands .pre-owned a {
		padding: 14px;
	}
	
	#main-brands .clearance a {
		padding: 21px;
	}
	
	#main-brands .zimmermann a {
		padding: 6.111%
	}
}

@media screen and (max-width: 700px) {
	.box {
		padding: 0;
	}
	
	.box > div {
		padding: 20px 16px;
	}
		
	.box:not(:last-child):not(.box.exclusive) {
		margin-bottom: 60px;
	}
	
	.box.exclusive > div {
		padding-top: 0;
	}
	
	.box.exclusive .focus-box {
		margin: 0;
	}

	.box.what-customers-say {
		margin-bottom: 80px;
	}

	#reasons-wrap > div:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.reason-image {
		display: none;
	}
	
	.reason-text {
		margin-left: 0;
	}
	
	.slider-container-outer {
		margin-left: 0;
		margin-right: 0;
	}
	
	.slider > div {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.slider > div .inner {
		margin-left: 0;
		margin-right: 0;
	}
	
	.slider-container-outer .pn-nav {
		top: calc(100% - 2px);
		transform: none;
		width: 10px;
		z-index: 1;
	}

	.slider-container-outer .next {
		right: 0;
	}
	
	.slider-container-outer .prev {
		left: 0;
	}
	
	.slider-nav {
		position: relative;
		top: 13px;
	}
	
	.box.what-customers-say .more-link {
		margin-top: 30px;
	}
}

@media screen and (max-width: 650px) {
	#b212-wrap > div:first-child {
		margin-right: 0;
		float: none;
	}
	
	#b212-wrap > div:first-child img {
		max-width: none;
	}
}

@media screen and (max-width: 550px) {
	#promo-box-images {
		flex-direction: column;
	}
}

@media screen and (max-width: 500px) {
	#main-brands > div > div {
		width: calc(50% - 10px);
	}
}
