
main {
    overflow: unset !important;
}

.checkouts {
    height: auto;
    width: 100%;
}

.bagx {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
    .bagx .faqs {
        background-color: var(--bblue);
        height: 23px;
        width: 23px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;

    }

    .bagx .faqs svg {
     height: 18px;
     width: 18px;
    }


/* chc: (c)heckouts (h)eader (c)ontainer */
.checkouts__chc {
    background-color: var(--wwhite);
    border-bottom: 1px solid var(--gray3);
}

/* ch: (c)heckouts (h)eader */
.chc__ch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(66rem + 52rem);
    padding: 2.1rem 3.8rem;
}

/* cl: (c)heckouts (l)ogos */
.ch__cl > .contenedor-logos {
    display: flex;
}

/* cil: (c)heckouts (i)con (l)ink */
.ccl__cil {
    display: block;
}

    .ccl__cil > svg {
        display: block;
    }

        .ccl__cil > svg > path {
            fill: var(--bblue);
        }

/* cophcc: (c)heckouts (o)verview product (h)eader (c)ollapse (c)ontainer */
.checkouts__cophcc {
    display: none;
    background-color: var(--gray4);
    outline: 1px solid var(--gray3);
    height: auto;
    width: 100%;
}

/* cophc: (c)heckouts (o)verview product (h)eader (c)ollapse */
.cophcc__cophc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 57rem;
    margin: 0 auto;
    padding: 2.1rem;
}

/* cc: (c)heckouts (c)ontainer */
.checkouts__cc {
    display: grid;
    grid-template-columns: minmax(min-content, calc(50% + calc(calc(66rem - 52rem) / 2))) 1fr;
    width: 100%;
}

/* cpc: (c)heckouts (p)ayment (c)ontainer */
.cc__cpc {
    display: flex;
    align-items: flex-end;
    border-right: 1px solid var(--gray3);
    flex-direction: column;
    height: 100%;
}

/* copc: (c)heckouts (o)verview (p)roducts (c)ontainer */
.cc__copc {
    display: flex;
    position: sticky;
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    top: 0;
}

/* cpfc: (c)heckouts (p)ayment (f)orm (c)ontainer */
.cpc__cpfc {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
    height: 100%;
    max-width: 66rem;
    padding: 3.8rem;
    width: 100%;
}

/* cop: (c)heckouts (o)verview (p)roducts */
.copc__cop {
    position: sticky;
    height: auto;
    max-width: 52rem;
    padding: 3.8rem;
    top: 0;
    width: 100%;
}

.checkout-express
.ch__ccl {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 999px) {
    .chc__ch {
        max-width: 57rem;
        padding: 2.1rem;
    }

    .checkouts__cophcc {
        display: block;
        position: sticky;
        top: 0;
        z-index: 999;
    }

    .checkouts__cc {
        display: flex;
        flex-direction: column-reverse;
    }

    .cc__cpc {
        display: block;
        border-right: none;
    }

    .cc__copc {
        display: block;
        border-bottom: 1px solid var(--gray3);
    }

    .cpc__cpfc {
        max-width: 57rem;
        margin: 0 auto;
        padding: 2.1rem;
    }

    .copc__cop {
        position: static;
        max-width: 57rem;
        margin: 0 auto;
        padding: 2.1rem;
    }

    main {
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 991px) {
    .item-logo-partner {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    main {
        overflow: unset !important;
    }
}

@media only screen and (max-width: 580px) {
    .checkout-express
    .chc__ch {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }
}


.queue-pill-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 2px var(--gray3);
    backdrop-filter: blur(16px) saturate(256%);
    border: 1px solid var(--gray3);
    border-radius: 100px;
    top: 50%;
    position: fixed;
    padding-block: 16px;
    padding-inline: 8px;
    transform: translateY(-50%);
    right: 16px;
    width: fit-content;
    z-index: 9999;
}

    .queue-pill-wrapper
    hr {
        margin: 0;
    }

    .queue-pill-wrapper
    .queue-pill-counter-hours,
    .queue-pill-wrapper
    .queue-pill-counter-minutes {
        color: var(--bblack) !important;
        font-family: "SF Pro Text";
        font-weight: 700;
    }

    .queue-pill-wrapper
    .queue-pill-counter-hours,
    .queue-pill-wrapper
    .queue-pill-counter-minutes,
    .queue-pill-wrapper
    .queue-pill-counter-seconds {
        display: block;
        font-size: 24px;
        color: var(--bblue);
        letter-spacing: -0.02em;
    }

.queue-pill-counter-icon-clock > svg {
    display: block;
    color: var(--gray2);
    margin-inline: auto;
    margin-bottom: 8px;
}

.queue-pill-counter-icon-help {
    display: flex;
    align-items: center;
    background-color: var(--gray3);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    margin-top: 8px;
    margin-inline: auto;
    overflow: hidden;
    width: 24px;
}

    .queue-pill-counter-icon-help > svg {
        display: block;
        align-content: center;
        color: var(--bblack);
        margin-inline: auto;
    }

    .queue-pill-counter-icon-help
    .tooltip
    .tooltip-inner {
        text-wrap: nowrap;
        box-shadow: none;
    }

.queue-pill-counter-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    justify-content: center;
}