
body {
	/* display: flex; */
	/* flex-direction: column; */

	/* background-image: url('./images/bgpattern_1.png'); */
	background-size: 180px
}

html {
	/* background: #1D22FF; */
	background: black;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

*, a {
	color: white
}

body {
	/* max-width: 1700px; */
	/* margin: 0 auto; */
}

.absolute-fill {
	position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;
}

section#sidebar::-webkit-scrollbar {
  display: none;
}

*::-webkit-scrollbar-track {
	background-color: transparent;
	margin: 8px 0;
}

*::-webkit-scrollbar {
	-webkit-appearance: none;
}

*::-webkit-scrollbar:vertical {
	width: 7px;
}

*::-webkit-scrollbar:horizontal {
	height: 7px;
}

*::-webkit-scrollbar-thumb {
	border-radius: 8px;
	/* border: 2px solid white; */
	width: 8px;
	background-color: #222;
}

#letter::-webkit-scrollbar:vertical,
#letter::-webkit-scrollbar:horizontal {
	-webkit-appearance: none;
	width: 0;
	height: 0;
}


main {

	width: 100%;
	height: 100%;

	/* flex: 1; */
	/* flex-grow: 1; */

	display: flex;
	justify-content: center;
	align-items: center;
	
	padding-top: 4rem;
	/* background: black; */
	z-index: 1;

	/* transition: all 0.95s cubic-bezier(0.58, 0, 0, 1); */

	/* animation: expand-marginTop 0.6s 1s forwards; */
}

main.show-banner {
	margin-top: 170px;
}

body.show-banner  {
	padding-top: 170px;
}

body.show-banner #extra-banner {
	transform: translateY(0);
}


img.brb {
	max-width: 130px;
	object-fit: contain;
}

.links {
	/* margin-bottom: 3rem; */
	display: block !important;
}

.links div {
	flex-direction: column;
	padding: 40px 0;
	align-items: flex-start;
}

#sidebar p.contact {
	opacity: 0.6;
}
.links p {
	opacity: 0.6;
}

footer.mobile-footer {
	display: none;
}

.links a {
	font-size: 2rem !important;

	line-height: 1.5;

	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 376px) {
	img.brb {
		max-width: 80px;
	}
}

body {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

body,
#extra-banner,
#mini-extra-banner,
.dts-logo {
	transition: all 0.75s cubic-bezier(0.76, 0, 0.07, 1);
}

#wrapper {
	height: 100%;
	width: 100%;
}

main {
	display: flex;
	justify-content: stretch;
	align-items: center;
	max-width: 1500px;
	margin: 0 auto;

	padding: 0;
}

section {
	flex: 1;
	flex-grow: 1;
	height: 100%;
	padding: 24px 10px;

	margin: auto;
	max-height: 100%;
	overflow: auto;
}

section.content {

}

section#sidebar {
	flex: 2;
	width: 300px;
	/* background: red; */
	align-items: center;
	text-align: center;
	justify-content: flex-start;
	display: flex;
	flex-direction: column;
	padding-top: 100px;
	padding-bottom: 80px;
}

section#player {
	flex: 4;
	height: 100%;
	/* background: green; */

	justify-content: center;
	align-items: stretch;
}

section#shows {
	flex: 3;
	width: 400px;
	padding-top: 0;
	padding-bottom: 0;
}



#sidebar .dts-logo {
	width: 120px;
	height: 120px;
}

#sidebar .menu-btn {
	display: none;
}

#sidebar .close-btn {
	display: none;
}

#sidebar .content {
	text-align: left;
}

#mini-extra-banner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 160px;
	background: black;
	/* background: #4d004d; */
	border-radius: 8px;
	display: flex;

	justify-content: center;
	align-items: center;

	overflow: hidden;
	opacity: 1;

	margin-top: 30px;
	margin-bottom: 0px;

	border: 2px solid rgba(0, 255, 166, 0.50);
}

#mini-extra-banner * {
	text-decoration: none !important;
}

#mini-extra-banner.hidden {
	height: 0;
	opacity: 0;
	margin-top: 20px;
}

#mini-extra-banner .content {
	margin: 0 auto;
	justify-content: space-between;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 28px;
	z-index: 1;
	position: relative;

	text-shadow: 0 0 10px rgba(0,0,0,0.55);
}



#extra-banner {
	background: black;
	box-sizing: content-box;
	height: 170px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: stretch;
	transform: translateY(-200px);
	background: black;
	z-index: 1;
	overflow: hidden;
	/* border-bottom: 3px solid #00FFA6; */
}

#mini-extra-banner *,
#extra-banner * {
	font-family: forma-djr-micro, sofia-pro, sans-serif, system-ui, BlinkMacSystemFont, Segoe UI;
}

#extra-banner .border {
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to left, #00ffa6, #0061f9);
}

#extra-banner .content {
	max-width: 1700px;
	margin: 0 auto;
	justify-content: space-between;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 64px;
}

#mini-extra-banner .headline,
#extra-banner .headline {
	font-weight: 600;
	font-size: 2.1rem;
	margin: 3px 0;
}

#mini-extra-banner .subline,
#extra-banner .subline {
	font-weight: 500;
	font-size: 1.15rem;
	text-transform: uppercase;
	letter-spacing: 0.075rem;
}

#mini-extra-banner .headline {
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 0.25rem;

	font-size: 1.3rem;
	margin: 6px 0;
}

#mini-extra-banner .subline {
	font-weight: 500;
	font-size: 0.9rem;
  margin: 6px 0;
}

.subline .small {
	font-size: 0.85rem;
}

#mini-extra-banner .subline.small {
	font-size: 0.7rem !important;
}

#mini-extra-banner .button,
#extra-banner .button {
	/* background: #00ffa6; */
	/* padding: 4px 12px; */
	display: inline-block;
	color: #222;
	/* margin-top: 4px; */

	border-top: 3px solid #00ffa6;
	text-transform: uppercase;
	font-weight: bold;

	border-radius: 0px;

	padding: 5px 0;
    /* border-radius: 16px; */
	font-size: 1.15rem;

	margin-top: 16px;

	color: #00ffa6;
	/* text-decoration-thickness: 6px; */
	/* text-underline-offset: -4px; */

	/* background: #00ffa6; */
	/* display: block; */
	/* color: #00ffa6; */
	/* margin-bottom: 7px; */

	/* padding: 4px 0; */

}

#mini-extra-banner .button {
	font-size: 1rem;
	border-width: 2px;
}

#extra-banner .no-thanks {
	opacity: 0.8;
	align-self: flex-start;
	padding-top: 24px;
}

#mini-extra-banner .background,
#extra-banner .background {
	z-index: -1;

	background-image: url('./images/newbanner3.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 40%;

	width: auto;
	opacity: 1;
}

#mini-extra-banner .background {
	margin-left: 0;
	z-index: 0;
	/* opacity: 0.65; */
	opacity: 0.75;
	background-image: url('./images/newbanner3.jpg');
}

@keyframes expand-marginTop {
	from {
		margin-top: 0;
	}
	to {
		margin-top: 200px;
	}
}


.header-wrapper {
	text-align: left;
}

.player-container {
	width: 100%;
	height: 100%;
}

.player {
	position:relative;
	width: 100%;
	height: 100%;
	/* padding-top:177.77777778% */
}

.player-aspect-keeper {
	display: none;
}

.unmute-container {
	cursor: pointer;
}

.unmute-container.unmuted {
	display: none;
}

.smack-that {
	top: 70%;
}

.aspect-ratio-sizer {
  display: grid;
}
.aspect-ratio-sizer > * {
  grid-area: 1 / 1 / 2 / 2;
}

.auto-resizable-iframe {
	max-width: 100%;
	max-height: 100%;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 177.7777%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}






.show-spacer {
	margin-top: 30px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	color: yellow
}

.show-spacer * {
	color: yellow
}

.show-spacer.large {
	margin-top: 40px;
	margin-bottom: 20px;
}

.show-list {
	display: flex;
	flex-wrap: wrap;
	padding: 6px;
	overflow-y: scroll;
	height: 100%;
}
.show-col {

	width: 50%;
	padding: 6px;
	/* transition: transform 0.15s ease-in-out;*/
	transition: all .15s ease;
	position: relative;
}

.show-col:hover {
	transform: scale(1.03);
}

.show-img {
	width: 100%;

	object-fit: contain;
	border-radius: 8px
}

.shopify-buy__product__price,
.show-label {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 14px 18px;
	background: rgba(0,0,0,0.45);
	/* background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75)); */
	transition: 0.2s;
	opacity: 0;
}

.show-col:hover .show-label {
	opacity: 1;
}

a:hover {
	transform: scale(1.05);
	text-decoration: none !important;
}

a.clean {
	transform: initial !important;
	text-decoration: none !important;
}

a:active,
.show-col:active {
	transform: scale(.985)
}

.dts-logo.spin {
	animation: spin 0.75s cubic-bezier(0.83, -0.17, 0, 1.21);
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}


body.show-letter #letter {
	opacity: 1;
	pointer-events: all;
}

#letter {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 99999;
	display: flex;
	opacity: 0;
	pointer-events: none;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
}

#letter .dismiss-area {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.45);
}

#letter .container {
	overflow-y: scroll;
	width: 800px;
	max-width: 100%;
	max-height: 100%;
	padding: 12px;
	position: relative;
}

#letter .content {
	width: 100%;
	background: white;
	border-radius: 12px;
	overflow: hidden;
}

#letter img.easter-egg {
	width: 100%;
}

#letter img.easter-egg,
#letter .text {
	display: none;
}

#letter[data-mode="our-story"] .text {
	display: block;
}

#letter[data-mode="easter-egg"] img.easter-egg {
	display: block;
}

#letter .text {
	padding: 40px;
	/* padding-top: 32px; */
	background: white;
	color: black;
}

#letter .text p {
	color: black;
	font-size: 1.1rem;
	letter-spacing: -0.02rem;
	line-height: 1.4;
}

#letter .close-letter {
	position: absolute;
	right: 0;
	top: 0;
	padding: 40px;
	cursor: pointer;
	/* filter: drop-shadow(0 0 3px rgba(0,0,0,0.5)); */
	filter: invert(1);
	opacity: 0.7;
}


@media (max-width: 980px) {
	.show-col {
		width: 100%;
	}
}

@media (max-width: 1100px) {

	section {
		padding: 12px 8px;
	}

	#extra-banner .headline {
		font-size: 1.35rem;
	}

	#extra-banner .subline {
		font-size: 1rem;
	}

	#extra-banner .content {
		padding: 0 32px;
	}

	#extra-banner .button {
		font-size: 1rem;
	}

	#extra-banner {
		height: 120px;
	}

	body.show-banner {
		padding-top: 120px;
	}

	section#sidebar {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	#sidebar .dts-logo {
		width: 90px;
		height: 90px;
	}

	.links a {
		font-size: 1.5rem !important;
	}

	#sidebar p.contact {
		font-size: 0.8rem
	}

	.show-spacer {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.links div {
		padding: 30px 0;
	}

	#mini-extra-banner {
		height: 130px;
	}

	#mini-extra-banner .content {
		padding: 12px 24px;
	}

	#mini-extra-banner .headline {
		font-size: 1.2rem !important;
	}

	#mini-extra-banner .subline {
		font-size: 0.9rem !important;
	}
}

@media (max-width: 800px) {

	main {
		flex-direction: column;
		justify-content: stretch;
		align-items: stretch;
		display: block;
	}

	section {
		flex: auto !important;
		width: 100% !important;
		height: auto !important;
		max-height: initial !important;
	}

	section#sidebar {
		flex-direction: column;
		transition: none;
	}

	section#player {
		display: block;
		position: relative;
		overflow: hidden;
		border-radius: 8px
	}

	.menu-btn {
		display: block;
	}

	#sidebar.active .menu-btn {
		display: none !important;
	}

	#sidebar.active .close-btn {
		display: block;
	}

	.player-container {
		position: absolute;
    height: initial;
    left: 0;
    right: 0;
    top: 0;
    bottom: initial;
		transform: translateY(-22%);;
	}

	.player {
    position: initial;
    width: initial;
		height: initial;
    /* padding-top: 177.77777778%; */
    /* position: absolute; */
    /* height: 100%; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
	}

	section#shows {
		max-width: 500px;
	}

	.show-col {
		width: 50%;
	}

	aside.links {
		margin: 0;
		position: relative;
	}

	.links div {
		position: absolute;
		align-items: center;
		display: flex;
		justify-content: center;
		transition: all 0.25s;
		opacity: 0;
		left: 0;
		right: 0;
		pointer-events: none;
	}

	#sidebar.active .links div {
		display: block;
		opacity: 1;
		pointer-events: all;
	}

	#sidebar.active {
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,0.85);
	}

	#sidebar.active .content {
		height: 100%;
	}

	.no-thanks {
		display: none;
	}

	p.contact {
		display: none;
	}

	section#sidebar {
		position: fixed;
		z-index: 999;
		padding-top: 16px;
		padding-bottom: 8px;
		padding-left: 16px;
		padding-right: 16px;
		background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0));
		overflow: visible;
	}

	#sidebar .content {
		text-align: center;
		width: 100%;
	}

	#sidebar .header-wrapper {
		display: flex;
		justify-content: space-between;
		z-index: 9999;
	}

	#sidebar .header-wrapper .menu-btn {
		display: block;
	}

	#sidebar .dts-logo {
		width: 60px;
		height: 60px;
	}

	#extra-banner {
		/* transform: translateY(0) !important; */
	}

	body  {
		padding-top: 120px;
	}

	.player-aspect-keeper {
		display: block;
	}

	#mini-extra-banner.hidden {
		margin-top: 0;
		opacity: 1 !important;
	}

	.show-spacer {
		margin-top: 10px;
	}

	.player-container {
		transform: translateY(-9%);
	}

	.smack-that {
		top: 65%;
	}


	#extra-banner {
		/* height: auto !important; */
		position: relative;
		/* margin-bottom: ; */
	}

	#extra-banner .content {
		padding: 18px 24px;
	}

	body {
		padding-top: 0 !important;
		/* overflow-y: scroll; */
		display: block;
	}

	html, body {
		height: auto;
	}	
	
	body #extra-banner {
		height: auto;
		transform: translateY(0) !important;
	}

	#wrapper {
		height: auto;
	}

	.links a {
		padding: 1rem 1rem;
		font-size: 2rem !important;
	}

	#mini-extra-banner {
		display: block !important;
		height: auto !important;
		margin-top: 12px !important;
		margin-bottom: 6px !important;
	}

	#extra-banner {
		display: none !important;
	}

	#mini-extra-banner .content {
		padding: 18px 22px;
	}

	footer.mobile-footer {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
	}

	footer.mobile-footer p.contact {
		display: block;

		opacity: 0.5;
	}

	/* .unmute-container.unmuted {
		display: block;
	}

	.unmute-container.unmuted .smack-that {
		display: none;
	} */
}

.product-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.product-item {
	display: grid !important;
	outline: none !important;
}

.product-item .shopify-buy__layout-vertical{
	position: absolute;
}

.product-item .shopify-buy__layout-vertical * {
	color: black;
}

.product-item .shopify-buy__product {
	border-radius: 8px;
	background: white;
}

.product-item .shopify-buy__product,
.product-item .shopify-buy__product__variant-img,
.product-item .shopify-buy__btn--parent,
.product-item .shopify-buy__product-img-wrapper {
	width: 100%;
  height: 100%;
}

.product-item .shopify-buy__product-img-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-item .shopify-buy__product__variant-img {
	height: 80%;
	width: 80%;
	object-fit: contain;
}

.product-item .shopify-buy__product__title {
	display: none
}

.product-item .shopify-buy__product__price {
	opacity: 1 !important;
}

.product-item .show-img {
	opacity: 0;
}

.product-item .shopify-buy__product__price {
	background: transparent;
	padding: 4px 8px;
	display: flex;
	flex-direction: column-reverse;
	text-shadow: 0 0 4px white;
}

.product-item .shopify-buy__product__compare-price {
	color: #6d6d6d;
	text-decoration: line-through;
	text-decoration-color: #F1555E;
	text-decoration-thickness: 2px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -6px;
}

.product-item .shopify-buy__price--lowered,
.product-item .shopify-buy__product__actual-price  {
	font-size: 20px;
	font-weight: bold;
}

.product-item .out-of-stock-notice {
	display: none;
}

.product-item.out-of-stock {
	/* opacity: 0.7; */
}

.product-item.out-of-stock .out-of-stock-notice {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.55);
}

.product-item.out-of-stock .shopify-buy__product__price {
	display: none;
}