:root {
  --color-primary: #c1273f;
  --color-secondary: #153d8a;
  --color-tertiary: #99866b;
  --color-white: #fff;
  --font-size-20: 2rem;
  --font-size-18: 1.8rem;
  --font-size-16: 1.6rem;
  --font-weight-bold: 700;
  --icon-email: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23f4d165'%3E%3Cpath d='M467 61H45C20.218 61 0 81.196 0 106v300c0 24.72 20.128 45 45 45h422c24.72 0 45-20.128 45-45V106c0-24.72-20.128-45-45-45zm-6.214 30L256.954 294.833 51.359 91h409.427zM30 399.788V112.069l144.479 143.24L30 399.788zM51.213 421l144.57-144.57 50.657 50.222c5.864 5.814 15.327 5.795 21.167-.046L317 277.213 460.787 421H51.213zM482 399.787L338.213 256 482 112.212v287.575z'/%3E%3C/svg%3E");
  --icon-phone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-rule='evenodd' fill='%23f4d165' d='M15.294 11.655l-2.375-2.018c-.011-.009-.022-.018-.035-.025a1.554 1.554 0 00-1.945.213l-1.295 1.294a.315.315 0 01-.341.068c-1.462-.605-2.663-1.514-3.57-2.704-.691-.907-.941-1.628-.974-1.73a.31.31 0 00-.019-.064.311.311 0 01.068-.34l1.295-1.294c.522-.522.61-1.321.214-1.944l-.01-.014L4.592.715A1.566 1.566 0 002.171.457l-.259.26h-.001l-.925.925C-.119 2.745-.299 4.402.463 6.435c.653 1.741 1.961 3.647 3.681 5.366 1.762 1.759 3.721 3.089 5.517 3.745 1.778.649 3.668.729 5.007-.608l.873-.872a1.562 1.562 0 00-.247-2.411zm-2.762-1.526l2.372 2.015c.011.01.023.018.035.026a.936.936 0 01.159 1.454l-.064.065-4.048-3.028.395-.394a.934.934 0 011.151-.138zm-8.463-9.07l.01.014 1.714 2.381a.931.931 0 01-.132 1.159l-.383.382L2.54.973l.073-.074a.94.94 0 011.456.16zm5.806 13.9c-1.712-.625-3.59-1.904-5.288-3.6-1.659-1.657-2.916-3.484-3.538-5.143-.467-1.246-.781-2.974.379-4.132l.662-.662 2.738 4.023-.462.462a.931.931 0 00-.214.994c.099.405.553 1.246 1.011 1.865.675.911 1.899 2.171 3.901 2.998a.936.936 0 001.022-.203l.454-.453 4.047 3.027-.361.361c-1.243 1.241-3.052.937-4.351.463z'/%3E%3C/svg%3E");
}
/* Fonts */
* {
  box-sizing: border-box;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
input,
textarea,
p,
body,
span {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
a,
svg,
path {
  transition: all 0.15s ease-in-out;
}
div,
article,
section,
img,
main,
input,
textarea {
  display: block;
}
input,
textarea,
img,
a,
option,
select,
button,
div {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
html {
  font-size: 10px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
body {
  font-size: 1.7rem;
  color: #2d343b;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
p {
  line-height: 1.5em;
}
.content {
  width: 100%;
  padding: 0 3rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.content--regular {
  max-width: calc(1200px  +  2*3rem);
}
.content--smaller {
  max-width: calc(900px  +  2*3rem);
}
.content--news {
  max-width: calc(140rem  +  2*3rem);
}
.content--bigger {
  max-width: calc(1720px  +  2*3rem);
}
.section {
  position: relative;
  z-index: 2;
}
.section--max-width {
  max-width: 256rem;
  margin: 0 auto;
}
.section--background {
  background-color: #f4f4f4;
}
.section--normal {
  padding: 6rem 0;
}
.section--smaller {
  padding: 4rem 0;
}
.section--no-top {
  padding: 1px 0 6rem 0;
}
.section--no-top-smaller {
  padding: 1px 0 4rem 0;
}
.section--no-bottom {
  padding: 6rem 0 1px 0;
}
.section--top-image {
  padding-top: 1px;
}
.section--top-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  bottom: auto;
  height: 6rem;
  background: #fff;
}
.absolute-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.two-columns {
  display: flex;
  margin: -3rem;
}
.two-columns--center {
  align-items: center;
}
.two-columns .column {
  flex-basis: calc(50% - 6rem);
  margin: 3rem;
}
.button,
.global-style .wp-block-button__link,
#cookie-notice .button {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  border-radius: 2rem;
  border: none;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  background-color: #c1273f;
  box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.25);
}
.button:hover,
.global-style .wp-block-button__link:hover,
#cookie-notice .button:hover {
  background-color: #153d8a;
  color: #fff;
}
.button--outside::after,
.global-style .wp-block-button__link--outside::after,
#cookie-notice .button--outside::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 283.922 283.922' fill='%23fff'%3E%3Cpath d='M266.422 0h-97.625c-9.65 0-17.5 7.851-17.5 17.5 0 9.649 7.85 17.5 17.5 17.5h55.377l-92.375 92.374a17.378 17.378 0 00-5.127 12.375c0 4.676 1.819 9.069 5.125 12.371a17.374 17.374 0 0012.375 5.13c4.674 0 9.069-1.82 12.376-5.127l92.374-92.375v55.377c0 9.649 7.851 17.5 17.5 17.5 9.649 0 17.5-7.851 17.5-17.5V17.5c0-9.649-7.851-17.5-17.5-17.5z'/%3E%3Cpath d='M201.137 253.922H30V82.785h128.711l30-30H15c-8.284 0-15 6.716-15 15v201.137c0 8.284 6.716 15 15 15h201.137c8.284 0 15-6.716 15-15V95.211l-30 30v128.711z'/%3E%3C/svg%3E") center / contain no-repeat;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
}
.button-wrapper {
  text-align: center;
  margin-top: 2rem;
}
.button-wrapper--margin-top {
  margin-top: 5rem;
}
.section-title {
  font-size: 4.4rem;
  line-height: 1.2em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-weight: 900;
  text-align: center;
}
.section-title--white {
  color: #fff;
  text-shadow: 0.2rem 0.8rem 2rem rgba(0, 0, 0, 0.5);
}
.section-title--no-subheading {
  margin-bottom: 4rem;
  color: #c1273f;
}
.section-subheading {
  font-size: 1.6rem;
  line-height: 1.6 / 1.2em;
  color: #c1273f;
  text-transform: uppercase;
  margin-top: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-weight: 900;
  display: block;
  text-align: center;
}
.section-subheading--white {
  color: #fcf5e9;
  text-shadow: 0.1rem 0.4rem 1rem rgba(0, 0, 0, 0.5);
}
.section-subheading--margin-bottom {
  margin-bottom: 4rem;
}
.section-image {
  max-width: 20rem;
  max-height: 12rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.section-text {
  margin: 0 auto;
  margin-top: 4rem;
  text-align: center;
  max-width: 90rem;
  font-size: 1.8rem;
}
.global-style > *:first-child {
  margin-top: 0;
}
.global-style > *:last-child {
  margin-bottom: 0;
}
.global-style p {
  margin: 2rem 0;
}
.global-style p a,
.global-style li a,
.global-style table a,
.global-style .wp-block-file a:not(.wp-block-file__button) {
  color: #c1273f;
  text-decoration: underline;
  font-weight: 700;
}
.global-style p a:hover,
.global-style li a:hover,
.global-style table a:hover,
.global-style .wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: none;
}
.global-style strong {
  font-weight: 700;
}
.global-style .has-small-font-size {
  font-size: 1.4rem;
}
.global-style .has-medium-font-size {
  font-size: 2rem;
}
.global-style .has-large-font-size {
  font-size: 2.4rem;
}
.global-style .has-huge-font-size {
  font-size: 2.8rem;
}
.global-style p {
  margin: 2rem 0;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.global-style hr {
  border: 0;
  height: 1px;
  background: #2d343b;
  clear: both;
  margin: 2rem 0;
}
.global-style h2,
.global-style h3,
.global-style h4,
.global-style h5 {
  color: #c1273f;
  line-height: 1.1em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.global-style h2 {
  font-size: 3.2rem;
  margin: 3rem 0;
  font-weight: 900;
}
.global-style h3 {
  font-size: 2.8rem;
  margin: 2.5rem 0;
}
.global-style h4 {
  font-size: 2.4rem;
  margin: 2.5rem 0;
}
.global-style ol:not([class]),
.global-style ul:not([class]) {
  counter-reset: item;
  list-style: none;
  margin: 2rem 0;
  font-size: 1.8rem;
  line-height: 2.2 / 1.8em;
  padding-left: 0;
}
.global-style ol:not([class]) li,
.global-style ul:not([class]) li {
  padding-left: 2.4rem;
  position: relative;
  line-height: 1.5em;
}
.global-style ol:not([class]) li:not(:last-of-type),
.global-style ul:not([class]) li:not(:last-of-type) {
  padding-bottom: 0.8rem;
}
.global-style ul:not([class]) li::before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-width: 0.3rem;
  border-style: solid;
}
.global-style ul li::before {
  border-color: #c1273f;
}
.global-style ol li::before {
  color: #c1273f;
}
.global-style ol:not([class]) li {
  padding-left: 2rem;
}
.global-style ol:not([class]) li::before {
  counter-increment: item;
  content: counter(item) '. ';
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 2;
}
.global-style blockquote {
  border-left: 0.4rem solid #c1273f;
  margin: 3rem 0;
  padding: 2rem 3rem;
}
.global-style blockquote p {
  font-size: 1.8rem;
  margin: 0;
}
.global-style blockquote cite {
  color: #666;
  margin-top: 2rem;
  display: block;
}
.global-style .wpmf-gallerys {
  margin-top: 1rem;
}
.wp-block-table {
  margin: 2rem 0;
  overflow: inherit;
}
.wp-block-table table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 2rem 0;
  border: 1px solid #eee;
}
.wp-block-table td {
  background: #f2f2f2;
  padding: 1rem 1.6rem;
}
.wp-block-table tr:nth-of-type(even) td {
  background: #fcfcfc;
}
.wp-block-table th {
  font-weight: 700;
  background: #c1273f;
  color: #fff;
  padding: 1rem 1.6rem;
  text-align: left;
  border-top: 0;
  border-bottom: 2px solid #2d343b;
}
.benefits-list {
  padding: 2rem;
  font-size: 2rem;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
  border: 2px solid #c1273f;
  margin-bottom: 3rem;
}
.benefits-list li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.main-conditions {
  padding: 2rem;
  font-size: 2rem;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
  border: 2px solid #c1273f;
  margin-bottom: 3rem;
  margin-top: 3rem;
  counter-reset: item;
  list-style: none;
  margin: 2rem 0;
  font-size: 1.8rem;
  line-height: 2.2 / 1.8em;
  padding-left: 0;
}
.main-conditions li {
  padding-left: 4rem;
  position: relative;
  line-height: 1.5em;
}
.main-conditions li::before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  position: absolute;
  left: 2rem;
  top: 1rem;
  border-width: 0.3rem;
  border-style: solid;
}
.main-conditions li:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.reasons .wp-block-image {
  width: 100%;
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.reasons .wp-block-image img {
  width: 100%;
  max-height: 8rem;
}
.reasons p {
  font-size: 1.6rem;
}
.wp-block-gallery.aligncenter {
  justify-content: center;
}
.wp-block-gallery.aligncenter .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-video {
  font-size: 0;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
:root {
  --icon-error: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='22'%3E%3Cpath fill-rule='evenodd' fill='%23000' d='M2 15a2 2 0 01-2-2V1.999a2 2 0 014 0V13a2 2 0 01-2 2zm0 3a2 2 0 110 4 2 2 0 010-4z'/%3E%3C/svg%3E");
  --icon-success: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.6 12.8'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M12.9 1.6l-7.2 9.7-4.1-4.9'/%3E%3C/svg%3E");
  --icon-loading: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23000'%3E%3Cpath d='M463.702 162.655L442.491 14.164c-1.744-12.174-16.707-17.233-25.459-8.481l-30.894 30.894C346.411 12.612 301.309 0 254.932 0 115.464 0 3.491 109.16.005 248.511c-.19 7.617 5.347 14.15 12.876 15.234l59.941 8.569c8.936 1.304 17.249-5.712 17.125-15.058C88.704 165.286 162.986 90 254.932 90c22.265 0 44.267 4.526 64.6 13.183l-29.78 29.78c-8.697 8.697-3.761 23.706 8.481 25.459l148.491 21.211c9.784 1.475 18.381-7.034 16.978-16.978zM499.117 249.412l-59.897-8.555c-7.738-.98-17.124 5.651-17.124 16.143 0 90.981-74.019 165-165 165a165.207 165.207 0 01-64.306-13.052l28.828-28.828c8.697-8.697 3.761-23.706-8.481-25.459L64.646 333.435c-9.753-1.393-18.39 6.971-16.978 16.978l21.21 148.492c1.746 12.187 16.696 17.212 25.459 8.481l31.641-31.626C165.514 499.505 210.587 512 257.096 512c138.794 0 250.752-108.618 254.897-247.28.22-7.632-5.317-14.224-12.876-15.308z'/%3E%3C/svg%3E");
  --color-white: #fff;
  --transition: all 0.3s ease-in-out;
}
body.no-scroll {
  overflow: hidden;
}
body {
  margin-top: 11rem;
}
.search-form {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(244, 244, 244, 0.95);
  overflow-x: auto;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  scrollbar-color: #d53b53 #ad132b;
  scrollbar-width: thin;
}
.search-form::-webkit-scrollbar {
  width: 1rem;
  background: #df455d;
}
.search-form::-webkit-scrollbar-thumb {
  background: #ad132b;
  border-radius: 0.4rem;
}
.search-form.visible {
  opacity: 1;
  visibility: visible;
}
.search-form__inside-wrapper {
  padding: 2rem 0 4rem 0;
}
.search-form__form {
  max-width: 60rem;
  margin: 0 auto;
}
.mobile-menu {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f4f4f4;
  overflow-x: auto;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: none;
  scrollbar-color: #d53b53 #ad132b;
  scrollbar-width: thin;
}
.mobile-menu::-webkit-scrollbar {
  width: 1rem;
  background: #df455d;
}
.mobile-menu::-webkit-scrollbar-thumb {
  background: #ad132b;
  border-radius: 0.4rem;
}
.mobile-menu__wrapper {
  padding: 8rem 0 4rem 0;
  text-align: center;
}
.mobile-menu.visible {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-wrapper li {
  display: block;
  text-align: center;
}
.mobile-menu-wrapper li.current-menu-item a {
  color: #c1273f;
}
.mobile-menu-wrapper a {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  font-weight: 900;
  padding: 1rem 2rem;
  color: #2d343b;
}
.mobile-menu-wrapper a:hover {
  color: #153d8a;
}
.mobile-menu__links {
  text-align: center;
  margin-top: 2rem;
}
.mobile-menu__links .links {
  margin: 0 auto;
  background-color: #ddd;
}
.mobile-menu__logo {
  display: inline-block;
  margin-bottom: 2rem;
}
.mobile-menu__logo img {
  width: 28.5rem;
  height: 4rem;
  margin: 0 auto;
}
.close-search,
.close-mobile-menu {
  background: url("data:image/svg+xml,%3Csvg height='311pt' viewBox='0 0 311 311.077' width='311pt' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M16.035 311.078c-4.097 0-8.195-1.558-11.308-4.695-6.25-6.25-6.25-16.383 0-22.633L283.789 4.687c6.25-6.25 16.383-6.25 22.633 0s6.25 16.383 0 22.637L27.363 306.383a16.045 16.045 0 01-11.328 4.695zm0 0'/%3E%3Cpath d='M295.117 311.078a15.879 15.879 0 01-11.308-4.695L4.727 27.324c-6.25-6.254-6.25-16.386 0-22.636s16.382-6.25 22.636 0L306.422 283.75c6.25 6.25 6.25 16.383 0 22.633-3.137 3.117-7.23 4.695-11.305 4.695zm0 0'/%3E%3C/svg%3E") center / contain no-repeat;
  width: 4rem;
  height: 4rem;
  position: absolute;
  z-index: 5;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.close-search:hover,
.close-mobile-menu:hover {
  background: url("data:image/svg+xml,%3Csvg height='311pt' viewBox='0 0 311 311.077' width='311pt' xmlns='http://www.w3.org/2000/svg' fill='%23c1273f'%3E%3Cpath d='M16.035 311.078c-4.097 0-8.195-1.558-11.308-4.695-6.25-6.25-6.25-16.383 0-22.633L283.789 4.687c6.25-6.25 16.383-6.25 22.633 0s6.25 16.383 0 22.637L27.363 306.383a16.045 16.045 0 01-11.328 4.695zm0 0'/%3E%3Cpath d='M295.117 311.078a15.879 15.879 0 01-11.308-4.695L4.727 27.324c-6.25-6.254-6.25-16.386 0-22.636s16.382-6.25 22.636 0L306.422 283.75c6.25 6.25 6.25 16.383 0 22.633-3.137 3.117-7.23 4.695-11.305 4.695zm0 0'/%3E%3C/svg%3E") center / contain no-repeat;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.loading-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7.5rem;
  height: 4rem;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}
.loading-icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  animation: spin 1s linear infinite;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23c1273f'%3E%3Cpath d='M463.702 162.655L442.491 14.164c-1.744-12.174-16.707-17.233-25.459-8.481l-30.894 30.894C346.411 12.612 301.309 0 254.932 0 115.464 0 3.491 109.16.005 248.511c-.19 7.617 5.347 14.15 12.876 15.234l59.941 8.569c8.936 1.304 17.249-5.712 17.125-15.058C88.704 165.286 162.986 90 254.932 90c22.265 0 44.267 4.526 64.6 13.183l-29.78 29.78c-8.697 8.697-3.761 23.706 8.481 25.459l148.491 21.211c9.784 1.475 18.381-7.034 16.978-16.978zM499.117 249.412l-59.897-8.555c-7.738-.98-17.124 5.651-17.124 16.143 0 90.981-74.019 165-165 165a165.207 165.207 0 01-64.306-13.052l28.828-28.828c8.697-8.697 3.761-23.706-8.481-25.459L64.646 333.435c-9.753-1.393-18.39 6.971-16.978 16.978l21.21 148.492c1.746 12.187 16.696 17.212 25.459 8.481l31.641-31.626C165.514 499.505 210.587 512 257.096 512c138.794 0 250.752-108.618 254.897-247.28.22-7.632-5.317-14.224-12.876-15.308z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.loading-icon.visible {
  opacity: 1;
  visibility: visible;
}
.whisperer__section-title {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #2d343b;
  font-size: 3rem;
  margin-top: 4rem;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
}
.whisperer .products {
  margin-top: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.whisperer .products__item {
  box-shadow: 0.1rem 0.3rem 0.8rem rgba(0, 0, 0, 0.1);
}
.whisperer .products__image {
  max-height: 10rem;
  height: 10rem;
}
.whisperer .products__image img {
  max-height: 10rem;
  width: auto;
}
.whisperer .products__title {
  font-size: 1.6rem;
  line-height: 1.2em;
}
.top-bar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.15s ease-in-out;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.top-bar.smaller {
  background-color: #f4f4f4;
  box-shadow: 0.1rem 0.3rem 0.8rem rgba(0, 0, 0, 0.1);
}
.top-bar.smaller .menu {
  padding-top: 1.4rem;
}
.top-bar.smaller .links {
  top: -3rem;
  opacity: 0;
  visibility: hidden;
}
.top-bar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  height: 5rem;
  width: 28.5rem;
}
.links {
  background-color: #fcf5e9;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding: 0.4rem 2.5rem 0.6rem;
  margin-left: auto;
  transition: all 0.15s ease-in-out;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1240px) {
  .links {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
}
.links__wrapper a,
.links__wrapper div {
  font-size: 1.4rem;
  color: #2d343b;
  font-weight: 500;
  display: inline-block;
  line-height: 1.6 / 1.4em;
  transition: all 0.15s ease-in-out;
}
.links__wrapper a:hover,
.links__wrapper div:hover {
  color: #c1273f;
}
.links__phone {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-rule='evenodd' fill='%23C1273F' d='M15.294 11.655l-2.375-2.018c-.011-.009-.022-.018-.035-.025a1.554 1.554 0 00-1.945.213l-1.295 1.294a.315.315 0 01-.341.068c-1.462-.605-2.663-1.514-3.57-2.704-.691-.907-.941-1.628-.974-1.73a.31.31 0 00-.019-.064.311.311 0 01.068-.34l1.295-1.294c.522-.522.61-1.321.214-1.944l-.01-.014L4.592.715A1.566 1.566 0 002.171.457l-.259.26h-.001l-.925.925C-.119 2.745-.299 4.402.463 6.435c.653 1.741 1.961 3.647 3.681 5.366 1.762 1.759 3.721 3.089 5.517 3.745 1.778.649 3.668.729 5.007-.608l.873-.872a1.562 1.562 0 00-.247-2.411zm-2.762-1.526l2.372 2.015c.011.01.023.018.035.026a.936.936 0 01.159 1.454l-.064.065-4.048-3.028.395-.394a.934.934 0 011.151-.138zm-8.463-9.07l.01.014 1.714 2.381a.931.931 0 01-.132 1.159l-.383.382L2.54.973l.073-.074a.94.94 0 011.456.16zm5.806 13.9c-1.712-.625-3.59-1.904-5.288-3.6-1.659-1.657-2.916-3.484-3.538-5.143-.467-1.246-.781-2.974.379-4.132l.662-.662 2.738 4.023-.462.462a.931.931 0 00-.214.994c.099.405.553 1.246 1.011 1.865.675.911 1.899 2.171 3.901 2.998a.936.936 0 001.022-.203l.454-.453 4.047 3.027-.361.361c-1.243 1.241-3.052.937-4.351.463z'/%3E%3C/svg%3E") left center / auto 1.6rem no-repeat;
  padding-left: 2.4rem;
}
.links__eshop {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16'%3E%3Cpath fill-rule='evenodd' fill='%23C1273F' d='M15.928 8.629a.529.529 0 01-.498.437l-9.489.429.311 1.171h8.092a.533.533 0 010 1.067h-8.5a.53.53 0 01-.513-.396L2.599 1.066H.531A.532.532 0 01.531 0h2.476a.53.53 0 01.513.395l.462 1.738h12.487a.533.533 0 01.522.629l-1.063 5.867zM4.266 3.2l1.393 5.24 9.301-.42.873-4.82H4.266zm9.016 4.266a.533.533 0 01-.532-.533V4.8a.533.533 0 111.063 0v2.133a.532.532 0 01-.531.533zm-3.188 0a.532.532 0 01-.531-.533V4.8c0-.295.238-.534.531-.534.293 0 .531.239.531.534v2.133a.532.532 0 01-.531.533zm-3.188 0a.532.532 0 01-.531-.533V4.8a.533.533 0 111.063 0v2.133a.533.533 0 01-.532.533zm0 5.334c.879 0 1.594.717 1.594 1.6 0 .882-.715 1.6-1.594 1.6a1.599 1.599 0 01-1.593-1.6c0-.883.715-1.6 1.593-1.6zm0 2.133a.533.533 0 10-.001-1.065.533.533 0 00.001 1.065zm6.376-2.133c.878 0 1.593.717 1.593 1.6 0 .882-.715 1.6-1.593 1.6a1.599 1.599 0 01-1.594-1.6c0-.883.715-1.6 1.594-1.6zm0 2.133a.532.532 0 10-.003-1.065.532.532 0 00.003 1.065z'/%3E%3C/svg%3E") left center / auto 1.6rem no-repeat;
  padding-left: 2.4rem;
  margin-left: 2rem;
}
.links__career {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 -31 512 512' xmlns='http://www.w3.org/2000/svg' fill='%23c1273f'%3E%3Cpath d='M497.094 60.004c-.031 0-.063-.004-.094-.004H361V45c0-24.813-20.188-45-45-45H196c-24.813 0-45 20.188-45 45v15H15C6.648 60 0 66.844 0 75v330c0 24.813 20.188 45 45 45h422c24.813 0 45-20.188 45-45V75.316v-.058c-.574-9.852-6.633-15.2-14.906-15.254zM181 45c0-8.27 6.73-15 15-15h120c8.27 0 15 6.73 15 15v15H181zm295.188 45l-46.583 139.742A14.975 14.975 0 01415.38 240H331v-15c0-8.285-6.715-15-15-15H196c-8.285 0-15 6.715-15 15v15H96.621a14.975 14.975 0 01-14.226-10.258L35.813 90zM301 240v30h-90v-30zm181 165c0 8.27-6.73 15-15 15H45c-8.27 0-15-6.73-15-15V167.434l23.934 71.796A44.935 44.935 0 0096.62 270H181v15c0 8.285 6.715 15 15 15h120c8.285 0 15-6.715 15-15v-15h84.379a44.935 44.935 0 0042.687-30.77L482 167.434zm0 0'/%3E%3C/svg%3E") left center / auto 1.6rem no-repeat;
  padding-left: 2.4rem;
  margin-left: 2rem;
}
.links__search {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23c1273f'%3E%3Cpath d='M141.367 116.518c-7.384-7.39-19.364-7.39-26.748 0-27.416 27.416-40.891 65.608-36.975 104.79.977 9.761 9.2 17.037 18.803 17.037.631 0 1.267-.032 1.898-.095 10.398-1.04 17.983-10.316 16.943-20.707-2.787-27.845 6.722-54.92 26.079-74.278 7.39-7.383 7.39-19.364 0-26.747z'/%3E%3Cpath d='M216.276 0C97.021 0 0 97.021 0 216.276s97.021 216.276 216.276 216.276 216.276-97.021 216.276-216.276S335.53 0 216.276 0zm0 394.719c-98.396 0-178.443-80.047-178.443-178.443S117.88 37.833 216.276 37.833c98.39 0 178.443 80.047 178.443 178.443s-80.047 178.443-178.443 178.443z'/%3E%3Cpath d='M506.458 479.71L368.999 342.252c-7.39-7.39-19.358-7.39-26.748 0-7.39 7.384-7.39 19.364 0 26.748L479.71 506.458A18.848 18.848 0 00493.084 512c4.843 0 9.679-1.847 13.374-5.542 7.389-7.384 7.389-19.364 0-26.748z'/%3E%3C/svg%3E") left center / auto 1.6rem no-repeat;
  padding-left: 2.4rem;
  margin-left: 2rem;
  cursor: pointer;
}
.link-socials {
  margin-left: 2rem;
  top: 0.4rem;
}
.link-socials__item {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
}
.link-socials__item:not(:last-of-type) {
  margin-right: 1rem;
}
.link-socials__item--facebook {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.605 48.605' fill='%232d343b'%3E%3Cpath d='M34.094 8.688h4.756V.005h-8.643c-.721-.03-9.51-.198-11.788 8.489-.033.091-.761 2.157-.761 6.983l-7.903.024v9.107l7.913-.023v24.021h12.087v-24h8v-9.131h-8v-2.873c0-1.786.753-3.914 4.339-3.914zm1.661 8.786v5.131h-8v24h-8.087V22.579l-7.913.023v-5.107l7.934-.023-.021-1.017c-.104-5.112.625-7.262.658-7.365 1.966-7.482 9.473-7.106 9.795-7.086l6.729.002v4.683h-2.756c-4.673 0-6.338 3.054-6.338 5.912v4.873h7.999z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.link-socials__item--facebook:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.605 48.605' fill='%23c1273f'%3E%3Cpath d='M34.094 8.688h4.756V.005h-8.643c-.721-.03-9.51-.198-11.788 8.489-.033.091-.761 2.157-.761 6.983l-7.903.024v9.107l7.913-.023v24.021h12.087v-24h8v-9.131h-8v-2.873c0-1.786.753-3.914 4.339-3.914zm1.661 8.786v5.131h-8v24h-8.087V22.579l-7.913.023v-5.107l7.934-.023-.021-1.017c-.104-5.112.625-7.262.658-7.365 1.966-7.482 9.473-7.106 9.795-7.086l6.729.002v4.683h-2.756c-4.673 0-6.338 3.054-6.338 5.912v4.873h7.999z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.link-socials__item--instagram {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 512.001 512.001' xmlns='http://www.w3.org/2000/svg' fill='%232d343b'%3E%3Cpath d='M373.406 0H138.594C62.172 0 0 62.172 0 138.594V373.41C0 449.828 62.172 512 138.594 512H373.41C449.828 512 512 449.828 512 373.41V138.594C512 62.172 449.828 0 373.406 0zm108.578 373.41c0 59.867-48.707 108.574-108.578 108.574H138.594c-59.871 0-108.578-48.707-108.578-108.574V138.594c0-59.871 48.707-108.578 108.578-108.578H373.41c59.867 0 108.574 48.707 108.574 108.578zm0 0'/%3E%3Cpath d='M256 116.004c-77.195 0-139.996 62.8-139.996 139.996S178.804 395.996 256 395.996 395.996 333.196 395.996 256 333.196 116.004 256 116.004zm0 249.976c-60.64 0-109.98-49.335-109.98-109.98 0-60.64 49.34-109.98 109.98-109.98 60.645 0 109.98 49.34 109.98 109.98 0 60.645-49.335 109.98-109.98 109.98zm0 0M399.344 66.285c-22.813 0-41.367 18.559-41.367 41.367 0 22.813 18.554 41.371 41.367 41.371s41.37-18.558 41.37-41.37-18.558-41.368-41.37-41.368zm0 52.719c-6.258 0-11.352-5.094-11.352-11.352 0-6.261 5.094-11.351 11.352-11.351 6.261 0 11.355 5.09 11.355 11.351 0 6.258-5.094 11.352-11.355 11.352zm0 0'/%3E%3C/svg%3E") center / contain no-repeat;
}
.link-socials__item--instagram:hover {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 512.001 512.001' xmlns='http://www.w3.org/2000/svg' fill='%23c1273f'%3E%3Cpath d='M373.406 0H138.594C62.172 0 0 62.172 0 138.594V373.41C0 449.828 62.172 512 138.594 512H373.41C449.828 512 512 449.828 512 373.41V138.594C512 62.172 449.828 0 373.406 0zm108.578 373.41c0 59.867-48.707 108.574-108.578 108.574H138.594c-59.871 0-108.578-48.707-108.578-108.574V138.594c0-59.871 48.707-108.578 108.578-108.578H373.41c59.867 0 108.574 48.707 108.574 108.578zm0 0'/%3E%3Cpath d='M256 116.004c-77.195 0-139.996 62.8-139.996 139.996S178.804 395.996 256 395.996 395.996 333.196 395.996 256 333.196 116.004 256 116.004zm0 249.976c-60.64 0-109.98-49.335-109.98-109.98 0-60.64 49.34-109.98 109.98-109.98 60.645 0 109.98 49.34 109.98 109.98 0 60.645-49.335 109.98-109.98 109.98zm0 0M399.344 66.285c-22.813 0-41.367 18.559-41.367 41.367 0 22.813 18.554 41.371 41.367 41.371s41.37-18.558 41.37-41.37-18.558-41.368-41.37-41.368zm0 52.719c-6.258 0-11.352-5.094-11.352-11.352 0-6.261 5.094-11.351 11.352-11.351 6.261 0 11.355 5.09 11.355 11.351 0 6.258-5.094 11.352-11.355 11.352zm0 0'/%3E%3C/svg%3E") center / contain no-repeat;
}
.menu {
  padding: 5.4rem 0 1.4rem;
  transition: all 0.15s ease-in-out;
}
.menu li {
  display: inline-block;
}
.menu li.current-menu-item a {
  background-color: #c1273f;
  color: #fff;
}
.menu li.current-menu-item a:hover {
  background-color: #153d8a;
}
.menu a {
  display: block;
  padding: 0.6rem 1.6rem;
  border-radius: 2rem;
  font-size: 1.8rem;
  color: #2d343b;
  font-weight: 700;
}
.menu a:hover {
  background-color: #153d8a;
  color: #fff;
}
.menu a[target="_blank"]::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 283.922 283.922' fill='%232d343b'%3E%3Cpath d='M266.422 0h-97.625c-9.65 0-17.5 7.851-17.5 17.5 0 9.649 7.85 17.5 17.5 17.5h55.377l-92.375 92.374a17.378 17.378 0 00-5.127 12.375c0 4.676 1.819 9.069 5.125 12.371a17.374 17.374 0 0012.375 5.13c4.674 0 9.069-1.82 12.376-5.127l92.374-92.375v55.377c0 9.649 7.851 17.5 17.5 17.5 9.649 0 17.5-7.851 17.5-17.5V17.5c0-9.649-7.851-17.5-17.5-17.5z'/%3E%3Cpath d='M201.137 253.922H30V82.785h128.711l30-30H15c-8.284 0-15 6.716-15 15v201.137c0 8.284 6.716 15 15 15h201.137c8.284 0 15-6.716 15-15V95.211l-30 30v128.711z'/%3E%3C/svg%3E") center / contain no-repeat;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
  transition: all 0.15s ease-in-out;
}
.menu a[target="_blank"]:hover::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 283.922 283.922' fill='%23fff'%3E%3Cpath d='M266.422 0h-97.625c-9.65 0-17.5 7.851-17.5 17.5 0 9.649 7.85 17.5 17.5 17.5h55.377l-92.375 92.374a17.378 17.378 0 00-5.127 12.375c0 4.676 1.819 9.069 5.125 12.371a17.374 17.374 0 0012.375 5.13c4.674 0 9.069-1.82 12.376-5.127l92.374-92.375v55.377c0 9.649 7.851 17.5 17.5 17.5 9.649 0 17.5-7.851 17.5-17.5V17.5c0-9.649-7.851-17.5-17.5-17.5z'/%3E%3Cpath d='M201.137 253.922H30V82.785h128.711l30-30H15c-8.284 0-15 6.716-15 15v201.137c0 8.284 6.716 15 15 15h201.137c8.284 0 15-6.716 15-15V95.211l-30 30v128.711z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.menu-links {
  text-align: right;
}
.hp-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 2rem);
  z-index: 5;
  color: transparent;
  border: none;
}
.hp-slider .slick-prev {
  left: 2rem;
}
.hp-slider .slick-next {
  right: 2rem;
}
.hp-slider.slick-initialized .slick-slide {
  padding: 0;
  height: 100% !important;
}
.hp-header {
  --banner-padding: clamp(20px, 7cqw, 100px);
  padding: var(--banner-padding);
  display: flex;
  align-items: flex-end;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  border-radius: 3rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.hp-header--only-image {
  min-height: inherit;
  padding: 0 !important;
}
.hp-header__wrapper {
  max-width: 90rem;
  z-index: 5;
  position: absolute;
  left: var(--banner-padding);
  bottom: var(--banner-padding);
}
.hp-header__title {
  font-size: 8.4rem;
  line-height: 9 / 8em;
  color: #fff;
  text-shadow: 0.2rem 0.6rem 1.5rem rgba(0, 0, 0, 0.5);
  font-weight: 900;
}
.hp-header__text {
  font-size: 2.4rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5em;
  max-width: 60rem;
  margin-top: 4rem;
  text-shadow: 0rem 0.3rem 0.8rem rgba(0, 0, 0, 0.5);
}
.hp-header__button {
  margin-top: 3rem;
  box-shadow: 0rem 0.3rem 0.8rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .hp-header {
    border-radius: 10px;
  }
}
.our-brands {
  display: flex;
  align-items: center;
}
.our-brands__wrapper {
  padding: 8rem 0 4rem;
}
.our-brands__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  flex-grow: 1;
  margin-left: 6rem;
}
.our-brands__item {
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  min-height: 16rem;
}
.our-brands__item:hover {
  background-color: #fcf5e9;
}
.our-brands__item:hover img {
  transform: scale(1.05);
}
.our-brands__item img {
  max-width: 20rem;
  width: 100%;
  height: auto;
  transition: all 0.15s ease-in-out;
}
.background-box {
  background-color: #fcf5e9;
  border-radius: 2rem;
  padding: 6rem 5rem;
  max-width: 44rem;
}
.background-box__title {
  font-size: 4.4rem;
  line-height: 6 / 4.4em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-weight: 900;
}
.background-box__subheading {
  font-size: 1.6rem;
  line-height: 1.6 / 1.2em;
  color: #c1273f;
  text-transform: uppercase;
  margin-top: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-weight: 900;
  display: block;
}
.background-box__text {
  margin-top: 3rem;
}
.background-box p {
  font-size: 1.8rem;
  line-height: 1.5em;
}
.background-box__image {
  max-width: 24rem;
  max-height: 12rem;
  margin: -10rem auto 2rem;
}
.section-career::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  top: 0%;
  bottom: -20%;
  background-color: #f4f4f4;
  transform: skewY(-3deg);
}
.career {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.career__item {
  text-align: center;
}
.career__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #c1273f;
  font-weight: 900;
}
.career__image {
  margin: 2rem auto;
  max-height: 8rem;
}
.hp-news {
  background-color: #f4f4f4;
  padding: 4rem 0 8rem;
}
.hp-news__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 7rem 7rem 5rem 7rem;
  background: url(../img/white-table.jpg) center / cover no-repeat;
  border-radius: 4rem;
}
.hp-news__items-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 4rem -1.5rem 0;
}
.hp-news__items-wrapper--no-margin {
  margin-top: 2rem;
}
.hp-news__items-wrapper .hp-news__item {
  flex-basis: calc(33.33% - 3rem);
  margin: 1.5rem;
}
.hp-news__slider-wrapper {
  margin-left: 3rem;
  max-width: 79rem;
  margin-top: -2rem;
}
.hp-news .slick-slide {
  padding: 2rem 1.5rem;
}
.hp-news .slick-list {
  margin: 0 -1.5rem;
}
.hp-news .slick-slide {
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.hp-news .slick-active {
  opacity: 1;
}
.hp-news__item {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: block;
}
.hp-news__item:hover {
  box-shadow: 0.3rem 0.6rem 2rem rgba(0, 0, 0, 0.25);
}
.hp-news__item:hover .hp-news__title {
  color: #c1273f;
}
.hp-news__image {
  min-height: 18rem;
}
.hp-news__content {
  padding: 2rem;
}
.hp-news__title {
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #2d343b;
  line-height: 2.5 / 2em;
  margin-bottom: 1.5rem;
  transition: all 0.15s ease-in-out;
}
.hp-news__text {
  font-size: 1.5rem;
  color: #2d343b;
  line-height: 2.1 / 1.5em;
}
.hp-news .background-box {
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.hp-news .button-wrapper {
  margin-top: -2.5rem;
  z-index: 3;
}
.js-slick-arrows {
  text-align: right;
}
.slick-arrows-recipes {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: -2rem;
}
.slick-arrow {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  display: inline-block !important;
  cursor: pointer;
  background-color: #c1273f;
  transition: all 0.15s ease-in-out;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492 492' fill='%23fff'%3E%3Cpath d='M198.608 246.104L382.664 62.04c5.068-5.056 7.856-11.816 7.856-19.024 0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12C361.476 2.792 354.712 0 347.504 0s-13.964 2.792-19.028 7.864L109.328 227.008c-5.084 5.08-7.868 11.868-7.848 19.084-.02 7.248 2.76 14.028 7.848 19.112l218.944 218.932c5.064 5.072 11.82 7.864 19.032 7.864 7.208 0 13.964-2.792 19.032-7.864l16.124-16.12c10.492-10.492 10.492-27.572 0-38.06L198.608 246.104z'/%3E%3C/svg%3E") center / auto 2.2rem no-repeat;
}
.slick-arrow:hover {
  background-color: #153d8a;
}
.slick-next {
  margin-left: 1rem;
}
.slick-next::before {
  transform: rotate(180deg);
}
.slick-disabled {
  background-color: #999 !important;
  cursor: not-allowed;
}
.recipes {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: -1.5rem;
  margin-top: 4rem;
}
.recipes--search {
  flex-wrap: wrap;
}
.recipes__item {
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
  flex-basis: calc(33.33% - 3rem);
  margin: 1.5rem;
  background-color: #fff;
  min-height: 100%;
}
.recipes__item:hover {
  box-shadow: 0.3rem 0.6rem 2rem rgba(0, 0, 0, 0.25);
}
.recipes__item:hover .recipes__title {
  color: #c1273f;
}
.recipes__image {
  min-height: 18rem;
}
.recipes__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 18rem);
}
.recipes__title {
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #2d343b;
  line-height: 2.5 / 2em;
  margin-bottom: 1.5rem;
  transition: all 0.15s ease-in-out;
}
.recipes__text {
  font-size: 1.5rem;
  color: #2d343b;
  line-height: 2.1 / 1.5em;
}
.recipes__info {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #2d343b;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-weight: 500;
}
.recipes__time {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-rule='evenodd' fill='%2399866b' d='M8 16c-4.411 0-8-3.589-8-8 0-4.412 3.589-8 8-8s8 3.588 8 8c0 4.411-3.589 8-8 8zM8 1.239A6.77 6.77 0 001.239 8 6.77 6.77 0 008 14.761 6.77 6.77 0 0014.761 8 6.769 6.769 0 008 1.239zm2.478 9.289c-.13 0-.26-.04-.371-.124L7.628 8.545a.618.618 0 01-.248-.496V4.331a.619.619 0 011.24 0v3.408l2.23 1.674c.274.205.33.593.124.866a.613.613 0 01-.496.249z'/%3E%3C/svg%3E") left center / auto 1.4rem no-repeat;
  padding-left: 2rem;
}
.recipes__portions {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16'%3E%3Cpath fill-rule='evenodd' fill='%2399866b' d='M6.651 15.987a1.3 1.3 0 01-1.257-1.341l.23-6.611-.317-.884a8.08 8.08 0 01.107-5.747A2.238 2.238 0 017.499-.001c.148 0 .268.12.268.267v7.722l.232 6.658v.091a1.3 1.3 0 01-1.348 1.25zM7.231.553a1.7 1.7 0 00-1.32 1.049 7.547 7.547 0 00-.102 5.37l.271.755h1.151V.553zM7.24 8.26H6.151l-.221 6.404a.756.756 0 00.214.557c.306.3.797.3 1.103 0a.757.757 0 00.215-.557L7.24 8.26zm-4.269-.951l.215 7.339a1.31 1.31 0 01-1.358 1.35 1.308 1.308 0 01-1.266-1.35l.215-7.34a3.393 3.393 0 00-.36-1.619A3.954 3.954 0 010 3.93V1.332C.001.596.6 0 1.339-.001H2.41C3.15 0 3.749.596 3.749 1.332V3.93a3.943 3.943 0 01-.418 1.76 3.393 3.393 0 00-.36 1.619zm.243-5.977a.8.8 0 00-.536-.75V3.73h-.535V.532h-.536V3.73h-.536V.582a.797.797 0 00-.535.75V3.93c0 .528.124 1.048.361 1.52.291.581.434 1.225.415 1.873l-.214 7.339a.764.764 0 00.221.559.798.798 0 001.112 0 .761.761 0 00.22-.56l-.214-7.338a3.94 3.94 0 01.416-1.873 3.4 3.4 0 00.361-1.52V1.332z'/%3E%3C/svg%3E") left center / auto 1.4rem no-repeat;
  padding-left: 1.4rem;
}
.slick-initialized .slick-track {
  display: flex !important;
}
.slick-initialized .slick-slide {
  padding: 1rem;
  padding-bottom: 2.5rem;
  display: flex !important;
  height: inherit !important;
}
.slick-initialized .slick-slide > div {
  width: 100%;
}
.slick-initialized .recipes__item {
  margin: 0;
  height: 100%;
}
.slick-initialized .hp-news__item {
  height: 100%;
}
.section-questions {
  padding: 6rem 0 12rem;
  overflow: hidden;
}
.section-questions .button-wrapper {
  margin-top: -2.5rem;
  z-index: 10;
}
.section-questions .button:hover {
  background-color: #99866b;
}
.hp-question {
  max-width: 80rem;
  width: 100%;
  margin: 4rem auto 0;
  color: #fff;
  border-radius: 2rem;
  z-index: 5;
  display: block;
  overflow: hidden;
}
.hp-question__inside-wrapper {
  z-index: 2;
  display: block;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 3rem;
  transition: all 0.15s ease-in-out;
}
.hp-question__inside-wrapper:hover {
  background-color: rgba(21, 61, 138, 0.9);
}
.hp-question__inside-wrapper:hover .hp-question__link::after {
  margin-left: 0.8rem;
}
.hp-question__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.2 / 2.6em;
  margin-bottom: 2rem;
  font-weight: 900;
  text-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.4);
}
.hp-question__link {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  display: inline-block;
  margin-top: 1.5rem;
  text-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
}
.hp-question__link::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 2rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15 4l-1.4 1.4 5.6 5.6H1v2h18.2l-5.6 5.6L15 20l8-8-8-8z' fill='%23fff'/%3E%3C/svg%3E") center / contain no-repeat;
  top: 0.3rem;
  position: relative;
  margin-left: 0.3rem;
  transition: all 0.15s ease-in-out;
}
.hp-question__text {
  text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.4);
}
.hp-question__image1 {
  position: absolute;
  left: calc(50% - 58rem);
  bottom: -4rem;
  z-index: 1;
}
.hp-question__image2 {
  position: absolute;
  right: calc(50% - 56rem);
  top: 18rem;
  z-index: 1;
}
.page-header {
  min-height: 60rem;
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  border-radius: 3rem;
  overflow: hidden;
  text-align: center;
}
.page-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.page-header__wrapper {
  z-index: 5;
  width: 100%;
  padding: 4rem;
}
.page-header__title {
  font-size: 5rem;
  line-height: 6 / 5em;
  color: #fff;
  text-shadow: 0.2rem 0.6rem 1.5rem rgba(0, 0, 0, 0.5);
  font-weight: 900;
}
.page-header__date {
  display: block;
  margin-top: 2rem;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5em;
  text-shadow: 0rem 0.3rem 0.8rem rgba(0, 0, 0, 0.5);
}
.page-header__recipe-information {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
  display: flex;
  justify-content: center;
  color: #fff;
  line-height: 1.5em;
  filter: drop-shadow(0rem 0.3rem 0.8rem rgba(0, 0, 0, 0.5));
  margin-top: 2rem;
  font-size: 1.8rem;
}
.page-header__recipe-time {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-rule='evenodd' fill='%23FFFFFF' d='M8 16c-4.411 0-8-3.589-8-8 0-4.412 3.589-8 8-8s8 3.588 8 8c0 4.411-3.589 8-8 8zM8 1.239A6.77 6.77 0 001.239 8 6.77 6.77 0 008 14.761 6.77 6.77 0 0014.761 8 6.769 6.769 0 008 1.239zm2.478 9.289c-.13 0-.26-.04-.371-.124L7.628 8.545a.618.618 0 01-.248-.496V4.331a.619.619 0 011.24 0v3.408l2.23 1.674c.274.205.33.593.124.866a.613.613 0 01-.496.249z'/%3E%3C/svg%3E") left center / auto 1.4rem no-repeat;
  padding-left: 2rem;
}
.page-header__recipe-portions {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16'%3E%3Cpath fill-rule='evenodd' fill='%23FFFFFF' d='M6.651 15.987a1.3 1.3 0 01-1.257-1.341l.23-6.611-.317-.884a8.08 8.08 0 01.107-5.747A2.238 2.238 0 017.499-.001c.148 0 .268.12.268.267v7.722l.232 6.658v.091a1.3 1.3 0 01-1.348 1.25zM7.231.553a1.7 1.7 0 00-1.32 1.049 7.547 7.547 0 00-.102 5.37l.271.755h1.151V.553zM7.24 8.26H6.151l-.221 6.404a.756.756 0 00.214.557c.306.3.797.3 1.103 0a.757.757 0 00.215-.557L7.24 8.26zm-4.269-.951l.215 7.339a1.31 1.31 0 01-1.358 1.35 1.308 1.308 0 01-1.266-1.35l.215-7.34a3.393 3.393 0 00-.36-1.619A3.954 3.954 0 010 3.93V1.332C.001.596.6 0 1.339-.001H2.41C3.15 0 3.749.596 3.749 1.332V3.93a3.943 3.943 0 01-.418 1.76 3.393 3.393 0 00-.36 1.619zm.243-5.977a.8.8 0 00-.536-.75V3.73h-.535V.532h-.536V3.73h-.536V.582a.797.797 0 00-.535.75V3.93c0 .528.124 1.048.361 1.52.291.581.434 1.225.415 1.873l-.214 7.339a.764.764 0 00.221.559.798.798 0 001.112 0 .761.761 0 00.22-.56l-.214-7.338a3.94 3.94 0 01.416-1.873 3.4 3.4 0 00.361-1.52V1.332z'/%3E%3C/svg%3E") left center / auto 1.4rem no-repeat;
  padding-left: 1.4rem;
  margin-left: 4rem;
}
@media screen and (max-width: 1024px) {
  .page-header {
    min-height: 40rem;
  }
  .page-header__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page-header {
    min-height: 32rem;
  }
  .page-header__title {
    font-size: 2.8rem;
  }
}
.pagination {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.pagination ul {
  margin: 0 auto;
  text-align: center;
}
.pagination ul li {
  position: inherit;
  padding: 0;
  margin: 0;
}
.pagination li a {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  padding: 0.8rem 1.3rem;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6rem;
  background: #c1273f;
  color: #fff;
  margin: 0 0.2rem;
  border: none;
  border-radius: 0.6rem;
}
.pagination li {
  display: inline-block;
}
.pagination li.active a {
  color: #2d343b;
  background: #fff;
  cursor: default;
}
.pagination li.active a:hover {
  color: #2d343b;
  background: #fff;
}
.pagination li a:hover {
  background: #2d343b;
  color: #fff;
}
.contact-map {
  display: flex;
  background: #fcf5e9;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
  margin-top: 4rem;
  z-index: 5;
}
.contact-map .contact-column {
  flex-basis: 40%;
  padding: 4rem;
}
.contact-map .image-column {
  flex-basis: 60%;
}
.contact-map h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.contact-map p {
  margin: 0.5em 0;
}
.ico {
  text-align: center;
  padding: 2rem;
  background: #fff;
  border-radius: 2rem;
  max-width: 90rem;
  margin: 0 auto;
  margin-top: 6rem;
}
.ico ul {
  display: flex;
  justify-content: center;
  margin: 0 -2rem;
}
.ico ul li {
  margin: 0 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-weight: 900;
}
.ico ul li strong {
  color: #c1273f;
  font-weight: 700;
}
.ico p {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-top: 2rem;
  font-weight: 500;
}
.map-wrapper {
  padding: 6rem 3rem 0;
}
.map-wrapper iframe {
  display: block;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  min-height: 50rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.reasons {
  display: flex;
}
.reasons__item {
  flex-basis: calc(25% - 4rem);
  margin: 2rem;
  text-align: center;
}
.reasons__icon {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.reasons__icon img {
  max-height: 8rem;
}
.recipe-content {
  display: flex;
  gap: 4rem;
}
.recipe-content h2 {
  margin-bottom: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #c1273f;
  text-transform: uppercase;
}
.recipe-content__ingredients {
  flex-basis: 35%;
}
.recipe-content__process {
  flex-basis: 65%;
}
@media screen and (max-width: 768px) {
  .recipe-content {
    flex-wrap: wrap;
    gap: 3rem;
  }
  .recipe-content__ingredients {
    flex-basis: 100%;
  }
  .recipe-content__process {
    flex-basis: 100%;
  }
}
.agrofert {
  padding-top: 4rem;
  font-size: 1.4rem;
  color: #99866b;
  text-align: center;
}
.bakeries {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.bakeries__item {
  text-align: center;
  background: #fff;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0.1rem 0.3rem 0.8rem rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.bakeries__item:hover {
  background: #fcf5e9;
}
.bakeries__item:hover img {
  transform: scale(1.05);
}
.bakeries__item.active {
  border-color: #c1273f;
}
.bakeries__item p {
  font-size: 1.6rem;
}
.bakeries__map {
  border-radius: 2rem;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 60rem;
  overflow: hidden;
  display: none;
}
.bakeries__map.visible {
  display: block;
}
.bakeries__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 6rem;
  padding-bottom: 4rem;
}
.products--no-margin {
  margin: 0 auto;
  padding: 0;
}
.products--flex {
  display: flex;
  justify-content: center;
}
.products--flex .products__item {
  flex-basis: 100%;
  max-width: 285px;
}
.products__item {
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid transparent;
}
.products__item--link {
  border-color: #c1273f;
}
.products__item--link:hover {
  box-shadow: 0.1rem 0.3rem 0.8rem rgba(0, 0, 0, 0.1);
}
.products__new {
  position: absolute;
  background: #00733d;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  right: -0.5rem;
  top: -0.5rem;
  padding: 0.3rem 1rem;
  text-align: center;
  font-size: 1.4rem;
  z-index: 10;
  border-radius: 1rem;
}
.products__image {
  max-height: 17rem;
  height: 17rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.products__image img {
  max-height: 17rem;
  width: auto;
}
.products__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #c1273f;
  text-align: center;
  line-height: 1.2em;
}
.products__info {
  font-size: 1.5rem;
  color: #99866b;
  margin-top: 0.5rem;
  text-align: center;
}
.categories {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 94rem;
}
.categories__item {
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
  flex-basis: calc(33.33% - 2rem);
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  border: 2px solid transparent;
}
.categories__item:hover {
  background: #fcf5e9;
}
.categories__item:hover img {
  transform: scale(1.05);
}
.categories__item--active {
  border-color: #c1273f;
}
.categories__anchor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.categories__title {
  display: none;
}
.categories img {
  transition: all 0.15s ease-in-out;
}
.remove-selected-item {
  position: absolute;
  right: -1.4rem;
  top: -1.4rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  z-index: 5;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 415.188 415.188' fill='%23fff'%3E%3Cpath d='M412.861 78.976c3.404-6.636 2.831-14.159-.15-20.404.84-7.106-1.02-14.321-7.746-19.855a59509.569 59509.569 0 01-18.781-15.457c-11.005-9.055-28.237-11.913-38.941 0-48.619 54.103-99.461 105.856-152.167 155.725-39.185-36.605-78.846-72.713-118.223-108.868-13.82-12.693-33.824-8.71-42.519 6.411-12.665 6.286-22.931 14.481-31.42 28.468-4.042 6.664-3.727 15.076 0 21.764 25.421 45.578 74.557 85.651 114.957 122.529-5.406 4.839-10.772 9.724-16.287 14.461-54.43 46.742-91.144 76.399-23.029 124.325.919.647 1.856.504 2.789.882 1.305.602 2.557 1.026 4.004 1.264.45.017.87.093 1.313.058 1.402.114 2.774.471 4.195.192 36.621-7.18 70.677-35.878 101.576-67.48 30.1 29.669 62.151 58.013 97.395 74.831 8.391 4.005 18.395 1.671 24.855-3.931 10.832.818 20.708-5.913 25.665-15.586.734-.454 1.207-.713 2.002-1.21 15.748-9.838 17.187-29.431 5.534-42.936-26.313-30.492-54.284-59.478-82.798-87.95 51.341-50.166 115.448-104.27 147.776-167.233z'/%3E%3C/svg%3E") center / 60% no-repeat;
  background-color: #2d343b;
  transition: all 0.15s ease-in-out;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.3);
  opacity: 1;
  visibility: visible;
}
.remove-selected-item:hover {
  background-color: #c1273f;
}
.remove-selected-item.hidden {
  opacity: 0;
  visibility: hidden;
}
.product-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem auto 0;
}
.product-type__button {
  padding: 1rem;
  background: #c1273f;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
  margin: 1rem;
  transition: all 0.15s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
}
.product-type__button::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 283.922 283.922' fill='%23FFF'%3E%3Cpath d='M266.422 0h-97.625c-9.65 0-17.5 7.851-17.5 17.5 0 9.649 7.85 17.5 17.5 17.5h55.377l-92.375 92.374a17.378 17.378 0 00-5.127 12.375c0 4.676 1.819 9.069 5.125 12.371a17.374 17.374 0 0012.375 5.13c4.674 0 9.069-1.82 12.376-5.127l92.374-92.375v55.377c0 9.649 7.851 17.5 17.5 17.5 9.649 0 17.5-7.851 17.5-17.5V17.5c0-9.649-7.851-17.5-17.5-17.5z'/%3E%3Cpath d='M201.137 253.922H30V82.785h128.711l30-30H15c-8.284 0-15 6.716-15 15v201.137c0 8.284 6.716 15 15 15h201.137c8.284 0 15-6.716 15-15V95.211l-30 30v128.711z'/%3E%3C/svg%3E") center / contain no-repeat;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
  transition: all 0.15s ease-in-out;
}
.product-type__button:hover {
  background: #153d8a;
}
.product-type__item {
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  border: 2px solid transparent;
}
.product-type__item:hover {
  background: #fcf5e9;
}
.product-type__item:hover .product-type__title {
  color: #c1273f;
}
.product-type__item--active {
  border-color: #c1273f;
  background: #c1273f;
}
.product-type__item--active .product-type__title {
  color: #fff;
}
.product-type__anchor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.product-type__title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #c1273f;
  font-size: 1.8rem;
  transition: all 0.15s ease-in-out;
}
.nothing-found {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #c1273f;
  font-size: 2rem;
  margin-top: 4rem;
}
.our-brands-single__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our-brands-single__item:not(:last-of-type) {
  margin-bottom: 4rem;
}
.our-brands-single__item:nth-of-type(even) .our-brands-single__logo {
  order: 2;
}
.our-brands-single__item:nth-of-type(even) .our-brands-single__content {
  order: 1;
}
.our-brands-single__item:hover .our-brands-single__content h2 {
  color: #c1273f;
}
.our-brands-single__item:hover .our-brands-single__logo img {
  transform: scale(1.05);
}
.our-brands-single__logo {
  flex-basis: 40%;
  display: flex;
  justify-content: center;
}
.our-brands-single__logo img {
  transition: all 0.15s ease-in-out;
  max-width: 20rem;
  width: 100%;
  height: auto;
}
.our-brands-single__content {
  flex-basis: 60%;
  background: #fcf5e9;
  padding: 3rem;
  border-radius: 2rem;
}
.our-brands-single__content h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #2d343b;
  margin-bottom: 1rem;
  transition: all 0.15s ease-in-out;
  font-weight: 900;
}
.our-brands-single__content p {
  font-size: 1.8rem;
  color: #2d343b;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.load-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
  height: 4rem;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.load-more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  animation: spin 1s linear infinite;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23c1273f'%3E%3Cpath d='M463.702 162.655L442.491 14.164c-1.744-12.174-16.707-17.233-25.459-8.481l-30.894 30.894C346.411 12.612 301.309 0 254.932 0 115.464 0 3.491 109.16.005 248.511c-.19 7.617 5.347 14.15 12.876 15.234l59.941 8.569c8.936 1.304 17.249-5.712 17.125-15.058C88.704 165.286 162.986 90 254.932 90c22.265 0 44.267 4.526 64.6 13.183l-29.78 29.78c-8.697 8.697-3.761 23.706 8.481 25.459l148.491 21.211c9.784 1.475 18.381-7.034 16.978-16.978zM499.117 249.412l-59.897-8.555c-7.738-.98-17.124 5.651-17.124 16.143 0 90.981-74.019 165-165 165a165.207 165.207 0 01-64.306-13.052l28.828-28.828c8.697-8.697 3.761-23.706-8.481-25.459L64.646 333.435c-9.753-1.393-18.39 6.971-16.978 16.978l21.21 148.492c1.746 12.187 16.696 17.212 25.459 8.481l31.641-31.626C165.514 499.505 210.587 512 257.096 512c138.794 0 250.752-108.618 254.897-247.28.22-7.632-5.317-14.224-12.876-15.308z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.load-more.visible {
  opacity: 1;
  visibility: visible;
}
.admin-bar .mobile-menu-button {
  top: 5.2rem;
}
.mobile-menu-button {
  position: fixed;
  z-index: 99;
  right: 2rem;
  top: 2rem;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.5);
  width: 6rem;
  height: 6rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384.97 384.97' fill='%23ffffff'%3E%3Cpath d='M12.03 120.303h360.909c6.641 0 12.03-5.39 12.03-12.03 0-6.641-5.39-12.03-12.03-12.03H12.03c-6.641 0-12.03 5.39-12.03 12.03s5.39 12.03 12.03 12.03zm360.909 60.152H12.03c-6.641 0-12.03 5.39-12.03 12.03s5.39 12.03 12.03 12.03h360.909c6.641 0 12.03-5.39 12.03-12.03s-5.389-12.03-12.03-12.03zm0 84.212H132.333c-6.641 0-12.03 5.39-12.03 12.03 0 6.641 5.39 12.03 12.03 12.03h240.606c6.641 0 12.03-5.39 12.03-12.03.001-6.641-5.389-12.03-12.03-12.03z'/%3E%3C/svg%3E") center / auto 3.4rem no-repeat;
  background-color: #c1273f;
  border-radius: 3rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  display: none;
}
.mobile-menu-button:hover {
  background-color: #153d8a;
}
.js-up {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 55;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
  width: 5rem;
  height: 5rem;
  border-radius: 3rem;
  cursor: pointer;
  background: #c1273f;
  box-shadow: 0.1rem 0.3rem 0.8rem rgba(0, 0, 0, 0.1);
}
.js-up:hover {
  background: #153d8a;
}
.js-up::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg height='512' width='512' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M391.968 146.624a341.723 341.723 0 01-27.011 131.284 342.818 342.818 0 01-73.712 109.337A343 343 0 0148 488a24 24 0 010-48 294.062 294.062 0 00209.3-86.7 294 294 0 0086.667-206.59L368 114.666zM478.4 195.2a24 24 0 004.8-33.6l-96-128a24 24 0 00-38.4 0l-96 128a24 24 0 1038.4 28.8L368 88l76.8 102.4a24 24 0 0033.6 4.8z'/%3E%3C/svg%3E") center / 2rem auto no-repeat;
}
.js-up.visible {
  opacity: 1;
  visibility: visible;
}
.footer {
  background-color: #000;
}
.footer__content {
  padding-top: 4rem;
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 0.5fr 0.7fr 0.7fr 0.6fr;
}
.footer__title {
  color: #99866b;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-bottom: 0.75em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}
.footer__menu li {
  display: block;
  padding-left: 2rem;
}
.footer__menu li::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 2px solid #99866b;
  position: absolute;
  left: 0;
  top: 0.9rem;
}
.footer__menu .current-menu-item a {
  color: #fff;
}
.footer__menu a {
  color: #99866b;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.footer__menu a:hover {
  color: #fff;
}
.footer__contact {
  color: #99866b;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: block;
  padding-left: 6rem;
}
.footer__contact:not(:last-of-type) {
  margin-bottom: 1rem;
}
.footer__contact::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.7rem;
  height: 3rem;
  width: 3rem;
  margin-right: 2rem;
  border-radius: 50%;
  border: 1px solid #99866b;
  transition: all 0.15s ease-in-out;
}
.footer__contact:hover .footer__contact-number {
  color: #fff;
}
.footer__contact-text {
  font-size: 1.2rem;
  display: block;
  margin-bottom: -0.5rem;
}
.footer__contact-number {
  font-size: 1.8rem;
  display: block;
  transition: all 0.15s ease-in-out;
}
.footer__contact--phone::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-rule='evenodd' fill='%2399866b' d='M15.294 11.655l-2.375-2.018c-.011-.009-.022-.018-.035-.025a1.554 1.554 0 00-1.945.213l-1.295 1.294a.315.315 0 01-.341.068c-1.462-.605-2.663-1.514-3.57-2.704-.691-.907-.941-1.628-.974-1.73a.31.31 0 00-.019-.064.311.311 0 01.068-.34l1.295-1.294c.522-.522.61-1.321.214-1.944l-.01-.014L4.592.715A1.566 1.566 0 002.171.457l-.259.26h-.001l-.925.925C-.119 2.745-.299 4.402.463 6.435c.653 1.741 1.961 3.647 3.681 5.366 1.762 1.759 3.721 3.089 5.517 3.745 1.778.649 3.668.729 5.007-.608l.873-.872a1.562 1.562 0 00-.247-2.411zm-2.762-1.526l2.372 2.015c.011.01.023.018.035.026a.936.936 0 01.159 1.454l-.064.065-4.048-3.028.395-.394a.934.934 0 011.151-.138zm-8.463-9.07l.01.014 1.714 2.381a.931.931 0 01-.132 1.159l-.383.382L2.54.973l.073-.074a.94.94 0 011.456.16zm5.806 13.9c-1.712-.625-3.59-1.904-5.288-3.6-1.659-1.657-2.916-3.484-3.538-5.143-.467-1.246-.781-2.974.379-4.132l.662-.662 2.738 4.023-.462.462a.931.931 0 00-.214.994c.099.405.553 1.246 1.011 1.865.675.911 1.899 2.171 3.901 2.998a.936.936 0 001.022-.203l.454-.453 4.047 3.027-.361.361c-1.243 1.241-3.052.937-4.351.463z'/%3E%3C/svg%3E") center / auto 45% no-repeat;
}
.footer__contact--phone:hover::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill-rule='evenodd' fill='%23ffffff' d='M15.294 11.655l-2.375-2.018c-.011-.009-.022-.018-.035-.025a1.554 1.554 0 00-1.945.213l-1.295 1.294a.315.315 0 01-.341.068c-1.462-.605-2.663-1.514-3.57-2.704-.691-.907-.941-1.628-.974-1.73a.31.31 0 00-.019-.064.311.311 0 01.068-.34l1.295-1.294c.522-.522.61-1.321.214-1.944l-.01-.014L4.592.715A1.566 1.566 0 002.171.457l-.259.26h-.001l-.925.925C-.119 2.745-.299 4.402.463 6.435c.653 1.741 1.961 3.647 3.681 5.366 1.762 1.759 3.721 3.089 5.517 3.745 1.778.649 3.668.729 5.007-.608l.873-.872a1.562 1.562 0 00-.247-2.411zm-2.762-1.526l2.372 2.015c.011.01.023.018.035.026a.936.936 0 01.159 1.454l-.064.065-4.048-3.028.395-.394a.934.934 0 011.151-.138zm-8.463-9.07l.01.014 1.714 2.381a.931.931 0 01-.132 1.159l-.383.382L2.54.973l.073-.074a.94.94 0 011.456.16zm5.806 13.9c-1.712-.625-3.59-1.904-5.288-3.6-1.659-1.657-2.916-3.484-3.538-5.143-.467-1.246-.781-2.974.379-4.132l.662-.662 2.738 4.023-.462.462a.931.931 0 00-.214.994c.099.405.553 1.246 1.011 1.865.675.911 1.899 2.171 3.901 2.998a.936.936 0 001.022-.203l.454-.453 4.047 3.027-.361.361c-1.243 1.241-3.052.937-4.351.463z'/%3E%3C/svg%3E") center / auto 45% no-repeat;
}
.footer__contact--email::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%2399866b'%3E%3Cpath d='M467 61H45C20.218 61 0 81.196 0 106v300c0 24.72 20.128 45 45 45h422c24.72 0 45-20.128 45-45V106c0-24.72-20.128-45-45-45zm-6.214 30L256.954 294.833 51.359 91h409.427zM30 399.788V112.069l144.479 143.24L30 399.788zM51.213 421l144.57-144.57 50.657 50.222c5.864 5.814 15.327 5.795 21.167-.046L317 277.213 460.787 421H51.213zM482 399.787L338.213 256 482 112.212v287.575z'/%3E%3C/svg%3E") center / auto 45% no-repeat;
}
.footer__contact--email:hover::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23ffffff'%3E%3Cpath d='M467 61H45C20.218 61 0 81.196 0 106v300c0 24.72 20.128 45 45 45h422c24.72 0 45-20.128 45-45V106c0-24.72-20.128-45-45-45zm-6.214 30L256.954 294.833 51.359 91h409.427zM30 399.788V112.069l144.479 143.24L30 399.788zM51.213 421l144.57-144.57 50.657 50.222c5.864 5.814 15.327 5.795 21.167-.046L317 277.213 460.787 421H51.213zM482 399.787L338.213 256 482 112.212v287.575z'/%3E%3C/svg%3E") center / auto 45% no-repeat;
}
.footer__partner-logo {
  display: inline-block;
  padding: 0;
  position: relative;
  margin-top: 0.5em;
}
.footer__partner-logo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 20em;
}
.footer__partner-logo img {
  height: 4em;
  width: auto;
  position: relative;
  z-index: 2;
}
.footer__media-contact {
  border: 1px dashed var(--color-tertiary);
  padding: clamp(10px, 2cqw, 20px);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 20em;
  margin: 1.5em auto 0;
  gap: 0.25em;
}
.footer__media-contact-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: var(--font-size-16);
  margin-bottom: 0.25em;
  color: var(--color-tertiary);
}
.footer__media-contact-name {
  font-size: 1.25em;
  font-weight: var(--font-weight-bold);
}
.footer__media-contact-position {
  font-size: var(--font-size-12);
  color: var(--color-primary);
  margin-bottom: 0.5em;
}
.footer__media-contact-item {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: var(--font-size-18);
  color: var(--color-tertiary);
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.footer__media-contact-item:hover {
  color: var(--color-primary);
}
.footer__media-contact-item::before {
  content: "";
  mask: var(--icon-media-contact) center / contain no-repeat;
  background-color: var(--color-tertiary);
  width: 1em;
  aspect-ratio: 1/1;
}
.footer__media-contact-item--phone::before {
  --icon-media-contact: var(--icon-phone);
}
.footer__media-contact-item--email::before {
  --icon-media-contact: var(--icon-email);
}
.copyright {
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  color: #999;
}
.copyright a {
  color: #999;
  text-decoration: underline;
}
.copyright a:hover {
  color: #fff;
  text-decoration: non;
}
.socials {
  margin-top: 3rem;
}
.socials__item {
  display: inline-block;
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #99866b;
}
.socials__item--facebook {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.605 48.605' fill='%2399866b'%3E%3Cpath d='M34.094 8.688h4.756V.005h-8.643c-.721-.03-9.51-.198-11.788 8.489-.033.091-.761 2.157-.761 6.983l-7.903.024v9.107l7.913-.023v24.021h12.087v-24h8v-9.131h-8v-2.873c0-1.786.753-3.914 4.339-3.914zm1.661 8.786v5.131h-8v24h-8.087V22.579l-7.913.023v-5.107l7.934-.023-.021-1.017c-.104-5.112.625-7.262.658-7.365 1.966-7.482 9.473-7.106 9.795-7.086l6.729.002v4.683h-2.756c-4.673 0-6.338 3.054-6.338 5.912v4.873h7.999z'/%3E%3C/svg%3E") center / 2rem auto no-repeat;
}
.socials__item--facebook:hover {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.605 48.605' fill='%23ffffff'%3E%3Cpath d='M34.094 8.688h4.756V.005h-8.643c-.721-.03-9.51-.198-11.788 8.489-.033.091-.761 2.157-.761 6.983l-7.903.024v9.107l7.913-.023v24.021h12.087v-24h8v-9.131h-8v-2.873c0-1.786.753-3.914 4.339-3.914zm1.661 8.786v5.131h-8v24h-8.087V22.579l-7.913.023v-5.107l7.934-.023-.021-1.017c-.104-5.112.625-7.262.658-7.365 1.966-7.482 9.473-7.106 9.795-7.086l6.729.002v4.683h-2.756c-4.673 0-6.338 3.054-6.338 5.912v4.873h7.999z'/%3E%3C/svg%3E") center / 2rem auto no-repeat;
}
.socials__item--instagram {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 512.001 512.001' xmlns='http://www.w3.org/2000/svg' fill='%2399866b'%3E%3Cpath d='M373.406 0H138.594C62.172 0 0 62.172 0 138.594V373.41C0 449.828 62.172 512 138.594 512H373.41C449.828 512 512 449.828 512 373.41V138.594C512 62.172 449.828 0 373.406 0zm108.578 373.41c0 59.867-48.707 108.574-108.578 108.574H138.594c-59.871 0-108.578-48.707-108.578-108.574V138.594c0-59.871 48.707-108.578 108.578-108.578H373.41c59.867 0 108.574 48.707 108.574 108.578zm0 0'/%3E%3Cpath d='M256 116.004c-77.195 0-139.996 62.8-139.996 139.996S178.804 395.996 256 395.996 395.996 333.196 395.996 256 333.196 116.004 256 116.004zm0 249.976c-60.64 0-109.98-49.335-109.98-109.98 0-60.64 49.34-109.98 109.98-109.98 60.645 0 109.98 49.34 109.98 109.98 0 60.645-49.335 109.98-109.98 109.98zm0 0M399.344 66.285c-22.813 0-41.367 18.559-41.367 41.367 0 22.813 18.554 41.371 41.367 41.371s41.37-18.558 41.37-41.37-18.558-41.368-41.37-41.368zm0 52.719c-6.258 0-11.352-5.094-11.352-11.352 0-6.261 5.094-11.351 11.352-11.351 6.261 0 11.355 5.09 11.355 11.351 0 6.258-5.094 11.352-11.355 11.352zm0 0'/%3E%3C/svg%3E") center / 2rem auto no-repeat;
}
.socials__item--instagram:hover {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 512.001 512.001' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'%3E%3Cpath d='M373.406 0H138.594C62.172 0 0 62.172 0 138.594V373.41C0 449.828 62.172 512 138.594 512H373.41C449.828 512 512 449.828 512 373.41V138.594C512 62.172 449.828 0 373.406 0zm108.578 373.41c0 59.867-48.707 108.574-108.578 108.574H138.594c-59.871 0-108.578-48.707-108.578-108.574V138.594c0-59.871 48.707-108.578 108.578-108.578H373.41c59.867 0 108.574 48.707 108.574 108.578zm0 0'/%3E%3Cpath d='M256 116.004c-77.195 0-139.996 62.8-139.996 139.996S178.804 395.996 256 395.996 395.996 333.196 395.996 256 333.196 116.004 256 116.004zm0 249.976c-60.64 0-109.98-49.335-109.98-109.98 0-60.64 49.34-109.98 109.98-109.98 60.645 0 109.98 49.34 109.98 109.98 0 60.645-49.335 109.98-109.98 109.98zm0 0M399.344 66.285c-22.813 0-41.367 18.559-41.367 41.367 0 22.813 18.554 41.371 41.367 41.371s41.37-18.558 41.37-41.37-18.558-41.368-41.37-41.368zm0 52.719c-6.258 0-11.352-5.094-11.352-11.352 0-6.261 5.094-11.351 11.352-11.351 6.261 0 11.355 5.09 11.355 11.351 0 6.258-5.094 11.352-11.355 11.352zm0 0'/%3E%3C/svg%3E") center / 2rem auto no-repeat;
}
.socials-about-us {
  max-width: 24rem;
  margin: 0 auto;
}
.socials-about-us img {
  width: 6rem;
  height: 6rem;
}
.socials-about-us .wp-block-column {
  text-align: center;
}
.socials-about-us .wp-block-image {
  margin: 0 auto;
}
.socials-about-us a {
  display: inline-block;
  margin: 0 auto;
  padding: 1.6rem;
  background: #fff;
  border-radius: 1rem;
}
.socials-about-us a:hover {
  background: #f4f4f4;
}
.single-product {
  display: flex;
  align-items: center;
}
.single-product__brand {
  max-width: 32rem;
  margin-bottom: 4rem;
}
.single-product__left {
  flex-basis: 60%;
}
.single-product__right {
  flex-basis: 40%;
  margin-left: 6rem;
  flex-shrink: 0;
  background: #fff;
  border-radius: 1rem;
}
.single-product__right img {
  margin: 0 auto;
}
.single-product__info {
  margin-bottom: 3rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.single-product__title {
  font-size: 3.6rem;
  line-height: 1.2em;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-weight: 900;
  color: #c1273f;
  margin-bottom: 1rem;
}
.single-product__new {
  position: absolute;
  background: #00733d;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  right: -1rem;
  top: 2rem;
  padding: 0.5rem 1.2rem;
  text-align: center;
  font-size: 1.6rem;
  z-index: 10;
  border-radius: 1rem;
}
.single-product__widget {
  margin-top: 4rem;
}
.single-product__mobile-image {
  display: none;
}
#cookie-notice .button {
  font-size: 1.4rem;
}
.markets-section {
  margin: 3rem 0;
}
.markets-section__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem 3rem;
}
.markets-section__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.markets-section__item img {
  max-height: 8rem;
}
/* --------------------------------------------------------------------- */
/* ------------------------- Severské bulky ---------------------------- */
/* --------------------------------------------------------------------- */
.page-severske-bulky .markets-section__items {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.page-severske-bulky .markets-section__item {
  flex-basis: 25%;
}
.page-severske-bulky .content {
  z-index: 3;
}
.page-severske-bulky .content::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 5%;
  width: 95%;
  height: 95%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/svg/severske-bulky-klas.svg);
  z-index: 2;
}
.severske-bulky {
  display: grid;
  gap: 6rem;
  grid-template-columns: 1fr 1fr;
  z-index: 5;
}
.severske-bulky__new {
  transform: rotate(-10deg);
  position: relative;
  color: #b8092e;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 3.6rem;
  display: inline-block;
}
.severske-bulky__title {
  font-family: "Playfair Display", serif;
  color: var(--color-title);
  font-weight: 900;
  font-size: 7rem;
  text-align: center;
  margin-bottom: 6rem;
}
.severske-bulky__mobile-image {
  display: none;
}
.severske-bulky__image img {
  margin: 0 auto;
}
.severske-bulky p {
  font-size: 2.4rem;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--color-text);
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.severske-bulky h4 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--color-title);
  text-align: center;
  margin-top: 6rem;
}
.severske-bulky .wp-block-gallery .blocks-gallery-grid {
  margin: 0 auto;
}
.severske-bulky .wp-block-gallery .blocks-gallery-item,
.severske-bulky .wp-block-gallery .wp-block-image {
  max-width: 12rem !important;
  flex-basis: 16.66% !important;
  margin-bottom: 0 !important;
}
.severske-bulky-products {
  display: flex;
  justify-content: center;
  margin: -2rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
  z-index: 5;
}
.severske-bulky-products__item {
  flex-basis: calc(50% - 4rem);
  margin: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 32rem;
}
.severske-bulky-products__image {
  margin: 0 auto;
}
.severske-bulky-products__stamp {
  position: absolute;
  right: -2rem;
  top: -2rem;
  max-height: 8rem;
  width: auto;
  z-index: 5;
}
.severske-bulky-products__title {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--color-title);
  text-align: center;
  margin-top: 1rem;
}
.severske-bulky-products__info {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--color-text);
  text-align: center;
}
a.severske-bulky-products__item {
  border: 1px solid #c1273f;
}
a.severske-bulky-products__item:hover {
  box-shadow: 0.1rem 0.3rem 0.8rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .severske-bulky__new {
    font-size: 2.4rem;
  }
  .severske-bulky__title {
    font-size: 4.2rem;
    margin-bottom: 3rem;
  }
  .severske-bulky p {
    font-size: 2rem;
  }
  .severske-bulky h4 {
    margin-top: 4rem;
    font-size: 2rem;
  }
  .severske-bulky-products {
    margin: -1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .severske-bulky-products__item {
    flex-basis: calc(50% - 2rem);
    margin: 1rem;
  }
  .severske-bulky-products__title {
    font-size: 2rem;
  }
  .severske-bulky-products__stamp {
    right: -1rem;
    top: -1rem;
    max-height: 5rem;
  }
}
@media screen and (max-width: 660px) {
  .severske-bulky {
    grid-template-columns: 1fr;
  }
  .severske-bulky__new {
    top: 1rem;
  }
  .severske-bulky__image {
    display: none;
  }
  .severske-bulky__mobile-image {
    display: block;
    margin: 3rem auto;
    max-height: 30rem;
    width: auto;
  }
  .severske-bulky__title {
    font-size: 3.4rem;
  }
  .severske-bulky p {
    font-size: 1.8rem;
  }
  .severske-bulky-products {
    margin-top: 2rem;
  }
  .severske-bulky-products__title {
    font-size: 1.6rem;
  }
  .severske-bulky-products__info {
    font-size: 1.4rem;
  }
  .severske-bulky-products__image {
    max-height: 14rem;
    width: auto;
  }
  .severske-bulky-products__item {
    padding: 1rem;
  }
}
/* --------------------------------------------------------------------- */
/* --------------------- KONEC- Severské bulky ------------------------- */
/* --------------------------------------------------------------------- */
/* ---------- Cookie lišta ------------ */
#cookie-law-info-bar {
  text-align: center;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
#cookie-law-info-bar .cli-bar-btn_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
#cookie-law-info-bar #wt-cli-accept-all-btn.wt-cli-accept-all-btn {
  margin-left: 2rem;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.8rem 2rem 1rem;
  background-color: #c1273f !important;
  border-radius: 0.6rem;
}
#cookie-law-info-bar #wt-cli-accept-all-btn.wt-cli-accept-all-btn:hover {
  background-color: #153d8a !important;
}
#cookie-law-info-bar .cli_settings_button {
  text-decoration: underline;
}
#cookie-law-info-bar .cli_settings_button:hover {
  text-decoration: none;
  color: #00733d;
}
#cookie-law-info-bar .cli-bar-message {
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 3rem;
}
.cli-modal-content {
  border-radius: 1rem;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
}
.cli-btn,
.cli_action_button {
  border-radius: 0.5rem !important;
}
.cli-tab-container h4,
.cli-tab-container h1,
.cli_messagebar_head {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #153d8a;
}
.cli_messagebar_head {
  margin-bottom: 1rem;
}
.cli-modal-close {
  cursor: pointer;
}
.cli-modal-close svg {
  transition: all 0.15s ease-in-out;
}
.cli-modal-close svg:hover path:first-of-type {
  fill: #153d8a;
}
.cli-modal .cli-modal-close {
  padding: 5px;
}
#wt-cli-privacy-save-btn.cli_setting_save_button {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.8rem 2rem 1rem;
  background-color: #c1273f !important;
  border-radius: 0.6rem;
}
#wt-cli-privacy-save-btn.cli_setting_save_button:hover {
  background-color: #153d8a !important;
}
/* ---------------- Video - play button ---------------- */
.wp-block-video.clicked::before,
.wp-block-video.clicked::after {
  display: none;
}
.wp-block-video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.25;
  z-index: 2;
  cursor: pointer;
}
.wp-block-video::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 30 30' version='1.1' viewBox='0 0 30 30'%3E%3Cpath fill='%23fff' d='m15.3 7.8-4.1-2.9c-1-.7-2.3-.4-3 .5-.2.4-.3.8-.3 1.2v16.7c0 1.2.9 2.1 2.1 2.1.4 0 .9-.1 1.2-.4l4.1-2.9 7.9-5.5c1-.7 1.2-2 .5-3-.1-.2-.3-.4-.5-.5l-7.9-5.3z'/%3E%3Cpath fill='%23c1273f' d='M15 0C6.7 0 0 6.7 0 15s6.7 15 15 15 15-6.7 15-15S23.3 0 15 0zm5.7 16.1-5.2 3.6-2.7 1.9c-.6.4-1.5.3-1.9-.3-.2-.2-.3-.5-.3-.8v-11c0-.8.6-1.4 1.4-1.4.3 0 .6.1.8.3l2.7 1.9 5.2 3.6c.6.4.8 1.3.3 1.9 0 .1-.1.2-.3.3z'/%3E%3C/svg%3E") center / contain no-repeat;
  cursor: pointer;
  z-index: 5;
  transition: all 0.15s ease-in-out;
}
.wp-block-video:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0' y='0' enable-background='new 0 0 30 30' version='1.1' viewBox='0 0 30 30'%3E%3Cpath fill='%23fff' d='m15.3 7.8-4.1-2.9c-1-.7-2.3-.4-3 .5-.2.4-.3.8-.3 1.2v16.7c0 1.2.9 2.1 2.1 2.1.4 0 .9-.1 1.2-.4l4.1-2.9 7.9-5.5c1-.7 1.2-2 .5-3-.1-.2-.3-.4-.5-.5l-7.9-5.3z'/%3E%3Cpath fill='%23153d8a' d='M15 0C6.7 0 0 6.7 0 15s6.7 15 15 15 15-6.7 15-15S23.3 0 15 0zm5.7 16.1-5.2 3.6-2.7 1.9c-.6.4-1.5.3-1.9-.3-.2-.2-.3-.5-.3-.8v-11c0-.8.6-1.4 1.4-1.4.3 0 .6.1.8.3l2.7 1.9 5.2 3.6c.6.4.8 1.3.3 1.9 0 .1-.1.2-.3.3z'/%3E%3C/svg%3E");
}
/* ---------------- Soutěžní stránka ---------------- */
.logo-odkolek-vertical {
  position: absolute;
  right: -20rem;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1320px) {
  .logo-odkolek-vertical {
    display: none;
  }
}
.competition-wrapper {
  background-color: #f4f4f4;
  border-radius: 2rem;
  max-width: 90rem;
  margin: 8rem auto 0;
  padding: 6rem 8rem;
}
.competition-wrapper form {
  max-width: 70rem;
  margin: 0 auto;
  width: 100% !important;
}
.competition-wrapper__image {
  position: absolute;
  left: -23rem;
  top: -5rem;
  z-index: 3;
  transform: rotate(-15deg);
  max-width: 28rem;
}
.competition-wrapper__image-2 {
  position: absolute;
  right: -25rem;
  bottom: -5rem;
  z-index: -1;
}
.competition-wrapper li::before {
  content: none !important;
}
.competition-wrapper h3 {
  text-align: center;
  margin-top: 0 !important;
}
.competition-wrapper label span {
  color: #a72935;
}
@media screen and (max-width: 1700px) {
  .competition-wrapper__image {
    width: 20rem;
    left: -12rem;
    top: 0;
    height: auto;
  }
}
@media screen and (max-width: 1400px) {
  .competition-wrapper__image {
    left: -2rem;
    width: 10rem;
    height: auto;
  }
  .competition-wrapper__image-2 {
    right: -2rem;
    bottom: -6rem;
    width: 20rem;
    height: auto;
    z-index: 2;
  }
}
@media screen and (max-width: 600px) {
  .competition-wrapper {
    padding: 4rem 2rem;
    margin-top: 4rem;
  }
  .competition-wrapper__image {
    display: none;
  }
  .competition-wrapper__image-2 {
    display: none;
  }
}
.competion-video {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.se-license-agreement .MsoNormal {
  padding-left: 3rem;
  font-size: 1.4rem;
  margin: 0 !important;
}
.se-license-agreement .MsoNormal:hover::after {
  border-color: #c1273f;
}
.se-license-agreement .MsoNormal::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #c1273f;
  transition: all 0.15s ease-in-out;
  left: 0.4rem;
  top: 0.7rem;
  opacity: 0;
}
.se-license-agreement .MsoNormal::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: none;
  transition: all 0.15s ease-in-out;
  left: 0;
  top: 0.3rem;
  border: 2px solid #c1273f;
  cursor: pointer;
}
.se-license-agreement input {
  display: none !important;
}
.se-license-agreement input:checked + .MsoNormal::before {
  opacity: 1;
}
.se-license-agreement input:checked + .MsoNormal::after {
  border-color: #c1273f;
}
.cta {
  background-color: #fff;
  border-radius: 2rem;
  text-align: center;
  padding: 4rem;
  max-width: 800px;
  margin: 8rem auto 0;
}
.cta .button {
  margin-top: 2rem;
}
/* Nové filtrování */
.product-filtration {
  margin-top: 1.5em;
}
.product-filtration__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1em auto 0;
  gap: 1em;
}
.product-filtration__item--logo {
  aspect-ratio: 1 / 1;
  display: flex;
}
.product-filtration__item--logo:hover img {
  transform: scale(1.05);
}
.product-filtration__item--logo .product-filtration__input:checked + .product-filtration__label {
  background-color: #fff;
}
.product-filtration__label {
  padding: 0.5em 1em;
  background: #fff;
  color: #c1273f;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.15);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-filtration__label:hover {
  background-color: #fcf5e9 !important;
  color: #c1273f !important;
}
.product-filtration__input {
  display: none !important;
}
.product-filtration__input:checked + .product-filtration__label {
  background-color: #c1273f;
  color: #fff;
  border-color: #c1273f;
}
.product-filtration__logo {
  max-width: 100px;
  width: 100%;
  height: auto;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 600px) {
  .product-filtration__items {
    gap: 0.5em;
  }
  .product-filtration__label {
    font-size: 1.5rem;
    padding: 0.3em 0.6em;
  }
  .product-filtration__logo {
    max-width: 65px;
  }
}
.flipbook-nav {
  position: static;
}
.flipbook-browser-fullscreen * {
  position: static;
}
.global-style .wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item {
  padding: 3.5px !important;
}
.wp-block-gallery {
  margin: 2rem auto;
}
.blocks-gallery-item {
  transition: all 0.15s ease-in-out;
}
.blocks-gallery-item a,
.wpmf-gallery-item a {
  display: block;
}
.blocks-gallery-item a::before,
.wpmf-gallery-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M90 0h61v30H90zM181 0h61v30h-61zM272 0h60v30h-60zM362 0h60v30h-60zM452 0v30h30v30h30V0h-60zM302 90v30h68.787l-120 120H30v-60H0v332h332v-30h-60V261.213l120-120V210h30V90H302zm-60 392H30V270h212v212zM0 90h30v60H0zM0 0v60h30V30h30V0H0zM482 90h30v60h-30zM482 180h30v60h-30zM482 270h30v60h-30zM482 360h30v61h-30zM482 451v31h-30v30h60v-61h-30zM362 482h60v30h-60z'/%3E%3C/svg%3E") center / 4rem auto no-repeat;
}
.blocks-gallery-item a::after,
.wpmf-gallery-item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #c1273f;
  opacity: 0;
  z-index: 2;
  transition: all 0.15s ease-in-out;
}
.blocks-gallery-item a:hover::after,
.wpmf-gallery-item a:hover::after {
  opacity: 0.7;
}
.blocks-gallery-item a:hover:before,
.wpmf-gallery-item a:hover:before {
  opacity: 1;
}
.wp-block-image {
  margin: 3rem 0;
  border-radius: 1rem;
  overflow: hidden;
}
.wp-block-image img {
  width: auto;
}
.wp-block-image figcaption {
  background: #fcf5e9;
  font-size: 1.4rem;
  color: #666;
  margin: 0;
  padding: 1rem 2rem;
  text-align: center;
  display: block;
}
.blocks-gallery-grid .blocks-gallery-item figcaption {
  padding: 1em;
  background: rgba(21, 61, 138, 0.75);
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
}
.form-wrapper {
  max-width: 70rem;
  margin: 4rem auto 0;
}
input:not(.button),
textarea,
select {
  border: 1px solid #2d343b;
  padding: 0.8rem 2rem;
  font-size: 1.6rem;
  background: #fff;
  display: block;
  width: 100%;
  transition: all 0.15s ease-in-out;
  border-radius: 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
input:not(.button):focus,
textarea:focus,
select:focus {
  border-color: #153d8a;
}
.label {
  position: absolute;
  top: 3.1rem;
  left: 2rem;
  transition: all 0.15s ease-in-out;
  display: block;
  color: #2d343b;
  z-index: 2;
  cursor: text;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-weight: 500;
}
.label span {
  color: #c1273f;
}
.label.active {
  top: 0.5rem;
  left: 1rem;
  background: #c1273f;
  color: #fff;
  padding: 0.3rem 0.6rem;
  z-index: 3;
  font-size: 1.2rem;
  border-radius: 0.5rem;
}
.label.active span {
  color: #fff;
}
.inputs-wrapper {
  display: flex;
  margin: 0 -1rem;
}
.input-wrapper {
  margin: 0 1rem;
}
.input-wrapper p {
  margin: 0 !important;
  line-height: 1.1em;
}
.input-wrapper--33 {
  flex-basis: calc(40% - 2rem);
}
.input-wrapper--50 {
  flex-basis: calc(50% - 2rem);
}
.input-wrapper--66 {
  flex-basis: calc(60% - 2rem);
}
.input-wrapper--100 {
  flex-basis: calc(100% - 2rem);
}
.submit-wrapper {
  text-align: right;
  position: relative;
  margin-top: 2rem;
}
.submit-wrapper .button {
  margin-left: auto;
  display: inline-block;
  width: auto;
}
.row-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.5rem;
}
@media screen and (max-width: 600px) {
  .row-wrapper {
    grid-template-columns: 1fr;
  }
}
div.wpcf7 > p {
  padding: 0 !important;
}
div.wpcf7 h3 {
  margin-bottom: 0;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
div.wpcf7 .wpcf7-spinner {
  animation: spin 1s linear infinite;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23c1273f'%3E%3Cpath d='M463.702 162.655L442.491 14.164c-1.744-12.174-16.707-17.233-25.459-8.481l-30.894 30.894C346.411 12.612 301.309 0 254.932 0 115.464 0 3.491 109.16.005 248.511c-.19 7.617 5.347 14.15 12.876 15.234l59.941 8.569c8.936 1.304 17.249-5.712 17.125-15.058C88.704 165.286 162.986 90 254.932 90c22.265 0 44.267 4.526 64.6 13.183l-29.78 29.78c-8.697 8.697-3.761 23.706 8.481 25.459l148.491 21.211c9.784 1.475 18.381-7.034 16.978-16.978zM499.117 249.412l-59.897-8.555c-7.738-.98-17.124 5.651-17.124 16.143 0 90.981-74.019 165-165 165a165.207 165.207 0 01-64.306-13.052l28.828-28.828c8.697-8.697 3.761-23.706-8.481-25.459L64.646 333.435c-9.753-1.393-18.39 6.971-16.978 16.978l21.21 148.492c1.746 12.187 16.696 17.212 25.459 8.481l31.641-31.626C165.514 499.505 210.587 512 257.096 512c138.794 0 250.752-108.618 254.897-247.28.22-7.632-5.317-14.224-12.876-15.308z'/%3E%3C/svg%3E") center / 1.6rem auto no-repeat;
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  transition: all 0.15s ease-in-out;
  margin: 0;
}
div.wpcf7 .wpcf7-spinner::before {
  content: none !important;
}
div.wpcf7 .wpcf7-form.submitting .ajax-loader {
  visibility: visible;
  opacity: 1;
}
div.wpcf7 div.wpcf7-response-output {
  background-color: #a72935;
  color: #fff;
  border-radius: 1rem;
  margin: 0 auto;
  padding: 1.5rem;
  border: none;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  transition: all 0.15s ease-in-out;
}
div.wpcf7 div.wpcf7-validation-errors,
div.wpcf7 div.wpcf7-mail-sent-ng {
  display: block;
  margin-top: 2rem;
}
div.wpcf7 div.wpcf7-mail-sent-ok {
  display: inline-block;
  background-color: #00733d;
}
div.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
div.wpcf7 .wpcf7-not-valid {
  border-color: #a72935;
}
div.wpcf7 .wpcf7-is-valid {
  border-color: #00733d;
}
.wpcf7-form.submitting .wpcf7-spinner {
  visibility: visible;
  opacity: 1;
}
.wpcf7-form.invalid .wpcf7-response-output {
  background-color: #c1273f;
  display: block;
}
.wpcf7-form.sent .wpcf7-response-output {
  background-color: #00733d;
  display: block;
}
@media screen and (max-width: 1400px) {
  .slick-arrows-recipes {
    margin-bottom: -0.5rem;
  }
  .logo img {
    height: 4rem;
    width: 22.8rem;
  }
  .menu a {
    font-size: 1.7rem;
    padding: 0.6rem 1.4rem;
  }
  .our-brands__items {
    grid-template-columns: 1fr 1fr;
  }
  .background-box__title,
  .section-title {
    font-size: 3.8rem;
  }
  .background-box__image,
  .section-image {
    max-width: 20rem;
    max-height: 10rem;
  }
  .background-box p,
  .section-text p {
    font-size: 1.7rem;
  }
  .section-text,
  .button-wrapper--margin-top {
    margin-top: 3rem;
  }
  .background-box__text {
    margin-top: 2rem;
  }
  .button,
  .global-style .wp-block-button__link {
    font-size: 1.8rem;
  }
  .hp-news__wrapper {
    padding: 3rem 3rem 4rem 3rem;
  }
  .hp-news,
  .section-questions {
    padding-bottom: 6rem;
  }
  .section--normal {
    padding: 5rem 0;
  }
  .section--no-top {
    padding-bottom: 5rem;
  }
  .section--no-bottom {
    padding-top: 5rem;
  }
  .recipes__title,
  .hp-news__title {
    font-size: 1.8rem;
  }
  .our-brands-single__content h2 {
    font-size: 3.4rem;
  }
  .our-brands-single__content p {
    font-size: 1.7rem;
  }
  .categories__item {
    margin: 0.5rem;
    flex-basis: calc(33.33% - 1rem);
  }
  .product-type__item {
    margin: 0.5rem;
    padding: 0.7rem 1rem;
  }
  .product-type__title {
    font-size: 1.6rem;
  }
  .products {
    margin-top: 4rem;
  }
  .products__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1240px) {
  .menu {
    display: none;
  }
  .top-bar {
    padding: 3rem 0;
    position: relative;
  }
  body {
    margin-top: 0;
  }
  .links {
    margin-right: 8rem;
    border-radius: 2rem;
  }
  .mobile-menu-button {
    display: block;
  }
  .mobile-menu {
    display: block;
  }
  .content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .map-wrapper {
    padding: 4rem 2rem;
  }
  .hp-news__wrapper {
    border-radius: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hp-news .content {
    padding: 0;
  }
  .background-box {
    padding: 4rem 3rem;
  }
  .background-box__image {
    margin-top: -8rem;
  }
  .section--normal {
    padding: 4rem 0;
  }
  .section--no-top {
    padding-bottom: 5rem;
  }
  .section--no-bottom {
    padding-top: 4rem;
  }
  .our-brands__wrapper {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .hp-news__wrapper {
    padding-right: 0;
  }
  .hp-news .slick-current + .slick-slide {
    opacity: 1;
  }
  .hp-news__slider-wrapper {
    max-width: inherit;
    overflow: hidden;
  }
  .js-slick-arrows {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .hp-news__slider-wrapper {
    margin-left: 0;
  }
  .hp-news .slick-list {
    padding: 0 1rem;
    margin: 0;
  }
  .hp-news .slick-slide {
    padding: 2rem 1rem;
  }
  .slick-slide {
    opacity: 1 !important;
  }
  .hp-news__items-wrapper {
    margin: 3rem -1rem 0;
  }
  .hp-news__items-wrapper .hp-news__item {
    flex-basis: calc(33.33% - 2rem);
    margin: 1rem;
  }
  .recipes {
    margin: -1rem;
    margin-top: 3rem;
  }
  .recipes__item {
    flex-basis: calc(33.33% - 2rem);
    margin: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer__title {
    font-size: 2.2rem;
  }
  .footer__contact-text {
    font-size: 1.4rem;
    padding-top: 0.3rem;
  }
  .footer__contact-number {
    font-size: 2.2rem;
  }
  .background-box {
    max-width: 32rem;
  }
  .our-brands {
    justify-content: center;
  }
  .our-brands__items {
    grid-gap: 1rem;
    flex-grow: 0;
  }
  .our-brands__item {
    max-width: 32rem;
  }
  .career__title {
    font-size: 2rem;
  }
  .career__image {
    max-height: 6rem;
    margin: 1.5rem auto;
  }
  .career__text p {
    font-size: 1.5rem;
    line-height: 1.3em;
  }
  .recipes:not(.recipes--search) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3rem;
  }
  .recipes:not(.recipes--search) .slick-list {
    padding: 1rem;
  }
  .recipes:not(.recipes--search) .slick-slide {
    padding: 0 1rem;
  }
  .recipes:not(.recipes--search)__item {
    flex-basis: auto;
    margin: 0;
  }
  .section-recipes .content {
    padding-left: 0;
    padding-right: 0;
  }
  .whisperer .products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
  .whisperer__section-title {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 920px) {
  .menu-links {
    display: none;
  }
  .footer__content {
    display: block;
  }
  .footer__column-content {
    display: none;
    padding: 1rem 0 2rem;
  }
  .footer__column--mobile {
    border-top: 1px solid #99866b;
  }
  .footer__column--mobile:last-of-type {
    border-bottom: 1px solid #99866b;
  }
  .footer__title--mobile {
    margin: 0;
    padding: 1rem 4rem 1rem 0;
    transition: all 0.15s ease-in-out;
  }
  .footer__title--mobile::after {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
    top: 1.2rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='13'%3E%3Cpath fill-rule='evenodd' fill='%2399866b' d='M.893 1.5L2.308.086 11.5 9.278 20.692.086 22.107 1.5 11.5 12.107.893 1.5z'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: all 0.15s ease-in-out;
  }
  .footer__title--mobile.visible {
    color: #fff;
  }
  .footer__title--mobile.visible::after {
    transform: rotate(180deg);
  }
  .footer__column--contacts {
    margin-bottom: 4rem;
  }
  .single-product {
    display: block;
  }
  .single-product__mobile-image {
    display: block;
    margin: 2rem auto;
  }
  .single-product__right {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .single-product__title {
    font-size: 2.8rem;
  }
  .section-career::before {
    top: 1.5rem;
  }
  .our-brands__wrapper {
    padding-top: 6rem;
  }
  .recipes--search .recipes__item {
    flex-basis: calc(50% - 2rem);
  }
  .hp-news--search .hp-news__item {
    flex-basis: calc(50% - 2rem);
  }
  .top-bar {
    padding: 1.5rem 0;
  }
  .admin-bar .mobile-menu-button {
    top: 4.2rem;
  }
  .mobile-menu-button {
    width: 5rem;
    height: 5rem;
    background-size: auto 2.4rem;
    top: 1rem;
  }
  .our-brands {
    flex-wrap: wrap;
  }
  .our-brands__items {
    margin: 2rem auto 0;
    grid-template-columns: repeat(4, 1fr);
  }
  .background-box {
    max-width: 60rem;
    text-align: center;
  }
  .background-box__image,
  .section-image {
    max-width: 16rem;
    max-height: 8rem;
  }
  .background-box__title,
  .section-title {
    font-size: 3rem;
  }
  .background-box p,
  .section-text p {
    font-size: 1.6rem;
    line-height: 1.3em;
  }
  .background-box__subheading {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .our-brands__wrapper {
    padding-bottom: 0;
  }
  .section-text,
  .button-wrapper--margin-top {
    margin-top: 2rem;
  }
  .career {
    grid-template-columns: 1fr 1fr;
  }
  .hp-news--archive,
  .recipes--archive {
    justify-content: center;
  }
  .hp-news--archive .hp-news__item,
  .recipes--archive .hp-news__item,
  .hp-news--archive .recipes__item,
  .recipes--archive .recipes__item {
    flex-basis: calc(50% - 2rem);
    max-width: 380px;
  }
  .hp-news__wrapper {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .hp-news .background-box {
    margin-bottom: 3rem;
  }
  .hp-news .js-slick-arrows {
    text-align: center;
  }
  .our-brands__item img {
    max-width: none;
    width: 100%;
  }
  .hp-question__title {
    font-size: 2.2rem;
  }
  .hp-question__link {
    font-size: 1.8rem;
  }
  .hp-question__text p {
    font-size: 1.6rem;
    line-height: 1.4em;
  }
  .products {
    gap: 1rem;
  }
  .products__image {
    height: 12rem;
  }
  .products__image img {
    max-height: 12rem;
  }
  .products__title {
    font-size: 1.6rem;
  }
  .products__info {
    font-size: 1.3rem;
    line-height: 1.2em;
  }
  .global-style h2 {
    font-size: 2.6rem;
    margin: 2rem 0;
  }
  .global-style h3 {
    font-size: 2.4rem;
    margin: 2rem 0;
  }
  .global-style p {
    font-size: 1.6rem;
  }
  .bakeries {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .bakeries__item h4 {
    font-size: 2rem;
  }
  .bakeries__item p {
    font-size: 1.5rem;
  }
  .ico {
    margin-top: 4rem;
    font-size: 1.6rem;
  }
  .form-wrapper {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .search-form__inside-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-form__form {
    margin-right: 6rem;
  }
  .close-search {
    width: 3rem;
    height: 3rem;
    top: 2.5rem;
  }
  .close-mobile-menu {
    width: 3rem;
    height: 3rem;
  }
  .mobile-menu-wrapper a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 720px) {
  .our-brands-single__item {
    flex-wrap: wrap;
    background: #fcf5e9;
    padding: 2rem;
    border-radius: 2rem;
  }
  .our-brands-single__item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .our-brands-single__logo {
    flex-basis: 100%;
    order: 1 !important;
    margin-bottom: 1rem;
  }
  .our-brands-single__logo img {
    max-width: 14rem;
  }
  .our-brands-single__content {
    flex-basis: 100%;
    order: 2 !important;
    text-align: center;
    background: none;
    border-radius: 0;
    padding: 0;
  }
  .our-brands-single__content h2 {
    font-size: 2.6rem;
  }
  .our-brands-single__content p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 660px) {
  .footer__title {
    font-size: 2rem;
  }
  .footer__contact-text {
    font-size: 1.3rem;
    padding-top: 0.5rem;
  }
  .footer__contact-number {
    font-size: 1.8rem;
  }
  .our-brands__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .mobile-menu__links .links {
    flex-wrap: wrap;
  }
  .mobile-menu__links .links .link-socials {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .links__wrapper {
    margin: 0 -1rem;
  }
  .links__wrapper a,
  .links__wrapper div {
    margin: 0.5rem 1rem;
  }
  .hp-news--archive,
  .recipes--archive {
    justify-content: center;
  }
  .hp-news--archive .hp-news__item,
  .recipes--archive .hp-news__item,
  .hp-news--archive .recipes__item,
  .recipes--archive .recipes__item {
    flex-basis: calc(100% - 2rem);
    max-width: 380px;
  }
  .our-brands__item {
    padding: 1rem;
    min-height: inherit;
  }
  .products {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .product-type__title {
    font-size: 1.5rem;
  }
  .product-type__item {
    padding: 0.5rem 0.8rem;
  }
  .categories__item {
    padding: 1rem;
  }
  .products__image {
    max-height: 10rem;
    height: 10rem;
  }
  .products__image img {
    max-height: 10rem;
  }
  .reasons .wp-block-image figure {
    margin-top: 0;
    margin-bottom: 0;
  }
  .reasons .wp-block-image img {
    max-height: 6rem;
  }
  .reasons .wp-block-image + p {
    margin-top: 0;
  }
  .bakeries__map {
    height: 30rem;
  }
  .contact-map {
    flex-wrap: wrap;
  }
  .contact-map .contact-column {
    flex-basis: 100%;
    padding: 2rem;
  }
  .contact-map .image-column {
    flex-basis: 100%;
  }
  .contact-map .image-column img {
    position: relative;
  }
}
@media screen and (max-width: 540px) {
  .products__image {
    max-height: 8rem;
    height: 8rem;
  }
  .products__image img {
    max-height: 8rem;
  }
  .recipes--search .recipes__item {
    flex-basis: calc(100% - 2rem);
  }
  .hp-news--search .hp-news__item {
    flex-basis: calc(100% - 2rem);
  }
  .whisperer .products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .markets-section__items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem 2rem;
  }
  .hp-slider .slick-prev {
    left: -1rem;
  }
  .hp-slider .slick-next {
    right: -1rem;
  }
  .ico ul {
    flex-wrap: wrap;
  }
  .ico p {
    font-size: 1.4rem;
    line-height: 1.3em;
    margin-top: 1rem;
  }
  .inputs-wrapper {
    flex-wrap: wrap;
  }
  .inputs-wrapper .input-wrapper {
    flex-basis: 100%;
  }
  .map-wrapper {
    padding-bottom: 0;
  }
  .map-wrapper iframe {
    height: 30rem;
    min-height: inherit;
  }
  .bakeries {
    grid-template-columns: 1fr;
  }
  .background-box__image,
  .section-image {
    max-width: 12rem;
    max-height: 6rem;
  }
  .background-box__image {
    margin-top: -6rem;
  }
  .button,
  .global-style .wp-block-button__link {
    font-size: 1.6rem;
  }
  .career__title {
    font-size: 1.8rem;
    line-height: 1.2em;
  }
  .career__text p {
    font-size: 1.4rem;
  }
  .career__image {
    max-height: 5rem;
  }
  .hp-question__inside-wrapper {
    padding: 2rem;
    padding-bottom: 3.5rem;
  }
  .hp-news,
  .section-questions {
    padding-bottom: 4rem;
  }
  .section-questions {
    padding-top: 4rem;
  }
  .hp-news {
    padding-top: 0;
  }
  .hp-news__image,
  .recipes__image {
    min-height: 14rem;
  }
}
@media screen and (max-width: 440px) {
  .products,
  .whisperer .products {
    grid-template-columns: 1fr 1fr;
  }
}
/* IE 11 */
