/*
Theme Name: kotivara
Author: Digidigi.marketing
Description: Kotivara theme.
Version: 1.0.0
Text Domain: kotivara
*/

@font-face {
	font-family: "Borna";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local("borna"), url("../kotivara/fonts/borna/borna-regular-webfont.woff2") format("woff2"), url("../kotivara/fonts/borna/borna-regular-webfont.woff") format("woff");
}

@font-face {
	font-family: "Borna";
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local("borna"), url("../kotivara/fonts/borna/borna-regularitalic-webfont.woff2") format("woff2"), url("../kotivara/fonts/borna/borna-regularitalic-webfont.woff") format("woff");
}

@font-face {
	font-family: "Borna";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local("borna"), url("../kotivara/fonts/borna/borna-medium-webfont.woff2") format("woff2"), url("../kotivara/fonts/borna/borna-medium-webfont.woff") format("woff");
}

@font-face {
	font-family: "Borna";
	font-weight: 500;
	font-style: italic;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local("borna"), url("../kotivara/fonts/borna/borna-mediumitalic-webfont.woff2") format("woff2"), url("../kotivara/fonts/borna/borna-mediumitalic-webfont.woff") format("woff");
}

@font-face {
	font-family: "Borna";
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local("borna"), url("../kotivara/fonts/borna/borna-semibold-webfont.woff2") format("woff2"), url("../kotivara/fonts/borna/borna-semibold-webfont.woff") format("woff");
}

@font-face {
	font-family: "Borna";
	font-weight: 600;
	font-style: italic;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local("borna"), url("../kotivara/fonts/borna/borna-semibolditalic-webfont.woff2") format("woff2"), url("../kotivara/fonts/borna/borna-semibolditalic-webfont.woff") format("woff");
}

@font-face {
	font-family: "Borna";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local("borna"), url("../kotivara/fonts/borna/borna-bold-webfont.woff2") format("woff2"), url("../kotivara/fonts/borna/borna-bold-webfont.woff") format("woff");
}

@font-face {
	font-family: "Borna";
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	unicode-range: U+000-5FF;
	src: local("borna"), url("../kotivara/fonts/borna/borna-bolditalic-webfont.woff2") format("woff2"), url("../kotivara/fonts/borna/borna-bolditalic-webfont.woff") format("woff");
}

.icon-clock {
	background-image: url(/wp-content/themes/kotivara/img/icons/clock-icon.png);
	display: inline-block;
	height: 20px;
	width: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.icon-cutlery {
	background-image: url(/wp-content/themes/kotivara/img/icons/cutlery-icon.png);
	display: inline-block;
	height: 23px;
	width: 10px;
	background-size: 10px;
	background-repeat: no-repeat;
	margin: 0 10px 0 20px;
}

.icon-down {
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #682C3E;
	transition: all .25s linear;
}

.custom-share-buttons i {
	display: inline-block;
	height: 30px;
	width: 30px;
	background-size: 30px;
	background-repeat: no-repeat;
}

.icon-whatsapp {
	background-image: url(/wp-content/themes/kotivara/img/icons/whatsapp.svg);
}

.icon-facebook {
	background-image: url(/wp-content/themes/kotivara/img/icons/facebook.svg);
}

.icon-instagram {
	background-image: url(/wp-content/themes/kotivara/img/icons/instagram.svg);
}

.icon-x {
	background-image: url(/wp-content/themes/kotivara/img/icons/x.svg);
}

html {
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	font-size: 62.5%;
}
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
img,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

section ul,
section ol {
	padding-left: 30px;
}

section ol li {
	margin-bottom: 20px;
}

img,
video,
object,
iframe {
	max-width: 100%;
}

img {
	display: flex;
	object-fit: contain;
	height: auto;
}

video {
	height: auto;
}

blockquote,
q {
	quotes: none;
}

blockquote {
	border: 2px dashed #E45507;
	border-width: 2px 0;
	margin: 5rem 0;
	padding: 3rem 8%;
	color: #E45507;
	text-align: center;
	font-weight: 700;
	line-height: 1.4;
}

blockquote p {
	font-size: 2.4rem;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select,
textarea {
	margin: 0;
	font-weight: inherit;
}

:focus {
	outline: 0;
}

body {
	font-family: 'Borna', sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #682C3E;
	width: 100%;
	margin: 0;
	font-weight: 500;
}

strong,
b {
	font-weight: bold;
}

p {
	margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	transition: color 0.2s ease;
	line-height: 1.2;
	font-weight: 700;
}

h1,
h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 1.8rem;
}

a {
	text-decoration: none;
	color: #E45507;
	transition: all 0.2s linear;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

em,
i,
cite {
	font-style: italic;
}

small {
	font-size: 100%;
}

figure {
	margin: 30px 0;
}

@media screen and (min-width: 768px) {
	body {
		padding-bottom: 0;
		margin-top: 0;
	}

	h1,
	h2,
	blockquote p {
		font-size: 3.6rem;
	}

	h3 {
		font-size: 2.4rem;
	}
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/*
**********************************************************************
* COMMON
**********************************************************************
*/

/*-[ All pages ]-----------------------*/
.main-container {
	transition: all .2s ease;
	left: 0;
	position: relative;
}

.container {
	max-width: 1140px;
	position: relative;
	margin: auto;
	padding: 0 15px;
	width: 100%;
}

.container.narrow {
	max-width: 900px;
}

.post-info {
	margin: 10px 0 20px;
}

.custom-share-buttons {
	display: flex;
}

.custom-share-buttons a {
	margin-left: 20px;
}

/*-[ Move to top ]-----------------------*/
#scroll-top {
	cursor: pointer;
	height: 40px;
	position: fixed;
	right: 10px;
	transition: all .25s linear 0s;
	width: 40px;
	z-index: 14;
	background: rgba(104, 44, 62, 0.7);
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 2px 2px 6px 0 rgb(42 67 113 / 15%);
	bottom: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
}

#scroll-top:after {
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #fff;
	transition: all .25s linear;
}

#scroll-top:not(.show) {
	opacity: 0;
	visibility: hidden;
}

.breadcrumb {
	margin: 20px;
	text-align: center;
}

/*-[ Helpers ]-----------------------*/
.column-2,
.column-3,
.column-4 {
	margin-bottom: 40px;
}

.row-reverse {
	flex-direction: row-reverse;
}

.no-padding {
	padding: 0;
}

.pt-4 {
	padding-top: 40px;
}

.pb-4 {
	padding-bottom: 40px;
}

.py-4 {
	padding: 40px 0;
}

.bg__light-purple {
	background-color: #FFD9C7;
}

.bg__dark-purple {
	background-color: #682C3E;
}

.bg__light-pink {
	background-color: #fff7f4;
}

.center-text {
	text-align: center;
}

.fast-link a {
	font-size: 1.4rem;
}

.fast-link:before,
.f-column p a:before {
	content: "";
	display: inline-block;
	height: 10px;
	width: 7px;
	background-size: 7px;
	background-repeat: no-repeat;
	margin-right: 10px;
}

.fast-link:before {
	background-image: url(/wp-content/themes/kotivara/img/icons/greater-icon-orange.svg);
}

.f-column p a:before {
	background-image: url(/wp-content/themes/kotivara/img/icons/greater-icon.svg);
}

.big-text {
	font-weight: 700;
	font-size: 2.2rem;
}

.sb {
	justify-content: space-between;
}

/* HELPERS - MOBILE */
@media screen and (max-width: 767px) {
	.no-mobile-padding {
		padding: 0;
	}
}

/*-[ No template page ]-----------------------*/
#primary {
	width: 100%;
	position: relative;
}

/* COMMON - DESKTOP */
@media screen and (min-width: 768px) {
	.container {
		padding: 0 30px;
	}

	.row {
		display: flex;
		flex-wrap: wrap;
	}

	.column-2 {
		width: 48%;
		margin-bottom: 0;
	}

	.column-3 {
		width: calc(100% / 3 - 20px);
		margin-bottom: 0;
	}

	.column-4 {
		width: calc(50% - 20px);
		margin-bottom: 0;
	}

	.column-3-2 {
		width: 61%;
	}

	.column-3-1 {
		width: 30%;
	}

}

/* COMMON - TABLET */
@media screen and (min-width: 1024px) {
	.column-4 {
		width: calc(25% - 20px);
		margin-bottom: 0;
	}
}

/*
**********************************************************************
* HEADER
**********************************************************************
*/
#site-header {
	margin: 0;
	width: 100%;
	max-width: initial;
	background-color: #EBF2E8;
}

.mobile-menu-active .nav {
	left: 0;
}

#site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo img {
	width: 120px;
}

/* HEADER - DESKTOP */
@media screen and (min-width: 960px) {
	.logo img {
		width: 188px;
	}

	.header-right {
		display: flex;
		align-items: center;
	}

	#mobile-toggle-button {
		display: none;
	}
}

/*-[ Navigation ]-----------------------*/
.mobile-menu-active {
	position: fixed;
}

.mobile-menu-active .main-container {
	left: 280px;
}

.nav {
	position: fixed;
	width: 280px;
	left: -280px;
	top: 0;
	transition: left .2s ease;
	height: 100%;
	overflow: auto;
	z-index: 15;
	background: #EBF2E8;
	padding: 40px 20px 10px 20px;
}

.nav ul {
	list-style: none;
}

.nav__menu-list {
	padding: 0;
}

.current-menu-item {
	font-weight: 600;
}

.nav__menu-list a {
	color: #682C3E;
}

.nav__parent-item {
	position: relative;
}

.nav__parent-item a {
	padding: 17px 0;
	display: block;
	border-bottom: 1px solid #682C3E;
	line-height: 24px;
}

.nav__parent-item:last-of-type a {
	border-bottom: none;
}

.nav__toggle-caret {
	position: absolute;
	right: 0;
	top: 0;
	width: 59px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav__toggle-caret--parent {
	color: #682C3E;
	height: 58px;
}

.nav__parent-item.active>.nav__toggle-caret {
	transform: rotate(180deg);
	height: 28px;
	margin: 15px 10px;
	border-radius: 5px;
	width: 39px;
}

.nav__toggle-caret .icon-right-open-1 {
	transform: rotate(90deg);
}

.sub-menu {
	max-height: 0;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
	padding-left: 20px;
}

.menu-item.active>.sub-menu {
	max-height: 2000px;
	transition: max-height 0.2s ease-in;
}

.nav__child-item {
	position: relative;
	white-space: nowrap;
}

.nav__child-item a {
	padding: 10px 0;
}

.mobile-menu-active .mobile-menu-overlay {
	display: block;
}

.mobile-menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .2s ease;
	z-index: 10;
}

.mobile-menu-overlay.is-active {
	opacity: 1;
}

/* Navigation - DESKTOP */
@media screen and (min-width: 960px) {
	.nav {
		position: static;
		width: auto;
		max-width: 1192px;
		overflow: visible;
		padding: 0;
		background: transparent;
		height: 100px;
		display: flex;
	}

	.nav__menu-list {
		display: flex;
		border: none;
		position: relative;
		padding: 0;
		margin: 0;
	}

	.nav__parent-item>a {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	.nav__menu-list a:hover {
		color: #E45507;
	}

	.nav__parent-item {
		display: flex;
		padding: 16px;
	}

	.nav__parent-item a {
		text-indent: 0;
		border: none;
		display: flex;
		align-items: center;
	}

	.nav__parent-item:last-child a:before {
		content: "";
		width: 1px;
		background-color: #682C3E;
		height: 100%;
		margin-right: 30px;
	}

	.nav__parent-item.menu-item-has-children>a:after {
		content: "";
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #682C3E;
		margin-left: 10px;
		transition: all 0.2s linear;
	}

	.nav__parent-item.menu-item-has-children>a:hover::after {
		border-top: 5px solid #E45507;
	}

	.nav__parent-item:hover>.sub-menu {
		display: block;
	}

	.nav__toggle-caret {
		display: none;
	}

	.sub-menu {
		display: none;
		background-color: #EBF2E8;
		position: absolute;
		top: 100%;
		z-index: 14;
		left: 0;
		max-height: initial;
		overflow: initial;
		box-shadow: 0 0 30px rgb(0 0 0 / 8%);
		padding: 10px 0;
	}

	.nav__child-item a {
		font-size: 14px;
		padding: 15px 30px;
		line-height: 1;
		font-weight: normal;
	}

	.nav__child-item a:hover {
		background-color: rgba(0, 0, 0, .03);
		transition: all .2s linear;
	}
}

/* mobile-toggle - MOBILE ONLY */
@media screen and (max-width: 960px) {
	.mobile-toggle {
		padding: 20px 5px;
		transition-property: opacity, filter, -webkit-filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		background-color: transparent;
		border: 0;
		display: flex;
	}

	.mobile-toggle-box {
		width: 36px;
		height: 15px;
		display: inline-block;
		position: relative;
	}

	.mobile-toggle-inner {
		display: block;
		margin-top: -2px;
		top: 2px;
	}

	.mobile-toggle-inner,
	.mobile-toggle-inner::before,
	.mobile-toggle-inner::after {
		width: 24px;
		height: 3px;
		background-color: #682C3E;
		position: absolute;
		transition-property: transform, -webkit-transform;
		transition-duration: 0.2s;
		transition-timing-function: ease;
	}

	.mobile-toggle-inner::before,
	.mobile-toggle-inner::after {
		content: "";
		display: block;
	}

	.mobile-toggle-inner::before {
		top: 6px;
		transition-property: transform, opacity, -webkit-transform;
		transition-timing-function: ease;
		transition-duration: 0.15s;
	}

	.mobile-toggle-inner::after {
		top: 12px;
	}

	.mobile-menu-active .mobile-toggle {
		margin-left: -60px;
		z-index: 100;
	}

	.mobile-menu-active .mobile-toggle-inner {
		-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
		transform: translate3d(0, 8px, 0) rotate(45deg);
		background-color: #fff;
	}

	.mobile-menu-active .mobile-toggle-inner::before {
		display: none;
	}

	.mobile-menu-active .mobile-toggle-inner::after {
		-webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
		transform: translate3d(0, -16px, 0) rotate(-90deg);
		background-color: #fff;
	}
}

/*
**********************************************************************
* Sections
**********************************************************************
*/
section {
	padding: 70px 0;
}

/* Resepti */
.intro__content {
	padding: 20px;
}

.intro__content .time-servings {
	font-weight: 400;
	font-size: 1.4rem;
}

.intro__text {
	margin: 20px 0 40px;
}

.intro__img {
	margin-bottom: 0;
	display: flex;
}

.intro__img img {
	object-fit: cover;
	height: 100%;
	min-width: 100%;
}

.intro__some {
	display: flex;
	align-items: center;
}

.intro__some p {
	margin: 0;
}

.intro__some a {
	display: flex;
	align-items: center;
	margin-left: 15px;
}

#section-recipe h2 {
	font-size: 2.2rem;
}

#section-recipe ol {
	padding-left: 20px;
}

#section-recipe ol>li::marker {
	font-weight: 700;
}

#section-heading h2 {
	text-align: center;
	color: #fff;
	max-width: 700px;
}

.heading__wrap {
	max-width: 700px;
	margin: 0 auto;
}

#section-carousel h2 {
	text-align: center;
	margin: 20px 0 40px;
}

/* Tuote */
.product__img {
	margin-bottom: 60px;
}

.product__left ul {
	margin-top: 40px;
	padding: 0;
	list-style: none;
}

.product__right h1 {
	margin-top: 0;
}

.product__right h2 {
	font-size: 2.2rem;
	margin-top: 50px;
}

#section-product {
	padding: 40px 0;
}

#section-product table {
	width: 100% !important;
}

#section-product td:nth-child(2) {
	text-align: right;
}

/* Sections - DESKTOP */
@media screen and (min-width: 767px) {
	.intro__content {
		padding: 40px 5% 50px;
	}
}

/*
**********************************************************************
* FOOTER
**********************************************************************
*/
#site-footer {
	background-color: #E45507;
}

#site-footer .container {
	display: flex;
	justify-content: space-between;
	padding: 70px 20px 10px;
	flex-wrap: wrap;
}

#site-footer figure {
	margin: 0;
}

.f-column {
	flex: 0 0 250px;
	margin: 0 auto 25px;
}

.f-widget {
	margin-bottom: 18px;
}

.f-widget p {
	color: #EBF2E8;
}

.f-widget a {
	color: #682C3E;
}

.footer-icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-size: contain;
}

.footer-some {
	display: flex;
	margin-top: -10px;
}

.footer-some img {
	margin: 0 5px;
}

.copy {
	text-align: center;
	color: #fff;
	margin: 30px auto 0;
	padding: 20px 15px;
}

.copy a {
	color: #fff;
	font-weight: 700;
}

/* FOOTER - DESKTOP */
@media screen and (min-width: 767px) {
	.f-column {
		flex: 1 0 200px;
		margin: 0 20px 0 0;
	}
}

/*
**********************************************************************
* ELEMENTS
**********************************************************************
*/
/*-[ Buttons ]-----------------*/
body .cta {
	padding: 6px 30px;
	font-size: 1.4rem !important;
	display: inline-block !important;
	text-align: center;
	color: #682C3E !important;
	margin: 20px 0 !important;
	text-transform: uppercase;
	border: 1px solid #682C3E;
	line-height: 1.3;
}

body a.cta:hover {
	background-color: #682C3E;
	color: #fff !important;
}

body button.cta {
	cursor: pointer;
	border: none;
}

.fl-module-button a {
	font-size: 1.4rem !important;
	padding: 6px 30px !important;
}

/*
**********************************************************************
* Filters & Grids And Carousel
**********************************************************************
*/
body .ymc-smart-filter-container .search-layout .search-form__submit {
	border: 1px solid #682C3E;
	background: #682C3E;
}

.filter-link {
	border: 1px solid #682C3E;
}

.filter-link.active {
	color: #fff !important;
	background-color: #682c3e !important;
}

.filter-layout {
	display: flex;
	justify-content: center;
}

.ymc-smart-filter-container .container-posts .post-custom-layout .post-item {
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

.posts-found {
	display: none;
}

.carousel-item .box {
	background-color: #fff;
	margin: 0 10px;
	padding: 20px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}

body .ymc-smart-filter-container .container-posts .post-custom-layout .post-item a.box {
	padding: 10px 20px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-decoration: none;
	height: 100%;
}

.box__thumbnail {
	margin-bottom: 10px;
}

body .ymc-smart-filter-container .container-posts .post-custom-layout .box__title,
.box__title {
	color: #682C3E;
	font-size: 1.8rem;
	font-weight: 600;
}

body .ymc-smart-filter-container .pagination-load-more .btn-load {
	padding: 7px 40px;
	font-size: 1.6rem;
	display: inline-block;
	color: #682C3E;
	margin: 20px 0;
	text-transform: uppercase;
	border: 1px solid #682C3E;
	background-color: transparent;
}

.time-servings {
	display: flex;
	color: #682C3E;
	font-size: 1.6rem;
	margin-top: auto;
}

.time-servings span {
	display: flex;
	align-items: center;
}

body .ymc-smart-filter-container .container-posts .post-custom-layout .post-item a {
	font-size: 1.4rem;
	text-decoration: none;
	color: #E3530F;
	margin: 0;
	display: inline-block;
}

/* Carousel */
.slick-slider {
	max-width: calc(100% - 60px);
	margin: auto;
	left: 0;
}

.slick-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
}

.slick-prev:after,
.slick-next:after {
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #E45507;
	display: inline-block;
	transform: rotate(-90deg);
	transition: all .25s linear;
	cursor: pointer;
}

.slick-prev:after {
	transform: rotate(-90deg);
}

.slick-next:after {
	transform: rotate(90deg);
}

.slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -30px;
}

/*Products Categories*/
.product-categories .product-categories__box:last-of-type {
	margin-left: auto;
}

.product-categories__box {
	margin: 10px;
}

.products__box {
	margin-bottom: 30px;
}

.recipe__box,
.carousel-products__box {
	margin: 10px;
	padding: 10px 10px 20px;
	background-color: #fff;
	height: 100%;
}

.products__title,
.product-categories__title,
.recipe__title {
	color: #682C3E;
	font-size: 1.8rem;
	font-weight: 600;
}

.product-categories__title {
	text-transform: uppercase;
}

.product-categories__thumbnail {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.products__thumbnail {
	display: flex !important;
	justify-content: center;
	margin-bottom: 15px !important;
	border: 1px solid #682C3E;
	padding: 15px;
}

.products__thumbnail img {
	aspect-ratio: 1 / 1;
}

.carousel-products__thumbnail {
	display: flex;
	justify-content: center;
	margin-bottom: 15px !important;
	border: 1px solid #682C3E;
	padding: 15px;
	max-height: 307px;
}

.products__excerpt,
.product-categories__excerpt,
.article__excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.recipe__thumbnail {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.recipe__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

/*Article listing*/
.article__box {
	margin: 10px;
}

.article__title {
	color: #682C3E;
	font-size: 1.8rem;
	font-weight: 600;
}

.recipe__thumbnail img,
.article__thumbnail img,
.product-categories__thumbnail img {
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.article__excerpt {
	margin-bottom: 20px;
}

/* Carousel - DESKTOP */
@media screen and (min-width: 767px) {
	.slick-slider {
		max-width: calc(100% - 40px);
		left: unset;
	}
}