.capsule-launch {
    box-sizing: border-box;
    margin: 42px auto 42px;
    padding: 0 24px 54px;
    max-width: 1280px;
    background: #fff;
    color: #3b3b3b;
    font-family: "Gill Sans", "Gill Sans MT", Arial, sans-serif;
}

.category-top-wrapper .actions-list .capsule-quiz-action {
    padding: 0;
    border: 0;
    background: transparent;
    font-family: cheltenham !important;
    font-size: 16px !important;
    line-height: 27px !important;
    letter-spacing: 1px;
}

.capsule-view-quiz .filter-container {
    display: none !important;
}

.capsule-view-quiz .prod-list-wrapper,
.capsule-view-quiz #category-product-wrapper>.prod-list-wrapper {
    display: none !important;
}

.capsule-view-quiz #category-product-wrapper>.pc-filter,
.capsule-view-quiz #category-product-wrapper>.filter-selection-overlay {
    display: none !important;
}

.capsule-view-shop #capsule-builder-launch {
    display: none;
}

.capsule-view-shop #capsule-builder-launch {
    margin-bottom: 0;
    padding-bottom: 0;
}

.capsule-launch__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
}

.capsule-launch__image {
    display: block;
    width: 280px;
    height: auto;
    object-fit: cover;
}

.capsule-launch__copy {
    width: 370px;
}

.capsule-launch__inline {
    display: none;
    width: 100%;
}

.capsule-modal .capsule-launch__inline {
    display: block;
}

.capsule-launch__inline iframe {
    display: block;
    width: 100%;
    min-height: 900px;
    border: 0;
    background: #fff;
}

.capsule-launch.is-quiz-started .capsule-launch__image,
.capsule-launch.is-quiz-started .capsule-launch__copy {
    display: none;
}

.capsule-launch.is-quiz-started .capsule-launch__inline {
    display: block;
}

.capsule-launch h2 {
    margin: 0 0 8px;
    color: #3b3b3b;
    font-size: 28px;
    line-height: 1.15;
}

.capsule-launch__copy p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.35;
}

.capsule-launch__copy p+p {
    margin-top: 28px;
    font-size: 14px;
}

.capsule-launch__button {
    display: inline-block;
    color: #3b3b3b !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600;
}

.capsule-launch__button:hover {
    color: #777 !important;
}

.capsule-modal {
    display: none;
    position: fixed;
    z-index: 100000;
    inset: 0;
}

.capsule-modal.is-open {
    display: block;
}

.capsule-modal__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(0, 0, 0, .46);
    cursor: default;
}

.capsule-modal__dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1180px;
    max-height: 75%;
    overflow: auto;
    padding: 50px 0;
    margin: auto;
    background: #fff;
    box-shadow: 0 18px 70px rgba(0, 0, 0, .25);
}

.capsule-modal__dialog iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}

.capsule-modal__close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: 0;
    background: #fff;
    color: #3b3b3b;
    font-size: 28px;
    line-height: 1;
}

body.capsule-modal-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .capsule-launch {
        margin-bottom: 0px;
        margin-top: 50px;
        padding: 0;
        text-align: center;
    }

    .capsule-launch__content {
        flex-direction: column;
        gap: 28px;
    }

    .capsule-launch__image {
        width: 68vw;
        max-width: 290px;
        height: auto;
        aspect-ratio: 4 / 5;
    }

    .capsule-launch__copy {
        width: 100%;
    }

    .capsule-launch h2 {
        font-size: 23px;
    }

    .capsule-modal__dialog {
        width: 100%;
    }

    .capsule-modal__close {
        position: fixed;
    }
}
