/** Shopify CDN: Minification failed

Line 551:76 Unexpected "{"

**/
/* frequently used breakpoints
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1023px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 480px) {}
*/

@media print, screen and (min-width: 64em) {
    .template-product .product__wrapper {
        margin: 0 auto;
        max-width: 984px;
    }

    .template-product .product__wrapper .form__width {
        margin: 0;
        margin-left: auto;
    }

    .template-product .product__wrapper .form__width .jdgm-widget {
        margin: 0;
        width: auto;
    }
}

@media screen and (min-width: 75em) {
    .template-product .product__wrapper {
        max-width: 1160px;
    }
}

@media screen and (max-width: 39.9375em) {
    #shopify-section-header {
      pointer-events: all;
    }

    #shopify-section-header .pxl-steps-header .header__mobile-menu .trustpilot-widget {
        position: relative !important;
        top: 29px;
        margin-bottom: 29px;
    }
    
    ::-webkit-scrollbar { 
        -webkit-appearance: none; 
        width: 7px; 
    } 
    ::-webkit-scrollbar-thumb { 
        border-radius: 4px; 
        background-color: rgba(0,0,0,.5); 
        box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
}


section.video-collection{
	padding: 126px 0 140px 0;
	background: #ecdcd0;
}

section.video-collection .video-collection__video-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px 0;
}
	section.video-collection .video-collection__video-wrapper .left{
		width: auto;
		float: none;
		padding: 0 15px 0 0;
	}
		section.video-collection .video-collection__video-wrapper .left	.video-collection__title{
			text-align: left;
		}
	section.video-collection .video-collection__video-wrapper .right{
		width: 686px;
		float: none;
			-webkit-box-flex: 0;
    	-ms-flex: 0 0 686px;
    flex: 0 0 686px;
			-webkit-box-pack: end;
    	-ms-flex-pack: end;
    justify-content: flex-end;
    	display: -webkit-box;
    	display: -ms-flexbox;
    display: flex;
	}
		section.video-collection .right .preview_wrapper{
			display: inline-block;
			position: relative;
		}
		section.video-collection .right .preview_wrapper img.video_image{
			display: block;
			width: 100%;
			height: auto;
		} 
		section.video-collection .right .preview_wrapper .video-play{
			position: absolute;
			width: 100%;
			height: 100%;
			background: transparent url("//get-steps.com/cdn/shop/t/415/assets/play-icon.svg?v=166716356169986626021754465271") no-repeat center center;
			left: 0;
			top: 0;
		}
		section.video-collection .video-collection__video-wrapper .video_lightbox_wrapper{
			display: none;
			position: fixed;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: 10000;
		}
			section.video-collection .video-collection__video-wrapper .video_lightbox_wrapper .overlay{
				opacity: 0.8;
  			background-color: #1c1c1c;
				position: fixed;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
			}
			section.video-collection .video-collection__video-wrapper .video_lightbox_wrapper .video_wrapper{
				position: fixed;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: transparent;
				display: flex;
				justify-content: center;
				align-items: center;
			}
			section.video-collection .video-collection__video-wrapper .video_lightbox_wrapper .video_wrapper .video_embed{
				position: relative;
			}
			section.video-collection .video-collection__video-wrapper .video_lightbox_wrapper .video_wrapper a.close{
				position: absolute;
				right: 0px;
				top: -30px;
				width: 20px;
				height: 20px;
				display: block;
				background: url(//get-steps.com/cdn/shop/t/415/assets/i-close.svg?v=84898200848089469641754465133) no-repeat center center;
				background-size: 20px auto;
			}
				section.video-collection .video-collection__video-wrapper .video_lightbox_wrapper .video_wrapper a.close span{
					display: none;
				}

section.video-collection .video-collection__image-wrapper{
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
    -ms-flex-direction: row;
  flex-direction: row;
}
	section.video-collection .video-collection__image-wrapper .image_wrapper_left{
			display: -webkit-box;
			display: -ms-flexbox;
		display: flex;
		width: 50%;
		padding: 0 10px 0 0;
			-webkit-box-align: start;
    	-ms-flex-align: start;
    align-items: flex-start;
			-webkit-box-pack: end;
    	-ms-flex-pack: end;
    justify-content: flex-end;
	}
	section.video-collection .video-collection__image-wrapper .image_wrapper_right{
			display: -webkit-box;
			display: -ms-flexbox;
		display: flex;
		width: 50%;
		padding: 0 0 0 10px;
			-webkit-box-align: start;
    	-ms-flex-align: start;
    align-items: flex-start;
			-webkit-box-pack: start;
    	-ms-flex-pack: start;
    justify-content: flex-start;
	}
	section.video-collection .video-collection__image-wrapper img{
		display: block;
		max-width: 100%;
		height: auto;
	}

	section.video-collection .video-collection__content{
	padding: 80px 0 0 0;
}
@media screen and (max-width: 1199px) {
	section.video-collection .video-collection__video-wrapper .right {
    width: 527px;
    	-ms-flex: 0 0 527px;
    flex: 0 0 527px;
	}
}
@media screen and (max-width: 1023px) {
	section.video-collection{
		padding-left: 20px;
		padding-right: 20px;
	}
	section.video-collection .video-collection__video-wrapper .right {
    width: 50%;
    	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
	}
		section.video-collection .right .preview_wrapper img.video_image{
			width: auto;
			max-width: 100%;
		} 
	section.video-collection .video-collection__video-wrapper .video_lightbox_wrapper .video_wrapper .video_embed iframe{
		width: 700px;
	}
}
@media screen and (max-width: 767px) {
	section.video-collection{
		padding: 50px 28px;
	}
	section.video-collection .section-width-wrapper {
		width: 100%;
		overflow: hidden;
	}
	section.video-collection .video-collection__video-wrapper {
			-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	section.video-collection .video-collection__video-wrapper .left {
    text-align: center;
		margin: 0 0 50px 0;
	}	
	section.video-collection .video-collection__video-wrapper .left	.video-collection__title{
		text-align: center;
	}
	section.video-collection .right {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
	}
	section.video-collection .video-collection__video-wrapper .video_lightbox_wrapper .video_wrapper .video_embed{
		width: 95%;
		position: relative;
    padding-bottom: 56%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	}
	section.video-collection .video-collection__video-wrapper .video_lightbox_wrapper .video_wrapper .video_embed iframe{
		width: 100%;
    height: 100%;
		height: calc(100% - 30px);
    position: absolute;
    left: 0;
    top: 0;
	}
	section.video-collection .video-collection__video-wrapper .video_lightbox_wrapper .video_wrapper a.close{
		top: auto;
		bottom: 0;
		width: auto;
    text-align: left;
		color: #fff;
		font-size: 14px;
		padding: 0 0 0 35px;
		background-position: left center;
		left: 50%;
		margin-left: -55px;
		display: inline-block;
	}
	 section.video-collection .video-collection__video-wrapper .video_lightbox_wrapper .video_wrapper a.close span{
		 display: inline;
	 }

	section.video-collection .swiper{
		margin-left: -8px;
		margin-right: -8px;
	}
	section.video-collection .swiper .swiper-slide{
		padding: 0 8px;
	}
	section.video-collection .swiper .swiper-slide img,
	section.video-collection .swiper .swiper-slide iframe{
		width: 100% !important;
	}

	section.video-collection .video-collection__content > p{
		display: none;
		text-align: center;
	}
	section.video-collection .video-collection__content > p:first-child{
		display: block;
	}
	section.video-collection .video-collection__content > a.read-more{
		display: block;
		text-align: center;
		cursor: pointer;
		color: #946d6a;
		font-size: 14px;
		text-decoration: underline;
	}
	section.video-collection .video-collection__content > p.overflow{
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		opacity: 0.3;
		padding: 0 40px;
	}

}


section.team-founders{
	background: #e0cbba;
	padding: 100px 0 0 0;
}

	section.team-founders .team-founders__title{
		text-align: center;
		margin: 0 0 50px 0;
	}

	section.team-founders .team-founders__founder{
			display: -webkit-box;
			display: -ms-flexbox;
		display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
		align-items: center;
		border-bottom: 2px solid #ecdcd0;
		padding: 0;
	}
	section.team-founders .team-founders__founder .image_wrapper{
			display: -webkit-box;
			display: -ms-flexbox;
		display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
    	-ms-flex-direction: column;
  	flex-direction: column;
		width: 50%;
		flex: 0 0 50%;
	}
		section.team-founders .team-founders__founder .image_wrapper img{
			max-width: 100%;
			height: auto;
		}
	section.team-founders .team-founders__founder .team-founders__description{
			display: -webkit-box;
			display: -ms-flexbox;
		display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
    	-ms-flex-direction: column;
  	flex-direction: column;
		width: 50%;
		flex: 0 0 50%;
	}
	section.team-founders .team-founders__founder .team-founders__description .quote p{
		font-size: 37px;
		color: #946d6a;
		margin: 0 0 40px 0;
		line-height: 1.22;
		font-weight: 700;
	}
	section.team-founders .team-founders__founder .team-founders__description p.name{
		font-size: 20px;
		font-weight: 700;
		margin: 0 0 5px 0;
		line-height: 1.4;
	}
	section.team-founders .team-founders__founder .team-founders__description p.subline{
		font-size: 20px;
		margin: 0;
		line-height: 1.4;
	}

	section.team-founders .team-founders__founder.image_right .image_wrapper{
			-webkit-box-ordinal-group: 10000;
    	-ms-flex-order: 9999;
    order: 9999;
		align-items: flex-end;
	}
	section.team-founders .team-founders__founder.image_right .team-founders__description{
		text-align: right;
		padding: 0 10px 0 0;
	}
	section.team-founders .team-founders__founder.image_left .image_wrapper{
		align-items: flex-start;
	}
	section.team-founders .team-founders__founder.image_left .team-founders__description{
		padding: 0 0 0 10px;
	}

@media screen and (max-width: 1199px) {
	section.team-founders .team-founders__founder .team-founders__description .quote p {
    font-size: 25px;
	}
}
@media screen and (max-width: 1023px) {
	section.team-founders{
		padding-left: 20px;
		padding-right: 20px;
	}
	section.team-founders .team-founders__founder.image_right .team-founders__description{
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	section.team-founders{
		padding-top: 50px;
	}
	section.team-founders .team-founders__title{
		margin: 0;
	}
	section.team-founders .team-founders__founder{
			-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border: none !important;
	}
		section.team-founders .team-founders__founder .team-founders__description .quote p{
			margin: 30px 0;
		}
		section.team-founders .team-founders__founder .image_wrapper,
		section.team-founders .team-founders__founder .team-founders__description{
			width: 100%;
			flex: 0 0 100%;
		}
		section.team-founders .team-founders__founder .image_wrapper img{
			max-width: 100%;
			height: auto;
		}
		section.team-founders .team-founders__founder .team-founders__description {
			text-align: center !important;
			padding: 0 !important;
		}
		section.team-founders .team-founders__founder .image_wrapper{
				-webkit-box-ordinal-group: 10000;
				-ms-flex-order: 9999;
			order: 9999 !important;
			align-items: center !important;
		}
}


section.team-overview{
	padding: 100px 0 130px 0;
}

	section.team-overview .team-overview__title{
		text-align: center;
		margin: 0 0 50px 0;
	}

	section.team-overview .team-overview__navigation{
		margin: 0 0 30px 0;
	}
		section.team-overview .team-overview__navigation ul{
				display: -webkit-box;
				display: -ms-flexbox;
			display: flex;
				-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			list-style: none;
			margin: 0 -10px;
			padding: 0;
				-webkit-box-pack: start;
				-ms-flex-pack: start;
			justify-content: flex-start;
		}
		section.team-overview .team-overview__navigation ul li{
			border-radius: 5px;
			border: 1px solid #946d6a;
			list-style: none;
			padding: 0;
			margin: 0 5px 18px 5px;
		}
		section.team-overview .team-overview__navigation ul li a{
			font-size: 14px;
			font-weight: bold;
			line-height: 40px;
			text-align: center;
			color: #946d6a;
			padding: 0 32px;
			display: block;
		}
		section.team-overview .team-overview__navigation ul li a.active,
		section.team-overview .team-overview__navigation ul li a:hover{
			background-color: #946d6a;
			color: #fff;
		}

	section.team-overview .team-overview__members{
			display: -webkit-box;
			display: -ms-flexbox;
		display: flex;
			-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
		section.team-overview .team-overview__members .swiper-wrapper {
				-ms-flex-wrap: wrap;
			flex-wrap: wrap;			
		}
		section.team-overview .team-overview__members .member_wrapper{
				display: -webkit-box;
				display: -ms-flexbox;
			display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
					-ms-flex-direction: column;
			flex-direction: column;
			width: 25%;
			width: calc(25% - 20px);
			margin: 0 10px 32px 10px;
		}
		section.team-overview .team-overview__members .member_wrapper img{
			display: block;
			margin: 0 0 24px 0;
			border-radius: 5px;
		}
		section.team-overview .team-overview__members .member_wrapper p.name{
			font-size: 20px;
			font-weight: bold;
			line-height: 1.4;
			color: #1c1c1c;
			margin: 0 0 5px 0;
		}
		section.team-overview .team-overview__members .member_wrapper p.occupation {
			font-size: 14px;
			font-weight: normal;
			color: #1c1c1c;
		}
		section.team-overview .team-overview__members .member_wrapper .description{
			display: none;
		}
		section.team-overview .team-overview__members .member_wrapper a.more-info,
		section.team-overview .team-overview__members .member_wrapper a.more-info-mobile{
			font-size: 14px;
			font-weight: normal;
			color: #946d6a;
			text-decoration: underline;
			float: right;
		}
		section.team-overview .team-overview__members .member_wrapper a.more-info,{
			margin-left: 10px;
		}
		section.team-overview .team-overview__members .member_wrapper a.more-info-mobile {
			display: none;
		}

		body .member_popup_wrapper{
			display: none;
			position: fixed;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
			justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
			align-items: center;
			z-index: 10000;
		}
		body .member_popup_wrapper.active{
				display: -webkit-box;
				display: -ms-flexbox;
			display: flex;
		}
		body .member_popup_wrapper .popup_content{
			width: 960px;
			height: 480px;
			background: #fff;
			overflow: hidden;
		}
		body .member_popup_wrapper .popup_content img{
			display: block;
			border-radius: 0;
			width: 50%;
			height: auto;
			float: left;
		}
		body .member_popup_wrapper .popup_content .description_wrapper{
			padding: 64px 48px 50px 48px;
			float: left;
			width: 50%;
			position: relative;
			height: 100%;
		}
		body .member_popup_wrapper .popup_content .description_wrapper .overflow_text{
			/*height: 365px;*/
			height: 100%;
			overflow: auto;
		}
		/* always show scrollbars */
		body .member_popup_wrapper .popup_content .description_wrapper .overflow_text::-webkit-scrollbar {
			-webkit-appearance: none;
			width: 7px;
		}
		body .member_popup_wrapper .popup_content .description_wrapper .overflow_text::-webkit-scrollbar-thumb {
			border-radius: 4px;
			background-color: rgba(0, 0, 0, .5);
			box-shadow: 0 0 1px rgba(255, 255, 255, .5);
		}
		body .member_popup_wrapper .popup_content .description_wrapper .arrow{
			position: absolute;
			background: #fff;
			width: 56px;
			height: 56px;
			transform: rotate(45deg);
			left: -28px;
			top: 85px;
		}
		body .member_popup_wrapper .popup_content .description_wrapper a.close{
			position: absolute;
			right: 25px;
			top: 25px;
			width: 28px;
			height: 28px;
			display: block;
			background: url(//get-steps.com/cdn/shop/t/415/assets/close-icon-black.png?v=24942878103943538791754465076) no-repeat center center;
			background-size: 28px auto;
		}
		body .member_popup_wrapper .popup_content .description_wrapper p.name {
			font-size: 40px;
			font-weight: bold;
			color: #946d6a;
			margin: 0 0 5px 0;
		}
		body .member_popup_wrapper .popup_content .description_wrapper p.occupation {
			font-size: 20px;
			font-weight: bold;
			color: #1c1c1c;
			float: none;
			margin: 0 0 24px 0;
		}
		body .member_popup_wrapper .popup_content .description_wrapper .description {
			font-size: 20px;
			display: block;
		}

@media screen and (max-width: 1199px) {
	section.team-overview .team-overview__navigation ul {
			-webkit-box-pack: center;
    	-ms-flex-pack: center;
    justify-content: center;
	}
	section.team-overview .team-overview__members .member_wrapper{
		width: 33.333%;
    width: calc(33.333% - 20px);
	}
}
@media screen and (max-width: 1023px) {
	section.team-overview{
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 80px;
	}
	body .member_popup_wrapper .popup_content{
		width: 95%;
		height: auto;
		max-height: 95vh;
		overflow: auto;
	}
}
@media screen and (max-width: 767px) {
	section.team-overview {
    padding-bottom: 10px;
	}
	section.team-overview .team-overview__navigation ul {
		-webkit-box-pack: start;
    -ms-flex-pack: start;	
	justify-content: flex-start;
	}
		section.team-overview .team-overview__navigation ul li{
			margin-bottom: 10px;
		}
		section.team-overview .team-overview__navigation ul li a{
			padding: 0 20px;
		}
	section.team-overview .team-overview__members.swiper{
		margin: 0;
		padding: 0 0 70px 0;
		overflow: hidden;
	}
	section.team-overview .team-overview__members .swiper-wrapper {
			-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;			
	}
	section.team-overview .team-overview__members .swiper-slide{
		margin: 0;
	}
		section.team-overview .team-overview__members .swiper-slide p.name,
		section.team-overview .team-overview__members .swiper-slide .description_wrapper{
			display: none;
		}
		section.team-overview .team-overview__members .swiper-slide.swiper-slide-active p.name,
		section.team-overview .team-overview__members .swiper-slide.swiper-slide-active .description_wrapper,
		section.team-overview .team-overview__members .swiper-slide.swiper-slide-active .description,
		section.team-overview .team-overview__members .swiper-slide.swiper-slide-active1 p.name,
		section.team-overview .team-overview__members .swiper-slide.swiper-slide-active1 .description_wrapper,
		section.team-overview .team-overview__members .swiper-slide.swiper-slide-active1 .description{
			display: block;
			width: calc(100vw - 40px);
		}
		section.team-overview .team-overview__members .member_wrapper p.occupation{
			float: none;
			display: block;
		}
		section.team-overview .team-overview__members .member_wrapper a.more-info-mobile {
			float: none;
			display: block;
		}
		section.team-overview .team-overview__members .member_wrapper a.more-info{
			display: none;
		}
		section.team-overview .team-overview__members .swiper-slide.swiper-slide-active .description_wrapper .description{
			position: relative;
		}
		section.team-overview .team-overview__members .swiper-slide.swiper-slide-active .description_wrapper .description p{
			max-height: 6em;
			overflow: hidden;
		}
		section.team-overview .team-overview__members .swiper-slide.swiper-slide-active .description_wrapper .description:after {
			content: "";
			position:absolute;
			width: 100%;
			height: 1.5em;
			background: rgba(236,220,208,0.7);
			left: 0;
			bottom: 0;
		}
			section.team-overview .team-overview__members .swiper-slide.swiper-slide-active .description_wrapper .description.open p{
				max-height: none;
				overflow: visible;
			}
			section.team-overview .team-overview__members .swiper-slide.swiper-slide-active .description_wrapper .description.open + a.more-info{
				display: none;
			}
			section.team-overview .team-overview__members .swiper-slide.swiper-slide-active .description_wrapper .description.open:after {
				display: none;
			}
	section.team-overview .swiper-pagination{
		bottom: 20px;
	}
}


section.our-values{
	padding: 100px 0 0 0;
	overflow: hidden;
}
	section.our-values .section-width-wrapper{
		padding: 0 0 80px 0;
		color: black;
	}			

	section.our-values .our-values__title{
		text-align: center;
		margin: 0 0 50px 0;
	}

	section.our-values .our-values__values{
			display: -webkit-box;
			display: -ms-flexbox;
		display: flex;
	}
		section.our-values .our-values__values .value_wrapper{
			padding: 0 10px;
			text-align: center;
		}
		section.our-values .our-values__values .value_wrapper.one-half{
				width: 50%;
				flex: 0 0 50%;
		}
		section.our-values .our-values__values .value_wrapper.one-third{
				width: 33.3333%;
				flex: 0 0 33.3333%;
		}
		section.our-values .our-values__values .value_wrapper.one-quarter{
				width: 25%;
				flex: 0 0 25%;
		}
		section.our-values .our-values__values .our-values__image-wrapper{
			width: 107px;
			height: 146px;
			margin: 0 auto 20px;
				display: -webkit-box;
				display: -ms-flexbox;
			display: flex;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
			justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
			align-items: center;
		}
		section.our-values .our-values__values .our-values__image-wrapper img{
			display: block;
			max-width: 100%;
			height: auto;
		}
		section.our-values .swiper .swiper-pagination,
		section.our-values .swiper .swiper-button-prev,
		section.our-values .swiper .swiper-button-next{
			display: none;
		}

@media screen and (max-width: 1023px) {
	section.our-values{
		padding-left: 20px;
		padding-right: 20px;
	}
	section.our-values .our-values__values {
			-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	section.our-values .our-values__values .swiper-wrapper{
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;		
	}
	section.our-values .our-values__values .value_wrapper {
		width: 50% !important;
		flex: 0 0 50% !important;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 767px) {
	section.our-values {
    padding-top: 50px;
	}
	section.our-values .our-values__values {
			-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0 -20px;
	}
	section.our-values .our-values__values .swiper-wrapper{
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;		
	}
	section.our-values .swiper .swiper-pagination,
	section.our-values .swiper .swiper-button-prev,
	section.our-values .swiper .swiper-button-next{
		display: block;
	}
	section.our-values .our-values__values .value_wrapper {
		width: 100% !important;
		flex: 0 0 100% !important;
		margin: 0;
		padding: 0 70px;
	}
}
section.only-text{
	padding: 100px 0 50px 0;
}
	section.only-text	.section-width-wrapper{
		padding-bottom: 50px;
	}
	section.only-text .about__btn-wrapper{
		display: flex;
	}
@media screen and (max-width: 1023px) {
	section.only-text {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	section.only-text {
    padding-top: 50px;
	}
	section.only-text h2.about__title{
		font-size: 30px;
		margin-bottom: 20px;
	}
	section.only-text p.about__text{
		text-align: center;
		font-size: 17px;
	}
}


section.video-collection .swiper,
section.team-founders .swiper,
section.team-overview .swiper,
section.our-values .swiper{
	overflow: visible;
}
section.video-collection .swiper-pagination,
section.team-founders .swiper-pagination,
section.our-values .swiper-pagination{
	bottom: -30px;
}
section.video-collection .swiper-pagination .swiper-pagination-bullet,
section.team-founders .swiper-pagination .swiper-pagination-bullet,
section.team-overview .swiper-pagination .swiper-pagination-bullet,
section.our-values .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border: 1px solid #ccb5a3;
	background: transparent;
	opacity: 1;
}
	section.video-collection .swiper-pagination .swiper-pagination-bullet-active,
	section.team-founders .swiper-pagination .swiper-pagination-bullet-active,
	section.team-overview .swiper-pagination .swiper-pagination-bullet-active,
	section.our-values .swiper-pagination .swiper-pagination-bullet-active{
		background: #ccb5a3;
	}
section.our-values .swiper .swiper-button-prev,
section.our-values .swiper .swiper-button-next{
	width: 25px;
	height: 25px;
}
section.our-values .swiper .swiper-button-prev{
	background: transparent url(//get-steps.com/cdn/shop/t/415/assets/Icon_Left@3x.png?v=154011298861266653101754465163) no-repeat center center;
	background-size: 25px 25px;
	left: 28px;
}
section.our-values .swiper .swiper-button-next{
	background: transparent url(//get-steps.com/cdn/shop/t/415/assets/Icon_Right@3x.png?v=113649862292365790541754465164) no-repeat center center;
	background-size: 25px 25px;
	right: 28px;
}
section.our-values .swiper .swiper-button-prev:after,
section.our-values .swiper .swiper-button-next:after{
	display: none;
}


/*** New PDP 2022 ***/
body main:has(> .template-product-new2022){
	background: #fff;
}
#template-product.template-product-new2022{
	padding: 0;
	background: #fff;
	max-width: 1180px;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	#template-product.template-product-new2022 {
		margin: 42px auto 0;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
	#template-product.template-product-new2022{
		max-width: 984px;
	}
}

#template-product.template-product-new2022 .product-gallery{
	margin: 0 0 30px 0;
}
#template-product.template-product-new2022 section.product-gallery .swiper .swiper-slide img,
#template-product.template-product-new2022 section.product-gallery .swiper .swiper-slide video{
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}
#template-product.template-product-new2022 section.product-gallery .swiper .swiper-button-next, 
#template-product.template-product-new2022 section.product-gallery .swiper .swiper-button-prev{
	color: transparent;
}
#template-product.template-product-new2022 section.product-gallery .swiper .swiper-button-prev:after{
	background: transparent url(//get-steps.com/cdn/shop/t/415/assets/arrow_side_l.svg?v=124769593712600454061754465066) no-repeat center center;
}
#template-product.template-product-new2022 section.product-gallery .swiper .swiper-button-next:after{
	background: transparent url(//get-steps.com/cdn/shop/t/415/assets/arrow_side_r.svg?v=148470632852259363171754465067) no-repeat center center;
}

#template-product.template-product-new2022 section.product-description{
	padding: 0 28px;
}
	#template-product.template-product-new2022 section.product-description .product__title__wrapper{
		margin: 0 0 8px 0;
	}
	#template-product.template-product-new2022 section.product-description .product__title__wrapper .product__price{
		float: right;
		font-size: 17px;
		text-align: right;
	}
	#template-product.template-product-new2022 section.product-description .product__title__wrapper .product__price [data-product-price] {
		line-height: 30px;
	}
	#template-product.template-product-new2022 section.product-description .product__title__wrapper .product__price 	.product__price--sale {
    color: inherit;
    margin-right: 0;
	}
	#template-product.template-product-new2022 section.product-description .product__title__wrapper .product__price .product__price--strike{
		font-size: 14px;
	}
	#template-product.template-product-new2022 section.product-description .product__title__wrapper .product__price .vat-included {
		font-size: 14px;
	}
	#template-product.template-product-new2022 section.product-description .product__title__wrapper .discount-text{
		color: #e26d5c;
		padding-left: 3px;
		font-size: 14px;
	}
	#template-product.template-product-new2022 section.product-description .trustbox-widget-wrapper {
		position: relative;
		margin-bottom: 9px;
		padding: 8px 0;
		overflow: hidden;
	}
	#template-product.template-product-new2022 section.product-description .trustbox-widget-wrapper > .trustpilot-widget {
		position: absolute !important;
		left: -48px;
		top: 0;
		scale: 0.8;
	}
	#template-product.template-product-new2022 section.product-description .product-description-text{
		margin: 30px 0 10px 0;
	}
	#template-product.template-product-new2022 section.product-description .product-description-text p{
		font-size: 17px;
		line-height: 1.35;
		margin: 0 0 0.5em 0;
	}
	#template-product.template-product-new2022 section.product-description .popup-wrapper a{
		color: #946d6a;
		text-decoration: underline;
		font-size: 14px;
	}
	#template-product.template-product-new2022 section.product-description .popup-wrapper .popup{
 		display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
	}
	#template-product.template-product-new2022 section.product-description .popup-wrapper #RiskReversalUSP_Popup.open,
	#template-product.template-product-new2022 section.product-description .popup-wrapper #Info_Popup.open{
		display: flex;
	}
	#template-product.template-product-new2022 section.product-description .popup-wrapper .popup .overlay{
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.8;
		background: #1c1c1c;
		z-index: 1000;
	}
	#template-product.template-product-new2022 section.product-description .popup-wrapper .popup .popup-content {
    padding: 40px 50px;
    width: 95%;
		background: #fff;
		position: relative;
    z-index: 1001;
	}
	#template-product.template-product-new2022 section.product-description .popup-wrapper .popup a.close{
		position: absolute;
		display: block;
		width: 100%;
		left:0;
		bottom: -30px;
		color: #fff;
		text-decoration: none;
		line-height: 18px;
		text-align: center;
	}
	#template-product.template-product-new2022 section.product-description .popup-wrapper .popup a.close img{
		vertical-align: bottom;
		padding: 0 3px 0 0;
	}


#template-product.template-product-new2022 section.product-variant-selector{
	padding: 0 28px;
	margin: 30px 0 40px 0;
}
	#template-product.template-product-new2022 section.product-variant-selector .variant-name{
		font-size: 17px;
	}
	#template-product.template-product-new2022 section.product-variant-selector .product-select{
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	#template-product.template-product-new2022 section.product-variant-selector a.product-color{
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 20px;
		overflow: hidden;
		cursor: pointer;
	}
	#template-product.template-product-new2022 section.product-variant-selector a.product-color.selected{
		border: solid 1px #1c1c1c;
	}
		#template-product.template-product-new2022 section.product-variant-selector a.product-color span{
			display: block;
			width: 40px;
			height: 40px;
			border-radius: 20px;
		}
		#template-product.template-product-new2022 section.product-variant-selector a.product-color.selected span{
			border: 2px solid #fff;
			width: 38px;
    	height: 38px;
		}

#template-product.template-product-new2022 section.product-variant-selector .product-select [data-variant-images] {
	display: none;
}		

#template-product.template-product-new2022 section.product-cta{
	padding: 0 28px;
}
#template-product.template-product-new2022 section.product-cta .product__submit {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
}
#template-product.template-product-new2022 section.product-cta .product__submit .product-button{
	padding: 0 12px 0 0;
	margin: 0;
	width: 100%;
}
	#template-product.template-product-new2022 section.product-cta .product__submit .product-button button{
		margin: 0;
		width: 100%;
		padding: 8px 20px;
		height: 46px;
	}
	#template-product.template-product-new2022 section.product-cta .product__submit .product-button button .product__submit__add-text {
    text-align: center;
}
@media screen and (max-width: 399px) {
	#template-product.template-product-new2022 section.product-cta .product__submit .product-button button{
		margin-bottom: 10px;
	}
}
#template-product.template-product-new2022 section.product-cta .product__submit  .quantity-selector{
	height: 46px;
	opacity: 1;
	border: solid 1px #1c1c1c;
  border-radius: 5px;
	width: 80px;
	flex-shrink: 0;
}
	#template-product.template-product-new2022 section.product-cta .product__submit  .quantity-selector input{
		margin: 0;
		border: none;
		font-size: 17px;
		font-weight: 600;
		padding: 9px 30px;
	}
	#template-product.template-product-new2022 section.product-cta .product__submit  .quantity-selector .quantity__minus,
	#template-product.template-product-new2022 section.product-cta .product__submit  .quantity-selector .quantity__plus{
		cursor: pointer;
	}
#template-product.template-product-new2022 section.product-cta .info-text{
	overflow: hidden;
}
	#template-product.template-product-new2022 section.product-cta .info-text .discount-text{
		float: left;
		font-size: 14px;
	}
		#template-product.template-product-new2022 section.product-cta .info-text .discount-text span.discount{
			color: #e26d5c;
		}
	#template-product.template-product-new2022 section.product-cta .info-text .shipping-text{
		float: right;
		font-size: 14px;
	}

	#template-product.template-product-new2022 section.product-cta .info-text .shipping-text{
		float: right;
		font-size: 14px;
	}

	#template-product.template-product-new2022 section.product-cta .pdp-payment-methods {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
		list-style-type: none;
		justify-content: flex-start;
		margin: 20px 0 30px 0;
	}

	@media (max-width: 1024px) {
		#template-product.template-product-new2022 section.product-cta .pdp-payment-methods {
			justify-content: center;
			margin-top: 15px;
		}
	}

	#template-product.template-product-new2022 section.product-cta .pdp-payment-methods > li > svg {
		border-radius: 15px;
		border: 0.25px solid #696969;
		width: 55px;
	}

#template-product.template-product-new2022 .clearfix {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	#template-product.template-product-new2022 .product-gallery{
		float: left;
		width: 50%;
		padding-right: 59px;
		min-height: 70vh;
	}
		#template-product.template-product-new2022 .product-gallery .swiper-wrapper{
			transition: none !important;
			flex-wrap: wrap;
    	transform: none !important;
		}
		#template-product.template-product-new2022 .product-gallery .swiper-slide{
			margin-bottom: 20px;
		}
		#template-product.template-product-new2022 .product-gallery .swiper-slide.selected-variant{
			order: -1;
		}
		#template-product.template-product-new2022 .product-gallery .swiper-button-prev,
		#template-product.template-product-new2022 .product-gallery .swiper-button-next{
			display: none;
		}
	#template-product.template-product-new2022 section.product-description,
	#template-product.template-product-new2022 section.product-variant-selector,
	#template-product.template-product-new2022 section.product-cta{
		padding: 0 0 0 59px;
		width: 50%;
		float: left;
	}
	#template-product.template-product-new2022 section.product-description .product__title__wrapper .product__price{
		font-size: 20px;
	}
	#template-product.template-product-new2022 section.product-description .product__title__wrapper .product__price .product__price--strike,
	#template-product.template-product-new2022 section.product-description .product__title__wrapper .discount-text {
    font-size: 17px;
	}

	#template-product.template-product-new2022 section.product-cta .product__submit  .product-button{
		padding: 0 17px 0 0;
	}
}

@media screen and (max-width: 420px) {
	#template-product.template-product-new2022 section.product-cta .info-text .discount-text,
	#template-product.template-product-new2022 section.product-cta .info-text .shipping-text {
		font-size: 11.5px;
	}
}


