.sp-lk-page {
    display: grid;
    width: 100%;
    gap: 0;
    background: #fff;
}

.sp-lk-page__body {
    display: grid;
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    background: #f5f5f6;
    padding: 32px 0 32px;
    position: relative;
    z-index: 0;
}

.sp-lk-page__sidebar,
.sp-lk-page__main {
    min-width: 0;
}

.sp-lk-page__top {
    background: #f5f5f6;
    padding: 32px 0 0;
    position: relative;
    z-index: 0;
}

.sp-lk-page__sidebar,
.sp-lk-page__main,
.sp-lk-page__top,
.sp-lk-page__tail {
    width: 100%;
}

.sp-lk-page__top > .sp-lk-zone,
.sp-lk-page__tail > .sp-lk-zone {
    margin-bottom: 0;
}

.sp-lk-page__tail {
    background: #fff;
    padding: 15px 0 0;
    position: relative;
    z-index: 0;
}

.sp-lk-page__tail:last-child {
    padding: 15px 0 0;
}

.sp-lk-page__top::before,
.sp-lk-page__body::before,
.sp-lk-page__tail::before {
    content: "";
    position: absolute;
    inset: 0 calc(50% - 50vw);
    z-index: -1;
}

.sp-lk-page__top::before,
.sp-lk-page__body::before {
    background: #f5f5f6;
}

.sp-lk-page__tail::before {
    background: #fff;
}

@media (min-width: 769px) {
    .sp-lk-page__sidebar {
        position: sticky;
        top: 16px;
        align-self: start;
    }
}

@media (max-width: 1100px) {
    .sp-lk-page__body {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 16px;
    }
}

@media (max-width: 980px) {
    .sp-lk-page {
        grid-template-columns: minmax(0, 1fr);
        background: #ffffff00;
    }

    .sp-lk-page__top {
        padding: 24px 0 0;
        order: 1;
    }

    .sp-lk-page__body {
        display: contents;
    }

    .sp-lk-page__main {
        order: 2;
        margin-top: 20px;
    }

    .sp-lk-page__tail {
        order: 3;
    }

    .sp-lk-page__sidebar {
        position: static;
        order: 4;
        margin-top: 20px;
    }

    .sp-lk-page__tail,
    .sp-lk-page__tail:last-child {
        padding: 15px 0 0;
    }
}

.sp-lk-page__sidebar .sp-lk-zone {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 0;
}

.sp-lk-page__sidebar .sp-lk-block {
    grid-column: span 1;
}

.sp-lk-page__tail .sp-lk-zone {
    margin-bottom: 0;
}

.sp-lk-sidebar-default {
    display: grid;
    gap: 10px;
}

.sp-lk-card {
    background: #fff;
    border: 1px solid #001b981a;
    border-radius: 16px;
    padding: 14px;
}

.sp-lk-card[data-sp-card-navigation],
.sp-lk-card[data-sp-card-url],
.sp-lk-pets__card[data-sp-card-navigation],
.sp-lk-pets__card[data-sp-card-url] {
    cursor: pointer;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sp-lk-card[data-sp-card-navigation]:hover,
.sp-lk-card[data-sp-card-navigation]:focus-visible,
.sp-lk-card[data-sp-card-url]:hover,
.sp-lk-card[data-sp-card-url]:focus-visible,
.sp-lk-pets__card[data-sp-card-navigation]:hover,
.sp-lk-pets__card[data-sp-card-navigation]:focus-visible,
.sp-lk-pets__card[data-sp-card-url]:hover,
.sp-lk-pets__card[data-sp-card-url]:focus-visible {
    border-color: rgb(215 218 229);
    box-shadow: 0 10px 10px rgba(32, 33, 39, 0.08);
    transform: translateY(-1px);
    outline: none;
}

.sp-lk__title {
    margin: 0 0 20px;
    color: #1e1e1e;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.sp-lk-sidebar-guard {
    display: grid;
    gap: 10px;
}

.sp-lk-sidebar-card {
    display: grid;
    gap: 10px;
}

.sp-lk-sidebar-card__heading {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #20212a;
}

.sp-lk-sidebar-card__meta {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #67697a;
}

.sp-lk-sidebar-card__status {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    color: #2f3038;
}

.sp-lk-sidebar-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sp-lk-sidebar-nav {
    display: grid;
    gap: 8px;
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu .sp-lk-sidebar-nav {
    grid-template-columns: 1fr;
    gap: 0;
    min-width: 0;
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu {
    grid-template-columns: 1fr;
    padding: 23px 10px;
    gap: 0;
    overflow: hidden;
    border-radius: 0;
    border: none;
}

.sp-lk-autoorder-manager .auto-orders-container {
    padding: 0;
}

.sp-lk-autoorder-manager .auto-orders-title {
    font-size: 24px;
}

.sp-lk-sidebar-profile {
    display: grid;
    gap: 0;
}

.sp-lk-sidebar-profile__item,
.sp-lk-sidebar-pets__item,
.sp-lk-sidebar-bonus__item {
    display: grid;
    gap: 6px;
    color: #20212a;
    text-decoration: none !important;
    padding: 10px 0;
}

.sp-lk-sidebar-profile__item.is-active .sp-lk-sidebar-profile__label,
.sp-lk-sidebar-profile__item:hover .sp-lk-sidebar-profile__label,
.sp-lk-sidebar-pets__item:hover .sp-lk-sidebar-pets__label,
.sp-lk-sidebar-pets__item:focus-visible .sp-lk-sidebar-pets__label,
.sp-lk-sidebar-bonus__item:hover .sp-lk-sidebar-bonus__label,
.sp-lk-sidebar-bonus__item:focus-visible .sp-lk-sidebar-bonus__label {
    color: var(--e-global-color-primary, #f70780);
}

.sp-lk-sidebar-profile__head,
.sp-lk-sidebar-pets__head,
.sp-lk-sidebar-bonus__head {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.sp-lk-sidebar-profile__icon,
.sp-lk-sidebar-pets__icon,
.sp-lk-sidebar-bonus__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-block;
    background-color: currentColor;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: var(--e-global-color-primary, #e80f71);
}

.sp-lk-sidebar-profile__icon--profile {
    -webkit-mask: center / 24px 24px no-repeat url("vector/user.svg");
    mask: center / 24px 24px no-repeat url("vector/user.svg");
}

.sp-lk-sidebar-profile__icon--address {
    -webkit-mask: center / 24px 24px no-repeat url("vector/map_point.svg");
    mask: center / 24px 24px no-repeat url("vector/map_point.svg");
}

.sp-lk-sidebar-profile__icon--payment {
    -webkit-mask: center / 24px 24px no-repeat url("vector/c-card.svg");
    mask: center / 24px 24px no-repeat url("vector/c-card.svg");
}

.sp-lk-sidebar-pets__icon {
    -webkit-mask: center / 24px 24px no-repeat url("vector/pet_foot.svg");
    mask: center / 24px 24px no-repeat url("vector/pet_foot.svg");
}

.sp-lk-sidebar-bonus__icon {
    -webkit-mask: center / 24px 24px no-repeat url("vector/wallet.svg");
    mask: center / 24px 24px no-repeat url("vector/wallet.svg");
}

.sp-lk-sidebar-profile__label-wrap,
.sp-lk-sidebar-pets__label-wrap,
.sp-lk-sidebar-bonus__label-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.sp-lk-sidebar-profile__label,
.sp-lk-sidebar-pets__label,
.sp-lk-sidebar-bonus__label {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    color: #20212a;
}

.sp-lk-sidebar-profile__label--profile,
.sp-lk-sidebar-pets__label--primary,
.sp-lk-sidebar-bonus__label--primary {
    font-size: 20px;
    line-height: 1.18;
    font-weight: 600;
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sp-lk-sidebar-profile__chevron,
.sp-lk-sidebar-pets__chevron,
.sp-lk-sidebar-bonus__chevron {
    width: 10px;
    height: 29px;
    flex: 0 0 10px;
    display: inline-block;
    background: center / cover no-repeat url("vector/chevron_right.svg");
    opacity: 0.82;
}

.sp-lk-sidebar-profile__meta {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    color: #6B6B6B;
}

.sp-lk-sidebar-pets__add {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 62px;
    color: #6B6B6B;
    text-decoration: none !important;
    padding: 4px 0 6px;
}

.sp-lk-sidebar-pets__add-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 999px;
    background: #f2f2f2;
    position: relative;
}

.sp-lk-sidebar-pets__add-icon::before,
.sp-lk-sidebar-pets__add-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #6B6B6B;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.sp-lk-sidebar-pets__add-icon::before {
    width: 20px;
    height: 2px;
}

.sp-lk-sidebar-pets__add-icon::after {
    width: 2px;
    height: 20px;
}

.sp-lk-sidebar-pets__add-label {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: inherit;
}

.sp-lk-sidebar-pets__add:hover .sp-lk-sidebar-pets__add-label,
.sp-lk-sidebar-pets__add:focus-visible .sp-lk-sidebar-pets__add-label {
    color: #20212a;
}

.sp-lk-sidebar-pets__preview {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 4px 0 6px;
    color: #20212a;
    text-decoration: none !important;
}

.sp-lk-sidebar-pets__avatars {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.sp-lk-sidebar-pets__avatar {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 2px solid #fff;
    object-fit: cover;
    background: #eaecf4 center / 52px 52px no-repeat;
}

.sp-lk-sidebar-pets__avatar + .sp-lk-sidebar-pets__avatar {
    margin-left: -10px;
}

.sp-lk-sidebar-pets__avatar--cat {
    background-image: url("vector/cat.svg");
}

.sp-lk-sidebar-pets__avatar--dog {
    background-image: url("vector/dog.svg");
}

.sp-lk-sidebar-pets__avatar--more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eaecf4;
    color: #20212a;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}

.sp-lk-sidebar-pets__names {
    min-width: 0;
    color: #20212a;
    font-size: 12px;
    line-height: 1.35;
}

.sp-lk-sidebar-bonus__hint {
    font-size: 16px;
    line-height: 1.35;
    color: #6B6B6B;
    padding-top: 10px;
}

.sp-lk-sidebar-bonus__progress {
    position: relative;
    margin-top: 0;
    padding: 22px 18px 16px;
    border-radius: 8px;
    background: #fff0f7;
}

.sp-lk-sidebar-bonus__track {
    position: relative;
    z-index: 0;
    height: 4px;
    border-radius: 999px;
    background: #d0d2d7;
}

.sp-lk-sidebar-bonus__track::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: var(--sp-lk-bonus-progress, 0%);
    border-radius: inherit;
    background: linear-gradient(to right, var(--e-global-color-primary, #f70780) 73%, transparent);
}

.sp-lk-sidebar-bonus__nodes {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
}

.sp-lk-sidebar-bonus__node {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid #d0d2d7;
    background: #fff;
}

.sp-lk-sidebar-bonus__node.is-active,
.sp-lk-sidebar-bonus__node.is-current {
    border-color: var(--e-global-color-primary, #f70780);
}

.sp-lk-sidebar-bonus__percent {
    --sp-lk-bonus-node-size: 16px;
    position: relative;
    width: max-content;
    max-width: 100%;
    margin-top: 10px;
    left: calc((100% - var(--sp-lk-bonus-node-size)) * var(--sp-lk-bonus-current-node-ratio, 0) + (var(--sp-lk-bonus-node-size) / 2));
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    color: var(--e-global-color-primary, #f70780);
}

.sp-lk-sidebar-bonus__meta {
    display: grid;
    gap: 6px;
    padding-top: 10px;
    margin-bottom: 2px;
}

.sp-lk-sidebar-bonus__meta-line {
    font-size: 14px;
    line-height: 1.25;
    color: #6B6B6B;
}

.sp-lk-sidebar-bonus__meta-line strong {
    font-weight: 500;
    color: #20212a;
}

.sp-lk-sidebar-nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 1px solid #ececf1;
    border-radius: 12px;
    background: #fff;
    color: #1f2029;
    text-decoration: none !important;
    padding: 10px 12px;
    min-height: 46px;
    overflow: hidden;
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu .sp-lk-sidebar-nav .sp-lk-sidebar-nav-link {
    gap: 14px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ececf1;
    padding: 9px 8px 9px 5px;
    min-height: 49px;
}

.sp-lk-sidebar-nav-link::after {
    content: "";
    margin-left: auto;
    width: 10px;
    height: 26px;
    flex: 0 0 10px;
    background: center / cover no-repeat url("vector/chevron_right.svg");
    opacity: 0.9;
}

.sp-lk-sidebar-nav-link.is-active {
    border-color: #f7b6d7;
    background: #fff4fa;
}

.sp-lk-sidebar-nav-link__icon {
    font-size: 12px;
    color: var(--e-global-color-primary, #f70780);
    line-height: 1;
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu .sp-lk-sidebar-nav-link__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-block;
    background-color: currentColor;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    font-size: 0;
    line-height: 0;
    color: var(--e-global-color-primary, #e80f71);
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu .sp-lk-sidebar-nav-link__icon--profile {
    -webkit-mask: center / 24px 24px no-repeat url("vector/user.svg");
    mask: center / 24px 24px no-repeat url("vector/user.svg");
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu .sp-lk-sidebar-nav-link__icon--address {
    -webkit-mask: center / 24px 24px no-repeat url("vector/map_point.svg");
    mask: center / 24px 24px no-repeat url("vector/map_point.svg");
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu .sp-lk-sidebar-nav-link__icon--payment {
    -webkit-mask: center / 24px 24px no-repeat url("vector/c-card.svg");
    mask: center / 24px 24px no-repeat url("vector/c-card.svg");
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu .sp-lk-sidebar-nav-link__icon--orders {
    -webkit-mask: center / 24px 24px no-repeat url("vector/order_box.svg");
    mask: center / 24px 24px no-repeat url("vector/order_box.svg");
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu .sp-lk-sidebar-nav-link__icon--pets {
    -webkit-mask: center / 24px 24px no-repeat url("vector/pet_foot.svg");
    mask: center / 24px 24px no-repeat url("vector/pet_foot.svg");
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu .sp-lk-sidebar-nav-link__icon--bonus {
    -webkit-mask: center / 24px 24px no-repeat url("vector/wallet.svg");
    mask: center / 24px 24px no-repeat url("vector/wallet.svg");
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu .sp-lk-sidebar-nav-link__icon--logout {
    background-color: #fff;
    background-image: url("vector/exit.svg");
    -webkit-mask: none;
    mask: none;
}

.sp-lk-sidebar-nav-link__text {
    display: grid;
    gap: 2px;
}

.sp-lk-sidebar-nav-link__title {
    flex: 1;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu .sp-lk-sidebar-nav-link__title {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    color: #22232a;
}

.sp-lk-sidebar-card.sp-lk-sidebar-card--menu .sp-lk-sidebar-nav .sp-lk-sidebar-nav-link:last-child {
    border-bottom: 0;
}

.sp-lk-sidebar-nav-link__meta {
    font-size: 14px;
    line-height: 1.3;
    color: #6b6b75;
}

.sp-lk-sidebar-logout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: 48px;
    color: #20212a;
    text-decoration: none !important;
}

.sp-lk-sidebar-logout__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-block;
    background: center / 24px 24px no-repeat url("vector/exit.svg");
}

.sp-lk-sidebar-logout__label {
    font-size: 20px;
    line-height: 1.18;
    font-weight: 600;
    color: inherit;
}

.sp-lk-statusbar {
    background: var(--e-global-color-primary, #f70780);
    color: #fff;
    margin-bottom: 0;
    border-radius: 0;
}

.sp-lk-statusbar--sticky {
    position: sticky;
    top: var(--sp-lk-sticky-offset, 0px);
    z-index: 6;
}

.sp-lk-statusbar--sticky.sp-lk-statusbar--commercekit-hidden {
    display: none;
}

.sp-lk-statusbar--outside {
    margin-bottom: 0;
}

.sp-lk-statusbar__viewport {
    overflow: hidden;
    width: 100%;
    touch-action: pan-y;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.sp-lk-statusbar.is-dragging .sp-lk-statusbar__viewport {
    cursor: grabbing;
}

.sp-lk-statusbar__track {
    display: flex;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 360ms ease;
    will-change: transform;
}

.sp-lk-statusbar__slide {
    flex: 0 0 100%;
    min-width: 100%;
}

.sp-lk-statusbar__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 36px;
    padding: 0 !important;
    border: 0;
    background-color: transparent !important;
    background: transparent;
    transform: translateY(-50%);
    appearance: none !important;
    cursor: pointer;
}

.sp-lk-statusbar__nav--prev {
    left: 0;
}

.sp-lk-statusbar__nav--next {
    right: 0;
}

.sp-lk-statusbar__nav-icon {
    display: block;
    width: 28px;
    height: 28px;
    filter: brightness(0) invert(1);
}

.sp-lk-statusbar__nav--prev .sp-lk-statusbar__nav-icon {
    transform: rotate(180deg);
}

.sp-lk-statusbar__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 6px 16px;
    min-height: 40px;
}

.sp-lk-statusbar__text {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    min-width: 0;
    padding-left: 30px;
    cursor: pointer !important;
}

.sp-lk-statusbar__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: center / 20px 20px no-repeat url("vector/info_icon.svg");
}

.sp-lk-statusbar__title,
.sp-lk-statusbar__subtitle {
    font-size: 16px;
    line-height: 1.2;
}

.sp-lk-statusbar__title {
    font-weight: 600;
}


.sp-lk-statusbar__subtitle {
    opacity: 1;
}

.sp-lk-statusbar__cta {
    display: inline-block;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    text-decoration: none !important;
    padding: 5px 11px;
    font-weight: 500;
    white-space: nowrap;
}

.sp-lk-statusbar__cta:not(.elementor-button):hover,
.sp-lk-statusbar__cta:not(.elementor-button):focus,
.sp-lk-statusbar__cta:not(.elementor-button):focus-visible {
    color: #fff !important;
}

.sp-lk-delivery-date-modal[hidden] {
    display: none;
}

.sp-lk-delivery-date-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

.sp-lk-delivery-date-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(19, 20, 25, 0.56);
}

.sp-lk-delivery-date-modal__dialog {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 620px;
    max-width: calc(100vw - 32px);
    max-height: min(88vh, 760px);
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 72px rgba(15, 20, 36, 0.24);
}

.sp-lk-delivery-date-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 20px 14px;
    border-bottom: 1px solid #ececf1;
}

.sp-lk-delivery-date-modal__title-wrap {
    min-width: 0;
}

.sp-lk-delivery-date-modal__title {
    margin: 0;
    color: #1e1e1e;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
}

.sp-lk-delivery-date-modal__subtitle {
    margin: 4px 0 0;
    color: #6b6b75;
    font-size: 14px;
    line-height: 1.4;
}

.sp-lk-delivery-date-modal__close {
    all: unset;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f8ff00 !important;
    background: #f4f5f8 center / 22px 22px no-repeat url("vector/close_times.svg");
    cursor: pointer;
    opacity: 0.8;
    transition: background-color 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}

.sp-lk-delivery-date-modal__close:hover,
.sp-lk-delivery-date-modal__close:focus-visible {
    background-color: #e9ebf1;
    opacity: 1;
}

.sp-lk-delivery-date-modal__close:active {
    transform: scale(0.96);
}

.sp-lk-delivery-date-modal__content {
    display: grid;
    gap: 12px;
    padding: 18px 20px 20px;
    overflow: auto;
}

.sp-lk-delivery-date-modal__meta,
.sp-lk-delivery-date-modal__current,
.sp-lk-delivery-date-modal__hint {
    margin: 0;
    color: #4f4f58;
    font-size: 15px;
    line-height: 1.45;
}

.sp-lk-delivery-date-modal__error {
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff1f5;
    color: #9d0c4d;
    font-size: 14px;
    line-height: 1.45;
}

.sp-lk-delivery-date-modal__field {
    display: grid;
    gap: 8px;
}

.sp-lk-delivery-date-modal__field-label {
    color: #1f2029;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.sp-lk-delivery-date-modal__select {
    width: 100%;
    min-height: 48px;
    border: 1px solid #dfe1ea;
    border-radius: 12px;
    background: #fff;
    color: #1f2029;
    font-size: 16px;
    padding: 10px 14px;
}

.sp-lk-delivery-date-modal__actions {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 12px;
    padding-top: 12px;
}

.sp-lk-delivery-date-modal__submit,
.sp-lk-delivery-date-modal__cancel {
    min-height: 48px;
    height: 48px;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}

.sp-lk-delivery-date-modal__submit {
    border: 1px solid var(--e-global-color-primary, #f70780) !important;
    background: var(--e-global-color-primary, #f70780) !important;
    color: #fff !important;
}

.sp-lk-delivery-date-modal__submit:hover,
.sp-lk-delivery-date-modal__submit:focus-visible {
    background: var(--e-global-color-accent, #e10573) !important;
    border-color: var(--e-global-color-accent, #e10573) !important;
    color: #fff !important;
}

.sp-lk-delivery-date-modal__submit:active {
    transform: translateY(1px);
}

.sp-lk-delivery-date-modal__cancel {
    border: 1px solid #dfe1ea !important;
    background: #fff !important;
    color: #1f2029 !important;
}

.sp-lk-delivery-date-modal__cancel:hover,
.sp-lk-delivery-date-modal__cancel:focus-visible {
    background: #f7f8fb !important;
    border-color: #cfd4e1 !important;
    color: #1f2029 !important;
}

.sp-lk-delivery-date-modal__cancel:active {
    transform: translateY(1px);
}

body.sp-lk-modal-open {
    overflow: hidden;
}

@media (min-width: 1000px) {
    .sp-lk-statusbar--carousel .sp-lk-statusbar__viewport {
        padding-inline: 44px;
    }
}

@media (max-width: 999px) {
    .sp-lk-statusbar__nav {
        display: none;
    }
}

@media (max-width: 640px) {
    .sp-lk-delivery-date-modal {
        padding: 12px;
        align-items: flex-end;
    }

    .sp-lk-delivery-date-modal__dialog {
        width: 100%;
        max-width: none;
        max-height: calc(100vh - 24px);
        border-radius: 16px 16px 0 0;
    }

    .sp-lk-delivery-date-modal__header,
    .sp-lk-delivery-date-modal__content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .sp-lk-delivery-date-modal__actions {
        grid-template-columns: repeat(2, max-content);
        justify-content: center;
    }

    .sp-lk-delivery-date-modal__submit,
    .sp-lk-delivery-date-modal__cancel {
        width: auto;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sp-lk-statusbar__track {
        transition: none;
    }

    .sp-lk-order-page__progress-step.is-current .sp-lk-order-page__progress-bar {
        animation: none;
    }

    .sp-lk-order-page__progress-step.is-current .sp-lk-order-page__progress-bar::before {
        animation: none;
    }
}

.sp-lk-zone {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 14px;
}

.sp-lk-block {
    grid-column: span var(--sp-lk-col-desktop, 12);
    min-width: 0;
}

.sp-lk-block--desktop-hidden {
    display: none;
}

.sp-lk-block--mobile-hidden {
    display: block;
}

.sp-lk-block--cookie-hidden {
    display: none;
}

.sp-lk-state-card__title {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.3;
}

.sp-lk-state-card__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #4f4f58;
}

.sp-lk-state-card__cta {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 10px;
    text-decoration: none !important;
    background: var(--e-global-color-primary, #f70780);
    color: #fff;
    font-weight: 600;
}

.sp-lk-state-card__cta:not(.elementor-button):hover,
.sp-lk-state-card__cta:not(.elementor-button):focus,
.sp-lk-state-card__cta:not(.elementor-button):focus-visible {
    color: #fff !important;
}

.sp-lk-state-card__cta--button {
    border: 0;
    cursor: pointer;
}

.sp-lk-summary-card__title {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.2;
}

.sp-lk-summary-card__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #4f4f58;
}

.sp-lk-summary-card__hint {
    margin: 8px 0 0;
    font-size: 14px;
    color: #686a79;
}

.sp-lk-summary-card__list {
    margin: 0;
    display: grid;
    gap: 10px;
}

.sp-lk-summary-card__list div {
    display: grid;
    gap: 4px;
}

.sp-lk-summary-card__list dt {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: #8a8c99;
}

.sp-lk-summary-card__list dd {
    margin: 0;
    color: #2f3038;
    font-size: 15px;
}

.sp-lk-summary-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.sp-lk-summary-card__metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.sp-lk-summary-card__metrics div {
    background: #f8f8fa;
    border: 1px solid #ececf1;
    border-radius: 10px;
    padding: 10px;
    display: grid;
    gap: 6px;
}

.sp-lk-summary-card__metrics span {
    color: #747683;
    font-size: 13px;
}

.sp-lk-summary-card__metrics strong {
    font-size: 18px;
    line-height: 1;
}

.sp-lk-summary-card__chips {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sp-lk-summary-card__chips li {
    background: #f5f6fb;
    border: 1px solid #e1e3ec;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 14px;
}

.sp-lk-summary-pets {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 14px;
    margin-top: 14px;
}

.sp-lk-summary-pets__item {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 8px;
    width: 76px;
    color: #202127;
    text-decoration: none !important;
}

.sp-lk-summary-pets__item:hover .sp-lk-summary-pets__name,
.sp-lk-summary-pets__item:focus-visible .sp-lk-summary-pets__name {
    color: var(--e-global-color-primary, #f70780);
}

.sp-lk-summary-pets__avatar {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    object-fit: cover;
    background: #eaecf4 center / 64px 64px no-repeat;
}

.sp-lk-summary-pets__avatar--placeholder {
    display: inline-block;
}

.sp-lk-summary-pets__avatar--cat {
    background-image: url("vector/cat.svg");
}

.sp-lk-summary-pets__avatar--dog {
    background-image: url("vector/dog.svg");
}

.sp-lk-summary-pets__avatar--add {
    border: 1px solid #d6d9e3;
    background: #fff center / 45px 45px no-repeat;
    background-image: url("vector/paw.svg");
    opacity: 0.5;
}

.sp-lk-summary-pets__name {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #202127;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sp-lk__footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.sp-lk__load-more {
    min-width: 160px;
    background-color: #ffffff !important;
    color: #202127 !important;
    font-size: 12px !important;
    height: 36px;
}

.sp-lk__load-more[disabled] {
    opacity: 0.6;
    cursor: default;
}

@media (max-width: 980px) {
    .sp-lk__footer {
        margin-top: 16px;
    }

    .sp-lk__load-more {
        width: 100%;
    }

    .sp-lk-order-page__layout {
        grid-template-columns: 1fr;
    }

    .sp-lk-order-page__column {
        display: contents;
    }

    .sp-lk-order-page__notice--heavy {
        order: 1;
    }

    .sp-lk-order-page__notice--frozen {
        order: 2;
    }

    .sp-lk-order-page__telegram {
        order: 3;
    }

    .sp-lk-order-page__card--address {
        order: 4;
    }

    .sp-lk-order-page__card--delivery {
        order: 5;
    }

    .sp-lk-order-page__card--products {
        order: 6;
    }

    .sp-lk-order-page__card--details {
        order: 7;
    }
}

.sp-lk-order-page {
    display: grid;
    gap: 16px;
}

.sp-lk-back-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--e-global-color-primary, #e80f71);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none !important;
}

.sp-lk-back-link__icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background-color: currentColor;
    -webkit-mask: center / 14px 14px no-repeat url("vector/chevron_right.svg");
    mask: center / 14px 14px no-repeat url("vector/chevron_right.svg");
    transform: rotate(180deg);
}

.sp-lk-order-page__back {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--e-global-color-primary, #e80f71);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none !important;
}

.sp-lk-order-page__back-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background-color: currentColor;
    -webkit-mask: center / 14px 14px no-repeat url("vector/chevron_right.svg");
    mask: center / 14px 14px no-repeat url("vector/chevron_right.svg");
    transform: rotate(180deg);
}

.sp-lk-menu {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.sp-lk-menu[open] {
    z-index: 8;
}

.sp-lk-menu > summary,
.sp-lk-menu__summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.sp-lk-menu > summary::-webkit-details-marker,
.sp-lk-menu__summary::-webkit-details-marker {
    display: none;
}

.sp-lk-menu__toggle {
    width: 28px;
    height: 28px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
    cursor: pointer;
}

.sp-lk-menu[open] .sp-lk-menu__toggle {
    border-color: var(--e-global-color-primary, #f70780);
}

.sp-lk-menu__toggle span {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #202127;
    display: block;
}

.sp-lk-menu__list {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 200px;
    padding: 8px 0;
    border-radius: 8px;
    border: 0;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    display: grid;
}

.sp-lk-menu__link {
    display: block;
    width: 100%;
    min-height: 36px;
    padding: 7px 16px;
    background: transparent;
    border: 0;
    text-align: left;
    color: #202127;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-decoration: none !important;
}

.sp-lk-menu__link:hover {
    background: #f7f7f9;
}

.sp-lk-order-page__hero,
.sp-lk-order-page__card,
.sp-lk-order-page__notice,
.sp-lk-order-page__telegram {
    background: #fff;
    border-radius: 16px;
}

.sp-lk-order-page__hero {
    padding: 20px 24px;
    display: grid;
    gap: 20px;
}

.sp-lk-order-page__hero-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.sp-lk-order-page__hero-meta {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
    flex-wrap: wrap;
}

.sp-lk-order-page__hero-number {
    color: #202127;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.sp-lk-order-page__hero-date {
    color: #6B6B6B;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

.sp-lk-order-page__hero-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.sp-lk-order-page__hero-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.sp-lk-order-page__hero-buttons--mobile {
    display: none;
}

.sp-lk-order-page__hero-menu .sp-lk-order-card__menu-toggle {
    width: 36px;
    height: 36px;
    min-height: 36px;
}

.sp-lk-order-page__progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
}

.sp-lk-order-page__progress-step {
    display: grid;
    gap: 4px;
    justify-items: center;
}

.sp-lk-order-page__progress-bar {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #dcdcdc;
}

.sp-lk-order-page__progress-step.is-done .sp-lk-order-page__progress-bar {
    background: var(--e-global-color-primary, #f70780);
    box-shadow: inset 0 0 0 1px var(--e-global-color-primary, #f70780);
}

.sp-lk-order-page__progress-step.is-current .sp-lk-order-page__progress-bar {
    position: relative;
    overflow: hidden;
    background: #fff5f9;
}

.sp-lk-order-page__progress-step.is-current .sp-lk-order-page__progress-bar::before {
    content: '';
    position: absolute;
    inset: 1px -14px;
    border-radius: 2px;
    background:
        repeating-linear-gradient(
            -45deg,
            var(--e-global-color-primary, #f70780) 0,
            var(--e-global-color-primary, #f70780) 4px,
            #fff5f9 4px,
            #fff5f9 8px
        );
    animation: sp-lk-order-progress-stripes 1400ms linear infinite;
}

.sp-lk-order-page__progress-step.is-current .sp-lk-order-page__progress-bar::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 1px solid var(--e-global-color-primary, #f70780);
    border-radius: 4px;
    pointer-events: none;
}

@keyframes sp-lk-order-progress-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 11.313708px 0;
    }
}

.sp-lk-order-page__progress.is-completed .sp-lk-order-page__progress-step .sp-lk-order-page__progress-bar {
    background: var(--e-global-color-primary, #f70780);
    box-shadow: inset 0 0 0 1px var(--e-global-color-primary, #f70780);
}

.sp-lk-order-page__progress.is-completed .sp-lk-order-page__progress-step .sp-lk-order-page__progress-label {
    color: var(--e-global-color-accent, #d8005b);
}

.sp-lk-order-page__progress.is-cancelled .sp-lk-order-page__progress-step .sp-lk-order-page__progress-bar {
    background: #dcdcdc;
    box-shadow: none;
}

.sp-lk-order-page__progress.is-cancelled .sp-lk-order-page__progress-step .sp-lk-order-page__progress-label {
    color: #6B6B6B;
}

.sp-lk-order-page__progress-label {
    color: #6B6B6B;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.sp-lk-order-page__progress-step.is-current .sp-lk-order-page__progress-label,
.sp-lk-order-page__progress-step.is-done .sp-lk-order-page__progress-label {
    color: var(--e-global-color-accent, #d8005b);
}

.sp-lk-order-page__hero-subtitle {
    color: #202127;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.sp-lk-order-page__hero-completed {
    display: grid;
    gap: 16px;
}

.sp-lk-order-page__hero-completed-status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-lk-order-page__hero-completed-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    background: center / 32px 32px no-repeat url("vector/order_completed.svg");
}

.sp-lk-order-page__hero-completed-copy {
    display: grid;
    gap: 2px;
}

.sp-lk-order-page__hero-completed-title {
    color: #1e1e1e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.sp-lk-order-page__hero-completed-subtitle {
    color: #6B6B6B;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
}

.sp-lk-order-page__review-card {
    display: grid;
    gap: 16px;
    align-self: stretch;
    padding: 16px 20px;
    background: #e6eeff;
    border-radius: 12px;
}

.sp-lk-order-page__review-card--courier {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.sp-lk-order-page__review-card--order {
    grid-template-columns: 1fr;
}

.sp-lk-order-page__hero-tracking {
    scroll-margin-top: var(--sp-lk-page-anchor-offset, 24px);
    scroll-margin-block-start: var(--sp-lk-page-anchor-offset, 24px);
    display: grid;
    gap: 16px;
}

html {
    scroll-padding-top: var(--sp-lk-page-anchor-offset, 24px);
}

.sp-lk-order-page__pickup-card {
    display: grid;
    gap: 16px;
    align-self: stretch;
    padding: 16px 20px;
    background: #e6eeff;
    border-radius: 12px;
}

.sp-lk-order-page__pickup-list {
    display: grid;
    gap: 16px;
}

.sp-lk-order-page__pickup-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.sp-lk-order-page__pickup-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.sp-lk-order-page__pickup-icon--route {
    background-image: url("vector/compass_route.svg");
}

.sp-lk-order-page__pickup-icon--info {
    background-image: url("vector/info_circle.svg");
}

.sp-lk-order-page__pickup-icon--location {
    background-image: url("vector/location_pin.svg");
}

.sp-lk-order-page__pickup-icon--time {
    background-image: url("vector/time.svg");
}

.sp-lk-order-page__pickup-text {
    color: #1e1e1e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.sp-lk-order-page__pickup-label {
    font-weight: 400;
}

.sp-lk-order-page__pickup-phone {
    color: #1e1e1e;
    font-weight: 400;
    text-decoration: none !important;
    white-space: nowrap;
}

.sp-lk-order-page__pickup-link {
    color: #1e1e1e;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sp-lk-order-page__pickup-map-link {
    justify-self: start;
    align-self: flex-start;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 13px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
}

.sp-lk-order-page__pickup-map-link:not(.elementor-button):hover,
.sp-lk-order-page__pickup-map-link:not(.elementor-button):focus,
.sp-lk-order-page__pickup-map-link:not(.elementor-button):focus-visible,
.sp-lk-order-page__review-tip-link:not(.elementor-button):hover,
.sp-lk-order-page__review-tip-link:not(.elementor-button):focus,
.sp-lk-order-page__review-tip-link:not(.elementor-button):focus-visible,
.sp-lk-order-page__tracking-phone:not(.elementor-button):hover,
.sp-lk-order-page__tracking-phone:not(.elementor-button):focus,
.sp-lk-order-page__tracking-phone:not(.elementor-button):focus-visible {
    color: #1e1e1e !important;
}

.sp-lk-order-page__tracking-stack {
    display: grid;
    gap: 16px;
}

.sp-lk-order-page__review-courier {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
    min-width: max-content;
    max-width: 100%;
}

.sp-lk-order-page__review-courier-avatar {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 999px;
    background: #fff;
}

.sp-lk-order-page__review-courier-copy {
    display: grid;
    gap: 0;
    flex: 0 0 auto;
    min-width: max-content;
}

.sp-lk-order-page__review-courier-label,
.sp-lk-order-page__review-courier-name,
.sp-lk-order-page__review-label {
    font-size: 16px;
    line-height: 22px;
}

.sp-lk-order-page__review-courier-label {
    color: #6B6B6B;
    font-weight: 400;
}

.sp-lk-order-page__review-courier-name,
.sp-lk-order-page__review-label {
    color: #1e1e1e;
    font-weight: 500;
}

.sp-lk-order-page__review-tip-link {
    flex: 0 0 auto;
    margin-left: auto;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 13px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
}

.sp-lk-order-page__tracking-phone {
    flex: 0 0 auto;
    margin-left: auto;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 13px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
}

.sp-lk-order-page__tracking-map-card {
    position: relative;
    overflow: hidden;
    align-self: stretch;
    min-height: 300px;
    background: #e6eeff;
    border-radius: 12px;
}

.sp-lk-order-page__tracking-map-canvas {
    width: 100%;
    height: 300px;
}

.sp-lk-order-page__tracking-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: inherit;
    padding: 24px;
    color: #6B6B6B;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.sp-lk-order-page__tracking-courier-card.is-unavailable,
.sp-lk-order-page__tracking-map-card.is-unavailable {
    background: #e6eeff;
}

.sp-lk-order-page__tracking-skeleton {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.58) 50%, rgba(255,255,255,0.28) 100%);
    background-size: 200% 100%;
    animation: sp-lk-tracking-skeleton 1.4s ease-in-out infinite;
}

.sp-lk-order-page__tracking-skeleton--courier {
    height: 54px;
}

.sp-lk-order-page__tracking-skeleton--map {
    height: 300px;
    border-radius: 12px;
}

.sp-lk-order-page__review-rating-row {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.sp-lk-order-page__review-stars {
    display: inline-flex;
    align-items: center;
    gap: 0;
    flex-direction: row-reverse;
}

.sp-lk-order-page__review-stars.is-submitting button {
    opacity: 1 !important;
    animation: sp-lk-review-star-wiggle 0.9s ease-in-out infinite;
    transform-origin: 50% 58%;
}

.sp-lk-order-page__review-stars.is-submitting .sp-lk-order-page__review-star:nth-child(1) {
    animation-delay: 0s;
}

.sp-lk-order-page__review-stars.is-submitting .sp-lk-order-page__review-star:nth-child(2) {
    animation-delay: 0.08s;
}

.sp-lk-order-page__review-stars.is-submitting .sp-lk-order-page__review-star:nth-child(3) {
    animation-delay: 0.16s;
}

.sp-lk-order-page__review-stars.is-submitting .sp-lk-order-page__review-star:nth-child(4) {
    animation-delay: 0.24s;
}

.sp-lk-order-page__review-stars.is-submitting .sp-lk-order-page__review-star:nth-child(5) {
    animation-delay: 0.32s;
}

.sp-lk-order-page__review-star {
    -webkit-appearance: none !important;
    appearance: none !important;
    display: inline-block;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    background: center / 20px 19px no-repeat url("vector/grey_star.svg") !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    vertical-align: middle !important;
    cursor: pointer;
}

.sp-lk-order-page__review-star:hover,
.sp-lk-order-page__review-star:hover ~ .sp-lk-order-page__review-star,
.sp-lk-order-page__review-star:focus-visible,
.sp-lk-order-page__review-star:focus-visible ~ .sp-lk-order-page__review-star,
.sp-lk-order-page__review-star.is-selected {
    background-image: url("vector/gold_star.svg") !important;
}

.sp-lk-order-page__review-star:disabled {
    cursor: default;
}

@keyframes sp-lk-review-star-wiggle {
    0%,
    100% {
        transform: translateX(0) rotate(0deg);
    }
    20% {
        transform: translateX(-1px) rotate(-8deg);
    }
    40% {
        transform: translateX(1px) rotate(7deg);
    }
    60% {
        transform: translateX(-0.5px) rotate(-4deg);
    }
    80% {
        transform: translateX(0.5px) rotate(3deg);
    }
}

@keyframes sp-lk-tracking-skeleton {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.sp-lk-order-page__review-error {
    grid-column: 1 / -1;
    color: var(--e-global-color-accent, #d8005b);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.sp-lk-order-page__hero-cancelled {
    display: grid;
    gap: 8px;
    align-self: stretch;
}

.sp-lk-order-page__hero-cancelled-card {
    display: grid;
    justify-items: center;
    gap: 8px;
    align-self: stretch;
    padding: 16px 20px;
    background: #e6eeff;
    border-radius: 12px;
}

.sp-lk-order-page__hero-cancelled-head {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sp-lk-order-page__hero-cancelled-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    background: center / 32px 32px no-repeat url("vector/order_cancelled.svg");
}

.sp-lk-order-page__hero-cancelled-copy {
    display: grid;
    gap: 2px;
}

.sp-lk-order-page__hero-cancelled-title {
    color: #1e1e1e;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.sp-lk-order-page__hero-cancelled-reason {
    min-height: 22px;
    width: 100%;
    text-align: center;
}

.sp-lk-order-page__history {
    width: 100%;
}

.sp-lk-order-page__history-toggle {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3666cb;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
}

.sp-lk-order-page__history-toggle::-webkit-details-marker {
    display: none;
}

.sp-lk-order-page__history-chevron {
    width: 22px;
    height: 22px;
    flex: 0 0 11px;
    background: center / 23px 22px no-repeat url("vector/chevron_right.svg");
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(31%) sepia(93%) saturate(1381%) hue-rotate(203deg) brightness(90%) contrast(94%);
    transition: transform .2s ease;
}

.sp-lk-order-page__history[open] .sp-lk-order-page__history-chevron {
    transform: rotate(270deg);
}

.sp-lk-order-page__history-list {
    margin-top: 12px;
    padding: 16px;
    background: #f0f5ff;
    border-radius: 8px;
    display: grid;
    gap: 12px;
    position: relative;
}

.sp-lk-order-page__history-item {
    display: grid;
    gap: 2px;
    position: relative;
    padding-left: 35px;
}

.sp-lk-order-page__history-item::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #b8b8b8;
}

.sp-lk-order-page__history-item::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 14px;
    width: 1px;
    bottom: -20px;
    background: #d9d9d9;
}

.sp-lk-order-page__history-item.is-current::before {
    background: var(--e-global-color-primary, #e80f71);
}

.sp-lk-order-page__history-item:last-child::after {
    display: none;
}

.sp-lk-order-page__history-title {
    color: #202127;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.sp-lk-order-page__history-status {
    display: grid;
    gap: 2px;
}

.sp-lk-order-page__history-datetime {
    color: #6B6B6B;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
}

.sp-lk-order-page__history-description {
    color: #6B6B6B;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
}

.sp-lk-order-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.sp-lk-order-page__column {
    display: grid;
    gap: 16px;
}

.sp-lk-order-page__card {
    padding: 20px 24px;
}

.sp-lk-order-page__card--products {
    padding: 20px;
}

.sp-lk-order-page__card-title {
    margin: 0 0 12px;
    color: #202127;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.sp-lk-order-page__details-list {
    display: grid;
    gap: 8px;
}

.sp-lk-order-page__detail-row {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sp-lk-order-page__detail-label {
    flex: 1 1 auto;
    color: #6B6B6B;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.sp-lk-order-page__detail-value {
    color: #202127;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-align: right;
}

.sp-lk-order-page__detail-value.is-strong {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.sp-lk-order-page__details-separator {
    height: 1px;
    margin: 16px 0 12px;
    background: #f0f0f0;
}

.sp-lk-order-page__payment {
    display: grid;
    gap: 2px;
}

.sp-lk-order-page__payment-title {
    color: #00a171;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.sp-lk-order-page__payment-value,
.sp-lk-order-page__text-muted {
    color: #6B6B6B;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.sp-lk-order-page__text-block {
    display: grid;
    gap: 2px;
}

.sp-lk-order-page__text-main {
    color: #202127;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.sp-lk-order-page__change-date {
    margin-top: 8px;
}

.sp-lk-order-page__products-list {
    display: grid;
    gap: 8px;
}

.sp-lk-order-page__product-row {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.sp-lk-order-page__product-row + .sp-lk-order-page__product-row {
    border-top: 1px solid #f0f0f0;
    padding-top: 8px;
}

.sp-lk-order-page__product-image {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sp-lk-order-page__product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.sp-lk-order-page__product-fallback {
    color: #656874;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}

.sp-lk-order-page__product-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.sp-lk-order-page__product-name {
    color: #202127;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.sp-lk-order-page__product-price {
    color: #202127;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.sp-lk-order-page__product-meta {
    color: #6B6B6B;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
}

.sp-lk-order-page__notice {
    padding: 16px;
    background: #f0f5ff;
    border: 1px solid #d3def5;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.sp-lk-order-page__notice-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sp-lk-order-page__notice-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.sp-lk-order-page__notice-icon img {
    width: 24px;
    height: 24px;
    display: block;
}

.sp-lk-order-page__notice-copy {
    display: grid;
    gap: 4px;
}

.sp-lk-order-page__notice-title {
    color: #202127;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.sp-lk-order-page__notice-text,
.sp-lk-order-page__telegram-text,
.sp-lk-messenger-card__text {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.sp-lk-order-page__telegram,
.sp-lk-messenger-card {
    padding: 16px;
    background: #f0f5ff;
    border: 1px solid #d3def5;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none !important;
    border-radius: 16px;
}

.sp-lk-order-page__telegram-icon,
.sp-lk-messenger-card__icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sp-lk-order-page__telegram-icon svg,
.sp-lk-messenger-card__icon svg {
    width: 36px;
    height: 36px;
    display: block;
}

.sp-lk-order-page__telegram-text,
.sp-lk-messenger-card__text {
    flex: 1 1 auto;
}

.sp-lk-order-page__telegram-chevron,
.sp-lk-messenger-card__chevron {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    background: center / 30px 30px no-repeat url("vector/chevron_right.svg");
    background-origin: unset;
    opacity: .9;
}

.sp-lk-messenger-card__icon--max {
    color: #0a65ff;
}


@media (max-width: 768px) {
    .sp-lk-page__top {
        padding: 20px 0 0;
    }

    .sp-lk-page__body {
        display: contents;
    }

    .sp-lk-page__tail,
    .sp-lk-page__tail:last-child {
        padding: 15px 0 0;
    }

    .sp-lk-sidebar-card.sp-lk-sidebar-card--menu {
        width: auto;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .sp-lk-statusbar__inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 6px 16px;
    }

    .sp-lk-statusbar__text {
        flex: 1 1 auto;
        align-items: flex-start;
        gap: 2px 4px;
        padding-left: 28px;
    }

    .sp-lk-statusbar__title,
    .sp-lk-statusbar__subtitle {
        font-size: 13px;
    }

    .sp-lk-block {
        grid-column: span var(--sp-lk-col-mobile, 12);
    }

    .sp-lk-block--desktop-hidden {
        display: block;
    }

    .sp-lk-block--mobile-hidden {
        display: none;
    }

    .sp-lk-block--cookie-hidden {
        display: none;
    }

    .sp-lk-block--desktop-hidden.sp-lk-block--mobile-hidden {
        display: none;
    }

    .sp-lk-order-page__back {
        font-size: 13px;
        line-height: 18px;
    }

    .sp-lk-back-link {
        font-size: 13px;
        line-height: 18px;
    }

    .sp-lk-order-page__layout {
        grid-template-columns: 1fr;
        display: grid;
        gap: 16px;
    }

    .sp-lk-order-page__column {
        display: grid;
        gap: 16px;
    }

    .sp-lk-order-page__column--aside {
        order: 1;
    }

    .sp-lk-order-page__column--main {
        order: 2;
    }

    .sp-lk-order-page__hero,
    .sp-lk-order-page__card,
    .sp-lk-order-page__card--products {
        padding: 20px 16px;
    }

    .sp-lk-order-page__hero-meta {
        gap: 6px;
        padding-right: 8px;
    }

    .sp-lk-order-page__hero-number {
        font-size: 24px;
        line-height: 26px;
    }

    .sp-lk-order-page__hero-date {
        font-size: 16px;
        line-height: 22px;
    }

    .sp-lk-order-page__hero-buttons--desktop {
        display: none;
    }

    .sp-lk-order-page__hero-buttons--mobile {
        display: flex;
        gap: 8px;
    }

    .sp-lk-order-page__hero-buttons--mobile .sp-lk-order-card__button {
        min-height: 36px;
        padding: 7px 12px;
        font-size: 16px;
        line-height: 22px;
    }

    .sp-lk-order-page__history-list {
        padding: 16px 12px;
        background: #f5f8ff;
    }

    .sp-lk-order-page__history-item {
        padding-left: 24px;
    }

    .sp-lk-order-page__history-item::before {
        left: 8px;
        width: 9px;
        height: 9px;
    }

    .sp-lk-order-page__history-item::after {
        top: 11px;
        left: 12px;
        bottom: -12px;
    }

    .sp-lk-order-page__card-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .sp-lk-order-page__hero-subtitle {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }

    .sp-lk-order-page__hero-completed {
        gap: 12px;
    }

    .sp-lk-order-page__review-card {
        padding: 16px 20px;
    }

    .sp-lk-order-page__pickup-card {
        padding: 16px 20px;
    }

    .sp-lk-order-page__review-card--courier {
        gap: 16px;
    }

    .sp-lk-order-page__hero-tracking {
        gap: 16px;
    }

    .sp-lk-order-page__tracking-map-card,
    .sp-lk-order-page__tracking-map-canvas,
    .sp-lk-order-page__tracking-skeleton--map {
        min-height: 260px;
        height: 260px;
    }

    .sp-lk-order-page__review-rating-row {
        align-items: center;
        flex-direction: row;
        gap: 8px;
    }

    .sp-lk-order-page__review-tip-link {
        margin-left: 0;
        width: auto;
    }

    .sp-lk-order-page__tracking-phone {
        width: auto;
    }

    .sp-lk-order-page__hero-cancelled-card {
        padding: 14px 16px;
        justify-items: center;
    }

    .sp-lk-order-page__hero-cancelled-head {
        width: auto;
        justify-content: center;
    }

    .sp-lk-order-page__progress-label {
        font-size: 12px;
        line-height: 17px;
    }

    .sp-lk-order-page__history-title {
        font-size: 16px;
        line-height: 22px;
    }

    .sp-lk-order-page__history-datetime,
    .sp-lk-order-page__history-description {
        font-size: 14px;
        line-height: 20px;
    }

    .sp-lk-order-page__detail-label,
    .sp-lk-order-page__detail-value,
    .sp-lk-order-page__payment-title,
    .sp-lk-order-page__payment-value,
    .sp-lk-order-page__text-main,
    .sp-lk-order-page__text-muted {
        font-size: 14px;
        line-height: 20px;
    }

    .sp-lk-order-page__detail-value.is-strong {
        font-size: 18px;
        line-height: 25px;
    }

    .sp-lk-order-page__product-row {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 12px;
    }

    .sp-lk-order-page__product-image {
        width: 56px;
        height: 56px;
    }

    .sp-lk-order-page__product-name {
        font-size: 14px;
        line-height: 20px;
    }

    .sp-lk-order-page__product-price {
        font-size: 16px;
        line-height: 22px;
    }

    .sp-lk-order-page__notice {
        padding: 16px;
        border-radius: 16px;
    }

    .sp-lk-order-page__telegram,
    .sp-lk-messenger-card {
        padding: 16px;
        border-radius: 16px;
    }

    .sp-lk-order-details__grid {
        grid-template-columns: 1fr;
    }

    .sp-lk-order-details__progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    .sp-lk-summary-card__metrics {
        grid-template-columns: 1fr;
    }
    .sp-lk-sidebar-nav-link__title {
        font-size: 16px;
    }

    .sp-lk-sidebar-card__heading {
        font-size: 18px;
    }

    .sp-lk-sidebar-profile__label--profile,
    .sp-lk-sidebar-pets__label--primary,
    .sp-lk-sidebar-bonus__label--primary {
        font-size: 19px;
        max-width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .sp-lk-sidebar-profile__meta {
        font-size: 14px;
    }

    .sp-lk-sidebar-bonus__progress {
        margin-top: 12px;
        padding: 18px 14px 14px;
    }

    .sp-lk-sidebar-bonus__hint,
    .sp-lk-sidebar-bonus__meta-line {
        font-size: 15px;
    }
}

.sp-lk-page-header__title {
    margin-bottom: 0;
    color: #1e1e1e;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
}

@media (max-width: 767px) {
    .sp-lk-page-header--mobile-hidden {
        display: none;
    }
}

@media (min-width: 768px) {
    .sp-lk-page-header--desktop-hidden {
        display: none;
    }
}
