@font-face {
    font-family: "wpf87b4e1";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/122bb4/fonts/work-sans-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpf87b4e1";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/122bb4/fonts/work-sans-400.woff2) format("woff2");
}
:root {
    --go9a: #B5761C;
    --aeqy: #8A5812;
    --yddx: #2F7F96;
    --t4rv: #FDF9F2;
    --h3ir: #FFFFFF;
    --tv5e: #3A2B12;
    --xsgh: #847057;
    --u6t2: #F0E4CF;
    --r0t1: #FFFFFF;
    --qqot: #FFFFFF;
    --reb1: #F6EFE4;
    --p483: #E6F0F2;
    --ck85: "wpf87b4e1", -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --six0: "wpf87b4e1", "Segoe UI", Roboto, Arial, sans-serif;
    --zxx4: 700;
    --ba1m: -0.02em;
    --z3km: 46rem;
    --rg89: 72rem;
    --zm91: 1.5rem;
    --b667: 1.65;
    --mmfm: 2.1rem;
    --qt6g: 0.7rem;
    --kb1h: 3px;
}

/* Вигляд картки один на сайт: рамка, пласка або з тінню. Кути, повітря і рамки
   формують перцептивний відбиток не менше за колір, а коштує це три змінні. */
.lb-cat,
.lb-goods-layout .lb-good,
.lb-goods-wide .lb-good,
.lb-answers-thing,
.lb-ask-side {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 6px 16px rgba(0, 0, 0, 0.05);
    border-color: transparent;
}

*, *::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(--ck85);
    font-weight: var(--zxx4);
    letter-spacing: var(--ba1m);
    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 {
    display: block;
    flex: none;
}


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

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

summary {
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

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

/* каркас */

.lb-page {
    margin: 0;
    background: var(--t4rv);
    color: var(--tv5e);
    font-family: var(--six0);
    font-size: 17px;
    line-height: var(--b667);
    -webkit-font-smoothing: antialiased;
}

.lb-main {
    display: block;
}

.lb-strip {
    margin: 0 auto;
    padding: 0 var(--zm91);
    max-width: var(--rg89);
    width: 100%;
}

.lb-col {
    padding: 0 var(--zm91);
    width: 100%;
    margin: 0 auto;
    max-width: var(--z3km);
}

.lb-section {
    padding: var(--mmfm) 0;
}

.lb-section-heading {
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
}

.lb-link {
    color: var(--go9a);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lb-button {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border: 0;
    border-radius: var(--kb1h);
    background: var(--go9a);
    color: var(--r0t1);
    font-weight: 600;
    cursor: pointer;
}

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

.lb-prose {
    color: var(--tv5e);
}

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

/* шапка */

.lb-mast {
    background: var(--h3ir);
    border-bottom: 1px solid var(--u6t2);
}

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

.lb-mast-brand {
    display: inline-flex;
    align-items: center;
}

.lb-mast-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--ck85);
    font-weight: 700;
    font-size: 1.15rem;
}

.lb-mast-menu {
    gap: 1.1rem;
    display: flex;
    align-items: center;
}

.lb-mast-link {
    font-size: 0.95rem;
    color: var(--xsgh);
}

.lb-mast-link:hover {
    color: var(--tv5e);
}

.lb-mast-phone {
    gap: 0.4rem;
    align-items: center;
    color: var(--go9a);
    font-weight: 600;
    display: inline-flex;
}

.lb-mast-strip {
    font-size: 0.85rem;
    background: var(--reb1);
}

.lb-mast-strip-core {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.lb-mast-hours {
    color: var(--xsgh);
}

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

.lb-top {
    border-bottom: 1px solid var(--u6t2);
    background: var(--h3ir);
}

.lb-top-core {
    align-items: center;
    gap: 2rem;
    grid-template-columns: 1.15fr 1fr;
    display: grid;
}

.lb-top-heading {
    font-size: 2.05rem;
}

.lb-top-intro {
    color: var(--tv5e);
    margin-top: 0.9rem;
}

.lb-top-notice {
    display: flex;
    font-size: 0.95rem;
    align-items: flex-start;
    background: var(--p483);
    padding: 0.75rem 0.9rem;
    border-radius: var(--kb1h);
    gap: 0.55rem;
    margin-top: 1.1rem;
}

.lb-top-notice-pict {
    color: var(--yddx);
    margin-top: 0.15rem;
}

.lb-top-shot {
    overflow: hidden;
    border-radius: var(--kb1h);
    margin: 0;
}

.lb-top-shot img {
    height: auto;
    display: block;
    width: 100%;
    object-fit: cover;
}

.lb-top-flat .lb-top-heading {
    max-width: 34rem;
}

.lb-top-wide {
    margin: 1.4rem 0;
    overflow: hidden;
}

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

.lb-top-facts {
    gap: 0.5rem;
    display: grid;
    margin-top: 1.3rem;
}

.lb-top-fact {
    gap: 0.55rem;
    display: flex;
    align-items: flex-start;
    font-size: 0.95rem;
}

.lb-top-fact-pict {
    margin-top: 0.15rem;
    color: var(--go9a);
}

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

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

.lb-cat {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--u6t2);
    border-radius: var(--kb1h);
    background: var(--h3ir);
}

.lb-cat-heading {
    font-family: var(--ck85);
    font-weight: var(--zxx4);
    font-size: 1.05rem;
}

.lb-cat-hint {
    font-size: 0.92rem;
    color: var(--xsgh);
}

.lb-cats-set {
    display: grid;
}

.lb-cat-line {
    gap: 1rem;
    padding: 0.85rem 0;
    grid-template-columns: 12rem 1fr;
    border-top: 1px solid var(--u6t2);
    display: grid;
}

.lb-cat-line:last-child {
    border-bottom: 1px solid var(--u6t2);
}

/* товари */

.lb-goods {
    background: var(--h3ir);
}

.lb-goods-upper {
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    display: flex;
}

.lb-goods-count {
    font-size: 0.9rem;
    color: var(--xsgh);
}

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

.lb-goods-layout .lb-good {
    display: grid;
    align-content: start;
    gap: 0.4rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--u6t2);
    border-radius: var(--kb1h);
    background: var(--t4rv);
}

.lb-good-figure {
    margin: -1rem -1.1rem 0.6rem;
    border-radius: var(--kb1h) var(--kb1h) 0 0;
    overflow: hidden;
}

.lb-good-figure img {
    height: 11rem;
    object-fit: cover;
    width: 100%;
    display: block;
}

.lb-good-thumb {
    border-radius: var(--kb1h);
    overflow: hidden;
    margin: 0;
    flex: none;
    width: 4.5rem;
}

.lb-good-thumb img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 4.5rem;
}

.lb-good-name {
    font-size: 1rem;
}

.lb-good-hint {
    color: var(--xsgh);
    font-size: 0.9rem;
}

.lb-good-price {
    font-family: var(--ck85);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--go9a);
}

.lb-price-set {
    display: grid;
}

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

.lb-price-set .lb-good-main {
    flex: 1;
}

.lb-price-set .lb-good:last-child {
    border-bottom: 1px dotted var(--u6t2);
}

.lb-good-main {
    gap: 0.15rem;
    display: grid;
}

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

.lb-good-foot {
    flex-wrap: wrap;
    display: flex;
    gap: 0.5rem 0.7rem;
    margin-top: 0.2rem;
    align-items: baseline;
}

.lb-good-foot-side {
    flex: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4rem;
}

.lb-good-off {
    display: none !important;
}

.lb-good-out {
    opacity: 0.62;
}

.lb-good-out .lb-good-price {
    color: var(--xsgh);
    text-decoration: line-through;
}

.lb-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(--u6t2);
    border-radius: var(--kb1h);
    background: transparent;
    color: var(--go9a);
    font-size: 0.85rem;
    cursor: pointer;
}

.lb-good-ask:hover {
    border-color: var(--go9a);
}

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

.lb-cat-on {
    border-color: var(--go9a);
    background: var(--reb1);
}

.lb-cats-layout .lb-cat-on {
    border-color: var(--go9a);
}

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

.lb-good-status {
    padding: 0.1rem 0.5rem;
    background: var(--p483);
    border-radius: 999px;
    font-size: 0.78rem;
    color: var(--yddx);
    white-space: nowrap;
}

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

.lb-wide-set {
    display: grid;
    gap: 0.9rem;
}

.lb-goods-wide .lb-good {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--u6t2);
    border-radius: var(--kb1h);
    background: var(--t4rv);
}

.lb-good-side {
    border-radius: var(--kb1h);
    overflow: hidden;
    width: 5.5rem;
    flex: none;
    margin: 0;
}

.lb-good-side img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 5.5rem;
}

.lb-goods-wide .lb-good-main {
    flex: 1;
    justify-items: start;
    display: grid;
    gap: 0.2rem;
}

.lb-good-price-box {
    white-space: nowrap;
    flex: none;
}

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

.lb-visit-core {
    display: grid;
    gap: 2rem;
    align-items: start;
    grid-template-columns: 1fr 1.2fr;
}

.lb-hours-set {
    display: grid;
}

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

.lb-hours-day {
    color: var(--tv5e);
}

.lb-hours-time {
    font-variant-numeric: tabular-nums;
    color: var(--xsgh);
    white-space: nowrap;
}

.lb-visit-notes {
    padding-top: 0.4rem;
    gap: 0.8rem;
    display: grid;
}

.lb-visit-hint {
    align-items: flex-start;
    display: flex;
    gap: 0.55rem;
    font-size: 0.96rem;
}

.lb-visit-pict {
    margin-top: 0.2rem;
    color: var(--go9a);
}

.lb-visit-since {
    color: var(--xsgh);
    font-size: 0.9rem;
}

.lb-visit-stack .lb-hours-set {
    margin-bottom: 1.1rem;
}

.lb-visit-stack .lb-visit-hint {
    margin-bottom: 0.5rem;
}

.lb-top-since {
    font-size: 0.92rem;
    color: var(--xsgh);
    margin-top: 0.6rem;
}

.lb-top-side .lb-top-core {
    grid-template-columns: 0.85fr 1.15fr;
}

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

.lb-ship-strip {
    background: var(--reb1);
}

.lb-ship-shot {
    padding: 0 var(--zm91);
    max-width: var(--rg89);
    overflow: hidden;
    margin: 1.4rem auto 0;
}

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

.lb-ship-core {
    grid-template-columns: 1.6fr 1fr;
    align-items: start;
    display: grid;
    gap: 2rem;
}

.lb-ship-prose {
    gap: 0.9rem;
    display: grid;
}

.lb-ship-aside {
    border-radius: var(--kb1h);
    padding: 1.1rem;
    display: grid;
    gap: 0.35rem;
    background: var(--h3ir);
}

.lb-ship-aside-key {
    font-family: var(--ck85);
    font-weight: 700;
}

.lb-ship-aside-val {
    color: var(--xsgh);
    font-size: 0.93rem;
}

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

.lb-ask-hint {
    margin-bottom: 1.1rem;
    color: var(--xsgh);
}

.lb-ask-form {
    display: grid;
    gap: 0.85rem;
}

.lb-ask-line {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: 1fr 1fr;
}

.lb-ask-field {
    gap: 0.3rem;
    display: grid;
}

.lb-ask-label {
    font-size: 0.88rem;
    color: var(--xsgh);
}

.lb-ask-input {
    width: 100%;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--u6t2);
    border-radius: var(--kb1h);
    background: var(--h3ir);
    font-family: inherit;
    font-size: 1rem;
}

.lb-ask-input:focus {
    outline: 2px solid var(--go9a);
    outline-offset: 1px;
}

.lb-ask-area {
    resize: vertical;
}

.lb-ask-send {
    justify-self: start;
    padding: 0.7rem 1.6rem;
    border: 0;
    border-radius: var(--kb1h);
    background: var(--go9a);
    color: var(--r0t1);
    font-weight: 600;
    cursor: pointer;
}

.lb-ask-after {
    color: var(--xsgh);
    font-size: 0.9rem;
}

.lb-ask-form-sent .lb-ask-after {
    color: var(--yddx);
    font-weight: 600;
}

.lb-ask-split {
    background: var(--h3ir);
}

.lb-ask-core {
    gap: 2rem;
    align-items: start;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

.lb-ask-side {
    display: grid;
    gap: 0.5rem;
    padding: 1.2rem;
    border: 1px solid var(--u6t2);
    border-radius: var(--kb1h);
}

.lb-ask-phone {
    font-family: var(--ck85);
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--go9a);
}

.lb-ask-side-hint {
    font-size: 0.9rem;
    color: var(--xsgh);
}

/* новини */

.lb-log-heading {
    margin-bottom: 1rem;
    font-size: 1.35rem;
}

.lb-log-set {
    gap: 0.5rem 1.2rem;
    display: grid;
    grid-template-columns: auto 1fr;
}

.lb-log-date {
    font-size: 0.86rem;
    color: var(--xsgh);
    white-space: nowrap;
}

.lb-log-hint {
    font-size: 0.96rem;
}

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

.lb-log-panel {
    background: var(--h3ir);
    display: grid;
    gap: 0.35rem;
    padding: 1rem;
    border-left: 2px solid var(--go9a);
}

/* питання */

.lb-answers-set {
    gap: 0.6rem;
    display: grid;
}

.lb-answers-thing {
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--u6t2);
    border-radius: var(--kb1h);
    background: var(--h3ir);
}

.lb-answers-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--ck85);
    font-weight: var(--zxx4);
    list-style: none;
}

.lb-answers-q::-webkit-details-marker {
    display: none;
}

.lb-answers-sign {
    color: var(--xsgh);
}

.lb-answers-a {
    margin-top: 0.6rem;
    color: var(--xsgh);
}

.lb-answers-open .lb-answers-a {
    margin-top: 0.35rem;
}

/* адреса */

.lb-where {
    border-top: 1px solid var(--u6t2);
}

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

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

.lb-where-pict {
    grid-row: span 2;
    color: var(--go9a);
}

.lb-where-key {
    font-family: var(--ck85);
    font-weight: 700;
}

.lb-where-val {
    font-size: 0.93rem;
    color: var(--xsgh);
}

.lb-where-box {
    gap: 0.4rem;
    background: var(--reb1);
    border-radius: var(--kb1h);
    padding: 1.3rem;
    text-align: center;
    display: grid;
}

.lb-where-row {
    font-size: 0.97rem;
}

.lb-where-hours {
    color: var(--xsgh);
}

.lb-where-phone {
    font-family: var(--ck85);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--go9a);
}

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

.lb-phead {
    border-bottom: 1px solid var(--u6t2);
    padding: 2rem 0 1.2rem;
    background: var(--h3ir);
}

.lb-phead-tint {
    background: var(--reb1);
}

.lb-phead-core {
    display: grid;
    gap: 0.4rem;
}

.lb-phead-back {
    color: var(--go9a);
    font-size: 0.88rem;
}

.lb-phead-heading {
    font-size: 1.75rem;
}

.lb-phead-sub {
    color: var(--xsgh);
}

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

.lb-cinfo {
    display: grid;
}

.lb-cinfo-line {
    gap: 1rem;
    grid-template-columns: 14rem 1fr;
    display: grid;
    border-top: 1px solid var(--u6t2);
    padding: 0.8rem 0;
}

.lb-cinfo-line:last-child {
    border-bottom: 1px solid var(--u6t2);
}

.lb-cinfo-key {
    color: var(--xsgh);
    gap: 0.5rem;
    display: flex;
    font-size: 0.93rem;
    align-items: center;
}

.lb-cinfo-pict {
    color: var(--go9a);
}

.lb-cinfo-val {
    font-size: 0.97rem;
}

/* 404 */

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

.lb-nf-heading {
    font-size: 1.8rem;
}

.lb-nf-prose {
    margin: 0.7rem 0 1.4rem;
    color: var(--xsgh);
}

/* підвал */

.lb-foot {
    background: var(--h3ir);
    margin-top: var(--mmfm);
    border-top: 1px solid var(--u6t2);
}

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

.lb-foot-brand {
    display: grid;
    gap: 0.25rem;
}

.lb-foot-name {
    font-family: var(--ck85);
    font-weight: 700;
    font-size: 1.05rem;
}

.lb-foot-hint {
    color: var(--xsgh);
    font-size: 0.9rem;
}

.lb-foot-menu {
    flex-wrap: wrap;
    gap: 0.4rem 1.1rem;
    display: flex;
}

.lb-foot-link {
    color: var(--xsgh);
    font-size: 0.9rem;
}

.lb-foot-link:hover {
    color: var(--tv5e);
}

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

.lb-foot-legal {
    color: var(--xsgh);
    font-size: 0.82rem;
}

.lb-foot-reg {
    font-variant-numeric: tabular-nums;
}

.lb-foot-narrow .lb-foot-core {
    gap: 0.6rem;
    display: grid;
}

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

.lb-cookie {
    z-index: 20;
    color: var(--r0t1);
    background: var(--aeqy);
    position: fixed;
}

.lb-cookie-bar {
    right: 0;
    bottom: 0;
    left: 0;
}

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

.lb-cookie-box {
    left: 1rem;
    padding: 1.1rem;
    border-radius: var(--kb1h);
    max-width: 22rem;
    bottom: 1rem;
}

.lb-cookie-prose {
    font-size: 0.88rem;
}

.lb-cookie-actions {
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.lb-cookie-box .lb-cookie-actions {
    margin-top: 0.9rem;
}

.lb-cookie-more {
    text-decoration: underline;
    color: inherit;
    font-size: 0.85rem;
}

.lb-cookie-accept {
    font-size: 0.9rem;
    padding: 0.45rem 1.1rem;
}

@media (max-width: 60rem) {
    .lb-top-core,
    .lb-ship-core,
    .lb-visit-core,
    .lb-ask-core {
    grid-template-columns: 1fr;
}

    .lb-top-side .lb-top-core {
    grid-template-columns: 1fr;
}

    .lb-top-shot {
    order: -1;
}
}

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

    .lb-top-heading {
    font-size: 1.7rem;
}

    .lb-ask-line,
    .lb-cat-line,
    .lb-cinfo-line {
    grid-template-columns: 1fr;
}

    .lb-mast-menu {
    gap: 0.8rem;
}

    .lb-price-set .lb-good {
    gap: 0.3rem;
    flex-wrap: wrap;
}
}
