* {
font-family: sans-serif;
position: relative;
}
h1 {
font-family: serif;
font-size: 24pt;
line-height: 1;
margin: 0 0 10pt 0;
}
p, .style-text p {
font-size: 12pt;
line-height: 1.3;
margin: 10pt 0;
}
.style-text li {
font-size: 12pt;
}
img {
width: 100%;
height: auto;
}
body {
margin: 1cm 1.5cm;
}
body > svg,
footer,
.menu-sequence,
.products-list,
.other-products,
.dots,
.h-print,
#cmplz-cookiebanner-container { 
display: none; 
}
.row {
display: flex;
justify-content: space-between;
}
.col-lg-4 {
width: 50%;
}
.col-lg-6 {
width: 40%;
}
.logo img,
.logo svg {
width: 150px;
}
.recipe-params {
display: flex;
gap: 20px;
}
.recipe-params img {
width: 20px;
}
.recipe-params-item {
display: flex;
gap: 6px;
}
.swiper-slide {
transform: none !important;	
opacity: 1 !important;
width: 70% !important;
}
.container {
margin: 1cm 0;
}
.product-top .container {
padding-top: 1cm;
border-top: 1px solid;
}
.style-text :first-child {
margin-top: 0;
}
.inview-ready {
transform: none;
opacity: 1;
}
[data-scroll-section] {
opacity: 1 !important;
transform: none !important;
}