/* 
Theme Name: Gaia
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront 
*/  
.homepage--products-wrapper .cols {
	column-gap: 60px;
	margin-bottom:120px;
}
.homepage--products-wrapper .cols .col--left {
	min-width:425px;
	max-width:425px;
}
.section--title {
	font-family: 'EB Garamond';
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 25px;
}
.homepage--products-wrapper .cols .col--left .text.editor {
	margin-bottom:40px;
}
.homepage--products-wrapper .cols .col--right {
	min-width: 1015px;
	max-width: 1015px;
	position:relative;
}
.homepage--products-wrapper .cols .col--right::before {
	content:'';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:100%;
	height:calc(100% - 80px);
	background-color:#F8F6EE;
}
.homepage--products-wrapper .cols .col--right img {
	width: auto;
	height: auto;
	max-height: 450px;
	object-fit: contain;
}
.homepage--products-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -25px;
	z-index: 1;
	display:flex;
	width:135px;
	height:140px;
}
.homepage--products-carousel .owl-nav .owl-next svg {
	height:100%;
	width:100%;
	transition:all linear 400ms;
}
.homepage--products-carousel .owl-nav .owl-next:hover svg {
	transform:translateX(10px);
}
.homepage--products-carousel .owl-stage-outer .owl-stage {
	display: flex;
	align-items: center;
}
.homepage--products-carousel .owl-stage-outer .owl-stage a .content	{
	transition:all linear 400ms;
	background-color:#594B32E5;
	padding:20px;
}
.homepage--products-carousel .owl-stage-outer .owl-stage a .content .title {
	color: #fff;
	line-height: 1.3;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'EB Garamond';
}
.homepage--products-carousel .owl-stage-outer .owl-stage a:not(:hover) .content {
	opacity:0;
}
.fixed--video-wrapper {
	position:fixed;
}
.fixed--video-inner .iframe--wrapper {
	max-width: 80vw;
	max-height: 60vh;
}
.homepage--products-wrapper {
	margin-block: 80px 140px;
}
.homepage--products-shape {
	position: absolute;
	top: -200px;
	left: -180px;
}
.homepage--awards-header {
	max-width:420px;
	margin:0 auto 50px;
}
.homepage--awards-wrapper {
	padding-block:100px;
}
.homepage--awards-wrapper .items .single .image img {
	height:100%;
	width:100%;
	object-fit:cover;
}
.homepage--awards-wrapper .items .single .image {
	height:150px;
	width:150px;
	margin:0 auto 30px;
	border-radius:50%;
	overflow:hidden;
}
.homepage--awards-wrapper .items .single .title {
	font-family: 'EB Garamond';
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000000;
	margin-bottom:15px;
}
.homepage--awards-wrapper .items {
	gap: 100px;
}
.homepage--awards-wrapper  .cta {
	margin:100px auto 0;
}
.homepage--awards-wrapper .image.abs-extend {
	opacity:.4;
}
.parallax--image {
	height: 720px;
	clip-path: inset(0);
	overflow: hidden;
	position: relative;
}
.parallax--image img {
	position:fixed;
	object-fit:cover;
}
.blog-template.homepage--blog-wrapper .blog-tit {
	margin-bottom: 40px;
}
.blog-template.homepage--blog-wrapper .image.abs-center {
	top: 50px;
	transform: translateX(-50%);
}
.olives--wrapper {
	position:relative;
}
.olives--wrapper .olives {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1150px;
	z-index: 1;
	pointer-events:none;
}
.olives--wrapper .olives img {
	position:absolute;
}
.olives--wrapper .olives img:nth-child(1) {
	left:-80px;
	top:0;
}
.olives--wrapper .olives img:nth-child(2) {
	right:-100px;
	top:40px;
}
.olives--wrapper .olives img:nth-child(3) {
	left:50%;
	top:35%;
	transform:translate(-50%, -50%);
}	
.olives--wrapper .olives img:nth-child(4) {
	top:55%;
	right:60px;
	transform:translateY(-50%);
}
.olives--wrapper .olives img:nth-child(5) {
	left:0;
	bottom:30%;
}
.olives--wrapper .olives img:nth-child(6) {
	bottom:100px;
	left:400px;
}
.olives--wrapper .olives img:nth-child(7) {
	left:50%;
	bottom:0;
	transform:translateX(-50%);
}

.leaft--images img {
	width:auto !important;
	height:auto !important;
}
.about-hero-image.container {
	position: relative;
}
.about-video .leaft--images .top_right {
	top:-250px;
	right:0;
	transform:unset;
}
.about-video .leaft--images .bottom_right {
	top:0;
}
.homepage--video-wrapper.relative .image.relative.flex.hover-scale-child.z-1 {
	height: 700px;
}
.homepage--video-wrapper.relative .image.relative.flex.hover-scale-child.z-1 > div {
	width:100%;
}
.archive--page-wrapper a.single {
	padding:20px 20px 40px;
	flex-direction:column;
}
.archive--page-wrapper a.single .image {
	position:relative;
	z-index:1;
	margin-block: -70px 30px;
}
.archive--page-wrapper a.single .image  img {
	width: auto;
	height: auto;
	max-height: 450px;
	transition:all linear 300ms;
	object-fit: contain;
}
.archive--page-wrapper a.single:hover .image  img {
	transform:scale(1.05);
}
.archive--page-wrapper a.single .content {
	position:relative;
	top:unset;
	left:unset;
	transform:unset;
	z-index:1;
}
.archive--page-wrapper a.single .content .title {
	text-align:center;
	font-family: 'EB Garamond';
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000000;
}
.archive--page-wrapper {
	margin-bottom:200px;
}
.archive--page-wrapper .grid {
	column-gap:10px;
	row-gap:40px;
	margin-top:150px;
}
.archive--page-text {
	font-family: 'EB Garamond';
	font-weight: 500;
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000000;
	margin-top: 100px;
}
.archive--page-wrapper a.single .overlay {
	background-color:#F8F6EE;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all linear 300ms;
	opacity:0;
}
.archive--page-wrapper a.single:hover .overlay {
	opacity:1;
}
.storefront-sticky-add-to-cart {
	display:none !important;
}
.single--product-cols {
	justify-content:center;
	column-gap:150px;
	/* 	max-width: 1150px;
	margin-inline: auto; */
	background-color:#F8F6EE;
	padding:80px;
}
.single--product-cols .leaft--images .top_left {
	top:-40px;
	left:0;
}
.single--product-cols .leaft--images .bottom_left {
	top:40px;
	bottom:unset;
	left:140px;
}
.single--product-cols.flex .col--right {
	max-width: 600px;
}
.single_add_to_cart_button.button {
	display: flex;
	background-color: #94A780;
	max-width: max-content;
	font-family: 'EB Garamond';
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	justify-content: center;
	align-items: center;
	padding: 15px 25px;
	transition:all ease-in-out 250ms;
}
.single_add_to_cart_button.button:hover {
	color: #000;
	background: #94A780B5;
}
.single--product-actions.flex.align-center {
	column-gap: 20px;
	margin-top:50px;
}
.single--product-actions.flex.align-center .qty {
	display: block;
	height: 44px;
	border: 1px solid #000 !important;
	background-color: rgba(255, 255, 255, .82) !important;
}
.single--product-cols .title {
	font-family: 'Zeyada';
	font-weight: 400;
	font-size: 50px;
	line-height: 1.3;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 10px;
}
.storefront-full-width-content .content-area {
	float: none;
}
.single--product-text {
	margin:100px auto 150px;
	max-width:980px;
}
.single--product-gallery  img {
	height:660px;
	transition:all linear 500ms;
	object-fit:cover;
}
.single--product-gallery a {
	position:relative;
	overflow:hidden;
}
.single--product-gallery a::before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:1;
	background-color:#000;
	transition:all linear 500ms;
}
.single--product-gallery a:hover img {
	transform:scale(1.1);
}
.single--product-gallery a:hover::before {
	opacity:.4;
}
.single--product-gallery {
	margin-bottom:150px;
}
.single--product-gallery .owl-next {
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	z-index: 1;
}
body.woocommerce-page #main {
	max-width: 100%;
	margin-inline: auto;
	width: 1580px;
	padding-inline:40px;
}
body.woocommerce-page .entry-title {
	text-align: center;
	margin-block: 40px 60px;
}
.wp-block-heading.has-text-align-center:not(.with-empty-cart-icon),
.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
	display:none !important;
}
.content-wrap > .woocommerce:first-child {
	max-width: 100%;
	margin-inline: auto;
	width: 1500px;
	padding-inline:40px;
}
.wc-block-components-button.wp-element-button,
.button.wc-forward {
	border:none !important;
	outline:none !important;
	margin-left: 20px !important;
	display: inline-flex !important;
	background-color: #94A780 !important;
	max-width: max-content !important;
	font-family: 'EB Garamond' !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 1 !important;
	text-align: center !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	color: #FFFFFF !important;
	justify-content: center !important;
	align-items: center !important;
	padding: 15px 25px !important;
	transition: all ease-in-out 250ms !important;
	text-decoration:none !important;
}
.wc-block-components-button.wp-element-button:hover,
.button.wc-forward:hover {
	color: #000 !important;
	background: #94A780B5 !important;
}
#homepage--hero .image {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.awards-image {
	height: auto;
	width: auto;
	margin-inline: auto;
}
span.header--cart-count {
	position: absolute;
	top: -14px;
	right: -14px;
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
	align-items: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
}
a.header--cart.relative {
	margin-right: 5px;
}
.dgwt-wcas-sf-wrapp {
	padding: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
}
.dgwt-wcas-search-input {
	background-color: #fff !important;
	border-radius: 0 !important;
	padding: 14px 45px 14px 20px !important;
	font-size: 16px !important;
	outline: none !important;
	border: none !important;
	width: 100% !important;
}
button.dgwt-wcas-search-submit {
	position: absolute !important;
	top: 50% !important;
	right: 10px !important;
	transform: translateY(-50%) !important;
	left: unset!important;
	bottom: unset!important;
}
.dgwt-wcas-search-wrapp {
	max-width: 280px!important;
	min-width: 280px!important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% + 20px);
	display: none;
}
.dgwt-wcas-close {
	display: none !important;
}
@keyframes pulseScale {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.15);
	}
}

.created-by .icon svg {
	animation: pulseScale 1.2s ease-in-out infinite;
}
body.page-template-template-contact .olives--wrapper .olives img:nth-child(2) {
	top:200px;
}
body.page-template-template-contact .olives--wrapper .olives img:nth-child(4) {
	top:450px;
	right:160px;
}
body.page-template-template-contact .olives--wrapper .olives img:nth-child(7) {
    bottom: 50px;
    right: 300px;
	left:unset;
	transform:unset;
}
body.page-template-template-contact .olives--wrapper .olives img:nth-child(1),
body.page-template-template-contact .olives--wrapper .olives img:nth-child(3),
body.page-template-template-contact .olives--wrapper .olives img:nth-child(5),
body.page-template-template-contact .olives--wrapper .olives img:nth-child(6) {
	display:none !important;
}
