/* Split from blocks.css (pom-theme-v2), 2026-07-12 */

/* Tour Content
--------------------------------------------- */

.tour-cols {
	display: flex;
	/* gap: 35px; */
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.compare-table .tour-cols {
	max-width: 1374px;
}

.content-wide {
	max-width: 1824px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 32px;
	padding-right: 32px;
}

.content-wide>.tour-block__inner {
	padding-left: 0;
	padding-right: 0;
}

.content-wide .tour-cols {
	max-width: none;
	width: 100%;
}

.tour-block-elua-luxury .tour-cols-one:first-child,
.tour-block-elua-luxury .section-title {
	max-width: 1300px;
}

.tour-col__inner> :last-child,
.alert p:last-child {
	margin-bottom: 0;
}

.tour-col__inner .mb1 {
	margin-bottom: 40px;
}

.tour-col__inner .mb2 {
	margin-bottom: 80px;
}

.tour-col__inner .mb {
	margin-bottom: 80px;
}

.tour-cols__col {
	position: relative;
	width: 100%;
}

.tour-col__inner .h2,
.tour-col__inner .h3,
.tour-col__inner .h4 {
	margin-top: 1px;
}

.tour-col__inner h4,
.tour-col__inner .h4 {
	margin-top: 0;
	margin-bottom: 1em;
}

.tour-cols__col--right .tour-col__inner h3,
.tour-cols__col--right .tour-col__inner .h3 {
	font-family: var(--font-body);
	font-size: 1.125rem;
	line-height: 1.555556;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1.5em;
}

@media (min-width: 961px) {

	.tour-cols__col--right .tour-col__inner h3,
	.tour-cols__col--right .tour-col__inner .h3 {
		font-size: 1.25rem;
		line-height: 1.6;
	}
}

.tour-col__inner p,
.alert p {
	margin-top: 0;
	text-align: justify;
	text-justify: inter-word;
}

.tour-cols__col--left .tour-col__inner p:first-child {
	margin-bottom: 12px;
}

.tour-col__inner a:not(.btn) {
	color: var(--golden-grass-50);
}

.tour-col__inner a:not(.btn):hover {
	text-decoration: underline;
}

.tour-col__cols,
.tour-col__inner ul,
.checklist {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 16px;
}

.tour-col__inner ul,
.checklist {
	padding-top: 0;
}

.tour-col__cols-li,
.tour-col__inner li,
.checklist li {
	padding-left: 25px;
	position: relative;
}

.checklist li {
	line-height: 1.4;
	margin-top: 7px;
	margin-bottom: 7px;
}


.tour-col__cols-li::before,
.tour-col__inner li::before,
.checklist li::before {
	content: "";
	display: block;
	background-image: url(../../svg/icon-ok.svg);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 8px;
	width: 16px;
	height: 14px;
}

.checklist li.no::before {
	background-image: url(../../svg/icon-no.svg);
}

.tour-cols-one {
	display: block;
}

.tour-cols-one .aligncenter {
	text-align: center
}

.tour-cols-one .section-title {
	margin-bottom: 20px;
}

.tour-cols-one .section-title+p {
	margin-top: 0;
}

.tour-cols-one .section-title img {
	display: inline-block;
	margin-bottom: -4px;
}

.tour-cols__col--left .h2,
.tour-cols__col--left .h3:not(.bookbox__title),
.tour-cols__col--left .h4 {
	margin-bottom: 1em;
}

.alert {
	background-color: var(--golden-grass-5, #FBF6E7);
	border-left: 2px solid var(--golden-grass);
	color: var(--gray-70, #535353);
	font-size: 15px;
	margin-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
	text-align: justify;
	text-justify: inter-word;
}

.alert p {
	display: block;
	width: 100%;
	margin-bottom: 1.25em;
}

.tour-col__inner .alert {
	margin-bottom: 1.5em;
}

/* .alert br {
	display: block;
	width: 100%;
	margin-bottom: 0;
} */

.tour-cols.separator-row-top::before,
.tour-cols.separator-row::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--gray-30);
	position: absolute;
}

.tour-cols.separator-row-top::before {
	top: -30px;
}

.tour-cols.separator-row::after {
	bottom: 30px;
}

.grid-layout {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 12px;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.grid-layout__intro {
	margin-bottom: 80px;
}

.grid-layout__intro .h2,
.grid-layout__intro .h3,
.grid-layout__intro p:first-child {
	margin-top: 0;
}

@media (min-width: 680px) {
	.grid-layout {
		grid-template-columns: repeat(3, 1fr);
	}
}

.tour-cols-one:not(.separator-row) {
	margin-bottom: 80px;
}

.tour-block:first-of-type .tour-cols-one:first-child {
	margin-bottom: 40px;
}

.bookbox-wrapper {
	max-width: 490px;
}

.bookbox__1 {
	position: relative;
}

.bookbox-opener {
	background-color: #fbf6e7;
	border-radius: 12px;
	height: 59px;
	width: 59px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto;
	z-index: 1;
	width: 60px;
	height: 60px;
	border: none;
	padding: 0;
}

.bookbox-opener__arrow {
	position: absolute;
	right: 10px;
	top: 10px;
	margin: auto;
	width: 10px;
	height: 6px;
	transform: rotate(45deg);
}

.bookbox-opener:hover {
	cursor: pointer;
}

@media (min-width: 961px) {
	.tour-cols {
		flex-direction: row;
		gap: 20px;
		justify-content: space-between;
		margin-bottom: 160px;
	}

	.mb-small .tour-cols {
		margin-bottom: 80px;
	}

	.mt-xl {
		margin-top: 160px;
	}

	.mb-xl {
		margin-bottom: 160px;
	}

	.tour-cols-one:not(.separator-row) {
		margin-bottom: 80px;
	}

	.tour-block:first-of-type .tour-cols-one:first-child {
		margin-bottom: 100px;
	}

	.tour-cols__col--left .h2,
	.tour-cols__col--left .h3:not(.bookbox__title),
	.tour-cols__col--left .h4 {
		margin-bottom: 30px;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		max-width: 555px;
	}

	.tour-cols__col--left p:not(.full-width) {
		max-width: 335px;
	}

	.tour-cols__col--left div p:is(.keen-slider__slide) {
		max-width: none;
	}

	.tour-cols__col--left .alert,
	.tour-cols__col--left p.alert,
	.tour-cols__col--left .alert p {
		max-width: 473px;
	}

	.tour-cols__col {
		width: calc(50% - 20px);
	}

	.tour-col__cols-li,
	.tour-col__inner li {
		padding-left: 35px;
	}

	.bookbox__1 {
		margin-bottom: 20px;
	}

	.tour-cols-one.separator-row::after {
		bottom: -10px;
	}

	.separator-col .tour-cols__col:first-child::after {
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		height: calc(100% - 5px);
		background-color: var(--gray-30);
		position: absolute;
		right: 1px;
		top: 0;
	}

	.tour-cols__col--left {
		position: relative;
	}

	.tour-cols__col--left .tour-col__inner {
		position: sticky;
		top: 110px;
	}

	.home .tour-cols__col--left .tour-col__inner {
		position: unset;
	}

	.tour-cols.separator-row-top::before {
		top: -80px;
	}

	.tour-cols.separator-row::after {
		bottom: -80px;
	}
}

@media (min-width: 961px) and (max-width: 1100px) {
	.tour-cols-one .section-title img {
		max-width: 115px;
		margin-bottom: -6px;
	}
}

@media (max-width: 960px) {

	.tour-col__inner .bookbox__1,
	.tour-cols__col.tour-cols__col--right,
	.tour-cols.tour-cols--icons-row {
		margin-bottom: 70px;
	}

	.bookbox__below {
		margin-top: -50px;
		margin-bottom: 40px;
	}

	.tour-cols:last-of-type .tour-cols__col.tour-cols__col--right {
		margin-bottom: 0;
	}

	.tour-col__inner .h2 br {
		display: none
	}

	.tour-cols-one .section-title {
		margin-bottom: 1em;
	}

	.tour-cols-one .section-title img {
		max-width: 100px;
		margin-bottom: -6px;
	}

	.tour-cols--first .tour-cols__col:first-child {
		padding-right: 0;
	}

	.bookbox-wrapper,
	.bookbox__1 {
		margin-left: auto;
		margin-right: auto;
	}

	.tour-cols__col--left .slider-js {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 430px) {
	.tour-col__inner:has(> .bookbox__1:first-child) {
		margin-left: -30px;
		margin-right: -30px;
	}
}

.tour-cols:last-child {
	margin-bottom: 0;
}

@media (max-width: 700px) {
	.tour-cols-one .section-title img {
		display: none;
	}
}

.inner__title-tagline {
	margin-bottom: 10px;
}

.btn-wrap--tour-content {
	margin-bottom: 145px;
	text-align: center;
}

.btn--tour-content {
	margin-left: auto;
	margin-right: auto;
}

.cols-icons {
	display: flex;
	/* gap: 45px; */
	gap: 35px;
}

.tour-col__inner .col-icon {
	display: flex;
	padding-left: 0;
}

.tour-col__inner .col-icon:before {
	display: none;
	background-image: none;
}

.col-icon__wrap {
	display: flex;
	align-items: baseline;
	/* margin-top: auto; */
	margin-bottom: 10px;
	height: 72px;
}

.col-icon__img--col {
	margin-top: auto;
}

.tour-col__inner .tour-col__cols-li {
	flex-direction: column;
	width: 33.3333%;
}

.tour-col__inner .col-icon__caption {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: unset;
}

.tour-col__inner .tour-col__rows {
	flex-direction: column;
	gap: 4px;
	counter-reset: step-counter;
	margin-left: 50px;
}

.tour-col__rows-li {
	display: flex;
	flex-direction: row;
	gap: 20px;
	background-color: var(--golden-grass-5, #FBF6E7);
	padding-top: 14px;
	padding-bottom: 14px;
	width: 100%;
	min-height: 120px;
}

.tour-col__inner .tour-col__rows-li {
	position: relative;
	counter-increment: step-counter;
	padding-left: 30px;
}

.tour-col__inner .tour-col__rows-li::before {
	content: counter(step-counter) ". ";
	display: block;
	position: absolute;
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
	height: auto;
}

.tour-col__inner .tour-col__rows-li::after {
	content: '';
	position: absolute;
	left: -20px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 20px 0;
	border-color: transparent var(--golden-grass-5, #FBF6E7) transparent transparent;
	transform: translateY(-50%);
}

.col-icon__wrap--row {
	margin-top: auto;
	margin-bottom: auto;
	width: 72px;
}

.col-icon__img--row {
	margin: auto;
}

.tour-col__inner .col-icon__caption--row {
	margin-top: auto;
	margin-bottom: auto;
}

@media (max-width: 960px) {
	.btn-wrap--tour-content {
		margin-bottom: 80px;
	}

	.tour-col__cols {
		flex-direction: column;
	}

	.col-icon__img--col {
		margin-bottom: auto;
	}

	.tour-col__inner .tour-col__cols-li {
		flex-direction: row;
		width: 100%;
		gap: 20px;
		position: relative;
	}

	.tour-col__inner .tour-col__cols-li:after {
		content: "";
		background-color: var(--gray-30, #B3B3B3);
		height: 1px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: -15px;
	}

	.col-icon__wrap--col {
		width: 85px;
	}

	.col-icon__caption--col {
		max-width: 128px;
	}

	.tour-cols.tour-cols--icons-row.separator-row::after {
		content: none;
	}
}

/* Migrated from Customizer Additional CSS, 2026-07-12
--------------------------------------------- */
.tour-cols-one .section-title img {
	border-radius: 80px;
}

.tour-cols__col--left .tour-col__inner p {
	text-align: left;
}

@media (min-width: 961px) {
	.tour-cols__col--left p:not(.full-width) {
		max-width: 350px;
	}
}

/* .tour-cols__col--left .bookbox__below p from Customizer had the same
   text-align/max-width as the rule below in the Bookbox section, plus an
   extra margin: auto — merged into that rule instead of duplicating here. */

/* Bookbox
--------------------------------------------- */

.bookbox__1 {
	background: radial-gradient(circle 30px at top left, #0000 98%, #fbf6e7) top left,
		radial-gradient(circle 30px at top right, #0000 98%, #fbf6e7) top right,
		radial-gradient(circle 30px at bottom left, #0000 98%, #fbf6e7) bottom left,
		radial-gradient(circle 30px at bottom right, #0000 98%, #fbf6e7) bottom right;
	max-width: 496px;
	padding: 10px;
}

.bookbox__2 {
	background: radial-gradient(circle 30px at top left, #0000 98%, #d5ccaf) top left,
		radial-gradient(circle 30px at top right, #0000 98%, #d5ccaf) top right,
		radial-gradient(circle 30px at bottom left, #0000 98%, #d5ccaf) bottom left,
		radial-gradient(circle 30px at bottom right, #0000 98%, #d5ccaf) bottom right;
	padding: 1px;
	position: relative;
	z-index: 20;
}

.bookbox__3 {
	background: radial-gradient(circle 30px at top left, #0000 98%, #fbf6e7) top left,
		radial-gradient(circle 30px at top right, #0000 98%, #fbf6e7) top right,
		radial-gradient(circle 30px at bottom left, #0000 98%, #fbf6e7) bottom left,
		radial-gradient(circle 30px at bottom right, #0000 98%, #fbf6e7) bottom right;
	/* padding-left: 40px;
	padding-right: 40px; */
	padding-top: 40px;
	padding-bottom: 37px;
}

.bookbox__below {
	padding-bottom: 20px;
	position: relative;
}

@media (min-width: 470px) {
	.bookbox__below {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.tour-cols__col--left .bookbox__below p {
	text-align: center;
	max-width: none;
	margin: auto;
}

.page-id-67 .bookbox__3 {
	padding-top: 60px;
}

.bookbox__wo_price {
	padding-top: 30px;
}

.bookbox {
	width: 100%;
	background-size: 51% 51%;
	background-repeat: no-repeat;
	text-align: center;
}

.bookbox__graphic {
	margin-left: auto;
	margin-right: auto;
}

.tour-cols .tour-col__inner .bookbox__title {
	margin-top: -20px;
	/* margin-bottom: 65px; */
	margin-bottom: 11%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.tour-cols .tour-col__inner .bookbox__wo_price .bookbox__title {
	margin-top: -30px;
	margin-bottom: 0;
}

.page-id-67 .bookbox__3 {
	padding-top: 60px;
}

.bookbox__price-tag__wrapper {
	/* margin-bottom: 14%; */
	margin-bottom: 25px;
	text-align: center;
}

.bookbox___price_breakdown {
	color: var(--golden-grass-50);
	display: flex;
	align-items: center;
	gap: 5px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	transition: color .2s;
}

.bookbox___price_breakdown--span {
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.bookbox___price_breakdown--span:before,
.bookbox___price_breakdown--span:after {
	content: "";
	background-color: var(--golden-grass);
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 4px;
	left: 0;
}

.bookbox___price_breakdown--span:before {
	background-color: var(--golden-grass);
}

.bookbox___price_breakdown--span:after {
	background-color: var(--golden-grass);
	width: 0;
	bottom: 3px;
	transition: width 0.25s ease-in-out;
	/* Animate the width */
}

.bookbox___price_breakdown--span:hover:after {
	width: 100%;
	height: 2px;
}

.bookbox___price_breakdown:hover {
	color: var(--golden-grass);
}

.bookbox__price-tag {
	background-image: url(../../images/price-tag.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 198px;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.bookbox__price-tag.bookbox__price-tag_wide {
	justify-content: start;
	padding-top: 15px;
}

.tour-col__inner .bookbox__price-tag_large {
	background-image: url(../../images/price-tag_large.png);
	height: 198px;
	flex-direction: column;
	gap: 12px;
	/* margin-bottom: -20px; */
}

.tour-col__inner .bookbox__price-tag_wide {
	background-image: url(../../images/price-tag_wide.png);
	background-position: center;
	height: 167px;
	width: 311px;
	max-width: 100%;
	flex-direction: column;
	gap: 10px;
	/* margin-bottom: -20px; */
}

.tour-col__inner .is-elua.is-season_summer .bookbox__price-tag_wide,
.tour-col__inner .is-elua.is-season_off .bookbox__price-tag_wide {
	background-image: url(../../images/price-tag.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 198px;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding-top: 0;
}

.tour-col__inner .is-elua.is-season_summer .bookbox__price-tag_wide .bookbox__price_top_label,
.tour-col__inner .is-elua.is-season_summer .bookbox__price-tag_wide .bookbox__price_top_label_e,
.tour-col__inner .is-elua.is-season_off .bookbox__price-tag_wide .bookbox__price_top_label,
.tour-col__inner .is-elua.is-season_off .bookbox__price-tag_wide .bookbox__price_top_label_e {
	display: none;
}

.bookbox__price {
	color: var(--golden-grass);
	font-family: "Times New Roman", Georgia;
	font-size: 48px;
	letter-spacing: -0.033em;
}

.bookbox__price_wrapper {
	display: flex;
	gap: 5px;
	align-items: center;
	width: 125px;
	position: relative;
}

.bookbox__price-tag_wide .bookbox__price_wrapper {
	gap: 10px;
	width: 238px;
}

.bookbox__price-tag_wide .bookbox__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: auto;
	column-gap: 22px;
	row-gap: 10px;
	padding-left: 20px;
	width: 100%;
	max-width: 272px;
}

.bookbox__price-tag_large .bookbox__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: auto;
	column-gap: 10px;
	row-gap: 12px;
	padding-left: 20px;
	width: 100%;
	max-width: 272px;
}

.tour-col__inner .is-elua.is-season_summer .bookbox__grid,
.tour-col__inner .is-elua.is-season_off .bookbox__grid {
	display: flex;
	width: auto;
	padding: 0;
	gap: 10px;
}

.bookbox__note {
	color: #7E7B74;
	font-size: 15px;
	line-height: 1.6em;
	text-align: center;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
	margin-bottom: 20px;
}

.bookbox__note-intag,
.bookbox__note-bottom {
	color: #7E7B74;
	font-size: 15px;
	line-height: 1.6em;
	text-align: center;
}

.bookbox_tour__title {
	font-weight: bold;
}

.bookbox__price_wrapper_labels {
	justify-content: space-around;
	line-height: 1;
}

.price_all_lbl {
	/* display: block; */
	font-size: 13px;
	line-height: 1;
	text-align: left;
	display: grid;
	place-items: center start;
}

.bookbox__price_all {
	/* display: block; */
	font-size: 30px;
	line-height: 1;
	/* margin-right: 5px; */
	position: relative;
	text-align: center;
	/* width: 72px;
	min-width: 72px; */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.tour-col__inner .is-elua.is-season_summer .bookbox__price_all,
.tour-col__inner .is-elua.is-season_off .bookbox__price_all {
	font-size: 40px;
}

.bookbox__price_all.hide,
.bookbox__price_all.hide+.price_all_lbl {
	display: none;
}

.page-id-61 .bookbox__price_all,
.page-id-85058 .bookbox__price_all {
	width: auto;
	min-width: auto;
}

.bookbox__price_top_label {
	color: var(--gray-30, #B3B3B3);
	display: block;
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 1;
}

.bookbox__price_top_label_e {
	width: 50px;
}

.bookbox__price_r {
	color: var(--gray-30, #B3B3B3);
}

.bookbox__price_r.line-through {
	text-decoration: line-through;
}

.bookbox__price-currency {
	font-style: italic;
}

.bookbox___price_label {
	font-size: 13px;
	line-height: 1;
	max-width: 40px;
	display: inline-block;
	text-align: initial;
}

.bookbox__image-wrap {
	margin-top: -55px;
	margin-bottom: 25px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.bookbox__image {
	margin-left: auto;
	margin-right: auto;
}

.bookbox__tagline-wrapper {
	padding-top: 65px;
	padding-bottom: 80px;
}

.bookbox__tagline {
	color: var(--golden-grass-50);
	display: block;
	font-family: var(--font-decorative);
	font-size: 80px;
	letter-spacing: normal;
	line-height: .85;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: none;
	transform: rotate(-12deg);
}

@media (max-width: 410px) {

	.bookbox-wrapper {
		margin-left: -10px;
		margin-right: -10px;
	}

	.bookbox__3 {
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 25px;
	}

	.tour-cols .tour-col__inner .bookbox__title {
		padding-left: 10px;
		padding-right: 10px;
	}

	.tour-col__inner .bookbox__price-tag_wide {
		background-size: contain;
	}
}


/* Bookbox drawer variables. */
:root {
	--bookbox-drawer-top: 110px;
	--bookbox-drawer-peek-desktop: 48px;
	--bookbox-drawer-peek-mobile: 48px;
	--bookbox-drawer-z-index: 9999;
}

body.admin-bar {
	--bookbox-drawer-top: 142px;
}

.bookbox-wrapper {
	position: relative;
}

.bookbox-drawer-anchor {
	display: block;
	width: 1px;
	height: 1px;
	pointer-events: none;
}

.bookbox-drawer-placeholder {
	display: none;
}

.bookbox-drawer-placeholder.is-active {
	display: block;
}

.bookbox-wrapper:not(.is-bookbox-drawer) .bookbox-opener {
	display: none;
}

.bookbox-wrapper.is-bookbox-drawer {
	position: fixed;
	z-index: var(--bookbox-drawer-z-index);
	margin: 0;
	will-change: transform;
	transition: transform 260ms ease;
}

.bookbox-wrapper.is-bookbox-drawer .bookbox__1 {
	position: relative;
}

.bookbox-wrapper.is-bookbox-drawer .bookbox-opener {
	display: block;
}

.has-bookbox-drawer {
	position: relative;
	z-index: 50;
}

/* Desktop drawer, hidden to the left. */
@media (min-width: 1268px) {
	.bookbox-wrapper.is-bookbox-drawer {
		top: var(--bookbox-drawer-top);
		left: 0;
		width: min(var(--bookbox-drawer-width, 360px), calc(100vw - 80px));
		transform: translateX(calc(-100% + var(--bookbox-drawer-peek-desktop)));
	}

	.bookbox-wrapper.is-bookbox-drawer.is-bookbox-open {
		transform: translateX(0);
	}

	.bookbox-wrapper.is-bookbox-drawer .bookbox-opener {
		top: 0;
		right: -20px;
		bottom: 0;
		left: auto;
		margin: auto;
		transform: rotate(45deg);
	}

	.bookbox-wrapper.is-bookbox-drawer .bookbox__below {
		display: none;
	}
}

@media (max-width: 1267px) {
	.bookbox-wrapper.is-bookbox-drawer {
		position: fixed;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: var(--bookbox-drawer-z-index);
		width: auto;
		max-height: none;
		margin: 0;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
		padding-right: 24px;
		padding-left: 24px;
		background: #fbf6e7;
		transform: none;
		transition: none;
		max-width: none;
	}

	.bookbox-wrapper.is-bookbox-drawer .bookbox__1,
	.bookbox-wrapper.is-bookbox-drawer .bookbox__2,
	.bookbox-wrapper.is-bookbox-drawer .bookbox__3,
	.bookbox-wrapper.is-bookbox-drawer .bookbox__price-wrap {
		position: static;
		display: block;
		width: 100%;
		height: auto;
		min-height: 0;
		margin: 0;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
		transform: none;
	}

	.bookbox-wrapper.is-bookbox-drawer .bookbox__1 {
		margin-left: auto;
		margin-right: auto;
	}

	.bookbox-wrapper.is-bookbox-drawer .bookbox__graphic,
	.bookbox-wrapper.is-bookbox-drawer .bookbox__title,
	.bookbox-wrapper.is-bookbox-drawer .bookbox__note,
	.bookbox-wrapper.is-bookbox-drawer .bookbox_tour__title,
	.bookbox-wrapper.is-bookbox-drawer .bookbox__price-tag__wrapper,
	.bookbox-wrapper.is-bookbox-drawer .bookbox__below,
	.bookbox-wrapper.is-bookbox-drawer .bookbox-opener {
		display: none;
	}

	.bookbox-wrapper.is-bookbox-drawer .bookbox-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 35px;
		margin: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}


.boat-features__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.boat-features__item {
	position: relative;
	display: grid;
	grid-template-columns: 2rem 1fr;
	gap: 1rem;
	align-items: start;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	align-items: center;
	line-height: 1.333;
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

@media (min-width: 1200px) {
	.boat-features__item {
		font-size: 24px;
		padding-left: 70px;
		padding-right: 30px;
	}
}

.boat-features__item:nth-child(-n + 2) {
	border-top: 0;
}

.boat-features__item::before {
	content: "!";
	color: var(--golden-grass-50);
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 767px) {
	.boat-features__list {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.boat-features__item:nth-child(-n + 2) {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.boat-features__item:first-child {
		border-top: 0;
	}
}

.tour-chooser .tour-cols-one {
	max-width: 980px;
	margin: 0 auto;
}

.tour-chooser h3,
.tour-chooser .h2 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  margin-bottom: 10px !important;
}

.tour-chooser h3 + p {
  margin-top: 0;
  margin-bottom: 12px;
}

.tour-chooser .features-layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin-top: 0;
	margin-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.tour-chooser .features-layout>div {
	min-width: 0;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	position: relative;
	transition: background-color 0.25s ease;
}

.tour-chooser .features-layout>div:first-child {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.tour-chooser .features-layout>div:hover,
.tour-chooser .features-layout>div:focus-within {
	background-color: rgba(201, 161, 58, 0.08);
}

.tour-chooser .features-layout ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.tour-chooser .features-layout li {
	position: relative;
	margin: 0;
}

.tour-chooser .features-layout li+li {
	margin-top: 0.8rem;
}

.tour-chooser .features-layout__title {
	margin: 0 0 0.8em;
	font-weight: 700;
	text-align: center;
}

.tour-chooser--pc.tour-chooser .features-layout__title {
	text-align: left;
}

.tour-chooser .tour-cols-one>p:last-child {
	max-width: 680px;
	margin: 2rem auto 0;
	padding-top: 1.1rem;
	line-height: 1.6;
}

.tour-chooser .features-layout__link {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.tour-chooser .features-layout__link:focus-visible {
	outline: 1px solid #c9a13a;
	outline-offset: -1px;
}

@media (max-width: 867px) {

	.tour-chooser .features-layout {
		grid-template-columns: 1fr;
		max-width: 500px;
		margin: auto;
	}

	.tour-chooser .features-layout>div:first-child {
		border-right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.tour-chooser .features-layout>div {
		padding: 2.5rem 0;
	}

	.tour-chooser .features-layout ul {
		max-width: 350px;
	}

	.tour-chooser .tour-cols-one>p:last-child {
		margin-top: 1.5rem;
	}
}

/* ========================================
   Small Tour comparison
======================================== */

.tour-comparison-small {
	margin-bottom: 40px;
}

div.tour-comparison-small {
	padding-left: 32px;
	padding-right: 32px;
}

.tour-comparison-small .h3 {
	font-size: 36px;
}

.tour-comparison-small li {
	margin-bottom: 15px;
}

/* Migrated from Customizer Additional CSS, 2026-07-12
   (moved here from comparison.css, which only loads on the trips page —
   these classes are also used on tour pages covered by this file's gate)
--------------------------------------------- */
.tour-chooser--pc.tour-chooser h2 {
	margin-top: 0;
}

.tour-comparison-small a {
	color: var(--golden-grass-50);
}

.tour-comparison-small a:hover {
	text-decoration: underline;
}
