.shoppro-order-bumps {
    --shoppro-ob-offer-bg: #f3f6ff;
    --shoppro-ob-offer-border: #dfe5f2;
    --shoppro-ob-offer-border-width: 1px;
    --shoppro-ob-offer-shadow: none;
    --shoppro-ob-radius: 9px;
    --shoppro-ob-text: #111827;
    clear: both;
    margin: 0 0 18px;
    width: 100%;
}

.shoppro-order-bumps:empty {
    display: none;
}

.shoppro-order-bumps .shoppro-order-bumps__card {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--shoppro-ob-text);
    margin: 0;
    overflow: visible;
}

.shoppro-order-bumps__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    background: transparent !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding: 0 0 12px;
}

.shoppro-order-bumps__icon {
    display: none !important;
}

.shoppro-order-bumps__header h3 {
    color: var(--shoppro-ob-text);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    margin: 0 !important;
    opacity: .78;
    text-transform: uppercase;
}

.shoppro-order-bumps__list {
    display: grid;
    gap: 14px;
    padding: 14px 0 0;
}

.shoppro-order-bumps__card > .shoppro-order-bumps__list:first-child {
    padding-top: 0;
}

.shoppro-order-bump {
    background: var(--shoppro-ob-offer-bg) !important;
    border-color: var(--shoppro-ob-offer-border) !important;
    border-style: solid !important;
    border-width: var(--shoppro-ob-offer-border-width) !important;
    border-radius: var(--shoppro-ob-radius) !important;
    box-shadow: var(--shoppro-ob-offer-shadow) !important;
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.shoppro-order-bump__main {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: 102px minmax(0, 1fr) auto;
    min-height: 138px;
    padding: 18px 20px;
}

.shoppro-order-bump__image {
    background: transparent;
    border-radius: 4px;
    display: block;
    height: 102px;
    overflow: hidden;
    width: 102px;
}

.shoppro-order-bump__image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.shoppro-order-bump__summary {
    min-width: 0;
}

.shoppro-order-bump__headline {
    align-items: center;
    color: inherit;
    display: flex;
    font-size: 17px;
    font-weight: 800;
    gap: 6px;
    line-height: 1.3;
    margin: 0 0 4px;
    padding: 0;
}

.shoppro-order-bump__offer-icon {
    background-color: currentColor;
    display: inline-block;
    flex: 0 0 15px;
    height: 15px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M21.4 11.6 12.4 2.6A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7c0 .53.21 1.04.59 1.41l9 9a2 2 0 0 0 2.82 0l6.99-6.99a2 2 0 0 0 0-2.82ZM7.5 9A1.5 1.5 0 1 1 7.5 6a1.5 1.5 0 0 1 0 3Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M21.4 11.6 12.4 2.6A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7c0 .53.21 1.04.59 1.41l9 9a2 2 0 0 0 2.82 0l6.99-6.99a2 2 0 0 0 0-2.82ZM7.5 9A1.5 1.5 0 1 1 7.5 6a1.5 1.5 0 0 1 0 3Z'/%3E%3C/svg%3E") center / contain no-repeat;
    width: 15px;
}

.shoppro-order-bump-cart-note {
    align-items: center;
    color: #64748b;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    gap: 5px;
    line-height: 1.35;
    margin-top: 3px;
}

.shoppro-order-bump-cart-note .shoppro-order-bump__offer-icon {
    flex-basis: 13px;
    height: 13px;
    width: 13px;
}

.shoppro-order-bump__name {
    color: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 7px;
}

.shoppro-order-bump__description,
.shoppro-order-bump__description p {
    color: #6b7280;
    font-size: 12px;
    line-height: 1.35;
    margin: 4px 0 8px;
}

.shoppro-order-bump__price {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.shoppro-order-bump__price del {
    color: #9ca3af;
    font-size: inherit !important;
    font-weight: inherit !important;
    margin-right: 6px;
    opacity: 1;
}

.shoppro-order-bump__price ins {
    color: inherit;
    font-size: inherit !important;
    font-weight: inherit !important;
    text-decoration: none;
}

.shoppro-order-bump__price .amount,
.shoppro-order-bump__price .woocommerce-Price-amount {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.shoppro-order-bump .shoppro-economy-pct {
    background: #2e7d32;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    margin-left: 6px;
    padding: 2px 5px;
    vertical-align: middle;
}

.shoppro-order-bump__action,
.shoppro-order-bump__options-toggle {
    align-items: center !important;
    align-self: center;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 44px !important;
    min-width: 134px !important;
    padding: 0 18px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    width: auto !important;
}

.shoppro-order-bump__variation-panel {
    border-top: 1px dashed var(--shoppro-ob-offer-border);
    padding: 16px 20px 18px 142px;
}

.shoppro-order-bump__variation-panel[hidden] {
    display: none !important;
}

.shoppro-order-bump__variations {
    margin: 0;
}

.shoppro-order-bump__variations table.variations {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.shoppro-order-bump__variations table.variations > tbody {
    display: block;
}

.shoppro-order-bump__variations .shoppro-order-bump__attribute {
    display: block;
}

.shoppro-order-bump__variations .shoppro-order-bump__attribute + .shoppro-order-bump__attribute {
    margin-top: 10px;
}

.shoppro-order-bump__variations .shoppro-order-bump__attribute > .cell {
    border: 0;
    display: block;
    padding: 0;
    text-align: start;
}

.shoppro-order-bump__attribute label {
    display: block;
    font-size: .78em;
    font-weight: 600;
    margin-bottom: 4px;
}

.shoppro-order-bump__attribute select {
    margin: 0;
    min-height: 34px;
    min-width: 130px;
}

.shoppro-order-bump__variations .wd-swatches-product {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: var(--wd-swatch-v-sp, 10px) var(--wd-swatch-h-sp, 15px);
    margin-bottom: 0;
}

.shoppro-order-bump__variations .value.with-swatches > select {
    display: none !important;
}

.shoppro-order-bump__variations .wd-swatch {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-size: var(--wd-swatch-size, 25px);
    height: var(--wd-swatch-h, 1em);
    justify-content: center;
    line-height: 1;
    position: relative;
    width: var(--wd-swatch-w, 1em);
}

.shoppro-order-bump__variations .wd-swatch.wd-text {
    height: auto;
    min-height: 1em;
    min-width: 1em;
    width: auto;
}

.shoppro-order-bump__variations .wd-swatch.wd-bg .wd-swatch-text {
    display: none;
}

.shoppro-order-bump__variations .wd-swatch-bg {
    border-radius: inherit;
    display: block;
    height: 100%;
    width: 100%;
}

.shoppro-order-bump__variations .wd-shape-round .wd-swatch {
    border-radius: 1em;
}

.shoppro-order-bump__variations .wd-shape-rounded .wd-swatch {
    border-radius: 5px;
}

.shoppro-order-bump__button {
    margin: 0;
}

.shoppro-order-bump__variation-panel .shoppro-order-bump__button {
    margin-top: 14px !important;
    min-height: 44px !important;
    min-width: 134px !important;
    padding: 0 18px !important;
    width: auto !important;
}

.shoppro-order-bump__button.is-loading {
    cursor: wait;
    opacity: .65;
}

.shoppro-order-bump__message {
    color: #b32d2e;
    font-size: .85em;
    margin-top: 5px;
}

.shoppro-order-bump__message:empty {
    display: none;
}

.shoppro-order-bump > .shoppro-order-bump__message:not(:empty) {
    padding: 0 20px 14px 142px;
}

@media (max-width: 680px) {
    .shoppro-order-bumps__header {
        padding: 0 0 10px;
    }

    .shoppro-order-bumps__header h3 {
        font-size: 13px;
    }

    .shoppro-order-bumps__list {
        gap: 12px;
        padding: 12px 0 0;
    }

    .shoppro-order-bumps__card > .shoppro-order-bumps__list:first-child {
        padding-top: 0;
    }

    .shoppro-order-bump__main {
        align-items: center;
        gap: 14px;
        grid-template-columns: 76px minmax(0, 1fr);
        min-height: 0;
        padding: 16px;
    }

    .shoppro-order-bump__headline {
        font-size: 15px;
        padding: 0;
    }

    .shoppro-order-bump__image {
        grid-column: 1;
        grid-row: 1 / span 2;
        height: 76px;
        width: 76px;
    }

    .shoppro-order-bump__summary {
        grid-column: 2;
        grid-row: 1;
    }

    .shoppro-order-bump__action,
    .shoppro-order-bump__options-toggle {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
        margin-top: 6px !important;
        min-width: 112px !important;
    }

    .shoppro-order-bump__variation-panel {
        padding: 14px 16px 16px 106px;
    }

    .shoppro-order-bump__attribute select {
        width: 100%;
    }

    .shoppro-order-bump > .shoppro-order-bump__message:not(:empty) {
        padding: 0 16px 14px 106px;
    }
}
