@font-face {
    font-family: "wpf5bb335";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/23f482/fonts/space-grotesk-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpf5bb335";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/23f482/fonts/space-grotesk-400.woff2) format("woff2");
}
:root {
    --fxvk: #657a2b;
    --ixjw: #4a5a1f;
    --lphk: #c96f3a;
    --wqt8: #f9faf4;
    --hj48: #ffffff;
    --av14: #2b3115;
    --c1ej: #71795a;
    --uytn: #e4e9d3;
    --t4sv: #ffffff;
    --ljh7: #ffffff;
    --d9lm: #edefe6;
    --y8il: #f9eee7;
    --ujol: "wpf5bb335", "Segoe UI", Roboto, Arial, sans-serif;
    --of68: "wpf5bb335", "Trebuchet MS", "Segoe UI", sans-serif;
    --du6t: 700;
    --b0ti: -0.03em;
    --i6e6: 46rem;
    --eedf: 72rem;
    --eivo: 1.5rem;
    --omrn: 1.65;
    --v36s: 3rem;
    --c7de: 1rem;
    --dwqx: 14px;
}

/* Вигляд картки один на сайт: рамка, пласка або з тінню. Кути, повітря і рамки
   формують перцептивний відбиток не менше за колір, а коштує це три змінні. */

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

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

h1, h2, h3 {
    margin: 0;
    font-family: var(--ujol);
    font-weight: var(--du6t);
    letter-spacing: var(--b0ti);
    line-height: 1.22;
}

p {
    margin: 0;
}

dl, dt, dd {
    margin: 0;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

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

svg {
    flex: none;
    display: block;
}


button {
    font: inherit;
    border: 0;
    color: inherit;
    background: none;
    padding: 0;
    margin: 0;
}

input, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

summary {
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

[id] {
    scroll-margin-top: 1.5rem;
}

/* каркас */

.eh-page {
    margin: 0;
    background: var(--wqt8);
    color: var(--av14);
    font-family: var(--of68);
    font-size: 17px;
    line-height: var(--omrn);
    -webkit-font-smoothing: antialiased;
}

.eh-main {
    display: block;
}

.eh-ribbon {
    max-width: var(--eedf);
    padding: 0 var(--eivo);
    margin: 0 auto;
    width: 100%;
}

.eh-measure {
    margin: 0 auto;
    width: 100%;
    padding: 0 var(--eivo);
    max-width: var(--i6e6);
}

.eh-area {
    padding: var(--v36s) 0;
}

.eh-area__heading {
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
}

.eh-ref {
    color: var(--fxvk);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.eh-button {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border: 0;
    border-radius: var(--dwqx);
    background: var(--fxvk);
    color: var(--t4sv);
    font-weight: 600;
    cursor: pointer;
}

.eh-doc {
    gap: 1rem;
    display: grid;
}

.eh-prose {
    color: var(--av14);
}

.eh-rev {
    font-size: 0.86rem;
    margin-top: 0.5rem;
    color: var(--c1ej);
}

/* шапка */

.eh-brandbar {
    background: var(--hj48);
    border-bottom: 1px solid var(--uytn);
}

.eh-brandbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.eh-brandbar__brand {
    display: inline-flex;
    align-items: center;
}

.eh-brandbar__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--ujol);
    font-weight: 700;
    font-size: 1.15rem;
}

.eh-brandbar__menu {
    align-items: center;
    display: flex;
    gap: 1.1rem;
}

.eh-brandbar__ref {
    color: var(--c1ej);
    font-size: 0.95rem;
}

.eh-brandbar__ref:hover {
    color: var(--av14);
}

.eh-brandbar__phone {
    color: var(--fxvk);
    gap: 0.4rem;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.eh-brandbar__strip {
    font-size: 0.85rem;
    background: var(--d9lm);
}

.eh-brandbar__strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.eh-brandbar__hours {
    color: var(--c1ej);
}

/* перший екран */

.eh-top {
    border-bottom: 1px solid var(--uytn);
    background: var(--hj48);
}

.eh-top__inner {
    gap: 2rem;
    align-items: center;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
}

.eh-top__heading {
    font-size: 2.05rem;
}

.eh-top__intro {
    color: var(--av14);
    margin-top: 0.9rem;
}

.eh-top__notice {
    padding: 0.75rem 0.9rem;
    display: flex;
    margin-top: 1.1rem;
    font-size: 0.95rem;
    background: var(--y8il);
    border-radius: var(--dwqx);
    gap: 0.55rem;
    align-items: flex-start;
}

.eh-top__notice-icon {
    color: var(--lphk);
    margin-top: 0.15rem;
}

.eh-top__shot {
    border-radius: var(--dwqx);
    overflow: hidden;
    margin: 0;
}

.eh-top__shot img {
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
}

.eh-top__flat .eh-top__heading {
    max-width: 34rem;
}

.eh-top__wide {
    overflow: hidden;
    margin: 1.4rem 0;
}

.eh-top__wide img {
    height: clamp(11rem, 26vw, 20rem);
    display: block;
    width: 100%;
    object-fit: cover;
}

.eh-top__facts {
    display: grid;
    margin-top: 1.3rem;
    gap: 0.5rem;
}

.eh-top__fact {
    display: flex;
    gap: 0.55rem;
    font-size: 0.95rem;
    align-items: flex-start;
}

.eh-top__fact-icon {
    margin-top: 0.15rem;
    color: var(--fxvk);
}

/* категорії */

.eh-cats__grid {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    display: grid;
    gap: 1rem;
}

.eh-cat {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--uytn);
    border-radius: var(--dwqx);
    background: var(--hj48);
}

.eh-cat__heading {
    font-family: var(--ujol);
    font-weight: var(--du6t);
    font-size: 1.05rem;
}

.eh-cat__sub {
    color: var(--c1ej);
    font-size: 0.92rem;
}

.eh-cats__stack {
    display: grid;
}

.eh-cat__bar {
    padding: 0.85rem 0;
    gap: 1rem;
    display: grid;
    grid-template-columns: 12rem 1fr;
    border-top: 1px solid var(--uytn);
}

.eh-cat__bar:last-child {
    border-bottom: 1px solid var(--uytn);
}

/* товари */

.eh-goods {
    background: var(--hj48);
}

.eh-goods__upper {
    justify-content: space-between;
    gap: 1rem;
    display: flex;
    align-items: baseline;
}

.eh-goods__count {
    color: var(--c1ej);
    font-size: 0.9rem;
}

.eh-goods__grid {
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    display: grid;
}

.eh-goods__grid .eh-good {
    display: grid;
    align-content: start;
    gap: 0.4rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--uytn);
    border-radius: var(--dwqx);
    background: var(--wqt8);
}

.eh-good__figure {
    border-radius: var(--dwqx) var(--dwqx) 0 0;
    overflow: hidden;
    margin: -1rem -1.1rem 0.6rem;
}

.eh-good__figure img {
    width: 100%;
    object-fit: cover;
    height: 11rem;
    display: block;
}

.eh-good__thumb {
    overflow: hidden;
    border-radius: var(--dwqx);
    width: 4.5rem;
    flex: none;
    margin: 0;
}

.eh-good__thumb img {
    object-fit: cover;
    width: 100%;
    height: 4.5rem;
    display: block;
}

.eh-good__name {
    font-size: 1rem;
}

.eh-good__sub {
    font-size: 0.9rem;
    color: var(--c1ej);
}

.eh-good__price {
    font-family: var(--ujol);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--fxvk);
}

.eh-price__stack {
    display: grid;
}

.eh-price__stack .eh-good {
    align-items: center;
    border-top: 1px dotted var(--uytn);
    gap: 1rem;
    justify-content: space-between;
    display: flex;
    padding: 0.85rem 0;
}

.eh-price__stack .eh-good__main {
    flex: 1;
}

.eh-price__stack .eh-good:last-child {
    border-bottom: 1px dotted var(--uytn);
}

.eh-good__main {
    display: grid;
    gap: 0.15rem;
}

.eh-goods__few {
    grid-template-columns: repeat(auto-fit, minmax(14rem, 19rem));
    justify-content: start;
}

.eh-good__end {
    margin-top: 0.2rem;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 0.7rem;
    display: flex;
}

.eh-good__end-side {
    flex: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4rem;
}

.eh-good__off {
    display: none !important;
}

.eh-good__out {
    opacity: 0.62;
}

.eh-good__out .eh-good__price {
    color: var(--c1ej);
    text-decoration: line-through;
}

.eh-good__ask {
    /* justify-self, а не align-self: усередині гріда картки друге тягне кнопку по
       вертикалі, а по горизонталі вона лишається на всю ширину рядка. */
    justify-self: start;
    align-self: start;
    margin-top: 0.35rem;
    padding: 0.28rem 0.7rem;
    border: 1px solid var(--uytn);
    border-radius: var(--dwqx);
    background: transparent;
    color: var(--fxvk);
    font-size: 0.85rem;
    cursor: pointer;
}

.eh-good__ask:hover {
    border-color: var(--fxvk);
}

.eh-cat, .eh-cat__bar {
    text-align: left;
    cursor: pointer;
    width: 100%;
}

.eh-cat__on {
    border-color: var(--fxvk);
    background: var(--d9lm);
}

.eh-cats__grid .eh-cat__on {
    border-color: var(--fxvk);
}

/* Кнопка "показати все" тільки з підписом, тому їй потрібна власна висота. */
.eh-cat__all {
    min-height: 3.2rem;
    align-content: center;
    color: var(--fxvk);
}

.eh-good__status {
    border-radius: 999px;
    white-space: nowrap;
    background: var(--y8il);
    padding: 0.1rem 0.5rem;
    font-size: 0.78rem;
    color: var(--lphk);
}

/* широкі рядки товарів */

.eh-wide__stack {
    gap: 0.9rem;
    display: grid;
}

.eh-goods__wide .eh-good {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--uytn);
    border-radius: var(--dwqx);
    background: var(--wqt8);
}

.eh-good__side {
    margin: 0;
    flex: none;
    width: 5.5rem;
    overflow: hidden;
    border-radius: var(--dwqx);
}

.eh-good__side img {
    display: block;
    width: 100%;
    height: 5.5rem;
    object-fit: cover;
}

.eh-goods__wide .eh-good__main {
    justify-items: start;
    gap: 0.2rem;
    display: grid;
    flex: 1;
}

.eh-good__price-crate {
    flex: none;
    white-space: nowrap;
}

/* візит: години, орієнтир, зона доставки */

.eh-visit__inner {
    align-items: start;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
}

.eh-hours__stack {
    display: grid;
}

.eh-hours__bar {
    justify-content: space-between;
    padding: 0.45rem 0;
    gap: 1rem;
    align-items: baseline;
    border-bottom: 1px dotted var(--uytn);
    display: flex;
}

.eh-hours__day {
    color: var(--av14);
}

.eh-hours__time {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: var(--c1ej);
}

.eh-visit__notes {
    display: grid;
    padding-top: 0.4rem;
    gap: 0.8rem;
}

.eh-visit__sub {
    font-size: 0.96rem;
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
}

.eh-visit__icon {
    color: var(--fxvk);
    margin-top: 0.2rem;
}

.eh-visit__since {
    font-size: 0.9rem;
    color: var(--c1ej);
}

.eh-visit__stack .eh-hours__stack {
    margin-bottom: 1.1rem;
}

.eh-visit__stack .eh-visit__sub {
    margin-bottom: 0.5rem;
}

.eh-top__since {
    color: var(--c1ej);
    font-size: 0.92rem;
    margin-top: 0.6rem;
}

.eh-top__side .eh-top__inner {
    grid-template-columns: 0.85fr 1.15fr;
}

/* доставка */

.eh-ship__ribbon {
    background: var(--d9lm);
}

.eh-ship__shot {
    margin: 1.4rem auto 0;
    max-width: var(--eedf);
    overflow: hidden;
    padding: 0 var(--eivo);
}

.eh-ship__shot img {
    height: clamp(9rem, 20vw, 15rem);
    display: block;
    width: 100%;
    border-radius: var(--dwqx);
    object-fit: cover;
}

.eh-ship__inner {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1.6fr 1fr;
}

.eh-ship__copy {
    display: grid;
    gap: 0.9rem;
}

.eh-ship__aside {
    display: grid;
    border-radius: var(--dwqx);
    background: var(--hj48);
    padding: 1.1rem;
    gap: 0.35rem;
}

.eh-ship__aside-key {
    font-family: var(--ujol);
    font-weight: 700;
}

.eh-ship__aside-val {
    font-size: 0.93rem;
    color: var(--c1ej);
}

/* форма замовлення */

.eh-ask__sub {
    margin-bottom: 1.1rem;
    color: var(--c1ej);
}

.eh-ask__form {
    gap: 0.85rem;
    display: grid;
}

.eh-ask__bar {
    gap: 0.85rem;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.eh-ask__field {
    display: grid;
    gap: 0.3rem;
}

.eh-ask__label {
    color: var(--c1ej);
    font-size: 0.88rem;
}

.eh-ask__input {
    width: 100%;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--uytn);
    border-radius: var(--dwqx);
    background: var(--hj48);
    font-family: inherit;
    font-size: 1rem;
}

.eh-ask__input:focus {
    outline: 2px solid var(--fxvk);
    outline-offset: 1px;
}

.eh-ask__area {
    resize: vertical;
}

.eh-ask__send {
    justify-self: start;
    padding: 0.7rem 1.6rem;
    border: 0;
    border-radius: var(--dwqx);
    background: var(--fxvk);
    color: var(--t4sv);
    font-weight: 600;
    cursor: pointer;
}

.eh-ask__after {
    color: var(--c1ej);
    font-size: 0.9rem;
}

.eh-ask__form-sent .eh-ask__after {
    color: var(--lphk);
    font-weight: 600;
}

.eh-ask__split {
    background: var(--hj48);
}

.eh-ask__inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    align-items: start;
}

.eh-ask__side {
    display: grid;
    gap: 0.5rem;
    padding: 1.2rem;
    border: 1px solid var(--uytn);
    border-radius: var(--dwqx);
}

.eh-ask__phone {
    font-family: var(--ujol);
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--fxvk);
}

.eh-ask__side-sub {
    color: var(--c1ej);
    font-size: 0.9rem;
}

/* новини */

.eh-log__heading {
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.eh-log__stack {
    gap: 0.5rem 1.2rem;
    display: grid;
    grid-template-columns: auto 1fr;
}

.eh-log__date {
    color: var(--c1ej);
    font-size: 0.86rem;
    white-space: nowrap;
}

.eh-log__sub {
    font-size: 0.96rem;
}

.eh-log__grid {
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    display: grid;
    gap: 1rem;
}

.eh-log__tile {
    display: grid;
    padding: 1rem;
    border-left: 2px solid var(--fxvk);
    background: var(--hj48);
    gap: 0.35rem;
}

/* питання */

.eh-asks__stack {
    display: grid;
    gap: 0.6rem;
}

.eh-asks__point {
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--uytn);
    border-radius: var(--dwqx);
    background: var(--hj48);
}

.eh-asks__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--ujol);
    font-weight: var(--du6t);
    list-style: none;
}

.eh-asks__q::-webkit-details-marker {
    display: none;
}

.eh-asks__sign {
    color: var(--c1ej);
}

.eh-asks__a {
    margin-top: 0.6rem;
    color: var(--c1ej);
}

.eh-asks__open .eh-asks__a {
    margin-top: 0.35rem;
}

/* адреса */

.eh-where {
    border-top: 1px solid var(--uytn);
}

.eh-where__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1.2rem;
}

.eh-where__point {
    grid-template-columns: auto 1fr;
    gap: 0.2rem 0.6rem;
    align-items: start;
    display: grid;
}

.eh-where__icon {
    color: var(--fxvk);
    grid-row: span 2;
}

.eh-where__key {
    font-family: var(--ujol);
    font-weight: 700;
}

.eh-where__val {
    color: var(--c1ej);
    font-size: 0.93rem;
}

.eh-where__crate {
    gap: 0.4rem;
    padding: 1.3rem;
    background: var(--d9lm);
    border-radius: var(--dwqx);
    display: grid;
    text-align: center;
}

.eh-where__rule {
    font-size: 0.97rem;
}

.eh-where__hours {
    color: var(--c1ej);
}

.eh-where__phone {
    font-family: var(--ujol);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--fxvk);
}

/* заголовок внутрішньої сторінки */

.eh-phead {
    background: var(--hj48);
    border-bottom: 1px solid var(--uytn);
    padding: 2rem 0 1.2rem;
}

.eh-phead__tint {
    background: var(--d9lm);
}

.eh-phead__inner {
    display: grid;
    gap: 0.4rem;
}

.eh-phead__back {
    color: var(--fxvk);
    font-size: 0.88rem;
}

.eh-phead__heading {
    font-size: 1.75rem;
}

.eh-phead__sub {
    color: var(--c1ej);
}

/* контакти */

.eh-cinfo {
    display: grid;
}

.eh-cinfo__bar {
    grid-template-columns: 14rem 1fr;
    border-top: 1px solid var(--uytn);
    display: grid;
    gap: 1rem;
    padding: 0.8rem 0;
}

.eh-cinfo__bar:last-child {
    border-bottom: 1px solid var(--uytn);
}

.eh-cinfo__key {
    gap: 0.5rem;
    align-items: center;
    font-size: 0.93rem;
    display: flex;
    color: var(--c1ej);
}

.eh-cinfo__icon {
    color: var(--fxvk);
}

.eh-cinfo__val {
    font-size: 0.97rem;
}

/* 404 */

.eh-nf {
    padding: 4rem 0;
    text-align: center;
}

.eh-nf__heading {
    font-size: 1.8rem;
}

.eh-nf__copy {
    margin: 0.7rem 0 1.4rem;
    color: var(--c1ej);
}

/* підвал */

.eh-end {
    border-top: 1px solid var(--uytn);
    background: var(--hj48);
    margin-top: var(--v36s);
}

.eh-end__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 1.8rem;
    padding-bottom: 1.2rem;
}

.eh-end__brand {
    gap: 0.25rem;
    display: grid;
}

.eh-end__name {
    font-family: var(--ujol);
    font-weight: 700;
    font-size: 1.05rem;
}

.eh-end__sub {
    font-size: 0.9rem;
    color: var(--c1ej);
}

.eh-end__menu {
    gap: 0.4rem 1.1rem;
    flex-wrap: wrap;
    display: flex;
}

.eh-end__ref {
    color: var(--c1ej);
    font-size: 0.9rem;
}

.eh-end__ref:hover {
    color: var(--av14);
}

.eh-end__bottom {
    flex-wrap: wrap;
    gap: 0.4rem 1.2rem;
    padding-bottom: 1.6rem;
    display: flex;
}

.eh-end__legal {
    color: var(--c1ej);
    font-size: 0.82rem;
}

.eh-end__reg {
    font-variant-numeric: tabular-nums;
}

.eh-end__narrow .eh-end__inner {
    gap: 0.6rem;
    display: grid;
}

/* банер згоди */

.eh-bar {
    color: var(--t4sv);
    position: fixed;
    z-index: 20;
    background: var(--ixjw);
}

.eh-bar__bar {
    left: 0;
    bottom: 0;
    right: 0;
}

.eh-bar__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.eh-bar__crate {
    left: 1rem;
    bottom: 1rem;
    max-width: 22rem;
    border-radius: var(--dwqx);
    padding: 1.1rem;
}

.eh-bar__copy {
    font-size: 0.88rem;
}

.eh-bar__actions {
    gap: 0.9rem;
    margin-top: 0.6rem;
    align-items: center;
    display: flex;
}

.eh-bar__crate .eh-bar__actions {
    margin-top: 0.9rem;
}

.eh-bar__more {
    font-size: 0.85rem;
    text-decoration: underline;
    color: inherit;
}

.eh-bar__accept {
    padding: 0.45rem 1.1rem;
    font-size: 0.9rem;
}

@media (max-width: 60rem) {
    .eh-top__inner,
    .eh-ship__inner,
    .eh-visit__inner,
    .eh-ask__inner {
    grid-template-columns: 1fr;
}

    .eh-top__side .eh-top__inner {
    grid-template-columns: 1fr;
}

    .eh-top__shot {
    order: -1;
}
}

@media (max-width: 40rem) {
    :root {
    --v36s: 2rem;
    --eivo: 1.1rem;
}

    .eh-top__heading {
    font-size: 1.7rem;
}

    .eh-ask__bar,
    .eh-cat__bar,
    .eh-cinfo__bar {
    grid-template-columns: 1fr;
}

    .eh-brandbar__menu {
    gap: 0.8rem;
}

    .eh-price__stack .eh-good {
    flex-wrap: wrap;
    gap: 0.3rem;
}
}
