Skip to content

Your cart is empty

Continue shopping

Have an account?

Log in to check out faster.

Your cart

Loading...

Estimated total

LE 0.00 EGP

Taxes, discounts and shipping calculated at checkout.
  • Home
  • COLLECTIONS
    • All collections
    • CLUTCH
    • TOP HANDLE
    • MINI BAG
    • Shoulder Bags
    • WALLETS
  • SEASONAL
  • Contact US
  • Our Policies
Log in
    Almaza
    Log in Cart

    Collections

    • CLUTCH

      CLUTCH

      CLUTCH

    • MINI BAG

      MINI BAG

      MINI BAG

    • NEW ARRIVALS

    • SHOULDER BAGS

      SHOULDER BAGS

      SHOULDER BAGS

    • TOP HANDLE

      TOP HANDLE

      TOP HANDLE

    • WALLET

      WALLET

      WALLET

    Subscribe to our emails

    Payment methods
    • PayPal
    © 2025, Almaza Powered by Shopify
    • Privacy policy
    • Refund policy
    • Terms of service
    • Choosing a selection results in a full page refresh.
    • Opens in a new window.
    × Welcome Photo

    Join Almaza Family!

    Subscribe to get the latest updates and exclusive offers.

    × Welcome Image

    Join Almazza Family!

    Subscribe to get the latest updates and exclusive offers.

    .logo-container { position: relative; display: inline-block; /* Or block, depending on your layout */ /* Add any additional styling for your logo container here, e.g., margin, padding */ } .main-logo { opacity: 1; /* Initially visible */ transition: opacity 0.5s ease; /* Smooth transition for fading */ } .side-logo { position: absolute; top: 0; left: 0; /* Important: Start at the top-left corner */ width: 100%; /* Or a specific width */ height: 100%; /* Match the main logo height */ opacity: 0; /* Initially hidden */ transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transitions */ } .logo-left { transform: translateX(-100%); /* Initially off-screen to the left */ } .logo-right { transform: translateX(100%); /* Initially off-screen to the right */ } /* Animation classes (triggered by JavaScript) */ .logo-container.animate .main-logo { opacity: 0; } .logo-container.animate .logo-left { opacity: 1; transform: translateX(0%); /* Move to the center */ } .logo-container.animate .logo-right { opacity: 1; transform: translateX(0%); /* Move to the center */ }