@import url('https://fonts.googleapis.com/css2?family=Mate+SC&display=swap');

/*

h1, h2 {
	font-weight: bold;
	text-transform: uppercase;
}	

#main-content h3,
#main-content h4 {
	color: var(--color1);
}	

#main-after h5 {
	color: var(--color1);
}

.desktop-main-menu li.level1 > a {
	text-transform: uppercase;
}	


.sivu1 #showcase .hero-slider__text-content_inner {
  transition: transform 0.3s ease; 

  &:hover {
    transform: scale(1.05); 
  }
}



/*
.button1 .btn-switcher-primary {
    background-color: #4EBBD6!important;
    border: none;
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    border-radius: 15px 30px 15px 30px;
}


.content-slider__text-content_inner {
    background-color: var(--color1);
    padding: 2rem; 
    border-radius: 5px;
}


.editor-content__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    height: 100%; 

}

.basic-form {
    background-color: var(--color3);
    padding: 1rem;
    border-radius: 10px;
}

.site-header__bottom {
    background: var(--color1);
}

.mobile-menu__bars {
	color: var(--color3);
}

.btn-switcher-highlight {
    background-color: #4EBBD6;
}	
*/

/*UUDISTUS*/

/*fontit*/

h1, h2, h3, h4, h5, body, .btn, nav a, .mobile-menu::after {
    font-family: "Mate SC", serif;
}

h3, h4 {
    color: var(--color5);
}

/*navi*/

.site-header__top {
	display: none;
}

.site-header__bottom {
	padding: 0.5rem 8.33%;
	background: var(--color1)!important;
}

.mob-blur .site-header__bottom svg {
    color: var(--color5);
}

#header.sticky {
    position: relative;
	background: var(--color1)!important;
}

#header::before {
	display: none;
}

.mobile-menu a {
    color: var(--color5);
    font-size: 1.25rem;
}

/*showcase*/

#showcase {
	background: var(--color1);
}

.hero-slider__text-content {
	align-self: end;
}

.hero-slider__container {
	padding: 0 8.33%;
}

.hero-slider__item.height-60 {
    height: 40vh !important;
}

body:not(.sivu1) #showcase .hero-slider__text-content {
	max-width: none;
}

/*content-section*/

.content-section {
	padding: 5rem 8.33%;
}

/*napit*/

.btn {
	color: var(--color5)!important;
}

/*perusalue*/

.contentlist .perusalue .contentlist__item-content {
	padding: 0 10% 0 0!important;
}

#main-content h1, #main-content h2 {
	color: var(--color5);
}

#main-content {
	background: #fefefe;
}

#main-content a {
    color: var(--color5);
}

/*tuotteet*/

.keksi-section {
	padding: 0!important;
	background: linear-gradient(90deg, var(--color2) 33.33%, var(--color4) 33.33%);
	background: var(--color4);
}

.product-image {
	background: var(--color2);
	padding: 0;
}

.product-image img {
	height: 100%;
}

.product-texts {
	display: flex;
	background: var(--color4);
	padding: 0;
	flex-flow: row wrap;
}

.product-title h2 {
	font-size: 10rem;
	color: var(--color5);
}

.product-title {
	align-self: center;
	display: flex;
    justify-content: center;
}

.product-info {
	align-self: center;
}

.product-info h3 {
	color: var(--color5);
}

.tuote {
	padding: 3rem 5%;
	border-bottom: 2px solid var(--color1);
}

.tuote:last-child {
	border-bottom: 2px solid transparent;
}

.productPageInfo {
	align-self: center;
}

.more-button {
	display: flex;
}

.more-button .btn {
	margin: auto auto 0 0;
	max-width: fit-content;
}

.gallery {
	display: flex!important;
	flex-flow: row wrap;
	gap: 10px 5px;
	padding-top: 10px;
}

.gallery a {
	flex: 0 0 calc(25% - 4px);
	max-width: calc(25% - 4px);
	padding: 0;
}

/**/

.content-slider__img-spacer {
	padding-bottom: 56.25%;
}

/*footer*/

.site-footer {
    padding: 5rem 8.33%;
}

.site-footer a, .site-footer p, .desktop-top-menu li a {
    color: var(--color5);
}

.site-footer__logo {
    margin-bottom: 1rem;
}

.copyright p {
	margin-bottom: 0;
}

/*mediat*/

@media (min-width: 1600px) {
	html {
		font-size: 125%; /* Skaalaa fonttikokoa 1.25-kertaiseksi */
	}
}

@media (max-width: 1199.98px) {
  	.product-title h2 {
		font-size: 9rem;
	}
}

@media (max-width: 991.98px) {
  	.product-title h2 {
		font-size: 7rem;
	}
	.content-section {
		padding: 3rem 5%;
	}
	.site-header__bottom {
		padding: 0.5rem 5%;
	}
	.contentlist .perusalue .contentlist__item-content {
  		padding: 0 0 3rem !important;
	}
}

@media (max-width: 767.98px) {
	.site-header {
    	position: relative;
	}
	.product-info {
	    text-align: center;
	}
	.more-button .btn {
  		margin: 0 auto;
	}
	.productPage .more-button .btn {
  		margin: auto auto 0 0;
	}
	.product-image {
		display: flex;
	}
	/*
	.product-image img {
		align-self: center;
	}*/
	.product-title h2 {
    	font-size: 5rem;
  	}
	.keksi-section {
	    padding: 0rem!important;
	    background: linear-gradient(90deg, var(--color2) 35%, var(--color4) 35%);
		background: var(--color4);
	}
	.product-texts {
  		padding: 0 0 1rem;
	}
	.productPageImage {
		padding-bottom: 1rem;
	}
}

@media (max-width: 575.98px) {
	.hero-slider__item.height-60 {
	    height: 20vh !important;
	}
	.keksi-section {
		padding: 3rem 0 !important;
		background: var(--color4);
	}
	.product-texts {
		margin-top: 1rem;
	}
	.tuote {
	    padding: 1.5rem 5%;
	}
}

@media (max-width: 450.98px) {
	.product-title h2 {
    	font-size: 4rem;
  	}
}