:root {
    --blue: #B8D6EE;
    --bleuet: #041C2C;
    --vert: #009A66;
    --iga-red: #e20024;
    --background-1: #F3F1E6;
    --heading-black: #061C2C;
    --light-red: #FFC8B5;
	--grey-bkgd: #e2e6e8;
	--grey: #364956;
	--sauge: #D2EBE1;
	--pomme: #BBD36A;
	--iga-dkyellow: #FFBF47;
}

@font-face {
    font-family: BemioItalic;
    src: url("../fonts/6335bemio.woff");
}

@font-face {
    font-family: Bemio;
    src: url("../fonts/Bemio_IGA-Regular.otf");
}

@font-face {
    font-family: GTEstiLight;
    src: url("../fonts/GTEestiProDisplay-Light.otf");
}

@font-face {
    font-family: GTEstiBold;
    src: url("../fonts/GTEestiProDisplay-Medium.otf");
}

@font-face {
    font-family: Feruka;
    src: url("../fonts/feruka.otf");
}

.gtEstiBold {
    font-family: GTEstiBold;
}

.bemioItalic {
	font-family: BemioItalic;
}

.bemio {
    font-family: Bemio;
}

.gtEstiReg {
	font-family: GTEstiLight;
}

#revelations_content_container {
	 position: relative;
    width: 100vw!important;
    margin: 0 calc(-50vw + 50%);
}

.white {
	color: white;
}

body, html {
	scroll-behavior: smooth;
}

.desktop {
	display: flex;
}

.mobile {
	display: none !important;
}

a {
	text-decoration: none;
	color: unset;
}

.sectionContainer {
	
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	
}

.vertical {
	display: flex;
	flex-direction: column;
}

.content_container {
	width: 100%;
	max-width: 1240px;
	position: relative;
	display: flex;
	padding-top: 75px;
	padding-bottom: 75px;
}

.menu_header {
	display: flex;
	flex-direction: row;
	width: 55%;
	position: absolute;
	left: 0;
	top: 120px;
	justify-content: space-between;
}

.menu_header a {
	font-family: GTEstiLight;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}

.menu_header a clicked, .menu_header a:hover{
	font-family: GTEstiBold;
	cursor: pointer;
}

.menu_header_item {
	width: 32%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.center_aligned {
	text-align: center;
	justify-content: center;
	align-items: center;
}

.sectionHeading {
	font-family: BemioItalic;
	font-size: 64px;
	text-align: center;
}

.section_subheading {
	color: var(--heading-black);
	font-size: 40px;
	text-align: center;
}

#container_two span {
	font-size: 40px;
	color: var(--heading-black);
}

#container_two {
	padding-top: 50px;
	/*padding-bottom: 50px;*/
	margin-bottom: -55px;
}

#menu_header_container {
	margin-top: -415px;
	margin-bottom: 65px;
}

.section_border_top {
	border-top: 1px solid black;
}

.section_border_bottom {
	border-bottom: 1px solid black;
}

#sponsor_tile_container {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.sponsor_tile {
	width: 13%;
}

#small_bobble, #big_bobble, #side_bobble {
	position: absolute;
	
}

#big_bobble {
	left: 5%;
	top: 0%;
	width: 200px;
}

#small_bobble {
	left: 20%;
	top: 0%;
	width: 100px;
}

#side_bobble {
	right: 0;
	width: 125px;
	top: 0%;
}

.video_thumbnail_container {
	z-index: 2;
	margin-top: -200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.video_thumbnail:hover {
	opacity: 0.8;
	cursor: pointer;
	transition: 0.3s;
}

.carousel_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    width: 96.5%;
}

.category_carousel_arrow {
    width: 50px;
    height: 50px;
}

.category_carousel_arrow:hover {
    transition: 0.3s;
    opacity: 0.7;
    cursor: pointer;

}

.category_carousel_indicator_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
}

.category_carousel_indicator {
    width: 15px;
    height: 15px;
    margin-left: 8px;
    margin-right: 8px;
}

.category_carousel_indicator:hover {
    cursor: pointer;
}

.product_tile_container {
	width: 23.5%;
	min-width: 23.5%;
	display: flex;
	position: relative;
	flex-direction: column;
	  margin-left: 0.75%;
    margin-right: 0.75%;
	max-height: 400px;
	background-color: white;
	border-radius: 20px 20px 20px 0px;
	padding: 25px;
	align-items: center;
	margin-bottom: 1.5%;
	transition: 0.2s;
}

.product_tile_container:hover {
	opacity: 0.8;
	cursor: pointer;
	transition: 0.3s;
}

.product_switcher_div {
	width: 100%;
	max-width: 1240px;
}

.product_carousel_container {
	 width: 100%;
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
	margin-bottom: 75px;
}

.carousel {
	  display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 101.5%;
    flex-wrap: nowrap;
	min-height: 450px;
}

.stacked {
	flex-wrap: wrap;
	min-height: 800px;
}

.product_tile_set {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
	margin-right: 0.75%;
	justify-content: left;
}

.new_product_badge {
    background-color: var(--iga-red);
    color: white;
    font-family: GTEstiBold;
    border-radius: 50px;
    width: 120px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
}

.new_badge_container {
	width: 100%;
	display: none;
	justify-content: flex-start;
}

.product_info_container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.product_brand {
	font-family: GTEstiBold;
	color: var(--grey);
	font-size: 16px;
	margin-bottom: 5px;
		
}

.price {
	font-family: GTEstiBold;
	font-size: 18px;
	color: var(--grey);
}

.product_name {
	color: black;
	font-family: BemioItalic;
	font-size: 16px;
	margin-bottom: 15px;
	 display: inline-block; /* or 'block' depending on layout requirements */
    line-height: 1.2em; /* Adjust based on your font size */
    height: 2.4em; /* Twice the line-height for two lines */
    vertical-align: top; /* Keeps single-line text top-aligned */
    overflow: hidden; /* To prevent overflow if text exceeds two lines */
	text-align: left;
}

.product_img {
	width: 150px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.no_display {
	display: none;
}

.category_switch_button {
	background-color: var(--iga-red);
	color: white;
	font-family: GTEstiBold;
	border: 1px solid white;
	border-radius: 50px;
	padding: 15px 30px 15px 30px;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
}

.category_switch_button.selected {
	background-color: white;
	color: black;
	font-family: GTEstiBold;
	transition: 0s;
}

.category_switch_button:hover {
	
	background-color: white;
	color: black;
	font-family: GTEstiBold;
	transition: 0.3s;
	cursor: pointer;
	
}


.product_button_div {
	width: 100%;
	justify-content: center;
	margin-top: 85px;
	margin-bottom: 50px;
	display: flex;
}

.full_width {
	width: 100%;
	max-width: unset;
}

.quality_tiles {
	width: 33%;
	display: flex;
	flex-direction: column;
	border: 1px solid rgb(22,22,22,0.16);
	height: 214px;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.quality_tiles .quality_tile_heading {
	font-size: 40px;
	font-family: BemioItalic;
	color: var(--iga-red);
	margin-bottom: 10px;
}

.quality_tiles .quality_tile_text {
	font-size: 16px;
	font-family: GTEstiLight;
	color: var(--bleuet);
}

.no_p_m {
	margin: 0;
	padding: 0;
}

.banner_img {
	width: 100%;
	
}

.banner_img_container {
	position: relative;
	margin-top: 100px;
	max-width: 1240px;
}

.dark_blue_button {
	background-color: var(--bleuet);
	color: white;
	font-family: GTEstiLight;
	border: none;
	border-radius: 50px;
	padding: 15px 50px 15px 50px;
	font-size: 16px;
}

.header_button {
	background-color: var(--bleuet);
	color: white !important;
	font-family: GTEstiLight;
	border: none;
	border-radius: 50px;
	padding: 15px 5px 15px 5px;
	font-size: 16px;
	width: 220px;
	justify-content: center;
}


.dark_blue_button:hover {
	
	background-color: white;
	color: black;
	font-family: GTEstiBold;
	transition: 0.3s;
	cursor: pointer;
	
}

#facon_button {
	position: absolute;
	bottom: 8%;
	right: 5%
	
}

#voila_button {
	position: absolute;
	bottom: 15%;
	left: 4%
	
}

.white_button {
	background-color: white;
	color: var(--bleuet);
	font-family: GTEstiBold;
	border: none;
	border-radius: 50px;
	padding: 15px 25px 15px 25px;
	font-size: 16px;
}

.white_button:hover {
	background-color: var(--bleuet);
	color: white;
	font-family: GTEstiBold;
	transition: 0.3s;
	cursor: pointer;
}

.hidden_display {
	visibility: hidden;
}

.footer_columns {
	display:flex;
	flex-direction: row;
	max-width: 1240px;
	width: 80%;
	margin-top: 75px;
}

.footer_img {
	width: 60%;
}

.footer_content_container span {
	font-family: bemioItalic;
	text-align: left;
	margin-bottom: 35px;
	font-size: 60px;
	line-height: 1;
}

.footer_content_container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
}

#campaign_video_desktop {
	width: 1240px;
	margin-top: 200px;
	display: none;
	max-width: 1240px;
	height: 702px;
	border-radius: 20px 20px 20px 0px;
}

#campaign_video_mobile {
	display: none;
}

.parallax {
	background-size: cover; 
	background-attachment: fixed; 
	background-position: center; 
	background-repeat: no-repeat;
}

.cover_img {
	width: 100%;
}

#footer_section {
	background-color: var(--bleuet); 
	align-items: center; 
	justify-content: center; 
	display: flex;
}

#summer_is_everything {
	max-width: 450px !important;
}

.footer_tile img {
	width: 100%;
	border-radius: 10px;
	height: auto;
  }
  
  #footer_tile_container {
	width: 100%;
	max-width: 1280px;
	margin-top: 75px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  
  .footer_tile {
	width: 49%;
	padding: 15px;
	border-radius: 20px;
	margin-bottom: 25px;
  }
  
  .footer_tile_logo {
	max-width: 250px !important;
  }

#griller_footer_logo {
    max-width: 420px !important;
}
  
  .footer_tile_text {
	font-size: 16px;
	line-height: 16px;
	font-family: GTEstiBold;
  }
  
  .footer_tile_lower_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
  }
  
  .footer_tile_arrow_button {
	width: 51px !important;
	height: auto;
	transition: 0.3s;
  }
  
  .footer_tile_logo {
	margin-top: 35px;
	margin-bottom: 5px;
  }

@media only screen and (max-width: 768px) {
	.desktop {
		display: none !important;
	}
	
	.mobile {
		display: flex !important;
	}
	
	.content_container {
		max-width: 92%;
	}

	.header_button {
		margin-bottom: 15px;
		justify-content: center;
	}
	
	.menu_header {
		position: unset;
		left: unset;
		top: unset;
		flex-direction: column;
		width: 100%;
		margin-top: -50px;
	}
	#menu_header_container
	{
		margin-top: unset;
		margin-bottom: unset;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.menu_header_item {
		width: 100%;
	}
	
	.menu_header a {
		font-size: 36px;
    padding-bottom: 35px;
    padding-top: 35px;
    width: 100%;
	text-align: center;
	}
	
	#container_two span {
		font-size: 52px;
	}
	
	.section_subheading {
		font-size: 52px;
	}
	
	#sponsor_tile_container {
		width: 100%;
		flex-wrap: wrap;
	}
	
	.sponsor_tile {
		width: 48%;
		margin-bottom: 2%;
	}
	
	#quality_tile_container {
		flex-direction: column;
	}
	
	.quality_tiles {
		width: 100%;
		border-left: none;
		border-right: none;
		height: 300px;
	}
	
	.quality_tiles .quality_tile_heading {
		font-size: 52px;
		line-height: 1;
		margin-bottom: 25px;
	}
	
	.quality_tiles .quality_tile_text {
    font-size: 32px;
}
	
	.video_thumbnail_container {
		margin-top: unset;
		width: 90%;
	}
	
	.product_tile_container {
		min-width: 90%;
		flex-direction: row;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.product_tile_set {
		justify-content: center;
	}
	
	.new_badge_container {
		position: absolute;
		top: 10%;
		left: 5%;
	}
	
	.product_info_container {
		padding-left: 25px;
	}
	
	.product_brand {
		font-size: 32px;
	}
	
	.product_name, .price {
		font-size: 40px;
	}
	
	.product_list {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.white_button {
		font-size: 32px;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-right: 50px;
		padding-left: 50px;
	}
	
	#voila_button {
		width: 40%;
		bottom: 45%;
		left: 10%;
	}
	
	.product_list .white_button {
		margin-top: 50px;
	}
	
	.category_switch_button {
		min-width: 50%;
		font-size: 32px;
		transition: 0;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.product_button_div {
		justify-content: flex-start;
		overflow-x: hidden;
	}
	
	.banner_img_container {
		display: flex;
		justify-content: center;
	}
	
	.banner_img {
		width: 90%;
	}
	
	#facon_button {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}
	
	.dark_blue_button {
		font-size: 30px;
		width: 60%;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	.footer_columns {
		flex-direction: column;
		width: 90%
	}
	
	.footer_column {
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.footer_img {
    width: 80%;
    margin-top: 125px;
}
	
	#footer_section {
		justify-content: flex-start;
	}

	#campaign_video {
		width: 337px;
		margin-top: 50px;
		display: none;
		height: 337px;
		border-radius: 20px 20px 20px 0px;
	}
	



}

@media only screen and (max-width: 480px) {
	
	.content_container {
		max-width: 92%;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.menu_header {
		position: unset;
		left: unset;
		top: unset;
		flex-direction: column;
		width: 100%;
		margin-top: 0px;
	}
	#menu_header_container
	{
		margin-top: unset;
		margin-bottom: unset;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.menu_header_item {
		width: 100%;
	}
	
	.menu_header a {
		font-size: 16px;
    padding-bottom: 16px;
    padding-top: 16px;
    width: 100%;
	text-align: center;
	}
	
	#container_two span {
		font-size: 24px;
	}
	
	.section_subheading {
		font-size: 24px;
	}
	
	#sponsor_tile_container {
		width: 100%;
		flex-wrap: wrap;
	}
	
	.sponsor_tile {
		width: 48%;
		margin-bottom: 2%;
	}
	
	#quality_tile_container {
		flex-direction: column;
	}
	
	.quality_tiles {
		width: 100%;
		border-left: none;
		border-right: none;
		height: 200px;
	}
	
	.sectionHeading {
		font-size: 32px;
	}
	
	.quality_tiles .quality_tile_heading {
		font-size: 24px;
		line-height: 1;
		margin-bottom: 15px;
	}
	
	.quality_tiles .quality_tile_text {
    font-size: 18px;
}
	
	.video_thumbnail_container {
		margin-top: unset;
		width: 90%;
	}
	
	.product_tile_container {
		min-width: 85%;
		flex-direction: row;
		margin-top: 15px;
		margin-bottom: 15px;
		max-width: 90%;
	}
	
	.new_badge_container {
		position: absolute;
		top: 2%;
		left: -15%;
		transform: scale(0.6);
	}
	
	.product_img {
		width: 25%;
	}
	
	.product_info_container {
		padding-left: 25px;
	}
	
	.product_brand {
		font-size: 14px;
	}
	
	.product_name, .price {
		font-size: 16px;
	}
	
	.product_list {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.white_button {
		font-size: 14px;
		width: 60%;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#voila_button {
		width: 40%;
		bottom: 45%;
		left: 10%;
	}
	
	.product_list .white_button {
		margin-top: 25px;
	}
	
	.category_switch_button {
		min-width: 50%;
		font-size: 16px;
		transition: 0;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.product_button_div {
		justify-content: flex-start;
		overflow-x: hidden;
	}
	
	.banner_img_container {
		display: flex;
		justify-content: center;
	}
	
	.banner_img {
		width: 90%;
	}
	
	#facon_button {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
}
	
	.dark_blue_button {
		font-size: 14px;
		width: 60%;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.footer_columns {
		flex-direction: column;
		width: 90%
	}
	
	.footer_column {
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.footer_img {
    margin-top: 75px;
}
	
	#footer_section {
		justify-content: flex-start;
	}
	
	.footer_column span {
		font-size: 40px;

	}
	
	#campaign_video {
	width: 337px;
	margin-top: 50px;
	display: none;
	height: 337px;
	border-radius: 20px 20px 20px 0px;
}



}
@media (max-width: 1200px) {
	#footer_tile_container {
	  max-width: 95%;
	}
  }
  
  @media (max-width: 768px) {
	#footer_tile_container {
	  flex-direction: column;
	  max-width: 90%;
	}
  }

  @media (max-width: 992px) {
	.footer_tile {
	  width: 100%;
	  margin-bottom: 35px;
	}
  }

