@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@font-face {
  font-family: "Font Awesome";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  tab-size: 4; /* 3 */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
}

img, svg, video, iframe {
  display: block;
  vertical-align: middle;
}

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: var(--line-height-base);
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
  font-family: var(--font-main);
  font-size: var(--text-base);
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-tap-highlight-color: var(--color-highlight-tap);
}

::selection {
  background-color: var(--color-highlight-text);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-titles);
  color: var(--color-titles);
  font-weight: 800;
  letter-spacing: -0.4px;
}

h1 {
  font-size: var(--text-2xl);
  line-height: 1.15;
}

h2 {
  font-size: var(--text-xl);
  line-height: 1.2;
}

h3 {
  font-size: var(--text-lg);
  line-height: 1.25;
}

h4 {
  font-size: var(--text-base);
  line-height: 1.35;
}

h5 {
  font-size: var(--text-sm);
}

p {
  line-height: 142%;
}

svg {
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}

a:link, a:visited {
  text-decoration: none;
  color: var(--color-link);
  transition-property: color;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
}

a:hover {
  color: var(--color-link-hover);
}

a:active {
  color: var(--color-link-active);
}

.text-xs {
  font-size: var(--text-xs);
}

.text-sm {
  font-size: var(--text-sm);
}

.text-base {
  font-size: var(--text-base);
}

.text-lg {
  font-size: var(--text-lg);
}

.text-xl {
  font-size: var(--text-xl);
}

.text-2xl {
  font-size: var(--text-2xl);
}

:root {
  --yk-maxWidth: 1120px;
  --yk-color-orange: #F5A24C;
  --yk-color-orange: hsl(31, 89%, 63%);
  --yk-color-orange-4: hsla(31, 89%, 63%, 0.04);
  --yk-color-orange-7: hsla(31, 89%, 63%, 0.07);
  --yk-color-orange-9: hsla(31, 89%, 63%, 0.09);
  --yk-color-orange-11: hsla(31, 89%, 63%, 0.11);
  --yk-color-orange-14: hsla(31, 89%, 63%, 0.14);
  --yk-color-orange-33: hsla(31, 89%, 63%, 0.33);
  --yk-color-orange-xlt: hsl(31, 50%, 95%);
  --yk-color-orange-hover: hsl(31, 95%, 68%);
  --yk-color-red: #E46169;
  --yk-color-red: hsl(356, 71%, 64%);
  --yk-color-red-3: hsla(356, 71%, 64%, 0.03);
  --yk-color-red-4: hsla(356, 71%, 64%, 0.04);
  --yk-color-red-6: hsla(356, 71%, 64%, 0.06);
  --yk-color-red-9: hsla(356, 71%, 64%, 0.09);
  --yk-color-red-11: hsla(356, 71%, 64%, 0.11);
  --yk-color-red-14: hsla(356, 71%, 64%, 0.14);
  --yk-color-red-33: hsla(356, 71%, 64%, 0.33);
  --yk-color-red-hover: hsl(356, 71%, 68%);
  --yk-color-brown: #866550;
  --yk-color-brown: hsl(23, 25%, 42%);
  --yk-color-brown-3: hsla(23, 25%, 42%, 0.03);
  --yk-color-brown-4: hsla(23, 25%, 42%, 0.04);
  --yk-color-brown-6: hsla(23, 25%, 42%, 0.06);
  --yk-color-brown-7: hsla(23, 25%, 42%, 0.07);
  --yk-color-brown-9: hsla(23, 25%, 42%, 0.09);
  --yk-color-brown-33: hsla(23, 25%, 42%, 0.33);
  --yk-color-brown-hover: hsl(23, 25%, 47%);
  --yk-color-green: #77BA7C;
  --yk-color-green: hsl(124, 33%, 60%);
  --yk-color-green-4: hsla(124, 33%, 60%, 0.04);
  --yk-color-green-7: hsla(124, 33%, 60%, 0.07);
  --yk-color-green-9: hsla(124, 33%, 60%, 0.09);
  --yk-color-green-14: hsla(124, 33%, 60%, 0.14);
  --yk-color-green-33: hsla(124, 33%, 60%, 0.33);
  --yk-color-green-hover: hsl(124, 38%, 65%);
  --yk-color-gray: #656565;
  --yk-color-gray: hsl(0, 0%, 80%);
  --yk-color-gray-4: hsla(0, 0%, 80%, 0.04);
  --yk-color-gray-7: hsla(0, 0%, 80%, 0.07);
  --yk-color-gray-9: hsla(0, 0%, 80%, 0.09);
  --yk-color-gray-14: hsla(0, 0%, 80%, 0.14);
  --yk-color-gray-33: hsla(0, 0%, 80%, 0.33);
  --yk-color-tan: #d9b992;
  --yk-color-tan: hsl(33, 48%, 68%);
  --yk-color-tan-4: hsla(33, 48%, 68%, 0.04);
  --yk-color-tan-7: hsla(33, 48%, 68%, 0.07);
  --yk-color-tan-9: hsla(33, 48%, 68%, 0.09);
  --yk-color-tan-14: hsla(33, 48%, 68%, 0.14);
  --yk-color-tan-33: hsla(33, 48%, 68%, 0.33);
  --yk-color-tan-hover: hsl(33, 48%, 72%);
  --yk-color-green-text: #64AF68;
  --yk-color-green-text: hsl(123, 32%, 54%);
  --yk-color-green-text-hover: hsl(123, 37%, 61%);
  --line-height-base: 1.25;
  --color-brand-green: #009640;
  --color-brand-red: #E30613;
  --color-brand-orange: #ffa900;
  --color-brand-choco: #634E42;
  --color-brand-tan: #A48A7B;
  --color-gray-2xlt: #eee;
  --color-gray-xlt: #ddd;
  --color-gray-lt: #aaa;
  --color-gray-md: #656565;
  --color-gray-dk: #333;
  --color-bg: white;
  --color-action: var(--color-brand-green);
  --color-error: var(--color-brand-red);
  --color-error-bg: #fff9dd;
  --color-link: var(--yk-color-red);
  --color-link-hover: var(--yk-color-green-text-hover);
  --color-link-active: var(--yk-color-green-text);
  --color-highlight-text: var(--yk-color-orange-11);
  --color-highlight-tap: rgba(255, 255, 255, 0.25);
  --color-border: var(--color-gray-xlt);
  --color-border-light: var(--color-gray-2xlt);
  --color-text: var(--color-gray-md);
  --color-titles: var(--yk-color-brown);
  --color-error: var(--color-brand-red);
  --color-shadow: rgba(0, 0, 0, 0.25);
  --color-shadow-lt: rgba(0, 0, 0, 0.11);
  --color-shadow-xlt: rgba(0, 0, 0, 0.07);
  --animation-timing: ease;
  --animation-duration: 250ms;
  --text-2xs: 0.75rem;
  --text-xs: 0.875rem;
  --text-sm: 1rem;
  --text-base: 1.125rem;
  --text-lg: 1.375rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;
  --text-10: 0.625rem;
  --text-12: 0.75rem;
  --text-14: 0.875rem;
  --text-16: 1rem;
  --text-17: 1.0625rem;
  --text-18: 1.125rem;
  --text-20: 1.25rem;
  --text-22: 1.375rem;
  --text-24: 1.5rem;
  --text-28: 1.75rem;
  --text-32: 2rem;
  --text-36: 2.25rem;
  --text-40: 2.5rem;
  --text-44: 2.75rem;
  --text-48: 3rem;
  --text-56: 3.5rem;
  --text-64: 4rem;
  --text-72: 4.5rem;
  --text-80: 5rem;
  --font-main: "Nunito", sans-serif;
  --font-titles: "Nunito", sans-serif;
  --brightness-hover: 1.17;
  --brightness-active: 1.20;
  --space-05x: 0.25rem;
  --space-075x: 0.375rem;
  --space-1x: 0.5rem;
  --space-125x: 0.675rem;
  --space-15x: 0.75rem;
  --space-2x: 1rem;
  --space-25x: 1.25rem;
  --space-3x: 1.5rem;
  --space-4x: 2rem;
  --space-5x: 2.5rem;
  --space-6x: 3rem;
  --space-8x: 4rem;
  --round-xs: 0.25rem;
  --round-sm: 0.375rem;
  --round-md: 0.5rem;
  --round-lg: 0.75rem;
  --round-xl: 1rem;
  --round-2xl: 1.5rem;
  --round-3xl: 3rem;
  --color-positive-bg-light: #f0f9ed;
  --color-negative-bg-light: #fdf0ef;
  --color-negative-bg-solid: var(--color-brand-red);
  --color-negative-bg-solid-hover: #ff545e;
  --color-negative-bg-solid-active: #c7000b;
  --color-negative-text: var(--color-brand-red);
  --color-positive-text: var(--color-brand-green);
  --color-info-bg-light: #fef7e2;
  --color-info-text: var(color-text);
}

.md-invert {
  --color-text: white;
  --color-link: white;
  color: var(--color-text);
}

body {
  font-weight: 500;
}

h1 {
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: var(--yk-color-brown);
  font-size: var(--text-28);
  display: block;
  text-wrap: pretty;
  margin-bottom: var(--space-1x);
  text-align: center;
}
h1 span {
  display: block;
  font-size: var(--text-22);
}

h2 {
  text-wrap: pretty;
}

ul {
  list-style: none;
}
ul li {
  margin-block: var(--space-1x);
  padding-left: var(--space-4x);
  position: relative;
  text-wrap: pretty;
}
ul li::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("/images/pea-02.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: left center;
  vertical-align: middle;
}

a.yk-button,
button.yk-button {
  border-radius: var(--round-2xl);
  corner-shape: superellipse(1.5);
  justify-content: center;
  text-align: center;
  line-height: 1.15;
  font-optical-sizing: auto;
  font-size: var(--text-20);
  font-weight: 800;
  font-style: normal;
  letter-spacing: -0.2px;
  color: white;
  padding: var(--space-2x);
  background-color: var(--yk-color-green);
  border: 0;
  display: flex;
  gap: var(--space-1x);
  align-items: center;
  cursor: pointer;
  transition-property: background-color;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
}
a.yk-button span,
button.yk-button span {
  align-items: baseline;
}
a.yk-button span i,
button.yk-button span i {
  font-style: normal;
  font-size: 0.833em;
}
a.yk-button:hover,
button.yk-button:hover {
  background-color: var(--yk-color-green-hover);
}
a.yk-button:active,
button.yk-button:active {
  background-color: var(--yk-color-green);
}
a.yk-button.md-orange,
button.yk-button.md-orange {
  background-color: var(--yk-color-orange);
}
a.yk-button.md-orange:hover,
button.yk-button.md-orange:hover {
  background-color: var(--yk-color-orange-hover);
}
a.yk-button.md-orange:active,
button.yk-button.md-orange:active {
  background-color: var(--yk-color-orange);
}
a.yk-button.md-red,
button.yk-button.md-red {
  background-color: var(--yk-color-red);
}
a.yk-button.md-red:hover,
button.yk-button.md-red:hover {
  background-color: var(--yk-color-orange-hover);
}
a.yk-button.md-red:active,
button.yk-button.md-red:active {
  background-color: var(--yk-color-orange);
}

.yk-this-green {
  --this-color: var(--yk-color-green);
  --this-color-hover: var(--yk-color-green-hover);
  --this-border-color: var(--yk-color-green-33);
  --this-background-lt: var(--yk-color-green-4);
  --this-background-md: var(--yk-color-green-9);
  --this-background-st: var(--yk-color-green-14);
}

.yk-this-red {
  --this-color: var(--yk-color-red);
  --this-color-hover: var(--yk-color-red-hover);
  --this-border-color: var(--yk-color-red-33);
  --this-background-lt: var(--yk-color-red-3);
  --this-background-md: var(--yk-color-red-6);
  --this-background-st: var(--yk-color-red-9);
}

.yk-this-orange {
  --this-color: var(--yk-color-orange);
  --this-color-hover: var(--yk-color-orange-hover);
  --this-border-color: var(--yk-color-orange-33);
  --this-background-lt: var(--yk-color-orange-4);
  --this-background-md: var(--yk-color-orange-9);
  --this-background-st: var(--yk-color-orange-14);
}

.yk-this-brown {
  --this-color: var(--yk-color-brown);
  --this-color-hover: var(--yk-color-brown-hover);
  --this-border-color: var(--yk-color-brown-33);
  --this-background-lt: var(--yk-color-brown-3);
  --this-background-md: var(--yk-color-brown-6);
  --this-background-st: var(--yk-color-brown-9);
}

.yk-this-tan {
  --this-color: var(--yk-color-tan);
  --this-color-hover: var(--yk-color-tan-hover);
  --this-border-color: var(--yk-color-tan-33);
  --this-background-lt: var(--yk-color-tan-4);
  --this-background-md: var(--yk-color-tan-9);
  --this-background-st: var(--yk-color-tan-14);
}

.yk-this-lightGray {
  --this-color: var(--yk-color-gray);
  --this-color-hover: var(--yk-color-gray-hover);
  --this-border-color: var(--yk-color-gray-33);
  --this-background-lt: var(--yk-color-gray-4);
  --this-background-md: var(--yk-color-gray-9);
  --this-background-st: var(--yk-color-gray-14);
}

.yk-header-wrap,
.yk-footer-wrap {
  background-image: url("/images/header-pattern.png"), linear-gradient(150deg, var(--this-background-st) 0%, var(--this-background-md) 65%, var(--this-background-st) 100%);
  background-size: 560px, auto;
  background-position: top center, 0 0;
  background-repeat: repeat-x, no-repeat;
}

.yk-content-wrap {
  min-height: calc(100dvh - 400px - 200px);
}

.yk-footer {
  max-width: var(--yk-maxWidth);
  margin: 0 auto;
  padding: var(--space-8x) var(--space-2x);
  font-size: var(--text-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4x);
}
.yk-footer .footer-nav nav {
  display: flex;
  column-gap: var(--space-3x);
  row-gap: var(--space-1x);
  flex-wrap: wrap;
  justify-content: center;
}
.yk-footer .footer-nav nav a {
  color: var(--yk-color-brown);
  font-weight: 700;
  letter-spacing: -0.2px;
}
.yk-footer .footer-nav nav a:hover, .yk-footer .footer-nav nav a.md-selected {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.yk-footer .footer-nav nav[aria-label="Site map"] a {
  font-size: var(--text-base);
}
.yk-footer .footer-copyright {
  text-align: center;
}
.yk-footer a.footer-by:link,
.yk-footer a.footer-by:visited {
  font-size: var(--text-xs);
  color: var(--color-text);
  opacity: 0.5;
}

.yk-header {
  max-width: var(--yk-maxWidth);
  margin: 0 auto;
  padding-block: 0 var(--space-1x);
}
@media (min-width: 768px) {
  .yk-header {
    padding-block: var(--space-1x);
  }
}
@media (min-width: 1024px) {
  .yk-header {
    padding-block: var(--space-15x);
  }
}
.yk-header .header-top {
  display: flex;
  align-items: flex-end;
  gap: var(--space-05x);
}
.yk-header .yk-nav-mobile {
  position: relative;
  padding: var(--space-2x);
}
@media (min-width: 1024px) {
  .yk-header .yk-nav-mobile {
    display: none;
  }
}
.yk-header .yk-nav-mobile .nav-open,
.yk-header .yk-nav-mobile .nav-close {
  cursor: pointer;
}
.yk-header .yk-nav-mobile .nav-open svg,
.yk-header .yk-nav-mobile .nav-close svg {
  width: 48px;
  fill: var(--yk-color-green-text);
}
.yk-header .yk-nav-mobile .nav-panel {
  z-index: 100;
  position: absolute;
  padding: var(--space-2x);
  padding-bottom: var(--space-6x);
  top: 0;
  left: 0;
  background-color: white;
  width: 320px;
  box-shadow: 11px 11px 0 rgba(0, 0, 0, 0.11);
  border-radius: 0 98px 65px 65px;
  corner-shape: superellipse(1.5);
}
.yk-header .yk-nav-mobile .nav-panel nav {
  display: flex;
  flex-direction: column;
  margin-top: var(--space-2x);
}
.yk-header .yk-nav-mobile .nav-panel nav a {
  letter-spacing: -0.4px;
  font-weight: 800;
  font-size: var(--text-20);
  margin-left: var(--space-05x);
  padding-block: var(--space-1x);
  padding-left: 48px;
  color: var(--yk-color-brown);
}
.yk-header .yk-nav-mobile .nav-panel nav a.md-secondary {
  font-size: var(--text-16);
}
.yk-header .yk-nav-mobile .nav-panel nav a:hover, .yk-header .yk-nav-mobile .nav-panel nav a.md-selected {
  background-size: 36px;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.yk-header .yk-nav-mobile .nav-panel nav .yk-button {
  margin-top: var(--space-2x);
  font-size: var(--text-20);
  width: 200px;
  align-self: center;
}
.yk-header .yk-nav-mobile .nav-panel nav .yk-button svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.yk-header .yk-nav-mobile .nav-panel.md-hidden {
  display: none;
}
.yk-header .header-left {
  align-self: flex-start;
}
@media (min-width: 1024px) {
  .yk-header .header-left {
    display: none;
  }
}
.yk-header .header-left,
.yk-header .header-right {
  min-width: 128px;
}
@media (max-width: 479px) {
  .yk-header .header-left,
  .yk-header .header-right {
    min-width: 110px;
  }
}
@media (max-width: 374px) {
  .yk-header .header-left,
  .yk-header .header-right {
    min-width: 98px;
  }
}
.yk-header .header-logo {
  padding-block: var(--space-2x);
}
@media (max-width: 1023px) {
  .yk-header .header-logo {
    flex: 1 1 0;
  }
}
@media (min-width: 1024px) {
  .yk-header .header-logo {
    padding-left: var(--space-2x);
  }
}
.yk-header .header-logo .yk-logo {
  max-width: 180px;
  width: 100%;
  display: block;
  margin-inline: auto;
}
.yk-header .header-right {
  padding-right: var(--space-2x);
  padding-bottom: var(--space-4x);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-2x);
}
@media (min-width: 1024px) {
  .yk-header .header-right {
    flex: 1 1 0;
    padding-bottom: var(--space-4x);
  }
}
.yk-header .header-right .right-top {
  display: flex;
  gap: var(--space-4x);
  align-items: center;
}
.yk-header .header-right .right-top .header-phone {
  color: var(--yk-color-orange);
  font-size: var(--text-22);
  font-weight: 800;
  display: flex;
  gap: var(--space-1x);
}
@media (max-width: 1023px) {
  .yk-header .header-right .right-top .header-phone {
    display: none;
  }
}
.yk-header .header-right .right-top .header-phone svg {
  width: 28px;
  fill: var(--yk-color-orange);
}
.yk-header .header-right .yk-button {
  font-size: var(--text-base);
}
@media (max-width: 567px) {
  .yk-header .header-right .yk-button {
    font-size: var(--text-sm);
    padding: var(--space-15x) var(--space-15x);
  }
}
@media (max-width: 374px) {
  .yk-header .header-right .yk-button {
    font-size: var(--text-xs);
    padding: var(--space-15x) var(--space-125x);
  }
}
@media (max-width: 1023px) {
  .yk-header .yk-nav-desktop {
    display: none;
  }
}
.yk-header .yk-nav-desktop nav {
  display: flex;
  gap: var(--space-4x);
  justify-content: center;
  margin-bottom: var(--space-2x);
}
.yk-header .yk-nav-desktop nav a {
  letter-spacing: -0.4px;
  font-weight: 800;
  font-size: var(--text-20);
  padding-top: 48px;
  color: var(--yk-color-brown);
}
.yk-header .yk-nav-desktop nav a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.yk-header .yk-nav-desktop nav a.md-selected {
  background-size: 48px;
  background-position: left top;
  background-repeat: no-repeat;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.yk-pageTitle {
  max-width: var(--yk-maxWidth);
  margin: 0 auto;
  padding: var(--space-4x) var(--space-2x);
}
.yk-pageTitle h1 {
  margin: 0;
}

.yk-content {
  padding-bottom: var(--space-8x);
  max-width: var(--yk-maxWidth);
  margin: 0 auto;
}

.yk-twoCols {
  padding-bottom: var(--space-8x);
  display: flex;
  gap: var(--space-2x);
  width: 100%;
  max-width: var(--yk-maxWidth);
  margin: 0 auto;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .yk-twoCols {
    flex-direction: column;
  }
}
.yk-twoCols .twoCols-main {
  display: flex;
  flex-direction: column;
  gap: var(--space-4x);
}

.yk-jump {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2x);
  margin-bottom: var(--space-4x);
  align-items: flex-end;
}
.yk-jump .jump-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-1x);
  margin-bottom: var(--space-4x);
}
.yk-jump img {
  max-width: 480px;
}
@media (max-width: 567px) {
  .yk-jump img {
    max-width: 100%;
  }
}
.yk-jump a {
  font-size: var(--text-20);
  font-weight: 800;
  position: relative;
  padding: var(--space-2x) var(--space-4x);
  border-radius: var(--round-2xl);
  corner-shape: superellipse(1.5);
  color: var(--this-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--this-background-md);
}

.yk-ingredients {
  position: fixed;
  top: 0;
  left: 0;
  padding: var(--space-2x);
  z-index: 30;
  display: flex;
  width: 100%;
  height: 100dvh;
  max-height: none;
  background-color: rgba(0, 0, 0, 0.33);
  justify-content: center;
  align-items: center;
}
.yk-ingredients .ingredients-loading {
  display: block;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  z-index: 200;
  box-sizing: border-box;
  border: 4px solid #fff;
  border-color: white transparent white transparent;
  animation-name: yk_loader;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  color: white;
}
@keyframes yk_loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.yk-ingredients .ingredients-loading.md-hidden {
  opacity: 0;
  display: none;
}
.yk-ingredients .ingredients-panel {
  position: relative;
  max-height: 90dvh;
  max-width: 480px;
  background-color: white;
  padding: var(--space-6x) var(--space-2x) var(--space-3x);
  box-shadow: 11px 11px 0 rgba(0, 0, 0, 0.11);
  border-radius: 33px;
  corner-shape: superellipse(1.5);
}
.yk-ingredients .ingredients-panel.md-hidden {
  display: none;
}
.yk-ingredients .ingredients-close {
  position: absolute;
  top: var(--space-1x);
  right: var(--space-1x);
  cursor: pointer;
  display: flex;
  color: var(--yk-color-green-text);
  font-weight: 800;
  font-size: var(--text-xs);
  align-items: center;
}
.yk-ingredients .ingredients-close svg {
  width: 48px;
  fill: var(--yk-color-green-text);
}
.yk-ingredients .ingredients-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-2x);
}
.yk-ingredients .ingredients-content .ingredients-recipe h4 {
  margin-bottom: var(--space-05x);
}
.yk-ingredients .ingredients-content .ingredients-recipe p {
  font-size: var(--text-sm);
  line-height: 1.35;
}
.yk-ingredients .ingredients-content .ingredients-recipe p strong {
  font-weight: 800;
}
.yk-ingredients .ingredients-content .ingredients-disclaimer {
  font-size: var(--text-xs);
}
.yk-ingredients.md-hidden {
  display: none;
}

.yk-separator {
  width: 140px;
  height: var(--space-125x);
  border-radius: 9999px;
  align-self: center;
  border-top: 5px dotted var(--this-color);
  margin-inline: auto;
  margin-top: var(--space-4x);
  margin-bottom: var(--space-3x);
}

.yk-weeklyMenu {
  display: flex;
  flex-direction: column;
  gap: var(--space-8x);
  width: 100%;
}
.yk-weeklyMenu .weeklyMenu-age {
  background: linear-gradient(150deg, var(--this-background-st) 0%, var(--this-background-lt) 80%, var(--this-background-st) 100%);
  corner-shape: superellipse(1.5);
  border-radius: var(--round-2xl);
  padding-block: var(--space-4x);
  transition-property: opacity;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
  opacity: 1;
  transition-duration: 500ms;
}
.yk-weeklyMenu .weeklyMenu-age h2 {
  text-align: center;
  color: var(--color-text);
  margin-bottom: var(--space-3x);
}
.yk-weeklyMenu .weeklyMenu-age h2 .sticky-inner {
  display: block;
  padding: var(--space-1x) var(--space-2x);
}
.yk-weeklyMenu .weeklyMenu-age.md-fadeout {
  opacity: 0;
}
.yk-weeklyMenu .weeklyMenu-age.md-hidden {
  display: none;
}
.yk-weeklyMenu .weeklyMenu-age .weeklyMenu-days {
  display: flex;
  flex-direction: column;
  gap: var(--space-15x);
  max-width: 880px;
  margin: 0 auto;
  padding-inline: var(--space-2x);
}
.yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day {
  display: flex;
  background-color: white;
  corner-shape: superellipse(1.5);
  border-radius: var(--round-2xl);
  flex-direction: column;
  gap: var(--space-1x);
  padding: var(--space-2x);
}
.yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day h3 {
  display: flex;
  gap: var(--space-2x);
}
@media (min-width: 768px) {
  .yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day {
    flex-direction: row;
    align-items: flex-start;
  }
  .yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day h3 {
    min-width: 180px;
    flex-direction: column;
    gap: 0;
  }
  .yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day ol {
    flex: 1 1 0;
  }
  .yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day ol li {
    margin-left: 0;
  }
  .yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day ol a {
    margin-left: 0;
  }
}
.yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day h3 {
  font-size: var(--text-20);
  color: var(--color-text);
}
.yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day h3 span {
  opacity: 0.5;
}
.yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day ol {
  list-style-position: inside;
  list-style: none;
  padding-left: 0;
  margin-left: var(--space-4x);
}
.yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day ol li {
  margin-bottom: var(--space-05x);
}
.yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day ol li::marker {
  opacity: 0.5;
}
.yk-weeklyMenu .weeklyMenu-age .weeklyMenu-day a {
  font-size: var(--text-sm);
  font-weight: 800;
  padding-left: var(--space-3x);
  margin-left: var(--space-4x);
  background-image: url("/images/tomato.svg");
  background-size: 16px 16px;
  background-position: left center;
  background-repeat: no-repeat;
}

.yk-sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}
.yk-sticky .sticky-probe {
  position: absolute;
  top: -1px;
  left: 0;
  width: 1px;
  height: 1px;
}
.yk-sticky.md-pinned {
  background-color: white;
}
.yk-sticky.md-pinned .sticky-inner {
  background-color: var(--this-background-md);
}

.yk-prices {
  display: flex;
  flex-direction: column;
  gap: var(--space-6x);
  width: 100%;
}
.yk-prices .prices-sizes-select {
  display: flex;
  gap: var(--space-1x);
  justify-content: center;
  align-items: baseline;
}
.yk-prices .prices-sizes-select a {
  font-weight: 800;
  background-color: var(--this-color);
  color: white;
  border-radius: var(--round-2xl);
  corner-shape: superellipse(1.5);
  padding: var(--space-1x);
}
.yk-prices .prices-age {
  border-radius: var(--round-3xl);
  corner-shape: superellipse(1.5);
  background: linear-gradient(150deg, var(--this-background-st) 0%, var(--this-background-lt) 65%, var(--this-background-st) 100%);
  padding-block: var(--space-4x);
  transition-property: opacity;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
  opacity: 1;
  transition-duration: 500ms;
}
.yk-prices .prices-age .prices-sizes {
  padding-inline: var(--space-2x);
}
.yk-prices .prices-age .prices-size {
  position: relative;
}
.yk-prices .prices-age.md-fadeout {
  opacity: 0;
}
.yk-prices .prices-age.md-hidden {
  display: none;
}
.yk-prices .prices-age h2 {
  text-align: center;
  color: var(--color-text);
  margin-bottom: var(--space-3x);
}
.yk-prices .prices-age h2 .sticky-inner {
  display: block;
  padding: var(--space-1x) var(--space-2x);
}
.yk-prices .prices-age h2 i {
  font-style: normal;
  font-size: 0.833em;
}
.yk-prices .prices-age p.prices-size-title {
  text-align: center;
  color: var(--color-text);
  font-size: var(--text-22);
  font-weight: 800;
  margin-top: var(--space-4x);
  margin-block: var(--space-2x);
}
.yk-prices .prices-age p.prices-size-title .sticky-inner {
  display: block;
  padding: var(--space-1x) var(--space-2x);
}
.yk-prices .prices-age .prices-orderTypes {
  display: flex;
  flex-direction: column;
  gap: var(--space-4x);
  max-width: 880px;
  margin: 0 auto;
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2x);
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType h3 {
  min-width: 200px;
  color: var(--color-text);
  font-size: var(--text-20);
  text-align: center;
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2x);
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item {
  background-color: white;
  padding: var(--space-2x);
  border-radius: var(--round-2xl);
  corner-shape: superellipse(1.5);
}
@media (min-width: 768px) {
  .yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item {
    padding: var(--space-3x) var(--space-4x);
  }
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item h4 {
  min-width: 200px;
  color: var(--color-text);
  font-size: var(--text-18);
  margin-bottom: var(--space-2x);
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table td, .yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table th {
  text-align: right;
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .item-caption {
  text-align: left;
  width: auto;
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .price-eur {
  display: inline-block;
  font-weight: 700;
  color: var(--yk-color-brown);
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .price-bgn {
  display: inline-block;
  font-size: 0.75em;
  font-weight: 500;
  color: var(--color-text);
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .price-total {
  width: 180px;
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .price-total .price-eur {
  width: 80px;
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .price-total .price-bgn {
  width: 70px;
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .price-per {
  width: 140px;
  font-size: 0.833em;
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .price-per .price-eur {
  width: 60px;
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .price-per .price-bgn {
  width: 50px;
}
@media (max-width: 665px) {
  .yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .price-total,
  .yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .price-per {
    width: 29%;
  }
  .yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .price-bgn,
  .yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table .price-eur {
    width: 100% !important;
  }
}
.yk-prices .prices-age .prices-orderTypes .prices-orderType .prices-itemType .itemType-item table sup {
  top: -0.3em;
  margin-left: 3px;
}

.yk-scrollH {
  margin-block: var(--space-2x);
}
@media (max-width: 1023px) {
  .yk-scrollH {
    max-width: 100%;
    overflow-x: auto;
  }
}

.yk-comparison-wrap {
  padding-inline: var(--space-2x);
  display: inline-block;
}
@media (max-width: 1023px) {
  .yk-comparison-wrap {
    padding-inline: 0;
  }
}

.yk-comparison {
  display: inline-block;
  background-color: white;
  border-radius: var(--round-2xl);
  corner-shape: superellipse(1.5);
  padding-inline: var(--space-2x);
  padding-block: var(--space-2x) var(--space-4x);
}
@media (max-width: 1023px) {
  .yk-comparison {
    padding-inline: 0;
    border-radius: 0;
  }
}
.yk-comparison table th {
  text-align: center;
}
.yk-comparison table td, .yk-comparison table th {
  width: 25%;
  padding-inline: var(--space-2x);
  vertical-align: top;
}
@media (max-width: 1023px) {
  .yk-comparison table td, .yk-comparison table th {
    width: 40vw;
    min-width: 40vw;
  }
}
@media (max-width: 665px) {
  .yk-comparison table td, .yk-comparison table th {
    width: 60vw;
    min-width: 60vw;
  }
}
@media (max-width: 479px) {
  .yk-comparison table td, .yk-comparison table th {
    width: 75vw;
    min-width: 75vw;
  }
}
.yk-comparison table td a:link, .yk-comparison table td a:visited {
  color: var(--this-color);
  font-weight: 800;
  letter-spacing: -0.4px;
}
.yk-comparison table td h4 {
  font-size: var(--text-24);
  color: var(--this-color);
}

table {
  width: 100%;
  border-collapse: collapse;
}
table tr {
  border-top: 2px dotted var(--color-border);
}
table tr:first-child {
  border-top: none;
}
table th {
  font-size: var(--text-xs);
  font-weight: 500;
}
table td, table th {
  padding-block: var(--space-15x);
}

.yk-foodNavigator {
  padding-inline: var(--space-2x);
  max-width: 880px;
  margin-inline: auto;
}
.yk-foodNavigator h3 {
  text-align: center;
  margin-top: var(--space-4x);
  margin-bottom: var(--space-2x);
}
.yk-foodNavigator table td, .yk-foodNavigator table th {
  width: 14%;
  text-align: center;
  vertical-align: top;
}
.yk-foodNavigator table td:nth-child(1), .yk-foodNavigator table th:nth-child(1) {
  width: 44%;
  text-align: left;
}
.yk-foodNavigator table td {
  text-wrap: balance;
}
.yk-foodNavigator table th {
  font-size: var(--text-base);
  font-weight: 700;
  padding-block: var(--space-2x);
}
.yk-foodNavigator table th .products-product {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  background-color: transparent;
  border: transparent;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-inline: auto;
}
.yk-foodNavigator table th .products-product span {
  display: block;
}
.yk-foodNavigator table th .products-product .product-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.yk-foodNavigator table th .products-product .product-shape svg {
  width: 100%;
  transition-property: fill;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
  fill: var(--this-background-md);
  fill: var(--this-color);
}
.yk-foodNavigator table th .products-product .product-content {
  z-index: 50;
  color: var(--this-color);
  line-height: 1;
  font-weight: 800;
  font-size: var(--text-sm);
  letter-spacing: -0.2px;
  text-align: center;
}
.yk-foodNavigator table th .products-product .product-content svg {
  margin: 0 auto;
  width: 58.88px;
  fill: var(--this-color);
}
.yk-foodNavigator table td span {
  display: block;
  font-size: var(--text-xs);
}
.yk-foodNavigator table td b {
  font-weight: 500;
  font-size: var(--text-lg);
  color: var(--yk-color-green);
  line-height: 24px;
}
.yk-foodNavigator table td i {
  font-weight: 900;
  font-style: normal;
  font-size: var(--text-xl);
  line-height: 24px;
  color: var(--yk-color-red);
}
@media (max-width: 767px) {
  .yk-foodNavigator table th .products-product .product-content {
    font-size: var(--text-sm);
  }
  .yk-foodNavigator table th .products-product .product-content svg {
    width: 53.312px;
  }
}
@media (max-width: 567px) {
  .yk-foodNavigator table th .products-product .product-content {
    font-size: var(--text-xs);
  }
  .yk-foodNavigator table th .products-product .product-content svg {
    width: 48px;
  }
}
@media (max-width: 389px) {
  .yk-foodNavigator {
    padding-inline: 0;
  }
  .yk-foodNavigator td {
    font-size: var(--text-17);
  }
  .yk-foodNavigator table td:nth-child(1) {
    padding-inline: var(--space-1x);
  }
  .yk-foodNavigator table th .products-product .product-content {
    font-size: var(--text-xs);
  }
  .yk-foodNavigator table th .products-product .product-content svg {
    width: 38.4px;
  }
}

.yk-ourFood {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  padding-inline: var(--space-2x);
  gap: var(--space-2x);
}
@media (max-width: 767px) {
  .yk-ourFood {
    grid-template-columns: 1fr;
  }
}
.yk-ourFood a {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: transparent;
  border-radius: var(--round-2xl);
  corner-shape: superellipse(1.5);
  letter-spacing: -0.2px;
  padding: var(--space-15x) var(--space-2x);
  border: 2px solid var(--yk-color-green-33);
}
.yk-ourFood a h3 {
  font-size: var(--text-24);
}
.yk-ourFood a h4 {
  font-size: var(--text-20);
}
.yk-ourFood a h3, .yk-ourFood a h4 {
  color: var(--color-link);
}
.yk-ourFood a p {
  color: var(--color-text);
  margin-block: var(--space-1x);
}
.yk-ourFood a span {
  font-weight: 800;
  align-self: flex-end;
}

.yk-pickupIntro {
  margin-bottom: var(--space-4x);
}

.yk-pickupLocations {
  display: flex;
  flex-direction: column;
  padding-inline: var(--space-2x);
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
}
.yk-pickupLocations .pickupLocations-jump {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  color: var(--yk-color-green);
  background-color: white;
  border-radius: var(--round-2xl);
  corner-shape: superellipse(1.5);
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: var(--text-20);
  letter-spacing: -0.2px;
  padding: var(--space-2x) var(--space-2x);
  border: 2px solid var(--yk-color-green-33);
  cursor: pointer;
  margin: 0 auto;
  align-self: stretch;
  background-image: url("/images/icons/search-filled-green.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px;
}
.yk-pickupLocations h2 span, .yk-pickupLocations h3 span {
  background-color: transparent;
  transition-timing-function: linear;
  transition-duration: 500ms;
  transition-delay: 0s;
}
.yk-pickupLocations .pickupLocations-city {
  display: flex;
  flex-direction: column;
  gap: var(--space-2x);
}
.yk-pickupLocations .pickupLocations-city li {
  margin: 0;
}
@media (max-width: 719px) {
  .yk-pickupLocations .pickupLocations-city {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 567px) {
  .yk-pickupLocations .pickupLocations-city {
    grid-template-columns: 1fr;
  }
}
.yk-pickupLocations .pickupLocations-city h2 {
  text-align: left;
}
.yk-pickupLocations .pickupLocations-city .city-neighborhood {
  display: flex;
  flex-direction: column;
  gap: var(--space-1x);
  padding-left: var(--space-4x);
}
@media (max-width: 567px) {
  .yk-pickupLocations .pickupLocations-city .city-neighborhood {
    padding-left: 0;
  }
}
.yk-pickupLocations .pickupLocations-city .city-neighborhood .city-location {
  padding-left: var(--space-4x);
  text-wrap: balance;
}
@media (max-width: 567px) {
  .yk-pickupLocations .pickupLocations-city .city-neighborhood .city-location {
    padding-left: var(--space-2x);
  }
}
.yk-pickupLocations .pickupLocations-city .city-neighborhood .city-location h4 {
  color: var(--color-text);
  font-weight: 700;
  font-size: var(--text-20);
  display: inline-block;
}

.yk-actions {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding-inline: var(--space-2x);
  gap: var(--space-1x);
  margin-bottom: var(--space-2x);
}

.yk-filter {
  padding-inline: var(--space-2x);
  margin-bottom: var(--space-4x);
  margin-inline: auto;
}
.yk-filter .filter-options {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, auto);
  gap: var(--space-2x);
}
@media (min-width: 568px) {
  .yk-filter .filter-options {
    grid-template-columns: repeat(4, auto);
  }
}
.yk-filter.md-active .filter-option .option-shape svg {
  fill: var(--this-background-md);
}
.yk-filter.md-active .filter-option .option-content {
  color: var(--this-color);
}
.yk-filter.md-active .filter-option .option-content svg {
  fill: var(--this-color);
}
.yk-filter.md-active .filter-option:hover .option-content {
  color: white;
}
.yk-filter.md-active .filter-option:hover .option-content svg {
  fill: white;
}
.yk-filter .filter-option {
  appearance: none;
  background-color: transparent;
  border: transparent;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  width: 108px;
  height: 96px;
  padding: 0;
}
.yk-filter .filter-option span {
  display: block;
}
.yk-filter .filter-option .option-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.yk-filter .filter-option .option-shape svg {
  width: 100%;
  transition-property: fill;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
  fill: var(--this-background-md);
  fill: var(--this-color);
}
.yk-filter .filter-option .option-content {
  z-index: 50;
  color: var(--this-color);
  color: white;
  line-height: 1;
  font-weight: 800;
  font-size: var(--text-18);
  letter-spacing: -0.2px;
  text-align: center;
}
.yk-filter .filter-option .option-content svg {
  margin: 0 auto;
  width: 64px;
  fill: var(--this-color);
  fill: white;
}
.yk-filter .filter-option .option-content .option-gr {
  font-size: var(--text-14);
}
.yk-filter .filter-option:hover .option-shape svg {
  fill: var(--this-background-st);
  fill: var(--this-color-hover);
}
.yk-filter .filter-option.md-selected .option-shape svg {
  fill: var(--this-color);
}
.yk-filter .filter-option.md-selected .option-content {
  color: white;
}
.yk-filter .filter-option.md-selected .option-content svg {
  fill: white;
}
.yk-filter .filter-clear {
  margin: 0 auto;
  color: var(--yk-color-green);
  appearance: none;
  background-color: transparent;
  display: flex;
  gap: var(--space-1x);
  align-items: center;
  font-weight: 800;
  padding: var(--space-2x);
  border: 2px solid transparent;
  cursor: pointer;
}
.yk-filter .filter-clear svg {
  width: 24px;
  fill: var(--yk-color-green);
}
.yk-filter .filter-clear.md-hidden {
  display: none;
}

.yk-filter2 {
  padding-inline: var(--space-2x);
  margin-bottom: var(--space-4x);
  margin-inline: auto;
}
.yk-filter2 .filter-options {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, auto);
  gap: var(--space-2x);
}
@media (min-width: 568px) {
  .yk-filter2 .filter-options {
    grid-template-columns: repeat(4, auto);
  }
}
.yk-filter2 .filter-option {
  appearance: none;
  background-color: transparent;
  border: transparent;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  width: 108px;
  height: 96px;
  padding: 0;
}
.yk-filter2 .filter-option span {
  display: block;
}
.yk-filter2 .filter-option .option-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.yk-filter2 .filter-option .option-shape svg {
  width: 100%;
  transition-property: fill;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
  fill: var(--this-background-md);
}
.yk-filter2 .filter-option .option-content {
  z-index: 50;
  color: var(--this-color);
  line-height: 1;
  font-weight: 800;
  font-size: var(--text-18);
  letter-spacing: -0.2px;
  text-align: center;
}
.yk-filter2 .filter-option .option-content svg {
  margin: 0 auto;
  width: 64px;
  fill: var(--this-color);
}
.yk-filter2 .filter-option .option-content .option-gr {
  font-size: var(--text-14);
}
.yk-filter2 .filter-option:hover .option-shape svg {
  fill: var(--this-background-st);
}
.yk-filter2 .filter-option.md-selected .option-shape svg {
  fill: var(--this-color);
}
.yk-filter2 .filter-option.md-selected .option-content {
  color: white;
}
.yk-filter2 .filter-option.md-selected .option-content svg {
  fill: white;
}
.yk-filter2 .filter-clear {
  margin: 0 auto;
  color: var(--yk-color-green);
  appearance: none;
  background-color: transparent;
  display: flex;
  gap: var(--space-1x);
  align-items: center;
  font-weight: 800;
  padding: var(--space-2x);
  border: 2px solid transparent;
  cursor: pointer;
}
.yk-filter2 .filter-clear svg {
  width: 24px;
  fill: var(--yk-color-green);
}
.yk-filter2 .filter-clear.md-hidden {
  display: none;
}

.yk-products {
  padding-inline: var(--space-2x);
  margin-block: var(--space-6x);
  margin-inline: auto;
}
.yk-products h2 {
  text-align: center;
  margin-block: var(--space-4x);
}
.yk-products .products-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, auto);
  gap: var(--space-2x);
}
@media (min-width: 568px) {
  .yk-products .products-list {
    grid-template-columns: repeat(4, auto);
  }
}
.yk-products .products-product {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  background-color: transparent;
  border: transparent;
  position: relative;
  cursor: pointer;
  width: 153.36px;
  height: 136.32px;
  padding: 0;
}
.yk-products .products-product span {
  display: block;
}
.yk-products .products-product .product-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.yk-products .products-product .product-shape svg {
  width: 100%;
  transition-property: fill;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
  fill: var(--this-background-md);
}
.yk-products .products-product .product-content {
  z-index: 50;
  color: var(--this-color);
  line-height: 1;
  font-weight: 800;
  font-size: var(--text-20);
  letter-spacing: -0.2px;
  text-align: center;
}
.yk-products .products-product .product-content svg {
  margin: 0 auto;
  width: 90.88px;
  fill: var(--this-color);
}
.yk-products .products-product .product-content .product-info {
  margin-top: var(--space-05x);
  padding-inline: var(--space-3x);
  font-size: var(--text-xs);
  color: var(--color-gray-lt);
}
.yk-products .products-product:hover .option-shape svg {
  fill: var(--this-background-st);
}

.yk-products2 {
  padding-inline: var(--space-2x);
  margin-bottom: var(--space-4x);
  margin-inline: auto;
}
.yk-products2 h2 {
  text-align: center;
  margin-block: var(--space-4x);
}
.yk-products2 .products-instruction {
  text-align: center;
  padding: var(--space-2x);
  margin-top: var(--space-1x);
}
.yk-products2 .products-list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, auto);
  gap: var(--space-2x);
}
@media (min-width: 568px) {
  .yk-products2 .products-list {
    grid-template-columns: repeat(4, auto);
  }
}
.yk-products2.md-active .products-instruction {
  display: none;
}
.yk-products2.md-active .product-clear {
  display: flex;
}
.yk-products2.md-active .products-product .product-shape svg {
  fill: var(--this-background-md);
}
.yk-products2.md-active .products-product .product-content {
  color: var(--this-color);
}
.yk-products2.md-active .products-product .product-content svg {
  fill: var(--this-color);
}
.yk-products2.md-active .products-product .product-content .product-info {
  margin-top: var(--space-05x);
  padding-inline: var(--space-3x);
  font-size: var(--text-xs);
  color: var(--color-gray-lt);
}
.yk-products2.md-active .products-product:hover .product-content {
  color: white;
}
.yk-products2.md-active .products-product:hover .product-content svg {
  fill: white;
}
.yk-products2.md-active .products-product:hover .product-content .product-info {
  color: white;
}
.yk-products2 .products-product {
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  background-color: transparent;
  border: transparent;
  position: relative;
  cursor: pointer;
  width: 153.36px;
  height: 136.32px;
  padding: 0;
}
.yk-products2 .products-product span {
  display: block;
}
.yk-products2 .products-product .product-shape {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.yk-products2 .products-product .product-shape svg {
  width: 100%;
  transition-property: fill;
  transition-timing-function: var(--animation-timing);
  transition-duration: var(--animation-duration);
  transition-delay: 0s;
  fill: var(--this-background-md);
  fill: var(--this-color);
}
.yk-products2 .products-product .product-content {
  z-index: 50;
  color: white;
  line-height: 1;
  font-weight: 800;
  font-size: var(--text-18);
  letter-spacing: -0.2px;
  text-align: center;
}
.yk-products2 .products-product .product-content svg {
  margin: 0 auto;
  width: 90.88px;
  fill: var(--this-color);
  fill: white;
}
.yk-products2 .products-product .product-content .product-info {
  margin-top: var(--space-05x);
  padding-inline: var(--space-3x);
  font-size: var(--text-xs);
  color: white;
}
.yk-products2 .products-product:hover .product-shape svg {
  fill: var(--this-background-st);
  fill: var(--this-color-hover);
}
.yk-products2 .products-product.md-selected .product-shape svg {
  fill: var(--this-color);
}
.yk-products2 .products-product.md-selected .product-content {
  color: white;
}
.yk-products2 .products-product.md-selected .product-content svg {
  fill: white;
}
.yk-products2 .products-product.md-selected .product-content .product-info {
  color: white;
}
.yk-products2 .product-clear {
  margin: 0 auto;
  color: var(--yk-color-green);
  appearance: none;
  background-color: transparent;
  display: none;
  gap: var(--space-1x);
  align-items: center;
  font-weight: 800;
  padding: var(--space-2x);
  border: 2px solid transparent;
  cursor: pointer;
  margin-top: var(--space-1x);
}
.yk-products2 .product-clear svg {
  width: 24px;
  fill: var(--yk-color-green);
}

.yk-text {
  padding-inline: var(--space-2x);
}
.yk-text p {
  margin-bottom: var(--space-15x);
}
.yk-text h2, .yk-text h3, .yk-text h4, .yk-text h5, .yk-text h6 {
  margin-top: var(--space-3x);
  margin-bottom: var(--space-15x);
}
.yk-text a:link,
.yk-text a:visited {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

p em, h2 em, h3 em {
  font-style: normal;
  background-color: transparent;
  transition-timing-function: linear;
  transition-duration: 500ms;
  transition-delay: 0s;
}

.yk-scrollHighlight > p em,
.yk-scrollHighlight > h2 em,
.yk-scrollHighlight > h3 em {
  background-color: #FFED94;
}

.yk-colorBlock {
  padding-block: var(--space-4x);
  border-radius: var(--round-3xl);
  corner-shape: superellipse(1.5);
  background: linear-gradient(150deg, var(--this-background-st) 0%, var(--this-background-lt) 65%, var(--this-background-st) 100%);
  margin-bottom: var(--space-4x);
}
.yk-colorBlock h2 {
  margin: 0 !important;
  text-align: center;
}
.yk-colorBlock .yk-text {
  max-width: 880px;
  margin-inline: auto;
}

.yk-deliveringTo ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--space-05x);
  margin-block: var(--space-4x);
}
.yk-deliveringTo ul li {
  margin: 0;
}
@media (max-width: 719px) {
  .yk-deliveringTo ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 567px) {
  .yk-deliveringTo ul {
    grid-template-columns: 1fr;
  }
}

.yk-schedule .schedule-illu {
  display: flex;
  gap: var(--space-1x);
  justify-content: center;
  margin-block: var(--space-3x);
}
.yk-schedule .schedule-illu div {
  background-color: white;
  border-radius: var(--round-2xl);
  corner-shape: superellipse(1.5);
  padding: var(--space-15x) var(--space-05x);
  text-align: center;
  font-weight: 700;
}
.yk-schedule .schedule-illu div p {
  margin: 0;
  line-height: 1.25;
}
.yk-schedule .schedule-illu div p span {
  display: none;
}
.yk-schedule .schedule-illu div p b {
  display: block;
  font-weight: 700;
  font-size: var(--text-sm);
}
.yk-schedule .schedule-illu div p:first-child {
  color: var(--color-gray-lt);
  margin-bottom: var(--space-05x);
  font-size: var(--text-xs);
}
@media (max-width: 567px) {
  .yk-schedule .schedule-illu div {
    width: 59px;
  }
  .yk-schedule .schedule-illu div span:nth-child(2) {
    display: inline;
  }
}
@media (min-width: 567px) and (max-width: 767px) {
  .yk-schedule .schedule-illu div {
    width: 90px;
  }
  .yk-schedule .schedule-illu div span:nth-child(2) {
    display: inline;
  }
}
@media (min-width: 768px) {
  .yk-schedule .schedule-illu div {
    width: 120px;
  }
  .yk-schedule .schedule-illu div span:nth-child(3) {
    display: inline;
  }
}
.yk-schedule ul {
  margin-bottom: var(--space-2x);
}

.yk-cookiesMessage {
  position: fixed;
  width: 100%;
  max-width: 420px;
  bottom: var(--space-2x);
  left: var(--space-2x);
  padding: var(--space-3x) var(--space-2x);
  z-index: 5000;
  background-color: white;
  border: 0;
  border-radius: var(--round-md);
  display: none;
}
@media (max-width: 479px) {
  .yk-cookiesMessage {
    max-width: none;
    border-radius: 0;
    bottom: 0;
    left: 0;
  }
}
.yk-cookiesMessage p, .yk-cookiesMessage a {
  font-size: var(--text-sm);
}
.yk-cookiesMessage a {
  align-self: center;
  font-weight: 700;
}
.yk-cookiesMessage.md-show {
  display: block;
}
.yk-cookiesMessage .cookiesMessage-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-2x);
}
.yk-cookiesMessage .cookiesMessage-inner div {
  display: flex;
  flex-direction: column;
  gap: var(--space-1x);
}
.yk-cookiesMessage .cookiesMessage-inner .yk-button {
  justify-content: center;
  padding: var(--space-05x);
}
.yk-cookiesMessage::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.yk-cookiesMessage {
  max-height: 90dvh;
  overflow-y: scroll;
}
@media (max-width: 479px) {
  .yk-cookiesMessage {
    height: 100dvh;
    max-height: none;
    background-color: rgba(0, 0, 0, 0.33);
    padding: var(--space-3x);
    justify-content: center;
    align-items: center;
  }
  .yk-cookiesMessage.md-show {
    display: flex;
  }
  .yk-cookiesMessage .cookiesMessage-inner {
    max-height: 80dvh;
    overflow-y: scroll;
    padding: var(--space-3x);
    background-color: white;
    border-radius: var(--round-xl);
  }
}
