html[lang="ar"] button {
  font-family: "GretaArabic", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
.cart-count,
.mobile-cart-count {
  white-space: pre-line; /* treats \n as real line breaks */
}

@media (max-width: 960px) {
    .cart-panel.cart-mobile-visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
}
@media (max-width: 880px) {
    .cart-panel {
        position: static;
        margin-top: 12px;
    }
}

@media (max-width: 960px) {
    .cart-panel {
        position: fixed;
         top: 66%;
        left: 12px;
        right: 12px;
        z-index: 70;
        display: block !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding: 10px 14px 10px !important;
        border-radius: 14px;
        transform: translateY(120%);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.22s ease-out, opacity 0.22s ease-out;
    }
}

@media (max-width: 960px) {
    .cart-panel .cart-header {
        margin-bottom: 6px;
    }
}
@media (max-width: 960px) {
    .cart-panel .cart-main {
        margin-bottom: 0;
    }
}
@media (max-width: 960px) {
    .cart-panel .cart-row {
        margin-bottom: 4px;
    }
}
@media (max-width: 768px) {
    .nav-logo-text {
        text-wrap: auto;
        font-size: 14px;
        letter-spacing: 0;
    }
}
@media (max-width: 768px) {
    .nav-logo img {
        height: 125px;
    }
}
html[dir="rtl"] .hours-block-title,
html[dir="rtl"] .hours-note
 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

html[dir="rtl"] .hours-note {
    text-align: right;
    direction: rtl !important;
    flex-direction: row;
}


@media (max-width: 768px) {
    .nav-inner {
        padding: 8px 14px;
    }
}
html[dir="rtl"] .custom-phone-input{
  direction: rtl;
}
.cart-count,
.mobile-cart-count {
  white-space: pre-line; /* treats \n as real line breaks */
}
html[dir="rtl"] .hours-header {
    display: flex;
    flex-direction
: row-reverse;
    justify-content: space-between;
    align-items: center;
}
html[dir="rtl"] .hours-list li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
