/* Styles previously embedded in HTML elements */
#uxh-sobw-success-message {
    display: none;
    background-color: #d4edda;
    color: #155724;
    padding: 10px;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

/* Styles extracted from <style> block */
.uxh-sobw-order-bump-slide {
    display: none;
}

.uxh-sobw-order-bump {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #C6CBDB;
    border-radius: 12px;
    padding: 12px;
    margin: 8px 0;
    flex-wrap: wrap;
    box-shadow: rgb(32 41 76 / 5%) 0px 4px 4px 0px;
    justify-content: center;
}

.uxh-sobw-product-image img {
    height: 65px;
    border-radius: 8px;
    border: 1px solid #C6CBDB;
    max-width: 100%;
}

.uxh-sobw-product-info {
    flex: 1;
    margin-left: 15px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.uxh-sobw-product-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.uxh-sobw-product-price {
    font-size: 16px;
    margin: 5px 0 0;
}

.uxh-sobw-discount-badge {
    font-weight: 500;
    padding: 5px;
    border-radius: 3px;
    margin-left: 8px;
}

.uxh-sobw-add-to-order {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.uxh-sobw-add-to-order .button {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
}

.uxh-sobw-add-to-order .button:hover {
    background-color: #333;
}

@media (max-width: 768px) {
    .uxh-sobw-product-info {
        margin-left: 0;
        text-align: center;
    }

    .uxh-sobw-add-to-order {
        margin: 10px 0 0;
        width: 100%;
        text-align: center;
    }
}

#uxh-sobw-slider-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.uxh-sobw-slider-arrow {
    background: #fff;
    border: 1px solid #C6CBDB;
    color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 18px;
    font-size: 16px;
    font-weight: 600;
}

.uxh-sobw-slider-arrow:hover {
    background: #333;
    color: #fff;
}

#uxh-sobw-slider-counter {
    font-size: 14px;
    margin-left: auto;
}
