/* 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;
}

/* -------------------------------------------------------------------------- */
/*                                   MODERNO                                  */
/* -------------------------------------------------------------------------- */
/* 
#lp-list-order-bump.moderno .lp-order-bump {
    border: 2px dashed #2ecc71;
    padding: 15px;
    margin-bottom: 15px;
    background: #f6fff9;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

#lp-list-order-bump.moderno .lp-order-bump .lpob-image img {
    width: 90px;
    height: auto;
    border-radius: 8px;
}

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

#lp-list-order-bump.moderno .lp-order-bump .lpob-content label {
    display: block;
    cursor: pointer;
}
#lp-list-order-bump.moderno .lp-order-bump .lpob-content label input {
    margin-right: 6px;
}

#lp-list-order-bump.moderno .lp-order-bump .lpob-prices {
    margin-top: 5px;
    color: #2c3e50;
    font-size: 0.9em;
}

#lp-list-order-bump.moderno .lp-order-bump .lpob-bump-text {
    margin-top: 5px;
    color: #2c3e50;
}
 */
