:root {
    --starartist-gf-font: "Google Sans Code", SFMono-Regular, Consolas, monospace;
    --starartist-gf-ink: #111;
    --starartist-gf-line: #e5e5e5;
    --starartist-gf-content-max: 1160px;
    --starartist-gf-side: 32px;
    --starartist-gf-content-offset: -70px;
}

body.starartist-global-footer-enabled .ct-footer {
    display: none !important;
}

/* Elementor may render the footer widget after the preview document footer. */
body.starartist-fs-active #starartist-global-footer:not(.starartist-gf--slide) {
    display: none !important;
}

.starartist-global-footer,
.starartist-global-footer *,
.starartist-global-footer *::before,
.starartist-global-footer *::after {
    box-sizing: border-box;
}

.starartist-global-footer {
    position: relative;
    display: block;
    width: 100%;
    min-height: min(720px, 76dvh);
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--starartist-gf-ink);
    background: #fff;
    font-family: var(--starartist-gf-font);
    font-style: normal;
}

.starartist-global-footer p,
.starartist-global-footer h2,
.starartist-global-footer strong,
.starartist-global-footer span,
.starartist-global-footer small {
    margin: 0;
    padding: 0;
    color: inherit;
    font-family: inherit;
    font-style: normal;
}

.starartist-gf__desktop {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: min(720px, 76dvh);
}

.starartist-gf__desktop-content {
    width: 100%;
    margin: auto 0;
    padding: clamp(52px, 6.6vh, 80px) 0 34px;
}

.starartist-gf__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    place-items: start stretch;
    gap: 0 clamp(70px, 6vw, 110px);
    width: min(var(--starartist-gf-content-max), calc(100% - (var(--starartist-gf-side) * 2)));
    max-width: var(--starartist-gf-content-max);
    margin: 0 auto;
    padding: 0 34px;
}

.starartist-gf__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-width: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.55;
    text-align: left;
}

.starartist-gf__column a {
    display: block;
    color: inherit;
    font: inherit;
    text-align: inherit;
    text-decoration: none;
}

.starartist-gf__column a:hover,
.starartist-gf__column a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.starartist-gf__column h2 {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .04em;
}

.starartist-gf__care {
    align-items: flex-end;
    text-align: right;
}

.starartist-gf__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.starartist-gf__brand strong {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.starartist-gf__brand p {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .01em;
    text-transform: lowercase;
}

.starartist-gf__brand small {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.starartist-gf__assistance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: min(var(--starartist-gf-content-max), calc(100% - (var(--starartist-gf-side) * 2)));
    max-width: var(--starartist-gf-content-max);
    margin: 28px auto 0;
    padding: 18px 22px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.starartist-gf__assistance-copy strong,
.starartist-gf__assistance-action span {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .04em;
}

.starartist-gf__assistance-copy p {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.55;
}

.starartist-gf__assistance-action {
    flex: 0 0 auto;
    text-align: right;
}

.starartist-gf__assistance-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    min-height: 40px;
    padding: 10px 18px;
    border: 1px solid #111;
    border-radius: 0;
    color: #fff;
    background: #111;
    font-family: inherit;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: color .25s ease, background-color .25s ease;
}

.starartist-gf__assistance-action a:hover,
.starartist-gf__assistance-action a:focus-visible {
    color: #111;
    background: #fff;
}

.starartist-gf__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 53px;
    margin-top: auto;
    padding: 18px 32px;
    border-top: 1px solid var(--starartist-gf-line);
    text-align: center;
}

.starartist-gf__bottom p {
    width: 100%;
    color: rgba(17, 17, 17, .68);
    font-size: 10px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .03em;
    text-align: center;
}

.starartist-gf__mobile {
    display: none;
}

/* The global footer becomes the last native screen on the fullscreen home page. */
.starartist-global-footer.starartist-gf--slide {
    --sa-dot-desktop: #111;
    --sa-dot-mobile: #111;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.starartist-gf--slide .starartist-gf__desktop {
    height: 100%;
    min-height: 100%;
    padding-top: var(--sa-fs-header-live, var(--sa-fs-header, 88px));
}

.starartist-gf--slide .starartist-gf__desktop-content {
    position: absolute;
    top: calc(50% + var(--starartist-gf-content-offset));
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
}

@media (max-width: 689px) {
    .starartist-global-footer {
        --starartist-gf-side: 36px;
        min-height: 0;
        overflow: visible;
        font-size: 12px;
        line-height: 1.4;
    }

    .starartist-gf__desktop {
        display: none;
    }

    .starartist-gf__mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 690px;
        padding: 18px 0 max(14px, env(safe-area-inset-bottom));
        background: #fff;
    }

    .starartist-gf--slide .starartist-gf__mobile {
        height: 100%;
        min-height: 100%;
        padding-top: calc(var(--sa-fs-header-live, var(--sa-fs-header, 70px)) + 18px);
        overflow: hidden auto;
        overscroll-behavior: contain;
        touch-action: pan-y;
        scrollbar-width: none;
    }

    .starartist-gf--slide .starartist-gf__mobile::-webkit-scrollbar {
        display: none;
    }

    .starartist-gf__mobile-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 2px 22px 16px;
        text-align: center;
    }

    .starartist-gf__mobile-brand strong {
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.15;
    }

    .starartist-gf__mobile-brand p {
        margin-bottom: 6px;
        font-size: 9.7px;
        font-weight: 400;
        line-height: 1.28;
        letter-spacing: .005em;
        text-transform: lowercase;
    }

    .starartist-gf__mobile-brand small {
        font-size: 8.2px;
        font-weight: 400;
        line-height: 1.2;
        letter-spacing: .04em;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .starartist-gf__mobile-details {
        display: block;
        width: calc(100% - (var(--starartist-gf-side) * 2));
        max-width: 400px;
        margin: 0 auto;
        border-top: 1px solid rgba(17, 17, 17, .14);
    }

    .starartist-gf__mobile-details details,
    .starartist-gf__mobile-details summary {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .starartist-gf__mobile-details summary {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 10px 58px 10px 0;
        font-family: inherit;
        font-size: 11.5px;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: .01em;
        list-style: none;
        cursor: pointer;
    }

    .starartist-gf__mobile-details summary::-webkit-details-marker {
        display: none;
    }

    .starartist-gf__mobile-details summary::after {
        content: "+";
        position: absolute;
        top: 50%;
        right: 30px;
        font-size: 17px;
        font-weight: 300;
        line-height: 1;
        transform: translateY(-50%);
    }

    .starartist-gf__mobile-details details[open] summary::after {
        content: "−";
    }

    .starartist-gf__details-body {
        padding: 0 0 5px;
    }

    .starartist-gf__details-body span {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 37px;
        padding: 5px 0;
        font-size: 11.5px;
        font-weight: 400;
        line-height: 1.25;
    }

    .starartist-gf__details-body a {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 37px;
        padding: 5px 0;
        color: inherit;
        font: inherit;
        font-size: 11.5px;
        font-weight: 400;
        line-height: 1.25;
        text-decoration: none;
    }

    .starartist-gf__mobile-assistance {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 125px;
        align-items: center;
        gap: 14px;
        width: calc(100% - (var(--starartist-gf-side) * 2));
        max-width: 400px;
        min-height: 108px;
        margin: 10px auto 0;
        padding: 17px 18px;
        border: 1px solid rgba(17, 17, 17, .16);
        background: #fff;
    }

    .starartist-gf__mobile-assistance-copy {
        min-width: 0;
        text-align: left;
    }

    .starartist-gf__mobile-assistance-copy strong {
        display: block;
        margin-bottom: 10px;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.25;
    }

    .starartist-gf__mobile-assistance-copy p {
        font-size: 8.5px;
        font-weight: 400;
        line-height: 1.4;
    }

    .starartist-gf__mobile-assistance-action {
        width: 125px;
        text-align: center;
    }

    .starartist-gf__mobile-assistance-action span {
        display: block;
        margin-bottom: 8px;
        font-size: 7.5px;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: .04em;
        white-space: nowrap;
    }

    .starartist-gf__mobile-assistance-action a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 125px;
        min-height: 42px;
        padding: 10px 12px;
        border: 0;
        border-radius: 0;
        color: #fff;
        background: #111;
        font-family: inherit;
        font-size: 10px;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }

    .starartist-gf__mobile-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(100% - 44px);
        gap: 3px;
        margin: auto auto 0;
        padding: 10px 0 0;
        border-top: 1px solid rgba(17, 17, 17, .12);
        text-align: center;
    }

    .starartist-gf__mobile-bottom p {
        width: 100%;
        color: rgba(17, 17, 17, .65);
        font-size: 8px;
        font-weight: 300;
        line-height: 1.35;
        letter-spacing: .02em;
        text-align: center;
    }
}

@media (max-width: 374px) {
    .starartist-gf__mobile-details,
    .starartist-gf__mobile-assistance {
        width: calc(100% - 44px);
    }

    .starartist-gf__mobile-assistance {
        grid-template-columns: minmax(0, 1fr) 112px;
        gap: 10px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .starartist-gf__mobile-assistance-action,
    .starartist-gf__mobile-assistance-action a {
        width: 112px;
    }
}

/* Product category archives: mobile spacing and divider above the brand block. */
@media (max-width: 689px) {
    body.tax-product_cat #starartist-global-footer {
        margin-top: 64px;
    }

    body.tax-product_cat #starartist-global-footer .starartist-gf__mobile-brand {
        position: relative;
        width: min(400px, calc(100% - 72px));
        margin-right: auto;
        margin-left: auto;
        padding: 36px 0 16px;
        text-align: center;
    }

    body.tax-product_cat #starartist-global-footer .starartist-gf__mobile-brand::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid rgba(17, 17, 17, .14);
    }
}