eliahaccessories.com Open in urlscan Pro
185.133.35.21  Public Scan

URL: https://eliahaccessories.com/
Submission: On January 11 via api from US — Scanned from US

Form analysis 7 forms found in the DOM

GET /search/

<form class="js-search-container js-search-form search-container" action="/search/" method="get">
  <div class="form-group m-0">
    <input class="js-search-input form-control search-input" autocomplete="off" type="search" name="q" placeholder="What are you looking for?" aria-label="What are you looking for?">
    <button type="submit" class="btn search-input-submit" value="Search" aria-label="Search">
      <svg class="icon-inline icon-2x">
        <use xlink:href="#search"></use>
      </svg>
    </button>
  </div>
</form>

POST /account/login/

<form id="quick-login-form" action="/account/login/" method="post" class="js-form form " data-store="account-login">
  <div class="form-group ">
    <input type="hidden" class=" form-control  " autocorrect="off" autocapitalize="off" name="redirect_to" value="/">
  </div>
  <div class="form-group ">
    <input type="hidden" class=" form-control  " autocorrect="off" autocapitalize="off" name="from" value="quick-login">
  </div>
  <div class="form-group ">
    <label class="form-label " for="email">Email</label>
    <input type="email" class=" form-control js-account-input " autocorrect="off" autocapitalize="off" name="email">
  </div>
  <div class="form-group ">
    <label class="form-label " for="password">Password</label>
    <input type="password" class="js-password-input form-control js-account-input " autocorrect="off" autocapitalize="off" autocomplete="off" name="password">
    <a aria-label="View password" class="js-password-view btn form-toggle-eye">
                <span class="js-eye-open" style="display: none;">
                    <svg class="icon-inline svg-icon-primary icon-w-20"><use xlink:href="#eye"></use></svg>
                </span>
                <span class="js-eye-closed">
                    <svg class="icon-inline svg-icon-primary icon-w-20"><use xlink:href="#eye-closed"></use></svg>
                </span>
            </a>
    <div class="mt-4 text-center">
      <a href="/account/reset" class="btn-link btn-link-primary font-small float-right mb-4 mt-3n"></a>
    </div>
  </div>
  <button class="btn btn-primary btn-block" type="submit" value="Log in" name=""> Log in <span class="js-form-spinner" style="display:none;">
      <svg class="icon-inline icon-spin h5">
        <use xlink:href="#circle-notch"></use>
      </svg>
    </span>
  </button>
</form>

GET /search/

<form class="js-search-container js-search-form search-container" action="/search/" method="get">
  <div class="form-group m-0">
    <input class="js-search-input form-control search-input" autocomplete="off" type="search" name="q" placeholder="What are you looking for?" aria-label="What are you looking for?">
    <button type="submit" class="btn search-input-submit" value="Search" aria-label="Search">
      <svg class="icon-inline icon-2x">
        <use xlink:href="#search"></use>
      </svg>
    </button>
  </div>
</form>

POST /buy/

<form action="/buy/" method="post" class="js-ajax-cart-panel " data-store="cart-form">
  <div class="js-modal-close js-fullscreen-modal-close modal-header">
    <span class="modal-close ">
      <svg class="icon-inline modal-close-icon icon-w-10">
        <use xlink:href="#times"></use>
      </svg>
    </span> Shopping Cart
  </div>
  <div class="modal-body">
    <div class="js-ajax-cart-list cart-row">
    </div>
    <div class="js-empty-ajax-cart cart-row">
      <div class="alert alert-info" data-component="cart.empty-message">The shopping cart is empty. </div>
    </div>
    <div id="error-ajax-stock" style="display: none;">
      <div class="alert alert-warning"> Oops! We don't have enough stock left to add this product to the shopping cart. If you wish, you can<a href="/products/" class="btn-link ml-1">see others here</a>
      </div>
    </div>
    <div class="cart-row">
      <div class="subtotal-price hidden" data-priceraw="0"></div>
      <div id="store-curr" class="hidden">USD</div>
      <h5 class="js-visible-on-cart-filled row mb-1" style="display:none;" data-store="cart-subtotal">
        <span class="col-7"> Subtotal <small class="js-subtotal-shipping-wording"> (without shipping cost)</small> : </span>
        <strong class="js-ajax-cart-total js-cart-subtotal col text-right" data-priceraw="0" data-component="cart.subtotal" data-component-value="0">$0.00 USD</strong>
      </h5>
      <div class="js-total-promotions text-accent font-weight-bold">
        <span class="js-promo-in" style="display:none;">on</span>
        <span class="js-promo-all" style="display:none;">all products</span>
        <span class="js-promo-buying" style="display:none;"> buying</span>
        <span class="js-promo-units-or-more" style="display:none;"> or more</span>
      </div>
      <div class="js-fulfillment-info js-allows-non-shippable" style="display: none">
        <div class="js-visible-on-cart-filled divider" style="display:none;"></div>
        <div class="js-visible-on-cart-filled js-has-new-shipping js-shipping-calculator-container">
          <div class="js-shipping-method-unavailable alert alert-warning row m-1" style="display: none;">
            <div class="col-11 text-left"><strong>The shipping method selected is no longer available for this cart. </strong><br> Do not worry! You can select another one.</div>
          </div>
          <div id="cart-shipping-container" class="row" style="display: none;" data-shipping-url="/shipping/">
            <span id="cart-selected-shipping-method" data-code="" class="hidden"></span>
            <div class="mb-2 col-12" data-store="shipping-calculator">
              <div class="js-shipping-calculator-head shipping-calculator-head position-relative transition-soft with-form ">
                <div class="js-shipping-calculator-with-zipcode  mb-4 w-100 transition-up position-absolute">
                  <div class="container p-0">
                    <div class="row align-items-center">
                      <span class="col pr-0">
                        <span class="font-small align-bottom">
                          <span>Shipping for zipcode:</span>
                          <strong class="js-shipping-calculator-current-zip"></strong>
                        </span>
                      </span>
                      <div class="col-auto pl-0">
                        <a class="js-shipping-calculator-change-zipcode btn btn-secondary btn-small float-right py-1 px-2 px-sm-3" href="#">Change zipcode</a>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="js-shipping-calculator-form shipping-calculator-form transition-up position-absolute transition-up-active">
                  <div class="form-group form-row form-group-inline align-items-center mb-3">
                    <div class="col-12 mb-2 form-label">
                      <svg class="icon-inline icon-lg icon-w-20 svg-icon-text mr-2 align-text-bottom">
                        <use xlink:href="#truck"></use>
                      </svg>
                      <span class="align-middle">
                        <span class="" style="display: none;">
                          <strong class="text-accent">Free shipping</strong> buying more than <span></span>
                        </span>
                        <span class=" text-accent" style="display: none;"> You have free shipping </span>
                        <span class=""> Shipping Methods </span>
                      </span>
                    </div>
                    <div class="form-control-container col-6 col-lg-7 pr-0">
                      <input type="tel" class=" form-control js-shipping-input form-control-inline" autocorrect="off" autocapitalize="off" name="zipcode" placeholder="Your zipcode" aria-label="Your zipcode" data-component="cart">
                    </div>
                    <div class="col-6 col-lg-5 pl-0">
                      <button class="js-calculate-shipping btn btn-secondary btn-block" aria-label="Calculate shipping">
                        <span class="js-calculate-shipping-wording">Calculate</span>
                        <span class="js-calculating-shipping-wording" style="display: none;">Calculating</span>
                        <span class="float-right loading" style="display: none;">
                          <svg class="icon-inline icon-smd icon-spin svg-icon-primary">
                            <use xlink:href="#circle-notch"></use>
                          </svg>
                        </span>
                      </button>
                    </div>
                    <div class="col-12">
                      <a class="font-small text-primary mt-2 mb-2 d-block " href="http://www.buscacep.correios.com.br/sistemas/buscacep/" target="_blank">I don't know my zipcode</a>
                    </div>
                    <div class="col-12">
                      <div class="js-ship-calculator-error invalid-zipcode alert alert-danger" style="display: none;"> We couldn't find this zipcode for United States. You can try another or <a href="#" data-toggle="#cart-shipping-country" class="js-modal-open btn-link btn-link-primary text-lowercase">
										change your shipping country
									</a>
                      </div>
                      <div class="js-ship-calculator-error js-ship-calculator-common-error alert alert-danger" style="display: none;">An error ocurred while calculating the shipping. Please try again in a few seconds.</div>
                      <div class="js-ship-calculator-error js-ship-calculator-external-error alert alert-danger" style="display: none;">The calculation failed due to a problem with the shipping method. Please try again in a few seconds.</div>
                    </div>
                  </div>
                </div>
              </div>
              <div class="js-shipping-calculator-spinner shipping-spinner-container mb-3 float-left w-100 transition-soft text-center" style="display: none;">
                <div class="spinner-ellipsis">
                  <div class="point"></div>
                  <div class="point"></div>
                  <div class="point"></div>
                  <div class="point"></div>
                </div>
              </div>
              <div class="js-shipping-calculator-response mb-3 float-left w-100 transition-soft  radio-buttons-group" style="display: none;"></div>
            </div>
            <div id="cart-shipping-country" class="js-modal js-fullscreen-modal modal modal-bottom modal-centered-small js-modal-shipping-country modal-center transition-slide modal-centered transition-soft modal-zindex-top" style="display: none;"
              data-component="cart">
              <div class="js-modal-close js-fullscreen-modal-close modal-header">
                <span class="modal-close ">
                  <svg class="icon-inline modal-close-icon icon-w-10">
                    <use xlink:href="#times"></use>
                  </svg>
                </span> Shipping country
              </div>
              <div class="modal-body">
                <div class="form-group mt-4">
                  <label class="form-label ">Country where we will deliver your order</label>
                  <select class="form-select js-shipping-country-select " aria-label="Country where we will deliver your order">
                    <option value="AR" data-country-url="https://eliahaccessories.com/ar/">Argentina</option>
                    <option value="AU" data-country-url="https://eliahaccessories.com/au/">Australia</option>
                    <option value="BR" data-country-url="https://eliahaccessories.com/br/">Brazil</option>
                    <option value="PK" data-country-url="https://eliahaccessories.com/pk/">Pakistan</option>
                    <option value="US" data-country-url="https://eliahaccessories.com/" selected="">United States</option>
                  </select>
                  <div class="form-select-icon">
                    <svg class="icon-inline icon-w-14 icon-lg">
                      <use xlink:href="#chevron-down"></use>
                    </svg>
                  </div>
                </div>
              </div>
              <div class="modal-footer d-md-block ">
                <a href="#" class="js-save-shipping-country btn btn-primary float-right">Apply</a>
              </div>
            </div>
            <div class="js-modal-overlay modal-overlay modal-zindex-top" data-modal-id="#cart-shipping-country" style="display: none;"></div>
          </div>
        </div>
        <div class="js-visible-on-cart-filled divider  mt-0" style="display:none;"></div>
      </div>
      <div class="js-cart-total-container js-visible-on-cart-filled mb-3" style="display:none;" data-store="cart-total">
        <h2 class="row text-primary mb-0">
          <span class="col">Total:</span>
          <span class="js-cart-total   col text-right" data-component="cart.total" data-component-value="0">$0.00 USD</span>
        </h2>
        <div class="total-price hidden"> Total: $0.00 USD </div>
        <div class="text-right">
          <div style="display: none;" data-interest="0" data-cart-installment="1" class="js-installments-cart-total cart-installments font-small mt-1 text-right "> Or up to <span class="js-cart-installments-amount cart-installments-amount ">1</span>
            <span> installments of </span>
            <span class="js-cart-installments cart-installments-money ">$0.00 USD</span>
          </div>
        </div>
      </div>
      <div class="js-visible-on-cart-filled container-fluid" style="display:none;">
        <div id="error-ajax-stock" class="alert alert-warning mt-1" role="alert" style="display:none;"> Oops! We don't have enough stock left to add this product to the shopping cart. If you wish, you
          can<a href="/products/" class="btn-link ml-1">see others here</a>
        </div>
        <div>
          <div class="js-ajax-cart-submit row mb-3" id="ajax-cart-submit-div">
            <input class="btn btn-primary btn-block" type="submit" name="go_to_checkout" value="Go to Checkout" data-component="cart.checkout-button">
          </div>
          <div class="row">
            <div class="js-ajax-cart-minimum alert alert-warning mt-4" style="display:none" id="ajax-cart-minumum-div"> The minimum purchase value is $0.00 USD without including shipping costs </div>
          </div>
          <input type="hidden" id="ajax-cart-minimum-value" value="0">
          <div class="row mb-2">
            <div class="text-center w-100">
              <a href="#" class="js-modal-close js-fullscreen-modal-close btn-link">View more products</a>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST /buy/

<form class="js-product-form" method="post" action="/buy/">
  <input type="hidden" name="add_to_cart" value="197025959">
  <input type="submit" class="js-addtocart js-prod-submit-form btn btn-primary btn-small w-100 mb-2 cart" value="Buy" data-component="product-list-item.add-to-cart" data-component-value="197025959">
  <div class="js-addtocart js-addtocart-placeholder btn btn-primary btn-block btn-transition btn-small w-100 mb-2 disabled" style="display: none;">
    <div class="d-inline-block">
      <span class="js-addtocart-text">Buy</span>
      <span class="js-addtocart-success transition-container btn-transition-success-small">
        <svg class="icon-inline svg-icon-invert btn-transition-success-icon">
          <use xlink:href="#check-circle"></use>
        </svg>
      </span>
      <div class="js-addtocart-adding transition-container transition-soft btn-transition-progress">
        <div class="spinner-ellipsis invert">
          <div class="point"></div>
          <div class="point"></div>
          <div class="point"></div>
          <div class="point"></div>
        </div>
      </div>
    </div>
  </div>
</form>

POST /buy/

<form class="js-product-form" method="post" action="/buy/">
  <input type="hidden" name="add_to_cart" value="197150162">
  <div class="js-product-variants js-product-quickshop-variants form-row mb-2">
    <div class="js-product-variants-group  col-12 ">
      <div class="form-group form-group-small mb-2">
        <label class="form-label mb-1" for="variation_1">Size</label>
        <select id="variation_1" class="form-select js-variation-option js-refresh-installment-data form-control-small " name="variation[0]">
          <option value="S" selected="selected">S</option>
          <option value="M">M</option>
          <option value="L">L</option>
        </select>
        <div class="form-select-icon">
          <svg class="icon-inline icon-w-14 icon-lg">
            <use xlink:href="#chevron-down"></use>
          </svg>
        </div>
      </div>
    </div>
  </div>
  <input type="submit" class="js-addtocart js-prod-submit-form btn btn-primary btn-small w-100 mb-2 cart" value="Add to cart">
  <div class="js-addtocart js-addtocart-placeholder btn btn-primary btn-block btn-transition btn-small w-100 mb-2 disabled" style="display: none;">
    <div class="d-inline-block">
      <span class="js-addtocart-text">Add to cart</span>
      <span class="js-addtocart-success transition-container btn-transition-success-small">
        <svg class="icon-inline svg-icon-invert btn-transition-success-icon">
          <use xlink:href="#check-circle"></use>
        </svg>
      </span>
      <div class="js-addtocart-adding transition-container transition-soft btn-transition-progress">
        <div class="spinner-ellipsis invert">
          <div class="point"></div>
          <div class="point"></div>
          <div class="point"></div>
          <div class="point"></div>
        </div>
      </div>
    </div>
  </div>
</form>

POST /winnie-pooh

<form class="mt-5" method="post" action="/winnie-pooh" onsubmit="this.setAttribute('action', '');" data-store="newsletter-form">
  <div class="input-append">
    <div class="form-group ">
      <input type="email" id="email" class=" form-control form-control-big " autocorrect="off" autocapitalize="off" name="email" placeholder="Email" aria-label="Email">
    </div>
    <div class="winnie-pooh" style="display: none;">
      <label for="winnie-pooh-newsletter">Do not fill this field</label>
      <input id="winnie-pooh-newsletter" type="text" name="winnie-pooh">
    </div>
    <input type="hidden" name="name" value="No name">
    <input type="hidden" name="message" value="Newsletter subscription request">
    <input type="hidden" name="type" value="newsletter">
    <input type="submit" name="contact" class="btn newsletter-btn" value="Send">
    <svg class="icon-inline newsletter-btn svg-icon-primary">
      <use xlink:href="#arrow"></use>
    </svg>
  </div>
</form>

Text Content

>

Hiii! You found the best accessory Store on Internet! Use the coupon ELIAHLOVER
and receive a discount in your purchases!



ELIAH ACCESSORIES


My account
 * Register
 * Log in

My cart 0
()
x
Added to cart succesfully!

Total ( 0 products): product): $0.00 USD
View cart
()
x
Added to cart succesfully!

Total ( 0 products): product): $0.00 USD
View cart
 * Home
 * Products
 * Contact

While navigating this site you accept the use of cookies to improve your
shopping experience.
Understood
Shop faster and keep track of your purchases!
Log in

Nice to see you again!
Login to buy faster and track your purchases.
Email
Password

Log in

 * Home
 * Products
 * Contact

   
 * Register
 * Log in


Search


Shopping Cart
The shopping cart is empty.
Oops! We don't have enough stock left to add this product to the shopping cart.
If you wish, you cansee others here
USD

SUBTOTAL (WITHOUT SHIPPING COST) : $0.00 USD

on all products buying or more
The shipping method selected is no longer available for this cart.
Do not worry! You can select another one.
Shipping for zipcode:
Change zipcode
Free shipping buying more than You have free shipping Shipping Methods

Calculate Calculating
I don't know my zipcode
We couldn't find this zipcode for United States. You can try another or change
your shipping country
An error ocurred while calculating the shipping. Please try again in a few
seconds.
The calculation failed due to a problem with the shipping method. Please try
again in a few seconds.


Shipping country
Country where we will deliver your order Argentina Australia Brazil Pakistan
United States

Apply




TOTAL: $0.00 USD

Total: $0.00 USD
Or up to 1 installments of $0.00 USD
Oops! We don't have enough stock left to add this product to the shopping cart.
If you wish, you cansee others here
The minimum purchase value is $0.00 USD without including shipping costs
View more products



FEATURED

Golden Album Necklace
$0.00 USD $26.90 USD
5 installments of $5.38 USD without interest
Buy

View
Size S M L

Add to cart

Jin Ring with Stones
$0.00 USD $12.23 USD
2 installments of $6.12 USD without interest
Buy
View





NEWSLETTER


RECEIVE EVERY OFFER

Want to get our offers? Register now and start to enjoy them!

Do not fill this field

SHOP

 * Home
 * Products
 * Contact

FOLLOW US



PAYMENT METHODS



SHIPPING METHODS


Copyright Eliah Accessories - 19879265000130 - 2024. All rights reserved.