/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2024 | 00:34:02 */
.page .wp-block-columns {
	margin-bottom:  0;
}

.page .featured-image {
	display: none;
}

.page .entry-header {
	display: none;
}

.page .entry-content {
	margin-top: 0 !important;
}

.page main {
	margin-bottom: -20px !important;
}

.page h2 {
	font-family: "Fredoka";
    letter-spacing: 2px;
	font-size: 40px;
	font-weight: bold;
}

.page .wc-block-grid__products {
	box-sizing: border-box; 
	padding-left: 5%;
	padding-right: 5%;
	display: grid;
	grid-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
	max-width: 1300px; 
	list-style-type: none; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 80px;
}

.page .wc-block-grid__product {
	max-width: 100% !important;
}

.page .wc-block-grid__products .wc-block-grid__product-title {
	text-align: center; 
	font-size: 21px;
	font-weight: 600; 
	margin-top: 20px;
	color: rgb(0, 28, 8);
}

.page .wc-block-grid__products .wc-block-grid__product-title:hover {
	color: rgb(0, 106, 32);
}

.page .wc-block-grid__product-price {
	text-align: center;
}

.page .woocommerce-Price-amount {
	font-size: 15px;
	font-weight: 600;
	text-align; center;
}

.page h3 {
	margin-top: 25px; 
	margin-bottom: 25px; 
	font-weight: 600;
	font-size: 24px;
}

.page .founded-column {
	background-image: url("/wp-content/uploads/2024/06/New-Project.png");
	background-attachment: fixed;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	height: 305px;
	display: flex; 
	align-items: center;
}

.page .founded-column .wp-block-column {
	display: flex; 
	align-items: center;
	justify-content: center;
}

.page h4 {
	font-size: 21px; 
	font-weight: 300;
}

.page .founded-column h4 {
	width: 690px; 
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}

.page .founded-column h4 a {
	color: white; 
	display: block;
	font-weight: 300; 	
}

.page .added_to_cart {
	display: block; 
	margin-top: 5px;
}

.page .add_to_cart_button {
	background-color: rgb(0, 106, 32) !important;
}
.page .add_to_cart_button:hover {
	background-color: rgb(18 77 36) !important;
}

.page .square-button a {
	border-radius: 0 !important;
	font-weight: 400; 
	padding: 20px 30px !important;
	background-color: rgb(0, 106, 32);
}
.page .square-button a:hover {
	background-color: rgb(255, 187, 0);
}

.page .flatbread-recipes-section {
	margin-top: 60px;
}

.page .wp-block-gallery {
	max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
	margin-top: 40px; 
	margin-bottom: 40px;
	display: grid; 
	gap: 20px !important; 
	grid-template-columns: 1fr 1fr 1fr;
}
.page .wp-block-gallery .wp-block-image {
	width: 100% !important;
	aspect-ratio: 16/9;
	object-fit: cover;
}
.page .wp-block-gallery .wp-block-image figcaption {
	pointer-events: none;
	padding-bottom: 15px !important;
	height: 100%;
	opacity: 0;
	transition: 0.4s;
	background: none !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
	max-height: 100% !important;
	display: flex; 
	align-items: flex-end;
	justify-content: center;
}
.page .wp-block-gallery .wp-block-image:hover figcaption {
	opacity: 1;
	transition: 0.4s;
}

@media screen and (max-width: 820px) { 
	.page .wc-block-grid__products { 
		grid-template-columns: 1fr 1fr;
	}
	
	.page .wp-block-gallery {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 480px) { 
	.page .wp-block-gallery {
		grid-template-columns: 1fr;
		gap: 50px;
	}
}