body .btn-comp-search {
    box-shadow: initial;
    border: 1px solid #c197ff;
    background-color: #f0e4ff;
    color: #6529b3;
    border-radius: 6px;
    font-size: 20px;
    padding: 14px 30px !important;
}
.mobzella-versus-comparison[data-products="0"], .mobzella-versus-comparison[data-products="0"] {
    justify-content: center;
    align-items: center;
}
html body .add-product-placeholder {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    background-color: #f8f9fa87;
    color: #0000009e;
    border: none !important;
    background-image: linear-gradient(to right, #00000042 50%, transparent 0%), linear-gradient(to right, #00000042 50%, transparent 0%), linear-gradient(to bottom, #00000042 50%, transparent 0%), linear-gradient(to bottom, #00000042 50%, transparent 0%);
    background-size: 20px 2px, 20px 2px, 2px 20px, 2px 20px; /* Dash length and border thickness */
    background-position: top left, bottom left, top left, top right; /* Positioning for each side */
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y; /* Repeating along x or y axis */
    padding: 2px; /* Adjust padding to create space for the border */
    min-height: 250px;
    padding:7px;
}
html body .add-product-placeholder.versus-product-value {
    opacity: 0.5;
    font-size: 16px;
    min-height: 60px;
}

body .comp-ajax-search-wrap.comp-ajax-search-overflow{
    position: relative;
    padding-bottom: 40px;
}
.comp-ajax-search-wrap .re-aj-search-wrap-results {
    max-height: 350px;
    overflow-y: auto;
    position: initial;
}
.re-compare-destin{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.mobzella-modal{
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999999999;
}
.mobzella-modal.is-visible{
    display: flex;
}
.mobzella-modal__content{
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    max-width: 320px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);
}
.mobzella-modal__message{
    margin: 0 0 20px;
    font-size: 16px;
    color: #2c2c2c;
}
.mobzella-modal__actions{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.mobzella-modal__btn{
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 15px;
    cursor: pointer;
}
.mobzella-modal__continue{
    background-color: #f0e4ff;
    color: #6529b3;
}
.mobzella-modal__finish{
    background-color: #6529b3;
    color: #fff;
}
