biabyzaskiamecca.com Open in urlscan Pro
23.227.38.65  Public Scan

URL: https://biabyzaskiamecca.com/
Submission: On October 15 via api from US — Scanned from CA

Form analysis 13 forms found in the DOM

POST /cart

<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="drawer__title">Cart</div>
      <div class="drawer__close">
        <button type="button" class="drawer__close-button js-drawer-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close cart</span>
        </button>
      </div>
    </div>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2">
        <div class="cart__items" data-count="0" data-cart-subtotal="0">
        </div>
      </div>
    </div>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div data-discounts="">
        <div class="cart__discounts hide">
          <div class="cart__item-sub cart__item-row">
            <div>Discounts</div>
            <div class="text-right">
            </div>
          </div>
        </div>
      </div>
      <div class="cart__item-sub cart__item-row">
        <div class="cart__subtotal">Subtotal</div>
        <div data-subtotal="">Rp 0,00</div>
      </div>
      <div class="cart__item-row cart__savings text-center hide" data-savings=""></div>
      <div class="cart__item-row text-center ajaxcart__note">
        <small> Shipping, taxes, and discount codes calculated at checkout.<br>
        </small>
      </div>
      <div class="cart__checkout-wrapper">
        <div class="fliK-checkout-block-cart fliK-block-custom-cart ">
          <div class="flik-checkout-wrapper">
            <button type="button" class="flik-checkout cart__checkout" role="button">
              <span class="flik-checkout-button-label"> Check out </span>
            </button>
          </div>
        </div>
        <script>
          productData = null
          typeData = "cart"
          if (typeData !== 'cart') {
            elm = document.querySelector(`[data-flik-handle='${productData.handle}']`)
            if (elm && typeData !== 'quick-add') {
              elm.addEventListener("click", function() {
                amplitudeTrackCheckoutButton();
              });
              elm.addEventListener("click", function() {
                getProductByHandler(this.dataset.flikHandle, this.dataset.variant)
              })
            }
          }
        </script>
      </div>
    </div>
  </div>
  <div class="drawer__cart-empty appear-animation appear-delay-2">
    <div class="drawer__scrollable"> Your cart is currently empty. </div>
  </div>
</form>

GET /search

<form action="/search" method="get" id="HeaderSearchForm" class="site-header__search-form" role="search" autocomplete="off">
  <input type="hidden" name="type" value="product,article,page,collection">
  <button type="submit" class="text-link site-header__search-btn">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
      <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
  <input type="search" name="q" value="" placeholder="Search our store" class="site-header__search-input" aria-label="Search our store">
</form>

POST /contact#newsletter-footer

<form method="post" action="/contact#newsletter-footer" id="newsletter-footer" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <label for="Email-1494292487693" class="hidden-label">Enter your email</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="footer">
  <div class="footer__newsletter">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-1494292487693" class="footer__newsletter-input" autocorrect="off" autocapitalize="off">
    <button type="submit" class="footer__newsletter-btn" name="commit">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-email" viewBox="0 0 64 64">
        <path d="M63 52H1V12h62zM1 12l25.68 24h9.72L63 12M21.82 31.68L1.56 51.16m60.78.78L41.27 31.68"></path>
      </svg>
      <span class="icon__fallback-text">Subscribe</span>
    </button>
  </div>
</form>

POST

<form method="post" id="sem_modal_form" novalidate="novalidate">
  <input id="sem_email" type="hidden" value="client" name="user">
  <div class="ssw-control-group">
    <input name="password" id="sem_password" class="social-exist-modal__password" type="password" required="required" placeholder="Password"><br>
  </div>
  <a id="sem_forgot" class="social-exist-modal__recover-password" onclick="try{showRecoverPasswordForm();ssw('#social_exist_modal').sswModal('hide');}catch(e){}" href="/account/login#recover">Forgot password?</a>
  <div class="ssw-control-group">
    <input id="sem_btn" type="submit" class="btn button gw-login-btn" value="Log in">
  </div>
</form>

POST

<form id="set-email-form" method="post" novalidate="novalidate">
  <input id="service_id" type="hidden" name="service_id" value="">
  <div class="ssw-control-group">
    <input id="set-email-input" name="email" tabindex="1" aria-label="Email address" type="email" required="required" placeholder="Email address" class="ssw-span3">
  </div>
  <div class="ssw-control-group">
    <input type="submit" class="btn button gw-login-btn" tabindex="1" aria-label="" value="">
  </div>
</form>

POST

<form id="accept-terms-form" method="post" onsubmit="sswCreateAccount(this); return false;">
  <div class="terms-email-group ssw-control-group">
    <input id="terms-email-input" name="email" tabindex="1" type="email" required="required" placeholder="Email address" class="ssw-span3">
  </div>
  <div class="accept_terms-group ssw-control-group">
    <div class="ssw-controls">
      <label class="ssw-checkbox ssw-inline">
        <input id="ssw-accept-terms-checkbox" name="accept_terms" onclick="sswOnAcceptTerms(this)" type="checkbox"> I read and agree with <span class="terms-span">Terms of Service</span>
        <a href="javascript: void(0)" class="terms-link ssw-hide" target="_blank">Terms of Service</a>
      </label>
    </div>
  </div>
  <div class="ssw-control-group accepts_marketing-group">
    <div class="ssw-controls">
      <label class="ssw-checkbox ssw-inline">
        <input id="ssw-accept-marketing-checkbox" name="accepts_marketing" type="checkbox" onclick="sswOnAcceptMarketing(this)" onkeydown="sswOnAcceptMarketing(this)" tabindex="1" aria-label="Subscribe for Newsletter"> Subscribe for Newsletter
      </label>
    </div>
  </div>
  <input id="ssw-accept-terms-service_id" name="service_id" type="hidden">
  <div class="ssw-control-group">
    <button id="ssw-create-account-button" type="submit" class="btn button gw-login-btn" style="display: none" tabindex="1" aria-label="Create Account">Create Account</button>
    <button id="ssw-cancel-account-button" type="button" class="btn button gw-login-btn" onclick="sswCancelAccount()" tabindex="1" aria-label="cancel">cancel</button>
  </div>
</form>

POST https://biabyzaskiamecca.com/account/login

<form id="he_customer_login" action="https://biabyzaskiamecca.com/account/login" method="post" accept-charset="UTF-8" novalidate="novalidate">
  <input type="hidden" value="client" name="user">
  <div class="ssw-control-group">
    <input id="ssw-customer-email" name="customer[email]" tabindex="1" autocomplete="on" type="email" placeholder="Email address" class="ssw-span3" title="Enter your email" aria-label="Enter your email">
  </div>
  <div class="ssw-control-group">
    <input id="ssw-customer-password" name="customer[password]" tabindex="2" type="password" placeholder="Password" class="ssw-span3" title="Enter your password" aria-label="Enter your password">
  </div>
  <div class="ssw-control-group">
    <input id="hesy-login-submit" tabindex="3" type="submit" class="btn button gw-login-btn gw-fsize-md" value="Log in" aria-labelledby="Log in">
  </div>
  <div class="ssw-control-group">
    <a href="/account/login#recover" class="gw-link-login">Forgot password?</a>
  </div>
</form>

POST https://biabyzaskiamecca.com/account

<form id="he_create_customer" action="https://biabyzaskiamecca.com/account" method="post" accept-charset="UTF-8" novalidate="novalidate">
  <div class="ssw-control-group">
    <input id="ssw-email" tabindex="4" name="customer[email]" type="email" placeholder="Email address" class="required email ssw-span3" title="Enter your email" aria-label="Enter your email">
  </div>
  <div class="ssw-control-group">
    <input id="ssw-password" tabindex="5" name="customer[password]" type="password" placeholder="Password" class="required ssw-span3" minlength="6" title="Enter your password" aria-label="Enter your password">
  </div>
  <div class="ssw-control-group ssw-first-name" style="display:none;">
    <input id="ssw-first_name" tabindex="6" name="customer[first_name]" type="text" placeholder="First Name" class="required ssw-span3" minlength="2" title="Enter your first name" aria-label="Enter your first name">
  </div>
  <div class="ssw-control-group ssw-last-name" style="display:none;">
    <input id="ssw-last_name" tabindex="7" name="customer[last_name]" type="text" placeholder="Last Name" class="required ssw-span3" minlength="2" title="Enter your last name" aria-label="Enter your last name">
  </div>
  <input id="ssw-customer-tags" type="hidden" name="customer[tags]" value="gw_form">
  <div id="ssw-signup-accept-terms-marketing" class="ssw-control-group ssw-accept-terms">
    <label id="ssw-signup-accept-terms" class="ssw-checkbox ssw-inline" style="display: none;">
      <input name="terms" tabindex="8" type="checkbox" onclick="sswOnAcceptTerms(this)"> I read and agree with <span class="terms-span">Terms of Service</span>
      <a href="javascript: void(0)" class="terms-link ssw-hide" target="_blank">Terms of Service</a>
    </label>
    <input id="ssw-customer-accepts_marketing" type="hidden" name="customer[accepts_marketing]" value="false">
    <label id="ssw-signup-accept-marketing" class="ssw-checkbox ssw-inline">
      <input name="accepts_marketing" tabindex="9" type="checkbox" onclick="sswOnAcceptMarketing(this)"> Subscribe for Newsletter </label>
  </div>
  <div class="ssw-action-bottom">
    <button id="hesy-sign-up-cancel" type="button" class="btn button gw-login-btn gw-fsize-md" data-dismiss="ssw-modal" aria-hidden="true" style="display:none">cancel</button>
    <input id="hesy-sign-up-submit" tabindex="8" type="submit" class="btn button gw-login-btn gw-fsize-md" value="Sign up" aria-labelledby="Sign up">
  </div>
</form>

POST /cart/add

<form class="ssw-product-form ssw-available-content" method="post" action="/cart/add">
  <input type="hidden" name="id" value="">
  <div class="gw-quantity-wrapper" tabindex="0">
    <span class="gw-quantity-text gw-product-form-text">Quantity</span>
    <span class="gw-quantity-param minus">-</span>
    <input type="number" name="quantity" class="gw-quantity-number" value="1">
    <span class="gw-quantity-param plus">+</span>
  </div>
  <div class="ssw-control-group ssw-product-option1 ssw-hide">
    <label class="ssw-control-label gw-product-form-text">Option1</label>
    <select class="ssw-product-select1" data-product-id="0"></select>
  </div>
  <div class="ssw-control-group ssw-product-option2 ssw-hide">
    <label class="ssw-control-label gw-product-form-text">Option2</label>
    <select class="ssw-product-select2" data-product-id="0"></select>
  </div>
  <div class="ssw-control-group ssw-product-option3 ssw-hide">
    <label class="ssw-control-label gw-product-form-text">Option2</label>
    <select class="ssw-product-select3" data-product-id="0"></select>
  </div>
</form>

<form class="ssw-list-title-form" onsubmit="return false;">
  <input class="ssw-fave-list-title" type="text" name="list_title_default" data-event="blur" data-action="editList" data-id="0" placeholder="List name" value="Favorites" maxlength="40" required="required">
  <button type="submit" style="display: none"></button>
</form>

<form class="ssw-variant-options">
  <div class="ssw-product-variant-col">
    <img src="" class="ssw-variant-image" onload="this.removeAttribute('style')">
  </div>
  <div class="ssw-product-variant-col ssw-product-variant-col-form">
    <h3 class="ssw-product-variant-choose-option-text">Choose options</h3>
    <div class="ssw-product-variant-select-alert ssw-alert ssw-alert-warning" style="display:none;">All options should be selected!</div>
    <div class="ssw-variant-option-radio-template ssw-variant-option-template ssw-variant-option" style="display: none">
      <p class="ssw-variant-option-title"></p>
      <div class="ssw-variant-option-value" style="display: none">
        <input type="radio">
        <label></label>
      </div>
    </div>
    <div class="ssw-variant-option-select-template ssw-variant-option-template ssw-variant-option" style="display: none">
      <p class="ssw-variant-option-title"></p>
      <select name="option" class="ssw-variant-option-select">
        <option class="ssw-variant-option-value"></option>
      </select>
    </div>
    <input class="ssw-product-variant-id" type="hidden" name="variant_id">
    <div class="ssw-product-variant-cart-error ssw-alert ssw-alert-danger" style="display:none;"></div>
  </div>
</form>

POST

<form id="ssw-wishlist-save-form" method="post">
  <div class="ssw-inline">
    <input type="email" name="customer_email" placeholder="Your email address" required="">
    <button type="submit" class="btn button gw-wishlist-btn gw-btn-bg" data-text="Save" data-loading-text="Saving...">Save</button>
  </div>
  <div class="ssw-inline" style="margin-top: 10px">
    <label for="accept_marketing">Subscribe for Newsletter</label>
    <input type="checkbox" id="accept_marketing" name="accept_marketing">
  </div>
</form>

/account/login

<form class="hiddenFormRecaptcha" action="/account/login"><input type="hidden" name="form_type" value="customer_login"><input type="text" name="email" class="hiddenFocusFieldRecaptcha" style="position: fixed; left: -999999px; top: -999999px;"></form>

Text Content

Free Shipping Min purchase IDR 75k Max shipping 10k              Discount IDR 5K
off all products for New Customer (Voucher Code : NEWBIA5K) Free Shipping Min
purchase IDR 75k Max shipping 10k              Discount IDR 5K off all products
for New Customer (Voucher Code : NEWBIA5K) Free Shipping Min purchase IDR 75k
Max shipping 10k              Discount IDR 5K off all products for New Customer
(Voucher Code : NEWBIA5K) Free Shipping Min purchase IDR 75k Max shipping 10k
             Discount IDR 5K off all products for New Customer (Voucher Code :
NEWBIA5K) Free Shipping Min purchase IDR 75k Max shipping 10k             
Discount IDR 5K off all products for New Customer (Voucher Code : NEWBIA5K) Free
Shipping Min purchase IDR 75k Max shipping 10k              Discount IDR 5K off
all products for New Customer (Voucher Code : NEWBIA5K) Free Shipping Min
purchase IDR 75k Max shipping 10k              Discount IDR 5K off all products
for New Customer (Voucher Code : NEWBIA5K) Free Shipping Min purchase IDR 75k
Max shipping 10k              Discount IDR 5K off all products for New Customer
(Voucher Code : NEWBIA5K) Free Shipping Min purchase IDR 75k Max shipping 10k
             Discount IDR 5K off all products for New Customer (Voucher Code :
NEWBIA5K) Free Shipping Min purchase IDR 75k Max shipping 10k             
Discount IDR 5K off all products for New Customer (Voucher Code : NEWBIA5K)
Skip to content
Close menu
 * WHATS NEW
 * MUST HAVE'S
 * COLLECTION
   
    * BIA - Silk Road Expedition
      
       * Alexandria Edition
       * Almaty Edition
       * Isfahan Edition
       * Samarkand Edition
       * South Edition
   
    * BIA - Islamic Journey In Africa
      
       * Cairo Edition
       * Fez Edition
       * Timbuktu Edition
       * Tunisia Edition
   
    * BIA - Islamic Journey In Europe
      
       * Ceko Edition
       * Cordoba Edition
       * Denmark Edition
       * Dublin Edition
       * Hagia Sophia Edition
       * Istanbul Edition
       * Kazan Rusia Edition
       * London Edition
       * Montenegro Edition
       * Polandia Edition
       * Rumania Edition
       * Spanyol Edition
       * Yunani Edition
   
    * BIA - Daily
       * Daily Allover
       * Daily Allover Toyobo
       * Daily Crinkle
       * Daily Denim
       * Daily Peroza
       * Daily Stripes

 * COLLABORATION
   
    * BIA x Cut Meyriska
    * BIA x Revalina S Temat

 * OFFLINE STORE
 * LAST CALL⚡
 * Log in
 * 

 * Facebook
 * Instagram
 * TikTok
 * YouTube

Cart
Close cart
Discounts

Subtotal
Rp 0,00

Shipping, taxes, and discount codes calculated at checkout.

Check out
Your cart is currently empty.


BIABYZASKIAMECCA

 * WHATS NEW
 * MUST HAVE'S
 * COLLECTION
   * BIA - Silk Road Expedition
     * Alexandria Edition
     * Almaty Edition
     * Isfahan Edition
     * Samarkand Edition
     * South Edition
   * BIA - Islamic Journey In Africa
     * Cairo Edition
     * Fez Edition
     * Timbuktu Edition
     * Tunisia Edition
   * BIA - Islamic Journey In Europe
     * Ceko Edition
     * Cordoba Edition
     * Denmark Edition
     * Dublin Edition
     * Hagia Sophia Edition
     * Istanbul Edition
     * Kazan Rusia Edition
     * London Edition
     * Montenegro Edition
     * Polandia Edition
     * Rumania Edition
     * Spanyol Edition
     * Yunani Edition
   * BIA - Daily
     * Daily Allover
     * Daily Allover Toyobo
     * Daily Crinkle
     * Daily Denim
     * Daily Peroza
     * Daily Stripes
 * COLLABORATION
   * BIA x Cut Meyriska
   * BIA x Revalina S Temat
 * OFFLINE STORE
 * LAST CALL⚡

Log in Search Site navigation Cart
Search
"Close (esc)"
View more
Pause slideshow Play slideshow
 1. 
 2. 
 3. 
 4. 


MUST HAVE'S VIEW ALL

Save 60%
Quick view

[Anniversary Sale] BIA by Zaskia Mecca - Ajada Navy Kemeja Pria - Islamic
Journey In Africa - Cairo Edition
Regular price Rp 599.000,00 Sale price Rp 239.000,00
Save 47%
Quick view

BIA by Zaskia Mecca - Tiana Kemeja Wanita - Daily
Regular price Rp 509.000,00 Sale price Rp 269.000,00

Save 80%
Quick view

[Anniversary Sale] BIA x Cut Meyriska - Istanbul Sea Salt Scarf Kerudung Segi
Empat
Regular price Rp 299.000,00 Sale price Rp 59.000,00
Save 80%
Quick view

[Anniversary Sale] BIA x Cut Meyriska - Eoxa Milky Scarf Kerudung Segi Empat -
Edisi Polandia
Regular price Rp 299.000,00 Sale price Rp 59.000,00
Save 72%
Quick view

[Anniversary Sale] BIA by Zaskia Mecca - Carina Blouse - Daily
Regular price Rp 539.000,00 Sale price Rp 149.000,00

View all
8 products

"Close (esc)"

"Close (esc)"

"Close (esc)"

"Close (esc)"

"Close (esc)"


TESTIMONIALS

> ⭐⭐⭐⭐⭐
> 
> Bagus bgt produk lokal kualitasnya bisa premium dengan harga yang masih
> reasonable.
> 
> Tania
> 
> Jakarta

> ⭐⭐⭐⭐⭐
> 
> Dressnya cantikk bangeett.. mewah banget suka😍 selalu puas kalo beli produk
> BIA
> 
> Anggi
> 
> Bogor

> ⭐⭐⭐⭐⭐
> 
> Denim terbaik! Sudah kuduga denim tp ringan uh love it, kancing detailsnya
> never failed. Thanks BIA
> 
> Descha
> 
> Jakarta

> ⭐⭐⭐⭐⭐
> 
> baguss bgtt produknyaa.. wangi, gampang di aturr😍
> 
> Cindy
> 
> Bekasi

> ⭐⭐⭐⭐⭐
> 
> Barang sesuai dengan pict, bagus bahannya, nyaman, modelnya bagus👍
> 
> Siti
> 
> Jawa Timur

 1. 
 2. 
 3. 
 4. 
 5. 


LATEST COLLECTIONS





Footer menu

Footer menu
 * BIA Points

HELP AND SUPPORT

HELP AND SUPPORT
 * FAQ
 * How to Order
 * Terms and Conditions
 * Privacy and Policy

Contact Us

Contact Us

Jl. Moh Kahfi 1 No 55, Jagakarsa Jakarta Selatan

087778880150



SUBSCRIBE

SUBSCRIBE

To receive updates, access exclusive offers, and more

Enter your email
Subscribe

 * Facebook
 * Instagram
 * TikTok
 * YouTube

© 2024 BIAbyZaskiaMecca


"Close (esc)"


Need Help? Chat with us

Start a Conversation
Hi! Click one of our member below to chat on WhatsApp
The team typically replies in a few minutes.
Admin BIA

Powered by SeedGrow

word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1visually-hidden
×

Your discount code:



Subscribe for Newsletter
I read and agree with Terms of Service Terms of Service Subscribe for Newsletter
×

Log in to your account






Forgot password?


×
Enter your email


×
Accept Terms and Conditions

I read and agree with Terms of Service Terms of Service
Subscribe for Newsletter
Create Account cancel
×
Log in to your account



Forgot password?
No account? Sign up
×
Create your account



I read and agree with Terms of Service Terms of Service Subscribe for Newsletter
cancel
Already have an account? Log in
0 items - Rp 0,00 ×

View Cart ×
×
User Title added Product Title to wishlist


User Title reviewed Product Title


Product Title
product price compare price Add To Cart Sold Out View Product

Quantity - +
Option1
Option2
Option2
Add to wishlist




 * Description
 * Reviews
 * 
 * Questions






wishlist
wishlist0
Share:
Go to wishlist page
Add a new list
Favorites 0

You have exceeded the character limit You have exceeded the character limit
 * Edit name
 * Share
 * Delete

 * 

Delete this list?
cancel Delete


You have exceeded the character limit
 * Edit name
 * Share
 * Delete

 * 

Add To Cart Choose options
Delete this list?
cancel Delete

×



CHOOSE OPTIONS

All options should be selected!







Add To Cart Checkout Adding... Sold Out Unavailable




×
Hey! Save your amazing wish list
Enter your email address below and we will send the link to your wish list
× Thank you! Please check your email to find the link.
Save
Subscribe for Newsletter

×
« Previous Next »



Rewards