.sa-mccs {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(0,0,0,.08);
    font: inherit;
    color: inherit;
}

.sa-mccs, .sa-mccs * {
    box-sizing: border-box;
}

.sa-mccs__title,
.sa-mccs__description,
.sa-mccs__name,
.sa-mccs__price,
.sa-mccs__add {
    font: inherit;
    color: inherit;
}

.sa-mccs__title {
    margin: 0 0 6px;
    font-size: 1em;
    line-height: 1.3;
}

.sa-mccs__description {
    margin: 0 0 14px;
    font-size: .92em;
    opacity: .82;
}

.sa-mccs__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sa-mccs__item {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
}

.sa-mccs__media img {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 10px;
}

.sa-mccs__content {
    min-width: 0;
}

.sa-mccs__name {
    display: block;
    text-decoration: none;
    line-height: 1.35;
    margin-bottom: 4px;
}

.sa-mccs__price {
    font-size: .92em;
    opacity: .85;
}

.sa-mccs__add {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    transition: transform .16s ease, opacity .16s ease;
}

.sa-mccs__add:hover {
    transform: translateY(-1px);
}

.sa-mccs__add:disabled {
    opacity: .65;
    cursor: not-allowed;
}

.sa-mccs__add.is-loading .sa-mccs__add-label {
    opacity: 0;
}

.sa-mccs__add.is-loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid currentColor;
    border-right-color: transparent;
    animation: sa-mccs-spin .65s linear infinite;
}

@keyframes sa-mccs-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.elementor-menu-cart__main .sa-mccs {
    width: 100%;
}

.sa-mccs-fragment {
    width: 100%;
}

.elementor-menu-cart__main .widget_shopping_cart_content .sa-mccs-fragment {
    display: block;
}

.elementor-menu-cart__main {
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}
