:root {
    --yarko-cream: #f4f0e8;
    --yarko-paper: #fffdfa;
    --yarko-ink: #2f2926;
    --yarko-muted: #81746c;
    --yarko-line: #e5dbd1;
    --yarko-pink: #ef9dba;
    --yarko-mint: #9dcec2;
    --yarko-sand: #e9c47e;
    --yarko-deep: #2f7770;
    --yarko-shadow: 0 20px 48px rgba(79, 60, 50, .1);
}

html,
body.yarko-theme {
    max-width: 100%;
    overflow-x: clip;
}

body.yarko-theme {
    margin: 0 !important;
    background: linear-gradient(180deg, #faf8f3 0, #f6f2eb 100%);
    color: var(--yarko-ink);
    font-family: "Raleway", "Segoe UI", Arial, sans-serif;
}

.yarko-theme .container {
    width: min(1180px, calc(100% - 36px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

.yarko-topline {
    position: relative;
    z-index: 72;
    height: 5px;
    background: linear-gradient(90deg, #efc7d0, #efe0be, #c8e2dc, #efc7d0);
}

.yarko-theme .header,
.yarko-theme .header.header-fixed {
    position: sticky;
    top: 0;
    right: auto;
    left: auto;
    z-index: 70;
    background: #ece7df;
    border-top: 0;
    border-bottom: 1px solid #e3dbd1;
    box-shadow: 0 8px 20px rgba(71, 56, 47, .035);
}

.yarko-theme .header .container,
.yarko-theme .main-header {
    background: transparent;
}

.yarko-theme .main-header {
    min-height: 86px;
    padding: 5px 0;
    gap: 20px;
}

.yarko-theme .main-header .main-logo {
    width: 145px;
    max-width: 145px;
    margin-right: 0;
    flex: 0 0 145px;
}

.yarko-theme .main-header .main-logo img {
    width: 145px;
    height: 76px;
    max-height: 76px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.yarko-theme .menu-links {
    margin-right: auto;
}

.yarko-theme .header-menu ul {
    gap: 22px;
}

.yarko-theme .menu-link,
.yarko-theme .menu-link:visited,
.yarko-theme .menu-link:focus,
.yarko-theme .menu-link:link {
    padding: 0;
    color: #151515;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
}

.yarko-theme .menu-link:hover {
    color: var(--yarko-deep);
}

.yarko-theme .header-buttons {
    gap: 3px;
}

.yarko-theme .header .search-form__wrap .search {
    width: 250px;
    min-width: 250px;
    height: 40px;
    border: 1px solid #4c9994;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(76, 153, 148, .06);
    font-size: 14px;
}

.yarko-theme .header-icon {
    width: 36px;
    height: 36px;
    margin-left: 5px;
    border-radius: 50%;
}

.yarko-theme .header-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.yarko-theme .cart-block > .quantity {
    background: #4b9994;
}

.yarko-theme .page-content {
    position: relative;
    z-index: 2;
    min-height: 420px;
    padding-top: 26px;
}

.yarko-theme .main-slider {
    margin-top: 8px;
}

.yarko-theme .main-slider__container,
.yarko-theme .main-slider .slick-list,
.yarko-theme .main-slider img {
    border-radius: 18px;
}

.yarko-theme .main-slider__container {
    overflow: hidden;
    border: 1px solid #ebe0d6;
    background: #fff;
    box-shadow: 0 12px 26px rgba(68, 54, 45, .06);
}

.yarko-theme .section-title__text,
.yarko-theme .catalog-title,
.yarko-theme .product-page.section-title,
.yarko-theme .page-title,
.yarko-theme h1 {
    color: var(--yarko-ink);
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: -.025em;
}

.yarko-theme .catalog-list {
    gap: 26px;
}

.yarko-theme .catalog-item,
.yarko-theme .products__item .products__card {
    overflow: hidden;
    border: 1px solid #ded5cd;
    border-radius: 16px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .025);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.yarko-theme .catalog-item:hover,
.yarko-theme .products__item .products__card:hover {
    transform: translateY(-4px);
    border-color: #cfc1b7;
    box-shadow: 0 14px 30px rgba(62, 48, 40, .09);
}

.yarko-theme .catalog-item__image-container,
.yarko-theme .products__item .products__card .product__image {
    overflow: hidden;
    border-radius: 11px;
    background: #faf7f3;
}

.yarko-theme .catalog-item__title,
.yarko-theme .products__title {
    color: var(--yarko-ink);
    font-weight: 700;
}

.yarko-theme .products-order .instant-order,
.yarko-theme .products-order .quantity,
.yarko-theme .products-order .product__cart,
.yarko-theme .product-orderactions .instant-order,
.yarko-theme .product-orderactions .quantity,
.yarko-theme .product-orderactions .product__cart,
.yarko-theme .cart-btn,
.yarko-theme .button-call {
    border-radius: 999px;
}

.yarko-theme .products-order .product__cart,
.yarko-theme .product-orderactions .product__cart,
.yarko-theme .cart-btn_save,
.yarko-theme .cart-btn_instant,
.yarko-theme .cart-action-buttons .primary,
.yarko-theme .button-call {
    border-color: #4b9994;
    background-color: #4b9994;
}

.yarko-theme .product-image-container,
.yarko-theme .product-info,
.yarko-theme .product-description,
.yarko-theme .cart-panel,
.yarko-theme .user-card,
.yarko-theme .auth-form,
.yarko-theme .order-panel {
    border: 1px solid var(--yarko-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 10px 28px rgba(76, 57, 46, .07);
}

.yarko-theme input.form-control,
.yarko-theme textarea.form-control,
.yarko-theme select.form-control {
    border-color: #d9d0c8;
    border-radius: 12px;
    box-shadow: none;
}

.yarko-theme input.form-control:focus,
.yarko-theme textarea.form-control:focus,
.yarko-theme select.form-control:focus {
    border-color: #4b9994;
    box-shadow: 0 0 0 3px rgba(75, 153, 148, .1);
}

.yarko-theme .footer {
    position: relative;
    z-index: 2;
    margin-top: 34px;
    padding: 26px 0 36px;
}

.yarko-theme .footer-row {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) auto;
    gap: 28px;
    align-items: start;
    padding: 30px 34px;
    border: 1px solid #e5dfd8;
    border-radius: 28px;
    background: #f4f4f2;
}

.yarko-theme .footer-logo {
    max-width: 130px;
}

.yarko-theme .footer-logo img {
    max-height: 82px;
    mix-blend-mode: multiply;
}

.yarko-theme .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 20px;
    flex-basis: auto;
}

.yarko-theme .footer-links__col {
    width: auto;
    max-width: none;
    padding-left: 0;
}

.yarko-theme .footer-links__title {
    font-size: 18px;
}

.yarko-theme .footer-links__link,
.yarko-theme .footer-links__link:visited,
.yarko-theme .footer-links__link:link,
.yarko-theme .footer-links__link:focus {
    font-size: 15px;
    line-height: 1.4;
}

.yarko-theme .footer-buttons {
    display: flex;
    flex-basis: auto;
    gap: 12px;
}

.yarko-theme .footer-separator,
.yarko-theme .footer-bottom {
    display: none;
}

.yarko-homepage {
    width: 100%;
    padding-bottom: 8px;
}

.yarko-home-hero {
    padding: 8px 0 18px;
}

.yarko-home-hero__banner {
    position: relative;
    overflow: hidden;
    border: 1px solid #ebe0d6;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(68, 54, 45, .06);
}

.yarko-home-hero__banner::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 2px;
    background: linear-gradient(90deg, #ebc6cd, #e9ddb6, #bfddd8);
    content: "";
}

.yarko-home-hero__banner img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.yarko-home-hero__note {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.yarko-delivery-chip {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 18px;
    border: 1px solid var(--yarko-line);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(65, 49, 42, .05);
    color: var(--yarko-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.yarko-delivery-chip b {
    color: #c36a8d;
}

.yarko-home-catalog {
    padding: 34px 0 22px;
}

.yarko-home-section {
    padding: 42px 0;
    scroll-margin-top: 100px;
}

.yarko-home-card {
    position: relative;
    padding: 34px;
    border: 1px solid #eadfd6;
    border-radius: 34px;
    background: rgba(255, 253, 250, .96);
    box-shadow: var(--yarko-shadow);
}

.yarko-home-card--tint {
    background: linear-gradient(145deg, #fff9fb 0, #fffdfa 48%, #f6fcfa 100%);
}

.yarko-home-card__content {
    position: relative;
    z-index: 1;
}

.yarko-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid var(--yarko-line);
    border-radius: 999px;
    background: #fff;
    color: #ae6682;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.yarko-kicker::before {
    content: "🎈";
}

.yarko-theme .yarko-big-title {
    margin: 14px 0 12px;
    color: var(--yarko-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 4.5vw, 62px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.04em;
}

.yarko-lead {
    max-width: 760px;
    margin: 0;
    color: var(--yarko-muted);
    font-size: 16px;
    line-height: 1.7;
}

.yarko-accent-bar {
    width: 78px;
    height: 5px;
    margin-top: 16px;
    border-radius: 5px;
    background: linear-gradient(90deg, #e881aa, #f0c56e, #78b9aa);
}

.yarko-delivery-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    align-items: center;
    gap: 30px;
}

.yarko-price-ball {
    display: grid;
    width: 230px;
    height: 230px;
    align-items: center;
    justify-self: end;
    border: 10px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    background: radial-gradient(circle at 32% 25%, #fff 0, #ffffff77 14%, transparent 18%), linear-gradient(180deg, #f8d7e3, #efb0c6);
    box-shadow: inset -10px -14px 20px #0000000c, 0 20px 40px #7a526318;
    color: var(--yarko-ink);
    place-items: center;
    text-align: center;
}

.yarko-price-ball strong,
.yarko-price-ball span {
    display: block;
}

.yarko-price-ball strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
}

.yarko-price-ball span {
    color: #6b515a;
    font-size: 14px;
    line-height: 1.45;
}

.yarko-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.yarko-trust {
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--yarko-line);
    border-radius: 22px;
    background: #fff;
}

.yarko-trust:nth-child(1) { background: #fff7fa; }
.yarko-trust:nth-child(2) { background: #f8fffc; }
.yarko-trust:nth-child(3) { background: #fffaf1; }
.yarko-trust:nth-child(4) { background: #f9f8ff; }

.yarko-trust__emoji {
    font-size: 24px;
}

.yarko-trust h3 {
    margin: 8px 0 6px;
    color: var(--yarko-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.15;
}

.yarko-trust p {
    margin: 0;
    color: var(--yarko-muted);
    font-size: 13px;
    line-height: 1.55;
}

.yarko-guarantee {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 18px;
}

.yarko-guarantee__main,
.yarko-guarantee__side {
    padding: 24px;
    border: 1px solid var(--yarko-line);
    border-radius: 26px;
    background: #fff;
}

.yarko-guarantee__main p {
    margin: 0 0 14px;
    color: #5d514a;
    line-height: 1.7;
}

.yarko-guarantee__main .yarko-guarantee__note {
    margin-top: 14px;
    color: #7a6d66;
    font-size: 13px;
}

.yarko-contact-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
    padding: 13px 15px;
    border: 1px solid var(--yarko-line);
    border-radius: 17px;
    background: #f8f3ed;
    font-weight: 800;
}

.yarko-contact-row a,
.yarko-contact-row a:visited {
    color: var(--yarko-deep);
}

.yarko-guarantee-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.yarko-guarantee-box {
    min-width: 0;
    padding: 18px;
    border-radius: 22px;
}

.yarko-guarantee-box--good {
    border: 1px solid #dbeee7;
    background: #f1faf6;
}

.yarko-guarantee-box--bad {
    border: 1px solid #f0d9e1;
    background: #fff4f7;
}

.yarko-guarantee-box h3 {
    margin: 0 0 10px;
    color: var(--yarko-ink);
    font-size: 19px;
}

.yarko-guarantee-box ul {
    margin: 0;
    padding-left: 18px;
}

.yarko-guarantee-box li {
    margin: 7px 0;
    color: #5a504a;
    font-size: 14px;
    line-height: 1.5;
}

.yarko-care-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: start;
    gap: 20px;
}

.yarko-care-photo {
    align-self: start;
    height: 640px;
    min-height: 640px;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 16px 34px rgba(73, 55, 46, .11);
}

.yarko-care-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yarko-faq-list {
    display: grid;
    gap: 10px;
}

.yarko-faq {
    padding: 0 18px;
    border: 1px solid var(--yarko-line);
    border-radius: 19px;
    background: #fff;
}

.yarko-faq summary {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 0;
    color: var(--yarko-ink);
    font-weight: 800;
    list-style: none;
}

.yarko-faq summary::-webkit-details-marker {
    display: none;
}

.yarko-faq summary::after {
    color: var(--yarko-deep);
    content: "+";
    font-size: 20px;
}

.yarko-faq[open] summary::after {
    content: "—";
}

.yarko-faq > div {
    padding: 0 0 16px;
    color: #61554e;
    font-size: 14px;
    line-height: 1.7;
}

.yarko-care-tip {
    margin-top: 14px;
    padding: 17px 19px;
    border: 1px solid #f0d8e1;
    border-radius: 20px;
    background: #fff4f8;
    color: #665750;
    font-size: 14px;
    line-height: 1.65;
}

.yarko-home-frame {
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
}

.yarko-home-frame > div {
    position: absolute;
    display: flex;
    gap: 7px;
}

.yarko-home-frame i {
    display: block;
    width: 34px;
    height: 44px;
    border-radius: 50% 50% 46% 46%;
    background: radial-gradient(circle at 34% 28%, #fff 0, #ffffff77 15%, transparent 18%), linear-gradient(180deg, #f7d5e1, #ef9fbd);
    box-shadow: inset -6px -8px 12px #0001, 0 8px 12px #5f483014;
}

.yarko-home-frame i:nth-child(3n + 2) {
    background: radial-gradient(circle at 34% 28%, #fff 0, #ffffff77 15%, transparent 18%), linear-gradient(180deg, #deefe9, #9fcfc1);
}

.yarko-home-frame i:nth-child(3n) {
    background: radial-gradient(circle at 34% 28%, #fff 0, #ffffff77 15%, transparent 18%), linear-gradient(180deg, #f5e5c7, #e7c17e);
}

.yarko-home-frame i::after {
    display: block;
    width: 1px;
    height: 14px;
    margin: 44px auto 0;
    background: #75615955;
    content: "";
}

.yarko-home-frame__top { top: -28px; left: 32px; }
.yarko-home-frame__right { top: 56px; right: -20px; flex-direction: column; }
.yarko-home-frame__bottom { right: 38px; bottom: -28px; }
.yarko-home-frame__left { bottom: 58px; left: -20px; flex-direction: column; }

.yarko-reveal {
    opacity: 1;
    transform: none;
}

.yarko-js .yarko-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease;
}

.yarko-js .yarko-reveal.is-visible {
    opacity: 1;
    transform: none;
}

.yarko-cursor,
.yarko-cursor-ring {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    opacity: 0;
    pointer-events: none;
    will-change: transform;
}

.yarko-cursor {
    width: 20px;
    height: 26px;
    margin: -17px 0 0 -10px;
    border-radius: 50% 50% 46% 46%;
    background: radial-gradient(circle at 35% 28%, #fff 0, #ffffff88 16%, transparent 20%), linear-gradient(180deg, #f7c9da, #ed8fb2);
    box-shadow: inset -5px -7px 9px #0001, 0 8px 16px #87516720;
}

.yarko-cursor::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 10px;
    background: #6e555a88;
    content: "";
}

.yarko-cursor-ring {
    width: 42px;
    height: 42px;
    margin: -21px 0 0 -21px;
    border: 1px solid #3b898455;
    border-radius: 50%;
    transition: width .15s ease, height .15s ease, margin .15s ease, background .15s ease;
}

.yarko-cursor-ring.is-hovering {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background: #fff3;
}

.yarko-cursor-trail {
    position: fixed;
    z-index: 1099;
    width: 9px;
    height: 12px;
    border-radius: 50%;
    background: var(--yarko-pink);
    pointer-events: none;
    animation: yarko-cursor-trail 1s ease-out forwards;
}

.yarko-cursor-trail:nth-child(3n + 2) { background: var(--yarko-mint); }
.yarko-cursor-trail:nth-child(3n) { background: var(--yarko-sand); }

@keyframes yarko-cursor-trail {
    to {
        opacity: 0;
        transform: translate(var(--trail-x), -74px);
    }
}

.yarko-bg-balloons {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.yarko-bg-balloons i {
    position: absolute;
    top: var(--y);
    left: var(--x);
    width: 30px;
    height: 40px;
    border-radius: 50% 50% 46% 46%;
    background: radial-gradient(circle at 34% 28%, #fff 0, #ffffff77 15%, transparent 18%), linear-gradient(180deg, var(--balloon-start), var(--balloon-end));
    box-shadow: inset -6px -9px 12px #0001, 0 10px 18px #5e473513;
    animation: yarko-float var(--float-time) ease-in-out infinite alternate;
}

.yarko-bg-balloons i::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 44px;
    background: #76645b55;
    content: "";
}

.yarko-promo {
    position: fixed;
    right: max(20px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 1004;
    width: 108px;
    height: 132px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

.yarko-promo__ball {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 14px;
    border-radius: 50% 50% 46% 46%;
    background: radial-gradient(circle at 34% 28%, #fff 0, #ffffff77 15%, transparent 18%), linear-gradient(180deg, #ffd7e5, #ed82ad);
    box-shadow: inset -9px -12px 17px #0001, 0 18px 28px #7c496322;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    cursor: pointer;
    transition: transform .22s ease, opacity .22s ease, filter .22s ease;
    user-select: none;
    touch-action: manipulation;
}

.yarko-promo__ball::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 45px;
    background: #6e555a66;
    content: "";
}

.yarko-promo small {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.yarko-promo:hover .yarko-promo__ball,
.yarko-promo:focus-visible .yarko-promo__ball {
    filter: brightness(1.04);
    transform: translateY(-3px);
}

.yarko-promo:focus-visible .yarko-promo__ball {
    outline: 3px solid rgba(47, 119, 112, .45);
    outline-offset: 4px;
}

.yarko-promo.is-popping .yarko-promo__ball {
    animation: yarko-pop .85s ease;
}

.yarko-promo.is-active .yarko-promo__ball {
    background: radial-gradient(circle at 34% 28%, #fff 0, #ffffff77 15%, transparent 18%), linear-gradient(180deg, #bfe4dc, #64aa9d);
    font-size: 12px;
}

.yarko-promo.is-active small {
    display: none;
}

.yarko-promo.is-loading {
    pointer-events: none;
}

.yarko-promo-status {
    position: fixed;
    right: max(20px, env(safe-area-inset-right));
    bottom: calc(max(18px, env(safe-area-inset-bottom)) + 150px);
    z-index: 1006;
    max-width: min(340px, calc(100vw - 28px));
    padding: 12px 16px;
    border: 1px solid var(--yarko-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--yarko-shadow);
    color: var(--yarko-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease;
}

.yarko-promo-status.is-visible {
    opacity: 1;
    transform: none;
}

.yarko-promo-status.is-success {
    border-color: #b9dfd7;
    background: #f4fcf9;
}

.yarko-promo-status.is-error {
    border-color: #efccd8;
    background: #fff7fa;
}

.yarko-confetti {
    position: fixed;
    z-index: 1005;
    width: 11px;
    height: 6px;
    border-radius: 2px;
    background: var(--yarko-pink);
    pointer-events: none;
    animation: yarko-confetti 1.25s ease-out forwards;
}

.yarko-confetti:nth-child(3n + 2) { background: var(--yarko-mint); }
.yarko-confetti:nth-child(3n) { background: var(--yarko-sand); }

@keyframes yarko-float {
    to { transform: translateY(-18px) rotate(5deg); }
}

@keyframes yarko-pop {
    0% { transform: scale(1); opacity: 1; }
    42% { transform: scale(.16); opacity: 0; }
    75% { transform: scale(.16); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

@keyframes yarko-confetti {
    to {
        transform: translate(var(--confetti-x), var(--confetti-y)) rotate(var(--confetti-rotation));
        opacity: 0;
    }
}

@media (max-width: 1199px) {
    .yarko-theme .main-header { gap: 12px; }
    .yarko-theme .header-menu ul { gap: 13px; }
    .yarko-theme .menu-link,
    .yarko-theme .menu-link:visited,
    .yarko-theme .menu-link:focus,
    .yarko-theme .menu-link:link { font-size: 12px; }
    .yarko-theme .header .search-form__wrap .search { width: 220px; min-width: 220px; }
}

@media (max-width: 1050px) {
    .yarko-delivery-grid,
    .yarko-guarantee,
    .yarko-care-grid {
        grid-template-columns: 1fr;
    }

    .yarko-price-ball {
        justify-self: start;
    }

    .yarko-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yarko-care-photo {
        height: 480px;
        min-height: 480px;
    }
}

@media (max-width: 991px) {
    .yarko-theme .main-header { min-height: 74px; }
    .yarko-theme .footer-row { grid-template-columns: 1fr auto; }
    .yarko-theme .footer-logo { display: block; grid-column: 1 / -1; }
    .yarko-theme .footer-logo-mobile-container { display: none; }
    .yarko-theme .footer-links { grid-column: 1; margin: 0; }
    .yarko-theme .footer-buttons { grid-column: 2; align-self: end; }
}

@media (max-width: 576px) {
    .yarko-theme .container {
        width: calc(100% - 24px);
        padding-right: 0;
        padding-left: 0;
    }

    .yarko-theme .main-header {
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr) auto;
        min-height: 68px;
        gap: 4px;
        padding: 0;
    }

    .yarko-theme .hamburger_left {
        grid-column: 1;
        width: 38px;
        height: 38px;
    }

    .yarko-theme .main-header .main-logo {
        grid-column: 2;
        width: 105px;
        max-width: 105px;
        height: 64px;
        margin: 0;
        justify-self: start;
    }

    .yarko-theme .main-header .main-logo img {
        width: 105px;
        height: 60px;
        max-height: 60px;
    }

    .yarko-theme .header-buttons {
        grid-column: 3;
        min-width: 0;
        gap: 0;
    }

    .yarko-theme .header-icon {
        width: 32px;
        height: 34px;
        margin: 0;
    }

    .yarko-theme .header-icon img {
        width: 20px;
        height: 20px;
    }

    .yarko-theme .page-content { padding-top: 14px; }

    .yarko-theme .main-slider,
    .yarko-theme .main-slider.indents { margin-top: 0; }

    .yarko-theme .main-slider__container,
    .yarko-theme .main-slider .slick-list,
    .yarko-theme .main-slider img { border-radius: 14px; }

    .yarko-theme .catalog-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .yarko-theme .catalog-item {
        min-width: 0;
        padding: 8px;
        border-radius: 14px;
    }

    .yarko-theme .catalog-item:hover,
    .yarko-theme .products__item .products__card:hover { transform: none; }

    .yarko-theme .products-list {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .yarko-theme .products__item {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .yarko-theme .products__item .products__card {
        border-radius: 22px;
        box-shadow: 0 10px 28px rgba(76, 57, 46, .075);
    }

    .yarko-theme .product-info {
        display: block;
        padding: 14px;
    }

    .yarko-theme .cart-row { display: block; }
    .yarko-theme .cart-col { width: 100%; max-width: 100%; }
    .yarko-theme .cart-col_right { margin-top: 18px; }
    .yarko-theme .cart-panel { border-radius: 19px; }

    .yarko-theme .footer { padding: 12px 0 22px; }
    .yarko-theme .footer-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 14px;
        padding: 20px 18px;
        border-radius: 20px;
    }
    .yarko-theme .footer-logo { grid-column: 1 / -1; }
    .yarko-theme .footer-logo img { max-width: 104px; max-height: 64px; }
    .yarko-theme .footer-links {
        display: contents;
        grid-column: auto;
    }
    .yarko-theme .footer-links__title { font-size: 14px; }
    .yarko-theme .footer-links__link,
    .yarko-theme .footer-links__link:visited,
    .yarko-theme .footer-links__link:link,
    .yarko-theme .footer-links__link:focus { font-size: 12.5px; }
    .yarko-theme .footer-buttons {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 44px;
        width: 100%;
    }
    .yarko-theme .footer-buttons .button-call { margin: 0; }

    .yarko-home-hero {
        padding: 0 0 12px;
    }

    .yarko-home-hero__banner {
        border-radius: 14px;
        box-shadow: 0 8px 20px rgba(68, 54, 45, .055);
    }

    .yarko-home-hero__note {
        margin-top: 9px;
    }

    .yarko-delivery-chip {
        width: 100%;
        flex-wrap: wrap;
        gap: 6px;
        padding: 9px 12px;
        box-shadow: 0 5px 14px rgba(65, 49, 42, .045);
        font-size: 13px;
        line-height: 1.25;
        text-align: center;
    }

    .yarko-home-catalog {
        padding: 24px 0 12px;
    }

    .yarko-home-section {
        padding: 26px 0;
    }

    .yarko-home-card,
    .yarko-home-card--tint {
        overflow: hidden;
        padding: 20px;
        border-radius: 22px;
        box-shadow: 0 12px 30px rgba(79, 60, 50, .07);
    }

    .yarko-home-frame {
        display: none;
    }

    .yarko-theme .yarko-big-title {
        margin: 11px 0 10px;
        font-size: 32px;
        line-height: 1.02;
        letter-spacing: -.03em;
    }

    .yarko-kicker {
        padding: 7px 11px;
        font-size: 10px;
        letter-spacing: .1em;
    }

    .yarko-lead {
        font-size: 14px;
        line-height: 1.55;
    }

    .yarko-accent-bar {
        height: 4px;
        margin-top: 12px;
    }

    .yarko-delivery-grid {
        gap: 18px;
    }

    .yarko-price-ball {
        width: 154px;
        height: 154px;
        justify-self: center;
        border-width: 7px;
    }

    .yarko-price-ball strong { font-size: 27px; }
    .yarko-price-ball span { padding: 0 10px; font-size: 12px; line-height: 1.35; }

    .yarko-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 18px;
    }

    .yarko-trust {
        padding: 14px;
        border-radius: 16px;
    }

    .yarko-trust__emoji { font-size: 20px; }
    .yarko-trust h3 { margin: 7px 0 5px; font-size: 17px; line-height: 1.1; }
    .yarko-trust p { font-size: 12px; line-height: 1.4; }

    .yarko-guarantee {
        gap: 12px;
    }

    .yarko-guarantee__main,
    .yarko-guarantee__side {
        padding: 16px;
        border-radius: 17px;
    }

    .yarko-guarantee__main p {
        font-size: 13.5px;
        line-height: 1.55;
    }

    .yarko-guarantee-columns {
        grid-template-columns: 1fr;
    }

    .yarko-guarantee-box {
        padding: 14px;
        border-radius: 15px;
    }

    .yarko-guarantee-box h3 { font-size: 17px; }
    .yarko-guarantee-box li { margin: 5px 0; font-size: 13px; line-height: 1.45; }

    .yarko-care-grid {
        gap: 14px;
    }

    .yarko-care-photo {
        height: 220px;
        min-height: 0;
        border-radius: 17px;
        box-shadow: none;
    }

    .yarko-faq-list { gap: 8px; }
    .yarko-faq { padding: 0 14px; border-radius: 14px; }
    .yarko-faq summary { padding: 13px 0; font-size: 14px; line-height: 1.35; }
    .yarko-faq > div { padding: 0 0 13px; font-size: 13px; line-height: 1.55; }
    .yarko-care-tip { padding: 14px; border-radius: 15px; font-size: 13px; line-height: 1.55; }

    .yarko-bg-balloons i:nth-child(4),
    .yarko-bg-balloons i:nth-child(5) { display: none; }

    .yarko-promo {
        right: max(14px, env(safe-area-inset-right));
        bottom: max(14px, env(safe-area-inset-bottom));
        width: 78px;
        height: 96px;
    }

    .yarko-promo__ball { padding: 9px; font-size: 12px; }
    .yarko-promo small { font-size: 8px; }
    .yarko-promo-status {
        right: 14px;
        bottom: calc(max(14px, env(safe-area-inset-bottom)) + 112px);
    }
}

@media (max-width: 360px) {
    .yarko-theme .header-icon__search { display: none; }
    .yarko-theme .footer-row { grid-template-columns: 1fr; }
    .yarko-theme .footer-logo,
    .yarko-theme .footer-buttons { grid-column: 1; }
    .yarko-trust-grid { grid-template-columns: 1fr; }
    .yarko-theme .yarko-big-title { font-size: 29px; }
}

@media (hover: none), (pointer: coarse) {
    .yarko-theme .catalog-item:hover,
    .yarko-theme .products__item .products__card:hover,
    .yarko-promo:hover .yarko-promo__ball { transform: none; }
}

@media (pointer: coarse) {
    .yarko-cursor,
    .yarko-cursor-ring,
    .yarko-cursor-trail { display: none !important; }
}

@media (hover: hover) and (pointer: fine) {
    html.has-yarko-cursor,
    html.has-yarko-cursor body,
    html.has-yarko-cursor body * {
        cursor: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yarko-bg-balloons i,
    .yarko-promo__ball,
    .yarko-confetti,
    .yarko-cursor-trail {
        animation: none !important;
        transition: none !important;
    }

    .yarko-js .yarko-reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
