/* lpob-order-bump.css */

#lp-list-order-bump {
    display: flex;
    flex-direction: column;
    margin: 12px 0;
    gap: 1rem;
}
#lp-list-order-bump .lpob-heading {
    font-size: 16px;
    font-weight: 700;
}

/* -------------------------------------------------------------------------- */
/*                                   HOTMART                                  */
/* -------------------------------------------------------------------------- */

#lp-list-order-bump.hotmart .lp-order-bump {
    border-radius: 0.25rem;
    border: 1px solid #4acc82;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#lp-list-order-bump.hotmart .lp-order-bump .lpob-container {
    padding: 16px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

#lp-list-order-bump.hotmart .lpob-image img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 4px;
}

#lp-list-order-bump.hotmart .lpob-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

#lp-list-order-bump.hotmart .lpob-content h5 {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(25, 28, 31);
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

#lp-list-order-bump.hotmart .lpob-content .lpob-prices {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
#lp-list-order-bump.hotmart .lpob-content .lpob-regular-price {
    color: #9ea4ac;
    text-decoration: line-through;
    font-size: 12px;
}

#lp-list-order-bump.hotmart .lpob-content .lpob-discount-percent {
    background-color: #009d43;
    padding: 0 4px;
    font-size: 12px;
    margin-left: 8px;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
#lp-list-order-bump.hotmart .lpob-content .lpob-discount-percent svg {
    height: 10px;
}
#lp-list-order-bump.hotmart .lpob-content .lpob-sale-price {
    width: 100%;
    color: #191c1f;
    font-weight: 700;
    font-size: 16px;
}

#lp-list-order-bump.hotmart label {
    align-items: center;
    background: #e6fcf0;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 8px;
    padding: 16px;
    font-size: 14px;
    margin-bottom: 0;
    border-top: 1px solid #4acc82;
    box-shadow: 0px 1px 0 #ffffff inset, 0px -1px 0 #ffffff inset;
}

#lp-list-order-bump.hotmart label input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    align-items: center;
    border: 1px solid #009d43;
    border-radius: 4px;
    color: #fff;
    display: flex;
    height: 16px;
    justify-content: center;
    width: 16px;
}

#lp-list-order-bump.hotmart label input:checked {
    background: #009d43;
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEuNiwyLjNsLTYuOCw4LjhjMCwwLS4xLjItLjMuMnMtLjIsMC0uMy0uMVMuNCw3LjQuNCw3LjRoMGMwLS4xLDAtLjIsMC0uMnMwLS4xLDAtLjJjMCwwLDAsMCwwLDAsLjQtLjQsMS4xLTEuMiwxLjItMS4zLDAsMCwuMS0uMS4yLS4xcy4yLjEuMy4yYzAsMCwyLjIsMi4xLDIuMiwyLjFMOS44LjhzLjEsMCwuMiwwLC4xLDAsLjIsMGwxLjUsMS4yczAsLjEsMCwuMmMwLDAsMCwuMSwwLC4yWiIvPjwvc3ZnPgo=");
}

#lp-list-order-bump.hotmart .lpob-prices {
}

#lp-list-order-bump.hotmart .lpob-bump-text {
    line-height: 1;
}

/* -------------------------------------------------------------------------- */
/*                                   Moderno                                  */
/* -------------------------------------------------------------------------- */

#lp-list-order-bump.moderno {
    display: flex;
    flex-direction: column;
    margin: 12px 0;
    gap: 1rem;
    border: 2px dashed #2ecc71;
    padding: 20px;
    background: #f6fff9;
    border-radius: 5px;
}
#lp-list-order-bump.moderno .lpob-heading {
    font-size: 20px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 1rem;
}
#lp-list-order-bump.moderno .lp-order-bump .lpob-container {
    padding: 0;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
#lp-list-order-bump.moderno .lp-order-bump {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #2ecc71;
    border-radius: 0;
}
#lp-list-order-bump.moderno .lp-order-bump:last-child {
    border-bottom: none;
}
#lp-list-order-bump.moderno .lp-order-bump:last-child label {
    padding-bottom: 0;
}

#lp-list-order-bump.moderno .lpob-image img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 4px;
}

#lp-list-order-bump.moderno .lpob-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

#lp-list-order-bump.moderno .lpob-content h5 {
    font-size: 1rem;
    font-weight: 600;
    color: rgb(25, 28, 31);
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

#lp-list-order-bump.moderno .lpob-content .lpob-prices {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
#lp-list-order-bump.moderno .lpob-content .lpob-regular-price {
    color: #9ea4ac;
    text-decoration: line-through;
    font-size: 12px;
}

#lp-list-order-bump.moderno .lpob-content .lpob-discount-percent {
    background-color: #009d43;
    padding: 0 4px;
    font-size: 12px;
    margin-left: 8px;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
#lp-list-order-bump.moderno .lpob-content .lpob-discount-percent svg {
    height: 10px;
}
#lp-list-order-bump.moderno .lpob-content .lpob-sale-price {
    width: 100%;
    color: #009d43;
    font-weight: 700;
    font-size: 16px;
}

#lp-list-order-bump.moderno label {
    align-items: center;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 8px;
    padding: 16px 0 16px 0;
    font-size: 14px;
    margin-bottom: 0;
}

#lp-list-order-bump.moderno label input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    align-items: center;
    border: 1px solid #009d43;
    border-radius: 4px;
    color: #fff;
    display: flex;
    height: 16px;
    justify-content: center;
    width: 16px;
}

#lp-list-order-bump.moderno label input:checked {
    background: #009d43;
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEuNiwyLjNsLTYuOCw4LjhjMCwwLS4xLjItLjMuMnMtLjIsMC0uMy0uMVMuNCw3LjQuNCw3LjRoMGMwLS4xLDAtLjIsMC0uMnMwLS4xLDAtLjJjMCwwLDAsMCwwLDAsLjQtLjQsMS4xLTEuMiwxLjItMS4zLDAsMCwuMS0uMS4yLS4xcy4yLjEuMy4yYzAsMCwyLjIsMi4xLDIuMiwyLjFMOS44LjhzLjEsMCwuMiwwLC4xLDAsLjIsMGwxLjUsMS4yczAsLjEsMCwuMmMwLDAsMCwuMSwwLC4yWiIvPjwvc3ZnPgo=");
}

#lp-list-order-bump.moderno .lpob-prices {
}

#lp-list-order-bump.moderno .lpob-bump-text {
    line-height: 1;
}

/* -------------------------------------------------------------------------- */
/*                                ALTERNATIVO                                 */
/* -------------------------------------------------------------------------- */

#lp-list-order-bump.alternativo .lp-order-bump {
    border: 2px dashed #0073aa;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 16px;
    background: #f0f8ff;
}
#lp-list-order-bump.alternativo .lp-order-bump .lpob-container {
    padding: 0;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

#lp-list-order-bump.alternativo .lpob-image img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 4px;
}

#lp-list-order-bump.alternativo .lpob-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

#lp-list-order-bump.alternativo .lpob-content h5 {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(25, 28, 31);
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

#lp-list-order-bump.alternativo .lpob-content .lpob-prices {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
#lp-list-order-bump.alternativo .lpob-content .lpob-regular-price {
    color: #9ea4ac;
    text-decoration: line-through;
    font-size: 12px;
}

#lp-list-order-bump.alternativo .lpob-content .lpob-discount-percent {
    background-color: #009d43;
    padding: 0 4px;
    font-size: 12px;
    margin-left: 8px;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
#lp-list-order-bump.alternativo .lpob-content .lpob-discount-percent svg {
    height: 10px;
}
#lp-list-order-bump.alternativo .lpob-content .lpob-sale-price {
    width: 100%;
    color: #191c1f;
    font-weight: 700;
    font-size: 16px;
}

#lp-list-order-bump.alternativo label {
    align-items: center;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 8px;
    padding: 0;
    font-size: 14px;
    margin: 16px 0 0 0;
}

#lp-list-order-bump.alternativo label input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    align-items: center;
    border: 1px solid #009d43;
    border-radius: 4px;
    color: #fff;
    display: flex;
    height: 16px;
    justify-content: center;
    width: 16px;
}

#lp-list-order-bump.alternativo label input:checked {
    background: #009d43;
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEuNiwyLjNsLTYuOCw4LjhjMCwwLS4xLjItLjMuMnMtLjIsMC0uMy0uMVMuNCw3LjQuNCw3LjRoMGMwLS4xLDAtLjIsMC0uMnMwLS4xLDAtLjJjMCwwLDAsMCwwLDAsLjQtLjQsMS4xLTEuMiwxLjItMS4zLDAsMCwuMS0uMS4yLS4xcy4yLjEuMy4yYzAsMCwyLjIsMi4xLDIuMiwyLjFMOS44LjhzLjEsMCwuMiwwLC4xLDAsLjIsMGwxLjUsMS4yczAsLjEsMCwuMmMwLDAsMCwuMSwwLC4yWiIvPjwvc3ZnPgo=");
}

#lp-list-order-bump.alternativo .lpob-bump-text {
    line-height: 1;
}

/* -------------------------------------------------------------------------- */
/*                                    kiwify                                 */
/* -------------------------------------------------------------------------- */

#lp-list-order-bump.kiwify .lp-order-bump {
    border: 4px dashed #a0aec0;
    display: flex;
    flex-direction: column;
    overflow: hidden;

    background: #f0f8ff;
}
#lp-list-order-bump.kiwify .lp-order-bump .lpob-container {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#lp-list-order-bump.kiwify .lp-order-bump .lpob-container .heading {
    background-color: #e2e8f0;
    color: #3182ce;
    font-size: 1rem;
    font-weight: 700;
    padding: 12px 8px;
    text-align: center;
    width: 100%;
    margin: 0;
}
#lp-list-order-bump.kiwify .lp-order-bump .lpob-content {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 16px;
}
#lp-list-order-bump.kiwify .lp-order-bump .lpob-content svg {
    width: 20px;
    height: 20px;
    color: #d30f11;
}

#lp-list-order-bump.kiwify label {
    align-items: center;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    margin: 0;
}

#lp-list-order-bump.kiwify label input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    align-items: center;
    border: 1px solid #009d43;
    border-radius: 4px;
    color: #fff;
    display: flex;
    height: 16px;
    justify-content: center;
    width: 16px;
}

#lp-list-order-bump.kiwify label input:checked {
    background: #009d43;
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEuNiwyLjNsLTYuOCw4LjhjMCwwLS4xLjItLjMuMnMtLjIsMC0uMy0uMVMuNCw3LjQuNCw3LjRoMGMwLS4xLDAtLjIsMC0uMnMwLS4xLDAtLjJjMCwwLDAsMCwwLDAsLjQtLjQsMS4xLTEuMiwxLjItMS4zLDAsMCwuMS0uMS4yLS4xcy4yLjEuMy4yYzAsMCwyLjIsMi4xLDIuMiwyLjFMOS44LjhzLjEsMCwuMiwwLC4xLDAsLjIsMGwxLjUsMS4yczAsLjEsMCwuMmMwLDAsMCwuMSwwLC4yWiIvPjwvc3ZnPgo=");
}

#lp-list-order-bump.kiwify .lpob-content-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#lp-list-order-bump.kiwify .lpob-image img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 4px;
}

#lp-list-order-bump.kiwify .lpob-content h5 {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(25, 28, 31);
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

#lp-list-order-bump.kiwify .lpob-content .lpob-prices {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
#lp-list-order-bump.kiwify .lpob-content .lpob-regular-price {
    color: #9ea4ac;
    text-decoration: line-through;
    font-size: 12px;
}

#lp-list-order-bump.kiwify .lpob-content .lpob-discount-percent {
    background-color: #009d43;
    padding: 0 4px;
    font-size: 12px;
    margin-left: 8px;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
#lp-list-order-bump.kiwify .lpob-content .lpob-discount-percent svg {
    height: 10px;
}
#lp-list-order-bump.kiwify .lpob-content .lpob-sale-price {
    width: 100%;
    color: #191c1f;
    font-weight: 700;
    font-size: 16px;
}

/* -------------------------------------------------------------------------- */
/*                                    Funnelkit                                 */
/* -------------------------------------------------------------------------- */

#lp-list-order-bump.funnelkit .lpob-heading {
    font-size: 16px;
    font-weight: 700;
}
#lp-list-order-bump.funnelkit .lp-order-bump {
    border: 2px dashed #70bcab;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px;
    background: #ecfefa;
}
#lp-list-order-bump.funnelkit .lp-order-bump .lpob-container {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#lp-list-order-bump.funnelkit .lp-order-bump .lpob-content {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 18px;
}

#lp-list-order-bump.funnelkit .lpob-image img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ececec;
}

#lp-list-order-bump.funnelkit label {
    align-items: center;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}
#lp-list-order-bump.funnelkit label .lpob-bump-text {
    align-items: center;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    margin: 0;
    font-weight: 600;
}
#lp-list-order-bump.funnelkit label .lpob-bump-text i {
    color: #009d43;
    font-style: normal;
    padding-right: 4px;
}

#lp-list-order-bump.funnelkit label input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    align-items: center;
    border: 1px solid #009d43;
    border-radius: 4px;
    color: #fff;
    display: flex;
    height: 16px;
    justify-content: center;
    width: 16px;
}

#lp-list-order-bump.funnelkit label input:checked {
    background: #009d43;
    background-size: 8px 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyIDEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEuNiwyLjNsLTYuOCw4LjhjMCwwLS4xLjItLjMuMnMtLjIsMC0uMy0uMVMuNCw3LjQuNCw3LjRoMGMwLS4xLDAtLjIsMC0uMnMwLS4xLDAtLjJjMCwwLDAsMCwwLDAsLjQtLjQsMS4xLTEuMiwxLjItMS4zLDAsMCwuMS0uMS4yLS4xcy4yLjEuMy4yYzAsMCwyLjIsMi4xLDIuMiwyLjFMOS44LjhzLjEsMCwuMiwwLC4xLDAsLjIsMGwxLjUsMS4yczAsLjEsMCwuMmMwLDAsMCwuMSwwLC4yWiIvPjwvc3ZnPgo=");
}

#lp-list-order-bump.funnelkit .lpob-content-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#lp-list-order-bump.funnelkit .lpob-content-inner h4 {
    color: #09b29c;
    font-size: 12px;
    margin: 0px;
}
#lp-list-order-bump.funnelkit .lpob-content-inner h5 {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(25, 28, 31);
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

#lp-list-order-bump.funnelkit .lpob-offer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 18px;
    width: 100%;
    margin: 0;
    line-height: 1;
    border-top: 2px dashed #70bcab;
}
#lp-list-order-bump.funnelkit .lpob-offer svg {
    width: 18px;
    height: 18px;
    color: #d30f11;
}

#lp-list-order-bump.funnelkit .lpob-offer svg.blink-arrow {
  animation: blink-arrow 1.5s infinite;
}

@keyframes blink-arrow {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#lp-list-order-bump.funnelkit .lpob-offer .lpob-prices {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}
#lp-list-order-bump.funnelkit .lpob-offer .lpob-regular-price {
    color: #9ea4ac;
    text-decoration: line-through;
    font-size: 12px;
}

#lp-list-order-bump.funnelkit .lpob-offer .lpob-discount-percent {
    background-color: #009d43;
    padding: 0 4px;
    font-size: 12px;
    margin-right: 8px;
    margin-left: 4px;
    color: #fff;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1.6;
}

#lp-list-order-bump.funnelkit .lpob-offer .lpob-sale-price {
    color: #191c1f;
    font-weight: 700;
    font-size: 16px;
}
