/*****HERO******/
.hero-slide{
    height: 600px;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.hero-slide h1{
	font-family: Merriweather, 'cursive';
	font-size: 60px;
	line-height: 60px;
}
.hero-slide .subtitle{
	margin-top: 10px;
	font-size: 30px;
	color: var(--tone-dark) !important;
}
@media (max-width: 1215px) {
	.hero-1 h1{
		font-size: 50px;
		line-height: 60px;
	}
}
@media (max-width: 992px) {
	.hero-slide{
	    height: unset;
	    padding: 80px 0;
	    text-align: center;
	}
	.hero-1 .text-section{
		margin-top: 80px;
		text-align: center;
	}
	.hero-1 .image-section{
		text-align: center;
	}
	.hero-1 .image-section img{
		margin-top: 35px;
		width: 80%;
	}
}
.bg-shape{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 0;
	width: 30%;
	background-color: var(--tone-light);
}


/****INFO SECTION*****/

.info-section .columns{
	margin-top: 0;
	border-bottom: solid 1px #c1bfa9;
	border-top: solid 1px #c1bfa9;
}
.info-section .column{
	font-family: 'Merriweather', serif;
	font-size: 18px;
}
.info-section .column:not(:last-child){
	border-right: solid 1px #c1bfa9;
	padding: 10px 0;
}
@media (max-width: 992px) {
	.info-section .column:not(:last-child){
		border-bottom: solid 1px #c1bfa9;

	}
}

/*****SECTION 1******/
.section-1{
    padding: 80px 0;
}
.section-1 .subtitle{
	color: var(--tone);
}
.section-1 h2{
	font-size: 42px;
	color: var(--tone-dark);
}

/*****SECTION 2******/
.section-2{
     padding: 80px 0 80px 0;
     background-color: vart(--tone-color);
     background-image: url('https://mademare.wisclic.com/files/mdm-file-600'); 
     background-size: cover;
}
.section-2 .subtitle{
	color: var(--tone);
}
.section-2 h2{
	font-size: 42px;
	color: var(--tone-dark);
}
.section-2 video{
	border-radius: 15px;
	background: black;
    height: 554px;
	width: 100%;
}
@media (max-width: 992px) {
	.section-2 video{
		border-radius: 15px;
		background: black;
	    height: 300px;
		width: 100%;
	}
}
.grid-sizer,
.grid-item {
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	width: 30%; 
	height: 200px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 15px;
	margin-bottom: 15px;
	
}
.grid-item .tag{
	background-color: var(--tone-light);
	font-size: 16px !important;
	color: var(--tone-dark);
	
}
/* 2 columns wide */
.grid-item--width2 { width: 60%; }
.grid-item--height2 {height: 400px;}

/*****SECTION 3******/
.section-3 .subtitle{
	color: var(--tone);
}
.section-3 h2{
	font-size: 42px;
	color: var(--tone-dark);
}
.section-3 .text-box{
	max-width: 400px; float: right
}
@media (max-width: 992px) {
	.section-3 .text-content{
		text-align: center;
	}
	.section-3 .text-box{
		max-width: unset; 
		float: unset;
	}
}

/*****FOOTER*****/

footer{
	padding: 80px 0;
	background-color: var(--tone-color);
	color: white;
}
footer a{
	color: white;
}
footer a:hover{
	color: var(--tone-pink) !important;
}

footer .footer-title{
	margin-bottom: 15px;
	color: white !important;
	font-family: 'Merriweather', cursive !important;
	font-weight: bold;

}

footer .footer-links{
	display: flex;
	flex-direction: column;
	gap: 8px;
}



/** PRODUCTS PAGE **/
.b-slider.is-primary .b-slider-fill {
    background: #4fb68d!important;
}
.b-slider .b-slider-track {
    height: 5px;
}
.filters-dialog-shadow{
	position: fixed; top: 0; left: 0; z-index: 998; background-color: rgb(0 0 0 / 29%); width: 100%; height: 100%
}
.filters-dialog{
	z-index: 999;
	transition: all 0.3s;
	position: fixed; bottom:-80vh; width: 100%; overflow: auto; height: 80vh; background-color: white; border-radius: 10px 10px 0 0;
}
.filters-dialog.active{
	 bottom: 0; 
}
.pagination ul{
	margin-bottom: 0 !important;
}
.pagination-link.is-current{
	color: white !important; 
	border-color: var(--tone-color) !important;
	background-color: var(--tone-color) !important;
}
.b-checkbox.checkbox input[type=checkbox]+.check{
	border: 2px solid var(--tone-color);
}
.b-checkbox.checkbox input[type=checkbox]:checked+.check {
	background-color: var(--tone-color) !important;
	border-color: var(--tone-color) !important;
}

.product-card img{
	border-radius: 8px;
}
.product-card .product-decs .cross-out-price{
	text-decoration: line-through;
	color: #898989;
	  font-size: 14px;
}
.product-card .product-decs .discount-price{
	color: #D01717;
	 font-size: 14px;
}
.product-card .product-decs .discount-tag{
	background: #D01717;
	color: white;
	font-size: 12px;
	padding: 2px 4px;
	border-radius: 5px;
}
.images-grid{
	 display: grid;
	  grid-template-columns: repeat(5, 1fr);
	  grid-gap: 4px;
	  grid-auto-rows: minmax(5px, auto);
}


.mdm-card{
	background-color: white;
	border-radius: 8px;
}


/* PRODUCT PAGE */

.custom-select label{
	font-size: 14px;
}
.custom-select .input{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
    box-shadow: inset 0 0.0625em 0.125em rgba(10,10,10,.05);
    max-width: 100%;
    width: 100%;
    margin-top: 3px;
    cursor: pointer;
}
.custom-select .dropdown-trigger{
	width: 100%;
}
.custom-dropdown .dropdown-menu .has-link a.is-active, a.dropdown-item.is-active, button.dropdown-item.is-active{
	background-color: white !important; 
	color: inherit !important;
}
	


.tag:not(body){
	background-color: var(--tone-dark) !important;
	color: white !important;
}



.divider{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 150px;
	margin-top: 0px;
}