:root {
    --ab-red: #c0271a;
    --ab-red-bright: #e8321f;
    --ab-gold: #f5c518;
    --ab-bg: #0d0d0d;
    --ab-bg-soft: #181818;
    --ab-text: #f5f5f5;
    --ab-muted: #9a9a9a;
    --ab-border: rgba(192, 39, 26, 0.28);
}

body.storefront-abstore {
    font-family: "Outfit", sans-serif;
    background: linear-gradient(135deg, #0d0d0d 0%, #1a0a08 45%, #0d0d0d 100%);
    color: var(--ab-text);
}

.storefront-abstore .orb {
    position: absolute;
    border-radius: 9999px;
    filter: blur(80px);
    opacity: 0.28;
}

.storefront-abstore .orb-1 {
    width: 400px;
    height: 400px;
    top: -120px;
    left: -140px;
    background: radial-gradient(circle, rgba(232, 50, 31, 0.45), transparent 70%);
}

.storefront-abstore .orb-2 {
    width: 420px;
    height: 420px;
    right: -130px;
    bottom: -160px;
    background: radial-gradient(circle, rgba(245, 197, 24, 0.3), transparent 70%);
}

.storefront-abstore .orb-3 {
    width: 220px;
    height: 220px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(192, 39, 26, 0.2), transparent 70%);
}

.storefront-abstore .sf-nav {
    background: rgba(13, 13, 13, 0.92);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--ab-border);
}

.storefront-abstore .glass-card {
    background: rgba(24, 24, 24, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
}

.storefront-abstore .no-hover-lift {
    transform: none !important;
}

.storefront-abstore a.btn-primary,
.storefront-abstore button.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
    background: linear-gradient(135deg, var(--ab-red), var(--ab-red-bright));
    color: #fff;
    border: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 28px rgba(192, 39, 26, 0.35);
}

.storefront-abstore a.btn-primary:hover,
.storefront-abstore button.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(192, 39, 26, 0.52);
    color: #fff;
}

.storefront-abstore a.btn-outline,
.storefront-abstore button.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1.25rem;
    border-radius: 12px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e8e8e8;
    background: transparent;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.storefront-abstore a.btn-outline:hover,
.storefront-abstore button.btn-outline:hover {
    border-color: rgba(245, 197, 24, 0.6);
    color: #fff;
    background: rgba(245, 197, 24, 0.08);
}

.storefront-abstore .grad-text {
    background: linear-gradient(135deg, var(--ab-red-bright), var(--ab-gold));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.storefront-abstore .hero-grid {
    background: linear-gradient(135deg, rgba(13, 13, 13, 0.95), rgba(26, 10, 8, 0.9));
}

.storefront-abstore .hero-title {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 2px;
    font-size: clamp(3rem, 6vw, 5.5rem);
    line-height: 1;
}

.storefront-abstore .hero-title-part {
    display: block;
}

.storefront-abstore .hero-arabic {
    font-family: "Cairo", sans-serif;
    font-size: 1.15rem;
    color: #b6b6b6;
    direction: rtl;
}

.storefront-abstore .badge {
    display: inline-flex;
    border-radius: 9999px;
    border: 1px solid rgba(245, 197, 24, 0.3);
    background: rgba(245, 197, 24, 0.08);
    color: var(--ab-gold);
    padding: 2px 10px;
}

.storefront-abstore .tag {
    background: rgba(255, 255, 255, 0.05);
    color: var(--ab-muted);
}

.storefront-abstore .tag-gold {
    border: 1px solid rgba(245, 197, 24, 0.3);
    background: rgba(245, 197, 24, 0.12);
    color: var(--ab-gold);
}

.storefront-abstore .hero-visual {
    position: relative;
    height: 500px;
}

.storefront-abstore .hero {
    min-height: calc(100vh - 70px);
    background: linear-gradient(135deg, #0d0d0d 0%, #1a0a08 50%, #0d0d0d 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 0;
}

.storefront-abstore .hero-bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: repeating-linear-gradient(45deg, var(--ab-red) 0px, var(--ab-red) 1px, transparent 1px, transparent 40px);
}

.storefront-abstore .hero-glow {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(192, 39, 26, 0.15) 0%, transparent 70%);
}

.storefront-abstore .hero-glow2 {
    position: absolute;
    bottom: -200px;
    right: -100px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 197, 24, 0.06) 0%, transparent 70%);
}

.storefront-abstore .hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.storefront-abstore .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 197, 24, 0.12);
    border: 1px solid rgba(245, 197, 24, 0.3);
    color: var(--ab-gold);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.storefront-abstore .float-card {
    position: absolute;
    background: rgba(24, 24, 24, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 18px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.storefront-abstore .hero-desc {
    color: #888;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-top: 1.5rem;
    max-width: 480px;
}

.storefront-abstore .hero-cta {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.storefront-abstore .hero-cta .btn-primary,
.storefront-abstore .hero-cta .btn-outline {
    padding: 0.875rem 1.75rem;
    font-size: 0.95rem;
    min-height: 48px;
}

.storefront-abstore .hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
}

.storefront-abstore .stat {
    text-align: center;
}

.storefront-abstore .stat-num {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.2rem;
    color: var(--ab-gold);
    line-height: 1;
}

.storefront-abstore .stat-label {
    font-size: 0.75rem;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.storefront-abstore .section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5rem 2rem;
}

.storefront-abstore .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.storefront-abstore .section-title {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    letter-spacing: 3px;
}

.storefront-abstore .section-title span {
    color: var(--ab-red-bright);
}

.storefront-abstore .section-sub {
    color: #666;
    margin-top: 0.5rem;
    font-size: 1rem;
}

.storefront-abstore .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.storefront-abstore .product-card {
    background: var(--ab-bg-soft);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s;
    position: relative;
}

.storefront-abstore .product-card:hover {
    border-color: rgba(192, 39, 26, 0.4);
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(192, 39, 26, 0.2);
}

.storefront-abstore .product-card-img {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(192, 39, 26, 0.2), rgba(192, 39, 26, 0.08));
}

.storefront-abstore .product-card-body {
    padding: 20px;
}

.storefront-abstore .product-card-name {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.storefront-abstore .product-card-desc {
    color: #777;
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 16px;
}

.storefront-abstore .product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.storefront-abstore .product-price {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.6rem;
    color: var(--ab-gold);
}

.storefront-abstore .product-price small {
    font-family: "Outfit", sans-serif;
    font-size: 0.7rem;
    color: #666;
    display: block;
    line-height: 1;
}

.storefront-abstore .btn-card {
    background: var(--ab-red);
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.85rem;
}

.storefront-abstore .product-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--ab-gold);
    color: #111;
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.storefront-abstore .features-strip {
    background: var(--ab-bg-soft);
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    padding: 2rem;
}

.storefront-abstore .features-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.storefront-abstore .feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.storefront-abstore .feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(192, 39, 26, 0.12);
    border: 1px solid rgba(192, 39, 26, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    flex-shrink: 0;
}

.storefront-abstore .feature-text strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.storefront-abstore .feature-text span {
    font-size: 0.75rem;
    color: #666;
}

.storefront-abstore .float-card:hover {
    transform: translateY(-6px);
}

.storefront-abstore .fc1 {
    top: 20px;
    left: 10px;
    width: 210px;
}

.storefront-abstore .fc2 {
    top: 110px;
    right: 20px;
    width: 220px;
}

.storefront-abstore .fc3 {
    bottom: 55px;
    left: 70px;
    width: 240px;
}

.storefront-abstore .fc-logo {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 900;
    background: linear-gradient(135deg, rgba(192, 39, 26, 0.85), rgba(232, 50, 31, 0.9));
}

.storefront-abstore .fc-name {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.storefront-abstore .fc-price {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.55rem;
    color: var(--ab-gold);
    line-height: 1.1;
}

.storefront-abstore .fc-badge-premium {
    font-size: 0.65rem;
    background: rgba(245, 197, 24, 0.14);
    color: var(--ab-gold);
    padding: 3px 8px;
    border-radius: 20px;
    border: 1px solid rgba(245, 197, 24, 0.3);
    display: inline-block;
    margin-top: 6px;
}

.storefront-abstore .pay-badge {
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.03);
}

.storefront-abstore .search-input,
.storefront-abstore .sort-select,
.storefront-abstore .sf-input,
.storefront-abstore .input-field {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(8, 8, 8, 0.75);
    color: #fafafa;
}

.storefront-abstore .search-input:focus,
.storefront-abstore .sort-select:focus,
.storefront-abstore .sf-input:focus,
.storefront-abstore .input-field:focus {
    outline: none;
    border-color: rgba(245, 197, 24, 0.7);
    box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.18);
}

.storefront-abstore .feature-check {
    color: var(--ab-gold);
}

.storefront-abstore .detail-tag {
    background: rgba(192, 39, 26, 0.15);
    border: 1px solid rgba(192, 39, 26, 0.3);
    color: var(--ab-red-bright);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.storefront-abstore .text-\[\#6b7280\] {
    color: var(--ab-muted) !important;
}

.storefront-abstore .text-\[\#e8eaf0\] {
    color: #f8f8f8 !important;
}

.storefront-abstore .border-\[rgba\(255\,255\,255\,0\.06\)\] {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

/* ============================================
   MOBILE RESPONSIVE — max-width: 768px
   ============================================ */
@media (max-width: 768px) {
    /* Hero Section */
    .hero {
        min-height: auto !important;
        padding-top: 0 !important;
        padding-bottom: 2rem !important;
    }
    .hero-content {
        grid-template-columns: 1fr !important;
        padding: 1.5rem 1rem !important;
        gap: 1.5rem !important;
    }
    .hero-visual {
        display: none !important;
    }
    .hero-glow, .hero-glow2 {
        display: none !important;
    }
    .hero-badge {
        font-size: 0.7rem !important;
        padding: 4px 12px !important;
        margin-bottom: 1rem !important;
    }
    .hero-desc {
        font-size: 0.95rem !important;
        margin-top: 1rem !important;
    }
    .storefront-abstore .hero-cta {
        flex-direction: column;
        align-items: stretch;
    }
    .storefront-abstore .hero-cta .btn-primary,
    .storefront-abstore .hero-cta .btn-outline {
        width: 100%;
        justify-content: center;
    }
    .hero-stats {
        gap: 1.5rem !important;
        padding: 1rem !important;
    }
    .stat-num {
        font-size: 1.5rem !important;
    }

    /* Hero Title */
    .hero-title {
        line-height: 1.05 !important;
        font-size: clamp(1.8rem, 7vw, 2.6rem) !important;
        letter-spacing: 1px !important;
        white-space: nowrap !important;
    }
    .hero-title-part {
        display: inline !important;
    }
    .hero-title-part + .hero-title-part::before {
        content: " ";
    }

    /* Section Padding */
    .section {
        padding: 2rem 1rem !important;
    }

    /* Products Grid */
    .products-grid {
        grid-template-columns: 1fr !important;
    }

    /* Product Cards */
    .product-card-body {
        padding: 14px !important;
    }
    .product-card-img {
        height: 160px !important;
    }

    /* Features Strip */
    .features-strip {
        padding: 1.5rem 1rem !important;
    }
    .features-inner {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
    .feature-item {
        gap: 10px !important;
    }
    .feature-icon {
        width: 40px !important;
        height: 40px !important;
        font-size: 1.1rem !important;
    }
    .feature-text strong {
        font-size: 0.8rem !important;
    }
    .feature-text span {
        font-size: 0.65rem !important;
    }

    /* Hide Float Cards on mobile */
    .fc1, .fc2, .fc3 {
        display: none !important;
    }
}

/* ============================================
   MOBILE SMALL — max-width: 480px
   ============================================ */
@media (max-width: 480px) {
    .features-inner {
        grid-template-columns: 1fr !important;
    }
    .features-strip {
        padding: 1rem 0.75rem !important;
    }
    .feature-item {
        gap: 8px !important;
    }
    .feature-icon {
        width: 36px !important;
        height: 36px !important;
        font-size: 1rem !important;
        flex-shrink: 0 !important;
    }
    .feature-text strong {
        font-size: 0.75rem !important;
    }
    .feature-text span {
        font-size: 0.65rem !important;
    }
    .hero-title {
        font-size: clamp(1.55rem, 7.2vw, 2rem) !important;
        letter-spacing: 0.5px !important;
    }
    .hero-stats {
        gap: 1rem !important;
    }
    .stat-num {
        font-size: 1.25rem !important;
    }
    .stat-label {
        font-size: 0.65rem !important;
    }
}

/* ============================================
   PERFORMANCE — Disable orbs on mobile
   ============================================ */
@media (max-width: 768px) {
    .orb-1, .orb-2, .orb-3 {
        display: none !important;
    }
}

/* ============================================
   MOBILE MENU — Slide-in animation
   ============================================ */
#mobile-menu {
    transform: translateY(-8px);
    opacity: 0;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
#mobile-menu:not(.hidden) {
    transform: translateY(0);
    opacity: 1;
}

/* Body scroll lock when menu open */
body.menu-open {
    overflow: hidden;
}

/* ============================================
   PAGE TITLES
   ============================================ */
.storefront-abstore .page-title {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: 2px;
    line-height: 1.1;
}

/* ============================================
   SUCCESS CHECK ICON
   ============================================ */
.storefront-abstore .success-check {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(34, 197, 94, 0.3);
}

/* ============================================
   ORDER NUMBER
   ============================================ */
.storefront-abstore .order-num {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.8rem;
    color: var(--ab-gold);
    letter-spacing: 2px;
}

/* ============================================
   CART PAGE
   ============================================ */
.storefront-abstore .cart-icon {
    background: linear-gradient(135deg, var(--ab-red), var(--ab-red-bright));
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.storefront-abstore .cart-item-name {
    font-weight: 600;
    font-size: 0.95rem;
}

.storefront-abstore .cart-total {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.8rem;
    color: var(--ab-gold);
}

/* ============================================
   PRODUCT CARD HOVER FIX for catalog
   ============================================ */
.storefront-abstore .product-card-wrap {
    background: var(--ab-bg-soft);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s;
}

.storefront-abstore .product-card-wrap:hover {
    border-color: rgba(192, 39, 26, 0.4);
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(192, 39, 26, 0.2);
}

.storefront-abstore .product-card-img-sm {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(192, 39, 26, 0.2), rgba(192, 39, 26, 0.08));
    overflow: hidden;
}

.storefront-abstore .product-card-img-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.storefront-abstore .product-card-body-catalog {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: full;
}

/* ============================================
   SECTION LABEL
   ============================================ */
.storefront-abstore .section-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #555;
}

/* ============================================
   PAYMENT METHOD CARDS
   ============================================ */
.storefront-abstore .pay-method {
    background: var(--ab-bg-soft);
    border: 2px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    padding: 14px 16px;
    cursor: pointer;
    transition: all 0.2s;
}

.storefront-abstore .pay-method:hover {
    border-color: rgba(192, 39, 26, 0.4);
}

.storefront-abstore .pay-method.selected {
    border-color: var(--ab-red);
    background: rgba(192, 39, 26, 0.08);
}

/* ============================================
   DELIVERY STEPS
   ============================================ */
.storefront-abstore .step-done {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.25);
}

/* ============================================
   INVOICE BUTTON
   ============================================ */
.storefront-abstore .invoice-btn {
    background: rgba(245, 197, 24, 0.08);
    border: 1px solid rgba(245, 197, 24, 0.2);
    color: var(--ab-gold);
    border-radius: 12px;
    transition: all 0.2s;
    font-weight: 600;
}

.storefront-abstore .invoice-btn:hover {
    background: rgba(245, 197, 24, 0.15);
}

/* ============================================
   MOBILE — Adjust nav padding on small screens
   ============================================ */
@media (max-width: 640px) {
    .sf-nav {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ─── Arabe (RTL) — police Cairo ─── */
html.storefront-rtl body.storefront-abstore,
html.storefront-rtl body.storefront-abstore.storefront-locale-ar {
    font-family: "Cairo", "Outfit", sans-serif;
}

/* Montants / devises : toujours LTR (évite 12 000 DA → DA 000 12 en RTL) */
html[dir="rtl"] .sf-price-ltr,
html.storefront-rtl .sf-price-ltr,
html[dir="rtl"] .fc-price,
html[dir="rtl"] .ab-price-value,
html[dir="rtl"] .ab-price-block,
html[dir="rtl"] .ab-price-row-val,
html[dir="rtl"] .ab-price-total-val,
html[dir="rtl"] .ab-price-compare,
html[dir="rtl"] .ab-vopt-sub,
html[dir="rtl"] .product-price,
html[dir="rtl"] .cart-total,
html.storefront-rtl .fc-price,
html.storefront-rtl .ab-price-value,
html.storefront-rtl .ab-price-row-val,
html.storefront-rtl .ab-price-total-val,
html.storefront-rtl .product-price,
html.storefront-rtl .cart-total {
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
    font-variant-numeric: tabular-nums;
    text-align: left;
}

html[dir="rtl"] .sf-site-logo {
    object-position: right center;
}
