@media (min-width: 769px) {
	.banner {
		padding-top: 57%;
	}
}
.what-we-do-block.block-container.padded {
	padding-top: 2.5%;
}

.what-we-do-block > h2 {
	margin-bottom: 1em;
}

.what-we-do-block p.text {
	margin-bottom: 2em;
}

.what-we-do-block p.signature {
	margin-bottom: 1em;
	text-indent: 1em;
}

.quote {
	background-image: url(/images/inside-the-board/advice-from-locals-bg.jpg);
}

.perperson {
}

.attraction-card {
	padding-bottom: unset;
}

.merchnotes {
	margin-top: 3em;
}
@media (max-width: 768px) {
	.merchnotes {
	}
}
@media (min-width: 769px) {
	.merchnotes {
		/* width: 70%; */
	}
}

.card-bottom-bar {
	height: 0.5em;
}

.travel-inspiration .bottom-right {
}
@media (max-width: 768px) {
	.travel-inspiration .bottom-right {
		display: none;
	}
}
@media (min-width: 769px) {
	.travel-inspiration .bottom-right {
		position: absolute;
		bottom: 0;
		right: 0;
		/* height: 70%; */
		z-index: 2;
		/* width: initial; */
	}
}

.what-we-do {
}
@media (max-width: 768px) {
	.what-we-do {
	}
}
@media (min-width: 769px) {
	.what-we-do {
	}
}
.what-we-do-block > .image-container {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 82%;
	opacity: 0.45;
	top: calc(10% + 1em);
	left: 0;
	padding: 10%;
	background-image: url(/images/inside-the-board/tural-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.what-we-do > .path {
	fill: #f6f0e2;
}

.faq .details-container {
	padding: 1em 0;
	border-top: 1px solid var(--lightgold);
}
.faq .details-container:last-child {
	border-bottom: 1px solid var(--lightgold);
}

.faq details {
	display: flex;
}

.faq summary {
	display: flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
	list-style: none;
}

.faq summary::marker {
	display: none;
}

.faq summary > .title {
	flex-grow: 1;
	color: #050505;
	font-weight: 600;
	padding-right: 2em;
}
.faq details[open] .title {
	margin-bottom: 1em;
}

.faq .arrow {
	display: flex;
	align-items: center;
	color: var(--blue);
}

.faq .arrow::after {
	content: "➤"; /* Customize the arrow */
	display: inline-block;
	transition: transform 0.3s;
	transform: rotate(0deg) scaleX(50%);
}

.faq details[open] .arrow::after {
	transform: rotate(90deg) scaleX(50%);
}

/* merch scroller ------------------------------ */

.merch .scroll-container {
	width: 100%;
	padding: 0 0 5% 1%;
}

@media (max-width: 768px) {
	.merch-cards.scroll-content {
		/*width: 400%;*/ /* this will vary by item count */
	}
}
@media (min-width: 769px) {
	.merch-cards.scroll-content {
		/*width: 140%;*/ /* this will vary by item count */
	}
}
@media (max-width: 768px) {
	.attraction-card h4.title {
		min-height: 2em;
	}
}
@media (min-width: 769px) {
	.attraction-card h4.title {
		min-height: 3em;
	}
}

:root {
	--swiper-pagination-bottom: -2em;
}

#merch-swiper.swiper {
	/* prevent clipping of drop shadows */
	padding-left: 10px !important;
	margin-left: -10px !important;
	padding-right: 10px !important;
	margin-right: -10px !important;
}

.merch .attraction-card h4.title {
	font-size: 0.9em;
	font-family: "modestolite", sans-serif;
	font-weight: normal;
}

.merch .attraction-card .buttons {
	width: 18%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.merch .attraction-card button.thumbnail {
	line-height: 0;
	background-color: #ffffff00;
	margin-bottom: 20%;
	cursor: pointer;
}
.merch .attraction-card button.thumbnail {
}

.merch .attraction-card button.thumbnail[aria-pressed="true"] {
	border: thin solid var(--blue);
}

.merch .attraction-card .display {
	width: 85%;
	cursor: pointer;
}

.attraction-card .callout {
	left: 8px;
	top: 6px;
}

.merch .item.image-container {
	padding: 7%;
	display: flex;
}

.merch button {
	background: transparent;
	position: relative;
}
.attraction-card .item::after {
	content: "SOLD OUT";
	background-image: url(/images/inside-the-board/merch/sold-out.png);
	background-repeat: no-repeat;
	background-size: 30%;
	color: rgba(255, 255, 255, 0);
	user-select: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 3;
}

/* modal ------------------------------ */

#dialog_layer {
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
}
#dialog_layer.active {
	opacity: 1;
}

[role="dialog"] {
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #000;
	min-height: 100vh;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #000000ee;
	z-index: 999;
}

/*
    width: 60vw;
    position: absolute;
    height: 60vw;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%); 
    */

#dialog_layer button.close {
	position: absolute;
	z-index: 3;
	top: -40px;
	right: -40px;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 3px;
	background-color: white;
	/* padding: 1.5vw 1.25vw; */
	user-select: none;
	cursor: pointer;
	color: #00000000;
}
#dialog_layer button.close:after {
	content: "\02715";
	color: var(--black);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 30px;
}

.product-preview.image-container {
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60vw;
	height: 60vw;
	transform: translate(-50%, -50%);
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

#product-preview {
	max-width: 760px;
	max-height: 760px;
	background-color: white;
}
#sold-out-wrapper {
}
#sold-out {
	background-image: url(/images/inside-the-board/merch/sold-out.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
	width: 35%;
	height: 35%;
	z-index: 2;
	position: absolute;
	top: -1px;
	left: -1px;
}
