.wcre-options {
    border: 0;
    box-sizing: border-box;
    clear: both;
    display: block;
    margin: 18px 0 16px;
    padding: 0;
    width: 100%;
}

.wcre-options[hidden] {
    display: none !important;
}

.wcre-subscription-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    width: 100%;
}

.wcre-subscription-card {
    background: #fff;
    border: 1px solid #448185;
    box-sizing: border-box;
    margin-top: 12px;
    padding: 16px;
    position: relative;
    width: 100%;
}

.wcre-subscription-card.is-selected {
    background: #f7fbfb;
    border-color: #60b5bc;
    box-shadow: inset 0 0 0 1px #60b5bc;
}

.wcre-subscription-badge {
    background: #332623;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 6px 12px;
    position: absolute;
    right: -1px;
    text-transform: uppercase;
    top: -25px;
}

.wcre-subscription-checkline,
.wcre-subscription-option,
.wcre-recurring-price {
    align-items: center;
    display: flex;
    gap: 8px;
}

.wcre-subscription-checkline {
    cursor: pointer;
    margin: 0;
}

.wcre-subscription-checkbox {
    accent-color: #284c4f;
    height: 18px;
    margin: 0;
    width: 18px;
}

.wcre-subscription-discount {
    background: #448185;
    border-radius: 999px;
    color: #fff;
    padding: 3px 10px;
}

.wcre-recurring-price {
    color: #284c4f;
    margin: 10px 0 0;
}

.wcre-recurring-price strong {
    font-size: 22px;
}

.wcre-subscription-marketing {
    border-top: 1px solid #edf0f0;
    margin-top: 12px;
    padding-top: 12px;
}

.wcre-subscription-marketing p:last-child {
    margin-bottom: 0;
}

.wcre-subscription-consent {
    align-items: flex-start;
    display: flex;
    font-size: 13px;
    gap: 8px;
    line-height: 1.45;
    margin-top: 12px;
}

.wcre-subscription-consent[hidden] {
    display: none;
}

.wcre-subscription-consent-checkbox {
    flex: 0 0 auto;
    margin-top: 3px;
}

body.wcre-sticky-bar-visible {
    padding-bottom: 82px;
}

.wcre-sticky-purchase-shortcode {
    height: 1px;
}

.wcre-sticky-purchase-bar {
    background: #332623;
    bottom: 0;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, .08);
    color: #fff;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: opacity .18s ease, transform .18s ease;
    z-index: 99999;
}

.wcre-sticky-purchase-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.wcre-sticky-purchase-inner,
.wcre-sticky-product-info,
.wcre-sticky-purchase-actions {
    align-items: center;
    display: flex;
    gap: 12px;
}

.wcre-sticky-purchase-inner {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    padding: 12px 16px;
}

.wcre-sticky-product-info,
.wcre-sticky-product-text {
    min-width: 0;
}

.wcre-sticky-product-thumb {
    height: 56px;
    object-fit: cover;
    width: 56px;
}

.wcre-sticky-product-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wcre-sticky-action {
    border: 1px solid #fff;
    cursor: pointer;
    min-height: 42px;
    padding: 8px 14px;
}

.wcre-sticky-action-recurring {
    background: transparent;
    color: #fff;
}

.wcre-sticky-action-onetime {
    background: #60b5bc;
    border-color: #60b5bc;
    color: #fff;
}

@media (max-width: 640px) {
    body.wcre-sticky-bar-visible {
        padding-bottom: 132px;
    }

    .wcre-sticky-purchase-inner {
        align-items: stretch;
        flex-direction: column;
        padding: 10px 12px;
    }

    .wcre-sticky-purchase-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
