
/* ---- assets/scss/global.scss ---- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  color-scheme: light;
}

body {
  font-family: Populaire, sans-serif;
}

/* ---- error.vue ---- */
.error-container {

    margin-top: 2.5rem;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center
}
.error-container h1 {

    text-align: center;

    font-size: 3rem;

    line-height: 1;

    font-weight: 700
}

/* ---- components/brand/BrandHeader.vue [s-front] ---- */
.s-front header {
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: center
}
.s-front header .logo {
  display: flex;
  width: 8rem;
  justify-content: center;
  padding: 1rem
}
@media (min-width: 768px) {.s-front header .logo {
    width: 14rem
}}

/* ---- components/shared/Button.vue ---- */
.button {
  position: relative;
  margin: 0.75rem;
  display: flex;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  text-align: center;
  font-family: Populaire, sans-serif;
}
.button.disabled {
  opacity: 0.5;
}
.button.disabled:hover svg {
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.button:hover svg {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  will-change: auto;
}
.button span {
  z-index: 10;
  width: 100%;
  cursor: pointer;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding: var(--button-padding, 0);
}
@media (min-width: 768px) {
.button span {
    padding: 0px;
}
}
.button svg {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  color: var(--brand);
}
.button.inverted .label {
  color: var(--brand);
}
.button.inverted svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.button.inverted:hover svg {
  --tw-brightness: brightness(1.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  will-change: auto;
}

/* ---- components/shared/LocaleSelector.vue ---- */
.locale-selector {
  position: absolute;
  right: 1.25rem;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-left-width: 2px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 214 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}
@media (min-width: 768px) {
.locale-selector {
    right: 1.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}
}
.locale-selector .locales {
  display: none;
  gap: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(217 0 13 / var(--tw-text-opacity, 1))
}
@media (min-width: 768px) {
.locale-selector .locales {
    display: flex
}
}
.locale-selector .locales .active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 0 13 / var(--tw-border-opacity, 1))
}
@media (min-width: 768px) {
.locale-selector .menu {
    display: none
}
}
.locale-selector .menu .menu-button {
  display: flex;
  gap: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(217 0 13 / var(--tw-text-opacity, 1))
}
.locale-selector .menu .menu-item {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(217 0 13 / var(--tw-text-opacity, 1))
}
.locale-selector.light {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent
}
.locale-selector.light .locales {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.locale-selector.light .locales .active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1))
}
.locale-selector.light .menu .menu-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.locale-selector.light .menu .menu-item {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

/* ---- components/MobileMenu.vue [mobile-menu-root] ---- */
.mobile-menu-root .hamburger {
  position: absolute;
  right: 2rem;
  z-index: 60;
  display: flex;
  top: var(--menu-top, 0);
  width: 2rem;
  flex-direction: column;
  justify-content: space-around;
  height: 2rem;
  border-width: 0px;
  background-color: transparent;
  cursor: pointer;
  padding: 0px;
}
.mobile-menu-root .hamburger--open span {
  background-color: black !important;
}
.mobile-menu-root .hamburger span {
  display: block;
  width: 2rem;
  height: 3px;
  background-color: var(--brand);
  border-radius: 0.25rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 1px;
}
.mobile-menu-root .hamburger span.open:nth-child(1) {
  transform: rotate(45deg);
}
.mobile-menu-root .hamburger span.open:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}
.mobile-menu-root .hamburger span.open:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile-menu-root .overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 40;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
}
/* Full screen mobile menu with 100vw width */
.mobile-menu-root .mobile-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  z-index: 50;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu-root .mobile-menu nav {
  padding-top: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
.mobile-menu-root .mobile-menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.mobile-menu-root .mobile-menu nav ul li {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--brand);
}
/* Fade transition for the overlay */
.mobile-menu-root .fade-enter-active, .mobile-menu-root .fade-leave-active {
  transition: opacity 0.3s ease;
}
.mobile-menu-root .fade-enter, .mobile-menu-root .fade-leave-to {
  opacity: 0;
}
/* Slide transition for the mobile menu */
.mobile-menu-root .slide-enter-active, .mobile-menu-root .slide-leave-active {
  transition: transform 0.3s ease;
}
.mobile-menu-root .slide-enter {
  transform: translateX(100%);
}
.mobile-menu-root .slide-leave-to {
  transform: translateX(100%);
}
.mobile-menu-root .languages {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: auto;
  flex-direction: row;
  gap: 1rem;
  font-family: Populaire, sans-serif;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--brand);
  margin-top: auto;
}
.mobile-menu-root .languages .active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(28 129 114 / var(--tw-border-opacity, 1));
  border-color: var(--brand);
}
.mobile-menu-root .logo-link {
  display: block;
  width: 100px;
  height: 50px;
}
.mobile-menu-root .logo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  top: -1rem;
  left: -0.75rem;
}
.mobile-menu-root .logo img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* ---- pages/index.vue [s-front] ---- */
.s-front .brands {
  margin: auto;
  margin-top: 0.75rem;
  display: flex;
  max-width: 80rem;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.25rem;
  background-image: url("../images/wooden.webp");
  min-height: calc(100vh - 100px);
  padding-left: 1.25rem;
  padding-right: 1.25rem
}
@media (min-width: 640px) {.s-front .brands {
    flex-direction: row;
    gap: 0.75rem;
    background-image: none;
    padding-left: 0px;
    padding-right: 0px
}}

/* ---- components/brand/BrandItem.vue [s-front] ---- */
.s-front .item {
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  background-image: url("../images/wooden.webp");
  background-size: cover
}
.s-front .item--desktop {
  display: none
}
@media (min-width: 640px) {.s-front .item--desktop {
    display: flex
}
.s-front .item {
    width: 50%
}}
.s-front .item .hero {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 12rem;
  min-height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}
.s-front .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: var(--brand)
}
.s-front .item .title .titleImage img {
  height: 2rem
}
@media (min-width: 768px) {.s-front .item .title .titleImage img {
    height: 2.5rem
}
.s-front .item .title {
    font-size: 2.25rem;
    line-height: 2.5rem
}}
.s-front .item .body {
  margin-bottom: 1.25rem;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem
}
@media (min-width: 640px) {.s-front .item .body {
    max-height: 455px
}}
@media (min-width: 768px) {.s-front .item .body {
    max-height: 100%
}}
.s-front .item .body .product {
  margin-top: 1.5rem;
  width: 66.666667%
}
.s-front .item .body .description {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--brand)
}
.s-front .item--mobile {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem
}
@media (min-width: 640px) {.s-front .item--mobile {
    display: none
}}
.s-front .item--mobile {
  background-image: none;
  background-color: var(--brand) !important
}
@media (max-width: 480px) {.s-front .item--mobile > * {
    width: 100%
}}
@media (min-width: 480px) {.s-front .item--mobile > * {
    width: 50%
}}
.s-front .item--mobile .title {
  margin: 0px;
  margin-bottom: 0.75rem;
  padding: 0px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.s-front .item--mobile .description {
  margin: auto;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
@media (max-width: 480px) {.s-front .item--mobile .item-content {
    position: relative;
    z-index: 10;
    max-width: 65%;
    padding-bottom: 3.5rem
}
.s-front .item--mobile .item-content .title {
    background-color: transparent
}
.s-front .item--mobile .item-content .description {
    max-width: 130px
}
.s-front .item--mobile .item-content .goto-button {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    --tw-translate-x: -33.333333%;
    --tw-translate-y: 33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}}
@media (min-width: 480px) {.s-front .item--mobile .item-content {
    display: block
}}
@media (max-width: 480px) {.s-front .item--mobile .product {
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
    z-index: 0;
    height: 100%;
    width: 45%;
    -o-object-fit: cover;
       object-fit: cover
}}
@media (min-width: 480px) {.s-front .item--mobile .product {
    z-index: 0;
    display: block
}}

/* ---- pages/[brand]/index.vue [s-brand] ---- */
.s-brand main {
  display: flex;
  min-height: 100vh;
  flex-grow: 1;
  flex-direction: column;
  background-image: url("../images/wooden.webp");
  background-size: cover;
}
.s-brand main .categories {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  max-width: 80rem;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {.s-brand main .categories {
    display: flex;
    flex-direction: row;
    justify-items: center;
}}
.s-brand main .certificate {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  max-width: 48rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {.s-brand main .certificate {
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
}}
.s-brand main .certificate .description {
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.s-brand main .certificate .description strong {
  color: var(--brand);
}
.s-brand main .certificate .description p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.s-brand main .certificate .logo {
  z-index: 10;
  margin-bottom: -2rem;
}
@media (min-width: 768px) {.s-brand main .certificate .logo {
    margin-right: -2.5rem;
}}

/* ---- components/shared/Layout.vue ---- */
.layout {
  display: flex;
  min-height: 100vh;
  flex-direction: column
}
.layout main {
  position: relative;
  z-index: 0;
  flex-grow: 1;
  background-image: url("../images/wooden.webp");
  background-size: cover
}
.layout footer {
  display: flex;
  justify-content: space-around;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: var(--brand)
}
.layout footer .footer-container {
  max-width: 42rem;
  display: flex;
  gap: 3rem
}
@media (min-width: 768px) {
.layout footer .footer-container {
    gap: 13rem
}
}
.layout footer .button {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

/* ---- components/shared/HeroHeader.vue [hero-header] ---- */
.hero-header header {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover
}
.hero-header header .hero-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  display: block;
  height: 100%;
  width: 100%
}
.hero-header header .hero-image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center
}
.hero-header header .hero-image--desktop {
  display: none
}
@media (min-width: 640px) {.hero-header header .hero-image--desktop {
    display: block
}}
.hero-header header .hero-image--mobile {
  display: block
}
@media (min-width: 640px) {.hero-header header .hero-image--mobile {
    display: none
}}
.hero-header header .logo {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  max-width: 250px
}
.hero-header header nav {
  z-index: 30;
  width: 100%;
  justify-content: center;
  gap: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: var(--brand)
}
@media (min-width: 768px) {.hero-header header nav {
    gap: 5rem
}}
.hero-header header nav .button-wrapper {
  display: flex;
  width: 8rem;
  justify-content: center
}
@media (min-width: 1024px) {.hero-header header nav .button-wrapper {
    width: 10rem
}}
.hero-header header nav .button {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
@media (min-width: 1024px) {.hero-header header nav .button {
    font-size: 2.25rem;
    line-height: 2.5rem
}}
.hero-header header nav .button .arrow {
  margin-bottom: 0.25rem;
  display: inline-block;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 0.25rem;
  border-width: 0 3px 3px 0;
  transform: rotate(135deg)
}
.hero-header header nav .button.active {
  border-bottom-width: 2px;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.4
}

/* ---- components/shared/ColorHeader.vue ---- */
.color-header {
  background-color: var(--brand);
}
.color-header header {
  margin: auto;
  display: flex;
  max-width: 80rem;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
.color-header header {
    flex-direction: row;
    padding-top: 1.25rem;
}
}
.color-header header .button.logo-mobile {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: block;
  max-width: 250px;
}
@media (min-width: 768px) {
.color-header header .button.home {
    margin-left: -7rem;
}
.color-header header .button.home .arrow {
    margin-bottom: 0.25rem;
    display: inline-block;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    padding: 0.25rem;
    border-width: 0 3px 3px 0;
    transform: rotate(135deg);
}
.color-header header .button.logo-mobile {
    display: none;
}
}
.color-header header nav .button {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
.color-header header nav .button {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
.color-header header nav .button.active {
  border-bottom-width: 2px;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.4;
}
.color-header header nav .button.logo {
  display: none;
}
@media (min-width: 768px) {
.color-header header nav .button.logo {
    display: block;
    max-width: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
.color-header header nav .button.logo img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
}

/* ---- components/category/CategoryItem.vue [s-brand] ---- */
.s-brand .category {
  display: flex;
  max-width: 20rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}
@media (min-width: 420px) {.s-brand .category {
    flex-wrap: nowrap
}}
@media (min-width: 768px) {.s-brand .category {
    flex-direction: column;
    padding: 1.25rem;
    height: 100%;
    justify-content: space-between
}}
.s-brand .category:nth-child(even) {
  flex-direction: row-reverse
}
@media (min-width: 768px) {.s-brand .category:nth-child(even) {
    flex-direction: column
}}
.s-brand .category .product img {
  min-width: 150px
}
.s-brand .category .product img:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  will-change: transform
}
@media (min-width: 768px) {.s-brand .category .product {
    display: inline-block;
    height: 16rem;
    width: 16rem
}}
.s-brand .category .categoryButton label {
  font-size: 1.5rem;
  line-height: 2rem
}
@media (min-width: 768px) {.s-brand .category .categoryButton label {
    font-size: 1.875rem;
    line-height: 2.25rem
}}

/* ---- pages/[brand]/[categorySlug]/[[productSlug]].vue [s-category] ---- */
.s-category main > h1 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: var(--brand);
}
.s-category main > .description {
  margin: auto;
  margin-bottom: 2.5rem;
  max-width: 64rem;
  text-align: center;
  font-family: OpenSans-Regular, sans-serif;
}
.s-category .products {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {.s-category .products {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 64rem;
    justify-items: center;
}
.s-category .products--item-count-1 {
    grid-template-columns: repeat(1, 1fr);
}
.s-category .products--item-count-2 {
    grid-template-columns: repeat(2, 1fr);
}
.s-category .products--item-count-2 > :nth-child(1) {
    margin-left: auto;
}
.s-category .products--item-count-2 > :nth-child(2) {
    margin-right: auto;
}
.s-category .products--item-count-3 {
    grid-template-columns: repeat(3, 1fr);
}
.s-category .products--item-count-3 > :nth-child(1) {
    margin-left: auto;
}
.s-category .products--item-count-3 > :nth-child(3) {
    margin-right: auto;
}
.s-category .products--item-count-4 {
    grid-template-columns: repeat(4, 1fr);
}}

/* ---- components/product/ProductItem.vue [s-category] ---- */
.s-category .product {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  will-change: transform;
  max-width: 14rem;
  height: 100%
}
.s-category .product:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.s-category .product .picture {
  display: flex;
  max-width: 20rem;
  align-items: center;
  justify-content: center;
  display: inline-block;
  height: 14rem;
  width: 14rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center
}
.s-category .product .picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center
}
@media (min-width: 768px) {.s-category .product .picture {
    flex-direction: column
}}
.s-category .product .button {
  display: inline-block;
  min-width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(37 184 194 / var(--tw-text-opacity, 1));
  color: var(--brand)
}

/* ---- components/product/ProductDetails.vue [s-category] ---- */
.s-category .container {
  margin: auto;
  display: flex;
  max-width: 80rem;
}
@media (min-width: 768px) {.s-category .container .product-image {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    height: 480px;
    width: 480px;
}}
.s-category .container .card {
  margin: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: 100%;
}
.s-category .container .card img {
  width: 100%;
}
.s-category .container .card .description {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
@media (min-width: 768px) {.s-category .container .card .description {
    font-size: 0.875rem;
    line-height: 1.25rem;
}}
.s-category .container .card .description p {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {.s-category .container .card {
    flex-direction: row;
    gap: 4rem;
    align-items: flex-start;
}}
.s-category .container .card h1 {
  margin-bottom: 0px;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: var(--brand);
}
.s-category .container .card h1.left-title {
  display: block;
}
.s-category .container .card h1.right-title {
  display: none;
}
@media (min-width: 768px) {.s-category .container .card h1 {
    margin-bottom: 1.75rem;
    text-align: left;
    font-size: 3rem;
    line-height: 1;
}
.s-category .container .card h1.left-title {
    display: none;
}
.s-category .container .card h1.right-title {
    display: block;
}}
.s-category .container .card .logos {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
}
.s-category .container .card h2 {
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--brand);
}
.s-category .container .card p {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
.s-category .container .card p.addition {
  font-weight: 300;
}
.s-category .container .card hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-style: dotted;
}
.s-category .container .card table {
  width: 100%;
  max-width: 35rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  line-height: 1rem;
}
.s-category .container .card table th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: var(--brand);
}
.s-category .container .card table tr {
  background-color: var(--brand-light, var(--brand));
}
.s-category .container .card table tr:nth-child(even) {
  background-color: var(--brand-medium, var(--brand));
}
.s-category .container .card table tr td {
  width: 50%;
  padding: 0.5rem;
}
@media (min-width: 768px) {.s-category .container .card table tr td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}}

/* ---- pages/[brand]/about-us.vue [s-about] ---- */
.s-about h1 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: var(--brand)
}
.s-about .blocks {
  margin-bottom: 2.5rem
}

/* ---- components/about/Block.vue [s-about] ---- */
.s-about .block {
  position: relative;
  margin: auto;
  display: flex;
  max-width: 80rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: OpenSans-Regular, sans-serif !important;
}
@media (min-width: 768px) {.s-about .block {
    flex-direction: row;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.s-about .block.odd:nth-child(odd) {
    flex-direction: row-reverse;
}}
.s-about .block.even {
  flex-direction: column;
}
.s-about .block.even:nth-of-type(2) {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {.s-about .block.even {
    flex-direction: row;
}
.s-about .block.even:nth-of-type(2) {
    flex-direction: row;
}
.s-about .block.even:nth-child(even):not(:first-of-type) {
    flex-direction: row-reverse;
}}
.s-about .block .mainImage {
  max-width: 300px;
}
.s-about .block .card {
  position: relative;
  max-width: 400px;
}
@media (min-width: 768px) {.s-about .block .card {
    max-width: none;
}}
.s-about .block .card .description {
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px) {.s-about .block .card .description {
    width: 650px;
}}
.s-about .block .card .description strong {
  color: var(--brand);
}
.s-about .block .card .description p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.s-about .block .card .sideImage {
  max-width: 300px;
}
@media (min-width: 768px) {.s-about .block .card .sideImage {
    position: absolute;
    right: -5rem;
    bottom: -8rem;
    z-index: 10;
}}

/* ---- pages/[brand]/contact/index.vue [s-contact] ---- */
.s-contact h1 {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: var(--brand);
}
.s-contact .content {
  display: flex;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.s-contact .content .contact {
  margin: 2.5rem;
  width: 100%;
  max-width: 42rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #00000029;
  --tw-shadow: var(--tw-shadow-colored);
}
@media (min-width: 768px) {.s-contact .content .contact {
    font-size: 1rem;
    line-height: 1.5rem;
}}
.s-contact .content .contact form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.s-contact .content .contact form .name {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {.s-contact .content .contact form .name {
    width: auto;
    flex-direction: row;
}}
.s-contact .content .contact form fieldset {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {.s-contact .content .contact form fieldset {
    width: auto;
    padding-right: 1.25rem;
}}
.s-contact .content .contact form fieldset label {
  padding-top: 1rem;
}
.s-contact .content .contact form fieldset textarea, .s-contact .content .contact form fieldset input {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.s-contact .content .contact form fieldset textarea {
  height: 9rem;
}
@media (min-width: 768px) {.s-contact .content .contact form fieldset textarea {
    height: 18rem;
}}
.s-contact .content .contact form fieldset.full {
  width: 100%;
}
.s-contact .content .contact form fieldset.subject {
  padding-top: 2.5rem;
}
.s-contact .content .contact form .richText {
  padding-top: 1rem;
}
.s-contact .content .contact form .richText a, .s-contact .content .contact form .richText strong {
  color: var(--brand);
}
.s-contact .content .contact form .richText a {
  text-decoration-line: underline;
}
.s-contact .content .contact form .richText p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.s-contact .content .contact form .sendButton {
  display: flex;
  max-width: 200px;
}

/* ---- pages/[brand]/impressum/index.vue [s-impressum] ---- */
.s-impressum h1 {
  margin-top: 2.5rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: var(--brand);
}
.s-impressum .content {
  display: flex;
  justify-content: center;
}
.s-impressum .content .impressum {
  margin: 2.5rem;
  max-width: 80rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 768px) {.s-impressum .content .impressum {
    font-size: 1rem;
    line-height: 1.5rem;
}}
.s-impressum .content .impressum strong {
  color: var(--brand);
}
.s-impressum .content .impressum p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.s-impressum .content .cookiebot {
  margin-top: 2.5rem;
}

/* ---- components/recipies/Archive.vue [s-recipes] ---- */
.s-recipes .recipies {
  /* 1. declare transition */
  /* 2. declare enter from and leave to state */
  /* 3. ensure leaving items are taken out of layout flow so that moving
      animations can be calculated correctly. */
}
.s-recipes .recipies__title {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: var(--brand);
}
.s-recipes .recipies__tags {
  font-family: OpenSans-Regular, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.s-recipes .recipies__dropdown-svg {
  color: var(--brand);
}
.s-recipes .recipies__list {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  max-width: 1200px;
}
@media (min-width: 768px) {.s-recipes .recipies__list {
    padding-left: 3rem;
    padding-right: 3rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}}
@media (min-width: 1024px) {.s-recipes .recipies__list {
    margin-top: 5rem;
    margin-bottom: 5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}}
.s-recipes .recipies__list-item {
  height: 330px;
  width: 100%;
}
@media (min-width: 768px) {.s-recipes .recipies__list-item {
    max-width: 45vw;
}}
@media (min-width: 1024px) {.s-recipes .recipies__list-item {
    max-width: 28vw;
}}
.s-recipes .recipies F .fade-move, .s-recipes .recipies .fade-enter-active, .s-recipes .recipies .fade-leave-active {
  transition: all 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
.s-recipes .recipies .fade-enter-from, .s-recipes .recipies .fade-leave-to {
  opacity: 0;
  transform: translate(0px, 30px);
}
.s-recipes .recipies .fade-leave-active {
  position: absolute;
}

/* ---- components/recipies/Card.vue [s-recipes] ---- */
.s-recipes .card {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
  z-index: 0;
}
.s-recipes .card__image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -10;
}
.s-recipes .card__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-recipes .card__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}
.s-recipes .card__content {
  margin-top: auto;
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  gap: 0.75rem;
  padding: 0.75rem;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {.s-recipes .card__content {
    height: 115px;
}}
@media (min-width: 640px) {.s-recipes .card__content {
    padding-top: 0.75rem;
}}
@media (min-width: 768px) {.s-recipes .card__content {
    padding-top: 1rem;
}}
@media (min-width: 1024px) {.s-recipes .card__content {
    height: 135px;
}}
/* h2 upstream, not h3: the archive's only other heading is its own h1, so the
   cards sit one level below it. Selector follows the markup. */
.s-recipes .card__content h2 {
  font-family: MyriadPro-Light, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: inline-block;
}
.s-recipes .card__content p {
  color: var(--brand);
  font-family: MyriadPro-Light, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1280px) {.s-recipes .card__content p {
    font-size: 1rem;
    line-height: 1.5rem;
}}
.s-recipes .card__meta {
  display: flex;
  flex-direction: column;
  gap: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  justify-content: center;
  font-family: MyriadPro-Light, sans-serif;
}
.s-recipes .card__meta-min {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: center;
}
.s-recipes .card__meta-text {
  text-align: center;
}

/* ---- components/recipies/Pagination.vue [s-recipes] ---- */
.s-recipes .pagination {
  list-style: none;
  padding: 0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  max-width: 1200px;
}
.s-recipes .pagination li {
  margin-right: 0.5rem;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.s-recipes .pagination li.active {
  background-color: var(--brand);
  color: white;
  cursor: default;
  font-weight: bold;
}

/* ---- components/recipies/Detail.vue [s-recipes] ---- */
.s-recipes .recipe {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  max-width: 1200px;
}
@media (min-width: 640px) {.s-recipes .recipe {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}}
@media (min-width: 768px) {.s-recipes .recipe {
    padding-left: 2rem;
    padding-right: 2rem;
}}
@media (min-width: 1024px) {.s-recipes .recipe {
    margin-top: 5rem;
    margin-bottom: 5rem;
}}
.s-recipes .recipe__card {
  width: 100%;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 0.5rem;
}
@media (min-width: 500px) {.s-recipes .recipe__card {
    padding: 1rem;
}}
@media (min-width: 640px) {.s-recipes .recipe__card {
    padding: 1.25rem;
}}
@media (min-width: 768px) {.s-recipes .recipe__card {
    padding: 1.5rem;
}}
@media (min-width: 1024px) {.s-recipes .recipe__card {
    padding: 2rem;
}}
.s-recipes .recipe__image {
  position: relative;
  display: block;
  height: 280px;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.s-recipes .recipe__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {.s-recipes .recipe__image {
    height: 320px;
}}
@media (min-width: 768px) {.s-recipes .recipe__image {
    height: 324px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}}
.s-recipes .recipe__headline {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.s-recipes .recipe__headline > * {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(230, 230, 230);
}
@media (min-width: 768px) {.s-recipes .recipe__headline > * {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}}
.s-recipes .recipe__headline > *:last-child {
  border-bottom: none;
}
.s-recipes .recipe__title h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {.s-recipes .recipe__title h1 {
    font-size: 55px;
    line-height: 55px;
}}
.s-recipes .recipe__title p {
  font-family: OpenSans-Regular, sans-serif;
  font-size: 12px;
  color: var(--brand);
}
.s-recipes .recipe__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.s-recipes .recipe__meta-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 12px;
}
.s-recipes .recipe__meta-item img {
  height: 35px;
}
.s-recipes .recipe__meta-item div {
  display: flex;
  flex-direction: column;
}
.s-recipes .recipe__meta-min {
  font-family: OpenSans-Regular, sans-serif;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.s-recipes .recipe__meta-text {
  text-align: center;
  font-family: OpenSans-Regular, sans-serif;
  font-size: 12px;
  line-height: 12px;
}
.s-recipes .recipe h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: var(--brand);
}
.s-recipes .recipe__connected-products-list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.s-recipes .recipe__connected-products-list li a img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.s-recipes .recipe__connected-products-list li a span {
  font-family: Populaire, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
.s-recipes .recipe__ingredients, .s-recipes .recipe__instructions, .s-recipes .recipe__notes {
  margin-top: 2rem;
}
.s-recipes .recipe__notes {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  background-color: var(--brand);
  color: white;
}
.s-recipes .recipe__notes h2 {
  color: white;
}
@media (min-width: 1024px) {.s-recipes .recipe__notes {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}}
@media (min-width: 768px) {.s-recipes .recipe__card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s-recipes .recipe__image {
    order: 2;
    height: 160px;
    width: 27%;
}
.s-recipes .recipe__headline {
    order: 1;
    width: 68%;
}
.s-recipes .recipe__ingredients {
    order: 3;
    width: 27%;
}
.s-recipes .recipe__instructions-wrapper {
    order: 4;
    width: 68%;
}}
/*
 * Detail.vue asked for `h-full` here, but the card is a wrapping flex row with
 * no height of its own, so the percentage never resolved and the box fell back
 * to the cover photo's own proportions. In the Nuxt app that was harmless: its
 * <img> carried a hard-coded width="540" height="360", so every recipe got the
 * same 3:2 box whatever the file behind it looked like. WordPress emits the
 * attachment's real dimensions instead, and 78 of the 121 covers are portrait
 * phone shots — those turned the box into a 771px tower that stretched the
 * headline column beside it and pushed the rest of the card down the page.
 *
 * So state the 3:2 the design always had, rather than inheriting whichever
 * shape the photographer happened to hold the camera in. The img below already
 * crops to fill it.
 */
@media (min-width: 1024px) {.s-recipes .recipe__image {
    order: 2;
    height: auto;
    aspect-ratio: 3 / 2;
    width: 48%;
}
.s-recipes .recipe__headline {
    order: 1;
    width: 48%;
}
.s-recipes .recipe__ingredients {
    order: 3;
    width: 48%;
}
.s-recipes .recipe__instructions-wrapper {
    order: 4;
    width: 48%;
}}

/* ---- components/shared/StrapiBlockText.vue ---- */
.block-text * {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.block-text ul {
  list-style: disc;
  padding-left: 1.5rem;
}
.block-text ul li {
  margin-bottom: 0.5rem;
}
.block-text ul li::marker {
  color: var(--brand);
}
.block-text ol {
  list-style: decimal;
  padding-left: 1.5rem;
}
.block-text ol li {
  margin-bottom: 0.5rem;
}
.block-text ol li::marker {
  color: var(--brand);
}
.block-text p {
  margin-bottom: 1rem;
}
.block-text a {
  color: var(--brand);
}
.block-text a:hover {
  text-decoration: underline;
}