/**  Product Popup Grid styles  **/
.product-popup-grid .preamble {
	font-size: 22px;
	font-size: 2.2rem;
	position: relative;
}
.product-popup-grid .preamble h2 {
  font-size: clamp(2.6rem, 3.55vw, 3.2rem);
  font-weight: 300;
	color: var(--global--color-text);
  margin-bottom: 1em;
}
.product-popup-grid {
    max-width: none !important;
	position: relative;
}
.product-popup-grid .row {
	--bs-gutter-x: 3.6rem;
}
.product-popup-grid::before {
  content: "";
  background-image: linear-gradient(#fff 250px, var(--global--color-primary) 0%);
  position: absolute;
  left: -9.51%;
  right: -9.51%;
  bottom: 0;
  top: 0;
}
.product-popup-grid .col {
	margin-bottom: var(--bs-gutter-x);
	margin-bottom: 65px;

}
.product-popup-grid .item-wrap {
	height: 100%;
}
.product-popup-grid .item-wrap a.popup-link {
	padding-right: 0;
}
.product-popup-grid .popup-link {
    display: block;
    position: relative;
    font-size: 24px;
    font-size: 2.4rem;
    color: var(--global--color-white);
	cursor: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' width='74' height='74' viewBox='0 0 74 74' xml:space='preserve'%3E%3Cpath d='M37 0C16.6 0 0 16.6 0 37s16.6 37 37 37 37-16.6 37-37S57.4 0 37 0z' fill='%23ffffffd9'/%3E%3Cpath fill='%2358C0A4' d='M52 36H38V22h-2v14H22v2h14v14h2V38h14z'/%3E%3C/svg%3E") 37 37, auto;
	z-index: 1000;
    height: 100%;
	border-bottom: 2px solid rgba(255,255,255,.2);
	padding-bottom: 12px;
}
.product-popup-grid .popup-link .img-wrap {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 25px;
}
.product-popup-grid .popup-link .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-popup-grid .popup-link:hover {
    color: var(--global--color-white);
    text-decoration: none;
}
/*.product-popup-grid .popup-link::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0,0,0,0.2);
}*/
.product-popup-grid .popup-link .link-text {
	margin-top: 15px;
	display: block;
	font-weight: 500;
	line-height: 1.3;
	padding-right: 30px;
    transform: translate(0,0);
    transition: all ease-in-out .2s;
}
.product-popup-grid .popup-link .link-text::after {
	content: "";
	right: 0;
	height: 24px;
	width: 24px;
	top: 7px;
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' fill='%2358C0A4' viewBox='0 0 384 512'%3E%3Cpath d='M328 96c13.3 0 24 10.7 24 24l0 240c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-182.1L73 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l231-231L88 144c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0z'/%3E%3C/svg%3E");
}

/**  Style the popup content  **/
.page .mfp-bg {
	z-index: 50001;
}
.page .mfp-wrap {
	z-index: 50002;
}
.product-popup-grid .product-popup-content {
    display: none;
}
.mfp-content .product-popup-content {
    background: var(--global--color-white);
    width: 90%;
    margin: 30px auto;
    max-width: 1400px;
    display: flex;
    position: relative;
	border-radius: 20px;
	overflow: hidden;
}
@media screen and (max-width: 1300px) {
	.mfp-content .product-popup-content {
		width: 95%;
	}
}
.mfp-content .product-popup-content::after {
    content: '';
    display: block;
    height: 1px;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.mfp-content .product-popup-content * {
    box-sizing: border-box;
}
.mfp-content .product-popup-content > div {
    width: 60%;
    flex: 0 0 60%;
}
.mfp-content .product-popup-content .popup-content-inner-wrap {
	padding: 4% 5% 140px 5%;
    position: relative;
}
.mfp-content .product-popup-content .popup-content-inner-wrap h2 {
    font-size: 32px;
    font-size: 3.2rem;
    color: var(--global--color-primary);
	margin-bottom: 0.5em;
	font-weight: 500;
}
.mfp-content .product-popup-content .popup-subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.mfp-content .product-popup-content .popup-content-inner-wrap h2 + p {
    font-size: 20px;
    font-size: 2rem;
}
.mfp-content .popup-content-inner-wrap h3 {
	margin-bottom: 0.5rem;
	font-size: 2rem;
	font-weight: 500;
}
.mfp-content .product-popup-content .popup-content-inner-wrap blockquote {
    position: relative;
    padding-left: 40px;
    margin-top: 40px;
    color: #4a4a4a;
	font-family: 'Melior';
}
.mfp-content .product-popup-content .popup-content-inner-wrap blockquote cite {
	color: #4a4a4a;
	font-family: "DIN Medium";
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	font-style: normal;
	margin-top: -5px;
}
.mfp-content .product-popup-content .popup-content-inner-wrap blockquote::after {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 40px;
    bottom: 6px;
    width: 1px;
    background: var(--global--color-dark-green);
}
.mfp-content .product-popup-content .popup-content-inner-wrap blockquote p:last-child {
    margin-bottom: 0;
}
.mfp-content .product-popup-content .popup-content-inner-wrap blockquote p > em:first-child {
    color: var(--global--color-text);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-style: normal;
}
.popup-content-inner-wrap ul {
	padding-left: 0;
}
.popup-content-inner-wrap ul li {
	list-style: none;
	border-bottom: 1px solid rgba(38,105,115,.2);
	padding: 5px 0 6px;
	font-size: .95em;
}
.mfp-content .product-popup-content .popup-content-inner-wrap .svg-quotes {
    width: 30px;
    height: 30px;
    color: var(--global--color-dark-green);
}
.mfp-content .product-popup-content .popup-content-inner-wrap .quote-open {
    position: absolute;
    left: 0;
    top: 0;
}
.mfp-content .product-popup-content .popup-content-inner-wrap .link-wrap {
    position: absolute;
    bottom: 30px;
    left: 8%;
    right: 8%;
    border-top: 1px solid rgba(116,116,116,.2);
    padding-top: 17px;
    text-align: right;
}
.mfp-content .product-popup-content .popup-content-img-links {
    width: 40%;
    flex: 0 0 40%;
    background: var(--global--color-primary);
	padding-bottom: 30px;
}

.mfp-content .product-popup-content .popup-content-img-links .useful-links-wrap {
    padding: 0 6% 15px;
	color: #fff;
}
.useful-links-wrap h3 {
	margin-top: 1.5em;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 16px
}
.useful-links-wrap ul {
	padding: 0;
}
.useful-links-wrap li {
  list-style: none;
  padding-bottom: 8px;
}
.useful-links-wrap a {
	color: rgba(255,255,255,.6);
}
.useful-links-wrap a:hover {
	color: #fff
}
.mfp-content .product-popup-content .link-wrap .popup-link {
	font-size: 2.2rem;
	color: var(--global--color-primary);
	text-decoration: none;
}
.mfp-content .product-popup-content .link-wrap .popup-link:hover {
	color: var(--global--color-highlight);
}
.mfp-content .product-popup-content .link-wrap .popup-link::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23266973' viewBox='0 0 448 512'%3E%3Cpath d='M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z'/%3E%3C/svg%3E");
	width: 17px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 8px;
	transition: color ease-in-out .15s;
}
.mfp-content .product-popup-content .link-wrap .popup-link:hover::after {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2358C0A4' viewBox='0 0 448 512'%3E%3Cpath d='M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z'/%3E%3C/svg%3E");
}

.mfp-content .product-popup-content .mfp-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 50px;
    height: 50px;
	border-radius: 50%;
    background: var(--global--color-white);
    color: var(--global--color-highlight);
	box-shadow: 0px 5px 15px -3px rgba(0,0,0,0.1);
    opacity: 1;
}
.team-member-wrap {
	display: flex;
	gap: 20px;
	padding: 0 6% 25px;
	color: #fff;
	font-size: .9em;
}
.tm-thumb-wrap {
  width: 90px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
}
.team-member-wrap .tm-content p.tm-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0;
}
.team-member-wrap .tm-content p {
  margin-bottom: .5em;
}
.team-member-wrap .tm-content a {
  color: rgba(255,255,255,.6);
}
.team-member-wrap .tm-content a:hover {
  color: #fff;
}

/*@media screen and (max-width: 991px) {
	.mfp-content .product-popup-content > div {
		width: 100%;
	}
	.mfp-content .product-popup-content .popup-content-img-links {
		width: 100%;
	}
}*/

@media screen and (max-width: 991px) {
	.mfp-content .product-popup-content {
		display: block;
		width: 100%;
	}
	.mfp-content .product-popup-content > div {
		width: 100%;
	}
	.mfp-content .product-popup-content .popup-content-img-links {
		width: 100%;
	}
	.mfp-content .product-popup-content .mfp-close {
    	position: fixed;
	}
	.mfp-content .product-popup-content .popup-content-inner-wrap .link-wrap {
		display: none;
	}
	.mfp-content .product-popup-content {
		border-radius: 0;
		margin: 0 auto;
	}
	.product-popup-content .popup-content-inner-wrap .img-wrapper {
	  margin-right: -9.2%;
	  margin-left: -9.2%;
		margin-bottom: 30px;
	}
	.mfp-content .product-popup-content .popup-content-img-links {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}
	.mfp-content .product-popup-content .popup-content-img-links img {
	  border-top-right-radius: 0;
	}
	.mfp-content .product-popup-content .popup-content-inner-wrap {
		padding: 0 6% 60px 6%;
	}
	.mfp-content .product-popup-content .popup-content-img-links .useful-links-wrap {
		padding: 15px 6% 15px 6%;
	}
}
@media screen and (max-width: 540px) {
	.tm-thumb-wrap {
	  width: 80px;
	}
	.team-member-wrap {
		gap: 15px;
	}
}


/*html:has(.product-popup-wrapper):has(.mfp-bg),
html:has(.product-popup-wrapper):has(.mfp-bg) body {
	overflow: hidden;
	touch-action: none;
}
html:has(.product-popup-wrapper):has(.mfp-bg) .product-popup-wrapper {
	overflow: auto;
	touch-action: auto;
	-webkit-overflow-scrolling: touch;
}*/
