@font-face {
    font-family: "wpf7a5499";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/c15dba/fonts/karla-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpf1eadaa";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/c15dba/fonts/inter-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpf1eadaa";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/c15dba/fonts/inter-700.woff2) format("woff2");
}
:root {
    --b68e: #9a6a45;
    --spoc: #734d31;
    --z1fp: #3b8a7d;
    --sbsh: #fbf8f4;
    --riiv: #ffffff;
    --f7q9: #382a1e;
    --qlzy: #847164;
    --rfzo: #ebe0d4;
    --hyex: #ffffff;
    --aevo: #ffffff;
    --u5c9: #f3ede9;
    --ccqg: #e7f1ef;
    --blg6: "wpf7a5499", "Trebuchet MS", "Segoe UI", sans-serif;
    --phxe: "wpf1eadaa", Tahoma, Verdana, Geneva, sans-serif;
    --jf77: 600;
    --mtdy: -0.01em;
    --ynss: 46rem;
    --yltp: 72rem;
    --l3qo: 1.5rem;
    --ox4f: 1.65;
    --yfhw: 3.4rem;
    --n6a7: 1rem;
    --e02u: 6px;
}

/* Вигляд картки один на сайт: рамка, пласка або з тінню. Кути, повітря і рамки
   формують перцептивний відбиток не менше за колір, а коштує це три змінні. */
.ta-cat,
.ta-goods-grid .ta-good,
.ta-goods-wide .ta-good,
.ta-faq-unit,
.ta-ask-side {
    background: var(--riiv);
    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(--blg6);
    font-weight: var(--jf77);
    letter-spacing: var(--mtdy);
    line-height: 1.22;
}

p {
    margin: 0;
}

dl, dt, dd {
    margin: 0;
}

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

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

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

svg {
    display: block;
    flex: none;
}


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

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

summary {
    cursor: pointer;
}

[hidden] {
    display: none !important;
}

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

/* каркас */

.ta-page {
    margin: 0;
    background: var(--sbsh);
    color: var(--f7q9);
    font-family: var(--phxe);
    font-size: 17px;
    line-height: var(--ox4f);
    -webkit-font-smoothing: antialiased;
}

.ta-main {
    display: block;
}

.ta-ribbon {
    padding: 0 var(--l3qo);
    margin: 0 auto;
    width: 100%;
    max-width: var(--yltp);
}

.ta-width {
    margin: 0 auto;
    max-width: var(--ynss);
    padding: 0 var(--l3qo);
    width: 100%;
}

.ta-area {
    padding: var(--yfhw) 0;
}

.ta-area-label {
    margin-bottom: 1.1rem;
    font-size: 1.5rem;
}

.ta-anchor {
    color: var(--b68e);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ta-action {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border: 0;
    border-radius: var(--e02u);
    background: var(--b68e);
    color: var(--hyex);
    font-weight: 600;
    cursor: pointer;
}

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

.ta-prose {
    color: var(--f7q9);
}

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

/* шапка */

.ta-head {
    border-bottom: 1px solid var(--rfzo);
    background: var(--riiv);
}

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

.ta-head-brand {
    align-items: center;
    display: inline-flex;
}

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

.ta-head-links {
    gap: 1.1rem;
    display: flex;
    align-items: center;
}

.ta-head-anchor {
    color: var(--qlzy);
    font-size: 0.95rem;
}

.ta-head-anchor:hover {
    color: var(--f7q9);
}

.ta-head-phone {
    display: inline-flex;
    color: var(--b68e);
    font-weight: 600;
    gap: 0.4rem;
    align-items: center;
}

.ta-head-strip {
    background: var(--u5c9);
    font-size: 0.85rem;
}

.ta-head-strip-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.ta-head-hours {
    color: var(--qlzy);
}

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

.ta-opening {
    border-bottom: 1px solid var(--rfzo);
    background: var(--riiv);
}

.ta-opening-body {
    grid-template-columns: 1.15fr 1fr;
    gap: 2rem;
    align-items: center;
    display: grid;
}

.ta-opening-label {
    font-size: 2.05rem;
}

.ta-opening-intro {
    color: var(--f7q9);
    margin-top: 0.9rem;
}

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

.ta-opening-notice-sign {
    margin-top: 0.15rem;
    color: var(--z1fp);
}

.ta-opening-shot {
    border-radius: var(--e02u);
    margin: 0;
    overflow: hidden;
}

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

.ta-opening-flat .ta-opening-label {
    max-width: 34rem;
}

.ta-opening-wide {
    margin: 1.4rem 0;
    overflow: hidden;
}

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

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

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

.ta-opening-fact-sign {
    color: var(--b68e);
    margin-top: 0.15rem;
}

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

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

.ta-cat {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--rfzo);
    border-radius: var(--e02u);
    background: var(--riiv);
}

.ta-cat-label {
    font-family: var(--blg6);
    font-weight: var(--jf77);
    font-size: 1.05rem;
}

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

.ta-cats-stack {
    display: grid;
}

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

.ta-cat-row:last-child {
    border-bottom: 1px solid var(--rfzo);
}

/* товари */

.ta-goods {
    background: var(--riiv);
}

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

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

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

.ta-goods-grid .ta-good {
    display: grid;
    align-content: start;
    gap: 0.4rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--rfzo);
    border-radius: var(--e02u);
    background: var(--sbsh);
}

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

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

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

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

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

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

.ta-good-price {
    font-family: var(--blg6);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--b68e);
}

.ta-price-stack {
    display: grid;
}

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

.ta-price-stack .ta-good-main {
    flex: 1;
}

.ta-price-stack .ta-good:last-child {
    border-bottom: 1px dotted var(--rfzo);
}

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

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

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

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

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

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

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

.ta-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(--rfzo);
    border-radius: var(--e02u);
    background: transparent;
    color: var(--b68e);
    font-size: 0.85rem;
    cursor: pointer;
}

.ta-good-ask:hover {
    border-color: var(--b68e);
}

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

.ta-cat-on {
    background: var(--u5c9);
    border-color: var(--b68e);
}

.ta-cats-grid .ta-cat-on {
    border-color: var(--b68e);
}

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

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

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

.ta-wide-stack {
    gap: 0.9rem;
    display: grid;
}

.ta-goods-wide .ta-good {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--rfzo);
    border-radius: var(--e02u);
    background: var(--sbsh);
}

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

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

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

.ta-good-price-case {
    white-space: nowrap;
    flex: none;
}

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

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

.ta-hours-stack {
    display: grid;
}

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

.ta-hours-day {
    color: var(--f7q9);
}

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

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

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

.ta-visit-sign {
    color: var(--b68e);
    margin-top: 0.2rem;
}

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

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

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

.ta-opening-since {
    color: var(--qlzy);
    font-size: 0.92rem;
    margin-top: 0.6rem;
}

.ta-opening-side .ta-opening-body {
    grid-template-columns: 0.85fr 1.15fr;
}

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

.ta-ship-ribbon {
    background: var(--u5c9);
}

.ta-ship-shot {
    max-width: var(--yltp);
    padding: 0 var(--l3qo);
    margin: 1.4rem auto 0;
    overflow: hidden;
}

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

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

.ta-ship-copy {
    display: grid;
    gap: 0.9rem;
}

.ta-ship-aside {
    background: var(--riiv);
    gap: 0.35rem;
    border-radius: var(--e02u);
    display: grid;
    padding: 1.1rem;
}

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

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

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

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

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

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

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

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

.ta-ask-input {
    width: 100%;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--rfzo);
    border-radius: var(--e02u);
    background: var(--riiv);
    font-family: inherit;
    font-size: 1rem;
}

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

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

.ta-ask-send {
    justify-self: start;
    padding: 0.7rem 1.6rem;
    border: 0;
    border-radius: var(--e02u);
    background: var(--b68e);
    color: var(--hyex);
    font-weight: 600;
    cursor: pointer;
}

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

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

.ta-ask-split {
    background: var(--riiv);
}

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

.ta-ask-side {
    display: grid;
    gap: 0.5rem;
    padding: 1.2rem;
    border: 1px solid var(--rfzo);
    border-radius: var(--e02u);
}

.ta-ask-phone {
    font-family: var(--blg6);
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--b68e);
}

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

/* новини */

.ta-log-label {
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

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

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

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

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

.ta-log-brick {
    border-left: 2px solid var(--b68e);
    padding: 1rem;
    background: var(--riiv);
    gap: 0.35rem;
    display: grid;
}

/* питання */

.ta-faq-stack {
    gap: 0.6rem;
    display: grid;
}

.ta-faq-unit {
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--rfzo);
    border-radius: var(--e02u);
    background: var(--riiv);
}

.ta-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--blg6);
    font-weight: var(--jf77);
    list-style: none;
}

.ta-faq-q::-webkit-details-marker {
    display: none;
}

.ta-faq-sign {
    color: var(--qlzy);
}

.ta-faq-a {
    color: var(--qlzy);
    margin-top: 0.6rem;
}

.ta-faq-open .ta-faq-a {
    margin-top: 0.35rem;
}

/* адреса */

.ta-where {
    border-top: 1px solid var(--rfzo);
}

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

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

.ta-where-sign {
    color: var(--b68e);
    grid-row: span 2;
}

.ta-where-key {
    font-family: var(--blg6);
    font-weight: 700;
}

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

.ta-where-case {
    border-radius: var(--e02u);
    background: var(--u5c9);
    text-align: center;
    display: grid;
    gap: 0.4rem;
    padding: 1.3rem;
}

.ta-where-line {
    font-size: 0.97rem;
}

.ta-where-hours {
    color: var(--qlzy);
}

.ta-where-phone {
    font-family: var(--blg6);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--b68e);
}

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

.ta-phead {
    padding: 2rem 0 1.2rem;
    border-bottom: 1px solid var(--rfzo);
    background: var(--riiv);
}

.ta-phead-tint {
    background: var(--u5c9);
}

.ta-phead-body {
    display: grid;
    gap: 0.4rem;
}

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

.ta-phead-label {
    font-size: 1.75rem;
}

.ta-phead-sub {
    color: var(--qlzy);
}

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

.ta-cinfo {
    display: grid;
}

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

.ta-cinfo-row:last-child {
    border-bottom: 1px solid var(--rfzo);
}

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

.ta-cinfo-sign {
    color: var(--b68e);
}

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

/* 404 */

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

.ta-nf-label {
    font-size: 1.8rem;
}

.ta-nf-copy {
    margin: 0.7rem 0 1.4rem;
    color: var(--qlzy);
}

/* підвал */

.ta-end {
    margin-top: var(--yfhw);
    background: var(--riiv);
    border-top: 1px solid var(--rfzo);
}

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

.ta-end-brand {
    gap: 0.25rem;
    display: grid;
}

.ta-end-name {
    font-family: var(--blg6);
    font-weight: 700;
    font-size: 1.05rem;
}

.ta-end-hint {
    color: var(--qlzy);
    font-size: 0.9rem;
}

.ta-end-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.1rem;
}

.ta-end-anchor {
    color: var(--qlzy);
    font-size: 0.9rem;
}

.ta-end-anchor:hover {
    color: var(--f7q9);
}

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

.ta-end-legal {
    color: var(--qlzy);
    font-size: 0.82rem;
}

.ta-end-reg {
    font-variant-numeric: tabular-nums;
}

.ta-end-narrow .ta-end-body {
    gap: 0.6rem;
    display: grid;
}

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

.ta-bar {
    position: fixed;
    z-index: 20;
    background: var(--spoc);
    color: var(--hyex);
}

.ta-bar-bar {
    right: 0;
    left: 0;
    bottom: 0;
}

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

.ta-bar-case {
    bottom: 1rem;
    padding: 1.1rem;
    border-radius: var(--e02u);
    left: 1rem;
    max-width: 22rem;
}

.ta-bar-copy {
    font-size: 0.88rem;
}

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

.ta-bar-case .ta-bar-actions {
    margin-top: 0.9rem;
}

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

.ta-bar-accept {
    font-size: 0.9rem;
    padding: 0.45rem 1.1rem;
}

@media (max-width: 60rem) {
    .ta-opening-body,
    .ta-ship-body,
    .ta-visit-body,
    .ta-ask-body {
    grid-template-columns: 1fr;
}

    .ta-opening-side .ta-opening-body {
    grid-template-columns: 1fr;
}

    .ta-opening-shot {
    order: -1;
}
}

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

    .ta-opening-label {
    font-size: 1.7rem;
}

    .ta-ask-row,
    .ta-cat-row,
    .ta-cinfo-row {
    grid-template-columns: 1fr;
}

    .ta-head-links {
    gap: 0.8rem;
}

    .ta-price-stack .ta-good {
    gap: 0.3rem;
    flex-wrap: wrap;
}
}
