.elementor-13 .elementor-element.elementor-element-447103c4{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-13 .elementor-element.elementor-element-0200f18{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-13 .elementor-element.elementor-element-1e64839{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-1e64839{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-0d4fa2a *//* باکس کلی */
#smartAddBox {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

/* دکمه مینیمال */
.smart-compare-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    
    width: 260px;
    padding: 24px 20px;
    border: 2px solid #000;
    border-radius: 12px;

    background: #fff;
    color: #000;
    text-decoration: none;

    transition: 0.25s ease;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

/* ایکون پلاس */
.smart-compare-btn .icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #000;
    color: #fff;

    border-radius: 50%;
    font-size: 24px;
    transition: 0.25s ease;
}

/* متن */
.smart-compare-btn span {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    transition: 0.25s ease;
}

/* حالت Hover */
.smart-compare-btn:hover {
    background: #000;
    border-color: #000;
}

.smart-compare-btn:hover span {
    color: #fff;
}

.smart-compare-btn:hover .icon {
    background: #fff;
    color: #000;
}/* End custom CSS */