body.debug {
	/* visibility:visible; */
}
.box-layout-a .box-image:after {
	display:block;
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
}
.box-layout-a {
	box-shadow:inset 0 0 0 1px var(--color-lightgray-dark);
	background-color:#fff;
	border-radius: 10px;
	padding: 1rem;
	
}
.box-layout-a-inner {
	padding-bottom:1.2rem;
}
.box-layout-a-inner-top {
	
	flex:0 0 100%;
	position:relative;
	width:100%;
	aspect-ratio: 3 / 2;
	height: auto;
	overflow:hidden;
	margin-bottom:1rem;
	box-shadow:0 1px 0 0 var(--color-lightgray-dark);
}
.box-layout-a-image,
.box-layout-a-image img,
.box-layout-a-image-inner {
	border-radius:0;
}
.box-layout-a-nav {
	/* overflow:hidden; */
	max-width:100%;
}
.box-layout-a-desc,
.box-layout-a-nav,
.box-layout-a-prodmonth {
	padding-left:1.2rem;
	padding-right:1.2rem;
	margin-left:auto;
	margin-right:auto;
}
.box-layout-a-subtitle {
	display:block;
	width:100%;
}
.box-layout-a-feature-list {
	list-style:none;
	display:block;
	padding:0;
	margin:0 -.15em;
	text-align:left;
}
.box-layout-a-feature-item {
	display:inline-block;
	vertical-align:top;
	line-height:1;
	padding:.1em .15em;
	margin:0 auto;
}
.box-layout-a-desc-list {
	list-style:none;
	display:block;
	margin:0 auto;
	padding:0 0 1rem 0;
}
.box-layout-a-desc-item {
	display:block;
	margin:0 auto;
	padding:0 0 .75em 0;
}
.box-layout-a-transport-listwrap {
	overflow:hidden;
}
.box-layout-a-transport-list {
	list-style:none;
	display:block;
	margin:0 -.1rem;
	padding:0;
}
.box-layout-a-transport-item {
	display:inline-block;
	vertical-align:top;
	line-height:1;
	margin:0 auto;
	padding:.1rem;
}
.box-layout-a-transport-item-inner {
	font-size:.875em;
	width:1.5em;
	height:1.5em;
	line-height:1.75;
	overflow:hidden;
	text-align:center;
	background-color:var(--color-midgray);
	color:#fff;
}
.box-layout-a-desc-item-key {
	display:none;
}
.box-layout-a-descdays-item {
	float:right;
}
.box-layout-a-desc-title-item,
.box-layout-a-desc-transport-item {
	display:inline-block;
	vertical-align:top;
	padding:0 .375em 0 0;
	margin:.2em auto 0 auto;
}
.box-layout-a-desc-title-item .box-layout-a-desc-item-inner {
	font-family:var(--font-family-heading);
	font-weight:var(--font-weight-premble);
	font-size:1em;
	line-height:1.25;
	letter-spacing:.01em;
	/* text-transform:uppercase; */
	padding:.1em 0;
	color:var(--color-darkgreen);
}
.box-layout-a-desc-item-fromprice,
.box-layout-a-desc-item-price,
.box-layout-a-desc-title-item .box-layout-a-desc-item-inner {
	color:var(--color-darkgreen);
}
.searchresult-package .box-layout-a-desc-item-fromprice,
.searchresult-package .box-layout-a-desc-item-price,
.searchresult-package .box-layout-a-desc-title-item .box-layout-a-desc-item-inner {
	color:var(--color-darkgreen);

}
.box-layout-a-desc-duration,
.box-layout-a-desc-price {
	display:inline-block;
	vertical-align:top;
	font-weight: 400;
}
.box-layout-a-desc-duration {
	padding-right:.375em;
}
.box-layout-a-desc-text-item-inner {
	font-family:var(--font-family-body);
	font-weight:var(--font-weight-body);
	text-transform:var(--text-transform-body);
	font-size:var(--font-size-body);
	line-height:var(--line-height-body);
	letter-spacing:var(--letter-spacing-body);
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
	color:var(--color-text-heading);
}
.box-layout-a-nav-list {
	list-style:none;
	display:flex;
	flex-direction: row;
	align-items: baseline;

	padding:1rem 0;
	margin:0 -.187em;
}
.box-layout-a-nav-item {
	display:inline-block;
	vertical-align:top;
	line-height:1;
	padding:0;
	margin:0 .187em;
}
.box-layout-a-nav-button:not(.button-inactive) {
	cursor:pointer;
}

.box-layout-a-navdep-button{
	background-color: transparent;
	text-shadow: none;
	color: var(--color-darkgreen);
	font-family: var(--font-family-heading);
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-style: solid;
	padding: 1.5em 0.3em

}
.box-layout-a-navdep-button:hover{
	background-color: transparent;
	text-shadow: none;
	color: var(--color-darkgreen);
	font-family: var(--font-family-heading);
	font-weight: 700;
	font-size: 14px;
	line-height: 130%;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-style: solid;
	cursor: pointer;
}

.box-layout-a-nav-button::after{
	content: "";
	display: inline-block;
	width: 17px;
	height: 10px;
	background-image: url("../images/arrow_CTA.svg");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 0.5em;
	margin-bottom: .2em;
	
}
.box-layout-a-prodmonth {
	overflow:hidden;
	margin-top:.9rem;
	/* padding-top:.9rem; */
}
.box-layout-a-image,
.box-layout-a-image-img,
.box-layout-a-image img{
	background:transparent;
	box-shadow:none;
}
.box-layout-a-image {
	position:absolute;
	z-index:1;
	margin:auto;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;	
	border-radius: 5px;
}
.box-layout-a-inner-top-inner {
	position:absolute;
	bottom: 0;
	z-index:2;
	width:100%;
	display:flex;
	justify-content: flex-end;
	align-items: flex-end;
	/* height: 185px; */
	vertical-align:bottom;
	line-height:1;
	padding:1rem 1.5rem;
}
.box-layout-a-desc-maintitle-item-inner,
.box-layout-a-title {
	font-family:var(--font-family-h3);
	font-weight:var(--font-weight-h3);
	text-transform:var(--text-transform-h3);
	font-size:var(--font-size-h3);
	line-height:var(--line-height-h3);
	letter-spacing:var(--letter-spacing-h3);
	margin-top:0;
	padding-top:0.8rem;
	padding-bottom:0;
	margin-bottom:0;
	-webkit-hyphens:auto;
	-ms-hyphens:auto;
	hyphens:auto;
	color:var(--color-text-heading);
}
.box-layout-a-title {
	padding-left:0;
	padding-right:0;
	color:var(--color-darkorange);
	/* text-shadow:1px 1px 3px #000; */
}
.box-layout-a-desc-maintitle-item-inner,
.box-layout-a-title-inner {
	display:block;
}
.box-layout-a-feature {
	line-height:1.3;
	color:#fff;
	text-shadow:1px 1px 3px rgba(0, 0, 0, .25);
}
.box-layout-a-inner-top:before {
	content:'';
	float:left;
	display:block;
	width:0;
	height:0;
	padding-top:100%;
}
.box-layout-a-image-inner {
	display:block;
	height:100%;
	width:100%;
	text-align:center;
}
.box-layout-a-image-img {
	position:relative;
	left:0;
	right:0;
	height:100%;
	width:auto;
	max-width:none;
	margin:auto;
}
@supports (object-fit:cover) {
	.box-layout-a-image-img,
	.box-layout-a-image img {
		width:100%;
		height:100%;
		object-fit:cover;
		object-position:50% 100%;
		position:static;
	}
}
.box-layout-a-feature-value {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	padding:.4rem 1rem;
	margin:0 auto;
	border:1px solid transparent;
	font-family:var(--font-family-tag);
	font-weight:var(--font-weight-tag);
	text-transform:none;
	font-style:var(--font-style-tag);
	font-size:var(--font-size-tag);
	font-size:var(--font-size-tag);
	line-height:var(--line-height-tag);
	letter-spacing:var(--letter-spacing-tag);
	text-shadow:none;
	box-shadow:none;
	background-image:none;
	color:#fff;
	background-color:var(--color-darkgreen);
	/* background-color:rgba(var(--color-darkgreen-rgb), .5); */
	border-color:transparent;
	border-radius:var(--border-radius-tag);
}
.box-layout-a-feature-value[href]:hover,
.box-layout-a-feature-value[onclick]:hover {
	text-shadow:none;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .24);
	background-image:none;
	color:#fff;
	background-color:var(--color-tag);
	border-color:transparent;
	text-decoration:none;
}
.box-layout-a-feature-value[href]:active,
.box-layout-a-feature-value[onclick]:active {
	text-shadow:none;
	box-shadow:none;
	background-image:none;
	color:#fff;
	background-color:var(--color-tag);
	border-color:transparent;
}
@media screen and (max-width:639px) {
	.box-layout-a-inner-top:before {
		padding-top:75%;
	}

	.box-layout-a-inner-top {
		aspect-ratio: 3 / 2;
		height: auto;
	}
}
@media screen and (min-width:640px) and (max-width:1199px) {
	.box-layout-a-inner-top:before {
		padding-top:80%;
	}
}
@media screen and (max-width:479px) {
	.box-layout-a .box-title{
		font-size:calc(2em  +  (1.75 - 1.4) * (100vw - 37.5em)/ (75 - 37.5));
	}
.box-layout-a-image {
	position: relative;
	height: auto;
	}

 
}

@media screen and (max-width:375px)  {


	.box-layout-a-nav-list {
		flex-direction: column;
		flex-wrap: wrap;
		display: flex;
		align-items: flex-start;
	}
}

@media screen and (min-width:375px) and (max-width:768px) {

	.box-layout-a-image {
		position: relative;
		height: auto;
		}
	.box-layout-a-nav-list {
		flex-direction: row;
		flex-wrap: wrap;
		display: flex;
		align-items: baseline;
	}
}

.box-layout-a-nav-button {
	background-color: var(--color-white);
	border:1px solid var(--color-lightgreen);
	color: var(--color-darkgreen);
	text-transform: uppercase;
	font-family: var(--font-family-preamble);

}
.box-layout-a-nav-button:hover{
	background-color: transparent;
	color: var(--color-darkgreen);
	font-weight: 700;

	
}

.box-layout-a-desc-item-value strong{
font-family: var(--font-family-body);
font-weight: var(--font-family-body);
}