/* SEARCH RESULTS */

input.zc-search-input {
    border-bottom: 1px solid #191919 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 0 0 6px 0 !important;
    border-radius: 0 !important;
    color: #2e2e2e;
    margin-bottom: 12px
}
.zc-product-search-widget {
    margin-right: 30px
}
ul.zc-category-suggestions {
    text-decoration: none;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

li.search-category-item {
    background-color: #EDECE6;
    border: 1px solid #EDECE6;
}

li.search-category-item:hover {
    border: 1px solid #EDECE6;
}

a.search-category-link {
    color: #2e2e2e !important;
    padding: 4px 8px 4px 8px
}

#search-widget-message, #view-all-results {
    margin-bottom: 6px;
}

div.view-all-results {
    display: flex;
    justify-content: flex-end;
}

div.view-all-results a {
    color: #2e2e2e;
}

div.view-all-results a:hover {
    color: #191919;
}

.zc-timeline-results {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.zc-timeline-results__header {
    max-width: 720px;
}

.zc-timeline-results__uppertitle {
    margin-bottom: 8px;
    line-height: 1.25;
}

.zc-timeline-results__title {
    margin: 0;
    line-height: 1.05;
}

.zc-timeline-results__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
    align-items: center;
}

.zc-timeline-results__content {
    min-width: 0;
}

.zc-timeline-results__items {
    position: relative;
    display: flex;
    flex-direction: column;
}

.zc-timeline-results__items::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 999px;
}

.zc-timeline-results__item {
    position: relative;
}

.zc-timeline-results__dot {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 50%;
}

.zc-timeline-results__time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-bottom: 10px;
    line-height: 1;
    white-space: nowrap;
}

.zc-timeline-results__item-title {
    margin: 0 0 8px;
    line-height: 1.25;
}

.zc-timeline-results__expected {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-left: 20px;
}

.zc-timeline-results__expected li {
    margin: 0;
    line-height: 1.35;
}

.zc-timeline-results__image {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #f7f7f2;
}

.zc-timeline-results__image img {
    display: block;
    width: 100%;
    height: 100%;
}

.zc-timeline-results__disclaimer {
    opacity: 0.78;
    line-height: 1.45;
}

.zc-timeline-results__disclaimer p {
    margin: 0;
}

@media (max-width: 1024px) {
    .zc-timeline-results__grid {
        grid-template-columns: 1fr;
    }

    .zc-timeline-results__media {
        max-width: 680px;
    }
}

@media (max-width: 767px) {
    .zc-timeline-results__header {
        margin-bottom: 18px;
    }

    .zc-timeline-results__grid {
        gap: 28px;
    }

    .zc-timeline-results__content {
        width: 100%;
    }

    .zc-timeline-results__media {
        width: 100%;
    }

    .zc-timeline-results--mobile-image-first .zc-timeline-results__media {
        order: 1;
    }

    .zc-timeline-results--mobile-image-first .zc-timeline-results__content {
        order: 2;
    }

    .zc-timeline-results--mobile-timeline-first .zc-timeline-results__content {
        order: 1;
    }

    .zc-timeline-results--mobile-timeline-first .zc-timeline-results__media {
        order: 2;
    }

    .zc-timeline-results__items::before {
        width: 3px;
    }

    .zc-timeline-results__time {
        margin-bottom: 9px;
    }

    .zc-timeline-results__item-title {
        margin-bottom: 8px;
    }

    .zc-timeline-results__expected {
        padding-left: 18px;
    }
}

.zc-cross-sells-widget {
    width: 100%;
}

.zc-cross-sells-widget .zc-cross-sells-box {
    position: relative;
    overflow: hidden;
}

.zc-cross-sells-widget .zc-cross-sells-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    max-width: calc(100% - 20px);
    line-height: 1;
    transform: translateY(-100%);
}

.zc-cross-sells-widget .zc-cross-sell-item {
    display: flex;
    width: 100%;
    border-top-style: solid;
    box-sizing: border-box;
}

.zc-cross-sells-widget .zc-cross-sell-item:first-child {
    border-top: 0 !important;
}

.zc-cross-sells-widget .zc-cross-sell-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
}

.zc-cross-sells-widget .zc-cross-sell-left {
    display: flex;
    align-items: center;
    min-width: 0;
    flex: 1 1 auto;
}

.zc-cross-sells-widget .zc-cross-sell-image {
    flex: 0 0 auto;
    display: block;
    overflow: hidden;
    background: #f5f5f5;
}

.zc-cross-sells-widget .zc-cross-sell-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.zc-cross-sells-widget .zc-cross-sell-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    flex: 1 1 auto;
}

.zc-cross-sells-widget .zc-cross-sell-title {
    display: block;
    margin: 0;
    line-height: 1.25;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.zc-cross-sells-widget .zc-cross-sell-title:hover {
    text-decoration: none;
}

.zc-cross-sells-widget .zc-cross-sell-price {
    display: block;
    line-height: 1.2;
}

.zc-cross-sells-widget .zc-cross-sell-price del {
    opacity: .55;
}

.zc-cross-sells-widget .zc-cross-sell-price ins {
    text-decoration: none;
}

.zc-cross-sells-widget .zc-cross-sell-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.zc-cross-sells-widget .zc-cross-sell-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    transition:
        background-color .2s ease,
        color .2s ease,
        opacity .2s ease,
        transform .2s ease;
}

.zc-cross-sells-widget .zc-cross-sell-button:hover {
    text-decoration: none;
}

.zc-cross-sells-widget .zc-cross-sell-button.loading {
    opacity: .65;
    pointer-events: none;
}

.zc-cross-sells-widget .zc-cross-sell-button.added {
    opacity: .9;
}

.zc-cross-sells-widget .zc-cross-sell-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.zc-cross-sells-widget .zc-cross-sell-modal.is-open {
    display: flex;
}

.zc-cross-sells-widget .zc-cross-sell-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 15, 15, .52);
    backdrop-filter: blur(6px);
}

.zc-cross-sells-widget .zc-cross-sell-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(650px, 100%);
    max-height: calc(100dvh - 36px);
    overflow: auto;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .22);
}

.zc-cross-sells-widget .zc-cross-sell-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 999px;
    background: #fff;
    color: #222;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.zc-cross-sells-widget .zc-cross-sell-modal-product {
    display: grid;
    grid-template-columns: 112px 1fr;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
    padding-right: 34px;
}

.zc-cross-sells-widget .zc-cross-sell-modal-image {
    width: 112px;
    height: 112px;
    object-fit: contain;
    border-radius: 18px;
    flex: 0 0 auto;
    background: #fafafa;
}

.zc-cross-sells-widget .zc-cross-sell-modal-info {
    min-width: 0;
}

.zc-cross-sells-widget .zc-cross-sell-modal-title {
    margin: 0;
    font-size: clamp(21px, 2.2vw, 28px);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222;
}

.zc-cross-sells-widget .zc-cross-sell-modal-price {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.2;
    color: #777;
}

.zc-cross-sells-widget .zc-cross-sell-modal-add {
    width: 100%;
    margin-top: 24px;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: var(--zc-purchase-dark, #222);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition:
        opacity .2s ease,
        transform .2s ease,
        background-color .2s ease;
}

.zc-cross-sells-widget .zc-cross-sell-modal-add:hover {
    background: #000;
    transform: translateY(-1px);
}

.zc-cross-sells-widget .zc-cross-sell-qty-wrap {
    display: none;
    margin-top: 2px;
}

.zc-cross-sells-widget .zc-purchase-option.is-active .zc-cross-sell-qty-wrap {
    display: block;
}

.zc-cross-sells-widget .zc-cross-sell-qty-label {
    display: none;
    margin-bottom: 8px;
    font-size: 14px;
    opacity: .8;
}

.zc-cross-sells-widget .zc-cross-sell-qty-control {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
}

.zc-cross-sells-widget .zc-purchase-option:not(.is-active) .zc-cross-sell-qty-control {
    border-color: rgba(32,32,32,.12);
    background: #fff;
}

.zc-cross-sells-widget .zc-cross-sell-qty-minus,
.zc-cross-sells-widget .zc-cross-sell-qty-plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 36px;
    background: rgba(255,255,255,.12);
    color: currentColor;
    cursor: pointer;
    user-select: none;
}

.zc-cross-sells-widget .zc-purchase-option:not(.is-active) .zc-cross-sell-qty-minus,
.zc-cross-sells-widget .zc-purchase-option:not(.is-active) .zc-cross-sell-qty-plus {
    background: #f7f7f7;
}

.zc-cross-sells-widget .zc-cross-sell-qty {
    width: 54px;
    height: 36px;
    border: 0 !important;
    background: transparent !important;
    color: currentColor !important;
    text-align: center;
    font-size: 16px;
    appearance: textfield;
    -moz-appearance: textfield;
}

.zc-cross-sells-widget .zc-cross-sell-qty::-webkit-outer-spin-button,
.zc-cross-sells-widget .zc-cross-sell-qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

@media (max-width: 767px) {
    .zc-cross-sells-widget .zc-cross-sell-modal {
        align-items: flex-end;
        padding: 10px;
    }

    .zc-cross-sells-widget .zc-cross-sell-modal-dialog {
        width: 100%;
        max-height: calc(100dvh - 20px);
        border-radius: 24px;
        padding: 22px;
    }

    .zc-cross-sells-widget .zc-cross-sell-modal-product {
        grid-template-columns: 86px 1fr;
        gap: 14px;
        padding-right: 30px;
    }

    .zc-cross-sells-widget .zc-cross-sell-modal-image {
        width: 86px;
        height: 86px;
    }

    .zc-cross-sells-widget .zc-cross-sell-modal-title {
        font-size: 21px;
    }
}

.zc-cross-sells-widget .zc-cross-sell-button,
.zc-cross-sells-widget .zc-cross-sell-modal-add {
    position: relative;
}

.zc-cross-sells-widget .zc-cross-sell-button .zc-cross-sell-button-text,
.zc-cross-sells-widget .zc-cross-sell-modal-add .zc-cross-sell-button-text {
    transition: opacity .2s ease;
}

.zc-cross-sells-widget .zc-cross-sell-button::after,
.zc-cross-sells-widget .zc-cross-sell-modal-add::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    opacity: 0;
    animation: zcCrossSellSpin .7s linear infinite;
    pointer-events: none;
}

.zc-cross-sells-widget .zc-cross-sell-button.loading .zc-cross-sell-button-text,
.zc-cross-sells-widget .zc-cross-sell-modal-add.loading .zc-cross-sell-button-text {
    opacity: 0;
}

.zc-cross-sells-widget .zc-cross-sell-button.loading::after,
.zc-cross-sells-widget .zc-cross-sell-modal-add.loading::after {
    opacity: 1;
}

@keyframes zcCrossSellSpin {
    to {
        transform: rotate(360deg);
    }
}