@font-face {
    font-family: "wpf26565e";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/3d0891/fonts/lora-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpfc3647c";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/3d0891/fonts/source-serif-4-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpfc3647c";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/3d0891/fonts/source-serif-4-700.woff2) format("woff2");
}
:root {
    --yk3e: #63559C;
    --zp5s: #483D75;
    --izp0: #DD9440;
    --roz4: #F8F7FC;
    --jj74: #FFFFFF;
    --ez8k: #26214A;
    --g99h: #71698F;
    --uph8: #E4E0F0;
    --kw3u: #FFFFFF;
    --g82d: #111111;
    --qo2n: #ECEBF3;
    --s9fe: #FBF2E8;
    --b63b: "wpf26565e", "Book Antiqua", Palatino, Georgia, serif;
    --s22j: "wpfc3647c", Cambria, Georgia, "Times New Roman", serif;
    --p7hq: 700;
    --ka8m: -0.01em;
    --kcpk: 46rem;
    --nue8: 72rem;
    --vqx2: 1.5rem;
    --i1lc: 1.65;
    --rn0g: 3.4rem;
    --h9s3: 1.3rem;
    --npx9: 6px
}

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

*, *::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(--b63b);
    font-weight: var(--p7hq);
    letter-spacing: var(--ka8m);
    line-height: 1.22
}

p {
    margin: 0
}

dl, dt, dd {
    margin: 0
}

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

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

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

svg {
    display: block;
    flex: none
}


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

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

summary {
    cursor: pointer
}

[hidden] {
    display: none !important
}

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

/* каркас */

.ta-page {
    margin: 0;
    background: var(--roz4);
    color: var(--ez8k);
    font-family: var(--s22j);
    font-size: 17px;
    line-height: var(--i1lc);
    -webkit-font-smoothing: antialiased
}

.ta-main {
    display: block
}

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

.ta-col {
    max-width: var(--kcpk);
    width: 100%;
    padding: 0 var(--vqx2);
    margin: 0 auto
}

.ta-section {
    padding: var(--rn0g) 0
}

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

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

.ta-btn {
    display: inline-block;
    padding: 0.7rem 1.4rem;
    border: 0;
    border-radius: var(--npx9);
    background: var(--yk3e);
    color: var(--kw3u);
    font-weight: 600;
    cursor: pointer
}

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

.ta-prose {
    color: var(--ez8k)
}

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

/* шапка */

.ta-mast {
    background: var(--jj74);
    border-bottom: 1px solid var(--uph8)
}

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

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

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

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

.ta-mast__jump {
    font-size: 0.95rem;
    color: var(--g99h)
}

.ta-mast__jump:hover {
    color: var(--ez8k)
}

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

.ta-mast__strip {
    font-size: 0.85rem;
    background: var(--qo2n)
}

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

.ta-mast__hours {
    color: var(--g99h)
}

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

.ta-lead {
    border-bottom: 1px solid var(--uph8);
    background: var(--jj74)
}

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

.ta-lead__name {
    font-size: 2.05rem
}

.ta-lead__intro {
    color: var(--ez8k);
    margin-top: 0.9rem
}

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

.ta-lead__notice-glyph {
    color: var(--izp0);
    margin-top: 0.15rem
}

.ta-lead__shot {
    margin: 0;
    overflow: hidden;
    border-radius: var(--npx9)
}

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

.ta-lead__flat .ta-lead__name {
    max-width: 34rem
}

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

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

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

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

.ta-lead__fact-glyph {
    color: var(--yk3e);
    margin-top: 0.15rem
}

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

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

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

.ta-cat__name {
    font-family: var(--b63b);
    font-weight: var(--p7hq);
    font-size: 1.05rem
}

.ta-cat__hint {
    font-size: 0.92rem;
    color: var(--g99h)
}

.ta-cats__list {
    display: grid
}

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

.ta-cat__row:last-child {
    border-bottom: 1px solid var(--uph8)
}

/* товари */

.ta-goods {
    background: var(--jj74)
}

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

.ta-goods__count {
    color: var(--g99h);
    font-size: 0.9rem
}

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

.ta-goods__cols .ta-good {
    display: grid;
    align-content: start;
    gap: 0.4rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--uph8);
    border-radius: var(--npx9);
    background: var(--roz4)
}

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

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

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

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

.ta-good__name {
    font-size: 1rem
}

.ta-good__hint {
    font-size: 0.9rem;
    color: var(--g99h)
}

.ta-good__price {
    font-family: var(--b63b);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--yk3e)
}

.ta-price__list {
    display: grid
}

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

.ta-price__list .ta-good__main {
    flex: 1
}

.ta-price__list .ta-good:last-child {
    border-bottom: 1px dotted var(--uph8)
}

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

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

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

.ta-good__footer-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(--g99h);
    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(--uph8);
    border-radius: var(--npx9);
    background: transparent;
    color: var(--yk3e);
    font-size: 0.85rem;
    cursor: pointer
}

.ta-good__ask:hover {
    border-color: var(--yk3e)
}

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

.ta-cat__on {
    background: var(--qo2n);
    border-color: var(--yk3e)
}

.ta-cats__cols .ta-cat__on {
    border-color: var(--yk3e)
}

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

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

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

.ta-wide__list {
    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(--uph8);
    border-radius: var(--npx9);
    background: var(--roz4)
}

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

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

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

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

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

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

.ta-hours__list {
    display: grid
}

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

.ta-hours__day {
    color: var(--ez8k)
}

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

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

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

.ta-visit__glyph {
    margin-top: 0.2rem;
    color: var(--yk3e)
}

.ta-visit__since {
    color: var(--g99h);
    font-size: 0.9rem
}

.ta-visit__stack .ta-hours__list {
    margin-bottom: 1.1rem
}

.ta-visit__stack .ta-visit__hint {
    margin-bottom: 0.5rem
}

.ta-lead__since {
    color: var(--g99h);
    margin-top: 0.6rem;
    font-size: 0.92rem
}

.ta-lead__side .ta-lead__body {
    grid-template-columns: 0.85fr 1.15fr
}

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

.ta-ship__ribbon {
    background: var(--qo2n)
}

.ta-ship__shot {
    padding: 0 var(--vqx2);
    overflow: hidden;
    max-width: var(--nue8);
    margin: 1.4rem auto 0
}

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

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

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

.ta-ship__aside {
    gap: 0.35rem;
    padding: 1.1rem;
    display: grid;
    background: var(--jj74);
    border-radius: var(--npx9)
}

.ta-ship__aside-key {
    font-family: var(--b63b);
    font-weight: 700
}

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

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

.ta-ask__hint {
    margin-bottom: 1.1rem;
    color: var(--g99h)
}

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

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

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

.ta-ask__label {
    font-size: 0.88rem;
    color: var(--g99h)
}

.ta-ask__input {
    width: 100%;
    padding: 0.65rem 0.8rem;
    border: 1px solid var(--uph8);
    border-radius: var(--npx9);
    background: var(--jj74);
    font-family: inherit;
    font-size: 1rem
}

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

.ta-ask__area {
    resize: vertical
}

.ta-ask__send {
    justify-self: start;
    padding: 0.7rem 1.6rem;
    border: 0;
    border-radius: var(--npx9);
    background: var(--yk3e);
    color: var(--kw3u);
    font-weight: 600;
    cursor: pointer
}

.ta-ask__after {
    color: var(--g99h);
    font-size: 0.9rem
}

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

.ta-ask__split {
    background: var(--jj74)
}

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

.ta-ask__side {
    display: grid;
    gap: 0.5rem;
    padding: 1.2rem;
    border: 1px solid var(--uph8);
    border-radius: var(--npx9)
}

.ta-ask__phone {
    font-family: var(--b63b);
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--yk3e)
}

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

/* новини */

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

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

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

.ta-log__hint {
    font-size: 0.96rem
}

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

.ta-log__card {
    gap: 0.35rem;
    border-left: 2px solid var(--yk3e);
    display: grid;
    background: var(--jj74);
    padding: 1rem
}

/* питання */

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

.ta-qa__point {
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--uph8);
    border-radius: var(--npx9);
    background: var(--jj74)
}

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

.ta-qa__q::-webkit-details-marker {
    display: none
}

.ta-qa__sign {
    color: var(--g99h)
}

.ta-qa__a {
    margin-top: 0.6rem;
    color: var(--g99h)
}

.ta-qa__open .ta-qa__a {
    margin-top: 0.35rem
}

/* адреса */

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

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

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

.ta-where__glyph {
    color: var(--yk3e);
    grid-row: span 2
}

.ta-where__key {
    font-family: var(--b63b);
    font-weight: 700
}

.ta-where__val {
    color: var(--g99h);
    font-size: 0.93rem
}

.ta-where__case {
    gap: 0.4rem;
    padding: 1.3rem;
    border-radius: var(--npx9);
    display: grid;
    text-align: center;
    background: var(--qo2n)
}

.ta-where__streak {
    font-size: 0.97rem
}

.ta-where__hours {
    color: var(--g99h)
}

.ta-where__phone {
    font-family: var(--b63b);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--yk3e)
}

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

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

.ta-phead__tint {
    background: var(--qo2n)
}

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

.ta-phead__back {
    color: var(--yk3e);
    font-size: 0.88rem
}

.ta-phead__name {
    font-size: 1.75rem
}

.ta-phead__sub {
    color: var(--g99h)
}

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

.ta-cinfo {
    display: grid
}

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

.ta-cinfo__row:last-child {
    border-bottom: 1px solid var(--uph8)
}

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

.ta-cinfo__glyph {
    color: var(--yk3e)
}

.ta-cinfo__val {
    font-size: 0.97rem
}

/* 404 */

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

.ta-nf__name {
    font-size: 1.8rem
}

.ta-nf__para {
    margin: 0.7rem 0 1.4rem;
    color: var(--g99h)
}

/* підвал */

.ta-footer {
    border-top: 1px solid var(--uph8);
    background: var(--jj74);
    margin-top: var(--rn0g)
}

.ta-footer__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-footer__brand {
    gap: 0.25rem;
    display: grid
}

.ta-footer__name {
    font-family: var(--b63b);
    font-weight: 700;
    font-size: 1.05rem
}

.ta-footer__hint {
    font-size: 0.9rem;
    color: var(--g99h)
}

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

.ta-footer__jump {
    color: var(--g99h);
    font-size: 0.9rem
}

.ta-footer__jump:hover {
    color: var(--ez8k)
}

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

.ta-footer__legal {
    font-size: 0.82rem;
    color: var(--g99h)
}

.ta-footer__reg {
    font-variant-numeric: tabular-nums
}

.ta-footer__narrow .ta-footer__body {
    display: grid;
    gap: 0.6rem
}

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

.ta-cookie {
    z-index: 20;
    position: fixed;
    color: var(--kw3u);
    background: var(--zp5s)
}

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

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

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

.ta-cookie__para {
    font-size: 0.88rem
}

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

.ta-cookie__case .ta-cookie__actions {
    margin-top: 0.9rem
}

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

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

@media (max-width: 60rem) {
    .ta-lead__body,
    .ta-ship__body,
    .ta-visit__body,
    .ta-ask__body {
    grid-template-columns: 1fr
}

    .ta-lead__side .ta-lead__body {
    grid-template-columns: 1fr
}

    .ta-lead__shot {
    order: -1
}
}

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

    .ta-lead__name {
    font-size: 1.7rem
}

    .ta-ask__row,
    .ta-cat__row,
    .ta-cinfo__row {
    grid-template-columns: 1fr
}

    .ta-mast__bar {
    gap: 0.8rem
}

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