body .storefront-breadcrumb {
	padding-top: 160px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 24px;
}

#content {
     padding-top: 0; 
}

body h1 {
	color: var(--brown-80);
    padding-right: 50px;
}

body .main-section__subtitle {
    color: var(--brown-80);
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    body .main-section__subtitle {
        font-size: 20px;
    }
}

body .main-section__subtitle--small {
    color: var(--brown-80);
    font-family: 'Lato', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 106%;
    text-transform: uppercase;
}

@media (max-width: 1064px) {
    body .main-section__subtitle--small  {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    body .main-section__subtitle--small {
        font-size: 24px;
    }
}

body .woocommerce-breadcrumb a:first-of-type::before {
	display: none;
}

body .woocommerce-breadcrumb {
	color: var(--primary);
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

body .woocommerce-breadcrumb a {
	color: var(--brown);
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
}

body .woocommerce-breadcrumb .breadcrumb-separator::after {
	content: ">";
	color: var(--brown);
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	opacity: 1;
}

.storefront-breadcrumb .col-full {
	max-width: 100%;
    padding: 25px 0;
    margin: 0 auto;
    background: var(--gray-light);
}

.storefront-breadcrumb .col-full .woocommerce-breadcrumb {
	max-width: 1148px;
    padding: 0 20px;
    margin: 0 auto;
}

.main-section>div {
	display: flex;
    margin-left: -156px;
}

.main-section-image {
    width: calc(50% + 156px);
    margin-right: 0;
    margin-bottom: 68px;
    padding-right: 16px;
}

.main-section-details {
    width: 50%;
    margin-right: 0;
    margin-bottom: 68px;
    position: relative;
}

body .description p {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}


.tags span {
    display: flex;
    padding: 8px;
    gap: 8px;
    border-radius: 5px;
    background: var(--gray-light);
    color: var(--gray-80);
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.buttons {
   display: flex;
   gap: 32px;
}

.main-section-products {
	margin: 32px 0;
	gap: 9px;
}

.main-section-product {
	padding-bottom: 10px;
}

.main-section-product > div {
	display: flex;
	align-items: center;
} 

.main-section-product img {
	max-width: 96px;
}

.product-title-slider {
	color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.main-section-product .attributes {
	padding-top: 0;
}

.recipe-section {
	margin: 0 0 56px;
}

.recipe-section h3 {
	text-align: left;
	margin-bottom: 0;
}

.recipe-section h3.heading {
    margin-bottom: 24px;
}

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

.recipe-section-box--img img {
	margin: 0 auto;
}

.heading {
	color: var(--brown);
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.recipe-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.three-columns {
	display: grid;
    grid-template-columns: minmax(150px, 441px) minmax(200px, 360px) minmax(244px, 1fr);
    gap: 24px;
}

.two-columns {
	display: grid;
    grid-template-columns: minmax(150px, 441px) minmax(444px, 1fr);
    gap: 24px;
}

.one-column {
	display: grid;
    grid-template-columns: 1fr;
}

.recipe-section-box img {
	width: 100%;
}

.recipe-section strong {
	color: var(--brown);
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 12px;
    display: flex;
}

.recipe-section  p, 
.recipe-section  span {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.recipe-section-box {
	padding: 24px 15px 32px 15px;
}

.recipe-section-box:nth-of-type(2n + 1) {
	background: var(--gray-light);
}

.recipe-section-ingredients-box > div {
	padding: 3px 16px;
	display: flex;
	gap: 25px;
	background: #fff;
}

.recipe-section-ingredients-box > div > span:first-of-type {
	display: flex;
	min-width: 55px;
}

.recipe-section-ingredients-box > .bg-gray {
	background: var(--gray-20);
}

.creations p {
	font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 31.8px;
    letter-spacing: 0.48px;
    font-family: 'Lato', sans-serif;
}

.creations__slider .swiper-slide a:not(.product-title-slider) {
	background: var(--gray-light);
    display: flex;
}

.creations__slider .swiper-slide a img {
	mix-blend-mode: multiply;
	aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.creations .product-title-slider {
   color: var(--brown);
   font-family: 'Lato', sans-serif;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   text-transform: uppercase;
   padding-top: 25px;
   padding-bottom: 12px;
   display: flex;
}

.heart {
	display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    gap: 4px;
    cursor: pointer;
}

.heart span {
	font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: var(--brown-80);
}

body h4 {
	color: var(--brown-80);
	font-weight: 400;
    font-family: 'Lato', sans-serif;
}

body section.course {
	margin-top: 48px;
}

.course .level {
	color: var(--brown-80);
	font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 23px;
}

.course .desc {
	color: var(--brown-80);
	font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 22px;
}

.course .date {
	color: var(--brown-80);
	font-weight: 300;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 22px;
}

.course .bio {
	display: flex;
	align-items: center;
	gap: 15px;
}

.course .right-section>div>div:first-of-type {
    padding: 52px 24px 52px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.course .bio img {
	max-width: 50px;
	border-radius: 50%;
	max-height: 50px;
    aspect-ratio: 1;
    object-fit: cover;
}

.course .bio span {
	color: var(--brown-80);
	font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 23px;
}

.course .buttons {
	margin-top: 34px;
}

body .site-main, .storefront-full-width-content .content-area {
    margin-bottom: 0;
}

.swiper-creations {
	padding-bottom: 40px;
}



@media (min-width: 768px) and (max-width: 1099px) {
	#content {
	    padding-top: 160px;
	}
}

@media (min-width: 901px) {
	body .site, html body {
		overflow-x: clip;
	}
	.main-section-image img {
		position: sticky;
	    top: 60px;
	    left: 0;
	}
}

@media (max-width: 900px) {
	.main-section>div {
		display: flex;
	    flex-direction: column;
	    margin-left: 0;
	}
	.main-section-image {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 68px;
	    padding-right: 0;
	}
	.main-section-details {
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 68px;
	    position: relative;
	}
	.three-columns, .two-columns {
	    display: grid;
	    grid-template-columns: 1fr;
	    gap: 24px;
	}
	.course .right-section>div>div img {
		width: 100%;
	}
}	

.newsletter-form .close {
	position: absolute;
    right: 22px;
    top: 22px;
    cursor: pointer;
    opacity: 0.5;
}

.newsletter-overlay {
	width: 100%;
    height: 100%;
    background: rgba(161, 143, 95, 0.05);
    backdrop-filter: blur(2px);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
    display: none;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.newsletter-overlay.active {
	display: flex;
	opacity: 1;
}

.newsletter-form {
	position: fixed;
    max-width: 1128px;
    max-height: 90vh;
    width: 100%;
    margin: 0 auto;
    z-index: 10000;
    border-radius: 10px;
    border: 1px solid var(--gray-60);
    background: #fff;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
    padding: 48px 32px;
    overflow-y: scroll;
}

.newsletter-form::-webkit-scrollbar {
	display: none;
}

.newsletter-form [placeholder="Firma"], .newsletter-form [placeholder="Company"] {
    display: none !important;
}

.newsletter-form .newsletter-form__info {
   font-family: 'Lato', sans-serif;
   font-weight: 300;
   text-align: center;
   font-size: 14px;
   line-height: 20px;
   letter-spacing: 0;
}

.newsletter-form .message_success {
   color: var(--brown);
   font-family: 'Lato', sans-serif;
   font-size: 24px;
   font-style: normal;
   font-weight: 300;
   line-height: 31.8px;
   letter-spacing: 0.48px;
   margin-bottom: 20px;
   display: flex;
}

.newsletter-form .subscribe-form__radio-buttons .subscribe-form__radio-buttons-inner > div {
   display: flex;
   align-items: center;
}

.newsletter-form .subscribe-form__radio-buttons .subscribe-form__radio-buttons-inner > div input {
   width: auto;
   flex-grow: 0 !important;
}

.subscribe-form__radio-buttons-inner {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   gap: 8px;
}

.newsletter-form [placeholder="Firma"], .newsletter-form [placeholder="Company"] {
   display: none !important;
}

.newsletter-form input[type=radio]+label {
    margin-left: 4px;
	color: var(--brown) !important;
	font-family: 'Lato', sans-serif !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	line-height: 22px !important;
}

.newsletter-form .subscribe-form__radio-buttons label {
	color: var(--brown) !important;
	font-family: 'Lato', sans-serif !important;
	font-style: normal !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	line-height: 22px !important;
}

.newsletter-form .form_subscribe > p:first-of-type {
	display: none !important;
}

.newsletter-form button[type="submit"] {
   border-radius: 10px !important;
   border: 1px solid var(--gray-80) !important;
   background-color: var(--gray-20) !important;
   color: var(--gray-80) !important;
   padding: 18px 20px !important;
   text-align: center !important;
   font-family: 'Lato', sans-serif !important;
   font-size: 20px !important;
   font-style: normal !important;
   font-weight: 300 !important;
   line-height: normal !important;
   text-transform: uppercase !important;
   height: auto !important;
   width: auto !important;
   position: absolute;
   right: 30px;
   bottom: 30px;
}

.newsletter-form button[type=submit]:active,
.newsletter-form button[type=submit]:hover {
   color: var(--primary) !important;
   border: 1px solid var(--primary) !important;
   background: var(--gray-light) !important;
}

.newsletter-form .checkbox_agreement + span {
   color: var(--brown) !important;
   font-family: 'Lato', sans-serif !important;
   font-style: normal !important;
   font-weight: 300 !important;
   font-size: 16px !important;
   line-height: 22px !important;
}

.newsletter-form .checkbox_agreement + span a {
   color: var(--brown) !important;
   text-decoration: underline !important;
}

.newsletter-form input[type=text] {
   border-radius: 10px !important;
   background: #FCFCFC !important;
   color: var(--brown) !important;
   font-family: 'Lato', sans-serif !important;
   font-size: 18px !important;
   font-style: normal !important;
   font-weight: 300 !important;
   line-height: 22px !important;
   width: 100% !important;
   border: none !important;
   max-width: 100% !important;
   margin-bottom: 20px;
   height: 43px !important;
   padding: 0 14px !important;
   box-shadow: none !important;
   outline: none !important;
   border: none !important;
}

.newsletter-form  input[type=text]::placeholder {
   opacity: 1 !important;
   color: var(--brown);
}

.newsletter-form .contact-wrapper > p {
   font-weight: 300;
   font-family: 'Lato', sans-serif;
}

.newsletter-form .form_subscribe {
	margin-bottom: 0;
}

.newsletter-form .checkbox_agreement, .newsletter-form input[type=radio] {
	accent-color: var(--primary);
}

.contact-wrapper h4 {
	display: none;
}

#main .contact-wrapper .ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 100% !important;
}

#main #mlb2-20936932.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:is(:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus), #main #mlb2-21446793.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:is(:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus) {
	max-width: 90% !important;
}

#mlb2-20936932.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
    position: relative;
}

@media (max-width: 1200px) {
	.newsletter-form {
		width: calc(100% - 60px);
	}
}

@media (max-width: 767px) {
	.newsletter-form .checkbox_agreement + span {
		font-size: 12px !important;
	    line-height: 16px !important;
	    letter-spacing: normal;
	}
	.newsletter-form .contact-wrapper > p {
		margin-bottom: 10px;
	}
	.buttons {
		flex-direction: column;
		gap: 16px;
	}
}

@media (max-width: 1064px) {
	#main .ml-subscribe-form .ml-block-form {
		grid-template-areas:
			"input button"
			"privacy privacy";
		grid-template-columns: 1fr 39px;
	}
	#mlb2-20936932.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit, #mlb2-21446793.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
		grid-area: button;
		transform: none;
	}
	#mlb2-20936932.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group:not(.ml-field-firma), #mlb2-21446793.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group:not(.ml-field-firma) {
		transform: none;
	}
	#mlb2-20936932.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
		display: block;
	}
	.newsletter-form button[type="submit"] {
		right: 0;
		bottom: 50px;
	}
}

@media print {
	.site-header, 
	.storefront-breadcrumb, 
	.creations, 
	.course, 
	.site-footer, 
	.main-section-details .buttons, 
	.main-section-details .tags,
	.heart,
	.newsletter-overlay {
		display: none !important;
	}
	.main-section-image {
		margin: 0 auto;
	    display: flex;
	    justify-content: center;
	    width: 100%;
	    margin-bottom: 50px;
	}
	.main-section-image img {
		max-width: 450px;
		margin: 0 auto;
		position: unset;
	}
	.main-section-products {
		flex-wrap: wrap;
    	display: flex;
	}
	.main-section-products h4 {
		width: 100%;
	}
	.main-section-product {
	    width: 49%;
	}
	.recipe-section-box {
		padding: 0 0 20px;
	}
	.recipe-section-title {
		margin-top: 30px;
	}
	.recipe-section-title h3 {
		font-size: 46px;
	}
	@page {
		 margin: 30px 16px;
	}
}
