/*
Theme Name: Gallinablanca
Theme URI: https://guillo.dev
Author: @guillorrr
Author URI: https://guillo.dev
Description: Gallinablanca default theme.
Version: 1.0.0
Text Domain: gallinablanca
Tags: responsive, clean, minimal, modern
*/
@charset "UTF-8";
/* color base */
/* color token */
/* L */
/* S */
/* M */
/* Fonts */
@font-face {
  font-family: GallinaBlancaSans;
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/GallinaBlancaSans-Regular.woff2") format("woff2"), url("./fonts/GallinaBlancaSans-Regular.woff") format("woff");
}
@font-face {
  font-family: GallinaBlancaSans;
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/GallinaBlancaSans-Bold.woff2") format("woff2"), url("./fonts/GallinaBlancaSans-Bold.woff") format("woff");
}
@font-face {
  font-family: GallinaBlancaSans;
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/GallinaBlancaSans-Light.woff2") format("woff2"), url("./fonts/GallinaBlancaSans-Light.woff") format("woff");
}
@font-face {
  font-family: GallinaBlancaCnd;
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/GallinaBlancaCnd-Regular.woff2") format("woff2"), url("./fonts/GallinaBlancaCnd-Regular.woff") format("woff");
}
@font-face {
  font-family: GallinaBlancaCnd;
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/GallinaBlancaCnd-Bold.woff2") format("woff2"), url("./fonts/GallinaBlancaCnd-Bold.woff") format("woff");
}
@font-face {
  font-family: GallinaBlancaCnd;
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/GallinaBlancaCnd-Light.woff2") format("woff2"), url("./fonts/GallinaBlancaCnd-Light.woff") format("woff");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Roboto-Regular.woff2") format("woff2"), url("./fonts/Roboto-Regular.ttf") format("ttf");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Roboto-Bold.woff2") format("woff2"), url("./fonts/Roboto-Bold.ttf") format("ttf");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Caveat-Regular.woff2") format("woff2"), url("./fonts/Caveat-Regular.ttf") format("ttf");
}
@font-face {
  font-family: Caveat;
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Caveat-Bold.woff2") format("woff2"), url("./fonts/Caveat-Bold.ttf") format("ttf");
}
:root {
  --font-height-body-xs: 1.125rem;
  --font-height-body-s: 1.125rem;
  --font-height-heading-xs: 1.125rem;
  --font-height-body-m: 1.25rem;
  --font-height-heading-s: 1.25rem;
  --font-height-body-l: 1.4375rem;
  --font-height-body-xl: 1.625rem;
  --font-height-heading-m: 1.625rem;
  --font-height-body-xxl: 1.8125rem;
  --font-height-heading-l: 2.0625rem;
  --font-height-heading-xl: 2.6875rem;
  --font-height-heading-xxl: 3.375rem;
  --font-size-body-xs: 0.75rem;
  --font-size-body-s: 0.875rem;
  --font-size-body-m: 1rem;
  --font-size-heading-xs: 1rem;
  --font-size-body-l: 1.125rem;
  --font-size-heading-s: 1.125rem;
  --font-size-body-xl: 1.25rem;
  --font-size-body-xxl: 1.4375rem;
  --font-size-heading-m: 1.4375rem;
  --font-size-heading-l: 1.8125rem;
  --font-size-heading-xl: 2.375rem;
  --font-size-heading-xxl: 3rem;
}
@media (min-width: 1025px) {
  :root {
    --font-height-body-s: 1.125rem;
    --font-height-body-xs: 1.125rem;
    --font-height-heading-xs: 1.125rem;
    --font-height-body-m: 1.25rem;
    --font-height-body-l: 1.4375rem;
    --font-height-heading-s: 1.4375rem;
    --font-height-body-xl: 1.625rem;
    --font-height-body-xxl: 1.8125rem;
    --font-height-heading-m: 1.8125rem;
    --font-height-heading-l: 2.6875rem;
    --font-height-heading-xl: 3.8125rem;
    --font-height-heading-xxl: 5.5625rem;
    --font-size-body-xs: 0.75rem;
    --font-size-body-s: 0.875rem;
    --font-size-body-m: 1rem;
    --font-size-heading-xs: 1rem;
    --font-size-body-l: 1.125rem;
    --font-size-body-xl: 1.25rem;
    --font-size-heading-s: 1.25rem;
    --font-size-body-xxl: 1.4375rem;
    --font-size-heading-m: 1.625rem;
    --font-size-heading-l: 2.375rem;
    --font-size-heading-xl: 3.375rem;
    --font-size-heading-xxl: 4.875rem;
  }
}

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

* {
  margin: 0;
}

body {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #272621;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

button,
a {
  cursor: pointer;
}

a {
  color: #272621;
}

/* spacers */
/* L */
/* S */
html,
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.content {
  flex: 1;
}
.content > .spacing-from-header:first-child {
  padding-top: 4rem;
}
@media (min-width: 769px) {
  .content > .spacing-from-header:first-child {
    padding-top: 6.5rem;
  }
}
@media (min-width: 769px) {
  .content:not(:has(.header-hero)) .container-sidebar .main-content > .spacing-from-header:first-child {
    padding-top: 6.5rem;
  }
}

.container {
  width: 100%;
  max-width: 90rem;
  padding: 0 1rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .container {
    padding: 0 3rem;
  }
}
.container--small {
  max-width: 75.75rem;
}
.container .container {
  padding: 0;
}

@media (min-width: 1025px) {
  .container-sidebar {
    display: flex;
    gap: 8.5rem;
  }
  .container-sidebar:has(.product-sidebar) {
    gap: 1.5rem;
  }
}
.container-sidebar .main-content {
  flex-grow: 1;
  width: 100%;
  max-width: 53.125rem;
}
.container-sidebar .sidebar-content {
  flex: 1;
}

.narrow-content {
  padding: 1.5rem 0;
}
@media (min-width: 1025px) {
  .narrow-content {
    padding-bottom: 5.5rem;
  }
}
.narrow-content .container {
  max-width: 61.5rem;
}

.spacing-module {
  margin: 3rem 0;
}
@media (min-width: 769px) {
  .spacing-module {
    margin: 3.5rem 0;
  }
}

.spacing-module-bottom {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .spacing-module-bottom {
    margin-bottom: 6.5rem;
  }
}

.show-on-mobile {
  display: block;
}
@media (min-width: 1025px) {
  .show-on-mobile {
    display: none;
  }
}

.show-on-desktop {
  display: none;
}
@media (min-width: 1025px) {
  .show-on-desktop {
    display: block;
  }
}

.mt-200 {
  margin-top: 12.5rem;
}

.full-body {
  margin: 0 -1rem;
}

.generic-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.generic-content p {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
}
.generic-content p > strong {
  font-family: "Roboto";
  font-size: var(--font-size-body-l);
  font-weight: 700;
  line-height: var(--font-height-body-l);
  text-align: left;
}
.generic-content h3 {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  margin-bottom: 1rem;
}
.generic-content img {
  width: 100%;
  max-height: 31.25rem;
  border-radius: 1rem;
}
.generic-content img ~ img {
  margin-top: 1rem;
}

.btn {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding: 0.75rem 2rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-decoration: none;
  appearance: none;
  background: none;
  border: 0;
  border-radius: 6.25rem;
}
.btn:hover {
  text-decoration: none;
}
.btn:disabled {
  color: #b3b3b3;
  cursor: auto;
  background-color: #e5e5e5;
  border: 0;
}
.btn-icon {
  height: fit-content;
  padding: 0.25rem;
}
.btn-icon-left {
  flex-direction: row;
}
.btn-icon-right {
  flex-direction: row-reverse;
}
.btn-small {
  height: 2rem;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.btn-primary {
  color: #115aa5;
  background-color: #ffd91e;
}
.btn-primary:not(:disabled):hover {
  background-color: #ffe878;
}
.btn-secondary {
  color: #fff;
  background-color: #115aa5;
}
.btn-secondary:not(:disabled):hover {
  background-color: #0e4c8c;
}
.btn-ghost {
  color: #115aa5;
  background-color: transparent;
  border: 0.125rem solid #115aa5;
}
.btn-ghost.btn-small {
  border-width: 0.0625rem;
}
.btn-ghost:not(:disabled):hover {
  color: #0e4c8c;
  border-color: #0e4c8c;
}
.btn-inspire-me {
  color: #115aa5;
  background-color: #ffd91e;
}
.btn-inspire-me:hover {
  background-color: #ffe878;
}
.btn--squared {
  border-radius: 0.5rem;
}
.btn--pulse {
  animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.txt-link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}
.txt-link[href]:hover .txt-link_text {
  text-decoration: underline;
}
.txt-link:not([href]):hover {
  cursor: auto;
}
.txt-link-bold {
  font-weight: 700;
}
.txt-link-small {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.txt-link-default {
  color: #767162;
}
.txt-link-secondary {
  color: #115aa5;
}
.txt-link-secondary:hover {
  color: #0e4c8c;
}
.txt-link-title {
  color: #000;
}

.icon-link {
  color: inherit;
}
.icon-link--label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none;
}
.icon-link--label .icon-label {
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1;
  color: #115aa5;
  text-transform: uppercase;
  visibility: hidden;
}
.icon-link--label:hover .icon-label {
  visibility: visible;
}

.badge {
  padding: 0.5rem 1rem;
  font-family: "GallinaBlancaCnd";
  font-weight: 700;
  line-height: 1.125rem;
  color: #115aa5;
  border-radius: 0.5rem;
}
.badge-weak {
  background-color: #ffe878;
}
.badge-primary {
  background-color: #ffd91e;
}

.tag {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: #fff;
  border-radius: 1rem;
}
.tag-default {
  background-color: rgba(0, 0, 0, 0.45);
}
.tag-green {
  background-color: rgba(0, 88, 14, 0.45);
}
.tag-beige {
  color: #767162;
  background-color: #eae8df;
}
.tag-cloud {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
  padding: 0.5rem 1rem;
  color: #115aa5;
  text-decoration: none;
  background-color: #fff;
}
.tag-cloud:visited {
  color: #115aa5;
}

.icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentcolor;
}
.icon svg path {
  fill: currentcolor;
}
.icon-primary {
  color: #ffd91e;
}
.icon-secondary {
  color: #115aa5;
}
.icon-secondary:hover {
  color: #0e4c8c;
}
.icon-disabled {
  color: #b3b3b3;
}
.icon-beige {
  color: #eae8df;
}
.icon-white {
  color: #fff;
}

.logo {
  width: 10.1875rem;
  height: 2rem;
}
.logo .icon > svg {
  width: 100%;
  height: 100%;
}
.logo .icon > svg path:first-child {
  fill: #115aa5;
}
.logo .icon > svg path:last-child {
  fill: #fff;
}

.image.self-control {
  width: 11.75rem;
  height: 3.5rem;
}
.image.self-control img {
  width: 100%;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
.form-field input,
.form-field textarea,
.form-field select {
  appearance: none;
  border: 1px solid #dfdbcd;
  transition: all 0.3s;
}
.form-field-input, .form-field-select {
  height: 3rem;
}
.form-field-input, .form-field-textarea, .form-field-select {
  width: 100%;
  padding: 1.25rem 1rem 0.25rem;
  border-radius: 0.5rem;
}
.form-field-input:hover, .form-field-input:focus, .form-field-textarea:hover, .form-field-textarea:focus, .form-field-select:hover, .form-field-select:focus {
  border-color: #115aa5;
}
.form-field-input:focus, .form-field-textarea:focus, .form-field-select:focus {
  outline: #115aa5 auto 1px;
}
.form-field-input:disabled, .form-field-textarea:disabled, .form-field-select:disabled {
  color: #b3b3b3;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.form-field-input::placeholder, .form-field-textarea::placeholder, .form-field-select::placeholder {
  color: transparent;
}
.form-field-input:read-only, .form-field-textarea:read-only {
  color: #b3b3b3;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  outline: none;
}
.form-field-checkbox {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.25rem;
}
.form-field-checkbox--small {
  width: 1rem;
  height: 1rem;
  background-size: 0.625rem;
}
.form-field-checkbox:hover, .form-field-checkbox:focus {
  border-color: #115aa5;
}
.form-field-checkbox:focus {
  outline: #115aa5 auto 1px;
}
.form-field-checkbox:disabled {
  border-color: #e5e5e5;
}
.form-field-checkbox:checked {
  background-color: #115aa5;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.6771 0.307456C14.0858 0.716885 14.0852 1.38012 13.6757 1.78882L5.75675 9.69385C5.34758 10.1023 4.68485 10.102 4.27604 9.6932L0.323525 5.74068C-0.0855436 5.33162 -0.0855436 4.66838 0.323525 4.25932C0.732594 3.85025 1.39583 3.85025 1.80489 4.25932L5.01738 7.4718L12.1957 0.306148C12.6051 -0.102559 13.2683 -0.101974 13.6771 0.307456Z' fill='white'/%3E%3C/svg%3E%0A");
  border-color: #115aa5;
}
.form-field-checkbox:checked:disabled {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.form-field-toggle {
  width: 3rem;
  height: 1.5rem;
  border-radius: 9999px;
}
.form-field-toggle:hover, .form-field-toggle:focus {
  border-color: #115aa5;
}
.form-field-toggle:focus {
  outline: #115aa5 auto 1px;
}
.form-field-toggle:disabled {
  border-color: #e5e5e5;
}
.form-field-toggle:checked {
  background-color: #e5e5e5;
}
.form-field-toggle:checked:disabled {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.form-field-helper-text {
  line-height: 1.25rem;
}
.form-field-wrapper {
  position: relative;
  display: flex;
}
.form-field-wrapper:has(.form-field--checkbox) {
  flex-direction: column;
  gap: 0.75rem;
}
.form-field-wrapper:has(.form-field--helper-text-hide) .form-field-helper-text {
  display: none;
}
.form-field-wrapper:has(.form-field--success) .form-field-helper-text {
  color: #2e7e45;
}
.form-field-wrapper:has(.form-field--error) .form-field-helper-text {
  color: #9f1b0a;
}
.form-field-dot {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-color: #e5e5e5;
  border-radius: 9999px;
  transition: all 0.3s;
}
.form-field-label {
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  color: #4d4d4d;
  text-align: left;
  pointer-events: none;
  transition: all 0.3s;
}
.form-field .icon {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  color: #4d4d4d;
  transition: all 0.3s;
}
.form-field:has(.form-field-select) .icon {
  color: #115aa5;
}
.form-field:has(.form-field-input:focus) .form-field-label, .form-field:has(.form-field-textarea:focus) .form-field-label, .form-field:has(.form-field-select:focus) .form-field-label, .form-field:has(.form-field-input:not(:placeholder-shown)) .form-field-label, .form-field:has(.form-field-textarea:not(:placeholder-shown)) .form-field-label, .form-field:has(.form-field-select.form-field-select--filled) .form-field-label {
  top: 0.25rem;
  font-size: 0.75rem;
  color: #4d4d4d;
}
.form-field:has(.form-field-input:disabled), .form-field:has(.form-field-textarea:disabled), .form-field:has(.form-field-select:disabled), .form-field:has(.form-field-checkbox:disabled), .form-field:has(.form-field-toggle:disabled) {
  pointer-events: none;
}
.form-field:has(.form-field-input:disabled) .form-field-label, .form-field:has(.form-field-textarea:disabled) .form-field-label, .form-field:has(.form-field-select:disabled) .form-field-label, .form-field:has(.form-field-checkbox:disabled) .form-field-label, .form-field:has(.form-field-toggle:disabled) .form-field-label {
  color: #b3b3b3;
}
.form-field:has(.form-field-input:disabled) .icon, .form-field:has(.form-field-textarea:disabled) .icon, .form-field:has(.form-field-select:disabled) .icon, .form-field:has(.form-field-checkbox:disabled) .icon, .form-field:has(.form-field-toggle:disabled) .icon {
  color: #b3b3b3;
}
.form-field:has(.icon) .form-field-input, .form-field:has(.icon) .form-field-textarea, .form-field:has(.icon) .form-field-select {
  padding-right: 3.5rem;
}
.form-field:has(.form-field-toggle:checked) .form-field-dot {
  background-color: #115aa5;
  transform: translateX(1.5rem);
}
.form-field:has(.form-field-toggle:disabled) .form-field-dot {
  background-color: #e5e5e5;
}
.form-field:has(.form-field-toggle:checked:disabled) .form-field-dot {
  background-color: #fff;
}
.form-field--success .form-field-input, .form-field--success .form-field-textarea, .form-field--success .form-field-select, .form-field--success .form-field-checkbox {
  border-color: #41a45d;
}
.form-field--success .form-field-input:focus, .form-field--success .form-field-textarea:focus, .form-field--success .form-field-select:focus, .form-field--success .form-field-checkbox:focus {
  border-color: #41a45d;
  outline-color: #41a45d;
}
.form-field--success .form-field-input:checked, .form-field--success .form-field-textarea:checked, .form-field--success .form-field-select:checked, .form-field--success .form-field-checkbox:checked {
  background-color: #41a45d;
}
.form-field--success .form-field-helper-text {
  color: #2e7e45;
}
.form-field--success:has(.form-field-select) .icon {
  color: #41a45d;
}
.form-field--error .form-field-input, .form-field--error .form-field-textarea, .form-field--error .form-field-select, .form-field--error .form-field-checkbox {
  border-color: #c53026;
}
.form-field--error .form-field-input:focus, .form-field--error .form-field-textarea:focus, .form-field--error .form-field-select:focus, .form-field--error .form-field-checkbox:focus {
  border-color: #c53026;
  outline-color: #c53026;
}
.form-field--error .form-field-input:checked, .form-field--error .form-field-textarea:checked, .form-field--error .form-field-select:checked, .form-field--error .form-field-checkbox:checked {
  background-color: #c53026;
}
.form-field--error .form-field-helper-text {
  color: #9f1b0a;
}
.form-field--error:has(.form-field-select) .icon {
  color: #c53026;
}
.form-field--password .icon {
  cursor: pointer;
}
.form-field--password .icon:hover {
  color: #0e4c8c;
}
.form-field--checkbox, .form-field--toggle {
  flex-direction: row;
  gap: 1rem;
}
.form-field--checkbox .form-field-label, .form-field--toggle .form-field-label {
  position: static;
  flex-grow: 1;
  font-size: var(--font-size-body-xs);
  color: #000;
}
.form-field--checkbox .form-field-label a, .form-field--toggle .form-field-label a {
  color: #115aa5;
  text-decoration: none;
}
.form-field--checkbox .form-field-label a:hover, .form-field--toggle .form-field-label a:hover {
  text-decoration: underline;
}
.form-field--checkbox .form-field-label:has(a), .form-field--toggle .form-field-label:has(a) {
  pointer-events: none;
}
.form-field--checkbox .form-field-label:has(a) a, .form-field--toggle .form-field-label:has(a) a {
  pointer-events: auto;
}
.form-field--captcha {
  padding: 1rem 0;
}
.form-field--reverse {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.form-field--reverse .form-field-label {
  font-size: var(--font-size-body-lg);
  font-weight: 700;
}
.form-field--helper-text-hide .form-field-helper-text {
  display: none;
}

.accordion-group {
  display: flex;
  flex-direction: column;
}
.accordion-group .accordion {
  border-bottom: 1px solid #eae8df;
}

.accordion_header {
  position: relative;
  width: 100%;
  padding: 1rem 0;
}
.accordion_header::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("./images/icons/chevron-down.svg");
  transform: translateY(-50%);
}
.accordion_header.is-active::before {
  background-image: url("./images/icons/chevron-up.svg");
}
.accordion_panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.list-items_title {
  font-family: "GallinaBlancaCnd";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem;
}
.list-items_list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}
.list-items_item {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.list-items_item--see-more {
  display: none;
  font-weight: 700;
  color: #767162;
  cursor: pointer;
}
@media (min-width: 769px) {
  .list-items_item--see-more {
    display: block;
  }
}
.list-items_list-see {
  position: absolute;
  bottom: 0;
  left: 0;
}

.searcher {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 20.625rem;
  background-color: #fff;
  border-radius: 2.5rem;
}
.searcher-border {
  border: 0.0625rem solid #dfdbcd;
}
.searcher .input-container {
  display: flex;
  flex: 1;
  gap: 0.75rem;
  align-items: center;
}
.searcher .input-container .icon {
  color: #115aa5;
}
.searcher .input {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.1375rem;
  color: #115aa5;
  border: 0;
  outline: none;
}
.searcher .input::placeholder {
  color: #115aa5;
}

.searcher-navigation {
  padding: 0.25rem;
}
.searcher-navigation .input-container {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.searcher-navigation .right-btn .btn {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
}

.searcher-regular {
  padding: 0.5rem;
}
.searcher-regular .input-container {
  padding: 1rem 0 1rem 1rem;
}
.searcher-regular .right-btn .btn {
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
}

.article-card_anchor {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding-bottom: 1rem;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 769px) {
  .article-card_anchor {
    padding-bottom: 1.5rem;
  }
}
.article-card_anchor:not([href]) {
  cursor: auto;
}
.article-card_anchor:hover .article-card_title {
  color: #115aa5;
}
.article-card_image {
  position: relative;
  height: 12.0625rem;
}
.article-card_image img {
  height: 100%;
  border-radius: 0.5rem;
}
.article-card_icons {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem;
}
.article-card_icons--trick {
  justify-content: space-between;
  padding-top: 0;
}
.article-card_icons .badge {
  padding: 1rem 0.5rem;
  border-radius: 0;
}
.article-card_icons .btn-favorite {
  background-color: #fff;
  border-radius: 6.25rem;
}
.article-card_icons .btn-favorite-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #115aa5;
  mask-image: url("./images/icons/heart.svg");
  mask-size: cover;
}
.article-card_icons .btn-favorite.active .btn-favorite-icon {
  mask-image: url("./images/icons/heart-filled.svg");
}
.article-card_icons .btn-favorite.active:hover .btn-favorite-icon {
  filter: brightness(0.85);
}
.article-card_icons .btn-favorite:hover .btn-favorite-icon {
  mask-image: url("./images/icons/heart-filled.svg");
  filter: opacity(0.75);
}
.article-card_title {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 700;
  line-height: var(--font-height-body-m);
  text-align: left;
  margin-bottom: 0.5rem;
  color: #000;
}
.article-card_description {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
}
.article-card_ia-label {
  color: #767162;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0.5rem;
}

.highlight-card {
  width: 100%;
  padding: 1rem;
  background-color: #dbe6f1;
  border-radius: 1rem;
}
@media (min-width: 1025px) {
  .highlight-card {
    padding: 3rem 9rem;
  }
}
.highlight-card_content {
  font-family: "Roboto";
  font-size: var(--font-size-body-l);
  font-weight: 400;
  line-height: var(--font-height-body-l);
  color: #115aa5;
  text-align: center;
}

.ingredient-card {
  width: 100%;
  background-color: #f6f5f1;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .ingredient-card {
    max-width: 27rem;
  }
}
.ingredient-card_wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.5rem 1rem;
}
.ingredient-card_image-container {
  flex: auto 0 0;
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 769px) {
  .ingredient-card_image-container {
    width: 4.25rem;
    height: 4.25rem;
  }
}
.ingredient-card_image-container img {
  height: 100%;
  border-radius: 1rem;
}
.ingredient-card_content {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.ingredient-card_text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.ingredient-card_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-s);
  font-weight: 700;
  line-height: var(--font-height-heading-s);
  color: #000;
}
.ingredient-card_title a {
  color: #000;
  text-decoration: none;
}
.ingredient-card_title a:hover {
  color: #115aa5;
}
.ingredient-card_title-detail {
  color: #767162;
}
.ingredient-card_subtitle {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
}
.ingredient-card_cta .btn {
  height: auto;
  padding: 0;
}
.ingredient-card_cta .btn-text {
  display: none;
}
.ingredient-card_cta .btn:hover {
  background-color: transparent;
}
.ingredient-card_detail {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.ingredient-card_detail .seeMore,
.ingredient-card_detail .seeLess {
  display: none;
  height: auto;
  padding: 0;
  color: #115aa5;
}
.ingredient-card_detail .seeMore.active,
.ingredient-card_detail .seeLess.active {
  display: flex;
}
.ingredient-card_info {
  max-height: 0;
  overflow: hidden;
  background-color: #eae8df;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition: max-height 0.5s ease;
}
.ingredient-card_info.show {
  max-height: 200px;
}
.ingredient-card_info-wrapper {
  padding: 0.5rem 1rem;
}
.ingredient-card--highlighted {
  background-color: #ffd91e;
}
@media (min-width: 769px) {
  .ingredient-card--highlighted {
    padding: 1rem 0;
  }
  .ingredient-card--highlighted .ingredient-card_content {
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
  }
  .ingredient-card--highlighted .ingredient-card_cta {
    align-self: flex-end;
  }
  .ingredient-card--highlighted .ingredient-card_cta .btn-text {
    display: block;
  }
}
.ingredient-card--highlighted:hover {
  background-color: #ffd91e;
}
.ingredient-card--highlighted:hover .ingredient-card_title {
  color: #115aa5;
}
.ingredient-card--info:has(.btn.seeLess.active) {
  background-color: #eae8df;
}
.ingredient-card--info.active {
  background-color: #eae8df;
}
.ingredient-card--info .ingredient-card_wrapper {
  background-color: #f6f5f1;
  border-radius: 1rem;
}

.rating-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  background-color: #f6f5f1;
  border-radius: 1rem;
}
.rating-card_text {
  display: flex;
  flex-direction: column;
}
.rating-card_title {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 700;
  line-height: var(--font-height-body-m);
  text-align: left;
  color: #000;
}
.rating-card_reviews {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #767162;
}
.rating-card_list {
  display: flex;
  padding: 0;
  list-style: none;
}
.rating-card_item .btn {
  padding: 0;
}
.rating-card_item .btn:hover .icon {
  color: #c4bda4;
}
.rating-card_item--selected .btn .icon {
  color: #ffd91e;
}

.favorites-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  background-color: #f6f5f1;
  border-radius: 1rem;
}
.favorites-card_text {
  display: flex;
  flex-direction: column;
}
.favorites-card_title {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 700;
  line-height: var(--font-height-body-m);
  text-align: left;
  color: #000;
}
.favorites-card_subtitle {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #767162;
}
.favorites-card_list {
  display: flex;
  padding: 0;
  list-style: none;
}
.favorites-card .btn .icon-heart {
  display: block;
}
.favorites-card .btn .icon-heart-filled {
  display: none;
}
.favorites-card .btn.active .icon-heart {
  display: none;
}
.favorites-card .btn.active .icon-heart-filled {
  display: block;
}

.recipe-card {
  display: flex;
  flex-direction: column;
  color: #272621;
  text-decoration: none;
  background-color: #f6f5f1;
  border-radius: 1rem;
}
.recipe-card_image-container {
  position: relative;
  height: 20.25rem;
}
@media (min-width: 1025px) {
  .recipe-card_image-container {
    height: 25.4375rem;
  }
}
.recipe-card_video, .recipe-card_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  transition: opacity 0.5s ease;
}
.recipe-card_video {
  opacity: 0;
}
.recipe-card_info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
  padding: 0.5rem;
}
@media (min-width: 769px) {
  .recipe-card_info {
    padding: 1rem;
  }
}
.recipe-card_info .rating {
  flex-direction: column;
  gap: 0.125rem;
  align-items: flex-start;
}
.recipe-card_info .rating_reviews {
  font-family: "Roboto";
  font-size: var(--font-size-body-xs);
  font-weight: 400;
  line-height: var(--font-height-body-xs);
}
.recipe-card_info .rating .icon > svg {
  width: 1.25rem;
  height: 1.25rem;
}
.recipe-card_title {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 700;
  line-height: var(--font-height-body-m);
  text-align: left;
  color: #000;
}
.recipe-card_icons {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.recipe-card_icons.addible {
  justify-content: space-between;
}
.recipe-card_icons .btn-ghost {
  font-family: "Roboto";
  font-size: var(--font-size-body-xs);
  font-weight: 700;
  line-height: var(--font-height-body-xs);
  height: fit-content;
  padding: 0.25rem 0.75rem 0.25rem 0.25rem;
  background-color: #fff;
  border: 0;
}
.recipe-card_icons .btn-icon {
  background-color: #fff;
  border-radius: 6.25rem;
}
.recipe-card_icons .btn-favorite {
  background-color: #fff;
}
.recipe-card_icons .btn-favorite-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #115aa5;
  mask-image: url("./images/icons/heart.svg");
  mask-size: cover;
}
.recipe-card_icons .btn-favorite.active .btn-favorite-icon {
  mask-image: url("./images/icons/heart-filled.svg");
}
.recipe-card_icons .btn-favorite.active:hover .btn-favorite-icon {
  filter: brightness(0.85);
}
.recipe-card_icons .btn-favorite:hover .btn-favorite-icon {
  mask-image: url("./images/icons/heart-filled.svg");
  filter: opacity(0.75);
}
.recipe-card_tags {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  display: flex;
  gap: 0.25rem;
  padding: 0;
  list-style: none;
}
.recipe-card_ia-label {
  color: #767162;
  font-size: 11px;
  line-height: 16px;
}
.recipe-card:has(.recipe-card_video):hover {
  background-color: #eae8df;
}
.recipe-card:has(.recipe-card_video):hover .recipe-card_video {
  opacity: 1;
}
.recipe-card:has(.recipe-card_video):hover .recipe-card_img {
  opacity: 0;
}
.recipe-card:has(.recipe-card_video):hover .recipe-card_title {
  color: #115aa5;
}
.recipe-card:visited {
  color: inherit;
}
@media (min-width: 769px) {
  .recipe-card--with-text {
    flex-direction: row;
    gap: 1.5rem;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .recipe-card--with-text {
    width: 61.125rem;
  }
}
.recipe-card--with-text .recipe-card_image-container {
  height: 27.4375rem;
}
@media (min-width: 769px) {
  .recipe-card--with-text .recipe-card_image-container {
    flex: 1;
    height: 100%;
    min-height: 31.688rem;
  }
}
.recipe-card--with-text .recipe-card_info {
  padding: 1rem 0.5rem;
}
@media (min-width: 769px) {
  .recipe-card--with-text .recipe-card_info {
    flex: 2;
    gap: 1rem;
    justify-content: flex-start;
    padding: 2.5rem 1.5rem 0.5rem 0;
  }
}
@media (min-width: 769px) {
  .recipe-card--with-text .recipe-card_title {
    font-family: "Roboto";
    font-size: var(--font-size-body-xxl);
    font-weight: 700;
    line-height: var(--font-height-body-xxl);
  }
}
@media (min-width: 769px) {
  .recipe-card--with-text .recipe-card_text {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  .recipe-card--horizontal {
    position: relative;
    flex-direction: row;
  }
  .recipe-card--horizontal .recipe-card_image-container {
    position: relative;
    width: 5.625rem;
    height: 5.625rem;
  }
  .recipe-card--horizontal .recipe-card_video {
    width: 5.625rem;
  }
  .recipe-card--horizontal .recipe-card_tags {
    left: 6.125rem;
    width: max-content;
  }
  .recipe-card--horizontal .recipe-card_tags .tag-default {
    color: #767162;
    background-color: #eae8df;
  }
  .recipe-card--horizontal .recipe-card_icons.addible {
    justify-content: flex-end;
  }
  .recipe-card--horizontal .recipe-card_info {
    padding-right: 3rem;
  }
  .recipe-card--horizontal .btn-favorite {
    display: none;
  }
  .recipe-card--horizontal .btn-planner-remove,
  .recipe-card--horizontal .btn-planner-add {
    padding: 0.25rem;
  }
  .recipe-card--horizontal .btn-planner-remove .btn-text,
  .recipe-card--horizontal .btn-planner-add .btn-text {
    display: none;
  }
  .recipe-card--horizontal .rating {
    display: none;
  }
}

.faq-card {
  background-color: #f6f5f1;
  border-radius: 1rem;
  cursor: pointer;
}
.faq-card_icon {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #115aa5;
  mask-image: url("./images/icons/chevron-right.svg");
  mask-size: cover;
}
.faq-card_title {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-card_content {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  margin-top: 0.25rem;
  display: none;
}
.faq-card--accordeon {
  padding: 1rem;
}
.faq-card--accordeon.is-active .faq-card_content {
  display: block;
}
.faq-card--accordeon.is-active .faq-card_icon {
  mask-image: url("./images/icons/chevron-down.svg");
}
.faq-card .txt-link {
  justify-content: space-between;
  padding: 1rem;
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
}
.faq-card .txt-link:hover .txt-link_text {
  text-decoration: none;
}
.faq-card:hover {
  background-color: #eae8df;
}
.faq-card:hover .txt-link {
  color: #115aa5;
}

.filter-card {
  background-color: #f6f5f1;
  border-radius: 1rem;
}
.filter-card_wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.5rem 1.5rem;
  position: relative;
  border-radius: 1rem;
}
.filter-card_wrapper:has(.filter-card_checkbox:checked) {
  padding: 7px 23px;
  border: 0.0625rem solid #115aa5;
}
.filter-card:has(.filter-card_checkbox:checked) .filter-card_accordion-panel {
  border-color: transparent;
}
.filter-card_content {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  height: 3.5rem;
}
.filter-card_checkbox {
  display: none;
}
.filter-card_checkbox:checked + .filter-card_custom-checkbox {
  border: 0;
  background-color: #115aa5;
}
.filter-card_checkbox:checked + .filter-card_custom-checkbox::before {
  display: block;
  mask-image: url("./images/icons/check.svg");
}
.filter-card_checkbox:checked + .filter-card_custom-checkbox.partial::before {
  mask-image: url("./images/icons/minus.svg");
}
.filter-card_custom-checkbox {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid #dfdbcd;
  border-radius: 0.25rem;
  position: relative;
}
.filter-card_custom-checkbox:hover {
  cursor: pointer;
  border-color: #115aa5;
}
.filter-card_custom-checkbox::before {
  display: none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-color: #fff;
}
.filter-card_image {
  width: 3.5rem;
  height: 3.5rem;
}
.filter-card_text {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #000;
}
.filter-card_accordion-btn {
  position: absolute;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-color: #115aa5;
  mask-image: url("./images/icons/chevron-down.svg");
  padding: 0;
  border: 0;
}
.filter-card_accordion-btn.up {
  mask-image: url("./images/icons/chevron-up.svg");
}
.filter-card_accordion-panel {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1rem 1.5rem 1rem;
  border-top: 0.0625rem solid #dfdbcd;
}
.filter-card_accordion-panel.show {
  display: flex;
}
.filter-card_accordion {
  padding: 1rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  border: 0.0625rem solid #dfdbcd;
  border-radius: 1rem;
}
.filter-card_accordion:has(.filter-card_checkbox:checked) {
  border: 0.0625rem solid #115aa5;
}
.filter-card_accordion .filter-card_content {
  height: auto;
}
.filter-card_accordion .filter-card_custom-checkbox {
  width: 1rem;
  height: 1rem;
}
.filter-card_accordion .filter-card_custom-checkbox::before {
  right: 0;
  width: 1rem;
  height: 1rem;
  mask-size: 1rem;
}

.img-text-card_anchor {
  padding: 1rem;
  background-color: #f6f5f1;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  height: 100%;
}
.img-text-card_anchor:hover {
  background-color: #eae8df;
}
.img-text-card_anchor:hover .img-text-card_text {
  color: #0e4c8c;
}
.img-text-card_image {
  height: 5.25rem;
  width: 5.25rem;
}
@media (min-width: 1025px) {
  .img-text-card_image {
    height: 6.125rem;
    width: 6.125rem;
  }
}
.img-text-card_text {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 700;
  line-height: var(--font-height-body-m);
  text-align: left;
  color: #000;
}
.img-text-card_text--center {
  text-align: center;
}
.img-text-card--img .img-text-card_anchor {
  height: 9.375rem;
  padding: 0.5rem 1rem;
  justify-content: space-between;
  border-radius: 1rem;
}

.nutritional-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 4.0625rem;
  padding: 0.5rem;
  background-color: #f6f5f1;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .nutritional-card {
    height: 5.4375rem;
  }
}
.nutritional-card_title {
  font-family: "Roboto";
  font-size: var(--font-size-body-xs);
  font-weight: 700;
  line-height: var(--font-height-body-xs);
  color: #000;
}
.nutritional-card_value {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
}
.nutritional-card_um {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #767162;
}

.truco-title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.25rem;
  color: inherit;
  text-decoration: none;
  background-color: #f6f5f1;
  border-radius: 0.5rem;
}
.truco-title_title {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 700;
  line-height: var(--font-height-body-s);
  text-align: left;
  flex: 1;
  color: #000;
}
.truco-title .badge {
  padding: 0.5rem;
  line-height: 22px;
}
.truco-title:hover {
  background-color: #eae8df;
}
.truco-title:hover .truco-title_title {
  color: #115aa5;
}

.product-card {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  background-color: #f6f5f1;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .product-card {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.product-card_image {
  align-self: center;
  width: 5.75rem;
  height: 5.75rem;
}
@media (min-width: 769px) {
  .product-card_image {
    width: 11.4375rem;
    height: 11.4375rem;
  }
}
.product-card_info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-card_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  color: #000;
}
.product-card_tags {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
.product-card_tag .tag {
  background-color: #eae8df;
}
.product-card:hover {
  background-color: #eae8df;
}
.product-card:hover .product-card_title {
  color: #115aa5;
}
.product-card:hover .product-card_tags .tag {
  padding: 3px 7px;
  border: 0.0625rem solid #c4bda4;
}

.product-category-card {
  text-decoration: none;
  background-color: #f6f5f1;
  border-radius: 1rem;
}
.product-category-card_image {
  height: 13.3125rem;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .product-category-card_image {
    height: 12.1875rem;
  }
}
.product-category-card_info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  padding: 1rem;
}
.product-category-card_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  color: #000;
}
.product-category-card_subtitle {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #767162;
}
.product-category-card_ia-label {
  color: #767162;
  font-size: 11px;
  line-height: 16px;
}
.product-category-card:hover {
  background-color: #eae8df;
}
.product-category-card:hover .product-category-card_title {
  color: #115aa5;
}

.collection-card_anchor {
  background-color: #f6f5f1;
  padding: 0.5rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}
.collection-card_anchor:hover {
  background-color: #eae8df;
}
.collection-card_anchor:hover .collection-card_title {
  color: #115aa5;
}
.collection-card_images {
  display: grid;
  grid-template-rows: repeat(2, 63.5px);
  grid-template-columns: repeat(2, 1fr);
  gap: 0.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .collection-card_images {
    grid-template-rows: repeat(2, 120.5px);
  }
}
.collection-card_image {
  height: 100%;
  border-radius: 0.5rem;
}
.collection-card_image--left {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}
.collection-card_image--right {
  grid-column: 2/span 1;
  grid-row: 1/span 2;
}
.collection-card_image--top {
  grid-column: 1/span 2;
  grid-row: 1/span 1;
}
.collection-card_image--bottom {
  grid-column: 1/span 2;
  grid-row: 2/span 1;
}
.collection-card_subtitle {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #767162;
  margin-bottom: 0.25rem;
}
.collection-card_title {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 700;
  line-height: var(--font-height-body-m);
  text-align: left;
  color: #000;
}

.skeleton-card {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5rem;
  width: calc((100% - 1rem) / 2);
  background-color: #f6f5f1;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .skeleton-card {
    width: calc((100% - 4.5rem) / 4);
  }
}
.skeleton-card_header {
  position: relative;
  height: 13.125rem;
  background-color: #eae8df;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .skeleton-card_header {
    height: 17.125rem;
  }
}
@media (min-width: 1025px) {
  .skeleton-card_header {
    height: 25.4375rem;
  }
}
.skeleton-card_header-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(226, 225, 220, 0) 0%, #dcdacf 41.5%, #dedcd2 56.5%, rgba(226, 225, 220, 0) 100%);
  border-radius: 1rem;
  animation: shimmer 1s infinite;
}
.skeleton-card_body {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5rem;
  padding: 0.5rem 0.5rem 2rem 0.5rem;
}
.skeleton-card_paragraph {
  width: 100%;
  height: 1rem;
  background-color: #eae8df;
}
.skeleton-card_paragraph.short {
  width: 25%;
}

@keyframes shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
.tabs {
  padding-top: 0.5rem;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
.tabs-header {
  position: relative;
}
.tabs-header_list {
  display: flex;
  gap: 1.5rem;
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #f6f5f1;
}
@media (min-width: 769px) {
  .tabs-header_list {
    flex: 1;
  }
}
.tabs-header .tab-header a {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 700;
  line-height: var(--font-height-body-s);
  text-align: left;
  position: relative;
  display: block;
  padding-bottom: 0.5rem;
  color: #272621;
  text-decoration: none;
}
.tabs-header .tab-header a:visited {
  color: #272621;
}
.tabs-header .tab-header a:hover {
  color: #115aa5;
}
.tabs-header .tab-header a.active {
  color: #115aa5;
}
.tabs-header .tab-header a.active::before {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  content: "";
  border-bottom: 2px solid #115aa5;
}
.tabs-header_slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #115aa5;
  border-radius: 3.5rem;
  transition: transform 0.3s ease;
}
.tabs-body {
  padding: 1rem 0;
}
@media (min-width: 769px) {
  .tabs-body {
    padding: 1.5rem 0;
  }
}
.tabs-body .tab-body {
  display: none;
}
.tabs-body .tab-body.active {
  display: block;
}
.tabs-results {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #767162;
}
@media (min-width: 769px) {
  .tabs-results {
    display: none;
  }
}
.tabs--searchable .tabs-header {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .tabs--searchable .tabs-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.tabs--slider .tabs-header {
  width: 100%;
}
@media (min-width: 769px) {
  .tabs--slider .tabs-header {
    width: fit-content;
  }
}
.tabs--slider .tabs-header_list {
  gap: 0;
  background-color: #f6f5f1;
  border: 0;
  border-radius: 3.5rem;
}
@media (max-width: 768px) {
  .tabs--slider .tabs-header .tab-header {
    flex: 1;
  }
}
.tabs--slider .tabs-header .tab-header:hover {
  background-color: #eae8df;
  border-radius: 3.5rem;
}
.tabs--slider .tabs-header .tab-header a {
  padding: 1rem 0;
  text-align: center;
}
@media (min-width: 769px) {
  .tabs--slider .tabs-header .tab-header a {
    padding: 1rem 3rem;
  }
}
.tabs--slider .tabs-header .tab-header a.active {
  color: #fff;
}
.tabs--slider .tabs-header .tab-header a.active::before {
  border: 0;
}
.tabs--slider .tabs-body {
  padding: 1.5rem 0;
}
.tabs--timeline .tabs-header {
  width: 100%;
  overflow-x: auto;
}
.tabs--timeline .tabs-header_list {
  gap: 0;
  border: none;
}
.tabs--timeline .tabs-header .tab-header {
  position: relative;
  padding: 0 1.25rem;
}
@media (min-width: 769px) {
  .tabs--timeline .tabs-header .tab-header {
    padding: 0 2rem;
  }
}
.tabs--timeline .tabs-header .tab-header::before, .tabs--timeline .tabs-header .tab-header::after {
  position: absolute;
  bottom: 0.625rem;
  display: block;
  width: 50%;
  height: 0.25rem;
  content: "";
  background-color: #115aa5;
}
.tabs--timeline .tabs-header .tab-header::before {
  left: 0;
}
.tabs--timeline .tabs-header .tab-header::after {
  right: 0;
}
.tabs--timeline .tabs-header .tab-header:first-child::before {
  content: none;
}
.tabs--timeline .tabs-header .tab-header:last-child::after {
  content: none;
}
.tabs--timeline .tabs-header .tab-header a {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-s);
  font-weight: 700;
  line-height: var(--font-height-heading-s);
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.25rem;
  align-items: center;
  padding-bottom: 2rem;
  color: #115aa5;
}
.tabs--timeline .tabs-header .tab-header a::before {
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: #fff;
  border: 2px solid #115aa5;
  border-radius: 9999px;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.tabs--timeline .tabs-header .tab-header a.active::before {
  bottom: 0;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffd91e;
  border-color: #fff;
  transform: translateX(-50%);
}
.tabs--timeline .tabs-body {
  padding: 1.5rem 0 0;
}

.page-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-title-caption {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.25rem;
}
.page-title-buttons {
  display: flex;
  flex-shrink: 0;
  gap: 0.5rem;
}
.page-title-buttons .btn {
  flex-grow: 1;
}
.page-title .title {
  font-family: "GallinaBlancaSans";
  font-size: var(--font-size-heading-xl);
  font-weight: 700;
  line-height: var(--font-height-heading-xl);
}
.page-title .subtitle {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
}
@media (min-width: 1025px) {
  .page-title {
    flex-direction: row;
    gap: 1rem;
  }
}
.page-title--sm .title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-l);
  font-weight: 700;
  line-height: var(--font-height-heading-l);
}

.breadcrumb {
  margin: 1rem 0;
}
.breadcrumb_list {
  padding: 0;
  list-style: none;
  display: flex;
}
.breadcrumb_item {
  display: none;
}
@media (min-width: 1025px) {
  .breadcrumb_item {
    display: block;
  }
}
.breadcrumb_item:nth-last-child(2) {
  display: block;
}
@media (min-width: 1025px) {
  .breadcrumb_item:nth-last-child(2) .txt-link .icon:first-child {
    display: none;
  }
}
.breadcrumb_item:nth-last-child(2) .txt-link_text ~ .icon {
  display: none;
}
@media (min-width: 1025px) {
  .breadcrumb_item:nth-last-child(2) .txt-link_text ~ .icon {
    display: block;
  }
}
.breadcrumb_item:last-child > .txt-link {
  color: #4d4d4d;
}
.breadcrumb_item:last-child > .txt-link .icon {
  display: none;
}
.breadcrumb_item .txt-link {
  height: 1.5rem;
  gap: 0;
}
@media (min-width: 1025px) {
  .breadcrumb_item .txt-link .icon {
    color: #4d4d4d;
  }
}

.pagination {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin: 2.5rem 0;
}
@media (min-width: 1025px) {
  .pagination {
    margin-bottom: 4.625rem;
  }
}
.pagination_list {
  display: flex;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
.pagination_page:hover, .pagination_page--active {
  background-color: #f6f5f1;
  border-radius: 1.5rem;
}
.pagination_page:hover .txt-link, .pagination_page--active .txt-link {
  color: #000;
}
.pagination_page .txt-link {
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
}
.pagination_page .txt-link:hover > .txt-link_text {
  text-decoration: none;
}
.pagination_icon {
  padding: 0.25rem;
}
.pagination_icon:has(.icon-secondary):hover {
  background-color: #f6f5f1;
  border-radius: 1.5rem;
}

.searcher-list {
  position: relative;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
}
@media (min-width: 769px) {
  .searcher-list {
    width: 19.875rem;
  }
}
.searcher-list .input-container {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #dfdbcd;
  border-radius: 2.5rem;
}
.searcher-list .input-container .btn-icon {
  width: 2rem;
  height: 2rem;
}
.searcher-list .input-container .input {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
  width: 100%;
  height: 1.75rem;
  padding: 0.25rem 0 0.25rem 0.5rem;
  color: #115aa5;
  border: 0;
  outline: none;
}
.searcher-list .input-container .input::placeholder {
  color: #115aa5;
}
.searcher-list .btn-container .btn {
  width: 3rem;
  height: 3rem;
  border: 0.0625rem solid #dfdbcd;
}
.searcher-list .btn-container .btn:focus {
  border: 0.0625rem solid #115aa5;
}
.searcher-list_popup .popup_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  list-style: none;
}
.searcher-list_popup .popup_item {
  font-family: "Roboto";
  font-size: var(--font-size-body-l);
  font-weight: 400;
  line-height: var(--font-height-body-l);
  padding: 0.75rem 0;
  border-bottom: 1px solid #dfdbcd;
}
@media (min-width: 769px) {
  .searcher-list_popup .popup_item {
    font-family: "Roboto";
    font-size: var(--font-size-body-m);
    font-weight: 400;
    line-height: var(--font-height-body-m);
    padding: 0;
    border: 0;
  }
}
.searcher-list_popup .popup_item .txt-link {
  justify-content: space-between;
}
.searcher-list_popup .popup_item .txt-link .icon {
  display: none;
}
@media (min-width: 769px) {
  .searcher-list_popup .popup_item .txt-link .icon {
    display: block;
    visibility: hidden;
  }
}
.searcher-list_popup .popup_item .txt-link:hover .txt-link_text {
  text-decoration: none;
}
@media (min-width: 769px) {
  .searcher-list_popup .popup_item .txt-link:hover .icon {
    visibility: visible;
  }
}

.searcher-box {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  border: 0.0625rem solid #dfdbcd;
  border-radius: 2.5rem;
}
.searcher-box .input-container {
  flex: 1;
  padding: 1rem 0 1rem 1rem;
}
.searcher-box .input-container .input {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
  width: 100%;
  padding: 0;
  color: #115aa5;
  border: 0;
  outline: none;
}
.searcher-box .input-container .input::placeholder {
  color: #115aa5;
}
.searcher-box .btn-container .btn-search .btn {
  padding: 1rem;
}
.searcher-box .btn-container .btn-close {
  display: none;
  padding: 1rem;
}
.searcher-box .btn-container .btn-close .btn {
  padding: 0;
  border: 0;
}

.searcher-home {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 55.5rem;
}
.searcher-home_wrapper {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem;
  background-color: #fff;
  border: 0.0625rem solid #dfdbcd;
  border-radius: 2.5rem;
}
@media (min-width: 769px) {
  .searcher-home_wrapper {
    padding: 0.5rem;
    border: 0;
  }
}
.searcher-home_input-btn {
  display: flex;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem 0 1rem 1rem;
  color: #115aa5;
  background-color: #fff;
  border: 0;
  border-radius: 2.5rem;
}
.searcher-home_input-btn:hover {
  background-color: #dbe6f1;
}
.searcher-home_filter .btn {
  padding: 1rem;
}
@media (max-width: 768px) {
  .searcher-home_filter {
    display: none;
  }
}
.searcher-home_ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.searcher-home_ctas .btn {
  flex: 1;
  padding: 0;
}
.searcher-home_ctas .txt-link {
  flex: 1;
  justify-content: center;
  background-color: #ffd91e;
  border-radius: 6.25rem;
}
.searcher-home_ctas .txt-link:hover {
  background-color: #ffe878;
}
.searcher-home_ctas .txt-link:hover .txt-link_text {
  text-decoration: none;
}
@media (min-width: 769px) {
  .searcher-home_ctas {
    display: none;
  }
}
.searcher-home--small {
  width: 20.625rem;
}
.searcher-home--small .searcher-home_wrapper {
  padding: 0.25rem;
}
.searcher-home--small .searcher-home_input-btn {
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.searcher-home--small .searcher-home_filter .btn {
  width: 2.5rem;
  height: 2.5rem;
}

.popup {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 769px) {
  .popup {
    position: absolute;
    top: 4rem;
    right: 0;
    left: auto;
    display: block;
    width: fit-content;
    border-radius: 1rem;
  }
}
.popup_content {
  position: relative;
  width: 100%;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  transform: translateY(100%);
}
@media (min-width: 769px) {
  .popup_content {
    width: auto;
    border-radius: 1rem;
    transition: none;
    transform: none;
  }
}
.popup.show {
  visibility: visible;
  opacity: 1;
}
.popup.show .popup_content {
  transform: translateY(0);
}

.popup-btn {
  width: 100%;
}
@media (min-width: 769px) {
  .popup-btn {
    width: 200px;
  }
}

.rating {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.rating_list {
  display: flex;
  padding: 0;
  list-style: none;
}
.rating_item .icon > svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media (min-width: 769px) {
  .rating_item .icon > svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.rating_reviews {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #767162;
}

.slider {
  width: 100%;
}

.slider-wrapper {
  display: flex;
  gap: 1rem;
  padding: 0 1rem;
  overflow-x: auto;
}
@media (min-width: 769px) {
  .slider-wrapper {
    flex-flow: row wrap;
    gap: 2.5rem 1.5rem;
    padding: 0;
    overflow: hidden;
  }
}
.slider-wrapper .card {
  flex: auto 0 0;
  width: 15.8125rem;
}
@media (min-width: 769px) {
  .slider-wrapper .card {
    width: calc((100% - 4.5rem) / 4);
  }
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal_content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-y: scroll;
}
.modal_content::-webkit-scrollbar {
  display: none;
}
.modal_header {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}
.modal_header #closeModal {
  align-self: flex-start;
}
.modal_header-content {
  flex: 1;
}
.modal_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-s);
  font-weight: 700;
  line-height: var(--font-height-heading-s);
}
.modal_body {
  flex: 1;
  padding: 1rem;
}
.modal_footer-content {
  padding: 1rem;
}
.modal.show {
  display: block;
}

.modal-filter .modal_content,
.modal-newsletter .modal_content,
.modal-account-delete .modal_content,
.modal-register-banner .modal_content,
.modal-planner-add .modal_content {
  right: 0;
  height: 100vh;
  height: 100dvh;
}
@media (min-width: 769px) {
  .modal-filter .modal_content,
  .modal-newsletter .modal_content,
  .modal-account-delete .modal_content,
  .modal-register-banner .modal_content,
  .modal-planner-add .modal_content {
    position: absolute;
    right: 0;
    width: 30rem;
    transform: translateX(100%);
  }
}
.modal-filter .modal_body,
.modal-newsletter .modal_body,
.modal-account-delete .modal_body,
.modal-register-banner .modal_body,
.modal-planner-add .modal_body {
  overflow-y: scroll;
}
.modal-filter .modal_body::-webkit-scrollbar,
.modal-newsletter .modal_body::-webkit-scrollbar,
.modal-account-delete .modal_body::-webkit-scrollbar,
.modal-register-banner .modal_body::-webkit-scrollbar,
.modal-planner-add .modal_body::-webkit-scrollbar {
  display: none;
}
.modal-filter .modal_footer,
.modal-newsletter .modal_footer,
.modal-account-delete .modal_footer,
.modal-register-banner .modal_footer,
.modal-planner-add .modal_footer {
  display: flex;
  justify-content: center;
  border-top: 0.0625rem solid #dfdbcd;
}
@media (min-width: 769px) {
  .modal-filter.show .modal_content,
  .modal-newsletter.show .modal_content,
  .modal-account-delete.show .modal_content,
  .modal-register-banner.show .modal_content,
  .modal-planner-add.show .modal_content {
    animation: slide-in 0.5s ease forwards;
  }
}
@media (min-width: 769px) {
  .modal-filter.slide-out .modal_content,
  .modal-newsletter.slide-out .modal_content,
  .modal-account-delete.slide-out .modal_content,
  .modal-register-banner.slide-out .modal_content,
  .modal-planner-add.slide-out .modal_content {
    animation: slide-out 0.5s ease forwards;
  }
}

.modal-center .modal_content {
  width: 100%;
}
@media (min-width: 769px) {
  .modal-center .modal_content {
    max-width: 84rem;
    margin: 6.5rem auto 0;
    border-radius: 1.5rem;
  }
}

.modal-notification .modal_content {
  width: 100%;
}
@media (min-width: 769px) {
  .modal-notification .modal_content {
    max-width: 30rem;
    margin: 6.5rem auto auto;
    border-radius: 1rem;
  }
}
.modal-notification .modal_footer {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}

.modal-video .modal_content {
  background-color: #000;
  height: 100vh;
  height: 100dvh;
}
.modal-video .modal_header #closeModal {
  color: #fff;
}
.modal-video .modal_body {
  height: calc(100% - 4rem);
}

.modal-newsletter .modal_footer,
.modal-account-delete .modal_footer {
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.modal-newsletter .modal_footer .btn,
.modal-newsletter .modal_footer .form,
.modal-account-delete .modal_footer .btn,
.modal-account-delete .modal_footer .form {
  width: 100%;
}

.modal-newsletter .modal_header,
.modal-planner-add .modal_header {
  border-bottom: 0.0625rem solid #dfdbcd;
}

.modal-register-banner .modal_content {
  height: auto;
}
.modal-register-banner .modal_header {
  padding: 0;
}
.modal-register-banner .closeModal {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.modal-register-banner .modal_body {
  padding: 0;
}

@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.filter {
  display: flex;
}

.notification {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
  position: fixed;
  top: 5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  visibility: hidden;
  border: 0.0625rem solid;
  border-radius: 1rem;
  box-shadow: 0 2px 4px 0 rgba(66, 75, 90, 0.15);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 769px) {
  .notification {
    top: 6.5rem;
  }
}
.notification .icon {
  padding: 0.25rem;
  border-radius: 2.5rem;
}
.notification--success {
  background-color: #fff;
  border-color: #41a45d;
}
.notification--success .icon {
  background-color: #41a45d;
}
.notification--error {
  background-color: #fff;
  border-color: #c53026;
}
.notification--error .icon {
  background-color: #c53026;
}
.notification.show {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 769px) {
  .read-more {
    margin-bottom: 1.5rem;
  }
}
.read-more_container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.read-more_content {
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 1s ease;
}
.read-more_content > p:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .read-more_content {
    max-width: 48.375rem;
  }
}
.read-more_btn-more .btn, .read-more_btn-less .btn {
  justify-content: flex-start;
  height: fit-content;
  padding: 0;
  color: #115aa5;
}
.read-more_btn-less {
  display: none;
}

.menu-steps {
  position: sticky;
  top: 4rem;
  z-index: 8;
  border-bottom: 0.0625rem solid #dfdbcd;
}
@media (min-width: 769px) {
  .menu-steps {
    top: 6rem;
    border: 0;
  }
}
.menu-steps_wrapper {
  padding: 0.5rem 0;
  background-color: #fff;
}
@media (min-width: 769px) {
  .menu-steps_wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.menu-steps_list {
  display: flex;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 769px) {
  .menu-steps_list {
    gap: 1rem;
  }
}
.menu-steps_submenu-list {
  display: none;
  padding: 0;
  list-style: none;
}
.menu-steps_submenu-list.show {
  display: flex;
  gap: 0.5rem;
}
.menu-steps_anchor, .menu-steps_submenu-anchor {
  color: #115aa5;
  text-decoration: none;
  border: 0.0625rem solid #115aa5;
}
.menu-steps_anchor.active, .menu-steps_submenu-anchor.active {
  color: #fff;
  background-color: #115aa5;
}
.menu-steps_anchor.hide, .menu-steps_submenu-anchor.hide {
  display: none;
}
.menu-steps_anchor[href="#recipeVideo"], .menu-steps_submenu-anchor[href="#recipeVideo"] {
  position: relative;
}
.menu-steps_anchor[href="#recipeVideo"].active, .menu-steps_submenu-anchor[href="#recipeVideo"].active {
  font-size: 0;
}
.menu-steps_anchor[href="#recipeVideo"].active::after, .menu-steps_submenu-anchor[href="#recipeVideo"].active::after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: #fff;
  mask-image: url("./images/icons/play.svg");
  mask-size: cover;
}

.cooking-mode {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 1rem;
  background-color: #000;
  color: #fff;
}
.cooking-mode_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cooking-mode_description {
  font-family: "Roboto";
  font-size: var(--font-size-body-xs);
  font-weight: 400;
  line-height: var(--font-height-body-xs);
}
.cooking-mode_switch {
  position: relative;
  width: 3rem;
  padding: 0.25rem;
  background-color: #fff;
  display: inline-flex;
  border-radius: 1.25rem;
}
.cooking-mode_switch-input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cooking-mode_switch-input:checked + .cooking-mode_switch-label {
  background-color: #dbe6f1;
}
.cooking-mode_switch-input:checked + .cooking-mode_switch-label .cooking-mode_switch-slider {
  transform: translateX(23px);
  background-color: #115aa5;
}
.cooking-mode_switch-label {
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 1rem;
  height: 1rem;
  transition: background-color 0.3s ease;
  width: 100%;
}
.cooking-mode_switch-slider {
  position: absolute;
  left: 2px;
  width: 1rem;
  height: 1rem;
  background-color: #b3b3b3;
  border-radius: 1rem;
  transition: transform 0.3s ease;
}

.chat-bubble {
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  z-index: 8;
}
@media (min-width: 1025px) {
  .chat-bubble {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.chat-bubble .btn {
  padding: 0;
  width: 5rem;
  height: 5rem;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.chat-bubble .btn .image-container {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
}
@keyframes bounce {
  0%, 69% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-10%);
  }
  90% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes logoMove {
  0% {
    transform: translateY(1px) rotate(5deg);
  }
  10% {
    transform: translateY(3px) rotate(5deg);
  }
  20% {
    transform: translateY(1px) rotate(5deg);
  }
  30% {
    transform: translateY(0) rotate(0);
  }
  40% {
    transform: translateY(0) rotate(-5deg);
  }
  100% {
    transform: translateX(-200px) rotate(0);
  }
}
.chat-bubble .btn img {
  position: absolute;
  transition: opacity 0.1s linear;
  animation-timing-function: steps(1);
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes switch-close {
  0%, 69% {
    opacity: 1;
  }
  70%, 100% {
    opacity: 0;
  }
}
@keyframes switch-open {
  0%, 69% {
    opacity: 0;
  }
  70%, 100% {
    opacity: 1;
  }
}
.chat-bubble .btn .btn-bg {
  width: 4rem;
  height: 4rem;
  background: #115aa5;
  background: radial-gradient(circle, rgb(219, 230, 241) 30%, rgb(17, 90, 165) 60%);
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  opacity: 0;
}
@keyframes expand {
  0% {
    transform: translateX(5px);
  }
  10% {
    transform: translateX(10px);
  }
  20% {
    transform: translateX(5px);
  }
  30% {
    transform: translateX(0);
    opacity: 0;
  }
  40% {
    opacity: 0;
    height: 3rem;
  }
  80% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 3rem;
    background: linear-gradient(90deg, rgb(219, 230, 241) -10%, rgb(17, 90, 165) 20%);
  }
}
@keyframes grow {
  from {
    scale: 0.8;
  }
  to {
    scale: 1;
  }
}
.chat-bubble .btn .btn-bg .label-container {
  padding-left: 4rem;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
}
@keyframes showLabel {
  0%, 99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.chat-bubble .btn .btn-bg .bubble-title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-s);
  font-weight: 700;
  line-height: var(--font-height-heading-s);
}
.chat-bubble .btn .btn-bg .bubble-subtitle {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
}
.chat-bubble .btn.showLogo {
  animation: zoomIn 1s ease;
}
.chat-bubble .btn.showLogo .image-container {
  opacity: 1;
  animation: bounce 1.5s ease 0.2s;
}
.chat-bubble .btn.showLogo .eyes-close {
  animation-name: switch-close;
}
.chat-bubble .btn.showLogo .eyes-open {
  animation-name: switch-open;
}
.chat-bubble .btn.showLogo .btn-bg {
  opacity: 1;
}
.chat-bubble .btn.showMessage {
  width: 17rem;
  justify-content: end;
}
.chat-bubble .btn.showMessage .image-container {
  opacity: 1;
  width: 5rem;
  animation: logoMove 1s ease forwards;
}
.chat-bubble .btn.showMessage .eyes-close {
  animation-name: switch-close;
}
.chat-bubble .btn.showMessage .eyes-open {
  animation-name: switch-open;
}
.chat-bubble .btn.showMessage .btn-bg {
  opacity: 1;
  animation: grow 0.5s ease, expand 0.4s ease-in-out 0.4s forwards;
}
.chat-bubble .btn.showMessage .btn-bg .label-container {
  animation: showLabel 0.4s ease-in-out 0.4s forwards;
}

.avatar {
  position: relative;
  display: flex;
  justify-content: center;
}
.avatar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  appearance: none;
  background-color: #115aa5;
  border: none;
  border-radius: 9999px;
}
@media (min-width: 769px) {
  .avatar .popup_content {
    min-width: 12rem;
  }
}
@media (min-width: 1025px) {
  .avatar {
    width: 3.25rem;
    padding-top: 0.875rem;
  }
}

.recipe-step {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.recipe-step_media {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}
.recipe-step_media--big {
  height: 32.0625rem;
}
.recipe-step_media--small {
  height: 14rem;
  align-items: center;
}
.recipe-step_media--small img, .recipe-step_media--small video {
  width: auto;
}
.recipe-step_media video,
.recipe-step_media img {
  height: 100%;
  border-radius: 1rem;
}
.recipe-step_media .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%);
}
.recipe-step_step-title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-l);
  font-weight: 700;
  line-height: var(--font-height-heading-l);
}
.recipe-step_step-title-steps {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
  color: #272621;
}
.recipe-step_title {
  font-family: "Roboto";
  font-size: var(--font-size-body-xxl);
  font-weight: 700;
  line-height: var(--font-height-body-xxl);
  margin-bottom: 1rem;
  color: #000;
}
.recipe-step_body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.recipe-step_body p {
  font-family: "Roboto";
  font-size: var(--font-size-body-l);
  font-weight: 400;
  line-height: var(--font-height-body-l);
}
.recipe-step_cards.cards-flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 1025px) {
  .recipe-step_cards.cards-flex {
    flex-direction: row;
  }
}
.recipe-step_ia-label {
  color: #767162;
  font-size: 11px;
  line-height: 16px;
}

.recipe-conclusion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
  font-family: "Roboto";
  font-size: var(--font-size-body-l);
  font-weight: 400;
  line-height: var(--font-height-body-l);
}

.form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.form-body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.form-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-subtitle {
  font-size: var(--font-size-body-s);
  color: #767162;
  text-align: center;
}
.form-paragraph {
  font-size: var(--font-size-body-xs);
  text-align: left;
}
.form-paragraph a {
  color: #115aa5;
  text-decoration: none;
}
.form-paragraph a:hover {
  text-decoration: underline;
}
.form-success-message {
  font-size: var(--font-size-body-xs);
  color: #2e7e45;
  text-align: left;
}
.form-error-message {
  font-size: var(--font-size-body-xs);
  color: #9f1b0a;
  text-align: left;
}
.form-link {
  text-align: center;
}
.form-link .txt-link {
  display: inline-flex;
}

.check-list {
  background-color: #ffd91e;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 1.5rem 1rem;
}
.check-list-item {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.check-list-check {
  background-color: #fff;
  border-radius: 9999px;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.check-list-check .icon {
  color: #115aa5;
}

.uncheck-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
.uncheck-list-item {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.uncheck-list-uncheck {
  background-color: #f6f5f1;
  border-radius: 9999px;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.uncheck-list-uncheck .icon {
  color: #c53026;
}
.uncheck-list-uncheck .icon svg {
  width: 0.75rem;
}

.profile-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 1rem 1rem;
  background-color: #f6f5f1;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .profile-card {
    gap: 2rem;
    padding: 2rem;
  }
}
.profile-card-body {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.profile-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .profile-card-actions {
    display: flex;
    justify-content: flex-start;
  }
}
.profile-card-avatar {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.4375rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #115aa5;
  border-radius: 9999px;
}
@media (min-width: 769px) {
  .profile-card-avatar {
    width: 5rem;
    height: 5rem;
  }
}
.profile-card-name {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-l);
  font-weight: 700;
  line-height: var(--font-height-heading-l);
  color: #115aa5;
}
.profile-card-email {
  font-size: var(--font-size-body-s);
  line-height: var(--font-height-body-s);
}

.content-button {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
.content-button_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  color: #000;
}
.content-button_text {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
}
.content-button > .icon svg {
  width: 2.5rem;
  height: 2.5rem;
}

.content-text .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.content-text-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.content-text-content a {
  color: #115aa5;
}

.history-card {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 1rem 1rem 1.5rem;
  background-color: #ffd91e;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .history-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1.5rem;
  }
}
.history-card-image img {
  aspect-ratio: 1.78;
  border-radius: 0.5rem;
}
.history-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .history-card-content {
    padding-top: 1rem;
  }
}
.history-card-title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  color: #115aa5;
}

.paragraph {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.paragraph-title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  color: #000;
}
.paragraph-description {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer {
  background-color: #f6f5f1;
}
.footer_navigation-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .footer_navigation-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .footer_navigation-container .accordion-group {
    flex-direction: row;
    gap: 1.5rem;
  }
  .footer_navigation-container .accordion-group .list-items {
    flex: 1;
  }
  .footer_navigation-container .accordion-group .list-items .accordion {
    border-bottom: 0;
  }
  .footer_navigation-container .accordion-group .list-items .accordion_header {
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .footer_navigation-container .accordion-group .list-items .accordion_header::before {
    background-image: none;
  }
  .footer_navigation-container .accordion-group .list-items .accordion_panel {
    max-height: inherit;
  }
  .footer_navigation-container .accordion-group .list-items_item {
    padding: 0.5rem 0;
  }
}
.footer_social {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
@media (min-width: 769px) {
  .footer_social {
    gap: 1.5rem;
    padding: 1rem;
    border-top: 0.0625rem solid #e0dfd9;
  }
}
.footer_social .icon-link:hover {
  color: #115aa5;
}
@media (min-width: 769px) {
  .footer_social .icon-link svg {
    width: 2rem;
    height: 2rem;
  }
}
.footer_info {
  background-color: #ffd91e;
}
.footer_info-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd91e;
}
@media (min-width: 769px) {
  .footer_info-container {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.footer_info-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 769px) {
  .footer_info-left {
    flex-direction: row;
  }
}
.footer_info-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 769px) {
  .footer_info-right {
    flex-direction: row-reverse;
  }
}
.footer .self-control {
  width: 11.75rem;
  height: 3.5rem;
}
@media (min-width: 769px) {
  .footer .self-control {
    width: 13.375rem;
    height: 4rem;
  }
}
.footer_info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
@media (min-width: 769px) {
  .footer_info-list {
    justify-content: flex-start;
  }
}
.footer_info-list .txt-link {
  position: relative;
}
.footer_info-list .txt-link:not(:last-child)::after {
  content: "·";
}
.footer_copyright {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.navigation {
  position: relative;
  padding: 1rem;
  background-color: #ffd91e;
}
@media (min-width: 769px) {
  .navigation {
    border-radius: 1rem;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  }
}
@media (min-width: 1271px) {
  .navigation {
    padding: 0.75rem 2rem;
  }
}
.navigation_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .navigation_nav {
    height: 3rem;
  }
}
.navigation_nav .btn,
.navigation_nav .icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #115aa5;
}
@media (min-width: 769px) {
  .navigation_nav .btn,
  .navigation_nav .icon-link {
    width: 2.5rem;
  }
}
@media (min-width: 1271px) {
  .navigation_nav .icon-link {
    width: 3.25rem;
  }
}
.navigation_left {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .navigation_left {
    gap: 0.5rem;
  }
}
@media (min-width: 1271px) {
  .navigation_left {
    gap: 1.5rem;
  }
}
.navigation_list {
  display: none;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  .navigation_list {
    display: flex;
    gap: 1rem;
  }
}
.navigation_list-item {
  position: relative;
  font-size: 0.875rem;
}
@media (min-width: 1271px) {
  .navigation_list-item {
    font-size: 1rem;
  }
}
.navigation_list-item::before {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  content: "";
  border-top: 2px solid #115aa5;
  transition: width 0.3s ease;
}
.navigation_list-item:hover::before {
  width: 100%;
}
.navigation_list-item.active::before {
  width: 100%;
}
.navigation_list-item .btn {
  width: auto;
  height: auto;
}
.navigation_list-item .txt-link:hover {
  text-decoration: none;
}
.navigation_list-item .txt-link:hover .txt-link_text {
  text-decoration: none;
}
.navigation_right {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.navigation_searcher .searcher-home--small {
  width: 14rem;
}
@media (min-width: 1271px) {
  .navigation_searcher .searcher-home--small {
    width: 20.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1270px) {
  .navigation_searcher .searcher-home--small .searcher-home_input-btn {
    padding: 0 0 0 0.5rem;
    font-size: 0.875rem;
  }
  .navigation_searcher .searcher-home--small .searcher-home_filter .btn {
    width: 2rem;
    height: 2rem;
  }
}
.navigation_icons {
  display: flex;
}
.navigation_icons .btn {
  height: fit-content;
}
@media (min-width: 769px) {
  .navigation_icons .btn {
    flex-direction: column-reverse;
    gap: 0.25rem;
    justify-content: flex-end;
    padding-top: 1rem;
  }
}
.navigation_icons .btn-text {
  display: none;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1;
  color: #115aa5;
  text-transform: uppercase;
  visibility: hidden;
}
@media (min-width: 769px) {
  .navigation_icons .btn-text {
    display: block;
  }
}
.navigation_icons .btn:hover .btn-text {
  visibility: visible;
}
@media (min-width: 769px) {
  .navigation_icons .icon-link {
    padding-top: 1rem;
  }
}
.navigation_logo:visited {
  color: inherit;
}

.article-tabs_results {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  margin-bottom: 1rem;
  color: #767162;
  display: none;
}
@media (min-width: 769px) {
  .article-tabs_results {
    display: block;
  }
}
.article-tabs .article-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 769px) {
  .article-tabs .article-list {
    flex-flow: row wrap;
    gap: 2.5rem 1.5rem;
  }
  .article-tabs .article-list .article-card {
    width: calc((100% - 4.5rem) / 4);
  }
}
.article-tabs .banner-text {
  width: 100%;
}
@media (min-width: 1025px) {
  .article-tabs .banner-text {
    max-width: 69.75rem;
    margin: 0 auto;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 769px) {
  .page-header {
    gap: 1rem;
    padding-top: 1rem;
  }
}

.banner-image {
  padding: 1rem 0;
  background-color: #ffd91e;
}
@media (min-width: 769px) {
  .banner-image {
    padding: 3rem 0;
  }
}
.banner-image_container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .banner-image_container {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.banner-image_image-container {
  padding: 20.6px 30.3px 13px 28.8px;
}
@media (min-width: 1025px) {
  .banner-image_image-container {
    padding: 27.1px 39.9px 17.2px 37.9px;
  }
}
@media (min-width: 1441px) {
  .banner-image_image-container {
    padding: 32.8px 48.4px 20.8px 46px;
  }
}
.banner-image_image-container img {
  width: 100%;
  height: 9.875rem;
}
@media (min-width: 1025px) {
  .banner-image_image-container img {
    width: 23.3125rem;
    height: 13.0625rem;
  }
}
@media (min-width: 1441px) {
  .banner-image_image-container img {
    width: 28.3125rem;
    height: 15.75rem;
  }
}
.banner-image_image-container video {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.banner-image_content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .banner-image_content {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .banner-image_content {
    gap: 1.5rem;
  }
}
.banner-image_content .banner-title {
  font-family: "GallinaBlancaSans";
  font-size: var(--font-size-heading-xl);
  font-weight: 700;
  line-height: var(--font-height-heading-xl);
  color: #115aa5;
}
.banner-image_content .banner-subtitle {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  color: #115aa5;
}
@media (min-width: 1025px) {
  .banner-image_content .banner-subtitle {
    margin-top: -1rem;
  }
}
.banner-image_content .banner-description {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
}
@media (min-width: 1025px) {
  .banner-image_content .banner-description {
    margin-top: -1rem;
  }
}
.banner-image_content .banner-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}
@media (min-width: 1025px) {
  .banner-image_content .banner-list {
    margin: 0;
  }
}
.banner-image_content .banner-list_item {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.banner-image_content .banner-list_item .icon {
  padding: 0.25rem;
  background-color: #fff;
  border-radius: 2.5rem;
}
.banner-image_content .banner-list_item .icon svg {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 769px) {
  .banner-image_content .btn {
    width: fit-content;
  }
}
.banner-image_content .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.banner-image_content .banner-buttons_text {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #272621;
}
.banner-image_container--reorder .banner-image_image-container {
  order: 1;
}
.banner-image_container--reorder .btn-mobile {
  order: 2;
}
.banner-image_ia-label {
  font-size: 11px;
  line-height: 16px;
  color: #000;
}
.banner-image .badge {
  align-self: flex-start;
}
.banner-image .btn-desktop {
  display: none;
}
@media (min-width: 769px) {
  .banner-image .btn-desktop {
    display: block;
  }
}
@media (min-width: 769px) {
  .banner-image .btn-mobile {
    display: none;
  }
}
.banner-image .btn-mobile .btn {
  width: 100%;
}
.banner-image--secondary {
  background-color: #dbe6f1;
}
.banner-image.full-width-banner {
  width: 100vw;
  margin-top: 2rem;
  margin-left: calc(-50vw + 50%);
}
.banner-image.full-width-banner .container {
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .banner-image.full-width-banner .container {
    padding: 0 3rem;
  }
}

.banner-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  background-color: #ffd91e;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .banner-text {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem;
  }
}
.banner-text_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .banner-text_header {
    flex-direction: row-reverse;
    gap: 1.5rem;
  }
}
.banner-text_header .icon {
  align-self: flex-start;
}
@media (min-width: 769px) {
  .banner-text_header .icon {
    align-self: center;
  }
  .banner-text_header .icon svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.banner-text_text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.banner-text_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  color: #115aa5;
}
.banner-text_subtitle {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #000;
}

.banner-text--beige {
  background-color: #f6f5f1;
}
.banner-text--beige .banner-text_title {
  color: #000;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
@media (max-width: 768px) {
  .header:has(~ .content .header-hero, ~ .content .header-hero-home) .navigation {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 9.82%, #000 100%);
  }
  .header:has(~ .content .header-hero, ~ .content .header-hero-home) .navigation_nav .btn {
    color: #fff;
  }
  .header:has(~ .content .header-hero, ~ .content .header-hero-home).fixed .navigation, .header:has(~ .content .header-hero, ~ .content .header-hero-home).fixed-animation .navigation {
    background: none;
    background-color: #ffd91e;
  }
  .header:has(~ .content .header-hero, ~ .content .header-hero-home).fixed .navigation_nav .btn, .header:has(~ .content .header-hero, ~ .content .header-hero-home).fixed-animation .navigation_nav .btn {
    color: #115aa5;
  }
}
.header:has(~ .content .header-hero-home) .navigation_searcher {
  display: none;
}
@media (min-width: 769px) {
  .header:has(~ .content .header-hero-home).fixed .navigation_searcher, .header:has(~ .content .header-hero-home).fixed-animation .navigation_searcher {
    display: block;
  }
}
@media (min-width: 769px) {
  .header {
    position: absolute;
    top: 1rem;
    z-index: 9;
    width: 100%;
    transition: transform 0.3s ease-in-out;
  }
}
.header .container {
  padding: 0;
}
@media (min-width: 769px) {
  .header .container {
    padding: 0 3rem;
  }
}
.header.fixed {
  position: fixed;
}
.header.fixed-animation {
  position: fixed;
  animation: slideDown 0.2s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 0 1rem;
  overflow: hidden auto;
  background-color: #fff;
}
.mobile-menu.show {
  display: block;
}
.mobile-menu_header {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0 1rem;
}
.mobile-menu_header--submenu {
  position: relative;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.mobile-menu_header--submenu::before {
  position: absolute;
  right: -1rem;
  bottom: 0;
  left: -1rem;
  content: "";
  border-top: 0.0625rem solid #dfdbcd;
}
.mobile-menu_header--submenu .menu-close {
  align-self: flex-end;
}
.mobile-menu_header--submenu .submenu-back {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  gap: 1rem;
  height: inherit;
  padding: 0;
}
.mobile-menu_title {
  font-family: "GallinaBlancaSans";
  font-size: var(--font-size-heading-xl);
  font-weight: 700;
  line-height: var(--font-height-heading-xl);
}
.mobile-menu_subtitle {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
}
.mobile-menu_body-submenu {
  flex: 1;
  padding: 1rem 0;
  overflow-y: scroll;
}
.mobile-menu_list {
  padding: 0;
  list-style: none;
}
.mobile-menu_item {
  font-family: "Roboto";
  font-size: var(--font-size-body-xxl);
  font-weight: 400;
  line-height: var(--font-height-body-xxl);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  color: #115aa5;
  border-bottom: 0.0625rem solid #dfdbcd;
}
.mobile-menu_item > .btn {
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0;
  font-weight: 400;
  color: #115aa5;
}
.mobile-menu_item--submenu {
  font-family: "Roboto";
  font-size: var(--font-size-body-l);
  font-weight: 400;
  line-height: var(--font-height-body-l);
  height: 3.5rem;
  padding: 0;
}
.mobile-menu_item--submenu:last-child {
  border-bottom: 0;
}
.mobile-menu_anchor {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
  color: #115aa5;
  text-decoration: none;
}
.mobile-menu_anchor img {
  width: 3.5rem;
  height: 3.5rem;
}
.mobile-menu_anchor:visited {
  color: inherit;
}
.mobile-menu_cta {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  padding: 1.5rem 0 3rem;
}
.mobile-menu_cta .btn {
  flex: 1;
  padding: 0;
}
.mobile-menu_social {
  display: flex;
  gap: 2rem;
  justify-content: center;
  padding: 1rem 0;
}
.mobile-menu_social .icon > svg {
  width: 2rem;
  height: 2rem;
}
.mobile-menu_submenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  height: 100dvh;
  padding: 0 1rem;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
}
.mobile-menu_submenu.active {
  transform: translateX(0);
}
.mobile-menu_submenu-footer {
  padding: 1rem 0;
  background-color: #fff;
}
.mobile-menu_submenu-footer .btn {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 700;
  line-height: var(--font-height-body-m);
  text-align: left;
  width: 100%;
}
.mobile-menu_submenu-btn {
  color: #fff;
  text-decoration: none;
  background-color: #115aa5;
}
.mobile-menu_submenu-btn:hover {
  background-color: #0e4c8c;
}
.mobile-menu_submenu-btn:visited {
  color: inherit;
}
.mobile-menu_submenu-section {
  margin-bottom: 1rem;
}
.mobile-menu_submenu-section_title {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 700;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #000;
}
.mobile-menu:has(.mobile-menu_submenu.active) {
  overflow: hidden;
}
.mobile-menu:has(.mobile-menu_submenu.active) .mobile-menu_social {
  display: none;
}

.desktop-menu {
  position: absolute;
  top: 5rem;
  left: 0;
  display: none;
  width: 100%;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
.desktop-menu.show {
  display: block;
}
.desktop-menu_body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.desktop-menu_submenu {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1rem 1.5rem;
}
.desktop-menu_submenu-title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-s);
  font-weight: 700;
  line-height: var(--font-height-heading-s);
  color: #000;
}
.desktop-menu_submenu-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}
.desktop-menu_submenu-list--footer {
  flex-direction: row;
}
.desktop-menu_submenu-item {
  padding: 0.125rem 0;
}
.desktop-menu_submenu-item .txt-link {
  justify-content: space-between;
}
.desktop-menu_submenu-item .txt-link .icon {
  visibility: hidden;
}
.desktop-menu_submenu-item .txt-link:hover .txt-link_text {
  text-decoration: none;
}
.desktop-menu_submenu-item .txt-link:hover .icon {
  visibility: visible;
}
.desktop-menu_submenu-item--footer {
  gap: 0.5rem;
}
.desktop-menu_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-top: 0.0625rem solid #dfdbcd;
}
.desktop-menu_footer .recipes-btn {
  height: 2rem;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #fff;
  text-decoration: none;
  background-color: #115aa5;
}
.desktop-menu_footer .recipes-btn:hover {
  background-color: #0e4c8c;
}
.desktop-menu_footer-wrapper {
  display: flex;
  gap: 5rem;
  align-items: center;
}
.desktop-menu_footer-submenu {
  display: flex;
  gap: 2rem;
}

.bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  background-color: #ffd91e;
  box-shadow: 0 -4px 10px 0 rgba(39, 33, 4, 0.1);
}
.bottom-menu_list {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  list-style: none;
}
.bottom-menu_item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.125rem;
}
.bottom-menu_item .btn {
  flex-direction: column;
  gap: 0.25rem;
  height: auto;
  padding: 0;
  color: #115aa5;
}
.bottom-menu_item .btn-text {
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .bottom-menu {
    display: none;
  }
}

.header-hero {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .header-hero--old {
    padding: 5.5rem 0 1rem;
  }
  .header-hero--old .breadcrumb {
    order: 1;
  }
  .header-hero--old .header-hero_content {
    order: 2;
  }
}
.header-hero_media {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.header-hero_media-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-hero_content {
  position: relative;
  display: flex;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.18%, rgba(0, 0, 0, 0.4) 100%);
  padding: 4.5rem 0 1rem;
}
.header-hero_content:not(:has(.header-hero_media-wrapper)) .header-hero_title {
  font-family: "GallinaBlancaSans";
  font-size: var(--font-size-heading-xl);
  font-weight: 700;
  line-height: var(--font-height-heading-xl);
  color: #000;
}
.header-hero_content:not(:has(.header-hero_media-wrapper)) .rating_reviews {
  color: #767162;
}
.header-hero_content:not(:has(.header-hero_media-wrapper)) .header-hero_ctas .btn .icon > svg {
  color: #115aa5;
}
@media (min-width: 1025px) {
  .header-hero_content {
    padding: 5.5rem 0 3rem;
  }
}
.header-hero_content--big {
  height: 33.25rem;
}
@media (min-width: 1025px) {
  .header-hero_content--big {
    height: 48.75rem;
  }
}
.header-hero_content--small {
  height: 20.375rem;
}
@media (min-width: 769px) {
  .header-hero_content--small {
    height: 42.75rem;
  }
}
.header-hero_content--ia {
  height: 15rem;
}
.header-hero_content--ia .header-hero_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-xl);
  font-weight: 700;
  line-height: var(--font-height-heading-xl);
}
@media (min-width: 1025px) {
  .header-hero_content--ia {
    height: 25rem;
  }
}
.header-hero_content .header-hero_content-wrapper {
  align-self: flex-end;
}
.header-hero_content-old {
  height: 26.25rem;
}
@media (min-width: 1025px) {
  .header-hero_content-old {
    height: auto;
    padding: 0;
    background: none;
  }
  .header-hero_content-old .header-hero_media-wrapper {
    height: 23.4375rem;
    position: relative;
    flex: 1;
  }
  .header-hero_content-old .header-hero_media {
    border-radius: 1rem;
  }
  .header-hero_content-old .header-hero_content-wrapper {
    display: flex;
    gap: 2rem;
    align-self: normal;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .header-hero_content-old--narrow {
    height: auto;
    margin-bottom: 2rem;
  }
  .header-hero_content-old--narrow .header-hero_content-wrapper {
    flex-direction: column;
    max-width: 61.5rem;
  }
  .header-hero_content-old--narrow .header-hero_media-wrapper {
    flex: none;
    height: 23.4375rem;
  }
  .header-hero_content-old--narrow .header-hero_info {
    flex: none;
  }
}
.header-hero_info {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  gap: 1rem;
}
.header-hero_ctas {
  display: flex;
  gap: 1rem;
  align-self: flex-end;
  margin-top: -3rem;
}
.header-hero_ctas .btn {
  z-index: 5;
}
.header-hero_ctas .btn .icon > svg {
  color: #fff;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
}
.header-hero_ctas .btn .icon > svg:hover {
  color: #115aa5;
  background-color: #fff;
}
.header-hero_ctas .btn-favorite {
  height: 2rem;
  background-color: transparent;
  border-radius: 6.25rem;
  border: 1px solid #fff;
  margin: 0.25rem;
  padding: 0;
  width: 2rem;
}
.header-hero_ctas .btn-favorite-icon {
  background-color: #fff;
  display: block;
  height: 2rem;
  mask-image: url("./images/icons/heart.svg");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 1.25rem;
  width: 2rem;
}
.header-hero_ctas .btn-favorite:hover, .header-hero_ctas .btn-favorite.active {
  background-color: #fff;
  border-color: #115aa5;
}
.header-hero_ctas .btn-favorite:hover .btn-favorite-icon, .header-hero_ctas .btn-favorite.active .btn-favorite-icon {
  background-color: #115aa5;
}
.header-hero_ctas .btn-favorite.active .btn-favorite-icon {
  mask-image: url("./images/icons/heart-filled.svg");
}
@media (min-width: 1025px) {
  .header-hero_ctas--old .btn {
    color: #115aa5;
  }
  .header-hero_ctas--old .btn .icon > svg {
    color: #115aa5;
  }
  .header-hero_ctas--old .btn.btn-favorite {
    border-color: #115aa5;
  }
  .header-hero_ctas--old .btn.btn-favorite .btn-favorite-icon {
    background-color: #115aa5;
  }
}
.header-hero_title {
  font-family: "GallinaBlancaSans";
  font-size: var(--font-size-heading-xxl);
  font-weight: 700;
  line-height: var(--font-height-heading-xxl);
  max-width: 55.625rem;
  color: #fff;
}
@media (min-width: 1025px) {
  .header-hero_title--old {
    font-family: "GallinaBlancaSans";
    font-size: var(--font-size-heading-xl);
    font-weight: 700;
    line-height: var(--font-height-heading-xl);
    display: block;
    max-width: auto;
    color: #000;
  }
}
.header-hero_description {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 700;
  line-height: var(--font-height-body-m);
  text-align: left;
  max-width: 65ch;
  color: #fff;
}
.header-hero_rating .rating_reviews {
  color: #fff;
}
@media (min-width: 1025px) {
  .header-hero_rating--old .rating_reviews {
    color: #767162;
  }
}
.header-hero_tags {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.25rem;
  padding: 0;
  list-style: none;
}
.header-hero_ia-label {
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  align-self: flex-end;
  margin-top: -1rem;
  margin-right: -2rem;
}
.header-hero_ia-label--old {
  margin: 0;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.header-hero-home {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 28.6875rem;
  padding: 0.5rem 0 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.18%, rgba(0, 0, 0, 0.4) 100%);
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}
@media (min-width: 769px) {
  .header-hero-home {
    height: 42.75rem;
    padding: 1rem 0 2.5rem;
    border-radius: 0;
  }
}
.header-hero-home_media {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}
@media (min-width: 769px) {
  .header-hero-home_media {
    border-radius: 0;
  }
}
.header-hero-home_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-hero-home_content .searcher-home {
  margin-top: 1.5rem;
}
@media (min-width: 769px) {
  .header-hero-home_content .searcher-home {
    margin-top: 2.5rem;
  }
}
.header-hero-home_title {
  font-family: "GallinaBlancaSans";
  font-size: var(--font-size-heading-xxl);
  font-weight: 700;
  line-height: var(--font-height-heading-xxl);
  margin-bottom: 0.5rem;
  color: #fff;
  text-align: center;
}
.header-hero-home_subtitle {
  font-family: Caveat;
  font-size: 35px;
  font-weight: 700;
  line-height: 26.95px;
  color: #fff;
  text-align: center;
}
.header-hero-home_ia-label {
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 1rem;
}
@media (min-width: 769px) {
  .header-hero-home_ia-label {
    bottom: 1rem;
  }
}

.articles-content .ingredient-card {
  margin: 0 auto;
}

.cards-cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 769px) {
  .cards-cta {
    flex-direction: row;
  }
}

.articles-slider_header {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .articles-slider_header {
    padding: 0;
  }
}
.articles-slider_header .txt-link:hover > .txt-link_text {
  text-decoration: none;
}
.articles-slider_header .txt-link:visited {
  color: inherit;
}
.articles-slider_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  color: #000;
}
.articles-slider .container {
  padding: 0;
}
@media (min-width: 769px) {
  .articles-slider .container {
    padding: 0 3rem;
  }
}

.recipes-slider_header {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .recipes-slider_header {
    padding: 0;
  }
}
.recipes-slider_header .txt-link:hover > .txt-link_text {
  text-decoration: none;
}
.recipes-slider_header .txt-link:visited {
  color: inherit;
}
.recipes-slider_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  color: #000;
}
.recipes-slider .container {
  padding: 0;
}
@media (min-width: 769px) {
  .recipes-slider .container {
    padding: 0 3rem;
  }
}

.faqs-list_container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .faqs-list_container {
    margin-top: 2.5rem;
  }
}

.faq-content_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-l);
  font-weight: 700;
  line-height: var(--font-height-heading-l);
  margin-bottom: 1.5rem;
}
.faq-content_content {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
}

.favs-tabs {
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .favs-tabs {
    margin-bottom: 2.5rem;
  }
}
.favs-tabs .articles-list,
.favs-tabs .recipes-list {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  margin: 0;
}
@media (min-width: 769px) {
  .favs-tabs .articles-list,
  .favs-tabs .recipes-list {
    gap: 1.5rem;
    margin-bottom: 5rem;
  }
}
.favs-tabs .articles-list .card,
.favs-tabs .recipes-list .card {
  width: calc((100% - 1rem) / 2);
}
@media (min-width: 769px) {
  .favs-tabs .articles-list .card,
  .favs-tabs .recipes-list .card {
    width: calc((100% - 3rem) / 3);
  }
}
@media (min-width: 1025px) {
  .favs-tabs .articles-list .card,
  .favs-tabs .recipes-list .card {
    width: calc((100% - 4.5rem) / 4);
  }
}

.favs-empty {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 769px) {
  .favs-empty {
    width: 26.9375rem;
    margin: 2.5rem auto;
  }
}
.favs-empty .icon > svg {
  width: 2.5rem;
  height: 2.5rem;
}
.favs-empty_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
}
.favs-empty_description {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
  text-align: center;
}

.filter-recipes {
  margin-top: 1rem;
}
@media (min-width: 769px) {
  .filter-recipes {
    padding: 1rem 0;
  }
}
.filter-recipes_filter {
  flex-shrink: 0;
}
.filter-recipes_filter .btn {
  height: auto;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: #f6f5f1;
  border: 0.0625rem solid #dfdbcd;
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
}
.filter-recipes_filter .btn.active, .filter-recipes_filter .btn:hover {
  color: #115aa5;
  border: 0.0625rem solid #115aa5;
}
.filter-recipes .container {
  padding: 0;
}
@media (min-width: 769px) {
  .filter-recipes .container {
    padding: 0 3rem;
  }
}
.filter-recipes .slider-wrapper {
  gap: 0.5rem;
}

.img-text-card-list_wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 0.25rem;
}
@media (min-width: 769px) {
  .img-text-card-list_wrapper {
    gap: 0.5rem;
  }
}
.img-text-card-list_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .img-text-card-list_title {
    margin-bottom: 1.5rem;
  }
}
.img-text-card-list_inspire {
  display: none;
}
@media (min-width: 769px) {
  .img-text-card-list_inspire {
    display: block;
  }
}
.img-text-card-list_inspire .txt-link {
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffd91e;
  border-radius: 1rem;
}
.img-text-card-list_inspire .txt-link .icon {
  height: 2rem;
  padding-top: 0.25rem;
  overflow: hidden;
}
.img-text-card-list_inspire .txt-link:hover {
  background-color: #ffe878;
}
.img-text-card-list_inspire .txt-link:hover .txt-link_text {
  text-decoration: none;
}
.img-text-card-list_inspire .txt-link:hover .icon svg {
  animation: slideBounce 1.8s 1 linear;
}
.img-text-card-list_ia-label {
  color: #767162;
  font-size: 11px;
  line-height: 16px;
  margin-top: 1.5rem;
}
.img-text-card-list--2 .img-text-card-list_wrapper .img-text-card {
  width: calc((100% - 0.25rem) / 2);
}
@media (min-width: 769px) {
  .img-text-card-list--2 .img-text-card-list_wrapper .img-text-card {
    width: calc((100% - 2.5rem) / 6);
  }
}
.img-text-card-list--3 .img-text-card-list_wrapper .img-text-card {
  width: calc((100% - 0.5rem) / 3);
}
@media (min-width: 769px) {
  .img-text-card-list--3 .img-text-card-list_wrapper .img-text-card {
    width: calc((100% - 2.5rem) / 6);
  }
}
.img-text-card-list--home {
  margin: 2rem 0 3rem;
}
@media (min-width: 769px) {
  .img-text-card-list--home {
    margin-bottom: 5rem;
  }
}
.img-text-card-list--home .img-text-card-list_wrapper {
  max-width: 1112px;
  margin: 0 auto;
  overflow-x: auto;
}
.img-text-card-list--home .img-text-card-list_wrapper .img-text-card {
  width: calc((100% - 0.5rem) / 3);
}
@media (min-width: 769px) {
  .img-text-card-list--home .img-text-card-list_wrapper .img-text-card {
    width: calc((100% - 1.5rem) / 4);
  }
}
@media (min-width: 1025px) {
  .img-text-card-list--home .img-text-card-list_wrapper .img-text-card {
    width: calc((100% - 3rem) / 7);
  }
}

@keyframes slideBounce {
  0% {
    transform: translate(0, 0);
  }
  12% {
    transform: translate(-120%, 0);
  }
  13% {
    transform: translate(120%, 0);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(0, -6px);
  }
  70% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.recipes-grid {
  margin: 1rem 0 1.5rem;
}
@media (min-width: 1025px) {
  .recipes-grid {
    margin: 1rem 0 3.5rem;
  }
}
.recipes-grid_wrapper {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .recipes-grid_wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1441px) {
  .recipes-grid_wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
.recipes-grid_wrapper .card-wrapper {
  display: inherit;
}
.recipes-grid_wrapper .card-wrapper .card {
  width: 100%;
}
@media (max-width: 768px) {
  .recipes-grid_wrapper .card-wrapper .card .recipe-card_image-container {
    height: 13.125rem;
  }
}
@media (min-width: 1025px) {
  .recipes-grid_wrapper .card-wrapper--2 {
    grid-column: span 2/span 2;
  }
}
.recipes-grid_wrapper .card-wrapper--3 {
  grid-column: span 2/span 2;
}
@media (min-width: 1025px) {
  .recipes-grid_wrapper .card-wrapper--3 {
    grid-column: span 3/span 3;
  }
}
.recipes-grid_results {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  margin-bottom: 1rem;
  color: #767162;
}
@media (min-width: 1025px) {
  .recipes-grid_results {
    margin-bottom: 1.5rem;
  }
}

.nutritional-list {
  margin: 2rem 0;
}
@media (min-width: 769px) {
  .nutritional-list {
    margin: 3rem 0;
  }
}
.nutritional-list_title {
  margin-bottom: 1rem;
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
}
.nutritional-list_title span {
  font-family: "Roboto";
  font-size: var(--font-size-body-xs);
  font-weight: 400;
  line-height: var(--font-height-body-xs);
  margin-left: 0.5rem;
}
.nutritional-list_wrapper {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
@media (min-width: 769px) {
  .nutritional-list_wrapper {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.5rem;
  }
}
@media (max-width: 768px) {
  .nutritional-list_wrapper .nutritional-card:first-child {
    grid-row: 1/span 2;
    height: auto;
  }
}

.recipes-tabs {
  margin: 3rem 0;
}
.recipes-tabs .utensilios-tab {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 769px) {
  .recipes-tabs .utensilios-tab {
    flex-flow: row wrap;
    gap: 0.5rem;
  }
}
.recipes-tabs .utensilios-tab .ingredient-card {
  max-width: none;
}
@media (min-width: 769px) {
  .recipes-tabs .utensilios-tab .ingredient-card {
    width: calc((100% - 0.5rem) / 2);
    max-width: none;
  }
}

.ingredients-list_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.ingredients-list_header-description {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
}
.ingredients-list_guests {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.ingredients-list_guests > span {
  color: #000;
}
.ingredients-list_guests .btn {
  padding: 0.5rem;
  background-color: #f6f5f1;
  border: 0.0625rem solid #dfdbcd;
  border-radius: 1.5rem;
}
.ingredients-list_guests .btn:hover {
  background-color: #eae8df;
}
.ingredients-list_guests .btn.disabled {
  cursor: auto;
}
.ingredients-list_guests .btn.disabled:hover {
  background-color: #f6f5f1;
}
.ingredients-list_guests .btn.disabled .icon {
  color: #dfdbcd;
}
.ingredients-list_body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1.5rem 0;
}
.ingredients-list_section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ingredients-list_section-title {
  font-family: "Roboto";
  font-size: var(--font-size-body-l);
  font-weight: 400;
  line-height: var(--font-height-body-l);
  color: #767162;
}
.ingredients-list_section-items {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 1025px) {
  .ingredients-list_section-items {
    flex-flow: row wrap;
    gap: 0.5rem;
  }
  .ingredients-list_section-items .ingredient-card {
    width: calc((100% - 0.5rem) / 2);
    max-width: none;
  }
}
.ingredients-list_ia-label {
  color: #767162;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 1.5rem;
}
.ingredients-list .btn-whatsapp {
  width: 100%;
}
@media (min-width: 769px) {
  .ingredients-list .btn-whatsapp {
    width: auto;
  }
}

.recipes-steps_wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 1rem 0 2rem;
}
.recipes-steps .truco-title {
  max-width: 27rem;
}

.recipes-faqs_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 769px) {
  .recipes-faqs_wrapper {
    flex-direction: row;
    gap: 1.5rem;
    max-width: 69.4375rem;
  }
}
.recipes-faqs_content {
  flex: 1;
}
.recipes-faqs_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
}
.recipes-faqs_subtitle {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .recipes-faqs_subtitle {
    display: none;
  }
}
.recipes-faqs_list {
  display: flex;
  flex: 2;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 769px) {
  .recipes-faqs_list {
    gap: 0.5rem;
  }
}

@media (min-width: 1025px) {
  .recipes-sidebar {
    height: calc(100% - 12.5rem);
  }
}
.recipes-sidebar_banner {
  position: sticky;
  top: 12.5rem;
  z-index: -1;
  width: 19.875rem;
  margin-top: 12.5rem;
}
@media (max-width: 1024px) {
  .recipes-sidebar_banner {
    display: none;
  }
}
.recipes-sidebar_banner .banner-image {
  padding: 1rem;
  border-radius: 1rem;
}
.recipes-sidebar_banner .banner-image_container {
  flex-direction: column;
}
.recipes-sidebar_banner .banner-image_image-container {
  padding: 20.6px 30.3px 13px 28.8px;
}
.recipes-sidebar_banner .banner-image_image-container img {
  width: 100%;
  height: 9.875rem;
}
.recipes-sidebar_banner .banner-image_content {
  width: auto;
  padding: 0;
}
.recipes-sidebar_banner .banner-image_content .banner-title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
}
.recipes-sidebar_banner .btn {
  width: 100%;
}
.recipes-sidebar_content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .recipes-sidebar_content {
    position: sticky;
    top: 12.5rem;
    margin-top: 12.5rem;
  }
}
.recipes-sidebar_content .cooking-mode {
  border-radius: 1rem;
}
@media (max-width: 1024px) {
  .recipes-sidebar_content .cooking-mode {
    display: none;
  }
}
.recipes-sidebar_tricks-title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  margin-bottom: 1rem;
  color: #000;
}
.recipes-sidebar_tricks-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.recipes-tag-list {
  margin: 1.5rem 0;
}
.recipes-tag-list_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
  background-color: #f6f5f1;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .recipes-tag-list_wrapper {
    padding: 1.5rem;
  }
}
.recipes-tag-list_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  color: #000;
}
.recipes-tag-list_list {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}

.ingredients-slider_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  padding: 0 1rem;
  margin-bottom: 1rem;
  color: #000;
}
@media (min-width: 769px) {
  .ingredients-slider_title {
    padding: 0;
  }
}
.ingredients-slider_ia-label {
  color: #767162;
  font-size: 11px;
  line-height: 16px;
  margin-top: 1rem;
}
.ingredients-slider .container {
  padding: 0;
}
@media (min-width: 769px) {
  .ingredients-slider .container {
    padding: 0 3rem;
  }
}
.ingredients-slider .slider-wrapper {
  gap: 0.25rem;
}
.ingredients-slider .slider-wrapper .img-text-card {
  flex: auto 0 0;
  width: 9.75rem;
  height: 13.375rem;
}
.ingredients-slider .slider-wrapper .img-text-card_anchor {
  width: 100%;
  height: 100%;
  padding: 1rem;
}
.ingredients-slider .slider-wrapper .img-text-card_image-container {
  align-self: center;
}
@media (min-width: 769px) {
  .ingredients-slider .slider-wrapper .img-text-card_image-container {
    padding: 1.5rem;
  }
}
.ingredients-slider .slider-wrapper .img-text-card_image {
  align-self: center;
  width: 7.75rem;
  height: 7.75rem;
}
@media (min-width: 769px) {
  .ingredients-slider .slider-wrapper .img-text-card {
    width: calc((100% - 2rem) / 5);
    height: 15rem;
  }
}
@media (min-width: 1025px) {
  .ingredients-slider .slider-wrapper .img-text-card {
    width: calc((100% - 2.5rem) / 6);
  }
}
@media (min-width: 769px) {
  .ingredients-slider .slider-wrapper {
    gap: 0.5rem;
  }
}

.collections-slider_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
  padding: 0 1rem;
  margin-bottom: 1rem;
  color: #000;
}
@media (min-width: 769px) {
  .collections-slider_title {
    padding: 0;
  }
}
.collections-slider_ia-label {
  color: #767162;
  font-size: 11px;
  line-height: 16px;
  margin-top: 1rem;
}
.collections-slider .container {
  padding: 0;
}
@media (min-width: 769px) {
  .collections-slider .container {
    padding: 0 3rem;
  }
}
.collections-slider .slider-wrapper {
  gap: 0.25rem;
}
.collections-slider .slider-wrapper .collection-card {
  flex-shrink: 0;
  width: 9.8125rem;
}
@media (min-width: 769px) {
  .collections-slider .slider-wrapper .collection-card {
    width: calc((100% - 1.5rem) / 4);
  }
}
@media (min-width: 1025px) {
  .collections-slider .slider-wrapper .collection-card {
    width: calc((100% - 2rem) / 5);
  }
}
@media (min-width: 769px) {
  .collections-slider .slider-wrapper {
    gap: 0.5rem;
    flex-flow: row nowrap;
    overflow-x: auto;
  }
  .collections-slider .slider-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1025px) {
  .collections-slider .slider-wrapper {
    flex-flow: row wrap;
    overflow: hidden;
  }
}

.recipes-list {
  margin: 2rem 0;
}
.recipes-list_container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.recipes-list_container .btn-primary {
  align-self: center;
}
.recipes-list_wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
@media (min-width: 769px) {
  .recipes-list_wrapper {
    gap: 1.5rem;
  }
}
.recipes-list_wrapper .recipe-card {
  width: calc((100% - 1rem) / 2);
}
@media (min-width: 769px) {
  .recipes-list_wrapper .recipe-card {
    width: calc((100% - 4.5rem) / 4);
  }
}

.recipes-video {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  margin: 3rem 0;
}
@media (min-width: 1025px) {
  .recipes-video {
    margin: 0 0 3rem;
  }
}
.recipes-video_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-l);
  font-weight: 700;
  line-height: var(--font-height-heading-l);
  color: #000;
}
.recipes-video_title-info {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-l);
  font-weight: 700;
  line-height: var(--font-height-heading-l);
  text-align: center;
  text-transform: uppercase;
}
.recipes-video_title-info span {
  display: inline;
  padding: 0.1rem 0.5rem;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #115aa5;
  background-color: #ffd91e;
  box-decoration-break: clone;
}
.recipes-video_container {
  position: relative;
  height: 31.25rem;
}
.recipes-video_container.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1rem;
}
.recipes-video_portrait {
  display: block;
  width: 100%;
  height: 100%;
}
.recipes-video_portrait.hide {
  display: none;
}
.recipes-video_portrait-img {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.recipes-video_portrait-info {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  width: 70%;
  transform: translate(-50%, -50%);
}
.recipes-video_portrait-info .logo {
  width: auto;
  height: 3rem;
}
.recipes-video_portrait-info .btn {
  padding: 0.5rem 1rem;
  background-color: #FF0233;
  border-radius: 1rem;
}
.recipes-video_player {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.recipes-video_player.show {
  display: block;
}

.products-category-list {
  margin: 1.5rem 0 3.5rem;
}
@media (min-width: 769px) {
  .products-category-list {
    margin: 2rem 0 4rem;
  }
}
.products-category-list_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 769px) {
  .products-category-list_wrapper {
    flex-flow: row wrap;
    gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .products-category-list_wrapper .product-category-card {
    width: calc((100% - 3rem) / 3);
  }
}
@media (min-width: 1025px) {
  .products-category-list_wrapper .product-category-card {
    width: calc((100% - 4.5rem) / 4);
  }
}

.products-list {
  margin: 2rem 0 3.5rem;
}
@media (min-width: 769px) {
  .products-list {
    margin: 3rem 0 4rem;
  }
}
.products-list_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 769px) {
  .products-list_wrapper {
    flex-flow: row wrap;
    gap: 1.5rem;
  }
}
@media (min-width: 769px) {
  .products-list_wrapper .product-card {
    width: calc((100% - 3rem) / 3);
  }
}
@media (min-width: 1025px) {
  .products-list_wrapper .product-card {
    width: calc((100% - 4.5rem) / 4);
  }
}

.product-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 53.125rem;
  overflow: hidden;
}
.product-slider_wrapper {
  display: flex;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}
.product-slider_slide {
  flex-shrink: 0;
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1025px) {
  .product-slider_slide {
    padding: 0;
  }
}
.product-slider_slide-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18.5rem;
  background-color: #f6f5f1;
  border-radius: 1rem;
}
@media (min-width: 1025px) {
  .product-slider_slide-wrapper {
    height: 31.5rem;
  }
}
.product-slider_slide-wrapper img {
  width: 12rem;
  height: 12rem;
}
@media (min-width: 769px) {
  .product-slider_slide-wrapper img {
    width: 18rem;
  }
}
@media (min-width: 1025px) {
  .product-slider_slide-wrapper img {
    width: 23rem;
    height: 23rem;
  }
}
.product-slider_nav {
  position: absolute;
  top: 50%;
  right: 40px;
  left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-60%);
}
@media (max-width: 1024px) {
  .product-slider_nav {
    display: none;
  }
}
.product-slider_nav .btn {
  padding: 0.5rem;
  border: 0.0625rem solid #dfdbcd;
  border-radius: 6.25rem;
}
.product-slider_nav .btn:hover {
  border-color: #115aa5;
}
.product-slider_indicators {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}
.product-slider_indicators .indicator {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.25rem 0.125rem;
  cursor: pointer;
  background-color: #dbe6f1;
  border-radius: 6.25rem;
  transition: all 0.3s;
}
.product-slider_indicators .indicator.active {
  width: 20px;
  background-color: #115aa5;
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.product-info_header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .product-info_header {
    flex-direction: column-reverse;
  }
}
.product-info_title {
  color: #000;
  font-family: "GallinaBlancaSans";
  font-size: var(--font-size-heading-xxl);
  font-weight: 700;
  line-height: var(--font-height-heading-xxl);
}
@media (min-width: 1025px) {
  .product-info_title {
    font-family: "GallinaBlancaSans";
    font-size: var(--font-size-heading-xl);
    font-weight: 700;
    line-height: var(--font-height-heading-xl);
  }
}
.product-info_description {
  font-family: "Roboto";
  font-size: var(--font-size-body-xl);
  font-weight: 400;
  line-height: var(--font-height-body-xl);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1025px) {
  .product-info_description {
    max-width: 27rem;
    overflow-wrap: break-word;
  }
}
.product-info_description p:empty {
  display: none;
  margin: 0;
}
.product-info_tags {
  display: flex;
  flex-flow: row wrap;
  gap: 0.25rem;
  padding: 0;
  list-style: none;
}
.product-info_features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  list-style: none;
}
.product-info_feature {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.product-info_feature .icon {
  padding: 0.25rem;
  background-color: #ffd91e;
  border-radius: 2.5rem;
}
.product-info_feature .icon > svg {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 769px) {
  .product-info .btn {
    width: fit-content;
  }
}
.product-info p:empty {
  display: none;
}

@media (min-width: 1025px) {
  .product-slider-info {
    margin-top: 3rem;
  }
}
.product-slider-info .container {
  padding: 0;
}
@media (min-width: 1025px) {
  .product-slider-info .container {
    padding: 0 3rem;
  }
}
.product-slider-info_wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1025px) {
  .product-slider-info_wrapper {
    flex-direction: row;
    gap: 4rem;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .product-slider-info_wrapper .product-slider {
    flex: 2;
  }
}
.product-slider-info_wrapper .product-info {
  padding: 0 1rem;
}
@media (min-width: 1025px) {
  .product-slider-info_wrapper .product-info {
    flex: 1;
    padding: 0;
  }
}

.product-tabs {
  margin-top: 2rem;
  /****
         Ingredients list
     ****/
  /****
         Nutritional table
     ****/
  /****
         Preparation methods
     ****/
  /****
         Disclaimer
     ****/
}
.product-tabs_body {
  padding: 0 1rem;
  background-color: #f6f5f1;
  border-radius: 1rem;
}
.product-tabs_nutritional {
  padding: 0;
}
@media (min-width: 1025px) {
  .product-tabs_nutritional {
    padding: 1rem;
  }
}
@media (min-width: 1025px) {
  .product-tabs_nutritional-wrapper {
    display: flex;
  }
}
.product-tabs_nutritional-table {
  flex: 1;
}
.product-tabs_nutritional-table:first-child {
  flex: 5;
}
.product-tabs_nutritional-header {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 700;
  line-height: var(--font-height-body-s);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1rem 0.5rem;
  color: #767162;
  border-bottom: 0.0625rem solid #dfdbcd;
}
@media (min-width: 1025px) {
  .product-tabs_nutritional-header {
    font-family: "Roboto";
    font-size: var(--font-size-body-xs);
    font-weight: 700;
    line-height: var(--font-height-body-xs);
    padding: 1rem 0;
    color: #272621;
  }
}
.product-tabs_nutritional-header.align-end {
  justify-content: flex-end;
}
.product-tabs_nutritional-list {
  display: flex;
  flex-direction: column;
  padding: 0 0.5rem;
  list-style: none;
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
}
@media (min-width: 1025px) {
  .product-tabs_nutritional-list {
    padding: 0;
  }
}
.product-tabs_nutritional-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  border-bottom: 0.0625rem solid #dfdbcd;
}
@media (min-width: 1025px) {
  .product-tabs_nutritional-item {
    padding: 1rem 0;
  }
  .product-tabs_nutritional-item.align-end {
    justify-content: flex-end;
  }
}
.product-tabs_nutritional-details {
  font-family: "Roboto";
  font-size: var(--font-size-body-xs);
  font-weight: 400;
  line-height: var(--font-height-body-xs);
  padding: 1rem;
}
@media (min-width: 1025px) {
  .product-tabs_nutritional-details {
    padding: 1rem 0;
  }
}
.product-tabs_nutritional-details_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  list-style: none;
}
.product-tabs_title-section {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 700;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #767162;
}
.product-tabs_list {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
}
.product-tabs_list--sublist {
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  list-style: disc;
}
.product-tabs_item {
  padding: 1rem 0;
}
.product-tabs_item:not(:last-child) {
  border-bottom: 0.0625rem solid #dfdbcd;
}
.product-tabs_disclaimer {
  font-family: "Roboto";
  font-size: var(--font-size-body-xs);
  font-weight: 400;
  line-height: var(--font-height-body-xs);
}

.product-sidebar {
  margin: 2.5rem -1rem;
}
@media (min-width: 1025px) {
  .product-sidebar {
    width: 27rem;
    padding-top: 7.125rem;
    margin: 0;
  }
}
.product-sidebar .banner-image {
  width: 100%;
  padding: 1.5rem;
}
@media (min-width: 1025px) {
  .product-sidebar .banner-image {
    border-radius: 1rem;
  }
}
.product-sidebar .banner-image_container {
  flex-direction: column;
}
.product-sidebar .banner-image_image-container {
  width: 100%;
  height: 14.125rem;
  padding: 0;
}
.product-sidebar .banner-image_image-container img {
  width: 100%;
  height: 100%;
}
.product-sidebar .banner-image_content {
  gap: 0.5rem;
  width: auto;
}
.product-sidebar .banner-image_content .badge {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
}
@media (min-width: 1025px) {
  .product-sidebar .banner-image_content .banner-title {
    font-family: "GallinaBlancaCnd";
    font-size: var(--font-size-heading-l);
    font-weight: 700;
    line-height: var(--font-height-heading-l);
  }
}
.product-sidebar .banner-image_content .banner-description {
  margin: 0;
}
.product-sidebar .banner-image .btn-mobile {
  display: block;
  width: 100%;
}
.product-sidebar .banner-image .btn-desktop {
  display: none;
}

.searcher-modal_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-s);
  font-weight: 700;
  line-height: var(--font-height-heading-s);
  color: #000;
}
.searcher-modal_content .searcher-box {
  max-width: 30.125rem;
  margin-bottom: 1.5rem;
}
.searcher-modal_suggestions {
  position: relative;
  padding-top: 1.5rem;
}
@media (min-width: 769px) {
  .searcher-modal_suggestions {
    padding-top: 0;
  }
}
.searcher-modal_suggestions-text {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #756c54;
}
.searcher-modal_suggestions::before {
  content: "";
  border-bottom: 0.0625rem solid #dfdbcd;
  position: absolute;
  top: 0;
  left: -1rem;
  right: -1rem;
}
@media (min-width: 769px) {
  .searcher-modal_suggestions::before {
    display: none;
  }
}
.searcher-modal_cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .searcher-modal_cards {
    flex-direction: row;
  }
}
.searcher-modal_recipes {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  gap: 1rem;
}
@media (min-width: 769px) {
  .searcher-modal_recipes {
    gap: 1.5rem;
  }
}
.searcher-modal_recipes .card {
  width: calc((100% - 1.5rem) / 2);
}
.searcher-modal_categories {
  display: flex;
  flex: 1;
  flex-flow: row wrap;
  gap: 0.25rem;
}
@media (min-width: 769px) {
  .searcher-modal_categories {
    gap: 0.5rem;
  }
}
.searcher-modal_categories .img-text-card {
  width: calc((100% - 0.5rem) / 2);
}
@media (min-width: 769px) {
  .searcher-modal_categories .img-text-card {
    width: calc((100% - 1rem) / 3);
  }
}
.searcher-modal_categories .img-text-card_anchor {
  height: 100%;
}
.searcher-modal_categories .img-text-card_img {
  width: 6.125rem;
  height: 6.125rem;
}
.searcher-modal_filter-list {
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  height: calc(100vh - 64px - 98px - 32px);
}
@media (min-width: 769px) {
  .searcher-modal_filter-list {
    height: auto;
  }
}
.searcher-modal_filter-list .txt-link {
  justify-content: space-between;
  color: #115aa5;
  font-weight: 700;
}
@media (min-width: 769px) {
  .searcher-modal_filter-list .txt-link {
    align-self: flex-end;
  }
}
.searcher-modal_list {
  height: auto;
  padding: 0;
  list-style: none;
  overflow: scroll;
}
@media (min-width: 769px) {
  .searcher-modal_list {
    height: 35.25rem;
  }
}
.searcher-modal_list li > .item-anchor {
  font-family: "Roboto";
  font-size: var(--font-size-body-xl);
  font-weight: 400;
  line-height: var(--font-height-body-xl);
  position: relative;
  display: block;
  padding: 1rem 0;
  color: #767162;
  text-decoration: none;
  border-bottom: 0.0625rem solid #dfdbcd;
}
.searcher-modal_list li > .item-anchor strong {
  color: #000;
}
.searcher-modal_list li > .item-anchor::before {
  position: absolute;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-color: #115aa5;
  mask-image: url("./images/icons/arrow-right.svg");
  mask-image: url("./images/icons/arrow-right.svg");
  mask-size: cover;
  mask-size: cover;
}
.searcher-modal_no-results {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.searcher-modal_no-results p:first-child {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
}

#searcherModal .closeModal {
  color: #115aa5;
}

.filter-week_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-s);
  font-weight: 700;
  line-height: var(--font-height-heading-s);
}
.filter-week_list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.filter-week_btn {
  width: 100%;
}
.filter-week_btn .btn {
  width: 100%;
}

#filterMain .modal_header {
  padding-bottom: 0;
}

.filter-main_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-s);
  font-weight: 700;
  line-height: var(--font-height-heading-s);
}
.filter-main_body .filter-recipes {
  padding: 0;
  margin: 0 -1rem 1rem 0;
}
.filter-main_body .filter-recipes.hide {
  display: none;
}
.filter-main_body .filter-recipes .container {
  padding: 0;
}
.filter-main_body .filter-recipes .slider-wrapper {
  flex-flow: row nowrap;
  overflow-x: auto;
}
.filter-main_content-wrapper {
  position: relative;
  padding: 1.5rem 0.5rem;
}
.filter-main_content-wrapper::before {
  position: absolute;
  top: 0;
  right: -1rem;
  left: -1rem;
  content: "";
  border: 0.0625rem solid #dfdbcd;
}
.filter-main_list {
  display: none;
  gap: 0.25rem;
}
.filter-main_list--section {
  gap: 1rem;
}
.filter-main_list.show {
  display: flex;
  flex-direction: column;
}
.filter-main_list-section {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.filter-main_list-section .section-title {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 700;
  line-height: var(--font-height-body-s);
  text-align: left;
  margin-bottom: 0.25rem;
}
.filter-main_ctas {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}
.filter-main_ctas .btn-ghost .btn-text {
  display: none;
}
@media (min-width: 769px) {
  .filter-main_ctas .btn-ghost {
    flex: 1;
  }
  .filter-main_ctas .btn-ghost .btn-text {
    display: block;
  }
}
.filter-main_ctas .btn-primary {
  flex: 1;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* Mensajes de error en campos del formulario */
  /* Mensaje de error general del formulario */
  /* Mensaje de éxito */
  /* Estilo para botón en estado de carga */
}
.newsletter-form-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.newsletter-form .field-error {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #e74c3c;
}
.newsletter-form input.has-error {
  border-color: #e74c3c !important;
}
.newsletter-form .form-error-message {
  padding: 12px 15px;
  margin: 15px 0;
  color: #333;
  background-color: #fdeaea;
  border-left: 4px solid #e74c3c;
  border-radius: 4px;
}
.newsletter-form .success-message {
  padding: 15px;
  margin: 15px 0;
  color: #333;
  text-align: center;
  background-color: #eafaf1;
  border-left: 4px solid #2ecc71;
  border-radius: 4px;
}
.newsletter-form .btn.loading {
  position: relative;
  cursor: not-allowed;
  opacity: 0.7;
}
.newsletter-form .btn.loading::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: middle;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.newsletter-confirm {
  padding: 7rem 0 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 769px) {
  .newsletter-confirm {
    padding: 10.5rem 0 5.5rem;
    gap: 5.5rem;
  }
}
.newsletter-confirm_recipes {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.newsletter-confirm_recipes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 769px) {
  .newsletter-confirm_recipes-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .newsletter-confirm_recipes-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.modal-video_wrapper {
  height: 100%;
}
.modal-video_wrapper video {
  height: 100%;
}

.register-banner-modal .banner-image {
  padding: 1rem;
}
.register-banner-modal .banner-image_container {
  flex-direction: column;
  padding: 0;
}
.register-banner-modal .banner-image_image-container {
  padding: 3rem 0 0;
  width: 100%;
}
.register-banner-modal .banner-image_image-container img {
  width: 100%;
}
.register-banner-modal .banner-image_content {
  width: 100%;
}
.register-banner-modal .banner-image_content .banner-title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-l);
  font-weight: 700;
  line-height: var(--font-height-heading-l);
}
.register-banner-modal .btn-mobile,
.register-banner-modal .btn-desktop,
.register-banner-modal .banner-buttons {
  width: 100%;
}
.register-banner-modal .btn-mobile .btn,
.register-banner-modal .btn-desktop .btn,
.register-banner-modal .banner-buttons .btn {
  width: 100%;
}
.register-banner-modal .banner-buttons_text {
  text-align: center;
}

.planner-add {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.planner-add_section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.planner-add_section-title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
}
.planner-add_section-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .planner-add_section-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.planner-add_section-grid .recipe-card {
  width: 100%;
}
@media (min-width: 769px) {
  .planner-add_section-grid .recipe-card_image-container {
    height: 16.313rem;
  }
}

.modal-chat_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #ffd91e;
}
.modal-chat_header-info {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media (min-width: 1025px) {
  .modal-chat_header-info {
    gap: 0.75rem;
  }
}
.modal-chat_header-info .icon {
  padding: 0.6875rem;
  background-color: #115aa5;
  border-radius: 1.25rem;
}
.modal-chat_header-info .icon svg {
  width: 1rem;
  height: 1rem;
  color: #fff;
}
.modal-chat_header-ctas {
  display: flex;
  gap: 1rem;
}
.modal-chat_header-logo {
  display: flex;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #115aa5;
  border-radius: 100%;
}
.modal-chat_header-logo img {
  align-self: end;
}
.modal-chat_title {
  font-family: "Roboto";
  font-size: var(--font-size-body-xs);
  font-weight: 700;
  line-height: var(--font-height-body-xs);
  color: #115aa5;
}
@media (min-width: 1025px) {
  .modal-chat_title {
    font-family: "Roboto";
    font-size: var(--font-size-body-s);
    font-weight: 700;
    line-height: var(--font-height-body-s);
    text-align: left;
  }
}
.modal-chat_subtitle {
  font-family: "GallinaBlancaSans";
  font-size: var(--font-size-heading-xs);
  font-weight: 700;
  line-height: var(--font-height-heading-xs);
  color: #272621;
}
@media (min-width: 1025px) {
  .modal-chat_subtitle {
    font-family: "GallinaBlancaCnd";
    font-size: var(--font-size-heading-s);
    font-weight: 700;
    line-height: var(--font-height-heading-s);
  }
}
.modal-chat_body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 0.5rem;
}
.modal-chat_messages {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
  overflow-y: scroll;
}
.modal-chat_bubble {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
  max-width: 18.125rem;
  padding: 0.5rem 1rem;
  color: #272621;
  border-radius: 1rem;
}
.modal-chat_bubble--assistant {
  align-self: flex-start;
  background-color: #fff7d2;
  border-bottom-left-radius: 0.25rem;
}
.modal-chat_bubble--user {
  align-self: flex-end;
  background-color: #f6f5f1;
  border-bottom-right-radius: 0.25rem;
}
.modal-chat_bubble-loading {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.modal-chat_bubble-loading .loading-dot {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #115aa5;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
.modal-chat_bubble-loading .loading-dot:nth-child(2) {
  opacity: 0.16;
  animation-delay: 0.3s;
}
.modal-chat_bubble-loading .loading-dot:nth-child(3) {
  opacity: 0.07;
  animation-delay: 0.6s;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}
.modal-chat_footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1rem;
}
.modal-chat_terms {
  font-family: "Roboto";
  font-size: var(--font-size-body-xs);
  font-weight: 400;
  line-height: var(--font-height-body-xs);
  color: #b3b3b3;
  text-align: center;
}
.modal-chat_terms a {
  color: #115aa5;
  text-decoration: none;
}
.modal-chat_terms a:visited {
  color: #115aa5;
}
.modal-chat_input-container {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: #f6f5f1;
  border-radius: 2.5rem;
}
.modal-chat_input-container .btn {
  padding: 4px 3px 4px 5px;
  cursor: auto;
  background-color: #eae8df;
  border-radius: 3.75rem;
}
.modal-chat_input-container .btn svg {
  color: #b3b3b3;
}
.modal-chat_input-container .btn.active {
  background-color: #ffd91e;
}
.modal-chat_input-container .btn.active svg {
  color: #115aa5;
}
.modal-chat_input {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  flex: 1;
  height: fit-content;
  color: #767162;
  background-color: transparent;
  border: 0;
  outline: none;
}
.modal-chat_disclaimer {
  font-family: "Roboto";
  font-size: var(--font-size-body-xs);
  font-weight: 400;
  line-height: var(--font-height-body-xs);
  display: none;
  color: #b3b3b3;
  text-align: center;
}

.notification-modal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}
.notification-modal .icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
.notification-modal_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
}
.notification-modal_description {
  font-family: "Roboto";
  font-size: var(--font-size-body-m);
  font-weight: 400;
  line-height: var(--font-height-body-m);
}

.access {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .access {
    margin-top: 1.5rem;
    margin-bottom: 3.5rem;
  }
}
.access-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media (min-width: 1025px) {
  .access-wrapper {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1441px) {
  .access-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.access-image {
  display: none;
}
.access-image img {
  position: sticky;
  top: 10.5rem;
  aspect-ratio: 1.46;
  border-radius: 1rem;
}
@media (min-width: 1025px) {
  .access-image {
    display: block;
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1441px) {
  .access-image {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1025px) {
  .access-form {
    grid-column: span 4/span 4;
    padding: 0 1.5rem;
  }
}
@media (min-width: 1441px) {
  .access-form {
    grid-column: span 5/span 5;
    padding: 0 1.5rem;
  }
}

.profile {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .profile {
    margin-top: 1.5rem;
    margin-bottom: 3.5rem;
  }
}
.profile-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .profile-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.profile .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.account-delete {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 5rem 0.5rem;
}

.history {
  padding: 2.5rem 0;
}
@media (min-width: 769px) {
  .history {
    padding: 7rem 0;
  }
}
.history .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 769px) {
  .history .container {
    gap: 2rem;
  }
}
.history-title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-l);
  font-weight: 700;
  line-height: var(--font-height-heading-l);
}
@media (min-width: 769px) {
  .history-title {
    text-align: center;
  }
}

.featured-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2.5rem 0;
}
@media (min-width: 769px) {
  .featured-content {
    gap: 3.5rem;
    padding: 5rem 0;
  }
}
.featured-content:has(+ .featured-content) {
  padding-bottom: 0;
}
.featured-content-title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-l);
  font-weight: 700;
  line-height: var(--font-height-heading-l);
  color: #000;
}
.featured-content-articles {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
  align-items: start;
}
@media (min-width: 769px) {
  .featured-content-articles {
    gap: 3.5rem;
  }
}
.featured-content-article {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
.featured-content-article-image img {
  aspect-ratio: 1.78;
  border-radius: 1rem;
}
.featured-content-article-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.featured-content-article-content .btn {
  width: 100%;
}
@media (min-width: 769px) {
  .featured-content-article-content .btn {
    width: auto;
  }
}
@media (min-width: 769px) {
  .featured-content-article--horizontal, .featured-content-article--horizontal-reverse {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .featured-content-article--horizontal, .featured-content-article--horizontal-reverse {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .featured-content-article--horizontal .featured-content-article-image, .featured-content-article--horizontal-reverse .featured-content-article-image {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1025px) {
  .featured-content-article--horizontal .featured-content-article-content, .featured-content-article--horizontal-reverse .featured-content-article-content {
    grid-column: span 3/span 3;
    padding: 0 calc((100vw - 75.75rem - 0.75rem) / 2);
  }
}
@media (min-width: 1441px) {
  .featured-content-article--horizontal .featured-content-article-content, .featured-content-article--horizontal-reverse .featured-content-article-content {
    padding: 0 7rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .featured-content-article--horizontal-reverse .featured-content-article-image {
    order: 1;
  }
}
@media (min-width: 769px) {
  .featured-content--two-columns .featured-content-articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
}
@media (min-width: 769px) {
  .featured-content--three-columns .featured-content-articles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.featured-content--beige {
  background-color: #f6f5f1;
}

.sitemap {
  padding: 0 0 2rem;
}
@media (min-width: 1025px) {
  .sitemap {
    padding: 1rem 0 5.5rem;
  }
}
.sitemap .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 769px) {
  .sitemap .container {
    gap: 2.5rem;
  }
}
.sitemap-menu-desktop {
  display: none;
  gap: 2.5rem;
  align-items: center;
  padding: 0;
  list-style: none;
  box-shadow: inset 0 -2px 0 0 #f6f5f1;
}
@media (min-width: 1025px) {
  .sitemap-menu-desktop {
    display: flex;
  }
}
.sitemap-menu-desktop-btn {
  display: flex;
  gap: 0.125rem;
  align-items: center;
  padding-bottom: 0.5rem;
  font-size: var(--font-size-body-s);
  font-weight: 700;
  color: #272621;
  text-decoration: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 0.125rem solid transparent;
}
.sitemap-menu-desktop-btn:hover {
  color: #0e4c8c;
}
.sitemap-menu-desktop-btn.is-active {
  color: #115aa5;
  border-color: #115aa5;
}
.sitemap-menu-desktop-btn.is-active .icon {
  transform: rotate(180deg);
}
.sitemap-accordeon {
  padding: 0;
  list-style: none;
}
.sitemap-accordeon-header {
  display: flex;
  gap: 0.125rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3.5rem;
  padding: 0;
  font-size: var(--font-size-body-m);
  color: #115aa5;
  text-decoration: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dfdbcd;
}
@media (min-width: 1025px) {
  .sitemap-accordeon-header {
    display: none;
  }
}
.sitemap-accordeon-body {
  display: flex;
  flex-direction: column-reverse;
  max-height: 0;
  padding: 0 1rem;
  overflow: hidden;
  background-color: #f6f5f1;
  transition: max-height 0.3s linear;
}
@media (min-width: 1025px) {
  .sitemap-accordeon-body {
    flex-direction: column;
    background-color: transparent;
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
}
.sitemap-accordeon-body .txt-link {
  justify-content: space-between;
}
.sitemap-accordeon-footer {
  padding: 1rem 0;
}
@media (min-width: 1025px) {
  .sitemap-accordeon-footer {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 0 0;
    border-top: 1px solid #dfdbcd;
  }
}
.sitemap-accordeon-footer .btn {
  display: none;
}
@media (min-width: 1025px) {
  .sitemap-accordeon-footer .btn {
    display: flex;
  }
  .sitemap-accordeon-footer .txt-link {
    display: none;
  }
}
.sitemap-accordeon-item.is-active .sitemap-accordeon-header .icon {
  transform: rotate(180deg);
}
.sitemap-accordeon-item.is-active .sitemap-accordeon-body {
  max-height: 80rem;
}
@media (min-width: 1025px) {
  .sitemap-accordeon-item.is-active .sitemap-accordeon-body {
    opacity: 1;
    transition: opacity 0.5s ease-in;
  }
}
.sitemap-sublist {
  display: flex;
  flex-direction: column;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  transition: max-height 0.3s linear;
}
@media (min-width: 1025px) {
  .sitemap-sublist {
    gap: 1rem;
    max-height: max-content;
    padding: 0;
    transition: none;
  }
}
.sitemap-sublist-item {
  padding: 1rem;
}
@media (min-width: 1025px) {
  .sitemap-sublist-item {
    padding: 0;
  }
}
.sitemap-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem 0;
  list-style: none;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}
@media (min-width: 1025px) {
  .sitemap-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem 2rem;
    padding: 2rem 0 1.5rem;
  }
}
.sitemap-list-header {
  display: flex;
  gap: 0.125rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 1rem;
  font-size: var(--font-size-body-m);
  color: #115aa5;
  text-decoration: none;
  appearance: none;
  background-color: transparent;
  border: none;
}
@media (min-width: 1025px) {
  .sitemap-list-header {
    font-family: "GallinaBlancaCnd";
    font-size: var(--font-size-heading-xs);
    font-weight: 700;
    color: #000;
  }
  .sitemap-list-header .icon {
    display: none;
  }
}
.sitemap-list-item.is-active .sitemap-list-header .icon {
  transform: rotate(180deg);
}
.sitemap-list-item.is-active .sitemap-sublist {
  max-height: 80rem;
}
.sitemap-list .txt-link .icon {
  visibility: hidden;
}
.sitemap-list .txt-link:hover .icon {
  visibility: visible;
}

.planner-day {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 769px) {
  .planner-day {
    gap: 1.5rem;
  }
}
.planner-day_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.planner-day_header .btn {
  padding-left: 0.25rem;
}
.planner-day_title {
  font-family: "GallinaBlancaCnd";
  font-size: var(--font-size-heading-m);
  font-weight: 700;
  line-height: var(--font-height-heading-m);
}
.planner-day_grid {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 769px) {
  .planner-day_grid {
    gap: 1.5rem;
    flex-flow: row wrap;
  }
}
.planner-day_grid .recipe-card {
  width: 100%;
}
@media (min-width: 769px) {
  .planner-day_grid .recipe-card {
    width: calc((100% - 3rem) / 3);
  }
}
@media (min-width: 1025px) {
  .planner-day_grid .recipe-card {
    width: calc((100% - 4.5rem) / 4);
  }
}
.planner-day_empty {
  font-family: "Roboto";
  font-size: var(--font-size-body-s);
  font-weight: 400;
  line-height: var(--font-height-body-s);
  text-align: left;
  color: #767162;
  text-align: center;
}
.planner-week {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 0 2.5rem;
}
@media (min-width: 769px) {
  .planner-week {
    gap: 2.5rem;
    padding: 2rem 0 4rem;
  }
}
.planner-week_btn {
  display: flex;
  justify-content: center;
}