<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * Use Utopia to generate responsive font sizes
 * @link https://utopia.fyi/type/calculator
 */
:root {
  --ff-primary: system-ui, sans-serif;
  --fs-300: 0.875rem;
  --fs-400: 1rem;
  --fs-500: 1.25rem;
  --fs-600: 1.5rem;
  --fs-700: 2rem;
  --fs-800: 2.5rem;
  --fs-900: 3.5rem;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-bold: 700;
  --clr-text: #282828;
  --clr-background: #fff;
  --clr-background-secondary: #eee4e2;
  --clr-primary: #2f343d;
  --clr-secondary: #404a5a;
  --clr-accent: #ec1c24;
}

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

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
}

input,
button,
textarea {
  font: inherit;
}

img,
picture {
  max-width: 100%;
  display: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main {
  display: grid;
  justify-items: center;
  width: 100%;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: var(--ff-primary);
  font-size: var(--fs-400);
  background-color: var(--clr-background);
  color: var(--clr-text);
  font-weight: 400;
  max-width: 100%;
  display: grid;
  place-items: center;
  align-items: start;
  overflow-x: hidden;
}

.container {
  width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
  font-family: "Manrope";
}
.container h1.top-header {
  font-family: "Something New";
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.5px;
  font-size: 40px;
  text-align: center;
  margin: 2rem auto;
}
@media (width &gt; 30em) {
  .container {
    padding: 0 1rem;
  }
}
@media (width &gt; 75em) {
  .container {
    max-width: 90rem;
  }
}

.container-wide {
  width: 100%;
  max-width: 390px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media (width &gt; 30em) {
  .container-wide {
    padding: 0 0rem;
    max-width: 100%;
  }
}
@media (width &gt; 75em) {
  .container-wide {
    padding: 0 0rem;
    max-width: 100%;
  }
}
@media (width &gt; 48em) {
  .container-wide {
    padding: 0 0rem;
    max-width: 100%;
  }
}

.container-recipes-transparent {
  background-color: transparent;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container-recipes-colored {
  background-color: #eee4e2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container-blog-transparent {
  background-color: transparent;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container-blog-colored {
  background-color: #eee4e2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: #282828;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

.hoa-font-primary {
  font-family: "Something New";
}

.hoa-font-secondary {
  font-family: "Manrope";
}

.space-1rem {
  margin-top: 1rem;
}

.space-2rem {
  margin-top: 2rem;
}

.space-3rem {
  margin-top: 3rem;
}

.space-4rem {
  margin-top: 4rem;
}

.space-5rem {
  margin-top: 5rem;
}

@font-face {
  font-family: "Something New";
  src: url("/wp-content/themes/hoa/assets/fonts/something-new-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'Manrope';
    src: url('/wp-content/themes/hoa/assets/fonts/manrope.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/hoa/assets/fonts/manrope.ttf") format("truetype");
  font-weight: 300 800; /* Zakres wag od 300 do 800 */
  font-style: normal;
}
.parallax-effect-container {
  height: 350px;
  overflow: hidden;
  display: block;
  background: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
}
@media (width &gt; 48em) {
  .parallax-effect-container {
    height: 300px;
  }
}
@media (width &gt; 75em) {
  .parallax-effect-container {
    height: 300px;
  }
}

.parallax-effect-container-asia {
  min-height: 400px;
  height: 100%;
}

.parallax-effect-content {
  position: absolute;
  display: block;
  max-width: 100%;
  top: 50%;
  left: 0;
  padding: 16px;
  width: 100%;
  transform-style: flat;
  transform: translate3d(0, -50%, 0);
}

.parallax-effect-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-attachment: fixed;
  background-position-x: 95%;
  background-position-y: 5%;
  background-size: 15%;
  display: none;
}
@media (width &gt; 48em) {
  .parallax-effect-image {
    display: block;
  }
}

.parallax-effect-image-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-attachment: fixed;
  background-position-x: 95%;
  background-position-y: 5%;
  background-size: 30%;
  display: none;
}
@media (width &gt; 48em) {
  .parallax-effect-image-2 {
    display: block;
  }
}

.parallax-effect-image-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-attachment: fixed;
  background-position-x: 5%;
  background-position-y: 5%;
  background-size: 15%;
  display: none;
}
@media (width &gt; 48em) {
  .parallax-effect-image-left {
    display: block;
  }
}

.homepage__slider {
  width: 100%;
  /* height: 900px; */
}
.homepage__tempslider {
  background-image: url("https://houseofasia.pl/wp-content/uploads/2024/12/Horoskop_Chinskki_2025_Rok_Weza_House_of_Asia_d.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.homepage__products {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
.homepage__products .sketch {
  position: absolute;
  top: -32%;
  right: -350px;
  transform: translateY(-50%);
  width: 295px;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}
.homepage__recipes {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
.homepage__recipes .sketch {
  position: absolute;
  top: 48%;
  left: -350px;
  transform: translateY(-50%);
  width: 295px;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}
.homepage__asia {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
.homepage__asia .sketch {
  position: absolute;
  top: 9%;
  /*right: -287px;*/
  right: -200px;
  transform: translateY(-50%);
  width: 525px;
  opacity: 1;
  pointer-events: none;
  z-index: -1;
}
.homepage__header {
  font-family: "Something New";
  font-weight: 400;
  text-align: center;
  font-size: 2.5rem;
  line-height: 3.3rem;
  margin-bottom: 1rem;
  width: 80%;
}
@media (width &gt; 75em) {
  .homepage__header {
    font-size: 3rem;
    width: 100%;
  }
}
@media (width &gt; 48em) {
  .homepage__header {
    font-size: 3rem;
    width: 100%;
  }
}
.homepage__subheader {
  font-family: "Manrope";
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
}
.homepage__subheader::after {
  content: "";
  display: block;
  width: 10.3125rem;
  height: 1.5625rem;
  background-image: url("/wp-content/themes/hoa/assets/img/wave.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0.25rem;
}
.homepage__blog {
  background-color: #eee4e2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-top: 2rem;
  gap: 2rem;
  min-height: 400px;
}
@media (width &gt; 48em) {
  .homepage__blog {
    flex-direction: row;
    padding-top: 0rem;
    justify-content: center;
    display: flex;
    gap: 2rem;
    margin-top: 0rem;
  }
}
@media (width &gt; 75em) {
  .homepage__blog {
    flex-direction: row;
    padding-top: 2rem;
    justify-content: center;
    display: flex;
    gap: 2rem;
    margin-top: 0rem;
  }
}
.homepage__newsletter {
  background-color: #eee4e2;
}
.homepage__instagram {
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}
.homepage__social {
  position: relative;
  padding-bottom: 6rem;
  margin-top: 6rem;
}
.homepage__social .sketch {
  position: absolute;
  top: -2%;
  left: -75%;
  transform: translateY(-50%);
  width: 435px;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.homepage__social .header {
  color: #FF3334;
  font-family: "Something New";
  font-weight: 400;
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: -1%;
  margin: 2rem auto;
  text-align: center;
}
@media (width &gt; 75em) {
  .homepage__social .header {
    font-size: 4.25rem;
    line-height: 5rem;
  }
}
@media (width &gt; 48em) {
  .homepage__social .header {
    font-size: 6.25rem;
    line-height: 7rem;
  }
}
.homepage__social .socials {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
}
@media (width &gt; 48em) {
  .homepage__social .socials {
    gap: 2rem;
  }
}
@media (width &gt; 75em) {
  .homepage__social .socials {
    gap: 2rem;
  }
}
.homepage__social .socials .item {
  color: #282828;
  display: flex;
  gap: 0.2rem;
  text-decoration: none;
  flex-direction: row;
  align-items: center;
  font-family: "Manrope";
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 26px;
  letter-spacing: -0.5px;
}
@media (width &gt; 48em) {
  .homepage__social .socials .item {
    font-size: 1rem;
  }
}
@media (width &gt; 75em) {
  .homepage__social .socials .item {
    font-size: 1.2rem;
  }
}
.homepage__social .socials .item img {
  width: 32px;
  height: auto;
}

.homepage__newsletter {
  background-color: #EEE4E2;
  padding: 40px 20px;
  text-align: center;
  width: 100%;
}
.homepage__newsletter .newsletter__content {
  max-width: 22rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width &gt; 48em) {
  .homepage__newsletter .newsletter__content {
    max-width: 40rem;
  }
}
@media (width &gt; 75em) {
  .homepage__newsletter .newsletter__content {
    max-width: 60rem;
  }
}
.homepage__newsletter .newsletter__content .image {
  width: 30%;
  margin: 1rem;
}
.homepage__newsletter .newsletter__content .header {
  color: #282828;
  margin-bottom: 10px;
  font-family: "Manrope";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: -1px;
  text-align: center;
}
@media (width &gt; 48em) {
  .homepage__newsletter .newsletter__content .header {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (width &gt; 75em) {
  .homepage__newsletter .newsletter__content .header {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.homepage__newsletter .newsletter__content .subheader {
  font-size: 18px;
  color: #4a4a4a;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Manrope";
}
.homepage__newsletter .newsletter__content .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
}
@media (width &gt; 48em) {
  .homepage__newsletter .newsletter__content .form {
    max-width: 60%;
  }
}
@media (width &gt; 75em) {
  .homepage__newsletter .newsletter__content .form {
    max-width: 60%;
  }
}
.homepage__newsletter .newsletter__content .form .fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (width &gt; 48em) {
  .homepage__newsletter .newsletter__content .form .fields {
    flex-direction: row;
  }
}
@media (width &gt; 75em) {
  .homepage__newsletter .newsletter__content .form .fields {
    flex-direction: row;
  }
}
.homepage__newsletter .newsletter__content .form input[type=email] {
  width: 100%;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  font-family: "Manrope";
}
@media (width &gt; 48em) {
  .homepage__newsletter .newsletter__content .form input[type=email] {
    width: 60%;
  }
}
@media (width &gt; 75em) {
  .homepage__newsletter .newsletter__content .form input[type=email] {
    width: 60%;
  }
}
.homepage__newsletter .newsletter__content .form button {
  background-color: #2d2d2d;
  color: white;
  width: 100%;
  font-size: 16px;
  padding: 8px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
  font-family: "Manrope";
}
.homepage__newsletter .newsletter__content .form button:hover {
  background-color: #1a1a1a;
}
@media (width &gt; 48em) {
  .homepage__newsletter .newsletter__content .form button {
    width: 30%;
  }
}
@media (width &gt; 75em) {
  .homepage__newsletter .newsletter__content .form button {
    width: 30%;
  }
}
.homepage__newsletter .newsletter__content .form input[type=checkbox] {
  margin-right: 8px;
}
.homepage__newsletter .newsletter__content .form label {
  font-size: 14px;
  color: #4a4a4a;
  font-family: "Manrope";
}

/*
.card {
    position: relative;
    width: 300px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background: white;
    font-family: Arial, sans-serif;

    @include mq("md") {
      width: 400px;
    }


  &amp;__image {
    width: 100%;
    height: 360px;
    object-fit: cover;
  }

  &amp;__category {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Manrope';
  }

  &amp;__content {
    padding: 15px;
    text-align: center;
  }

  &amp;__title {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    font-family: 'Manrope';
  }

  &amp;__description {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    font-family: 'Manrope';
  }
}

*/
.cards-container {
  display: flex;
  gap: 16px;
  flex-direction: row;
}

.card {
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.07);
  width: 365px;
  height: 382px;
  min-height: 382px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.card .card-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.card__category {
  position: absolute;
  top: 10px;
  left: 10px;
  background: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: "Manrope";
  z-index: 200;
}
.card .card-image-gradient:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 60, 0);
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.card .card-active-bg {
  background-color: rgba(52, 52, 60, 0.3);
}
.card .card-image-gradient &gt; .card-active-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.card .fg-image {
  display: inline-block;
}
.card .full-width {
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
}
.card .content-wrapper {
  position: relative;
}
.card .card-content {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  transition: max-height 1s ease-in-out, padding 0.4s ease-in-out;
  max-height: 100px;
  overflow: hidden;
}
.card .card-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-in-out, padding 0.4s ease-in-out;
  padding-top: 0;
  display: none;
}
@media (width &gt; 48em) {
  .card:hover .card-image-gradient &gt; .card-active-bg {
    opacity: 1;
  }
  .card:hover .card-content {
    max-height: 200px;
  }
  .card:hover .card-collapse {
    max-height: 100px;
    padding-top: 15px;
    display: block;
  }
}
.card .card-title {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  font-family: "Manrope";
}
.card .card-collapse {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  font-family: "Manrope";
}

.smaki-azji-mobile {
  display: block;
  padding: 2rem;
  margin-top: -2.5rem;
  z-index: 200;
}
.smaki-azji-mobile img {
  max-height: 220px;
  margin: 0 auto;
  max-width: 220px;
}
@media (width &gt; 48em) {
  .smaki-azji-mobile {
    display: none;
  }
}

.topbar {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
}
@media (width &gt; 48em) {
  .topbar {
    height: 400px;
  }
}
@media (width &gt; 75em) {
  .topbar {
    height: 400px;
  }
}
.topbar h1 {
  font-family: "Something New";
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  z-index: 1;
}
.topbar h2, .topbar h3 {
  width: 100%;
  font-family: "Manrope";
  font-size: 1.2rem;
  max-width: 85%;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (width &gt; 30em) {
  .topbar h2, .topbar h3 {
    font-size: 1.5rem;
    max-width: 95%;
  }
}
.topbar h2.topbar-blog {
  width: 100%;
  font-family: "Something New";
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.topbar .searchbar {
  max-width: 500px;
  max-height: 48px;
  height: 48px;
  width: 90%;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 1;
}
@media (width &gt; 48em) {
  .topbar .searchbar {
    width: 100%;
  }
}
@media (width &gt; 75em) {
  .topbar .searchbar {
    width: 100%;
  }
}
.topbar .searchbar img {
  width: 20px;
  height: 20px;
}
.topbar .searchbar input {
  background-color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.2px;
  border: 0px;
  height: 35px;
  width: 100%;
  text-align: center;
  color: #282828;
}

.topbar-przepisy h2 {
  font-family: "Something New";
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  z-index: 1;
}

.topbar-przepisy-parallax {
  background-image: url("https://houseofasia.pl/wp-content/uploads/2025/03/przepisy-bg-mobile.webp");
  /*
  min-height: 400px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-attachment: scroll;
  */
  min-height: 350px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: inherit;
  background-position-x: center;
}
@media (width &gt; 30em) {
  .topbar-przepisy-parallax {
    min-height: 400px;
    background-image: url("https://houseofasia.pl/wp-content/uploads/2025/03/wszystkie-smaki-azji-przepisy.webp");
    background-position-y: -600px;
    background-position-x: -900px;
  }
}
@media (width &gt; 48em) {
  .topbar-przepisy-parallax {
    min-height: 400px;
    background-image: url("https://houseofasia.pl/wp-content/uploads/2025/03/wszystkie-smaki-azji-przepisy.webp");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    background-position-y: center;
  }
}
@media (width &gt; 75em) {
  .topbar-przepisy-parallax {
    min-height: 400px;
    background-image: url("https://houseofasia.pl/wp-content/uploads/2025/03/wszystkie-smaki-azji-przepisy.webp");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    background-position-y: center;
  }
}

/*
.topbar-przepisy { 
  background-image: url(https://houseofasia.pl/wp-content/uploads/2025/03/przepisy-bg-mobile.webp);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; 
  background-position-x: center;
  background-position-y: -200px;

  @include mq("md") {
    background-image: url(https://houseofasia.pl/wp-content/uploads/2025/03/wszystkie-smaki-azji-przepisy.webp);
    background-position-x: center;
    background-position-y: -600px;
  }

  @include mq("lg") {
    background-image: url(https://houseofasia.pl/wp-content/uploads/2025/03/wszystkie-smaki-azji-przepisy.webp);
    background-position-x: center;
    background-position-y: -500px;
  }
}
  */
.recipe-selectors-container {
  white-space: wrap;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  width: 390px;
}
.recipe-selectors-container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
@media (width &gt; 30em) {
  .recipe-selectors-container {
    flex-wrap: wrap;
    justify-content: center;
    min-width: 0;
    width: 100%;
    overflow-x: visible;
    padding-top: 1rem;
  }
}

.selector-group {
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #000;
  padding: 1rem;
  letter-spacing: 1px;
  display: block;
}
@media (width &gt; 48em) {
  .selector-group {
    display: none;
  }
}

.selector-group-desktop {
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #000;
  padding: 1rem;
  letter-spacing: 1px;
  display: none;
}
@media (width &gt; 48em) {
  .selector-group-desktop {
    display: block;
  }
}

.recipe-selectors {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  min-width: 710px;
  gap: 10px;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /*
  @include mq("lg") {
    flex-wrap: wrap;
    justify-content: center;
    min-width: 0;
    overflow-x: visible;
  }
  */
}
@media (width &gt; 48em) {
  .recipe-selectors {
    justify-content: center;
    width: 100%;
  }
}
.recipe-selectors .dropdown {
  position: relative;
  display: inline-block;
}
.recipe-selectors .dropdown-button {
  padding: 10px;
  border: 1px solid black;
  background: white;
  cursor: pointer;
  flex-wrap: nowrap;
  font-family: "Manrope", sans-serif;
  gap: 1rem;
  min-width: 150px;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recipe-selectors .dropdown-content {
  display: none;
  background-color: white;
  min-width: 150px;
  font-family: "Manrope", sans-serif;
  border-top: 2px solid #9e9e9e;
  box-shadow: 1px -9px 6px rgba(0, 0, 0, 0.1);
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 50% !important;
  overflow-y: scroll;
}
@media (width &gt; 48em) {
  .recipe-selectors .dropdown-content {
    position: absolute;
    z-index: 1;
    top: 0;
    width: initial;
    text-align: left;
    box-shadow: 7px 3px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #626262;
    height: auto;
    overflow-y: visible;
    min-width: 250px;
  }
}
.recipe-selectors .dropdown-content .dropdown-content-header {
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
.recipe-selectors .dropdown-content div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
}
.recipe-selectors .dropdown-content div:hover {
  background-color: #f1f1f1;
}

.pad-thai-reverse {
  flex-direction: column-reverse !important;
}
@media (width &gt; 30em) {
  .pad-thai-reverse {
    flex-direction: row !important;
  }
}

.container-recipes h1 {
  width: 100%;
  font-family: "Something New";
  font-size: 2rem;
  text-align: center;
  color: #282828;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.container-recipes h2 {
  width: 100%;
  font-family: "Something New";
  font-size: 2rem;
  text-align: center;
  color: #282828;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.container-recipes .recipes {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (width &gt; 30em) {
  .container-recipes .recipes {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (width &gt; 48em) {
  .container-recipes .recipes {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (width &gt; 75em) {
  .container-recipes .recipes {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.container-recipes .recipe-list-card, .container-recipes .recipe-list-card-text-only {
  width: 90%;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
}
@media (width &gt; 30em) {
  .container-recipes .recipe-list-card, .container-recipes .recipe-list-card-text-only {
    width: calc(50% - 2rem);
  }
}
@media (width &gt; 48em) {
  .container-recipes .recipe-list-card, .container-recipes .recipe-list-card-text-only {
    width: 322px;
  }
}
@media (width &gt; 75em) {
  .container-recipes .recipe-list-card, .container-recipes .recipe-list-card-text-only {
    width: 322px;
  }
}
.container-recipes .recipe-list-card &gt; a &gt; img {
  width: 100%;
  min-width: 322px;
  min-height: 322px;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
.container-recipes .recipe-list-card h3 {
  font-size: 20px;
  margin: 10px 0;
  line-height: 130%;
  color: #282828;
}
.container-recipes .recipe-list-card-text-only .content h3 {
  font-size: 2rem;
  font-family: "Something New", sans-serif;
}
.container-recipes .recipe-list-card-text-only .content p {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  max-width: 300px;
  padding-top: 1rem;
}
.container-recipes .pad-thai {
  position: relative;
  overflow: visible;
}
.container-recipes .sushi::before {
  background-image: url(/wp-content/uploads/2025/06/rysunki_sushipng.png);
  content: "";
  position: absolute;
  background-size: 80%;
  top: -20px;
  background-repeat: no-repeat;
  left: -20px;
  background-position: center;
  z-index: 1;
  display: none;
}
@media (width &gt; 30em) {
  .container-recipes .sushi::before {
    display: block;
    width: 400px;
    height: 360px;
    background-size: 70%;
    top: -60px;
  }
}
@media (width &gt; 48em) {
  .container-recipes .sushi::before {
    width: 460px;
    height: 478px;
    background-size: 80%;
    top: -20px;
  }
}
.container-recipes .pad-thai::before {
  background-image: url(/wp-content/uploads/2025/06/rysunki_wok.png);
  content: "";
  position: absolute;
  background-size: 80%;
  top: -20px;
  background-repeat: no-repeat;
  left: -20px;
  background-position: center;
  z-index: 1;
  display: none;
}
@media (width &gt; 30em) {
  .container-recipes .pad-thai::before {
    display: block;
    width: 400px;
    height: 400px;
  }
}
@media (width &gt; 48em) {
  .container-recipes .pad-thai::before {
    width: 460px;
    height: 478px;
  }
}
.container-recipes .recipe-list-card .info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.container-recipes .recipe-list-card .info &gt; span &gt; a &gt; img {
  width: auto;
  height: 24px;
  max-width: 24px;
}
.container-recipes .recipe-list-card .info span a {
  display: flex;
  border-radius: 2px;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #000;
  padding: 5px;
  color: #282828;
  text-transform: lowercase;
}
.container-recipes .container-description {
  width: 90%;
  margin: 0 auto;
}
.container-recipes .container-description h2 {
  font-size: 1.5rem;
  text-align: left;
  margin: 1rem 0;
  font-family: "Manrope", sans-serif;
}
.container-recipes .container-description p {
  font-size: 1rem;
  margin-top: 1rem;
  font-family: "Manrope", sans-serif;
}
.container-recipes .container-description a {
  color: #282828;
  text-decoration: underline;
  font-family: "Manrope", sans-serif;
}

.show-recipies {
  display: flex;
  padding: 1rem;
  justify-content: center;
}
.show-recipies button {
  padding: 11px;
  border: 1px solid black;
  background-color: #fff;
  color: #282828;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
  border-radius: 2px;
  text-align: center;
  font-weight: 600;
  flex-wrap: nowrap;
  gap: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show-recipies button:hover {
  text-decoration: underline;
}
.show-recipies button svg {
  transform: rotate(-90deg);
}
.show-recipies button svg path {
  fill: #fff;
}

.container-slider-products {
  width: 90%;
  margin: 0 auto;
}
.container-slider-products h2 {
  font-size: 2.5rem;
  width: 100%;
  text-align: left;
  font-family: "Something New", sans-serif;
  margin: 2rem 0;
}

.clear-filters {
  padding-top: 11px;
  font-size: 14px;
  color: #282828;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}

.close-filter {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (width &gt; 48em) {
  .close-filter {
    transform: none;
    position: relative;
    float: right;
    right: unset;
  }
}

.recipe-header__image {
  margin: 2rem 0;
  width: 100%;
  text-align: center;
  height: auto;
}
.recipe-header__image img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.recipe-header__short {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.recipe-header__icons {
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
.recipe-header__icons &gt; div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 100px;
  text-align: center;
}
.recipe-header__icons &gt; div span {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}
.recipe-header__header h1 {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Something New", sans-serif;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  letter-spacing: -0.5px;
}
@media (width &gt; 48em) {
  .recipe-header__header h1 {
    font-size: 3rem;
  }
}
.recipe-header__header h2 {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Something New", sans-serif;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  letter-spacing: -0.5px;
}
@media (width &gt; 48em) {
  .recipe-header__header h2 {
    font-size: 3rem;
  }
}

.recipe-background {
  background-color: #EEE4E2;
}

.recipe__ingridiens, .recipe__preparation {
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  line-height: 2rem;
}
@media (width &gt; 48em) {
  .recipe__ingridiens, .recipe__preparation {
    flex: 1;
    max-width: 50%;
  }
}
.recipe__ingridiens ul, .recipe__preparation ul {
  list-style: disc;
  margin: 1rem 0;
}
.recipe__ingridiens ul li, .recipe__preparation ul li {
  margin-left: 2rem;
}
.recipe__ingridiens ol, .recipe__preparation ol {
  width: 95%;
  margin-left: 2rem;
  padding-right: 1rem;
}
.recipe__ingridiens h1, .recipe__preparation h1 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Something New", sans-serif;
  text-align: left;
  margin: 2rem 0;
  width: 100%;
  letter-spacing: -0.5px;
}
@media (width &gt; 48em) {
  .recipe__ingridiens h1, .recipe__preparation h1 {
    font-size: 2rem;
  }
}

.recipe-description__wrapper {
  display: flex;
  flex-direction: column;
}
@media (width &gt; 48em) {
  .recipe-description__wrapper {
    flex-direction: row;
  }
}
.recipe-description h2 {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Something New", sans-serif;
  text-align: left;
  margin: 2rem 0;
  width: 100%;
  letter-spacing: -0.5px;
}

.recipe-tip-wrapper {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  border-top: 1px solid #282828;
  margin: 2rem 0;
  padding: 2rem 2rem;
  width: 100%;
  align-items: center;
}
@media (width &gt; 48em) {
  .recipe-tip-wrapper {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    border-top: 1px solid #282828;
    margin: 2rem 0;
    padding: 2rem 0;
    width: 70%;
  }
}
.recipe-tip-wrapper .tip {
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 2rem;
}
.recipe-tip-wrapper .tip-icon {
  max-width: 150px;
  min-width: 50px;
}
.recipe-tip-wrapper .tip-icon img {
  width: 200px;
}
@media (width &gt; 48em) {
  .recipe-tip-wrapper {
    flex-direction: row;
  }
}

.ikonka2 {
  width: 2rem;
  height: 2rem;
  background-color: #EBEBEB;
}

.ikonka {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.ikonka img {
  width: 95%;
  height: auto;
}

.buy {
  display: flex;
  gap: 2rem;
}

.columns-container {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  flex-direction: column-reverse;
}
@media (width &gt; 48em) {
  .columns-container {
    flex-direction: row;
  }
}

.column-60 {
  flex: 1;
  max-width: 90%;
  padding: 10px;
  box-sizing: border-box;
}
@media (width &gt; 48em) {
  .column-60 {
    flex: 6;
    max-width: 60%;
  }
}

.column-40 {
  flex: 1;
  max-width: 90%;
  padding: 10px;
  box-sizing: border-box;
}
@media (width &gt; 48em) {
  .column-40 {
    flex: 3;
    max-width: 30%;
  }
}

.product-tags {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}
@media (width &gt; 48em) {
  .product-tags {
    gap: 1rem;
    margin: 2rem 0;
  }
}

.product-tags &gt; span &gt; img {
  width: 24px;
  height: auto;
}

.product-tags &gt; span &gt; a &gt; img {
  width: 24px;
  height: auto;
}

.product-tags &gt; span {
  display: flex;
  border-radius: 2px;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #000;
  padding: 5px;
  color: #282828;
  text-transform: lowercase;
}

.product-tags &gt; span &gt; a {
  display: flex;
  border-radius: 2px;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #282828;
  text-transform: lowercase;
}

.tags {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}
@media (width &gt; 48em) {
  .tags {
    gap: 1rem;
    margin: 2rem 0;
  }
}

.tags &gt; span &gt; a &gt; img {
  width: 24px;
  height: auto;
}

.ikonka-przepis {
  width: auto;
  height: 24px;
  max-width: 24px;
}

.tags span a {
  display: flex;
  border-radius: 2px;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #000;
  padding: 5px;
  color: #282828;
}

.recipes-selectors {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 3rem auto;
  justify-content: center;
  overflow-x: scroll;
}
@media (width &gt; 48em) {
  .recipes-selectors {
    flex-direction: column;
    justify-content: center;
  }
}

.selector-filtry, .selector-kategorie {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: left;
}
@media (width &gt; 48em) {
  .selector-filtry, .selector-kategorie {
    flex-direction: column;
    justify-content: center;
  }
}

.selector-title {
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #000;
  padding: 1rem;
  letter-spacing: 1px;
  display: block;
}

.recipes-pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}
.recipes-pagination .pagination {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: center;
}
.recipes-pagination .pagination .current-page {
  font-weight: 700;
}

li.rmp-rating-widget__icons-list__icon.js-rmp-rating-item {
  padding-left: 10px;
}

.container-products .products {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
}
@media (width &gt; 30em) {
  .container-products .products {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (width &gt; 48em) {
  .container-products .products {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem 2rem;
  }
}
@media (width &gt; 75em) {
  .container-products .products {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem 2rem;
  }
}

.product-list-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  background: #fff;
}
@media (width &gt; 48em) {
  .product-list-card {
    flex: 1 1 calc(25% - 2rem);
    max-width: calc(25% - 2rem);
  }
}
.product-list-card img {
  width: 100%;
  height: auto;
  display: block;
}
@media (width &gt; 48em) {
  .product-list-card img {
    max-width: 270px;
  }
}
.product-list-card h3 {
  width: 90%;
  font-family: "Manrope";
  font-size: 1.2rem;
  text-align: center;
  color: #282828;
  font-weight: 400;
  line-height: 1.6rem;
}

.products-text-bottom {
  font-size: 1rem;
  text-align: left;
  color: #282828;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.usage h3 {
  font-size: 20px;
  font-family: "Something New", sans-serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.usage div {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.usage div img {
  max-width: 90px;
  height: auto;
}

.product-info .tags span {
  text-transform: lowercase;
}

.products-selectors {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 3rem auto;
  justify-content: center;
}
@media (width &gt; 48em) {
  .products-selectors {
    flex-direction: row;
  }
}

.selector-filtry, .selector-kategorie {
  display: flex;
  flex-direction: row;
}

.selector-title {
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  color: #000;
  padding: 1rem;
  letter-spacing: 1px;
  display: block;
}

.product-list-card {
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.product-list-card img {
  transition: transform 0.3s ease-in-out;
}

.product-list-card:hover img {
  transform: scale(1.05);
}

.ts-wrapper.custom-select.single {
  padding: 5px;
  border: 1px solid black;
  background: white;
  cursor: pointer;
  flex-wrap: nowrap;
  font-family: "Manrope", sans-serif;
  gap: 1rem;
  min-width: 150px;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
}

.ts-control {
  background: none !important;
  border: none;
  background-color: #fff;
}

.ts-control input::placeholder, .ts-control input {
  color: #282828;
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}

.ts-control .item {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}

.ts-dropdown-content {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}

.ts-dropdown-content .option {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  line-height: 24px;
  padding: 4px;
  margin-bottom: 5px;
}

.ts-control:focus,
.ts-control:focus-within {
  outline: none;
  box-shadow: none; /* jeśli jest shadow zamiast outline */
}

.custom-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding: 8px 8px 8px 12px !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  /* background: white url('data:image/svg+xml;utf8,&lt;svg fill="black" height="12" width="12" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M7 10l5 5 5-5z"/&gt;&lt;/svg&gt;') no-repeat right 10px center !important; */
  background: none !important;
  background-size: 12px !important;
  cursor: pointer !important;
  font-size: 16px !important;
}

.ts-dropdown.single, .ts-wrapper.single .ts-control {
  border-color: transparent !important;
}

/* nawigation */
.products-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.products-navigation .custom-prev-button, .products-navigation .custom-next-button {
  cursor: pointer;
}

.products-navigation .prev-next-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}

.products-navigation .products-all {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1px;
  font-family: "Manrope", sans-serif;
  border: 1px solid #282828;
  border-radius: 2px;
  padding: 8px 24px;
  margin-top: -5px;
  margin-left: 15px;
}

.products-pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.products-pagination .pagination {
  display: flex;
  gap: 1rem;
}
.products-pagination .pagination .current-page {
  font-weight: 700;
}

.wartosci, .alergeny {
  display: flex;
  flex-direction: column;
}
.wartosci .wiersz, .alergeny .wiersz {
  display: flex;
  flex-direction: row;
}
.wartosci .wiersz .nazwa, .wartosci .wiersz .wartosc, .alergeny .wiersz .nazwa, .alergeny .wiersz .wartosc {
  flex: 0 1 50%;
  margin-bottom: 0.4rem;
}
.wartosci .wiersz .wartosc, .alergeny .wiersz .wartosc {
  text-align: right;
}

.main-wrapper {
  display: flex;
  height: auto;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.left-side, .right-side {
  width: 50%;
  position: relative;
}

.right-side .content {
  margin-top: -5rem;
}

.left-side .background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 352/289;
}

.right-side {
  background-color: #2b1d1d; /* ciemne tło, możesz zmienić na #000 */
  display: flex;
  align-items: center;
  position: relative;
}

.center-image {
  position: absolute;
  left: 0px;
  transform: translateX(-50%);
}

.center-image img {
  max-height: 400px;
  width: auto;
}

.text-content {
  margin-left: 13rem;
  margin-right: 2rem;
  color: white;
}

.text-content h1 {
  font-size: 3em;
  font-family: "Something New", sans-serif;
  margin-bottom: 2rem;
}

.buttons {
  margin-bottom: 2rem;
  display: none;
}

.buttons button {
  margin-right: 10px;
  padding: 10px 20px;
  border: 1px solid white;
  background: none;
  color: white;
  cursor: pointer;
  border-radius: 2rem;
}

ul {
  list-style: none;
  padding: 0;
}

.recipe-header ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 300;
}

.recipe-header ul li::before {
  content: "➔";
  position: absolute;
  left: 0;
  color: white;
}

.rmp-rating-widget__icons li::before {
  content: none !important;
}

.product-info .pro-tip-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.product-info .pro-tip {
  font-family: "Something New", sans-serif;
}

@media (max-width: 768px) {
  .recipe-header ul li {
    font-size: 1.1rem;
  }
  .breadcrumbs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .main-wrapper {
    flex-direction: column;
  }
  .left-side, .right-side {
    width: 100%;
  }
  .left-side .background-image {
    height: auto;
    aspect-ratio: 352/289;
  }
  .right-side {
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .right-side .content {
    margin-top: -14rem;
  }
  .content {
    flex-direction: column;
    margin-left: 0;
    align-items: center;
  }
  .center-image {
    position: relative;
    transform: none;
    left: unset;
  }
  .center-image img {
    max-height: 250px;
  }
  .text-content {
    margin-left: 2rem;
    margin-top: 2rem;
    color: white;
  }
  .text-content h1 {
    font-size: 2rem;
    text-align: left;
    line-height: 110%;
    margin-bottom: 1rem;
  }
  ul li {
    font-size: 18px;
    text-align: left;
  }
  .buttons {
    display: none;
    text-align: left;
    margin-bottom: 1rem;
  }
  .buttons button {
    padding: 8px 16px;
    font-size: 14px;
  }
  .columns-container {
    flex-direction: column;
    margin-top: 0;
  }
}
.description-header {
  font-family: "Something New";
  margin-bottom: 1rem;
}

.blog-h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1px;
  text-align: center;
  color: #fff;
}

.container-blog {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.container-blog h1 {
  width: 100%;
  font-family: "Something New";
  font-size: 2rem;
  text-align: center;
  color: #282828;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.container-blog h2 {
  width: 100%;
  font-family: "Something New";
  font-size: 2rem;
  text-align: center;
  color: #282828;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.container-blog .blog {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (width &gt; 30em) {
  .container-blog .blog {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (width &gt; 48em) {
  .container-blog .blog {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (width &gt; 75em) {
  .container-blog .blog {
    flex-direction: row;
    align-items: flex-start;
  }
}
.container-blog .blog-list-card, .container-blog .blog-list-card-text-only {
  width: 90%;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
}
@media (width &gt; 30em) {
  .container-blog .blog-list-card, .container-blog .blog-list-card-text-only {
    width: calc(50% - 2rem);
  }
}
@media (width &gt; 48em) {
  .container-blog .blog-list-card, .container-blog .blog-list-card-text-only {
    width: 322px;
  }
}
@media (width &gt; 75em) {
  .container-blog .blog-list-card, .container-blog .blog-list-card-text-only {
    width: 322px;
  }
}
.container-blog .blog-list-card &gt; a &gt; img {
  width: 100%;
  min-width: 322px;
  min-height: 322px;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}
.container-blog .blog-list-card h3 {
  font-size: 20px;
  margin: 10px 0;
  line-height: 130%;
  color: #282828;
  font-weight: 400;
}
.container-blog .blog-list-card-text-only .content h3 {
  font-size: 2rem;
  font-family: "Something New", sans-serif;
}
.container-blog .blog-list-card-text-only .content p {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  max-width: 300px;
  padding-top: 1rem;
}
.container-blog .blog-list-card .info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
}
.container-blog .blog-list-card .info &gt; span &gt; img {
  width: 24px;
  height: auto;
}
.container-blog .blog-list-card .info span {
  display: flex;
  border-radius: 2px;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #000;
  padding: 5px;
  color: #282828;
}
.container-blog .blog-triva p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.container-blog button.see-all {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1px;
  font-family: "Manrope", sans-serif;
  border: 1px solid #282828;
  border-radius: 2px;
  padding: 8px 24px;
  margin: 0 auto;
  margin-top: -5px;
  background-color: transparent;
}

.blog-post .post-content {
  padding: 15px;
}
.blog-post .post-content ol, .blog-post .post-content ul {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.blog-post .post-content ol li, .blog-post .post-content ul li {
  margin-left: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0.5rem;
}
.blog-post .post-content p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.blog-post .blog-post-image {
  margin: 2rem 0;
  width: 100%;
  text-align: center;
  height: auto;
}
.blog-post .blog-post-image img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.blog-pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.blog-pagination .pagination {
  display: flex;
  gap: 1rem;
}
.blog-pagination .pagination .current-page {
  font-weight: 700;
}

.lampion {
  position: relative;
  margin: 0 auto;
  right: 0;
  margin-top: -120px;
  width: 100px;
}
@media (width &gt; 48em) {
  .lampion {
    width: 150px;
    height: auto;
    position: absolute;
    right: 10%;
    margin-top: -90px;
  }
}

.lampion-wrapper {
  margin-top: 100px;
}

.container-shops h2 {
  width: 100%;
  font-family: "Something New";
  font-size: 2rem;
  text-align: center;
  color: #282828;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

ul.shops {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (width &gt; 30em) {
  ul.shops {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width &gt; 48em) {
  ul.shops {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (width &gt; 75em) {
  ul.shops {
    grid-template-columns: repeat(6, 1fr);
  }
}

ul.shops li {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.shops li img {
  width: 175px;
  height: 175px;
  object-fit: contain;
  display: block;
}

.ebooks-h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1px;
  text-align: center;
  color: #fff;
}

.container-ebooks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.container-ebooks h2 {
  width: 100%;
  font-family: "Something New";
  font-size: 2rem;
  text-align: center;
  color: #282828;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.container-ebooks .ebook-featured {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (width &gt; 30em) {
  .container-ebooks .ebook-featured {
    flex-direction: row;
  }
}
@media (width &gt; 48em) {
  .container-ebooks .ebook-featured {
    flex-direction: row;
  }
}
@media (width &gt; 75em) {
  .container-ebooks .ebook-featured {
    flex-direction: row;
  }
}
.container-ebooks .ebook-featured .ebook-image {
  flex: 0 0 95%;
  max-width: 95%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}
.container-ebooks .ebook-featured .ebook-image img {
  max-height: 400px;
}
@media (width &gt; 30em) {
  .container-ebooks .ebook-featured .ebook-image {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.container-ebooks .ebook-featured .ebook-desc {
  flex: 0 0 95%;
  max-width: 95%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.container-ebooks .ebook-featured .ebook-desc button {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1px;
  font-family: "Manrope", sans-serif;
  border: 1px solid #282828;
  border-radius: 2px;
  padding: 8px 24px;
  margin: 0 auto;
  margin-top: -5px;
  cursor: pointer;
  background-color: transparent;
}
@media (width &gt; 30em) {
  .container-ebooks .ebook-featured .ebook-desc {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.container-ebooks .ebooks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (width &gt; 30em) {
  .container-ebooks .ebooks {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (width &gt; 48em) {
  .container-ebooks .ebooks {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (width &gt; 75em) {
  .container-ebooks .ebooks {
    flex-direction: row;
    align-items: flex-start;
  }
}
.container-ebooks .ebook-list-card, .container-ebooks .ebook-list-card-text-only {
  width: 90%;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
}
@media (width &gt; 30em) {
  .container-ebooks .ebook-list-card, .container-ebooks .ebook-list-card-text-only {
    width: calc(50% - 2rem);
  }
}
@media (width &gt; 48em) {
  .container-ebooks .ebook-list-card, .container-ebooks .ebook-list-card-text-only {
    width: 322px;
  }
}
@media (width &gt; 75em) {
  .container-ebooks .ebook-list-card, .container-ebooks .ebook-list-card-text-only {
    width: 322px;
  }
}
.container-ebooks .ebook-list-card &gt; img {
  width: 100%;
  min-width: 322px;
  height: auto;
  display: block;
}
.container-ebooks .ebook-list-card h3 {
  font-size: 20px;
  margin: 10px 0;
  line-height: 130%;
  color: #282828;
  font-weight: 400;
}
.container-ebooks .ebook-list-card-text-only .content h3 {
  font-size: 2rem;
  font-family: "Something New", sans-serif;
}
.container-ebooks .ebook-list-card-text-only .content p {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  max-width: 300px;
  padding-top: 1rem;
}
.container-ebooks .ebook-list-card .info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
}
.container-ebooks .ebook-list-card .info &gt; span &gt; img {
  width: 24px;
  height: auto;
}
.container-ebooks .ebook-list-card .info span {
  display: flex;
  border-radius: 2px;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #000;
  padding: 5px;
  color: #282828;
}

.error-404 h1 {
  font-size: 2rem;
  font-family: "Something New", sans-serif;
  margin: 2rem auto;
  text-align: center;
}
.error-404 p {
  font-size: 1.5rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin: 1rem;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.simple-field {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea.simple-field {
  min-height: 120px;
  resize: vertical;
}

.disclaimer {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

.disclaimer a {
  color: #0073aa;
  text-decoration: underline;
}

input[type=submit]#cfsubmit {
  background-color: #b2b2b2;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

input[type=submit]#cfsubmit:hover {
  background-color: #b2b2b2;
}

.wpcf7-not-valid-tip {
  font-size: 1rem;
  margin-top: 5px;
}

.form-group.acceptance p {
  display: flex;
  gap: 0.5rem;
}

.pineska p {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.wpforms-field-medium {
  max-width: 100% !important;
  width: 100% !important;
  border: none !important;
}

.wpforms-field {
  border-bottom: 2px solid #282828 !important;
}

#wpforms-3668-field_5-container {
  border: 0 !important;
}

#wpforms-3668-field_5-container label {
  text-align: right;
}

#wpforms-3668-field_5-container li {
  margin-left: 10rem;
}

#wpforms-submit-3668 {
  background-color: #fff;
  border: 1px solid #282828;
  color: #282828;
  width: 200px;
  text-transform: uppercase;
  float: right;
}

.pineska p {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

@media (max-width: 768px) {
  .contact-row {
    display: flex;
  }
  .contact-row .vc_col-sm-2 {
    width: 19%;
  }
  .contact-row .vc_col-sm-10 {
    width: 79%;
  }
  #wpforms-3668-field_5-container li {
    margin-left: 2rem;
  }
}
header {
  width: 100%;
  padding-top: 0rem;
  display: block;
}
@media (width &gt; 75em) {
  header {
    display: block;
    padding-top: 1rem;
  }
}
@media (width &gt; 48em) {
  header {
    display: block;
    padding-top: 1rem;
  }
}

.header__menubar {
  display: none;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  margin-bottom: 1rem;
}
@media (width &gt; 48em) {
  .header__menubar {
    display: flex;
  }
}
.header__menubar .searchbar {
  max-width: 500px;
  max-height: 48px;
  height: 48px;
  width: 100%;
  border-radius: 4px;
  background-color: #F3EDED;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.header__menubar .searchbar img {
  width: 20px;
  height: 20px;
}
.header__menubar .searchbar input {
  background-color: #F3EDED;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.2px;
  border: 0px;
  height: 35px;
  width: 100%;
  height: 35px;
  text-align: center;
  color: #282828;
}
.header__mobile {
  display: flex;
  position: relative;
  justify-content: center;
}
@media (width &gt; 48em) {
  .header__mobile {
    display: none;
  }
}
.header__desktop {
  width: 100%;
  justify-content: space-between;
  display: none;
}
@media (width &gt; 48em) {
  .header__desktop {
    display: flex;
  }
}
.header__socials {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  min-width: 200px;
}
.header__logotype {
  justify-self: center;
  width: 112px;
  height: 112px;
}
.header__logotype img {
  height: 90%;
  width: 90%;
}
.header__language {
  display: flex;
  align-items: center;
  min-width: 200px;
}

.breadcrumbs a {
  color: #8C8C8C;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

#flags {
  min-width: 190px;
}

.socials-and-lang {
  display: none;
  justify-content: space-between;
}
.socials-and-lang .mobile-socials {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 10px;
}
.socials-and-lang .mobile-lang {
  padding-top: 16px;
}

.socials-and-lang.open {
  display: flex;
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Manrope", sans-serif;
}
.nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
}
.nav .nav-item:hover {
  color: #c0392b;
}
.nav .nav-item--dropdown {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}
.nav .nav-item--dropdown::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/hoa/assets/img/menu-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.nav .nav-item--dropdown:hover::after {
  transform: rotate(180deg);
}
.nav .nav-item--dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav .nav-item--dropdown:hover .dropdown-megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (width &gt; 48em) {
  .nav .nav-item--dropdown:hover .dropdown-megamenu {
    max-width: 90rem;
    min-width: 75rem;
  }
}
@media (width &gt; 75em) {
  .nav .nav-item--dropdown:hover .dropdown-megamenu {
    max-width: 90rem;
    min-width: 75rem;
  }
}
.nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 0;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.nav .dropdown-menu .dropdown-item {
  padding: 8px 15px;
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: background 0.3s;
}
.nav .dropdown-menu .dropdown-item:hover {
  background: #f4f4f4;
}
.nav .dropdown-megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 20px;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  background-color: #F3EDED;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.nav .dropdown-megamenu .dropdown-column {
  padding-left: 1rem;
  padding-right: 1rem;
}
.nav .dropdown-megamenu .dropdown-column h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 33.6px;
  color: #282828;
}
.nav .dropdown-megamenu .dropdown-column h3 a {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 33.6px;
  color: #282828;
}
.nav .dropdown-megamenu .dropdown-column h3 a:hover {
  text-decoration: underline;
}
.nav .dropdown-megamenu .dropdown-column ul li {
  height: 38px;
}
.nav .dropdown-megamenu .dropdown-column ul li a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  color: #282828;
}
.nav .dropdown-megamenu .dropdown-column ul li a:hover {
  text-decoration: underline;
}
@media (width &gt; 48em) {
  .nav .dropdown-megamenu .dropdown-column ul li {
    min-width: 130px;
  }
}
@media (width &gt; 75em) {
  .nav .dropdown-megamenu .dropdown-column ul li {
    min-width: 150px;
  }
}
.nav .dropdown-megamenu .dropdown-column-rich {
  min-width: 430px;
}
.nav .dropdown-megamenu .dropdown-item {
  padding: 8px 15px;
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: background 0.3s;
}
.nav .dropdown-megamenu .dropdown-item:hover {
  background: #f4f4f4;
}

.recipe-card {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  background-color: #fff;
  margin-top: 10px;
  text-align: left;
  border-radius: 4px;
  color: white;
  font-family: "Manrope", sans-serif;
}
.recipe-card h4 &gt; a {
  font-family: "Something New";
  font-weight: 400;
  font-size: 32px;
  line-height: 40.32px;
  z-index: 200;
  color: #FEFCF8;
}
.recipe-card img.recipe-card-img {
  width: 400px;
  height: 400px;
  display: block;
  border-radius: 4px;
  object-fit: cover;
  position: relative;
}
.recipe-card .img-overlay {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 400px;
  height: 400px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
  pointer-events: none;
}
.recipe-card h4 {
  font-family: "Something New";
  font-weight: 400;
  font-size: 32px;
  line-height: 40.32px;
  z-index: 200;
  color: #FEFCF8;
}
.recipe-card .content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #FEFCF8;
  right: 10px;
  padding: 2rem;
  border-radius: 8px;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
}
.recipe-card .content .recipe-card-brand {
  color: #FEFCF8;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 700;
}
.recipe-card .content .cta {
  display: flex;
  font-family: "Manrope", sans-serif;
  align-items: center;
  color: #FEFCF8;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
  text-decoration: none;
}
.recipe-card .content .cta::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("/wp-content/themes/hoa/assets/img/recipe-card-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
}

footer {
  width: 100%;
  background-color: #221820;
  padding: 2rem;
}

footer .footer {
  color: #fff;
}
footer .footer__copyright {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  color: #fff;
  padding: 1rem;
}
footer .footer__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
  justify-content: center;
}
@media (width &gt; 48em) {
  footer .footer__content {
    justify-content: left;
  }
}
footer .footer__content .column {
  flex: 1;
  max-width: 145px;
}
footer .footer__content .column img.logotype {
  margin: 2rem auto;
  width: 100px;
  height: auto;
}
@media (width &gt; 48em) {
  footer .footer__content .column img.logotype {
    margin: 2rem;
  }
}
footer .footer__content .column h2 {
  font-family: "Manrope";
  font-size: 1.2rem;
  color: #fff;
}
footer .footer__content .column:first-child {
  min-width: 300px;
  flex: 1 1 100%;
}
@media (width &gt; 48em) {
  footer .footer__content .column:first-child {
    flex: 1 1 50%;
    min-width: 300px;
  }
}
footer .footer__content .column:not(:first-child) {
  flex: 1 1 calc(50% - 1rem);
}
@media (width &gt; 48em) {
  footer .footer__content .column:not(:first-child) {
    flex: 1 1 calc(50% - 5px);
  }
}
footer .footer__header {
  font-family: "Manrope";
  font-size: 1rem;
  color: #e9e9e9;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
footer .footer__header a {
  color: #e9e9e9;
}
footer .footer__header a:hover {
  text-decoration: underline;
}
footer .footer__menu a {
  font-family: "Manrope";
  font-size: 1rem;
  color: #e9e9e9;
  line-height: 2rem;
}
footer .footer__menu a:hover {
  text-decoration: underline;
}

.grid-flow {
  display: grid;
  gap: 1rem;
}

.top-nav {
  display: flex;
  flex-direction: column;
  background-color: #FAF6F1;
  color: #282828;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  border-radius: 10px;
  width: 100%;
  z-index: 200;
}
@media (width &gt; 48em) {
  .top-nav {
    display: none;
  }
}

.top-nav-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #FAF6F1;
  color: #282828;
  height: 90px;
}

.menu.open {
  display: flex;
  max-height: 100%;
  opacity: 1;
}

.menu {
  list-style-type: none;
  margin: 0;
  background-color: #FAF6F1;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0;
  position: relative;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.menu &gt; li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: flex;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #282828;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

#menu-toggle ~ .menu li {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  transition: height 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menu-toggle ~ .menu li a {
  color: #282828;
  display: flex;
  text-decoration: none;
}

#menu-toggle ~ .menu li a:hover {
  font-size: 1.7rem;
  text-decoration: underline;
}

#menu-toggle:checked ~ .menu li {
  border: 1px solid #FAF6F1;
  height: auto;
  transition: height 600ms cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
}

.menu &gt; li {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  color: #282828;
  background-color: #FAF6F1;
}

.menu &gt; li &gt; div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Domyślnie ukrywamy submenu */
.submenu {
  position: relative;
  background-color: #FAF6F1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  width: 100%;
  border: none;
}

.open-submenu &gt; .submenu {
  max-height: 2000px;
  opacity: 1;
}

.open-submenu &gt; div &gt; span {
  transform: rotate(90deg);
}

.menu li {
  position: relative;
}

.menu li .submenu li {
  padding: 0 0;
  width: 100%;
  flex-direction: column;
}

.menu li.has-submenu &gt; div &gt; span {
  cursor: pointer;
  padding-left: 0.5em;
  padding-right: 1.2rem;
  font-size: 1.1rem;
  color: #b2b2b2;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  margin-right: 1rem;
  text-align: center;
}

/* Kliknięte submenu */
.menu li.open &gt; .submenu {
  display: block;
}

.menu &gt; li .submenu li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu a {
  text-decoration: none;
  color: #282828;
  font-family: "Manrope", sans-serif;
}

.level-1 &gt; li &gt; div &gt; a, .level-1 &gt; li &gt; a {
  font-size: 1.7rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 200;
}

.level-2 &gt; li &gt; div &gt; a {
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
  font-weight: 600;
}

.level-3 &gt; li &gt; a {
  font-size: 1.1rem;
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
  display: block;
  font-weight: 200;
}

.menu-button-container.active .menu-button {
  background: rgba(255, 255, 255, 0);
}

.menu-button-container.active .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

.menu-button-container.active .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

.open-submenu {
  display: flex;
}

.menu-left-side img {
  width: 30px;
  height: 30px;
}

.searchbar-mobile.open {
  display: block;
}

.searchbar-mobile {
  display: none;
}

.searchbar-mobile form input {
  background-color: #F3EDED;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18.2px;
  border: 0px;
  height: 35px;
  width: 100%;
  height: 35px;
  text-align: center;
  color: #282828;
  margin-bottom: 10px;
}</pre></body></html>