.ndc-popup-modal .modal-dialog {
    max-width: 800px;
}

.ndc-popup-modal__compare-dialog {
    max-width: 1080px;
}

.ndc-popup-modal .modal-content {
    border: 0;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.ndc-popup-modal__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 3;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 0;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    /* box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1); */
    opacity: 1;
}

.ndc-popup-modal__close.btn-close {
    background-size: 0.95rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212121'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
}

.ndc-popup-modal__close:hover,
.ndc-popup-modal__close:focus {
    opacity: 1;
    background-color: #ffffff;
}

.ndc-popup-modal__close.btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.ndc-popup-modal__image-link,
.ndc-popup-modal__image-link:hover {
    display: block;
    text-decoration: none;
}

.ndc-popup-modal__image {
    display: block;
    width: 100%;
    height: auto;
}

.ndc-popup-modal__copy {
    /* background: linear-gradient(180deg, #faf8f2 0%, #ffffff 100%); */
}

.ndc-popup-modal__copy--compare {
    /* background: linear-gradient(180deg, #ffffff 0%, #f6f7f7 100%); */
}

.ndc-popup-modal__eyebrow {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    color: #7d6b4d;
}

.ndc-popup-modal__heading {
    font-size: clamp(1.5rem, 2vw, 3rem);
    line-height: 1.1;
}

.ndc-popup-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1.1rem;
    text-align: center;
}

.ndc-popup-card--suggested {
    border-color: rgba(25, 135, 84, 0.35);
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.08);
}

.ndc-popup-card__eyebrow {
    font-size: 1.45rem;
    line-height: 1.1;
    font-weight: 800;
    color: #1f1f1f;
}

.ndc-popup-card__sku {
    color: #616161;
    font-size: 0.95rem;
    font-weight: 600;
}

.ndc-popup-card__media img {
    width: auto;
    max-width: 100%;
    max-height: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ndc-popup-card__title {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.ndc-popup-card__desc {
    color: #544c44;
    font-size: 0.95rem;
}

.ndc-popup-card__price .PricesalesPrice,
.ndc-popup-card__price .salesPrice {
    font-size: 1.1rem;
    font-weight: 700;
}

.ndc-popup-compare__arrow {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #198754;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(25, 135, 84, 0.28);
    z-index: 3;
}

@media (max-width: 767.98px) {
    .ndc-popup-modal .modal-dialog {
        margin: 0.5rem;
    }

    .ndc-popup-modal__close {
        top: 0.5rem;
        right: 0.5rem;
        width: 2.4rem;
        height: 2.4rem;
    }

    .ndc-popup-modal__close.btn-close {
        background-size: 0.85rem;
    }

    .ndc-popup-card__media img {
        max-height: 210px;
    }
}
