/* ==========================================================================
   Dorano Floating Cart — RTL Overrides
   ========================================================================== */

/* Popup position: bottom-left instead of bottom-right */
.dorano-floating-cart {
    right: auto;
    left: 24px;
}

/* Close button */
.dorano-floating-cart__close {
    right: auto;
    left: 8px;
}

/* Body layout direction */
.dorano-floating-cart__body {
    direction: rtl;
}

/* Checkmark + message direction */
.dorano-floating-cart__message {
    flex-direction: row-reverse;
}

/* Progress bar direction */
.dorano-floating-cart__progress-bar {
    transform-origin: right;
}

/* Mobile override */
@media (max-width: 544px) {
    .dorano-floating-cart {
        right: 12px;
        left: 12px;
    }
}
